:root {
    --paper: #f1eee5;
    --paper-deep: #e7e1d5;
    --ink: #131510;
    --ink-soft: #34372f;
    --muted: #666b60;
    --line: rgba(19, 21, 16, .2);
    --acid: #d99a3a;
    --coral: #ff735c;
    --blue: #5668ff;
    --blue-ink: #3f52df;
    --sky: #9edfff;
    --purple: #bca8ff;
    --white: #fffdf7;
    --font-display: 'Familjen Grotesk', sans-serif;
    --font-sans: 'IBM Plex Sans', sans-serif;
    --font-mono: 'IBM Plex Mono', monospace;
    --font-label: var(--font-sans);
    --shell: min(100% - 48px, 1320px);
    --radius: 18px;
    --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--font-sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.game-page { --font-label: var(--font-mono); }
body.nav-open { overflow: hidden; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 700; letter-spacing: -.035em; line-height: .94; }
button, input, textarea, select { font: inherit; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
::selection { background: var(--acid); color: var(--ink); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.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: 999; top: 12px; left: 12px; padding: 10px 14px; background: var(--acid); color: var(--ink); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.grain { position: fixed; z-index: 50; inset: 0; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.shell { width: var(--shell); margin-inline: auto; }
.section-space { padding-block: clamp(96px, 11vw, 164px); }
.eyebrow { margin: 0; font: 500 .7rem/1.45 var(--font-label); letter-spacing: .12em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #68d76b; box-shadow: 0 0 0 5px rgba(104, 215, 107, .13); }

/* Header */
.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; min-height: 74px; display: grid; grid-template-columns: auto 1fr; align-items: center; width: var(--shell); margin: 0 auto; transition: min-height .25s var(--ease), background .25s, border .25s, padding .25s, width .25s, top .25s; }
.site-header.is-scrolled { top: 10px; width: min(100% - 28px, 1352px); min-height: 64px; padding-inline: 14px; border: 1px solid var(--line); border-radius: 15px; background: rgba(241, 238, 229, .93); backdrop-filter: blur(16px); box-shadow: 0 8px 28px rgba(19, 21, 16, .08); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand__mark { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; border-radius: 50%; background: var(--ink); color: var(--acid); font: 500 .72rem/1 var(--font-label); letter-spacing: -.05em; }
.brand__text { display: inline-flex; align-items: center; gap: 9px; font: 500 .67rem/1 var(--font-label); letter-spacing: .055em; text-transform: uppercase; }
.brand__divider { width: 1px; height: 13px; flex: 0 0 auto; background: currentColor; opacity: .34; }
.site-nav { justify-self: end; display: flex; align-items: center; gap: clamp(13px, 1.5vw, 25px); }
.site-nav > a, .contact-nav a { position: relative; color: inherit; font: 500 .65rem/1 var(--font-label); text-decoration: none; text-transform: uppercase; letter-spacing: .045em; white-space: nowrap; }
.site-nav > a:not(.nav-cta)::after, .contact-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: currentColor; transition: right .25s var(--ease); }
.site-nav > a:hover::after, .contact-nav a:hover::after { right: 0; }
.nav-cta { min-height: 42px; display: inline-flex; align-items: center; padding: 0 15px; border: 1px solid var(--ink); border-radius: 999px; background: var(--acid); color: var(--ink) !important; transition: transform .2s var(--ease), box-shadow .2s; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 4px 4px 0 var(--ink); }
.nav-toggle { display: none; justify-self: end; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; padding: 0; color: inherit; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 17px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s; }
.contact-nav { justify-self: end; display: flex; gap: 28px; }

/* Buttons and links */
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 13px 18px; border: 1px solid currentColor; border-radius: 999px; font: 600 .7rem/1 var(--font-label); text-decoration: none; text-transform: uppercase; letter-spacing: .035em; cursor: pointer; transition: transform .25s var(--ease), background .25s, color .25s, box-shadow .25s; }
.button:hover { transform: translateY(-3px); }
.button:disabled { opacity: .55; cursor: wait; transform: none; }
.button--dark { border-color: var(--ink); background: var(--ink); color: var(--white); }
.button--dark:hover { border-color: var(--blue-ink); background: var(--blue-ink); }
.button--acid { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.button--acid:hover { border-color: var(--white); background: var(--white); box-shadow: 5px 5px 0 rgba(217, 154, 58, .42); }
.button--outline { background: transparent; color: var(--ink); }
.button--outline:hover { background: var(--ink); color: var(--white); }
.button--full { width: 100%; }
.text-link { font: 500 .75rem/1.3 var(--font-label); text-underline-offset: 5px; }
.text-link--light { color: var(--white); }

/* Hero */
.hero { position: relative; min-height: min(940px, 100svh); overflow: clip; border-bottom: 1px solid var(--line); isolation: isolate; }
.hero::before { content: ''; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(241,238,229,.995) 0%, rgba(241,238,229,.97) 42%, rgba(241,238,229,.82) 61%, rgba(241,238,229,.24) 82%, rgba(241,238,229,0) 96%); }
.hero__inner { position: relative; z-index: 2; min-height: inherit; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: center; gap: 24px; padding: clamp(132px, 17vh, 184px) 0 76px; }
.hero__copy { position: relative; z-index: 2; grid-column: 1 / 11; min-width: 0; }
.hero__title { margin: 24px 0 31px; font-size: clamp(4.2rem, 6vw, 5.5rem); line-height: .94; letter-spacing: -.035em; }
.hero__title span, .hero__title em { display: block; white-space: nowrap; }
.hero__title em { color: var(--blue); font-weight: 600; font-style: normal; }
.hero__intro { max-width: 850px; margin: 0; color: var(--ink-soft); font-size: clamp(1.08rem, 1.55vw, 1.38rem); line-height: 1.56; letter-spacing: -.012em; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.micro-proof { display: flex; flex-wrap: wrap; gap: 8px 12px; margin: 28px 0 0; color: var(--muted); font: 500 .66rem/1.4 var(--font-label); text-transform: uppercase; letter-spacing: .045em; }
.micro-proof span { color: var(--blue-ink); }
.hero-weave { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; pointer-events: none; mask-image: linear-gradient(90deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.26) 36%, #000 57%); }
.hero-weave__glow { opacity: .45; filter: blur(38px); }
.hero-weave__thread { fill: none; stroke: rgba(19,21,16,.075); stroke-width: 1; vector-effect: non-scaling-stroke; }
.hero-weave__ribbon { fill: none; stroke-linecap: round; stroke-linejoin: round; mix-blend-mode: multiply; }
.hero-weave__ribbon--mineral { stroke: rgba(150,157,168,.72); }
.hero-weave__ribbon--ink { stroke: rgba(19,21,16,.68); }
.hero-weave__ribbon--paper { stroke: rgba(231,225,213,.94); }
.hero-weave__ribbon--blue { stroke: rgba(86,104,255,.62); }
.hero-weave__ribbon--green { stroke: rgba(217,154,58,.94); opacity: .82; }
.hero-weave__edge { fill: none; stroke: rgba(255,253,247,.65); stroke-width: 1.4; stroke-dasharray: 2 16; stroke-linecap: round; animation: weave-dash-flow 9s linear infinite; }
.hero-weave__edge--dark { stroke: rgba(19,21,16,.35); }
.hero-weave__group { transform-origin: 76% 50%; animation: weave-breathe 12s ease-in-out infinite alternate; }
.hero-weave__group:nth-of-type(2n) { animation-duration: 16s; animation-direction: alternate-reverse; }
.hero-weave__stitch { transform-box: fill-box; transform-origin: center; }
.hero-weave__toggle { position: absolute; z-index: 4; right: max(24px, calc((100vw - 1320px) / 2)); bottom: 22px; width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(19,21,16,.3); border-radius: 50%; background: rgba(241,238,229,.74); color: var(--ink); cursor: pointer; backdrop-filter: blur(12px); transition: background .2s var(--ease), transform .2s var(--ease); }
.hero-weave__toggle:hover { background: var(--acid); transform: scale(1.05); }
.hero-weave__toggle svg { width: 13px; height: 13px; fill: currentColor; }
.hero.is-weave-paused .hero-weave__edge, .hero.is-weave-paused .hero-weave__group { animation-play-state: paused; }

/* Principles strip */
.principles-strip { border-bottom: 1px solid var(--ink); background: var(--ink); color: var(--white); }
.principles-strip__inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.principles-strip__inner > div { min-height: 142px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 18px; align-content: center; padding: 25px clamp(18px, 3vw, 38px); border-right: 1px solid rgba(255,255,255,.2); }
.principles-strip__inner > div:first-child { padding-left: 0; }.principles-strip__inner > div:last-child { padding-right: 0; border-right: 0; }
.principles-strip span { grid-row: 1 / 3; color: var(--acid); font: 500 .63rem/1 var(--font-label); }
.principles-strip strong { font-family: var(--font-display); font-size: clamp(1.1rem, 1.55vw, 1.45rem); line-height: 1.1; }
.principles-strip p { margin: 5px 0 0; color: rgba(255,255,255,.6); font-size: .88rem; }

/* Shared headings */
.section-heading { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: end; margin-bottom: 64px; }
.section-heading .eyebrow { grid-column: 1 / 4; align-self: start; padding-top: 12px; }
.section-heading h2 { grid-column: 4 / 10; margin: 0; font-size: clamp(3.5rem, 5.5vw, 6.1rem); line-height: .94; letter-spacing: -.035em; }
.section-heading h2 em, .section-heading--wide h2 em { color: var(--blue); font-weight: 600; font-style: normal; }
.section-heading > p:last-child { grid-column: 10 / 13; margin: 0; color: var(--muted); font-size: .96rem; }
.section-heading--wide { align-items: start; }
.section-heading--wide h2 { grid-column: 5 / 13; font-size: clamp(3.5rem, 5.7vw, 6.3rem); }

/* Problem recognition */
.friction__body { display: grid; grid-template-columns: 7fr 4fr; gap: 8.333%; align-items: start; padding: 0 0 clamp(64px, 8vw, 100px) 33.333%; }
.friction__body > p { margin: 0; color: var(--ink-soft); font-size: clamp(1.12rem, 1.55vw, 1.38rem); line-height: 1.58; }
.field-note { position: relative; padding: 22px; border: 1px solid var(--ink); background: var(--acid); transform: rotate(2deg); box-shadow: 7px 7px 0 var(--ink); }
.field-note::before { content: ''; position: absolute; width: 30px; height: 8px; top: -5px; left: 50%; background: rgba(255,255,255,.65); transform: translateX(-50%) rotate(-3deg); }
.field-note span { font: 500 .58rem/1 var(--font-label); text-transform: uppercase; }.field-note p { margin: 38px 0 0; font-family: var(--font-display); font-size: 1.35rem; font-weight: 650; line-height: 1.15; letter-spacing: -.03em; }
.decision-sequence { display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); list-style: none; }
.decision-sequence li { position: relative; min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; gap: 38px; padding: 20px 18px; border-right: 1px solid var(--line); font-family: var(--font-display); font-size: clamp(1rem, 1.35vw, 1.3rem); font-weight: 700; text-transform: uppercase; }
.decision-sequence li:last-child { border-right: 0; background: var(--acid); }
.decision-sequence li:not(:last-child)::after { content: '→'; position: absolute; z-index: 2; right: -10px; bottom: 17px; width: 20px; background: var(--paper); font: 500 1rem/1 var(--font-label); text-align: center; }
.decision-sequence span { color: var(--muted); font: 500 .59rem/1 var(--font-label); }

/* Fit signals */
.good-fit { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; padding-bottom: clamp(92px, 10vw, 142px); }
.good-fit__title { grid-column: 1 / 4; margin: 0; padding-top: 25px; color: var(--blue-ink); font-size: clamp(1.6rem, 2.4vw, 2.2rem); line-height: 1.08; letter-spacing: -.025em; }
.good-fit__list { grid-column: 4 / 13; margin: 0; padding: 0; border-bottom: 1px solid var(--ink); counter-reset: fit; list-style: none; }
.good-fit__list li { display: grid; grid-template-columns: 46px 1fr; gap: 20px; align-items: start; padding: 24px 0; border-top: 1px solid var(--ink); font-family: var(--font-display); font-size: clamp(1.25rem, 2vw, 1.8rem); font-weight: 600; line-height: 1.18; letter-spacing: -.02em; }
.good-fit__list li::before { counter-increment: fit; content: '0' counter(fit); padding-top: 5px; color: var(--muted); font: 500 .61rem/1 var(--font-label); }

/* Diagnostic */
.diagnostic { position: relative; overflow: hidden; padding-block: clamp(96px, 11vw, 158px); background: var(--ink); color: var(--white); }
.diagnostic::after { content: 'DIAGNOSE'; position: absolute; right: -2vw; top: 9%; color: rgba(255,255,255,.025); font: 700 clamp(7rem, 18vw, 17rem)/1 var(--font-display); letter-spacing: -.035em; pointer-events: none; }
.diagnostic__shell { position: relative; z-index: 1; }
.diagnostic__header { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; margin-bottom: 70px; }
.diagnostic__header .eyebrow { grid-column: 1 / 5; padding-top: 13px; color: var(--acid); }
.diagnostic__header > div { grid-column: 5 / 13; }
.diagnostic__header h2 { margin: 0; font-size: clamp(3.7rem, 6vw, 6.6rem); line-height: .94; letter-spacing: -.035em; }
.diagnostic__header h2 em { color: var(--acid); font-weight: 600; font-style: normal; }
.diagnostic__header > div > p { max-width: 560px; margin: 25px 0 0; color: rgba(255,255,255,.68); font-size: 1.05rem; }
.diagnostic__grid { display: grid; grid-template-columns: 8fr 4fr; gap: 22px; align-items: start; }
.offer-sheet { border: 1px solid rgba(255,255,255,.22); background: var(--paper); color: var(--ink); }
.offer-sheet__top { padding: clamp(28px, 4.5vw, 58px); }
.offer-sheet__top > div { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); font: 500 .61rem/1 var(--font-label); text-transform: uppercase; }
.offer-sheet h3 { margin: clamp(50px, 7vw, 92px) 0 27px; font-size: clamp(3.8rem, 6.2vw, 7rem); line-height: .94; letter-spacing: -.035em; }
.offer-sheet__top > p { max-width: 680px; margin: 0; color: var(--ink-soft); font-size: clamp(1rem, 1.35vw, 1.19rem); }
.offer-list { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.offer-list li { min-height: 68px; display: grid; grid-template-columns: 55px 1fr; align-items: center; gap: 18px; padding: 14px clamp(24px, 4.5vw, 58px); border-bottom: 1px solid var(--line); font-size: 1rem; }
.offer-list li:last-child { border-bottom: 0; }.offer-list span { color: var(--blue-ink); font: 500 .62rem/1 var(--font-label); }
.offer-scope-boundary { margin: 0; padding: clamp(24px, 3vw, 38px) clamp(24px, 4.5vw, 58px); border-top: 1px solid var(--ink); background: var(--paper-deep); color: var(--ink-soft); font-size: .94rem; }
.diagnostic__aside { display: grid; gap: 18px; }
.price-stamp { min-height: 285px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; background: var(--acid); color: var(--ink); box-shadow: 9px 9px 0 var(--blue); transform: rotate(1.2deg); }
.price-stamp > span { font: 500 .66rem/1 var(--font-label); text-transform: uppercase; }.price-stamp strong { font-family: var(--font-display); font-size: clamp(5rem, 8vw, 7.7rem); line-height: .9; letter-spacing: -.035em; }
.guarantee { padding: 28px; border: 1px solid rgba(255,255,255,.28); }.guarantee .eyebrow { color: var(--acid); }.guarantee p { margin: 36px 0 0; color: rgba(255,255,255,.72); font-size: .98rem; }

/* Method */
.method-flow { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); list-style: none; }
.method-flow li { min-height: 360px; padding: 25px clamp(22px, 3.5vw, 45px); border-right: 1px solid var(--line); }
.method-flow li:last-child { border-right: 0; background: var(--acid); }
.method-flow__index { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font: 500 .67rem/1 var(--font-label); }.method-flow__index i { color: var(--blue-ink); font-style: normal; font-size: 1.35rem; }
.method-flow h3 { margin: clamp(82px, 9vw, 125px) 0 15px; font-size: clamp(2.5rem, 4vw, 4.6rem); line-height: 1; letter-spacing: -.025em; }
.method-flow p { max-width: 330px; margin: 0; color: var(--ink-soft); }

/* Case study */
.case-study { position: relative; padding-block: clamp(96px, 11vw, 160px); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--white); }
.case-study::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 14px; background: var(--blue); }
.case-study__mast { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 17px; border-bottom: 1px solid var(--ink); }
.case-study__mast > span { font: 500 .63rem/1.3 var(--font-label); text-transform: uppercase; }
.case-study h2 { max-width: 1150px; margin: clamp(52px, 7vw, 90px) 0 44px; font-size: clamp(4rem, 7.2vw, 8.1rem); line-height: .94; letter-spacing: -.035em; }
.case-study h2 em { color: var(--blue); font-weight: 600; font-style: normal; }
.case-study__summary { max-width: 850px; margin: 0 0 clamp(70px, 9vw, 120px) 33.333%; color: var(--ink-soft); font-size: clamp(1.2rem, 1.8vw, 1.55rem); line-height: 1.5; }
.case-study__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.case-study__grid article { min-height: 270px; padding: 28px clamp(24px, 3.5vw, 44px) 38px; border-right: 1px solid var(--line); }
.case-study__grid article:first-child { padding-left: 0; }.case-study__grid article:last-child { padding-right: 0; border-right: 0; }
.case-study__grid span { color: var(--blue-ink); font: 500 .64rem/1 var(--font-label); text-transform: uppercase; }.case-study__grid p { max-width: 540px; margin: 70px 0 0; color: var(--ink-soft); font-size: 1rem; }
.case-study__closing { max-width: 760px; margin: 42px 0 0 auto; padding: 24px 28px; background: var(--acid); color: var(--ink); font-family: var(--font-display); font-size: clamp(1.05rem, 1.7vw, 1.3rem); font-weight: 600; line-height: 1.25; }
.case-study__link { display: inline-block; margin-top: 44px; font: 600 .75rem/1.2 var(--font-label); text-underline-offset: 7px; text-transform: uppercase; }

/* Internal AI-ops use cases */
.internal-cases { border-bottom: 1px solid var(--ink); }
.internal-cases__header { display: grid; grid-template-columns: 4fr 8fr; gap: 24px; align-items: start; margin-bottom: clamp(48px, 7vw, 82px); }
.internal-cases__header > .eyebrow { padding-top: 10px; color: var(--blue-ink); }
.internal-cases__header h2 { max-width: 880px; margin: 0; font-size: clamp(3.2rem, 5vw, 5.6rem); line-height: .96; letter-spacing: -.035em; }
.internal-cases__header div > p { max-width: 680px; margin: 25px 0 0; color: var(--muted); font-size: 1.05rem; }
.internal-cases__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.internal-case { min-width: 0; display: flex; flex-direction: column; padding: clamp(28px, 4vw, 50px) clamp(28px, 4vw, 54px) 0 0; }
.internal-case + .internal-case { padding-right: 0; padding-left: clamp(28px, 4vw, 54px); border-left: 1px solid var(--line); }
.internal-case > .eyebrow { color: var(--blue-ink); }
.internal-case h3 { margin: 42px 0 54px; font-size: clamp(2rem, 3.25vw, 3.45rem); line-height: 1; letter-spacing: -.025em; }
.internal-case dl { margin: 0; }
.internal-case dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 24px; padding: 20px 0; border-top: 1px solid var(--line); }
.internal-case dt { color: var(--muted); font: 500 .61rem/1.3 var(--font-label); text-transform: uppercase; }
.internal-case dd { margin: 0; color: var(--ink-soft); font-size: .96rem; }
.internal-case__principle { margin: auto 0 0; padding: 20px; background: var(--ink); color: var(--acid); font: 600 .68rem/1.4 var(--font-label); text-transform: uppercase; letter-spacing: .04em; }
.internal-case--accent .internal-case__principle { background: var(--acid); color: var(--ink); }

