/*
Theme Name: NABSPRO Premier 2026
Theme URI: https://nabspro.com/
Author: NABSPRO
Author URI: https://nabspro.com/
Description: A fast, accessible, trust-first custom WordPress theme for NABSPRO professional services in Lanham, Maryland. Publishes credentials, pricing, proof, and structured data only when verified by the business owner.
Version: 5.0.2
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: nabspro
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* --------------------------------------------------------------------------
   Design tokens and foundation
   -------------------------------------------------------------------------- */
:root {
  --navy-950: #041126;
  --navy-900: #061a3d;
  --navy-850: #092450;
  --navy-800: #0b2f68;
  --blue-700: #3045b8;
  --blue-600: #4358c8;
  --blue-100: #edf0ff;
  --green-700: #127c2d;
  --green-600: #1b9f3a;
  --green-500: #2bb64b;
  --green-100: #e8f8ec;
  --green-50: #f2fbf4;
  --ink-950: #0b1528;
  --ink-900: #10203a;
  --ink-800: #1e304d;
  --ink-700: #334765;
  --ink-600: #53647c;
  --ink-500: #5f6d80;
  --surface: #ffffff;
  --surface-soft: #f5f7fb;
  --surface-blue: #f1f5fb;
  --surface-warm: #fbfaf7;
  --line: #dce3ed;
  --line-strong: #c8d2e1;
  --danger: #a72b2b;
  --danger-bg: #fff0f0;
  --success: #156c2a;
  --success-bg: #e9f8ed;
  --warning: #8a5a00;
  --warning-bg: #fff7df;
  --shadow-xs: 0 2px 8px rgba(4, 17, 38, 0.06);
  --shadow-sm: 0 10px 30px rgba(4, 17, 38, 0.08);
  --shadow-md: 0 24px 60px rgba(4, 17, 38, 0.14);
  --shadow-lg: 0 34px 90px rgba(2, 13, 33, 0.22);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-xl: 40px;
  --container: 1220px;
  --header-height: 84px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink-900);
  background: var(--surface);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.menu-open body,
body.menu-open {
  overflow: hidden;
}

img,
picture,
svg,
video,
canvas,
iframe {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

svg.icon {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
  overflow: visible;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
select {
  cursor: pointer;
}

button {
  border: 0;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.17em;
}

a:hover {
  text-decoration-thickness: 0.12em;
}

p,
ul,
ol,
dl,
figure,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.45em;
  color: var(--ink-950);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.9rem, 6vw, 5.6rem);
}

h2 {
  font-size: clamp(2.15rem, 4vw, 3.65rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  letter-spacing: -0.02em;
}

::selection {
  color: #fff;
  background: var(--blue-700);
}

[hidden] {
  display: none !important;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.site-main {
  overflow: clip;
}

.section {
  position: relative;
  padding-block: clamp(76px, 8vw, 124px);
}

.section--soft {
  background: var(--surface-soft);
}

.section--dark {
  color: #dbe5f4;
  background: var(--navy-950);
}

.section--dark h2,
.section--dark h3,
.section--dark strong {
  color: #fff;
}

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

.screen-reader-text:focus,
.skip-link:focus {
  position: fixed !important;
  z-index: 100000;
  top: 14px;
  left: 14px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  color: #fff;
  background: var(--navy-950);
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: var(--shadow-md);
  font-weight: 800;
}

.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
}

:focus-visible {
  outline: 3px solid #74b8ff;
  outline-offset: 3px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--green-700);
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow--light,
.eyebrow--hero {
  color: #79e48b;
}

.lead-copy {
  color: var(--ink-700);
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  line-height: 1.75;
}

.section-heading {
  margin-bottom: clamp(38px, 5vw, 64px);
}

.section-heading h2 {
  max-width: 850px;
}

.section-heading > p:last-child,
.section-heading > div > p:last-of-type {
  max-width: 720px;
  color: var(--ink-600);
  font-size: 1.06rem;
}

.section-heading--center {
  display: grid;
  justify-items: center;
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.62fr);
  gap: 56px;
  align-items: end;
}

.section-heading--split > div:last-child {
  padding-bottom: 8px;
}

/* --------------------------------------------------------------------------
   Buttons and links
   -------------------------------------------------------------------------- */
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.button:active {
  transform: translateY(0);
}

.button[disabled] {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.button--large {
  min-height: 56px;
  padding-inline: 25px;
  font-size: 1rem;
}

.button--full {
  width: 100%;
}

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--green-600), var(--green-500));
  border-color: var(--green-500);
  box-shadow: 0 12px 25px rgba(27, 159, 58, 0.24);
}

.button--primary:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--green-700), var(--green-600));
  box-shadow: 0 16px 32px rgba(27, 159, 58, 0.3);
}

.button--secondary {
  color: var(--navy-900);
  background: #fff;
  border-color: var(--line-strong);
  box-shadow: var(--shadow-xs);
}

.button--secondary:hover {
  color: var(--blue-700);
  border-color: #a9b6ca;
  box-shadow: var(--shadow-sm);
}

.button--light {
  color: var(--navy-950);
  background: #fff;
  border-color: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.15);
}

.button--light:hover {
  color: var(--blue-700);
  background: #f6f8ff;
}

.button--outline-light,
.button--ghost-light {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.34);
}

.button--outline-light:hover,
.button--ghost-light:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.68);
}

.button.is-loading svg {
  animation: nabspro-spin 0.8s linear infinite;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue-700);
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.text-link svg {
  transition: transform 180ms var(--ease);
}

.text-link:hover {
  color: var(--green-700);
  text-decoration: none;
}

.text-link:hover svg {
  transform: translateX(4px);
}

.text-link--light {
  color: #fff;
}

.text-link--light:hover {
  color: #9bf0a8;
}

@keyframes nabspro-spin {
  to { transform: rotate(360deg); }
}

/* --------------------------------------------------------------------------
   Utility bar and header
   -------------------------------------------------------------------------- */
.utility-bar {
  position: relative;
  z-index: 80;
  color: #dbe5f4;
  background: var(--navy-950);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
  font-weight: 700;
}

.utility-bar__inner,
.utility-bar__group {
  display: flex;
  align-items: center;
}

.utility-bar__inner {
  min-height: 36px;
  justify-content: space-between;
  gap: 20px;
}

.utility-bar__group {
  gap: 24px;
}

.utility-bar a,
.utility-bar__hours {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  text-decoration: none;
}

.utility-bar a:hover {
  color: #fff;
}

.utility-bar svg {
  color: #79e48b;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(208, 217, 230, 0.7);
  transition: box-shadow 180ms ease, background 180ms ease;
  backdrop-filter: blur(16px);
}

.admin-bar .site-header {
  top: 32px;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 12px 35px rgba(4, 17, 38, 0.1);
}

.site-header__inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  gap: 28px;
}

.site-brand {
  display: inline-flex;
  flex: 0 0 218px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  overflow: hidden;
  background: #000;
  border-radius: 11px;
  text-decoration: none;
}

.site-brand img {
  width: 194px;
  height: auto;
}

.primary-navigation {
  flex: 1 1 auto;
}

.primary-menu,
.primary-menu ul,
.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.primary-menu > li {
  position: relative;
}

.primary-menu > li > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 6px;
  padding: 10px 13px;
  color: var(--ink-800);
  border-radius: 9px;
  font-size: 0.91rem;
  font-weight: 780;
  text-decoration: none;
  white-space: nowrap;
}

.primary-menu > li > a:hover,
.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a {
  color: var(--blue-700);
  background: var(--blue-100);
}

.menu-chevron {
  width: 0.9rem !important;
  height: 0.9rem !important;
  transition: transform 180ms ease;
}

.primary-menu .sub-menu {
  position: absolute;
  z-index: 50;
  top: calc(100% + 12px);
  left: 50%;
  display: grid;
  width: min(560px, 80vw);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  padding: 12px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  transform: translate(-50%, 10px);
  transition: visibility 180ms ease, opacity 180ms ease, transform 180ms var(--ease);
}

.primary-menu .sub-menu::before {
  content: "Services";
  grid-column: 1 / -1;
  padding: 6px 9px 8px;
  color: var(--ink-500);
  border-bottom: 1px solid var(--line);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.primary-menu .sub-menu a {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 9px 11px;
  color: var(--ink-800);
  border-radius: 9px;
  font-size: 0.87rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu .current-menu-item > a {
  color: var(--blue-700);
  background: var(--surface-blue);
}

.primary-menu > li:hover > .sub-menu,
.primary-menu > li:focus-within > .sub-menu,
.primary-menu > li.submenu-open > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.primary-menu > li:hover > a .menu-chevron,
.primary-menu > li:focus-within > a .menu-chevron,
.primary-menu > li.submenu-open > a .menu-chevron {
  transform: rotate(180deg);
}

.submenu-toggle {
  display: none;
}

.site-header__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-900);
  font-size: 0.87rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.header-phone > svg {
  width: 38px;
  height: 38px;
  padding: 9px;
  color: var(--green-700);
  background: var(--green-100);
  border-radius: 50%;
}

.header-phone span {
  display: grid;
}

.header-phone small {
  color: var(--ink-500);
  font-size: 0.68rem;
  font-weight: 700;
}

.menu-toggle,
.mobile-nav__header,
.mobile-nav__contact,
.menu-scrim {
  display: none;
}

/* --------------------------------------------------------------------------
   Shared page hero and breadcrumbs
   -------------------------------------------------------------------------- */
.breadcrumbs {
  margin-bottom: 24px;
  font-size: 0.78rem;
  font-weight: 700;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
}

.breadcrumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.4);
}

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

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

.page-hero,
.service-hero,
.not-found {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #dbe5f4;
  background:
    radial-gradient(circle at 85% 16%, rgba(67, 88, 200, 0.3), transparent 32%),
    radial-gradient(circle at 18% 100%, rgba(43, 182, 75, 0.15), transparent 35%),
    linear-gradient(126deg, var(--navy-950), var(--navy-800));
}

.page-hero__pattern,
.service-hero__pattern,
.not-found__pattern {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}

