
/* ═══════════════════════════════════════════════════════════════════
   GTS Theme — Main Stylesheet v2.0
   Gemini Tech Services, LLC
   ═══════════════════════════════════════════════════════════════════ */

/* ─── Custom Properties ─── */
:root {
  --navy:        #0B1927;
  --navy-mid:    #0E2038;
  --navy-card:   #122840;
  --navy-deep:   #060F18;
  --gold:        #C9A84C;
  --gold-hover:  #D4B55E;
  --gold-light:  #E8D4A0;
  --off-white:   #F5F3EE;
  --text-light:  #E8E4DC;
  --text-mid:    #C5CEDA;
  --text-muted:  #7B8FA6;
  --text-dim:    #5A7090;
  --text-faint:  #3A5070;
  --border-gold: rgba(201,168,76,0.12);
  --border-white: rgba(255,255,255,0.06);
  --font-display: 'Cormorant Garant', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
  --max-width:    1320px;
  --header-h:     72px;
  --radius:       3px;
  --transition:   0.2s ease;
}

/* ─── Reset & Base ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background: var(--navy);
  color: var(--text-light);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold-hover); }
p { text-wrap: pretty; }
code, pre { font-family: 'JetBrains Mono', 'Fira Code', monospace; font-size: 0.875em; }

/* ─── Layout ─── */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 48px;
}
.section-pad { padding: 96px 0; }

@media (max-width: 900px) {
  .container { padding: 0 24px; }
  .section-pad { padding: 72px 0; }
}
@media (max-width: 560px) {
  .container { padding: 0 20px; }
  .section-pad { padding: 56px 0; }
}

/* ─── Eyebrow & Section Headers ─── */
.section-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-eyebrow::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}
.section-eyebrow--dark { color: var(--gold); }
.section-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 600;
  color: var(--text-light);
  line-height: 1.1;
}
.section-title--dark { color: var(--navy-mid); }
.section-subtitle { font-size: 15px; color: var(--text-muted); max-width: 540px; margin-top: 12px; line-height: 1.75; }
.section-header { margin-bottom: 56px; }
.section-header--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.section-header--center { text-align: center; }
.section-link { font-size: 14px; font-weight: 500; color: var(--gold); white-space: nowrap; }
.section-link--dark { color: var(--gold); }
.section-link:hover { color: var(--gold-hover); }

/* ─── Section Backgrounds ─── */
.section-dark  { background: var(--navy); padding: 96px 0; }
.section-navy  { background: var(--navy-mid); padding: 96px 0; border-top: 1px solid var(--border-gold); border-bottom: 1px solid var(--border-gold); }
.section-light { background: var(--off-white); padding: 96px 0; }

/* ─── Buttons ─── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition), color var(--transition);
  white-space: nowrap;
  text-decoration: none;
}
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-hover); color: var(--navy); }
.btn-outline { border: 1px solid rgba(201,168,76,0.45); color: var(--gold); background: transparent; }
.btn-outline:hover { border-color: var(--gold); background: rgba(201,168,76,0.06); color: var(--gold); }
.btn-sm { padding: 9px 20px; font-size: 12px; }
.btn-lg { padding: 15px 36px; font-size: 14px; }
.btn-ghost { background: rgba(201,168,76,0.1); color: var(--gold); border: 1px solid rgba(201,168,76,0.2); }
.btn-ghost:hover { background: var(--gold); color: var(--navy); }

/* ─── HEADER ─── */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  height: var(--header-h);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.35s ease, border-color 0.35s ease, height 0.35s ease;
}
.site-header.scrolled {
  background: rgba(7,14,24,0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom-color: var(--border-gold);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 100%;
}
.site-logo img { height: 38px; width: auto; }
.site-logo .logo-text {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--text-light);
}

/* Primary Nav */
.primary-nav { flex: 1; }
.nav-menu {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin-left: 16px;
}
.nav-menu > li > a {
  display: block;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-mid);
  border-radius: var(--radius);
  border-bottom: 2px solid transparent;
  transition: color var(--transition);
  white-space: nowrap;
}
.nav-menu > li > a:hover,
.nav-menu > li.current-menu-item > a,
.nav-menu > li.current-page-ancestor > a {
  color: var(--text-light);
}
.nav-menu > li.current-menu-item > a { color: var(--gold); border-bottom-color: var(--gold); }

