:root {
  --cream: #f4efe6;
  --paper: #fffaf2;
  --forest: #1e3a2c;
  --forest-deep: #14241c;
  --leaf: #5c8a46;
  --amber: #c4782a;
  --ink: #2c241c;
  --muted: #6e6458;
  --line: rgba(44, 36, 28, 0.12);
  --white: #fff;
  --olio: #0f766e;
  --tgtg: #1d4ed8;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --slide-duration: 720ms;
}

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

html,
body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background: var(--forest-deep);
  color: var(--ink);
  font-family: Figtree, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 70;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  z-index: 90;
  background: linear-gradient(90deg, var(--leaf), var(--amber));
  transition: width 400ms var(--ease);
}

.chrome {
  position: fixed;
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--forest);
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chrome-brand {
  top: 22px;
  left: 24px;
}

.chrome-count {
  top: 22px;
  right: 24px;
  font-variant-numeric: tabular-nums;
}

.nav-side {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 80;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--forest);
  box-shadow: 0 12px 30px rgba(20, 36, 28, 0.16);
  display: grid;
  place-items: center;
}

.nav-btn:hover:not(:disabled) {
  background: #f3e3c2;
}

.nav-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.nav-label {
  display: none;
}

.dots {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 8px;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.72);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #c9bfb1;
}

.dot.is-active {
  background: var(--forest);
  transform: scale(1.35);
}

.hint {
  position: fixed;
  left: 24px;
  bottom: 22px;
  z-index: 80;
  color: var(--muted);
  font-size: 0.82rem;
}

.hint kbd {
  display: inline-block;
  min-width: 1.4rem;
  padding: 2px 6px;
  margin: 0 2px;
  border-radius: 6px;
  background: var(--paper);
  border: 1px solid var(--line);
  font-family: inherit;
  font-size: 0.75rem;
  text-align: center;
}

.deck {
  height: 100dvh;
  overflow: hidden;
}

.track {
  height: 100%;
  transition: transform var(--slide-duration) var(--ease);
}

.slide {
  height: 100dvh;
  width: 100%;
  padding: 5.5rem 5.5rem 4.5rem 4rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.slide-inner {
  width: min(1380px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #f3e3c2;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

h1,
h2,
.display {
  font-family: Fraunces, Georgia, serif;
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0 0 0.7rem;
}

h1 {
  font-size: clamp(3.25rem, 7vw, 6.6rem);
  color: var(--forest);
}

h2 {
  font-size: clamp(2.5rem, 4.5vw, 4.4rem);
}

.lede {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  color: var(--muted);
  max-width: 36rem;
  margin: 0;
  line-height: 1.45;
}

.byline {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--amber);
  margin: 0.9rem 0 0;
  letter-spacing: 0.02em;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: center;
}

.frame {
  position: relative;
}

.frame::before {
  content: "";
  position: absolute;
  inset: -14px -14px 14px 14px;
  border-radius: 28px;
  background: rgba(92, 138, 70, 0.18);
  transform: rotate(2.5deg);
}

.frame img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
  border: 6px solid #fff;
  box-shadow: 0 24px 50px rgba(20, 36, 28, 0.2);
}

.slide-title {
  background: var(--cream);
}

.slide-impact {
  background: var(--forest);
  color: #f6f1e8;
}

.slide-impact h2,
.slide-impact .lede {
  color: #f6f1e8;
}

.slide-impact .lede {
  opacity: 0.82;
}

.slide-welcome,
.slide-solutions,
.slide-rescue {
  background: var(--cream);
}

.slide-welcome {
  background-image: linear-gradient(rgba(244, 239, 230, 0.88), rgba(244, 239, 230, 0.88)), url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1800&q=85");
  background-size: cover;
  background-position: center;
}

.slide-rescue {
  background: #d9f3ef;
  background-image: linear-gradient(135deg, rgba(217, 243, 239, 0.94), rgba(255, 250, 242, 0.84)), url("https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1800&q=85");
  background-size: cover;
  background-position: center;
}

.welcome-copy,
.slide-solutions .slide-inner,
.slide-rescue .slide-inner {
  max-width: 980px;
}

.participation-prompt,
.water-callout {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 2rem;
  max-width: 920px;
  padding: 1.15rem 1.35rem;
  border-radius: 14px;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  font-weight: 650;
  line-height: 1.4;
}

.participation-prompt {
  background: var(--forest);
  color: var(--paper);
}

.quiz-reveals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 2.25rem;
}

