/* HOME PAGE */

/* HERO */
.h-hero {
  position: relative;
  min-height: 100vh;
  padding: 160px var(--pad-x) 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  overflow: hidden;
}
html[data-hero="full"] .h-hero {
  grid-template-columns: 1fr;
  min-height: 100vh;
  align-items: end;
  padding-bottom: 60px;
}
html[data-hero="editorial"] .h-hero {
  grid-template-columns: 5fr 7fr;
  align-items: start;
  padding-top: 180px;
}

.h-hero-text {
  position: relative;
  z-index: 3;
}
.h-hero-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.h-hero-meta .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--terracotta); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1);} 50%{opacity:.4;transform:scale(0.7);} }

.h-hero-kicker {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.h-hero-kicker em { color: var(--terracotta); font-style: normal; }

.h-hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(64px, 10vw, 180px);
  line-height: 0.88;
  letter-spacing: -0.035em;
  margin: 0;
  color: var(--ink);
}
.h-hero h1 .italic { font-style: italic; color: var(--terracotta); }
.h-hero h1 .amp { font-style: italic; color: var(--olive); }
.h-hero h1 .sm { font-size: 0.55em; vertical-align: super; letter-spacing: 0; }

.h-hero-sub {
  font-family: var(--serif);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.45;
  margin: 36px 0 48px;
  max-width: 480px;
  color: var(--ink-2);
  font-style: italic;
}
.h-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Hero imagery — split variant */
.h-hero-art {
  position: relative;
  height: 72vh;
  min-height: 520px;
}
html[data-hero="full"] .h-hero-art {
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 100%;
  min-height: 0;
}
html[data-hero="full"] .h-hero-text {
  background: linear-gradient(to top, color-mix(in oklab, var(--bone) 92%, transparent) 20%, transparent 70%);
  padding: 60px;
  margin: -60px;
}
.h-hero-plate {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  will-change: transform;
}
.h-hero-plate.p1 {
  top: 0; right: 0;
  width: 64%;
  height: 70%;
}
.h-hero-plate.p2 {
  bottom: 0; left: 0;
  width: 52%;
  height: 46%;
  border: 8px solid var(--bone);
}
html[data-hero="full"] .h-hero-plate.p1 {
  width: 100%; height: 100%; top: 0; right: 0;
  filter: brightness(0.7);
}
html[data-hero="full"] .h-hero-plate.p2 { display: none; }

html[data-hero="editorial"] .h-hero-art { height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; min-height: 0; }
html[data-hero="editorial"] .h-hero-plate { position: relative; width: 100%; height: 320px; border: 0; inset: auto;}
html[data-hero="editorial"] .h-hero-plate.p1 { grid-column: 1 / -1; height: 420px; }

/* Vertical side marks */
.h-side-l, .h-side-r {
  position: absolute;
  top: 50%;
  transform-origin: center;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  z-index: 5;
}
.h-side-l { left: 20px; transform: rotate(-90deg) translateX(50%); }
.h-side-r { right: 20px; transform: rotate(90deg) translateX(-50%); }

/* HERO BOTTOM STRIP */
.h-hero-strip {
  position: relative;
  z-index: 4;
  grid-column: 1 / -1;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--line-strong);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gutter);
}
.h-hero-strip .cell { display: flex; flex-direction: column; gap: 6px; }
.h-hero-strip .cell .k { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.h-hero-strip .cell .v { font-family: var(--serif); font-size: 22px; line-height: 1.15; }
.h-hero-strip .cell .v em { color: var(--terracotta); font-style: italic; }

/* MARQUEE SECTION */
.h-marquee {
  background: var(--ink);
  color: var(--bone);
  padding: 42px 0;
  overflow: hidden;
}
.h-marquee .marquee-track {
  font-family: var(--serif);
  font-size: 88px;
  letter-spacing: -0.02em;
}
.h-marquee .marquee-track span:nth-child(2n+1) { font-style: italic; color: var(--terracotta); }

/* STORY */
.h-story {
  padding: 160px var(--pad-x);
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
}
.h-story-left {
  position: sticky;
  top: 120px;
  align-self: start;
}
.h-story-num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.22em; color: var(--muted); }
.h-story-left h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(44px, 5vw, 80px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 18px 0 30px;
}
.h-story-left h2 em { font-style: italic; color: var(--terracotta); }

