:root {
  --ivory: #f4efe7;
  --stone: #d8cbb8;
  --sand: #b8a98f;
  --charcoal: #171715;
  --deep: #24241f;
  --olive: #343b2a;
  --olive-soft: #697052;
  --champagne: #c7a96d;
  --line: rgba(23, 23, 21, .18);
  --line-light: rgba(244, 239, 231, .18);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  background: var(--ivory);
  color: var(--charcoal);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { width: 100%; display: block; object-fit: cover; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(20px, 4vw, 64px);
  color: var(--ivory);
  transition: background .35s ease, color .35s ease, border .35s ease, padding .35s ease;
}
.site-header.is-scrolled {
  background: rgba(244, 239, 231, .94);
  color: var(--charcoal);
  border-bottom: 1px solid var(--line);
  padding-block: 14px;
  backdrop-filter: blur(18px);
}
.brand { display: grid; line-height: 1; letter-spacing: .03em; }
.brand span { font-family: var(--serif); font-size: 1.55rem; font-weight: 600; }
.brand small { margin-top: 5px; font-size: .66rem; text-transform: uppercase; letter-spacing: .22em; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; }
.main-nav a { opacity: .86; }
.main-nav a:hover { opacity: 1; }
.nav-cta { border-bottom: 1px solid currentColor; padding-bottom: 6px; }
.nav-toggle { display: none; background: none; border: 0; width: 34px; padding: 0; }
.nav-toggle span { display: block; height: 1px; margin: 8px 0; background: currentColor; }

.section-pad { padding: clamp(80px, 11vw, 150px) clamp(22px, 5vw, 82px); }
.eyebrow { margin: 0 0 18px; font-size: .72rem; text-transform: uppercase; letter-spacing: .24em; color: var(--olive-soft); font-weight: 600; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .98; margin: 0; }
h1 { font-size: clamp(4rem, 9vw, 9.6rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.6rem, 5.7vw, 6.2rem); letter-spacing: -.04em; }
h3 { font-size: clamp(1.55rem, 2.3vw, 2.35rem); letter-spacing: -.02em; }
p { margin: 0; }
.button-primary {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid currentColor;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .73rem;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.button-primary:hover { background: var(--charcoal); color: var(--ivory); border-color: var(--charcoal); }

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .72fr);
  gap: clamp(30px, 5vw, 82px);
  align-items: end;
  background: radial-gradient(circle at 20% 10%, rgba(199,169,109,.24), transparent 32%), var(--charcoal);
  color: var(--ivory);
  padding-top: 130px;
}
.hero .eyebrow { color: var(--champagne); }
.hero-copy { max-width: 920px; padding-bottom: 24px; }
.hero-text { max-width: 520px; margin: 28px 0 34px; color: rgba(244,239,231,.78); font-size: clamp(1rem, 1.3vw, 1.24rem); }
.hero-media { margin: 0; position: relative; }
.hero-media img { height: min(72vh, 760px); filter: saturate(.78) contrast(1.05); }
.hero-media figcaption { position: absolute; bottom: -34px; right: 0; color: rgba(244,239,231,.72); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }

.intro-strip { padding: 48px clamp(22px, 5vw, 82px); border-bottom: 1px solid var(--line); }
.intro-strip p { max-width: 1120px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.4rem); line-height: 1.05; letter-spacing: -.035em; }

.chef-profile { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(36px, 7vw, 110px); align-items: center; }
.profile-image img { height: 680px; filter: saturate(.82); }
.profile-copy { max-width: 720px; }
.profile-copy p:not(.eyebrow) { margin-top: 24px; color: rgba(23,23,21,.72); font-size: 1.02rem; }

.dark-section { background: var(--deep); color: var(--ivory); }
.dark-section .eyebrow { color: var(--champagne); }
.section-heading { max-width: 1050px; margin-bottom: clamp(42px, 7vw, 86px); }
.section-heading.narrow { max-width: 860px; }
.philosophy-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); }
.philosophy-grid article { padding: 34px 34px 10px 0; border-right: 1px solid var(--line-light); min-height: 250px; }
.philosophy-grid article:last-child { border-right: 0; }
.philosophy-grid span, .ritual-list span { color: var(--champagne); font-size: .78rem; letter-spacing: .16em; }
.philosophy-grid h3 { margin: 28px 0 16px; }
.philosophy-grid p { color: rgba(244,239,231,.72); max-width: 330px; }

