/* ============================================================
   Tear Away — Premium Landing
   Editorial almanac · paper as material · warm ink · merlot
   ============================================================ */
:root {
  /* Paper / ink / wine */
  --paper:       oklch(94.5% 0.012 75);
  --paper-soft:  oklch(97% 0.008 75);
  --paper-deep:  oklch(91% 0.018 77);
  --paper-dark:  oklch(87% 0.020 77);
  --card:        oklch(98% 0.006 75);

  --ink:         oklch(22% 0.008 65);
  --ink-soft:    oklch(36% 0.012 65);
  --ink-fade:    oklch(54% 0.018 65);

  --rule:        oklch(78% 0.015 65);
  --rule-soft:   oklch(84% 0.012 70);
  --rule-hair:   oklch(88% 0.010 70);

  --merlot:      oklch(40% 0.13 28);
  --merlot-deep: oklch(30% 0.11 28);
  --olive:       oklch(50% 0.055 128);
  --gold:        oklch(72% 0.085 82);

  /* Type */
  --f-display: "Source Serif 4", "Iowan Old Style", Georgia, serif;
  --f-body:    "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --f-mono:    "JetBrains Mono", ui-monospace, Menlo, monospace;

  --t-eyebrow:    0.72rem;
  --t-body-sm:    0.92rem;
  --t-body:       1.05rem;
  --t-body-lg:    1.18rem;
  --t-display-sm: clamp(1.4rem,  0.8rem + 2.4vw, 2rem);
  --t-display:    clamp(2rem,    1.2rem + 3.3vw, 3.5rem);
  --t-display-lg: clamp(2.8rem,  1.4rem + 5.4vw, 5.4rem);

  /* Space */
  --s-2xs: 4px; --s-xs: 8px; --s-sm: 12px; --s-md: 16px;
  --s-lg: 24px; --s-xl: 32px; --s-2xl: 48px; --s-3xl: 64px;
  --s-4xl: 96px; --s-5xl: 128px;

  --section-y: clamp(80px, 5vw + 48px, 160px);

  --shell:        1240px;
  --shell-wide:   1440px;
  --shell-narrow: 720px;

  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-out-expo:  cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-quart:  cubic-bezier(0.5, 0, 0.75, 0);
  --ease-gravity:   cubic-bezier(0.55, 0.06, 0.2, 1);

  --shadow-sm: 0 1px 2px oklch(22% 0.008 65 / 0.06),
               0 2px 4px oklch(22% 0.008 65 / 0.04);
  --shadow-md: 0 4px 12px oklch(22% 0.008 65 / 0.07),
               0 2px 4px  oklch(22% 0.008 65 / 0.05);
  --shadow-lg: 0 20px 50px oklch(22% 0.008 65 / 0.14),
               0 8px 20px  oklch(22% 0.008 65 / 0.08);
  --shadow-xl: 0 40px 80px oklch(22% 0.008 65 / 0.18),
               0 12px 28px oklch(22% 0.008 65 / 0.10);

  /* Hand-torn top edge — reused by ritual stack + tomorrow preview */
  --torn-top: polygon(
    0% 4.2%, 2% 0.3%, 4% 5.1%, 6% 1.4%, 8% 5.6%, 10% 0.8%,
    12% 4.6%, 14% 1.7%, 16% 5.4%, 18% 0.2%, 20% 4.2%,
    22% 2.3%, 24% 5.2%, 26% 0.7%, 28% 5.7%, 30% 1.4%,
    32% 4.4%, 34% 0.5%, 36% 5.3%, 38% 2.1%, 40% 4.8%,
    42% 0.3%, 44% 5.0%, 46% 1.1%, 48% 5.7%, 50% 1.7%,
    52% 4.3%, 54% 0.6%, 56% 5.4%, 58% 1.5%, 60% 4.9%,
    62% 0.4%, 64% 5.7%, 66% 1.0%, 68% 5.0%, 70% 1.9%,
    72% 4.4%, 74% 0.3%, 76% 5.4%, 78% 1.4%, 80% 5.1%,
    82% 0.9%, 84% 4.6%, 86% 1.8%, 88% 5.7%, 90% 0.6%,
    92% 5.0%, 94% 1.1%, 96% 5.3%, 98% 1.5%, 100% 4.3%,
    100% 100%, 0% 100%
  );
}

/* ============================================================
   Reset + base
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

body {
  font-family: var(--f-body);
  font-size: var(--t-body);
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  font-feature-settings: "kern", "liga", "calt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;

  background-image:
    radial-gradient(oklch(22% 0.008 65 / 0.022) 1px, transparent 1px),
    radial-gradient(oklch(22% 0.008 65 / 0.015) 1px, transparent 1px);
  background-size: 4px 4px, 9px 9px;
  background-position: 0 0, 2px 2px;
}

img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul, ol { list-style: none; padding: 0; }

::selection { background: var(--merlot); color: var(--paper); }

.skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: var(--paper);
  padding: var(--s-sm) var(--s-md); z-index: 1000;
}
.skip:focus { left: var(--s-md); top: var(--s-md); }

/* ============================================================
   Shell
   ============================================================ */
.section {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 48px);
}
.section--narrow { max-width: var(--shell-narrow); }

.section__head {
  margin-bottom: clamp(40px, 3vw + 24px, 80px);
  max-width: 60ch;
}
.section__head--centered { margin-left: auto; margin-right: auto; text-align: center; }
.section__head--left { text-align: left; }

.section__dek {
  font-family: var(--f-display);
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.2rem);
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 54ch;
  margin-top: var(--s-lg);
}
.section__dek--centered { margin-left: auto; margin-right: auto; }

/* ============================================================
   Shared type
   ============================================================ */
