/* ==========================================================================
   Go Airport — Adelaide Airport Transfers
   Seven Star Passenger Service
   Design system: Playfair Display + Inter, gold on near-black
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img, video { max-width: 100%; height: auto; display: block; }
table { width: 100%; border-collapse: collapse; }
input, button, textarea, select { font-family: inherit; font-size: inherit; }

:root {
  --gold: #C9A84C;
  --gold-light: #E8C96A;
  --gold-dark: #A07830;
  --gold-pale: #F5EDD6;
  --cream: #FAF5EA;
  --white: #ffffff;
  --off-white: #FAFAF8;
  --ink: #0A0808;
  --ink-soft: #141110;
  --text-dark: #1A1A1A;
  --text-mid: #3D3D3D;
  --text-light: #6B6B6B;
  --border: #E8DFC8;
  --border-soft: #ECECE6;
  --shadow: 0 4px 24px rgba(0,0,0,0.08);
  --shadow-md: 0 8px 40px rgba(0,0,0,0.12);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.18);
  --radius: 4px;
  --wrap: 1220px;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
  font-weight: 400;
}

h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; line-height: 1.2; letter-spacing: -0.01em; }
a { color: inherit; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 860px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 2000;
  background: var(--gold); color: #fff; padding: 12px 20px; font-weight: 600;
}
.skip-link:focus { left: 0; }

/* ── BUTTONS ───────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 30px; border-radius: var(--radius); border: 1.5px solid transparent;
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; cursor: pointer; transition: all 0.22s ease; white-space: nowrap;
}
.btn-gold { background: var(--gold); color: #fff; border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-dark); border-color: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(160,120,48,0.32); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.55); }
.btn-outline:hover { background: #fff; color: var(--ink); border-color: #fff; transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-dark:hover { background: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--text-dark); border-color: var(--border); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-dark); }
.btn-lg { padding: 17px 40px; font-size: 0.88rem; }
.btn-block { width: 100%; }

/* ── HEADER ────────────────────────────────────────────────────────── */
#siteHeader {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
  background: linear-gradient(180deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.42) 65%, rgba(0,0,0,0) 100%);
}
#siteHeader.scrolled { background: var(--ink); box-shadow: 0 2px 22px rgba(0,0,0,0.28); }

.header-top { border-bottom: 1px solid rgba(201,168,76,0.22); padding: 12px 0; transition: padding 0.3s; }
#siteHeader.scrolled .header-top { padding: 8px 0; }
.header-top-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.header-contact {
  color: var(--gold-light); text-decoration: none; font-size: 0.82rem; font-weight: 500;
  display: inline-flex; align-items: center; gap: 8px; transition: color 0.2s;
  text-shadow: 0 1px 6px rgba(0,0,0,0.7);
}
.header-contact:hover { color: #fff; }
.header-contact .ic { color: var(--gold); flex-shrink: 0; }

.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.logo img { height: 58px; width: auto; transition: height 0.3s; }
#siteHeader.scrolled .logo img { height: 44px; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text b { font-family: 'Playfair Display', serif; color: #fff; font-size: 1.22rem; font-weight: 600; letter-spacing: 0.02em; }
.logo-text span { color: var(--gold); font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; }

.header-socials { display: flex; gap: 18px; align-items: center; justify-content: flex-end; }
.header-socials a { color: var(--gold); text-decoration: none; transition: color 0.2s, transform 0.2s; display: inline-flex; }
.header-socials a:hover { color: #fff; transform: scale(1.14); }

.header-nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 10px 0 12px; gap: 20px; }
#siteHeader.scrolled .header-nav-inner { padding: 7px 0 9px; }

.nav-links { display: flex; list-style: none; gap: 30px; align-items: center; }
.nav-links > li { position: relative; }
.nav-links a {
  text-decoration: none; color: #fff; font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.11em; text-transform: uppercase; transition: color 0.2s;
  position: relative; display: inline-flex; align-items: center; gap: 6px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.7); padding: 6px 0;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1.5px;
  background: var(--gold); transition: width 0.28s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

/* dropdown */
.has-drop > a .caret { transition: transform 0.25s; }
.has-drop:hover > a .caret { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: 100%; left: -18px; min-width: 290px; background: #fff;
  border-top: 2px solid var(--gold); box-shadow: var(--shadow-md); list-style: none;
  padding: 10px 0; opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity 0.22s, transform 0.22s, visibility 0.22s; border-radius: 0 0 4px 4px;
}
.has-drop:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a {
  display: block; padding: 9px 22px; color: var(--text-mid); font-size: 0.8rem;
  font-weight: 500; text-transform: none; letter-spacing: 0.01em; text-shadow: none;
}
.dropdown a::after { display: none; }
.dropdown a:hover { background: var(--cream); color: var(--gold-dark); }
.dropdown .drop-head {
  padding: 6px 22px 8px; font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--text-light); font-weight: 700; border-bottom: 1px solid var(--border-soft); margin-bottom: 6px;
}

