:root {
  --black: #111013;
  --ink: #1c1820;
  --pink: #ef1478;
  --pink-deep: #c80760;
  --blush: #f7d9e4;
  --cream: #fff9f2;
  --white: #ffffff;
  --gray: #746d75;
  --line: rgba(28, 24, 32, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-header {
  height: 88px;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--black);
  color: white;
  position: relative;
  z-index: 20;
}
.brand, .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}
.brand-mark {
  width: 46px;
  height: 46px;
  border: 2px solid var(--pink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font: 700 1rem/1 "Playfair Display", serif;
  color: var(--pink);
  transform: rotate(-6deg);
}
.brand-copy, .footer-brand div { display: grid; line-height: 1; }
.brand-copy strong, .footer-brand strong {
  font: 600 1.2rem/1.15 "Playfair Display", serif;
  letter-spacing: 0.01em;
}
.brand-copy small, .footer-brand small {
  margin-top: 0.35rem;
  color: var(--pink);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.38em;
}
.site-nav { display: flex; align-items: center; gap: 2rem; }
.site-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}
.site-nav a:not(.nav-cta):hover { color: var(--pink); }
.nav-cta {
  border: 1px solid var(--pink);
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
}
.nav-cta:hover { background: var(--pink); }
.menu-button { display: none; }
.hero {
  min-height: calc(100vh - 88px);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--black);
}
.hero-image, .hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-image { object-fit: cover; object-position: center; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(12,10,13,.96) 0%, rgba(12,10,13,.76) 38%, rgba(12,10,13,.08) 74%),
    linear-gradient(0deg, rgba(12,10,13,.35), transparent 45%);
}
.hero-content {
  width: min(720px, 53vw);
  padding: 5.5rem clamp(1.25rem, 7vw, 8rem);
  position: relative;
  z-index: 2;
  color: white;
}
.eyebrow, .tiny-label, .menu-label {
  margin: 0 0 1.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}
.eyebrow { color: var(--pink); }
h1, h2, h3, blockquote { font-family: "Playfair Display", serif; }
h1 {
  margin: 0;
  font-size: clamp(3.4rem, 6vw, 6.3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}
h1 em, h2 em { color: var(--pink); font-weight: 600; }
.hero-copy {
  max-width: 560px;
  margin: 1.8rem 0 2.2rem;
  color: rgba(255,255,255,.78);
  font-size: 1.08rem;
}
.hero-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.button {
  display: inline-flex;
  min-height: 50px;
  padding: 0.75rem 1.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  transition: .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-pink { color: white; background: var(--pink); }
.button-pink:hover { background: var(--pink-deep); }
.button-ghost { color: white; border-color: rgba(255,255,255,.45); }
.button-ghost:hover { background: white; color: var(--ink); }
.button-dark { color: white; background: var(--black); }
.scroll-cue {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(255,255,255,.7);
  text-decoration: none;
  font-size: .65rem;
  letter-spacing: .22em;
}
.scroll-cue span:last-child { color: var(--pink); font-size: 1.2rem; }
.section { padding: clamp(4.5rem, 9vw, 8.5rem) clamp(1.25rem, 7vw, 8rem); }
.section-kicker {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: 2.2rem;
  color: var(--gray);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
}
.section-kicker span { color: var(--pink); }
.section-kicker::after {
  content: "";
  width: 50px;
  height: 1px;
  background: currentColor;
  opacity: .45;
}
.section-kicker.light { color: rgba(255,255,255,.62); }
.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(3rem, 8vw, 8rem);
}
h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.story-copy { max-width: 580px; }
.lead { font-size: 1.16rem; line-height: 1.75; }
.story-copy > p:not(.lead) { color: var(--gray); }
.signature {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: grid;
}
.signature span { color: var(--gray); font-size: .85rem; }
.signature strong {
  color: var(--pink);
  font: italic 600 1.55rem/1.5 "Playfair Display", serif;
}
.menu-section { background: var(--black); color: white; }
.menu-heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 4rem;
  margin-bottom: 3.5rem;
}
.menu-heading > p { color: rgba(255,255,255,.65); max-width: 520px; }
.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  border: 1px solid rgba(255,255,255,.13);
}
.menu-card {
  min-height: 390px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255,255,255,.13);
  transition: .25s ease;
}
.menu-card:last-child { border-right: 0; }
.menu-card:hover { background: rgba(255,255,255,.05); }
.menu-card.featured { background: var(--pink); }
.menu-icon { font: 400 2rem/1 "Playfair Display", serif; color: var(--pink); }
.featured .menu-icon { color: white; }
.menu-label { margin: 4rem 0 .75rem; color: rgba(255,255,255,.55); }
.featured .menu-label { color: rgba(255,255,255,.75); }
.menu-card h3 { margin: 0 0 1rem; font-size: 2rem; line-height: 1.08; }
.menu-card p:not(.menu-label) { color: rgba(255,255,255,.65); }
.featured p:not(.menu-label) { color: rgba(255,255,255,.9); }
.price, .availability {
  display: block;
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.16);
  font-size: .84rem;
  font-weight: 700;
}
.menu-note { color: rgba(255,255,255,.5); font-size: .82rem; text-align: center; margin: 1.5rem 0 0; }
.full-menu {
  margin-top: 4rem;
  padding-top: 3.5rem;
  border-top: 1px solid rgba(255,255,255,.14);
}
.full-menu-heading {
  margin-bottom: 2rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}