.experience-list { border-top: 1px solid var(--line); }
.experience-item { display: grid; grid-template-columns: .42fr 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.experience-item p { max-width: 610px; color: rgba(23,23,21,.68); }

.warm-section { background: #e7dccb; }
.dish-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; align-items: stretch; }
.dish { grid-column: span 2; background: rgba(244,239,231,.54); border-top: 1px solid rgba(23,23,21,.16); }
.dish.large { grid-column: span 3; grid-row: span 2; }
.dish.wide { grid-column: span 4; }
.dish img { height: 320px; filter: saturate(.82); }
.dish.large img { height: 540px; }
.dish div { padding: 22px 0 0; }
.dish h3 { font-size: clamp(1.45rem, 2vw, 2rem); }
.dish p { margin-top: 8px; color: rgba(23,23,21,.64); max-width: 420px; }

.editorial-gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 95px; gap: 18px; }
.editorial-gallery img { height: 100%; filter: saturate(.78) contrast(1.02); }
.g1 { grid-column: 1 / 6; grid-row: 1 / 6; }
.g2 { grid-column: 6 / 9; grid-row: 2 / 5; }
.g3 { grid-column: 9 / 13; grid-row: 1 / 4; }
.g4 { grid-column: 7 / 13; grid-row: 5 / 8; }
.g5 { grid-column: 2 / 7; grid-row: 6 / 9; }

.ritual { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(34px, 6vw, 96px); }
.ritual .section-heading { margin: 0; }
.ritual-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line-light); }
.ritual-list li { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line-light); }
.ritual-list p { margin-top: 10px; color: rgba(244,239,231,.7); max-width: 620px; }

.testimonials { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 6vw, 90px); }
.quote-block { border-top: 1px solid var(--line); padding-top: 28px; }
.quote-block p { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3.4rem); line-height: 1.06; letter-spacing: -.035em; }
.quote-block span { display: block; margin-top: 24px; color: rgba(23,23,21,.58); font-size: .82rem; text-transform: uppercase; letter-spacing: .14em; }

.final-cta { min-height: 70vh; display: grid; place-items: center; text-align: center; background: linear-gradient(rgba(23,23,21,.56), rgba(23,23,21,.62)), url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1800&q=85') center/cover; color: var(--ivory); }
.final-cta .eyebrow { color: var(--champagne); }
.final-cta p:not(.eyebrow) { max-width: 560px; margin: 24px auto 32px; color: rgba(244,239,231,.78); }
.final-cta .button-primary:hover { background: var(--ivory); color: var(--charcoal); border-color: var(--ivory); }

.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; padding: 42px clamp(22px, 5vw, 82px); background: var(--charcoal); color: rgba(244,239,231,.78); font-size: .86rem; }
.site-footer strong { display: block; font-family: var(--serif); color: var(--ivory); font-size: 1.5rem; font-weight: 500; }
.site-footer a, .site-footer span { display: block; margin-top: 8px; }
.footer-links { text-align: right; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .nav-toggle { display: block; color: inherit; z-index: 60; }
  .main-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--charcoal);
    color: var(--ivory);
    transform: translateX(100%);
    transition: transform .35s ease;
    font-size: .9rem;
  }
  .main-nav.is-open { transform: translateX(0); }
  .hero, .chef-profile, .ritual { grid-template-columns: 1fr; }
  .hero { align-items: start; }
  .hero-media img, .profile-image img { height: 520px; }
  .philosophy-grid, .testimonials { grid-template-columns: 1fr; }
  .philosophy-grid article { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .experience-item { grid-template-columns: 1fr; gap: 10px; }
  .dish, .dish.large, .dish.wide { grid-column: span 6; }
  .dish.large img, .dish img { height: 340px; }
  .editorial-gallery { grid-auto-rows: 80px; }
  .g1 { grid-column: 1 / 13; grid-row: 1 / 5; }
  .g2 { grid-column: 1 / 7; grid-row: 5 / 8; }
  .g3 { grid-column: 7 / 13; grid-row: 5 / 8; }
  .g4 { grid-column: 1 / 13; grid-row: 8 / 11; }
  .g5 { grid-column: 1 / 13; grid-row: 11 / 14; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { text-align: left; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(3.35rem, 18vw, 5rem); }
  .section-pad { padding-inline: 18px; }
  .hero { padding-top: 118px; }
  .hero-media figcaption { position: static; margin-top: 10px; }
  .ritual-list li { grid-template-columns: 1fr; gap: 10px; }
}
