@font-face { font-family: Montserrat; src: url('assets/Montserrat-Regular.otf') format('opentype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Montserrat; src: url('assets/Montserrat-SemiBold.otf') format('opentype'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: Montserrat; src: url('assets/Montserrat-Bold.otf') format('opentype'); font-weight: 700; font-style: normal; font-display: swap; }

:root { --navy: #0F3B6E; --teal: #14B8A6; --teal-ink: #087d72; --aqua: #7DD3E9; --grey: #E5EEF2; --charcoal: #687280; --copy: #46586c; --mint: #eff8f5; --paper: #f7faf9; --line: #dbe5e8; --brand-width: 176px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 148px; }
body { margin: 0; background: #fff; color: var(--navy); font: 400 18px/1.75 Montserrat, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: default; opacity: .6; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 700; color: var(--navy); letter-spacing: -.045em; line-height: 1.2; }
h1 { font-size: clamp(42px, 4.55vw, 64px); }
h2 { font-size: clamp(32px, 3.25vw, 46px); }
h3 { font-size: 24px; letter-spacing: -.025em; line-height: 1.35; }
p { color: var(--copy); }
:focus-visible { outline: 3px solid var(--teal-ink); outline-offset: 5px; }
::selection { background: #bceee7; color: var(--navy); }
.container { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; background: #fff; border: 2px solid var(--navy); padding: 12px; }
.skip-link:focus { top: 10px; }

/* Align controls to the lettering within the full, unchanged stacked logo. */
.site-header { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); }
.nav-wrap { display: grid; grid-template-columns: var(--brand-width) minmax(0, 1fr) auto; align-items: center; gap: 24px; min-height: 130px; padding-block: 18px; }
.brand { display: block; width: var(--brand-width); flex-shrink: 0; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; justify-self: center; align-items: center; gap: clamp(18px, 1.8vw, 30px); }
.main-nav, .header-phone, .menu-toggle { transform: translateY(calc(var(--brand-width) * .14)); }
.main-nav a { position: relative; display: flex; align-items: center; min-height: 52px; padding-block: 12px; white-space: nowrap; font-size: 16px; font-weight: 600; line-height: 1.5; }
.main-nav a:after { content: ''; position: absolute; bottom: 6px; left: 0; width: 0; height: 2px; background: var(--teal); transition: width .2s; }
.main-nav a:hover:after, .main-nav a[aria-current]:after { width: 100%; }
.header-phone { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 15px; min-height: 52px; font-size: 16px; font-weight: 600; line-height: 1.5; white-space: nowrap; border: 1px solid var(--line); border-radius: 8px; }
.header-phone .icon { color: var(--teal-ink); width: 20px; }
.header-phone:hover { border-color: var(--teal-ink); background: var(--mint); }
.menu-toggle { display: none; }

.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; letter-spacing: .08em; color: var(--teal-ink); line-height: 1.6; }
.eyebrow-line { width: 26px; height: 2px; background: var(--teal); flex-shrink: 0; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 56px; border: 1px solid transparent; border-radius: 8px; padding: 15px 22px; font-size: 16px; font-weight: 600; line-height: 1.5; transition: background .2s, border-color .2s; }
.button-primary { background: var(--navy); color: #fff; }
.button-primary:hover { background: #174e85; }
.button-outline { background: #fff; border-color: #bdccd5; color: var(--navy); }
.button-outline:hover { border-color: var(--teal-ink); background: var(--mint); }
.button .icon { width: 21px; height: 21px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-size: 16px; font-weight: 600; min-height: 48px; padding-block: 10px; line-height: 1.6; }
.text-link .icon { color: var(--teal-ink); }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero { display: grid; grid-template-columns: 1fr 1.05fr; gap: 54px; align-items: center; padding-block: 44px 46px; }
.hero h1 { margin: 22px 0; line-height: 1.12; letter-spacing: -.05em; }
.hero h1 span { color: var(--teal-ink); }
.hero-description { max-width: 520px; font-size: 21px; line-height: 1.75; }
.hero-visual { min-height: 510px; height: 100%; overflow: hidden; border-radius: 20px; }
.hero-image { width: 100%; height: 100%; min-height: 510px; object-fit: cover; object-position: 60% center; }
.service-strip { border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px 22px; padding-block: 19px; }
.service-strip > span:first-child { font-size: 12px; letter-spacing: .1em; font-weight: 600; }
.service-strip a { display: flex; align-items: center; min-height: 44px; font-size: 16px; font-weight: 600; }
.service-strip a:hover { color: var(--teal-ink); }
.strip-dot { color: var(--teal-ink); }

.section-pad { padding-block: 80px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 54px; margin-bottom: 38px; }
.section-heading h2 { margin-top: 14px; }
.section-heading > p { max-width: 440px; font-size: 18px; line-height: 1.75; }
.services { background: var(--paper); border-block: 1px solid #e7eeeb; }
.service-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 26px; }
.service-card { grid-column: span 2; display: flex; flex-direction: column; min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.service-card:nth-child(-n+2) { grid-column: span 3; }
.service-media { aspect-ratio: 1.5; overflow: hidden; background: var(--grey); }
.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.service-card:hover .service-media img { transform: scale(1.025); }
.service-card-body { padding: 27px 28px 21px; display: flex; flex-direction: column; flex: 1; }
.service-card h3 { font-size: 24px; line-height: 1.3; }
.service-card h3 a:hover { color: var(--teal-ink); }
.service-card p { font-size: 18px; line-height: 1.7; margin: 13px 0 16px; }
.service-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 50px; padding-block: 11px; margin-top: auto; font-size: 16px; font-weight: 600; line-height: 1.6; }
.service-link .icon { color: var(--teal-ink); }
.service-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.process { padding-block: 72px; }
.process-panel { display: grid; grid-template-columns: .85fr 1.15fr; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: var(--paper); }
.process-intro { padding: 48px; background: var(--navy); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.process-intro .eyebrow { color: var(--aqua); }
.process-intro h2 { color: #fff; font-size: 44px; line-height: 1.16; margin: 16px 0 20px; }
.process-intro > p:not(.eyebrow) { color: #e0ebf3; font-size: 18px; line-height: 1.7; }
.process-intro .button { margin-top: 28px; }
.process-steps { list-style: none; padding: 16px 38px; margin: 0; display: flex; flex-direction: column; justify-content: center; }
.process-steps li { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 22px; align-items: start; padding-block: 27px; }
.process-steps li + li { border-top: 1px solid var(--line); }
.process-number { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #c5e6df; border-radius: 50%; background: #e5f4ef; font-size: 16px; font-weight: 600; line-height: 1; color: var(--teal-ink); }
.process-steps h3 { font-size: 23px; margin-bottom: 8px; }
.process-steps p { font-size: 18px; line-height: 1.65; }
.topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 46px; }
.step { display: flex; align-items: center; gap: 20px; color: var(--teal-ink); font-size: 18px; font-weight: 600; margin-bottom: 22px; }
.step > span { height: 1px; background: var(--line); flex: 1; }
.topic-grid h3 { margin-bottom: 14px; }
.topic-grid p { font-size: 18px; line-height: 1.75; }
.areas-section { background: var(--mint); padding-block: 72px; }
.areas-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; }
.areas-layout h2 { margin: 16px 0 22px; }
.areas-layout p:not(.eyebrow) { font-size: 18px; line-height: 1.75; max-width: 500px; }
.areas-layout .text-link { margin-top: 17px; }
.area-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.area-list > a { display: flex; align-items: center; gap: 12px; min-height: 68px; background: #fff; border: 1px solid #d0e2dc; border-radius: 8px; padding: 18px 16px; font-size: 16px; font-weight: 600; }
.area-list > a:hover { border-color: var(--teal-ink); }
.area-list .icon { color: var(--teal-ink); width: 21px; }
.area-list > a > .icon:last-child { width: 17px; margin-left: auto; }

.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 5px 12px; padding-block: 15px; font-size: 14px; color: var(--copy); }
.breadcrumbs a { display: inline-flex; align-items: center; min-height: 44px; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs [aria-current] { font-weight: 600; color: var(--navy); }
.page-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; padding-block: 22px 62px; }
.page-hero h1 { font-size: clamp(38px, 3.85vw, 56px); line-height: 1.15; margin: 19px 0 22px; }
.page-description { font-size: 20px; line-height: 1.75; }
.page-hero-photo { border-radius: 18px; overflow: hidden; min-height: 470px; align-self: stretch; }
.page-hero-photo img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.detail-section { display: grid; grid-template-columns: 1.45fr 1fr; gap: 80px; align-items: start; padding-block: 68px; border-top: 1px solid var(--line); }
.detail-copy h2 { font-size: 36px; line-height: 1.3; margin: 14px 0 25px; }
.detail-copy > p:not(.eyebrow) { font-size: 18px; line-height: 1.8; margin-bottom: 19px; }
.detail-card { border: 1px solid var(--line); background: var(--paper); border-radius: 14px; padding: 30px; }
.detail-card h3 { font-size: 23px; margin-top: 6px; }
.detail-card ul { padding-left: 21px; margin: 21px 0 24px; color: var(--copy); font-size: 17px; line-height: 1.8; }
.detail-card li + li { margin-top: 8px; }
.detail-card p:not(.eyebrow) { font-size: 18px; line-height: 1.75; margin: 17px 0 24px; }
.topic-section { padding-block: 64px; background: var(--paper); border-block: 1px solid var(--line); }
.topic-grid { margin-top: 29px; }
.prepare-section { display: flex; align-items: flex-start; gap: 22px; padding: 32px; margin-top: 60px; background: var(--mint); border: 1px solid #d0e2dc; border-radius: 12px; }
.check-circle { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #d5efe7; color: var(--teal-ink); flex-shrink: 0; }
.check-circle .icon { width: 18px; height: 18px; }
.prepare-section h2 { font-size: 26px; margin-bottom: 12px; }
.prepare-section p { font-size: 18px; line-height: 1.75; }
.faq-section { display: grid; grid-template-columns: 1fr 1.45fr; gap: 70px; }
.faq-section > * { min-width: 0; }
.faq-heading h2 { margin: 15px 0 22px; overflow-wrap: break-word; }
.faq-heading > p:not(.eyebrow) { font-size: 18px; margin-bottom: 18px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid #d2dfe5; border-radius: 14px; background: #fff; }
.faq-list details[open] { background: var(--paper); border-color: #adcfc6; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 24px; font-size: 18px; font-weight: 600; line-height: 1.65; list-style: none; cursor: pointer; border-radius: 14px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details > p { padding: 0 24px 24px; font-size: 18px; line-height: 1.75; max-width: 960px; }
.faq-plus { width: 22px; height: 22px; position: relative; flex-shrink: 0; }
.faq-plus:before, .faq-plus:after { content: ''; position: absolute; left: 3px; top: 10px; width: 16px; height: 1.5px; background: var(--teal-ink); }
.faq-plus:after { transform: rotate(90deg); transition: transform .2s; }
details[open] .faq-plus:after { transform: rotate(0); }
.faq-directory { max-width: 980px; padding-bottom: 60px; }
.faq-home { max-width: 1040px; padding-block: 76px; }
.faq-home-heading { margin-bottom: 32px; }
.faq-home-heading h2 { margin: 14px 0 17px; font-size: 42px; }
.faq-home-heading > p:not(.eyebrow) { font-size: 18px; }
.faq-more { margin-top: 28px; }
.faq-page-intro { max-width: 1040px; padding-block: 28px 38px; }
.faq-page-intro h1 { font-size: 52px; margin: 16px 0 20px; }
.faq-page-intro > p:not(.eyebrow) { font-size: 19px; }
.faq-topics { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.faq-topics a { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 24px; padding: 11px 18px; min-height: 48px; font-size: 16px; font-weight: 600; line-height: 1.5; }
.faq-topics a:hover { background: var(--mint); border-color: var(--teal-ink); }
.faq-library { max-width: 1040px; padding-bottom: 70px; }
.faq-group + .faq-group { margin-top: 44px; }
.faq-group h2 { font-size: 28px; margin-bottom: 22px; }
.related-section { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; padding-bottom: 65px; }
.related-section h2 { margin: 13px 0 16px; font-size: 34px; }
.related-section p:not(.eyebrow) { font-size: 18px; }
.related-links { display: flex; flex-wrap: wrap; gap: 12px; align-content: center; }
.related-links a { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 17px; border: 1px solid var(--line); border-radius: 6px; min-height: 52px; font-size: 16px; font-weight: 600; line-height: 1.6; }
.related-links a:hover { background: var(--mint); border-color: var(--teal-ink); }
.related-links .icon { width: 20px; color: var(--teal-ink); }
.other-services { padding-block: 54px; border-bottom: 1px solid var(--line); }
.other-services h2 { font-size: 30px; margin-bottom: 24px; }
.other-services > p { font-size: 18px; margin-bottom: 22px; }
.areas-directory { padding-bottom: 66px; }
.areas-directory .area-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.areas-directory .area-list > a { background: var(--mint); font-size: 18px; padding: 22px; }
.areas-directory > p { font-size: 18px; line-height: 1.75; max-width: 780px; margin-top: 26px; }

.page-cta { background: var(--navy); color: #fff; padding-block: 60px; }
.page-cta > .container { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.page-cta .eyebrow { color: var(--aqua); }
.page-cta h2 { color: #fff; font-size: 42px; margin: 14px 0; }
.page-cta p:not(.eyebrow) { font-size: 18px; color: #e0ebf3; }
.page-cta > .container > div:last-child { display: flex; flex-direction: column; align-items: center; gap: 12px; flex-shrink: 0; }
.page-cta .button { background: #fff; color: var(--navy); min-width: 200px; }
.page-cta .button:hover { background: var(--mint); }
.page-cta > .container > div:last-child > a:last-child { font-size: 16px; min-height: 48px; display: flex; align-items: center; }
.quote-section { background: var(--navy); color: #fff; padding-block: 70px; }
.quote-layout { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 70px; }
.quote-copy .eyebrow { color: var(--aqua); }
.quote-copy h1, .quote-copy h2 { color: #fff; font-size: 52px; line-height: 1.2; margin: 19px 0 25px; }
.quote-copy h1 span, .quote-copy h2 span { color: var(--aqua); }
.quote-copy > p:not(.eyebrow) { font-size: 19px; line-height: 1.75; color: #e0ebf3; max-width: 480px; }
.quote-phone { display: flex; align-items: center; gap: 16px; margin-top: 30px; }
.phone-circle { width: 50px; height: 50px; border: 1px solid #7794b3; border-radius: 50%; display: grid; place-items: center; color: var(--aqua); flex-shrink: 0; }
.quote-phone small { display: block; font-size: 16px; line-height: 1.6; }
.quote-phone strong { font-size: 26px; letter-spacing: .005em; }
.quote-copy > .quote-footnote { font-size: 15px !important; margin-top: 35px; }
.quote-form { background: #fff; color: var(--navy); border-radius: 16px; padding: 34px; }
.quote-form h3 { font-size: 28px; line-height: 1.3; }
.form-intro { font-size: 16px; line-height: 1.7; margin: 12px 0 23px; }
.quote-form fieldset { margin: 0 0 25px; padding: 0; border: 0; }
.service-options { display: flex; flex-wrap: wrap; gap: 10px; }
.service-options label { display: flex; position: relative; min-width: 0; cursor: pointer; }
.service-options input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.service-options label > span { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 50px; padding: 12px; border: 1px solid #c8d7de; border-radius: 6px; font-size: 15px; line-height: 1.5; }
.service-options input:checked + span { border: 2px solid var(--teal-ink); padding: 11px; background: #d5efe7; color: #075f56; font-weight: 700; }
.service-options input:focus-visible + span { outline: 3px solid var(--teal-ink); outline-offset: 3px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 20px; }
.quote-form label { font-size: 16px; font-weight: 600; line-height: 1.6; }
.quote-form input:not([type=checkbox]), .quote-form textarea { display: block; width: 100%; margin-top: 9px; border: 1px solid #c8d7de; border-radius: 6px; background: #fcfdfd; padding: 13px 12px; font-size: 17px; font-weight: 400; line-height: 1.6; color: var(--navy); }
.quote-form input::placeholder, .quote-form textarea::placeholder { font-size: 16px; color: var(--charcoal); opacity: 1; }
.quote-form input[aria-invalid=true] { border-color: #ad3030; }
.quote-form textarea { resize: vertical; min-height: 125px; }
.optional { font-weight: 400; color: var(--copy); }
.form-submit { display: flex; justify-content: space-between; width: 100%; margin-top: 24px; }
.form-note { font-size: 15px; line-height: 1.7; margin-top: 16px; }
.form-error { font-size: 16px; line-height: 1.6; color: #a12d2d; margin-top: 14px; }
.form-error:empty { display: none; }

.site-footer { padding-block: 42px 18px; }
.footer-top { display: flex; align-items: center; gap: 40px; padding-bottom: 30px; }
.footer-brand { width: 148px; }
.footer-top > p { font-size: 16px; line-height: 1.7; }
.footer-top > div { display: flex; flex-direction: column; gap: 4px; margin-left: auto; font-size: 19px; font-weight: 600; }
.footer-top > div > span { font-size: 16px; font-weight: 400; color: var(--copy); }
.back-to-top { display: flex; align-items: center; gap: 12px; min-height: 48px; font-size: 15px; }
.back-to-top > span { font-size: 24px; color: var(--teal-ink); }
.footer-bottom { border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 14px; font-size: 14px; color: var(--copy); }
.privacy-link { font-size: 14px; padding: 8px 0; min-height: 44px; border: 0; background: none; color: var(--copy); text-align: left; }
.privacy-link:hover { text-decoration: underline; }
.mobile-contact { display: none; }
.whatsapp-widget { position: fixed; right: 24px; bottom: 24px; z-index: 26; display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }
.chat-prompt { display: flex; align-items: center; gap: 6px; }
.chat-prompt[hidden] { display: none; }
.chat-prompt > a { display: flex; align-items: center; min-height: 50px; padding: 11px 23px; color: #172b3b; background: #fff; border: 1.5px solid #243b40; border-radius: 30px; box-shadow: 0 4px 0 #1baa59; font-size: 17px; font-weight: 600; line-height: 1.5; }
.chat-dismiss { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: #fff; }
.js .chat-dismiss { display: grid; place-items: center; }
.chat-dismiss span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #172b3b; font-size: 23px; line-height: 1; }
.whatsapp-launcher { display: grid; place-items: center; width: 64px; height: 64px; background: #16a34a; color: #fff; border-radius: 50%; box-shadow: 0 5px 18px #17342826; }
.whatsapp-launcher img { width: 34px; height: 34px; filter: brightness(0) invert(1); }
.whatsapp-launcher:hover { background: #11833b; }
.chat-prompt > a:hover { background: #f1fcf5; }
dialog { width: min(610px, calc(100% - 32px)); max-height: calc(100dvh - 40px); overflow: auto; border: 0; border-radius: 16px; padding: 42px 34px 30px; color: var(--navy); box-shadow: 0 20px 90px #09244140; }
dialog::backdrop { background: #0b2947aa; backdrop-filter: blur(4px); }
dialog h2 { font-size: 32px; margin: 15px 0; }
dialog p:not(.eyebrow) { font-size: 16px; line-height: 1.75; margin-block: 14px; }
dialog pre { font: 400 16px/1.75 Montserrat, Arial, sans-serif; white-space: pre-wrap; overflow-wrap: anywhere; background: var(--mint); padding: 20px; border-radius: 8px; margin-block: 22px; }
dialog .button { margin-bottom: 10px; }
dialog .dialog-note { font-size: 15px !important; }
dialog p a { text-decoration: underline; text-underline-offset: 3px; }
.dialog-close { position: absolute; top: 6px; right: 6px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; background: none; color: var(--copy); font-size: 28px; }
.copy-status { color: var(--teal-ink); font-weight: 600; }
.copy-status:empty { display: none; }

@media (max-width: 1150px) {
  .container { width: calc(100% - 64px); }
  .hero, .page-hero { gap: 32px; }
  .hero-description, .page-description { font-size: 19px; }
  .hero-visual, .hero-image { min-height: 460px; }
  .page-hero-photo, .page-hero-photo img { min-height: 430px; }
  .service-card-body { padding: 23px 22px 17px; }
  .service-card h3 { font-size: 23px; }
  .section-heading, .areas-layout, .quote-layout, .detail-section, .faq-section { gap: 40px; }
  .areas-layout { grid-template-columns: 1fr 1.15fr; }
  .areas-layout .area-list { grid-template-columns: 1fr; }
  .process-intro { padding: 36px; }
  .process-intro h2 { font-size: 40px; }
  .process-steps { padding-inline: 28px; }
  .process-steps li { gap: 18px; }
  .topic-grid { gap: 30px; }
  .quote-form { padding: 28px; }
  .quote-copy h1, .quote-copy h2 { font-size: 44px; }
  .footer-top { gap: 28px; }
  .back-to-top { display: none; }
}
@media (max-width: 1000px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card, .service-card:nth-child(-n+2) { grid-column: span 1; }
  .service-card:last-child { grid-column: span 2; }
  .service-card:last-child .service-media { aspect-ratio: 2.6; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 960px) {
  :root { --brand-width: 144px; }
  html { scroll-padding-top: 130px; }
  .nav-wrap { grid-template-columns: minmax(0, 1fr) auto auto; min-height: 112px; padding-block: 15px; gap: 20px; }
  .js .menu-toggle { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 10px 0; border: 0; background: none; color: var(--navy); font-size: 16px; }
  .menu-lines { display: block; width: 20px; height: 14px; border-top: 1.5px solid var(--navy); border-bottom: 1.5px solid var(--navy); position: relative; }
  .menu-lines:after { content: ''; position: absolute; left: 0; top: 5px; width: 20px; height: 1.5px; background: var(--navy); }
  .js .main-nav { display: none; justify-self: stretch; width: 100%; position: absolute; top: 100%; left: 0; right: 0; transform: none; padding: 14px 28px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 24px #133d6e0a; }
  .js .main-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .js .main-nav a { font-size: 17px; min-height: 54px; }
  .header-phone span { display: none; }
  .header-phone { width: 48px; height: 48px; min-height: 48px; padding: 0; border-radius: 50%; }
  .header-phone .icon { width: 22px; }
  body:not(.js) .nav-wrap { grid-template-columns: 1fr auto; }
  body:not(.js) .main-nav { grid-row: 2; grid-column: 1 / -1; transform: none; flex-wrap: wrap; }
  body:not(.js) .header-phone { grid-column: 2; grid-row: 1; }
  .areas-directory .area-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-hero h1 { font-size: 38px; }
  .page-hero-photo, .page-hero-photo img { min-height: 430px; }
  .detail-section { grid-template-columns: 1.25fr 1fr; gap: 30px; }
  .detail-copy h2 { font-size: 32px; }
  .detail-card { padding: 24px; }
  .detail-card .button { padding-inline: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
}
@media (max-width: 800px) {
  .hero, .page-hero { grid-template-columns: 1fr; }
  .hero { padding-top: 32px; }
  .hero-copy, .page-hero-copy { max-width: 620px; }
  .hero h1 { font-size: clamp(38px, 7vw, 56px); }
  .hero-description, .page-description { font-size: 19px; }
  .hero-actions { flex-direction: row; }
  .hero-visual, .hero-image { min-height: 0; }
  .hero-visual { aspect-ratio: 1.5; }
  .hero-image { height: 100%; }
  .page-hero-photo, .page-hero-photo img { min-height: 0; }
  .page-hero-photo { aspect-ratio: 1.5; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .section-heading > p { max-width: 580px; }
  .process-panel { grid-template-columns: 1fr; }
  .process-intro { padding: 36px; }
  .process-intro h2 br { display: none; }
  .process-steps { padding: 8px 36px; }
  .topic-grid { grid-template-columns: 1fr; gap: 30px; }
  .areas-layout, .detail-section, .faq-section, .quote-layout, .related-section { grid-template-columns: 1fr; gap: 32px; }
  .areas-layout .area-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-copy > p:not(.eyebrow) { max-width: 680px; }
  .faq-heading h2 br { display: none; }
  .page-cta > .container { align-items: flex-start; flex-direction: column; gap: 28px; }
  .page-cta > .container > div:last-child { align-items: flex-start; }
  .quote-copy { max-width: 600px; }
  .quote-form { max-width: 680px; }
  .form-row { grid-template-columns: 1fr 1fr; }
  .footer-top { flex-wrap: wrap; justify-content: space-between; }
  .footer-top > div { margin-left: 0; }
}
@media (max-width: 680px) {
  :root { --brand-width: 136px; }
  body { font-size: 17px; }
  html { scroll-padding-top: 125px; }
  .container { width: calc(100% - 40px); }
  .nav-wrap { min-height: 108px; gap: 14px; }
  .hero { padding-block: 28px 30px; gap: 28px; }
  .hero h1 { font-size: clamp(36px, 10.8vw, 46px); }
  .hero-description { font-size: 18px; line-height: 1.7; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-visual { aspect-ratio: 1.12; border-radius: 14px; }
  .hero-image { object-position: 58% center; }
  .service-strip { justify-content: center; gap: 3px 20px; padding-block: 14px; }
  .service-strip > span { display: none; }
  .service-strip a { font-size: 16px; }
  .section-pad { padding-block: 54px; }
  h2 { font-size: 34px; }
  h3 { font-size: 22px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2 { margin-top: 13px; }
  .section-heading > p { font-size: 17px; }
  .service-grid { grid-template-columns: 1fr; gap: 24px; }
  .service-card, .service-card:nth-child(-n+2), .service-card:last-child { grid-column: auto; }
  .service-media, .service-card:last-child .service-media { aspect-ratio: 1.5; }
  .service-card-body { padding: 23px 22px 16px; }
  .service-card h3 { font-size: 24px; }
  .service-card p, .topic-grid p { font-size: 17px; }
  .service-link { font-size: 16px; }
  .process { padding-block: 48px; }
  .process-panel { border-radius: 15px; }
  .process-intro { padding: 30px 26px; }
  .process-intro h2 { font-size: 34px; }
  .process-intro > p:not(.eyebrow), .process-steps p { font-size: 17px; }
  .process-intro .button { margin-top: 24px; width: 100%; }
  .process-steps { padding: 4px 24px; }
  .process-steps li { grid-template-columns: 36px minmax(0, 1fr); gap: 14px; padding-block: 25px; }
  .process-number { width: 36px; height: 36px; font-size: 14px; }
  .process-steps h3 { font-size: 22px; line-height: 1.3; }
  .topic-grid h3 { font-size: 22px; }
  .areas-section { padding-block: 52px; }
  .areas-layout p:not(.eyebrow) { font-size: 17px; }
  .area-list, .areas-layout .area-list, .areas-directory .area-list { grid-template-columns: 1fr; }
  .area-list > a, .areas-directory .area-list > a { font-size: 16px; min-height: 62px; padding: 17px 18px; }
  .breadcrumbs { font-size: 14px; padding-block: 10px; gap: 4px 9px; }
  .page-hero { gap: 28px; padding-block: 15px 42px; }
  .page-hero h1 { font-size: clamp(34px, 9.6vw, 42px); }
  .page-description { font-size: 18px; }
  .page-hero-photo { border-radius: 13px; }
  .detail-section { padding-block: 44px; }
  .detail-copy h2 { font-size: 31px; }
  .detail-copy > p:not(.eyebrow), .detail-card p:not(.eyebrow) { font-size: 17px; }
  .detail-card h3 { font-size: 23px; }
  .detail-card ul { font-size: 17px; }
  .topic-section { padding-block: 44px; }
  .prepare-section { margin-top: 40px; padding: 25px 22px; }
  .prepare-section > .check-circle { display: none; }
  .prepare-section h2 { font-size: 24px; }
  .prepare-section p, .faq-heading > p:not(.eyebrow), .faq-list details > p { font-size: 17px; }
  .faq-list summary { font-size: 17px; padding: 19px 18px; gap: 18px; }
  .faq-list details > p { padding: 0 18px 22px; }
  .faq-home { padding-block: 48px; }
  .faq-home-heading h2 { font-size: 34px; }
  .faq-home-heading > p:not(.eyebrow) { font-size: 17px; }
  .faq-more .button { width: 100%; }
  .faq-page-intro { padding-block: 18px 32px; }
  .faq-page-intro h1 { font-size: 38px; }
  .faq-page-intro > p:not(.eyebrow) { font-size: 18px; }
  .faq-topics { gap: 8px; flex-wrap: nowrap; overflow-x: auto; margin-inline: -8px; padding: 8px 8px 12px; }
  .faq-topics a { flex-shrink: 0; padding-inline: 14px; }
  .faq-library { padding-bottom: 48px; }
  .faq-group h2 { font-size: 26px; }
  .faq-directory { padding-bottom: 35px; }
  .related-section { padding-bottom: 44px; gap: 25px; }
  .related-section h2 { font-size: 30px; }
  .related-section p:not(.eyebrow), .other-services > p, .areas-directory > p { font-size: 17px; }
  .related-links { flex-direction: column; align-items: stretch; }
  .related-links a { font-size: 16px; }
  .other-services { padding-block: 42px; }
  .other-services h2 { font-size: 27px; }
  .areas-directory { padding-bottom: 44px; }
  .page-cta { padding-block: 48px; }
  .page-cta h2 { font-size: 35px; }
  .page-cta p:not(.eyebrow) { font-size: 17px; }
  .quote-section { padding-block: 48px; }
  .quote-copy h1, .quote-copy h2 { font-size: 40px; }
  .quote-copy > p:not(.eyebrow) { font-size: 18px; }
  .quote-phone small { font-size: 15px; }
  .quote-phone strong { font-size: 24px; }
  .quote-copy > .quote-footnote { font-size: 14px !important; margin-top: 28px; }
  .quote-form { padding: 28px 22px; }
  .quote-form h3 { font-size: 25px; }
  .service-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-options label > span { padding-inline: 8px; font-size: 16px; }
  .service-options input:checked + span { padding-inline: 7px; }
  .form-row { grid-template-columns: 1fr; gap: 20px; }
  .quote-form textarea { min-height: 140px; }
  .site-footer { padding-block: 36px calc(110px + env(safe-area-inset-bottom)); }
  .footer-top { gap: 26px; align-items: flex-start; }
  .footer-brand { width: 140px; }
  .footer-top > p { font-size: 15px; }
  .footer-top > div { width: 100%; font-size: 19px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; font-size: 14px; }
  .mobile-contact { position: fixed; bottom: 0; left: 0; right: 0; z-index: 25; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -3px 20px #133d6e09; }
  .mobile-contact a { display: flex; justify-content: center; align-items: center; gap: 10px; min-height: 54px; padding: 13px 10px; border: 1px solid var(--line); border-radius: 6px; font-size: 16px; font-weight: 600; line-height: 1.5; }
  .mobile-contact a:last-child { background: var(--navy); border-color: var(--navy); color: #fff; }
  .mobile-contact .icon { width: 21px; height: 21px; }
  body:has(.quote-form :focus) .mobile-contact { display: none; }
  .whatsapp-widget { right: 16px; bottom: calc(96px + env(safe-area-inset-bottom)); gap: 12px; }
  .chat-prompt { display: none; }
  .whatsapp-launcher { width: 56px; height: 56px; }
  .whatsapp-launcher img { width: 30px; height: 30px; }
  .chat-prompt > a { min-height: 48px; padding: 10px 18px; font-size: 16px; }
  body:has(.quote-form :focus) .whatsapp-widget, body:has(.main-nav.is-open) .whatsapp-widget { display: none; }
  dialog { padding: 40px 24px 26px; }
  dialog h2 { font-size: 30px; }
  dialog .button { width: 100%; }
}
@media (max-width: 360px) {
  :root { --brand-width: 122px; }
  .container { width: calc(100% - 32px); }
  .nav-wrap { min-height: 102px; gap: 9px; }
  .hero h1 { font-size: 36px; }
  .hero .eyebrow { font-size: 12px; letter-spacing: .05em; }
  .service-card-body { padding-inline: 20px; }
  .service-options { grid-template-columns: 1fr; }
  .quote-copy h1 { font-size: 37px; }
  .mobile-contact a:last-child .icon { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; animation: none !important; }
}