/* Projects */
.builds { position: relative; }
.project-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.project { --card-bg: var(--white); position: relative; min-width: 0; min-height: 610px; grid-column: span 6; display: grid; grid-template-rows: minmax(0, 1fr) 255px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card-bg); color: inherit; text-decoration: none; isolation: isolate; transition: border-color .3s var(--ease), box-shadow .3s var(--ease), transform .3s var(--ease); }
.project::after { content: ''; position: absolute; z-index: -1; width: 360px; height: 360px; left: calc(var(--pointer-x, 50%) - 180px); top: calc(var(--pointer-y, 50%) - 180px); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.32), transparent 70%); opacity: 0; transition: opacity .35s; pointer-events: none; }
.project:hover::after { opacity: 1; }.project:hover, .project:focus-visible { border-color: rgba(19,21,16,.48); box-shadow: 0 22px 52px rgba(19,21,16,.14); transform: translateY(-4px); }.project:focus-visible { outline-offset: 5px; }
.project--feature { min-height: 650px; grid-column: 1 / -1; grid-template-columns: 5fr 7fr; grid-template-rows: 1fr; }
.project--wide { grid-column: span 7; }.project--narrow { grid-column: span 5; }
.project--full { min-height: 500px; grid-column: 1 / -1; grid-template-columns: 7fr 5fr; grid-template-rows: 1fr; }
.project__copy { z-index: 2; min-width: 0; display: grid; grid-template-rows: auto 1fr auto; gap: 36px; padding: clamp(24px, 3.2vw, 44px); }
.project__index { display: flex; justify-content: space-between; gap: 16px; font: 500 .63rem/1 var(--font-label); text-transform: uppercase; letter-spacing: .07em; }
.project__kicker { margin: 0 0 9px; font: 500 .62rem/1 var(--font-label); text-transform: uppercase; letter-spacing: .08em; opacity: .68; }
.project h2, .project h3 { margin: 0 0 17px; font-size: clamp(2.6rem, 4vw, 5.2rem); line-height: .94; letter-spacing: -.035em; }
.project__copy > div > p:last-child { max-width: 580px; margin: 0; color: currentColor; opacity: .76; font-size: clamp(.96rem, 1.18vw, 1.1rem); }
.project__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; }.tag-list span { padding: 6px 8px; border: 1px solid currentColor; border-radius: 999px; opacity: .65; font: 500 .56rem/1 var(--font-label); text-transform: uppercase; letter-spacing: .04em; }
.project__link { position: relative; flex: 0 0 auto; font: 600 .67rem/1.2 var(--font-label); text-transform: uppercase; }.project__link::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: currentColor; transition: right .25s var(--ease); }.project:hover .project__link::after, .project:focus-visible .project__link::after { right: 0; }
.project__visual { position: relative; min-width: 0; overflow: hidden; }.project--wiggle { --card-bg: var(--acid); }.project--claw { --card-bg: var(--ink); color: var(--white); }.project--tasks { --card-bg: var(--sky); }.project--type { --card-bg: var(--coral); }.project--memory { --card-bg: var(--purple); }.project--newsletter { --card-bg: #ffdd70; }

.visual-wiggle { min-height: 100%; background: linear-gradient(145deg, #0578bd 0%, #069cda 100%); isolation: isolate; }
.visual-wiggle::before { content: ''; position: absolute; z-index: -1; width: 74%; aspect-ratio: 1; left: -23%; bottom: -46%; border: 42px solid rgba(255,255,255,.12); border-radius: 50%; }.visual-wiggle::after { content: ''; position: absolute; z-index: -1; width: 70%; height: 18%; right: -12%; top: 7%; border: 16px solid rgba(255,255,255,.16); border-left-color: transparent; border-right-color: transparent; border-radius: 50%; transform: rotate(8deg); }
.wiggle-brand-lockup { position: absolute; z-index: 2; left: clamp(34px, 5vw, 70px); top: 50%; max-width: 300px; display: grid; justify-items: start; transform: translateY(-50%); color: var(--white); }.wiggle-brand-lockup img { width: clamp(82px, 8vw, 112px); height: auto; border: 1px solid rgba(255,255,255,.42); border-radius: 24%; box-shadow: 0 22px 54px rgba(0,58,104,.3); }.wiggle-brand-lockup strong { margin-top: 24px; font-family: var(--font-display); font-size: clamp(2.4rem, 4vw, 4.2rem); line-height: .94; letter-spacing: -.035em; text-shadow: 0 3px 18px rgba(0,45,80,.5); }.wiggle-brand-lockup span { margin-top: 15px; padding: 4px 6px; background: rgba(0,45,80,.58); font: 500 .68rem/1.4 var(--font-label); letter-spacing: .08em; text-transform: uppercase; }
.wiggle-product-shot { position: absolute; z-index: 1; height: 92%; aspect-ratio: 1320 / 2868; right: 6%; top: 8%; overflow: hidden; border: 1px solid rgba(255,255,255,.58); border-radius: clamp(24px, 3vw, 40px); background: #edf3fa; box-shadow: 24px 32px 64px rgba(0,52,95,.34); transform: rotate(3.5deg); transform-origin: 50% 100%; }.wiggle-product-shot img { width: 100%; height: 105%; object-fit: cover; object-position: center top; transform: translateY(-4%); }
.visual-claw { background: linear-gradient(180deg, #272a22, #11130f); }.claw-lanes { position: absolute; inset: 16px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; perspective: 300px; }.claw-lanes i { border-left: 1px solid rgba(255,255,255,.2); border-right: 1px solid rgba(255,255,255,.2); background: linear-gradient(rgba(217,154,58,.03), rgba(217,154,58,.13)); transform: rotateX(18deg); }.claw-gate { position: absolute; top: 25%; display: grid; place-items: center; width: 82px; height: 52px; border: 2px solid var(--acid); background: rgba(217,154,58,.12); color: var(--acid); font: 500 1.2rem/1 var(--font-label); box-shadow: 0 0 28px rgba(217,154,58,.2); }.claw-gate--one { left: 15%; }.claw-gate--two { right: 14%; border-color: var(--coral); color: var(--coral); background: rgba(255,115,92,.12); }.claw-player { position: absolute; left: 48%; bottom: 14%; color: var(--acid); font-size: 3.5rem; transform: rotate(45deg); }.claw-swarm { position: absolute; top: 8%; left: 30%; width: 40%; color: var(--coral); font: 800 1.2rem/1.4 var(--font-label); letter-spacing: .5rem; text-align: center; }
.visual-tasks { display: flex; gap: 9px; padding: 26px 18px; align-items: flex-start; background: repeating-linear-gradient(90deg, transparent 0 39px, rgba(19,21,16,.06) 39px 40px); }.kanban-column { flex: 1; min-width: 0; padding: 12px 8px; border: 1px solid var(--ink); border-radius: 8px; background: rgba(255,255,255,.28); font: 500 .52rem/1 var(--font-label); }.kanban-column i { display: block; height: 34px; margin-top: 8px; border-radius: 5px; background: var(--paper); box-shadow: 0 2px 0 rgba(19,21,16,.15); }.kanban-column:nth-child(2) i:first-of-type { background: var(--acid); }.kanban-column:nth-child(3) i { opacity: .55; }
.visual-type { display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 30px; font: 500 clamp(.8rem, 1.3vw, 1.1rem)/1.5 var(--font-label); }.visual-type strong { display: block; font-size: clamp(1.25rem, 2.4vw, 2rem); }.type-cursor { display: inline-block; width: .6em; height: 1em; margin-left: 3px; vertical-align: -.12em; background: var(--ink); animation: blink .75s step-end infinite; }.type-meter { height: 8px; margin-top: 18px; border: 1px solid var(--ink); border-radius: 99px; overflow: hidden; }.type-meter i { display: block; width: 72%; height: 100%; background: var(--ink); }.visual-type > b { align-self: flex-end; margin-top: 4px; font-size: .75rem; }
.visual-memory { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 22px; background: rgba(255,255,255,.14); }.visual-memory i { display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 9px; background: var(--paper); font: normal 1.5rem/1 var(--font-label); box-shadow: 3px 3px 0 var(--ink); transform: rotate(var(--turn, -2deg)); }.visual-memory i:nth-child(2n) { --turn: 3deg; background: var(--acid); }.visual-memory i:nth-child(3n) { --turn: -4deg; background: var(--coral); }
.visual-newsletter { min-height: 100%; background: var(--paper); }.paper-stack { position: absolute; width: 44%; height: 68%; left: 10%; top: 16%; }.paper-stack i { position: absolute; inset: 0; border: 1px solid var(--ink); background: var(--white); transform: rotate(-8deg); }.paper-stack i:nth-child(2) { transform: rotate(1deg); background: var(--sky); }.paper-stack i:nth-child(3) { transform: rotate(8deg); background: var(--white); }.newsletter-lines { position: absolute; z-index: 2; width: 48%; right: 7%; top: 27%; padding: 22px; border: 1px solid var(--ink); background: var(--white); box-shadow: 8px 8px 0 var(--ink); font: 500 .68rem/1.3 var(--font-label); }.newsletter-lines i { display: block; height: 1px; margin-top: 14px; background: var(--ink); opacity: .35; }.newsletter-lines i:nth-of-type(2) { width: 74%; }.newsletter-lines i:nth-of-type(3) { width: 88%; }
.builds__more { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--ink); }.builds__more p { max-width: 480px; margin: 0; color: var(--muted); }
.builds__more--single { justify-content: flex-end; }

/* About and final CTA */
.about { border-top: 1px solid var(--line); }
.about__label { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--ink); font: 500 .64rem/1 var(--font-label); letter-spacing: .07em; }
.about__body { display: grid; grid-template-columns: 7fr 5fr; gap: 60px; padding-top: clamp(48px, 7vw, 92px); }.about__body > div:first-child .eyebrow { margin-bottom: 25px; }
.about h2 { margin: 0; font-size: clamp(4rem, 6.4vw, 7.1rem); line-height: .94; letter-spacing: -.035em; }.about h2 em { color: var(--blue); font-weight: 600; font-style: normal; }
.about__copy { align-self: end; max-width: 555px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.35vw, 1.24rem); }.about__copy p { margin: 0; }.about__copy p + p { margin-top: 22px; }.about__copy .about__aside { margin-top: 38px; padding: 20px 0 0 26px; border-top: 1px solid var(--line); border-left: 4px solid var(--acid); color: var(--muted); font: 400 .88rem/1.55 var(--font-label); }
.final-cta { padding-bottom: clamp(96px, 12vw, 164px); }.final-cta__card { padding: clamp(30px, 5vw, 68px); overflow: hidden; border-radius: var(--radius); background: var(--ink); color: var(--white); }.final-cta h2 { max-width: 1120px; margin: clamp(62px, 8vw, 106px) 0 54px; font-size: clamp(3.6rem, 6.3vw, 7.1rem); line-height: .94; letter-spacing: -.035em; }.final-cta h2 em { color: var(--acid); font-weight: 600; font-style: normal; }.final-cta__bottom { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 52px; }.final-cta__bottom > p { max-width: 650px; margin: 0; color: rgba(255,255,255,.68); font-size: 1.08rem; }.final-cta__bottom > div { display: flex; align-items: center; gap: 24px; }

/* Footer */
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 40px; align-items: end; min-height: 280px; padding: 58px 0 36px; border-top: 1px solid var(--line); }.site-footer > div { display: flex; gap: 15px; align-items: flex-start; }.site-footer > div p { margin: 0; font-size: .83rem; }.site-footer nav { display: flex; gap: 22px; }.site-footer nav a { font: 500 .63rem/1 var(--font-label); text-transform: uppercase; }.site-footer__fine { justify-self: end; margin: 0; color: var(--muted); font: 400 .59rem/1.7 var(--font-label); text-align: right; text-transform: uppercase; }

/* Build archive */
.archive-hero { min-height: 760px; display: flex; flex-direction: column; justify-content: flex-end; padding: 150px 0 82px; border-bottom: 1px solid var(--ink); }
.archive-hero h1 { margin: 26px 0 62px; font-size: clamp(5rem, 10.5vw, 11rem); line-height: .92; letter-spacing: -.035em; }.archive-hero h1 em { color: var(--blue); font-weight: 600; font-style: normal; }
.archive-hero__bottom { display: grid; grid-template-columns: 2fr 1fr; gap: 60px; align-items: end; }.archive-hero__bottom p { max-width: 760px; margin: 0; color: var(--ink-soft); font-size: clamp(1.05rem, 1.45vw, 1.25rem); }.archive-hero__bottom .text-link { justify-self: end; }
.archive-builds { padding-block: clamp(80px, 10vw, 140px); }.archive-index { display: flex; justify-content: space-between; gap: 24px; margin-bottom: 35px; padding-bottom: 15px; border-bottom: 1px solid var(--ink); font: 500 .64rem/1 var(--font-label); text-transform: uppercase; }

/* Contact */
.contact-page { background: var(--ink); color: var(--white); }.contact-page .grain { opacity: .025; filter: invert(1); }
.site-header--dark { color: var(--white); }.site-header--dark .brand__mark { background: var(--acid); color: var(--ink); }.site-header--dark.is-scrolled { border-color: rgba(255,255,255,.16); background: rgba(19,21,16,.94); }.site-footer--dark { border-color: rgba(255,255,255,.18); }.site-footer--dark .brand__mark { background: var(--acid); color: var(--ink); }.site-footer--dark .site-footer__fine { color: rgba(255,255,255,.55); }
.contact-main { padding-top: 74px; }.contact-hero { min-height: 88svh; display: flex; flex-direction: column; justify-content: center; padding: 110px 0 75px; border-bottom: 1px solid rgba(255,255,255,.2); }.contact-hero h1 { max-width: 1240px; margin: 29px 0 72px; font-size: clamp(4.3rem, 7.6vw, 8.4rem); line-height: .94; letter-spacing: -.035em; }.contact-hero h1 em { color: var(--acid); font-weight: 600; font-style: normal; }
.contact-hero__grid { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: end; }.contact-hero__grid > p { max-width: 700px; margin: 0; color: rgba(255,255,255,.68); font-size: clamp(1.08rem, 1.55vw, 1.35rem); }.contact-signal { display: flex; align-items: center; gap: 14px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.2); }.contact-signal p { margin: 0; font: 500 .64rem/1.4 var(--font-label); text-transform: uppercase; }
.fit-call { display: grid; grid-template-columns: 4fr 8fr; gap: clamp(50px, 7vw, 100px); padding-block: clamp(90px, 11vw, 155px); }.fit-call__intro { align-self: start; position: sticky; top: 100px; }.fit-call__intro h2 { margin: 22px 0 30px; font-size: clamp(3rem, 5vw, 5.6rem); line-height: .96; letter-spacing: -.035em; }.fit-call__intro > p:last-of-type { max-width: 420px; color: rgba(255,255,255,.62); }.privacy-note { display: grid; grid-template-columns: auto 1fr; gap: 14px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); color: var(--acid); }.privacy-note p { margin: 0; color: rgba(255,255,255,.66); font-size: .85rem; }.privacy-note p + p { margin-top: 12px; }
.fit-call__form-wrap { min-width: 0; }.fit-form { padding: clamp(25px, 4vw, 48px); border: 1px solid rgba(255,255,255,.22); background: #191c16; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.form-field { display: grid; gap: 9px; margin-bottom: 24px; }.form-field label { font: 500 .67rem/1.3 var(--font-label); text-transform: uppercase; letter-spacing: .045em; }.form-field label span { color: var(--acid); }.form-field .optional-label { margin-left: 6px; color: rgba(255,255,255,.5); font-size: .56rem; }.form-field input, .form-field textarea { width: 100%; min-height: 52px; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; background: rgba(255,255,255,.055); padding: 13px 14px; color: var(--white); caret-color: var(--acid); transition: border-color .2s, background .2s; }.form-field textarea { min-height: 105px; resize: vertical; }.form-field input:focus, .form-field textarea:focus { border-color: var(--acid); background: rgba(255,255,255,.09); outline: 2px solid var(--acid); outline-offset: 2px; }.form-field [aria-invalid="true"] { border-color: var(--coral); outline: 2px solid var(--coral); outline-offset: 2px; }.form-field ::placeholder { color: rgba(255,255,255,.58); }.field-hint { color: rgba(255,255,255,.58); font-size: .78rem; }.field-error { color: #ff9b8c; font-size: .8rem; font-weight: 600; }.form-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }.fit-form__footer { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-top: 14px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); }.fit-form__footer p { margin: 0; color: rgba(255,255,255,.58); font: 500 .61rem/1 var(--font-label); text-transform: uppercase; }.form-progress { min-height: 1.5em; margin: 15px 0 0; color: var(--acid); font: 500 .64rem/1.5 var(--font-label); }.form-status { padding: 15px 17px; border: 1px solid currentColor; }.form-status--error { margin: 0 0 22px; color: #ff9b8c; background: rgba(255,115,92,.08); }.form-success { min-height: 560px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(35px, 6vw, 75px); border: 1px solid var(--acid); background: #191c16; }.form-success[hidden] { display: none; }.form-success__mark { display: grid; place-items: center; width: 70px; height: 70px; margin-bottom: 55px; border-radius: 50%; background: var(--acid); color: var(--ink); font-size: 2rem; }.form-success h2 { max-width: 700px; margin: 20px 0 24px; font-size: clamp(3rem, 5.5vw, 6rem); line-height: .96; letter-spacing: -.035em; }.form-success > p:not(.eyebrow) { max-width: 620px; margin: 0 0 40px; color: rgba(255,255,255,.68); }
.contact-email { display: flex; justify-content: space-between; gap: 40px; align-items: end; padding: 52px 0; border-top: 1px solid rgba(255,255,255,.2); }.contact-email > div p:last-child { margin: 12px 0 0; color: rgba(255,255,255,.52); }.contact-email > a { color: var(--acid); font-size: clamp(1.2rem, 2.5vw, 2.35rem); font-weight: 600; text-underline-offset: 8px; }

/* 2026 practical advisory positioning */
.hero-person { width: fit-content; max-width: 760px; display: grid; grid-template-columns: 66px minmax(0, 1fr); align-items: center; gap: 18px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.hero-person__portrait { width: 66px; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--ink); border-radius: 50%; background: var(--blue); box-shadow: 4px 4px 0 var(--acid); }
.hero-person__portrait img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; object-position: center 47%; }
.hero-person__name { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; margin: 0; font: 500 .67rem/1.25 var(--font-label); letter-spacing: .055em; text-transform: uppercase; }
.hero-person__name strong { font-weight: 700; }
.hero-person__name span { color: var(--blue-ink); }
.hero-person__name span::before { content: '/'; margin-right: 7px; color: var(--muted); }
.hero-person__proof { margin: 7px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.45; }
.home-problem { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.home-problem__heading { grid-column: 1 / 6; }
.home-problem__heading h2 { max-width: 630px; margin: 25px 0 0; font-size: clamp(3.4rem, 5.4vw, 6rem); }
.home-problem__body { grid-column: 7 / 13; align-self: end; }
.home-problem__body > p { max-width: 720px; margin: 0; color: var(--ink-soft); font-size: clamp(1.08rem, 1.55vw, 1.3rem); line-height: 1.6; }
.question-note { display: grid; grid-template-columns: 130px 1fr; gap: 25px; margin-top: 58px; padding: 24px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.question-note span { padding-top: 5px; color: var(--blue-ink); font: 500 .61rem/1.4 var(--font-label); text-transform: uppercase; letter-spacing: .06em; }
.question-note p { margin: 0; font-family: var(--font-display); font-size: clamp(1.25rem, 2vw, 1.8rem); font-weight: 600; line-height: 1.15; letter-spacing: -.025em; }

.home-approach { padding-block: clamp(88px, 10vw, 145px); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--paper-deep); }
.compact-heading { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; margin-bottom: clamp(55px, 7vw, 90px); }
.compact-heading > .eyebrow { grid-column: 1 / 4; padding-top: 11px; }
.compact-heading h2 { grid-column: 4 / 11; margin: 0; font-size: clamp(3.4rem, 5.7vw, 6.3rem); }
.compact-heading h2 em { color: var(--blue-ink); font-weight: 600; font-style: normal; }
.compact-heading > p:last-child:not(.eyebrow) { grid-column: 9 / 13; margin: 22px 0 0; color: rgba(255,255,255,.65); }
.approach-steps { margin: 0 0 0 25%; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.approach-steps li { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: clamp(28px, 4vw, 50px) 0; border-bottom: 1px solid var(--ink); }
.approach-steps li > span { padding-top: 7px; color: var(--blue-ink); font: 500 .65rem/1 var(--font-label); }
.approach-steps h3 { margin: 0; font-size: clamp(1.8rem, 3.1vw, 3.4rem); line-height: 1; }
.approach-steps p { max-width: 710px; margin: 18px 0 0; color: var(--muted); font-size: 1rem; }

.compact-heading--dark { position: relative; z-index: 1; }
.compact-heading--dark > .eyebrow { color: var(--acid); }
.compact-heading--dark h2 { grid-column: 4 / 12; }
.compact-heading--dark h2 em { color: var(--acid); }
.operator-note { display: grid; grid-template-columns: 25% 1fr; gap: 24px; align-items: start; margin: clamp(52px, 7vw, 92px) 0 0 25%; padding-top: 28px; border-top: 1px solid var(--ink); }
.operator-note > span { color: var(--blue-ink); font: 500 .62rem/1 var(--font-label); letter-spacing: .07em; text-transform: uppercase; }
.operator-note p { max-width: 740px; margin: 0; color: var(--muted); font-size: 1rem; }

/* Opportunity Session page */
.offer-page { background: var(--paper); }
.site-header--offer { top: 10px; width: min(100% - 28px, 1352px); min-height: 64px; padding-inline: 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(19,21,16,.84); color: var(--white); backdrop-filter: blur(16px); box-shadow: 0 8px 28px rgba(0,0,0,.12); }
.site-header--offer .brand__mark { background: var(--acid); color: var(--ink); }
.site-header--offer.is-scrolled { border-color: rgba(255,255,255,.16); background: rgba(19,21,16,.94); }
.offer-hero { min-height: 920px; display: flex; align-items: center; overflow: hidden; padding: 138px 0 76px; background: var(--ink); color: var(--white); }
.offer-hero__grid { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(45px, 7vw, 100px); align-items: center; }
.offer-hero__copy { position: relative; z-index: 2; }
.offer-hero__copy > .eyebrow { color: var(--acid); }
.offer-hero h1 { max-width: 850px; margin: 26px 0 30px; font-size: clamp(4.1rem, 6.4vw, 7rem); line-height: .91; }
.offer-hero__intro { max-width: 760px; margin: 0; color: rgba(255,255,255,.67); font-size: clamp(1.05rem, 1.35vw, 1.2rem); line-height: 1.58; }
.offer-hero__offer { display: grid; grid-template-columns: 1fr auto; gap: 10px 24px; max-width: 740px; margin: 34px 0 28px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); font: 500 .67rem/1.3 var(--font-label); letter-spacing: .045em; text-transform: uppercase; }
.offer-hero__offer span:nth-child(2) { grid-row: 2; }
.offer-hero__offer strong { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--acid); font: 700 clamp(2.5rem, 4vw, 4.4rem)/.9 var(--font-display); letter-spacing: -.04em; }
.offer-trust { margin: 22px 0 0; color: rgba(255,255,255,.52); font: 500 .62rem/1.5 var(--font-label); letter-spacing: .04em; text-transform: uppercase; }
.opportunity-map { position: relative; overflow: hidden; aspect-ratio: 4 / 5; min-height: 0; border: 1px solid rgba(255,255,255,.27); background: #181b16; box-shadow: 14px 14px 0 var(--blue); transform: rotate(1.1deg); }
.opportunity-map::after { content: ''; position: absolute; z-index: 2; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.08); box-shadow: inset 0 0 80px rgba(0,0,0,.18); }
.opportunity-map canvas { display: block; width: 100%; height: 100%; touch-action: pan-y; }

