/* Hallmark · macrostructure: Split Studio · tone: utilitarian-local · theme: custom workshop */

@import url("tokens.css");

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

html {
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.65;
  color: var(--color-ink);
  background: var(--color-paper);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

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

.media {
  margin: 0;
  border: var(--rule);
  background: var(--color-paper-2);
  overflow: hidden;
}

.media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.media-4x3 img {
  aspect-ratio: 4 / 3;
}

.media figcaption {
  font-size: var(--text-xs);
  color: var(--color-muted);
  padding: var(--space-xs) var(--space-sm);
  border-top: var(--rule);
}

.hero-media {
  margin: 0;
  border: var(--rule);
  overflow: hidden;
  background: var(--color-paper-2);
}

.hero-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.page-media {
  margin: var(--space-xl) 0 0;
}

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

/* FAQ — AEO */
.faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: var(--rule);
  max-width: 44rem;
}

.faq-list details {
  border-bottom: var(--rule);
  padding: var(--space-md) 0;
}

.faq-list summary {
  font-family: var(--font-display);
  font-size: var(--text-md);
  font-weight: 550;
  cursor: pointer;
  list-style: none;
  color: var(--color-ink);
}

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

.faq-list summary::after {
  content: "+";
  float: right;
  font-family: var(--font-mono);
  color: var(--color-accent);
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list .answer {
  margin: var(--space-sm) 0 0;
  color: var(--color-ink-soft);
  max-width: var(--measure);
}

.breadcrumb {
  font-size: var(--text-sm);
  color: var(--color-muted);
  margin: 0 0 var(--space-md);
}

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

.breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 0.35rem;
  color: var(--color-rule);
}

.breadcrumb a {
  color: var(--color-muted);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--color-accent);
}

.skip-link {
  position: absolute;
  left: var(--space-md);
  top: -100px;
  background: var(--color-accent);
  color: var(--color-invert);
  padding: var(--space-sm) var(--space-md);
  z-index: 200;
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  top: var(--space-md);
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 550;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--color-ink);
  overflow-wrap: anywhere;
  min-width: 0;
}

h1 { font-size: var(--text-display); margin: 0 0 var(--space-md); }
h2 { font-size: var(--text-2xl); margin: 0 0 var(--space-sm); }
h3 { font-size: var(--text-lg); margin: 0 0 var(--space-xs); }

p {
  margin: 0 0 var(--space-md);
  max-width: var(--measure);
}

p:last-child { margin-bottom: 0; }

a {
  color: var(--color-accent-deep);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 3px;
}

.wrap {
  width: min(100% - var(--space-xl), var(--max));
  margin-inline: auto;
}

.muted { color: var(--color-muted); }
.mono {
  font-family: var(--font-mono);
  font-size: 0.92em;
  font-variant-numeric: tabular-nums;
}

/* ——— Masthead nav (N6) ——— */
.masthead {
  border-bottom: var(--rule);
  background: var(--color-paper);
}

.masthead-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-md) var(--space-xl);
  padding: var(--space-lg) 0 var(--space-md);
}

.brand {
  text-decoration: none;
  color: var(--color-ink);
  min-width: 0;
}

.brand-mark {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.brand-mark em {
  font-style: normal;
  color: var(--color-accent);
}

.brand-sub {
  display: block;
  margin-top: 0.2rem;
  font-size: var(--text-sm);
  color: var(--color-muted);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.masthead-phone {
  text-align: right;
}

.masthead-phone .label {
  display: block;
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-muted);
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.masthead-phone a {
  font-family: var(--font-mono);
  font-size: var(--text-md);
  font-weight: 600;
  color: var(--color-ink);
  text-decoration: none;
  white-space: nowrap;
}

.masthead-phone a:hover {
  color: var(--color-accent);
}

.masthead-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0;
  border-top: var(--rule);
  padding: 0.55rem 0;
}

.masthead-nav a {
  text-decoration: none;
  color: var(--color-ink-soft);
  font-weight: 600;
  font-size: var(--text-sm);
  padding: 0.45rem 0.85rem 0.45rem 0;
  margin-right: 0.35rem;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}

.masthead-nav a:hover,
.masthead-nav a[aria-current="page"] {
  color: var(--color-ink);
  border-bottom-color: var(--color-accent);
}

.masthead-nav .nav-cta {
  margin-left: auto;
  margin-right: 0;
  color: var(--color-accent-deep);
  border-bottom-color: transparent;
}

.masthead-nav .nav-cta:hover {
  border-bottom-color: var(--color-accent);
}

.nav-toggle {
  display: none;
  border: var(--rule);
  background: var(--color-paper-2);
  color: var(--color-ink);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--text-sm);
  padding: 0.45rem 0.75rem;
  border-radius: var(--radius);
  cursor: pointer;
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--text-sm);
  line-height: 1.2;
  padding: 0.85rem 1.25rem;
  border-radius: var(--radius-sm);
  border: 1.5px solid transparent;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background-color var(--dur-short) var(--ease-out),
    color var(--dur-short) var(--ease-out),
    border-color var(--dur-short) var(--ease-out);
}

