:root {
  --navy: #102e67;
  --navy-deep: #0b204a;
  --navy-soft: #eaf0fa;
  --orange: #f45112;
  --orange-dark: #d94308;
  --ink: #17233d;
  --muted: #64718a;
  --line: #dce3ed;
  --surface: #f6f8fb;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(16, 46, 103, 0.12);
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body, button, input, textarea { font-family: Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.topline { background: var(--navy-deep); color: rgba(255, 255, 255, 0.82); font-size: 0.78rem; letter-spacing: 0.04em; }
.topline-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 9px 0; }
.topline-detail { color: rgba(255, 255, 255, 0.56); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 255, 255, 0.97); border-bottom: 1px solid rgba(220, 227, 237, 0.85); }
.header-inner { min-height: 114px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 14px; width: max-content; max-width: 280px; flex: 0 0 auto; }
.brand-icon { display: grid; place-items: center; width: 64px; height: 64px; flex: 0 0 64px; overflow: hidden; border: 2px solid var(--white); border-radius: 50%; background: #000; box-shadow: 0 0 0 1px rgba(16,46,103,0.16), 0 5px 14px rgba(16,46,103,0.16); }
.brand-icon img { width: 100%; height: 100%; object-fit: cover; }
.brand-wordmark-wrap { display: block; width: 190px; }
.brand-wordmark-image { display: block; width: 100%; height: auto; aspect-ratio: 940 / 300; object-fit: cover; object-position: center; }
.brand-wordmark-fallback { display: none; color: var(--navy); line-height: 0.95; }
.brand-wordmark-fallback span { display: block; font-size: 1.18rem; font-weight: 800; letter-spacing: -0.05em; }
.brand-wordmark-fallback strong { display: block; margin-top: 4px; color: var(--orange); font-size: 0.62rem; letter-spacing: 0.2em; }
.brand-wordmark-wrap.is-fallback .brand-wordmark-fallback { display: block; }
.brand-wordmark-wrap.is-fallback { width: 156px; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 0.87rem; font-weight: 700; color: var(--navy); }
.site-nav a:not(.nav-cta) { position: relative; padding: 10px 0; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--orange); transition: right 0.2s ease; }
.site-nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 14px 21px; color: var(--white); background: var(--orange); border-radius: var(--radius); transition: background 0.2s ease, transform 0.2s ease; }
.nav-cta:hover { background: var(--orange-dark); transform: translateY(-1px); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 9px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.hero::before { content: ""; position: absolute; width: 410px; height: 410px; right: -170px; top: -180px; border: 1px solid rgba(255,255,255,0.13); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,0.025), 0 0 0 76px rgba(255,255,255,0.02); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr); align-items: center; gap: 78px; min-height: 630px; padding-top: 72px; padding-bottom: 72px; }
.hero-copy { position: relative; z-index: 1; max-width: 575px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: rgba(255,255,255,0.82); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow-navy { color: var(--navy); }
.eyebrow-line { display: inline-block; width: 28px; height: 2px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h1 { max-width: 650px; margin-bottom: 27px; font-size: clamp(3rem, 5.2vw, 5.1rem); letter-spacing: -0.055em; font-weight: 800; }
h1 span, h2 span { color: var(--orange); }
.hero-lede { max-width: 475px; margin-bottom: 34px; color: rgba(255,255,255,0.78); font-size: 1.16rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 41px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 49px; padding: 13px 20px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 800; font-size: 0.94rem; cursor: pointer; transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: 0.65; transform: none; }
.button-orange { background: var(--orange); color: var(--white); }
.button-orange:hover { background: var(--orange-dark); }
.button-light-outline { border-color: rgba(255,255,255,0.42); color: var(--white); }
.button-light-outline:hover { background: var(--white); color: var(--navy); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 26px; color: rgba(255,255,255,0.68); font-size: 0.82rem; }
.proof-item { display: flex; align-items: center; gap: 9px; }
.proof-icon { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(244,81,18,0.2); color: #ff9368; font-size: 0.8rem; font-weight: 800; }
.hero-visual { position: relative; z-index: 1; padding: 0 0 16px 17px; }
.hero-image-wrap { position: relative; border: 11px solid var(--white); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.hero-image-wrap::after { content: ""; position: absolute; right: -11px; bottom: -11px; width: 72px; height: 72px; background: var(--orange); z-index: -1; }
.hero-image-wrap img { width: 100%; aspect-ratio: 1.34; object-fit: cover; }
.hero-stamp { position: absolute; left: -38px; bottom: 28px; display: flex; align-items: center; gap: 12px; padding: 13px 16px 13px 12px; background: var(--orange); color: var(--white); font-size: 0.73rem; line-height: 1.1; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; box-shadow: 0 10px 24px rgba(0,0,0,0.16); transform: rotate(-4deg); }
.stamp-mark { display: grid; place-items: center; width: 33px; height: 33px; border: 1px solid rgba(255,255,255,0.65); border-radius: 50%; font-size: 0.54rem; letter-spacing: 0; }
.hero-caption { display: flex; align-items: center; gap: 10px; margin: 23px 0 0 4px; color: rgba(255,255,255,0.66); font-size: 0.84rem; }
.caption-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }

.service-strip { background: var(--orange); color: var(--white); }
.service-strip-inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-strip-inner > div { display: flex; align-items: center; gap: 17px; min-height: 74px; padding: 16px 24px; border-left: 1px solid rgba(255,255,255,0.24); font-size: 0.88rem; font-weight: 700; }
.service-strip-inner > div:first-child { padding-left: 0; border-left: 0; }
.service-strip strong { font-size: 0.74rem; letter-spacing: 0.12em; opacity: 0.7; }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 47px; }
.split-heading { display: grid; grid-template-columns: 1.1fr 0.7fr; gap: 80px; align-items: end; }
.section-heading h2, .about-panel h2, .process-intro h2, .reviews-intro h2, .faq-layout h2, .contact-copy h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(2.25rem, 4vw, 3.75rem); letter-spacing: -0.045em; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.8; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 295px; padding: 31px; border: 1px solid var(--line); background: var(--white); overflow: hidden; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card-featured { border-color: var(--navy); background: var(--navy); color: var(--white); }
.card-number { position: absolute; top: 28px; right: 29px; color: var(--orange); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.14em; }
.service-card-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 33px; border: 1px solid rgba(244,81,18,0.45); border-radius: 50%; color: var(--orange); font-size: 1.4rem; }
.service-card h3 { margin-bottom: 15px; font-size: 1.28rem; }
.service-card p { max-width: 275px; margin-bottom: 0; color: var(--muted); font-size: 0.94rem; line-height: 1.7; }
.service-card-featured p { color: rgba(255,255,255,0.72); }

.section-pricing { background: var(--surface); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.price-card { min-height: 172px; padding: 25px 27px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: var(--white); }
.price-card > span { color: var(--navy); font-size: 0.94rem; font-weight: 800; }
.price-card strong { color: var(--orange); font-size: clamp(2.35rem, 4vw, 3.1rem); line-height: 1; letter-spacing: -0.06em; }
.price-card strong .price-prefix { display: inline-block; margin-right: 4px; font-size: 0.36em; font-weight: 800; letter-spacing: 0; vertical-align: 0.18em; }
.price-card small { color: var(--muted); font-size: 0.78rem; }
.price-card-featured { border-color: var(--orange); background: var(--orange); }
.price-card-featured > span, .price-card-featured strong, .price-card-featured small { color: var(--white); }

.section-about { background: var(--navy); color: var(--white); }
.about-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 95px; align-items: center; }
.about-panel h2 { color: var(--white); }
.about-lede { max-width: 525px; margin: 26px 0 37px; color: rgba(255,255,255,0.7); font-size: 1.08rem; line-height: 1.75; }
.about-list { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,0.2); }
.about-list > div { display: grid; grid-template-columns: 43px 1fr; gap: 17px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.2); }
.about-list span { color: var(--orange); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.12em; }
.about-list p { margin: 0; color: rgba(255,255,255,0.68); font-size: 0.94rem; }
.about-list strong { color: var(--white); }
.trust-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
.trust-pills span { padding: 7px 10px; border: 1px solid rgba(255,255,255,0.28); color: rgba(255,255,255,0.82); font-size: 0.74rem; font-weight: 800; }
.about-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; transform: rotate(-2deg); }
.aside-card { position: relative; min-height: 310px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.aside-card-orange { background: var(--orange); color: var(--white); }
.aside-card-outline { margin-top: 42px; border: 1px solid rgba(255,255,255,0.42); color: var(--white); }
.aside-label { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; opacity: 0.72; }
.aside-card strong { font-size: 1.45rem; line-height: 1.22; letter-spacing: -0.03em; }
.aside-arrow { align-self: flex-end; font-size: 2rem; line-height: 1; }

.section-results { background: var(--surface); }
.results-heading { display: grid; grid-template-columns: 1.1fr 0.7fr; gap: 80px; align-items: end; }
.before-after-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.comparison-card { margin: 0; background: var(--white); border: 1px solid var(--line); }
.comparison-card-after { border-top: 4px solid var(--orange); }
.comparison-image { position: relative; overflow: hidden; aspect-ratio: 1.44; }
.comparison-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.comparison-card:hover img { transform: scale(1.035); }
.image-label { position: absolute; left: 17px; top: 17px; padding: 7px 12px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.image-label-dark { background: var(--navy); color: var(--white); }
.image-label-orange { background: var(--orange); color: var(--white); }
.comparison-card figcaption { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 21px; }
.comparison-card figcaption strong { font-size: 0.95rem; }
.comparison-card figcaption span { color: var(--muted); font-size: 0.76rem; white-space: nowrap; }
.image-disclaimer { margin: 17px 0 0; color: var(--muted); font-size: 0.78rem; }

.section-gallery { background: var(--white); }
.gallery-grid { display: grid; grid-template-columns: 1.18fr 0.82fr 0.82fr; gap: 18px; }
.gallery-card { margin: 0; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); }
.gallery-card img { width: 100%; height: 260px; object-fit: cover; }
.gallery-card-large img { height: 100%; min-height: 350px; }
.gallery-card figcaption { display: grid; gap: 5px; padding: 17px 19px 18px; }
.gallery-card figcaption strong { color: var(--navy); font-size: 0.94rem; }
.gallery-card figcaption span { color: var(--muted); font-size: 0.78rem; }

.process-band { background: var(--navy-deep); color: var(--white); }
.process-inner { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 80px; padding-top: 91px; padding-bottom: 91px; }
.process-intro h2 { color: var(--white); }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-step { padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.3); }
.process-step > span { display: block; margin-bottom: 31px; color: var(--orange); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.14em; }
.process-step strong { display: block; margin-bottom: 11px; font-size: 1rem; line-height: 1.35; }
.process-step p { margin: 0; color: rgba(255,255,255,0.6); font-size: 0.86rem; line-height: 1.65; }

