/* Kodiak field-briefing theme. Keep brand artwork unaltered. */
@font-face {
  font-family: "Barlow Condensed";
  src: url("/assets/barlow-condensed-semibold.ttf") format("truetype");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("/assets/barlow-condensed-bold.ttf") format("truetype");
  font-weight: 700; font-style: normal; font-display: swap;
}
:root {
  --ink: #091013;
  --ink-2: #101b21;
  --navy: #1e3656;
  --forest: #35583b;
  --ice: #cbdce7;
  --gold: #c29c43;
  --gold-light: #dec078;
  --paper: #10171b;
  --muted: #acb7bc;
  --line: rgba(183,201,204,.19);
  --max: 1180px;
  --pad: max(1.5rem, calc((100vw - 1180px) / 2));
  --display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --mono: "Courier New", monospace;
  color-scheme: dark;
}
body {
  background: var(--ink); color: #e5e8e6;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.7;
}
::selection { color: #091013; background: var(--gold-light); }
.site-header, .site-header.scrolled {
  height: 5.5rem; padding-inline: var(--pad);
  background: rgba(8,14,18,.97);
  border-bottom: 1px solid var(--line); backdrop-filter: blur(14px);
}
.brand { flex-shrink: 0; gap: .9rem; }
.brand img { width: 3.1rem; height: 3.4rem; filter: none; }
.brand-copy { letter-spacing: .1em; }
.brand-copy strong { font: 700 1.55rem/1 var(--display); color: #e5e8e6; letter-spacing: .08em; }
.brand-copy span { color: #b9c8ce; font-size: .75rem; letter-spacing: .1em; font-weight: 500; }
.site-nav { gap: 1.9rem; flex-wrap: nowrap; }
.site-nav a { font-size: .875rem; font-weight: 600; letter-spacing: .025em; padding-block: 1.85rem; }
.site-nav a::after { bottom: 0 !important; height: 2px; }
.nav-number { color: #839296; font: .75rem/1 var(--mono); margin-right: .45rem; }
.site-nav a[aria-current="page"] .nav-number { color: var(--gold-light); }
.eyebrow, .section-kicker, .masthead-code, .card-number, .step-number,
.hero-index, .hero-emblem figcaption, .training-topics article > span {
  font-family: var(--mono); font-weight: 400; letter-spacing: .09em;
}
.eyebrow { font-size: .875rem; color: var(--gold-light); }
.eyebrow::before { content: "//"; margin-right: .65rem; color: var(--gold); }
.eyebrow span { color: #c7d7df; }
h1, h2, h3, .flag-feature figcaption strong, .insignia-plate figcaption strong {
  font-family: var(--display); font-weight: 600 !important; letter-spacing: .005em !important;
}
.hero {
  min-height: 780px; min-height: min(900px, 100svh);
  grid-template-columns: minmax(0,1fr) 245px;
  gap: clamp(2rem,7vw,7rem); align-items: center;
  padding: 10.5rem var(--pad) 7rem;
  background: linear-gradient(110deg,#0a131a 30%,#142129 100%);
  overflow: hidden;
}
.hero::after { display: none; }
.hero::before {
  height: 3px; z-index: 3;
  background: linear-gradient(90deg,var(--gold) 0 12%,var(--navy) 12% 56%,var(--forest) 56%);
}
.hero-lines {
  z-index: -1; opacity: .4; mask-image: none;
  background-image: linear-gradient(rgba(204,218,229,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(204,218,229,.07) 1px,transparent 1px);
  background-size: 64px 64px;
}
.hero-content { max-width: 770px; min-width: 0; }
.hero h1 { font-size: clamp(5rem,9vw,8.4rem); line-height: .94; font-weight: 700 !important; }
.hero h1 span { font-size: .49em; letter-spacing: .035em !important; color: #d3e1e6; margin-top: .22em; }
.hero-lede { max-width: 510px; font-size: 1.125rem; color: #c0c9ce; margin-top: 1.8rem; }
.hero-actions { gap: .9rem; margin-top: 2rem; }
.button {
  font-family: var(--mono); font-size: .875rem; font-weight: 700;
  letter-spacing: .045em; border-radius: 0; min-height: 3.4rem;
  transition: background .18s,color .18s,border-color .18s;
}
.button:hover, .button:focus-visible { transform: none; }
.button-primary { background: var(--gold); border-color: var(--gold); color: #101514; }
.button-primary:hover { background: #dfbb64; border-color: #dfbb64; }
.button-quiet { background: rgba(8,14,18,.65); border-color: #526069; color: #e4e8e6; }
.button-quiet:hover { background: #223038; border-color: var(--gold-light); }
.hero-index { color: #a1b0b8; font-size: .75rem; margin-top: 2.4rem; line-height: 1.5; }
.index-line { background: #647579; width: 2.2rem; }
.hero-emblem {
  width: 245px; max-width: 100%; margin: 0; padding: 1.2rem 1.1rem .95rem;
  background: rgba(7,14,19,.78); border: 1px solid rgba(192,168,109,.42);
  box-shadow: 0 1.5rem 4rem rgba(0,0,0,.18); opacity: 1;
}
.hero-emblem::before, .hero-emblem::after {
  content: ""; position: absolute; width: 17px; height: 17px;
  border-color: var(--gold-light); border-style: solid; pointer-events: none;
}
.hero-emblem::before { top: -1px; left: -1px; border-width: 2px 0 0 2px; }
.hero-emblem::after { bottom: -1px; right: -1px; border-width: 0 2px 2px 0; }
.hero-emblem img { width: 100%; height: auto; filter: drop-shadow(0 .5rem 1rem #0006); }
.hero-emblem figcaption { display: grid; gap: .35rem; border-top: 1px solid var(--line); margin-top: 1rem; padding-top: .85rem; text-align: center; }
.hero-emblem figcaption span { font-size: .75rem; color: #a8b4ba; }
.hero-emblem figcaption strong { font-size: .875rem; color: var(--gold-light); font-weight: 400; }
.emblem-halo { display: none; }
.scroll-cue { display: flex; color: #b4c0c4; bottom: 2rem; font: .75rem/1.5 var(--mono); letter-spacing: .08em; }
.section { padding-block: 5.5rem; border-bottom: 1px solid var(--line); }
.mission-section, .lore-section, .process-section, .faq-section, .completion-section { background: #10181d; }
.section-kicker { color: #a5b2b9; margin-bottom: 3rem; font-size: .875rem; }
.section-kicker::after { flex: 1; background: var(--line); }
.section-kicker span { color: var(--gold-light); }
.section-heading h2, .doctrine-intro h2, .reading-copy h2, .process-intro h2, .training-header h2 {
  color: #e5e8e6; font-size: clamp(2.6rem,4.2vw,4.15rem); line-height: 1.05;
}
.section-heading .eyebrow, .reading-copy .eyebrow, .process-intro .eyebrow, .faq-index .eyebrow { color: var(--gold-light); }
.mission-copy, .reading-copy p, .process-intro > p, .entry-steps p, .faq-answer { color: #b3c0c6; font-size: 1.0625rem; }
.mission-copy .lead, .reading-copy .lead { color: #e1e6e7; font-size: 1.25rem; font-weight: 400; line-height: 1.65; }
.text-link, .faq-answer a { color: var(--gold-light); }
.text-link:hover, .faq-answer a:hover { color: #f0d99d; }
.site-footer { background: #070d11; border-top: 1px solid var(--line); padding-block: 2rem; }
.site-footer .footer-brand { justify-self: start; }
.footer-brand img { width: 2.8rem; height: 3rem; }
.footer-brand strong { font: 600 1.15rem/1.25 var(--display); letter-spacing: .05em; }
.site-footer > p { max-width: 300px; font-size: .875rem; color: #9dadb5; }
@media(max-width:1100px) {
  .site-nav { gap: 1rem; }
  .hero { grid-template-columns: minmax(0,1fr) 220px; gap: 2rem; }
  .hero-emblem { width: 220px; }
}
@media(max-width:1040px) {
  .site-header, .site-header.scrolled { height: 5rem; }
  .site-nav { gap: 0; background: #0c151b; padding: .5rem var(--pad) 1.1rem; }
  .site-nav a { padding: 1rem 0; font-size: 1rem; }
  .menu-toggle { border-color: #566169; color: var(--gold-light); }
}
@media(max-width:760px) {
  .hero { min-height: 0; grid-template-columns: minmax(0,1fr); padding-top: 9rem; padding-bottom: 5rem; gap: 2.8rem; }
  .hero h1 { font-size: clamp(4.5rem,18vw,7rem); }
  .hero h1 span { font-size: .45em; }
  .hero-emblem { width: 190px; justify-self: start; margin: 0; padding: .9rem; }
  .hero-emblem img { max-height: 182px; width: auto; margin: auto; }
  .hero-emblem figcaption { margin-top: .65rem; padding-top: .65rem; }
  .hero-lede { font-size: 1.0625rem; }
  .hero .eyebrow span { display: block; margin: 0 0 .35rem; }
  .hero .eyebrow::before { display: none; }
  .hero-index { flex-wrap: wrap; gap: .6rem; }
  .scroll-cue { display: none; }
  .section { padding-block: 4rem; }
  .section-kicker { margin-bottom: 2rem; }
  .site-footer { gap: 1.5rem; }
}
@media(max-width:460px) {
  :root { --pad: 1.25rem; }
  .brand img { width: 2.5rem; height: 2.7rem; }
  .brand-copy strong { font-size: 1.3rem; }
  .brand-copy span { font-size: .7rem; }
  .site-header { gap: .75rem; }
  .hero h1 { font-size: clamp(4.3rem,20vw,5.7rem); }
  .hero h1 span { font-size: .43em; }
  .hero-actions { display: grid; }
}

/* Airmobile artwork is illustrative; the unit's supplied marks remain separate. */
.hero-backdrop {
  position: absolute; inset: 0; z-index: -3;
  width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.hero::after {
  display: block; content: ""; inset: 0; z-index: -2;
  background: linear-gradient(90deg,rgba(6,13,18,.94) 0%,rgba(6,13,18,.78) 36%,rgba(6,13,18,.19) 71%,rgba(6,13,18,.45) 100%),linear-gradient(0deg,rgba(6,13,18,.9),transparent 25%,transparent 80%,rgba(6,13,18,.3));
}
.hero-content, .hero-emblem { z-index: 1; }
.hero-emblem { align-self: end; margin-bottom: -.5rem; width: 200px; justify-self: end; }
.hero-art-credit { position: absolute; bottom: 2rem; right: var(--pad); color: #b0bec5; font: .75rem/1.5 var(--mono); letter-spacing: .08em; text-align: right; margin: 0; }
.mission-grid { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(2rem,6vw,6rem); }
.mission-copy { max-width: none; }
.flag-feature { grid-template-columns: minmax(0,1fr) minmax(0,1fr); margin-top: 3.5rem; background: #142129; border: 1px solid var(--line); }
.flag-frame { min-height: 0; padding: 1.5rem; background: #0c141b; }
.flag-frame img { width: 100%; height: auto; object-fit: contain; border: 1px solid #4f6066; }
.flag-feature figcaption { border-left: 1px solid var(--line); border-top: 0; padding: 2.5rem; justify-content: center; }
.flag-feature figcaption span { font: .875rem/1.5 var(--mono); color: var(--gold-light); }
.flag-feature figcaption strong { font-size: 2.8rem; line-height: 1.1; letter-spacing: .02em; }
.flag-feature figcaption p { color: #b2c0c6; }
.doctrine-section { background: #0a1115; }
.doctrine-intro { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 4rem; }
.doctrine-intro > p { color: #b5c1c6; font-size: 1.0625rem; }
.doctrine-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 3rem; border: 1px solid var(--line); background: #111b21; }
.doctrine-card { display: block; padding: 2rem; border-bottom: 0; }
.doctrine-card + .doctrine-card { border-left: 1px solid var(--line); }
.doctrine-card:hover { padding: 2rem; background: #15232b; }
.card-number { display: inline-block; margin-bottom: 1.3rem; color: var(--gold-light); font-size: .875rem; }
.doctrine-card h3 { font-size: 1.9rem; line-height: 1.2; }
.doctrine-card p { color: #b0bec5; font-size: 1rem; margin-top: .9rem; }
.route-callout {
  background: #182922; color: #e4e9e5; border-left: 4px solid var(--gold);
  padding-block: 3.5rem; padding-left: var(--pad); padding-right: var(--pad);
}
.route-callout h2 { font-size: clamp(2.4rem,3.5vw,3.2rem); }
.route-callout p:last-child { color: #b9c9c1; font-size: 1rem; }
.callout-actions { gap: .8rem; }
.page-masthead, .page-entry .page-masthead {
  background-color: #0a131a;
  background-image: linear-gradient(90deg,rgba(9,16,21,.98) 15%,rgba(9,16,21,.87) 60%,rgba(9,16,21,.58)),url("/assets/kodiak-airfield-night.png");
  background-size: cover; background-position: center 55%;
  padding: 10rem var(--pad) 4rem; border-bottom: 1px solid #4f5041;
}
.page-masthead::after {
  content: ""; position: absolute; top: 7.5rem; bottom: 2rem; right: var(--pad); width: 145px;
  background: url("/assets/kodiak-airmobile-guard-logo.png") no-repeat center / contain;
  opacity: .24; pointer-events: none;
}
.masthead-inner { padding-right: 155px; }
.page-masthead h1 { font-size: clamp(4rem,6.6vw,6.5rem); line-height: .98; font-weight: 700 !important; }
.page-masthead h1 span { color: #c0d4df; }
.page-lede { font-size: 1.125rem; line-height: 1.65; color: #b3c4cd; max-width: 640px; margin-top: 1.5rem; }
.page-masthead .button { margin-top: 1.5rem; }
.masthead-code { bottom: 1.15rem; color: #b4c1c7; font-size: .75rem; }
.lore-layout { grid-template-columns: minmax(0,1.25fr) minmax(0,.75fr); gap: 5rem; }
.reading-copy h2 { margin-bottom: 1.5rem; }
.reading-copy p { line-height: 1.8; }
.reading-copy blockquote { color: #e2e6e6; font: 600 1.75rem/1.35 var(--display); border-left: 2px solid var(--gold); background: #17232a; padding: 1.5rem; margin-top: 2rem; }
.insignia-plate { padding: 1.6rem; background: #0a1116; border-color: #53605c; position: relative; max-width: 360px; justify-self: end; }
.insignia-plate::before { content: ""; width: 36px; height: 3px; background: var(--gold); position: absolute; top: -2px; left: -1px; }
.insignia-plate figcaption span { font: .75rem/1.5 var(--mono); color: #aebdc5; }
.insignia-plate figcaption strong { font-size: 1.6rem; }
.tavrosk-section { background: #14201c; }
.lore-flag { width: min(860px,100%); border: 1px solid #54655a; padding: 1.25rem; background: #101b17; margin: 3rem auto 0; }
.lore-flag figcaption { font-size: .875rem; color: #b6c4be; }
.process-layout { grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 5rem; }
.process-intro h2 { font-size: clamp(2.5rem,3.5vw,3.5rem); }
.availability-note { background: #1c2523; border-left: 2px solid var(--gold); padding: 1.4rem; }
.availability-note strong { color: var(--gold-light); }
.availability-note p { color: #bac4c2; }
.entry-steps { border-color: var(--line); }
.entry-steps li { padding: 1.7rem 0; border-color: var(--line); gap: 1.1rem; grid-template-columns: 2.5rem minmax(0,1fr); }
.step-number { color: var(--gold-light); font-size: .875rem; padding-top: .2rem; }
.entry-steps h3 { font-size: 1.7rem; line-height: 1.2; }
.entry-steps p { font-size: 1rem; line-height: 1.75; }
.training-section { background: #0a1115; }
.training-header { grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: 4rem; }
.training-header > p, .training-note { color: #b0c0c7; }
.training-topics { border: 1px solid var(--line); background: #101b21; }
.training-topics article, .training-topics article:nth-child(even) { padding: 2rem; }
.training-topics article:nth-last-child(-n+2) { border-bottom: 0; }
.training-topics article > span { font-size: .875rem; }
.training-topics h3 { font-size: 2.05rem; line-height: 1.2; }
.training-topics p { color: #b3c1c7; }
.faq-layout { grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: 4.5rem; }
.faq-index { top: 7rem; padding: 1.5rem; background: #152129; border: 1px solid var(--line); }
.faq-index .eyebrow { margin-bottom: 1.2rem; }
.faq-index nav { border-color: var(--line); }
.faq-index nav a { padding-block: 1rem; color: #e1e6e6; font-weight: 500; font-size: 1rem; border-color: var(--line); }
.faq-index nav span { color: var(--gold-light); }
.faq-index nav a:hover { color: var(--gold-light); }
.faq-index > p:not(.eyebrow) { font-size: 1rem; color: #b2c0c6; margin-top: 1.5rem; }
.faq-index .text-link { font-size: 1rem; }
.faq-group h2 { font-size: 2rem; color: #e3e8e6; }
.faq-group details { background: #111c22; border: 1px solid var(--line); margin-top: .65rem; }
.faq-group details:last-child { border: 1px solid var(--line); }
.faq-group details[open] { border-left: 2px solid var(--gold); background: #18262e; }
.faq-group summary { padding: 1.2rem 1.25rem; gap: 1rem; font-size: 1rem; font-weight: 600; }
.faq-group summary:hover { color: var(--gold-light); }
.faq-symbol { color: var(--gold-light); }
.faq-answer { padding: 0 1.25rem 1.4rem; font-size: 1rem; line-height: 1.8; }
@media(min-width:1800px) { .hero { min-height: 900px; } }
@media(max-width:1040px) {
  .hero { min-height: 740px; }
  .hero-emblem { width: 180px; }
  .doctrine-card, .doctrine-card:hover { padding: 1.5rem; }
  .route-callout { gap: 2rem; }
}
@media(max-width:900px) {
  .mission-grid, .lore-layout, .process-layout, .training-header, .faq-layout, .doctrine-intro { grid-template-columns: minmax(0,1fr); gap: 2.5rem; }
  .mission-copy { max-width: none; }
  .insignia-plate { justify-self: center; width: min(100%,360px); }
  .faq-index { position: static; }
  .doctrine-list { grid-template-columns: minmax(0,1fr); }
  .doctrine-card { display: grid; grid-template-columns: 2.5rem minmax(0,1fr); gap: 1rem; }
  .doctrine-card + .doctrine-card { border-left: 0; border-top: 1px solid var(--line); }
  .card-number { margin: 0; padding-top: .3rem; }
  .flag-feature { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .flag-feature figcaption { padding: 1.75rem; }
  .page-masthead { padding-top: 8.5rem; }
}
@media(max-width:760px) {
  .hero { min-height: 0; padding-top: 8.2rem; padding-bottom: 4rem; gap: 2.5rem; }
  .hero-backdrop { object-position: 68% center; }
  .hero::after { background: linear-gradient(90deg,rgba(6,13,18,.86),rgba(6,13,18,.46)),linear-gradient(0deg,rgba(6,13,18,.8),transparent 45%); }
  .hero-emblem { width: 165px; justify-self: start; margin: 0; }
  .hero-emblem img { max-height: 160px; }
  .hero-art-credit { bottom: 1.2rem; font-size: .75rem; max-width: 150px; }
  .flag-feature { grid-template-columns: minmax(0,1fr); }
  .flag-frame { padding: 1rem; }
  .flag-feature figcaption { border-left: 0; border-top: 1px solid var(--line); padding: 1.5rem; }
  .flag-feature figcaption strong { font-size: 2.3rem; }
  .page-masthead, .page-entry .page-masthead { padding: 8rem var(--pad) 3.5rem; }
  .masthead-inner { padding-right: 0; }
  .page-masthead::after { width: 105px; top: 6rem; bottom: 1rem; opacity: .1; }
  .page-masthead h1 { font-size: clamp(3.5rem,13vw,5.5rem); }
  .page-lede { font-size: 1.0625rem; }
  .masthead-code { font-size: .75rem; bottom: 1rem; }
  .reading-copy .lead, .mission-copy .lead { font-size: 1.1875rem; }
  .section-heading h2, .doctrine-intro h2, .reading-copy h2, .process-intro h2, .training-header h2 { font-size: 2.7rem; }
  .training-topics { grid-template-columns: minmax(0,1fr); }
  .training-topics article, .training-topics article:nth-child(even) { padding: 1.5rem; border-left: 0; border-bottom: 1px solid var(--line); }
  .training-topics article:last-child { border-bottom: 0; }
  .lore-flag { padding: .75rem; }
  .route-callout { padding-block: 2.75rem; }
  .site-footer > p { max-width: none; }
}
@media print {
  body, .section, .page-masthead, .hero { color: #111; background: #fff !important; }
  .hero-backdrop, .hero-art-credit, .page-masthead::after { display: none; }
  h1,h2,h3,p,.lead { color: #111 !important; }
}

/* Owner-supplied Arma 3 imagery. Display the title-bearing poster without cropping. */
.home-showcase { padding: 5.5rem var(--pad) 0; background: #05090c; border-bottom: 1px solid var(--line); }
.homepage-poster { margin: 0; background: #000; }
.homepage-poster img { display: block; width: 100%; height: auto; }
.showcase-briefing { display: grid; grid-template-columns: 80px minmax(0,1fr) 240px; align-items: center; gap: 1.8rem; padding: 1.5rem 0 1.8rem; border-top: 2px solid var(--gold); }
.briefing-insignia { width: 80px; height: auto; }
.showcase-copy { min-width: 0; }
.showcase-copy .eyebrow { margin: 0 0 .45rem; font-size: .875rem; }
.showcase-roles { margin: 0; font: 600 1.5rem/1.3 var(--display); letter-spacing: .025em; text-transform: uppercase; color: #e0e9eb; }
.showcase-lede { margin: .55rem 0 0; max-width: 660px; font-size: 1rem; line-height: 1.6; color: #b7c5cc; }
.showcase-actions { display: grid; gap: .65rem; }
.showcase-actions .button { min-height: 3rem; font-size: .875rem; }
.page-entry .page-masthead {
  background-image: linear-gradient(90deg,rgba(9,16,21,.98) 15%,rgba(9,16,21,.78) 60%,rgba(9,16,21,.38)),url("/assets/kodiak-helicopter-muster.png");
  background-position: center 65%;
}
@media(max-width:1040px) {
  .home-showcase { padding-top: 5rem; }
  .showcase-briefing { grid-template-columns: 65px minmax(0,1fr) 220px; gap: 1.2rem; }
  .briefing-insignia { width: 65px; }
}
@media(max-width:760px) {
  .home-showcase { padding-inline: 0; }
  .showcase-briefing { grid-template-columns: minmax(0,1fr); gap: 1.35rem; padding: 1.5rem var(--pad) 2rem; }
  .briefing-insignia { display: none; }
  .showcase-title {
    position: static; width: auto; height: auto; padding: 0; margin: 0 0 1.2rem;
    overflow: visible; clip: auto; clip-path: none; white-space: normal;
    font: 700 2.8rem/1.05 var(--display); text-transform: uppercase; color: #f0f3f1;
  }
  .showcase-title span { display: block; font-size: .72em; margin-top: .12em; color: var(--ice); }
  .showcase-copy .eyebrow { font-size: .875rem; }
  .showcase-roles { font-size: 1.25rem; line-height: 1.4; }
  .showcase-lede { margin-top: .75rem; }
  .showcase-actions { grid-template-columns: repeat(2,minmax(0,1fr)); gap: .6rem; }
  .showcase-actions .button { padding-inline: .6rem; gap: .5rem; font-size: .8125rem; }
}
@media(max-width:380px) {
  .showcase-actions { grid-template-columns: minmax(0,1fr); }
}
@media print {
  .home-showcase { padding-top: 0; }
  .showcase-actions { display: none; }
}

.field-photo { margin-top: 3.5rem; margin-bottom: 0; background: #080f13; border: 1px solid var(--line); }
.field-photo img { width: 100%; height: auto; }
.field-photo figcaption { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; border-top: 1px solid var(--line); color: #c2cdd1; font: .875rem/1.5 var(--mono); letter-spacing: .055em; text-transform: uppercase; }
.field-photo figcaption span:last-child { color: var(--gold-light); font-size: .75rem; }
@media(max-width:760px) {
  .field-photo { margin-top: 2.5rem; }
  .field-photo figcaption { align-items: flex-start; flex-direction: column; gap: .35rem; padding: .85rem 1rem; }
}

/* Member-supplied field photography: keep scenes intact and captions separate. */
.field-photo img, .field-photo picture { display: block; }
.field-photo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.5rem; margin-top: 3rem; align-items: start; }
.field-photo-grid .field-photo { margin: 0; min-width: 0; }
.field-photo-grid figcaption { align-items: flex-start; flex-direction: column; gap: .3rem; }
.tavrosk-imagery { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(0,1fr); gap: 1.5rem; margin-top: 3rem; align-items: start; }
.tavrosk-imagery .field-photo, .tavrosk-imagery .lore-flag { margin: 0; width: 100%; }
.tavrosk-imagery .lore-flag { padding: .8rem; }
.tavrosk-imagery .field-photo figcaption { flex-wrap: wrap; gap: .3rem 1rem; }
/* Only the screenshot's embedded black letterboxing is hidden. */
.cinematic-photo { aspect-ratio: 1920 / 738; overflow: hidden; background: #000; }
.cinematic-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.aviation-section { background: #0a1115; }
.field-gallery-heading h2 { margin: 0; font-size: clamp(2.6rem,4.2vw,4.15rem); line-height: 1.05; }
.aviation-grid { grid-template-columns: minmax(0,1.553fr) minmax(0,1.901fr); }
@media(max-width:900px) {
  .tavrosk-imagery { grid-template-columns: minmax(0,1fr); }
  .tavrosk-imagery .lore-flag { max-width: 560px; justify-self: center; }
}
@media(max-width:760px) {
  .field-photo-grid { grid-template-columns: minmax(0,1fr); margin-top: 2rem; }
  .tavrosk-imagery { margin-top: 2.5rem; }
  .field-gallery-heading h2 { font-size: 2.7rem; }
}
