

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --bg: #FAFAF7;
    --bg-alt: #FFFFFF;
    --ink: #0E0E0E;
    --ink-soft: rgba(14, 14, 14, 0.7);
    --ink-mute: rgba(14, 14, 14, 0.45);
    --line: rgba(14, 14, 14, 0.12);
    --line-soft: rgba(14, 14, 14, 0.06);
    --accent: #5D00FF;
    --accent-hover: #4A00CC;
}

:root[data-theme="dark"],
html[data-theme="dark"] {
    --bg: #0B0B0E;
    --bg-alt: #15151A;
    --ink: #F4F4F0;
    --ink-soft: rgba(244, 244, 240, 0.72);
    --ink-mute: rgba(244, 244, 240, 0.45);
    --line: rgba(244, 244, 240, 0.14);
    --line-soft: rgba(244, 244, 240, 0.07);
    --accent: #8B4DFF;
    --accent-hover: #A05AFF;
    color-scheme: dark;
}
[data-theme="dark"] .topnav {
    background: rgba(11, 11, 14, 0.85);
    border-bottom-color: var(--line-soft);
}
[data-theme="dark"] .topnav.scrolled {
    background: rgba(11, 11, 14, 0.96);
    border-bottom-color: var(--line);
}
[data-theme="dark"] .topnav-cta .login-btn {
    background: var(--accent);
    color: #0B0B0E;
    border-color: var(--accent);
}
[data-theme="dark"] .topnav-cta .login-btn::before {
    background: linear-gradient(135deg, #A05AFF 0%, #C084FF 100%);
}
[data-theme="dark"] .topnav-cta .login-btn:hover { color: white; }
[data-theme="dark"] .topnav-burger span { background: var(--ink); }
[data-theme="dark"] body { color: var(--ink); }
[data-theme="dark"] .topnav-brand img,
[data-theme="dark"] .footer-brand img {
    filter: invert(1) brightness(1.05);
}
[data-theme="dark"] .pf-art { background: #1A1A22; }
[data-theme="dark"] .featured-art { background: #1A1A22; }
[data-theme="dark"] .featured-art img,
[data-theme="dark"] .pf-art img {
    filter: brightness(0.9);
}
[data-theme="dark"] .ticker { background: var(--bg-alt); }
[data-theme="dark"] .marquee-section { background: var(--bg-alt); }

[data-theme="dark"] .cta-section {
    background: #050507;
    border-top-color: rgba(255,255,255,0.05);
    border-bottom-color: rgba(255,255,255,0.05);
}
[data-theme="dark"] .cta-section::before {
    background:
        radial-gradient(ellipse 60% 50% at 15% 25%, rgba(139, 77, 255, 0.32) 0%, rgba(139, 77, 255, 0) 60%),
        radial-gradient(ellipse 70% 60% at 95% 85%, rgba(139, 77, 255, 0.18) 0%, rgba(139, 77, 255, 0) 55%);
    animation: none;
}
[data-theme="dark"] .cta-section::after {
    background-image:
        linear-gradient(rgba(244,244,240,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(244,244,240,0.035) 1px, transparent 1px);
}
[data-theme="dark"] .cta-section > .container::before {
    background-image: linear-gradient(135deg, rgba(255,255,255,0.025) 0%, rgba(139,77,255,0.10) 60%, rgba(255,255,255,0) 100%);
    background-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    opacity: 0.85;
}
[data-theme="dark"] .cta-section h2 { color: #F4F4F0; }
[data-theme="dark"] .cta-section h2 .accent {
    background-image: linear-gradient(135deg, #A05AFF 0%, #C084FF 100%);
}
[data-theme="dark"] .cta-section p { color: rgba(244, 244, 240, 0.72); }
[data-theme="dark"] .cta-eyebrow { color: rgba(244, 244, 240, 0.6); }
[data-theme="dark"] .cta-mail {
    color: #C084FF;
    background: rgba(139, 77, 255, 0.10);
    border-color: rgba(139, 77, 255, 0.40);
}
[data-theme="dark"] .cta-mail:hover {
    color: white;
    background: var(--accent);
    border-color: var(--accent);
}
[data-theme="dark"] .newsletter-form {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.12);
}
[data-theme="dark"] .newsletter-form:focus-within {
    background: rgba(255,255,255,0.06);
    border-color: rgba(139, 77, 255, 0.55);
}
[data-theme="dark"] .newsletter-meta { color: rgba(244,244,240, 0.45); }
[data-theme="dark"] .cta-row > .cta-right::before {
    background: linear-gradient(to bottom, transparent 0%, rgba(244,244,240,0.10) 30%, rgba(244,244,240,0.10) 70%, transparent 100%);
}
[data-theme="dark"] .hero::after,
[data-theme="dark"] .page-hero::after {
    background-image:
        linear-gradient(rgba(244,244,240,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(244,244,240,0.04) 1px, transparent 1px);
}

.theme-snap,
.theme-snap *,
.theme-snap *::before,
.theme-snap *::after {
    transition: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
a, button, [role="button"], input[type="submit"], .login-btn, .theme-toggle { cursor: pointer; }
a *, button *, [role="button"] *, .login-btn *, .theme-toggle * { cursor: inherit; }
input[type="email"], input[type="text"], textarea { cursor: text; }

html { scroll-behavior: smooth; }
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--bg);
    color: var(--ink);
    line-height: 1.5;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a { color: inherit; text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--accent); }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { font-family: inherit; }

::selection { background: var(--accent); color: #fff; }
::-moz-selection { background: var(--accent); color: #fff; }

#xenith-loader {
    position: fixed; inset: 0; z-index: 9999;
    background: #0B0B0E;
    display: flex; align-items: center; justify-content: center;
    flex-direction: column; gap: 28px;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
#xenith-loader.gone { opacity: 0; pointer-events: none; }
#xenith-loader .xl-mark {
    position: relative;
    width: 76px; height: 76px;
    display: flex; align-items: center; justify-content: center;
    animation: xl-mark-in 0.7s cubic-bezier(0.4, 0, 0.2, 1) both;
}
#xenith-loader .xl-mark img {
    width: 38px; height: 38px;
    object-fit: contain;
    user-select: none; -webkit-user-drag: none;
    animation: xl-mark-pulse 1.8s ease-in-out infinite;
}
@keyframes xl-mark-pulse {
    0%, 100% { transform: scale(1); opacity: 0.95; }
    50%      { transform: scale(1.05); opacity: 1; }
}
#xenith-loader .xl-mark::before {
    content: ""; position: absolute; inset: 0;
    border: 1.5px solid rgba(244, 244, 240, 0.10);
    border-top-color: #5D00FF;
    border-radius: 50%;
    animation: xl-spin 0.95s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
#xenith-loader .xl-text {
    color: rgba(244, 244, 240, 0.55);
    font-size: 11px; font-weight: 500;
    letter-spacing: 0.32em; text-transform: uppercase;
    font-family: 'Inter', -apple-system, sans-serif;
    animation: xl-fade-in 0.7s 0.15s cubic-bezier(0.4, 0, 0.2, 1) both;
}
#xenith-loader .xl-text .xl-dot {
    display: inline-block; width: 4px; height: 4px;
    background: #5D00FF; border-radius: 50%;
    margin: 0 8px 2px; vertical-align: middle;
    animation: xl-pulse 1.2s ease infinite;
}
@keyframes xl-spin { to { transform: rotate(360deg); } }
@keyframes xl-mark-in {
    from { opacity: 0; transform: scale(0.7); }
    to   { opacity: 1; transform: scale(1); }
}
@keyframes xl-fade-in {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes xl-pulse {
    0%, 100% { opacity: 0.4; }
    50%      { opacity: 1; }
}

html.xenith-ready .cta-section > .container::before {
    animation: xenith-star-reveal 1.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes xenith-star-reveal {
    0%   { opacity: 0; transform: scale(0.85) rotate(-4deg); filter: blur(14px); }
    50%  { filter: blur(2px); }
    100% { opacity: 1; transform: scale(1) rotate(0); filter: blur(0); }
}

.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.d-flex { display: flex; }
.uppercase { text-transform: uppercase; }
.semi-bold { font-weight: 600; }
.medium { font-weight: 500; }

.navigation, .cursor-inner, .cursor-outer { display: none !important; }

.topnav {
    position: sticky; top: 0; z-index: 100;
    background: rgba(250, 250, 247, 0.85);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid var(--line-soft);
    transition: background 0.25s ease, border-color 0.25s ease;
}
.topnav.scrolled {
    background: rgba(250, 250, 247, 0.96);
    border-bottom-color: var(--line);
}
.scroll-progress {
    position: fixed; top: 0; left: 0; height: 2px;
    width: 0; background: var(--accent); z-index: 200;
    transition: width 0.1s linear;
    box-shadow: 0 0 12px rgba(93, 0, 255, 0.5);
}
.topnav-links a { position: relative; transition: color 0.2s ease; }
.topnav-links a::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -4px;
    height: 1.5px; background: var(--accent);
    transform: scaleX(0); transform-origin: center;
    transition: transform 0.25s ease;
}
.topnav-links a:hover { color: var(--accent); }
.topnav-links a:hover::after { transform: scaleX(1); }
.topnav-links a.active {
    color: var(--accent);
    font-weight: 600;
}
.topnav-links a.active::after {
    transform: scaleX(1);
    background: var(--accent);
    opacity: 0.85;
    height: 2px;
}
.topnav-links a.active .nav-ico { color: var(--accent); }

.nav-group { position: relative; }
.nav-trigger { display: inline-flex; align-items: center; gap: 6px; }
.nav-caret {
    width: 10px; height: 10px;
    transition: transform 0.25s ease;
    opacity: 0.6;
}
.nav-group:hover .nav-caret { transform: rotate(180deg); opacity: 1; }

.nav-dropdown {
    position: absolute; top: calc(100% + 12px); left: 50%;
    transform: translateX(-50%) translateY(-8px);
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 8px;
    width: 220px;
    display: flex; flex-direction: column; gap: 2px;
    opacity: 0; visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    box-shadow: 0 16px 40px -12px rgba(14, 14, 14, 0.18), 0 0 0 1px rgba(93, 0, 255, 0.04);
    z-index: 110;
    pointer-events: none;
}
.nav-group:hover .nav-dropdown {
    opacity: 1; visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.nav-dropdown::before {
    content: ""; position: absolute;
    top: -16px; left: 0; right: 0; height: 16px;
}
.nav-dropdown a {
    display: flex; align-items: center; gap: 10px;
    width: 100%;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    color: var(--ink-soft);
    transition: background 0.2s ease, color 0.2s ease;
    position: static;
    white-space: nowrap;
}
.nav-dropdown a::after { display: none; }
.nav-dropdown a .nav-ico { width: 14px; height: 14px; }
.nav-dropdown a:hover {
    background: var(--bg-alt);
    color: var(--accent);
}
.nav-dropdown a.active {
    color: var(--accent);
    background: rgba(93, 0, 255, 0.08);
    font-weight: 500;
}
.topnav-inner {
    max-width: 1280px; margin: 0 auto; padding: 14px 32px;
    display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.topnav-brand { display: flex; align-items: center; gap: 10px; }
.topnav-brand img { height: 24px; width: auto; }
.topnav-links { display: flex; gap: 28px; align-items: center; }
.topnav-links a {
    font-size: 13px; font-weight: 500; color: var(--ink); letter-spacing: -0.005em;
    display: inline-flex; align-items: center; gap: 7px;
}
.nav-ico {
    width: 14px; height: 14px;
    color: var(--ink-mute);
    transition: color 0.2s ease, transform 0.2s ease;
}
.topnav-links a:hover .nav-ico { color: var(--accent); transform: translateY(-1px); }
.topnav-cta { display: flex; gap: 8px; align-items: center; }
.topnav-cta .login-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 9px 18px;
    background: var(--ink);
    color: var(--bg);
    border-radius: 999px;
    font-size: 13px; font-weight: 500;
    letter-spacing: 0.01em;
    transition: all 0.25s cubic-bezier(.2,.8,.2,1);
    position: relative; overflow: hidden;
    border: 1px solid var(--ink);
}
.topnav-cta .login-btn::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(135deg, var(--accent) 0%, #A05AFF 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}
.topnav-cta .login-btn > * { position: relative; z-index: 1; }
.topnav-cta .login-btn .arrow {
    width: 12px; height: 12px;
    transition: transform 0.3s cubic-bezier(.2,.8,.2,1);
}
.topnav-cta .login-btn:hover {
    color: white;
    border-color: var(--accent);
    transform: translateY(-1px);
    box-shadow: 0 8px 20px -8px rgba(93, 0, 255, 0.6);
}
.topnav-cta .login-btn:hover::before { opacity: 1; }
.topnav-cta .login-btn:hover .arrow { transform: translateX(3px); }

.theme-toggle {
    width: 36px; height: 36px;
    display: inline-flex; align-items: center; justify-content: center;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink-soft);
    cursor: pointer;
    transition: all 0.25s ease;
    padding: 0;
}
.theme-toggle:hover {
    border-color: var(--accent);
    color: var(--accent);
    transform: rotate(15deg);
}
.theme-toggle svg { width: 16px; height: 16px; }
.theme-toggle .icon-sun { display: none; }
.theme-toggle .icon-moon { display: block; }
[data-theme="dark"] .theme-toggle .icon-sun { display: block; }
[data-theme="dark"] .theme-toggle .icon-moon { display: none; }
.topnav-burger { display: none; background: transparent; border: none; padding: 6px; flex-direction: column; gap: 4px; }
.topnav-burger span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: transform 0.2s, opacity 0.2s; }
.topnav-burger.open span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.topnav-burger.open span:nth-child(2) { opacity: 0; }
.topnav-burger.open span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

.hero { padding: 110px 0 96px; position: relative; overflow: hidden; background: var(--bg); }
.hero::before {
    content: ""; position: absolute; inset: 0; z-index: 0;
    background:
        radial-gradient(ellipse 70% 60% at 80% 35%, rgba(93, 0, 255, 0.16) 0%, rgba(93, 0, 255, 0) 60%),
        radial-gradient(ellipse 40% 40% at 0% 100%, rgba(93, 0, 255, 0.07) 0%, rgba(93, 0, 255, 0) 60%);
    pointer-events: none;
}
.hero::after {
    content: ""; position: absolute; inset: 0; z-index: 0;
    background-image:
        linear-gradient(rgba(14,14,14,0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(14,14,14,0.045) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 70% 70% at 30% 50%, black 0%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 70% 70% at 30% 50%, black 0%, transparent 75%);
    pointer-events: none;
}
.hero .container { position: relative; z-index: 3; padding-bottom: 60px; }

.hero-symbol {
    position: absolute; right: -100px; top: 50%; transform: translateY(-50%);
    width: 580px; height: 580px;
    z-index: 1; pointer-events: none;
    object-fit: contain;
    filter: drop-shadow(0 24px 60px rgba(93, 0, 255, 0.25));
}
@media (max-width: 900px) {
    .hero-symbol { width: 360px; height: 360px; right: -160px; opacity: 0.5; }
}

.hero-eyebrow {
    display: inline-flex; align-items: center; gap: 12px;
    font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--ink-soft); margin-bottom: 32px;
}
.hero-eyebrow .han { color: var(--accent); font-weight: 600; }
.hero-eyebrow .pulse {
    width: 8px; height: 8px; background: var(--accent); border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(93, 0, 255, 0.5);
    animation: pulse 2.4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(93, 0, 255, 0.5); }
    70% { box-shadow: 0 0 0 14px rgba(93, 0, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(93, 0, 255, 0); }
}

.hero h1 {
    font-size: clamp(40px, 6vw, 80px);
    line-height: 1.05; letter-spacing: -0.025em;
    font-weight: 500; max-width: 1080px; margin-bottom: 32px;
}
.hero h1 .accent { color: var(--accent); }
.hero p.lede {
    font-size: clamp(16px, 1.4vw, 19px); line-height: 1.55;
    color: var(--ink-soft); max-width: 720px; margin-bottom: 48px;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 24px; border-radius: 999px;
    font-size: 14px; font-weight: 500; letter-spacing: -0.005em;
    transition: all 0.2s;
}
.btn-primary { background: var(--ink); color: var(--bg); border: 1px solid var(--ink); }
.btn-primary:hover { background: var(--accent); border-color: var(--accent); color: white; }
.btn-secondary { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-secondary:hover { border-color: var(--ink); color: var(--ink); }

@media (max-width: 900px) {
    .hero-video { width: 420px; height: 420px; right: -160px; opacity: 0.4; }
}

.ticker {
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
    padding: 20px 0; background: var(--bg-alt);
    position: relative;
}
.ticker::before {
    content: ""; position: absolute; left: 0; top: 0; bottom: 0;
    width: 4px; background: var(--accent);
}
.ticker-inner { display: flex; align-items: center; gap: 24px; }
.ticker-label {
    font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--ink-mute); white-space: nowrap;
}
.ticker-label .han { color: var(--accent); margin-right: 8px; }
.word-container {
    height: 22px; overflow: hidden; flex: 1;
}
.word-container .word-list { display: flex; flex-direction: column; }
.word-container p {
    height: 22px; line-height: 22px; margin: 0;
    font-size: 14px; font-weight: 500; color: var(--ink);
    letter-spacing: -0.005em;
}

.logos-strip { padding: 80px 0; border-bottom: 1px solid var(--line-soft); background: var(--bg-alt); }
.logos-label {
    font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--ink-mute); margin: 0;
    display: inline-flex; align-items: center;
}
.logos-label .han { color: var(--accent); margin-right: 8px; font-weight: 700; }
.featured-row {
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
}
.featured-card {
    display: flex; flex-direction: column; gap: 10px;
    transition: transform 0.25s ease;
}
.featured-card:hover { transform: translateY(-3px); }
.featured-art {
    aspect-ratio: 1;
    background: #0E0E0E;
    border-radius: 10px; overflow: hidden;
    border: 1px solid var(--line);
    transition: border-color 0.25s, box-shadow 0.25s;
}
.featured-card:hover .featured-art {
    border-color: var(--accent);
    box-shadow: 0 12px 32px -12px rgba(93,0,255,0.32);
}
.featured-art img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.5s ease, filter 0.3s ease;
    filter: contrast(1.05) brightness(1.02);
}
.featured-card:hover .featured-art img { transform: scale(1.05); filter: contrast(1.12) brightness(1.1); }
.featured-name {
    font-size: 14px; font-weight: 500; letter-spacing: -0.01em;
    color: var(--ink); margin-top: 4px;
}
.featured-sector {
    font-size: 10px; font-weight: 600; color: var(--ink-mute);
    letter-spacing: 0.12em; text-transform: uppercase;
}
@media (max-width: 900px) {
    .featured-row { grid-template-columns: repeat(3, 1fr); }
    .featured-card:nth-child(n+4) { display: none; }
}
@media (max-width: 540px) {
    .featured-row { grid-template-columns: repeat(2, 1fr); }
    .featured-card:nth-child(n+3) { display: none; }
}

section.block { padding: 80px 0; border-bottom: 1px solid var(--line-soft); }
.block-head {
    display: flex; align-items: baseline; justify-content: space-between;
    margin-bottom: 48px; flex-wrap: wrap; gap: 16px;
}
.block-eyebrow {
    font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--ink-mute); display: inline-flex; align-items: center; gap: 12px;
}
.block-eyebrow .han { color: var(--accent); font-weight: 700; }
.block-eyebrow .num { color: var(--accent); }
.block-link { font-size: 13px; font-weight: 500; color: var(--ink); }
.block-link:hover { color: var(--accent); }

.block h2 {
    font-size: clamp(32px, 4.5vw, 56px);
    line-height: 1.05; letter-spacing: -0.02em;
    font-weight: 500; margin-bottom: 24px;
}
.block h2 .accent { color: var(--accent); }
.block p.lede {
    font-size: 18px; line-height: 1.55; color: var(--ink-soft); max-width: 640px;
}

.firsts-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 56px;
    border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.first-card {
    padding: 48px 36px 40px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line);
    display: flex; flex-direction: column; gap: 20px; min-height: 280px;
    background: var(--bg-alt); position: relative; overflow: hidden;
    transition: background 0.25s ease;
}
.first-card::before {
    content: ""; position: absolute; top: 0; left: 0;
    width: 0; height: 2px; background: var(--accent);
    transition: width 0.4s ease;
}
.first-card:hover { background: var(--bg); }
.first-card:hover::before { width: 100%; }
.first-year {
    font-size: 13px; font-weight: 700; color: var(--accent);
    letter-spacing: 0.14em; text-transform: uppercase;
    font-feature-settings: "tnum" 1;
}
.first-title {
    font-size: 24px; font-weight: 500; line-height: 1.22; letter-spacing: -0.015em;
    margin-top: auto;
}
.first-body { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }

