@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #f3ede3;
  --bg-deep: #e6dccd;
  --surface: rgba(255, 252, 247, 0.84);
  --surface-strong: #fffdf9;
  --surface-soft: rgba(255, 247, 236, 0.72);
  --text: #18202a;
  --muted: #556171;
  --line: rgba(24, 32, 42, 0.1);
  --line-strong: rgba(23, 50, 77, 0.18);
  --brand: #17324d;
  --brand-soft: #2a4866;
  --accent: #e7ba62;
  --accent-strong: #b85f3b;
  --accent-soft: #f4ddb0;
  --success: #35715f;
  --max: 1180px;
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow: 0 24px 70px rgba(14, 27, 43, 0.12);
  --shadow-tight: 0 14px 34px rgba(14, 27, 43, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.65;
  background:
    radial-gradient(circle at top left, rgba(231, 186, 98, 0.26), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(23, 50, 77, 0.09), transparent 20%),
    radial-gradient(circle at bottom right, rgba(23, 50, 77, 0.08), transparent 24%),
    linear-gradient(180deg, #f8f2e9 0%, var(--bg) 34%, var(--bg-deep) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.16;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 18%, rgba(17, 33, 52, 0.05));
}

main {
  position: relative;
  z-index: 1;
}

a {
  color: var(--brand);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--accent-strong);
  outline-offset: 3px;
  border-radius: 12px;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3 {
  margin: 0 0 14px;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
}

h2 {
  font-size: clamp(2.1rem, 4vw, 3.3rem);
}

h3 {
  font-size: 1.45rem;
}

p {
  margin: 0;
}

.container {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.topbar {
  position: relative;
  z-index: 25;
  background: rgba(14, 27, 43, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #f4eadb;
  backdrop-filter: blur(16px);
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 6px 0;
  flex-wrap: wrap;
  font-size: 0.85rem;
}

.topbar-address,
.topbar-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.topbar-meta {
  justify-content: flex-end;
}

.topbar-item {
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
  white-space: nowrap;
}

.topbar-item:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  color: rgba(244, 234, 219, 0.46);
}

.topbar a,
.topbar-phone {
  color: #fff;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 44;
  background: rgba(248, 242, 233, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(17, 33, 52, 0.06);
}

.site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23, 50, 77, 0.18), transparent);
}

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

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0 3px 1px;
  border: 1px solid rgba(231, 186, 98, 0.18);
  border-radius: 11px;
  background:
    linear-gradient(180deg, rgba(30, 45, 62, 0.98), rgba(17, 33, 49, 0.96)),
    radial-gradient(circle at top center, rgba(231, 186, 98, 0.16), transparent 52%);
  box-shadow: 0 4px 10px rgba(17, 33, 49, 0.08);
}

.brand-logo {
  display: block;
  width: clamp(140px, 14vw, 196px);
  height: auto;
}

.brand-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 0 4px 0;
  border-top: 1px solid rgba(231, 186, 98, 0.24);
  color: rgba(248, 242, 233, 0.92);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nav-toggle,
.nav-drawer,
.nav-overlay {
  display: none;
}

.nav-toggle {
  appearance: none;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 40px;
  padding: 0.25rem 0.55rem;
  border: 1px solid rgba(23, 50, 77, 0.22);
  border-radius: 10px;
  background: rgba(255, 253, 249, 0.92);
  cursor: pointer;
}

.nav-toggle-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2823,50,77,0.92%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.nav-toggle[aria-expanded="true"] {
  background: rgba(23, 50, 77, 0.08);
  border-color: rgba(23, 50, 77, 0.28);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2823,50,77,0.92%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M7 7l16 16M23 7L7 23'/%3e%3c/svg%3e");
}

.nav a {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--text);
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.nav a:hover,
.nav a[aria-current="page"] {
  background: linear-gradient(180deg, rgba(23, 50, 77, 0.08), rgba(23, 50, 77, 0.04));
  color: var(--brand);
  box-shadow: inset 0 0 0 1px rgba(23, 50, 77, 0.08);
}

