:root {
  --bg: #07131a;
  --bg-soft: #10252e;
  --surface: rgba(10, 28, 36, 0.82);
  --surface-strong: #12303b;
  --text: #ecfbff;
  --muted: #a4c5cf;
  --line: rgba(125, 236, 255, 0.18);
  --accent: #67e8f9;
  --accent-deep: #22c55e;
  --danger: #fb7185;
  --shadow: 0 26px 70px rgba(1, 10, 14, 0.42);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(103, 232, 249, 0.22), transparent 22%),
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.18), transparent 26%),
    radial-gradient(circle at 50% 120%, rgba(14, 165, 233, 0.18), transparent 35%),
    linear-gradient(180deg, #061118 0%, #07131a 52%, #081920 100%);
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 85%);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
  padding: 20px 0 28px;
}

.topbar,
.footer,
.hero-grid,
.service-grid,
.contact-grid,
.section-heading,
.flow-grid,
.area-grid,
.value-grid,
.faq-list,
.location-highlight-grid,
.location-link-grid {
  display: grid;
  gap: 18px;
}

.services-top,
.contact-top {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 26px;
  align-items: end;
  margin-bottom: 26px;
}

.topbar,
.footer {
  align-items: start;
}

.topbar,
.footer {
  grid-template-columns: 1fr auto;
}

.topbar {
  padding: 18px 24px;
  margin-bottom: 28px;
  border: 1px solid rgba(103, 232, 249, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(4, 17, 24, 0.98), rgba(9, 27, 35, 0.94)),
    radial-gradient(circle at left center, rgba(103, 232, 249, 0.1), transparent 36%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.topbar.has-site-menu {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.topbar-main {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-self: end;
}

.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-logo-icon {
  display: block;
  width: 76px;
  min-width: 76px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(103, 232, 249, 0.18);
  border: 1px solid rgba(103, 232, 249, 0.24);
  height: 76px;
  padding: 0;
  background: transparent;
}

.brand-text {
  display: inline-flex !important;
  flex-direction: column;
  gap: 3px;
}

.brand-text strong {
  font-size: 1.16rem;
  color: var(--text);
}

.brand-text small {
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.menu-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(103, 232, 249, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-family: "Oswald", sans-serif;
  font-size: 0.92rem;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.menu-link:hover {
  transform: translateY(-2px);
  color: var(--text);
  border-color: rgba(103, 232, 249, 0.34);
  background: rgba(103, 232, 249, 0.08);
  box-shadow: 0 14px 28px rgba(14, 165, 233, 0.15);
}

.eyebrow,
.button,
.call-chip,
.panel-alert strong,
.urgency-strip span,
.info-card span,
.area-card span,
.location-link-card span {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.04em;
}

.brand-text small,
.lead,
.service-box p,
.contact-box p,
.footer p,
.info-card p,
.area-card p,
.value-box p,
.faq-item p,
.location-link-card p,
.location-hero-meta p,
.location-bullet-list li {
  color: var(--muted);
}

.call-chip {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 10px 18px 12px;
  border-radius: 999px;
  color: #041117;
  background: linear-gradient(135deg, #bbf7d0, #67e8f9);
  box-shadow: 0 16px 34px rgba(103, 232, 249, 0.22);
}

.call-chip-label {
  font-family: "Oswald", sans-serif;
  font-size: 0.9rem;
  line-height: 1;
  text-transform: uppercase;
}

.call-chip strong {
  font-family: "Oswald", sans-serif;
  font-size: 1.35rem;
  line-height: 1;
}

.urgent-call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 999px;
  color: #041117;
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  text-transform: uppercase;
  background: linear-gradient(135deg, #67e8f9, #34d399);
  box-shadow: 0 0 0 rgba(103, 232, 249, 0.45);
  animation: urgentPulse 1.1s infinite;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: stretch;
  flex: 1;
  padding-top: 26px;
}

.hero-copy,
.hero-panel,
.service-box,
.info-card,
.area-card,
.value-box,
.faq-item,
.location-hero-copy,
.location-hero-side,
.location-highlight-box,
.location-link-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-copy,
.location-hero-copy {
  padding: 28px 30px 24px;
}

.hero-copy::before,
.hero-panel::before,
.service-box::before,
.info-card::before,
.area-card::before,
.value-box::before,
.faq-item::before,
.location-hero-copy::before,
.location-hero-side::before,
.location-highlight-box::before,
.location-link-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(103, 232, 249, 0.08), transparent 42%);
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.92rem;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.service-box h3,
.area-card h3,
.value-box h3,
.faq-item h3,
.location-hero h1,
.location-highlight-box h3,
.location-link-card h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.12;
  padding-top: 0.06em;
  padding-bottom: 0.12em;
}

.hero h1,
.location-hero h1 {
  max-width: 10ch;
  font-size: clamp(2.5rem, 6.1vw, 5rem);
  line-height: 1.16;
  padding-top: 0.12em;
  padding-bottom: 0.22em;
}

.lead {
  max-width: 60ch;
  margin: 16px 0 0;
  font-size: 0.98rem;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.button-primary {
  color: #031218;
  background: linear-gradient(135deg, #67e8f9, #22c55e);
  box-shadow: 0 18px 36px rgba(34, 197, 94, 0.2);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
}

.urgency-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.trust-strip,
.location-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.trust-strip p,
.location-hero-meta p {
  margin: 0;
  padding: 11px 14px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  line-height: 1.35;
}

.urgency-strip span {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.95rem;
  color: #041117;
  background: linear-gradient(135deg, #99f6e4, #67e8f9);
}

.hero-panel,
.location-hero-side {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.panel-alert {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.22), rgba(34, 197, 94, 0.18));
  border: 1px solid rgba(103, 232, 249, 0.24);
}

.panel-alert strong {
  font-size: 1rem;
  color: #b6f6ff;
}

.panel-alert a,
.info-card a {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 1;
}

.contact-box,
.service-box,
.info-card,
.value-box,
.faq-item,
.location-highlight-box,
.location-link-card {
  padding: 22px;
}

.contact-box {
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
}

.media-box {
  padding: 18px;
}

.mini-photo-card,
.mini-map-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.mini-photo-card::before,
.mini-map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(18, 15, 13, 0.08) 0%, rgba(18, 15, 13, 0.26) 100%),
    radial-gradient(circle at center, transparent 54%, rgba(18, 15, 13, 0.5) 100%);
}

.mini-photo-card::after,
.service-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 140, 40, 0.12), transparent 36%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.018) 0,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px,
      transparent 3px
    );
  mix-blend-mode: screen;
}