.eyebrow {
  font-family: var(--f-body);
  font-size: var(--t-eyebrow);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--merlot);
  display: inline-flex;
  align-items: baseline;
  gap: var(--s-2xs);
  margin-bottom: var(--s-md);
  padding-bottom: var(--s-sm);
  border-bottom: 1px solid var(--rule);
}
.eyebrow--paper {
  color: oklch(94.5% 0.012 75 / 0.85);
  border-bottom-color: oklch(94.5% 0.012 75 / 0.3);
}
.section__head--centered .eyebrow { align-self: center; }

.numeral {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-variant-numeric: oldstyle-nums;
  letter-spacing: 0.02em;
}

.section__title {
  font-family: var(--f-display);
  font-weight: 400;
  font-optical-sizing: auto;
  font-size: var(--t-display);
  line-height: 1.06;
  letter-spacing: -0.018em;
  color: var(--ink);
  text-wrap: balance;
}
.section__title em {
  font-style: italic;
  font-weight: 400;
  color: var(--merlot);
}
.section__title--sm { font-size: clamp(1.8rem, 1rem + 2.4vw, 3rem); }

.lede {
  font-family: var(--f-display);
  font-size: var(--t-body-lg);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 62ch;
}

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--s-sm);
  padding: 14px 22px;
  font-family: var(--f-body);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  line-height: 1;
  border-radius: 2px;
  transition: transform 200ms var(--ease-out-quart),
              background-color 200ms var(--ease-out-quart),
              color 200ms var(--ease-out-quart),
              border-color 200ms var(--ease-out-quart);
  white-space: nowrap;
}
.btn--lg { padding: 18px 30px; font-size: 1rem; }

.btn--ghost {
  color: var(--ink); border: 1px solid var(--ink);
  padding: 10px 18px; font-size: 0.85rem;
}
.btn--ghost:hover { background: var(--ink); color: var(--paper); }

.btn--solid {
  background: var(--ink); color: var(--paper); border: 1px solid var(--ink);
}
.btn--solid:hover { transform: translateY(-1px); background: var(--merlot); border-color: var(--merlot); }

.btn--paper {
  background: var(--paper); color: var(--ink); border: 1px solid var(--paper);
}
.btn--paper:hover { transform: translateY(-1px); background: var(--merlot); color: var(--paper); border-color: var(--merlot); }

.btn--appstore svg { margin-top: -1px; }

/* ============================================================
   Masthead
   ============================================================ */
.masthead {
  position: sticky; top: 0; z-index: 100;
  background: oklch(94.5% 0.012 75 / 0.88);
  backdrop-filter: saturate(1.2) blur(8px);
  -webkit-backdrop-filter: saturate(1.2) blur(8px);
  border-bottom: 1px solid transparent;
  transition: border-color 300ms var(--ease-out-quart),
              background-color 300ms var(--ease-out-quart);
}
.masthead.is-scrolled { border-bottom-color: var(--rule); }

.masthead__inner {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 14px clamp(24px, 4vw, 48px);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: var(--s-lg);
}
.wordmark { display: inline-flex; align-items: center; gap: 10px; }
.wordmark__icon {
  width: 30px; height: 30px; border-radius: 7px;
  box-shadow: var(--shadow-sm);
}
.wordmark__text {
  font-family: var(--f-display);
  font-size: 1.1rem; font-weight: 500;
  letter-spacing: -0.005em;
}

.masthead__nav {
  display: flex;
  justify-content: center;
  gap: var(--s-xl);
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.masthead__nav a {
  position: relative;
  padding: 6px 0;
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  transition: color 200ms var(--ease-out-quart);
}
.nav__num {
  font-family: var(--f-display);
  font-style: italic;
  color: var(--merlot);
  font-size: 0.8em;
}
.masthead__nav a:hover { color: var(--ink); }
.masthead__nav a::after {
  content: "";
  position: absolute; inset: auto 0 0 0;
  height: 1px; background: var(--merlot);
  transform: scaleX(0); transform-origin: left;
  transition: transform 260ms var(--ease-out-quart);
}
.masthead__nav a:hover::after { transform: scaleX(1); }

.masthead__menu {
  display: none; width: 32px; height: 32px; padding: 6px;
  flex-direction: column; justify-content: center; gap: 5px;
}
.masthead__menu span {
  display: block; height: 1.5px; width: 20px;
  background: var(--ink);
  transition: transform 250ms var(--ease-out-quart),
              opacity 250ms var(--ease-out-quart);
}
.masthead__menu[aria-expanded="true"] span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
.masthead__menu[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }

.mobile-nav {
  display: none; flex-direction: column;
  padding: var(--s-xl) clamp(20px, 5vw, 40px) var(--s-2xl);
  gap: var(--s-md); border-top: 1px solid var(--rule);
}
.mobile-nav a {
  padding: var(--s-sm) 0;
  font-family: var(--f-display);
  font-size: 1.35rem;
  border-bottom: 1px solid var(--rule-soft);
}
.mobile-nav a:last-of-type { border-bottom: 0; }
.mobile-nav .btn { margin-top: var(--s-md); align-self: flex-start; }
.masthead.is-menu-open .mobile-nav { display: flex; }

/* ============================================================
   I. Hero
   ============================================================ */
.hero {
  position: relative;
  padding: clamp(48px, 3vw + 24px, 96px) 0 0;
  overflow: hidden;
}

.hero__issue {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--s-lg);
  font-family: var(--f-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-fade);
  padding-bottom: var(--s-lg);
  margin-bottom: clamp(56px, 4vw + 24px, 96px);
  border-bottom: 1px solid var(--rule);
}
.hero__issue-left  { text-align: left; }
.hero__issue-mid   { text-align: center; font-family: var(--f-display); font-style: italic; letter-spacing: 0.1em; color: var(--merlot); font-size: 0.92rem; text-transform: none; }
.hero__issue-right { text-align: right; }

.hero__grid {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 48px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(40px, 3vw + 24px, 96px);
  position: relative;
}

.hero__text > * + * { margin-top: var(--s-lg); }

.hero__title {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: var(--t-display-lg);
  line-height: 1.00;
  letter-spacing: -0.028em;
  color: var(--ink);
  text-wrap: balance;
}
.hero__title em {
  font-style: italic; color: var(--merlot); font-weight: 400;
}