.glance-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 48px;
    background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow: hidden;
}
.glance-cell {
    padding: 56px 36px 40px;
    background: var(--bg-alt);
    position: relative;
    transition: background 0.25s ease;
}
.glance-cell:hover { background: var(--bg); }
.glance-num {
    font-size: clamp(56px, 6.5vw, 88px); line-height: 1;
    font-weight: 500; letter-spacing: -0.03em; margin-bottom: 16px;
    font-feature-settings: "tnum" 1;
}
.glance-num .accent { color: var(--accent); }
.glance-label {
    font-size: 12px; font-weight: 600; color: var(--ink-mute);
    text-transform: uppercase; letter-spacing: 0.12em;
}

.types-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.type-card {
    background: var(--bg-alt); border: 1px solid var(--line);
    padding: 40px 32px 36px; border-radius: 12px;
    display: flex; flex-direction: column; min-height: 360px;
    transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
    position: relative; overflow: hidden;
}
.type-card::after {
    content: ""; position: absolute; top: 0; right: 0;
    width: 80px; height: 80px;
    background: radial-gradient(circle at top right, rgba(93,0,255,0.12), transparent 70%);
    opacity: 0; transition: opacity 0.3s ease;
    pointer-events: none;
}
.type-card:hover {
    border-color: var(--accent); transform: translateY(-3px);
    box-shadow: 0 12px 32px -12px rgba(93,0,255,0.18);
}
.type-card:hover::after { opacity: 1; }
.type-num {
    font-size: 11px; font-weight: 700; color: var(--accent);
    letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 28px;
}
.type-title {
    font-size: 28px; font-weight: 500; line-height: 1.15; letter-spacing: -0.018em;
    margin-bottom: 18px;
}
.type-body {
    font-size: 14.5px; line-height: 1.65; color: var(--ink-soft);
    flex: 1; margin-bottom: 28px;
}
.type-link {
    font-size: 13px; font-weight: 600; color: var(--accent);
    display: inline-flex; align-items: center; gap: 6px;
    letter-spacing: 0.02em;
    transition: gap 0.2s ease;
}
.type-card:hover .type-link { gap: 10px; }

