@font-face { font-family: 'Archivo'; src: url(/assets/fonts/archivo-var.woff2) format('woff2'); font-weight: 100 900; font-stretch: 62% 125%; font-display: swap; }
@font-face { font-family: 'Source Serif 4'; src: url(/assets/fonts/sourceserif4-var.woff2) format('woff2'); font-weight: 200 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Source Serif 4'; src: url(/assets/fonts/sourceserif4-italic-var.woff2) format('woff2'); font-weight: 200 900; font-style: italic; font-display: swap; }
:root {
--ink: #0a2540;
--ink-2: #0e3a63;
--ocean: #0b5c7a;
--teal: #12b8c7;
--teal-hover: #0fa5b3;
--teal-ink: #08707e;
--tint: #eef5f9;
--tint-2: #e3eef5;
--mist: #f4f7fa;
--line: #dbe4ec;
--slate: #4b5b6e;
--text: #1a2735;
--paper: #fff;
--sans: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
--wrap: 1200px;
--gutter: clamp(16px, 4vw, 40px);
--header-h: 72px;
--r: 10px;
--shadow: 0 1px 2px rgba(10, 37, 64, .06), 0 10px 30px rgba(10, 37, 64, .08);
--shadow-hi: 0 2px 4px rgba(10, 37, 64, .08), 0 18px 44px rgba(10, 37, 64, .14);
--slide-ms: 7000ms;
--hero-grad: linear-gradient(118deg, #0a2540 0%, #0e3a63 52%, #0b5c7a 100%);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 64px); }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body { margin: 0; font-family: var(--sans); font-size: 1.0625rem; line-height: 1.6; color: var(--text); background: var(--paper); -webkit-font-smoothing: antialiased; }
img, picture, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; line-height: 1.2; color: var(--ink); font-weight: 600; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
button { font: inherit; color: inherit; cursor: pointer; }
input { font: inherit; }
:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; border-radius: 3px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; }
.skip:focus { top: 12px; }
.wrap { width: 100%; max-width: calc(var(--wrap) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter); }
.wrap-read { max-width: calc(820px + var(--gutter) * 2); }
.ico { width: 24px; height: 24px; flex: none; }
.ico-sm { width: 18px; height: 18px; }
.ico-badge { width: 56px; height: 56px; padding: 15px; border-radius: 50%; background: var(--ink); color: #fff; }
.ico-check { width: 18px; height: 18px; color: var(--teal-ink); margin-top: 3px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 20px; border-radius: 6px; border: 1.5px solid transparent; font-weight: 600; font-size: .95rem; text-decoration: none; white-space: nowrap; transition: background-color .15s, border-color .15s, color .15s, box-shadow .15s; }
.btn-lg { min-height: 50px; padding: 13px 26px; font-size: 1rem; }
.btn-solid { background: var(--teal); color: var(--ink); }
.btn-solid:hover { background: var(--teal-hover); }
.btn-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-ghost-light { border-color: rgba(255, 255, 255, .55); color: #fff; }
.btn-ghost-light:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.more, .text-link { font-weight: 600; color: var(--teal-ink); text-decoration: none; }
.text-link { text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1.5px; }
a:hover > .more, .text-link:hover { color: var(--ink); }
.kicker { font-weight: 600; font-size: .95rem; color: var(--teal-ink); margin-bottom: 12px; }
.utility { background: var(--ink); color: rgba(255, 255, 255, .82); font-size: .84rem; }
.utility-row { display: flex; justify-content: flex-end; height: 34px; align-items: center; }
.utility ul { list-style: none; display: flex; gap: 22px; }
.utility a { text-decoration: none; }
.utility a:hover { color: #fff; text-decoration: underline; }
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; box-shadow: 0 1px 0 var(--line); transition: box-shadow .2s; }
.site-header.is-scrolled { box-shadow: 0 1px 0 var(--line), 0 6px 20px rgba(10, 37, 64, .07); }
.header-row { display: flex; align-items: center; gap: 28px; height: var(--header-h); }
.brand img { height: 42px; width: auto; }
.primary { display: flex; align-items: center; flex: 1; gap: 20px; }
.nav-list { list-style: none; display: flex; gap: 4px; margin-left: auto; }
.nav-item { position: relative; display: flex; align-items: center; }
.nav-link { display: block; padding: 24px 12px; text-decoration: none; font-weight: 500; font-size: .98rem; color: var(--ink); position: relative; }
.nav-link[aria-current]::after, .nav-link:hover::after { content: ''; position: absolute; left: 12px; right: 12px; bottom: 16px; height: 2px; background: var(--teal); }
.has-sub .nav-link { padding-right: 4px; }
.sub-toggle { background: none; border: 0; padding: 8px 8px 8px 2px; color: var(--ink); display: flex; }
.caret { width: 10px; height: 6px; transition: transform .2s; }
.sub { list-style: none; position: absolute; top: calc(100% - 6px); left: 0; min-width: 260px; background: #fff; border-radius: var(--r); box-shadow: var(--shadow-hi); padding: 10px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .15s, transform .15s, visibility 0s .15s; }
.sub a { display: block; padding: 10px 12px; border-radius: 6px; text-decoration: none; font-size: .95rem; color: var(--ink); }
.sub a:hover { background: var(--tint); }
.has-sub:hover .sub, .has-sub:focus-within .sub, .has-sub.is-open .sub { opacity: 1; visibility: visible; transform: none; transition: opacity .15s, transform .15s; }
.has-sub:hover .caret, .has-sub.is-open .caret { transform: rotate(180deg); }
.nav-actions { padding-left: 8px; }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: none; position: relative; }
.menu-bars, .menu-bars::before, .menu-bars::after { position: absolute; left: 11px; width: 22px; height: 2px; background: var(--ink); transition: transform .2s; }
.menu-bars { top: 21px; }
.menu-bars::before, .menu-bars::after { content: ''; left: 0; }
.menu-bars::before { top: -7px; }
.menu-bars::after { top: 7px; }
.menu-toggle[aria-expanded="true"] .menu-bars { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-bars::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-bars::after { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 1080px) {
.menu-toggle { display: block; }
.primary { display: none; position: absolute; left: 0; right: 0; top: var(--header-h); flex-direction: column; align-items: stretch; background: #fff; padding: 8px var(--gutter) 24px; box-shadow: 0 12px 24px rgba(10, 37, 64, .1); max-height: calc(100vh - var(--header-h)); overflow-y: auto; }
.primary.is-open { display: flex; }
.nav-list { flex-direction: column; margin: 0; gap: 0; }
.nav-item { flex-wrap: wrap; border-bottom: 1px solid var(--line); }
.nav-link { flex: 1; padding: 15px 0; font-size: 1.08rem; }
.nav-link::after { display: none; }
.sub-toggle { padding: 14px 4px 14px 16px; }
.sub { position: static; flex-basis: 100%; min-width: 0; box-shadow: none; padding: 0 0 10px 12px; display: none; opacity: 1; visibility: visible; transform: none; }
.has-sub:hover .sub, .has-sub:focus-within .sub { display: none; }
.has-sub.is-open .sub { display: block; }
.nav-actions { padding: 20px 0 0; }
.nav-actions .btn { width: 100%; }
}
.orbit-art { position: absolute; pointer-events: none; color: #fff; }
.hero-art { width: 980px; right: -260px; top: -210px; opacity: .9; }
.page-hero-art { width: 640px; right: -160px; top: -200px; color: var(--ink); opacity: .55; }
.page-hero-dark .page-hero-art { color: #fff; opacity: .8; }
.cta-art { width: 620px; right: -120px; top: -240px; }
.stats-art { width: 560px; left: -200px; bottom: -330px; }
.hero { position: relative; overflow: hidden; background: var(--hero-grad); color: #fff; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 48px; align-items: center; min-height: 600px; padding-top: 64px; padding-bottom: 64px; }
.hero-copy-stack { display: grid; }
.hero-copy { grid-area: 1 / 1; opacity: 0; visibility: hidden; transition: opacity .5s ease, visibility 0s .5s; }
.hero-copy.is-on { opacity: 1; visibility: visible; transition: opacity .6s ease .2s; }
.hero-title { color: #fff; font-size: clamp(2.3rem, 1.3rem + 3vw, 3.6rem); font-weight: 600; letter-spacing: -.02em; line-height: 1.08; margin: 0 0 20px; max-width: 16ch; text-wrap: balance; }
.hero-text { font-size: clamp(1.05rem, .98rem + .3vw, 1.2rem); color: rgba(255, 255, 255, .84); max-width: 46ch; margin: 0; }
.hero-actions { margin-top: 36px; }
.hero-controls { display: flex; align-items: center; gap: 18px; margin-top: 44px; }
.dots { display: flex; gap: 8px; }
.dot { width: 28px; height: 20px; padding: 8px 0; background: none; border: 0; transition: width .3s; }
.dot span { display: block; height: 4px; border-radius: 2px; background: rgba(255, 255, 255, .35); position: relative; overflow: hidden; }
.dot.is-on { width: 64px; }
.dot.is-on span::after { content: ''; position: absolute; inset: 0; width: 0; background: var(--teal); animation: fill var(--slide-ms) linear forwards; }
.hero.is-paused .dot.is-on span::after { animation-play-state: paused; }
.hero.is-static .dot.is-on span::after { animation: none; width: 100%; }
@keyframes fill { to { width: 100%; } }
.hero-pause { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid rgba(255, 255, 255, .45); background: none; position: relative; }
.hero-pause::before, .hero-pause::after { content: ''; position: absolute; top: 11px; width: 3px; height: 11px; background: #fff; }
.hero-pause::before { left: 12px; }
.hero-pause::after { left: 18px; }
.hero-pause[aria-pressed="true"]::before { left: 13px; width: 0; height: 0; background: none; border-style: solid; border-width: 6px 0 6px 10px; border-color: transparent transparent transparent #fff; }
.hero-pause[aria-pressed="true"]::after { display: none; }
.hero-visual { position: relative; aspect-ratio: 1 / 1; max-width: 540px; width: 100%; justify-self: end; }
.hv-ring { position: absolute; inset: 1%; border-radius: 50%; background: conic-gradient(from 200deg, transparent 0 18%, var(--teal) 18% 62%, transparent 62%); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 26px), #000 calc(100% - 25px)); mask: radial-gradient(farthest-side, transparent calc(100% - 26px), #000 calc(100% - 25px)); }
.hv-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .9s ease; }
.hv-slide.is-on { opacity: 1; }
.hv-disc { position: absolute; inset: 9%; border-radius: 50%; overflow: hidden; background: var(--ink-2); box-shadow: 0 30px 60px rgba(0, 0, 0, .25); }
.hv-disc picture, .hv-disc img { width: 100%; height: 100%; }
.hv-disc img { object-fit: cover; object-position: var(--focus, 50% 50%); }
.chip { position: absolute; display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 8px; background: #fff; color: var(--ink); font-weight: 600; font-size: .92rem; box-shadow: 0 12px 30px rgba(0, 0, 0, .18); white-space: nowrap; }
.chip-a { top: 12%; left: -4%; }
.chip-b { bottom: 14%; right: -2%; background: var(--teal); }
.chip-dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 4px rgba(34, 197, 94, .18); }
@media (max-width: 900px) {
.hero-grid { grid-template-columns: 1fr; gap: 28px; min-height: 0; padding-top: 36px; padding-bottom: 44px; }
.hero-visual { order: -1; max-width: 340px; justify-self: center; }
.hero-art { width: 640px; right: -300px; top: -160px; }
.chip { font-size: .82rem; padding: 8px 12px; }
.chip-a { left: -2%; }
.hero-controls { margin-top: 32px; }
}
.band { padding: clamp(64px, 8vw, 104px) 0; position: relative; }
.band-tint { background: var(--tint); }
.s-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 56px); }
.s-head-center { text-align: center; margin-left: auto; margin-right: auto; }
.s-title { font-size: clamp(1.85rem, 1.3rem + 1.7vw, 2.6rem); letter-spacing: -.015em; line-height: 1.15; margin-bottom: 16px; text-wrap: balance; }
.s-title-left { margin-bottom: 36px; }
.s-text { color: var(--slate); font-size: 1.1rem; }
.s-head-center .s-text { margin: 0 auto; max-width: 62ch; }
.center-cta { text-align: center; margin: 48px 0 0; }
.center-note { text-align: center; color: var(--slate); margin-top: 32px; }
.center-note a { color: var(--teal-ink); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 88px); align-items: center; }
.split-copy .s-text { margin-bottom: 28px; }
.split-visual img, .split-visual .ph { border-radius: var(--r); }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }
.platform-shot { position: relative; max-width: 1040px; margin: 0 auto; border-radius: 14px; box-shadow: var(--shadow-hi); overflow: hidden; background: #fff; }
.platform-shot .ph { border: 0; border-radius: 0; aspect-ratio: 16 / 9 !important; }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1040px; margin: -48px auto 0; position: relative; padding: 0 32px; }
.duo-card, .svc-card, .aud-card, .layer-card, .contact-card, .mv-card { background: #fff; border-radius: var(--r); box-shadow: var(--shadow); padding: 28px; }
.duo-card, .svc-card { display: flex; flex-direction: column; gap: 12px; text-decoration: none; transition: box-shadow .2s, transform .2s; }
.duo-card:hover, .svc-card:hover { box-shadow: var(--shadow-hi); transform: translateY(-2px); }
.duo-card h3, .svc-card h3 { font-size: 1.3rem; }
.duo-card p, .svc-card p { color: var(--slate); margin: 0; flex: 1; }
@media (max-width: 760px) { .duo { grid-template-columns: 1fr; margin-top: 24px; padding: 0; } }
.pills { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 860px; margin: 0 auto; }
.pills a { display: inline-block; padding: 10px 20px; border: 1.5px solid var(--line); border-radius: 999px; text-decoration: none; font-weight: 500; color: var(--ink); transition: border-color .15s, background-color .15s; }
.pills a:hover { border-color: var(--ink); background: var(--tint); }
.map-stat { position: relative; }
.map-stat img, .map-stat .ph { border-radius: var(--r); }
.big-stat { margin: 8px 0 0; display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; color: var(--ink); line-height: 1; }
.map-stat .dot-map { padding: 0; }
.big-stat strong { font-size: clamp(3.5rem, 2rem + 5vw, 6.5rem); font-weight: 700; letter-spacing: -.03em; color: var(--teal-ink); }
.big-stat span { font-size: clamp(1.2rem, .9rem + 1vw, 1.9rem); font-weight: 600; }
.map-wide { margin-bottom: 48px; }
.stats-band { position: relative; overflow: hidden; background: var(--hero-grad); color: #fff; padding: clamp(56px, 7vw, 88px) 0; }
.stats-grid { position: relative; display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 48px; align-items: center; }
.stats-title { color: #fff; font-size: clamp(1.6rem, 1.2rem + 1.2vw, 2.2rem); line-height: 1.2; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin: 0; }
.stats > div { display: flex; flex-direction: column-reverse; gap: 6px; }
.stats dd { margin: 0; font-size: clamp(2.2rem, 1.6rem + 1.8vw, 3.2rem); font-weight: 700; letter-spacing: -.02em; line-height: 1; }
.stats dt { color: rgba(255, 255, 255, .8); font-size: .98rem; }
.stats-light > div { background: #fff; border-radius: var(--r); box-shadow: var(--shadow); padding: 24px; }
.stats-light dd { color: var(--ink); }
.stats-light dt { color: var(--slate); }
.stats-2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 900px) { .stats-grid { grid-template-columns: 1fr; } .stats { grid-template-columns: 1fr 1fr; } }
.funnel { margin: 0; }
.funnel ol { list-style: none; display: grid; gap: 8px; }
.funnel li { width: calc(100% - var(--i) * 9%); margin: 0 auto; display: flex; align-items: center; gap: 16px; padding: 16px 22px; border-radius: 8px; color: #fff; background: color-mix(in srgb, var(--teal) calc(var(--i) * 22%), var(--ink)); }
.funnel-n { font-size: .82rem; font-weight: 600; opacity: .75; min-width: 56px; }
.funnel-name { font-weight: 600; font-size: 1.05rem; }
.funnel li:last-child { color: var(--ink); }
.funnel figcaption { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 18px; color: var(--teal-ink); font-weight: 600; font-size: .95rem; text-align: center; }
.svc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
@media (max-width: 1000px) { .svc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .svc-grid { grid-template-columns: 1fr; } }
.cta-band { position: relative; overflow: hidden; background: var(--hero-grad); color: #fff; padding: clamp(56px, 7vw, 88px) 0; }
.cta-grid { position: relative; display: grid; grid-template-columns: minmax(0, 7fr) auto; gap: 40px; align-items: center; }
.cta-title { color: #fff; font-size: clamp(1.8rem, 1.3rem + 1.6vw, 2.6rem); margin-bottom: 12px; }
.cta-text { color: rgba(255, 255, 255, .84); max-width: 58ch; margin: 0; }
@media (max-width: 900px) { .cta-grid { grid-template-columns: 1fr; } }
.page-hero { position: relative; overflow: hidden; background: var(--tint); padding: clamp(40px, 5vw, 64px) 0 clamp(52px, 6vw, 80px); }
.page-hero-dark { background: var(--hero-grad); color: #fff; }
.page-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); gap: 56px; align-items: center; }
.has-visual .page-hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
.page-title { font-size: clamp(2.1rem, 1.3rem + 2.6vw, 3.3rem); letter-spacing: -.02em; line-height: 1.1; margin: 18px 0 18px; max-width: 22ch; text-wrap: balance; }
.page-hero-dark .page-title { color: #fff; }
.page-lede { font-size: 1.18rem; color: var(--slate); max-width: 60ch; }
.page-hero-dark .page-lede { color: rgba(255, 255, 255, .84); }
.page-hero .btn-row { margin-top: 28px; }
.page-hero-visual img, .page-hero-visual .ph { border-radius: var(--r); box-shadow: var(--shadow-hi); }
.page-hero-dark .ph { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .25); color: rgba(255, 255, 255, .7); }
.page-hero-slim { padding-bottom: 40px; }
@media (max-width: 900px) { .has-visual .page-hero-grid { grid-template-columns: 1fr; } }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; font-size: .88rem; color: var(--slate); }
.crumbs li + li::before { content: '›'; margin-right: 6px; color: #9aabbd; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }
.crumbs [aria-current] { color: var(--ink); max-width: 44ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.page-hero-dark .crumbs, .page-hero-dark .crumbs [aria-current] { color: rgba(255, 255, 255, .8); }
.jumpbar { position: sticky; top: var(--header-h); z-index: 20; background: #fff; box-shadow: 0 1px 0 var(--line); }
.jumpbar ul { list-style: none; display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.jumpbar ul::-webkit-scrollbar { display: none; }
.jumpbar a { display: block; padding: 16px 14px; white-space: nowrap; text-decoration: none; font-weight: 500; font-size: .95rem; color: var(--slate); }
.jumpbar a:hover { color: var(--ink); box-shadow: inset 0 -2px 0 var(--teal); }
.feature { padding: clamp(56px, 7vw, 96px) 0; }
.feature-flip { background: var(--mist); }
.feature-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 80px); align-items: center; }
.feature-flip .feature-media { order: 2; }
.feature-media img, .feature-media .ph { border-radius: var(--r); }
.feature-copy .ico-badge { margin-bottom: 20px; }
.checks { list-style: none; display: grid; gap: 10px; margin-top: 20px; }
.checks li { display: flex; gap: 10px; font-weight: 500; color: var(--ink); }
@media (max-width: 900px) { .feature-grid { grid-template-columns: 1fr; } .feature-flip .feature-media { order: 0; } }
.aud-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.aud-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.aud-card p { color: var(--slate); margin: 0; }
.layer-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.layer-no { font-weight: 700; color: var(--teal-ink); font-size: .95rem; margin-bottom: 8px; }
.layer-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.layer-card > p { color: var(--slate); }
.spec-list { list-style: none; background: #fff; border-radius: var(--r); box-shadow: var(--shadow); padding: 8px 28px; }
.spec-list li { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.spec-list li:last-child { border-bottom: 0; }
.spec-list strong { color: var(--ink); font-weight: 600; }
.spec-list span { color: var(--slate); }
.spec-list a { color: var(--teal-ink); }
.spec-compact { box-shadow: none; padding: 0; margin-top: 24px; }
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mv-text { font-size: clamp(1.3rem, 1.1rem + .7vw, 1.7rem); font-weight: 500; color: var(--ink); line-height: 1.35; margin: 0; }
.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; }
.contact-main { grid-row: span 3; }
.contact-card h2 { font-size: 1.35rem; margin-bottom: 12px; }
.contact-card p { color: var(--slate); }
.job-list { list-style: none; display: grid; gap: 16px; }
.job { display: flex; gap: 24px; justify-content: space-between; align-items: center; background: #fff; border-radius: var(--r); box-shadow: var(--shadow); padding: 24px 28px; }
.job h3 { font-size: 1.2rem; margin-bottom: 6px; }
.job p { color: var(--slate); margin: 0 0 8px; }
.job-meta { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: .9rem; }
@media (max-width: 760px) { .mv-grid, .contact-grid { grid-template-columns: 1fr; } .contact-main { grid-row: auto; } .job { flex-direction: column; align-items: flex-start; } }
.blog-hero { background: var(--tint); padding: clamp(36px, 5vw, 56px) 0 88px; text-align: center; position: relative; overflow: hidden; }
.blog-hero .crumbs ol { justify-content: center; }
.blog-hero .page-title { margin-left: auto; margin-right: auto; }
.blog-hero .page-lede { margin: 0 auto; }
.blog-tools { position: relative; margin-top: -32px; display: grid; gap: 24px; justify-items: center; }
.search { display: flex; align-items: center; gap: 10px; width: 100%; max-width: 640px; background: #fff; border-radius: 8px; box-shadow: var(--shadow-hi); padding: 6px 6px 6px 16px; }
.search .ico { color: var(--slate); width: 20px; height: 20px; }
.search input { flex: 1; min-width: 0; border: 0; padding: 10px 0; font-size: 1rem; background: transparent; color: var(--text); }
.search input:focus { outline: none; }
.search:focus-within { box-shadow: 0 0 0 2px var(--teal), var(--shadow-hi); }
.cat-nav ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.cat-nav a { display: inline-block; padding: 8px 16px; border: 1.5px solid var(--line); border-radius: 999px; text-decoration: none; font-size: .92rem; font-weight: 500; color: var(--ink); }
.cat-nav a:hover { border-color: var(--ink); }
.cat-nav a[aria-current] { background: var(--ink); border-color: var(--ink); color: #fff; }
.blog-list { padding: 48px 0 96px; }
.search-status { text-align: center; color: var(--slate); margin-bottom: 28px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.card { background: #fff; border-radius: var(--r); box-shadow: var(--shadow); overflow: hidden; transition: box-shadow .2s, transform .2s; }
.card:hover { box-shadow: var(--shadow-hi); transform: translateY(-3px); }
.card-link { display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit; }
.card-media { aspect-ratio: 16 / 9; background: var(--tint-2); overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-body { display: flex; flex-direction: column; flex: 1; padding: 20px 22px 22px; }
.card-meta { display: flex; flex-wrap: wrap; gap: 4px 12px; font-size: .84rem; color: var(--slate); margin-bottom: 10px; }
.card-cat { color: var(--teal-ink); font-weight: 600; }
.card-title { font-size: 1.14rem; line-height: 1.35; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-desc { font-size: .95rem; color: var(--slate); flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 16px; }
@media (max-width: 1000px) { .card-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .card-grid { grid-template-columns: 1fr; } }
.pager ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 56px; }
.pager a, .pager span { display: inline-flex; min-width: 42px; height: 42px; align-items: center; justify-content: center; padding: 0 14px; border-radius: 6px; text-decoration: none; font-weight: 500; border: 1.5px solid var(--line); }
.pager a:hover { border-color: var(--ink); }
.pager span { background: var(--ink); border-color: var(--ink); color: #fff; }
.empty { text-align: center; color: var(--slate); }
.post-wrap { padding-top: 28px; padding-bottom: 80px; }
.post-grid { display: grid; grid-template-columns: minmax(0, 760px) minmax(0, 320px); justify-content: space-between; gap: 56px; margin-top: 28px; }
.post-cat a { font-weight: 600; font-size: .95rem; color: var(--teal-ink); text-decoration: none; }
.post-title { font-size: clamp(1.9rem, 1.3rem + 1.9vw, 2.7rem); letter-spacing: -.015em; line-height: 1.15; margin: 10px 0 14px; text-wrap: balance; }
.post-dek { font-size: 1.2rem; color: var(--slate); line-height: 1.5; }
.post-byline { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; font-size: .95rem; color: var(--slate); padding-bottom: 24px; border-bottom: 1px solid var(--line); margin: 0; }
.post-byline a { color: var(--ink); font-weight: 600; text-decoration: none; }
.post-byline .sep { width: 4px; height: 4px; border-radius: 50%; background: #9aabbd; }
.post-byline .role::before, .post-byline .upd::before, .post-byline .read::before { content: '|'; margin-right: 14px; color: var(--line); }
.post-cover { margin: 28px 0; border-radius: var(--r); overflow: hidden; aspect-ratio: 16 / 9; background: var(--tint-2); }
.post-cover img { width: 100%; height: 100%; object-fit: cover; }
.outline-note { background: #fff7e6; border: 1px solid #f5d9a0; color: #7a5412; border-radius: 8px; padding: 12px 16px; font-size: .95rem; }
.toc { border: 1px solid var(--line); border-radius: var(--r); padding: 18px 22px; margin-bottom: 32px; }
.toc summary { font-weight: 600; color: var(--ink); cursor: pointer; }
.toc ol { list-style: none; margin: 12px 0 0; padding-left: 0; display: grid; gap: 6px; }
.toc a { color: var(--slate); text-decoration: none; }
.toc a:hover { color: var(--teal-ink); text-decoration: underline; }
.article-body { font-size: 1.1rem; line-height: 1.75; color: var(--text); }
.article-body > * + * { margin-top: 1.1em; }
.article-body h2, .article-body h3, .article-body h4 { scroll-margin-top: calc(var(--header-h) + 24px); }
.article-body h2 { font-size: 1.6rem; margin-top: 1.9em; }
.article-body h3 { font-size: 1.25rem; margin-top: 1.6em; }
.article-body h4 { font-size: 1.08rem; margin-top: 1.4em; }
.article-body h2 + *, .article-body h3 + *, .article-body h4 + * { margin-top: .55em; }
.article-body a { color: var(--teal-ink); text-underline-offset: 3px; }
.article-body ul, .article-body ol { padding-left: 1.3em; }
.article-body li + li { margin-top: .4em; }
.article-body li::marker { color: var(--teal-ink); }
.article-body strong { font-weight: 650; color: var(--ink); }
.article-body blockquote { margin: 1.6em 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--teal); font-family: 'Source Serif 4', Georgia, serif; font-size: 1.2rem; font-style: italic; color: var(--ink); }
.article-body figure { margin: 2em 0; }
.article-body figure img { border-radius: var(--r); }
.article-body figcaption { font-size: .9rem; color: var(--slate); margin-top: 8px; }
.article-body hr { border: 0; border-top: 1px solid var(--line); margin: 2.4em 0; }
.table-wrap { overflow-x: auto; font-size: .96rem; }
.article-body table { border-collapse: collapse; width: 100%; }
.article-body th, .article-body td { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.article-body th { background: var(--tint); color: var(--ink); }
.takeaways { background: var(--tint); border-radius: var(--r); padding: 24px 28px; }
.article-body .takeaways h2 { font-size: 1.2rem; margin: 0 0 12px; }
.takeaways ul { list-style: none; padding: 0; display: grid; gap: 10px; }
.takeaways li { display: flex; gap: 10px; margin: 0; }
.post-foot { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: center; }
.tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.tags li { font-size: .86rem; padding: 4px 12px; background: var(--tint); border-radius: 999px; color: var(--slate); }
.share { margin: 0; display: flex; gap: 16px; font-size: .95rem; color: var(--slate); }
.share a { color: var(--ink); font-weight: 600; }
.sidebar { display: grid; gap: 24px; align-content: start; }
.sidebar .search { box-shadow: none; border: 1.5px solid var(--line); padding-left: 12px; }
.sidebar .search .btn { display: none; }
.side-box { border: 1px solid var(--line); border-radius: var(--r); padding: 22px; }
.side-title { font-size: 1.05rem; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 2px solid var(--teal); }
.side-list { list-style: none; display: grid; }
.side-list li { padding: 12px 0; border-bottom: 1px solid var(--line); display: grid; gap: 4px; }
.side-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.side-list a { text-decoration: none; font-weight: 500; color: var(--ink); line-height: 1.4; font-size: .96rem; }
.side-list a:hover { color: var(--teal-ink); }
.side-list time { font-size: .82rem; color: var(--slate); }
.author-name { font-weight: 700; color: var(--ink); margin-bottom: 2px; }
.author-role { color: var(--teal-ink); font-size: .92rem; margin-bottom: 12px; }
.author-bio { color: var(--slate); font-size: .95rem; margin: 0; }
.side-cta { background: var(--ink); border: 0; color: rgba(255, 255, 255, .85); }
.side-cta .side-title { color: #fff; }
.side-cta p { font-size: .95rem; }
@media (min-width: 1081px) { .sidebar { position: sticky; top: calc(var(--header-h) + 24px); } }
@media (max-width: 1080px) { .post-grid { grid-template-columns: minmax(0, 1fr); } }
.doc { padding-top: 40px; padding-bottom: 96px; }
.site-footer { background: var(--mist); color: var(--slate); padding: 64px 0 28px; font-size: .95rem; border-top: 1px solid var(--line); }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.site-footer h3 { font-size: .98rem; margin-bottom: 14px; }
.f-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 32px; padding-bottom: 40px; }
.f-brand img { height: 40px; width: auto; margin-bottom: 16px; }
.f-brand p { max-width: 30ch; }
.f-mail { color: var(--teal-ink); font-weight: 600; }
.f-col ul { list-style: none; display: grid; gap: 9px; }
.f-offices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding: 28px 0; border-top: 1px solid var(--line); }
.f-offices p { margin: 0; }
.f-legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .86rem; }
.f-legal p { margin: 0; }
.f-legal ul { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 18px; margin-left: auto; }
@media (max-width: 1000px) { .f-grid { grid-template-columns: 1fr 1fr; } .f-brand { grid-column: 1 / -1; } }
@media (max-width: 640px) { .f-offices { grid-template-columns: 1fr; gap: 18px; } }
.ph { display: flex; align-items: flex-end; width: 100%; background: var(--tint-2); border: 1px dashed #b5c6d6; border-radius: var(--r); color: #5d6d80; font-size: .82rem; padding: 12px 14px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition-duration: 0s !important; animation-duration: 0s !important; } }
.dot-map { width: 100%; height: auto; }
.pm { background: #fff; font-size: 13px; color: var(--ink); }
.pm-top { display: flex; gap: 6px; padding: 12px 16px; border-bottom: 1px solid var(--line); background: var(--mist); }
.pm-top span { width: 10px; height: 10px; border-radius: 50%; background: #d3dde7; }
.pm-body { display: grid; grid-template-columns: 64px 1fr; min-height: 440px; }
.pm-side { background: var(--ink); display: grid; align-content: start; gap: 14px; padding: 20px 18px; }
.pm-nav { display: block; height: 28px; border-radius: 6px; background: rgba(255, 255, 255, .14); }
.pm-nav.on { background: var(--teal); }
.pm-main { padding: 22px 26px; display: grid; gap: 16px; align-content: start; background: #f7fafc; }
.pm-h { font-size: 18px; font-weight: 600; margin: 0; }
.pm-steps { list-style: none; display: flex; gap: 8px; }
.pm-steps li { flex: 1; padding: 8px 10px; border-radius: 6px; background: #fff; border: 1px solid var(--line); color: var(--slate); font-weight: 500; }
.pm-steps .done { border-color: var(--teal); color: var(--teal-ink); }
.pm-steps .on { background: var(--ink); border-color: var(--ink); color: #fff; }
.pm-cols { display: grid; grid-template-columns: 1.6fr 1fr; gap: 16px; }
.pm-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 16px; display: grid; gap: 12px; align-content: start; box-shadow: 0 1px 2px rgba(10, 37, 64, .04); }
.pm-label { margin: 0; font-size: 11.5px; font-weight: 600; color: var(--slate); }
.pm-attr { display: grid; grid-template-columns: 70px 1fr; gap: 10px; align-items: center; }
.pm-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.pm-chips span { padding: 4px 10px; border-radius: 999px; background: var(--tint); color: var(--ink); font-weight: 500; }
.pm-ok { margin: -6px 0 0; font-size: 22px; font-weight: 700; color: var(--teal-ink); }
.pm-shield { margin: -6px 0 0; font-weight: 600; }
.pm-bar { display: block; height: 8px; border-radius: 4px; background: var(--line); }
.pm-bar.teal { background: var(--teal); opacity: .85; }
.pm-quota { gap: 10px; }
.pm-q { display: grid; grid-template-columns: 120px 1fr; gap: 14px; align-items: center; }
.pm-q .pm-bar { width: 100% !important; }
.pm-track { display: block; height: 10px; border-radius: 5px; background: var(--tint); overflow: hidden; }
.pm-track span { display: block; height: 100%; background: linear-gradient(90deg, var(--ink), var(--teal)); border-radius: 5px; }
@media (max-width: 760px) {
.pm-body { grid-template-columns: 1fr; min-height: 0; }
.pm-side { display: none; }
.pm-cols { grid-template-columns: 1fr; }
.pm-steps li:nth-child(n+3) { display: none; }
}