.offer-section { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; padding-block: clamp(88px, 10vw, 145px); }
.offer-section__index { grid-column: 1 / 4; padding-top: 10px; color: var(--blue-ink); font: 500 .65rem/1.3 var(--font-label); letter-spacing: .07em; }
.offer-problem__content { grid-column: 4 / 12; }
.offer-problem h2 { max-width: 950px; margin: 0; font-size: clamp(3.5rem, 5.8vw, 6.4rem); }
.offer-problem h2 em { color: var(--blue-ink); font-weight: 600; font-style: normal; }
.offer-problem__content > p { max-width: 690px; margin: 38px 0 0 auto; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.6; }

.offer-process { padding-block: clamp(88px, 10vw, 145px); overflow: hidden; background: var(--ink); color: var(--white); }
.offer-process .compact-heading > .eyebrow { color: var(--acid); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); list-style: none; }
.process-steps li { min-height: 360px; display: flex; flex-direction: column; padding: 24px clamp(18px, 2.5vw, 34px) 30px; border-right: 1px solid rgba(255,255,255,.22); }
.process-steps li:first-child { padding-left: 0; }
.process-steps li:last-child { padding-right: 0; border-right: 0; }
.process-steps span { color: var(--acid); font: 500 .6rem/1 var(--font-label); letter-spacing: .06em; }
.process-steps h3 { margin: auto 0 14px; font-size: clamp(1.8rem, 2.8vw, 3rem); }
.process-steps strong { color: var(--acid); font: 500 .64rem/1.3 var(--font-label); text-transform: uppercase; }
.process-steps p { margin: 16px 0 0; color: rgba(255,255,255,.58); font-size: .9rem; }

