/* ============================================================
   Chobani Club — styles.css
   Palette drawn from Chobani's warm cream + deep-blue brand,
   with fruit accents: blueberry, black cherry, peach.
   ============================================================ */
:root {
  --cream:      #f7efe1;
  --cream-deep: #efe2cd;
  --paper:      #fffaf1;
  --ink:        #0a2472;   /* Chobani deep blue */
  --ink-soft:   #2a3f7a;
  --blue:       #3b57c4;
  --blueberry:  #3a4bb0;
  --cherry:     #7b2d5e;
  --cherry-br:  #a3204b;
  --peach:      #e8894a;
  --peach-lt:   #f4b183;
  --mint:       #7bbf8f;
  --line:       rgba(10, 36, 114, 0.14);
  --shadow:     0 18px 50px -20px rgba(10, 36, 114, 0.35);
  --shadow-sm:  0 8px 24px -12px rgba(10, 36, 114, 0.30);
  --r:          20px;
  --r-lg:       28px;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, sans-serif;
  --maxw: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(1200px 700px at 82% -8%, rgba(59, 87, 196, 0.10), transparent 60%),
    radial-gradient(900px 620px at 0% 12%, rgba(232, 137, 74, 0.10), transparent 55%),
    var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--peach); color: #fff; }

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

h1, h2, h3, h4, h5 { font-family: var(--serif); line-height: 1.05; font-weight: 900; letter-spacing: -0.015em; }
em { font-style: italic; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .4em; font-family: var(--sans); font-weight: 600; font-size: .98rem;
  padding: .8em 1.4em; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .16s ease, box-shadow .2s ease, background .2s;
  will-change: transform;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn--primary { background: var(--ink); color: var(--paper); box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--blue); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }

/* ============ NAV ============ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 40;
  display: flex; align-items: center; gap: 1.5rem;
  padding: .9rem clamp(1rem, 4vw, 2.5rem);
  background: rgba(247, 239, 225, 0.72);
  backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s, padding .3s;
}
.nav--scrolled { border-bottom-color: var(--line); background: rgba(247, 239, 225, 0.9); padding-block: .6rem; }
.nav__brand { display: flex; align-items: center; gap: .6rem; }
.nav__logo { display: grid; place-items: center; transition: transform .5s cubic-bezier(.3,1.4,.5,1); }
.nav__logo.spin { transform: rotate(360deg); }
.nav__wordmark { font-family: var(--serif); font-weight: 900; font-size: 1.35rem; letter-spacing: -.02em; }
.nav__links { display: flex; gap: 1.4rem; margin-left: auto; font-weight: 500; }
.nav__links a { position: relative; padding: .2rem 0; color: var(--ink-soft); }
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--peach); transition: width .25s ease;
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { width: 100%; }
.nav__cta {
  font-family: var(--sans); font-weight: 600; font-size: .92rem;
  padding: .55em 1.1em; border-radius: 999px; border: 1.5px solid var(--ink);
  background: var(--ink); color: var(--paper); cursor: pointer; transition: .2s;
}
.nav__cta:hover { background: var(--peach); border-color: var(--peach); color: #fff; }
@media (max-width: 780px) { .nav__links { display: none; } }

/* ============ HERO ============ */
.hero {
  position: relative; min-height: 100svh; display: grid;
  grid-template-columns: 1.15fr .85fr; align-items: center; gap: 2rem;
  max-width: var(--maxw); margin: 0 auto; padding: 8rem clamp(1rem, 4vw, 2.5rem) 3rem;
}
.hero__glow {
  position: absolute; right: -10%; top: 10%; width: 60vw; height: 60vw; max-width: 720px; max-height: 720px;
  background: radial-gradient(circle at 50% 50%, rgba(59,87,196,.20), transparent 62%);
  filter: blur(20px); z-index: -1; animation: float 9s ease-in-out infinite;
}
.hero__eyebrow { font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .74rem; color: var(--cherry-br); }
.hero__title { font-size: clamp(2.6rem, 6.2vw, 5rem); margin: .5rem 0 1.1rem; }
.hero__title em { color: var(--peach); }
.hero__sub { font-size: clamp(1rem, 1.5vw, 1.18rem); max-width: 40ch; color: var(--ink-soft); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.hero__stats { display: flex; gap: 2.2rem; margin-top: 2.6rem; flex-wrap: wrap; }
.stat__num { font-family: var(--serif); font-weight: 900; font-size: 2rem; display: block; line-height: 1; }
.stat__label { font-size: .78rem; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .06em; }
.hero__hint { position: absolute; bottom: 1.4rem; right: clamp(1rem,4vw,2.5rem); font-size: .78rem; color: var(--ink-soft); opacity: .7; font-style: italic; }

/* reveal on load / scroll */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal]:nth-child(2){ transition-delay:.05s;} [data-reveal]:nth-child(3){ transition-delay:.1s;}
[data-reveal]:nth-child(4){ transition-delay:.15s;} [data-reveal]:nth-child(5){ transition-delay:.2s;}

