:root {
  --navy-950: #031b38;
  --navy-900: #072f5f;
  --navy-800: #0b3d73;
  --blue-600: #2f73bd;
  --blue-500: #4b8fd3;
  --blue-100: #eaf4fc;
  --blue-050: #f4f9fd;
  --ink: #10263c;
  --muted: #52677b;
  --line: #d7e4ef;
  --white: #fff;
  --success: #18734a;
  --error: #b52d3a;
  --container: 1180px;
  --radius: 16px;
  --shadow: 0 14px 34px rgba(3, 27, 56, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 3rem), var(--container)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 8rem) 0; }
.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; }
.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .75rem 1rem; color: var(--white); background: var(--navy-950); border-radius: .5rem; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-950); line-height: 1.02; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 1.5rem; font-size: clamp(3.25rem, 6vw, 5.4rem); text-wrap: balance; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.3rem, 4.4vw, 3.9rem); text-wrap: balance; }
h3 { font-size: 1.35rem; }
.location-label { margin-bottom: 1.15rem; color: var(--blue-600); font-size: .76rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }

.button { display: inline-flex; min-height: 3.5rem; align-items: center; justify-content: center; padding: .9rem 1.35rem; border: 2px solid var(--blue-600); border-radius: 999px; color: var(--white); background: var(--blue-600); font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.button:hover { background: var(--navy-800); border-color: var(--navy-800); transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid #f6bd4b; outline-offset: 3px; }
.button-small { min-height: 2.85rem; padding: .7rem 1.1rem; font-size: .9rem; }
.button-light { color: var(--navy-950); background: var(--white); border-color: var(--white); }
.button-light:hover { color: var(--white); background: transparent; border-color: var(--white); }
.button-secondary { color: var(--navy-900); background: transparent; border-color: var(--navy-900); }
.button-secondary:hover { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); }

.site-header { position: sticky; z-index: 100; top: 0; height: 4.5rem; background: var(--white); border-bottom: 1px solid rgba(7,47,95,.1); }
.nav-shell { position: relative; display: flex; height: 100%; min-height: 0; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--navy-950); text-decoration: none; }
.brand img { width: 2.7rem; height: 2.7rem; aspect-ratio: 1; object-fit: contain; }
.brand span { display: grid; line-height: 1; text-transform: uppercase; }
.brand strong { font-size: .98rem; letter-spacing: .065em; }
.brand small { margin-top: .33rem; color: var(--blue-600); font-size: .57rem; font-weight: 800; letter-spacing: .19em; }
.primary-nav { display: flex; align-items: center; gap: 1.6rem; }
.primary-nav > a:not(.button) { color: var(--navy-800); font-size: .9rem; font-weight: 720; text-decoration: none; }
.primary-nav > a:not(.button):hover { color: var(--blue-600); }
.menu-button { display: none; width: 3rem; height: 3rem; place-content: center; gap: .3rem; border: 0; border-radius: 50%; background: var(--blue-100); cursor: pointer; }
.menu-button i { display: block; width: 1.15rem; height: 2px; background: var(--navy-900); }

