/* =========================================================
   Thingwall landing — linen wall + die-cut stickers
   ========================================================= */

:root {
  --linen: #f6f4f0;
  --linen-deep: #ebe6dc;
  --paper: #faf9f6;
  --ink: #2a2824;
  --ink-soft: #6e6a63;
  --clay: #c97a66;
  --clay-deep: #b56654;
  --sage: #6b8f74;
  --gold: #c9a24a;
  --shadow: rgba(42, 40, 36, 0.14);
  --shadow-soft: rgba(42, 40, 36, 0.08);
  --rim: #fffdf9;
  --font-display: "Fredoka", system-ui, sans-serif;
  --font-hand: "Patrick Hand", "Segoe Print", cursive;
  --font-body: "Nunito", system-ui, sans-serif;
  --max: 1120px;
  --pad: clamp(1.25rem, 4vw, 2.5rem);
  --header-h: 4.25rem;
}

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

html {
  scroll-behavior: smooth;
}

/* Hand / display faces: hide until web fonts apply (no system→cursive flash) */
html:not(.fonts-ready) .logo-word,
html:not(.fonts-ready) .hero-why,
html:not(.fonts-ready) .section-hand,
html:not(.fonts-ready) .section-display,
html:not(.fonts-ready) .scroll-hint,
html:not(.fonts-ready) .ribbon-caption,
html:not(.fonts-ready) .brand-mark {
  opacity: 0;
}

html.fonts-ready .logo-word,
html.fonts-ready .hero-why,
html.fonts-ready .section-hand,
html.fonts-ready .section-display,
html.fonts-ready .scroll-hint,
html.fonts-ready .ribbon-caption,
html.fonts-ready .brand-mark {
  opacity: 1;
  transition: opacity 0.18s ease;
}

@media (prefers-reduced-motion: reduce) {
  html.fonts-ready .logo-word,
  html.fonts-ready .hero-why,
  html.fonts-ready .section-hand,
  html.fonts-ready .section-display,
  html.fonts-ready .scroll-hint,
  html.fonts-ready .ribbon-caption,
  html.fonts-ready .brand-mark {
    transition: none;
  }
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  background-color: var(--linen);
  /* Linen field — cool cross weave, not flat fill */
  background-image:
    linear-gradient(rgba(42, 40, 36, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 40, 36, 0.015) 1px, transparent 1px),
    radial-gradient(ellipse 120% 80% at 50% -10%, #fffefb 0%, transparent 55%),
    radial-gradient(ellipse 80% 60% at 100% 40%, rgba(201, 122, 102, 0.06), transparent 50%),
    radial-gradient(ellipse 70% 50% at 0% 70%, rgba(107, 143, 116, 0.07), transparent 45%),
    linear-gradient(180deg, var(--linen) 0%, var(--linen-deep) 100%);
  background-size:
    24px 24px,
    24px 24px,
    100% 100%,
    100% 100%,
    100% 100%,
    100% 100%;
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

/* Film grain */
.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 50;
  opacity: 0.035;
  mix-blend-mode: multiply;
  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='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  padding: 0 var(--pad);
  background: linear-gradient(
    180deg,
    rgba(246, 244, 240, 0.92) 40%,
    rgba(246, 244, 240, 0)
  );
  backdrop-filter: blur(6px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: var(--ink);
}

.brand-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--clay);
  box-shadow: 0 0 0 3px var(--rim), 0 2px 6px var(--shadow);
}

.nav {
  display: flex;
  gap: 1.25rem;
  font-family: var(--font-hand);
  font-size: 1.15rem;
  color: var(--ink-soft);
}

.nav a {
  text-decoration: none;
  transition: color 0.2s ease;
}

.nav a:hover {
  color: var(--ink);
}

@media (max-width: 640px) {
  .nav {
    display: none;
  }
}

/* ---------- Type ---------- */
.eyebrow {
  margin: 0 0 0.75rem;
  font-family: var(--font-hand);
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  color: var(--ink-soft);
  letter-spacing: 0.02em;
}

.logo-word {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(3.6rem, 14vw, 7.5rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7),
    0 14px 40px rgba(42, 40, 36, 0.08);
}