.h-story-right p {
  font-family: var(--serif);
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.45;
  margin: 0 0 24px;
  color: var(--ink-2);
}
.h-story-right p strong { font-weight: 400; color: var(--ink); }
.h-story-right p:first-child::first-letter {
  font-family: var(--serif);
  font-size: 4.4em;
  line-height: 0.9;
  float: left;
  margin: 0.05em 0.08em 0 0;
  color: var(--terracotta);
  font-style: italic;
}
.h-story-img {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  height: 420px;
}
.h-story-img > div {
  background-size: cover; background-position: center;
}
.h-story-sign {
  display: inline-block;
  margin-top: 36px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 38px;
  color: var(--terracotta);
  transform: rotate(-3deg);
}

/* FEATURED DISHES */
.h-dishes {
  padding: 160px var(--pad-x);
  background: var(--bone-2);
  border-top: 1px solid var(--line);
}
.h-dishes-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 80px;
  gap: 40px;
  flex-wrap: wrap;
}
.h-dishes-head h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(56px, 7vw, 120px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  margin: 16px 0 0;
  flex: 1;
  min-width: 300px;
}
.h-dishes-head h2 em { color: var(--terracotta); font-style: italic; }

.h-dishes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.h-dish {
  position: relative;
  display: block;
  cursor: pointer;
}
.h-dish:nth-child(2) { margin-top: 80px; }
.h-dish:nth-child(3) { margin-top: 40px; }
.h-dish-img {
  aspect-ratio: 3 / 4;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.h-dish-img::before {
  content: '';
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  background-image: inherit;
  transition: transform 900ms var(--ease);
  transform: scale(1.04);
}
.h-dish:hover .h-dish-img::before { transform: scale(1.12); }
.h-dish-body {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 20px;
  gap: 20px;
}
.h-dish-body h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -0.015em;
  margin: 0 0 6px;
}
.h-dish-body h3 em { color: var(--terracotta); font-style: italic; }
.h-dish-body p {
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
  margin: 0;
  max-width: 320px;
}
.h-dish-price {
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  color: var(--terracotta);
}
.h-dish-num { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; color: var(--muted); margin-bottom: 10px; text-transform: uppercase; }

/* QUOTE / PHILOSOPHY */
.h-quote {
  padding: 180px var(--pad-x);
  text-align: center;
  position: relative;
}
.h-quote::before, .h-quote::after {
  content: '';
  position: absolute;
  width: 80px; height: 1px;
  background: var(--terracotta);
  top: 140px;
}
.h-quote::before { left: 50%; transform: translateX(-220px); }
.h-quote::after { left: 50%; transform: translateX(140px); }
.h-quote blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(36px, 4.4vw, 72px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0 auto;
  max-width: 1100px;
  color: var(--ink);
}
.h-quote blockquote em { color: var(--terracotta); }
.h-quote cite { display: block; margin-top: 40px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); font-style: normal; }

/* RHYTHM / PRESS STRIP */
.h-press {
  padding: 60px var(--pad-x);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 60px;
  align-items: center;
}
.h-press-label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.h-press-logos {
  display: flex; gap: 64px; flex-wrap: wrap;
  font-family: var(--serif);
}
.h-press-logos span { font-size: 22px; font-style: italic; letter-spacing: 0.04em; opacity: 0.7; }
.h-press-logos span:hover { opacity: 1; color: var(--terracotta); }

/* RESERVATION CTA */
.h-res-cta {
  position: relative;
  padding: 180px var(--pad-x);
  background: var(--ink);
  color: var(--bone);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
html[data-palette="noir"] .h-res-cta { background: var(--bone-3); color: var(--ink); }

.h-res-cta h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(56px, 7vw, 110px);
  line-height: 0.9;
  letter-spacing: -0.025em;
  margin: 0;
}
.h-res-cta h2 em { font-style: italic; color: var(--terracotta); }
.h-res-cta p {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.5;
  margin: 30px 0;
  max-width: 460px;
  opacity: 0.85;
}
.h-res-cta .btn { border-color: currentColor; color: inherit; }
.h-res-cta .btn:hover { background: var(--terracotta); border-color: var(--terracotta); color: var(--bone); }

.h-res-art {
  position: relative;
  height: 500px;
  background-size: cover; background-position: center;
}
.h-res-art .plate-date {
  position: absolute;
  bottom: 24px; left: 24px;
  background: var(--bone);
  color: var(--ink);
  padding: 18px 22px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: flex; flex-direction: column; gap: 3px;
}
.h-res-art .plate-date b { font-family: var(--serif); font-size: 40px; letter-spacing: 0; color: var(--terracotta); font-weight: 400; }

