:root {
  color-scheme: light;
  --ink: #251a1d;
  --cocoa: #6f4a55;
  --pink: #ffadc1;
  --pink-soft: #ffd8e2;
  --pink-hot: #f36389;
  --cream: #fff9e9;
  --paper: #fffdf7;
  --yellow: #ffd87b;
  font-family: "Arial Rounded MT Bold", "SF Pro Rounded", ui-rounded, system-ui, sans-serif;
  font-synthesis: none;
  text-rendering: geometricPrecision;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-width: 20rem;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 11% 8%, rgb(255 255 255 / 88%) 0 8rem, transparent 28rem),
    linear-gradient(145deg, #ffe8ee 0%, var(--pink-soft) 45%, #ffc6d4 100%);
  color: var(--ink);
}

button, a { font: inherit; }
button { color: inherit; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  width: min(100% - 2rem, 90rem);
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  transform: translateX(-50%);
}

.brand, .header-link {
  color: var(--ink);
  text-decoration: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1.12rem;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.brand-icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.35rem 1rem rgb(96 32 51 / 16%);
}

.header-link {
  padding: 0.72rem 1rem;
  border: 1.5px solid rgb(37 26 29 / 16%);
  border-radius: 999px;
  background: rgb(255 253 247 / 48%);
  font-size: 0.82rem;
  font-weight: 760;
  backdrop-filter: blur(0.7rem);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(18rem, 0.78fr) minmax(34rem, 1.22fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 6rem);
  padding: 7.5rem max(1.25rem, calc((100vw - 90rem) / 2)) 4rem;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: -12rem;
  right: -13rem;
  width: 48rem;
  height: 48rem;
  border-radius: 50%;
  background: rgb(255 251 235 / 55%);
  content: "";
  filter: blur(1px);
}

.hero-copy {
  z-index: 3;
  max-width: 34rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1.35rem;
  padding: 0.58rem 0.75rem;
  transform: rotate(-1deg);
  border: 1.5px solid rgb(37 26 29 / 15%);
  border-radius: 0.75rem 0.8rem 0.65rem 0.9rem;
  background: var(--cream);
  box-shadow: 0.25rem 0.3rem 0 rgb(243 99 137 / 25%);
  color: var(--cocoa);
  font-size: 0.74rem;
  font-weight: 820;
  letter-spacing: 0.03em;
}

.eyebrow span { color: var(--pink-hot); }

h1 {
  max-width: 9.5ch;
  margin: 0;
  font-size: clamp(4.35rem, 7.25vw, 7.35rem);
  font-weight: 880;
  letter-spacing: -0.085em;
  line-height: 0.8;
}

h1 em {
  position: relative;
  display: inline-block;
  color: var(--pink-hot);
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  font-size: 0.7em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1;
  rotate: -2deg;
}

h1 em::after {
  position: absolute;
  right: 0.05em;
  bottom: -0.06em;
  left: 0.15em;
  height: 0.14em;
  border-top: 0.07em solid currentColor;
  border-radius: 50%;
  content: "";
  rotate: -1deg;
}

.hero-body {
  max-width: 33rem;
  margin: 1.7rem 0 2rem;
  color: var(--cocoa);
  font-family: system-ui, sans-serif;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  font-weight: 540;
  letter-spacing: -0.025em;
  line-height: 1.42;
}

.primary-button, .send-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  box-shadow: 0 0.7rem 1.5rem rgb(71 30 43 / 18%);
  color: white;
  cursor: pointer;
  font-weight: 780;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary-button {
  gap: 1.5rem;
  padding: 0.95rem 1.2rem 0.95rem 1.35rem;
}

.primary-button:hover, .send-button:hover {
  transform: translateY(-0.15rem) rotate(-0.5deg);
  box-shadow: 0 0.95rem 1.8rem rgb(71 30 43 / 22%);
}

.hero-playground {
  position: relative;
  display: grid;
  min-height: 37rem;
  grid-template-columns: minmax(19rem, 0.95fr) minmax(15.5rem, 0.72fr);
  align-items: center;
}

