:root {
  --forest: #103c2c;
  --forest-deep: #08291e;
  --emerald: #176044;
  --sage: #a9bba6;
  --sage-pale: #e8eee5;
  --ivory: #f8f5ed;
  --paper: #fffdf8;
  --gold: #b89a5d;
  --charcoal: #24312c;
  --muted: #68756f;
  --line: rgba(16, 60, 44, 0.15);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --shadow: 0 24px 70px rgba(13, 48, 35, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--charcoal); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
body.menu-open { overflow: hidden; }
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 16px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.utility-bar { background: var(--forest-deep); color: #dce8df; font-size: 12px; letter-spacing: 0.02em; }
.utility-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.utility-inner p { margin: 0; }
.utility-inner a { display: flex; align-items: center; gap: 7px; color: white; font-weight: 600; }
.utility-inner svg { width: 14px; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #83bd91; box-shadow: 0 0 0 4px rgba(131,189,145,.13); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; position: relative; border: 1px solid var(--gold); color: var(--forest); font-family: var(--serif); font-size: 24px; }
.brand-mark span { position: absolute; right: 7px; bottom: 2px; font-size: 14px; color: var(--gold); }
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.brand-copy small { color: var(--emerald); font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 1.7vw, 25px); font-size: 13px; font-weight: 600; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--emerald); transition: right .25s ease; }
.site-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; color: var(--forest); place-items: center; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; color: white; background: var(--forest); font-size: 13px; font-weight: 700; letter-spacing: .03em; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(8,41,30,.14); }
.button svg { width: 17px; }
.button-nav { min-height: 42px; padding: 0 17px; background: var(--emerald); }
.button-primary { background: var(--emerald); }
.button-primary:hover { background: var(--forest-deep); }
.button-text { padding-inline: 6px; color: var(--forest); background: transparent; }
.button-text:hover { box-shadow: none; color: var(--emerald); }
.button-outline { background: transparent; color: var(--forest); border-color: var(--forest); }
.button-light { color: var(--forest); background: var(--ivory); }
.button-small { min-height: 42px; padding-inline: 16px; background: var(--gold); color: var(--forest-deep); }
.hero { position: relative; overflow: hidden; background: var(--ivory); }
.hero-pattern { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(16,60,44,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16,60,44,.035) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, black, transparent 60%); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; padding-top: 52px; padding-bottom: 72px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 18px; color: var(--emerald); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: var(--gold); }
h1, h2, h3 { color: var(--forest-deep); font-family: var(--serif); font-weight: 400; line-height: 1.08; }
h1 { max-width: 720px; margin: 0; font-size: clamp(52px, 6vw, 83px); letter-spacing: -.045em; }
h1 em, h2 em { color: var(--emerald); font-weight: inherit; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: #53605a; font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 34px; }
.trust-line { display: flex; flex-wrap: wrap; align-items: center; gap: 0; margin-top: 38px; color: var(--forest); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.trust-line span { display: flex; align-items: center; gap: 7px; }
.trust-line span:not(:last-child)::after { content: ""; width: 3px; height: 3px; margin: 0 11px; border-radius: 50%; background: var(--gold); }
.trust-line svg { width: 17px; color: var(--emerald); }
.hero-visual { position: relative; min-height: 560px; }
.hero-image { position: absolute; inset: 0 0 28px 42px; background: linear-gradient(180deg, rgba(7,33,24,.08), rgba(7,33,24,.28)), url("https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1100&q=85") center/cover; box-shadow: var(--shadow); }
.hero-image::before { content: ""; position: absolute; top: -18px; right: -18px; width: 74%; height: 74%; border: 1px solid var(--gold); z-index: -1; }
.hero-card { position: absolute; left: 0; bottom: 0; width: 320px; display: flex; align-items: center; gap: 16px; padding: 20px; color: white; background: var(--forest); box-shadow: 0 18px 40px rgba(8,41,30,.22); }
.seal { width: 50px; height: 50px; display: grid; place-items: center; flex-shrink: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #d6bd83; }
.seal svg { width: 23px; }
.hero-card div:last-child { display: grid; }
.hero-card span, .availability-card span { opacity: .72; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-card strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.availability-card { position: absolute; right: -30px; top: 70px; display: flex; align-items: center; gap: 11px; padding: 14px 16px; color: var(--forest); background: rgba(255,253,248,.96); box-shadow: 0 12px 35px rgba(8,41,30,.14); }
.availability-card > svg { width: 20px; color: var(--gold); }
.availability-card p { display: grid; margin: 0; line-height: 1.35; }
.availability-card strong { font-size: 13px; }
.hero-services { color: white; background: var(--forest); }
.service-strip { min-height: 104px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.service-strip > div { display: flex; align-items: center; gap: 13px; min-height: 45px; padding: 0 30px; border-right: 1px solid rgba(255,255,255,.12); }
.service-strip > div:first-child { padding-left: 0; }
.service-strip > div:last-child { border: 0; }
.service-strip svg { width: 24px; color: var(--gold); }
.service-strip span { display: grid; color: #c9d8d0; font-size: 11px; line-height: 1.35; }
.service-strip strong { color: white; font-family: var(--serif); font-size: 17px; font-weight: 400; }
.section-heading { max-width: 720px; margin-bottom: 54px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
h2 { margin: 0; font-size: clamp(42px, 5vw, 65px); letter-spacing: -.035em; }
.section-heading > p:last-child { max-width: 660px; margin: 20px auto 0; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 390px; position: relative; padding: 42px 34px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.service-card:hover { z-index: 2; transform: translateY(-5px); background: white; box-shadow: var(--shadow); }
.service-card.service-featured { color: white; background: var(--forest); }
.service-card.service-featured h3, .service-card.service-featured a { color: white; }
.service-card.service-featured p { color: #cad8d1; }
.service-card.urgent-card { background: var(--sage-pale); }
.card-number { position: absolute; top: 24px; right: 28px; color: var(--gold); font-family: var(--serif); font-size: 14px; }
.card-icon { width: 30px; height: 30px; margin-bottom: 42px; color: var(--emerald); stroke-width: 1.5; }
.service-featured .card-icon { color: #d3b978; }
.service-card h3 { margin: 0 0 16px; font-size: 28px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card .card-note { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 12px; }
.service-card > a:not(.button) { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; color: var(--emerald); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.service-card > a svg { width: 15px; }
.service-card .button { margin-top: 22px; }
.service-card small { display: block; margin-top: 12px; color: #6f795f; font-size: 10px; line-height: 1.45; }
.section-sage { color: white; background: var(--forest); }
.documents-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; align-items: center; }
.documents-copy h2 { max-width: 650px; color: white; }
.documents-copy h2 em { color: #d6bd83; }
.documents-copy > p:not(.eyebrow) { max-width: 620px; color: #c1d0c8; }
.documents-copy small { color: #a9b9b1; }
.document-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 34px 0 20px; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.document-list span { padding: 12px 14px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); color: #e7eee9; font-size: 12px; }
.document-quote { position: relative; padding: 48px; color: var(--forest); background: var(--sage-pale); }
.document-quote::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(16,60,44,.18); pointer-events: none; }
.quote-mark { color: var(--gold); font-family: var(--serif); font-size: 82px; line-height: .7; }
.document-quote blockquote { margin: 24px 0 35px; font-family: var(--serif); font-size: 31px; line-height: 1.3; }
.why-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: center; }
.why-visual { min-height: 600px; position: relative; }
.why-image { position: absolute; inset: 0 55px 0 0; background: linear-gradient(rgba(8,41,30,.05), rgba(8,41,30,.15)), url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=900&q=82") center/cover; }
.licensed-stamp { position: absolute; right: 0; bottom: 60px; width: 160px; height: 160px; display: grid; place-content: center; text-align: center; color: white; background: var(--emerald); border-radius: 50%; box-shadow: 0 15px 35px rgba(8,41,30,.2); }
.licensed-stamp::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.licensed-stamp svg { width: 29px; margin: 0 auto 8px; color: #e1c989; }
.licensed-stamp strong { font-family: var(--serif); font-size: 15px; font-weight: 400; line-height: 1.3; }
.why-copy h2 { max-width: 620px; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px 32px; margin-top: 42px; }
.trust-grid > div { display: flex; gap: 12px; }
.trust-grid svg { width: 20px; flex-shrink: 0; color: var(--gold); }
.trust-grid span { display: grid; color: var(--muted); font-size: 12px; }
.trust-grid strong { color: var(--forest); font-size: 14px; }
.section-dark { color: white; background: var(--forest-deep); }
.section-heading.light h2 { color: white; }
.section-heading.light h2 em { color: #d6bd83; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.process-step { min-height: 300px; position: relative; padding: 40px 28px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.process-step > span { position: absolute; top: 24px; right: 24px; color: var(--gold); font-family: var(--serif); }
.process-step svg { width: 28px; height: 28px; margin: 35px 0 35px; color: #d6bd83; stroke-width: 1.4; }
.process-step h3 { margin: 0 0 15px; color: white; font-size: 25px; }
.process-step p { margin: 0; color: #aebfb6; font-size: 13px; }
.area-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.area-copy > p:not(.eyebrow) { color: var(--muted); }
.editable-area { margin: 28px 0; padding: 22px; border-left: 3px solid var(--gold); background: var(--ivory); }
.editable-area strong { color: var(--forest); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.editable-area p { margin: 3px 0 12px; color: var(--muted); font-size: 13px; }
.fine-print { font-size: 12px; }
.map-card { min-height: 480px; position: relative; overflow: hidden; background: #e6ece3; border: 1px solid var(--line); }
.map-lines { position: absolute; inset: -30px; opacity: .7; background-image: linear-gradient(32deg, transparent 48%, rgba(16,60,44,.18) 49%, rgba(16,60,44,.18) 51%, transparent 52%), linear-gradient(-27deg, transparent 48%, rgba(16,60,44,.12) 49%, rgba(16,60,44,.12) 51%, transparent 52%); background-size: 150px 110px, 190px 130px; }
.radius-ring { position: absolute; left: 50%; top: 48%; width: 330px; height: 330px; transform: translate(-50%,-50%); border: 1px dashed var(--emerald); border-radius: 50%; box-shadow: 0 0 0 70px rgba(23,96,68,.05), 0 0 0 140px rgba(23,96,68,.03); }
.map-pin { position: absolute; z-index: 2; }
.pin-main { left: 50%; top: 47%; transform: translate(-50%,-50%); display: grid; place-items: center; color: var(--forest); }
.pin-main svg { width: 44px; height: 44px; fill: var(--forest); color: var(--forest); stroke: #e6ece3; }
.pin-main span { padding: 5px 10px; color: white; background: var(--forest); font-size: 11px; font-weight: 700; }
.pin-a, .pin-b, .pin-c { width: 10px; height: 10px; background: var(--gold); border: 3px solid white; border-radius: 50%; box-shadow: 0 2px 8px rgba(0,0,0,.2); }
.pin-a { left: 26%; top: 29%; }.pin-b { right: 23%; top: 34%; }.pin-c { left: 35%; bottom: 21%; }
.map-card > p { position: absolute; left: 22px; bottom: 18px; display: flex; align-items: center; gap: 8px; margin: 0; padding: 9px 13px; color: var(--forest); background: rgba(255,255,255,.83); font-size: 11px; font-weight: 700; }
.map-card > p svg { width: 15px; }
.section-ivory { background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 130px; }
.faq-heading > p:not(.eyebrow) { color: var(--muted); }
.faq-heading .button { margin-top: 20px; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--forest); font-family: var(--serif); font-size: 21px; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary svg { width: 18px; transition: transform .25s ease; }
details[open] summary svg { transform: rotate(45deg); }
details p { margin: -6px 0 25px; padding-right: 45px; color: var(--muted); font-size: 14px; }
.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: center; }
.about-portrait { position: relative; }
.portrait-placeholder { min-height: 500px; display: grid; place-content: center; gap: 12px; text-align: center; color: #8a978f; background: linear-gradient(145deg, #dfe8df, #c8d5ca); border: 1px solid var(--line); }
.portrait-placeholder svg { width: 60px; height: 60px; margin: auto; stroke-width: 1; }
.portrait-placeholder span { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.portrait-caption { position: absolute; right: -25px; bottom: 26px; width: 220px; display: grid; padding: 20px 24px; color: white; background: var(--forest); }
.portrait-caption span { color: #b9ccc2; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.portrait-caption strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.about-copy > p:not(.eyebrow):not(.signature-line) { color: var(--muted); }
.bio-placeholder { margin: 28px 0; padding: 20px 22px; border: 1px dashed rgba(16,60,44,.28); background: var(--ivory); }
.bio-placeholder strong { color: var(--forest); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.bio-placeholder p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.signature-line { color: var(--forest); font-family: var(--serif); font-size: 22px; }
.signature-line em { color: var(--emerald); }
.contact { color: white; background: var(--forest); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.contact-copy { position: sticky; top: 130px; }
.contact-copy h2 { color: white; }
.contact-copy h2 em { color: #d6bd83; }
.contact-copy > p:not(.eyebrow) { color: #bed0c6; }
.urgent-box { display: flex; gap: 17px; margin: 34px 0; padding: 20px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); }
.urgent-box > svg { width: 26px; color: #d6bd83; }
.urgent-box div { display: grid; }
.urgent-box span { color: #b9cbc1; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.urgent-box a { font-family: var(--serif); font-size: 28px; }
.urgent-box small { color: #99aea3; font-size: 10px; }
.contact-points { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.contact-points li { display: flex; gap: 13px; color: #b8c9c0; font-size: 12px; }
.contact-points svg { width: 18px; color: #d6bd83; }
.contact-points span { display: grid; }
.contact-points strong { color: white; font-size: 12px; }
.appointment-form { padding: 42px; color: var(--charcoal); background: var(--paper); box-shadow: 0 28px 80px rgba(0,0,0,.2); }
.form-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--forest); font-family: var(--serif); font-size: 26px; }
.form-heading p { margin: 0; color: var(--muted); font-size: 10px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 19px; }
.form-grid label { display: grid; gap: 7px; color: var(--forest); font-size: 11px; font-weight: 700; letter-spacing: .02em; }
.form-grid .full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid rgba(16,60,44,.2); border-radius: 0; color: var(--charcoal); background: white; }
input, select { height: 48px; padding: 0 13px; }
textarea { padding: 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(23,96,68,.26); border-color: var(--emerald); }
.checkbox { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 400 !important; color: var(--muted) !important; }
.checkbox input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--emerald); }
.form-submit { width: 100%; margin-top: 25px; border: 0; }
.form-privacy { display: flex; justify-content: center; align-items: center; gap: 7px; margin: 12px 0 0; color: var(--muted); font-size: 10px; }
.form-privacy svg { width: 12px; }
.honeypot { position: absolute; left: -9999px; }
.footer { color: #adc0b6; background: #061f17; }
.footer-main { display: grid; grid-template-columns: 1.35fr .7fr .9fr .8fr; gap: 60px; padding-top: 75px; padding-bottom: 55px; }
.brand-light .brand-mark, .brand-light .brand-copy strong { color: white; }
.footer-brand > p { max-width: 380px; font-size: 12px; }
.footer h3 { margin: 4px 0 20px; color: white; font-family: var(--sans); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; font-size: 12px; }
.footer-main a:hover { color: white; }
.socials { display: flex; gap: 8px; margin-top: 22px; }
.socials a { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); }
.socials svg { width: 15px; }
.placeholder-note { color: #6e897c; font-size: 10px; }
.legal-disclaimer { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); font-size: 10px; line-height: 1.7; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; }
.mobile-call { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .16s; }

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

@media (max-width: 1060px) {
  .site-nav { position: fixed; inset: 117px 0 auto; max-height: calc(100vh - 117px); overflow: auto; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 24px 20px 34px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(8,41,30,.12); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 8px; }
  .site-nav .button { margin-top: 10px; }
  .menu-toggle { display: grid; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .availability-card { right: -5px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .documents-grid, .why-grid, .area-grid, .faq-grid, .about-grid, .contact-grid { gap: 50px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, 680px); }
  .section { padding: 78px 0; }
  .utility-inner { justify-content: center; }
  .utility-inner p { display: none; }
  .nav-wrap { min-height: 72px; }
  .site-nav { inset: 106px 0 auto; max-height: calc(100vh - 106px); }
  .brand-copy strong { font-size: 18px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 65px; padding-bottom: 60px; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-visual { min-height: 480px; margin-top: 20px; }
  .hero-image { inset: 0 0 34px 18px; }
  .availability-card { top: 25px; }
  .service-strip { grid-template-columns: repeat(2, 1fr); padding: 15px 0; }
  .service-strip > div, .service-strip > div:first-child { min-height: 65px; padding: 10px 16px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .service-strip > div:nth-child(2) { border-right: 0; }
  .service-strip > div:nth-child(3), .service-strip > div:nth-child(4) { border-bottom: 0; }
  .services-grid, .documents-grid, .why-grid, .area-grid, .faq-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .document-list { grid-template-columns: repeat(2, 1fr); }
  .why-visual { min-height: 500px; }
  .faq-heading, .contact-copy { position: static; }
  .about-portrait { max-width: 500px; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 560px) {
  .section { padding: 65px 0; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-copy small { letter-spacing: .13em; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .hero-actions .button { width: 100%; }
  .trust-line { gap: 10px 0; }
  .hero-visual { min-height: 390px; }
  .hero-card { width: calc(100% - 28px); }
  .availability-card { display: none; }
  .service-strip { grid-template-columns: 1fr; }
  .service-strip > div, .service-strip > div:first-child { padding-left: 5px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12) !important; }
  .service-strip > div:last-child { border-bottom: 0 !important; }
  h2 { font-size: 42px; }
  .services-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .documents-grid { gap: 45px; }
  .document-list { grid-template-columns: 1fr 1fr; }
  .document-quote { padding: 38px 32px; }
  .document-quote blockquote { font-size: 27px; }
  .why-visual { min-height: 420px; }
  .why-image { right: 25px; }
  .licensed-stamp { width: 125px; height: 125px; bottom: 25px; }
  .trust-grid { grid-template-columns: 1fr; }
  .map-card { min-height: 390px; }
  .radius-ring { width: 250px; height: 250px; }
  summary { min-height: 72px; font-size: 18px; }
  .portrait-placeholder { min-height: 420px; }
  .portrait-caption { right: -8px; }
  .appointment-form { padding: 28px 20px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 0; padding: 20px 0 85px; }
  .mobile-call { position: fixed; right: 14px; bottom: 14px; z-index: 45; min-height: 48px; display: flex; align-items: center; gap: 8px; padding: 0 18px; color: white; background: var(--emerald); box-shadow: 0 12px 30px rgba(8,41,30,.3); font-size: 12px; font-weight: 700; }
  .mobile-call svg { width: 17px; }
}