.lede {
  margin: 1.25rem 0 0;
  max-width: 22ch;
  font-family: var(--font-hand);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  line-height: 1.35;
  color: var(--ink-soft);
}

.section-display {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.1rem, 5.5vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.section-hand {
  margin: 0 0 1.25rem;
  font-family: var(--font-hand);
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1.2;
  color: var(--ink);
}

.prose {
  margin: 0;
  max-width: 38rem;
  font-size: 1.08rem;
  color: var(--ink-soft);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.btn-clay {
  color: var(--rim);
  background: linear-gradient(165deg, #d48c78, var(--clay) 45%, var(--clay-deep));
  box-shadow:
    0 0 0 4px var(--rim),
    0 10px 24px rgba(181, 102, 84, 0.3);
}

.btn-clay:hover {
  transform: translateY(-2px) rotate(-1deg);
  box-shadow:
    0 0 0 4px var(--rim),
    0 14px 30px rgba(181, 102, 84, 0.35);
}

/* App Store CTA — dark “sticker” chip, readable on phone Safari */
.btn-store {
  gap: 0.65rem;
  padding: 0.55rem 1.15rem 0.55rem 0.9rem;
  color: #fffdf9;
  background: linear-gradient(165deg, #3e3a35, #2a2824 55%, #1a1916);
  box-shadow:
    0 0 0 4px var(--rim),
    0 10px 24px rgba(42, 40, 36, 0.28);
  border-radius: 14px;
}

.btn-store:hover {
  transform: translateY(-2px) rotate(-0.6deg);
  box-shadow:
    0 0 0 4px var(--rim),
    0 14px 28px rgba(42, 40, 36, 0.34);
}

.btn-store-mark {
  width: 1.55rem;
  height: 1.55rem;
  flex-shrink: 0;
}

.btn-store-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
  text-align: left;
}

.btn-store-kicker {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  opacity: 0.78;
}

.btn-store-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.btn-store-lg {
  padding: 0.7rem 1.35rem 0.7rem 1.05rem;
}

.btn-store-lg .btn-store-mark {
  width: 1.75rem;
  height: 1.75rem;
}

.btn-store-lg .btn-store-title {
  font-size: 1.28rem;
}

.btn-ink {
  color: var(--rim);
  background: var(--ink);
  box-shadow:
    0 0 0 4px var(--rim),
    0 8px 20px var(--shadow);
  cursor: default;
  opacity: 0.92;
}

.text-link {
  font-family: var(--font-hand);
  font-size: 1.25rem;
  color: var(--ink-soft);
}

.text-link:hover {
  color: var(--clay);
}

/* ---------- Stickers ---------- */
.sticker {
  --r: 0deg;
  margin: 0;
  width: clamp(4.5rem, 11vw, 7.5rem);
  aspect-ratio: 1;
  transform: rotate(var(--r));
  filter: drop-shadow(0 8px 14px var(--shadow)) drop-shadow(0 2px 3px var(--shadow-soft));
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.sticker svg {
  width: 100%;
  height: 100%;
}

.sticker.solid {
  width: clamp(5.5rem, 14vw, 8rem);
}

.sticker.big {
  width: clamp(6.5rem, 16vw, 9rem);
}

.sticker:hover {
  transform: rotate(calc(var(--r) * 0.35)) scale(1.06) translateY(-4px);
  z-index: 2;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* bottom room for in-flow scroll hint under phone dots */
  padding: calc(var(--header-h) + 0.5rem) var(--pad) 1.25rem;
  overflow: hidden;
}

.wall {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
}

/* Sticker positions — sparse edges so phones stay the focus */
.s-mug {
  position: absolute;
  top: 12%;
  left: 5%;
  width: clamp(3.6rem, 8vw, 5.5rem);
  animation: floaty 7s ease-in-out infinite;
}
.s-key {
  position: absolute;
  top: 14%;
  right: 6%;
  width: clamp(3.4rem, 7.5vw, 5.2rem);
  animation: floaty 8s ease-in-out 0.4s infinite reverse;
}
.s-leaf {
  position: absolute;
  bottom: 14%;
  left: 6%;
  width: clamp(3rem, 7vw, 4.5rem);
  animation: floaty 10s ease-in-out infinite;
}
.s-coin {
  position: absolute;
  bottom: 16%;
  right: 7%;
  width: clamp(2.8rem, 6.5vw, 4.2rem);
  animation: floaty 7.5s ease-in-out 0.3s infinite reverse;
}
.s-star {
  position: absolute;
  top: 8%;
  left: 48%;
  width: clamp(2.4rem, 5.5vw, 3.6rem);
  animation: floaty 6s ease-in-out 0.5s infinite;
}

@media (max-width: 720px) {
  .wall {
    opacity: 0.35;
  }
  .s-leaf,
  .s-coin {
    display: none;
  }
  .s-mug {
    top: 10%;
    left: 2%;
  }
  .s-key {
    top: 10%;
    right: 2%;
  }
  .s-star {
    top: 7%;
    left: auto;
    right: 42%;
  }
}

.hero-stage {
  position: relative;
  z-index: 2;
  width: min(1200px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.55rem, 1.6vh, 1.05rem);
  /* keep phones + dots clear of the scroll cue below */
  flex-shrink: 1;
  min-height: 0;
}

.hero-stage .phone-dots {
  margin-top: 0.35rem;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}

.hero-copy {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 36rem;
}

.hero-why {
  margin: 0 0 0.45rem;
  max-width: 22ch;
  font-family: var(--font-hand);
  font-size: clamp(1.3rem, 3.2vw, 1.7rem);
  line-height: 1.3;
  color: var(--ink);
}

.hero .logo-word {
  margin-top: 0.15rem;
  font-size: clamp(2.75rem, 9.5vw, 5.4rem);
}

.hero-tag {
  margin: 0.4rem 0 0;
  max-width: 28ch;
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.8vw, 1.08rem);
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink-soft);
  letter-spacing: 0.01em;
}

.hero .lede {
  margin-top: 0.9rem;
  text-align: center;
  max-width: 18ch;
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  line-height: 1.45;
  color: var(--ink);
}

.hero-cta {
  margin-top: 1.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
}

.hero-cta-note {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--ink-soft);
  letter-spacing: 0.02em;
}

.hero .btn {
  padding: 0.8rem 1.4rem;
  font-size: 0.94rem;
}

.hero .btn-store {
  padding: 0.55rem 1.15rem 0.55rem 0.9rem;
}

/* Transparent device cutouts — carousel focus (+ breathing) */
.hero-phones,
.phone-strip.phone-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.35rem, 1.4vw, 1.1rem);
  width: 100%;
  max-width: min(68rem, 100%);
  padding: 0.65rem 0 0.25rem;
  margin-top: 0.35rem;
  overflow: visible;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