.hero { position: relative; overflow: hidden; background: var(--blue-050); }
.hero::before { display: none; }
.hero-grid { position: relative; display: grid; min-height: 650px; grid-template-columns: 1.08fr .82fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); padding-top: 4rem; padding-bottom: 4rem; }
.hero-lede { max-width: 660px; margin-bottom: 2rem; color: var(--muted); font-size: clamp(1.15rem, 2vw, 1.38rem); }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; }
.text-link { color: var(--navy-900); font-weight: 800; text-underline-offset: .25rem; }
.text-link span { color: var(--blue-600); }
.hero-proof { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; padding: 0; margin: 2rem 0 0; color: var(--muted); font-size: .88rem; font-weight: 700; list-style: none; }
.hero-proof span { color: var(--blue-600); }
.hero-photo { position: relative; margin: 0; }
.hero-photo picture, .content-hero-photo picture, .owner-service-photo picture { display: block; }
.hero-photo::before { content: ""; position: absolute; z-index: -1; inset: -.65rem .8rem .65rem -.65rem; border-radius: 16rem 16rem 1rem 1rem; background: var(--blue-100); }
.hero-photo img { width: 100%; max-height: 560px; aspect-ratio: .78; object-fit: cover; object-position: 52% center; border-radius: 15rem 15rem 1rem 1rem; box-shadow: var(--shadow); }
.hero-photo figcaption { position: absolute; right: -.75rem; bottom: 1rem; display: grid; min-width: 13rem; padding: 1rem 1.2rem; color: var(--white); background: var(--navy-900); border-radius: .65rem; box-shadow: 0 8px 20px rgba(3,27,56,.16); }
.hero-photo figcaption strong { font-size: 1.05rem; }
.hero-photo figcaption span { color: #c7e4ff; font-size: .76rem; }

.brand-divider { height: .4rem; background: var(--blue-600); }

.section-heading { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 4rem; margin-bottom: 3rem; }
.section-heading h2 { max-width: 780px; margin-bottom: 0; }
.section-heading > p { max-width: 430px; margin-bottom: .45rem; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 3rem); }
.service-card { position: relative; min-height: 0; padding: 1.4rem 0 0; border: 0; border-top: 3px solid var(--blue-600); border-radius: 0; background: transparent; }
.service-card-featured { color: inherit; background: transparent; }
.service-card-featured::after, .service-number { display: none; }
.service-card h3 { max-width: 260px; font-size: 1.65rem; }
.service-card-featured h3 { color: var(--navy-950); }
.service-card p { position: relative; z-index: 1; max-width: 360px; margin: 0; color: var(--muted); }
.service-card-featured p { color: var(--muted); }
.service-card-wide { grid-column: 1 / -1; min-height: 220px; }
.service-card-wide p { max-width: 760px; }
.scope-note { max-width: 730px; margin: 1.5rem auto 0; color: var(--muted); font-size: .82rem; text-align: center; }
.section-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2rem; margin-top: 1.7rem; }
.inline-arrow-link { color: var(--navy-900); font-size: .92rem; font-weight: 850; text-decoration-color: #9bc3e6; text-decoration-thickness: 2px; text-underline-offset: .3rem; }
.inline-arrow-link:hover { color: var(--blue-600); }
.accordion details p a { color: var(--blue-600); font-weight: 800; text-underline-offset: .22rem; }

.pricing-band { padding: clamp(4rem, 7vw, 5.5rem) 0; color: var(--white); background: var(--navy-900); }
.pricing-grid { display: grid; grid-template-columns: 1.15fr 1.5fr auto; align-items: center; gap: 2.5rem; }
.pricing-grid h2 { margin: 0; color: var(--white); font-size: clamp(2.4rem, 4vw, 3.6rem); }
.pricing-grid > p { margin: 0; color: #c5daed; }

.process { background: var(--blue-050); }
.process-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(3rem, 8vw, 7rem); }
.process-intro { align-self: start; position: sticky; top: 8rem; }
.process-intro p:last-child { max-width: 430px; color: var(--muted); }
.steps { padding: 0; margin: 0; list-style: none; counter-reset: step; }
.steps li { display: grid; grid-template-columns: 4rem 1fr; gap: 1.4rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.steps li:first-child { padding-top: 0; border-top: 0; }
.steps > li > span { display: grid; width: 3.5rem; height: 3.5rem; place-items: center; border: 1px solid #bcd7ed; border-radius: 50%; color: var(--blue-600); background: var(--white); font-weight: 900; }
.steps h3 { margin-bottom: .55rem; font-size: 1.55rem; }
.steps p { max-width: 620px; margin: 0; color: var(--muted); }

.about-grid { display: grid; grid-template-columns: .78fr 1.12fr; align-items: center; gap: clamp(3rem, 9vw, 8rem); }
.portrait-card { position: relative; margin: 0; }
.portrait-card::before { content: ""; position: absolute; inset: 1.25rem -1.25rem -1.25rem 1.25rem; z-index: -1; border-radius: var(--radius); background: var(--blue-100); }
.portrait-card img { width: 100%; max-height: 650px; aspect-ratio: .74; object-fit: cover; object-position: center 20%; border-radius: var(--radius); box-shadow: var(--shadow); }
.portrait-card figcaption { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; color: var(--white); background: var(--navy-950); border-radius: .65rem; }
.portrait-card figcaption span { color: #cae4f8; font-size: .8rem; }
.about-copy { max-width: 650px; }
.about-lede { color: var(--navy-800); font-size: 1.3rem; font-weight: 750; }
.about-copy > p:not(.about-lede) { color: var(--muted); font-size: 1.06rem; }
.signature { display: grid; margin-top: 2rem; }
.signature span { color: var(--blue-600); font-family: Georgia, serif; font-size: 2rem; font-style: italic; }
.signature small { color: var(--muted); font-weight: 700; }

.expect-section { padding: clamp(5rem, 9vw, 7rem) 0; color: var(--white); background: var(--navy-900); }
.expect-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 6rem; }
.expect-grid h2 { margin: 0; color: var(--white); }
.expect-grid ul { padding: 0; margin: 0; list-style: none; }
.expect-grid li { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,.15); }
.expect-grid li:first-child { border-top: 0; }
.expect-grid li > span { display: grid; width: 2rem; height: 2rem; place-items: center; color: var(--navy-900); background: #a8d8ff; border-radius: 50%; font-weight: 900; }
.expect-grid strong { font-size: 1.05rem; }
.expect-grid li p { margin: .25rem 0 0; color: #c6daeb; }

.faq-grid { display: grid; grid-template-columns: .62fr 1.18fr; gap: clamp(3rem, 9vw, 8rem); }
.faq-intro { align-self: start; position: sticky; top: 8rem; }
.faq-intro > p:last-child { color: var(--muted); }
.faq-intro a { color: var(--blue-600); font-weight: 800; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.5rem 0; color: var(--navy-950); font-size: 1.08rem; font-weight: 800; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--blue-600); font-size: 1.5rem; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 700px; padding: 0 3rem 1.5rem 0; margin: 0; color: var(--muted); }

.quote-section { padding: clamp(5rem, 9vw, 8rem) 0; color: var(--white); background: var(--navy-950); }
.quote-grid { display: grid; grid-template-columns: .77fr 1.03fr; align-items: start; gap: clamp(3rem, 8vw, 7rem); }
.quote-copy { position: sticky; top: 8rem; }
.quote-copy h2 { color: var(--white); }
.quote-copy > p { max-width: 530px; color: #c7daeb; font-size: 1.08rem; }
.direct-contact { display: grid; margin-top: 2.5rem; }
.direct-contact span { margin-bottom: .5rem; color: #96c8f5; font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.direct-contact a { width: fit-content; color: var(--white); font-size: 1.05rem; font-weight: 800; text-underline-offset: .25rem; }
.direct-contact a:first-of-type { font-size: 1.8rem; text-decoration: none; }
.form-card { min-height: 560px; padding: clamp(1.35rem, 4vw, 2.5rem); color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 14px 34px rgba(0,0,0,.16); }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: 1.2rem; margin-bottom: 1.3rem; border-bottom: 1px solid var(--line); }
.form-heading p { margin: 0; color: var(--navy-900); font-size: 1.25rem; font-weight: 850; }
.form-heading span { color: var(--muted); font-size: .78rem; }
.field-group { margin-bottom: 1rem; }
.field-group label { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: .4rem; color: var(--navy-900); font-size: .82rem; font-weight: 800; }
.field-group label > span:not(.optional) { color: var(--error); }
.optional { color: var(--muted); font-size: .7rem; font-weight: 650; }
input, select { width: 100%; min-height: 3.3rem; padding: .75rem .9rem; border: 1px solid #64798a; border-radius: .75rem; color: var(--ink); background: var(--white); }
input::placeholder { color: #5f7182; }
input:hover, select:hover { border-color: var(--blue-600); }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: var(--error); background: #fff8f8; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field-error { min-height: 1rem; margin: .25rem 0 0; color: var(--error); font-size: .73rem; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; white-space: nowrap !important; }
.turnstile-block { margin: .25rem 0 1rem; }
.turnstile-label { margin: 0 0 .4rem; color: var(--navy-900); font-size: .76rem; font-weight: 800; }
.turnstile-container:not(:empty) { min-height: 65px; margin-bottom: .55rem; }
.turnstile-container { max-width: 100%; overflow: hidden; }
.turnstile-status { display: grid; gap: .45rem; color: #445d72; font-size: .76rem; line-height: 1.5; }
.turnstile-status[data-state="error"], .turnstile-status[data-state="delayed"] { padding: .75rem; border: 1px solid #bd3946; border-radius: .65rem; color: #79232c; background: #fff6f7; }
.turnstile-status[data-state="ready"] { color: #24623e; }
.turnstile-fallback a { color: inherit; font-weight: 800; text-underline-offset: .18rem; }
.turnstile-retry { justify-self: start; color: var(--blue-700); font-size: .76rem; }
.form-message { padding: .8rem 1rem; margin: .5rem 0 1rem; border-radius: .7rem; font-size: .85rem; }
.form-message-error { color: #84212c; background: #fff0f1; border: 1px solid #efb7bd; }
.form-submit { width: 100%; justify-content: space-between; padding-inline: 1.3rem; border-radius: .8rem; }
.form-submit[disabled] { opacity: .65; cursor: wait; transform: none; }
.privacy-note { margin: .8rem 0 0; color: var(--muted); font-size: .72rem; text-align: center; }
.privacy-note a { color: var(--navy-800); font-weight: 750; text-underline-offset: .16rem; }
.success-state { display: grid; min-height: 500px; align-content: center; justify-items: center; padding: 2rem; text-align: center; }
.success-state[hidden] { display: none; }
.success-icon { display: grid; width: 4rem; height: 4rem; place-items: center; margin-bottom: 1.5rem; color: var(--white); background: var(--success); border-radius: 50%; font-size: 1.8rem; font-weight: 900; }
.success-state h3 { margin-bottom: .8rem; font-size: 2.2rem; }
.success-state > p { max-width: 460px; color: var(--muted); }
.text-button { padding: .4rem 0; border: 0; border-bottom: 2px solid var(--blue-600); color: var(--blue-600); background: transparent; font-weight: 800; cursor: pointer; }

quote-request-form { display: block; }
.quote-home-link, .back-link { display: inline-flex; align-items: center; gap: .45rem; font-weight: 800; text-decoration: none; }
.quote-home-link { color: var(--navy-900); }
.quote-home-link:hover, .back-link:hover { text-decoration: underline; text-underline-offset: .28rem; }
.quote-page { min-height: 100vh; background: var(--navy-950); }
.quote-page-main { min-height: calc(100vh - 11rem); }
.quote-page-section { min-height: calc(100vh - 10rem); padding: clamp(3rem, 7vw, 6rem) 0; }
.quote-page-grid { align-items: center; }
.quote-page-copy { position: static; }
.quote-page-copy h1 { max-width: 620px; color: var(--white); font-size: clamp(3rem, 5vw, 4.8rem); }
.back-link { width: fit-content; margin-bottom: 2.5rem; color: #c9e3f8; font-size: .86rem; }
.quote-page-points { display: grid; gap: .65rem; padding: 0; margin: 2rem 0 0; list-style: none; }
.quote-page-points li { display: flex; align-items: center; gap: .7rem; color: #d5e7f5; font-weight: 700; }
.quote-page-points li span { color: #9dd0ff; }
.quote-page-footer { color: #9db5c9; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.12); }
.quote-page-footer .container { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.15rem; }
.quote-page-footer p { margin: 0; font-size: .75rem; }
.quote-page-footer a { text-underline-offset: .2rem; }

.content-page { background: var(--blue-050); }
.content-page .site-header { background: rgba(255,255,255,.98); }
.content-hero { position: relative; overflow: hidden; background: var(--blue-050); }
.content-hero::after { display: none; }
.content-hero-grid { position: relative; z-index: 1; display: grid; min-height: 590px; grid-template-columns: minmax(0, 1.08fr) minmax(310px, .72fr); align-items: center; gap: clamp(3.5rem, 7vw, 7rem); padding-top: clamp(3.5rem, 6vw, 5rem); padding-bottom: clamp(3.5rem, 6vw, 5rem); }
.content-hero-copy { min-width: 0; }
.content-hero h1 { max-width: 720px; margin-bottom: 1.4rem; font-size: clamp(3.2rem, 4.8vw, 4.8rem); }
.content-hero-lede { max-width: 690px; margin-bottom: 2rem; color: var(--muted); font-size: clamp(1.08rem, 1.5vw, 1.28rem); }
.content-breadcrumb { display: inline-flex; gap: .45rem; margin-bottom: clamp(2rem, 4vw, 3rem); color: var(--navy-800); font-size: .82rem; font-weight: 800; text-decoration: none; }
.content-breadcrumb:hover { color: var(--blue-600); }
.content-hero-photo { position: relative; width: min(100%, 430px); margin: 0 0 0 auto; }
.content-hero-photo::before { content: ""; position: absolute; z-index: -1; inset: -.65rem .8rem .65rem -.65rem; border-radius: 12rem 12rem 1rem 1rem; background: var(--blue-100); }
.content-hero-photo img { width: 100%; max-height: 500px; aspect-ratio: .78; object-fit: cover; object-position: 52% center; border-radius: 12rem 12rem 1rem 1rem; box-shadow: var(--shadow); }
.content-hero-photo figcaption { position: absolute; right: -.75rem; bottom: 1rem; display: grid; min-width: 13rem; padding: 1rem 1.2rem; color: var(--white); background: var(--navy-900); border-radius: .65rem; box-shadow: 0 8px 20px rgba(3,27,56,.16); }
.content-hero-photo figcaption strong { font-size: 1rem; }
.content-hero-photo figcaption span { color: #c7e4ff; font-size: .74rem; }
.content-section { padding: clamp(4.5rem, 8vw, 7rem) 0; background: var(--white); }
.content-section-alt { background: var(--blue-050); }
.content-section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: end; gap: clamp(2rem, 6vw, 5rem); margin-bottom: 3.25rem; }
.content-section-heading h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2.6rem, 4.5vw, 4.25rem); }
.content-section-heading > p { max-width: 430px; margin: 0 0 .4rem; color: var(--muted); }
.detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 3rem); }
.detail-card-wide { grid-column: auto; }
.detail-card { display: flex; min-height: 0; flex-direction: column; padding: 1.4rem 0 0; border: 0; border-top: 3px solid var(--blue-600); border-radius: 0; background: transparent; }
.detail-card-featured { color: inherit; background: transparent; }
.detail-number { display: none; }
.detail-card h3 { margin-bottom: .65rem; font-size: 1.45rem; }
.detail-card-featured h3 { color: var(--navy-950); }
.detail-card p { margin: 0; color: var(--muted); }
.detail-card-featured p { color: var(--muted); }
.service-comparison { padding-block: clamp(4rem, 5vw, 5.5rem); }
.service-comparison .section-heading,
.service-comparison .content-section-heading { display: block; max-width: 800px; margin-bottom: clamp(2rem, 3vw, 2.75rem); }
.service-comparison .section-heading h2,
.service-comparison .content-section-heading h2 { max-width: 720px; font-size: clamp(2.45rem, 3.8vw, 3.75rem); }
.service-comparison .section-heading > p,
.service-comparison .content-section-heading > p { max-width: 680px; margin: 1rem 0 0; }
.service-comparison .service-grid,
.service-comparison .detail-grid { gap: clamp(1.5rem, 3vw, 2.5rem); }
.service-comparison .section-links { justify-content: flex-start; margin-top: 2rem; }
.owner-service-grid { display: grid; grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr); align-items: center; gap: clamp(3.5rem, 9vw, 8rem); }
.owner-service-photo { position: relative; width: min(100%, 430px); margin: 0; }
.owner-service-photo::before { content: ""; position: absolute; z-index: -1; inset: .7rem -.7rem -.7rem .7rem; border-radius: var(--radius); background: #dceefa; }
.owner-service-photo img { width: 100%; max-height: 560px; aspect-ratio: .78; object-fit: cover; object-position: center 18%; border-radius: var(--radius); box-shadow: var(--shadow); }
.owner-service-copy { max-width: 700px; }
.owner-service-copy h2 { max-width: 620px; }
.owner-service-lede { max-width: 620px; color: var(--navy-800); font-size: 1.22rem; font-weight: 750; }
.owner-service-list { padding: 0; margin: 2rem 0 0; list-style: none; }
.owner-service-list li { display: block; padding: 1.25rem 0; border-top: 1px solid var(--line); }
.owner-service-list li > span { display: none; }
.owner-service-list strong { color: var(--navy-950); font-size: 1.05rem; }
.owner-service-list p { max-width: 620px; margin: .25rem 0 0; color: var(--muted); }
.area-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.area-card { display: flex; min-height: 0; flex-direction: column; justify-content: flex-start; padding: 1.4rem 0 0; border: 0; border-top: 3px solid var(--line); border-radius: 0; background: transparent; }
.area-card-featured { color: inherit; border-top-color: var(--blue-600); background: transparent; }
.area-marker { margin-bottom: 1.4rem; color: var(--blue-600); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.area-card-featured .area-marker { color: var(--blue-600); }
.area-card h3 { margin-bottom: .6rem; font-size: 1.55rem; }
.area-card-featured h3 { color: var(--navy-950); }
.area-card p { margin: 0; color: var(--muted); }
.area-card-featured p { color: var(--muted); }
.area-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.area-service-card-wide { grid-column: 1 / -1; }
.content-detail-link { margin: 2rem 0 0; }
.content-note { padding: 1.25rem 1.5rem; margin-top: 1rem; color: var(--navy-800); background: var(--blue-100); border-radius: .5rem; }
.content-note strong { color: var(--navy-950); }
.content-note-wide { margin-top: 1.25rem; text-align: center; }
.content-cta { padding: clamp(4.5rem, 8vw, 6.5rem) 0; color: var(--white); background: var(--navy-900); }
.content-cta-grid { display: grid; grid-template-columns: 1.2fr auto; align-items: center; gap: 3rem; }
.content-cta h2 { margin-bottom: .8rem; color: var(--white); }
.content-cta p { max-width: 680px; margin: 0; color: #c5daed; }

.privacy-main { background: var(--white); }
.privacy-layout { display: grid; grid-template-columns: minmax(260px, .58fr) minmax(0, 1fr); gap: clamp(3rem, 9vw, 8rem); padding-top: clamp(4rem, 7vw, 6rem); padding-bottom: clamp(5rem, 9vw, 8rem); }
.privacy-heading { align-self: start; position: sticky; top: 8rem; }
.privacy-heading h1 { max-width: 580px; }
.privacy-heading > p { max-width: 520px; color: var(--muted); font-size: 1.08rem; }
.privacy-heading .privacy-updated { color: var(--navy-800); font-size: .82rem; font-weight: 750; }
.privacy-content section { padding: 0 0 2rem; margin-bottom: 2rem; border-bottom: 1px solid var(--line); }
.privacy-content section:last-child { margin-bottom: 0; border-bottom: 0; }
.privacy-content h2 { margin-bottom: .8rem; font-size: clamp(1.55rem, 2.5vw, 2.15rem); }
.privacy-content p { max-width: 760px; margin-bottom: 0; color: var(--muted); }
.privacy-content a { color: var(--blue-600); font-weight: 750; text-underline-offset: .2rem; overflow-wrap: anywhere; }

.not-found-main { display: grid; min-height: calc(100vh - 11rem); background: var(--blue-050); }
.not-found-section { display: grid; align-items: center; padding: clamp(5rem, 10vw, 9rem) 0; }
.not-found-layout { max-width: 860px; }
.not-found-layout h1 { max-width: 760px; margin-bottom: 1.2rem; }
.not-found-layout > p:not(.location-label) { max-width: 650px; color: var(--muted); font-size: 1.12rem; }
.not-found-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.not-found-contact { margin-top: 2rem; }
.not-found-contact a { color: var(--navy-900); font-weight: 800; text-underline-offset: .22rem; }

.site-footer { padding-top: 4rem; color: #bfd2e3; background: var(--navy-950); }
.brand-footer small { color: #82b8eb; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr 1fr; gap: 4rem; padding-bottom: 3rem; }
.brand-footer { color: var(--white); }
.footer-brand p { max-width: 360px; margin: 1.2rem 0 0; color: #a8bfd3; }
.footer-grid h2 { margin-bottom: 1rem; color: #80bdf3; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) span { display: block; width: fit-content; margin: .45rem 0; color: #c3d6e6; font-size: .88rem; text-decoration: none; }
.footer-grid a { overflow-wrap: anywhere; }
.footer-grid a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: #88a4bb; font-size: .75rem; }

[hidden] { display: none !important; }

@media (max-width: 1000px) {
  .primary-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; padding: 1rem 1.5rem 1.5rem; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(3,27,56,.12); }
  .primary-nav.open { display: grid; }
  .primary-nav > a:not(.button) { padding: .7rem 0; }
  .menu-button { display: grid; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr 1fr; gap: 3rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .pricing-grid { grid-template-columns: 1fr 1.2fr; }
  .pricing-grid .button { justify-self: start; }
  .content-hero-grid { min-height: 610px; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); gap: 3rem; }
  .content-hero h1 { font-size: clamp(3rem, 5.7vw, 4.25rem); }
  .area-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 2rem), var(--container)); }
  .site-header { height: 4.15rem; }
  .nav-shell { min-height: 0; }
  .brand img { width: 2.45rem; height: 2.45rem; }
  .brand strong { font-size: .9rem; }
  .brand small { font-size: .54rem; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 3rem; padding-bottom: 3.5rem; }
  .hero-photo { width: min(88%, 470px); margin-inline: auto; }
  .hero-photo img { max-height: 530px; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .pricing-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .process-layout, .about-grid, .expect-grid, .faq-grid, .quote-grid, .privacy-layout { grid-template-columns: 1fr; }
  .content-hero-grid, .content-section-heading, .owner-service-grid, .content-cta-grid { grid-template-columns: 1fr; }
  .content-hero-grid { min-height: auto; gap: 3rem; padding-top: 3rem; padding-bottom: 3.5rem; }
  .content-hero h1 { max-width: 680px; }
  .content-hero-photo { width: min(88%, 440px); margin-inline: auto; }
  .content-section-heading { align-items: start; gap: 1rem; margin-bottom: 2.5rem; }
  .content-section-heading > p { max-width: 620px; }
  .service-comparison .detail-grid { grid-template-columns: 1fr; }
  .owner-service-grid { gap: 4rem; }
  .owner-service-photo { width: min(88%, 430px); margin-inline: auto; }
  .area-service-grid { grid-template-columns: 1fr; }
  .content-cta .button { justify-self: start; }
  .process-intro, .faq-intro, .quote-copy { position: static; }
  .privacy-heading { position: static; }
  .about-grid { gap: 4rem; }
  .portrait-card { width: min(88%, 470px); }
  .expect-grid { gap: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .quote-page-section { padding-top: 3rem; }
  .quote-page-grid { gap: 2.5rem; }
  .back-link { display: none; }
}

@media (max-width: 520px) {
  .section { padding: 4.5rem 0; }
  .service-comparison { padding-block: 3.75rem; }
  h1 { font-size: clamp(2.75rem, 12vw, 3.45rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .hero-actions .button { width: 100%; }
  .hero-photo { width: 93%; }
  .hero-photo figcaption { right: -.4rem; bottom: .8rem; min-width: 11.5rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-card { padding: 1.1rem; border-radius: 1.2rem; }
  .form-heading { display: grid; }
  .portrait-card { width: 94%; }
  .portrait-card figcaption { display: grid; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: grid; }
  .quote-home-link { font-size: .78rem; }
  .quote-home-link span { display: none; }
  .quote-page-copy h1 { font-size: clamp(2.7rem, 12vw, 3.4rem); }
  .quote-page-footer .container { display: grid; }
  .area-grid { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-card { min-height: 0; }
  .content-hero-photo { width: 93%; }
  .content-hero-photo figcaption { right: -.4rem; min-width: 11.8rem; }
  .owner-service-photo { width: 94%; }
  .content-note-wide { text-align: left; }
  .not-found-actions { align-items: stretch; flex-direction: column; }
  .not-found-actions .button { width: 100%; }
}

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