.btn-primary {
  background: var(--color-accent);
  color: var(--color-invert);
  border-color: var(--color-accent);
}

.btn-primary:hover {
  background: var(--color-accent-deep);
  border-color: var(--color-accent-deep);
  color: var(--color-invert);
}

.btn-primary:active {
  transform: translateY(1px);
}

.btn-line {
  background: transparent;
  color: var(--color-ink);
  border-color: var(--color-ink);
}

.btn-line:hover {
  background: var(--color-ink);
  color: var(--color-paper);
}

.btn-line-light {
  background: transparent;
  color: var(--color-invert);
  border-color: oklch(97% 0.01 85 / 0.45);
}

.btn-line-light:hover {
  background: var(--color-invert);
  color: var(--color-ink);
}

.btn-lg {
  padding: 0.95rem 1.4rem;
  font-size: var(--text-base);
}

/* ——— Hero (Split Studio) ——— */
.hero {
  padding: var(--space-3xl) 0 var(--space-2xl);
  border-bottom: var(--rule);
}

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: var(--space-2xl) var(--space-3xl);
  align-items: start;
}

.hero-copy .lede {
  font-size: var(--text-md);
  color: var(--color-ink-soft);
  max-width: 34ch;
  margin-bottom: var(--space-lg);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin-top: var(--space-lg);
}

.hero-proof {
  border-left: 3px solid var(--color-accent);
  padding: 0 0 0 var(--space-lg);
}

.hero-proof h2 {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-muted);
  margin: 0 0 var(--space-md);
}

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

.proof-list li {
  padding: var(--space-sm) 0;
  border-bottom: var(--rule);
  font-size: var(--text-base);
  color: var(--color-ink);
}

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

.proof-list strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 550;
  font-size: var(--text-md);
  margin-bottom: 0.15rem;
}

.proof-list span {
  color: var(--color-muted);
  font-size: var(--text-sm);
}

/* ——— Sections ——— */
.section {
  padding: var(--space-3xl) 0;
}

.section + .section {
  border-top: var(--rule);
}

.section-tight {
  padding: var(--space-2xl) 0;
}

.section-invert {
  background: var(--color-invert-bg);
  color: var(--color-invert);
  border-top: 0;
}

.section-invert h2,
.section-invert h3 {
  color: var(--color-invert);
}

.section-invert p,
.section-invert .muted {
  color: oklch(85% 0.02 85);
}

.section-tint {
  background: var(--color-paper-2);
}

.section-head {
  max-width: 36rem;
  margin-bottom: var(--space-xl);
}

.section-head p {
  color: var(--color-muted);
  font-size: var(--text-md);
}

/* Split rows */
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--space-xl) var(--space-3xl);
  align-items: start;
}

.split-flip {
  direction: rtl;
}

.split-flip > * {
  direction: ltr;
}

.split-wide-left {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
}

/* Service rows — not equal icon cards */
.service-rows {
  display: grid;
  gap: 0;
  border-top: var(--rule);
}

.service-row {
  display: grid;
  grid-template-columns: minmax(0, 11rem) minmax(0, 1fr);
  gap: var(--space-md) var(--space-xl);
  padding: var(--space-lg) 0;
  border-bottom: var(--rule);
  text-decoration: none;
  color: inherit;
  transition: background-color var(--dur-short) var(--ease-out);
}

.service-row:hover {
  background: var(--color-paper-2);
}

.service-row h3 {
  margin: 0;
  font-size: var(--text-lg);
}

.service-row p {
  margin: 0;
  color: var(--color-muted);
  max-width: none;
}

.service-row .hint {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: var(--space-xs);
}

/* Process — vertical rail, not 3 cards */
.process {
  display: grid;
  gap: 0;
  max-width: 40rem;
}

.process-step {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: var(--space-md);
  padding-bottom: var(--space-xl);
  position: relative;
}

.process-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 1.35rem;
  top: 2.2rem;
  bottom: 0;
  width: 1px;
  background: var(--color-rule);
}

.process-num {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-accent);
  width: 2.7rem;
  height: 2.7rem;
  border: 1.5px solid var(--color-accent);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--color-paper);
  position: relative;
  z-index: 1;
}

.process-step h3 {
  margin-top: 0.35rem;
}

.process-step p {
  color: var(--color-muted);
}

/* Neighborhood list */
.place-list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: var(--space-xl);
}

.place-list li {
  break-inside: avoid;
  padding: 0.4rem 0;
  border-bottom: var(--rule);
  font-size: var(--text-sm);
  color: var(--color-ink-soft);
}

