/* ==========================================================================
   Easy Meal RD — one-page presentation site
   Tokens, base, nine sections, motion.
   ========================================================================== */

:root {
  /* Brand palette: three hues only. Green, cream, kraft. */
  --green: #003F24;
  --green-deep: #002C19;
  --green-soft: #0A5133;
  --green-wash: #DCE5DA;

  --cream: #F7F2E8;
  --cream-deep: #EFE6D5;

  --kraft: #E0C08C;
  --kraft-deep: #C9A66B;

  --ink: #0E1F18;
  --ink-soft: #5C675F;
  --line: rgba(14, 31, 24, 0.12);
  --line-light: rgba(247, 242, 232, 0.18);

  --nav-h: 78px;
  --shell: 1240px;
  --gutter: clamp(20px, 5vw, 56px);

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.33, 1, 0.68, 1);

  --shadow-nav: 0 1px 0 var(--line), 0 18px 40px -30px rgba(14, 31, 24, 0.5);
  --shadow-card: 0 24px 60px -40px rgba(14, 31, 24, 0.55);
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 12px);
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
ol, ul, dl, dd { margin: 0; padding: 0; list-style: none; }

a { color: inherit; text-decoration: none; }

h1, h2, h3 {
  font-family: "Fraunces", "Iowan Old Style", Georgia, serif;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  margin: 0;
  text-wrap: balance;
}

:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--green);
  color: var(--cream);
  padding: 12px 20px;
  border-radius: 0 0 10px 0;
}
.skip:focus { left: 0; }

/* --------------------------------------------------------------------------
   Shared type
   -------------------------------------------------------------------------- */

.eyebrow {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0 0 1.1rem;
}
.eyebrow--light { color: rgba(247, 242, 232, 0.72); }

.h2 {
  font-size: clamp(2rem, 4.4vw, 3.85rem);
  line-height: 0.99;
  letter-spacing: -0.028em;
  max-width: 20ch;
}
.h2--light { color: var(--cream); }

.lede {
  font-size: clamp(1.02rem, 1.25vw, 1.19rem);
  line-height: 1.62;
  color: var(--ink-soft);
  max-width: 54ch;
  margin: 1.4rem 0 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.72em 1.5em;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.5s var(--ease), background-color 0.4s var(--ease),
              color 0.4s var(--ease), box-shadow 0.5s var(--ease);
}
.btn--solid {
  background: var(--green);
  color: var(--cream);
}
.btn--solid:hover {
  background: var(--green-deep);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px -14px rgba(0, 63, 36, 0.6);
}
.btn--solid:active { transform: translateY(0) scale(0.98); }
.btn--lg { min-height: 54px; padding: 0.85em 1.9em; font-size: 0.9rem; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  min-height: 44px;
  margin-top: 1.1rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--green);
  border-bottom: 1px solid currentColor;
  transition: gap 0.4s var(--ease), color 0.3s var(--ease);
}
.link-arrow::after { content: "\2192"; }
.link-arrow:hover { gap: 0.85em; color: var(--green-soft); }

/* --------------------------------------------------------------------------
   Nav
   -------------------------------------------------------------------------- */

.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: transparent;
  transition: background-color 0.5s var(--ease), box-shadow 0.5s var(--ease),
              backdrop-filter 0.5s var(--ease);
}
.nav.is-scrolled {
  background: rgba(247, 242, 232, 0.9);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  box-shadow: var(--shadow-nav);
}

.nav__inner {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 var(--gutter);
  height: var(--nav-h);
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 34px);
}

.lockup {
  display: flex;
  align-items: center;
  gap: 0.62em;
  margin-right: auto;
  min-height: 44px;
}
.lockup__name {
  width: auto;
  height: clamp(26px, 2.6vw, 33px);
  transition: filter 0.5s var(--ease);
}
.nav:not(.is-scrolled) .lockup__name { filter: brightness(0) invert(1); }

.lockup__tag {
  padding: 0.36em 0.7em 0.32em;
  border-radius: 999px;
  background: var(--kraft);
  color: var(--ink);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.5s var(--ease), color 0.5s var(--ease),
              padding 0.5s var(--ease);
}
.nav.is-scrolled .lockup__tag {
  padding: 0.36em 0 0.32em;
  background: transparent;
  color: var(--ink-soft);
}