.meta-strip {
    display: grid; grid-template-columns: repeat(4, 1fr);
    margin-top: 56px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line-soft);
}
.meta-cell { padding: 4px 24px; border-right: 1px solid var(--line-soft); position: relative; }
.meta-cell:first-child { padding-left: 0; }
.meta-cell:last-child { border-right: none; padding-right: 0; }
.meta-cell p:first-child {
    font-size: 11px; font-weight: 700; color: var(--accent);
    letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 10px;
}
.meta-cell p:last-child { font-size: 16px; font-weight: 500; letter-spacing: -0.005em; }

.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.article-card {
    background: var(--bg-alt); border: 1px solid var(--line);
    padding: 32px; border-radius: 12px;
    display: flex; flex-direction: column; min-height: 280px;
    transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
    position: relative; overflow: hidden;
}
.article-card::before {
    content: ""; position: absolute; left: 0; top: 0; bottom: 0;
    width: 3px; background: var(--accent);
    transform: scaleY(0); transform-origin: top;
    transition: transform 0.3s ease;
}
.article-card:hover {
    border-color: var(--accent); transform: translateY(-3px);
    box-shadow: 0 12px 32px -12px rgba(93,0,255,0.18);
}
.article-card:hover::before { transform: scaleY(1); }
.article-tag {
    font-size: 11px; font-weight: 700; color: var(--accent);
    letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 24px;
    align-self: flex-start;
}
.article-title {
    font-size: 21px; font-weight: 500; line-height: 1.3; letter-spacing: -0.01em;
    margin-bottom: 32px;
}
.article-meta {
    display: flex; gap: 16px; margin-top: auto;
    font-size: 11px; color: var(--ink-mute); letter-spacing: 0.08em; text-transform: uppercase;
    font-weight: 600;
    padding-top: 20px; border-top: 1px solid var(--line-soft);
}

