:root {
        color-scheme: only light;
        --ink: #f2e8d4;
        --ink-muted: #c9bfa9;
        --paper: #1a140f;
        --paper-dark: #0f0c09;
        --accent: #c33b2b;
        --accent-bright: #e2503f;
        --sand: #6f5d4a;
        --stroke: rgba(242, 232, 212, 0.2);
        --card: rgba(24, 18, 13, 0.82);
        --shadow: rgba(0, 0, 0, 0.45);
      }

      * {
        box-sizing: border-box;
      }

      body {
        margin: 0;
        font-family: "PT Serif", "Times New Roman", serif;
        color: var(--ink);
        background-color: var(--paper-dark);
        background-image: url("fon2.jpg");
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        min-height: 100vh;
        position: relative;
        overflow-x: hidden;
      }

      body.model-open {
        overflow: hidden;
      }

      body::before {
        content: "";
        position: fixed;
        inset: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E");
        opacity: 0.25;
        pointer-events: none;
        z-index: 1;
        mix-blend-mode: soft-light;
      }

      .ash-layer {
        position: fixed;
        inset: -120vh 0 0 0;
        height: 240vh;
        pointer-events: none;
        z-index: 4;
        opacity: 0.55;
        background-image: radial-gradient(circle, rgba(242, 232, 212, 0.35) 0.8px, transparent 1.6px),
          radial-gradient(circle, rgba(242, 232, 212, 0.2) 0.8px, transparent 1.6px),
          radial-gradient(circle, rgba(201, 191, 169, 0.25) 1px, transparent 2px);
        background-size: 140px 140px, 200px 200px, 260px 260px;
        background-position: 0 0, 80px -120px, -40px -200px;
        animation: ashFall 26s linear infinite, ashDrift 12s ease-in-out infinite;
        mix-blend-mode: screen;
      }

      .ash-layer--slow {
        opacity: 0.35;
        filter: blur(0.3px);
        animation-duration: 38s, 18s;
      }

      a {
        color: inherit;
        text-decoration: none;
      }

      img {
        max-width: 100%;
        display: block;
      }

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

      .site-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 6;
        background: transparent;
        border-bottom: 1px solid rgba(195, 59, 43, 0.35);
        backdrop-filter: blur(14px);
        box-shadow: none;
      }

      .site-nav::after {
        content: "";
        position: absolute;
        inset: 0;
        background: transparent;
        pointer-events: none;
      }

      .nav-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 14px 0;
        position: relative;
        z-index: 1;
      }

      .nav-logo {
        font-family: "Oswald", "Arial Narrow", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.28em;
        font-size: 12px;
        color: rgba(226, 80, 63, 0.95);
      }

      .nav-links {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        font-family: "Oswald", "Arial Narrow", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        font-size: 11px;
        color: rgba(226, 80, 63, 0.9);
      }

      .nav-links a {
        padding: 6px 10px;
        border-radius: 999px;
        border: 1px solid transparent;
        transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
      }

      .nav-links a:hover {
        background: rgba(195, 59, 43, 0.22);
        border-color: rgba(226, 80, 63, 0.6);
        color: #f7efe1;
      }


      .container {
        width: min(1100px, 92vw);
        margin: 0 auto;
      }

      .hero {
        position: relative;
        min-height: 100vh;
        display: flex;
        align-items: center;
        padding: 90px 0 70px;
        background-image: url("Lucid_Origin_An_abstract_emotional_depiction_of_the_SovietAfgh_3.jpg");
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        border-bottom: 1px solid var(--stroke);
        overflow: hidden;
      }

      .hero-inner {
        position: relative;
        z-index: 2;
        display: grid;
        gap: 34px;
        text-align: center;
        justify-items: center;
      }

      .hero [data-hero] {
        opacity: 0;
        transform: translateY(18px);
        animation: heroIn 1.1s ease forwards;
        animation-delay: var(--delay, 0s);
      }

      .hero-kicker {
        font-family: "Oswald", "Arial Narrow", sans-serif;
        letter-spacing: 0.28em;
        text-transform: uppercase;
        font-size: 12px;
        color: rgba(242, 232, 212, 0.85);
        text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
      }

      .hero-stamp {
        position: absolute;
        top: 58px;
        right: 28px;
        z-index: 3;
        padding: 10px 14px;
        border: 2px solid rgba(195, 59, 43, 0.9);
        color: #f7efe1;
        font-family: "Oswald", "Arial Narrow", sans-serif;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        font-size: 10px;
        display: grid;
        gap: 6px;
        background: radial-gradient(circle at top left, rgba(195, 59, 43, 0.2), transparent 55%),
          rgba(18, 12, 9, 0.12);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(195, 59, 43, 0.55);
        transform: rotate(-30deg);
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
        opacity: 0.92;
        filter: saturate(115%) contrast(1.08);
      }

      .hero-stamp::before {
        content: "";
        position: absolute;
        inset: -4px;
        border: 2px solid rgba(195, 59, 43, 0.4);
        opacity: 0.55;
        filter: blur(0.6px);
        transform: rotate(0.5deg);
        pointer-events: none;
      }

      .hero-stamp::after {
        content: "";
        position: absolute;
        inset: 4px;
        border: 1px dashed rgba(195, 59, 43, 0.75);
        pointer-events: none;
      }

      .hero-stamp span {
        display: block;
        line-height: 1.4;
      }

      .hero-title {
        font-family: "Oswald", "Arial Narrow", sans-serif;
        font-size: clamp(40px, 7vw, 84px);
        line-height: 0.95;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        margin: 0 0 10px;
        text-shadow: 0 6px 12px rgba(0, 0, 0, 0.45), 0 18px 40px rgba(0, 0, 0, 0.6);
      }

      .hero-title span {
        display: block;
        color: var(--accent-bright);
      }

      .hero-lead {
        font-size: clamp(16px, 2vw, 20px);
        line-height: 1.5;
        color: var(--ink-muted);
        max-width: 560px;
        margin: 0 auto;
        text-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
      }

      .hero-glass {
        max-width: 720px;
        padding: 18px 22px;
        background: rgba(10, 12, 14, 0.62);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 16px;
        backdrop-filter: blur(18px) saturate(120%);
        box-shadow: 0 20px 44px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.12);
      }

      .hero-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 18px;
        margin-top: 24px;
      }

      .hero-card {
        padding: 18px 20px;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.28);
        box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45),
          inset 0 1px 0 rgba(255, 255, 255, 0.4),
          inset 0 -10px 22px rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(12px) saturate(140%);
        position: relative;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .hero-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
        opacity: 0.18;
        transition: opacity 0.3s ease;
      }

      .hero-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55),
          inset 0 0 0 1px rgba(255, 255, 255, 0.3),
          inset 0 0 26px rgba(255, 255, 255, 0.1);
      }

      .hero-card:hover::after {
        opacity: 0.35;
      }

      .hero-card h3 {
        margin: 0 0 12px;
        font-family: "Oswald", "Arial Narrow", sans-serif;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 0.12em;
      }

      .hero-card ul {
        margin: 0;
        padding-left: 18px;
        color: var(--ink-muted);
        line-height: 1.6;
      }

      .hero-card li::marker {
        color: rgba(255, 255, 255, 0.7);
      }

      .hero-actions {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-top: 16px;
        justify-content: center;
      }

      .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 26px;
        font-family: "Oswald", "Arial Narrow", sans-serif;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        font-size: 14px;
        background: var(--accent);
        color: #f7efe1;
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 12px 30px rgba(195, 59, 43, 0.35);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        position: relative;
        overflow: hidden;
      }

      .btn::after {
        content: "";
        position: absolute;
        inset: -120% -40%;
        background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
        transform: translateX(-60%);
        animation: shine 4.5s ease infinite;
        opacity: 0.35;
      }

      .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 40px rgba(195, 59, 43, 0.45);
      }

      .scroll-hint {
        font-size: 12px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: var(--ink-muted);
        animation: breathe 2.8s ease-in-out infinite;
      }

      section {
        position: relative;
        z-index: 2;
        padding: 80px 0;
        scroll-margin-top: 90px;
      }

      .section-title {
        font-family: "Oswald", "Arial Narrow", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        font-size: 26px;
        margin: 0 0 14px;
        position: relative;
        display: inline-block;
      }

      .section-title-row {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
        margin: 0 0 14px;
      }

      .section-title-row .section-title {
        margin: 0;
      }

      .source-link {
        font-family: "Oswald", "Arial Narrow", sans-serif;
        font-size: 11px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        padding: 4px 10px;
        border-radius: 999px;
        border: 1px solid rgba(242, 232, 212, 0.28);
        background: rgba(12, 9, 7, 0.45);
        color: var(--ink);
        transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
      }

      .source-link:hover {
        transform: translateY(-1px);
        border-color: rgba(226, 80, 63, 0.8);
        color: var(--accent-bright);
      }

      .section-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 70%;
        height: 2px;
        background: linear-gradient(90deg, var(--accent), transparent);
      }

      .section-subtitle {
        color: var(--ink-muted);
        max-width: 640px;
        line-height: 1.6;
        margin-bottom: 40px;
      }

      .context {
        background: linear-gradient(180deg, rgba(18, 13, 9, 0.98) 0%, rgba(22, 16, 12, 0.98) 100%);
        border-bottom: 1px solid var(--stroke);
      }

      .context-body {
        color: var(--ink-muted);
        line-height: 1.75;
        font-size: 16px;
        max-width: min(980px, 92vw);
        margin: 0 auto;
      }

      .context-body::after {
        content: "";
        display: block;
        clear: both;
      }

      .context-body p {
        margin: 0 0 16px;
      }

      .context-body h3 {
        margin: 24px 0 12px;
        font-family: "Oswald", "Arial Narrow", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        font-size: 16px;
        color: var(--ink);
      }

      .context-figure {
        width: min(360px, 48%);
        margin: 6px 0 16px;
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid rgba(242, 232, 212, 0.18);
        background: rgba(12, 9, 7, 0.6);
        box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
      }

      .context-figure.left {
        float: left;
        margin-right: 20px;
      }

      .context-figure.right {
        float: right;
        margin-left: 20px;
      }

      .context-figure img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
      }

      .context-figure figcaption {
        padding: 10px 14px 12px;
        font-size: 12px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: rgba(242, 232, 212, 0.7);
        background: rgba(15, 11, 8, 0.7);
      }

      .context-facts {
        list-style: none;
        padding: 0;
        margin: 20px 0 0;
        display: grid;
        gap: 10px;
      }

      .context-facts li {
        padding: 10px 12px;
        background: rgba(15, 11, 8, 0.6);
        border: 1px solid rgba(242, 232, 212, 0.16);
        border-radius: 12px;
        display: grid;
        gap: 4px;
      }

      .context-facts strong {
        font-family: "Oswald", "Arial Narrow", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: var(--ink);
        font-size: 13px;
      }

      @media (max-width: 900px) {
        .context-figure,
        .context-figure.left,
        .context-figure.right {
          float: none;
          width: 100%;
          margin: 0 0 16px;
        }
      }

      .chronology {
        background: linear-gradient(180deg, rgba(14, 11, 8, 0.96) 0%, rgba(18, 13, 9, 0.98) 100%);
        border-bottom: 1px solid var(--stroke);
      }

      .chronology-timeline {
        position: relative;
        display: flex;
        gap: 20px;
        overflow-x: auto;
        padding: 12px 6px 28px;
        scrollbar-width: thin;
        scrollbar-color: rgba(226, 80, 63, 0.9) rgba(15, 11, 8, 0.5);
      }

      .chronology-timeline::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 28px;
        height: 2px;
        background: rgba(195, 59, 43, 0.4);
        box-shadow: 0 0 10px rgba(195, 59, 43, 0.35);
      }

      .chronology-timeline::-webkit-scrollbar {
        height: 8px;
      }

      .chronology-timeline::-webkit-scrollbar-thumb {
        background: linear-gradient(90deg, rgba(195, 59, 43, 0.35), rgba(226, 80, 63, 0.9));
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.2);
      }

      .chronology-timeline::-webkit-scrollbar-track {
        background: rgba(15, 11, 8, 0.5);
        border-radius: 999px;
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
      }

      .chronology-item {
        min-width: 260px;
        display: grid;
        gap: 12px;
        position: relative;
        padding-top: 6px;
      }

      .chronology-card {
        background: rgba(16, 12, 9, 0.85);
        border: 1px solid rgba(242, 232, 212, 0.15);
        border-radius: 16px;
        padding: 16px 18px;
        box-shadow: 0 16px 32px var(--shadow);
        display: grid;
        gap: 10px;
      }

      .chronology-year {
        font-family: "Oswald", "Arial Narrow", sans-serif;
        font-size: 20px;
        letter-spacing: 0.08em;
        color: var(--accent-bright);
        position: relative;
        padding-left: 18px;
        margin-bottom: 6px;
      }

      .chronology-year::after {
        content: "";
        position: absolute;
        left: 0;
        top: 22px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: var(--accent);
        box-shadow: 0 0 12px rgba(195, 59, 43, 0.8);
      }

      .chronology-card ul {
        margin: 0;
        padding-left: 18px;
        color: var(--ink-muted);
        line-height: 1.6;
      }

      .chronology-card li::marker {
        color: var(--accent);
      }

      .chronology-note {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.14em;
        color: rgba(242, 232, 212, 0.75);
      }

      @media (max-width: 900px) {
        .chronology-item {
          min-width: 230px;
        }
      }

      .numbers {
        background: linear-gradient(180deg, rgba(18, 13, 9, 0.95) 0%, rgba(26, 20, 15, 0.98) 100%);
        border-bottom: 1px solid var(--stroke);
      }

      .numbers-film {
        position: relative;
        padding: 32px 22px 28px;
        background: linear-gradient(180deg, rgba(12, 9, 7, 0.95), rgba(18, 13, 9, 0.98));
        border: 1px solid rgba(242, 232, 212, 0.14);
        border-radius: 20px;
        box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5);
        overflow: hidden;
      }

      .numbers-film::before,
      .numbers-film::after {
        content: "";
        position: absolute;
        left: 24px;
        right: 24px;
        height: 10px;
        background: repeating-linear-gradient(
          90deg,
          rgba(242, 232, 212, 0.2) 0 12px,
          transparent 12px 24px
        );
        opacity: 0.6;
        pointer-events: none;
      }

      .numbers-film::before {
        top: 12px;
      }

      .numbers-film::after {
        bottom: 12px;
      }

      .numbers-strip {
        display: grid;
        gap: 18px;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        position: relative;
        z-index: 1;
      }

      @media (max-width: 700px) {
        .numbers-film {
          padding: 26px 16px 22px;
        }

        .numbers-film::before,
        .numbers-film::after {
          left: 16px;
          right: 16px;
        }
      }

      .stat-frame {
        padding: 18px 18px 20px;
        background: rgba(15, 11, 8, 0.75);
        border: 1px solid rgba(242, 232, 212, 0.14);
        border-radius: 14px;
        box-shadow: 0 16px 30px var(--shadow);
        position: relative;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .stat-frame::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(226, 80, 63, 0.18), transparent 55%);
        pointer-events: none;
      }

      .stat-frame::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, transparent, rgba(195, 59, 43, 0.12), transparent);
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .stat-frame:hover {
        transform: translateY(-6px);
        box-shadow: 0 24px 40px rgba(0, 0, 0, 0.5);
      }

      .stat-frame:hover::after {
        opacity: 1;
      }

      .stat-tag {
        font-size: 10px;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: rgba(242, 232, 212, 0.6);
        margin-bottom: 6px;
      }

      .stat-value {
        font-family: "Oswald", "Arial Narrow", sans-serif;
        font-size: 34px;
        letter-spacing: 0.1em;
        color: var(--accent-bright);
        text-transform: uppercase;
        text-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
      }

      .stat-label {
        margin-top: 6px;
        color: var(--ink-muted);
        line-height: 1.5;
      }

      .stat-note {
        margin-top: 8px;
        font-size: 12px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: rgba(242, 232, 212, 0.7);
      }

      .stat-frame.is-visible .stat-value {
        animation: statRise 0.8s ease both;
      }

      .honor {
        background: linear-gradient(180deg, rgba(18, 13, 9, 0.96) 0%, rgba(16, 12, 9, 0.98) 100%);
        border-bottom: 1px solid var(--stroke);
      }

      .honor-showcases {
        display: grid;
        gap: 34px;
        margin-top: 30px;
      }

      .honor-card {
        --honor-accent: 255, 255, 255;
        width: min(1100px, 94vw);
        margin: 0 auto;
        position: relative;
        padding: 28px 0;
        background: linear-gradient(
            120deg,
            rgba(13, 10, 7, 0.96),
            rgba(20, 15, 11, 0.98)
          ),
          radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.14), transparent 55%),
          radial-gradient(circle at 90% 80%, rgba(242, 232, 212, 0.12), transparent 60%);
        border: 1px solid rgba(242, 232, 212, 0.14);
        overflow: hidden;
        border-radius: 20px;
        box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
      }

      .honor-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 15% 30%, rgba(var(--honor-accent), 0.18), transparent 55%),
          radial-gradient(circle at 85% 10%, rgba(var(--honor-accent), 0.12), transparent 50%);
        opacity: 0.9;
        pointer-events: none;
      }

      .honor-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: repeating-linear-gradient(
          -10deg,
          rgba(242, 232, 212, 0.05) 0 1px,
          transparent 1px 9px
        );
        opacity: 0.35;
        pointer-events: none;
      }

      .honor-card-inner {
        width: min(980px, 92vw);
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
        gap: 26px;
        align-items: center;
        position: relative;
        z-index: 1;
      }

      .honor-content {
        display: grid;
        gap: 16px;
      }

      .honor-name {
        margin: 0;
        font-family: "Oswald", "Arial Narrow", sans-serif;
        font-size: 22px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }

      .honor-grid {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
      }

      .honor-row {
        padding: 10px 12px;
        background: rgba(12, 9, 7, 0.7);
        border: 1px solid rgba(242, 232, 212, 0.14);
        border-radius: 12px;
        display: grid;
        gap: 6px;
        box-shadow: inset 0 0 0 1px rgba(242, 232, 212, 0.04);
      }

      .honor-row span {
        font-size: 11px;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: rgba(242, 232, 212, 0.7);
      }

      .honor-row strong {
        font-weight: 600;
        color: var(--ink);
      }

      .honor-row--branch strong {
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .honor-row--full {
        grid-column: 1 / -1;
      }

      .honor-branch {
        width: 72px;
        height: 72px;
        border-radius: 16px;
        background: rgba(10, 7, 5, 0.75);
        border: 1px solid rgba(242, 232, 212, 0.22);
        display: grid;
        place-items: center;
        box-shadow: inset 0 0 0 1px rgba(242, 232, 212, 0.08);
      }

      .honor-branch img {
        width: 50px;
        height: 50px;
        object-fit: contain;
      }

      .honor-photo {
        aspect-ratio: 3 / 4;
        background: #14100d;
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid rgba(242, 232, 212, 0.22);
        box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5);
        position: relative;
      }

      .honor-photo::after {
        content: "";
        position: absolute;
        inset: 0;
        border: 1px solid rgba(242, 232, 212, 0.12);
        border-radius: 20px;
        pointer-events: none;
        box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.35);
      }

      .honor-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: saturate(1.08) contrast(1.05);
      }

      .hardware {
        background: linear-gradient(180deg, rgba(14, 10, 7, 0.98) 0%, rgba(12, 9, 7, 1) 100%);
        border-bottom: 1px solid var(--stroke);
      }

      .hardware-grid {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      }

      .hardware-card {
        background: rgba(14, 10, 8, 0.88);
        border: 1px solid rgba(242, 232, 212, 0.18);
        border-radius: 18px;
        box-shadow: 0 20px 40px var(--shadow);
        overflow: hidden;
        display: grid;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .hardware-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 28px 55px rgba(0, 0, 0, 0.5);
      }

      .hardware-media {
        position: relative;
        aspect-ratio: 4 / 3;
        overflow: hidden;
        background: #15110e;
      }

      .hardware-media-btn {
        border: none;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        cursor: pointer;
        position: relative;
        display: block;
      }

      .hardware-media-btn:focus-visible {
        outline: 2px solid rgba(226, 80, 63, 0.9);
        outline-offset: 2px;
      }

      .hardware-media-label {
        position: absolute;
        left: 12px;
        bottom: 12px;
        padding: 6px 10px;
        border-radius: 999px;
        background: rgba(195, 59, 43, 0.85);
        color: #fff4e6;
        font-family: "Oswald", "Arial Narrow", sans-serif;
        letter-spacing: 0.12em;
        font-size: 11px;
        text-transform: uppercase;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
      }

      .hardware-media-btn:hover .hardware-media-label {
        background: rgba(226, 80, 63, 0.95);
      }

      .hardware-media::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(10, 7, 5, 0.05), rgba(10, 7, 5, 0.5));
        pointer-events: none;
      }

      .hardware-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: saturate(110%) contrast(1.05);
      }

      .hardware-body {
        padding: 18px 20px 20px;
        display: grid;
        gap: 10px;
      }

      .hardware-title {
        font-family: "Oswald", "Arial Narrow", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 18px;
      }

      .hardware-role {
        color: var(--ink-muted);
        line-height: 1.5;
        font-size: 14px;
      }

      .hardware-specs {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 6px;
        color: var(--ink-muted);
        font-size: 13px;
      }

      .hardware-specs li {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding-bottom: 6px;
        border-bottom: 1px dashed rgba(242, 232, 212, 0.18);
      }

      .hardware-specs li:last-child {
        border-bottom: none;
        padding-bottom: 0;
      }

      .hardware-specs span {
        opacity: 0.8;
      }

      .hardware-specs strong {
        color: var(--ink);
        font-weight: 600;
        text-align: right;
      }

      .model-modal {
        position: fixed;
        inset: 0;
        z-index: 998;
        display: grid;
        place-items: center;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
      }

      .model-modal.is-open {
        opacity: 1;
        visibility: visible;
      }

      .model-backdrop {
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 20% 10%, rgba(226, 80, 63, 0.18), transparent 45%),
          radial-gradient(circle at 80% 0%, rgba(242, 232, 212, 0.12), transparent 50%),
          rgba(8, 6, 5, 0.82);
        backdrop-filter: blur(8px);
      }

      .model-card {
        position: relative;
        z-index: 1;
        width: min(920px, 92vw);
        background: linear-gradient(135deg, rgba(20, 14, 11, 0.96), rgba(12, 9, 7, 0.92));
        border: 1px solid rgba(242, 232, 212, 0.12);
        border-radius: 22px;
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.65), 0 0 40px rgba(226, 80, 63, 0.12);
        padding: 24px 24px 18px;
        display: grid;
        gap: 16px;
        transform: translateY(8px) scale(0.99);
        opacity: 0;
        transition: transform 0.35s ease, opacity 0.35s ease;
      }

      .model-modal.is-open .model-card {
        transform: translateY(0) scale(1);
        opacity: 1;
      }

      .model-card::before {
        content: "";
        position: absolute;
        inset: 6px;
        border-radius: 18px;
        border: 1px solid rgba(226, 80, 63, 0.18);
        pointer-events: none;
      }

      .model-card::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 22px;
        background: radial-gradient(circle at 15% 20%, rgba(226, 80, 63, 0.12), transparent 45%),
          radial-gradient(circle at 85% 10%, rgba(242, 232, 212, 0.08), transparent 40%);
        pointer-events: none;
      }

      .model-head {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        align-items: flex-start;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(242, 232, 212, 0.08);
      }

      .model-kicker {
        font-family: "Oswald", "Arial Narrow", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.22em;
        font-size: 11px;
        color: rgba(226, 80, 63, 0.9);
      }

      .model-title {
        margin: 6px 0 6px;
        font-size: clamp(22px, 3vw, 32px);
        font-family: "Oswald", "Arial Narrow", sans-serif;
        letter-spacing: 0.06em;
        text-transform: uppercase;
      }

      .model-subtitle {
        margin: 0;
        color: var(--ink-muted);
        font-size: 14px;
        max-width: 420px;
      }

      .model-close {
        border: none;
        background: linear-gradient(135deg, rgba(226, 80, 63, 0.25), rgba(242, 232, 212, 0.08));
        color: #f7efe1;
        font-size: 26px;
        line-height: 1;
        border-radius: 999px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        display: grid;
        place-items: center;
        box-shadow: inset 0 0 0 1px rgba(226, 80, 63, 0.25), 0 10px 20px rgba(0, 0, 0, 0.35);
        transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
      }

      .model-close:hover {
        background: linear-gradient(135deg, rgba(226, 80, 63, 0.45), rgba(242, 232, 212, 0.12));
        transform: rotate(6deg) scale(1.04);
        box-shadow: inset 0 0 0 1px rgba(226, 80, 63, 0.4), 0 12px 26px rgba(0, 0, 0, 0.45);
      }

      .model-stage {
        position: relative;
        background: radial-gradient(circle at 20% 20%, rgba(226, 80, 63, 0.16), transparent 55%),
          radial-gradient(circle at 80% 0%, rgba(242, 232, 212, 0.12), transparent 60%),
          linear-gradient(180deg, rgba(15, 11, 8, 0.85), rgba(10, 8, 6, 0.95));
        border-radius: 18px;
        border: 1px solid rgba(242, 232, 212, 0.12);
        overflow: hidden;
        min-height: 320px;
      }

      .model-stage::before {
        content: "";
        position: absolute;
        inset: 10px;
        border-radius: 14px;
        border: 1px dashed rgba(242, 232, 212, 0.12);
        pointer-events: none;
      }

      .model-stage::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(242, 232, 212, 0.05), transparent 40%);
        pointer-events: none;
      }

      model-viewer {
        width: 100%;
        height: min(68vh, 520px);
        display: block;
        background: transparent;
      }

      .model-hint {
        font-size: 12px;
        color: rgba(201, 191, 169, 0.95);
        text-align: center;
        background: rgba(10, 8, 6, 0.55);
        border: 1px solid rgba(242, 232, 212, 0.08);
        padding: 8px 12px;
        border-radius: 999px;
        justify-self: center;
      }

      .service {
        background: linear-gradient(180deg, rgba(14, 10, 8, 0.98) 0%, rgba(12, 9, 7, 1) 100%);
        border-bottom: 1px solid var(--stroke);
      }

      .service-grid {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      }

      .service-panel {
        background: rgba(16, 12, 9, 0.9);
        border: 1px solid var(--stroke);
        box-shadow: 0 18px 34px var(--shadow);
        padding: 22px;
      }

      .service-panel h3 {
        margin: 0 0 12px;
        font-family: "Oswald", "Arial Narrow", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 16px;
      }

      .service-panel ul {
        margin: 0;
        padding-left: 18px;
        color: var(--ink-muted);
        line-height: 1.6;
      }

      .video-gallery {
        background: linear-gradient(180deg, rgba(44, 36, 28, 0.7) 0%, rgba(56, 46, 36, 0.72) 100%);
        border-top: 1px solid var(--stroke);
        border-bottom: 1px solid var(--stroke);
      }

      .video-grid {
        display: grid;
        gap: 22px;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        margin-top: 20px;
      }

      .video-card {
        background: transparent;
        border: none;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: none;
        display: grid;
        gap: 0;
        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
      }

      .video-card:hover {
        transform: translateY(-6px);
        box-shadow: none;
      }

      .video-thumb {
        position: relative;
        display: block;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        background: transparent;
        border-radius: 16px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
      }

      .video-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: saturate(1.05) contrast(1.05);
        transition: transform 0.4s ease;
        border-radius: 16px;
      }

      .video-card:hover .video-thumb img {
        transform: scale(1.04);
      }

      .video-play {
        position: absolute;
        inset: auto auto 14px 14px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(226, 80, 63, 0.9);
        display: grid;
        place-items: center;
        color: #fff4e6;
        font-size: 18px;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
        z-index: 1;
      }

      .video-meta {
        padding: 14px 4px 0;
        display: grid;
        gap: 6px;
      }

      .video-title {
        font-family: "Oswald", "Arial Narrow", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 15px;
        line-height: 1.3;
      }

      .video-author {
        color: var(--ink-muted);
        font-size: 13px;
        letter-spacing: 0.04em;
      }

      .other-projects {
        background: rgba(12, 9, 7, 0.55);
        border-top: 1px solid var(--stroke);
        border-bottom: 1px solid var(--stroke);
      }

      .projects-grid {
        display: grid;
        gap: 22px;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      }

      .project-card {
        background: rgba(16, 12, 9, 0.85);
        border: 1px solid rgba(242, 232, 212, 0.15);
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
        display: grid;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .project-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 26px 55px rgba(0, 0, 0, 0.5);
      }

      .project-thumb {
        position: relative;
        display: block;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        background: #15110e;
      }

      .project-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: saturate(1.05) contrast(1.05);
        transition: transform 0.4s ease;
      }

      .project-card:hover .project-thumb img {
        transform: scale(1.04);
      }

      .project-thumb:focus-visible {
        outline: 2px solid rgba(226, 80, 63, 0.9);
        outline-offset: 2px;
      }

      .project-tag {
        position: absolute;
        left: 12px;
        bottom: 12px;
        padding: 6px 12px;
        border-radius: 999px;
        background: rgba(195, 59, 43, 0.9);
        color: #fff4e6;
        font-family: "Oswald", "Arial Narrow", sans-serif;
        letter-spacing: 0.12em;
        font-size: 11px;
        text-transform: uppercase;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
      }

      .project-meta {
        padding: 16px 18px 20px;
        display: grid;
        gap: 8px;
      }

      .project-title {
        font-family: "Oswald", "Arial Narrow", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 16px;
        line-height: 1.4;
      }

      .project-link {
        color: var(--ink-muted);
        font-size: 12px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
      }

      .memorial {
        --mem-ink: #f2e8d4;
        --mem-muted: #c9bfa9;
        --mem-paper: #1a140f;
        --mem-paper-soft: #19130f;
        --mem-border: rgba(242, 232, 212, 0.18);
        --mem-accent: #c33b2b;
        background: radial-gradient(circle at 18% 0%, rgba(195, 59, 43, 0.18), transparent 55%),
          radial-gradient(circle at 85% 30%, rgba(242, 232, 212, 0.08), transparent 55%),
          linear-gradient(180deg, rgba(16, 12, 9, 0.98) 0%, rgba(12, 9, 7, 1) 100%);
        border-top: 1px solid var(--mem-border);
        color: var(--mem-ink);
      }

      .memorial-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 14px;
      }

      .memorial-head .section-title-row {
        margin: 0;
      }

      .memorial-search input {
        width: min(240px, 70vw);
        padding: 8px 12px;
        border-radius: 999px;
        border: 1px solid rgba(242, 232, 212, 0.2);
        background: rgba(12, 9, 7, 0.6);
        color: var(--mem-ink);
        font-family: "Oswald", "Arial Narrow", sans-serif;
        font-size: 12px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        outline: none;
      }

      .memorial-search input::placeholder {
        color: rgba(201, 191, 169, 0.7);
      }

      .memorial-search input:focus {
        border-color: rgba(226, 80, 63, 0.8);
        box-shadow: 0 0 0 2px rgba(226, 80, 63, 0.2);
      }

      .memorial .section-title,
      .memorial .section-subtitle,
      .memorial .footnote {
        color: var(--mem-ink);
      }

      .memorial .source-link {
        border-color: rgba(242, 232, 212, 0.35);
        background: rgba(12, 9, 7, 0.6);
        color: var(--mem-ink);
      }

      .memorial .source-link:hover {
        color: #f8ddd6;
        border-color: rgba(226, 80, 63, 0.8);
      }

      .memorial .section-title::after {
        background: linear-gradient(90deg, var(--mem-accent), transparent);
      }

      .memorial .section-subtitle {
        color: var(--mem-muted);
      }

      .slider {
        position: relative;
        overflow: hidden;
        padding-bottom: 10px;
      }

      .slider::before,
      .slider::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 80px;
        z-index: 2;
        pointer-events: none;
      }

      .slider::before {
        left: 0;
        background: linear-gradient(90deg, rgba(12, 9, 7, 0.95), transparent);
      }

      .slider::after {
        right: 0;
        background: linear-gradient(270deg, rgba(12, 9, 7, 0.95), transparent);
      }

      .slider-track {
        display: flex;
        gap: 20px;
        transition: transform 0.7s ease;
        will-change: transform;
      }

      .memorial-card {
        min-width: min(340px, 86vw);
        background: rgba(18, 13, 9, 0.9);
        border: 1px solid var(--mem-border);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
        display: grid;
        gap: 10px;
        padding: 18px;
        position: relative;
        overflow: hidden;
        transition: transform 0.35s ease, box-shadow 0.35s ease;
      }

      .memorial-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.08), transparent);
        opacity: 0;
        transition: opacity 0.35s ease;
      }

      .memorial-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55);
      }

      .memorial-card:hover::after {
        opacity: 1;
      }

      .memorial-photo {
        min-height: 160px;
        background: #15110e;
        border: 1px solid rgba(255, 255, 255, 0.08);
        display: grid;
        place-items: center;
        font-family: "Oswald", "Arial Narrow", sans-serif;
        font-size: 24px;
        letter-spacing: 0.2em;
        color: rgba(242, 232, 212, 0.4);
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.08);
        border-radius: 16px;
        overflow: hidden;
        padding: 6px;
      }

      .memorial-photo img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
        border-radius: 12px;
      }

      .memorial-info {
        display: grid;
        gap: 4px;
      }

      .memorial-name {
        font-family: "Oswald", "Arial Narrow", sans-serif;
        font-size: 18px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--mem-ink);
      }

      .memorial-meta {
        color: var(--mem-muted);
        font-size: 11px;
        line-height: 1.5;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        display: inline-block;
        padding: 3px 8px;
        border-radius: 999px;
        background: rgba(195, 59, 43, 0.12);
      }

      .memorial-bio {
        color: var(--mem-ink);
        line-height: 1.45;
        margin: 0;
        font-size: 13px;
        padding-left: 10px;
        border-left: 2px solid rgba(242, 232, 212, 0.18);
      }

      .footnote {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.18em;
        color: var(--mem-muted);
      }

      footer {
        padding: 40px 0 60px;
        text-align: center;
        color: var(--ink-muted);
        border-top: 1px solid var(--stroke);
        background: var(--paper-dark);
      }

      [data-reveal] {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.9s ease, transform 0.9s ease;
        transition-delay: var(--delay, 0s);
      }

      [data-reveal].is-visible {
        opacity: 1;
        transform: translateY(0);
      }

      @media (max-width: 900px) {
        .hero {
          background-attachment: scroll;
        }

        .hero-actions {
          flex-direction: column;
          align-items: center;
        }

        .hero-stamp {
          top: 42px;
          right: 18px;
          transform: rotate(-30deg);
          max-width: 80vw;
        }

        .nav-inner {
          flex-direction: column;
          align-items: flex-start;
          gap: 8px;
        }

        .nav-links {
          row-gap: 6px;
        }

        .honor-card-inner {
          grid-template-columns: 1fr;
        }

        .honor-photo {
          max-width: 320px;
          margin: 0 auto;
        }

        .honor-name {
          text-align: center;
        }

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

      @media (max-width: 820px) {
        :root {
          --ink: #f7f0e2;
          --ink-muted: rgba(247, 240, 226, 0.72);
          --paper: #141a1c;
          --paper-dark: #0b0f11;
          --accent: #d1863b;
          --accent-bright: #f2b870;
          --sand: #8a6a4c;
          --stroke: rgba(242, 184, 112, 0.18);
          --card: rgba(14, 18, 20, 0.85);
          --shadow: rgba(0, 0, 0, 0.5);
        }

        body {
          background-image: radial-gradient(circle at 20% 0%, rgba(209, 134, 59, 0.18), transparent 45%),
            radial-gradient(circle at 80% 20%, rgba(242, 184, 112, 0.12), transparent 50%),
            linear-gradient(180deg, rgba(11, 15, 17, 0.98), rgba(20, 26, 28, 0.92));
          background-attachment: scroll;
        }

        body::before {
          opacity: 0.35;
          mix-blend-mode: soft-light;
        }

        .ash-layer {
          opacity: 0.35;
        }

        .container {
          width: min(720px, 90vw);
        }

        .site-nav {
          position: sticky;
          top: 0;
          background: rgba(9, 12, 13, 0.82);
          border-bottom: 1px solid rgba(242, 184, 112, 0.35);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
        }

        .nav-inner {
          padding: 10px 0 8px;
        }

        .nav-logo {
          font-size: 11px;
          letter-spacing: 0.24em;
        }

        .nav-links {
          width: 100%;
          flex-wrap: nowrap;
          overflow-x: auto;
          gap: 8px;
          padding-bottom: 6px;
          scrollbar-width: none;
          -webkit-overflow-scrolling: touch;
        }

        .nav-links::-webkit-scrollbar {
          display: none;
        }

        .nav-links a {
          white-space: nowrap;
          border: 1px solid rgba(242, 184, 112, 0.2);
          background: rgba(242, 184, 112, 0.08);
          padding: 6px 12px;
        }

        .hero {
          min-height: 92vh;
          padding: 110px 0 60px;
          background-position: 55% 50%;
          flex-direction: column;
          align-items: stretch;
          justify-content: flex-start;
        }

        .hero-inner {
          text-align: left;
          justify-items: start;
          gap: 22px;
        }

        .hero-stamp {
          position: static;
          transform: none;
          order: -1;
          align-self: stretch;
          border-radius: 14px;
          font-size: 9px;
          letter-spacing: 0.12em;
          max-width: none;
          margin-bottom: 12px;
        }

        .hero-kicker {
          font-size: 11px;
          letter-spacing: 0.24em;
        }

        .hero-title {
          font-size: clamp(34px, 10vw, 56px);
          line-height: 0.98;
          margin-bottom: 6px;
        }

        .hero-glass {
          padding: 16px 18px;
          border-radius: 18px;
          background: rgba(9, 12, 13, 0.72);
          border: 1px solid rgba(242, 184, 112, 0.18);
        }

        .hero-lead {
          font-size: 15px;
          line-height: 1.6;
          text-align: left;
        }

        .hero-actions {
          align-items: flex-start;
        }

        .scroll-hint {
          font-size: 11px;
          letter-spacing: 0.18em;
        }

        section {
          padding: 60px 0;
        }

        .section-title {
          font-size: 22px;
        }

        .section-subtitle {
          font-size: 15px;
          margin-bottom: 28px;
        }

        .context-body {
          font-size: 15px;
          line-height: 1.7;
        }

        .context-figure {
          border-radius: 20px;
        }

        .chronology-timeline {
          flex-direction: column;
          overflow: visible;
          padding: 0 0 0 16px;
          gap: 18px;
        }

        .chronology-timeline::before {
          left: 6px;
          right: auto;
          top: 0;
          bottom: 0;
          width: 2px;
          height: auto;
        }

        .chronology-item {
          min-width: 0;
          padding-left: 18px;
        }

        .chronology-year {
          padding-left: 0;
        }

        .chronology-year::after {
          left: -20px;
          top: 4px;
        }

        .chronology-card {
          border-radius: 18px;
        }

        .numbers-film {
          padding: 24px 16px 20px;
          border-radius: 18px;
        }

        .numbers-strip {
          grid-template-columns: 1fr;
        }

        .stat-frame {
          padding: 16px 16px 18px;
          border-radius: 16px;
        }

        .stat-value {
          font-size: 30px;
        }

        .honor-card {
          padding: 18px 0 22px;
          border-radius: 18px;
        }

        .honor-card-inner {
          gap: 18px;
        }

        .honor-name {
          font-size: 20px;
        }

        .honor-photo {
          max-width: none;
          aspect-ratio: 4 / 5;
        }

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

        .hardware-grid {
          display: flex;
          gap: 16px;
          overflow-x: auto;
          padding-bottom: 10px;
          scroll-snap-type: x mandatory;
          -webkit-overflow-scrolling: touch;
        }

        .hardware-grid::-webkit-scrollbar {
          height: 6px;
        }

        .hardware-grid::-webkit-scrollbar-thumb {
          background: rgba(242, 184, 112, 0.6);
          border-radius: 999px;
        }

        .hardware-grid::-webkit-scrollbar-track {
          background: rgba(8, 10, 12, 0.6);
          border-radius: 999px;
        }

        .hardware-card {
          min-width: 78vw;
          scroll-snap-align: start;
        }

        .hardware-media {
          aspect-ratio: 16 / 10;
        }

        .video-grid,
        .projects-grid {
          grid-template-columns: 1fr;
        }

        .video-card,
        .project-card {
          border-radius: 18px;
        }

        .slider {
          padding-bottom: 6px;
        }

        .slider::before,
        .slider::after {
          width: 40px;
        }

        .slider-track {
          gap: 14px;
        }

        .memorial-card {
          min-width: 86vw;
          border-radius: 18px;
        }

        .model-card {
          width: min(92vw, 520px);
          padding: 18px 16px 16px;
          border-radius: 18px;
        }

        .model-stage {
          min-height: 260px;
        }

        model-viewer {
          height: min(52vh, 380px);
        }
      }

      @media (max-width: 560px) {
        .nav-links a {
          font-size: 10px;
          letter-spacing: 0.1em;
        }

        .hero {
          padding: 96px 0 52px;
        }

        .hero-title {
          font-size: clamp(32px, 12vw, 48px);
        }

        .hero-glass {
          padding: 14px 14px;
        }

        .hero-lead {
          font-size: 14px;
        }

        .section-title {
          font-size: 20px;
        }

        .section-subtitle,
        .context-body {
          font-size: 14px;
        }

        .stat-value {
          font-size: 26px;
        }

        .honor-row span {
          font-size: 10px;
        }

        .hardware-card {
          min-width: 84vw;
        }

        .memorial-photo {
          min-height: 140px;
        }

        .memorial-name {
          font-size: 16px;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .btn,
        .slider-track,
        [data-reveal],
        .hero [data-hero],
        .scroll-hint {
          transition: none;
          animation: none;
        }

        .btn::after {
          animation: none;
        }
        .ash-layer {
          animation: none;
        }
      }

      @keyframes heroIn {
        from {
          opacity: 0;
          transform: translateY(24px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      @keyframes breathe {
        0%,
        100% {
          opacity: 0.7;
          transform: translateY(0);
        }
        50% {
          opacity: 1;
          transform: translateY(-4px);
        }
      }

      @keyframes shine {
        0% {
          transform: translateX(-60%);
        }
        55% {
          transform: translateX(100%);
        }
        100% {
          transform: translateX(100%);
        }
      }

      @keyframes ashFall {
        0% {
          background-position: 0 0, 80px -120px, -40px -200px;
        }
        100% {
          background-position: 0 1100px, 80px 900px, -40px 800px;
        }
      }

      @keyframes ashDrift {
        0%,
        100% {
          transform: translateX(0);
        }
        50% {
          transform: translateX(30px);
        }
      }

      .context,
      .chronology,
      .numbers,
      .honor,
      .hardware,
      .memorial,
      footer {
        background: rgba(12, 9, 7, 0.55);
      }

      @keyframes statRise {
        from {
          opacity: 0;
          transform: translateY(10px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