/* Page intro (inner pages) */
.page-intro {
  padding: var(--space-2xl) 0 var(--space-xl);
  border-bottom: var(--rule);
}

.page-intro h1 {
  font-size: var(--text-display-s);
  max-width: 16ch;
}

.page-intro p {
  color: var(--color-muted);
  font-size: var(--text-md);
  max-width: 42ch;
}

/* Contact layout */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: var(--space-2xl) var(--space-3xl);
  align-items: start;
}

.contact-block {
  padding: var(--space-lg) 0;
  border-bottom: var(--rule);
}

.contact-block:first-child {
  padding-top: 0;
}

.contact-block h3 {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--color-muted);
  margin-bottom: var(--space-xs);
}

.contact-block a.phone {
  font-family: var(--font-mono);
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--color-ink);
  text-decoration: none;
}

.contact-block a.phone:hover {
  color: var(--color-accent);
}

.form-panel {
  background: var(--color-paper-2);
  border: var(--rule);
  padding: var(--space-xl);
}

.form-panel h2 {
  font-size: var(--text-xl);
  margin-bottom: var(--space-xs);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
  margin-top: var(--space-lg);
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-ink-soft);
}

.field input,
.field select,
.field textarea {
  font: inherit;
  color: var(--color-ink);
  background: var(--color-paper);
  border: 1.5px solid var(--color-rule);
  border-radius: var(--radius-sm);
  padding: 0.7rem 0.8rem;
  transition: border-color var(--dur-short) var(--ease-out);
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: var(--color-muted);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--color-accent);
  outline: none;
}

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

.form-actions {
  margin-top: var(--space-lg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-md);
}

.form-note {
  font-size: var(--text-sm);
  color: var(--color-muted);
  margin: 0;
  max-width: none;
}

.form-success {
  display: none;
  margin-top: var(--space-md);
  padding: var(--space-sm) var(--space-md);
  background: var(--color-accent-soft);
  border-left: 3px solid var(--color-accent);
  font-weight: 600;
  font-size: var(--text-sm);
  color: var(--color-accent-deep);
}

.form-success.is-visible {
  display: block;
}

/* CTA band */
.cta-band {
  padding: var(--space-2xl) 0;
  background: var(--color-accent);
  color: var(--color-invert);
}

.cta-band .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-lg);
}

.cta-band h2 {
  color: var(--color-invert);
  font-size: var(--text-xl);
  margin: 0 0 0.35rem;
}

.cta-band p {
  margin: 0;
  color: oklch(97% 0.02 85 / 0.9);
  max-width: 36ch;
}

.cta-band .btn-primary {
  background: var(--color-ink);
  border-color: var(--color-ink);
  color: var(--color-paper);
}

.cta-band .btn-primary:hover {
  background: var(--color-invert-bg);
  border-color: var(--color-invert-bg);
}

/* Footer Ft5 statement */
.site-footer {
  background: var(--color-invert-bg);
  color: oklch(78% 0.02 80);
  padding: var(--space-2xl) 0 var(--space-lg);
}

.footer-statement {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  color: var(--color-invert);
  line-height: 1.25;
  max-width: 22ch;
  margin: 0 0 var(--space-xl);
  letter-spacing: -0.02em;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm) var(--space-xl);
  align-items: baseline;
  padding-top: var(--space-lg);
  border-top: 1px solid oklch(40% 0.02 50);
  font-size: var(--text-sm);
}

.footer-meta a {
  color: oklch(90% 0.02 85);
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}

.footer-meta a:hover {
  color: var(--color-accent-soft);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
}

.footer-links a {
  font-weight: 500;
  color: oklch(78% 0.02 80);
}

/* About values — irregular, not 3 equal cards */
.values {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--space-lg);
}

.value {
  padding: var(--space-lg);
  background: var(--color-paper);
  border: var(--rule);
}

.value:first-child {
  grid-column: 1 / -1;
  border-left: 3px solid var(--color-accent);
}

/* Mobile */
@media (max-width: 768px) {
  .wrap {
    width: min(100% - var(--space-lg), var(--max));
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .masthead-top {
    align-items: flex-start;
  }

  .masthead-phone {
    text-align: left;
    width: 100%;
    order: 3;
  }

  .masthead-nav {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    border-top: var(--rule);
    padding: var(--space-sm) 0;
  }

  .masthead-nav.is-open {
    display: flex;
  }

  .masthead-nav a {
    padding: 0.7rem 0;
    margin: 0;
    border-bottom: var(--rule);
  }

  .masthead-nav .nav-cta {
    margin-left: 0;
    border-bottom: 0;
    padding-top: var(--space-md);
  }

  .hero-split,
  .split,
  .split-wide-left,
  .contact-grid,
  .form-grid,
  .values {
    grid-template-columns: 1fr;
  }

  .split-flip {
    direction: ltr;
  }

  .hero-proof {
    border-left: 0;
    border-top: 3px solid var(--color-accent);
    padding: var(--space-lg) 0 0;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: var(--space-xs);
  }

  .place-list {
    columns: 1;
  }

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

  .hero {
    padding: var(--space-2xl) 0 var(--space-xl);
  }

  .section {
    padding: var(--space-2xl) 0;
  }
}

/* ——— Blog ——— */
.post-list {
  display: grid;
  gap: 0;
  border-top: var(--rule);
}

.post-card {
  display: grid;
  grid-template-columns: minmax(0, 11rem) minmax(0, 1fr);
  gap: var(--space-md) var(--space-xl);
  padding: var(--space-lg) 0;
  border-bottom: var(--rule);
  text-decoration: none;
  color: inherit;
}

.post-card:hover h2 {
  color: var(--color-accent);
}

.post-card time {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--color-muted);
  display: block;
  margin-bottom: var(--space-2xs);
}

