
:root {
  --afpc-red: #e31b23;
  --afpc-red-dark: #8b0008;
  --afpc-black: #030506;
  --afpc-charcoal: #0b0f12;
  --afpc-ink: #16191d;
  --afpc-gray: #6f787f;
  --afpc-light: #f4f5f6;
  --afpc-white: #ffffff;
  --afpc-border: rgba(255,255,255,.13);
  --shadow-lg: 0 26px 80px rgba(0,0,0,.28);
  --radius-lg: 24px;
  --radius-md: 16px;
  --site-width: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #15181c;
  background: var(--afpc-white);
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--site-width), calc(100% - 42px)); margin: 0 auto; }
.eyebrow { font-size: .78rem; font-weight: 900; letter-spacing: .22em; color: var(--afpc-red); text-transform: uppercase; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .95rem 1.35rem; border-radius: 999px; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; border: 1px solid transparent; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--afpc-red), #ff2b34); color: #fff; box-shadow: 0 16px 34px rgba(227,27,35,.35); }
.btn-secondary { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.btn-dark { background: var(--afpc-black); color: #fff; }
.link-red { color: var(--afpc-red); font-weight: 900; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.skip-link { position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden; }
.skip-link:focus { left: 18px; top: 18px; width: auto; height: auto; background: #fff; color: #000; z-index: 9999; padding: 8px 12px; border-radius: 6px; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; background: rgba(1,3,5,.76); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.09); }
.admin-bar .site-header { top: 32px; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 92px; gap: 28px; }
.brand-logo { display:flex; align-items:center; min-width: 190px; }
.brand-logo img { height: 58px; width: auto; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.55)); }
.primary-menu { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.primary-menu a { color: #fff; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; opacity: .96; }
.primary-menu a:hover { color: var(--afpc-red); }
.nav-toggle { display: none; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: .72rem .95rem; font-weight: 800; }
.hero { position: relative; min-height: 760px; color: #fff; isolation: isolate; display: flex; align-items: center; padding: 155px 0 84px; overflow: hidden; background: #020304; }
.hero::before { content:""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.88) 32%, rgba(0,0,0,.35) 64%, rgba(0,0,0,.76) 100%), radial-gradient(circle at 22% 40%, rgba(227,27,35,.22), transparent 32%), url('../img/hero-production-bg.jpg'); background-size: cover; background-position: center right; z-index: -2; transform: scale(1.02); }
.hero::after { content:""; position:absolute; inset:auto -10% -30% -10%; height: 330px; background: radial-gradient(ellipse at center, rgba(227,27,35,.36), rgba(0,0,0,0) 68%); z-index:-1; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 700px) 1fr; align-items: center; gap: 60px; }
.hero-content { padding-top: 25px; }
.hero h1 { margin: 18px 0 18px; font-size: clamp(3.4rem, 8vw, 6.25rem); line-height: .93; letter-spacing: .02em; text-transform: uppercase; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-weight: 900; }
.hero p { font-size: 1.12rem; color: rgba(255,255,255,.82); max-width: 570px; margin: 0 0 28px; }
.hero-actions { display:flex; flex-wrap: wrap; gap: 16px; margin: 30px 0 40px; }
.hero-badges { display:flex; flex-wrap:wrap; gap: 16px 26px; color: rgba(255,255,255,.82); font-size:.92rem; }
.badge { display:flex; align-items:center; gap:10px; }
.badge-icon { width: 26px; height: 26px; border-radius: 50%; display:inline-grid; place-items:center; color: var(--afpc-red); border:1px solid rgba(227,27,35,.38); }
.hero-panel { justify-self: end; width:min(380px,100%); border: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.46); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 30px; backdrop-filter: blur(10px); }
.hero-panel img { width: 270px; margin: 0 auto 22px; }
.hero-panel strong { display:block; font-size:1.2rem; margin-bottom: 10px; }
.hero-panel span { color: rgba(255,255,255,.68); }
.section { padding: 84px 0; }
.section-title { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.section-title h2 { margin: 10px 0 12px; font-size: clamp(2rem, 4.2vw, 3.1rem); line-height: 1.05; letter-spacing: -.03em; }
.section-title p { margin:0 auto; color: #5e666d; max-width: 740px; }
.services { background: #fff; }
.service-grid { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-card { background: linear-gradient(145deg, #070a0c, #13171c); color:#fff; padding: 34px; border-radius: var(--radius-md); min-height: 260px; box-shadow: 0 18px 46px rgba(4,7,10,.18); border: 1px solid rgba(255,255,255,.08); position:relative; overflow:hidden; }
.service-card::before { content:""; position:absolute; right:-55px; top:-55px; width: 140px; height:140px; background: radial-gradient(circle, rgba(227,27,35,.32), transparent 70%); }
.service-icon { width: 44px; height: 44px; color: var(--afpc-red); margin-bottom: 24px; }
.service-card h3 { font-size: 1.24rem; margin: 0 0 10px; }
.service-card p { color: rgba(255,255,255,.72); margin: 0 0 24px; }
.stats { background: #05070a; color:#fff; padding: 48px 0; position:relative; overflow:hidden; }
.stats::before { content:""; position:absolute; inset:0; opacity:.22; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.35) 1px, transparent 0); background-size: 20px 20px; mask-image: radial-gradient(circle at center, black, transparent 75%); }
.stats-grid { position:relative; display:grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.12); }
.stat { text-align:center; background:#05070a; padding: 24px 12px; }
.stat strong { display:block; color: var(--afpc-red); font-size: clamp(2rem, 4vw, 3.25rem); line-height:1; letter-spacing:-.04em; }
.stat span { display:block; margin-top: 9px; color: rgba(255,255,255,.76); font-size:.72rem; letter-spacing:.18em; font-weight: 900; text-transform:uppercase; }
.capabilities { background: linear-gradient(180deg,#fff,#f5f6f7); }
.cap-grid { display:grid; grid-template-columns: 1.04fr .96fr; gap: 58px; align-items:center; }
.media-grid { display:grid; gap: 12px; grid-template-columns: repeat(3,1fr); }
.media-grid .wide { grid-column: 1 / -1; border-radius: 16px 16px 8px 8px; }
.media-grid img { height: 100%; width:100%; object-fit: cover; border-radius: 10px; box-shadow: 0 12px 34px rgba(0,0,0,.13); }
.cap-copy h2 { font-size: clamp(2rem, 4vw, 3rem); line-height:1.05; margin: 12px 0 18px; }
.cap-copy p { color:#5e666d; margin:0 0 26px; }
.checklist { display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px 24px; margin: 26px 0 32px; padding: 0; list-style:none; }
.checklist li { display:flex; align-items:center; gap: 10px; color:#3b4249; font-size:.96rem; }
.check { width: 22px; height: 22px; border-radius: 50%; color: var(--afpc-red); display:inline-grid; place-items:center; border:1px solid rgba(227,27,35,.35); font-weight:900; font-size:.76rem; flex: 0 0 auto; }
.trust { background: #eef0f2; padding: 64px 0; text-align:center; }
.logo-row { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap: 20px; margin: 30px 0 22px; }
.logo-pill { min-width: 130px; padding: 15px 20px; border-radius: 999px; background: rgba(255,255,255,.62); color:#727a82; font-weight:900; filter: grayscale(1); }
.quote { max-width: 780px; margin:0 auto; color:#41484f; font-style: italic; }
.dots { display:flex; justify-content:center; gap:8px; margin-top:22px; }
.dots span { width:8px; height:8px; border-radius:50%; background:#c2c7cb; }
.dots span:first-child { background: var(--afpc-red); }
.faq { background:#fff; padding: 80px 0 74px; }
.faq-head { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom: 22px; }
.faq-head h2 { margin: 4px 0 0; font-size: 2.2rem; }
.faq-grid { display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 18px; }
details { border: 1px solid #dfe3e7; border-radius: 12px; background:#fff; box-shadow: 0 8px 18px rgba(0,0,0,.04); }
summary { cursor:pointer; list-style:none; padding: 18px 22px; font-weight: 900; display:flex; align-items:center; justify-content:space-between; gap:16px; }
summary::-webkit-details-marker { display:none; }
summary::after { content:'+'; color: var(--afpc-red); font-size: 1.4rem; line-height:1; }
details[open] summary::after { content:'–'; }
details p { padding: 0 22px 20px; margin: 0; color:#5c656d; }
.cta-band { background: radial-gradient(circle at 12% 50%, rgba(255,255,255,.1), transparent 13%), linear-gradient(100deg,#2b0608,#6f070d 52%, #180305); color:#fff; padding: 48px 0; }
.cta-grid { display:grid; grid-template-columns: 1fr auto; align-items:center; gap: 32px; }
.cta-kicker { font-weight: 900; letter-spacing:.16em; font-size:.78rem; opacity:.78; }
.cta-band h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 8px 0 0; letter-spacing:-.02em; }
.cta-actions { display:flex; flex-direction:column; align-items:flex-end; gap:10px; }
.cta-actions span { color: rgba(255,255,255,.78); font-weight: 700; }
.site-footer { background:#030506; color:#fff; padding: 56px 0 34px; }
.footer-grid { display:grid; grid-template-columns: minmax(230px,1.4fr) repeat(4,minmax(140px,1fr)); gap: 36px; }
.footer-brand img { width: 220px; margin-bottom: 18px; }
.footer-brand p, .footer-col a, .footer-col p { color: rgba(255,255,255,.68); }
.footer-col h4 { margin: 0 0 15px; font-size:.78rem; letter-spacing:.18em; text-transform:uppercase; }
.footer-col a { display:block; margin: 8px 0; }
.social { display:flex; gap:10px; margin-top:18px; }
.social a { width:34px; height:34px; display:grid; place-items:center; border-radius:50%; background: rgba(255,255,255,.08); font-weight:900; }
.copyright { margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.5); text-align:center; font-size:.86rem; }
.page-main { padding-top: 130px; }
.content-card { background: #fff; border: 1px solid #e4e7eb; border-radius: 18px; padding: 34px; margin: 40px auto; max-width: 920px; box-shadow: 0 12px 30px rgba(0,0,0,.06); }
@media (max-width: 980px) {
  .header-cta { display:none; }
  .nav-toggle { display:block; }
  .primary-menu { position:absolute; left:21px; right:21px; top:84px; padding: 20px; flex-direction:column; align-items:flex-start; border-radius: 18px; background: rgba(3,5,6,.96); display:none; border:1px solid rgba(255,255,255,.12); }
  .primary-menu.is-open { display:flex; }
  .hero-grid, .cap-grid, .cta-grid { grid-template-columns: 1fr; }
  .hero-panel { justify-self:start; }
  .service-grid, .stats-grid, .faq-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px) {
  .nav-wrap { min-height: 78px; }
  .brand-logo img { height: 46px; }
  .hero { min-height: auto; padding-top: 128px; }
  .hero h1 { font-size: 3rem; }
  .service-grid, .stats-grid, .faq-grid, .checklist, .footer-grid { grid-template-columns: 1fr; }
  .cta-actions { align-items:flex-start; }
  .section { padding: 62px 0; }
}


/* Header background video + sizzle reel shadowbox */
.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
  opacity: .78;
  filter: saturate(1.08) contrast(1.08);
}
.hero-with-video::before {
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.88) 33%, rgba(0,0,0,.38) 64%, rgba(0,0,0,.78) 100%),
    radial-gradient(circle at 22% 40%, rgba(227,27,35,.24), transparent 32%) !important;
  z-index: -2;
  transform: none;
}
.hero-play {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: .58rem .95rem .58rem .58rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 15px 40px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.hero-play:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.34);
}
.play-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding-left: 3px;
  color: #fff;
  background: linear-gradient(135deg, var(--afpc-red), #ff2b34);
  box-shadow: 0 14px 28px rgba(227,27,35,.32);
  font-size: .95rem;
}
.play-copy { display:flex; flex-direction:column; line-height:1.1; }
.play-copy strong { font-size:.78rem; text-transform:uppercase; letter-spacing:.1em; }
.play-copy em { margin-top:4px; font-size:.78rem; color:rgba(255,255,255,.68); font-style:normal; }
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 28px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}
.video-modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}
.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.82);
  backdrop-filter: blur(14px);
}
.video-modal-box {
  position: relative;
  width: min(1120px, 94vw);
  border-radius: 24px;
  padding: 18px;
  background: linear-gradient(145deg, #06080b, #12171c);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 35px 120px rgba(0,0,0,.65);
  transform: translateY(16px) scale(.985);
  transition: transform .24s ease;
}
.video-modal[aria-hidden="false"] .video-modal-box {
  transform: translateY(0) scale(1);
}
.video-modal-head {
  padding: 4px 50px 14px 8px;
  color: #fff;
}
.video-modal-head h2 {
  margin: 4px 0 0;
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1;
}
.video-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.09);
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
.modal-video {
  width: 100%;
  max-height: 72vh;
  display: block;
  border-radius: 16px;
  background: #000;
}
body.video-modal-open { overflow: hidden; }
@media (max-width: 680px) {
  .hero-actions { align-items: flex-start; }
  .hero-play { width: 100%; max-width: 310px; }
  .video-modal { padding: 14px; }
  .video-modal-box { padding: 12px; border-radius: 18px; }
  .video-modal-close { top: 10px; right: 10px; }
}

/* V2 video visibility + animated key figures */
.hero-bg-video {
  opacity: .96 !important;
  filter: saturate(1.18) contrast(1.08) brightness(1.04) !important;
}
.hero-with-video::before {
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.64) 34%, rgba(0,0,0,.20) 64%, rgba(0,0,0,.50) 100%),
    radial-gradient(circle at 22% 40%, rgba(227,27,35,.16), transparent 34%) !important;
}
.stat-number {
  display: inline-block;
  min-width: 3.6ch;
  font-variant-numeric: tabular-nums;
  will-change: contents;
}
.stat-number.is-complete {
  text-shadow: 0 0 18px rgba(227,27,35,.22);
}
@media (prefers-reduced-motion: reduce) {
  .stat-number { transition: none !important; }
}


/* V3 Vimeo embedded header background and Vimeo shadowbox */
.hero-video-frame {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  pointer-events: none;
  background: #020304 url('../img/hero-production-bg.jpg') center center / cover no-repeat;
}
.hero-bg-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%) scale(1.34);
  transform-origin: center center;
  border: 0;
  opacity: .98;
  filter: saturate(1.18) contrast(1.08) brightness(1.08);
}
.video-embed-ratio {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px;
  background: #000;
}
.modal-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 900px) {
  .hero-bg-iframe { transform: translate(-50%, -50%) scale(1.72); }
}
@media (max-width: 560px) {
  .hero-bg-iframe { transform: translate(-50%, -50%) scale(2.08); }
}


/* V4: clearer AFPC logo on header + separate sizzle reel Vimeo link */
.site-header {
  background: linear-gradient(180deg, rgba(0,0,0,.96), rgba(2,5,7,.88)) !important;
  border-bottom: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: 0 16px 42px rgba(0,0,0,.52) !important;
}
.nav-wrap {
  min-height: 108px;
}
.brand-logo {
  min-width: 285px;
  padding: 8px 18px 8px 12px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0,0,0,.92), rgba(18,22,26,.76));
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 18px 42px rgba(0,0,0,.58), inset 0 1px 0 rgba(255,255,255,.12);
}
.brand-logo img {
  height: 76px !important;
  filter: drop-shadow(0 2px 1px rgba(255,255,255,.18)) drop-shadow(0 14px 26px rgba(0,0,0,.82)) !important;
}
.hero {
  padding-top: 180px;
}
.hero-panel {
  background: rgba(0,0,0,.68) !important;
  border-color: rgba(255,255,255,.22) !important;
}
.hero-panel img {
  width: 310px;
  max-width: 100%;
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0,0,0,.82), rgba(15,18,22,.66));
  border: 1px solid rgba(255,255,255,.12);
  filter: drop-shadow(0 14px 26px rgba(0,0,0,.72));
}
.hero-bg-iframe {
  opacity: 1 !important;
  filter: saturate(1.2) contrast(1.08) brightness(1.1) !important;
}
@media (max-width: 980px) {
  .brand-logo { min-width: 250px; padding: 7px 14px 7px 10px; }
  .brand-logo img { height: 66px !important; }
  .primary-menu { top: 100px; }
}
@media (max-width: 680px) {
  .nav-wrap { min-height: 92px; }
  .brand-logo { min-width: 205px; padding: 6px 10px; border-radius: 14px; }
  .brand-logo img { height: 52px !important; }
  .hero { padding-top: 145px; }
}


/* V5: AFPC One Sheet + current website copy refresh */
.primary-menu { gap: 24px; }
.primary-menu a { white-space: nowrap; }
.hero-content p { max-width: 690px; }
.services-expanded { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.services-expanded .service-card { min-height: 340px; }
.services-expanded .service-card p { font-size: .94rem; }
.mobile-trailer { background: linear-gradient(180deg, #f5f6f7, #ffffff); padding-top: 0; }
.trailer-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  border-radius: 26px;
  padding: 42px;
  background: linear-gradient(135deg, #070a0d, #171d22);
  color: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.08);
  position: relative;
  overflow: hidden;
}
.trailer-card::before {
  content: "";
  position: absolute;
  inset: -40% -10% auto auto;
  width: 430px;
  height: 430px;
  background: radial-gradient(circle, rgba(227,27,35,.35), transparent 62%);
  pointer-events: none;
}
.trailer-card > * { position: relative; }
.trailer-card h2 { margin: 10px 0 12px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.02; }
.trailer-card p { color: rgba(255,255,255,.74); max-width: 780px; margin: 0; }
.trust h2 { max-width: 900px; margin: 10px auto 0; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.1; }
.footer-col a[href^="tel"], .footer-col a[href^="mailto"] { color: rgba(255,255,255,.78); }
@media (max-width: 1120px) {
  .services-expanded { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .trailer-card { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .services-expanded { grid-template-columns: 1fr; }
  .trailer-card { padding: 30px 24px; }
}


/* V6: Apple-inspired text and image reveal service cards */
.service-grid.services-expanded {
  align-items: stretch;
}
.reveal-card {
  min-height: 460px;
  padding: 0;
  isolation: isolate;
  cursor: pointer;
  transform: translateY(26px) scale(.985);
  opacity: 0;
  transition:
    transform .85s cubic-bezier(.16, 1, .3, 1),
    opacity .85s cubic-bezier(.16, 1, .3, 1),
    box-shadow .35s ease,
    border-color .35s ease;
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.reveal-card:hover,
.reveal-card:focus-within,
.reveal-card.is-revealed {
  transform: translateY(-8px) scale(1.015);
  border-color: rgba(227,27,35,.42);
  box-shadow: 0 34px 82px rgba(0,0,0,.35), 0 0 0 1px rgba(227,27,35,.18);
}
.reveal-card:focus-visible {
  outline: 3px solid rgba(227,27,35,.55);
  outline-offset: 4px;
}
.service-card-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0;
  transform: scale(1.12);
  transform-origin: center center;
  transition: opacity .68s ease, transform 1.1s cubic-bezier(.16, 1, .3, 1), filter .68s ease;
  filter: saturate(1.08) contrast(1.06) brightness(.82);
}
.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reveal-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(2,4,6,.16), rgba(2,4,6,.88) 58%, rgba(2,4,6,.98) 100%),
    radial-gradient(circle at 22% 0%, rgba(227,27,35,.22), transparent 48%);
  opacity: .88;
  transition: opacity .45s ease;
}
.reveal-card:hover .service-card-media,
.reveal-card:focus-within .service-card-media,
.reveal-card.is-revealed .service-card-media,
.reveal-card.is-visible .service-card-media {
  opacity: .54;
  transform: scale(1.02);
}
.reveal-card:hover::after,
.reveal-card:focus-within::after,
.reveal-card.is-revealed::after {
  opacity: 1;
}
.media-sheen {
  position: absolute;
  inset: -40% -60% auto auto;
  width: 80%;
  height: 180%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.16), transparent);
  transform: translateX(-160%) rotate(18deg);
  transition: transform 1.15s cubic-bezier(.16, 1, .3, 1);
}
.reveal-card:hover .media-sheen,
.reveal-card:focus-within .media-sheen,
.reveal-card.is-revealed .media-sheen {
  transform: translateX(145%) rotate(18deg);
}
.service-card-content {
  position: relative;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
.service-topline {
  position: absolute;
  top: 28px;
  left: 32px;
  color: rgba(255,255,255,.58);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .45s ease, transform .45s ease;
}
.reveal-card:hover .service-topline,
.reveal-card:focus-within .service-topline,
.reveal-card.is-revealed .service-topline {
  opacity: 1;
  transform: translateY(0);
}
.reveal-card .service-icon,
.reveal-card h3,
.reveal-card .service-summary,
.reveal-card .service-card-actions {
  transition: transform .52s cubic-bezier(.16, 1, .3, 1), opacity .45s ease;
}
.reveal-card:hover .service-icon,
.reveal-card:focus-within .service-icon,
.reveal-card.is-revealed .service-icon {
  transform: translateY(-8px) scale(1.08);
}
.reveal-card h3 {
  font-size: clamp(1.5rem, 2vw, 1.95rem);
}
.reveal-card:hover h3,
.reveal-card:focus-within h3,
.reveal-card.is-revealed h3 {
  transform: translateY(-6px);
}
.reveal-card .service-summary {
  color: rgba(255,255,255,.76);
}
.service-reveal-panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(14px);
  transition:
    max-height .68s cubic-bezier(.16, 1, .3, 1),
    opacity .42s ease,
    transform .55s cubic-bezier(.16, 1, .3, 1);
}
.service-reveal-panel p {
  margin: 0 0 14px;
  color: rgba(255,255,255,.86);
}
.service-reveal-panel ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}
.service-reveal-panel li {
  position: relative;
  padding-left: 22px;
  color: rgba(255,255,255,.74);
  font-size: .9rem;
}
.service-reveal-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .66em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--afpc-red);
  box-shadow: 0 0 18px rgba(227,27,35,.5);
}
.reveal-card:hover .service-reveal-panel,
.reveal-card:focus-within .service-reveal-panel,
.reveal-card.is-revealed .service-reveal-panel {
  max-height: 260px;
  opacity: 1;
  transform: translateY(0);
}
.service-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}
.service-reveal-toggle {
  appearance: none;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: .62rem .9rem;
  font-size: .7rem;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.service-reveal-toggle:hover,
.service-reveal-toggle:focus-visible {
  background: rgba(227,27,35,.18);
  border-color: rgba(227,27,35,.54);
  transform: translateY(-1px);
}
.reveal-card.is-revealed .service-reveal-toggle {
  background: var(--afpc-red);
  border-color: var(--afpc-red);
}
@media (hover: none) {
  .reveal-card.is-visible .service-card-media { opacity: .44; }
  .reveal-card.is-revealed .service-card-media { opacity: .58; }
}
@media (max-width: 680px) {
  .reveal-card,
  .service-card-content { min-height: 430px; }
  .service-card-content { padding: 28px 24px; }
  .service-topline { left: 24px; top: 24px; }
  .service-card-actions { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-card,
  .service-card-media,
  .media-sheen,
  .service-reveal-panel,
  .reveal-card .service-icon,
  .reveal-card h3,
  .reveal-card .service-summary,
  .service-topline {
    transition: none !important;
  }
  .reveal-card { opacity: 1; transform: none; }
}


/* V7: Live Events / Mobile Broadcast Trailer child pages + mobile CTA kept visible */
.primary-menu .sub-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  min-width: 260px;
  padding: 12px;
  margin: 0;
  list-style: none;
  border-radius: 16px;
  background: rgba(4,6,8,.98);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}
.primary-menu .menu-item-has-children { position: relative; }
.primary-menu .menu-item-has-children:hover > .sub-menu,
.primary-menu .menu-item-has-children:focus-within > .sub-menu { opacity: 1; transform: translateY(0); pointer-events: auto; }
.primary-menu .sub-menu a { display: block; padding: 12px 14px; border-radius: 12px; background: rgba(255,255,255,.04); }
.primary-menu .sub-menu a:hover { background: rgba(185,0,10,.18); }

.page-detail-main { padding-top: 108px; background: #f6f7f8; }
.page-hero { position: relative; overflow: hidden; color: #fff; padding: 120px 0 72px; background: radial-gradient(circle at 78% 20%, rgba(185,0,10,.36), transparent 34%), linear-gradient(135deg, #05080b 0%, #111820 55%, #350609 100%); }
.page-hero::after { content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 44px 44px; opacity:.12; pointer-events:none; }
.page-hero-grid { position: relative; z-index:1; display:grid; grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr); gap: 52px; align-items:center; }
.page-hero h1 { margin: 0 0 20px; font-size: clamp(3rem, 6vw, 6.2rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.page-hero p { color: rgba(255,255,255,.78); font-size: 1.1rem; max-width: 720px; }
.page-hero-image { margin: 0; border-radius: 28px; overflow: hidden; background: #000; box-shadow: 0 38px 90px rgba(0,0,0,.52); border: 1px solid rgba(255,255,255,.15); }
.page-hero-image img { width: 100%; height: 430px; object-fit: cover; display:block; transform: scale(1.01); }
.page-hero-image figcaption { padding: 16px 18px; color: rgba(255,255,255,.72); background: rgba(0,0,0,.72); font-size: .93rem; }
.page-section { background:#fff; }
.two-col-story { display:grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items:stretch; }
.story-card { border-radius: 28px; padding: 46px; box-shadow: 0 24px 70px rgba(0,0,0,.12); }
.story-card h2 { margin: 8px 0 18px; font-size: clamp(2.2rem, 4vw, 4rem); line-height: .96; letter-spacing: -.04em; }
.story-card p { color: rgba(255,255,255,.78); font-size:1.08rem; }
.red-card { background: linear-gradient(135deg, #090c10, #50090d); color: #fff; border:1px solid rgba(255,255,255,.1); }
.story-media { border-radius: 28px; overflow:hidden; min-height: 380px; box-shadow: 0 24px 70px rgba(0,0,0,.13); }
.story-media img { width:100%; height:100%; min-height: 380px; object-fit: cover; display:block; }
.detail-panels { background: #f6f7f8; }
.detail-grid { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.detail-grid article { background:#fff; border: 1px solid #e2e6eb; border-radius: 22px; padding: 28px; box-shadow: 0 18px 50px rgba(0,0,0,.06); }
.detail-grid article h3 { margin:0 0 12px; font-size:1.15rem; letter-spacing:-.02em; }
.detail-grid article p { color:#59616b; }
@media (max-width: 1100px) { .page-hero-grid, .two-col-story { grid-template-columns:1fr; } .detail-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 980px) {
  .header-cta { display:inline-flex !important; white-space: nowrap; padding: .75rem .9rem; font-size: .68rem; }
  .nav-wrap { gap: 10px; }
  .site-navigation { margin-left: auto; }
  .primary-menu .sub-menu { position: static; opacity: 1; transform: none; pointer-events: auto; box-shadow:none; border-color: rgba(255,255,255,.08); background: rgba(255,255,255,.05); margin-top: 8px; min-width: 0; width: 100%; }
  .primary-menu .sub-menu a { padding-left: 22px; }
}
@media (max-width: 680px) {
  .brand-logo { min-width: 138px !important; max-width: 148px; padding: 5px 7px !important; }
  .brand-logo img { height: 38px !important; }
  .nav-toggle { padding: .55rem .68rem; font-size: .72rem; }
  .header-cta { padding: .62rem .72rem; font-size: .58rem; letter-spacing: .08em; }
  .page-detail-main { padding-top: 92px; }
  .page-hero { padding: 92px 0 54px; }
  .page-hero-image img { height: 260px; }
  .story-card { padding: 30px; }
  .detail-grid { grid-template-columns:1fr; }
}
@media (max-width: 410px) {
  .brand-logo { min-width: 116px !important; max-width: 124px; }
  .brand-logo img { height: 32px !important; }
  .header-cta { padding: .56rem .58rem; font-size: .52rem; }
  .nav-toggle { padding: .5rem .6rem; font-size: .66rem; }
  .nav-wrap { gap: 6px; }
}


/* V8: Main-menu mobile broadcast trailer + What We Do service card update */
.trailer-layout-section { background: #fff; padding-top: 28px; }
.trailer-layout-figure { margin: 0 auto; max-width: 1160px; border-radius: 24px; overflow: hidden; border: 1px solid #e1e5ea; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.12); }
.trailer-layout-figure img { width: 100%; height: auto; display: block; }
.trailer-layout-figure figcaption { padding: 14px 18px; color: #626a72; font-size: .92rem; background: #f6f7f8; }
@media (max-width: 1180px) {
  .primary-menu { gap: 18px; }
  .primary-menu a { font-size: .7rem; letter-spacing: .08em; }
}
@media (max-width: 980px) {
  .primary-menu { max-height: calc(100vh - 118px); overflow-y: auto; }
}


/* V8: Use the same looping Vimeo header video behind all subpage hero banners */
.page-hero-with-video {
  background: #020304 !important;
  isolation: isolate;
}
.page-hero-with-video .hero-video-frame {
  z-index: -3;
  background: #020304 url('../img/hero-production-bg.jpg') center center / cover no-repeat;
}
.page-hero-with-video .hero-bg-iframe {
  opacity: 1 !important;
  filter: saturate(1.18) contrast(1.08) brightness(1.08) !important;
}
.page-hero-with-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.68) 38%, rgba(0,0,0,.32) 68%, rgba(0,0,0,.72) 100%),
    radial-gradient(circle at 18% 32%, rgba(227,27,35,.22), transparent 36%);
}
.page-hero-with-video::after {
  z-index: -1;
}
.page-hero-with-video .page-hero-grid {
  position: relative;
  z-index: 2;
}
.page-hero-with-video .page-hero-image {
  background: rgba(0,0,0,.58);
  backdrop-filter: blur(2px);
  border-color: rgba(255,255,255,.22);
}
.page-hero-with-video .page-hero-image figcaption {
  background: rgba(0,0,0,.82);
}
@media (max-width: 900px) {
  .page-hero-with-video .hero-bg-iframe { transform: translate(-50%, -50%) scale(1.72); }
}
@media (max-width: 560px) {
  .page-hero-with-video .hero-bg-iframe { transform: translate(-50%, -50%) scale(2.08); }
}

/* V9: Header title containment, trailer equipment list, About page, and client logo marquee */
.page-hero-copy { min-width: 0; max-width: 760px; position: relative; z-index: 3; }
.page-hero-with-video .page-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(380px, 520px); align-items: center; }
.page-hero-with-video h1 { max-width: 760px; font-size: clamp(2.75rem, 4.8vw, 5.35rem); letter-spacing: -.045em; text-wrap: balance; overflow-wrap: normal; }
.page-hero-with-video .page-hero-image { justify-self: end; width: 100%; max-width: 520px; }
.page-hero-with-video .page-hero-copy p { max-width: 660px; }
@media (min-width: 1280px) {
  .page-hero-with-video .page-hero-grid { grid-template-columns: minmax(0, 1.12fr) minmax(420px, 520px); gap: 72px; }
}
@media (max-width: 1100px) {
  .page-hero-with-video .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero-with-video .page-hero-image { justify-self: stretch; max-width: none; }
}

.trailer-equipment-section { background: #080a0d; color: #fff; }
.trailer-equipment-section .section-title p { color: rgba(255,255,255,.72); }
.equipment-download { margin-top: 18px; }
.equipment-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 34px; }
.equipment-grid article { background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); border: 1px solid rgba(255,255,255,.12); border-radius: 22px; padding: 24px; box-shadow: 0 20px 60px rgba(0,0,0,.24); }
.equipment-grid article h3 { color: #fff; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .05em; margin: 0 0 14px; }
.equipment-grid article ul { margin: 0; padding-left: 18px; color: rgba(255,255,255,.74); }
.equipment-grid article li { margin: 7px 0; }
@media (max-width: 980px) { .equipment-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 620px) { .equipment-grid { grid-template-columns: 1fr; } }

.about-story-section { background: #fff; }
.about-story-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: stretch; }
.about-copy-stack { display:grid; gap: 22px; }
.about-copy-stack article, .principle-grid article { background: #fff; border: 1px solid #e2e6eb; border-radius: 24px; padding: 30px; box-shadow: 0 18px 55px rgba(0,0,0,.07); }
.about-copy-stack h3, .principle-grid h3 { margin: 0 0 12px; font-size: 1.28rem; letter-spacing: -.025em; }
.about-copy-stack p, .principle-grid p { color: #58616b; margin: 0; }
.principles-section { background: #f6f7f8; }
.principle-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.clients-marquee-section { background: #fff; overflow: hidden; }
.section-title.compact { margin-bottom: 18px; }
.client-marquee { position: relative; overflow: hidden; border-top: 1px solid #e6eaef; border-bottom: 1px solid #e6eaef; background: linear-gradient(90deg, #fff, #f8f9fb, #fff); }
.client-marquee::before, .client-marquee::after { content:""; position:absolute; top:0; bottom:0; width:110px; z-index:2; pointer-events:none; }
.client-marquee::before { left:0; background: linear-gradient(90deg, #fff, rgba(255,255,255,0)); }
.client-marquee::after { right:0; background: linear-gradient(270deg, #fff, rgba(255,255,255,0)); }
.client-track { display:flex; align-items:center; gap: 32px; width:max-content; padding: 28px 32px; animation: clientMarquee 38s linear infinite; }
.client-marquee:hover .client-track { animation-play-state: paused; }
.client-logo { flex: 0 0 190px; height: 86px; display:flex; align-items:center; justify-content:center; border-radius: 18px; background: #fff; border: 1px solid #e2e6eb; box-shadow: 0 12px 34px rgba(0,0,0,.06); padding: 18px; }
.client-logo img { max-width: 150px; max-height: 54px; width: auto; height: auto; object-fit: contain; filter: grayscale(1) saturate(.1); opacity: .78; transition: filter .2s ease, opacity .2s ease, transform .2s ease; }
.client-logo:hover img { filter: grayscale(0) saturate(1); opacity: 1; transform: scale(1.04); }
@keyframes clientMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 900px) { .about-story-grid, .principle-grid { grid-template-columns: 1fr; } .client-logo { flex-basis: 160px; height: 78px; } }
@media (prefers-reduced-motion: reduce) { .client-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; } }


/* V10: About-page client banner placement + tight cropped menu logo */
.brand-logo {
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto;
  padding: 8px 10px !important;
  overflow: hidden;
}
.brand-logo img {
  display: block;
  height: 72px !important;
  width: auto !important;
  max-width: none !important;
}
.clients-marquee-section.about-top-clients,
.page-hero-about + .clients-marquee-section {
  padding-top: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid #e6eaef;
}
.page-hero-about + .clients-marquee-section .section-title {
  margin-bottom: 16px;
}
@media (max-width: 980px) {
  .brand-logo { padding: 7px 8px !important; }
  .brand-logo img { height: 58px !important; }
}
@media (max-width: 680px) {
  .brand-logo { padding: 5px 6px !important; border-radius: 12px; }
  .brand-logo img { height: 42px !important; }
}
@media (max-width: 430px) {
  .brand-logo img { height: 36px !important; }
}

/* V11: About header concert image + client banner title refinement */
.page-hero-about .page-hero-image img { object-position: center center; }
.clients-only-title { text-align: center; margin-bottom: 14px !important; }
.clients-only-title .eyebrow { font-size: .86rem; letter-spacing: .18em; }

/* V12: Mobile Broadcast Trailer page — full-width Vimeo header video */
.page-hero-trailer.page-hero-with-video {
  min-height: clamp(660px, 78vh, 900px);
  padding: clamp(150px, 16vw, 220px) 0 clamp(100px, 9vw, 150px) !important;
  display: flex;
  align-items: center;
  background: #020304 !important;
}
.page-hero-trailer.page-hero-with-video .hero-video-frame {
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}
.page-hero-trailer.page-hero-with-video .hero-bg-iframe {
  width: 100vw !important;
  height: 56.25vw !important;
  min-width: 177.78vh !important;
  min-height: 100% !important;
  opacity: 1 !important;
  filter: saturate(1.22) contrast(1.1) brightness(1.08) !important;
}
.page-hero-trailer.page-hero-with-video::before {
  background:
    linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.62) 42%, rgba(0,0,0,.26) 72%, rgba(0,0,0,.55) 100%),
    linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.16) 48%, rgba(0,0,0,.82) 100%),
    radial-gradient(circle at 20% 34%, rgba(227,27,35,.28), transparent 40%) !important;
}
.page-hero-trailer.page-hero-with-video .page-hero-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  width: 100%;
  align-items: center;
}
.page-hero-trailer.page-hero-with-video .page-hero-image {
  display: none !important;
}
.page-hero-trailer.page-hero-with-video .page-hero-copy {
  max-width: 940px;
  padding: clamp(28px, 4vw, 56px);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(0,0,0,.58), rgba(0,0,0,.26));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 36px 90px rgba(0,0,0,.46);
  backdrop-filter: blur(5px);
}
.page-hero-trailer.page-hero-with-video h1 {
  max-width: 980px;
  font-size: clamp(3.2rem, 7.1vw, 7.4rem);
  line-height: .88;
}
.page-hero-trailer.page-hero-with-video p {
  max-width: 780px;
  font-size: clamp(1rem, 1.4vw, 1.22rem);
}
@media (max-width: 760px) {
  .page-hero-trailer.page-hero-with-video {
    min-height: 640px;
    padding: 128px 0 78px !important;
  }
  .page-hero-trailer.page-hero-with-video .page-hero-copy {
    padding: 26px;
    border-radius: 24px;
  }
}

/* V13: Refined Mobile Broadcast Trailer hero — shorter, full-width video, home-page style text */
.page-hero-trailer.page-hero-with-video {
  min-height: clamp(500px, 58vh, 650px) !important;
  padding: clamp(118px, 11vw, 145px) 0 clamp(64px, 7vw, 92px) !important;
  display: flex;
  align-items: center;
}
.page-hero-trailer.page-hero-with-video::before {
  background:
    linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.82) 34%, rgba(0,0,0,.34) 66%, rgba(0,0,0,.58) 100%),
    radial-gradient(circle at 21% 35%, rgba(227,27,35,.24), transparent 36%) !important;
}
.page-hero-trailer.page-hero-with-video .page-hero-grid {
  grid-template-columns: minmax(0, 760px) 1fr !important;
  gap: 56px;
}
.page-hero-trailer.page-hero-with-video .page-hero-copy {
  max-width: 760px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.page-hero-trailer.page-hero-with-video .eyebrow {
  color: var(--afpc-red);
  letter-spacing: .26em;
  font-size: .86rem;
  margin-bottom: 16px;
}
.page-hero-trailer.page-hero-with-video h1 {
  max-width: 760px !important;
  margin: 0 0 18px !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif !important;
  font-weight: 900 !important;
  font-size: clamp(3.1rem, 6.2vw, 6.45rem) !important;
  line-height: .93 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  text-wrap: balance;
}
.page-hero-trailer.page-hero-with-video p {
  max-width: 650px !important;
  font-size: clamp(1rem, 1.12vw, 1.13rem) !important;
  color: rgba(255,255,255,.84) !important;
  margin-bottom: 0;
}
.page-hero-trailer.page-hero-with-video .hero-actions {
  margin: 30px 0 0 !important;
}
@media (max-width: 900px) {
  .page-hero-trailer.page-hero-with-video {
    min-height: auto !important;
    padding: 122px 0 72px !important;
  }
  .page-hero-trailer.page-hero-with-video .page-hero-grid {
    grid-template-columns: 1fr !important;
  }
  .page-hero-trailer.page-hero-with-video h1 {
    font-size: clamp(3rem, 12vw, 5rem) !important;
  }
}
@media (max-width: 560px) {
  .page-hero-trailer.page-hero-with-video {
    padding: 116px 0 58px !important;
  }
  .page-hero-trailer.page-hero-with-video .eyebrow {
    font-size: .74rem;
    letter-spacing: .2em;
  }
  .page-hero-trailer.page-hero-with-video h1 {
    font-size: clamp(2.72rem, 13vw, 4rem) !important;
  }
}


/* V14: Trailer page header aligned to Live Events hero, with trailer interior image restored */
.page-hero-trailer.page-hero-with-video {
  min-height: auto !important;
  padding: 120px 0 72px !important;
  display: block !important;
  align-items: initial !important;
  background: #020304 !important;
}
.page-hero-trailer.page-hero-with-video::before {
  background:
    linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.68) 38%, rgba(0,0,0,.32) 68%, rgba(0,0,0,.72) 100%),
    radial-gradient(circle at 18% 32%, rgba(227,27,35,.22), transparent 36%) !important;
}
.page-hero-trailer.page-hero-with-video .page-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 520px) !important;
  gap: 52px !important;
  align-items: center !important;
  width: auto !important;
}
.page-hero-trailer.page-hero-with-video .page-hero-copy {
  max-width: 760px !important;
  min-width: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  text-align: left !important;
}
.page-hero-trailer.page-hero-with-video .page-hero-image {
  display: block !important;
  justify-self: end !important;
  width: 100% !important;
  max-width: 520px !important;
  margin: 0 !important;
  background: rgba(0,0,0,.58) !important;
  backdrop-filter: blur(2px) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  box-shadow: 0 38px 90px rgba(0,0,0,.52) !important;
}
.page-hero-trailer.page-hero-with-video .page-hero-image img {
  width: 100% !important;
  height: 430px !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  transform: scale(1.01) !important;
}
.page-hero-trailer.page-hero-with-video .page-hero-image figcaption {
  display: block !important;
  padding: 16px 18px !important;
  color: rgba(255,255,255,.72) !important;
  background: rgba(0,0,0,.82) !important;
  font-size: .93rem !important;
}
.page-hero-trailer.page-hero-with-video .eyebrow {
  color: var(--afpc-red) !important;
  letter-spacing: .18em !important;
  font-size: .78rem !important;
  margin-bottom: 12px !important;
}
.page-hero-trailer.page-hero-with-video h1 {
  max-width: 760px !important;
  margin: 0 0 20px !important;
  font-family: inherit !important;
  font-weight: 900 !important;
  font-size: clamp(2.75rem, 4.8vw, 5.35rem) !important;
  line-height: .9 !important;
  letter-spacing: -.045em !important;
  text-transform: uppercase !important;
  text-wrap: balance !important;
}
.page-hero-trailer.page-hero-with-video p {
  max-width: 660px !important;
  font-size: 1.1rem !important;
  color: rgba(255,255,255,.78) !important;
  margin-bottom: 0 !important;
}
.page-hero-trailer.page-hero-with-video .hero-actions {
  margin: 30px 0 0 !important;
}
@media (min-width: 1280px) {
  .page-hero-trailer.page-hero-with-video .page-hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(420px, 520px) !important;
    gap: 72px !important;
  }
}
@media (max-width: 1100px) {
  .page-hero-trailer.page-hero-with-video .page-hero-grid {
    grid-template-columns: 1fr !important;
  }
  .page-hero-trailer.page-hero-with-video .page-hero-image {
    justify-self: stretch !important;
    max-width: none !important;
  }
}
@media (max-width: 680px) {
  .page-hero-trailer.page-hero-with-video {
    padding: 92px 0 54px !important;
  }
  .page-hero-trailer.page-hero-with-video .page-hero-image img {
    height: 260px !important;
  }
}

/* V15: Center Mobile Broadcast Trailer hero text and image as a unified centered composition */
.page-hero-trailer.page-hero-with-video .page-hero-grid {
  max-width: min(1120px, calc(100vw - 42px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  grid-template-columns: minmax(0, 560px) minmax(340px, 480px) !important;
  justify-content: center !important;
  justify-items: center !important;
  align-items: center !important;
  gap: clamp(32px, 5vw, 58px) !important;
}
.page-hero-trailer.page-hero-with-video .page-hero-copy {
  justify-self: center !important;
  text-align: center !important;
  max-width: 560px !important;
  width: 100% !important;
}
.page-hero-trailer.page-hero-with-video .page-hero-copy p,
.page-hero-trailer.page-hero-with-video h1,
.page-hero-trailer.page-hero-with-video .eyebrow {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.page-hero-trailer.page-hero-with-video .hero-actions {
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.page-hero-trailer.page-hero-with-video .page-hero-image {
  justify-self: center !important;
  max-width: 480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.page-hero-trailer.page-hero-with-video .page-hero-image figcaption {
  text-align: center !important;
}
@media (min-width: 1280px) {
  .page-hero-trailer.page-hero-with-video .page-hero-grid {
    grid-template-columns: minmax(0, 570px) minmax(420px, 500px) !important;
    max-width: 1140px !important;
    gap: 56px !important;
  }
}
@media (max-width: 1100px) {
  .page-hero-trailer.page-hero-with-video .page-hero-grid {
    grid-template-columns: 1fr !important;
    max-width: min(760px, calc(100vw - 42px)) !important;
  }
  .page-hero-trailer.page-hero-with-video .page-hero-image {
    max-width: 620px !important;
    justify-self: center !important;
  }
}


/* V16: Left-justify Trailer hero text like Live Events while keeping centered composition */
.page-hero-trailer.page-hero-with-video .page-hero-grid {
  max-width: min(1120px, calc(100vw - 42px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  grid-template-columns: minmax(0, 560px) minmax(340px, 480px) !important;
  justify-content: center !important;
  justify-items: center !important;
  align-items: center !important;
  gap: clamp(32px, 5vw, 58px) !important;
}
.page-hero-trailer.page-hero-with-video .page-hero-copy {
  justify-self: center !important;
  text-align: left !important;
  max-width: 560px !important;
  width: 100% !important;
}
.page-hero-trailer.page-hero-with-video .page-hero-copy p,
.page-hero-trailer.page-hero-with-video h1,
.page-hero-trailer.page-hero-with-video .eyebrow {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}
.page-hero-trailer.page-hero-with-video .hero-actions {
  justify-content: flex-start !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.page-hero-trailer.page-hero-with-video .page-hero-image {
  justify-self: center !important;
  max-width: 480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.page-hero-trailer.page-hero-with-video .page-hero-image figcaption {
  text-align: center !important;
}
@media (min-width: 1280px) {
  .page-hero-trailer.page-hero-with-video .page-hero-grid {
    grid-template-columns: minmax(0, 570px) minmax(420px, 500px) !important;
    max-width: 1140px !important;
    gap: 56px !important;
  }
}
@media (max-width: 1100px) {
  .page-hero-trailer.page-hero-with-video .page-hero-grid {
    grid-template-columns: 1fr !important;
    max-width: min(760px, calc(100vw - 42px)) !important;
  }
  .page-hero-trailer.page-hero-with-video .page-hero-image {
    max-width: 620px !important;
    justify-self: center !important;
  }
}

/* V18: Live Events AFPC Philosophy image update */
.live-events-philosophy-image img,
.story-media img[src$="live-events-philosophy-led.webp"] {
  object-position: center center;
}

/* V19: Contact page and project form */
.page-hero-contact .page-hero-image img {
  object-position: center center;
}
.contact-section {
  background: linear-gradient(180deg, #f6f7f8, #ffffff);
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: start;
}
.contact-card,
.contact-form {
  background: #fff;
  border: 1px solid #e2e6eb;
  border-radius: 28px;
  padding: clamp(28px, 4vw, 44px);
  box-shadow: 0 24px 70px rgba(0,0,0,.09);
}
.contact-info-card {
  background: linear-gradient(135deg, #080a0d, #54070b);
  color: #fff;
}
.contact-info-card h2 {
  margin: 10px 0 16px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: .95;
  letter-spacing: -.04em;
}
.contact-info-card p,
.contact-info-card a {
  color: rgba(255,255,255,.78);
}
.contact-methods {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}
.contact-methods p {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.13);
}
.contact-methods strong {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
}
.contact-form {
  display: grid;
  gap: 18px;
}
.form-row {
  display: grid;
  gap: 8px;
}
.form-row.two-up {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-form label {
  font-weight: 800;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #14171c;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d9dee5;
  border-radius: 14px;
  padding: 14px 15px;
  font: inherit;
  color: #12161c;
  background: #f8f9fb;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-form textarea {
  resize: vertical;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--afpc-red);
  box-shadow: 0 0 0 4px rgba(185,0,10,.12);
  background: #fff;
}
.form-note {
  margin: 0;
  color: #66707c;
  font-size: .92rem;
}
.form-alert {
  border-radius: 16px;
  padding: 14px 16px;
  font-weight: 800;
}
.form-success {
  background: #e8f7ed;
  color: #11642a;
  border: 1px solid #bde5c8;
}
.form-error {
  background: #fff1f1;
  color: #9d1218;
  border: 1px solid #f1c1c4;
}
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 980px) {
  .contact-grid,
  .form-row.two-up {
    grid-template-columns: 1fr;
  }
}

/* V20: Contact page without large hero/header section */
.contact-main.contact-no-hero {
  background: #f6f7f8;
}
.contact-main.contact-no-hero .contact-section {
  padding-top: clamp(42px, 6vw, 76px);
}
.contact-main.contact-no-hero .contact-grid {
  margin-top: 0;
}

/* V21: Join Our Team button */
.footer-join-btn {
  margin: 16px 0 18px;
  align-self: flex-start;
  padding: .78rem 1rem;
  font-size: .68rem;
  letter-spacing: .11em;
}
.contact-join-team {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  margin-top: 24px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}
.contact-join-team span {
  color: rgba(255,255,255,.86);
  font-weight: 800;
  line-height: 1.3;
}
.contact-join-team .btn {
  white-space: nowrap;
  color: #fff;
  border-color: rgba(255,255,255,.22);
}
@media (max-width: 560px) {
  .contact-join-team {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* V23: Button text centering and Equipment page */
.btn,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.05;
}
.header-cta {
  min-height: 42px;
}
.equipment-section {
  background: linear-gradient(180deg, #f6f7f8, #ffffff);
}
.equipment-accordion {
  display: grid;
  gap: 18px;
}
.equipment-category {
  border: 1px solid #e0e5eb;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,.07);
}
.equipment-category > summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  background: linear-gradient(135deg, #080a0d, #57080c);
  color: #fff;
}
.equipment-category > summary::-webkit-details-marker,
.equipment-subcategory > summary::-webkit-details-marker {
  display: none;
}
.equipment-summary-text {
  display: grid;
  gap: 8px;
}
.equipment-summary-text strong {
  font-size: clamp(1.7rem, 3.2vw, 3.2rem);
  line-height: .95;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.equipment-summary-text small {
  max-width: 820px;
  color: rgba(255,255,255,.74);
  font-size: 1rem;
  line-height: 1.55;
}
.equipment-toggle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  transition: transform .2s ease;
}
.equipment-category[open] > summary .equipment-toggle {
  transform: rotate(45deg);
}
.equipment-dropdown-body {
  padding: clamp(20px, 3vw, 34px);
  display: grid;
  gap: 16px;
}
.equipment-subcategory {
  border: 1px solid #e4e8ee;
  border-radius: 18px;
  background: #f8f9fb;
  overflow: hidden;
}
.equipment-subcategory > summary {
  cursor: pointer;
  list-style: none;
  padding: 17px 20px;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #11161c;
  background: #fff;
}
.equipment-item-list {
  margin: 0;
  padding: 4px 20px 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 16px;
  list-style: none;
}
.equipment-item-list li {
  position: relative;
  padding: 11px 12px 11px 30px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e5e9ef;
  color: #3f4853;
  font-weight: 700;
}
.equipment-item-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--afpc-red);
  position: absolute;
  left: 13px;
  top: 18px;
}
.equipment-note {
  margin: 8px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--afpc-red);
  border-radius: 16px;
  background: #fff;
  color: #5c6672;
}
.equipment-cta .cta-kicker {
  color: rgba(255,255,255,.7);
}
@media (max-width: 980px) {
  .equipment-item-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .equipment-category > summary {
    align-items: flex-start;
  }
  .equipment-item-list {
    grid-template-columns: 1fr;
  }
}


/* V24: Equipment page PDF deck download and category images */
.page-hero-equipment .page-hero-image img {
  object-position: center center;
}
.equipment-image-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 6px 0 28px;
}
.equipment-image-strip figure {
  position: relative;
  margin: 0;
  min-height: 148px;
  border-radius: 18px;
  overflow: hidden;
  background: #05070a;
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
  border: 1px solid #e1e5eb;
}
.equipment-image-strip img {
  width: 100%;
  height: 100%;
  min-height: 148px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}
.equipment-image-strip figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0,0,0,.68);
  border: 1px solid rgba(255,255,255,.16);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.equipment-category > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 300px) 42px;
  align-items: center;
}
.equipment-summary-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 18px 46px rgba(0,0,0,.26);
  background: #020304;
}
.equipment-summary-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1100px) {
  .equipment-image-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .equipment-category > summary {
    grid-template-columns: minmax(0, 1fr) minmax(150px, 240px) 42px;
  }
}
@media (max-width: 760px) {
  .equipment-image-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .equipment-category > summary {
    grid-template-columns: 1fr 42px;
  }
  .equipment-summary-media {
    grid-column: 1 / -1;
    order: 3;
    max-width: 420px;
  }
}
@media (max-width: 460px) {
  .equipment-image-strip {
    grid-template-columns: 1fr;
  }
}

/* V25: Equipment item cards, no Equipment hero, and Content Creation page */
.equipment-main.equipment-no-hero {
  background: #f6f7f8;
}
.equipment-main.equipment-no-hero .equipment-section {
  padding-top: clamp(42px, 6vw, 76px);
}
.equipment-pdf-download {
  margin-top: 18px;
}
.equipment-item-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 6px 18px 20px;
}
.equipment-item-card {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e5e9ef;
  box-shadow: 0 12px 34px rgba(0,0,0,.055);
}
.equipment-item-card img {
  width: 100%;
  height: 112px;
  object-fit: cover;
  border-radius: 14px;
  background: #0b0d10;
}
.equipment-item-card h4 {
  margin: 2px 0 8px;
  font-size: 1rem;
  letter-spacing: -.02em;
  color: #11161c;
}
.equipment-item-card p {
  margin: 0;
  color: #5c6672;
  font-size: .92rem;
  line-height: 1.45;
}
.content-main .story-media img {
  object-position: center center;
}
.content-detail-grid article {
  min-height: 200px;
}
.content-gallery-section {
  background: #fff;
}
.content-gallery {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
}
.content-gallery figure {
  margin: 0;
  border-radius: 26px;
  overflow: hidden;
  background: #05070a;
  border: 1px solid #e1e6ed;
  box-shadow: 0 22px 65px rgba(0,0,0,.12);
}
.content-gallery figure.wide {
  grid-row: span 2;
}
.content-gallery img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: block;
}
.content-gallery figure.wide img {
  height: 640px;
}
.content-gallery figcaption {
  padding: 14px 18px;
  color: rgba(255,255,255,.78);
  background: rgba(0,0,0,.84);
  font-size: .92rem;
}
.content-process-section {
  background: #f6f7f8;
}
.content-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.content-process article {
  background: #fff;
  border: 1px solid #e2e6eb;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 50px rgba(0,0,0,.065);
}
.content-process span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: var(--afpc-red);
  color: #fff;
  font-weight: 900;
}
.content-process h3 {
  margin: 0 0 10px;
  letter-spacing: -.03em;
}
.content-process p {
  color: #5c6672;
  margin: 0;
}
@media (max-width: 1080px) {
  .equipment-item-cards,
  .content-process {
    grid-template-columns: 1fr;
  }
  .content-gallery {
    grid-template-columns: 1fr;
  }
  .content-gallery figure.wide {
    grid-row: auto;
  }
  .content-gallery figure.wide img,
  .content-gallery img {
    height: 360px;
  }
}
@media (max-width: 620px) {
  .equipment-item-card {
    grid-template-columns: 1fr;
  }
  .equipment-item-card img {
    height: 180px;
  }
  .content-gallery figure.wide img,
  .content-gallery img {
    height: 260px;
  }
}

/* V26: Unique model-specific equipment item imagery and descriptions */
.equipment-main.equipment-no-hero {
  background: #f6f7f8;
}
.equipment-main.equipment-no-hero .equipment-section {
  padding-top: clamp(42px, 6vw, 76px);
}
.equipment-pdf-download {
  margin-top: 18px;
}
.equipment-item-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 6px 18px 22px;
}
.equipment-item-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  padding: 14px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e5e9ef;
  box-shadow: 0 12px 34px rgba(0,0,0,.055);
}
.equipment-item-card img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  border-radius: 16px;
  background: #0b0d10;
  display: block;
}
.equipment-item-card h4 {
  margin: 2px 0 8px;
  font-size: 1.02rem;
  letter-spacing: -.02em;
  color: #11161c;
}
.equipment-item-card p {
  margin: 0;
  color: #5c6672;
  font-size: .92rem;
  line-height: 1.45;
}
@media (max-width: 1080px) {
  .equipment-item-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .equipment-item-card {
    grid-template-columns: 1fr;
  }
  .equipment-item-card img {
    height: 190px;
  }
}

/* V27: Film & Television page */
.page-hero-film .page-hero-image img {
  object-position: center center;
}
.film-intro .story-media img,
.film-gallery img {
  object-position: center center;
}
.film-detail-grid article {
  min-height: 210px;
}
.film-gallery-section {
  background: #fff;
}
.film-gallery {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
}
.film-gallery figure {
  margin: 0;
  border-radius: 26px;
  overflow: hidden;
  background: #05070a;
  border: 1px solid #e1e6ed;
  box-shadow: 0 22px 65px rgba(0,0,0,.12);
}
.film-gallery figure.wide {
  grid-row: span 2;
}
.film-gallery img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: block;
}
.film-gallery figure.wide img {
  height: 640px;
}
.film-gallery figcaption {
  padding: 14px 18px;
  color: rgba(255,255,255,.78);
  background: rgba(0,0,0,.84);
  font-size: .92rem;
}
.film-process-section {
  background: #f6f7f8;
}
@media (max-width: 1080px) {
  .film-gallery {
    grid-template-columns: 1fr;
  }
  .film-gallery figure.wide {
    grid-row: auto;
  }
  .film-gallery figure.wide img,
  .film-gallery img {
    height: 360px;
  }
}
@media (max-width: 620px) {
  .film-gallery figure.wide img,
  .film-gallery img {
    height: 260px;
  }
}

/* V28: Online equipment photos and sticky category jump buttons */
.equipment-top-actions {
  position: sticky;
  top: var(--equipment-sticky-top, 86px);
  z-index: 70;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
  margin-bottom: 30px;
  padding: 12px;
  border-radius: 22px;
  background: rgba(9, 11, 15, .88);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 20px 52px rgba(0,0,0,.24);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.equipment-top-actions .equipment-pdf-download {
  margin: 0;
  min-height: 42px;
}
.equipment-category-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.equipment-category-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: .72rem .98rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  text-decoration: none;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(255,255,255,.08);
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}
.equipment-category-buttons a:hover,
.equipment-category-buttons a:focus-visible {
  background: var(--afpc-red);
  border-color: var(--afpc-red);
  transform: translateY(-1px);
}
.equipment-category {
  scroll-margin-top: 155px;
}
.equipment-item-card img {
  background: #fff;
  object-fit: contain;
  object-position: center center;
  padding: 8px;
}
.equipment-item-card img[src*="tse1.mm.bing.net"] {
  background: #fff;
}
@media (max-width: 980px) {
  .equipment-top-actions {
    top: var(--equipment-sticky-top-mobile, 76px);
  }
}
@media (max-width: 620px) {
  .equipment-top-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .equipment-category-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .equipment-category-buttons a,
  .equipment-top-actions .equipment-pdf-download {
    width: 100%;
  }
}

/* V29: Equipment page refinements, sticky centered buttons, trailer section */
.equipment-top-actions {
  justify-content: center;
  text-align: center;
}
.equipment-top-actions .equipment-pdf-download {
  min-width: 260px;
}
.equipment-category-buttons {
  justify-content: center;
}
.equipment-category-buttons a[href="#mobile-broadcast-trailer-equipment"] {
  background: rgba(185,0,10,.62);
  border-color: rgba(255,255,255,.22);
}
.equipment-photo-ovation-e260cw {
  object-position: center 72% !important;
  transform: translateY(10px);
}
.equipment-photo-blackmagic-4me {
  object-position: center center !important;
}
.equipment-trailer-card {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e9ef;
  border-radius: 24px;
  padding: clamp(18px, 3vw, 30px);
  box-shadow: 0 14px 42px rgba(0,0,0,.07);
}
.equipment-trailer-card img {
  width: 100%;
  min-height: 260px;
  max-height: 360px;
  object-fit: cover;
  border-radius: 20px;
  background: #080a0d;
}
.equipment-trailer-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: .95;
  letter-spacing: -.04em;
}
.equipment-trailer-card p {
  color: #5c6672;
  margin: 0 0 18px;
}
@media (max-width: 820px) {
  .equipment-trailer-card {
    grid-template-columns: 1fr;
  }
}

/* V31: Equipment image framing and one-line category controls */
.equipment-top-actions {
  flex-wrap: nowrap !important;
  justify-content: center !important;
  gap: 8px !important;
  overflow-x: auto;
  scrollbar-width: thin;
}
.equipment-top-actions .equipment-pdf-download {
  min-width: 205px !important;
  padding-left: .72rem !important;
  padding-right: .72rem !important;
  font-size: .62rem !important;
  white-space: nowrap !important;
  flex: 0 0 auto;
}
.equipment-category-buttons {
  flex-wrap: nowrap !important;
  justify-content: center !important;
  gap: 6px !important;
  flex: 0 1 auto;
  min-width: 0;
}
.equipment-category-buttons a {
  min-height: 38px !important;
  padding: .54rem .62rem !important;
  font-size: .59rem !important;
  letter-spacing: .045em !important;
  white-space: nowrap !important;
  flex: 0 0 auto;
}
.equipment-item-card img.equipment-photo-moving-light {
  object-fit: contain !important;
  object-position: center center !important;
  padding: 10px !important;
  background: #fff !important;
}
.equipment-item-card img.equipment-photo-console-faders {
  object-fit: contain !important;
  object-position: center 54% !important;
  padding: 8px !important;
  background: #fff !important;
}
.equipment-item-card img.equipment-photo-lens-fuji-20x85 {
  object-fit: contain !important;
  object-position: center center !important;
  padding: 10px !important;
  background: #fff !important;
}
@media (min-width: 1180px) {
  .equipment-top-actions {
    max-width: 100%;
  }
}
@media (max-width: 760px) {
  .equipment-top-actions {
    justify-content: flex-start !important;
  }
  .equipment-category-buttons {
    display: flex !important;
    overflow-x: auto;
    justify-content: flex-start !important;
  }
}

/* V32: Equipment category order and compact one-line category controls */
.equipment-category-buttons a[href="#mobile-broadcast-trailer-equipment"] {
  min-width: auto !important;
}
.equipment-category-buttons a {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}
.equipment-top-actions .equipment-pdf-download {
  min-width: 190px !important;
}
@media (min-width: 1080px) {
  .equipment-top-actions {
    overflow-x: visible !important;
  }
  .equipment-category-buttons a {
    font-size: .56rem !important;
  }
}

/* V33: Uploaded Fuji 20 x 8.5 HD lens image */
.equipment-item-card img.equipment-photo-lens-fuji-20x85 {
  object-fit: contain !important;
  object-position: center center !important;
  padding: 6px !important;
  background: #fff !important;
}

/* V34: Download PDF button on separate row */
.equipment-top-actions {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}
.equipment-top-actions .equipment-pdf-download {
  display: inline-flex !important;
  width: auto !important;
  min-width: 270px !important;
  justify-content: center !important;
}
.equipment-category-buttons {
  width: 100% !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  overflow-x: auto;
}
@media (max-width: 760px) {
  .equipment-top-actions {
    align-items: stretch !important;
  }
  .equipment-top-actions .equipment-pdf-download {
    width: 100% !important;
  }
  .equipment-category-buttons {
    justify-content: flex-start !important;
  }
}

/* V35: Blackmagic ATEM Constellation 4 M/E switcher panel image */
.equipment-item-card img.equipment-photo-blackmagic-switcher-panel {
  object-fit: contain !important;
  object-position: center center !important;
  padding: 8px !important;
  background: #fff !important;
}

/* V36: Ross Carbonite TD2 switcher panel image */
.equipment-item-card img.equipment-photo-carbonite-td2-panel {
  object-fit: contain !important;
  object-position: center center !important;
  padding: 8px !important;
  background: #fff !important;
}

/* V37: Uploaded Ross Carbonite TD2 panel image */
.equipment-item-card img.equipment-photo-carbonite-td2-panel {
  object-fit: contain !important;
  object-position: center center !important;
  padding: 6px !important;
  background: #f3f4f6 !important;
}

/* V39: Remove right-side Equipment category expand button */
.equipment-category > summary {
  grid-template-columns: minmax(0, 1fr) !important;
}
.equipment-category > summary .equipment-toggle {
  display: none !important;
}
@media (max-width: 760px) {
  .equipment-category > summary {
    grid-template-columns: 1fr !important;
  }
}

/* V41: Sticky Equipment category button row under main menu */
.equipment-top-actions {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  margin-top: 22px !important;
  margin-bottom: 18px !important;
}
.equipment-top-actions .equipment-pdf-download {
  margin-bottom: 12px !important;
}
.equipment-category-buttons {
  position: sticky !important;
  top: var(--equipment-sticky-top, 86px) !important;
  z-index: 90 !important;
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  padding: 12px !important;
  border-radius: 20px !important;
  background: rgba(9, 11, 15, .92) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.24) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  scrollbar-width: thin;
}
.equipment-category {
  scroll-margin-top: 165px !important;
}
@media (max-width: 980px) {
  .equipment-category-buttons {
    top: var(--equipment-sticky-top-mobile, 76px) !important;
    justify-content: flex-start !important;
  }
  .equipment-category {
    scroll-margin-top: 150px !important;
  }
}