.cta-section {
    padding: 160px 0; background: var(--ink); color: var(--bg);
    position: relative; overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.cta-section::before {
    content: ""; position: absolute; inset: 0; z-index: 0;
    background:
        radial-gradient(ellipse 60% 50% at 15% 25%, rgba(93, 0, 255, 0.55) 0%, rgba(93, 0, 255, 0) 60%),
        radial-gradient(ellipse 70% 60% at 95% 85%, rgba(93, 0, 255, 0.35) 0%, rgba(93, 0, 255, 0) 55%),
        radial-gradient(circle at 70% 20%, rgba(160, 90, 255, 0.18) 0%, rgba(160, 90, 255, 0) 40%);
    pointer-events: none;
    animation: ctaDrift 18s ease-in-out infinite alternate;
}
@keyframes ctaDrift {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    100% { transform: translate3d(-2%, -1%, 0) scale(1.05); }
}
.cta-section::after {
    content: ""; position: absolute; inset: 0; z-index: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(ellipse 85% 85% at 50% 50%, black 10%, transparent 95%);
    -webkit-mask-image: radial-gradient(ellipse 85% 85% at 50% 50%, black 10%, transparent 95%);
    pointer-events: none;
}

.cta-section > .container { position: relative; z-index: 1; }
.cta-section > .container::before {
    content: "星"; position: absolute;
    right: -2vw; bottom: -8vw;
    font-size: clamp(280px, 38vw, 540px);
    font-weight: 300; line-height: 1;
    color: transparent;
    background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, rgba(93,0,255,0.12) 50%, rgba(255,255,255,0) 100%);
    -webkit-background-clip: text; background-clip: text;
    pointer-events: none; z-index: -1;
    user-select: none;
}
.cta-row { display: flex; gap: 80px; align-items: flex-start; flex-wrap: wrap; }
.cta-left { flex: 1 1 380px; }
.cta-right { flex: 1 1 380px; position: relative; }

.cta-row > .cta-right::before {
    content: ""; position: absolute; left: -40px; top: 4px; bottom: 4px;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,0.12) 30%, rgba(255,255,255,0.12) 70%, transparent 100%);
}
@media (max-width: 900px) { .cta-row > .cta-right::before { display: none; } }

.cta-section h2 {
    color: var(--bg); font-size: clamp(40px, 5.5vw, 72px); line-height: 1.02;
    letter-spacing: -0.025em; font-weight: 500; margin-bottom: 28px;
}
.cta-section h2 .accent {
    color: var(--accent);
    background: linear-gradient(135deg, #5D00FF 0%, #A05AFF 100%);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.cta-section p { color: rgba(250, 250, 247, 0.7); font-size: 17px; line-height: 1.55; margin-bottom: 32px; max-width: 460px; }

.cta-mail {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 18px; color: var(--accent); font-weight: 500;
    padding: 14px 22px; border-radius: 999px;
    background: rgba(93, 0, 255, 0.08);
    border: 1px solid rgba(93, 0, 255, 0.35);
    transition: all 0.25s cubic-bezier(.2,.8,.2,1);
    position: relative; overflow: hidden;
}
.cta-mail::after {
    content: "→"; display: inline-block;
    transition: transform 0.3s cubic-bezier(.2,.8,.2,1);
}
.cta-mail:hover {
    background: var(--accent); color: white;
    border-color: var(--accent);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px -8px rgba(93,0,255,0.55);
}
.cta-mail:hover::after { transform: translateX(4px); }

.cta-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
    color: rgba(250, 250, 247, 0.6); margin-bottom: 18px;
}

.newsletter-form {
    display: flex; align-items: center; gap: 0;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 999px;
    padding: 4px 4px 4px 4px;
    max-width: 480px;
    transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}
.newsletter-form:focus-within {
    border-color: rgba(93, 0, 255, 0.6);
    background: rgba(255,255,255,0.06);
    box-shadow: 0 0 0 4px rgba(93, 0, 255, 0.12), 0 12px 32px -12px rgba(93,0,255,0.4);
}
.newsletter-form input {
    flex: 1 1 auto; min-width: 0;
    padding: 14px 20px; background: transparent;
    border: none; color: white;
    font-family: inherit; font-size: 14px; outline: none;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.4); }
