:root{--ink:#172238;--muted:#526078;--blue:#2448d8;--blue-dark:#1736ad;--line:#cfd7e5;--paper:#fbfcfe;--ice:#edf3fc;--mono:ui-monospace,SFMono-Regular,Consolas,monospace;--radius:24px;color-scheme:light}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-underline-offset:5px}
button,input,textarea,select{font:inherit}
button,a,input,textarea,select,summary{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
img{max-width:100%;height:auto;display:block}
p{margin:0 0 1.3em}
h1,h2,h3{margin:0;font-weight:400;line-height:1.08;letter-spacing:-.045em}
h1{font-size:clamp(3.5rem,6.6vw,6.5rem);font-weight:350;line-height:1.04}
h1 span,h2 span{color:var(--blue)}
h2{font-size:clamp(2.2rem,3.5vw,3.7rem)}
h3{font-size:1.6rem;letter-spacing:-.03em}
button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--blue);outline-offset:5px}
::selection{background:#d6e2ff;color:var(--ink)}
[hidden]{display:none!important}
.skip-link{position:fixed;top:12px;left:20px;transform:translateY(-160%);z-index:100;background:var(--ink);color:white;padding:12px 20px;border-radius:8px}
.skip-link:focus{transform:none}
.section{max-width:1376px;margin:0 auto;padding:0 48px}
.site-header{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px max(32px,calc((100vw - 1280px)/2));position:sticky;top:0;z-index:30;background:rgba(251,252,254,.94);border-bottom:1px solid rgba(207,215,229,.65)}
@supports(backdrop-filter:blur(16px)){.site-header{background:rgba(251,252,254,.82);backdrop-filter:blur(16px)}}
.brand{display:inline-flex;gap:10px;align-items:center;text-decoration:none;flex-shrink:0;line-height:1.1}
.brand-logo{width:48px;height:48px;object-fit:contain}
.brand>span{font-size:23px;letter-spacing:-.055em;font-weight:550}
.brand strong{display:block;font-size:11px;letter-spacing:.15em;text-transform:uppercase;font-weight:500;margin-top:5px}
#site-nav{display:flex;align-items:center;gap:25px}
#site-nav a{display:inline-flex;align-items:center;min-height:44px;font-size:14px;font-weight:500;text-decoration:none;position:relative;white-space:nowrap}
#site-nav a[aria-current=page]:not(.nav-cta){color:var(--blue)}
#site-nav a:not(.nav-cta)::after{content:"";height:2px;position:absolute;bottom:6px;left:0;right:0;transform:scaleX(0);transform-origin:left;background:var(--blue);transition:transform .2s}
#site-nav a[aria-current=page]::after,#site-nav a:hover::after{transform:scaleX(1)}
#site-nav .nav-cta{padding:0 20px;border:1px solid var(--ink);border-radius:999px;min-height:44px;transition:background .2s,color .2s}
#site-nav .nav-cta:hover,#site-nav .nav-cta[aria-current=page]{background:var(--ink);color:white}
.menu-toggle{display:none;background:none;border:1px solid var(--line);border-radius:50%;width:48px;height:48px;align-items:center;justify-content:center;flex-direction:column;gap:6px;flex-shrink:0}
.menu-toggle span{display:block;width:19px;height:1.5px;background:var(--ink);transition:transform .2s}
.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.75px) rotate(45deg)}
.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.75px) rotate(-45deg)}
.eyebrow,.mono{font-family:var(--mono);font-size:11px;line-height:1.6;letter-spacing:.12em;font-weight:400;text-transform:uppercase}
.eyebrow{color:var(--muted);margin-bottom:24px}
.lede{font-size:clamp(1.05rem,1.45vw,1.24rem);line-height:1.65;color:var(--muted);max-width:600px}
.button-row{display:flex;align-items:center;gap:26px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;gap:23px;min-height:52px;border:1px solid transparent;padding:13px 24px;border-radius:999px;text-decoration:none;font-size:15px;line-height:1.45;font-weight:500;transition:background .2s,box-shadow .2s,transform .2s}
.button span{font-size:20px;line-height:1}
.button-primary{background:var(--blue);color:white;box-shadow:0 4px 12px rgba(36,72,216,.1)}
.button-primary:hover{background:var(--blue-dark);box-shadow:0 6px 20px rgba(36,72,216,.2);transform:translateY(-2px)}
.button-outline{background:transparent;border-color:var(--ink);color:var(--ink)}
.button-outline:hover{background:var(--ink);color:white}
.text-link{display:inline-flex;align-items:center;gap:18px;min-height:44px;font-size:15px;font-weight:500;text-decoration:none}
.text-link span{font-size:20px;transition:transform .2s}
.text-link:hover{text-decoration:underline}
.text-link:hover span{transform:translate(2px,-2px)}
.small-note{font-size:13px;line-height:1.65;color:var(--muted)}
.hero{display:grid;grid-template-columns:1.02fr 1fr;align-items:center;gap:8px;min-height:760px;padding:72px 0 84px;position:relative}
.hero .eyebrow{font-size:10px;letter-spacing:.1em;display:flex;gap:9px;align-items:center;margin-bottom:30px}
.status-dot{height:6px;width:6px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 4px #e5ecff;flex:none}
.hero h1{font-size:clamp(4.4rem,7.2vw,7.05rem);line-height:1;letter-spacing:-.065em;margin-left:-5px}
.hero .lede{max-width:470px;margin-top:30px;margin-bottom:30px}
.hero-footnote{font-family:var(--mono);font-size:10px;letter-spacing:.035em;color:var(--muted);margin:48px 0 0}
.hero-footnote span{margin:0 14px;color:#8a96af}
.hero-visual{position:relative;align-self:center;margin:0 -22px 0 -10px;min-width:0}
.sculpture-stage{transform:perspective(1000px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));transition:transform .25s ease-out}
.sculpture{width:100%;mix-blend-mode:multiply}
.hero-visual figcaption{display:flex;justify-content:space-between;align-items:center;margin:0 28px;color:var(--muted);font-size:12px}
.hero-visual figcaption .mono{font-size:9px}
.hero-visual figcaption i{font-style:normal;color:var(--blue);margin:0 10px}
.visual-note{position:absolute;bottom:68px;left:0;display:flex;gap:14px;align-items:center;padding:18px 22px;background:rgba(255,255,255,.86);border:1px solid white;border-radius:16px;box-shadow:0 12px 42px rgba(56,81,133,.08);backdrop-filter:blur(12px)}
.visual-note p{font-size:13px;line-height:1.6;margin:0;color:var(--muted)}
.visual-note strong{color:var(--ink);font-weight:500}
.note-symbol{font-size:30px;font-weight:300;color:var(--blue)}
.project-guide{display:grid;grid-template-columns:.75fr 1.25fr;gap:64px;padding:56px;background:linear-gradient(135deg,#edf3fc,#f4f7fd 60%,#eef2fa);border:1px solid #e0e6f1;border-radius:8px 56px 8px 56px;margin:0 0 100px;scroll-margin-top:24px}
.guide-intro h2{margin-bottom:22px}
.guide-intro>p:not(.eyebrow){max-width:310px;color:var(--muted)}
.guide-intro .eyebrow{font-size:10px}
.guide-intro .guide-privacy{font-size:12px;margin-top:40px;max-width:265px}
.quiet-button,.motion-toggle{min-height:44px;color:var(--muted);background:none;border:0;padding:8px 0;font-size:12px;text-decoration:underline;text-underline-offset:4px}
.quiet-button{display:inline-flex;gap:16px;align-items:center}
fieldset{border:0;padding:0;margin:0 0 24px;min-width:0}
legend{font-size:15px;font-weight:500;margin-bottom:14px;padding:0}
.step-label{font-family:var(--mono);font-size:11px;color:var(--blue);margin-right:10px}
.goal-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.stage-options{display:flex;gap:8px}
.choice{position:relative;cursor:pointer;display:block;flex:1;min-width:0}
.choice input{position:absolute;opacity:0;width:1px;height:1px}
.choice>span{display:flex;align-items:center;justify-content:space-between;gap:6px;min-height:55px;height:100%;padding:12px 14px;background:rgba(255,255,255,.72);border:1px solid #b7c3d8;border-radius:12px;font-size:13px;color:var(--muted);transition:border .15s,background .15s,box-shadow .15s}
.choice i{font-size:17px;font-style:normal}
.choice input:checked+span{color:var(--blue-dark);border-color:var(--blue);background:#fff;box-shadow:inset 0 0 0 1px var(--blue),0 3px 10px rgba(36,72,216,.04)}
.choice input:focus-visible+span{outline:3px solid var(--blue);outline-offset:4px}
.choice:hover>span{background:#fff;border-color:var(--blue)}
.stage-options .choice>span{justify-content:center;text-align:center;min-height:48px;font-size:12px;padding:10px}
.guide-result{border-top:1px solid #c5d0e4;padding-top:24px;margin-top:30px}
.guide-result .eyebrow{font-size:10px;color:var(--blue);margin-bottom:12px}
.guide-result h3{font-size:26px;margin-bottom:14px}
.guide-result p:not(.eyebrow){color:var(--muted);font-size:14px}
.next-steps{list-style:none;margin:20px 0 24px;padding:0;counter-reset:steps;display:flex;gap:16px}
.next-steps li{flex:1;font-size:12px;line-height:1.5;counter-increment:steps}
.next-steps li::before{content:"0" counter(steps);display:block;font-family:var(--mono);font-size:10px;color:var(--blue);margin-bottom:7px}
.guide-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.guide-actions .button{font-size:13px;padding:12px 18px;gap:16px}
.guide-actions .text-link{font-size:13px}
.guide-result .small-note{font-size:12px!important;margin:14px 0 0}
.page-section{padding-top:80px;padding-bottom:90px}
.page-heading{margin-bottom:64px}
.page-heading .lede{margin:26px 0 0}
.page-heading .button{margin-top:30px}
.service-grid{display:grid;grid-template-columns:1.05fr .95fr;column-gap:48px;row-gap:20px;align-items:start}
.service-card{padding:38px 40px 32px;border:1px solid #d8e0ee;border-radius:8px 36px 8px 8px;background:linear-gradient(125deg,#f0f4fd,#f8fafd);min-height:410px;display:flex;flex-direction:column;position:relative}
.service-card:nth-child(2){margin-top:74px;border-radius:36px 8px 8px 8px;background:linear-gradient(120deg,#f5f5fa,#f1f2f8)}
.service-card:nth-child(3){margin-top:-24px;background:#f3f6f9;border-radius:8px 8px 8px 36px}
.service-card:nth-child(4){margin-top:50px;border-radius:8px 8px 36px 8px;background:linear-gradient(120deg,#edf3fc,#f4f8fe)}
.card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px;color:var(--muted)}
.card-top .mono{font-size:9px;letter-spacing:.08em}
.card-symbol{font-size:32px;line-height:1;color:var(--blue);font-weight:300}
.service-card h2{font-size:clamp(2rem,3.1vw,3.2rem);margin-bottom:22px}
.service-card>p{font-size:15px;max-width:400px;color:var(--muted)}
.tags{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-wrap:wrap;gap:7px}
.tags li{font-family:var(--mono);font-size:9px;line-height:1.5;padding:6px 8px;border:1px solid #c9d3e3;border-radius:6px;color:var(--muted)}
.service-card .text-link{margin-top:auto;align-self:flex-start}
.service-card[data-highlight=true]{outline:2px solid var(--blue);outline-offset:5px}
.context-note{border-left:2px solid var(--blue);padding:12px 20px;background:var(--ice);margin-bottom:35px;color:var(--ink);font-size:14px}
.page-end{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:40px 0 0;margin-top:64px;border-top:1px solid var(--line)}
.page-end p{color:var(--muted);margin:0;font-size:18px;line-height:1.7}
.page-end strong{color:var(--ink);font-weight:400}
.section-heading{margin:70px 0 40px}
.section-heading .eyebrow{margin-bottom:18px}
.approach-heading h1{max-width:1030px;color:var(--blue)}
.approach-heading .lede{max-width:580px}
.approach-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding-top:26px}
.approach-intro{position:sticky;top:140px;align-self:start}
.approach-intro h2{margin-bottom:22px}
.approach-intro>p:not(.eyebrow){color:var(--muted);max-width:310px}
.topic-list{border-top:1px solid var(--line)}
.topic-list details{border-bottom:1px solid var(--line)}
.topic-list summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:24px;padding:28px 0;min-height:82px}
.topic-list summary::-webkit-details-marker{display:none}
.topic-list h3{font-size:clamp(1.25rem,2vw,1.8rem);line-height:1.3;letter-spacing:-.035em}
.detail-number{font-family:var(--mono);font-size:11px;color:var(--blue);align-self:center;width:26px;flex:none}
.detail-plus{margin-left:auto;color:var(--blue);font-size:28px;font-weight:300;line-height:1;transition:transform .2s}
.topic-list details[open] .detail-plus{transform:rotate(45deg)}
.detail-content{padding:0 48px 26px 50px;color:var(--muted);max-width:860px;font-size:16px}
.detail-content p:last-child{margin-bottom:0}
.detail-deliverable{font-size:14px!important;padding-top:16px;border-top:1px solid #e0e6f0;color:var(--ink)}
.detail-deliverable strong{font-weight:500}
.process-list summary{padding:30px 0}
.process-list h3{font-size:32px}
.why-heading{display:grid;grid-template-columns:1.4fr 1fr;gap:60px;align-items:end;margin-bottom:78px}
.why-heading .page-heading{margin:0}
.why-heading h1{font-size:clamp(3.7rem,6.2vw,6rem)}
.why-intro{padding-bottom:6px}
.why-intro .lede{color:var(--ink);font-size:23px;line-height:1.45;margin-bottom:18px}
.why-intro>p:not(.lede){color:var(--muted);max-width:400px}
.why-intro .button{margin-top:8px}
.principles{display:grid;grid-template-columns:1fr 1fr;column-gap:75px;row-gap:48px}
.principle{padding-top:28px;border-top:1px solid var(--line)}
.principle .eyebrow{color:var(--blue);margin-bottom:28px}
.principle h2{font-size:clamp(2rem,3vw,2.8rem);margin-bottom:20px}
.principle>p:last-child{max-width:490px;color:var(--muted);margin-bottom:0}
.site-footer{max-width:1280px;margin:0 auto;padding:48px 0 24px;border-top:1px solid var(--line)}
.footer-top{display:flex;justify-content:space-between;gap:32px;align-items:center;padding-bottom:42px}
.footer-top p{margin:0;font-size:16px;line-height:1.6;color:var(--muted)}
.footer-bottom{border-top:1px solid #e1e6ef;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:20px}
.footer-bottom p{font-size:11px;line-height:1.6;color:var(--muted);margin:0}
.motion-toggle{padding:0 12px;border:1px solid var(--line);border-radius:999px;min-height:40px;font-size:11px;text-decoration:none}
.motion-toggle[aria-pressed=true]{border-color:var(--blue);color:var(--blue)}
.motion-ready .reveal{transition:opacity .5s ease,transform .5s ease}
.motion-ready .reveal:not(.visible){opacity:0;transform:translateY(14px)}
html[data-reduced-motion=true]{scroll-behavior:auto}
html[data-reduced-motion=true] *,html[data-reduced-motion=true] *::before,html[data-reduced-motion=true] *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
html[data-reduced-motion=true] .reveal{opacity:1;transform:none}
html[data-reduced-motion=true] .sculpture-stage{transform:none}
@media(min-width:1440px){.hero{min-height:820px}}
@media(max-width:1375px){.site-footer{margin-left:48px;margin-right:48px}}
@media(max-width:1120px){.site-header{padding:16px 32px}#site-nav{gap:17px}.section{padding-left:32px;padding-right:32px}.site-footer{margin-left:32px;margin-right:32px}.hero{min-height:690px}.hero h1{font-size:7.5vw}.hero .button-row{gap:14px}.hero .button{padding:13px 20px;font-size:14px}.hero .text-link{font-size:14px}.hero-visual{margin-left:-8px;margin-right:-16px}.visual-note{padding:14px 16px;bottom:65px;left:12px}.visual-note p{font-size:11px}.project-guide{padding:40px;gap:40px}.goal-options{gap:8px}.choice>span{font-size:12px}.service-grid{gap:24px}.service-card{padding:30px}.why-heading{gap:38px}.footer-top .text-link{font-size:14px}}
@media(max-width:960px){.site-header{min-height:86px;flex-wrap:wrap;gap:8px}#site-nav{width:100%;flex-wrap:wrap;justify-content:center;padding-top:10px}.nav-ready .menu-toggle{display:flex}.nav-ready #site-nav{display:none;flex-direction:column;align-items:stretch;gap:3px;padding:16px 0 10px}.nav-ready #site-nav.open{display:flex}.nav-ready #site-nav a{padding:10px 16px;min-height:48px}.nav-ready #site-nav a:not(.nav-cta)::after{display:none}.nav-ready #site-nav a[aria-current=page]:not(.nav-cta){background:var(--ice);border-radius:8px}.nav-ready #site-nav .nav-cta{align-self:flex-start;margin-top:8px;padding:8px 22px}.hero{padding:55px 0 72px;min-height:640px;gap:0}.hero h1{font-size:8.2vw}.hero .eyebrow{max-width:290px;line-height:1.8}.hero .lede{font-size:16px}.hero-footnote{font-size:9px;max-width:310px}.hero-footnote span{margin:0 5px}.hero-visual figcaption{margin:0 18px}.hero-visual figcaption>span:last-child{font-size:10px}.hero-visual figcaption i{margin:0 4px}.visual-note{left:8px;bottom:44px}.project-guide{grid-template-columns:1fr;gap:24px}.guide-intro>p:not(.eyebrow){max-width:540px}.guide-intro h2 br{display:none}.guide-intro h2 br::after{content:" "}.guide-intro .guide-privacy{margin-top:0;font-size:12px;max-width:100%}.guide-intro .eyebrow{margin-bottom:18px}.guide-intro h2{margin-bottom:20px}.guide-intro .quiet-button{margin-top:-8px}.choice>span{font-size:14px}.stage-options .choice>span{font-size:13px}.project-guide form{max-width:100%;width:100%}.service-card{min-height:430px}.service-card h2{font-size:33px}.why-heading{grid-template-columns:1fr;gap:28px}.why-heading h1{font-size:8.7vw}.why-intro>p:not(.lede){max-width:600px}.principles{column-gap:40px}.approach-layout{gap:40px;grid-template-columns:.8fr 1.2fr}.detail-content{padding-left:0;padding-right:12px}.topic-list summary{gap:16px}.footer-top{flex-wrap:wrap}.footer-top>.text-link{margin-left:auto}.page-section{padding-top:62px}}
@media(max-width:680px){html{scroll-padding-top:94px}.section{padding-left:20px;padding-right:20px}.site-header{padding:12px 20px;min-height:82px}.brand-logo{width:44px;height:44px}.brand>span{font-size:22px}.brand strong{font-size:10px}.hero{grid-template-columns:1fr;padding:40px 0 48px;min-height:0}.hero .eyebrow{max-width:none;font-size:9px;margin-bottom:27px}.hero h1{font-size:clamp(3.8rem,14.5vw,6rem);margin-left:-3px}.hero .lede{font-size:17px;margin-top:26px;max-width:470px}.hero .button-row{gap:10px 22px}.hero .button{font-size:14px}.hero .text-link{font-size:14px}.hero-footnote{margin-top:26px;max-width:none;font-size:9px}.hero-visual{max-width:500px;width:100%;margin:12px auto 0}.sculpture{width:92%;margin:auto}.hero-visual figcaption{margin:0 10px}.hero-visual figcaption>span:last-child{font-size:11px}.visual-note{left:4px;bottom:36px;padding:12px 16px;border-radius:12px}.visual-note p{font-size:11px}.note-symbol{font-size:25px}.project-guide{padding:28px 20px;border-radius:8px 30px 8px 30px;gap:26px;margin-bottom:60px}.guide-intro h2{font-size:36px;letter-spacing:-.05em}.guide-intro h2 br{display:block}.guide-intro>p:not(.eyebrow){font-size:15px}.guide-intro .guide-privacy{font-size:12px!important;margin-top:24px}.goal-options{grid-template-columns:1fr}.choice>span{font-size:14px;min-height:54px;padding:13px 15px}.stage-options{flex-direction:column;gap:8px}.stage-options .choice>span{justify-content:flex-start;font-size:14px;padding:12px 15px;min-height:50px}.guide-result{margin-top:24px}.guide-result h3{font-size:25px}.next-steps{gap:12px}.next-steps li{font-size:11px}.guide-actions{gap:8px 20px}.guide-actions .button{min-height:52px;font-size:14px}.page-section{padding-top:44px;padding-bottom:60px}.page-heading{margin-bottom:38px}.page-heading h1{font-size:clamp(2.8rem,10.5vw,4.4rem)}.page-heading .eyebrow{font-size:10px;letter-spacing:.09em;margin-bottom:23px}.page-heading .lede{font-size:17px;margin-top:25px}.service-grid{grid-template-columns:1fr;gap:20px}.service-card,.service-card:nth-child(n){margin:0;min-height:0;padding:27px 25px}.service-card:nth-child(even){margin-left:10px}.service-card:nth-child(odd){margin-right:10px}.service-card h2{font-size:37px}.service-card>p{font-size:16px}.tags li{font-size:9px}.card-top{margin-bottom:22px}.service-card .text-link{font-size:14px}.page-end{align-items:flex-start;flex-direction:column;gap:18px;margin-top:40px;padding-top:30px}.page-end p{font-size:17px}.section-heading{margin:48px 0 24px}.section-heading h2{font-size:33px}.topic-list summary{padding:23px 0;gap:12px;min-height:80px}.topic-list h3{font-size:20px}.detail-number{width:20px;font-size:10px}.detail-content{font-size:16px;padding-bottom:24px;padding-right:0}.detail-plus{font-size:26px}.approach-heading h1{font-size:clamp(2.8rem,11vw,4.2rem);max-width:530px}.approach-layout{grid-template-columns:1fr;gap:32px;padding-top:10px}.approach-intro{position:static}.approach-intro h2{font-size:35px}.approach-intro>p:not(.eyebrow){max-width:450px}.process-list h3{font-size:29px}.why-heading{margin-bottom:44px;gap:28px}.why-heading h1{font-size:clamp(2.9rem,10.8vw,4.4rem)}.why-intro .lede{font-size:22px}.principles{grid-template-columns:1fr;row-gap:32px}.principle{padding-top:24px}.principle .eyebrow{margin-bottom:20px}.principle h2{font-size:32px}.site-footer{margin:0 20px;padding:32px 0 20px}.footer-top{gap:27px;align-items:flex-start;padding-bottom:28px}.footer-top>.brand{width:100%}.footer-top p{font-size:14px}.footer-top>.text-link{margin:0;max-width:220px;font-size:14px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:12px;padding-top:20px}.footer-bottom p{font-size:10px}.motion-toggle{min-height:44px}.button:hover{transform:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.motion-ready .reveal:not(.visible){opacity:1;transform:none}.sculpture-stage{transform:none}}
@media(forced-colors:active){.choice input{position:static;opacity:1;width:auto;height:auto}.choice{display:flex;gap:8px;align-items:center}.choice>span{flex:1}.choice input:checked+span{outline:2px solid Highlight}.button,.visual-note,.service-card{border:1px solid ButtonText}.sculpture{mix-blend-mode:normal}.motion-ready .reveal{opacity:1;transform:none}}
