/* CGS Aviation hybrid - Look A white/ink/signal red + B proof/awards + C contact CTA. */

:root {
  --ink: #111111;
  --header: #0a0a0a;
  --paper: #f7f7f5;
  --paper-2: #ecece8;
  --white: #ffffff;
  --red: #c8102e;
  --red-dark: #9a0c23;
  --mute: #5c5c5c;
  --line: #d8d8d4;
  --header-h: 4.25rem;
  --sans: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--ink);
  background: var(--paper);
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

h1, h2, h3, .footer-brand, .stat, .year {
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 0.4rem;
}

h1 { font-size: clamp(1.55rem, 4.6vw, 2.15rem); }
h2 { font-size: clamp(1.4rem, 3.8vw, 1.9rem); }
h3 { font-size: 1.05rem; letter-spacing: 0; }
p { margin: 0 0 0.8rem; }

.skip-link {
  position: absolute;
  left: 0.75rem;
  top: -3rem;
  z-index: 100;
  background: var(--red);
  color: #fff;
  padding: 0.5rem 0.85rem;
  font-weight: 700;
}
.skip-link:focus { top: 0.75rem; }

.wrap {
  width: min(100% - 2rem, 72rem);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 2000;
  background: var(--header);
  color: #fff;
  border-bottom: 3px solid var(--red);
}

.header-inner {
  width: min(100% - 1.15rem, 72rem);
  margin-inline: auto;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.brand { display: flex; align-items: center; min-height: 2.75rem; }
.brand img { width: min(15rem, 66vw); height: auto; }

.nav-toggle { position: absolute; opacity: 0; pointer-events: none; }

.nav-toggle-btn {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.32rem;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.28);
}

.nav-toggle-btn span {
  display: block;
  width: 1.2rem;
  height: 2px;
  background: #fff;
}

.site-nav {
  display: none;
  position: absolute;
  left: 0; right: 0; top: 100%;
  background: #161616;
  padding: 0.4rem 0 0.65rem;
}

.site-nav a {
  display: flex;
  align-items: center;
  min-height: 3rem;
  padding: 0 1.2rem;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #fff;
}

.site-nav a[aria-current="page"] {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.28em;
  text-decoration-thickness: 2px;
}

.site-nav a:hover,
.site-nav a:focus-visible { color: var(--red); }