.post-card h2 {
  font-size: var(--text-lg);
  margin: 0 0 var(--space-xs);
}

.post-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: var(--text-sm);
  max-width: none;
}

.post-card .tag {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.article {
  max-width: 42rem;
}

.article .lede {
  font-size: var(--text-md);
  color: var(--color-ink-soft);
  margin-bottom: var(--space-lg);
}

.article h2 {
  margin-top: var(--space-xl);
  font-size: var(--text-xl);
}

.article ol,
.article ul {
  padding-left: 1.25rem;
  margin: 0 0 var(--space-md);
  color: var(--color-ink-soft);
}

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

.article-meta {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--color-muted);
  margin-bottom: var(--space-md);
}

.related {
  margin-top: var(--space-2xl);
  padding-top: var(--space-lg);
  border-top: var(--rule);
}

.related ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: var(--space-sm);
}

.related a {
  font-weight: 600;
  text-decoration: none;
}

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

.toc-inline {
  background: var(--color-paper-2);
  border: var(--rule);
  border-left: 3px solid var(--color-accent);
  padding: var(--space-md) var(--space-lg);
  margin: 0 0 var(--space-xl);
}

.toc-inline p {
  margin: 0 0 var(--space-xs);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--color-ink);
  max-width: none;
}

.toc-inline ol {
  margin: 0;
  padding-left: 1.1rem;
  font-size: var(--text-sm);
}

@media (max-width: 768px) {
  .post-card {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* ========== UI UPGRADE v2 — Dispatch Board ========== */

body {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 4.5rem; /* room for sticky mobile bar */
  }
}

/* Sticky masthead with glass */
.masthead {
  position: sticky;
  top: 0;
  z-index: 100;
  background: oklch(97% 0.01 85 / 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-rule);
  box-shadow: none;
  transition: box-shadow var(--dur) var(--ease-out);
}

.masthead.is-scrolled {
  box-shadow: var(--shadow-sm);
}

.masthead-top {
  padding: var(--space-md) 0 var(--space-sm);
}

.masthead-phone a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  background: var(--color-accent-soft);
  border-radius: 999px;
  border: 1px solid oklch(80% 0.06 55 / 0.5);
}

.masthead-nav .nav-cta {
  background: var(--color-accent);
  color: var(--color-invert) !important;
  border-radius: 999px;
  padding: 0.5rem 1rem !important;
  border-bottom: none !important;
  margin-left: auto;
}

.masthead-nav .nav-cta:hover {
  background: var(--color-accent-deep);
  color: var(--color-invert) !important;
  border-bottom: none !important;
}

/* Buttons — fuller, competitor-parity conversion */
.btn {
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  padding: 0.9rem 1.35rem;
}

.btn-primary {
  box-shadow: 0 4px 14px oklch(50% 0.14 40 / 0.35);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px oklch(50% 0.14 40 / 0.4);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-line {
  box-shadow: none;
}

/* Hero — layered board */
.hero {
  padding: var(--space-2xl) 0 var(--space-xl);
  background:
    radial-gradient(120% 80% at 100% 0%, oklch(93% 0.04 70 / 0.9) 0%, transparent 55%),
    var(--color-paper);
  border-bottom: none;
}

.hero-split {
  gap: var(--space-xl) var(--space-2xl);
  align-items: center;
}

.hero-media {
  border: none;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px oklch(100% 0 0 / 0.2);
  pointer-events: none;
}

.hero-media img {
  aspect-ratio: 4 / 3;
}

.hero-copy h1 {
  max-width: 12ch;
}

.hero-actions .btn {
  min-width: 10rem;
}

/* Trust strip — competitor pattern, original styling */
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--color-rule);
  border: var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
  margin-top: var(--space-xl);
  box-shadow: var(--shadow-sm);
}

.trust-item {
  background: var(--color-paper);
  padding: var(--space-md) var(--space-lg);
  text-align: left;
}

.trust-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: var(--text-md);
  font-weight: 550;
  margin-bottom: 0.2rem;
  color: var(--color-ink);
}