.hero__lede {
  font-family: var(--f-display);
  font-size: clamp(1.15rem, 0.9rem + 0.55vw, 1.35rem);
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 38ch;
  margin-top: var(--s-xl);
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--s-xl) var(--s-xl);
  margin-top: var(--s-2xl);
}

.hero__reception {
  display: inline-flex; align-items: center;
  gap: var(--s-xs);
  font-size: 0.9rem;
  color: var(--ink-soft);
  font-variant-numeric: oldstyle-nums;
  flex-wrap: wrap;
}
.stars { color: var(--gold); letter-spacing: 0.05em; font-size: 0.88rem; }
.hero__rating strong {
  font-family: var(--f-display);
  font-weight: 500; color: var(--ink); font-size: 1.05rem;
  margin-right: 4px;
}
.hero__sep {
  width: 1px; height: 12px;
  background: var(--rule);
  display: inline-block;
  margin: 0 var(--s-xs);
}

/* Phone figure with paper receipts tucked behind */
.hero__figure {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1 / 1.15;
}
.hero__phone {
  position: relative;
  width: 100%;
  transform: rotate(2deg);
  filter: drop-shadow(0 40px 70px oklch(22% 0.008 65 / 0.24))
          drop-shadow(0 6px 12px oklch(22% 0.008 65 / 0.12));
  z-index: 2;
}

.hero__paper {
  position: absolute;
  background: var(--card);
  border: 1px solid var(--rule);
  box-shadow: var(--shadow-md);
  z-index: 1;
  padding: 14px 18px;
  font-family: var(--f-display);
}
.hero__paper--1 {
  left: -20px; top: 18%;
  width: 150px;
  transform: rotate(-7deg);
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  padding: 16px 14px;
}
.hero__paper-head {
  font-family: var(--f-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--merlot);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--rule);
  width: 100%;
  text-align: center;
}
.hero__paper-day {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.03em;
  margin-top: 8px;
  font-variant-numeric: oldstyle-nums;
}
.hero__paper-sub {
  font-size: 0.78rem;
  font-style: italic;
  color: var(--ink-fade);
  margin-top: 6px;
}
.hero__paper--2 {
  right: 4px; bottom: 10%;
  transform: rotate(6deg);
  padding: 10px 14px;
}
.hero__paper-meta {
  font-size: 0.8rem;
  font-style: italic;
  color: var(--ink-fade);
}

.hero__stat {
  position: absolute;
  right: -24px; top: 42%;
  z-index: 3;
  background: var(--ink);
  color: var(--paper);
  padding: 18px 24px 20px;
  box-shadow: var(--shadow-xl);
  transform: rotate(3deg);
  display: flex;
  align-items: center;
  gap: var(--s-md);
  border: 1px solid var(--ink);
}
.hero__stat-num {
  font-family: var(--f-display);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: var(--gold);
  font-variant-numeric: oldstyle-nums;
  letter-spacing: -0.02em;
}
.hero__stat-lbl {
  font-family: var(--f-display);
  font-size: 0.82rem;
  line-height: 1.25;
  color: var(--paper);
  max-width: 8ch;
}
.hero__stat-lbl em { color: var(--gold); font-style: italic; }

/* Bottom hairline row — ticker, centered in hero */
.hero__foot {
  max-width: var(--shell);
  margin: 0 auto;
  padding: var(--s-xl) 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.hero__ticker {
  overflow: hidden;
  position: relative;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}
.hero__ticker-track {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2xl);
  white-space: nowrap;
  animation: hero-ticker 38s linear infinite;
  padding-left: 0;
}
@keyframes hero-ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.hero__ticker:hover .hero__ticker-track { animation-play-state: paused; }

.hero__foot-item {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--f-body);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  color: var(--ink-soft);
  text-transform: uppercase;
  flex-shrink: 0;
}
.hero__foot-mark {
  color: var(--merlot);
  font-size: 0.9em;
}

/* ============================================================
   II. Ritual — tear mechanic
   ============================================================ */
.ritual {
  padding: var(--section-y) 0;
  background: var(--paper-deep);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  position: relative;
}
.ritual__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 3vw + 24px, 96px);
  align-items: start;
}
.ritual__notes {
  padding-top: 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--s-xl);
  max-width: 42ch;
}

.tear {
  display: flex; flex-direction: column;
  align-items: center; gap: var(--s-lg);
  position: relative;
}

.try-cue {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.8rem, 1.1rem + 2vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--merlot);
  margin: 0 0 var(--s-xl);
}
.try-arrow {
  position: absolute;
  top: -72px;
  left: auto;
  right: calc(100% - 48px);
  width: clamp(180px, 16vw, 240px);
  height: auto;
  aspect-ratio: 640 / 340;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1023px) {
  .try-arrow { top: -40px; right: calc(100% - 42px); width: clamp(140px, 18vw, 190px); }
  .try-cue { margin-top: 0; }
}
@media (max-width: 767px) {
  .try-arrow { display: none; }
  .try-cue { margin-top: 0; }
}

.tear__desk {
  --card-size: clamp(290px, 28vw + 40px, 360px);
  position: relative;
  width: calc(var(--card-size) + 32px);
  height: calc(var(--card-size) + 140px);
}
.tear__layer {
  position: absolute;
  width: var(--card-size);
  height: var(--card-size);
  left: calc(16px + var(--i) * 0.6px);
  top: calc(84px + var(--i) * 1.6px);
  background: linear-gradient(135deg,
    oklch(98% 0.006 75),
    oklch(96% 0.01 75),
    oklch(94% 0.014 78),
    oklch(96% 0.01 75),
    oklch(98% 0.006 75));
  border: 1px solid oklch(22% 0.008 65 / 0.22);
  box-shadow:
    calc(var(--i) * 0.25px) calc(var(--i) * 0.5px)
    calc(1.5px + var(--i) * 0.35px)
    oklch(22% 0.008 65 / calc(0.07 + var(--i) * 0.012));
  transform: skewY(calc(var(--i) * 0.18deg));
}
.tear__binding {
  position: absolute;
  top: 48px; left: 14px;
  width: calc(var(--card-size) + 4px);
  height: 54px;
  z-index: 20;
  background: var(--merlot);
  box-shadow: 0 3px 6px oklch(22% 0.008 65 / 0.18);
}
.tear__stack { position: absolute; inset: 0; z-index: 10; }

