@charset "utf-8";
/* Self-hosted: the marker voice must never fall back to a system cursive. */
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/fonts/bricolage-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Permanent Marker";
  src: url("/fonts/permanent-marker-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ============================================================================
   Good Vibes Nutrition — The Sharpie Cup
   Every drink leaves with a message written on the cup. The page is built
   from the cup: photographic cut-outs, green marker for the written lines,
   die-cut stickers for badges and buttons, lime as a flood plane.
   No cards. No gradients. No icon tiles.
   ========================================================================= */

:root {
  --paper: #ffffff;
  --paper-2: #f3f4f0;          /* the plaza-wall gray, for quiet bands */
  --ink: #101210;
  --ink-2: #454a45;            /* secondary text on paper, 7.9:1 */
  --ink-3: #6a706a;            /* captions on paper, 4.9:1 */
  --lime: #7ed957;             /* the wall, the logo, the flood plane */
  --lime-2: #8fe06c;           /* hover on lime */
  --lime-ink: #163d0c;         /* text on lime, 9.6:1 */
  --lime-ink-2: #2f5a23;       /* secondary on lime, 5.4:1 */
  --leaf: #2e7d1f;             /* lime as a text color on paper, 5.1:1 */
  --marker: #228822;             /* the Sharpie: 4.6:1 on paper, display and labels */
  --coral: #ff5c8a;            /* the sticker accent, never body text */
  --board: #0c0e0c;            /* the printed menu board */
  --board-2: #181b18;
  --board-text: #ecefe9;
  --board-muted: #b6bdb4;      /* 7.6:1 on board */
  --line: rgba(16, 18, 16, .12);
  --line-hi: rgba(16, 18, 16, .3);

  --shell: 1200px;
  --gutter: clamp(1.1rem, 4vw, 3rem);
  --bar-h: 64px;

  --s1: .25rem; --s2: .5rem; --s3: .75rem; --s4: 1rem;
  --s5: 1.5rem; --s6: 2rem;  --s7: 3rem;   --s8: 4.5rem; --s9: 7rem;

  --sans: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif;
  --mk: "Permanent Marker", "Bricolage Grotesque", sans-serif;

  --ease: cubic-bezier(.16, 1, .3, 1);
  --peel: rotate(-2.5deg) translateY(-2px);

  /* the die-cut sticker edge: white border and a hairline of ink */
  --sticker-edge: 0 0 0 3px var(--paper), 0 0 0 4px var(--ink);
  --sticker-lift: 0 10px 22px -10px rgba(16, 18, 16, .45);

  color-scheme: light;
}

/* --- reset ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.55;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img, video, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; text-decoration-color: var(--marker); }
a:hover { text-decoration-color: var(--ink); }
button { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; line-height: 1.04; letter-spacing: -.025em; text-wrap: balance; font-variation-settings: "opsz" 96; }
h3, h4 { line-height: 1.3; }
p { margin: 0; }
p + p { margin-top: var(--s4); }
ul, ol { margin: 0; padding: 0; list-style: none; }
[hidden] { display: none !important; }
.num { font-variant-numeric: tabular-nums; }

/* browser surfaces belong to the world too */
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; border-radius: 4px; }
input, textarea, select { caret-color: var(--leaf); accent-color: var(--leaf); }
html { scrollbar-color: var(--ink) var(--paper-2); scrollbar-width: thin; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--paper-2); }
::-webkit-scrollbar-thumb { background: var(--ink); border-radius: 999px; border: 2px solid var(--paper-2); }

