/* Integrity Maine Medical Courier — static site */

/* Brand + layout (theme-independent) */
:root {
  --brand-navy: #0A2A73;
  --brand-navy-soft: #0d3589;
  --brand-navy-deep: #084d72;
  --brand-teal: #12A8A8;
  --brand-teal-dark: #0e9494;
  --brand-teal-light: #33C7C7;
  --color-navy: var(--brand-navy);
  --color-navy-soft: var(--brand-navy-soft);
  --color-teal: var(--brand-teal);
  --color-teal-light: var(--brand-teal-light);
  --font-sans: "DM Sans", system-ui, sans-serif;
  --font-serif: "Instrument Serif", Georgia, serif;
  --radius: 14px;
  --radius-lg: 22px;
  --header-top-h: 40px;
  --header-main-h: 80px;
  --header-h: calc(var(--header-top-h) + var(--header-main-h));
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --transition-theme: background 0.35s var(--ease), color 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

/* Light mode (default) */
:root,
[data-theme="light"] {
  color-scheme: light;
  --color-bg: #f4f6fa;
  --color-bg-warm: #eef1f7;
  --color-surface: #ffffff;
  --color-surface-muted: #f8fafc;
  --color-heading: #0A2A73;
  --color-text: #5A5A5A;
  --color-text-muted: #7a7a7a;
  --color-gray: #5A5A5A;
  --color-slate: #5A5A5A;
  --color-slate-light: #7a7a7a;
  --color-white: #ffffff;
  --color-border: #d8dde8;
  --color-teal-muted: #e8f7f7;
  --color-link: var(--brand-teal);
  --color-link-hover: var(--brand-navy);
  --color-text-on-dark: #d4e2f0;
  --color-text-muted-on-dark: #a8b8d0;
  --color-header-bg: #ffffff;
  --color-nav-hover-bg: rgba(18, 168, 168, 0.08);
  --color-nav-active-bg: rgba(18, 168, 168, 0.08);
  --color-hero-end: #084d72;
  --color-header-top-mid: #0a3878;
  --shadow-sm: 0 1px 2px rgba(10, 42, 115, 0.06);
  --shadow-md: 0 8px 30px rgba(10, 42, 115, 0.1);
  --shadow-lg: 0 20px 50px rgba(10, 42, 115, 0.14);
  --shadow-header: 0 4px 24px rgba(10, 42, 115, 0.06);
  --shadow-header-scrolled: 0 8px 32px rgba(10, 42, 115, 0.12);
  --shadow-card-hover: 0 8px 30px rgba(10, 42, 115, 0.12);
  --overlay-backdrop: rgba(10, 42, 115, 0.45);
  --overlay-drawer: -8px 0 40px rgba(10, 42, 115, 0.15);
  --logo-drop-shadow: 0 4px 12px rgba(10, 42, 115, 0.2);
  --btn-primary-shadow: 0 4px 14px rgba(18, 168, 168, 0.4);
  --btn-primary-shadow-hover: 0 8px 24px rgba(18, 168, 168, 0.45);
  --cta-band-border: rgba(18, 168, 168, 0.2);
  --hero-eyebrow-bg: rgba(51, 199, 199, 0.15);
  --hero-eyebrow-border: rgba(51, 199, 199, 0.35);
  --hero-panel-bg: rgba(255, 255, 255, 0.08);
  --hero-panel-border: rgba(255, 255, 255, 0.14);
  --hero-feature-bg: rgba(255, 255, 255, 0.06);
  --hero-feature-icon-bg: rgba(51, 199, 199, 0.22);
  --hero-stat-divider: rgba(255, 255, 255, 0.08);
  --hero-stats-border: rgba(255, 255, 255, 0.15);
  --hero-btn-secondary-border: rgba(255, 255, 255, 0.4);
  --hero-btn-secondary-hover: rgba(255, 255, 255, 0.1);
  --service-icon-bg-start: #e8f7f7;
  --service-icon-bg-end: #ffffff;
  --why-icon-bg: var(--brand-navy);
}

/* Dark mode */
[data-theme="dark"] {
  color-scheme: dark;
  --color-bg: #0a0f1a;
  --color-bg-warm: #111827;
  --color-surface: #141c2e;
  --color-surface-muted: #10182a;
  --color-heading: #e8f0fc;
  --color-text: #b8c4d8;
  --color-text-muted: #8a9bb5;
  --color-gray: #b8c4d8;
  --color-slate: #b8c4d8;
  --color-slate-light: #8a9bb5;
  --color-white: #f0f4fa;
  --color-border: rgba(255, 255, 255, 0.1);
  --color-teal-muted: rgba(18, 168, 168, 0.14);
  --color-link: #4dd4d4;
  --color-link-hover: #7ee8e8;
  --color-text-on-dark: #d4e2f0;
  --color-text-muted-on-dark: #94a8c4;
  --color-header-bg: #0f1628;
  --color-nav-hover-bg: rgba(18, 168, 168, 0.16);
  --color-nav-active-bg: rgba(18, 168, 168, 0.2);
  --color-hero-end: #063d5c;
  --color-header-top-mid: #0c2d5c;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.5);
  --shadow-header: 0 4px 24px rgba(0, 0, 0, 0.35);
  --shadow-header-scrolled: 0 8px 32px rgba(0, 0, 0, 0.45);
  --shadow-card-hover: 0 12px 36px rgba(0, 0, 0, 0.45);
  --overlay-backdrop: rgba(0, 0, 0, 0.65);
  --overlay-drawer: -8px 0 40px rgba(0, 0, 0, 0.55);
  --logo-drop-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
  --btn-primary-shadow: 0 4px 18px rgba(18, 168, 168, 0.35);
  --btn-primary-shadow-hover: 0 8px 28px rgba(18, 168, 168, 0.45);
  --cta-band-border: rgba(18, 168, 168, 0.28);
  --hero-eyebrow-bg: rgba(51, 199, 199, 0.12);
  --hero-eyebrow-border: rgba(51, 199, 199, 0.28);
  --hero-panel-bg: rgba(255, 255, 255, 0.06);
  --hero-panel-border: rgba(255, 255, 255, 0.1);
  --hero-feature-bg: rgba(255, 255, 255, 0.04);
  --hero-feature-icon-bg: rgba(51, 199, 199, 0.18);
  --hero-stat-divider: rgba(255, 255, 255, 0.06);
  --hero-stats-border: rgba(255, 255, 255, 0.1);
  --hero-btn-secondary-border: rgba(255, 255, 255, 0.35);
  --hero-btn-secondary-hover: rgba(255, 255, 255, 0.08);
  --service-icon-bg-start: rgba(18, 168, 168, 0.2);
  --service-icon-bg-end: rgba(18, 168, 168, 0.06);
  --why-icon-bg: #1a2d52;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  transition: var(--transition-theme);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-link); text-decoration-thickness: 1px; text-underline-offset: 3px; transition: color 0.2s; }
a:hover { color: var(--color-link-hover); }
h1, h2, h3, h4 { color: var(--color-heading); line-height: 1.2; margin-top: 0; transition: color 0.35s var(--ease); }
h1 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(2.5rem, 5vw, 3.75rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.75rem, 3vw, 2.35rem); font-weight: 600; }
h3 { font-size: 1.2rem; font-weight: 600; }
p { margin: 0 0 1rem; }
ul { margin: 0; padding: 0; list-style: none; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.skip-link {
  position: absolute; top: -100px; left: 1rem; z-index: 9999;
  padding: 0.6rem 1rem; background: var(--color-navy); color: #fff; border-radius: 8px;
}
.skip-link:focus { top: 1rem; }

.container {
  width: min(1140px, 92vw);
  margin: 0 auto;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.85rem 1.6rem; font-family: inherit; font-size: 0.95rem; font-weight: 600;
  border-radius: 999px; border: 2px solid transparent; cursor: pointer;
  text-decoration: none; transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s;
}
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn-primary {
  background: linear-gradient(135deg, var(--color-teal) 0%, var(--brand-teal-dark) 100%);
  color: #fff;
  box-shadow: var(--btn-primary-shadow);
}
.btn-primary:hover { color: #fff; box-shadow: var(--btn-primary-shadow-hover); }
.btn-outline {
  background: transparent;
  color: var(--color-heading);
  border-color: var(--color-border);
}
.btn-outline:hover {
  border-color: var(--color-teal);
  color: var(--color-teal);
  background: var(--color-surface);
}
.btn-sm { padding: 0.55rem 1.15rem; font-size: 0.875rem; }

/* Header */
.site-header-wrap {
  position: sticky;
  top: 0;
  z-index: 200;
}

.header-top {
  background: linear-gradient(90deg, var(--brand-navy) 0%, var(--color-header-top-mid) 50%, var(--brand-navy-soft) 100%);
  color: var(--color-text-on-dark);
  font-size: 0.8rem;
  min-height: var(--header-top-h);
  display: flex;
  align-items: center;
}
.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.4rem 0;
}
.header-top-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--color-teal-light);
  font-weight: 600;
  letter-spacing: 0.04em;
}
.header-top-badge svg { flex-shrink: 0; opacity: 0.9; }
.header-top-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--color-white);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}
.header-top-phone:hover {
  color: var(--color-teal-light);
}