/* V42: Reveal animation for boxes under headers on every page */
.box-reveal {
  opacity: 0;
  transform: translateY(34px) scale(.985);
  filter: blur(7px);
  transition:
    opacity .7s cubic-bezier(.2,.8,.2,1),
    transform .7s cubic-bezier(.2,.8,.2,1),
    filter .7s cubic-bezier(.2,.8,.2,1);
  transition-delay: var(--box-reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}
.box-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
@media (prefers-reduced-motion: reduce) {
  .box-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* V43: Text box reveal refinement */
.box-reveal.is-visible {
  transition-delay: var(--box-reveal-delay, 0ms);
}

/* V44: Vertical Equipment category buttons on mobile */
@media (max-width: 760px) {
  .equipment-category-buttons {
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    padding: 12px !important;
  }
  .equipment-category-buttons a {
    width: 100% !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: .78rem .9rem !important;
    font-size: .66rem !important;
    letter-spacing: .06em !important;
    text-align: center !important;
  }
  .equipment-category {
    scroll-margin-top: 380px !important;
  }
}

/* V45: Return to top button */
.return-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 160;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 72px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(185, 0, 10, .92);
  color: #fff;
  font-weight: 800;
  font-size: .72rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  box-shadow: 0 18px 44px rgba(0,0,0,.32);
  cursor: pointer;
  opacity: 0;
  transform: translateY(16px) scale(.96);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, background .2s ease, border-color .2s ease;
}
.return-to-top span[aria-hidden="true"] {
  font-size: 1.05rem;
  line-height: 1;
  transform: translateY(-1px);
}
.return-to-top.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.return-to-top:hover,
.return-to-top:focus-visible {
  background: rgba(220, 0, 14, .98);
  border-color: rgba(255,255,255,.38);
  outline: none;
}
@media (max-width: 760px) {
  .return-to-top {
    right: 14px;
    bottom: 14px;
    min-width: 54px;
    min-height: 46px;
    padding: 0 13px;
  }
  .return-to-top-text {
    display: none;
  }
}

/* V46: Arrow-only return-to-top button */
.return-to-top {
  width: 52px !important;
  min-width: 52px !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  gap: 0 !important;
}
.return-to-top span[aria-hidden="true"] {
  font-size: 1.45rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transform: translateY(-2px) !important;
}
.return-to-top-text {
  display: none !important;
}
@media (max-width: 760px) {
  .return-to-top {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    right: 14px !important;
    bottom: 14px !important;
  }
}

/* V47: Remove Reveal Details buttons from What We Do cards */
.service-card-actions {
  justify-content: flex-start;
}
.service-card-actions .link-red {
  margin-left: 0;
}

/* V48: What We Do banner text refinement */
.service-card-content .service-topline {
  display: none !important;
}
.service-card h3 {
  margin-top: 0;
}

/* V52: Mobile What We Do horizontal banners and full-cover video headers */
@media (max-width: 760px) {
  .services-grid {
    gap: 12px !important;
  }

  .service-card {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    min-height: 124px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  .service-card-media {
    position: relative !important;
    min-height: 124px !important;
    height: 100% !important;
  }

  .service-card-media img {
    width: 100% !important;
    height: 100% !important;
    min-height: 124px !important;
    object-fit: cover !important;
  }

  .service-card-content {
    padding: 14px 14px 12px !important;
    min-height: 124px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 6px !important;
  }

  .service-card .service-icon {
    display: none !important;
  }

  .service-card h3 {
    margin: 0 !important;
    font-size: 1.02rem !important;
    line-height: 1.12 !important;
  }

  .service-summary {
    margin: 0 !important;
    font-size: .78rem !important;
    line-height: 1.35 !important;
  }

  .service-reveal-panel {
    display: none !important;
  }

  .service-card.is-revealed .service-reveal-panel,
  .service-card:hover .service-reveal-panel,
  .service-card:focus-within .service-reveal-panel {
    display: block !important;
    margin-top: 4px !important;
    max-height: 170px !important;
    overflow: auto !important;
  }

  .service-card-actions {
    margin-top: 3px !important;
  }

  .service-card-actions .link-red {
    font-size: .68rem !important;
    letter-spacing: .08em !important;
  }

  .hero,
  .page-hero,
  .page-hero-with-video {
    overflow: hidden !important;
  }

  .hero-video-frame,
  .page-hero .hero-video-frame,
  .page-hero-with-video .hero-video-frame {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  .hero-bg-iframe,
  .hero-video-frame iframe,
  .page-hero .hero-video-frame iframe,
  .page-hero-with-video .hero-video-frame iframe {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: max(177.78vh, 100vw) !important;
    height: max(100vh, 56.25vw) !important;
    min-width: 100% !important;
    min-height: 100% !important;
    transform: translate(-50%, -50%) !important;
    border: 0 !important;
  }

  .hero::before,
  .page-hero::before,
  .page-hero-with-video::before {
    pointer-events: none !important;
  }
}

/* V53: FAQ section added to About page */
#about-faq {
  position: relative;
}
#about-faq .faq-head {
  align-items: flex-end;
}

/* V54: Equipment PDF replacement, heading copy, inventory note, and DiGiCo front/fader image */
.equipment-inventory-note {
  max-width: 980px;
  margin: 14px auto 0;
  color: rgba(255,255,255,.72);
  font-size: .96rem;
  line-height: 1.65;
  text-align: center;
}
.equipment-item-card img.equipment-photo-console-faders {
  object-fit: contain !important;
  object-position: center center !important;
  padding: 8px !important;
  background: #fff !important;
}
@media (max-width: 760px) {
  .equipment-inventory-note {
    font-size: .88rem;
    text-align: left;
  }
}

/* V55: Content header image replacement and equipment console image cleanup */
.page-hero-content .page-hero-image img {
  object-fit: cover;
  object-position: center center;
}

/* V57: Blackmagic 4K 4 M/E switcher item and DreamCatcher gray controller framing */
.equipment-photo-controller-gray {
  object-fit: contain !important;
  object-position: center center !important;
  padding: 10px !important;
  background: #f4f5f7 !important;
}

/* V59: Header logo on white background with black tagline */
.site-header .brand-logo {
  background: #fff !important;
  border: 1px solid rgba(255,255,255,.88) !important;
  border-radius: 16px !important;
  padding: 8px 12px !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.34) !important;
  overflow: visible !important;
}
.site-header .brand-logo img {
  filter: none !important;
  display: block !important;
}
@media (max-width: 760px) {
  .site-header .brand-logo {
    border-radius: 12px !important;
    padding: 6px 8px !important;
  }
}