.full-menu-heading .menu-label { margin: 0 0 .45rem; color: var(--pink); }
.full-menu-heading h3 { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); }
.full-menu-heading > p { margin: 0; color: rgba(255,255,255,.55); font-size: .9rem; }
.price-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  border-top: 1px solid rgba(255,255,255,.14);
  border-left: 1px solid rgba(255,255,255,.14);
}
.price-list > div {
  min-height: 116px;
  padding: 1.2rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.price-list strong { font: 600 1.05rem/1.25 "Playfair Display", serif; }
.price-list span { color: rgba(255,255,255,.48); font-size: .78rem; }
.price-list b { margin-top: .4rem; color: var(--pink); font-size: .82rem; }
.price-list .coming-soon {
  background: var(--pink);
  color: white;
}
.price-list .coming-soon b { color: white; text-transform: uppercase; letter-spacing: .12em; }
.flavor-menu {
  margin-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.14);
}
.flavor-menu details { border-bottom: 1px solid rgba(255,255,255,.14); }
.flavor-menu summary {
  min-height: 76px;
  padding: 1rem .25rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
}
.flavor-menu summary::-webkit-details-marker { display: none; }
.flavor-menu summary span {
  font: 600 clamp(1.4rem, 2.4vw, 2rem)/1.2 "Playfair Display", serif;
}
.flavor-menu summary small {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255,255,255,.5);
  font-size: .76rem;
}
.flavor-menu summary small::after {
  content: "+";
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  color: var(--pink);
  font-size: 1.2rem;
}
.flavor-menu details[open] summary small::after { content: "−"; }
.flavor-list, .flavor-groups {
  margin: 0;
  padding: .5rem .25rem 2rem;
}
.flavor-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: .55rem 1.5rem;
  list-style: none;
}
.flavor-list li {
  padding-left: 1rem;
  position: relative;
  color: rgba(255,255,255,.72);
  font-size: .9rem;
}
.flavor-list li::before { content: "•"; position: absolute; left: 0; color: var(--pink); }
.flavor-list em { color: rgba(255,255,255,.45); font-size: .76rem; }
.flavor-list.paired-list {
  grid-template-columns: repeat(2, minmax(0,1fr));
  column-gap: clamp(1.5rem, 6vw, 6rem);
  row-gap: .7rem;
}
.flavor-list.paired-list li {
  min-height: 1.6rem;
  display: flex;
  align-items: flex-start;
}
.flavor-list.paired-list .align-right { grid-column: 2; }
.flavor-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 2.5rem;
}
.flavor-groups.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.flavor-groups.four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.flavor-groups h4 {
  margin: 0 0 .75rem;
  color: var(--pink);
  font-size: .74rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.flavor-groups ul { margin: 0; padding: 0; list-style: none; }
.flavor-groups li {
  margin: .32rem 0;
  color: rgba(255,255,255,.72);
  font-size: .88rem;
}
.flavor-note { color: var(--pink); font-size: .78rem; }
.forward { background: var(--blush); }
.forward-card {
  display: grid;
  grid-template-columns: 1.5fr .7fr;
  background: var(--cream);
  box-shadow: 0 25px 75px rgba(53, 19, 35, .12);
}
.forward-copy { padding: clamp(2rem, 6vw, 5.5rem); }
.script-line {
  margin: 0 0 .7rem;
  color: var(--pink);
  font: italic 600 1.2rem/1.3 "Playfair Display", serif;
}
.forward h2 span { color: var(--pink); font-style: italic; }
.forward-copy > .lead { max-width: 760px; color: #554b54; }
.how-it-works { margin-top: 3rem; display: grid; gap: 1.15rem; }
.how-it-works > div { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; align-items: start; }
.how-it-works b {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: var(--pink);
  border-radius: 50%;
  color: white;
  font-size: .78rem;
}
.how-it-works p { display: grid; margin: 0; }
.how-it-works strong { font-size: .95rem; }
.how-it-works span { color: var(--gray); font-size: .88rem; }
.impact-panel {
  background: var(--pink);
  color: white;
  padding: clamp(2rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.impact-panel .tiny-label { color: rgba(255,255,255,.7); }
blockquote {
  margin: 0 0 2rem;
  font-size: clamp(2rem, 3.3vw, 3.1rem);
  line-height: 1.1;
}
.impact-panel > p:not(.tiny-label) { color: rgba(255,255,255,.84); }
.impact-panel .button { align-self: flex-start; margin-top: 1rem; }
.values { background: var(--cream); text-align: center; }
.values-intro {
  margin: 0 0 2.8rem;
  color: var(--pink);
  font: italic 600 1.45rem/1.3 "Playfair Display", serif;
}
.values-row { display: grid; grid-template-columns: repeat(3, 1fr); }
.values-row > div { padding: 1rem 3rem; border-right: 1px solid var(--line); }
.values-row > div:last-child { border: 0; }
.values-row span { display: block; margin-bottom: .8rem; color: var(--pink); font-size: 1.5rem; }
.values-row strong { display: block; font: 600 1.45rem/1.3 "Playfair Display", serif; }
.values-row p { margin: .45rem 0 0; color: var(--gray); font-size: .9rem; }
.connect {
  display: grid;
  grid-template-columns: 1fr .65fr;
  gap: 5rem;
  align-items: end;
  background: var(--black);
  color: white;
}
.connect-copy p { max-width: 620px; color: rgba(255,255,255,.65); }
.connect-actions { display: grid; gap: 1.2rem; justify-items: start; }
.status-card {
  width: 100%;
  padding: 1.25rem;
  display: flex;
  gap: .9rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
}
.status-dot {
  width: 10px;
  height: 10px;
  margin-top: .4rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 5px rgba(239,20,120,.14);
}
.status-card p { margin: .2rem 0 0; color: rgba(255,255,255,.55); font-size: .86rem; }
footer {
  padding: 2rem clamp(1.25rem, 7vw, 8rem);
  display: flex;
  align-items: center;
  gap: 2rem;
  background: #09080a;
  color: rgba(255,255,255,.55);
  font-size: .8rem;
}
.footer-brand { margin-right: auto; color: white; }
.copyright { text-align: right; }

@media (max-width: 1000px) {
  .menu-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .menu-card:nth-child(2) { border-right: 0; }
  .menu-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .price-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .flavor-list { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .flavor-list.paired-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .flavor-groups.four { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .forward-card { grid-template-columns: 1fr; }
  .impact-panel { min-height: 400px; }
}

@media (max-width: 760px) {
  .site-header { height: 76px; }
  .menu-button {
    width: 46px;
    height: 46px;
    display: grid;
    place-content: center;
    gap: 5px;
    color: white;
    background: transparent;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
  }
  .menu-button span:not(.sr-only) { width: 19px; height: 2px; background: currentColor; }
  .site-nav {
    position: fixed;
    inset: 76px 0 auto;
    padding: 2rem 1.25rem 2.5rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--black);
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .9rem 0; font-size: 1rem; }
  .nav-cta { margin-top: 1rem; padding: .8rem 1rem !important; text-align: center; }
  .hero { min-height: calc(100svh - 76px); align-items: flex-end; }
  .hero-image { object-position: 66% center; }
  .hero-shade {
    background:
      linear-gradient(0deg, rgba(12,10,13,.98) 0%, rgba(12,10,13,.82) 45%, rgba(12,10,13,.14) 100%),
      linear-gradient(90deg, rgba(12,10,13,.6), transparent);
  }
  .hero-content { width: 100%; padding: 7rem 1.25rem 6rem; }
  h1 { font-size: clamp(3.25rem, 15vw, 4.8rem); }
  .scroll-cue { display: none; }
  .story-grid, .menu-heading, .connect { grid-template-columns: 1fr; gap: 2.5rem; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { min-height: 330px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .menu-card:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .menu-card:last-child { border-bottom: 0; }
  .full-menu-heading { align-items: start; flex-direction: column; gap: .5rem; }
  .price-list { grid-template-columns: 1fr; }
  .flavor-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .flavor-list.paired-list { column-gap: 1.25rem; }
  .flavor-groups, .flavor-groups.two, .flavor-groups.four { grid-template-columns: 1fr; gap: 1.5rem; }
  .flavor-menu summary { grid-template-columns: 1fr; gap: .35rem; }
  .flavor-menu summary small { justify-content: space-between; }
  .values-row { grid-template-columns: 1fr; gap: 0; }
  .values-row > div { border-right: 0; border-bottom: 1px solid var(--line); padding: 2rem 1rem; }
  .values-row > div:last-child { border-bottom: 0; }
  footer { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .footer-brand { margin: 0 0 .5rem; }
  .copyright { text-align: left; }
}

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