.hamburger {
  display: none; background: none; border: none; cursor: pointer; padding: 8px;
  flex-direction: column; gap: 5px;
}
.hamburger span { display: block; width: 25px; height: 2px; background: #fff; transition: 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile drawer */
.mobile-nav {
  position: fixed; inset: 0 0 0 auto; width: min(340px, 86vw); background: var(--ink);
  z-index: 1100; transform: translateX(100%); transition: transform 0.35s cubic-bezier(.4,0,.2,1);
  padding: 90px 0 40px; overflow-y: auto;
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav ul { list-style: none; }
.mobile-nav a {
  display: block; padding: 13px 28px; color: #fff; text-decoration: none;
  font-size: 0.88rem; font-weight: 500; border-bottom: 1px solid rgba(255,255,255,0.07);
}
.mobile-nav a:hover { color: var(--gold); background: rgba(201,168,76,0.07); }
.mobile-nav .m-head {
  padding: 20px 28px 8px; color: var(--gold); font-size: 0.64rem;
  letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700;
}
.mobile-nav .m-cta { margin: 22px 28px 0; }
.nav-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.55); z-index: 1050;
  opacity: 0; visibility: hidden; transition: 0.3s;
}
.nav-overlay.open { opacity: 1; visibility: visible; }
.mobile-close {
  position: absolute; top: 24px; right: 24px; background: none; border: none;
  color: #fff; font-size: 1.7rem; cursor: pointer; line-height: 1;
}

/* ── HERO ──────────────────────────────────────────────────────────── */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-sm { min-height: 58vh; }
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(6,5,5,0.90) 0%, rgba(10,8,8,0.74) 45%, rgba(10,8,8,0.42) 100%);
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-inner { position: relative; z-index: 2; width: 100%; padding: 170px 0 90px; }
.hero-sm .hero-inner { padding: 190px 0 80px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px; color: var(--gold);
  font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase;
  font-weight: 600; margin-bottom: 20px;
}
.eyebrow::before { content: ''; width: 34px; height: 1px; background: var(--gold); }
.eyebrow-c { justify-content: center; }
.eyebrow-c::after { content: ''; width: 34px; height: 1px; background: var(--gold); }

.hero h1 { font-size: clamp(2.15rem, 5.2vw, 4rem); margin-bottom: 20px; max-width: 16ch; }
.hero-sm h1 { max-width: 22ch; font-size: clamp(1.95rem, 4.2vw, 3.1rem); }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero p.lead { font-size: clamp(1rem, 1.5vw, 1.15rem); max-width: 60ch; color: rgba(255,255,255,0.88); margin-bottom: 34px; font-weight: 300; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-trust { display: flex; gap: 34px; flex-wrap: wrap; margin-top: 46px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.16); }
.hero-trust div strong { display: block; font-family: 'Playfair Display', serif; font-size: 1.75rem; color: var(--gold-light); line-height: 1; }
.hero-trust div span { font-size: 0.73rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.7); }

.breadcrumb { font-size: 0.78rem; color: rgba(255,255,255,0.62); margin-bottom: 18px; }
.breadcrumb a { color: var(--gold-light); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { margin: 0 8px; opacity: 0.5; }

/* ── QUOTE BAR ─────────────────────────────────────────────────────── */
.quote-bar { background: var(--ink); padding: 0; position: relative; z-index: 5; }
.quote-card {
  background: #fff; box-shadow: var(--shadow-lg); border-top: 3px solid var(--gold);
  padding: 30px 34px; margin-top: -68px; position: relative; z-index: 10; border-radius: 4px;
}
.quote-card h2 { font-size: 1.3rem; margin-bottom: 6px; }
.quote-card .sub { color: var(--text-light); font-size: 0.88rem; margin-bottom: 22px; }
.quote-grid { display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 16px; align-items: end; }

.field label {
  display: block; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 700; color: var(--text-light); margin-bottom: 7px;
}
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: var(--radius);
  background: var(--off-white); color: var(--text-dark); font-size: 0.9rem; transition: border-color 0.2s, box-shadow 0.2s;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,76,0.16); background: #fff;
}