.doodle-card {
  position: relative;
  z-index: 3;
  width: min(100%, 31rem);
  padding: 1.15rem;
  transform: rotate(-3deg);
  border: 1.5px solid rgb(67 41 48 / 12%);
  border-radius: 1.5rem 1.35rem 1.7rem 1.25rem;
  background: var(--paper);
  box-shadow: 0.85rem 1.1rem 0 rgb(243 99 137 / 22%), 0 2.2rem 5rem rgb(92 39 56 / 16%);
}

.doodle-card::before {
  position: absolute;
  z-index: 4;
  top: -1.2rem;
  left: 34%;
  width: 7.5rem;
  height: 2.25rem;
  transform: rotate(2deg);
  background: rgb(255 220 141 / 72%);
  clip-path: polygon(0 8%, 9% 1%, 20% 7%, 32% 2%, 45% 8%, 57% 1%, 70% 7%, 83% 2%, 100% 8%, 98% 94%, 86% 99%, 72% 93%, 60% 98%, 47% 92%, 34% 99%, 21% 93%, 9% 99%, 1% 91%);
  content: "";
}

.card-topline, .widget-label, .phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-topline {
  margin-bottom: 0.8rem;
  color: var(--cocoa);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.03em;
}

.text-button {
  padding: 0.25rem;
  border: 0;
  background: transparent;
  color: var(--pink-hot);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 820;
}

.canvas-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border: 1.5px solid rgb(67 41 48 / 10%);
  border-radius: 0.75rem 0.95rem 0.8rem 1rem;
  background: linear-gradient(rgb(255 253 247 / 87%), rgb(255 253 247 / 87%)), repeating-linear-gradient(0deg, transparent 0 30px, rgb(255 173 193 / 18%) 31px 32px);
}

#draw-canvas, #widget-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

#draw-canvas {
  position: relative;
  z-index: 2;
  cursor: crosshair;
  touch-action: none;
}