.page-hero__pattern::before,
.page-hero__pattern::after,
.not-found__pattern::before {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.page-hero__pattern::before {
  width: 500px;
  height: 500px;
  top: -315px;
  right: -80px;
}

.page-hero__pattern::after {
  width: 280px;
  height: 280px;
  right: 170px;
  bottom: -225px;
}

.page-hero__inner {
  padding-block: clamp(64px, 8vw, 110px);
}

.page-hero--compact .page-hero__inner {
  padding-block: clamp(58px, 7vw, 88px);
}

.page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.43fr);
  gap: clamp(44px, 7vw, 100px);
  align-items: center;
}

.page-hero__grid h1,
.page-hero__copy h1,
.service-hero h1,
.not-found h1 {
  max-width: 900px;
  color: #fff;
}

.page-hero__grid h1 span,
.page-hero__copy h1 span,
.not-found h1 span {
  color: #67dc79;
}

.page-hero__grid > div:first-child > p:last-child,
.page-hero__copy > p:last-child,
.service-hero__copy > p:last-of-type,
.not-found__inner > p:last-of-type {
  max-width: 760px;
  margin-bottom: 0;
  color: #d5e0f0;
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
}

.page-hero__fact-card,
.page-hero__stat {
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.page-hero__fact-card > span,
.page-hero__stat > strong {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin-bottom: 22px;
  color: #fff;
  background: var(--green-600);
  border-radius: 16px;
}

.page-hero__fact-card > span svg {
  width: 27px;
  height: 27px;
}

.page-hero__fact-card p {
  margin-bottom: 7px;
  color: #aebdd1;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-hero__fact-card strong {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.14rem;
  line-height: 1.55;
}

.page-hero__stat {
  display: flex;
  align-items: center;
  gap: 20px;
}

.page-hero__stat > strong {
  flex: 0 0 auto;
  margin: 0;
  font-size: 1.75rem;
}

.page-hero__stat span {
  color: #fff;
  font-weight: 750;
  line-height: 1.45;
}

.page-hero--services .page-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.35fr);
  gap: 64px;
  align-items: end;
}

.page-hero--services .page-hero__copy h1 {
  font-size: clamp(2.8rem, 5.5vw, 5.2rem);
}

/* --------------------------------------------------------------------------
   Homepage hero
   -------------------------------------------------------------------------- */
.home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #d9e4f3;
  background:
    radial-gradient(circle at 74% 20%, rgba(67, 88, 200, 0.35), transparent 26%),
    linear-gradient(120deg, var(--navy-950) 0%, #071f48 54%, #0b3270 100%);
}

.home-hero::after {
  position: absolute;
  z-index: -1;
  right: -12%;
  bottom: -36%;
  width: 650px;
  height: 650px;
  content: "";
  background: radial-gradient(circle, rgba(43, 182, 75, 0.14), transparent 68%);
  border-radius: 50%;
}

.hero-pattern {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.hero-pattern--one {
  width: 430px;
  height: 430px;
  top: -310px;
  left: -80px;
}

.hero-pattern--two {
  width: 270px;
  height: 270px;
  right: 35%;
  bottom: -220px;
}

.home-hero__grid {
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.78fr);
  gap: clamp(50px, 7vw, 100px);
  align-items: center;
  padding-block: clamp(76px, 8vw, 118px);
}

.home-hero__copy h1 {
  max-width: 780px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(3.45rem, 6.8vw, 6.7rem);
  letter-spacing: -0.06em;
}

.home-hero__copy h1 span {
  color: #69df7b;
}

.home-hero__lead {
  max-width: 700px;
  margin-bottom: 32px;
  color: #dce5f2;
  font-size: clamp(1.1rem, 1.8vw, 1.32rem);
  line-height: 1.7;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: #6dea7f;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(109, 234, 127, 0.14);
}

.button-group--hero {
  margin-bottom: 30px;
}

.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #e6edf8;
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-assurances li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-assurances svg {
  color: #6dea7f;
}

.hero-planner {
  overflow: hidden;
  color: var(--ink-900);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 30px;
  box-shadow: var(--shadow-lg);
}

.hero-planner__top {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 24px 25px 20px;
  border-bottom: 1px solid var(--line);
}

.hero-planner__mark {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--blue-700);
  border-radius: 15px;
}

.hero-planner__mark svg {
  width: 24px;
  height: 24px;
}

.hero-planner__top p,
.hero-planner__top h2 {
  margin: 0;
}

.hero-planner__top p {
  color: var(--green-700);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-planner__top h2 {
  font-size: 1.35rem;
}

.hero-planner__categories {
  padding: 8px;
}

.hero-planner__categories > a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 18px;
  gap: 13px;
  align-items: center;
  padding: 13px 12px;
  color: var(--ink-900);
  border-radius: 13px;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms var(--ease);
}

.hero-planner__categories > a:hover {
  background: var(--surface-blue);
  transform: translateX(3px);
}

.hero-planner__category-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--blue-700);
  background: var(--blue-100);
  border-radius: 12px;
}

.hero-planner__categories strong,
.hero-planner__categories small {
  display: block;
}

.hero-planner__categories strong {
  margin-bottom: 2px;
  font-size: 0.94rem;
}

.hero-planner__categories small {
  color: var(--ink-600);
  font-size: 0.73rem;
  line-height: 1.45;
}

.hero-planner__categories > a > svg {
  color: var(--green-700);
}

.hero-planner__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 20px;
  background: var(--surface-soft);
  border-top: 1px solid var(--line);
}

.hero-planner__footer > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hero-planner__footer svg {
  color: var(--green-700);
}

.hero-planner__footer small,
.hero-planner__footer strong {
  display: block;
}

.hero-planner__footer small {
  color: var(--ink-500);
  font-size: 0.67rem;
  font-weight: 700;
}

.hero-planner__footer strong {
  font-size: 0.82rem;
}

.hero-planner__footer > a {
  color: var(--blue-700);
  font-size: 0.82rem;
  font-weight: 850;
}

.trust-rail {
  position: relative;
  z-index: 5;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 30px rgba(4, 17, 38, 0.04);
}

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

.trust-rail__grid > div {
  min-height: 94px;
  padding: 22px 27px;
  border-right: 1px solid var(--line);
}

.trust-rail__grid > div:last-child {
  border-right: 0;
}

.trust-rail strong,
.trust-rail span {
  display: block;
}

.trust-rail strong {
  color: var(--navy-900);
  font-size: 1.12rem;
  line-height: 1.25;
}

.trust-rail span {
  margin-top: 4px;
  color: var(--ink-500);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.35;
}

/* --------------------------------------------------------------------------
   Service and category cards
   -------------------------------------------------------------------------- */
.service-grid {
  display: grid;
  gap: 22px;
}

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

.service-grid--all {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

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

.service-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 27px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 10px 28px rgba(4, 17, 38, 0.045);
  transition: transform 220ms var(--ease), border-color 220ms ease, box-shadow 220ms var(--ease);
}

.service-card:hover {
  border-color: #b9c6d8;
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}

.service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 24px;
}

.service-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--blue-700);
  background: var(--blue-100);
  border-radius: 15px;
}

.service-card__icon svg {
  width: 25px;
  height: 25px;
}

.service-card__category {
  color: var(--ink-500);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-align: right;
  text-transform: uppercase;
}

.service-card__title {
  margin-bottom: 11px;
  font-size: 1.27rem;
  line-height: 1.2;
}

.service-card__title a {
  text-decoration: none;
}

.service-card__title a::after {
  position: absolute;
  content: "";
  inset: 0;
}

.service-card > p {
  flex: 1 1 auto;
  margin-bottom: 20px;
  color: var(--ink-600);
  font-size: 0.91rem;
  line-height: 1.65;
}

.service-card .text-link {
  position: relative;
  z-index: 1;
  font-size: 0.85rem;
}

.service-card--featured:first-child {
  color: #e4ebf6;
  background: linear-gradient(145deg, var(--navy-900), var(--navy-800));
  border-color: transparent;
}

.service-card--featured:first-child h3,
.service-card--featured:first-child a {
  color: #fff;
}

.service-card--featured:first-child > p {
  color: #cfdaea;
}

.service-card--featured:first-child .service-card__category {
  color: #b7c5d8;
}

.service-card--featured:first-child .service-card__icon {
  color: #fff;
  background: var(--green-600);
}

.service-card--featured:first-child .text-link {
  color: #8aec99;
}

.category-grid,
.about-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.category-card {
  padding: clamp(28px, 4vw, 42px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}

.category-card__icon,
.about-category-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-700), var(--blue-600));
  border-radius: 17px;
  box-shadow: 0 13px 28px rgba(48, 69, 184, 0.2);
}

.category-card__icon svg,
.about-category-card__icon svg {
  width: 27px;
  height: 27px;
}

.category-card__count {
  margin-bottom: 7px;
  color: var(--green-700);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-card h3 {
  font-size: 1.6rem;
}

.category-card > p:not(.category-card__count) {
  color: var(--ink-600);
}

.category-card ul {
  margin: 24px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.category-card li + li {
  margin-top: 4px;
}

.category-card li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 8px;
  color: var(--ink-800);
  border-radius: 9px;
  font-size: 0.91rem;
  font-weight: 750;
  text-decoration: none;
}

.category-card li a:hover {
  color: var(--blue-700);
  background: var(--surface-blue);
}

.category-card li svg {
  color: var(--green-700);
}

/* --------------------------------------------------------------------------
   Processes, location, FAQ preview, CTA
   -------------------------------------------------------------------------- */
.process-layout,
.experience-grid,
.decision-grid,
.faq-preview-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.2fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}

.process-layout__intro,
.experience-grid__intro,
.decision-grid__intro,
.faq-preview-grid__intro {
  position: sticky;
  top: 130px;
}

.process-layout__intro > p:last-of-type,
.experience-grid__intro > p:last-of-type,
.decision-grid__intro > p:last-of-type,
.faq-preview-grid__intro > p:last-of-type {
  color: var(--ink-600);
  font-size: 1.03rem;
}

