/* ---------- Fonts (self-hosted, variable, latin subset) ---------- */
@font-face {
  font-family: "Big Shoulders Display";
  src: url("/assets/fonts/big-shoulders-display-latin.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/assets/fonts/public-sans-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/assets/fonts/public-sans-latin-italic.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

/* ---------- Base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--step0);
  line-height: 1.6;
  font-synthesis-weight: none;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--sky);
  text-underline-offset: 0.15em;
}

a:hover {
  color: var(--navy);
}

:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
  border-radius: 2px;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0.005em;
  margin: 0 0 var(--space-2);
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.75rem, 7vw, var(--step5));
}

h2 {
  font-size: clamp(2rem, 4.5vw, var(--step4));
}

h3 {
  font-size: var(--step2);
}

p {
  margin: 0 0 var(--space-2);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--signal);
  color: #fff;
  padding: 0.75rem 1.25rem;
  font-weight: 700;
}

.skip-link:focus {
  left: 0;
}

/* ---------- Layout helpers ---------- */
.shell {
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: var(--space-3);
}

.prose {
  max-width: var(--measure);
}

.prose h2 {
  margin-top: var(--space-4);
}

.prose h3 {
  margin-top: var(--space-3);
}

.prose ul,
.prose ol {
  padding-left: 1.25rem;
}

.prose li {
  margin-bottom: 0.4rem;
}

.band {
  padding-block: var(--space-5);
}

.band-navy {
  background: var(--navy);
  color: #fff;
}

.band-navy h2,
.band-navy h3 {
  color: #fff;
}

.band-tint {
  background: var(--sky-tint);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.btn-call {
  background: var(--signal);
  color: #fff;
}

.btn-call:hover {
  background: #b81c22;
  color: #fff;
}

.btn-solid,
.prose .btn-solid,
a.btn-solid {
  background: var(--navy);
  color: #fff;
  text-decoration: none;
}

.btn-solid:hover {
  background: var(--navy-ink);
  color: #fff;
}

.btn-outline {
  border-color: currentColor;
  color: var(--navy);
  background: transparent;
}

.btn-outline:hover {
  background: var(--navy);
  color: #fff;
}

.band-navy .btn-outline,
.hero .btn-outline,
.page-head .btn-outline {
  color: #fff;
}

.band-navy .btn-outline:hover,
.hero .btn-outline:hover,
.page-head .btn-outline:hover {
  background: #fff;
  color: var(--navy);
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--navy);
  color: #fff;
}

.header-bar {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  min-height: 72px;
  padding-block: 0.5rem;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  margin-right: auto;
}

.logo-mark {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.9rem;
  line-height: 0.9;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.logo-mark span {
  color: var(--sky);
}

.logo-sub {
  display: block;
  font-family: var(--font-body);
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #aeb9cc;
  margin-top: 0.2rem;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: transparent;
  border: 1px solid #33456c;
  border-radius: var(--radius);
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-inline: 0.75rem;
}

.nav-toggle-bars {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  position: relative;
}

.nav-toggle-bars::before,
.nav-toggle-bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: #fff;
}

.nav-toggle-bars::before {
  top: -6px;
}

.nav-toggle-bars::after {
  top: 6px;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav a {
  display: block;
  padding-block: 0.75rem;
  color: #e6ebf3;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: #fff;
  border-bottom-color: var(--sky);
}

.header-call {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-decoration: none;
  color: #fff;
  min-height: 48px;
  justify-content: center;
  padding-left: var(--space-2);
}

.header-call-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--sky);
  text-transform: uppercase;
}

.header-call-number {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--navy-ink);
  color: #fff;
  min-height: clamp(460px, 68vh, 680px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(11, 26, 56, 0.94) 0%,
    rgba(11, 26, 56, 0.78) 42%,
    rgba(11, 26, 56, 0.38) 100%
  );
}

.hero-body {
  position: relative;
  padding-block: var(--space-5) var(--space-4);
  width: 100%;
}

.hero-title {
  max-width: 16ch;
  font-size: clamp(2.9rem, 8vw, 6rem);
  font-weight: 800;
  margin-bottom: var(--space-2);
}