/* --- layout --------------------------------------------------------------- */
.shell { width: min(var(--shell), 100% - 2 * var(--gutter)); margin-inline: auto; }
.skip { position: absolute; left: var(--s4); top: -3rem; z-index: 100; padding: var(--s2) var(--s4); background: var(--ink); color: var(--paper); border-radius: 999px; }
.skip:focus { top: var(--s4); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* --- type ----------------------------------------------------------------- */
.mk { font-family: var(--mk); font-weight: 400; letter-spacing: 0; line-height: 1.3; }
.mk--green { color: var(--marker); }
.mk--ink { color: var(--ink); }
.mk--paper { color: var(--paper); }
.display { font-size: clamp(2.6rem, 7vw, 5.6rem); font-variation-settings: "opsz" 96, "wdth" 92; }
.title { font-size: clamp(2rem, 4.6vw, 3.4rem); }
.h3 { font-size: clamp(1.3rem, 2.2vw, 1.6rem); letter-spacing: -.015em; }
.lede { font-size: clamp(1.15rem, 1.6vw, 1.35rem); line-height: 1.45; color: var(--ink-2); max-width: 36ch; text-wrap: pretty; }
.prose { max-width: 66ch; }
.prose p + p { margin-top: var(--s5); }
.muted { color: var(--ink-2); }
.small { font-size: .9375rem; }
.tag { font-weight: 700; font-size: .8125rem; letter-spacing: .06em; text-transform: uppercase; }

/* The "written" line: a marker sentence that draws itself once. Static under
   reduced motion and before JS, so the text exists at first paint. */
.write { display: inline-block; }
.js .write[data-write] { clip-path: inset(0 100% 0 0); animation: write 1s var(--ease) .25s forwards; }
@keyframes write { to { clip-path: inset(0 -2% 0 0); } }
@media (prefers-reduced-motion: reduce) { .js .write[data-write] { animation: none; clip-path: none; } }

/* --- sticker: the button, the badge, the frame ---------------------------- */
.stk {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: .85em 1.35em;
  background: var(--lime); color: var(--lime-ink);
  border: 0; border-radius: 999px;
  box-shadow: var(--sticker-edge);
  font-weight: 700; font-size: 1.0625rem; line-height: 1; letter-spacing: -.01em;
  text-decoration: none; cursor: pointer;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .2s;
  transform-origin: 30% 80%;
}
.stk:hover { transform: var(--peel); box-shadow: var(--sticker-edge), var(--sticker-lift); background: var(--lime-2); }
.stk:active { transform: none; transition-duration: .1s; }
.stk--ink { background: var(--ink); color: var(--paper); }
.stk--ink:hover { background: var(--board-2); }
.stk--paper { background: var(--paper); color: var(--ink); }
.stk--paper:hover { background: var(--paper); }
.stk--coral { background: var(--coral); color: var(--ink); }
.stk--sm { padding: .6em 1em; font-size: .9375rem; }
.stk--lg { padding: 1em 1.6em; font-size: 1.2rem; }
.stk[aria-disabled="true"], .stk:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.stk svg { width: 1.1em; height: 1.1em; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* a round badge (day of week, a number, a sticker image) */
.badge {
  display: inline-grid; place-items: center;
  width: 3.4rem; height: 3.4rem; border-radius: 50%;
  background: var(--paper); color: var(--ink);
  box-shadow: var(--sticker-edge);
  font-weight: 800; font-size: 1rem; letter-spacing: -.02em; line-height: 1; text-align: center;
}
.badge--lime { background: var(--lime); color: var(--lime-ink); }
.badge--ink { background: var(--ink); color: var(--lime); }
.badge--img { padding: 0; overflow: hidden; }
.badge--img img { width: 100%; height: 100%; object-fit: cover; }

/* a photograph as a die-cut sticker */
.snap { border-radius: 14px; box-shadow: var(--sticker-edge); overflow: hidden; background: var(--paper-2); transform: rotate(var(--tilt, 0deg)); transition: transform .4s var(--ease); }
.snap img { width: 100%; height: 100%; object-fit: cover; }
.snap:hover { transform: rotate(0deg) scale(1.015); }

/* the free-floating round stickers */
.sticker { width: var(--size, 96px); height: var(--size, 96px); border-radius: 50%; box-shadow: var(--sticker-edge), var(--sticker-lift); transform: rotate(var(--tilt, -6deg)); transition: transform .4s var(--ease); background: var(--paper); overflow: hidden; }
.sticker img { width: 100%; height: 100%; object-fit: cover; }
.sticker:hover { transform: rotate(0deg) scale(1.06); }

/* --- header --------------------------------------------------------------- */
.bar { position: sticky; top: 0; z-index: 50; background: var(--paper); border-bottom: 1px solid var(--line); }
.bar__in { height: var(--bar-h); display: flex; align-items: center; gap: var(--s5); }
.bar__brand { display: flex; align-items: center; gap: var(--s3); text-decoration: none; font-weight: 800; letter-spacing: -.02em; font-size: 1.1rem; line-height: 1; margin-right: auto; }
.bar__brand img { width: 46px; height: 46px; }
.bar__brand small { display: block; font-weight: 500; font-size: .75rem; color: var(--ink-2); letter-spacing: .02em; margin-top: .2em; }
.bar__nav { display: flex; align-items: center; gap: var(--s5); }
.bar__nav a { text-decoration: none; font-weight: 600; font-size: .95rem; padding: .35rem 0; border-bottom: 2px solid transparent; }
.bar__nav a:hover { border-bottom-color: var(--lime); }
.bar__nav a[aria-current="page"] { border-bottom-color: var(--ink); }
.bar__cta { display: flex; align-items: center; gap: var(--s3); }
.bar__cta .stk { white-space: nowrap; }
.bar__num--short { display: none; }
@media (max-width: 520px) { .bar__num { display: none; } .bar__num--short { display: inline; } }
.bar__menu { display: none; width: 44px; height: 44px; border: 0; background: none; padding: 0; border-radius: 50%; }
.bar__menu span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px auto; transition: transform .3s var(--ease), opacity .2s; }
.bar__menu[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bar__menu[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.bar__menu[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 900px) {
  .bar__nav { display: none; }
  .bar__menu { display: block; }
  .bar__cta .stk--paper { display: none; }
  .bar.is-open .bar__nav { display: flex; flex-direction: column; align-items: stretch; gap: 0; position: absolute; left: 0; right: 0; top: var(--bar-h); background: var(--paper); border-bottom: 1px solid var(--line); padding: var(--s3) var(--gutter) var(--s5); }
  .bar.is-open .bar__nav a { padding: .8rem 0; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
  .bar.is-open .bar__nav a[aria-current="page"] { border-bottom-color: var(--line); color: var(--leaf); }
}

/* --- hero ----------------------------------------------------------------- */
.hero { position: relative; min-height: min(calc(100svh - var(--bar-h)), 940px); display: grid; align-items: end; overflow: clip; background: var(--board); isolation: isolate; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero__video--placeholder { filter: saturate(.9); }
.hero__collage { position: absolute; inset: 0; z-index: 0; display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 1fr); gap: 4px; background: var(--ink); }
.hero__tile { position: relative; overflow: hidden; background: var(--ink); }
.hero__tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; opacity: 1; transition: opacity 1.1s ease; }
.hero__tile img.is-in { animation: tile-in 1.1s ease both; }
.hero__tile img.is-out { opacity: 0; }
@keyframes tile-in { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: none; } }
.hero__shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(12, 14, 12, .22), rgba(12, 14, 12, .42)); }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr); align-items: end; justify-items: start; gap: 0; padding-block: clamp(4rem, 12svh, 8rem) clamp(2rem, 6svh, 4rem); }
.hero__plate { width: min(100%, 640px); background: rgba(255, 255, 255, .84); -webkit-backdrop-filter: blur(10px) saturate(1.1); backdrop-filter: blur(10px) saturate(1.1); border-radius: 28px; padding: clamp(1.6rem, 4vw, 3.2rem) clamp(1.4rem, 4vw, 3.2rem) clamp(1.4rem, 3vw, 2.6rem); box-shadow: var(--sticker-edge), 0 30px 60px rgba(0, 0, 0, .35); position: relative; }
.hero__plate::before { content: ""; position: absolute; inset: -4px; border-radius: 32px; pointer-events: none; }
.hero__kicker { display: flex; align-items: center; gap: var(--s3); font-weight: 600; color: var(--ink-2); }
.hero__kicker img { width: 40px; height: 40px; }
.hero h1 { margin-top: 0; font-size: clamp(2.4rem, 5.2vw, 4.4rem); font-variation-settings: "opsz" 96, "wdth" 90; }
.hero h1 .write { color: var(--marker); font-size: .92em; }
.hero__lede { margin-top: var(--s4); }
.hero__now { margin-top: var(--s5); display: flex; flex-wrap: wrap; align-items: center; gap: var(--s3) var(--s5); font-weight: 600; }
.hero__now > span, .hero__now a { text-decoration: none; display: inline-flex; align-items: center; gap: .4em; white-space: nowrap; }
.hero__now a:hover { text-decoration: underline; }
.hero__now svg { width: 1.1em; height: 1.1em; stroke: var(--leaf); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero__acts { margin-top: var(--s5); display: flex; flex-wrap: wrap; gap: var(--s4) var(--s4); align-items: center; }
.hero__stickers { position: absolute; right: clamp(1rem, 3vw, 2.6rem); top: -48px; display: flex; gap: var(--s3); }
.hero__stickers .sticker:nth-child(2) { --tilt: 5deg; margin-top: 18px; }
.hero__stickers .sticker:nth-child(3) { --tilt: -3deg; }
.hero__vidnote { position: absolute; z-index: 3; left: var(--gutter); top: var(--s4); color: var(--paper); font-size: .8rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; opacity: .85; }
@media (max-width: 900px) {
  .hero { min-height: 0; }
  .hero__collage { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(4, 1fr); gap: 3px; }
  .hero__grid { grid-template-columns: 1fr; padding-block: clamp(11rem, 44svh, 20rem) var(--s6); }
  .hero__plate { width: 100%; border-radius: 24px; }
  .hero__stickers { top: -88px; right: var(--s4); --size: 68px; }
  .hero__stickers .sticker { --size: 68px; }
  .hero__stickers .sticker:nth-child(2) { margin-top: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero__tile img, .hero__tile img.is-in { transition: none; animation: none; }
}
@media (max-width: 560px) {
  .hero__stickers .sticker:nth-child(3) { display: none; }
}

/* --- sections ------------------------------------------------------------- */
.sec { padding-block: clamp(3.5rem, 8vw, 7rem); }
.sec--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.sec--lime { background: var(--lime); color: var(--lime-ink); }
.sec--lime .muted, .sec--lime .lede { color: var(--lime-ink-2); }
.sec--lime a { text-decoration-color: var(--lime-ink); }
.sec--lime ::selection { background: var(--ink); color: var(--lime); }
.sec--lime .split .mk, .sec--lime .sec__head .mk, .sec--lime .trial__note .mk, .head--lime .mk { color: var(--lime-ink); }
.sec--board { background: var(--board); color: var(--board-text); }
.sec--board .muted, .sec--board .lede { color: var(--board-muted); }
.sec--board h2, .sec--board h3 { color: var(--lime); }
.sec--board a { text-decoration-color: var(--lime); }
.sec--gray { background: var(--paper-2); }
.sec__head { display: grid; gap: var(--s4); align-items: end; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
@media (min-width: 900px) { .sec__head { grid-template-columns: 1fr auto; } }
.sec__head .mk { font-size: clamp(1.25rem, 2.2vw, 1.7rem); }
.sec__head .mk--green { color: var(--marker); }
.sec--lime .sec__head .mk { color: var(--lime-ink); }
.sec--board .mk, .sec--board .split .mk, .sec--board .sec__head .mk, .board--ink .board__head .mk, .foot__mk { color: var(--lime); }
.sec__head .stk { justify-self: start; }

/* --- the trial: a marker note on lime ------------------------------------- */
.trial { display: grid; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
@media (min-width: 900px) { .trial { grid-template-columns: 1fr 1fr; } }
.trial__note { position: relative; }
.trial__note .mk { font-size: clamp(2rem, 4.4vw, 3.4rem); line-height: 1.15; color: var(--lime-ink); }
.trial__photo { --tilt: -2deg; aspect-ratio: 3 / 2; }
.trial__form { display: grid; gap: var(--s3); margin-top: var(--s5); max-width: 32rem; }
.field { display: grid; gap: .35rem; }
.field label { font-weight: 700; font-size: .9rem; }
.field input, .field textarea, .field select { width: 100%; padding: .8rem .95rem; border: 2px solid var(--ink); border-radius: 12px; background: var(--paper); color: var(--ink); font-size: 1rem; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-3); }
.field input:focus-visible, .field textarea:focus-visible { outline-offset: 2px; }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s3); }
@media (max-width: 480px) { .field--row { grid-template-columns: 1fr; } }
.form__msg { font-weight: 600; min-height: 1.4em; }
.form__msg[data-state="error"] { color: #8f1d1d; }
.sec--lime .form__msg[data-state="error"] { color: #5a0e0e; }
.form__msg[data-state="ok"] { color: var(--lime-ink); }
.fine { font-size: .85rem; color: var(--ink-3); }
.sec--lime .fine { color: var(--lime-ink-2); }

/* --- events: the week, as a ranked list ----------------------------------- */
.week { display: grid; gap: 0; border-top: 2px solid var(--ink); }
.ev { display: grid; grid-template-columns: auto 1fr auto; gap: var(--s4) var(--s5); align-items: center; padding: var(--s4) 0; border-bottom: 1px solid var(--line-hi); }
.sec--lime .ev { border-bottom-color: rgba(22, 61, 12, .28); }
.ev__day { text-align: center; }
.ev__day .badge { width: 3.6rem; height: 3.6rem; font-size: .95rem; }
.ev__day small { display: block; margin-top: .35rem; font-weight: 700; font-size: .8rem; }
.ev__body h3 { font-size: 1.35rem; letter-spacing: -.02em; }
.ev__meta { margin-top: .25rem; display: flex; flex-wrap: wrap; gap: .25rem 1rem; font-weight: 600; font-size: .95rem; }
.ev__meta .muted { font-weight: 500; }
.ev__desc { margin-top: .5rem; max-width: 62ch; color: var(--lime-ink-2); text-wrap: pretty; }
.sec:not(.sec--lime) .ev__desc { color: var(--ink-2); }
.ev__act { display: flex; flex-direction: column; gap: var(--s2); align-items: stretch; }
.ev--next .badge { background: var(--ink); color: var(--lime); }
.ev--next .ev__body h3::after { content: "next up"; display: inline-block; margin-left: .6em; vertical-align: .2em; font: 700 .7rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; padding: .3em .55em; border-radius: 999px; background: var(--ink); color: var(--lime); }
.ev__free { font-weight: 700; }
@media (max-width: 700px) {
  .ev { grid-template-columns: auto 1fr; }
  .ev__act { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
}

/* --- menu ----------------------------------------------------------------- */
.menu-nav { display: flex; flex-wrap: wrap; gap: var(--s2); position: sticky; top: var(--bar-h); z-index: 20; background: var(--paper); padding: var(--s3) 0; border-bottom: 1px solid var(--line); }
.menu-nav a { text-decoration: none; }
.board { border-radius: 22px; padding: clamp(1.4rem, 3.5vw, 2.8rem); box-shadow: var(--sticker-edge); }
.board--ink { background: var(--board); color: var(--board-text); }
.board--ink h2, .board--ink h3 { color: var(--lime); }
.board--ink .muted { color: var(--board-muted); }
.board--lime { background: var(--lime); color: var(--lime-ink); }
.board--lime .muted { color: var(--lime-ink-2); }
.board + .board { margin-top: var(--s6); }
.board__head { display: grid; gap: var(--s2); margin-bottom: var(--s5); }
.board__head h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); }
.board__blurb { font-size: 1.05rem; font-weight: 600; max-width: 60ch; }
.board--ink .board__blurb { color: var(--board-text); }
.board__list { columns: 2; column-gap: var(--s6); }
.board__list--3 { columns: 3; }
@media (max-width: 760px) { .board__list, .board__list--3 { columns: 1; } }
.board__list li { break-inside: avoid; padding: .55rem 0; border-bottom: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: auto 1fr; gap: .2rem .8rem; align-items: baseline; }
.board--lime .board__list li { border-bottom-color: rgba(22, 61, 12, .22); }
.board__list li .n { font-weight: 800; font-variant-numeric: tabular-nums; min-width: 1.6em; color: var(--lime); }
.board--lime .board__list li .n { color: var(--lime-ink); }
.board__list li strong { font-weight: 700; letter-spacing: -.01em; line-height: 1.3; }
.board__list li span.d { grid-column: 2; font-size: .95rem; color: var(--board-muted); }
.board--lime .board__list li span.d { color: var(--lime-ink-2); }
.board__list--plain li { grid-template-columns: 1fr; }
.menu-photos { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s4); margin-top: var(--s6); }
.menu-photos .snap { aspect-ratio: 1; }
.menu-photos .snap:nth-child(odd) { --tilt: -2deg; }
.menu-photos .snap:nth-child(even) { --tilt: 2deg; }
@media (max-width: 760px) { .menu-photos { grid-template-columns: repeat(2, 1fr); } }

/* --- popular drinks strip ------------------------------------------------- */
.drinks { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s5); }
@media (max-width: 960px) { .drinks { grid-template-columns: repeat(2, 1fr); } }
.drink { display: grid; gap: var(--s3); align-content: start; }
.drink .snap { aspect-ratio: 1; }
.drink:nth-child(1) .snap { --tilt: -2deg; } .drink:nth-child(2) .snap { --tilt: 1.5deg; } .drink:nth-child(3) .snap { --tilt: -1deg; } .drink:nth-child(4) .snap { --tilt: 2deg; }
.drink h3 { font-size: 1.25rem; letter-spacing: -.02em; }
.drink p { color: var(--ink-2); font-size: .95rem; }