/* ---- hero cup ---- */
.hero__cup { position: relative; display: grid; place-items: center; justify-self: center; }
.cup {
  position: relative; width: 240px; cursor: pointer; filter: drop-shadow(var(--shadow));
  animation: float 6s ease-in-out infinite; transition: transform .3s;
}
.cup:hover { transform: scale(1.03) rotate(-1deg); }
.cup__lid {
  height: 30px; background: var(--ink); border-radius: 14px 14px 6px 6px;
  display: grid; place-items: center; position: relative; z-index: 3;
}
.cup__lid span { color: var(--paper); font-family: var(--serif); font-weight: 900; letter-spacing: .18em; font-size: .82rem; }
.cup__lid::after { content:""; position:absolute; inset: 6px 8px auto 8px; height: 3px; background: rgba(255,255,255,.18); border-radius: 3px; }
.cup__body {
  position: relative; height: 230px; margin: -4px 6px 0; overflow: hidden;
  background: linear-gradient(180deg, #ffffff, #fbf4ea);
  border-radius: 8px 8px 30px 30px / 8px 8px 46px 46px;
  border: 2px solid rgba(10,36,114,.10); border-top: none;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
  padding-bottom: 26px;
}
.cup__wave {
  position: absolute; left: -20%; top: 30%; width: 140%; height: 120%;
  background: var(--blueberry); border-radius: 42% 46% 0 0; opacity: .9;
  transition: background .5s ease; animation: bob 5s ease-in-out infinite;
}
.cup__wave--2 { top: 34%; opacity: .35; animation-duration: 6.5s; animation-direction: reverse; }
.cup__flavor { position: relative; z-index: 2; font-family: var(--serif); font-weight: 900; color: #fff; font-size: 1.7rem; text-align: center; text-shadow: 0 2px 10px rgba(0,0,0,.25); }
.cup__label { position: relative; z-index: 2; color: rgba(255,255,255,.9); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; }
.spoon {
  position: absolute; right: -34px; top: 40%; width: 16px; height: 150px;
  background: linear-gradient(90deg, #d9dde8, #f2f4fa, #c9cfdd); border-radius: 10px;
  transform: rotate(18deg); transform-origin: bottom center;
  animation: stir 4s ease-in-out infinite; z-index: 4;
}
.spoon::before { content:""; position:absolute; top:-22px; left:50%; transform:translateX(-50%); width:34px; height:44px; background:inherit; border-radius:50% 50% 46% 46%; }

/* ============ MARQUEE ============ */
.marquee { overflow: hidden; background: var(--ink); color: var(--paper); padding: .8rem 0; transform: rotate(-1deg) scale(1.03); margin: 1rem 0 4rem; }
.marquee__track { display: flex; gap: 2.5rem; width: max-content; animation: scroll 26s linear infinite; }
.marquee__track:hover { animation-play-state: paused; }
.marquee__track span { font-family: var(--serif); font-style: italic; font-weight: 600; font-size: 1.35rem; white-space: nowrap; display: inline-flex; align-items: center; gap: 2.5rem; }
.marquee__track span::after { content: "•"; color: var(--peach); }

/* ============ SECTIONS ============ */
.section { max-width: var(--maxw); margin: 0 auto; padding: clamp(3rem, 8vw, 6rem) clamp(1rem, 4vw, 2.5rem); }
.section__head { max-width: 640px; margin-bottom: 3rem; }
.kicker { display: inline-block; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; font-size: .72rem; color: var(--cherry-br); background: rgba(163,32,75,.08); padding: .35em .8em; border-radius: 999px; margin-bottom: .9rem; }
.section h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
.section__lede { margin-top: .9rem; font-size: 1.08rem; color: var(--ink-soft); max-width: 52ch; }

/* ============ FRIDGE ============ */
.fridge__grid { display: grid; grid-template-columns: 340px 1fr; gap: 2.5rem; align-items: start; }
.fridge__unit { position: relative; }
.fridge__door {
  background: linear-gradient(160deg, #fdfbf6, #eadfca); border: 3px solid var(--ink);
  border-radius: var(--r-lg); padding: 1.4rem 1.4rem 1.4rem 1.9rem; min-height: 420px;
  box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.fridge__handle { position: absolute; left: .5rem; top: 15%; bottom: 15%; width: 8px; border-radius: 8px; background: var(--ink); opacity: .85; }
.fridge__shelves { display: flex; flex-direction: column; gap: 1rem; }
.shelf { border-bottom: 4px solid rgba(10,36,114,.18); padding-bottom: .8rem; display: flex; gap: .5rem; flex-wrap: wrap; min-height: 52px; align-items: flex-end; }
.mini-cup {
  width: 30px; height: 42px; border-radius: 5px 5px 8px 8px; position: relative;
  background: #fff; border: 1.5px solid rgba(10,36,114,.25);
  animation: pop .35s cubic-bezier(.2,1.4,.5,1) both;
}
.mini-cup::before { content:""; position:absolute; inset: 3px 3px 40% 3px; border-radius: 3px 3px 0 0; background: var(--c, var(--blueberry)); }
.mini-cup::after { content:""; position:absolute; top:-4px; left:-1.5px; right:-1.5px; height:6px; border-radius:4px; background: var(--ink); }
.fridge__status { position: absolute; top: 1rem; right: 1rem; display: inline-flex; align-items: center; gap: .45rem; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: .3rem .7rem; font-size: .78rem; font-weight: 600; box-shadow: var(--shadow-sm); }
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(123,191,143,.25); }
.fridge__status.low .dot { background: var(--peach); box-shadow: 0 0 0 4px rgba(232,137,74,.25); }
.fridge__status.empty .dot { background: var(--cherry-br); box-shadow: 0 0 0 4px rgba(163,32,75,.25); animation: pulse 1s infinite; }

.fridge__panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.8rem; box-shadow: var(--shadow-sm); }
.fridge__panel h3 { font-size: 1.3rem; margin-bottom: 1rem; }
.inv { list-style: none; display: flex; flex-direction: column; gap: .55rem; margin-bottom: 1.4rem; }
.inv li { display: flex; align-items: center; gap: .7rem; font-weight: 500; }
.inv .swatch { width: 16px; height: 16px; border-radius: 5px; flex: none; }
.inv .qty { margin-left: auto; font-variant-numeric: tabular-nums; font-weight: 700; }
.inv li.out { opacity: .45; text-decoration: line-through; }
.fridge__meterWrap { margin-bottom: 1.4rem; }
.fridge__meterHead { display: flex; justify-content: space-between; font-size: .82rem; font-weight: 600; margin-bottom: .4rem; }
.meter { height: 12px; border-radius: 999px; background: var(--cream-deep); overflow: hidden; border: 1px solid var(--line); }
.meter__fill { height: 100%; width: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--mint), var(--blue)); transition: width .5s cubic-bezier(.2,.7,.2,1), background .5s; }
.fridge__buttons { display: flex; gap: .7rem; flex-wrap: wrap; }
.fridge__note { margin-top: 1rem; font-size: .84rem; color: var(--ink-soft); }

/* ============ FLAVORS ============ */
.flavor__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.4rem; }
.flavor { perspective: 1200px; height: 320px; cursor: pointer; }
.flavor__inner { position: relative; width: 100%; height: 100%; transition: transform .7s cubic-bezier(.2,.8,.2,1); transform-style: preserve-3d; }
.flavor.flipped .flavor__inner { transform: rotateY(180deg); }
.flavor__face { position: absolute; inset: 0; border-radius: var(--r); backface-visibility: hidden; overflow: hidden; padding: 1.5rem; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); border: 1px solid rgba(255,255,255,.3); }
.flavor__front { color: #fff; justify-content: space-between; }
.flavor__front::after { content:""; position:absolute; right:-30px; bottom:-30px; width:150px; height:150px; border-radius:50%; background: rgba(255,255,255,.12); }
.flavor__rank { font-family: var(--serif); font-weight: 900; font-size: 3.4rem; opacity: .35; line-height: 1; }
.flavor__name { font-family: var(--serif); font-weight: 900; font-size: 1.8rem; }
.flavor__tag { font-size: .85rem; opacity: .92; }
.flavor__back { background: var(--paper); transform: rotateY(180deg); color: var(--ink); justify-content: center; gap: .5rem; }
.flavor__back h4 { font-size: 1.2rem; }
.flavor__nutri { list-style: none; display: flex; flex-direction: column; gap: .35rem; margin-top: .4rem; font-size: .9rem; }
.flavor__nutri li { display: flex; justify-content: space-between; border-bottom: 1px dashed var(--line); padding-bottom: .3rem; }
.flavor__quip { margin-top: .6rem; font-style: italic; font-size: .85rem; color: var(--ink-soft); }
.flavor__flip { margin-top: auto; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; opacity: .75; }
.flavors__foot { text-align: center; margin-top: 2.4rem; font-size: 1.05rem; }
.flavors__foot strong { color: var(--peach); font-family: var(--serif); }

/* ============ BUILD-A-BOWL ============ */
.bowl__lab { display: grid; grid-template-columns: 1fr 1.05fr; gap: 2.5rem; align-items: start; }
.bowl__stage { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 2rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; align-items: center; gap: 1.5rem; position: sticky; top: 100px; }
.bowl__dish {
  position: relative; width: 260px; height: 150px;
  background: radial-gradient(120px 60px at 50% 20%, #fff, #eee 70%, #dcdce6);
  border-radius: 0 0 130px 130px / 0 0 120px 120px; overflow: hidden;
  border: 3px solid rgba(10,36,114,.18); box-shadow: inset 0 -10px 24px rgba(0,0,0,.08);
}
.bowl__dish::before { content:""; position:absolute; left:50%; top:8px; transform:translateX(-50%); width:250px; height:30px; border-radius:50%; border:3px solid rgba(10,36,114,.18); }
.bowl__yogurt { position: absolute; left: 0; right: 0; bottom: 0; height: 62%; background: var(--blueberry); transition: background .5s, height .4s; border-radius: 50% 50% 0 0 / 30px; }
.bowl__toppings { position: absolute; inset: 20px 20px auto 20px; height: 60px; display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; align-content: flex-start; z-index: 2; }
.topping-bit { width: 16px; height: 16px; border-radius: 50%; animation: pop .3s cubic-bezier(.2,1.5,.5,1) both; box-shadow: 0 2px 4px rgba(0,0,0,.15); }
.bowl__score { display: flex; flex-direction: column; align-items: center; gap: .4rem; }
.bowl__scoreRing {
  width: 96px; height: 96px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--serif); font-weight: 900; font-size: 2rem;
  background: conic-gradient(var(--peach) var(--p, 0%), var(--cream-deep) 0);
  transition: --p .6s;
}
.bowl__scoreRing span { width: 74px; height: 74px; border-radius: 50%; background: var(--paper); display: grid; place-items: center; }
.bowl__scoreLabel { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-soft); }
.bowl__controls { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 2rem; box-shadow: var(--shadow-sm); }
.bowl__group { margin-bottom: 1.6rem; }
.bowl__group h4 { font-size: 1rem; margin-bottom: .8rem; }
.chips { display: flex; flex-wrap: wrap; gap: .6rem; }
.chip {
  border: 1.5px solid var(--line); background: transparent; border-radius: 999px;
  padding: .5em 1em; font-family: var(--sans); font-weight: 600; font-size: .9rem; cursor: pointer;
  transition: .18s; display: inline-flex; align-items: center; gap: .45em; color: var(--ink);
}
.chip:hover { border-color: var(--ink); transform: translateY(-2px); }
.chip .dot-sm { width: 12px; height: 12px; border-radius: 50%; }
.chip.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.chip.active .dot-sm { box-shadow: 0 0 0 2px rgba(255,255,255,.5); }
.bowl__verdict { min-height: 3.2rem; padding: 1rem; border-radius: var(--r); background: var(--cream); font-weight: 500; margin-bottom: 1.2rem; border: 1px dashed var(--line); }
.bowl__verdict strong { color: var(--cherry-br); }