.splash-fact {
  min-height: clamp(260px, 27vh, 350px);
  overflow: hidden;
  border-radius: 18px;
  position: relative;
  background-image: none !important;
  transition: transform 500ms var(--ease), background-image 0s 500ms;
  background-size: cover;
  background-position: center;
}

.splash-milk { background-image: url("https://images.unsplash.com/photo-1563636619-e9143da7973b?auto=format&fit=crop&w=1000&q=85"); }
.splash-bread { background-image: url("https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=1000&q=85"); }
.splash-potato { background-image: url("https://images.unsplash.com/photo-1518977676601-b53f82aba655?auto=format&fit=crop&w=1000&q=85"); }

.splash-overlay {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  height: 100%;
  padding: 1.5rem;
  background: linear-gradient(0deg, rgba(20, 36, 28, 0.92), rgba(20, 36, 28, 0.08));
  opacity: 0;
  transition: opacity 500ms var(--ease);
}

.quiz-cover {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
  background: #254b3b;
  color: var(--paper);
  transition: opacity 350ms var(--ease), visibility 0s 350ms;
}

.quiz-cover span {
  font-family: Fraunces, Georgia, serif;
  font-size: 5rem;
  line-height: 0.85;
  color: #f3e3c2;
}

.quiz-cover p {
  margin: 0.6rem 0 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rank {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(3.2rem, 6vw, 5.5rem);
  color: #f3e3c2;
  line-height: 0.8;
}

.fact-kicker,
.splash-fact p { margin: 0; }
.fact-kicker { font-size: 1.1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.splash-fact strong { display: block; font-family: Fraunces, Georgia, serif; font-size: clamp(1.7rem, 2.6vw, 2.7rem); line-height: 1.1; }

.quiz-slide[data-reveal-step="1"] .splash-milk,
.quiz-slide[data-reveal-step="2"] .splash-milk,
.quiz-slide[data-reveal-step="2"] .splash-bread,
.quiz-slide[data-reveal-step="3"] .splash-fact { background-image: var(--splash-image) !important; }

.splash-milk { --splash-image: url("https://images.unsplash.com/photo-1563636619-e9143da7973b?auto=format&fit=crop&w=1000&q=85"); }
.splash-bread { --splash-image: url("https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=1000&q=85"); }
.splash-potato { --splash-image: url("https://images.unsplash.com/photo-1518977676601-b53f82aba655?auto=format&fit=crop&w=1000&q=85"); }

.quiz-slide[data-reveal-step="1"] .splash-milk .splash-overlay,
.quiz-slide[data-reveal-step="2"] .splash-milk .splash-overlay,
.quiz-slide[data-reveal-step="2"] .splash-bread .splash-overlay,
.quiz-slide[data-reveal-step="3"] .splash-fact .splash-overlay { opacity: 1; }

.splash-fact.is-revealed .splash-overlay { opacity: 1 !important; }

.quiz-slide[data-reveal-step="1"] .splash-milk .quiz-cover,
.quiz-slide[data-reveal-step="2"] .splash-milk .quiz-cover,
.quiz-slide[data-reveal-step="2"] .splash-bread .quiz-cover,
.quiz-slide[data-reveal-step="3"] .splash-fact .quiz-cover { opacity: 0; visibility: hidden; }

.splash-fact.is-revealed .quiz-cover { opacity: 0 !important; visibility: hidden !important; }

.water-callout {
  color: var(--forest);
  background: #f3e3c2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 450ms var(--ease), transform 450ms var(--ease), visibility 0s 450ms;
}

.quiz-slide[data-reveal-step="1"] .water-callout,
.quiz-slide[data-reveal-step="2"] .water-callout,
.quiz-slide[data-reveal-step="3"] .water-callout { opacity: 1; visibility: visible; transform: none; transition-delay: 250ms; }

.water-callout.is-revealed { opacity: 1 !important; visibility: visible !important; transform: none !important; transition-delay: 250ms; }

.water-callout i { font-size: 1.6em; color: var(--amber); }

.quiz-fact-copy strong {
  color: var(--forest-deep);
  font-weight: 800;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 2rem 0 1.6rem;
}

.stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 1.15rem 1.2rem 1.2rem;
}

.stat-num {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1;
  color: #f3e3c2;
  margin-bottom: 0.45rem;
}

.stat-label {
  font-size: 0.88rem;
  opacity: 0.82;
}

.columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 1.3rem 1.4rem;
}

.panel h3 {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
}

.panel ul,
.facts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.panel li,
.facts li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 0.7rem;
  line-height: 1.45;
}

.panel li:last-child,
.facts li:last-child {
  margin-bottom: 0;
}

