:root {
  --ink: #17213b;
  --ink-soft: #293554;
  --paper: #f4f0e8;
  --cream: #eae3d7;
  --coral: #f06c54;
  --acid: #d6ec55;
  --blue: #2d55dc;
  --white: #fffdf8;
  --line: rgba(23, 33, 59, 0.18);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px,4vw,68px); background: var(--paper); border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; line-height: 0; }
.brand-logo { display: block; width: auto; height: 47px; }
nav { display: flex; align-items: center; gap: clamp(22px,2.5vw,42px); font-size: 14px; }
nav > a:not(.nav-cta) { position: relative; }
nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .25s ease; }
nav > a:hover::after { right: 0; }
.nav-cta { border: 1px solid var(--ink); border-radius: 100px; padding: 12px 18px; transition: .2s ease; }
.nav-cta:hover { color: white; background: var(--ink); }
.nav-cta span, .button span { display: inline-block; margin-left: 8px; transition: transform .2s ease; }
.nav-cta:hover span, .button:hover span { transform: translate(3px,-3px); }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button > span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 5px 0; background: var(--ink); }

.hero { min-height: calc(100svh - 78px); display: grid; grid-template-columns: 48% 52%; position: relative; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; padding: clamp(70px,9vw,145px) clamp(24px,5vw,80px) 80px clamp(22px,5vw,80px); background: var(--coral); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-copy::after { content: ""; position: absolute; z-index: -1; width: 210px; height: 210px; right: -85px; top: 12%; background: var(--acid); border-radius: 50%; mix-blend-mode: multiply; opacity: .86; }
.eyebrow { margin: 0 0 25px; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .11em; display: flex; align-items: center; gap: 10px; }
.eyebrow > span { display: block; width: 26px; height: 1px; background: currentColor; }
h1, h2, blockquote { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
h1 { margin: 0; font-size: clamp(68px,8vw,132px); line-height: .76; position: relative; z-index: 1; }
h1 em, h2 em, blockquote em { font-weight: 400; color: var(--white); }
.hero-intro { margin: 42px 0 32px; max-width: 560px; font-size: clamp(17px,1.45vw,21px); line-height: 1.48; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; padding: 16px 21px; border-radius: 4px; font-size: 14px; font-weight: 500; }
.button-dark { background: var(--ink); color: var(--white); }
.text-link { font-size: 14px; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-link span { margin-left: 7px; }
.hero-image { margin: 0; min-width: 0; min-height: 600px; height: 100%; position: relative; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.hero-image figcaption { position: absolute; left: 28px; right: 28px; bottom: 25px; display: flex; gap: 8px; flex-wrap: wrap; }
.hero-image figcaption span { font-family: var(--mono); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; background: rgba(244,240,232,.9); backdrop-filter: blur(8px); border-radius: 30px; padding: 8px 12px; }
.hero-note { position: absolute; z-index: 3; right: 25px; top: 24px; font-family: var(--mono); font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; color: white; text-align: right; }

.marquee { overflow: hidden; background: var(--acid); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 30px; padding: 18px 0; animation: marquee 28s linear infinite; }
.marquee span { font-family: var(--serif); font-size: 23px; }
.marquee i { font-style: normal; font-size: 12px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: clamp(90px,11vw,165px) clamp(22px,6.2vw,100px); }
.section-label { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; display: flex; gap: 10px; align-items: center; align-self: start; }
.section-label span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.section-label.light { color: rgba(255,255,255,.7); }
.manifesto { display: grid; grid-template-columns: 24% 1fr; gap: 6%; }
.manifesto h2, .services h2, .process h2 { margin: 0; font-size: clamp(50px,6.4vw,98px); line-height: .95; }
.manifesto h2 em { color: var(--blue); }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; margin-top: 70px; max-width: 950px; }
.manifesto-grid p { margin: 0; line-height: 1.65; font-size: 16px; }
.manifesto-grid .lead { font-family: var(--serif); font-size: clamp(24px,2.3vw,34px); line-height: 1.23; letter-spacing: -.02em; }

.outcomes { padding-top: 30px; background: linear-gradient(to bottom, var(--paper) 0 33%, var(--cream) 33% 100%); }
.outcomes-header { display: flex; align-items: end; justify-content: space-between; margin-bottom: 72px; }
.outcomes-header .eyebrow { margin: 0 0 12px; }
.outcomes-header h2 { margin: 0; font-family: var(--serif); font-size: clamp(45px,5.5vw,82px); line-height: .92; font-weight: 400; letter-spacing: -.04em; text-align: right; }
.outcome-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.outcome { min-height: 410px; border: 1px solid var(--ink); padding: 25px; display: flex; flex-direction: column; position: relative; transition: transform .25s ease, background .25s ease; }
.outcome:nth-child(2) { background: var(--acid); transform: translateY(22px); }
.outcome:hover { background: var(--white); transform: translateY(-8px); }
.outcome:nth-child(2):hover { transform: translateY(14px); }
.outcome-number { font-family: var(--mono); font-size: 10px; }
.outcome-icon { margin: auto 0; width: 64px; height: 64px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: 30px; }
.outcome h3 { margin: 0 0 16px; font-family: var(--serif); font-size: clamp(25px,2.2vw,33px); line-height: 1.05; font-weight: 400; letter-spacing: -.025em; max-width: 310px; }
.outcome p { margin: 0; font-size: 14px; line-height: 1.55; max-width: 340px; }

.services { background: var(--ink); color: var(--white); display: grid; grid-template-columns: 40% 1fr; gap: 9%; }
.services-intro { position: sticky; top: 60px; align-self: start; }
.services h2 { margin-top: 55px; }
.services h2 em { color: var(--coral); }
.services-intro > p { max-width: 440px; margin: 35px 0 0; color: rgba(255,255,255,.68); line-height: 1.65; }
.service-item { border-top: 1px solid rgba(255,255,255,.24); }
.service-item:last-child { border-bottom: 1px solid rgba(255,255,255,.24); }
.service-item button { width: 100%; border: 0; color: inherit; background: transparent; text-align: left; display: grid; grid-template-columns: 45px 1fr 30px; align-items: center; gap: 10px; padding: 28px 0; cursor: pointer; }
.service-index { font-family: var(--mono); color: rgba(255,255,255,.45); font-size: 10px; }
.service-title { font-family: var(--serif); font-size: clamp(24px,2.3vw,36px); letter-spacing: -.025em; }
.service-toggle { width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: grid; place-items: center; }
.service-panel { padding: 0 0 35px 55px; animation: panel-in .3s ease both; }
.service-panel > div { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; }
.service-panel p { color: rgba(255,255,255,.7); line-height: 1.6; margin: 0; max-width: 430px; }
.service-panel ul { margin: 0; padding: 0; list-style: none; font-family: var(--mono); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; line-height: 2; color: var(--acid); }
.service-panel li::before { content: "— "; }
.service-panel > a { display: inline-block; color: var(--acid); border-bottom: 1px solid currentColor; margin-top: 25px; padding-bottom: 3px; font-size: 13px; }
@keyframes panel-in { from { opacity: 0; transform: translateY(-8px); } }

.process { display: grid; grid-template-columns: 18% 1fr; column-gap: 8%; }
.process-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9%; align-items: end; }
.process h2 em { color: var(--coral); }
.process-heading > p { margin: 0 0 7px; line-height: 1.65; max-width: 400px; }
.process-steps { grid-column: 2; list-style: none; margin: 90px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); }
.process-steps li { position: relative; padding: 30px 25px 0 0; border-top: 1px solid var(--ink); }
.process-steps li::before { content: ""; position: absolute; width: 11px; height: 11px; background: var(--paper); border: 1px solid var(--ink); border-radius: 50%; top: -7px; left: 0; }
.process-steps li:first-child::before { background: var(--coral); }
.process-steps li > span { font-family: var(--mono); font-size: 9px; display: block; margin-bottom: 35px; }
.process-steps strong { font-family: var(--serif); font-size: 29px; font-weight: 400; }
.process-steps p { font-size: 13px; line-height: 1.55; max-width: 190px; }

.principles { padding-top: 0; }
.principles-card { background: var(--blue); color: var(--white); padding: clamp(45px,7vw,100px); border-radius: 2px; overflow: hidden; position: relative; }
.principles-card::after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; right: -90px; top: -110px; box-shadow: 0 0 0 35px rgba(255,255,255,.04), 0 0 0 70px rgba(255,255,255,.04); }
.principles-card blockquote { font-size: clamp(44px,6.5vw,96px); line-height: .97; max-width: 1050px; margin: 65px 0 75px; position: relative; z-index: 1; }
.principles-card blockquote em { color: var(--acid); }
.principle-tags { display: flex; flex-wrap: wrap; gap: 8px; position: relative; z-index: 1; }
.principle-tags span { border: 1px solid rgba(255,255,255,.65); border-radius: 100px; padding: 10px 16px; font-family: var(--mono); text-transform: uppercase; letter-spacing: .06em; font-size: 9px; }

