:root {
  --ink: #24272a;
  --green: #50565a;
  --green-2: #6a7074;
  --mint: #f3921d;
  --cream: #f7f6f2;
  --paper: #fff;
  --white: #fff;
  --muted: #60666a;
  --line: rgba(36, 39, 42, .15);
  --max: 1480px;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 95px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--font-sans); font-size: 17px; font-weight: 500; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
::selection { background: #53616b; color: white; }
.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: 12px; left: 12px; padding: 12px 18px; background: var(--mint); color: var(--ink); font-weight: 800; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }

.topline { min-height: 34px; padding: 7px clamp(20px, 4.5vw, 76px); display: flex; justify-content: space-between; align-items: center; gap: 20px; background: var(--ink); color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .12em; }
.topline p { margin: 0; }
.topline a { color: #fff; font-weight: 700; }
.site-header { position: sticky; z-index: 100; top: 0; min-height: 88px; padding: 0 clamp(20px, 4.5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); transition: top .2s, min-height .2s, margin-bottom .2s, box-shadow .2s; }
.site-header.scrolled { top: 8px; min-height: 92px; margin-bottom: 8px; box-shadow: 0 10px 35px rgba(36,39,42,.08); }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 5px; font-size: 17px; line-height: 1; font-weight: 800; letter-spacing: -.02em; }
.brand-logo { display: block; flex: 0 0 auto; width: 216px; height: 65px; padding: 0; overflow: hidden; border-radius: 0; background: white; box-shadow: none; }
.brand-logo img { width: 100%; max-width: none; height: auto; object-fit: initial; }
.brand-name small { display: block; margin-top: 6px; color: var(--muted); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.site-header nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 38px); font-size: 12px; font-weight: 800; }
.site-header nav a { position: relative; padding: 10px 0; }
.site-header nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--green); transition: right .25s; }
.site-header nav a:hover::after { right: 0; }
.header-call { min-width: 232px; min-height: 70px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 7px 22px; border: 0; border-radius: 2px; background: #53616b; color: #fff; box-shadow: 0 8px 18px rgba(36,39,42,.16); font: 900 25px/1 var(--font-sans); text-align: center; transition: transform .2s, background .2s; }
.header-call span { color: var(--mint); font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; opacity: 1; }
.header-call:hover { background: #3f4b54; transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s; }

.hero { min-height: calc(100vh - 120px); display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(450px, .96fr); }
.hero-copy { min-width: 0; padding: clamp(58px, 6vw, 92px) clamp(28px, 5.2vw, 88px) 48px; display: flex; flex-direction: column; justify-content: flex-start; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 30px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.eyebrow > span { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(80,86,90,.11); }
.eyebrow-light { color: rgba(255,255,255,.7); }
.eyebrow-light > span { background: var(--mint); box-shadow: 0 0 0 5px rgba(242,140,24,.14); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 790px; margin: 0; font-size: clamp(50px, 5.8vw, 88px); line-height: 1.02; letter-spacing: -.048em; font-weight: 850; }
.hero-company { max-width: 760px; margin: 32px 0 0; color: var(--mint); font-size: clamp(18px, 1.5vw, 25px); font-weight: 850; line-height: 1.3; letter-spacing: -.02em; }
h1 em { display: block; margin-top: 4px; color: var(--green); font-family: var(--font-sans); font-style: normal; font-weight: 700; letter-spacing: -.04em; }
.hero-intro { max-width: 610px; margin: 32px 0 30px; color: #4d555a; font: 500 clamp(17px, 1.45vw, 21px)/1.6 var(--font-sans); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 64px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 30px; border: 0; border-radius: 2px; font-size: 15px; font-weight: 900; text-transform: uppercase; letter-spacing: .035em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #53616b; color: white; }
.button-primary span, .button-mint span { font-size: 19px; }
.button-primary span { color: var(--mint); }
.button-secondary { border: 0; background: #53616b; color: white; }
.button-secondary:hover { background: #3f4b54; }
.button-mint { background: #53616b; color: white; }
.button-mint:hover, .button-primary:hover { background: #3f4b54; }
.button-light { background: white; color: var(--ink); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: auto; padding-top: 60px; }
.trust-row span { padding-top: 16px; border-top: 1px solid var(--line); color: #56616b; font-size: 17px; font-weight: 600; line-height: 1.55; text-align: center; }
.trust-row b { display: block; margin-bottom: 7px; color: var(--ink); font-size: 19px; font-weight: 850; }
.hero-visual { position: relative; min-height: 650px; overflow: hidden; background: var(--green); }
.hero-visual::before { content: ''; position: absolute; z-index: 1; top: -35%; bottom: -35%; left: -32%; width: 18%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent); transform: rotate(18deg) translateX(-170%); animation: light-sweep 9s ease-in-out infinite; pointer-events: none; }
.hero-visual::after { content: ''; position: absolute; z-index: 1; inset: 0; border: 18px solid rgba(247,246,242,.12); box-shadow: inset 0 -180px 170px rgba(36,39,42,.2); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 50%; }
.hero-phone { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 26px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 28px 34px; background: rgba(36,39,42,.96); color: white; backdrop-filter: blur(12px); }
.hero-phone small { align-self: center; font-size: 18px; font-weight: 900; text-transform: uppercase; letter-spacing: .055em; opacity: .94; }
.hero-phone-mobile { display: none; }
.hero-phone b { font: 900 clamp(34px, 2.4vw, 44px)/1 var(--font-sans); letter-spacing: -.025em; }


.proof-strip { margin-top: 36px; padding: 0 clamp(20px, 4.5vw, 76px); display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border-bottom: 1px solid var(--line); }
.proof-strip > div { min-height: 135px; padding: 28px clamp(18px, 2.5vw, 40px); display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); text-align: center; }
.proof-strip > div:first-child { border-left: 1px solid var(--line); }
.proof-strip strong { font: 800 clamp(34px, 3.2vw, 52px)/1 var(--font-sans); letter-spacing: -.04em; }
.proof-strip span { margin-top: 12px; color: #4d555a; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(85px, 10vw, 150px) clamp(20px, 4.5vw, 76px); }
.services { padding-top: clamp(50px, 5vw, 75px); padding-bottom: clamp(30px, 3vw, 44px); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .55fr); gap: clamp(40px, 8vw, 125px); align-items: end; margin-bottom: 65px; }
.services .section-heading { grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: clamp(38px, 4vw, 76px); }
.section-heading .eyebrow { margin-bottom: 20px; }
.section-heading h2, .faq-heading h2 { margin: 0; font-size: clamp(45px, 5vw, 78px); line-height: .96; letter-spacing: -.055em; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font: 18px/1.65 Georgia, serif; }
.service-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: 360px; padding: clamp(28px, 3.4vw, 48px); display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.28); transition: background .25s, transform .25s; }
.service-card:hover { position: relative; z-index: 1; background: white; transform: translateY(-5px); box-shadow: 0 25px 60px rgba(36,39,42,.1); }
.service-card-photo { min-height: 570px; padding: 0; }
.service-photo { height: 270px; overflow: hidden; background: var(--green); }
.service-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-photo-close img { object-position: 63% 48%; transform: scale(1.08); }
.service-photo-office img { object-position: 50% 43%; }
.service-photo-wide img { object-position: 31% 51%; transform: scale(1.12); }
.service-card-photo:hover .service-photo img { transform: scale(1.035); }
.service-card-photo:hover .service-photo-close img { transform: scale(1.12); }
.service-card-photo:hover .service-photo-wide img { transform: scale(1.16); }
.service-body { min-height: 325px; padding: clamp(28px, 3.4vw, 48px); display: flex; flex: 1; flex-direction: column; }
.service-card h3 { margin: 0 0 16px; font-size: clamp(25px, 2.3vw, 34px); line-height: 1; letter-spacing: -.04em; }
.service-card p { margin: 0 0 30px; color: var(--muted); font: 15px/1.65 Georgia, serif; }
.service-card .service-cta { min-height: 64px; margin-top: auto; padding: 0 22px; display: flex; align-items: center; justify-content: center; text-align: center; background: #53616b; color: white; font-size: 15px; font-weight: 850; letter-spacing: .01em; transition: background .2s, transform .2s; }
.service-card .service-cta:hover { background: #3f4b54; transform: translateY(-2px); }
.service-card-accent { background: var(--mint); }
.service-card-accent:hover { background: var(--mint); }

.difference { display: grid; grid-template-columns: .8fr 1.2fr; background: var(--ink); color: white; }
.difference-quote { min-height: 780px; padding: clamp(40px, 6vw, 90px); display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(180deg, rgba(36,39,42,.1), rgba(36,39,42,.94)), url('/assets/images/office-hero.jpg') 42% 51%/cover; }
.difference-quote p { max-width: 500px; margin: 0; font: clamp(26px, 2.9vw, 43px)/1.18 Georgia, serif; }
.difference-quote span { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.difference-copy { padding: clamp(58px, 6vw, 92px) clamp(40px, 8vw, 130px); }
.difference-copy h2 { margin: 0 0 34px; font-size: clamp(48px, 5.5vw, 86px); line-height: .94; letter-spacing: -.06em; }
.difference-copy h2 em { color: #ded4c9; font-family: Georgia, serif; font-weight: 400; }
.difference-copy > p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.65); font: 18px/1.7 Georgia, serif; }
.check-list { margin: 55px 0 45px; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.16); }
.check-list li { padding: 25px 24px 25px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.check-list li:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.16); }
.check-list li:nth-child(even) { padding-left: 24px; }
.check-list b { display: block; margin-bottom: 10px; color: var(--mint); font-size: 16px; font-weight: 850; }
.check-list span { color: rgba(255,255,255,.78); font: 18px/1.55 var(--font-sans); font-weight: 600; }
.text-link { display: inline-flex; align-items: center; gap: 28px; padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.text-link span { color: var(--mint); font-size: 18px; }

.process { padding-top: clamp(52px, 5vw, 76px); padding-bottom: clamp(28px, 3vw, 42px); }
.process-grid { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid li { min-height: 0; padding: 34px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid h3 { margin: 0 0 14px; font-size: 23px; letter-spacing: -.035em; }
.process-grid p { margin: 0; color: var(--muted); font: 15px/1.6 Georgia, serif; }

.areas { padding: clamp(54px, 5vw, 76px) clamp(20px, 6vw, 100px); display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(55px, 9vw, 145px); align-items: center; background: var(--green); color: white; }
.areas-copy h2 { max-width: 760px; margin: 0; font-size: clamp(48px, 6vw, 94px); line-height: .94; letter-spacing: -.06em; }
.areas-copy > p:not(.eyebrow) { max-width: 680px; margin: 34px 0; color: rgba(255,255,255,.7); font: 18px/1.7 Georgia, serif; }
.area-list { border-top: 1px solid rgba(255,255,255,.22); }
.area-list > span { min-height: 96px; display: flex; align-items: center; justify-content: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.22); color: var(--mint); font: 32px/1.15 var(--font-sans); font-weight: 650; text-align: center; }
.area-list b { padding: 8px 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: var(--mint); font: 8px/1 Arial, sans-serif; text-transform: uppercase; letter-spacing: .12em; }

.faq { padding-top: clamp(52px, 5vw, 76px); padding-bottom: clamp(20px, 2vw, 30px); display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(50px, 10vw, 150px); }
.faq-heading { position: sticky; top: 110px; align-self: start; }
.faq-heading .eyebrow { margin-bottom: 20px; }
.faq-heading p:last-child { margin-top: 32px; color: var(--muted); font: 700 clamp(20px, 1.8vw, 27px)/1.45 var(--font-sans); }
.faq-contact-line { display: block; margin-top: 12px; font-weight: 850; white-space: nowrap; }
.faq-heading p a { border-bottom: 1px solid var(--green); color: var(--green); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 88px; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; list-style: none; font-size: clamp(17px, 1.6vw, 23px); font-weight: 700; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--green); transition: .2s; }
.faq-list details[open] summary span { background: var(--green); color: var(--mint); transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -8px 55px 28px 0; color: var(--muted); font: 16px/1.7 Georgia, serif; }

.quote-section { padding: clamp(80px, 9vw, 140px) clamp(20px, 6vw, 100px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 150px); background: var(--ink); color: white; }
.quote-intro h2 { max-width: 620px; margin: 0; font-size: clamp(52px, 6.2vw, 94px); line-height: .92; letter-spacing: -.06em; }
.quote-intro > p:not(.eyebrow) { max-width: 580px; margin: 30px 0 45px; color: rgba(255,255,255,.62); font: 17px/1.7 Georgia, serif; }
.direct-contact { border-top: 1px solid rgba(255,255,255,.18); }
.direct-contact a { min-width: 0; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.direct-contact small { font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .055em; opacity: .72; }
.direct-contact strong { min-width: 0; flex: 1; font: 700 20px/1.2 var(--font-sans); overflow-wrap: anywhere; word-break: break-word; text-align: right; }
.direct-contact .direct-email { display: grid; gap: 2px; font-size: 18px; line-height: 1.12; overflow-wrap: normal; word-break: normal; }
.direct-contact .direct-email span { display: block; white-space: nowrap; }
.quote-form { padding: clamp(28px, 4.5vw, 62px); background: var(--paper); color: var(--ink); }
.form-notice { margin-bottom: 30px; padding: 17px 19px; border-left: 4px solid var(--mint); background: #f4eee6; font: 14px/1.5 Georgia, serif; }
.form-notice-error { border-color: #a43d32; background: #f5e5e1; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { display: block; margin-bottom: 24px; }
.field > span { display: block; margin-bottom: 11px; font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .055em; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #93a09a; border-radius: 0; background: transparent; color: var(--ink); outline: none; transition: border-color .2s, background .2s; }
.field input, .field select { height: 51px; }
.field textarea { min-height: 130px; padding: 13px 0; resize: vertical; line-height: 1.5; }
.field input:focus, .field select:focus, .field textarea:focus { border-bottom-color: var(--green); box-shadow: 0 2px 0 var(--green); }
.field [aria-invalid='true'] { border-bottom-color: #a43d32; }
.field small, .standalone-error { display: block; margin-top: 7px; color: #a43d32; font-size: 11px; font-weight: 700; }
.consent { display: grid; grid-template-columns: 22px 1fr; gap: 13px; align-items: start; margin: 4px 0 25px; color: #4d555a; font: 600 15px/1.55 var(--font-sans); }
.consent input { width: 21px; height: 21px; margin: 1px 0 0; accent-color: var(--green); }
.consent a { color: var(--green); text-decoration: underline; }
.form-submit { width: 100%; background: #53616b; color: white; }
.form-submit[disabled] { opacity: .65; cursor: wait; }
.form-protection { margin: 16px 0 0; color: #758079; font-size: 9px; line-height: 1.45; text-align: center; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 0 clamp(20px, 4.5vw, 76px); background: #1d1f21; color: white; }
.footer-main { min-height: 270px; max-width: 1060px; margin: 0 auto; padding: 70px 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 70px; border-bottom: 1px solid rgba(255,255,255,.15); text-align: center; }
.footer-main h3 { margin: 0 0 20px; color: rgba(255,255,255,.74); font-size: 13px; font-weight: 850; line-height: 1.2; text-transform: uppercase; letter-spacing: .07em; }
.footer-main > div a { display: block; margin: 0 0 13px; color: rgba(255,255,255,.88); font: 16px/1.55 var(--font-sans); }
.footer-main > div a:hover { color: var(--mint); }
.footer-main > div p { margin: 0; color: rgba(255,255,255,.88); font: 16px/1.55 var(--font-sans); }
.footer-bottom { max-width: 1060px; min-height: 80px; margin: 0 auto; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px 34px; color: rgba(255,255,255,.46); font-size: 9px; text-align: center; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { display: flex; gap: 18px; }
.footer-bottom a { color: rgba(255,255,255,.72); }
.cookie-settings-link { padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.72); font: inherit; text-transform: inherit; letter-spacing: inherit; }
.cookie-settings-link:hover { color: white; text-decoration: underline; }
.cookie-banner { position: fixed; z-index: 1002; right: 0; bottom: 0; left: 0; max-width: none; padding: 22px clamp(24px, 5vw, 88px); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 26px; background: #48555e; color: white; box-shadow: 0 -12px 36px rgba(0,0,0,.18); }
.cookie-banner strong { display: block; font-size: 20px; font-weight: 850; }
.cookie-banner p { margin: 9px 0; color: rgba(255,255,255,.8); font-size: 15px; line-height: 1.55; }
.cookie-banner a { color: white; text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.cookie-actions .button { min-height: 48px; padding: 0 18px; font-size: 12px; }
.cookie-banner .cookie-actions { align-content: center; justify-content: flex-end; max-width: none; }
.cookie-banner .button { min-width: 205px; background: #687d8b !important; color: white !important; text-decoration: none !important; }
.cookie-banner .button:hover { background: #788f9e !important; }
.cookie-banner .button-primary { background: #39734c !important; }
.cookie-banner .button-primary:hover { background: #2f613f !important; }
.cookie-choice-state { position: fixed; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
#cookie-reject:checked ~ .cookie-banner, #cookie-accept:checked ~ .cookie-banner { display: none !important; }
.cookie-manage { padding: 4px 0; border: 0; background: transparent; color: white; font: 700 12px/1.3 var(--font-sans); text-decoration: underline; }
.cookie-panel { position: fixed; z-index: 1003; inset: 0; padding: 20px; display: grid; place-items: center; background: rgba(36,39,42,.58); }
.cookie-panel-card { width: min(100%, 620px); padding: clamp(28px, 5vw, 50px); background: var(--paper); color: var(--ink); box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.cookie-panel-card h2 { margin: 0 0 14px; font-size: 38px; }
.cookie-panel-card > p { margin: 0 0 26px; color: var(--muted); line-height: 1.6; }
.cookie-option { padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); }
.cookie-option b, .cookie-option small { display: block; }
.cookie-option b { font-size: 16px; }
.cookie-option small { margin-top: 5px; color: var(--muted); font-size: 14px; }
.cookie-option input { width: 22px; height: 22px; accent-color: #53616b; }
.mobile-contact { display: none; }

.legal-header { position: relative; }
.legal-page { min-height: 70vh; padding: clamp(70px, 9vw, 135px) clamp(20px, 6vw, 100px); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 10vw, 160px); }
.legal-title { align-self: start; position: sticky; top: 60px; }
.legal-title h1 { font-size: clamp(52px, 6.2vw, 96px); }
.legal-title > p:last-child { margin-top: 24px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.legal-copy { max-width: 820px; }
.legal-copy h2 { margin: 42px 0 12px; font-size: clamp(24px, 2.2vw, 34px); letter-spacing: -.035em; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { color: var(--muted); font: 17px/1.75 Georgia, serif; }
.legal-copy a:not(.button) { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.legal-back { margin-top: 35px; }
.legal-footer .footer-bottom { min-height: 95px; }

/* Clean, open typography: one contemporary sans-serif family throughout. */
.topline, .site-header nav, .header-call, .eyebrow, .button, .trust-row, .proof-strip, .service-card, .difference, .process, .areas, .faq, .quote-section, .site-footer, .legal-page { font-family: var(--font-sans); }
.topline { font-size: 11px; letter-spacing: .065em; }
.site-header nav { font-size: 16px; font-weight: 700; letter-spacing: -.01em; }
.eyebrow { font-size: 11px; line-height: 1.45; letter-spacing: .075em; }
.button { font-size: 15px; letter-spacing: .035em; }
.trust-row span { font-size: 17px; line-height: 1.55; }
.trust-row b { font-size: 19px; }
.hero-phone b, .proof-strip strong, .service-number, .section-heading > p, .service-card p, .difference-quote p, .difference-copy > p:not(.eyebrow), .check-list span, .process-grid p, .areas-copy > p:not(.eyebrow), .area-list > span, .faq-heading p:last-child, .faq-list details p, .quote-intro > p:not(.eyebrow), .direct-contact strong, .form-notice, .consent, .footer-main > div a, .legal-copy p { font-family: var(--font-sans); }
.section-heading h2, .faq-heading h2, .difference-copy h2, .areas-copy h2, .quote-intro h2, .legal-copy h2, .legal-title h1, .service-card h3, .process-grid h3 { font-family: var(--font-sans); font-weight: 850; line-height: 1.04; letter-spacing: -.04em; }
.difference-copy h2 em { font-family: var(--font-sans); font-style: normal; font-weight: 700; letter-spacing: -.035em; }
.service-card h3, .process-grid h3 { font-weight: 850; }
.section-heading > p, .service-card p, .difference-copy > p:not(.eyebrow), .process-grid p, .areas-copy > p:not(.eyebrow), .faq-heading p:last-child, .faq-list details p, .quote-intro > p:not(.eyebrow), .legal-copy p { font-weight: 500; line-height: 1.65; }
.section-heading > p, .difference-copy > p:not(.eyebrow), .areas-copy > p:not(.eyebrow), .quote-intro > p:not(.eyebrow), .legal-copy p { font-size: 19px; }
.service-card p, .process-grid p, .faq-heading p:last-child, .faq-list details p { font-size: 17px; color: #4d555a; }
.proof-strip span, .service-card a, .difference-quote span, .text-link, .direct-contact small, .field > span, .form-protection, .footer-main h3, .footer-bottom, .legal-title > p:last-child { letter-spacing: .055em; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .72s cubic-bezier(.2,.75,.2,1) var(--reveal-delay, 0ms), transform .72s cubic-bezier(.2,.75,.2,1) var(--reveal-delay, 0ms); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Motion details: restrained, purposeful movement that supports the content. */
@keyframes light-sweep { 0%, 22% { transform: rotate(18deg) translateX(-210%); opacity: 0; } 30% { opacity: .7; } 52% { transform: rotate(18deg) translateX(920%); opacity: .7; } 60%, 100% { transform: rotate(18deg) translateX(920%); opacity: 0; } }
@keyframes soft-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes header-glow { 0%, 100% { box-shadow: 0 8px 18px rgba(36,39,42,.16); } 50% { box-shadow: 0 12px 26px rgba(57,115,76,.22); } }
.js .hero-copy > * { animation: soft-rise .72s cubic-bezier(.2,.75,.2,1) both; }
.js .hero-copy h1 { animation-delay: 80ms; }
.js .hero-company { animation-delay: 170ms; }
.js .hero-intro { animation-delay: 250ms; }
.js .hero-actions { animation-delay: 330ms; }
.button { position: relative; overflow: hidden; }
.button::before { content: ''; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.22) 49%, transparent 78%); transform: translateX(-135%); transition: transform .65s ease; pointer-events: none; }
.button:hover::before, .button:focus-visible::before { transform: translateX(135%); }
.header-call { animation: header-glow 4s ease-in-out infinite; }
.proof-strip > div { transition: background .35s ease, transform .35s cubic-bezier(.2,.75,.2,1); }
.proof-strip > div:hover { position: relative; z-index: 1; background: #fff; transform: translateY(-7px); box-shadow: 0 16px 32px rgba(36,39,42,.12); }

@media (max-width: 1100px) {
  .site-header nav { gap: 20px; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 40px; padding-right: 40px; }
  .section-heading { grid-template-columns: 1fr .65fr; }
  .services .section-heading { grid-template-columns: 1fr .65fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .difference-copy { padding-left: 65px; padding-right: 65px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .faq { gap: 65px; }
  .quote-section { gap: 70px; }
  .footer-main { grid-template-columns: repeat(3, 1fr); gap: 35px; }
}

@media (min-width: 1101px) {
  .hero-copy { padding-top: clamp(30px, 2.4vw, 46px); padding-right: clamp(28px, 2vw, 40px); }
  .hero-copy h1 { max-width: 100%; font-size: clamp(58px, 4.7vw, 82px); }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 76px; }
  .topline { justify-content: center; text-align: center; }
  .topline a { display: none; }
  .site-header { min-height: 80px; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .site-header.scrolled { min-height: 74px; }
  .header-call { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 102; margin-left: auto; }
  .site-header nav { position: fixed; z-index: 101; inset: 0; min-height: 100dvh; padding: 125px 30px 80px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; background: #fff; box-shadow: -18px 0 45px rgba(36,39,42,.14); opacity: 1; transform: translateX(100%); transition: transform .3s ease; }
  .site-header nav.open { transform: translateX(0); }
  .site-header nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 28px; letter-spacing: -.03em; }
  .menu-toggle[aria-expanded='true'] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded='true'] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 650px; padding: 75px 35px 48px; }
  .hero-visual { min-height: 78vh; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip > div { border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .services .section-heading { grid-template-columns: 1fr; }
  .section-heading > p { max-width: 640px; }
  .difference { grid-template-columns: 1fr; }
  .difference-quote { min-height: 620px; }
  .areas { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .quote-section { grid-template-columns: 1fr; }
  .legal-page { grid-template-columns: 1fr; }
  .legal-title { position: static; }
  .direct-contact { max-width: 520px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:last-child { grid-column: auto; }
  .mobile-contact { position: fixed; z-index: 99; left: 12px; right: 12px; bottom: 18px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 10px 35px rgba(36,39,42,.3); }
  .mobile-contact a { min-height: 51px; display: grid; place-items: center; background: var(--ink); color: white; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
  .mobile-contact a:last-child { background: var(--mint); color: var(--ink); }
  .site-footer { padding-bottom: 70px; }
}

@media (max-width: 560px) {
  .topline { min-height: 30px; padding: 6px 14px; font-size: 8px; }
  .site-header { padding: 0 18px; }
  .brand-logo { width: 180px; height: 54px; }
  .brand-name small { display: none; }
  .hero-copy { min-height: auto; padding: 62px 20px 42px; }
  .eyebrow { margin-bottom: 24px; font-size: 8px; line-height: 1.5; }
  h1 { font-size: clamp(52px, 16vw, 76px); }
  .hero-intro { margin: 28px 0 24px; font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .trust-row { grid-template-columns: 1fr; padding-top: 38px; }
  .trust-row span { display: block; text-align: center; }
  .trust-row b { margin: 0 0 6px; }
  .hero-visual { min-height: 570px; }
  .hero-phone { left: 14px; right: 14px; bottom: 14px; grid-template-columns: 1fr; justify-items: center; gap: 7px; padding: 22px 20px; text-align: center; }
  .hero-phone small { display: block; color: var(--mint); font-size: 26px; font-weight: 950; letter-spacing: .075em; opacity: 1; }
  .hero-phone-desktop { display: none; }
  .hero-phone-mobile { display: inline; }
  .hero-phone b { font-size: clamp(34px, 9vw, 42px); }
  .proof-strip { padding: 0; }
  .proof-strip > div { min-height: 115px; padding: 24px 20px; }
  .proof-strip > div:first-child { border-left: 0; }
  .section { padding-left: 20px; padding-right: 20px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .faq-heading h2 { font-size: 46px; }
  .section-heading > p { font-size: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; padding: 30px; }
  .service-card-photo { min-height: 540px; padding: 0; }
  .service-card-photo .service-body { min-height: 310px; padding: 30px; }
  .service-photo { height: 230px; }
  .difference-quote { min-height: 500px; padding: 35px 20px; }
  .difference-copy { padding: 80px 20px; }
  .difference-copy h2 { font-size: 49px; }
  .check-list { grid-template-columns: 1fr; }
  .check-list li:nth-child(odd) { border-right: 0; }
  .check-list li:nth-child(even) { padding-left: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 0; padding: 28px 30px; }
  .areas { padding: 78px 20px; }
  .areas-copy h2 { font-size: 50px; }
  .area-list > span { min-height: 82px; font-size: 28px; }
  .faq { gap: 45px; }
  .faq-list summary { font-size: 17px; }
  .quote-section { padding: 78px 14px; gap: 50px; }
  .legal-page { padding: 70px 20px; gap: 45px; }
  .quote-intro { padding: 0 6px; }
  .quote-intro h2 { font-size: 54px; }
  .quote-form { padding: 30px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; padding: 60px 0 40px; }
  .footer-bottom { padding: 25px 0; flex-direction: column; align-items: center; text-align: center; line-height: 1.5; }
  .footer-bottom p:last-child { flex-wrap: wrap; justify-content: center; gap: 8px 16px; }
  .cookie-banner { left: 0; right: 0; bottom: 0; grid-template-columns: 1fr; gap: 18px; padding: 22px; }
  .cookie-banner .cookie-actions { justify-content: flex-start; max-width: none; }
}

@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; }
  .js .reveal { opacity: 1; transform: none; }
}

@media print {
  .topline, .site-header nav, .header-call, .menu-toggle, .mobile-contact, .hero-actions, .quote-section, .site-footer { display: none !important; }
  .site-header { position: static; }
  body { background: white; color: black; }
}