.site-header {
  background: var(--color-header-bg);
  border-bottom: 1px solid var(--color-border);
  box-shadow: var(--shadow-header);
  transition: var(--transition-theme);
}
.site-header-wrap.is-scrolled .site-header {
  box-shadow: var(--shadow-header-scrolled);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-main-h);
  gap: 1.5rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: var(--color-heading);
  flex-shrink: 0;
  z-index: 202;
}
.logo:hover {
  text-decoration: none;
  color: var(--color-heading);
}
.logo:hover .logo-mark {
  transform: scale(1.03);
}
.logo-mark {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  transition: transform 0.25s var(--ease);
}
.logo-mark--img {
  border-radius: 12px;
  overflow: hidden;
  background: var(--color-surface);
  border: 2px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  filter: drop-shadow(0 4px 12px rgba(10, 42, 115, 0.15));
}
[data-theme="dark"] .logo-mark--img {
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.4));
  border-color: rgba(255, 255, 255, 0.12);
}
.logo-mark--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.logo-mark--footer.logo-mark--img {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}
.logo-name {
  font-weight: 700;
  font-size: 1.12rem;
  letter-spacing: -0.03em;
  color: var(--color-heading);
}
.logo-sub {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--color-teal);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.1rem;
}

/* Desktop navigation */
.site-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-list {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-list a {
  position: relative;
  display: block;
  padding: 0.55rem 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--color-gray);
  text-decoration: none;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
}
.nav-list a::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.35rem;
  height: 2px;
  background: var(--color-teal);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.25s var(--ease);
}
.nav-list a:hover {
  color: var(--color-heading);
  background: var(--color-nav-hover-bg);
}
.nav-list a:hover::after,
.nav-list a.is-active::after {
  transform: scaleX(1);
}
.nav-list a.is-active {
  color: var(--color-heading);
  background: var(--color-nav-active-bg);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: 0.5rem;
  padding-left: 1rem;
  border-left: 1px solid var(--color-border);
}
.nav-phone-link {
  display: none;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--color-heading);
  text-decoration: none;
}
.nav-phone-link:hover { color: var(--color-teal); }