.nav-phone { color: #c8102e; }
.site-nav a.nav-contact:link,
.site-nav a.nav-contact:visited,
.site-nav a.nav-contact:hover,
.site-nav a.nav-contact:active,
.site-nav a.nav-contact:focus,
.site-nav a.nav-contact:focus-visible {
  color: #c8102e;
}

.nav-toggle:checked ~ .site-nav { display: block; }
.nav-toggle:focus-visible + .nav-toggle-btn { outline: 2px solid var(--red); outline-offset: 2px; }

/* Homepage hero — one still, copy under the photo */
.hero { background: var(--header); color: #fff; }

.hero > img {
  width: 100%;
  height: auto;
  aspect-ratio: 2000 / 770;
  object-fit: cover;
  object-position: 20% 50%;
  background: #1a1a1a;
}

.hero-copy {
  width: min(100% - 2rem, 72rem);
  margin: 0 auto;
  padding: 1.25rem 0 1.5rem;
}

.hero-actions,
.band-actions,
.price-call {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.65rem 1.15rem;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  border: 2px solid transparent;
}

.btn-primary { background: var(--red); color: #fff; border-color: var(--red); }
.btn-ghost { background: transparent; color: inherit; border-color: currentColor; }
.btn-dark,
.btn-navy { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
.btn-primary:hover { background: var(--red-dark); border-color: var(--red-dark); }

.btn-compact {
  min-height: 2.4rem;
  padding: 0.4rem 0.85rem;
  font-size: 0.72rem;
}

.kicker,
.eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
}

.eyebrow.on-ink { color: #ff6b7d; }

.lede,
.section-lede { color: var(--mute); max-width: 40rem; }
.hero .lede,
.page-hero .lede { color: rgba(255,255,255,0.88); }

.models { padding: 1.75rem 0 2.25rem; }
.models-head { margin-bottom: 1rem; }

.grid {
  width: min(100% - 2rem, 72rem);
  margin-inline: auto;
  display: grid;
  gap: 0.85rem;
}

.model-card {
  background: var(--white);
  border: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
}

.model-card.featured { border-width: 2px; }

.model-card img,
.card-photo {
  width: 100%;
  aspect-ratio: 350 / 210;
  object-fit: cover;
  background: #ecece8;
}

.card-body { padding: 0.9rem 0.95rem 1.05rem; flex: 1; display: flex; flex-direction: column; }
.card-body p { font-size: 0.95rem; color: var(--mute); flex: 1; }

.card-body .category {
  flex: 0 0 auto;
  margin: 0 0 0.55rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
}

.card-body .btn,
.card-body .card-link { align-self: flex-start; }

.path {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
}

.card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.4rem 0.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
  text-decoration: none;
  background: var(--ink);
  color: #fff;
  border: 2px solid var(--ink);
  align-self: flex-start;
}

.card-link:hover,
.card-link:focus-visible {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

/* FAR 103 / LSA path strip */
.path-strip,
.families {
  background: var(--ink);
  color: #fff;
  padding: 2.25rem 0;
}

.path-strip p,
.families p { max-width: 40rem; }
.path-strip h2,
.families h2 { color: #fff; }
.path-strip .lede,
.families .lede { color: #d8d8d4; }
.path-strip .more,
.families .more { margin-top: 1.1rem; }

.families-inner {
  display: grid;
  gap: 1.15rem;
}

/* Comparison table */
.compare {
  background: var(--white);
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
}

.table-wrap {
  overflow-x: auto;
  margin-top: 1rem;
  border: 1px solid var(--ink);
}

.table-wrap:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; }

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 40rem;
  font-size: 0.92rem;
}

th, td {
  text-align: left;
  padding: 0.7rem 0.75rem;
  border-top: 1px solid var(--line);
  white-space: nowrap;
}

thead th {
  background: var(--ink);
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-top: 0;
}

tbody th { font-weight: 800; }
tbody th a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.4rem 0.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
  text-decoration: none;
  background: var(--ink);
  color: #fff;
  border: 2px solid var(--ink);
  white-space: nowrap;
}
tbody th a:hover,
tbody th a:focus-visible {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.compare tbody th { padding: 0.55rem 0.75rem; }


/* Compare table: keep model names visible while swiping on small screens */
.compare-swipe-hint {
  display: none;
  margin: 0.55rem 0 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mute);
}

@media (max-width: 700px) {
  .compare-swipe-hint { display: block; }

  .compare .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .compare thead th:first-child,
  .compare tbody th[scope="row"] {
    position: sticky;
    left: 0;
    z-index: 2;
  }

  .compare thead th:first-child {
    background: var(--ink);
    color: #fff;
    box-shadow: 2px 0 0 var(--ink);
  }

  .compare tbody th[scope="row"] {
    background: var(--white);
    box-shadow: 2px 0 0 var(--line);
  }

  .compare tbody tr:nth-child(even) th[scope="row"] {
    background: var(--paper);
  }
}
tbody tr:nth-child(even) { background: var(--paper); }

/* Proof strip — Look B content, Look A paint */
.proof,
.stats {
  background: var(--white);
  padding: 1.75rem 0;
  border-top: 1px solid var(--line);
}

.proof-row,
.stats-row {
  display: grid;
  gap: 1rem;
}

.proof-row article,
.stats-row article {
  padding: 0.45rem 0 0.15rem;
  border-top: 3px solid var(--red);
}

.stat {
  margin: 0 0 0.25rem;
  font-size: clamp(1.15rem, 2.8vw, 1.4rem);
  color: var(--ink);
}

.proof-row p:last-child,
.stats-row p:last-child { margin: 0; color: var(--mute); font-size: 0.95rem; }

/* Award strip */
.award-strip,
.awards-curated {
  background: var(--paper);
  padding: 2.25rem 0;
}

.award-grid,
.champ-grid {
  display: grid;
  gap: 0.85rem;
  margin: 1.25rem 0 1.2rem;
}

.award-grid article,
.champ-grid article {
  background: var(--white);
  padding: 1.05rem 1.05rem 0.9rem;
  border: 1px solid var(--ink);
  border-top: 3px solid var(--red);
}

.year {
  margin: 0 0 0.2rem;
  font-size: 1.35rem;
  color: var(--red);
}

.award-grid h3,
.champ-grid h3 { margin-bottom: 0; }

.peru-story {
  margin-top: 1.5rem;
  padding: 1.15rem 1.15rem 1rem;
  background: var(--white);
  border-left: 4px solid var(--red);
}

.peru-story p { margin: 0; color: var(--mute); }

.more { margin: 0; }

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.65rem 1.15rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  text-decoration: none;
  background: var(--ink);
  color: #fff;
  border: 2px solid var(--ink);
}

.text-link:hover,
.text-link:focus-visible {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.story {
  background: var(--white);
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
}

.story-grid {
  display: grid;
  gap: 1.15rem;
}

.story-grid img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 1px solid var(--ink);
}

.why {
  background: var(--white);
  padding: 2.5rem 0;
  border-top: 1px solid var(--line);
}

.why-bullets,
.why-points {
  list-style: none;
  margin: 1.25rem 0 1.4rem;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.why-bullets li,
.why-points article {
  padding: 1rem 1rem 0.85rem;
  border-top: 3px solid var(--red);
  background: var(--paper);
}

/* Contact CTA - Look C block, Look A paint */
.talk,
.contact { padding: 2.5rem 0; background: var(--white); }

.contact-panels {
  display: grid;
  gap: 1.25rem;
}

.contact-info-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 1.35rem 1.25rem 1.5rem;
}

.contact-info-panel .contact-cards {
  margin-top: 1.1rem;
}

.talk .hero-actions,
.contact-actions { margin-top: 1.15rem; }

.contact-row,
.contact-cards {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.15rem;
}

.contact-card {
  display: block;
  border: 1px solid var(--ink);
  padding: 1rem 1.1rem;
  text-decoration: none;
  min-height: 4.5rem;
  background: var(--white);
}

.contact-card .label,
.label {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 0.2rem;
}

.contact-card .value,
.value { font-weight: 800; font-size: 1.15rem; }
.contact-card:hover,
.contact-card:focus-visible { border-color: var(--red); color: var(--red); }

.site-footer {
  background: var(--header);
  color: #c8c8c8;
  padding: 0.75rem 0;
  border-top: 1px solid #5c5c5c;
}

.site-footer > .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem 1.25rem;
}

.footer-grid { display: grid; gap: 1.15rem; }
.footer-brand { color: #fff; font-size: 1.15rem; }
.site-footer a,
.site-footer .footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.4rem 0.85rem;
  margin: 0.15rem 0.2rem 0.15rem 0;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.78rem;
  background: #fff;
  color: var(--ink);
  border: 2px solid #fff;
}
.footer-nav a {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
}
.site-footer a:hover,
.site-footer a:focus-visible,
.site-footer .footer-btn:hover,
.site-footer .footer-btn:focus-visible {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
}
.site-footer p { margin: 0; }

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
}