/* Responsive */
@media (max-width: 960px) {
  .h-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 120px; }
  .h-hero-art { height: 60vh; min-height: 400px; }
  .h-hero-strip { grid-template-columns: repeat(2, 1fr); }
  .h-story { grid-template-columns: 1fr; gap: 40px; }
  .h-story-left { position: static; }
  .h-dishes-grid { grid-template-columns: 1fr; }
  .h-dish:nth-child(n) { margin-top: 0; }
  .h-res-cta { grid-template-columns: 1fr; }
  .h-side-l, .h-side-r { display: none; }
}

/* ======= MOBILE: 768px ======= */
@media (max-width: 768px) {
  /* Hero */
  .h-hero {
    padding: 100px 20px 48px;
    gap: 32px;
  }
  html[data-hero="editorial"] .h-hero {
    padding-top: 110px;
  }
  .h-hero h1 {
    font-size: clamp(48px, 13vw, 72px);
  }
  .h-hero-sub {
    font-size: 17px;
    margin: 24px 0 32px;
  }
  .h-hero-art {
    height: 50vh;
    min-height: 300px;
  }
  html[data-hero="full"] .h-hero-text {
    padding: 32px;
    margin: -32px;
  }
  html[data-hero="editorial"] .h-hero-art {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  html[data-hero="editorial"] .h-hero-plate.p1 { height: 280px; }
  html[data-hero="editorial"] .h-hero-plate { height: 200px; }

  /* Hero strip */
  .h-hero-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 24px;
  }
  .h-hero-strip .cell .v { font-size: 18px; }

  /* Marquee */
  .h-marquee { padding: 28px 0; }
  .h-marquee .marquee-track { font-size: 52px; }

  /* Story */
  .h-story {
    padding: 80px 20px;
    gap: 32px;
  }
  .h-story-left h2 { font-size: clamp(36px, 10vw, 56px); }
  .h-story-img {
    grid-template-columns: 1fr;
    height: auto;
    gap: 10px;
  }
  .h-story-img > div { height: 220px; }
  .h-story-img > div:last-child { display: none; }

  /* Dishes */
  .h-dishes {
    padding: 80px 20px;
  }
  .h-dishes-head {
    flex-direction: column;
    align-items: start;
    margin-bottom: 40px;
    gap: 16px;
  }
  .h-dishes-head h2 {
    font-size: clamp(44px, 12vw, 72px);
    min-width: unset;
    width: 100%;
  }
  .h-dish-body { flex-direction: column; gap: 8px; }
  .h-dish-body h3 { font-size: 24px; }

  /* Quote */
  .h-quote {
    padding: 80px 20px;
  }
  .h-quote::before, .h-quote::after { display: none; }
  .h-quote blockquote { font-size: clamp(26px, 7vw, 40px); }

  /* Press */
  .h-press {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 40px 20px;
  }
  .h-press-logos { gap: 28px; }
  .h-press-logos span { font-size: 18px; }

  /* Reservation CTA */
  .h-res-cta {
    padding: 80px 20px;
    gap: 40px;
  }
  .h-res-cta h2 { font-size: clamp(40px, 12vw, 72px); }
  .h-res-art { height: 300px; }
}

/* ======= MOBILE: 480px ======= */
@media (max-width: 480px) {
  .h-hero { padding: 90px 16px 40px; }
  .h-hero h1 { font-size: clamp(40px, 14vw, 60px); }
  .h-hero-meta { display: none; }
  .h-hero-strip { grid-template-columns: 1fr 1fr; gap: 14px; }
  .h-hero-strip .cell .v { font-size: 16px; }

  .h-marquee .marquee-track { font-size: 40px; }

  .h-story { padding: 60px 16px; }
  .h-dishes { padding: 60px 16px; }
  .h-dishes-head h2 { font-size: clamp(36px, 12vw, 56px); }

  .h-quote { padding: 60px 16px; }
  .h-quote blockquote { font-size: clamp(22px, 7vw, 34px); }

  .h-press { padding: 32px 16px; }
  .h-res-cta { padding: 60px 16px; }
  .h-res-cta h2 { font-size: clamp(36px, 12vw, 56px); }
  .h-res-art { height: 240px; }
  .h-res-art .plate-date b { font-size: 28px; }
}
