/* ============================================
   Coastal Auto Repair — Stylesheet (v3)
   Modeled on autoexpresspa.com — clean, flowing,
   professional. Less choppy, more breathing room.
   ============================================ */

:root {
  --navy: #0b2545;
  --navy-soft: #13315c;
  --blue: #1e5bc8;
  --blue-bright: #2563eb;
  --blue-soft: #eef4ff;
  --blue-tint: #f6f9ff;
  --ink: #1c2536;
  --body: #4a5568;
  --muted: #6b7280;
  --line: #e5e7eb;
  --line-soft: #f1f3f6;
  --bg-soft: #fafbfc;
  --white: #ffffff;
  --gold: #f4b942;
  --shadow-xs: 0 1px 2px rgba(11, 37, 69, 0.04);
  --shadow-sm: 0 2px 8px rgba(11, 37, 69, 0.06);
  --shadow-md: 0 8px 24px rgba(11, 37, 69, 0.08);
  --shadow-lg: 0 16px 48px rgba(11, 37, 69, 0.12);
  --radius: 4px;
  --radius-lg: 8px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* ===== ACCESSIBILITY ===== */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--navy);
  color: var(--white);
  padding: 12px 20px;
  z-index: 9999;
  text-decoration: none;
  font-weight: 700;
  border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus {
  left: 0;
  outline: 3px solid var(--blue);
  outline-offset: 2px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Visible focus indicators for keyboard users */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 2px;
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--body);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
}

a { color: var(--blue); text-decoration: none; transition: color 0.15s; }
a:hover { color: var(--navy); }

h1, h2, h3, h4 {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 0.5em;
  letter-spacing: -0.015em;
  color: var(--ink);
}

h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}
h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  letter-spacing: -0.02em;
}
h3 {
  font-size: 1.2rem;
  font-weight: 700;
}
h4 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--navy);
}

p { margin: 0 0 1.1em; }
strong { color: var(--ink); font-weight: 700; }
.accent { color: var(--blue); }

/* ===== UTILITY BAR ===== */
.utility-bar {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  padding: 9px 0;
  letter-spacing: 0.01em;
}

.utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.util-item { color: rgba(255, 255, 255, 0.85); }
.util-item strong { color: var(--white); font-weight: 600; }

.util-phone {
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.util-phone:hover { color: #cfe1ff; text-decoration: none; }

/* ===== HEADER ===== */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 20px 28px;
  flex-wrap: wrap;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  color: var(--navy);
  gap: 0;
}
.logo:hover { text-decoration: none; }

/* If logo.png exists, this shows; otherwise the text logo shows. */
.logo-img {
  max-height: 56px;
  width: auto;
  display: block;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo-coastal {
  font-family: "Arial Black", "Inter", Arial, sans-serif;
  font-weight: 900;
  font-size: 1.85rem;
  letter-spacing: 0.01em;
  color: #1f3aa8;
}

.logo-divider {
  height: 2px;
  background: #0b0b0b;
  margin: 4px 0;
  width: 100%;
}

.logo-sub {
  font-family: "Arial Black", "Inter", Arial, sans-serif;
  font-weight: 900;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: #1f3aa8;
}

.main-nav {
  display: flex;
  gap: 36px;
}

.main-nav a {
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: all 0.15s ease;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--blue);
  border-bottom-color: var(--blue);
}

.book-cta {
  background: var(--blue);
  color: var(--white);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  padding: 12px 22px;
  border-radius: var(--radius);
  transition: all 0.15s;
  white-space: nowrap;
}

.book-cta:hover {
  background: var(--navy);
  color: var(--white);
  text-decoration: none;
}

/* ===== HERO ===== */
.hero {
  background:
    linear-gradient(135deg, rgba(11, 37, 69, 0.82) 0%, rgba(11, 37, 69, 0.65) 100%),
    url('images/shop-exterior.jpg') center / cover no-repeat,
    linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 70%, var(--blue) 100%);
  background-color: var(--navy);
  color: var(--white);
  padding: 120px 0 140px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 30%, rgba(37, 99, 235, 0.20), transparent 40%),
    radial-gradient(circle at 85% 70%, rgba(244, 185, 66, 0.06), transparent 40%);
  pointer-events: none;
}

/* Air Conditioning Experts snowflake badge */
.ac-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--blue);
  color: var(--white);
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 22px;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.4);
}