/* Theme toggle */
.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  flex-shrink: 0;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: var(--color-bg-warm);
  color: var(--color-heading);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s var(--ease);
}
.theme-toggle:hover {
  background: var(--color-teal-muted);
  border-color: var(--color-teal);
  color: var(--color-teal);
  transform: scale(1.04);
}
.theme-toggle:focus-visible {
  outline: 2px solid var(--color-teal);
  outline-offset: 2px;
}
.theme-icon {
  display: block;
}
.theme-icon-moon {
  display: none;
}
[data-theme="dark"] .theme-icon-sun {
  display: none;
}
[data-theme="dark"] .theme-icon-moon {
  display: block;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 1.25rem;
  font-size: 0.875rem;
  white-space: nowrap;
}
.header-cta svg {
  transition: transform 0.2s var(--ease);
}
.header-cta:hover svg {
  transform: translateX(3px);
}

/* Mobile toggle */
.nav-toggle {
  display: none;
  z-index: 202;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: var(--color-teal-muted);
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}
.nav-toggle:hover {
  background: rgba(18, 168, 168, 0.2);
}
.nav-toggle-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.nav-toggle-bar,
.nav-toggle-bar::before,
.nav-toggle-bar::after {
  display: block;
  width: 22px;
  height: 2.5px;
  background: var(--color-heading);
  border-radius: 2px;
  position: relative;
  transition: transform 0.25s var(--ease), background 0.2s;
}
.nav-toggle-bar::before,
.nav-toggle-bar::after {
  content: "";
  position: absolute;
  left: 0;
}
.nav-toggle-bar::before { top: -7px; }
.nav-toggle-bar::after { top: 7px; }
.nav-toggle[aria-expanded="true"] {
  background: var(--brand-navy);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar,
.nav-toggle[aria-expanded="true"] .nav-toggle-bar::before,
.nav-toggle[aria-expanded="true"] .nav-toggle-bar::after {
  background: var(--color-white);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar::before {
  top: 0;
  transform: rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar::after {
  top: 0;
  transform: rotate(-45deg);
}

.nav-backdrop {
  display: none;
}

/* Hero — home welcome */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(3rem, 8vw, 5.5rem);
  background: linear-gradient(165deg, var(--brand-navy) 0%, var(--brand-navy-soft) 55%, var(--color-hero-end) 100%);
  color: var(--color-text-on-dark);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 90% 10%, rgba(51, 199, 199, 0.22) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 5% 90%, rgba(18, 168, 168, 0.18) 0%, transparent 55%);
  pointer-events: none;
}
.hero .container {
  position: relative;
  z-index: 1;
  width: min(1200px, 94vw);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.hero-content {
  min-width: 0;
}

.hero-eyebrow {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-teal-light);
  background: var(--hero-eyebrow-bg);
  border: 1px solid var(--hero-eyebrow-border);
  border-radius: 999px;
}

.hero-title {
  color: var(--color-white);
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.12;
  max-width: 14ch;
}

.hero-lead {
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.65;
  color: var(--color-text-on-dark);
  max-width: 36rem;
  margin: 0 0 1.75rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.btn-hero-secondary {
  background: transparent;
  color: var(--color-white);
  border: 2px solid var(--hero-btn-secondary-border);
}
.btn-hero-secondary:hover {
  color: var(--color-white);
  background: var(--hero-btn-secondary-hover);
  border-color: var(--color-teal-light);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--hero-stats-border);
  list-style: none;
}

.hero-stat {
  min-width: 0;
}
.hero-stat strong {
  display: block;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: var(--color-teal-light);
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.hero-stat span {
  display: block;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--color-text-muted-on-dark);
}

/* Hero side panel */
.hero-panel {
  min-width: 0;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: 0;
}

.hero-panel-inner {
  background: var(--hero-panel-bg);
  border: 1px solid var(--hero-panel-border);
  border-radius: var(--radius-lg);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.hero-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  background: var(--hero-feature-bg);
  border-radius: var(--radius);
}
.hero-feature-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: var(--hero-feature-icon-bg);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-teal-light);
  font-size: 1.1rem;
}
.hero-feature-text {
  min-width: 0;
}
.hero-feature strong {
  color: var(--color-white);
  display: block;
  font-size: 0.92rem;
  line-height: 1.3;
  margin-bottom: 0.15rem;
}
.hero-feature span {
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--color-text-muted-on-dark);
}

