        :root {
            --bg: #0d1114;
            --panel: rgba(21, 24, 25, .82);
            --panel-strong: rgba(10, 13, 15, .9);
            --stone: #d8d2c6;
            --muted: rgba(232, 226, 214, .72);
            --soft: rgba(232, 226, 214, .12);
            --line: rgba(232, 226, 214, .18);
            --copper: #d98943;
            --copper-bright: #ffbd73;
            --blueprint: #38bdf8;
            --green: #8fd8a8;
            --shadow: 0 24px 80px rgba(0, 0, 0, .42);
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
            overflow-x: hidden;
        }

        body {
            min-width: 320px;
            margin: 0;
            background:
                radial-gradient(circle at 15% 8%, rgba(217, 137, 67, .18), transparent 28rem),
                radial-gradient(circle at 85% 18%, rgba(56, 189, 248, .12), transparent 24rem),
                linear-gradient(135deg, #0d1114 0%, #1b1b18 48%, #0a0d10 100%);
            color: var(--stone);
            font-family: Inter, "Segoe UI", Tahoma, Arial, sans-serif;
            line-height: 1.5;
            overflow-x: hidden;
        }

        img,
        svg {
            max-width: 100%;
        }

        a {
            color: inherit;
        }

        button {
            font: inherit;
        }

        .page-shell {
            width: min(1240px, calc(100% - 32px));
            margin: 0 auto;
        }

        .hero {
            position: relative;
            min-height: min(820px, calc(100svh - 24px));
            display: grid;
            align-items: end;
            margin: 24px auto 0;
            overflow: hidden;
            border: 1px solid var(--line);
            border-radius: 8px;
            background:
                linear-gradient(90deg, rgba(4, 6, 8, .92) 0%, rgba(4, 6, 8, .64) 48%, rgba(4, 6, 8, .14) 100%),
                linear-gradient(0deg, rgba(4, 6, 8, .88) 0%, transparent 44%),
                var(--hero-image) center / cover;
            box-shadow: var(--shadow);
            isolation: isolate;
        }

        .hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
            background-size: 44px 44px;
            mask-image: linear-gradient(90deg, black, transparent 80%);
            pointer-events: none;
            z-index: -1;
        }

        .hero-content {
            width: min(820px, 100%);
            padding: clamp(28px, 6vw, 72px);
        }

        .eyebrow {
            display: inline-flex;
            min-height: 34px;
            align-items: center;
            padding: 0 12px;
            border: 1px solid rgba(255, 189, 115, .45);
            border-radius: 8px;
            background: rgba(6, 8, 10, .68);
            color: var(--copper-bright);
            font-size: .76rem;
            font-weight: 800;
            letter-spacing: .18em;
            text-transform: uppercase;
        }

        h1,
        h2,
        h3,
        p {
            margin-top: 0;
            margin-bottom: 10px;
        }
        p{
            padding:5px 0;
        }
        h1 {
            max-width: 880px;
            margin: 18px 0 16px;
            color: #fff8ed;
            font-size: clamp(3rem, 8vw, 7.4rem);
            font-weight: 900;
            line-height: .86;
            text-transform: uppercase;
            text-shadow: 0 6px 26px rgba(0, 0, 0, .85);
        }

        .subtitle {
            max-width: 760px;
            margin-bottom: 20px;
            color: var(--copper-bright);
            font-size: clamp(1.1rem, 2.5vw, 1.6rem);
            font-weight: 700;
        }

        .hero-copy {
            max-width: 760px;
            margin-bottom: 0;
            color: rgba(255, 248, 237, .86);
            font-size: clamp(1rem, 2vw, 1.17rem);
        }

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

        .button-link {
            display: inline-flex;
            min-height: 46px;
            align-items: center;
            justify-content: center;
            padding: 0 18px;
            border: 1px solid rgba(255, 189, 115, .5);
            border-radius: 8px;
            background: rgba(217, 137, 67, .22);
            color: #fff8ed;
            font-weight: 800;
            text-decoration: none;
            transition: transform .18s ease, background .18s ease, border-color .18s ease;
        }

        .button-link.secondary {
            border-color: rgba(232, 226, 214, .24);
            background: rgba(255, 255, 255, .08);
        }

        .button-link:hover,
        .button-link:focus-visible {
            border-color: var(--copper-bright);
            background: rgba(217, 137, 67, .36);
            outline: none;
            transform: translateY(-2px);
        }

        .stats-strip {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 1px;
            margin: 28px 0 0;
            overflow: hidden;
            border: 1px solid var(--line);
            border-radius: 8px;
            background: var(--line);
            box-shadow: 0 16px 52px rgba(0, 0, 0, .28);
        }

        .stat {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 120px;
            padding: 20px;
            background: linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
            text-align: center;
            transition: background .22s ease;
        }

        .stat:hover {
            background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .04));
        }

        .stat strong {
            display: block;
            color: #fff8ed;
            font-size: clamp(1.8rem, 4vw, 3rem);
            line-height: 1;
        }

        .stat span {
            display: block;
            margin-top: 8px;
            color: var(--muted);
            font-size: .85rem;
            font-weight: 600;
            letter-spacing: .04em;
        }

        .section-nav {
            position: sticky;
            top: 0;
            z-index: 10;
            margin: 0 auto;
            padding: 10px 0;
            background: linear-gradient(180deg, rgba(13, 17, 20, .96), rgba(13, 17, 20, .72));
            backdrop-filter: blur(14px);
            border-bottom: 1px solid var(--line);
        }

        .nav-track {
            display: flex;
            flex-wrap: nowrap;
            gap: 8px;
            overflow-x: auto;
            padding-bottom: 2px;
            scrollbar-width: none;
        }

        .nav-track::-webkit-scrollbar {
            height: 0;
            display: none;
        }

        .nav-track a {
            flex: 0 0 auto;
            display: inline-flex;
            min-height: 38px;
            align-items: center;
            justify-content: center;
            padding: 0 13px;
            border: 1px solid rgba(232, 226, 214, .18);
            border-radius: 8px;
            background: rgba(255, 255, 255, .06);
            color: var(--muted);
            font-size: .86rem;
            font-weight: 800;
            text-decoration: none;
            transition: background .18s ease, color .18s ease, border-color .18s ease;
        }

        .nav-track a:hover,
        .nav-track a:focus-visible,
        .nav-track a.is-active {
            border-color: rgba(255, 189, 115, .52);
            background: rgba(217, 137, 67, .18);
            color: #fff8ed;
            outline: none;
        }

        .story-section {
            scroll-margin-top: 86px;
            padding: clamp(42px, 7vw, 86px) 0 clamp(28px, 4vw, 48px);
        }

        .story-section + .story-section {
            border-top: 1px solid var(--line);
        }

        .section-head {
            display: grid;
            grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
            gap: clamp(22px, 4vw, 56px);
            align-items: start;
            margin-bottom: 32px;
        }

        .section-head:has(.section-number:only-child) {
            grid-template-columns: 1fr;
        }

        .section-number {
            display: inline-flex;
            min-height: 38px;
            align-items: center;
            padding: 4px 0;
            border-bottom: 2px solid var(--copper);
            color: #94e3ff;
            font-size: clamp(.92rem, 1.6vw, 1.08rem);
            font-weight: 900;
            letter-spacing: .16em;
            text-transform: uppercase;
        }

        h2 {
            margin: 12px 0 0;
            color: #fff8ed;
            font-size: clamp(1.9rem, 3.25vw, 3.35rem);
            line-height: 1.08;
            text-transform: uppercase;
            text-wrap: balance;
        }

        .title-note {
            margin: 12px 0 0;
            color: var(--copper-bright);
            font-size: clamp(1.1rem, 2.2vw, 1.55rem);
            font-weight: 900;
            line-height: 1.1;
        }

        .section-lead {
            margin-bottom: 0;
            color: var(--muted);
            font-size: clamp(1rem, 2vw, 1.14rem);
        }

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

        .fact-panel,
        .theory-panel,
        .mystery-panel {
            position: relative;
            overflow: hidden;
            border: 1px solid var(--line);
            border-radius: 8px;
            background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
            box-shadow: 0 16px 42px rgba(0, 0, 0, .24);
            transition: border-color .28s ease, box-shadow .28s ease;
        }

        .fact-panel:hover,
        .theory-panel:hover {
            border-color: rgba(255, 189, 115, .28);
            box-shadow: 0 20px 52px rgba(0, 0, 0, .32), 0 0 0 1px rgba(255, 189, 115, .12);
        }

        .fact-panel {
            padding: 22px;
        }

        .fact-panel h3,
        .theory-panel h3,
        .mystery-panel h3 {
            margin-bottom: 12px;
            color: #ffe0ad;
            font-size: 1.25rem;
        }

        .fact-list {
            display: grid;
            gap: 10px;
            margin: 0 0 14px;
            padding: 0;
            list-style: none;
            color: var(--muted);
        }

        .fact-list:last-child {
            margin-bottom: 0;
        }

        .fact-list li {
            position: relative;
            padding-left: 20px;
        }

        .fact-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: .62em;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--copper);
            box-shadow: 0 0 16px rgba(217, 137, 67, .72);
        }

        .dimension-note {
            display: inline-flex;
            align-items: center;
            min-height: 42px;
            margin-top: 18px;
            padding: 0 14px;
            border: 1px solid rgba(255, 189, 115, .42);
            border-radius: 8px;
            background: rgba(217, 137, 67, .16);
            color: #fff8ed;
            font-weight: 800;
        }

        .schematic-wrap {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
            gap: 18px;
            align-items: stretch;
            width: 100vw;
            margin-left: calc(-50vw + 50%);
            padding: 0 max(16px, calc((100vw - 1240px) / 2));
        }

        .schematic-panel {
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(56, 189, 248, .28);
            border-radius: 8px;
            background: #101827;
            box-shadow: var(--shadow);
            transition: border-color .28s ease;
        }

        .schematic-panel svg {
            display: block;
            width: 100%;
            height: auto;
        }

        .schematic-panel:hover {
            border-color: rgba(56, 189, 248, .48);
        }

        .svg-hotspot {
            cursor: pointer;
            transition: filter .18s ease, opacity .18s ease;
        }

        .svg-hotspot:hover,
        .svg-hotspot.is-selected {
            filter: drop-shadow(0 0 12px rgba(255, 189, 115, .9));
        }

        .svg-hotspot.is-selected rect:first-child {
            stroke: #ffbd73;
            stroke-width: 4;
        }

        .sequence-panel {
            display: flex;
            flex-direction: column;
            gap: 16px;
            padding: 22px;
            border: 1px solid var(--line);
            border-radius: 8px;
            background: var(--panel);
            box-shadow: 0 16px 42px rgba(0, 0, 0, .24);
            transition: border-color .28s ease;
        }

        .sequence-panel:hover {
            border-color: rgba(255, 189, 115, .22);
        }

        .sequence {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 8px;
        }

        .sequence button {
            display: grid;
            place-items: center;
            align-content: center;
            min-height: 64px;
            border: 1px solid rgba(255, 189, 115, .34);
            border-radius: 8px;
            padding:0;
            background: rgba(217, 137, 67, .12);
            color: #fff8ed;
            text-align: center;
            cursor: pointer;
            transition: background .18s ease, transform .18s ease, border-color .18s ease;
        }

        .sequence button strong {
            display: block;
            font-size: 1.65rem;
            line-height: 1;
        }

        .sequence button span {
            color: var(--muted);
            font-size: .68rem;
            font-weight: 800;
            letter-spacing: .02em;
            text-transform: uppercase;
            white-space: nowrap;
        }

        .sequence button:hover,
        .sequence button:focus-visible {
            border-color: var(--copper-bright);
            background: rgba(217, 137, 67, .28);
            outline: none;
            transform: translateY(-2px);
        }

        .sequence button.is-selected {
            border-color: var(--copper-bright);
            background: rgba(217, 137, 67, .28);
            outline: none;
        }

        .altar-button {
            display: grid;
            grid-template-columns: 1fr;
            gap: 10px;
            align-items: center;
            justify-items: center;
            width: 100%;
            min-height: 74px;
            padding: 12px 14px;
            border: 1px solid rgba(255, 189, 115, .34);
            border-radius: 8px;
            background: rgba(217, 137, 67, .12);
            color: #fff8ed;
            text-align: center;
            cursor: pointer;
            transition: background .18s ease, border-color .18s ease, transform .18s ease;
        }

        .altar-button:hover,
        .altar-button:focus-visible {
            border-color: var(--copper-bright);
            background: rgba(217, 137, 67, .28);
            outline: none;
            transform: translateY(-2px);
        }

        .altar-button.is-selected {
            border-color: var(--copper-bright);
            background: rgba(217, 137, 67, .28);
            outline: none;
        }

        .altar-icon {
            position: relative;
            display: block;
            width: 54px;
            height: 38px;
            border: 2px solid rgba(255, 189, 115, .82);
            border-radius: 6px;
            background: rgba(217, 137, 67, .14);
        }

        .altar-icon::before,
        .altar-icon::after {
            content: "";
            position: absolute;
            top: 8px;
            width: 8px;
            height: 18px;
            border-radius: 50%;
            background: #2a2119;
        }

        .altar-icon::before {
            left: 15px;
        }

        .altar-icon::after {
            right: 15px;
        }

        .altar-button strong,
        .altar-button span {
            display: block;
        }

        .altar-button strong {
            color: #fff8ed;
        }

        .altar-button span {
            color: var(--muted);
            font-size: .88rem;
        }

        .schematic-reset {
            position: absolute;
            bottom: 10px;
            right: 10px;
            z-index: 5;
            display: inline-flex;
            width: 32px;
            height: 32px;
            align-items: center;
            justify-content: center;
            padding: 0;
            border: 1px solid rgba(255, 189, 115, .45);
            border-radius: 6px;
            background: rgba(15, 23, 39, .82);
            color: var(--copper-bright);
            font-size: 1rem;
            line-height: 1;
            cursor: pointer;
            opacity: 0;
            pointer-events: none;
            transform: translateY(6px);
            transition: opacity .22s ease, transform .22s ease, background .18s ease, border-color .18s ease;
            backdrop-filter: blur(6px);
        }

        .schematic-panel.is-zoomed .schematic-reset {
            opacity: 1;
            pointer-events: auto;
            transform: translateY(0);
        }

        .schematic-reset:hover,
        .schematic-reset:focus-visible {
            border-color: var(--copper-bright);
            background: rgba(217, 137, 67, .22);
            outline: none;
        }

        .pillar-detail {
            flex: 0 0 auto;
            padding: 12px 14px;
            border: 1px solid var(--line);
            border-radius: 8px;
            background: rgba(0, 0, 0, .2);
        }

        .pillar-detail h3 {
            margin: 0 0 4px;
            color: #ffe0ad;
            font-size: 1.05rem;
        }

        .pillar-detail p {
            margin: 0;
            color: var(--muted);
            font-size: .92rem;
            line-height: 1.45;
        }

        .tesla-quote {
            margin: 0;
            padding: 18px;
            border-left: 3px solid var(--copper);
            background: rgba(217, 137, 67, .1);
            color: rgba(255, 248, 237, .86);
            font-size: 1.04rem;
        }

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

        .theory-panel {
            padding: 22px;
        }

        .theory-panel p,
        .mystery-panel p {
            margin-bottom: 0;
            color: var(--muted);
        }

        .archive-top {
            display: flex;
            align-items: end;
            justify-content: space-between;
            gap: 24px;
            margin-bottom: 18px;
        }

        .archive-top p {
            max-width: 460px;
            margin-bottom: 0;
            color: var(--muted);
            text-align: right;
        }

        .gallery {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
            gap: 16px;
        }

        .thumb {
            position: relative;
            display: block;
            overflow: hidden;
            border: 1px solid var(--line);
            border-radius: 8px;
            background: #111;
            box-shadow: 0 12px 34px rgba(0, 0, 0, .34);
            aspect-ratio: 16 / 10;
            cursor: zoom-in;
            transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
        }

        .thumb::after {
            content: "Inspect";
            position: absolute;
            right: 12px;
            bottom: 12px;
            display: grid;
            place-items: center;
            min-width: 64px;
            height: 32px;
            padding: 0 10px;
            border: 1px solid rgba(255, 255, 255, .22);
            border-radius: 8px;
            background: rgba(0, 0, 0, .68);
            color: #fff;
            font-size: .78rem;
            font-weight: 900;
            opacity: 0;
            transform: translateY(8px);
            transition: opacity .18s ease, transform .18s ease;
        }

        .thumb img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: filter .18s ease, transform .18s ease;
        }

        .thumb:hover,
        .thumb:focus-visible {
            border-color: rgba(255, 189, 115, .64);
            box-shadow: 0 18px 48px rgba(0, 0, 0, .46);
            outline: none;
            transform: translateY(-3px);
        }

        .thumb:hover img,
        .thumb:focus-visible img {
            filter: saturate(1.14) contrast(1.06);
            transform: scale(1.045);
        }

        .thumb:hover::after,
        .thumb:focus-visible::after {
            opacity: 1;
            transform: translateY(0);
        }

        .mystery-panel {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 22px;
            align-items: center;
            padding: clamp(24px, 5vw, 42px);
            background:
                linear-gradient(120deg, rgba(217, 137, 67, .18), rgba(56, 189, 248, .08)),
                var(--panel-strong);
        }

        .mystery-panel h2 {
            margin-bottom: 14px;
        }

        .cta-panel {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 16px;
            padding: clamp(24px, 5vw, 42px);
            border: 1px solid var(--line);
            border-radius: 8px;
            background:
                linear-gradient(120deg, rgba(217, 137, 67, .18), rgba(56, 189, 248, .08)),
                var(--panel-strong);
            box-shadow: 0 16px 42px rgba(0, 0, 0, .24);
            text-align: center;
        }

        .cta-panel p {
            max-width: 520px;
            margin: 0;
            color: #fff8ed;
            font-size: clamp(1.1rem, 2.5vw, 1.5rem);
            font-weight: 700;
            line-height: 1.2;
        }

        .contact-link {
            display: inline-flex;
            min-height: 52px;
            align-items: center;
            justify-content: center;
            padding: 0 28px;
            border: 1px solid rgba(255, 189, 115, .6);
            border-radius: 8px;
            background: rgba(217, 137, 67, .24);
            color: #fff8ed;
            font-size: .92rem;
            font-weight: 900;
            letter-spacing: .1em;
            text-decoration: none;
            text-transform: uppercase;
            white-space: nowrap;
            transition: background .18s ease, border-color .18s ease, transform .18s ease;
        }

        .contact-link:hover,
        .contact-link:focus-visible {
            background: rgba(217, 137, 67, .4);
            border-color: var(--copper-bright);
            outline: none;
            transform: translateY(-2px);
        }

        .empty {
            padding: 28px;
            border: 1px solid var(--line);
            border-radius: 8px;
            background: var(--panel);
            color: var(--muted);
        }

        .reveal {
            opacity: 1;
            transform: none;
        }

        .js .reveal,
        .js .reveal.is-visible {
            opacity: 1;
            transform: none;
        }

        .lightbox {
            position: fixed;
            inset: 0;
            z-index: 20;
            display: none;
            background: rgba(0, 0, 0, .94);
        }

        .lightbox.is-open {
            display: block;
        }

        .viewer {
            position: absolute;
            inset: 0;
            overflow: hidden;
            touch-action: none;
            cursor: grab;
        }

        .viewer.is-dragging {
            cursor: grabbing;
        }

        .loading-overlay {
            position: absolute;
            inset: 0;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, .55);
            opacity: 0;
            pointer-events: none;
            transition: opacity .28s ease;
        }

        .viewer.is-loading .loading-overlay {
            opacity: 1;
            pointer-events: auto;
        }

        .loading-spinner {
            display: block;
            width: 48px;
            height: 48px;
            border: 3px solid rgba(255, 255, 255, .18);
            border-top-color: var(--copper-bright);
            border-radius: 50%;
            animation: spin .85s linear infinite;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }

        .viewer img {
            position: absolute;
            top: 50%;
            left: 50%;
            max-width: min(92vw, 1700px);
            max-height: 86vh;
            user-select: none;
            -webkit-user-drag: none;
            transform: translate(-50%, -50%) translate(var(--pan-x, 0), var(--pan-y, 0)) scale(var(--zoom, 1));
            transform-origin: center;
            opacity: 1;
            transition: transform .08s ease-out, opacity .28s ease;
            will-change: transform, opacity;
        }

        .viewer.is-loading img {
            opacity: .35;
        }

        .controls {
            position: fixed;
            z-index: 30;
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 10px;
            border-radius: 8px;
            background: rgba(20, 20, 20, .74);
            backdrop-filter: blur(10px);
        }

        .top-controls {
            top: 16px;
            right: 16px;
        }

        .bottom-controls {
            left: 50%;
            bottom: 16px;
            transform: translateX(-50%);
        }

        .image-title {
            position: fixed;
            left: 16px;
            bottom: 21px;
            z-index: 30;
            max-width: min(460px, calc(100vw - 32px));
            overflow: hidden;
            color: rgba(255, 255, 255, .78);
            text-overflow: ellipsis;
            white-space: nowrap;
            text-shadow: 0 1px 8px #000;
        }

        .control-button {
            display: inline-grid;
            place-items: center;
            width: 42px;
            height: 42px;
            border: 1px solid rgba(255, 255, 255, .22);
            border-radius: 8px;
            background: rgba(255, 255, 255, .1);
            color: #fff;
            font-size: 23px;
            line-height: 1;
            cursor: pointer;
        }

        .control-button:hover,
        .control-button:focus-visible {
            background: rgba(217, 137, 67, .35);
            outline: none;
        }

        @media (max-width: 900px) {
            .stats-strip,
            .evidence-grid,
            .section-head,
            .schematic-wrap,
            .theory-grid,
            .mystery-panel {
                grid-template-columns: 1fr;
            }

            .section-head {
                gap: 18px;
                margin-bottom: 24px;
            }

            .schematic-wrap {
                width: 100vw;
                margin-left: calc(-50vw + 50%);
                padding: 0;
                gap: 14px;
            }

            .schematic-panel {
                margin: 0;
                border-radius: 0;
                border-left: none;
                border-right: none;
            }

            .schematic-panel svg {
                width: 100%;
                height: auto;
            }

            .sequence button span {
                font-size: .62rem;
            }

            .archive-top {
                align-items: start;
                flex-direction: column;
            }

            .archive-top p {
                text-align: left;
            }
        }

