    :root {
      --bg: #0a0b0d;
      --bg-soft: #13151a;
      --paper: #1c1f26;
      --paper-soft: #252932;
      --ink: #e7eaf1;
      --ink-soft: #aab1be;
      --gold: #d2d8e3;
      --red: #a21919;
      --line: rgba(223, 228, 238, 0.16);
      --radius-lg: 20px;
      --radius-md: 14px;
      --shadow: 0 26px 60px rgba(0, 0, 0, 0.48);
      --top-offset: 72px;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }

    body {
      font-family: "Manrope", sans-serif;
      color: var(--ink);
      background:
        radial-gradient(900px 420px at 10% -10%, rgba(162, 25, 25, 0.24), transparent 70%),
        radial-gradient(980px 540px at 92% 8%, rgba(223, 228, 238, 0.1), transparent 65%),
        var(--bg);
      min-height: 100vh;
      overflow-x: hidden;
    }

    body.menu-open {
      overflow: hidden;
      touch-action: none;
    }

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

    .shell {
      width: min(1200px, calc(100% - 2rem));
      margin: 0 auto;
    }

    .top {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 30;
      backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--line);
      background: linear-gradient(to bottom, rgba(12, 10, 8, 0.92), rgba(12, 10, 8, 0.74));
    }

    .top-inner {
      min-height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      position: relative;
    }

    .site-title {
      margin: 0;
      font-family: "Marcellus", serif;
      font-size: clamp(1.45rem, 2.5vw, 2.35rem);
      font-weight: 700;
      letter-spacing: 0.17rem;
      text-transform: uppercase;
      color: #ffffff;
      text-shadow: 0 8px 22px rgba(0, 0, 0, 0.8);
    }

    .site-title-front {
      display: inline-flex;
      align-items: center;
      gap: 0.35em;
    }

    .site-title-front::before {
      content: "\2605";
      color: #a21919;
      font-weight: 700;
      font-size: 1.7em;
      line-height: 1;
      transform: translateY(-0.08em);
      text-shadow: none;
    }

    .menu {
      display: flex;
      align-items: center;
      gap: .75rem;
      color: var(--ink-soft);
      font-size: .94rem;
    }

    .menu a {
      padding: .45rem .7rem;
      border-radius: 999px;
      transition: background-color .2s ease, color .2s ease;
    }

    .menu a:hover {
      background: rgba(255, 255, 255, 0.08);
      color: var(--ink);
    }

    .menu-toggle {
      display: none;
      border: none;
      border-radius: 0;
      background: transparent;
      color: var(--ink-soft);
      align-items: center;
      justify-content: center;
      cursor: pointer;
      padding: .2rem;
      line-height: 0;
      position: relative;
      z-index: 60;
      margin-right: 0.8rem;
    }

    .menu-toggle:hover {
      background: transparent;
      border-color: transparent;
    }

    .menu-toggle .bar {
      width: 20px;
      height: 2.3px;
      background: currentColor;
      border-radius: 2px;
      box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
    }

    .cta {
      border: 1px solid var(--line);
      background: linear-gradient(180deg, #b02525, #8e1a1a);
      color: #f2f4f8;
      font-weight: 700;
    }

    .hero {
      margin-top: 0;
      border-radius: 0;
      width: 100vw;
      margin-left: calc(50% - 50vw);
      border: 1px solid var(--line);
      border-left: 0;
      border-right: 0;
      overflow: hidden;
      position: relative;
      min-height: 100svh;
      box-shadow: var(--shadow);
      display: grid;
      align-items: end;
      isolation: isolate;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(118deg, rgba(11, 9, 8, 0.96) 12%, rgba(11, 9, 8, 0.6) 46%, rgba(11, 9, 8, 0.9) 100%),
        url("../img/bg_v9.png") center / cover no-repeat;
      transform: var(--hero-bg, scale(1.03));
      transform-origin: center;
      transition: transform .3s ease;
      z-index: -2;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: none;
      z-index: -1;
      pointer-events: none;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 1rem;
      width: min(1200px, calc(100% - 2rem));
      margin: 0 auto;
      min-height: 100svh;
      align-content: center;
      padding: calc(clamp(1.2rem, 2.4vw, 2rem) + var(--top-offset)) clamp(1.2rem, 2.4vw, 2rem) clamp(1.2rem, 2.4vw, 2rem);
    }

    .kicker {
      color: #cf7f7f;
      text-transform: uppercase;
      letter-spacing: .16em;
      font-size: .75rem;
      margin-bottom: .55rem;
    }

    h2 {
      font-family: "Marcellus", serif;
      text-transform: uppercase;
      line-height: 1.04;
      font-size: clamp(2rem, 5.4vw, 4rem);
      max-width: 14ch;
    }

    .hero p {
      margin-top: .95rem;
      color: #c7ceda;
      max-width: 52ch;
      font-size: clamp(.98rem, 1.45vw, 1.12rem);
    }

    .hero-actions {
      margin-top: 1.2rem;
      display: flex;
      flex-wrap: wrap;
      gap: .7rem;
    }

    .scroll-cue {
      margin-top: 1.05rem;
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      color: var(--ink-soft);
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-size: 0.85rem;
      opacity: 0.92;
    }

    .scroll-cue::after {
      content: "\2193";
      color: #cf7f7f;
      animation: nudge 1.5s ease-in-out infinite;
    }

    .button {
      border-radius: 999px;
      border: 1px solid var(--line);
      padding: .72rem 1.1rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      transition: transform .2s ease, filter .2s ease;
    }

    .button:hover { transform: translateY(-2px); filter: brightness(1.06); }

    .button.primary {
      background: linear-gradient(180deg, #b72121, #8a1717);
      color: #fff5f5;
    }

    .button.ghost {
      background: rgba(0, 0, 0, 0.3);
      color: #f0e5d4;
    }

    .login-card {
      align-self: end;
      background: linear-gradient(170deg, rgba(0, 0, 0, .35), rgba(18, 20, 24, .95));
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      padding: 1rem;
      display: grid;
      gap: .65rem;
      backdrop-filter: blur(6px);
    }

    .login-title {
      font-family: "Marcellus", serif;
      text-transform: uppercase;
      letter-spacing: .08em;
      font-size: 1rem;
      color: #edf0f6;
    }

    .login-sub {
      color: var(--ink-soft);
      font-size: .88rem;
      margin-top: -.15rem;
      margin-bottom: .15rem;
    }

    .login-notices {
      display: grid;
      gap: .45rem;
      margin-bottom: .2rem;
    }

    .login-notice {
      border: 1px solid transparent;
      border-radius: 10px;
      padding: .55rem .65rem;
      font-size: .82rem;
      line-height: 1.35;
    }

    .login-notice.error {
      border-color: rgba(255, 125, 125, 0.38);
      background: rgba(126, 23, 23, 0.35);
      color: #ffe6e6;
    }

    .login-notice.success {
      border-color: rgba(132, 223, 158, 0.38);
      background: rgba(23, 126, 55, 0.28);
      color: #e9ffef;
    }

    .login-notice.info {
      border-color: rgba(129, 178, 255, 0.38);
      background: rgba(35, 74, 129, 0.28);
      color: #e7f0ff;
    }

    .login-form {
      display: grid;
      gap: .65rem;
    }

    .login-form label {
      font-size: .75rem;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--ink-soft);
    }

    .login-form input {
      width: 100%;
      border: 1px solid rgba(223, 228, 238, 0.2);
      border-radius: 10px;
      background: rgba(10, 12, 15, 0.82);
      color: #f1f4fa;
      padding: .68rem .75rem;
      outline: none;
      transition: border-color .2s ease, box-shadow .2s ease;
    }

    .login-form input:focus {
      border-color: rgba(162, 25, 25, 0.68);
      box-shadow: 0 0 0 3px rgba(162, 25, 25, 0.2);
    }

    .login-actions {
      margin-top: .15rem;
      display: grid;
      gap: .55rem;
    }

    .login-btn {
      border-radius: 10px;
      border: 1px solid var(--line);
      padding: .7rem .9rem;
      font-weight: 700;
      text-align: center;
      transition: transform .2s ease, filter .2s ease;
    }

    .login-btn:hover { transform: translateY(-1px); filter: brightness(1.06); }

    .login-btn.primary {
      background: linear-gradient(180deg, #b72121, #8a1717);
      color: #fff5f5;
    }

    .login-btn.alt {
      background: rgba(255, 255, 255, 0.05);
      color: #dde3ee;
    }

    .login-links {
      display: flex;
      justify-content: space-between;
      gap: .5rem;
      font-size: .82rem;
      color: #c3c9d4;
    }

    .login-links a:hover {
      color: #edf1f8;
      text-decoration: underline;
    }

    .hidden-honeypot {
      position: absolute;
      left: -99999px;
      width: 1px;
      height: 1px;
      opacity: 0;
      pointer-events: none;
    }

    .section {
      padding-top: 4rem;
    }

    .head {
      max-width: 760px;
      margin-bottom: 1rem;
    }

    .head .tag {
      color: #cf7f7f;
      letter-spacing: .14em;
      text-transform: uppercase;
      font-size: .74rem;
      margin-bottom: .45rem;
    }

    .head h3 {
      font-family: "Marcellus", serif;
      text-transform: uppercase;
      font-size: clamp(1.5rem, 3vw, 2.2rem);
      line-height: 1.12;
    }

    .head p {
      margin-top: .65rem;
      color: var(--ink-soft);
      max-width: 58ch;
    }

    .blocks {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: .9rem;
    }

    .block {
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      background: linear-gradient(170deg, rgba(37, 40, 48, .92), rgba(22, 24, 29, .94));
      padding: 1rem;
      transform: translateY(0);
      transition: transform .22s ease, border-color .22s ease;
    }

    .block:hover {
      transform: translateY(-4px);
      border-color: rgba(246, 224, 187, .3);
    }

    .block h4 {
      color: #ecf0f7;
      font-size: 1.02rem;
      margin-bottom: .45rem;
    }

    .block p { color: var(--ink-soft); font-size: .95rem; }

    .dossier {
      margin-top: 2.8rem;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: .95rem;
      align-items: start;
    }

    .dossier-note {
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: linear-gradient(160deg, rgba(35, 38, 45, .94), rgba(21, 23, 28, .96));
      padding: 1.1rem;
    }

    .dossier-note p + p { margin-top: .7rem; }

    .shots {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: .75rem;
    }

    .shot {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      min-height: 150px;
      border: 1px solid rgba(246, 224, 187, .18);
      box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
      animation: bob 6s ease-in-out infinite;
      animation-delay: var(--delay, 0s);
    }

    .shot::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(10, 8, 7, .15), rgba(10, 8, 7, .73));
      z-index: 1;
    }

    .shot img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(.78) contrast(1.06) brightness(.9);
    }

    .shot figcaption {
      position: absolute;
      left: .55rem;
      right: .55rem;
      bottom: .5rem;
      z-index: 2;
      display: flex;
      justify-content: space-between;
      gap: .4rem;
      text-transform: uppercase;
      letter-spacing: .08em;
      font-size: .72rem;
      color: #e8edf6;
    }

    .pages {
      padding-top: 3.6rem;
      padding-bottom: 4rem;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: .9rem;
    }

    .page {
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: linear-gradient(160deg, rgba(37, 40, 48, .9), rgba(22, 24, 29, .95));
      padding: 1.05rem;
    }

    .page h4 {
      font-family: "Marcellus", serif;
      text-transform: uppercase;
      color: #edf0f6;
      font-size: 1.1rem;
    }

    .page ul {
      list-style: none;
      margin-top: .7rem;
      display: grid;
      gap: .42rem;
      color: var(--ink-soft);
    }

    .page li::before {
      content: "\25C6 ";
      color: var(--gold);
    }

    .reveal {
      opacity: 0;
      transform: translateY(16px);
      transition: opacity .56s ease, transform .56s ease;
    }

    .reveal.in {
      opacity: 1;
      transform: translateY(0);
    }

    footer {
      border-top: 1px solid var(--line);
      padding: 1.1rem 0 1.8rem;
      text-align: center;
      color: #b8a88f;
    }

    @keyframes bob {
      0%, 100% { transform: translateY(0) rotate(0deg); }
      50% { transform: translateY(-7px) rotate(.5deg); }
    }

    @keyframes nudge {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(3px); }
    }

    @media (max-width: 980px) {
      .hero-grid,
      .dossier,
      .blocks,
      .pages {
        grid-template-columns: 1fr;
      }

      .login-card {
        max-width: 430px;
      }
    }

    @media (max-width: 700px) {
      :root { --top-offset: 64px; }
      .top-inner { min-height: 64px; }
      .menu-toggle { display: inline-flex; }
      .menu {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 80vw;
        max-width: 360px;
        height: 100dvh;
        min-height: 100dvh;
        border-left: 1px solid var(--line);
        border-radius: 0;
        background: linear-gradient(180deg, rgba(9, 9, 9, 0.96), rgba(13, 14, 17, 0.98));
        box-shadow: 0 14px 35px rgba(0, 0, 0, 0.45);
        padding: calc(var(--top-offset) + .8rem) .7rem 1rem;
        display: grid;
        align-content: start;
        gap: .25rem;
        z-index: 45;
        transform: translateX(100%);
        transition: transform .28s ease;
        pointer-events: none;
        overscroll-behavior: contain;
      }
      .menu.is-open {
        transform: translateX(0);
        pointer-events: auto;
      }
      .menu a {
        width: 100%;
        border-radius: 8px;
        padding: .62rem .72rem;
      }
      .menu .cta {
        margin-top: .2rem;
      }
      .shots { grid-template-columns: 1fr; }
      .hero { min-height: 100svh; }
      .section { padding-top: 3.4rem; }
    }

/* Index login error state */
.login-errors {
  display: grid;
  gap: .45rem;
  margin-bottom: .2rem;
}

.login-error {
  border: 1px solid rgba(255, 125, 125, 0.38);
  border-radius: 10px;
  background: rgba(126, 23, 23, 0.35);
  color: #ffe6e6;
  padding: .55rem .65rem;
  font-size: .82rem;
  line-height: 1.35;
}