.process-steps,
.experience-list,
.service-process,
.appointment-guidance {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-steps > li,
.experience-list > article,
.service-process > li {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 24px;
  padding: 29px 0;
  border-top: 1px solid var(--line);
}

.process-steps > li:first-child,
.experience-list > article:first-child,
.service-process > li:first-child {
  border-top: 0;
  padding-top: 0;
}

.process-steps > li > span,
.experience-list > article > span,
.service-process > li > span {
  color: var(--green-700);
  font-size: 1.7rem;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.process-steps h3,
.experience-list h3,
.service-process h3 {
  margin-bottom: 8px;
}

.process-steps p,
.experience-list p,
.service-process p {
  margin: 0;
  color: var(--ink-600);
}

.location-showcase {
  overflow: hidden;
}

.location-showcase::before,
.about-location::before {
  position: absolute;
  right: -180px;
  bottom: -260px;
  width: 620px;
  height: 620px;
  content: "";
  background: radial-gradient(circle, rgba(48, 69, 184, 0.26), transparent 67%);
  border-radius: 50%;
}

.location-showcase__grid,
.about-location__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
}

.location-showcase__media {
  position: relative;
  padding-bottom: 68px;
}

.location-showcase__building {
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.location-showcase__building picture,
.location-showcase__building img,
.about-location__building picture,
.about-location__building img {
  width: 100%;
}

.location-showcase__building-image,
.about-location__building-image {
  aspect-ratio: 3.48 / 1;
  object-fit: cover;
}

.location-showcase__door {
  position: absolute;
  right: -15px;
  bottom: 0;
  width: 190px;
  padding: 7px;
  overflow: hidden;
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
}

.location-showcase__door picture,
.location-showcase__door img {
  width: 100%;
}

.location-showcase__door-image {
  aspect-ratio: 0.66;
  object-fit: cover;
  object-position: center 46%;
  border-radius: 12px;
}

.location-showcase__door > span {
  display: block;
  padding: 8px 5px 4px;
  color: var(--navy-900);
  font-size: 0.73rem;
  font-weight: 850;
  text-align: center;
}

.location-showcase__copy > p:not(.eyebrow),
.about-location__grid > div > p:not(.eyebrow) {
  color: #c8d5e7;
  font-size: 1.04rem;
}

.location-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin: 30px 0;
}

.location-facts > div {
  display: flex;
  gap: 12px;
  padding: 17px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
}

.location-facts > div > svg {
  margin-top: 2px;
  color: #79e48b;
}

.location-facts small,
.location-facts strong {
  display: block;
}

.location-facts small {
  margin-bottom: 3px;
  color: #9eafc5;
  font-size: 0.68rem;
  font-weight: 750;
  text-transform: uppercase;
}

.location-facts strong {
  font-size: 0.84rem;
  line-height: 1.4;
}

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

.faq-item,
.accordion {
  border-bottom: 1px solid var(--line);
}

.faq-item summary,
.accordion summary {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 2px;
  cursor: pointer;
  color: var(--ink-900);
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
}

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

.faq-item summary > svg {
  color: var(--green-700);
  transition: transform 180ms ease;
}

.faq-item[open] summary > svg {
  transform: rotate(180deg);
}

.faq-item__answer,
.accordion__content {
  padding: 0 44px 20px 2px;
  color: var(--ink-600);
}

.faq-item__answer p,
.accordion__content p {
  margin: 0;
}

.cta-band {
  position: relative;
  overflow: hidden;
  color: #dce7f5;
  background: linear-gradient(118deg, var(--blue-700), var(--navy-800));
}

.cta-band::after {
  position: absolute;
  right: -80px;
  bottom: -160px;
  width: 380px;
  height: 380px;
  content: "";
  background: radial-gradient(circle, rgba(43, 182, 75, 0.33), transparent 65%);
  border-radius: 50%;
}

.cta-band__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 280px;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-block: 54px;
}

.cta-band h2 {
  max-width: 760px;
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(2.15rem, 4vw, 3.5rem);
}

.cta-band p:last-child {
  max-width: 690px;
  margin-bottom: 0;
}

.cta-band .button-group {
  flex: 0 0 auto;
  justify-content: flex-end;
}

/* --------------------------------------------------------------------------
   Service directory
   -------------------------------------------------------------------------- */
.services-browser {
  padding-top: 0;
}

.services-toolbar {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 0.7fr);
  gap: 20px 42px;
  align-items: end;
  margin-top: -54px;
  padding: 31px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.services-toolbar__heading p,
.services-toolbar__heading h2 {
  margin-bottom: 0;
}

.services-toolbar__heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.search-field {
  position: relative;
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  padding-inline: 17px;
  background: var(--surface-soft);
  border: 1px solid var(--line-strong);
  border-radius: 13px;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.search-field:focus-within {
  background: #fff;
  border-color: var(--blue-600);
  box-shadow: 0 0 0 4px rgba(67, 88, 200, 0.12);
}

.search-field > svg {
  color: var(--ink-500);
}

.search-field input {
  min-width: 0;
  flex: 1 1 auto;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}

.search-field button {
  padding: 5px;
  color: var(--blue-700);
  background: transparent;
  font-size: 0.75rem;
  font-weight: 800;
}

.filter-chips {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}

.filter-chip {
  min-height: 38px;
  padding: 8px 15px;
  color: var(--ink-700);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.79rem;
  font-weight: 800;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.filter-chip:hover,
.filter-chip.is-active {
  color: #fff;
  background: var(--blue-700);
  border-color: var(--blue-700);
}

.empty-state {
  display: grid;
  justify-items: center;
  max-width: 620px;
  margin: 40px auto 0;
  padding: 36px;
  color: var(--ink-600);
  background: var(--surface-soft);
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius-md);
  text-align: center;
}

.empty-state svg {
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  color: var(--blue-700);
}

.empty-state strong,
.empty-state span {
  display: block;
}

.empty-state strong {
  margin-bottom: 5px;
  color: var(--ink-900);
}

.category-explainers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 23px;
}

.category-explainer {
  scroll-margin-top: 125px;
  padding: 31px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.category-explainer__heading {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.category-explainer__heading > span {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--blue-700);
  border-radius: 15px;
}

.category-explainer__heading p,
.category-explainer__heading h3 {
  margin: 0;
}

.category-explainer__heading p {
  color: var(--green-700);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-explainer > p {
  color: var(--ink-600);
}

.category-explainer ul {
  margin: 20px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.category-explainer li + li {
  border-top: 1px solid #edf1f6;
}

.category-explainer li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 12px 5px;
  color: var(--ink-800);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.category-explainer li a:hover {
  color: var(--blue-700);
}

.category-explainer li svg {
  color: var(--green-700);
}

.decision-cards {
  display: grid;
  gap: 15px;
}

.decision-cards article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 17px;
  padding: 24px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.decision-cards article > span {
  display: grid;
  width: 52px;
  height: 52px;
  grid-row: 1 / span 2;
  place-items: center;
  color: var(--blue-700);
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow-xs);
}

.decision-cards h3 {
  margin-bottom: 6px;
}

.decision-cards p {
  margin: 0;
  color: var(--ink-600);
}

/* --------------------------------------------------------------------------
   Service detail
   -------------------------------------------------------------------------- */
.service-hero {
  overflow: visible;
  padding-bottom: 0;
}

.service-hero__pattern {
  display: grid;
  place-items: center;
  overflow: hidden;
  opacity: 0.055;
}

.service-hero__pattern svg {
  position: absolute;
  right: -5vw;
  width: min(52vw, 650px);
  height: min(52vw, 650px);
}

.service-hero__grid {
  display: grid;
  min-height: 540px;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.38fr);
  gap: 70px;
  align-items: center;
  padding-block: 70px 112px;
}

.service-hero__copy h1 {
  font-size: clamp(3rem, 6vw, 5.7rem);
}

.service-hero__copy .button-group {
  margin-top: 30px;
}

.service-hero__icon-card {
  display: grid;
  justify-items: center;
  padding: 44px 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.service-hero__icon-card > span {
  display: grid;
  width: 128px;
  height: 128px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-600), var(--green-600));
  border-radius: 35px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
  transform: rotate(-4deg);
}

.service-hero__icon-card svg {
  width: 64px;
  height: 64px;
}

.service-hero__icon-card small {
  margin-top: 22px;
  color: #bfcce0;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.service-quick-facts {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  color: var(--ink-900);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  transform: translateY(44px);
}

.service-quick-facts > div {
  display: flex;
  min-height: 104px;
  align-items: center;
  gap: 14px;
  padding: 23px 28px;
  border-right: 1px solid var(--line);
}

.service-quick-facts > div:last-child {
  border-right: 0;
}

.service-quick-facts > div > svg {
  width: 36px;
  height: 36px;
  padding: 8px;
  color: var(--green-700);
  background: var(--green-100);
  border-radius: 10px;
}

.service-quick-facts small,
.service-quick-facts strong {
  display: block;
}

.service-quick-facts small {
  color: var(--ink-500);
  font-size: 0.67rem;
  font-weight: 750;
  text-transform: uppercase;
}

.service-quick-facts strong {
  margin-top: 2px;
  font-size: 0.86rem;
}

.service-content {
  padding-top: 128px;
}

.content-with-aside {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(54px, 8vw, 100px);
  align-items: start;
}

.service-article {
  min-width: 0;
}

.content-section {
  scroll-margin-top: 130px;
  padding-block: 54px;
  border-top: 1px solid var(--line);
}

.content-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.content-section h2 {
  max-width: 780px;
  font-size: clamp(2rem, 3.7vw, 3.2rem);
}

.who-card {
  display: flex;
  gap: 17px;
  margin-top: 30px;
  padding: 24px;
  background: var(--surface-blue);
  border: 1px solid #d7e0ef;
  border-radius: var(--radius-md);
}

.who-card > span {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--blue-700);
  border-radius: 14px;
}

.who-card h3 {
  margin-bottom: 6px;
}

.who-card p {
  margin: 0;
  color: var(--ink-600);
}

.item-tile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.item-tile-grid li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 15px 16px;
  color: var(--ink-800);
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 11px;
  font-size: 0.9rem;
  font-weight: 680;
  line-height: 1.45;
}

.item-tile-grid li svg {
  margin-top: 2px;
  color: var(--green-700);
}

.bring-section {
  margin-block: 25px;
  padding: clamp(30px, 5vw, 48px);
  background: linear-gradient(145deg, #f0f8f2, #f7fbf8);
  border: 1px solid #cfe7d5;
  border-radius: var(--radius-lg);
}

.bring-section__heading {
  display: flex;
  align-items: center;
  gap: 17px;
}

.bring-section__heading > span {
  display: grid;
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--green-600);
  border-radius: 17px;
}

