:root {
  --forest: #18382f;
  --forest-light: #265244;
  --cream: #f5efe3;
  --paper: #fffdf8;
  --terracotta: #bd6544;
  --gold: #d6aa5d;
  --ink: #20302b;
  --muted: #6f7772;
  --line: rgba(32, 48, 43, 0.14);
  --shadow: 0 24px 70px rgba(24, 56, 47, 0.13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: 110px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", serif; line-height: 1.08; letter-spacing: -0.03em; }
h1 { font-size: clamp(3.2rem, 7vw, 6.6rem); color: var(--cream); margin-bottom: 26px; }
h2 { font-size: clamp(2.4rem, 5vw, 4.4rem); margin-bottom: 24px; }
.eyebrow { margin-bottom: 18px; text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 700; color: var(--terracotta); }

.site-header { min-height: 100vh; background: var(--forest); position: relative; overflow: hidden; }
.site-header::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0); background-size: 30px 30px; }
.navbar { min-height: 100px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: var(--gold); border: 1px solid rgba(214,170,93,.55); border-radius: 50%; font-size: .8rem; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: "Playfair Display", serif; font-size: 1.1rem; color: var(--cream); }
.brand small { color: rgba(245,239,227,.65); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 34px; color: var(--cream); font-size: .9rem; }
.nav-links > a:not(.button) { opacity: .8; transition: .2s; }
.nav-links > a:not(.button):hover { opacity: 1; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: var(--cream); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 26px; border-radius: 999px; background: var(--terracotta); color: white; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #a95539; }
.button-small { min-height: 43px; padding-inline: 20px; }
.button-light { background: var(--cream); color: var(--forest); }
.button-light:hover { background: white; }

.hero { min-height: calc(100vh - 170px); display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; padding-block: 70px; position: relative; z-index: 2; }
.hero-content { max-width: 760px; }
.hero-content .eyebrow { color: var(--gold); }
.hero-text { color: rgba(245,239,227,.72); font-size: 1.08rem; max-width: 590px; margin-bottom: 36px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { color: var(--cream); font-weight: 600; }
.text-link span { margin-left: 8px; color: var(--gold); }
.hero-visual { position: relative; aspect-ratio: .86; min-height: 520px; border: 1px solid rgba(255,255,255,.15); border-radius: 180px 180px 28px 28px; background: linear-gradient(#315e50, #8fa88e 62%, #d6c7a6 62%); overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.sun { position: absolute; width: 110px; height: 110px; border-radius: 50%; background: var(--gold); top: 16%; right: 14%; box-shadow: 0 0 70px rgba(214,170,93,.35); }
.mountain { position: absolute; width: 110%; height: 50%; left: -5%; clip-path: polygon(0 80%, 18% 35%, 34% 67%, 56% 15%, 75% 65%, 88% 40%, 100% 78%, 100% 100%, 0 100%); }
.mountain-back { bottom: 24%; background: #718c7b; }
.mountain-front { bottom: 6%; background: #456b5c; transform: scaleX(1.1); }
.chalet { position: absolute; left: 50%; bottom: 10%; transform: translateX(-50%); width: 210px; height: 175px; }
.house { position: absolute; inset: 72px 20px 0; background: #8d4d36; border: 7px solid #6d3828; }
.roof { position: absolute; width: 220px; height: 92px; background: #392f2a; clip-path: polygon(50% 0, 100% 88%, 92% 100%, 50% 38%, 8% 100%, 0 88%); z-index: 2; }
.chimney { position: absolute; top: 24px; right: 42px; width: 22px; height: 55px; background: #5c4034; }
.window { position: absolute; width: 38px; height: 36px; background: #f5ca72; left: 26px; top: 35px; border: 5px solid #5f3326; }
.door { position: absolute; width: 43px; height: 70px; background: #3f302a; right: 30px; bottom: 0; }
.hero-badge { position: absolute; right: 20px; bottom: 20px; padding: 16px 20px; background: rgba(255,253,248,.92); border-radius: 16px; backdrop-filter: blur(8px); }
.hero-badge strong, .hero-badge span { display: block; }
.hero-badge strong { font-family: "Playfair Display", serif; }
.hero-badge span { color: var(--muted); font-size: .78rem; }
.hero-bottom { position: relative; z-index: 2; display: flex; justify-content: space-between; padding-block: 25px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(245,239,227,.55); text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; }

.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: end; margin-bottom: 60px; }
.section-heading .eyebrow { align-self: start; padding-top: 18px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.image-card { min-height: 570px; border-radius: var(--radius); background: linear-gradient(145deg, rgba(24,56,47,.18), rgba(189,101,68,.15)), linear-gradient(135deg, #d7c29b 0 30%, #557463 30% 55%, #21473a 55%); position: relative; overflow: hidden; box-shadow: var(--shadow); }
.image-card::before, .image-card::after { content: ""; position: absolute; left: -10%; width: 120%; height: 50%; clip-path: polygon(0 72%, 20% 25%, 37% 65%, 55% 20%, 78% 70%, 100% 30%, 100% 100%, 0 100%); }
.image-card::before { bottom: 20%; background: rgba(255,255,255,.22); }
.image-card::after { bottom: 0; background: var(--forest-light); }
.image-label { position: absolute; z-index: 2; left: 28px; bottom: 28px; padding: 10px 15px; border-radius: 999px; background: var(--paper); font-size: .75rem; font-weight: 700; }
.lead { font-family: "Playfair Display", serif; font-size: 1.65rem; line-height: 1.45; }
.about-copy > p:not(.lead) { color: var(--muted); }
.features { margin-top: 44px; display: grid; gap: 18px; }
.features article { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding-top: 18px; border-top: 1px solid var(--line); }
.features article > span { color: var(--terracotta); font-weight: 700; }
.features h3 { margin-bottom: 2px; font-size: 1rem; }
.features p { margin: 0; color: var(--muted); font-size: .9rem; }

.menu-section { background: var(--cream); }
.menu-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.menu-heading > p { color: var(--muted); max-width: 420px; }
.menu-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 36px 0 18px; scrollbar-width: none; }
.menu-tab { white-space: nowrap; padding: 12px 20px; border-radius: 999px; border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; font-weight: 700; }
.menu-tab.active { background: var(--forest); color: white; border-color: var(--forest); }
.menu-panel { margin-top: 18px; padding: 24px 34px; border-radius: var(--radius); background: var(--paper); box-shadow: 0 18px 55px rgba(56,50,40,.07); }
.menu-list { display: none; }
.menu-list.active { display: block; animation: fade .3s ease; }
.dish { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 28px 4px; border-bottom: 1px dashed var(--line); }
.dish:last-child { border-bottom: 0; }
.dish h3 { margin-bottom: 5px; font-family: "Playfair Display", serif; font-size: 1.28rem; }
.dish p { margin: 0; color: var(--muted); font-size: .92rem; }
.dish strong { white-space: nowrap; color: var(--terracotta); font-size: 1.05rem; }
.tag { display: inline-block; margin-bottom: 7px; padding: 3px 9px; border-radius: 999px; background: rgba(189,101,68,.12); color: var(--terracotta); font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.allergy-note { text-align: center; color: var(--muted); font-size: .82rem; margin: 26px 0 0; }

.contact-card { background: var(--forest); color: var(--cream); border-radius: var(--radius); overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; box-shadow: var(--shadow); }
.contact-intro { padding: 70px; background: linear-gradient(135deg, rgba(255,255,255,.04), transparent); }
.contact-intro .eyebrow { color: var(--gold); }
.contact-intro h2 { font-size: clamp(2.5rem, 5vw, 4.2rem); }
.contact-details { padding: 70px; background: rgba(0,0,0,.08); display: grid; align-content: center; gap: 28px; }
.contact-details article { padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-details article:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-details span { display: block; margin-bottom: 7px; color: var(--gold); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.contact-details p { margin: 0; color: rgba(245,239,227,.78); }
.contact-details a:hover { color: white; }

.footer { min-height: 120px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.footer .brand strong { color: var(--forest); }
.footer .brand small { color: var(--muted); }
.footer p { margin: 0; color: var(--muted); font-size: .8rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes fade { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .section { padding-block: 80px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .nav-links { position: absolute; top: 82px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; background: #20463a; border-radius: 18px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-visual { min-height: 460px; max-width: 500px; width: 100%; margin-inline: auto; }
  .hero-bottom { display: none; }
  .section-heading, .about-grid, .menu-heading, .contact-card { grid-template-columns: 1fr; }
  .section-heading { gap: 0; }
  .about-grid, .menu-heading { gap: 40px; }
  .image-card { min-height: 440px; }
  .contact-intro, .contact-details { padding: 48px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 26px, 1160px); }
  h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .navbar { min-height: 82px; }
  .hero { gap: 46px; min-height: auto; padding-block: 60px 90px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .text-link { text-align: center; }
  .hero-visual { min-height: 390px; border-radius: 120px 120px 22px 22px; }
  .chalet { transform: translateX(-50%) scale(.8); transform-origin: bottom; }
  .section-heading { margin-bottom: 38px; }
  .image-card { min-height: 360px; }
  .menu-panel { padding: 8px 20px; }
  .dish { grid-template-columns: 1fr; gap: 8px; padding: 24px 0; }
  .contact-intro, .contact-details { padding: 36px 28px; }
  .footer { flex-direction: column; justify-content: center; gap: 20px; padding-block: 35px; text-align: center; }
}