/* Large desktops — keep content from stretching too wide */
@media (min-width: 1200px) {
  .hero-grid {
    grid-template-columns: 1fr 440px;
    gap: 4rem;
  }
  .hero-title {
    max-width: 16ch;
  }
  .hero-panel {
    max-width: 440px;
  }
}

/* Tablet — stack earlier for readability */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .hero-content {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
  }
  .hero-title {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-lead {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-stats {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-panel {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .hero {
    padding: 2rem 0 2.5rem;
  }
  .hero-title {
    font-size: 1.85rem;
    line-height: 1.15;
  }
  .hero-lead {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .hero-actions {
    flex-direction: column;
    width: 100%;
    margin-bottom: 1.75rem;
  }
  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .hero-stats {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    text-align: center;
    padding-top: 1.25rem;
  }
  .hero-stat {
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--hero-stat-divider);
  }
  .hero-stat:last-child {
    border-bottom: none;
  }
  .hero-panel-inner {
    padding: 1rem;
    gap: 0.65rem;
  }
  .hero-feature {
    padding: 0.75rem;
  }
  .hero-feature-icon {
    width: 38px;
    height: 38px;
  }
}

/* Small phones */
@media (max-width: 380px) {
  .hero-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }
}

/* Page header (inner pages) */
.page-hero {
  padding: clamp(3rem, 8vw, 5rem) 0;
  background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-soft) 100%);
  color: var(--color-text-on-dark); text-align: center;
}
.page-hero h1 { color: var(--color-white); margin-bottom: 0.75rem; }
.page-hero p { color: var(--color-text-muted-on-dark); font-size: 1.15rem; max-width: 36rem; margin: 0 auto; }

/* Sections */
.section { padding: clamp(4rem, 8vw, 6rem) 0; }
.section-alt { background: var(--color-surface); transition: var(--transition-theme); }
.section-header { text-align: center; max-width: 40rem; margin: 0 auto 3rem; }
.section-header p { color: var(--color-text-muted); font-size: 1.1rem; }

/* Service cards */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.service-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  transition: box-shadow 0.25s var(--ease), transform 0.25s var(--ease), border-color 0.25s, background 0.35s var(--ease);
}
.service-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
  border-color: var(--color-teal);
}
.service-icon {
  width: 52px; height: 52px; margin-bottom: 1.25rem;
  background: linear-gradient(135deg, var(--service-icon-bg-start) 0%, var(--service-icon-bg-end) 100%);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: var(--color-teal);
}
.service-card h3 { margin-bottom: 0.5rem; }
.service-card p { font-size: 0.95rem; margin: 0; color: var(--color-text); }