/* V60: Brightened AFPC header logo */
.site-header .brand-logo img {
  filter: brightness(1.08) contrast(1.12) saturate(1.12) !important;
}


/* V61: dark header logo treatment, full cruise-ship framing, and full-fixture lighting images */
.site-header .brand-logo {
  background: linear-gradient(135deg, rgba(0,0,0,.94), rgba(18,22,26,.82)) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  border-radius: 16px !important;
  padding: 8px 12px !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.10) !important;
}
.site-header .brand-logo img {
  filter: brightness(1.20) contrast(1.08) saturate(1.04) drop-shadow(0 0 12px rgba(255,255,255,.05)) !important;
}
@media (max-width: 760px) {
  .site-header .brand-logo {
    border-radius: 12px !important;
    padding: 6px 8px !important;
  }
}

.film-intro .story-media {
  background: #040608;
}
.film-intro .story-media img {
  object-fit: contain !important;
  object-position: center center !important;
  background: #040608;
}

.equipment-item-card img.equipment-photo-ovation-e260cw,
.equipment-item-card img.equipment-photo-ovation-e910fc,
.equipment-item-card img.equipment-photo-freedom-par-quad4,
.equipment-item-card img.equipment-photo-controller-gray {
  object-fit: contain !important;
  object-position: center center !important;
  padding: 8px !important;
  background: #fff !important;
  transform: none !important;
}