.mini-photo-card img,
.mini-map-card iframe,
.service-photo-card img {
  width: 100%;
  height: 100%;
  display: block;
}

.mini-photo-card img,
.service-photo-card img {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.84) contrast(0.94) brightness(0.88) blur(0.15px);
  transform: scale(1.03);
}

.mini-map-card iframe {
  border: 0;
  filter: saturate(0.76) contrast(0.94) brightness(0.9);
}

.contact-box span,
.info-card span,
.area-card span,
.location-link-card span {
  display: block;
  margin-bottom: 10px;
  color: #8fedff;
  font-size: 0.96rem;
  text-transform: uppercase;
}

.contact-box p,
.service-box p,
.info-card p,
.area-card p,
.value-box p,
.faq-item p,
.location-highlight-box p,
.location-link-card p {
  margin: 0;
  line-height: 1.7;
}

.section {
  padding-top: 92px;
}

.section-heading {
  grid-template-columns: 1fr auto;
  align-items: end;
  margin-bottom: 26px;
}

.services-heading,
.contact-heading {
  min-height: 100%;
  margin-bottom: 0;
  align-content: end;
}

.area-heading {
  justify-items: center;
  text-align: center;
}

.area-heading h2 {
  max-width: 18ch;
}

.faq-heading h2 {
  max-width: 12ch;
  line-height: 1.2;
  word-break: normal;
  overflow-wrap: break-word;
}