.nav__links {
  display: flex;
  gap: clamp(14px, 1.9vw, 28px);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.nav__links a {
  position: relative;
  padding: 0.6em 0;
  color: var(--ink);
  transition: color 0.3s var(--ease);
}
.nav:not(.is-scrolled) .nav__links a { color: rgba(247, 242, 232, 0.9); }
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.35em;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s var(--ease);
}
.nav__links a:hover::after { transform: scaleX(1); }

.nav__cta { flex-shrink: 0; }
.nav:not(.is-scrolled) .nav__cta {
  background: var(--cream);
  color: var(--green);
}

.burger {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.burger span {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 1.5px;
  background: var(--ink);
  transform: translateX(-50%);
  transition: transform 0.4s var(--ease), opacity 0.3s var(--ease);
}
.burger span:nth-child(1) { top: 19px; }
.burger span:nth-child(2) { top: 26px; }
.nav:not(.is-scrolled) .burger { border-color: rgba(247, 242, 232, 0.35); }
.nav:not(.is-scrolled) .burger span { background: var(--cream); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateX(-50%) translateY(3.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { transform: translateX(-50%) translateY(-3.5px) rotate(-45deg); }

.drawer {
  display: none;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem var(--gutter) 1.6rem;
  background: var(--cream);
  border-top: 1px solid var(--line);
  box-shadow: var(--shadow-nav);
}
.drawer a {
  min-height: 48px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid var(--line);
}
.drawer .btn {
  margin-top: 1rem;
  border-bottom: 0;
  justify-content: center;
  color: var(--cream);
}

/* --------------------------------------------------------------------------
   1. Hero
   -------------------------------------------------------------------------- */

.hero {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--green-deep);
  isolation: isolate;
}

.hero__media {
  position: absolute;
  inset: -12% 0;
  z-index: -2;
  will-change: transform;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg,
      rgba(6, 20, 14, 0.62) 0%,
      rgba(6, 20, 14, 0.2) 32%,
      rgba(6, 20, 14, 0.5) 62%,
      rgba(5, 18, 12, 0.92) 100%),
    linear-gradient(90deg,
      rgba(5, 18, 12, 0.88) 0%,
      rgba(5, 18, 12, 0.5) 44%,
      rgba(5, 18, 12, 0) 78%);
}

.hero__content {
  position: relative;
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 var(--gutter) clamp(56px, 10vh, 104px);
}

.hero__title {
  font-size: clamp(2.9rem, 8.6vw, 8.2rem);
  line-height: 0.9;
  letter-spacing: -0.038em;
  color: var(--cream);
  max-width: 16ch;
  margin: 0;
}
.hero__sub {
  max-width: 40ch;
  margin: clamp(1.1rem, 2.2vw, 1.6rem) 0 0;
  font-size: clamp(1.02rem, 1.3vw, 1.2rem);
  line-height: 1.6;
  color: rgba(247, 242, 232, 0.86);
}
.hero__content .btn { margin-top: clamp(1.5rem, 3vw, 2.3rem); }

.badge {
  position: absolute;
  right: clamp(24px, 4vw, 64px);
  bottom: clamp(56px, 10vh, 104px);
  width: 128px;
  height: 128px;
  display: grid;
  place-items: center;
  color: var(--cream);
}
.badge__ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: spin 22s linear infinite;
}
.badge__ring text {
  font-family: "DM Sans", sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  fill: rgba(247, 242, 232, 0.82);
}
.badge__fork {
  width: 30px;
  height: 30px;
  color: var(--kraft);
}
@keyframes spin { to { transform: rotate(360deg); } }

/* --------------------------------------------------------------------------
   2. Story
   -------------------------------------------------------------------------- */

.story { padding: clamp(80px, 13vw, 172px) 0 clamp(70px, 10vw, 130px); }

.story__inner {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1.05fr 0.85fr;
  gap: clamp(30px, 5vw, 84px);
  align-items: start;
}

