* {
    box-sizing: border-box;
}

:root {
    --bg: #020202;
    --bg-soft: #070707;
    --panel: rgba(13, 13, 15, 0.88);
    --panel-strong: rgba(18, 18, 20, 0.92);
    --line: rgba(255, 255, 255, 0.14);
    --line-strong: rgba(255, 255, 255, 0.30);
    --text: #ffffff;
    --text-soft: #dedee3;
    --muted: #9a9aa3;
    --faint: #66666f;
    --accent-white: #f6f3ff;
    --accent-graphite: #a8a8b0;
    --accent-dim: #707078;
    --green: #22c55e;
    --amber: #f59e0b;
    --red: #ff4d6d;
    --display: "Aptos Display", "Segoe UI Variable Display", "IBM Plex Sans", Inter, "Segoe UI", Arial, sans-serif;
    --mono: ui-monospace, "SF Mono", "Cascadia Code", Consolas, monospace;
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    margin: 0;
    background:
        radial-gradient(circle at 18% 5%, rgba(255, 255, 255, 0.055), transparent 28%),
        linear-gradient(180deg, #030303 0%, #020202 48%, #020202 100%);
    color: var(--text);
    font-family: Inter, "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
    overflow-x: hidden;
}

a {
    color: inherit;
}

.landing-body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image:
        radial-gradient(circle, rgba(255,255,255,0.12) 1px, transparent 1.5px),
        radial-gradient(circle, rgba(255,255,255,0.055) 1px, transparent 1.5px);
    background-position: 18px 26px, 82px 114px;
    background-size: 220px 220px, 340px 340px;
    opacity: 0.28;
}

.landing-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 22px;
    min-height: 72px;
    padding: 13px 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    background: rgba(3, 2, 6, 0.86);
    backdrop-filter: blur(14px);
}

.landing-brand,
.landing-links,
.landing-nav-actions,
.hero-actions,
.signal-strip,
.beta-actions,
.landing-footer {
    display: flex;
    align-items: center;
}

.landing-brand {
    justify-self: start;
    gap: 11px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
}

.landing-mark {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    box-shadow: none;
}

.landing-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none;
}

.landing-links {
    justify-self: center;
    gap: 30px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.landing-links a,
.nav-cta,
.primary-action,
.secondary-action,
.discord-action {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.landing-links a {
    min-height: auto;
    padding: 0;
    color: #8b8499;
    font-weight: 700;
    transition: color 0.18s ease, background 0.18s ease;
}

.landing-links a:hover {
    color: #fff;
    background: transparent;
}

.landing-nav-actions {
    justify-self: end;
    gap: 8px;
}

.nav-cta {
    min-height: 34px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.025);
    color: #d9d5e4;
    box-shadow: none;
}

.nav-cta.subscribe {
    border-color: rgba(255, 255, 255, 0.72);
    background: #f6f3ff;
    color: #050505;
    box-shadow: 0 0 18px rgba(181, 108, 255, 0.22);
}

.nav-cta.subscribe:hover {
    color: #050505;
    box-shadow: 0 0 24px rgba(181, 108, 255, 0.35);
}

.landing-page {
    position: relative;
    z-index: 1;
    padding-top: 72px;
}

.hero-section {
    position: relative;
    min-height: calc(100svh - 72px);
    display: flex;
    align-items: center;
    padding: 54px 36px 78px;
    overflow: hidden;
    background: #020202;
}

.hero-section::before,
.hero-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.hero-section::before {
    inset: 0;
    background:
        radial-gradient(circle at 72% 48%, transparent 0%, transparent 20%, rgba(2, 1, 4, 0.18) 48%, rgba(2, 1, 4, 0.92) 100%),
        linear-gradient(90deg, rgba(2, 1, 4, 0.72) 0%, rgba(2, 1, 4, 0.32) 42%, rgba(2, 1, 4, 0.70) 100%),
        linear-gradient(to bottom, rgba(2, 1, 4, 0), rgba(2, 1, 4, 0.10) 72%, rgba(2, 1, 4, 1));
}

.hero-section::after {
    left: 28px;
    right: 28px;
    bottom: 24px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.10);
}

.hero-copy {
    position: relative;
    z-index: 3;
    width: min(560px, 100%);
    margin-left: max(0px, calc((100vw - 1320px) / 2));
    padding-top: 22px;
}

.eyebrow,
.metric-kicker {
    margin: 0;
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 700;
    color: #a8a8b0;
    text-transform: uppercase;
}

