/* =========================================================
   WATCH ME REBUILD — main domain website
   Warm paper-and-ink · dotted notebook + sunlit wash ·
   inked outlines · wobble radii · sticker shadows ·
   Shantell (display) / Newsreader (body) / Caveat (hand).
   ========================================================= */

@import url("brand/tokens/fonts.css");
@import url("brand/tokens/colors.css");
@import url("brand/tokens/typography.css");
@import url("brand/tokens/spacing.css");
@import url("brand/tokens/radius.css");
@import url("brand/tokens/shadows.css");
@import url("brand/tokens/textures.css");

:root { --maxw: 1140px; }

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font: var(--role-body);
  color: var(--text-body);
  background-color: var(--bg-page);
  background-image: var(--tex-sun), var(--tex-dots);
  background-size: auto, var(--tex-dots-size);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}
p { margin: 0; text-wrap: pretty; }
a { color: inherit; }
em { font-style: italic; }
img, svg { max-width: 100%; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

:focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 3px; border-radius: 4px; }

/* ---------- voice helpers ---------- */
.hand { font-family: var(--font-hand); font-weight: 600; line-height: 1.15; }
.eyebrow {
  font-family: var(--font-hand);
  font-size: clamp(22px, 2.4vw, 28px);
  color: var(--clay-600);
  transform: rotate(-1.6deg);
  display: inline-block;
}
.kicker {
  font-family: var(--font-ui); font-weight: var(--fw-bold);
  text-transform: uppercase; letter-spacing: var(--tracking-wide);
  font-size: var(--text-xs); color: var(--clay-600);
  display: inline-flex; align-items: center; gap: 10px;
}
.kicker::before { content: ""; width: 24px; height: 2.5px; background: var(--clay-500); border-radius: 2px; }

/* ---------- buttons (sticker) ---------- */
.btn {
  --bg: var(--clay-500); --bg-hover: var(--clay-600); --fg: var(--text-on-clay);
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-ui); font-weight: 700; font-size: var(--text-base); line-height: 1.1;
  color: var(--fg); background: var(--bg);
  border: var(--stroke-bold) solid var(--ink);
  border-radius: var(--radius-pill);
  padding: 13px 24px; cursor: pointer; text-decoration: none;
  box-shadow: var(--shadow-sticker);
  transition: transform .08s ease, box-shadow .08s ease, background .15s ease;
}
.btn:hover { background: var(--bg-hover); }
.btn:active { transform: translate(3px, 3px); box-shadow: 0 0 0 var(--ink); }
.btn.sage { --bg: var(--sage-500); --bg-hover: var(--sage-600); --fg: #FBFDF8; }
.btn.big { font-size: var(--text-md); padding: 17px 32px; }
.btn.ghost { --bg: transparent; --fg: var(--ink); border-color: transparent; box-shadow: none; }
.btn.ghost:hover { background: var(--clay-50); }
.btn.ghost:active { transform: none; box-shadow: none; }
.cta-note { font-family: var(--font-hand); font-size: 21px; color: var(--ink-soft); }

/* ---------- cards & notes ---------- */
.card {
  background: var(--surface-card);
  border: var(--stroke-bold) solid var(--ink);
  border-radius: var(--wobble);
  box-shadow: var(--shadow-sticker-lg);
  padding: var(--pad-card);
}
.note {
  background: var(--honey-100);
  border: var(--stroke-bold) solid var(--ink);
  padding: 16px 20px;
  box-shadow: var(--shadow-sticker);
  border-radius: var(--wobble-sm);
  font-family: var(--font-hand);
  font-size: 21px; line-height: 1.2;
  display: inline-block;
}

/* ---------- sections ---------- */
section { position: relative; }
.section-pad { padding: clamp(64px, 8vw, 110px) 0; }
.panel-warm { background: var(--paper-deep); }
.panel-ink { background: var(--ink); color: var(--paper); }
.panel-ink h1, .panel-ink h2, .panel-ink h3 { color: var(--paper); }

.h-sec { font-size: clamp(30px, 4.4vw, 52px); }
.lead { font-family: var(--font-body); font-size: var(--text-md); line-height: var(--leading-body); color: var(--ink-soft); max-width: var(--measure); }
.center { text-align: center; }
.center .lead { margin-inline: auto; }

/* reveal — transform only so print/capture never blanks */
.reveal { transition: transform .7s cubic-bezier(.2,.8,.2,1); will-change: transform; }
.reveal.in { transform: none; }
.reveal.d1 { transition-delay: .07s; }
.reveal.d2 { transition-delay: .14s; }
.reveal.d3 { transition-delay: .21s; }
@media (prefers-reduced-motion: no-preference) {
  html.reveal-ready .reveal:not(.in) { transform: translateY(22px); }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
@media print { .reveal, .reveal:not(.in) { transform: none !important; } }

/* =========================================================
   NAV
   ========================================================= */
.nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(251,241,225,.88);
  backdrop-filter: blur(8px);
  border-bottom: 1.5px solid var(--border-soft);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; height: 74px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 38px; height: 38px; display: block; }
.brand .word { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--ink); letter-spacing: -.01em; white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a.link {
  font-family: var(--font-ui); font-weight: 600; font-size: 15px;
  color: var(--ink-soft); text-decoration: none;
  padding: 8px 13px; border-radius: var(--radius-pill);
  transition: background .15s ease, color .15s ease;
}
.nav-links a.link:hover { background: var(--clay-50); color: var(--ink); }
.nav-links a.link[aria-current="page"] { color: var(--clay-600); background: var(--clay-50); }
.nav .btn { padding: 10px 18px; font-size: 15px; white-space: nowrap; }

/* =========================================================
   HERO
   ========================================================= */
.hero { padding: clamp(48px, 6vw, 88px) 0 clamp(56px, 7vw, 96px); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 4vw, 60px); align-items: center; }
.hero h1 { font-size: clamp(40px, 5.8vw, 72px); }
.hero h1 .why { color: var(--old-story); text-decoration: line-through; text-decoration-thickness: 3px; }
.hero h1 .watch { color: var(--clay-600); }
.hero .sub { font-family: var(--font-body); font-size: clamp(19px, 2vw, 22px); line-height: var(--leading-body); color: var(--ink-soft); margin-top: 22px; max-width: 38ch; }
.hero .sub .em { color: var(--ink); font-weight: 600; font-style: italic; }
.hero-cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 32px; }

