@import "https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";:root{--navy:#0a1929;--navy-2:#16263f;--navy-deep:#050c16;--teal:#2c7b7b;--coral:#e89b5c;--coral-deep:#c97842;--coral-light:#f4c89c;--white:#fff;--off-white:#f7f7f7;--bg-soft:#fafafa;--divider:#eaeaea;--divider-strong:#d4d4d4;--text-dark:#0a1929;--text-body:#2a2a2a;--text-muted:#6b6b6b;--text-light:#999;--font-display:"Inter Tight", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;--container-max:1280px;--gutter:clamp(1.25rem, 4vw, 3rem);--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}body{font-family:var(--font-body);color:var(--text-body);background:var(--white);font-size:16px;line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img,svg{max-width:100%;display:block}.container{max-width:var(--container-max);padding-left:var(--gutter);padding-right:var(--gutter);margin:0 auto}.container-narrow{max-width:920px;padding-left:var(--gutter);padding-right:var(--gutter);margin:0 auto}.eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;color:var(--coral-deep);margin-bottom:1.5rem;font-size:.7rem;font-weight:600;display:inline-block}.eyebrow--coral,.eyebrow--white{color:var(--coral)}.display{font-family:var(--font-display);letter-spacing:-.035em;color:var(--navy);font-weight:600;line-height:.98}.display--xl{letter-spacing:-.045em;font-size:clamp(3rem,8vw,7rem);font-weight:700}.display--lg{letter-spacing:-.04em;font-size:clamp(2.4rem,5.5vw,4.5rem)}.display--md{letter-spacing:-.03em;font-size:clamp(1.8rem,3.5vw,2.75rem)}.lede{font-family:var(--font-body);color:var(--text-muted);letter-spacing:-.005em;font-size:clamp(1.1rem,1.5vw,1.3rem);font-style:normal;font-weight:400;line-height:1.55}.section{padding:clamp(5rem,10vw,9rem) 0}.section--dark{background:var(--navy);color:var(--white)}.section--dark .display{color:var(--white)}.section--cream,.section--off{background:var(--off-white)}.section--white{background:var(--white)}.btn{font-family:var(--font-body);letter-spacing:-.005em;transition:all .3s var(--ease-out);border:1px solid #0000;border-radius:100px;align-items:center;gap:.6rem;padding:1rem 1.75rem;font-size:.92rem;font-weight:500;display:inline-flex}.btn--primary{background:var(--navy);color:var(--white)}.btn--primary:hover{background:var(--text-dark);transform:translateY(-1px);box-shadow:0 8px 24px #0a19292e}.btn--coral{background:var(--coral);color:var(--navy);font-weight:600}.btn--coral:hover{background:var(--coral-deep);color:var(--white);transform:translateY(-1px)}.btn--ghost{color:var(--navy);border-color:var(--navy);background:0 0}.btn--ghost:hover{background:var(--navy);color:var(--white)}.btn--ghost-light{color:var(--white);background:0 0;border-color:#ffffff59}.btn--ghost-light:hover{background:var(--white);color:var(--navy);border-color:var(--white)}.btn .arrow{transition:transform .3s var(--ease-out);font-weight:400}.btn:hover .arrow{transform:translate(4px)}.header{z-index:100;transition:all .4s var(--ease-out);--header-text:#ffffffd9;--header-brand:#fff;--header-brand-mark-bg:#ffffff1f;--header-brand-mark-fg:var(--coral);--header-burger:#fff;background:0 0;padding:1.25rem 0;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(14px);--header-text:var(--text-dark);--header-brand:var(--navy);--header-brand-mark-bg:var(--navy);--header-brand-mark-fg:var(--coral);--header-burger:var(--navy);background:#faf6f1eb;border-bottom:1px solid #0f29440f;padding:.85rem 0}.header__inner{max-width:var(--container-max);padding:0 var(--gutter);justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;display:flex}.header__brand{font-family:var(--font-display);align-items:center;gap:.7rem;font-weight:700;display:flex}.header__brand-mark{background:var(--header-brand-mark-bg);width:38px;height:38px;color:var(--header-brand-mark-fg);font-size:1.25rem;font-family:var(--font-display);transition:background .4s var(--ease-out), color .4s var(--ease-out);border-radius:4px;justify-content:center;align-items:center;display:flex}.header__brand-name{color:var(--header-brand);letter-spacing:-.01em;transition:color .4s var(--ease-out);font-size:1.4rem}.header__nav{align-items:center;gap:.5rem;display:flex}.header__link{color:var(--header-text);letter-spacing:.01em;transition:color .3s var(--ease-out);padding:.5rem .85rem;font-size:.92rem;font-weight:500;position:relative}.header__link:after{content:"";background:var(--coral);transform-origin:0;height:1.5px;transition:transform .3s var(--ease-out);position:absolute;bottom:.25rem;left:.85rem;right:.85rem;transform:scaleX(0)}.header__link:hover{color:var(--header-brand)}.header__link:hover:after{transform:scaleX(1)}.header__link.is-active{color:var(--header-brand)}.header__link.is-active:after{transform:scaleX(1)}.header__cta{background:var(--coral);color:var(--navy);transition:all .3s var(--ease-out);border:none;padding:.7rem 1.25rem;font-size:.88rem}.header__cta:hover{background:var(--coral-deep);color:var(--white);transform:translateY(-1px)}.header--scrolled .header__cta{background:var(--navy);color:var(--white)}.header--scrolled .header__cta:hover{background:var(--coral-deep)}.header__burger{flex-direction:column;justify-content:center;align-items:center;gap:5px;width:38px;height:38px;padding:.4rem;display:none}.header__burger span{background:var(--header-burger);width:22px;height:2px;transition:all .3s var(--ease-out);display:block}.header__burger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.header__burger.is-open span:nth-child(2){opacity:0}.header__burger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header__mobile{background:var(--cream);max-height:0;transition:max-height .4s var(--ease-out);border-top:1px solid var(--divider);position:fixed;top:100%;left:0;right:0;overflow:hidden}.header__mobile.is-open{max-height:100vh}.header__mobile-nav{padding:1.5rem var(--gutter) 2rem;flex-direction:column;gap:.25rem;display:flex}.header__mobile-link{font-family:var(--font-display);color:var(--navy);border-bottom:1px solid var(--divider);padding:1rem 0;font-size:1.6rem;transition:color .2s}.header__mobile-link.is-active,.header__mobile-link:hover{color:var(--coral-deep)}.header__mobile-cta{align-self:flex-start;margin-top:1.25rem}@media (width<=960px){.header__nav,.header__cta{display:none}.header__burger{display:flex}}.footer{background:var(--navy-deep);color:var(--white);padding:5rem 0 2rem;position:relative}.footer:before{content:"";background:linear-gradient(90deg, transparent, var(--coral) 50%, transparent);opacity:.5;height:1px;position:absolute;top:0;left:0;right:0}.footer__inner{border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;padding-bottom:4rem;display:grid}.footer__brand{align-items:center;gap:.7rem;margin-bottom:1.5rem;display:flex}.footer__brand-mark{background:var(--coral);width:40px;height:40px;color:var(--navy);font-family:var(--font-display);border-radius:4px;justify-content:center;align-items:center;font-size:1.3rem;font-weight:700;display:flex}.footer__brand-name{font-family:var(--font-display);color:var(--white);font-size:1.5rem;font-weight:700}.footer__tagline{font-family:var(--font-display);color:#fff9;font-size:1rem;line-height:1.55}.footer__col h4{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.16em;color:var(--coral);margin-bottom:1.4rem;font-size:.78rem;font-weight:600}.footer__col ul{flex-direction:column;gap:.7rem;list-style:none;display:flex}.footer__col a,.footer__col li{color:#ffffffc7;font-size:.93rem;transition:color .2s}.footer__col a:hover{color:var(--coral)}.footer__bottom{color:#fff6;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.82rem;display:flex}.footer__meta{letter-spacing:.04em}@media (width<=880px){.footer__inner{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=520px){.footer__inner{grid-template-columns:1fr;gap:2.5rem}.footer__bottom{text-align:center;flex-direction:column;gap:.5rem}}.hero{background:var(--navy);min-height:100vh;color:var(--white);flex-direction:column;justify-content:center;padding:9rem 0 6rem;display:flex;position:relative;overflow:hidden}.hero__bg{pointer-events:none;position:absolute;inset:0}.hero__orb{filter:blur(80px);opacity:.35;border-radius:50%;position:absolute}.hero__orb--1{background:var(--coral);width:520px;height:520px;top:-180px;right:-120px}.hero__orb--2{background:var(--teal);opacity:.28;width:420px;height:420px;bottom:-160px;left:-100px}.hero__grain{opacity:.18;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.6 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");position:absolute;inset:0}.hero__inner{z-index:1;grid-template-columns:1.4fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero__title{font-family:var(--font-display);letter-spacing:-.025em;color:var(--white);margin:1.25rem 0 1.75rem;font-size:clamp(2.6rem,6.4vw,5.4rem);font-weight:500;line-height:1.04}.hero__title em{color:var(--coral);font-weight:400}.hero__lede{font-family:var(--font-display);color:#ffffffb8;max-width:540px;margin-bottom:2.5rem;font-size:clamp(1.15rem,1.75vw,1.45rem);font-weight:300;line-height:1.55}.hero__ctas{flex-wrap:wrap;gap:1rem;display:flex}.hero__stats{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.hero__stat{border-left:2px solid var(--coral);padding:.5rem 0 .5rem 1.25rem}.hero__stat-num{font-family:var(--font-display);color:var(--white);letter-spacing:-.02em;font-size:clamp(2rem,3.5vw,2.9rem);font-weight:500;line-height:1;display:block}.hero__stat-label{text-transform:uppercase;letter-spacing:.14em;color:#ffffff8c;margin-top:.4rem;font-size:.78rem;font-weight:500;display:block}.hero__marquee{z-index:1;background:#08182a80;border-top:1px solid #ffffff14;padding:1.25rem 0;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.hero__marquee-track{white-space:nowrap;animation:40s linear infinite scroll;display:flex}.hero__marquee-content{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;align-items:center;gap:1.5rem;padding-right:1.5rem;font-size:.82rem;font-weight:500;display:inline-flex}.hero__marquee-content .dot{color:var(--coral)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=880px){.hero__inner{grid-template-columns:1fr;gap:3rem}.hero{min-height:auto;padding:8rem 0 7rem}}.intro .eyebrow{display:block}.intro__text{font-family:var(--font-display);color:var(--text-dark);max-width:760px;margin-top:2rem;font-size:clamp(1.15rem,1.75vw,1.45rem);font-weight:300;line-height:1.55}.intro__text--muted{color:var(--text-muted);font-size:clamp(1rem,1.4vw,1.15rem)}.models__head{text-align:center;margin-bottom:4rem}.models__head .lede{max-width:620px;margin:1.5rem auto 0}.models__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.model-card{background:var(--cream);min-height:380px;transition:transform .4s var(--ease-out), box-shadow .4s var(--ease-out);border-radius:4px;flex-direction:column;padding:2.5rem 2rem 2rem;display:flex;position:relative;overflow:hidden}.model-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #0f29441f}.model-card__accent{height:4px;position:absolute;top:0;left:0;right:0}.model-card__num{font-family:var(--font-display);color:var(--text-light);letter-spacing:.05em;margin-bottom:.75rem;font-size:.95rem}.model-card__title{font-family:var(--font-display);color:var(--navy);margin-bottom:.5rem;font-size:1.75rem;font-weight:600;line-height:1.1}.model-card__sub{font-family:var(--font-display);color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem;font-weight:300}.model-card__list{border-top:1px solid var(--divider);border-bottom:1px solid var(--divider);flex-grow:1;margin-bottom:1.5rem;padding:1.25rem 0;list-style:none}.model-card__list li{color:var(--text-dark);padding:.45rem 0 .45rem 1.25rem;font-size:.95rem;position:relative}.model-card__list li:before{content:"";background:var(--coral);width:6px;height:6px;position:absolute;top:.85rem;left:0}.model-card__meta{flex-direction:column;align-items:flex-start;gap:.4rem;display:flex}.model-card__meta span{text-transform:uppercase;letter-spacing:.18em;color:var(--text-light);font-size:.68rem;font-weight:600}.model-card__meta strong{font-family:var(--font-display);letter-spacing:-.02em;color:var(--navy);font-size:1.2rem;font-weight:600}.models__cta{text-align:center;margin-top:3rem}@media (width<=880px){.models__grid{grid-template-columns:1fr}}.principle__text em{color:var(--coral);font-weight:400}.why__head{text-align:left;max-width:700px;margin-bottom:4rem}.why__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem 3rem;display:grid}.why-card h3{font-family:var(--font-display);color:var(--navy);letter-spacing:-.01em;margin:1rem 0 .5rem;font-size:1.3rem;font-weight:600}.why-card p{color:var(--text-muted);font-size:.96rem;line-height:1.6}.why-card__bullet{background:var(--coral);width:2rem;height:2px;display:block}@media (width<=880px){.why__grid{grid-template-columns:1fr;gap:2rem}}.cta-strip{background:var(--navy);color:var(--white);border-top:1px solid #ffffff0d;padding:clamp(3.5rem,7vw,6rem) 0}.page-header{background:var(--navy);color:var(--white);padding:11rem 0 6rem;position:relative;overflow:hidden}.page-header__bg{pointer-events:none;position:absolute;inset:0}.page-header__orb{background:var(--coral);opacity:.18;filter:blur(70px);border-radius:50%;width:460px;height:460px;position:absolute;top:-160px;right:-120px}.page-header__grain{opacity:.14;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.6 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");position:absolute;inset:0}.page-header__inner{z-index:1;max-width:920px;position:relative}.page-header__title{font-family:var(--font-display);letter-spacing:-.025em;color:var(--white);margin-top:1rem;font-size:clamp(2.5rem,6vw,4.75rem);font-weight:500;line-height:1.04}.page-header__title em{color:var(--coral);font-weight:400}.page-header__lede{font-family:var(--font-display);color:#ffffffb8;max-width:640px;margin-top:1.75rem;font-size:clamp(1.1rem,1.7vw,1.4rem);font-weight:300;line-height:1.5}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.service-card{background:var(--white);border-top:3px solid var(--coral);transition:transform .4s var(--ease-out), box-shadow .4s var(--ease-out);border-radius:4px;padding:2.5rem 2rem;position:relative}.service-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px #0f29441a}.service-card__num{font-family:var(--font-display);color:var(--text-light);letter-spacing:.05em;font-size:.85rem}.service-card h3{font-family:var(--font-display);color:var(--navy);margin:.5rem 0 .75rem;font-size:1.45rem;font-weight:600;line-height:1.15}.service-card p{color:var(--text-muted);font-size:.95rem;line-height:1.55}@media (width<=880px){.services-grid{grid-template-columns:1fr}}.models-detail__head{max-width:700px;margin-bottom:5rem}.model-detail{border-bottom:1px solid var(--divider);grid-template-columns:1fr 1fr;align-items:start;gap:4rem;padding:4rem 0;display:grid}.model-detail:last-child{border-bottom:none}.model-detail--reverse{direction:rtl}.model-detail--reverse>*{direction:ltr}.model-detail__num-row{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.model-detail__num{font-family:var(--font-display);letter-spacing:-.02em;font-size:2.25rem;font-weight:500;line-height:1}.model-detail__accent{width:60px;height:2px;display:block}.model-detail__sub{font-family:var(--font-display);color:var(--text-muted);margin-top:.5rem;margin-bottom:2.5rem;font-size:1.2rem;font-weight:300}.model-detail__label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.16em;color:var(--teal);margin-bottom:1rem;font-size:.72rem;font-weight:600;display:block}.model-detail__workflow{margin-bottom:2rem}.workflow-steps{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.workflow-step{color:var(--white);border-radius:2px;align-items:center;gap:.75rem;padding:.55rem 1.1rem;font-size:.92rem;font-weight:500;display:inline-flex}.workflow-arrow{color:var(--coral);opacity:.9;margin-left:1rem;position:absolute}.workflow-step .workflow-arrow{border-left:1px solid #ffffff40;margin-left:0;padding-left:.5rem;position:static}.model-detail__best ul{list-style:none}.model-detail__best li{color:var(--text-dark);padding:.45rem 0 .45rem 1.4rem;font-size:1rem;position:relative}.model-detail__best li:before{content:"";background:var(--coral);width:8px;height:8px;position:absolute;top:.95rem;left:0}.model-detail__right{background:var(--cream);border-radius:4px;padding:2.5rem}.specs{flex-direction:column;gap:0;display:flex}.specs__row{border-top:1px solid var(--divider);grid-template-columns:11rem 1fr;gap:1.25rem;padding:1rem 0;display:grid}.specs__row:first-child{border-top:none}.specs dt{color:var(--navy);font-size:.88rem;font-weight:600}.specs dd{color:var(--text-dark);font-size:.95rem;line-height:1.5}@media (width<=880px){.model-detail{grid-template-columns:1fr;gap:2.5rem}.model-detail--reverse{direction:ltr}.specs__row{grid-template-columns:1fr;gap:.25rem}}.compare__head{text-align:center;margin-bottom:3rem}.compare-table-wrap{max-width:1100px;margin:0 auto;overflow-x:auto}.compare-table{border-collapse:collapse;background:var(--white);width:100%;font-size:.95rem}.compare-table th,.compare-table td{text-align:left;vertical-align:middle;padding:1.1rem 1.5rem}.compare-table thead th{color:var(--white);font-family:var(--font-display);text-align:center;font-size:1.05rem;font-weight:600}.compare-table thead th:first-child{background:0 0}.compare-table tbody th{font-family:var(--font-body);color:var(--navy);background:var(--off-white);white-space:nowrap;font-weight:600}.compare-table tbody td{color:var(--text-dark);text-align:center;border-top:1px solid var(--divider)}.compare-table tbody tr:hover td{background:var(--off-white)}.compare__note{text-align:center;color:var(--text-muted);margin-top:2rem}.cta-strip{background:var(--navy);color:var(--white);padding:clamp(3.5rem,7vw,6rem) 0}.cta-strip__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;display:flex}.cta-strip .display{color:var(--white)}.cta-strip .lede{color:#ffffffa6}.lang-stats{border-bottom:1px solid var(--divider);grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem;padding:2rem 0 4rem;display:grid}.lang-stat{text-align:left;border-left:2px solid var(--coral);padding:.5rem 0 .5rem 1.25rem}.lang-stat__num{font-family:var(--font-display);color:var(--navy);letter-spacing:-.02em;font-size:clamp(2rem,3.5vw,3rem);font-weight:500;line-height:1;display:block}.lang-stat__label{text-transform:uppercase;letter-spacing:.14em;color:var(--text-muted);margin-top:.4rem;font-size:.78rem;font-weight:500;display:block}@media (width<=720px){.lang-stats{grid-template-columns:1fr 1fr}}.lang-tier{margin-bottom:4rem}.lang-tier__head{flex-wrap:wrap;align-items:center;gap:2rem;margin-bottom:2rem;display:flex}.lang-tier__badge{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;color:var(--white);border-radius:2px;align-items:center;padding:.7rem 1.3rem;font-size:.85rem;font-weight:600;display:inline-flex}.lang-tier__blurb{font-family:var(--font-display);color:var(--text-muted);margin-top:.4rem;font-size:1.05rem}.lang-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.lang-chip{background:var(--white);transition:all .25s var(--ease-out);cursor:default;border-radius:4px;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.lang-chip:hover{background:var(--navy);transform:translateY(-2px)}.lang-chip:hover .lang-chip__code{background:var(--coral);color:var(--navy)}.lang-chip:hover .lang-chip__name{color:var(--white)}.lang-chip:hover .lang-chip__region{color:#ffffffa6}.lang-chip__code{background:var(--off-white);min-width:38px;height:38px;color:var(--navy);font-family:var(--font-display);transition:all .25s var(--ease-out);border-radius:2px;justify-content:center;align-items:center;padding:0 .5rem;font-size:.85rem;font-weight:600;display:flex}.lang-chip__name{color:var(--text-dark);font-size:.93rem;font-weight:600;transition:color .25s;display:block}.lang-chip__region{color:var(--text-muted);margin-top:1px;font-size:.75rem;transition:color .25s;display:block}@media (width<=900px){.lang-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.lang-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=380px){.lang-grid{grid-template-columns:1fr}}.lang-more{background:var(--navy);color:var(--white);text-align:center;border-radius:6px;margin-top:2rem;padding:3rem}.lang-more h3{font-family:var(--font-display);color:var(--white);letter-spacing:-.01em;margin-bottom:1rem;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:600}.lang-more p{font-family:var(--font-display);color:#ffffffbf;max-width:600px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.lang-more .btn--ghost{color:var(--white);background:0 0;border-color:#fff6}.lang-more .btn--ghost:hover{background:var(--coral);color:var(--navy);border-color:var(--coral)}.about__lede{font-family:var(--font-display);color:var(--text-dark);font-size:clamp(1.2rem,1.85vw,1.55rem);font-weight:300;line-height:1.55}.about__lede+.about__lede{margin-top:2rem}.about__lede--muted{color:var(--text-muted);font-size:clamp(1rem,1.4vw,1.2rem)}.principle{text-align:center;position:relative}.principle__quote{font-family:var(--font-display);color:var(--coral);opacity:.85;margin-bottom:-2rem;font-size:8rem;line-height:1;display:block}.principle__text{font-family:var(--font-display);letter-spacing:-.01em;color:var(--white);font-size:clamp(1.5rem,3vw,2.4rem);font-weight:400;line-height:1.35}.principle__text em{color:var(--coral)}.principle__attribution{text-transform:uppercase;letter-spacing:.18em;color:#ffffff80;margin-top:2rem;font-size:.82rem}.qa-row{grid-template-columns:1.3fr 1fr;align-items:start;gap:4rem;display:grid}.qa-left h2{margin:1rem 0 2rem}.qa-steps{list-style:none}.qa-steps li{border-top:1px solid var(--divider);gap:1.5rem;padding:1.25rem 0;display:flex}.qa-step__num{background:var(--teal);width:44px;height:44px;color:var(--white);font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:600;display:flex}.qa-steps h3{font-family:var(--font-display);color:var(--navy);letter-spacing:-.01em;margin-bottom:.3rem;font-size:1.2rem;font-weight:600}.qa-steps p{color:var(--text-muted);font-size:.96rem}.qa-right{background:var(--navy);color:var(--white);border-radius:6px;padding:3rem 2.5rem;position:sticky;top:6rem}.qa-right .eyebrow{color:var(--coral);margin-bottom:2rem}.certs{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.certs li{border-bottom:1px solid #ffffff1a;grid-template-columns:auto 7.5rem 1fr;align-items:center;gap:1rem;padding-bottom:1.25rem;display:grid}.certs li:last-child{border-bottom:none}.certs .check{background:var(--coral);width:26px;height:26px;color:var(--navy);border-radius:50%;justify-content:center;align-items:center;display:flex}.certs strong{font-family:var(--font-display);color:var(--white);letter-spacing:-.01em;font-size:1.1rem;font-weight:600}.certs span{color:#ffffffa6;font-size:.92rem}@media (width<=900px){.qa-row{grid-template-columns:1fr}.qa-right{position:static}}.sla__head{margin-bottom:3rem}.sla-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.sla-card{background:var(--white);border-left:3px solid var(--coral);border-radius:4px;padding:2rem}.sla-card__value{font-family:var(--font-display);color:var(--coral-deep);letter-spacing:-.02em;margin-bottom:.85rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:600;line-height:1;display:block}.sla-card p{color:var(--text-dark);font-size:.96rem;line-height:1.5}.sla__footnote{text-align:center;font-family:var(--font-display);color:var(--text-muted);margin-top:3rem}@media (width<=880px){.sla-grid{grid-template-columns:1fr}}.engage__head{max-width:700px;margin-bottom:4rem}.engage-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.engage-card{background:var(--cream);border-radius:6px;padding:3rem 2.5rem}.engage-card--alt{background:var(--navy);color:var(--white)}.engage-card h3{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.16em;color:var(--coral-deep);margin-bottom:2rem;font-size:.78rem;font-weight:600}.engage-card--alt h3{color:var(--coral)}.engage-list{flex-direction:column;list-style:none;display:flex}.engage-list li{border-top:1px solid var(--divider);grid-template-columns:11rem 1fr;align-items:baseline;gap:1.5rem;padding:1.25rem 0;display:grid}.engage-card--alt .engage-list li{border-top-color:#ffffff1a}.engage-list li:first-child{border-top:none}.engage-list strong{font-family:var(--font-display);color:var(--navy);letter-spacing:-.01em;font-size:1.05rem;font-weight:600}.engage-card--alt .engage-list strong{color:var(--coral)}.engage-list span{color:var(--text-muted);font-size:.94rem;line-height:1.5}.engage-card--alt .engage-list span{color:#ffffffb8}@media (width<=880px){.engage-grid{grid-template-columns:1fr}.engage-list li{grid-template-columns:1fr;gap:.25rem}}.team-section{scroll-margin-top:80px}.team__head{text-align:center;max-width:720px;margin:0 auto 4rem}.team__head .lede{margin-top:1.25rem}.team__head .display em{color:var(--coral-deep);font-weight:500}.team-grid{grid-template-columns:repeat(5,1fr);gap:1.75rem;display:grid}.team-card{text-align:center;transition:transform .4s var(--ease-out)}.team-card:hover{transform:translateY(-4px)}.team-card__photo-wrap{aspect-ratio:1;background:var(--navy);width:100%;transition:box-shadow .4s var(--ease-out);border-radius:50%;margin-bottom:1.25rem;position:relative;overflow:hidden;box-shadow:0 8px 20px #0f294414}.team-card:hover .team-card__photo-wrap{box-shadow:0 16px 36px #0f29442e}.team-card__photo{object-fit:cover;object-position:center 30%;width:100%;height:100%;transition:transform .6s var(--ease-out)}.team-card:hover .team-card__photo{transform:scale(1.05)}.team-card__placeholder{background:var(--navy);color:var(--coral);font-family:var(--font-display);letter-spacing:.02em;justify-content:center;align-items:center;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600;display:none;position:absolute;inset:0}.team-card__name{font-family:var(--font-display);color:var(--navy);letter-spacing:-.01em;margin-bottom:.35rem;font-size:1.1rem;font-weight:600;line-height:1.25}.team-card__title{font-family:var(--font-body);color:var(--text-muted);padding:0 .5rem;font-size:.85rem;line-height:1.4}@media (width<=1100px){.team-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:720px;margin-left:auto;margin-right:auto}}@media (width<=640px){.team-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:480px}}@media (width<=380px){.team-grid{grid-template-columns:1fr;max-width:280px}}.contact__layout{grid-template-columns:1.6fr 1fr;align-items:start;gap:4rem;display:grid}.contact__form-wrap{background:var(--white);border-radius:6px;padding:3.5rem 3rem}.contact-form h2{margin-bottom:.75rem}.contact-form__intro{color:var(--text-muted);font-family:var(--font-display);margin-bottom:2.5rem}.contact-form label{color:var(--navy);margin-bottom:1.5rem;font-size:.85rem;font-weight:500;display:block}.contact-form label span{letter-spacing:.02em;margin-bottom:.5rem;display:block}.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea{background:var(--cream);width:100%;font-family:var(--font-body);color:var(--text-dark);transition:all .2s var(--ease-out);border:1px solid #0000;border-radius:3px;padding:.9rem 1rem;font-size:.98rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--coral);background:var(--white);outline:none;box-shadow:0 0 0 4px #e89b5c26}.contact-form textarea{resize:vertical;min-height:120px}.contact-form__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.contact-form__chips{flex-wrap:wrap;gap:.6rem;display:flex}.chip{cursor:pointer;display:inline-flex;position:relative;margin-bottom:0!important}.chip input{opacity:0;pointer-events:none;position:absolute}.chip span{background:var(--cream);color:var(--navy);border:1px solid var(--divider);transition:all .2s var(--ease-out);border-radius:999px;padding:.65rem 1.15rem;font-size:.9rem;font-weight:500;display:inline-block;margin:0!important}.chip:hover span{border-color:var(--coral);color:var(--coral-deep)}.chip input:checked+span{background:var(--navy);color:var(--white);border-color:var(--navy)}.contact-form__submit{margin-top:1.5rem}.contact-form__footnote{color:var(--text-muted);margin-top:1.5rem;font-size:.82rem;line-height:1.5}.contact__success{padding:2rem 0}.contact__success h2{margin-bottom:1.25rem}.contact__success p{font-family:var(--font-display);color:var(--text-muted);font-size:1.15rem;line-height:1.6}.contact__success strong{color:var(--navy);font-style:normal;font-weight:600}.contact__side{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:6rem}.contact__card{background:var(--white);border-radius:6px;padding:2rem}.contact__card--dark{background:var(--navy);color:var(--white)}.contact__card h3{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.16em;color:var(--coral-deep);margin-bottom:1.25rem;font-size:.78rem;font-weight:600}.contact__card--dark h3{color:var(--coral)}.contact__card p{color:var(--text-dark);margin-bottom:.5rem;font-size:1rem}.contact__card--dark p{color:#ffffffd9}.contact__card a{color:var(--navy);border-bottom:1px solid var(--coral);font-weight:500;transition:color .2s}.contact__card a:hover{color:var(--coral-deep)}.contact__card--dark a{color:var(--coral)}.contact__hours{font-family:var(--font-display);margin-top:.75rem;color:var(--text-muted)!important;font-size:.85rem!important}.contact__steps{counter-reset:step;flex-direction:column;gap:1.25rem;list-style:none;display:flex}.contact__steps li{counter-increment:step;border-bottom:1px solid #ffffff1a;padding-bottom:1rem;padding-left:2.75rem;position:relative}.contact__steps li:last-child{border-bottom:none;padding-bottom:0}.contact__steps li:before{content:counter(step, decimal-leading-zero);font-family:var(--font-display);color:var(--coral);font-size:1.1rem;font-weight:500;position:absolute;top:0;left:0}.contact__steps strong{font-family:var(--font-display);color:var(--white);letter-spacing:-.01em;margin-bottom:.25rem;font-size:1.05rem;font-weight:600;display:block}.contact__steps span{color:#ffffffb3;font-size:.92rem;line-height:1.5}@media (width<=980px){.contact__layout{grid-template-columns:1fr}.contact__side{position:static}.contact__form-wrap{padding:2.5rem 2rem}}@media (width<=600px){.contact-form__row{grid-template-columns:1fr;gap:0}}