.bring-section__heading p,
.bring-section__heading h2 {
  margin-bottom: 0;
}

.check-list {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding-block: 11px;
  border-bottom: 1px solid rgba(20, 133, 49, 0.13);
}

.check-list li:last-child {
  border-bottom: 0;
}

.check-list li svg {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  padding: 4px;
  color: #fff;
  background: var(--green-600);
  border-radius: 50%;
}

.check-list--large li {
  font-weight: 700;
}

.privacy-callout,
.pricing-note {
  display: flex;
  gap: 11px;
  margin: 24px 0 0;
  padding: 15px 17px;
  color: var(--ink-700);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 11px;
  font-size: 0.84rem;
  line-height: 1.55;
}

.privacy-callout svg,
.pricing-note svg {
  margin-top: 2px;
  color: var(--blue-700);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.price-card {
  padding: 25px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  text-align: center;
  box-shadow: var(--shadow-xs);
}

.price-card span,
.price-card strong {
  display: block;
}

.price-card span {
  min-height: 44px;
  color: var(--ink-600);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.4;
}

.price-card strong {
  margin-top: 9px;
  color: var(--green-700);
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.official-resource {
  display: flex;
  gap: 18px;
  margin-block: 30px;
  padding: 30px;
  color: #d7e2f2;
  background: linear-gradient(135deg, var(--navy-900), var(--navy-800));
  border-radius: var(--radius-lg);
}

.official-resource > span {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--green-600);
  border-radius: 15px;
}

.official-resource p:first-child {
  margin-bottom: 5px;
  color: #81e990;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.official-resource h2 {
  color: #fff;
  font-size: 1.55rem;
}

.official-resource p {
  margin-bottom: 14px;
}

.official-resource a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 800;
}

.service-sidebar {
  position: sticky;
  top: 126px;
}

.service-sidebar__card {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.service-sidebar__icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin-bottom: 23px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-700), var(--green-600));
  border-radius: 18px;
}

.service-sidebar__icon svg {
  width: 31px;
  height: 31px;
}

.service-sidebar__card > p {
  margin-bottom: 4px;
  color: var(--green-700);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-sidebar__card h2 {
  font-size: 1.65rem;
}

.service-sidebar__card ul {
  margin: 22px 0;
  padding: 18px 0;
  border-block: 1px solid var(--line);
  list-style: none;
}

.service-sidebar__card li {
  display: flex;
  gap: 8px;
  margin-block: 9px;
  color: var(--ink-700);
  font-size: 0.84rem;
  font-weight: 680;
}

.service-sidebar__card li svg {
  color: var(--green-700);
}

.service-sidebar__card .button + .button {
  margin-top: 10px;
}

.service-sidebar__card > small {
  display: block;
  margin-top: 13px;
  color: var(--ink-500);
  font-size: 0.72rem;
  line-height: 1.45;
  text-align: center;
}

.related-services .section-heading {
  align-items: center;
}

/* --------------------------------------------------------------------------
   About page
   -------------------------------------------------------------------------- */
.about-story {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.62fr);
  gap: clamp(55px, 9vw, 125px);
  align-items: center;
}

.about-story__copy h2 {
  max-width: 850px;
}

.about-principles {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.about-principles > div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 15px;
  padding: 19px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.about-principles > div > span {
  display: grid;
  width: 48px;
  height: 48px;
  grid-row: 1 / span 2;
  place-items: center;
  color: var(--blue-700);
  background: #fff;
  border-radius: 13px;
  box-shadow: var(--shadow-xs);
}

.about-principles strong {
  align-self: end;
}

.about-principles p {
  margin: 3px 0 0;
  color: var(--ink-600);
  font-size: 0.86rem;
}

.about-story__media {
  position: relative;
  justify-self: end;
  width: min(100%, 420px);
}

.about-story__photo {
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow-lg);
  transform: rotate(2deg);
}

.about-story__photo picture,
.about-story__photo img {
  width: 100%;
}

.about-story__door {
  aspect-ratio: 0.66;
  object-fit: cover;
  object-position: center 45%;
  border-radius: 19px;
}

.about-story__badge {
  position: absolute;
  left: -42px;
  bottom: 34px;
  padding: 17px 20px;
  color: #fff;
  background: var(--blue-700);
  border: 5px solid #fff;
  border-radius: 15px;
  box-shadow: var(--shadow-md);
}

.about-story__badge strong,
.about-story__badge span {
  display: block;
}

.about-story__badge strong {
  font-size: 1.15rem;
}

.about-story__badge span {
  color: #d9e1fb;
  font-size: 0.73rem;
  font-weight: 700;
}

.about-category-card {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 19px;
  padding: 29px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.about-category-card__icon {
  margin: 0;
}

.about-category-card > div > p:first-child {
  margin-bottom: 3px;
  color: var(--green-700);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.about-category-card h3 {
  margin-bottom: 8px;
}

.about-category-card > div > p:not(:first-child) {
  color: var(--ink-600);
  font-size: 0.9rem;
}

.about-location__building {
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

/* --------------------------------------------------------------------------
   FAQ page
   -------------------------------------------------------------------------- */
.faq-tools {
  position: relative;
  z-index: 6;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-xs);
}

.faq-tools__inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.62fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  min-height: 100px;
  padding-block: 18px;
}

.search-field--large {
  min-height: 58px;
}

.faq-jump {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.faq-jump a {
  padding: 8px 13px;
  color: var(--ink-700);
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 780;
  text-decoration: none;
}

.faq-jump a:hover {
  color: #fff;
  background: var(--blue-700);
  border-color: var(--blue-700);
}

.faq-page__layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: clamp(55px, 8vw, 100px);
  align-items: start;
}

.faq-page__aside {
  position: sticky;
  top: 128px;
}

.faq-page__aside > p:not(.eyebrow) {
  color: var(--ink-600);
}

.info-card,
.security-callout {
  display: flex;
  gap: 13px;
  margin: 27px 0;
  padding: 18px;
  background: var(--surface-blue);
  border: 1px solid #d7e1ef;
  border-radius: 14px;
}

.info-card > span,
.security-callout > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--blue-700);
  border-radius: 11px;
}

.info-card strong,
.security-callout strong {
  display: block;
  margin-bottom: 3px;
}

.info-card p,
.security-callout p {
  margin: 0;
  color: var(--ink-600);
  font-size: 0.8rem;
  line-height: 1.5;
}

.faq-group {
  scroll-margin-top: 125px;
}

.faq-group + .faq-group {
  margin-top: 62px;
}

.faq-group__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.faq-group__heading > span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--green-700);
  border-radius: 13px;
  font-weight: 850;
}

.faq-group__heading h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.accordion-list {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.accordion {
  padding-inline: 22px;
}

.accordion:last-child {
  border-bottom: 0;
}

.accordion summary {
  min-height: 76px;
}

.accordion__toggle {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 50%;
}

.accordion__toggle::before,
.accordion__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  content: "";
  background: var(--blue-700);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.accordion__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion[open] .accordion__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* --------------------------------------------------------------------------
   Contact and appointment form
   -------------------------------------------------------------------------- */
.contact-hero-actions {
  display: grid;
  gap: 10px;
}

.contact-hero-actions > a {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 14px;
  padding: 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms var(--ease);
}

.contact-hero-actions > a:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: translateX(4px);
}

.contact-hero-actions > a > span {
  display: grid;
  width: 48px;
  height: 48px;
  grid-row: 1 / span 2;
  place-items: center;
  color: #fff;
  background: var(--green-600);
  border-radius: 13px;
}

.contact-hero-actions small,
.contact-hero-actions strong {
  display: block;
}

.contact-hero-actions small {
  align-self: end;
  color: #aebed4;
  font-size: 0.68rem;
  font-weight: 750;
  text-transform: uppercase;
}

.contact-hero-actions strong {
  align-self: start;
  font-size: 0.91rem;
  overflow-wrap: anywhere;
}

.contact-overview {
  padding-block: clamp(56px, 6.5vw, 92px);
}

.contact-overview__grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(26px, 3vw, 44px);
  align-items: start;
}