@media (max-width: 700px) {
            .page-shell {
                width: min(100% - 20px, 1240px);
            }

            .hero {
                min-height: 620px;
                margin-top: 10px;
                background:
                    linear-gradient(0deg, rgba(4, 6, 8, .94), rgba(4, 6, 8, .44) 78%),
                    var(--hero-image) center / cover;
            }

            .hero-content {
                padding: 24px;
            }

            .nav-track {
                flex-wrap: wrap;
                overflow-x: visible;
            }

            .nav-track a {
                flex: 1 1 calc(25% - 8px);
                min-width: 0;
                padding: 0 6px;
                font-size: .78rem;
                text-align: center;
            }

            .hero-actions {
                flex-direction: column;
            }

            .button-link,
            .contact-link {
                width: 100%;
            }

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

            .stat {
                min-height: 96px;
                padding: 16px;
            }

            .story-section {
                scroll-margin-top: 74px;
            }

            .gallery {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 10px;
            }

            .sequence {
                grid-template-columns: repeat(5, minmax(54px, 1fr));
                overflow-x: auto;
                scrollbar-width: none;
                padding-top: 2px;
            }

            .sequence::-webkit-scrollbar {
                height: 0;
            }

            .sequence button {
                min-width: 54px;
            }

            .fact-panel,
            .theory-panel,
            .sequence-panel {
                padding: 18px;
            }

            .image-title {
                top: 72px;
                bottom: auto;
                font-size: .9rem;
            }

            .bottom-controls {
                bottom: 12px;
            }

            .story-section {
                scroll-margin-top: 110px;
            }
        }
