:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--brand-50:#eef3ff;--brand-100:#dfe8ff;--brand-200:#c5d4ff;--brand-300:#9db5ff;--brand-500:#3564e8;--brand-600:#1c4fd7;--brand-700:#123fb8;--brand-800:#0b2f91;--navy-950:#031126;--navy-900:#07152f;--ink-950:#101828;--ink-700:#344054;--ink-600:#475467;--ink-500:#667085;--ink-300:#d0d5dd;--ink-200:#e4e7ec;--ink-100:#f2f4f7;--surface:#fff;--surface-subtle:#f7f9fc;--success:#257a4a;--danger:#b42318;--font-sans:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;--font-display:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;--content-max:1500px;--reading-max:850px;--gutter:clamp(1.25rem, 4vw, 4.5rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-28:7rem;--space-32:8rem;--radius-sm:.75rem;--radius-md:1.125rem;--radius-lg:1.625rem;--radius-xl:2rem;--radius-pill:999px;--shadow-card:0 1.25rem 3.75rem #10182812;--shadow-float:0 1.5rem 5rem #03112638;--border-subtle:1px solid #10182817;--motion-fast:.16s;--motion-normal:.28s;--header-height-mobile:4.5rem;--header-height-desktop:5.25rem}.page-shell{min-height:100vh}.page-main{min-height:55vh}.page-container{width:min(var(--content-max), calc(100% - (2 * var(--gutter))));margin-inline:auto}.page-container--reading{max-width:var(--reading-max)}.section{padding-block:clamp(4.75rem,8vw,8.5rem)}.section--compact{padding-block:clamp(3.5rem,6vw,6rem)}.section--white{background:var(--surface)}.section--pale{background:var(--brand-50)}.section--dark{background:var(--navy-900);color:var(--surface)}.section--brand{background:var(--brand-600);color:var(--surface)}.section-heading{max-width:var(--reading-max);margin-block-end:clamp(2.5rem,5vw,4rem)}.section-heading__eyebrow,.eyebrow{color:var(--brand-600);letter-spacing:.14em;text-transform:uppercase;font-size:.75rem;font-weight:850;line-height:1.2}.section--dark .section-heading__eyebrow,.section--brand .section-heading__eyebrow,.dark-hero .eyebrow{color:var(--brand-300)}.section-heading__title{margin-block:var(--space-4) 0;font-size:clamp(2.45rem,5.2vw,4.75rem)}.section-heading__body{margin-block:var(--space-6) 0;max-width:var(--reading-max);color:var(--ink-600);font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.7}.section--dark .section-heading__body,.section--brand .section-heading__body{color:#ffffffb8}.responsive-grid{gap:var(--grid-gap,var(--space-6));display:grid}.responsive-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.responsive-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.responsive-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.stack{gap:var(--stack-gap,var(--space-5));flex-direction:column;display:flex}.cluster{align-items:center;gap:var(--cluster-gap,var(--space-3));flex-wrap:wrap;display:flex}.split{justify-content:space-between;align-items:center;gap:var(--space-6);display:flex}@media (width<=960px){.responsive-grid--3,.responsive-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.responsive-grid--2,.responsive-grid--3,.responsive-grid--4{grid-template-columns:1fr}.split{flex-direction:column;align-items:flex-start}}.stack-offset-md{margin-block-start:var(--space-8)}.stack-offset-xl{margin-block-start:var(--space-20)}.site-header{z-index:50;border-block-end:var(--border-subtle);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;position:sticky;inset-block-start:0}.site-header__inner{min-height:var(--header-height-desktop);align-items:center;gap:var(--space-5);display:flex}.site-brand{align-items:center;gap:var(--space-3);min-width:0;display:flex}.site-brand__mark{aspect-ratio:1;border:2px solid var(--brand-600);width:2.75rem;color:var(--brand-600);border-radius:50%;flex:none;place-items:center;font-size:.7rem;font-weight:850;display:grid}.site-brand__name{text-overflow:ellipsis;white-space:nowrap;font-weight:850;line-height:1.1;overflow:hidden}.site-brand__tagline{color:var(--brand-600);margin-block-start:.2rem;font-size:.72rem;font-weight:750}.site-nav{align-items:center;gap:var(--space-1);margin-inline-start:auto;display:flex}.site-nav__link{border-radius:var(--radius-pill);color:var(--ink-700);transition:background var(--motion-fast), color var(--motion-fast);padding:.65rem .85rem;font-size:.92rem;font-weight:700}.site-nav__link:hover,.site-nav__link[aria-current=page]{background:var(--brand-50);color:var(--brand-700)}.header-actions{align-items:center;gap:var(--space-3);display:flex}.mobile-menu-button{background:var(--ink-100);width:2.75rem;height:2.75rem;color:var(--ink-950);cursor:pointer;border:0;border-radius:50%;place-items:center;display:none}.mobile-drawer{z-index:80;position:fixed;inset:0}.mobile-drawer__scrim{cursor:pointer;background:#03112685;border:0;position:absolute;inset:0}.mobile-drawer__panel{gap:var(--space-8);background:var(--surface);width:min(22rem,88vw);padding:var(--space-6);box-shadow:var(--shadow-float);flex-direction:column;display:flex;position:absolute;inset-block:0;inset-inline-end:0;overflow-y:auto}.mobile-drawer__top{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.mobile-nav{gap:var(--space-2);display:grid}.mobile-nav a{border-radius:var(--radius-md);padding:var(--space-4);font-size:1.15rem;font-weight:750}.mobile-nav a:hover,.mobile-nav a[aria-current=page]{background:var(--brand-50);color:var(--brand-700)}.button{border-radius:var(--radius-pill);text-align:center;cursor:pointer;min-height:3rem;transition:transform var(--motion-fast), background var(--motion-fast), border-color var(--motion-fast), color var(--motion-fast);border:1px solid #0000;justify-content:center;align-items:center;gap:.55rem;padding:.75rem 1.35rem;font-weight:800;line-height:1.2;display:inline-flex}.button:hover{transform:translateY(-1px)}.button--primary{background:var(--brand-600);color:var(--surface)}.button--primary:hover{background:var(--brand-700)}.button--secondary{border-color:var(--ink-300);background:var(--surface);color:var(--ink-950)}.button--secondary:hover{border-color:var(--brand-500);color:var(--brand-700)}.button--ghost{color:inherit;background:0 0}.button--on-dark{color:var(--surface);background:#ffffff0a;border-color:#ffffff85}.button--on-dark:hover{border-color:var(--surface);background:#ffffff1a}.button--light{background:var(--surface);color:var(--brand-800)}.button--light:hover{background:var(--brand-50)}.button--full{width:100%}.button__arrow{direction:ltr;font-size:1.1em}.icon-button{background:var(--ink-100);width:2.75rem;height:2.75rem;color:var(--ink-950);cursor:pointer;border:0;border-radius:50%;place-items:center;display:grid}.card{border:var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-card)}.card--flat{box-shadow:none}.card--dark{background:var(--navy-900);color:var(--surface);border-color:#ffffff1a}.card__body{padding:clamp(1.5rem,3vw,2.5rem)}.chip-list{gap:var(--space-2);flex-wrap:wrap;display:flex}.chip{border-radius:var(--radius-pill);background:var(--brand-50);min-height:1.85rem;color:var(--brand-800);border:1px solid #0000;align-items:center;padding:.3rem .7rem;font-size:.78rem;font-weight:750;display:inline-flex}.chip--outline{border-color:var(--brand-300);background:0 0}.chip--dark{color:var(--surface);background:#ffffff17;border-color:#ffffff29}.filter-list{gap:var(--space-2);flex-wrap:wrap;margin-block-end:var(--space-10);display:flex}.filter-chip{border:1px solid var(--ink-200);border-radius:var(--radius-pill);background:var(--surface);min-height:2.35rem;color:var(--ink-700);cursor:pointer;padding:.45rem .85rem;font-weight:700}.filter-chip[aria-pressed=true]{border-color:var(--brand-600);background:var(--brand-600);color:var(--surface)}.language-switcher{border:1px solid var(--ink-200);border-radius:var(--radius-pill);align-items:center;padding:.18rem;display:inline-flex}.language-switcher__item{border-radius:var(--radius-pill);min-width:2.4rem;color:var(--ink-500);cursor:pointer;background:0 0;border:0;padding:.35rem .55rem;font-weight:750}.language-switcher__item[aria-current=page]{background:var(--brand-50);color:var(--brand-700)}.university-mark{align-items:center;gap:var(--space-3);font-weight:800;line-height:1.15;display:inline-flex}.university-mark__symbol{flex:none;width:2.25rem;height:1.75rem;position:relative}.university-mark__symbol:before,.university-mark__symbol:after{background:var(--brand-600);content:"";border-radius:2px;width:1.25rem;height:1.25rem;position:absolute;inset-block-start:.22rem;transform:rotate(45deg)}.university-mark__symbol:before{inset-inline-start:.05rem}.university-mark__symbol:after{background:var(--brand-300);inset-inline-end:.05rem}.university-mark--dark .university-mark__symbol:before{background:var(--surface)}.university-mark--dark .university-mark__symbol:after{background:#ffffff9e}.project-card{height:100%;overflow:clip}.project-card__link{gap:var(--space-5);flex-direction:column;height:100%;padding:clamp(1.5rem,3vw,2.25rem);display:flex}.project-card__link:hover .project-card__title{color:var(--brand-700)}.project-card__top{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.project-card__glyph{background:var(--brand-50);width:2.5rem;height:2.5rem;color:var(--brand-700);border-radius:50%;place-items:center;font-weight:900;display:grid}.project-card__title{transition:color var(--motion-fast);margin:0;font-size:clamp(1.35rem,2vw,1.75rem)}.project-card__summary{color:var(--ink-600);margin:0;line-height:1.65}.project-card__more{color:var(--brand-700);margin-block-start:auto;font-weight:800}.site-footer{background:var(--navy-900);color:var(--surface);padding-block:var(--space-16);margin-block-start:clamp(4rem,8vw,8rem)}.site-footer__row{justify-content:space-between;align-items:center;gap:var(--space-8);display:flex}.site-footer__title{margin:0;font-size:1.2rem}.site-footer__tagline{margin-block:var(--space-2) 0;color:#ffffffb3}.site-footer__note{margin-block:var(--space-8) 0;color:#ffffff8f;font-size:.78rem}.contact-dialog{border-radius:var(--radius-xl);width:min(40rem,100vw - 2rem);max-height:min(48rem,100vh - 2rem);color:var(--ink-950);box-shadow:var(--shadow-float);border:0;padding:0}.contact-dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#031126a3}.contact-dialog__inner{padding:clamp(1.5rem,4vw,2.5rem)}.contact-dialog__header{justify-content:space-between;align-items:flex-start;gap:var(--space-5);display:flex}.contact-dialog__title{margin:0;font-size:clamp(1.75rem,4vw,2.5rem)}.contact-dialog__intro{color:var(--ink-600);line-height:1.65}.form-grid{gap:var(--space-5);margin-block-start:var(--space-6);display:grid}.form-field{gap:var(--space-2);display:grid}.form-field label{color:var(--ink-700);font-size:.9rem;font-weight:750}.form-field input,.form-field textarea,.form-field select{border:1px solid var(--ink-300);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--ink-950);padding:.8rem .9rem}.form-field textarea{resize:vertical;min-height:5rem}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--brand-600);outline:3px solid #1c4fd721}.content-error{min-height:65vh;padding:var(--space-8);place-items:center;display:grid}.content-error__card{border:var(--border-subtle);border-radius:var(--radius-xl);background:var(--surface);max-width:44rem;box-shadow:var(--shadow-card);text-align:center;padding:clamp(2rem,5vw,4rem)}.content-error__card h1{font-size:clamp(2rem,5vw,3.5rem)}.content-error__card p{color:var(--ink-600)}@media (width<=1120px){.site-nav{display:none}.mobile-menu-button{display:grid}}@media (width<=760px){.site-header__inner{min-height:var(--header-height-mobile)}.site-brand__words,.header-actions>.language-switcher,.header-actions>.button{display:none}.site-footer__row{flex-direction:column;align-items:flex-start}}.hero{min-height:calc(100svh - var(--header-height-desktop));background:var(--navy-950);color:var(--surface);align-items:center;display:flex;position:relative;overflow:clip}.hero-montage{background:var(--navy-950);position:absolute;inset:0;overflow:hidden}.hero-montage__frame{object-fit:cover;opacity:0;width:108%;height:108%;transition:opacity 1.5s,transform 8s;position:absolute;inset:-4%;transform:scale(1.01)}.hero-montage__frame.is-active{opacity:1;transform:scale(1.09)}.hero-montage__frame.is-active[data-zoom=out]{transform:scale(1)}.hero-montage__shade,.hero-montage__glow{position:absolute;inset:0}.hero-montage__shade{background:linear-gradient(90deg,#020c20f7,#031126c7 48%,#03112685)}[dir=rtl] .hero-montage__shade{background:linear-gradient(-90deg,#020c20f7,#031126c7 48%,#03112685)}.hero-montage__glow{background:radial-gradient(circle at 75% 35%,#3f6edc33,#0000 38%)}[dir=rtl] .hero-montage__glow{background:radial-gradient(circle at 25% 35%,#3f6edc33,#0000 38%)}.hero__content{z-index:1;padding-block:clamp(3.5rem,8vw,7rem);position:relative}.hero__copy{max-width:72rem}.hero__pill{border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff38;margin-block-start:var(--space-8);padding:.45rem .85rem;font-weight:750;display:inline-flex}.hero__title{margin-block:var(--space-6) 0;overflow-wrap:anywhere;letter-spacing:-.055em;max-width:70rem;font-size:clamp(3.45rem,7.5vw,7rem);line-height:.97}.hero__lead{margin-block:var(--space-6) 0;color:#fffc;max-width:56rem;font-size:clamp(1.1rem,1.8vw,1.5rem);line-height:1.65}.hero__buttons{gap:var(--space-3);flex-wrap:wrap;margin-block-start:var(--space-8);display:flex}.hero__metrics{gap:var(--space-8);grid-template-columns:repeat(3,minmax(0,1fr));margin-block-start:clamp(4rem,9vw,7rem);display:grid}.hero__metric{border-block-start:1px solid #ffffff42;padding-block-start:var(--space-4)}.hero__metric-value{font-size:1.8rem;font-weight:850;display:block}.hero__metric-label{color:#ffffffa3}.problem-bridge{align-items:center;gap:var(--space-6);grid-template-columns:minmax(0,1fr) minmax(8rem,.3fr) minmax(0,1fr);display:grid}.problem-card{padding:clamp(1.75rem,4vw,2.75rem)}.problem-card__items{gap:var(--space-3);display:grid}.problem-card__item{border-radius:var(--radius-sm);background:var(--brand-50);padding:var(--space-4)}.card--dark .problem-card__item{background:#ffffff0f}.problem-card__title{margin-block:var(--space-6) 0;font-size:1.4rem}.problem-bridge__label{color:var(--brand-600);letter-spacing:.04em;text-align:center;text-transform:uppercase;font-size:.82rem;font-weight:900}.outcome-card{padding:var(--space-5)}.outcome-card__index{color:var(--brand-600);font-size:2.3rem;font-weight:900}.outcome-card h3{margin-block:var(--space-4) 0;font-size:clamp(1.65rem,3vw,2.4rem)}.outcome-card p{margin-block:var(--space-4) 0;color:var(--ink-600);line-height:1.7}.industry-card{height:100%;padding:clamp(1.6rem,3vw,2.5rem);position:relative;overflow:clip}.industry-card__number{color:#1c4fd70f;font-size:5rem;font-weight:900;line-height:1;position:absolute;inset-block-start:.25rem;inset-inline-end:1.25rem}.industry-card__title{margin-block:var(--space-3) 0;font-size:clamp(1.8rem,3vw,2.6rem);position:relative}.industry-card__question{margin-block:var(--space-6) 0;font-size:1.13rem;font-weight:750;line-height:1.45;position:relative}.industry-card__description{margin-block:var(--space-4) 0;color:var(--ink-600);line-height:1.7;position:relative}.industry-card .chip-list,.industry-card .button{margin-block-start:var(--space-6);position:relative}.discipline-card{border-radius:var(--radius-lg);min-height:12rem;padding:var(--space-6);border:1px solid #ffffff24;align-items:flex-end;font-size:1.25rem;font-weight:800;display:flex}.credibility-item{border-block-start:2px solid var(--brand-600);padding-block-start:var(--space-5)}.credibility-item__value{margin:0;font-size:clamp(2rem,4vw,3rem)}.credibility-item p{color:var(--ink-600)}.process-step{border-block-start:3px solid var(--brand-600);padding:var(--space-5)}.process-step__number{color:var(--brand-600);font-weight:850}.process-step h3{margin-block:var(--space-3) 0;font-size:1.35rem}.closing{text-align:center}.closing__title{max-width:66rem;margin-inline:auto;font-size:clamp(2.7rem,6vw,5.25rem)}.closing__body{color:#ffffffc7;max-width:50rem;margin-inline:auto;font-size:1.2rem;line-height:1.65}.closing .button{margin-block-start:var(--space-8)}.dark-hero{background:var(--navy-900);color:var(--surface);padding-block:clamp(4.5rem,9vw,8rem)}.dark-hero__back{color:#ffffffad;margin-block-end:var(--space-8)}.dark-hero__title{margin-block:var(--space-4) 0;overflow-wrap:anywhere;max-width:75rem;font-size:clamp(3.4rem,7.4vw,7rem);line-height:.97}.dark-hero__lead{max-width:58rem;margin-block:var(--space-8) 0;color:#ffffffb8;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.65}.detail-callout{border-radius:var(--radius-xl);background:var(--brand-50);margin-block-start:var(--space-20);padding:clamp(2rem,5vw,4rem)}.detail-callout--dark{background:var(--navy-900);color:var(--surface)}.detail-callout h2{font-size:clamp(2rem,4vw,3.4rem)}.detail-callout p{max-width:52rem;color:var(--ink-600);line-height:1.7}.detail-callout--dark p{color:#ffffffb8}.hypothesis-grid{gap:var(--space-5);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hypothesis-card{padding:clamp(1.5rem,3vw,2.2rem)}.hypothesis-card__label{color:var(--brand-600);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:850}.hypothesis-card p{margin-block:var(--space-4) 0;font-size:1.1rem;line-height:1.68}.decision-panel{margin-block-start:var(--space-8);padding:clamp(1.5rem,3vw,2.5rem)}.decision-panel h2{font-size:1.6rem}.decision-grid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));margin-block-start:var(--space-6);display:grid}.decision-rule{border-radius:var(--radius-md);background:var(--brand-50);padding:var(--space-5)}.decision-rule p{margin-block:var(--space-4) 0}.hypothesis-disclaimer{max-width:60rem;margin-block:var(--space-6) 0;color:var(--ink-600);font-style:italic}.detail-grid{gap:var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr));margin-block-start:var(--space-16);display:grid}.detail-item{border-block-start:2px solid var(--brand-600);padding:var(--space-5)}.detail-item__label{color:var(--brand-600);letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:850}.detail-item p{margin-block:var(--space-3) 0;line-height:1.7}.method-layer{height:100%;padding:clamp(1.75rem,4vw,2.75rem)}.method-layer__number{color:var(--brand-600);font-size:2.4rem;font-weight:900}.method-layer h3{margin-block:var(--space-5) 0;font-size:clamp(1.7rem,3vw,2.4rem)}.method-layer p{margin-block:var(--space-4) 0;color:var(--ink-600);line-height:1.75}.method-evidence{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2rem,6vw,5rem);display:grid}.method-evidence h2{margin-block:var(--space-4) 0;font-size:clamp(2rem,4vw,3.4rem)}.method-evidence p{margin-block:var(--space-4) 0;color:#ffffffb8;font-size:1.2rem;line-height:1.75}.contract-list{display:grid}.contract-item{border-block-end:var(--border-subtle);padding-block:var(--space-5);grid-template-columns:3.5rem minmax(0,1fr);align-items:center;display:grid}.contract-item__number{color:var(--brand-600);font-weight:850}.contract-item__text{font-size:1.1rem;font-weight:700}.people-card{height:100%;overflow:clip}.people-card__portrait{aspect-ratio:4/3;object-fit:cover;background:radial-gradient(circle at 30% 30%, #ffffffeb, transparent 35%), var(--brand-100);place-items:center;width:100%;display:grid}.people-card:nth-child(2n) .people-card__portrait{background-color:#dce5df}.people-card__initials{color:#07152f29;font-size:5rem;font-weight:900}.people-card__body{padding:var(--space-8)}.people-card__body h2{margin:0;font-size:2rem}.people-card__role{margin-block:var(--space-3) 0;color:var(--brand-700);font-weight:750}.people-card__discipline{margin-block:var(--space-4) 0;letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:850}.people-card__bio{margin-block:var(--space-4) 0;color:var(--ink-600);line-height:1.7}.start-grid{gap:var(--space-8);grid-template-columns:minmax(0,1.4fr) minmax(18rem,1fr);display:grid}.start-question{padding:clamp(2rem,5vw,4rem)}.start-question__glyph{color:var(--brand-300);font-size:3rem}.start-question h2{margin-block:var(--space-6) 0;font-size:clamp(2rem,4vw,3.4rem)}.start-question p{margin-block:var(--space-5) 0;color:#ffffffb8;font-size:1.25rem;line-height:1.7}.start-question .button{margin-block-start:var(--space-8)}.prompt-list{gap:var(--space-3);display:grid}.prompt-item{border-inline-start:3px solid var(--brand-600);padding:var(--space-5)}.prompt-item__number{color:var(--brand-600);font-weight:850}.prompt-item h3{margin-block:var(--space-2) 0;font-size:1.25rem}.prompt-item p{margin-block:var(--space-2) 0;color:var(--ink-600)}.notice-box{border:1px dashed var(--brand-600);border-radius:var(--radius-lg);padding:var(--space-8);background:#1c4fd706;margin-block-start:var(--space-16)}@media (width<=900px){.problem-bridge{grid-template-columns:1fr}.problem-bridge__label{padding-block:var(--space-2)}.method-evidence,.start-grid{grid-template-columns:1fr}}@media (width<=680px){.hero{min-height:55rem}.hero__title{font-size:clamp(2.2rem,11.5vw,4.2rem)}.hero__buttons{flex-direction:column;align-items:stretch}.hero__buttons .button{width:100%}.hero__metrics{gap:var(--space-4);grid-template-columns:1fr;margin-block-start:var(--space-16)}.hypothesis-grid,.decision-grid,.detail-grid{grid-template-columns:1fr}.dark-hero__title{font-size:clamp(2.2rem,11.5vw,4.2rem)}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--surface-subtle);text-rendering:optimizelegibility;font-synthesis:none;min-width:320px}body{background:var(--surface-subtle);min-width:320px;min-height:100vh;color:var(--ink-950);font-family:var(--font-sans);margin:0;font-size:1rem;line-height:1.55;overflow-x:clip}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}h1,h2,h3,h4,p{margin-block-start:0}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.035em;line-height:1.05}p:last-child{margin-block-end:0}::selection{background:#1c4fd72e}:focus-visible{outline-offset:3px;outline:3px solid #3564e86b}[hidden]{display:none!important}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:1000;border-radius:var(--radius-pill);background:var(--surface);color:var(--brand-700);padding:var(--space-3) var(--space-5);box-shadow:var(--shadow-float);font-weight:800;position:fixed;inset-block-start:var(--space-3);inset-inline-start:var(--space-3);translate:0 -180%}.skip-link:focus{translate:0}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
