:root {
  --ink: #151718;
  --paper: #f3f1eb;
  --paper-2: #e9e6de;
  --white: #fff;
  --blue: #1746d1;
  --blue-deep: #0d2e8c;
  --orange: #ff5a2c;
  --muted: #5f6468;
  --line: rgba(21, 23, 24, .18);
  --line-light: rgba(255, 255, 255, .22);
  --header-h: 76px;
  --shell: min(1240px, calc(100% - 80px));
  --sans: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  --serif: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); line-break: strict; text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.8; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand, .proof-stats, .kicker { font-feature-settings: "palt" 1; }
p, li { font-feature-settings: "pkna" 1; }
h1, h2, h3 { word-break: keep-all; overflow-wrap: normal; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; transform: translateY(-150%); padding: 10px 16px; background: var(--white); color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-h); border-bottom: 1px solid transparent; color: var(--white); transition: background-color .2s, border-color .2s, color .2s; }
.site-header.is-scrolled, .subpage .site-header { background: rgba(243, 241, 235, .96); border-color: var(--line); color: var(--ink); backdrop-filter: blur(12px); }
.header-inner { width: var(--shell); height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; min-height: 44px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; height: 40px; }
.brand-lockup-dark { display: none; }
.brand-emblem { width: auto; height: 38px; flex: 0 0 auto; }
.brand-logotype { width: 112px; height: auto; flex: 0 0 auto; }
.site-header.is-scrolled .brand-lockup-light, .subpage .site-header .brand-lockup-light { display: none; }
.site-header.is-scrolled .brand-lockup-dark, .subpage .site-header .brand-lockup-dark { display: inline-flex; }
.global-nav { display: flex; align-items: center; gap: 28px; }
.global-nav > a { position: relative; display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.global-nav > a:not(.nav-contact)::after { content: ""; position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.global-nav > a:hover::after, .global-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-contact { padding: 0 20px; border: 1px solid currentColor; }
.menu-toggle { display: none; min-width: 56px; min-height: 44px; border: 0; background: none; color: inherit; font-size: 11px; font-weight: 800; letter-spacing: .12em; }

.section { padding: 128px 0; }
.section-shell { width: var(--shell); margin: 0 auto; }
.section-label { display: flex; align-items: center; gap: 14px; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-label::after { content: ""; width: 56px; height: 1px; background: currentColor; opacity: .4; }
.section-label > span { color: var(--blue); }
.section-label-light > span { color: #8faeff; }
.section-intro { display: grid; grid-template-columns: minmax(180px, .58fr) 1.42fr; gap: 80px; align-items: start; }
.section-intro h2, .bases h2, .proof h2, .updates h2 { margin-bottom: 28px; font-size: clamp(38px, 4.6vw, 72px); line-height: 1.2; letter-spacing: -.045em; }
.section-intro > div:last-child > p { max-width: 760px; margin-bottom: 0; color: var(--muted); font-size: 17px; line-height: 2; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 28px; border: 1px solid transparent; font-size: 14px; font-weight: 800; transition: color .2s, background-color .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover { background: #e8461d; }
.button-white { background: var(--white); color: var(--ink); }
.button-white:hover { background: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 800; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -2px); }
.text-link.light { color: var(--white); }

.hero { position: relative; min-height: max(720px, 100svh); overflow: hidden; display: flex; align-items: center; background: var(--blue); color: var(--white); }
.hero-art { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero-grid, .contact-grid { position: absolute; inset: 0; z-index: 1; background-image: linear-gradient(var(--line-light) 1px, transparent 1px), linear-gradient(90deg, var(--line-light) 1px, transparent 1px); background-size: 12.5% 100%, 12.5% 100%; opacity: .45; pointer-events: none; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(5,24,68,.42) 0%, rgba(6,31,104,.3) 39%, rgba(6,31,104,.1) 57%, rgba(6,31,104,0) 76%); pointer-events: none; }
.hero::after { content: "TOKAI"; position: absolute; right: -22px; bottom: -9vw; z-index: 1; color: rgba(255,255,255,.045); font-family: Arial, sans-serif; font-size: clamp(160px, 27vw, 430px); font-weight: 900; line-height: .8; letter-spacing: -.09em; }
.hero-inner { position: relative; z-index: 2; width: var(--shell); margin: 0 auto; padding: calc(var(--header-h) + 72px) 0 80px; }
.kicker { margin-bottom: 34px; font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.hero h1 { max-width: 850px; margin-bottom: 64px; font-size: clamp(56px, 6.5vw, 102px); line-height: 1.03; letter-spacing: -.065em; }
.hero h1 span { display: block; }
.hero h1 .hero-em { color: #ffcb2e; }
.hero-lower { display: grid; grid-template-columns: minmax(0, 640px) auto; gap: 80px; align-items: end; }
.hero-copy { margin: 0; font-size: 17px; line-height: 2; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.hero-coordinate { position: absolute; z-index: 2; font-size: 9px; letter-spacing: .14em; opacity: .7; writing-mode: vertical-rl; }
.hero-coordinate-a { top: 22%; left: 18px; }
.hero-coordinate-b { right: 18px; bottom: 24%; }

.statement { background: var(--paper); }
.statement-layout { display: grid; grid-template-columns: minmax(180px, .58fr) 1.42fr; gap: 80px; }
.statement-lead { max-width: 910px; margin-bottom: 64px; font-family: var(--serif); font-size: clamp(38px, 3.35vw, 50px); font-weight: 600; line-height: 1.55; letter-spacing: -.04em; word-break: keep-all; overflow-wrap: normal; }
.statement-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; border-top: 1px solid var(--line); padding-top: 32px; }
.statement-columns p { margin: 0; color: var(--muted); font-size: 16px; line-height: 2.1; }

.section-dark { background: var(--ink); color: var(--white); }
.bases-head { display: grid; grid-template-columns: minmax(180px, .58fr) 1.42fr; gap: 80px; }
.bases-head h2 { margin-top: -14px; }
.bases-head > div:last-child > p { max-width: 760px; margin: 0; color: #c0c4c6; font-size: 16px; line-height: 2; }
.bases-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 82px; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.base-card { min-width: 0; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); background: rgba(255,255,255,.025); transition: background-color .25s, transform .25s; }
.base-card:hover { background: rgba(255,255,255,.07); transform: translateY(-4px); }
.base-card:focus-visible { outline: 2px solid #8faeff; outline-offset: -2px; }
.base-media { margin: 0; overflow: hidden; aspect-ratio: 1.905 / 1; background: var(--white); }
.base-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.base-card:hover .base-media img { transform: scale(1.025); }
.base-card-body { display: flex; min-height: 310px; flex-direction: column; padding: 28px 30px 26px; }
.base-index { margin-bottom: 24px; color: #8faeff; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.base-card:nth-child(3) .base-index { color: #ff9b7f; }
.base-card h3 { min-height: 84px; margin: 0 0 20px; font-size: clamp(25px, 2.15vw, 34px); line-height: 1.3; letter-spacing: -.035em; }
.base-card h3 small { font-size: .58em; font-weight: 700; letter-spacing: 0; }
.base-card-body > p:not(.base-index) { margin: 0 0 24px; color: #aeb2b5; font-size: 13px; line-height: 1.85; }
.base-card-body > span { display: flex; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line-light); color: #d7d9da; font-size: 11px; font-weight: 800; }
.base-card-body > span b { color: #8faeff; font-size: 14px; transition: transform .2s; }
.base-card:hover .base-card-body > span b { transform: translate(2px, -2px); }
.bases-area { display: flex; align-items: center; justify-content: flex-end; gap: 22px; margin: 24px 0 0; color: #9ca1a4; font-size: 11px; }
.bases-area span { letter-spacing: .1em; }
.bases-area strong { color: var(--white); font-size: 13px; }

.business { background: var(--white); }
.business-panels { display: grid; grid-template-columns: 1fr 1fr; margin-top: 88px; border: 1px solid var(--line); }
.business-panel { min-height: 650px; padding: 48px; }
.business-panel + .business-panel { border-left: 1px solid var(--line); }
.panel-enterprise { background: var(--paper); }
.panel-region { background: var(--blue); color: var(--white); }
.panel-number { margin-bottom: 100px; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.business-panel h3 { margin-bottom: 20px; font-size: clamp(36px, 4vw, 58px); letter-spacing: -.05em; }
.panel-lead { max-width: 520px; min-height: 70px; margin-bottom: 48px; font-size: 16px; }
.business-panel ul { margin: 0; padding: 0; list-style: none; }
.business-panel li { display: flex; align-items: center; gap: 18px; min-height: 52px; border-top: 1px solid currentColor; border-color: rgba(21,23,24,.18); font-size: 15px; font-weight: 700; }
.panel-region li { border-color: rgba(255,255,255,.24); }
.business-panel li span { width: 28px; font-size: 10px; opacity: .6; }
.approach-band { padding: 88px 0 0; }
.approach-kicker { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.approach-band > h3 { margin-bottom: 44px; font-size: clamp(32px, 3.5vw, 52px); letter-spacing: -.045em; }
.approach-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.approach-steps > div { padding: 28px 36px 0 0; }
.approach-steps > div + div { padding-left: 36px; border-left: 1px solid var(--line); }
.approach-steps span { display: block; margin-bottom: 28px; color: var(--orange); font-size: 11px; font-weight: 800; }
.approach-steps strong { display: block; margin-bottom: 10px; font-size: 20px; }
.approach-steps p { margin: 0; color: var(--muted); font-size: 14px; }

.proof { background: var(--blue-deep); color: var(--white); }
.proof .section-shell { display: grid; grid-template-columns: .85fr 1.15fr; column-gap: 110px; row-gap: 36px; align-items: end; }
.proof-copy > p { max-width: 560px; color: #d3dcf8; font-size: 16px; line-height: 2; }
.proof-copy small { color: #9cadde; font-size: 11px; }
.proof-stats { margin: 0; }
.proof-stats > div { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line-light); }
.proof-stats dt { font-size: 18px; font-weight: 800; }
.proof-stats dt span { font-size: clamp(58px, 7vw, 92px); line-height: 1; letter-spacing: -.065em; }
.proof-stats dd { max-width: 220px; margin: 0; color: #c2ccec; font-size: 13px; text-align: right; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 84px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { display: flex; min-width: 0; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.service-media { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; background: var(--ink); }
.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .3s; }
a.service-media:hover img { transform: scale(1.035); filter: brightness(.9); }
.service-number { position: absolute; top: 18px; left: 18px; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.55); background: rgba(21,23,24,.82); color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.service-content { display: flex; min-height: 360px; flex: 1; flex-direction: column; padding: 34px 36px 30px; }
.service-type { margin-bottom: 16px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.service-content h3 { margin-bottom: 18px; font-size: clamp(26px, 2.5vw, 38px); line-height: 1.35; letter-spacing: -.045em; }
.service-content > p:not(.service-type) { margin-bottom: 32px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.service-links { display: flex; align-items: center; gap: 8px 18px; flex-wrap: wrap; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.service-links > span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.service-links a { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; }
.service-links a span { color: var(--blue); transition: transform .2s; }
.service-links a:hover span { transform: translate(2px, -2px); }

.people { background: var(--paper-2); }
.people-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 80px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.person-card { position: relative; min-width: 0; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: background-color .25s, transform .25s; }
.person-card:hover { z-index: 1; background: var(--white); transform: translateY(-4px); }
.person-card figure { margin: 0; overflow: hidden; aspect-ratio: 1.8 / 1; background: #dfe5e9; }
.person-card figure img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9); transition: transform .45s cubic-bezier(.2,.7,.2,1), filter .25s; }
.person-card:hover figure img { transform: scale(1.025); filter: saturate(1); }
.person-card:last-child figure img { object-position: center 29%; }
.person-featured figure { background: #d8e2ee; }
.person-info { position: relative; display: flex; min-height: 320px; flex-direction: column; padding: 28px 30px 26px; }
.person-area { margin-bottom: 20px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.person-info h3 { margin-bottom: 16px; font-size: clamp(28px, 2.8vw, 38px); line-height: 1.25; letter-spacing: -.045em; }
.person-role { min-height: 58px; margin-bottom: 18px; color: var(--ink); font-size: 13px; font-weight: 700; line-height: 1.7; }
.person-note { margin: 0 0 20px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.8; }
.person-profile-trigger { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 44px; margin-top: auto; padding: 0; border: 0; border-top: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; font-size: 11px; font-weight: 800; text-align: left; }
.person-profile-trigger span { color: var(--blue); font-size: 21px; font-weight: 400; transition: transform .25s; }
.person-profile-trigger:hover span, .person-profile-trigger:focus-visible span { transform: rotate(90deg); }
.person-profile-trigger:focus-visible, .person-profile-close:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
.person-profile { position: absolute; inset: 0; z-index: 3; display: flex; overflow-y: auto; flex-direction: column; padding: 30px; background: rgba(13,46,140,.985); color: var(--white); opacity: 0; pointer-events: none; transform: translateY(16px); transition: opacity .24s ease, transform .24s ease; }
.person-card.is-hovered .person-profile, .person-card.is-focus-open .person-profile, .person-card.is-open .person-profile { opacity: 1; pointer-events: auto; transform: translateY(0); }
.person-profile-close { position: absolute; top: 22px; right: 22px; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid rgba(255,255,255,.55); background: transparent; color: var(--white); cursor: pointer; font-size: 24px; font-weight: 300; line-height: 1; }
.person-profile-area { margin-bottom: 34px; color: #a9c0ff; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.person-profile h3 { margin: 0 50px 16px 0; font-size: clamp(30px, 3vw, 42px); line-height: 1.2; letter-spacing: -.045em; }
.person-profile-role { margin-bottom: 24px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.3); color: #e3e9fa; font-size: 13px; font-weight: 700; line-height: 1.7; }
.person-profile-bio { margin: 0; color: #f2f5ff; font-size: 13px; line-height: 1.95; }

@media (hover: hover) and (pointer: fine) {
  .person-card:hover .person-profile { opacity: 1; pointer-events: auto; transform: translateY(0); }
}

.join { position: relative; overflow: hidden; background: var(--blue); color: var(--white); }
.join::after { content: "TOKAI"; position: absolute; right: -16px; bottom: -4vw; color: rgba(255,255,255,.06); font-family: Arial, sans-serif; font-size: clamp(120px, 21vw, 320px); font-weight: 900; line-height: .8; letter-spacing: -.08em; pointer-events: none; }
.join-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(180px, .58fr) 1.42fr; gap: 80px; }
.join-copy h2 { max-width: 880px; margin: -14px 0 30px; font-size: clamp(42px, 5.4vw, 82px); line-height: 1.18; letter-spacing: -.055em; }
.join-copy > p { max-width: 720px; margin-bottom: 38px; color: #dce5ff; font-size: 17px; line-height: 2; }
.join-copy .button { gap: 18px; }

.updates { background: var(--white); }
.updates-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.updates-head h2 { margin: 20px 0 0; }
.update-list { margin-top: 52px; border-top: 1px solid var(--ink); }
.update-list a { display: grid; grid-template-columns: 110px 74px 1fr auto; gap: 24px; align-items: center; min-height: 94px; border-bottom: 1px solid var(--line); transition: padding .2s, background-color .2s; }
.update-list a:hover { padding-right: 18px; padding-left: 18px; background: var(--paper); }
.update-list time { font-size: 12px; font-variant-numeric: tabular-nums; }
.update-tag { color: var(--blue); font-size: 10px; font-weight: 800; }
.update-list strong { font-size: 15px; }

.contact-section { position: relative; overflow: hidden; padding: 120px 0; background: var(--blue); color: var(--white); }
.contact-art { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.contact-section::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(4,20,57,.98) 0%, rgba(4,20,57,.9) 48%, rgba(4,20,57,.32) 72%, rgba(4,20,57,.08) 100%); pointer-events: none; }
.contact-inner { position: relative; z-index: 2; width: var(--shell); margin: 0 auto; }
.contact-inner > p:first-child { margin-bottom: 36px; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.contact-inner h2 { max-width: 920px; margin-bottom: 30px; font-size: clamp(44px, 6.4vw, 92px); line-height: 1.13; letter-spacing: -.06em; }
.contact-inner h2 span { display: block; }
.contact-copy { max-width: 650px; margin-bottom: 38px; font-size: 16px; line-height: 2; }
.contact-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.contact-section.compact { padding: 90px 0; }
.contact-section.compact h2 { font-size: clamp(40px, 5.3vw, 72px); }

.site-footer { padding: 70px max(40px, calc((100% - 1240px) / 2)) 34px; background: var(--ink); color: var(--white); }
.footer-top { display: flex; justify-content: space-between; gap: 40px; align-items: end; padding-bottom: 56px; border-bottom: 1px solid var(--line-light); }
.footer-brand .brand-lockup { gap: 14px; height: 60px; }
.footer-brand .brand-emblem { height: 58px; }
.footer-brand .brand-logotype { width: 168px; }
.footer-top p { margin: 0; color: #a9adaf; font-family: var(--serif); font-size: 18px; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto auto; gap: 38px; align-items: center; padding-top: 28px; color: #888d90; font-size: 11px; }
.footer-bottom address { font-style: normal; }
.footer-bottom > div { display: flex; gap: 24px; }
.photo-credits { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); color: #777d80; font-size: 10px; line-height: 1.7; }
.photo-credits summary { width: max-content; cursor: pointer; color: #92979a; font-weight: 700; }
.photo-credits p { max-width: 880px; margin: 12px 0 6px; }
.photo-credits div { display: flex; gap: 6px 14px; flex-wrap: wrap; }
.photo-credits a { border-bottom: 1px solid currentColor; }

/* News archive */
.page-hero { position: relative; overflow: hidden; padding: calc(var(--header-h) + 110px) 0 100px; background: var(--paper-2); }
.page-hero .hero-grid { background-image: linear-gradient(rgba(21,23,24,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(21,23,24,.1) 1px, transparent 1px); }
.page-hero::after { content: "NEWS"; position: absolute; right: -18px; bottom: -25px; color: rgba(21,23,24,.045); font-family: Arial, sans-serif; font-size: clamp(120px, 22vw, 320px); font-weight: 900; line-height: .8; letter-spacing: -.08em; }
.page-hero-inner { position: relative; z-index: 2; width: var(--shell); margin: 0 auto; }
.page-hero h1 { margin-bottom: 28px; font-size: clamp(58px, 8vw, 118px); line-height: 1; letter-spacing: -.065em; }
.page-hero p:last-child { max-width: 650px; margin: 0; color: var(--muted); font-size: 17px; }
.archive { background: var(--white); }
.archive-layout { display: grid; grid-template-columns: 250px 1fr; gap: 80px; }
.archive aside > p { margin-top: 32px; color: var(--muted); font-size: 13px; }
.archive-list { border-top: 1px solid var(--ink); }
.archive-list article { border-bottom: 1px solid var(--line); }
.archive-list a { position: relative; display: block; padding: 42px 64px 42px 0; transition: padding .2s, background .2s; }
.archive-list a:hover { padding-right: 44px; padding-left: 20px; background: var(--paper); }
.archive-list article div { display: flex; gap: 22px; align-items: center; margin-bottom: 16px; }
.archive-list time { font-size: 12px; font-variant-numeric: tabular-nums; }
.archive-list article div span { color: var(--blue); font-size: 10px; font-weight: 800; }
.archive-list h2 { margin-bottom: 12px; font-size: clamp(22px, 2.6vw, 34px); line-height: 1.5; letter-spacing: -.025em; }
.archive-list p { margin: 0; color: var(--muted); font-size: 14px; }
.archive-list b { position: absolute; top: 50%; right: 16px; font-size: 20px; transform: translateY(-50%); }

@media (min-width: 821px) and (max-width: 1280px) {
  .statement-layout { grid-template-columns: 160px 1fr; gap: 52px; }
  .statement-lead { font-size: 44px; }
}

@media (max-width: 1050px) {
  :root { --shell: min(100% - 48px, 1240px); }
  .global-nav { gap: 18px; }
  .global-nav > a { font-size: 12px; }
  .hero h1 { font-size: clamp(56px, 8.4vw, 88px); }
  .hero-lower { grid-template-columns: 1fr; gap: 34px; }
  .hero-actions { flex-direction: row; align-items: center; }
  .section-intro, .statement-layout, .bases-head { grid-template-columns: 160px 1fr; gap: 52px; }
  .proof .section-shell { grid-template-columns: 1fr; column-gap: 60px; row-gap: 60px; }
  .service-content { min-height: 380px; padding-right: 30px; padding-left: 30px; }
  .people-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .join-layout { grid-template-columns: 160px 1fr; gap: 52px; }
}

@media (max-width: 820px) {
  :root { --header-h: 66px; --shell: calc(100% - 40px); }
  .section { padding: 90px 0; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: flex-end; gap: 10px; }
  .menu-open .site-header { background: var(--blue); color: var(--white); border-color: rgba(255,255,255,.18); }
  .menu-open .site-header .brand-lockup-light { display: inline-flex; }
  .menu-open .site-header .brand-lockup-dark { display: none; }
  .menu-lines { position: relative; width: 20px; height: 10px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
  .menu-toggle[aria-expanded="true"] .menu-lines { border: 0; }
  .menu-toggle[aria-expanded="true"] .menu-lines::before, .menu-toggle[aria-expanded="true"] .menu-lines::after { content: ""; position: absolute; top: 4px; right: 0; width: 20px; height: 1px; background: currentColor; }
  .menu-toggle[aria-expanded="true"] .menu-lines::before { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines::after { transform: rotate(-45deg); }
  .global-nav { position: fixed; inset: var(--header-h) 0 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 26px 20px 40px; overflow-y: auto; background: var(--paper); color: var(--ink); }
  .global-nav.is-open { display: flex; }
  .global-nav > a { min-height: 60px; border-bottom: 1px solid var(--line); font-size: 15px; }
  .nav-contact { justify-content: center; margin-top: 22px; border: 1px solid var(--ink) !important; background: var(--blue); color: var(--white); }
  .hero { min-height: 780px; }
  .hero-inner { padding-top: calc(var(--header-h) + 80px); }
  .hero h1 { margin-bottom: 48px; font-size: clamp(52px, 11vw, 82px); }
  .hero-art { object-position: 62% center; }
  .hero::before { background: linear-gradient(90deg, rgba(5,24,68,.5) 0%, rgba(6,31,104,.38) 56%, rgba(6,31,104,.12) 100%); }
  .hero-coordinate { display: none; }
  .section-intro, .statement-layout, .bases-head { grid-template-columns: 1fr; gap: 44px; }
  .statement-lead { font-size: clamp(34px, 5.5vw, 44px); }
  .bases-head h2 { margin-top: 0; }
  .bases-grid { grid-template-columns: 1fr; margin-top: 64px; }
  .base-card { min-height: 290px; }
  .business-panels { grid-template-columns: 1fr; }
  .business-panel + .business-panel { border-top: 1px solid var(--line); border-left: 0; }
  .business-panel { min-height: auto; }
  .panel-number { margin-bottom: 64px; }
  .approach-steps { grid-template-columns: 1fr; }
  .approach-steps > div, .approach-steps > div + div { padding: 24px 0; border-bottom: 1px solid var(--line); border-left: 0; }
  .approach-steps span { margin-bottom: 12px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-content { min-height: 0; }
  .join-layout { grid-template-columns: 1fr; gap: 44px; }
  .join-copy h2 { margin-top: 0; }
  .update-list a { grid-template-columns: 98px 60px 1fr auto; gap: 14px; }
  .footer-top { align-items: start; flex-direction: column; }
  .footer-bottom { grid-template-columns: 1fr; gap: 14px; }
  .archive-layout { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 32px); }
  body { font-size: 16px; }
  .section { padding: 72px 0; }
  .brand-lockup { gap: 8px; height: 36px; }
  .brand-emblem { height: 34px; }
  .brand-logotype { width: 100px; }
  .footer-brand .brand-lockup { gap: 12px; height: 52px; }
  .footer-brand .brand-emblem { height: 50px; }
  .footer-brand .brand-logotype { width: 145px; }
  .hero { min-height: 740px; }
  .hero-grid, .contact-grid { background-size: 25% 100%, 25% 100%; }
  .hero-art { object-position: 67% center; }
  .hero::before { background: linear-gradient(180deg, rgba(5,24,68,.62) 0%, rgba(6,31,104,.42) 50%, rgba(5,24,68,.72) 100%); }
  .hero-inner { padding-top: calc(var(--header-h) + 58px); padding-bottom: 58px; }
  .kicker { margin-bottom: 28px; }
  .hero h1 { margin-bottom: 38px; font-size: clamp(46px, 13.6vw, 66px); line-height: 1.09; }
  .hero-copy { font-size: 16px; line-height: 1.9; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .statement-columns { grid-template-columns: 1fr; gap: 24px; }
  .statement-lead { margin-bottom: 42px; font-size: 31px; line-height: 1.6; word-break: normal; overflow-wrap: break-word; }
  .section-intro h2, .bases h2, .proof h2, .updates h2 { font-size: 36px; line-height: 1.3; }
  .bases-grid { margin-top: 52px; }
  .base-card { min-height: 0; }
  .base-card-body { min-height: 300px; padding: 24px 22px; }
  .base-index { margin-bottom: 26px; }
  .base-card h3 { min-height: 0; font-size: 27px; }
  .bases-area { align-items: flex-end; flex-direction: column; gap: 4px; }
  .business-panels { margin-top: 58px; }
  .business-panel { padding: 34px 24px; }
  .panel-number { margin-bottom: 48px; }
  .business-panel h3 { font-size: 36px; }
  .panel-lead { min-height: 0; }
  .approach-band { padding-top: 64px; }
  .proof-stats > div { display: block; }
  .proof-stats dd { margin-top: 8px; text-align: left; }
  .services-intro { gap: 36px; }
  .service-grid { margin-top: 54px; }
  .service-content { padding: 26px 22px 24px; }
  .service-content h3 { font-size: 28px; }
  .service-content > p:not(.service-type) { font-size: 14px; }
  .service-links { align-items: flex-start; flex-direction: column; }
  .people-grid { grid-template-columns: 1fr; margin-top: 54px; }
  .person-card figure { aspect-ratio: 1.65 / 1; }
  .person-info { min-height: 0; padding: 24px 22px 26px; }
  .person-info h3 { font-size: 31px; }
  .person-role { min-height: 0; }
  .person-profile { padding: 26px 22px; }
  .person-profile-close { top: 18px; right: 18px; }
  .person-profile h3 { font-size: 34px; }
  .person-profile-bio { font-size: 13px; line-height: 1.85; }
  .join-copy h2 { font-size: 38px; }
  .join-copy > p { font-size: 16px; }
  .join-copy .button { width: 100%; padding-right: 20px; padding-left: 20px; font-size: 12px; }
  .updates-head { align-items: start; flex-direction: column; }
  .update-list a { grid-template-columns: 1fr auto; gap: 8px 14px; padding: 20px 0; }
  .update-list time { grid-column: 1; }
  .update-tag { grid-column: 2; grid-row: 1; }
  .update-list strong { grid-column: 1 / -1; }
  .update-list a > span:last-child { display: none; }
  .contact-section { padding: 82px 0; }
  .contact-art { object-position: 68% center; }
  .contact-section::after { background: linear-gradient(90deg, rgba(4,20,57,.96) 0%, rgba(4,20,57,.86) 70%, rgba(4,20,57,.48) 100%); }
  .contact-inner h2 { font-size: 32px; line-height: 1.34; letter-spacing: -.045em; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .site-footer { padding: 54px 16px 28px; }
  .footer-top { padding-bottom: 38px; }
  .footer-top p { font-size: 15px; }
  .footer-bottom > div { align-items: flex-start; flex-direction: column; gap: 8px; }
  .page-hero { padding: calc(var(--header-h) + 82px) 0 70px; }
  .page-hero h1 { font-size: 54px; }
  .archive-list a { padding: 32px 38px 32px 0; }
  .archive aside > p, .archive-list h2 { word-break: normal; overflow-wrap: anywhere; }
  .archive-list h2 { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