/* ============ MEMBERS ============ */
.members__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.2rem; }
.member {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 1.4rem;
  box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; position: relative; overflow: hidden;
}
.member:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.member::before { content:""; position:absolute; inset:0 0 auto 0; height:5px; background: var(--accent, var(--blue)); }
.member__avatar {
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--serif); font-weight: 900; font-size: 1.3rem; color: #fff; margin-bottom: .9rem;
}
.member__name { font-family: var(--serif); font-weight: 900; font-size: 1.2rem; }
.member__role { font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--cherry-br); margin: .2rem 0 .5rem; }
.member__bio { font-size: .88rem; color: var(--ink-soft); }
.member__founder { position: absolute; top: .9rem; right: .9rem; font-size: .64rem; font-weight: 700; letter-spacing: .08em; background: var(--peach); color: #fff; padding: .2em .6em; border-radius: 999px; }

/* ============ TIMELINE ============ */
.timeline { list-style: none; position: relative; max-width: 760px; margin-inline: auto; padding-left: 2rem; }
.timeline::before { content:""; position:absolute; left: 7px; top: 6px; bottom: 6px; width: 3px; background: linear-gradient(var(--blue), var(--peach), var(--cherry)); border-radius: 3px; }
.tl { position: relative; padding: 0 0 2.2rem 1.6rem; }
.tl::before { content:""; position:absolute; left: -1.75rem; top: 4px; width: 15px; height: 15px; border-radius: 50%; background: var(--paper); border: 3px solid var(--blue); }
.tl__date { font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--cherry-br); }
.tl__title { font-family: var(--serif); font-weight: 900; font-size: 1.3rem; margin: .15rem 0 .3rem; }
.tl__body { color: var(--ink-soft); font-size: .95rem; }