.hero-lede {
  max-width: 46ch;
  font-size: clamp(1.0625rem, 1.6vw, 1.25rem);
  color: #d5dced;
  margin-bottom: var(--space-3);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.hero-call {
  display: inline-flex;
  align-items: baseline;
  gap: 0.6rem;
  background: var(--signal);
  color: #fff;
  text-decoration: none;
  padding: 0.7rem 1.4rem;
  border-radius: var(--radius);
  min-height: 56px;
}

.hero-call:hover {
  background: #b81c22;
  color: #fff;
}

.hero-call-text {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  align-self: center;
}

.hero-call-number {
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  align-self: center;
}

/* single deliberate load-in */
.hero-body > * {
  animation: hero-settle 0.6s cubic-bezier(0.2, 0.7, 0.3, 1) both;
}

.hero-body > *:nth-child(2) {
  animation-delay: 0.08s;
}

.hero-body > *:nth-child(3) {
  animation-delay: 0.16s;
}

@keyframes hero-settle {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ---------- Trust band ---------- */
.trust-band {
  background: var(--navy);
  color: #fff;
  border-top: 3px solid var(--sky);
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.trust-item {
  padding: var(--space-3) var(--space-2);
  border-left: 1px solid #2c3c60;
}

.trust-item:first-child {
  border-left: 0;
  padding-left: 0;
}

.trust-figure {
  display: block;
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.trust-note {
  display: block;
  font-size: 0.9375rem;
  color: #b9c4d8;
  margin-top: 0.35rem;
}

/* ---------- Section headings ---------- */
.section-head {
  max-width: 40ch;
  margin-bottom: var(--space-4);
}

.section-head p {
  font-size: 1.125rem;
  color: var(--steel);
  max-width: var(--measure);
}

.band-navy .section-head p {
  color: #b9c4d8;
}

/* ---------- Service hubs (two equal priority blocks) ---------- */
.hub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}

.hub {
  display: flex;
  flex-direction: column;
  background: var(--paper-raised);
  border: 1px solid var(--steel-line);
  border-top: 5px solid var(--navy);
}

.hub-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.hub-media .photo {
  position: absolute;
  inset: 0;
}

.hub-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hub-media .photo,
.hub-media .photo img {
  height: 100%;
}

.hub-body {
  padding: var(--space-3);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hub-title {
  font-size: var(--step3);
  margin-bottom: 0.5rem;
}

.hub-title a {
  color: var(--navy);
  text-decoration: none;
}

.hub-title a:hover {
  color: var(--sky);
}

.hub-lede {
  color: var(--steel);
  margin-bottom: var(--space-2);
}

.hub-links {
  columns: 2;
  column-gap: var(--space-3);
  list-style: none;
  margin: 0 0 var(--space-3);
  padding: 0;
  border-top: 1px solid var(--steel-line);
  padding-top: var(--space-2);
}

.hub-links li {
  break-inside: avoid;
  margin-bottom: 0.35rem;
}

.hub-links a {
  font-size: 0.9375rem;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--steel-line);
}

.hub-links a:hover {
  color: var(--sky);
  border-bottom-color: var(--sky);
}

.hub-foot {
  margin-top: auto;
}

/* ---------- Secondary services (honest lower hierarchy) ---------- */
.secondary-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--steel-line);
}

.secondary-list li {
  border-bottom: 1px solid var(--steel-line);
  border-right: 1px solid var(--steel-line);
}

.secondary-list a {
  display: block;
  padding: var(--space-2) var(--space-2) var(--space-2) 0;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
}

.secondary-list a:hover {
  color: var(--sky);
}

.secondary-list .secondary-note {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--steel);
  margin-top: 0.15rem;
}

/* ---------- Split content (about / rebates teaser) ---------- */
.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-4);
  align-items: center;
}

/* ---------- Placeholder image blocks ---------- */
.ph {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    repeating-linear-gradient(
      135deg,
      #dfe3e9 0 10px,
      #d7dce4 10px 20px
    );
  color: #66707f;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
  min-height: 180px;
  width: 100%;
  height: 100%;
}

/* keep the placeholder label clear of the hero headline */
.hero .ph {
  min-height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  padding: var(--space-2) var(--space-3);
  font-size: 0.75rem;
  color: #7b8593;
}

/* ---------- Reviews ---------- */
.review-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}

.review-pending {
  border: 1px dashed var(--steel);
  padding: var(--space-3);
  color: var(--steel);
  background: var(--paper-raised);
}

/* ---------- Emergency band (the one red field) ---------- */
.emergency {
  background: var(--signal);
  color: #fff;
}

.emergency-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding-block: var(--space-4);
}

.emergency h2 {
  color: #fff;
  margin-bottom: 0.35rem;
}

.emergency p {
  margin: 0;
  max-width: 52ch;
  color: #ffe3e4;
}

.emergency-call {
  display: inline-flex;
  flex-direction: column;
  background: #fff;
  color: var(--signal);
  text-decoration: none;
  padding: 0.85rem 1.6rem;
  border-radius: var(--radius);
  min-height: 56px;
  justify-content: center;
}

.emergency-call:hover {
  background: var(--navy);
  color: #fff;
}

.emergency-call-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.emergency-call-number {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy);
  color: #c3cdde;
  padding-block: var(--space-5) var(--space-3);
  font-size: 0.9375rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: var(--space-4);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid #2c3c60;
}