.service-photo-card {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 7.6;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at center, rgba(255, 185, 72, 0.08), transparent 50%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow);
}

.map-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  display: block;
  filter: saturate(0.78) contrast(0.94) brightness(0.9);
}

.map-card::before,
.service-photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(18, 15, 13, 0.08) 0%, rgba(18, 15, 13, 0.22) 100%),
    radial-gradient(circle at center, transparent 54%, rgba(18, 15, 13, 0.44) 100%);
}

.map-card-overlay {
  position: absolute;
  inset: auto 18px 18px 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(18, 15, 13, 0.72);
  backdrop-filter: blur(10px);
}

.map-card-overlay span {
  color: #ffca66;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.map-card-overlay a {
  color: var(--text);
  font-weight: 800;
}

.section h2 {
  max-width: 14ch;
  font-size: clamp(2.1rem, 4.5vw, 4rem);
}

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

.area-grid,
.faq-list,
.location-highlight-grid,
.location-link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-page {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
  padding: 20px 0 90px;
}

.content-stack {
  display: grid;
  gap: 22px;
  padding-top: 22px;
}

.content-card {
  position: relative;
  overflow: hidden;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.content-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 42%);
  pointer-events: none;
}

.content-card p,
.content-card li {
  position: relative;
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.75;
}

.content-card ul {
  position: relative;
  margin: 0;
  padding-left: 18px;
}

.content-card li {
  margin-bottom: 10px;
}

.content-card h2,
.content-card h3 {
  position: relative;
}

.service-box {
  min-height: 210px;
}

.service-box h3,
.area-card h3,
.value-box h3,
.faq-item h3,
.location-highlight-box h3,
.location-link-card h3 {
  font-size: 1.6rem;
  margin-bottom: 14px;
}

.service-box.accent,
.area-card.featured {
  background: linear-gradient(180deg, rgba(255, 122, 0, 0.2), rgba(34, 26, 20, 0.9));
}

.area-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease;
}

.area-card span,
.area-card h3,
.area-card p {
  width: 100%;
}

.area-card:hover,
.location-link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 200, 120, 0.36);
}

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

.flow-box,
.final-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.flow-box {
  padding: 22px;
}

.flow-box strong {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd451, #ff7a00);
  color: #111;
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
}

.flow-box h3,
.final-cta h3 {
  margin: 16px 0 10px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.flow-box p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.info-card.callout {
  background: linear-gradient(135deg, rgba(255, 212, 81, 0.18), rgba(255, 122, 0, 0.18));
}

.final-cta {
  margin-top: 22px;
  padding: 24px;
}

.location-page .site-shell {
  padding-top: 18px;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 0 4px;
  color: var(--muted);
  font-size: 0.9rem;
}

.breadcrumb-list a {
  color: #ffcf77;
}

.breadcrumb-list strong {
  color: var(--text);
}

.location-hero {
  display: grid;
  gap: 24px;
  padding-top: 22px;
}

.location-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 20px;
}

.location-bullet-list {
  margin: 16px 0 0;
  padding-left: 18px;
}

.location-bullet-list li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.location-highlight-box {
  min-height: 100%;
}

.location-link-card {
  min-height: 200px;
}

.footer {
  padding: 56px 0 8px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.footer a {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
}

.footer-policy-link {
  opacity: 0.52;
  font-family: "Manrope", sans-serif;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
}

.signature-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 0 12px 8px;
}

.signature-bar-inner {
  width: min(calc(100% - 8px), 1180px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 4px 14px;
  border: 1px solid rgba(255, 166, 77, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(47, 30, 18, 0.98), rgba(25, 16, 11, 0.98));
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 149, 0, 0.08) inset;
  backdrop-filter: blur(12px);
  color: rgba(246, 234, 223, 0.74);
  font-size: 0.78rem;
  cursor: pointer;
}

.signature-bar-inner span {
  line-height: 1.2;
}

.signature-hub {
  color: #ff8a00;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
}