/* Why choose us */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
.why-card {
  text-align: center; padding: 2rem 1.5rem;
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-theme);
}
.why-icon {
  width: 56px; height: 56px; margin: 0 auto 1rem;
  background: var(--why-icon-bg); color: var(--color-teal-light);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}
.why-card h3 { margin-bottom: 0.35rem; font-size: 1.05rem; }
.why-card p { font-size: 0.88rem; margin: 0; color: var(--color-text-muted); }

/* About block */
.about-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.about-panel {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-md);
  transition: var(--transition-theme);
}
.about-panel-accent {
  background: linear-gradient(145deg, var(--brand-navy) 0%, var(--brand-navy-soft) 100%);
  color: var(--color-text-on-dark); padding: 2.5rem; border-radius: var(--radius-lg);
}
.about-panel-accent h3 { color: var(--color-white); margin-bottom: 1rem; }
.check-list li {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 0.5rem 0; font-size: 0.98rem;
}
.check-list li::before {
  content: ""; width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px;
  background: var(--color-teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M5 12l5 5L19 7'/%3E%3C/svg%3E") center/12px no-repeat;
  border-radius: 50%;
}

/* Contact */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 2.5rem; align-items: start;
}
.contact-cards { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-card {
  display: flex; gap: 1.25rem; align-items: flex-start;
  padding: 1.5rem; background: var(--color-surface);
  border-radius: var(--radius); border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-theme);
}
.contact-card-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  background: var(--color-teal-muted); color: var(--color-teal);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
}
.contact-card a { font-weight: 600; font-size: 1.05rem; text-decoration: none; color: var(--color-heading); }
.contact-card a:hover { color: var(--color-teal); }
.contact-card span.label { display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--color-text-muted); margin-bottom: 0.25rem; }
.contact-card-strong {
  color: var(--color-heading);
  font-size: 1.05rem;
  font-weight: 600;
}
.coverage-box-actions {
  margin-top: 1.25rem;
}
.contact-hours-block {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.contact-hours-block h2 {
  margin-bottom: 0.75rem;
}
.contact-hours-block > p {
  color: var(--color-text-muted);
  margin-bottom: 1.5rem;
}
.contact-hours-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.coverage-box {
  background: linear-gradient(160deg, var(--brand-navy) 0%, var(--brand-navy-soft) 100%);
  color: var(--color-text-on-dark); padding: 2.5rem; border-radius: var(--radius-lg);
}
.coverage-box h2 { color: var(--color-white); margin-bottom: 1rem; font-family: var(--font-serif); font-weight: 400; font-size: 1.85rem; }
.coverage-box p { color: var(--color-text-muted-on-dark); margin: 0; }

/* Section tag */
.section-tag {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.3rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-teal);
  background: var(--color-teal-muted);
  border-radius: 999px;
}

/* Contact page — hero */
.page-hero--contact {
  text-align: left;
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}
.page-hero-contact-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  text-align: left;
}
.page-hero-contact-text {
  max-width: 36rem;
}
.page-hero-eyebrow {
  display: inline-block;
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-teal-light);
}
.page-hero--contact h1 {
  text-align: left;
  margin-bottom: 0.75rem;
}
.page-hero--contact p {
  margin: 0 0 1.5rem;
  color: var(--color-text-muted-on-dark);
  font-size: 1.1rem;
  line-height: 1.6;
}
.page-hero-contact-logo {
  width: clamp(100px, 18vw, 160px);
  height: clamp(100px, 18vw, 160px);
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(51, 199, 199, 0.45);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  background: var(--color-white);
  flex-shrink: 0;
}
.page-hero-contact-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.contact-jump-link {
  display: inline-flex;
  padding: 0.5rem 1.1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text-on-dark);
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.contact-jump-link:hover {
  color: var(--color-white);
  border-color: var(--color-teal-light);
  background: rgba(18, 168, 168, 0.25);
  text-decoration: none;
}
.contact-jump-link.is-active {
  color: var(--color-white);
  border-color: var(--color-teal-light);
  background: rgba(18, 168, 168, 0.35);
}