.example-outcomes__header { grid-column: 4 / 12; }
.example-outcomes__header h2 { max-width: 920px; margin: 0; font-size: clamp(3.2rem, 5vw, 5.6rem); }
.example-outcomes__header p { max-width: 640px; margin: 26px 0 0; color: var(--muted); }
.outcome-list { grid-column: 4 / 13; margin: 65px 0 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.outcome-list li { display: grid; grid-template-columns: 175px 1fr; gap: 25px; padding: 23px 0; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 600; line-height: 1.15; letter-spacing: -.02em; }
.outcome-list span { padding-top: 5px; color: var(--blue-ink); font: 500 .62rem/1.3 var(--font-label); letter-spacing: .06em; text-transform: uppercase; }

.qualification { padding-block: clamp(88px, 10vw, 145px); background: var(--blue); color: var(--white); }
.qualification__grid { display: grid; grid-template-columns: 4fr 8fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.qualification__header { position: sticky; top: 100px; }
.qualification__header > .eyebrow { color: var(--acid); }
.qualification__header h2 { margin: 24px 0 25px; font-size: clamp(3.3rem, 5vw, 5.4rem); }
.qualification__header p { max-width: 420px; margin: 0 0 33px; color: rgba(255,255,255,.68); }
.qualification__columns { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.4); }
.qualification__columns article { padding: 30px 34px 38px; border-right: 1px solid rgba(255,255,255,.3); }
.qualification__columns article:first-child { padding-left: 0; }
.qualification__columns article:last-child { padding-right: 0; border-right: 0; }
.qualification__columns h3 { margin: 0 0 46px; color: var(--acid); font-size: clamp(1.8rem, 2.6vw, 2.8rem); }
.qualification__columns ul { margin: 0; padding: 0; list-style: none; }
.qualification__columns li { position: relative; padding: 17px 0 17px 24px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.82); }
.qualification__columns li::before { content: '↳'; position: absolute; left: 0; color: var(--acid); font-family: var(--font-label); }