.trust-item span {
  font-size: var(--text-sm);
  color: var(--color-muted);
}

/* Service tiles — visual parity with franchise tiles, original icons */
.service-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-md);
}

.service-tile {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  padding: var(--space-lg);
  background: var(--color-paper);
  border: var(--rule);
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--dur-short) var(--ease-out),
    box-shadow var(--dur-short) var(--ease-out),
    border-color var(--dur-short) var(--ease-out);
  min-width: 0;
}

.service-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: oklch(70% 0.06 50);
  color: inherit;
}

.service-tile .tile-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: var(--radius);
  background: var(--color-accent-soft);
  color: var(--color-accent-deep);
  display: grid;
  place-items: center;
}

.service-tile .tile-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-tile h3 {
  margin: 0;
  font-size: var(--text-md);
}

.service-tile p {
  margin: 0;
  font-size: var(--text-sm);
  color: var(--color-muted);
  max-width: none;
}

.service-tile .tile-go {
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Service rows elevated */
.service-row {
  border-radius: var(--radius);
  padding: var(--space-lg);
  margin-bottom: var(--space-xs);
  border: var(--rule);
  border-bottom: var(--rule);
  box-shadow: var(--shadow-sm);
  background: var(--color-paper);
}

.service-rows {
  border-top: none;
  gap: var(--space-sm);
}

.service-row:hover {
  background: var(--color-paper);
  border-color: oklch(70% 0.06 50);
  box-shadow: var(--shadow);
}

/* Process steps as cards */
.process {
  max-width: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-md);
}

.process-step {
  grid-template-columns: 1fr;
  padding: var(--space-lg);
  background: var(--color-paper);
  border: var(--rule);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  position: relative;
}

.process-step:not(:last-child)::before {
  display: none;
}

.process-num {
  margin-bottom: var(--space-sm);
}

/* Media polish */
.media {
  border: none;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.media figcaption {
  border-top: none;
  background: var(--color-paper-2);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

/* Form panel */
.form-panel {
  border: none;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  background: var(--color-paper);
}

.field input,
.field select,
.field textarea {
  border-radius: var(--radius);
  border-width: 1.5px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  box-shadow: 0 0 0 3px oklch(50% 0.14 40 / 0.18);
}

/* CTA band richer */
.cta-band {
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 120% at 100% 50%, oklch(58% 0.12 45 / 0.45), transparent 60%);
  pointer-events: none;
}

.cta-band .wrap {
  position: relative;
}

/* Footer */
.site-footer {
  padding-bottom: calc(var(--space-2xl) + 0.5rem);
}

/* Sticky mobile action bar — critical competitor parity */
.mobile-bar {
  display: none;
}

@media (max-width: 768px) {
  .mobile-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 150;
    padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom));
    background: oklch(22% 0.028 45 / 0.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid oklch(40% 0.02 50);
    box-shadow: 0 -8px 24px var(--color-shadow-strong);
  }

  .mobile-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: var(--text-sm);
    text-decoration: none;
    border-radius: 999px;
    padding: 0.85rem 0.5rem;
    white-space: nowrap;
  }

  .mobile-bar .mb-call {
    background: var(--color-accent);
    color: var(--color-invert);
  }

  .mobile-bar .mb-book {
    background: transparent;
    color: var(--color-invert);
    border: 1.5px solid oklch(97% 0.01 85 / 0.45);
  }

  .service-tiles {
    grid-template-columns: 1fr 1fr;
  }

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

  .process {
    grid-template-columns: 1fr;
  }

  .hero-media img {
    aspect-ratio: 16 / 10;
  }

  .masthead-nav .nav-cta {
    border-radius: var(--radius);
    text-align: center;
  }
}

@media (min-width: 769px) and (max-width: 960px) {
  .service-tiles {
    grid-template-columns: 1fr 1fr;
  }

  .process {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   VISUAL POLISH v3 — CSS only (no content/behavior changes)
   ========================================================= */

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(120% 80% at 0% -10%, oklch(94% 0.04 70 / 0.55) 0%, transparent 50%),
    radial-gradient(90% 60% at 100% 0%, oklch(95% 0.025 85 / 0.7) 0%, transparent 45%),
    var(--color-paper);
  text-rendering: optimizeLegibility;
}

/* ——— Type polish ——— */
h1, h2, h3, h4 {
  letter-spacing: -0.03em;
  font-feature-settings: "ss01" on, "kern" on;
}

h1 {
  line-height: 1.05;
  text-wrap: balance;
}

h2 {
  text-wrap: balance;
}

.hero-copy .lede,
.page-intro p,
.section-head p {
  font-size: var(--text-md);
  line-height: 1.7;
  color: var(--color-ink-soft);
}

/* ——— Masthead ——— */
.masthead {
  background: oklch(97.5% 0.012 82 / 0.86);
  border-bottom: 1px solid oklch(84% 0.02 75 / 0.7);
}

.masthead.is-scrolled {
  box-shadow: 0 8px 30px oklch(20% 0.02 45 / 0.08);
}

.brand-mark {
  font-size: clamp(1.55rem, 3.2vw, 2rem);
  letter-spacing: -0.04em;
}

.brand-mark em {
  position: relative;
}

.brand-sub {
  letter-spacing: 0.04em;
  text-transform: none;
  opacity: 0.9;
}

.masthead-phone a {
  background: linear-gradient(180deg, oklch(96% 0.03 72), var(--color-accent-soft));
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur-short) var(--ease-out), box-shadow var(--dur-short) var(--ease-out);
}