.story__text { padding-top: clamp(0px, 3vw, 48px); }
.story__text p { max-width: 46ch; }
.story__text .lede { margin-top: 1.5rem; }
.story__text p + p { margin-top: 1.2rem; color: var(--ink-soft); }

.story__media {
  margin-top: clamp(0px, 5vw, 82px);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.story__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}
.story__media:hover img { transform: scale(1.03); }

.stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 3vw, 40px);
  margin-top: clamp(46px, 7vw, 92px);
  padding-top: clamp(26px, 3vw, 40px);
  border-top: 1px solid var(--line);
}
.stat dt {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.stat dd {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--green);
  margin: 0.5rem 0 0;
}

/* --------------------------------------------------------------------------
   3. Pillars
   -------------------------------------------------------------------------- */

.pillars {
  background: var(--green);
  color: var(--cream);
  padding: clamp(76px, 11vw, 148px) 0;
}
.pillars__inner {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.pillars__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3vw, 52px);
  margin-top: clamp(42px, 6vw, 78px);
}
.pillar {
  padding-top: clamp(20px, 2.4vw, 32px);
  border-top: 1px solid var(--line-light);
}
.pillar__num {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 300;
  font-variation-settings: "SOFT" 0, "WONK" 0;
  font-size: clamp(2.4rem, 5.4vw, 4.6rem);
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--kraft);
}
.pillar__name {
  font-size: clamp(1.4rem, 2.1vw, 1.85rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: clamp(1.2rem, 2vw, 1.9rem) 0 0.6rem;
  color: var(--cream);
}
.pillar p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.62;
  color: rgba(247, 242, 232, 0.72);
  max-width: 34ch;
}

/* --------------------------------------------------------------------------
   4. Catalog
   -------------------------------------------------------------------------- */

.menu { padding: clamp(80px, 12vw, 164px) 0 clamp(70px, 10vw, 130px); }

.menu__head,
.menu__grid {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.menu__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(26px, 3.4vw, 52px) clamp(20px, 2.6vw, 38px);
  margin-top: clamp(48px, 6vw, 86px);
}

.dish--feature {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(20px, 2.6vw, 40px);
  align-items: center;
}
.dish--feature .dish__media { aspect-ratio: 3 / 2; }
.dish--feature .dish__name { font-size: clamp(1.7rem, 2.8vw, 2.5rem); }

.dish__media {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 4 / 3;
  background: var(--cream-deep);
}
.dish__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}
.dish:hover .dish__media img { transform: scale(1.045); }

.dish__flag {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 0.42em 0.86em 0.38em;
  border-radius: 999px;
  background: var(--kraft);
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.dish__body { padding-top: clamp(14px, 1.6vw, 22px); }
.dish--feature .dish__body { padding-top: 0; }
.dish__name {
  font-size: clamp(1.22rem, 1.7vw, 1.5rem);
  line-height: 1.12;
  letter-spacing: -0.022em;
}
.dish__desc {
  margin: 0.55rem 0 0;
  font-size: 0.94rem;
  line-height: 1.58;
  color: var(--ink-soft);
  max-width: 40ch;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}
.tags li {
  padding: 0.3em 0.78em 0.26em;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--green);
}

/* --------------------------------------------------------------------------
   5. Heat band
   -------------------------------------------------------------------------- */

.band {
  background: var(--kraft);
  color: var(--ink);
  padding-top: clamp(76px, 11vw, 148px);
  overflow: hidden;
}
.band__inner {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.band__inner .eyebrow { color: rgba(14, 31, 24, 0.6); }

.band__title {
  font-size: clamp(3rem, 11.4vw, 11rem);
  line-height: 0.86;
  letter-spacing: -0.045em;
  color: var(--green);
  max-width: 12ch;
}

.ways {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 38px);
  margin-top: clamp(40px, 6vw, 78px);
  border-top: 1px solid rgba(14, 31, 24, 0.22);
}
.ways li {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-top: clamp(16px, 2vw, 24px);
}
.ways__name {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(14, 31, 24, 0.66);
}
.ways__time {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--green);
}
.ways__note {
  margin: clamp(1.4rem, 2.4vw, 2.2rem) 0 clamp(48px, 7vw, 96px);
  max-width: 52ch;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(14, 31, 24, 0.72);
}