/* watch-me chant card */
.chant {
  background: var(--surface-card);
  border: var(--stroke-bold) solid var(--ink);
  border-radius: var(--wobble);
  box-shadow: var(--shadow-sticker-lg);
  padding: clamp(24px, 3vw, 38px) clamp(24px, 3.4vw, 44px);
  transform: rotate(1deg);
  position: relative;
}
.chant ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.chant li {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(19px, 2.1vw, 24px); color: var(--ink);
  display: flex; align-items: baseline; gap: 12px;
}
.chant li .arw { color: var(--clay-500); font-weight: 800; flex: none; }
.chant li:last-child { color: var(--sage-600); }
.chant .pin {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--honey-500); border: 2.5px solid var(--ink);
  box-shadow: var(--shadow-sticker);
}
.chant-note {
  width: fit-content; max-width: 250px;
  margin: 22px 6px 0 auto; transform: rotate(2.5deg);
  background: var(--honey-100); border: var(--stroke-bold) solid var(--ink);
  border-radius: var(--wobble-sm); box-shadow: var(--shadow-sticker);
  padding: 12px 16px;
  font-family: var(--font-hand); font-size: 19px; line-height: 1.2; color: var(--ink);
}

/* =========================================================
   REFRAME — the signature ❌→✅
   ========================================================= */
.reframe-pair { display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(16px, 3vw, 34px); align-items: center; margin-top: 44px; }
.rf {
  border: 2.5px solid; border-radius: var(--wobble); padding: clamp(20px, 2.6vw, 30px);
  font-family: var(--font-display); font-weight: 700; font-size: clamp(22px, 2.8vw, 32px);
  text-align: center; background: var(--surface-card);
}
.rf.old { border-color: var(--old-story); color: var(--ink-soft); background: var(--old-story-tint); transform: rotate(-1deg); }
.rf.old .txt { text-decoration: line-through; text-decoration-color: var(--old-story); text-decoration-thickness: 3px; }
.rf.old .mk { color: var(--old-story); }
.rf.new { border-color: var(--new-story); color: var(--new-story); background: var(--new-story-tint); transform: rotate(1deg); box-shadow: var(--shadow-sticker-lg); }
.rf .mk { display: block; font-size: 20px; font-family: var(--font-ui); margin-bottom: 8px; }
.rf-arrow { width: clamp(48px, 6vw, 84px); flex: none; }

/* =========================================================
   STACKED PROSE (manifesto lines)
   ========================================================= */
.stack-lines { display: grid; gap: 14px; margin-top: 30px; max-width: var(--measure); }
.stack-lines p { font-family: var(--font-body); font-size: clamp(18px, 1.9vw, 21px); line-height: 1.55; color: var(--ink-soft); }
.stack-lines p strong { color: var(--ink); font-weight: 600; }
.stack-lines .quote {
  font-family: var(--font-hand); font-size: clamp(23px, 2.4vw, 28px); color: var(--clay-700);
  border-left: 3px solid var(--honey-500); padding-left: 16px; transform: rotate(-.5deg);
}

/* two-column story */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 70px); align-items: center; }