.ac-badge .snowflake {
  font-size: 1.05rem;
  line-height: 1;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.hero-eyebrow {
  display: inline-block;
  color: #cfe1ff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero h1 {
  color: var(--white);
  margin-bottom: 22px;
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.1;
}

.hero .lede {
  font-size: 1.2rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  max-width: 600px;
  margin-bottom: 36px;
  font-weight: 400;
}

.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-block;
  padding: 15px 28px;
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  border-radius: var(--radius);
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.15s ease;
  text-align: center;
  font-family: inherit;
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
}
.btn-primary:hover {
  background: var(--navy);
  color: var(--white);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.btn-light {
  background: var(--white);
  color: var(--navy);
}
.btn-light:hover {
  background: var(--blue-soft);
  color: var(--navy);
  text-decoration: none;
}

.btn-outline-light {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-outline-light:hover {
  background: var(--white);
  color: var(--navy);
  border-color: var(--white);
  text-decoration: none;
}

.btn-outline {
  background: transparent;
  color: var(--blue);
  border-color: var(--blue);
}
.btn-outline:hover {
  background: var(--blue);
  color: var(--white);
  text-decoration: none;
}

.text-link {
  color: var(--blue);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.text-link:hover { color: var(--navy); }

/* ===== PAGE HERO (interior pages) ===== */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
  color: var(--white);
  padding: 80px 0 90px;
}

.page-hero h1 {
  color: var(--white);
  margin-bottom: 14px;
  max-width: 800px;
}

.page-hero .lede {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 680px;
  margin: 0;
}

/* ===== SECTION SHARED ===== */
section { position: relative; }

.section-pad { padding: 96px 0; }
.section-pad-sm { padding: 64px 0; }

.section-head {
  max-width: 720px;
  margin: 0 auto 60px;
  text-align: center;
}

.section-eyebrow {
  display: block;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-head h2 { margin-bottom: 16px; }

.section-sub {
  color: var(--muted);
  font-size: 1.1rem;
  margin: 0;
  line-height: 1.6;
}

/* ===== VERIFIED REVIEWS BAR ===== */
.reviews-bar {
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
  padding: 32px 0;
}

.reviews-bar-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
}

.reviews-stars {
  display: flex;
  align-items: center;
  gap: 14px;
}

.stars-row {
  color: var(--gold);
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.stars-meta {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.stars-meta strong {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--ink);
}

.stars-meta span {
  color: var(--muted);
  font-size: 0.82rem;
}

.reviews-stats {
  display: flex;
  justify-content: center;
  gap: 48px;
}

.stat-mini {
  text-align: center;
}

.stat-mini-num {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--blue);
  line-height: 1;
}

.stat-mini-lbl {
  font-size: 0.78rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

.reviews-cta {
  text-align: right;
}

/* ===== PRIMARY BOOKING SECTION ===== */
.primary-booking {
  padding: 96px 0;
  background: var(--white);
}

.primary-booking-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: center;
}

.primary-booking-text h2 {
  margin-bottom: 18px;
}

.primary-booking-text p {
  color: var(--body);
  font-size: 1.05rem;
  margin-bottom: 24px;
}

.primary-booking-btn {
  display: inline-block;
  font-size: 1.1rem;
  padding: 18px 36px;
  margin-bottom: 16px;
}

.primary-booking-note {
  font-size: 0.92rem !important;
  color: var(--muted) !important;
  margin: 0 !important;
}

.primary-booking-card {
  background: var(--blue-soft);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  border-left: 5px solid var(--blue);
}

.pb-icon {
  font-size: 2.4rem;
  margin-bottom: 14px;
}

.primary-booking-card h3 {
  color: var(--navy);
  margin-bottom: 14px;
  font-size: 1.2rem;
}

.pb-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pb-list li {
  padding: 10px 0 10px 28px;
  position: relative;
  color: var(--body);
  font-size: 0.97rem;
  border-bottom: 1px solid rgba(30, 91, 200, 0.12);
}
.pb-list li:last-child { border-bottom: none; }

.pb-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 10px;
  color: var(--blue);
  font-weight: 700;
}

/* ===== FEATURED SERVICES (3-card hero stripe) ===== */
.featured {
  padding: 96px 0;
  background: var(--white);
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.featured-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.featured-card:hover {
  border-color: var(--blue);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.fc-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius);
  background: var(--blue-soft);
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin-bottom: 22px;
}

.featured-card h3 {
  color: var(--ink);
  font-size: 1.4rem;
  margin-bottom: 14px;
}

.featured-card p {
  color: var(--body);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 22px;
  flex: 1;
}

.fc-link {
  color: var(--blue);
  font-weight: 600;
  font-size: 0.95rem;
}
.fc-link:hover { color: var(--navy); }

/* ===== SECONDARY SERVICES (simple icon row) ===== */
.services-row {
  padding: 70px 0;
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.services-row-head {
  text-align: center;
  margin-bottom: 40px;
}

.services-row-head h3 {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.svc-item {
  text-align: center;
  padding: 24px 16px;
}

.svc-item-icon {
  font-size: 2.4rem;
  margin-bottom: 12px;
  display: block;
  color: var(--blue);
}

.svc-item-name {
  font-weight: 700;
  color: var(--ink);
  font-size: 1.02rem;
  letter-spacing: 0.01em;
}

/* ===== LONG-FORM CONTENT SECTION ===== */
.story {
  padding: 110px 0;
  background: var(--white);
}

.story-inner {
  max-width: 820px;
  margin: 0 auto;
}

.story h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  margin-bottom: 28px;
  line-height: 1.25;
}

.story h3 {
  color: var(--navy);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 44px 0 14px;
}

.story p {
  color: var(--body);
  font-size: 1.08rem;
  line-height: 1.78;
  margin-bottom: 20px;
}

.story p:last-child { margin-bottom: 0; }

.story-lede {
  font-size: 1.18rem !important;
  color: var(--ink) !important;
  line-height: 1.65 !important;
  font-weight: 400;
}

/* ===== STORY WITH IMAGE ===== */
.story-split {
  padding: 110px 0;
  background: var(--white);
}

.story-split-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 72px;
  align-items: center;
}

.story-split-grid.reverse {
  grid-template-columns: 1fr 1.1fr;
}

.story-split-text h2 {
  margin-bottom: 24px;
}

.story-split-text p {
  color: var(--body);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 18px;
}

.story-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--blue-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}