.section-reviews { background: var(--white); }
.reviews-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 110px; align-items: center; }
.reviews-intro > p:not(.eyebrow) { max-width: 440px; margin: 25px 0 25px; color: var(--muted); line-height: 1.75; }
.text-link { display: inline-flex; gap: 11px; align-items: center; color: var(--orange); font-size: 0.9rem; font-weight: 800; }
.text-link:hover { color: var(--orange-dark); }
.review-ready-card { position: relative; padding: 48px 52px; border: 1px solid var(--line); background: var(--surface); }
.review-ready-card::before { content: "“"; position: absolute; right: 34px; top: -28px; color: rgba(244,81,18,0.22); font-family: Georgia, serif; font-size: 9rem; line-height: 1; }
.stars { margin-bottom: 24px; color: var(--orange); letter-spacing: 0.15em; font-size: 1.05rem; }
.review-ready-card blockquote { position: relative; max-width: 630px; margin: 0 0 37px; color: var(--navy); font-size: clamp(1.35rem, 2.3vw, 2rem); font-weight: 700; line-height: 1.35; letter-spacing: -0.03em; }
.review-card-footer { display: flex; align-items: center; gap: 13px; color: var(--navy); font-size: 0.82rem; font-weight: 800; }
.review-card-footer small { color: var(--muted); font-size: 0.75rem; font-weight: 400; }
.review-avatar { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 0.6rem; letter-spacing: 0.08em; }
.reviews-heading { margin-bottom: 39px; }
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.review-card { padding: 27px 29px; border: 1px solid var(--line); background: var(--surface); }
.review-card .stars { margin-bottom: 17px; }
.review-card blockquote { margin: 0 0 23px; color: var(--navy); font-size: 0.98rem; line-height: 1.65; }
.review-card footer { display: flex; justify-content: space-between; align-items: baseline; gap: 15px; color: var(--navy); font-size: 0.82rem; font-weight: 800; }
.review-card footer span { color: var(--muted); font-size: 0.7rem; font-weight: 400; text-align: right; }
.review-source-note { margin: 24px 0 0; color: var(--muted); font-size: 0.78rem; }
.review-source-note a { color: var(--orange); font-weight: 800; }