.independence__grid { grid-column: 4 / 13; display: grid; grid-template-columns: 7fr 5fr; gap: clamp(35px, 6vw, 80px); align-items: start; }
.independence__copy h2 { margin: 0; font-size: clamp(3.2rem, 5.3vw, 5.9rem); }
.independence__copy p { max-width: 700px; margin: 30px 0 0; color: var(--muted); font-size: 1.05rem; }
.guarantee-card { padding: 27px; border: 1px solid var(--ink); background: var(--acid); box-shadow: 9px 9px 0 var(--ink); transform: rotate(1.2deg); }
.guarantee-card span { color: var(--blue-ink); font: 500 .62rem/1 var(--font-label); letter-spacing: .06em; }
.guarantee-card p { margin: 55px 0 0; font-family: var(--font-display); font-size: clamp(1.25rem, 2vw, 1.7rem); font-weight: 600; line-height: 1.18; letter-spacing: -.025em; }

.faq { border-top: 1px solid var(--ink); }
.faq__grid { grid-column: 4 / 13; display: grid; grid-template-columns: 4fr 8fr; gap: clamp(35px, 6vw, 80px); align-items: start; }
.faq__header h2 { margin: 0; font-size: clamp(2.8rem, 4.4vw, 4.8rem); }
.faq__header p { margin: 24px 0 0; color: var(--muted); }
.faq__items { border-top: 1px solid var(--ink); }
.faq__items details { border-bottom: 1px solid var(--ink); }
.faq__items summary { position: relative; padding: 24px 50px 24px 0; font-family: var(--font-display); font-size: clamp(1.15rem, 1.9vw, 1.55rem); font-weight: 600; line-height: 1.2; letter-spacing: -.02em; cursor: pointer; list-style: none; }
.faq__items summary::-webkit-details-marker { display: none; }
.faq__items summary::after { content: '+'; position: absolute; right: 4px; top: 21px; color: var(--blue-ink); font: 500 1.6rem/1 var(--font-label); transition: transform .25s var(--ease); }
.faq__items details[open] summary::after { transform: rotate(45deg); }
.faq__items details p { max-width: 680px; margin: 0; padding: 0 45px 26px 0; color: var(--muted); }

