:root {
  --color-primary: #0f0f0f;
  --color-secondary: #242424;
  --color-accent: #e6a01b;
  --color-accent-bright: #ffb21c;
  --color-background: #151515;
  --color-surface: #1d1d1d;
  --color-surface-light: #f2f0eb;
  --color-text: #ffffff;
  --color-text-muted: #b7b7b7;
  --color-border: #393939;
  --color-ink: #181818;
  --max-width: 1180px;
  --header-height: 76px;
  --radius: 4px;
  --shadow: 0 24px 60px rgb(0 0 0 / 24%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; background: var(--color-background); color: var(--color-text); font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--color-accent-bright); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; transform: translateY(-150%); background: var(--color-accent); color: #111; padding: .7rem 1rem; font-weight: 800; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 32px), var(--max-width)); margin-inline: auto; }
.eyebrow { margin: 0 0 .65rem; color: var(--color-accent-bright); font-size: .76rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.section { position: relative; padding: 80px 0; background: var(--color-surface-light); color: var(--color-ink); }
.section-dark { background: var(--color-primary); color: var(--color-text); }
.section-heading { max-width: 720px; margin-bottom: 36px; }
.section-heading h2, .mission-statement h2, .events h2, .store h2, .contact h2 { margin: 0 0 1rem; font-size: clamp(2.3rem, 7vw, 4.8rem); line-height: .96; letter-spacing: -.045em; text-transform: uppercase; }
.section-heading p:last-child { color: #555; font-size: 1.04rem; }
.section-dark .section-heading p:last-child { color: var(--color-text-muted); }
.section-top-link { display: table; margin: 40px 0 0 auto; border-bottom: 1px solid currentColor; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; min-height: var(--header-height); background: rgb(12 12 12 / 94%); border-bottom: 1px solid rgb(255 255 255 / 9%); backdrop-filter: blur(10px); }
.header-inner { min-height: var(--header-height); width: min(calc(100% - 24px), 1440px); margin-inline: auto; display: flex; align-items: center; gap: 12px; }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; text-decoration: none; }
.brand img { width: 42px; height: 50px; object-fit: contain; }
.brand strong, .brand small { display: block; line-height: 1.05; text-transform: uppercase; }
.brand strong { font-size: .9rem; letter-spacing: .04em; }
.brand small { margin-top: 4px; color: var(--color-accent); font-size: .62rem; font-weight: 800; letter-spacing: .14em; }
.menu-toggle { display: grid; width: 48px; height: 48px; place-content: center; gap: 5px; border: 1px solid var(--color-border); background: transparent; color: white; cursor: pointer; }
.menu-toggle span { width: 22px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.main-nav { position: fixed; inset: var(--header-height) 0 0; display: none; align-content: start; overflow-y: auto; padding: 30px 20px 80px; background: #101010; }
.main-nav.open { display: grid; }
.main-nav a { border-bottom: 1px solid var(--color-border); padding: 13px 4px; color: #ddd; font-size: .9rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.main-nav a:hover, .main-nav a[aria-current="true"] { color: var(--color-accent-bright); }
.main-nav .nav-store { color: var(--color-accent-bright); }
.header-social { display: none; }

.hero { position: relative; min-height: max(690px, 100svh); display: grid; align-items: end; overflow: hidden; padding: calc(var(--header-height) + 56px) 0 105px; background: #101010; }
.hero-media { position: absolute; inset: 0; background: url("../assets/images/hero-amm.webp") center 42% / cover no-repeat; filter: saturate(.75) contrast(1.08); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(10 10 10 / 96%) 0%, rgb(10 10 10 / 82%) 46%, rgb(10 10 10 / 30%) 100%), linear-gradient(0deg, #101010 0%, transparent 45%); }
.hero-content { position: relative; display: grid; gap: 28px; align-items: end; }
.hero-crest { width: 120px; height: auto; filter: drop-shadow(0 14px 26px rgb(0 0 0 / 45%)); }
.hero-copy { max-width: 820px; }
.hero h1 { margin: 0; max-width: 820px; font-size: clamp(3.25rem, 13vw, 8rem); line-height: .82; letter-spacing: -.06em; text-transform: uppercase; }
.hero h1 span { display: block; margin-top: .12em; color: var(--color-accent-bright); font-size: .54em; letter-spacing: .03em; }
.hero-lead { max-width: 660px; margin: 1.5rem 0; color: #e6e6e6; font-size: clamp(1.05rem, 2.5vw, 1.4rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: .78rem 1.1rem; border: 1px solid transparent; font-size: .78rem; font-weight: 900; letter-spacing: .07em; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--color-accent); color: #111; }
.button-primary:hover { background: var(--color-accent-bright); }
.button-secondary { border-color: white; background: white; color: #111; }
.button-ghost { border-color: rgb(255 255 255 / 35%); background: rgb(12 12 12 / 40%); color: white; }
.hero-route { position: absolute; right: 0; bottom: 0; left: 0; height: 48px; display: flex; align-items: center; background: repeating-linear-gradient(90deg, transparent 0 34px, rgb(230 160 27 / 25%) 34px 70px); border-top: 1px solid rgb(255 255 255 / 10%); }
.hero-route span { margin-left: max(16px, calc((100% - var(--max-width)) / 2)); padding: 0 12px; background: #101010; color: var(--color-accent); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }

.objectives-grid { display: grid; gap: 12px; }
.objective-card { min-height: 230px; padding: 24px; border: 1px solid #d8d5cf; background: #fff; box-shadow: 0 8px 30px rgb(0 0 0 / 5%); }
.objective-card > span { color: var(--color-accent); font-weight: 900; }
.objective-card h3 { margin: 2.4rem 0 .5rem; font-size: 1.35rem; text-transform: uppercase; }
.objective-card p { margin: 0; color: #606060; }
.mission-grid { display: grid; gap: 38px; }
.mission-statement blockquote { margin: 1.5rem 0; padding-left: 20px; border-left: 3px solid var(--color-accent); color: var(--color-accent-bright); font-size: clamp(1.6rem, 4vw, 2.7rem); font-weight: 800; line-height: 1.12; }
.mission-statement > p:not(.eyebrow, .source-note) { font-size: 1.1rem; }
.source-note { color: #818181; font-size: .8rem; }
.mission-list { display: grid; border-top: 1px solid var(--color-border); }
.mission-list div { display: grid; gap: 5px; padding: 18px 0; border-bottom: 1px solid var(--color-border); }
.mission-list strong { color: var(--color-accent-bright); text-transform: uppercase; }
.mission-list span { color: var(--color-text-muted); }

.heading-split { max-width: none; }
.regional-map-figure { margin: 0; overflow: hidden; border: 8px solid white; background: #111; box-shadow: var(--shadow); }
.regional-map-figure a { display: block; }
.regional-map-figure img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.regional-map-figure figcaption { padding: 10px 14px; background: white; color: #555; font-size: .76rem; }
.regional-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 28px; background: #d5d2cc; border: 1px solid #d5d2cc; }
.regional-list a { display: grid; gap: 3px; padding: 11px 13px; background: #fff; color: #171717; text-decoration: none; }
.regional-list a:hover { background: #fff5df; }
.regional-list span { font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.regional-list small { color: #79500a; font-size: .66rem; font-weight: 800; }

.events { overflow: hidden; background: #1a1a1a; color: white; text-align: center; }
.events::before { position: absolute; inset: 0; opacity: .12; background: repeating-linear-gradient(115deg, transparent 0 70px, var(--color-accent) 70px 72px); content: ""; }
.events-inner { position: relative; max-width: 850px; }
.coming-soon { margin: 0; color: rgb(255 255 255 / 5%); font-size: clamp(6rem, 22vw, 14rem); font-weight: 900; letter-spacing: -.08em; line-height: .7; text-transform: uppercase; white-space: nowrap; }
.events h2 { position: relative; margin-top: -1rem; }
.events-inner > p:not(.eyebrow, .coming-soon) { max-width: 650px; margin: 0 auto 24px; color: var(--color-text-muted); }

.curiosity-grid { display: grid; gap: 16px; }
.curiosity-card { overflow: hidden; border: 1px solid var(--color-border); background: var(--color-surface); }
.curiosity-card > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.vest-history > img { padding: 18px; background: #171717; object-fit: contain; }
.curiosity-copy { padding: 24px; }
.curiosity-number { display: inline-block; margin-bottom: 18px; color: var(--color-accent); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.curiosity-card h3, .signals-feature h3 { margin: 0 0 .8rem; font-size: clamp(1.65rem, 4vw, 2.4rem); line-height: 1; text-transform: uppercase; }
.curiosity-card p, .signals-feature p { color: var(--color-text-muted); }
.curiosity-note { padding-left: 14px; border-left: 2px solid var(--color-accent); font-size: .82rem; }
.curiosity-emblem { min-height: 250px; display: grid; place-items: center; background: radial-gradient(circle, #2b2b2b 0 18%, #151515 19% 42%, #222 43% 44%, #151515 45%); }
.skull-emblem { color: var(--color-accent); font-size: 7rem; line-height: 1; }
.flame-emblem img { width: 120px; }
.signals-feature { margin-top: 18px; padding: 20px; border: 1px solid var(--color-border); background: #0d0d0d; }
.signals-heading { display: grid; gap: 15px; margin-bottom: 20px; }
.signals-heading > p { margin: 0; }
.signals-feature > a { display: block; overflow: hidden; border: 1px solid #333; }
.signals-feature > a img { width: 100%; }
.signals-warning { margin: 18px 0 0; padding: 14px; background: #1d1d1d; font-size: .84rem; }
.signals-warning strong { color: var(--color-accent-bright); }
.research-sources { display: grid; gap: 8px; margin-top: 22px; padding: 20px; border: 1px solid var(--color-border); }
.research-sources strong { color: white; text-transform: uppercase; }
.research-sources a { width: fit-content; color: var(--color-text-muted); font-size: .8rem; }
.research-sources a:hover { color: var(--color-accent-bright); }

.instagram-gallery { display: grid; gap: 18px; align-items: start; }
.instagram-card { min-width: 0; overflow: hidden; padding: 14px; border: 1px solid #d7d4cf; background: white; box-shadow: 0 12px 30px rgb(0 0 0 / 7%); }
.instagram-card h3 { margin: 0 0 12px; font-size: .83rem; letter-spacing: .04em; text-transform: uppercase; }
.instagram-card h3 a { color: #171717; text-decoration: none; }
.instagram-card h3 a:hover { color: #9b6505; }
.instagram-card .instagram-media { min-width: 0 !important; width: 100% !important; max-width: 100% !important; margin: 0 !important; }
.instagram-note { margin: 20px 0 0; color: #686868; font-size: .77rem; }

.documents { background: #dedbd4; }
.document-grid { display: grid; gap: 14px; }
.document-card { padding: 26px; background: white; border-top: 4px solid var(--color-accent); box-shadow: 0 12px 32px rgb(0 0 0 / 8%); }
.document-type { display: inline-flex; padding: 3px 7px; background: #222; color: white; font-size: .68rem; font-weight: 900; }
.document-card h3 { margin: 2rem 0 .5rem; font-size: 1.35rem; text-transform: uppercase; }
.document-card p { color: #626262; }
.document-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.document-actions a { padding: .55rem .75rem; border: 1px solid #aaa; font-size: .73rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.document-actions a:first-child { border-color: var(--color-accent); background: var(--color-accent); color: #111; }
.legal-notice { margin-top: 20px; padding-left: 14px; border-left: 3px solid #a86b00; color: #4d4d4d; font-size: .88rem; }

.store { overflow: hidden; background: var(--color-accent); color: #111; }
.store-inner { position: relative; display: grid; gap: 25px; align-items: center; }
.store .eyebrow { color: #4b3100; }
.store h2 { max-width: 700px; }
.store .button-primary { background: #111; color: white; }
.store small { display: block; margin-top: 9px; }
.store-mark { color: rgb(0 0 0 / 9%); font-size: clamp(5rem, 23vw, 14rem); font-weight: 900; letter-spacing: -.08em; line-height: .7; }
.contact { background: #101010; color: white; }
.contact-grid { display: grid; gap: 42px; }
.contact-grid > div:first-child > p:not(.eyebrow) { max-width: 560px; color: var(--color-text-muted); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-actions .button { cursor: pointer; }
.share-status { min-height: 1.3em; margin: 10px 0 0; color: var(--color-accent-bright) !important; font-size: .78rem; }
.contact-links { border-top: 1px solid var(--color-border); }
.contact-links a { display: flex; flex-direction: column; gap: 2px; padding: 17px 0; border-bottom: 1px solid var(--color-border); text-decoration: none; }
.contact-links span { color: #858585; font-size: .78rem; text-transform: uppercase; }
.contact-links strong { color: var(--color-accent-bright); }

.site-footer { padding: 58px 0 20px; background: #090909; color: var(--color-text-muted); border-top: 1px solid #252525; }
.footer-grid { display: grid; gap: 35px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 70px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: white; text-transform: uppercase; }
.footer-brand span { font-size: .82rem; }
.footer-grid nav { display: grid; align-content: start; gap: 8px; }
.footer-grid nav a { width: fit-content; font-size: .82rem; text-decoration: none; }
.footer-grid nav a:hover { color: var(--color-accent-bright); }
.footer-bottom { display: grid; gap: 6px; margin-top: 38px; padding-top: 18px; border-top: 1px solid #252525; font-size: .72rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--color-accent-bright); font-weight: 800; }
.back-to-top { position: fixed; z-index: 90; right: 16px; bottom: 16px; width: 48px; height: 48px; border: 1px solid rgb(255 255 255 / 25%); background: var(--color-accent); color: #111; box-shadow: 0 12px 28px rgb(0 0 0 / 28%); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.error-page, .policy-page { min-height: 100svh; width: min(calc(100% - 32px), 780px); margin-inline: auto; padding: 80px 0; }
.error-page { display: grid; align-content: center; justify-items: start; }
.error-page > img { width: 100px; margin-bottom: 28px; }
.error-page h1, .policy-page h1 { max-width: 720px; margin: 0 0 1rem; color: white; font-size: clamp(2.6rem, 8vw, 5.6rem); line-height: .93; letter-spacing: -.045em; text-transform: uppercase; }
.error-page > p:not(.eyebrow), .policy-page > p { color: var(--color-text-muted); }
.policy-page .brand { width: fit-content; margin-bottom: 80px; }
.policy-page h2 { margin-top: 2.5rem; color: var(--color-accent-bright); text-transform: uppercase; }

@media (min-width: 600px) {
  .objectives-grid, .document-grid { grid-template-columns: repeat(2, 1fr); }
  .regional-list { grid-template-columns: repeat(3, 1fr); }
  .mission-list div { grid-template-columns: 140px 1fr; gap: 20px; }
}

@media (min-width: 820px) {
  .section { padding: 112px 0; }
  .hero-content { grid-template-columns: 150px 1fr; gap: 42px; }
  .hero-crest { width: 150px; }
  .heading-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: end; }
  .heading-split > p { margin-bottom: 0; }
  .mission-grid { grid-template-columns: 1fr 1fr; gap: 85px; }
  .mission-grid .section-top-link { grid-column: 1 / -1; }
  .curiosity-grid { grid-template-columns: repeat(2, 1fr); }
  .vest-history { grid-column: 1 / -1; display: grid; grid-template-columns: .75fr 1.25fr; }
  .vest-history > img { height: 100%; aspect-ratio: auto; }
  .instagram-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .signals-heading { grid-template-columns: 1fr 1fr; align-items: end; }
  .document-grid { grid-template-columns: repeat(2, 1fr); }
  .store-inner { grid-template-columns: .55fr 1fr; }
  .store-inner .section-top-link { position: absolute; right: 0; bottom: 0; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid .section-top-link { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.5fr .6fr .6fr; }
  .footer-bottom { grid-template-columns: 1fr 1fr auto; align-items: center; }
}

@media (min-width: 1100px) {
  :root { --header-height: 88px; }
  .header-inner { gap: 22px; }
  .brand strong { font-size: 1rem; }
  .menu-toggle { display: none; }
  .main-nav { position: static; inset: auto; display: flex; align-items: center; gap: 15px; overflow: visible; padding: 0; background: transparent; }
  .main-nav a { border: 0; padding: 12px 0; font-size: .68rem; white-space: nowrap; }
  .header-social { display: inline-flex; padding: 8px 10px; border: 1px solid var(--color-accent); color: var(--color-accent-bright); font-size: .68rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
  .objectives-grid { grid-template-columns: repeat(3, 1fr); }
  .regional-list { grid-template-columns: repeat(4, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
