:root{--primary:#00274c;--secondary:#ffcb05;--accent:#2f65a7;--surface:#fff;--ink:#0b1220;--muted:#556070;--soft:#eaf2fb;--soft-rgb:234 242 251;--primary-rgb:0 39 76;--secondary-rgb:255 203 5;--accent-rgb:47 101 167;--surface-rgb:255 255 255;--ink-rgb:11 18 32;--header-height:74px;--radius-xl:28px;--radius-lg:20px;--radius-md:14px;--shadow-soft:0 30px 90px #00274c14;--shadow-card:0 18px 46px #0b122014;--container:min(1160px, calc(100vw - 44px));--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px;scroll-padding-top:calc(var(--header-height) + 18px)}body{min-height:100vh;color:var(--ink);background:linear-gradient(180deg, #fff, #f7fafffa 30rem, #fff 100%), linear-gradient(140deg, rgb(var(--soft-rgb) / .65), transparent 36rem);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}body.menu-open,body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}[hidden]{display:none!important}::selection{background:var(--secondary);color:var(--primary)}.skip-link{z-index:2000;background:var(--surface);color:var(--primary);box-shadow:var(--shadow-card);border-radius:999px;padding:.72rem 1rem;transition:transform .18s;position:fixed;top:14px;left:14px;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.motion-bg{z-index:-3;pointer-events:none;width:100vw;height:100vh;position:fixed;inset:0}.ambient-noise{z-index:-2;pointer-events:none;opacity:.07;background-image:linear-gradient(#ffffff7a 1px,#0000 1px),linear-gradient(90deg,#00274c0d 1px,#0000 1px);background-size:32px 32px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000 0% 40%,#0000 92%);mask-image:linear-gradient(#000 0% 40%,#0000 92%)}.site-header{z-index:1000;width:var(--container);border:1px solid rgb(var(--primary-rgb) / .08);background:rgb(var(--surface-rgb) / .78);-webkit-backdrop-filter:blur(16px)saturate(145%);backdrop-filter:blur(16px)saturate(145%);border-radius:18px;justify-content:space-between;align-items:center;min-height:60px;padding:.6rem .75rem .6rem 1rem;transition:box-shadow .22s,background .22s,border-color .22s,transform .22s;display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 18px 42px #0b122014}.site-header.is-scrolled{background:rgb(var(--surface-rgb) / .92);border-color:rgb(var(--primary-rgb) / .1);box-shadow:0 14px 36px #0b12201a}.brand{align-items:center;gap:.75rem;min-width:0;font-weight:800;display:inline-flex}.brand-mark{object-fit:cover;width:5.25rem;height:2.45rem;box-shadow:inset 0 0 0 1px rgb(var(--secondary-rgb) / .3);border-radius:15px;flex:none}.brand-copy{min-width:0;line-height:1.04;display:grid}.brand-name{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.02em;font-size:1rem;overflow:hidden}.brand-tag{color:var(--muted);margin-top:.18rem;font-size:.74rem;font-weight:650}.menu-toggle{border:1px solid rgb(var(--primary-rgb) / .08);background:rgb(var(--surface-rgb) / .98);min-height:44px;color:var(--primary);letter-spacing:.01em;border-radius:14px;align-items:center;gap:.7rem;padding:0 .95rem;font-size:.86rem;font-weight:800;display:inline-flex;box-shadow:0 10px 24px #0b122014}.menu-icon{gap:5px;width:18px;display:inline-grid;position:relative}.menu-icon i{background:currentColor;border-radius:99px;width:18px;height:2px;transition:transform .16s,opacity .16s;display:block}.site-header.menu-open .menu-icon i:first-child{transform:translateY(3.5px)rotate(45deg)}.site-header.menu-open .menu-icon i:last-child{transform:translateY(-3.5px)rotate(-45deg)}.site-menu{border:1px solid rgb(var(--primary-rgb) / .08);background:rgb(var(--surface-rgb) / .98);width:min(310px,100vw - 40px);box-shadow:var(--shadow-card);opacity:0;pointer-events:none;transform-origin:100% 0;-webkit-backdrop-filter:blur(16px)saturate(150%);backdrop-filter:blur(16px)saturate(150%);border-radius:20px;padding:.7rem;transition:opacity .16s,transform .16s;display:grid;position:absolute;top:calc(100% + 12px);right:0;transform:translateY(-8px)scale(.98)}.site-header.menu-open .site-menu{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.site-menu a{min-height:46px;color:var(--ink);border-radius:14px;justify-content:space-between;align-items:center;padding:0 .95rem;font-size:.94rem;font-weight:760;display:flex}.site-menu a:hover,.site-menu a:focus-visible{background:rgb(var(--primary-rgb) / .05);outline:none}.site-menu a:after{content:"→";color:var(--accent)}.site-menu .menu-cta{background:var(--primary);color:var(--surface);margin-top:.4rem}.site-menu .menu-cta:after{color:var(--secondary)}.section{padding:6rem 0;position:relative}.section+.section{border-top:1px solid rgb(var(--primary-rgb) / .06)}.hero{border-top:0;align-items:center;min-height:100vh;padding-top:8rem;display:grid}.compact{padding:2rem 0}.section-inner{width:var(--container);margin:0 auto}.split-grid,.faq-grid{align-items:center;gap:clamp(2rem,5vw,5rem);display:grid}.split-grid{grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr)}.faq-grid{grid-template-columns:minmax(240px,.82fr) minmax(0,1.18fr);align-items:start}.eyebrow{color:rgb(var(--primary-rgb) / .92);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.45rem;margin:0 0 1rem;font-size:.78rem;font-weight:850;display:inline-flex}.eyebrow:before{content:"";background:var(--secondary);width:.5rem;height:.5rem;box-shadow:0 0 0 5px rgb(var(--secondary-rgb) / .18);border-radius:50%}h1,h2,h3,p{margin-top:0}h1{max-width:12.5ch;color:var(--primary);letter-spacing:0;margin-bottom:1.3rem;font-size:5.4rem;line-height:1}h2{color:var(--primary);letter-spacing:0;margin-bottom:1rem;font-size:3.6rem;line-height:.98}h3{color:var(--primary);letter-spacing:0;margin-bottom:.7rem;font-size:1.24rem}.lede,.section-heading p,.split-copy p,.cta-card p,.modal-lede,.feature-card p,.timeline-item p,.faq-list p,.site-footer p,.cookie-copy p{color:var(--muted);line-height:1.72}.lede{max-width:660px;margin-bottom:2rem;font-size:clamp(1.05rem,2vw,1.22rem)}.hero-actions{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.btn{border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;min-height:48px;padding:0 1.15rem;font-weight:800;line-height:1;transition:transform .16s,box-shadow .16s,border-color .16s,background .16s;display:inline-flex;position:relative}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{color:var(--surface);background:#4f46e5;box-shadow:0 16px 32px #4f46e52e}.btn-primary:after{content:"→";color:#ffffffdb;margin-left:.58rem}.btn-secondary{border-color:rgb(var(--primary-rgb) / .12);background:rgb(var(--surface-rgb) / .92);color:var(--primary);box-shadow:0 10px 24px #0b12200f}.btn-ghost{border-color:rgb(var(--primary-rgb) / .12);color:var(--primary);background:0 0}.text-link{color:var(--primary);align-items:center;gap:.55rem;margin-top:.8rem;font-weight:800;display:inline-flex}.text-link:after{content:"→";color:var(--accent)}.trust-strip span{border:1px solid rgb(var(--primary-rgb) / .09);background:rgb(var(--surface-rgb) / .82);min-height:36px;color:var(--primary);border-radius:999px;align-items:center;padding:0 .85rem;font-size:.82rem;font-weight:750;display:inline-flex;box-shadow:0 8px 18px #0b12200a}.trust-strip span:before{content:"";background:var(--accent);border-radius:50%;width:.38rem;height:.38rem;margin-right:.5rem}.glass-card,.feature-card,.stat-card,.cta-card,.timeline-item,.faq-list details,.theme-board{border:1px solid rgb(var(--primary-rgb) / .08);background:rgb(var(--surface-rgb) / .9);box-shadow:var(--shadow-card)}.stat-card strong{color:var(--primary);letter-spacing:-.04em;font-size:1.55rem;line-height:1;display:block}.stat-card span{color:var(--muted);margin-top:.35rem;font-size:.78rem;font-weight:720;display:block}.trust-strip{flex-wrap:wrap;justify-content:center;gap:.72rem;padding:.35rem 0;display:flex}.section-heading{max-width:760px;margin-bottom:2.3rem}.section-heading.center{text-align:center;margin-inline:auto}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.feature-card{border-radius:var(--radius-lg);min-height:240px;padding:1.35rem}.feature-card span{background:rgb(var(--soft-rgb) / .92);width:2.3rem;height:2.3rem;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;font-size:.78rem;font-weight:900;display:inline-flex}.feature-card p{margin-bottom:0}.theme-board{border-radius:var(--radius-xl);grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;padding:1rem;display:grid}.swatch{min-height:210px;color:var(--surface);border-radius:20px;flex-direction:column;justify-content:space-between;padding:1rem;display:flex;overflow:hidden}.swatch span{z-index:1;font-weight:850;position:relative}.swatch code{z-index:1;color:currentColor;background:#0000002e;border-radius:999px;width:max-content;padding:.4rem .55rem;font-size:.78rem;position:relative}.swatch.primary{background:linear-gradient(180deg, rgb(var(--primary-rgb) / .92), var(--primary))}.swatch.secondary{background:linear-gradient(180deg, rgb(var(--secondary-rgb) / .92), var(--secondary));color:var(--primary)}.swatch.accent{background:linear-gradient(180deg, rgb(var(--accent-rgb) / .92), var(--accent))}.swatch.surface{background:var(--surface);color:var(--primary);border:1px solid rgb(var(--primary-rgb) / .08)}.swatch.surface code{background:rgb(var(--primary-rgb) / .08)}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.stat-card{border-radius:var(--radius-lg);min-height:150px;padding:1.2rem}.stat-card strong{font-size:clamp(2rem,4vw,3rem)}.timeline{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.timeline-item{border-radius:var(--radius-lg);min-height:250px;padding:1.4rem;position:relative;overflow:hidden}.timeline-item>span{background:rgb(var(--soft-rgb) / .95);width:3rem;height:3rem;color:var(--primary);border-radius:999px;place-items:center;margin-bottom:3rem;font-weight:950;display:inline-grid}.timeline-item:after{content:"";background:rgb(var(--secondary-rgb) / .18);border-radius:50%;width:120px;height:120px;position:absolute;top:-40px;right:-40px}.sticky-heading{position:sticky;top:120px}.faq-list{gap:.8rem;display:grid}.faq-list details{border-radius:18px;padding:1rem 1.1rem}.faq-list summary{color:var(--primary);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;font-weight:850;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";background:rgb(var(--soft-rgb) / .95);width:1.7rem;height:1.7rem;color:var(--accent);border-radius:50%;flex:none;place-items:center;display:inline-grid}.faq-list details[open] summary:after{content:"–"}.faq-list p{margin:.75rem 0 0}.cta-section{padding:clamp(2.5rem,5vw,3.75rem) 0}.cta-card{border-radius:var(--radius-xl);background:linear-gradient(90deg, rgb(var(--secondary-rgb) / .18), transparent 42%), linear-gradient(135deg, rgb(var(--primary-rgb) / .98), rgb(var(--accent-rgb) / .9));max-width:1040px;color:var(--surface);text-align:left;margin:0 auto;padding:clamp(1.45rem,4vw,2.5rem);position:relative;overflow:hidden}.cta-card:after{content:"";background:var(--secondary);width:min(42%,320px);height:8px;position:absolute;inset:auto 0 0 auto}.cta-card h2{max-width:760px;color:var(--surface);letter-spacing:0;margin-bottom:.8rem;font-size:clamp(1.8rem,3.4vw,3rem)}.cta-card p{color:#ffffffd1;max-width:680px}.cta-card .eyebrow{color:#ffffffe6}.cta-card .eyebrow:before{background:var(--secondary);box-shadow:0 0 0 5px rgb(var(--secondary-rgb) / .22)}.cta-card .hero-actions{margin-top:1.4rem}.cta-card .btn-primary{background:var(--secondary);color:var(--primary);box-shadow:0 16px 32px #00000029}.cta-card .btn-primary:after{color:rgb(var(--primary-rgb) / .76)}.cta-card .btn-secondary{color:var(--surface);box-shadow:none;background:#ffffff1a;border-color:#ffffff3d}.site-footer{color:var(--muted);padding:3rem 0 2rem}.footer-inner{width:var(--container);border-top:1px solid rgb(var(--primary-rgb) / .08);grid-template-columns:minmax(18rem,1fr) minmax(18rem,auto);align-items:start;gap:1.3rem;margin:0 auto;padding:1.4rem 0;display:grid}.footer-inner>*{min-width:0}.footer-inner strong{color:var(--primary)}.footer-inner p{max-width:480px;margin-bottom:0}.footer-inner small{grid-column:1/-1}.footer-links{flex-wrap:wrap;justify-content:flex-end;gap:.9rem;min-width:0;max-width:100%;display:flex}.footer-links a,.footer-links button{color:var(--primary);background:0 0;border:0;font-weight:760}.cookie-banner{z-index:1500;width:var(--container);border:1px solid rgb(var(--primary-rgb) / .1);background:rgb(var(--surface-rgb) / .95);-webkit-backdrop-filter:blur(16px)saturate(150%);backdrop-filter:blur(16px)saturate(150%);border-radius:22px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;margin-inline:auto;padding:1rem;display:grid;position:fixed;bottom:20px;left:50%;right:auto;transform:translate(-50%);box-shadow:0 24px 70px #0b12202e}.cookie-copy strong{color:var(--primary);font-size:1.02rem;display:block}.cookie-copy p{margin:.28rem 0 0}.cookie-actions,.modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;display:flex}.modal-backdrop{z-index:1590;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#02061761;position:fixed;inset:0}.consent-modal{z-index:1600;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-panel{border:1px solid rgb(var(--primary-rgb) / .08);background:var(--surface);border-radius:24px;width:min(640px,100%);max-height:min(760px,100vh - 40px);padding:clamp(1.3rem,4vw,2rem);position:relative;overflow:auto;box-shadow:0 30px 90px #0206173d}.modal-close{background:rgb(var(--soft-rgb) / .95);width:2.3rem;height:2.3rem;color:var(--primary);border:0;border-radius:50%;place-items:center;font-size:1.35rem;line-height:1;display:grid;position:absolute;top:1rem;right:1rem}.modal-panel h2{font-size:clamp(1.8rem,4vw,2.8rem)}.preference-list{gap:.8rem;margin:1.2rem 0 1.4rem;display:grid}.preference-row{border:1px solid rgb(var(--primary-rgb) / .08);background:rgb(var(--soft-rgb) / .5);border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.preference-row small{color:var(--muted);margin-top:.25rem;line-height:1.45;display:block}.preference-row input{width:1.35rem;height:1.35rem;accent-color:var(--primary)}.preference-row.disabled{opacity:.72}.noscript-note{z-index:9999;background:var(--primary);color:var(--surface);text-align:center;border-radius:18px;padding:1rem;position:fixed;bottom:20px;left:20px;right:20px}.js .reveal{opacity:0;transition:opacity .56s,transform .56s;transition-delay:var(--reveal-delay,0s);will-change:opacity, transform;transform:translateY(24px)}.js .reveal.is-visible{opacity:1;will-change:auto;transform:translateY(0)}:focus-visible{outline:3px solid var(--secondary);outline-offset:3px}.insight-grid,.solution-grid,.trust-card-grid,.capability-grid,.pricing-grid,.support-grid,.audit-grid,.showcase-grid{gap:1rem;display:grid}.insight-grid,.capability-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.solution-grid,.showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-grid{scroll-snap-type:x proximity;grid-template-columns:repeat(5,minmax(240px,1fr));padding-bottom:.3rem;overflow-x:auto}.support-grid,.audit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.trust-card-grid{grid-template-columns:repeat(5,minmax(0,1fr));margin-top:1rem}.insight-card,.operator-panel,.selector-result,.problem-solution-card,.trust-card,.capability-pillar,.video-card,.pricing-card,.support-card,.audit-card,.contact-form,.contact-method{border:1px solid rgb(var(--primary-rgb) / .08);background:rgb(var(--surface-rgb) / .9);box-shadow:var(--shadow-card)}.insight-card,.operator-panel,.selector-result,.problem-solution-card,.capability-pillar,.video-card,.pricing-card,.support-card,.audit-card,.contact-form{border-radius:var(--radius-lg)}.insight-card,.operator-panel,.selector-result,.problem-solution-card,.capability-pillar,.pricing-card,.support-card,.audit-card,.contact-form{padding:1.35rem}.insight-card span,.trust-card span,.status-badge,.card-eyebrow,.panel-label,.problem-solution-card span{color:rgb(var(--primary-rgb) / .72);letter-spacing:.12em;text-transform:uppercase;font-size:.75rem;font-weight:900}.insight-card>span,.trust-card span{background:rgb(var(--soft-rgb) / .95);border-radius:50%;place-items:center;width:2.3rem;height:2.3rem;margin-bottom:1.6rem;display:inline-grid}.insight-card p,.operator-panel li,.selector-result p,.problem-solution-card p,.capability-pillar p,.video-card p,.pricing-card p,.support-card p,.audit-card p,.contact-copy p,.contact-form label,.form-status,.footer-address{color:var(--muted);line-height:1.68}.selector-options{flex-wrap:wrap;gap:.65rem;margin-top:1.35rem;display:flex}.selector-option{border:1px solid rgb(var(--primary-rgb) / .1);background:rgb(var(--surface-rgb) / .92);min-height:42px;color:var(--primary);border-radius:999px;padding:0 .85rem;font-weight:800;box-shadow:0 8px 18px #0b12200a}.selector-option[aria-pressed=true]{background:var(--primary);color:var(--surface)}.selector-result{align-self:stretch}.status-badge{background:rgb(var(--secondary-rgb) / .22);border-radius:999px;width:max-content;margin-bottom:1rem;padding:.42rem .62rem;display:inline-flex}.selector-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:1.1rem 0 1.3rem;display:grid}.selector-meta span{background:rgb(var(--soft-rgb) / .85);color:var(--primary);border-radius:16px;padding:.85rem;font-size:.92rem;font-weight:750}.selector-meta strong{letter-spacing:.08em;text-transform:uppercase;margin-bottom:.25rem;font-size:.72rem;display:block}.problem-solution-card{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:1rem;display:grid}.problem-solution-card h3,.problem-solution-card p{margin-bottom:0}.operator-panel{min-height:100%}.difference-list,.feature-list{gap:.65rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.difference-list li,.feature-list li{padding-left:1.4rem;position:relative}.difference-list li:before,.feature-list li:before{content:"";background:var(--secondary);width:.45rem;height:.45rem;box-shadow:0 0 0 4px rgb(var(--secondary-rgb) / .18);border-radius:50%;position:absolute;top:.7em;left:0}.trust-card{border-radius:18px;min-height:132px;padding:1rem}.trust-card strong{color:var(--primary);font-size:.98rem;line-height:1.35;display:block}.compact-card{min-height:200px}.capability-band{border:1px solid rgb(var(--primary-rgb) / .08);border-radius:var(--radius-lg);background:rgb(var(--surface-rgb) / .74);margin-top:2rem;padding:1.2rem}.tag-cloud,.tag-row{flex-wrap:wrap;gap:.55rem;display:flex}.tag-cloud span,.tag-row span{background:rgb(var(--soft-rgb) / .95);min-height:32px;color:var(--primary);border-radius:999px;align-items:center;padding:0 .72rem;font-size:.8rem;font-weight:780;display:inline-flex}.capability-grid{margin-top:1rem}.video-card{overflow:hidden}.video-frame{aspect-ratio:16/9;background:rgb(var(--primary-rgb) / .08);position:relative}.video-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.video-card-copy{padding:1.25rem}.pricing-card,.support-card,.audit-card{scroll-snap-align:start;min-height:100%}.pricing-card .feature-list,.support-card .feature-list,.audit-card .feature-list{margin-bottom:1.45rem}.pricing-card .btn,.support-card .btn,.audit-card .btn{margin-top:.35rem}.pricing-card-head strong,.support-card>strong,.audit-card>strong{color:var(--primary);letter-spacing:-.04em;margin-bottom:.8rem;font-size:1.45rem;display:block}.best-for,.pricing-note{font-size:.94rem}.pricing-note{background:rgb(var(--soft-rgb) / .72);border-radius:16px;margin-top:1rem;padding:.85rem}.secondary-heading{margin-top:3rem}.contact-grid{grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}.contact-methods{gap:.75rem;margin-top:1.5rem;display:grid}.contact-method{border-radius:18px;gap:.3rem;padding:1rem;font-style:normal;display:grid}.contact-method span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:800}.contact-method strong{color:var(--primary)}.contact-form{gap:1rem;display:grid}.contact-form label{gap:.42rem;font-weight:800;display:grid}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid rgb(var(--primary-rgb) / .12);background:rgb(var(--surface-rgb) / .98);width:100%;min-height:48px;color:var(--ink);border-radius:14px;outline:none;padding:.8rem .9rem}.contact-form textarea{resize:vertical;min-height:140px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:rgb(var(--accent-rgb) / .7);box-shadow:0 0 0 4px rgb(var(--accent-rgb) / .14)}.form-status{min-height:1.5rem;margin-bottom:0}.content-page{padding-top:8rem}.page-hero h1,.page-hero .section-heading{max-width:860px}.page-hero .lede{max-width:720px}.route-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;display:grid}.route-card{border:1px solid rgb(var(--primary-rgb) / .08);border-radius:var(--radius-lg);background:rgb(var(--surface-rgb) / .9);min-height:190px;box-shadow:var(--shadow-card);gap:.75rem;padding:1.2rem;display:grid}.route-card span{color:rgb(var(--primary-rgb) / .72);letter-spacing:.12em;text-transform:uppercase;font-size:.75rem;font-weight:900}.route-card strong{color:var(--primary);font-size:1.06rem;line-height:1.38}.route-card:after{content:"→";color:var(--accent);align-self:end;font-weight:900}.map-card{border:1px solid rgb(var(--primary-rgb) / .08);border-radius:var(--radius-xl);background:rgb(var(--surface-rgb) / .9);box-shadow:var(--shadow-card);overflow:hidden}.world-map{width:100%;height:auto;display:block}.world-map rect{fill:rgb(var(--soft-rgb) / .72)}.world-map .land{stroke:rgb(var(--surface-rgb) / .88);stroke-width:3px;stroke-linejoin:round}.world-map .primary-area{fill:rgb(var(--primary-rgb) / .78)}.world-map .secondary-area{fill:rgb(var(--accent-rgb) / .62)}.world-map .muted-area{fill:rgb(var(--primary-rgb) / .18)}.map-pin{fill:var(--secondary);stroke:var(--surface);stroke-width:3px}.map-legend{border-top:1px solid rgb(var(--primary-rgb) / .08);flex-wrap:wrap;gap:.7rem;padding:1rem;display:flex}.map-legend span{color:var(--primary);align-items:center;gap:.45rem;font-size:.82rem;font-weight:800;display:inline-flex}.map-legend i{border-radius:50%;width:.72rem;height:.72rem}.primary-dot{background:rgb(var(--primary-rgb) / .78)}.secondary-dot{background:rgb(var(--accent-rgb) / .62)}.muted-dot{background:rgb(var(--primary-rgb) / .18)}.add-on-cloud{margin-bottom:1.5rem}.legal-card{border:1px solid rgb(var(--primary-rgb) / .08);border-radius:var(--radius-xl);background:rgb(var(--surface-rgb) / .92);max-width:920px;box-shadow:var(--shadow-card);margin:0 auto;padding:clamp(1.5rem,4vw,3rem)}.legal-card h1{max-width:13ch}.legal-card h2{margin-top:2rem;font-size:clamp(1.45rem,3vw,2.2rem)}.legal-card p,.legal-card li{color:var(--muted);line-height:1.75}.legal-card ul,.legal-card ol{padding-left:1.2rem}.legal-table{border-collapse:collapse;width:100%;box-shadow:0 0 0 1px rgb(var(--primary-rgb) / .08);border-radius:18px;margin:1.25rem 0;overflow:hidden}.legal-table th,.legal-table td{border:1px solid rgb(var(--primary-rgb) / .08);text-align:left;vertical-align:top;padding:.85rem}.legal-table th{color:var(--primary);background:rgb(var(--soft-rgb) / .78)}.legal-table td{color:var(--muted)}.example-list{margin-top:1rem}@media (width<=900px){:root{--container:min(100vw - 30px, 720px)}.split-grid,.faq-grid{grid-template-columns:1fr}.hero{padding-top:7rem}h1{font-size:4.2rem}h2{font-size:3rem}.card-grid,.stats-grid,.timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.sticky-heading{position:static}.cookie-banner{grid-template-columns:1fr}.cookie-actions{justify-content:flex-start}}@media (width<=1100px){.footer-inner{grid-template-columns:1fr}.footer-inner p{max-width:44rem}.footer-links{justify-content:flex-start}}@media (width<=620px){:root{--container:min(100vw - 24px, 560px);--header-height:70px}.site-header{min-height:54px;top:12px}.brand-tag{display:none}.brand-name{max-width:145px}.menu-toggle{min-height:40px;padding:0 .85rem}.section{padding:4.8rem 0}.hero{min-height:auto;padding-top:7.5rem}h1{font-size:3rem;line-height:1.04}h2{font-size:2.15rem;line-height:1.04}.card-grid,.stats-grid,.timeline,.theme-board{grid-template-columns:1fr}.swatch{min-height:150px}.trust-strip{justify-content:flex-start}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem;display:grid}.footer-links a,.footer-links button{text-align:left}.cookie-banner{border-radius:18px;bottom:12px}.cookie-actions .btn,.modal-actions .btn{width:100%}.preference-row{align-items:flex-start}}@media (width<=1100px){.pricing-grid{grid-template-columns:repeat(5,minmax(280px,1fr))}.route-grid,.trust-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.insight-grid,.solution-grid,.capability-grid,.support-grid,.audit-grid,.showcase-grid,.contact-grid,.problem-solution-card{grid-template-columns:1fr}.trust-card-grid,.route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.selector-meta,.trust-card-grid,.route-grid{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr;overflow-x:visible}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.js .reveal{opacity:1;transition:none;transform:none}}.profile-hero{background:linear-gradient(110deg, rgb(var(--primary-rgb) / .9), rgb(var(--primary-rgb) / .62)), image-set(url(/assets/synesthesia-banner.webp) type("image/webp"), url(/assets/synesthesia-banner.jpg) type("image/jpeg"));color:#fff;background-position:50%;background-size:cover;min-height:min(860px,100svh);padding-top:8.4rem}.profile-hero .section-inner{z-index:1;position:relative}.profile-hero:after{content:"";pointer-events:none;background:linear-gradient(#0000,#fffffffa);height:28%;position:absolute;inset:auto 0 0}.profile-hero-inner{grid-template-columns:minmax(0,1.1fr) minmax(280px,.55fr);align-items:center;gap:clamp(2rem,6vw,5rem);display:grid}.profile-hero h1{color:#fff;max-width:10ch;font-size:clamp(4rem,9vw,8.5rem)}.profile-hero .lede{color:#ffffffe0;max-width:820px}.profile-badges,.stack-wrap,.tag-row,.route-nodes,.inline-links,.contact-links,.filter-row{flex-wrap:wrap;gap:.55rem;display:flex}.profile-badges span,.stack-wrap span,.tag-row span,.route-nodes span{border:1px solid rgb(var(--primary-rgb) / .1);background:rgb(var(--surface-rgb) / .86);min-height:32px;color:var(--primary);border-radius:999px;align-items:center;padding:.35rem .65rem;font-size:.78rem;font-weight:800;display:inline-flex}.profile-hero .profile-badges span{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff24;border-color:#ffffff38}.profile-portrait{align-self:end;gap:1rem;display:grid}.profile-portrait img{aspect-ratio:1;object-fit:cover;border:1px solid #ffffff59;border-radius:28px;width:min(100%,380px);box-shadow:0 28px 86px #0000003d}.portrait-panel{-webkit-backdrop-filter:blur(18px)saturate(140%);backdrop-filter:blur(18px)saturate(140%);background:#ffffff29;border:1px solid #ffffff38;border-radius:20px;width:min(100%,380px);padding:1rem;box-shadow:0 18px 46px #00000029}.portrait-panel span,.card-eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:900}.portrait-panel strong{margin-top:.2rem;font-size:1.2rem;display:block}.portrait-panel p{color:#ffffffd1;margin:.55rem 0 0;line-height:1.55}.profile-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.split-layout{grid-template-columns:minmax(240px,.42fr) minmax(0,1fr);align-items:start;gap:clamp(2rem,5vw,4.5rem);display:grid}.section-copy{top:calc(var(--header-height) + 42px);position:sticky}.section-heading{gap:.75rem;max-width:880px;margin-bottom:clamp(1.6rem,4vw,3rem);display:grid}.section-heading h2,.section-copy h2{margin:0}.summary-flow{gap:1.1rem;font-size:clamp(1.05rem,1.5vw,1.32rem);line-height:1.72;display:grid}.experience-list{gap:1.15rem;display:grid}.experience-card{border:1px solid rgb(var(--primary-rgb) / .08);background:rgb(var(--surface-rgb) / .9);box-shadow:var(--shadow-card);border-radius:20px;grid-template-columns:96px minmax(0,1fr);gap:1.2rem;padding:clamp(1rem,2.4vw,1.6rem);display:grid}.company-logo{border:1px solid rgb(var(--primary-rgb) / .1);background:var(--surface);border-radius:18px;place-items:center;width:78px;height:78px;display:grid;overflow:hidden}.company-logo img{object-fit:contain;width:100%;height:100%;padding:.6rem}.company-logo.logo-cover img{object-fit:cover;padding:0}.experience-copy{gap:.75rem;min-width:0;display:grid}.experience-copy h3,.experience-copy h4,.project-card h3,.skill-tile strong,.credential-panel h3,.activity-card h3,.video-card h3{margin:0}.experience-copy h4{color:var(--accent);font-size:1rem}.experience-meta{flex-wrap:wrap;gap:.45rem;display:flex}.experience-meta span{background:rgb(var(--soft-rgb) / .72);color:var(--muted);border-radius:999px;padding:.28rem .55rem;font-size:.78rem;font-weight:750}details{border-top:1px solid rgb(var(--primary-rgb) / .08);border-bottom:1px solid rgb(var(--primary-rgb) / .08);padding:.6rem 0}summary{color:var(--primary);cursor:pointer;font-weight:900}.feature-list{color:var(--muted);gap:.55rem;margin:.85rem 0 0;padding-left:1.1rem;line-height:1.62;display:grid}.inline-links a,.activity-card span{color:var(--accent);font-weight:900}.experience-media{border-top:1px solid rgb(var(--primary-rgb) / .08);grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:.2rem;padding-top:1rem;display:grid}.experience-video{gap:.68rem;min-width:0;display:grid}.experience-video-copy{gap:.28rem;display:grid}.experience-video-copy h5{color:var(--primary);margin:0;font-size:.92rem;line-height:1.28}.experience-video-copy p{color:var(--muted);margin:0;font-size:.84rem;line-height:1.5}.soft-band{background:linear-gradient(180deg, rgb(var(--soft-rgb) / .84), #fffffff5), linear-gradient(120deg, rgb(var(--secondary-rgb) / .12), transparent 30rem)}.project-grid,.skill-grid,.featured-grid,.video-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.project-card,.skill-tile,.credential-panel,.activity-card,.video-card,.contact-panel{border:1px solid rgb(var(--primary-rgb) / .08);background:rgb(var(--surface-rgb) / .94);box-shadow:var(--shadow-card);border-radius:20px;gap:.8rem;padding:1.1rem;display:grid}.filter-row{margin-bottom:1rem}.filter-row button{border:1px solid rgb(var(--primary-rgb) / .1);background:var(--surface);min-height:40px;color:var(--primary);border-radius:999px;padding:0 .82rem;font-weight:850}.filter-row button.active{background:var(--primary);color:#fff}.skill-top{justify-content:space-between;align-items:start;gap:1rem;display:flex}.skill-top span{color:var(--accent);font-weight:900}.skill-bar{background:rgb(var(--primary-rgb) / .08);border-radius:999px;height:8px;overflow:hidden}.skill-bar span{border-radius:inherit;background:linear-gradient(90deg, var(--primary), var(--secondary));height:100%;display:block}.route-grid,.credential-panels{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.stack-line h3{margin-top:0}.score-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.score-tile{background:rgb(var(--soft-rgb) / .72);border-radius:16px;gap:.2rem;padding:.8rem;display:grid}.score-tile strong{color:var(--primary);font-size:1.35rem}.item-row{border-top:1px solid rgb(var(--primary-rgb) / .08);gap:.25rem;padding:.85rem 0;display:grid}.item-row:first-child{border-top:0;padding-top:0}.item-row span,.item-row p,.skill-tile p,.project-card p,.activity-card p,.video-card p,.contact-panel p{color:var(--muted);line-height:1.58}.activity-card{color:inherit}.video-frame{aspect-ratio:16/9;background:var(--primary);border-radius:16px;overflow:hidden}.video-frame iframe{border:0;width:100%;height:100%}.contact-layout{grid-template-columns:minmax(240px,.58fr) minmax(280px,.42fr);align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}.contact-links .btn{flex:180px;justify-content:center}.source-note{margin:0;font-size:.92rem}.site-footer{background:var(--primary);color:#fff;padding:2rem 0}.footer-inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-stamp{color:#fff;white-space:nowrap;background:#ffffff14;border:1px solid #fff3;border-radius:999px;align-items:center;gap:.45rem;min-height:42px;padding:.55rem .75rem;display:inline-flex}.footer-stamp span{color:#ffffffb8;font-size:.78rem;font-weight:760}.footer-stamp strong{color:var(--secondary);letter-spacing:.08em;font-size:.9rem}#footer-links{flex-wrap:wrap;gap:.85rem;display:flex}#footer-links a,#footer-links button{color:#ffffffd1;font:inherit;background:0 0;border:0;font-weight:800}.cookie-banner{z-index:1200;border:1px solid rgb(var(--primary-rgb) / .1);background:rgb(var(--surface-rgb) / .98);max-width:min(560px,100vw - 2rem);box-shadow:var(--shadow-card);border-radius:18px;gap:.8rem;padding:1rem;display:grid;position:fixed;bottom:1rem;right:1rem}.cookie-banner div,.consent-actions{flex-wrap:wrap;gap:.6rem;display:flex}.consent-modal{z-index:1300;background:#0b122094;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.consent-panel{background:var(--surface);width:min(440px,100%);box-shadow:var(--shadow-card);border-radius:20px;gap:1rem;padding:1.2rem;display:grid}.not-found{min-height:100svh}@media (width<=980px){.profile-hero-inner,.split-layout,.contact-layout{grid-template-columns:1fr}.section-copy{position:static}.profile-stats,.project-grid,.skill-grid,.featured-grid,.video-grid,.experience-media{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.profile-hero{padding-top:7.2rem}.profile-hero h1{font-size:clamp(3.2rem,16vw,5rem)}.profile-stats,.project-grid,.skill-grid,.featured-grid,.video-grid,.experience-media,.route-grid,.credential-panels,.score-grid,.experience-card{grid-template-columns:1fr}.footer-inner{flex-direction:column;align-items:flex-start}.footer-stamp{white-space:normal}}.profile-hero .profile-badges{margin-top:clamp(1rem,2vw,1.35rem);margin-bottom:clamp(1.1rem,2.4vw,1.7rem)}.profile-hero .hero-actions{flex-wrap:wrap;align-items:stretch;gap:.75rem;max-width:760px;display:flex}.profile-hero .hero-actions .btn{text-align:center;border-radius:14px;min-width:148px;min-height:50px;padding-inline:1.05rem;line-height:1.15}.profile-hero .hero-actions .btn-primary{min-width:178px}.cookie-banner{width:var(--container);border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;max-width:none;padding:1rem clamp(1rem,2vw,1.4rem);bottom:clamp(12px,2vw,24px);left:50%;right:auto;transform:translate(-50%)}.cookie-banner p{max-width:none;margin:0}.cookie-banner>div{justify-content:flex-end}.cookie-banner .btn{white-space:nowrap;min-width:150px}@media (width<=760px){.profile-hero .hero-actions{grid-template-columns:1fr;width:min(100%,420px);display:grid}.profile-hero .hero-actions .btn{width:100%;min-width:0}.cookie-banner{grid-template-columns:1fr;align-items:stretch}.cookie-banner>div{grid-template-columns:1fr;justify-content:stretch;display:grid}.cookie-banner .btn{width:100%;min-width:0}}