.hero-copy h1 {
    max-width: 610px;
    margin: 16px 0 0;
    font-family: var(--display);
    font-size: 78px;
    line-height: 1;
    font-weight: 780;
    letter-spacing: -0.035em;
    color: #f7f4ff;
    text-shadow:
        0 0 22px rgba(255, 255, 255, 0.12),
        0 12px 40px rgba(0, 0, 0, 0.58);
}

.hero-lede {
    max-width: 540px;
    margin: 20px 0 0;
    color: #a8a8b0;
    font-size: 18px;
    line-height: 1.65;
}

.hero-actions {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.primary-action,
.secondary-action,
.discord-action {
    gap: 10px;
    padding: 0 22px;
    min-width: 132px;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.primary-action {
    border: 1px solid rgba(255, 255, 255, 0.86);
    background: #f6f3ff;
    color: #050505;
    box-shadow: 0 0 28px rgba(255, 255, 255, 0.14);
}

.secondary-action {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.035);
    color: #dedee3;
}

.discord-action {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.035);
    color: #dedee3;
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.025);
}

.discord-action svg {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    fill: currentColor;
    overflow: visible;
    transform: scale(0.86);
    transform-origin: center;
}

.primary-action:hover,
.secondary-action:hover,
.discord-action:hover {
    transform: translateY(-1px);
}

.secondary-action:hover {
    border-color: rgba(255, 255, 255, 0.30);
    color: #fff;
}

.discord-action:hover {
    border-color: rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.075);
    color: #fff;
}

.signal-strip {
    width: min(560px, 100%);
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.signal-strip span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.025);
    color: #9f98ac;
    font-family: var(--mono);
    font-size: 11px;
}

.hero-visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    transform: none;
    border-radius: 0;
    overflow: hidden;
    opacity: 1;
}

#model-particle-canvas {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #020202;
}

.particle-vignette {
    pointer-events: none;
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 66% 48%, transparent 0%, transparent 22%, rgba(2, 1, 4, 0.18) 54%, rgba(2, 1, 4, 0.90) 100%),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.012), transparent 16%, transparent 78%, rgba(2, 1, 4, 0.82));
    mix-blend-mode: multiply;
}

.section-band,
.showcase-section,
.beta-section {
    width: min(1180px, calc(100% - 56px));
    margin: 0 auto;
}

.section-band {
    padding: 54px 0 22px;
}

.section-heading {
    display: grid;
    grid-template-columns: 0.76fr 1.24fr;
    gap: 34px;
    align-items: end;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.section-heading.compact {
    margin-bottom: 22px;
}

.section-heading h2,
.beta-copy h2 {
    margin: 0;
    color: #fff;
    font-size: 34px;
    line-height: 1.1;
}

.intro-grid,
.showcase-grid {
    display: grid;
    gap: 14px;
}

.intro-grid {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 18px;
}

.metric-card,
.showcase-item {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(18, 18, 20, 0.82), rgba(6, 6, 7, 0.88));
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
}

.metric-card {
    padding: 20px;
    min-height: 176px;
}

.metric-card strong {
    display: block;
    margin-top: 13px;
    font-size: 25px;
    color: #fff;
}

.metric-card p,
.showcase-copy p,
.beta-copy p {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.62;
}

.showcase-section {
    padding: 72px 0 48px;
}

.feature-gallery {
    display: grid;
    grid-template-columns: minmax(260px, 0.78fr) minmax(420px, 1fr);
    gap: 28px;
    align-items: center;
    margin-top: 22px;
}

.gallery-copy {
    min-width: 0;
}

.gallery-copy h3 {
    max-width: 440px;
    margin: 14px 0 0;
    color: #fff;
    font-size: 44px;
    line-height: 1.02;
    letter-spacing: -0.035em;
}

.gallery-copy p {
    max-width: 460px;
    margin: 18px 0 0;
    color: #a8a8b0;
    font-size: 16px;
    line-height: 1.65;
}

.gallery-card {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.06), transparent 34%),
        #07080d;
    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.42),
        inset 0 0 0 1px rgba(255, 255, 255, 0.025);
    cursor: pointer;
}

.gallery-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(to bottom, rgba(255,255,255,0.035), transparent 18%, transparent 78%, rgba(0,0,0,0.22)),
        linear-gradient(90deg, rgba(255,255,255,0.025), transparent 16%, transparent 84%, rgba(255,255,255,0.018));
}

.gallery-card img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
    background: #07080d;
}

.gallery-controls {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 26px;
}