.visit-card {
  padding: clamp(27px, 2.8vw, 36px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.visit-card__address {
  margin-bottom: 10px;
  font-size: clamp(1.95rem, 2.7vw, 2.55rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.visit-card__address > span {
  display: block;
}

.visit-card__suite {
  margin-top: 0.12em;
  color: var(--blue-700);
}

.visit-card__city {
  margin: 0;
  color: var(--ink-600);
  font-size: 1.03rem;
}

.visit-card__hours {
  margin-block: 25px;
  padding-block: 15px 13px;
  border-block: 1px solid var(--line);
}

.visit-card__hours-title {
  margin: 0 0 5px;
  color: var(--ink-500);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.visit-details {
  margin: 0;
  padding: 0;
}

.visit-details > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding-block: 10px;
}

.visit-details dt {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  color: var(--ink-700);
  font-weight: 740;
}

.visit-details dt svg {
  flex: 0 0 auto;
  color: var(--green-700);
}

.visit-details dt span,
.visit-details dd {
  white-space: nowrap;
}

.visit-details dd {
  margin: 0;
  color: var(--ink-900);
  font-weight: 820;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.visit-card__walkins {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 14px 15px;
  color: var(--success);
  background: var(--success-bg);
  border: 1px solid rgba(20, 121, 52, 0.08);
  border-radius: 11px;
  font-size: 0.86rem;
  font-weight: 800;
}

.visit-card__walkins svg {
  flex: 0 0 auto;
}

.visit-card__actions {
  margin-top: 22px;
}

.visit-card__actions .button {
  min-height: 50px;
}

.arrival-gallery {
  display: grid;
  min-width: 0;
  gap: 18px;
  align-items: start;
}

.arrival-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.arrival-gallery figure picture {
  display: block;
  width: 100%;
  overflow: hidden;
  background: var(--surface-blue);
}

.arrival-gallery__building picture {
  aspect-ratio: 2047 / 588;
}

.arrival-gallery__suite picture {
  aspect-ratio: 1152 / 2048;
}

.arrival-gallery figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrival-gallery__building-image {
  object-position: center;
}

.arrival-gallery__suite-image {
  object-position: center;
}

.arrival-gallery figcaption {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  color: var(--ink-900);
  background: #fff;
  border-top: 1px solid var(--line);
}

.arrival-gallery figcaption > span {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--green-700);
  border-radius: 10px;
  font-size: 0.72rem;
  font-weight: 850;
}

.arrival-gallery figcaption strong,
.arrival-gallery figcaption p {
  display: block;
  margin: 0;
}

.arrival-gallery figcaption strong {
  font-size: 0.88rem;
}

.arrival-gallery figcaption p {
  color: var(--ink-600);
  font-size: 0.76rem;
}

.arrival-gallery__lower {
  display: grid;
  grid-template-columns: minmax(190px, 0.55fr) minmax(0, 1.45fr);
  gap: 18px;
  align-items: stretch;
}

.arrival-gallery__suite {
  align-self: start;
}

.arrival-guide {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 38px);
  background: linear-gradient(145deg, #f4f8ff 0%, #fff 72%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.arrival-guide__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  place-items: center;
  color: #fff;
  background: var(--blue-700);
  border-radius: 14px;
}

.arrival-guide h3 {
  margin-bottom: 13px;
  font-size: clamp(1.42rem, 2.15vw, 2rem);
  line-height: 1.12;
}

.arrival-guide > p:not(.eyebrow) {
  margin-bottom: 20px;
  color: var(--ink-600);
  font-size: 0.93rem;
}

.arrival-guide__address {
  display: grid;
  gap: 3px;
  margin-bottom: 19px;
  padding: 14px 15px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 11px;
}

.arrival-guide__address strong {
  color: var(--ink-500);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.arrival-guide__address span {
  color: var(--ink-900);
  font-size: 0.88rem;
  font-weight: 780;
}

.arrival-guide .text-link {
  align-self: flex-start;
  margin-top: auto;
}

.appointment-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
  gap: clamp(45px, 7vw, 90px);
  align-items: start;
}

.appointment-form-wrap {
  padding: clamp(28px, 5vw, 48px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.appointment-form__heading {
  margin-bottom: 30px;
}

.appointment-form__heading h2 {
  font-size: clamp(2rem, 3.8vw, 3.1rem);
}

.appointment-form__heading > p:last-child {
  margin-bottom: 0;
  color: var(--ink-600);
}

.form-notice {
  display: flex;
  gap: 13px;
  margin-bottom: 24px;
  padding: 17px;
  border-radius: 13px;
}

.notice--success {
  color: var(--success);
  background: var(--success-bg);
  border: 1px solid #bfe4c8;
}

.notice--error {
  color: var(--danger);
  background: var(--danger-bg);
  border: 1px solid #efc5c5;
}

.form-notice__icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  color: currentColor;
  background: #fff;
  border-radius: 10px;
}

.form-notice p {
  margin: 2px 0 0;
}

.form-notice__reference {
  font-size: 0.8rem;
}

.form-grid {
  display: grid;
  gap: 18px;
}

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

.form-field {
  margin-bottom: 20px;
}

.form-field label,
.form-field legend {
  display: block;
  margin-bottom: 7px;
  color: var(--ink-900);
  font-size: 0.84rem;
  font-weight: 800;
}

.field-optional {
  color: var(--ink-500);
  font-size: 0.72rem;
  font-weight: 650;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink-900);
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.form-field input,
.form-field select {
  min-height: 50px;
}

.form-field textarea {
  min-height: 132px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--blue-600);
  box-shadow: 0 0 0 4px rgba(67, 88, 200, 0.12);
}

.form-field input:user-invalid,
.form-field select:user-invalid,
.form-field textarea:user-invalid {
  border-color: #d46060;
}

.field-help {
  margin: 7px 0 0;
  color: var(--ink-500);
  font-size: 0.74rem;
  line-height: 1.5;
}

.form-field--fieldset {
  padding: 0;
  border: 0;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.choice-card {
  position: relative;
  cursor: pointer;
}

.choice-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-card > span {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  color: var(--ink-700);
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 11px;
  text-align: center;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.choice-card input:checked + span {
  color: var(--blue-700);
  background: var(--blue-100);
  border-color: var(--blue-600);
  box-shadow: inset 0 0 0 1px var(--blue-600);
}

.choice-card input:focus-visible + span {
  outline: 3px solid #74b8ff;
  outline-offset: 2px;
}

.consent-check {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin: 3px 0 25px;
  cursor: pointer;
  color: var(--ink-700);
  font-size: 0.8rem;
  line-height: 1.5;
}

.consent-check input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: var(--green-600);
}

.form-submit-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.form-submit-row > p {
  display: flex;
  gap: 7px;
  margin: 0;
  color: var(--ink-500);
  font-size: 0.72rem;
  line-height: 1.45;
}

.form-submit-row > p svg {
  margin-top: 2px;
  color: var(--green-700);
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.appointment-section__aside {
  position: sticky;
  top: 125px;
}

.appointment-section__aside > p:not(.eyebrow) {
  color: var(--ink-600);
}

.appointment-guidance {
  margin-block: 28px;
}

.appointment-guidance li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 13px;
  padding-block: 18px;
  border-top: 1px solid var(--line);
}

.appointment-guidance li > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #fff;
  background: var(--green-700);
  border-radius: 11px;
  font-weight: 850;
}

.appointment-guidance strong {
  display: block;
}

.appointment-guidance p {
  margin: 3px 0 0;
  color: var(--ink-600);
  font-size: 0.82rem;
}

.map-section__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.55fr) minmax(0, 1.15fr);
  gap: clamp(45px, 8vw, 100px);
  align-items: center;
}

.map-section__grid > div:first-child > p:not(.eyebrow) {
  color: var(--ink-600);
}

.map-address {
  display: flex;
  gap: 12px;
  margin: 25px 0;
  padding: 16px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.map-address > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--blue-700);
  border-radius: 11px;
}

.map-address p {
  margin: 0;
}

.lazy-map {
  min-height: 470px;
  overflow: hidden;
  background:
    linear-gradient(rgba(6, 26, 61, 0.78), rgba(6, 26, 61, 0.78)),
    repeating-linear-gradient(45deg, #dce4ef, #dce4ef 18px, #eef2f7 18px, #eef2f7 36px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.lazy-map__placeholder {
  display: grid;
  min-height: 470px;
  place-items: center;
  align-content: center;
  padding: 35px;
  color: #dbe5f3;
  text-align: center;
}

.lazy-map__placeholder > span {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  margin-bottom: 18px;
  color: #fff;
  background: var(--green-600);
  border-radius: 20px;
}

.lazy-map__placeholder > span svg {
  width: 32px;
  height: 32px;
}

.lazy-map__placeholder strong {
  color: #fff;
  font-size: 1.25rem;
}

.lazy-map__placeholder p {
  max-width: 430px;
  margin: 6px 0 22px;
}

.lazy-map iframe {
  width: 100%;
  height: 470px;
  border: 0;
}

/* --------------------------------------------------------------------------
   Privacy, standard content, 404
   -------------------------------------------------------------------------- */
.legal-page__layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 800px);
  justify-content: center;
  gap: clamp(50px, 8vw, 100px);
  align-items: start;
}

.legal-page__nav {
  position: sticky;
  top: 125px;
  display: grid;
  gap: 4px;
  padding: 20px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.legal-page__nav strong {
  margin-bottom: 8px;
  color: var(--ink-900);
  font-size: 0.82rem;
}

.legal-page__nav a {
  padding: 7px 8px;
  color: var(--ink-600);
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.legal-page__nav a:hover {
  color: var(--blue-700);
  background: #fff;
}

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

.legal-updated {
  padding-bottom: 18px;
  color: var(--ink-500);
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
}

.legal-content section {
  scroll-margin-top: 125px;
  padding-block: 30px;
  border-bottom: 1px solid var(--line);
}

.legal-content h2 {
  font-size: clamp(1.55rem, 2.7vw, 2.15rem);
}

.legal-content p,
.legal-content li {
  color: var(--ink-700);
}

.legal-alert {
  display: flex;
  gap: 14px;
  margin-block: 22px;
  padding: 18px;
  color: var(--danger);
  background: var(--danger-bg);
  border: 1px solid #efcaca;
  border-radius: 13px;
}

.legal-alert > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--danger);
  border-radius: 10px;
}

.legal-alert p {
  margin: 0;
  color: inherit;
}

.legal-content address {
  color: var(--ink-700);
  font-style: normal;
}

.content-page__inner {
  max-width: 900px;
}

.entry-content > * + * {
  margin-top: 1.4em;
}

.entry-content h2,
.entry-content h3 {
  margin-top: 1.5em;
}

.entry-content a {
  color: var(--blue-700);
}

.entry-content img {
  border-radius: var(--radius-md);
}

.post-list {
  display: grid;
  gap: 24px;
}

.post-card {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs);
}

.post-card h2 a {
  text-decoration: none;
}

.not-found__inner {
  position: relative;
  display: grid;
  min-height: 650px;
  justify-items: start;
  align-content: center;
  padding-block: 90px;
}

.not-found__inner > *:not(.not-found__code) {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.not-found__code {
  position: absolute;
  right: 2vw;
  color: rgba(255, 255, 255, 0.055);
  font-size: clamp(12rem, 34vw, 31rem);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 1;
}

.not-found .button-group {
  margin-top: 30px;
}

/* --------------------------------------------------------------------------
   Prefooter and footer
   -------------------------------------------------------------------------- */
.prefooter {
  color: #dbe5f4;
  background: var(--navy-850);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.prefooter__inner {
  display: flex;
  min-height: 104px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: 20px;
}

.prefooter__copy,
.prefooter__actions,
.prefooter__actions a {
  display: flex;
  align-items: center;
}

.prefooter__copy {
  gap: 14px;
}

.prefooter__icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--green-600);
  border-radius: 14px;
}

.prefooter__copy strong,
.prefooter__copy span {
  display: block;
}

.prefooter__copy strong {
  color: #fff;
}

.prefooter__copy div > span {
  color: #b9c6d8;
  font-size: 0.84rem;
}

.prefooter__actions {
  gap: 11px;
}