.masthead-phone a:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
  color: var(--color-accent-deep);
}

.masthead-nav a {
  border-radius: var(--radius-sm);
  padding: 0.5rem 0.75rem;
  margin-right: 0.15rem;
  transition: color var(--dur-short) var(--ease-out), background var(--dur-short) var(--ease-out);
}

.masthead-nav a:hover {
  background: oklch(94% 0.02 78 / 0.8);
}

.masthead-nav a[aria-current="page"] {
  background: var(--color-accent-soft);
  border-bottom-color: transparent;
  color: var(--color-accent-deep);
}

.masthead-nav .nav-cta {
  box-shadow: 0 4px 14px var(--color-glow);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.masthead-nav .nav-cta:hover {
  background: var(--color-accent-deep) !important;
  transform: translateY(-1px);
}

/* ——— Buttons ——— */
.btn {
  letter-spacing: 0.01em;
  min-height: 2.85rem;
}

.btn-primary {
  background: linear-gradient(180deg, oklch(56% 0.15 44), var(--color-accent));
  border-color: transparent;
  box-shadow: 0 2px 0 oklch(38% 0.1 38 / 0.35), 0 8px 22px var(--color-glow);
}

.btn-primary:hover {
  background: linear-gradient(180deg, oklch(50% 0.14 42), var(--color-accent-deep));
  filter: brightness(1.02);
}

.btn-line {
  background: oklch(100% 0 0 / 0.45);
  backdrop-filter: blur(6px);
}

.btn-line:hover {
  background: var(--color-ink);
  border-color: var(--color-ink);
  color: var(--color-paper);
}

.btn-line-light {
  backdrop-filter: blur(6px);
  background: oklch(100% 0 0 / 0.08);
}

/* ——— Hero ——— */
.hero {
  position: relative;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2rem, 4vw, 3rem);
  background:
    radial-gradient(70% 90% at 95% 10%, oklch(90% 0.06 55 / 0.55) 0%, transparent 55%),
    radial-gradient(50% 60% at 5% 80%, oklch(94% 0.03 80 / 0.8) 0%, transparent 50%),
    linear-gradient(180deg, oklch(97% 0.015 82) 0%, oklch(96% 0.012 82) 100%);
  border-bottom: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-rule), transparent);
}

.hero-copy h1 {
  max-width: 11ch;
  background: linear-gradient(180deg, var(--color-ink) 60%, oklch(28% 0.04 40));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* fallback if clip unsupported */
  color: var(--color-ink);
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
  .hero-copy h1 {
    color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, oklch(16% 0.02 45) 40%, oklch(32% 0.06 40));
    -webkit-background-clip: text;
    background-clip: text;
  }
}

.hero-media {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  transform: rotate(-0.4deg);
  outline: 1px solid oklch(100% 0 0 / 0.5);
  outline-offset: -1px;
}

.hero-media img {
  aspect-ratio: 5 / 4;
  transition: transform 0.6s var(--ease-out);
}

.hero-media:hover img {
  transform: scale(1.03);
}

/* ——— Trust strip ——— */
.trust-strip {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
  border: none;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: linear-gradient(135deg, oklch(22% 0.03 42), oklch(28% 0.04 48));
  gap: 0;
}

.trust-item {
  background: transparent;
  padding: 1.25rem 1.4rem;
  border-right: 1px solid oklch(100% 0 0 / 0.1);
  position: relative;
}

.trust-item:last-child {
  border-right: none;
}

.trust-item strong {
  color: oklch(97% 0.01 85);
  font-size: 1.1rem;
}

.trust-item span {
  color: oklch(85% 0.02 80);
}

/* ——— Sections ——— */
.section {
  position: relative;
}

.section-tint {
  background:
    linear-gradient(180deg, oklch(95% 0.02 78 / 0.9), oklch(94% 0.018 80 / 0.95));
  border-block: 1px solid oklch(86% 0.02 75 / 0.6);
}

.section-head h2 {
  position: relative;
  padding-bottom: 0.65rem;
}

.section-head h2::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 3px;
  margin-top: 0.65rem;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--color-accent), oklch(70% 0.1 60));
}

