/* ============================================================================
   Site stylesheet - Website Factory design system.
   ONE swappable theme block + a fixed section library. To restyle the site,
   replace only the :root block between the THEME markers (catalog:
   factory .claude/skills/build-pages/references/themes.md). Everything below
   the markers is architecture - identical across sites.
   ========================================================================== */

/* THEME:START (ledger-violet) */
:root {
  --bg: #FFFFFF;
  --bg-alt: #F2EDFF;
  --bg-dark: #281350;
  --ink: #281350;
  --ink-inverse: #F5F1FF;
  --muted: #5B5470;
  --line: #E2DCF2;
  --accent: #5F2EE5;
  --accent-deep: #4A21BC;
  --accent-2: #0E7490;
  --accent-2-deep: #155E75;
  --display: 'Space Grotesk', 'Segoe UI', Arial, sans-serif;
  --body: 'Inter', 'Segoe UI', Arial, sans-serif;
  --space-1: 0.25rem; --space-2: 0.5rem; --space-3: 1rem;
  --space-4: 1.5rem; --space-5: 2.5rem; --space-6: 4rem; --space-7: 6rem;
  --max-w: 1160px;
  --radius: 8px;
  --shadow: 0 4px 18px rgba(40, 19, 80, 0.10);
  --btn-ink: #FFFFFF;
}
/* THEME:END */

/* Type scale (architecture, not theme) */
:root {
  --text-h1: clamp(2.25rem, 1.5rem + 3.5vw, 4rem);
  --text-h2: clamp(1.6rem, 1.3rem + 1.2vw, 2.25rem);
  --text-h3: 1.25rem;
  --text-sub: clamp(1.125rem, 1.05rem + 0.4vw, 1.375rem);
}

/* ---------------------------------------------------------------- reset */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img, svg, video { display: block; max-width: 100%; }
input, button, textarea, select { font: inherit; }
a { color: var(--accent-deep); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}

h1, h2, h3, h4 {
  font-family: var(--display);
  line-height: 1.12;
  letter-spacing: -0.015em;
  font-weight: 700;
}
h1 { font-size: var(--text-h1); }
h2 { font-size: var(--text-h2); }
h3 { font-size: var(--text-h3); }
p, li { max-width: 65ch; }

/* --------------------------------------------------------------- layout */
.container {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: var(--space-4);
}
.band { padding-block: var(--space-6); background: var(--bg); }
.band--alt { background: var(--bg-alt); }
.band--dark {
  background: var(--bg-dark);
  color: var(--ink-inverse);
  --muted: color-mix(in srgb, var(--ink-inverse) 78%, transparent);
  --line: color-mix(in srgb, var(--ink-inverse) 18%, transparent);
}
.band--dark a { color: var(--ink-inverse); }
.band__head { max-width: 46rem; margin-bottom: var(--space-5); }
.band__head--center { margin-inline: auto; text-align: center; }

/* ---------------------------------------------------------------- atoms */
.eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: var(--accent-2-deep);
  margin-bottom: var(--space-2);
}
.band--dark .eyebrow, .hero--bleed .eyebrow { color: var(--accent-2); }

.btn {
  display: inline-block;
  background: var(--accent);
  color: var(--btn-ink);
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: var(--radius);
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  transition: background 0.18s, transform 0.18s;
}
.btn:hover { background: var(--accent-deep); }
.btn--sm { padding: 0.5rem 1.05rem; }
.btn--ghost {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: var(--ink);
  background: transparent;
  border: 2px solid currentColor;
  border-radius: var(--radius);
  padding: 0.8rem 1.6rem;
  transition: background 0.18s;
}
.btn--ghost:hover { background: color-mix(in srgb, currentColor 8%, transparent); }
.btn--ghost-inverse { color: var(--ink-inverse); }
button.btn { border: 2px solid transparent; }

.cta-row { display: flex; flex-wrap: wrap; gap: var(--space-3); align-items: center; margin-top: var(--space-4); }