/* V62: restore tagline logo treatment, full-fixture lighting images, and updated Evertz replay photo */
.site-header .brand-logo img {
  filter: brightness(1.24) contrast(1.10) saturate(1.02) !important;
}

#lighting .equipment-item-card img {
  object-fit: contain !important;
  object-position: center center !important;
  padding: 8px !important;
  background: #fff !important;
}
#lighting .equipment-item-card img.equipment-photo-preserve-crop {
  object-fit: cover !important;
  padding: 0 !important;
}


/* V63: ensure full-fixture lighting images display uncropped and add Yamaha Rio1608-D2 support */
#lighting .equipment-item-card img:not(.equipment-photo-preserve-crop) {
  width: 100% !important;
  height: 112px !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 6px !important;
  background: #fff !important;
}

/* V64: use PDF-derived product images for all lighting items */
#lighting .equipment-item-card img.equipment-photo-lighting-full {
  width: 100% !important;
  height: 132px !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 4px !important;
  background: #fff !important;
}

/* V65: local catalog images for Audio, Video, Media Servers, and Projection & LED */
.equipment-item-card img.equipment-photo-catalog-local {
  width: 100% !important;
  height: 124px !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 6px !important;
  background: #fff !important;
}

/* V66: About client logo marquee remains horizontal on mobile */
@media (max-width: 760px) {
  .clients-marquee-section .client-marquee {
    overflow: hidden !important;
  }
  .clients-marquee-section .client-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    padding: 20px 18px !important;
    animation: clientMarquee 42s linear infinite !important;
  }
  .clients-marquee-section .client-logo {
    flex: 0 0 150px !important;
    width: 150px !important;
    height: 74px !important;
    padding: 13px !important;
  }
  .clients-marquee-section .client-logo img {
    max-width: 126px !important;
    max-height: 44px !important;
  }
}
@media (max-width: 420px) {
  .clients-marquee-section .client-logo {
    flex-basis: 136px !important;
    width: 136px !important;
  }
}