.contact { background: var(--acid); display: grid; grid-template-columns: 1fr .75fr; gap: 10%; align-items: start; }
.contact-copy h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(49px,6vw,90px); line-height: .92; letter-spacing: -.04em; }
.contact-copy > p:last-child { max-width: 590px; font-size: 17px; line-height: 1.6; margin: 40px 0 0; }
.contact-card { background: var(--white); border: 1px solid var(--ink); padding: clamp(28px,4vw,55px); box-shadow: 10px 10px 0 var(--ink); }
.contact-card-top { display: flex; justify-content: space-between; font-family: var(--mono); text-transform: uppercase; letter-spacing: .07em; font-size: 9px; }
.contact-card h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(34px,3.8vw,55px); line-height: 1.05; margin: 72px 0 42px; }
.contact-card > a { display: flex; justify-content: space-between; align-items: center; background: var(--coral); border: 1px solid var(--ink); padding: 17px; font-weight: 500; }
.contact-card > p { font-size: 12px; margin: 20px 0 0; }
.inline-button { border: 0; background: transparent; padding: 0 0 2px; border-bottom: 1px solid currentColor; cursor: pointer; }
.contact-form { border-top: 1px solid var(--line); margin-top: 25px; padding-top: 20px; }
.contact-form label { display: block; font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 14px; }
.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: 6px; border: 1px solid var(--ink); background: var(--paper); padding: 11px; resize: vertical; }
.contact-form .button { width: 100%; }
.form-status { min-height: 18px; margin-bottom: 0; }

