

:root {
  --cream: #f5f0e6;
  --paper: #fffdf8;
  --ink: #17231d;
  --forest: #183c2c;
  --green: #285f45;
  --gold: #b9944a;
  --line: rgba(23, 35, 29, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Cormorant Garamond", serif; }

.site-header {
  min-height: 82px;
  padding: 14px clamp(20px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(245, 240, 230, 0.94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}
.brand {
  display: flex;
  align-items: baseline;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 14px;
}
.brand strong {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  letter-spacing: .12em;
}
nav { display: flex; gap: 28px; font-size: 14px; }
nav a:hover, footer a:hover, .text-link:hover { color: var(--green); }

.button {
  min-height: 50px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--forest);
  background: var(--forest);
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--green); }
.button-small { min-height: 44px; padding-inline: 18px; }
.button-ghost { background: transparent; color: var(--forest); }
.button-ghost-dark { background: transparent; color: white; border-color: rgba(255,255,255,.6); }

.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  overflow: hidden;
}
.hero-copy {
  padding: clamp(72px, 10vw, 150px) clamp(28px, 7vw, 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  margin-bottom: 20px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(64px, 8vw, 116px);
  font-weight: 600;
  line-height: .86;
  letter-spacing: -.05em;
}
.hero-lede {
  max-width: 620px;
  margin-bottom: 34px;
  color: #425047;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;
}
.actions { display: flex; gap: 12px; flex-wrap: wrap; }
.quick-info {
  margin-top: 46px;
  padding-top: 22px;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  color: #566159;
  font-size: 13px;
}
.hero-art {
  position: relative;
  min-height: 640px;
  background: var(--forest);
  overflow: hidden;
}
.hero-art img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.hero-art > p {
  position: absolute;
  left: 30px;
  bottom: 28px;
  margin: 0;
  padding: 11px 14px;
  color: white;
  background: rgba(16,27,21,.78);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .24em;
}

.proof-strip {
  padding: 26px clamp(20px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--paper);
  border-block: 1px solid var(--line);
}
.proof-strip p { margin: 0; text-align: center; font-size: 13px; }
.proof-strip strong { display: block; font-family: "Cormorant Garamond"; font-size: 26px; color: var(--green); }

.section { padding: clamp(80px, 9vw, 140px) clamp(20px, 6vw, 90px); }
.section-heading {
  margin-bottom: 48px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.section-heading h2, .story h2, .order-panel h2, .visit h2 {
  margin-bottom: 0;
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.035em;
}
.text-link { padding-bottom: 8px; font-size: 14px; font-weight: 700; border-bottom: 1px solid; }

.dish-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.dish-card { min-height: 330px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.dish-number {
  width: 100%;
  height: 90px;
  margin-bottom: 38px;
  padding: 18px;
  display: flex;
  align-items: end;
  justify-content: end;
  background: linear-gradient(135deg, rgba(40,95,69,.16), rgba(185,148,74,.26));
  color: var(--green);
  font-family: "Cormorant Garamond";
  font-size: 32px;
}
.dish-photo {
  width: 100%;
  height: 180px;
  margin-bottom: 38px;
  display: block;
  object-fit: cover;
}
.dish-2, .dish-5 { background: linear-gradient(135deg, rgba(185,148,74,.28), rgba(204,110,47,.16)); }
.dish-3, .dish-6 { background: linear-gradient(135deg, rgba(23,35,29,.17), rgba(40,95,69,.26)); }
.dish-tag { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.dish-card h3 { margin-bottom: 12px; font-size: 32px; }
.dish-card > p:last-child { color: #59645c; line-height: 1.65; }
.dessert-feature {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--forest);
  color: white;
}
.dessert-feature img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.dessert-feature > div { padding: clamp(40px, 6vw, 90px); align-self: center; }
.dessert-feature .eyebrow { color: #d5bd82; }
.dessert-feature h3 { margin-bottom: 16px; font-size: clamp(40px, 4vw, 64px); }
.dessert-feature p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.76); line-height: 1.7; }
.dessert-feature .text-link { display: inline-block; margin-top: 14px; }

.menu-browse { background: #ece5d7; }
.category-list { border-top: 1px solid var(--line); }
.category-list details {
  border-bottom: 1px solid var(--line);
}
.category-list summary {
  padding: 22px 4px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  transition: padding .2s ease, color .2s ease;
}
.category-list summary::-webkit-details-marker { display: none; }
.category-list summary::after {
  content: "+";
  margin-left: 18px;
  color: var(--green);
  font-size: 24px;
}
.category-list details[open] summary::after { content: "−"; }
.category-list strong { font-family: "Cormorant Garamond"; font-size: 30px; }
.category-list span { color: #647067; font-size: 14px; }
.menu-items {
  padding: 2px 4px 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 42px;
}
.menu-item {
  padding: 18px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(130px, auto);
  gap: 20px;
  border-top: 1px solid rgba(37, 63, 48, .14);
}
.menu-item h3 {
  margin: 0 0 6px;
  font-family: "Cormorant Garamond";
  font-size: 23px;
  line-height: 1.1;
}
.menu-item p {
  margin: 0;
  color: #5b665f;
  font-size: 14px;
  line-height: 1.55;
}
.menu-prices {
  min-width: 130px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: right;
}
.menu-prices div {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.menu-prices span {
  max-width: 210px;
  color: #667067;
  font-size: 12px;
  line-height: 1.35;
}
.menu-prices strong {
  flex: 0 0 auto;
  font-family: "Inter";
  font-size: 14px;
}

.story {
  padding: clamp(80px, 10vw, 150px) clamp(20px, 7vw, 110px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(50px, 9vw, 140px);
  background: var(--forest);
  color: white;
}
.story .eyebrow { color: #d5bd82; }
.story-copy { padding-top: 34px; }
.story-copy p { max-width: 620px; color: rgba(255,255,255,.76); font-size: 20px; line-height: 1.75; }

.order-panel {
  padding: clamp(80px, 9vw, 130px) clamp(20px, 7vw, 110px);
  text-align: center;
  background: var(--gold);
}
.order-panel .eyebrow { color: var(--ink); }
.order-panel h2 { max-width: 900px; margin-inline: auto; }
.order-options { max-width: 1100px; margin: 50px auto 0; display: grid; grid-template-columns: repeat(auto-fit,minmax(190px,1fr)); background: rgba(255,255,255,.28); }
.order-options a { padding: 30px; display: flex; flex-direction: column; gap: 7px; border: 1px solid rgba(23,35,29,.2); }
.order-options a:hover { background: rgba(255,255,255,.32); }
.order-options span { font-size: 12px; }
.order-options strong { font-family: "Cormorant Garamond"; font-size: 25px; }

.visit { display: grid; grid-template-columns: 1.2fr .8fr; gap: 0; background: var(--paper); }
.visit-card { padding: clamp(40px, 6vw, 90px); background: var(--forest); color: white; }
.visit-card .eyebrow { color: #d5bd82; }
.visit-card > p:not(.eyebrow) { margin: 12px 0 34px; color: rgba(255,255,255,.7); }
.visit-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.phone-number { font-size: 18px; }
.hours { padding: clamp(40px, 6vw, 90px); border: 1px solid var(--line); }
.hours h3 { font-size: 34px; }
.hours dl div { padding: 14px 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; gap: 20px; border-bottom: 1px solid var(--line); }
.hours dd { margin: 0; text-align: right; white-space: nowrap; }
.hours > p { margin-top: 24px; color: #687169; font-size: 12px; }

footer {
  padding: 46px clamp(20px, 5vw, 72px) 110px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 30px;
  background: #101b15;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}
.brand-footer { color: white; }
footer p { margin: 0; text-align: center; }
footer > div { display: flex; justify-content: end; gap: 18px; }
.mobile-order { display: none; }

@media (max-width: 900px) {
  nav { display: none; }
  .site-header .button { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 480px; }
  .proof-strip { grid-template-columns: repeat(2,1fr); gap: 24px; }
  .dish-grid { grid-template-columns: repeat(2,1fr); }
  .story, .visit { grid-template-columns: 1fr; }
  .dessert-feature { grid-template-columns: 1fr; }
  .order-options { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer > div { justify-content: center; flex-wrap: wrap; }
}

@media (max-width: 620px) {
  body { padding-bottom: 68px; }
  .site-header { min-height: 68px; }
  .hero { min-height: auto; }
  .hero-copy { padding: 80px 22px 64px; }
  .hero h1 { font-size: 61px; }
  .hero-art { min-height: 360px; }
  .bowl { width: 220px; font-size: 20px; }
  .bowl-one { left: 2%; top: 9%; }
  .bowl-two { width: 185px; right: -9%; bottom: 5%; }
  .quick-info { gap: 12px; flex-direction: column; }
  .section { padding: 78px 20px; }
  .section-heading { align-items: start; flex-direction: column; }
  .dish-grid { grid-template-columns: 1fr; }
  .dish-card { min-height: auto; }
  .category-list summary { grid-template-columns: 1fr auto; }
  .category-list summary > span { display: none; }
  .menu-items { grid-template-columns: 1fr; }
  .menu-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .menu-prices { text-align: left; }
  .menu-prices div { justify-content: space-between; }
  .menu-prices span {
    display: block;
    max-width: 72%;
  }
  .story { padding-inline: 22px; }
  .story-copy { padding-top: 0; }
  .order-panel { padding-inline: 20px; }
  .visit { padding: 0; }
  footer { padding-bottom: 55px; }
  .mobile-order {
    height: 68px;
    position: fixed;
    inset: auto 0 0;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -10px 30px rgba(0,0,0,.15);
  }
  .mobile-order a {
    display: grid;
    place-items: center;
    background: var(--paper);
    color: var(--forest);
    font-size: 13px;
    font-weight: 800;
  }
  .mobile-order a:last-child { background: var(--forest); color: white; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
