:root{--bg-page:#faf6eb;--bg-card-light:#fff2dd;--bg-card-dark:#0a3d3f;--bg-card-deep:#002d30;--bg-section-dark:#003a3d;--ink:#0a1f20;--ink-strong:#002224;--ink-muted:#4e4a42;--ink-faint:#8a8478;--ink-light:#fdf8ec;--ink-light-muted:#b9b2a1;--ink-light-faint:#7f7a6c;--hairline:#e3ddd0;--hairline-dark:#0f4d4f;--accent:#c77542;--accent-deep:#965c16;--accent-warm:#e1a070;--measure-narrow:36rem;--measure:42rem;--measure-wide:60rem;--measure-page:72rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--space-10:8rem}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg-page);color:var(--ink);font-family:var(--font-display,ui-sans-serif,system-ui,sans-serif);font-size:17px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;display:flex;flex-direction:column}main{flex:1 0 auto}a{color:inherit;text-decoration:none;border-bottom:1px solid;transition:color .14s ease,border-color .14s ease,opacity .14s ease;opacity:.86}a:hover{opacity:1;color:var(--accent-deep)}h1,h2,h3,h4{font-family:var(--font-display,ui-sans-serif,system-ui,sans-serif);font-weight:600;letter-spacing:-.02em;color:inherit;margin:0}h1{font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.04;letter-spacing:-.03em}h2{font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.15;letter-spacing:-.015em}h3{font-size:1.0625rem;line-height:1.4;font-weight:600;letter-spacing:-.005em}p{margin:0 0 var(--space-4) 0;color:inherit}p.lede{font-size:clamp(1.125rem,1.6vw,1.3125rem);line-height:1.45;font-weight:400;letter-spacing:-.01em;max-width:36rem;color:var(--ink-muted)}.dark p.lede{color:var(--ink-light-muted)}.kicker{font-size:.75rem;color:var(--accent);margin-bottom:var(--space-4)}.eyebrow,.kicker{font-family:var(--font-mono,ui-monospace,monospace);letter-spacing:.18em;text-transform:uppercase;font-weight:500}.eyebrow{font-size:.6875rem;color:var(--ink-faint)}.dark .eyebrow{color:var(--ink-light-faint)}.meta,small{font-size:.8125rem;color:var(--ink-muted)}ul.bullets{list-style:none;margin:0 0 var(--space-4) 0;padding:0}ul.bullets li{position:relative;padding-left:1.2rem;margin-bottom:var(--space-2);line-height:1.45}ul.bullets li:before{content:"";position:absolute;left:0;top:.65em;width:.5rem;height:1px;background:var(--accent)}.dark ul.bullets li:before{background:var(--accent-warm)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(250,246,235,.92);-webkit-backdrop-filter:saturate(140%) blur(10px);backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--hairline)}.site-header__inner{max-width:var(--measure-page);margin:0 auto;padding:var(--space-3) var(--space-5);display:flex;align-items:center;justify-content:space-between;gap:var(--space-5)}.site-header__mark{font-size:1rem;font-weight:700;letter-spacing:-.025em;border-bottom:none;opacity:1;color:var(--ink)}.site-header__mark:hover{border-bottom:none;color:var(--accent-deep)}.site-header__nav{display:flex;align-items:center;gap:var(--space-5)}.site-header__nav a{font-size:.875rem;font-weight:500;letter-spacing:-.005em;border-bottom:none;color:var(--ink-muted);opacity:1}.site-header__nav a:hover{color:var(--accent-deep);border-bottom:none}.site-header__cta{background:var(--bg-card-dark);padding:.5rem .875rem;border-radius:999px;font-size:.8125rem;font-weight:600;letter-spacing:-.005em;transition:background .14s ease,transform .14s ease}.site-header__cta,.site-header__cta:hover{color:var(--ink-light)!important;border-bottom:none}.site-header__cta:hover{background:var(--bg-card-deep);transform:translateY(-1px)}@media (max-width:700px){.site-header__nav{gap:var(--space-3)}.site-header__nav a:not(.site-header__cta){display:none}}.site-footer{border-top:1px solid var(--hairline);background:var(--bg-page);margin-top:var(--space-9)}.site-footer__inner{max-width:var(--measure-page);margin:0 auto;padding:var(--space-5);display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-4);font-size:.8125rem;color:var(--ink-faint)}.site-footer__links{display:flex;align-items:center;gap:var(--space-4)}.site-footer__inner a{color:var(--ink-muted);border-bottom:none}.site-footer__inner a:hover{color:var(--accent-deep)}.shell{max-width:var(--measure-wide);width:100%;margin:0 auto;padding:var(--space-9) var(--space-5) var(--space-8)}.shell--narrow{max-width:var(--measure)}.shell--page{max-width:var(--measure-page)}@media (max-width:700px){.shell{padding:var(--space-7) var(--space-4)}}.hero{background:var(--bg-card-dark);color:var(--ink-light);border-radius:24px;padding:clamp(2rem,6vw,4.5rem) clamp(1.5rem,5vw,3.5rem);margin-top:var(--space-6);position:relative;overflow:hidden}.hero .kicker{color:var(--accent-warm)}.hero h1{max-width:22ch;margin-bottom:var(--space-5)}.hero .lede{color:var(--ink-light-muted);max-width:36rem}.hero__cta{display:inline-block;margin-top:var(--space-6);background:var(--bg-card-light);color:var(--ink)!important;padding:.75rem 1.25rem;border-radius:999px;font-size:.9375rem;font-weight:600;letter-spacing:-.005em;border-bottom:none;transition:background .14s ease,transform .14s ease}.hero__cta:hover{background:var(--accent-warm);color:var(--ink-strong)!important;transform:translateY(-1px);border-bottom:none}.section{margin-top:var(--space-9)}.section h2{margin-bottom:var(--space-4)}.section--inset{background:var(--bg-card-light);border-radius:20px;border:1px solid var(--hairline)}.section--dark,.section--inset{padding:clamp(1.75rem,5vw,3rem)}.section--dark{background:var(--bg-section-dark);border-radius:20px}.section--dark,.section--dark.dark{color:var(--ink-light)}.gap-card{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:var(--space-5);gap:var(--space-5);align-items:stretch;margin:var(--space-5) 0 var(--space-6)}@media (max-width:800px){.gap-card{grid-template-columns:1fr}.gap-card__divider{display:none}}.gap-card__col{background:var(--bg-card-dark);color:var(--ink-light);padding:var(--space-6);border-radius:16px}.gap-card__col--cream{background:var(--bg-card-light);color:var(--ink);border:1px solid var(--hairline)}.gap-card__col h3{font-family:var(--font-mono,ui-monospace,monospace);font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;margin-bottom:var(--space-4);color:var(--accent-warm)}.gap-card__col--cream h3{color:var(--accent-deep)}.gap-card__col ul.bullets li{color:var(--ink-light);font-size:.9375rem}.gap-card__col--cream ul.bullets li{color:var(--ink)}.gap-card__divider{display:flex;align-items:center;justify-content:center;font-family:var(--font-mono,ui-monospace,monospace);font-size:.625rem;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-faint);writing-mode:vertical-rl;transform:rotate(180deg);padding:0 var(--space-2)}.gap-card__closing{font-family:var(--font-display,ui-sans-serif,system-ui,sans-serif);font-size:clamp(1.25rem,2vw,1.5rem);font-weight:600;letter-spacing:-.015em;margin-top:var(--space-5);color:var(--ink)}.faq-list{display:grid;grid-gap:var(--space-4);gap:var(--space-4);margin-top:var(--space-5)}.faq-item{border-top:1px solid var(--hairline);padding-top:var(--space-4)}.faq-item p{color:var(--ink-muted);max-width:var(--measure)}.pattern-list{list-style:none;margin:var(--space-6) 0;padding:0;display:grid;grid-gap:var(--space-4);gap:var(--space-4)}.pattern-list li{display:grid;grid-template-columns:4.5rem 1fr;grid-gap:var(--space-5);gap:var(--space-5);align-items:baseline;padding-bottom:var(--space-4);border-bottom:1px solid var(--hairline)}.pattern-list li:last-child{border-bottom:0}.pattern-list .year{font-family:var(--font-mono,ui-monospace,monospace);font-size:.875rem;letter-spacing:.05em;color:var(--accent-deep);font-weight:600}.pattern-list .claim{font-size:1.0625rem;color:var(--ink);line-height:1.5}.pattern-list .claim strong{font-weight:600;color:var(--ink-strong)}.delta{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:var(--space-5);gap:var(--space-5);align-items:center;text-align:center;margin:var(--space-6) 0}@media (max-width:700px){.delta{grid-template-columns:1fr;gap:var(--space-3)}.delta__arrow{transform:rotate(90deg)}}.delta__cell{padding:var(--space-6);border-radius:16px}.delta__cell--inbox{background:var(--bg-card-light);color:var(--ink);border:1px solid var(--hairline)}.delta__cell--spann{background:var(--bg-card-dark);color:var(--ink-light)}.delta__label{font-family:var(--font-mono,ui-monospace,monospace);font-size:.6875rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:var(--space-3);opacity:.6}.delta__num{font-family:var(--font-display,ui-sans-serif,system-ui,sans-serif);font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1}.delta__unit{font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;margin-top:var(--space-2);opacity:.7}.delta__arrow,.delta__unit{font-family:var(--font-mono,ui-monospace,monospace)}.delta__arrow{font-size:1.5rem;color:var(--accent)}.steps{list-style:none;padding:0;margin:var(--space-5) 0;display:grid;grid-gap:var(--space-4);gap:var(--space-4)}.step{display:grid;grid-template-columns:3.5rem 1fr;grid-gap:var(--space-5);gap:var(--space-5);align-items:baseline;padding:var(--space-5);background:var(--bg-card-light);border:1px solid var(--hairline);border-radius:14px}.dark .step,.section--dark .step{background:rgba(255,242,221,.05);border-color:var(--hairline-dark)}.step__num{font-family:var(--font-mono,ui-monospace,monospace);font-size:.875rem;letter-spacing:.05em;color:var(--accent);font-weight:600}.step__head{font-weight:600;font-size:1.0625rem;letter-spacing:-.01em;margin-bottom:var(--space-2);color:inherit}.step p{margin:0;font-size:.9375rem;line-height:1.5;color:var(--ink-muted)}.dark .step p,.section--dark .step p{color:var(--ink-light-muted)}.talk{background:var(--bg-card-dark);color:var(--ink-light);padding:clamp(2.5rem,5vw,4rem) clamp(1.75rem,5vw,3rem);border-radius:20px;margin-top:var(--space-9)}.talk h2{font-size:clamp(1.5rem,3vw,2rem);letter-spacing:-.02em;margin-bottom:var(--space-4);max-width:26ch}.talk p{max-width:36rem;font-size:1.0625rem}.talk p,.talk__contact{color:var(--ink-light-muted)}.talk__contact{margin-top:var(--space-5);font-size:.9375rem}.talk__contact strong{color:var(--ink-light);font-weight:600}.talk__pending{color:var(--ink-light-faint)}.talk a{color:var(--accent-warm);border-bottom-color:var(--accent-warm)}.talk a:hover{color:var(--ink-light);border-bottom-color:var(--ink-light)}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:var(--space-4);gap:var(--space-4);margin:var(--space-5) 0}.card{background:var(--bg-card-light);border:1px solid var(--hairline);border-radius:14px;padding:var(--space-5)}.card h3{font-family:var(--font-mono,ui-monospace,monospace);font-size:.6875rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-deep);margin-bottom:var(--space-3)}.card p{font-size:.9375rem;line-height:1.5;color:var(--ink-muted);margin:0}.inline-link{color:var(--accent-deep);border-bottom-color:currentColor;font-weight:500}.inline-link:hover{color:var(--ink-strong)}.protocol-header{border-bottom:1px solid var(--hairline);background:rgba(250,246,235,.96);-webkit-backdrop-filter:saturate(140%) blur(10px);backdrop-filter:saturate(140%) blur(10px)}.protocol-header__inner{max-width:var(--measure-page);margin:0 auto;padding:var(--space-4) var(--space-5);display:flex;align-items:center;justify-content:space-between;gap:var(--space-5)}.protocol-header__copy{display:grid;grid-gap:var(--space-1);gap:var(--space-1)}.protocol-header__mark{border-bottom:none;font-weight:700;letter-spacing:-.025em;opacity:1}.protocol-header__label{margin:0;font-family:var(--font-mono,ui-monospace,monospace);font-size:.6875rem;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-faint)}.protocol-header__nav{display:flex;align-items:center;gap:var(--space-4)}.protocol-header__nav a{border-bottom:none;color:var(--ink-muted);font-size:.875rem;font-weight:500;opacity:1}.protocol-header__nav a:hover{color:var(--accent-deep)}.protocol-footer{border-top:1px solid var(--hairline);margin-top:var(--space-9)}.protocol-footer__inner{max-width:var(--measure-page);margin:0 auto;padding:var(--space-5);display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);color:var(--ink-faint);font-size:.8125rem}.protocol-footer__links{display:flex;flex-wrap:wrap;gap:var(--space-4)}.protocol-footer__links a{border-bottom:none;color:var(--ink-muted)}.protocol-page{display:grid;grid-gap:0;gap:0}.protocol-hero{margin-top:var(--space-6);background:var(--bg-card-dark);color:var(--ink-light);border-radius:24px;padding:clamp(2rem,6vw,4rem) clamp(1.5rem,5vw,3rem)}.protocol-hero--light{background:linear-gradient(180deg,#fff2dd,#f5ebd7);color:var(--ink);border:1px solid var(--hairline)}.protocol-hero--light .kicker{color:var(--accent-deep)}.protocol-hero h1{max-width:22ch;margin-bottom:var(--space-5)}.protocol-hero .lede{max-width:38rem;color:var(--ink-light-muted)}.protocol-hero--light .lede{color:var(--ink-muted)}.protocol-links{list-style:none;padding:0;margin:var(--space-5) 0 0;display:grid;grid-gap:var(--space-4);gap:var(--space-4)}.protocol-links li{display:grid;grid-gap:var(--space-2);gap:var(--space-2);padding:var(--space-5);border:1px solid var(--hairline);border-radius:16px;background:rgba(255,255,255,.35)}.protocol-links a{width:-moz-fit-content;width:fit-content;color:var(--ink-strong);font-weight:600}.protocol-links span{color:var(--ink-muted);font-size:.9375rem}.protocol-actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-4);margin-top:var(--space-5)}.protocol-link-inline{color:var(--accent-deep);border-bottom-color:currentColor;font-weight:500}.protocol-boundary{margin-top:var(--space-9);background:var(--bg-card-deep);color:var(--ink-light);border-radius:20px;padding:clamp(1.75rem,5vw,3rem)}.protocol-boundary .eyebrow{color:var(--ink-light-faint)}.protocol-boundary ul.bullets li{color:var(--ink-light-muted)}.protocol-boundary ul.bullets li:before{background:var(--accent-warm)}@media (max-width:700px){.protocol-footer__inner,.protocol-header__inner{padding-left:var(--space-4);padding-right:var(--space-4);flex-direction:column;align-items:flex-start}.protocol-footer__links,.protocol-header__nav{gap:var(--space-3)}}.shell--study{max-width:var(--measure-page);padding-bottom:var(--space-8)}.shell--study a,.shell--study h1,.shell--study h2,.shell--study h3,.shell--study li,.shell--study p,.shell--study td,.shell--study th{letter-spacing:0}.study-hero{padding:clamp(3rem,8vw,6.5rem) 0 var(--space-7);border-bottom:1px solid var(--hairline)}.study-hero h1{max-width:19ch;font-size:clamp(2.4rem,6vw,4.6rem);line-height:1.02}.study-hero__lede{max-width:42rem;margin-top:var(--space-5);color:var(--ink-muted);font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.5}.study-hero__meta{margin:var(--space-6) 0 0;color:var(--ink-faint);font-family:var(--font-mono,ui-monospace,monospace);font-size:.75rem}.study-review-note{display:inline-block;max-width:48rem;margin:0 0 var(--space-5);padding:var(--space-3) var(--space-4);color:#5f4219;background:#fff4d8;border-left:3px solid #b97818;font-size:.875rem;line-height:1.55}.study-breadcrumbs{display:flex;gap:var(--space-2);margin-bottom:var(--space-7);color:var(--ink-faint);font-size:.8125rem}.study-breadcrumbs a{border-bottom:none}.study-route-nav{display:flex;flex-wrap:wrap;gap:var(--space-4) var(--space-5);padding:var(--space-5) 0;border-bottom:1px solid var(--hairline)}.study-route-nav a{color:var(--ink-muted);font-size:.875rem;font-weight:600}.study-stat-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:var(--space-8) 0 var(--space-9);border-top:1px solid var(--ink-strong);border-bottom:1px solid var(--ink-strong)}.study-stat-band article{min-height:15rem;padding:var(--space-6);display:flex;flex-direction:column;justify-content:space-between}.study-stat-band article+article{border-left:1px solid var(--hairline)}.study-stat-band strong{display:block;color:var(--accent-deep);font-size:clamp(2.4rem,6vw,4rem);font-weight:600;line-height:1}.study-stat-band span{max-width:14rem;font-size:1rem;font-weight:600;line-height:1.35}.study-stat-band small{color:var(--ink-faint);font-size:.75rem}.study-section{max-width:50rem;margin:0 auto;padding:var(--space-8) 0}.study-section+.study-section{border-top:1px solid var(--hairline)}.study-section--inset{max-width:none;margin:var(--space-6) calc(var(--space-7) * -1);padding:var(--space-8) var(--space-7);background:#eef0e7;border-top:1px solid #d7dccd;border-bottom:1px solid #d7dccd}.study-correction h2,.study-next h2,.study-section>h2{max-width:26ch;margin-bottom:var(--space-5)}.study-prose>p{max-width:46rem;color:var(--ink-muted);font-size:1.025rem;line-height:1.7}.study-prose>p:last-child{margin-bottom:0}.study-source-grid,.study-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-6);gap:var(--space-6)}.study-two-column>div{padding-top:var(--space-4);border-top:2px solid var(--accent)}.study-source-grid h3,.study-two-column h3{margin-bottom:var(--space-3)}.study-finding-list{margin:var(--space-7) 0;border-top:1px solid var(--hairline)}.study-finding-list article{display:grid;grid-template-columns:3rem minmax(0,1fr);grid-gap:var(--space-4);gap:var(--space-4);padding:var(--space-5) 0;border-bottom:1px solid var(--hairline)}.friction-grid article>span,.study-finding-list article>span,.study-method-grid article>span{color:var(--accent-deep);font-family:var(--font-mono,ui-monospace,monospace);font-size:.75rem;font-weight:600}.study-finding-list h3{margin-bottom:var(--space-2)}.study-finding-list p{color:var(--ink-muted);margin:0}.study-correction{margin:var(--space-7) auto;max-width:50rem;padding:var(--space-7);color:var(--ink-light);background:var(--bg-card-deep);border-radius:6px}.study-correction .eyebrow{color:var(--accent-warm)}.study-correction p:last-child{color:var(--ink-light-muted);margin-bottom:0}.study-source-grid article{min-height:12rem;padding:var(--space-5);background:rgba(255,255,255,.55);border:1px solid #d7dccd;border-radius:6px}.study-source-grid article p{color:var(--ink-muted);font-size:.9375rem}.study-source-grid article a{color:var(--accent-deep);font-size:.875rem;font-weight:600}.study-checklist{padding:0;margin:var(--space-6) 0;list-style:none;counter-reset:study-check}.study-checklist li{counter-increment:study-check;position:relative;padding:var(--space-4) 0 var(--space-4) 3.5rem;border-top:1px solid var(--hairline)}.study-checklist li:last-child{border-bottom:1px solid var(--hairline)}.study-checklist li:before{content:counter(study-check,decimal-leading-zero);position:absolute;left:0;color:var(--accent-deep);font-family:var(--font-mono,ui-monospace,monospace);font-size:.75rem;font-weight:600}.study-faq{grid-template-columns:repeat(2,minmax(0,1fr))}.study-next{padding:var(--space-8) 0 0;border-top:1px solid var(--ink-strong)}.study-next>div{display:flex;flex-wrap:wrap;gap:var(--space-5)}.friction-grid,.study-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1px;gap:1px;margin:var(--space-7) 0 var(--space-8);background:var(--hairline);border:1px solid var(--hairline)}.friction-grid article,.study-method-grid article{min-height:15rem;padding:var(--space-6);background:var(--bg-page)}.friction-grid h2,.study-method-grid h2{max-width:22ch;margin:var(--space-6) 0 var(--space-3);font-size:1.35rem}.friction-grid p,.study-method-grid p{color:var(--ink-muted);font-size:.9375rem;line-height:1.6}.study-boundary-list{margin:var(--space-5) 0 0;padding:0;list-style:none;border-top:1px solid var(--hairline)}.study-boundary-list li{padding:var(--space-4) 0 var(--space-4) 1.5rem;position:relative;border-bottom:1px solid var(--hairline)}.study-boundary-list li:before{content:"×";position:absolute;left:0;color:var(--accent-deep);font-weight:700}.dataset-downloads{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1px;gap:1px;margin:var(--space-8) 0 var(--space-6);background:var(--hairline);border:1px solid var(--hairline)}.dataset-downloads a{min-height:10rem;padding:var(--space-6);display:flex;flex-direction:column;justify-content:space-between;background:var(--bg-card-light);border-bottom:none}.dataset-downloads strong{font-size:1.15rem}.dataset-downloads span{color:var(--ink-muted);font-size:.8125rem}.dataset-table-wrap{overflow-x:auto}.dataset-table{width:100%;border-collapse:collapse;text-align:left}.dataset-table td,.dataset-table th{padding:var(--space-4);border-bottom:1px solid var(--hairline);vertical-align:top}.dataset-table thead th{color:var(--ink-faint);font-family:var(--font-mono,ui-monospace,monospace);font-size:.6875rem;text-transform:uppercase}.dataset-table tbody th{font-weight:600}@media (max-width:800px){.dataset-downloads,.friction-grid,.study-faq,.study-method-grid,.study-source-grid,.study-stat-band,.study-two-column{grid-template-columns:1fr}.study-stat-band article{min-height:11rem}.study-stat-band article+article{border-left:0;border-top:1px solid var(--hairline)}.study-section--inset{margin-left:calc(var(--space-4) * -1);margin-right:calc(var(--space-4) * -1);padding-left:var(--space-4);padding-right:var(--space-4)}.friction-grid article,.study-method-grid article{min-height:12rem}}@media (max-width:520px){.study-route-nav{gap:var(--space-3)}.study-hero{padding-top:var(--space-7)}.study-hero h1{font-size:2.35rem}.study-correction{padding:var(--space-5)}.site-footer__inner{align-items:flex-start;flex-direction:column}.site-footer__links{flex-wrap:wrap}}