@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

:root {
  --ink: #0d1426;
  --ink-2: #172033;
  --muted: #5f6876;
  --muted-2: #8a93a3;
  --line: #e3e7ee;
  --line-2: #eef1f6;
  --paper: #ffffff;
  --mist: #f5f7fa;
  --mist-2: #fafbfd;
  --blue: #21418b;
  --blue-deep: #142a5e;
  --cyan: #9fc6cf;
  --gold: #b48b3c;
  --max: 1240px;
  --max-wide: 1360px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --focus: #87d7e5;
  --header-h: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.en { font-family: "Noto Sans JP", "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4,
.section-title,
.hero h1,
.stat-value {
  font-family: "Manrope", "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, .check input:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  border-bottom: 1px solid transparent;
  color: var(--ink);
  background: rgba(255,255,255,0.94);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  transition: background .25s ease, border-color .25s ease, color .25s ease;
}
.site-header.is-over-hero { color: #fff; background: transparent; }
.site-header.is-scrolled, body.subpage .site-header { color: var(--ink); background: rgba(255,255,255,0.94); border-bottom-color: rgba(23,32,51,.08); }
.site-header.is-scrolled .brand-logo,
body.subpage .site-header .brand-logo {
  background: var(--blue);
}
.nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 24px 56px;
}
.brand { display: inline-flex; align-items: center; gap: 14px; line-height: 1; }
.brand-logo, .footer-logo {
  display: block;
  width: 132px;
  height: 28px;
  background: currentColor;
  -webkit-mask: url("/assets/logo.webp") left center/contain no-repeat;
  mask: url("/assets/logo.webp") left center/contain no-repeat;
}
.brand-sub {
  display: inline-block;
  padding-left: 14px;
  border-left: 1px solid currentColor;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  opacity: .72;
  white-space: nowrap;
}
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 13px; font-weight: 700; letter-spacing: .14em; }
.nav-links a { position: relative; padding: 8px 0; opacity: .84; transition: opacity .2s; }
.nav-links a:hover, .nav-links a[aria-current="page"] { opacity: 1; }
.nav-links a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 1px; background: currentColor; opacity: .58; }
.nav-cta, .language {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}
.nav-links .language {
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 11px;
  line-height: 1;
}
.nav-cta:hover { background: currentColor; }
.nav-cta:hover span { color: #fff; }
.site-header.is-over-hero .nav-cta:hover span { color: var(--blue); }
.mobile-menu-label { display: none; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 6px; background: transparent; color: inherit; }
.menu-button::before { content: ""; width: 18px; height: 2px; background: currentColor; box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor; }

main { padding-top: var(--header-h); }
body.has-hero main { padding-top: 0; }
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(120% 80% at 50% 110%, #0d1d44 0%, #061331 60%, #02071a 100%);
}
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-grain { position: absolute; inset: 0; pointer-events: none; opacity: .5; mix-blend-mode: overlay; background-image: radial-gradient(1px 1px at 20% 30%, rgba(255,255,255,.05) 1px, transparent 1px), radial-gradient(1px 1px at 80% 70%, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 3px 3px, 4px 4px; }
.hero-vignette { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(120% 80% at 50% 100%, rgba(2,7,26,0) 40%, rgba(2,7,26,.6) 90%), linear-gradient(180deg, rgba(2,7,26,.45) 0%, rgba(2,7,26,0) 25%); }
.hero-content { position: relative; z-index: 2; max-width: var(--max-wide); min-height: 100vh; margin: 0 auto; padding: 120px 56px 88px; display: grid; align-content: center; gap: 34px; }
.hero-eyebrow, .section-eyebrow { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 18px; font-size: 12px; font-weight: 800; letter-spacing: .24em; color: var(--blue); text-transform: uppercase; }
.hero-eyebrow { color: var(--cyan); margin: 0; }
.hero-eyebrow::before, .section-eyebrow::before { content: ""; width: 32px; height: 1px; background: currentColor; opacity: .75; }
.hero h1 { margin: 0; max-width: 18ch; font-size: clamp(40px, 6.4vw, 92px); font-weight: 700; line-height: 1.04; letter-spacing: 0; }
.hero h1 em { font-style: normal; background: linear-gradient(180deg, #fff 0%, #c9d8ee 100%); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 800; }
.hero h1 .accent { color: var(--cyan); font-weight: 500; }
.hero-copy { max-width: 600px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(14.5px, 1.05vw, 16.5px); line-height: 1.85; }
.actions, .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn, .button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; border: 1px solid transparent; border-radius: 999px; padding: 14px 26px; font-weight: 800; font-size: 14px; letter-spacing: .04em; line-height: 1.2; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn-primary, .button { background: var(--blue); color: #fff; }
.hero .btn-primary, .cta-block .btn-primary { background: #fff; color: var(--blue-deep); }
.btn-primary:hover, .button:hover { transform: translateY(-1px); background: #173373; color: #fff; }
.hero .btn-primary:hover, .cta-block .btn-primary:hover { background: #f1f5fb; color: var(--blue-deep); }
.btn-ghost, .button.secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,.42); }
.btn-ghost:hover, .button.secondary:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.72); }
.hero-meta { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.1); background: linear-gradient(180deg, rgba(2,7,26,0) 0%, rgba(2,7,26,.42) 100%); }
.hero-meta-inner { max-width: var(--max-wide); margin: 0 auto; padding: 32px 40px; display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; color: rgba(255,255,255,.7); font-size: 12px; letter-spacing: .16em; }
.meta-label { color: var(--cyan); font-weight: 800; }
.ticker { display: flex; gap: 36px; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.ticker-track { display: flex; gap: 36px; white-space: nowrap; animation: ticker 36s linear infinite; }
.ticker-track span { display: inline-flex; align-items: center; gap: 14px; color: rgba(255,255,255,.72); font-weight: 700; }
.ticker-track span::after { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); opacity: .65; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.scroll-hint { color: rgba(255,255,255,.62); display: inline-flex; align-items: center; gap: 10px; font-weight: 700; }
.scroll-hint::after { content: ""; width: 1px; height: 18px; background: linear-gradient(180deg, currentColor 0%, transparent 100%); animation: scrollDot 2.4s ease-in-out infinite; }
@keyframes scrollDot { 0%,100% { transform: translateY(-4px); opacity: .35; } 50% { transform: translateY(4px); opacity: 1; } }

.section { position: relative; padding: 160px 56px; }
.section.alt { background: var(--mist); }
.section.dark { background: var(--blue-deep); color: #fff; }
.wrap { max-width: var(--max); margin: 0 auto; }
.wrap-wide { max-width: var(--max-wide); margin: 0 auto; }
.section-head-row, .section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: end; margin-bottom: 88px; }
.section-title { margin: 0; color: var(--ink); font-size: clamp(30px, 4vw, 52px); font-weight: 800; line-height: 1.18; letter-spacing: 0; text-wrap: balance; }
h1.section-title { font-size: clamp(38px, 5vw, 68px); }
.section.dark .section-title { color: #fff; }
.section-lead, .lead { max-width: 680px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.9; }
.lead { color: var(--ink-2); font-size: 24px; font-weight: 700; }
.section.dark .section-lead { color: rgba(255,255,255,.72); }
.muted { color: var(--muted); }
.intro-copy { max-width: 760px; color: var(--muted); font-size: 16px; line-height: 1.9; }

.about-grid, .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.about-card, .card { padding: 48px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; transition: background .25s ease, transform .25s ease, border-color .25s ease; }
.about-card:nth-child(4n), .card:nth-child(4n) { border-right: none; }
.about-card:hover, .card:hover { background: var(--mist-2); }
.about-card-icon { width: 36px; height: 36px; margin-bottom: 16px; color: var(--blue); }
.about-num, .number { display: block; margin-bottom: 18px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.about-card h3, .card h3 { margin: 0 0 12px; font-size: 18px; line-height: 1.5; }
.about-card p, .card p { margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.8; }
.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 40px 0; border: 1px solid var(--line); background: var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.mini-card { background: #fff; padding: 36px; }
.mini-card h2, .mini-card h3, .mini-card h4 { margin: 0 0 10px; color: var(--blue); font-size: 18px; line-height: 1.5; }
.mini-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.services, .service-list { display: grid; gap: 0; }
.service-row, .service-item { display: grid; grid-template-columns: 80px 240px 1fr auto; gap: 56px; align-items: start; padding: 58px 0; border-top: 1px solid var(--line); transition: padding-left .25s ease; }
.service-row:last-child, .service-item:last-child { border-bottom: 1px solid var(--line); }
.service-row:hover, .service-item:hover { padding-left: 12px; }
.service-num, .service-item strong { color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .16em; padding-top: 4px; }
.service-tag { color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .04em; padding-top: 4px; }
.service-tag small { display: block; margin-top: 6px; color: var(--muted); font-weight: 500; letter-spacing: 0; font-size: 12px; }
.service-row h3, .service-item h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.45; }
.service-row p, .service-item p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.9; }
.service-arrow { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--blue); transition: background .2s, color .2s, transform .2s; margin-top: 4px; }
.service-row:hover .service-arrow { background: var(--blue); color: #fff; transform: translateX(4px); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.stat { padding: 58px 30px; border-right: 1px solid rgba(255,255,255,.12); }
.stat:last-child { border-right: none; }
.stat-value { font-size: clamp(40px,4vw,56px); font-weight: 800; line-height: 1; color: #fff; }
.stat-value sub { font-size: .45em; font-weight: 500; color: var(--cyan); margin-left: 4px; vertical-align: baseline; }
.stat-label { margin-top: 16px; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.6; }
.members { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.member-card { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 40px; background: #fff; transition: border-color .25s, transform .25s; }
.member-card:hover { border-color: var(--blue); transform: translateY(-2px); }
.member-portrait { aspect-ratio: 4/3; border-radius: var(--radius-md); margin-bottom: 32px; background: #eef2f7; position: relative; overflow: hidden; isolation: isolate; }
.member-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 25%; z-index: 0; }
.member-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,29,68,0) 50%, rgba(13,29,68,.55) 100%); z-index: 1; }
.portrait-tag { position: absolute; top: 20px; left: 20px; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.portrait-note { position: absolute; left: 20px; bottom: 20px; z-index: 2; color: rgba(255,255,255,.95); font-size: 12px; font-weight: 700; line-height: 1.5; letter-spacing: .04em; }
.member-card h3 { margin: 0 0 6px; color: var(--muted); font-size: 13px; letter-spacing: .02em; }
.member-card h2 { margin: 0 0 20px; font-size: 24px; line-height: 1.4; }
.member-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.member-achievements { margin: 24px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); }
.member-achievements p { margin: 0 0 12px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.member-achievements ul, .plain-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.member-achievements li { position: relative; padding-left: 18px; color: var(--ink-2); font-size: 13.5px; line-height: 1.7; }
.member-achievements li::before { content: ""; position: absolute; left: 0; top: 11px; width: 8px; height: 1px; background: var(--gold); }
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--line); margin: 40px 0; padding: 0; list-style: none; }
.process-step, .process li { position: relative; background: #fff; padding: 42px 34px; }
.process-step::before, .process li::before { content: ""; position: absolute; top: 0; left: 0; width: 36px; height: 4px; background: var(--gold); }
.process-step .num { margin-bottom: 12px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.process-step h3, .process strong { display: block; margin: 0 0 10px; color: var(--ink); font-size: 18px; line-height: 1.5; }
.process-step p, .process li { color: var(--muted); font-size: 13.5px; line-height: 1.8; }
.cta-block { display: grid; grid-template-columns: 1fr auto; gap: 56px; align-items: center; padding: 78px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(135deg, var(--blue) 0%, var(--blue-deep) 100%); position: relative; overflow: hidden; }
.cta-block::before { content: ""; position: absolute; top: -40%; right: -10%; width: 60%; height: 200%; background: radial-gradient(circle, rgba(95,182,200,.18) 0%, transparent 60%); pointer-events: none; }
.cta-block > * { position: relative; z-index: 1; }
.cta-block h2 { margin: 0 0 12px; font-size: clamp(28px,3vw,40px); line-height: 1.3; }
.cta-block p { max-width: 600px; margin: 0; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.85; }
.company { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; align-items: start; }
.company-table { width: 100%; border-collapse: collapse; border-top: 1px solid var(--line); }
.company-table th, .company-table td { border-bottom: 1px solid var(--line); padding: 26px 0; text-align: left; vertical-align: top; font-size: 14px; line-height: 1.8; }
.company-table th { width: 150px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .06em; }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: start; }
.contact-note { border-top: 1px solid var(--line); padding: 24px 0; }
.contact-note h2, .contact-note h3 { margin: 0 0 10px; color: var(--blue); font-size: 18px; }
.form { display: grid; gap: 18px; padding: 40px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.field label { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 8px; font-weight: 700; }
.required { color: var(--blue); font-size: 12px; letter-spacing: .08em; }
.field-help { margin: -2px 0 8px; color: var(--muted); font-size: 13px; line-height: 1.5; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 13px 14px; color: var(--ink); background: #fff; }
input:focus-visible, textarea:focus-visible { border-color: var(--blue); }
textarea { min-height: 180px; resize: vertical; }
.privacy-box { max-height: 300px; overflow: auto; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 20px; background: var(--mist-2); color: var(--muted); font-size: 14px; }
.privacy-box h2, .privacy-box h3 { margin: 0 0 10px; color: var(--ink); font-size: 16px; }
.check { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.check input { width: 18px; height: 18px; }
.thanks { min-height: calc(100vh - var(--header-h)); display: grid; place-items: center; padding: 120px 24px; text-align: center; background: var(--mist); }
.thanks h1 { margin: 0 auto 24px; color: var(--ink); font-size: clamp(34px,7vw,72px); line-height: 1.18; }

.site-footer { background: #061331; color: rgba(255,255,255,.7); padding: 92px 40px 40px; }
.footer-grid { max-width: var(--max-wide); margin: 0 auto 64px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 64px; }
.footer-logo { color: #fff; margin-bottom: 18px; }
.footer-brand-line { max-width: 340px; margin: 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.85; }
.footer-grid h4 { margin: 0 0 18px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.footer-grid a { font-size: 14px; transition: color .2s; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { max-width: var(--max-wide); margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.5); font-size: 12px; letter-spacing: .06em; }
.reveal { opacity: 1; transform: none; transition: opacity .4s ease, transform .4s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1200px) {
  .nav { padding: 22px 32px; }
  .section { padding: 130px 32px; }
  .hero-content { padding: 116px 32px 88px; }
  .section-head-row, .section-head { gap: 60px; margin-bottom: 64px; }
}
@media (max-width: 1000px) {
  :root { --header-h: 76px; }
  .nav { padding: 17px 24px; }
  .nav-links { display: none; position: absolute; inset: 74px 16px auto; z-index: 50; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid rgba(23,32,51,.1); border-radius: var(--radius-md); background: #fff; color: var(--ink); box-shadow: 0 18px 48px rgba(23,32,51,.16); }
  .nav-links.is-open { display: flex; }
  .nav-links a, .nav-links .language { min-height: 44px; border-radius: var(--radius-sm); padding: 12px 14px; border: 0; }
  .nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--mist); color: var(--blue); }
  .nav-cta { display: none; }
  .mobile-menu-label {
    display: block;
    position: absolute;
    top: 24px;
    right: 20px;
    z-index: 62;
    color: currentColor;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    pointer-events: none;
  }
  .menu-button { display: grid !important; place-items: center; }
  .brand-sub { display: none; }
  .section { padding: 104px 24px; }
  .hero-content { padding: 104px 24px 84px; }
  .hero-meta-inner { grid-template-columns: 1fr; gap: 12px; }
  .hero-meta-inner > div:last-child { display: none; }
  .section-head-row, .section-head, .contact-layout, .company, .service-row, .service-item { grid-template-columns: 1fr; gap: 24px; }
  .service-tag { display: none; }
  .service-arrow { display: none; }
  .about-grid, .grid { grid-template-columns: repeat(2, 1fr); }
  .about-card:nth-child(4n), .card:nth-child(4n) { border-right: 1px solid var(--line); }
  .about-card:nth-child(2n), .card:nth-child(2n) { border-right: none; }
  .stats, .members, .mini-grid, .process { grid-template-columns: 1fr 1fr; }
  .cta-block { grid-template-columns: 1fr; padding: 46px 38px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  :root { --header-h: 70px; }
  .nav { padding: 14px 20px; }
  .brand-logo { width: 116px; height: 25px; }
  .hero-content { padding: 96px 20px 78px; }
  .hero-eyebrow {
    max-width: 100%;
    align-items: flex-start;
    font-size: 12px;
    letter-spacing: .16em;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }
  .hero-eyebrow::before {
    width: 28px;
    margin-top: .85em;
    flex: 0 0 28px;
  }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 39px);
    overflow-wrap: anywhere;
  }
  .hero-copy {
    max-width: 330px;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }
  .menu-button {
    position: absolute;
    top: 14px;
    right: 20px;
    z-index: 60;
    flex: 0 0 42px;
    font-size: 12px;
  }
  body.has-hero .menu-button {
    color: #fff;
    border-color: rgba(255,255,255,.86);
  }
  body.subpage .menu-button {
    color: var(--ink);
    border-color: rgba(13,20,38,.72);
  }
  .site-header::after {
    content: "MENU";
    position: fixed;
    top: 26px;
    right: 20px;
    z-index: 61;
    color: currentColor;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    pointer-events: none;
  }
  .section { padding: 82px 20px; }
  .section-title { font-size: clamp(28px, 8vw, 42px); }
  h1.section-title { font-size: clamp(34px, 11vw, 52px); }
  .lead { font-size: 21px; }
  .about-grid, .grid, .stats, .members, .mini-grid, .process { grid-template-columns: 1fr; }
  .about-card, .card { border-right: none !important; padding: 32px 24px; }
  .stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.12); padding: 42px 0; }
  .stat:last-child { border-bottom: none; }
  .member-card { padding: 24px; }
  .member-portrait { margin-bottom: 24px; }
  .cta-block { padding: 32px 24px; }
  .form { padding: 24px; }
  .company-table th, .company-table td { display: block; width: 100%; padding: 12px 0; }
  .company-table td { border-bottom: 1px solid var(--line); padding-top: 0; }
  .company-table th { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