/* ============ FOOTER ============ */
.footer { background: var(--ink); color: var(--cream); margin-top: 4rem; padding: 4rem clamp(1rem,4vw,2.5rem) 2rem; }
.footer__inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr; gap: 2.5rem; }
.footer__brand .nav__wordmark { color: var(--paper); font-size: 1.8rem; }
.footer__brand p { color: rgba(247,239,225,.7); max-width: 42ch; margin-top: .8rem; }
.footer__cols { display: flex; gap: 3rem; }
.footer h5 { font-family: var(--sans); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--peach-lt); margin-bottom: .8rem; }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: .4rem; font-size: .92rem; color: rgba(247,239,225,.85); }
.footer__fine { max-width: var(--maxw); margin: 2.5rem auto 0; padding-top: 1.5rem; border-top: 1px solid rgba(247,239,225,.15); font-size: .8rem; color: rgba(247,239,225,.55); text-align: center; }

/* ============ MODAL ============ */
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 1.2rem; }
.modal[hidden] { display: none; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(10,36,114,.45); backdrop-filter: blur(6px); animation: fade .3s; }
.modal__panel { position: relative; width: min(460px, 100%); background: var(--cream); border-radius: var(--r-lg); padding: 2rem; box-shadow: var(--shadow); animation: rise .35s cubic-bezier(.2,.9,.2,1); max-height: 92vh; overflow: auto; }
.modal__x { position: absolute; top: .8rem; right: 1rem; border: none; background: none; font-size: 1.8rem; line-height: 1; cursor: pointer; color: var(--ink-soft); }
.modal__panel h3 { font-size: 1.6rem; }
.modal__sub { color: var(--ink-soft); font-size: .92rem; margin: .3rem 0 1.4rem; }
.modal__form { display: flex; flex-direction: column; gap: .9rem; margin-top: 1.4rem; }
.modal__form label { font-size: .82rem; font-weight: 600; display: flex; flex-direction: column; gap: .35rem; }
.modal__form input, .modal__form select { font-family: var(--sans); font-size: 1rem; padding: .7em .9em; border-radius: 12px; border: 1.5px solid var(--line); background: var(--paper); color: var(--ink); }
.modal__form input:focus, .modal__form select:focus { outline: none; border-color: var(--blue); }