/* Dropdown (Services) */
.nav-menu > li { position: relative; }
.nav-menu > li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 5px;
  margin-left: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 5'%3E%3Cpath d='M1 1l3 3 3-3' stroke='%237B8FA6' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform var(--transition);
}
.nav-menu > li:hover.menu-item-has-children > a::after { transform: rotate(180deg); }
.sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: -16px;
  width: 520px;
  background: var(--navy-card);
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  box-shadow: 0 24px 48px rgba(0,0,0,0.4);
  z-index: 300;
  list-style: none;
}
.nav-menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.sub-menu li a {
  display: block;
  padding: 10px 14px;
  border-radius: 5px;
  color: var(--text-mid);
  font-size: 13px;
  font-weight: 400;
  transition: background var(--transition);
}
.sub-menu li a:hover { background: rgba(201,168,76,0.08); color: var(--text-light); }

/* Header Actions */
.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.search-toggle {
  background: none; border: none; color: var(--text-mid);
  cursor: pointer; padding: 8px; border-radius: var(--radius);
  display: flex; align-items: center;
  transition: color var(--transition);
}
.search-toggle:hover { color: var(--text-light); }

/* Mobile toggle */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.hamburger-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-light);
  border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}
.mobile-menu-toggle[aria-expanded="true"] .hamburger-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu-toggle[aria-expanded="true"] .hamburger-bar:nth-child(2) { opacity: 0; }
.mobile-menu-toggle[aria-expanded="true"] .hamburger-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Nav */
.primary-nav.mobile-open {
  position: fixed;
  inset: var(--header-h) 0 0 0;
  background: var(--navy-card);
  z-index: 199;
  overflow-y: auto;
  padding: 24px;
}
.primary-nav.mobile-open .nav-menu { flex-direction: column; align-items: stretch; margin-left: 0; gap: 0; }
.primary-nav.mobile-open .nav-menu > li > a { padding: 14px 20px; border-bottom: 1px solid var(--border-white); font-size: 16px; }
.primary-nav.mobile-open .sub-menu { position: static; width: 100%; opacity: 1; visibility: visible; transform: none; pointer-events: all; grid-template-columns: 1fr; box-shadow: none; background: rgba(255,255,255,0.03); border: none; border-radius: 0; padding: 8px 16px; }

/* Search Overlay */
.search-overlay {
  position: fixed; inset: 0; z-index: 999;
  background: rgba(7,14,24,0.97);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  opacity: 0; visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}
.search-overlay.open { opacity: 1; visibility: visible; }
.search-overlay-close {
  position: absolute; top: 32px; right: 40px;
  background: none; border: none; color: var(--text-light);
  font-size: 32px; cursor: pointer; line-height: 1;
}
.search-overlay-inner { width: 100%; max-width: 680px; }
.search-label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 16px; display: block;
}
.search-overlay .search-form { display: flex; gap: 0; }
.search-overlay .search-form input[type="search"] {
  flex: 1; background: transparent; border: none;
  border-bottom: 2px solid var(--gold);
  color: var(--text-light);
  font-family: var(--font-display);
  font-size: clamp(24px, 4vw, 40px);
  padding: 12px 0;
  outline: none;
  caret-color: var(--gold);
}
.search-overlay .search-form button[type="submit"] {
  background: none; border: none; color: var(--gold); padding: 12px 0 12px 20px; cursor: pointer;
}

/* ─── HERO ─── */
.section-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 30%;
  opacity: 0.35;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(11,25,39,0.96) 0%, rgba(11,25,39,0.7) 55%, rgba(11,25,39,0.35) 100%);
}
.hero-accent-line {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold) 0%, transparent 60%);
}
.hero-inner {
  position: relative; z-index: 2;
  padding-top: 120px; padding-bottom: 96px;
  width: 100%;
}
.hero-eyebrow {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 28px;
}
.eyebrow-line { width: 32px; height: 1px; background: var(--gold); }
.eyebrow-text {
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold);
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 700;
  line-height: 1.05;
  color: var(--off-white);
  max-width: 800px;
  margin-bottom: 28px;
  text-wrap: pretty;
}
.hero-headline em { font-style: italic; color: var(--gold); }
.hero-sub {
  font-size: 18px; font-weight: 300;
  color: #A8BCCC; max-width: 520px; line-height: 1.7;
  margin-bottom: 44px;
}
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 56px; }
.hero-certs {
  display: flex; align-items: center; gap: 0; flex-wrap: wrap;
  padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.08);
}
.cert-label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold); margin-right: 20px;
}
.cert-item { font-size: 12px; color: var(--text-dim); padding: 0 14px; }
.cert-sep { font-size: 12px; color: rgba(255,255,255,0.12); }