/* ── SECTIONS ──────────────────────────────────────────────────────── */
section { padding: 92px 0; }
.sec-dark { background: var(--ink); color: #fff; }
.sec-cream { background: var(--cream); }
.sec-tight { padding: 66px 0; }

.sec-head { max-width: 720px; margin-bottom: 52px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head h2 { font-size: clamp(1.85rem, 3.4vw, 2.75rem); margin-bottom: 16px; }
.sec-head p { color: var(--text-light); font-size: 1.02rem; }
.sec-dark .sec-head p { color: rgba(255,255,255,0.72); }
.sec-dark h2, .sec-dark h3 { color: #fff; }

/* ── CARD GRIDS ────────────────────────────────────────────────────── */
.grid { display: grid; gap: 26px; }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius);
  overflow: hidden; transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; height: 100%;
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--gold); }
.card-img { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--cream); }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.card:hover .card-img img { transform: scale(1.07); }
.card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.card-body h3 { font-size: 1.18rem; margin-bottom: 9px; }
.card-body p { color: var(--text-light); font-size: 0.92rem; flex: 1; }
.card-link {
  margin-top: 16px; color: var(--gold-dark); font-size: 0.76rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 7px;
}
.card:hover .card-link { gap: 12px; }

/* fleet card */
.fleet-card .card-img { aspect-ratio: 16/10; background: linear-gradient(160deg, #fbf8f1, #f0e9da); }
.fleet-card .card-img img { object-fit: contain; padding: 14px; }
.fleet-meta { display: flex; gap: 18px; flex-wrap: wrap; margin: 12px 0 4px; padding-top: 12px; border-top: 1px solid var(--border-soft); }
.fleet-meta div { display: flex; align-items: center; gap: 6px; font-size: 0.8rem; color: var(--text-mid); font-weight: 500; }
.fleet-meta .ic { color: var(--gold); }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.tag { font-size: 0.68rem; padding: 4px 10px; background: var(--cream); border: 1px solid var(--border); border-radius: 20px; color: var(--text-mid); }

/* feature / why cards */
.feat { padding: 30px 26px; background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius); transition: 0.3s; height: 100%; }
.feat:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: var(--shadow); }
.sec-dark .feat { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.1); }
.sec-dark .feat:hover { background: rgba(201,168,76,0.08); border-color: var(--gold); }
.feat .ico {
  width: 48px; height: 48px; border-radius: 50%; background: var(--cream); color: var(--gold-dark);
  display: grid; place-items: center; margin-bottom: 17px;
}
.sec-dark .feat .ico { background: rgba(201,168,76,0.14); color: var(--gold-light); }
.feat h3 { font-size: 1.08rem; margin-bottom: 8px; }
.feat p { font-size: 0.9rem; color: var(--text-light); }
.sec-dark .feat p { color: rgba(255,255,255,0.68); }

/* steps */
.steps { counter-reset: s; }
.step { position: relative; padding: 30px 26px 30px 30px; background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius); }
.step::before {
  counter-increment: s; content: counter(s, decimal-leading-zero);
  font-family: 'Playfair Display', serif; font-size: 2.5rem; color: var(--gold);
  opacity: 0.28; line-height: 1; display: block; margin-bottom: 12px;
}
.sec-dark .step { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.1); }
.step h3 { font-size: 1.06rem; margin-bottom: 8px; }
.step p { font-size: 0.9rem; color: var(--text-light); }
.sec-dark .step p { color: rgba(255,255,255,0.68); }

/* ── ROUTE / DESTINATION LIST ──────────────────────────────────────── */
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.route-item {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 16px 20px; background: #fff; border: 1px solid var(--border-soft);
  border-radius: var(--radius); text-decoration: none; color: inherit; transition: 0.25s;
}
.route-item:hover { border-color: var(--gold); background: var(--cream); transform: translateX(3px); }
.route-item b { font-size: 0.94rem; font-weight: 600; display: block; }
.route-item small { color: var(--text-light); font-size: 0.78rem; }
.route-item .ic { color: var(--gold); flex-shrink: 0; }