/* membership card */
.memcard {
  position: relative; overflow: hidden; border-radius: 18px; padding: 1.3rem 1.4rem;
  background: linear-gradient(135deg, var(--ink), #143a9e 60%, var(--cherry));
  color: #fff; box-shadow: var(--shadow); aspect-ratio: 1.6 / 1; display: flex; flex-direction: column;
}
.memcard__top { display: flex; justify-content: space-between; font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.memcard__club { font-family: var(--serif); }
.memcard__name { font-family: var(--serif); font-weight: 900; font-size: 1.7rem; margin-top: auto; line-height: 1.1; }
.memcard__title { font-size: .84rem; color: var(--peach-lt); font-weight: 600; }
.memcard__bottom { display: flex; justify-content: space-between; margin-top: .8rem; font-size: .74rem; font-variant-numeric: tabular-nums; opacity: .9; }
.memcard__holo { position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.28) 48%, transparent 62%); transform: translateX(-100%); animation: holo 3.5s ease-in-out infinite; }

/* ============ TOAST ============ */
.toast {
  position: fixed; left: 50%; bottom: 2rem; transform: translate(-50%, 180%);
  background: var(--ink); color: var(--paper); padding: .8rem 1.3rem; border-radius: 999px;
  font-weight: 600; font-size: .92rem; box-shadow: var(--shadow); z-index: 120; transition: transform .4s cubic-bezier(.2,.9,.2,1); max-width: 90vw;
}
.toast.show { transform: translate(-50%, 0); }