.footer-nav span { color: #c8c8c8; }

.copyright {
  margin: 0;
  padding-top: 0;
  font-size: 0.8rem;
  color: #8a8a8a;
}

.footer-legal {
  margin: 0;
  font-size: 0.78rem;
  color: #8a8a8a;
  text-align: right;
}
.footer-legal a {
  display: inline;
  min-height: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  color: #8a8a8a;
  font-weight: 600;
  font-size: inherit;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.footer-legal a:hover,
.footer-legal a:focus-visible {
  background: transparent;
  border: none;
  color: #fff;
}

/* privacy/terms footer: keep legal links quiet (match all pages) */
.site-footer .footer-legal a {
  display: inline !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  color: #8a8a8a !important;
  font-weight: 600 !important;
  font-size: inherit !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: underline !important;
  text-underline-offset: 0.12em;
}
.site-footer .footer-legal a:hover,
.site-footer .footer-legal a:focus-visible {
  background: transparent !important;
  border: none !important;
  color: #fff !important;
}


/* Inner pages — overlay still, same chrome */
.page-hero {
  position: relative;
  min-height: 18rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero-media,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% 50%;
}

.page-hero-field .hero-media img {
  object-position: 80% 50%;
}


.hero-scrim {
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.2) 0%, rgba(10, 10, 10, 0.5) 42%, rgba(10, 10, 10, 0.9) 100%);
}

.page-hero .hero-copy {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, 40rem);
  margin: 0 auto 1.75rem;
  padding: 0;
}

.section { padding: 2.5rem 0; }

.jump-nav {
  background: var(--header);
  color: #fff;
  border-bottom: 3px solid var(--red);
}

.jump-nav .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.25rem;
  padding: 0.35rem 0;
}

.jump-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0 0.7rem;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.jump-nav a:hover,
.jump-nav a:focus-visible { color: var(--red); }


/* Model jump-nav targets: clear sticky header (same offset as FAQ category H2s) */
#specs,
#standard-equipment,
#ready-to-fly,
#tundra-package,
#covering-options,
#engine-packages,
#avionics,
#additional-options {
  scroll-margin-top: calc(var(--header-h) + 3px + 0.25rem);
}

.prose { max-width: 46rem; }
.prose p,
.prose li { max-width: 46rem; }

.split { display: grid; gap: 1.25rem; }

.split img {
  width: 100%;
  border: 1px solid var(--line);
}

.kit-list,
.option-list,
.nasad-list {
  margin: 0.75rem 0 0;
  padding-left: 1.2rem;
}

.kit-list li,
.option-list li,
.nasad-list li { margin: 0.4rem 0; }

/* Arrow II Ready To Fly — emphasize factory plus-list */
.kit-list--plus {
  margin: 1rem 0 1.15rem;
  padding: 0.85rem 1rem 0.85rem 1.35rem;
  list-style: none;
  border-left: 3px solid var(--red);
  background: rgba(200, 16, 46, 0.05);
}
.kit-list--plus li {
  margin: 0.55rem 0;
  font-size: 1.05rem;
  line-height: 1.35;
}
.kit-list--plus li strong {
  font-weight: 700;
}

.spec-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 1rem;
}

.spec-grid .specs,
.specs {
  list-style: none;
  margin: 0.85rem 0 1rem;
  padding: 0;
  font-size: 0.95rem;
}

.specs li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.35rem 1.25rem;
  padding: 0.45rem 0;
  border-top: 1px solid var(--line);
}

.specs li:first-child {
  border-top: none;
}

.specs span {
  color: var(--mute);
  flex: 1 1 12rem;
}

.spec-grid .specs {
  margin: 0;
  background: var(--white);
  border: 1px solid var(--ink);
  padding: 0.25rem 1rem;
}

.engine {
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
}

.engine:first-of-type { border-top: 0; }
.engine h3 { margin-bottom: 0.25rem; }

.note { font-size: 0.95rem; color: var(--mute); }

.award-block {
  display: grid;
  gap: 1.15rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}

.award-block h3 { margin-bottom: 0.35rem; }
.award-block img {
  width: 100%;
  border: 1px solid var(--line);
}

.model-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.model-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.4rem 0.85rem;
  border: 1px solid var(--ink);
  background: var(--white);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.85rem;
}

.model-switch a[aria-current="page"] {
  border-color: var(--red);
  color: var(--red);
}

.band-paper { background: var(--paper); }
.band-paper-2 { background: var(--paper-2); }
.band-white { background: var(--white); }

