:root {
  --paper: #faf8ef;
  --ink: #20201e;
  --muted: #69685f;
  --blue: #104dff;
  --line: #e4e1d7;
  --card: #fffefa;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 'DM Sans', sans-serif; -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
a { color: inherit; text-underline-offset: 5px; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
::selection { background: #d8e1ff; }
.wrap { width: min(1160px, calc(100% - 80px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: absolute; left: 20px; top: 12px; padding: 12px; background: var(--blue); color: white; transform: translateY(-180%); z-index: 5; }
.skip-link:focus { transform: none; }
.site-header { min-height: 100px; display: flex; justify-content: space-between; align-items: center; gap: 25px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 5px; font: 900 24px/1 'Nunito', sans-serif; letter-spacing: -.6px; text-decoration: none; white-space: nowrap; }
.brand b { color: var(--blue); }
.brand > span { color: var(--blue); font-size: 38px; margin-right: 7px; }
.site-header nav { display: flex; gap: 30px; align-items: center; }
.site-header nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; text-decoration: none; }
.nav-cta { border: 1px solid #cbc6b8; padding: 10px 18px; border-radius: 8px; gap: 18px; }
.nav-cta span { color: var(--blue); }
.hero { display: grid; grid-template-columns: 1.12fr 1fr; gap: 30px; align-items: center; padding-block: 76px 58px; }
.eyebrow { margin: 0 0 22px; font-size: 10px; line-height: 1.6; font-weight: 700; letter-spacing: 1.5px; }
.hero .eyebrow { color: var(--blue); }
h1, h2, h3 { font-family: 'Nunito', sans-serif; font-weight: 1000; line-height: 1.04; margin: 0; letter-spacing: -2.5px; text-wrap: balance; }
h1 { font-size: clamp(49px, 5.6vw, 76px); }
h2 { font-size: clamp(36px, 4vw, 54px); }
h3 { font-size: 33px; letter-spacing: -1.1px; line-height: 1.12; }
em { font-style: normal; color: var(--blue); }
.arc { position: relative; display: inline-block; }
.arc::after { content: ''; position: absolute; left: 0; right: 0; height: 10px; bottom: -12px; border-top: 3px solid var(--blue); border-radius: 50%; transform: rotate(-2deg); }
.lead { margin: 32px 0 14px; font-size: 18px; line-height: 1.6; max-width: 480px; }
.body-copy { color: var(--muted); font-size: 15px; max-width: 465px; margin: 0; }
.hero-actions { margin-top: 27px; display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.primary { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--blue); color: white; text-decoration: none; border-radius: 9px; min-height: 56px; padding: 16px 23px; font-size: 14px; font-weight: 600; box-shadow: 0 5px 0 #003bc21a; transition: transform .16s var(--ease), background-color .16s ease; }
.primary > span { font-size: 20px; }
.primary:active { transform: scale(.97); }
.action-note { font-size: 12px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; min-height: 44px; gap: 16px; font-size: 13px; text-decoration-color: #bbb8ad; }
.hero-copy > .text-link { margin-top: 10px; }
.hero-illustration { min-width: 0; }
.stage { position: relative; height: 402px; isolation: isolate; }
.stage::before { content: ''; position: absolute; inset: 25% -5% 0; background: radial-gradient(ellipse, #f1eacc77, transparent 68%); z-index: -1; }
.mascot { position: absolute; object-fit: contain; filter: drop-shadow(0 12px 9px #6e5b3320); transform-origin: 50% 88%; }
.orange { bottom: 16px; left: -4%; width: 62%; height: 81%; }
.green { bottom: 25px; right: -1%; width: 39%; height: 63%; }
.bubble { position: absolute; z-index: 2; font: 700 27px/1.12 'Caveat', cursive; text-align: center; background: #fffdf7; border: 1.5px solid #292821; border-radius: 50% 48% 44% 48%; padding: 21px 28px; transform: rotate(6deg); }
.bubble::after { content: ''; position: absolute; bottom: -9px; right: 32%; width: 14px; height: 18px; background: #fffdf7; border-right: 1.5px solid #292821; transform: skew(-30deg) rotate(30deg); }
.stage .bubble { right: 2%; top: 0; }
.scribble { position: absolute; bottom: -25px; left: 8%; font: 600 25px 'Caveat', cursive; color: var(--blue); transform: rotate(-5deg); }
.pause-stamp { position: absolute; left: 4%; bottom: 60px; z-index: 3; border: 2px solid var(--blue); background: var(--paper); color: var(--blue); padding: 8px 13px; font-size: 12px; font-weight: 700; letter-spacing: 2px; transform: rotate(-10deg); }
.scene-button { display: flex; gap: 18px; align-items: center; margin: 47px auto 0; border: 1px solid #d4d0c3; background: transparent; border-radius: 8px; min-height: 44px; padding: 8px 14px; font-size: 12px; }
.scene-feedback { min-height: 24px; margin: 6px 0 0; text-align: center; font-size: 12px; color: var(--muted); }
.grounding { display: flex; align-items: center; gap: 38px; padding-block: 25px; border-block: 1px solid var(--line); }
.grounding p { flex: 1; margin: 0; font-size: 12px; line-height: 1.6; }
.grounding strong, .grounding p span { display: block; }
.grounding strong { font-size: 13px; margin-bottom: 3px; }
.grounding p span { color: var(--muted); }
.motion-toggle { border: 0; background: transparent; font-size: 11px; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; padding: 5px; }
.cases { padding-top: 82px; scroll-margin-top: 24px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 45px; }
.source-note { max-width: 345px; color: var(--muted); font-size: 12px; line-height: 1.75; margin: 0; border-left: 2px solid var(--line); padding-left: 20px; }
.source-note strong { font-weight: 600; color: var(--ink); }
.case-card { display: grid; grid-template-columns: .9fr 1.4fr; gap: 42px; border: 1px solid var(--line); border-radius: 18px; background: var(--card); padding: 36px; margin-top: 24px; }
.case-intro { display: flex; align-items: flex-start; gap: 19px; min-width: 0; }
.case-number { color: var(--blue); font: 900 26px/1.25 'Nunito', sans-serif; border-bottom: 2px solid var(--blue); }
.case-intro .eyebrow { margin: 3px 0 17px; font-size: 9px; color: var(--muted); letter-spacing: 1px; }
.case-intro p:not(.eyebrow) { font-size: 14px; color: var(--muted); line-height: 1.7; margin: 17px 0; }
.case-status { display: inline-block; font-size: 10px; color: var(--muted); border: 1px solid var(--line); border-radius: 5px; padding: 3px 8px; }
.case-content { min-width: 0; }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.comparison > div { padding: 19px; border-radius: 10px; }
.before { background: #f1eee4; }
.after { background: #eef2ff; }
.small-label { display: block; font-size: 9px; font-weight: 700; letter-spacing: .9px; line-height: 1.5; }
.after .small-label { color: var(--blue); }
.comparison p { font-size: 14px; line-height: 1.65; margin: 12px 0 0; }
.human-check { font-size: 12px; line-height: 1.65; margin: 17px 0; color: var(--muted); }
.human-check > span { color: var(--blue); margin-right: 5px; }
details { border-block: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; min-height: 48px; cursor: pointer; font-size: 13px; font-weight: 600; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary > span { font-size: 23px; font-weight: 400; color: var(--blue); }
details[open] summary > span { transform: rotate(45deg); }
.case-detail { padding: 10px 0 15px; font-size: 13px; }
.case-detail p { color: var(--muted); }
.workflow { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; padding: 0; margin: 0; list-style: none; }
.workflow li { padding: 10px 0; line-height: 1.45; }
.workflow b { display: block; color: var(--blue); font-size: 11px; margin-bottom: 5px; }
.aside-joke { font: 600 24px/1.25 'Caveat', cursive; margin: 18px 0 0; color: #655c45; transform: rotate(-2deg); }
.reassurance { padding: 86px 60px; text-align: center; }
.handwritten { font: 600 28px/1.2 'Caveat', cursive; color: var(--blue); display: inline-block; transform: rotate(-4deg); }
.reassurance h2 { margin-top: 22px; font-size: clamp(29px, 3.5vw, 43px); }
.reassurance p { max-width: 650px; margin: 24px auto 8px; font-size: 15px; color: var(--muted); }
.audit { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 25px; border: 1px solid var(--line); border-radius: 22px; background: #f1eee4; padding: 52px 55px; }
.audit-copy > p:not(.eyebrow):not(.action-note) { max-width: 510px; color: var(--muted); margin: 30px 0 25px; font-size: 15px; }
.audit .action-note { margin: 10px 0 0; }
.contact-alternatives { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 12px; margin-top: 23px; align-items: center; }
.contact-alternatives > span { flex-basis: 100%; color: var(--muted); }
.contact-alternatives a { display: inline-flex; align-items: center; gap: 4px; min-height: 44px; }
.audit-stage { position: relative; height: 380px; }
.audit-stage img { position: absolute; bottom: 15px; right: 10%; height: 72%; width: 80%; object-fit: contain; filter: drop-shadow(0 12px 9px #6e5b3320); }
.audit-stage .bubble { top: 0; left: 0; font-size: 25px; transform: rotate(-6deg); }
.audit-stage .handwritten { position: absolute; bottom: -21px; left: 0; font-size: 23px; }
.site-footer { margin-top: 60px; padding-block: 25px 35px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 25px; font-size: 11px; }
.site-footer .brand { font-size: 18px; }
.site-footer p { color: var(--muted); }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; margin-left: auto; }
.site-footer nav a { display: inline-flex; align-items: center; min-height: 44px; }
.scene-playing .orange { animation: pump .8s var(--ease) 4; }
.scene-playing .green { animation: peek 1.5s var(--ease) 2; }
@keyframes pump { 0%, 100% { transform: none; } 45% { transform: translateY(6px) rotate(-1deg); } }
@keyframes peek { 0%, 100% { transform: none; } 45% { transform: rotate(4deg); } }
.motion-off *, .motion-off *::before, .motion-off *::after { animation: none !important; transition: none !important; }
@media (hover: hover) {
  .primary:hover { background: #003de3; }
  .text-link:hover, .site-header nav a:hover { color: var(--blue); }
  .scene-button:hover { border-color: var(--blue); }
}
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 48px); }
  .hero { gap: 10px; padding-top: 60px; }
  h1 { font-size: 59px; }
  .stage { height: 330px; }
  .bubble { font-size: 23px; padding: 17px 23px; }
  .case-card { gap: 24px; padding: 27px; grid-template-columns: 1fr 1.4fr; }
  .case-intro { gap: 12px; }
  h3 { font-size: 29px; }
  .comparison { gap: 9px; }
  .comparison > div { padding: 14px; }
  .audit { padding: 38px; }
  .audit-stage { height: 340px; }
  .site-footer { flex-wrap: wrap; gap: 8px 24px; }
  .site-footer nav { margin-left: 0; }
}
@media (max-width: 760px) {
  .site-header { min-height: 80px; }
  .nav-secondary { display: none !important; }
  .hero { grid-template-columns: 1fr; padding-block: 45px 35px; }
  .hero-copy { max-width: 600px; }
  h1 { font-size: clamp(49px, 9vw, 70px); }
  .hero-illustration { max-width: 460px; width: 100%; margin: 15px auto 0; }
  .stage { height: 330px; }
  .hero-actions { align-items: stretch; max-width: 430px; }
  .grounding { flex-wrap: wrap; gap: 20px; }
  .grounding p { min-width: 200px; }
  .motion-toggle { margin-left: auto; }
  .section-heading { display: block; margin-bottom: 30px; }
  .source-note { max-width: 100%; margin-top: 32px; }
  .cases { padding-top: 55px; }
  .case-card { grid-template-columns: 1fr; padding: 26px; }
  .case-intro { gap: 19px; }
  .case-intro p:not(.eyebrow) { max-width: 520px; }
  .reassurance { padding: 60px 12px; }
  .audit { grid-template-columns: 1fr; padding: 32px 28px; }
  .audit-stage { width: 270px; max-width: 100%; height: 285px; margin: 8px auto 0; }
  .audit-stage .bubble { font-size: 23px; left: -12px; padding: 14px 20px; }
  .audit-stage img { right: -3%; width: 68%; height: 66%; }
  .audit-stage .handwritten { bottom: -6px; left: 0; font-size: 22px; }
  .site-footer { margin-top: 36px; }
  .site-footer p { margin: 5px 0; }
}
@media (max-width: 420px) {
  .wrap { width: calc(100% - 36px); }
  .site-header { gap: 12px; }
  .brand { font-size: 19px; }
  .brand > span { font-size: 29px; margin-right: 2px; }
  .site-header nav a { font-size: 11px; }
  .nav-cta { padding: 8px 10px; gap: 8px; }
  h1 { font-size: 49px; letter-spacing: -2px; }
  h2 { letter-spacing: -1.7px; }
  .eyebrow { font-size: 9px; }
  .lead { font-size: 17px; }
  .primary { font-size: 13px; padding: 15px 17px; gap: 15px; }
  .stage { height: 290px; }
  .stage .bubble { font-size: 21px; right: 0; }
  .case-card { padding: 22px 18px; }
  .comparison { grid-template-columns: 1fr; }
  .case-number { font-size: 22px; }
  h3 { font-size: 28px; }
  .case-intro { gap: 14px; }
  .workflow { grid-template-columns: 1fr; gap: 0; }
  .workflow li { display: flex; gap: 13px; }
  .workflow b { margin: 2px 0 0; }
  .audit { padding: 30px 22px; }
  .audit .primary { width: 100%; }
  .grounding p { min-width: 100%; }
  .motion-toggle { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