footer { background: var(--ink); color: var(--white); padding: 65px clamp(22px,6.2vw,100px) 25px; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; padding-bottom: 85px; }
.footer-logo { width: 235px; height: auto; }
.footer-main > p { color: rgba(255,255,255,.62); margin: 0; font-size: 14px; line-height: 1.6; }
.footer-links { display: flex; flex-direction: column; gap: 10px; justify-self: end; font-size: 13px; }
.footer-links a:hover { color: var(--acid); }
.footer-small { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); font-family: var(--mono); text-transform: uppercase; letter-spacing: .06em; font-size: 8px; color: rgba(255,255,255,.5); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { height: 68px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 25px; background: var(--paper); border-bottom: 1px solid var(--ink); flex-direction: column; align-items: stretch; }
  nav.is-open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding-top: 85px; }
  .hero-copy::after { right: -110px; }
  h1 { font-size: clamp(70px,18vw,120px); }
  .hero-image { height: 65vw; min-height: 460px; }
  .hero-note { display: none; }
  .manifesto { grid-template-columns: 1fr; gap: 50px; }
  .outcomes-header { display: block; }
  .outcomes-header h2 { text-align: left; margin-top: 30px; }
  .services { grid-template-columns: 1fr; }
  .services-intro { position: static; }
  .process { grid-template-columns: 1fr; row-gap: 50px; }
  .process-heading, .process-steps { grid-column: auto; }
  .process-steps { margin-top: 10px; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .section { padding: 82px 22px; }
  .hero-copy { padding: 70px 22px 65px; }
  .brand-logo { height: 38px; }
  .footer-logo { width: 215px; height: auto; }
  h1 { font-size: 19vw; }
  .hero-intro { margin-top: 32px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-image { height: 78vw; min-height: 410px; }
  .hero-image img { object-position: 63% center; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 30px; margin-top: 45px; }
  .outcomes { background: var(--cream); padding-top: 82px; }
  .outcome-list { grid-template-columns: 1fr; }
  .outcome { min-height: 340px; }
  .outcome:nth-child(2), .outcome:nth-child(2):hover { transform: none; }
  .services h2 { margin-top: 40px; }
  .service-item button { grid-template-columns: 30px 1fr 30px; }
  .service-panel { padding-left: 40px; }
  .service-panel > div { grid-template-columns: 1fr; }
  .process-heading { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li { border-top: 0; border-left: 1px solid var(--ink); padding: 0 0 40px 30px; }
  .process-steps li::before { left: -7px; top: 0; }
  .process-steps li > span { margin-bottom: 12px; }
  .principles { padding: 0; }
  .principles-card { border-radius: 0; padding: 70px 22px; }
  .principles-card blockquote { margin: 55px 0; }
  .contact-card { box-shadow: 6px 6px 0 var(--ink); }
  .footer-main { grid-template-columns: 1fr; gap: 40px; padding-bottom: 55px; }
  .footer-links { justify-self: start; }
  .footer-small { gap: 15px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---- Blog ---- */
.blog-page { display: block; }
.blog-heading { margin: 28px 0 70px; font-family: var(--serif); font-weight: 400; font-size: clamp(44px, 5.6vw, 84px); line-height: 0.97; letter-spacing: -0.03em; max-width: 900px; }
.blog-heading em { color: var(--blue); }
.blog-empty { font-family: var(--serif); font-size: clamp(20px, 2vw, 26px); }
.post-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 1100px; }
.post-card { border: 1px solid var(--ink); background: var(--white); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.post-card:hover { transform: translate(-4px, -4px); box-shadow: 8px 8px 0 var(--ink); }
.post-card > a { display: flex; flex-direction: column; gap: 14px; padding: 25px; height: 100%; }
.post-card-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border: 1px solid var(--line); }
.post-card-date { margin: 0; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; }
.post-card h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(26px, 2.4vw, 36px); line-height: 1.05; letter-spacing: -0.02em; }
.post-card-excerpt { margin: 0; font-size: 14px; line-height: 1.55; }
.post-card .text-link { margin-top: auto; align-self: flex-start; }
.pagination { display: flex; gap: 25px; align-items: center; margin-top: 70px; font-family: var(--mono); font-size: 12px; }
.pagination a { border-bottom: 1px solid currentColor; padding-bottom: 2px; }

.post-page { display: block; }
.post-hero { max-width: 880px; margin: 0 auto; }
.post-hero h1 { margin: 18px 0 40px; font-family: var(--serif); font-weight: 400; font-size: clamp(40px, 5vw, 74px); line-height: 1; letter-spacing: -0.03em; }
.post-hero-image { width: 100%; border: 1px solid var(--ink); margin-bottom: 55px; }
.post-body { max-width: 720px; margin: 0 auto; font-size: 17px; line-height: 1.7; }
.post-body h2, .post-body h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.02em; line-height: 1.1; }
.post-body h2 { font-size: clamp(30px, 3vw, 42px); margin: 55px 0 18px; }
.post-body h3 { font-size: clamp(23px, 2.2vw, 29px); margin: 40px 0 14px; }
.post-body a { border-bottom: 1px solid var(--coral); }
.post-body blockquote { font-family: var(--serif); font-size: clamp(22px, 2vw, 28px); line-height: 1.3; margin: 45px 0; padding-left: 28px; border-left: 3px solid var(--acid); }
.post-body img { border: 1px solid var(--ink); margin: 35px 0; }
.post-body pre { background: var(--ink); color: var(--white); padding: 20px; overflow-x: auto; font-family: var(--mono); font-size: 14px; }
.post-body code { font-family: var(--mono); font-size: 0.9em; }
.more-posts { border-top: 1px solid var(--line); }
.preview-banner { margin: 0; padding: 12px clamp(22px, 6.2vw, 100px); background: var(--acid); font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; }

.blog-teaser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 60px 0 45px; }
.blog-card { border: 1px solid var(--ink); background: var(--white); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.blog-card:hover { transform: translate(-4px, -4px); box-shadow: 8px 8px 0 var(--ink); }
.blog-card > a { display: flex; flex-direction: column; gap: 14px; padding: 25px; height: 100%; }
.blog-card-image { display: block; width: calc(100% + 50px); max-width: none; margin: -25px -25px 0; aspect-ratio: 3 / 2; object-fit: cover; border-bottom: 1px solid var(--ink); }
.blog-card-date { margin: 0; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; }
.blog-card h3 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(24px, 2vw, 31px); line-height: 1.08; letter-spacing: -0.02em; }
.blog-card-excerpt { margin: 0; font-size: 14px; line-height: 1.55; }
.blog-card .text-link { margin-top: auto; align-self: flex-start; }