.cover-photo {
  width: 100%;
  max-width: 22rem;
  border: 1px solid var(--line);
}

/* Arrow II Covering — solid color swatch panel */
.cover-swatches {
  margin: 1rem 0 1.35rem;
  max-width: min(100%, 42rem);
}
.cover-swatches > img,
.cover-swatches .cover-photo img {
  display: block;
  width: 100%;
  height: auto;
  border: 0; /* asset includes CGS red + ink frame */
  background: var(--white);
}
.cover-swatches figcaption {
  margin: 0.55rem 0 0;
  font-size: 0.9rem;
  color: var(--mute);
}

.cover-swatches--strip {
  max-width: none;
  margin: 0;
}
.cover-swatches--strip .cover-photo {
  max-width: none;
  width: 100%;
  border: 0; /* frame on figure */
}
.cover-swatches--strip img {
  border: 1px solid var(--ink);
  border-top: 3px solid var(--red);
}

.tag {
  display: inline-block;
  margin: 0 0 0.4rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
}

@media (min-width: 640px) {
  .hero-actions,
  .band-actions,
  .price-call { flex-direction: row; flex-wrap: wrap; }
  .hero-actions .btn,
  .band-actions .btn { min-width: 11rem; }
  .contact-row,
  .contact-cards { grid-template-columns: 1fr 1fr; }
  .grid { grid-template-columns: 1fr 1fr; }
  .why-bullets,
  .why-points { grid-template-columns: 1fr 1fr; }
  .families-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .proof-row,
  .stats-row { grid-template-columns: 1fr 1fr 1fr; gap: 1.25rem; }
  .award-grid,
  .champ-grid { grid-template-columns: 1fr 1fr; }
  .story-grid {
    grid-template-columns: 14rem 1fr;
    align-items: center;
  }
}

@media (min-width: 860px) {
  .page-hero { min-height: 22rem; }
  .page-hero .hero-copy {
    margin: 3rem auto 2.25rem 8vw;
    width: min(100% - 4rem, 36rem);
  }
  .page-hero .hero-scrim {
    background:
      linear-gradient(90deg, rgba(10, 10, 10, 0.88) 0%, rgba(10, 10, 10, 0.5) 48%, rgba(10, 10, 10, 0.16) 100%);
  }
  .split.photo-left,
  .split.photo-right {
    grid-template-columns: 1fr 1.35fr;
    align-items: start;
  }
  .split.photo-right { grid-template-columns: 1.35fr 1fr; }
  .spec-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
  .spec-grid--single {
    grid-template-columns: 1fr;
    max-width: 40rem;
  }
  .award-block.with-photo {
    grid-template-columns: 14rem 1fr;
    align-items: start;
  }
  .award-block.with-photo.flip { grid-template-columns: 1fr 14rem; }
}

