:root {
  --navy: #082b4c;
  --navy-2: #0d3d68;
  --orange: #ff7a1a;
  --orange-dark: #d95800;
  --ink: #152536;
  --muted: #5c6d7c;
  --mist: #f2f7fa;
  --line: #dce6ed;
  --white: #fff;
  --success: #1d7a5a;
  --shadow: 0 18px 45px rgba(8, 43, 76, .13), 0 2px 0 rgba(255,122,26,.08);
  --radius: 30px 10px 30px 10px;
  --radius-inverse: 10px 30px 10px 30px;
  --gcl-wide: 1320px;
  --gcl-frame-radius: 76px 12px 76px 12px;
  --gcl-frame-shadow: 0 34px 88px rgba(8,43,76,.20);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a, input, select { min-height: 44px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, 100%); }
.eyebrow { margin: 0 0 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: .76rem; color: var(--orange-dark); }
.section { position: relative; padding: 88px 0; }
.section + .section::before { content: ""; position: absolute; top: 0; left: 50%; width: min(1180px, calc(100% - 40px)); height: 3px; transform: translateX(-50%); background: linear-gradient(90deg,var(--orange) 0 9%,var(--navy) 9% 14%,var(--line) 14% 100%); }
.section-soft { background: var(--mist); }
.section-dark { color: white; background: var(--navy); }
.section-title { max-width: 720px; margin-bottom: 34px; }
.section-title h2 { font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; margin: 0 0 14px; letter-spacing: -.035em; }
.section-title p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.section-dark .section-title p { color: #c7d9e7; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 8px; padding: 12px 20px; border: 2px solid transparent; border-radius: 16px 5px 16px 5px; text-decoration: none; font-weight: 800; cursor: pointer; }
.btn:focus-visible { outline: 3px solid rgba(255,122,26,.38); outline-offset: 3px; }
.btn-primary { background: var(--orange); color: #211000; }
.btn-primary:hover, .btn-primary:focus-visible { background: #ff943f; }
.btn-secondary { border-color: #a9c1d4; background: white; color: var(--navy); }
.btn-ghost { border-color: rgba(255,255,255,.35); color: white; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: white; padding: 12px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 26px; }
.brand { flex: 0 0 230px; display: flex; align-items: center; min-height: 52px; }
.brand img { width: 230px; height: 70px; object-fit: contain; }
.nav { display: flex; align-items: center; justify-content: center; flex: 1; gap: 4px; }
.nav > a, .nav-trigger { border: 0; background: transparent; text-decoration: none; font-weight: 750; padding: 12px 11px; border-radius: 10px; color: var(--navy); }
.nav > a:hover, .nav > a:focus-visible, .nav-trigger:hover, .nav-trigger:focus-visible { background: var(--mist); }
.nav-item { position: static; }
.nav-trigger::after { content: "⌄"; margin-left: 5px; }
.header-call { white-space: nowrap; color: var(--navy); text-decoration: none; font-weight: 850; }
.header-call span { display: block; font-size: .7rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.menu-toggle { display: none; margin-left: auto; border: 1px solid var(--line); color: var(--navy); background: white; border-radius: 12px; padding: 8px 14px; font-weight: 800; }
.mega-menu { position: absolute; top: 81px; left: 50%; transform: translateX(-50%); width: min(1120px, calc(100vw - 40px)); padding: 26px; border: 1px solid var(--line); border-radius: 0 0 22px 22px; background: white; box-shadow: var(--shadow); }
.mega-menu[hidden] { display: none; }
.mega-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr .8fr; gap: 28px; }
.mega-feature { padding: 24px; color: white; background: linear-gradient(145deg, var(--navy), var(--navy-2)); border-radius: 18px; }
.mega-feature p { color: #c7d9e7; }
.mega-col h3 { margin: 0 0 10px; font-size: .84rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.mega-col a { display: block; min-height: auto; padding: 7px 0; color: var(--navy); text-decoration: none; font-weight: 650; }
.mega-col a:hover, .mega-col a:focus-visible { color: var(--orange-dark); text-decoration: underline; }

.hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 85% 12%, rgba(255,122,26,.32), transparent 28%), linear-gradient(135deg, #062640 0%, #0d4776 68%, #0e527f 100%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -260px; bottom: -360px; border: 44px solid rgba(255,255,255,.055); border-radius: 50%; }
.hero-os { min-height: 760px; display: grid; align-content: center; }
.hero-os::after { width: 760px; height: 760px; right: -260px; bottom: -500px; border-width: 1px; box-shadow: 0 0 0 56px rgba(255,255,255,.025),0 0 0 118px rgba(255,122,26,.035); }
.hero-os-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.18fr .82fr; gap: 80px; align-items: center; padding: 92px 0 64px; }
.hero-editorial h1 { max-width: none; font-size: clamp(4rem,8vw,7.8rem); line-height: .86; }
.hero-editorial h1 span { color: #ffae6f; }
.hero-editorial > p:not(.eyebrow) { max-width: 590px; }
.hero-photo-stage { position: relative; min-height: 620px; }
.hero-photo-stage figure { margin: 0; }
.hero-photo-main { position: absolute; inset: 0 54px 38px 0; overflow: hidden; border-radius: 120px 18px 120px 18px; box-shadow: 0 50px 120px rgba(0,0,0,.34); transform: rotate(1.2deg); }
.hero-photo-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(5,27,47,.66)); }
.hero-photo-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main figcaption { position: absolute; z-index: 2; left: 28px; bottom: 24px; font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hero-photo-inset { position: absolute; right: -16px; top: 42px; width: 42%; height: 34%; overflow: hidden; border: 8px solid rgba(255,255,255,.86); border-radius: 12px 48px 12px 48px; box-shadow: 0 25px 60px rgba(0,0,0,.3); transform: rotate(-2.6deg); }
.hero-photo-inset img { width: 100%; height: 100%; object-fit: cover; }
.hero-float-card { position: absolute; z-index: 3; right: 5px; bottom: 95px; display: flex; align-items: center; gap: 12px; max-width: 245px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.52); border-radius: 20px 6px 20px 6px; color: var(--navy); background: rgba(255,255,255,.9); box-shadow: 0 22px 55px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.hero-float-card svg { width: 32px; height: 32px; flex: 0 0 32px; color: var(--orange-dark); }.hero-float-card strong { display:block; }
.hero-photo-label { position: absolute; z-index: 3; left: -14px; top: 45%; display: grid; gap: 4px; padding: 14px; border-radius: 18px 5px 18px 5px; background: var(--orange); color: var(--navy); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; transform: rotate(-3deg); }
.hero-proofline { position: relative; z-index: 2; display: flex; gap: 34px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.16); color: #c9dae7; font-size: .83rem; }
.hero-proofline span::before { content: "↗"; margin-right: 8px; color: var(--orange); }
.hero-route { position: absolute; inset: 0; opacity: .55; pointer-events: none; }
.hero-route::before { content: ""; position: absolute; left: 4%; top: 15%; width: 62%; height: 60%; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; transform: rotate(-12deg); }
.hero-route i { position: absolute; width: 8px; height: 8px; border: 2px solid var(--orange); border-radius: 50%; box-shadow: 0 0 26px var(--orange); animation: pulse 5s ease-in-out infinite; }
.hero-route i:nth-child(1){left:10%;top:22%}.hero-route i:nth-child(2){left:31%;top:10%;animation-delay:-1s}.hero-route i:nth-child(3){left:55%;top:26%;animation-delay:-2s}.hero-route i:nth-child(4){left:42%;top:64%;animation-delay:-3s}.hero-route i:nth-child(5){left:16%;top:70%;animation-delay:-4s}
@keyframes pulse { 0%,100%{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.35)} }

.constellation-section { overflow: hidden; padding: 130px 0; background: #fbfcfd; }
.editorial-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; margin-bottom: 64px; }
.editorial-heading h2 { grid-row: 2; margin: 0; font-size: clamp(3.4rem,7vw,6.8rem); line-height: .88; letter-spacing: -.06em; color: var(--navy); }
.editorial-heading > p:last-child { grid-column: 2; grid-row: 2; align-self: end; max-width: 420px; color: var(--muted); }
.service-constellation { display: grid; grid-template-columns: 1.2fr .8fr 1fr; grid-template-rows: 330px 310px; gap: 18px; }
.constellation-card { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; min-height: 260px; text-decoration: none; transition: transform .25s ease,box-shadow .25s ease; }
.constellation-card:hover { transform: translateY(-5px); box-shadow: 0 26px 70px rgba(8,43,76,.18); }
.constellation-card h3 { margin: 2px 0 8px; font-size: clamp(1.7rem,3vw,3rem); line-height: .98; }
.constellation-card p,.constellation-card span { margin: 0; font-size: .83rem; }
.constellation-index { position: absolute; right: 22px; top: 18px; font-weight: 900; letter-spacing: .12em; }
.constellation-tenancy { grid-row: 1 / 3; color: white; border-radius: 58px 12px 58px 12px; background: radial-gradient(circle at 75% 20%,rgba(255,122,26,.45),transparent 24%),linear-gradient(145deg,#082b4c,#0c5a89); }
.constellation-tenancy .service-card-icon { margin: 0 0 auto; border: 0; }
.constellation-domestic { grid-column: 2 / 4; display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; padding: 0; color: var(--navy); border: 1px solid var(--line); border-radius: 18px 56px 18px 56px; background: #edf4f7; }
.constellation-domestic > div { align-self: end; padding: 28px 0 28px 30px; }
.constellation-domestic img { width: 100%; height: 100%; object-fit: cover; border-radius: 80px 0 0 80px; }
.constellation-carpet { color: white; border-radius: 46% 46% 16px 16px; background: #091f35; }
.constellation-carpet img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .4; }
.constellation-carpet > div { position: relative; z-index: 2; }
.constellation-window { color: var(--navy); border: 1px solid #a8c6d6; border-radius: 80px 14px 14px 14px; background: linear-gradient(145deg,rgba(255,255,255,.92),rgba(214,239,248,.9)); }
.window-orbit { position: absolute; width: 160px; height: 160px; right: -36px; top: -40px; border: 1px solid var(--navy); border-radius: 50%; box-shadow: 0 0 0 22px rgba(8,43,76,.06),0 0 0 45px rgba(255,122,26,.08); }

.profile-stage { overflow: hidden; padding: 130px 0; color: white; background: #061d31; }
.profile-stage::after { content: ""; position: absolute; inset: 20% -10% auto; height: 1px; background: linear-gradient(90deg,transparent,var(--orange),transparent); transform: rotate(-4deg); }
.profile-stage-head { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .5fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.profile-stage-head h2 { margin: 0; font-size: clamp(3.5rem,7vw,7rem); line-height: .88; letter-spacing: -.055em; }
.profile-stage-head > p { color: #b9cede; }
.profile-runway { position: relative; z-index: 2; gap: 14px; align-items: start; }
.profile-runway .cleaner-card { color: var(--ink); border: 0; box-shadow: 0 30px 70px rgba(0,0,0,.32); }
.profile-runway .cleaner-card:nth-child(2) { transform: translateY(46px) rotate(1.2deg); }
.profile-runway .cleaner-card:nth-child(3) { transform: translateY(-14px) rotate(-1.1deg); }
.profile-runway .cleaner-card:nth-child(4) { transform: translateY(30px) rotate(.8deg); }
.profile-stage .representation-note { position: relative; z-index: 2; margin-top: 74px; color: #a9c0d0; }

.lens-section { overflow: hidden; padding: 140px 0; background: linear-gradient(180deg,#fff,#edf4f7); }
.lens-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 70px; align-items: center; }
.lens-copy h2 { margin: 0 0 24px; font-size: clamp(3.6rem,7vw,7.2rem); line-height: .86; letter-spacing: -.06em; color: var(--navy); }
.lens-number { display: block; margin-bottom: 90px; color: var(--orange-dark); font-weight: 900; letter-spacing: .15em; }
.lens-frame { position: relative; padding: 18px; border: 1px solid #adc4d2; border-radius: 120px 18px 120px 18px; background: rgba(255,255,255,.7); box-shadow: 0 45px 120px rgba(8,43,76,.2); }
.lens-frame .ba { border-radius: 104px 12px 104px 12px; }

.proof-section { padding: 125px 0; color: white; background: linear-gradient(145deg,#0b385f,#061d31); }
.proof-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.proof-layout h2 { margin: 0 0 16px; font-size: clamp(3.2rem,6vw,6rem); line-height: .9; }
.proof-layout > div:first-child p:last-child { color: #b8cedd; }
.proof-ledger { overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 12px 44px 12px 44px; background: rgba(255,255,255,.055); box-shadow: inset 0 1px rgba(255,255,255,.15),0 30px 70px rgba(0,0,0,.2); }
.ledger-intro { padding: 30px; border-bottom: 1px solid rgba(255,255,255,.14); }
.ledger-intro span { color: #ffad70; font-size: .75rem; letter-spacing: .15em; }
.ledger-intro h3 { margin: 10px 0 2px; font-size: 2rem; }
.ledger-intro p { margin: 0; color: #b8cedd; }
.ledger-row { display: grid; grid-template-columns: .6fr 1.7fr .4fr; gap: 20px; padding: 22px 30px; border-bottom: 1px solid rgba(255,255,255,.1); }
.ledger-row span { color: #a9c1d2; }.ledger-row em { color: #ffad70; text-align: right; font-style: normal; }
.final-moment { padding: 100px 0; background: #f8fafb; }

.service-hero { overflow: hidden; padding: 82px 0; background: radial-gradient(circle at 80% 25%,rgba(255,122,26,.24),transparent 23%),linear-gradient(145deg,#061d31,#0b4975); }
.service-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.service-hero h1 { font-size: clamp(4.5rem,8vw,8rem); }.service-hero h1 span { color: #ffad70; }
.fibre-orbit { position: relative; height: 610px; padding: 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 48% 48% 16px 16px; background: rgba(255,255,255,.06); transform: rotate(1deg); }
.fibre-orbit::before { content: ""; position: absolute; inset: -24px 22px 22px -24px; border: 1px solid rgba(255,122,26,.35); border-radius: inherit; }
.fibre-orbit img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.fibre-orbit > span { position: absolute; left: -22px; bottom: 54px; padding: 10px 16px; border-radius: 16px 4px 16px 4px; background: var(--orange); color: var(--navy); font-size: .72rem; font-weight: 900; letter-spacing: .1em; transform: rotate(-90deg); transform-origin: left bottom; }
.material-lab { padding-top: 130px; background: #f7fafb; }
.material-heading { display: grid; grid-template-columns: .4fr 1.2fr .6fr; gap: 40px; align-items: end; }
.material-heading > span { color: var(--orange-dark); font-weight: 900; letter-spacing: .12em; font-size: .75rem; }
.material-heading h2 { margin: 0; font-size: clamp(4rem,7vw,7rem); line-height: .86; letter-spacing: -.06em; color: var(--navy); }
.material-heading p { color: var(--muted); }
.material-dials { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 70px; border: 1px solid var(--line); border-radius: 60px 12px 60px 12px; overflow: hidden; background: var(--line); }
.material-dials article { min-height: 250px; padding: 30px; background: white; }
.material-dials article:nth-child(2) { background: #e9f2f6; }.material-dials article:nth-child(3) { color: white; background: var(--navy); }.material-dials article:nth-child(4) { background: #fff2e8; }
.material-dials b { display: block; margin-bottom: 80px; color: var(--orange-dark); font-size: .7rem; letter-spacing: .14em; }
.material-dials strong { display: block; font-size: 1.4rem; }
.scope-theatre { color: white; background: #071d30; }
.scope-theatre-grid { display: grid; grid-template-columns: .7fr 1.25fr .55fr; gap: 55px; align-items: start; }
.scope-theatre h2 { margin: 0; font-size: clamp(4rem,7vw,7rem); line-height: .86; }
.scope-theatre-grid > div > p:last-child { color: #a9c1d2; }
.scope-steps { margin: 0; padding: 0; list-style: none; }
.scope-steps li { display: grid; grid-template-columns: 44px 1fr; gap: 0 14px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.scope-steps li span { grid-row: 1 / 3; color: #ffad70; font-weight: 900; }.scope-steps li strong { font-size: 1.25rem; }.scope-steps li p { margin: 2px 0;color:#afc5d4; }
.scope-theatre aside { padding: 26px; border-radius: 36px 8px 36px 8px; color: var(--navy); background: var(--orange); transform: rotate(1.4deg); }
.scope-theatre aside > span { font-size: .7rem; font-weight: 950; letter-spacing: .12em; }.scope-theatre aside p { padding-bottom: 10px; border-bottom: 1px solid rgba(8,43,76,.2); font-weight: 800; }

.area-hero { min-height: 820px; display: grid; align-content: center; overflow: hidden; color: var(--navy); background: linear-gradient(120deg,#f7f1e9 0 58%,#e9f1ee 58%); }
.area-hero::after { display: none; }
.area-word { position: absolute; left: -1vw; bottom: -7vw; color: rgba(8,43,76,.035); font-size: 23vw; line-height: 1; font-weight: 950; letter-spacing: -.09em; white-space: nowrap; }
.area-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; padding: 92px 0; }
.area-hero .breadcrumbs { color: var(--muted); }.area-hero h1 { margin:0 0 22px; font-size: clamp(4rem,6.8vw,7rem); line-height:.9; }.area-hero h1 span { color: var(--orange-dark); }
.area-hero-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 1.08rem; }.area-hero .btn-ghost { color:var(--navy);border-color:#9fb1bc;background:rgba(255,255,255,.48); }
.area-photo-stage { position: relative; min-height: 650px; }
.area-photo-stage figure { margin:0; }
.area-photo-main { position:absolute;inset:0 32px 20px 48px;overflow:hidden;border-radius:92px 18px 92px 18px;box-shadow:0 45px 100px rgba(36,55,66,.22);transform:rotate(.8deg); }
.area-photo-main img { width:100%;height:100%;object-fit:cover; }
.area-photo-detail { position:absolute;left:0;bottom:42px;width:42%;height:31%;overflow:hidden;border:9px solid #f7f1e9;border-radius:12px 42px 12px 42px;box-shadow:0 24px 55px rgba(36,55,66,.24);transform:rotate(-2deg); }
.area-photo-detail img { width:100%;height:100%;object-fit:cover; }
.area-cleaner-portrait { position:absolute;right:0;top:28px;width:22%;height:34%;overflow:hidden;border:7px solid rgba(255,255,255,.9);border-radius:44px 10px 44px 10px;box-shadow:0 20px 50px rgba(36,55,66,.25);transform:rotate(2.4deg); }
.area-cleaner-portrait img { width:100%;height:100%;object-fit:cover; }
.area-property-note { position:absolute;z-index:3;right:-10px;bottom:48px;padding:18px 22px;border-radius:22px 6px 22px 6px;color:white;background:rgba(8,43,76,.92);box-shadow:0 20px 50px rgba(8,43,76,.25); }.area-property-note span{display:block;color:#ffb47b;font-size:.68rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.area-property-note strong{display:block;margin-top:5px;font-size:1.25rem;line-height:1.05}
.area-local-label { position:absolute;z-index:3;left:80px;top:20px;padding:9px 13px;border-radius:14px 4px 14px 4px;color:var(--navy);background:rgba(255,255,255,.92);font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase; }
.area-trust-card { position:absolute;z-index:3;left:33%;top:52%;display:flex;align-items:center;gap:10px;max-width:230px;padding:13px 15px;border:1px solid rgba(255,255,255,.72);border-radius:18px 5px 18px 5px;color:var(--navy);background:rgba(255,255,255,.9);box-shadow:0 18px 45px rgba(36,55,66,.2);backdrop-filter:blur(10px); }.area-trust-card svg{width:28px;height:28px;flex:0 0 28px;color:var(--orange-dark)}.area-trust-card strong{display:block}.area-trust-card span{font-size:.78rem}

.service-area-hero { min-height:760px;display:grid;align-content:center;padding:80px 0;background:linear-gradient(135deg,#071f34,#0b4b76); }
.service-area-hero-grid { display:grid;grid-template-columns:.88fr 1.12fr;gap:70px;align-items:center; }.service-area-hero h1{font-size:clamp(4rem,7vw,7rem);line-height:.89}.service-area-photo-stage{position:relative;min-height:600px}.service-area-main-photo{position:absolute;inset:0 60px 45px 0;width:calc(100% - 60px);height:calc(100% - 45px);object-fit:cover;border-radius:96px 16px 96px 16px;box-shadow:0 45px 100px rgba(0,0,0,.32)}.service-area-detail-photo{position:absolute;right:0;bottom:0;width:40%;height:36%;object-fit:cover;border:8px solid rgba(255,255,255,.85);border-radius:12px 44px 12px 44px;box-shadow:0 22px 55px rgba(0,0,0,.3);transform:rotate(2deg)}.service-area-photo-note{position:absolute;left:-18px;bottom:70px;padding:15px 18px;border-radius:20px 5px 20px 5px;color:var(--navy);background:var(--orange);box-shadow:0 18px 45px rgba(0,0,0,.25)}.service-area-photo-note strong,.service-area-photo-note span{display:block}.service-area-photo-note span{font-size:.72rem}
.area-index { padding: 130px 0; background: #f8fafb; }
.area-index-head { display: grid; grid-template-columns: .5fr 1.5fr; gap: 60px; align-items: start; }.area-index-head span { color:var(--orange-dark);font-weight:900;letter-spacing:.12em;font-size:.75rem; }.area-index-head h2 { margin:0;font-size:clamp(4rem,7vw,7rem);line-height:.87;letter-spacing:-.06em;color:var(--navy); }
.area-service-rail { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 70px; }
.area-service-rail a { min-height: 300px; display:flex;flex-direction:column;justify-content:space-between;padding:28px;text-decoration:none;border:1px solid var(--line);background:white;transition:transform .2s; }.area-service-rail a:hover{transform:translateY(-6px)}
.area-service-rail a:nth-child(1){border-radius:50px 0 0 12px;background:var(--navy);color:white}.area-service-rail a:nth-child(2){transform:translateY(28px);background:#eaf3f6}.area-service-rail a:nth-child(3){border-radius:0 0 50px 0;background:#fff1e6}.area-service-rail a:nth-child(4){border-radius:0 50px 12px 0}
.area-service-rail b{color:var(--orange-dark);font-size:.75rem;letter-spacing:.12em}.area-service-rail strong{font-size:1.8rem;line-height:1}.area-service-rail span{font-size:.85rem}
.area-process{padding:140px 0;background:#f4ebe0}.area-process-head{display:grid;grid-template-columns:.55fr 1.15fr .7fr;gap:48px;align-items:end}.area-process-head h2{margin:0;font-size:clamp(3.8rem,6.8vw,7rem);line-height:.86;color:var(--navy)}.area-process-head>p:last-child{color:var(--muted)}.process-ribbon{display:grid;grid-template-columns:repeat(4,1fr);margin:76px 0 0;padding:0;list-style:none}.process-ribbon li{position:relative;min-height:250px;padding:28px;border-top:1px solid #bda994}.process-ribbon li::before{content:"";position:absolute;top:-7px;left:28px;width:13px;height:13px;border-radius:50%;background:var(--orange-dark)}.process-ribbon li:nth-child(even){margin-top:48px;border-radius:0 0 34px 5px;background:rgba(255,255,255,.55)}.process-ribbon span{color:var(--orange-dark);font-size:.72rem;font-weight:950;letter-spacing:.12em}.process-ribbon strong{display:block;margin-top:70px;font-size:1.35rem;color:var(--navy)}.process-ribbon p{font-size:.9rem;color:var(--muted)}
.area-price{padding:120px 0;background:#081f35;color:white}.price-editorial>div:first-child{display:grid;grid-template-columns:.5fr 1.5fr;gap:60px}.price-editorial h2{max-width:900px;margin:0;font-size:clamp(3.6rem,6.8vw,7rem);line-height:.88}.price-factors{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:70px;background:rgba(255,255,255,.16)}.price-factors article{min-height:220px;padding:28px;background:#081f35}.price-factors article:nth-child(2),.price-factors article:nth-child(4){background:#0b3454}.price-factors span{color:#ffad70;font-size:.72rem;font-weight:950}.price-factors strong{display:block;margin-top:72px;font-size:1.4rem}.price-factors p{color:#b7ccda}.price-note{margin:28px 0 0;color:#a9c1d2;font-size:.82rem}
.area-result{padding:140px 0;background:#ddebe7}.area-result .lens-number{color:var(--orange-dark)}
.atlas-section { overflow:hidden;padding:140px 0;background:#e9f2f6; }.atlas-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:center}.atlas-copy>span{color:var(--orange-dark);font-weight:900;letter-spacing:.12em;font-size:.75rem}.atlas-copy h2{margin:20px 0;font-size:clamp(4rem,7vw,7rem);line-height:.86;letter-spacing:-.06em;color:var(--navy)}.atlas-notes{margin-top:38px;border-top:1px solid #b9cdd8}.atlas-notes p{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid #b9cdd8;font-size:.85rem}.atlas-section .map-card{min-height:620px;transform:rotate(1.4deg);box-shadow:0 55px 120px rgba(8,43,76,.24)}
.local-editorial{padding:150px 0;background:#fffaf4}.local-editorial-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:9vw;align-items:start}.local-editorial header{position:sticky;top:110px}.local-editorial h2{margin:18px 0 24px;font-size:clamp(3.7rem,6.5vw,6.7rem);line-height:.87;color:var(--navy)}.local-deck{max-width:520px;color:var(--muted);font-size:1.05rem}.local-editorial aside{display:flex;flex-wrap:wrap;gap:8px;margin-top:34px}.local-editorial aside strong{width:100%;margin-bottom:6px;color:var(--orange-dark);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}.local-editorial aside span{padding:7px 10px;border:1px solid #ddcdbb;border-radius:13px 4px 13px 4px;font-size:.78rem}.local-copy{padding-top:16px}.local-copy p{margin:0;padding:0 0 28px;font-size:1.08rem;line-height:1.8;color:#304555}.local-copy p:first-child::first-letter{float:left;margin:7px 12px 0 0;color:var(--orange-dark);font-size:5.8rem;font-weight:950;line-height:.72}.local-copy p+p{border-top:1px solid #eadfd3;padding-top:28px}
.nearby-route{padding:120px 0;background:white}.nearby-route .container{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:end}.nearby-route h2{margin:0;font-size:clamp(3.4rem,6vw,6rem);line-height:.9;color:var(--navy)}.nearby-route .nearby-list{align-content:end}.nearby-route .nearby-list a:nth-child(odd){border-radius:18px 4px 18px 4px}.nearby-route .nearby-list a:nth-child(even){border-radius:4px 18px 4px 18px;background:var(--mist)}
.area-faq{padding:130px 0;background:#edf3f5}.faq-editorial{display:grid;grid-template-columns:.78fr 1.22fr;gap:90px}.faq-editorial h2{margin:16px 0 0;font-size:clamp(3.5rem,6vw,6rem);line-height:.89;color:var(--navy)}.faq-stack details{border-bottom:1px solid #b9cbd4;padding:24px 0}.faq-stack summary{cursor:pointer;list-style:none;color:var(--navy);font-size:1.2rem;font-weight:850}.faq-stack summary::after{content:"+";float:right;color:var(--orange-dark);font-size:1.5rem}.faq-stack details[open] summary::after{content:"—"}.faq-stack p{max-width:680px;color:var(--muted)}
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; padding-block: 70px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: #d4e1eb; font-size: .9rem; }
.breadcrumbs a { min-height: auto; }
.hero h1 { margin: 0 0 18px; max-width: 760px; font-size: clamp(2.7rem, 6vw, 5.25rem); line-height: .98; letter-spacing: -.055em; }
.hero p { max-width: 640px; font-size: 1.15rem; color: #d7e5ee; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 26px 0 0; list-style: none; }
.hero-badges li { padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.07); }

.trust-strip { border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 24px 0; }
.trust-item { position: relative; padding-left: 19px; font-weight: 800; color: var(--navy); }
.trust-item::before { content: ""; position: absolute; left: 0; top: 7px; width: 9px; height: 9px; border: 3px solid var(--orange); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.trust-item span { display: block; color: var(--muted); font-weight: 500; font-size: .87rem; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-top: 4px solid var(--orange); border-radius: var(--radius); background: white; box-shadow: 0 10px 28px rgba(8,43,76,.06); }
.service-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.service-card-copy { padding: 20px; }
.service-card h3 { margin: 0 0 8px; color: var(--navy); font-size: 1.25rem; }
.service-card-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: -46px 0 14px; border: 4px solid white; border-radius: 16px 5px 16px 5px; background: var(--orange); color: var(--navy); box-shadow: 0 8px 20px rgba(8,43,76,.16); }
.service-card-icon svg { width: 26px; height: 26px; }
.service-card a { color: var(--orange-dark); font-weight: 800; }
.cleaner-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cleaner-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-inverse); background: white; box-shadow: 0 10px 28px rgba(8,43,76,.06); }
.cleaner-visual { position: relative; aspect-ratio: 4 / 4.5; background: #dce8ef; }
.cleaner-visual img { width: 100%; height: 100%; object-fit: cover; }
.profile-placeholder { height: 100%; display: grid; place-items: center; font-size: 3rem; font-weight: 900; color: #5c7890; background: linear-gradient(135deg,#dfeaf0,#bdd1de); }
.cleaner-copy { padding: 18px; }
.cleaner-copy h3 { margin: 0 0 8px; font-size: 1.12rem; }
.cleaner-copy p { margin: 0 0 12px; color: var(--muted); }
.cleaner-copy dl { margin: 0; font-size: .82rem; }
.cleaner-copy dl div { padding-top: 8px; border-top: 1px solid var(--line); }
.cleaner-copy dt { font-weight: 800; }
.cleaner-copy dd { margin: 0 0 8px; color: var(--muted); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.at-glance { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.at-glance div { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.at-glance strong { display: block; color: var(--navy); }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: 9px 0 9px 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.ba { display:grid;grid-template-columns:1fr 1fr;gap:3px;overflow:hidden;min-height:460px;border-radius:var(--radius);background:white;box-shadow:var(--shadow); }
.ba figure { position:relative;margin:0;min-width:0;overflow:hidden; }.ba img { width:100%;height:100%;object-fit:cover; }.ba figcaption { position:absolute;left:14px;top:14px;padding:7px 10px;border-radius:999px;color:white;background:rgba(8,43,76,.86);font-size:.76rem;font-weight:850; }
.representation-note { margin-top: 14px; color: var(--muted); font-size: .88rem; }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { padding: 24px; border: 1px dashed #ef9b5d; border-radius: 18px; background: #fffaf6; }
.review-card strong { color: #9b4000; }
.map-card { min-height: 410px; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius-inverse); background-color: #dce9e2; background-image: radial-gradient(circle at center,transparent 0 68px,rgba(8,43,76,.1) 69px 71px,transparent 72px 118px,rgba(255,122,26,.16) 119px 121px,transparent 122px), linear-gradient(31deg, transparent 47%, rgba(255,255,255,.8) 48% 52%, transparent 53%), linear-gradient(121deg, transparent 43%, rgba(255,255,255,.7) 44% 49%, transparent 50%); box-shadow: var(--shadow); }
.map-card::before { content: ""; width: 32px; height: 32px; border: 10px solid var(--orange); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 10px 25px rgba(8,43,76,.25); }
.map-copy { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 16px; border-radius: 14px; background: rgba(255,255,255,.94); }
.map-copy strong { color: var(--navy); }
.nearby-list { display: flex; flex-wrap: wrap; gap: 10px; }
.nearby-list a { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; background: white; color: var(--navy); font-weight: 750; }
.faq details { padding: 17px 0; border-top: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 850; color: var(--navy); }
.faq details { position: relative; padding: 20px 20px 20px 58px; margin: 10px 0; border: 1px solid var(--line); border-radius: 20px 7px 20px 7px; background: white; }
.faq details::before { content: "GO"; position: absolute; left: 16px; top: 17px; display: grid; place-items: center; width: 29px; height: 29px; border-radius: 10px 3px 10px 3px; background: var(--orange); color: var(--navy); font-size: .65rem; font-weight: 950; }
.go-cta { position: relative; overflow: hidden; padding: 46px; border-radius: var(--radius); color: white; background: radial-gradient(circle at 90% 20%,rgba(255,122,26,.35),transparent 24%),linear-gradient(135deg,var(--navy),var(--navy-2)); box-shadow: var(--shadow); }
.go-cta::before { content: ""; position: absolute; left: 0; top: 30px; bottom: 30px; width: 5px; background: var(--orange); }
.go-cta h2 { margin: 0 0 10px; font-size: clamp(2rem,4vw,3.2rem); }
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.price-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.price-card.highlight { border-color: var(--orange); box-shadow: 0 14px 34px rgba(255,122,26,.14); }
.price-card strong { display: block; color: var(--navy); font-size: 1.2rem; }

.site-footer { color: white; background: #041c31; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 38px; padding: 58px 0 36px; }
.footer-grid h2, .footer-grid h3 { margin-top: 0; }
.footer-grid p { color: #bcd0df; }
.footer-grid a { display: block; min-height: auto; padding: 5px 0; color: #d8e6ef; text-decoration: none; }
.footer-bottom { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.13); color: #a7bdcc; font-size: .86rem; }
.mobile-callbar { display: none; }

@media (max-width: 980px) {
  .header-inner { min-height: 72px; }
  .brand { flex-basis: 190px; }
  .brand img { width: 190px; height: 58px; }
  .menu-toggle { display: inline-flex; }
  .header-call { margin-left: auto; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 71px; max-height: calc(100vh - 72px); overflow-y: auto; padding: 16px 20px 30px; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav[data-open="true"] { display: block; }
  .nav > a, .nav-trigger { display: flex; width: 100%; justify-content: space-between; padding: 14px 8px; border-bottom: 1px solid var(--line); }
  .mega-menu { position: static; transform: none; width: 100%; padding: 16px 0; border: 0; box-shadow: none; }
  .mega-grid { grid-template-columns: 1fr 1fr; }
  .mega-feature { grid-column: 1 / -1; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 34px; padding-block: 56px; }
  .hero-os-grid,.editorial-heading,.lens-layout,.proof-layout,.profile-stage-head { grid-template-columns: 1fr; }
  .service-hero-grid,.area-hero-grid,.service-area-hero-grid,.material-heading,.scope-theatre-grid,.atlas-grid,.nearby-route .container,.area-process-head,.local-editorial-grid,.faq-editorial { grid-template-columns:1fr; }
  .service-hero{padding-bottom:80px}.material-lab{padding-top:100px}.material-dials{grid-template-columns:1fr 1fr}
  .hero-photo-stage,.area-photo-stage,.service-area-photo-stage{max-width:720px;width:100%;margin-inline:auto}.area-service-rail{grid-template-columns:1fr 1fr}.area-service-rail a:nth-child(n){transform:none;border-radius:24px}
  .hero-editorial h1 { font-size: clamp(4rem,12vw,6.8rem); }
  .service-constellation { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 300px 300px; }
  .constellation-tenancy { grid-row: 1; grid-column: 1 / 3; }
  .constellation-domestic { grid-column: 1 / 3; }
  .editorial-heading h2,.editorial-heading > p:last-child { grid-column: 1; grid-row: auto; }
  .cards, .cleaner-grid { grid-template-columns: repeat(2, 1fr); }
  .process-ribbon,.price-factors{grid-template-columns:repeat(2,1fr)}.local-editorial header{position:static}.local-editorial-grid{gap:52px}
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 64px 0; }
  .header-call { width: 44px; overflow: hidden; font-size: 0; border: 1px solid var(--line); border-radius: 50%; }
  .header-call::before { content: "☎"; display: grid; place-items: center; width: 44px; height: 44px; font-size: 1.1rem; }
  .header-call span { display: none; }
  .menu-toggle { font-size: 0; width: 44px; padding: 0; }
  .menu-toggle::before { content: "☰"; font-size: 1.3rem; }
  .brand { flex-basis: 160px; }
  .brand img { width: 160px; height: 52px; }
  .mega-grid, .trust-grid, .cards, .cleaner-grid, .split, .review-grid, .footer-grid, .at-glance, .price-grid,.process-ribbon,.price-factors,.price-editorial>div:first-child { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .hero-os { min-height: auto; }
  .hero-os-grid { padding-top: 72px; gap: 45px; }
  .hero-editorial h1 { font-size: clamp(3.4rem,17vw,5.4rem); }
  .hero-photo-stage { min-height:540px; }
  .hero-proofline { overflow-x: auto; white-space: nowrap; }
  .service-constellation { display: flex; flex-direction: column; }
  .service-hero h1,.area-hero h1,.service-area-hero h1 { font-size:clamp(3.5rem,17vw,5.5rem) }.fibre-orbit{height:440px}.material-dials,.area-service-rail{grid-template-columns:1fr}.scope-theatre aside{transform:none}.area-hero{min-height:auto;background:#f7f1e9}.area-hero-grid{padding:70px 0}.area-photo-stage{min-height:510px}.area-photo-main{inset:0 10px 30px 12px;border-radius:54px 12px 54px 12px}.area-photo-detail{width:46%;height:30%;border-width:5px}.area-cleaner-portrait{width:27%;height:31%;right:2px}.area-property-note{right:0;bottom:28px}.area-trust-card{display:none}.area-local-label{left:25px}.area-index-head{grid-template-columns:1fr}.atlas-section .map-card{min-height:440px;transform:none}.service-area-photo-stage{min-height:480px}.service-area-main-photo{inset:0 24px 34px 0;width:calc(100% - 24px);height:calc(100% - 34px);border-radius:58px 12px 58px 12px}.service-area-detail-photo{width:46%;height:32%}
  .constellation-card { min-height: 340px; }
  .constellation-domestic { display: flex; flex-direction: column-reverse; }
  .constellation-domestic > div { padding: 28px; }.constellation-domestic img { height: 220px; border-radius: 0 0 0 80px; }
  .profile-runway .cleaner-card:nth-child(n) { transform: none; }
  .process-ribbon li:nth-child(even){margin-top:0}.process-ribbon li{min-height:190px}.process-ribbon strong{margin-top:42px}.local-copy p{font-size:1rem}.local-editorial aside{margin-top:24px}.faq-editorial{gap:40px}
  .profile-stage .representation-note { margin-top: 24px; }
  .lens-number { margin-bottom: 34px; }
  .lens-frame { padding: 9px; border-radius: 52px 10px 52px 10px; }.lens-frame .ba { border-radius: 44px 7px 44px 7px; }
  .ledger-row { grid-template-columns: 1fr; }.ledger-row em { text-align: left; }
  .hero-grid { padding-top: 42px; }
  .trust-grid { gap: 10px; }
  .trust-item { padding: 8px 0; }
  .ba { grid-template-columns:1fr;min-height:0; }.ba figure{aspect-ratio:4/3}
  .mobile-callbar { position: sticky; bottom: 0; z-index: 90; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 9px; background: white; border-top: 1px solid var(--line); }
  .mobile-callbar a { display: flex; justify-content: center; align-items: center; border-radius: 10px; text-decoration: none; font-weight: 850; }
  .mobile-callbar .call { color: var(--navy); background: var(--mist); }
  .mobile-callbar .quote { color: #211000; background: var(--orange); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* WordPress block-theme integration */
body{margin:0}.wp-site-blocks{overflow:clip}.gcl-main{min-height:55vh}.gcl-main>.wp-block-post-content{margin:0}.gcl-main>.wp-block-post-content>*{margin-block-start:0}.gcl-main .alignwide{width:min(var(--gcl-wide),calc(100% - 56px));margin-inline:auto}.gcl-main .alignfull{width:100%}
.gcl-site-header{position:sticky;z-index:1000;top:0;border-bottom:1px solid rgba(8,43,76,.1);background:rgba(255,255,255,.94);box-shadow:0 10px 35px rgba(8,43,76,.06);backdrop-filter:blur(18px)}.admin-bar .gcl-site-header{top:32px}.gcl-header-shell{width:min(1380px,calc(100% - 48px));min-height:88px;margin-inline:auto;padding-inline:20px}.gcl-brand img{display:block;max-height:58px;object-fit:contain}.gcl-primary-nav{font-size:.82rem;font-weight:800}.gcl-primary-nav .wp-block-navigation-item__content{padding:16px 10px;text-decoration:none}.gcl-primary-nav .wp-block-navigation-submenu__toggle{min-height:48px}.gcl-services-menu>.wp-block-navigation__submenu-container{left:50%!important;width:min(980px,calc(100vw - 48px))!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;padding:24px!important;border:1px solid var(--line)!important;border-radius:28px 8px 28px 8px!important;background:white!important;box-shadow:0 30px 80px rgba(8,43,76,.2)!important;transform:translateX(-50%)}.gcl-services-menu>.wp-block-navigation__submenu-container>.wp-block-navigation-item{border-radius:14px 4px 14px 4px}.gcl-services-menu>.wp-block-navigation__submenu-container>.wp-block-navigation-item:nth-child(3n+1){background:#eef5f7}.gcl-services-menu>.wp-block-navigation__submenu-container>.wp-block-navigation-item:nth-child(3n+2){background:#fff4ea}.gcl-services-menu>.wp-block-navigation__submenu-container>.wp-block-navigation-item__content{min-height:52px;display:flex;align-items:center;padding:10px 14px!important}.gcl-header-actions{flex:none}.gcl-call-button .wp-block-button__link{white-space:nowrap;border-color:#9db1bd!important;color:var(--navy)!important;background:#fff!important;font-size:.78rem}
.gcl-site-footer{padding:80px 20px 24px;color:#d5e4ed;background:#061f36}.gcl-site-footer h3{color:#fff;font-size:1rem;letter-spacing:0}.gcl-site-footer p{color:#adc2d0}.gcl-site-footer a{color:#d5e4ed;text-decoration:none}.gcl-site-footer a:hover{color:#ffad70}.gcl-site-footer ul{margin:0;padding:0;list-style:none}.gcl-site-footer li{margin:0 0 9px}.gcl-footer-grid{gap:54px}.gcl-footer-base{margin-top:56px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14);font-size:.8rem}
.gcl-section{position:relative;padding:clamp(72px,9vw,140px) 28px}.gcl-section>.wp-block-group__inner-container{width:min(var(--gcl-wide),100%);margin:auto}.gcl-eyebrow{margin:0 0 14px;color:var(--orange-dark);font-size:.72rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.gcl-display{font-size:clamp(3.5rem,6.6vw,7.4rem);line-height:.88;letter-spacing:-.06em;text-wrap:balance}.gcl-deck{max-width:720px;color:var(--muted);font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.68}
.gcl-hero-block{min-height:800px;display:grid;align-items:center;padding:96px 28px;overflow:hidden;background:linear-gradient(120deg,#fff8ef 0 53%,#e8f1ee 53%)}.gcl-hero-grid{width:min(var(--gcl-wide),100%);max-width:var(--gcl-wide)!important;display:grid;grid-template-columns:.82fr 1.18fr;gap:76px;align-items:center;margin:auto}.gcl-hero-copy h1{margin:0 0 26px;font-size:clamp(4rem,6.8vw,7.35rem);line-height:.89;letter-spacing:-.062em;text-wrap:balance;color:var(--navy)}.gcl-hero-copy h1 em{color:var(--orange-dark);font-style:normal}.gcl-hero-copy>p{line-height:1.68}.gcl-hero-visual{position:relative;min-height:660px}.gcl-hero-visual>.wp-block-image:first-child{position:absolute;inset:0 24px 24px 18px;margin:0;overflow:hidden;border-radius:94px 16px 94px 16px;box-shadow:var(--gcl-frame-shadow);transform:rotate(.7deg)}.gcl-hero-visual>.wp-block-image:first-child img{width:100%;height:100%;object-fit:cover}.gcl-hero-visual>.wp-block-image:nth-child(2){position:absolute;right:0;top:34px;width:30%;height:35%;margin:0;overflow:hidden;border:7px solid white;border-radius:44px 8px 44px 8px;box-shadow:0 20px 55px rgba(8,43,76,.22);transform:rotate(2deg)}.gcl-hero-visual>.wp-block-image:nth-child(2) img{width:100%;height:100%;object-fit:cover}.gcl-hero-visual .wp-block-image figcaption{position:absolute;z-index:2;left:10px;right:10px;bottom:10px;margin:0;padding:8px 10px;border:1px solid rgba(255,255,255,.4);border-radius:16px 5px 16px 5px;color:#fff;background:linear-gradient(145deg,rgba(6,31,54,.98),rgba(8,43,76,.94));font-size:.7rem;font-weight:780;line-height:1.35;box-shadow:0 12px 28px rgba(6,31,54,.28);backdrop-filter:blur(10px)}.gcl-hero-note{position:absolute;left:0;bottom:56px;max-width:240px;padding:18px 20px;border-radius:24px 6px 24px 6px;color:#fff;background:rgba(8,43,76,.94);box-shadow:0 20px 55px rgba(8,43,76,.25)}.gcl-hero-note strong{display:block;color:#ffad70}.gcl-hero-block .wp-block-buttons{margin-top:30px}.gcl-hero-block .is-style-outline .wp-block-button__link{border-color:#9db1bd;color:var(--navy);background:rgba(255,255,255,.6)}
.gcl-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:60px;background:#c9d8df}.gcl-service-tile{min-height:270px;display:flex;flex-direction:column;justify-content:space-between;padding:26px;background:#fff}.gcl-service-tile:nth-child(4n+1){border-radius:44px 4px 4px 4px;background:#082b4c;color:white}.gcl-service-tile:nth-child(4n+2){background:#eaf3f6}.gcl-service-tile:nth-child(4n+3){background:#fff1e6}.gcl-service-tile:nth-child(4n){border-radius:4px 44px 4px 4px}.gcl-service-tile h3{font-size:1.55rem}.gcl-service-tile a{font-weight:850;text-decoration:none}
.gcl-profile-section{color:#fff;background:#061f36}.gcl-profile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gcl-profile-card{overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:42px 8px 42px 8px;background:#fff;color:var(--ink);box-shadow:0 24px 55px rgba(0,0,0,.22)}.gcl-profile-card:nth-child(even){transform:translateY(24px)}.gcl-profile-card .wp-block-image{margin:0;aspect-ratio:4/4.8;border-radius:0}.gcl-profile-card img{width:100%;height:100%;object-fit:cover}.gcl-profile-card-copy{padding:17px}.gcl-profile-card h3{margin:0 0 7px;font-size:1.1rem;letter-spacing:-.02em}.gcl-profile-note{margin-top:44px;color:#a9c1d2;font-size:.8rem}
.gcl-process{background:#f4ebe0}.gcl-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:64px}.gcl-process-step{min-height:240px;padding:26px;border-top:1px solid #bca892}.gcl-process-step:nth-child(even){margin-top:45px;border-radius:0 0 32px 5px;background:rgba(255,255,255,.62)}.gcl-process-step strong{display:block;margin-top:62px;color:var(--navy);font-size:1.3rem}
.gcl-price-section{color:#fff;background:#061f36}.gcl-price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:56px;background:rgba(255,255,255,.15)}.gcl-price-card{min-height:230px;padding:28px;background:#061f36}.gcl-price-card:nth-child(even){background:#0b3454}.gcl-price-card strong{display:block;margin-top:65px;font-size:1.35rem}.gcl-price-card p{color:#b7ccda}.gcl-price-note{color:#a9c1d2;font-size:.82rem}
.gcl-before-after{display:grid;grid-template-columns:1fr 1fr;gap:3px;overflow:hidden;border:10px solid white;border-radius:76px 10px 76px 10px;background:#fff;box-shadow:0 28px 80px rgba(8,43,76,.18)}.gcl-before-after figure{position:relative;margin:0;aspect-ratio:4/3}.gcl-before-after img{width:100%;height:100%;object-fit:cover}.gcl-before-after figcaption{position:absolute;top:14px;left:14px;padding:7px 10px;border-radius:999px;color:#fff;background:rgba(8,43,76,.88);font-size:.76rem;font-weight:850}
.gcl-review-ledger{overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:36px 8px 36px 8px;background:#0b3454}.gcl-review-ledger>div{display:grid;grid-template-columns:130px 1fr 90px;gap:20px;padding:17px 22px;border-bottom:1px solid rgba(255,255,255,.12)}.gcl-review-ledger>div:first-child{display:block;padding:28px;background:#0e4268}.gcl-review-ledger span,.gcl-review-ledger em{color:#ffad70;font-size:.78rem}.gcl-review-ledger em{text-align:right}.gcl-review-ledger p{color:#b7ccda}
.gcl-map-frame{position:relative;overflow:hidden;min-height:520px;border:12px solid white;border-radius:70px 10px 70px 10px;background:#dfecea;box-shadow:0 35px 90px rgba(8,43,76,.19)}.gcl-map-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.gcl-map-note{position:absolute;z-index:2;right:18px;bottom:18px;max-width:340px;padding:15px 17px;border-radius:18px 5px 18px 5px;background:rgba(255,255,255,.94);box-shadow:0 16px 36px rgba(8,43,76,.18);font-size:.78rem}
.gcl-local-editorial{background:#fff9f2}.gcl-local-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:8vw;align-items:start}.gcl-local-sidebar{position:sticky;top:118px}.gcl-local-copy p{padding:0 0 27px;margin:0;color:#304555;font-size:1.07rem;line-height:1.82}.gcl-local-copy p+p{padding-top:27px;border-top:1px solid #eadfd3}.gcl-local-copy p:first-child:first-letter{float:left;margin:8px 12px 0 0;color:var(--orange-dark);font-size:5.8rem;font-weight:950;line-height:.72}
.gcl-nearby-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gcl-nearby-grid a{min-height:74px;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid var(--line);border-radius:18px 5px 18px 5px;color:var(--navy);background:#fff;text-decoration:none;font-weight:850}.gcl-nearby-grid a:nth-child(even){background:#eaf3f6}
.gcl-faq-stack details{padding:23px 0;border-bottom:1px solid #b9cbd4}.gcl-faq-stack summary{cursor:pointer;list-style:none;color:var(--navy);font-size:1.15rem;font-weight:850}.gcl-faq-stack summary::after{content:"+";float:right;color:var(--orange-dark);font-size:1.5rem}.gcl-faq-stack details[open] summary::after{content:"—"}.gcl-faq-stack p{max-width:760px;color:var(--muted)}
.gcl-cta-panel{overflow:hidden;padding:clamp(42px,6vw,76px);border-radius:56px 10px 56px 10px;color:#fff;background:radial-gradient(circle at 80% 20%,rgba(255,138,53,.4),transparent 30%),linear-gradient(135deg,#061f36,#0b4b76);box-shadow:0 32px 85px rgba(8,43,76,.25)}.gcl-cta-panel h2{max-width:860px;color:#fff;font-size:clamp(3rem,6vw,6.4rem);line-height:.87}.gcl-cta-panel p{color:#c3d6e2}.gcl-cta-panel .is-style-outline .wp-block-button__link{border-color:#c5d6df;color:#fff;background:transparent}
@media(max-width:1080px){.gcl-header-actions{display:none}.gcl-hero-grid,.gcl-local-grid{grid-template-columns:1fr}.gcl-local-sidebar{position:static}.gcl-profile-grid,.gcl-service-grid,.gcl-price-grid,.gcl-process-grid{grid-template-columns:repeat(2,1fr)}.gcl-hero-visual{max-width:760px;width:100%;margin-inline:auto}.gcl-services-menu>.wp-block-navigation__submenu-container{position:static!important;width:100%!important;grid-template-columns:repeat(2,1fr);transform:none}}
@media(max-width:782px){.admin-bar .gcl-site-header{top:46px}.gcl-header-shell{min-height:68px}.gcl-brand img{max-width:158px}.gcl-hero-block{min-height:0;padding:65px 14px}.gcl-hero-copy h1{font-size:clamp(3.5rem,16vw,5.6rem)}.gcl-hero-grid{gap:38px}.gcl-hero-visual{min-height:500px}.gcl-hero-visual>.wp-block-image:first-child{inset:0 12px 28px 10px;border-radius:56px 10px 56px 10px}.gcl-hero-visual>.wp-block-image:nth-child(2){width:36%;height:31%;border-width:5px}.gcl-hero-note{left:4px;bottom:32px}.gcl-profile-grid,.gcl-service-grid,.gcl-price-grid,.gcl-process-grid,.gcl-nearby-grid{grid-template-columns:1fr}.gcl-profile-card:nth-child(even),.gcl-process-step:nth-child(even){margin-top:0;transform:none}.gcl-before-after{grid-template-columns:1fr;border-width:7px;border-radius:48px 8px 48px 8px}.gcl-map-frame{min-height:430px;border-width:7px;border-radius:50px 8px 50px 8px}.gcl-review-ledger>div{grid-template-columns:1fr;gap:5px}.gcl-review-ledger em{text-align:left}.gcl-site-footer{padding-inline:14px}.gcl-footer-grid{gap:30px}.gcl-display{font-size:clamp(3.1rem,15vw,5rem)}}

/* Phase 3: complete-site navigation and content systems. */
.gcl-breadcrumb-wrap{padding:.75rem max(1.75rem,calc((100vw - var(--gcl-wide))/2));background:#fff;border-bottom:1px solid rgba(8,43,76,.08)}
.gcl-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;color:#527085;font-size:.78rem;font-weight:760;letter-spacing:.04em}.gcl-breadcrumb a{color:#0a507b;text-decoration:none}.gcl-breadcrumb i{color:#ff8a35;font-style:normal}.gcl-breadcrumb span{color:#172f42}
.gcl-scope-grid,.gcl-related-grid,.gcl-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem}
.gcl-scope-card{padding:clamp(1.35rem,3vw,2.4rem);background:#fff;border:1px solid rgba(8,43,76,.12);border-radius:28px 6px 28px 6px;box-shadow:0 18px 46px rgba(8,43,76,.08)}.gcl-scope-card:nth-child(2){background:#082b4c;color:#eaf3f6;border-radius:6px 28px 6px 28px}.gcl-scope-card:nth-child(2) h3{color:#fff}.gcl-scope-card li+li{margin-top:.7rem}
.gcl-related-grid a,.gcl-tool-grid a{min-height:8rem;padding:1.4rem;display:flex;align-items:flex-end;justify-content:space-between;background:linear-gradient(135deg,#fff 0%,#eaf3f6 100%);color:#082b4c;text-decoration:none;font-weight:850;border:1px solid rgba(8,43,76,.12);border-radius:26px 5px 26px 5px;transition:transform .2s ease,box-shadow .2s ease}.gcl-related-grid a:nth-child(even),.gcl-tool-grid a:nth-child(even){border-radius:5px 26px 5px 26px}.gcl-related-grid a:hover,.gcl-tool-grid a:hover{transform:translateY(-3px);box-shadow:0 22px 50px rgba(8,43,76,.12)}
.gcl-coverage-directory{display:grid;gap:1rem}.gcl-coverage-region{display:grid;grid-template-columns:minmax(180px,.35fr) 1fr;gap:2rem;padding:2rem 0;border-top:1px solid rgba(8,43,76,.13)}.gcl-coverage-links{display:flex;flex-wrap:wrap;gap:.6rem}.gcl-coverage-links a{padding:.65rem .85rem;background:#fff;color:#0a507b;text-decoration:none;border:1px solid rgba(8,43,76,.11);border-radius:999px}
.gcl-contact-ledger{display:grid;border-top:1px solid rgba(255,255,255,.18)}.gcl-contact-ledger>*{display:grid;grid-template-columns:.35fr 1fr auto;gap:1rem;padding:1.2rem 0;color:inherit;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.18)}.gcl-contact-ledger span{color:#ffb07a;text-transform:uppercase;font-size:.72rem;font-weight:850;letter-spacing:.08em}.gcl-contact-ledger em{font-size:.78rem;color:#b7cbd8}
.gcl-tool-panel{position:relative;overflow:hidden;padding:clamp(1.4rem,4vw,3.5rem);background:#082b4c;color:#fff;border-radius:48px 8px 48px 8px;box-shadow:0 36px 90px rgba(8,43,76,.22)}.gcl-tool-panel::after{content:'';position:absolute;width:18rem;aspect-ratio:1;right:-7rem;bottom:-9rem;border-radius:50%;background:radial-gradient(circle,rgba(255,138,53,.36),transparent 66%);pointer-events:none}.gcl-tool-progress{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.gcl-tool-progress span{color:#ffb07a;text-transform:uppercase;font-size:.75rem;font-weight:850;letter-spacing:.08em}.gcl-tool-progress strong{max-width:65%;text-align:right}.gcl-tool-options{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.gcl-tool-options button{min-height:4.5rem;padding:1rem;text-align:left;color:#eaf3f6;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:18px 4px 18px 4px;font:inherit;font-weight:750;cursor:pointer}.gcl-tool-options button[aria-pressed="true"]{color:#082b4c;background:#ffb07a;border-color:#ffb07a}.gcl-tool-panel>p{position:relative;z-index:1;margin:1.25rem 0 0;color:#b7cbd8;font-size:.85rem}
.gcl-process-step h3{margin-top:62px;font-size:1.3rem}.gcl-price-card h3{margin-top:65px;color:#fff;font-size:1.35rem}.gcl-price-card h3+p{color:#b7ccda}
@media(max-width:760px){.gcl-scope-grid,.gcl-related-grid,.gcl-tool-grid,.gcl-tool-options{grid-template-columns:1fr}.gcl-coverage-region{grid-template-columns:1fr;gap:.5rem}.gcl-contact-ledger>*{grid-template-columns:1fr;gap:.3rem}.gcl-tool-progress{display:grid}.gcl-tool-progress strong{max-width:none;text-align:left}}

/* Readability layer: text never relies on the brightness of photography. */
.gcl-hero-note,.hero-float-card,.area-property-note,.area-trust-card,.gcl-before-after figcaption,.gcl-map-note{border:1px solid rgba(255,255,255,.42);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-shadow:none}
.gcl-hero-note,.area-property-note,.area-trust-card,.gcl-before-after figcaption{color:#fff;background:linear-gradient(145deg,rgba(6,31,54,.98),rgba(8,43,76,.94));box-shadow:0 20px 55px rgba(6,31,54,.3)}
.gcl-hero-note strong,.area-property-note span,.area-trust-card strong{color:#ffc59b}
.hero-float-card,.gcl-map-note{color:#172f42;background:rgba(255,255,255,.97);border-color:rgba(8,43,76,.18)}
.gcl-over-bright{color:#fff!important;background:linear-gradient(145deg,rgba(6,31,54,.98),rgba(8,43,76,.95))!important;border-color:rgba(255,255,255,.46)!important}
.gcl-over-bright strong,.gcl-over-bright span{color:#ffc59b!important}
.gcl-over-dark{color:#172f42!important;background:rgba(255,255,255,.97)!important;border-color:rgba(8,43,76,.18)!important}
.gcl-over-dark strong,.gcl-over-dark span{color:#8f3600!important}
.gcl-profile-section>.wp-block-group__inner-container>.gcl-eyebrow,.gcl-price-section>.wp-block-group__inner-container>.gcl-eyebrow,.gcl-profile-section .gcl-display,.gcl-price-section .gcl-display{color:#fff}
.gcl-profile-section>.wp-block-group__inner-container>.gcl-eyebrow,.gcl-price-section>.wp-block-group__inner-container>.gcl-eyebrow,.gcl-service-tile:nth-child(4n+1) .gcl-eyebrow{color:#ffc59b}
.gcl-service-tile:nth-child(4n+1) p,.gcl-service-tile:nth-child(4n+1) a{color:#fff}
.gcl-cta-panel .wp-block-button__link{box-shadow:0 8px 24px rgba(0,0,0,.22)}
.gcl-cta-panel .is-style-outline .wp-block-button__link{color:#fff!important;background:rgba(6,31,54,.72)!important;border-color:#fff!important}
.gcl-hero-block .wp-block-button__link{box-shadow:0 8px 24px rgba(8,43,76,.16)}
.gcl-hero-block .is-style-outline .wp-block-button__link{color:#082b4c!important;background:#fff!important;border-color:#58758a!important}
.gcl-tool-options button:focus-visible,.wp-block-button__link:focus-visible,.gcl-nearby-grid a:focus-visible,.gcl-related-grid a:focus-visible{outline:3px solid #ff8a35;outline-offset:3px}
.gcl-header-shell{max-width:1380px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;gap:1.25rem}.gcl-brand{display:flex;align-items:center;flex:0 0 184px;width:184px;min-height:56px}.gcl-brand img{width:184px!important;height:56px!important;max-width:none!important;object-fit:contain}.gcl-primary-nav{display:flex;align-items:center;justify-content:center;flex:1 1 auto;min-width:0}.gcl-primary-nav ul{margin:0;padding:0;list-style:none}.gcl-primary-nav .wp-block-navigation__responsive-container-open,.gcl-primary-nav .wp-block-navigation__responsive-container-close{display:none}.gcl-primary-nav .wp-block-navigation__responsive-container{position:static;display:block;width:auto}.gcl-primary-nav .wp-block-navigation__responsive-container-content,.gcl-primary-nav .wp-block-navigation__container{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap!important;gap:.25rem}.gcl-primary-nav .wp-block-navigation-submenu__toggle{display:inline-flex;align-items:center;gap:.35rem;padding:12px 7px;border:0;background:transparent;color:#082b4c;font:inherit;font-weight:800}.gcl-primary-nav .wp-block-navigation-submenu__toggle svg{width:12px;height:12px}.gcl-header-actions{display:flex;align-items:center;flex:0 0 auto}.gcl-services-menu{position:relative}.gcl-services-menu>.wp-block-navigation__submenu-container{position:absolute!important;top:100%;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.gcl-services-menu:hover>.wp-block-navigation__submenu-container,.gcl-services-menu:focus-within>.wp-block-navigation__submenu-container{visibility:visible;opacity:1;pointer-events:auto}
@media(max-width:1080px){.gcl-header-shell{width:min(100% - 28px,760px);min-height:68px;padding-inline:0}.gcl-header-actions{display:none!important}.gcl-primary-nav .wp-block-navigation__responsive-container-open{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid rgba(8,43,76,.2);border-radius:14px;background:#fff;color:#082b4c}.gcl-primary-nav .wp-block-navigation__responsive-container:not(.is-menu-open){display:none!important}.gcl-primary-nav .wp-block-navigation__responsive-container.is-menu-open{position:fixed;inset:0;z-index:100000;display:flex!important;overflow:auto;padding:5rem 1.25rem 2rem;background:#fff}.gcl-primary-nav .is-menu-open .wp-block-navigation__responsive-container-close{position:absolute;right:1.25rem;top:1.25rem;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(8,43,76,.2);border-radius:14px;background:#fff;color:#082b4c}.gcl-primary-nav .is-menu-open .wp-block-navigation__responsive-container-content,.gcl-primary-nav .is-menu-open .wp-block-navigation__container{width:100%;display:grid;align-content:start;justify-content:stretch;gap:.5rem}.gcl-primary-nav .is-menu-open .wp-block-navigation-item__content{display:flex;align-items:center;min-height:48px;padding:.7rem 0;color:#082b4c}.gcl-services-menu>.wp-block-navigation__submenu-container{position:static!important;width:100%!important;grid-template-columns:1fr!important;padding:0 0 0 1rem!important;border:0!important;box-shadow:none!important;transform:none!important}.gcl-services-menu.is-submenu-open>.wp-block-navigation__submenu-container{display:grid!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}}
@media (forced-colors:active){.gcl-hero-note,.hero-float-card,.area-property-note,.area-trust-card,.gcl-before-after figcaption,.gcl-map-note{border:2px solid CanvasText}.wp-block-button__link{border:2px solid ButtonText}}

/* Editorial scale: confident typography without poster-sized headings. */
:root{--gcl-wide:1500px}
.gcl-header-shell{max-width:1500px!important;min-height:96px;padding-inline:28px}
.gcl-primary-nav .wp-block-navigation-item__content{padding-block:18px}
.gcl-section{padding:clamp(64px,7vw,108px) clamp(20px,3vw,46px)}
.gcl-section>.wp-block-group__inner-container{width:min(1500px,100%)}
.gcl-hero-block{min-height:680px;padding:76px clamp(20px,3vw,46px)}
.gcl-hero-grid{width:min(1500px,100%);max-width:1500px!important;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:clamp(48px,5vw,84px)}
.gcl-hero-copy{max-width:700px}
.gcl-hero-copy h1,.hero-editorial h1,.service-hero h1,.area-hero h1,.service-area-hero h1{font-size:clamp(3.2rem,4.8vw,5.35rem);line-height:.96;letter-spacing:-.048em}
.gcl-hero-visual{min-height:610px}
.gcl-display,.editorial-heading h2,.profile-stage-head h2,.lens-copy h2,.proof-layout h2,.material-heading h2,.scope-theatre h2,.area-index-head h2,.area-process-head h2,.price-editorial h2,.atlas-copy h2,.local-editorial h2,.nearby-route h2,.faq-editorial h2{font-size:clamp(2.35rem,4.1vw,4.65rem);line-height:1;letter-spacing:-.045em}
.gcl-cta-panel h2{font-size:clamp(2.4rem,4.2vw,4.7rem);line-height:.98}
.gcl-opening-local>.wp-block-group__inner-container>.gcl-display,.gcl-detailed-local>.wp-block-group__inner-container>.gcl-display{max-width:1050px}
.gcl-editorial-columns,.gcl-local-fact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(22px,3vw,48px);margin-top:clamp(30px,4vw,54px)}
.gcl-editorial-item,.gcl-local-fact{padding-top:24px;border-top:1px solid rgba(8,43,76,.16)}
.gcl-editorial-item h3,.gcl-local-fact h3{font-size:clamp(1.25rem,1.8vw,1.7rem);line-height:1.16}
.gcl-editorial-item p,.gcl-local-fact p{max-width:72ch;color:#304555;font-size:1.04rem;line-height:1.76}
.gcl-service-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:44px}
.gcl-service-directory a{min-height:190px;display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr;gap:8px 16px;padding:24px;color:var(--navy);background:#fff;border:1px solid rgba(8,43,76,.13);border-radius:26px 6px 26px 6px;text-decoration:none;box-shadow:0 14px 35px rgba(8,43,76,.06);transition:transform .2s ease,box-shadow .2s ease}
.gcl-service-directory a:nth-child(3n+2){background:#eaf3f6;border-radius:6px 26px 6px 26px}.gcl-service-directory a:nth-child(3n){background:#fff2e7}
.gcl-service-directory a:hover{transform:translateY(-3px);box-shadow:0 22px 48px rgba(8,43,76,.12)}
.gcl-service-directory b{color:var(--orange-dark);font-size:.72rem}.gcl-service-directory strong{font-size:1.25rem;line-height:1.12}.gcl-service-directory span{grid-column:2;color:var(--muted);line-height:1.55}.gcl-service-directory i{grid-column:3;grid-row:1 / 3;align-self:end;color:var(--orange-dark);font-style:normal;font-size:1.35rem}
.gcl-local-grid{grid-template-columns:1fr;gap:40px}.gcl-local-sidebar{position:static;max-width:1050px}.gcl-local-copy{columns:2;column-gap:60px}.gcl-local-copy p{break-inside:avoid;font-size:1.04rem;line-height:1.76}
@media(max-width:1080px){.gcl-header-shell{min-height:74px;padding-inline:0}.gcl-hero-grid{grid-template-columns:1fr}.gcl-hero-copy{max-width:820px}.gcl-service-directory{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:782px){.gcl-section{padding:58px 16px}.gcl-hero-block{padding:54px 16px}.gcl-hero-copy h1,.hero-editorial h1,.service-hero h1,.area-hero h1,.service-area-hero h1{font-size:clamp(2.5rem,11vw,3.7rem);line-height:1}.gcl-display,.editorial-heading h2,.profile-stage-head h2,.lens-copy h2,.proof-layout h2,.material-heading h2,.scope-theatre h2,.area-index-head h2,.area-process-head h2,.price-editorial h2,.atlas-copy h2,.local-editorial h2,.nearby-route h2,.faq-editorial h2{font-size:clamp(2rem,9vw,3.1rem);line-height:1.02}.gcl-hero-visual{min-height:470px}.gcl-editorial-columns,.gcl-local-fact-grid,.gcl-service-directory{grid-template-columns:1fr}.gcl-local-copy{columns:1}.gcl-cta-panel h2{font-size:clamp(2rem,9vw,3.15rem)}}

/* Content-first balance: headings introduce information instead of replacing it. */
.gcl-hero-copy h1,.hero-editorial h1,.service-hero h1,.area-hero h1,.service-area-hero h1{font-size:clamp(3rem,4.25vw,4.8rem);line-height:.98}
.gcl-display,.editorial-heading h2,.profile-stage-head h2,.lens-copy h2,.proof-layout h2,.material-heading h2,.scope-theatre h2,.area-index-head h2,.area-process-head h2,.price-editorial h2,.atlas-copy h2,.local-editorial h2,.nearby-route h2,.faq-editorial h2{max-width:1050px;font-size:clamp(2.15rem,3.25vw,3.65rem);line-height:1.06;letter-spacing:-.038em}
.gcl-cta-panel h2{font-size:clamp(2.2rem,3.35vw,3.75rem);line-height:1.04}
.gcl-section{padding-block:clamp(58px,6vw,94px)}
.gcl-deck{margin-top:16px;margin-bottom:28px}.gcl-service-grid,.gcl-profile-grid,.gcl-price-grid,.gcl-process-grid{margin-top:clamp(32px,4vw,52px)}
@media(max-width:782px){.gcl-hero-copy h1,.hero-editorial h1,.service-hero h1,.area-hero h1,.service-area-hero h1{font-size:clamp(2.35rem,10vw,3.35rem)}.gcl-display,.editorial-heading h2,.profile-stage-head h2,.lens-copy h2,.proof-layout h2,.material-heading h2,.scope-theatre h2,.area-index-head h2,.area-process-head h2,.price-editorial h2,.atlas-copy h2,.local-editorial h2,.nearby-route h2,.faq-editorial h2{font-size:clamp(1.85rem,8vw,2.75rem)}.gcl-section{padding-block:52px}}

/* Sitewide wide-flow layout: broad sections, readable one-column copy. */
:root{--gcl-wide:1680px}
.gcl-main .alignwide{width:min(1680px,calc(100% - 64px))}
.gcl-header-shell{width:min(1680px,calc(100% - 64px));max-width:1680px!important}
.gcl-section{padding-inline:0}
.gcl-section>.wp-block-group__inner-container{width:min(1680px,calc(100% - 64px));max-width:none}
.gcl-hero-block{padding-inline:32px}
.gcl-hero-grid{width:min(1680px,100%);max-width:1680px!important}
.gcl-site-footer{padding-inline:0}
.gcl-site-footer>.wp-block-group__inner-container{width:min(1680px,calc(100% - 64px));max-width:none;margin-inline:auto}
.gcl-footer-grid,.gcl-footer-base{width:100%!important;max-width:none!important}
.gcl-opening-local{padding-top:clamp(28px,3.2vw,50px);padding-bottom:clamp(52px,5.5vw,84px)}
.gcl-opening-local>.wp-block-group__inner-container,.gcl-detailed-local>.wp-block-group__inner-container{display:block}
.gcl-opening-copy,.gcl-topic-copy{max-width:1120px;margin-top:24px}
.gcl-opening-copy p,.gcl-topic-copy p{margin:0;color:#304555;font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.78}
.gcl-opening-copy p+p{margin-top:1.25em}
.gcl-detailed-local{padding-top:clamp(48px,5vw,78px);padding-bottom:clamp(48px,5vw,78px);border-top:1px solid rgba(8,43,76,.1)}
.gcl-detailed-local:nth-of-type(even){background:#f5f1ea}
.gcl-editorial-columns,.gcl-local-fact-grid{display:block;margin-top:24px}
.gcl-editorial-item,.gcl-local-fact{max-width:1120px;margin-top:24px}
.gcl-map-frame{width:100%;min-height:clamp(520px,45vw,720px)}
.gcl-service-directory,.gcl-service-grid,.gcl-profile-grid,.gcl-price-grid,.gcl-process-grid,.gcl-related-grid,.gcl-nearby-grid,.gcl-before-after{width:100%}

/* Pricing guides: service-specific, Gutenberg-editable conversion sections. */
.gcl-price-section{overflow:hidden;background:
radial-gradient(circle at 88% 10%,rgba(255,138,53,.18),transparent 28%),
linear-gradient(145deg,#061f36 0%,#082b4c 58%,#0b3b5d 100%)}
.gcl-price-section .gcl-deck{max-width:880px;color:#c7d8e2}
.gcl-price-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:clamp(30px,4vw,50px);background:transparent}
.gcl-price-card{position:relative;min-height:250px;display:flex;flex-direction:column;padding:26px;border:1px solid rgba(255,255,255,.14);border-radius:34px 7px 34px 7px;background:rgba(255,255,255,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 18px 45px rgba(1,16,29,.18);backdrop-filter:blur(8px)}
.gcl-price-card:nth-child(even){border-radius:7px 34px 7px 34px;background:rgba(18,75,113,.72)}
.gcl-price-card:nth-child(3n){background:linear-gradient(155deg,rgba(255,138,53,.15),rgba(255,255,255,.06))}
.gcl-price-card h3{margin:24px 0 0;color:#fff;font-size:clamp(1.05rem,1.25vw,1.28rem);line-height:1.22;letter-spacing:-.02em}
.gcl-price-card .gcl-eyebrow{color:#ffc59b}
.gcl-price-card .gcl-price-amount{margin:auto 0 8px;color:#fff;font-size:clamp(1.45rem,2vw,2rem);font-weight:900;line-height:1;letter-spacing:-.035em}
.gcl-price-card .gcl-price-detail{margin:0;color:#bcd0dc;font-size:.88rem;line-height:1.55}
.gcl-price-disclaimer{display:flex;flex-wrap:wrap;gap:8px 28px;margin-top:24px;padding:18px 22px;border:1px solid rgba(255,255,255,.14);border-radius:20px 5px 20px 5px;background:rgba(3,21,37,.44)}
.gcl-price-disclaimer p{margin:0;color:#d7e5ed;font-size:.86rem;line-height:1.5}
.gcl-price-disclaimer p:first-child{color:#ffc59b;font-weight:850}

/* Breadcrumbs connect the hero directly to the first useful section. */
.gcl-breadcrumb-wrap{padding:.42rem max(32px,calc((100vw - 1680px)/2));border:0;background:#fff}
.gcl-breadcrumb{min-height:28px;margin:0;font-size:.76rem}
.gcl-breadcrumb-wrap+.gcl-section{padding-top:clamp(26px,3vw,44px)}
.gcl-breadcrumb-wrap+.gcl-section>.wp-block-group__inner-container>.gcl-eyebrow:first-child{display:none}
.gcl-hero-block+.gcl-section{padding-top:clamp(38px,4vw,58px)}
@media(max-width:1080px){.gcl-main .alignwide,.gcl-header-shell,.gcl-section>.wp-block-group__inner-container,.gcl-site-footer>.wp-block-group__inner-container{width:calc(100% - 40px)}.gcl-hero-block{padding-inline:20px}.gcl-breadcrumb-wrap{padding-inline:20px}}
@media(max-width:782px){.gcl-main .alignwide,.gcl-header-shell,.gcl-section>.wp-block-group__inner-container,.gcl-site-footer>.wp-block-group__inner-container{width:calc(100% - 40px)}.gcl-section{padding-inline:0}.gcl-hero-block{padding-inline:20px}.gcl-breadcrumb-wrap{padding:.36rem 20px}.gcl-opening-local{padding-top:26px}.gcl-opening-copy,.gcl-topic-copy{margin-top:18px}.gcl-opening-copy p,.gcl-topic-copy p{font-size:1rem;line-height:1.72}.gcl-map-frame{min-height:430px}.gcl-price-grid{grid-template-columns:1fr;gap:10px}.gcl-price-card{min-height:210px;padding:22px}.gcl-price-disclaimer{display:block}.gcl-price-disclaimer p+p{margin-top:7px}}

/* Image balance: photography supports the reading flow without becoming a full-screen poster. */
.gcl-hero-block{min-height:620px;padding-block:62px}
.gcl-hero-visual{min-height:560px}
.gcl-section>.wp-block-group__inner-container>.wp-block-image{width:100%;max-height:600px;margin:clamp(30px,4vw,52px) 0 0;overflow:hidden;border-radius:52px 10px 52px 10px;box-shadow:0 24px 65px rgba(8,43,76,.14)}
.gcl-section>.wp-block-group__inner-container>.wp-block-image img{display:block;width:100%;height:clamp(360px,38vw,600px);object-fit:cover}
.gcl-profile-card .wp-block-image{aspect-ratio:4/4.45;max-height:none!important;margin:0!important;border-radius:0!important;box-shadow:none!important}
.gcl-map-frame{min-height:520px;max-height:650px}
.gcl-before-after figure{max-height:560px}
@media(max-width:1080px){.gcl-hero-block{min-height:0}.gcl-hero-visual{min-height:520px}.gcl-section>.wp-block-group__inner-container>.wp-block-image img{height:clamp(320px,52vw,520px)}}
@media(max-width:782px){.gcl-hero-block{padding-block:44px}.gcl-hero-visual{min-height:430px}.gcl-section>.wp-block-group__inner-container>.wp-block-image{max-height:430px;margin-top:28px;border-radius:38px 8px 38px 8px}.gcl-section>.wp-block-group__inner-container>.wp-block-image img{height:clamp(260px,78vw,420px)}.gcl-profile-card .wp-block-image{aspect-ratio:4/4.2}.gcl-map-frame{min-height:400px;max-height:480px}.gcl-before-after figure{max-height:430px}}

/* WordPress renders constrained block children directly; widen those children too. */
.gcl-section.is-layout-constrained>*{width:min(1680px,calc(100% - 64px));max-width:1680px!important;margin-left:auto!important;margin-right:auto!important}
.gcl-opening-local.is-layout-constrained>.gcl-opening-copy,.gcl-detailed-local.is-layout-constrained>.gcl-topic-copy{width:min(1120px,calc(100% - 64px));max-width:1120px!important;margin-left:max(32px,calc((100% - 1680px)/2))!important;margin-right:auto!important}
.gcl-section.is-layout-constrained>.wp-block-image{width:min(1680px,calc(100% - 64px));max-height:600px;margin:clamp(30px,4vw,52px) auto 0!important;overflow:hidden;border-radius:52px 10px 52px 10px;box-shadow:0 24px 65px rgba(8,43,76,.14)}
.gcl-section.is-layout-constrained>.wp-block-image img{display:block;width:100%;height:clamp(360px,38vw,600px);object-fit:cover}
.gcl-site-footer>.gcl-footer-grid,.gcl-site-footer>.gcl-footer-base{width:min(1680px,calc(100% - 64px))!important;max-width:1680px!important;margin-left:auto!important;margin-right:auto!important}
.gcl-breadcrumb-wrap.is-layout-constrained>.gcl-breadcrumb{width:min(1680px,calc(100% - 64px));max-width:1680px!important;margin-inline:auto!important}
.gcl-breadcrumb a{min-height:0!important;height:auto!important;display:inline-flex;align-items:center}
.gcl-breadcrumb-wrap+.gcl-section{padding-top:24px}
.gcl-breadcrumb-wrap+.gcl-section>.gcl-eyebrow:first-child{display:none}
@media(max-width:1080px){.gcl-section.is-layout-constrained>*{width:calc(100% - 40px)}.gcl-opening-local.is-layout-constrained>.gcl-opening-copy,.gcl-detailed-local.is-layout-constrained>.gcl-topic-copy{width:calc(100% - 40px);margin-left:20px!important}.gcl-section.is-layout-constrained>.wp-block-image,.gcl-site-footer>.gcl-footer-grid,.gcl-site-footer>.gcl-footer-base,.gcl-breadcrumb-wrap.is-layout-constrained>.gcl-breadcrumb{width:calc(100% - 40px)!important}}
@media(max-width:782px){.gcl-section.is-layout-constrained>.wp-block-image{max-height:430px;margin-top:28px!important;border-radius:38px 8px 38px 8px}.gcl-section.is-layout-constrained>.wp-block-image img{height:clamp(260px,78vw,420px)}}
