:root {
  color-scheme: dark;
  --ink: #f7f3ea;
  --paper: #d8d2c7;
  --muted: #a7a49d;
  --gold: #d4a448;
  --gold-bright: #f2c76d;
  --orange: #db6b32;
  --panel: #12161b;
  --panel-soft: #171c22;
  --line: rgba(242, 199, 109, 0.2);
  --line-white: rgba(255, 255, 255, 0.1);
  --background: #090b0e;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.65;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: var(--gold-bright); text-underline-offset: 0.16em; }
a:hover { color: #ffe2a6; }
.shell { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; background: var(--ink); color: #08090b; padding: 0.7rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  background: rgba(7, 9, 12, 0.78);
  border-bottom: 1px solid var(--line-white);
  backdrop-filter: blur(18px);
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
}

.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { align-items: center; color: var(--ink); display: inline-flex; gap: 0.72rem; font-size: 0.88rem; font-weight: 760; letter-spacing: 0.17em; text-decoration: none; text-transform: uppercase; }
.brand img { border-radius: 9px; }
.brand strong { color: var(--gold-bright); }
nav { align-items: center; display: flex; gap: clamp(1rem, 2.5vw, 2rem); }
nav a { color: #cac6bd; font-size: 0.83rem; font-weight: 650; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
nav a:hover, nav a[aria-current="page"] { color: var(--gold-bright); }

.hero { display: grid; min-height: min(920px, 100svh); overflow: hidden; padding-top: 74px; position: relative; }
.hero-art, .hero-shade { inset: 0; position: absolute; }
.hero-art { background: url("/assets/falcon-hero.webp") 58% 50% / cover no-repeat; transform: scale(1.015); }
.hero-shade { background: linear-gradient(90deg, rgba(5, 7, 9, 0.98) 0%, rgba(5, 7, 9, 0.82) 37%, rgba(5, 7, 9, 0.2) 69%, rgba(5, 7, 9, 0.38) 100%), linear-gradient(0deg, #090b0e 0%, transparent 22%); }
.hero-content { align-self: center; padding-block: 6rem 8rem; position: relative; z-index: 2; }
.eyebrow { color: var(--gold-bright); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.24em; margin: 0 0 1.15rem; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: var(--display); font-stretch: condensed; letter-spacing: 0.01em; line-height: 0.9; text-transform: uppercase; }
h1 { font-size: clamp(4.5rem, 11vw, 9.5rem); margin-bottom: 1.6rem; max-width: 870px; }
h1 em { color: var(--gold-bright); font-style: normal; }
h2 { font-size: clamp(3rem, 7vw, 6.2rem); margin-bottom: 1.2rem; }
h3 { font-size: 1.2rem; line-height: 1.25; }
.hero-lead { color: #ddd8ce; font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 620px; }
.actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2.1rem; }
.button { align-items: center; background: linear-gradient(135deg, #f4cf79, #c8892f); border: 1px solid var(--gold-bright); border-radius: 3px; color: #14100a; display: inline-flex; font-size: 0.8rem; font-weight: 850; justify-content: center; letter-spacing: 0.1em; min-height: 48px; padding: 0.75rem 1.25rem; text-decoration: none; text-transform: uppercase; }
.button:hover { background: #ffe4a8; color: #0d0b08; }
.button.secondary { background: rgba(7, 9, 12, 0.42); color: var(--ink); }
.availability { color: #aca99f; font-size: 0.77rem; letter-spacing: 0.04em; margin: 0.85rem 0 0; }
.hero-facts { align-self: end; border-top: 1px solid var(--line-white); display: grid; grid-template-columns: repeat(4, 1fr); position: relative; z-index: 2; }
.hero-facts span { border-right: 1px solid var(--line-white); color: #cbc7be; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; padding: 1.25rem 1rem; text-align: center; text-transform: uppercase; }
.hero-facts span:last-child { border-right: 0; }

.section { padding: clamp(5rem, 10vw, 9rem) 0; }
.intro { background: radial-gradient(circle at 78% 10%, rgba(212, 164, 72, 0.1), transparent 35rem), #090b0e; }
.split { display: grid; gap: clamp(2rem, 7vw, 7rem); grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr); align-items: start; }
.section-copy { color: var(--paper); font-size: clamp(1.03rem, 1.9vw, 1.22rem); }
.section-copy p:first-child { margin-top: 0; }

.cinematic-panel { min-height: 70svh; overflow: hidden; position: relative; }
.cinematic-panel > img { height: 72svh; min-height: 520px; object-fit: cover; width: 100%; }
.cinematic-panel::after { background: linear-gradient(0deg, rgba(7, 9, 12, 0.86), transparent 48%); content: ""; inset: 0; position: absolute; }
.cinematic-caption { bottom: clamp(1.5rem, 5vw, 4rem); left: max(1.25rem, calc((100vw - 1180px) / 2)); position: absolute; z-index: 2; }
.cinematic-caption span { color: var(--gold-bright); display: block; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; }
.cinematic-caption strong { display: block; font-family: var(--display); font-size: clamp(1.8rem, 4vw, 3.8rem); line-height: 1; margin-top: 0.55rem; text-transform: uppercase; }

.delivery { background: linear-gradient(145deg, #161b21, #0b0e12 68%); border-block: 1px solid var(--line-white); }
.delivery-heading { align-items: end; }
.feature-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; background: var(--line-white); border: 1px solid var(--line-white); }
.feature-card { background: #101419; min-height: 285px; padding: clamp(1.5rem, 3vw, 2.3rem); }
.feature-card h3 { font-size: 1.18rem; margin: 2.3rem 0 0.65rem; text-transform: uppercase; }
.feature-card p { color: var(--muted); margin: 0; }
.feature-number { color: var(--gold); font-family: var(--display); font-size: 2.4rem; }

.gallery-section { overflow: hidden; }
.gallery { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; margin-top: 3rem; }
.shot { background: #11151a; border: 1px solid var(--line-white); margin: 0; overflow: hidden; }
.shot-wide { grid-column: 1 / -1; }
.shot img { aspect-ratio: 2.173 / 1; object-fit: cover; transition: transform 500ms ease; width: 100%; }
.shot:hover img { transform: scale(1.015); }
.shot figcaption { color: #bbb6ac; font-size: 0.72rem; font-weight: 750; letter-spacing: 0.1em; padding: 0.9rem 1rem; text-transform: uppercase; }

.principles { background: #11151a; }
.principle-list { border-top: 1px solid var(--line-white); }
.principle-list div { border-bottom: 1px solid var(--line-white); display: grid; gap: 0.8rem; grid-template-columns: 0.8fr 1.2fr; padding: 1.35rem 0; }
.principle-list strong { color: var(--gold-bright); font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; }
.principle-list span { color: #c6c1b7; }

.support-cta { background: radial-gradient(circle at 85% 20%, rgba(219, 107, 50, 0.16), transparent 25rem); }
.support-card { align-items: center; border: 1px solid var(--line); display: flex; gap: 3rem; justify-content: space-between; padding: clamp(1.8rem, 5vw, 4rem); }
.support-card h2 { font-size: clamp(2.8rem, 6vw, 5.6rem); margin-bottom: 0.7rem; }
.support-card p:not(.eyebrow) { color: var(--muted); margin-bottom: 0; max-width: 680px; }
.support-card .button { flex: 0 0 auto; }

.site-footer { background: #07090b; border-top: 1px solid var(--line-white); padding: 4rem 0 2rem; }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: 2fr repeat(3, 1fr); }
.footer-grid h2 { color: #8e8b84; font-family: var(--body); font-size: 0.68rem; letter-spacing: 0.14em; margin-bottom: 0.9rem; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 0.45rem; }
.footer-grid a, .footer-grid span { color: #c9c5bc; font-size: 0.86rem; text-decoration: none; }
.footer-brand p { color: #8e8b84; font-size: 0.88rem; max-width: 330px; }
.footer-bottom { border-top: 1px solid var(--line-white); color: #77756f; display: flex; flex-wrap: wrap; font-size: 0.72rem; justify-content: space-between; margin-top: 3rem; padding-top: 1.3rem; }
.footer-bottom p { margin: 0; }

/* Document and support pages */
.inner-page { background: radial-gradient(circle at 84% 0%, rgba(212, 164, 72, 0.12), transparent 34rem), #090b0e; }
.inner-page .site-header { position: sticky; }
.page-main { padding: clamp(3.5rem, 8vw, 7rem) 0; }
.page-hero { border-bottom: 1px solid var(--line-white); padding-bottom: clamp(2.5rem, 6vw, 5rem); }
.page-hero h1 { font-size: clamp(3.4rem, 8vw, 7.5rem); hyphens: auto; margin-bottom: 1rem; overflow-wrap: anywhere; }
.page-hero .lead { color: var(--paper); font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 760px; }
.language-switch { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.5rem; }
.language-switch a { border: 1px solid var(--line-white); color: #cbc7bd; font-size: 0.72rem; font-weight: 750; letter-spacing: 0.08em; padding: 0.45rem 0.7rem; text-decoration: none; text-transform: uppercase; }
.language-switch a[aria-current="page"] { border-color: var(--gold); color: var(--gold-bright); }
.document-layout { display: grid; gap: clamp(2rem, 6vw, 5rem); grid-template-columns: 220px minmax(0, 780px); justify-content: center; padding-top: clamp(3rem, 7vw, 6rem); }
.document-nav { align-self: start; border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 0.55rem; padding-left: 1rem; position: sticky; top: 104px; }
.document-nav a { color: #929089; font-size: 0.73rem; text-decoration: none; }
.document-nav a:hover { color: var(--gold-bright); }
.document { min-width: 0; }
.document h2 { border-top: 1px solid var(--line-white); font-family: var(--display); font-size: clamp(2rem, 4vw, 3.3rem); hyphens: auto; letter-spacing: 0.01em; margin: 3.5rem 0 1rem; overflow-wrap: anywhere; padding-top: 2rem; text-transform: uppercase; }
.document h2:first-child { border-top: 0; margin-top: 0; padding-top: 0; }
.document h3 { margin: 2rem 0 0.6rem; }
.document p, .document li { color: #c9c5bc; }
.document strong { color: var(--ink); }
.document li + li { margin-top: 0.45rem; }
.document .meta { color: #8f8c85; font-size: 0.82rem; }
.notice { background: rgba(212, 164, 72, 0.08); border-left: 3px solid var(--gold); color: #ded5c2; margin: 1.7rem 0; padding: 1rem 1.2rem; }
.data-table { border-collapse: collapse; font-size: 0.91rem; margin: 1.4rem 0; width: 100%; }
.data-table th, .data-table td { border: 1px solid var(--line-white); padding: 0.85rem; text-align: left; vertical-align: top; }
.data-table th { color: var(--gold-bright); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }
.data-table td { color: #c8c3b9; }
.address { color: var(--paper); font-style: normal; }
.support-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); margin-top: 3rem; }
.support-panel { background: var(--panel); border: 1px solid var(--line-white); padding: clamp(1.4rem, 4vw, 2.4rem); }
.support-panel h2 { font-family: var(--display); font-size: 2.2rem; text-transform: uppercase; }
.support-panel p, .support-panel li { color: #aaa79f; }
.support-panel-wide { grid-column: 1 / -1; }
.contact-line { color: var(--gold-bright); font-family: var(--display); font-size: clamp(1.5rem, 4vw, 2.7rem); line-height: 1.1; overflow-wrap: anywhere; text-transform: uppercase; }
.not-found { display: grid; min-height: 72vh; place-items: center; text-align: center; }
.not-found h1 { font-size: clamp(5rem, 18vw, 13rem); }

@media (max-width: 900px) {
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-facts span:nth-child(2) { border-right: 0; }
  .hero-facts span:nth-child(-n+2) { border-bottom: 1px solid var(--line-white); }
  .feature-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
  .document-layout { grid-template-columns: 1fr; }
  .document-nav { display: none; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 1.4rem, 1180px); }
  .site-header { position: absolute; }
  .inner-page .site-header { position: static; }
  .nav { align-items: flex-start; flex-direction: column; gap: 0.8rem; padding: 0.8rem 0 1rem; }
  nav { gap: 0.9rem 1.1rem; flex-wrap: wrap; }
  nav a { font-size: 0.68rem; }
  .hero { padding-top: 124px; }
  .hero-art { background-position: 68% 50%; }
  .hero-shade { background: linear-gradient(90deg, rgba(5, 7, 9, 0.96), rgba(5, 7, 9, 0.48)), linear-gradient(0deg, #090b0e, transparent 42%); }
  .hero-content { padding-block: 4.5rem 6rem; }
  h1 { font-size: clamp(4rem, 20vw, 6.4rem); }
  .split, .feature-grid, .gallery, .footer-grid, .support-grid { grid-template-columns: 1fr; }
  .shot-wide, .support-panel-wide { grid-column: auto; }
  .feature-card { min-height: 0; }
  .principle-list div { grid-template-columns: 1fr; }
  .support-card { align-items: flex-start; flex-direction: column; }
  .cinematic-panel > img { height: 58svh; }
  .data-table { display: block; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .shot img { transition: none; }
}