.story-img.shop-interior {
  background-image: url('images/shop-interior.jpg');
}

.story-img.shop-exterior {
  background-image: url('images/shop-exterior.jpg');
}

.story-img.fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--navy);
  padding: 32px;
  border: 1px dashed rgba(30, 91, 200, 0.3);
}

.story-img-icon {
  font-size: 3.2rem;
  margin-bottom: 14px;
  opacity: 0.7;
}

.story-img-text {
  font-weight: 600;
  font-size: 0.95rem;
}

.story-img-text small {
  display: block;
  font-weight: 400;
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 4px;
}

/* ===== FEATURE STRIP (3 stat highlights inline with prose) ===== */
.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 40px 0;
  margin: 36px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fs-item {
  text-align: left;
}

.fs-num {
  font-size: 2rem;
  font-weight: 800;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.fs-label {
  font-size: 0.95rem;
  color: var(--body);
  font-weight: 500;
}

/* ===== LOCATION SECTION (map + contact info) ===== */
.location {
  padding: 96px 0;
  background: var(--bg-soft);
}

.location-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: stretch;
}

.location-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  min-height: 420px;
  box-shadow: var(--shadow-sm);
}

.location-map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  border: 0;
}

.location-info {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  box-shadow: var(--shadow-sm);
}

.location-info h3 {
  font-size: 1.4rem;
  color: var(--ink);
  margin-bottom: 6px;
}

.location-block h4 {
  margin-bottom: 8px;
}

.location-block p {
  margin: 0;
  color: var(--body);
  font-size: 1rem;
  line-height: 1.7;
}

.location-block a {
  color: var(--blue);
  font-weight: 600;
}

.hours-mini {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.96rem;
  color: var(--body);
}

.hours-mini span {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line-soft);
  padding: 6px 0;
}

.hours-mini span:last-child { border-bottom: none; }

.hours-mini strong {
  color: var(--ink);
  font-weight: 600;
}

/* ===== CONTACT FORM ===== */
.form-section {
  padding: 96px 0;
  background: var(--white);
}

