@font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/fonts/saira-condensed-500-latin.woff2") format("woff2"); }
@font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/saira-condensed-600-latin.woff2") format("woff2"); }
@font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/fonts/saira-condensed-700-latin.woff2") format("woff2"); }
:root {
  --ink-0: #08131f; --ink-1: #0e2034; --ink-2: #0a1b2d;
  --crimson: #ff5c5c; --gold: #ffc21e; --text: #f0f2f7; --muted: #b2bac8;
  --line: #2c4055; --display: "Saira Condensed", system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { background: var(--ink-0); scroll-padding-top: 24px; }
body { margin: 0; color: var(--text); background: var(--ink-0); font: 400 16px/1.65 system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: var(--gold); text-underline-offset: 4px; }
a:hover { color: #ffdc73; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
p { margin: 0 0 20px; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
svg { flex: none; vertical-align: middle; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.02; margin: 0; }
h1, h2 { text-transform: uppercase; font-style: italic; }
h1 { font-size: clamp(64px, 7.2vw, 104px); letter-spacing: -1px; }
h1 span { color: var(--gold); }
h2 { font-size: clamp(38px, 4.3vw, 58px); }
h2 span { color: var(--muted); }
h3 { font-size: 28px; line-height: 1.2; }
.wrap { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; top: 8px; left: 8px; padding: 8px 14px; background: var(--gold); color: var(--ink-0); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 4vw; border-bottom: 1px solid var(--line); }
.wordmark { font: italic 700 25px var(--display); text-decoration: none; color: var(--text); letter-spacing: 1px; }
.wordmark b { color: var(--crimson); }
.site-header nav { display: flex; align-items: center; gap: 26px; }
.site-header nav > a:not(.cta) { font: 600 17px var(--display); text-decoration: none; color: var(--muted); }
.cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 22px; background: var(--gold); color: var(--ink-0); font: 700 17px var(--display); letter-spacing: .5px; text-transform: uppercase; text-decoration: none; box-shadow: 3px 3px 0 #0006; }
.cta:hover { background: #ffdc73; color: var(--ink-0); }
.guide-hero { max-width: 1440px; margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center; padding: 64px 4vw 48px; }
.hero-copy { padding: 12px 0; }
.lede { font-size: 21px; line-height: 1.5; margin: 24px 0; color: var(--text); }
.prelaunch { color: var(--muted); font-size: 13px; max-width: 360px; border-left: 2px solid var(--gold); padding-left: 14px; }
.prelaunch strong { color: var(--text); }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-weight: 600; font-size: 14px; min-height: 44px; }
.hero-media { min-width: 0; }
.hero-media .image-link { box-shadow: 10px 10px 0 var(--ink-1); }
.hero-media img { aspect-ratio: 4/3; object-fit: cover; object-position: 58% center; }
.image-link { position: relative; display: block; overflow: hidden; background: var(--ink-1); }
.image-hint { position: absolute; right: 14px; bottom: 14px; display: flex; align-items: center; gap: 10px; background: #08131fe8; color: var(--text); padding: 9px 12px; font: 600 14px var(--display); letter-spacing: .4px; pointer-events: none; }
figcaption { font-size: 12px; line-height: 1.6; color: var(--muted); margin-top: 14px; }
.chapter-nav { display: flex; gap: 36px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.chapter-nav a { display: flex; align-items: center; gap: 10px; font: 600 19px var(--display); text-decoration: none; color: var(--text); min-height: 32px; }
.chapter-nav span { color: var(--gold); font-size: 13px; }
.chapter { padding-block: 88px; }
.kit-section, .play-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.chapter-number { font: 600 14px var(--display); letter-spacing: 2px; color: var(--crimson); text-transform: uppercase; margin-bottom: 18px; }
.section-copy > p:not(.chapter-number) { color: var(--muted); margin-top: 24px; max-width: 36ch; }
.section-copy > a:not(.cta) { font-size: 14px; }
.kit-content { min-width: 0; }
.loadout-diagram { background: var(--ink-1); border-top: 3px solid var(--gold); padding: 24px; margin-bottom: 24px; }
.loadout-diagram figcaption { margin: 0 0 24px; font: 600 18px var(--display); color: var(--text); display: flex; gap: 12px; flex-wrap: wrap; justify-content: space-between; }
.loadout-diagram figcaption span { color: var(--muted); font: 400 11px/1.8 system-ui, sans-serif; }
.technique-slots { padding: 0; margin: 0; list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.technique-slots li { display: flex; flex-direction: column; align-items: center; padding: 12px 3px; background: var(--ink-2); border: 1px solid var(--line); font: 600 14px var(--display); color: var(--muted); }
.slot-number { font: 700 40px/1.2 var(--display); color: var(--text); margin-bottom: 8px; }
.technique-slots .ultimate { border-color: var(--gold); color: var(--gold); }
.ultimate .slot-number { color: var(--gold); }
.equipment { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.equipment p { font: 600 14px var(--display); color: var(--muted); margin-bottom: 10px; }
.equipment ul { display: flex; flex-wrap: wrap; gap: 8px 20px; list-style: none; margin: 0; padding: 0; font: 600 17px var(--display); }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 18px 28px 18px 0; position: relative; font: 600 19px/1.3 var(--display); list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: ""; position: absolute; right: 3px; top: 23px; width: 8px; height: 8px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(45deg); }
details[open] summary::after { transform: rotate(225deg); top: 27px; }
.detail-body { padding: 8px 4px 8px 0; max-width: 75ch; color: var(--muted); font-size: 14px; }
.detail-body strong { color: var(--text); }
.source-note { font-size: 12px; }
.combat-band { background: var(--ink-1); padding-block: 72px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 32px; }
.section-heading > p { max-width: 32ch; color: var(--muted); margin-bottom: 0; }
.combat-media img { width: 100%; aspect-ratio: 16/9; object-fit: contain; }
.hud-notes { padding: 0; margin: 28px 0 32px; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hud-notes li { border-left: 2px solid var(--gold); padding-left: 16px; }
.hud-notes strong { display: block; font: 600 22px var(--display); margin-bottom: 6px; }
.hud-notes span { color: var(--muted); font-size: 14px; }
.mode-row { border-top: 1px solid var(--line); padding: 24px 0; }
.mode-row h3 { margin: 10px 0; }
.mode-row p { color: var(--muted); font-size: 14px; margin: 0; max-width: 52ch; }
.status-label { color: var(--gold); font: 600 12px var(--display); letter-spacing: 1.3px; text-transform: uppercase; }
.status-label.planned { color: var(--muted); }
.provenance { border-top: 1px solid var(--line); padding: 28px 0 36px; color: var(--muted); font-size: 12px; }
.provenance p { max-width: 100ch; margin-bottom: 12px; }
.provenance strong { color: var(--text); }
.site-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; padding: 26px 20px; border-top: 1px solid var(--line); font: 600 15px var(--display); }
.site-footer a { color: var(--muted); }
.image-viewer { position: fixed; inset: 0; margin: auto; width: calc(100% - 32px); max-width: 1440px; max-height: calc(100dvh - 32px); padding: 54px 16px 16px; border: 1px solid var(--line); background: var(--ink-0); color: var(--text); }
.image-viewer::backdrop { background: #02060deb; }
.image-viewer img { max-height: calc(100dvh - 170px); width: 100%; object-fit: contain; }
.viewer-close { position: absolute; right: 16px; top: 8px; display: flex; align-items: center; gap: 12px; min-height: 38px; padding: 6px 12px; background: var(--ink-1); border: 1px solid var(--line); color: var(--text); font: 600 17px var(--display); cursor: pointer; }
.viewer-close span { font-size: 24px; }
.viewer-caption { font-size: 12px; color: var(--muted); margin: 14px 0 0; }
.redirect-page { max-width: 700px; margin: 15vh auto; padding: 24px; }
.redirect-page h1 { font-size: 48px; margin-bottom: 24px; }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  .image-link img { transition: transform 240ms ease; }
  .image-link:hover img { transform: scale(1.025); }
  summary::after { transition: transform 160ms ease; }
  .hero-copy { animation: arrive 380ms ease both; }
  @keyframes arrive { from { opacity: .2; transform: translateY(10px); } to { opacity: 1; transform: none; } }
}
@media (max-width: 1000px) {
  .guide-hero { gap: 28px; grid-template-columns: .85fr 1.15fr; padding-top: 42px; }
  h1 { font-size: 72px; }
  .kit-section, .play-section { gap: 36px; grid-template-columns: .85fr 1.15fr; }
  .loadout-diagram { padding: 18px; }
  .section-heading > p { max-width: 28ch; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 36px); }
  .site-header { padding: 14px 18px; }
  .site-header nav { gap: 16px; }
  .site-header .cta { padding-inline: 12px; font-size: 14px; }
  .guide-hero { grid-template-columns: 1fr; padding: 38px 18px 28px; gap: 28px; }
  h1 { font-size: 72px; }
  .hero-copy { padding: 0; }
  .lede { font-size: 19px; margin: 20px 0; }
  .hero-media img { aspect-ratio: 16/10; object-position: center; }
  .hero-media .image-link { box-shadow: 5px 5px 0 var(--ink-1); }
  .chapter-nav { justify-content: space-between; gap: 12px; padding: 14px 0; }
  .chapter-nav a { font-size: 17px; gap: 7px; }
  .chapter-nav span { font-size: 11px; }
  .chapter { padding-block: 54px; }
  .kit-section, .play-section { grid-template-columns: 1fr; gap: 28px; }
  .section-copy > p:not(.chapter-number) { max-width: 48ch; margin-top: 18px; }
  .section-heading { display: block; margin-bottom: 24px; }
  .section-heading > p { max-width: 48ch; margin-top: 22px; }
  .combat-band { padding-block: 48px; }
  .hud-notes { grid-template-columns: 1fr; gap: 18px; margin: 24px 0; }
  .hud-notes strong { font-size: 20px; margin-bottom: 2px; }
  .loadout-diagram { padding: 18px 14px; }
  .technique-slots { gap: 5px; }
  .technique-slots li { font-size: 13px; }
  .slot-number { font-size: 34px; }
  .equipment ul { font-size: 16px; gap: 8px 16px; }
  .image-hint { right: 10px; bottom: 10px; padding: 7px 10px; }
  .site-footer { gap: 24px; }
  .image-viewer { padding-inline: 8px; }
  .viewer-caption { font-size: 11px; }
}
@media (max-width: 380px) {
  .site-header nav { gap: 12px; }
  .site-header nav > a:not(.cta) { font-size: 15px; }
  .wordmark { font-size: 22px; }
  .site-header .cta { font-size: 12px; padding-inline: 9px; }
  .chapter-nav a { font-size: 15px; }
  h1 { font-size: 64px; }
}
