
    :root {
      --ink: #06131f;
      --paper: #ffffff;
      --subtle: #f7f9fb;
      --line: #dbe3ea;
      --muted: #4b5563;
      --muted-strong: #25313f;
      --field: #0b1020;
      --signal: #0b63ce;
      --signal-soft: rgba(11, 99, 206, 0.12);
      --shade-soft: rgba(6, 19, 31, 0.055);
      --shade-mid: rgba(6, 19, 31, 0.12);
      --shade-deep: rgba(6, 19, 31, 0.22);
      --warm-light: rgba(255, 255, 255, 0.58);
      --sumi-paper: #f4f1eb;
      --sumi-wash: rgba(6, 19, 31, 0.2);
      --sumi-pool: rgba(6, 19, 31, 0.34);
      --image-depth:
        inset 0 0 0 1px rgba(6, 19, 31, 0.18),
        inset 18px 0 30px rgba(6, 19, 31, 0.055),
        inset 0 -24px 34px rgba(6, 19, 31, 0.09),
        0 18px 36px rgba(6, 19, 31, 0.075);
      --reveal-ease: cubic-bezier(0.2, 0.84, 0.2, 1);
      --reveal-duration: 0.72s;
      --font-sans: HelveticaNeue, "Helvetica Neue", Helvetica, Arial,
        "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
        "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS ゴシック", "MS Gothic",
        sans-serif;
      --font-mono: "SF Mono", "Fira Code", "Fira Mono", Menlo, Consolas, monospace;
      --brand-tracking: 0.12em;
      font-family: var(--font-sans);
      color: var(--ink);
      background: var(--paper);
    }

    * { box-sizing: border-box; }
    html {
      overflow-x: hidden;
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      overflow-x: hidden;
      color: var(--ink);
      background: var(--paper);
      font-size: 16px;
      line-height: 1.7;
      letter-spacing: 0;
      font-feature-settings: "palt";
      -webkit-font-smoothing: antialiased;
      word-wrap: break-word;
    }

    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; height: auto; }

    .skip-link {
      position: absolute;
      z-index: 20;
      top: -100px;
      left: 16px;
      padding: 10px 16px;
      border: 1px solid var(--ink);
      color: var(--ink);
      background: var(--paper);
      font-family: var(--font-mono);
      font-size: 12px;
      font-weight: 780;
      letter-spacing: 0.06em;
    }

    .skip-link:focus-visible {
      top: 12px;
      outline: 2px solid var(--signal);
    }

    .brand strong,
    .brand span span,
    .nav,
    .eyebrow,
    .button,
    .section-label,
    .question-card b,
    .program-card b,
    .founder-role,
    .founder-links a,
    .link-icon,
    label,
    .form-status,
    .footer-logo,
    .nav-trigger,
    .footer-nav,
    .footer-group-label,
    .footer-bottom {
      font-family: var(--font-mono);
      font-feature-settings: normal;
    }

    .site-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: clamp(18px, 3vw, 42px);
      min-height: 62px;
      padding: 14px clamp(20px, 4vw, 58px) 10px;
      background: #f8f7f2;
      box-shadow: inset 0 -1px 0 rgba(6, 19, 31, 0.08);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-weight: 840;
      outline-offset: 6px;
    }

    .brand:focus-visible {
      outline: 1px solid var(--signal);
    }

    .brand-lockup {
      display: block;
      width: 168px;
      height: auto;
      object-fit: contain;
    }

    .nav {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      align-items: center;
      justify-content: flex-end;
      gap: 6px;
      font-size: 11px;
      font-weight: 780;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .nav-group {
      position: relative;
      display: inline-flex;
    }

    .nav-trigger,
    .nav a {
      min-height: 30px;
      border: 1px solid transparent;
      color: var(--ink);
      background: transparent;
      font: inherit;
      letter-spacing: inherit;
      text-transform: inherit;
    }

    .nav-trigger {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 5px 9px;
      cursor: pointer;
    }

    .nav-trigger::after {
      width: 5px;
      height: 5px;
      border-right: 1px solid currentColor;
      border-bottom: 1px solid currentColor;
      content: "";
      transform: translateY(-2px) rotate(45deg);
    }

    .nav-group:hover .nav-trigger,
    .nav-group:focus-within .nav-trigger,
    .nav-group.is-open .nav-trigger,
    .nav-direct:hover,
    .nav-direct:focus-visible {
      border-color: rgba(6, 19, 31, 0.28);
      color: var(--signal);
      outline: none;
    }

    .nav-menu {
      position: absolute;
      z-index: 30;
      top: 100%;
      right: 0;
      display: grid;
      min-width: 184px;
      padding: 7px;
      border: 1px solid var(--ink);
      background: var(--paper);
      box-shadow: 0 18px 34px rgba(6, 19, 31, 0.12);
      opacity: 0;
      pointer-events: none;
      transform: translateY(-4px);
      transition: opacity 0.16s ease, transform 0.16s ease;
    }

    .nav-group:hover .nav-menu,
    .nav-group:focus-within .nav-menu,
    .nav-group.is-open .nav-menu {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }

    .nav-menu a,
    .nav-direct {
      display: inline-flex;
      align-items: center;
      padding: 6px 9px;
      border-bottom: 0;
    }

    .nav-menu a {
      justify-content: space-between;
      white-space: nowrap;
    }

    .nav a:hover,
    .nav a:focus-visible,
    .nav a.is-current {
      color: var(--signal);
      outline: none;
    }

    .nav a.is-current {
      box-shadow: inset 0 -1px 0 currentColor;
    }

    .translate-slot {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      line-height: 1;
    }

    .translate-slot select {
      appearance: none;
      -webkit-appearance: none;
      width: 88px;
      height: 28px;
      margin: 0 !important;
      padding: 0 24px 0 8px;
      border: 1px solid rgba(6, 19, 31, 0.2);
      border-radius: 8px;
      background-color: rgba(255, 255, 255, 0.58);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='4' viewBox='0 0 6 4'%3E%3Cpath d='M0 0h6L3 4z' fill='%2306131f'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 9px center;
      color: var(--ink);
      font-family: var(--font-sans);
      font-size: 12px;
      font-weight: 780;
      letter-spacing: 0;
      line-height: 26px;
      cursor: pointer;
      outline: none;
    }

    .translate-slot select:hover,
    .translate-slot select:focus-visible {
      color: var(--signal);
      border-color: rgba(11, 99, 206, 0.58);
      background-color: var(--paper);
    }

    .translate-slot option {
      color: var(--ink);
      background: var(--paper);
      font-size: 12px;
      text-transform: none;
    }

    .issue {
      display: none;
    }

    main {
      background: var(--paper);
    }

    .hero {
      position: relative;
      min-height: clamp(620px, 82svh, 820px);
      overflow: hidden;
      padding: clamp(28px, 4.2vw, 58px) clamp(20px, 5vw, 78px);
      border-bottom: 0;
      background:
        linear-gradient(180deg, #fbfaf6 0%, #f8f7f2 48%, #eef1ef 100%);
    }

    .hero::before {
      content: "";
      position: absolute;
      z-index: 1;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(248, 247, 242, 0.94) 0%, rgba(248, 247, 242, 0.76) 28%, rgba(248, 247, 242, 0) 58%),
        linear-gradient(180deg, rgba(248, 247, 242, 0.58) 0%, rgba(248, 247, 242, 0) 54%);
      pointer-events: none;
    }

    .hero::after {
      content: "";
      position: absolute;
      z-index: 1;
      inset: 0;
      background:
        radial-gradient(ellipse at 6% 100%, rgba(6, 19, 31, 0.16) 0%, rgba(6, 19, 31, 0.07) 31%, rgba(6, 19, 31, 0) 62%),
        radial-gradient(ellipse at 76% 100%, rgba(6, 19, 31, 0.13) 0%, rgba(6, 19, 31, 0.055) 34%, rgba(6, 19, 31, 0) 66%),
        linear-gradient(180deg, rgba(6, 19, 31, 0) 0%, rgba(6, 19, 31, 0) 44%, rgba(6, 19, 31, 0.04) 72%, rgba(6, 19, 31, 0.13) 100%),
        linear-gradient(90deg, rgba(6, 19, 31, 0.045) 0%, rgba(6, 19, 31, 0) 24%, rgba(6, 19, 31, 0) 70%, rgba(6, 19, 31, 0.04) 100%);
      mix-blend-mode: multiply;
      opacity: 0.82;
      pointer-events: none;
    }

    .hero-symbol-wrap {
      position: absolute;
      z-index: 2;
      top: clamp(94px, 14vh, 145px);
      left: clamp(54%, 57vw, 60%);
      width: clamp(300px, 26vw, 480px);
      transform: translate3d(-50%, calc(var(--hero-drift, 0px) * -0.18), 0);
      overflow: visible;
    }

    /* 落下中は墨の霞のままにし、着水後に紙へ定着しながら輪郭を結ぶ。
       くっきりした形のまま落とすと切り抜きが浮いているように見えるため。
       blur半径のアニメーションは毎フレームの再描画が重くカクつくので、
       固定blurの霞レイヤーとシャープ本体のクロスフェードで表現する
       (動くのはtransformとopacityのみ=コンポジタ処理)。 */
    .hero-symbol-stack {
      position: relative;
      z-index: 2;
      transform-origin: 50% 50%;
      animation: hero-symbol-fall 2200ms linear 250ms both;
      will-change: opacity, transform;
    }

    .hero-symbol {
      position: relative;
      width: 100%;
      height: auto;
      filter: contrast(1.05);
      animation: hero-symbol-focus 2200ms linear 250ms both;
      will-change: opacity;
    }

    .hero-symbol-haze {
      position: absolute;
      inset: 0;
      width: 100%;
      height: auto;
      filter: blur(14px);
      pointer-events: none;
      animation: hero-symbol-haze-fade 2200ms linear 250ms both;
      will-change: opacity;
    }

    /* 軌道: 落下の軌跡と着水時刻(開始から約1.12秒=50.7%)は従来のまま。
       着水後は減衰する揺らぎとして、沈み込み→定着をなだらかに収束させる。 */
    @keyframes hero-symbol-fall {
      0% {
        opacity: 0;
        transform: translate3d(0, -120px, 0) scale(1.15);
        animation-timing-function: cubic-bezier(0.55, 0.04, 0.74, 0.32); /* 落下加速 */
      }
      19.6% {
        opacity: 0.9;
        transform: translate3d(0, -76px, 0) scale(1.1);
        animation-timing-function: cubic-bezier(0.55, 0.04, 0.74, 0.32);
      }
      50.7% {
        opacity: 0.97;
        transform: translate3d(0, 0, 0) scale(0.992);
        animation-timing-function: cubic-bezier(0.25, 0.1, 0.35, 1); /* 着水、沈み込みへ減速 */
      }
      61.5% {
        opacity: 1;
        transform: translate3d(0, 2px, 0) scale(1.003); /* 沈み込み */
        animation-timing-function: cubic-bezier(0.45, 0, 0.3, 1);
      }
      82% {
        opacity: 1;
        transform: translate3d(0, 0.4px, 0) scale(1.0005); /* 定着の余韻 */
        animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
      }
      100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
      }
    }

    /* シャープ本体: 落下中はかすかな芯だけ見せ、着水後に焦点が合っていく */
    @keyframes hero-symbol-focus {
      0% { opacity: 0.18; }
      50.7% { opacity: 0.35; animation-timing-function: cubic-bezier(0.45, 0, 0.3, 1); }
      61.5% { opacity: 0.55; animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1); }
      82% { opacity: 0.92; }
      100% { opacity: 1; }
    }

    /* 霞レイヤー: 落下中は霞が主体、定着とともに引いていく */
    @keyframes hero-symbol-haze-fade {
      0% { opacity: 0.9; }
      50.7% { opacity: 0.8; animation-timing-function: cubic-bezier(0.45, 0, 0.3, 1); }
      61.5% { opacity: 0.55; animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1); }
      82% { opacity: 0.12; }
      100% { opacity: 0; }
    }

    /* 墨流し流体レイヤー: 山水画の上、テキスト保護ベール(::before z1)の下 */
    .hero-fluid {
      position: absolute;
      z-index: 0;
      inset: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      mix-blend-mode: multiply;
      opacity: 0;
      transition: opacity 1.6s ease;
    }
    .hero-fluid.on { opacity: 1; }

    @media (prefers-reduced-motion: reduce) {
      .hero-symbol-stack,
      .hero-symbol { animation: none; }
      .hero-symbol-haze { display: none; }
      .hero-fluid { display: none; }
    }

    .hero-symbol-wrap[data-canvas-ready="true"] .hero-symbol {
      opacity: 1;
    }

    .hero-ink-canvas {
      position: absolute;
      z-index: 3;
      inset: -6%;
      width: 112%;
      height: 112%;
      max-width: none;
      pointer-events: none;
      mix-blend-mode: multiply;
      opacity: 0;
    }

    .hero-symbol-wrap[data-canvas-ready="true"] .hero-ink-canvas {
      opacity: 0;
    }

    .hero-inkscape {
      position: absolute;
      z-index: 0;
      left: 0;
      right: 0;
      top: -5%;
      bottom: -9%;
      width: 100%;
      height: 114%;
      max-width: none;
      object-fit: cover;
      object-position: center bottom;
      opacity: 0.9;
      pointer-events: none;
      transform: translate3d(0, calc(var(--hero-drift, 0px) * 0.12), 0) scale(1.06);
      transform-origin: center bottom;
      animation: hero-landscape-drift 42s linear infinite;
      will-change: transform, opacity;
    }

    .hero-mist {
      position: absolute;
      z-index: 1;
      left: -22%;
      right: -22%;
      bottom: -8%;
      height: 66%;
      pointer-events: none;
      overflow: hidden;
      opacity: 0.9;
      mix-blend-mode: screen;
      transform: translate3d(0, calc(var(--hero-drift, 0px) * 0.04), 0);
      -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 88%, transparent 100%);
      mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 88%, transparent 100%);
      will-change: transform, opacity;
    }

    .hero-mist::before {
      content: "";
      position: absolute;
      inset: 38% 0 0;
      background:
        linear-gradient(180deg, rgba(248, 247, 242, 0) 0%, rgba(248, 247, 242, 0.34) 40%, rgba(248, 247, 242, 0.68) 100%);
      opacity: 0.72;
    }

    .mist-layer {
      position: absolute;
      left: -44%;
      right: -44%;
      pointer-events: none;
      transform: translate3d(0, 0, 0);
      will-change: transform, opacity;
    }

    .mist-layer.one {
      top: 12%;
      height: 64%;
      opacity: 0.72;
      filter: blur(15px);
      background:
        radial-gradient(ellipse at 12% 52%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.62) 16%, rgba(201, 212, 216, 0.24) 30%, rgba(255, 255, 255, 0) 53%),
        radial-gradient(ellipse at 36% 48%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 14%, rgba(208, 219, 222, 0.22) 29%, rgba(255, 255, 255, 0) 55%),
        radial-gradient(ellipse at 68% 54%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 15%, rgba(197, 209, 214, 0.23) 30%, rgba(255, 255, 255, 0) 56%),
        radial-gradient(ellipse at 92% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.66) 15%, rgba(204, 216, 220, 0.2) 28%, rgba(255, 255, 255, 0) 52%);
      animation: mist-sail-one 28s linear infinite;
    }

    .mist-layer.two {
      top: 26%;
      height: 58%;
      opacity: 0.68;
      filter: blur(24px);
      background:
        radial-gradient(ellipse at 18% 48%, rgba(214, 224, 226, 0.22) 0%, rgba(255, 255, 255, 0.54) 18%, rgba(255, 255, 255, 0) 48%),
        radial-gradient(ellipse at 48% 58%, rgba(222, 230, 232, 0.24) 0%, rgba(255, 255, 255, 0.62) 17%, rgba(255, 255, 255, 0) 50%),
        radial-gradient(ellipse at 78% 44%, rgba(214, 224, 226, 0.2) 0%, rgba(255, 255, 255, 0.5) 17%, rgba(255, 255, 255, 0) 48%);
      animation: mist-sail-two 36s linear infinite;
    }

    .mist-layer.three {
      top: 42%;
      height: 48%;
      opacity: 0.54;
      filter: blur(12px);
      background:
        linear-gradient(92deg, rgba(255, 255, 255, 0) 0%, rgba(204, 214, 218, 0.2) 10%, rgba(255, 255, 255, 0.56) 22%, rgba(255, 255, 255, 0) 38%, rgba(207, 218, 222, 0.18) 50%, rgba(255, 255, 255, 0.5) 64%, rgba(255, 255, 255, 0) 82%),
        radial-gradient(ellipse at 62% 58%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.2) 26%, rgba(255, 255, 255, 0) 58%);
      animation: mist-sail-three 21s linear infinite;
    }

    .mist-layer.shadow {
      top: 28%;
      height: 46%;
      opacity: 0.4;
      filter: blur(19px);
      mix-blend-mode: multiply;
      background:
        radial-gradient(ellipse at 20% 50%, rgba(82, 96, 104, 0) 0%, rgba(82, 96, 104, 0.12) 19%, rgba(82, 96, 104, 0) 45%),
        radial-gradient(ellipse at 45% 55%, rgba(82, 96, 104, 0) 0%, rgba(82, 96, 104, 0.14) 18%, rgba(82, 96, 104, 0) 46%),
        radial-gradient(ellipse at 72% 48%, rgba(82, 96, 104, 0) 0%, rgba(82, 96, 104, 0.11) 20%, rgba(82, 96, 104, 0) 48%),
        linear-gradient(92deg, rgba(82, 96, 104, 0) 0%, rgba(82, 96, 104, 0.08) 22%, rgba(82, 96, 104, 0) 38%, rgba(82, 96, 104, 0.07) 64%, rgba(82, 96, 104, 0) 86%);
      animation: mist-shadow-sail 31s linear infinite;
    }

    @keyframes hero-landscape-drift {
      0% {
        opacity: 0.88;
        transform: translate3d(-0.6%, calc(var(--hero-drift, 0px) * 0.12), 0) scale(1.045);
      }
      25% {
        opacity: 0.94;
        transform: translate3d(0.8%, calc(var(--hero-drift, 0px) * 0.12 - 7px), 0) scale(1.06);
      }
      50% {
        opacity: 0.9;
        transform: translate3d(1.2%, calc(var(--hero-drift, 0px) * 0.12 + 3px), 0) scale(1.052);
      }
      75% {
        opacity: 0.95;
        transform: translate3d(-0.4%, calc(var(--hero-drift, 0px) * 0.12 - 4px), 0) scale(1.064);
      }
      100% {
        opacity: 0.88;
        transform: translate3d(-0.6%, calc(var(--hero-drift, 0px) * 0.12), 0) scale(1.045);
      }
    }

    @keyframes mist-sail-one {
      0% {
        opacity: 0.46;
        transform: translate3d(-18%, 2.6%, 0) scaleX(1);
      }
      26% {
        opacity: 0.82;
        transform: translate3d(-5%, -1.2%, 0) scaleX(1.12);
      }
      50% {
        opacity: 0.64;
        transform: translate3d(8%, 1.1%, 0) scaleX(1.04);
      }
      76% {
        opacity: 0.88;
        transform: translate3d(18%, -1.8%, 0) scaleX(1.16);
      }
      100% {
        opacity: 0.46;
        transform: translate3d(-18%, 2.6%, 0) scaleX(1);
      }
    }

    @keyframes mist-sail-two {
      0% {
        opacity: 0.42;
        transform: translate3d(14%, -1.4%, 0) scaleX(1.08);
      }
      30% {
        opacity: 0.74;
        transform: translate3d(-4%, 1.8%, 0) scaleX(0.96);
      }
      62% {
        opacity: 0.52;
        transform: translate3d(-18%, -0.6%, 0) scaleX(1.12);
      }
      84% {
        opacity: 0.78;
        transform: translate3d(2%, 2.2%, 0) scaleX(1.02);
      }
      100% {
        opacity: 0.42;
        transform: translate3d(14%, -1.4%, 0) scaleX(1.08);
      }
    }

    @keyframes mist-sail-three {
      0% {
        opacity: 0.28;
        transform: translate3d(-22%, 1.2%, 0) scaleX(1);
      }
      24% {
        opacity: 0.62;
        transform: translate3d(-6%, -2.3%, 0) scaleX(1.18);
      }
      52% {
        opacity: 0.4;
        transform: translate3d(11%, 1.7%, 0) scaleX(1.08);
      }
      78% {
        opacity: 0.7;
        transform: translate3d(24%, -0.9%, 0) scaleX(1.22);
      }
      100% {
        opacity: 0.28;
        transform: translate3d(-22%, 1.2%, 0) scaleX(1);
      }
    }

    @keyframes mist-shadow-sail {
      0% {
        opacity: 0.2;
        transform: translate3d(12%, 0.8%, 0) scaleX(1.08);
      }
      28% {
        opacity: 0.44;
        transform: translate3d(-2%, -1.4%, 0) scaleX(0.98);
      }
      58% {
        opacity: 0.28;
        transform: translate3d(-16%, 1.2%, 0) scaleX(1.12);
      }
      82% {
        opacity: 0.46;
        transform: translate3d(4%, -0.8%, 0) scaleX(1.02);
      }
      100% {
        opacity: 0.2;
        transform: translate3d(12%, 0.8%, 0) scaleX(1.08);
      }
    }

    .hero-copy {
      position: absolute;
      z-index: 4;
      left: clamp(20px, 5vw, 78px);
      top: clamp(112px, 14vh, 142px);
      width: min(500px, calc(48vw - 48px));
      transform: translate3d(0, calc(var(--hero-drift, 0px) * -0.08), 0);
    }

    .eyebrow {
      margin: 0 0 24px;
      color: var(--signal);
      font-size: 12px;
      font-weight: 760;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    h1, h2, h3, p { margin-top: 0; }

    .hero-title {
      max-width: 520px;
      margin: 0 0 16px;
      font-size: clamp(38px, 4.15vw, 64px);
      font-weight: 820;
      line-height: 1.03;
      letter-spacing: 0.02em;
    }

    .hero-title span {
      display: block;
    }

    .hero-lead {
      max-width: 430px;
      margin-bottom: 24px;
      color: var(--ink);
      font-size: clamp(15px, 1.08vw, 18px);
      line-height: 1.68;
      font-weight: 450;
    }

    .hero-lead strong {
      color: var(--signal);
      font-weight: 760;
    }

    .hero-lead span {
      display: block;
    }

    .hero-lead span + span {
      margin-top: 0.25em;
    }

    .hero-actions {
      max-width: 430px;
    }

    .hero-topics {
      position: absolute;
      z-index: 4;
      left: clamp(20px, 5vw, 78px);
      right: clamp(20px, 5vw, 78px);
      bottom: clamp(28px, 5.5vw, 72px);
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      border-top: 1px solid rgba(6, 19, 31, 0.44);
      border-left: 1px solid rgba(6, 19, 31, 0.44);
      background: rgba(248, 247, 242, 0.66);
      backdrop-filter: blur(2px);
      transform: translate3d(0, calc(var(--hero-drift, 0px) * -0.04), 0);
    }

    .hero-topic {
      min-height: 86px;
      padding: 16px 18px;
      border-right: 1px solid rgba(6, 19, 31, 0.44);
      border-bottom: 1px solid rgba(6, 19, 31, 0.44);
      background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.2) 0%, rgba(6, 19, 31, 0.045) 100%);
    }

    .hero-topic b {
      display: block;
      margin-bottom: 8px;
      color: var(--signal);
      font-family: var(--font-mono);
      font-size: 11px;
      font-weight: 780;
      letter-spacing: 0.08em;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .hero-topic span {
      display: block;
      color: var(--ink);
      font-size: 13px;
      font-weight: 660;
      line-height: 1.45;
    }

    .hero-topic:hover,
    .hero-topic:focus-visible {
      background: rgba(255, 255, 255, 0.72);
      outline: none;
    }

    .motion-ready [data-reveal] {
      opacity: 0;
      transform: translate3d(0, 28px, 0);
      transition:
        opacity var(--reveal-duration) var(--reveal-ease),
        transform var(--reveal-duration) var(--reveal-ease);
      transition-delay: var(--reveal-delay, 0ms);
    }

    .motion-ready [data-reveal="line"] {
      transform: scaleX(0.72);
      transform-origin: left center;
    }

    .motion-ready [data-reveal].is-visible {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }

    .motion-ready [data-reveal="line"].is-visible {
      transform: scaleX(1);
    }

    .actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 10px 16px;
      border: 1px solid var(--ink);
      background: var(--paper);
      color: var(--ink);
      font-size: 13px;
      font-weight: 780;
      text-transform: uppercase;
    }

    .button.primary {
      color: var(--paper);
      background: var(--ink);
    }

    .button.accent {
      border-color: rgba(11, 99, 206, 0.54);
      color: var(--signal);
      background: rgba(255, 255, 255, 0.78);
    }

    .button:hover,
    .button:focus-visible {
      border-color: var(--signal);
      color: var(--paper);
      background: var(--signal);
      outline: none;
    }

    .mission {
      display: grid;
      grid-template-columns: minmax(150px, 0.26fr) minmax(0, 0.74fr);
      gap: clamp(22px, 5vw, 72px);
      padding: clamp(38px, 5.8vw, 78px) clamp(18px, 4vw, 64px) clamp(54px, 8vw, 112px);
      color: var(--paper);
      background:
        radial-gradient(ellipse at 16% 0%, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.035) 34%, rgba(255, 255, 255, 0) 66%),
        radial-gradient(ellipse at 88% 100%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.025) 36%, rgba(255, 255, 255, 0) 70%),
        linear-gradient(180deg, #06131f 0%, #020a12 100%);
      border-bottom: 0;
      box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
    }

    .section-label {
      color: var(--signal);
      font-size: 12px;
      font-weight: 780;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .mission p {
      max-width: 980px;
      margin-bottom: 0;
      font-size: clamp(18px, 1.45vw, 24px);
      font-weight: 460;
      line-height: 1.5;
      letter-spacing: 0.01em;
    }

    .focus {
      padding: clamp(40px, 6vw, 78px) clamp(18px, 4vw, 64px) clamp(54px, 8vw, 108px);
      background:
        radial-gradient(ellipse at -10% 14%, rgba(6, 19, 31, 0.14) 0%, rgba(6, 19, 31, 0.055) 28%, rgba(6, 19, 31, 0) 60%),
        radial-gradient(ellipse at 108% 80%, rgba(6, 19, 31, 0.12) 0%, rgba(6, 19, 31, 0.045) 30%, rgba(6, 19, 31, 0) 64%),
        linear-gradient(180deg, #ffffff 0%, #faf9f4 54%, #eef2f5 100%);
      border-bottom: 0;
    }

    .focus-head {
      display: grid;
      grid-template-columns: minmax(150px, 0.26fr) minmax(0, 0.74fr);
      gap: clamp(22px, 5vw, 72px);
      margin-bottom: clamp(24px, 4vw, 44px);
    }

    .question-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      border-top: 1px solid var(--ink);
      border-left: 1px solid var(--ink);
    }

    .question-card {
      min-height: 330px;
      padding: clamp(18px, 2vw, 26px);
      border-right: 1px solid var(--ink);
      border-bottom: 1px solid var(--ink);
      background:
        radial-gradient(ellipse at 8% 0%, rgba(6, 19, 31, 0.065) 0%, rgba(6, 19, 31, 0.018) 35%, rgba(6, 19, 31, 0) 62%),
        linear-gradient(150deg, #ffffff 0%, #fbfaf6 54%, #eef2f5 100%);
      transition:
        background-color 0.28s ease,
        color 0.28s ease,
        opacity var(--reveal-duration) var(--reveal-ease),
        transform var(--reveal-duration) var(--reveal-ease);
    }

    .question-card figure {
      width: 100%;
      aspect-ratio: 4 / 3;
      margin: 0 0 20px;
      overflow: hidden;
      border: 1px solid var(--ink);
      background:
        radial-gradient(ellipse at 20% 0%, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 46%),
        var(--sumi-paper);
      box-shadow: var(--image-depth);
      isolation: isolate;
      position: relative;
    }

    .question-card figure::before,
    .program-card figure::before {
      content: "";
      position: absolute;
      z-index: 1;
      inset: 0;
      background:
        radial-gradient(ellipse at 12% 8%, var(--sumi-pool) 0%, rgba(6, 19, 31, 0.16) 25%, rgba(6, 19, 31, 0) 58%),
        radial-gradient(ellipse at 88% 96%, rgba(6, 19, 31, 0.3) 0%, rgba(6, 19, 31, 0.12) 31%, rgba(6, 19, 31, 0) 65%),
        radial-gradient(ellipse at 34% 82%, var(--sumi-wash) 0%, rgba(6, 19, 31, 0.09) 26%, rgba(6, 19, 31, 0) 60%),
        linear-gradient(145deg, rgba(6, 19, 31, 0.26) 0%, rgba(6, 19, 31, 0.075) 35%, rgba(6, 19, 31, 0) 62%),
        linear-gradient(0deg, rgba(6, 19, 31, 0.22) 0%, rgba(6, 19, 31, 0) 52%);
      mix-blend-mode: multiply;
      opacity: 0.8;
      pointer-events: none;
      transition: opacity 0.65s ease;
    }

    .question-card figure::after,
    .program-card figure::after {
      content: "";
      position: absolute;
      z-index: 2;
      inset: 0;
      background:
        radial-gradient(ellipse at 16% 14%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.075) 32%, rgba(255, 255, 255, 0) 62%),
        radial-gradient(ellipse at 64% 48%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.035) 30%, rgba(255, 255, 255, 0) 66%),
        radial-gradient(ellipse at 96% 88%, rgba(6, 19, 31, 0.08) 0%, rgba(6, 19, 31, 0.025) 26%, rgba(6, 19, 31, 0) 58%),
        linear-gradient(115deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.035) 30%, rgba(255, 255, 255, 0) 60%);
      mix-blend-mode: soft-light;
      opacity: 0.68;
      pointer-events: none;
      transition: opacity 0.65s ease;
    }

    .question-thumb {
      display: block;
      width: 100%;
      height: 100%;
    }

    .question-card img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      filter: grayscale(0.82) sepia(0.08) saturate(0.66) contrast(1.24) brightness(0.91);
      transform: scale(1);
      transition: filter 0.65s ease, transform 0.65s ease;
    }

    .question-card:hover img,
    .question-card:focus-within img {
      filter: grayscale(0.08) contrast(1.08) brightness(0.98);
      transform: scale(1.045);
    }

    .question-card:hover figure::before,
    .question-card:focus-within figure::before,
    .program-card:hover figure::before,
    .program-card:focus-within figure::before {
      opacity: 0.58;
    }

    .question-card:hover figure::after,
    .question-card:focus-within figure::after,
    .program-card:hover figure::after,
    .program-card:focus-within figure::after {
      opacity: 0.68;
    }

    .question-card:hover,
    .question-card:focus-within {
      background:
        linear-gradient(150deg, #ffffff 0%, #fbfaf6 52%, #e9edf1 100%);
    }

    .question-card b {
      display: block;
      margin-bottom: 16px;
      color: var(--signal);
      font-size: 12px;
      font-weight: 780;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .question-card p {
      margin-bottom: 0;
      color: var(--ink);
      font-size: clamp(16px, 1.2vw, 19px);
      font-weight: 460;
      line-height: 1.45;
    }

    .question-link {
      display: inline-block;
      margin-top: 14px;
      color: var(--muted);
      font-family: var(--font-mono);
      font-size: 11px;
      font-weight: 780;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .question-link:hover,
    .question-link:focus-visible {
      color: var(--signal);
      outline: none;
    }

    .focus-intro-link {
      display: inline-block;
      margin-top: 10px;
      color: var(--muted);
      font-family: var(--font-mono);
      font-size: 11px;
      font-weight: 780;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .focus-intro-link:hover,
    .focus-intro-link:focus-visible {
      color: var(--signal);
      outline: none;
    }

    .program {
      padding: clamp(40px, 6vw, 78px) clamp(18px, 4vw, 64px) clamp(54px, 8vw, 108px);
      background:
        radial-gradient(ellipse at 10% 18%, rgba(6, 19, 31, 0.155) 0%, rgba(6, 19, 31, 0.06) 29%, rgba(6, 19, 31, 0) 63%),
        radial-gradient(ellipse at 86% 72%, rgba(6, 19, 31, 0.135) 0%, rgba(6, 19, 31, 0.052) 32%, rgba(6, 19, 31, 0) 68%),
        linear-gradient(180deg, #eef2f5 0%, #f8f7f2 42%, #e8edf2 100%);
      border-bottom: 0;
    }

    .program-head {
      display: grid;
      grid-template-columns: max-content minmax(0, 1fr);
      gap: clamp(18px, 3vw, 42px);
      align-items: start;
      margin-bottom: clamp(24px, 4vw, 48px);
    }

    h2 {
      max-width: 720px;
      margin-bottom: 14px;
      font-size: clamp(30px, 3.1vw, 44px);
      font-weight: 820;
      line-height: 1.18;
      letter-spacing: 0.01em;
    }

    .section-copy {
      max-width: 580px;
      margin-bottom: 0;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.5;
      font-weight: 400;
    }

    .program-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      min-width: 0;
      overflow: hidden;
      border-top: 1px solid var(--ink);
      border-left: 1px solid var(--ink);
      background: var(--paper);
    }

    .book-section {
      padding: clamp(44px, 6vw, 76px) clamp(18px, 4vw, 64px);
      border-top: 1px solid rgba(6, 19, 31, 0.12);
      background: linear-gradient(180deg, #ffffff 0%, #f6f8fa 100%);
    }

    .book-feature {
      display: grid;
      grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
      gap: clamp(24px, 4vw, 48px);
      align-items: center;
      max-width: 880px;
      margin: 0 auto;
    }

    .book-feature-cover img {
      display: block;
      width: 100%;
      height: auto;
      border: 1px solid rgba(6, 19, 31, 0.18);
      box-shadow: 0 18px 38px rgba(6, 19, 31, 0.16), 0 3px 8px rgba(6, 19, 31, 0.1);
    }

    .book-feature-title {
      margin: 6px 0 10px;
      font-size: clamp(28px, 3.4vw, 40px);
      font-weight: 820;
      line-height: 1.15;
      letter-spacing: 0.01em;
    }

    .book-feature-tagline {
      margin: 0 0 14px;
      font-size: clamp(15px, 1.5vw, 17px);
      font-weight: 700;
      line-height: 1.6;
    }

    .book-feature-meta {
      margin: 0 0 22px;
      font-size: 13.5px;
      line-height: 1.7;
      color: var(--muted, #4b5563);
    }

    .book-feature-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .book-feature-primary,
    .book-feature-secondary {
      display: inline-block;
      padding: 12px 20px;
      border: 1px solid var(--ink);
      font-size: 14px;
      font-weight: 780;
      text-decoration: none;
    }

    .book-feature-primary {
      background: var(--ink);
      color: var(--paper);
    }

    .book-feature-secondary {
      background: var(--paper);
      color: var(--ink);
    }

    .book-feature-primary:hover,
    .book-feature-primary:focus-visible {
      background: var(--signal);
      border-color: var(--signal);
    }

    .book-feature-secondary:hover,
    .book-feature-secondary:focus-visible {
      border-color: var(--signal);
      color: var(--signal);
    }

    .logo-band {
      padding: clamp(28px, 4vw, 44px) clamp(18px, 4vw, 64px);
      border-top: 1px solid rgba(6, 19, 31, 0.12);
      background: linear-gradient(180deg, #ffffff 0%, #fbfbf8 100%);
    }

    .logo-band-label {
      margin: 0 0 18px;
      font-family: var(--font-mono);
      font-size: 11px;
      font-weight: 780;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgba(6, 19, 31, 0.55);
      text-align: center;
    }

    .logo-band-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 14px 28px;
      margin: 0 auto;
      padding: 0;
      max-width: 1080px;
      list-style: none;
    }

    /* 縦横比が1:1〜1:9まで散らばるため、形状ごとに上限高さを変えて光学的な大きさを揃える */
    .logo-band-list li {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 168px;
      height: 56px;
    }

    .logo-band-list img {
      max-width: 100%;
      object-fit: contain;
      filter: grayscale(1);
      opacity: 0.66;
      transition: opacity 0.2s ease, filter 0.2s ease;
    }

    .logo-band-list li[data-shape="square"] img { max-height: 42px; }
    .logo-band-list li[data-shape="medium"] img { max-height: 36px; }
    .logo-band-list li[data-shape="wide"] img { max-height: 30px; }
    .logo-band-list li[data-shape="ultrawide"] img { max-height: 24px; }

    /* 透過を持たない画像は板に見えるので角を丸め、帯から浮かないようにする */
    .logo-band-list li[data-fill="opaque"] img { border-radius: 6px; }
    .logo-band-list li[data-shape="square"][data-fill="opaque"] img { border-radius: 50%; }

    .logo-band-list li:hover img {
      filter: grayscale(0);
      opacity: 1;
    }

    .proof-venues {
      margin: 14px 0 0;
      font-size: 13.5px;
      line-height: 1.7;
      color: var(--muted, #4b5563);
    }

    .proof-venues a {
      margin-left: 6px;
      color: var(--signal);
      font-weight: 700;
      text-decoration: none;
      white-space: nowrap;
    }

    .proof-venues a:hover,
    .proof-venues a:focus-visible {
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .proof-logos {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 18px 24px;
      margin: 18px 0 0;
      padding: 0;
      list-style: none;
    }

    .proof-logos img {
      height: 28px;
      width: auto;
      opacity: 0.72;
      filter: grayscale(1);
    }

    .program-cta {
      margin-top: auto;
      padding-top: 14px;
      font-size: 14px;
      font-weight: 780;
      color: var(--signal);
      text-decoration: none;
    }

    .program-cta:hover,
    .program-cta:focus-visible {
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    .program-card {
      display: flex;
      flex-direction: column;
      min-height: 0;
      min-width: 0;
      padding: clamp(18px, 2vw, 28px);
      border-right: 1px solid var(--ink);
      border-bottom: 1px solid var(--ink);
      background:
        radial-gradient(ellipse at 10% 0%, rgba(6, 19, 31, 0.065) 0%, rgba(6, 19, 31, 0.018) 35%, rgba(6, 19, 31, 0) 62%),
        linear-gradient(150deg, #ffffff 0%, #f8f7f2 52%, #edf1f5 100%);
      transition:
        background-color 0.28s ease,
        opacity var(--reveal-duration) var(--reveal-ease),
        transform var(--reveal-duration) var(--reveal-ease);
    }

    .program-card figure {
      width: 100%;
      aspect-ratio: 16 / 9;
      margin: 0 0 22px;
      overflow: hidden;
      border: 1px solid var(--ink);
      background:
        radial-gradient(ellipse at 20% 0%, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 46%),
        var(--sumi-paper);
      box-shadow: var(--image-depth);
      isolation: isolate;
      position: relative;
    }

    .program-card img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      filter: grayscale(0.8) sepia(0.08) saturate(0.68) contrast(1.24) brightness(0.91);
      transform: scale(1);
      transition: filter 0.65s ease, transform 0.65s ease;
    }

    .program-card:hover img,
    .program-card:focus-within img {
      filter: grayscale(0.08) contrast(1.08) brightness(0.98);
      transform: scale(1.045);
    }

    .program-card:hover,
    .program-card:focus-within {
      background:
        linear-gradient(150deg, #ffffff 0%, #fbfaf6 52%, #e9edf1 100%);
    }

    .program-card b {
      display: block;
      margin-bottom: 16px;
      color: var(--signal);
      font-size: 12px;
      font-weight: 780;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .program-card h3 {
      margin-bottom: 12px;
      font-size: clamp(24px, 2.1vw, 34px);
      font-weight: 820;
      line-height: 1.1;
      letter-spacing: 0.02em;
      overflow-wrap: anywhere;
    }

    .program-card p {
      margin-bottom: 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.65;
      font-weight: 450;
      overflow-wrap: anywhere;
    }

    .ai2040-feature {
      padding: clamp(32px, 5vw, 64px) clamp(18px, 4vw, 64px);
      background: #06131f;
      color: var(--paper);
    }

    .ai2040-feature-link {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(230px, 0.75fr);
      min-height: clamp(300px, 34vw, 470px);
      overflow: hidden;
      border: 1px solid rgba(248, 247, 242, 0.58);
      color: inherit;
      background:
        radial-gradient(circle at 82% 48%, rgba(11, 99, 206, 0.78) 0%, rgba(11, 99, 206, 0.2) 20%, transparent 42%),
        linear-gradient(135deg, #02080d 0%, #071928 58%, #0b63ce 160%);
      text-decoration: none;
      isolation: isolate;
    }

    .ai2040-feature-link::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background:
        linear-gradient(rgba(248, 247, 242, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(248, 247, 242, 0.055) 1px, transparent 1px);
      background-size: 32px 32px;
      mask-image: linear-gradient(90deg, transparent, #000 38%, #000);
    }

    .ai2040-feature-copy {
      display: grid;
      align-content: center;
      gap: 18px;
      padding: clamp(26px, 5vw, 70px);
    }

    .ai2040-feature-kicker {
      margin: 0;
      color: #7cbcff;
      font-family: var(--font-mono);
      font-size: 11px;
      font-weight: 820;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .ai2040-feature h2 {
      margin: 0;
      color: var(--paper);
      font-size: clamp(38px, 6vw, 82px);
      font-weight: 860;
      letter-spacing: -0.045em;
      line-height: 0.96;
    }

    .ai2040-feature-description {
      max-width: 700px;
      margin: 0;
      color: rgba(248, 247, 242, 0.78);
      font-size: clamp(14px, 1.35vw, 18px);
      line-height: 1.75;
    }

    .ai2040-feature-cta {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      width: fit-content;
      margin-top: 8px;
      padding-bottom: 5px;
      border-bottom: 1px solid currentColor;
      color: var(--paper);
      font-size: 13px;
      font-weight: 820;
      letter-spacing: 0.04em;
    }

    .ai2040-feature-note {
      margin: 16px 0 0;
      color: rgba(255, 255, 255, 0.72);
      font-size: 13.5px;
      font-weight: 600;
      letter-spacing: 0.02em;
    }

    .ai2040-feature-note a {
      padding-bottom: 3px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.32);
      transition: color 0.18s ease, border-color 0.18s ease;
    }

    .ai2040-feature-note a:hover,
    .ai2040-feature-note a:focus-visible {
      color: var(--paper);
      border-color: var(--paper);
    }

    .ai2040-feature-mark {
      display: grid;
      align-content: center;
      justify-items: center;
      padding: 28px;
      border-left: 1px solid rgba(248, 247, 242, 0.28);
      font-family: var(--font-mono);
      text-align: center;
    }

    .ai2040-feature-mark strong {
      color: var(--paper);
      font-size: clamp(76px, 12vw, 176px);
      font-weight: 780;
      letter-spacing: -0.1em;
      line-height: 0.78;
      text-indent: -0.1em;
    }

    .ai2040-feature-mark span {
      margin-top: 30px;
      color: #7cbcff;
      font-size: 11px;
      font-weight: 820;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .ai2040-feature-link:hover,
    .ai2040-feature-link:focus-visible {
      border-color: #7cbcff;
      outline: none;
    }

    .ai2040-feature-link:hover .ai2040-feature-cta,
    .ai2040-feature-link:focus-visible .ai2040-feature-cta {
      color: #7cbcff;
    }

    @media (max-width: 760px) {
      .ai2040-feature-link {
        grid-template-columns: 1fr;
      }

      .ai2040-feature-mark {
        min-height: 180px;
        border-top: 1px solid rgba(248, 247, 242, 0.28);
        border-left: 0;
      }

      .ai2040-feature-mark strong {
        font-size: clamp(76px, 28vw, 132px);
      }
    }

    .news {
      padding: clamp(40px, 6vw, 78px) clamp(18px, 4vw, 64px) clamp(54px, 8vw, 108px);
      background:
        radial-gradient(ellipse at 0% 24%, rgba(6, 19, 31, 0.11) 0%, rgba(6, 19, 31, 0.04) 31%, rgba(6, 19, 31, 0) 64%),
        radial-gradient(ellipse at 100% 78%, rgba(6, 19, 31, 0.105) 0%, rgba(6, 19, 31, 0.036) 34%, rgba(6, 19, 31, 0) 68%),
        linear-gradient(180deg, #ffffff 0%, #faf9f4 50%, #eef2f5 100%);
      border-bottom: 0;
    }

    .news + .news {
      padding-top: clamp(28px, 4vw, 52px);
    }

    .news-head {
      display: grid;
      gap: 14px;
      justify-items: start;
      margin-bottom: clamp(24px, 4vw, 44px);
    }

    .news-heading-copy {
      display: grid;
      gap: 12px;
      justify-items: start;
    }

    .news-head h2 {
      margin-bottom: 0;
    }

    .news-sections {
      display: grid;
      gap: clamp(34px, 5vw, 58px);
    }

    .news-category {
      display: grid;
      gap: 18px;
    }

    .news-category-head {
      display: grid;
      grid-template-columns: max-content minmax(0, 1fr);
      gap: clamp(14px, 2vw, 26px);
      align-items: end;
      padding-bottom: 14px;
      border-bottom: 1px solid rgba(6, 19, 31, 0.22);
    }

    .news-category-label {
      color: var(--signal);
      font-family: var(--font-mono);
      font-size: 12px;
      font-weight: 780;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .news-category-head :is(h2, h3) {
      margin-bottom: 0;
      font-size: clamp(24px, 2.2vw, 32px);
      font-weight: 820;
      line-height: 1.08;
      letter-spacing: 0.01em;
    }

    .news-category-title {
      display: grid;
      gap: 8px;
      justify-items: start;
    }

    .news-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr));
      border-top: 1px solid var(--ink);
      border-left: 1px solid var(--ink);
    }

    .news-category--news .news-list {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .news-category--featured .news-list {
      grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
      align-items: stretch;
    }

    .news-item {
      display: grid;
      min-height: 300px;
      padding: clamp(20px, 2.2vw, 30px);
      border-right: 1px solid var(--ink);
      border-bottom: 1px solid var(--ink);
      background:
        radial-gradient(ellipse at 8% 0%, rgba(6, 19, 31, 0.052) 0%, rgba(6, 19, 31, 0.016) 34%, rgba(6, 19, 31, 0) 62%),
        linear-gradient(145deg, #ffffff 0%, #f8f7f2 58%, #e7edf2 100%);
      transition:
        background-color 0.28s ease,
        opacity var(--reveal-duration) var(--reveal-ease),
        transform var(--reveal-duration) var(--reveal-ease);
      }

    .news-category--featured .news-item:first-child {
      height: 100%;
      min-height: 0;
      align-content: start;
      padding: clamp(18px, 1.9vw, 26px);
      background:
        radial-gradient(ellipse at 10% 0%, rgba(6, 19, 31, 0.095) 0%, rgba(6, 19, 31, 0.026) 36%, rgba(6, 19, 31, 0) 64%),
        linear-gradient(150deg, #ffffff 0%, #f8f7f2 45%, #e4ebf1 100%);
    }

    .news-pin-label {
      display: inline-flex;
      align-items: center;
      justify-self: start;
      margin-bottom: 12px;
      padding: 3px 8px;
      border: 1px solid var(--ink);
      background: rgba(255, 255, 255, 0.68);
      color: var(--ink);
      font-family: var(--font-mono);
      font-size: 10px;
      font-weight: 820;
      letter-spacing: 0.08em;
      line-height: 1.1;
      text-transform: uppercase;
    }

    .news-category--featured .news-item:first-child .news-thumb {
      margin-bottom: 16px;
    }

    .news-stack {
      display: grid;
      min-width: 0;
      align-content: stretch;
      grid-auto-rows: minmax(0, 1fr);
    }

    .visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .news-carousel {
      position: relative;
      grid-template-rows: minmax(0, 1fr) auto;
    }

    .news-carousel-controls {
      display: none;
      grid-template-columns: auto auto;
      align-items: center;
      justify-content: end;
      gap: 12px;
      padding: 8px;
      border-right: 1px solid var(--ink);
      border-bottom: 1px solid var(--ink);
      background: rgba(248, 247, 242, 0.96);
    }

    .news-carousel.is-enhanced .news-carousel-controls {
      display: grid;
    }

    .news-carousel-archive {
      display: inline-flex;
      min-width: 0;
      min-height: 34px;
      align-items: center;
      justify-self: end;
      gap: 8px;
      padding: 0 4px;
      color: var(--muted);
      font-family: var(--font-mono);
      font-size: 11px;
      font-weight: 780;
      letter-spacing: 0.06em;
      line-height: 1.3;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .news-carousel-archive:hover,
    .news-carousel-archive:focus-visible {
      color: var(--signal);
      outline: none;
    }

    .news-carousel-archive:focus-visible {
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--signal);
    }

    .news-carousel-pager {
      display: inline-flex;
      align-items: center;
      justify-self: end;
      gap: 8px;
    }

    .news-carousel-button {
      display: inline-flex;
      min-width: 34px;
      height: 34px;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--ink);
      border-radius: 0;
      background: #fff;
      color: var(--ink);
      cursor: pointer;
      font-family: var(--font-mono);
      font-size: 13px;
      font-weight: 820;
      line-height: 1;
    }

    .news-carousel-button:hover,
    .news-carousel-button:focus-visible {
      background: var(--ink);
      color: #fff;
      outline: none;
    }

    .news-carousel-button:focus-visible {
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--signal);
    }

    .news-carousel-status {
      min-width: 58px;
      color: var(--ink);
      font-family: var(--font-mono);
      font-size: 11px;
      font-weight: 820;
      letter-spacing: 0.08em;
      text-align: center;
    }

    .news-carousel-window {
      min-width: 0;
      overflow: hidden;
      touch-action: pan-y;
    }

    .news-carousel-track {
      display: grid;
    }

    .news-carousel.is-enhanced .news-carousel-track {
      display: flex;
      height: 100%;
      transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
      will-change: transform;
    }

    .news-carousel-page {
      display: grid;
      min-width: 0;
      grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .news-carousel.is-enhanced .news-carousel-page {
      flex: 0 0 100%;
      min-width: 100%;
    }

    .news-category--featured .news-stack .news-item {
      grid-template-columns: minmax(108px, 164px) minmax(0, 1fr);
      column-gap: clamp(10px, 1.15vw, 16px);
      align-items: center;
      min-height: 0;
      padding: clamp(9px, 1vw, 14px);
      background:
        linear-gradient(90deg, rgba(6, 19, 31, 0.045) 0%, rgba(6, 19, 31, 0) 42%),
        linear-gradient(150deg, #ffffff 0%, #f8f7f2 58%, #edf1f5 100%);
    }

    .news-item[hidden] {
      display: none;
    }

    .news-body {
      display: grid;
      min-width: 0;
      align-content: start;
    }

    .news-thumb {
      display: block;
      margin-bottom: 20px;
      overflow: hidden;
      border: 1px solid rgba(6, 19, 31, 0.18);
      background: rgba(6, 19, 31, 0.05);
    }

    .news-category--featured .news-stack .news-thumb {
      margin-bottom: 0;
    }

    .news-category--featured .news-stack .news-body {
      align-self: center;
    }

    .news-category--featured .news-stack :is(.news-item time, .news-tag) {
      font-size: 10px;
      letter-spacing: 0.07em;
    }

    .news-thumb img {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 9;
      height: auto;
      object-fit: cover;
      transition: transform 0.32s ease;
    }

    .news-item:hover .news-thumb img,
    .news-item:focus-within .news-thumb img {
      transform: scale(1.035);
    }

    .news-item time,
    .news-source,
    .news-status {
      font-family: var(--font-mono);
      font-size: 12px;
      font-weight: 780;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .news-item time {
      color: var(--signal);
    }

    .news-item h3 {
      max-width: 720px;
      margin: 18px 0 14px;
      font-size: clamp(18px, 1.5vw, 22px);
      font-weight: 820;
      line-height: 1.4;
      letter-spacing: 0.01em;
    }

    .news-category--featured .news-item:first-child h3 {
      margin: 14px 0 0;
      font-size: clamp(21px, 1.45vw, 26px);
      line-height: 1.34;
    }

    .news-category--featured .news-stack .news-item h3 {
      margin: 4px 0 0;
      font-size: clamp(14px, 0.98vw, 16px);
      line-height: 1.32;
    }

    .news-item h3 a:hover,
    .news-item h3 a:focus-visible {
      color: var(--signal);
      outline: none;
    }

    .news-item p {
      max-width: 620px;
      margin-bottom: 26px;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.65;
      font-weight: 450;
    }

    .news-item .news-summary {
      margin: 10px 0 0;
      font-size: 14px;
      line-height: 1.62;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
    }

    .news-source {
      align-self: end;
      color: var(--ink);
    }

    .news-status {
      align-self: end;
      color: var(--muted);
    }

    .news-meta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
    }

    .news-tag {
      display: inline-flex;
      align-items: center;
      padding: 1px 8px;
      border: 1px solid var(--ink);
      color: var(--ink);
      font-family: var(--font-mono);
      font-size: 10px;
      font-weight: 780;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .news-topic-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
      margin-top: 9px;
    }

    .news-topic-tags span {
      display: inline-flex;
      align-items: center;
      min-height: 22px;
      padding: 2px 7px;
      border: 1px solid rgba(6, 19, 31, 0.34);
      background: rgba(255, 255, 255, 0.55);
      color: var(--ink);
      font-family: var(--font-mono);
      font-size: 9px;
      font-weight: 820;
      letter-spacing: 0.06em;
      line-height: 1.1;
      text-transform: uppercase;
    }

    .news-category--research .news-list {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .news-category--research .news-item {
      min-height: 260px;
      padding: 18px;
    }

    .news-category--research .news-thumb {
      margin-bottom: 14px;
    }

    .news-category--research .news-meta {
      gap: 8px;
    }

    .news-category--research .news-item time,
    .news-category--research .news-source {
      font-size: 10px;
      letter-spacing: 0.06em;
    }

    .news-category--research .news-tag {
      padding: 0 6px;
      font-size: 9px;
      letter-spacing: 0.06em;
    }

    .news-category--research .news-item h3 {
      margin: 12px 0 10px;
      font-size: 17px;
      line-height: 1.34;
    }

    .news-category--research .news-item h3 a {
      overflow-wrap: anywhere;
    }

    .research-more-card {
      display: grid;
      grid-column: 1 / -1;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 4px 12px;
      align-items: center;
      min-height: 76px;
      padding: clamp(11px, 1.2vw, 16px) clamp(14px, 2vw, 24px);
      border-right: 1px solid var(--ink);
      border-bottom: 1px solid var(--ink);
      background:
        radial-gradient(ellipse at 0% 0%, rgba(11, 99, 206, 0.36) 0%, rgba(11, 99, 206, 0.12) 34%, rgba(11, 99, 206, 0) 68%),
        linear-gradient(135deg, #06131f 0%, #0a1725 58%, #0d2235 100%);
      color: var(--paper);
    }

    .research-more-card:hover,
    .research-more-card:focus-visible {
      background:
        radial-gradient(ellipse at 0% 0%, rgba(11, 99, 206, 0.5) 0%, rgba(11, 99, 206, 0.18) 36%, rgba(11, 99, 206, 0) 70%),
        linear-gradient(135deg, #020a12 0%, #0b63ce 100%);
      outline: none;
    }

    .research-more-card span {
      color: rgba(248, 247, 242, 0.78);
      font-family: var(--font-mono);
      font-size: 10px;
      font-weight: 820;
      letter-spacing: 0.08em;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .research-more-card strong {
      display: block;
      margin-top: 4px;
      max-width: 620px;
      color: var(--paper);
      font-size: clamp(17px, 1.35vw, 22px);
      font-weight: 820;
      line-height: 1.18;
    }

    .research-more-card em {
      display: grid;
      grid-column: 2;
      grid-row: 1 / span 2;
      place-items: center;
      width: 34px;
      height: 34px;
      border: 1px solid var(--paper);
      color: var(--paper);
      font-family: var(--font-mono);
      font-size: 18px;
      font-style: normal;
      font-weight: 760;
      line-height: 1;
    }

    .news-actions {
      display: flex;
      justify-content: center;
      margin-top: clamp(24px, 4vw, 40px);
    }

    .news-actions[hidden] {
      display: none;
    }

    .news-more {
      min-width: 190px;
    }

    .news-index-link,
    .news-all-link {
      display: inline-block;
      margin-top: 8px;
      color: var(--muted);
      font-family: var(--font-mono);
      font-size: 11px;
      font-weight: 780;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .news-index-link:hover,
    .news-index-link:focus-visible,
    .news-all-link:hover,
    .news-all-link:focus-visible {
      color: var(--signal);
      outline: none;
    }

    .company-table {
      margin: 0 0 clamp(34px, 5vw, 62px);
      border-top: 1px solid var(--ink);
    }

    .company-row {
      display: grid;
      grid-template-columns: minmax(150px, 0.26fr) minmax(0, 0.74fr);
      gap: clamp(22px, 5vw, 72px);
      padding: 18px 0;
      border-bottom: 1px solid var(--ink);
    }

    .company-row dt {
      color: var(--ink);
      font-family: var(--font-mono);
      font-size: 12px;
      font-weight: 780;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .company-row dd {
      margin: 0;
      color: var(--ink);
      font-size: 15px;
      line-height: 1.7;
      font-weight: 450;
    }

    .company-row dd a {
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .company-row dd a:hover,
    .company-row dd a:focus-visible {
      color: var(--signal);
      outline: none;
    }

    .company {
      padding: clamp(40px, 6vw, 78px) clamp(18px, 4vw, 64px) clamp(54px, 8vw, 108px);
      background:
        radial-gradient(ellipse at 12% 16%, rgba(6, 19, 31, 0.11) 0%, rgba(6, 19, 31, 0.04) 32%, rgba(6, 19, 31, 0) 66%),
        radial-gradient(ellipse at 96% 86%, rgba(6, 19, 31, 0.12) 0%, rgba(6, 19, 31, 0.04) 34%, rgba(6, 19, 31, 0) 68%),
        linear-gradient(180deg, #ffffff 0%, #f8f7f2 48%, #eef2f5 100%);
      border-bottom: 0;
    }

    .company-head {
      display: grid;
      grid-template-columns: minmax(150px, 0.26fr) minmax(0, 0.74fr);
      gap: clamp(22px, 5vw, 72px);
      margin-bottom: clamp(26px, 4vw, 48px);
    }

    .founder-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      border-top: 1px solid var(--ink);
      border-left: 1px solid var(--ink);
    }

    .founder-visual {
      display: flex;
      align-items: center;
      justify-content: center;
      border-right: 1px solid var(--ink);
      border-bottom: 1px solid var(--ink);
      min-height: 250px;
    }

    .founder-visual img {
      width: min(160px, 45%);
      opacity: 0.92;
    }

    .founder,
    .founder-visual {
      background:
        linear-gradient(150deg, #ffffff 0%, #f8fafb 58%, #e7edf2 100%);
    }

    .founder {
      min-height: 250px;
      padding: clamp(22px, 2.5vw, 34px);
      border-right: 1px solid var(--ink);
      border-bottom: 1px solid var(--ink);
      transition:
        background-color 0.28s ease,
        opacity var(--reveal-duration) var(--reveal-ease),
        transform var(--reveal-duration) var(--reveal-ease);
    }

    .founder:hover,
    .founder:focus-within {
      background:
        linear-gradient(150deg, #ffffff 0%, #fbfaf6 54%, #eef2f5 100%);
    }

    .founder-role {
      margin-bottom: 26px;
      color: var(--signal);
      font-size: 12px;
      font-weight: 780;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .founder h3 {
      margin-bottom: 14px;
      font-size: clamp(30px, 3vw, 42px);
      font-weight: 820;
      line-height: 1.05;
      letter-spacing: 0.02em;
    }

    .founder p {
      max-width: 520px;
      margin-bottom: 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.7;
      font-weight: 450;
    }

    .founder-more {
      margin: 24px 0 0;
      font-size: 15px;
      font-weight: 700;
    }

    .founder-more a {
      color: var(--signal);
      text-decoration: none;
    }

    .founder-more a:hover,
    .founder-more a:focus-visible {
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    .founder-links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 24px;
    }

    .founder-links a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 34px;
      padding: 6px 11px 6px 7px;
      border: 1px solid var(--ink);
      color: var(--ink);
      background: var(--paper);
      font-size: 12px;
      font-weight: 780;
      letter-spacing: 0.02em;
    }

    .founder-links a:hover,
    .founder-links a:focus-visible {
      border-color: var(--signal);
      color: var(--signal);
      outline: none;
    }

    .link-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      color: var(--paper);
      background: var(--ink);
      font-size: 11px;
      font-weight: 860;
      line-height: 1;
      letter-spacing: 0;
    }

    .founder-links a:hover .link-icon,
    .founder-links a:focus-visible .link-icon {
      background: var(--signal);
    }

    .link-icon.note {
      font-family: var(--font-sans);
      font-size: 14px;
      font-style: normal;
    }

    .connect-strip {
      padding: clamp(40px, 6vw, 76px) clamp(18px, 4vw, 64px);
      background: linear-gradient(180deg, #eef2f5 0%, #f8f7f2 100%);
      border-top: 1px solid var(--line);
    }

    .connect-strip h2 {
      margin: 0 0 clamp(18px, 2.4vw, 28px);
      font-size: clamp(19px, 2.2vw, 24px);
      font-weight: 860;
      letter-spacing: 0.01em;
    }

    .connect-strip-actions {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: clamp(12px, 1.6vw, 20px);
    }

    .connect-card {
      display: grid;
      align-content: start;
      gap: 6px;
      padding: 20px clamp(16px, 2vw, 24px);
      border: 1px solid var(--line);
      background: var(--paper);
      transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
    }

    .connect-card:hover,
    .connect-card:focus-visible {
      border-color: var(--signal);
      transform: translateY(-2px);
      box-shadow: 0 10px 26px -18px rgba(6, 19, 31, 0.55);
      outline: none;
    }

    .connect-card-label {
      font-size: 15px;
      font-weight: 820;
      letter-spacing: 0.01em;
    }

    .connect-card:hover .connect-card-label,
    .connect-card:focus-visible .connect-card-label { color: var(--signal); }

    .connect-card-note {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.7;
    }

    @media (max-width: 760px) {
      .connect-strip-actions { grid-template-columns: minmax(0, 1fr); }
    }

    .join {
      display: grid;
      grid-template-columns: minmax(0, 0.36fr) minmax(320px, 0.64fr);
      gap: clamp(24px, 5vw, 72px);
      align-items: start;
      padding: clamp(54px, 8vw, 108px) clamp(18px, 4vw, 64px);
      background:
        radial-gradient(ellipse at 8% 12%, rgba(6, 19, 31, 0.1) 0%, rgba(6, 19, 31, 0.036) 34%, rgba(6, 19, 31, 0) 68%),
        radial-gradient(ellipse at 98% 78%, rgba(6, 19, 31, 0.1) 0%, rgba(6, 19, 31, 0.035) 34%, rgba(6, 19, 31, 0) 68%),
        linear-gradient(180deg, #ffffff 0%, #f8f7f2 48%, #eef2f5 100%);
    }

    .join p {
      max-width: 800px;
      margin-bottom: 0;
      color: var(--muted);
      font-size: 18px;
      font-weight: 400;
    }

    .contact-form {
      display: grid;
      gap: 18px;
      border-top: 1px solid var(--ink);
      padding-top: 20px;
      filter: drop-shadow(0 18px 28px rgba(6, 19, 31, 0.045));
    }

    .form-row {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    .field {
      display: grid;
      gap: 7px;
    }

    .field.full {
      grid-column: 1 / -1;
    }

    .contact-trap {
      position: absolute;
      left: -10000px;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }

    label {
      font-size: 12px;
      font-weight: 780;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .optional {
      color: var(--muted);
      font-weight: 750;
    }

    .required {
      color: var(--signal);
      font-weight: 850;
    }

    input,
    select,
    textarea {
      width: 100%;
      border: 1px solid var(--ink);
      border-radius: 0;
      padding: 12px 13px;
      color: var(--ink);
      background: var(--paper);
      font: inherit;
      font-size: 16px;
      line-height: 1.45;
    }

    textarea {
      min-height: 180px;
      resize: vertical;
    }

    input:focus,
    select:focus,
    textarea:focus {
      border-color: var(--signal);
      outline: 3px solid rgba(19, 114, 218, 0.16);
      outline-offset: 0;
    }

    .form-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: center;
    }

    .form-status {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      font-weight: 650;
    }

    .form-status[data-state="success"] {
      color: var(--signal);
    }

    .form-status[data-state="error"] {
      color: var(--ink);
    }

    .form-consent {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.6;
    }

    .form-consent a {
      color: var(--ink);
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .form-consent a:hover,
    .form-consent a:focus-visible {
      color: var(--signal);
      outline: none;
    }

    .site-footer {
      padding: 18px clamp(20px, 4vw, 58px);
      background:
        linear-gradient(180deg, #eef2f5 0%, #f8f7f2 62%);
      color: var(--ink);
      box-shadow: inset 0 1px 0 rgba(6, 19, 31, 0.08);
    }

    .footer-nav {
      display: grid;
      grid-template-columns: repeat(4, minmax(124px, 1fr));
      gap: 14px 26px;
      font-size: 11px;
      font-weight: 780;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .footer-nav-group {
      display: grid;
      align-content: start;
      gap: 8px;
    }

    .footer-group-label {
      margin: 0;
      color: var(--muted);
      font-size: 10px;
      font-weight: 850;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .footer-link-list {
      display: flex;
      flex-wrap: wrap;
      gap: 6px 14px;
    }

    .footer-nav a {
      padding-block: 3px;
    }

    .footer-nav a:hover,
    .footer-nav a:focus-visible {
      color: var(--signal);
      outline: none;
    }

    .footer-main {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      gap: 18px 34px;
    }

    .footer-logo {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      font-weight: 840;
      line-height: 1;
      letter-spacing: var(--brand-tracking);
      text-transform: uppercase;
    }

    .footer-symbol {
      width: 24px;
      height: auto;
      object-fit: contain;
    }

    .footer-wordmark {
      width: 78px;
      height: auto;
    }

    .footer-bottom {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-end;
      gap: 10px 16px;
      color: var(--muted);
      font-size: 11px;
      font-weight: 850;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .clarity-disclosure {
      max-width: 48rem;
      margin: 0;
      font-size: 10px;
      font-weight: 600;
      line-height: 1.5;
      letter-spacing: 0.02em;
      text-transform: none;
    }

    .clarity-disclosure a {
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    @media (max-width: 1180px) {
      .news-category--featured .news-list {
        grid-template-columns: 1fr;
      }

      .news-category--featured .news-item:first-child {
        grid-row: auto;
        min-height: auto;
      }

      .news-category--featured .news-stack .news-item {
        grid-template-columns: minmax(132px, 190px) minmax(0, 1fr);
      }
    }

    @media (max-width: 980px) {
      .site-header,
      .mission,
      .program-head,
      .focus-head,
      .news-category-head,
      .company-head,
      .footer-main,
      .book-feature {
        grid-template-columns: 1fr;
        justify-items: start;
      }

      .book-feature-cover {
        max-width: 180px;
      }

      .join {
        grid-template-columns: 1fr;
      }

      .company-row {
        grid-template-columns: 1fr;
        gap: 6px;
      }

      .issue,
      .nav {
        justify-self: start;
      }

      .program-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .news-list {
        grid-template-columns: 1fr;
      }

      .news-category--news .news-list,
      .news-category--research .news-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .news-category--featured .news-list {
        grid-template-columns: 1fr;
      }

      .question-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .founder-list {
        grid-template-columns: 1fr;
      }

      .founder-visual {
        display: none;
      }
    }

    @media (max-width: 900px) {
      .hero {
        min-height: 760px;
      }
      .hero::before {
        background:
          linear-gradient(180deg, rgba(248, 247, 242, 0.97) 0%, rgba(248, 247, 242, 0.92) 42%, rgba(248, 247, 242, 0.22) 68%, rgba(248, 247, 242, 0) 100%),
          linear-gradient(90deg, rgba(248, 247, 242, 0.72) 0%, rgba(248, 247, 242, 0) 78%);
      }
      .hero-symbol-wrap {
        top: clamp(360px, 50vh, 430px);
        left: 50%;
        width: min(58vw, 390px);
      }
      .hero-copy {
        width: min(520px, calc(100% - 40px));
      }

      .hero-topics {
        grid-template-columns: 1fr;
        bottom: 28px;
      }

      .hero-topic {
        min-height: auto;
        padding: 12px 14px;
      }
    }

    @media (max-width: 620px) {
      .site-header {
        min-height: auto;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 16px 20px 10px;
        gap: 10px 18px;
      }
      .brand-lockup {
        width: 152px;
      }
      .nav {
        width: 100%;
        justify-content: flex-start;
        gap: 8px;
        overflow: visible;
        padding-bottom: 4px;
        font-size: 11px;
        white-space: normal;
      }
      .nav-group {
        position: static;
        display: inline-flex;
      }
      .nav-menu {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        right: auto;
        left: 0;
        width: min(100%, calc(100vw - 40px));
        min-width: 0;
        margin-top: 0;
        box-shadow: 0 18px 34px rgba(6, 19, 31, 0.12);
        opacity: 1;
        pointer-events: auto;
        transform: none;
        transition: none;
      }
      .nav-group:hover .nav-menu,
      .nav-group:focus-within .nav-menu {
        display: none;
      }
      .nav-group.is-open .nav-menu {
        display: grid;
      }
      .nav-direct,
      .translate-slot {
        align-self: start;
      }
      .translate-slot select {
        width: 84px;
        font-size: 11px;
      }
      .hero {
        min-height: 820px;
        padding: 24px 20px 32px;
      }
      .hero::before {
        background:
          linear-gradient(180deg, rgba(248, 247, 242, 0.96) 0%, rgba(248, 247, 242, 0.9) 38%, rgba(248, 247, 242, 0.18) 64%, rgba(248, 247, 242, 0) 100%),
          linear-gradient(90deg, rgba(248, 247, 242, 0.68) 0%, rgba(248, 247, 242, 0) 74%);
      }
      .hero-symbol-wrap {
        top: 388px;
        left: 50%;
        width: min(68vw, 280px);
      }
      .hero-inkscape {
        top: -5%;
        bottom: -11%;
        height: 116%;
        object-position: 64% bottom;
      }
      .hero-mist {
        left: -24%;
        right: -24%;
        bottom: -5%;
        height: 48%;
      }
      .mist-layer {
        left: -58%;
        right: -58%;
      }
      .hero-copy {
        top: 82px;
        width: calc(100% - 40px);
      }
      .hero-title {
        margin-bottom: 10px;
        font-size: clamp(32px, 9vw, 38px);
      }
      .hero-lead {
        max-width: 330px;
        font-size: 12px;
        line-height: 1.52;
      }
      .hero-topics {
        left: 20px;
        right: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        bottom: 22px;
      }
      .hero-topic {
        min-width: 0;
        padding: 10px;
      }
      .hero-topic b { margin-bottom: 4px; font-size: 9px; }
      .hero-topic span {
        font-size: 11px;
        line-height: 1.38;
        overflow-wrap: anywhere;
      }
      .mission p {
        font-size: 16px;
        line-height: 1.58;
      }
      .button { width: 100%; }
      .news-category--news .news-list { grid-template-columns: 1fr; }
      .news-category--research .news-list,
      .question-grid,
      .program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .news-category--research .news-item {
        min-height: 0;
        align-content: start;
        padding: 12px;
      }
      .news-category--research .news-thumb { margin-bottom: 10px; }
      .news-category--research .news-item h3 {
        margin: 8px 0 6px;
        font-size: 13.5px;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
      }
      .news-topic-tags { display: none; }
      .news-category--research .news-source { font-size: 9px; }
      .question-card {
        min-height: 0;
        padding: 12px;
      }
      .question-card figure {
        aspect-ratio: 16 / 10;
        margin-bottom: 10px;
      }
      .question-card b { font-size: 10px; }
      .question-card p { font-size: 13.5px; line-height: 1.5; }
      .news-category--featured .news-stack .news-item {
        grid-template-columns: 96px minmax(0, 1fr);
        column-gap: 12px;
        padding: 10px;
      }
      .program-card { padding: 12px; }
      .program-card figure { margin: 0 0 10px; }
      .program-card b { font-size: 9px; }
      .program-card h3 {
        margin: 6px 0;
        font-size: 15px;
        line-height: 1.35;
      }
      .program-card p {
        margin: 0;
        font-size: 12px;
        line-height: 1.5;
      }
      .founder {
        min-height: 0;
        padding: 14px;
      }
      .founder-role {
        margin-bottom: 6px;
        font-size: 10px;
      }
      .founder h3 {
        margin-bottom: 8px;
        font-size: 21px;
      }
      .founder > p:not(.founder-role) {
        font-size: 12.5px;
        line-height: 1.6;
      }
      .founder-links { margin-top: 12px; }
      .founder-links a { min-height: 30px; }
      .news-carousel-controls {
        grid-template-columns: 1fr;
        justify-content: stretch;
      }
      .news-carousel-archive {
        min-height: 30px;
        padding: 0;
      }
      .news-carousel-pager {
        justify-self: end;
      }
      .research-more-card {
        min-height: 82px;
      }
      .form-row { grid-template-columns: 1fr; }
      .site-footer { padding: 18px 20px; }
      .footer-main,
      .footer-bottom {
        justify-content: flex-start;
      }
      .footer-nav {
        grid-template-columns: 1fr;
        gap: 14px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      *,
      *::before,
      *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
      }

      .motion-ready [data-reveal] {
        opacity: 1;
        transform: none;
      }

      .hero-symbol-wrap,
      .hero-copy,
      .hero-topics,
      .hero-inkscape,
      .hero-mist {
        transform: none;
      }

      .hero-symbol-wrap {
        transform: translateX(-50%);
      }

      .hero-inkscape {
        transform: none;
      }

      .hero-mist {
        animation: none;
      }

      .mist-layer {
        animation: none;
      }

      .news-carousel.is-enhanced .news-carousel-track {
        transition: none;
      }

    }
  