.tear__page {
  position: absolute;
  width: var(--card-size);
  height: var(--card-size);
  left: 16px; top: 84px;
  background: linear-gradient(135deg,
    oklch(98% 0.006 75),
    oklch(96% 0.01 75),
    oklch(94% 0.014 78),
    oklch(96% 0.01 75),
    oklch(98% 0.006 75));
  border: 1px solid oklch(22% 0.008 65 / 0.5);
  box-shadow: var(--shadow-sm);
  transform-origin: top left;
  will-change: transform, opacity;
  user-select: none;
  touch-action: none;
  clip-path: var(--torn-top);
  filter: drop-shadow(0 2px 2px oklch(22% 0.008 65 / 0.3));
}
.tear__page--top { cursor: grab; }
.tear__page--top:active { cursor: grabbing; }

.tear__page .perf {
  position: absolute;
  top: 22px; left: 18px; right: 18px;
  height: 1px;
  border-top: 1px dashed oklch(22% 0.008 65 / 0.35);
}
.tear__page .content {
  position: absolute;
  inset: 36px 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.tear__page .day {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(1.7rem, 1.2rem + 1.4vw, 2.1rem);
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.02em;
  font-variant-numeric: oldstyle-nums;
}
.tear__page .meta {
  font-family: var(--f-display);
  font-size: 0.85rem;
  font-style: italic;
  color: var(--ink-fade);
  margin-top: var(--s-2xs);
}
.tear__page .quote {
  font-family: var(--f-display);
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--ink-soft);
  max-width: 34ch;
  margin: var(--s-md) auto 0;
  text-wrap: pretty;
}
.tear__page .stats {
  display: flex;
  align-items: center;
  gap: var(--s-md);
  margin-top: auto;
  padding-top: var(--s-sm);
  width: 100%;
  justify-content: center;
}
.tear__page .stat { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.tear__page .stat-label {
  font-family: var(--f-display);
  font-size: 0.78rem;
  color: var(--ink-fade);
}
.tear__page .stat-val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink);
  font-variant-numeric: oldstyle-nums;
  margin-top: 2px;
}
.tear__page .stat-sep { width: 1px; align-self: stretch; background: var(--rule-soft); }
.tear__page .swipe-hint {
  font-family: var(--f-body);
  font-size: 0.78rem;
  color: var(--ink-fade);
  margin-top: var(--s-sm);
  letter-spacing: 0.01em;
}
.tear__page--top.is-inviting { animation: ready-to-tear 2s ease-in-out infinite alternate; }
@keyframes ready-to-tear {
  from { transform: rotate(0deg); }
  to   { transform: rotate(4.5deg); }
}
.tear__page--dragging { transition: none !important; }
.tear__page--torn {
  transition: transform 900ms var(--ease-gravity),
              opacity 700ms 200ms var(--ease-in-quart);
  opacity: 0;
}

.tear__prompt {
  font-family: var(--f-display);
  font-style: italic;
  color: var(--ink-soft);
  display: flex; flex-direction: column;
  align-items: center; gap: 2px; text-align: center;
  min-height: 3em;
}
.tear__prompt-text {
  font-size: 1.1rem; color: var(--ink);
  font-style: normal; font-weight: 500;
}
.tear__prompt-gesture { font-size: 0.92rem; }

.ritual__note {
  font-family: var(--f-display);
  font-size: 1.15rem;
  line-height: 1.5;
  color: var(--ink);
  padding-top: var(--s-md);
  border-top: 1px solid var(--rule);
  text-wrap: pretty;
}
.ritual__note-numeral {
  font-family: var(--f-display);
  font-style: italic;
  color: var(--merlot);
  margin-right: var(--s-xs);
  font-variant-numeric: oldstyle-nums;
}

/* ============================================================
   III. Thinking — editorial essay, drop cap, sign-off
   ============================================================ */
.thinking {
  padding: var(--section-y) 0;
}
.thinking__body > * + * { margin-top: var(--s-xl); }
.thinking__body p,
.thinking__body .lede {
  font-family: var(--f-display);
  max-width: 62ch;
  line-height: 1.62;
}
.thinking__body .lede {
  font-size: clamp(1.18rem, 0.95rem + 0.7vw, 1.4rem);
  color: var(--ink);
}
.thinking__body p { font-size: 1.1rem; color: var(--ink-soft); }
.thinking__body em { color: var(--merlot); font-style: italic; }

.drop-cap::first-letter {
  font-family: var(--f-display);
  font-weight: 400;
  float: left;
  font-size: 4.2em;
  line-height: 0.88;
  padding: 0.06em 0.1em 0 0;
  color: var(--merlot);
  font-style: italic;
}

.pullquote {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(1.5rem, 1rem + 1.8vw, 2.2rem);
  line-height: 1.32;
  color: var(--ink);
  padding-left: var(--s-2xl);
  padding-right: var(--s-lg);
  position: relative;
  text-wrap: balance;
  max-width: 46ch;
}
.pullquote::before {
  content: "\201C";
  position: absolute;
  left: -0.2em; top: -0.3em;
  font-size: 4.5em; line-height: 1;
  color: var(--merlot); opacity: 0.6;
  font-style: normal;
}

.sign {
  margin-top: var(--s-2xl);
  padding-top: var(--s-lg);
  border-top: 1px solid var(--rule);
  max-width: 62ch;
}
.sign__by {
  font-family: var(--f-display);
  font-style: italic;
  color: var(--ink-fade);
  font-size: 0.95rem;
}