/* ─── PAGE HERO (inner pages) ─── */
.page-hero {
  padding: 160px 0 80px;
  background: var(--navy);
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(201,168,76,0.04), transparent 70%);
}
.page-hero::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.3) 40%, transparent);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero .section-eyebrow::before { display: none; }
.page-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 700;
  color: var(--off-white);
  line-height: 1.05;
  text-wrap: pretty;
}
.page-title em { font-style: italic; color: var(--gold); }
.page-subtitle { font-size: 17px; color: var(--text-muted); max-width: 560px; line-height: 1.75; margin-top: 20px; }
.page-hero-simple { padding: 140px 0 56px; background: var(--navy); }
.page-hero-simple .page-title { font-size: clamp(32px, 5vw, 52px); }

/* ─── SERVICES ─── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(201,168,76,0.06);
  border: 1px solid rgba(201,168,76,0.08);
  border-radius: 4px;
  overflow: hidden;
}
.service-card {
  background: #0E1F30;
  padding: 40px 36px;
  transition: background var(--transition);
}
.service-card:hover { background: #122437; }
.card-accent { width: 40px; height: 2px; background: var(--gold); margin-bottom: 28px; }
.card-title {
  font-family: var(--font-display);
  font-size: 24px; font-weight: 600;
  color: var(--off-white); margin-bottom: 14px; line-height: 1.2;
}
.card-body { font-size: 14px; color: var(--text-muted); line-height: 1.8; margin-bottom: 28px; }
.card-link {
  font-size: 13px; font-weight: 500; color: var(--gold);
  display: flex; align-items: center; gap: 8px;
}
.card-link:hover { color: var(--gold-hover); }

/* ─── WHY GTS ─── */
.why-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  align-items: start;
}
.why-intro { font-size: 15px; color: var(--text-muted); line-height: 1.85; margin-bottom: 48px; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.stat-item {}
.stat-number {
  font-family: var(--font-display);
  font-size: 44px; font-weight: 700;
  color: var(--gold); line-height: 1; display: block;
}
.stat-label { font-size: 12px; color: var(--text-muted); margin-top: 6px; line-height: 1.4; display: block; }
.why-right {
  display: flex; flex-direction: column; gap: 0;
  border-left: 1px solid rgba(201,168,76,0.1);
}
.value-prop { padding: 32px 40px; border-bottom: 1px solid rgba(201,168,76,0.08); transition: background var(--transition); }
.value-prop:hover { background: rgba(201,168,76,0.04); }
.value-prop h3 { font-size: 17px; font-weight: 600; color: var(--off-white); margin-bottom: 8px; }
.value-prop p { font-size: 14px; color: var(--text-muted); line-height: 1.8; }
.value-prop-cta { padding: 24px 40px; background: rgba(201,168,76,0.05); border-top: 1px solid rgba(201,168,76,0.08); }
.link-gold { color: var(--gold); font-size: 13px; font-weight: 500; }
.link-gold:hover { color: var(--gold-hover); }

/* ─── POSTS / INSIGHTS ─── */
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card {
  display: flex; flex-direction: column;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.07);
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  color: inherit;
}
.post-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(14,32,56,0.12); }
.post-card-image { height: 220px; overflow: hidden; background: var(--navy-mid); }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.post-card:hover .post-card-image img { transform: scale(1.04); }
.post-card-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.post-card-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.post-cat {
  font-size: 10px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: #fff; background: var(--gold);
  padding: 3px 10px; border-radius: 2px;
}
.post-card-meta time { font-size: 12px; color: #94A3B5; }
.post-card-title { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--navy-mid); line-height: 1.3; margin-bottom: 12px; }
.post-card-title a { color: inherit; }
.post-card-title a:hover { color: var(--gold); }
.post-card-excerpt { font-size: 13px; color: #5A6E82; line-height: 1.7; flex: 1; }

/* ─── TESTIMONIALS ─── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card {
  background: var(--navy-mid);
  border: 1px solid rgba(201,168,76,0.1);
  border-radius: var(--radius);
  padding: 40px 36px;
  position: relative;
}
.testimonial-quote-mark {
  font-family: var(--font-display);
  font-size: 72px; color: var(--gold);
  opacity: 0.2; line-height: 0.7;
  position: absolute; top: 28px; left: 32px;
}
.testimonial-stars { color: var(--gold); font-size: 14px; margin-bottom: 20px; padding-top: 28px; }
.testimonial-body {
  font-size: 15px; color: var(--text-mid);
  line-height: 1.8; font-style: italic; margin-bottom: 28px;
}
.testimonial-attribution { border-top: 1px solid rgba(201,168,76,0.1); padding-top: 20px; display: flex; flex-direction: column; gap: 4px; }
.testimonial-name { font-size: 13px; font-weight: 600; color: var(--text-light); font-style: normal; }
.testimonial-org { font-size: 12px; color: var(--text-muted); }

/* ─── CONTRACT VEHICLES ─── */
.vehicles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 40px; }
.vehicle-card { border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(0,0,0,0.07); background: #fff; }
.vehicle-card-image { height: 180px; overflow: hidden; position: relative; }
.vehicle-card-image img { width: 100%; height: 100%; object-fit: cover; }
.vehicle-card-image .vehicle-badge {
  position: absolute; bottom: 16px; left: 16px;
  font-size: 10px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold);
  background: rgba(7,14,24,0.88); padding: 4px 12px;
  border-radius: 2px; border: 1px solid rgba(201,168,76,0.3);
}
.vehicle-card-body { padding: 24px; }
.vehicle-card-body h3 { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--navy-mid); margin-bottom: 8px; }
.vehicle-card-body p { font-size: 13px; color: #5A6E82; line-height: 1.7; margin-bottom: 12px; }
.vehicle-card-body code { font-size: 11px; color: #7B8FA6; display: block; margin-bottom: 16px; font-family: monospace; }
.vehicles-stats {
  display: grid; grid-template-columns: repeat(5, 1fr);
  background: var(--navy-mid); border-radius: var(--radius); overflow: hidden;
}
.v-stat { padding: 28px 20px; text-align: center; border-right: 1px solid rgba(255,255,255,0.04); }
.v-stat:last-child { border-right: none; }
.v-num { font-family: var(--font-display); font-size: 36px; font-weight: 700; color: var(--gold); display: block; }
.v-lbl { font-size: 11px; color: var(--text-dim); margin-top: 6px; letter-spacing: 0.06em; text-transform: uppercase; display: block; }

/* ─── CAREERS ─── */
.careers-layout {
  display: grid; grid-template-columns: 340px 1fr; gap: 80px; align-items: start;
}
.careers-intro p { font-size: 15px; color: var(--text-muted); line-height: 1.75; margin-top: 16px; }
.mt-4 { margin-top: 28px; }
.careers-positions { display: flex; flex-direction: column; gap: 2px; }
.position-row {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: var(--navy-mid); border: 1px solid rgba(201,168,76,0.08);
  border-radius: var(--radius); padding: 24px 28px;
  transition: border-color var(--transition);
}
.position-row:hover { border-color: rgba(201,168,76,0.3); }
.position-info h3 { font-size: 17px; font-weight: 600; color: var(--off-white); margin-bottom: 4px; }
.position-info p { font-size: 13px; color: var(--text-muted); }

/* ─── CTA SECTION ─── */
.section-cta {
  padding: 96px 0;
  background: linear-gradient(135deg, var(--navy-mid) 0%, #162E50 100%);
  border-top: 1px solid var(--border-gold);
}
.section-cta-inner {
  text-align: center; max-width: 680px;
}
.section-cta .section-title { color: var(--off-white); }
.section-cta p { font-size: 16px; color: var(--text-muted); line-height: 1.75; margin: 16px 0 40px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.section-cta .section-eyebrow { justify-content: center; }
.section-cta .section-eyebrow::before { display: none; }

/* ─── FOOTER ─── */
.site-footer { background: var(--navy-deep); border-top: 1px solid var(--border-gold); padding: 72px 0 0; }
.footer-grid {
  display: grid; grid-template-columns: 280px 1fr 1fr 1fr;
  gap: 64px; padding-bottom: 56px;
  border-bottom: 1px solid var(--border-white);
}
.footer-brand img { height: 40px; width: auto; margin-bottom: 20px; }
.footer-tagline { font-size: 13px; color: var(--text-dim); line-height: 1.8; margin-bottom: 20px; }
.footer-certs { font-size: 11px; color: var(--text-faint); line-height: 1.8; }
.footer-heading {
  font-size: 11px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 20px;
}
.footer-nav-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-nav-list a { font-size: 13px; color: var(--text-dim); transition: color var(--transition); }
.footer-nav-list a:hover { color: var(--gold); }
.footer-address { font-size: 13px; color: var(--text-dim); line-height: 1.8; font-style: normal; margin-bottom: 16px; }
.footer-identifiers { display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; }
.footer-identifiers dt { font-size: 11px; font-weight: 600; color: var(--text-faint); text-transform: uppercase; letter-spacing: 0.08em; line-height: 1.8; }
.footer-identifiers dd code { font-size: 13px; color: var(--text-dim); }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 0; flex-wrap: wrap; gap: 12px;
}
.footer-copyright { font-size: 12px; color: var(--text-faint); }
.footer-legal-nav { display: flex; gap: 24px; }
.footer-legal-nav a { font-size: 12px; color: var(--text-faint); transition: color var(--transition); }
.footer-legal-nav a:hover { color: var(--gold); }

/* ─── SINGLE POST ─── */
.single-hero { padding: 140px 0 56px; background: var(--navy); }
.single-title { font-family: var(--font-display); font-size: clamp(32px, 5vw, 56px); font-weight: 700; color: var(--off-white); line-height: 1.1; margin: 16px 0 20px; }
.single-meta { font-size: 13px; color: var(--text-muted); display: flex; gap: 12px; align-items: center; }
.single-meta .dot { opacity: 0.4; }
.single-featured-image { padding: 0 0 56px; background: var(--navy); }
.single-featured-image img { width: 100%; height: 480px; object-fit: cover; border-radius: var(--radius); }
.single-content { padding: 64px 0 96px; }
.prose { max-width: 720px; }
.prose p { font-size: 16px; color: var(--text-muted); line-height: 1.85; margin-bottom: 24px; }
.prose h2 { font-family: var(--font-display); font-size: 32px; font-weight: 600; color: var(--off-white); margin: 48px 0 16px; }
.prose h3 { font-size: 22px; font-weight: 600; color: var(--off-white); margin: 36px 0 12px; }
.prose strong { color: var(--text-light); }
.single-footer { padding: 32px 0 64px; }
.post-cat--light { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; background: var(--gold); padding: 4px 12px; border-radius: 2px; display: inline-block; }

/* ─── FORMS ─── */
.form-group { margin-bottom: 20px; }
.form-label { display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #5A6E82; margin-bottom: 8px; }
.form-input {
  width: 100%; padding: 13px 16px;
  background: #fff; border: 1px solid rgba(0,0,0,0.12);
  border-radius: var(--radius);
  font-family: var(--font-body); font-size: 14px; color: var(--navy-mid);
  outline: none; transition: border-color var(--transition);
}
.form-input:focus { border-color: var(--gold); }
.form-input--dark {
  background: rgba(255,255,255,0.05);
  border-color: rgba(201,168,76,0.15); color: var(--text-light);
}
.form-input--dark:focus { border-color: var(--gold); }

/* ─── SKIP LINK ─── */
.skip-link {
  position: absolute; top: -100px; left: 16px; z-index: 9999;
  padding: 8px 16px; background: var(--gold); color: var(--navy);
  font-weight: 600; border-radius: var(--radius);
  transition: top 0.2s;
}
.skip-link:focus { top: 16px; }

/* ─── UTILITY ─── */
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.text-center { text-align: center; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1200px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
  .why-layout { grid-template-columns: 1fr; gap: 48px; }
  .why-right { border-left: none; border-top: 1px solid rgba(201,168,76,0.1); }
  .value-prop { padding: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .vehicles-stats { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .mobile-menu-toggle { display: flex; }
  .primary-nav:not(.mobile-open) { display: none; }
  .primary-nav.mobile-open { display: block; }
  .header-actions .btn-primary { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .posts-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .vehicles-grid { grid-template-columns: 1fr; }
  .vehicles-stats { grid-template-columns: 1fr 1fr; }
  .careers-layout { grid-template-columns: 1fr; gap: 40px; }
  .hero-headline { font-size: 44px; }
  .section-cta-inner { padding: 0; }
}
@media (max-width: 560px) {
  .hero-headline { font-size: 34px; }
  .hero-ctas { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .cta-actions { flex-direction: column; align-items: center; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
}

/* ─── PRINT ─── */
@media print {
  .site-header, .site-footer, .search-overlay { display: none !important; }
  body { background: #fff; color: #000; }
  a { color: #000; text-decoration: underline; }
}