@media (min-width: 1100px) {
  .nav-toggle-btn { display: none; }
  .site-nav {
    display: flex;
    position: static;
    background: transparent;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .site-nav a { padding: 0 0.7rem; min-height: 2.75rem; }
  .grid { grid-template-columns: repeat(5, 1fr); }
  .award-grid,
  .champ-grid { grid-template-columns: repeat(5, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* Hybrid extras */

.nav-phone,
.nav-talk { color: #c8102e; }


.band {
  padding: 2rem 0;
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.split-band { display: grid; gap: 1rem; }
.price-call {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.25rem 0 0;
}
@media (min-width: 640px) {
  .split-band {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

/* Combined Arrow II pane under the hero photo */
.hero > .hero-copy {
  padding: 1.35rem 0 1.75rem;
}

.hero > .hero-copy .lede { margin-bottom: 1.1rem; max-width: 46rem; }

.hero-facts {
  display: grid;
  gap: 1rem;
  margin: 0 0 1.25rem;
}

.hero-facts article {
  padding: 0.45rem 0 0.15rem;
  border-top: 3px solid var(--red);
}

.hero-facts .stat { color: #fff; }

.hero-facts p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

@media (min-width: 640px) {
  .hero-facts {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.25rem;
  }
}

/* Fly it first — MSFS 2024 band, Look A hybrid (ink/paper/red), not a game ad */
.fly-first {
  background: var(--white);
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
}

.fly-first-inner {
  display: grid;
  gap: 1.25rem;
}

.fly-first-copy .lede { max-width: 40rem; }

.fly-first-copy .hero-actions {
  margin: 1.1rem 0 0.85rem;
  align-items: flex-start;
}

.fly-first-note {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--mute);
  max-width: 36rem;
}

.fly-first-photo {
  min-height: 12rem;
  background: var(--paper-2);
  border: 1px solid var(--ink);
  overflow: hidden;
}

.fly-first-photo img {
  width: 100%;
  height: 100%;
  min-height: 12rem;
  object-fit: cover;
  object-position: 50% 40%;
}

.fly-first-compact {
  padding: 1.75rem 0;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.fly-first-compact .hero-actions { margin: 1rem 0 0.75rem; }

@media (min-width: 860px) {
  .fly-first-inner {
    grid-template-columns: 1.35fr 1fr;
    align-items: center;
  }
  .fly-first-photo,
  .fly-first-photo img { min-height: 16rem; }
}


/* Dealers: dark section under hero holds the map (intentional band); map needs explicit height */
.dealers-intro {
  background: #111;
  color: #fff;
  padding: 1.35rem 0 1.75rem;
}
.dealers-intro #dealers-map {
  width: 100%;
  height: min(28rem, 60vh);
  min-height: 18rem;
  background: #ecece8;
  border: 1px solid #3a3a3a;
  position: relative;
  z-index: 0;
  margin: 0;
}

@media (max-width: 700px) {
  .dealers-intro #dealers-map {
    height: min(22rem, 55vh);
    min-height: 16rem;
  }
}




/* Shared page heroes — mobile stacked (classic aspect + copy pad). Desktop overlay matches .page-hero. */
.stack-hero {
  display: block !important;
  position: static !important;
  background: var(--header);
  color: #fff;
  min-height: 0 !important;
  overflow: visible !important;
}
.stack-hero > img {
  display: block !important;
  position: static !important;
  width: 100% !important;
  height: auto !important;
  max-height: none;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 50% 40%;
  inset: auto !important;
}
.stack-hero-field > img {
  aspect-ratio: 2000 / 770;
  object-position: 80% 50%;
}
.stack-hero-aircraft > img {
  aspect-ratio: 16 / 10;
  object-position: 50% 45%;
}
.stack-hero-faq > img {
  aspect-ratio: 2400 / 900;
  object-position: 50% 45%;
}
.stack-hero-contact > img {
  aspect-ratio: 16 / 10;
  object-position: 50% 45%;
}
.stack-hero-dealers > img {
  aspect-ratio: 16 / 10;
  object-position: 50% 40%;
}
.stack-hero-copy {
  display: block !important;
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 1.1rem 1rem 1.35rem !important;
  background: var(--header);
  color: #fff;
  box-sizing: border-box;
}
.stack-hero-copy .lede {
  color: rgba(255, 255, 255, 0.88);
  max-width: 40rem;
}
.stack-hero-copy .hero-actions,
.stack-hero-copy .dealers-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 0.85rem;
}
@media (min-width: 640px) {
  .stack-hero-copy .hero-actions,
  .stack-hero-copy .dealers-hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 860px) {
  .stack-hero {
    display: flex !important;
    position: relative !important;
    align-items: flex-end;
    /* Force classic .page-hero desktop band (not content-sized ~18rem) */
    height: 22rem !important;
    min-height: 22rem !important;
    max-height: none !important;
    overflow: hidden !important;
    background: #0a0a0a;
  }
  .stack-hero > img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: cover;
  }
  .stack-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(10, 10, 10, 0.88) 0%, rgba(10, 10, 10, 0.5) 48%, rgba(10, 10, 10, 0.16) 100%);
  }
  .stack-hero-copy {
    position: relative !important;
    z-index: 1 !important;
    width: min(100% - 4rem, 36rem) !important;
    max-width: none !important;
    margin: 3rem auto 2.25rem 8vw !important;
    padding: 0 !important;
    background: transparent !important;
  }
}

.dealers-list { background: var(--paper); }
.dealers-list .contact-cards { margin-top: 0; }

.dealer-card-hq { border-top: 3px solid var(--red); }

@media (min-width: 640px) {
  .dealers-list .dealer-card-hq { grid-column: span 2; }
}

.dealers-list .contact-card p {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
}

.dealers-list .contact-card p:last-child { margin-bottom: 0; }

.dealers-list .contact-card a {
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid var(--red);
}

.dealers-list .contact-card a:hover,
.dealers-list .contact-card a:focus-visible { color: var(--red); }

.dealer-pin {
  background: transparent;
  border: 0;
}

.dealer-pin-dot {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #111;
}

.leaflet-popup-content {
  margin: 0.7rem 0.85rem;
  font-family: var(--sans);
  font-size: 0.92rem;
  line-height: 1.4;
}

.leaflet-popup-content p { margin: 0 0 0.25rem; }
.leaflet-popup-content p:last-child { margin-bottom: 0; }

.leaflet-popup-content a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid var(--red);
}

.leaflet-container a.leaflet-popup-close-button { color: var(--ink); }

#dealers-map .leaflet-control-attribution {
  display: block;
  background: rgba(255, 255, 255, 0.85);
}


/* Hawk models hub: left Arrow II two-tall + right 2x2 legacy */
.other-models-page .hawk-hub-grid {
  display: grid;
  gap: 0.85rem;
}

.other-models-page .hawk-hub-legacy {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

.other-models-page .hawk-hub-latest {
  display: flex;
  flex-direction: column;
}

/* Featured Arrow II: photo edge-to-edge; text pane fills leftover — tighter + slightly larger type */
.other-models-page .hawk-hub-latest .card-body {
  flex: 1 1 auto;
  padding: 1.15rem 1.2rem 1.25rem;
  justify-content: space-between;
  gap: 0.65rem;
}

.other-models-page .hawk-hub-latest .card-copy {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.other-models-page .hawk-hub-latest .card-body p {
  flex: 0 0 auto;
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.45;
}

.other-models-page .hawk-hub-latest .card-body h3 {
  font-size: 1.45rem;
  margin: 0;
  letter-spacing: 0.01em;
}

.other-models-page .hawk-hub-latest .card-body .category {
  font-size: 0.95rem;
  margin: 0;
}

.other-models-page .hawk-hub-latest img {
  /* Edge-to-edge cover; keep aspect so flex column cannot collapse the photo to 0 */
  display: block;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: 12rem;
  aspect-ratio: 350 / 210;
  object-fit: cover;
  object-position: center center;
  background: #ecece8;
}

@media (min-width: 900px) {
  .other-models-page .hawk-hub-grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .other-models-page .hawk-hub-legacy {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .other-models-page .hawk-hub-latest {
    height: 100%;
    min-height: 0;
  }

  .other-models-page .hawk-hub-latest img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    min-height: 14rem;
    max-height: none;
    aspect-ratio: 350 / 210;
    object-fit: cover;
  }

  .other-models-page .hawk-hub-latest .card-body {
    flex: 1 1 auto;
    /* grows under the photo to fill the two-tall column */
    min-height: 0;
  }
}

/* FAQ accordion */
.faq-intro .faq-jump {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1rem;
  margin: 1.25rem 0 0;
  padding-inline: 0.5rem;
}
.faq-jump a {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #a30d25;
  border-bottom: 2px solid var(--red);
  padding-bottom: 0.1rem;
}
.faq-jump a:hover { color: var(--red); }
.faq-cat {
  padding: 1.75rem 1rem 0.5rem;
}
.faq-cat .wrap,
.faq-cat > h2,
.faq-cat .faq-list {
  width: min(100%, 44rem);
  margin-inline: auto;
  box-sizing: border-box;
}
.faq-cat > h2 {
  /* margin shorthand must keep inline auto or it overrides the shared column centering */
  margin: 0 auto 0.85rem;
  padding-inline: 1rem; /* match .faq-item summary horizontal inset */
  box-sizing: border-box;
  font-size: 1.35rem;
  text-align: left;
  color: #c8102e;
  font-weight: 800;
  letter-spacing: 0.02em;
  scroll-margin-top: calc(var(--header-h) + 3px + 0.25rem); /* jump chips → H2 first under sticky */
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding-bottom: 1.25rem;
}
.faq-item {
  background: var(--white);
  border: 1px solid #cfcfc8;
}
.faq-item[open] { border-color: var(--ink); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 0.95rem 1rem;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.35;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  font-weight: 800;
  color: var(--red);
  font-size: 1.25rem;
  line-height: 1;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item summary:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; }
.faq-a {
  padding: 0 1rem 1.05rem;
  color: var(--mute);
  font-size: 0.98rem;
  line-height: 1.5;
}
.faq-a p { margin: 0; }
.faq-a a { color: var(--ink); font-weight: 700; }
.faq-tag {
  display: inline-block;
  margin-left: 0.35rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  vertical-align: middle;
}
/* end FAQ accordion */

/* Mobile aircraft/field heroes — keep plane readable */
/* City / Cincinnati page-heroes stay overlay (Contact). Dealers uses .dealers-hero stacked markup. FAQ windsock stacks. */
@media (max-width: 700px) {
  .page-hero-field,
  .page-hero-aircraft,
  .page-hero-faq {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    overflow: visible;
  }

  .page-hero-field .hero-media,
  .page-hero-aircraft .hero-media,
  .page-hero-faq .hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
  }

  .page-hero-field .hero-media {
    aspect-ratio: 2000 / 770;
  }

  .page-hero-aircraft .hero-media {
    aspect-ratio: 16 / 10;
  }

  .page-hero-faq .hero-media {
    aspect-ratio: 2400 / 900;
  }

  .page-hero-faq .hero-media img {
    object-position: 50% 45%;
  }

  .page-hero-field .hero-media img,
  .page-hero-aircraft .hero-media img,
  .page-hero-faq .hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Field plane is right-biased; keep it in frame without L/R chop */
  .page-hero-field .hero-media img {
    object-position: 80% 50%;
  }

  .page-hero-aircraft .hero-media img {
    object-position: 50% 45%;
  }

  .page-hero-field .hero-scrim,
  .page-hero-aircraft .hero-scrim,
  .page-hero-faq .hero-scrim {
    display: none;
  }

  .page-hero-field .hero-copy,
  .page-hero-aircraft .hero-copy,
  .page-hero-faq .hero-copy {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 1.1rem 1rem 1.35rem;
    box-sizing: border-box;
    background: var(--header);
    color: #fff;
  }

  .page-hero-field .hero-copy .lede,
  .page-hero-aircraft .hero-copy .lede,
  .page-hero-faq .hero-copy .lede {
    color: rgba(255, 255, 255, 0.88);
  }

  /* Homepage field hero already stacks under copy; nudge crop for phones */
  .hero > img {
    object-position: 20% 50%;
  }
}
/* end Mobile aircraft/field heroes */

/* Contact form (preview CSV handler) — paper/ink/red, large tap targets */
.contact-form-block {
  margin-top: 0;
  padding: 1.35rem 1.25rem 1.5rem;
  border: 1px solid var(--line);
  background: var(--paper-2);
  max-width: none;
}

.contact-form {
  margin-top: 1.15rem;
  display: grid;
  gap: 0.95rem;
}

.contact-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.contact-form-field label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
}

.contact-form-field input,
.contact-form-field select,
.contact-form-field textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.7rem 0.85rem;
  font: inherit;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--ink);
  border-radius: 0;
  appearance: none;
}