.link-arrow {
  font-weight: 600;
  color: var(--accent-deep);
  text-decoration: none;
}
.link-arrow::after { content: " \2192"; display: inline-block; transition: transform 0.18s; }
.link-arrow:hover::after { transform: translateX(3px); }
.band--dark .link-arrow, .link-arrow--inverse { color: var(--ink-inverse); }

.trust-row {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-4);
  font-size: 0.9rem;
  color: var(--muted);
}
.trust-row .stars, .stars { color: var(--accent-2); letter-spacing: 0.05em; }
.band--dark .trust-row, .trust-row--inverse { color: color-mix(in srgb, var(--ink-inverse) 80%, transparent); }

.stat-row { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: var(--space-5); margin-top: var(--space-5); }
.stat-row strong { display: block; font-family: var(--display); font-weight: 800; font-size: 1.75rem; }
.stat-row span { font-size: 0.85rem; color: var(--muted); }

.checks { list-style: none; padding: 0; display: grid; gap: var(--space-2); }
.checks li { padding-left: 1.6em; position: relative; }
.checks li::before { content: "\2713"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }

/* --------------------------------------------------------------- header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--bg) 90%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  min-height: 4.5rem;
}
.nav__brand {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--ink);
  text-decoration: none;
  margin-right: auto;
}
.nav__brand img, .nav__brand svg { height: 2.2rem; width: auto; }
.nav__toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.35rem 0.6rem;
  cursor: pointer;
}
.nav__list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: var(--space-4);
}
.nav__link {
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  padding-block: 0.4rem;
  border-bottom: 2px solid transparent;
}
.nav__link:hover { color: var(--accent-deep); }
.nav__link--current { border-bottom-color: var(--accent-2); }
.nav__tel { font-weight: 700; color: var(--ink); text-decoration: none; white-space: nowrap; }

@media (max-width: 880px) {
  /* backdrop-filter on the header would make it the containing block for the fixed overlay
     below, collapsing `inset` against the ~4.5rem header instead of the viewport. Drop it
     on mobile so the full-screen menu resolves against the viewport. */
  .site-header { backdrop-filter: none; background: var(--bg); }
  .nav__toggle { display: block; }
  .nav__list {
    display: none;
    position: fixed;
    inset: 4.5rem 0 0 0;
    background: var(--bg);
    flex-direction: column;
    align-items: flex-start;
    padding: var(--space-5) var(--space-4);
    gap: var(--space-4);
    overflow-y: auto;
  }
  .nav__list[data-open="true"] { display: flex; }
  .nav__link { font-size: 1.3rem; }
  .nav__cta { margin-top: var(--space-3); }
}

/* Mobile call bar (trades/clinics: enabled by adding the element to the page) */
.sticky-callbar { display: none; }
@media (max-width: 720px) {
  .sticky-callbar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 60;
  }
  .sticky-callbar a {
    flex: 1;
    text-align: center;
    padding: 0.9rem;
    font-weight: 700;
    text-decoration: none;
  }
  .sticky-callbar a:first-child { background: var(--accent); color: var(--btn-ink); }
  .sticky-callbar a:last-child { background: var(--bg-dark); color: var(--ink-inverse); }
  body:has(.sticky-callbar) { padding-bottom: 3.4rem; }
}

/* --------------------------------------------------------------- heroes */
.hero { padding-block: var(--space-7); }
.hero__sub { font-size: var(--text-sub); color: var(--muted); max-width: 48ch; margin-top: var(--space-3); }
.hero__reassure { font-size: 0.9rem; color: var(--muted); margin-top: var(--space-3); }

/* 1.1 split */
.hero--split .hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-6);
  align-items: center;
}
.hero__media { position: relative; margin: 0; }
.hero__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero__media--arch img { border-radius: calc(var(--radius) + 45%) calc(var(--radius) + 45%) var(--radius) var(--radius); }
.hero__float-card {
  position: absolute;
  bottom: calc(-1 * var(--space-3));
  left: calc(-1 * var(--space-4));
  background: var(--bg);
  color: var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: var(--space-3);
  font-size: 0.9rem;
  max-width: 18rem;
}