/* Request delivery page — hero */
.request-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
  background: linear-gradient(165deg, var(--brand-navy) 0%, var(--brand-navy-soft) 50%, var(--color-hero-end) 100%);
  color: var(--color-text-on-dark);
}
.request-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 85% 15%, rgba(51, 199, 199, 0.25) 0%, transparent 55%),
    radial-gradient(ellipse 45% 40% at 10% 85%, rgba(18, 168, 168, 0.2) 0%, transparent 50%);
  pointer-events: none;
}
.request-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}
.request-hero-badge {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.9rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-teal-light);
  background: var(--hero-eyebrow-bg);
  border: 1px solid var(--hero-eyebrow-border);
  border-radius: 999px;
}
.request-hero h1 {
  color: var(--color-white);
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.1;
  max-width: 14ch;
}
.request-hero-lead {
  margin: 0 0 1.5rem;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.65;
  color: var(--color-text-on-dark);
  max-width: 32rem;
}
.request-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.btn-hero-ghost {
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
}
.btn-hero-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}
.request-hero-brand {
  display: flex;
  justify-content: center;
}
.request-hero-logo-ring {
  width: clamp(120px, 16vw, 160px);
  height: clamp(120px, 16vw, 160px);
  border-radius: 50%;
  padding: 6px;
  background: linear-gradient(135deg, var(--color-teal-light), var(--brand-teal));
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}
.request-hero-logo-ring img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 3px solid var(--color-white);
}

/* Request delivery page — form area */
.request-page-section {
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(4rem, 8vw, 6rem);
}
.request-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: clamp(1.75rem, 3vw, 2.5rem);
  align-items: start;
}
.request-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: sticky;
  top: calc(var(--header-h) + 1.5rem);
}
.request-sidebar-card {
  padding: 1.35rem 1.5rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-theme);
}
.request-sidebar-card h2 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.request-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.request-step {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}
.request-step.is-active {
  color: var(--color-heading);
  font-weight: 600;
}
.request-step-num {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 50%;
  background: var(--color-bg-warm);
  color: var(--color-text-muted);
  border: 1px solid var(--color-border);
}
.request-step.is-active .request-step-num {
  background: linear-gradient(135deg, var(--brand-teal), var(--brand-teal-dark));
  color: #fff;
  border-color: transparent;
}
.request-step.is-done .request-step-num {
  background: var(--color-teal-muted);
  color: var(--color-teal);
  border-color: var(--color-teal);
  font-size: 0.75rem;
}
.request-step.is-done {
  color: var(--color-text-muted);
}

.request-complete-panel {
  text-align: center;
  padding: 2rem 1.5rem 1.5rem;
}
.request-complete-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-teal), var(--brand-teal-dark));
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(18, 168, 168, 0.35);
}
.request-complete-panel h2 {
  margin-bottom: 0.65rem;
  font-size: 1.5rem;
}
.request-complete-panel > p {
  color: var(--color-text-muted);
  margin: 0 0 0.5rem;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}
.request-complete-note {
  font-size: 0.95rem;
  color: var(--color-teal) !important;
  font-weight: 600;
}
.request-complete-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.75rem;
}
.request-perks--sidebar {
  margin: 0;
  padding: 1.5rem 1.25rem;
  background: var(--color-teal-muted);
  border-radius: var(--radius-lg);
  border: 1px solid var(--cta-band-border);
}
.request-perks--sidebar.request-perks {
  gap: 0;
  margin-bottom: 0;
}
.request-perks--sidebar li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 0.65rem;
  line-height: 1.45;
}
.request-perks--sidebar li:first-child {
  padding-top: 0.5rem;
}
.request-perks--sidebar li:last-child {
  padding-bottom: 0.5rem;
}
.request-perks--sidebar li + li {
  border-top: 1px solid var(--cta-band-border);
}
.request-perks {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.request-perks li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-text);
}
.request-perk-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-teal-muted);
  color: var(--color-teal);
  border-radius: 10px;
}
.request-perks--sidebar .request-perk-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  flex-shrink: 0;
  padding: 11px;
  box-sizing: border-box;
  background: var(--color-surface);
  border: 1px solid var(--cta-band-border);
  box-shadow: var(--shadow-sm);
}
.request-perks--sidebar .request-perk-icon svg {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.request-urgent-card {
  padding: 1.25rem 1.35rem;
  background: linear-gradient(145deg, var(--brand-navy) 0%, var(--brand-navy-soft) 100%);
  color: var(--color-text-on-dark);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
.request-urgent-card strong {
  display: block;
  color: var(--color-white);
  margin-bottom: 0.35rem;
  font-size: 1rem;
}
.request-urgent-card p {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--color-text-muted-on-dark);
}
.request-urgent-card .btn {
  width: 100%;
  justify-content: center;
}

.delivery-form-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
  transition: var(--transition-theme);
}
.delivery-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-navy), var(--color-teal), var(--color-teal-light));
}
.delivery-form-card--page {
  padding: clamp(1.75rem, 3vw, 2.5rem);
}
.delivery-form-header {
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--color-border);
}
.delivery-form-header h2 {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
}
.delivery-form-header p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}
.form-section {
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  border: none;
  border-bottom: 1px solid var(--color-border);
}
.form-section:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.form-section legend {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-heading);
  margin-bottom: 1.15rem;
  padding: 0;
}
.form-section-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-navy), var(--brand-teal));
  border-radius: 8px;
  flex-shrink: 0;
}
.request-alert {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}
.form-alert-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 50%;
}
.form-alert--success .form-alert-icon {
  background: var(--color-teal);
  color: #fff;
}
.form-alert--error .form-alert-icon {
  background: #dc3c3c;
  color: #fff;
}
.delivery-form {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.form-row {
  display: grid;
  gap: 1.15rem;
}
.form-row--2 {
  grid-template-columns: 1fr 1fr;
}
.form-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-heading);
  margin-bottom: 0.4rem;
}
.form-field .required {
  color: var(--color-teal);
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--color-text);
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
[data-theme="dark"] .form-field input,
[data-theme="dark"] .form-field select,
[data-theme="dark"] .form-field textarea {
  background: var(--color-surface-muted);
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: var(--color-text-muted);
  opacity: 0.85;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--color-teal);
  box-shadow: 0 0 0 3px rgba(18, 168, 168, 0.2);
}
.form-field textarea {
  resize: vertical;
  min-height: 100px;
}
.form-actions {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}
.btn-submit {
  width: 100%;
  justify-content: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
}
.btn-submit:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}
.form-note {
  margin: 0.85rem 0 0;
  font-size: 0.8rem;
  color: var(--color-text-muted);
  line-height: 1.5;
  text-align: center;
}
.form-alert {
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  margin-bottom: 2rem;
  font-size: 0.95rem;
  line-height: 1.5;
}
.form-alert--success {
  background: rgba(18, 168, 168, 0.12);
  border: 1px solid rgba(18, 168, 168, 0.35);
  color: var(--color-heading);
}
.form-alert--error {
  background: rgba(220, 60, 60, 0.08);
  border: 1px solid rgba(220, 60, 60, 0.35);
  color: var(--color-heading);
}
.form-alert a {
  font-weight: 600;
}