/* ============================================================
   IV. Inside — alternating showcase rows
   ============================================================ */
.inside {
  padding: var(--section-y) 0;
  background: var(--paper-deep);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  position: relative;
}

.inside__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 3vw + 24px, 96px);
  align-items: center;
  padding: clamp(56px, 4vw + 24px, 112px) 0;
  border-top: 1px solid var(--rule-soft);
}
.inside__row:first-of-type { border-top: 0; padding-top: 0; }
.inside__row:last-of-type  { padding-bottom: 0; }

.inside__row--a .inside__shot { justify-self: end; }
.inside__row--b .inside__shot { justify-self: start; order: 2; }
.inside__row--b .inside__text { order: 1; padding-right: var(--s-xl); }
.inside__row--c .inside__shot { justify-self: end; }
.inside__row--d .inside__shot { justify-self: start; order: 2; }
.inside__row--d .inside__text { order: 1; padding-right: var(--s-xl); }

.inside__shot {
  position: relative;
  display: flex;
  justify-content: center;
}
.inside__tag {
  position: absolute;
  top: -4px;
  left: -12px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--f-mono);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 14px;
  z-index: 3;
  box-shadow: var(--shadow-md);
  transform: rotate(-2deg);
}
.inside__row--b .inside__tag,
.inside__row--d .inside__tag {
  left: auto; right: -12px;
  transform: rotate(2deg);
}
.inside__img {
  width: clamp(230px, 22vw + 30px, 340px);
  height: auto;
  filter: drop-shadow(0 28px 52px oklch(22% 0.008 65 / 0.20))
          drop-shadow(0 6px 14px oklch(22% 0.008 65 / 0.08));
  position: relative;
  z-index: 2;
}

.inside__title {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(1.8rem, 1.1rem + 2vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.018em;
  color: var(--ink);
  text-wrap: balance;
  max-width: 16ch;
}
.inside__body {
  font-family: var(--f-display);
  font-size: 1.15rem;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 38ch;
  margin-top: var(--s-lg);
}

.inside__list {
  margin-top: var(--s-xl);
  display: flex; flex-direction: column;
  gap: var(--s-md);
  max-width: 42ch;
}
.inside__list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: var(--s-sm);
  padding-top: var(--s-sm);
  border-top: 1px solid var(--rule);
  font-family: var(--f-body);
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.inside__list li strong { color: var(--ink); font-weight: 600; }
.inside__list-num {
  font-family: var(--f-display);
  font-style: italic;
  color: var(--merlot);
  font-variant-numeric: oldstyle-nums;
  font-size: 1.05rem;
  line-height: 1.5;
}

.inside__spec {
  margin-top: var(--s-xl);
  display: flex; flex-direction: column;
  max-width: 42ch;
}
.inside__spec > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: var(--s-md);
  padding: var(--s-sm) 0;
  border-top: 1px solid var(--rule);
  font-size: 0.92rem;
}
.inside__spec > div:last-child { border-bottom: 1px solid var(--rule); }
.inside__spec dt {
  font-family: var(--f-body);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-fade);
  font-size: 0.76rem;
  padding-top: 3px;
}
.inside__spec dd {
  font-family: var(--f-display);
  color: var(--ink);
  font-size: 1.02rem;
}

/* ============================================================
   V. Gallery strip
   ============================================================ */
.gallery {
  padding: clamp(80px, 5vw + 24px, 140px) 0 clamp(64px, 4vw + 24px, 112px);
  background: var(--paper);
  overflow: hidden;
  position: relative;
}
.gallery__track {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: clamp(16px, 2vw, 48px);
  padding: 0 clamp(24px, 4vw, 48px);
  max-width: var(--shell-wide);
  margin: 0 auto;
}
.gallery__phone {
  position: relative;
  flex: 0 1 auto;
  transition: transform 500ms var(--ease-out-quart);
}
.gallery__phone img {
  width: clamp(140px, 14vw + 20px, 240px);
  height: auto;
  filter: drop-shadow(0 30px 60px oklch(22% 0.008 65 / 0.22))
          drop-shadow(0 6px 14px oklch(22% 0.008 65 / 0.10));
}
.gallery__phone--a { transform: translateY(24px) rotate(-3deg); }
.gallery__phone--b { transform: translateY(-16px) rotate(1.5deg); z-index: 2; }
.gallery__phone--c { transform: translateY(8px) rotate(-1deg); }
.gallery__phone--d { transform: translateY(32px) rotate(2.5deg); }

.gallery__phone:hover { transform: translateY(-4px) rotate(0deg); z-index: 5; }

.gallery__caption {
  text-align: center;
  font-family: var(--f-display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--ink-fade);
  margin-top: clamp(40px, 3vw + 16px, 72px);
}
.gallery__mark {
  color: var(--merlot);
  margin-right: 6px;
}

/* ============================================================
   VI. Milestones
   ============================================================ */