.newsletter-form button {
    flex-shrink: 0;
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 22px; background: var(--accent); border: none; color: white;
    font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.newsletter-form button::after {
    content: "→"; display: inline-block;
    transition: transform 0.25s cubic-bezier(.2,.8,.2,1);
}
.newsletter-form button:hover {
    background: var(--accent-hover);
    box-shadow: 0 8px 20px -6px rgba(93,0,255,0.6);
}
.newsletter-form button:hover::after { transform: translateX(3px); }

.cta-right .newsletter-form + .cta-meta,
.newsletter-meta {
    display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
    margin-top: 16px; padding-left: 4px;
    font-size: 12px; color: rgba(250, 250, 247, 0.45);
    letter-spacing: 0.02em;
}
.newsletter-meta span { display: inline-flex; align-items: center; }
.newsletter-meta span:not(:last-child)::after {
    content: "/"; margin: 0 12px; opacity: 0.4;
}

.newsletter-form button:disabled {
    opacity: 0.6; cursor: default;
}
.newsletter-form input:disabled {
    opacity: 0.6;
}
.newsletter-success {
    display: flex; align-items: center; gap: 14px;
    padding: 18px 20px;
    border: 1px solid rgba(93, 0, 255, 0.45);
    background: rgba(93, 0, 255, 0.08);
    border-radius: 4px;
    color: rgba(250, 250, 247, 0.92);
    font-size: 14px; line-height: 1.5;
    animation: newsletter-success-in 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.newsletter-success-mark {
    flex: none;
    width: 24px; height: 24px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--accent); color: #fff;
    font-size: 13px; font-weight: 600;
}
.newsletter-success strong { font-weight: 600; }
@keyframes newsletter-success-in {
    from { opacity: 0; transform: translateY(4px); }
    to   { opacity: 1; transform: translateY(0); }
}
[data-theme="light"] .newsletter-success {
    color: var(--ink);
    background: rgba(93, 0, 255, 0.06);
    border-color: rgba(93, 0, 255, 0.35);
}

footer.site-footer {
    background: var(--bg-alt); padding: 96px 0 32px; border-top: 1px solid var(--line);
    position: relative; overflow: hidden;
}
footer.site-footer::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0;
    height: 2px; background: linear-gradient(90deg, transparent 0%, var(--accent) 50%, transparent 100%);
    opacity: 0.5;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 64px; border-bottom: 1px solid var(--line-soft); }
.footer-brand img { height: 28px; margin-bottom: 20px; }
.footer-brand p { font-size: 13px; color: var(--ink-soft); max-width: 280px; line-height: 1.6; }
.footer-col ul a { transition: color 0.2s, padding 0.2s; }
.footer-col ul a:hover { color: var(--accent); padding-left: 4px; }
.footer-col h4 {
    font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--ink-mute); margin-bottom: 20px;
}
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul a { font-size: 14px; color: var(--ink); }
.footer-bottom {
    display: flex; align-items: center; justify-content: space-between;
    padding-top: 32px; flex-wrap: wrap; gap: 16px;
}
.footer-bottom p { font-size: 12px; color: var(--ink-mute); letter-spacing: 0.02em; }
.footer-bottom .han { color: var(--accent); margin-right: 8px; }

.page-hero {
    padding: 96px 0 80px; border-bottom: 1px solid var(--line-soft);
    position: relative; overflow: hidden; background: var(--bg);
}
.page-hero::before {
    content: ""; position: absolute; inset: 0; z-index: 0;
    background: radial-gradient(ellipse 60% 70% at 90% 20%, rgba(93, 0, 255, 0.10) 0%, rgba(93, 0, 255, 0) 60%);
    pointer-events: none;
}
.page-hero::after {
    content: ""; position: absolute; inset: 0; z-index: 0;
    background-image:
        linear-gradient(rgba(14,14,14,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(14,14,14,0.04) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 70% 100% at 30% 50%, black 0%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 70% 100% at 30% 50%, black 0%, transparent 80%);
    pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(40px, 6vw, 72px); line-height: 1.05; letter-spacing: -0.025em; font-weight: 500; margin-bottom: 24px; }
.page-hero h1 .accent { color: var(--accent); }
.page-hero p.lede { font-size: 18px; line-height: 1.55; color: var(--ink-soft); max-width: 720px; }

.pf-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 24px;
}
.pf-card {
    display: flex; flex-direction: column;
    background: var(--bg-alt);
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.pf-card:hover {
    border-color: var(--accent); transform: translateY(-3px);
    box-shadow: 0 16px 40px -16px rgba(93,0,255,0.22);
}
.pf-art {
    aspect-ratio: 16 / 9;
    background: #0E0E0E;
    overflow: hidden;
    position: relative;
}
.pf-art img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.5s ease, filter 0.3s ease;
    filter: contrast(1.05) brightness(1.02);
}
.pf-card:hover .pf-art img { transform: scale(1.04); filter: contrast(1.1) brightness(1.08); }

.pf-grid--featured { grid-template-columns: repeat(5, 1fr); gap: 16px; }
@media (max-width: 1080px) { .pf-grid--featured { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px)  { .pf-grid--featured { grid-template-columns: repeat(2, 1fr); } }

.pf-list { border-top: 1px solid var(--line); }
.pf-list li { border-bottom: 1px solid var(--line-soft); }
.pf-list a {
    display: grid;
    grid-template-columns: 1.4fr 1.6fr 0.8fr 0.5fr;
    gap: 32px;
    align-items: baseline;
    padding: 24px 8px;
    transition: padding 0.25s ease, background 0.25s ease;
    position: relative;
}
.pf-list a::before {
    content: "→"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%) translateX(-12px);
    color: var(--accent); opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
    font-size: 16px;
}
.pf-list a:hover { padding-left: 24px; background: var(--bg-alt); }
.pf-list a:hover::before { opacity: 1; transform: translateY(-50%) translateX(0); }
.pf-list-name {
    font-size: clamp(20px, 2vw, 28px); font-weight: 500;
    letter-spacing: -0.015em; color: var(--ink);
    transition: color 0.2s;
}
.pf-list a:hover .pf-list-name { color: var(--accent); }
.pf-list-sector { font-size: 14px; color: var(--ink-soft); }
.pf-list-stage {
    font-size: 11px; font-weight: 700; color: var(--accent);
    letter-spacing: 0.14em; text-transform: uppercase;
}
.pf-list-year {
    font-size: 14px; color: var(--ink-mute);
    font-feature-settings: "tnum" 1;
    text-align: right;
}
@media (max-width: 768px) {
    .pf-list a { grid-template-columns: 1fr 0.5fr; gap: 16px; padding: 18px 8px; }
    .pf-list-sector, .pf-list-stage { display: none; }
    .pf-list a:hover { padding-left: 16px; }
}

.pf-meta {
    padding: 22px 24px 24px;
    display: flex; flex-direction: column; gap: 4px;
}
.pf-stage {
    font-size: 11px; font-weight: 700; color: var(--accent);
    letter-spacing: 0.14em; text-transform: uppercase;
    margin-bottom: 4px;
}
.pf-name {
    font-size: 22px; font-weight: 500; letter-spacing: -0.015em; line-height: 1.15;
    color: var(--ink);
}
.pf-sector {
    font-size: 13px; color: var(--ink-soft);
    margin-top: 4px;
}

@media (max-width: 900px) { .pf-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .pf-grid { grid-template-columns: 1fr; } }

.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.member-card {
    background: var(--bg-alt); border: 1px solid var(--line); border-radius: 12px; padding: 20px;
    transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.member-card:hover {
    border-color: var(--accent); transform: translateY(-3px);
    box-shadow: 0 12px 32px -12px rgba(93,0,255,0.18);
}
.member-photo {
    width: 100%; aspect-ratio: 1;
    background: linear-gradient(135deg, rgba(93,0,255,0.12), rgba(93,0,255,0.02));
    border-radius: 8px; margin-bottom: 20px; overflow: hidden;
    position: relative;
}
.member-photo::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(14,14,14,0.15) 100%);
    pointer-events: none;
}
.member-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.member-name { font-size: 19px; font-weight: 500; letter-spacing: -0.01em; margin-bottom: 4px; }
.member-role {
    font-size: 11px; font-weight: 700; color: var(--accent);
    letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px;
}
.member-bio { font-size: 13px; line-height: 1.6; color: var(--ink-soft); }