.form-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.contact-form,
.booking-form {
  background: var(--white);
  padding: 40px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form label,
.booking-form label {
  display: block;
  margin-bottom: 18px;
}

.contact-form label span,
.booking-form label span {
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 1rem;
  font-family: inherit;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  transition: all 0.15s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.contact-form button,
.booking-form button {
  width: 100%;
  margin-top: 8px;
}

.form-note {
  text-align: center;
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.92rem;
}

/* ===== BOOKING / SCHEDULE PAGE ===== */
.booking-embed:empty { display: none; }

.booking-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  align-items: start;
}

.booking-info h2 { margin-bottom: 18px; }

.booking-info > p {
  color: var(--body);
  font-size: 1.05rem;
  margin-bottom: 32px;
}

.booking-perks {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.perk {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--blue-soft);
  padding: 20px 22px;
  border-radius: var(--radius-lg);
}

.perk-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  line-height: 1;
}

.perk strong {
  display: block;
  color: var(--navy);
  font-size: 1rem;
  margin-bottom: 2px;
}

.perk span {
  display: block;
  color: var(--body);
  font-size: 0.92rem;
}

.booking-success {
  text-align: center;
  padding: 24px 0;
}

.success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #10b981;
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 18px;
}

.booking-success h3 {
  color: var(--navy);
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.booking-success p {
  color: var(--body);
  font-size: 1rem;
  max-width: 400px;
  margin: 0 auto;
}

/* ===== FAQ ACCORDION ===== */
.faq-section {
  padding: 96px 0;
  background: var(--bg-soft);
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 0;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.faq-item[open] {
  border-color: var(--blue);
  box-shadow: var(--shadow-sm);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 28px;
  font-size: 1.05rem;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color 0.15s;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: "+";
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--blue);
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item summary:hover { color: var(--blue); }

.faq-item p {
  padding: 0 28px 24px;
  color: var(--body);
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}

/* ===== CTA BAND (single rich CTA) ===== */
.cta-band {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
  color: var(--white);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 50%, rgba(37, 99, 235, 0.25), transparent 50%);
  pointer-events: none;
}

.cta-band-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.cta-band h2 {
  color: var(--white);
  margin: 0;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
}

.cta-band p {
  color: rgba(255, 255, 255, 0.8);
  margin: 8px 0 0;
  font-size: 1.02rem;
}

.cta-band-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ===== FOOTER ===== */
.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
  padding: 64px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.logo-footer { margin-bottom: 14px; }
.logo-footer .logo-coastal { color: var(--white); font-size: 1.5rem; }
.logo-footer .logo-sub { color: #cfe1ff; }

.tagline {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
  font-size: 0.95rem;
}

.footer-mini {
  margin-top: 14px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.55;
}

.site-footer h4 {
  color: var(--white);
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 0.82rem;
}

.site-footer p {
  margin: 6px 0;
  font-size: 0.94rem;
  line-height: 1.65;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 400;
}
.site-footer a:hover { color: #cfe1ff; text-decoration: underline; }

.footer-bottom {
  padding-top: 26px;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .featured-grid { grid-template-columns: 1fr; }
  .services-list { grid-template-columns: repeat(2, 1fr); }
  .story-split-grid,
  .story-split-grid.reverse,
  .location-grid,
  .booking-grid,
  .primary-booking-inner { grid-template-columns: 1fr; gap: 40px; }
  .feature-strip { grid-template-columns: 1fr; gap: 20px; padding: 28px 0; }
  .fs-item { padding: 14px 0; border-top: 1px solid var(--line-soft); }
  .fs-item:first-child { border-top: none; padding-top: 0; }
  .reviews-bar-inner { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .reviews-stars { justify-content: center; }
  .reviews-stats { gap: 32px; }
  .reviews-cta { text-align: center; }
}

@media (max-width: 768px) {
  .container { padding: 0 20px; }

  .utility-bar { font-size: 0.75rem; padding: 7px 0; }
  .utility-inner { justify-content: center; gap: 14px; }
  .util-item { display: none; }

  .nav-wrap { padding: 14px 20px; gap: 16px; }
  .main-nav { width: 100%; justify-content: center; gap: 20px; order: 3; }
  .main-nav a { font-size: 0.88rem; }
  .book-cta { font-size: 0.85rem; padding: 10px 18px; }

  .hero { padding: 70px 0 80px; }
  .page-hero { padding: 56px 0 64px; }
  .section-pad, .featured, .story, .story-split, .location, .form-section { padding: 64px 0; }

  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }

  .cta-band-inner { flex-direction: column; text-align: center; }
  .cta-band-buttons { width: 100%; justify-content: center; }

  .contact-form, .booking-form { padding: 28px 22px; }
  .location-info { padding: 28px; }
}

@media (max-width: 480px) {
  .services-list { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero-cta, .cta-band-buttons { flex-direction: column; width: 100%; }
}