.btn,
.btn-outline,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 0;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn:hover,
.btn-outline:hover,
.btn-ghost:hover {
  transform: translateY(-2px);
}

.btn {
  background: linear-gradient(135deg, var(--accent) 0%, #f7d58a 100%);
  color: #1b1f24;
  box-shadow: 0 12px 28px rgba(201, 107, 63, 0.18);
}

.btn-outline {
  border: 1px solid rgba(23, 50, 77, 0.22);
  color: var(--brand);
  background: rgba(255, 255, 255, 0.5);
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
}

.hero {
  padding: 54px 0 64px;
}

.page-hero {
  padding: 46px 0 36px;
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  top: -12vw;
  right: -8vw;
  width: 42vw;
  height: 42vw;
  background: radial-gradient(circle, rgba(241, 199, 108, 0.54), rgba(241, 199, 108, 0) 68%);
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  bottom: -18vw;
  left: -14vw;
  width: 34vw;
  height: 34vw;
  background: radial-gradient(circle, rgba(23, 50, 77, 0.18), rgba(23, 50, 77, 0) 72%);
}

.hero-grid,
.split,
.grid-2,
.grid-3,
.grid-4,
.stats-grid,
.process-grid,
.faq-grid,
.contact-layout,
.footer-grid {
  display: grid;
  gap: 20px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: start;
  gap: 20px;
}

.hero-copy h1,
.page-hero h1 {
  max-width: 11.5ch;
  text-wrap: balance;
}

body.page-home .hero-grid {
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
  gap: 14px;
}

body.page-home .hero-copy h1 {
  max-width: 13.2ch;
  font-size: clamp(2.34rem, 4.45vw, 4.08rem);
  line-height: 1.02;
  margin-bottom: 8px;
}

body.page-home .hero-copy .lead {
  max-width: 45ch;
  line-height: 1.47;
}

body.page-home .hero {
  padding: 42px 0 38px;
}

body.page-home .hero-with-band {
  padding-bottom: 28px;
}

body.page-home .hero-panel {
  padding: 18px;
}

body.page-home .hero-panel h2 {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  margin-bottom: 8px;
}

body.page-home .hero-panel p {
  line-height: 1.46;
}

body.page-home .hero-note {
  margin-top: 12px;
  margin-bottom: 10px;
}

.hero-panel h2,
.cta-box h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.32rem);
  text-wrap: balance;
}

.hero-copy,
.hero-panel,
.service-card,
.media-card,
.info-card,
.process-step,
.faq-item,
.cta-box,
.contact-card,
.stat-card {
  animation: rise-in 0.8s ease both;
}

.hero-panel {
  animation-delay: 0.08s;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(23, 50, 77, 0.08);
  color: var(--brand);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lead {
  max-width: 62ch;
  font-size: clamp(0.98rem, 1.45vw, 1.08rem);
  color: var(--muted);
  line-height: 1.54;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.hero-note,
.pill-row,
.city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-note {
  margin-top: 12px;
}

.hero-note span,
.pill,
.city-list li {
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(23, 50, 77, 0.12);
  background: rgba(255, 253, 249, 0.84);
  color: var(--text);
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(14, 27, 43, 0.06);
  font-size: 0.93rem;
}

.panel-kicker,
.stat-label,
.section-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.panel-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.section-label {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(23, 50, 77, 0.08);
  background: rgba(23, 50, 77, 0.05);
  color: var(--brand);
}

.card {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.94), rgba(255, 249, 241, 0.82));
  border: 1px solid rgba(23, 50, 77, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-panel,
.cta-box {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #16314c 0%, #23415f 54%, #34506b 100%);
  color: #f6f0e6;
}

.hero-panel::after,
.cta-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 45%);
  pointer-events: none;
}