.strip { overflow: hidden; padding-bottom: clamp(48px, 7vw, 96px); }
.strip__track {
  display: flex;
  gap: clamp(12px, 1.6vw, 22px);
  animation: slide 46s linear infinite;
  width: max-content;
}
.strip__item {
  flex: 0 0 auto;
  width: clamp(148px, 17vw, 246px);
  border-radius: 4px;
  overflow: hidden;
}
.strip__item img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
@keyframes slide {
  to { transform: translate3d(-50%, 0, 0); }
}

/* --------------------------------------------------------------------------
   6. Steps
   -------------------------------------------------------------------------- */

.steps { padding: clamp(80px, 12vw, 164px) 0; }
.steps__inner {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.steps__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3vw, 46px);
  margin-top: clamp(44px, 6vw, 84px);
}
.step {
  padding: clamp(24px, 3vw, 38px);
  background: var(--cream-deep);
  border-radius: 4px;
}
.step:nth-child(2) { transform: translateY(clamp(16px, 3vw, 46px)); }
.step:nth-child(3) { transform: translateY(clamp(32px, 6vw, 92px)); }

.step__num {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: var(--green);
  color: var(--cream);
  font-family: "Fraunces", Georgia, serif;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  font-size: 1.3rem;
  line-height: 1;
}
.step__name {
  font-size: clamp(1.3rem, 1.9vw, 1.65rem);
  line-height: 1.12;
  letter-spacing: -0.022em;
  margin: 1.15rem 0 0.55rem;
}
.step p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ink-soft);
}
.step p a {
  color: var(--green);
  border-bottom: 1px solid currentColor;
}

.steps__cta {
  margin: clamp(60px, 9vw, 130px) 0 0;
  display: flex;
  justify-content: center;
}

/* --------------------------------------------------------------------------
   7. Brand voice marquee
   -------------------------------------------------------------------------- */

.voice {
  background: var(--ink);
  padding: clamp(58px, 8vw, 108px) 0;
  overflow: hidden;
}
.marquee { overflow: hidden; }
.marquee + .marquee { margin-top: clamp(14px, 2vw, 26px); }
.marquee__track {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.6vw, 40px);
  width: max-content;
  animation: slide 54s linear infinite;
}
.marquee--reverse .marquee__track {
  animation-direction: reverse;
  animation-duration: 66s;
}
.marquee__track span {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 300;
  font-variation-settings: "SOFT" 0, "WONK" 0;
  font-style: italic;
  font-size: clamp(1.5rem, 3.4vw, 2.9rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--cream);
  white-space: nowrap;
}
.marquee__track i {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--kraft);
}

/* --------------------------------------------------------------------------
   8. Delivery
   -------------------------------------------------------------------------- */

.delivery { padding: clamp(80px, 12vw, 164px) 0 clamp(70px, 10vw, 130px); }
.delivery__inner {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.delivery__head { max-width: 58ch; }

.zones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.6vw, 34px);
  margin-top: clamp(44px, 6vw, 80px);
}
.zone {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--cream-deep);
  transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease),
              border-color 0.6s var(--ease);
}
.zone:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
  border-color: transparent;
}
.zone__name {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  line-height: 1.12;
  letter-spacing: -0.022em;
}
.zone__body {
  margin: 0 0 1.4rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ink-soft);
}
.zone .link-arrow { margin-top: auto; align-self: flex-start; }

/* --------------------------------------------------------------------------
   9. Footer
   -------------------------------------------------------------------------- */

.footer {
  background: var(--green);
  color: var(--cream);
  padding: clamp(64px, 9vw, 118px) 0 clamp(30px, 4vw, 48px);
}
.footer__inner {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(30px, 4vw, 60px);
  align-items: start;
}
.footer__lockup img {
  width: clamp(180px, 20vw, 264px);
  height: auto;
}
.footer__links,
.footer__social {
  display: flex;
  flex-direction: column;
}
.footer__links a,
.footer__social a {
  display: flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.94rem;
  color: rgba(247, 242, 232, 0.8);
  transition: color 0.3s var(--ease);
}
.footer__links a:hover,
.footer__social a:hover { color: var(--cream); }