/* V67: remove dark borders from equipment item images and use uploaded about logos */
.equipment-item-card img,
.equipment-item-card .equipment-photo {
  object-fit: contain !important;
  object-position: center center !important;
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 8px !important;
}
.clients-marquee-section .client-logo {
  background: #fff !important;
}
.clients-marquee-section .client-logo img {
  object-fit: contain !important;
}

/* V68: fit full SeaWorld logo and use ESPN logo asset in About client carousel */
.clients-marquee-section .client-logo img[alt="SeaWorld logo"] {
  max-width: 174px !important;
  max-height: 70px !important;
}
.clients-marquee-section .client-logo img[alt="ESPN logo"] {
  max-width: 150px !important;
  max-height: 48px !important;
}
@media (max-width: 760px) {
  .clients-marquee-section .client-logo img[alt="SeaWorld logo"] {
    max-width: 132px !important;
    max-height: 58px !important;
  }
  .clients-marquee-section .client-logo img[alt="ESPN logo"] {
    max-width: 122px !important;
    max-height: 42px !important;
  }
}

/* V69: homepage client marquee below What We Do and stats below AFPC Difference */
.homepage-clients-marquee {
  background: #ffffff;
  padding-top: clamp(34px, 5vw, 60px);
  padding-bottom: clamp(30px, 5vw, 54px);
}
.homepage-clients-marquee + .capabilities {
  padding-top: clamp(42px, 6vw, 74px);
}
.capabilities + .stats {
  margin-top: 0;
}

