:root {
  --navy:       #1B2A4A;
  --navy-dark:  #111D33;
  --navy-mid:   #243459;
  --navy-light: #2E4070;
  --red:        #D42B2B;
  --red-dark:   #B02020;
  --white:      #FFFFFF;
  --off-white:  #F6F7F9;
  --gray-light: #EEF0F4;
  --gray-mid:   #C2C8D4;
  --gray-text:  #5A6580;
  --text-dark:  #111827;
  --condensed:  'Barlow Condensed', sans-serif;
  --sans:       'Barlow', sans-serif;
  --ease:       cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--white);
  color: var(--text-dark);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 68px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5vw;
  background: rgba(17,29,51,0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.3s;
}
.nav-logo-img { height: 44px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a {
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); text-decoration: none;
  transition: color 0.18s;
}
.nav-links a:hover, .nav-links a.active { color: rgba(255,255,255,0.9); }
.nav-cta {
  color: var(--white) !important;
  background: var(--red) !important;
  padding: 9px 20px !important;
  clip-path: polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%) !important;
  transition: background 0.18s !important;
}
.nav-cta:hover { background: var(--red-dark) !important; }
.nav-mobile-btn {
  display: none; background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-mobile-btn span {
  display: block; width: 22px; height: 1.5px;
  background: rgba(255,255,255,0.6); margin: 5px 0;
  transition: all 0.25s;
}
.mobile-nav {
  display: none; position: fixed;
  top: 68px; left: 0; right: 0;
  background: var(--navy-dark);
  padding: 24px 5vw 32px;
  z-index: 190;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  flex-direction: column; gap: 4px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-family: var(--condensed);
  font-size: 18px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.6); text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.18s;
}
.mobile-nav a:hover { color: var(--white); }
.mobile-cta {
  background: var(--red) !important;
  color: var(--white) !important;
  padding: 14px 24px !important;
  border: none !important;
  margin-top: 12px;
  clip-path: polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);
  text-align: center;
}

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--condensed);
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--white); background: var(--red);
  padding: 14px 28px;
  clip-path: polygon(10px 0%,100% 0%,calc(100% - 10px) 100%,0% 100%);
  text-decoration: none;
  border: none; cursor: pointer;
  transition: background 0.18s, transform 0.18s;
}
.btn-primary:hover { background: var(--red-dark); transform: translateY(-1px); }

.btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--condensed);
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 14px 28px; text-decoration: none;
  transition: border-color 0.18s, color 0.18s;
}
.btn-secondary:hover { border-color: rgba(255,255,255,0.45); color: var(--white); }

.btn-primary-dark {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--condensed);
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--white); background: var(--navy);
  padding: 14px 28px;
  clip-path: polygon(10px 0%,100% 0%,calc(100% - 10px) 100%,0% 100%);
  text-decoration: none; border: none; cursor: pointer;
  transition: background 0.18s;
}
.btn-primary-dark:hover { background: var(--navy-mid); }

/* ── SECTION COMMONS ── */
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 14px;
}
.eyebrow-mark {
  width: 20px; height: 8px; background: var(--red);
  clip-path: polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);
  flex-shrink: 0;
}
.eyebrow-text {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--red);
}
.section-title {
  font-family: var(--condensed);
  font-size: clamp(32px,4.5vw,56px);
  font-weight: 700; text-transform: uppercase;
  letter-spacing: -0.01em; line-height: 1.04;
  color: var(--navy-dark);
}
.section-title .red { color: var(--red); }
.section-title-white { color: var(--white) !important; }
.section-title-white .red { color: var(--red); }

.text-link {
  font-family: var(--condensed);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--red); text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: gap 0.2s;
}
.text-link:hover { gap: 14px; }
.text-link-light {
  font-family: var(--condensed);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.45); text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: gap 0.2s, color 0.18s;
}
.text-link-light:hover { gap: 14px; color: var(--white); }

/* ── FORMS ── */
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 0; }
.form-label {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray-text);
}
.form-input, .form-textarea, .form-select {
  font-family: var(--sans);
  font-size: 14px; font-weight: 300; color: var(--text-dark);
  background: var(--off-white);
  border: 1px solid var(--gray-light);
  padding: 12px 14px; width: 100%; outline: none;
  border-radius: 0; appearance: none;
  transition: border-color 0.18s, background 0.18s;
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  border-color: var(--navy); background: var(--white);
}
.form-input::placeholder, .form-textarea::placeholder { color: var(--gray-mid); }
.form-textarea { resize: vertical; min-height: 120px; }

/* ── FOOTER ── */
footer {
  background: var(--navy-dark);
  padding: 36px 5vw;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 20px;
}
.footer-logo-img { height: 36px; width: auto; opacity: 0.6; }
.footer-links { display: flex; gap: 28px; list-style: none; flex-wrap: wrap; }
.footer-links a {
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.25); text-decoration: none;
  transition: color 0.18s;
}
.footer-links a:hover { color: var(--red); }
.footer-copy { font-size: 11px; color: rgba(255,255,255,0.15); letter-spacing: 0.06em; }

/* ── PAGE HERO (interior pages) ── */
.page-hero {
  padding: 148px 5vw 80px;
  background: var(--navy-dark);
  position: relative; overflow: hidden;
}
.page-hero-lines {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 100% 80px; pointer-events: none;
}
.page-hero-accent {
  position: absolute; top: 0; right: 18vw;
  width: 3px; height: 100%; background: var(--red);
  transform: skewX(-12deg); opacity: 0.6;
}
.page-hero-content { position: relative; z-index: 1; max-width: 700px; }
.page-hero-h1 {
  font-family: var(--condensed);
  font-size: clamp(44px,7vw,88px);
  font-weight: 700; text-transform: uppercase; line-height: 0.95;
  color: var(--white); margin: 12px 0 20px;
}
.page-hero-h1 .red { color: var(--red); }
.page-hero-sub {
  font-size: 17px; font-weight: 300; line-height: 1.75;
  color: rgba(255,255,255,0.45); max-width: 480px;
}

/* ── REVEAL ── */
.reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}
.reveal.visible { opacity: 1; transform: none; }

@keyframes fadeUp {
  from { opacity:0; transform:translateY(20px); }
  to   { opacity:1; transform:translateY(0); }
}
@keyframes fadeIn {
  from { opacity:0; } to { opacity:1; }
}

/* ── RESPONSIVE ── */
@media(max-width:768px) {
  .nav-links { display: none; }
  .nav-mobile-btn { display: block; }
  .form-row { grid-template-columns: 1fr; }
}