.milestones {
  padding: var(--section-y) 0;
  background: var(--paper-deep);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.coins {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: clamp(24px, 2vw, 44px) clamp(16px, 2vw, 32px);
  max-width: 980px;
  margin: 0 auto;
  perspective: 1200px;
}
.coin {
  display: flex; flex-direction: column;
  align-items: center;
  gap: var(--s-sm);
  cursor: default;
  outline: none;
}
.coin__face {
  width: clamp(84px, 9vw + 24px, 116px);
  aspect-ratio: 1;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 200ms var(--ease-out-quart);
}
.coin__face img {
  width: 100%; height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px oklch(22% 0.008 65 / 0.18));
}
.coin:hover .coin__face,
.coin:focus-visible .coin__face {
  animation: coin-spin 2.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes coin-spin {
  from { transform: rotateY(0deg); }
  to   { transform: rotateY(720deg); }
}
.coin__label {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 0.98rem;
  color: var(--ink-soft);
  font-variant-numeric: oldstyle-nums;
}
.coin:hover .coin__label,
.coin:focus-visible .coin__label { color: var(--merlot); }

/* ============================================================
   VII. Voices
   ============================================================ */
.voices {
  padding: var(--section-y) 0;
  position: relative;
}
.voices__head { margin-bottom: var(--s-2xl); }

/* Mosaic of paper testimonial cards */
.voices__mosaic {
  columns: 3 260px;
  column-gap: clamp(16px, 1vw + 8px, 28px);
  padding: var(--s-sm) var(--s-md);
  margin: 0 calc(var(--s-md) * -1);
}
.note {
  break-inside: avoid;
  display: block;
  background: var(--card);
  border: 1px solid var(--rule-soft);
  padding: clamp(20px, 1vw + 14px, 28px) clamp(16px, 1vw + 10px, 22px) clamp(14px, 1vw + 8px, 20px);
  margin: 0 0 clamp(16px, 1vw + 10px, 28px);
  position: relative;
  font-family: var(--f-display);
  box-shadow:
    0 1px 1px oklch(22% 0.008 65 / 0.05),
    0 10px 22px oklch(22% 0.008 65 / 0.07);
  transition: transform 320ms var(--ease-out-quart),
              box-shadow 320ms var(--ease-out-quart);
  /* Faint paper grain per-card so they feel like separate sheets */
  background-image:
    radial-gradient(oklch(22% 0.008 65 / 0.018) 1px, transparent 1px),
    radial-gradient(oklch(22% 0.008 65 / 0.012) 1px, transparent 1px);
  background-size: 4px 4px, 9px 9px;
  background-position: 0 0, 2px 2px;
}
.note::before {
  content: "";
  position: absolute;
  top: 10px; left: 12px; right: 12px;
  border-top: 1px dashed oklch(22% 0.008 65 / 0.3);
  pointer-events: none;
}
.note__body {
  font-size: 1.02rem;
  line-height: 1.52;
  color: var(--ink);
  text-wrap: pretty;
}
.note__by {
  margin-top: var(--s-md);
  padding-top: var(--s-sm);
  border-top: 1px solid var(--rule-hair);
  font-family: var(--f-body);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-fade);
}
.note__by::before {
  content: "— ";
  color: var(--merlot);
  font-family: var(--f-display);
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
}
.note__dot { color: var(--merlot); margin: 0 2px; }

/* Scattered rotations — each card sits like a paper note on a desk */
.note:nth-child(6n+1) { transform: rotate(-0.9deg); }
.note:nth-child(6n+2) { transform: rotate(0.7deg); }
.note:nth-child(6n+3) { transform: rotate(-0.3deg); }
.note:nth-child(6n+4) { transform: rotate(1.1deg); }
.note:nth-child(6n+5) { transform: rotate(-1.2deg); }
.note:nth-child(6n+6) { transform: rotate(0.4deg); }

.note:hover,
.note:focus-within {
  transform: rotate(0deg) translateY(-2px);
  box-shadow:
    0 2px 3px oklch(22% 0.008 65 / 0.08),
    0 16px 36px oklch(22% 0.008 65 / 0.12);
  z-index: 2;
}

.voices__agg {
  margin-top: clamp(48px, 4vw + 24px, 88px);
  padding-top: var(--s-xl);
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: baseline;
  gap: var(--s-lg);
}
.voices__agg-num {
  font-family: var(--f-display);
  font-size: clamp(3.4rem, 2rem + 3vw, 5.2rem);
  line-height: 0.9;
  color: var(--ink);
  font-variant-numeric: oldstyle-nums;
  letter-spacing: -0.03em;
  font-weight: 400;
}
.voices__agg-stars {
  color: var(--gold);
  font-size: clamp(1.2rem, 0.8rem + 1vw, 1.8rem);
  letter-spacing: 0.1em;
}
.voices__agg-lbl {
  font-family: var(--f-display);
  color: var(--ink-soft);
  font-size: 1rem;
  justify-self: end;
  text-align: right;
  max-width: 28ch;
}
.voices__agg-lbl strong { color: var(--ink); font-weight: 500; }

/* ============================================================
   VIII. Built — specs grid
   ============================================================ */
.built {
  padding: var(--section-y) 0;
  background: var(--paper-deep);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
}
.spec {
  padding: clamp(28px, 2vw + 16px, 48px) var(--s-xl);
  border-bottom: 1px solid var(--rule);
  border-right: 1px solid var(--rule);
  position: relative;
}
.spec:nth-child(3n) { border-right: 0; }

.spec__k {
  font-family: var(--f-body);
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--merlot);
  margin-bottom: var(--s-lg);
  padding-bottom: var(--s-sm);
  border-bottom: 1px solid var(--rule-hair);
  display: inline-block;
}
.spec__v {
  font-family: var(--f-display);
  font-size: clamp(1.6rem, 1rem + 1.4vw, 2.2rem);
  line-height: 1.1;
  color: var(--ink);
  font-variant-numeric: oldstyle-nums;
  letter-spacing: -0.015em;
}
.spec__n {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 0.98rem;
  color: var(--ink-fade);
  margin-top: var(--s-sm);
  max-width: 28ch;
}

/* ============================================================
   IX. Tomorrow — dark, decorative deck
   ============================================================ */