.gallery-arrow {
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    color: #dedee3;
    font-size: 25px;
    line-height: 1;
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.gallery-arrow:hover {
    border-color: rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.075);
    color: #fff;
}

.gallery-dots {
    display: flex;
    align-items: center;
    gap: 9px;
}

.gallery-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.20);
    transition: width 0.18s ease, background 0.18s ease;
}

.gallery-dots button.active {
    width: 24px;
    background: #f6f3ff;
}

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

.showcase-item {
    display: grid;
    grid-template-rows: 240px auto;
    overflow: hidden;
}

.showcase-item.wide {
    grid-column: 1 / -1;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: 360px;
}

.feature-media {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.08), transparent 30%),
        linear-gradient(135deg, rgba(12, 12, 14, 0.96), rgba(2, 2, 2, 0.98));
}

.feature-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255,255,255,0.020) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.016) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: 0.7;
}

.showcase-copy {
    padding: 22px;
}

.showcase-copy h3 {
    margin: 12px 0 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.14;
}

.terminal-preview {
    padding: 20px;
}

.mock-topbar {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 10px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    padding: 9px;
    background: rgba(8, 8, 9, 0.72);
}

.mock-topbar span {
    flex: 1;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(168,85,247,0.30), rgba(34,197,94,0.12));
}

.mock-chart {
    position: absolute;
    left: 22px;
    right: 22px;
    top: 90px;
    bottom: 76px;
    z-index: 1;
    display: flex;
    align-items: end;
    gap: 18px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    background: rgba(0,0,0,0.26);
}

.mock-chart i {
    flex: 1;
    min-width: 12px;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(to top, rgba(168,85,247,0.72), rgba(255,255,255,0.72));
    box-shadow: 0 0 18px rgba(168,85,247,0.22);
}

.mock-chart i:nth-child(1) { height: 42%; }
.mock-chart i:nth-child(2) { height: 66%; }
.mock-chart i:nth-child(3) { height: 38%; background: linear-gradient(to top, rgba(34,197,94,0.55), rgba(255,255,255,0.70)); }
.mock-chart i:nth-child(4) { height: 82%; }
.mock-chart i:nth-child(5) { height: 54%; background: linear-gradient(to top, rgba(245,158,11,0.52), rgba(255,255,255,0.66)); }
.mock-chart i:nth-child(6) { height: 72%; }

.mock-rows {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.mock-rows span {
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 5px;
    background: rgba(13, 13, 15, 0.70);
}

.surface-grid {
    position: absolute;
    inset: 34px 28px;
    z-index: 1;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    transform: perspective(520px) rotateX(58deg) rotateZ(-21deg);
    background:
        linear-gradient(rgba(168,85,247,0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(168,85,247,0.18) 1px, transparent 1px);
    background-size: 26px 26px;
    box-shadow: 0 0 45px rgba(168,85,247,0.20);
}

.surface-line,
.wall,
.analyst-preview span,
.regime-preview b {
    position: absolute;
    z-index: 2;
    display: block;
}

.surface-line {
    left: 14%;
    right: 12%;
    height: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.92), transparent);
    box-shadow: 0 0 18px rgba(255,255,255,0.35);
}

.surface-line.one { top: 46%; transform: rotate(-16deg); }
.surface-line.two { top: 57%; transform: rotate(12deg); opacity: 0.55; }

.walls-preview {
    background:
        linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px),
        linear-gradient(135deg, rgba(12, 12, 14, 0.96), rgba(2, 2, 2, 0.98));
    background-size: 42px 42px, auto;
}

.price-ladder {
    position: absolute;
    inset: 28px 32px;
    z-index: 1;
    border-left: 1px solid rgba(255,255,255,0.12);
    border-right: 1px solid rgba(255,255,255,0.12);
}

.wall {
    left: 18%;
    right: 18%;
    height: 3px;
    border-radius: 4px;
}

.wall.strong {
    top: 34%;
    background: var(--green);
    box-shadow: 0 0 18px rgba(34,197,94,0.48);
}

.wall.mid {
    top: 53%;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 0 18px rgba(255,255,255,0.22);
}

.wall.soft {
    top: 69%;
    background: var(--red);
    box-shadow: 0 0 18px rgba(255,77,109,0.36);
}

.analyst-preview {
    display: grid;
    align-content: center;
    gap: 13px;
    padding: 34px;
}

.analyst-preview span {
    position: relative;
    width: 100%;
    height: 13px;
    border-radius: 3px;
    background: rgba(255,255,255,0.12);
}