/* V70: homepage stats banner directly below header */
.hero + .stats,
.stats + .services {
  margin-top: 0;
}
.hero + .stats {
  position: relative;
  z-index: 4;
}


/* V72: clickable What We Do service cards and updated Live Events philosophy image */
.service-card-clickable {
  cursor: pointer;
}
.service-card-clickable:focus-visible {
  outline: 3px solid rgba(196, 30, 58, .85);
  outline-offset: 4px;
}
.page-detail-main .two-col-story .story-media img[src*="live-events-philosophy-bemer"] {
  object-position: center center;
}


/* V73: make the full AFPC header logo container pure black */
.site-header .brand-logo {
  background: #000000 !important;
  background-image: none !important;
  border-color: #000000 !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.58) !important;
}
.site-header .brand-logo img {
  background: transparent !important;
}


/* V76: match homepage header logo card to the black menu-bar logo treatment */
.site-header .brand-logo,
.hero-panel-logo-card {
  background: #000000 !important;
  background-image: none !important;
  border-color: #000000 !important;
}
.hero-panel-logo-card {
  box-shadow: 0 18px 52px rgba(0,0,0,.62) !important;
}
.hero-panel-logo-card img {
  display: block;
  width: min(320px, 92%) !important;
  height: auto !important;
  margin: 0 auto 22px !important;
  background: transparent !important;
  filter: brightness(1.18) contrast(1.08) saturate(1.03) !important;
}


