:root{--ink:#142438;--muted:#526174;--blue:#145be1;--line:#dce3eb;--paper:#f1f5f9;--night:#0a1423;--radius:12px;--shell:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;font-size:16px;line-height:1.75}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.28;font-weight:650;letter-spacing:-.025em}p{color:var(--muted)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select,summary{ -webkit-tap-highlight-color:transparent}button,summary{cursor:pointer}img{display:block;max-width:100%;height:auto}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #5598ff;outline-offset:4px}a:hover{color:var(--blue)}[hidden]{display:none!important}.shell{width:min(var(--shell),calc(100% - 80px));margin-inline:auto}.section{padding-block:88px}.muted{background:var(--paper)}.eyebrow{font-size:14px;font-weight:650;letter-spacing:.09em;margin-bottom:16px;color:var(--blue)}.eyebrow.light{color:#aaccff}.lead{font-size:21px;line-height:1.65}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 25px;border-radius:7px;background:var(--blue);color:white;border:1px solid var(--blue);font-size:16px;font-weight:600;line-height:1.5;text-align:center}.button:hover{background:#0847be;color:#fff}.button.small{font-size:14px;min-height:42px;padding:8px 17px}.button.ghost{background:transparent;border-color:#9fb3ca;color:#fff}.button.ghost:hover{background:#ffffff17}.button.outline{background:transparent;color:var(--ink);border-color:#b9c6d5}.actions{display:flex;flex-wrap:wrap;gap:12px}.text-link{color:var(--blue);font-weight:600;text-decoration:underline;text-underline-offset:5px}.skip-link{position:fixed;top:-100px;left:20px;padding:12px;background:white;z-index:100}.skip-link:focus{top:10px}.site-header{position:sticky;top:0;z-index:20;background:#fffffff5;border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:80px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand img{width:100px;height:42px;object-fit:contain}.brand span{font-weight:650;font-size:16px}.site-header nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:550}.site-header nav>a,.site-header summary{padding-block:14px}.site-header a[aria-current]:not(.button){color:var(--blue)}.site-header details{position:relative}.site-header summary{list-style:none;min-height:44px}.site-header summary::-webkit-details-marker{display:none}.site-header summary::after{content:'⌄';margin-left:7px}.nav-sub{position:absolute;top:100%;left:-20px;background:white;min-width:230px;padding:12px;border:1px solid var(--line);border-radius:8px;box-shadow:0 15px 35px #14243818}.nav-sub a{display:block;padding:10px 12px}.nav-sub a:hover{background:var(--paper)}.menu-button{display:none;background:white;border:1px solid var(--line);border-radius:6px;padding:8px 14px;min-height:44px}.hero{position:relative;isolation:isolate;background:var(--night);color:white;min-height:680px;display:flex;flex-direction:column;justify-content:center}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:65% 60%;z-index:-2}.hero::before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#060e1cf2 0%,#071122ba 42%,#07112215 100%)}.hero-inner{padding-block:90px 115px}.hero h1{font-size:clamp(42px,4.8vw,70px);line-height:1.23;letter-spacing:-.04em}.hero-copy{max-width:540px;color:#d4e0ee;font-size:18px;margin-block:28px 32px}.hero-caption{position:absolute;bottom:28px;left:0;right:0;display:flex;justify-content:space-between;color:#c6d2e0;font-size:14px}.hero-caption a{color:white;text-decoration:underline;text-underline-offset:5px}.business-strip{display:grid;grid-template-columns:repeat(3,1fr);padding-block:24px;border-bottom:1px solid var(--line);font-size:15px;color:var(--muted)}.business-strip span+span{border-left:1px solid var(--line);padding-left:30px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:36px}.section-heading h2,.team-section h2,.partners h2,.contact-callout h2,.product-reading h2{font-size:clamp(28px,3vw,40px)}.section-heading p:not(.eyebrow){margin-top:18px;max-width:720px}.section-heading>.text-link{white-space:nowrap;margin-bottom:6px}.product-feature{display:grid;grid-template-columns:1.12fr 1fr;background:var(--paper);border-radius:var(--radius);overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:cover;min-height:470px}.product-feature-copy{padding:48px}.product-feature-copy h3{font-size:34px}.product-feature-copy .lead{margin-block:20px 16px}.product-feature-copy>.button{margin-top:30px}.key-specs{display:flex;flex-wrap:wrap;gap:24px;margin:28px 0 0}.key-specs dt{font-size:14px;color:var(--muted)}.key-specs dd{margin:6px 0 0;font-size:22px;font-weight:650}.service-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px}.service-card{grid-column:span 2;background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s}.service-card:nth-child(-n+2){grid-column:span 3}.service-card img{width:100%;height:220px;object-fit:cover}.service-card:nth-child(-n+2) img{height:300px}.service-card>div{padding:26px}.service-card h3{font-size:24px}.service-card p:not(.eyebrow){margin:16px 0 22px}.service-card:hover{color:var(--ink);box-shadow:0 8px 22px #18385812}.case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.case-card img{width:100%;aspect-ratio:1.45;object-fit:cover;border-radius:9px;margin-bottom:24px}.case-card h3{font-size:23px;margin-bottom:14px}.case-card .eyebrow{font-size:13px;margin-bottom:12px}.news-card p:not(.eyebrow){margin-bottom:16px}.news-card-placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:1.45;margin-bottom:24px;border-radius:9px;background:linear-gradient(135deg,#dce8f6,#f7f9fc);color:#526174;font-size:15px;font-weight:600;letter-spacing:.08em}.team-section{background:var(--night);color:white;padding-block:90px}.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.team-section p:not(.eyebrow){color:#b7c7d9}.team-grid>div>p:not(.eyebrow){margin-block:28px;max-width:480px}.team-list article{padding:22px 0;border-bottom:1px solid #304054}.team-list article:first-child{padding-top:0}.team-list h3{font-size:20px;margin-bottom:12px}.partners{text-align:center}.partner-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:28px;margin-top:45px;align-items:center}.partner-grid img{max-height:72px;width:100%;object-fit:contain}.news-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.news-list a{border-top:1px solid #abb8c9;padding-top:25px}.news-list h3{font-size:23px}.news-list p{margin-block:20px}.contact-callout{display:flex;align-items:center;justify-content:space-between;gap:40px}.contact-callout p:not(.eyebrow){margin-top:18px;max-width:700px}.contact-callout>.button{flex-shrink:0}.site-footer{background:#0a1423;color:#d9e2ee;padding-top:60px;font-size:14px}.footer-grid{display:grid;grid-template-columns:1.25fr .7fr .7fr 1.35fr;gap:40px;padding-bottom:48px}.footer-grid h2{font-size:16px;color:white;margin-bottom:22px}.footer-grid p{font-size:14px;color:#a5b7cb;margin-top:12px}.footer-grid>div>a:not(.footer-wordmark){display:block;margin:10px 0}.footer-wordmark{display:block;font-size:34px;font-weight:750;letter-spacing:.08em;color:white}.footer-wordmark span{display:block;font-size:14px;font-weight:450;letter-spacing:.06em}.footer-bottom{border-top:1px solid #293649;padding-block:23px;display:flex;justify-content:space-between;gap:20px;color:#a5b7cb}.breadcrumb{display:flex;flex-wrap:wrap;gap:12px;font-size:14px;padding-block:24px;color:var(--muted)}.product-hero{display:grid;grid-template-columns:1.12fr 1fr;gap:60px;padding-block:10px 60px;align-items:center}.product-hero-image img{width:100%;aspect-ratio:1.15;object-fit:cover;border-radius:var(--radius)}.product-hero h1{font-size:clamp(32px,3.5vw,48px)}.product-hero .lead{margin:24px 0 18px}.product-hero .actions{margin-block:28px 20px}.product-nav{background:#fff;border-block:1px solid var(--line)}.product-nav .shell{display:flex;gap:40px;flex-wrap:wrap}.product-nav a{padding:18px 0;font-size:15px}.product-reading{display:grid;grid-template-columns:1fr 1.5fr;gap:70px}.product-reading h2{margin-bottom:24px}.rich-body{color:var(--ink);font-size:17px;line-height:1.85;overflow-wrap:anywhere}.rich-body p{color:inherit;margin:0 0 1em;white-space:pre-wrap}.rich-body h2{font-size:28px;margin:1.6em 0 .7em}.rich-body h3{font-size:22px;margin:1.3em 0 .7em}.rich-body img{max-width:100%;height:auto;border-radius:8px;margin:1.5em auto}.rich-body blockquote{border-left:3px solid var(--blue);margin:24px 0;padding:12px 22px;background:var(--paper);color:var(--muted)}.rich-body a{color:var(--blue);text-decoration:underline}.rich-body .ql-align-center{text-align:center}.rich-body .ql-align-right{text-align:right}.rich-body .ql-align-justify{text-align:justify}.spec-table{margin:0}.spec-table>div{display:grid;grid-template-columns:1fr 1.4fr;gap:24px;padding:18px 4px;border-bottom:1px solid #ccd7e4}.spec-table dt{color:var(--muted)}.spec-table dd{margin:0;overflow-wrap:anywhere}.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px}.gallery-grid img{aspect-ratio:1.5;width:100%;object-fit:cover;border-radius:9px}.gallery-grid h3{font-size:24px;margin:20px 0 8px}.gallery-grid p{margin-bottom:12px}.faq-list details{border-bottom:1px solid var(--line);padding:20px 0}.faq-list summary{font-weight:600}.faq-list p{margin-top:15px;white-space:pre-wrap}.preview-note{padding:6px 16px;background:#dfeaff;color:#173d7a;font-size:14px;text-align:center}
@media(min-width:1500px){.hero{min-height:760px}}
@media(max-width:1150px){.site-header nav{gap:14px}.brand span{display:none}.product-feature-copy{padding:34px}.team-grid{gap:50px}.product-hero{gap:35px}}
@media(max-width:950px){.shell{width:calc(100% - 48px)}.menu-button{display:block}.header-inner{min-height:72px;flex-wrap:wrap;gap:0;padding-block:12px}.site-header nav{display:none;flex-basis:100%;align-items:stretch;gap:0;padding-top:12px;max-height:75dvh;overflow:auto}.site-header nav.is-open{display:flex;flex-direction:column}.site-header nav>a,.site-header summary{padding:11px 8px}.nav-sub{position:static;box-shadow:none;border:0;border-left:2px solid var(--line);margin:0 0 10px 8px}.brand span{display:inline}.product-feature,.product-hero{grid-template-columns:1fr 1fr}.product-feature-copy h3{font-size:28px}.product-photo img{min-height:430px}.key-specs{gap:14px}.key-specs dd{font-size:18px}.service-grid{gap:18px}.service-card>div{padding:20px}.service-card h3{font-size:21px}.case-grid{gap:20px}.case-card h3{font-size:20px}.footer-grid{grid-template-columns:1fr 1fr}.partner-grid{grid-template-columns:repeat(4,1fr)}.product-reading{gap:40px;grid-template-columns:1fr 1.5fr}}
@media(max-width:650px){.shell{width:calc(100% - 36px)}.section{padding-block:52px}.hero{min-height:640px}.hero-inner{padding-block:60px 110px}.hero-photo{object-position:65% 50%}.hero::before{background:linear-gradient(90deg,#060e1cea,#0711228c)}.hero h1{font-size:42px}.hero-copy{font-size:17px}.hero-caption{align-items:start;gap:16px;font-size:13px}.hero-caption span{max-width:230px}.hero-caption a{white-space:nowrap}.business-strip{font-size:13px;gap:12px;padding-block:20px}.business-strip span+span{padding-left:12px}.section-heading{align-items:start;flex-direction:column;gap:20px;margin-bottom:26px}.product-feature,.product-hero,.product-reading,.team-grid{grid-template-columns:1fr;gap:28px}.product-feature{gap:0}.product-photo img{min-height:0;aspect-ratio:1.15;object-fit:cover}.product-feature-copy{padding:28px 24px}.product-feature-copy h3{font-size:28px}.product-feature-copy .lead{font-size:18px}.service-grid,.case-grid,.gallery-grid,.news-list{grid-template-columns:1fr}.service-card,.service-card:nth-child(-n+2){grid-column:auto}.service-card img,.service-card:nth-child(-n+2) img{height:auto;aspect-ratio:1.55}.case-grid{gap:34px}.team-section{padding-block:56px}.team-grid{gap:42px}.partner-grid{grid-template-columns:repeat(3,1fr);gap:24px}.partner-grid img{max-height:55px}.contact-callout{align-items:start;flex-direction:column;gap:25px}.footer-grid{gap:36px 24px}.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:9px;font-size:13px}.product-hero{padding-bottom:38px}.product-hero-image img{aspect-ratio:1.2}.product-nav .shell{gap:23px}.product-nav a{font-size:14px}.product-reading h2{margin-bottom:0}.rich-body{font-size:16px}.gallery-grid{gap:30px}.spec-table>div{gap:18px}.news-list{gap:32px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Shared catalog, editorial pages and compact institution overview. */
.product-catalog{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.product-catalog .catalog-card{display:flex;flex-direction:column}.catalog-card .product-photo img{min-height:0;height:auto;aspect-ratio:4/3;object-fit:cover}.catalog-card .product-feature-copy{padding:30px;flex:1;display:flex;flex-direction:column;align-items:flex-start}.catalog-card .product-feature-copy>.button{margin-top:auto}.catalog-card .product-feature-copy>p:last-of-type,.catalog-card .key-specs{margin-bottom:26px}.catalog-card .product-feature-copy h3{font-size:28px}.product-image-empty{min-height:260px;aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--night);color:#fff;padding:30px;text-align:center}.product-image-empty strong{font-size:clamp(30px,4vw,56px);overflow-wrap:anywhere}.product-image-empty span{font-size:14px;color:#aaccff;letter-spacing:.08em}
.compact-services{padding-block:clamp(24px,4vh,44px);scroll-margin-top:80px}.compact-services .section-heading{margin-bottom:22px;align-items:center}.compact-services .section-heading h2{font-size:clamp(24px,2.5vw,32px)}.compact-services .eyebrow{margin-bottom:8px}.compact-services .service-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.compact-services .service-card,.compact-services .service-card:nth-child(-n+2){grid-column:auto}.compact-services .service-card img,.compact-services .service-card:nth-child(-n+2) img{height:clamp(80px,15vh,140px);aspect-ratio:auto}.compact-services .service-card>div{padding:16px}.compact-services .service-card h3{font-size:18px;line-height:1.5;margin-bottom:8px}.compact-services .service-card .text-link{font-size:14px}
.collection-heading{padding-bottom:32px}.collection-heading h1,.article-heading h1{font-size:clamp(30px,4vw,48px);overflow-wrap:anywhere}.collection-heading p:not(.eyebrow){margin-top:20px;max-width:760px}.collection-content{padding-top:20px;min-height:35vh}.case-card{min-width:0;overflow-wrap:anywhere}.case-card time,.article-heading time{display:block;font-size:14px;color:var(--muted);margin-bottom:12px}.article-shell{width:min(820px,calc(100% - 48px));margin:auto;padding-top:24px}.article-heading{margin-bottom:32px}.article-heading .lead{margin-top:22px}.article-heading time{margin-top:18px}.article-cover,.article-photo{width:100%;height:auto;border-radius:12px;margin-bottom:32px}.article-shell .rich-body{margin-top:30px}.works-masonry{columns:3;column-gap:24px}.works-masonry>a{display:block;break-inside:avoid;margin-bottom:24px;border:1px solid var(--line);border-radius:10px;overflow:hidden}.works-masonry img{width:100%;height:auto;aspect-ratio:auto}.works-masonry h3{font-size:18px;padding:16px 18px}.work-full-image{width:100%;height:auto;border-radius:10px}.work-description{display:grid;grid-template-columns:1fr 1.4fr;gap:48px;margin-top:36px}.work-detail{padding-top:24px}.rich-body li{margin-bottom:.35em}.rich-body .ql-indent-1{padding-left:2em}.rich-body .ql-indent-2{padding-left:4em}.rich-body .ql-indent-3{padding-left:6em}
@media(max-width:1150px){.site-header nav{gap:12px}.compact-services .service-card>div{padding:12px}.compact-services .service-card h3{font-size:16px}}
@media(max-width:950px){.compact-services .service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.compact-services .service-card img,.compact-services .service-card:nth-child(-n+2) img{height:85px}.compact-services .service-card>div{padding:10px 14px}.compact-services .service-card h3{margin-bottom:4px}.works-masonry{columns:2}}
@media(max-width:650px){.product-catalog{grid-template-columns:1fr;gap:24px}.catalog-card .product-feature-copy{padding:24px}.compact-services{padding-block:24px}.compact-services .section-heading{gap:12px;margin-bottom:16px}.compact-services .section-heading h2{font-size:24px}.compact-services .service-grid{grid-template-columns:1fr;gap:8px}.compact-services .service-card{display:grid;grid-template-columns:80px minmax(0,1fr);align-items:stretch}.compact-services .service-card img,.compact-services .service-card:nth-child(-n+2) img{height:100%;min-height:58px;max-height:80px;width:80px}.compact-services .service-card>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px}.compact-services .service-card h3{margin:0;font-size:16px}.compact-services .service-card .text-link{white-space:nowrap}.work-description{grid-template-columns:1fr;gap:28px}.works-masonry{column-gap:12px}.works-masonry>a{margin-bottom:12px}.works-masonry h3{font-size:16px;padding:12px}.article-shell{width:calc(100% - 36px)}}
@media(max-width:380px){.compact-services .service-card{grid-template-columns:60px minmax(0,1fr)}.compact-services .service-card img,.compact-services .service-card:nth-child(-n+2) img{width:60px}.compact-services .service-card>div{padding:10px}.works-masonry{columns:1}}
@media(max-height:550px) and (min-width:951px){.compact-services{padding-block:20px}.compact-services .service-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.compact-services .service-card img,.compact-services .service-card:nth-child(-n+2) img{height:70px}.compact-services .service-card>div{padding:10px}.compact-services .section-heading{margin-bottom:14px}}
@media(max-width:650px) and (max-height:650px){.compact-services{padding-block:12px}.compact-services .section-heading{gap:8px;margin-bottom:12px}.compact-services .section-heading .eyebrow{display:none}.compact-services .section-heading h2{font-size:22px}.compact-services .service-grid{gap:6px}.compact-services .service-card img,.compact-services .service-card:nth-child(-n+2) img{min-height:48px;max-height:60px}.compact-services .service-card>div{padding:8px 10px}.compact-services .service-card h3{line-height:1.35}}
@media(min-width:951px){.nav-sub{max-height:calc(100dvh - 110px);overflow-y:auto;overscroll-behavior:contain}}

.hero-title-lines{white-space:pre-line}

/* Keep the brand and menu on one row on narrow phones. */
@media(max-width:650px){
  .header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:10px}
  .brand{min-width:0;gap:8px}
  .brand img{width:68px;height:38px;flex:none}
  .brand span{min-width:0;font-size:13px;line-height:1.35}
  .menu-button{justify-self:end}
  .site-header nav{grid-column:1/-1;width:100%}
}