.tomorrow {
  padding: var(--section-y) 0;
  background: var(--ink);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.tomorrow::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(oklch(94.5% 0.012 75 / 0.035) 1px, transparent 1px);
  background-size: 4px 4px;
  pointer-events: none;
}
.tomorrow .section {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: var(--s-3xl);
  align-items: center;
}
.tomorrow__inner { max-width: 52ch; position: relative; z-index: 3; }
.tomorrow__title {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(2.4rem, 1.2rem + 4vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.024em;
  color: var(--paper);
  text-wrap: balance;
}
.tomorrow__title em {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}
.tomorrow__dek {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(1.1rem, 0.9rem + 0.6vw, 1.4rem);
  color: oklch(94.5% 0.012 75 / 0.7);
  margin-top: var(--s-lg);
  max-width: 32ch;
}
.tomorrow__inner .btn { margin-top: var(--s-2xl); }
.tomorrow__foot {
  margin-top: var(--s-lg);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: oklch(94.5% 0.012 75 / 0.5);
}

.tomorrow__deck {
  position: relative;
  width: 100%;
  min-height: 340px;
  display: grid;
  place-items: center;
}

/* Static tear-away page preview (echo of the ritual card) */
.tomorrow__calendar {
  position: relative;
  width: clamp(260px, 20vw + 60px, 340px);
  aspect-ratio: 1;
  background: linear-gradient(135deg,
    oklch(98% 0.006 75),
    oklch(96% 0.01 75),
    oklch(94% 0.014 78),
    oklch(96% 0.01 75),
    oklch(98% 0.006 75));
  border: 1px solid oklch(22% 0.008 65 / 0.5);
  clip-path: var(--torn-top);
  transform: rotate(3deg);
  filter: drop-shadow(0 30px 50px oklch(0% 0 0 / 0.55))
          drop-shadow(0 8px 14px oklch(0% 0 0 / 0.35));
}
.tomorrow__calendar-perf {
  position: absolute;
  top: 22px; left: 18px; right: 18px;
  height: 1px;
  border-top: 1px dashed oklch(22% 0.008 65 / 0.35);
}
.tomorrow__calendar-content {
  position: absolute;
  inset: 36px 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.tomorrow__calendar-day {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(1.7rem, 1.2rem + 1.4vw, 2.1rem);
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.02em;
  font-variant-numeric: oldstyle-nums;
}
.tomorrow__calendar-meta {
  font-family: var(--f-display);
  font-size: 0.85rem;
  font-style: italic;
  color: var(--ink-fade);
  margin-top: var(--s-2xs);
}
.tomorrow__calendar-quote {
  font-family: var(--f-display);
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--ink-soft);
  max-width: 30ch;
  margin: var(--s-md) auto 0;
  text-wrap: pretty;
}
.tomorrow__calendar-hint {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 0.8rem;
  color: var(--merlot);
  margin-top: auto;
  padding-top: var(--s-sm);
  letter-spacing: 0.01em;
}

/* ============================================================
   Policy pages (Privacy, etc.) — editorial essay layout
   ============================================================ */
.policy { padding: var(--section-y) 0; }
.policy__meta {
  font-family: var(--f-display);
  font-style: italic;
  color: var(--ink-fade);
  margin-top: var(--s-md);
  line-height: 1.55;
}
.policy__meta em { color: var(--ink-soft); }
.policy__meta strong { font-style: normal; color: var(--ink); font-weight: 500; }

.policy__body {
  font-family: var(--f-display);
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.62;
  max-width: 68ch;
}
.policy__body > * + * { margin-top: var(--s-lg); }
.policy__body .lede { font-size: 1.18rem; color: var(--ink); max-width: none; }

.policy__body h2 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(1.25rem, 1rem + 0.9vw, 1.6rem);
  letter-spacing: -0.012em;
  color: var(--ink);
  margin-top: var(--s-2xl);
  padding-top: var(--s-lg);
  border-top: 1px solid var(--rule);
  display: flex;
  align-items: baseline;
  gap: var(--s-md);
}
.policy__body h3 {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-size: 1.1rem;
  color: var(--merlot);
  margin-top: var(--s-lg);
}
.policy__num {
  font-family: var(--f-display);
  font-style: italic;
  font-variant-numeric: oldstyle-nums;
  color: var(--merlot);
  font-size: 0.9em;
  min-width: 1.6em;
}

.policy__body ul {
  padding-left: var(--s-lg);
  list-style: none;
}
.policy__body li {
  position: relative;
  padding-left: var(--s-md);
  margin-top: var(--s-sm);
}
.policy__body li::before {
  content: "—";
  position: absolute;
  left: calc(var(--s-md) * -1);
  color: var(--merlot);
  font-style: italic;
}
.policy__body li strong { color: var(--ink); font-weight: 600; }
.policy__body li em { color: var(--ink); font-style: italic; }

.policy__body p strong { color: var(--ink); font-weight: 500; }

.policy__body a {
  color: var(--merlot);
  border-bottom: 1px solid oklch(40% 0.13 28 / 0.3);
  transition: border-color 200ms var(--ease-out-quart);
}
.policy__body a:hover { border-bottom-color: var(--merlot); }

.policy__summary {
  background: var(--card);
  border: 1px solid var(--rule-soft);
  box-shadow: var(--shadow-sm);
  padding: var(--s-lg) var(--s-xl);
  position: relative;
}
.policy__summary::before {
  content: "";
  position: absolute;
  top: 10px; left: 14px; right: 14px;
  border-top: 1px dashed oklch(22% 0.008 65 / 0.3);
  pointer-events: none;
}
.policy__summary h2 {
  font-family: var(--f-body);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--merlot);
  font-weight: 500;
  margin: 0 0 var(--s-md);
  padding: 0;
  border: 0;
}
.policy__summary ul { padding-left: var(--s-md); }

@media (max-width: 767px) {
  .policy__body h2 { flex-wrap: wrap; }
  .policy__summary { padding: var(--s-md); }
}

/* ============================================================
   Colophon
   ============================================================ */