.canvas-hint {
  position: absolute;
  z-index: 1;
  inset: 50% 1.5rem auto;
  margin: 0;
  transform: translateY(-50%) rotate(-2deg);
  color: rgb(111 74 85 / 45%);
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  line-height: 1.25;
  text-align: center;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.canvas-hint.is-hidden { opacity: 0; }

.send-button {
  width: 100%;
  gap: 0.45rem;
  margin-top: 0.9rem;
  padding: 0.82rem 1rem;
  font-size: 0.83rem;
}

.send-button span { color: var(--pink); }

.phone-scene {
  position: relative;
  z-index: 2;
  margin-left: -3.4rem;
  transform: translateY(1rem) rotate(5deg);
}

.phone {
  position: relative;
  width: min(100%, 18.5rem);
  aspect-ratio: 0.49;
  overflow: hidden;
  padding: 3.6rem 1rem 1rem;
  border: 0.42rem solid var(--ink);
  border-radius: 3.1rem;
  background: radial-gradient(circle at 50% 19%, rgb(255 255 255 / 90%) 0 6rem, transparent 12rem), linear-gradient(160deg, #f7ccda, #bc88c6 62%, #71518f);
  box-shadow: inset 0 0 0 0.15rem rgb(255 255 255 / 28%), 0 2.3rem 4rem rgb(58 29 52 / 26%);
}

.phone-island {
  position: absolute;
  z-index: 5;
  top: 0.75rem;
  left: 50%;
  width: 5.5rem;
  height: 1.6rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #171217;
}

.phone-status {
  position: absolute;
  top: 1rem;
  right: 1.35rem;
  left: 1.35rem;
  color: white;
  font-family: system-ui, sans-serif;
  font-size: 0.52rem;
  font-weight: 750;
}

.widget {
  overflow: hidden;
  border: 1px solid rgb(60 35 47 / 10%);
  border-radius: 1.3rem;
  background: var(--paper);
  box-shadow: 0 0.9rem 1.5rem rgb(58 29 52 / 18%);
}

.widget-label {
  padding: 0.75rem 0.75rem 0.25rem;
  color: var(--cocoa);
  font-size: 0.53rem;
  font-weight: 840;
}

.widget-label span:last-child { color: var(--pink-hot); }
#widget-canvas { aspect-ratio: 1; }

.app-row, .phone-dock {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
}

.app-row { margin-top: 1rem; }

.app-dot, .phone-dock span {
  display: block;
  aspect-ratio: 1;
  border-radius: 0.75rem;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 28%);
}

.app-dot-yellow { background: #ffd87b; }
.app-dot-blue { background: #88bdcd; }
.app-dot-pink { background: #f588a6; }
.app-dot-cream { background: #fff8e3; }

.phone-dock {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  left: 0.85rem;
  padding: 0.65rem;
  border: 1px solid rgb(255 255 255 / 26%);
  border-radius: 1.45rem;
  background: rgb(255 255 255 / 28%);
  backdrop-filter: blur(1rem);
}

.phone-dock span:nth-child(1) { background: #82b782; }
.phone-dock span:nth-child(2) { background: #f7f2dd; }
.phone-dock span:nth-child(3) { background: #75aada; }
.phone-dock span:nth-child(4) { background: #f98999; }

.arrival-note {
  position: absolute;
  z-index: 10;
  top: 40%;
  right: -1rem;
  padding: 0.65rem 0.8rem;
  transform: translateY(1rem) rotate(-8deg) scale(0.8);
  border-radius: 0.75rem;
  background: var(--cream);
  box-shadow: 0.35rem 0.4rem 0 var(--pink-hot);
  color: var(--cocoa);
  font-family: "Comic Sans MS", cursive;
  font-size: 0.9rem;
  opacity: 0;
  pointer-events: none;
}

.arrival-note.is-visible { animation: arrival 1.7s cubic-bezier(0.16, 1, 0.3, 1) both; }

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

@keyframes arrival {
  0% { opacity: 0; transform: translateY(1.2rem) rotate(-8deg) scale(0.8); }
  18%, 78% { opacity: 1; transform: translateY(0) rotate(-5deg) scale(1); }
  100% { opacity: 0; transform: translateY(-0.7rem) rotate(-3deg) scale(0.95); }
}

main { overflow: hidden; }

.section-pad {
  padding: clamp(5.5rem, 10vw, 10rem) max(1.25rem, calc((100vw - 90rem) / 2));
}

.section-kicker {
  margin: 0 0 1.25rem;
  color: var(--pink-hot);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: lowercase;
}

.love-loop {
  position: relative;
  z-index: 5;
  width: 108%;
  margin-left: -4%;
  overflow: hidden;
  transform: rotate(-2deg);
  border-block: 1px solid rgb(255 255 255 / 20%);
  background: var(--ink);
  color: var(--paper);
  white-space: nowrap;
}

.love-loop-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 1.5rem;
  padding: 1.15rem 0;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  font-weight: 850;
  letter-spacing: -0.045em;
}

.love-loop-track i {
  color: var(--pink);
  font-family: "Comic Sans MS", cursive;
  font-style: normal;
}

.manifesto {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 87% 80%, rgb(255 173 193 / 28%) 0 12rem, transparent 28rem),
    var(--cream);
}

.manifesto::after {
  position: absolute;
  top: 7%;
  right: 7%;
  width: 4.5rem;
  height: 4.5rem;
  border: 0.28rem solid var(--pink-hot);
  border-right-color: transparent;
  border-radius: 50% 44% 55% 46%;
  content: "";
  opacity: 0.8;
  rotate: 18deg;
}

.manifesto-title,
.ritual-intro h2,
.memory-copy h2,
.two-copy h2,
.closing h2 {
  margin: 0;
  font-size: clamp(4.2rem, 9.3vw, 9.7rem);
  font-weight: 880;
  letter-spacing: -0.09em;
  line-height: 0.82;
}

.manifesto-title span,
.ritual-intro em,
.memory-copy em,
.closing em {
  color: var(--pink-hot);
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.07em;
}

.manifesto-bottom {
  display: grid;
  grid-template-columns: minmax(15rem, 31rem) minmax(12rem, 18rem);
  align-items: center;
  justify-content: end;
  gap: clamp(2rem, 6vw, 6rem);
  margin-top: clamp(4rem, 9vw, 8rem);
}

.manifesto-bottom > p,
.memory-copy > p,
.two-copy > p,
.closing-copy {
  margin: 0;
  color: var(--cocoa);
  font-family: system-ui, sans-serif;
  font-size: clamp(1.02rem, 1.5vw, 1.3rem);
  font-weight: 520;
  letter-spacing: -0.025em;
  line-height: 1.5;
}

.mini-note {
  position: relative;
  padding: 0.8rem;
  transform: rotate(5deg);
  border: 1.5px solid rgb(37 26 29 / 9%);
  border-radius: 0.9rem 1.1rem 0.85rem 1.2rem;
  background: var(--pink);
  box-shadow: 0.7rem 0.75rem 0 rgb(37 26 29 / 12%);
}

.mini-note canvas {
  display: block;
  width: 100%;
  aspect-ratio: 1;
}

.mini-note span {
  display: block;
  margin-top: -0.35rem;
  color: var(--cocoa);
  font-family: "Comic Sans MS", cursive;
  text-align: center;
  rotate: -2deg;
}

.ritual {
  position: relative;
  background: #f1a4b8;
}

.ritual-intro {
  display: flex;
  min-height: 88svh;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 83% 20%, rgb(255 249 233 / 47%) 0 7rem, transparent 22rem),
    #f1a4b8;
}

.ritual-intro .section-kicker { color: var(--cream); }
.ritual-intro h2 { max-width: 10ch; }
.ritual-intro em { color: var(--cream); }

.ritual-track {
  position: relative;
  display: grid;
  grid-template-columns: minmax(18rem, 0.86fr) minmax(21rem, 1.14fr);
  min-height: 300svh;
  background: var(--cream);
}

.ritual-steps {
  position: relative;
  z-index: 3;
}

.ritual-step {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: center;
  padding: 6rem clamp(1.5rem, 6vw, 7rem);
  opacity: 0.25;
  transition: opacity 400ms ease;
}

.ritual-step.is-active { opacity: 1; }

.step-number {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 1.4rem;
  transform: rotate(-4deg);
  place-items: center;
  border-radius: 50% 45% 52% 48%;
  background: var(--pink);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 850;
}

.ritual-step h3 {
  max-width: 9ch;
  margin: 0 0 1.2rem;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  font-weight: 880;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.ritual-step p {
  max-width: 26rem;
  margin: 0;
  color: var(--cocoa);
  font-family: system-ui, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.5;
}

.ritual-stage {
  position: sticky;
  top: 0;
  display: grid;
  height: 100svh;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgb(255 255 255 / 84%) 0 7rem, transparent 24rem),
    #d7bde8;
}

.ritual-stage::before,
.ritual-stage::after {
  position: absolute;
  width: 9rem;
  height: 9rem;
  border: 0.35rem solid rgb(255 253 247 / 56%);
  border-radius: 47% 53% 44% 56%;
  content: "";
}

.ritual-stage::before {
  top: 10%;
  right: 7%;
  rotate: 24deg;
}

.ritual-stage::after {
  bottom: 4%;
  left: 5%;
  scale: 0.65;
  rotate: -18deg;
}

.ritual-phone {
  position: relative;
  z-index: 3;
  width: min(67%, 22rem);
  aspect-ratio: 0.5;
  overflow: hidden;
  padding: 4rem 1.1rem 1rem;
  border: 0.5rem solid var(--ink);
  border-radius: 3.6rem;
  background:
    radial-gradient(circle at 50% 20%, rgb(255 255 255 / 96%) 0 8rem, transparent 18rem),
    linear-gradient(165deg, #f8cbda, #aa83c1 62%, #6f4d8c);
  box-shadow: 0 2.6rem 5rem rgb(62 38 73 / 28%);
}

.ritual-phone .phone-status { font-size: 0.58rem; }

.ritual-widget {
  overflow: hidden;
  border-radius: 1.6rem;
  background: var(--paper);
  box-shadow: 0 1rem 2rem rgb(57 34 66 / 20%);
}

.ritual-widget canvas {
  display: block;
  width: 100%;
  aspect-ratio: 1;
}

.screen-caption {
  position: absolute;
  right: 1rem;
  bottom: 2.5rem;
  left: 1rem;
  color: rgb(255 255 255 / 82%);
  font-family: "Comic Sans MS", cursive;
  font-size: 0.9rem;
  text-align: center;
}

.flight-note {
  position: absolute;
  z-index: 6;
  top: 34%;
  left: 8%;
  width: min(24%, 10rem);
  padding: 0.4rem;
  transform: rotate(-8deg) scale(0.85);
  border-radius: 0.8rem;
  background: var(--pink);
  box-shadow: 0.55rem 0.65rem 0 rgb(61 40 73 / 16%);
  opacity: 0;
}

.flight-note canvas {
  display: block;
  width: 100%;
  aspect-ratio: 1;
}

.memory-section {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(34rem, 1.28fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  background:
    linear-gradient(120deg, rgb(255 255 255 / 42%), transparent 45%),
    #f8c2d0;
}

.memory-copy h2 { margin-bottom: 2rem; }
.memory-copy em { color: var(--cream); }

.toss-hint {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.55rem 0.75rem;
  transform: rotate(-2deg);
  border: 1.5px solid rgb(37 26 29 / 13%);
  border-radius: 0.7rem;
  background: rgb(255 249 233 / 72%);
  color: var(--cocoa);
  font-family: "Comic Sans MS", cursive;
  font-size: 0.8rem;
}

.memory-pile {
  position: relative;
  min-height: min(47rem, 80svh);
  overflow: hidden;
  border: 1.5px solid rgb(37 26 29 / 8%);
  border-radius: 2.4rem 2rem 2.8rem 2.2rem;
  background:
    repeating-linear-gradient(0deg, transparent 0 40px, rgb(111 74 85 / 5%) 41px 42px),
    rgb(255 249 233 / 42%);
  box-shadow: inset 0 0 5rem rgb(255 255 255 / 25%);
  touch-action: none;
}

.memory-note {
  position: absolute;
  z-index: 2;
  width: clamp(8.5rem, 14vw, 12.5rem);
  padding: 0.7rem 0.7rem 0.85rem;
  border: 1.5px solid rgb(37 26 29 / 9%);
  border-radius: 0.8rem 1rem 0.75rem 1.15rem;
  box-shadow: 0.65rem 0.75rem 0 rgb(77 38 55 / 12%);
  user-select: none;
  will-change: transform;
}

.memory-note:nth-child(1) { top: 12%; left: 10%; rotate: -8deg; }
.memory-note:nth-child(2) { top: 8%; left: 40%; rotate: 5deg; }
.memory-note:nth-child(3) { top: 18%; left: 70%; rotate: -3deg; }
.memory-note:nth-child(4) { top: 52%; left: 22%; rotate: 4deg; }
.memory-note:nth-child(5) { top: 50%; left: 58%; rotate: -6deg; }

.memory-note canvas {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  pointer-events: none;
}

.memory-note p {
  margin: -0.25rem 0 0;
  color: var(--cocoa);
  font-family: "Comic Sans MS", cursive;
  font-size: clamp(0.68rem, 1vw, 0.9rem);
  line-height: 1.15;
  text-align: center;
}

.note-coral { background: #ff9eb4; }
.note-butter { background: #ffe18d; }
.note-lilac { background: #d5c4ec; }
.note-cream { background: #fff8e4; }
.note-pink { background: #ffc4d4; }

.two-only {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(20rem, 0.9fr) minmax(22rem, 1.1fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 9rem);
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.two-only::before {
  position: absolute;
  top: -19rem;
  right: -13rem;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgb(255 173 193 / 24%);
  border-radius: 50%;
  content: "";
  box-shadow: inset 0 0 8rem rgb(255 173 193 / 9%);
}

.two-copy { position: relative; z-index: 2; }
.two-copy h2 { margin-bottom: 2rem; }
.two-copy h2 span { color: var(--pink); }
.two-copy > p { color: rgb(255 253 247 / 67%); }

.two-visual {
  position: relative;
  display: grid;
  min-height: 34rem;
  place-items: center;
}

.person-sticker {
  position: absolute;
  z-index: 3;
  display: flex;
  width: clamp(9rem, 17vw, 15rem);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0.2rem solid var(--paper);
  border-radius: 48% 52% 46% 54%;
  background: var(--pink-hot);
  box-shadow: 0 1.8rem 3rem rgb(0 0 0 / 28%);
  color: var(--paper);
  font-size: clamp(1.4rem, 3vw, 2.6rem);
  font-weight: 880;
  letter-spacing: -0.06em;
}

.person-sticker i {
  font-family: "Comic Sans MS", cursive;
  font-style: normal;
  font-weight: 400;
}

.person-you {
  top: 5%;
  left: 5%;
  rotate: -9deg;
}

.person-them {
  right: 4%;
  bottom: 7%;
  background: #b69ada;
  rotate: 7deg;
}

.scribble-connection {
  position: absolute;
  width: 64%;
  height: 38%;
  transform: rotate(-8deg);
  border: 0.2rem dashed var(--pink);
  border-block-color: transparent;
  border-radius: 50%;
}

.two-visual > p {
  margin: 0;
  transform: rotate(-5deg);
  color: var(--cream);
  font-family: "Comic Sans MS", cursive;
  font-size: clamp(1rem, 2vw, 1.55rem);
  line-height: 1.05;
  text-align: center;
}

.closing {
  position: relative;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgb(255 255 255 / 72%) 0 12rem, transparent 32rem),
    linear-gradient(145deg, #ffdbe4, #f8afc1);
  text-align: center;
}

.closing::before,
.closing::after {
  position: absolute;
  width: 16rem;
  height: 16rem;
  border: 0.35rem solid rgb(243 99 137 / 26%);
  border-radius: 52% 48% 46% 54%;
  content: "";
}

.closing::before { top: 6%; left: -5rem; rotate: -12deg; }
.closing::after { right: -4rem; bottom: 4%; rotate: 21deg; }

.closing-icon {
  width: clamp(6rem, 11vw, 9rem);
  margin-bottom: 2rem;
  border-radius: 28%;
  box-shadow: 0 1.5rem 3rem rgb(91 34 53 / 21%);
}

.closing h2 {
  position: relative;
  z-index: 2;
  max-width: 11ch;
}

.closing-copy {
  max-width: 36rem;
  margin-top: 2rem;
}

.app-store-button {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
  padding: 0.8rem 1.3rem;
  border: 0;
  border-radius: 1rem;
  background: var(--ink);
  box-shadow: 0 1rem 2rem rgb(71 30 43 / 18%);
  color: white;
  font-size: 1.05rem;
  font-weight: 820;
  opacity: 1;
}

.app-store-button small {
  display: block;
  margin-bottom: 0.08rem;
  color: rgb(255 255 255 / 65%);
  font-family: system-ui, sans-serif;
  font-size: 0.6rem;
  font-weight: 560;
  line-height: 1;
}

.apple-mark {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 0.15rem solid white;
  border-radius: 48% 52% 56% 44%;
  color: var(--pink);
  font-size: 0.65rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem max(1.25rem, calc((100vw - 90rem) / 2));
  background: var(--ink);
  color: rgb(255 253 247 / 72%);
  font-size: 0.74rem;
}

.site-footer .brand { color: var(--paper); }
.site-footer .brand-icon { width: 2rem; height: 2rem; }

.site-footer p {
  margin: 0;
  font-family: system-ui, sans-serif;
  text-align: center;
}

.site-footer > a:last-child {
  justify-self: end;
  color: var(--pink);
  font-weight: 760;
  text-decoration: none;
}

@keyframes tiny-wiggle {
  0%, 100% { transform: rotate(-2deg); }
  50% { transform: rotate(2deg) translateY(-0.2rem); }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 8.5rem;
  }

  .hero-copy { max-width: 42rem; }
  h1 { max-width: 11ch; }

  .hero-playground {
    width: min(100%, 46rem);
    justify-self: center;
  }

  .memory-section,
  .two-only {
    grid-template-columns: 1fr;
  }

  .memory-copy,
  .two-copy {
    max-width: 42rem;
  }

  .memory-pile { min-height: 42rem; }

  .two-visual {
    width: min(100%, 42rem);
    justify-self: center;
  }
}

@media (max-width: 650px) {
  .site-header {
    width: calc(100% - 1.5rem);
    padding-top: 0.85rem;
  }

  .header-link {
    padding: 0.62rem 0.75rem;
    font-size: 0.72rem;
  }

  .hero {
    min-height: auto;
    padding: 7.5rem 0.9rem 3.5rem;
  }

  h1 { font-size: clamp(3.9rem, 19vw, 5.7rem); }
  .hero-body { max-width: 29rem; }

  .hero-playground {
    min-height: 39rem;
    grid-template-columns: minmax(15rem, 1fr) minmax(10rem, 0.72fr);
    margin-top: 0.5rem;
  }

  .doodle-card {
    padding: 0.85rem;
    transform: translateX(-0.4rem) rotate(-3deg);
  }

  .phone-scene {
    margin-left: -4.5rem;
    transform: translate(1.5rem, 2rem) rotate(5deg);
  }

  .send-button { font-size: 0.72rem; }

  .section-pad {
    padding: 5.5rem 1rem;
  }

  .love-loop-track {
    gap: 1rem;
    padding-block: 0.9rem;
  }

  .manifesto-title,
  .ritual-intro h2,
  .memory-copy h2,
  .two-copy h2,
  .closing h2 {
    font-size: clamp(3.8rem, 17vw, 6.4rem);
  }

  .manifesto-bottom {
    grid-template-columns: 1fr;
    justify-items: end;
    margin-top: 4rem;
  }

  .mini-note { width: 52%; }

  .ritual-intro { min-height: 78svh; }

  .ritual-track {
    grid-template-columns: minmax(10.5rem, 0.82fr) minmax(11rem, 1.18fr);
  }

  .ritual-step {
    padding: 3.5rem 0.9rem;
  }

  .ritual-step h3 {
    font-size: clamp(2.15rem, 9vw, 3.4rem);
  }

  .ritual-step p {
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .ritual-phone {
    width: 84%;
    padding: 3.6rem 0.75rem 0.75rem;
    border-width: 0.36rem;
    border-radius: 2.7rem;
  }

  .ritual-phone .phone-island {
    top: 0.65rem;
    width: 4.7rem;
    height: 1.35rem;
  }

  .ritual-phone .phone-status {
    top: 0.85rem;
    right: 1rem;
    left: 1rem;
    font-size: 0.45rem;
  }

  .ritual-widget { border-radius: 1.1rem; }
  .ritual-widget .widget-label { padding: 0.6rem 0.55rem 0.2rem; }
  .flight-note { left: 2%; width: 32%; }

  .memory-section { gap: 3rem; }
  .memory-pile { min-height: 35rem; }

  .memory-note {
    width: clamp(7.2rem, 32vw, 10rem);
    padding: 0.5rem;
  }

  .memory-note:nth-child(1) { top: 8%; left: 3%; }
  .memory-note:nth-child(2) { top: 8%; left: 36%; }
  .memory-note:nth-child(3) { top: 14%; left: 68%; }
  .memory-note:nth-child(4) { top: 52%; left: 14%; }
  .memory-note:nth-child(5) { top: 50%; left: 54%; }

  .two-only { gap: 2rem; }
  .two-visual { min-height: 28rem; }

  .person-sticker {
    width: clamp(8.5rem, 35vw, 12rem);
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