.offer-final { padding-bottom: clamp(35px, 5vw, 70px); }
.offer-final__card { min-height: 460px; display: flex; justify-content: space-between; gap: 60px; align-items: flex-end; padding: clamp(28px, 5vw, 70px); border-radius: 25px; background: var(--ink); color: var(--white); }
.offer-final__card .eyebrow { color: var(--acid); }
.offer-final h2 { max-width: 850px; margin: 28px 0 0; font-size: clamp(3.4rem, 5.7vw, 6.3rem); }
.offer-final__card > .button { flex: 0 0 auto; }

/* Reveal behavior: content is visible by default and only enhanced when JS is running. */
.reveal { opacity: 1; transform: none; }
.reveal-ready .reveal:not(.is-visible) { opacity: 0; transform: translateY(22px); }
.reveal-ready .reveal { transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal-ready .reveal.is-visible { opacity: 1; transform: none; }
@keyframes weave-dash-flow { to { stroke-dashoffset: -180; } }
@keyframes weave-breathe { from { transform: translate3d(-4px,-3px,0) rotate(-.15deg); } to { transform: translate3d(7px,7px,0) rotate(.3deg); } }
@keyframes map-pulse { 0%, 100% { transform: scale(1); transform-origin: center; } 50% { transform: scale(1.14); transform-origin: center; } }
@keyframes blink { 50% { opacity: 0; } }

@media (max-width: 1120px) {
    .site-header, .site-header.is-scrolled { top: 0; width: 100%; min-height: 66px; padding: 0 18px; border-width: 0 0 1px; border-radius: 0; background: rgba(241,238,229,.95); }
    .site-header--dark, .site-header--dark.is-scrolled { background: rgba(19,21,16,.95); border-color: rgba(255,255,255,.15); }
    .nav-toggle { display: block; }.nav-toggle[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(3px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(-3px) rotate(-45deg); }
    .site-nav { position: fixed; inset: 66px 0 0; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 25px 18px 40px; overflow-y: auto; background: var(--paper); color: var(--ink); transform: translateX(100%); transition: transform .35s var(--ease); }.site-nav.is-open { transform: none; }.site-nav > a { padding: 20px 4px; border-bottom: 1px solid var(--line); font-size: .92rem; }.site-nav .nav-cta { justify-content: center; margin-top: 24px; padding: 0 16px; border-bottom: 1px solid var(--ink); font-size: .72rem; }
    .hero__copy { grid-column: 1 / 11; }.hero__title { font-size: clamp(4rem, 7.4vw, 5.2rem); }.hero__title span, .hero__title em { white-space: normal; }
    .diagnostic__grid { grid-template-columns: 7fr 5fr; }
    .section-heading .eyebrow { grid-column: 1 / 4; }.section-heading h2 { grid-column: 4 / 10; }.section-heading > p:last-child { grid-column: 10 / 13; }
    .project--wide, .project--narrow { grid-column: span 6; }.project--feature { grid-template-columns: 1fr 1fr; }
    .wiggle-brand-lockup { left: 28px; max-width: 170px; }.wiggle-brand-lockup img { width: 76px; }.wiggle-brand-lockup strong { margin-top: 18px; font-size: 1.85rem; }.wiggle-product-shot { height: 86%; right: 4%; }
    .site-header--offer, .site-header--offer.is-scrolled { background: rgba(19,21,16,.96); border-color: rgba(255,255,255,.15); color: var(--white); }
    .offer-hero__grid { grid-template-columns: 6.5fr 5.5fr; gap: 45px; }
    .opportunity-map { min-height: 0; }
    .process-steps { grid-template-columns: repeat(2, 1fr); }
    .process-steps li, .process-steps li:first-child, .process-steps li:last-child { min-height: 280px; padding: 25px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
    .process-steps li:nth-child(2n) { border-right: 0; }
    .process-steps li:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 840px) {
    :root { --shell: min(100% - 30px, 1320px); --radius: 14px; }
    html { scroll-padding-top: 76px; }
    .brand__text { gap: 7px; font-size: .56rem; letter-spacing: .035em; }
    .brand__divider { height: 11px; }
    .hero { min-height: auto; }.hero::before { background: linear-gradient(90deg, rgba(241,238,229,.99) 0%, rgba(241,238,229,.92) 47%, rgba(241,238,229,.42) 78%, rgba(241,238,229,.12) 100%), linear-gradient(0deg, rgba(241,238,229,.82), transparent 58%); }.hero__inner { min-height: 0; display: block; padding: 132px 0 76px; }.hero-weave { mask-image: linear-gradient(90deg, rgba(0,0,0,.08), rgba(0,0,0,.75) 60%, #000); }.hero__title { margin: 21px 0 28px; font-size: clamp(3.4rem, 10.5vw, 5rem); }.hero__title span, .hero__title em { white-space: normal; }.hero__intro { font-size: 1.05rem; }.hero__actions { align-items: flex-start; flex-direction: column; gap: 21px; margin-top: 31px; }.micro-proof { display: block; padding-top: 22px; border-top: 1px solid var(--line); }.micro-proof span { display: inline; padding-inline: 3px; }.hero-weave__toggle { right: 15px; bottom: 17px; }
    .principles-strip__inner { display: block; }.principles-strip__inner > div, .principles-strip__inner > div:first-child, .principles-strip__inner > div:last-child { min-height: 120px; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }.principles-strip__inner > div:last-child { border-bottom: 0; }
    .section-heading, .section-heading--wide { display: block; margin-bottom: 45px; }.section-heading .eyebrow { padding: 0; }.section-heading h2, .section-heading--wide h2 { margin: 24px 0 20px; font-size: clamp(3.1rem, 10vw, 4.6rem); }.section-heading > p:last-child { max-width: 440px; }
    .friction__body { display: block; padding: 0 0 58px; }.field-note { max-width: 330px; margin: 45px 0 0 auto; }.decision-sequence { grid-template-columns: repeat(2, 1fr); }.decision-sequence li { min-height: 125px; }.decision-sequence li:nth-child(2n) { border-right: 0; }.decision-sequence li:not(:last-child)::after { display: none; }
    .good-fit { display: block; }.good-fit__title { padding: 0 0 25px; }.good-fit__list { width: 100%; }
    .diagnostic__header { display: block; }.diagnostic__header .eyebrow { padding: 0; }.diagnostic__header h2 { margin: 24px 0 0; font-size: clamp(3.1rem, 10vw, 4.6rem); }.diagnostic__grid { display: block; }.diagnostic__aside { margin-top: 22px; }.price-stamp { min-height: 250px; }.guarantee { padding: 25px; }
    .offer-sheet h3 { font-size: clamp(3.5rem, 14vw, 5.5rem); }.offer-list li { grid-template-columns: 35px 1fr; padding-inline: 23px; }
    .method-flow { display: block; }.method-flow li { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }.method-flow li:last-child { border-bottom: 0; }.method-flow h3 { margin-top: 70px; }
    .case-study::before { width: 7px; }.case-study__mast { align-items: flex-start; flex-direction: column; }.case-study h2 { font-size: clamp(3.4rem, 11vw, 5.3rem); }.case-study__summary { margin-left: 0; }.case-study__grid { display: block; }.case-study__grid article, .case-study__grid article:first-child, .case-study__grid article:last-child { min-height: 240px; padding: 26px 0 35px; border-right: 0; border-bottom: 1px solid var(--line); }.case-study__grid article:last-child { border-bottom: 0; }.case-study__grid p { margin-top: 52px; }.case-study__closing { margin-top: 28px; padding: 22px; }
    .internal-cases__header { display: block; }.internal-cases__header > .eyebrow { padding: 0; }.internal-cases__header h2 { margin-top: 24px; font-size: clamp(3.1rem, 10vw, 4.6rem); }.internal-cases__grid { display: block; }.internal-case, .internal-case + .internal-case { padding: 38px 0 0; border-left: 0; }.internal-case + .internal-case { margin-top: 42px; border-top: 1px solid var(--ink); }.internal-case__principle { margin-top: 35px; }
    .project-grid { display: block; }.project { min-height: 590px; display: grid; grid-template-rows: minmax(0, 1fr) 230px; margin-bottom: 14px; }.project--feature, .project--full { min-height: 690px; grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) 305px; }.project__copy { gap: 28px; padding: 24px 20px; }.project h2, .project h3 { font-size: 3.05rem; }.project__footer { align-items: flex-start; flex-direction: column; gap: 18px; }
    .wiggle-brand-lockup { left: 20px; top: 48%; max-width: 138px; }.wiggle-brand-lockup img { width: 62px; }.wiggle-brand-lockup strong { margin-top: 14px; font-size: 1.5rem; }.wiggle-brand-lockup span { max-width: 120px; margin-top: 10px; font-size: .56rem; }.wiggle-product-shot { height: 118%; right: 4%; top: 7%; border-radius: 24px; }.visual-memory { grid-template-columns: repeat(4, 1fr); }.visual-memory i { min-height: 78px; }
    .builds__more { align-items: flex-start; flex-direction: column; }
    .about__body { display: block; }.about h2 { font-size: clamp(3.4rem, 11vw, 5.3rem); }.about__copy { margin-top: 48px; }
    .final-cta__card { padding: 28px 20px; }.final-cta h2 { margin: 70px 0 44px; font-size: clamp(3.1rem, 10vw, 4.8rem); }.final-cta__bottom { display: block; }.final-cta__bottom > div { align-items: flex-start; flex-direction: column; margin-top: 32px; }
    .site-footer { grid-template-columns: 1fr 1fr; min-height: 300px; }.site-footer nav { justify-self: end; flex-direction: column; text-align: right; }.site-footer__fine { grid-column: 1 / -1; justify-self: start; text-align: left; }
    .archive-hero { min-height: auto; padding: 145px 0 70px; }.archive-hero h1 { font-size: clamp(4.2rem, 14vw, 6.2rem); }.archive-hero__bottom { display: block; }.archive-hero__bottom .text-link { display: inline-block; margin-top: 34px; }
    .contact-main { padding-top: 66px; }.contact-hero { min-height: 86svh; padding: 100px 0 58px; }.contact-hero h1 { margin: 25px 0 48px; font-size: clamp(3.4rem, 11vw, 5.3rem); }.contact-hero__grid { display: block; }.contact-signal { width: fit-content; margin-top: 35px; }.fit-call { display: block; }.fit-call__intro { position: static; margin-bottom: 58px; }.form-row { grid-template-columns: 1fr; gap: 0; }.fit-form__footer { align-items: flex-start; flex-direction: column; }.contact-email { align-items: flex-start; flex-direction: column; }.contact-email > a { overflow-wrap: anywhere; }
    .home-problem { display: block; }
    .home-problem__heading h2 { font-size: clamp(3.1rem, 10vw, 4.6rem); }
    .home-problem__body { margin-top: 48px; }
    .compact-heading { display: block; margin-bottom: 45px; }
    .compact-heading > .eyebrow { padding: 0; }
    .compact-heading h2, .compact-heading--dark h2 { margin: 24px 0 0; font-size: clamp(3.1rem, 10vw, 4.6rem); }
    .approach-steps { margin-left: 0; }
    .approach-steps li { grid-template-columns: 58px 1fr; }
    .operator-note { grid-template-columns: 1fr; gap: 18px; margin-left: 0; }
    .offer-hero { min-height: 0; padding: 120px 0 80px; }
    .offer-hero__grid { display: block; }
    .offer-hero h1 { font-size: clamp(3.6rem, 11vw, 5.3rem); }
    .opportunity-map { max-width: 610px; margin: 72px auto 10px; transform: rotate(.6deg); }
    .offer-section { display: block; }
    .offer-section__index { margin-bottom: 36px; }
    .offer-problem h2, .example-outcomes__header h2, .independence__copy h2 { font-size: clamp(3.1rem, 10vw, 4.7rem); }
    .offer-problem__content > p { margin-left: 0; }
    .qualification__header { position: static; }
    .outcome-list { margin-top: 48px; }
    .example-outcomes__header { width: 100%; }
    .qualification__grid { display: block; }
    .qualification__header { margin-bottom: 60px; }
    .independence__grid { display: block; }
    .guarantee-card { max-width: 560px; margin: 60px 0 0 auto; }
    .faq__grid { display: block; }
    .faq__items { margin-top: 48px; }
    .offer-final__card { min-height: 430px; align-items: flex-start; flex-direction: column; }
    .hero-person { width: 100%; grid-template-columns: 56px minmax(0, 1fr); gap: 15px; margin-top: 28px; padding-top: 21px; }
    .hero-person__portrait { width: 56px; box-shadow: 3px 3px 0 var(--acid); }
    .hero-person__name { display: block; font-size: .62rem; }
    .hero-person__name span { display: block; margin-top: 5px; }
    .hero-person__name span::before { display: none; }
    .hero-person__proof { max-width: 280px; margin-top: 6px; font-size: .78rem; line-height: 1.4; }
}

@media (max-width: 600px) {
    .desktop-break { display: none; }
    .brand { gap: 9px; }
    .brand__text { gap: 6px; font-size: .52rem; }
    .hero__title { font-size: clamp(3rem, 12.5vw, 3.2rem); line-height: .94; }
    .hero__title span, .hero__title em { display: inline; }
    .section-heading h2, .section-heading--wide h2, .diagnostic__header h2, .internal-cases__header h2, .about h2 { font-size: clamp(2.7rem, 11.5vw, 3rem); line-height: .96; }
    .final-cta h2 { font-size: clamp(2.3rem, 10vw, 2.6rem); line-height: .96; }
    .case-study h2, .contact-hero h1 { font-size: clamp(2.8rem, 11.8vw, 3.1rem); line-height: .96; }
    h3 { letter-spacing: -.025em; line-height: 1; }
    .offer-sheet h3 { font-size: clamp(2.85rem, 12vw, 3.2rem); line-height: 1; }
    .internal-case h3 { margin: 36px 0 44px; font-size: clamp(2rem, 9vw, 2.45rem); }
    .internal-case dl > div { display: block; }.internal-case dd { margin-top: 10px; }
    .archive-hero h1 { font-size: clamp(2.5rem, 11.2vw, 2.8rem); line-height: .94; }
    .positioning-page .brand__divider, .positioning-page .brand__text > span:last-child { display: none; }
    .home-hero .hero__title span, .home-hero .hero__title em { display: block; }
    .home-problem__heading h2, .compact-heading h2, .compact-heading--dark h2 { font-size: clamp(2.7rem, 11.5vw, 3.15rem); }
    .question-note { display: block; }
    .question-note p { margin-top: 20px; }
    .approach-steps li { grid-template-columns: 40px 1fr; gap: 12px; }
    .approach-steps h3 { font-size: 1.8rem; }
    .offer-hero h1 { font-size: clamp(3rem, 12.5vw, 3.45rem); }
    .offer-hero__offer { grid-template-columns: 1fr; }
    .offer-hero__offer strong { grid-column: 1; grid-row: 3; margin-top: 10px; }
    .opportunity-map { min-height: 0; box-shadow: 8px 8px 0 var(--blue); }
    .offer-problem h2, .example-outcomes__header h2, .independence__copy h2 { font-size: clamp(2.7rem, 11.5vw, 3.15rem); }
    .qualification__header h2, .faq__header h2 { font-size: clamp(2.7rem, 11.5vw, 3.15rem); }
    .process-steps { grid-template-columns: 1fr; }
    .process-steps li, .process-steps li:first-child, .process-steps li:last-child { min-height: 250px; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
    .process-steps li:last-child { border-bottom: 0; }
    .outcome-list li { grid-template-columns: 1fr; gap: 11px; }
    .qualification__columns { display: block; }
    .qualification__columns article, .qualification__columns article:first-child, .qualification__columns article:last-child { padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); }
    .qualification__columns article:last-child { border-bottom: 0; }
    .offer-final__card { min-height: 400px; }
    .offer-final h2 { font-size: clamp(2.7rem, 11.5vw, 3.15rem); }
    .offer-final__card > .button { width: 100%; }
}

@media (max-width: 480px) {
    .hero__title { font-size: clamp(3rem, 12.5vw, 3.2rem); }.hero__actions .button { width: 100%; }.decision-sequence { grid-template-columns: 1fr; }.decision-sequence li { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--line); }.decision-sequence li:last-child { border-bottom: 0; }
    .good-fit__list li { grid-template-columns: 34px 1fr; gap: 12px; font-size: 1.2rem; }
    .offer-sheet__top > div { align-items: flex-start; flex-direction: column; }.offer-sheet h3 { font-size: clamp(2.85rem, 12vw, 3.2rem); }.price-stamp strong { font-size: 5.4rem; }
    .project h2, .project h3 { font-size: 2.75rem; }.project__copy { padding-inline: 18px; }.project__index span:last-child { max-width: 126px; text-align: right; }.visual-memory { padding: 14px; gap: 6px; }.visual-memory i { min-height: 68px; }
    .case-study h2 { font-size: clamp(2.8rem, 11.8vw, 3.1rem); }.case-study__summary { font-size: 1.08rem; }.about__label { align-items: flex-start; flex-direction: column; gap: 9px; }
    .contact-hero h1 { font-size: clamp(2.8rem, 11.8vw, 3.1rem); }.fit-call__intro h2 { font-size: 2.9rem; }.fit-form { padding: 22px 17px; }.form-success { min-height: 500px; padding: 28px 22px; }.form-success h2 { font-size: 2.85rem; }.site-footer { gap: 24px; }.site-footer > div p { font-size: .72rem; }
    .offer-hero .button { width: 100%; }
    .opportunity-map { min-height: 0; }
    .guarantee-card { padding: 22px; box-shadow: 6px 6px 0 var(--ink); }
    .guarantee-card p { margin-top: 42px; }
    .faq__items summary { padding-right: 38px; }
    .hero-person { grid-template-columns: 52px minmax(0, 1fr); gap: 13px; }
    .hero-person__portrait { width: 52px; }
}

@media (max-width: 360px) {
    :root { --shell: min(100% - 24px, 1320px); }
    .site-header, .site-header.is-scrolled { padding-inline: 12px; }.brand__mark { width: 32px; height: 32px; }.brand__text { gap: 5px; font-size: .48rem; }.hero__title { font-size: 3.05rem; }.button { gap: 18px; padding-inline: 15px; }
    .case-study h2 { font-size: 2.65rem; }
    .internal-cases__header h2 { font-size: 2.5rem; }
    .final-cta h2 { font-size: 2rem; }
    .project h2, .project h3 { font-size: 2.45rem; }
    .project--wiggle h2, .project--wiggle h3 { font-size: 2.25rem; }.project--wiggle .project__index { font-size: .56rem; }.wiggle-brand-lockup { left: 16px; max-width: 106px; }.wiggle-brand-lockup img { width: 52px; }.wiggle-brand-lockup strong { margin-top: 12px; font-size: 1.15rem; }.wiggle-brand-lockup span { max-width: 95px; margin-top: 8px; font-size: .5rem; }.wiggle-product-shot { height: 112%; right: 4%; }
}

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

@media print {
    :root { --paper: #fff; --ink: #000; --shell: 100%; }
    *, *::before, *::after { animation: none !important; transition: none !important; box-shadow: none !important; }
    body { min-width: 0; background: #fff !important; color: #000 !important; font-size: 10pt; }
    .grain, .site-header, .nav-toggle, .hero-weave, .hero-weave__toggle, .project__visual, .opportunity-map { display: none !important; }
    .reveal, .reveal-ready .reveal, .reveal-ready .reveal:not(.is-visible) { opacity: 1 !important; transform: none !important; }
    .hero, .section-space, .diagnostic, .case-study, .archive-builds, .fit-call, .final-cta, .offer-hero, .offer-section, .offer-process, .qualification, .offer-final { min-height: 0; padding: 24pt 0; break-inside: auto; }
    .hero__title, .section-heading h2, .diagnostic__header h2, .case-study h2, .about h2, .contact-hero h1 { font-size: 34pt !important; color: #000 !important; }
    .principles-strip, .diagnostic, .contact-page, .fit-form, .offer-hero, .offer-process, .qualification, .offer-final__card { background: #fff !important; color: #000 !important; }
    .principles-strip__inner, .diagnostic__grid, .case-study__grid, .project-grid, .fit-call { display: block; }
    .principles-strip__inner > div, .offer-sheet, .guarantee, .case-study__grid article, .project, .fit-form { min-height: 0; margin: 0 0 12pt; padding: 12pt; border: 1px solid #777 !important; break-inside: avoid; color: #000 !important; }
    .project { display: block; }.project__copy { display: block; padding: 0; }.project__footer { margin-top: 12pt; }
    .final-cta__card, .site-footer { min-height: 0; padding: 18pt 0; border: 1px solid #777; background: #fff !important; color: #000 !important; }
    .final-cta__bottom, .site-footer { display: block; }.final-cta__bottom > div { margin-top: 12pt; }.site-footer > * { margin: 8pt 12pt; }
    a { color: #000 !important; text-decoration: underline; }
    a[href^="http"]::after, a[href^="mailto"]::after { content: ' (' attr(href) ')'; font: 8pt var(--font-label); overflow-wrap: anywhere; }
}