.hero-phone,
.phone-strip.phone-carousel > .phone {
  --r: 0deg;
  --s: 0.92;
  margin: 0;
  flex: 0 1 auto;
  /* Large, readable product shots — active stays bigger via --s */
  width: clamp(7.8rem, 21vw, 13.75rem);
  /* scale is separate so float keyframes don't eat the focus grow */
  scale: var(--s);
  transform: rotate(var(--r));
  filter: drop-shadow(0 12px 22px rgba(42, 40, 36, 0.12))
    drop-shadow(0 3px 8px rgba(42, 40, 36, 0.06));
  opacity: 0.78;
  transition:
    scale 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.4s ease,
    opacity 0.35s ease;
  animation: hero-phone-float 7.2s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * 0.28s);
  will-change: transform, scale;
  cursor: pointer;
}

.hero-phone:nth-child(1),
.phone-strip.phone-carousel > .phone:nth-child(1) {
  --i: 0;
  z-index: 1;
}
.hero-phone:nth-child(2),
.phone-strip.phone-carousel > .phone:nth-child(2) {
  --i: 1;
  z-index: 2;
}
.hero-phone:nth-child(3),
.phone-strip.phone-carousel > .phone:nth-child(3) {
  --i: 2;
  z-index: 2;
}
.hero-phone:nth-child(4),
.phone-strip.phone-carousel > .phone:nth-child(4) {
  --i: 3;
  z-index: 1;
}