/* --- reviews: what people write about us ---------------------------------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s5); }
@media (max-width: 900px) { .quotes { grid-template-columns: 1fr; } }
.quote { display: grid; gap: var(--s3); align-content: start; padding-top: var(--s4); border-top: 2px solid var(--ink); }
.sec--board .quote { border-top-color: var(--lime); }
.quote blockquote { margin: 0; font-size: 1.15rem; line-height: 1.45; text-wrap: pretty; }
.quote blockquote p::before { content: "\201C"; } .quote blockquote p::after { content: "\201D"; }
.quote figcaption { display: flex; align-items: center; gap: var(--s3); }
.quote figcaption .mk { font-size: 1.25rem; color: var(--marker); }
.quote figcaption small { color: var(--ink-3); }
.sec--board .quote figcaption small { color: var(--board-muted); }
.stars { display: inline-flex; gap: .1em; }
.stars svg { width: 1em; height: 1em; fill: var(--leaf); }
.sec--board .stars svg { fill: var(--lime); }
.reviews-all { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s5) var(--s7); }
@media (max-width: 800px) { .reviews-all { grid-template-columns: 1fr; } }

/* --- gallery: the sticker sheet ------------------------------------------- */
.sheet { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--s4); }
.sheet .snap { aspect-ratio: 1; }
.sheet .snap:nth-child(3n+1) { --tilt: -2.5deg; } .sheet .snap:nth-child(3n+2) { --tilt: 1.5deg; } .sheet .snap:nth-child(3n) { --tilt: -1deg; }
.sheet .snap--wide { grid-column: span 2; grid-row: span 2; }
@media (max-width: 900px) { .sheet { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px) { .sheet { grid-template-columns: repeat(2, 1fr); } .sheet .snap--wide { grid-column: span 2; grid-row: span 1; aspect-ratio: 2/1; } }

/* --- story split ---------------------------------------------------------- */
.split { display: grid; gap: clamp(1.5rem, 5vw, 5rem); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split--rev > :first-child { order: 2; } }
.split .snap { --tilt: 1.5deg; aspect-ratio: 4 / 5; }
.split .snap--sq { aspect-ratio: 1; }
.split h2 { font-size: clamp(2rem, 4.4vw, 3.4rem); }
.split .mk { font-size: clamp(1.5rem, 2vw, 1.75rem); color: var(--marker); }
.split .lede { margin-top: var(--s4); }
.split .stk { margin-top: var(--s5); }

/* --- media ---------------------------------------------------------------- */
.videos { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s5); }
@media (max-width: 900px) { .videos { grid-template-columns: 1fr; } }
.video { display: grid; gap: var(--s3); }
.video .frame { aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden; box-shadow: var(--sticker-edge); background: var(--board); position: relative; }
.video iframe, .video .frame img { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.video .play { position: absolute; inset: 0; display: grid; place-items: center; background: none; border: 0; cursor: pointer; padding: 0; }
.video .play span { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; background: var(--lime); box-shadow: var(--sticker-edge); transition: transform .3s var(--ease); }
.video .play:hover span { transform: scale(1.08); }
.video .play svg { width: 28px; height: 28px; fill: var(--ink); margin-left: 4px; }
.video h3 { font-size: 1.1rem; letter-spacing: -.01em; }
.press { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s5); }
@media (max-width: 900px) { .press { grid-template-columns: 1fr; } }
.clip { display: grid; gap: var(--s3); align-content: start; text-decoration: none; }
.clip .snap { aspect-ratio: 3 / 2; --tilt: -1.5deg; }
.clip:nth-child(2) .snap { --tilt: 1.5deg; }
.clip .tag { color: var(--leaf); }
.clip h3 { font-size: 1.25rem; letter-spacing: -.02em; }
.clip:hover h3 { text-decoration: underline; text-decoration-color: var(--marker); text-underline-offset: .15em; }