.contact-form-field select {
  background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%),
    linear-gradient(135deg, var(--ink) 50%, transparent 50%);
  background-position: calc(100% - 1.15rem) calc(50% - 0.15rem), calc(100% - 0.85rem) calc(50% - 0.15rem);
  background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
  background-repeat: no-repeat;
  padding-right: 2.25rem;
}

.contact-form-field textarea {
  min-height: 9rem;
  resize: vertical;
  line-height: 1.45;
}

.contact-form-field input:focus,
.contact-form-field select:focus,
.contact-form-field textarea:focus {
  outline: 2px solid var(--red);
  outline-offset: 2px;
  border-color: var(--red);
}

.contact-form-actions {
  margin-top: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.contact-form-actions .btn {
  min-width: 11rem;
  cursor: pointer;
}

.contact-form-banner {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  border: 1px solid var(--ink);
  font-weight: 700;
  line-height: 1.35;
}

.contact-form-banner--ok {
  background: #e8f5e9;
  border-color: #2e7d32;
  color: #1b5e20;
}

.contact-form-banner--err {
  background: #fdecea;
  border-color: var(--red);
  color: var(--red-dark);
}

/* Honeypot: off-screen (not display:none alone) */
.contact-form .hp,
.hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (min-width: 860px) {
  .contact-form-block {
    max-width: 28rem;
  }
}

.ask-form{margin:0;font-size:1.05rem;}
.ask-form a{font-weight:600;}

.contact-form-req-note {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: #555;
}
.contact-form-field label .req {
  color: #b00020;
  font-weight: 700;
  margin-left: 0.15em;
}

/* Homepage MSFS announcement hero (replaces field hero) */
.hero-msfs {
  background: var(--white);
  color: var(--ink);
  padding: 2rem 0 2.35rem;
  border-bottom: 1px solid var(--line);
}
.hero-msfs-inner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
.hero-msfs-kicker {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
}
.hero-msfs h1 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  line-height: 1.15;
  max-width: 22ch;
  color: var(--ink);
}
.hero-msfs .lede {
  margin: 0;
  max-width: 38rem;
  color: var(--mute);
  font-size: 1.02rem;
}
.hero-msfs-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  margin: 1.15rem 0 0.9rem;
  max-width: 28rem;
}
.hero-msfs-actions .btn {
  width: 100%;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.82rem;
}
.hero-msfs-note {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--mute);
  max-width: 36rem;
}
.hero-msfs-photo {
  border: 1px solid var(--ink);
  background: var(--paper-2);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  max-width: 28rem;
  margin-inline: auto;
}
.hero-msfs-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 40%;
}
@media (min-width: 860px) {
  .hero-msfs {
    padding: 2.5rem 0 2.75rem;
  }
  .hero-msfs-inner {
    grid-template-columns: 1.15fr 0.95fr;
    gap: 2rem;
  }
  .hero-msfs-photo {
    max-width: none;
    margin-inline: 0;
    min-height: 22rem;
  }
}