.policy-page {
  width: min(calc(100% - 32px), 860px);
  margin: 0 auto;
  padding: 56px 0 72px;
}

.policy-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.policy-card h1 {
  margin: 0 0 18px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.policy-card p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.7;
}

.policy-card a {
  color: var(--text);
}

.policy-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 10px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  font-family: "Oswald", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.visitor-counter {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  opacity: 0.78;
  transition: opacity 160ms ease;
}

.visitor-counter:hover {
  opacity: 0.95;
}

.visitor-counter-badge {
  display: block;
  height: 20px;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.button:hover,
.call-chip:hover,
.urgent-call-button:hover {
  transform: translateY(-2px);
}

@keyframes urgentPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(103, 232, 249, 0.48);
    filter: brightness(1);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(103, 232, 249, 0);
    filter: brightness(1.08);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(103, 232, 249, 0);
    filter: brightness(1);
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }

  .topbar,
  .footer,
  .hero-grid,
  .service-grid,
  .contact-grid,
  .section-heading,
  .flow-grid,
  .trust-strip,
  .area-grid,
  .value-grid,
  .faq-list,
  .location-highlight-grid,
  .location-link-grid,
  .location-hero-grid,
  .location-hero-meta {
    grid-template-columns: 1fr;
  }

  .services-top,
  .contact-top {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
  }

  .hero h1,
  .section h2,
  .location-hero h1 {
    max-width: none;
  }

  .service-photo-card {
    aspect-ratio: 16 / 9;
  }

  .map-card,
  .map-card iframe {
    min-height: 300px;
  }

  .hero-copy,
  .location-hero-copy {
    padding: 24px 22px 22px;
  }

  .topbar-actions {
    justify-self: stretch;
  }

  .topbar-main {
    flex-direction: column;
    align-items: stretch;
  }

  .site-menu {
    width: 100%;
  }

}

@media (max-width: 640px) {
  .site-shell {
    width: min(calc(100% - 20px), var(--container));
    padding-top: 14px;
  }

  .breadcrumb-list {
    gap: 8px;
    font-size: 0.82rem;
  }

  .button,
  .call-chip,
  .urgent-call-button {
    width: 100%;
  }

  .brand {
    width: 100%;
  }

  .topbar {
    padding: 14px;
    margin-bottom: 18px;
  }

  .brand-logo-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .brand-text strong {
    font-size: 1.02rem;
  }

  .brand-text small {
    font-size: 0.72rem;
  }

  .topbar-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

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

  .hero h1,
  .location-hero h1 {
    font-size: clamp(2.15rem, 11.6vw, 3.6rem);
    line-height: 1.18;
    padding-top: 0.14em;
    padding-bottom: 0.24em;
  }

  .hero-panel,
  .service-box,
  .info-card,
  .flow-box,
  .final-cta,
  .value-box,
  .faq-item,
  .location-hero-side,
  .location-highlight-box,
  .location-link-card {
    padding: 20px;
  }

  .media-box {
    padding: 16px;
  }

  .service-photo-card {
    display: none;
  }

  .map-card-overlay {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    align-items: flex-start;
  }

  .policy-page {
    width: min(calc(100% - 20px), 860px);
    padding: 28px 0 48px;
  }

  .content-page {
    width: min(calc(100% - 20px), var(--container));
    padding: 14px 0 82px;
  }

  .content-card {
    padding: 20px 18px;
  }

  .policy-card {
    padding: 22px 18px;
  }

  .hero-copy,
  .location-hero-copy {
    padding: 22px 18px 20px;
  }

  .visitor-counter {
    right: 8px;
    bottom: 42px;
  }

  .visitor-counter-badge {
    height: 16px;
  }

  .signature-bar {
    padding: 0 6px 4px;
  }

  .signature-bar-inner {
    min-height: 26px;
    padding: 3px 10px;
    text-align: center;
    font-size: 0.62rem;
    line-height: 1.05;
  }

  .signature-bar-inner span {
    line-height: 1.05;
  }

  .signature-hub {
    letter-spacing: 0.03em;
  }
}