@media (max-width: 900px) {
    .topnav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--bg-alt); padding: 24px; border-top: 1px solid var(--line); }
    .topnav-links.open { display: flex; }
    .topnav-links a { padding: 14px 0; border-bottom: 1px solid var(--line-soft); }
    .topnav-burger { display: flex; }
    .topnav-cta .login-btn { display: none; }

    section.block { padding: 64px 0; }
    .firsts-grid, .glance-grid, .types-grid, .articles-grid { grid-template-columns: repeat(2, 1fr); }
    .meta-strip { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .meta-cell { border-right: none; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .cta-row { flex-direction: column; gap: 32px; }
}
@media (max-width: 540px) {
    .firsts-grid, .glance-grid, .types-grid, .articles-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .hero { padding: 60px 0 40px; }
}

.corner-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    min-width: 48px; min-height: 32px;
}
.corner-box::before, .corner-box::after,
.corner-box > .cb-inner::before, .corner-box > .cb-inner::after {
    content: ""; position: absolute;
    width: 10px; height: 10px;
    border-color: var(--accent);
    border-style: solid; border-width: 0;
    pointer-events: none;
}
.corner-box::before { top: 0; left: 0; border-width: 1px 0 0 1px; }
.corner-box::after { top: 0; right: 0; border-width: 1px 1px 0 0; }
.corner-box > .cb-inner { display: inline-flex; align-items: center; gap: 8px; position: relative; width: 100%; }
.corner-box > .cb-inner::before { bottom: -10px; left: -16px; border-width: 0 0 1px 1px; }
.corner-box > .cb-inner::after { bottom: -10px; right: -16px; border-width: 0 1px 1px 0; }
.corner-box.cb-dark::before, .corner-box.cb-dark::after,
.corner-box.cb-dark > .cb-inner::before, .corner-box.cb-dark > .cb-inner::after {
    border-color: rgba(255,255,255,0.6);
}
.corner-box .cb-num {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 11px; letter-spacing: 0.1em; color: var(--accent);
    font-weight: 600;
}
.corner-box .cb-label {
    font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--ink-soft); font-weight: 600;
}

.dotted-line {
    width: 100%; height: 1px;
    background-image: repeating-linear-gradient(to right,
        var(--ink) 0, var(--ink) 4px,
        transparent 4px, transparent 10px);
    opacity: 0.25;
    margin: 32px 0;
}
.dotted-line.dl-dark {
    background-image: repeating-linear-gradient(to right,
        rgba(255,255,255,0.7) 0, rgba(255,255,255,0.7) 4px,
        transparent 4px, transparent 10px);
    opacity: 0.4;
}
.dotted-line-vert {
    width: 1px; height: 100%; min-height: 24px;
    background-image: repeating-linear-gradient(to bottom,
        var(--ink) 0, var(--ink) 4px,
        transparent 4px, transparent 10px);
    opacity: 0.25;
}

.block-eyebrow .num {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    color: var(--accent);
    font-weight: 600;
    margin-right: 4px;
}
.block-eyebrow .eyebrow-ico {
    width: 14px; height: 14px;
    color: var(--accent);
    margin-right: 4px;
    vertical-align: -2px;
}

.marquee-section {
    --marquee-speed: 30s;
    padding: 32px 0;
    background: var(--bg-alt);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    overflow: hidden;
    position: relative;
}
.marquee-section.dark {
    background: var(--ink); color: var(--bg);
    border-color: rgba(255,255,255,0.08);
}
.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
.marquee_track {
    --move-by: 0px;
    display: flex;
    align-items: center;
    width: max-content;
    animation: marqueeScroll var(--marquee-speed) linear infinite;
    will-change: transform;
}
.marquee_track > * {
    margin: 0 48px 0 0;
    font-size: clamp(28px, 4.5vw, 56px);
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--ink);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 32px;
}
.marquee-section.dark .marquee_track > * { color: var(--bg); }
@media (prefers-reduced-motion: reduce) { .marquee_track { animation: none; } }
@keyframes marqueeScroll {
    to { transform: translateX(calc(-1 * var(--move-by))); }
}

.footer-col h4 {
    display: inline-flex; align-items: center; gap: 8px;
}
.footer-col h4 .col-ico {
    width: 12px; height: 12px;
    color: var(--accent);
    opacity: 0.7;
}

.glance-cell { position: relative; }
.glance-cell .cell-ico {
    position: absolute;
    top: 16px; right: 16px;
    width: 14px; height: 14px;
    color: var(--accent);
    opacity: 0.5;
}

.type-num .type-ico {
    width: 12px; height: 12px;
    color: var(--accent);
    margin-right: 6px;
    vertical-align: -1px;
}

.article-tag .tag-ico {
    width: 10px; height: 10px;
    margin-right: 6px;
    vertical-align: -1px;
}

.member-role .role-ico {
    width: 10px; height: 10px;
    color: var(--accent);
    margin-right: 6px;
    vertical-align: -1px;
}

.meta-cell { position: relative; }
.meta-cell .meta-ico {
    width: 12px; height: 12px;
    color: var(--accent);
    margin-bottom: 8px;
    display: block;
    opacity: 0.6;
}

.insights-index-bar {
    display: flex; align-items: flex-end; gap: 48px; flex-wrap: wrap;
    padding: 28px 0 28px;
    margin-bottom: 48px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.insights-stat { display: flex; flex-direction: column; gap: 4px; }
.insights-stat-num {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: clamp(32px, 3.5vw, 44px);
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--ink);
    line-height: 1;
}
.insights-stat-label {
    font-size: 11px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 0.14em; color: var(--ink-mute);
}
.insights-tags {
    margin-left: auto;
    display: flex; gap: 8px; flex-wrap: wrap;
    align-items: center;
}
.insights-tags span {
    font-size: 11px; font-weight: 500; letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink-soft);
}

.article-featured {
    display: grid;
    grid-template-columns: 1fr 2.2fr;
    gap: 64px;
    align-items: stretch;
    padding: 56px 56px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--bg-alt);
    position: relative;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}
.article-featured::before {
    content: ""; position: absolute; top: 0; right: 0;
    width: 280px; height: 280px;
    background: radial-gradient(circle at 100% 0%, rgba(93,0,255,0.10) 0%, rgba(93,0,255,0) 70%);
    pointer-events: none;
}
.article-featured:hover {
    border-color: var(--accent);
    transform: translateY(-3px);
    box-shadow: 0 24px 60px -24px rgba(93, 0, 255, 0.25);
}
.featured-side {
    display: flex; flex-direction: column;
    border-right: 1px dashed var(--line);
    padding-right: 32px;
    position: relative; z-index: 1;
}
.featured-side .article-num {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 13px;
    color: var(--accent);
    margin-bottom: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.featured-tag-row { display: flex; gap: 10px; align-items: center; margin-bottom: auto; }
.featured-pill {
    font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
    text-transform: uppercase;
    background: var(--accent); color: white;
    padding: 4px 10px; border-radius: 999px;
}
.featured-cat {
    font-size: 11px; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--ink-soft);
}
.featured-han {
    margin-top: 32px;
    font-size: 64px; line-height: 1;
    color: var(--accent);
    opacity: 0.18;
}
.featured-han .han { font-size: inherit; }
.featured-main { display: flex; flex-direction: column; position: relative; z-index: 1; }
.featured-title {
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.04;
    letter-spacing: -0.025em;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--ink);
}
.article-featured:hover .featured-title { color: var(--accent); }
.article-featured .article-excerpt {
    font-size: 17px; line-height: 1.6;
    color: var(--ink-soft);
    margin-bottom: 32px;
    max-width: 60ch;
}
.featured-meta {
    margin-top: auto;
    display: flex; gap: 24px; flex-wrap: wrap;
    padding-top: 20px; border-top: 1px solid var(--line);
    font-size: 13px; color: var(--ink-soft);
    align-items: center;
}
.featured-meta span:last-child {
    margin-left: auto;
    color: var(--accent); font-weight: 500;
    transition: transform 0.25s ease;
}
.article-featured:hover .featured-meta span:last-child { transform: translateX(4px); }