/* Arrow II Covering — panel top-aligns with Colors/Covering heading column */
.covering-split {
  display: grid;
  gap: 1.35rem;
  margin-top: 0;
  align-items: start;
}
.covering-copy .eyebrow {
  margin-top: 0;
}
.covering-copy h2 {
  margin-top: 0.15rem;
}
.covering-copy .prose {
  margin-top: 0.85rem;
}
.covering-split .cover-swatches {
  margin: 0;
  max-width: none;
}
@media (min-width: 860px) {
  .covering-split {
    grid-template-columns: minmax(16rem, 0.95fr) minmax(18rem, 1.15fr);
    gap: 1.75rem;
    align-items: start; /* panel top = heading column top */
  }
}

/* Arrow II Covering — CSS flat solid chips (Research hex palette 2026-09-14) */
.cover-swatches--css {
  margin: 0;
  max-width: none;
}
.dacron-panel {
  background: #0a0a0a;
  border: 3px solid var(--red);
  padding: 0.85rem 0.9rem 1rem;
  box-sizing: border-box;
}
.dacron-brand {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.75rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid var(--red);
  color: var(--red);
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.06em;
  font-size: 1.05rem;
}
.dacron-brand-mark {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  background: var(--red);
  clip-path: polygon(15% 10%, 85% 50%, 15% 90%);
}
.dacron-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem 0.45rem;
}
.dacron-chip {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}
.dacron-swatch {
  display: block;
  width: 100%;
  aspect-ratio: 1.65 / 1; /* wider rectangles — more compact panel */
  border-radius: 0.2rem;
  box-shadow: none;
  filter: none;
  background-image: none !important;
}
.dacron-chip:nth-child(14) .dacron-swatch {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.28); /* Black chip visible on black panel */
}
.dacron-name {
  color: #fff;
  font-size: 0.68rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 480px) {
  .dacron-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dacron-name { font-size: 0.72rem; }
}

/* Covering heading — site header mark inline (dark wrap so white hawk reads) */
.covering-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.9rem;
  margin: 0 0 0.85rem;
}
.covering-mark-wrap {
  display: inline-flex;
  align-items: center;
  background: var(--header);
  padding: 0.3rem 0.55rem;
  border-radius: 0.2rem;
  line-height: 0;
}
.covering-mark-wrap img {
  display: block;
  height: 1.35rem;
  width: auto;
}