.footer-heading {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 var(--space-2);
}

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

.footer-list li {
  margin-bottom: 0.5rem;
}

.footer-list a,
.site-footer address a {
  color: #c3cdde;
  text-decoration: none;
}

.footer-list a:hover,
.site-footer address a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer address {
  font-style: normal;
  line-height: 1.7;
}

.footer-phone {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  line-height: 1.1;
}

.footer-areas {
  color: #97a4bb;
  line-height: 1.8;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  justify-content: space-between;
  padding-top: var(--space-3);
  color: #8e9cb4;
  font-size: 0.875rem;
}

.footer-social {
  display: flex;
  gap: var(--space-2);
  list-style: none;
  margin: var(--space-2) 0 0;
  padding: 0;
}

/* ---------- Page header (interior pages) ---------- */
.page-head {
  background: var(--navy);
  color: #fff;
  padding-block: var(--space-4) var(--space-4);
}

.page-head h1 {
  max-width: 20ch;
  margin-bottom: var(--space-2);
}

.breadcrumbs {
  font-size: 0.875rem;
  color: #9fb0cc;
  margin-bottom: var(--space-2);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li + li::before {
  content: "/";
  margin-right: 0.5rem;
  color: #5f739a;
}

.breadcrumbs a {
  color: #9fb0cc;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #fff;
  text-decoration: underline;
}

.page-lede {
  max-width: 54ch;
  font-size: 1.125rem;
  color: #d5dced;
  margin-bottom: var(--space-3);
}

/* ---------- Interior page grid ---------- */
.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20rem;
  gap: var(--space-5);
  padding-block: var(--space-5);
  align-items: start;
}

.page-section {
  margin-top: var(--space-5);
}

.page-section h2 {
  margin-bottom: var(--space-3);
}

.cta-panel {
  background: var(--paper-raised);
  border: 1px solid var(--steel-line);
  border-left: 5px solid var(--signal);
  padding: var(--space-3);
}

.cta-panel p {
  max-width: var(--measure);
  color: var(--steel);
}

.page-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: var(--space-3);
}

.aside-card {
  background: var(--paper-raised);
  border: 1px solid var(--steel-line);
  padding: var(--space-3);
}

.aside-call {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.aside-heading {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 var(--space-2);
}

.aside-call .aside-heading {
  color: #fff;
}

.aside-phone {
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  min-height: 44px;
}

.aside-phone:hover {
  color: var(--sky);
}

.aside-phone-emergency {
  color: #ff9ea2;
}

.aside-note {
  font-size: 0.875rem;
  color: var(--steel);
}

.aside-call .aside-note {
  color: #b9c4d8;
}

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

.aside-list li {
  border-top: 1px solid var(--steel-line);
}

.aside-list li:first-child {
  border-top: 0;
}

.aside-list a {
  display: block;
  padding: 0.7rem 0;
  min-height: 44px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
}

.aside-list a:hover {
  color: var(--sky);
}

/* ---------- Direct-answer intro (GEO block) ---------- */
.answer-block {
  border-left: 4px solid var(--sky);
  background: var(--sky-tint);
  padding: var(--space-3);
  max-width: var(--measure);
  font-size: 1.125rem;
  line-height: 1.55;
  margin-bottom: var(--space-4);
}

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

/* ---------- FAQ ---------- */
.faq {
  max-width: var(--measure);
}

.faq-item {
  border-top: 1px solid var(--steel-line);
  padding-block: var(--space-2);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--steel-line);
}

.faq-q {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--navy);
}