.articles-grid-numbered { gap: 28px; }
.article-card .article-card-top {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 16px;
}
.article-card .article-num {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 11px; color: var(--ink-mute);
    font-weight: 600; letter-spacing: 0.06em;
    margin: 0;
}
.article-card:hover .article-num { color: var(--accent); }
.article-card .article-tag { margin-bottom: 0; }
.article-card .article-excerpt {
    font-size: 14px; line-height: 1.55;
    color: var(--ink-soft);
    margin: 14px 0 20px;
    flex-grow: 1;
}
.article-card .article-meta {
    margin-top: auto;
    border-top: 1px solid var(--line-soft);
    padding-top: 14px;
}

[data-theme="dark"] .article-featured { background: var(--bg-alt); }
[data-theme="dark"] .featured-side { border-right-color: var(--line); }
[data-theme="dark"] .insights-tags span { color: var(--ink-soft); }

@media (max-width: 900px) {
    .article-featured { grid-template-columns: 1fr; padding: 32px; gap: 32px; }
    .featured-side { border-right: none; border-bottom: 1px dashed var(--line); padding-right: 0; padding-bottom: 24px; }
    .featured-han { margin-top: 16px; font-size: 48px; }
    .insights-index-bar { gap: 32px; }
    .insights-tags { margin-left: 0; width: 100%; }
}

.fund-line {
    display: flex; align-items: center; gap: 0;
    margin-top: 32px; margin-bottom: 32px;
    padding: 16px 24px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--bg-alt);
    width: fit-content;
    flex-wrap: wrap;
}
.fund-line-item {
    display: flex; flex-direction: column;
    padding: 4px 24px;
    min-width: 100px;
}
.fund-line-item:first-child { padding-left: 0; }
.fund-line-item:last-child { padding-right: 0; }
.fund-num {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 22px;
    font-weight: 600;
    color: var(--ink);
    letter-spacing: -0.02em;
    line-height: 1;
}
.fund-label {
    font-size: 10px; font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-mute);
    margin-top: 6px;
}
.fund-divider {
    width: 1px; align-self: stretch;
    background: var(--line);
}
@media (max-width: 720px) {
    .fund-line { padding: 12px 16px; }
    .fund-line-item { padding: 8px 14px; min-width: 80px; }
    .fund-num { font-size: 18px; }
}

.quotes-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px; margin-top: 40px;
}
.quote-card {
    background: var(--bg-alt);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 36px 32px 32px;
    position: relative;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    display: flex; flex-direction: column;
    margin: 0;
}
.quote-card:hover {
    border-color: var(--accent);
    transform: translateY(-3px);
    box-shadow: 0 16px 40px -16px rgba(93,0,255,0.18);
}
.quote-mark {
    position: absolute; top: 12px; left: 24px;
    font-family: Georgia, serif;
    font-size: 88px;
    line-height: 1;
    color: var(--accent);
    opacity: 0.18;
    pointer-events: none;
    user-select: none;
}
.quote-card blockquote {
    font-size: 17px;
    line-height: 1.55;
    color: var(--ink);
    font-weight: 400;
    letter-spacing: -0.005em;
    margin: 0 0 24px;
    font-style: normal;
    border: none;
    padding: 0;
    background: transparent;
    flex-grow: 1;
}
.quote-card figcaption {
    display: flex; flex-direction: column; gap: 2px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
}
.quote-author {
    font-size: 13px; font-weight: 600; color: var(--ink);
    letter-spacing: 0.005em;
}
.quote-role {
    font-size: 12px; font-weight: 500; color: var(--accent);
    letter-spacing: 0.04em;
}
@media (max-width: 900px) { .quotes-grid { grid-template-columns: 1fr; } }

[data-theme="dark"] .quote-card { background: var(--bg-alt); }

.annual-banner {
    display: block;
    padding: 40px;
    background: var(--ink);
    color: var(--bg);
    border-radius: 16px;
    margin-bottom: 40px;
    position: relative; overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.annual-banner::before {
    content: ""; position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 50% 60% at 90% 30%, rgba(93,0,255,0.42) 0%, rgba(93,0,255,0) 60%),
        radial-gradient(ellipse 40% 50% at 10% 100%, rgba(93,0,255,0.20) 0%, rgba(93,0,255,0) 60%);
    pointer-events: none;
}
.annual-banner > * { position: relative; z-index: 1; }
.annual-banner:hover { transform: translateY(-3px); box-shadow: 0 24px 60px -24px rgba(93,0,255,0.35); }
.annual-banner-tag {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 11px; font-weight: 600; letter-spacing: 0.14em;
    text-transform: uppercase; color: rgba(250,250,247,0.65);
    margin-bottom: 18px;
    padding: 6px 12px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
}
.annual-banner-title {
    font-size: clamp(28px, 3.5vw, 44px);
    line-height: 1.1; letter-spacing: -0.02em;
    font-weight: 500; color: var(--bg);
    margin-bottom: 28px; max-width: 720px;
}
.annual-banner-foot {
    display: flex; gap: 24px; flex-wrap: wrap;
    padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.12);
    font-size: 13px; color: rgba(250,250,247,0.7);
    align-items: center;
}
.annual-banner-arrow {
    margin-left: auto;
    color: #C084FF; font-weight: 500;
    transition: transform 0.25s ease;
}
.annual-banner:hover .annual-banner-arrow { transform: translateX(6px); }

[data-theme="dark"] .annual-banner { background: #050507; }
[data-theme="dark"] .annual-banner-title { color: #F4F4F0; }

.footer-aum {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 11px; font-weight: 600; letter-spacing: 0.06em;
    color: var(--accent);
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--line-soft);
    max-width: 280px;
}

.pitch-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 64px;
    align-items: start;
}
.pitch-form { display: flex; flex-direction: column; gap: 48px; }
.pitch-section {
    border-top: 1px solid var(--line);
    padding-top: 32px;
}
.pitch-section-num {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 13px; font-weight: 600;
    color: var(--ink); margin-bottom: 24px;
    letter-spacing: 0.02em;
}
.pitch-section-num .num { color: var(--accent); margin-right: 10px; }
.pitch-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}
.pitch-field { display: flex; flex-direction: column; gap: 6px; }
.pitch-field-full { grid-column: span 2; }
.pitch-field span {
    font-size: 11px; font-weight: 600; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--ink-mute);
}
.pitch-field input,
.pitch-field select,
.pitch-field textarea {
    padding: 12px 14px;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    color: var(--ink);
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.pitch-field textarea { resize: vertical; min-height: 80px; }
.pitch-field input:focus,
.pitch-field select:focus,
.pitch-field textarea:focus {
    border-color: var(--accent);
    background: var(--bg-alt);
}
.pitch-actions {
    display: flex; align-items: center; justify-content: space-between;
    border-top: 1px solid var(--line);
    padding-top: 24px;
    gap: 24px; flex-wrap: wrap;
}
.pitch-note {
    font-size: 12px; color: var(--ink-mute);
    letter-spacing: 0.04em; text-transform: uppercase;
}
.pitch-aside {
    display: flex; flex-direction: column; gap: 24px;
    position: sticky; top: 120px;
}
.pitch-aside-block {
    padding: 28px;
    background: var(--bg-alt);
    border: 1px solid var(--line);
    border-radius: 12px;
}
.pitch-aside-eyebrow {
    font-size: 11px; font-weight: 600; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--ink-mute);
    margin-bottom: 16px;
    display: inline-flex; align-items: center; gap: 10px;
}
.pitch-steps { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 20px; }
.pitch-steps li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; align-items: start; }
.step-num {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 11px; font-weight: 600;
    color: var(--accent);
    background: rgba(93,0,255,0.08);
    border-radius: 50%;
    width: 28px; height: 28px;
    display: inline-flex; align-items: center; justify-content: center;
}
.step-title { font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 2px; }
.step-body { font-size: 13px; color: var(--ink-soft); line-height: 1.5; }
.pitch-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; padding: 24px; }
.pitch-stat-num {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 18px; font-weight: 600; color: var(--ink);
    line-height: 1;
}
.pitch-stat-label {
    font-size: 10px; font-weight: 600; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--ink-mute);
    margin-top: 6px;
}
@media (max-width: 900px) {
    .pitch-container { grid-template-columns: 1fr; }
    .pitch-grid { grid-template-columns: 1fr; }
    .pitch-field-full { grid-column: span 1; }
    .pitch-aside { position: static; }
}

