:root { --navy:#001f49; --navy-2:#002b62; --orange:#ff4b00; --orange-2:#ff6a00; --orange-dark:#c93600; --ink:#101722; --muted:#596473; --paper:#f6f6f2; --white:#fff; --line:#d9dde2; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:88px; }
body { margin:0; color:var(--ink); background:#fff; font-family:Arial, Helvetica, sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
button,input,select,textarea { font:inherit; }
img { max-width:100%; height:auto; }
.container { width:min(1180px, calc(100% - 40px)); margin-inline:auto; }
.skip-link { position:fixed; left:16px; top:-60px; z-index:100; background:#fff; color:var(--navy); padding:12px 16px; font-weight:800; }
.skip-link:focus { top:12px; }
:focus-visible { outline:3px solid #ffb000; outline-offset:3px; }
.site-header { position:sticky; top:0; z-index:50; background:rgba(255,255,255,.96); border-bottom:1px solid rgba(0,31,73,.12); backdrop-filter:blur(16px); transition:transform .28s ease; }
.site-header.nav-hidden { transform:translateY(-100%); }
.header-inner { width:min(1240px, calc(100% - 32px)); height:82px; margin:auto; display:flex; align-items:center; gap:28px; }
.brand { display:flex; align-items:center; gap:10px; min-width:230px; }
.brand img { width:55px; height:55px; object-fit:cover; border-radius:6px; }
.brand span { display:flex; flex-direction:column; line-height:1; color:var(--navy); }
.brand strong { font-size:22px; letter-spacing:-.5px; }
.brand small { margin-top:5px; color:var(--orange-dark); font-size:10px; font-weight:900; letter-spacing:1.7px; text-transform:uppercase; }
.nav { display:flex; align-items:center; gap:22px; margin-left:auto; }
.nav a { font-size:13px; font-weight:800; color:#26364a; }
.nav a:hover { color:var(--orange); }
.header-actions { display:flex; align-items:center; gap:16px; }
.header-phone { min-height:48px; display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:0 20px; background:var(--orange); color:var(--navy); font-size:15px; font-weight:900; white-space:nowrap; transition:transform .2s, background .2s; }
.header-phone:hover { background:var(--orange-2); transform:translateY(-2px); }
.header-phone span { font-size:18px; }
.button { min-height:52px; display:inline-flex; align-items:center; justify-content:center; gap:18px; padding:0 24px; border:0; background:var(--orange); color:var(--navy); font-size:13px; font-weight:900; text-transform:uppercase; letter-spacing:.8px; transition:transform .2s, background .2s; cursor:pointer; }
.button:hover { background:var(--orange-2); transform:translateY(-2px); }
.button-small { min-height:44px; padding:0 18px; font-size:11px; }
.button-outline { background:transparent; color:var(--navy); border:2px solid var(--navy); }
.button-outline:hover { background:var(--navy); color:#fff; }
.mobile-phone,.menu-button { display:none; }
.hero { position:relative; overflow:hidden; min-height:660px; color:#fff; background:var(--navy); }
.hero-media { position:absolute; inset:0; z-index:0; display:block; margin:0; }
.hero-media::after { content:""; position:absolute; inset:0; background:linear-gradient(rgba(0,20,49,.56),rgba(0,31,73,.5)); }
.hero-media img { width:100%; height:100%; object-fit:cover; object-position:center 48%; }
.speed-lines { position:absolute; top:70px; right:-60px; width:45%; height:210px; opacity:.11; background:linear-gradient(166deg,transparent 0 35%,var(--navy) 36% 45%,transparent 46% 52%,var(--orange) 53% 61%,transparent 62%); transform:skewX(-15deg); }
.hero-grid { position:relative; z-index:1; min-height:660px; display:flex; align-items:center; justify-content:center; padding-block:80px; }
.hero-copy { width:min(900px,100%); text-align:center; }
.hero h1 { color:#fff; text-shadow:0 4px 24px rgba(0,0,0,.28); }
.eyebrow { display:flex; align-items:center; gap:12px; margin:0 0 18px; color:var(--navy); font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:2px; }
.eyebrow span { width:30px; height:3px; background:var(--orange); }
.eyebrow.light { color:#fff; }
h1,h2 { margin:0; color:var(--navy); font-family:Arial Black, Arial, sans-serif; font-weight:900; letter-spacing:-3px; line-height:.95; text-transform:uppercase; }
h1 { max-width:1080px; margin-inline:auto; font-size:clamp(46px,5.4vw,74px); line-height:.96; letter-spacing:-2.8px; }
h1>span { display:block; margin-top:10px; font-size:.7em; letter-spacing:-1.8px; }
h1 em,h2 em { color:var(--orange); font-style:normal; }
h2 { font-size:clamp(38px,4.7vw,64px); }
.hero-lead { max-width:720px; margin:28px auto; color:rgba(255,255,255,.9); font-size:18px; line-height:1.72; }
.hero-lead,.hero .urgent-note,.hero-points { text-shadow:0 2px 12px rgba(0,0,0,.72); }
.button-row { display:flex; flex-wrap:wrap; gap:12px; }
.hero .button-row { justify-content:center; }
.urgent-note { margin:18px 0 0; color:rgba(255,255,255,.82); font-size:13px; }
.urgent-note strong { color:var(--orange); }
.hero-points { display:flex; flex-wrap:wrap; justify-content:center; gap:22px; margin:32px 0 0; padding:0; list-style:none; font-size:12px; font-weight:800; }
.hero .button-outline { color:#fff; border-color:#fff; }
.hero .button-outline:hover { color:var(--navy); background:#fff; }
.hero-points b { color:var(--orange); margin-right:6px; }
.hero-visual { position:relative; }
.logo-card { position:relative; background:#fff; border:1px solid #e0e3e7; box-shadow:24px 24px 0 var(--navy); padding:18px; transform:rotate(1.2deg); }
.logo-card img { display:block; width:100%; aspect-ratio:1; object-fit:cover; }
.availability-card { position:absolute; right:-24px; bottom:34px; display:flex; flex-direction:column; background:var(--orange); color:#fff; padding:16px 24px; box-shadow:8px 8px 0 #fff; transform:rotate(-1.2deg); }
.availability-card span { font-size:10px; text-transform:uppercase; letter-spacing:1.5px; }
.availability-card strong { margin-top:4px; font-size:21px; }
.trust-strip { background:var(--navy); color:#fff; }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-grid>div { display:flex; align-items:center; gap:16px; min-height:112px; padding:18px 26px; border-left:1px solid rgba(255,255,255,.15); }
.trust-grid>div:last-child { border-right:1px solid rgba(255,255,255,.15); }
.trust-grid span { color:var(--orange); font-family:Arial Black,Arial,sans-serif; font-size:18px; }
.trust-grid p { margin:0; color:#aebbd0; font-size:12px; line-height:1.5; }
.trust-grid strong { display:block; color:#fff; font-size:14px; }
.section { padding:105px 0; }
.split-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; align-items:start; }
.split-grid>* { min-width:0; }
.about-copy { columns:2; column-gap:44px; color:var(--muted); font-size:15px; line-height:1.8; }
.about-copy p { margin:0 0 18px; break-inside:avoid; }
.about-copy .lead { color:var(--ink); font-size:20px; line-height:1.6; font-weight:700; }
.services { background:var(--paper); color:var(--ink); }
.services h2 { color:var(--navy); }
.commercial-band h2,.areas h2 { color:#fff; }
.section-heading { display:grid; grid-template-columns:1.45fr .55fr; gap:60px; align-items:end; margin-bottom:56px; }
.section-heading>p { margin:0; color:#aebbd0; line-height:1.75; }
.section-heading.dark-text>p { color:var(--muted); }
.service-heading { display:block; max-width:820px; margin:0 auto 56px; text-align:center; }
.service-heading>p { max-width:650px; margin:22px auto 0; color:var(--muted); }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); background:var(--navy); border-top:1px solid rgba(255,255,255,.15); border-left:1px solid rgba(255,255,255,.15); }
.service-card { min-height:330px; padding:34px; border-right:1px solid rgba(255,255,255,.15); border-bottom:1px solid rgba(255,255,255,.15); transition:background .2s, transform .2s; }
.service-card:hover { background:var(--navy-2); transform:translateY(-3px); }
.service-card-top { display:flex; justify-content:space-between; align-items:start; }
.service-icon { width:54px; height:54px; display:grid; place-items:center; background:var(--orange); font-size:27px; font-weight:900; }
.service-card small { color:#aebbd0; font-weight:900; }
.service-card h3 { margin:48px 0 15px; color:#fff; font-size:21px; text-transform:uppercase; }
.service-card p { min-height:72px; color:#aebbd0; font-size:14px; line-height:1.65; }
.service-card a,.text-link { display:inline-flex; align-items:center; gap:24px; margin-top:18px; color:#fff; font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:1px; }
.service-card a span,.text-link span { color:var(--orange); font-size:20px; }
.service-note { max-width:850px; margin:30px auto 0; color:var(--muted); font-size:13px; line-height:1.7; text-align:center; }
.service-note p { margin:0; }
.service-note p + p { margin-top:10px; color:var(--ink); font-weight:700; }
.service-area-panel { display:grid; grid-template-columns:.9fr 1.1fr; align-items:center; gap:64px; margin-top:58px; padding:48px 52px; background:#fff; border-left:7px solid var(--orange); box-shadow:0 18px 45px rgba(0,31,73,.09); }
.service-area-panel h2 { color:var(--navy); font-size:clamp(30px,3.2vw,44px); letter-spacing:-1.8px; line-height:1.03; text-transform:uppercase; }
.service-area-panel h2 em { display:block; margin-top:8px; color:var(--orange); font-style:normal; }
.service-area-panel p { margin:0; color:var(--muted); font-size:15px; line-height:1.8; }
.projects { background:#fff; }
.projects-heading { max-width:880px; margin:0 auto 58px; text-align:center; }
.projects-heading .eyebrow { justify-content:center; }
.projects-heading h2 { color:var(--navy); }
.projects-heading>p:last-child { max-width:760px; margin:24px auto 0; color:var(--muted); font-size:16px; line-height:1.8; }
.case-study { overflow:hidden; background:var(--paper); border:1px solid #dfe2e5; }
.case-study,.reviews,.about-owner,.booking-section,.faqs { content-visibility:auto; contain-intrinsic-size:auto 1000px; }
.case-study + .case-study { margin-top:70px; }
.case-study-visual { position:relative; background:var(--navy); }
.case-study-visual img { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; }
.before-after-labels { position:absolute; inset:20px 22px auto; display:flex; justify-content:space-between; pointer-events:none; }
.before-after-labels span { padding:8px 13px; background:var(--navy); color:#fff; font-size:10px; font-weight:900; letter-spacing:1.4px; text-transform:uppercase; }
.before-after-labels span:last-child { background:var(--orange); color:var(--navy); }
.case-study-intro { position:relative; padding:48px 54px 42px; background:var(--navy); color:#fff; }
.project-type { margin:0 0 12px; color:var(--orange); font-size:11px; font-weight:900; letter-spacing:2px; text-transform:uppercase; }
.case-study h3 { max-width:760px; margin:0; color:#fff; font-family:Arial Black,Arial,sans-serif; font-size:clamp(32px,4vw,54px); line-height:1; letter-spacing:-2px; text-transform:uppercase; }
.project-meta { display:grid; grid-template-columns:.7fr 1.35fr 1fr; gap:0; margin:38px 0 0; border-top:1px solid rgba(255,255,255,.18); border-bottom:1px solid rgba(255,255,255,.18); }
.project-meta div { padding:18px 24px 18px 0; border-right:1px solid rgba(255,255,255,.18); }
.project-meta div:not(:first-child) { padding-left:24px; }
.project-meta div:last-child { border-right:0; }
.project-meta dt { margin-bottom:7px; color:#aebbd0; font-size:9px; font-weight:900; letter-spacing:1.2px; text-transform:uppercase; }
.project-meta dd { margin:0; color:#fff; font-size:13px; line-height:1.45; }
.case-study-story { display:grid; grid-template-columns:1fr 1fr 1fr; background:#fff; }
.case-study-story section { padding:42px 38px; border-right:1px solid var(--line); }
.case-study-story section:last-child { border-right:0; }
.case-study-story span { color:var(--orange-dark); font-size:11px; font-weight:900; }
.case-study-story h4 { margin:24px 0 14px; color:var(--navy); font-size:17px; text-transform:uppercase; }
.case-study-story p { margin:0; color:var(--muted); font-size:14px; line-height:1.72; }
.case-study-story p + p { margin-top:14px; }
.case-study-evidence { display:grid; grid-template-columns:.72fr 1.28fr; gap:50px; align-items:center; padding:46px 54px; background:#fff4ed; border-top:1px solid #ffd7c4; }
.evidence-label { margin:0 0 13px; color:var(--orange-dark); font-size:10px; font-weight:900; letter-spacing:1.8px; text-transform:uppercase; }
.case-study-evidence h4 { margin:0 0 16px; color:var(--navy); font-size:22px; text-transform:uppercase; }
.case-study-evidence>div>p:last-child { margin:0; color:var(--muted); font-size:13px; line-height:1.65; }
.case-study-evidence blockquote { margin:0; padding-left:30px; border-left:4px solid var(--orange); }
.case-study-evidence blockquote p { margin:0; color:#334154; font-size:15px; font-style:italic; line-height:1.75; }
.case-study-evidence blockquote cite { display:block; margin-top:18px; color:var(--navy); font-size:13px; font-style:normal; font-weight:900; }
.case-study-evidence blockquote cite span { display:block; margin-top:4px; color:var(--orange-dark); font-size:10px; letter-spacing:1.3px; text-transform:uppercase; }
.project-index { display:grid; grid-template-columns:repeat(3,1fr); margin:0 0 32px; border:1px solid var(--line); }
.project-index>a,.project-index>div { display:flex; flex-direction:column; justify-content:center; padding:22px 26px; background:#fff; border-right:1px solid var(--line); }
.project-index>a:hover { background:#fff4ed; }
.project-index>*:last-child { border-right:0; }
.project-index strong { color:var(--navy); font-size:13px; text-transform:uppercase; }
.project-index small { margin-top:4px; color:var(--muted); }
.project-index .active { background:var(--navy); }
.project-index .active small { color:#aebbd0; }
.project-index .active strong { color:#fff; }
.feature-grid { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:center; }
.feature-art { position:relative; min-height:500px; display:grid; place-items:center; overflow:hidden; background:var(--paper); border:1px solid var(--line); }
.feature-art::before { content:""; position:absolute; width:130%; height:85px; background:var(--navy); transform:rotate(-12deg); }
.feature-art::after { content:""; position:absolute; width:130%; height:28px; background:var(--orange); transform:rotate(-12deg) translateY(75px); }
.house-shape { position:relative; z-index:1; width:240px; height:240px; display:grid; place-items:center; border:14px solid #fff; color:#fff; font-size:170px; line-height:1; }
.feature-label { position:absolute; left:20px; bottom:18px; color:var(--navy); font-size:10px; font-weight:900; letter-spacing:2px; }
.feature-copy>p:not(.eyebrow) { color:var(--muted); font-size:16px; line-height:1.75; }
.check-list { display:grid; grid-template-columns:1fr 1fr; gap:14px 20px; padding:0; margin:30px 0; list-style:none; font-size:13px; font-weight:800; }
.check-list li::before { content:"✓"; color:var(--orange); margin-right:9px; }
.feature-copy .text-link { color:var(--navy); border-bottom:2px solid var(--navy); padding-bottom:8px; }
.commercial-band { padding:80px 0; color:#fff; background:linear-gradient(110deg,var(--navy) 0 72%,var(--orange) 72%); }
.commercial-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:100px; align-items:center; }
.commercial-grid>div:last-child p { color:#bdc7d7; line-height:1.8; }
.commercial-grid .button { margin-top:15px; }
.urgent-grid { display:grid; grid-template-columns:.7fr 1fr .75fr; gap:55px; align-items:center; }
.urgent-number { color:#edf0f2; font-family:Arial Black,Arial,sans-serif; font-size:92px; line-height:.78; letter-spacing:-8px; }
.urgent-grid p:not(.eyebrow) { color:var(--muted); line-height:1.7; }
.round-call { aspect-ratio:1; border-radius:50%; display:flex; flex-direction:column; align-items:center; justify-content:center; background:var(--orange); color:#fff; text-align:center; transition:transform .2s; }
.round-call:hover { transform:rotate(-3deg) scale(1.03); }
.round-call span { font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:2px; }
.round-call strong { margin:8px 0; font-size:22px; }
.round-call b { font-size:28px; }
.process { background:var(--paper); }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); margin:0; padding:0; list-style:none; border-top:1px solid #ccd1d6; }
.process-grid li { position:relative; padding:36px 30px 10px 0; border-right:1px solid #ccd1d6; }
.process-grid li:not(:first-child) { padding-left:30px; }
.process-grid span { color:var(--orange); font-size:13px; font-weight:900; }
.process-grid h3 { margin:58px 0 12px; color:var(--navy); text-transform:uppercase; font-size:17px; }
.process-grid p { color:var(--muted); font-size:13px; line-height:1.65; }
.areas { background:var(--navy); color:#fff; }
.areas-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:100px; align-items:start; }
.areas-grid>div:first-child>p:not(.eyebrow) { color:#aebbd0; line-height:1.8; }
.areas-grid .button { margin-top:20px; }
.area-list { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid rgba(255,255,255,.16); }
.area-list div { padding:19px 10px; border-bottom:1px solid rgba(255,255,255,.16); font-size:18px; font-weight:800; }
.area-list div:nth-child(odd) { border-right:1px solid rgba(255,255,255,.16); }
.area-list span { margin-right:20px; color:var(--orange); font-size:10px; }
.reviews { background:var(--paper); }
.reviews-heading { margin-bottom:48px; }
.review-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.testimonial-card { position:relative; display:flex; flex-direction:column; min-height:100%; padding:34px 30px 30px; overflow:hidden; background:#fff; border:1px solid var(--line); border-top:5px solid var(--orange); box-shadow:0 16px 36px rgba(5,35,66,.07); }
.quote-mark { position:absolute; top:6px; right:20px; color:rgba(255,78,0,.12); font-family:Georgia,serif; font-size:92px; font-weight:700; line-height:1; }
.testimonial-card h3 { position:relative; max-width:280px; margin:0; color:var(--navy); font-size:21px; line-height:1.3; }
.testimonial-card blockquote { position:relative; flex:1; margin:24px 0 30px; color:#465366; font-size:15px; line-height:1.75; }
.testimonial-author { position:relative; margin:0; padding-top:20px; border-top:1px solid var(--line); }
.testimonial-author strong,.testimonial-author span { display:block; }
.testimonial-author strong { color:var(--navy); font-size:15px; }
.testimonial-author span { margin-top:4px; color:var(--orange-dark); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:1px; }
.about-owner { background:#fff; }
.about-owner-heading { max-width:850px; margin:0 auto 58px; text-align:center; }
.about-owner-heading .eyebrow { justify-content:center; }
.about-owner-heading h2 { margin:0; }
.about-owner-grid { display:grid; grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr); gap:72px; align-items:start; }
.about-owner-photo { position:sticky; top:110px; margin:0; background:var(--navy); box-shadow:18px 18px 0 var(--orange); }
.about-owner-photo img { display:block; width:100%; aspect-ratio:1/1; object-fit:cover; }
.about-owner-photo figcaption { display:flex; flex-direction:column; gap:3px; padding:20px 24px; color:#fff; }
.about-owner-photo figcaption strong { font-size:18px; }
.about-owner-photo figcaption span { color:rgba(255,255,255,.7); font-size:11px; font-weight:800; letter-spacing:1px; text-transform:uppercase; }
.about-owner-copy>p:not(.eyebrow) { margin:0 0 18px; color:#465366; font-size:16px; line-height:1.75; }
.about-owner-cta { margin-top:32px; padding:26px 28px; background:var(--paper); border-left:5px solid var(--orange); }
.about-owner-cta p { margin:0 0 18px; color:var(--navy); line-height:1.65; }
.about-owner-cta strong { display:block; margin-bottom:3px; }
.booking-section { background:var(--navy); color:#fff; }
.booking-heading { max-width:890px; margin:0 auto 58px; text-align:center; }
.booking-heading .eyebrow { justify-content:center; }
.booking-heading h2 { color:#fff; }
.booking-heading>p:last-child { max-width:780px; margin:24px auto 0; color:#c3cddd; font-size:17px; line-height:1.75; }
.booking-process { padding-top:42px; border-top:1px solid rgba(255,255,255,.18); }
.booking-process>h3 { margin:0 0 28px; color:#fff; font-size:24px; }
.booking-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin:0; padding:0; list-style:none; counter-reset:none; }
.booking-steps>li { position:relative; padding:30px 24px; background:#0a315c; border-top:4px solid var(--orange); }
.booking-step-number { display:block; margin-bottom:24px; color:var(--orange-2); font-size:13px; font-weight:900; letter-spacing:1.5px; }
.booking-steps h4 { margin:0 0 16px; color:#fff; font-size:20px; line-height:1.3; }
.booking-steps p { margin:0 0 13px; color:#c1ccda; font-size:14px; line-height:1.65; }
.booking-steps p:last-child { margin-bottom:0; }
.pricing-panel { margin-top:70px; padding:48px; background:var(--paper); color:var(--navy); }
.pricing-intro { max-width:900px; margin:0 auto; padding-bottom:38px; border-bottom:1px solid var(--line); text-align:center; }
.pricing-intro .eyebrow { justify-content:center; }
.pricing-intro h3 { max-width:680px; margin:0 auto; font-size:clamp(30px,4vw,46px); line-height:1.05; letter-spacing:-1.8px; }
.pricing-intro>p { max-width:780px; margin:24px auto 0; color:#465366; line-height:1.75; }
.pricing-layout { display:grid; grid-template-columns:1fr 1fr; gap:54px; padding-top:42px; }
.pricing-layout h4 { margin:0 0 22px; color:var(--navy); font-size:21px; }
.pricing-factors ul { display:grid; grid-template-columns:1fr 1fr; gap:0 28px; margin:0; padding:0; list-style:none; }
.pricing-factors li,.pricing-details li { position:relative; padding:11px 0 11px 20px; color:#465366; border-bottom:1px solid #d8dde2; font-size:14px; line-height:1.45; }
.pricing-factors li::before,.pricing-details li::before { content:""; position:absolute; left:0; top:17px; width:7px; height:7px; background:var(--orange); }
.pricing-details { display:grid; gap:18px; }
.pricing-details article { padding:28px; background:#fff; border:1px solid var(--line); }
.pricing-details article>p { margin:0 0 14px; color:#465366; font-size:14px; line-height:1.7; }
.pricing-details article>p:last-child { margin-bottom:0; }
.pricing-details h5 { margin:20px 0 8px; color:var(--navy); font-size:14px; }
.pricing-details ul { margin:0 0 18px; padding:0; list-style:none; }
.short-notice-card { margin-top:24px; padding:26px; background:#fff; border:1px solid var(--line); border-left:5px solid var(--orange); }
.short-notice-card h4 { margin-bottom:12px; }
.short-notice-card p { margin:0; color:#465366; font-size:14px; line-height:1.7; }
.booking-cta { display:flex; align-items:center; justify-content:space-between; gap:34px; margin-top:28px; padding:30px 34px; background:#fff; color:var(--navy); }
.booking-cta p { max-width:650px; margin:0; line-height:1.6; }
.booking-cta strong { display:block; font-size:20px; }
.booking-cta .button { flex:0 0 auto; }
.faqs { background:var(--paper); }
.faq-grid { display:block; }
.faq-intro { max-width:860px; margin:0 auto 52px; text-align:center; }
.faq-intro .eyebrow { justify-content:center; }
.faq-intro>p:not(.eyebrow) { max-width:780px; margin-right:auto; margin-left:auto; color:var(--muted); line-height:1.7; }
.faq-actions { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; margin-top:28px; }
.accordion { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px 18px; align-items:start; }
.accordion details { background:#fff; border:1px solid #c8cdd2; }
.accordion details[open] { border-color:var(--orange); box-shadow:0 12px 28px rgba(5,35,66,.08); }
.accordion summary { display:flex; justify-content:space-between; gap:20px; padding:22px 24px; color:var(--navy); font-size:16px; font-weight:800; line-height:1.4; cursor:pointer; list-style:none; }
.accordion summary::-webkit-details-marker { display:none; }
.accordion summary span { flex:0 0 auto; color:var(--orange); font-size:22px; }
.accordion details[open] summary span { transform:rotate(45deg); }
.accordion details p { margin:0; padding:0 56px 22px 24px; color:var(--muted); line-height:1.7; }
.accordion details p+p { margin-top:-8px; }
footer { padding:70px 0 25px; background:#001631; color:#fff; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr; gap:70px; }
.footer-brand { display:flex; align-items:start; gap:25px; }
.footer-brand img { width:100px; height:100px; object-fit:cover; background:#fff; }
.footer-brand p { max-width:390px; color:#91a2ba; line-height:1.7; }
footer h3 { margin-top:0; color:var(--orange); font-size:11px; text-transform:uppercase; letter-spacing:2px; }
footer a,footer>div>div>p { display:block; margin:0 0 12px; color:#b9c4d3; font-size:13px; }
.footer-bottom { display:flex; justify-content:space-between; margin-top:55px; padding-top:22px; border-top:1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin:0; color:#aebbd0; font-size:11px; }
.mobile-action-bar { display:none; }

@media (max-width:1050px) {
  .nav { display:none; position:absolute; left:0; right:0; top:82px; flex-direction:column; align-items:stretch; gap:0; padding:10px 24px 24px; background:#fff; border-bottom:1px solid var(--line); }
  .nav.open { display:flex; }
  .booking-steps { grid-template-columns:1fr 1fr; }
  .pricing-layout { grid-template-columns:1fr; }
  .nav a { padding:14px 0; border-bottom:1px solid #e8eaec; }
  .header-actions { margin-left:auto; }
  .menu-button { width:44px; height:44px; display:flex; flex-direction:column; justify-content:center; gap:5px; padding:10px; border:0; background:var(--navy); }
  .menu-button span { width:100%; height:2px; background:#fff; }
  .hero-grid { min-height:620px; }
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-grid>div:nth-child(3) { border-top:1px solid rgba(255,255,255,.15); }
  .trust-grid>div:nth-child(4) { border-top:1px solid rgba(255,255,255,.15); }
  .urgent-grid { grid-template-columns:.55fr 1fr .65fr; }
  .urgent-number { font-size:70px; }
}

@media (max-width:780px) {
  html { scroll-padding-top:72px; }
  body { padding-bottom:64px; }
  .container { width:min(100% - 28px, 620px); }
  .header-inner { height:70px; width:calc(100% - 24px); gap:10px; }
  .brand { min-width:0; margin-right:auto; }
  .brand img { width:45px; height:45px; }
  .brand strong { font-size:18px; }
  .brand small { font-size:8px; }
  .header-actions { display:none; }
  .mobile-phone { width:44px; height:44px; display:grid; place-items:center; color:var(--navy); border:2px solid var(--navy); font-size:18px; }
  .nav { top:70px; }
  .hero { min-height:auto; background:#fff; }
  .hero { color:#fff; }
  .hero-media::after { background:linear-gradient(rgba(0,20,49,.64),rgba(0,31,73,.58)); }
  .hero-media img { object-position:56% center; }
  .hero-grid { min-height:auto; padding:72px 0; }
  .hero-visual { order:2; padding-right:12px; }
  h1 { font-size:clamp(40px,11.5vw,58px); letter-spacing:-2.4px; line-height:.98; }
  h1>span { margin-top:8px; font-size:.74em; letter-spacing:-1.2px; }
  h2 { font-size:clamp(39px,11vw,54px); letter-spacing:-2.5px; }
  .about h2 { font-size:clamp(34px,9vw,44px); letter-spacing:-2px; }
  .hero-lead { font-size:16px; line-height:1.65; }
  .button-row .button { flex:1 1 100%; }
  .hero-points { flex-direction:column; gap:10px; }
  .logo-card { box-shadow:12px 12px 0 var(--navy); }
  .availability-card { right:-8px; bottom:22px; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-grid>div { min-height:86px; border-right:1px solid rgba(255,255,255,.15); border-top:1px solid rgba(255,255,255,.15); }
  .section { padding:72px 0; }
  .split-grid,.feature-grid,.commercial-grid,.urgent-grid,.areas-grid,.faq-grid { grid-template-columns:1fr; gap:45px; }
  .service-area-panel { grid-template-columns:1fr; gap:26px; margin-top:40px; padding:34px 28px; }
  .projects-heading { margin-bottom:38px; }
  .projects-heading .eyebrow { justify-content:flex-start; }
  .projects-heading { text-align:left; }
  .case-study-visual img { aspect-ratio:4/3; object-position:center; }
  .before-after-labels { inset:14px 14px auto; }
  .case-study-intro { padding:34px 24px 28px; }
  .case-study h3 { font-size:34px; }
  .project-meta { grid-template-columns:1fr; margin-top:28px; }
  .project-meta div,.project-meta div:not(:first-child) { padding:14px 0; border-right:0; border-bottom:1px solid rgba(255,255,255,.16); }
  .project-meta div:last-child { border-bottom:0; }
  .case-study-story { grid-template-columns:1fr; }
  .case-study-story section { padding:30px 24px; border-right:0; border-bottom:1px solid var(--line); }
  .case-study-story section:last-child { border-bottom:0; }
  .case-study-evidence { grid-template-columns:1fr; gap:30px; padding:34px 24px; }
  .case-study-evidence blockquote { padding-left:20px; }
  .project-index { grid-template-columns:1fr; }
  .project-index>a,.project-index>div { border-right:0; border-bottom:1px solid var(--line); }
  .project-index>*:last-child { border-bottom:0; }
  .about-copy { columns:1; }
  .section-heading { grid-template-columns:1fr; gap:25px; margin-bottom:36px; }
  .section-heading br { display:none; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:auto; padding:28px; }
  .service-card h3 { margin-top:35px; }
  .service-card p { min-height:0; }
  .feature-art { min-height:370px; }
  .commercial-band { background:var(--navy); padding:72px 0; }
  .urgent-number { display:none; }
  .round-call { width:230px; justify-self:center; }
  .process-grid { grid-template-columns:1fr; }
  .process-grid li,.process-grid li:not(:first-child) { padding:26px 0; border-right:0; border-bottom:1px solid #ccd1d6; }
  .process-grid h3 { margin:20px 0 8px; }
  .area-list { grid-template-columns:1fr; }
  .area-list div:nth-child(odd) { border-right:0; }
  .review-grid { grid-template-columns:1fr; }
  .about-owner-heading { margin-bottom:38px; }
  .about-owner-grid { grid-template-columns:1fr; gap:50px; }
  .about-owner-photo { position:static; max-width:560px; }
  .booking-heading { margin-bottom:42px; text-align:left; }
  .booking-heading .eyebrow { justify-content:flex-start; }
  .booking-heading>p:last-child { margin-left:0; }
  .booking-steps { grid-template-columns:1fr; }
  .pricing-panel { margin-top:50px; padding:30px 22px; }
  .pricing-layout { gap:34px; }
  .pricing-factors ul { grid-template-columns:1fr; }
  .pricing-details article { padding:24px 20px; }
  .booking-cta { align-items:stretch; flex-direction:column; padding:26px 22px; }
  .booking-cta .button { width:100%; }
  .faq-intro { margin-bottom:38px; }
  .faq-actions { flex-direction:column; }
  .faq-actions .button { width:100%; }
  .accordion { grid-template-columns:1fr; }
  .accordion summary { padding:20px 18px; }
  .accordion details p { padding:0 46px 20px 18px; }
  .footer-grid { grid-template-columns:1fr; gap:35px; }
  .footer-brand { display:block; }
  .footer-brand img { margin-bottom:18px; }
  .footer-bottom { display:block; }
  .footer-bottom p { margin-bottom:8px; }
  .mobile-action-bar { position:fixed; left:0; right:0; bottom:0; z-index:60; display:grid; grid-template-columns:1fr 1fr; min-height:64px; box-shadow:0 -8px 20px rgba(0,0,0,.16); }
  .mobile-action-bar a { display:grid; place-items:center; background:var(--navy); color:#fff; font-size:13px; font-weight:900; text-transform:uppercase; letter-spacing:.7px; }
  .mobile-action-bar a:last-child { background:var(--orange); color:var(--navy); }
}

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