.faq-a {
  margin: 0;
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-body > * {
    animation: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 1040px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .hub-grid,
  .split,
  .page-grid {
    grid-template-columns: 1fr;
  }

  .page-aside {
    position: static;
  }

  .review-strip {
    grid-template-columns: 1fr;
  }

  .trust-list {
    grid-template-columns: 1fr 1fr;
  }

  .trust-item:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 820px) {
  .site-header {
    position: sticky;
  }

  .header-bar {
    position: relative;
    flex-wrap: nowrap;
    min-height: 60px;
    gap: 0.75rem;
  }

  .nav-toggle {
    display: inline-flex;
    order: 3;
    flex: 0 0 auto;
  }

  .header-call {
    order: 2;
    padding-left: 0;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--navy);
    border-top: 1px solid #2c3c60;
    box-shadow: 0 12px 24px rgba(4, 12, 28, 0.35);
    padding: var(--space-1) var(--space-3) var(--space-2);
  }

  .main-nav.is-open {
    display: block;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .main-nav a {
    padding: 0.85rem 0;
    min-height: 48px;
    border-bottom: 1px solid #22325a;
  }

  .main-nav a:hover,
  .main-nav a[aria-current="page"] {
    border-bottom-color: #22325a;
    color: var(--sky);
  }
}

@media (max-width: 640px) {
  :root {
    --space-5: 3rem;
    --space-6: 4rem;
  }

  .hero {
    min-height: 0;
  }

  .hero-body {
    padding-block: var(--space-5) var(--space-3);
  }

  .logo-sub {
    display: none;
  }

  .nav-toggle {
    padding-inline: 0.6rem;
    font-size: 0.75rem;
  }

  .header-call-label {
    font-size: 0.625rem;
  }

  .hub-links {
    columns: 1;
  }

  .emergency-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-call-number {
    font-size: 1.35rem;
  }

  .logo-mark {
    font-size: 1.55rem;
  }
}

/* ---------- Interior additions: photo, trust list, pending notes, forms ---------- */
.page-photo {
  margin: 0 0 var(--space-4);
  max-width: var(--measure);
}

.aside-trust {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
}

.aside-trust li {
  padding: 0.5rem 0 0.5rem 1rem;
  border-top: 1px solid var(--steel-line);
  position: relative;
}

.aside-trust li:first-child {
  border-top: 0;
}

.aside-trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 6px;
  height: 6px;
  background: var(--sky);
}

.pending-note {
  border: 1px dashed var(--steel);
  background: var(--paper-raised);
  color: var(--steel);
  padding: var(--space-2) var(--space-3);
  margin-block: var(--space-3);
  font-size: 0.9375rem;
}

.contact-form {
  display: grid;
  gap: var(--space-2);
  max-width: 40rem;
  margin-block: var(--space-3);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2);
}

.field label {
  display: block;
  font-weight: 700;
  font-size: 0.9375rem;
  margin-bottom: 0.3rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.65rem 0.75rem;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: var(--paper-raised);
  border: 1px solid var(--steel);
  border-radius: var(--radius);
}

.field textarea {
  min-height: 9rem;
  resize: vertical;
}

.field-hint {
  font-size: 0.875rem;
  color: var(--steel);
  margin-top: 0.25rem;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.directory {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  border-top: 1px solid var(--steel-line);
}

.directory li {
  border-bottom: 1px solid var(--steel-line);
  padding: var(--space-2) var(--space-2) var(--space-2) 0;
}

.directory a {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
}

.directory a:hover {
  color: var(--sky);
}

.directory p {
  margin: 0.25rem 0 0;
  font-size: 0.9375rem;
  color: var(--steel);
}

@media (max-width: 640px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* ---------- Header v2: logo image, dropdown nav, dual call buttons ---------- */
.header-shell {
  width: 100%;
  max-width: 92rem;
  margin-inline: auto;
  padding-inline: var(--space-3);
}

.logo img {
  width: auto;
  height: 52px;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
}

.nav-link[data-section="current"] {
  color: #fff;
  border-bottom-color: var(--sky);
}

.sub-toggle {
  display: none;
}

.main-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -1rem;
  z-index: 120;
  min-width: 15rem;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  background: #fff;
  border-top: 3px solid var(--sky);
  box-shadow: 0 14px 28px rgba(4, 12, 28, 0.28);
}

.main-nav .has-sub:nth-child(1) .sub-menu,
.main-nav .has-sub:nth-child(2) .sub-menu,
.main-nav .has-sub:nth-child(6) .sub-menu {
  columns: 2;
  column-gap: 0;
  min-width: 30rem;
}

.sub-menu li {
  break-inside: avoid;
}

.main-nav .sub-menu a {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--ink);
  font-size: 0.9375rem;
  font-weight: 500;
  border: 0;
  white-space: nowrap;
}

.main-nav .sub-menu a:hover,
.main-nav .sub-menu a[aria-current="page"] {
  background: var(--sky-tint);
  color: var(--navy);
}

@media (min-width: 1181px) {
  .main-nav .has-sub:hover > .sub-menu,
  .main-nav .has-sub:focus-within > .sub-menu {
    display: block;
  }

  .nav-list > .nav-item:nth-last-child(-n+3) .sub-menu {
    left: auto;
    right: -1rem;
  }
}