/* Focused slide — larger, clearer */
.hero-phone.is-active,
.phone-strip.phone-carousel > .phone.is-active {
  --s: 1.24;
  z-index: 6;
  opacity: 1;
  filter: drop-shadow(0 22px 38px rgba(42, 40, 36, 0.22))
    drop-shadow(0 6px 12px rgba(42, 40, 36, 0.1));
}

.hero-phone img,
.hero-phone picture,
.phone img,
.phone picture {
  width: 100%;
  height: auto;
  display: block;
  background: transparent;
  pointer-events: none;
}

.hero-phone:hover:not(.is-active),
.phone-strip.phone-carousel > .phone:hover:not(.is-active) {
  opacity: 0.9;
}

.phone-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  margin: 0.55rem 0 0;
  min-height: 0.7rem;
}

.phone-dot {
  width: 0.42rem;
  height: 0.42rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(42, 40, 36, 0.18);
  cursor: pointer;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    width 0.25s ease;
}

.phone-dot.is-active {
  width: 0.95rem;
  background: var(--clay);
  transform: none;
}

.phone-dot:hover {
  background: rgba(42, 40, 36, 0.35);
}

/* Short viewports — trim copy a bit; phones stay the hero mass */
@media (max-height: 780px) {
  .hero {
    padding-top: calc(var(--header-h) + 0.25rem);
    padding-bottom: 2.5rem;
  }
  .hero .logo-word {
    font-size: clamp(2.4rem, 8vw, 4.2rem);
  }
  .hero .lede {
    font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  }
  .hero-phone,
  .phone-strip.phone-carousel > .phone {
    width: clamp(6.8rem, 18vw, 11.5rem);
  }
  .hero-phone.is-active,
  .phone-strip.phone-carousel > .phone.is-active {
    --s: 1.2;
  }
}