/* 1.2 centered editorial */
.hero--center .hero__copy { text-align: center; max-width: 46rem; margin-inline: auto; }
.hero--center h1 { font-size: clamp(2.5rem, 1.6rem + 4vw, 4.5rem); }
.hero--center .hero__sub { margin-inline: auto; }
.hero--center .cta-row { justify-content: center; }
.hero__media--wide { max-width: min(68rem, calc(100% - 2 * var(--space-4))); margin: var(--space-6) auto 0; }
.hero__media--wide img {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
}

/* 1.3 full-bleed overlay */
.hero--bleed {
  position: relative;
  min-height: min(82vh, 46rem);
  display: grid;
  align-items: center;
  color: var(--ink-inverse);
  --muted: color-mix(in srgb, var(--ink-inverse) 78%, transparent);
}
.hero--bleed .hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero--bleed .hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--bg-dark) 88%, transparent) 0%,
    color-mix(in srgb, var(--bg-dark) 25%, transparent) 72%);
}
.hero--bleed .hero__copy { position: relative; max-width: 40rem; }
.hero--bleed.hero--centered .hero__copy { text-align: center; margin-inline: auto; }
.hero--bleed.hero--centered .cta-row { justify-content: center; }
@media (max-width: 720px) {
  .hero--bleed { min-height: auto; padding-block: var(--space-7); }
  .hero--bleed .hero__scrim { background: color-mix(in srgb, var(--bg-dark) 72%, transparent); }
}

/* 1.4 dark band */
.hero--dark .hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-6);
  align-items: center;
}
.hero--dark .hero__media img { box-shadow: none; border: 1px solid color-mix(in srgb, var(--ink-inverse) 12%, transparent); }

@media (max-width: 720px) {
  .hero--split .hero__grid, .hero--dark .hero__grid { grid-template-columns: 1fr; }
  .hero__float-card { position: static; margin-top: var(--space-3); max-width: none; }
  .cta-row > .btn, .cta-row > .btn--ghost { flex: 1 1 100%; text-align: center; }
}

/* ---------------------------------------------------- interior page top */
.page-header { padding-block: var(--space-6); }
.page-header h1 { font-size: clamp(2rem, 1.4rem + 2.5vw, 3rem); }
.page-header__sub { color: var(--muted); margin-top: var(--space-2); max-width: 55ch; }

/* ---------------------------------------------------------- card grids */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: var(--space-4);
}
.card {
  position: relative;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: var(--space-5);
  transition: transform 0.18s, box-shadow 0.18s;
}
.band--dark .card { background: color-mix(in srgb, var(--ink-inverse) 6%, transparent); }
.card:hover { transform: translateY(-4px); }
.card__icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: calc(var(--radius) * 0.8);
  background: color-mix(in srgb, var(--accent-2) 14%, transparent);
  color: var(--accent-deep);
  font-size: 1.4rem;
  margin-bottom: var(--space-3);
}
.card__title { margin-bottom: var(--space-2); }
.card__title a { color: inherit; text-decoration: none; }
.card__title a::after { content: ""; position: absolute; inset: 0; }
.card__body { color: var(--muted); margin-bottom: var(--space-3); }
.card--photo { padding: 0; overflow: hidden; }
.card--photo img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.card--photo .card__inner { padding: var(--space-4); }
.card--feature { grid-column: span 2; }
@media (max-width: 720px) { .card--feature { grid-column: span 1; } }

/* Posts (blog teasers + dynamic /blog list) */
.card-grid--posts .card__body, .post-card p { color: var(--muted); }
.post-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: var(--space-4);
}
.post-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.post-card__media img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.post-card__body { padding: var(--space-4); }
.post-card__meta { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--accent-2-deep); margin-bottom: var(--space-2); }
.post-card h2 { font-size: 1.2rem; margin-bottom: var(--space-2); }
.post-card h2 a { color: inherit; text-decoration: none; }
.post-card h2 a:hover { color: var(--accent-deep); }