.header-calls {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.header-emergency {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 48px;
  padding: 0.3rem 0.8rem;
  background: var(--signal);
  color: #fff;
  text-decoration: none;
  border-radius: var(--radius);
  line-height: 1;
}

.header-emergency:hover {
  background: #b81c22;
  color: #fff;
}

.header-emergency-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.header-emergency-number {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
}

/* ---------- Photos ---------- */
.photo,
.photo img {
  display: block;
  width: 100%;
  height: auto;
}

.photo-fill,
.photo-fill img {
  height: 100%;
  object-fit: cover;
}

.page-photo figcaption {
  font-size: 0.875rem;
  color: var(--steel);
  margin-top: 0.5rem;
}

@media (max-width: 1180px) {
  .nav-toggle {
    display: inline-flex;
    order: 3;
    flex: 0 0 auto;
  }

  .header-bar {
    position: relative;
  }

  .header-calls {
    order: 2;
    margin-left: auto;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    background: var(--navy);
    border-top: 1px solid #2c3c60;
    box-shadow: 0 12px 24px rgba(4, 12, 28, 0.35);
    padding: var(--space-1) var(--space-3) var(--space-2);
  }

  .main-nav.is-open {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .nav-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #22325a;
  }

  .main-nav .nav-link {
    flex: 1;
    padding: 0.85rem 0;
    min-height: 48px;
    border-bottom: 0;
  }

  .sub-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-height: 48px;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
  }

  .sub-toggle span {
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-3px);
    transition: transform 0.15s ease;
  }

  .nav-item.is-open .sub-toggle span {
    transform: rotate(-135deg) translateY(-3px);
  }

  .main-nav .sub-menu,
  .main-nav .has-sub:nth-child(1) .sub-menu,
  .main-nav .has-sub:nth-child(2) .sub-menu,
  .main-nav .has-sub:nth-child(6) .sub-menu {
    position: static;
    flex-basis: 100%;
    min-width: 0;
    columns: 1;
    box-shadow: none;
    border-top: 0;
    background: #0d1e3f;
    padding: 0.25rem 0 0.5rem;
  }

  .main-nav .nav-item.is-open > .sub-menu {
    display: block;
  }

  .main-nav .sub-menu a {
    color: #d5dced;
    padding: 0.7rem 1rem;
    min-height: 44px;
    white-space: normal;
  }

  .main-nav .sub-menu a:hover {
    background: transparent;
    color: var(--sky);
  }
}

@media (max-width: 640px) {
  .logo img {
    height: 52px;
  }

  .header-call {
    display: none;
  }

  .header-emergency-number {
    font-size: 1.15rem;
  }
}

/* ---------- Promo bar, quote band, coupons, rebate tables, mobile CTA ---------- */
.promo-bar {
  background: var(--navy-ink);
  color: #d5dced;
  font-size: 0.875rem;
}

.promo-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 1rem;
  padding-block: 0.4rem;
}

.promo-bar strong {
  color: #fff;
}

.promo-bar a {
  color: #8fd0f5;
  font-weight: 600;
}

.header-quote {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 1rem;
  border: 2px solid #fff;
  border-radius: var(--radius);
  color: #fff;
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
  white-space: nowrap;
}

.header-quote:hover {
  background: #fff;
  color: var(--navy);
}

.quote-band {
  background: var(--sky-tint);
  border-top: 4px solid var(--sky);
  padding-block: var(--space-5);
  scroll-margin-top: 90px;
}

.quote-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: var(--space-4);
  align-items: start;
}

.quote-copy p {
  font-size: 1.125rem;
  max-width: 40ch;
}

.quote-points {
  list-style: none;
  margin: var(--space-2) 0 0;
  padding: 0;
}

.quote-points li {
  padding: 0.45rem 0 0.45rem 1.1rem;
  position: relative;
  border-top: 1px solid #cfe3f0;
}

.quote-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 7px;
  height: 7px;
  background: var(--sky);
}

.quote-form {
  display: grid;
  gap: var(--space-2);
  background: var(--paper-raised);
  border: 1px solid var(--steel-line);
  padding: var(--space-3);
}

.quote-form .btn {
  width: 100%;
  min-height: 56px;
  font-size: 1.125rem;
}

.quote-submit {
  margin: 0;
}

.coupon-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--space-3);
  margin-block: var(--space-3);
}

.coupon {
  background: var(--paper-raised);
  border: 2px dashed var(--navy);
  padding: var(--space-3);
}

.coupon:first-child {
  border-color: var(--signal);
}

.coupon-season {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--steel);
  margin: 0;
}

.coupon-value {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  color: var(--navy);
  margin: 0.25rem 0 0.5rem;
}

.coupon:first-child .coupon-value {
  color: var(--signal);
}

.coupon-title {
  font-size: 1.5rem;
  margin-bottom: 0.4rem;
}

.coupon-code {
  margin: var(--space-2) 0 0;
  padding-top: var(--space-1);
  border-top: 1px dashed var(--steel-line);
  font-size: 0.9375rem;
}

.rebate-checked {
  background: var(--paper-raised);
  border-left: 4px solid var(--navy);
  padding: var(--space-2);
  font-size: 0.9375rem;
}

.table-scroll {
  overflow-x: auto;
  margin-block: var(--space-3);
  -webkit-overflow-scrolling: touch;
}