/* Contact us hub */
.contact-hub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
.contact-hub-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.75rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s var(--ease), box-shadow 0.25s, border-color 0.25s;
  box-shadow: var(--shadow-sm);
}
a.contact-hub-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--color-teal);
  text-decoration: none;
}
.contact-hub-card--phone {
  border-top: 3px solid var(--color-teal);
}
.contact-hub-card--email {
  border-top: 3px solid var(--brand-navy);
}
[data-theme="dark"] .contact-hub-card--email {
  border-top-color: var(--color-teal-light);
}
.contact-hub-card--area {
  border-top: 3px solid var(--color-teal-light);
  cursor: default;
}
.contact-hub-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: var(--color-teal-muted);
  color: var(--color-teal);
  border-radius: 14px;
}
.contact-hub-card--email .contact-hub-icon {
  background: rgba(10, 42, 115, 0.08);
  color: var(--brand-navy);
}
[data-theme="dark"] .contact-hub-card--email .contact-hub-icon {
  background: rgba(18, 168, 168, 0.15);
  color: var(--color-teal-light);
}
.contact-hub-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
  margin-bottom: 0.35rem;
}
.contact-hub-value {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-heading);
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.contact-hub-value--email {
  font-size: 0.95rem;
  word-break: break-all;
}
.contact-hub-hint {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.4;
}

.coverage-showcase {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
  padding: 2.5rem;
  background: linear-gradient(160deg, var(--brand-navy) 0%, var(--brand-navy-soft) 100%);
  border-radius: var(--radius-lg);
  color: var(--color-text-on-dark);
}
.coverage-showcase h3 {
  color: var(--color-white);
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}
.coverage-showcase p {
  color: var(--color-text-muted-on-dark);
  margin-bottom: 1.25rem;
}
.coverage-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1rem;
}
.coverage-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.92rem;
}
.coverage-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-teal-light);
  flex-shrink: 0;
}
.coverage-showcase .btn-outline {
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.4);
}
.coverage-showcase .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  border-color: var(--color-teal-light);
}
.coverage-showcase-visual {
  display: flex;
  justify-content: center;
}
.maine-map-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(220px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 2px dashed rgba(51, 199, 199, 0.45);
  padding: 1.5rem;
  text-align: center;
}
.maine-map-logo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.maine-map-label {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-teal-light);
  line-height: 1;
  letter-spacing: 0.05em;
}
.maine-map-caption {
  font-size: 0.8rem;
  color: var(--color-text-muted-on-dark);
  margin-top: 0.35rem;
}