.callout {
  margin-top: 1.2rem;
  background: #f3e3c2;
  color: var(--forest);
  font-weight: 700;
  text-align: center;
  padding: 1rem 1.2rem;
  border-radius: 16px;
}

.slide-app {
  background: var(--paper);
}

.icon-pill {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.icon-olio {
  background: #ccfbf1;
  color: var(--olio);
}

.icon-tgtg {
  background: #dbeafe;
  color: var(--tgtg);
}

.facts strong {
  display: block;
  color: var(--ink);
  font-size: 1.05rem;
  margin-bottom: 2px;
}

.facts span {
  color: var(--muted);
}

.note {
  margin-top: 1.2rem;
  padding: 0.95rem 1.05rem;
  border-radius: 16px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  color: #1e3a8a;
  font-size: 0.95rem;
}

.local-note {
  background: #f8edd6;
  border: 1px solid #edd9a8;
  color: var(--forest);
}

.phone {
  width: min(290px, 100%);
  height: 580px;
  margin: 0 auto;
  background: #1a1c1b;
  border-radius: 42px;
  padding: 12px;
  box-shadow: 0 30px 60px rgba(20, 36, 28, 0.28);
}

.phone-screen {
  height: 100%;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.island {
  width: 92px;
  height: 26px;
  margin: 8px auto 0;
  background: #111;
  border-radius: 20px;
}

.phone-head {
  padding: 8px 16px 14px;
  color: #fff;
  font-weight: 750;
  text-align: center;
}

.head-olio {
  background: var(--olio);
}

.head-tgtg {
  background: var(--tgtg);
}

.phone-body {
  padding: 14px;
  flex: 1;
  background: #f7f5f1;
}

.muted-label {
  font-size: 0.72rem;
  color: #8a8176;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.listing {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  padding: 8px;
  margin-bottom: 10px;
  box-shadow: 0 6px 16px rgba(20, 36, 28, 0.05);
}

.emoji {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.listing b {
  display: block;
  font-size: 0.88rem;
}

.listing small {
  color: var(--olio);
}

.bag {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #e8eefc;
}

.bag-art {
  height: 86px;
  display: grid;
  place-items: center;
  font-size: 2rem;
  background: #eef2ff;
}

.bag-copy {
  padding: 10px 12px 12px;
}

.bag-copy b {
  display: block;
  font-size: 0.88rem;
}

.price {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  margin-top: 4px;
}

.old {
  color: #9ca3af;
  text-decoration: line-through;
}

.new {
  color: var(--tgtg);
  font-weight: 750;
}

.slide-fridge {
  background: #f3e3c2;
}

.card {
  background: var(--paper);
  border-radius: 32px;
  padding: 2.4rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.4rem;
  align-items: center;
  box-shadow: 0 24px 50px rgba(20, 36, 28, 0.12);
}

.card img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  border-radius: 22px;
}

.slide-habits,
.slide-cook {
  background: #efe8db;
}

.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mini {
  background: var(--paper);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 16px 36px rgba(20, 36, 28, 0.06);
}

.mini-icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--cream);
  color: var(--forest);
  margin-bottom: 1rem;
  font-size: 1.15rem;
}

.mini h3,
.food-card h3 {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.35rem;
  margin: 0 0 0.55rem;
}

.flip-card {
  min-height: 310px;
  padding: 0;
  background: transparent;
  perspective: 1200px;
  box-shadow: none;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  transform-style: preserve-3d;
  transition: transform 750ms var(--ease);
}

.flip-card.is-flipped .flip-card-inner { transform: rotateY(180deg); }

.flip-face {
  position: absolute;
  inset: 0;
  padding: 1.5rem;
  backface-visibility: hidden;
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(20, 36, 28, 0.08);
}

.flip-front { background: var(--paper); }
.flip-back { display: flex; flex-direction: column; justify-content: center; background: var(--cream); color: var(--ink); transform: rotateY(180deg); }
.flip-front h3 { font-size: 1.55rem; font-weight: 700; }
.flip-front p { font-size: 1.08rem; font-weight: 550; }
.flip-back h3 { font-family: Fraunces, Georgia, serif; font-size: 1.9rem; font-weight: 700; margin: 0 0 0.7rem; }
.flip-back p { margin: 0; font-size: 1.22rem; font-weight: 650; line-height: 1.48; }

.mini p,
.food-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 750;
}

.tag-use {
  background: #fee2e2;
  color: #b91c1c;
}

.tag-best {
  background: #dcfce7;
  color: #166534;
}

.slide-compost {
  background: var(--leaf);
}

.compost {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  background: var(--paper);
  border-radius: 28px;
  overflow: hidden;
  min-height: 520px;
  box-shadow: 0 24px 50px rgba(20, 36, 28, 0.18);
}

