    @import url('https://fonts.googleapis.com/css2?family=Bellefair&family=Manrope:wght@400;500;600;700&display=swap');

    :root {
      --bg: #0d0c0a;
      --bg-deep: #11100d;
      --panel: rgba(43, 52, 54, 0.82);
      --line: rgba(98, 89, 76, 0.34);
      --line-strong: rgba(98, 89, 76, 0.58);
      --text: #d4d1c7;
      --muted: rgba(212, 209, 199, 0.74);
      --soft: rgba(212, 209, 199, 0.52);
      --metal: #62594c;
      --headline-brass: #c1ab7a;
      --headline-ink: #171413;
      --ember: #2b3436;
      --glow: rgba(98, 89, 76, 0.22);
      --spot-x: 82%;
      --spot-y: 18%;
      --hero-image: url("./Images/map creation web app online hero image.jpg");
      --gutter: clamp(1.25rem, 2vw, 2rem);
      --section-pad: clamp(4rem, 9vw, 8rem);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      background: var(--bg);
    }

    body {
      margin: 0;
      min-width: 320px;
      font-family: "Manrope", "Segoe UI", sans-serif;
      color: var(--text);
      background: linear-gradient(180deg, #1c324a 0%, #132538 34%, #0b1522 62%, #050607 100%);
      overflow-x: hidden;
    }

    body.lightbox-open {
      overflow: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: 0.15;
      background:
        linear-gradient(transparent 0%, rgba(255, 255, 255, 0.03) 50%, transparent 100%),
        repeating-linear-gradient(
          90deg,
          rgba(255, 255, 255, 0.02) 0,
          rgba(255, 255, 255, 0.02) 1px,
          transparent 1px,
          transparent 130px
        );
      mix-blend-mode: soft-light;
      z-index: 0;
    }

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

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

    .site-shell {
      position: relative;
      z-index: 1;
    }

    .topbar {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 20;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: 0.7rem clamp(1.25rem, 3vw, 2.4rem) 0.75rem;
      background:
        linear-gradient(180deg, rgba(13, 12, 10, 0.82), rgba(13, 12, 10, 0.18));
      backdrop-filter: blur(12px);
    }

    .brand-lockup {
      display: flex;
      flex-direction: column;
      gap: 0.15rem;
    }

    .brand-mark {
      font-family: "Bellefair", "Times New Roman", serif;
      font-size: clamp(1.3rem, 2vw, 1.75rem);
      letter-spacing: 0.28em;
      text-transform: uppercase;
    }

    .brand-sub {
      font-size: 0.72rem;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: var(--soft);
    }

    .top-links {
      display: flex;
      align-items: center;
      gap: 1.2rem;
      color: var(--muted);
      font-size: 0.85rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .top-links a {
      position: relative;
      padding-bottom: 0.2rem;
    }

    .top-links .top-link-button {
      padding: 0.72rem 1.1rem;
      border: 1px solid var(--headline-ink);
      background: var(--headline-brass);
      color: var(--headline-ink);
      opacity: 0.96;
      transition:
        transform 220ms ease,
        background-color 220ms ease,
        border-color 220ms ease,
        opacity 220ms ease;
    }

    .top-links .top-link-button::after {
      display: none;
    }

    .top-links .top-link-button:hover,
    .top-links .top-link-button:focus-visible {
      transform: translateY(-2px) scale(1.02);
      border-color: var(--headline-ink);
      background: #cfba89;
      opacity: 1;
    }

    .top-links a::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 1px;
      background: var(--metal);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 260ms ease;
    }

    .top-links a:hover::after,
    .top-links a:focus-visible::after {
      transform: scaleX(1);
    }

    .hero {
      position: relative;
      padding: 0;
      overflow: clip;
    }

    .hero::before,
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
    }

    .hero::before {
      background:
        linear-gradient(180deg, rgba(17, 16, 13, 0.18), rgba(17, 16, 13, 0));
      z-index: -2;
    }

    .hero::after {
      background:
        repeating-linear-gradient(
          90deg,
          rgba(255, 255, 255, 0.016) 0,
          rgba(255, 255, 255, 0.016) 1px,
          transparent 1px,
          transparent 160px
        );
      opacity: 0.45;
      mix-blend-mode: soft-light;
      z-index: -1;
    }

    .hero-shell {
      max-width: none;
      margin: 0;
    }

    .hero-kicker {
      margin: 0 0 1.05rem;
      color: var(--headline-ink);
      font-family: "Bellefair", "Times New Roman", serif;
      font-size: clamp(0.88rem, 1.15vw, 1.02rem);
      letter-spacing: 0.42em;
      text-transform: uppercase;
      opacity: 0.84;
    }

    .eyebrow {
      margin: 0 0 1rem;
      color: var(--metal);
      font-size: 0.82rem;
      letter-spacing: 0.36em;
      text-transform: uppercase;
    }

    .hero-title {
      margin: 0 auto;
      max-width: none;
      font-family: "Bellefair", "Times New Roman", serif;
      font-size: clamp(1.65rem, 3.3vw, 3.05rem);
      font-weight: 500;
      line-height: 1.05;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      text-wrap: balance;
    }

    .hero-title-ink {
      color: var(--headline-ink);
    }

    .hero-subtitle {
      margin: 1.55rem auto 0;
      max-width: 52rem;
      color: var(--metal);
      font-size: clamp(0.75rem, 0.96vw, 0.9rem);
      letter-spacing: 0.04em;
      line-height: 1.8;
      text-transform: none;
    }

    .hero-title-line,
    .hero-subtitle-line {
      display: block;
    }

    .hero-band {
      position: relative;
      min-height: clamp(27rem, 58vw, 40rem);
      width: 100vw;
      margin-left: calc(50% - 50vw);
      overflow: clip;
      border: none;
      background: #11100d;
      box-shadow: none;
    }

    .hero-band-art {
      position: absolute;
      inset: -6% 0 0;
      background:
        linear-gradient(180deg, rgba(13, 12, 10, 0.06), rgba(13, 12, 10, 0.18)),
        var(--hero-image) center 30% / cover no-repeat;
      transform: translate3d(0, var(--band-shift, 0px), 0) scale(1.03);
      filter: saturate(0.78) brightness(0.96) contrast(1.06) sepia(0.18);
      will-change: transform;
    }

    .hero-band::before,
    .hero-band::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
    }

    .hero-band::before {
      background:
        linear-gradient(180deg, rgba(13, 12, 10, 0.04) 0%, rgba(13, 12, 10, 0.02) 42%, rgba(13, 12, 10, 0.14) 100%);
    }

    .hero-band::after {
      background:
        linear-gradient(90deg, rgba(13, 12, 10, 0.06), rgba(13, 12, 10, 0.12));
      mix-blend-mode: multiply;
    }

    .hero-summary {
      position: relative;
      margin: 0 auto;
      padding: clamp(3.8rem, 6vw, 5.4rem) clamp(1.25rem, 6vw, 5rem) clamp(4rem, 6vw, 5.2rem);
      text-align: center;
      background: #d4d1c7;
      color: #0d0c0a;
      border: none;
      box-shadow: none;
    }

    .hero-summary .hero-main {
      max-width: 74rem;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1rem;
      margin-top: 2.85rem;
    }

    .map-gallery {
      padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(2.5rem, 6vw, 4.5rem);
      overflow: hidden;
    }

    .map-gallery-slider {
      position: relative;
      width: 100vw;
      margin-left: calc(50% - 50vw);
    }

    .map-gallery-viewport {
      overflow: hidden;
      width: 100%;
    }

    .map-gallery-track {
      display: flex;
      align-items: flex-start;
      gap: clamp(0.9rem, 1.8vw, 1.5rem);
      transition: transform 520ms cubic-bezier(.22, .61, .36, 1);
      will-change: transform;
    }

    .map-gallery-item {
      flex: 0 0 clamp(14rem, 30vw, 27rem);
      width: clamp(14rem, 30vw, 27rem);
      display: block;
      margin: 0;
      padding: 0;
      border: none;
      background: transparent;
      cursor: zoom-in;
    }

    .map-gallery-item:focus-visible {
      outline: 2px solid rgba(193, 171, 122, 0.72);
      outline-offset: 0.35rem;
    }

    .map-gallery-item img {
      width: 100%;
      height: auto;
      filter: saturate(0.96) contrast(1.02);
    }

    .map-gallery-controls {
      display: flex;
      justify-content: center;
      gap: 1rem;
      padding-top: 1.1rem;
    }

    .map-gallery-arrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 3.25rem;
      height: 2.2rem;
      padding: 0 0.9rem;
      border: 1px solid var(--headline-ink);
      background: var(--headline-brass);
      color: var(--headline-ink);
      font-family: "Bellefair", "Times New Roman", serif;
      font-size: 1.3rem;
      line-height: 1;
      cursor: pointer;
      transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease;
    }

    .map-gallery-arrow:hover,
    .map-gallery-arrow:focus-visible {
      transform: scale(1.06);
      border-color: var(--headline-ink);
      background: #cfba89;
      color: var(--headline-ink);
    }

    .cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.75rem;
      min-height: 3.2rem;
      padding: 0.9rem 1.4rem;
      border: 1px solid var(--headline-ink);
      color: var(--headline-ink);
      font-size: 0.82rem;
      font-weight: 600;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      background: var(--headline-brass);
      opacity: 0.92;
      transform: translateY(0) scale(1);
      transition:
        background-color 220ms ease,
        border-color 220ms ease,
        transform 220ms ease,
        color 220ms ease,
        opacity 220ms ease,
        box-shadow 220ms ease;
    }

    .cta:hover,
    .cta:focus-visible {
      transform: translateY(-3px) scale(1.025);
      border-color: var(--headline-ink);
      background: #cfba89;
      opacity: 1;
      box-shadow: 0 16px 34px rgba(13, 12, 10, 0.12);
    }

    .cta-primary {
      background: var(--headline-brass);
      border-color: var(--headline-ink);
      color: var(--headline-ink);
      box-shadow: none;
    }

    .story-section {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
      gap: clamp(1.25rem, 4vw, 4rem);
      align-items: start;
      min-height: 115svh;
      padding: var(--section-pad) clamp(1.25rem, 4vw, 3rem);
      border-top: 1px solid rgba(98, 89, 76, 0.22);
    }

    .story-content,
    .story-media {
      position: relative;
    }

    .story-media {
      grid-column: 1;
      grid-row: 1;
    }

    .story-content {
      grid-column: 2;
      grid-row: 1;
    }

    .story-media {
      min-height: calc(100svh - 9rem);
    }

    .media-sticky {
      position: sticky;
      top: 6.3rem;
      height: calc(100svh - 8rem);
      display: flex;
      align-items: flex-start;
      justify-content: center;
      overflow: clip;
      border-left: none;
      background: transparent;
    }

    .media-slideshow {
      position: relative;
      z-index: 1;
      width: min(100%, 47rem);
      margin: 0 auto;
    }

    .slideshow-frame {
      position: relative;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      background: transparent;
      border: none;
      box-shadow: none;
      cursor: zoom-in;
    }

    .slideshow-frame:focus-visible {
      outline: 2px solid rgba(193, 171, 122, 0.72);
      outline-offset: 0.35rem;
    }

    .media-slide {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      margin: 0;
      opacity: 0;
      transition: opacity 700ms ease;
    }

    .media-slide.is-active {
      opacity: 1;
    }

    .media-slide img {
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      object-fit: cover;
      object-position: top center;
      filter: saturate(0.92) contrast(1.02);
      display: block;
    }

    .slideshow-shade {
      display: none;
    }

    .slideshow-footer {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      column-gap: 1.5rem;
      row-gap: 1rem;
      align-items: start;
      padding-top: 1rem;
    }

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

    .slideshow-title {
      color: var(--headline-brass);
      font-family: "Bellefair", "Times New Roman", serif;
      font-size: clamp(1.15rem, 1.9vw, 1.65rem);
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .slideshow-text {
      margin: 1rem 0 0;
      max-width: 32rem;
      color: var(--muted);
      font-size: 0.94rem;
      line-height: 1.7;
    }

    .slideshow-count {
      margin-top: 1rem;
      color: rgba(212, 209, 199, 0.82);
      font-size: 0.78rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .slideshow-nav {
      display: flex;
      justify-content: center;
      justify-self: end;
      align-self: start;
      gap: 2rem;
      padding-top: 1rem;
    }

    .slideshow-arrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 3rem;
      height: 3rem;
      padding: 0;
      border: 1px solid var(--headline-ink);
      background: var(--headline-brass);
      color: var(--headline-ink);
      font-family: "Bellefair", "Times New Roman", serif;
      font-size: 1.5rem;
      line-height: 1;
      cursor: pointer;
      transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease;
    }

    .slideshow-arrow:hover,
    .slideshow-arrow:focus-visible {
      transform: scale(1.08);
      border-color: var(--headline-ink);
      background: #cfba89;
      color: var(--headline-ink);
    }

    .slideshow-actions {
      grid-column: 1 / -1;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.85rem 1rem;
      padding-top: 1rem;
      border-top: 1px solid rgba(98, 89, 76, 0.22);
    }

    .cta-inline {
      min-height: 2.85rem;
      padding: 0.78rem 1.1rem;
      font-size: 0.74rem;
      letter-spacing: 0.18em;
    }

    .cta-quiet {
      border-color: rgba(193, 171, 122, 0.46);
      background: rgba(13, 12, 10, 0.14);
      color: var(--headline-brass);
      opacity: 1;
    }

    .cta-quiet::after {
      content: "\2193";
      font-size: 0.92em;
      line-height: 1;
    }

    .cta-quiet:hover,
    .cta-quiet:focus-visible {
      border-color: rgba(193, 171, 122, 0.72);
      background: rgba(193, 171, 122, 0.12);
      color: #d6c18f;
      box-shadow: 0 16px 34px rgba(13, 12, 10, 0.12);
    }

    .lightbox {
      position: fixed;
      inset: 0;
      z-index: 45;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: clamp(1rem, 3vw, 2rem);
      background: rgba(7, 10, 16, 0.58);
      backdrop-filter: blur(20px) saturate(0.82);
      opacity: 0;
      pointer-events: none;
      transition: opacity 220ms ease;
    }

    .lightbox.is-open {
      opacity: 1;
      pointer-events: auto;
    }

    .lightbox-panel {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      width: min(88vw, 76rem);
      max-height: calc(100vh - 2.5rem);
      overflow: hidden;
      padding: clamp(0.9rem, 1.8vw, 1.2rem);
      border: 1px solid rgba(193, 171, 122, 0.22);
      background:
        linear-gradient(180deg, rgba(12, 19, 30, 0.96), rgba(9, 15, 24, 0.98));
      box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
    }

    .lightbox-figure {
      margin: 0;
      display: grid;
      gap: 1rem;
      width: fit-content;
      max-width: 100%;
      justify-items: start;
    }

    .lightbox-media {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      overflow: visible;
      border: none;
      background: transparent;
    }

    .lightbox-image {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: min(68vh, calc(100vh - 14rem));
      object-fit: contain;
      object-position: center top;
      display: block;
    }

    .lightbox-caption {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 1rem 1.5rem;
      align-items: start;
      width: 100%;
    }

    .lightbox-copy {
      min-width: 0;
      text-align: left;
    }

    .lightbox-title {
      color: var(--headline-brass);
      font-family: "Bellefair", "Times New Roman", serif;
      font-size: clamp(1.25rem, 2.1vw, 1.9rem);
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .lightbox-text {
      margin: 0.8rem 0 0;
      max-width: 42rem;
      color: var(--muted);
      font-size: 1rem;
      line-height: 1.75;
      text-align: left;
    }

    .lightbox-toolbar {
      display: grid;
      gap: 1rem;
      justify-items: end;
      align-self: end;
    }

    .lightbox-count {
      color: rgba(212, 209, 199, 0.82);
      font-size: 0.78rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .lightbox-nav {
      display: flex;
      gap: 0.85rem;
    }

    .lightbox-control,
    .lightbox-close {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(193, 171, 122, 0.32);
      background: rgba(193, 171, 122, 0.12);
      color: var(--headline-brass);
      cursor: pointer;
      transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease;
    }

    .lightbox-control {
      width: 3.1rem;
      height: 3.1rem;
      font-family: "Bellefair", "Times New Roman", serif;
      font-size: 1.5rem;
      line-height: 1;
    }

    .lightbox-close {
      position: absolute;
      top: 0.9rem;
      right: 0.9rem;
      z-index: 1;
      width: 2.9rem;
      height: 2.9rem;
      font-size: 1.8rem;
      line-height: 1;
    }

    .lightbox-control:hover,
    .lightbox-control:focus-visible,
    .lightbox-close:hover,
    .lightbox-close:focus-visible {
      transform: translateY(-1px);
      border-color: rgba(193, 171, 122, 0.58);
      background: rgba(193, 171, 122, 0.2);
      color: #e0ca94;
    }

    .media-sticky::before,
    .media-sticky::after {
      display: none;
      content: none;
    }

    .story-inner {
      max-width: 40rem;
      padding-top: 0;
    }

    .story-index {
      color: var(--metal);
      font-size: 0.82rem;
      letter-spacing: 0.3em;
      text-transform: uppercase;
    }

    .story-title {
      margin: 1rem 0 0;
      color: var(--headline-brass);
      font-family: "Bellefair", "Times New Roman", serif;
      font-size: clamp(3rem, 7vw, 5.8rem);
      font-weight: 500;
      line-height: 0.92;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .story-title.reveal {
      transform: translateY(24px) scale(0.965);
      transform-origin: left top;
      transition:
        opacity 920ms cubic-bezier(.2, .72, .2, 1),
        transform 920ms cubic-bezier(.2, .72, .2, 1);
    }

    .story-title.reveal.is-visible {
      transform: translateY(0) scale(1);
    }

    .story-lead {
      margin: 1.3rem 0 0;
      max-width: 24rem;
      color: var(--text);
      font-family: "Bellefair", "Times New Roman", serif;
      font-size: clamp(1.55rem, 2.4vw, 2.35rem);
      line-height: 1.15;
    }

    .story-copy {
      margin: 1.4rem 0 0;
      max-width: 34rem;
      color: var(--muted);
      font-size: 1rem;
      line-height: 1.9;
    }

    .feature-lines {
      margin-top: 2.5rem;
      border-top: 1px solid rgba(98, 89, 76, 0.26);
    }

    .feature-line {
      display: grid;
      grid-template-columns: minmax(6.5rem, 11rem) minmax(0, 1fr);
      column-gap: clamp(1rem, 2vw, 1.4rem);
      row-gap: 0.75rem;
      padding: 1rem 0;
      border-bottom: 1px solid rgba(98, 89, 76, 0.26);
    }

    .feature-line strong {
      font-size: 0.74rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--metal);
    }

    .feature-line span {
      color: var(--muted);
      line-height: 1.75;
    }

    .quote-band {
      position: relative;
      padding: clamp(1.8rem, 3vw, 2.6rem) clamp(1.25rem, 6vw, 5rem);
      background: #d4d1c7;
      color: #0d0c0a;
      border-top: 1px solid rgba(13, 12, 10, 0.08);
      border-bottom: 1px solid rgba(13, 12, 10, 0.08);
      text-align: center;
    }

    .quote-band-shell {
      max-width: 64rem;
      margin: 0 auto;
    }

    .quote-band-quote {
      margin: 0;
      color: var(--headline-ink);
      font-family: "Bellefair", "Times New Roman", serif;
      font-size: clamp(1.55rem, 2.7vw, 2.45rem);
      line-height: 1.12;
      text-wrap: balance;
    }

    .quote-band-name {
      margin: 0.9rem 0 0;
      color: rgba(13, 12, 10, 0.64);
      font-size: 0.72rem;
      letter-spacing: 0.28em;
      text-transform: uppercase;
    }

    .closing-panel {
      position: relative;
      padding: clamp(4rem, 10vw, 7rem) clamp(1.25rem, 4vw, 3rem) clamp(3rem, 6vw, 4rem);
      border-top: 1px solid rgba(98, 89, 76, 0.22);
      background:
        radial-gradient(circle at 18% 12%, rgba(98, 89, 76, 0.16), transparent 24%),
        linear-gradient(180deg, rgba(17, 16, 13, 0.86), rgba(13, 12, 10, 0.98));
    }

    .closing-grid {
      max-width: 1600px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
      gap: clamp(2rem, 4vw, 5rem);
      align-items: end;
    }

    .closing-title {
      margin: 0;
      max-width: 18ch;
      color: var(--headline-brass);
      font-family: "Bellefair", "Times New Roman", serif;
      font-size: clamp(2.8rem, 6vw, 5.8rem);
      font-weight: 500;
      line-height: 0.95;
    }

    .closing-copy {
      margin: 1.2rem 0 0;
      max-width: 40rem;
      color: var(--muted);
      font-size: 1rem;
      line-height: 1.85;
    }

    .closing-panel .hero-actions {
      justify-content: flex-start;
    }

    .closing-visual {
      align-self: start;
      justify-self: end;
      width: min(100%, 46rem);
      margin: 0;
      padding: clamp(0.7rem, 1.4vw, 0.95rem);
      border: 1px solid rgba(98, 89, 76, 0.24);
      background:
        radial-gradient(circle at 14% 18%, rgba(193, 171, 122, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(18, 17, 14, 0.94), rgba(10, 10, 9, 0.98));
      box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
    }

    .closing-visual img {
      display: block;
      width: 100%;
      aspect-ratio: 3 / 2;
      object-fit: cover;
      border: 1px solid rgba(193, 171, 122, 0.18);
    }

    .site-footer {
      margin-top: 0;
      padding: clamp(2.8rem, 6vw, 4.5rem) clamp(1.25rem, 4vw, 3rem) 1.3rem;
      border-top: 1px solid rgba(98, 89, 76, 0.26);
      background:
        linear-gradient(180deg, rgba(8, 12, 18, 0.96), rgba(6, 8, 12, 0.99));
    }

    .footer-grid {
      max-width: 1600px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr) minmax(220px, 0.8fr);
      gap: clamp(1.8rem, 3vw, 3.5rem);
    }

    .footer-column {
      min-width: 0;
    }

    .footer-brand-column {
      max-width: 34rem;
    }

    .footer-label {
      margin: 0;
      color: var(--metal);
      font-size: 0.74rem;
      letter-spacing: 0.26em;
      text-transform: uppercase;
    }

    .footer-heading {
      margin: 0.7rem 0 0;
      color: var(--headline-brass);
      font-family: "Bellefair", "Times New Roman", serif;
      font-size: clamp(1.45rem, 2.2vw, 2rem);
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .footer-copy {
      margin: 1rem 0 0;
      color: var(--muted);
      font-size: 0.95rem;
      line-height: 1.85;
    }

    .footer-links {
      display: grid;
      gap: 0.8rem;
      margin-top: 1rem;
    }

    .footer-links a {
      width: fit-content;
      color: var(--text);
      font-size: 0.88rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      border-bottom: 1px solid transparent;
      transition:
        color 180ms ease,
        border-color 180ms ease,
        transform 180ms ease;
    }

    .footer-links a:hover,
    .footer-links a:focus-visible {
      color: var(--headline-brass);
      border-color: rgba(193, 171, 122, 0.45);
      transform: translateX(3px);
    }

    .footer-bottom {
      max-width: 1600px;
      margin: clamp(2rem, 4vw, 3rem) auto 0;
      padding-top: 1rem;
      border-top: 1px solid rgba(98, 89, 76, 0.2);
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem 1.5rem;
      justify-content: space-between;
      color: var(--soft);
      font-size: 0.78rem;
      letter-spacing: 0.08em;
    }

    .footer-bottom p {
      margin: 0;
    }

    .info-page-body {
      min-height: 100vh;
    }

    .info-page-shell {
      position: relative;
      z-index: 1;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
    }

    .subpage-topbar {
      position: sticky;
      top: 0;
      left: 0;
      right: 0;
      z-index: 20;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: 0.85rem clamp(1.25rem, 3vw, 2.4rem);
      background:
        linear-gradient(180deg, rgba(13, 12, 10, 0.9), rgba(13, 12, 10, 0.68));
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(98, 89, 76, 0.18);
    }

    .subpage-topbar .brand-lockup {
      color: var(--text);
    }

    .subpage-links {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 0.8rem 1.1rem;
      color: var(--muted);
      font-size: 0.8rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .subpage-main {
      width: min(100%, 84rem);
      margin: 0 auto;
      padding: clamp(3.5rem, 8vw, 6rem) clamp(1.25rem, 4vw, 3rem) clamp(2rem, 5vw, 3rem);
      flex: 1 0 auto;
    }

    .subpage-panel {
      max-width: 54rem;
      padding: clamp(1.8rem, 4vw, 2.8rem);
      border: 1px solid rgba(98, 89, 76, 0.24);
      background:
        linear-gradient(180deg, rgba(12, 19, 30, 0.84), rgba(9, 15, 24, 0.94));
      box-shadow: 0 24px 56px rgba(0, 0, 0, 0.22);
    }

    .subpage-kicker {
      margin: 0 0 0.85rem;
      color: var(--metal);
      font-size: 0.78rem;
      letter-spacing: 0.28em;
      text-transform: uppercase;
    }

    .subpage-title {
      margin: 0;
      color: var(--headline-brass);
      font-family: "Bellefair", "Times New Roman", serif;
      font-size: clamp(2.4rem, 5vw, 4.4rem);
      font-weight: 500;
      line-height: 0.98;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .subpage-lead {
      margin: 1.15rem 0 0;
      max-width: 42rem;
      color: var(--text);
      font-family: "Bellefair", "Times New Roman", serif;
      font-size: clamp(1.25rem, 2.2vw, 1.8rem);
      line-height: 1.25;
    }

    .subpage-copy {
      margin: 1.25rem 0 0;
      max-width: 46rem;
      color: var(--muted);
      font-size: 1rem;
      line-height: 1.85;
    }

    .placeholder-list {
      margin: 1.5rem 0 0;
      padding-left: 1.1rem;
      color: var(--muted);
      line-height: 1.85;
    }

    .placeholder-list li + li {
      margin-top: 0.4rem;
    }

    .subpage-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.9rem;
      margin-top: 1.9rem;
    }

    .progress-line {
      position: fixed;
      top: 0;
      right: 0;
      width: 3px;
      height: 100vh;
      background: rgba(255, 255, 255, 0.05);
      z-index: 25;
    }

    .progress-line span {
      display: block;
      width: 100%;
      height: var(--progress, 0%);
      background: linear-gradient(180deg, #d4d1c7, #62594c);
      box-shadow: 0 0 24px rgba(98, 89, 76, 0.28);
    }

    .reveal {
      opacity: 0;
      transform: translateY(34px);
      transition:
        opacity 760ms cubic-bezier(.2, .72, .2, 1),
        transform 760ms cubic-bezier(.2, .72, .2, 1);
    }

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

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

      .reveal,
      .map-gallery-track,
      .media-slideshow,
      .media-slide,
      .cta,
      .top-links a::after {
        transition: none;
      }
    }

    @media (max-width: 1100px) {
      .closing-grid,
      .story-section,
      .story-section:nth-of-type(even) {
        grid-template-columns: 1fr;
      }

      .hero-band {
        min-height: 24rem;
      }

      .story-media {
        order: -1;
        grid-column: auto;
        grid-row: auto;
        min-height: auto;
      }

      .story-content {
        grid-column: auto;
        grid-row: auto;
      }

      .story-inner {
        padding-top: clamp(1rem, 4vw, 2rem);
      }

      .media-sticky {
        position: relative;
        top: auto;
        height: auto;
        min-height: auto;
      }

      .media-slideshow {
        width: min(100%, 42rem);
      }

      .slideshow-footer {
        grid-template-columns: 1fr;
      }

      .slideshow-nav {
        justify-self: end;
      }

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

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

      .lightbox-panel {
        width: min(92vw, 60rem);
      }

      .lightbox-caption {
        grid-template-columns: 1fr;
      }

      .lightbox-toolbar {
        justify-items: start;
      }

      .feature-line {
        grid-template-columns: 1fr;
      }

      .quote-band {
        padding-inline: clamp(1.25rem, 4vw, 2rem);
      }
    }

    @media (max-width: 720px) {
      .topbar {
        align-items: flex-start;
        flex-direction: column;
      }

      .top-links {
        flex-wrap: wrap;
        gap: 0.8rem 1rem;
      }

      .subpage-topbar {
        align-items: flex-start;
        flex-direction: column;
      }

      .subpage-links {
        width: 100%;
      }

      .hero {
        padding-top: 0;
      }

      .hero-title-line,
      .hero-subtitle-line {
        display: inline;
      }

      .hero-summary {
        padding-inline: 1.1rem;
      }

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

      .map-gallery {
        padding-top: 1.5rem;
      }

      .map-gallery-slider {
        width: 100vw;
      }

      .map-gallery-controls {
        padding-top: 0.9rem;
      }

      .map-gallery-arrow {
        min-width: 2.9rem;
        height: 2rem;
        padding-inline: 0.75rem;
        font-size: 1.15rem;
      }

      .cta {
        width: 100%;
      }

      .slideshow-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .lightbox {
        padding: 0.75rem;
      }

      .lightbox-panel {
        width: 100%;
        max-height: calc(100vh - 1.5rem);
        overflow: auto;
        padding: 0.9rem;
      }

      .lightbox-image {
        max-height: min(56vh, calc(100vh - 16rem));
      }

      .lightbox-toolbar,
      .lightbox-nav {
        width: 100%;
      }

      .lightbox-nav {
        justify-content: space-between;
      }

      .lightbox-control {
        flex: 1 1 auto;
      }

      .quote-band {
        padding-block: 1.5rem;
      }

      .quote-band-quote {
        font-size: clamp(1.35rem, 6vw, 1.85rem);
      }

      .quote-band-name {
        font-size: 0.68rem;
        letter-spacing: 0.22em;
      }

      .hero-title {
        max-width: 100%;
      }

      .progress-line {
        width: 2px;
      }

      .footer-bottom {
        flex-direction: column;
      }

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