.prefooter__actions a {
  gap: 8px;
  padding: 10px 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.prefooter__actions a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.site-footer {
  color: #aebcd0;
  background: var(--navy-950);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(230px, 1.1fr) minmax(170px, 0.72fr) minmax(220px, 0.9fr) minmax(220px, 0.9fr);
  gap: clamp(35px, 5vw, 70px);
  padding-block: 70px 55px;
}

.footer-brand > a {
  display: inline-flex;
  width: 230px;
  padding: 8px 10px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
}

.footer-brand img {
  width: 100%;
}

.footer-brand > p {
  margin: 19px 0 0;
  color: #fff;
  font-weight: 760;
}

.footer-brand__local {
  color: #9cabc0 !important;
  font-size: 0.82rem;
  font-weight: 500 !important;
}

.footer-column h2 {
  margin-bottom: 19px;
  color: #fff;
  font-size: 0.83rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.footer-links li + li {
  margin-top: 7px;
}

.footer-links a,
.footer-contact-list a,
.footer-menu a {
  color: #b9c5d7;
  font-size: 0.82rem;
  text-decoration: none;
}

.footer-links a:hover,
.footer-contact-list a:hover,
.footer-menu a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-contact-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 0.82rem;
  line-height: 1.55;
}

.footer-contact-list li > svg {
  margin-top: 3px;
  color: #66dc78;
}

.footer-hours {
  margin: 0;
}

.footer-hours > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-block: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
}

.footer-hours dd {
  margin: 0;
  color: #fff;
  font-weight: 700;
  text-align: right;
}

.footer-walkins {
  display: flex;
  gap: 7px;
  margin: 16px 0 0;
  color: #79e48b;
  font-size: 0.78rem;
  font-weight: 750;
}

.footer-bottom {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px 30px;
  align-items: center;
  padding-block: 24px 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.72rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-menu {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}

.footer-disclaimer {
  grid-column: 1 / -1;
  color: #78879b;
}

.mobile-action-bar {
  display: none;
}

.back-to-top {
  position: fixed;
  z-index: 60;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 46px;
  height: 46px;
  visibility: hidden;
  place-items: center;
  color: #fff;
  opacity: 0;
  background: var(--navy-900);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow: var(--shadow-md);
  transform: translateY(12px);
  transition: visibility 180ms ease, opacity 180ms ease, transform 180ms var(--ease);
}

.back-to-top.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--blue-700);
}

/* --------------------------------------------------------------------------
   Progressive reveal
   -------------------------------------------------------------------------- */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms var(--ease), transform 650ms var(--ease);
}

.js [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

/* --------------------------------------------------------------------------
   Responsive layout
   -------------------------------------------------------------------------- */
@media (max-width: 1180px) {
  :root {
    --header-height: 78px;
  }

  .site-header__inner {
    gap: 18px;
  }

  .site-brand {
    flex-basis: 188px;
  }

  .site-brand img {
    width: 166px;
  }

  .primary-menu > li > a {
    padding-inline: 9px;
    font-size: 0.84rem;
  }

  .header-phone {
    display: none;
  }

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

@media (max-width: 1080px) {
  .site-header {
    backdrop-filter: none;
  }

  .utility-bar__email,
  .utility-bar__hours {
    display: none !important;
  }

  .site-header__inner {
    justify-content: space-between;
  }

  .site-brand {
    flex-basis: 205px;
  }

  .site-brand img {
    width: 181px;
  }

  .primary-navigation {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: min(430px, 92vw);
    flex-direction: column;
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
    background: #fff;
    box-shadow: -24px 0 70px rgba(4, 17, 38, 0.24);
    transform: translateX(105%);
    transition: visibility 260ms ease, opacity 260ms ease, transform 260ms var(--ease);
  }

  .primary-navigation.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

  .mobile-nav__header {
    position: sticky;
    z-index: 2;
    top: 0;
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    padding: 17px 22px;
    color: var(--navy-900);
    background: #fff;
    border-bottom: 1px solid var(--line);
    font-weight: 850;
  }

  .icon-button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--ink-900);
    background: var(--surface-soft);
    border-radius: 11px;
  }

  .primary-menu {
    display: block;
    flex: 0 0 auto;
    padding: 15px 18px;
  }

  .primary-menu > li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    border-bottom: 1px solid var(--line);
  }

  .primary-menu > li > a {
    min-height: 58px;
    padding: 13px 8px;
    font-size: 0.97rem;
  }

  .primary-menu > li > a .menu-chevron {
    display: none;
  }

  .primary-menu .sub-menu {
    position: static;
    display: none;
    width: auto;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    padding: 0 0 14px 12px;
    visibility: visible;
    opacity: 1;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    transition: none;
  }

  .primary-menu .sub-menu::before {
    display: none;
  }

  .primary-menu > li.submenu-open > .sub-menu {
    display: grid;
    transform: none;
  }

  .primary-menu .sub-menu a {
    min-height: 42px;
    padding: 8px 10px;
    background: var(--surface-soft);
    border-radius: 8px;
    font-size: 0.84rem;
  }

  .submenu-toggle {
    position: relative;
    display: grid;
    width: 38px;
    height: 38px;
    place-self: center;
    place-items: center;
    background: var(--surface-soft);
    border-radius: 10px;
  }

  .submenu-toggle span::before,
  .submenu-toggle span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    content: "";
    background: var(--blue-700);
    transform: translate(-50%, -50%);
    transition: transform 160ms ease;
  }

  .submenu-toggle span::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .submenu-toggle[aria-expanded="true"] span::after {
    transform: translate(-50%, -50%);
  }

  .mobile-nav__contact {
    display: grid;
    gap: 10px;
    margin-top: auto;
    padding: 23px;
    background: var(--surface-soft);
    border-top: 1px solid var(--line);
  }

  .mobile-nav__contact p {
    margin: 0 0 5px;
    color: var(--ink-600);
    font-size: 0.82rem;
    text-align: center;
  }

  .menu-toggle {
    display: inline-flex;
    min-height: 45px;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    color: var(--navy-900);
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: 10px;
    font-size: 0.78rem;
    font-weight: 850;
  }

  .menu-toggle__icon--close {
    display: none;
  }

  .menu-open .menu-toggle__icon--open {
    display: none;
  }

  .menu-open .menu-toggle__icon--close {
    display: block;
  }

  .menu-scrim {
    position: fixed;
    z-index: 90;
    inset: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: rgba(4, 17, 38, 0.62);
    backdrop-filter: blur(4px);
    transition: visibility 260ms ease, opacity 260ms ease;
  }

  .menu-open .menu-scrim {
    visibility: visible;
    opacity: 1;
  }

  .home-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.74fr);
    gap: 45px;
  }

  .home-hero__copy h1 {
    font-size: clamp(3.25rem, 7vw, 5.5rem);
  }

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

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

