/* ===== Valemount Hotel, mountain lodge theme =====
   Larger base type and high contrast for easy reading (many local guests are 55+). */
:root {
  --forest: #1f4535;
  --forest-2: #2c5c46;
  --pine: #143026;
  --amber: #c98a3a;
  --amber-dk: #b0742a;
  --sky: #3a6b8c;
  --cream: #f7f4ee;
  --cream-2: #efe9dd;
  --paper: #fffdf9;
  --ink: #201d18;
  --muted: #5f5a50;
  --line: #e2d9c8;
  --ok: #1f7a4d;
  --err: #b23b2e;
  --radius: 14px;
  --shadow: 0 12px 34px rgba(20, 48, 38, 0.14);
  --shadow-sm: 0 4px 14px rgba(20, 48, 38, 0.10);
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-head: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  font-size: 18px;          /* larger base for readability */
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; font-weight: 700; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--sky); }
a:hover { color: var(--forest); }

.container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 22px; }
.section { padding: 82px 0; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .82rem; font-weight: 700; color: var(--amber-dk); margin-bottom: 10px; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 46px; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
.section-sub { color: var(--muted); margin-top: 12px; font-size: 1.05rem; }
.center { text-align: center; }
.fine { font-size: .92rem; color: var(--muted); }

/* Accessibility helpers */
.skip-link { position: absolute; left: -999px; top: 0; background: var(--forest); color: #fff; padding: 12px 18px; z-index: 200; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; color: #fff; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; border-radius: 4px; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 24px; border-radius: 10px; font-weight: 700; font-size: 1rem; font-family: var(--font-body);
  cursor: pointer; border: 2px solid transparent; transition: background .18s, transform .1s, box-shadow .2s;
  min-height: 50px; text-decoration: none;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--amber); color: #241a08; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--amber-dk); color: #241a08; }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.65); }
.btn-ghost:hover { background: rgba(255,255,255,.22); color: #fff; }
.btn-ghost-dark { background: transparent; color: #f2ede2; border-color: rgba(255,255,255,.5); }
.btn-outline { background: transparent; color: var(--forest); border-color: var(--forest); }
.btn-outline:hover { background: rgba(31,69,53,.07); color: var(--forest); }
.btn-lg { padding: 16px 30px; font-size: 1.08rem; min-height: 56px; }
.btn-block { width: 100%; }

/* ===== Cookie banner ===== */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 120; background: var(--pine); color: #f2ede2; box-shadow: 0 -6px 24px rgba(0,0,0,.25); }
.cookie-inner { max-width: 1160px; margin: 0 auto; padding: 16px 22px; display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.cookie-inner p { font-size: .95rem; flex: 1 1 420px; }
.cookie-inner a { color: #f0c98a; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ===== Header ===== */
.site-header { position: sticky; top: 0; z-index: 90; background: rgba(255,253,249,.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 18px; min-height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 700; font-size: 1.25rem; color: var(--forest); text-decoration: none; }
.brand-mark { font-size: 1.5rem; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text small { font-family: var(--font-body); font-weight: 600; font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.nav a { font-weight: 600; font-size: .98rem; color: var(--forest); text-decoration: none; }
.nav a:hover { color: var(--amber-dk); }
.nav .nav-cta { background: var(--forest); color: #fff; padding: 10px 18px; border-radius: 8px; }
.nav .nav-cta:hover { background: var(--forest-2); color: #fff; }
.call-btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; background: var(--amber); color: #241a08; padding: 11px 16px; border-radius: 8px; text-decoration: none; box-shadow: var(--shadow-sm); }
.call-btn:hover { background: var(--amber-dk); color: #241a08; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.7rem; cursor: pointer; color: var(--forest); }

/* ===== Hero ===== */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background:
    linear-gradient(180deg, rgba(20,48,38,.35), rgba(20,48,38,.62)),
    url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=1600&q=70') center/cover no-repeat,
    linear-gradient(160deg, #2c5c46, #1f4535);
}
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 75% 20%, transparent, rgba(20,48,38,.4)); }
.hero-content { position: relative; padding: 104px 22px 92px; max-width: 780px; }
.hero .eyebrow { color: #f0c98a; }
.hero h1 { font-size: clamp(2.3rem, 6vw, 4.1rem); margin-bottom: 18px; text-shadow: 0 2px 22px rgba(0,0,0,.35); }
.hero-sub { font-size: clamp(1.1rem, 2.2vw, 1.35rem); max-width: 600px; color: #f4efe6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 26px; }
.hero-badges { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 20px; font-weight: 600; }
.hero-badges li { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); padding: 8px 15px; border-radius: 999px; font-size: .95rem; }

/* ===== Quick facts ===== */
.facts { background: var(--forest); color: #fff; }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; padding: 34px 22px; }
.fact { display: flex; gap: 14px; align-items: flex-start; }
.fact span { font-size: 1.9rem; line-height: 1; }
.fact strong { display: block; font-size: 1.1rem; }
.fact p { color: #d5e3db; font-size: .96rem; margin-top: 2px; }

/* ===== About / Dining shared grid ===== */
.about { background: var(--cream); }
.dining { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; align-items: center; }
.dining .about-grid { grid-template-columns: 1.05fr 1fr; }
.about-media img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; width: 100%; }
/* The exterior shot is a wide photo; show it at its natural ratio so the whole building is visible (no awkward side-cropping). */
.about-media img.welcome-photo { aspect-ratio: 117 / 53; object-position: center; }
.about-text h2 { font-size: clamp(1.8rem, 3.6vw, 2.5rem); margin-bottom: 16px; }
.about-text p { color: #4a463d; margin-bottom: 14px; }
.about-text .btn { margin-top: 8px; }

/* ===== Rooms ===== */
.rooms { background: var(--paper); }
.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.room-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .15s, box-shadow .2s; }
.room-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.room-card.featured { border-color: var(--amber); }
.room-tag { position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--forest); color: #fff; font-size: .74rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
.room-img { aspect-ratio: 4/3; overflow: hidden; background: var(--cream-2); }
.room-img img { width: 100%; height: 100%; object-fit: cover; }
.room-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.room-body h3 { font-size: 1.4rem; }
.room-body p { color: var(--muted); font-size: .98rem; margin: 8px 0 14px; }
.room-feats { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.room-feats li { background: var(--cream); font-size: .84rem; font-weight: 600; padding: 6px 11px; border-radius: 8px; }
.room-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.price { font-family: var(--font-head); font-weight: 700; font-size: 1.5rem; color: var(--forest); }
.price small { font-size: .8rem; font-weight: 400; color: var(--muted); }
.rate-note { margin-top: 26px; font-size: .9rem; color: var(--muted); background: var(--cream); border: 1px solid var(--line); border-radius: 10px; padding: 16px 18px; }

/* ===== Amenities ===== */
.amenities { background: var(--cream); }
.amenity-grid { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.amenity-grid li { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); padding: 16px 18px; border-radius: var(--radius); font-weight: 600; font-size: .98rem; }
.amenity-grid span { font-size: 1.5rem; }

/* ===== Area ===== */
.area { background: var(--paper); }
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.area-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.area-card img { aspect-ratio: 3/2; object-fit: cover; width: 100%; }
.area-card div { padding: 18px; }
.area-card h3 { font-size: 1.2rem; margin-bottom: 6px; }
.area-card p { color: var(--muted); font-size: .93rem; }

/* ===== Booking ===== */
.booking { background: var(--forest); color: #f3efe7; }
.booking-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 46px; align-items: start; }
.booking-info h2 { font-size: clamp(1.8rem, 3.6vw, 2.5rem); margin-bottom: 12px; color: #fff; }
.booking-info p { color: #d9e4dd; margin-bottom: 12px; }
.booking-info a { color: #f0c98a; }
.phone-block { display: inline-flex; align-items: center; gap: 14px; margin: 20px 0 10px; background: var(--pine); color: #fff; padding: 16px 22px; border-radius: var(--radius); text-decoration: none; }
.phone-block span:first-child { font-size: 1.7rem; }
.phone-block small { display: block; font-size: .74rem; color: #bcd0c5; text-transform: uppercase; letter-spacing: .08em; }
.phone-block strong { font-size: 1.45rem; font-family: var(--font-head); color: #fff; }

/* Forms */
.card-form { background: var(--paper); color: var(--ink); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.field { margin-bottom: 16px; display: flex; flex-direction: column; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { font-size: .92rem; font-weight: 700; margin-bottom: 6px; color: var(--forest); }
input, select, textarea { font: inherit; font-size: 1rem; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 9px; background: #fff; color: var(--ink); width: 100%; }
input:focus, select:focus, textarea:focus { outline: 3px solid var(--amber); outline-offset: 1px; border-color: var(--amber); }
.check { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; font-size: .92rem; color: var(--ink); margin-bottom: 12px; }
.check input { width: auto; margin-top: 4px; flex: none; }
.check a { color: var(--sky); }
.form-error { color: var(--err); font-weight: 700; font-size: .95rem; margin-bottom: 10px; background: #fbeae8; border: 1px solid #e6b7b1; padding: 10px 12px; border-radius: 8px; }
.form-ok { color: #124d31; font-weight: 700; margin-bottom: 10px; background: #e6f3ec; border: 1px solid #b4dcc4; padding: 10px 12px; border-radius: 8px; }
.contact-form { max-width: 680px; margin: 0 auto; }
.contact-form .btn { width: 100%; }
.price-summary { background: var(--cream); border: 1px solid var(--line); border-radius: 10px; padding: 16px; margin: 4px 0 16px; }
.price-summary .row { display: flex; justify-content: space-between; padding: 4px 0; }
.price-summary .row.muted { color: var(--muted); font-size: .92rem; }
.price-summary .row.total { border-top: 1px solid var(--line); margin-top: 6px; padding-top: 10px; font-weight: 700; font-size: 1.15rem; font-family: var(--font-head); color: var(--forest); }
.or-divider { display: flex; align-items: center; text-align: center; color: var(--muted); margin: 14px 0; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.or-divider::before, .or-divider::after { content: ""; flex: 1; height: 1px; background: rgba(255,255,255,.4); }
.booking .or-divider::before, .booking .or-divider::after { background: var(--line); }
.or-divider span { padding: 0 12px; }

/* ===== Location ===== */
.location { background: var(--cream); }
.location-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 46px; align-items: center; }
.location-text h2 { font-size: clamp(1.8rem, 3.6vw, 2.5rem); margin-bottom: 14px; }
.location-text .addr { font-family: var(--font-head); font-size: 1.25rem; color: var(--forest); margin-bottom: 12px; }
.location-text p { color: #4a463d; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); background: var(--cream-2); min-height: 360px; }
.map-wrap iframe { width: 100%; height: 380px; border: 0; display: block; }
.map-placeholder { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; text-align: center; padding: 30px; }
.map-placeholder p { color: var(--muted); }

/* ===== Contact ===== */
.contact { background: var(--paper); }

/* ===== Footer ===== */
.site-footer { background: var(--pine); color: #d7e0d9; padding-top: 56px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 34px; }
.footer-grid h4 { color: #fff; margin-bottom: 12px; font-family: var(--font-body); font-size: .95rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid p { font-size: .95rem; margin-bottom: 8px; }
.footer-grid a { color: #e9e2d5; }
.footer-grid a:hover { color: #f0c98a; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 8px; }
.brand-footer { color: #fff; margin-bottom: 12px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 22px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: .88rem; color: #a9b7ad; }

/* ===== Mobile call FAB ===== */
.mobile-call { display: none; position: fixed; bottom: 16px; left: 16px; right: 16px; z-index: 100; background: var(--amber); color: #241a08; text-align: center; font-weight: 700; padding: 16px; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,.28); text-decoration: none; }

/* ===== Legal / document pages ===== */
.doc-header { background: var(--forest); color: #fff; padding: 26px 0; }
.doc-header .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.doc-header a.brand { color: #fff; }
.doc-header .brand-text small { color: #cfe0d6; }
.doc { max-width: 820px; margin: 0 auto; padding: 54px 22px 80px; }
.doc h1 { font-size: clamp(2rem, 5vw, 2.8rem); margin-bottom: 8px; color: var(--forest); }
.doc .updated { color: var(--muted); margin-bottom: 8px; }
.doc h2 { font-size: 1.4rem; margin: 34px 0 10px; color: var(--forest); }
.doc h3 { font-size: 1.1rem; margin: 20px 0 8px; }
.doc p, .doc li { color: #33302a; margin-bottom: 12px; }
.doc ul, .doc ol { padding-left: 22px; margin-bottom: 14px; }
.doc a { color: var(--sky); }
.doc .callout { background: var(--cream); border: 1px solid var(--line); border-left: 4px solid var(--amber); border-radius: 8px; padding: 14px 16px; margin: 18px 0; }
.doc .back { display: inline-block; margin-bottom: 22px; font-weight: 700; }
.doc-toc { background: var(--cream); border: 1px solid var(--line); border-radius: 10px; padding: 16px 20px; margin-bottom: 28px; }
.doc-toc ul { margin: 8px 0 0; }

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .amenity-grid, .area-grid { grid-template-columns: repeat(2, 1fr); }
  .room-grid { grid-template-columns: 1fr 1fr; }
  .about-grid, .dining .about-grid, .booking-grid, .location-grid { grid-template-columns: 1fr; }
  .about-media { order: -1; }
  .facts-grid { grid-template-columns: 1fr; gap: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  body { font-size: 17px; }
  .section { padding: 56px 0; }
  .nav { display: none; position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; align-items: flex-start; background: var(--paper); padding: 14px 22px; gap: 4px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 12px 0; width: 100%; }
  .call-btn { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .room-grid, .amenity-grid, .area-grid, .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  body { padding-bottom: 76px; }
  .mobile-call { display: block; }
}