/* ============ BERRY FIELD (cursor confetti) ============ */
.berry-field { position: fixed; inset: 0; pointer-events: none; z-index: 200; overflow: hidden; }
.berry { position: absolute; border-radius: 50%; will-change: transform, opacity; }

/* ============ KEYFRAMES ============ */
@keyframes float { 0%,100% { transform: translateY(0);} 50% { transform: translateY(-16px);} }
@keyframes bob { 0%,100% { transform: translateY(0) rotate(0);} 50% { transform: translateY(-6px) rotate(2deg);} }
@keyframes stir { 0%,100% { transform: rotate(18deg);} 50% { transform: rotate(10deg);} }
@keyframes scroll { to { transform: translateX(-50%);} }
@keyframes pop { from { transform: scale(0); opacity: 0;} to { transform: scale(1); opacity: 1;} }
@keyframes pulse { 0%,100% { opacity: 1;} 50% { opacity: .4;} }
@keyframes fade { from { opacity: 0;} to { opacity: 1;} }
@keyframes rise { from { opacity: 0; transform: translateY(24px) scale(.98);} to { opacity: 1; transform: none;} }
@keyframes holo { 0%, 60% { transform: translateX(-100%);} 100% { transform: translateX(100%);} }
@keyframes fall { to { transform: translateY(110vh) rotate(var(--r)); opacity: 0; } }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 7rem; }
  .hero__sub { margin-inline: auto; } .hero__actions, .hero__stats { justify-content: center; }
  .hero__cup { margin-top: 1rem; } .hero__hint { display: none; }
  .fridge__grid, .bowl__lab { grid-template-columns: 1fr; }
  .bowl__stage { position: static; }
  .footer__inner { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto; }
}