.rebate-table {
  width: 100%;
  min-width: 34rem;
  border-collapse: collapse;
  font-size: 0.9375rem;
  background: var(--paper-raised);
}

.rebate-table caption {
  text-align: left;
  font-weight: 700;
  padding-bottom: 0.5rem;
}

.rebate-table th,
.rebate-table td {
  text-align: left;
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid var(--steel-line);
  vertical-align: top;
}

.rebate-table thead th {
  background: var(--navy);
  color: #fff;
}

.rebate-table td:nth-child(3) {
  font-weight: 700;
  white-space: nowrap;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1320px) {
  .header-quote {
    display: none;
  }
}

@media (max-width: 900px) {
  .quote-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 150;
    box-shadow: 0 -6px 18px rgba(4, 12, 28, 0.25);
    padding-bottom: env(safe-area-inset-bottom);
    background: var(--navy);
  }

  .mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
  }

  .mobile-cta-call {
    background: var(--navy);
  }

  .mobile-cta-quote {
    background: var(--signal);
  }

  body {
    padding-bottom: 56px;
  }
}

@media (max-width: 640px) {
  .promo-bar {
    font-size: 0.8125rem;
  }

  .quote-form {
    padding: var(--space-2);
  }
}

/* ---------- Mobile overflow fixes ---------- */
.page-main {
  min-width: 0;
}

@media (max-width: 900px) {
  .page-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-3);
  }

  .footer-bottom {
    flex-direction: column;
  }
}

/* ---------- Owners, timeline, gallery, byline, area columns ---------- */
.owners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--space-3);
  margin-block: var(--space-3);
}

.owner-photo {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin-bottom: var(--space-2);
}

.owner-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

.owner {
  display: flex;
  flex-direction: column;
}

.owner h3 {
  margin-bottom: 0.2rem;
}

.owner-role {
  font-weight: 700;
  color: var(--sky);
  margin-bottom: 0.5rem;
}

.timeline {
  list-style: none;
  padding: 0;
  border-left: 3px solid var(--sky);
  margin-left: 0.25rem;
}

.prose .timeline li {
  padding: 0 0 var(--space-2) var(--space-3);
  position: relative;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0.45rem;
  width: 13px;
  height: 13px;
  background: var(--navy);
  border: 2px solid var(--paper);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: var(--space-2);
}

.gallery figure {
  margin: 0;
}

.gallery img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery figcaption {
  font-size: 0.8125rem;
  color: var(--steel);
  margin-top: 0.35rem;
}

.byline {
  font-size: 0.9375rem;
  color: var(--steel);
}

/* owner portraits: placeholder must not stretch past its 4:5 frame */
.owners .owner-photo {
  height: auto;
  min-height: 0;
}

/* ---------- UX pass (design review) ---------- */
.cred-strip {
  margin: var(--space-2) 0 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #d5dced;
}

.service-grid-band {
  background: var(--paper-raised);
  border-bottom: 1px solid var(--steel-line);
  padding-block: var(--space-4);
}

.service-grid-heading {
  font-size: var(--step3);
  margin-bottom: var(--space-3);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  height: 100%;
  min-height: 120px;
  padding: 16px;
  background: var(--paper);
  border: 1px solid var(--steel-line);
  border-top: 4px solid var(--navy);
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.05;
  text-decoration: none;
  box-sizing: border-box;
}

.service-tile:hover {
  background: var(--sky-tint);
  border-top-color: var(--sky);
  color: var(--navy);
}

.service-tile svg {
  width: 32px;
  height: 32px;
  stroke: var(--sky);
}

.service-tile small {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.35;
  color: var(--steel);
}

.crew-band {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 540px;
  overflow: hidden;
  color: #fff;
  background: var(--navy-ink);
}

.crew-band > .photo {
  position: absolute;
  inset: 0;
}

.crew-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 26, 56, 0.94) 0%, rgba(11, 26, 56, 0.55) 45%, rgba(11, 26, 56, 0.1) 100%);
}

.crew-overlay {
  position: relative;
  z-index: 1;
  padding-block: var(--space-4);
}

.crew-overlay h2 {
  color: #fff;
  max-width: 18ch;
}

.crew-overlay p {
  max-width: 52ch;
  font-size: 1.125rem;
  color: #d5dced;
  margin-bottom: var(--space-3);
}

.crew-band .btn-outline {
  color: #fff;
}

.crew-band .btn-outline:hover {
  background: #fff;
  color: var(--navy);
}

.mobile-call-card {
  display: none;
}

.facts {
  max-width: var(--measure);
  background: var(--paper-raised);
  border: 1px solid var(--steel-line);
}

.facts-title {
  font-size: 1.5rem;
  margin: 0;
  padding: 12px 16px;
  border-bottom: 1px solid var(--steel-line);
}