/* V77: restore prior dark-box opacity while keeping AFPC logo artwork crisp */
.site-header .brand-logo {
  background: linear-gradient(135deg, rgba(0,0,0,.94), rgba(18,22,26,.82)) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.10) !important;
}
.site-header .brand-logo img {
  opacity: 1 !important;
}
.hero-panel-logo-card {
  background: rgba(0,0,0,.46) !important;
  background-image: none !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: var(--shadow-lg) !important;
  backdrop-filter: blur(10px) !important;
}
.hero-panel-logo-card img {
  opacity: 1 !important;
  background: transparent !important;
}


/* V78: black inner logo box with opaque outer Integrity panel */
.site-header .brand-logo {
  background: #000000 !important;
  background-image: none !important;
  border-color: rgba(255,255,255,.16) !important;
}
.site-header .brand-logo img {
  opacity: 1 !important;
  background: #000000 !important;
}
.hero-panel-logo-card {
  background: rgba(0,0,0,.46) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: var(--shadow-lg) !important;
  backdrop-filter: blur(10px) !important;
}
.hero-panel-logo-card img {
  display: block !important;
  background: #000000 !important;
  border-radius: 16px !important;
  padding: 10px 14px !important;
  box-sizing: border-box !important;
  opacity: 1 !important;
}