/* =========================================================
   PILLARS — the four things
   ========================================================= */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 48px; }
.pillar {
  background: var(--surface-card); border: var(--stroke-bold) solid var(--ink);
  border-radius: var(--wobble); box-shadow: var(--shadow-sticker-lg);
  padding: 26px 22px 28px; display: flex; flex-direction: column; gap: 12px;
}
.pillar:nth-child(1) { transform: rotate(-1deg); }
.pillar:nth-child(2) { transform: rotate(.8deg); }
.pillar:nth-child(3) { transform: rotate(-.6deg); }
.pillar:nth-child(4) { transform: rotate(1deg); }
.pillar .badge {
  width: 54px; height: 54px; border-radius: var(--wobble-sm);
  border: var(--stroke-bold) solid var(--ink); box-shadow: var(--shadow-sticker);
  display: grid; place-items: center; font-size: 26px;
}
.badge svg, .tool .ic svg { width: 33px; height: 33px; display: block; }
.pillar:nth-child(1) .badge { background: var(--clay-100); }
.pillar:nth-child(2) .badge { background: var(--honey-100); }
.pillar:nth-child(3) .badge { background: var(--sky-100); }
.pillar:nth-child(4) .badge { background: var(--sage-100); }
.pillar h3 { font-size: 23px; }
.pillar p { font-family: var(--font-body); font-size: 16.5px; line-height: 1.5; color: var(--ink-soft); }
.pillar .hand-tag { font-family: var(--font-hand); font-size: 21px; color: var(--clay-600); margin-top: auto; }

/* =========================================================
   TOOLBOX
   ========================================================= */
.tools { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin-top: 48px; }
.tool {
  background: var(--surface-card); border: var(--stroke-bold) solid var(--ink);
  border-radius: var(--wobble); box-shadow: var(--shadow-sticker-lg);
  padding: 28px 26px; display: flex; flex-direction: column; gap: 12px;
  text-decoration: none; color: inherit; position: relative;
  transition: transform .12s ease;
}
a.tool:hover { transform: translateY(-4px) rotate(-.4deg); }
.tool .ic {
  width: 52px; height: 52px; border-radius: var(--wobble-sm);
  border: var(--stroke-bold) solid var(--ink); box-shadow: var(--shadow-sticker);
  display: grid; place-items: center; font-size: 25px; background: var(--honey-100);
}
.tool h3 { font-size: 24px; }
.tool p { font-family: var(--font-body); font-size: 17px; line-height: 1.5; color: var(--ink-soft); }
.tool .go { font-family: var(--font-ui); font-weight: 700; font-size: 15px; color: var(--clay-600); margin-top: auto; }
.tool .soon {
  position: absolute; top: 18px; right: 18px; transform: rotate(3deg);
  font-family: var(--font-hand); font-size: 18px; color: var(--sky-600);
  border: 2px solid var(--sky-500); border-radius: var(--wobble-sm); padding: 3px 11px;
}
.tool.live { border-color: var(--ink); }
.tool.live .flag {
  position: absolute; top: 18px; right: 18px; transform: rotate(3deg);
  font-family: var(--font-hand); font-size: 18px; color: var(--sage-600);
  border: 2px solid var(--sage-500); border-radius: var(--wobble-sm); padding: 3px 11px;
  background: var(--sage-50);
}

/* featured ebook strip */
.feature {
  margin-top: 34px;
  display: grid; grid-template-columns: auto 1fr auto; gap: clamp(20px, 3vw, 36px); align-items: center;
  background: var(--surface-card); border: var(--stroke-bold) solid var(--ink);
  border-radius: var(--wobble); box-shadow: var(--shadow-sticker-lg);
  padding: clamp(22px, 3vw, 32px);
}
.feature .cover {
  width: 120px; border-radius: var(--radius-sm); border: 2px solid var(--ink);
  box-shadow: var(--shadow-sticker); transform: rotate(-2deg);
}
.feature h3 { font-size: clamp(22px, 2.4vw, 28px); }
.feature p { font-family: var(--font-body); font-size: 17px; line-height: 1.5; color: var(--ink-soft); margin-top: 8px; max-width: 52ch; }

/* =========================================================
   WHO IT'S FOR
   ========================================================= */
.who-list { display: grid; gap: 13px; margin-top: 26px; }
.who {
  display: flex; align-items: center; gap: 15px;
  background: var(--surface-card); border: 2px solid var(--ink);
  border-radius: var(--wobble-sm); padding: 14px 18px;
  box-shadow: var(--shadow-sticker);
  font-family: var(--font-display); font-weight: 600; font-size: 18.5px; color: var(--ink);
}
.who .spr { color: var(--sage-600); font-weight: 900; font-family: var(--font-ui); }
.who-pull { font-family: var(--font-hand); font-size: clamp(26px, 3vw, 34px); color: var(--clay-600); line-height: 1.15; }