/* Covering panel — header wordmark with chips (no stretch/invert); h2 stays outside panel */
.dacron-panel-brand {
  display: flex;
  align-items: center;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.45rem 0.55rem;
  border-bottom: 1px solid var(--red);
}
.dacron-panel-brand img {
  display: block;
  width: auto !important;
  max-width: min(14rem, 85%);
  height: 2rem;
  background: transparent !important;
  border: 0;
  filter: none !important;
}



/* Custom 404 (preview) */
.page-404-panel {
  min-height: calc(100vh - var(--header-h) - 5rem);
  display: flex;
  align-items: center;
  background: var(--paper);
}

.page-404-inner {
  text-align: center;
  max-width: 36rem;
  margin-inline: auto;
  padding: 2.5rem 1rem 3rem;
}

.page-404-mark {
  width: min(15rem, 70vw);
  height: auto;
  margin: 0 auto 1.25rem;
  display: block;
  /* wordmark on light panel: use dark-friendly asset; logo.png is white+red for dark headers */
  filter: none;
}

/* Header logo stays as-is; panel mark needs readable Hawk on paper.
   Use the same file with a dark plate behind it. */
.page-404-mark {
  background: var(--header);
  padding: 0.85rem 1.1rem;
  border-radius: 2px;
}

.page-404-inner .kicker {
  margin: 0 0 0.35rem;
  color: var(--red);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.page-404-inner h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
}

.page-404-inner .lede {
  margin: 0 auto 1.5rem;
  color: var(--mute);
  max-width: 28rem;
}

.page-404-actions {
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}


/* Why Buy numbered cards */
.why-head {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  margin: 0 0 0.55rem;
}

.why-num {
  margin: 0;
  color: var(--red);
  font-weight: 800;
  font-family: var(--sans);
  font-size: clamp(2.4rem, 7vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: lining-nums tabular-nums;
}

.why-points article h3 {
  margin: 0;
  font-size: 1.2rem;
}

/* Mobile awards: keep year chip scroller inside viewport (flex min-content was ~880px wide) */
.awards-timeline,
.awards-stories,
.award-year,
.award-year-inner {
  min-width: 0;
  max-width: 100%;
}

.awards-year-rail {
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.awards-year-list {
  max-width: 100%;
}

.award-year-inner img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

#awards .wrap {
  overflow-x: clip; /* desktop ok; mobile sticky overrides to visible */
}

/* Awards year timeline rail */
.awards-timeline {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.awards-year-rail {
  position: relative;
}

.awards-year-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.awards-year-list li { flex: 0 0 auto; }

.awards-year-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

.awards-year-list a:hover,
.awards-year-list a:focus-visible {
  border-color: var(--red);
  color: var(--red);
}

.awards-year-list a.is-active {
  border-color: var(--red);
  color: var(--red);
  box-shadow: inset 0 -3px 0 var(--red);
}

.award-year {
  scroll-margin-top: 5.5rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
}

.award-year:last-child { border-bottom: 0; }

.award-year-inner {
  display: grid;
  gap: 1.15rem;
}

.award-year-inner h3 { margin-bottom: 0.35rem; }

.award-year-inner img {
  width: 100%;
  border: 1px solid var(--line);
}


/* Why Buy mobile: sticky year-chip bar under site header (not left rail). Desktop rail unchanged @860px. */
@media (max-width: 859px) {
  #awards .wrap {
    overflow-x: visible; /* overflow clip on wrap breaks position:sticky */
  }

  .awards-timeline {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .awards-year-rail {
    position: sticky;
    top: var(--header-h);
    z-index: 6;
    background: var(--paper);
    padding: 0.5rem 0 0.65rem;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 8px 14px -10px rgba(0, 0, 0, 0.35);
    overflow: visible;
  }

  .awards-year-list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.15rem;
  }

  .awards-stories {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .award-year {
    /* clear sticky header + year chip bar */
    scroll-margin-top: calc(var(--header-h) + 3.4rem);
  }
}

@media (min-width: 860px) {
  .awards-timeline {
    grid-template-columns: 5.5rem 1fr;
    gap: 1.75rem;
    align-items: stretch;
  }

  .awards-year-rail {
    position: relative;
    top: auto;
    align-self: start;
    max-height: none;
    overflow: visible;
    will-change: transform;
  }


  .awards-year-list {
    flex-direction: column;
    overflow: visible;
    gap: 0.15rem;
    border-left: 2px solid var(--line);
    padding-left: 0.65rem;
  }

  .awards-year-list a {
    border: 0;
    background: transparent;
    justify-content: flex-start;
    min-height: 1.85rem;
    padding: 0.2rem 0;
    box-shadow: none;
    position: relative;
  }

  .awards-year-list a.is-active {
    color: var(--red);
    box-shadow: none;
  }

  .awards-year-list a.is-active::before {
    content: "";
    position: absolute;
    left: -0.78rem;
    top: 0.35rem;
    bottom: 0.35rem;
    width: 3px;
    background: var(--red);
  }

  .award-year-inner.with-photo {
    grid-template-columns: 14rem 1fr;
    align-items: start;
  }

  .award-year-inner.with-photo.flip {
    grid-template-columns: 1fr 14rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .awards-year-list a.is-active,
  .awards-year-list a.is-active::before {
    transition: none;
  }
}