/* --- partners: the community board ---------------------------------------- */
.partners { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s5); }
@media (max-width: 960px) { .partners { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .partners { grid-template-columns: 1fr; } }
.partner { display: grid; gap: var(--s3); align-content: start; text-decoration: none; }
.partner .snap { aspect-ratio: 16 / 9; }
.partner:nth-child(3n+1) .snap { --tilt: -1.5deg; } .partner:nth-child(3n+2) .snap { --tilt: 1deg; } .partner:nth-child(3n) .snap { --tilt: -.5deg; }
.partner h3 { font-size: 1.3rem; letter-spacing: -.02em; }
.partner:hover h3 { text-decoration: underline; text-decoration-color: var(--marker); text-underline-offset: .15em; }
.partner p { color: var(--ink-2); font-size: .95rem; }
.partners-text { columns: 3; column-gap: var(--s6); margin-top: var(--s6); }
@media (max-width: 760px) { .partners-text { columns: 1; } }
.partners-text li { break-inside: avoid; padding: .5rem 0; border-bottom: 1px solid var(--line); }

/* --- contact -------------------------------------------------------------- */
.contact { display: grid; gap: clamp(1.5rem, 4vw, 4rem); }
@media (min-width: 900px) { .contact { grid-template-columns: 1fr 1fr; } }
.facts { display: grid; gap: var(--s4); }
.fact { display: grid; grid-template-columns: auto 1fr; gap: var(--s4); align-items: start; padding: var(--s4) 0; border-bottom: 1px solid var(--line-hi); }
.fact svg { width: 26px; height: 26px; stroke: var(--leaf); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; margin-top: .15em; }
.fact strong { display: block; font-size: 1.15rem; letter-spacing: -.01em; }
.fact a { text-decoration: none; } .fact a:hover { text-decoration: underline; }
.map { aspect-ratio: 4 / 3; border-radius: 18px; overflow: hidden; box-shadow: var(--sticker-edge); background: var(--paper-2); }
.map iframe { width: 100%; height: 100%; border: 0; }
.hours { display: grid; gap: .25rem; }
.hours div { display: flex; justify-content: space-between; gap: var(--s4); padding: .3rem 0; border-bottom: 1px dashed var(--line-hi); }
.hours div.is-today { font-weight: 700; }

/* --- faq ------------------------------------------------------------------ */
.faqs { max-width: 68ch; margin-top: var(--s5); border-top: 2px solid var(--ink); }
.faq { border-bottom: 1px solid var(--line-hi); }
.faq summary { cursor: pointer; padding: var(--s4) 0; font-weight: 700; font-size: 1.1rem; letter-spacing: -.01em; list-style: none; display: flex; justify-content: space-between; gap: var(--s4); align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 12px; height: 12px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(45deg); transition: transform .25s var(--ease); margin-right: 4px; }
.faq[open] summary::after { transform: rotate(-135deg); }
.faq p { padding: 0 0 var(--s4); color: var(--ink-2); max-width: 62ch; }

/* --- app ------------------------------------------------------------------ */
.app { display: grid; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
@media (min-width: 900px) { .app { grid-template-columns: 1.1fr 1fr; } }
.punch { display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--s3); max-width: 24rem; }
.punch .badge { width: 100%; height: auto; aspect-ratio: 1; font-size: 1.3rem; }
.punch .badge.is-hit { background: var(--lime); color: var(--lime-ink); }
.punch .badge.is-hit::after { content: ""; width: 34%; height: 34%; border-radius: 50%; background: var(--ink); box-shadow: inset 0 0 0 3px var(--paper); }
.punch .badge.is-reward { background: var(--coral); color: var(--ink); font-size: 1rem; }
.stores { display: flex; flex-wrap: wrap; gap: var(--s3); margin-top: var(--s5); }
.stores .stk { min-width: 11rem; }
.phone-frame { position: relative; justify-self: center; width: min(320px, 80vw); aspect-ratio: 9 / 19; border-radius: 38px; background: var(--board); box-shadow: var(--sticker-edge); padding: 12px; }
.phone-frame__tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%) rotate(-2deg); z-index: 2; background: var(--coral); color: var(--ink); font: 700 .75rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; padding: .45em .8em; border-radius: 999px; box-shadow: var(--sticker-edge); white-space: nowrap; }
.phone-frame > div { width: 100%; height: 100%; border-radius: 28px; background: var(--paper); color: var(--ink); overflow: hidden; display: grid; grid-template-rows: auto 1fr auto; }
.ph-top { padding: 1.4rem 1.1rem .6rem; }
.phone-frame .muted { color: var(--ink-2); }
.ph-top .mk { color: var(--marker); font-size: 1.1rem; }
.sec--board .ph-top .mk { color: var(--marker); }
.ph-top .ph-title { font-size: 1.35rem; margin-top: .2rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.ph-mid { padding: .4rem 1.1rem; display: grid; gap: .6rem; align-content: start; }
.ph-mid .punch { max-width: none; gap: .5rem; }
.ph-mid .punch .badge { font-size: .95rem; }
.ph-mid .stk { justify-self: start; }
.ph-row { display: grid; grid-template-columns: auto 1fr; gap: .6rem; align-items: center; padding: .55rem 0; border-top: 1px solid var(--line); font-size: .85rem; }
.ph-row .badge { width: 2.4rem; height: 2.4rem; font-size: .7rem; }
.ph-row strong { display: block; font-size: .9rem; letter-spacing: -.01em; }
.ph-bot { display: grid; grid-template-columns: repeat(4, 1fr); padding: .6rem .6rem 1rem; border-top: 1px solid var(--line); font-size: .65rem; font-weight: 700; text-align: center; }
.ph-bot span:first-child { color: var(--leaf); }

/* --- footer: the printed board -------------------------------------------- */
.foot { background: var(--board); color: var(--board-text); padding-block: clamp(3rem, 6vw, 5rem) var(--s6); }
.foot a { text-decoration: none; }
.foot a:hover { text-decoration: underline; text-decoration-color: var(--lime); }
.foot__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: var(--s6); }
@media (max-width: 900px) { .foot__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot__grid { grid-template-columns: 1fr; } }
.foot h2 { font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; color: var(--lime); margin-bottom: var(--s3); }
.foot li { padding: .3rem 0; }
.foot__brand { display: flex; align-items: center; gap: var(--s3); font-weight: 800; font-size: 1.2rem; letter-spacing: -.02em; }
.foot__brand img { width: 56px; height: 56px; }
.foot__mk { margin-top: var(--s4); font-size: 1.4rem; }
.foot__addr { margin-top: var(--s4); color: var(--board-muted); font-style: normal; line-height: 1.6; }
.foot__base { margin-top: var(--s7); padding-top: var(--s4); border-top: 1px solid rgba(255,255,255,.14); display: flex; flex-wrap: wrap; gap: var(--s3) var(--s5); justify-content: space-between; color: var(--board-muted); font-size: .9rem; }
.foot__base a { color: var(--board-text); }