/* ------------------------------------------------------- split feature */
.split-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  align-items: center;
}
.split-feature + .split-feature { margin-top: var(--space-6); }
.split-feature:nth-of-type(even) .split-feature__media { order: -1; }
.split-feature__media { margin: 0; }
.split-feature__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.split-feature--bio .split-feature__media img { aspect-ratio: 4 / 5; }
@media (max-width: 720px) {
  .split-feature { grid-template-columns: 1fr; }
  .split-feature .split-feature__media { order: -1; }
}

/* ------------------------------------------------------------ stat band */
.stat-band { text-align: center; }
.stat-band__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr)); gap: var(--space-5); }
.stat { font-family: var(--display); }
.stat strong { display: block; font-size: clamp(2.5rem, 2rem + 2vw, 3.5rem); font-weight: 800; }
.stat span { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); }

/* --------------------------------------------------------- testimonials */
.testimonials__agg { font-weight: 600; margin-bottom: var(--space-4); }
.quote-card footer { display: flex; align-items: center; gap: var(--space-3); margin-top: var(--space-3); }
.quote-card footer img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.quote-card cite { font-style: normal; font-weight: 600; }
.quote-card cite span { display: block; font-weight: 400; font-size: 0.85rem; color: var(--muted); }
.quote-spotlight { text-align: center; max-width: 46rem; margin-inline: auto; }
.quote-spotlight blockquote { font-family: var(--display); font-size: clamp(1.4rem, 1.1rem + 1.4vw, 2rem); font-style: italic; }
.quote-spotlight figcaption { margin-top: var(--space-3); color: var(--muted); }
.quote-rail { display: flex; gap: var(--space-4); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: var(--space-3); }
.quote-rail .quote-card { min-width: 22rem; scroll-snap-align: start; }

/* ------------------------------------------------------------------ faq */
.faq { max-width: 46rem; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary {
  font-weight: 600;
  padding-block: var(--space-3);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; color: var(--accent); font-size: 1.4rem; font-weight: 400; transition: transform 0.18s; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__body { padding-bottom: var(--space-4); color: var(--muted); }

/* ---------------------------------------------------------------- steps */
.steps {
  list-style: none;
  counter-reset: step;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}
.steps__item { counter-increment: step; }
.steps__num {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-2) 15%, transparent);
  color: var(--accent-deep);
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: var(--space-3);
}
.steps__num::before { content: counter(step); }
.steps__item h3 { margin-bottom: var(--space-2); }
.steps__item p { color: var(--muted); }
@media (max-width: 720px) { .steps { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------- CTA band */
.cta-band { text-align: center; }
.cta-band__inner { max-width: 42rem; margin-inline: auto; }
.cta-band__inner p { margin-inline: auto; margin-top: var(--space-2); color: var(--muted); }
.cta-band .cta-row { justify-content: center; }
.cta-band--soft { background: var(--bg-alt); color: var(--ink); }

/* ------------------------------------------------ misc content patterns */
.prose-band .container > * { max-width: 60ch; }
.prose-band .container { display: grid; justify-content: center; }
.logo-strip { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-5); justify-content: center; }
.logo-strip img { height: 2.4rem; width: auto; filter: grayscale(1); opacity: 0.7; }
.area-list { display: flex; flex-wrap: wrap; gap: var(--space-2) var(--space-4); list-style: none; padding: 0; }
.area-list a { color: var(--muted); }
.price-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: var(--space-4); }
.price-cards .card__price { font-family: var(--display); font-size: 2rem; font-weight: 800; margin-bottom: var(--space-2); }
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); gap: var(--space-3); }
.gallery img { aspect-ratio: 1; object-fit: cover; border-radius: var(--radius); width: 100%; }
.credits-list { list-style: none; padding: 0; display: grid; gap: var(--space-2); color: var(--muted); }