.hero-panel,
.service-card,
.media-card,
.info-card,
.faq-item,
.process-step,
.contact-card,
.stat-card {
  padding: 22px;
}

.hero-panel {
  align-self: start;
}

.hero-panel p,
.cta-box p {
  color: rgba(246, 240, 230, 0.78);
}

.hero-panel p {
  line-height: 1.5;
}

.badge-list,
.check-list,
.footer-links,
.contact-list,
.detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.badge-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.badge-list li {
  padding: 9px 11px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.answer-compact {
  padding: 14px 0 18px;
}

.answer-compact-shell {
  position: relative;
  padding: 16px 18px;
  border: 1px solid rgba(23, 50, 77, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.84), rgba(255, 249, 241, 0.68));
  box-shadow: 0 10px 22px rgba(14, 27, 43, 0.06);
  overflow: hidden;
}

.answer-compact-shell::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 18px;
  width: 78px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(23, 50, 77, 0.92), rgba(127, 142, 47, 0.94));
}

.answer-compact .section-label {
  margin-bottom: 10px;
}

.answer-compact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 16px;
  align-items: center;
}

.answer-compact-copy h3 {
  margin-bottom: 6px;
  font-size: clamp(1.32rem, 2vw, 1.62rem);
}

.answer-compact-copy p {
  max-width: 58ch;
  color: var(--muted);
  line-height: 1.5;
}

.answer-compact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
  align-content: center;
}

.answer-compact-list li {
  color: var(--text);
  border-color: rgba(23, 50, 77, 0.1);
  background: rgba(23, 50, 77, 0.04);
  padding: 8px 11px;
  line-height: 1.42;
}

body.page-home .answer-compact {
  padding-top: 10px;
}

.seasonal-strip {
  padding: 4px 0 18px;
}

.hero-band-wrap {
  position: relative;
  z-index: 1;
  padding-top: 8px;
}

.seasonal-strip-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: 18px;
  align-items: center;
  padding: 18px 20px 16px;
  border: 1px solid rgba(23, 50, 77, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 228, 0, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.68), rgba(255, 249, 241, 0.56));
  box-shadow: 0 10px 24px rgba(17, 33, 49, 0.05);
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.seasonal-strip-shell::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 20px;
  width: 110px;
  height: 6px;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(90deg, rgba(23, 50, 77, 0.94), rgba(127, 142, 47, 0.94));
  pointer-events: none;
}

.seasonal-strip .section-label {
  margin-bottom: 10px;
  border-color: rgba(23, 50, 77, 0.08);
  background: rgba(255, 253, 249, 0.82);
  color: var(--brand);
}

.seasonal-strip-copy h3 {
  margin-bottom: 8px;
  color: var(--text);
  font-size: clamp(1.42rem, 2.1vw, 1.92rem);
}

.seasonal-strip-copy p {
  max-width: 60ch;
  color: var(--muted);
}

.seasonal-strip-note {
  margin-top: 10px;
  color: var(--brand);
  font-weight: 700;
}

.seasonal-strip-side {
  display: grid;
  gap: 12px;
}

.seasonal-strip-list {
  margin-top: 0;
}

.seasonal-strip-list li {
  color: var(--text);
  border-color: rgba(23, 50, 77, 0.1);
  background: rgba(255, 253, 249, 0.74);
  padding: 8px 10px;
  line-height: 1.4;
  box-shadow: 0 8px 18px rgba(17, 33, 49, 0.04);
}

.seasonal-strip-action {
  justify-self: start;
}

body.page-home .seasonal-strip {
  margin-top: -2px;
}

body.page-home .hero-with-band .seasonal-strip {
  padding: 0;
}

body.page-home .hero-with-band .seasonal-strip-shell {
  margin-top: 0;
}

body.page-news-article .hero,
body.page-news-hub .hero,
body.page-legal .hero,
body.page-contact .hero {
  padding: 44px 0 52px;
}

body.page-city .hero,
body.page-county .hero,
body.page-service-geo .hero {
  padding: 48px 0 58px;
}