.annual-stats {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 24px; margin: 32px 0 56px;
    padding: 32px;
    background: var(--bg-alt);
    border: 1px solid var(--line);
    border-radius: 14px;
}
.annual-stat-num {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 600;
    color: var(--accent);
    line-height: 1;
    letter-spacing: -0.02em;
}
.annual-stat-label {
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--ink-mute); margin-top: 8px;
}
@media (max-width: 720px) { .annual-stats { grid-template-columns: 1fr 1fr; } }

.partner-page { padding: 80px 0; max-width: 880px; margin: 0 auto; }
.partner-page .article-back { margin-bottom: 32px; }
.partner-header {
    display: grid; grid-template-columns: 200px 1fr;
    gap: 48px; align-items: end;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--line);
}
.partner-photo {
    width: 200px; height: 200px;
    border-radius: 14px;
    overflow: hidden;
    background: var(--bg-alt);
}
.partner-photo img { width: 100%; height: 100%; object-fit: cover; }
.partner-role {
    font-size: 11px; font-weight: 600; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--accent); margin-bottom: 10px;
}
.partner-name {
    font-size: clamp(40px, 4.5vw, 64px);
    font-weight: 500; line-height: 1.02;
    letter-spacing: -0.025em; margin-bottom: 14px;
    color: var(--ink);
}
.partner-tagline {
    font-size: 17px; line-height: 1.5; color: var(--ink-soft);
    margin-bottom: 18px; max-width: 520px;
}
.partner-links { display: flex; gap: 16px; flex-wrap: wrap; }
.partner-links a {
    font-size: 13px; color: var(--ink-soft);
    border-bottom: 1px solid var(--line);
    padding-bottom: 2px;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.partner-links a:hover { color: var(--accent); border-color: var(--accent); }

.partner-stats {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px; margin: 40px 0;
    padding: 28px;
    background: var(--bg-alt);
    border: 1px solid var(--line);
    border-radius: 12px;
}
.partner-stat-num {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 32px; font-weight: 600; line-height: 1;
    color: var(--ink); letter-spacing: -0.02em;
}
.partner-stat-label {
    font-size: 11px; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--ink-mute);
    margin-top: 8px;
}

.partner-section { margin-bottom: 48px; }
.partner-section h2 {
    font-size: 22px; font-weight: 500;
    letter-spacing: -0.015em;
    margin-bottom: 20px;
    color: var(--ink);
}
.partner-body p { font-size: 16px; line-height: 1.65; color: var(--ink); margin-bottom: 16px; }
.partner-deals,
.partner-writing {
    list-style: none; padding: 0; margin: 0;
    border-top: 1px solid var(--line);
}
.partner-deals li,
.partner-writing li {
    display: grid; grid-template-columns: 1.4fr 1fr 1fr;
    gap: 16px; align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid var(--line-soft);
    font-size: 14px;
}
.partner-writing li { grid-template-columns: 1fr auto; }
.partner-writing li a {
    color: var(--ink); font-weight: 500;
    transition: color 0.2s ease;
}
.partner-writing li a:hover { color: var(--accent); }
.partner-writing li span {
    font-size: 12px; color: var(--ink-mute);
    letter-spacing: 0.04em; text-transform: uppercase;
}
.deal-co { font-weight: 600; color: var(--ink); font-size: 15px; }
.deal-role {
    font-size: 11px; font-weight: 600; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--accent);
}
.deal-stage {
    font-size: 12px; color: var(--ink-mute);
    text-align: right;
}
@media (max-width: 720px) {
    .partner-header { grid-template-columns: 1fr; gap: 24px; }
    .partner-photo { width: 140px; height: 140px; }
    .partner-stats { grid-template-columns: 1fr; }
    .partner-deals li { grid-template-columns: 1fr; gap: 4px; }
    .deal-stage { text-align: left; }
}

a.member-card { color: inherit; }
a.member-card:hover .member-name { color: var(--accent); }

.legal-breadcrumb {
    display: flex; align-items: center; gap: 10px;
    font-size: 12px; font-weight: 500; letter-spacing: 0.04em;
    color: var(--ink-mute);
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line-soft);
    text-transform: uppercase;
}
.legal-breadcrumb a {
    color: var(--ink-soft);
    transition: color 0.2s ease;
}
.legal-breadcrumb a:hover { color: var(--accent); }
.legal-breadcrumb span:not(:last-child) { opacity: 0.5; }
.legal-breadcrumb span:last-child { color: var(--ink); }

.legal-page h1 {
    font-size: clamp(40px, 4.2vw, 56px);
}
.legal-page .article-meta {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ink-mute);
}

.article-page { padding: 120px 0 80px; max-width: 760px; margin: 0 auto; }
.article-page .article-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 11px; font-weight: 600; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--accent);
    margin-bottom: 24px;
}
.article-page h1 {
    font-size: clamp(36px, 4.5vw, 56px);
    line-height: 1.1; letter-spacing: -0.025em;
    font-weight: 500; margin-bottom: 24px;
}
.article-page .article-meta {
    display: flex; gap: 20px; align-items: center;
    margin-bottom: 48px; padding-bottom: 32px;
    border-bottom: 1px solid var(--line);
    font-size: 13px; color: var(--ink-soft);
}
.article-page .article-meta span { display: inline-flex; align-items: center; gap: 6px; }
.article-page .article-body { font-size: 17px; line-height: 1.7; color: var(--ink); }
.article-page .article-body p { margin-bottom: 24px; }
.article-page .article-body h2 {
    font-size: 28px; font-weight: 500; letter-spacing: -0.02em;
    margin: 48px 0 16px; line-height: 1.2;
}
.article-page .article-body blockquote {
    margin: 32px 0; padding: 24px 32px;
    border-left: 3px solid var(--accent);
    background: var(--bg-alt);
    font-size: 19px; line-height: 1.55; font-style: italic;
    color: var(--ink);
}
.article-page .article-body strong { color: var(--accent); font-weight: 600; }
.article-back {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--ink-soft); font-size: 13px;
    margin-bottom: 32px;
    transition: color 0.2s;
}
.article-back:hover { color: var(--accent); }

