/*!
 * Usmantic unified stylesheet
 * Generated from the six supplied standalone service pages.
 *
 * Design:
 * - Existing HTML structure/classes are preserved.
 * - Each original page stylesheet is isolated behind a unique page marker.
 * - This prevents shared selectors such as .button, .story-scene and :root
 *   tokens from leaking between service pages.
 *
 * Browser requirement:
 * - Uses :has() for zero-markup-change page scoping.
 *   Supported by current evergreen browsers.
 */
html:has(body .behaviour-button){--bg:#f8f4fc;--surface:#fff;--surface-soft:#fbf8fd;--ink:#332d3e;--muted:#77707f;--line:#e7e0ec;--line-strong:#dcd3e2;--purple:#a98cdf;--purple-strong:#8468c2;--purple-soft:#efe8fa;--pink:#ffbcc6;--dark:#312b3b;--page:1380px;--gutter:clamp(18px, 4vw, 64px);--header-h:68px;--nav-h:64px;--safe-bottom:max(12px, env(safe-area-inset-bottom));--radius:22px;--font:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif}html:has(body .behaviour-button) *{box-sizing:border-box}html:has(body .behaviour-button){scroll-behavior:smooth;scroll-snap-type:y mandatory;scroll-padding-top:var(--header-h);-webkit-text-size-adjust:100%;text-size-adjust:100%}html:has(body .behaviour-button) body{background:var(--bg);min-width:320px;color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.5}html:has(body .behaviour-button) a{color:inherit;text-underline-offset:.18em;text-decoration:none}html:has(body .behaviour-button) a:hover{text-decoration:underline}html:has(body .behaviour-button) button,html:has(body .behaviour-button) input,html:has(body .behaviour-button) textarea,html:has(body .behaviour-button) select{font:inherit}html:has(body .behaviour-button) button{color:inherit}html:has(body .behaviour-button) :focus-visible{outline:3px solid var(--purple-strong);outline-offset:4px;border-radius:5px}html:has(body .behaviour-button) .page-shell{width:min(calc(100% - (var(--gutter) * 2)), var(--page));margin-inline:auto}html:has(body .behaviour-button) .skip-link{z-index:4000;background:var(--dark);color:#fff;border-radius:999px;padding:10px 14px;font-weight:700;position:fixed;top:10px;left:10px;transform:translateY(-180%)}html:has(body .behaviour-button) .skip-link:focus{transform:translateY(0)}html:has(body .behaviour-button) .site-header{z-index:1800;min-height:var(--header-h);-webkit-backdrop-filter:blur(16px);background:#f8f4fcdb;border-bottom:1px solid #312b3c14;position:fixed;inset:0 0 auto}html:has(body .behaviour-button) .header-row{min-height:var(--header-h);grid-template-columns:1fr auto;align-items:center;gap:24px;display:grid}html:has(body .behaviour-button) .brand{letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:800;overflow:hidden}html:has(body .behaviour-button) .header-actions{align-items:center;gap:20px;display:flex}html:has(body .behaviour-button) .header-actions>a:not(.button){font-size:13px;font-weight:650}html:has(body .behaviour-button) .button{border:1px solid var(--dark);background:var(--dark);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 17px;font-size:12px;font-weight:720;line-height:1;transition:transform .18s,opacity .18s;display:inline-flex}html:has(body .behaviour-button) .button:hover{opacity:.93;text-decoration:none;transform:translateY(-1px)}html:has(body .behaviour-button) .section-nav-wrap{z-index:1900;right:0;bottom:var(--safe-bottom);pointer-events:none;justify-content:center;padding-inline:10px;display:flex;position:fixed;left:0}html:has(body .behaviour-button) .section-nav{scrollbar-width:none;overscroll-behavior-inline:contain;-webkit-backdrop-filter:blur(18px);pointer-events:auto;background:#ffffffe6;border:1px solid #312b3c24;border-radius:999px;align-items:center;gap:4px;max-width:min(1180px,100vw - 20px);padding:6px;display:flex;overflow-x:auto;box-shadow:0 16px 44px #312b3c14,0 2px 8px #312b3c0a}html:has(body .behaviour-button) .section-nav::-webkit-scrollbar{display:none}html:has(body .behaviour-button) .section-nav a{color:#5f5964;white-space:nowrap;border-radius:999px;flex:none;place-items:center;min-height:42px;padding:0 14px;font-size:11px;font-weight:680;transition:background-color .18s,color .18s;display:grid}html:has(body .behaviour-button) .section-nav a:hover{background:#f1edf5;text-decoration:none}html:has(body .behaviour-button) .section-nav a[aria-current=location]{color:#fff;background:#242225}html:has(body .behaviour-button) .section-nav .nav-cta{color:var(--purple-strong);font-weight:780}html:has(body .behaviour-button) .section-nav .nav-cta[aria-current=location]{color:#fff}html:has(body .behaviour-button) .story-scene{--copy-y:0px;--visual-y:0px;--deep-y:0px;--scene-opacity:1;scroll-snap-align:start;scroll-snap-stop:always;isolation:isolate;height:100svh;min-height:100svh;position:relative;overflow:hidden}html:has(body .behaviour-button) .story-scene:before{content:"";z-index:-2;aspect-ratio:1;width:min(38vw,560px);transform:translate3d(0, var(--deep-y), 0);pointer-events:none;background:radial-gradient(circle,#a98cdf14,#0000 69%);border-radius:50%;position:absolute;top:10%;right:-11%}html:has(body .behaviour-button) .story-scene:nth-of-type(2n):before{background:radial-gradient(circle,#ffbcc614,#0000 69%);left:-12%;right:auto}html:has(body .behaviour-button) .scene-frame{height:100%;padding-top:calc(var(--header-h) + clamp(16px, 2.6vh, 32px));padding-bottom:calc(var(--nav-h) + var(--safe-bottom) + clamp(12px, 1.8vh, 22px));grid-template-rows:auto minmax(0,1fr) auto;gap:clamp(14px,2.4vh,27px);display:grid}html:has(body .behaviour-button) .scene-top,html:has(body .behaviour-button) .scene-next,html:has(body .behaviour-button) .scene-copy,html:has(body .behaviour-button) .scene-visual,html:has(body .behaviour-button) .scene-deep{opacity:var(--scene-opacity);will-change:transform, opacity}html:has(body .behaviour-button) .scene-top,html:has(body .behaviour-button) .scene-next,html:has(body .behaviour-button) .scene-copy{transform:translate3d(0, var(--copy-y), 0)}html:has(body .behaviour-button) .scene-visual{transform:translate3d(0, var(--visual-y), 0)}html:has(body .behaviour-button) .scene-deep{transform:translate3d(0, var(--deep-y), 0)}html:has(body .behaviour-button) .scene-top{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}html:has(body .behaviour-button) .eyebrow,html:has(body .behaviour-button) .scene-number{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:800;line-height:1.2}html:has(body .behaviour-button) .eyebrow{margin:0}html:has(body .behaviour-button) .scene-main{align-items:center;min-height:0;display:grid}html:has(body .behaviour-button) .scene-next{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding-top:12px;display:flex}html:has(body .behaviour-button) .scene-next>span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:750}html:has(body .behaviour-button) .scene-next a{font-size:11px;font-weight:720}html:has(body .behaviour-button) .section-heading{letter-spacing:-.047em;max-width:940px;margin:0;font-size:clamp(34px,4.3vw,62px);font-weight:760;line-height:1.01}html:has(body .behaviour-button) .section-intro{max-width:620px;color:var(--muted);margin:18px 0 0;font-size:clamp(14px,1.15vw,17px);line-height:1.56}html:has(body .behaviour-button) .hero-main{grid-template-rows:auto minmax(0,1fr);gap:clamp(24px,3.4vh,36px);min-height:0;display:grid}html:has(body .behaviour-button) .hero-grid{grid-template-columns:minmax(0,1.55fr) minmax(260px,.7fr);align-items:start;gap:clamp(36px,7vw,110px);display:grid}html:has(body .behaviour-button) .hero h1{letter-spacing:-.058em;max-width:860px;margin:0;font-size:clamp(44px,5.5vw,82px);font-weight:770;line-height:.97}html:has(body .behaviour-button) .hero-copy{max-width:400px;color:var(--muted);margin:8px 0 0;font-size:clamp(14px,1.25vw,18px);line-height:1.55}html:has(body .behaviour-button) .hero-actions{margin-top:24px}html:has(body .behaviour-button) .stream-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);grid-template-rows:auto auto minmax(0,1fr);gap:18px;min-height:0;padding:clamp(20px,2.8vw,34px);display:grid}html:has(body .behaviour-button) .stream-label{color:var(--muted);letter-spacing:.09em;text-transform:uppercase;font-size:8px;font-weight:800}html:has(body .behaviour-button) .event-track{grid-template-columns:repeat(6,1fr);align-items:start;gap:10px;padding-top:12px;display:grid}html:has(body .behaviour-button) .event-node{cursor:pointer;text-align:left;background:0 0;border:0;min-height:54px;padding-top:20px;position:relative}html:has(body .behaviour-button) .event-node:before{content:"";background:var(--purple);border-radius:50%;width:12px;height:12px;transition:transform .18s,box-shadow .18s,background-color .18s;position:absolute;top:0;left:0}html:has(body .behaviour-button) .event-node:after{content:"";background:#d5c9e8;width:calc(100% - 8px);height:1px;position:absolute;top:5px;left:16px}html:has(body .behaviour-button) .event-node:last-child:after{display:none}html:has(body .behaviour-button) .event-node[aria-pressed=true]:before{background:var(--pink);transform:scale(1.12);box-shadow:0 0 0 6px #ffbcc624}html:has(body .behaviour-button) .event-node span{color:var(--muted);font-size:7px;line-height:1.25;display:block}html:has(body .behaviour-button) .stream-output{grid-template-columns:.78fr .78fr 1fr;gap:12px;display:grid}html:has(body .behaviour-button) .stream-box{border:1px solid var(--line);background:#fff;border-radius:14px;min-height:142px;padding:18px}html:has(body .behaviour-button) .stream-box.dark{background:var(--dark);color:#fff;border-color:var(--dark)}html:has(body .behaviour-button) .stream-box.pink{background:var(--pink);border-color:var(--pink)}html:has(body .behaviour-button) .stream-box small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:7px;font-weight:800;display:block}html:has(body .behaviour-button) .stream-box.dark small{color:#ffffff9e}html:has(body .behaviour-button) .stream-box strong{letter-spacing:-.025em;margin-bottom:8px;font-size:clamp(18px,1.8vw,26px);line-height:1.12;display:block}html:has(body .behaviour-button) .stream-box p{color:var(--muted);margin:0;font-size:9px;line-height:1.55}html:has(body .behaviour-button) .stream-box.dark p{color:#ffffffb3}html:has(body .behaviour-button) .problem-layout{gap:26px;display:grid}html:has(body .behaviour-button) .problem-grid{border-top:1px solid var(--line);grid-template-columns:repeat(2,1fr);gap:0 54px;display:grid}html:has(body .behaviour-button) .problem-item{border-bottom:1px solid var(--line);padding:14px 0 14px 24px;font-size:12px;position:relative}html:has(body .behaviour-button) .problem-item:before{content:"";background:var(--purple);border-radius:50%;width:7px;height:7px;position:absolute;top:19px;left:0}html:has(body .behaviour-button) .problem-item:nth-child(odd):before{background:var(--pink)}html:has(body .behaviour-button) .behaviour-card{border-radius:var(--radius);background:var(--dark);color:#fff;grid-template-rows:auto minmax(0,1fr) auto;gap:18px;padding:clamp(24px,3vw,36px);display:grid}html:has(body .behaviour-button) .behaviour-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}html:has(body .behaviour-button) .behaviour-button{min-height:48px;color:var(--dark);cursor:pointer;background:#fff;border:0;border-radius:999px;padding:9px 12px;font-size:8px;font-weight:760;transition:transform .18s,background-color .2s}html:has(body .behaviour-button) .behaviour-button:hover{transform:translateY(-1px)}html:has(body .behaviour-button) .behaviour-button[aria-pressed=true]{background:var(--pink)}html:has(body .behaviour-button) .behaviour-label{color:#ffffff9e;text-align:center;margin-top:7px;font-size:7px;display:block}html:has(body .behaviour-button) .behaviour-detail{border-top:1px solid #ffffff1f;padding-top:14px}html:has(body .behaviour-button) .behaviour-detail small{color:#cbb9ec;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:7px;font-weight:820;display:block}html:has(body .behaviour-button) .behaviour-detail strong{margin-bottom:8px;font-size:clamp(18px,1.8vw,26px);line-height:1.15;display:block}html:has(body .behaviour-button) .behaviour-detail p{color:#ffffffb8;max-width:760px;margin:0;font-size:9px;line-height:1.55}html:has(body .behaviour-button) .measurement-layout{gap:34px;display:grid}html:has(body .behaviour-button) .measurement-track{grid-template-columns:repeat(7,1fr);gap:18px;padding-top:10px;display:grid}html:has(body .behaviour-button) .measurement-step{border-top:1px solid var(--line);min-height:90px;padding-top:21px;position:relative}html:has(body .behaviour-button) .measurement-step:before{content:"";background:var(--purple);border-radius:50%;width:13px;height:13px;position:absolute;top:-7px;left:0}html:has(body .behaviour-button) .measurement-step:nth-child(5):before{background:var(--pink)}html:has(body .behaviour-button) .measurement-step strong{font-size:9px;line-height:1.3;display:block}html:has(body .behaviour-button) .measurement-caption{letter-spacing:-.025em;font-size:clamp(18px,2vw,28px);font-weight:700}html:has(body .behaviour-button) .delivery-grid{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:0 36px;margin-top:24px;display:grid}html:has(body .behaviour-button) .delivery-item{border-bottom:1px solid var(--line);padding:13px 0;font-size:11px;font-weight:650}html:has(body .behaviour-button) .qa-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);gap:18px;padding:clamp(24px,3vw,36px);display:grid}html:has(body .behaviour-button) .qa-header small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:8px;font-weight:800;display:block}html:has(body .behaviour-button) .qa-header strong{letter-spacing:-.045em;font-size:clamp(30px,3.5vw,54px);line-height:1;display:block}html:has(body .behaviour-button) .qa-meta{color:var(--muted);margin-top:8px;font-size:8px}html:has(body .behaviour-button) .qa-flow{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}html:has(body .behaviour-button) .qa-step{border:1px solid var(--line);text-align:center;background:#fff;border-radius:12px;place-items:center;min-height:84px;padding:12px;font-size:9px;font-weight:720;display:grid;position:relative}html:has(body .behaviour-button) .qa-step:not(:last-child):after{content:"→";color:var(--purple);z-index:2;font-size:18px;position:absolute;right:-10px}html:has(body .behaviour-button) .qa-validation{border-top:1px solid var(--line);padding-top:16px}html:has(body .behaviour-button) .qa-validation small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:8px;font-weight:800;display:block}html:has(body .behaviour-button) .qa-validation strong{letter-spacing:-.025em;max-width:760px;font-size:clamp(20px,2vw,30px);line-height:1.18;display:block}html:has(body .behaviour-button) .faq-layout{grid-template-columns:minmax(270px,.72fr) 1.28fr;align-items:center;gap:clamp(42px,8vw,110px);display:grid}html:has(body .behaviour-button) .faq-list{border-top:1px solid var(--line)}html:has(body .behaviour-button) .faq-list details{border-bottom:1px solid var(--line);overflow:hidden}html:has(body .behaviour-button) .faq-list summary{cursor:pointer;padding:17px 42px 17px 0;font-size:12px;font-weight:680;list-style:none;transition:color .22s;position:relative}html:has(body .behaviour-button) .faq-list summary:hover{color:var(--purple-strong)}html:has(body .behaviour-button) .faq-list summary::-webkit-details-marker{display:none}html:has(body .behaviour-button) .faq-list summary:before,html:has(body .behaviour-button) .faq-list summary:after{content:"";background:var(--purple);transform-origin:50%;width:12px;height:1px;transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .22s;position:absolute;top:50%;right:7px}html:has(body .behaviour-button) .faq-list summary:after{transform:rotate(90deg)}html:has(body .behaviour-button) .faq-list details[open] summary:after{opacity:0;transform:rotate(90deg)scaleX(0)}html:has(body .behaviour-button) .faq-answer{overflow:hidden}html:has(body .behaviour-button) .faq-answer-inner{padding:0 0 18px}html:has(body .behaviour-button) .faq-answer p{max-width:720px;color:var(--muted);margin:-2px 0 0;font-size:11px;line-height:1.6}html:has(body .behaviour-button) .related-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);margin-top:24px;padding:22px}html:has(body .behaviour-button) .related-card small,html:has(body .behaviour-button) .start-aside small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:8px;font-weight:800;display:block}html:has(body .behaviour-button) .related-card strong{letter-spacing:-.025em;max-width:430px;margin-bottom:13px;font-size:clamp(19px,2vw,27px);line-height:1.24;display:block}html:has(body .behaviour-button) .text-link{color:var(--purple-strong);font-size:11px;font-weight:720}html:has(body .behaviour-button) .start-layout{grid-template-columns:1.25fr .55fr;align-items:end;gap:clamp(44px,8vw,130px);display:grid}html:has(body .behaviour-button) .start-title{letter-spacing:-.055em;max-width:960px;margin:0;font-size:clamp(44px,5.6vw,82px);line-height:.98}html:has(body .behaviour-button) .start-copy{max-width:470px;color:var(--muted);margin:22px 0 28px;font-size:14px;line-height:1.6}html:has(body .behaviour-button) .start-aside{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:24px}html:has(body .behaviour-button) .start-aside p{margin:0;font-size:12px;line-height:1.6}@media (width<=1000px){html:has(body .behaviour-button) .event-track,html:has(body .behaviour-button) .measurement-track{grid-template-columns:repeat(4,1fr)}html:has(body .behaviour-button) .event-node:nth-child(4):after,html:has(body .behaviour-button) .measurement-step:nth-child(4):after{display:none}html:has(body .behaviour-button) .behaviour-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){html:has(body .behaviour-button){--header-h:60px;--nav-h:56px}html:has(body .behaviour-button) .header-actions>a:not(.button){display:none}html:has(body .behaviour-button) .brand{max-width:60vw}html:has(body .behaviour-button) .button{min-height:38px;padding-inline:13px}html:has(body .behaviour-button) .section-nav-wrap{justify-content:flex-start}html:has(body .behaviour-button) .section-nav{border-radius:16px;width:100%;max-width:none;padding:5px}html:has(body .behaviour-button) .section-nav a{min-height:39px;padding-inline:12px;font-size:10px}html:has(body .behaviour-button) .scene-frame{padding-top:calc(var(--header-h) + 14px);padding-bottom:calc(var(--nav-h) + var(--safe-bottom) + 9px);gap:12px}html:has(body .behaviour-button) .scene-next{padding-top:8px}html:has(body .behaviour-button) .scene-next>span{display:none}html:has(body .behaviour-button) .scene-next a{margin-left:auto;font-size:10px}html:has(body .behaviour-button) .hero-grid{grid-template-columns:1fr;gap:10px}html:has(body .behaviour-button) .hero h1,html:has(body .behaviour-button) .start-title{font-size:clamp(35px,10.5vw,52px)}html:has(body .behaviour-button) .hero-copy{max-width:560px;font-size:12px}html:has(body .behaviour-button) .stream-card{gap:12px;padding:14px}html:has(body .behaviour-button) .event-track{grid-template-columns:repeat(3,1fr);gap:8px}html:has(body .behaviour-button) .event-node{min-height:42px;padding-top:17px}html:has(body .behaviour-button) .event-node:nth-child(3):after,html:has(body .behaviour-button) .event-node:nth-child(6):after{display:none}html:has(body .behaviour-button) .stream-output{grid-template-columns:repeat(3,1fr);gap:7px}html:has(body .behaviour-button) .stream-box{min-height:100px;padding:11px}html:has(body .behaviour-button) .stream-box strong{font-size:13px}html:has(body .behaviour-button) .stream-box p{font-size:7px}html:has(body .behaviour-button) .problem-grid{gap:0 20px}html:has(body .behaviour-button) .problem-item{padding:9px 0 9px 18px;font-size:9px}html:has(body .behaviour-button) .behaviour-card,html:has(body .behaviour-button) .qa-card{padding:16px}html:has(body .behaviour-button) .behaviour-grid{grid-template-columns:repeat(4,1fr);gap:7px}html:has(body .behaviour-button) .behaviour-button{min-height:36px;padding:6px;font-size:6px}html:has(body .behaviour-button) .behaviour-label{font-size:5px}html:has(body .behaviour-button) .measurement-track{grid-template-columns:repeat(4,1fr);gap:7px}html:has(body .behaviour-button) .measurement-step{min-height:68px}html:has(body .behaviour-button) .measurement-step strong{font-size:7px}html:has(body .behaviour-button) .delivery-grid{gap:0 16px}html:has(body .behaviour-button) .delivery-item{padding:8px 0;font-size:8px}html:has(body .behaviour-button) .qa-flow{gap:6px}html:has(body .behaviour-button) .qa-step{min-height:60px;padding:7px;font-size:7px}html:has(body .behaviour-button) .faq-layout,html:has(body .behaviour-button) .start-layout{grid-template-columns:1fr;gap:18px}html:has(body .behaviour-button) .start-copy{margin:12px 0 16px;font-size:10px}}@media (width<=500px){html:has(body .behaviour-button) .header-actions .button{width:40px;padding:0;font-size:0}html:has(body .behaviour-button) .header-actions .button span{font-size:16px}html:has(body .behaviour-button) .hero h1{font-size:clamp(32px,9.3vw,43px)}html:has(body .behaviour-button) .event-track{grid-template-columns:repeat(2,1fr)}html:has(body .behaviour-button) .event-node:nth-child(2):after,html:has(body .behaviour-button) .event-node:nth-child(4):after,html:has(body .behaviour-button) .event-node:nth-child(6):after{display:none}html:has(body .behaviour-button) .stream-output{grid-template-columns:1fr 1fr 1fr}html:has(body .behaviour-button) .behaviour-grid{grid-template-columns:repeat(2,1fr)}html:has(body .behaviour-button) .measurement-track{grid-template-columns:repeat(3,1fr)}html:has(body .behaviour-button) .qa-flow{grid-template-columns:repeat(2,1fr)}html:has(body .behaviour-button) .qa-step:nth-child(2):after,html:has(body .behaviour-button) .qa-step:nth-child(4):after{display:none}}@media (prefers-reduced-motion:reduce){html:has(body .behaviour-button){scroll-behavior:auto;scroll-snap-type:y proximity}html:has(body .behaviour-button) *,html:has(body .behaviour-button) :before,html:has(body .behaviour-button) :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html:has(body .behaviour-button) .story-scene{--copy-y:0px!important;--visual-y:0px!important;--deep-y:0px!important;--scene-opacity:1!important}html:has(body .behaviour-button) .scene-top,html:has(body .behaviour-button) .scene-next,html:has(body .behaviour-button) .scene-copy,html:has(body .behaviour-button) .scene-visual,html:has(body .behaviour-button) .scene-deep,html:has(body .behaviour-button) .story-scene:before{opacity:1!important;will-change:auto!important;transform:none!important}}@media print{html:has(body .behaviour-button){scroll-snap-type:none}html:has(body .behaviour-button) body{background:#fff}html:has(body .behaviour-button) .site-header,html:has(body .behaviour-button) .section-nav-wrap,html:has(body .behaviour-button) .scene-next,html:has(body .behaviour-button) .hero-actions,html:has(body .behaviour-button) .start-actions{display:none!important}html:has(body .behaviour-button) .story-scene{scroll-snap-align:none;height:auto;min-height:0;overflow:visible}html:has(body .behaviour-button) .scene-frame{height:auto;padding:36px 0;display:block}html:has(body .behaviour-button) .scene-main{display:block}html:has(body .behaviour-button) .scene-top,html:has(body .behaviour-button) .scene-copy,html:has(body .behaviour-button) .scene-visual,html:has(body .behaviour-button) .scene-deep{opacity:1!important;transform:none!important}}html:has(body .lifecycle-button){--bg:#f8f4fc;--surface:#fff;--surface-soft:#fbf8fd;--ink:#332d3e;--muted:#77707f;--line:#e7e0ec;--line-strong:#dcd3e2;--purple:#a98cdf;--purple-strong:#8468c2;--purple-soft:#efe8fa;--pink:#ebb7c2;--pink-soft:#f8d7de;--dark:#312b3b;--page:1380px;--gutter:clamp(18px, 4vw, 64px);--header-h:68px;--nav-h:64px;--safe-bottom:max(12px, env(safe-area-inset-bottom));--radius:22px;--font:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif}html:has(body .lifecycle-button) *{box-sizing:border-box}html:has(body .lifecycle-button){scroll-behavior:smooth;scroll-snap-type:y mandatory;scroll-padding-top:var(--header-h);-webkit-text-size-adjust:100%;text-size-adjust:100%}html:has(body .lifecycle-button) body{background:var(--bg);min-width:320px;color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.5}html:has(body .lifecycle-button) a{color:inherit;text-underline-offset:.18em;text-decoration:none}html:has(body .lifecycle-button) a:hover{text-decoration:underline}html:has(body .lifecycle-button) button,html:has(body .lifecycle-button) input,html:has(body .lifecycle-button) textarea,html:has(body .lifecycle-button) select{font:inherit}html:has(body .lifecycle-button) button{color:inherit}html:has(body .lifecycle-button) :focus-visible{outline:3px solid var(--purple-strong);outline-offset:4px;border-radius:6px}html:has(body .lifecycle-button) .page-shell{width:min(calc(100% - (var(--gutter) * 2)), var(--page));margin-inline:auto}html:has(body .lifecycle-button) .skip-link{z-index:4000;background:var(--dark);color:#fff;border-radius:999px;padding:10px 14px;font-weight:700;position:fixed;top:10px;left:10px;transform:translateY(-180%)}html:has(body .lifecycle-button) .skip-link:focus{transform:translateY(0)}html:has(body .lifecycle-button) .site-header{z-index:1800;min-height:var(--header-h);-webkit-backdrop-filter:blur(16px);background:#f8f4fcdb;border-bottom:1px solid #312b3c14;position:fixed;inset:0 0 auto}html:has(body .lifecycle-button) .header-row{min-height:var(--header-h);grid-template-columns:1fr auto;align-items:center;gap:24px;display:grid}html:has(body .lifecycle-button) .brand{letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:800;overflow:hidden}html:has(body .lifecycle-button) .header-actions{align-items:center;gap:20px;display:flex}html:has(body .lifecycle-button) .header-actions>a:not(.button){font-size:13px;font-weight:650}html:has(body .lifecycle-button) .button{border:1px solid var(--dark);background:var(--dark);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 17px;font-size:12px;font-weight:720;line-height:1;transition:transform .18s,opacity .18s;display:inline-flex}html:has(body .lifecycle-button) .button:hover{opacity:.93;text-decoration:none;transform:translateY(-1px)}html:has(body .lifecycle-button) .section-nav-wrap{z-index:1900;right:0;bottom:var(--safe-bottom);pointer-events:none;justify-content:center;padding-inline:10px;display:flex;position:fixed;left:0}html:has(body .lifecycle-button) .section-nav{scrollbar-width:none;overscroll-behavior-inline:contain;-webkit-backdrop-filter:blur(18px);pointer-events:auto;background:#ffffffe6;border:1px solid #312b3c24;border-radius:999px;align-items:center;gap:4px;max-width:min(1180px,100vw - 20px);padding:6px;display:flex;overflow-x:auto;box-shadow:0 16px 44px #312b3c14,0 2px 8px #312b3c0a}html:has(body .lifecycle-button) .section-nav::-webkit-scrollbar{display:none}html:has(body .lifecycle-button) .section-nav a{color:#5f5964;white-space:nowrap;border-radius:999px;flex:none;place-items:center;min-height:42px;padding:0 14px;font-size:11px;font-weight:680;transition:background-color .18s,color .18s;display:grid}html:has(body .lifecycle-button) .section-nav a:hover{background:#f1edf5;text-decoration:none}html:has(body .lifecycle-button) .section-nav a[aria-current=location]{color:#fff;background:#242225}html:has(body .lifecycle-button) .section-nav .nav-cta{color:var(--purple-strong);font-weight:780}html:has(body .lifecycle-button) .section-nav .nav-cta[aria-current=location]{color:#fff}html:has(body .lifecycle-button) .story-scene{--copy-y:0px;--visual-y:0px;--deep-y:0px;--scene-opacity:1;scroll-snap-align:start;scroll-snap-stop:always;isolation:isolate;height:100svh;min-height:100svh;position:relative;overflow:hidden}html:has(body .lifecycle-button) .story-scene:before{content:"";z-index:-2;aspect-ratio:1;width:min(38vw,560px);transform:translate3d(0, var(--deep-y), 0);pointer-events:none;background:radial-gradient(circle,#a98cdf14,#0000 69%);border-radius:50%;position:absolute;top:10%;right:-11%}html:has(body .lifecycle-button) .story-scene:nth-of-type(2n):before{background:radial-gradient(circle,#ebb7c214,#0000 69%);left:-12%;right:auto}html:has(body .lifecycle-button) .scene-frame{height:100%;padding-top:calc(var(--header-h) + clamp(16px, 2.6vh, 32px));padding-bottom:calc(var(--nav-h) + var(--safe-bottom) + clamp(12px, 1.8vh, 22px));grid-template-rows:auto minmax(0,1fr) auto;gap:clamp(14px,2.4vh,27px);display:grid}html:has(body .lifecycle-button) .scene-top,html:has(body .lifecycle-button) .scene-next,html:has(body .lifecycle-button) .scene-copy,html:has(body .lifecycle-button) .scene-visual,html:has(body .lifecycle-button) .scene-deep{opacity:var(--scene-opacity);will-change:transform, opacity}html:has(body .lifecycle-button) .scene-top,html:has(body .lifecycle-button) .scene-next,html:has(body .lifecycle-button) .scene-copy{transform:translate3d(0, var(--copy-y), 0)}html:has(body .lifecycle-button) .scene-visual{transform:translate3d(0, var(--visual-y), 0)}html:has(body .lifecycle-button) .scene-deep{transform:translate3d(0, var(--deep-y), 0)}html:has(body .lifecycle-button) .scene-top{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}html:has(body .lifecycle-button) .eyebrow,html:has(body .lifecycle-button) .scene-number{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:800;line-height:1.2}html:has(body .lifecycle-button) .eyebrow{margin:0}html:has(body .lifecycle-button) .scene-main{align-items:center;min-height:0;display:grid}html:has(body .lifecycle-button) .scene-next{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding-top:12px;display:flex}html:has(body .lifecycle-button) .scene-next>span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:750}html:has(body .lifecycle-button) .scene-next a{font-size:11px;font-weight:720}html:has(body .lifecycle-button) .section-heading{letter-spacing:-.047em;max-width:940px;margin:0;font-size:clamp(34px,4.3vw,62px);font-weight:760;line-height:1.01}html:has(body .lifecycle-button) .hero-main{grid-template-rows:auto minmax(0,1fr);gap:clamp(24px,3.4vh,36px);min-height:0;display:grid}html:has(body .lifecycle-button) .hero-grid{grid-template-columns:minmax(0,1.55fr) minmax(260px,.7fr);align-items:start;gap:clamp(36px,7vw,110px);display:grid}html:has(body .lifecycle-button) .hero h1{letter-spacing:-.058em;max-width:860px;margin:0;font-size:clamp(44px,5.5vw,82px);font-weight:770;line-height:.97}html:has(body .lifecycle-button) .hero-copy{max-width:400px;color:var(--muted);margin:8px 0 0;font-size:clamp(14px,1.25vw,18px);line-height:1.55}html:has(body .lifecycle-button) .hero-actions{margin-top:24px}html:has(body .lifecycle-button) .lifecycle-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-rows:auto minmax(0,1fr) auto;gap:16px;min-height:0;padding:clamp(20px,2.8vw,34px);display:grid}html:has(body .lifecycle-button) .card-label{color:var(--muted);letter-spacing:.09em;text-transform:uppercase;font-size:8px;font-weight:800}html:has(body .lifecycle-button) .lifecycle-layout{grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(16px,3vw,34px);min-height:0;display:grid}html:has(body .lifecycle-button) .lifecycle-buttons{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:12px 16px;display:grid}html:has(body .lifecycle-button) .lifecycle-button,html:has(body .lifecycle-button) .before-button{cursor:pointer;background:#f4eef9;border:1px solid #d6c9e7;border-radius:999px;min-height:44px;padding:10px 16px;font-size:11px;font-weight:700;transition:transform .18s,background-color .2s,border-color .2s}html:has(body .lifecycle-button) .lifecycle-button:hover,html:has(body .lifecycle-button) .before-button:hover{transform:translateY(-1px)}html:has(body .lifecycle-button) .lifecycle-button[aria-pressed=true],html:has(body .lifecycle-button) .before-button[aria-pressed=true]{background:var(--pink);border-color:var(--pink)}html:has(body .lifecycle-button) .lifecycle-orbit-wrap,html:has(body .lifecycle-button) .profile-orbit-wrap{place-items:center;min-height:clamp(360px,42vw,470px);padding-inline:clamp(8px,1.2vw,18px);display:grid;position:relative;overflow:visible}html:has(body .lifecycle-button) .orbit-stage{aspect-ratio:1;width:min(100%,540px);margin-inline:auto;position:relative;overflow:visible}html:has(body .lifecycle-button) .orbit-stage.small{width:min(100%,470px)}html:has(body .lifecycle-button) .orbit-rotate{transform-origin:50%;animation:34s linear infinite orbit-spin;position:absolute;inset:0}html:has(body .lifecycle-button) .orbit-item{width:clamp(88px,9vw,128px);transform:translate(-50%, -50%) rotate(var(--angle)) translateY(calc(var(--radius) * -1)) rotate(calc(var(--angle) * -1));text-align:center;transform-origin:50%;pointer-events:none;animation:34s linear infinite reverse orbit-counter;position:absolute;top:50%;left:50%}html:has(body .lifecycle-button) .orbit-item .dot{background:var(--purple);border-radius:50%;width:16px;height:16px;margin:0 auto 10px;transition:background-color .2s,transform .2s;box-shadow:0 0 0 6px #a98cdf12}html:has(body .lifecycle-button) .orbit-item.active .dot{background:var(--pink);transform:scale(1.16);box-shadow:0 0 0 8px #ebb7c21f}html:has(body .lifecycle-button) .orbit-item span{text-wrap:balance;max-width:100%;margin-inline:auto;font-size:clamp(10px,1vw,13px);font-weight:700;line-height:1.2;display:block}html:has(body .lifecycle-button) .orbit-center{background:var(--dark);color:#fff;z-index:2;border-radius:50%;place-items:center;width:98px;height:98px;margin:-49px 0 0 -49px;display:grid;position:absolute;top:50%;left:50%}html:has(body .lifecycle-button) .profile-orbit-wrap .orbit-center{background:var(--pink);width:132px;height:132px;color:var(--dark);margin:-66px 0 0 -66px}html:has(body .lifecycle-button) .orbit-center strong{text-align:center;letter-spacing:-.01em;text-transform:uppercase;font-size:12px;line-height:1.15;display:block}html:has(body .lifecycle-button) .orbit-copy{border-top:1px solid var(--line);padding-top:8px}html:has(body .lifecycle-button) .orbit-copy strong{letter-spacing:-.025em;margin-bottom:8px;font-size:clamp(18px,1.7vw,26px);line-height:1.15;display:block}html:has(body .lifecycle-button) .orbit-copy p{max-width:780px;color:var(--muted);margin:0;font-size:10px;line-height:1.6}html:has(body .lifecycle-button) .stats-row{grid-template-columns:.4fr .06fr .4fr .54fr;align-items:start;gap:18px;display:grid}html:has(body .lifecycle-button) .stat-block strong{color:var(--purple);letter-spacing:-.05em;font-size:clamp(42px,5vw,76px);line-height:.9;display:block}html:has(body .lifecycle-button) .stat-block.pink strong{color:var(--pink)}html:has(body .lifecycle-button) .stat-block span{color:var(--muted);margin-top:6px;font-size:9px;line-height:1.45;display:block}html:has(body .lifecycle-button) .stats-sep{background:var(--line);height:1px;margin-top:32px}html:has(body .lifecycle-button) .stat-copy strong{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:8px;font-weight:800;display:block}html:has(body .lifecycle-button) .stat-copy p{max-width:360px;margin:0;font-size:10px;line-height:1.6}html:has(body .lifecycle-button) .problem-layout{gap:28px;display:grid}html:has(body .lifecycle-button) .before-after{grid-template-columns:.93fr 1.07fr;align-items:stretch;gap:22px;display:grid}html:has(body .lifecycle-button) .panel-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:clamp(20px,2.8vw,34px)}html:has(body .lifecycle-button) .panel-card.dark{background:var(--dark);color:#fff;border-color:var(--dark)}html:has(body .lifecycle-button) .panel-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px;font-size:8px;font-weight:800;display:block}html:has(body .lifecycle-button) .panel-card.dark .panel-label{color:#ae93df}html:has(body .lifecycle-button) .before-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px;max-width:500px;margin-bottom:28px;display:grid}html:has(body .lifecycle-button) .before-footer{letter-spacing:-.025em;font-size:clamp(18px,1.9vw,32px);font-weight:750;line-height:1.18}html:has(body .lifecycle-button) .panel-card.dark .orbit-item .dot{background:#b097eb;box-shadow:0 0 0 6px #b097eb1f}html:has(body .lifecycle-button) .panel-card.dark .orbit-item.active .dot{background:var(--pink);box-shadow:0 0 0 8px #ebb7c21f}html:has(body .lifecycle-button) .panel-card.dark .orbit-item span{color:#fff}html:has(body .lifecycle-button) .panel-card.dark .orbit-copy{border-top-color:#ffffff1f}html:has(body .lifecycle-button) .panel-card.dark .orbit-copy p{color:#ffffffb8}html:has(body .lifecycle-button) .delivery-grid{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:0 36px;margin-top:24px;display:grid}html:has(body .lifecycle-button) .delivery-item{border-bottom:1px solid var(--line);padding:13px 0;font-size:11px;font-weight:650}html:has(body .lifecycle-button) .journey-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:18px;padding:clamp(24px,3vw,36px);display:grid}html:has(body .lifecycle-button) .journey-track{grid-template-columns:repeat(9,1fr);align-items:start;gap:12px;display:grid}html:has(body .lifecycle-button) .journey-step{min-height:70px;padding-top:20px;position:relative}html:has(body .lifecycle-button) .journey-step:before{content:"";background:var(--purple);border-radius:50%;width:12px;height:12px;position:absolute;top:0;left:0;box-shadow:0 0 0 6px #a98cdf0f}html:has(body .lifecycle-button) .journey-step.active:before{background:var(--pink)}html:has(body .lifecycle-button) .journey-step:after{content:"";background:#d5c9e8;width:calc(100% - 8px);height:1px;position:absolute;top:5px;left:18px}html:has(body .lifecycle-button) .journey-step:last-child:after{display:none}html:has(body .lifecycle-button) .journey-step strong{font-size:8px;font-weight:700;line-height:1.25;display:block}html:has(body .lifecycle-button) .journey-copy{border-top:1px solid var(--line);padding-top:10px}html:has(body .lifecycle-button) .journey-copy small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:8px;font-weight:800;display:block}html:has(body .lifecycle-button) .journey-copy p{color:var(--muted);margin:0 0 10px;font-size:9px;line-height:1.5}html:has(body .lifecycle-button) .journey-copy strong{letter-spacing:-.025em;max-width:860px;font-size:clamp(20px,2vw,30px);line-height:1.18;display:block}html:has(body .lifecycle-button) .method-track{grid-template-columns:repeat(6,1fr);align-items:start;gap:16px;display:grid}html:has(body .lifecycle-button) .method-step{border-top:1px solid var(--line);min-height:92px;padding-top:20px;position:relative}html:has(body .lifecycle-button) .method-step:before{content:"";background:var(--purple);border-radius:50%;width:12px;height:12px;position:absolute;top:-7px;left:0}html:has(body .lifecycle-button) .method-step:nth-child(4):before{background:var(--pink)}html:has(body .lifecycle-button) .method-step small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:7px;font-weight:820;display:block}html:has(body .lifecycle-button) .method-step strong{font-size:11px;font-weight:700;line-height:1.3;display:block}html:has(body .lifecycle-button) .faq-layout{grid-template-columns:minmax(270px,.72fr) 1.28fr;align-items:center;gap:clamp(42px,8vw,110px);display:grid}html:has(body .lifecycle-button) .faq-list{border-top:1px solid var(--line)}html:has(body .lifecycle-button) .faq-list details{border-bottom:1px solid var(--line);overflow:hidden}html:has(body .lifecycle-button) .faq-list summary{cursor:pointer;padding:17px 42px 17px 0;font-size:12px;font-weight:680;list-style:none;transition:color .22s;position:relative}html:has(body .lifecycle-button) .faq-list summary:hover{color:var(--purple-strong)}html:has(body .lifecycle-button) .faq-list summary::-webkit-details-marker{display:none}html:has(body .lifecycle-button) .faq-list summary:before,html:has(body .lifecycle-button) .faq-list summary:after{content:"";background:var(--purple);transform-origin:50%;width:12px;height:1px;transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .22s;position:absolute;top:50%;right:7px}html:has(body .lifecycle-button) .faq-list summary:after{transform:rotate(90deg)}html:has(body .lifecycle-button) .faq-list details[open] summary:after{opacity:0;transform:rotate(90deg)scaleX(0)}html:has(body .lifecycle-button) .faq-answer{overflow:hidden}html:has(body .lifecycle-button) .faq-answer-inner{padding:0 0 18px}html:has(body .lifecycle-button) .faq-answer p{max-width:720px;color:var(--muted);margin:-2px 0 0;font-size:11px;line-height:1.6}html:has(body .lifecycle-button) .related-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);margin-top:24px;padding:22px}html:has(body .lifecycle-button) .related-card small,html:has(body .lifecycle-button) .start-aside small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:8px;font-weight:800;display:block}html:has(body .lifecycle-button) .related-card strong{letter-spacing:-.025em;max-width:430px;margin-bottom:13px;font-size:clamp(19px,2vw,27px);line-height:1.24;display:block}html:has(body .lifecycle-button) .text-link{color:var(--purple-strong);font-size:11px;font-weight:720}html:has(body .lifecycle-button) .start-layout{grid-template-columns:1.25fr .55fr;align-items:end;gap:clamp(44px,8vw,130px);display:grid}html:has(body .lifecycle-button) .start-title{letter-spacing:-.055em;max-width:960px;margin:0;font-size:clamp(44px,5.6vw,82px);line-height:.98}html:has(body .lifecycle-button) .start-copy{max-width:470px;color:var(--muted);margin:22px 0 28px;font-size:14px;line-height:1.6}html:has(body .lifecycle-button) .start-aside{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:24px}html:has(body .lifecycle-button) .start-aside p{margin:0;font-size:12px;line-height:1.6}@keyframes orbit-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes orbit-counter{0%{transform:translate(-50%, -50%) rotate(var(--angle)) translateY(calc(var(--radius) * -1)) rotate(calc(var(--angle) * -1))}to{transform:translate(-50%, -50%) rotate(calc(var(--angle) + -360deg)) translateY(calc(var(--radius) * -1)) rotate(calc(var(--angle) + 360deg))}}@media (width<=1100px){html:has(body .lifecycle-button) .lifecycle-layout,html:has(body .lifecycle-button) .before-after{grid-template-columns:1fr}html:has(body .lifecycle-button) .stats-row{grid-template-columns:.42fr .06fr .42fr 1fr}html:has(body .lifecycle-button) .journey-track{grid-template-columns:repeat(5,1fr);row-gap:16px}html:has(body .lifecycle-button) .journey-step:nth-child(5):after,html:has(body .lifecycle-button) .journey-step:nth-child(9):after{display:none}html:has(body .lifecycle-button) .method-track{grid-template-columns:repeat(3,1fr);row-gap:18px}}@media (width<=760px){html:has(body .lifecycle-button){--header-h:60px;--nav-h:56px}html:has(body .lifecycle-button) .header-actions>a:not(.button){display:none}html:has(body .lifecycle-button) .brand{max-width:60vw}html:has(body .lifecycle-button) .button{min-height:38px;padding-inline:13px}html:has(body .lifecycle-button) .section-nav-wrap{justify-content:flex-start}html:has(body .lifecycle-button) .section-nav{border-radius:16px;width:100%;max-width:none;padding:5px}html:has(body .lifecycle-button) .section-nav a{min-height:39px;padding-inline:12px;font-size:10px}html:has(body .lifecycle-button) .scene-frame{padding-top:calc(var(--header-h) + 14px);padding-bottom:calc(var(--nav-h) + var(--safe-bottom) + 9px);gap:12px}html:has(body .lifecycle-button) .scene-next{padding-top:8px}html:has(body .lifecycle-button) .scene-next>span{display:none}html:has(body .lifecycle-button) .scene-next a{margin-left:auto;font-size:10px}html:has(body .lifecycle-button) .hero-grid{grid-template-columns:1fr;gap:10px}html:has(body .lifecycle-button) .hero h1,html:has(body .lifecycle-button) .start-title{font-size:clamp(35px,10.5vw,52px)}html:has(body .lifecycle-button) .hero-copy{max-width:560px;font-size:12px}html:has(body .lifecycle-button) .lifecycle-card,html:has(body .lifecycle-button) .panel-card,html:has(body .lifecycle-button) .journey-card{padding:16px}html:has(body .lifecycle-button) .lifecycle-buttons,html:has(body .lifecycle-button) .before-grid{gap:10px}html:has(body .lifecycle-button) .lifecycle-button,html:has(body .lifecycle-button) .before-button{min-height:38px;font-size:9px}html:has(body .lifecycle-button) .lifecycle-orbit-wrap,html:has(body .lifecycle-button) .profile-orbit-wrap{min-height:320px}html:has(body .lifecycle-button) .orbit-stage{width:min(100%,360px)}html:has(body .lifecycle-button) .orbit-stage.small{width:min(100%,330px)}html:has(body .lifecycle-button) .orbit-item{width:88px;margin-left:-44px}html:has(body .lifecycle-button) .orbit-item .dot{width:12px;height:12px;margin-bottom:8px}html:has(body .lifecycle-button) .orbit-item span{font-size:8px}html:has(body .lifecycle-button) .orbit-center{width:78px;height:78px;margin:-39px 0 0 -39px}html:has(body .lifecycle-button) .profile-orbit-wrap .orbit-center{width:108px;height:108px;margin:-54px 0 0 -54px}html:has(body .lifecycle-button) .orbit-center strong{font-size:10px}html:has(body .lifecycle-button) .orbit-copy strong{font-size:17px}html:has(body .lifecycle-button) .orbit-copy p{font-size:8px}html:has(body .lifecycle-button) .stats-row{grid-template-columns:1fr;gap:10px}html:has(body .lifecycle-button) .stats-sep{width:60px;margin-top:12px}html:has(body .lifecycle-button) .stat-block strong{font-size:38px}html:has(body .lifecycle-button) .delivery-grid,html:has(body .lifecycle-button) .faq-layout,html:has(body .lifecycle-button) .start-layout{grid-template-columns:1fr;gap:18px}html:has(body .lifecycle-button) .delivery-item{padding:9px 0;font-size:8px}html:has(body .lifecycle-button) .journey-track{grid-template-columns:repeat(3,1fr)}html:has(body .lifecycle-button) .journey-step:nth-child(3):after,html:has(body .lifecycle-button) .journey-step:nth-child(6):after,html:has(body .lifecycle-button) .journey-step:nth-child(9):after{display:none}html:has(body .lifecycle-button) .journey-step strong{font-size:7px}html:has(body .lifecycle-button) .journey-copy p{font-size:8px}html:has(body .lifecycle-button) .journey-copy strong{font-size:18px}html:has(body .lifecycle-button) .method-track{grid-template-columns:repeat(2,1fr)}html:has(body .lifecycle-button) .method-step{min-height:72px}html:has(body .lifecycle-button) .method-step strong{font-size:9px}html:has(body .lifecycle-button) .start-copy{margin:12px 0 16px;font-size:10px}}@media (width<=500px){html:has(body .lifecycle-button) .header-actions .button{width:40px;padding:0;font-size:0}html:has(body .lifecycle-button) .header-actions .button span{font-size:16px}html:has(body .lifecycle-button) .hero h1{font-size:clamp(32px,9.3vw,43px)}html:has(body .lifecycle-button) .lifecycle-buttons,html:has(body .lifecycle-button) .before-grid{grid-template-columns:1fr}html:has(body .lifecycle-button) .journey-track{grid-template-columns:repeat(2,1fr)}html:has(body .lifecycle-button) .journey-step:nth-child(2):after,html:has(body .lifecycle-button) .journey-step:nth-child(4):after,html:has(body .lifecycle-button) .journey-step:nth-child(6):after,html:has(body .lifecycle-button) .journey-step:nth-child(8):after{display:none}html:has(body .lifecycle-button) .method-track{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html:has(body .lifecycle-button){scroll-behavior:auto;scroll-snap-type:y proximity}html:has(body .lifecycle-button) *,html:has(body .lifecycle-button) :before,html:has(body .lifecycle-button) :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html:has(body .lifecycle-button) .story-scene{--copy-y:0px!important;--visual-y:0px!important;--deep-y:0px!important;--scene-opacity:1!important}html:has(body .lifecycle-button) .scene-top,html:has(body .lifecycle-button) .scene-next,html:has(body .lifecycle-button) .scene-copy,html:has(body .lifecycle-button) .scene-visual,html:has(body .lifecycle-button) .scene-deep,html:has(body .lifecycle-button) .story-scene:before{opacity:1!important;will-change:auto!important;transform:none!important}}@media print{html:has(body .lifecycle-button){scroll-snap-type:none}html:has(body .lifecycle-button) body{background:#fff}html:has(body .lifecycle-button) .site-header,html:has(body .lifecycle-button) .section-nav-wrap,html:has(body .lifecycle-button) .scene-next,html:has(body .lifecycle-button) .hero-actions,html:has(body .lifecycle-button) .start-actions{display:none!important}html:has(body .lifecycle-button) .story-scene{scroll-snap-align:none;height:auto;min-height:0;overflow:visible}html:has(body .lifecycle-button) .scene-frame{height:auto;padding:36px 0;display:block}html:has(body .lifecycle-button) .scene-main{display:block}html:has(body .lifecycle-button) .scene-top,html:has(body .lifecycle-button) .scene-copy,html:has(body .lifecycle-button) .scene-visual,html:has(body .lifecycle-button) .scene-deep{opacity:1!important;transform:none!important}}html:has(body .design-item){--bg:#f8f4fc;--surface:#fff;--surface-soft:#fcfafe;--ink:#312b3c;--muted:#766f80;--line:#e7e0ec;--line-strong:#dcd4e3;--purple:#a78bdf;--purple-strong:#8367c2;--purple-soft:#f1eafa;--pink:#ffb9c4;--dark:#302a3a;--page:1380px;--gutter:clamp(18px, 4vw, 64px);--header-h:68px;--nav-h:64px;--safe-bottom:max(12px, env(safe-area-inset-bottom));--radius:22px;--radius-sm:13px;--font:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif}html:has(body .design-item) *{box-sizing:border-box}html:has(body .design-item){scroll-behavior:smooth;scroll-snap-type:y mandatory;scroll-padding-top:var(--header-h);-webkit-text-size-adjust:100%;text-size-adjust:100%}html:has(body .design-item) body{background:var(--bg);min-width:320px;color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.5}html:has(body .design-item) a{color:inherit;text-underline-offset:.18em;text-decoration:none}html:has(body .design-item) a:hover{text-decoration:underline}html:has(body .design-item) button,html:has(body .design-item) input,html:has(body .design-item) textarea,html:has(body .design-item) select{font:inherit}html:has(body .design-item) button{color:inherit}html:has(body .design-item) img,html:has(body .design-item) svg{max-width:100%;display:block}html:has(body .design-item) :focus-visible{outline:3px solid var(--purple-strong);outline-offset:4px;border-radius:5px}html:has(body .design-item) .page-shell{width:min(calc(100% - (var(--gutter) * 2)), var(--page));margin-inline:auto}html:has(body .design-item) .skip-link{z-index:4000;background:var(--dark);color:#fff;border-radius:999px;padding:10px 14px;font-weight:700;position:fixed;top:10px;left:10px;transform:translateY(-180%)}html:has(body .design-item) .skip-link:focus{transform:translateY(0)}html:has(body .design-item) .site-header{z-index:1800;min-height:var(--header-h);-webkit-backdrop-filter:blur(16px);background:#f8f4fcdb;border-bottom:1px solid #312b3c14;position:fixed;top:0;left:0;right:0}html:has(body .design-item) .header-row{min-height:var(--header-h);grid-template-columns:1fr auto;align-items:center;gap:24px;display:grid}html:has(body .design-item) .brand{letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:800;line-height:1;overflow:hidden}html:has(body .design-item) .header-actions{align-items:center;gap:20px;display:flex}html:has(body .design-item) .header-actions>a:not(.button){font-size:13px;font-weight:650}html:has(body .design-item) .button{border:1px solid var(--dark);background:var(--dark);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 17px;font-size:12px;font-weight:720;line-height:1;text-decoration:none;transition:transform .18s,opacity .18s;display:inline-flex}html:has(body .design-item) .button:hover{opacity:.93;text-decoration:none;transform:translateY(-1px)}html:has(body .design-item) .section-nav-wrap{z-index:1900;right:0;bottom:var(--safe-bottom);pointer-events:none;justify-content:center;padding-inline:10px;display:flex;position:fixed;left:0}html:has(body .design-item) .section-nav{scrollbar-width:none;overscroll-behavior-inline:contain;-webkit-backdrop-filter:blur(18px);pointer-events:auto;background:#ffffffe6;border:1px solid #312b3c24;border-radius:999px;align-items:center;gap:4px;max-width:min(1180px,100vw - 20px);padding:6px;display:flex;overflow-x:auto;box-shadow:0 16px 44px #312b3c14,0 2px 8px #312b3c0a}html:has(body .design-item) .section-nav::-webkit-scrollbar{display:none}html:has(body .design-item) .section-nav a{color:#5f5964;white-space:nowrap;border-radius:999px;flex:none;place-items:center;min-height:42px;padding:0 14px;font-size:11px;font-weight:680;line-height:1;text-decoration:none;transition:background-color .18s,color .18s;display:grid}html:has(body .design-item) .section-nav a:hover{background:#f1edf5;text-decoration:none}html:has(body .design-item) .section-nav a[aria-current=location]{color:#fff;background:#242225}html:has(body .design-item) .section-nav .nav-cta{color:var(--purple-strong);font-weight:780}html:has(body .design-item) .section-nav .nav-cta[aria-current=location]{color:#fff}html:has(body .design-item) .story-scene{--scene-y:0px;--scene-opacity:1;--copy-y:0px;--visual-y:0px;--deep-y:0px;scroll-snap-align:start;scroll-snap-stop:always;isolation:isolate;height:100svh;min-height:100svh;position:relative;overflow:hidden}html:has(body .design-item) .story-scene:before{content:"";z-index:-2;aspect-ratio:1;width:min(38vw,560px);transform:translate3d(0, var(--deep-y), 0);pointer-events:none;background:radial-gradient(circle,#a78bdf17,#0000 69%);border-radius:50%;position:absolute;top:10%;right:-10%}html:has(body .design-item) .story-scene:nth-of-type(2n):before{background:radial-gradient(circle,#ffb9c417,#0000 69%);left:-12%;right:auto}html:has(body .design-item) .scene-frame{height:100%;padding-top:calc(var(--header-h) + clamp(18px, 2.7vh, 34px));padding-bottom:calc(var(--nav-h) + var(--safe-bottom) + clamp(14px, 2vh, 24px));grid-template-rows:auto minmax(0,1fr) auto;gap:clamp(14px,2.5vh,28px);display:grid}html:has(body .design-item) .scene-top,html:has(body .design-item) .scene-next{transform:translate3d(0, var(--copy-y), 0);opacity:var(--scene-opacity);will-change:transform, opacity}html:has(body .design-item) .scene-top{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}html:has(body .design-item) .scene-number,html:has(body .design-item) .eyebrow{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:800;line-height:1.2}html:has(body .design-item) .eyebrow{margin:0}html:has(body .design-item) .scene-main{align-items:center;min-height:0;display:grid}html:has(body .design-item) .scene-copy{transform:translate3d(0, var(--copy-y), 0);opacity:var(--scene-opacity);will-change:transform, opacity}html:has(body .design-item) .scene-visual{transform:translate3d(0, var(--visual-y), 0);opacity:var(--scene-opacity);will-change:transform, opacity}html:has(body .design-item) .scene-deep{transform:translate3d(0, var(--deep-y), 0);will-change:transform}html:has(body .design-item) .scene-next{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding-top:12px;display:flex}html:has(body .design-item) .scene-next span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:750}html:has(body .design-item) .scene-next a{font-size:11px;font-weight:720}html:has(body .design-item) .section-heading{letter-spacing:-.047em;max-width:920px;margin:0;font-size:clamp(34px,4.3vw,62px);font-weight:760;line-height:1.01}html:has(body .design-item) .section-intro{max-width:610px;color:var(--muted);margin:18px 0 0;font-size:clamp(14px,1.15vw,17px);line-height:1.56}html:has(body .design-item) .hero-main{grid-template-rows:auto minmax(0,1fr);gap:clamp(20px,3vh,34px);min-height:0;display:grid}html:has(body .design-item) .hero-grid{grid-template-columns:minmax(0,1.55fr) minmax(260px,.7fr);align-items:start;gap:clamp(36px,7vw,110px);display:grid}html:has(body .design-item) .hero h1{letter-spacing:-.058em;max-width:850px;margin:0;font-size:clamp(44px,5.5vw,82px);font-weight:770;line-height:.97}html:has(body .design-item) .hero-copy{max-width:385px;color:var(--muted);margin:8px 0 0;font-size:clamp(14px,1.25vw,18px);line-height:1.55}html:has(body .design-item) .hero-actions{margin-top:24px}html:has(body .design-item) .system-builder{grid-template-columns:minmax(290px,.92fr) minmax(360px,1.08fr);align-items:stretch;gap:clamp(18px,3vw,38px);min-height:0;display:grid}html:has(body .design-item) .system-panel,html:has(body .design-item) .preview-panel{border:1px solid var(--line-strong);border-radius:var(--radius);min-height:0}html:has(body .design-item) .system-panel{background:#ffffffa3;grid-template-rows:auto 1fr;gap:18px;padding:clamp(18px,2.3vw,30px);display:grid}html:has(body .design-item) .system-label,html:has(body .design-item) .preview-label{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:800}html:has(body .design-item) .system-options{align-content:center;gap:clamp(8px,1.2vh,12px);display:grid}html:has(body .design-item) .system-option{background:var(--purple-soft);min-height:clamp(36px,4.5vh,50px);color:var(--ink);cursor:pointer;text-align:center;border:1px solid #dfd4ef;border-radius:999px;padding:8px 16px;font-size:clamp(11px,1vw,14px);font-weight:700;transition:transform .2s,background-color .2s,border-color .2s,box-shadow .2s}html:has(body .design-item) .system-option:hover{border-color:#cbbbe6;transform:translateY(-1px)}html:has(body .design-item) .system-option[aria-pressed=true]{border-color:var(--pink);background:var(--pink);box-shadow:0 8px 22px #ffb9c433}html:has(body .design-item) .preview-panel{background:var(--dark);color:#fff;padding:clamp(18px,2.4vw,30px);position:relative;overflow:hidden}html:has(body .design-item) .preview-label{color:#ffffffa6;margin-bottom:clamp(14px,2vh,22px)}html:has(body .design-item) .storefront-preview{--mock-gap:12px;height:calc(100% - 34px);min-height:260px}html:has(body .design-item) .storefront-shell{height:100%;min-height:260px;color:var(--ink);background:#f8f7fa;border-radius:14px;transition:max-width .42s cubic-bezier(.2,.8,.2,1),border-radius .42s,transform .42s;position:relative;overflow:hidden}html:has(body .design-item) .mock-topbar{background:#fff;border-bottom:1px solid #ebe6ef;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:34px;padding:7px 12px;transition:opacity .3s,transform .3s;display:grid}html:has(body .design-item) .mock-logo{background:var(--dark);border-radius:999px;width:32px;height:7px}html:has(body .design-item) .mock-navlinks{justify-content:center;gap:9px;display:flex}html:has(body .design-item) .mock-navlinks span{background:#d9d2df;border-radius:999px;width:26px;height:5px}html:has(body .design-item) .mock-cart{border:1px solid #cfc7d6;border-radius:50%;width:17px;height:17px}html:has(body .design-item) .mock-breadcrumb{color:#8b8293;letter-spacing:.05em;height:24px;padding:7px 12px;font-size:7px;font-weight:700;transition:opacity .3s,transform .3s}html:has(body .design-item) .mock-content{gap:var(--mock-gap);grid-template-columns:1.15fr .9fr;height:calc(100% - 58px);padding:10px 12px 12px;transition:grid-template-columns .42s cubic-bezier(.2,.8,.2,1);display:grid}html:has(body .design-item) .mock-gallery{background:#fff;border-radius:10px;transition:transform .36s;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #e8e2eb}html:has(body .design-item) .mock-gallery:before,html:has(body .design-item) .mock-gallery:after{content:"";background:#eee9f2;border-radius:999px;position:absolute}html:has(body .design-item) .mock-gallery:before{width:44%;height:8%;bottom:23%;left:28%}html:has(body .design-item) .mock-gallery:after{background:#e4d9f3;border-radius:50% 50% 42% 42%;width:28%;height:28%;top:27%;left:36%}html:has(body .design-item) .mock-info{align-content:start;gap:8px;min-height:0;display:grid}html:has(body .design-item) .mock-title{letter-spacing:-.04em;margin:0;font-size:clamp(20px,2.2vw,34px);line-height:.95;transition:transform .3s,font-size .3s}html:has(body .design-item) .mock-price{background:#cec5d8;border-radius:999px;width:43%;height:7px}html:has(body .design-item) .mock-divider{background:#e6e0e9;height:1px}html:has(body .design-item) .mock-swatches{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}html:has(body .design-item) .mock-swatches span{background:#fff;border-radius:7px;height:24px;box-shadow:inset 0 0 0 1px #ded7e4}html:has(body .design-item) .mock-swatches span:first-child{background:var(--purple);box-shadow:none}html:has(body .design-item) .mock-support{opacity:0;grid-template-columns:repeat(3,1fr);gap:5px;max-height:0;transition:max-height .35s,opacity .3s,transform .3s;display:grid;overflow:hidden;transform:translateY(8px)}html:has(body .design-item) .mock-support span{color:#6e6379;text-align:center;background:#f0ebf5;border-radius:7px;place-items:center;min-height:36px;font-size:6px;font-weight:800;display:grid}html:has(body .design-item) .mock-discovery{opacity:0;grid-template-columns:repeat(3,1fr);gap:5px;max-height:0;transition:max-height .35s,opacity .3s,transform .3s;display:grid;overflow:hidden;transform:translateY(8px)}html:has(body .design-item) .mock-discovery span{aspect-ratio:1.35;background:#fff;border-radius:7px;box-shadow:inset 0 0 0 1px #e0d9e5}html:has(body .design-item) .mock-add{background:var(--pink);min-height:34px;color:var(--dark);border:0;border-radius:999px;place-items:center;margin-top:auto;font-size:8px;font-weight:800;display:grid}html:has(body .design-item) .mock-mobile-bar{opacity:0;pointer-events:none;background:#fffffff5;border-radius:10px;grid-template-columns:1fr auto;align-items:center;gap:8px;min-height:42px;padding:7px 8px;transition:opacity .3s,transform .3s;display:grid;position:absolute;bottom:8px;left:8px;right:8px;transform:translateY(18px);box-shadow:0 8px 22px #312b3c29}html:has(body .design-item) .mock-mobile-bar span{background:#cfc6d7;border-radius:999px;width:54px;height:6px}html:has(body .design-item) .mock-mobile-bar b{background:var(--pink);color:var(--dark);border-radius:999px;padding:7px 10px;font-size:7px}html:has(body .design-item) .preview-caption{color:#ffffffb3;pointer-events:none;font-size:8px;line-height:1.35;position:absolute;bottom:12px;left:18px;right:18px}html:has(body .design-item) .storefront-preview[data-state=hierarchy] .mock-title{transform:translateY(-2px)}html:has(body .design-item) .storefront-preview[data-state=hierarchy] .mock-divider{background:var(--pink)}html:has(body .design-item) .storefront-preview[data-state=hierarchy] .mock-price{background:var(--purple);width:57%}html:has(body .design-item) .storefront-preview[data-state=navigation] .mock-topbar{box-shadow:inset 0 -2px 0 var(--purple);background:#f1ebfa}html:has(body .design-item) .storefront-preview[data-state=navigation] .mock-breadcrumb{color:var(--purple-strong);font-weight:800}html:has(body .design-item) .storefront-preview[data-state=navigation] .mock-navlinks span:nth-child(2){background:var(--purple);width:42px}html:has(body .design-item) .storefront-preview[data-state=discovery] .mock-discovery{opacity:1;max-height:70px;transform:translateY(0)}html:has(body .design-item) .storefront-preview[data-state=discovery] .mock-gallery:after{background:var(--pink)}html:has(body .design-item) .storefront-preview[data-state=decision] .mock-support{opacity:1;max-height:70px;transform:translateY(0)}html:has(body .design-item) .storefront-preview[data-state=decision] .mock-swatches span:first-child{background:var(--pink)}html:has(body .design-item) .storefront-preview[data-state=mobile] .storefront-shell{border-radius:24px;max-width:245px;margin-inline:auto;box-shadow:0 16px 44px #00000029}html:has(body .design-item) .storefront-preview[data-state=mobile] .mock-topbar{grid-template-columns:auto 1fr auto}html:has(body .design-item) .storefront-preview[data-state=mobile] .mock-navlinks{opacity:0}html:has(body .design-item) .storefront-preview[data-state=mobile] .mock-breadcrumb{opacity:0;transform:translateY(-4px)}html:has(body .design-item) .storefront-preview[data-state=mobile] .mock-content{grid-template-rows:1.05fr .95fr;grid-template-columns:1fr;height:calc(100% - 34px);padding-top:8px;padding-bottom:56px}html:has(body .design-item) .storefront-preview[data-state=mobile] .mock-info{gap:5px}html:has(body .design-item) .storefront-preview[data-state=mobile] .mock-title{font-size:18px}html:has(body .design-item) .storefront-preview[data-state=mobile] .mock-swatches span{height:18px}html:has(body .design-item) .storefront-preview[data-state=mobile] .mock-add{display:none}html:has(body .design-item) .storefront-preview[data-state=mobile] .mock-mobile-bar{opacity:1;transform:translateY(0)}html:has(body .design-item) .problem-layout{grid-template-columns:minmax(0,1fr) minmax(310px,.72fr);align-items:center;gap:clamp(42px,8vw,130px);display:grid}html:has(body .design-item) .problem-list{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:0 26px;margin:28px 0 0;padding:0;list-style:none;display:grid}html:has(body .design-item) .problem-list li{border-bottom:1px solid var(--line);padding:12px 0 12px 20px;font-size:12px;position:relative}html:has(body .design-item) .problem-list li:before{content:"";background:var(--purple);border-radius:50%;width:6px;height:6px;position:absolute;top:17px;left:0}html:has(body .design-item) .problem-list li:nth-child(odd):before{background:var(--pink)}html:has(body .design-item) .decision-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:clamp(22px,2.5vw,30px)}html:has(body .design-item) .decision-card-title{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 20px;font-size:9px;font-weight:800}html:has(body .design-item) .decision-map{gap:14px;display:grid;position:relative}html:has(body .design-item) .decision-map:before{content:"";background:var(--line-strong);width:1px;position:absolute;top:6px;bottom:6px;left:5px}html:has(body .design-item) .decision-step{grid-template-columns:15px 1fr;align-items:center;gap:11px;font-size:12px;font-weight:650;display:grid;position:relative}html:has(body .design-item) .decision-step:before{content:"";z-index:1;background:var(--purple);border-radius:50%;width:11px;height:11px;position:relative}html:has(body .design-item) .decision-note{color:var(--muted);margin:22px 0 0;font-size:11px;line-height:1.5}html:has(body .design-item) .research-layout{grid-template-columns:minmax(260px,.65fr) 1fr;align-items:center;gap:clamp(46px,8vw,130px);display:grid}html:has(body .design-item) .stat-block{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);align-content:center;min-height:min(48vh,390px);padding:clamp(28px,4vw,50px);display:grid}html:has(body .design-item) .stat{color:#a98de5;letter-spacing:-.07em;font-size:clamp(84px,11vw,165px);font-weight:770;line-height:.78}html:has(body .design-item) .stat-label{max-width:250px;color:var(--muted);margin-top:24px;font-size:11px;font-weight:650;line-height:1.5}html:has(body .design-item) .research-copy{letter-spacing:-.035em;max-width:800px;margin:0;font-size:clamp(25px,3vw,43px);line-height:1.16}html:has(body .design-item) .research-source{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;margin-top:22px;font-size:9px;line-height:1.5;display:block}html:has(body .design-item) .design-layout{grid-template-columns:minmax(300px,.86fr) 1.14fr;align-items:center;gap:clamp(44px,8vw,120px);display:grid}html:has(body .design-item) .design-grid{grid-template-columns:repeat(2,1fr);gap:0 34px;display:grid}html:has(body .design-item) .design-item{border-top:1px solid var(--line);padding:13px 0;font-size:12px;font-weight:650}html:has(body .design-item) .design-principle{border-radius:var(--radius);background:var(--dark);color:#fff;margin-top:22px;padding:22px}html:has(body .design-item) .design-principle small{color:#c9b8eb;letter-spacing:.09em;text-transform:uppercase;margin-bottom:8px;font-size:8px;font-weight:800;display:block}html:has(body .design-item) .design-principle strong{letter-spacing:-.025em;font-size:clamp(19px,2vw,27px);line-height:1.2}html:has(body .design-item) .case-card{border-radius:var(--radius);background:var(--dark);color:#fff;grid-template-rows:auto minmax(0,1fr);gap:clamp(18px,2.8vh,28px);min-height:0;padding:clamp(24px,3.4vw,44px);display:grid}html:has(body .design-item) .case-header{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;display:grid}html:has(body .design-item) .case-kicker{color:#ffffffa8;letter-spacing:.08em;text-transform:uppercase;margin:0 0 14px;font-size:8px;font-weight:800}html:has(body .design-item) .case-title{letter-spacing:-.04em;max-width:850px;margin:0;font-size:clamp(27px,3.1vw,46px);line-height:1.08}html:has(body .design-item) .case-link{color:#fff;white-space:nowrap;align-self:end;font-size:10px;font-weight:750}html:has(body .design-item) .case-builder{grid-template-columns:minmax(250px,.72fr) minmax(390px,1.28fr);gap:clamp(14px,2vw,24px);min-height:0;display:grid}html:has(body .design-item) .case-controls,html:has(body .design-item) .case-preview-shell{border:1px solid #ffffff24;border-radius:16px;min-height:0}html:has(body .design-item) .case-controls{background:#ffffff0e;grid-template-rows:auto auto minmax(0,1fr);gap:14px;padding:clamp(17px,2vw,24px);display:grid}html:has(body .design-item) .case-system-label,html:has(body .design-item) .case-preview-label{color:#ffffff94;letter-spacing:.1em;text-transform:uppercase;font-size:8px;font-weight:800}html:has(body .design-item) .case-options{gap:8px;display:grid}html:has(body .design-item) .case-option{color:#fff;cursor:pointer;text-align:left;background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;min-height:38px;padding:8px 14px;font-size:10px;font-weight:720;transition:transform .2s,background-color .2s,border-color .2s}html:has(body .design-item) .case-option:hover{border-color:#ffffff47;transform:translate(2px)}html:has(body .design-item) .case-option[aria-pressed=true]{border-color:var(--pink);background:var(--pink);color:var(--dark)}html:has(body .design-item) .case-stage-copy{align-self:end;min-height:112px}html:has(body .design-item) .case-copy-panel[hidden]{display:none}html:has(body .design-item) .case-copy-panel small{color:#cbb9ec;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:7px;font-weight:800;display:block}html:has(body .design-item) .case-copy-panel h3{letter-spacing:-.025em;margin:0 0 8px;font-size:clamp(16px,1.5vw,21px);line-height:1.15}html:has(body .design-item) .case-copy-panel p{color:#ffffffb8;margin:0;font-size:9px;line-height:1.55}html:has(body .design-item) .case-facts{flex-wrap:wrap;gap:5px;margin-top:10px;display:flex}html:has(body .design-item) .case-facts span{color:#ffffffb8;border:1px solid #ffffff1f;border-radius:999px;padding:5px 7px;font-size:7px;font-weight:680;line-height:1}html:has(body .design-item) .case-preview-shell{color:var(--ink);background:#f7f2fa;grid-template-rows:auto minmax(0,1fr);gap:12px;padding:clamp(16px,2vw,23px);display:grid}html:has(body .design-item) .case-preview-label{color:var(--muted)}html:has(body .design-item) .case-preview{grid-template-columns:minmax(0,1.28fr) minmax(150px,.72fr);gap:12px;min-height:0;display:grid}html:has(body .design-item) .case-browser{background:#fff;border:1px solid #dfd6e6;border-radius:12px;min-height:0;transition:box-shadow .35s,transform .35s;position:relative;overflow:hidden}html:has(body .design-item) .case-browser-bar{background:#fff;border-bottom:1px solid #ebe5ee;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:28px;padding:6px 9px;display:grid}html:has(body .design-item) .case-browser-dots{gap:4px;display:flex}html:has(body .design-item) .case-browser-dots span{background:#d7cfde;border-radius:50%;width:5px;height:5px}html:has(body .design-item) .case-browser-url{background:#eeeaf1;border-radius:999px;justify-self:center;width:48%;height:5px}html:has(body .design-item) .case-browser-status{background:var(--purple);border-radius:999px;width:17px;height:6px}html:has(body .design-item) .case-canvas{grid-template-rows:34px minmax(64px,.76fr) minmax(48px,.54fr);grid-template-columns:.8fr 1.2fr;gap:8px;height:calc(100% - 28px);min-height:190px;padding:10px;transition:grid-template-columns .38s cubic-bezier(.2,.8,.2,1),gap .38s;display:grid;position:relative}html:has(body .design-item) .case-ui-nav,html:has(body .design-item) .case-ui-hero,html:has(body .design-item) .case-ui-search,html:has(body .design-item) .case-ui-card{background:#fff;border:1px solid #e2dae7;transition:transform .38s cubic-bezier(.2,.8,.2,1),background-color .3s,border-color .3s,opacity .3s,box-shadow .3s}html:has(body .design-item) .case-ui-nav{border-radius:8px;grid-column:1/-1;align-items:center;gap:7px;padding:7px 9px;display:flex}html:has(body .design-item) .case-ui-nav:before{content:"";background:var(--dark);border-radius:999px;width:34px;height:6px}html:has(body .design-item) .case-ui-nav:after{content:"";background:linear-gradient(90deg,#ddd6e3 0 18%,#0000 18% 25%,#ddd6e3 25% 43%,#0000 43% 50%,#ddd6e3 50% 69%,#0000 69% 76%,#ddd6e3 76% 100%);border-radius:999px;width:55%;height:5px;margin-left:auto}html:has(body .design-item) .case-ui-hero{background:radial-gradient(circle at 50% 43%,#e8def5 0 18%,#0000 18.5%),linear-gradient(#fff,#fff);border-radius:9px;grid-row:2/4}html:has(body .design-item) .case-ui-search{background:var(--pink);border-radius:9px}html:has(body .design-item) .case-ui-grid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}html:has(body .design-item) .case-ui-card{border-radius:7px}html:has(body .design-item) .case-ui-card:nth-child(2){background:#f0e9f9}html:has(body .design-item) .case-result{background:#fff;border:1px solid #e0d8e6;border-radius:12px;align-content:center;gap:10px;padding:14px;display:grid}html:has(body .design-item) .case-result small{color:var(--purple-strong);letter-spacing:.08em;text-transform:uppercase;font-size:7px;font-weight:820}html:has(body .design-item) .case-result strong{letter-spacing:-.025em;font-size:clamp(14px,1.3vw,19px);line-height:1.14}html:has(body .design-item) .case-result p{color:var(--muted);margin:0;font-size:8px;line-height:1.5}html:has(body .design-item) .case-result-marks{gap:6px;display:grid}html:has(body .design-item) .case-result-marks span{color:var(--muted);align-items:center;gap:6px;font-size:7px;font-weight:680;display:flex}html:has(body .design-item) .case-result-marks span:before{content:"";background:var(--purple);border-radius:50%;flex:none;width:6px;height:6px}html:has(body .design-item) .case-preview[data-state=challenge] .case-ui-nav{transform:translate(-5px)}html:has(body .design-item) .case-preview[data-state=challenge] .case-ui-hero{border-style:dashed;transform:translate(-4px,5px)}html:has(body .design-item) .case-preview[data-state=challenge] .case-ui-search{background:#f3edf7;border-style:dashed;transform:translate(7px,-4px)}html:has(body .design-item) .case-preview[data-state=challenge] .case-ui-card:first-child{transform:translateY(5px)}html:has(body .design-item) .case-preview[data-state=challenge] .case-ui-card:nth-child(2){transform:translateY(-4px)}html:has(body .design-item) .case-preview[data-state=challenge] .case-ui-card:nth-child(3){transform:translate(5px,3px)}html:has(body .design-item) .case-preview[data-state=contribution] .case-ui-nav{background:var(--purple-soft);border-color:#cbb9e8}html:has(body .design-item) .case-preview[data-state=contribution] .case-ui-search{border-color:var(--pink);background:var(--pink);box-shadow:0 7px 18px #ffb9c429}html:has(body .design-item) .case-preview[data-state=contribution] .case-ui-hero{border-color:#cabbe3}html:has(body .design-item) .case-preview[data-state=contribution] .case-ui-card:nth-child(2){background:#e9ddf7}html:has(body .design-item) .case-preview[data-state=outcome] .case-browser{box-shadow:0 14px 35px #312b3c1a}html:has(body .design-item) .case-preview[data-state=outcome] .case-canvas{grid-template-columns:1fr 1fr;gap:7px}html:has(body .design-item) .case-preview[data-state=outcome] .case-ui-nav{border-color:#d3c8df}html:has(body .design-item) .case-preview[data-state=outcome] .case-ui-hero{background:radial-gradient(circle at 50% 43%, var(--pink) 0 18%, transparent 18.5%), linear-gradient(#fff, #fff)}html:has(body .design-item) .case-preview[data-state=outcome] .case-ui-search{background:var(--purple);border-color:#cab9e3}html:has(body .design-item) .case-preview[data-state=outcome] .case-ui-card{background:#fff;border-color:#d8cee1}html:has(body .design-item) .approach-layout{gap:30px;display:grid}html:has(body .design-item) .steps{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:repeat(5,1fr);gap:20px;padding:clamp(25px,3.2vw,42px);display:grid}html:has(body .design-item) .step{border-top:1px solid var(--line);min-height:110px;padding-top:16px;position:relative}html:has(body .design-item) .step:before{content:"";background:var(--purple);border-radius:50%;width:12px;height:12px;position:absolute;top:-6px;left:0}html:has(body .design-item) .step:nth-child(3):before{background:var(--pink)}html:has(body .design-item) .step-index{color:var(--muted);margin-bottom:18px;font-size:8px;font-weight:800;display:block}html:has(body .design-item) .step-title{max-width:150px;font-size:12px;font-weight:700;line-height:1.28;display:block}html:has(body .design-item) .approach-claim{color:var(--muted);font-size:11px}html:has(body .design-item) .approach-claim strong{color:var(--ink);letter-spacing:-.025em;font-size:clamp(18px,2vw,25px)}html:has(body .design-item) .faq-layout{grid-template-columns:minmax(270px,.72fr) 1.28fr;align-items:center;gap:clamp(42px,8vw,110px);display:grid}html:has(body .design-item) .faq-list{border-top:1px solid var(--line)}html:has(body .design-item) .faq-list details{border-bottom:1px solid var(--line);overflow:hidden}html:has(body .design-item) .faq-list summary{cursor:pointer;padding:17px 42px 17px 0;font-size:12px;font-weight:680;list-style:none;transition:color .22s;position:relative}html:has(body .design-item) .faq-list summary:hover{color:var(--purple-strong)}html:has(body .design-item) .faq-list summary::-webkit-details-marker{display:none}html:has(body .design-item) .faq-list summary:before,html:has(body .design-item) .faq-list summary:after{content:"";background:var(--purple);transform-origin:50%;width:12px;height:1px;transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .22s;position:absolute;top:50%;right:7px}html:has(body .design-item) .faq-list summary:after{transform:rotate(90deg)}html:has(body .design-item) .faq-list details[open] summary:after{opacity:0;transform:rotate(90deg)scaleX(0)}html:has(body .design-item) .faq-answer{overflow:hidden}html:has(body .design-item) .faq-answer-inner{padding:0 0 18px}html:has(body .design-item) .faq-answer p{max-width:720px;color:var(--muted);margin:-2px 0 0;font-size:11px;line-height:1.6}html:has(body .design-item) .related-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);margin-top:24px;padding:22px}html:has(body .design-item) .related-card small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:8px;font-weight:800;display:block}html:has(body .design-item) .related-card strong{letter-spacing:-.025em;max-width:430px;margin-bottom:13px;font-size:clamp(19px,2vw,27px);line-height:1.24;display:block}html:has(body .design-item) .text-link{color:var(--purple-strong);font-size:11px;font-weight:720}html:has(body .design-item) .start-layout{grid-template-columns:1.25fr .55fr;align-items:end;gap:clamp(44px,8vw,130px);display:grid}html:has(body .design-item) .start-title{letter-spacing:-.055em;max-width:960px;margin:0;font-size:clamp(44px,5.6vw,82px);line-height:.98}html:has(body .design-item) .start-copy{max-width:460px;color:var(--muted);margin:22px 0 28px;font-size:14px;line-height:1.6}html:has(body .design-item) .start-aside{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:24px}html:has(body .design-item) .start-aside small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;font-size:8px;font-weight:800;display:block}html:has(body .design-item) .start-aside p{margin:0;font-size:12px;line-height:1.6}@media (width<=1000px){html:has(body .design-item) .hero-grid{grid-template-columns:1.25fr .75fr;gap:32px}html:has(body .design-item) .system-builder{grid-template-columns:.9fr 1.1fr}html:has(body .design-item) .problem-layout,html:has(body .design-item) .research-layout,html:has(body .design-item) .design-layout,html:has(body .design-item) .case-card,html:has(body .design-item) .faq-layout,html:has(body .design-item) .start-layout{gap:34px}html:has(body .design-item) .steps{gap:14px}}@media (width<=760px){html:has(body .design-item){--header-h:60px;--nav-h:56px}html:has(body .design-item) .header-actions>a:not(.button){display:none}html:has(body .design-item) .brand{max-width:60vw}html:has(body .design-item) .button{min-height:38px;padding-inline:13px}html:has(body .design-item) .section-nav-wrap{justify-content:flex-start}html:has(body .design-item) .section-nav{border-radius:16px;width:100%;max-width:none;padding:5px}html:has(body .design-item) .section-nav a{min-height:39px;padding-inline:12px;font-size:10px}html:has(body .design-item) .scene-frame{padding-top:calc(var(--header-h) + 14px);padding-bottom:calc(var(--nav-h) + var(--safe-bottom) + 9px);gap:12px}html:has(body .design-item) .scene-next{padding-top:8px}html:has(body .design-item) .scene-next>span{display:none}html:has(body .design-item) .scene-next a{margin-left:auto;font-size:10px}html:has(body .design-item) .hero-main{gap:14px}html:has(body .design-item) .hero-grid{grid-template-columns:1fr;gap:10px}html:has(body .design-item) .hero h1,html:has(body .design-item) .start-title{font-size:clamp(35px,10.5vw,52px)}html:has(body .design-item) .hero-copy{max-width:560px;font-size:12px}html:has(body .design-item) .hero-actions{margin-top:14px}html:has(body .design-item) .system-builder{grid-template-columns:.82fr 1.18fr;gap:10px}html:has(body .design-item) .system-panel,html:has(body .design-item) .preview-panel{border-radius:15px;padding:13px}html:has(body .design-item) .system-panel{gap:10px}html:has(body .design-item) .system-label,html:has(body .design-item) .preview-label{font-size:7px}html:has(body .design-item) .system-options{gap:6px}html:has(body .design-item) .system-option{min-height:31px;padding:5px 7px;font-size:8px}html:has(body .design-item) .storefront-preview,html:has(body .design-item) .storefront-shell{min-height:220px}html:has(body .design-item) .mock-content{gap:7px;padding:7px}html:has(body .design-item) .mock-title{font-size:17px}html:has(body .design-item) .preview-caption{display:none}html:has(body .design-item) .problem-layout,html:has(body .design-item) .research-layout,html:has(body .design-item) .design-layout,html:has(body .design-item) .case-card,html:has(body .design-item) .faq-layout,html:has(body .design-item) .start-layout{grid-template-columns:1fr;gap:18px}html:has(body .design-item) .section-heading{font-size:clamp(29px,8vw,42px)}html:has(body .design-item) .section-intro{margin-top:10px;font-size:11px}html:has(body .design-item) .problem-list{grid-template-columns:repeat(2,1fr);gap:0 15px;margin-top:14px}html:has(body .design-item) .problem-list li{padding:8px 0 8px 15px;font-size:9px}html:has(body .design-item) .problem-list li:before{width:5px;height:5px;top:12px}html:has(body .design-item) .decision-card{padding:15px}html:has(body .design-item) .decision-map{grid-template-columns:repeat(3,1fr);gap:7px}html:has(body .design-item) .decision-map:before{display:none}html:has(body .design-item) .decision-step{text-align:center;background:#f2edf7;border-radius:8px;padding:8px;font-size:8px;display:block}html:has(body .design-item) .decision-step:before{display:none}html:has(body .design-item) .decision-note{margin-top:10px;font-size:8px}html:has(body .design-item) .research-layout{grid-template-columns:.62fr 1fr;align-items:center}html:has(body .design-item) .stat-block{min-height:220px;padding:18px}html:has(body .design-item) .stat{font-size:clamp(62px,18vw,96px)}html:has(body .design-item) .stat-label,html:has(body .design-item) .research-source{font-size:7px}html:has(body .design-item) .research-copy{font-size:clamp(20px,5.5vw,31px)}html:has(body .design-item) .design-layout{grid-template-columns:.9fr 1.1fr}html:has(body .design-item) .design-grid{gap:0 14px}html:has(body .design-item) .design-item{padding:8px 0;font-size:8px}html:has(body .design-item) .design-principle{margin-top:13px;padding:14px}html:has(body .design-item) .design-principle strong{font-size:15px}html:has(body .design-item) .case-card{grid-template-columns:1.2fr .8fr;padding:18px}html:has(body .design-item) .case-title{font-size:clamp(24px,6vw,34px)}html:has(body .design-item) .case-mockup{margin-top:14px;padding:10px}html:has(body .design-item) .case-mockup .large,html:has(body .design-item) .case-mockup .small{min-height:55px}html:has(body .design-item) .case-meta{gap:12px}html:has(body .design-item) .case-meta dd{font-size:8px}html:has(body .design-item) .steps{grid-template-columns:repeat(5,1fr);gap:7px;padding:14px}html:has(body .design-item) .step{min-height:84px;padding-top:12px}html:has(body .design-item) .step-title{font-size:8px}html:has(body .design-item) .step-index{margin-bottom:9px;font-size:7px}html:has(body .design-item) .faq-layout{grid-template-columns:.72fr 1.28fr}html:has(body .design-item) .related-card{margin-top:12px;padding:14px}html:has(body .design-item) .related-card strong{font-size:15px}html:has(body .design-item) summary{padding-block:11px;font-size:9px}html:has(body .design-item) summary:after{top:8px}html:has(body .design-item) details p{font-size:8px}html:has(body .design-item) .start-layout{grid-template-columns:1fr .5fr}html:has(body .design-item) .start-copy{margin:12px 0 16px;font-size:10px}html:has(body .design-item) .start-aside{padding:14px}html:has(body .design-item) .start-aside p{font-size:9px}}@media (width<=500px){html:has(body .design-item) .header-actions .button{width:40px;padding:0;font-size:0}html:has(body .design-item) .header-actions .button span{font-size:16px}html:has(body .design-item) .hero h1{font-size:clamp(32px,9.3vw,43px)}html:has(body .design-item) .system-builder{grid-template-columns:.78fr 1.22fr}html:has(body .design-item) .system-option{font-size:7px}html:has(body .design-item) .mock-topbar{min-height:27px;padding:5px 7px}html:has(body .design-item) .mock-breadcrumb{height:17px;padding:4px 7px}html:has(body .design-item) .mock-content{height:calc(100% - 44px)}html:has(body .design-item) .research-layout,html:has(body .design-item) .design-layout,html:has(body .design-item) .case-card,html:has(body .design-item) .faq-layout,html:has(body .design-item) .start-layout{gap:12px}html:has(body .design-item) .section-heading{font-size:clamp(26px,7.3vw,35px)}html:has(body .design-item) .research-copy{font-size:clamp(18px,5vw,24px)}html:has(body .design-item) .case-title{font-size:clamp(21px,5.7vw,29px)}}@media (width<=1000px){html:has(body .design-item) .case-builder{grid-template-columns:minmax(220px,.68fr) minmax(350px,1.32fr)}}@media (width<=760px){html:has(body .design-item) .case-card{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr;gap:12px;padding:16px}html:has(body .design-item) .case-header{grid-template-columns:1fr auto;gap:12px}html:has(body .design-item) .case-kicker{margin-bottom:7px;font-size:6px}html:has(body .design-item) .case-title{font-size:clamp(20px,5.2vw,28px)}html:has(body .design-item) .case-link{font-size:7px}html:has(body .design-item) .case-builder{grid-template-columns:.68fr 1.32fr;gap:8px}html:has(body .design-item) .case-controls,html:has(body .design-item) .case-preview-shell{border-radius:11px;padding:10px}html:has(body .design-item) .case-controls{gap:8px}html:has(body .design-item) .case-system-label,html:has(body .design-item) .case-preview-label{font-size:6px}html:has(body .design-item) .case-options{gap:5px}html:has(body .design-item) .case-option{min-height:27px;padding:5px 8px;font-size:7px}html:has(body .design-item) .case-stage-copy{min-height:82px}html:has(body .design-item) .case-copy-panel small,html:has(body .design-item) .case-facts,html:has(body .design-item) .case-copy-panel p{display:none}html:has(body .design-item) .case-copy-panel h3{margin:0;font-size:11px}html:has(body .design-item) .case-preview{grid-template-columns:1.25fr .75fr;gap:6px}html:has(body .design-item) .case-browser{border-radius:8px}html:has(body .design-item) .case-canvas{gap:4px;min-height:125px;padding:5px}html:has(body .design-item) .case-result{border-radius:8px;gap:6px;padding:7px}html:has(body .design-item) .case-result small{font-size:5px}html:has(body .design-item) .case-result strong{font-size:9px}html:has(body .design-item) .case-result p{display:none}html:has(body .design-item) .case-result-marks{gap:4px}html:has(body .design-item) .case-result-marks span{gap:4px;font-size:5px}html:has(body .design-item) .case-result-marks span:before{width:4px;height:4px}html:has(body .design-item) .case-browser-bar{min-height:19px;padding:4px 5px}html:has(body .design-item) .case-canvas{height:calc(100% - 19px)}html:has(body .design-item) .case-ui-nav{padding:4px 5px}html:has(body .design-item) .faq-answer-inner{padding-bottom:12px}}@media (width<=500px){html:has(body .design-item) .case-header{grid-template-columns:1fr}html:has(body .design-item) .case-link{display:none}html:has(body .design-item) .case-builder{grid-template-columns:.63fr 1.37fr}html:has(body .design-item) .case-copy-panel h3{font-size:9px}html:has(body .design-item) .case-result-marks span:nth-child(3){display:none}}@media (prefers-reduced-motion:reduce){html:has(body .design-item){scroll-behavior:auto;scroll-snap-type:y proximity}html:has(body .design-item) *,html:has(body .design-item) :before,html:has(body .design-item) :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html:has(body .design-item) .story-scene{--scene-opacity:1!important;--copy-y:0px!important;--visual-y:0px!important;--deep-y:0px!important}html:has(body .design-item) .scene-top,html:has(body .design-item) .scene-next,html:has(body .design-item) .scene-copy,html:has(body .design-item) .scene-visual,html:has(body .design-item) .scene-deep,html:has(body .design-item) .story-scene:before{opacity:1!important;will-change:auto!important;transform:none!important}}@media print{html:has(body .design-item){scroll-snap-type:none}html:has(body .design-item) body{background:#fff}html:has(body .design-item) .site-header,html:has(body .design-item) .section-nav-wrap,html:has(body .design-item) .scene-next,html:has(body .design-item) .hero-actions,html:has(body .design-item) .start-actions{display:none!important}html:has(body .design-item) .story-scene{scroll-snap-align:none;break-inside:avoid;height:auto;min-height:0;overflow:visible}html:has(body .design-item) .scene-frame{height:auto;padding:36px 0;display:block}html:has(body .design-item) .scene-main{display:block}html:has(body .design-item) .scene-top,html:has(body .design-item) .scene-copy,html:has(body .design-item) .scene-visual,html:has(body .design-item) .scene-deep{opacity:1!important;transform:none!important}}html:has(body .friction-trigger){--bg:#f8f4fc;--surface:#fff;--surface-soft:#fbf8fd;--ink:#332d3e;--muted:#77707f;--line:#e7e0ec;--line-strong:#dcd3e2;--purple:#a98cdf;--purple-strong:#8468c2;--purple-soft:#efe8fa;--pink:#ffbcc6;--dark:#312b3b;--page:1380px;--gutter:clamp(18px, 4vw, 64px);--header-h:68px;--nav-h:64px;--safe-bottom:max(12px, env(safe-area-inset-bottom));--radius:22px;--font:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif}html:has(body .friction-trigger) *{box-sizing:border-box}html:has(body .friction-trigger){scroll-behavior:smooth;scroll-snap-type:y mandatory;scroll-padding-top:var(--header-h);-webkit-text-size-adjust:100%;text-size-adjust:100%}html:has(body .friction-trigger) body{background:var(--bg);min-width:320px;color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.5}html:has(body .friction-trigger) a{color:inherit;text-underline-offset:.18em;text-decoration:none}html:has(body .friction-trigger) a:hover{text-decoration:underline}html:has(body .friction-trigger) button,html:has(body .friction-trigger) input,html:has(body .friction-trigger) textarea,html:has(body .friction-trigger) select{font:inherit}html:has(body .friction-trigger) button{color:inherit}html:has(body .friction-trigger) :focus-visible{outline:3px solid var(--purple-strong);outline-offset:4px;border-radius:5px}html:has(body .friction-trigger) .page-shell{width:min(calc(100% - (var(--gutter) * 2)), var(--page));margin-inline:auto}html:has(body .friction-trigger) .skip-link{z-index:4000;background:var(--dark);color:#fff;border-radius:999px;padding:10px 14px;font-weight:700;position:fixed;top:10px;left:10px;transform:translateY(-180%)}html:has(body .friction-trigger) .skip-link:focus{transform:translateY(0)}html:has(body .friction-trigger) .site-header{z-index:1800;min-height:var(--header-h);-webkit-backdrop-filter:blur(16px);background:#f8f4fcdb;border-bottom:1px solid #312b3c14;position:fixed;inset:0 0 auto}html:has(body .friction-trigger) .header-row{min-height:var(--header-h);grid-template-columns:1fr auto;align-items:center;gap:24px;display:grid}html:has(body .friction-trigger) .brand{letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:800;overflow:hidden}html:has(body .friction-trigger) .header-actions{align-items:center;gap:20px;display:flex}html:has(body .friction-trigger) .header-actions>a:not(.button){font-size:13px;font-weight:650}html:has(body .friction-trigger) .button{border:1px solid var(--dark);background:var(--dark);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 17px;font-size:12px;font-weight:720;line-height:1;transition:transform .18s,opacity .18s;display:inline-flex}html:has(body .friction-trigger) .button:hover{opacity:.93;text-decoration:none;transform:translateY(-1px)}html:has(body .friction-trigger) .section-nav-wrap{z-index:1900;right:0;bottom:var(--safe-bottom);pointer-events:none;justify-content:center;padding-inline:10px;display:flex;position:fixed;left:0}html:has(body .friction-trigger) .section-nav{scrollbar-width:none;overscroll-behavior-inline:contain;-webkit-backdrop-filter:blur(18px);pointer-events:auto;background:#ffffffe6;border:1px solid #312b3c24;border-radius:999px;align-items:center;gap:4px;max-width:min(1180px,100vw - 20px);padding:6px;display:flex;overflow-x:auto;box-shadow:0 16px 44px #312b3c14,0 2px 8px #312b3c0a}html:has(body .friction-trigger) .section-nav::-webkit-scrollbar{display:none}html:has(body .friction-trigger) .section-nav a{color:#5f5964;white-space:nowrap;border-radius:999px;flex:none;place-items:center;min-height:42px;padding:0 14px;font-size:11px;font-weight:680;transition:background-color .18s,color .18s;display:grid}html:has(body .friction-trigger) .section-nav a:hover{background:#f1edf5;text-decoration:none}html:has(body .friction-trigger) .section-nav a[aria-current=location]{color:#fff;background:#242225}html:has(body .friction-trigger) .section-nav .nav-cta{color:var(--purple-strong);font-weight:780}html:has(body .friction-trigger) .section-nav .nav-cta[aria-current=location]{color:#fff}html:has(body .friction-trigger) .story-scene{--copy-y:0px;--visual-y:0px;--deep-y:0px;--scene-opacity:1;scroll-snap-align:start;scroll-snap-stop:always;isolation:isolate;height:100svh;min-height:100svh;position:relative;overflow:hidden}html:has(body .friction-trigger) .story-scene:before{content:"";z-index:-2;aspect-ratio:1;width:min(38vw,560px);transform:translate3d(0, var(--deep-y), 0);pointer-events:none;background:radial-gradient(circle,#a98cdf14,#0000 69%);border-radius:50%;position:absolute;top:10%;right:-11%}html:has(body .friction-trigger) .story-scene:nth-of-type(2n):before{background:radial-gradient(circle,#ffbcc614,#0000 69%);left:-12%;right:auto}html:has(body .friction-trigger) .scene-frame{height:100%;padding-top:calc(var(--header-h) + clamp(16px, 2.6vh, 32px));padding-bottom:calc(var(--nav-h) + var(--safe-bottom) + clamp(12px, 1.8vh, 22px));grid-template-rows:auto minmax(0,1fr) auto;gap:clamp(14px,2.4vh,27px);display:grid}html:has(body .friction-trigger) .scene-top,html:has(body .friction-trigger) .scene-next,html:has(body .friction-trigger) .scene-copy,html:has(body .friction-trigger) .scene-visual,html:has(body .friction-trigger) .scene-deep{opacity:var(--scene-opacity);will-change:transform, opacity}html:has(body .friction-trigger) .scene-top,html:has(body .friction-trigger) .scene-next,html:has(body .friction-trigger) .scene-copy{transform:translate3d(0, var(--copy-y), 0)}html:has(body .friction-trigger) .scene-visual{transform:translate3d(0, var(--visual-y), 0)}html:has(body .friction-trigger) .scene-deep{transform:translate3d(0, var(--deep-y), 0)}html:has(body .friction-trigger) .scene-top{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}html:has(body .friction-trigger) .eyebrow,html:has(body .friction-trigger) .scene-number{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:800;line-height:1.2}html:has(body .friction-trigger) .eyebrow{margin:0}html:has(body .friction-trigger) .scene-main{align-items:center;min-height:0;display:grid}html:has(body .friction-trigger) .scene-next{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding-top:12px;display:flex}html:has(body .friction-trigger) .scene-next>span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:750}html:has(body .friction-trigger) .scene-next a{font-size:11px;font-weight:720}html:has(body .friction-trigger) .section-heading{letter-spacing:-.047em;max-width:920px;margin:0;font-size:clamp(34px,4.3vw,62px);font-weight:760;line-height:1.01}html:has(body .friction-trigger) .section-intro{max-width:600px;color:var(--muted);margin:18px 0 0;font-size:clamp(14px,1.15vw,17px);line-height:1.56}html:has(body .friction-trigger) .hero-main{grid-template-rows:auto minmax(0,1fr);gap:clamp(22px,3.2vh,34px);min-height:0;display:grid}html:has(body .friction-trigger) .hero-grid{grid-template-columns:minmax(0,1.55fr) minmax(260px,.7fr);align-items:start;gap:clamp(36px,7vw,110px);display:grid}html:has(body .friction-trigger) .hero h1{letter-spacing:-.058em;max-width:860px;margin:0;font-size:clamp(44px,5.5vw,82px);font-weight:770;line-height:.97}html:has(body .friction-trigger) .hero-copy{max-width:400px;color:var(--muted);margin:8px 0 0;font-size:clamp(14px,1.25vw,18px);line-height:1.55}html:has(body .friction-trigger) .hero-actions{margin-top:24px}html:has(body .friction-trigger) .funnel-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:minmax(0,1.4fr) minmax(210px,.6fr);gap:clamp(18px,3vw,34px);min-height:0;padding:clamp(20px,2.8vw,34px);display:grid}html:has(body .friction-trigger) .funnel-main{align-content:center;gap:10px;display:grid}html:has(body .friction-trigger) .funnel-label{color:var(--muted);letter-spacing:.09em;text-transform:uppercase;margin-bottom:5px;font-size:8px;font-weight:800}html:has(body .friction-trigger) .funnel-stage{grid-template-columns:1fr auto;align-items:center;gap:10px;display:grid}html:has(body .friction-trigger) .funnel-stage button{width:var(--stage-w);background:var(--purple-soft);cursor:pointer;text-align:center;border:1px solid #dfd4ed;border-radius:9px;justify-self:start;min-width:160px;min-height:38px;padding:7px 12px;font-size:9px;font-weight:760;transition:transform .18s,background-color .2s,border-color .2s,box-shadow .2s}html:has(body .friction-trigger) .funnel-stage button:hover{transform:translateY(-1px)}html:has(body .friction-trigger) .funnel-stage button[aria-pressed=true]{border-color:var(--pink);background:var(--pink);box-shadow:0 7px 20px #ffbcc62e}html:has(body .friction-trigger) .funnel-stage:nth-child(5) button[aria-pressed=true]{border-color:var(--purple);background:var(--purple);color:#fff}html:has(body .friction-trigger) .funnel-stage small{color:var(--muted);text-transform:lowercase;font-size:7px}html:has(body .friction-trigger) .funnel-note{color:var(--muted);margin-top:8px;font-size:8px}html:has(body .friction-trigger) .funnel-insight{background:var(--surface-soft);border-radius:14px;align-content:center;align-self:stretch;gap:12px;padding:20px;display:grid}html:has(body .friction-trigger) .funnel-insight small{color:var(--purple-strong);letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:800}html:has(body .friction-trigger) .funnel-insight strong{letter-spacing:-.025em;font-size:clamp(18px,1.8vw,25px);line-height:1.15}html:has(body .friction-trigger) .funnel-insight p{color:var(--muted);margin:0;font-size:10px;line-height:1.55}html:has(body .friction-trigger) .leakage-layout{grid-template-rows:auto minmax(0,1fr);gap:28px;display:grid}html:has(body .friction-trigger) .leakage-top{grid-template-columns:minmax(0,.85fr) minmax(340px,1.15fr);align-items:end;gap:clamp(40px,8vw,120px);display:grid}html:has(body .friction-trigger) .stats-row{grid-template-columns:auto 1fr;align-items:end;gap:24px;margin-top:12px;display:grid}html:has(body .friction-trigger) .stat-primary{color:#a98de5;letter-spacing:-.07em;font-size:clamp(62px,7vw,108px);font-weight:770;line-height:.82}html:has(body .friction-trigger) .stat-secondary{color:var(--pink);margin-top:8px;font-size:clamp(26px,3vw,44px);font-weight:760;line-height:1;display:block}html:has(body .friction-trigger) .stat-copy{align-self:center;max-width:600px;font-size:12px;line-height:1.5}html:has(body .friction-trigger) .stat-copy p{margin:0 0 12px}html:has(body .friction-trigger) .stat-copy p:last-child{margin-bottom:0}html:has(body .friction-trigger) .friction-card{border-radius:var(--radius);background:var(--dark);color:#fff;grid-template-rows:auto minmax(0,1fr) auto;gap:16px;padding:clamp(20px,2.7vw,32px);display:grid}html:has(body .friction-trigger) .friction-label{color:#ffffff9e;letter-spacing:.09em;text-transform:uppercase;font-size:8px;font-weight:800}html:has(body .friction-trigger) .friction-grid{grid-template-columns:repeat(4,1fr);gap:12px 18px;display:grid}html:has(body .friction-trigger) .friction-trigger{color:#fff;cursor:pointer;text-align:left;background:0 0;border:0;min-height:74px;padding:8px 8px 8px 18px;position:relative}html:has(body .friction-trigger) .friction-trigger:before{content:"";background:var(--purple);border-radius:50%;width:8px;height:8px;transition:transform .18s,box-shadow .18s;position:absolute;top:12px;left:0}html:has(body .friction-trigger) .friction-trigger:nth-child(odd):before{background:var(--pink)}html:has(body .friction-trigger) .friction-trigger[aria-pressed=true]:before{transform:scale(1.12);box-shadow:0 0 0 6px #a98cdf29}html:has(body .friction-trigger) .friction-trigger span{color:#ffffffa6;text-transform:uppercase;margin-bottom:5px;font-size:7px;font-weight:760;display:block}html:has(body .friction-trigger) .friction-trigger strong{letter-spacing:-.02em;font-size:clamp(14px,1.4vw,20px);line-height:1.15;display:block}html:has(body .friction-trigger) .friction-detail{border-top:1px solid #ffffff1f;grid-template-columns:auto 1fr;align-items:center;gap:14px;padding-top:14px;display:grid}html:has(body .friction-trigger) .friction-detail small{color:#cbb9ec;letter-spacing:.08em;text-transform:uppercase;font-size:7px;font-weight:820}html:has(body .friction-trigger) .friction-detail p{color:#ffffffb8;margin:0;font-size:9px;line-height:1.5}html:has(body .friction-trigger) .method-layout{gap:32px;display:grid}html:has(body .friction-trigger) .method-track{grid-template-columns:repeat(7,1fr);gap:18px;padding-top:10px;display:grid}html:has(body .friction-trigger) .method-step{border-top:1px solid var(--line);min-height:94px;padding-top:20px;position:relative}html:has(body .friction-trigger) .method-step:before{content:"";background:var(--purple);border-radius:50%;width:13px;height:13px;position:absolute;top:-7px;left:0}html:has(body .friction-trigger) .method-step:nth-child(5):before{background:var(--pink)}html:has(body .friction-trigger) .method-step small{color:var(--muted);margin-bottom:12px;font-size:7px;font-weight:800;display:block}html:has(body .friction-trigger) .method-step strong{font-size:9px;line-height:1.3}html:has(body .friction-trigger) .improvement-grid{grid-template-columns:repeat(3,1fr);gap:0 36px;margin-top:22px;display:grid}html:has(body .friction-trigger) .improvement-item{border-top:1px solid var(--line);padding:13px 0;font-size:11px;font-weight:650}html:has(body .friction-trigger) .diagnosis-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(30px,5vw,70px);padding:clamp(24px,3vw,38px);display:grid}html:has(body .friction-trigger) .diagnosis-card small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:11px;font-size:8px;font-weight:800;display:block}html:has(body .friction-trigger) .diagnosis-card h2{letter-spacing:-.04em;max-width:560px;margin:0;font-size:clamp(28px,3.1vw,46px);line-height:1.05}html:has(body .friction-trigger) .diagnosis-card p{color:var(--muted);margin:0;font-size:10px;line-height:1.55}html:has(body .friction-trigger) .diagnosis-right{align-content:center;gap:24px;display:grid}html:has(body .friction-trigger) .diagnosis-block strong{margin-bottom:7px;font-size:11px;display:block}html:has(body .friction-trigger) .diagnosis-point{border-top:1px solid var(--line);letter-spacing:-.025em;grid-column:1/-1;margin-top:20px;padding-top:18px;font-size:clamp(17px,1.8vw,25px);font-weight:720}html:has(body .friction-trigger) .proof-card{border-radius:var(--radius);background:var(--dark);color:#fff;grid-template-columns:1.3fr .55fr;gap:clamp(34px,6vw,76px);padding:clamp(28px,4vw,50px);display:grid}html:has(body .friction-trigger) .proof-card small{color:#ffffff9e;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;font-size:8px;font-weight:800;display:block}html:has(body .friction-trigger) .proof-card h2{letter-spacing:-.04em;max-width:820px;margin:0;font-size:clamp(28px,3.2vw,46px);line-height:1.08}html:has(body .friction-trigger) .proof-card p{color:#ffffffb3;margin:13px 0 0;font-size:10px}html:has(body .friction-trigger) .proof-link{margin-top:28px;font-size:10px;font-weight:750;display:inline-block}html:has(body .friction-trigger) .proof-preview{color:var(--ink);background:#f7f2fa;border-radius:13px;align-content:start;gap:14px;padding:18px;display:grid}html:has(body .friction-trigger) .proof-preview small{color:var(--muted)}html:has(body .friction-trigger) .proof-preview-box{aspect-ratio:1.25;background:#fff;border:1px solid #dfd5e8;border-radius:9px}html:has(body .friction-trigger) .proof-preview strong{font-size:9px}html:has(body .friction-trigger) .faq-layout{grid-template-columns:minmax(270px,.72fr) 1.28fr;align-items:center;gap:clamp(42px,8vw,110px);display:grid}html:has(body .friction-trigger) .faq-list{border-top:1px solid var(--line)}html:has(body .friction-trigger) .faq-list details{border-bottom:1px solid var(--line);overflow:hidden}html:has(body .friction-trigger) .faq-list summary{cursor:pointer;padding:17px 42px 17px 0;font-size:12px;font-weight:680;list-style:none;transition:color .22s;position:relative}html:has(body .friction-trigger) .faq-list summary:hover{color:var(--purple-strong)}html:has(body .friction-trigger) .faq-list summary::-webkit-details-marker{display:none}html:has(body .friction-trigger) .faq-list summary:before,html:has(body .friction-trigger) .faq-list summary:after{content:"";background:var(--purple);transform-origin:50%;width:12px;height:1px;transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .22s;position:absolute;top:50%;right:7px}html:has(body .friction-trigger) .faq-list summary:after{transform:rotate(90deg)}html:has(body .friction-trigger) .faq-list details[open] summary:after{opacity:0;transform:rotate(90deg)scaleX(0)}html:has(body .friction-trigger) .faq-answer{overflow:hidden}html:has(body .friction-trigger) .faq-answer-inner{padding:0 0 18px}html:has(body .friction-trigger) .faq-answer p{max-width:720px;color:var(--muted);margin:-2px 0 0;font-size:11px;line-height:1.6}html:has(body .friction-trigger) .related-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);margin-top:24px;padding:22px}html:has(body .friction-trigger) .related-card small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:8px;font-weight:800;display:block}html:has(body .friction-trigger) .related-card strong{letter-spacing:-.025em;max-width:430px;margin-bottom:13px;font-size:clamp(19px,2vw,27px);line-height:1.24;display:block}html:has(body .friction-trigger) .text-link{color:var(--purple-strong);font-size:11px;font-weight:720}html:has(body .friction-trigger) .start-layout{grid-template-columns:1.25fr .55fr;align-items:end;gap:clamp(44px,8vw,130px);display:grid}html:has(body .friction-trigger) .start-title{letter-spacing:-.055em;max-width:960px;margin:0;font-size:clamp(44px,5.6vw,82px);line-height:.98}html:has(body .friction-trigger) .start-copy{max-width:470px;color:var(--muted);margin:22px 0 28px;font-size:14px;line-height:1.6}html:has(body .friction-trigger) .start-aside{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:24px}html:has(body .friction-trigger) .start-aside small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;font-size:8px;font-weight:800;display:block}html:has(body .friction-trigger) .start-aside p{margin:0;font-size:12px;line-height:1.6}@media (width<=1000px){html:has(body .friction-trigger) .funnel-card{grid-template-columns:1.2fr .8fr}html:has(body .friction-trigger) .friction-grid{grid-template-columns:repeat(2,1fr)}html:has(body .friction-trigger) .method-track{grid-template-columns:repeat(4,1fr)}}@media (width<=760px){html:has(body .friction-trigger){--header-h:60px;--nav-h:56px}html:has(body .friction-trigger) .header-actions>a:not(.button){display:none}html:has(body .friction-trigger) .brand{max-width:60vw}html:has(body .friction-trigger) .button{min-height:38px;padding-inline:13px}html:has(body .friction-trigger) .section-nav-wrap{justify-content:flex-start}html:has(body .friction-trigger) .section-nav{border-radius:16px;width:100%;max-width:none;padding:5px}html:has(body .friction-trigger) .section-nav a{min-height:39px;padding-inline:12px;font-size:10px}html:has(body .friction-trigger) .scene-frame{padding-top:calc(var(--header-h) + 14px);padding-bottom:calc(var(--nav-h) + var(--safe-bottom) + 9px);gap:12px}html:has(body .friction-trigger) .scene-next{padding-top:8px}html:has(body .friction-trigger) .scene-next>span{display:none}html:has(body .friction-trigger) .scene-next a{margin-left:auto;font-size:10px}html:has(body .friction-trigger) .hero-grid{grid-template-columns:1fr;gap:10px}html:has(body .friction-trigger) .hero h1,html:has(body .friction-trigger) .start-title{font-size:clamp(35px,10.5vw,52px)}html:has(body .friction-trigger) .hero-copy{max-width:560px;font-size:12px}html:has(body .friction-trigger) .funnel-card{grid-template-columns:1.25fr .75fr;gap:10px;padding:14px}html:has(body .friction-trigger) .funnel-stage button{min-width:100px;min-height:31px;font-size:7px}html:has(body .friction-trigger) .funnel-stage small{font-size:6px}html:has(body .friction-trigger) .funnel-insight{padding:12px}html:has(body .friction-trigger) .funnel-insight strong{font-size:13px}html:has(body .friction-trigger) .funnel-insight p{font-size:7px}html:has(body .friction-trigger) .leakage-top{grid-template-columns:.8fr 1.2fr;gap:18px}html:has(body .friction-trigger) .stats-row{gap:12px}html:has(body .friction-trigger) .stat-copy{font-size:8px}html:has(body .friction-trigger) .friction-card{padding:14px}html:has(body .friction-trigger) .friction-grid{grid-template-columns:repeat(4,1fr);gap:6px}html:has(body .friction-trigger) .friction-trigger{min-height:56px;padding-left:12px}html:has(body .friction-trigger) .friction-trigger:before{width:5px;height:5px}html:has(body .friction-trigger) .friction-trigger span{font-size:5px}html:has(body .friction-trigger) .friction-trigger strong{font-size:9px}html:has(body .friction-trigger) .friction-detail p{font-size:7px}html:has(body .friction-trigger) .method-track{grid-template-columns:repeat(7,1fr);gap:7px}html:has(body .friction-trigger) .method-step{min-height:70px}html:has(body .friction-trigger) .method-step strong{font-size:7px}html:has(body .friction-trigger) .method-step small{font-size:6px}html:has(body .friction-trigger) .improvement-grid{gap:0 16px}html:has(body .friction-trigger) .improvement-item{padding:8px 0;font-size:8px}html:has(body .friction-trigger) .diagnosis-card{gap:18px;padding:18px}html:has(body .friction-trigger) .diagnosis-card h2{font-size:clamp(22px,5.5vw,32px)}html:has(body .friction-trigger) .diagnosis-card p{font-size:8px}html:has(body .friction-trigger) .proof-card{grid-template-columns:1.25fr .55fr;padding:18px}html:has(body .friction-trigger) .proof-card h2{font-size:clamp(22px,5.8vw,31px)}html:has(body .friction-trigger) .faq-layout,html:has(body .friction-trigger) .start-layout{grid-template-columns:1fr;gap:18px}html:has(body .friction-trigger) .start-copy{margin:12px 0 16px;font-size:10px}}@media (width<=500px){html:has(body .friction-trigger) .header-actions .button{width:40px;padding:0;font-size:0}html:has(body .friction-trigger) .header-actions .button span{font-size:16px}html:has(body .friction-trigger) .hero h1{font-size:clamp(32px,9.3vw,43px)}html:has(body .friction-trigger) .funnel-card{grid-template-columns:1.35fr .65fr}html:has(body .friction-trigger) .funnel-stage button{width:min(100%, var(--stage-w));min-width:84px;padding-inline:6px}html:has(body .friction-trigger) .leakage-top{grid-template-columns:.72fr 1.28fr}html:has(body .friction-trigger) .friction-grid{grid-template-columns:repeat(2,1fr)}html:has(body .friction-trigger) .method-track{grid-template-columns:repeat(4,1fr)}html:has(body .friction-trigger) .diagnosis-card{grid-template-columns:.85fr 1.15fr}html:has(body .friction-trigger) .proof-card{grid-template-columns:1fr .5fr}}@media (prefers-reduced-motion:reduce){html:has(body .friction-trigger){scroll-behavior:auto;scroll-snap-type:y proximity}html:has(body .friction-trigger) *,html:has(body .friction-trigger) :before,html:has(body .friction-trigger) :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html:has(body .friction-trigger) .story-scene{--copy-y:0px!important;--visual-y:0px!important;--deep-y:0px!important;--scene-opacity:1!important}html:has(body .friction-trigger) .scene-top,html:has(body .friction-trigger) .scene-next,html:has(body .friction-trigger) .scene-copy,html:has(body .friction-trigger) .scene-visual,html:has(body .friction-trigger) .scene-deep,html:has(body .friction-trigger) .story-scene:before{opacity:1!important;will-change:auto!important;transform:none!important}}@media print{html:has(body .friction-trigger){scroll-snap-type:none}html:has(body .friction-trigger) body{background:#fff}html:has(body .friction-trigger) .site-header,html:has(body .friction-trigger) .section-nav-wrap,html:has(body .friction-trigger) .scene-next,html:has(body .friction-trigger) .hero-actions,html:has(body .friction-trigger) .start-actions{display:none!important}html:has(body .friction-trigger) .story-scene{scroll-snap-align:none;height:auto;min-height:0;overflow:visible}html:has(body .friction-trigger) .scene-frame{height:auto;padding:36px 0;display:block}html:has(body .friction-trigger) .scene-main{display:block}html:has(body .friction-trigger) .scene-top,html:has(body .friction-trigger) .scene-copy,html:has(body .friction-trigger) .scene-visual,html:has(body .friction-trigger) .scene-deep{opacity:1!important;transform:none!important}}html:has(body .arch-node-btn){--bg:#fbf9fd;--surface:#fff;--surface-soft:#f7f2fb;--ink:#332d3e;--muted:#77707f;--line:#e8e1ec;--line-strong:#dcd3e2;--purple:#a98cdf;--purple-strong:#8468c2;--purple-soft:#f0e9fa;--pink:#ffbcc6;--dark:#312b3b;--page:1380px;--gutter:clamp(18px, 4vw, 64px);--header-h:68px;--nav-h:64px;--safe-bottom:max(12px, env(safe-area-inset-bottom));--radius:22px;--radius-sm:13px;--font:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif}html:has(body .arch-node-btn) *{box-sizing:border-box}html:has(body .arch-node-btn){scroll-behavior:smooth;scroll-snap-type:y mandatory;scroll-padding-top:var(--header-h);-webkit-text-size-adjust:100%;text-size-adjust:100%}html:has(body .arch-node-btn) body{background:var(--bg);min-width:320px;color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.5}html:has(body .arch-node-btn) a{color:inherit;text-underline-offset:.18em;text-decoration:none}html:has(body .arch-node-btn) a:hover{text-decoration:underline}html:has(body .arch-node-btn) button,html:has(body .arch-node-btn) input,html:has(body .arch-node-btn) textarea,html:has(body .arch-node-btn) select{font:inherit}html:has(body .arch-node-btn) button{color:inherit}html:has(body .arch-node-btn) :focus-visible{outline:3px solid var(--purple-strong);outline-offset:4px;border-radius:5px}html:has(body .arch-node-btn) .page-shell{width:min(calc(100% - (var(--gutter) * 2)), var(--page));margin-inline:auto}html:has(body .arch-node-btn) .skip-link{z-index:4000;background:var(--dark);color:#fff;border-radius:999px;padding:10px 14px;font-weight:700;position:fixed;top:10px;left:10px;transform:translateY(-180%)}html:has(body .arch-node-btn) .skip-link:focus{transform:translateY(0)}html:has(body .arch-node-btn) .site-header{z-index:1800;min-height:var(--header-h);-webkit-backdrop-filter:blur(16px);background:#fbf9fddb;border-bottom:1px solid #312b3c14;position:fixed;inset:0 0 auto}html:has(body .arch-node-btn) .header-row{min-height:var(--header-h);grid-template-columns:1fr auto;align-items:center;gap:24px;display:grid}html:has(body .arch-node-btn) .brand{letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:800;line-height:1;overflow:hidden}html:has(body .arch-node-btn) .header-actions{align-items:center;gap:20px;display:flex}html:has(body .arch-node-btn) .header-actions>a:not(.button){font-size:13px;font-weight:650}html:has(body .arch-node-btn) .button{border:1px solid var(--dark);background:var(--dark);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 17px;font-size:12px;font-weight:720;line-height:1;transition:transform .18s,opacity .18s;display:inline-flex}html:has(body .arch-node-btn) .button:hover{opacity:.93;text-decoration:none;transform:translateY(-1px)}html:has(body .arch-node-btn) .section-nav-wrap{z-index:1900;right:0;bottom:var(--safe-bottom);pointer-events:none;justify-content:center;padding-inline:10px;display:flex;position:fixed;left:0}html:has(body .arch-node-btn) .section-nav{scrollbar-width:none;overscroll-behavior-inline:contain;-webkit-backdrop-filter:blur(18px);pointer-events:auto;background:#ffffffe6;border:1px solid #312b3c24;border-radius:999px;align-items:center;gap:4px;max-width:min(1180px,100vw - 20px);padding:6px;display:flex;overflow-x:auto;box-shadow:0 16px 44px #312b3c14,0 2px 8px #312b3c0a}html:has(body .arch-node-btn) .section-nav::-webkit-scrollbar{display:none}html:has(body .arch-node-btn) .section-nav a{color:#5f5964;white-space:nowrap;border-radius:999px;flex:none;place-items:center;min-height:42px;padding:0 14px;font-size:11px;font-weight:680;transition:background-color .18s,color .18s;display:grid}html:has(body .arch-node-btn) .section-nav a:hover{background:#f1edf5;text-decoration:none}html:has(body .arch-node-btn) .section-nav a[aria-current=location]{color:#fff;background:#242225}html:has(body .arch-node-btn) .section-nav .nav-cta{color:var(--purple-strong);font-weight:780}html:has(body .arch-node-btn) .section-nav .nav-cta[aria-current=location]{color:#fff}html:has(body .arch-node-btn) .story-scene{--copy-y:0px;--visual-y:0px;--deep-y:0px;--scene-opacity:1;scroll-snap-align:start;scroll-snap-stop:always;isolation:isolate;height:100svh;min-height:100svh;position:relative;overflow:hidden}html:has(body .arch-node-btn) .story-scene:before{content:"";z-index:-2;aspect-ratio:1;width:min(38vw,560px);transform:translate3d(0, var(--deep-y), 0);pointer-events:none;background:radial-gradient(circle,#a98cdf14,#0000 69%);border-radius:50%;position:absolute;top:9%;right:-11%}html:has(body .arch-node-btn) .story-scene:nth-of-type(2n):before{background:radial-gradient(circle,#ffbcc614,#0000 69%);left:-12%;right:auto}html:has(body .arch-node-btn) .scene-frame{height:100%;padding-top:calc(var(--header-h) + clamp(16px, 2.6vh, 32px));padding-bottom:calc(var(--nav-h) + var(--safe-bottom) + clamp(12px, 1.8vh, 22px));grid-template-rows:auto minmax(0,1fr) auto;gap:clamp(14px,2.4vh,27px);display:grid}html:has(body .arch-node-btn) .scene-top,html:has(body .arch-node-btn) .scene-next,html:has(body .arch-node-btn) .scene-copy,html:has(body .arch-node-btn) .scene-visual,html:has(body .arch-node-btn) .scene-deep{opacity:var(--scene-opacity);will-change:transform, opacity}html:has(body .arch-node-btn) .scene-top,html:has(body .arch-node-btn) .scene-next,html:has(body .arch-node-btn) .scene-copy{transform:translate3d(0, var(--copy-y), 0)}html:has(body .arch-node-btn) .scene-visual{transform:translate3d(0, var(--visual-y), 0)}html:has(body .arch-node-btn) .scene-deep{transform:translate3d(0, var(--deep-y), 0)}html:has(body .arch-node-btn) .scene-top{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}html:has(body .arch-node-btn) .eyebrow,html:has(body .arch-node-btn) .scene-number{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:800;line-height:1.2}html:has(body .arch-node-btn) .eyebrow{margin:0}html:has(body .arch-node-btn) .scene-main{align-items:center;min-height:0;display:grid}html:has(body .arch-node-btn) .scene-next{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding-top:12px;display:flex}html:has(body .arch-node-btn) .scene-next span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:750}html:has(body .arch-node-btn) .scene-next a{font-size:11px;font-weight:720}html:has(body .arch-node-btn) .section-heading{letter-spacing:-.047em;max-width:920px;margin:0;font-size:clamp(34px,4.3vw,62px);font-weight:760;line-height:1.01}html:has(body .arch-node-btn) .section-intro{max-width:600px;color:var(--muted);margin:18px 0 0;font-size:clamp(14px,1.15vw,17px);line-height:1.56}html:has(body .arch-node-btn) .hero-main{grid-template-rows:auto minmax(0,1fr);gap:clamp(24px,3.4vh,36px);min-height:0;display:grid}html:has(body .arch-node-btn) .hero-grid{grid-template-columns:minmax(0,1.55fr) minmax(260px,.7fr);align-items:start;gap:clamp(36px,7vw,110px);display:grid}html:has(body .arch-node-btn) .hero h1{letter-spacing:-.058em;max-width:860px;margin:0;font-size:clamp(44px,5.5vw,82px);font-weight:770;line-height:.97}html:has(body .arch-node-btn) .hero-copy{max-width:390px;color:var(--muted);margin:8px 0 0;font-size:clamp(14px,1.25vw,18px);line-height:1.55}html:has(body .arch-node-btn) .hero-actions{margin-top:24px}html:has(body .arch-node-btn) .architecture-card{border-radius:var(--radius);background:var(--dark);color:#fff;grid-template-rows:auto minmax(0,1fr) auto;gap:18px;min-height:0;padding:clamp(22px,3vw,36px);display:grid}html:has(body .arch-node-btn) .architecture-label{color:#ffffff9e;letter-spacing:.09em;text-transform:uppercase;font-size:8px;font-weight:800}html:has(body .arch-node-btn) .architecture-flow{grid-template-columns:repeat(7,minmax(0,1fr));align-items:center;gap:9px;display:grid}html:has(body .arch-node-btn) .arch-node{position:relative}html:has(body .arch-node-btn) .arch-node:after{content:"";pointer-events:none;background:#ffffff47;width:9px;height:1px;position:absolute;top:50%;left:100%}html:has(body .arch-node-btn) .arch-node:last-child:after{display:none}html:has(body .arch-node-btn) .arch-node-btn{width:100%;min-height:48px;color:var(--dark);cursor:pointer;text-align:center;background:#fff;border:1px solid #0000;border-radius:9px;padding:8px 10px;font-size:8px;font-weight:780;transition:transform .18s,background-color .22s,color .22s,border-color .22s,box-shadow .22s}html:has(body .arch-node-btn) .arch-node-btn:hover{transform:translateY(-1px)}html:has(body .arch-node-btn) .arch-node-btn[aria-pressed=true]{background:var(--purple);color:#fff;box-shadow:0 10px 24px #a98cdf3d}html:has(body .arch-node-btn) .architecture-footer small{color:#cbb9ec;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:8px;font-weight:800;display:block}html:has(body .arch-node-btn) .architecture-footer strong{letter-spacing:-.025em;max-width:820px;margin-bottom:7px;font-size:clamp(17px,1.7vw,24px);line-height:1.22;display:block}html:has(body .arch-node-btn) .architecture-footer p{color:#ffffffb3;max-width:920px;margin:0;font-size:10px;line-height:1.5}html:has(body .arch-node-btn) .problem-layout{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);align-items:center;gap:clamp(42px,8vw,130px);display:grid}html:has(body .arch-node-btn) .problem-list{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:0 26px;margin:28px 0 0;padding:0;list-style:none;display:grid}html:has(body .arch-node-btn) .problem-list li{border-bottom:1px solid var(--line);margin:0;padding:0}html:has(body .arch-node-btn) .problem-trigger{width:100%;min-height:48px;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;padding:12px 0 12px 30px;font-size:12px;font-weight:520;line-height:1.35;transition:color .18s,background-color .18s,transform .18s;position:relative}html:has(body .arch-node-btn) .problem-trigger:hover{color:var(--purple-strong)}html:has(body .arch-node-btn) .problem-trigger:before{content:"";background:var(--purple);border-radius:50%;width:8px;height:8px;transition:transform .18s,box-shadow .18s,background-color .18s;position:absolute;top:18px;left:0}html:has(body .arch-node-btn) .problem-list li:nth-child(odd) .problem-trigger:before{background:var(--pink)}html:has(body .arch-node-btn) .problem-trigger[aria-pressed=true]{color:var(--purple-strong);font-weight:700}html:has(body .arch-node-btn) .problem-trigger[aria-pressed=true]:before{transform:scale(1.15);box-shadow:0 0 0 6px #a98cdf1f}html:has(body .arch-node-btn) .problem-list li:nth-child(odd) .problem-trigger[aria-pressed=true]:before{box-shadow:0 0 0 6px #ffbcc626}html:has(body .arch-node-btn) .judgement-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);padding:clamp(20px,2.4vw,28px)}html:has(body .arch-node-btn) .judgement-card h3{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:8px;font-weight:800}html:has(body .arch-node-btn) .judgement-issue{color:var(--ink);margin:0 0 18px;font-size:12px;font-weight:700}html:has(body .arch-node-btn) .judgement-row{margin-bottom:18px}html:has(body .arch-node-btn) .judgement-row:last-child{margin-bottom:0}html:has(body .arch-node-btn) .judgement-row strong{margin-bottom:8px;font-size:12px;display:block}html:has(body .arch-node-btn) .judgement-choice{grid-template-columns:1fr auto;align-items:center;gap:7px;display:grid}html:has(body .arch-node-btn) .choice-main,html:has(body .arch-node-btn) .choice-alt{text-align:center;border-radius:999px;place-items:center;min-height:30px;font-size:7px;font-weight:780;display:grid}html:has(body .arch-node-btn) .choice-main{border:1px solid var(--line);background:#fff}html:has(body .arch-node-btn) .choice-main.pink{background:var(--pink);border-color:var(--pink)}html:has(body .arch-node-btn) .choice-alt{min-width:54px;color:var(--muted)}html:has(body .arch-node-btn) .judgement-note{color:var(--muted);margin:8px 0 0;font-size:8px;line-height:1.45}html:has(body .arch-node-btn) .capability-layout{gap:34px;display:grid}html:has(body .arch-node-btn) .capability-grid{grid-template-columns:repeat(4,1fr);gap:0 28px;display:grid}html:has(body .arch-node-btn) .capability-item{border-top:1px solid var(--line);padding:14px 0;font-size:12px;font-weight:650}html:has(body .arch-node-btn) .principles-card{border-radius:var(--radius);background:var(--dark);color:#fff;grid-template-columns:repeat(4,1fr);gap:0;display:grid;overflow:hidden}html:has(body .arch-node-btn) .principle{border-right:1px solid #ffffff1c;min-height:250px;padding:28px}html:has(body .arch-node-btn) .principle:last-child{border-right:0}html:has(body .arch-node-btn) .principle-index{color:#bca6e6;margin-bottom:30px;font-size:8px;font-weight:800;display:block}html:has(body .arch-node-btn) .principle h3{letter-spacing:-.02em;margin:0 0 16px;font-size:16px;line-height:1.18}html:has(body .arch-node-btn) .principle p{color:#ffffffad;margin:0;font-size:9px;line-height:1.5}html:has(body .arch-node-btn) .principles-caption{letter-spacing:-.03em;border-top:1px solid #ffffff1c;grid-column:1/-1;padding:24px 28px;font-size:clamp(20px,2.4vw,34px);font-weight:760}html:has(body .arch-node-btn) .case-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);grid-template-rows:auto minmax(0,1fr);gap:clamp(18px,2.8vh,28px);min-height:0;padding:clamp(24px,3.4vw,44px);display:grid}html:has(body .arch-node-btn) .case-header{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;display:grid}html:has(body .arch-node-btn) .case-kicker{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:8px;font-weight:800}html:has(body .arch-node-btn) .case-title{letter-spacing:-.04em;max-width:850px;margin:0;font-size:clamp(27px,3.1vw,46px);line-height:1.08}html:has(body .arch-node-btn) .case-link{color:var(--purple-strong);white-space:nowrap;font-size:10px;font-weight:750}html:has(body .arch-node-btn) .case-builder{grid-template-columns:minmax(250px,.72fr) minmax(390px,1.28fr);gap:clamp(14px,2vw,24px);min-height:0;display:grid}html:has(body .arch-node-btn) .case-controls,html:has(body .arch-node-btn) .case-preview-shell{border:1px solid var(--line);border-radius:16px;min-height:0}html:has(body .arch-node-btn) .case-controls{background:#fff;grid-template-rows:auto auto minmax(0,1fr);gap:14px;padding:clamp(17px,2vw,24px);display:grid}html:has(body .arch-node-btn) .case-system-label,html:has(body .arch-node-btn) .case-preview-label{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:8px;font-weight:800}html:has(body .arch-node-btn) .case-options{gap:8px;display:grid}html:has(body .arch-node-btn) .case-option{border:1px solid var(--line);background:var(--purple-soft);cursor:pointer;text-align:left;border-radius:999px;min-height:38px;padding:8px 14px;font-size:10px;font-weight:720;transition:transform .2s,background-color .2s,border-color .2s}html:has(body .arch-node-btn) .case-option:hover{border-color:#cabbe2;transform:translate(2px)}html:has(body .arch-node-btn) .case-option[aria-pressed=true]{border-color:var(--pink);background:var(--pink)}html:has(body .arch-node-btn) .case-copy-panel[hidden]{display:none}html:has(body .arch-node-btn) .case-copy-panel small{color:var(--purple-strong);letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:7px;font-weight:800;display:block}html:has(body .arch-node-btn) .case-copy-panel h3{letter-spacing:-.025em;margin:0 0 8px;font-size:clamp(16px,1.5vw,21px);line-height:1.15}html:has(body .arch-node-btn) .case-copy-panel p{color:var(--muted);margin:0;font-size:9px;line-height:1.55}html:has(body .arch-node-btn) .case-facts{flex-wrap:wrap;gap:5px;margin-top:10px;display:flex}html:has(body .arch-node-btn) .case-facts span{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:5px 7px;font-size:7px;font-weight:680;line-height:1}html:has(body .arch-node-btn) .case-preview-shell{background:var(--dark);color:#fff;grid-template-rows:auto minmax(0,1fr);gap:12px;padding:clamp(16px,2vw,23px);display:grid}html:has(body .arch-node-btn) .case-preview-label{color:#ffffff9e}html:has(body .arch-node-btn) .case-preview{grid-template-columns:minmax(0,1.25fr) minmax(150px,.75fr);gap:12px;min-height:0;display:grid}html:has(body .arch-node-btn) .case-browser{background:#fff;border-radius:12px;min-height:0;transition:box-shadow .35s,transform .35s;overflow:hidden}html:has(body .arch-node-btn) .case-browser-bar{border-bottom:1px solid #ebe5ee;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:28px;padding:6px 9px;display:grid}html:has(body .arch-node-btn) .case-browser-dots{gap:4px;display:flex}html:has(body .arch-node-btn) .case-browser-dots span{background:#d7cfde;border-radius:50%;width:5px;height:5px}html:has(body .arch-node-btn) .case-browser-url{background:#eeeaf1;border-radius:999px;justify-self:center;width:48%;height:5px}html:has(body .arch-node-btn) .case-browser-status{background:var(--purple);border-radius:999px;width:17px;height:6px}html:has(body .arch-node-btn) .case-canvas{background:#faf8fc;grid-template-rows:34px minmax(64px,.76fr) minmax(48px,.54fr);grid-template-columns:.85fr 1.15fr;gap:8px;height:calc(100% - 28px);min-height:190px;padding:10px;display:grid}html:has(body .arch-node-btn) .case-ui-nav,html:has(body .arch-node-btn) .case-ui-search,html:has(body .arch-node-btn) .case-ui-hero,html:has(body .arch-node-btn) .case-ui-card{background:#fff;border:1px solid #e2dae7;transition:transform .36s cubic-bezier(.2,.8,.2,1),background-color .3s,border-color .3s,box-shadow .3s}html:has(body .arch-node-btn) .case-ui-nav{border-radius:8px;grid-column:1/-1;align-items:center;gap:7px;padding:7px 9px;display:flex}html:has(body .arch-node-btn) .case-ui-nav:before{content:"";background:var(--dark);border-radius:999px;width:34px;height:6px}html:has(body .arch-node-btn) .case-ui-nav:after{content:"";background:linear-gradient(90deg,#ddd6e3 0 18%,#0000 18% 25%,#ddd6e3 25% 43%,#0000 43% 50%,#ddd6e3 50% 69%,#0000 69% 76%,#ddd6e3 76% 100%);border-radius:999px;width:55%;height:5px;margin-left:auto}html:has(body .arch-node-btn) .case-ui-hero{background:radial-gradient(circle at 50% 43%,#e8def5 0 18%,#0000 18.5%),linear-gradient(#fff,#fff);border-radius:9px;grid-row:2/4}html:has(body .arch-node-btn) .case-ui-search{background:var(--pink);border-radius:9px}html:has(body .arch-node-btn) .case-ui-grid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}html:has(body .arch-node-btn) .case-ui-card{border-radius:7px}html:has(body .arch-node-btn) .case-ui-card:nth-child(2){background:#f0e9f9}html:has(body .arch-node-btn) .case-result{background:#ffffff12;border-radius:12px;align-content:center;gap:10px;padding:14px;display:grid}html:has(body .arch-node-btn) .case-result small{color:#cbb9ec;letter-spacing:.08em;text-transform:uppercase;font-size:7px;font-weight:820}html:has(body .arch-node-btn) .case-result strong{letter-spacing:-.025em;font-size:clamp(14px,1.3vw,19px);line-height:1.14}html:has(body .arch-node-btn) .case-result p{color:#ffffffad;margin:0;font-size:8px;line-height:1.5}html:has(body .arch-node-btn) .case-result-marks{gap:6px;display:grid}html:has(body .arch-node-btn) .case-result-marks span{color:#ffffffb3;align-items:center;gap:6px;font-size:7px;font-weight:680;display:flex}html:has(body .arch-node-btn) .case-result-marks span:before{content:"";background:var(--purple);border-radius:50%;width:6px;height:6px}html:has(body .arch-node-btn) .case-preview[data-state=challenge] .case-ui-nav{transform:translate(-5px)}html:has(body .arch-node-btn) .case-preview[data-state=challenge] .case-ui-hero{border-style:dashed;transform:translate(-4px,5px)}html:has(body .arch-node-btn) .case-preview[data-state=challenge] .case-ui-search{background:#f3edf7;border-style:dashed;transform:translate(7px,-4px)}html:has(body .arch-node-btn) .case-preview[data-state=challenge] .case-ui-card:first-child{transform:translateY(5px)}html:has(body .arch-node-btn) .case-preview[data-state=challenge] .case-ui-card:nth-child(2){transform:translateY(-4px)}html:has(body .arch-node-btn) .case-preview[data-state=challenge] .case-ui-card:nth-child(3){transform:translate(5px,3px)}html:has(body .arch-node-btn) .case-preview[data-state=contribution] .case-ui-nav{background:var(--purple-soft);border-color:#cbb9e8}html:has(body .arch-node-btn) .case-preview[data-state=contribution] .case-ui-search{border-color:var(--pink);background:var(--pink);box-shadow:0 7px 18px #ffbcc629}html:has(body .arch-node-btn) .case-preview[data-state=contribution] .case-ui-hero{border-color:#cabbe3}html:has(body .arch-node-btn) .case-preview[data-state=outcome] .case-browser{box-shadow:0 14px 35px #00000029}html:has(body .arch-node-btn) .case-preview[data-state=outcome] .case-ui-hero{background:radial-gradient(circle at 50% 43%, var(--pink) 0 18%, transparent 18.5%), linear-gradient(#fff, #fff)}html:has(body .arch-node-btn) .case-preview[data-state=outcome] .case-ui-search{background:var(--purple);border-color:var(--purple)}html:has(body .arch-node-btn) .faq-layout{grid-template-columns:minmax(270px,.72fr) 1.28fr;align-items:center;gap:clamp(42px,8vw,110px);display:grid}html:has(body .arch-node-btn) .faq-list{border-top:1px solid var(--line)}html:has(body .arch-node-btn) .faq-list details{border-bottom:1px solid var(--line);overflow:hidden}html:has(body .arch-node-btn) .faq-list summary{cursor:pointer;padding:17px 42px 17px 0;font-size:12px;font-weight:680;list-style:none;transition:color .22s;position:relative}html:has(body .arch-node-btn) .faq-list summary:hover{color:var(--purple-strong)}html:has(body .arch-node-btn) .faq-list summary::-webkit-details-marker{display:none}html:has(body .arch-node-btn) .faq-list summary:before,html:has(body .arch-node-btn) .faq-list summary:after{content:"";background:var(--purple);transform-origin:50%;width:12px;height:1px;transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .22s;position:absolute;top:50%;right:7px}html:has(body .arch-node-btn) .faq-list summary:after{transform:rotate(90deg)}html:has(body .arch-node-btn) .faq-list details[open] summary:after{opacity:0;transform:rotate(90deg)scaleX(0)}html:has(body .arch-node-btn) .faq-answer{overflow:hidden}html:has(body .arch-node-btn) .faq-answer-inner{padding:0 0 18px}html:has(body .arch-node-btn) .faq-answer p{max-width:720px;color:var(--muted);margin:-2px 0 0;font-size:11px;line-height:1.6}html:has(body .arch-node-btn) .related-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);margin-top:24px;padding:22px}html:has(body .arch-node-btn) .related-card small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:8px;font-weight:800;display:block}html:has(body .arch-node-btn) .related-card strong{letter-spacing:-.025em;max-width:430px;margin-bottom:13px;font-size:clamp(19px,2vw,27px);line-height:1.24;display:block}html:has(body .arch-node-btn) .text-link{color:var(--purple-strong);font-size:11px;font-weight:720}html:has(body .arch-node-btn) .start-layout{grid-template-columns:1.25fr .55fr;align-items:end;gap:clamp(44px,8vw,130px);display:grid}html:has(body .arch-node-btn) .start-title{letter-spacing:-.055em;max-width:960px;margin:0;font-size:clamp(44px,5.6vw,82px);line-height:.98}html:has(body .arch-node-btn) .start-copy{max-width:460px;color:var(--muted);margin:22px 0 28px;font-size:14px;line-height:1.6}html:has(body .arch-node-btn) .start-aside{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:24px}html:has(body .arch-node-btn) .start-aside small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;font-size:8px;font-weight:800;display:block}html:has(body .arch-node-btn) .start-aside p{margin:0;font-size:12px;line-height:1.6}@media (width<=1000px){html:has(body .arch-node-btn) .architecture-flow{grid-template-columns:repeat(4,1fr)}html:has(body .arch-node-btn) .arch-node:after{display:none}html:has(body .arch-node-btn) .principles-card{grid-template-columns:repeat(2,1fr)}html:has(body .arch-node-btn) .principle:nth-child(2){border-right:0}html:has(body .arch-node-btn) .principle:nth-child(-n+2){border-bottom:1px solid #ffffff1c}html:has(body .arch-node-btn) .case-builder{grid-template-columns:minmax(220px,.68fr) minmax(350px,1.32fr)}}@media (width<=760px){html:has(body .arch-node-btn){--header-h:60px;--nav-h:56px}html:has(body .arch-node-btn) .header-actions>a:not(.button){display:none}html:has(body .arch-node-btn) .brand{max-width:60vw}html:has(body .arch-node-btn) .button{min-height:38px;padding-inline:13px}html:has(body .arch-node-btn) .section-nav-wrap{justify-content:flex-start}html:has(body .arch-node-btn) .section-nav{border-radius:16px;width:100%;max-width:none;padding:5px}html:has(body .arch-node-btn) .section-nav a{min-height:39px;padding-inline:12px;font-size:10px}html:has(body .arch-node-btn) .scene-frame{padding-top:calc(var(--header-h) + 14px);padding-bottom:calc(var(--nav-h) + var(--safe-bottom) + 9px);gap:12px}html:has(body .arch-node-btn) .scene-next{padding-top:8px}html:has(body .arch-node-btn) .scene-next>span{display:none}html:has(body .arch-node-btn) .scene-next a{margin-left:auto;font-size:10px}html:has(body .arch-node-btn) .hero-grid{grid-template-columns:1fr;gap:10px}html:has(body .arch-node-btn) .hero h1,html:has(body .arch-node-btn) .start-title{font-size:clamp(35px,10.5vw,52px)}html:has(body .arch-node-btn) .hero-copy{max-width:560px;font-size:12px}html:has(body .arch-node-btn) .architecture-card{gap:11px;padding:14px}html:has(body .arch-node-btn) .architecture-flow{grid-template-columns:repeat(4,1fr);gap:5px}html:has(body .arch-node-btn) .arch-node-btn{min-height:34px;padding:5px;font-size:6px}html:has(body .arch-node-btn) .architecture-footer strong{font-size:12px}html:has(body .arch-node-btn) .architecture-footer p{font-size:7px}html:has(body .arch-node-btn) .problem-layout,html:has(body .arch-node-btn) .faq-layout,html:has(body .arch-node-btn) .start-layout{grid-template-columns:1fr;gap:18px}html:has(body .arch-node-btn) .problem-list{gap:0 15px;margin-top:14px}html:has(body .arch-node-btn) .problem-trigger{min-height:36px;padding:8px 0 8px 19px;font-size:9px}html:has(body .arch-node-btn) .problem-trigger:before{width:5px;height:5px;top:13px}html:has(body .arch-node-btn) .judgement-card{padding:15px}html:has(body .arch-node-btn) .judgement-issue{margin-bottom:12px;font-size:10px}html:has(body .arch-node-btn) .capability-grid{grid-template-columns:repeat(2,1fr);gap:0 18px}html:has(body .arch-node-btn) .capability-item{padding:9px 0;font-size:9px}html:has(body .arch-node-btn) .principles-card{grid-template-columns:repeat(2,1fr)}html:has(body .arch-node-btn) .principle{min-height:145px;padding:16px}html:has(body .arch-node-btn) .principle-index{margin-bottom:16px;font-size:6px}html:has(body .arch-node-btn) .principle h3{margin-bottom:9px;font-size:11px}html:has(body .arch-node-btn) .principle p{font-size:7px}html:has(body .arch-node-btn) .principles-caption{padding:14px 16px;font-size:16px}html:has(body .arch-node-btn) .case-card{gap:12px;padding:16px}html:has(body .arch-node-btn) .case-header{grid-template-columns:1fr auto;gap:12px}html:has(body .arch-node-btn) .case-title{font-size:clamp(20px,5.2vw,28px)}html:has(body .arch-node-btn) .case-link{font-size:7px}html:has(body .arch-node-btn) .case-builder{grid-template-columns:.68fr 1.32fr;gap:8px}html:has(body .arch-node-btn) .case-controls,html:has(body .arch-node-btn) .case-preview-shell{padding:10px}html:has(body .arch-node-btn) .case-option{min-height:27px;padding:5px 8px;font-size:7px}html:has(body .arch-node-btn) .case-copy-panel p,html:has(body .arch-node-btn) .case-facts{display:none}html:has(body .arch-node-btn) .case-copy-panel h3{margin:0;font-size:11px}html:has(body .arch-node-btn) .case-preview{grid-template-columns:1.25fr .75fr;gap:6px}html:has(body .arch-node-btn) .case-canvas{gap:4px;min-height:125px;padding:5px}html:has(body .arch-node-btn) .case-result{gap:6px;padding:7px}html:has(body .arch-node-btn) .case-result strong{font-size:9px}html:has(body .arch-node-btn) .case-result p{display:none}html:has(body .arch-node-btn) .case-result-marks span{font-size:5px}html:has(body .arch-node-btn) .faq-answer-inner{padding-bottom:12px}html:has(body .arch-node-btn) .start-copy{margin:12px 0 16px;font-size:10px}html:has(body .arch-node-btn) .start-aside{padding:14px}html:has(body .arch-node-btn) .start-aside p{font-size:9px}}@media (width<=500px){html:has(body .arch-node-btn) .header-actions .button{width:40px;padding:0;font-size:0}html:has(body .arch-node-btn) .header-actions .button span{font-size:16px}html:has(body .arch-node-btn) .hero h1{font-size:clamp(32px,9.3vw,43px)}html:has(body .arch-node-btn) .architecture-flow{grid-template-columns:repeat(3,1fr)}html:has(body .arch-node-btn) .arch-node-btn{min-height:30px}html:has(body .arch-node-btn) .case-header{grid-template-columns:1fr}html:has(body .arch-node-btn) .case-link{display:none}html:has(body .arch-node-btn) .case-builder{grid-template-columns:.63fr 1.37fr}html:has(body .arch-node-btn) .case-copy-panel h3{font-size:9px}}@media (prefers-reduced-motion:reduce){html:has(body .arch-node-btn){scroll-behavior:auto;scroll-snap-type:y proximity}html:has(body .arch-node-btn) *,html:has(body .arch-node-btn) :before,html:has(body .arch-node-btn) :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html:has(body .arch-node-btn) .story-scene{--copy-y:0px!important;--visual-y:0px!important;--deep-y:0px!important;--scene-opacity:1!important}html:has(body .arch-node-btn) .scene-top,html:has(body .arch-node-btn) .scene-next,html:has(body .arch-node-btn) .scene-copy,html:has(body .arch-node-btn) .scene-visual,html:has(body .arch-node-btn) .scene-deep,html:has(body .arch-node-btn) .story-scene:before{opacity:1!important;will-change:auto!important;transform:none!important}}@media print{html:has(body .arch-node-btn){scroll-snap-type:none}html:has(body .arch-node-btn) body{background:#fff}html:has(body .arch-node-btn) .site-header,html:has(body .arch-node-btn) .section-nav-wrap,html:has(body .arch-node-btn) .scene-next,html:has(body .arch-node-btn) .hero-actions,html:has(body .arch-node-btn) .start-actions{display:none!important}html:has(body .arch-node-btn) .story-scene{scroll-snap-align:none;height:auto;min-height:0;overflow:visible}html:has(body .arch-node-btn) .scene-frame{height:auto;padding:36px 0;display:block}html:has(body .arch-node-btn) .scene-main{display:block}html:has(body .arch-node-btn) .scene-top,html:has(body .arch-node-btn) .scene-copy,html:has(body .arch-node-btn) .scene-visual,html:has(body .arch-node-btn) .scene-deep{opacity:1!important;transform:none!important}}html:has(body .vital-button){--bg:#312b3b;--bg-soft:#2a2534;--surface:#231f2c;--surface-soft:#2f2937;--card:#f5f3f7;--card-soft:#f0ebf6;--ink:#f7f3fb;--ink-soft:#f7f3fbb8;--ink-muted:#f7f3fb8f;--line:#ffffff1f;--line-strong:#ffffff2e;--purple:#a98cdf;--purple-strong:#c7b3ee;--pink:#f6c1cb;--dark-ink:#332d3e;--page:1380px;--gutter:clamp(18px, 4vw, 64px);--header-h:68px;--nav-h:64px;--safe-bottom:max(12px, env(safe-area-inset-bottom));--radius:22px;--radius-sm:14px;--font:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif}html:has(body .vital-button) *{box-sizing:border-box}html:has(body .vital-button){scroll-behavior:smooth;scroll-snap-type:y mandatory;scroll-padding-top:var(--header-h);-webkit-text-size-adjust:100%;text-size-adjust:100%}html:has(body .vital-button) body{background:var(--bg);min-width:320px;color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.5}html:has(body .vital-button) a{color:inherit;text-underline-offset:.18em;text-decoration:none}html:has(body .vital-button) a:hover{text-decoration:underline}html:has(body .vital-button) button,html:has(body .vital-button) input,html:has(body .vital-button) textarea,html:has(body .vital-button) select{font:inherit}html:has(body .vital-button) button{color:inherit}html:has(body .vital-button) :focus-visible{outline:3px solid var(--purple-strong);outline-offset:4px;border-radius:6px}html:has(body .vital-button) .page-shell{width:min(calc(100% - (var(--gutter) * 2)), var(--page));margin-inline:auto}html:has(body .vital-button) .skip-link{z-index:5000;color:var(--dark-ink);background:#fff;border-radius:999px;padding:10px 14px;font-weight:700;position:fixed;top:10px;left:10px;transform:translateY(-180%)}html:has(body .vital-button) .skip-link:focus{transform:translateY(0)}html:has(body .vital-button) .site-header{z-index:1800;min-height:var(--header-h);-webkit-backdrop-filter:blur(16px);background:#312b3cc7;border-bottom:1px solid #ffffff14;position:fixed;inset:0 0 auto}html:has(body .vital-button) .header-row{min-height:var(--header-h);grid-template-columns:1fr auto;align-items:center;gap:24px;display:grid}html:has(body .vital-button) .brand{letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:800;line-height:1;overflow:hidden}html:has(body .vital-button) .header-actions{align-items:center;gap:20px;display:flex}html:has(body .vital-button) .header-actions>a:not(.button){font-size:13px;font-weight:650}html:has(body .vital-button) .button{min-height:42px;color:var(--dark-ink);background:#fff;border:1px solid #ffffff24;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:10px 17px;font-size:12px;font-weight:720;line-height:1;transition:transform .18s,opacity .18s;display:inline-flex}html:has(body .vital-button) .button:hover{opacity:.93;text-decoration:none;transform:translateY(-1px)}html:has(body .vital-button) .section-nav-wrap{z-index:1900;right:0;bottom:var(--safe-bottom);pointer-events:none;justify-content:center;padding-inline:10px;display:flex;position:fixed;left:0}html:has(body .vital-button) .section-nav{scrollbar-width:none;overscroll-behavior-inline:contain;-webkit-backdrop-filter:blur(18px);pointer-events:auto;background:#231f2cc7;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:4px;max-width:min(1180px,100vw - 20px);padding:6px;display:flex;overflow-x:auto;box-shadow:0 16px 44px #0000002e,0 2px 8px #00000014}html:has(body .vital-button) .section-nav::-webkit-scrollbar{display:none}html:has(body .vital-button) .section-nav a{color:#ffffffb3;white-space:nowrap;border-radius:999px;flex:none;place-items:center;min-height:42px;padding:0 14px;font-size:11px;font-weight:680;transition:background-color .18s,color .18s;display:grid}html:has(body .vital-button) .section-nav a:hover{background:#ffffff14;text-decoration:none}html:has(body .vital-button) .section-nav a[aria-current=location]{color:var(--dark-ink);background:#fff}html:has(body .vital-button) .section-nav .nav-cta{color:var(--purple-strong);font-weight:780}html:has(body .vital-button) .section-nav .nav-cta[aria-current=location]{color:var(--dark-ink)}html:has(body .vital-button) .story-scene{--copy-y:0px;--visual-y:0px;--deep-y:0px;--scene-opacity:1;scroll-snap-align:start;scroll-snap-stop:always;isolation:isolate;height:100svh;min-height:100svh;position:relative;overflow:hidden}html:has(body .vital-button) .story-scene:before{content:"";z-index:-2;aspect-ratio:1;width:min(38vw,560px);transform:translate3d(0, var(--deep-y), 0);pointer-events:none;background:radial-gradient(circle,#a98cdf17,#0000 69%);border-radius:50%;position:absolute;top:10%;right:-11%}html:has(body .vital-button) .story-scene:nth-of-type(2n):before{background:radial-gradient(circle,#f6c1cb14,#0000 69%);left:-12%;right:auto}html:has(body .vital-button) .scene-frame{height:100%;padding-top:calc(var(--header-h) + clamp(16px, 2.6vh, 32px));padding-bottom:calc(var(--nav-h) + var(--safe-bottom) + clamp(12px, 1.8vh, 22px));grid-template-rows:auto minmax(0,1fr) auto;gap:clamp(14px,2.4vh,27px);display:grid}html:has(body .vital-button) .scene-top,html:has(body .vital-button) .scene-next,html:has(body .vital-button) .scene-copy,html:has(body .vital-button) .scene-visual,html:has(body .vital-button) .scene-deep{opacity:var(--scene-opacity);will-change:transform, opacity}html:has(body .vital-button) .scene-top,html:has(body .vital-button) .scene-next,html:has(body .vital-button) .scene-copy{transform:translate3d(0, var(--copy-y), 0)}html:has(body .vital-button) .scene-visual{transform:translate3d(0, var(--visual-y), 0)}html:has(body .vital-button) .scene-deep{transform:translate3d(0, var(--deep-y), 0)}html:has(body .vital-button) .scene-top{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}html:has(body .vital-button) .eyebrow,html:has(body .vital-button) .scene-number{color:var(--ink-muted);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:800;line-height:1.2}html:has(body .vital-button) .eyebrow{margin:0}html:has(body .vital-button) .scene-main{align-items:center;min-height:0;display:grid}html:has(body .vital-button) .scene-next{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding-top:12px;display:flex}html:has(body .vital-button) .scene-next>span{color:var(--ink-muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:750}html:has(body .vital-button) .scene-next a{font-size:11px;font-weight:720}html:has(body .vital-button) .section-heading{letter-spacing:-.047em;max-width:960px;margin:0;font-size:clamp(34px,4.3vw,62px);font-weight:760;line-height:1.01}html:has(body .vital-button) .section-intro{max-width:620px;color:var(--ink-soft);margin:18px 0 0;font-size:clamp(14px,1.15vw,17px);line-height:1.56}html:has(body .vital-button) .hero-main{grid-template-rows:auto minmax(0,1fr);gap:clamp(24px,3.4vh,36px);min-height:0;display:grid}html:has(body .vital-button) .hero-grid{grid-template-columns:minmax(0,1.55fr) minmax(260px,.7fr);align-items:start;gap:clamp(36px,7vw,110px);display:grid}html:has(body .vital-button) .hero h1{letter-spacing:-.058em;max-width:860px;margin:0;font-size:clamp(44px,5.5vw,82px);font-weight:770;line-height:.97}html:has(body .vital-button) .hero-copy{max-width:420px;color:var(--ink-soft);margin:8px 0 0;font-size:clamp(14px,1.25vw,18px);line-height:1.55}html:has(body .vital-button) .hero-actions{margin-top:24px}html:has(body .vital-button) .cwv-card{border:1px solid var(--line-strong);background:#1c192459;border-radius:28px;grid-template-rows:auto auto minmax(0,1fr);gap:18px;min-height:0;padding:clamp(22px,3vw,36px);display:grid}html:has(body .vital-button) .cwv-label{color:var(--purple-strong);letter-spacing:.09em;text-transform:uppercase;font-size:8px;font-weight:800}html:has(body .vital-button) .vitals-grid{grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,26px);display:grid}html:has(body .vital-button) .vital-button{background:var(--card);min-height:168px;color:var(--dark-ink);cursor:pointer;text-align:left;border:1px solid #0000;border-radius:24px;align-content:start;padding:clamp(18px,2.4vw,28px);transition:transform .18s,box-shadow .22s,border-color .22s,background-color .22s;display:grid}html:has(body .vital-button) .vital-button:hover{transform:translateY(-1px)}html:has(body .vital-button) .vital-button.active{background:var(--purple);border-color:var(--purple);box-shadow:0 14px 30px #a98cdf33}html:has(body .vital-button) .vital-button.active,html:has(body .vital-button) .vital-button.active small,html:has(body .vital-button) .vital-button.active span,html:has(body .vital-button) .vital-button.active strong{color:var(--dark-ink)}html:has(body .vital-button) .vital-button small{color:#332d3e9e;letter-spacing:.09em;text-transform:uppercase;font-size:8px;font-weight:820}html:has(body .vital-button) .vital-button strong{letter-spacing:-.05em;margin:22px 0 8px;font-size:clamp(34px,4vw,60px);line-height:.92;display:block}html:has(body .vital-button) .vital-button span{color:#332d3ead;font-size:clamp(14px,1.2vw,18px);line-height:1.3}html:has(body .vital-button) .cwv-insight{grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(18px,2vw,28px);display:grid}html:has(body .vital-button) .cwv-results{border:1px solid var(--line);background:#ffffff08;border-radius:18px;padding:18px 20px}html:has(body .vital-button) .cwv-results small,html:has(body .vital-button) .rendering-path small,html:has(body .vital-button) .cw-detail-copy small{color:var(--ink-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:9px;font-size:8px;font-weight:800;display:block}html:has(body .vital-button) .result-comparison{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}html:has(body .vital-button) .result-box{border:1px solid var(--line);background:#ffffff05;border-radius:13px;padding:12px}html:has(body .vital-button) .result-box b{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px;font-size:8px;font-weight:800;display:block}html:has(body .vital-button) .result-box strong{letter-spacing:-.03em;font-size:clamp(22px,2vw,32px);line-height:1;display:block}html:has(body .vital-button) .result-box span{color:var(--ink-soft);margin-top:7px;font-size:8px;line-height:1.45;display:block}html:has(body .vital-button) .result-box.after strong{color:var(--purple-strong)}html:has(body .vital-button) .cw-detail-copy strong{letter-spacing:-.025em;margin-bottom:10px;font-size:clamp(18px,1.8vw,26px);line-height:1.14;display:block}html:has(body .vital-button) .cw-detail-copy p{max-width:700px;color:var(--ink-soft);margin:0;font-size:10px;line-height:1.6}html:has(body .vital-button) .rendering-path{gap:12px;padding-top:8px;display:grid}html:has(body .vital-button) .path-track{grid-template-columns:repeat(8,1fr);align-items:start;gap:10px;display:grid}html:has(body .vital-button) .path-node{color:var(--ink-soft);padding-top:18px;font-size:8px;line-height:1.3;position:relative}html:has(body .vital-button) .path-node:before{content:"";background:var(--purple);border-radius:50%;width:13px;height:13px;position:absolute;top:0;left:0;box-shadow:0 0 0 4px #a98cdf0f}html:has(body .vital-button) .path-node:after{content:"";background:#a98cdf6b;width:calc(100% - 6px);height:1px;position:absolute;top:6px;left:18px}html:has(body .vital-button) .path-node:last-child:after{display:none}html:has(body .vital-button) .path-node.hot:before{background:var(--pink)}html:has(body .vital-button) .path-node span{display:block}html:has(body .vital-button) .problems-layout{grid-template-rows:auto minmax(0,1fr);gap:24px;display:grid}html:has(body .vital-button) .problem-row{grid-template-columns:1fr auto;align-items:center;gap:clamp(18px,5vw,60px);display:grid}html:has(body .vital-button) .problem-equation{gap:14px;display:grid}html:has(body .vital-button) .pill-lines{flex-wrap:wrap;align-items:center;gap:10px 14px;display:flex}html:has(body .vital-button) .problem-pill{background:var(--card-soft);min-height:44px;color:var(--dark-ink);cursor:pointer;border:1px solid #ffffff24;border-radius:12px;padding:10px 18px;font-size:11px;font-weight:720;line-height:1;transition:transform .18s,background-color .22s,border-color .22s,box-shadow .22s}html:has(body .vital-button) .problem-pill:hover{transform:translateY(-1px)}html:has(body .vital-button) .problem-pill[aria-pressed=true]{background:var(--pink);border-color:var(--pink);box-shadow:0 12px 28px #f6c1cb29}html:has(body .vital-button) .equation-plus{color:var(--purple-strong);font-size:26px;font-weight:700;line-height:1}html:has(body .vital-button) .equation-result{letter-spacing:-.04em;text-align:left;max-width:300px;font-size:clamp(24px,2.8vw,44px);font-weight:760;line-height:1.02}html:has(body .vital-button) .diagnostic-wrap{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:start;gap:clamp(24px,4vw,56px);display:grid}html:has(body .vital-button) .module-column h3,html:has(body .vital-button) .diagnostic-summary h3{color:var(--purple-strong);letter-spacing:.09em;text-transform:uppercase;margin:0 0 16px;font-size:8px;font-weight:800}html:has(body .vital-button) .module-grid{border-top:1px solid var(--line);grid-template-columns:repeat(2,1fr);gap:0 56px;display:grid}html:has(body .vital-button) .module-button{border:0;border-bottom:1px solid var(--line);width:100%;min-height:98px;color:var(--ink);cursor:pointer;letter-spacing:-.03em;text-align:left;background:0 0;justify-content:flex-start;align-items:center;padding:16px 0;font-size:clamp(18px,2vw,34px);font-weight:710;line-height:1.08;transition:color .18s,transform .18s;display:flex}html:has(body .vital-button) .module-button:hover{color:var(--purple-strong);transform:translate(2px)}html:has(body .vital-button) .diagnostic-summary{border:1px solid var(--line);background:#ffffff08;border-radius:18px;padding:20px 22px}html:has(body .vital-button) .diagnostic-summary strong{letter-spacing:-.025em;margin-bottom:10px;font-size:clamp(18px,1.9vw,27px);line-height:1.12;display:block}html:has(body .vital-button) .diagnostic-summary p{color:var(--ink-soft);margin:0 0 12px;font-size:10px;line-height:1.6}html:has(body .vital-button) .diagnostic-summary ul{color:var(--ink-soft);margin:0;padding-left:18px;font-size:9px;line-height:1.55}html:has(body .vital-button) .duo-cards{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}html:has(body .vital-button) .duo-card{background:var(--card);color:var(--dark-ink);border-radius:18px;padding:clamp(22px,2.6vw,34px)}html:has(body .vital-button) .duo-card.soft{background:var(--card-soft)}html:has(body .vital-button) .duo-card small{color:#332d3e99;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:8px;font-weight:800;display:block}html:has(body .vital-button) .duo-card strong{letter-spacing:-.04em;margin-bottom:10px;font-size:clamp(24px,2.4vw,38px);line-height:1.04;display:block}html:has(body .vital-button) .duo-card p{color:#332d3eb8;margin:0;font-size:10px;line-height:1.6}html:has(body .vital-button) .delivery-grid{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:0 32px;margin-top:22px;display:grid}html:has(body .vital-button) .delivery-item{border-bottom:1px solid var(--line);padding:13px 0;font-size:11px;font-weight:650}html:has(body .vital-button) .process-card{border:1px solid var(--line-strong);background:#1c192459;border-radius:18px;grid-template-rows:auto minmax(0,1fr) auto;gap:18px;min-height:0;padding:clamp(24px,3.2vw,36px);display:grid}html:has(body .vital-button) .process-label{color:var(--purple-strong);letter-spacing:.09em;text-transform:uppercase;font-size:8px;font-weight:800}html:has(body .vital-button) .process-track{grid-template-columns:repeat(4,1fr);align-items:start;gap:18px;display:grid}html:has(body .vital-button) .process-step{padding-top:22px;position:relative}html:has(body .vital-button) .process-step:before{content:"";background:var(--purple);border-radius:50%;width:13px;height:13px;position:absolute;top:0;left:0;box-shadow:0 0 0 4px #a98cdf0f}html:has(body .vital-button) .process-step:after{content:"";background:#a98cdf6b;width:calc(100% - 8px);height:1px;position:absolute;top:6px;left:18px}html:has(body .vital-button) .process-step:last-child:after{display:none}html:has(body .vital-button) .process-step small{color:var(--ink-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:7px;font-weight:820;display:block}html:has(body .vital-button) .process-step strong{letter-spacing:-.03em;margin-bottom:8px;font-size:clamp(20px,2vw,32px);line-height:1.08;display:block}html:has(body .vital-button) .process-step p{color:var(--ink-soft);margin:0;font-size:9px;line-height:1.55}html:has(body .vital-button) .process-card em{letter-spacing:-.02em;font-size:clamp(18px,1.7vw,26px);font-style:normal;line-height:1.2}html:has(body .vital-button) .faq-layout{grid-template-columns:minmax(270px,.72fr) 1.28fr;align-items:center;gap:clamp(42px,8vw,110px);display:grid}html:has(body .vital-button) .faq-list{border-top:1px solid var(--line)}html:has(body .vital-button) .faq-list details{border-bottom:1px solid var(--line);overflow:hidden}html:has(body .vital-button) .faq-list summary{cursor:pointer;padding:17px 42px 17px 0;font-size:12px;font-weight:680;list-style:none;transition:color .22s;position:relative}html:has(body .vital-button) .faq-list summary:hover{color:var(--purple-strong)}html:has(body .vital-button) .faq-list summary::-webkit-details-marker{display:none}html:has(body .vital-button) .faq-list summary:before,html:has(body .vital-button) .faq-list summary:after{content:"";background:var(--purple);transform-origin:50%;width:12px;height:1px;transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .22s;position:absolute;top:50%;right:7px}html:has(body .vital-button) .faq-list summary:after{transform:rotate(90deg)}html:has(body .vital-button) .faq-list details[open] summary:after{opacity:0;transform:rotate(90deg)scaleX(0)}html:has(body .vital-button) .faq-answer{overflow:hidden}html:has(body .vital-button) .faq-answer-inner{padding:0 0 18px}html:has(body .vital-button) .faq-answer p{max-width:720px;color:var(--ink-soft);margin:-2px 0 0;font-size:11px;line-height:1.6}html:has(body .vital-button) .related-card{border:1px solid var(--line);background:#ffffff08;border-radius:18px;margin-top:24px;padding:22px}html:has(body .vital-button) .related-card small,html:has(body .vital-button) .start-aside small{color:var(--ink-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:8px;font-weight:800;display:block}html:has(body .vital-button) .related-card strong{letter-spacing:-.025em;max-width:430px;margin-bottom:13px;font-size:clamp(19px,2vw,27px);line-height:1.24;display:block}html:has(body .vital-button) .text-link{color:var(--purple-strong);font-size:11px;font-weight:720}html:has(body .vital-button) .start-layout{grid-template-columns:1.25fr .55fr;align-items:end;gap:clamp(44px,8vw,130px);display:grid}html:has(body .vital-button) .start-title{letter-spacing:-.055em;max-width:960px;margin:0;font-size:clamp(44px,5.6vw,82px);line-height:.98}html:has(body .vital-button) .start-copy{max-width:470px;color:var(--ink-soft);margin:22px 0 28px;font-size:14px;line-height:1.6}html:has(body .vital-button) .start-aside{border:1px solid var(--line);background:#ffffff08;border-radius:18px;padding:24px}html:has(body .vital-button) .start-aside p{color:var(--ink-soft);margin:0;font-size:12px;line-height:1.6}html:has(body .vital-button) .modal{z-index:3000;-webkit-backdrop-filter:blur(10px);background:#0d0b128f;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}html:has(body .vital-button) .modal[open]{display:flex}html:has(body .vital-button) .modal-panel{border:1px solid var(--line-strong);background:#211d29;border-radius:24px;width:min(860px,100%);max-height:min(84svh,840px);padding:clamp(20px,3vw,34px);overflow:auto;box-shadow:0 30px 70px #0000004d}html:has(body .vital-button) .modal-top{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}html:has(body .vital-button) .modal-top small{color:var(--purple-strong);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:8px;font-weight:800;display:block}html:has(body .vital-button) .modal-top h2{letter-spacing:-.04em;margin:0;font-size:clamp(26px,2.4vw,40px);line-height:1.05}html:has(body .vital-button) .modal-close{border:1px solid var(--line);width:42px;height:42px;color:var(--ink);cursor:pointer;background:0 0;border-radius:50%;flex:none;font-size:18px}html:has(body .vital-button) .modal-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}html:has(body .vital-button) .modal-block{border:1px solid var(--line);background:#ffffff05;border-radius:16px;padding:18px}html:has(body .vital-button) .modal-block small{color:var(--ink-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:8px;font-weight:800;display:block}html:has(body .vital-button) .modal-block p,html:has(body .vital-button) .modal-block ul{color:var(--ink-soft);margin:0;font-size:10px;line-height:1.6}html:has(body .vital-button) .modal-block ul{padding-left:18px}html:has(body .vital-button) .modal-block li+li{margin-top:6px}@media (width<=1100px){html:has(body .vital-button) .vitals-grid{grid-template-columns:repeat(3,1fr)}html:has(body .vital-button) .path-track{grid-template-columns:repeat(4,1fr);row-gap:18px}html:has(body .vital-button) .path-node:nth-child(4):after,html:has(body .vital-button) .path-node:nth-child(8):after{display:none}html:has(body .vital-button) .diagnostic-wrap{grid-template-columns:1fr}html:has(body .vital-button) .process-track{grid-template-columns:repeat(2,1fr);row-gap:24px}html:has(body .vital-button) .process-step:nth-child(2):after,html:has(body .vital-button) .process-step:nth-child(4):after{display:none}}@media (width<=760px){html:has(body .vital-button){--header-h:60px;--nav-h:56px}html:has(body .vital-button) .header-actions>a:not(.button){display:none}html:has(body .vital-button) .brand{max-width:60vw}html:has(body .vital-button) .button{min-height:38px;padding-inline:13px}html:has(body .vital-button) .section-nav-wrap{justify-content:flex-start}html:has(body .vital-button) .section-nav{border-radius:16px;width:100%;max-width:none;padding:5px}html:has(body .vital-button) .section-nav a{min-height:39px;padding-inline:12px;font-size:10px}html:has(body .vital-button) .scene-frame{padding-top:calc(var(--header-h) + 14px);padding-bottom:calc(var(--nav-h) + var(--safe-bottom) + 9px);gap:12px}html:has(body .vital-button) .scene-next{padding-top:8px}html:has(body .vital-button) .scene-next>span{display:none}html:has(body .vital-button) .scene-next a{margin-left:auto;font-size:10px}html:has(body .vital-button) .hero-grid{grid-template-columns:1fr;gap:10px}html:has(body .vital-button) .hero h1,html:has(body .vital-button) .start-title{font-size:clamp(35px,10.5vw,52px)}html:has(body .vital-button) .hero-copy{max-width:560px;font-size:12px}html:has(body .vital-button) .cwv-card,html:has(body .vital-button) .process-card{gap:12px;padding:14px}html:has(body .vital-button) .vitals-grid{gap:8px}html:has(body .vital-button) .vital-button{border-radius:16px;min-height:110px;padding:12px}html:has(body .vital-button) .vital-button strong{margin-top:14px;font-size:28px}html:has(body .vital-button) .vital-button span{font-size:10px}html:has(body .vital-button) .cwv-insight{grid-template-columns:1fr;gap:10px}html:has(body .vital-button) .result-box{padding:10px}html:has(body .vital-button) .result-box strong{font-size:20px}html:has(body .vital-button) .cw-detail-copy p,html:has(body .vital-button) .diagnostic-summary p,html:has(body .vital-button) .diagnostic-summary ul,html:has(body .vital-button) .duo-card p,html:has(body .vital-button) .process-step p,html:has(body .vital-button) .faq-answer p,html:has(body .vital-button) .start-aside p{font-size:8px}html:has(body .vital-button) .path-track{grid-template-columns:repeat(4,1fr);gap:8px}html:has(body .vital-button) .path-node{font-size:7px}html:has(body .vital-button) .problem-row{grid-template-columns:1fr;align-items:start}html:has(body .vital-button) .equation-result{max-width:none;font-size:22px}html:has(body .vital-button) .pill-lines{gap:8px 10px}html:has(body .vital-button) .problem-pill{min-height:34px;padding:8px 12px;font-size:8px}html:has(body .vital-button) .module-grid{gap:0 20px}html:has(body .vital-button) .module-button{min-height:72px;font-size:16px}html:has(body .vital-button) .duo-cards,html:has(body .vital-button) .delivery-grid,html:has(body .vital-button) .faq-layout,html:has(body .vital-button) .start-layout,html:has(body .vital-button) .modal-grid{grid-template-columns:1fr}html:has(body .vital-button) .duo-card{padding:16px}html:has(body .vital-button) .duo-card strong{font-size:19px}html:has(body .vital-button) .delivery-item{padding:9px 0;font-size:8px}html:has(body .vital-button) .process-track{grid-template-columns:repeat(2,1fr);gap:14px}html:has(body .vital-button) .process-step strong{font-size:15px}html:has(body .vital-button) .related-card strong{font-size:18px}html:has(body .vital-button) .start-copy{margin:12px 0 16px;font-size:10px}}@media (width<=500px){html:has(body .vital-button) .header-actions .button{width:40px;padding:0;font-size:0}html:has(body .vital-button) .header-actions .button span{font-size:16px}html:has(body .vital-button) .hero h1{font-size:clamp(32px,9.3vw,43px)}html:has(body .vital-button) .vitals-grid{grid-template-columns:1fr 1fr 1fr}html:has(body .vital-button) .vital-button{min-height:92px;padding:10px}html:has(body .vital-button) .vital-button strong{font-size:24px}html:has(body .vital-button) .vital-button span{font-size:9px}html:has(body .vital-button) .path-track{grid-template-columns:repeat(2,1fr)}html:has(body .vital-button) .path-node:nth-child(2):after,html:has(body .vital-button) .path-node:nth-child(4):after,html:has(body .vital-button) .path-node:nth-child(6):after,html:has(body .vital-button) .path-node:nth-child(8):after{display:none}html:has(body .vital-button) .module-grid{grid-template-columns:1fr}html:has(body .vital-button) .module-button{min-height:52px;font-size:14px}html:has(body .vital-button) .process-track{grid-template-columns:1fr}html:has(body .vital-button) .process-step:after{display:none}}@media (prefers-reduced-motion:reduce){html:has(body .vital-button){scroll-behavior:auto;scroll-snap-type:y proximity}html:has(body .vital-button) *,html:has(body .vital-button) :before,html:has(body .vital-button) :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html:has(body .vital-button) .story-scene{--copy-y:0px!important;--visual-y:0px!important;--deep-y:0px!important;--scene-opacity:1!important}html:has(body .vital-button) .scene-top,html:has(body .vital-button) .scene-next,html:has(body .vital-button) .scene-copy,html:has(body .vital-button) .scene-visual,html:has(body .vital-button) .scene-deep,html:has(body .vital-button) .story-scene:before{opacity:1!important;will-change:auto!important;transform:none!important}}@media print{html:has(body .vital-button){scroll-snap-type:none}html:has(body .vital-button) body{color:#000;background:#fff}html:has(body .vital-button) .site-header,html:has(body .vital-button) .section-nav-wrap,html:has(body .vital-button) .scene-next,html:has(body .vital-button) .hero-actions,html:has(body .vital-button) .start-actions,html:has(body .vital-button) .modal{display:none!important}html:has(body .vital-button) .story-scene{scroll-snap-align:none;height:auto;min-height:0;overflow:visible}html:has(body .vital-button) .scene-frame{height:auto;padding:36px 0;display:block}html:has(body .vital-button) .scene-main{display:block}html:has(body .vital-button) .scene-top,html:has(body .vital-button) .scene-copy,html:has(body .vital-button) .scene-visual,html:has(body .vital-button) .scene-deep{opacity:1!important;transform:none!important}}