.section {
  position: relative;
  padding: 88px 0;
}

.section.alt {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 248, 240, 0.48)),
    radial-gradient(circle at top right, rgba(231, 186, 98, 0.14), transparent 30%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.section-intro p,
.service-card p,
.media-card p,
.info-card p,
.faq-item p,
.contact-card p {
  color: var(--muted);
}

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

.grid-3,
.process-grid,
.stats-grid,
.faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.service-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-card,
.media-card,
.info-card,
.contact-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.media-grid {
  align-items: stretch;
}

.media-card {
  overflow: hidden;
  padding: 0;
}

.media-figure {
  margin: 0;
  display: grid;
  gap: 0;
}

.media-frame {
  position: relative;
  aspect-ratio: var(--media-ratio, 16 / 10);
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(231, 186, 98, 0.2), rgba(231, 186, 98, 0) 46%),
    linear-gradient(180deg, rgba(245, 239, 228, 0.96), rgba(239, 231, 215, 0.9));
  border-bottom: 1px solid rgba(23, 50, 77, 0.08);
}

.media-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--media-fit, cover);
  object-position: var(--media-position, center center);
}

.media-figure figcaption {
  padding: 12px 24px 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.media-copy {
  display: grid;
  gap: 10px;
  padding: 18px 24px 24px;
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(280px, 0.94fr);
  gap: 22px;
  align-items: start;
}

.location-map-shell {
  padding: 0;
  overflow: hidden;
  align-self: start;
}

.location-map-frame {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(231, 186, 98, 0.16), rgba(231, 186, 98, 0) 42%),
    linear-gradient(180deg, rgba(245, 239, 228, 0.96), rgba(239, 231, 215, 0.9));
}

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

.location-detail-grid {
  display: grid;
  gap: 18px;
  align-content: start;
}

.premium-trust-section.section.alt {
  background:
    radial-gradient(circle at top left, rgba(231, 186, 98, 0.16), transparent 34%),
    radial-gradient(circle at bottom right, rgba(23, 50, 77, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.9), rgba(246, 239, 228, 0.76));
}

.premium-trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
  gap: 22px;
  align-items: stretch;
}

.premium-story-card,
.premium-proof-rail {
  position: relative;
  overflow: hidden;
  padding: 28px;
}

.premium-story-card {
  background:
    linear-gradient(145deg, rgba(255, 253, 249, 0.98), rgba(248, 241, 231, 0.9)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  border-color: rgba(23, 50, 77, 0.1);
  box-shadow: 0 28px 72px rgba(17, 33, 52, 0.12);
}

.premium-story-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 28px;
  width: 124px;
  height: 7px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(90deg, var(--brand), var(--accent-strong));
  box-shadow: 0 10px 24px rgba(184, 95, 59, 0.22);
}

.premium-story-card .section-label,
.premium-proof-rail .section-label {
  margin-bottom: 14px;
}

.premium-story-card h3,
.premium-proof-rail h3 {
  text-wrap: balance;
}

.premium-story-card h3 {
  margin-bottom: 14px;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  max-width: 16ch;
}

.premium-story-card p {
  max-width: 58ch;
  line-height: 1.66;
  color: var(--muted);
}

.premium-story-card p + p {
  margin-top: 14px;
}

.premium-story-note {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 50, 77, 0.1);
  color: var(--text);
}

.premium-proof-rail {
  align-self: start;
  background: linear-gradient(180deg, rgba(250, 246, 238, 0.96), rgba(244, 236, 224, 0.9));
  border-color: rgba(23, 50, 77, 0.08);
}

.premium-proof-rail h3 {
  margin-bottom: 10px;
  font-size: clamp(1.3rem, 2.2vw, 1.65rem);
}

.premium-proof-list {
  gap: 10px;
  margin-top: 14px;
}