/* ——— Service tiles ——— */
.service-tile {
  border: 1px solid oklch(86% 0.02 75 / 0.9);
  background: linear-gradient(165deg, oklch(99% 0.005 85), var(--color-paper));
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.service-tile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-accent), oklch(70% 0.08 65));
  opacity: 0;
  transition: opacity var(--dur-short) var(--ease-out);
}

.service-tile:hover::before {
  opacity: 1;
}

.service-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: oklch(78% 0.05 55);
}

.service-tile .tile-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
  background: linear-gradient(145deg, oklch(96% 0.03 70), var(--color-accent-soft));
  box-shadow: inset 0 1px 0 oklch(100% 0 0 / 0.7);
}

.service-tile .tile-go {
  letter-spacing: 0.08em;
}

/* ——— Service rows ——— */
.service-row {
  border-radius: var(--radius);
  border: 1px solid oklch(86% 0.018 75 / 0.85);
  background: oklch(99% 0.005 85 / 0.85);
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur-short) var(--ease-out), box-shadow var(--dur-short) var(--ease-out), border-color var(--dur-short) var(--ease-out);
}

.service-row:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow);
  border-color: oklch(75% 0.06 50);
  background: var(--color-paper);
}

.service-rows {
  gap: 0.65rem;
}

/* ——— Process cards ——— */
.process-step {
  background: linear-gradient(180deg, oklch(99% 0.005 85), var(--color-paper));
  border: 1px solid oklch(86% 0.018 75 / 0.9);
  box-shadow: var(--shadow-sm);
  border-radius: var(--radius-lg);
  transition: transform var(--dur-short) var(--ease-out), box-shadow var(--dur-short) var(--ease-out);
}

.process-step:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.process-num {
  background: linear-gradient(145deg, oklch(96% 0.03 70), var(--color-accent-soft));
  border-color: oklch(70% 0.08 50);
  color: var(--color-accent-deep);
  font-weight: 700;
  box-shadow: var(--shadow-sm);
}

/* ——— Proof list / cards ——— */
.hero-proof {
  background: oklch(99% 0.005 85 / 0.65);
  border-left: 4px solid var(--color-accent);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: var(--space-lg) var(--space-lg) var(--space-lg) var(--space-xl);
  box-shadow: var(--shadow-sm);
}

.proof-list li {
  padding: 0.7rem 0;
}

.proof-list strong {
  color: var(--color-ink);
}

/* ——— Media ——— */
.media {
  border: none;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.media img {
  transition: transform 0.5s var(--ease-out);
}

.media:hover img {
  transform: scale(1.025);
}

.media figcaption {
  background: linear-gradient(180deg, oklch(96% 0.015 80), var(--color-paper-2));
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  padding: 0.65rem 1rem;
}

/* ——— Values / cards ——— */
.value {
  border-radius: var(--radius);
  border: 1px solid oklch(86% 0.018 75 / 0.9);
  background: oklch(99% 0.005 85);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--dur-short) var(--ease-out);
}

.value:hover {
  box-shadow: var(--shadow);
}

.value:first-child {
  border-left: 4px solid var(--color-accent);
  background: linear-gradient(90deg, var(--color-accent-soft), oklch(99% 0.005 85) 40%);
}

/* ——— FAQ ——— */
.faq-list {
  border-top: none;
  max-width: 46rem;
}

.faq-list details {
  background: oklch(99% 0.005 85 / 0.8);
  border: 1px solid oklch(86% 0.018 75 / 0.85);
  border-bottom: 1px solid oklch(86% 0.018 75 / 0.85);
  border-radius: var(--radius);
  padding: 0.15rem 1rem;
  margin-bottom: 0.55rem;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--dur-short) var(--ease-out);
}

.faq-list details[open] {
  box-shadow: var(--shadow);
  border-color: oklch(78% 0.05 55);
}

.faq-list summary {
  padding: 0.85rem 0;
}

.faq-list summary::after {
  background: var(--color-accent-soft);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  float: right;
  line-height: 1.6rem;
  text-align: center;
}

/* ——— Blog cards ——— */
.post-card {
  border-radius: var(--radius);
  padding: var(--space-lg);
  margin-bottom: 0.5rem;
  border: 1px solid oklch(86% 0.018 75 / 0.85);
  background: oklch(99% 0.005 85 / 0.75);
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur-short) var(--ease-out), box-shadow var(--dur-short) var(--ease-out);
}

.post-list {
  border-top: none;
  gap: 0.5rem;
}

.post-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.post-card .tag {
  display: inline-block;
  background: var(--color-accent-soft);
  color: var(--color-accent-deep);
  padding: 0.2rem 0.55rem;
  border-radius: var(--radius-pill);
  margin-bottom: 0.35rem;
}

/* ——— Form ——— */
.form-panel {
  border: none;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(165deg, oklch(99.5% 0.005 85), oklch(97% 0.012 82));
  padding: clamp(1.35rem, 3vw, 2rem);
}