.facts dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.facts dl div {
  padding: 10px 16px;
  border-bottom: 1px solid var(--steel-line);
}

.facts dt {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--steel);
}

.facts dd {
  margin: 0;
  font-size: 0.9375rem;
}

.call-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}

.call-steps li {
  counter-increment: step;
  background: var(--paper-raised);
  border: 1px solid var(--steel-line);
  padding: 16px;
}

.call-steps li::before {
  content: counter(step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  background: var(--navy);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
}

.call-steps strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.1;
  color: var(--navy);
  margin-bottom: 6px;
}

.call-steps p {
  margin: 0;
  font-size: 0.9375rem;
}

/* FAQ accordions */
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 44px;
  margin: 0;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary::after {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-right: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
  transform: rotate(45deg);
}

.faq-item[open] summary::after {
  transform: rotate(-135deg);
}

.faq-item[open] summary {
  margin-bottom: 0.5rem;
}

/* quote form reassurance */
.req {
  color: var(--navy);
}

.optional {
  font-weight: 400;
  color: var(--steel);
}

.quote-promise {
  margin: 0;
  padding: 12px 14px;
  background: var(--sky-tint);
  border-left: 4px solid var(--sky);
  font-weight: 600;
}

.quote-promise.is-after-hours {
  background: #fdecec;
  border-left-color: var(--signal);
  font-weight: 400;
}

.quote-privacy {
  margin: 0;
  font-size: 0.875rem;
  color: var(--steel);
}

/* reviews */
.rating-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 1.125rem;
  margin-bottom: var(--space-3);
}

.stars,
.review-stars {
  color: #fbbc04;
  letter-spacing: 2px;
}

.stars {
  font-size: 1.4rem;
}

.review-stars {
  margin: 0;
}

.review-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: var(--space-3);
  background: var(--paper-raised);
  border: 1px solid var(--steel-line);
  color: var(--ink);
}

.review-card blockquote {
  margin: 0;
}

.review-meta {
  font-size: 0.9375rem;
  color: var(--steel);
}

.review-source {
  margin-top: var(--space-2);
  font-size: 0.875rem;
}

.reviews-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: var(--space-3);
}

.band-navy .review-source {
  color: #b9c4d8;
}

.band-navy .reviews-cta .btn-solid {
  background: #fff;
  color: var(--navy);
}

.band-navy .reviews-cta .btn-outline {
  color: #fff;
}

/* contrast: body links in navy with a sky underline */
.prose a:not(.btn),
.answer-block a:not(.btn),
.faq a:not(.btn),
.facts a:not(.btn),
.quote-copy a:not(.btn),
.quote-promise a:not(.btn),
.cta-panel p a:not(.btn),
.aside-note a:not(.btn),
.aside-card > p > a:not(.aside-phone):not(.btn) {
  color: var(--navy);
  text-decoration-color: var(--sky);
  text-decoration-thickness: 2px;
}

.prose a:not(.btn):hover,
.facts a:not(.btn):hover,
.quote-copy a:not(.btn):hover {
  color: var(--ink);
  text-decoration-color: var(--navy);
}

.site-footer p a {
  color: #8fd0f5;
}

/* legibility: nothing important under 15px */
.breadcrumbs,
.aside-note,
.field-hint,
.footer-bottom {
  font-size: 0.9375rem;
}

.header-call-label,
.header-emergency-label {
  font-size: 0.75rem;
}

.gallery figcaption {
  font-size: 0.875rem;
}

@media (max-width: 1040px) {
  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .mobile-call-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: var(--space-4);
  }

  .mobile-call-card a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 64px;
    padding: 10px 14px;
    border-radius: var(--radius);
    background: var(--navy);
    color: #fff;
    text-decoration: none;
    line-height: 1.15;
  }

  .mobile-call-card a.is-emergency {
    background: var(--signal);
  }

  .mobile-call-card span {
    font-size: 0.8125rem;
    font-weight: 700;
  }

  .mobile-call-card strong {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 700;
  }

  .mobile-call-card p {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 0.9375rem;
    color: var(--steel);
  }

  .page-aside .aside-call {
    display: none;
  }

  .call-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero-body,
  .page-head .shell {
    display: flex;
    flex-direction: column;
  }

  .hero-body .hero-actions,
  .page-head .hero-actions {
    order: 2;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: var(--space-2);
  }

  .hero-actions .hero-call,
  .hero-actions .btn {
    justify-content: center;
  }

  .hero-lede,
  .page-lede {
    order: 3;
    font-size: 1rem;
    margin-bottom: 0;
  }

  .cred-strip {
    order: 4;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid-heading {
    font-size: 2rem;
  }

  .service-tile {
    min-height: 96px;
    font-size: 1.3rem;
  }

  .service-tile small {
    display: none;
  }

  .crew-band {
    min-height: 460px;
  }

  .facts dl,
  .call-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .promo-bar {
    font-size: 0.875rem;
  }
}

