:root {
  --ink: #07111f;
  --ink-soft: #0e1b2d;
  --paper: #f4f6f8;
  --white: #ffffff;
  --blue: #126ab3;
  --blue-bright: #2f95e7;
  --gold: #f1b434;
  --muted: #657386;
  --line: #d8dee6;
  --max: 1180px;
  --shadow: 0 20px 60px rgba(7, 17, 31, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .75rem 1rem; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 1rem; }
.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 .8rem; color: var(--blue); font-weight: 800; letter-spacing: .13em; text-transform: uppercase; font-size: .79rem; }
.eyebrow.gold { color: var(--gold); }
h1, h2, h3 { margin: 0; font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; line-height: 1.02; letter-spacing: -.025em; text-transform: uppercase; }
h1 { font-size: clamp(2.7rem, 7vw, 5.5rem); max-width: 13ch; }
h2 { font-size: clamp(2rem, 4.8vw, 3.5rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1rem; }
.lede { font-size: clamp(1.08rem, 2vw, 1.3rem); color: #d8e2ec; max-width: 58ch; }
.muted { color: var(--muted); }
.kicker-bar { background: var(--gold); color: var(--ink); font-size: .85rem; font-weight: 800; }
.kicker-bar .shell { min-height: 2.25rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.kicker-bar a { text-decoration-thickness: 2px; text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(7,17,31,.97); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); }
.header-row { min-height: 5.2rem; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 2rem; }
.brand img { width: 172px; height: auto; }
.nav { justify-self: end; }
.nav ul { display: flex; align-items: center; gap: 1.45rem; margin: 0; padding: 0; list-style: none; }
.nav a { font-size: .88rem; font-weight: 800; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--gold); }
.header-cta, .btn { display: inline-flex; justify-content: center; align-items: center; min-height: 3rem; padding: .75rem 1.1rem; border: 2px solid var(--gold); background: var(--gold); color: var(--ink); font-weight: 900; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.header-cta:hover, .btn:hover { background: var(--white); border-color: var(--white); }
.btn.outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,.5); }
.btn.outline:hover { color: var(--ink); background: var(--white); }
.btn.blue { color: var(--white); background: var(--blue); border-color: var(--blue); }
.btn.blue:hover { background: var(--ink); border-color: var(--ink); }
.menu-toggle { display: none; width: 3rem; height: 3rem; padding: 0; border: 1px solid rgba(255,255,255,.28); background: transparent; color: white; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 1.3rem; height: 2px; background: currentColor; margin: .28rem auto; transition: .2s ease; }
.hero { color: var(--white); background: var(--ink); overflow: hidden; }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr; }
.hero-copy { align-self: center; padding: 5rem 5rem 5rem 0; position: relative; }
.hero-copy::after { content: "NAS / 24-7 / PRIVATE"; position: absolute; left: 0; bottom: 1.5rem; color: #607086; font-size: .73rem; letter-spacing: .25em; }
.hero-copy h1 em { color: var(--gold); font-style: normal; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-visual { min-height: 650px; position: relative; background: var(--ink-soft); }
.hero-visual::before { content: ""; position: absolute; z-index: 2; inset: 0 auto 0 0; width: 34px; background: var(--gold); clip-path: polygon(0 0,100% 0,0 100%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.hero-label { position: absolute; z-index: 3; left: 2rem; bottom: 2rem; max-width: 260px; padding: 1rem; background: rgba(7,17,31,.9); border-left: 4px solid var(--gold); font-weight: 750; }
.trust-strip { color: var(--white); background: var(--blue); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.1rem 1.25rem; border-right: 1px solid rgba(255,255,255,.22); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.trust-item span { color: #d8ecff; font-size: .89rem; }
.section { padding-block: clamp(4rem, 8vw, 7rem); }
.section.white { background: var(--white); }
.section.dark { color: var(--white); background: var(--ink); }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; align-items: end; gap: 2.5rem; margin-bottom: 2.5rem; }
.section-head p { color: var(--muted); max-width: 52ch; margin: 0; }
.dark .section-head p { color: #a9b7c7; }
.service-board { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.service-panel { position: relative; min-height: 295px; grid-column: span 4; overflow: hidden; background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.service-panel.wide { grid-column: span 8; }
.service-panel img { width: 100%; height: 100%; object-fit: cover; opacity: .57; transition: transform .5s ease, opacity .3s ease; }
.service-panel:hover img { transform: scale(1.035); opacity: .4; }
.service-panel-content { position: absolute; inset: auto 0 0; padding: 1.5rem; }
.service-panel small { display: block; margin-bottom: .5rem; color: var(--gold); font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }
.service-panel h3 { font-size: clamp(1.5rem, 3vw, 2.3rem); }
.service-panel a::after { content: ""; position: absolute; inset: 0; }
.number-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; counter-reset: benefit; }
.number-item { counter-increment: benefit; border-top: 4px solid var(--gold); padding-top: 1.2rem; }
.number-item::before { content: "0" counter(benefit); display: block; color: var(--blue-bright); font-family: "Arial Narrow", sans-serif; font-size: 2.7rem; font-weight: 900; line-height: 1; }
.number-item h3 { margin: .8rem 0; }
.photo-band { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 520px; background: var(--ink); color: var(--white); }
.photo-band img { width: 100%; height: 100%; object-fit: cover; }
.photo-band-copy { align-self: center; padding: clamp(2rem, 6vw, 5rem); }
.photo-band-copy h2 { margin-bottom: 1.2rem; }
.route-list { margin: 2rem 0; padding: 0; list-style: none; }
.route-list li { padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.route-list li::before { content: "→"; color: var(--gold); margin-right: .7rem; }
.page-hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.page-hero .shell { min-height: 365px; display: grid; grid-template-columns: 1fr 380px; align-items: center; gap: 3rem; padding-block: 3rem; }
.page-hero h1 { font-size: clamp(2.5rem, 6vw, 4.6rem); }
.page-hero p { max-width: 58ch; color: #cbd6e2; font-size: 1.1rem; }
.page-hero-photo { align-self: stretch; margin-block: -3rem; border-left: 10px solid var(--gold); }
.page-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.breadcrumbs { margin: 0 0 1rem; color: #99abc0; font-size: .84rem; }
.breadcrumbs a { color: var(--gold); text-decoration: none; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.prose h2 { margin: 2.4rem 0 1rem; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.prose h3 { margin: 2rem 0 .8rem; }
.prose p, .prose li { color: #344255; }
.prose ul { padding-left: 1.25rem; }
.prose li { margin-bottom: .45rem; }
.sidebar { position: sticky; top: 7.5rem; }
.side-card { padding: 1.6rem; background: var(--white); border-top: 5px solid var(--blue); box-shadow: var(--shadow); }
.side-card h2 { margin-bottom: 1rem; font-size: 2rem; }
.side-card + .side-card { margin-top: 1rem; }
.side-card a:not(.btn) { display: block; padding: .65rem 0; border-bottom: 1px solid var(--line); color: var(--blue); font-weight: 750; text-decoration: none; }
.side-card .btn { width: 100%; margin-top: .6rem; }
.detail-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0; }
.fact { padding: 1.2rem; background: var(--white); border-left: 4px solid var(--gold); }
.fact strong { display: block; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.fact span { color: var(--muted); }
.listing { display: grid; gap: 0; background: var(--white); border: 1px solid var(--line); }
.listing-row { display: grid; grid-template-columns: 68px 1fr auto; align-items: center; gap: 1.25rem; padding: 1.25rem; border-bottom: 1px solid var(--line); }
.listing-row:last-child { border-bottom: 0; }
.listing-num { color: var(--blue); font-family: "Arial Narrow", sans-serif; font-size: 2.1rem; font-weight: 900; }
.listing-row h2 { font-size: 1.5rem; }
.listing-row p { margin: .25rem 0 0; color: var(--muted); }
.listing-row a { color: var(--blue); font-weight: 850; text-decoration: none; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 220px; gap: .8rem; }
.gallery-grid figure { margin: 0; overflow: hidden; background: var(--ink); grid-column: span 4; }
.gallery-grid figure:nth-child(1), .gallery-grid figure:nth-child(6) { grid-column: span 8; }
.gallery-grid figure:nth-child(2) { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.quote-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.quote { margin: 0; padding: 2rem; background: var(--white); border-bottom: 5px solid var(--blue); }
.quote p { font-size: 1.1rem; color: #2f3e51; }
.quote cite { color: var(--blue); font-style: normal; font-weight: 850; }
.faq-list { display: grid; gap: .75rem; }
.faq-list details { background: var(--white); border-left: 4px solid var(--blue); }
.faq-list summary { padding: 1rem 1.25rem; cursor: pointer; font-weight: 850; }
.faq-list details p { padding: 0 1.25rem 1.25rem; color: #435165; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .85rem; font-weight: 850; text-transform: uppercase; letter-spacing: .055em; }
.field input, .field select, .field textarea { width: 100%; min-height: 3.25rem; padding: .75rem; border: 1px solid #aeb8c4; background: var(--white); color: var(--ink); border-radius: 0; }
.field textarea { min-height: 9rem; resize: vertical; }
.form-note { margin-top: 1rem; color: var(--muted); font-size: .9rem; }
.form-status { min-height: 1.5rem; margin-top: 1rem; font-weight: 800; color: var(--blue); }
.contact-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1rem; }
.contact-panel { padding: clamp(1.8rem, 4vw, 3rem); background: var(--ink); color: var(--white); }
.contact-panel h2 { margin-bottom: 1rem; }
.contact-panel a { color: var(--gold); font-weight: 800; }
.article-meta { margin-top: 1rem; color: #93a7be; font-size: .85rem; }
.legal { max-width: 820px; }
.legal h2 { margin: 2.4rem 0 .8rem; font-size: 2rem; }
.legal h3 { margin: 1.6rem 0 .5rem; font-size: 1.25rem; }
.cta-band { padding-block: 3rem; background: var(--gold); color: var(--ink); }
.cta-band .shell { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.cta-band h2 { font-size: clamp(2rem, 5vw, 3.2rem); }
.cta-band .btn { background: var(--ink); border-color: var(--ink); color: var(--white); }
.site-footer { background: #040b14; color: #aab7c6; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 3rem; padding-block: 4rem; }
.footer-brand img { width: 190px; margin-bottom: 1rem; }
.footer-grid h2 { margin-bottom: 1rem; color: var(--white); font-size: 1.25rem; }
.footer-grid a { color: #d8e2ec; text-decoration: none; }
.footer-grid a:hover { color: var(--gold); }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: .55rem; }
.footer-bottom { padding-block: 1.2rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }
.no-js .menu-toggle { display: none; }

@media (max-width: 980px) {
  .header-row { grid-template-columns: 1fr auto auto; }
  .menu-toggle { display: block; }
  .nav { position: fixed; inset: 7.45rem 0 0; padding: 1.5rem; background: var(--ink); transform: translateX(100%); transition: transform .25s ease; }
  .nav.open { transform: translateX(0); }
  .nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .nav a { display: block; padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 1rem; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 4rem 0 5rem; }
  .hero-visual { min-height: 480px; }
  .page-hero .shell { grid-template-columns: 1fr 280px; }
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .section-head { grid-template-columns: 1fr; gap: 1rem; }
  .service-panel, .service-panel.wide { grid-column: span 6; }
  .photo-band { grid-template-columns: 1fr; }
  .photo-band img { max-height: 520px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .shell { width: min(calc(100% - 1.25rem), var(--max)); }
  .kicker-bar .shell { min-height: 2.7rem; font-size: .75rem; }
  .kicker-bar span:last-child { display: none; }
  .header-row { min-height: 4.8rem; grid-template-columns: 1fr auto; }
  .brand img { width: 142px; }
  .header-cta { display: none; }
  .nav { inset: 7.5rem 0 0; }
  h1 { font-size: clamp(2.55rem, 14vw, 4rem); }
  .hero-visual { min-height: 390px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.22); }
  .service-panel, .service-panel.wide { grid-column: 1 / -1; min-height: 260px; }
  .number-list { grid-template-columns: 1fr; }
  .page-hero .shell { min-height: 340px; grid-template-columns: 1fr; }
  .page-hero-photo { display: none; }
  .detail-facts { grid-template-columns: 1fr; }
  .listing-row { grid-template-columns: 52px 1fr; }
  .listing-row > a { grid-column: 2; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .gallery-grid figure, .gallery-grid figure:nth-child(1), .gallery-grid figure:nth-child(6) { grid-column: 1; }
  .gallery-grid figure:nth-child(2) { grid-row: span 1; }
  .quote-list, .form-grid, .contact-split { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .cta-band .shell { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
