@font-face {
  font-family: "Legal Serif";
  src: url("assets/fonts/OM-Cormorant-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --night: #07121c;
  --night-soft: #0d1d2a;
  --steel: #173042;
  --paper: #f4f5f3;
  --white: #ffffff;
  --ink: #0d1720;
  --muted: #60707c;
  --line: rgba(13, 23, 32, .14);
  --amber: #df7b2d;
  --amber-hot: #ff9a48;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.65 Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; display: block; }
em { font-family: "Legal Serif", Georgia, serif; font-weight: 300; font-style: italic; }

.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; padding: 10px 14px; color: var(--night); background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 30; top: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; min-height: 94px; padding: 0 max(28px, calc((100vw - var(--max)) / 2)); color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: flex; align-items: center; gap: 14px; width: max-content; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family: "Legal Serif", Georgia, serif; font-size: 21px; font-weight: 300; letter-spacing: .03em; }
.brand-copy small { margin-top: 4px; color: rgba(255,255,255,.68); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.brand-emblem, .footer-emblem { display: grid; flex: 0 0 auto; width: 48px; height: 48px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 300 27px/1 "Legal Serif", Georgia, serif; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { position: relative; padding: 10px 0; color: rgba(255,255,255,.78); font-size: 13px; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: var(--amber-hot); transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-phone { justify-self: end; font-size: 14px; font-weight: 700; letter-spacing: .04em; }
.menu-button, .mobile-menu { display: none; }

.hero { position: relative; min-height: min(900px, 100svh); overflow: hidden; color: #fff; background: var(--night); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("assets/auto-hero.webp") 62% center / cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(4,12,19,.96) 0%, rgba(4,12,19,.84) 38%, rgba(4,12,19,.25) 72%, rgba(4,12,19,.18) 100%), linear-gradient(0deg, rgba(4,12,19,.78) 0%, transparent 42%); }
.hero-content { position: relative; z-index: 2; width: min(760px, calc(100% - 48px)); margin-left: max(28px, calc((100vw - var(--max)) / 2)); padding: 178px 0 130px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 1px; background: var(--amber); }
.eyebrow.dark { color: #5a6974; }
.eyebrow.light { color: rgba(255,255,255,.62); }
.hero h1 { max-width: 850px; margin: 0; font: 300 clamp(56px, 6vw, 90px)/.94 "Legal Serif", Georgia, serif; letter-spacing: -.025em; text-wrap: balance; }
.hero h1 em { color: #f2b078; }
.hero-lead { max-width: 630px; margin: 34px 0 0; color: rgba(255,255,255,.75); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; cursor: pointer; font-size: 14px; font-weight: 700; transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--amber); }
.button-primary:hover { background: #ef8532; }
.button-secondary { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(7,18,28,.35); backdrop-filter: blur(8px); }
.button-secondary:hover { border-color: #fff; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 44px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.58); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.hero-tags li:not(:last-child)::after { content: "·"; margin-left: 22px; color: var(--amber-hot); }
.hero-scroll { position: absolute; z-index: 3; right: max(28px, calc((100vw - var(--max)) / 2)); bottom: 38px; display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.65); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.hero-scroll i { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-style: normal; }

.signal-strip { display: grid; grid-template-columns: .65fr 1.45fr auto; align-items: center; gap: 36px; padding: 25px max(28px, calc((100vw - var(--max)) / 2)); color: #fff; background: var(--amber); }
.signal-strip p, .signal-strip strong { margin: 0; }
.signal-strip p { font: 300 25px/1.1 "Legal Serif", Georgia, serif; }
.signal-strip strong { font-size: 14px; line-height: 1.5; }
.signal-strip a { white-space: nowrap; font-size: 13px; font-weight: 700; }
.signal-strip a span { margin-left: 8px; }

.section { padding: 120px max(28px, calc((100vw - var(--max)) / 2)); }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr .75fr; gap: 48px; align-items: end; margin-bottom: 58px; }
.section-heading .eyebrow { align-self: start; margin-top: 13px; }
.section-heading h2, .first-steps h2, .request h2 { margin: 0; font: 300 clamp(44px, 4.7vw, 72px)/1 "Legal Serif", Georgia, serif; letter-spacing: -.02em; text-wrap: balance; }
.section-heading h2 em, .first-steps h2 em, .request h2 em { color: var(--amber); }
.section-heading > p:last-child { margin: 0; color: var(--muted); line-height: 1.8; }
.section-heading.compact { grid-template-columns: .55fr 1.45fr; align-items: start; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.35); transition: background-color 180ms ease, transform 180ms ease; }
.service-card:hover { position: relative; z-index: 1; background: #fff; transform: translateY(-3px); }
.service-card-featured { color: #fff; background: var(--night-soft); }
.service-card-featured:hover { background: #112838; }
.card-number { color: var(--amber); font: 300 36px/1 "Legal Serif", Georgia, serif; }
.service-card h3 { max-width: 310px; margin: 0 0 16px; font: 300 30px/1.1 "Legal Serif", Georgia, serif; }
.service-card p { margin: 0; color: var(--muted); }
.service-card-featured p { color: rgba(255,255,255,.65); }
.service-card > a:not(.button) { margin-top: 28px; font-size: 13px; font-weight: 700; }
.service-card > a span { margin-left: 8px; color: var(--amber); }
.service-card-contact { justify-content: center; color: #fff; background: var(--amber); }
.service-card-contact:hover { background: #ed8536; }
.service-card-contact p { color: rgba(255,255,255,.75); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-card-contact h3 { margin: 16px 0 30px; font-size: 38px; }
.button-light { width: max-content; color: var(--night); background: #fff; }

.first-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: 120px max(28px, calc((100vw - var(--max)) / 2)); color: #fff; background: linear-gradient(135deg, #07121c, #112b3e); }
.first-steps-copy > p:not(.eyebrow) { max-width: 580px; margin: 30px 0; color: rgba(255,255,255,.65); font-size: 17px; }
.text-link-light { display: inline-flex; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.35); font-weight: 700; }
.text-link-light span { color: var(--amber-hot); }
.evidence-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.evidence-list li { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.evidence-list > li > span { color: var(--amber-hot); font: 300 24px/1.2 "Legal Serif", Georgia, serif; }
.evidence-list h3 { margin: 0 0 8px; font: 300 25px/1.1 "Legal Serif", Georgia, serif; }
.evidence-list p { margin: 0; color: rgba(255,255,255,.6); }

.process { background: #fff; }
.process-track { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-track article { position: relative; padding: 32px 28px 0 0; }
.process-track article:not(:last-child) { border-right: 1px solid var(--line); margin-right: 28px; }
.process-track article::before { content: ""; position: absolute; top: -4px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--amber); }
.process-track span { color: var(--amber); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.process-track h3 { margin: 28px 0 12px; font: 300 28px/1.1 "Legal Serif", Georgia, serif; }
.process-track p { margin: 0; color: var(--muted); }

.proof { color: #fff; background: var(--night-soft); }
.proof .section-heading h2 { color: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.proof-grid article { min-height: 260px; padding: 30px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.proof-grid article > span { color: var(--amber-hot); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.proof-grid h3 { margin: 58px 0 15px; font: 300 30px/1.12 "Legal Serif", Georgia, serif; }
.proof-grid p { max-width: 340px; margin: 0; color: rgba(255,255,255,.64); }

.reviews { background: #e9edeb; }
.reviews-heading { align-items: start; }
.reviews-heading > div { min-width: 0; }
.reviews-counter { display: flex; align-items: baseline; gap: 14px; margin-top: 25px; }
.reviews-counter strong { color: var(--amber); font: 300 48px/1 "Legal Serif", Georgia, serif; }
.reviews-counter span { max-width: 190px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.reviews-disclaimer { display: grid; grid-template-columns: auto 1fr; gap: 16px; margin: -12px 0 28px; padding: 18px 20px; border-left: 3px solid var(--amber); color: #41515c; background: rgba(255,255,255,.72); }
.reviews-disclaimer strong { white-space: nowrap; color: var(--ink); }
.reviews-disclaimer span { line-height: 1.55; }
.reviews-audience { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 28px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: rgba(255,255,255,.3); }
.reviews-audience span { padding: 17px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.reviews-audience b { margin-right: 7px; color: var(--ink); font-size: 16px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.review-card { display: flex; min-width: 0; min-height: 310px; flex-direction: column; padding: 26px; border-top: 3px solid #8c9aa3; color: var(--ink); background: #fff; box-shadow: 0 14px 42px rgba(7,18,28,.06); }
.review-card[data-audience="business"] { border-top-color: var(--steel); }
.review-card[data-audience="women-35-55"] { border-top-color: var(--amber); }
.review-card-top { display: flex; align-items: center; gap: 13px; }
.review-avatar { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 50%; color: #fff; background: var(--night-soft); font-size: 13px; font-weight: 700; letter-spacing: .05em; }
.review-card[data-tone="1"] .review-avatar { background: #85502e; }
.review-card[data-tone="2"] .review-avatar { background: #31596a; }
.review-card[data-tone="3"] .review-avatar { background: #66596d; }
.review-author { display: grid; min-width: 0; line-height: 1.25; }
.review-author strong { overflow-wrap: anywhere; font: 300 22px/1.05 "Legal Serif", Georgia, serif; }
.review-author span { margin-top: 5px; color: var(--muted); font-size: 11px; }
.review-topic { width: max-content; max-width: 100%; margin: 24px 0 16px; color: var(--amber); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.review-card blockquote { margin: 0; color: #354651; font: 300 21px/1.38 "Legal Serif", Georgia, serif; }
.review-card footer { display: flex; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 24px; color: #82909a; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.reviews-controls { display: flex; width: min(750px, 100%); justify-content: center; gap: 14px; margin: 28px auto 0; }
.reviews-more, .reviews-collapse { display: flex; width: min(360px, 100%); min-height: 54px; align-items: center; justify-content: space-between; padding: 0 22px; border: 1px solid var(--night); cursor: pointer; font-weight: 700; transition: color 180ms ease, background-color 180ms ease, transform 180ms ease; }
.reviews-more { color: #fff; background: var(--night); }
.reviews-more:hover { color: var(--night); background: transparent; transform: translateY(-2px); }
.reviews-collapse { color: var(--night); background: transparent; }
.reviews-collapse:hover { color: #fff; background: var(--night); transform: translateY(-2px); }
.reviews-more small, .reviews-collapse small { font-weight: 400; opacity: .7; }
.reviews-more[hidden], .reviews-collapse[hidden] { display: none; }
.reviews-noscript { color: var(--muted); }

.faq { background: var(--paper); }
.faq-list { max-width: 920px; margin-left: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 26px 0; cursor: pointer; font: 300 25px/1.25 "Legal Serif", Georgia, serif; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--amber); font: 400 24px/1 Arial, sans-serif; transition: transform 160ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -5px 0 28px; color: var(--muted); }

.request { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 120px max(28px, calc((100vw - var(--max)) / 2)); color: #fff; background: var(--night); }
.request-copy > p:not(.eyebrow) { max-width: 570px; margin: 28px 0 38px; color: rgba(255,255,255,.62); }
.contact-lines { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.15); }
.contact-lines > * { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-lines small { color: rgba(255,255,255,.48); }
.contact-lines strong { font-weight: 600; overflow-wrap: anywhere; }
.intake-form { display: grid; gap: 21px; align-content: start; padding: 38px; color: var(--ink); background: #fff; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.intake-form label > span:first-child { display: block; margin-bottom: 8px; color: #34434e; font-size: 13px; font-weight: 700; }
.intake-form input, .intake-form select, .intake-form textarea { width: 100%; min-width: 0; border: 1px solid #d7dcdf; border-radius: 0; outline: none; color: var(--ink); background: #f8f9f8; transition: border-color 160ms ease, background-color 160ms ease; }
.intake-form input, .intake-form select { min-height: 52px; padding: 0 14px; }
.intake-form textarea { min-height: 142px; padding: 14px; line-height: 1.55; resize: vertical; }
.intake-form input:focus, .intake-form select:focus, .intake-form textarea:focus { border-color: var(--amber); background: #fff; }
.form-status { min-height: 20px; margin: -4px 0 0; color: #246247; font-size: 13px; }
.form-status.is-error { color: #a0352b; }
.button-submit { color: #fff; background: var(--amber); }
.button-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.button-submit .button-copy { font-size: 14px; }
.button-submit span { font-size: 17px; }
.form-consent-check { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; cursor: pointer; }
.form-consent-check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--amber); }
.form-consent-check > span { margin: 0 !important; color: #71808a !important; font-size: 11px !important; font-weight: 400 !important; line-height: 1.55; }
.form-consent-check a { color: var(--ink); border-bottom: 1px solid currentColor; }

.site-footer { padding: 70px max(28px, calc((100vw - var(--max)) / 2)) 34px; color: #fff; background: #040b11; }
.footer-brand { display: flex; align-items: center; gap: 24px; }
.footer-emblem { width: 64px; height: 64px; color: rgba(255,255,255,.92); font-size: 36px; }
.footer-brand strong { font: 300 31px/1.1 "Legal Serif", Georgia, serif; }
.footer-brand p { margin: 8px 0 0; color: rgba(255,255,255,.5); }
.footer-links { display: flex; flex-wrap: wrap; gap: 28px; margin: 48px 0; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.72); font-size: 14px; }
.footer-legal { display: grid; gap: 4px; margin: 0 0 28px; color: rgba(255,255,255,.72); }
.footer-legal strong { font-size: 14px; font-weight: 600; }
.footer-legal span { color: rgba(255,255,255,.46); font-size: 12px; letter-spacing: .035em; }
.privacy-disclosure { max-width: 900px; margin: 0 0 28px; color: rgba(255,255,255,.58); font-size: 12px; }
.privacy-disclosure summary { width: max-content; cursor: pointer; color: rgba(255,255,255,.8); font-weight: 700; }
.privacy-disclosure p { max-width: 850px; margin: 12px 0 0; line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.42); font-size: 12px; }
.footer-bottom p { margin: 0; }
.mobile-actions { display: none; }
.floating-application { position: fixed; z-index: 55; right: 24px; bottom: 24px; display: flex; min-height: 58px; align-items: center; gap: 22px; padding: 0 20px 0 24px; border: 1px solid rgba(255,255,255,.28); color: #fff; background: var(--amber); box-shadow: 0 16px 42px rgba(7,18,28,.34); font-size: 14px; font-weight: 800; animation: cta-attention 3.8s ease-in-out infinite; }
.floating-application b { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; font-size: 15px; }
.floating-application:hover { background: #ef8532; transform: translateY(-3px); animation-play-state: paused; }
@keyframes cta-attention {
  0%, 72%, 100% { box-shadow: 0 16px 42px rgba(7,18,28,.34), 0 0 0 0 rgba(223,123,45,.28); }
  84% { box-shadow: 0 16px 42px rgba(7,18,28,.34), 0 0 0 13px rgba(223,123,45,0); }
}

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .header-phone { margin-right: 54px; }
  .menu-button { position: absolute; right: 28px; display: grid; width: 42px; height: 42px; place-content: center; gap: 6px; border: 0; color: #fff; background: transparent; }
  .menu-button span { display: block; width: 22px; height: 1px; background: currentColor; transition: transform 160ms ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 94px; right: 0; left: 0; display: none; padding: 18px 28px 25px; color: #fff; background: rgba(7,18,28,.98); border-bottom: 1px solid rgba(255,255,255,.13); }
  .mobile-menu.is-open { display: grid; }
  .mobile-menu a { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .section-heading { grid-template-columns: .55fr 1.45fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .first-steps, .request { gap: 55px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 76px; }
  .site-header { min-height: 76px; padding: 0 20px; }
  .brand { gap: 10px; }
  .brand-emblem { width: 40px; height: 40px; font-size: 23px; }
  .brand-copy strong { max-width: 220px; font-size: 17px; }
  .brand-copy small { font-size: 10px; }
  .header-phone { display: none; }
  .menu-button { right: 16px; }
  .mobile-menu { top: 76px; padding: 16px 20px 22px; }
  .hero { min-height: 780px; }
  .hero-image { background-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,12,19,.96), rgba(4,12,19,.58)), linear-gradient(0deg, rgba(4,12,19,.88), rgba(4,12,19,.08) 60%); }
  .hero-content { width: auto; margin: 0; padding: 132px 20px 115px; }
  .eyebrow { margin-bottom: 22px; font-size: 11px; letter-spacing: .14em; }
  .eyebrow span { width: 26px; }
  .hero h1 { font-size: clamp(37px, 11vw, 52px); line-height: .96; overflow-wrap: normal; }
  .hero-lead { margin-top: 27px; font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; min-height: 55px; }
  .hero-tags { gap: 8px 14px; margin-top: 32px; font-size: 10px; }
  .hero-tags li:not(:last-child)::after { margin-left: 14px; }
  .hero-scroll { display: none; }
  .signal-strip { grid-template-columns: 1fr; gap: 12px; padding: 24px 20px; }
  .signal-strip p { font-size: 25px; }
  .signal-strip a { margin-top: 4px; }
  .section { padding: 82px 20px; }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr; gap: 18px; margin-bottom: 40px; }
  .section-heading .eyebrow { margin: 0 0 8px; }
  .section-heading h2, .first-steps h2, .request h2 { font-size: clamp(42px, 12vw, 56px); overflow-wrap: anywhere; }
  .section-heading > p:last-child { grid-column: 1; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; padding: 25px 22px; }
  .service-card h3 { font-size: 30px; }
  .service-card-contact { min-height: 270px; }
  .button-light { width: 100%; }
  .first-steps { grid-template-columns: 1fr; gap: 48px; padding: 82px 20px; }
  .first-steps-copy > p:not(.eyebrow) { font-size: 16px; }
  .text-link-light { line-height: 1.45; overflow-wrap: anywhere; }
  .evidence-list li { grid-template-columns: 44px 1fr; gap: 14px; padding: 22px 0; }
  .process-track { grid-template-columns: 1fr; border-top: 0; }
  .process-track article { padding: 25px 0; border-top: 1px solid var(--line); }
  .process-track article:not(:last-child) { margin-right: 0; border-right: 0; }
  .process-track article::before { display: none; }
  .process-track h3 { margin-top: 12px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article { min-height: 220px; padding: 26px 22px; }
  .proof-grid h3 { margin-top: 38px; }
  .reviews-disclaimer { grid-template-columns: 1fr; gap: 4px; margin-top: 0; }
  .reviews-disclaimer strong { white-space: normal; }
  .reviews-audience, .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 275px; padding: 24px 22px; }
  .review-card blockquote { font-size: 20px; }
  .reviews-controls { flex-direction: column; }
  .reviews-more, .reviews-collapse { width: 100%; }
  .faq-list { margin-left: 0; }
  .faq-list summary { padding: 22px 0; font-size: 23px; }
  .request { grid-template-columns: 1fr; gap: 44px; padding: 82px 20px; }
  .contact-lines > * { grid-template-columns: 1fr; gap: 4px; }
  .contact-lines strong { font-size: 15px; }
  .intake-form { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .site-footer { padding: 60px 20px 30px; }
  .footer-brand { align-items: flex-start; }
  .footer-emblem { width: 56px; height: 56px; font-size: 31px; }
  .footer-brand strong { font-size: 27px; }
  .footer-bottom { display: grid; }
  .floating-application { display: none; }
  .mobile-actions { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 62px; color: #fff; background: var(--night); box-shadow: 0 -10px 30px rgba(0,0,0,.2); }
  .mobile-actions a { display: grid; place-items: center; font-size: 14px; font-weight: 700; }
  .mobile-actions a:last-child { background: var(--amber); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
