@font-face { font-family: "Quantico"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/quantico-400.ttf") format("truetype"); }
@font-face { font-family: "Quantico"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/fonts/quantico-700.ttf") format("truetype"); }
@font-face { font-family: "Quantico"; font-style: italic; font-weight: 400; font-display: swap; src: url("/assets/fonts/quantico-400-italic.ttf") format("truetype"); }
@font-face { font-family: "Quantico"; font-style: italic; font-weight: 700; font-display: swap; src: url("/assets/fonts/quantico-700-italic.ttf") format("truetype"); }
@font-face { font-family: "Titillium Web"; font-style: normal; font-weight: 300; font-display: swap; src: url("/assets/fonts/titillium-300.ttf") format("truetype"); }
@font-face { font-family: "Titillium Web"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/titillium-400.ttf") format("truetype"); }
@font-face { font-family: "Titillium Web"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/titillium-600.ttf") format("truetype"); }
@font-face { font-family: "Titillium Web"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/fonts/titillium-700.ttf") format("truetype"); }
@font-face { font-family: "Titillium Web"; font-style: italic; font-weight: 600; font-display: swap; src: url("/assets/fonts/titillium-600-italic.ttf") format("truetype"); }

:root {
  --black: #050505;
  --charcoal: #151515;
  --graphite: #4c4d50;
  --lime: #ccff02;
  --cyan: #05dad3;
  --white: #fff;
  --muted: #c7c7c7;
  --max: 1180px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: "Titillium Web", Arial, sans-serif; font-size: 18px; line-height: 1.55; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
[hidden] { display: none !important; }
.skip-link { position: fixed; left: 1rem; top: -10rem; z-index: 1000; background: var(--lime); color: #000; padding: .75rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }
.wrap { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eyebrow { margin: 0 0 .5rem; color: var(--lime); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
h1, h2, h3, h4, .nav-link, .button { font-family: "Quantico", Impact, sans-serif; }
h1, h2, h3 { line-height: 1.12; text-transform: uppercase; }
h1 { color: var(--cyan); font-size: clamp(2.1rem, 5.5vw, 4.8rem); text-shadow: 2px 2px #111; letter-spacing: .025em; }
h2 { font-size: clamp(1.7rem, 3vw, 2.8rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.8rem); }
p { max-width: 72ch; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.site-header { position: relative; z-index: 20; background: var(--black); border-bottom: 1px solid var(--cyan); }
.header-cap { height: 42px; border-bottom: 1px solid var(--cyan); }
.header-main { min-height: 52px; background: var(--lime); }
.header-inner { position: relative; display: flex; justify-content: flex-end; }
.brand { position: absolute; z-index: 2; left: 0; top: -52px; width: 270px; padding: 16px 24px 13px; background: var(--black); border-inline: 2px solid var(--cyan); transform: skew(-20deg); }
.brand img { width: 220px; height: auto; transform: skew(20deg); }
.site-nav { display: flex; align-items: stretch; }
.nav-link { display: flex; align-items: center; min-height: 52px; padding: .7rem .72rem; color: #000; font-size: .83rem; font-weight: 700; text-decoration: none; }
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--cyan); background: var(--black); }
.menu-button { display: none; min-width: 54px; border: 0; background: var(--graphite); color: var(--lime); font-size: 1.5rem; }

.hero-carousel { position: relative; min-height: clamp(430px, 52vw, 730px); overflow: hidden; background: #303134; touch-action: pan-y; }
.hero-slide { position: absolute; inset: 0; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; z-index: 2; inset: 0 0 auto; padding: clamp(2rem, 5vw, 5rem) 1rem 3rem; text-align: center; background: linear-gradient(rgba(0,0,0,.78), rgba(0,0,0,.42), transparent); pointer-events: none; }
.hero-overlay h1 { margin: 0; }
.hero-overlay p { margin: .5rem auto; color: var(--lime); font-size: clamp(1.2rem, 2.8vw, 2.2rem); }
.carousel-control { position: absolute; z-index: 3; top: 50%; width: 48px; height: 96px; border: 0; background: rgba(0,0,0,.42); color: white; font-size: 2.6rem; transform: translateY(-50%); }
.carousel-control.previous { left: 0; }
.carousel-control.next { right: 0; }
.carousel-dots { position: absolute; z-index: 4; display: flex; gap: .55rem; bottom: 1.15rem; left: 50%; transform: translateX(-50%); }
.carousel-dots button { width: 34px; height: 4px; padding: 0; border: 0; background: rgba(255,255,255,.5); }
.carousel-dots button[aria-current="true"] { background: var(--white); }

.section-title { margin: 0; padding: 1.05rem 1rem; background: #000; color: var(--lime); text-align: center; font-style: italic; }
.benefit-mosaic { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit-card { min-height: 420px; padding: clamp(2rem, 4vw, 3.5rem); background: var(--cyan); color: #000; }
.benefit-card.lime { background: var(--lime); }
.mosaic-image { min-height: 420px; background-position: center; background-size: cover; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .75rem 1rem; border: 0; border-radius: 3px; background: #000; color: #fff; font-weight: 700; text-decoration: none; }
.button.light { background: white; color: #000; }
.button.lime { background: var(--lime); color: #000; }
.button:hover { color: var(--cyan); }

.section { padding: clamp(3rem, 7vw, 6rem) 0; }
.section.dark { background: var(--charcoal); }
.section.cyan { background: var(--cyan); color: #000; }
.section.lime { background: var(--lime); color: #000; }
.section-heading { max-width: 850px; margin-bottom: 2.5rem; }
.section-heading h2 { margin: 0 0 .8rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.feature-matrix { display: grid; grid-template-columns: 1fr minmax(240px, 390px) 1fr; gap: 2rem; align-items: center; }
.feature-list { display: grid; gap: .9rem; margin: 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 34px 1fr; gap: .75rem; align-items: center; }
.feature-list i { color: var(--lime); font-size: 1.45rem; text-align: center; }
.feature-list.right li { grid-template-columns: 1fr 34px; text-align: right; }
.feature-list.right i { grid-column: 2; grid-row: 1; }
.feature-video { width: min(100%, 390px); margin: auto; border: 1px solid var(--cyan); background: #000; }
.card { height: 100%; padding: 1.5rem; border-top: 4px solid var(--lime); background: #202124; color: var(--white); }
.card i { color: var(--lime); font-size: 2rem; }
.card h3 { color: var(--cyan); }
.technical-band { border-block: 1px solid var(--cyan); background: repeating-linear-gradient(135deg, #111 0 20px, #171717 20px 40px); }
.spec-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--cyan); }
.spec { padding: 1.5rem; background: #080808; text-align: center; }
.spec strong { display: block; color: var(--lime); font: 700 clamp(1.5rem, 3vw, 2.5rem) "Quantico", sans-serif; }

.page-hero { min-height: 390px; display: grid; place-items: center; padding: 5rem 1rem; text-align: center; background: linear-gradient(rgba(0,0,0,.64), rgba(0,0,0,.76)), var(--hero) center/cover; }
.page-hero h1 { margin-bottom: .5rem; }
.page-hero p { margin-inline: auto; color: var(--lime); font-size: 1.25rem; }
.gallery-controls { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: 1.5rem; }
.gallery-controls button { border: 1px solid var(--lime); padding: .65rem .9rem; background: transparent; color: #fff; }
.gallery-controls button[aria-pressed="true"] { background: var(--lime); color: #000; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; }
.gallery-item { margin: 0; background: #222; overflow: hidden; }
.gallery-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .25s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item figcaption { padding: .7rem .8rem; color: var(--muted); font-size: .9rem; }
.timeline { display: grid; gap: 1rem; border-left: 3px solid var(--lime); padding-left: 1.5rem; }
.review-banner { padding: 1rem; background: #7c2d12; border: 2px solid #fb923c; }
.question-list li { margin-bottom: 1rem; }

.site-footer { background: #121212; }
.contact-ribbon { position: relative; padding: 1.7rem 1rem; background: var(--lime); color: #000; text-align: center; clip-path: polygon(0 0, 96% 0, 92% 100%, 0 100%); }
.contact-ribbon a { font-weight: 800; }
.footer-body { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; padding: 3rem 0; }
.footer-logo { width: min(310px, 100%); height: auto; }
.socials { display: flex; gap: .7rem; margin-top: 1.2rem; }
.socials a { display: grid; place-items: center; width: 42px; height: 42px; color: var(--lime); font-size: 1.8rem; text-decoration: none; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem 1rem; align-content: start; }
.footer-links a { text-decoration: none; }
.footer-links a::before { content: "›"; color: var(--lime); margin-right: .5rem; }
.copyright { padding: 1.2rem; background: var(--graphite); text-align: center; font-size: .88rem; }

@media (max-width: 1000px) {
  .header-cap { height: 0; }
  .header-inner { min-height: 76px; justify-content: flex-end; align-items: center; }
  .brand { left: 50%; top: 4px; width: 220px; padding: 8px 18px; transform: translateX(-50%); }
  .brand img { width: 185px; transform: none; }
  .menu-button { display: block; position: relative; z-index: 4; }
  .site-nav { display: none; position: absolute; z-index: 3; top: 76px; inset-inline: 0; flex-direction: column; background: var(--lime); box-shadow: 0 8px 20px rgba(0,0,0,.5); }
  .site-nav[data-open="true"] { display: flex; }
  .nav-link { min-height: 46px; }
  .benefit-mosaic { grid-template-columns: 1fr 1fr; }
  .feature-matrix { grid-template-columns: 1fr 300px; }
  .feature-list.right { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
  body { font-size: 17px; }
  .hero-carousel { min-height: 510px; }
  .hero-slide img { object-position: center; }
  .benefit-mosaic, .grid-2, .grid-3, .grid-4, .feature-matrix, .spec-strip, .footer-body { grid-template-columns: 1fr; }
  .benefit-card, .mosaic-image { min-height: 310px; }
  .feature-list.right { grid-column: auto; grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-ribbon { clip-path: none; }
  .footer-links { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .hero-overlay { padding-top: 3.3rem; }
  .carousel-control { width: 38px; height: 72px; }
}

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