/* =========================================================
   FINAL (ink panel)
   ========================================================= */
.final { text-align: center; }
.final h2 { font-size: clamp(34px, 5.4vw, 66px); }
.final h2 .y { color: var(--honey-500); }
.final h2 .g { color: var(--sage-300); }
.final h2 .c { color: var(--clay-500); }
.accent-clay { color: var(--clay-600); }
.final .copy { font-family: var(--font-body); max-width: 52ch; margin: 24px auto 0; color: rgba(251,241,225,.78); font-size: clamp(18px, 2vw, 21px); line-height: var(--leading-body); }
.final .copy .em { color: var(--paper); font-weight: 600; font-style: italic; }
.final .btn.big { margin-top: 36px; }
.final-aside { font-family: var(--font-hand); font-size: 23px; color: var(--honey-300); margin-top: 18px; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { padding: 56px 0 64px; border-top: 1.5px solid var(--border-soft); }
.footer-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; flex-wrap: wrap; }
.footer .tagline { font-family: var(--font-hand); font-size: 21px; color: var(--ink-soft); margin-top: 10px; }
.footer .fineprint { font-family: var(--font-body); color: var(--ink-faint); font-size: 13px; margin-top: 8px; }
.footer nav { display: grid; gap: 8px; }
.footer nav a { font-family: var(--font-ui); font-weight: 600; font-size: 15px; color: var(--ink-soft); text-decoration: none; }
.footer nav a:hover { color: var(--clay-600); }
.footer .fhead { font-family: var(--font-ui); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: var(--tracking-wide); color: var(--ink-faint); margin-bottom: 4px; }
.footer .contact { display: grid; gap: 10px; }
.footer .c-line {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-ui); font-weight: 600; font-size: 15px;
  color: var(--ink-soft); text-decoration: none;
}
.footer .c-line:hover { color: var(--clay-600); }
.footer .c-line svg { width: 22px; height: 22px; flex: none; }
.footer .c-label { font-family: var(--font-body); font-size: 14px; color: var(--ink-faint); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1000px) {
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .hero-grid, .story-grid { grid-template-columns: 1fr; }
  .chant { max-width: 520px; margin: 10px auto 0; }
  .chant-note { margin: 20px auto 0; }
  .hero .sub { max-width: 52ch; }
}
@media (max-width: 760px) {
  .tools { grid-template-columns: 1fr; }
  .reframe-pair { grid-template-columns: 1fr; }
  .rf-arrow { transform: rotate(90deg); margin: -6px auto; }
  .feature { grid-template-columns: 1fr; text-align: center; }
  .feature .cover { margin: 0 auto; }
  .feature .btn { justify-self: center; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 18px; }
  .nav .wrap { height: 64px; }
  .brand .word { font-size: 17px; }
  .brand img { width: 32px; height: 32px; }
  .nav-links { gap: 2px; }
  .nav-links a.link { font-size: 13px; padding: 6px 8px; }
  .nav-links a.link[href="index.html"] { display: none; }
  .nav .btn { padding: 9px 14px; font-size: 13px; }
  .section-pad { padding: clamp(48px, 13vw, 68px) 0; }
  .hero { padding: 32px 0 52px; }
  .hero h1 { font-size: clamp(33px, 8.8vw, 48px); }
  .hero .sub { font-size: 18px; }
  .hero-cta .btn { width: 100%; }
  .lead { font-size: 18px; line-height: 1.6; }
  .pillars { grid-template-columns: 1fr; }
  .pillar { transform: none !important; }
  .h-sec { font-size: clamp(28px, 8.4vw, 40px); }
  .who { font-size: 17px; }
  .chant { padding: 22px 20px; }
  .chant li { font-size: 18px; }
  .chant-note { font-size: 23px; max-width: 240px; }
  .note { font-size: 25px; }
  .stack-lines p { font-size: 17.5px; }
  .stack-lines .quote { font-size: 22px; }
  .rf { font-size: 22px; }
  .feature h3 { font-size: 22px; }
  .feature p, .tool p { font-size: 16.5px; }
  .final .copy { font-size: 17.5px; }
  .who-pull { font-size: 26px; }
}

/* ---- very small phones ---- */
@media (max-width: 460px) {
  .wrap { padding: 0 14px; }
  .brand .word { display: none; }
  .nav-links a.link { font-size: 12.5px; padding: 6px 7px; }
  .nav .btn { padding: 8px 12px; font-size: 12.5px; }
  .hero h1 { font-size: clamp(29px, 9.4vw, 40px); }
  .h-sec { font-size: clamp(25px, 8.6vw, 34px); }
  .pillar { padding: 22px 18px; }
  .tool { padding: 22px 18px; }
  .feature { padding: 20px 16px; }
}