.premium-proof-list li {
  padding: 11px 12px;
  border-color: rgba(23, 50, 77, 0.1);
  background: rgba(23, 50, 77, 0.04);
  color: var(--text);
}

.premium-proof-note {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(23, 50, 77, 0.1);
  font-weight: 700;
  color: var(--brand);
}

.service-card::before,
.info-card::before,
.contact-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 24px;
  width: 108px;
  height: 8px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(90deg, var(--brand), var(--accent-strong));
  opacity: 0.92;
  box-shadow: 0 10px 24px rgba(184, 95, 59, 0.22);
}

.service-card::after,
.info-card::after,
.contact-card::after {
  content: "";
  position: absolute;
  top: -34px;
  right: -26px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(231, 186, 98, 0.18), rgba(231, 186, 98, 0) 70%);
  pointer-events: none;
}

.service-card:hover,
.info-card:hover,
.contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(23, 50, 77, 0.14);
  box-shadow: 0 28px 72px rgba(17, 33, 52, 0.14);
}

.service-card a,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  font-weight: 800;
}

.service-card a::after,
.text-link::after {
  content: "→";
  transition: transform 0.2s ease;
}

.service-card:hover a::after,
.text-link:hover::after {
  transform: translateX(3px);
}

.service-card a::after,
.text-link::after {
  content: "\2192";
}

.check-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
  box-shadow: 0 0 0 4px rgba(241, 199, 108, 0.2);
}

.stats-grid {
  position: relative;
  z-index: 2;
  margin-top: -48px;
}

.stat-card {
  background: rgba(255, 250, 243, 0.94);
}

.stat-value {
  display: block;
  margin-bottom: 6px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2rem;
  color: var(--brand);
  letter-spacing: -0.05em;
}

.stat-label {
  color: var(--muted);
}

.stat-card p {
  color: var(--muted);
}

.process-step {
  position: relative;
}

.step-number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(23, 50, 77, 0.08);
  color: var(--brand);
  font-weight: 800;
}

.faq-item {
  background: rgba(255, 255, 255, 0.7);
}

.split {
  align-items: stretch;
}

.cta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 32px;
  border-radius: var(--radius-xl);
}

.page-breadcrumbs {
  padding: 18px 0 0;
}

.page-breadcrumbs + .hero,
.page-breadcrumbs + .page-hero {
  padding-top: 48px;
}

.cta-box .btn {
  background: #fff;
  color: var(--brand);
}

.cta-box .btn-outline {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(23, 50, 77, 0.1);
  background: rgba(255, 253, 249, 0.86);
  box-shadow: var(--shadow-tight);
  font-size: 0.92rem;
  color: var(--muted);
}

.breadcrumbs a {
  color: var(--brand);
  font-weight: 700;
}

.page-hero .lead {
  max-width: 58ch;
}

.contact-layout {
  align-items: start;
}

.detail-list {
  margin-top: 18px;
}

.detail-list li {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

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

.detail-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
}

.map-link {
  margin-top: 18px;
}

.site-footer {
  position: relative;
  margin-top: 84px;
  overflow: hidden;
  background: #112131;
  color: #eef3f7;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(241, 199, 108, 0.22), rgba(241, 199, 108, 0) 72%);
}

.site-footer .container {
  position: relative;
  z-index: 1;
  padding: 46px 0;
}

.footer-grid {
  grid-template-columns: 1.2fr 0.85fr 0.95fr;
}

.site-footer a {
  color: #fff;
}

.site-footer h3 {
  margin-bottom: 12px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
}

.footer-logo {
  width: min(100%, 180px);
  height: auto;
  opacity: 0.96;
}

.footer-links li,
.contact-list li {
  margin-bottom: 10px;
}

