:root {
  --coral: #fb5245;
  --coral-deep: #e13a30;
  --ink: #141110;
  --muted: #5c514c;
  --fog: #f0ece8;
  --white: #fffcfa;
  --line: rgba(20, 17, 16, 0.12);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--fog);
  font-family: var(--font-body);
  font-optical-sizing: auto;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 100;
  background: var(--ink);
  color: #fff;
  padding: 0.5rem 0.85rem;
}

.skip:focus {
  left: 1rem;
  top: 1rem;
}

.wrap {
  width: min(980px, calc(100% - 2.4rem));
  margin-inline: auto;
}

/* Header — quiet chrome */
.top {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.35rem;
  color: #fff;
  pointer-events: none;
}

.top a {
  pointer-events: auto;
  text-decoration: none;
}

.mark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}

.top-cta {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  transition: background 160ms ease, transform 140ms var(--ease-out);
}

.top-cta:active {
  transform: scale(0.97);
}

@media (hover: hover) and (pointer: fine) {
  .top-cta:hover {
    background: rgba(255, 255, 255, 0.28);
  }
}

.top-cta:focus-visible,
.btn:focus-visible,
.foot a:focus-visible,
.mark:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.foot a:focus-visible {
  outline-color: var(--coral);
}

/* Hero — coral peel field, brand first */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-content: center;
  overflow: clip;
  color: #fff;
  background: var(--coral);
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(80% 60% at 85% 20%, rgba(255, 255, 255, 0.28), transparent 55%),
    radial-gradient(70% 50% at 10% 90%, rgba(0, 0, 0, 0.12), transparent 50%);
  pointer-events: none;
}

.hero-frame {
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100% - 2.4rem));
  margin: 0 auto;
  padding: 5.5rem 0 2rem;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 880px) {
  .hero-frame {
    grid-template-columns: 1.05fr 0.95fr;
    padding: 6rem 0 1.5rem;
  }
}

.hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(4rem, 14vw, 7.5rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.line {
  margin: 1rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3.4vw, 2.05rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  max-width: 11ch;
}

.lede {
  margin: 1.05rem 0 0;
  max-width: 28rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
}

.cta-row {
  margin-top: 1.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.97rem;
  border: 0;
  transition: transform 140ms var(--ease-out), background 160ms ease, color 160ms ease;
}

.btn:active {
  transform: scale(0.97);
}

.btn-dark {
  background: var(--ink);
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .btn-dark:hover {
    background: #000;
  }
}

.btn-coral {
  background: var(--coral);
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .btn-coral:hover {
    background: var(--coral-deep);
  }
}

.hero-stage {
  display: grid;
  place-items: center;
  min-height: 280px;
}

.sticker {
  position: relative;
  width: min(68vw, 300px);
  aspect-ratio: 1;
  transform: rotate(-4deg);
  transform-origin: 70% 15%;
}

.sticker-face {
  width: 100%;
  height: 100%;
  border-radius: 29% 31% 27% 33% / 31% 28% 35% 29%;
  overflow: hidden;
  background: var(--white);
  box-shadow:
    0 28px 60px rgba(60, 12, 8, 0.32),
    0 0 0 10px rgba(255, 255, 255, 0.14);
}

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

/* One-time peel reveal — product thesis */
.sticker-peel {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(
    142deg,
    transparent 54%,
    rgba(255, 255, 255, 0.5) 54.3%,
    rgba(255, 235, 228, 0.98) 70%,
    rgba(225, 58, 48, 0.4) 100%
  );
  clip-path: polygon(100% 0, 100% 0, 100% 0);
  filter: drop-shadow(-5px 8px 10px rgba(40, 8, 0, 0.22));
  transition: clip-path 420ms var(--ease-out);
}

.sticker.is-peeled .sticker-peel {
  clip-path: polygon(58% 0, 100% 0, 100% 42%);
}

.sticker.is-peeled {
  transition: transform 420ms var(--ease-out);
  transform: rotate(1deg) translateY(-8px);
}

.hero-hint {
  position: relative;
  z-index: 1;
  margin: 0 auto 2.5rem;
  width: min(1100px, calc(100% - 2.4rem));
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

/* Shelf — matches empty-state voice */
.shelf {
  background: var(--white);
  padding: 4.5rem 0;
}

.section-kicker {
  margin: 0 0 0.6rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--coral-deep);
}

.shelf h2,
.close h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.section-lede {
  margin: 0.9rem 0 0;
  max-width: 34rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.moments {
  list-style: none;
  margin: 2.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}

@media (min-width: 800px) {
  .moments {
    grid-template-columns: repeat(3, 1fr);
  }
}

.moment {
  padding: 1.35rem 0;
  border-top: 1px solid var(--line);
}

@media (min-width: 800px) {
  .moment {
    padding: 1.5rem 1.5rem 0 0;
    border-top: 0;
    border-right: 1px solid var(--line);
  }

  .moment:last-child {
    border-right: 0;
    padding-right: 0;
  }
}

.moment-label {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--coral);
}

.moment strong {
  display: block;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.moment p {
  margin: 0.4rem 0 0;
  color: var(--muted);
  font-size: 0.96rem;
}

/* Truth strip — on-device facts only */
.truth {
  background: var(--ink);
  color: #f4eeea;
  padding: 3.25rem 0;
}

.truth-grid {
  display: grid;
  gap: 1.75rem;
}

@media (min-width: 760px) {
  .truth-grid {
    grid-template-columns: 1.4fr 0.6fr;
    align-items: end;
  }
}

.truth blockquote {
  margin: 0;
}

.truth blockquote p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  max-width: 18ch;
}

.truth-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  font-weight: 600;
  color: rgba(244, 238, 234, 0.72);
}