.field input,
.field select,
.field textarea {
  border-radius: var(--radius);
  background: oklch(100% 0 0 / 0.9);
  border-color: oklch(84% 0.02 75);
  transition: border-color var(--dur-short) var(--ease-out), box-shadow var(--dur-short) var(--ease-out);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 4px oklch(52% 0.15 42 / 0.15);
}

.contact-block {
  border-bottom: 1px solid oklch(86% 0.018 75 / 0.7);
}

.contact-block a.phone {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  letter-spacing: -0.02em;
}

/* ——— CTA band ——— */
.cta-band {
  background: linear-gradient(125deg, oklch(48% 0.14 40) 0%, oklch(42% 0.12 35) 45%, oklch(36% 0.08 50) 100%);
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(40% 50% at 80% 30%, oklch(70% 0.12 55 / 0.35), transparent 60%),
    radial-gradient(30% 40% at 10% 80%, oklch(60% 0.1 30 / 0.25), transparent 55%);
  pointer-events: none;
}

.cta-band h2 {
  letter-spacing: -0.03em;
}

.cta-band .btn-primary {
  background: var(--color-ink);
  box-shadow: 0 8px 24px oklch(10% 0.02 40 / 0.35);
}

.cta-band .btn-primary:hover {
  background: oklch(12% 0.02 40);
}

/* ——— Footer ——— */
.site-footer {
  background:
    radial-gradient(80% 60% at 100% 0%, oklch(28% 0.04 45 / 0.5), transparent 50%),
    var(--color-invert-bg);
  border-top: 1px solid oklch(35% 0.03 45);
}

.footer-statement {
  background: linear-gradient(90deg, oklch(97% 0.01 85), oklch(85% 0.04 60));
  -webkit-background-clip: text;
  background-clip: text;
  color: oklch(95% 0.01 85);
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
  .footer-statement {
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.footer-meta a:hover {
  color: oklch(88% 0.06 70);
}

/* ——— Page intro ——— */
.page-intro {
  background:
    radial-gradient(70% 80% at 100% 0%, oklch(93% 0.04 65 / 0.45), transparent 55%),
    linear-gradient(180deg, oklch(96.5% 0.015 82), var(--color-paper));
  border-bottom: 1px solid oklch(86% 0.018 75 / 0.7);
  padding-bottom: var(--space-2xl);
}

.page-intro h1 {
  max-width: 16ch;
}

/* ——— Place list ——— */
.place-list li {
  padding: 0.5rem 0;
  border-bottom: 1px dashed oklch(86% 0.018 75);
  transition: color var(--dur-short) var(--ease-out), padding-left var(--dur-short) var(--ease-out);
}

.place-list li:hover {
  color: var(--color-accent-deep);
  padding-left: 0.35rem;
}

/* ——— Mobile bar ——— */
.mobile-bar {
  background: oklch(18% 0.03 42 / 0.94);
  border-top: 1px solid oklch(40% 0.03 50 / 0.6);
  box-shadow: 0 -12px 32px oklch(15% 0.02 40 / 0.35);
}

.mobile-bar .mb-call {
  background: linear-gradient(180deg, oklch(56% 0.15 44), var(--color-accent));
  box-shadow: 0 4px 14px var(--color-glow);
}

.mobile-bar .mb-book:hover {
  background: oklch(100% 0 0 / 0.1);
}

/* ——— Article body ——— */
.article {
  max-width: 42rem;
}

.article h2 {
  margin-top: 2rem;
  padding-top: 0.25rem;
}

.article ol li::marker,
.article ul li::marker {
  color: var(--color-accent);
}

.related {
  background: var(--color-paper-2);
  border: 1px solid oklch(86% 0.018 75 / 0.85);
  border-radius: var(--radius);
  padding: var(--space-lg);
  border-top: 3px solid var(--color-accent);
}

/* ——— Breadcrumb ——— */
.breadcrumb a:hover {
  color: var(--color-accent-deep);
}

/* ——— Selection + focus polish ——— */
::selection {
  background: oklch(90% 0.06 70);
  color: var(--color-ink);
}

/* Mobile trust strip */
@media (max-width: 768px) {
  .trust-item {
    border-right: none;
    border-bottom: 1px solid oklch(100% 0 0 / 0.1);
  }

  .trust-item:last-child {
    border-bottom: none;
  }

  .hero-media {
    transform: none;
  }

  .hero-copy h1 {
    max-width: none;
  }
}

/* Respect reduced motion already set earlier — reinforce hover transforms off */
@media (prefers-reduced-motion: reduce) {
  .service-tile:hover,
  .process-step:hover,
  .post-card:hover,
  .service-row:hover,
  .hero-media:hover img,
  .media:hover img,
  .btn-primary:hover,
  .masthead-phone a:hover {
    transform: none;
  }
}