@media (max-width: 900px) {
  .section-heading--split,
  .page-hero__grid,
  .page-hero--services .page-hero__inner,
  .home-hero__grid,
  .service-hero__grid,
  .process-layout,
  .experience-grid,
  .decision-grid,
  .faq-preview-grid,
  .location-showcase__grid,
  .about-location__grid,
  .content-with-aside,
  .about-story,
  .faq-page__layout,
  .contact-overview__grid,
  .appointment-section__grid,
  .map-section__grid,
  .legal-page__layout {
    grid-template-columns: 1fr;
  }

  .section-heading--split {
    gap: 20px;
    align-items: start;
  }

  .home-hero__grid {
    min-height: 0;
  }

  .home-hero__copy {
    max-width: 760px;
  }

  .hero-planner {
    width: min(100%, 700px);
  }

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

  .trust-rail__grid > div:nth-child(2) {
    border-right: 0;
  }

  .trust-rail__grid > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .process-layout__intro,
  .experience-grid__intro,
  .decision-grid__intro,
  .faq-preview-grid__intro,
  .service-sidebar,
  .faq-page__aside,
  .appointment-section__aside,
  .legal-page__nav {
    position: static;
  }

  .location-showcase__copy,
  .about-location__grid > div:first-child {
    max-width: 720px;
  }

  .location-showcase__media {
    max-width: 760px;
  }

  .service-hero__grid {
    min-height: 0;
    padding-bottom: 100px;
  }

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

  .content-with-aside {
    gap: 45px;
  }

  .service-sidebar__card {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) minmax(210px, 0.5fr);
    gap: 10px 18px;
    align-items: center;
  }

  .service-sidebar__icon {
    grid-row: 1 / span 3;
    margin: 0;
  }

  .service-sidebar__card > p,
  .service-sidebar__card h2 {
    grid-column: 2;
    margin: 0;
  }

  .service-sidebar__card ul {
    grid-column: 2;
    margin: 8px 0 0;
    padding: 0;
    border: 0;
  }

  .service-sidebar__card .button,
  .service-sidebar__card > small {
    grid-column: 3;
  }

  .service-sidebar__card .button + .button {
    margin-top: 0;
  }

  .about-story__media {
    justify-self: center;
  }

  .faq-tools__inner {
    grid-template-columns: 1fr;
    gap: 13px;
    padding-block: 20px;
  }

  .faq-jump {
    justify-content: flex-start;
  }

  .legal-page__nav {
    display: flex;
    flex-wrap: wrap;
  }

  .legal-page__nav strong {
    width: 100%;
  }

  .appointment-section__aside {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 92px;
  }

  body {
    padding-bottom: 66px;
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .container {
    width: min(calc(100% - 30px), var(--container));
  }

  .section {
    padding-block: 72px;
  }

  h1 {
    font-size: clamp(2.65rem, 12vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .utility-bar__inner {
    justify-content: center;
  }

  .utility-bar__group--primary {
    display: none;
  }

  .utility-bar__group--contact a:last-child {
    font-size: 0.82rem;
  }

  .site-header__inner {
    min-height: 72px;
  }

  .site-brand {
    flex-basis: 171px;
    padding: 7px 9px;
  }

  .site-brand img {
    width: 153px;
  }

  .header-appointment {
    display: none;
  }

  .menu-toggle__label {
    display: none;
  }

  .menu-toggle {
    width: 44px;
    justify-content: center;
    padding: 8px;
  }

  .page-hero__inner,
  .page-hero--compact .page-hero__inner {
    padding-block: 58px 70px;
  }

  .page-hero__grid,
  .page-hero--services .page-hero__inner {
    gap: 35px;
  }

  .page-hero__fact-card,
  .page-hero__stat {
    padding: 23px;
  }

  .home-hero__grid {
    padding-block: 62px 70px;
  }

  .home-hero__copy h1 {
    font-size: clamp(3.1rem, 14.5vw, 4.7rem);
  }

  .hero-planner__categories > a {
    grid-template-columns: 42px minmax(0, 1fr) 16px;
  }

  .hero-planner__categories small {
    display: none;
  }

  .hero-planner__footer {
    align-items: flex-start;
  }

  .trust-rail__grid,
  .service-grid--featured,
  .service-grid--all,
  .service-grid--related,
  .category-grid,
  .about-category-grid,
  .category-explainers,
  .pricing-grid,
  .item-tile-grid {
    grid-template-columns: 1fr;
  }

  .trust-rail__grid > div {
    min-height: 78px;
    padding: 18px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-rail__grid > div:last-child {
    border-bottom: 0;
  }

  .category-card,
  .service-card,
  .category-explainer {
    padding: 24px;
  }

  .process-steps > li,
  .experience-list > article,
  .service-process > li {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 15px;
  }

  .location-showcase__media {
    padding-bottom: 75px;
  }

  .location-showcase__door {
    width: 145px;
  }

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

  .cta-band__inner {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-band .button-group {
    width: 100%;
    justify-content: flex-start;
  }

  .cta-band .button {
    width: 100%;
  }

  .services-toolbar {
    grid-template-columns: 1fr;
    margin-top: -36px;
    padding: 23px;
  }

  .filter-chips {
    grid-column: auto;
  }

  .service-quick-facts {
    grid-template-columns: 1fr;
    transform: translateY(30px);
  }

  .service-quick-facts > div {
    min-height: 82px;
    padding: 17px 21px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-quick-facts > div:last-child {
    border-bottom: 0;
  }

  .service-content {
    padding-top: 95px;
  }

  .service-hero__grid {
    padding-block: 56px 85px;
  }

  .service-hero__copy h1 {
    font-size: clamp(2.85rem, 13vw, 4.6rem);
  }

  .content-section {
    padding-block: 42px;
  }

  .bring-section {
    padding: 25px;
  }

  .bring-section__heading {
    align-items: flex-start;
  }

  .service-sidebar__card {
    display: block;
  }

  .service-sidebar__icon {
    margin-bottom: 20px;
  }

  .service-sidebar__card ul {
    margin: 20px 0;
    padding: 15px 0;
    border-block: 1px solid var(--line);
  }

  .service-sidebar__card .button + .button {
    margin-top: 10px;
  }

  .about-story__badge {
    left: -12px;
  }

  .about-category-card {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 23px;
  }

  .about-category-card__icon {
    width: 52px;
    height: 52px;
  }

  .faq-jump {
    flex-wrap: nowrap;
    padding-bottom: 4px;
    overflow-x: auto;
  }

  .faq-jump a {
    flex: 0 0 auto;
  }

  .faq-page__layout {
    gap: 45px;
  }

  .accordion {
    padding-inline: 16px;
  }

  .contact-overview {
    padding-block: 64px;
  }

  .contact-overview__grid {
    gap: 26px;
  }

  .arrival-gallery__lower {
    grid-template-columns: minmax(180px, 0.68fr) minmax(0, 1.32fr);
  }

  .appointment-form-wrap {
    padding: 24px;
  }

  .form-grid--two,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .choice-card > span {
    min-height: 52px;
    justify-content: flex-start;
  }

  .form-submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .form-submit-row .button {
    width: 100%;
  }

  .lazy-map,
  .lazy-map__placeholder,
  .lazy-map iframe {
    min-height: 390px;
    height: 390px;
  }

  .legal-page__nav {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .legal-page__nav strong {
    display: none;
  }

  .legal-page__nav a {
    flex: 0 0 auto;
  }

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

  .prefooter__actions {
    width: 100%;
  }

  .prefooter__actions a {
    flex: 1 1 auto;
    justify-content: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-menu {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 65;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 66px;
    color: var(--ink-800);
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid var(--line);
    box-shadow: 0 -12px 35px rgba(4, 17, 38, 0.12);
    backdrop-filter: blur(15px);
  }

  .mobile-action-bar a {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 3px;
    color: inherit;
    font-size: 0.68rem;
    font-weight: 850;
    text-decoration: none;
  }

  .mobile-action-bar a + a {
    border-left: 1px solid var(--line);
  }

  .mobile-action-bar__primary {
    color: #fff !important;
    background: var(--green-600);
  }

  .back-to-top {
    right: 14px;
    bottom: 78px;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .site-brand {
    flex-basis: 155px;
  }

  .site-brand img {
    width: 137px;
  }

  .home-hero__copy h1 {
    font-size: clamp(2.85rem, 14.5vw, 4rem);
  }

  .button-group,
  .button-group--hero {
    width: 100%;
  }

  .button-group > .button {
    width: 100%;
  }

  .hero-assurances {
    display: grid;
  }

  .hero-planner__top,
  .hero-planner__footer {
    padding-inline: 16px;
  }

  .page-hero__fact-card,
  .page-hero__stat {
    border-radius: 20px;
  }

  .service-card,
  .category-card,
  .category-explainer,
  .about-category-card,
  .visit-card,
  .appointment-form-wrap,
  .service-sidebar__card {
    border-radius: 17px;
  }

  .service-card__top {
    align-items: flex-start;
  }

  .location-showcase__door {
    right: -2px;
    width: 128px;
  }

  .about-story__badge {
    position: relative;
    left: auto;
    bottom: auto;
    margin: -30px 18px 0;
  }

  .about-category-card {
    grid-template-columns: 1fr;
  }

  .about-category-card__icon {
    margin-bottom: 2px;
  }

  .faq-group__heading {
    align-items: flex-start;
  }

  .faq-group__heading h2 {
    font-size: 1.55rem;
  }

  .contact-hero-actions > a {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .contact-hero-actions > a > span {
    width: 42px;
    height: 42px;
  }

  .visit-card {
    padding: 24px 20px;
  }

  .visit-card__address {
    font-size: clamp(1.85rem, 10vw, 2.25rem);
  }

  .visit-details > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .visit-details dd {
    padding-left: 29px;
    text-align: left;
  }

  .arrival-gallery__lower {
    grid-template-columns: 1fr;
  }

  .arrival-gallery__suite {
    width: min(100%, 290px);
    justify-self: center;
  }

  .arrival-guide {
    padding: 24px 20px;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 16px;
  }

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

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-contrast: more) {
  :root {
    --line: #aab6c7;
    --line-strong: #8795aa;
  }

  .button,
  .service-card,
  .category-card,
  .appointment-form-wrap {
    border-width: 2px;
  }
}

@media print {
  .utility-bar,
  .site-header,
  .prefooter,
  .site-footer,
  .mobile-action-bar,
  .back-to-top,
  .cta-band,
  .button,
  .service-sidebar,
  .faq-tools {
    display: none !important;
  }

  body {
    padding: 0;
    color: #000;
    background: #fff;
    font-size: 11pt;
  }

  .site-main {
    overflow: visible;
  }

  .page-hero,
  .service-hero {
    color: #000;
    background: #fff;
  }

  .page-hero h1,
  .service-hero h1,
  .page-hero p,
  .service-hero p,
  .breadcrumbs a,
  .breadcrumbs li {
    color: #000 !important;
  }

  .section {
    padding-block: 24px;
  }

  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 8pt;
  }
}

.service-results-count {
  margin: 28px 0 -25px;
  color: var(--ink-500);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: right;
}

@media (max-width: 760px) {
  .service-results-count {
    margin-bottom: -22px;
    text-align: left;
  }
}

/* --------------------------------------------------------------------------
   v5.0.0 — Trust, proof, pricing transparency, promise, and offer
   -------------------------------------------------------------------------- */

/* Stars ------------------------------------------------------------------ */
.stars {
  display: inline-flex;
  gap: 2px;
  font-size: 1rem;
  line-height: 1;
}
.stars__star {
  color: var(--line-strong);
}
.stars__star.is-filled {
  color: #e8a317;
}

/* Credentials ------------------------------------------------------------ */
.credential-block__note {
  display: flex;
  gap: 11px;
  margin: 22px 0 0;
  padding: 15px 17px;
  color: var(--ink-700);
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 11px;
  font-size: 0.84rem;
  line-height: 1.55;
}
.credential-block__note svg {
  flex: none;
  margin-top: 2px;
  color: var(--blue-700);
}
.credential-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.credential-list li {
  display: flex;
  gap: 13px;
  padding: 17px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--green-600);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-xs);
}
.credential-list__icon {
  display: grid;
  flex: none;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--green-700);
  background: var(--green-100);
  border-radius: 9px;
}
.credential-list__icon svg {
  width: 19px;
  height: 19px;
}
.credential-list__body strong {
  display: block;
  color: var(--navy-900);
  font-size: 0.85rem;
  letter-spacing: -0.01em;
}
.credential-list__body span {
  display: block;
  margin-top: 4px;
  color: var(--ink-700);
  font-size: 0.84rem;
  line-height: 1.55;
}
.about-credentials__inner .content-section {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Promise ---------------------------------------------------------------- */
.guarantee--band {
  padding-block: clamp(46px, 6vw, 74px);
  color: #fff;
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 62%, var(--blue-700) 140%);
}
.guarantee--band .guarantee__inner {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.guarantee--inline {
  margin: 34px 0 0;
  padding: 26px 28px;
  background: var(--green-50);
  border: 1px solid var(--green-100);
  border-left: 4px solid var(--green-600);
  border-radius: var(--radius-md);
}
.guarantee--inline .guarantee__inner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.guarantee__seal {
  display: grid;
  flex: none;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
.guarantee--band .guarantee__seal {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.guarantee--inline .guarantee__seal {
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--green-600);
}
.guarantee__seal svg {
  width: 27px;
  height: 27px;
}
.guarantee--inline .guarantee__seal svg {
  width: 21px;
  height: 21px;
}
.guarantee--band .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}
.guarantee--band h2 {
  margin: 6px 0 0;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  letter-spacing: -0.03em;
}
.guarantee--inline h2 {
  margin: 4px 0 0;
  color: var(--navy-900);
  font-size: 1.24rem;
  letter-spacing: -0.02em;
}
.guarantee__claim {
  margin: 13px 0 0;
  font-size: 1.02rem;
  line-height: 1.62;
}
.guarantee--band .guarantee__claim {
  max-width: 74ch;
  color: rgba(255, 255, 255, 0.92);
}
.guarantee--inline .guarantee__claim {
  color: var(--ink-800);
  font-size: 0.94rem;
}
.guarantee__limit {
  margin: 12px 0 0;
  font-size: 0.86rem;
  line-height: 1.6;
}
.guarantee--band .guarantee__limit {
  max-width: 74ch;
  color: rgba(255, 255, 255, 0.66);
}
.guarantee--inline .guarantee__limit {
  color: var(--ink-600);
}

/* Reviews ---------------------------------------------------------------- */
.reviews__aggregate {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}
.reviews__aggregate strong {
  color: var(--navy-900);
  font-size: 1.34rem;
  letter-spacing: -0.03em;
}
.reviews__aggregate span {
  color: var(--ink-600);
  font-size: 0.86rem;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}
.review-card {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 0;
  padding: 26px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs);
}
.review-card blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}
.review-card blockquote p {
  margin: 0;
  color: var(--ink-800);
  font-size: 0.95rem;
  line-height: 1.66;
}
.review-card figcaption {
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid var(--line);
}
.review-card figcaption strong {
  display: block;
  color: var(--navy-900);
  font-size: 0.87rem;
}
.review-card figcaption span {
  display: block;
  margin-top: 3px;
  color: var(--ink-500);
  font-size: 0.79rem;
  font-weight: 700;
}

/* One-trip offer --------------------------------------------------------- */
.bundle__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 44px;
  align-items: start;
}
.bundle__note {
  display: flex;
  gap: 11px;
  margin: 22px 0 26px;
  padding: 15px 17px;
  color: var(--ink-700);
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 11px;
  font-size: 0.84rem;
  line-height: 1.55;
}
.bundle__note svg {
  flex: none;
  margin-top: 2px;
  color: var(--blue-700);
}
.bundle__panel {
  padding: 30px 28px;
  color: #fff;
  background: linear-gradient(160deg, var(--navy-900), var(--navy-800));
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
.bundle__panel-eyebrow {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.bundle__stack {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: bundle;
}
.bundle__stack li {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
}
.bundle__stack li > span {
  display: grid;
  flex: none;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
}
.bundle__stack li > span svg {
  width: 20px;
  height: 20px;
}
.bundle__stack strong {
  display: block;
  color: #fff;
  font-size: 0.92rem;
}
.bundle__stack small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.79rem;
}
.bundle__panel-foot {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 20px 0 0;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.86rem;
  font-weight: 700;
}
.bundle__panel-foot svg {
  flex: none;
  width: 18px;
  height: 18px;
}

/* Pricing ---------------------------------------------------------------- */
.price-headline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  align-items: baseline;
  margin-top: 24px;
  padding: 24px 26px;
  background: var(--green-50);
  border: 1px solid var(--green-100);
  border-radius: var(--radius-md);
}
.price-headline > span {
  color: var(--ink-600);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.price-headline strong {
  color: var(--green-700);
  font-size: 2.1rem;
  letter-spacing: -0.04em;
}
.price-headline--quote {
  background: var(--surface-blue);
  border-color: var(--line);
}
.price-headline--quote strong {
  color: var(--navy-900);
  font-size: 1.5rem;
}
.price-headline .text-link {
  flex-basis: 100%;
  margin-top: 4px;
}
.price-drivers {
  margin-top: 24px;
}
.price-drivers h3 {
  margin: 0 0 12px;
  color: var(--navy-900);
  font-size: 1rem;
  letter-spacing: -0.01em;
}
.price-drivers ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-drivers li {
  display: flex;
  gap: 10px;
  color: var(--ink-700);
  font-size: 0.88rem;
  line-height: 1.55;
}
.price-drivers li svg {
  flex: none;
  width: 17px;
  height: 17px;
  margin-top: 3px;
  color: var(--green-600);
}
.pricing-note--disclosure {
  background: var(--surface-blue);
}
.pricing-note--disclosure svg {
  color: var(--green-700);
}

/* Homepage price preview -------------------------------------------------- */
.price-preview__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}
.price-preview__card {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 24px 22px;
  color: inherit;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs);
  text-decoration: none;
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
}
.price-preview__card:hover,
.price-preview__card:focus-visible {
  transform: translateY(-3px);
  border-color: var(--blue-600);
  box-shadow: var(--shadow-sm);
}
.price-preview__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--blue-700);
  background: var(--blue-100);
  border-radius: 11px;
}
.price-preview__icon svg {
  width: 21px;
  height: 21px;
}
.price-preview__card strong {
  color: var(--navy-900);
  font-size: 0.95rem;
  letter-spacing: -0.01em;
}
.price-preview__amount {
  color: var(--green-700);
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.price-preview__empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 26px;
  color: var(--ink-700);
  background: #fff;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius-md);
  text-align: center;
}