/* --- dock: the phone's thumb bar ------------------------------------------ */
.dock { display: none; }
@media (max-width: 900px) {
  .dock { position: fixed; z-index: 40; left: var(--s3); right: var(--s3); bottom: max(var(--s3), env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; gap: var(--s2); }
  .dock .stk { width: 100%; }
  body { padding-bottom: 5.5rem; }
}

/* --- page heads (inner pages) -------------------------------------------- */
.head { padding-block: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 4vw, 3rem); }
.head h1 { font-size: clamp(2.6rem, 6vw, 5rem); font-variation-settings: "opsz" 96, "wdth" 92; }
.head .mk { display: block; margin-top: var(--s3); font-size: clamp(1.3rem, 2.4vw, 1.9rem); color: var(--marker); }
.head .lede { margin-top: var(--s4); }
.head--lime { background: var(--lime); color: var(--lime-ink); }
.head--lime .mk { color: var(--lime-ink); }
.head--lime .lede { color: var(--lime-ink-2); }

/* --- misc ----------------------------------------------------------------- */
.thanks { min-height: 60svh; display: grid; place-items: center; text-align: center; }
.thanks .mk { font-size: clamp(2rem, 5vw, 4rem); color: var(--marker); }
.callout { display: grid; grid-template-columns: auto 1fr; gap: var(--s4); align-items: center; padding: var(--s4) var(--s5); border: 2px solid var(--ink); border-radius: 18px; }
.callout .badge { width: 3rem; height: 3rem; }
.prov { font-size: .7em; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; color: var(--ink); background: var(--coral); border-radius: 999px; padding: .2em .6em; margin-left: .4em; vertical-align: middle; }