/* ---------------------------------------------------------- contact page */
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: var(--space-6); align-items: start; }
@media (max-width: 720px) { .contact-grid { grid-template-columns: 1fr; } }
.lead-form { display: grid; gap: var(--space-3); }
.lead-form label { font-weight: 600; font-size: 0.9rem; display: grid; gap: var(--space-1); }
.lead-form .opt { font-weight: 400; color: var(--muted); }
.lead-form input, .lead-form textarea {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) * 0.8);
  padding: 0.7rem 0.9rem;
  background: var(--bg);
  color: var(--ink);
  width: 100%;
}
.lead-form__note { font-size: 0.85rem; color: var(--muted); }
.lead-form__error { background: color-mix(in srgb, var(--accent-2) 12%, transparent); color: var(--accent-2-deep); border-radius: var(--radius); padding: var(--space-3); }
.contact-details { display: grid; gap: var(--space-4); align-content: start; }
.contact-details address { font-style: normal; color: var(--muted); }
.hours { display: grid; grid-template-columns: auto 1fr; gap: var(--space-1) var(--space-4); color: var(--muted); }
.hours dt { font-weight: 600; color: var(--ink); }
/* Honeypot field - visually gone, still in the form for bots to fill */
.field-website { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* --------------------------------------------------------- blog article */
.post-article { max-width: 65ch; margin-inline: auto; }
.post-article__hero {
  width: 100%;
  max-width: min(100%, 52rem);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: var(--space-5);
}
.post-article h2, .post-article h3 { margin-top: var(--space-5); margin-bottom: var(--space-3); }
.post-article p { margin-block: var(--space-3); }
.post-article ul, .post-article ol { margin-block: var(--space-3); padding-left: 1.4rem; }
.post-article li { margin-block: var(--space-1); }
.post-article blockquote {
  border-left: 3px solid var(--accent-2);
  padding-left: var(--space-4);
  margin-block: var(--space-4);
  font-style: italic;
  color: var(--muted);
}
.post-article img { border-radius: var(--radius); margin-block: var(--space-4); }
.post-article hr { border: none; border-top: 1px solid var(--line); margin-block: var(--space-5); }
.post-article pre {
  background: var(--bg-alt);
  border-radius: var(--radius);
  padding: var(--space-4);
  overflow-x: auto;
  font-size: 0.9rem;
}
.post-article code { background: var(--bg-alt); padding: 0.1em 0.35em; border-radius: 4px; font-size: 0.92em; }
.post-article pre code { background: none; padding: 0; }
.post-article__cta { text-align: center; }
.pager { display: flex; justify-content: space-between; margin-top: var(--space-5); }

/* --------------------------------------------------------------- footer */
.site-footer {
  background: var(--bg-dark);
  color: var(--ink-inverse);
  --muted: color-mix(in srgb, var(--ink-inverse) 72%, transparent);
  padding-block: var(--space-6) var(--space-4);
  margin-top: auto;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: var(--space-6);
  margin-bottom: var(--space-5);
}
@media (max-width: 720px) { .footer__grid { grid-template-columns: 1fr; } }
.footer__logo { font-family: var(--display); font-weight: 700; font-size: 1.2rem; margin-bottom: var(--space-2); }
.footer__blurb { color: var(--muted); font-size: 0.95rem; }
.footer__heading { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: var(--space-3); font-family: var(--body); }
.footer__col ul { list-style: none; padding: 0; display: grid; gap: var(--space-2); }
.footer__col a { color: color-mix(in srgb, var(--ink-inverse) 85%, transparent); text-decoration: none; }
.footer__col a:hover { color: var(--accent-2); }
.footer__contact address { font-style: normal; color: var(--muted); margin-bottom: var(--space-2); }
.footer__tel { font-size: 1.15rem; font-weight: 700; color: var(--ink-inverse); text-decoration: none; }
.footer__legal {
  border-top: 1px solid color-mix(in srgb, var(--ink-inverse) 15%, transparent);
  padding-top: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--muted);
}
.footer__legal ul { list-style: none; padding: 0; display: flex; gap: var(--space-4); }
.footer__legal a { color: inherit; }
.footer__disclosure { font-size: 0.85rem; color: var(--muted); margin-top: var(--space-3); }

/* ---------------------------------------------------------------- print */
@media print {
  .site-header, .site-footer, .cta-band, .sticky-callbar, .no-print { display: none !important; }
  body { background: #fff; color: #000; }
}