@media (max-width: 720px) {
  .hero-phones,
  .phone-strip.phone-carousel {
    gap: 0.2rem;
    max-width: 100%;
    /* No free-scrolling strip — carousel focus stays on-screen */
    overflow: visible;
    justify-content: center;
    padding-inline: 0.1rem;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .hero-phone,
  .phone-strip.phone-carousel > .phone {
    flex: 0 1 auto;
    width: min(27vw, 8.1rem);
    --s: 0.92;
  }

  .hero-phone.is-active,
  .phone-strip.phone-carousel > .phone.is-active {
    width: min(40vw, 11.75rem);
    --s: 1.18;
  }
}

@keyframes hero-phone-float {
  0%,
  100% {
    transform: rotate(var(--r)) translateY(0);
  }
  50% {
    transform: rotate(var(--r)) translateY(-6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-phone,
  .phone-strip.phone-carousel > .phone {
    animation: none !important;
  }
}

.scroll-hint {
  /* in-flow under the carousel (not absolute over dots) */
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.1rem;
  padding-bottom: 0.35rem;
  font-family: var(--font-hand);
  font-size: 0.95rem;
  color: var(--ink-soft);
  text-decoration: none;
}

.scroll-line {
  width: 1px;
  height: 1.5rem;
  background: linear-gradient(180deg, var(--ink-soft), transparent);
  animation: drip 1.8s ease-in-out infinite;
}

/* ---------- Bands ---------- */
.band {
  position: relative;
  padding: clamp(4rem, 10vw, 7rem) var(--pad);
}

.band-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.idea {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(2rem, 6vw, 4rem);
  align-items: center;
  max-width: calc(var(--max) + 2 * var(--pad));
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

.idea .band-inner {
  margin: 0;
}

@media (max-width: 860px) {
  .idea {
    grid-template-columns: 1fr;
  }
  .idea-stickers {
    order: -1;
    justify-content: flex-start;
  }
}

.idea-stickers {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  min-height: 12rem;
}

.idea-stickers .sticker:nth-child(2) {
  transform: translateY(1.5rem) rotate(var(--r));
}

.prose-stack {
  display: grid;
  gap: 1.1rem;
}

.prose-stack .prose {
  margin: 0;
}

.prose-close {
  color: var(--ink);
  font-weight: 600;
}

/* ---------- Flow / steps (legacy kept for safety) ---------- */
.flow-head {
  text-align: center;
  margin-bottom: clamp(2.5rem, 6vw, 4rem);
}

/* ---------- Wall / canvas ---------- */
.wall-band {
  padding-top: clamp(3rem, 8vw, 5.5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
  overflow: hidden;
}

.wall-head {
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3.25rem);
}

.wall-lede {
  margin: 1rem auto 0;
  max-width: 36ch;
  text-align: center;
}

.wall-stage {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
  gap: clamp(1.25rem, 3.5vw, 2.5rem);
  align-items: center;
}

.wall-shot {
  margin: 0;
  justify-self: center;
  width: min(46rem, 100%);
  filter: drop-shadow(0 20px 40px rgba(42, 40, 36, 0.16));
}

.wall-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.wall-perks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 0.75rem;
}

.wall-perk {
  --r: 0deg;
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.75rem 0.8rem 0.8rem;
  background: linear-gradient(
    165deg,
    rgba(255, 253, 249, 0.92),
    rgba(246, 244, 240, 0.72)
  );
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 1.15rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 10px 22px rgba(42, 40, 36, 0.05);
  transform: rotate(var(--r));
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wall-perk:hover {
  transform: rotate(0deg) translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 28px rgba(42, 40, 36, 0.08);
}

.wall-perk-icon {
  flex-shrink: 0;
  width: 2.55rem;
  height: 2.55rem;
  display: grid;
  place-items: center;
  border-radius: 0.85rem;
  background: #fffdf9;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.9), 0 4px 10px rgba(42, 40, 36, 0.08);
}

.wall-perk-icon svg {
  width: 1.85rem;
  height: 1.85rem;
}

.wall-perk-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  padding-top: 0.1rem;
}

.wall-perk-copy strong {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.wall-perk-copy span {
  font-size: 0.88rem;
  line-height: 1.35;
  color: var(--ink-soft);
}

@media (max-width: 860px) {
  .wall-stage {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .wall-shot {
    width: min(100%, 36rem);
  }
}

@media (max-width: 520px) {
  .wall-perks {
    grid-template-columns: 1fr;
  }

  .wall-perk {
    transform: none;
  }
}

.steps {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: var(--max);
  display: grid;
  gap: clamp(2.5rem, 5vw, 3.5rem);
}

.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.25rem, 4vw, 2.5rem);
  align-items: center;
  max-width: 40rem;
}

.step:nth-child(even) {
  margin-left: auto;
  grid-template-columns: 1fr auto;
}

.step:nth-child(even) .step-visual {
  order: 2;
}

.step:nth-child(even) .step-copy {
  text-align: right;
}

@media (max-width: 640px) {
  .step,
  .step:nth-child(even) {
    grid-template-columns: 1fr;
    margin-left: 0;
    text-align: left;
  }
  .step:nth-child(even) .step-visual {
    order: 0;
  }
  .step:nth-child(even) .step-copy {
    text-align: left;
  }
}

.step-copy h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 600;
}

.step-copy p {
  margin: 0;
  color: var(--ink-soft);
  max-width: 28rem;
}

.step:nth-child(even) .step-copy p {
  margin-left: auto;
}

@media (max-width: 640px) {
  .step:nth-child(even) .step-copy p {
    margin-left: 0;
  }
}

.peel-demo {
  animation: peel-wiggle 5s ease-in-out infinite;
}

/* ---------- Look / download cue ---------- */
.look {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(2rem, 5vw, 3.25rem);
  overflow: hidden;
}

.look-head {
  text-align: center;
  margin-bottom: 0;
}

.look-lede {
  margin: 0.85rem auto 0;
  max-width: 34ch;
  color: var(--ink);
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}

.look-lede-soft {
  margin-top: 0.65rem;
  font-weight: 400;
  color: var(--ink-soft);
}

.look-cta {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

/* ---------- Ribbon ---------- */
.ribbon {
  padding: 2rem 0 3.5rem;
  overflow: hidden;
}

.ribbon-track {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.ribbon-row {
  --ribbon-gap: clamp(1rem, 3vw, 2rem);
  display: flex;
  width: max-content;
  animation: marquee 36s linear infinite;
  padding: 1rem 0 1.5rem;
  will-change: transform;
}

.ribbon-group {
  display: flex;
  flex-shrink: 0;
  gap: var(--ribbon-gap);
  /* Trailing gap so the seam between copies matches the gap inside a group */
  padding-inline-end: var(--ribbon-gap);
}

.ribbon-sticker {
  --r: 0deg;
  display: grid;
  place-items: center;
  width: clamp(4.2rem, 10vw, 6.2rem);
  height: clamp(4.2rem, 10vw, 6.2rem);
  transform: rotate(var(--r));
  filter: drop-shadow(0 6px 12px var(--shadow));
  flex-shrink: 0;
}

.ribbon-sticker svg {
  width: 100%;
  height: 100%;
}

.ribbon-caption {
  margin: 0.5rem auto 0;
  text-align: center;
  font-family: var(--font-hand);
  font-size: 1.35rem;
  color: var(--ink-soft);
}

@media (prefers-reduced-motion: reduce) {
  .ribbon-row {
    animation: none;
  }
}

/* ---------- Wait ---------- */
.wait {
  padding-bottom: clamp(5rem, 12vw, 8rem);
}

.wait-panel {
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
  padding: clamp(2rem, 5vw, 3rem) clamp(1.25rem, 4vw, 2rem);
  /* Not a heavy card — just a soft paper lift */
  background: linear-gradient(
    165deg,
    rgba(255, 253, 249, 0.72),
    rgba(246, 244, 240, 0.4)
  );
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 2rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 24px 60px rgba(42, 40, 36, 0.06);
}

.wait-title {
  margin: 0.4rem 0 1rem;
}

.wait-copy {
  margin: 0 auto;
  display: grid;
  gap: 0.85rem;
  max-width: 36ch;
}

.wait-copy p {
  margin: 0;
}

.wait-copy-soft {
  color: var(--ink-soft);
}

.wait-actions {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
}

.fineprint {
  margin: 1.5rem 0 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

/* ---------- Footer ---------- */
.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem var(--pad) 2.5rem;
  border-top: 1px solid rgba(42, 40, 36, 0.06);
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.footer-brand {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--ink);
}

.footer-line {
  font-family: var(--font-hand);
  font-size: 1.15rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
}

.footer-links a {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink-soft);
  text-decoration: none;
  text-underline-offset: 0.2em;
}

.footer-links a:hover {
  color: var(--ink);
  text-decoration: underline;
}

/* ---------- Motion ---------- */
@keyframes floaty {
  0%,
  100% {
    transform: translateY(0) rotate(var(--r));
  }
  50% {
    transform: translateY(-10px) rotate(calc(var(--r) + 2deg));
  }
}

@keyframes drip {
  0%,
  100% {
    transform: scaleY(1);
    opacity: 0.5;
  }
  50% {
    transform: scaleY(1.25);
    opacity: 1;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes peel-wiggle {
  0%,
  100% {
    transform: rotate(var(--r));
  }
  40% {
    transform: rotate(calc(var(--r) + 4deg)) scale(1.03);
  }
  60% {
    transform: rotate(calc(var(--r) - 2deg)) scale(1.01);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: var(--d, 0s);
}

@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}

/* Stickers land with a soft peel-in */
.wall .sticker {
  opacity: 0;
  animation:
    land 0.85s cubic-bezier(0.2, 0.85, 0.25, 1) forwards,
    floaty 7s ease-in-out calc(var(--d) + 0.85s) infinite;
  animation-delay: var(--d), calc(var(--d) + 0.85s);
}

@keyframes land {
  0% {
    opacity: 0;
    transform: translateY(28px) rotate(calc(var(--r) - 18deg)) scale(0.88);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(var(--r)) scale(1);
  }
}

/* Soft parallax via JS */
.wall.is-ready .sticker {
  transition: transform 0.12s linear;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .wall .sticker {
    opacity: 1;
  }
}
