/* Brown Boi Ramen — one-page site
   Rebuilt to match the approved reference design (the-reference.png).
   Display face: Archivo Narrow (self-hosted Nimbus Sans Narrow can be dropped
   into assets/fonts and added to the stack for an exact match). */

:root {
  --black: #040809;
  --ink: #11100e;
  --paper: #f4efe4;
  --yellow: #f6b32a;
  --red: #d53b20;
  --green: #1e632a;
  --line: #11100e33;
  --display: "Archivo Narrow", "Arial Narrow", "Helvetica Neue", Impact, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  color: var(--ink);
  background: var(--paper);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; height: auto; }
[hidden] { display: none !important; }

.shell {
  width: min(1180px, 100% - 40px);
  margin-inline: auto;
}

.paper-section { background-color: var(--paper); }

.skip-link {
  position: absolute;
  left: 8px;
  top: -48px;
  z-index: 50;
  color: #090909;
  background: var(--yellow);
  padding: 10px 16px;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: top .15s;
}
.skip-link:focus { top: 8px; }

/* Buttons */
.button {
  min-height: 44px;
  color: inherit;
  font-family: var(--display);
  letter-spacing: .045em;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  padding: 0 22px;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform .16s, background-color .16s, color .16s;
  display: inline-flex;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}
.paper-section :focus-visible,
.join-section :focus-visible,
.legal-page :focus-visible {
  outline-color: var(--ink);
}
.button-yellow, .button-gold { color: #090909; background: var(--yellow); }
.button-yellow:hover, .button-gold:hover { background: #ffca43; }
.button-outline { color: #fff; background: #040809b8; border: 1px solid #fff; }
.button-outline:hover { color: #090909; background: #fff; }
.button-outline-dark { color: var(--ink); border: 1px solid var(--red); background: none; }
.button-outline-dark:hover { color: #fff; background: var(--red); }
.button-red { color: #fff; background: #c62124; width: 100%; }
.button-red:hover { background: var(--red); }

/* Handwritten-style section labels */
.script-label {
  width: fit-content;
  color: var(--ink);
  font-family: var(--display);
  letter-spacing: .015em;
  text-transform: uppercase;
  margin: 0 0 17px;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.script-label:after {
  content: "";
  background: var(--red);
  height: 4px;
  position: absolute;
  bottom: -9px;
  left: -5px;
  right: -12px;
  transform: rotate(-2deg);
}
.script-label.light { color: #fff; }
.script-label.red { color: var(--red); }
.script-label.gold-line:after { background: var(--yellow); }
.script-label.green-line:after { background: var(--green); }
.script-heading {
  font-size: 2.3rem;
  line-height: 1.02;
  margin: 0 0 26px;
}
.script-heading:after { height: 5px; bottom: -11px; }

.corner-strokes { pointer-events: none; position: absolute; }

/* ============ Hero ============ */
.hero {
  color: #fff;
  background-color: var(--black);
  isolation: isolate;
  background-image: url(assets/hero-carbonara-ramen.webp);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 680px;
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  z-index: -1;
  background: #040809f5;
  position: absolute;
  inset: 0 48% 0 0;
}
.corner-strokes-top { z-index: 0; width: 320px; top: -8px; left: -58px; }

.site-header {
  z-index: 10;
  grid-template-columns: 158px 1fr auto;
  align-items: center;
  gap: 32px;
  height: 112px;
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.page-header {
  position: relative;
  height: 112px;
  background: var(--black);
}
.hero { padding-top: 112px; }
.logo-link img { object-fit: contain; width: 150px; height: 150px; display: block; }
.desktop-nav { justify-content: center; align-items: center; gap: clamp(22px, 3.4vw, 48px); display: flex; }
.desktop-nav a {
  color: #fff;
  font-family: var(--display);
  letter-spacing: .045em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}
.desktop-nav a:hover { color: var(--yellow); }
.header-cta { min-height: 42px; }
.menu-button, .mobile-nav { display: none; }

.hero-content { align-items: center; min-height: 568px; display: flex; position: relative; }
.hero-copy { z-index: 2; width: 430px; padding-bottom: 34px; position: relative; }
.hero-copy h1 {
  font-family: var(--display);
  letter-spacing: .01em;
  text-transform: uppercase;
  white-space: nowrap;
  transform-origin: 0;
  margin: 0 0 20px;
  font-size: clamp(4.3rem, 6vw, 6rem);
  font-weight: 700;
  line-height: .92;
  transform: scaleX(.87);
}
.hero-copy h1 span { color: var(--yellow); }
.hero-copy > p { color: #f1eee7; margin: 0 0 25px; font-size: 1.03rem; line-height: 1.55; }
.hero-actions { gap: 12px; display: flex; }
.hero-actions .button { white-space: nowrap; flex-shrink: 0; }
.play-dot {
  border: 1px solid;
  border-radius: 50%;
  place-items: center;
  width: 26px;
  height: 26px;
  display: grid;
}
.play-dot svg { width: 11px; margin-left: 2px; }
.hero-package {
  z-index: 1;
  filter: drop-shadow(0 24px 24px #0000008c);
  width: clamp(400px, 44vw, 580px);
  position: absolute;
  bottom: 18px;
  left: 36%;
  transform: rotate(-1.5deg);
}

/* ============ Promise bar ============ */
.promise-bar { color: #fff; background: #101213; border-top: 1px solid #ffffff24; }
.promise-grid { grid-template-columns: repeat(5, 1fr); align-items: center; min-height: 112px; display: grid; }
.promise-item {
  border-right: 1px solid #ffffff40;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 10px 18px;
  display: grid;
}
.promise-item:first-child { padding-left: 0; }
.promise-item:last-child { border-right: 0; padding-right: 0; }
.promise-item img { object-fit: contain; width: 44px; height: 44px; }
.promise-item .promise-icon { width: 44px; height: 44px; color: var(--red); }
.promise-item:first-child img,
.promise-item:nth-child(4) img {
  filter: invert(34%) sepia(24%) saturate(1414%) hue-rotate(75deg) brightness(90%) contrast(91%);
}
.promise-item:nth-child(2) img {
  filter: invert(28%) sepia(91%) saturate(1853%) hue-rotate(348deg) brightness(91%) contrast(88%);
}
.promise-item:nth-child(3) img {
  filter: invert(73%) sepia(88%) saturate(665%) hue-rotate(345deg) brightness(101%) contrast(94%);
}
.promise-item:nth-child(5) img {
  filter: invert(28%) sepia(91%) saturate(1853%) hue-rotate(348deg) brightness(91%) contrast(88%);
}
.promise-item h2 {
  font-family: var(--display);
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 0 2px;
  font-size: 1.02rem;
  font-weight: 700;
}
.promise-item p { color: #ddd9d1; margin: 0; font-size: .8rem; line-height: 1.35; }

/* ============ Mission / video / vending ============ */
.mission-section { min-height: 480px; padding: 22px 0 20px; }
.mission-layout {
  grid-template-columns: 1.05fr .78fr .26fr 1.08fr .82fr;
  align-items: center;
  gap: 24px;
  min-height: 438px;
  display: grid;
}
.mission-copy h2, .mission-side h3 {
  font-family: var(--display);
  letter-spacing: .01em;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
  line-height: .98;
}
.mission-copy h2 { font-size: clamp(2.6rem, 3.1vw, 2.9rem); }
.mission-copy > p:not(.script-label):not(.red-note) { margin: 22px 0 0; font-size: .97rem; }
.red-note {
  color: var(--red);
  font-family: var(--display);
  text-transform: uppercase;
  margin: 24px 0 0;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.08;
}
.red-note img { width: 40px; vertical-align: middle; margin-left: 10px; }

.phone-story {
  background: #090a0a;
  border: 3px solid #2b2b2a;
  border-radius: 36px;
  justify-self: center;
  width: 240px;
  padding: 8px;
  box-shadow: 5px 8px #c8c0b4;
}
.phone-story { position: relative; }
.phone-story video {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #000;
  border-radius: 26px;
  width: 100%;
  display: block;
}
.video-play {
  position: absolute;
  inset: 8px;
  border-radius: 26px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.video-play span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #040809b0;
  border: 2px solid #fff;
  color: #fff;
  display: grid;
  place-items: center;
  transition: transform .16s, background-color .16s;
}
.video-play:hover span { background: #040809e0; transform: scale(1.06); }
.video-play svg { width: 22px; margin-left: 3px; }
.story-callout { color: #181713; align-self: center; transform: rotate(-4deg); }
.story-callout strong {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.05;
}
.story-callout svg { width: 46px; height: 46px; margin-top: 8px; display: block; transform: rotate(-12deg); }

.vending-concept { height: 408px; position: relative; overflow: hidden; }
.vending-concept > img {
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}
.machine-brand {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 41%;
  position: absolute;
  top: 22%;
  left: 7%;
}
.machine-brand img { width: 82px; margin: 0 auto 8px; display: block; }
.machine-brand span { font-family: var(--display); font-size: 1.08rem; font-weight: 700; line-height: 1; }
.machine-brand b { color: var(--yellow); font-size: 1.7rem; font-weight: 400; }
.vending-concept > small {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: #121313;
  padding: 4px 7px;
  font-size: .67rem;
  font-weight: 800;
  position: absolute;
  bottom: 9px;
  left: 9px;
}
.mission-side h3 { font-size: clamp(1.8rem, 2.1vw, 2.1rem); }
.mission-side p { margin: 20px 0; font-size: .93rem; }
.mission-side img { width: 66px; }

/* ============ Flavor vote ============ */
.flavors-section { color: #fff; background: #080b0c; min-height: 330px; padding: 18px 0 16px; }
.flavors-layout { grid-template-columns: 225px 1fr; align-items: center; gap: 34px; display: grid; }
.vote-copy { position: relative; }
.vote-copy h2 {
  color: var(--red);
  font-family: var(--display);
  text-transform: uppercase;
  margin: 0 0 18px;
  font-size: 2.55rem;
  font-style: italic;
  font-weight: 700;
  line-height: .94;
}
.vote-copy > p:not(.script-label):not(.vote-status) { color: #ddd9d1; margin: 0 0 20px; }
.vote-copy .button svg { width: 17px; }
.vote-copy > img { width: 54px; margin: 0; position: absolute; bottom: 0; left: 126px; }
.vote-status { color: var(--yellow); margin: 10px 0 0; font-size: .8rem; font-weight: 800; }

.flavor-shelf { grid-template-columns: repeat(4, 1fr); gap: 14px; display: grid; }
.packet-card { color: #fff; text-align: center; cursor: pointer; background: none; border: 0; padding: 0; }
.packet-visual {
  background: #111;
  border: 2px solid #0000;
  height: 300px;
  transition: transform .17s, border-color .17s;
  position: relative;
  overflow: hidden;
}
.packet-card:hover .packet-visual { transform: translateY(-4px); }
.packet-card.selected .packet-visual { border-color: var(--yellow); }
.packet-art { object-fit: cover; width: 100%; height: 100%; display: block; }
.packet-visual.actual .packet-art { object-fit: contain; background: #111; padding: 18px 5px; }
.packet-label { color: #fff; text-shadow: 0 2px 7px #000c; position: absolute; inset: 20px 10px auto; }
.packet-label img { width: 62px; margin: 0 auto 6px; display: block; }
.packet-label strong {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: .9;
  display: block;
}
.packet-label small {
  color: #111;
  background: var(--yellow);
  letter-spacing: .04em;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 5px;
  padding: 2px 5px;
  font-size: .6rem;
  font-weight: 900;
  display: inline-block;
}
.selected-tag {
  color: #111;
  background: var(--yellow);
  text-transform: uppercase;
  align-items: center;
  gap: 3px;
  padding: 4px 6px;
  font-size: .62rem;
  font-weight: 900;
  display: none;
  position: absolute;
  bottom: 7px;
  right: 7px;
}
.packet-card.selected .selected-tag { display: inline-flex; }
.selected-tag svg { width: 12px; }
.packet-name { display: none; }
.packet-note {
  font-family: var(--display);
  letter-spacing: .015em;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: .84rem;
  font-style: italic;
  font-weight: 700;
  display: block;
}

/* ============ Process / transparency ============ */
.process-section { min-height: 340px; padding: 0; }
.process-layout { grid-template-columns: 1.05fr .9fr .55fr; align-items: stretch; min-height: 340px; display: grid; }
.process-panel { padding: 28px 28px 22px 0; }
.process-row { grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 26px; display: grid; }
.process-row article { text-align: center; position: relative; }
.process-row article > img { width: 48px; height: 48px; }
.process-arrow { width: 22px; height: 22px; position: absolute; top: 12px; right: -10px; }
.process-row h3 {
  font-family: var(--display);
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 13px 0 6px;
  font-size: 1rem;
  font-weight: 700;
}
.process-row p { margin: 0; font-size: .74rem; line-height: 1.45; }

.cost-visual { min-height: 340px; position: relative; overflow: hidden; }
.cost-visual > img { object-fit: cover; object-position: 64% center; width: 100%; height: 100%; }
.receipt {
  color: #13120f;
  background: #f8f5eb;
  width: 205px;
  padding: 18px 17px 20px;
  font-family: "Courier New", monospace;
  position: absolute;
  top: 18px;
  left: 15px;
  transform: rotate(-6deg);
  box-shadow: 8px 10px 20px #00000047;
}
.receipt .total {
  border-top: 1px dashed #777;
  margin-top: 8px;
  padding-top: 7px;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
}
.receipt .circled {
  color: var(--red);
  border: 2px solid var(--red);
  border-radius: 50%;
  padding: 2px 8px;
  transform: rotate(-3deg);
}
.receipt > p {
  text-transform: uppercase;
  border-bottom: 1px dashed #777;
  margin: 0 0 10px;
  padding-bottom: 7px;
  font-weight: 700;
}
.receipt > div { justify-content: space-between; gap: 10px; font-size: .72rem; display: flex; }
.receipt > b {
  color: var(--red);
  font-family: var(--display);
  text-align: center;
  text-transform: uppercase;
  margin-top: 17px;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.02;
  display: block;
}
.receipt > small {
  color: #555;
  text-align: center;
  margin-top: 10px;
  font-size: .62rem;
  line-height: 1.3;
  display: block;
}
.transparency-copy { align-self: center; padding: 30px 0 24px 28px; }
.transparency-copy > p:not(.script-label) { margin: 18px 0 24px; font-size: .9rem; }
.transparency-copy .button { min-height: 40px; padding-inline: 14px; font-size: .78rem; }

/* ============ Join ============ */
.join-section { background: #efebe3; min-height: 420px; padding: 24px 0 16px; position: relative; overflow: hidden; }
.join-layout {
  z-index: 2;
  grid-template-columns: 240px 360px 250px;
  align-items: start;
  gap: 34px;
  min-height: 380px;
  display: grid;
  position: relative;
}
.join-copy .script-label { font-size: 1.5rem; }
.join-copy > p:not(.script-label) { margin: 24px 0 0; font-size: .9rem; }

.signup-form { gap: 8px; display: grid; }
.signup-form > label:not(.consent-row) { gap: 3px; display: grid; }
.signup-form > label > span { text-transform: uppercase; font-size: .7rem; font-weight: 800; }
.signup-form label em { color: #6a665e; text-transform: none; font-weight: 400; font-style: normal; }
.signup-form input:not([type=checkbox]):not([type=radio]) {
  background: #f8f6f1;
  border: 1px solid #aaa49a;
  border-radius: 1px;
  width: 100%;
  height: 35px;
  padding: 7px 10px;
}
.signup-form fieldset { border: 0; margin: 2px 0 0; padding: 0; }
.signup-form legend { margin-bottom: 3px; font-size: .7rem; font-weight: 800; }
.radio-row { align-items: center; gap: 7px; min-height: 28px; display: flex; }
.radio-row input { accent-color: var(--red); margin: 0; }
.radio-row span { font-size: .73rem; }
.consent-row { align-items: flex-start; gap: 7px; display: flex; }
.consent-row input { width: 15px; height: 15px; accent-color: var(--red); margin: 2px 0 0; }
.consent-row span { text-transform: none !important; font-size: .69rem !important; font-weight: 400 !important; }
.signup-form .button { min-height: 34px; }
.signup-form > small { color: #55524b; text-align: center; font-size: .7rem; }
.signup-form > small a { color: inherit; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.form-status { margin: 0; font-size: .78rem; font-weight: 700; color: var(--green); }
.form-status.error { color: var(--red); }
.signup-col { display: grid; gap: 10px; }

.join-benefits { gap: 16px; padding-top: 10px; display: grid; }
.join-benefits article { grid-template-columns: 34px 1fr; gap: 10px; display: grid; }
.join-benefits svg, .join-benefits img { width: 31px; height: 31px; }
.join-benefits strong {
  font-family: var(--display);
  letter-spacing: .025em;
  text-transform: uppercase;
  font-size: .98rem;
  font-weight: 700;
}
.join-benefits p { margin: 1px 0 0; font-size: .71rem; line-height: 1.35; }
.join-bowl {
  z-index: 1;
  filter: drop-shadow(-12px 16px 20px #0000003d);
  width: 480px;
  position: absolute;
  bottom: -95px;
  right: -110px;
}
.joined-card {
  border: 2px solid var(--green);
  text-align: center;
  place-content: center;
  justify-items: center;
  min-height: 320px;
  padding: 24px;
  display: grid;
}
.joined-card > span {
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  place-items: center;
  width: 50px;
  height: 50px;
  display: grid;
}
.joined-card svg { width: 26px; height: 26px; }
.joined-card h3 {
  font-family: var(--display);
  text-transform: uppercase;
  margin: 15px 0 2px;
  font-size: 2.2rem;
  font-weight: 700;
}
.joined-card p { margin: 0; }

/* ============ Footer ============ */
.site-footer {
  color: #fff;
  background: var(--black);
  min-height: 190px;
  padding: 28px 0 12px;
  position: relative;
  overflow: hidden;
}
.corner-strokes-bottom { width: 300px; bottom: -24px; right: -54px; transform: rotate(180deg); }
.footer-grid { z-index: 1; grid-template-columns: 1.2fr .8fr 1fr; gap: 64px; display: grid; position: relative; }
.footer-brand { grid-template-columns: 125px 1fr; align-items: center; gap: 18px; display: grid; }
.footer-brand img { width: 125px; }
.footer-brand strong, .site-footer h2 {
  font-family: var(--display);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
}
.site-footer h2 { color: var(--yellow); margin: 0 0 9px; }
.site-footer p { color: #d8d5cd; margin: 4px 0; font-size: .8rem; }
.social-links { gap: 8px; display: flex; }
.social-links a {
  color: #fff;
  border: 1px solid #ffffff73;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}
.social-links a:hover { color: var(--yellow); border-color: var(--yellow); }
.social-links svg { width: 17px; }
.copyright { text-align: center; color: #95928c !important; margin-top: 25px !important; }
.copyright a { color: #95928c; }

/* ============ Legal + 404 pages ============ */
.page-header { background: var(--black); }
.legal-page { width: min(760px, 100% - 40px); margin-inline: auto; padding: 56px 0 72px; }
.legal-page h1, .legal-page h2 {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: 1;
  font-weight: 700;
}
.legal-page h1 { font-size: clamp(2.4rem, 5vw, 3.4rem); margin: 0 0 18px; }
.legal-page h2 { font-size: 1.4rem; margin: 28px 0 8px; }
.legal-page a { color: var(--red); }
.kicker {
  font-family: var(--display);
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: .015em;
  font-weight: 700;
  color: var(--red);
  margin: 0 0 10px;
}
.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  background: var(--black);
  padding: 24px;
}
.error-page h1 {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: clamp(2.6rem, 6vw, 4rem);
  line-height: .95;
  margin: 0 0 14px;
  font-weight: 700;
}
.error-page .kicker { color: var(--yellow); }

/* ============ Responsive ============ */
@media (max-width: 1100px) {
  .site-header { grid-template-columns: 100px 1fr auto; gap: 20px; }
  .logo-link img { width: 96px; height: 96px; }
  .desktop-nav { gap: 22px; }
  .desktop-nav a { font-size: .82rem; }
  .hero-package { width: 43vw; left: 42%; }
  .mission-layout { grid-template-columns: 1fr .8fr .25fr 1fr; }
  .mission-side {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr 70px;
    align-items: center;
    gap: 24px;
    display: grid;
  }
  .mission-side p { margin: 0; }
  .flavor-shelf { gap: 9px; }
  .packet-visual { height: 320px; }
  .process-layout { grid-template-columns: 1fr .9fr; }
  .transparency-copy {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 14px 28px;
    padding: 28px 0 34px;
    display: grid;
  }
  .transparency-copy .script-label { grid-column: 1 / -1; }
  .transparency-copy > p:not(.script-label) { margin: 0; }
  .transparency-copy .button { width: fit-content; }
  .join-layout { grid-template-columns: 220px 340px 230px; gap: 26px; }
  .join-bowl { opacity: .93; width: 450px; right: -180px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 28px, 660px); }
  .site-header { grid-template-columns: 76px 1fr auto; height: 88px; }
  .page-header { height: 88px; }
  .hero { padding-top: 88px; }
  .logo-link img { width: 74px; height: 74px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button {
    color: #fff;
    background: none;
    border: 0;
    justify-self: end;
    padding: 8px;
    display: inline-flex;
  }
  .mobile-nav {
    background: #080b0c;
    border: 1px solid #ffffff2e;
    padding: 16px;
    display: grid;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 30;
  }
  .mobile-nav a {
    color: #fff;
    min-height: 44px;
    font-family: var(--display);
    letter-spacing: .05em;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff24;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }
  .mobile-nav a:last-child { color: var(--yellow); border-bottom: 0; }
  .hero { background-position: 65% bottom; background-size: auto 67%; min-height: 760px; }
  .hero:before { background: #040809b8; inset: 0; }
  .hero-content { align-items: flex-start; min-height: 672px; }
  .hero-copy { width: 100%; max-width: 430px; padding-top: 60px; }
  .hero-copy h1 { font-size: clamp(3.8rem, 14vw, 5.3rem); transform: none; }
  .hero-package { width: min(48vw, 380px); bottom: 8px; left: auto; right: -24px; }
  .promise-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .promise-item, .promise-item:first-child, .promise-item:last-child {
    border-bottom: 1px solid #ffffff26;
    border-right: 0;
    min-height: 70px;
    padding: 10px 4px;
  }
  .promise-item:last-child { border-bottom: 0; }
  .mission-section { padding: 58px 0; }
  .mission-layout { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .phone-story { width: min(250px, 100%); }
  .story-callout { display: none; }
  .vending-concept { height: 390px; }
  .mission-side { grid-column: 1 / -1; display: block; }
  .flavors-section { padding: 58px 0; }
  .flavors-layout { grid-template-columns: 1fr; }
  .vote-copy { grid-template-columns: 1fr 1fr; align-items: end; gap: 10px 25px; display: grid; }
  .vote-copy .script-label, .vote-copy h2 { grid-column: 1; }
  .vote-copy > p:not(.script-label):not(.vote-status) { grid-area: 1 / 2 / span 2; }
  .vote-copy .button { width: fit-content; }
  .vote-copy > img { display: none; }
  .flavor-shelf { grid-template-columns: 1fr 1fr; }
  .packet-visual { height: 400px; }
  .process-section { padding: 56px 0; }
  .process-layout { grid-template-columns: 1fr; min-height: 0; }
  .process-panel { padding: 0 0 36px; }
  .cost-visual { min-height: 470px; }
  .transparency-copy { grid-column: auto; padding: 42px 0 0; display: block; }
  .transparency-copy > p:not(.script-label) { margin: 18px 0 24px; }
  .join-section { padding: 56px 0 300px; }
  .join-layout { grid-template-columns: 1fr 1.2fr; min-height: 0; }
  .join-benefits { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
  .join-bowl { width: 460px; bottom: -130px; right: -80px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .corner-strokes-bottom { width: 200px; right: -50px; bottom: -12px; }
  .site-footer { padding-bottom: 56px; }
}

@media (max-width: 520px) {
  .hero { min-height: 900px; }
  .hero-content { min-height: 790px; align-items: flex-start; }
  .hero-copy h1 { white-space: normal; font-size: 3.45rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-package { width: min(76vw, 380px); right: -40px; bottom: 0; }
  .mission-layout { grid-template-columns: 1fr; }
  .phone-story { width: 260px; }
  .vending-concept { height: 560px; }
  .vote-copy { display: block; }
  .flavor-shelf { grid-template-columns: 1fr; }
  .packet-visual { height: 500px; }
  .packet-label { top: 30px; }
  .packet-label img { width: 82px; }
  .packet-label strong { font-size: 2rem; }
  .process-row { grid-template-columns: 1fr 1fr; gap: 28px 12px; }
  .process-row article:nth-child(2) .process-arrow { display: none; }
  .cost-visual { min-height: 430px; }
  .receipt { width: 185px; }
  .join-section { padding-bottom: 270px; }
  .join-layout { grid-template-columns: 1fr; }
  .join-benefits { grid-column: auto; grid-template-columns: 1fr; }
  .join-bowl { width: 390px; bottom: -90px; right: -80px; }
  .footer-brand { grid-template-columns: 92px 1fr; }
  .footer-brand img { width: 92px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, :before, :after { transition-duration: .01ms !important; animation: none !important; }
}