.enquiry-page { max-width: 860px; }
.enquiry-intro { max-width: 640px; font-size: 17px; line-height: 1.6; margin: 25px 0 45px; }
.enquiry-errors { border: 1px solid var(--coral); background: rgba(240, 108, 84, 0.08); padding: 12px 16px; margin: 0 0 30px; }
.enquiry-form label { display: block; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea {
  display: block; width: 100%; margin-top: 7px; border: 1px solid var(--ink); background: var(--white); padding: 12px; font: 15px/1.4 var(--sans, inherit); resize: vertical;
}
.enquiry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 26px; margin: 35px 0; }
.enquiry-wide { margin: 0 0 22px; }
.enquiry-fieldset { border: 1px solid var(--ink); padding: 22px 25px 25px; margin: 0; }
.enquiry-fieldset legend { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; padding: 0 8px; }
.topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 22px; margin-top: 8px; }
.topic-option { display: flex; align-items: center; gap: 10px; font-family: var(--sans, inherit); font-size: 14px; text-transform: none; letter-spacing: 0; cursor: pointer; }
.topic-option input { width: 18px; height: 18px; margin: 0; accent-color: var(--ink); flex: none; }
.req { color: var(--coral); }
.optional { opacity: 0.55; text-transform: none; letter-spacing: 0; }
.field-error { display: block; color: var(--coral); font-family: var(--sans, inherit); font-size: 13px; text-transform: none; letter-spacing: 0; margin-top: 6px; }
.enquiry-submit { margin-top: 10px; }
.hp-field { position: absolute; left: -9999px; top: auto; }

