:root{--brand-amber:#d6a84b;--content-width:1180px;--page-width:980px;--reading-width:760px;--page-gutter:40px;--page-gutter-mobile:24px;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--section-space:5rem;--section-space-mobile:3.75rem;--transition-fast:.2s ease}:root,html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#231f20;--background-deep:#1b1819;--text:#f9f9f9;--text-muted:#b7b3b4;--text-subtle:#918d8e;--accent:var(--brand-amber);--accent-hover:#e3b85e;--accent-soft:#d6a84b1a;--accent-soft-strong:#d6a84b29;--accent-border:#d6a84b4d;--surface:#f9f9f909;--surface-hover:#f9f9f911;--surface-strong:#f9f9f914;--border:#f9f9f91a;--border-strong:#f9f9f933;--divider:#f9f9f91a;--divider-soft:#f9f9f912;--body-glow:#f9f9f909;--navbar-background:#231f20e6;--video-glow-strong:#d6a84b47;--video-glow-soft:#d6a84b1f}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f9f9f9;--background-deep:#f1efea;--text:#231f20;--text-muted:#5f595b;--text-subtle:#777173;--accent:#9a6a12;--accent-hover:#80570d;--accent-soft:#9a6a1214;--accent-soft-strong:#9a6a1221;--accent-border:#9a6a1247;--surface:#231f2008;--surface-hover:#231f200e;--surface-strong:#231f2013;--border:#231f201a;--border-strong:#231f202e;--divider:#231f201a;--divider-soft:#231f2012;--body-glow:#d6a84b0f;--navbar-background:#ffffffeb;--video-glow-strong:#d6a84b52;--video-glow-soft:#d6a84b24}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at top, var(--body-glow), transparent 32rem), var(--background);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;line-height:1.6}button,input,textarea,select{font:inherit}a{color:inherit}img,video{max-width:100%;display:block}.site-shell{min-height:100vh}main{width:100%}::selection{background:var(--accent-soft-strong);color:var(--text)}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.navbar{z-index:100;background:var(--navbar-background);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);width:100%;position:sticky;top:0}.nav-inner{width:min(var(--content-width), calc(100% - var(--page-gutter)));justify-content:space-between;align-items:center;gap:2rem;min-height:72px;margin:0 auto;display:flex}.nav-brand{color:var(--text);letter-spacing:-.02em;flex-shrink:0;font-size:1.2rem;font-weight:700;text-decoration:none}.nav-links{align-items:center;gap:.5rem;display:flex}.nav-links a{color:var(--text-muted);border-radius:var(--radius-sm);padding:.7rem .9rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s,background-color .2s,border-color .2s;position:relative}.nav-links a:hover{color:var(--text);background:var(--surface-hover)}.nav-links a.active{color:var(--text)}.nav-links a:not(.nav-review-cta).active:after{content:"";background:var(--accent);border-radius:999px;height:2px;position:absolute;bottom:2px;left:18%;right:18%}.nav-links .nav-review-cta{background:var(--accent);color:var(--background);border:1px solid var(--accent);margin-left:.4rem}.nav-links .nav-review-cta:hover{background:var(--accent-hover);color:var(--background)}.eyebrow{color:var(--accent);letter-spacing:.18em;text-transform:uppercase;margin-bottom:1rem;font-size:.76rem;font-weight:700;display:inline-block}.section-eyebrow,.architecture-label span,.journey-phase-label{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:700;line-height:1.5;display:block}.page-lead{max-width:var(--reading-width);color:var(--text-muted);margin:0 0 3rem;font-size:1.1rem;line-height:1.75}.cta,.secondary-cta{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;min-height:50px;padding:.8rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,background-color .2s,color .2s,border-color .2s;display:inline-flex}.cta{background:var(--text);color:var(--background);border:1px solid var(--text)}.cta:hover{background:var(--accent);color:var(--background);border-color:var(--accent);transform:translateY(-2px)}.secondary-cta{color:var(--text);border:1px solid var(--border-strong);background:0 0}.secondary-cta:hover{background:var(--accent-soft);border-color:var(--accent);transform:translateY(-2px)}.principle-banner{width:min(var(--content-width), calc(100% - var(--page-gutter)));background:var(--accent-soft);border-left:3px solid var(--accent);border-radius:0 var(--radius-md) var(--radius-md) 0;align-items:center;gap:1.25rem;margin:1.25rem auto 0;padding:.9rem 1.35rem;display:flex}.principle-label{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;flex-shrink:0;font-size:.68rem;font-weight:700}.principle-banner p{color:var(--text);margin:0;font-size:.95rem;line-height:1.5}.video-header{width:min(var(--content-width), calc(100% - var(--page-gutter)));justify-content:center;align-items:center;margin:0 auto;padding-top:1.25rem;display:flex;position:relative}.video-header:before{content:"";background:radial-gradient(ellipse, var(--video-glow-strong) 0%, var(--video-glow-soft) 38%, transparent 72%);filter:blur(42px);pointer-events:none;z-index:0;width:65%;height:95%;position:absolute;top:50%;left:50%;transform:translate(-50%,-42%)}.header-video{z-index:1;filter:drop-shadow(0 0 24px #d6a84b1a);border-radius:12px;width:min(680px,90vw);max-width:100%;height:auto;display:block;position:relative}.header-video-placeholder{z-index:1;width:min(620px,90vw);height:165px;position:relative}.hero{width:min(900px, calc(100% - var(--page-gutter)));text-align:center;margin:0 auto;padding:1rem 0 5.5rem}.hero h1{letter-spacing:-.055em;max-width:850px;margin:0 auto 1.5rem;font-size:clamp(2.6rem,6vw,5rem);font-weight:600;line-height:1.02}.hero p{max-width:720px;color:var(--text-muted);margin:0 auto 2.2rem;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.content-section{width:min(var(--content-width), calc(100% - var(--page-gutter)));border-top:1px solid var(--border);margin:0 auto;padding:5rem 0}.content-section>h2{max-width:var(--reading-width);letter-spacing:-.035em;margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.content-section>p{max-width:var(--reading-width);color:var(--text-muted);margin:0 0 3rem;font-size:1.08rem}.section-action{text-align:center;margin-top:2.5rem}.recognition{text-align:center}.recognition>h2{margin-left:auto;margin-right:auto}.symptom-grid{text-align:left;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:900px;margin:3rem auto 2rem;display:grid}.symptom-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem}.symptom-card h3{margin:0 0 .6rem;font-size:1.05rem}.symptom-card p{color:var(--text-muted);margin:0;font-size:.95rem}.recognition>.recognition-conclusion{max-width:700px;color:var(--text);margin:2.5rem auto 0;font-size:1.08rem;font-weight:600}.managed-workflows{text-align:center}.managed-workflows>h2,.managed-workflows>p{margin-left:auto;margin-right:auto}.workflow-flow{flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem;max-width:1050px;margin:3rem auto 0;display:flex}.workflow-node{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:9px;padding:.8rem 1rem;font-size:.92rem;font-weight:600}.workflow-arrow{color:var(--accent);font-size:1.25rem;font-weight:700}.workflow-preview{text-align:center}.workflow-preview>h2,.workflow-preview>p{margin-left:auto;margin-right:auto}.workflow-preview>p{margin-top:0;margin-bottom:3rem}.example-card{text-align:left;background:linear-gradient(145deg, var(--accent-soft), var(--surface));border:1px solid var(--border);border-radius:var(--radius-md);transition:transform .2s,border-color .2s,background-color .2s;position:relative}.example-card:hover{border-color:var(--accent-border);transform:translateY(-3px)}.workflow-group-label{color:var(--accent);letter-spacing:.11em;text-transform:uppercase;font-size:.7rem;font-weight:700;display:inline-block}.example-card--compact{flex-direction:column;min-height:245px;padding:1.6rem;display:flex}.example-card--compact .workflow-group-label{margin-bottom:1rem}.example-card--compact h3{margin:0 0 .8rem;font-size:1.25rem;line-height:1.3}.compact-symptom{color:var(--text-muted);margin:0 0 1.25rem;font-size:.93rem;line-height:1.65}.compact-resolution{border-top:1px solid var(--border);margin-top:auto;padding-top:1rem}.compact-resolution-label{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.35rem;font-size:.66rem;font-weight:700;display:block}.compact-resolution p{color:var(--text);margin:0;font-size:.88rem;line-height:1.55}.example-card--full{background:var(--surface);padding:2rem}.example-card--full h3{letter-spacing:-.02em;margin:.65rem 0 0;font-size:clamp(1.45rem,2vw,1.8rem);line-height:1.25}.workflow-example-section{margin-top:1.75rem}.workflow-example-label{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.55rem;font-size:.67rem;font-weight:700;display:block}.workflow-example-section p{max-width:800px;color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.7}.mini-workflow{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.mini-workflow-step{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);align-items:center;padding:.45rem .65rem;font-size:.8rem;font-weight:600;display:inline-flex}.mini-workflow-arrow{color:var(--accent);font-size:.9rem;font-weight:700}.control-example{background:var(--accent-soft);border-left:2px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:1rem 1.1rem}.control-example p{color:var(--text)}.measure-list{flex-wrap:wrap;gap:.45rem;display:flex}.measure-chip{background:var(--surface-strong);border:1px solid var(--border);color:var(--text-muted);border-radius:999px;padding:.38rem .6rem;font-size:.76rem;line-height:1.2}.workflow-carousel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:950px;margin:3rem auto;padding:2rem}.carousel-topbar{text-align:left;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:1.5rem;display:flex}.carousel-label{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.25rem;font-size:.7rem;font-weight:700;display:block}.carousel-topbar h3{letter-spacing:-.025em;margin:0;font-size:clamp(1.5rem,3vw,2rem)}.carousel-position{color:var(--text-subtle);font-size:.85rem;font-weight:600}.carousel-slide{animation:.25s carouselFade}@keyframes carouselFade{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.carousel-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.carousel-controls{justify-content:center;align-items:center;gap:1.25rem;margin-top:2rem;display:flex}.carousel-arrow{width:44px;height:44px;color:var(--text);border:1px solid var(--border-strong);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.1rem;transition:background-color .2s,border-color .2s,transform .2s;display:flex}.carousel-arrow:hover{background:var(--accent-soft);border-color:var(--accent);transform:translateY(-2px)}.carousel-dots{justify-content:center;align-items:center;gap:.55rem;display:flex}.carousel-dot{background:var(--border-strong);cursor:pointer;border:0;border-radius:50%;width:9px;height:9px;padding:0;transition:background-color .2s,transform .2s}.carousel-dot:hover{background:var(--text-muted)}.carousel-dot.active{background:var(--accent);transform:scale(1.25)}.example-groups{margin-top:3rem}.example-group{border-top:1px solid var(--border)}.example-group:last-child{border-bottom:1px solid var(--border)}.example-group>summary{color:var(--text);cursor:pointer;justify-content:space-between;align-items:center;gap:2rem;padding:1.6rem 3rem 1.6rem 0;list-style:none;display:flex;position:relative}.example-group>summary::-webkit-details-marker{display:none}.example-group>summary:after{content:"+";color:var(--accent);font-size:1.5rem;font-weight:300;position:absolute;right:0}.example-group[open]>summary:after{content:"−"}.example-group-title{flex-direction:column;gap:.2rem;display:flex}.example-group-title strong{font-size:1.2rem}.example-group-title span{color:var(--text-subtle);font-size:.85rem;font-weight:400}.example-group-count{color:var(--text-subtle);flex-shrink:0;font-size:.8rem}.example-group-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:0 0 2rem;display:grid}.example-disclaimer{max-width:var(--reading-width);background:var(--surface);border-left:2px solid var(--accent);color:var(--text-muted);margin:2rem 0 0;padding:1rem 1.2rem;font-size:.86rem;line-height:1.65}.proof-section{text-align:center}.proof-section>h2{max-width:var(--reading-width);margin-left:auto;margin-right:auto}.client-proof{max-width:var(--reading-width);text-align:left;border-top:1px solid var(--divider);border-bottom:1px solid var(--divider);margin:2.75rem auto 0;padding:2rem 0}.client-proof blockquote{color:var(--text);margin:0;font-size:1.05rem;line-height:1.8}.client-proof figcaption{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.35rem .8rem;margin-top:1.25rem;font-size:.88rem;display:flex}.client-proof figcaption strong{color:var(--text)}.client-proof figcaption a{color:var(--accent);text-decoration:none}.client-proof figcaption a:hover{text-decoration:underline}.recommendation-context{max-width:620px;color:var(--text-subtle);margin:.55rem 0 0;font-size:.76rem;line-height:1.55}.final-cta{width:min(1050px, calc(100% - var(--page-gutter)));text-align:center;background:radial-gradient(circle at top, var(--accent-soft), transparent 70%), var(--background-deep);border:1px solid var(--accent-border);border-radius:var(--radius-lg);margin:4rem auto;padding:3.75rem 2rem}.final-cta h2{letter-spacing:-.035em;max-width:700px;margin:0 auto 1rem;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.final-cta p{max-width:650px;color:var(--text-muted);margin:0 auto 2rem}.about{width:min(850px, calc(100% - var(--page-gutter)));margin:0 auto;padding:4rem 0 6rem}.about h1{letter-spacing:-.045em;margin:0 0 2rem;font-size:clamp(2.6rem,5vw,4rem);line-height:1.08}.about h2{letter-spacing:-.025em;margin:4rem 0 1rem;font-size:clamp(1.7rem,3vw,2.2rem)}.about h3{margin:3rem 0 1rem;font-size:1.4rem}.about p{color:var(--text-muted);margin:0 0 1.4rem;font-size:1.06rem;line-height:1.8}.guiding-principles{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:4rem 0;padding:3rem 0}.guiding-principles>h2{letter-spacing:-.03em;max-width:700px;margin:0 0 2.5rem;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.15}.philosophy-list{margin:0}.philosophy-item{border-top:1px solid var(--border);grid-template-columns:160px 1fr;gap:2rem;padding:1.3rem 0;display:grid}.philosophy-item:last-child{border-bottom:1px solid var(--border)}.philosophy-item dt{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;font-size:.7rem;font-weight:700}.philosophy-item dd{color:var(--text);margin:0;font-size:1.08rem;font-weight:600;line-height:1.55}.about .philosophy-constraint{max-width:var(--reading-width);color:var(--text-muted);margin:2rem 0 0;font-size:1rem;line-height:1.75}.examples{width:min(var(--content-width), calc(100% - var(--page-gutter)));margin:0 auto;padding:4rem 0 6rem}.examples>h1{letter-spacing:-.045em;max-width:800px;margin:0 0 1rem;font-size:clamp(2.6rem,5vw,4rem);line-height:1.08}.examples>p{max-width:700px;color:var(--text-muted);margin:0 0 3rem;font-size:1.08rem}.how-it-works-page{width:min(var(--content-width), calc(100% - var(--page-gutter)));margin-inline:auto;padding:4.5rem 0 6rem}.process-section{width:100%}.section-header{max-width:var(--reading-width);margin-bottom:3rem}.section-header .section-eyebrow{margin-bottom:.85rem}.section-header h1{letter-spacing:-.045em;margin:0 0 1rem;font-size:clamp(2.4rem,5vw,4rem);font-weight:600;line-height:1.07}.section-intro{max-width:700px;color:var(--text-muted);margin:0;font-size:1.08rem;line-height:1.75}.client-journey{border-top:1px solid var(--divider);border-bottom:1px solid var(--divider);color:var(--text);flex-wrap:wrap;align-items:center;gap:.9rem;margin:0 0 3.5rem;padding:1.15rem 0;font-size:.92rem;font-weight:700;display:flex}.client-journey .journey-arrow{color:var(--accent);opacity:.75;font-weight:700}.journey-phases{border-top:1px solid var(--divider)}.journey-phase{border-bottom:1px solid var(--divider)}.journey-phase summary{color:var(--text);cursor:pointer;transition:background-color var(--transition-fast);padding:2.35rem 3rem 2.35rem 0;list-style:none;position:relative}.journey-phase summary::-webkit-details-marker{display:none}.journey-phase summary:after{content:"+";color:var(--accent);font-size:1.4rem;font-weight:300;line-height:1;position:absolute;top:2.2rem;right:0}.journey-phase[open] summary:after{content:"−"}.journey-phase-heading{grid-template-columns:180px minmax(0,1fr);gap:2.5rem;display:grid}.journey-phase-label{padding-top:.25rem}.journey-phase-heading h2{letter-spacing:-.02em;max-width:720px;margin:0 0 .75rem;font-size:clamp(1.35rem,2.2vw,1.75rem);line-height:1.25}.journey-phase-heading p{max-width:720px;color:var(--text-muted);margin:0;font-size:.98rem;line-height:1.7}.journey-phase-detail{max-width:720px;margin-left:calc(180px + 2.5rem);padding:0 0 2.4rem}.journey-phase-detail h3{color:var(--text-subtle);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .75rem;font-size:.72rem;font-weight:700;line-height:1.5}.journey-phase-detail p{color:var(--text-muted);margin:0 0 1rem;font-size:.95rem;line-height:1.75}.journey-phase-detail p:last-child{margin-bottom:0}.architecture-section{border-top:1px solid var(--divider);grid-template-columns:180px minmax(0,1fr);gap:2.5rem;padding:3rem 0;display:grid}.architecture-section:last-of-type{border-bottom:1px solid var(--divider)}.architecture-content{max-width:var(--reading-width)}.architecture-content>h2{letter-spacing:-.02em;margin:0 0 .85rem;font-size:clamp(1.4rem,2.2vw,1.8rem);line-height:1.25}.architecture-content>p{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.75}.measurement-flow{color:var(--text);flex-wrap:wrap;align-items:center;gap:.65rem;margin:1.75rem 0;font-size:.88rem;font-weight:700;display:flex}.measurement-arrow{color:var(--accent);opacity:.7}.architecture-list{gap:.8rem;margin:1.75rem 0;padding:0;list-style:none;display:grid}.architecture-list li{color:var(--text-muted);padding-left:1.25rem;font-size:.95rem;line-height:1.7;position:relative}.architecture-list li:before{content:"";background:var(--accent);border-radius:50%;width:4px;height:4px;position:absolute;top:.72em;left:0}.architecture-content .architecture-note{color:var(--text-subtle);margin-top:1.5rem;font-size:.86rem;line-height:1.65}.architecture-faq{border-top:1px solid var(--divider-soft);margin-top:1.75rem}.architecture-faq details{border-bottom:1px solid var(--divider-soft);padding:1.25rem 0}.architecture-faq summary{color:var(--text);cursor:pointer;padding-right:2rem;font-size:.96rem;font-weight:650;line-height:1.5;list-style:none;position:relative}.architecture-faq summary::-webkit-details-marker{display:none}.architecture-faq summary:after{content:"+";color:var(--accent);font-size:1.15rem;font-weight:400;position:absolute;top:50%;right:0;transform:translateY(-50%)}.architecture-faq details[open] summary:after{content:"−"}.architecture-faq details p{max-width:680px;color:var(--text-muted);margin:1rem 0 0;font-size:.92rem;line-height:1.75}.workflow-review-page{width:min(var(--page-width), calc(100% - var(--page-gutter)));margin:0 auto;padding:4rem 0 6rem}.workflow-review-page>h1{letter-spacing:-.045em;max-width:900px;margin:0 0 1.25rem;font-size:clamp(2.6rem,5vw,4rem);line-height:1.08}.review-expectations,.review-boundary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);max-width:850px;margin:3rem 0;padding:2rem}.review-expectations h2,.review-boundary h2{margin:0 0 1.25rem;font-size:1.5rem}.review-expectations ul{margin:0;padding-left:1.25rem}.review-expectations li{color:var(--text-muted);margin-bottom:.8rem}.review-expectations li:last-child{margin-bottom:0}.review-expectations li::marker{color:var(--accent)}.review-boundary{background:var(--accent-soft);border-color:var(--accent-border)}.review-boundary p{color:var(--text-muted);margin:0;line-height:1.75}.workflow-review-page>.cta{margin-top:.5rem}.review-outcomes{margin:5rem 0}.review-outcomes-header{max-width:680px;margin-bottom:2.5rem}.review-outcomes-header .section-eyebrow{margin-bottom:.85rem}.review-outcomes-header h2{letter-spacing:-.025em;margin:0 0 .8rem;font-size:clamp(1.75rem,3vw,2.4rem);line-height:1.15}.review-outcomes-header p{color:var(--text-muted);margin:0;line-height:1.75}.outcome-marker span{color:var(--text-subtle);letter-spacing:.08em;font-size:.75rem;font-weight:700}.outcome-content h3{margin:0 0 .45rem;font-size:1.1rem;line-height:1.4}.outcome-content p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.7}.outcome-list{border-top:1px solid #1414141f}.outcome-row{border-bottom:1px solid #1414141f;grid-template-columns:72px minmax(0,1fr);gap:1.5rem;padding:1.75rem 0;display:grid}.outcome-marker span{letter-spacing:.08em;color:#14141461;font-size:.75rem;font-weight:700}.outcome-content{max-width:720px}.outcome-content h3{margin:0 0 .45rem;font-size:1.1rem}.outcome-content p{color:#141414a8;margin:0;line-height:1.65}.outcome-row-primary{position:relative}.outcome-row-primary:before{content:"";background:#d6a84b;width:2px;position:absolute;top:0;bottom:0;left:-1rem}.outcome-row-primary .outcome-marker span{color:#d6a84b}@media (max-width:640px){.outcome-row{grid-template-columns:42px minmax(0,1fr);gap:1rem}.outcome-row-primary:before{left:-.5rem}}.trust-page{width:min(var(--page-width), calc(100% - var(--page-gutter)));margin:0 auto;padding:4rem 0 6rem}.trust-page>h1{letter-spacing:-.045em;max-width:850px;margin:0 0 1.25rem;font-size:clamp(2.6rem,5vw,4rem);line-height:1.08}.trust-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin:3.5rem 0 5rem;display:grid}.trust-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.75rem}.trust-card h2{margin:0 0 .8rem;font-size:1.15rem}.trust-card h2:before{content:"";background:var(--accent);border-radius:100px;width:28px;height:3px;margin-bottom:1rem;display:block}.trust-card p{color:var(--text-muted);margin:0;line-height:1.7}.trust-detail{border-top:1px solid var(--border);padding:2rem 0}.trust-detail h2{margin:0 0 .8rem;font-size:1.5rem}.trust-detail p{max-width:var(--reading-width);color:var(--text-muted);margin:0;line-height:1.75}.trust-note{background:var(--accent-soft);border-left:3px solid var(--accent);border-radius:0 var(--radius-md) var(--radius-md) 0;margin-top:3rem;padding:2rem}.trust-note h2{margin:0 0 .75rem;font-size:1.35rem}.trust-note p{color:var(--text-muted);margin:0;line-height:1.75}.industry-page{width:min(var(--content-width), calc(100% - var(--page-gutter)));margin:0 auto;padding:4rem 0 6rem}.industry-page>h1{letter-spacing:-.045em;max-width:850px;margin:0 0 1.5rem;font-size:clamp(2.6rem,5vw,4.5rem);line-height:1.05}.industry-page>p{max-width:700px;color:var(--text-muted);font-size:1.15rem}.site-footer{border-top:1px solid var(--border);margin-top:3rem}.footer-inner{width:min(var(--content-width), calc(100% - var(--page-gutter)));justify-content:space-between;align-items:flex-start;gap:3rem;margin:0 auto;padding:2.5rem 0;display:flex}.footer-brand a{color:var(--text);font-size:1.05rem;font-weight:700;text-decoration:none}.footer-brand p{color:var(--text-subtle);margin:.4rem 0 0;font-size:.85rem}.footer-links{flex-wrap:wrap;align-items:center;gap:.7rem 1.4rem;display:flex}.footer-links a{color:var(--text-muted);font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--accent)}.footer-bottom{width:min(var(--content-width), calc(100% - var(--page-gutter)));border-top:1px solid var(--border);color:var(--text-subtle);margin:0 auto;padding:1.25rem 0 2rem;font-size:.8rem}.footer-bottom p{margin:0}.inline-link{color:var(--accent);margin-top:.75rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-block}.inline-link:hover{text-decoration:underline}.footer-preferences{flex-direction:column;gap:.6rem;display:flex}.footer-preferences-label{color:var(--text-subtle);letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:700}.theme-toggle{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.2rem;display:inline-flex}.theme-toggle button{color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:.45rem .65rem;font-size:.76rem;font-weight:600;transition:background-color .2s,color .2s}.theme-toggle button:hover{color:var(--text)}.theme-toggle button.active{background:var(--surface-strong);color:var(--accent)}@media (max-width:1000px){.examples-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:1fr}}@media (max-width:700px){.nav-inner{width:min(100% - 24px, var(--content-width));flex-direction:column;justify-content:center;gap:.4rem;min-height:64px;padding:.7rem 0}.nav-brand{display:none}.nav-links{flex-wrap:wrap;justify-content:center;gap:.15rem;width:100%}.nav-links a{padding:.5rem .6rem;font-size:.78rem}.nav-links .nav-review-cta{margin-left:.15rem}.principle-banner{flex-direction:column;align-items:flex-start;gap:.35rem;margin-top:1rem;padding:.8rem 1rem}.principle-banner p{font-size:.9rem}.video-header{padding-top:.75rem}.header-video{width:92vw;height:auto}.header-video-placeholder{width:92vw;height:130px}.video-header:before{width:90%}.hero{padding-top:.75rem;padding-bottom:4rem}.hero h1{font-size:clamp(2.2rem,12vw,3.3rem)}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .cta,.hero-actions .secondary-cta{width:100%}.content-section{padding:4rem 0}.philosophy-item{grid-template-columns:1fr;gap:.35rem}.guiding-principles{margin:3rem 0;padding:2.5rem 0}.symptom-grid{grid-template-columns:1fr;margin-top:2rem}.workflow-flow{flex-direction:column}.workflow-arrow{transform:rotate(90deg)}.examples-grid{grid-template-columns:1fr}.example-card{min-height:auto}.example-group-content{grid-template-columns:1fr}.example-group>summary{align-items:flex-start;padding-right:2rem}.example-group-count{display:none}.mini-workflow{flex-direction:column;align-items:flex-start}.mini-workflow-arrow{margin-left:.75rem;transform:rotate(90deg)}.example-card--compact{min-height:auto}.workflow-carousel{padding:1.25rem}.carousel-grid{grid-template-columns:1fr}.carousel-topbar{align-items:flex-start}.carousel-controls{gap:1rem}.how-it-works-page{width:min(var(--content-width), calc(100% - var(--page-gutter-mobile)));padding-top:3.5rem;padding-bottom:4.5rem}.section-header{margin-bottom:2.5rem}.client-journey{flex-direction:column;align-items:flex-start;gap:.4rem;margin-bottom:2.5rem}.client-journey .journey-arrow{margin-left:.35rem;transform:rotate(90deg)}.journey-phase-heading,.architecture-section{grid-template-columns:1fr;gap:1rem}.journey-phase summary{padding:1.8rem 2.25rem 1.8rem 0}.journey-phase summary:after{top:1.8rem}.journey-phase-detail{margin-left:0;padding-bottom:1.8rem}.architecture-section{padding:2.35rem 0}.measurement-flow{gap:.5rem .6rem}.outcome-row{grid-template-columns:42px minmax(0,1fr);gap:1rem}.outcome-row-primary:before{left:-.5rem}.client-proof{padding:1.4rem}.client-proof figcaption{flex-direction:column;align-items:flex-start;gap:.25rem}.final-cta{margin:3rem auto;padding:3rem 1.5rem}.about,.examples,.workflow-review-page,.trust-page,.industry-page{padding-top:3rem;padding-bottom:4.5rem}.footer-inner{flex-direction:column;align-items:flex-start;gap:1.5rem}.footer-links{flex-direction:column;align-items:flex-start;gap:.65rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