/* Pricing page ------------------------------------------------------------ */
.fee-explainer {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: start;
}
.fee-explainer__cards {
  display: grid;
  gap: 16px;
}
.fee-explainer__card {
  padding: 25px 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs);
}
.fee-explainer__card > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--blue-700);
  background: var(--blue-100);
  border-radius: 11px;
}
.fee-explainer__card > span svg {
  width: 22px;
  height: 22px;
}
.fee-explainer__card h3 {
  margin: 15px 0 8px;
  color: var(--navy-900);
  font-size: 1.06rem;
  letter-spacing: -0.02em;
}
.fee-explainer__card p {
  margin: 0;
  color: var(--ink-700);
  font-size: 0.9rem;
  line-height: 1.62;
}
.pricing-table {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}
.pricing-row {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 0.9fr) minmax(0, 1.1fr) auto;
  gap: 26px;
  align-items: start;
  padding: 28px 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs);
}
.pricing-row__head {
  display: flex;
  gap: 15px;
}
.pricing-row__icon {
  display: grid;
  flex: none;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--blue-700);
  background: var(--blue-100);
  border-radius: 12px;
}
.pricing-row__icon svg {
  width: 23px;
  height: 23px;
}
.pricing-row h3 {
  margin: 0;
  font-size: 1.06rem;
  letter-spacing: -0.02em;
}
.pricing-row h3 a {
  color: var(--navy-900);
  text-decoration: none;
}
.pricing-row h3 a:hover,
.pricing-row h3 a:focus-visible {
  color: var(--blue-700);
  text-decoration: underline;
}
.pricing-row__head p {
  margin: 6px 0 0;
  color: var(--ink-600);
  font-size: 0.86rem;
  line-height: 1.56;
}
.pricing-row__list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-row__list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 7px;
  border-bottom: 1px dashed var(--line);
  font-size: 0.85rem;
}
.pricing-row__list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.pricing-row__list span {
  color: var(--ink-600);
}
.pricing-row__list strong {
  color: var(--green-700);
  white-space: nowrap;
}
.pricing-row__amount {
  margin: 0;
}
.pricing-row__amount small {
  display: block;
  color: var(--ink-500);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.pricing-row__amount strong {
  display: block;
  margin-top: 4px;
  color: var(--green-700);
  font-size: 1.6rem;
  letter-spacing: -0.03em;
}
.pricing-row__amount--quote strong {
  color: var(--navy-900);
  font-size: 1.08rem;
}
.pricing-row__drivers h4 {
  margin: 0 0 9px;
  color: var(--ink-500);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.pricing-row__drivers ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-row__drivers li {
  display: flex;
  gap: 8px;
  color: var(--ink-700);
  font-size: 0.82rem;
  line-height: 1.5;
}
.pricing-row__drivers li svg {
  flex: none;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  color: var(--green-600);
}
.pricing-row__actions {
  display: grid;
  gap: 9px;
  min-width: 172px;
}
.pricing-row__actions .button {
  justify-content: center;
  width: 100%;
}

/* Sidebar and footer proof ------------------------------------------------ */
.service-sidebar__price {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin: 0 0 12px;
  padding: 13px 15px;
  background: var(--green-50);
  border: 1px solid var(--green-100);
  border-radius: var(--radius-sm);
}
.service-sidebar__price small {
  color: var(--ink-600);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.service-sidebar__price strong {
  color: var(--green-700);
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}
.service-sidebar__rating {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 14px;
}
.service-sidebar__rating span {
  color: var(--ink-600);
  font-size: 0.8rem;
  font-weight: 700;
}
.footer-brand__rating {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 14px 0 0;
}
.footer-brand__rating span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  font-weight: 700;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.footer-social a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 7px 13px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.24s var(--ease), color 0.24s var(--ease);
}
.footer-social a:hover,
.footer-social a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}
.footer-social svg {
  width: 15px;
  height: 15px;
}

/* Responsive -------------------------------------------------------------- */
@media (max-width: 1080px) {
  .review-grid,
  .price-preview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pricing-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .pricing-row__head {
    grid-column: 1 / -1;
  }
  .pricing-row__actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }
}

@media (max-width: 900px) {
  .bundle__grid,
  .fee-explainer {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .credential-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .review-grid,
  .price-preview__grid,
  .pricing-row,
  .pricing-row__actions {
    grid-template-columns: minmax(0, 1fr);
  }
  .guarantee--band .guarantee__inner,
  .guarantee--inline .guarantee__inner {
    flex-direction: column;
    gap: 18px;
  }
  .pricing-row {
    padding: 24px 22px;
  }
  .price-headline {
    padding: 20px 22px;
  }
  .price-headline strong {
    font-size: 1.75rem;
  }
}

@media (max-width: 480px) {
  .credential-list li {
    flex-direction: column;
    gap: 10px;
  }
  .reviews__aggregate strong {
    font-size: 1.18rem;
  }
}

@media (prefers-contrast: more) {
  .credential-list li,
  .review-card,
  .price-preview__card,
  .pricing-row {
    border-color: var(--ink-700);
  }
}