/* crew band: frame on faces, not the middle of the photo */
.crew-band .photo img {
  object-position: 50% 22%;
}

@media (min-width: 1041px) {
  .crew-band {
    min-height: 620px;
  }
}

/* ---------- Header fit with 9 top-level tabs ---------- */
.main-nav .nav-link,
.header-call-number,
.header-emergency-number {
  white-space: nowrap;
}

@media (min-width: 1181px) and (max-width: 1439px) {
  .main-nav ul.nav-list {
    gap: 1rem;
  }

  .main-nav .nav-link {
    font-size: 0.875rem;
  }

  .header-call {
    display: none;
  }
}


/* ---------- Reviews: rating panel + moving strip ---------- */
.rating-panel {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
}

.rating-score {
  margin: 0;
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 0.9;
  color: #fff;
  letter-spacing: -0.01em;
}

.band-navy .rating-score { color: #fff; }

.rating-detail { display: grid; gap: 2px; }
.rating-detail .stars { margin: 0; font-size: 1.35rem; letter-spacing: 3px; }

.rating-count {
  margin: 0;
  font-size: 0.9375rem;
  color: #b9c4d8;
}

.rating-count strong { color: #fff; }

.review-marquee {
  position: relative;
  overflow: hidden;
  padding-block: 4px;
}

.review-marquee::before,
.review-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5rem;
  z-index: 2;
  pointer-events: none;
}

.review-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--navy), rgba(17, 37, 76, 0));
}

.review-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--navy), rgba(17, 37, 76, 0));
}

.review-track {
  display: flex;
  align-items: stretch;
  gap: var(--space-3);
  width: max-content;
  animation: review-scroll 75s linear infinite;
}

.review-track .review-card {
  flex: 0 0 auto;
  width: min(26rem, 80vw);
}

.review-marquee:hover .review-track,
.review-marquee:focus-within .review-track {
  animation-play-state: paused;
}

@keyframes review-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - (var(--space-3) / 2))); }
}

/* card */
.review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: var(--space-3) var(--space-3) calc(var(--space-3) - 4px);
  background: #fff;
  border: 0;
  border-left: 4px solid var(--sky);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(17, 37, 76, 0.08);
}

.review-card blockquote {
  margin: 0;
  flex: 1;
  font-size: 1.0625rem;
  line-height: 1.55;
}

.review-card blockquote.is-short {
  font-family: var(--font-display);
  font-size: 1.75rem;
  line-height: 1.15;
  letter-spacing: -0.005em;
  color: var(--navy);
  display: flex;
  align-items: center;
}

.review-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--steel-line);
  font-size: 0.9375rem;
  color: var(--steel);
}

.review-avatar {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1;
}

.review-who { display: grid; }
.review-who strong { color: var(--ink); }

.review-src {
  font-size: 0.8125rem;
  color: var(--steel);
}

@media (prefers-reduced-motion: reduce) {
  .review-marquee { overflow-x: auto; }
  .review-track { animation: none; }
}

@media (max-width: 640px) {
  .rating-score { font-size: 3.25rem; }
  .review-marquee::before,
  .review-marquee::after { width: 2rem; }
  .review-card blockquote.is-short { font-size: 1.5rem; }
}

/* ---------- Hero rating, mobile hero order, compact promo bar ---------- */
.hero-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 var(--space-2);
  font-size: 1.0625rem;
  color: #e6ebf3;
}

.hero-rating .stars { font-size: 1.15rem; }
.hero-rating strong { color: #fff; font-size: 1.15rem; }

@media (max-width: 640px) {
  .promo-more { display: none; }

  .page-head .shell {
    display: flex;
    flex-direction: column;
  }

  .page-head .breadcrumbs { order: 1; }
  .page-head h1 { order: 2; }
  .page-head .page-lede { order: 3; margin-bottom: var(--space-3); }
  .page-head .hero-rating { order: 4; }
  .page-head .hero-actions { order: 5; }
  .page-head .cred-strip { order: 6; }
}


/* ---------- Touch targets: list links get a full finger-sized row on phones ---------- */
@media (max-width: 900px) {
  .hub-links a,
  .footer-list a,
  .directory a,
  .related-list a,
  .area-columns a,
  .hub-foot a.btn {
    display: flex;
    align-items: center;
    min-height: 44px;
  }

  .hub-links li,
  .footer-list li {
    margin-block: 0;
  }

  input[type="file"] {
    min-height: 44px;
    padding-block: 10px;
  }
}

.emergency-call-label {
  font-size: 0.75rem;
}