/* ── SPLIT / ABOUT ─────────────────────────────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 62px; align-items: center; }
.split-img { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.split-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.split-content h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); margin-bottom: 18px; }
.split-content p { color: var(--text-light); margin-bottom: 16px; }
.sec-dark .split-content p { color: rgba(255,255,255,0.74); }

.tick-list { list-style: none; margin: 22px 0; }
.tick-list li { position: relative; padding-left: 30px; margin-bottom: 12px; font-size: 0.94rem; color: var(--text-mid); }
.sec-dark .tick-list li { color: rgba(255,255,255,0.78); }
.tick-list li::before {
  content: '✓'; position: absolute; left: 0; top: 0; width: 20px; height: 20px;
  background: var(--gold); color: #fff; border-radius: 50%; display: grid; place-items: center;
  font-size: 0.68rem; font-weight: 700;
}

/* ── PROSE (content blocks for SEO copy) ───────────────────────────── */
.prose h2 { font-size: clamp(1.6rem, 2.8vw, 2.1rem); margin: 40px 0 14px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.18rem; margin: 28px 0 10px; }
.prose p { margin-bottom: 15px; color: var(--text-mid); }
.prose ul, .prose ol { margin: 0 0 18px 22px; color: var(--text-mid); }
.prose li { margin-bottom: 8px; }
.prose a { color: var(--gold-dark); text-decoration: underline; text-underline-offset: 3px; }
.prose strong { color: var(--text-dark); }

/* ── TABLE ─────────────────────────────────────────────────────────── */
.table-wrap { overflow-x: auto; border: 1px solid var(--border-soft); border-radius: var(--radius); }
.tbl { min-width: 560px; background: #fff; }
.tbl th {
  background: var(--ink); color: var(--gold-light); text-align: left; padding: 14px 18px;
  font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700;
}
.tbl td { padding: 14px 18px; border-bottom: 1px solid var(--border-soft); font-size: 0.9rem; color: var(--text-mid); }
.tbl tr:last-child td { border-bottom: none; }
.tbl tr:hover td { background: var(--cream); }
.tbl td a { color: var(--gold-dark); font-weight: 600; text-decoration: none; }
.tbl td a:hover { text-decoration: underline; }

/* ── TESTIMONIALS ──────────────────────────────────────────────────── */
.quote-item { padding: 30px 26px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); height: 100%; }
.stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 14px; font-size: 0.92rem; }
.quote-item p { font-size: 0.95rem; color: rgba(255,255,255,0.86); font-style: italic; margin-bottom: 18px; }
.quote-item cite { font-style: normal; font-size: 0.84rem; color: var(--gold-light); font-weight: 600; display: block; }
.quote-item cite small { display: block; color: rgba(255,255,255,0.5); font-weight: 400; font-size: 0.76rem; margin-top: 2px; }

/* ── FAQ ───────────────────────────────────────────────────────────── */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 22px 44px 22px 0; font-size: 1.02rem; font-weight: 600; color: var(--text-dark);
  position: relative; font-family: 'Playfair Display', serif; line-height: 1.4;
}
.faq-q::after {
  content: '+'; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  color: var(--gold); font-size: 1.5rem; font-weight: 300; transition: transform 0.3s; font-family: 'Inter', sans-serif;
}
.faq-item.open .faq-q::after { transform: translateY(-50%) rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-a div { padding: 0 40px 24px 0; color: var(--text-light); font-size: 0.94rem; }
.faq-a a { color: var(--gold-dark); }

/* ── CTA BAND ──────────────────────────────────────────────────────── */
.cta-band { position: relative; padding: 100px 0; color: #fff; text-align: center; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: rgba(8,7,6,0.82); z-index: 1; }
.cta-band .cta-bg { position: absolute; inset: 0; z-index: 0; }
.cta-band .cta-bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-band .wrap { position: relative; z-index: 2; }
.cta-band h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin-bottom: 16px; }
.cta-band p { color: rgba(255,255,255,0.8); max-width: 58ch; margin: 0 auto 32px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── COVERAGE / CITY STRIP ─────────────────────────────────────────── */
.city-card { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/4; display: block; text-decoration: none; }
.city-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.city-card:hover img { transform: scale(1.08); }
.city-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(8,7,6,0.88) 100%); }
.city-card b {
  position: absolute; left: 20px; bottom: 18px; z-index: 2; color: #fff;
  font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 600;
}