.compost img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compost-copy {
  padding: 2.2rem 2.3rem 1.5rem;
}

.steps-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; }

.step {
  display: flex;
  gap: 14px;
  margin-bottom: 1.2rem;
}

.step:last-child {
  margin-bottom: 0;
}

.step-ico {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #f3e3c2;
  color: var(--amber);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.step b {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.step p {
  margin: 0;
  color: var(--muted);
}

.slide-store {
  background: #dff5f2;
  color: var(--ink);
}

.slide-store h2 {
  color: var(--forest);
  text-align: center;
  margin-bottom: 2rem;
}

.store-card {
  background: var(--paper);
  border: 1px solid rgba(20, 58, 44, 0.1);
  border-radius: 24px;
  padding: 1.6rem;
}

.store-card i {
  font-size: 1.7rem;
  color: var(--olio);
  margin-bottom: 1rem;
  display: block;
}

.store-card h3 {
  font-family: Fraunces, Georgia, serif;
  margin: 0 0 0.6rem;
}

.store-card p,
.store-card li {
  color: var(--muted);
  line-height: 1.5;
}

.store-intro { margin: -1rem auto 2rem; color: var(--muted); text-align: center; font-size: 1.25rem; }

.slide-cook h2,
.slide-habits h2 {
  text-align: center;
}

.center-copy {
  text-align: center;
  margin-bottom: 2rem;
}

.food-card {
  background: var(--paper);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(20, 36, 28, 0.07);
}

.food-card img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.food-card div {
  padding: 1.2rem 1.3rem 1.4rem;
}

.slide-end {
  background: var(--forest);
  color: #f6f1e8;
  text-align: center;
}

.slide-end::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: radial-gradient(circle at 2px 2px, #fff 1px, transparent 0);
  background-size: 28px 28px;
}

.quote {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  line-height: 1.35;
  max-width: 40rem;
  margin: 0 auto 1.6rem;
}

.takeaway {
  display: inline-block;
  background: #f3e3c2;
  color: var(--forest);
  padding: 1.1rem 1.4rem;
  border-radius: 18px;
  font-weight: 750;
}

.takeaway small {
  display: block;
  margin-top: 6px;
  font-weight: 500;
  color: var(--muted);
}

.foot {
  margin-top: 2rem;
  opacity: 0.55;
  font-size: 0.85rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

.slide.is-active .reveal {
  opacity: 1;
  transform: none;
}

.slide.is-active .reveal-2 {
  transition-delay: 120ms;
}

.slide.is-active .reveal-3 {
  transition-delay: 220ms;
}

.slide.is-active .reveal-4 {
  transition-delay: 320ms;
}

@media (min-width: 961px) {
  .split-reverse > :first-child {
    order: 2;
  }
}

@media (max-width: 960px) {
  .slide {
    padding: 5rem 1.25rem 8.5rem;
    align-items: flex-start;
    overflow-y: auto;
  }

  .split,
  .card,
  .compost,
  .columns,
  .stats,
  .cards-3,
  .quiz-reveals,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  h1 { font-size: clamp(3rem, 13vw, 4.8rem); }
  h2 { font-size: clamp(2.35rem, 10vw, 3.4rem); }
  .lede { font-size: 1.3rem; }

  .splash-fact { min-height: 210px; }
  .splash-overlay { padding: 1.2rem; }
  .water-callout,
  .participation-prompt { align-items: flex-start; font-size: 1.08rem; }

  .flip-card { min-height: 270px; }
  .flip-face { padding: 1.3rem; }
  .steps-grid { gap: 0; }
  .compost-copy { padding: 1.6rem 1.3rem; }
  .step { margin-bottom: 1rem; }
  .store-intro { font-size: 1.15rem; margin-top: -0.5rem; }

  .frame,
  .card img,
  .compost img,
  .phone {
    display: none;
  }

  .nav-side {
    left: 0;
    right: 0;
    bottom: 14px;
    top: auto;
    transform: none;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    padding: 0 16px;
  }

  .dots {
    display: none;
  }

  .nav-btn {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-btn-next {
    width: auto;
    flex: 1;
    max-width: 240px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--forest);
    color: #fff;
    gap: 8px;
  }

  .nav-btn-next:hover:not(:disabled) {
    background: var(--forest-deep);
  }

  .nav-label {
    display: inline;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .hint {
    display: none;
  }

  .chrome-brand,
  .chrome-count {
    font-size: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .track,
  .reveal,
  .progress,
  .dot {
    transition: none !important;
  }
}