.colophon {
  background: oklch(16% 0.006 65);
  color: oklch(80% 0.015 70);
  padding: clamp(64px, 4vw + 24px, 112px) 0 var(--s-xl);
}
.colophon__inner {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: clamp(40px, 4vw + 16px, 96px);
  align-items: start;
}
.colophon__brand { display: flex; flex-direction: column; gap: var(--s-md); }
.colophon__lockup { display: inline-flex; align-items: center; gap: 10px; color: var(--paper); }
.colophon__icon { width: 30px; height: 30px; border-radius: 6px; }
.colophon__word { font-family: var(--f-display); font-size: 1.1rem; font-weight: 500; }
.colophon__tag {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 0.95rem;
  color: oklch(80% 0.015 70 / 0.75);
  max-width: 38ch;
}
.colophon__social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: var(--s-sm);
  padding: 6px 12px 6px 10px;
  border: 1px solid oklch(80% 0.015 70 / 0.22);
  border-radius: 999px;
  font-family: var(--f-body);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  color: oklch(80% 0.015 70 / 0.85);
  align-self: flex-start;
  transition: color 200ms var(--ease-out-quart),
              border-color 200ms var(--ease-out-quart),
              background 200ms var(--ease-out-quart);
}
.colophon__social:hover {
  color: var(--paper);
  border-color: var(--paper);
  background: oklch(80% 0.015 70 / 0.08);
}
.colophon__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-lg);
}
.colophon__cols h4 {
  font-family: var(--f-body);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--paper);
  margin-bottom: var(--s-md);
  padding-bottom: var(--s-xs);
  border-bottom: 1px solid oklch(80% 0.015 70 / 0.2);
}
.colophon__cols a {
  display: block;
  padding: 4px 0;
  font-family: var(--f-display);
  font-size: 0.98rem;
  color: oklch(80% 0.015 70 / 0.75);
  transition: color 200ms var(--ease-out-quart);
}
.colophon__cols a:hover { color: var(--paper); }

.colophon__fine {
  grid-column: 1 / -1;
  margin-top: var(--s-2xl);
  padding-top: var(--s-lg);
  border-top: 1px solid oklch(80% 0.015 70 / 0.15);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: oklch(65% 0.015 65);
}

/* ============================================================
   Focus
   ============================================================ */
:focus-visible {
  outline: 2px solid var(--merlot);
  outline-offset: 3px;
  border-radius: 2px;
}
.btn:focus-visible { outline-offset: 4px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; gap: clamp(48px, 4vw + 16px, 80px); }
  .hero__figure { justify-self: center; max-width: 400px; aspect-ratio: 1 / 1.2; }
  .hero__paper--1 { left: -10px; }
  .hero__stat { right: -10px; }

  .ritual__grid,
  .inside__row { gap: var(--s-2xl); }

  .specs { grid-template-columns: repeat(2, 1fr); }
  .spec:nth-child(3n) { border-right: 1px solid var(--rule); }
  .spec:nth-child(2n) { border-right: 0; }

  .tomorrow .section { grid-template-columns: 1fr; }
  .tomorrow__deck { display: none; }
}

@media (max-width: 767px) {
  .masthead__inner { grid-template-columns: auto 1fr auto; }
  .masthead__nav { display: none; }
  .masthead .btn--ghost { display: none; }
  .masthead__menu { display: flex; }

  .hero { padding-top: var(--s-lg); padding-bottom: 0; }
  .hero__issue {
    grid-template-columns: 1fr;
    text-align: center;
    gap: var(--s-xs);
  }
  .hero__issue-left, .hero__issue-right { text-align: center; }

  .hero__figure { max-width: 300px; aspect-ratio: 1 / 1.2; }
  .hero__paper--1 {
    left: -12px; top: 10%;
    width: 118px;
    padding: 12px 10px;
    transform: rotate(-8deg);
  }
  .hero__paper--1 .hero__paper-head { font-size: 0.62rem; padding-bottom: 6px; }
  .hero__paper--1 .hero__paper-day  { font-size: 2.6rem; margin-top: 6px; }
  .hero__paper--1 .hero__paper-sub  { font-size: 0.7rem; margin-top: 4px; }
  .hero__paper--2 { display: none; }
  .hero__stat {
    right: -16px; top: auto; bottom: 6%;
    padding: 14px 18px;
  }
  .hero__stat-num { font-size: 2.4rem; }

  .hero__actions { flex-direction: column; align-items: flex-start; gap: var(--s-lg); }
  .hero__foot { gap: var(--s-md); font-size: 0.76rem; }

  .ritual__grid { display: flex; flex-direction: column; gap: var(--s-xl); }
  .ritual__notes { display: contents; }
  .ritual__grid .try-cue { order: 1; margin: 0; }
  .ritual__grid .tear    { order: 2; }
  .ritual__grid .ritual__note { order: 3; max-width: none; }
  .tear__page .content { inset: 26px 20px 16px; }
  .tear__page .quote   { margin-top: var(--s-sm); }

  .pullquote { padding-left: var(--s-xl); }

  .inside__row,
  .inside__row--a, .inside__row--b,
  .inside__row--c, .inside__row--d {
    grid-template-columns: 1fr;
    gap: var(--s-xl);
    padding: var(--s-3xl) 0;
  }
  .inside__row--b .inside__shot,
  .inside__row--d .inside__shot { order: 1; justify-self: center; }
  .inside__row--b .inside__text,
  .inside__row--d .inside__text { order: 2; padding: 0; }

  .gallery__track { gap: 10px; }
  .gallery__phone img { width: clamp(100px, 22vw, 180px); }

  .coins {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: var(--s-md);
    gap: var(--s-xl);
    -webkit-overflow-scrolling: touch;
  }
  .coin { flex: 0 0 auto; scroll-snap-align: center; }

  .voices__mosaic { columns: 1; padding: var(--s-xs); margin: 0; }
  .note { transform: none !important; }
  .voices__agg {
    grid-template-columns: auto 1fr;
    gap: var(--s-md);
  }
  .voices__agg-stars { grid-column: 2; }
  .voices__agg-lbl {
    grid-column: 1 / -1;
    justify-self: start; text-align: left;
  }

  .specs { grid-template-columns: 1fr; }
  .spec { border-right: 0 !important; }

  .colophon__inner { grid-template-columns: 1fr; gap: var(--s-2xl); }
  .colophon__cols { gap: var(--s-xl) var(--s-lg); }
}

/* ============================================================
   Reduced motion
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .tear__page--torn { opacity: 0; }
}