/* ── FOOTER ────────────────────────────────────────────────────────── */
footer { background: var(--ink); color: rgba(255,255,255,0.66); padding: 76px 0 0; font-size: 0.89rem; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 44px; padding-bottom: 52px; }
.foot-logo img { height: 62px; margin-bottom: 18px; }
footer h4 { color: #fff; font-size: 0.76rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 20px; font-family: 'Inter', sans-serif; font-weight: 700; }
footer ul { list-style: none; }
footer li { margin-bottom: 10px; }
footer a { color: rgba(255,255,255,0.66); text-decoration: none; transition: color 0.2s; }
footer a:hover { color: var(--gold); }
.foot-contact li { display: flex; gap: 11px; align-items: flex-start; }
.foot-contact .ic { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.foot-social { display: flex; gap: 12px; margin-top: 20px; }
.foot-social a {
  width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.18); border-radius: 50%;
  display: grid; place-items: center; color: var(--gold); transition: 0.25s;
}
.foot-social a:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.foot-bottom {
  border-top: 1px solid rgba(255,255,255,0.1); padding: 22px 0; display: flex;
  justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 0.82rem;
}
.foot-bottom-links { display: flex; gap: 20px; flex-wrap: wrap; }
.foot-seo { border-top: 1px solid rgba(255,255,255,0.08); padding: 26px 0; font-size: 0.78rem; color: rgba(255,255,255,0.4); line-height: 1.9; }
.foot-seo a { color: rgba(255,255,255,0.5); }

/* ── FLOATING ACTIONS ──────────────────────────────────────────────── */
.float-actions { position: fixed; right: 18px; bottom: 18px; z-index: 900; display: flex; flex-direction: column; gap: 10px; }
.float-btn {
  width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
  color: #fff; text-decoration: none; box-shadow: 0 6px 20px rgba(0,0,0,0.3); transition: transform 0.22s;
}
.float-btn:hover { transform: scale(1.09); }
.float-wa { background: #25D366; }
.float-call { background: var(--gold); }

/* ── UTIL ──────────────────────────────────────────────────────────── */
/* Reveal-on-scroll. Content is visible by default and only hidden once the
   `js` class is set by the inline head script — so if JS fails or is disabled,
   nothing ever disappears. */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-3 { margin-top: 30px; }
.notice {
  background: var(--cream); border-left: 3px solid var(--gold); padding: 18px 22px;
  border-radius: 0 4px 4px 0; font-size: 0.92rem; color: var(--text-mid); margin: 22px 0;
}
.form-msg { padding: 14px 18px; border-radius: 4px; font-size: 0.9rem; margin-top: 16px; display: none; }
.form-msg.ok { display: block; background: #EEF7EE; border: 1px solid #BEDDBE; color: #2A6B2A; }
.form-msg.err { display: block; background: #FDF0F0; border: 1px solid #E7C0C0; color: #9B2C2C; }

/* ── RESPONSIVE ────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .g4 { grid-template-columns: repeat(2, 1fr); }
  .route-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-grid .field-submit { grid-column: 1 / -1; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 940px) {
  .nav-links, .header-socials { display: none; }
  .hamburger { display: flex; }
  .header-nav-inner { justify-content: flex-end; padding: 8px 0 12px; }
  .g3 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split-img { order: -1; }
  section { padding: 68px 0; }
  .hero { min-height: 84vh; }
  .quote-card { margin-top: -40px; padding: 24px; }
}
@media (max-width: 680px) {
  .wrap { padding: 0 18px; }
  .g2, .g3, .g4 { grid-template-columns: 1fr; }
  .route-grid { grid-template-columns: 1fr; }
  .quote-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero-inner { padding: 150px 0 70px; }
  .hero-sm .hero-inner { padding: 160px 0 60px; }
  .hero-trust { gap: 22px; }
  .hero-trust div strong { font-size: 1.4rem; }
  .header-contact span.lbl { display: none; }
  .btn { padding: 13px 24px; font-size: 0.78rem; }
  /* The wordmark is a wide horizontal lockup, so cap its width as well as its
     height — otherwise it crowds the phone link below ~360px. */
  .logo img { height: auto; max-height: 44px; max-width: min(56vw, 230px); }
  #siteHeader.scrolled .logo img { max-height: 38px; }
  .header-top { padding: 10px 0; }
  .logo-text b { font-size: 1.02rem; }
  .foot-bottom { flex-direction: column; text-align: center; align-items: center; }
}

@media print {
  #siteHeader, .float-actions, .mobile-nav, .nav-overlay, .cta-band { display: none; }
  body { color: #000; }
}