.footer-connect {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-utility {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-feature {
  padding: 18px 18px 16px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 228, 0, 0.08), rgba(255, 228, 0, 0.02)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.footer-feature-tag {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 228, 0, 0.14);
  color: #ffe400;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-feature h4 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  line-height: 1.35;
}

.footer-feature h4 a {
  color: #fff;
  text-decoration: none;
}

.footer-feature h4 a:hover,
.footer-feature h4 a:focus-visible {
  color: #ffe400;
}

.footer-feature-meta {
  margin-bottom: 8px;
}

.footer-feature-link {
  display: inline-flex;
  margin-top: 8px;
  color: #ffe400;
  font-weight: 600;
}

.footer-coverage {
  max-width: 54ch;
  margin: 24px auto 0;
  text-align: center;
}

.footer-coverage-lead {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}

.footer-coverage-copy {
  margin: 0;
  color: rgba(238, 243, 247, 0.72);
  line-height: 1.6;
}

.footer-legal-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 26px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.footer-legal-row a {
  color: rgba(238, 243, 247, 0.86);
  font-size: 0.94rem;
  text-decoration: none;
}

.footer-legal-row a:hover,
.footer-legal-row a:focus-visible {
  color: #ffe400;
}

.mobile-call-cta {
  position: fixed;
  right: calc(14px + env(safe-area-inset-right, 0px));
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  z-index: 52;
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(255, 228, 0, 0.26);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, rgba(24, 42, 61, 0.98), rgba(34, 50, 71, 0.98) 58%, rgba(52, 76, 102, 0.96));
  color: #fff8e8;
  box-shadow: 0 18px 42px rgba(8, 18, 28, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(14px) scale(0.96);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.mobile-call-cta::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 228, 0, 0.08), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.mobile-call-cta.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.mobile-call-cta:hover,
.mobile-call-cta:focus-visible {
  text-decoration: none;
  box-shadow: 0 20px 48px rgba(8, 18, 28, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.mobile-call-cta__icon,
.mobile-call-cta__copy {
  position: relative;
  z-index: 1;
}

.mobile-call-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #f7d58a);
  color: #1b1f24;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.mobile-call-cta__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.mobile-call-cta__label {
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.mobile-call-cta__number {
  margin-top: 2px;
  color: rgba(255, 248, 232, 0.72);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.small {
  color: rgba(238, 243, 247, 0.78);
  font-size: 0.94rem;
}

.narrow {
  max-width: 68ch;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .grid-3,
  .grid-4,
  .stats-grid,
  .process-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .answer-compact-grid {
    grid-template-columns: 1fr;
  }

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

  .location-layout {
    grid-template-columns: 1fr;
  }

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

  .hero {
    padding-bottom: 88px;
  }

  .stats-grid {
    margin-top: -28px;
  }
}

@media (max-width: 920px) {
  .hero-grid,
  body.page-home .hero-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-copy,
  .hero-panel {
    min-width: 0;
    width: 100%;
  }

  .hero-copy h1,
  body.page-home .hero-copy h1,
  .page-hero h1 {
    max-width: 12ch;
  }

  .hero-panel {
    max-width: none;
  }

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

@media (max-width: 860px) {
  .topbar .container {
    justify-content: center;
    gap: 8px 14px;
    text-align: center;
    padding: 7px 0;
  }

  .topbar-address,
  .topbar-meta {
    width: 100%;
    justify-content: center;
  }

  .topbar-meta {
    gap: 4px 12px;
  }

  .site-header {
    backdrop-filter: blur(12px);
  }

  .nav-wrap {
    gap: 12px;
    padding: 4px 0;
  }

  .brand {
    padding: 0 2px 1px;
    border-radius: 10px;
  }

  .brand-logo {
    width: min(100%, 178px);
  }

  .brand-meta {
    font-size: 0.5rem;
    letter-spacing: 0.12em;
  }
}

@media (max-width: 720px) {
  .hero,
  .page-hero,
  .section {
    padding: 64px 0;
  }

  .hero-grid,
  .grid-2,
  .grid-3,
  .grid-4,
  .stats-grid,
  .process-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .nav-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  body.nav-ready .nav-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .brand {
    max-width: none;
    padding: 1px 4px 2px;
  }

  .brand-logo {
    width: min(100%, 164px);
  }

  body.nav-ready .brand {
    max-width: calc(100% - 72px);
  }

  body.nav-ready .nav-toggle {
    display: inline-flex;
    position: relative;
    z-index: 46;
  }

  body.nav-ready .nav-desktop {
    display: none;
  }

  body.nav-ready .nav-drawer {
    display: block;
    position: fixed;
    top: var(--nav-drawer-top, 0px);
    left: 0;
    bottom: 0;
    width: min(82vw, 340px);
    padding: calc(var(--nav-drawer-headroom, 84px) + 10px) 18px 24px;
    background: rgba(248, 242, 233, 0.98);
    border-right: 1px solid rgba(23, 50, 77, 0.08);
    box-shadow: 0 24px 72px rgba(12, 24, 37, 0.22);
    transform: translateX(-104%);
    transition: transform 0.28s ease;
    z-index: 43;
  }

  body.nav-ready .nav-mobile {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    overflow: visible;
    padding-bottom: 0;
  }

  body.nav-ready .nav-mobile a {
    width: 100%;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: inset 0 0 0 1px rgba(23, 50, 77, 0.06);
  }

  body.nav-ready .nav-overlay {
    display: block;
    position: fixed;
    top: var(--nav-drawer-top, 0px);
    left: 0;
    right: 0;
    bottom: 0;
    border: 0;
    padding: 0;
    background: rgba(12, 22, 34, 0.34);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease;
    z-index: 42;
  }

  body.nav-ready.nav-open {
    overflow: hidden;
  }

  body.nav-ready.nav-open .nav-drawer {
    transform: translateX(0);
  }

  body.nav-ready.nav-open .nav-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .topbar .container {
    font-size: 0.86rem;
    justify-content: center;
    gap: 8px;
    text-align: center;
  }

  .topbar-address,
  .topbar-meta {
    width: 100%;
    justify-content: center;
  }

  .topbar-meta {
    gap: 4px 14px;
  }

  .topbar-item {
    margin-right: 0;
    padding-right: 0;
  }

  .topbar-item:not(:last-child)::after {
    content: none;
  }

  .topbar-phone {
    width: 100%;
  }

  .cta-box {
    padding: 26px;
  }

  .hero-panel,
  .service-card,
  .media-card,
  .info-card,
  .faq-item,
  .process-step,
  .contact-card,
  .stat-card,
  .premium-story-card,
  .premium-proof-rail {
    padding: 24px;
  }

  .media-card {
    padding: 0;
  }

  .page-breadcrumbs {
    padding-top: 12px;
  }

  .page-breadcrumbs + .hero,
  .page-breadcrumbs + .page-hero {
    padding-top: 34px;
  }

  .hero-copy h1,
  body.page-home .hero-copy h1,
  .page-hero h1 {
    max-width: none;
    font-size: clamp(2rem, 11vw, 3rem);
    line-height: 0.98;
  }

  .lead,
  body.page-home .hero-copy .lead {
    max-width: none;
    font-size: 1rem;
    line-height: 1.48;
  }

  .eyebrow {
    max-width: 18ch;
    line-height: 1.25;
  }

  .hero-note {
    margin-top: 16px;
    gap: 8px;
  }

  .hero-note span {
    font-size: 0.88rem;
  }

  body.page-home .hero-panel h2,
  .hero-panel h2 {
    font-size: clamp(1.45rem, 7vw, 1.9rem);
  }

  .badge-list li {
    padding: 10px 12px;
  }

  .hero-actions,
  .section-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn,
  .btn-outline,
  .btn-ghost {
    width: 100%;
  }
}

@media (max-width: 860px) {
  .mobile-call-cta {
    display: inline-flex;
  }

  body.nav-open .mobile-call-cta {
    opacity: 0;
    transform: translateY(14px) scale(0.96);
    pointer-events: none;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