.section-faq { background: var(--surface); }
.faq-layout { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 105px; }
.faq-intro { max-width: 320px; margin-top: 24px; color: var(--muted); line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-size: 1.4rem; font-weight: 400; transition: transform 0.2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -4px 40px 22px 0; color: var(--muted); font-size: 0.93rem; line-height: 1.75; }

.contact-section { background: var(--navy); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 100px; padding-top: 110px; padding-bottom: 110px; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { max-width: 450px; margin: 23px 0 41px; color: rgba(255,255,255,0.69); line-height: 1.75; }
.contact-options { display: grid; gap: 17px; }
.contact-option { display: flex; align-items: flex-start; gap: 14px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,0.24); }
.contact-icon { display: grid; place-items: center; width: 33px; height: 33px; border: 1px solid rgba(244,81,18,0.75); border-radius: 50%; color: var(--orange); font-size: 0.92rem; }
.contact-option div { display: grid; gap: 2px; }
.contact-option div > span { color: rgba(255,255,255,0.56); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.contact-option a, .contact-option strong { color: var(--white); font-size: 0.95rem; }
.contact-option a:hover { color: var(--orange); }
.contact-option small { color: rgba(255,255,255,0.48); font-size: 0.76rem; }
.contact-option small a { color: var(--orange); font-size: inherit; }
.quote-form { padding: 36px; background: var(--white); color: var(--navy); }
.form-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 27px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--orange); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.14em; }
.form-heading h3 { margin: 0; font-size: 1.45rem; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 18px; color: var(--navy); font-size: 0.78rem; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form input, .quote-form textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 2px; color: var(--ink); background: #fbfcfe; font-size: 0.95rem; font-weight: 400; resize: vertical; }
.quote-form input:focus, .quote-form textarea:focus { outline: 2px solid var(--orange); outline-offset: 1px; border-color: var(--orange); }
.quote-form textarea { min-height: 112px; }
.button-submit { width: 100%; margin-top: 5px; border: 0; }
.form-note { margin: 15px 0 0; color: var(--muted); font-size: 0.74rem; line-height: 1.55; }
.form-status { min-height: 22px; margin: 9px 0 0; color: var(--orange-dark); font-size: 0.8rem; font-weight: 700; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

.site-footer { background: var(--white); color: var(--navy); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 150px; }
.footer-brand-lockup { max-width: 245px; }
.footer-brand-lockup .brand-icon { width: 50px; height: 50px; flex-basis: 50px; }
.footer-brand-lockup .brand-wordmark-wrap { width: 160px; }
.footer-brand-lockup .brand-wordmark-wrap.is-fallback { width: 140px; }
.footer-location { display: grid; gap: 4px; color: var(--muted); font-size: 0.8rem; text-align: center; }
.footer-location strong { color: var(--navy); font-size: 0.86rem; }
.footer-link { color: var(--orange); font-size: 0.87rem; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.73rem; }
.footer-bottom a { color: var(--navy); font-weight: 700; }
.footer-bottom .footer-credit { color: var(--orange); font-weight: 800; }
.footer-bottom .footer-credit-card {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  justify-self: start;
  padding: 3px 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.footer-credit-card:hover,
.footer-credit-card:focus-visible {
  color: var(--orange);
  transform: translateY(-1px);
}
.footer-credit-card:focus-visible {
  outline: 3px solid rgba(244,81,18,0.24);
  outline-offset: 3px;
}
.footer-credit-icon {
  display: block;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  border: 1px solid var(--line);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(16,46,103,0.12);
}
.footer-credit-copy {
  white-space: nowrap;
}
.footer-credit-copy strong {
  color: var(--navy);
  font-weight: 800;
}
.footer-credit-card:hover .footer-credit-copy strong,
.footer-credit-card:focus-visible .footer-credit-copy strong {
  color: var(--orange);
}

.legal-page { min-height: calc(100vh - 220px); padding: 78px 0 105px; background: var(--surface); }
.legal-card { max-width: 850px; margin: 0 auto; padding: 52px clamp(24px, 5vw, 68px) 62px; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.legal-card h1 { max-width: 700px; margin: 0 0 24px; color: var(--navy); font-size: clamp(2.6rem, 5vw, 4.5rem); }
.legal-card h2 { margin: 40px 0 12px; color: var(--navy); font-size: 1.45rem; }
.legal-card p, .legal-card li { color: var(--muted); font-size: 1rem; line-height: 1.75; }
.legal-card ul { margin: 0; padding-left: 22px; }
.legal-card a { color: var(--orange-dark); font-weight: 700; }
.legal-lede { max-width: 680px; margin-bottom: 0; font-size: 1.12rem !important; }
.legal-back { display: inline-flex; gap: 9px; margin-bottom: 20px; color: var(--navy); font-size: 0.85rem; font-weight: 800; }
.legal-updated { margin-top: 44px; color: var(--muted); font-size: 0.78rem !important; }

@media (max-width: 980px) {
  .hero-grid, .about-grid { gap: 50px; }
  .hero-grid { grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr); }
  .site-nav { gap: 17px; }
  .split-heading, .results-heading { gap: 45px; }
  .about-grid, .contact-grid { gap: 60px; }
  .reviews-layout, .faq-layout { gap: 60px; }
  .process-inner { gap: 45px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 36px, 650px); }
  .topline-inner { justify-content: center; flex-wrap: wrap; gap: 2px 12px; text-align: center; }
  .topline-detail { display: inline; }
  .header-inner { min-height: 94px; }
  .brand-lockup { max-width: 236px; }
  .brand-icon { width: 55px; height: 55px; flex-basis: 55px; }
  .brand-wordmark-wrap { width: 166px; }
  .brand-wordmark-wrap.is-fallback { width: 140px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 18px 18px; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 35px rgba(16,46,103,0.12); }
  .site-nav.is-open { display: flex; }
  .site-nav a:not(.nav-cta) { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .site-nav a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 13px; text-align: center; }
  .hero-grid, .split-heading, .about-grid, .results-heading, .process-inner, .reviews-layout, .faq-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding-top: 67px; padding-bottom: 72px; }
  .hero-copy { max-width: 650px; }
  .hero-visual { max-width: 610px; margin: 16px auto 0; width: 100%; }
  .service-strip-inner { grid-template-columns: 1fr; padding: 4px 0; }
  .service-strip-inner > div, .service-strip-inner > div:first-child { min-height: auto; padding: 11px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,0.24); }
  .service-strip-inner > div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .split-heading, .results-heading { gap: 22px; }
  .section-heading { margin-bottom: 35px; }
  .service-cards, .before-after-grid, .price-grid, .reviews-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-card-large { grid-column: 1 / -1; }
  .gallery-card-large img { min-height: 280px; height: 280px; }
  .about-aside { max-width: 560px; margin: 15px auto 0; }
  .process-inner { padding-top: 76px; padding-bottom: 76px; }
  .process-steps { grid-template-columns: repeat(3, 1fr); }
  .reviews-layout, .faq-layout { gap: 38px; }
  .contact-grid { padding-top: 78px; padding-bottom: 78px; }
  .footer-main { flex-wrap: wrap; min-height: 145px; padding: 32px 0; }
  .footer-location { order: 3; width: 100%; text-align: left; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 30px, 470px); }
  .topline { font-size: 0.69rem; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .hero-lede { font-size: 1.02rem; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 300px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 12px 20px; font-size: 0.76rem; }
  .hero-visual { padding-left: 9px; }
  .hero-stamp { left: -10px; bottom: 20px; padding: 10px 12px 10px 9px; font-size: 0.63rem; }
  .hero-caption { font-size: 0.75rem; }
  .section { padding: 65px 0; }
  .section-heading h2, .about-panel h2, .process-intro h2, .reviews-intro h2, .faq-layout h2, .contact-copy h2 { font-size: 2.35rem; }
  .about-aside { grid-template-columns: 1fr 1fr; gap: 9px; }
  .aside-card { min-height: 230px; padding: 20px; }
  .aside-card strong { font-size: 1.15rem; }
  .process-steps { grid-template-columns: 1fr; gap: 22px; }
  .process-step > span { margin-bottom: 15px; }
  .review-ready-card { padding: 34px 25px; }
  .review-ready-card::before { right: 18px; top: -20px; font-size: 6.5rem; }
  .review-card { padding: 23px 21px; }
  .review-card footer { align-items: flex-start; flex-direction: column; gap: 5px; }
  .review-card footer span { text-align: left; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card-large { grid-column: auto; }
  .gallery-card-large img, .gallery-card img { min-height: 0; height: 240px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 25px 20px; }
  .footer-main { align-items: flex-start; }
  .footer-link { margin-top: 7px; }
  .footer-bottom { display: grid; gap: 7px; }
  .legal-page { padding: 58px 0 78px; }
  .legal-card { padding: 35px 22px 42px; }
}