/* Hours band */
.hours-section {
  padding-top: 0;
  padding-bottom: clamp(4rem, 8vw, 6rem);
}
.hours-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem 2rem;
  padding: 2rem 2.25rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  transition: var(--transition-theme);
}
.hours-card-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-teal-muted);
  color: var(--color-teal);
  border-radius: 50%;
}
.hours-card > div {
  flex: 1;
  min-width: 200px;
}
.hours-card h2 {
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}
.hours-card p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

/* CTA band */
.cta-band {
  padding: 3.5rem 0;
  background: var(--color-teal-muted);
  border-top: 1px solid var(--cta-band-border);
  border-bottom: 1px solid var(--cta-band-border);
  transition: var(--transition-theme);
}
.cta-band-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.cta-band h2 { margin-bottom: 0.35rem; font-size: 1.5rem; }
.cta-band p { margin: 0; color: var(--color-text); }

/* Footer — stays brand navy in both themes */
.site-footer {
  background: var(--brand-navy);
  color: var(--color-text-muted-on-dark);
  padding-top: 4rem;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3rem;
}
.footer-brand .logo { color: var(--color-white); margin-bottom: 1rem; }
.footer-brand .logo-sub { color: var(--color-teal-light); }
.footer-tagline { font-size: 0.95rem; max-width: 22rem; margin: 0; }
.footer-links h3,
.footer-contact h3 {
  color: var(--color-white); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 1rem; font-weight: 600;
}
.footer-links a,
.footer-contact a { color: var(--color-text-on-dark); text-decoration: none; }
.footer-links a:hover,
.footer-contact a:hover { color: var(--color-teal-light); }
.footer-links li,
.footer-contact li { margin-bottom: 0.5rem; font-size: 0.95rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding: 1.25rem 0;
}
.footer-bottom p { margin: 0; font-size: 0.85rem; text-align: center; }

/* Responsive — other sections */
@media (max-width: 900px) {
  .about-split,
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .request-page-layout { grid-template-columns: 1fr; }
  .request-sidebar { position: static; }
  .contact-hub { grid-template-columns: 1fr; }
  .coverage-showcase { grid-template-columns: 1fr; text-align: center; }
  .coverage-list { grid-template-columns: 1fr; justify-items: center; }
  .coverage-showcase .btn-outline { margin: 0 auto; }
}

@media (max-width: 768px) {
  .request-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .request-hero h1 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .request-hero-lead {
    margin-left: auto;
    margin-right: auto;
  }
  .request-hero-actions {
    justify-content: center;
  }
  .request-hero-brand {
    order: -1;
  }
  .form-row--2 { grid-template-columns: 1fr; }
  .hours-card { flex-direction: column; text-align: center; }
  .hours-card .btn { width: 100%; }
}

/* Header — tablet & mobile */
@media (max-width: 992px) {
  .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    top: var(--header-h);
    background: var(--overlay-backdrop);
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  .nav-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
  }

  .site-nav {
    position: fixed;
    top: var(--header-h);
    right: 0;
    bottom: 0;
    width: min(320px, 88vw);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1.5rem 1.25rem 2rem;
    background: var(--color-header-bg);
    box-shadow: var(--overlay-drawer);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.35s var(--ease), visibility 0.35s;
    z-index: 201;
    overflow-y: auto;
  }
  .site-nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
  }
  .nav-list a {
    padding: 0.9rem 1rem;
    font-size: 1rem;
    border-radius: 10px;
  }
  .nav-list a::after {
    left: 1rem;
    right: auto;
    width: 3rem;
    bottom: 0.5rem;
  }

  .nav-actions {
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    padding: 1.25rem 0 0;
    border-left: none;
    border-top: 1px solid var(--color-border);
    gap: 0.75rem;
  }
  .theme-toggle {
    width: 100%;
    height: 48px;
  }
  .nav-phone-link {
    display: flex;
    justify-content: center;
    padding: 0.85rem;
    background: var(--color-teal-muted);
    border-radius: 10px;
    color: var(--color-heading);
  }
  .header-cta {
    width: 100%;
    justify-content: center;
    padding: 0.95rem 1.25rem;
    font-size: 1rem;
  }

  .header-top-inner {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 640px) {
  :root {
    --header-top-h: 0px;
    --header-main-h: 72px;
  }
  .header-top {
    display: none;
  }
  .logo-mark {
    width: 42px;
    height: 42px;
  }
  .logo-name { font-size: 1rem; }
  .logo-sub { font-size: 0.62rem; }
  .nav-phone-link { display: flex; }
}

body.nav-open {
  overflow: hidden;
}