.analyst-preview span:nth-child(1) { width: 72%; background: rgba(168,85,247,0.44); }
.analyst-preview span:nth-child(2) { width: 92%; }
.analyst-preview span:nth-child(3) { width: 64%; background: rgba(34,197,94,0.28); }
.analyst-preview span:nth-child(4) { width: 84%; background: rgba(245,158,11,0.20); }

.regime-preview {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 34px;
}

.regime-preview b {
    position: relative;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.04);
}

.regime-preview b:nth-child(1) { box-shadow: inset 0 0 34px rgba(34,197,94,0.20); }
.regime-preview b:nth-child(2) { box-shadow: inset 0 0 34px rgba(168,85,247,0.24); }
.regime-preview b:nth-child(3) { box-shadow: inset 0 0 34px rgba(245,158,11,0.22); }
.regime-preview b:nth-child(4) { box-shadow: inset 0 0 34px rgba(255,77,109,0.18); }

.beta-section {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 22px;
    margin-bottom: 46px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(18, 18, 20, 0.88), rgba(6, 6, 7, 0.90)),
        radial-gradient(circle at 18% 0%, rgba(255,255,255,0.08), transparent 36%);
}

.beta-copy p {
    max-width: 760px;
}

.beta-actions {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.landing-footer {
    position: relative;
    z-index: 1;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    padding: 22px 28px 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    color: var(--faint);
    font-size: 12px;
}

.landing-footer a {
    color: var(--muted);
    text-decoration: none;
}

.landing-footer a:hover {
    color: #fff;
}

/* Standalone particle lab fallback. */
.particle-lab-page {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

.particle-lab-page .hero-visual,
.particle-lab-page #model-particle-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    transform: none;
    border-radius: 0;
}

.landing-overlay {
    position: absolute;
    left: 56px;
    bottom: 72px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    pointer-events: none;
}

.landing-brand-small {
    padding-left: 4px;
    font-size: 18px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
    text-transform: uppercase;
    text-shadow: 0 0 14px rgba(255, 255, 255, 0.32);
}

.launch-terminal-button {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 8px;
    background: rgba(6, 6, 8, 0.94);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.launch-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 960px) {
    .landing-nav {
        grid-template-columns: 1fr auto;
    }

    .landing-links {
        display: none;
    }

    .hero-section {
        align-items: flex-start;
        padding-top: 38px;
    }

    .hero-copy {
        margin-left: 0;
    }

    .hero-copy h1 {
        font-size: 58px;
    }

    .hero-visual {
        opacity: 0.82;
    }

    .section-heading,
    .intro-grid,
    .feature-gallery,
    .showcase-grid,
    .showcase-item.wide,
    .beta-section {
        grid-template-columns: 1fr;
    }

    .gallery-copy h3 {
        max-width: 620px;
        font-size: 38px;
    }

    .gallery-copy p {
        max-width: 620px;
    }

    .showcase-item.wide {
        grid-template-rows: 300px auto;
    }

    .beta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .landing-nav {
        min-height: 66px;
        padding: 12px 16px;
    }

    .landing-brand {
        font-size: 14px;
    }

    .nav-cta {
        padding: 0 12px;
        font-size: 12px;
    }

    .landing-page {
        padding-top: 66px;
    }

    .hero-section {
        min-height: calc(100svh - 66px);
        align-items: flex-start;
        padding: 72px 18px 64px;
    }

    .hero-copy h1 {
        max-width: 350px;
        font-size: 43px;
    }

    .hero-lede {
        font-size: 15px;
        line-height: 1.58;
    }

    .primary-action,
    .secondary-action,
    .discord-action {
        width: 100%;
    }

    .hero-visual {
        opacity: 0.52;
    }

    .section-band,
    .showcase-section,
    .beta-section {
        width: calc(100% - 32px);
    }

    .section-heading h2,
    .beta-copy h2 {
        font-size: 27px;
    }

    .metric-card {
        min-height: 0;
    }

    .showcase-item,
    .showcase-item.wide {
        grid-template-rows: 220px auto;
    }

    .gallery-copy h3 {
        font-size: 31px;
    }

    .gallery-card img {
        padding: 8px;
    }

    .beta-section {
        padding: 20px;
    }

    .landing-overlay {
        left: 24px;
        right: 24px;
        bottom: 34px;
    }
}

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

    .primary-action,
    .secondary-action,
    .discord-action,
    .landing-links a {
        transition: none;
    }
}