.footer__legal,
.footer__credit {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: clamp(30px, 4vw, 52px);
  border-top: 1px solid var(--line-light);
  font-size: 0.82rem;
  color: rgba(247, 242, 232, 0.62);
}
.footer__credit {
  border-top: 0;
  padding-top: 0.5rem;
  margin-top: -0.9rem;
  font-size: 0.76rem;
  color: rgba(247, 242, 232, 0.42);
}

/* --------------------------------------------------------------------------
   Motion
   -------------------------------------------------------------------------- */

.reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }

.hero__content > * {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  animation: rise 1s var(--ease) forwards;
}
.hero__content > *:nth-child(1) { animation-delay: 0.15s; }
.hero__content > *:nth-child(2) { animation-delay: 0.27s; }
.hero__content > *:nth-child(3) { animation-delay: 0.42s; }
.hero__content > *:nth-child(4) { animation-delay: 0.57s; }

.badge {
  opacity: 0;
  animation: rise 1.1s var(--ease) 0.75s forwards;
}

@keyframes rise {
  from { opacity: 0; transform: translate3d(0, 30px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__content > *,
  .badge {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .badge__ring { animation: none; }
  .strip__track,
  .marquee__track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .step:nth-child(2),
  .step:nth-child(3) { transform: none; }
  .dish__media img,
  .story__media img { transition: none; }
  .hero__media { transform: none !important; }
  .btn:hover,
  .zone:hover { transform: none; }
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1080px) {
  .nav__links { display: none; }
  .burger { display: block; }
  .drawer[hidden] { display: none; }
  .drawer { display: flex; }
}

@media (max-width: 900px) {
  .lockup__tag { display: none; }
  .badge { display: none; }

  .story__inner {
    grid-template-columns: 1fr;
    gap: clamp(30px, 6vw, 48px);
  }
  .story__media { margin-top: 0; }
  .story__media img { aspect-ratio: 3 / 2; }

  .pillars__list { grid-template-columns: 1fr; gap: 0; }
  .pillar { padding: clamp(22px, 4vw, 32px) 0; }
  .pillar:last-child { padding-bottom: 0; }

  .menu__grid { grid-template-columns: repeat(2, 1fr); }
  .dish--feature {
    grid-column: span 2;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .dish--feature .dish__body { padding-top: clamp(14px, 1.6vw, 22px); }

  .ways { grid-template-columns: 1fr; gap: 0; }
  .ways li {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: clamp(14px, 2vw, 20px) 0;
    border-bottom: 1px solid rgba(14, 31, 24, 0.16);
  }

  .steps__list { grid-template-columns: 1fr; gap: clamp(16px, 3vw, 22px); }
  .step:nth-child(2),
  .step:nth-child(3) { transform: none; }

  .zones { grid-template-columns: 1fr; }

  .footer__inner { grid-template-columns: 1fr 1fr; }
  .footer__lockup { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --nav-h: 66px; }

  body { font-size: 16px; }

  .hero__content { padding-bottom: clamp(44px, 8vh, 72px); }
  .hero__title { font-size: clamp(2.5rem, 12vw, 3.6rem); }
  .hero__sub { font-size: 1rem; }

  .stats { grid-template-columns: 1fr; gap: 1.4rem; }
  .stat { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
  .stat dd { margin: 0; }

  .menu__grid { grid-template-columns: 1fr; }
  .dish--feature { grid-column: span 1; }
  .dish__media { aspect-ratio: 3 / 2; }

  .band__title { font-size: clamp(2.7rem, 16vw, 4.4rem); }

  .footer__inner { grid-template-columns: 1fr; }
  .footer__legal,
  .footer__credit { margin-top: 0; }
}

/* ---- qa: touch targets >= 44px ---- */
.nav__links a,
.footer__links a,
.footer__social a,
a[href^="tel:"] {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

a:not([class]) {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