.truth-list li {
  padding-left: 1rem;
  position: relative;
}

.truth-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--coral);
}

/* Close */
.close {
  background: var(--fog);
  padding: 4.25rem 0;
}

.close-inner {
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 0.7rem;
}

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

.close .btn {
  margin-top: 0.55rem;
}

/* Footer */
.foot {
  background: #0e0b0a;
  color: rgba(244, 238, 234, 0.6);
  padding: 2rem 0 1.4rem;
  font-size: 0.92rem;
}

.foot-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.foot-brand {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.foot nav {
  display: flex;
  gap: 1.1rem;
}

.foot nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: color 160ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .foot nav a:hover {
    color: #ffb0a8;
  }
}

.copy {
  margin: 1.2rem auto 0;
  font-size: 0.84rem;
  opacity: 0.7;
}

/* Legal */
.legal-page .top {
  position: sticky;
  background: color-mix(in srgb, var(--fog) 92%, transparent);
  backdrop-filter: blur(10px);
  color: var(--ink);
  pointer-events: auto;
  border-bottom: 1px solid transparent;
}

.legal-page .top.is-scrolled {
  border-bottom-color: var(--line);
}

.legal-page .top-cta {
  background: var(--coral);
  border-color: transparent;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .legal-page .top-cta:hover {
    background: var(--coral-deep);
  }
}

.legal-page .mark {
  color: var(--ink);
}

.legal {
  width: min(42rem, calc(100% - 2.4rem));
  margin: 0 auto;
  padding: 3rem 0 4rem;
}

.legal h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.5rem);
  letter-spacing: -0.04em;
}

.legal .meta {
  margin: 0.5rem 0 1.6rem;
  color: var(--muted);
}

.legal h2 {
  margin: 1.9rem 0 0.5rem;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
}

.legal ul {
  padding-left: 1.15rem;
}

.legal a {
  color: var(--coral-deep);
}

.legal-nav {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  font-weight: 600;
}

.legal-nav a {
  text-decoration: none;
}

/* Motion */
.enter {
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  animation: enter-rise 480ms var(--ease-out) forwards;
  animation-delay: calc(var(--i, 0) * 50ms);
}

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

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 260ms var(--ease-out), transform 260ms var(--ease-out);
}

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

@media (prefers-reduced-motion: reduce) {
  .enter {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .sticker,
  .sticker-peel {
    transition: none;
  }

  .sticker-peel {
    clip-path: polygon(58% 0, 100% 0, 100% 42%);
  }

  .btn:active,
  .top-cta:active {
    transform: none;
  }
}
