@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/inter-tight-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --navy-950: #040b14;
  --navy-900: #07111f;
  --navy-850: #0a1728;
  --navy-800: #0d1d31;
  --ink: #17202a;
  --paper: #f4f1ea;
  --white: #fffdf8;
  --muted: #aeb9c6;
  --line: rgba(255,255,255,.16);
  --brand: #020864;
  --brand-light: #7382ff;
  --display: "Inter Tight", Inter, Arial, sans-serif;
  --sans: "Manrope", Arial, sans-serif;
  --shell: min(1360px, calc(100% - 64px));
  --ease: cubic-bezier(.2,.75,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--paper); overflow-x: clip; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link { position: fixed; z-index: 1000; left: 12px; top: 12px; padding: 10px 14px; background: var(--white); color: var(--navy-950); transform: translateY(-180%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.grain { position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .14; mix-blend-mode: soft-light; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E"); }

.admin-bar .site-header { top: 32px; }
.site-header { position: fixed; top: 0; inset-inline: 0; z-index: 100; color: var(--white); transition: background .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease); background: rgba(4, 11, 20, .48); border-bottom: 1px solid rgba(255,255,255,.11); backdrop-filter: blur(18px) saturate(120%); -webkit-backdrop-filter: blur(18px) saturate(120%); }
.site-header.is-scrolled {
  background: linear-gradient(100deg, rgba(4,11,20,.67), rgba(10,23,40,.56));
  border-color: rgba(115,130,255,.26);
  box-shadow: 0 16px 40px rgba(0,0,0,.2), inset 0 1px rgba(255,255,255,.04);
  backdrop-filter: blur(22px) saturate(135%);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
}
.header-inner { width: var(--shell); margin: auto; min-height: 98px; display: grid; grid-template-columns: 238px 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; width: 238px; }
.brand img { width: 100%; max-height: 58px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(14px, 1.3vw, 22px); font-size: 1.06rem; font-weight: 600; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--brand-light); transition: right .25s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.nav-group { position: relative; }
.nav-group > summary { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 10px 0; cursor: pointer; list-style: none; }
.nav-group > summary::-webkit-details-marker { display: none; }
.nav-group > summary:focus-visible { outline: 2px solid var(--brand-light); outline-offset: 5px; }
.nav-group[open] > summary { color: var(--brand-light); }
.nav-group[open] > summary > span { transform: rotate(180deg); }
.nav-group > summary > span { color: var(--brand-light); font-size: .78rem; transform: translateY(-1px); }
.nav-submenu { position: absolute; top: calc(100% + 16px); left: 50%; width: 230px; padding: 10px; background: rgba(4,11,20,.98); border: 1px solid rgba(115,130,255,.28); box-shadow: 0 20px 48px rgba(0,0,0,.35); transform: translate(-50%,10px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s, transform .2s, visibility 0s .2s; }
.nav-submenu::before { content: ""; position: absolute; inset: -18px 0 auto; height: 18px; }
.nav-submenu--wide { width: 285px; }
.nav-group[open] .nav-submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%,0); transition-delay: 0s; }
.desktop-nav .nav-submenu a, .desktop-nav .nav-submenu .nav-pending { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; padding: 10px 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
.desktop-nav .nav-submenu a:last-child, .desktop-nav .nav-submenu .nav-pending:last-child { border-bottom: 0; }
.desktop-nav .nav-submenu a::after { display: none; }
.desktop-nav .nav-submenu a:hover, .desktop-nav .nav-submenu a:focus-visible { color: var(--brand-light); background: rgba(255,255,255,.04); }
.nav-pending { color: #9ba6b2; cursor: default; }
.nav-pending small { color: #75808c; font-size: .54rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.phone-link { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: .86rem; white-space: nowrap; }
.phone-link svg { width: 19px; height: 19px; stroke: currentColor; fill: currentColor; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.04); cursor: pointer; position: relative; }
.menu-toggle span { position: absolute; left: 13px; right: 13px; height: 1px; background: var(--white); transition: transform .25s, top .25s; }
.menu-toggle span:first-child { top: 19px; }
.menu-toggle span:last-child { top: 27px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 23px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 23px; transform: rotate(-45deg); }
.mobile-menu { display: none; }

.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 26px; border: 1px solid var(--brand); background: linear-gradient(135deg, #020864, #2535c9); color: var(--white); text-transform: uppercase; letter-spacing: .085em; font-size: .76rem; font-weight: 700; box-shadow: 0 14px 30px rgba(2,8,100,.28); transition: transform .25s var(--ease), border-color .25s, background .25s, box-shadow .25s; cursor: pointer; }
.button:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(2,8,100,.38); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--brand-light); outline-offset: 4px; }
.button-small { min-height: 52px; padding-inline: 23px; }
.button-ghost { background: rgba(4,11,20,.42); border-color: rgba(255,255,255,.55); box-shadow: none; }
.button-ghost svg { width: 19px; height: 19px; fill: currentColor; }
.button-dark { background: var(--navy-900); border-color: var(--navy-900); }
.button-disabled { cursor: default; opacity: .86; }
.button-disabled:hover { transform: none; }

.hero { position: relative; min-height: 860px; height: 100svh; max-height: 1000px; display: flex; align-items: center; color: var(--white); background: var(--navy-950); overflow: hidden; isolation: isolate; }
.hero::before, .hero::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.hero::before { opacity: .55; background: radial-gradient(circle at 76% 24%, rgba(116,135,255,.22), rgba(77,94,215,.07) 18%, transparent 38%); mix-blend-mode: screen; transform: translate3d(0,var(--hero-light-shift,0),0); animation: hero-light 10s ease-in-out infinite alternate; }
.hero::after { background: linear-gradient(90deg, rgba(2,7,14,.22), transparent 23%, transparent 78%, rgba(2,7,14,.36)), linear-gradient(0deg, rgba(2,7,14,.46), transparent 30%); }
.hero-photo { position: absolute; z-index: 0; inset: -1.5%; overflow: hidden; transform: scale(1.04); animation: hero-in 13s var(--ease) both; will-change: transform; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 62% calc(50% + var(--hero-shift, 0px)); }
.hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(4,11,20,.98) 0%, rgba(4,11,20,.87) 29%, rgba(4,11,20,.42) 56%, rgba(4,11,20,.18) 100%), linear-gradient(0deg, rgba(4,11,20,.74), transparent 55%); }
.hero-grid { position: absolute; z-index: 1; inset: -12px 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(90deg,#000 0%,transparent 70%); transform: translate3d(0,var(--hero-grid-shift,0),0); will-change: transform; }
.engineering-trace { position: absolute; z-index: 1; inset: -12px 0; width: 100%; height: calc(100% + 24px); color: var(--brand-light); pointer-events: none; filter: drop-shadow(0 0 7px rgba(115,130,255,.30)); transform: translate3d(0,var(--hero-trace-shift,0),0); will-change: transform; }
.engineering-trace path { stroke-width: 1.4; vector-effect: non-scaling-stroke; stroke-dasharray: 3400; stroke-dashoffset: 3400; animation: draw-line 2.4s .55s var(--ease) forwards; }
.engineering-trace .trace-secondary { opacity: .38; animation-delay: .85s; }
.engineering-trace .trace-sweep { color: #bec5ff; stroke-width: 2.2; stroke-dasharray: 120 3280; opacity: 0; filter: drop-shadow(0 0 8px rgba(190,197,255,.9)); animation: inspection-sweep 1.8s 2.7s var(--ease) both; }
.hero-content { position: relative; z-index: 2; padding-top: 16px; }
.eyebrow { margin: 0 0 24px; color: var(--brand-light); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-dark { color: #020864; }
.hero h1 { max-width: 960px; margin: 0; font-family: var(--display); font-size: clamp(3.5rem, 6.3vw, 6.6rem); font-weight: 600; line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.hero-title-line { display: block; overflow: clip; padding-bottom: .07em; margin-bottom: -.07em; }
.hero-title-line > span { display: block; opacity: 0; transform: translateY(112%); animation: hero-title-line .9s .12s var(--ease) both; }
.hero-title-line:nth-child(2) > span { animation-delay: .24s; }
.hero-intro { max-width: 700px; margin: 26px 0 0; color: #d5dbe1; font-size: clamp(1.15rem, 1.55vw, 1.4rem); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; }

.proof-strip { position: relative; z-index: 4; background: var(--paper); }
.proof-grid { min-height: 122px; display: grid; grid-template-columns: repeat(4,1fr); align-items: stretch; background: linear-gradient(110deg,#fff 0%,#fbfaf8 100%); border-top: 2px solid var(--brand); box-shadow: 0 24px 54px rgba(20,26,33,.16); transform: translateY(-34px); margin-bottom: -34px; }
.proof-item { position: relative; min-width: 0; min-height: 122px; display: grid; grid-template-columns: 3px minmax(0,1fr) auto; align-items: center; gap: 16px; padding: 25px 29px; border-right: 1px solid #d6d1c9; text-align: left; }
.proof-item::before { content: ""; width: 3px; height: 32px; background: linear-gradient(180deg,var(--brand) 0%,#4650e8 100%); }
.proof-item:last-child { border-right: 0; }
.proof-copy { min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.proof-copy strong { font-family: var(--display); font-size: clamp(.98rem,1.22vw,1.16rem); font-weight: 650; line-height: 1.16; letter-spacing: -.02em; }
.proof-copy small { color: #737c85; font-size: .58rem; font-weight: 700; line-height: 1.35; letter-spacing: .09em; text-transform: uppercase; }
.proof-arrow { align-self: start; color: var(--brand); font-size: .95rem; transition: transform .25s var(--ease); }
a.proof-item { transition: color .25s, background .25s; }
a.proof-item:hover, a.proof-item:focus-visible { color: var(--brand); background: #f4f4ff; }
a.proof-item:hover .proof-arrow { transform: translate(3px,-3px); }

.section { padding: 128px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .7fr; gap: 80px; align-items: end; margin-bottom: 62px; }
.section-heading h2, .process h2, .project-panel h2, .about h2, .faq-intro h2, .enquiry h2 { font-family: var(--display); font-size: clamp(2.8rem, 4.55vw, 4.8rem); line-height: 1.02; letter-spacing: -.04em; font-weight: 600; margin: 0; }
.section-heading > p { max-width: 520px; color: #5a6470; line-height: 1.8; margin: 0 0 8px; }

.services { position: relative; background: var(--paper); overflow: hidden; }
.home .services::before { content: ""; position: absolute; top: 92px; right: 0; width: min(42vw,600px); height: 310px; opacity: .72; pointer-events: none; background-image: linear-gradient(rgba(2,8,100,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(2,8,100,.065) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg,transparent 0%,#000 48%,#000 100%); }
.home .services::after { content: ""; position: absolute; top: 144px; right: clamp(22px,5vw,78px); width: min(25vw,340px); height: 156px; border-top: 1px solid rgba(2,8,100,.16); border-right: 1px solid rgba(2,8,100,.16); pointer-events: none; }
.home .services > .shell { position: relative; z-index: 1; }
.service-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.service-card { position: relative; min-height: 480px; overflow: hidden; color: var(--white); background: var(--navy-900); }
.home .service-card::after { content: ""; position: absolute; z-index: 2; top: 20px; right: 20px; width: 58px; height: 58px; border-top: 1px solid rgba(255,255,255,.62); border-right: 1px solid rgba(255,255,255,.62); opacity: .72; pointer-events: none; transition: width .45s var(--ease),height .45s var(--ease),border-color .45s var(--ease); }
.home .service-card:hover::after,.home .service-card:focus-visible::after { width: 76px; height: 76px; border-color: var(--brand-light); }
.service-card-large { grid-row: span 2; min-height: 978px; }
.service-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .8s var(--ease), filter .8s var(--ease); }
.service-card:hover img { transform: scale(1.045); filter: saturate(.8) contrast(1.05); }
.card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,11,20,.96), rgba(4,11,20,.08) 70%); }
.service-content { position: absolute; z-index: 2; left: 42px; right: 42px; bottom: 40px; }
.service-number { display: inline-block; margin-bottom: 16px; color: var(--brand-light); font-size: .68rem; letter-spacing: .18em; }
.service-card h3 { margin: 0; font-family: var(--display); font-size: clamp(2rem,3vw,3.2rem); line-height: 1.05; font-weight: 600; letter-spacing: -.035em; }
.service-card p { max-width: 560px; margin: 16px 0 24px; color: #cdd4dc; line-height: 1.65; font-size: .92rem; }
.text-link { display: inline-flex; gap: 14px; align-items: center; color: var(--brand-light); text-transform: uppercase; letter-spacing: .1em; font-size: .67rem; font-weight: 700; }

.process { color: var(--white); background-color: var(--navy-900); background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 70px 70px; }
.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; }
.process-copy { position: sticky; top: 140px; align-self: start; }
.process-copy > p:not(.eyebrow) { max-width: 520px; margin: 30px 0; color: #aeb9c6; line-height: 1.8; }
.process-steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.process-steps > li > span { color: var(--brand-light); font-size: .72rem; letter-spacing: .16em; }
.home .process-steps { position: relative; border-top: 0; }
.home .process-steps::before { content: ""; position: absolute; top: 24px; bottom: 24px; left: 23px; width: 1px; background: linear-gradient(180deg,transparent 0%,rgba(100,111,255,.72) 12%,rgba(100,111,255,.28) 88%,transparent 100%); }
.home .process-steps li { position: relative; grid-template-columns: 48px 1fr; gap: 30px; padding: 26px 20px 26px 0; transition: background .3s var(--ease); }
.home .process-steps > li > span { position: relative; z-index: 1; width: 48px; height: 48px; display: grid; place-items: center; color: #c8ceff; background: var(--navy-900); border: 1px solid rgba(124,134,255,.48); border-radius: 50%; letter-spacing: .08em; }
.home .process-steps li > div { align-self: center; transition: transform .35s var(--ease); }
.home .process-steps li:hover { background: linear-gradient(90deg,rgba(80,92,238,.08),transparent 78%); }
.home .process-steps li:hover > div { transform: translateX(7px); }
.process-steps h3 { margin: 0 0 9px; font-family: var(--display); font-size: 1.7rem; font-weight: 600; letter-spacing: -.025em; }
.process-steps p { margin: 0; color: var(--muted); line-height: 1.65; }

.featured-project { background: var(--white); }
.project-label { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #cfc9bf; color: #68717a; text-transform: uppercase; font-size: .66rem; letter-spacing: .14em; }
.project-stage { position: relative; display: grid; grid-template-columns: 1.35fr .65fr; min-height: 660px; margin-top: 26px; background: var(--navy-900); color: var(--white); overflow: hidden; }
.project-media { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(150px, .7fr); grid-template-rows: repeat(3, 1fr); gap: 4px; min-width: 0; background: var(--navy-900); }
.project-media img { width: 100%; height: 100%; min-height: 0; object-fit: cover; transition: filter .45s var(--ease), transform .7s var(--ease); }
.project-media img:first-child { grid-row: 1 / -1; }
.project-media:hover img:not(:hover) { filter: brightness(.72) saturate(.72); }
.project-media img:hover { transform: scale(1.015); }
.project-panel { padding: 72px 54px 50px; display: flex; flex-direction: column; justify-content: center; }
.project-panel h2 { font-size: clamp(2.6rem, 4vw, 4.2rem); }
.project-panel > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.project-panel dl { margin: 25px 0 32px; border-top: 1px solid var(--line); }
.project-panel dl div { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.project-panel dt { color: var(--brand-light); text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; }
.project-panel dd { margin: 0; font-size: .8rem; }
.project-mark { position: absolute; inset: 20px; width: calc(100% - 40px); height: calc(100% - 40px); color: var(--brand-light); pointer-events: none; }
.project-mark path { vector-effect: non-scaling-stroke; }

.about { background: var(--paper); }
.about-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.about-image { position: relative; }
.about-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.8); }
.about-image::before { content: ""; position: absolute; z-index: 2; inset: 22px -22px -22px 22px; border: 1px solid var(--brand); pointer-events: none; }
.about-image span { position: absolute; z-index: 3; left: -24px; bottom: 64px; padding: 14px 18px; background: var(--navy-900); color: var(--white); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.about-lead { margin: 32px 0; color: #4f5a65; font-size: 1.08rem; line-height: 1.8; }
.tick-list { list-style: none; margin: 0; padding: 0; }
.tick-list li { padding: 17px 0 17px 34px; position: relative; border-top: 1px solid #d4cec4; }
.tick-list li:last-child { border-bottom: 1px solid #d4cec4; }
.tick-list li::before { content: "↗"; position: absolute; left: 2px; color: var(--brand); }

.credentials { position: relative; padding: 96px 0; color: var(--white); background: var(--navy-900); overflow: hidden; }
.credentials::before { content: ""; position: absolute; inset: 0; opacity: .42; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg,#000,transparent 60%); }
.credentials-layout { position: relative; display: grid; grid-template-columns: minmax(330px,.7fr) 1.3fr; gap: clamp(48px,6vw,86px); align-items: center; }
.credentials-heading h2 { max-width: 470px; margin: 0; font-family: var(--display); font-size: clamp(2.7rem,4.2vw,4.45rem); font-weight: 600; line-height: 1.01; letter-spacing: -.045em; }
.credentials-heading > p:last-child { max-width: 390px; margin: 25px 0 0; color: var(--muted); line-height: 1.7; }
.credentials-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; overflow: hidden; background: linear-gradient(110deg,#fff 0%,#f7f5f1 100%); border-top: 2px solid #5963eb; box-shadow: 0 22px 50px rgba(0,0,0,.16); }
.credential-card { position: relative; min-width: 0; min-height: 224px; display: grid; grid-template-rows: 1fr auto; align-items: center; justify-items: center; gap: 20px; padding: 38px 20px 25px; color: var(--ink); background: transparent; border-right: 1px solid #d8d4cd; }
.credential-card:last-child { border-right: 0; }
.credential-card img { width: 100%; max-width: 158px; height: 86px; object-fit: contain; }
.credential-name { color: #626a73; font-size: .59rem; font-weight: 700; letter-spacing: .12em; text-align: center; text-transform: uppercase; }

.review-section { position: relative; overflow: hidden; background: #e6e8f7; }
.review-section::before { content: ""; position: absolute; inset: 0 0 auto 42%; height: 100%; opacity: .55; pointer-events: none; background-image: linear-gradient(rgba(2,8,100,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(2,8,100,.055) 1px,transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg,transparent,#000 42%,#000); }
.review-section > .shell { position: relative; }
.review-layout { display: grid; grid-template-columns: .42fr 1.2fr; gap: 110px; align-items: center; }
.review-score { display: flex; flex-direction: column; align-items: flex-start; }
.score { font-family: var(--display); font-size: 6rem; line-height: 1; font-weight: 600; letter-spacing: -.06em; }
.stars { color: var(--brand); letter-spacing: .2em; margin: 14px 0; }
.review-score > span:last-of-type { color: #4d526e; font-size: .74rem; text-transform: uppercase; letter-spacing: .11em; }
.review-source-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; color: var(--brand); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.review-quote { position: relative; margin: 0; padding-left: clamp(38px,5vw,72px); border-left: 1px solid rgba(2,8,100,.24); }
.review-mark { position: absolute; top: -46px; left: 24px; color: rgba(2,8,100,.1); font-family: var(--display); font-size: 10rem; font-weight: 600; line-height: 1; pointer-events: none; }
.review-quote p { position: relative; margin: 0; font-family: var(--display); font-size: clamp(2.6rem,4.35vw,4.8rem); font-weight: 600; line-height: 1.06; letter-spacing: -.03em; }
.review-quote footer,.review-card footer { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 18px; margin-top: 30px; color: #555b74; }
.review-quote footer strong,.review-card footer strong { color: var(--ink); font-size: .82rem; }
.review-quote footer span,.review-card footer span { font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.review-supporting { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 78px; border-top: 1px solid rgba(2,8,100,.2); border-bottom: 1px solid rgba(2,8,100,.2); }
.review-card { min-width: 0; margin: 0; padding: 34px 44px 38px 0; }
.review-card + .review-card { padding-inline: 44px 0; border-left: 1px solid rgba(2,8,100,.2); }
.review-card p { max-width: 570px; margin: 0; font-family: var(--display); font-size: clamp(1.25rem,1.65vw,1.65rem); font-weight: 600; line-height: 1.35; letter-spacing: -.025em; }
.review-card footer { margin-top: 22px; }

.faq-preview { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.faq-intro { align-self: start; position: sticky; top: 130px; }
.faq-intro p:not(.eyebrow) { color: #5c6772; line-height: 1.75; margin: 28px 0; }
.faq-list { border-top: 1px solid #cfc9bf; }
.faq-list details { border-bottom: 1px solid #cfc9bf; }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 27px 4px; font-family: var(--display); font-size: 1.32rem; font-weight: 600; letter-spacing: -.025em; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--sans); color: var(--brand); transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -4px 0 28px; color: #5c6772; line-height: 1.75; }
.faq-list details p + p { margin-top: -12px; }
.faq-list details ul { max-width: 680px; margin: -12px 0 28px; padding-left: 1.25rem; color: #5c6772; line-height: 1.7; }
.faq-list details li { margin-bottom: .45rem; padding-left: .25rem; }
.faq-list details a { color: var(--brand); text-decoration: underline; text-underline-offset: .18em; }

.enquiry { position: relative; padding: 130px 0; background: var(--navy-950); color: var(--white); overflow: hidden; }
.enquiry-photo { position: absolute; inset: 0; overflow: hidden; opacity: .72; }
.enquiry-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,11,20,.97) 0%, rgba(4,11,20,.87) 48%, rgba(4,11,20,.63)); }
.enquiry-photo img { width: 100%; height: 100%; object-fit: cover; }
.enquiry-layout { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.enquiry-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.enquiry-contact { display: flex; flex-direction: column; gap: 12px; margin-top: 34px; color: var(--brand-light); font-weight: 600; }
.concept-form { padding: 38px; background: rgba(9,22,37,.78); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(16px); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.concept-form label { display: block; margin-bottom: 20px; }
.concept-form label > span { display: block; margin-bottom: 8px; color: #b9c2cc; font-size: .69rem; letter-spacing: .1em; text-transform: uppercase; }
.concept-form input, .concept-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); color: var(--white); padding: 15px 16px; outline: none; border-radius: 0; }
.concept-form input::placeholder, .concept-form textarea::placeholder { color: #7f8a96; }
.concept-form input:focus, .concept-form textarea:focus { border-color: var(--brand-light); }
.upload-concept { display: flex; align-items: center; gap: 16px; min-height: 84px; padding: 18px; margin-bottom: 22px; border: 1px dashed rgba(255,255,255,.28); color: #d5dbe1; }
.upload-concept > span { font-size: 1.6rem; color: var(--brand-light); }
.upload-concept small { display: block; margin-top: 4px; color: #7f8a96; }
.form-submit { width: 100%; border: 0; }
.form-status { min-height: 20px; margin: 14px 0 0; color: var(--brand-light); font-size: .76rem; }

.site-footer { padding: 70px 0 28px; background: var(--navy-900); color: var(--white); }
.footer-top { display: grid; grid-template-columns: minmax(220px, .65fr) 2fr; gap: clamp(56px, 8vw, 130px); align-items: start; padding-bottom: 54px; border-bottom: 1px solid var(--line); }
.footer-brand { width: 230px; }
.footer-intro p { max-width: 270px; margin: 24px 0 0; color: var(--muted); line-height: 1.7; }
.footer-directory { display: grid; grid-template-columns: 1fr 1.45fr 1.35fr .9fr; gap: 36px; }
.footer-group { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-group h2 { margin: 0 0 8px; color: var(--brand-light); font-family: var(--sans); font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-group a { color: #cad1d8; font-size: .77rem; line-height: 1.45; }
.footer-group a:hover, .footer-group a:focus-visible { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; color: #718090; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.hero .reveal { animation: reveal-up .8s var(--ease) both; }
.hero .hero-intro { animation-delay: .46s; }
.hero .hero-actions { animation-delay: .58s; }

@keyframes hero-in {
  0% { opacity: .35; transform: scale(1.08); }
  10% { opacity: 1; transform: scale(1.04); }
  100% { opacity: 1; transform: scale(1.06); }
}
@keyframes hero-light { from { opacity: .42; transform: translate3d(0,var(--hero-light-shift,0),0) scale(.98); } to { opacity: .62; transform: translate3d(0,var(--hero-light-shift,0),0) scale(1.025); } }
@keyframes draw-line { to { stroke-dashoffset: 0; } }
@keyframes inspection-sweep {
  0% { opacity: 0; stroke-dashoffset: 3400; }
  14% { opacity: .95; }
  78% { opacity: .72; }
  100% { opacity: 0; stroke-dashoffset: 0; }
}
@keyframes hero-title-line { to { opacity: 1; transform: translateY(0); } }
@keyframes reveal-up { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 42px, 1120px); }
  .header-inner { grid-template-columns: 220px 1fr auto; }
  .brand { width: 205px; }
  .desktop-nav { gap: 16px; }
  .phone-link span { display: none; }
  .process-layout, .faq-layout, .enquiry-layout { gap: 70px; }
  .project-stage { grid-template-columns: 1.1fr .9fr; }
}

@media (min-width: 901px) and (max-width: 1320px) {
  .header-inner { grid-template-columns: 205px 1fr auto; gap: 18px; }
  .brand { width: 205px; }
  .header-actions > .button { display: none; }
  .phone-link span { display: none; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 38px, 760px); }
  .grain { display: none; }
  .site-header, .site-header.is-scrolled { background: rgba(4,11,20,.94); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .header-inner { min-height: 78px; grid-template-columns: 1fr auto; }
  .brand { width: 190px; }
  .desktop-nav, .phone-link, .header-actions > .button { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { display: flex; position: absolute; top: 100%; inset-inline: 0; height: calc(100vh - 78px); height: calc(100dvh - 78px); flex-direction: column; padding: 22px 22px 34px; overflow-y: auto; background: rgba(4,11,20,.98); border-top: 1px solid var(--line); transform: translateY(-130%); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .35s var(--ease), opacity .35s, visibility 0s .35s; }
  .mobile-menu.open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .mobile-menu a { padding: 13px 4px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.5rem; font-weight: 600; letter-spacing: -.025em; }
  .mobile-menu__heading { margin-top: 18px; padding: 8px 4px 6px; color: var(--brand-light); font-size: .66rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
  .mobile-menu__child { min-height: 44px; margin-left: 14px; font-size: 1rem !important; }
  .mobile-menu .nav-pending { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 4px; border-bottom: 1px solid var(--line); }
  .hero { min-height: 700px; height: auto; max-height: none; align-items: center; padding: 150px 0 110px; }
  .hero-photo img { object-position: 62% center; }
  .hero-photo, .hero-grid, .engineering-trace { will-change: auto; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,11,20,.98) 0%, rgba(4,11,20,.77) 64%, rgba(4,11,20,.32)); }
  .hero::before { opacity: .28; animation: none; }
  .hero::after { background: linear-gradient(0deg, rgba(2,7,14,.43), transparent 31%); }
  .engineering-trace { width: 160%; left: -28%; opacity: .7; }
  .hero-content { padding-top: 0; }
  .hero h1 { font-size: clamp(3.1rem, 10vw, 5.6rem); }
  .hero-intro { max-width: 600px; }
  .home .services::before { top: 74px; width: 68vw; height: 270px; opacity: .55; }
  .home .services::after { top: 126px; width: 38vw; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid { transform: none; margin-bottom: 0; box-shadow: 0 18px 40px rgba(20,26,33,.1); }
  .proof-item { min-height: 98px; border-bottom: 1px solid #d6d1c9; }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(n+3) { border-bottom: 0; }
  .section { padding: 92px 0; }
  .section-heading, .process-layout, .project-stage, .about-layout, .review-layout, .faq-layout, .enquiry-layout { grid-template-columns: 1fr; }
  .credentials-layout { grid-template-columns: 1fr; gap: 48px; }
  .section-heading, .process-layout, .about-layout, .review-layout, .faq-layout, .enquiry-layout { gap: 50px; }
  .service-card-large { min-height: 670px; }
  .process-copy, .faq-intro { position: static; }
  .project-stage { min-height: auto; }
  .project-media { min-height: 540px; }
  .project-panel { padding: 54px 38px; }
  .about-image { max-width: 620px; }
  .review-score { flex-direction: row; gap: 20px; align-items: center; flex-wrap: wrap; }
  .review-score .eyebrow,.review-source-link { flex-basis: 100%; }
  .score { font-size: 4.5rem; }
  .review-quote p { font-size: clamp(2.2rem,7vw,3.5rem); }
  .footer-top { grid-template-columns: 1fr; }
  .footer-directory { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 34px); }
  body { padding-bottom: 62px; }
  .brand { width: 165px; }
  .hero { min-height: 680px; max-height: none; padding: 132px 0 86px; }
  .hero h1 { font-size: clamp(2.85rem, 13vw, 4.3rem); line-height: 1; }
  .hero-intro { font-size: 1.12rem; line-height: 1.5; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; min-height: 58px; padding-inline: 18px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item { min-height: 108px; grid-template-columns: 2px minmax(0,1fr); gap: 11px; padding: 17px 14px; }
  .proof-item::before { width: 2px; height: 26px; }
  .proof-arrow { display: none; }
  .proof-copy { gap: 5px; }
  .proof-copy strong { font-size: .9rem; }
  .proof-copy small { font-size: .5rem; letter-spacing: .06em; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .process h2, .about h2, .faq-intro h2, .enquiry h2 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
  .section-heading > p { font-size: .92rem; }
  .home .services::before { top: 46px; width: 82vw; height: 230px; background-size: 42px 42px; opacity: .42; }
  .home .services::after { top: 88px; right: 17px; width: 42vw; height: 110px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card-large { min-height: 520px; grid-row: auto; }
  .home .service-card::after { top: 16px; right: 16px; width: 44px; height: 44px; }
  .service-content { left: 24px; right: 24px; bottom: 26px; }
  .service-card h3 { font-size: 2.3rem; }
  .process-steps li { grid-template-columns: 48px 1fr; gap: 14px; }
  .home .process-steps::before { left: 18px; }
  .home .process-steps li { grid-template-columns: 38px 1fr; gap: 16px; padding: 24px 0; }
  .home .process-steps > li > span { width: 38px; height: 38px; font-size: .62rem; }
  .process-steps h3 { font-size: 1.45rem; }
  .project-label { align-items: flex-start; gap: 20px; }
  .project-label span:last-child { text-align: right; }
  .project-media { min-height: 420px; grid-template-columns: 1.4fr .8fr; }
  .project-panel { padding: 42px 24px; }
  .project-panel h2 { font-size: 2.65rem; }
  .project-panel dl div { grid-template-columns: 78px 1fr; }
  .about-layout { gap: 58px; }
  .credentials { padding: 76px 0; }
  .credentials-grid { grid-template-columns: repeat(2,1fr); gap: 0; }
  .credential-card { min-height: 150px; padding: 28px 15px 18px; }
  .credential-card:nth-child(2) { border-right: 0; }
  .credential-card:nth-child(-n+2) { border-bottom: 1px solid #d8d4cd; }
  .credential-card img { height: 64px; max-width: 145px; }
  .credential-name { font-size: .52rem; letter-spacing: .08em; }
  .about-image::before { inset: 12px -10px -12px 10px; }
  .about-image span { left: -7px; }
  .review-layout { gap: 38px; }
  .review-quote { padding: 38px 0 0; border-left: 0; border-top: 1px solid rgba(2,8,100,.24); }
  .review-mark { top: -23px; left: auto; right: 4px; font-size: 7rem; }
  .review-quote p { font-size: 2.4rem; }
  .review-supporting { grid-template-columns: 1fr; margin-top: 50px; }
  .review-card { padding: 27px 0 30px; }
  .review-card + .review-card { padding: 27px 0 30px; border-left: 0; border-top: 1px solid rgba(2,8,100,.2); }
  .review-card p { font-size: 1.22rem; }
  .faq-list summary { font-size: 1.22rem; padding-block: 23px; }
  .enquiry { padding: 86px 0; }
  .concept-form { padding: 25px 18px; margin-inline: -4px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-top { gap: 28px; }
  .footer-directory { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .mobile-cta { position: fixed; z-index: 95; inset: auto 0 0; height: 62px; display: grid; grid-template-columns: .8fr 1.2fr; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.17); opacity: 0; visibility: hidden; transform: translateY(100%); pointer-events: none; transition: opacity .25s var(--ease), transform .25s var(--ease), visibility 0s .25s; }
  .mobile-cta.is-visible { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; transition-delay: 0s; }
  body.menu-open .mobile-cta { opacity: 0; visibility: hidden; transform: translateY(100%); pointer-events: none; }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; color: var(--white); text-transform: uppercase; letter-spacing: .1em; font-size: .69rem; font-weight: 700; }
  .mobile-cta a:last-child { background: var(--brand); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-photo { transform: none; }
  .hero::before, .hero-grid, .engineering-trace { transform: none; }
}

/* Inner-page system */
.inner-hero { position: relative; min-height: 520px; display: flex; align-items: flex-end; padding: 190px 0 86px; overflow: hidden; color: var(--white); background-image: linear-gradient(120deg, rgba(4,11,20,.98), rgba(2,8,100,.74)), var(--sp-inner-hero-image); background-position: center, center calc(50% + var(--page-hero-shift, 0px)); background-size: auto, cover; }
.inner-hero__grid { position: absolute; inset: -10px 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 80px 80px; transform: translate3d(0,var(--page-hero-grid-shift,0),0); will-change: transform; }
.inner-hero__content { position: relative; }
.inner-hero h1 { max-width: 1000px; margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 6.2vw, 6.7rem); font-weight: 600; line-height: .98; letter-spacing: -.05em; text-wrap: balance; }
.inner-hero__intro { max-width: 730px; margin: 28px 0 0; color: #d7dce5; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.65; }
.content-section { padding: 110px 0 130px; background: var(--paper); }
.content-layout, .article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: clamp(60px, 8vw, 120px); align-items: start; }
.prose { max-width: 820px; font-size: 1.02rem; line-height: 1.82; }
.prose > *:first-child { margin-top: 0; }
.prose h2, .prose h3 { margin: 2.4em 0 .7em; font-family: var(--display); font-weight: 600; line-height: 1.08; letter-spacing: -.035em; }
.prose h2 { font-size: clamp(2.1rem, 4vw, 3.7rem); }
.prose h3 { font-size: clamp(1.55rem, 2.5vw, 2.25rem); }
.prose p { color: #4f5a65; }
.prose ul, .prose ol { padding-left: 1.3rem; color: #4f5a65; }
.prose li { margin-bottom: .65rem; padding-left: .35rem; }
.prose a { color: var(--brand); text-decoration: underline; text-underline-offset: .18em; }
.prose--dark, .prose--dark p { color: var(--muted); }
.hub-intro { margin-bottom: 54px; }
.contact-rail { position: sticky; top: 116px; padding: 34px; color: var(--white); background: var(--navy-900); border-top: 3px solid var(--brand-light); }
.contact-rail h2 { margin: 0 0 28px; font-family: var(--display); font-size: 2rem; line-height: 1.08; letter-spacing: -.035em; }
.contact-rail .button { width: 100%; }
.contact-rail__phone { display: block; margin-top: 22px; color: var(--brand-light); font-weight: 700; text-align: center; }
.legal-page__section { background: linear-gradient(180deg, #f3f0ea 0, var(--paper) 280px); }
.legal-document { position: relative; max-width: 860px; padding: clamp(32px, 5vw, 68px); background: #fff; border-top: 4px solid var(--brand); box-shadow: 0 24px 70px rgba(4, 11, 20, .09); }
.legal-document::before { content: ""; position: absolute; top: 20px; right: 20px; width: 64px; height: 64px; border-top: 1px solid rgba(2, 8, 100, .22); border-right: 1px solid rgba(2, 8, 100, .22); pointer-events: none; }
.legal-document .legal-document__date { display: inline-flex; gap: .35em; margin: 0 0 32px; padding: 9px 13px; color: var(--navy-900); background: rgba(2, 8, 100, .07); border-left: 3px solid var(--brand); font-size: .84rem; line-height: 1.35; }
.legal-document > h2 { position: relative; margin-top: 2.6em; padding: 0 0 .62em 22px; font-size: clamp(1.55rem, 2.3vw, 2.15rem); border-bottom: 1px solid #dcd7cf; }
.legal-document > h2::before { content: ""; position: absolute; left: 0; top: .12em; width: 7px; height: .78em; background: var(--brand); }
.legal-document > ul { margin: 1.35rem 0 1.8rem; padding: 1.25rem 1.4rem 1.25rem 2.9rem; background: #f5f6fa; border-left: 2px solid rgba(2, 8, 100, .28); }
.legal-document > ul li { margin: .35rem 0; padding-left: .2rem; }
.legal-document > ul li::marker { color: var(--brand); }
.legal-document__contact { margin-top: 1.35rem; padding: 22px 24px; color: #39434d; background: #f5f6fa; border-left: 3px solid var(--brand); font-style: normal; line-height: 1.8; }
.legal-page__rail p:not(.eyebrow) { margin: -10px 0 28px; color: #cdd4dc; line-height: 1.65; }
.service-grid--hub { grid-template-columns: repeat(3, 1fr); }
.service-grid--hub .service-card { min-height: 590px; }
.service-card__title { display: block; font-family: var(--display); font-size: clamp(2rem, 3vw, 3rem); line-height: 1.05; font-weight: 600; letter-spacing: -.035em; }
.service-card__summary { display: block; max-width: 560px; margin: 16px 0 24px; color: #cdd4dc; line-height: 1.65; font-size: .92rem; }
.services-hub__heading { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(50px, 8vw, 120px); align-items: end; margin-bottom: 58px; }
.services-hub__heading h2, .related-services h2, .service-process h2 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 4.6vw, 4.8rem); font-weight: 600; line-height: 1.01; letter-spacing: -.045em; }
.services-hub__heading .hub-intro { margin: 0; }
.services-hub__heading .hub-intro p { margin-bottom: 0; font-size: 1.08rem; }
.services-page .services-hub { position: relative; padding-bottom: 88px; }
.services-hub__proof { display: flex; align-items: center; gap: 18px; margin: 0 0 30px; padding: 16px 0; color: #555f69; border-top: 1px solid #cfc9bf; border-bottom: 1px solid #cfc9bf; font-size: .78rem; line-height: 1.55; }
.services-hub__proof span { flex: 0 0 auto; color: var(--brand); font-size: 1.1rem; }
.services-page .service-grid--hub { position: relative; z-index: 2; isolation: isolate; }
.services-page .service-grid--hub::before { content: ""; position: absolute; z-index: -1; top: -17px; left: 18px; right: 18px; height: 36px; border-top: 1px solid rgba(2,8,100,.32); border-right: 1px solid rgba(2,8,100,.32); pointer-events: none; }
.services-page .service-grid--hub > .service-card::before { content: ""; position: absolute; z-index: 3; top: 18px; right: 18px; width: 52px; height: 52px; border-top: 1px solid rgba(255,255,255,.65); border-right: 1px solid rgba(255,255,255,.65); transition: width .4s var(--ease), height .4s var(--ease), border-color .4s var(--ease); pointer-events: none; }
.services-page .service-grid--hub > .service-card::after { content: ""; position: absolute; z-index: 3; inset: 0 auto 0 0; width: 3px; background: var(--brand-light); transform: scaleY(0); transform-origin: bottom; transition: transform .4s var(--ease); pointer-events: none; }
.services-page .service-grid--hub > .service-card:hover::before, .services-page .service-grid--hub > .service-card:focus-visible::before { width: 70px; height: 70px; border-color: var(--brand-light); }
.services-page .service-grid--hub > .service-card:hover::after, .services-page .service-grid--hub > .service-card:focus-visible::after { transform: scaleY(1); }
.services-page .service-grid--hub > .service-card:focus-visible img { transform: scale(1.045); filter: saturate(.8) contrast(1.05); }
.services-page .service-number { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 22px; color: #dce0ff; border: 1px solid rgba(115,130,255,.68); background: rgba(4,11,20,.52); backdrop-filter: blur(10px); letter-spacing: .1em; }
.services-page .service-process { padding-top: 120px; }

.service-hero { position: relative; min-height: 710px; display: flex; align-items: flex-end; padding: 190px 0 90px; overflow: hidden; color: var(--white); background: var(--navy-950); }
.service-hero::before { content: ""; position: absolute; inset: -1.5%; background-image: linear-gradient(90deg, rgba(4,11,20,.98) 0%, rgba(4,11,20,.87) 38%, rgba(4,11,20,.28) 78%), linear-gradient(0deg, rgba(4,11,20,.72), transparent 55%), var(--sp-service-image); background-position: center, center, center calc(50% + var(--page-hero-shift, 0px)); background-size: auto, auto, cover; filter: saturate(.8); transform: scale(1.015); }
.service-hero__grid { position: absolute; inset: -10px 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(90deg,#000,transparent 72%); transform: translate3d(0,var(--page-hero-grid-shift,0),0); will-change: transform; }
.service-hero__layout { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 80px; align-items: end; }
.service-hero__copy { max-width: 980px; }
.service-hero__copy .eyebrow a:hover, .service-hero__copy .eyebrow a:focus-visible { color: var(--white); }
.service-hero__copy .eyebrow span { margin-inline: 10px; color: rgba(255,255,255,.45); }
.service-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(3.8rem, 6.7vw, 7.2rem); font-weight: 600; line-height: .92; letter-spacing: -.055em; text-wrap: balance; }
.service-hero__intro { max-width: 720px; margin: 30px 0 0; color: #d7dce5; font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.68; }
.service-hero__actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.text-link--light { color: var(--white); }
.service-hero__index { margin: 0 0 -18px; color: rgba(255,255,255,.12); font-family: var(--display); font-size: 11rem; font-weight: 600; line-height: .75; letter-spacing: -.08em; }

.service-switcher { position: sticky; z-index: 12; top: 76px; color: var(--ink); border-bottom: 1px solid #d2cec6; background: rgba(244,241,234,.96); backdrop-filter: blur(16px); }
.admin-bar .service-switcher { top: 108px; }
.service-switcher__inner { min-height: 82px; display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; overscroll-behavior-inline: contain; }
.service-switcher__inner::-webkit-scrollbar { display: none; }
.service-switcher a { flex: 1 0 230px; display: flex; align-items: center; gap: 12px; padding: 18px 22px; border-right: 1px solid #d2cec6; font-family: var(--display); font-size: .94rem; font-weight: 600; line-height: 1.15; scroll-snap-align: start; }
.service-switcher a:first-child { flex: 0 0 auto; padding-left: 0; padding-right: 30px; font-family: var(--sans); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.service-switcher a span { color: #8a8985; font-family: var(--sans); font-size: .62rem; letter-spacing: .12em; }
.service-switcher a:hover, .service-switcher a:focus-visible, .service-switcher a[aria-current="page"] { color: var(--brand); background: #e9eaff; }

.service-detail { scroll-margin-top: 158px; }
.service-copy > h2:first-child { margin-top: 0; }
.service-copy > h2:first-child + p { color: var(--ink); font-size: clamp(1.18rem, 1.8vw, 1.42rem); line-height: 1.68; }
.service-copy > h3 { padding-top: 12px; border-top: 1px solid #c8c3bb; }
.service-copy > ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; list-style: none; padding: 0; border-top: 1px solid #c8c3bb; }
.service-copy > ul li { position: relative; margin: 0; padding: 16px 8px 16px 22px; border-bottom: 1px solid #c8c3bb; }
.service-copy > ul li::before { content: ""; position: absolute; left: 2px; top: 25px; width: 7px; height: 7px; background: var(--brand); }
.service-rail h2 { font-size: 1.8rem; }
.service-rail ul { list-style: none; margin: 0 0 28px; padding: 0; border-top: 1px solid var(--line); }
.service-rail li { padding: 13px 0; color: #c9d1da; border-bottom: 1px solid var(--line); font-size: .82rem; }
.related-services { padding: 115px 0 125px; background: var(--white); }
.related-services__heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.service-grid--related { grid-template-columns: repeat(2, 1fr); }
.service-grid--related .service-card { min-height: 520px; }

.service-process { padding: 120px 0; color: var(--white); background-color: var(--navy-900); background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 70px 70px; }
.service-process__layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 35px 100px; align-items: end; }
.service-process__steps { grid-row: span 2; list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.service-process__steps li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.service-process__steps span { color: var(--brand-light); font-size: .68rem; letter-spacing: .14em; }
.service-process__steps strong { font-family: var(--display); font-size: 1.5rem; font-weight: 600; }
.service-process .button { justify-self: start; }

.quote-prep { list-style: none; margin: 34px 0 0; padding: 0; border-top: 1px solid var(--line); }
.quote-prep li { display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.quote-prep span { color: var(--brand-light); font-size: .66rem; letter-spacing: .12em; }
.quote-prep strong { font-family: var(--display); font-size: 1.05rem; font-weight: 600; }
.advice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.advice-directory-intro { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 42px; }
.advice-directory-intro .eyebrow { margin: 0; }
.advice-directory-intro > p:last-child { max-width: 620px; margin: 0; color: #606a75; line-height: 1.7; }
.advice-card { min-height: 330px; display: flex; flex-direction: column; padding: 34px; background: var(--white); border: 1px solid #d8d4cc; }
.advice-card h2 { margin: 0 0 18px; font-family: var(--display); font-size: 1.8rem; line-height: 1.08; letter-spacing: -.03em; }
.advice-card h2 a:hover { color: var(--brand); }
.advice-card > p:not(.eyebrow) { color: #606a75; line-height: 1.65; }
.advice-card .text-link { margin-top: auto; color: var(--brand); }
.article-back-link { display: inline-flex; margin-bottom: 34px; color: var(--brand); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.related-guides { margin-top: 70px; padding-top: 42px; border-top: 1px solid #c8c3bb; }
.related-guides h2 { margin-top: 0; }
.related-guides ul { list-style: none; margin: 30px 0 0; padding: 0; border-top: 1px solid #c8c3bb; }
.related-guides li { margin: 0; padding: 0; border-bottom: 1px solid #c8c3bb; }
.related-guides a { display: flex; justify-content: space-between; gap: 20px; padding: 19px 4px; color: var(--ink); text-decoration: none; font-family: var(--display); font-size: 1.2rem; font-weight: 600; line-height: 1.25; }
.related-guides a:hover, .related-guides a:focus-visible { color: var(--brand); }
.related-guides a span { color: var(--brand); }
.advice-hero { position: relative; min-height: 670px; display: flex; align-items: flex-end; padding: 190px 0 90px; overflow: hidden; color: var(--white); background: var(--navy-950); }
.advice-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(4,11,20,.98) 0%, rgba(4,11,20,.86) 44%, rgba(4,11,20,.42) 78%, rgba(4,11,20,.72)), var(--sp-advice-image); background-position: center; background-size: cover; filter: saturate(.72); }
.advice-hero__grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(90deg,#000,transparent 76%); }
.advice-hero__layout { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.advice-hero__copy h1 { max-width: 850px; margin: 0; font-family: var(--display); font-size: clamp(4rem, 7vw, 7.4rem); font-weight: 600; line-height: .92; letter-spacing: -.055em; text-wrap: balance; }
.advice-hero__copy > p:not(.eyebrow) { max-width: 650px; margin: 30px 0 34px; color: #d2d9e1; font-size: 1.08rem; line-height: 1.7; }
.advice-hero__stats { margin: 0; border-top: 1px solid var(--line); }
.advice-hero__stats div { display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.advice-hero__stats dt { color: var(--brand-light); font-family: var(--display); font-size: 2.2rem; font-weight: 600; }
.advice-hero__stats dd { margin: 0; color: #d2d9e1; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.advice-topic-nav { position: sticky; z-index: 12; top: 76px; border-bottom: 1px solid #d6d1c9; background: rgba(244,241,234,.95); backdrop-filter: blur(16px); }
.admin-bar .advice-topic-nav { top: 108px; }
.advice-topic-nav__inner { min-height: 82px; display: flex; align-items: center; gap: 12px; overflow-x: auto; scrollbar-width: none; }
.advice-topic-nav__inner::-webkit-scrollbar { display: none; }
.advice-topic-nav__inner > span { flex: 0 0 auto; margin-right: 12px; color: #6c747d; font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.advice-topic-nav a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; padding: 11px 15px; border: 1px solid #cbc6bd; background: rgba(255,253,248,.66); font-size: .76rem; font-weight: 700; }
.advice-topic-nav a:hover, .advice-topic-nav a:focus-visible { color: var(--white); border-color: var(--brand); background: var(--brand); }
.advice-topic-nav small { display: grid; place-items: center; min-width: 22px; height: 22px; color: var(--brand); border-radius: 50%; background: #e1e4ff; font-size: .62rem; }
.advice-sections { background: var(--paper); }
.advice-topic { padding: 105px 0; scroll-margin-top: 158px; border-bottom: 1px solid #d6d1c9; }
.advice-topic:nth-child(even) { background: var(--white); }
.advice-topic__layout { display: grid; grid-template-columns: minmax(250px,.55fr) 1.45fr; gap: clamp(60px, 9vw, 150px); align-items: start; }
.advice-topic__heading { position: sticky; top: 190px; }
.advice-topic__number { display: block; margin-bottom: 55px; color: #a4a099; font-family: var(--display); font-size: 4.6rem; line-height: .8; letter-spacing: -.06em; }
.advice-topic__heading .eyebrow { margin-bottom: 18px; }
.advice-topic__heading h2 { margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 4vw, 4.4rem); font-weight: 600; line-height: .98; letter-spacing: -.045em; }
.advice-topic__heading > p:last-child { max-width: 360px; margin: 24px 0 0; color: #626b74; line-height: 1.7; }
.advice-link-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid #bbb7b0; }
.advice-link-list li { margin: 0; border-bottom: 1px solid #bbb7b0; }
.advice-link-list a { display: grid; grid-template-columns: 48px 1fr auto; gap: 24px; align-items: center; min-height: 118px; padding: 24px 6px; transition: color .25s, padding .25s, background .25s; }
.advice-link-list a:hover, .advice-link-list a:focus-visible { padding-inline: 22px; color: var(--brand); background: #eef0ff; }
.advice-link-list__index { color: #8b8f94; font-size: .67rem; letter-spacing: .1em; }
.advice-link-list__title { max-width: 720px; font-family: var(--display); font-size: clamp(1.45rem, 2.3vw, 2.25rem); font-weight: 600; line-height: 1.08; letter-spacing: -.03em; }
.advice-link-list__action { color: var(--brand); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.advice-cta { padding: 110px 0; color: var(--white); background-color: var(--navy-900); background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 70px 70px; }
.advice-cta__layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; }
.advice-cta h2 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 600; line-height: 1; letter-spacing: -.045em; }
.advice-cta__layout > div:last-child p { margin: 0 0 28px; color: var(--muted); line-height: 1.75; }
.pagination { margin-top: 48px; }
.pagination .nav-links { display: flex; gap: 12px; }
.pagination a, .pagination .current { min-width: 44px; min-height: 44px; display: grid; place-items: center; padding: 8px 14px; border: 1px solid #c8c4bc; }
.pagination .current { color: var(--white); background: var(--brand); border-color: var(--brand); }
.faq-page__layout { display: grid; grid-template-columns: .55fr 1fr; gap: 90px; align-items: start; }
.faq-page__intro { position: sticky; top: 126px; }
.faq-page__intro h2 { margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 4vw, 4.2rem); font-weight: 600; line-height: 1.02; letter-spacing: -.045em; }
.faq-page__intro > p:not(.eyebrow) { max-width: 430px; margin: 26px 0; color: #5c6772; line-height: 1.75; }
.faq-topic-nav { display: grid; gap: 0; margin-top: 42px; border-top: 1px solid #cfc9bf; }
.faq-topic-nav a { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; padding: 13px 2px; color: #4f5a65; border-bottom: 1px solid #d9d4cc; font-family: var(--display); font-size: .92rem; font-weight: 600; transition: color .2s,padding-left .2s; }
.faq-topic-nav a:hover, .faq-topic-nav a:focus-visible { padding-left: 8px; color: var(--brand); }
.faq-topic-nav span { color: var(--brand); font-family: var(--sans); font-size: .58rem; font-weight: 700; letter-spacing: .12em; }
.faq-list--page { border-top: 0; }
.faq-topic { scroll-margin-top: 120px; margin-bottom: 72px; }
.faq-topic:last-child { margin-bottom: 0; }
.faq-topic__header { display: grid; grid-template-columns: 72px 1fr auto; gap: 20px; align-items: center; padding: 0 4px 17px; border-bottom: 2px solid var(--brand); }
.faq-topic__icon { position: relative; width: 62px; height: 62px; display: grid; place-items: center; padding: 8px; color: rgba(2,8,100,.72); border: 1px solid rgba(2,8,100,.26); background: linear-gradient(145deg,rgba(255,255,255,.75),rgba(115,130,255,.06)); }
.faq-topic__icon::before, .faq-topic__icon::after { content: ""; position: absolute; width: 17px; height: 17px; }
.faq-topic__icon::before { top: -5px; right: -5px; border-top: 1px solid var(--brand); border-right: 1px solid var(--brand); }
.faq-topic__icon::after { bottom: -5px; left: -5px; border-bottom: 1px solid var(--brand-light); border-left: 1px solid var(--brand-light); }
.faq-topic__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: square; stroke-linejoin: miter; }
.faq-topic__icon .faq-icon__detail { opacity: .5; stroke-width: 1; stroke-dasharray: 2 2; }
.faq-topic__icon .faq-icon__accent { fill: var(--brand-light); stroke: none; }
.faq-topic__header h2 { margin: 0; font-family: var(--display); font-size: clamp(1.65rem,2.4vw,2.25rem); font-weight: 600; line-height: 1.05; }
.faq-topic__count { color: #7b8289; font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.faq-list--page .wp-block-details { position: relative; padding-inline: 4px; border-bottom: 1px solid #cfc9bf; transition: padding .28s var(--ease),background .28s var(--ease),box-shadow .28s var(--ease); }
.faq-list--page .wp-block-details[open] { padding-inline: 22px; background: rgba(255,255,255,.72); box-shadow: inset 3px 0 0 var(--brand); }
.faq-list--page .wp-block-details summary { list-style: none; display: grid; grid-template-columns: 1fr 32px; gap: 22px; align-items: center; padding: 25px 0; font-family: var(--display); font-size: 1.24rem; font-weight: 600; line-height: 1.28; cursor: pointer; }
.faq-list--page .wp-block-details summary::-webkit-details-marker { display: none; }
.faq-list--page .wp-block-details summary::after { content: "+"; display: grid; place-items: center; width: 30px; height: 30px; color: var(--brand); border: 1px solid rgba(2,8,100,.38); font-family: var(--sans); font-size: 1rem; font-weight: 400; line-height: 1; transition: color .25s,background .25s,transform .25s; }
.faq-list--page .wp-block-details[open] summary::after { color: var(--white); background: var(--brand); transform: rotate(45deg); }
.faq-list--page .wp-block-details p { max-width: 720px; margin: -2px 54px 28px 0; color: #5c6772; line-height: 1.75; }
.faq-page__cta { padding: 86px 0 92px; background: var(--white); border-top: 3px solid var(--brand); }
.faq-page__cta-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(54px,8vw,120px); align-items: end; }
.faq-page__cta h2 { max-width: 680px; margin: 0; font-family: var(--display); font-size: clamp(2.65rem,4.5vw,4.6rem); font-weight: 600; line-height: 1; letter-spacing: -.04em; }
.faq-page__cta-action { max-width: 560px; }
.faq-page__cta-action p { margin: 0 0 26px; color: #55616d; font-size: 1.08rem; line-height: 1.7; }
.faq-page__cta-action .button { width: max-content; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.project-card { display: block; background: var(--white); border: 1px solid #d8d4cc; }
.project-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.project-card__body { display: flex; flex-direction: column; gap: 12px; padding: 30px; }
.project-card__title { font-family: var(--display); font-size: 2.2rem; font-weight: 600; line-height: 1.05; }
.projects-page-content { margin-bottom: 52px; }
.projects-page-content:last-child { margin-bottom: 0; }
.projects-page > .content-section { padding-bottom: 82px; }
.projects-page-content > :not(.dm-gallery) { max-width: 780px; }
.projects-page-content .dm-gallery { --dm-gallery-gap: 12px; --dm-gallery-item-ratio: 4 / 3; --dm-gallery-overlay-color: rgba(4,11,20,.97); }
.projects-page-content .dm-gallery__header { position: relative; max-width: 820px; margin-bottom: 42px; padding-left: 26px; }
.projects-page-content .dm-gallery__header::before { content: ""; position: absolute; top: .12em; bottom: .08em; left: 0; width: 3px; background: linear-gradient(180deg,var(--brand),var(--brand-light)); }
.projects-page-content .dm-gallery__title { margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 4vw, 4.6rem); font-weight: 600; line-height: 1; letter-spacing: -.045em; }
.projects-page-content .dm-gallery__introduction { max-width: 680px; margin-top: 20px; color: #5c6772; line-height: 1.75; }
.projects-page-content .dm-gallery__section-header { display: grid; grid-template-columns: minmax(220px,.6fr) 1fr; gap: 50px; align-items: end; max-width: none; padding-top: 28px; border-top: 1px solid #c9c5bd; }
.projects-page-content .dm-gallery__section-title { margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 600; line-height: 1.02; letter-spacing: -.035em; }
.projects-page-content .dm-gallery__section-description { color: #5c6772; line-height: 1.7; }
.projects-page-content .dm-gallery__open { position: relative; background: var(--navy-900); }
.projects-page-content .dm-gallery__open::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(2,8,100,.02) 38%,rgba(2,8,100,.78) 100%); opacity: 0; transition: opacity .3s var(--ease); pointer-events: none; }
.projects-page-content .dm-gallery__open::after { content: "View"; position: absolute; z-index: 2; right: 18px; bottom: 17px; padding: 8px 11px; color: var(--white); background: rgba(4,11,20,.72); border-left: 2px solid var(--brand-light); font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .3s var(--ease), transform .3s var(--ease); pointer-events: none; }
.projects-page-content .dm-gallery__open:hover::before,
.projects-page-content .dm-gallery__open:focus-visible::before,
.projects-page-content .dm-gallery__open:hover::after,
.projects-page-content .dm-gallery__open:focus-visible::after { opacity: 1; }
.projects-page-content .dm-gallery__open:hover::after,
.projects-page-content .dm-gallery__open:focus-visible::after { transform: translateY(0); }
.projects-page-content .dm-gallery__open:focus-visible { outline-color: var(--brand); }
.projects-page-content .dm-gallery__caption { color: #626b74; }
.projects-cta { position: relative; overflow: hidden; padding: 92px 0; color: var(--white); background-color: var(--navy-900); background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 70px 70px; border-top: 3px solid var(--brand); }
.projects-cta::after { content: ""; position: absolute; right: -90px; top: 50%; width: 360px; height: 360px; border: 1px solid rgba(115,130,255,.18); transform: translateY(-50%) rotate(45deg); pointer-events: none; }
.projects-cta__layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: clamp(60px,9vw,140px); align-items: end; }
.projects-cta .eyebrow { margin-bottom: 18px; }
.projects-cta h2 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(2.8rem,5vw,5rem); font-weight: 600; line-height: 1; letter-spacing: -.045em; }
.projects-cta__action { max-width: 470px; }
.projects-cta__action p { margin: 0 0 28px; color: var(--muted); line-height: 1.75; }
.projects-cta__action .button { width: max-content; }
.source-gallery { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: repeat(2, 340px); gap: 18px; }
.source-gallery img { width: 100%; height: 100%; object-fit: cover; }
.source-gallery img:first-child { grid-row: span 2; }
.projects-holding { position: relative; }
.projects-holding__note { position: absolute; right: 36px; bottom: 36px; width: min(470px, calc(100% - 72px)); padding: 38px; color: var(--white); background: rgba(4,11,20,.94); border-top: 3px solid var(--brand-light); backdrop-filter: blur(14px); }
.projects-holding__note h2 { margin: 0; font-family: var(--display); font-size: clamp(2rem, 3vw, 3.25rem); font-weight: 600; line-height: 1.02; letter-spacing: -.04em; }
.projects-holding__note > p:not(.eyebrow) { margin: 22px 0 28px; color: var(--muted); line-height: 1.7; }
.source-gallery--archive { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; grid-template-rows: none; gap: 12px; }
.source-gallery--archive img { transition: filter .35s var(--ease); }
.source-gallery--archive img:first-child { grid-row: span 2; grid-column: span 2; }
.source-gallery--archive img:nth-child(6), .source-gallery--archive img:nth-child(11) { grid-column: span 2; }
.source-gallery--archive:hover img:not(:hover) { filter: brightness(.78) saturate(.78); }
.projects-holding--archive { display: grid; gap: 32px; }
.projects-holding--archive .projects-holding__note { position: relative; right: auto; bottom: auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr auto; gap: 42px; align-items: end; padding: 42px; }
.projects-holding--archive .projects-holding__note > p { margin: 0; }
.projects-holding--archive .projects-holding__note .button { white-space: nowrap; }
.about-page__layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 140px); align-items: start; }
.about-page { padding-bottom: 86px; }
.about-page__copy > h2:first-child { margin-top: 0; }
.about-page__copy > h2:first-child + p { color: var(--ink); font-size: clamp(1.15rem, 1.6vw, 1.38rem); }
.about-page__image { position: sticky; top: 116px; isolation: isolate; margin: 0; }
.about-page__image::before { content: ""; position: absolute; z-index: -1; inset: 18px -18px -18px 18px; border-right: 2px solid var(--brand); border-bottom: 2px solid var(--brand); box-shadow: 18px 22px 44px rgba(4,11,20,.12); }
.about-page__image::after { content: ""; position: absolute; z-index: 2; top: -12px; right: -12px; width: 72px; height: 72px; border-top: 1px solid rgba(2,8,100,.62); border-right: 1px solid rgba(2,8,100,.62); pointer-events: none; }
.about-page__image img { width: 100%; min-height: 570px; object-fit: cover; }
.about-page__image figcaption { position: absolute; left: 24px; bottom: 22px; padding: 10px 13px; color: var(--white); background: rgba(4,11,20,.82); font-size: .63rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.about-assurance { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 82px; border-top: 2px solid var(--brand); border-bottom: 1px solid #cbc7bf; }
.about-assurance__item { display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: center; min-height: 104px; padding: 24px 28px; border-right: 1px solid #d8d3ca; }
.about-assurance__item:last-child { border-right: 0; }
.about-assurance__item span { color: var(--brand); font-size: .65rem; font-weight: 700; letter-spacing: .12em; }
.about-assurance__item strong { max-width: 280px; font-family: var(--display); font-size: clamp(1.08rem,1.4vw,1.28rem); font-weight: 600; line-height: 1.25; letter-spacing: -.015em; }
.about-page__services { padding: 115px 0; color: var(--white); background: var(--navy-900); }
.about-page__services-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 9vw, 140px); align-items: start; }
.about-page__services h2 { max-width: 520px; margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 4.6vw, 4.8rem); font-weight: 600; line-height: 1; letter-spacing: -.045em; }
.about-service-links { border-top: 1px solid var(--line); }
.about-service-links a { display: grid; grid-template-columns: 55px 1fr auto; gap: 20px; align-items: center; padding: 26px 4px; border-bottom: 1px solid var(--line); transition: padding .25s, color .25s, background .25s; }
.about-service-links a:hover, .about-service-links a:focus-visible { padding-inline: 18px; color: var(--brand-light); background: rgba(255,255,255,.04); }
.about-service-links a > span:first-child { color: var(--brand-light); font-size: .67rem; letter-spacing: .12em; }
.about-service-links strong { font-family: var(--display); font-size: clamp(1.45rem, 2.2vw, 2.15rem); font-weight: 600; letter-spacing: -.025em; }
.about-page__cta { padding: 86px 0 92px; background: var(--white); border-top: 3px solid var(--brand); }
.about-page__cta-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(54px,8vw,120px); align-items: end; }
.about-page__cta h2 { max-width: 680px; margin: 0; font-family: var(--display); font-size: clamp(2.65rem,4.5vw,4.6rem); font-weight: 600; line-height: 1; letter-spacing: -.04em; }
.about-page__cta-action { max-width: 560px; }
.about-page__cta-action p { margin: 0 0 26px; color: #55616d; font-size: 1.08rem; line-height: 1.7; }
.about-page__cta-action .button { width: max-content; }
.team-directory { position: relative; padding: 116px 0 132px; overflow: hidden; background: var(--paper); }
.team-directory::before { content: ""; position: absolute; top: 0; right: -120px; width: min(48vw,680px); height: 280px; opacity: .12; background-image: linear-gradient(rgba(2,8,100,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(2,8,100,.35) 1px,transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(135deg,#000,transparent 76%); pointer-events: none; }
.team-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 70px clamp(34px,5vw,76px); }
.team-member { position: relative; min-width: 0; content-visibility: auto; contain-intrinsic-size: 760px; }
.team-member__portrait { position: relative; isolation: isolate; margin: 0 0 30px; overflow: hidden; background: #dfe1e5; }
.team-member__portrait::before { content: ""; position: absolute; z-index: 2; inset: 16px 16px auto auto; width: 62px; height: 62px; border-top: 1px solid rgba(255,255,255,.78); border-right: 1px solid rgba(255,255,255,.78); pointer-events: none; }
.team-member__portrait img { display: block; width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; object-position: center top; filter: saturate(.84) contrast(1.03); transition: transform .55s var(--ease),filter .55s var(--ease); }
.team-member:hover .team-member__portrait img { transform: scale(1.018); filter: saturate(.94) contrast(1.04); }
.team-member__portrait figcaption { position: absolute; z-index: 3; left: 0; bottom: 0; min-width: 66px; padding: 18px 20px; color: var(--white); background: var(--brand); font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-align: center; }
.team-member__portrait--pending { display: grid; place-items: center; aspect-ratio: 4/5; color: rgba(255,255,255,.9); background: linear-gradient(145deg,var(--navy-900),#0c1d35); }
.team-member__portrait--pending > span { font-family: var(--display); font-size: clamp(4rem,9vw,8rem); font-weight: 600; letter-spacing: -.07em; }
.team-member__portrait--pending > small { position: absolute; right: 22px; bottom: 19px; color: #aab3bf; font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.team-member__content { display: grid; grid-template-columns: 1fr auto; gap: 8px 24px; padding: 0 2px; }
.team-member__content h3 { grid-column: 1; margin: 0; font-family: var(--display); font-size: clamp(2rem,3vw,3.25rem); font-weight: 600; line-height: 1; letter-spacing: -.035em; }
.team-member__role { grid-column: 1 / -1; margin: 0 0 5px; color: var(--brand); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.team-member__content > p:last-child { grid-column: 1 / -1; max-width: 610px; margin: 14px 0 0; color: #59646f; font-size: 1rem; line-height: 1.72; }
.team-page__cta { padding: 92px 0 100px; color: var(--white); background: var(--navy-900); border-top: 3px solid var(--brand-light); }
.team-page__cta-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(54px,8vw,120px); align-items: end; }
.team-page__cta h2 { max-width: 680px; margin: 0; font-family: var(--display); font-size: clamp(2.65rem,4.5vw,4.6rem); font-weight: 600; line-height: 1; letter-spacing: -.04em; }
.team-page__cta-layout > div:last-child { max-width: 560px; }
.team-page__cta-layout > div:last-child p { margin: 0 0 26px; color: #cdd4dc; font-size: 1.08rem; line-height: 1.7; }
.process-page .content-layout { grid-template-columns: minmax(0,1fr) 320px; gap: clamp(64px,8vw,118px); }
.process-page__content > h2:first-child { max-width: 820px; margin-top: 0; }
.process-page__content > h2:first-child + p { max-width: 760px; margin-bottom: 62px; color: var(--ink); font-size: clamp(1.15rem,1.6vw,1.38rem); }
.process-step { position: relative; margin: 0; padding: 34px 24px 35px 100px; overflow: hidden; border-top: 1px solid #c8c3bb; transition: background .3s var(--ease),padding-left .3s var(--ease); }
.process-step::before { content: ""; position: absolute; z-index: 0; top: 0; bottom: 0; left: 29px; width: 1px; background: rgba(2,8,100,.28); }
.process-step:last-of-type::before { bottom: calc(100% - 64px); }
.process-step::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(115,130,255,.09),transparent 72%); opacity: 0; transition: opacity .3s var(--ease); pointer-events: none; }
.process-step h3 { position: relative; z-index: 1; margin: 0 0 10px; padding-right: 112px; font-size: clamp(1.55rem,2.4vw,2.25rem); }
.process-step__number { position: absolute; top: -5px; left: -100px; width: 59px; height: 59px; display: grid; place-items: center; color: var(--brand); background: var(--paper); border: 1px solid rgba(2,8,100,.42); font-family: var(--sans); font-size: .68rem; font-weight: 700; line-height: 1; letter-spacing: .11em; border-radius: 50%; box-shadow: 0 0 0 8px var(--paper); }
.process-step__title { display: block; }
.process-step > p { position: relative; z-index: 1; margin: 0; padding-right: 112px; color: #5c6772; }
.process-step__icon { position: absolute; z-index: 1; top: 50%; right: 15px; width: 82px; height: 82px; padding: 8px; color: rgba(2,8,100,.3); transform: translateY(-50%); transition: color .35s var(--ease),transform .35s var(--ease); pointer-events: none; }
.process-step__icon::before,
.process-step__icon::after { content: ""; position: absolute; width: 20px; height: 20px; opacity: .32; transition: width .35s var(--ease),height .35s var(--ease),opacity .35s var(--ease); }
.process-step__icon::before { top: 0; right: 0; border-top: 1px solid var(--brand); border-right: 1px solid var(--brand); }
.process-step__icon::after { bottom: 0; left: 0; border-bottom: 1px solid var(--brand-light); border-left: 1px solid var(--brand-light); }
.process-step__icon svg { position: relative; z-index: 1; display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: square; stroke-linejoin: miter; }
.process-step__icon .process-icon__detail { opacity: .48; stroke-width: 1; stroke-dasharray: 2 2; }
.process-step__icon .process-icon__accent { fill: var(--brand-light); stroke: none; opacity: .82; }
.process-step:hover { padding-left: 108px; }
.process-step:hover::after { opacity: 1; }
.process-step:hover .process-step__number { color: var(--white); background: var(--brand); border-color: var(--brand); }
.process-step:hover .process-step__icon { color: rgba(2,8,100,.78); transform: translate(-5px,-50%) rotate(-1deg); }
.process-step:hover .process-step__icon::before,
.process-step:hover .process-step__icon::after { width: 28px; height: 28px; opacity: .72; }
.process-page .contact-rail { padding: 30px; background: linear-gradient(145deg,var(--navy-900),#09162a); border-top-width: 2px; box-shadow: 0 24px 54px rgba(4,11,20,.15); }
.process-page .contact-rail h2 { margin-bottom: 25px; font-size: 1.68rem; line-height: 1.12; }
.process-page .contact-rail .eyebrow { margin-bottom: 19px; }
.entry-featured { margin: 0 0 50px; }
.entry-featured img { width: 100%; height: auto; }
.enquiry--page { padding-top: 110px; }
.quote-page .enquiry--page { padding-bottom: 120px; }
.quote-page .enquiry-photo { opacity: .58; }
.quote-page .enquiry-copy { position: sticky; top: 126px; padding-top: 10px; }
.quote-page .dmc-skin-structural { --dmc-accent: #020864; --dmc-bg: #fffdf8; --dmc-text: #17212d; --dmc-muted: #5c6772; --dmc-border: #c9c5bd; position: relative; padding: 44px; color-scheme: light; border: 0; border-top: 4px solid var(--brand); box-shadow: 0 30px 70px rgba(0,0,0,.28); backdrop-filter: none; }
.quote-page .dmc-skin-structural::before { content: ""; position: absolute; z-index: 0; top: -12px; right: -12px; width: 76px; height: 76px; border-top: 1px solid var(--brand-light); border-right: 1px solid var(--brand-light); pointer-events: none; }
.quote-page .dmc-skin-structural > * { position: relative; z-index: 1; }
.quote-page .dmc-skin-structural legend,
.quote-page .dmc-skin-structural .dmc-field > label { color: #3f4b57; }
.quote-page .dmc-skin-structural .dmc-topic { color: var(--dmc-text); background: #f6f3ed; }
.quote-page .dmc-skin-structural .dmc-topic:hover { border-color: rgba(2,8,100,.45); }
.quote-page .dmc-skin-structural .dmc-topic:has(input:checked) { background: rgba(2,8,100,.065); }
.quote-page .dmc-skin-structural .dmc-field input,
.quote-page .dmc-skin-structural .dmc-field select,
.quote-page .dmc-skin-structural .dmc-field textarea { color: var(--dmc-text); background: #f8f6f1; color-scheme: light; }
.quote-page .dmc-skin-structural .dmc-upload-control { color: var(--dmc-text); background: #f8f6f1; }
.quote-page .dmc-skin-structural .dmc-upload-help,
.quote-page .dmc-skin-structural .dmc-next-step { color: var(--dmc-muted); }
.quote-page .dmc-skin-structural .dmc-consent { color: #3f4b57; }
.quote-page .dmc-skin-structural .dmc-privacy a { color: var(--brand); }
.quote-page .dmc-skin-structural .dmc-submit { background: linear-gradient(135deg,#020864,#2535c9); box-shadow: 0 14px 30px rgba(2,8,100,.22); }
.quote-next { padding: 84px 0 92px; background: var(--paper); border-top: 3px solid var(--brand); }
.quote-next__layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(55px,8vw,120px); align-items: end; }
.quote-next__heading h2 { max-width: 460px; margin: 0; font-family: var(--display); font-size: clamp(2.6rem,4.2vw,4.35rem); font-weight: 600; line-height: 1; letter-spacing: -.035em; }
.quote-next__steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--brand); border-bottom: 1px solid #cbc7bf; }
.quote-next__steps li { position: relative; display: grid; gap: 13px; min-height: 112px; padding: 24px 26px; border-right: 1px solid #d8d3ca; }
.quote-next__steps li:last-child { border-right: 0; }
.quote-next__arrow { position: absolute; z-index: 2; top: 50%; right: -12px; width: 24px; height: 24px; display: grid; place-items: center; color: var(--brand); background: var(--paper); font-size: .8rem; transform: translateY(-50%); }
.quote-next__steps span { color: var(--brand); font-size: .63rem; font-weight: 700; letter-spacing: .12em; }
.quote-next__steps strong { font-family: var(--display); font-size: clamp(1.05rem,1.45vw,1.3rem); font-weight: 600; line-height: 1.2; }
.error-hero { min-height: 760px; align-items: center; padding-top: 190px; }
.search-form { display: flex; max-width: 620px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 54px; padding: 12px 16px; border: 1px solid #bcb8b0; background: var(--white); }
.search-submit { min-height: 54px; padding: 0 22px; border: 0; color: var(--white); background: var(--brand); font-weight: 700; }

@media (max-width: 1000px) {
  .content-layout, .article-layout, .faq-page__layout { grid-template-columns: 1fr; }
  .faq-page__intro, .about-page__image { position: static; }
  .about-page__layout, .about-page__services-layout, .about-page__cta-layout, .faq-page__cta-layout { grid-template-columns: 1fr; }
  .about-page__image { max-width: 760px; }
  .about-page__cta-layout, .faq-page__cta-layout { gap: 38px; }
  .team-page__cta-layout { grid-template-columns: 1fr; gap: 28px; }
  .team-grid { gap: 58px 30px; }
  .contact-rail { position: static; max-width: 620px; }
  .process-page .content-layout { grid-template-columns: 1fr; }
  .service-grid--hub, .advice-grid { grid-template-columns: repeat(2, 1fr); }
  .services-hub__heading, .service-process__layout { grid-template-columns: 1fr; }
  .service-hero__layout { grid-template-columns: 1fr; }
  .service-hero__index { display: none; }
  .service-process__steps { grid-row: auto; }
  .related-services__heading { grid-template-columns: 1fr; gap: 18px; }
  .advice-hero__layout, .advice-topic__layout, .advice-cta__layout { grid-template-columns: 1fr; }
  .advice-hero__layout { gap: 56px; }
  .advice-hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); }
  .advice-hero__stats div { display: block; }
  .advice-hero__stats dd { margin-top: 8px; }
  .advice-topic__heading { position: static; }
  .advice-topic__number { margin-bottom: 35px; }
  .projects-holding--archive .projects-holding__note { grid-template-columns: 1fr 1fr; }
  .projects-holding--archive .projects-holding__note .button { width: max-content; }
  .projects-cta__layout { grid-template-columns: 1fr; gap: 38px; }
  .quote-page .enquiry-copy { position: static; }
  .quote-next__layout { grid-template-columns: 1fr; gap: 42px; }
}

/* Inter Tight already carries a compact rhythm. Keep display text open enough to read. */
body .site-main :is(h1, h2, h3) { letter-spacing: -.018em; }
.service-card__title,
.advice-link-list__title,
.about-service-links strong,
.process-steps h3,
.service-process__steps strong,
.mobile-menu a,
.faq-list summary,
.review-quote p,
.review-card p { letter-spacing: -.01em; }

@media (max-width: 640px) {
  body .dmco__reopen { position: static; display: block; width: 100%; min-height: 44px; padding: 11px 16px; border-radius: 0; box-shadow: none; font-size: .72rem; }
  .inner-hero { min-height: 480px; padding: 150px 0 64px; }
  .inner-hero h1 { font-size: clamp(2.75rem, 13vw, 4.4rem); }
  .content-section { padding: 72px 0 90px; }
  .projects-page > .content-section { padding-bottom: 64px; }
  .projects-page-content .dm-gallery__header { padding-left: 18px; }
  .projects-page-content .dm-gallery__section-header { grid-template-columns: 1fr; gap: 16px; }
  .projects-cta { padding: 76px 0 84px; }
  .projects-cta::after { right: -190px; }
  .projects-cta__action .button { width: 100%; }
  .service-grid--hub, .advice-grid, .project-grid, .source-gallery { grid-template-columns: 1fr; }
  .services-hub__heading { gap: 28px; margin-bottom: 40px; }
  .services-hub__heading h2, .related-services h2, .service-process h2 { font-size: clamp(2.5rem, 12vw, 3.65rem); }
  .service-hero { min-height: 760px; padding: 150px 0 72px; }
  .service-hero::before { background-image: linear-gradient(0deg, rgba(4,11,20,.98) 0%, rgba(4,11,20,.76) 68%, rgba(4,11,20,.34)), var(--sp-service-image); background-position: center, center calc(50% + var(--page-hero-shift, 0px)); background-size: auto, cover; }
  .service-hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); line-height: .95; }
  .service-hero__intro { font-size: .96rem; line-height: 1.55; }
  .service-hero__actions { display: grid; gap: 22px; }
  .service-switcher { top: 70px; }
  .admin-bar .service-switcher { top: 116px; }
  .service-switcher__inner { min-height: 70px; }
  .service-switcher a { flex-basis: 220px; padding: 15px 18px; }
  .service-switcher a:first-child { padding-left: 0; }
  .service-copy > ul { grid-template-columns: 1fr; }
  .related-services, .service-process { padding: 80px 0; }
  .service-grid--related { grid-template-columns: 1fr; }
  .advice-directory-intro { display: block; }
  .advice-directory-intro .eyebrow { margin-bottom: 18px; }
  .service-grid--hub .service-card { min-height: 500px; }
  .services-page .services-hub { padding-bottom: 72px; }
  .services-page .service-grid--hub { margin-bottom: 0; }
  .services-page .service-grid--hub::before { display: none; }
  .services-page .service-process { padding-top: 80px; }
  .services-hub__proof { align-items: flex-start; margin-bottom: 24px; }
  .source-gallery { grid-template-rows: repeat(3, 320px); }
  .source-gallery img:first-child { grid-row: auto; }
  .projects-holding__note { position: relative; right: auto; bottom: auto; width: 100%; padding: 30px 22px; }
  .source-gallery--archive { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; grid-auto-rows: 190px; gap: 8px; }
  .source-gallery--archive img:first-child { grid-row: span 2; grid-column: span 2; }
  .source-gallery--archive img:nth-child(6), .source-gallery--archive img:nth-child(11) { grid-column: auto; }
  .projects-holding--archive .projects-holding__note { grid-template-columns: 1fr; gap: 24px; padding: 30px 22px; }
  .faq-topic-nav { margin-top: 32px; }
  .faq-topic { margin-bottom: 58px; }
  .faq-topic__header { grid-template-columns: 56px 1fr; gap: 16px; align-items: center; }
  .faq-topic__icon { width: 50px; height: 50px; padding: 7px; }
  .faq-topic__count { display: none; }
  .faq-list--page .wp-block-details[open] { padding-inline: 15px; }
  .faq-list--page .wp-block-details summary { grid-template-columns: 1fr 30px; gap: 15px; padding-block: 22px; font-size: 1.15rem; }
  .faq-list--page .wp-block-details p { margin-right: 0; }
  .faq-page__cta { padding: 68px 0 76px; }
  .faq-page__cta-layout { gap: 30px; }
  .faq-page__cta-action .button { width: 100%; }
  .quote-page .enquiry--page { padding-bottom: 82px; }
  .quote-page .dmc-skin-structural { padding: 28px 18px; margin-inline: -2px; }
  .quote-page .dmc-skin-structural::before { top: -8px; right: -5px; width: 54px; height: 54px; }
  .quote-next { padding: 68px 0 76px; }
  .quote-next__layout { gap: 30px; }
  .quote-next__steps { grid-template-columns: 1fr; }
  .quote-next__steps li { min-height: 82px; padding: 20px 12px; border-right: 0; border-bottom: 1px solid #d8d3ca; }
  .quote-next__steps li:last-child { border-bottom: 0; }
  .quote-next__arrow { top: auto; right: 12px; bottom: -12px; transform: rotate(90deg); }
  .about-page { padding-bottom: 64px; }
  .about-page__image::before { inset: 10px -8px -10px 8px; box-shadow: 10px 14px 28px rgba(4,11,20,.1); }
  .about-page__image::after { top: -8px; right: -4px; width: 52px; height: 52px; }
  .about-page__image img { min-height: 430px; }
  .about-assurance { grid-template-columns: 1fr; margin-top: 58px; }
  .about-assurance__item { min-height: 86px; padding: 20px 10px; border-right: 0; border-bottom: 1px solid #d8d3ca; }
  .about-assurance__item:last-child { border-bottom: 0; }
  .about-page__services { padding: 80px 0; }
  .about-page__services-layout { gap: 42px; }
  .about-page__services h2 { font-size: clamp(2.5rem, 12vw, 3.65rem); }
  .about-service-links a { grid-template-columns: 38px 1fr auto; gap: 12px; padding-block: 22px; }
  .about-page__cta { padding: 68px 0 76px; }
  .about-page__cta-layout { gap: 30px; }
  .about-page__cta-action .button { width: 100%; }
  .team-directory { padding: 76px 0 88px; }
  .team-grid { grid-template-columns: 1fr; gap: 54px; }
  .team-member__portrait { margin-bottom: 24px; }
  .team-member__portrait::before { inset: 12px 12px auto auto; width: 48px; height: 48px; }
  .team-member__portrait figcaption { min-width: 58px; padding: 15px 17px; }
  .team-member__content h3 { font-size: clamp(2.2rem,10vw,3rem); }
  .team-page__cta { padding: 70px 0 78px; }
  .team-page__cta-layout { gap: 30px; }
  .team-page__cta .button { width: 100%; }
  .process-page__content > h2:first-child + p { margin-bottom: 42px; }
  .process-step { padding: 28px 0 29px 72px; }
  .process-step::before { left: 23px; }
  .process-step:last-of-type::before { bottom: calc(100% - 53px); }
  .process-step__number { top: -2px; left: -72px; width: 47px; height: 47px; font-size: .61rem; box-shadow: 0 0 0 6px var(--paper); }
  .process-step h3, .process-step > p { padding-right: 62px; }
  .process-step__icon { right: -4px; width: 54px; height: 54px; padding: 6px; }
  .process-step__icon::before, .process-step__icon::after { width: 14px; height: 14px; }
  .process-step:hover { padding-left: 72px; }
  .contact-rail { padding: 28px 22px; }
  .advice-hero { min-height: 720px; padding: 150px 0 70px; }
  .advice-hero__copy h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .advice-hero__stats { grid-template-columns: 1fr; }
  .advice-hero__stats div { display: grid; grid-template-columns: 75px 1fr; }
  .advice-topic-nav { top: 70px; }
  .admin-bar .advice-topic-nav { top: 116px; }
  .advice-topic-nav__inner { min-height: 70px; }
  .advice-topic { padding: 76px 0; scroll-margin-top: 140px; }
  .advice-topic__layout { gap: 44px; }
  .advice-topic__number { font-size: 3.8rem; }
  .advice-link-list a { grid-template-columns: 34px 1fr; gap: 14px; min-height: 100px; padding-block: 21px; }
  .advice-link-list__action { display: none; }
  .advice-link-list__title { font-size: 1.5rem; }
  .advice-cta { padding: 80px 0; }
  .advice-cta__layout { gap: 38px; }
}

/* Shared enquiry section becomes the opening content on Contact. */
.enquiry--contact { min-height: 100svh; padding-top: 176px; }
.enquiry--contact h1 { margin: 0 0 26px; font-family: var(--display); font-size: clamp(2.7rem, 4.5vw, 4.8rem); font-weight: 600; line-height: 1.05; letter-spacing: -.025em; }
@media (max-width: 900px) {
  .mobile-menu > a, .mobile-menu > details { flex-shrink: 0; }
  .mobile-menu .nav-group > summary { justify-content: space-between; padding: 13px 4px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.5rem; font-weight: 600; }
  .mobile-menu .nav-submenu { position: static; width: auto; margin: 0 0 12px 14px; padding: 0; border: 0; box-shadow: none; background: transparent; transform: none; transition: none; }
  .mobile-menu .nav-submenu::before { display: none; }
  .mobile-menu .nav-submenu a { display: block; min-height: 44px; font-size: 1.12rem; }
  .enquiry--contact { padding-top: 128px; }
}

/* Supplied social profiles, with inline platform icons and visible labels. */
.footer-social { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 8px 28px; margin: 0 auto; padding-block: 16px; border-bottom: 1px solid var(--line); }
.footer-social h2 { margin: 0 12px 0 0; }
.footer-social a { display: flex; align-items: center; gap: 10px; min-height: 44px; }
.footer-social svg { width: 18px; height: 18px; flex: 0 0 18px; fill: currentColor; }

@media (max-width: 640px) {
  .footer-social { column-gap: 24px; }
  .footer-social h2 { flex-basis: 100%; margin: 0; }
}

/* Split hero: client review, September 2026. */
.split-hero { height: 100svh; min-height: 760px; max-height: 1050px; padding: 0; align-items: center; }
.split-hero::before, .split-hero::after { display: none; }
.split-panels { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; }
.split-panel { position: relative; overflow: hidden; isolation: isolate; }
.split-panel + .split-panel { border-left: 0; }
.split-image { position: absolute; inset: 0; overflow: hidden; transform: scaleX(-1); }
.split-image img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; transition: transform .8s ease, filter .8s ease; filter: saturate(.75); }
.split-panel--residential .split-image img { position: absolute; left: -43%; width: 143%; max-width: none; object-position: left center; }
.split-shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(4,11,20,.55),rgba(4,11,20,.26) 25%,rgba(4,11,20,.62) 48%,rgba(4,11,20,.7) 67%,rgba(4,11,20,.4)); transition: opacity .4s; }
.split-panel:hover img, .split-panel:focus-visible img { transform: scale(1.025); filter: saturate(1); }
.split-panel:hover .split-shade, .split-panel:focus-visible .split-shade { opacity: 1; }
.split-panel:focus-visible { outline: 3px solid var(--brand-light); outline-offset: -6px; }
.split-copy { position: relative; z-index: 2; text-align: center; pointer-events: none; padding-top: 20px; }
.split-hero h1 { margin: 0 auto; max-width: 1100px; font-size: clamp(3.5rem,6.1vw,6.7rem); line-height: 1.02; text-shadow: 0 3px 26px rgba(0,0,0,.2); }
.split-copy .hero-intro { max-width: 670px; margin: 26px auto 0; font-size: clamp(1.05rem,1.5vw,1.3rem); }
.split-copy .hero-actions { justify-content: center; margin-top: 28px; }
.split-copy .button { pointer-events: auto; }
.split-copy .button-ghost { background: rgba(4,11,20,.3); }
.split-label { position: absolute; bottom: 90px; left: 10%; right: 10%; }
.split-label__hint { display: block; font-size: .66rem; text-transform: uppercase; letter-spacing: .14em; color: #d3d9e0; margin-bottom: 14px; }
.split-label__title { display: flex; justify-content: space-between; align-items: center; font-family: var(--display); font-size: clamp(1.8rem,2.7vw,2.6rem); font-weight: 500; }
.split-arrow { display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); width: 46px; height: 46px; border-radius: 50%; font-size: 1.5rem; transition: background .2s; }
.split-panel:hover .split-arrow { background: var(--brand); }
@media (max-width: 700px) {
 .split-hero { display: flex; flex-direction: column; height: auto; min-height: 0; max-height: none; padding: 120px 0 0; overflow: hidden; }
 .split-copy { order: -1; padding: 0 0 34px; }
 .split-hero h1 { font-size: clamp(2.5rem,10vw,4rem); }
 .split-copy .hero-intro { font-size: 1.04rem; margin-top: 20px; }
 .split-copy .hero-actions { display: flex; gap: 12px; }
 .split-copy .button { width: 100%; }
 .split-panels { position: relative; inset: auto; width: 100%; grid-template-columns: 1fr; }
 .split-panel { min-height: 260px; }
 .split-panel + .split-panel { border-left: 0; border-top: 1px solid rgba(255,255,255,.3); }
 .split-shade { background: linear-gradient(0deg,rgba(4,11,20,.85),rgba(4,11,20,.1) 80%); }
 .split-label { bottom: 26px; left: 24px; right: 24px; }
 .split-label__hint { margin-bottom: 8px; }
 .split-image img { object-position: center 58%; }
 .split-panel--residential .split-image img { object-position: left 65%; }
}
@media (prefers-reduced-motion: reduce) {
 .split-panel img, .split-shade, .split-arrow { transition: none; }
 .split-panel:hover img, .split-panel:focus-visible img { transform: none; }
}
.sector-filters { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.sector-filters .button-ghost { color: var(--navy-950); border-color: #b6bdc8; }
.sector-project-grid { margin-bottom: 40px; display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,350px),1fr)); gap: 30px; }
.sector-project-grid figure { margin: 0; }
.sector-project-grid img { width: 100%; max-height: 640px; object-fit: cover; }
.sector-project-grid figcaption { font-size: 1.5rem; margin-top: 16px; }

/* Option B: headline, wide photograph links, then enquiries. */
.split-hero { display: flex; flex-direction: column; height: auto; min-height: 0; max-height: none; padding: 150px 0 0; }
.split-copy { order: -1; padding: 0 0 44px; }
.split-hero h1 { font-size: clamp(2.7rem,4.5vw,4.8rem); line-height: 1.03; }
.split-copy .hero-intro { margin-top: 20px; max-width: 700px; font-size: clamp(1rem,1.3vw,1.2rem); }
.split-panels { position: relative; inset: auto; width: 100%; height: clamp(330px,30vw,470px); flex-shrink: 0; }
.split-shade { background: linear-gradient(0deg,rgba(4,11,20,.85),rgba(4,11,20,.08) 70%); }
.split-panel--residential .split-image img { object-position: left 68%; }
.split-panel--commercial .split-image img { object-position: center 63%; }
.split-label { bottom: 28px; left: 7%; right: 7%; }
.split-label__hint { margin-bottom: 9px; }
.split-label__title { font-size: clamp(1.7rem,2.2vw,2.3rem); }
.split-actions-band { padding: 25px 0 45px; }
.split-actions-band .hero-actions { display: flex; flex-wrap: wrap; justify-content: center; margin: 0; gap: 16px; }
@media (max-width: 700px) {
 .split-hero { padding-top: 118px; }
 .split-copy { padding-bottom: 30px; }
 .split-hero h1 { font-size: clamp(2.35rem,9.5vw,3.6rem); }
 .split-panels { height: auto; }
 .split-panel { min-height: 260px; }
 .split-actions-band { padding: 24px 0 48px; }
 .split-actions-band .button { width: 100%; }
}
/* Split hero refinement: balanced copy spacing and neutral photo shade. */
.split-hero { position: relative; display: block; height: min(940px,100svh); min-height: 760px; max-height: none; padding: 0; }
.split-panels { position: absolute; inset: 0; height: 100%; }
.split-copy { position: absolute; z-index: 2; inset: 98px 0 224px; display: flex; flex-direction: column; justify-content: center; padding: 0; }
.split-hero h1 { font-size: clamp(2.8rem,4.8vw,5.2rem); text-shadow: 0 1px 2px rgba(24,24,24,.85), 0 0 5px rgba(24,24,24,.55); }
.split-copy .hero-intro { max-width: 710px; color: #f0f2f4; text-shadow: 0 1px 2px rgba(24,24,24,.85), 0 0 4px rgba(24,24,24,.55); }
.split-image img { filter: saturate(.92); }
.split-shade { background: linear-gradient(180deg,rgba(0,0,0,.69) 0%,rgba(0,0,0,.59) 28%,rgba(0,0,0,.45) 53%,rgba(0,0,0,.45) 69%,rgba(0,0,0,.79) 100%); }
.split-panel--residential .split-image img { object-position: left 60%; }
.split-panel--commercial .split-image img { object-position: 58% 60%; }
.split-label { bottom: 150px; }
.split-actions-band { position: absolute; z-index: 3; bottom: 55px; left: 0; right: 0; padding: 0; pointer-events: none; }
.split-actions-band a { pointer-events: auto; }
.split-actions-band .button-ghost { background: rgba(4,11,20,.3); }
@media (max-width: 700px) {
 .split-hero { height: auto; min-height: 0; padding: 0; }
 .split-panels { position: relative; height: auto; }
 .split-panel { min-height: 310px; }
 .split-panel:first-child { min-height: 590px; }
 .split-copy { position: absolute; inset: 78px 0 auto; height: 402px; padding: 0; }
 .split-hero h1 { font-size: clamp(2.35rem,9.5vw,3.6rem); }
 .split-copy .hero-intro { margin-top: 18px; font-size: 1.02rem; }
 .split-label { bottom: 30px; }
 .split-shade { background: linear-gradient(180deg,rgba(0,0,0,.67),rgba(0,0,0,.57) 45%,rgba(0,0,0,.45) 65%,rgba(0,0,0,.79)); }
 .split-panel--commercial .split-shade { background: linear-gradient(0deg,rgba(0,0,0,.79),rgba(0,0,0,.45) 75%); }
 .split-actions-band { position: relative; bottom: auto; padding: 24px 0 48px; }
}

/* Keep the white centre divider clear of the actual text height at every width. */
@media (min-width: 701px) {
 .split-copy h1, .split-copy .hero-intro { position: relative; }
 .split-copy h1::before, .split-copy .hero-intro::after {
  content: ""; position: absolute; left: 50%; width: 2px; height: 100vh;
  transform: translateX(-50%); pointer-events: none;
 }
 .split-copy h1::before {
  bottom: calc(100% + 12px);
  background: linear-gradient(to top, transparent, #fff 48px);
 }
 .split-copy .hero-intro::after {
  top: calc(100% + 12px);
  background: linear-gradient(to bottom, transparent, #fff 48px);
 }
}

/* Place enquiry actions immediately below the introduction. */
.split-copy-text { position: relative; }
.split-copy .split-actions-band { position: absolute; top: calc(100% + 28px); bottom: auto; left: 0; right: 0; padding: 0; }
.split-copy .split-actions-band .hero-actions { margin: 0; }
@media (min-width: 701px) {
 .split-label { bottom: 110px; }
}
@media (max-width: 700px) {
 .split-panel:first-child { min-height: 670px; }
 .split-copy .split-actions-band .hero-actions { gap: 12px; }
}

@media (min-width: 1024px) {
 .split-copy .hero-intro { max-width: 100%; white-space: nowrap; }
}

/* Residential chimney photo: remove the previous annotation-hiding crop. */
.split-panel--residential .split-image img { left: 0; width: 100%; object-position: 54% 55%; }

/* Native posts library. */
.blogs-hero { background: #07111f; min-height: 430px; padding-bottom: 70px; }
.blogs-hero h1 { max-width: 900px; }
.blogs-library { padding: 64px 0 100px; background: #f4f2ed; color: #17212d; }
.blogs-library__heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid #d8d4cc; }
.blogs-library__heading h2 { margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.5rem); letter-spacing: -.035em; }
.blogs-library__heading > span { color: #606a75; font-size: .85rem; }
.blogs-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.blog-card { background: #fff; border: 1px solid #d8d4cc; border-top: 3px solid var(--brand); display: flex; flex-direction: column; min-width: 0; }
.blog-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 32px; }
.blog-card h3 { font-family: var(--display); font-size: clamp(1.5rem, 2vw, 1.9rem); line-height: 1.15; letter-spacing: -.025em; margin: 0 0 20px; }
.blog-card h3 a:hover { color: var(--brand); }
.blog-card__excerpt { color: #606a75; line-height: 1.65; margin: 0 0 28px; }
.blog-card .text-link { color: var(--brand); margin-top: auto; }
.blog-card a:focus-visible, .blogs-pagination a:focus-visible { outline: 2px solid var(--brand); outline-offset: 5px; }
.blogs-pagination { margin-top: 44px; }
.blogs-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.blogs-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 10px 15px; border: 1px solid #ccc; }
.blogs-pagination .current, .blogs-pagination a:hover { color: #fff; background: var(--brand); border-color: var(--brand); }
@media (max-width: 1050px) { .blogs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 700px) {
  .blogs-grid { grid-template-columns: 1fr; }
  .blogs-library { padding: 40px 0 64px; }
  .blogs-library__heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .blog-card__body { padding: 26px; }
}

/* Article-body photographs retain their proportions within the reading column. */
.entry-content .wp-block-image,
.entry-content .wp-block-gallery { margin: 0 0 2rem; max-width: 100%; }
.entry-content .wp-block-image img { max-width: 100%; height: auto; }
.entry-content figcaption { margin-top: 12px; color: #606a75; font-size: .85rem; line-height: 1.6; }
.entry-content .wp-block-image.alignwide,
.entry-content .wp-block-image.alignfull { width: 100%; margin-inline: 0; }
.entry-content::after { content: ""; display: block; clear: both; }
@media (max-width: 700px) {
  .entry-content .wp-block-image.alignleft,
  .entry-content .wp-block-image.alignright { float: none; margin-inline: 0; }
}
