:root {
  color-scheme: dark;
  --dark: #090a0d;
  --light: #f8f8f6;
  --ink: #171719;
  --white: #f7f7f6;
  --blue: #1781ef;
  --spectrum-cyan: #37cadb;
  --spectrum-violet: #895fe1;
  --spectrum-magenta: #d45aba;
  --spectrum-coral: #f0836b;
  --spectrum-amber: #eab071;
  --font-display: "Sora", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --font-body: "Hanken Grotesk", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --container: 1136px;
  /* Temporary Stitch imagery. Replace each URL with a local asset when approved photography is supplied. */
  --image-hero: url("https://lh3.googleusercontent.com/aida-public/AB6AXuCFqw3-mJLfF7_JbqWHMnHilL7QzokcNjSIYThE6_-bOY-1C1wEK10opYCB0rf1mO3PJvy__Z5HcaAsxj23l5L7Q27vje664xDnnJu3eikuqcoKQ4SOMx4ac75xxuKKxglgRjFzm4pRtBZMLB4mIrkkgekle7Ko3cjipARRNAkYhhB_s8I-vzP6IFLTBlMtP04roFJUCbf3l1msz3Sv3BtdCw8FdUSbQH3b5r5AtOmsosu6eei_2aHP");
  --image-story: url("https://lh3.googleusercontent.com/aida-public/AB6AXuCo0sZ1UPeQsxeYe2Gx01zpQwhKKw7MJHeHbm0vVi-kTQ_1XVQk-ARAi4rl43K88gordYh7qTGC7Udcho36eIzGYdC7GI0B5E-awrPDXyC4LZ17XkeBFsWCNh6SbSy-cWRJn01dhPHL11rij_HAWLI1fxTbmVEEt88D7jzstscUAlX_nFMF7vbzJcGr6DvNBR230_58N2UgczNf96o1Qpucdysz9gFPDhN2nMaA-dyF_09CG5HOZ8fd");
  --image-people: url("https://lh3.googleusercontent.com/aida-public/AB6AXuB_joOsGMdBcesoTxFGEOSNPP77ZbNzUGVg65ddZg51Y55TLSkSckwV4Co9Mhn7PVZRSu4Ou2BQR57ZuJRaLoX7BBvhVFjDBWGm1LqHPqKJ8evula3v7edsV_sF2rA8bZTaXRr61GEtIZOy_cy27sKVN_D82V1VBBV-4HCRh69zny27PoksihICaJaf-3Qh4jkM4hovz-jgBak5cwDon8zvWzNCo_5VyiIxdZWd4uUBZXDUoguRPfCw");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--dark); color: var(--white); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { color: white; background: #1268cd; }
:target { scroll-margin-top: 70px; }
.container { width: min(calc(100% - 120px), var(--container)); margin-inline: auto; }
.dark-section { position: relative; background: var(--dark); color: var(--white); }
.light-section { position: relative; background: var(--light); color: var(--ink); color-scheme: light; }
.eyebrow { display: block; margin-bottom: 9px; font-family: var(--font-mono); font-size: 9px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; opacity: .54; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--font-display); }
p { font-size: 13px; line-height: 1.53; }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; height: 66px; transition: transform .32s ease, background .32s ease; }
.site-header.is-scrolled { background: rgb(8 9 11 / .78); backdrop-filter: blur(18px); }
.site-header.is-hidden { transform: translateY(-100%); }
.header-inner { display: flex; width: min(calc(100% - 84px), 1300px); height: 100%; margin: auto; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-display); font-size: 16px; font-weight: 500; letter-spacing: -.015em; white-space: nowrap; }
.brand-mark { display: block; flex: none; width: 38px; height: 38px; object-fit: contain; }
.site-header .brand { width: 69px; overflow: visible; }
.main-nav { display: flex; gap: 25px; }
.main-nav a, .header-link { font-family: var(--font-mono); font-size: 9px; font-weight: 500; letter-spacing: .09em; }
.main-nav a { opacity: .73; text-transform: uppercase; transition: color .2s, opacity .2s; }
.main-nav a:hover, .main-nav a.is-active { color: #87beff; opacity: 1; }
.header-link { opacity: .88; }
.language-switcher { position: relative; font-family: var(--font-mono); }
.language-switcher summary { display: flex; align-items: center; gap: 5px; color: rgb(247 247 246 / .73); font-size: 9px; font-weight: 500; letter-spacing: .09em; cursor: pointer; list-style: none; }
.language-switcher summary::-webkit-details-marker { display: none; }
.language-switcher summary span { font-size: .82em; transition: transform .2s ease; }
.language-switcher[open] summary span { transform: rotate(180deg); }
.language-switcher:not([open]) .language-menu { display: none; }
.language-switcher summary:focus-visible, .language-menu a:focus-visible { outline: 1px solid rgb(135 190 255 / .85); outline-offset: 4px; }
.language-menu { position: absolute; top: calc(100% + 17px); right: 0; display: grid; min-width: 174px; padding: 8px 0; border: 1px solid rgb(255 255 255 / .12); background: rgb(8 9 11 / .96); box-shadow: 0 16px 38px rgb(0 0 0 / .28); backdrop-filter: blur(18px); }
.main-nav .language-menu a { display: grid; padding: 9px 13px; grid-template-columns: 52px 1fr; gap: 9px; color: rgb(247 247 246 / .64); font-size: 11px; letter-spacing: .025em; text-transform: none; opacity: 1; }
.language-menu a:hover, .language-menu a[aria-current="page"] { color: white; background: rgb(255 255 255 / .055); }
.language-menu b { font-weight: 600; }
.menu-toggle { display: none; }

.hero { min-height: 590px; height: min(760px, 88vh); overflow: hidden; }
.hero-backdrop { position: absolute; inset: 0; background-image: linear-gradient(90deg, #08090c 0%, rgb(8 9 12 / .84) 28%, rgb(8 9 12 / .31) 57%, rgb(8 9 12 / .22) 100%), linear-gradient(0deg, #090a0d 0%, transparent 34%), var(--image-hero); background-position: center, center, 61% 49%; background-size: cover; }
.hero-spectral-light { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 30% 50% at 8% 31%, rgb(20 121 217 / .19), transparent 72%), radial-gradient(ellipse 17% 32% at 21% 22%, rgb(48 197 211 / .1), transparent 78%), radial-gradient(ellipse 31% 53% at 69% 40%, rgb(186 58 127 / .2), transparent 74%), radial-gradient(ellipse 15% 23% at 72% 48%, rgb(239 125 100 / .11), transparent 80%), radial-gradient(ellipse 26% 43% at 96% 16%, rgb(26 116 225 / .17), transparent 76%); mix-blend-mode: screen; }
.hero-spectral-light::before { position: absolute; inset: -9% -5%; background: radial-gradient(ellipse 35% 50% at 56% 7%, rgb(110 77 158 / .11), transparent 76%), radial-gradient(ellipse 29% 34% at 85% 67%, rgb(245 133 114 / .08), transparent 79%); filter: blur(37px); content: ""; }
.hero-spectral-light::after { position: absolute; inset: 0; background: radial-gradient(ellipse 98% 83% at 54% 40%, transparent 50%, rgb(5 7 10 / .34) 100%); content: ""; }
.hero-content { position: relative; display: flex; height: 100%; padding-top: 47px; flex-direction: column; justify-content: center; }
.hero h1 { max-width: 475px; font-size: clamp(31px, 3.75vw, 49px); font-weight: 700; line-height: 1.055; letter-spacing: -.045em; }
.hero h1 span, .journey h2 span, .text-link { color: var(--blue); }
.hero-content > p { width: min(390px, 100%); margin-top: 21px; color: rgb(247 247 246 / .68); }
.button-row { display: flex; gap: 12px; margin-top: 24px; }
.button { display: inline-flex; min-height: 37px; padding: 0 15px; align-items: center; gap: 7px; border: 1px solid transparent; font-family: var(--font-mono); font-size: 9px; letter-spacing: .04em; transition: border-color .2s, background .2s, color .2s; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: white; }
.button-outline { border-color: rgb(255 255 255 / .42); }
.button-outline:hover { border-color: white; }

.foundation { padding: 54px 0; overflow: hidden; background: #fafaf8; isolation: isolate; }
.foundation::before { position: absolute; z-index: -1; top: -41%; right: -12%; width: 43%; height: 178%; background: radial-gradient(ellipse 55% 43% at 62% 49%, rgb(101 173 237 / .2), transparent 77%), radial-gradient(ellipse 34% 29% at 54% 48%, rgb(95 190 214 / .12), transparent 76%); filter: blur(24px); content: ""; }
.foundation-grid { display: grid; min-height: 85px; grid-template-columns: 1.7fr repeat(3, 1fr); align-items: center; }
.foundation h2 { font-size: 26px; line-height: 1.08; letter-spacing: -.035em; }
.stat { min-height: 60px; padding-left: 31px; border-left: 1px solid rgb(0 0 0 / .09); }
.stat strong { display: block; margin-bottom: 4px; font-family: var(--font-display); font-size: 29px; font-weight: 600; }
.stat span { font-size: 10px; font-weight: 600; letter-spacing: .04em; opacity: .67; }

.story { padding: 67px 0; overflow: hidden; background: var(--dark); isolation: isolate; }
.story::before { position: absolute; z-index: -1; right: -12%; bottom: -50%; width: 46%; height: 88%; background: radial-gradient(ellipse 30% 28% at 71% 53%, rgb(230 92 70 / .55), transparent 80%), radial-gradient(ellipse 47% 36% at 54% 55%, rgb(222 145 70 / .23), transparent 78%), radial-gradient(ellipse 40% 30% at 39% 40%, rgb(191 64 110 / .16), transparent 79%); filter: blur(29px); content: ""; }
.story-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; }
.story h2, .people h2, .ecosystem h2 { margin-bottom: 13px; font-size: 31px; font-weight: 600; line-height: 1.07; letter-spacing: -.045em; }
.story-copy p { max-width: 365px; color: rgb(247 247 246 / .78); }
.story-copy .muted { margin-top: 11px; font-size: 11px; color: rgb(247 247 246 / .52); }
.story-image { position: relative; min-height: 220px; overflow: hidden; background-image: linear-gradient(rgb(5 6 8 / .17), rgb(5 6 8 / .17)), var(--image-story); background-position: center; background-size: cover; filter: grayscale(.86); }
.story-image::after { position: absolute; right: -19%; bottom: -67%; width: 73%; height: 96%; background: radial-gradient(ellipse at 56% 45%, rgb(228 105 75 / .26), transparent 64%), radial-gradient(ellipse at 76% 48%, rgb(219 159 89 / .135), transparent 69%); filter: blur(19px); content: ""; }

.journey { padding: 48px 0 51px; overflow: hidden; background: #fafaf9; isolation: isolate; }
.journey::before { position: absolute; z-index: -1; top: -53%; right: -7%; left: 22%; height: 129%; background: radial-gradient(ellipse 30% 45% at 27% 46%, rgb(50 143 231 / .16), transparent 77%), radial-gradient(ellipse 30% 38% at 47% 47%, rgb(70 191 208 / .17), transparent 78%), radial-gradient(ellipse 31% 45% at 68% 42%, rgb(131 103 221 / .2), transparent 77%), radial-gradient(ellipse 25% 42% at 88% 42%, rgb(219 111 160 / .2), transparent 76%), radial-gradient(ellipse 18% 32% at 99% 54%, rgb(240 149 113 / .13), transparent 76%); filter: blur(20px); content: ""; }
.journey::after { position: absolute; z-index: -1; right: -6%; bottom: -77%; left: 38%; height: 99%; background: radial-gradient(ellipse 52% 36% at 53% 31%, rgb(125 167 223 / .12), transparent 76%), radial-gradient(ellipse 31% 38% at 90% 35%, rgb(212 108 160 / .12), transparent 75%); filter: blur(32px); content: ""; }
.journey h2 { margin-bottom: 37px; font-size: 20px; font-weight: 700; line-height: 1.3; letter-spacing: -.025em; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 31px; }
.timeline::before { position: absolute; top: 18px; right: 0; left: 56px; height: 1px; background: linear-gradient(90deg, rgb(31 35 40 / .56) 0%, rgb(23 129 239 / .65) 32%, rgb(0 190 203 / .66) 54%, rgb(134 96 213 / .65) 77%, rgb(215 91 145 / .62) 100%); content: ""; }
.timeline-step { position: relative; }
.timeline-step svg { width: 43px; height: 35px; stroke: rgb(22 27 34 / .75); stroke-width: 1.2; }
.timeline-dot { position: absolute; z-index: 1; top: 14.5px; left: 55px; width: 7px; height: 7px; border-radius: 50%; background: #202328; }
.timeline-step:nth-child(2) .timeline-dot { background: #177fe7; }
.timeline-step:nth-child(3) .timeline-dot { background: #18aebd; }
.timeline-step:nth-child(4) .timeline-dot { background: #9d65c8; }
.timeline-step:nth-child(2) .timeline-dot { box-shadow: 0 0 7px rgb(23 127 231 / .36); }
.timeline-step:nth-child(3) .timeline-dot { box-shadow: 0 0 7px rgb(24 174 189 / .36); }
.timeline-step:nth-child(4) .timeline-dot { box-shadow: 0 0 7px rgb(157 101 200 / .34); }
.timeline-step h3 { padding-bottom: 6px; margin: 8px 0 8px; border-bottom: 1px solid rgb(52 68 81 / .37); font-family: var(--font-mono); font-size: 10.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.timeline-step:nth-child(2) h3 { border-bottom-color: rgb(23 129 239 / .56); }
.timeline-step:nth-child(3) h3 { border-bottom-color: rgb(0 163 190 / .54); }
.timeline-step:nth-child(4) h3 { border-bottom-color: rgb(162 99 194 / .52); }
.timeline-step h3 b { margin-right: 8px; font-family: var(--font-display); font-size: 14px; }
.timeline-step p { font-size: 11px; line-height: 1.42; opacity: .68; }

.philosophy { padding: 52px 0 59px; overflow: hidden; background: #08090c; isolation: isolate; }
.philosophy::before { position: absolute; z-index: -1; top: -57%; right: -17%; width: 71%; height: 116%; background: radial-gradient(ellipse 29% 36% at 32% 63%, rgb(43 88 194 / .3), transparent 77%), radial-gradient(ellipse 30% 47% at 52% 52%, rgb(119 80 192 / .4), transparent 78%), radial-gradient(ellipse 25% 38% at 71% 45%, rgb(215 81 137 / .44), transparent 76%), radial-gradient(ellipse 18% 33% at 90% 40%, rgb(240 120 99 / .28), transparent 77%); filter: blur(27px); transform: rotate(-8deg); content: ""; }
.philosophy::after { position: absolute; z-index: -1; top: -14%; right: -8%; width: 47%; height: 72%; background: radial-gradient(ellipse 42% 49% at 68% 25%, rgb(166 88 184 / .17), transparent 76%), radial-gradient(ellipse 29% 34% at 42% 37%, rgb(55 116 208 / .13), transparent 76%); filter: blur(53px); content: ""; }
.philosophy > .container > h2 { margin-bottom: 31px; font-size: 28px; line-height: 1.16; letter-spacing: -.04em; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 65px; }
.principle-icon { display: grid; width: 29px; height: 25px; margin-bottom: 10px; place-items: center; border: 1px solid rgb(255 255 255 / .32); }
.principle-icon svg { width: 18px; height: 18px; stroke: white; stroke-width: 1.2; }
.principles h3 { padding-bottom: 5px; margin-bottom: 7px; border-bottom: 1px solid rgb(255 255 255 / .34); font-family: var(--font-mono); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.principles p { font-size: 11px; color: rgb(247 247 246 / .7); }

.people { padding: 42px 0; background: #fafaf9; }
.people-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 57px; align-items: center; }
.people h2 { max-width: 350px; }
.people-copy > p { margin: 12px 0; color: rgb(23 23 25 / .67); }
.text-link { display: inline-block; font-size: 11px; font-weight: 600; }
.people-gallery { display: grid; min-height: 255px; grid-template-columns: 1.38fr .92fr; grid-template-rows: 1.12fr .88fr; gap: 4px; }
.gallery-tile { background-position: center; background-size: cover; }
.tile-1 { grid-row: 1 / 3; background-image: var(--image-people); background-position: 45% 46%; background-size: cover; }
.tile-2 { background-image: var(--image-story); background-position: 34% 45%; background-size: 128%; filter: grayscale(.78); }
.tile-3 { background-image: var(--image-hero); background-position: 73% 46%; background-size: 138%; }
.tile-4, .tile-5, .tile-6 { display: none; }

.ecosystem { padding: 43px 0 51px; overflow: hidden; background: #08090b; }
.ecosystem-grid { display: grid; grid-template-columns: .85fr 2.15fr; gap: 65px; }
.ecosystem h2 { font-size: 27px; }
.ecosystem-copy > p { margin-bottom: 8px; font-size: 12px; color: rgb(247 247 246 / .65); }
.ecosystem-items { display: grid; grid-template-columns: repeat(4, 1fr); gap: 27px; padding-top: 9px; }
.ecosystem-icon { display: grid; width: 29px; height: 26px; margin-bottom: 13px; place-items: center; border: 1px solid rgb(255 255 255 / .22); }
.ecosystem-icon svg { width: 17px; height: 17px; stroke: rgb(255 255 255 / .81); stroke-width: 1.2; }
.ecosystem-items h3 { margin-bottom: 7px; font-size: 10px; line-height: 1.35; }
.ecosystem-items p { font-size: 10px; color: rgb(247 247 246 / .6); }
.spectrum-line { position: absolute; right: -4%; bottom: -7px; left: 21%; height: 93px; pointer-events: none; }
.spectrum-line::before { position: absolute; inset: 9% -3% 2%; background: radial-gradient(ellipse 19% 36% at 20% 63%, rgb(29 143 228 / .13), transparent 78%), radial-gradient(ellipse 24% 36% at 44% 52%, rgb(125 91 229 / .14), transparent 79%), radial-gradient(ellipse 23% 33% at 66% 54%, rgb(214 85 172 / .13), transparent 78%), radial-gradient(ellipse 18% 35% at 84% 61%, rgb(239 136 103 / .125), transparent 76%); filter: blur(15px); content: ""; }
.spectrum-wave { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.spectrum-wave path { fill: none; stroke: url(#ecosystem-spectrum); stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.wave-bloom { stroke-width: 15px; opacity: .35; filter: blur(11px); }
.wave-glow { stroke-width: 5px; opacity: .72; filter: blur(3.5px); }
.wave-core { stroke-width: 1.15px; opacity: .95; }

.partnership { padding: 43px 0 46px; overflow: hidden; background: #fafaf9; isolation: isolate; }
.partnership::before { position: absolute; z-index: -1; bottom: -74%; left: -15%; width: 54%; height: 157%; background: radial-gradient(ellipse 32% 39% at 42% 45%, rgb(239 156 103 / .28), transparent 76%), radial-gradient(ellipse 43% 41% at 60% 49%, rgb(236 128 135 / .24), transparent 78%); filter: blur(28px); content: ""; }
.partnership::after { position: absolute; z-index: -1; right: -16%; bottom: -82%; width: 57%; height: 166%; background: radial-gradient(ellipse 36% 38% at 31% 50%, rgb(100 154 223 / .17), transparent 76%), radial-gradient(ellipse 37% 43% at 52% 42%, rgb(154 114 207 / .23), transparent 76%), radial-gradient(ellipse 31% 43% at 75% 39%, rgb(210 113 171 / .24), transparent 76%); filter: blur(29px); content: ""; }
.partnership-content { text-align: center; }
.partnership h2 { margin-bottom: 9px; font-size: 26px; letter-spacing: -.035em; }
.partnership-content > p { max-width: 515px; margin: 0 auto 15px; color: rgb(23 23 25 / .67); }
.button-dark { min-height: 32px; background: var(--ink); color: var(--white); }
.button-dark:hover { background: #292a30; }

.closing { padding: 60px 0 49px; overflow: hidden; text-align: center; background: #08090c; isolation: isolate; }
.closing::before { position: absolute; z-index: -1; right: -8%; bottom: -82%; left: 12%; height: 142%; background: radial-gradient(ellipse 17% 53% at 15% 40%, rgb(33 119 212 / .27), transparent 78%), radial-gradient(ellipse 20% 49% at 31% 37%, rgb(52 187 206 / .17), transparent 79%), radial-gradient(ellipse 25% 57% at 53% 35%, rgb(123 91 210 / .24), transparent 80%), radial-gradient(ellipse 22% 54% at 73% 39%, rgb(207 87 159 / .2), transparent 79%), radial-gradient(ellipse 18% 49% at 89% 44%, rgb(239 135 107 / .18), transparent 79%); filter: blur(29px); content: ""; }
.closing::after { position: absolute; z-index: -1; right: 7%; bottom: 15px; left: 22%; height: 34px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: linear-gradient(90deg, transparent 0%, rgb(23 129 239 / .65) 14%, rgb(55 202 219 / .64) 29%, rgb(137 95 225 / .73) 49%, rgb(212 90 186 / .67) 67%, rgb(240 131 107 / .63) 82%, rgb(234 176 113 / .39) 94%, transparent 100%); mask-image: linear-gradient(0deg, transparent 0%, transparent 82%, black 88%, transparent 97%); -webkit-mask-image: linear-gradient(0deg, transparent 0%, transparent 82%, black 88%, transparent 97%); filter: drop-shadow(0 0 5px rgb(127 101 220 / .56)) drop-shadow(0 0 15px rgb(192 102 160 / .36)); content: ""; }
.closing h2 { font-size: clamp(23px, 3vw, 36px); line-height: 1.13; letter-spacing: -.055em; }
.closing h2 span { background: linear-gradient(90deg, #986ce3, #1687ff 50%, #9a61c9); -webkit-background-clip: text; background-clip: text; color: transparent; }
.closing-link { display: inline-block; margin-top: 19px; border-bottom: 1px solid rgb(255 255 255 / .25); font-family: var(--font-mono); font-size: 9px; opacity: .65; }

.site-footer { padding: 24px 0; border-top: 1px solid rgb(255 255 255 / .07); background: #08090b; }
.footer-inner { display: flex; align-items: center; gap: 17px; }
.site-footer .brand { gap: 5px; flex: none; font-size: 11px; }
.site-footer .brand-mark { width: 19px; height: 19px; }
.site-footer p, .site-footer > .container > span, .site-footer nav a { font-size: 9px; color: rgb(247 247 246 / .49); }
.site-footer nav { display: flex; gap: 13px; margin-left: auto; }
.site-footer nav a { text-transform: uppercase; }

@media (min-width: 1100px) {
  .container:not(.hero-content) { width: min(calc(100% - 96px), 1220px); }

  .main-nav { gap: 21px; }
  .main-nav a { font-size: 13px; letter-spacing: .045em; }
  .language-switcher summary { font-size: 12px; letter-spacing: .035em; }
  .header-link { font-size: 12px; letter-spacing: .035em; }

  main > section:not(.hero):not(.closing) .eyebrow { margin-bottom: 15px; font-size: 12px; letter-spacing: .15em; }
  main > section:not(.hero):not(.closing) p { font-size: 16px; line-height: 1.6; }

  .foundation { padding: 101px 0; }
  .foundation-grid { min-height: 112px; grid-template-columns: 1.62fr repeat(3, 1fr); align-items: start; }
  .foundation h2 { font-size: 40px; line-height: 1.12; }
  .stat { min-height: 83px; padding-left: 34px; margin-top: 28px; }
  .stat strong { margin-bottom: 8px; font-size: 46px; }
  .stat span { font-size: 14px; letter-spacing: .015em; }

  .story { padding: 72px 0; }
  .story-grid { grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: start; }
  .story-copy { padding-top: 20px; }
  .story h2 { margin-bottom: 20px; font-size: 42px; line-height: 1.1; }
  .story-copy p { max-width: 425px; }
  main > section.story .story-copy > p { font-size: 17px; }
  main > section.story .story-copy > p.muted { margin-top: 16px; font-size: 14px; line-height: 1.6; }
  .story-image { min-height: 0; aspect-ratio: 4 / 3; }

  .journey { padding: 94px 0 96px; }
  .journey h2 { margin-bottom: 116px; font-size: 36px; line-height: 1.26; }
  .timeline { gap: 34px; }
  .timeline-step h3 { padding-bottom: 11px; margin: 15px 0 12px; font-size: 15px; letter-spacing: .045em; }
  .timeline-step h3 b { margin-right: 9px; font-size: 18px; }
  .timeline-step p { font-size: 15px; line-height: 1.55; }

  .philosophy { padding: 90px 0 92px; }
  .philosophy > .container > h2 { margin-bottom: 112px; font-size: 43px; line-height: 1.17; }
  .principles { gap: 52px; }
  .principle-icon { width: 34px; height: 30px; margin-bottom: 14px; }
  .principles h3 { padding-bottom: 9px; margin-bottom: 11px; font-size: 17px; letter-spacing: .035em; }
  .principles p { font-size: 15px; line-height: 1.58; }

  .people { padding: 83px 0; }
  .people-grid { grid-template-columns: .78fr 1.22fr; gap: 58px; align-items: start; }
  .people-copy { padding-top: 68px; }
  .people h2 { max-width: 435px; font-size: 42px; line-height: 1.11; }
  main > section.people .people-copy > p { margin: 20px 0 0; font-size: 18px; line-height: 1.62; }
  .people-gallery { min-height: 590px; aspect-ratio: 1.12 / 1; }

  .ecosystem { padding: 92px 0 188px; }
  .ecosystem-grid { grid-template-columns: .92fr 2.08fr; gap: 68px; align-items: start; }
  .ecosystem h2 { margin-bottom: 19px; font-size: 39px; line-height: 1.12; }
  .ecosystem-copy > p { margin-bottom: 13px; font-size: 16px; line-height: 1.58; }
  .ecosystem-copy .text-link { font-size: 14px; }
  .ecosystem-items { gap: 23px; padding-top: 116px; }
  .ecosystem-icon { width: 35px; height: 32px; margin-bottom: 18px; }
  .ecosystem-items h3 { margin-bottom: 10px; font-size: 17px; line-height: 1.35; }
  .ecosystem-items p { font-size: 15px; line-height: 1.55; }
  .spectrum-line { bottom: 47px; }

  .partnership { padding: 86px 0 118px; }
  .partnership h2 { margin-bottom: 15px; font-size: 40px; line-height: 1.18; }
  main > section.partnership .partnership-content > p { max-width: 710px; margin-bottom: 23px; font-size: 18px; line-height: 1.58; }
  .partnership .button-dark { min-height: 38px; }

  .site-footer { padding: 29px 0; }
  .footer-inner { gap: 15px; }
  .site-footer .brand { font-size: 12px; }
  .site-footer p { font-size: 12px; }
  .site-footer nav { gap: 14px; }
  .site-footer nav a { font-size: 13px; }
  .site-footer > .container > span { flex: none; font-size: 12px; color: rgb(247 247 246 / .4); }
}

@media (max-width: 1050px) {
  .container { width: min(calc(100% - 80px), var(--container)); }
  .main-nav { gap: 15px; }
  .story-grid { gap: 45px; }
  .people-grid { gap: 35px; }
  .ecosystem-grid { gap: 35px; }
  .ecosystem-items { gap: 15px; }
}

@media (max-width: 760px) {
  html[lang="ja"] .ja-desktop-break { display: none; }
  :target { scroll-margin-top: 58px; }
  .container { width: calc(100% - 42px); }
  .site-header { height: 59px; }
  .header-inner { width: calc(100% - 42px); }
  .brand { font-size: 15px; }
  .header-link { display: none; }
  .menu-toggle { display: flex; width: 38px; height: 38px; padding: 9px; flex-direction: column; justify-content: center; gap: 6px; border: 0; background: transparent; }
  .menu-toggle span { width: 19px; height: 1px; background: white; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: absolute; inset: 59px 0 auto; display: none; padding: 18px 21px 23px; flex-direction: column; gap: 18px; background: rgb(8 9 11 / .96); }
  .main-nav.is-open { display: flex; }
  .language-switcher { padding-top: 15px; border-top: 1px solid rgb(255 255 255 / .1); }
  .language-switcher summary { width: max-content; font-size: 10px; }
  .language-menu { position: static; margin-top: 11px; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
  .main-nav .language-menu a { padding: 8px 0; grid-template-columns: 46px 1fr; font-size: 10px; }
  .hero { min-height: 590px; height: 83svh; max-height: 760px; }
  .hero-backdrop { background-position: center, center, 67% center; }
  .hero-content { padding-top: 25px; }
  .hero h1 { font-size: clamp(38px, 8vw, 57px); }
  .hero-content > p { font-size: 13px; }
  .button-row { gap: 8px; }
  .button { padding-inline: 10px; font-size: 8px; }
  .foundation { padding: 37px 0; }
  .foundation-grid { grid-template-columns: repeat(3, 1fr); gap: 21px 0; }
  .foundation-heading { grid-column: 1 / -1; }
  .foundation h2 { font-size: 25px; }
  .stat { min-height: 48px; padding-left: 13px; }
  .stat strong { font-size: 23px; }
  .stat span { font-size: 8px; }
  .story { padding: 52px 0; }
  .story-grid { grid-template-columns: 1fr; gap: 24px; }
  .story h2, .people h2 { font-size: 30px; }
  .story-image { min-height: 205px; }
  .journey { padding: 43px 0; }
  .journey h2 { margin-bottom: 27px; font-size: 17px; }
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 27px 21px; }
  .timeline::before { right: 0; left: 52px; }
  .timeline-step h3 { font-size: 8px; letter-spacing: .045em; }
  .timeline-step p { font-size: 10px; }
  .philosophy { padding: 45px 0; }
  .philosophy > .container > h2 { font-size: 25px; }
  .principles { grid-template-columns: 1fr; gap: 24px; }
  .principles p { max-width: 430px; }
  .people { padding: 44px 0; }
  .people-grid { grid-template-columns: 1fr; gap: 22px; }
  .people-gallery { min-height: 210px; }
  .ecosystem { padding: 41px 0 54px; }
  .ecosystem-grid { grid-template-columns: 1fr; gap: 23px; }
  .ecosystem-items { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .spectrum-line { right: -10%; left: -8%; }
  .partnership { padding: 45px 0; }
  .partnership h2 { font-size: 23px; }
  .closing { padding: 51px 0; }
  .closing h2 { font-size: 25px; }
  .closing h2 br { display: none; }
  .footer-inner { flex-wrap: wrap; gap: 10px 14px; }
  .site-footer nav { width: 100%; margin-left: 0; order: 1; }
  .site-footer > .container > span { order: 2; }
}

@media (max-width: 390px) {
  .container, .header-inner { width: calc(100% - 34px); }
  .hero h1 { font-size: 35px; }
  .hero { min-height: 540px; }
  .timeline { gap: 25px 14px; }
  .timeline-step h3 b { margin-right: 3px; }
  .people-gallery { min-height: 170px; }
}

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