:root {
  --paper: #f4f0e6;
  --ink: #171716;
  --red: #f04b32;
  --acid: #d7ff43;
  --blue: #4f71ff;
  --line: 2px solid var(--ink);
  --shadow: 7px 7px 0 var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.45;
  overflow-x: hidden;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 99; background: var(--acid); padding: 12px 18px; border: var(--line); font-weight: 800; }
.skip-link:focus { top: 20px; }

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  padding: 14px clamp(20px, 4vw, 64px);
  border-bottom: var(--line);
  background: var(--paper);
}
.wordmark { display: inline-flex; flex-direction: column; text-decoration: none; text-transform: uppercase; font-size: 15px; line-height: .92; letter-spacing: .02em; }
.wordmark strong { font-size: 26px; font-weight: 900; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 40px); }
.site-nav a { font-weight: 700; text-decoration: none; font-size: 15px; }
.site-nav a:not(.nav-cta):hover { text-decoration: underline 3px var(--red); text-underline-offset: 5px; }
.nav-cta { background: var(--ink); color: white; padding: 13px 18px; border: 2px solid var(--ink); }
.nav-cta:hover { background: var(--acid); color: var(--ink); }
.menu-button { display: none; background: transparent; border: var(--line); padding: 9px 12px; font: inherit; font-weight: 800; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .72fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
  min-height: calc(100vh - 92px);
  padding: clamp(65px, 9vw, 125px) clamp(20px, 6vw, 96px);
  background: radial-gradient(circle at 73% 24%, rgba(79,113,255,.16) 0 13%, transparent 13.2%), var(--paper);
}
.hero-copy { max-width: 850px; }
.eyebrow { margin: 0 0 22px; font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-size: clamp(52px, 7.2vw, 112px); line-height: .89; letter-spacing: -.065em; font-weight: 900; }
h1 em { display: inline-block; color: var(--red); font-family: Georgia, serif; font-weight: 400; transform: rotate(-3deg); }
.hero-intro { max-width: 710px; font-size: clamp(19px, 2vw, 26px); line-height: 1.3; }
.button-row { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; min-height: 55px; padding: 14px 22px; border: var(--line); font: inherit; font-weight: 900; text-decoration: none; cursor: pointer; transition: transform .15s, box-shadow .15s; }
.button:hover { transform: translate(-3px,-3px); box-shadow: 5px 5px 0 var(--ink); }
.button-dark { background: var(--ink); color: #fff; }
.button-acid { background: var(--acid); color: var(--ink); }
.text-link { font-weight: 800; text-underline-offset: 5px; text-decoration-thickness: 2px; }
.hero-card { position: relative; padding: 38px; background: var(--blue); color: #fff; border: var(--line); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-card .card-label { margin-bottom: 5px; font-size: 24px; font-weight: 900; }
.price { margin: 0; font-size: 100px; line-height: .9; font-weight: 900; letter-spacing: -.08em; }
.price span { font-size: .52em; vertical-align: top; }
.price-note { font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-card ul { margin: 26px 0 30px; padding: 24px 0 0; border-top: 2px solid rgba(255,255,255,.8); list-style: none; }
.hero-card li { padding: 6px 0; font-weight: 700; }
.hero-card li::before { content: "✓"; margin-right: 10px; color: var(--acid); }
.hero-card .button { width: 100%; }
.scribble { position: absolute; right: -23px; top: -43px; width: 93px; height: 93px; display: grid; place-items: center; border-radius: 50%; background: var(--acid); color: var(--ink); border: var(--line); font-size: 13px; line-height: 1; font-weight: 900; text-align: center; transform: rotate(9deg); }

.ticker { overflow: hidden; border-block: var(--line); background: var(--red); }
.ticker div { width: max-content; padding: 16px 0; font-size: 19px; font-weight: 900; text-transform: uppercase; word-spacing: 16px; animation: drift 24s linear infinite; }
@keyframes drift { to { transform: translateX(-35%); } }

.recognition { padding: clamp(80px, 11vw, 155px) clamp(20px, 6vw, 96px); }
.section-heading { display: grid; grid-template-columns: .5fr 1.5fr; gap: 30px; align-items: start; margin-bottom: 60px; }
.section-heading h2, .how h2, .included h2, .fit h2, .faq h2, .book h2 { margin-bottom: 0; font-size: clamp(42px, 6vw, 84px); line-height: .96; letter-spacing: -.055em; }
.thought-grid { display: grid; grid-template-columns: repeat(4,1fr); border: var(--line); }
.thought-grid article { min-height: 235px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border-right: var(--line); }
.thought-grid article:last-child { border-right: 0; }
.thought-grid article:nth-child(2) { background: var(--acid); }
.thought-grid article:nth-child(4) { background: var(--blue); color: white; }
.thought-grid span { font-size: 13px; font-weight: 900; }
.thought-grid p { margin: 36px 0 0; font-size: clamp(20px, 2vw, 27px); line-height: 1.15; font-weight: 800; }
.big-reassurance { max-width: 1050px; margin: 90px auto 0; text-align: center; font-family: Georgia, serif; font-style: italic; font-size: clamp(30px, 4.2vw, 59px); line-height: 1.08; }

.how { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 160px); padding: clamp(80px, 10vw, 145px) clamp(20px, 6vw, 96px); background: var(--ink); color: #fff; }
.how-intro { position: sticky; top: 40px; align-self: start; }
.how-intro p:last-child { max-width: 580px; margin-top: 30px; font-size: 20px; color: #d7d4cc; }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { display: grid; grid-template-columns: 76px 1fr; gap: 24px; padding: 34px 0; border-top: 1px solid #555; }
.steps li:last-child { border-bottom: 1px solid #555; }
.steps span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: var(--ink); font-weight: 900; font-size: 22px; }
.steps h3 { margin-bottom: 9px; font-size: 25px; }
.steps p { margin: 0; color: #c5c2bc; }

.included { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: clamp(75px, 9vw, 130px) clamp(20px, 6vw, 96px); background: var(--acid); border-bottom: var(--line); }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { display: grid; gap: 7px; padding: 24px 0; border-top: var(--line); }
.check-list li:last-child { border-bottom: var(--line); }
.check-list strong { font-size: 23px; }

.fit { display: grid; grid-template-columns: 1fr 1fr; }
.fit > div { position: relative; padding: clamp(70px, 9vw, 130px) clamp(25px, 6vw, 90px); }
.fit-yes { background: var(--paper); }
.fit-no { background: var(--red); border-left: var(--line); }
.fit h2 { font-size: clamp(42px, 5vw, 70px); margin-bottom: 40px; }
.fit ul { padding-left: 22px; }
.fit li, .fit p { margin-bottom: 18px; font-size: 19px; }
.stamp { display: inline-block; margin-bottom: 35px !important; padding: 8px 14px; border: var(--line); border-radius: 50%; font-size: 13px !important; font-weight: 900; transform: rotate(-5deg); }

.about { padding: clamp(80px, 10vw, 145px) max(20px, calc((100vw - 1120px)/2)); text-align: center; background: var(--blue); color: #fff; border-block: var(--line); }
.about blockquote { margin: 0 auto 35px; max-width: 1100px; font-size: clamp(36px, 5.5vw, 75px); line-height: 1.04; letter-spacing: -.04em; font-weight: 900; }
.about > p:last-child { max-width: 740px; margin: 0 auto; font-size: 20px; }

.latest-post { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 9vw, 140px); align-items: end; padding: clamp(75px, 9vw, 130px) clamp(20px, 6vw, 96px); background: var(--acid); border-bottom: var(--line); }
.latest-post h2 { max-width: 900px; margin-bottom: 0; font-size: clamp(42px, 5.7vw, 78px); line-height: .96; letter-spacing: -.055em; }
.latest-post-copy > p { font-size: 20px; }
.latest-post-copy .button { margin: 18px 20px 0 0; }
.latest-post-copy .text-link { display: inline-block; margin-top: 24px; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 140px); padding: clamp(80px, 10vw, 145px) clamp(20px, 6vw, 96px); }
.faq h2 { font-size: clamp(42px, 5vw, 68px); }
.accordion { border-top: var(--line); }
details { border-bottom: var(--line); }
summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; font-size: 20px; font-weight: 900; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 18px; font-size: 31px; }
details[open] summary::after { content: "−"; }
details p { max-width: 630px; padding: 0 48px 24px 0; margin: 0; }

.book { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; padding: clamp(70px, 9vw, 125px) clamp(20px, 6vw, 96px); background: var(--red); border-top: var(--line); }
.book h2 { max-width: 950px; }
.book > div > p:last-child { margin: 28px 0 0; font-size: 20px; }
.book-action { padding: 28px; background: var(--paper); border: var(--line); box-shadow: var(--shadow); }
.book-action > p { display: flex; justify-content: space-between; gap: 18px; align-items: baseline; border-bottom: var(--line); padding-bottom: 20px; }
.book-action > p span { font-size: 14px; }
.book-action .button { width: 100%; }
.book-action small { display: block; margin-top: 14px; text-align: center; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; padding: 50px clamp(20px, 6vw, 96px); background: var(--ink); color: #fff; }
footer p { margin: 0; font-size: 14px; }
footer p:last-child { text-align: right; }
.footer-mark { color: #fff; }

.policy-page { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: clamp(70px, 9vw, 120px) 0; }
.policy-page > h1 { max-width: 760px; margin-bottom: 18px; font-size: clamp(56px, 9vw, 105px); }
.policy-updated { margin-bottom: 70px; font-weight: 700; }
.policy-page section { padding: 38px 0; border-top: var(--line); }
.policy-page section:last-child { border-bottom: var(--line); }
.policy-page section h2 { margin-bottom: 20px; font-size: clamp(28px, 4vw, 42px); line-height: 1; letter-spacing: -.035em; }
.policy-page section p, .policy-page section li, .policy-page address { max-width: 780px; }
.policy-page address { margin-bottom: 22px; font-style: normal; font-weight: 700; }
.policy-page li { margin-bottom: 9px; }
.policy-page a { text-underline-offset: 4px; }
.cancellation-form blockquote { margin: 25px 0 0; padding: 26px; background: #fff; border: var(--line); font-family: Georgia, serif; font-size: 18px; }
.policy-footer { margin-top: 0; }

.blog-hero { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(45px, 8vw, 120px); align-items: end; padding: clamp(75px, 10vw, 140px) clamp(20px, 6vw, 96px); border-bottom: var(--line); }
.blog-hero h1 { max-width: 900px; }
.blog-hero-copy { max-width: 550px; font-size: clamp(18px, 2vw, 23px); }
.blog-list { padding: clamp(60px, 8vw, 110px) clamp(20px, 6vw, 96px); }
.post-card { display: grid; grid-template-columns: 160px 1fr auto; gap: 32px; align-items: center; padding: 35px 0; border-top: var(--line); text-decoration: none; }
.post-card:last-child { border-bottom: var(--line); }
.post-card time { font-size: 14px; font-weight: 900; text-transform: uppercase; }
.post-card h2 { margin: 0 0 10px; font-size: clamp(28px, 4vw, 50px); line-height: 1; letter-spacing: -.04em; }
.post-card p { margin: 0; max-width: 760px; }
.post-card .post-arrow { font-size: 35px; font-weight: 900; }
.post-card:hover h2 { color: var(--red); }

.article-page { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: clamp(70px, 9vw, 120px) 0; }
.article-page h1 { margin-bottom: 25px; font-size: clamp(49px, 7.5vw, 88px); }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-bottom: 60px; padding-bottom: 24px; border-bottom: var(--line); font-size: 14px; font-weight: 800; }
.article-intro { font-size: clamp(21px, 2.6vw, 28px); line-height: 1.35; font-weight: 700; }
.article-body h2 { margin: 55px 0 18px; font-size: clamp(30px, 4vw, 46px); line-height: 1; letter-spacing: -.035em; }
.article-body h3 { margin: 36px 0 12px; font-size: 24px; }
.article-body p, .article-body li { font-size: 18px; line-height: 1.65; }
.article-body li { margin-bottom: 12px; }
.article-callout { margin: 40px 0; padding: 28px; background: var(--acid); border: var(--line); box-shadow: 5px 5px 0 var(--ink); }
.article-callout p:last-child { margin-bottom: 0; }
.article-cta { margin-top: 65px; padding: 34px; background: var(--blue); color: white; border: var(--line); }
.article-cta h2 { margin-top: 0; }
.article-cta .button { background: var(--acid); color: var(--ink); }
.article-back { display: inline-block; margin-top: 55px; font-weight: 900; text-underline-offset: 5px; }

@media (max-width: 950px) {
  .hero, .how, .included, .faq, .book, .latest-post, .blog-hero { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-card { width: min(100%, 530px); }
  .thought-grid { grid-template-columns: 1fr 1fr; }
  .thought-grid article:nth-child(2) { border-right: 0; }
  .thought-grid article:nth-child(-n+2) { border-bottom: var(--line); }
  .how-intro { position: static; }
  .fit { grid-template-columns: 1fr; }
  .fit-no { border-left: 0; border-top: var(--line); }
  .book-action { max-width: 520px; }
  .post-card { grid-template-columns: 130px 1fr auto; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .site-header { min-height: 76px; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 76px; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 20px; background: var(--paper); border-bottom: var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 4px; }
  .nav-cta { margin-top: 7px; padding: 13px 16px !important; text-align: center; }
  .hero { padding-top: 58px; background: var(--paper); }
  .button-row { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-card { padding: 28px 24px; transform: none; box-shadow: 5px 5px 0 var(--ink); }
  .scribble { right: -8px; }
  .section-heading { grid-template-columns: 1fr; }
  .thought-grid { grid-template-columns: 1fr; }
  .thought-grid article { min-height: 190px; border-right: 0; border-bottom: var(--line); }
  .thought-grid article:last-child { border-bottom: 0; }
  .steps li { grid-template-columns: 54px 1fr; gap: 15px; }
  .steps span { width: 46px; height: 46px; }
  .included { gap: 45px; }
  .book { gap: 45px; }
  .book-action > p { flex-direction: column; }
  .post-card { grid-template-columns: 1fr auto; gap: 12px 20px; }
  .post-card time { grid-column: 1 / -1; }
  .post-card p { display: none; }
  footer { grid-template-columns: 1fr; align-items: start; }
  footer p:last-child { text-align: left; }
  .policy-header .nav-cta { padding: 10px 12px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker div { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