@media (max-width: 900px) {
  .post-list, .blog-teaser-grid { grid-template-columns: 1fr; }
  .enquiry-grid, .topic-grid { grid-template-columns: 1fr; }
}

/* ---- Readiness check ---- */
.readiness-page { max-width: 46rem; }
.readiness-intro, .readiness-data-note { max-width: 40rem; }
.readiness-data-note { font-size: 0.85rem; opacity: 0.7; margin-top: 3rem; }
.readiness-optin, .readiness-question, .readiness-results { margin-top: 2.5rem; }
.readiness-optin label { display: block; margin: 1rem 0; font-weight: 500; }
.readiness-optin input { display: block; width: 100%; max-width: 24rem; margin-top: 0.35rem; padding: 0.6rem 0.8rem; font: inherit; border: 1px solid currentColor; border-radius: 0.4rem; background: transparent; }
.readiness-smallprint { font-size: 0.85rem; opacity: 0.75; max-width: 34rem; }
.readiness-progress { font-family: 'DM Mono', monospace; font-size: 0.85rem; letter-spacing: 0.05em; }
.readiness-question-text { font-size: 1.6rem; line-height: 1.25; max-width: 36rem; }
.readiness-question-text:focus { outline: none; }
.readiness-options { display: grid; gap: 0.75rem; margin-top: 1.5rem; max-width: 36rem; }
.readiness-option { text-align: left; font: inherit; padding: 1rem 1.25rem; border: 1px solid currentColor; border-radius: 0.5rem; background: transparent; cursor: pointer; transition: transform 0.15s ease; }
.readiness-option:hover { transform: translateX(4px); }
.readiness-option.is-selected { background: currentColor; }
.readiness-option.is-selected { color: var(--paper, #fff); }
.readiness-back { font: inherit; background: none; border: none; cursor: pointer; margin-top: 1.5rem; text-decoration: underline; padding: 0; }
.readiness-archetype h2 { font-size: 2.2rem; }
.readiness-bars { margin-top: 2rem; display: grid; gap: 1.5rem; }
.readiness-bar-row h3 { font-size: 1rem; margin-bottom: 0.4rem; }
.readiness-bar-track { height: 0.6rem; border: 1px solid currentColor; border-radius: 999px; overflow: hidden; }
.readiness-bar-fill { height: 100%; border-radius: 999px; background: currentColor; transition: width 0.8s ease; }
.readiness-band-text { font-size: 0.9rem; margin-top: 0.4rem; max-width: 36rem; }
.readiness-first-step, .readiness-plan { margin-top: 2.5rem; padding: 1.5rem; border: 1px solid currentColor; border-radius: 0.75rem; }
.readiness-plan-output { white-space: pre-wrap; }
.readiness-plan-note { font-size: 0.85rem; opacity: 0.75; }
@media (prefers-reduced-motion: reduce) {
  .readiness-bar-fill, .readiness-option { transition: none; }
}

.readiness-teaser-card { border: 1px solid currentColor; border-radius: 0.75rem; padding: 2.5rem; max-width: 46rem; margin: 0 auto; }
.readiness-teaser-card .button { margin-top: 1rem; }
