
:root {
  --navy: #151754;
  --navy-deep: #090b31;
  --navy-soft: #292b6b;
  --orange: #eb5d2a;
  --orange-dark: #c9481c;
  --orange-ui: #c9481c;
  --ink: #171a25;
  --muted: #626977;
  --paper: #f7f5f1;
  --soft-blue: #edf1f7;
  --white: #fff;
  --line: #dfe1e7;
  --shell: min(1200px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html, body { width: 100%; max-width: 100%; }
/* Clip horizontal overflow at the viewport; body must not trap sticky elements. */
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 92px; }
body { overflow: visible; }
@supports (overflow-x: clip) {
  html, body { overflow-x: clip; }
}
body { min-width: 0; margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--font-manrope), Arial, sans-serif; }
body, button, input, select, textarea { font-family: var(--font-manrope), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.site-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { background: var(--navy-deep); color: #e4e5f1; font-size: 12px; font-weight: 750; letter-spacing: .025em; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { margin: 0; }
.utility-inner div { display: flex; align-items: center; gap: 26px; }
.utility-inner div span { color: #bfc2dc; }
.utility-inner a { color: #fff; }
.utility-email { text-transform: lowercase; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(11,12,63,.12); backdrop-filter: blur(16px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand img { width: 164px; height: auto; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.desktop-nav a { position: relative; padding-block: 31px; color: #303341; font-size: 13px; font-weight: 800; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: var(--orange); transition: right 180ms ease; }
.desktop-nav a:hover::after { right: 0; }
.mobile-menu { display: none; }
.colour-floating-tab { position: fixed; z-index: 150; right: 0; top: 54%; min-height: 156px; width: 50px; padding: 11px 7px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; background: var(--orange-ui); color: #fff; border-radius: 8px 0 0 8px; box-shadow: 0 12px 30px rgba(11,12,63,.24); transition: width 180ms ease, background 180ms ease; }
.colour-floating-tab strong { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 11px; line-height: 1; letter-spacing: .035em; }
.colour-floating-tab > span:last-child { font-size: 16px; }
.colour-floating-tab:hover { width: 55px; background: var(--orange-dark); }
.colour-tab-swatch { display: flex; gap: 3px; }
.colour-tab-swatch i { width: 7px; height: 18px; display: block; background: #30333a; }
.colour-tab-swatch i:nth-child(2) { background: #68756b; }
.colour-tab-swatch i:nth-child(3) { background: #a3563e; }
.services-dropdown { position: relative; align-self: stretch; display: flex; align-items: center; }
.services-dropdown::after { content: ""; position: absolute; z-index: 121; top: calc(100% - 14px); left: -28px; width: calc(100% + 56px); height: 18px; }
.services-trigger { min-height: 88px; display: flex; align-items: center; gap: 7px; color: #303341; font-size: 13px; font-weight: 800; cursor: pointer; }
.services-trigger span { color: var(--orange-dark); transition: transform 180ms ease; }
.services-dropdown-panel { position: absolute; z-index: 120; top: calc(100% - 1px); left: 50%; width: min(760px,calc(100vw - 48px)); padding: 22px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; visibility: hidden; opacity: 0; pointer-events: none; background: #fff; border-top: 3px solid var(--orange); border-radius: 0 0 12px 12px; box-shadow: 0 28px 80px rgba(12,13,52,.18); transform: translateX(-50%); transition: opacity 160ms ease, visibility 160ms ease; }
.services-dropdown:hover .services-dropdown-panel, .services-dropdown:focus-within .services-dropdown-panel { visibility: visible; opacity: 1; pointer-events: auto; transform: translateX(-50%); }
.services-dropdown:hover .services-trigger span, .services-dropdown:focus-within .services-trigger span { transform: rotate(180deg); }
.services-dropdown-panel > div:first-child { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 12px; }
.services-dropdown-panel > div:first-child p { grid-column: 1 / -1; margin: 0 0 8px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.services-dropdown-panel > div:first-child a { min-height: 48px; padding: 10px 12px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.services-dropdown-panel > div:first-child a::after, .dropdown-feature::after { display: none; }
.services-dropdown-panel > div:first-child a span { color: var(--orange-dark); font: 600 11px var(--font-oswald),Arial,sans-serif; }
.services-dropdown-panel > div:first-child a:hover { background: var(--soft-blue); }
.dropdown-feature { padding: 24px !important; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; background: var(--navy); color: #fff !important; }
.dropdown-feature small { color: #bfc2dc; font-size: 10px; }
.dropdown-feature strong { margin: 9px 0 26px; font: 600 27px/1.15 var(--font-oswald),Arial,sans-serif; }
.dropdown-feature > span { color: #ff9b76; font-size: 11px; font-weight: 850; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 24px; border: 0; border-radius: 3px; background: var(--orange-ui); color: #fff; font-size: 14px; font-weight: 850; letter-spacing: .025em; cursor: pointer; box-shadow: 0 9px 26px rgba(201,72,28,.2); transition: background 180ms ease, transform 180ms ease; }
.button:hover { background: #a93a15; transform: translateY(-2px); }
.button-small { min-height: 46px; padding-inline: 18px; gap: 12px; }
.button-light { background: #fff; color: var(--navy); box-shadow: none; }
.button-light:hover { background: var(--soft-blue); color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--navy); font-size: 14px; font-weight: 850; }
.phone-link { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-weight: 800; }
.phone-link span { color: var(--orange); font-size: 11px; }

.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--orange-dark); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 2px; display: inline-block; background: currentColor; }
.eyebrow-light { color: #ff9b76; }
.section { padding: 116px 0; }
.section-heading h2, .project-copy h2, .why-intro h2, .faq-intro h2, .quote-intro h2, .areas-grid h2, .inclusions-grid h2, .process-heading h2, .local-proof-grid h2 { margin: 0; font: 600 clamp(43px,5vw,68px)/1.03 var(--font-oswald), Arial, sans-serif; letter-spacing: -.025em; text-wrap: balance; }
.split-heading, .testimonial-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }
.split-heading > p, .testimonial-heading > p { max-width: 490px; margin: 0 0 5px; color: var(--muted); }

.hero { position: relative; min-height: 700px; display: flex; overflow: hidden; background: var(--navy-deep); color: #fff; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 58% center; transform: scale(1.015); }
.hero-shade { background: linear-gradient(90deg,rgba(8,9,53,.98) 0%,rgba(10,11,59,.89) 45%,rgba(10,11,59,.28) 79%,rgba(10,11,59,.17) 100%),linear-gradient(0deg,rgba(8,9,48,.67),transparent 55%); }
.hero::after { content: ""; position: absolute; width: 460px; height: 460px; right: -230px; top: -230px; border: 70px solid rgba(241,90,43,.2); transform: rotate(45deg); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,760px) 1fr; align-items: center; gap: 54px; padding-block: 92px 104px; }
.hero-copy { max-width: 770px; }
.hero h1 { max-width: 760px; margin: 0; font: 600 clamp(58px,6.3vw,92px)/.99 var(--font-oswald), Arial, sans-serif; letter-spacing: -.025em; text-wrap: balance; }
.hero-intro { max-width: 655px; margin: 29px 0 0; color: #e4e5ef; font-size: 18px; line-height: 1.75; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; }
.hero-trust { margin: 42px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 13px 25px; list-style: none; color: #dcdeec; font-size: 12px; font-weight: 750; }
.hero-trust span { margin-right: 5px; color: #ff9b76; }
.hero-card { align-self: end; justify-self: end; width: 268px; padding: 26px; background: #fff; color: var(--ink); border-top: 4px solid var(--orange); box-shadow: 0 22px 52px rgba(0,0,0,.26); }
.hero-card-number { color: var(--orange-dark); font: 500 13px var(--font-oswald), Arial, sans-serif; }
.hero-card p { margin: 20px 0 24px; font: 600 28px/1.15 var(--font-oswald), Arial, sans-serif; }
.hero-card a { display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--line); color: var(--navy); font-size: 12px; font-weight: 850; }

.proof-strip { background: #fff; border-bottom: 1px solid var(--line); }
.proof-grid { min-height: 126px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.proof-grid > div { min-height: 55px; padding: 0 30px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }
.proof-grid > div:first-child { padding-left: 0; border-left: 0; }
.proof-grid strong { color: var(--navy); font: 600 25px/1.1 var(--font-oswald), Arial, sans-serif; text-transform: uppercase; }
.proof-grid span { margin-top: 7px; color: var(--muted); font-size: 12px; font-weight: 750; }

.services { background: var(--paper); }
.service-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { min-width: 0; background: #fff; border: 1px solid #e0e1e4; transition: transform 180ms ease, box-shadow 180ms ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(23,21,104,.09); }
.service-image-wrap { position: relative; height: 235px; display: block; overflow: hidden; background: #d8dae1; }
.service-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(8,9,44,.42),transparent 60%); }
.service-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.service-card:hover .service-image-wrap img { transform: scale(1.035); }
.service-image-wrap span { position: absolute; z-index: 2; right: 17px; bottom: 13px; color: #fff; font: 500 18px var(--font-oswald), Arial, sans-serif; }
.service-copy { padding: 29px 28px 27px; }
.service-copy h3, .service-card-cta h3 { margin: 0; font: 600 29px/1.15 var(--font-oswald), Arial, sans-serif; }
.service-copy h3 a:hover { color: var(--orange-dark); }
.service-copy p { min-height: 112px; margin: 16px 0 20px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.service-copy > a { display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--line); color: var(--navy); font-size: 14px; font-weight: 900; letter-spacing: .025em; }
.service-card-cta { position: relative; min-height: 439px; padding: 46px 42px; grid-column: span 2; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: linear-gradient(118deg,var(--navy) 0 66%,var(--navy-soft) 66% 100%); color: #fff; border-color: var(--navy); }
.service-card-cta::after { content: ""; position: absolute; right: -160px; bottom: -220px; width: 390px; height: 390px; border: 68px solid rgba(241,90,43,.16); transform: rotate(45deg); }
.service-card-cta:hover { box-shadow: none; }
.service-card-cta h3 { position: relative; z-index: 1; max-width: 560px; font-size: 45px; line-height: 1.12; }
.service-card-cta .button { position: relative; z-index: 1; align-self: flex-start; }
.service-more-links { margin-top: 22px; padding: 20px 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; background: #fff; border: 1px solid var(--line); }
.service-more-links strong { color: var(--navy); font-size: 14px; }
.service-more-links a { color: var(--navy); font-size: 14px; font-weight: 800; }
.service-more-links a:hover { color: var(--orange-dark); }
.service-more-links span { margin-left: 5px; color: var(--orange-dark); }

.problem-section { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.problem-section::after { content: ""; position: absolute; width: 420px; height: 420px; right: -300px; bottom: -300px; border: 80px solid rgba(241,90,43,.14); transform: rotate(45deg); }
.problem-heading { position: relative; z-index: 1; max-width: 760px; }
.problem-heading h2 { color: #fff; }
.problem-grid { position: relative; z-index: 1; margin-top: 55px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.problem-grid article { min-height: 295px; padding: 30px 26px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.problem-grid article > span { color: #ff9b76; font: 500 13px var(--font-oswald), Arial, sans-serif; }
.problem-grid h3 { margin: 52px 0 9px; font: 600 28px var(--font-oswald), Arial, sans-serif; }
.problem-grid p { margin: 0; color: #c5c6dc; font-size: 12px; }
.problem-grid a { margin-top: auto; color: #fff; font-size: 11px; font-weight: 850; }

.project-section { background: #fff; }
.project-grid { display: grid; grid-template-columns: minmax(0,1.16fr) minmax(370px,.84fr); align-items: center; gap: 84px; }
.project-visual { position: relative; min-height: 560px; overflow: hidden; background: #d7d9df; }
.project-visual img { width: 100%; height: 560px; object-fit: cover; }
.project-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(8,9,53,.6),transparent 50%); }
.project-caption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; display: flex; justify-content: space-between; align-items: end; color: #fff; }
.project-caption span { font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.project-caption strong { font: 600 24px var(--font-oswald), Arial, sans-serif; }
.project-copy > p:not(.eyebrow) { margin: 26px 0 0; color: var(--muted); }
.project-steps { margin: 32px 0 28px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.project-steps li { min-height: 80px; display: grid; grid-template-columns: 44px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.project-steps > li > span { color: var(--orange-dark); font: 500 13px var(--font-oswald), Arial, sans-serif; }
.project-steps div { display: flex; flex-direction: column; }
.project-steps strong { font-size: 13px; }
.project-steps small { margin-top: 2px; color: var(--muted); font-size: 11px; }

.project-showcase-heading { margin-bottom: 50px; }
.project-showcase-heading > div:last-child { align-self: end; }
.project-showcase-heading > div:last-child > p { max-width: 470px; margin: 0 0 20px; color: var(--muted); }
.home-project-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.home-project-card { min-width: 0; background: var(--paper); border: 1px solid var(--line); transition: transform 180ms ease, box-shadow 180ms ease; }
.home-project-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(23,21,104,.1); }
.home-project-images { height: 228px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: #d9dbe2; }
.home-project-images figure { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.home-project-images figure + figure { border-left: 3px solid #fff; }
.home-project-images img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.home-project-card:hover .home-project-images img { transform: scale(1.035); }
.home-project-images figcaption { position: absolute; left: 9px; bottom: 9px; padding: 5px 8px; background: rgba(11,12,63,.88); color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.home-project-card > div { padding: 27px 26px 25px; }
.home-project-card > div > span { color: var(--orange-dark); font: 600 11px var(--font-oswald),Arial,sans-serif; letter-spacing: .05em; text-transform: uppercase; }
.home-project-card h3 { margin: 14px 0 9px; color: var(--navy); font: 600 29px/1.12 var(--font-oswald),Arial,sans-serif; }
.home-project-card h3 a:hover { color: var(--orange-dark); }
.home-project-card p { min-height: 44px; margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.home-project-card > div > a { padding-top: 15px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--navy); font-size: 14px; font-weight: 900; }

.projects-index-hero, .project-detail-hero { position: relative; overflow: hidden; background: var(--navy-deep); color: #fff; }
.projects-index-hero::after, .project-detail-hero::after { content: ""; position: absolute; width: 470px; height: 470px; right: -300px; top: -320px; border: 82px solid rgba(241,90,43,.16); transform: rotate(45deg); }
.projects-index-hero { padding: 42px 0 72px; }
.projects-index-hero .site-shell, .project-detail-hero .site-shell { position: relative; z-index: 1; }
.breadcrumbs-light { color: #bfc2dc; }
.breadcrumbs-light a { color: #fff; }
.projects-index-hero h1 { max-width: 940px; margin: 0; font: 600 clamp(52px,5.5vw,72px)/1.02 var(--font-oswald),Arial,sans-serif; letter-spacing: -.025em; text-wrap: balance; }
.projects-index-hero > .site-shell > p:last-child { max-width: 690px; margin: 28px 0 0; color: #d9dbea; font-size: 18px; }
.projects-index-section { padding-top: 72px; background: #fff; }
.project-index-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.project-index-card { min-width: 0; background: var(--paper); border: 1px solid var(--line); }
.project-index-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1.08fr .92fr; }
.project-comparison { min-height: 320px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: #d8dae1; }
.project-index-card:first-child .project-comparison { min-height: 480px; }
.project-comparison figure { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.project-comparison figure + figure { border-left: 4px solid #fff; }
.project-comparison img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.project-index-card:hover .project-comparison img { transform: scale(1.035); }
.project-comparison figcaption { position: absolute; left: 14px; bottom: 14px; padding: 6px 10px; background: var(--navy-deep); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.project-index-copy { padding: 34px; }
.project-index-card:first-child .project-index-copy { display: flex; flex-direction: column; justify-content: center; }
.project-index-copy > span { color: var(--orange-dark); font: 600 12px var(--font-oswald),Arial,sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.project-index-copy h2 { margin: 16px 0 14px; color: var(--navy); font: 600 39px/1.08 var(--font-oswald),Arial,sans-serif; }
.project-index-copy > p { margin: 0; color: var(--muted); }
.project-index-copy dl { margin: 28px 0; border-top: 1px solid var(--line); }
.project-index-copy dl div { min-height: 54px; display: grid; grid-template-columns: 90px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.project-index-copy dt { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.project-index-copy dd { margin: 0; font-size: 12px; font-weight: 800; }

.project-detail-hero { padding: 48px 0 92px; }
.project-detail-hero-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(440px,1.08fr); align-items: center; gap: 72px; }
.project-detail-hero h1 { max-width: 680px; margin: 0; font: 600 clamp(54px,6.1vw,82px)/1 var(--font-oswald),Arial,sans-serif; letter-spacing: -.025em; text-wrap: balance; }
.project-detail-hero-grid > div > p:not(.eyebrow) { max-width: 660px; margin: 27px 0 0; color: #d9dbea; font-size: 17px; }
.project-facts { margin-top: 34px; display: flex; gap: 42px; }
.project-facts span { display: flex; flex-direction: column; color: #fff; font-size: 13px; font-weight: 800; }
.project-facts small { margin-bottom: 5px; color: #aeb2ce; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.project-detail-feature { position: relative; min-height: 490px; margin: 0; overflow: hidden; background: #d8dae1; border: 7px solid rgba(255,255,255,.1); }
.project-detail-feature img { width: 100%; height: 490px; object-fit: cover; }
.project-detail-feature figcaption { position: absolute; left: 20px; bottom: 20px; padding: 8px 11px; background: rgba(11,12,63,.9); color: #fff; font-size: 11px; font-weight: 850; }
.project-story-strip { background: var(--orange-ui); color: #fff; }
.project-story-strip .site-shell { min-height: 92px; display: flex; align-items: center; justify-content: center; gap: 34px; }
.project-story-strip span { font: 600 23px var(--font-oswald),Arial,sans-serif; }
.project-story-strip b { font-weight: 500; opacity: .7; }
.project-scope-reason { background: #fff; border-bottom: 1px solid var(--line); }
.project-scope-reason .site-shell { min-height: 132px; display: grid; grid-template-columns: 170px minmax(0,820px); align-items: center; justify-content: center; gap: 48px; }
.project-scope-reason span { color: var(--orange-dark); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.project-scope-reason p { margin: 0; color: var(--navy); font-size: 17px; line-height: 1.7; }

.project-gallery-section { background: #fff; }
.transformation-gallery { margin-top: 52px; display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }
.gallery-photo { position: relative; aspect-ratio: 4 / 3; min-width: 0; padding: 0; overflow: hidden; border: 0; background: #d8dae1; cursor: zoom-in; }
.gallery-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease, filter 350ms ease; }
.gallery-photo:hover img { transform: scale(1.04); filter: brightness(.78); }
.gallery-photo span { position: absolute; left: 10px; bottom: 10px; padding: 5px 8px; background: rgba(11,12,63,.9); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.gallery-photo small { position: absolute; right: 10px; top: 10px; color: #fff; font-size: 9px; font-weight: 850; opacity: 0; transition: opacity 180ms ease; }
.gallery-photo:hover small { opacity: 1; }
body.lightbox-open { overflow: hidden; }
.project-lightbox { position: fixed; z-index: 500; inset: 0; padding: 30px; display: grid; place-items: center; background: rgba(5,6,31,.94); }
.project-lightbox > button { position: fixed; z-index: 2; right: 24px; top: 18px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; font-size: 30px; cursor: pointer; }
.project-lightbox figure { max-width: min(960px,calc(100vw - 60px)); max-height: calc(100vh - 60px); margin: 0; display: flex; flex-direction: column; background: #fff; }
.project-lightbox img { width: auto; max-width: 100%; max-height: calc(100vh - 150px); margin: auto; object-fit: contain; }
.project-lightbox figcaption { padding: 16px 18px; display: flex; flex-direction: column; }
.project-lightbox figcaption strong { color: var(--navy); font: 600 21px var(--font-oswald),Arial,sans-serif; }
.project-lightbox figcaption span { color: var(--muted); font-size: 12px; }

.project-process-section { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.project-process-section::after { content: ""; position: absolute; width: 460px; height: 460px; left: -350px; bottom: -350px; border: 80px solid rgba(241,90,43,.13); transform: rotate(45deg); }
.project-process-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; gap: 95px; }
.project-process-layout h2 { margin: 0; font: 600 clamp(43px,5vw,66px)/1.03 var(--font-oswald),Arial,sans-serif; letter-spacing: -.025em; }
.project-process-layout > div > p:not(.eyebrow) { margin: 26px 0 32px; color: #c8cadf; }
.project-process-layout ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.project-process-layout li { min-height: 142px; display: grid; grid-template-columns: 58px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.project-process-layout li > span { align-self: start; margin-top: 36px; color: #ff9b76; font: 600 12px var(--font-oswald),Arial,sans-serif; }
.project-process-layout h3 { margin: 0; font: 600 27px var(--font-oswald),Arial,sans-serif; }
.project-process-layout li p { margin: 7px 0 0; color: #c8cadf; font-size: 12px; }
.related-projects-section { background: var(--paper); }
.related-project-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.related-project-cards > a { min-height: 210px; padding: 26px; display: grid; grid-template-columns: 190px 1fr auto; grid-template-rows: auto 1fr auto; column-gap: 24px; background: #fff; border: 1px solid var(--line); }
.related-project-cards img { width: 190px; height: 156px; grid-row: 1 / 4; object-fit: cover; }
.related-project-cards span { color: var(--orange-dark); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.related-project-cards strong { align-self: center; color: var(--navy); font: 600 28px/1.1 var(--font-oswald),Arial,sans-serif; }
.related-project-cards b { grid-column: 2 / -1; align-self: end; color: var(--navy); font-size: 12px; }

.why-section { position: relative; overflow: hidden; background: var(--soft-blue); }
.why-section::before { content: ""; position: absolute; left: -240px; top: -330px; width: 520px; height: 520px; border: 90px solid rgba(241,90,43,.11); transform: rotate(45deg); }
.why-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .86fr 1.14fr; gap: 110px; }
.why-intro p:not(.eyebrow) { max-width: 470px; margin: 27px 0 32px; color: var(--muted); }
.repair-first-promise { max-width: 475px; margin: -2px 0 32px; padding: 22px 23px; background: #fff; border-left: 3px solid var(--orange); border-radius: 0 10px 10px 0; box-shadow: 0 12px 34px rgba(21,23,84,.055); }
.repair-first-promise > span { color: var(--orange-dark); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.repair-first-promise p { margin: 8px 0 0 !important; color: var(--navy) !important; font-size: 12px; line-height: 1.7; }
.why-list { border-top: 1px solid #cbd0e2; }
.why-list article { min-height: 128px; display: grid; grid-template-columns: 58px 1fr; align-items: center; border-bottom: 1px solid #cbd0e2; }
.why-list > article > span { align-self: start; margin-top: 29px; color: var(--orange-dark); font: 500 13px var(--font-oswald), Arial, sans-serif; }
.why-list h3 { margin: 0; color: var(--navy); font: 600 28px var(--font-oswald), Arial, sans-serif; }
.why-list p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }

.testimonials { background: var(--paper); }
.testimonial-heading { margin-bottom: 52px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.testimonial-grid blockquote { min-height: 330px; margin: 0; padding: 32px 30px; display: flex; flex-direction: column; background: #fff; border-top: 4px solid var(--orange); }
.quote-mark { height: 40px; color: var(--orange); font: 62px/1 Georgia,serif; }
.testimonial-grid blockquote > p { margin: 26px 0 30px; font: 17px/1.65 Georgia,serif; }
.testimonial-grid footer { margin-top: auto; display: flex; align-items: center; gap: 13px; }
.testimonial-grid footer > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: 10px; font-weight: 900; }
.testimonial-grid footer div { display: flex; flex-direction: column; }
.testimonial-grid footer strong { font-size: 12px; }
.testimonial-grid footer small { color: var(--muted); font-size: 10px; }

.areas-section { padding-bottom: 58px; background: #fff; }
.areas-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.areas-grid > div:first-child > p:not(.eyebrow) { margin: 25px 0 28px; color: var(--muted); }
.area-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.area-list span { min-height: 95px; padding: 22px; display: flex; align-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--navy); font: 600 20px var(--font-oswald), Arial, sans-serif; }

.map-section { padding-top: 0; background: #fff; }
.map-grid { padding: 64px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 72px; background: var(--soft-blue); border-top: 4px solid var(--orange); }
.map-copy h2 { margin: 0; color: var(--navy); font: 600 clamp(43px,5vw,68px)/1.03 var(--font-oswald),Arial,sans-serif; letter-spacing: -.025em; }
.map-copy > p:not(.eyebrow) { margin: 26px 0 20px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.map-regions { margin: 0 0 25px; display: flex; flex-wrap: wrap; gap: 8px; }
.map-regions span { padding: 8px 11px; background: rgba(255,255,255,.78); border: 1px solid #d7dde7; border-radius: 999px; color: var(--navy); font-size: 12px; font-weight: 800; }
.map-contact-list { margin: 0 0 28px; border-top: 1px solid var(--line); }
.map-contact-list a { min-height: 68px; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); }
.map-contact-list small { color: var(--orange-dark); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.map-contact-list strong { margin-top: 4px; color: var(--navy); font-size: 13px; overflow-wrap: anywhere; }
.map-frame { overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 24px 65px rgba(16,17,66,.12); }
.map-frame iframe { width: 100%; min-height: 460px; display: block; border: 0; }
.map-frame p { margin: 0; padding: 14px 18px; color: var(--muted); font-size: 11px; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .74fr 1.26fr; align-items: start; gap: 100px; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro > p:not(.eyebrow) { margin: 25px 0 24px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 94px; display: grid; grid-template-columns: 1fr 30px; align-items: center; gap: 30px; cursor: pointer; list-style: none; color: var(--navy); font: 600 23px/1.3 var(--font-oswald), Arial, sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--soft-blue); color: var(--navy); font: 17px var(--font-manrope), Arial, sans-serif; transition: transform 180ms ease, background 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--orange); color: #fff; }
.faq-list details p { max-width: 660px; margin: -5px 58px 29px 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.faq-all-link { margin-top: 18px; }

.quote-section { padding: 110px 0; background: var(--navy-deep); color: #fff; }
.quote-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 90px; }
.quote-intro > p:not(.eyebrow) { max-width: 470px; margin: 27px 0 36px; color: #c7c9dd; }
.quote-intro .availability-note { margin: -20px 0 30px; padding-left: 14px; border-left: 2px solid var(--orange); color: #fff; font-size: 13px; font-weight: 750; }
.contact-options { border-top: 1px solid rgba(255,255,255,.2); }
.contact-options a { min-height: 79px; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid rgba(255,255,255,.2); }
.contact-options small { color: #ff9b76; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-options strong { margin-top: 5px; font-size: 13px; overflow-wrap: anywhere; }
.enquiry-steps { margin: 33px 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.enquiry-steps li { min-height: 67px; display: grid; grid-template-columns: 34px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.enquiry-steps li > span { color: #ff9b76; font: 700 11px var(--font-manrope),Arial,sans-serif; }
.enquiry-steps div { display: flex; flex-direction: column; }
.enquiry-steps strong { font-size: 14px; }
.enquiry-steps small { margin-top: 3px; color: #bfc3d6; font-size: 12px; line-height: 1.45; }
.quote-form { padding: 38px; background: #fff; color: var(--ink); }
.quote-form label { margin-bottom: 20px; display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 850; letter-spacing: .025em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #d9dae1; border-radius: 0; background: #fafafd; color: var(--ink); font-size: 16px; font-weight: 500; text-transform: none; outline: none; }
.quote-form input, .quote-form select { height: 50px; padding: 0 14px; }
.quote-form textarea { padding: 13px 14px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(241,90,43,.13); }
.quote-form input::placeholder, .quote-form textarea::placeholder { color: #9296a1; }
.form-button { width: 100%; margin-top: 2px; }
.privacy-note { margin: 13px 0 0; color: #68707c; font-size: 12px; line-height: 1.5; text-align: center; }
.privacy-note a { color: var(--navy); font-weight: 800; text-decoration: underline; }
.website-field, .srg-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 70px 0 28px; background: #07082d; color: #fff; }
.footer-top { display: grid; grid-template-columns: 1.25fr .7fr .68fr 1.27fr; gap: 36px; }
.brand-light { width: max-content; padding: 8px 12px; background: #fff; border-radius: 2px; }
.brand-light img { width: 160px; }
.footer-brand p { max-width: 330px; margin: 22px 0 0; color: #aeb0c3; font-size: 12px; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-top h3 { margin: 0 0 8px; color: #777a9a; font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.footer-top a, .footer-top span { color: #dcdeeb; font-size: 11px; }
.footer-top a:hover { color: #ff9b76; }
.footer-contact a { max-width: 100%; overflow-wrap: anywhere; }
.footer-phone { font-size: 18px !important; font-weight: 850; }
.footer-bottom { margin-top: 60px; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: #777994; font-size: 9px; }
.footer-bottom p { margin: 0; }
.mobile-action-bar { display: none; }

.breadcrumbs { margin-bottom: 55px; display: flex; flex-wrap: wrap; gap: 9px; color: var(--muted); font-size: 11px; font-weight: 750; }
.breadcrumbs a:hover { color: var(--orange-dark); }
.breadcrumbs-light { color: #c3c5dc; }
.service-hero { padding: 42px 0 100px; background: #fff; }
.service-hero-grid { display: grid; grid-template-columns: minmax(0,.93fr) minmax(440px,1.07fr); align-items: center; gap: 82px; }
.service-hero-copy h1 { margin: 0 0 19px; color: var(--navy); font: 600 clamp(51px,5.4vw,76px)/1 var(--font-oswald), Arial, sans-serif; letter-spacing: -.025em; text-wrap: balance; }
.service-hero-copy h2 { margin: 0; font: 600 28px/1.25 var(--font-oswald), Arial, sans-serif; }
.service-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 23px 0 0; color: var(--muted); }
.service-actions .text-link { margin-left: 2px; }
.service-hero-media { position: relative; height: 540px; background: #dadce4; }
.service-hero-media > img { width: 100%; height: 100%; object-fit: cover; }
.service-hero-media > div { position: absolute; left: -35px; bottom: 30px; min-width: 160px; padding: 22px; background: var(--orange); color: #fff; }
.service-hero-media > div span { font: 500 13px var(--font-oswald), Arial, sans-serif; }
.service-hero-media > div p { margin: 21px 0 0; font: 600 21px/1.15 var(--font-oswald), Arial, sans-serif; }
.service-proof { background: var(--navy); color: #fff; }
.service-proof .site-shell { min-height: 90px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.service-proof span { padding: 8px 22px; border-left: 1px solid rgba(255,255,255,.2); color: #e4e5f0; font-size: 11px; font-weight: 850; text-align: center; }
.service-proof span:first-child { border-left: 0; }

.signs-section { background: var(--paper); }
.sign-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.sign-grid article { min-height: 275px; padding: 29px 26px; display: flex; flex-direction: column; background: #fff; border-bottom: 4px solid var(--navy); }
.sign-grid article > span { color: var(--orange-dark); font: 500 13px var(--font-oswald), Arial, sans-serif; }
.sign-grid h3 { margin: auto 0 10px; color: var(--navy); font: 600 27px/1.15 var(--font-oswald), Arial, sans-serif; }
.sign-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.inclusions-section { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.inclusions-section::after { content: ""; position: absolute; width: 420px; height: 420px; right: -270px; top: -270px; border: 75px solid rgba(241,90,43,.18); transform: rotate(45deg); }
.inclusions-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 110px; }
.inclusions-grid > div > p:not(.eyebrow) { margin: 26px 0 32px; color: #c5c7dc; }
.inclusions-grid ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.inclusions-grid li { min-height: 72px; display: grid; grid-template-columns: 38px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 13px; font-weight: 750; }
.inclusions-grid li span { color: #ff9b76; }

.process-section { background: #fff; }
.process-heading { max-width: 760px; }
.process-grid { margin: 55px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid li { min-height: 280px; padding: 29px 25px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid li > span { color: var(--orange-dark); font: 500 13px var(--font-oswald), Arial, sans-serif; }
.process-grid h3 { margin: auto 0 10px; color: var(--navy); font: 600 28px var(--font-oswald), Arial, sans-serif; }
.process-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.service-faq { background: var(--soft-blue); }
.related-section { padding: 82px 0; background: #fff; }
.related-links { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-links a { min-height: 100px; padding: 22px; display: grid; grid-template-columns: 34px 1fr 20px; align-items: center; gap: 5px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--navy); font: 600 18px var(--font-oswald), Arial, sans-serif; }
.related-links a span { color: var(--orange-dark); font-size: 11px; }
.related-links a b { font: inherit; }
.related-links a:hover { background: var(--soft-blue); }

.area-hero { position: relative; overflow: hidden; padding: 44px 0 105px; background: var(--navy); color: #fff; }
.area-hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -350px; bottom: -380px; border: 100px solid rgba(241,90,43,.18); transform: rotate(45deg); }
.area-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 380px; align-items: end; gap: 100px; }
.area-hero h1 { max-width: 780px; margin: 0; font: 600 clamp(57px,6.5vw,88px)/1 var(--font-oswald), Arial, sans-serif; letter-spacing: -.025em; text-wrap: balance; }
.area-hero-grid > div:first-child > p:not(.eyebrow) { max-width: 680px; margin: 27px 0 0; color: #d0d2e2; font-size: 17px; }
.area-hero-note { padding: 30px; display: flex; flex-direction: column; background: #fff; color: var(--ink); border-top: 4px solid var(--orange); }
.area-hero-note > span { margin-bottom: 22px; color: var(--orange-dark); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.area-hero-note strong { padding: 12px 0; border-top: 1px solid var(--line); color: var(--navy); font: 600 25px var(--font-oswald), Arial, sans-serif; }
.area-hero-note small { margin-top: 16px; color: var(--muted); font-size: 10px; }
.region-section { background: var(--paper); }
.region-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.region-grid article { min-height: 360px; padding: 28px; display: flex; flex-direction: column; background: #fff; border-top: 3px solid var(--navy); }
.region-grid article > span { color: var(--orange-dark); font: 500 13px var(--font-oswald), Arial, sans-serif; }
.region-grid h3 { margin: 40px 0 10px; color: var(--navy); font: 600 27px var(--font-oswald), Arial, sans-serif; }
.region-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.region-project-links { margin: 22px 0; padding: 0; list-style: none; }
.region-project-links li + li { margin-top: 8px; }
.region-project-links a { color: var(--navy); font-size: 11px; font-weight: 750; text-decoration: underline; text-decoration-color: rgba(241,90,43,.45); text-underline-offset: 3px; }
.region-project-links a:hover { color: var(--orange-dark); }
.region-quote-link { margin-top: auto; color: var(--navy); font-size: 11px; font-weight: 850; }
.local-proof-section { background: #fff; }
.local-proof-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 84px; }
.local-proof-grid > div:last-child > p:not(.eyebrow) { margin: 25px 0; color: var(--muted); }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { min-height: 64px; display: grid; grid-template-columns: 36px 1fr; align-items: center; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 750; }
.check-list span { color: var(--orange-dark); }

.roof-adviser { padding: 54px 0; background: var(--navy); color: #fff; }
.adviser-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.adviser-grid h2 { max-width: 470px; margin: 0; font: 600 clamp(37px,4.4vw,57px)/1.05 var(--font-oswald),Arial,sans-serif; }
.adviser-grid > div:first-child > p:last-child { max-width: 440px; color: #c9cbdd; }
.adviser-options { border-top: 1px solid rgba(255,255,255,.2); }
.adviser-options details { border-bottom: 1px solid rgba(255,255,255,.2); }
.adviser-options summary { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font: 600 21px var(--font-oswald),Arial,sans-serif; list-style: none; cursor: pointer; }
.adviser-options summary::-webkit-details-marker { display: none; }
.adviser-options summary span { color: #ff9b76; }
.adviser-options details[open] summary span { transform: rotate(45deg); }
.adviser-options p { margin: 0 0 12px; color: #c9cbdd; font-size: 15px; line-height: 1.6; }
.adviser-options a { margin: 0 18px 18px 0; display: inline-block; color: #ff9b76; font-size: 14px; font-weight: 850; }

.live-proof-section { background: #fff; }
.live-proof-grid { margin-top: 55px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; align-items: stretch; }
.live-proof-grid > article { min-height: 650px; padding: 38px; }
.google-proof-card { display: flex; flex-direction: column; border: 1px solid var(--line); }
.google-proof-card h3 { max-width: 390px; margin: 0; color: var(--navy); font: 700 38px/1.08 var(--font-oswald),Arial,sans-serif; letter-spacing: -.035em; }
.proof-card-top { margin: 28px 0 24px; padding: 18px 0; display: flex; align-items: center; gap: 16px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.google-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #4285f4; font-size: 25px; font-weight: 900; box-shadow: 0 5px 24px rgba(0,0,0,.1); }
.proof-card-top div { display: flex; flex-direction: column; }
.proof-card-top strong { color: var(--navy); font: 700 17px var(--font-oswald),Arial,sans-serif; }
.review-stars { color: #f2a900; font-size: 15px; letter-spacing: .08em; }
.google-review-list { display: grid; }
.google-review-list blockquote { margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); }
.google-review-list blockquote:first-child { padding-top: 0; }
.google-review-list p { margin: 0; color: #303441; font-size: 14px; line-height: 1.65; }
.google-review-list .featured-review p { color: var(--navy); font: 600 22px/1.42 var(--font-oswald),Arial,sans-serif; letter-spacing: -.015em; }
.google-review-list footer { margin-top: 11px; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.google-review-list footer strong { color: var(--navy); font-size: 11px; }
.google-review-list footer span { color: var(--muted); font-size: 9px; }
.google-review-link { margin-top: auto; align-self: flex-start; padding-top: 25px; }
.google-proof-card-wide { grid-column: 1 / -1; min-height: 0 !important; }
.google-proof-card-wide h3 { max-width: 650px; }
.google-proof-card-wide .google-review-list { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; }
.google-proof-card-wide .google-review-list blockquote { padding: 0 28px; border-bottom: 0; border-left: 1px solid var(--line); }
.google-proof-card-wide .google-review-list blockquote:first-child { padding-left: 0; border-left: 0; }
.google-proof-card-wide .google-review-list blockquote:last-child { padding-right: 0; }
.google-proof-card-wide .google-review-list .featured-review p { font-size: 19px; }
.social-proof-card { display: flex; flex-direction: column; background: var(--soft-blue); border: 1px solid var(--line); }
.social-proof-card h3 { max-width: 520px; margin: 0; color: var(--navy); font: 700 35px/1.05 var(--font-oswald),Arial,sans-serif; letter-spacing: -.03em; }
.live-social-card { padding: 26px !important; }
.instagram-social-card { padding: 28px !important; }
.live-feed-head { margin-bottom: 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.live-feed-head .eyebrow { margin-bottom: 9px; }
.project-feed-label { padding: 6px 10px; border: 1px solid #d5dbe5; border-radius: 999px; background: rgba(255,255,255,.7); color: var(--muted); font-size: 10px; font-weight: 800; white-space: nowrap; }
.project-feed-intro { max-width: 610px; margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.project-proof-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.project-proof-pair { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #dce1ea; border-radius: 9px; }
.project-proof-pair:last-child { grid-column: 1 / -1; }
.project-proof-images { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 3px; }
.project-proof-tile { position: relative; aspect-ratio: 1.13; overflow: hidden; background: var(--navy); }
.project-proof-pair:last-child .project-proof-tile { aspect-ratio: 1.65; }
.project-proof-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease, opacity 250ms ease; }
.project-proof-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,7,33,.06),transparent 45%,rgba(5,7,33,.36)); pointer-events: none; }
.project-proof-tile em { position: absolute; z-index: 1; left: 9px; top: 9px; padding: 5px 8px; background: rgba(9,11,49,.9); color: #fff; border-radius: 4px; font-size: 9px; font-style: normal; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.project-proof-tile:hover img, .project-proof-tile:focus-visible img { transform: scale(1.045); opacity: .9; }
.project-proof-meta { min-height: 62px; padding: 11px 13px; display: flex; flex-direction: column; justify-content: center; }
.project-proof-meta strong { color: var(--navy); font: 700 17px/1.15 var(--font-oswald),Arial,sans-serif; }
.project-proof-meta span { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.live-feed-footer { padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.instagram-follow-link { display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-size: 11px; font-weight: 800; }
.instagram-follow-link > span { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid #cfd5df; border-radius: 50%; background: #fff; }
.instagram-follow-link b { color: var(--orange-dark); }
.live-proof-note { margin: 18px 0 0; color: var(--muted); font-size: 10px; }

.colour-hero { padding: 38px 0 66px; overflow: hidden; background: var(--navy); color: #fff; }
.colour-hero-grid { display: grid; grid-template-columns: 1fr 340px; gap: 90px; align-items: end; }
.colour-hero .breadcrumbs a, .colour-hero .breadcrumbs span { color: #c7c9dc; }
.colour-hero h1 { max-width: 820px; margin: 0; font: 600 clamp(52px,5.5vw,72px)/1.02 var(--font-oswald),Arial,sans-serif; letter-spacing: -.025em; }
.colour-hero-grid > div > p:last-child { max-width: 690px; color: #ced0e0; font-size: 17px; }
.colour-hero aside { padding: 28px; border-top: 4px solid var(--orange); background: #fff; color: var(--ink); }
.colour-hero aside strong { color: var(--navy); font: 600 26px/1.2 var(--font-oswald),Arial,sans-serif; }
.colour-hero aside p { margin-bottom: 0; color: var(--muted); font-size: 12px; }
.colour-studio-section { padding-top: 72px; background: #fff; }
.colour-studio { position: relative; display: grid; grid-template-columns: minmax(0,1.14fr) minmax(390px,.86fr); gap: 52px; align-items: start; }
.visualiser-panel { position: sticky; top: 110px; }
.visualiser-sky { position: relative; overflow: hidden; background: var(--soft-blue); }
.visualiser-image-wrap { position: relative; isolation: isolate; aspect-ratio: 3 / 2; overflow: hidden; background: #d8e3ed; }
.visualiser-image-wrap > img { width: 100%; height: 100%; object-fit: cover; }
.house-colour-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.surface-tint { color: #fff; fill: currentColor; opacity: .56; mix-blend-mode: normal; transition: color 220ms ease, filter 180ms ease; }
.surface-tint.is-active { filter: drop-shadow(0 0 5px rgba(255,255,255,.65)); }
.surface-walls { opacity: .86; mix-blend-mode: multiply; }
.surface-gutters { position: absolute; z-index: 4; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; opacity: 1; mix-blend-mode: normal; pointer-events: none; }
.surface-gutters.is-active { filter: none; }
.visualiser-label { position: absolute; z-index: 6; left: 22px; top: 22px; min-width: 145px; padding: 15px 17px; display: flex; flex-direction: column; background: rgba(11,12,63,.9); color: #fff; }
.visualiser-label strong { font: 700 22px var(--font-oswald),Arial,sans-serif; }
.visualiser-label small { order: -1; color: #ff9b76; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.scheme-summary { display: grid; grid-template-columns: repeat(3,1fr); background: #fff; border-inline: 1px solid var(--line); }
.scheme-summary button { min-height: 76px; padding: 13px 14px; display: flex; align-items: center; gap: 10px; border: 0; border-right: 1px solid var(--line); background: #fff; color: var(--ink); text-align: left; cursor: pointer; }
.scheme-summary button:last-child { border-right: 0; }
.scheme-summary button:hover, .scheme-summary button.is-active { background: var(--soft-blue); }
.scheme-summary button.is-active { box-shadow: inset 0 -3px var(--orange); }
.scheme-summary i { width: 25px; height: 25px; flex: 0 0 25px; border: 1px solid rgba(0,0,0,.17); border-radius: 50%; }
.scheme-summary span { min-width: 0; display: flex; flex-direction: column; }
.scheme-summary small { color: var(--muted); font-size: 11px; font-style: normal; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.scheme-summary strong { overflow: hidden; color: var(--navy); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.colour-advice { padding: 25px; display: grid; grid-template-columns: 125px 1fr auto; gap: 22px; align-items: center; background: var(--navy-deep); color: #fff; }
.colour-advice span { color: #ff9b76; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.colour-advice p { margin: 0; color: #c9cbdd; font-size: 12px; }
.colour-advice a { color: #fff; font-size: 12px; font-weight: 850; white-space: nowrap; }
.swatch-panel h2 { margin: 0 0 27px; color: var(--navy); font: 700 47px/1.02 var(--font-oswald),Arial,sans-serif; letter-spacing: -.025em; }
.surface-tabs { margin-bottom: 28px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.surface-tabs button { min-height: 78px; padding: 14px 12px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border: 0; border-right: 1px solid var(--line); background: #fff; color: var(--navy); text-align: left; cursor: pointer; }
.surface-tabs button:last-child { border-right: 0; }
.surface-tabs button:hover { background: var(--soft-blue); }
.surface-tabs button.is-active { background: var(--navy); color: #fff; box-shadow: inset 0 -4px var(--orange); }
.surface-tabs span { font-size: 11px; font-weight: 900; }
.surface-tabs small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.surface-tabs button.is-active small { color: #cfd1e1; }
.palette-heading { margin-bottom: 15px; padding-bottom: 14px; display: flex; justify-content: space-between; align-items: end; gap: 18px; border-bottom: 1px solid var(--line); }
.palette-heading > div { display: flex; flex-direction: column; }
.palette-heading strong { color: var(--navy); font-size: 12px; }
.palette-heading span { color: var(--muted); font-size: 9px; }
.palette-heading button { padding: 0 0 3px; border: 0; border-bottom: 1px solid var(--navy); background: transparent; color: var(--navy); font-size: 10px; font-weight: 900; cursor: pointer; }
.swatch-family + .swatch-family { margin-top: 22px; }
.swatch-family h3 { margin: 0 0 9px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.swatch-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.swatch-grid button { min-height: 61px; padding: 8px; display: grid; grid-template-columns: 25px 1fr; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 7px; background: #fff; color: var(--navy); text-align: left; cursor: pointer; transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease; }
.swatch-grid button:hover { background: var(--soft-blue); border-color: #c6cbd5; }
.swatch-grid button.is-active { border-color: var(--orange); box-shadow: inset 0 0 0 1px var(--orange); }
.swatch-grid button > span { width: 25px; height: 25px; border: 1px solid rgba(0,0,0,.16); border-radius: 50%; }
.swatch-grid button strong { font-size: 8px; line-height: 1.25; }
.palette-credit { margin: 26px 0 0; padding: 17px 19px; background: var(--soft-blue); color: var(--muted); font-size: 9px; line-height: 1.65; }
.palette-credit a { color: var(--navy); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.colour-guide-section { background: var(--paper); }
.colour-guide-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.colour-guide-grid article { min-height: 270px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.colour-guide-grid article > span { color: var(--orange-dark); font: 600 12px var(--font-oswald),Arial,sans-serif; }
.colour-guide-grid h3 { margin: auto 0 10px; color: var(--navy); font: 600 28px var(--font-oswald),Arial,sans-serif; }
.colour-guide-grid p { margin: 0; color: var(--muted); font-size: 11px; }

/* Premium editorial refinement */
.site-header { box-shadow: 0 8px 30px rgba(9,11,49,.045); }
.header-inner { min-height: 84px; }
.brand img { width: 170px; }
.desktop-nav { gap: 31px; }
.desktop-nav a, .services-trigger { padding-block: 29px; font-size: 12px; letter-spacing: .012em; }
.services-trigger { min-height: 84px; padding-block: 0; }
.desktop-nav a::after { bottom: 20px; }
.services-dropdown-panel { top: calc(100% - 1px); padding: 26px; gap: 22px; }
.services-dropdown-panel > div:first-child a { border-radius: 7px; }
.dropdown-feature { border-radius: 9px; }
.button { min-height: 56px; padding-inline: 27px; border-radius: 7px; box-shadow: 0 12px 30px rgba(201,72,28,.2); }
.button-small { min-height: 46px; padding-inline: 20px; }
.section { padding: 124px 0; }
.section-heading h2, .project-copy h2, .why-intro h2, .faq-intro h2, .quote-intro h2, .areas-grid h2, .inclusions-grid h2, .process-heading h2, .local-proof-grid h2 { font-weight: 700; font-size: clamp(41px,4.7vw,64px); line-height: 1.04; letter-spacing: -.045em; }
.split-heading, .testimonial-heading { gap: 96px; }
.eyebrow { margin-bottom: 22px; letter-spacing: .18em; }
.hero { min-height: 720px; }
.hero-image { object-position: 61% center; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg,rgba(7,9,40,.97) 0%,rgba(10,12,52,.9) 45%,rgba(10,12,52,.32) 76%,rgba(10,12,52,.15) 100%),linear-gradient(0deg,rgba(7,9,40,.72),transparent 58%); }
.hero::after, .problem-section::after, .why-section::before, .project-process-section::after, .inclusions-section::after, .area-hero::after, .projects-index-hero::after, .project-detail-hero::after { display: none; }
.hero-inner { grid-template-columns: minmax(0,790px) 1fr; padding-block: 104px 112px; }
.hero h1 { max-width: 790px; font-weight: 700; font-size: clamp(55px,6vw,82px); line-height: 1; letter-spacing: -.052em; }
.hero-intro { max-width: 670px; margin-top: 31px; font-size: 17px; line-height: 1.78; }
.hero-card { width: 280px; padding: 29px; border-top: 0; border-radius: 12px; box-shadow: 0 26px 70px rgba(0,0,0,.23); }
.hero-card::before { content: ""; width: 46px; height: 3px; display: block; margin-bottom: 18px; background: var(--orange); }
.hero-card p { margin-top: 18px; font-size: 27px; letter-spacing: -.03em; }
.hero-trust { margin-top: 38px; }
.proof-strip { position: relative; z-index: 4; }
.proof-grid { min-height: 118px; }
.proof-grid strong { font-weight: 700; font-size: 22px; letter-spacing: -.025em; text-transform: none; }
.proof-grid span { margin-top: 8px; line-height: 1.45; }
.roof-adviser { padding: 70px 0; background: var(--navy-deep); }
.adviser-grid h2 { font-weight: 700; letter-spacing: -.04em; }
.adviser-options summary { min-height: 68px; font-weight: 650; }
.service-grid { gap: 22px; }
.service-card { overflow: hidden; border: 1px solid rgba(21,23,84,.09); border-radius: 13px; box-shadow: 0 8px 28px rgba(21,23,84,.035); }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 58px rgba(21,23,84,.1); }
.service-image-wrap { height: 245px; }
.service-copy { padding: 32px 30px 29px; }
.service-copy h3, .service-card-cta h3 { font-weight: 700; letter-spacing: -.035em; }
.service-copy p { color: #59616e; }
.service-card-cta { min-height: 457px; padding: 50px 46px; background: linear-gradient(140deg,var(--navy-deep),var(--navy) 72%); }
.service-card-cta::after { opacity: .55; }
.problem-section { background: var(--navy-deep); }
.problem-grid { gap: 12px; border: 0; }
.problem-grid article { min-height: 280px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; background: rgba(255,255,255,.025); transition: background 180ms ease, transform 180ms ease; }
.problem-grid article:hover { background: rgba(255,255,255,.06); transform: translateY(-3px); }
.problem-grid h3 { font-weight: 700; letter-spacing: -.03em; }
.project-showcase-heading { margin-bottom: 56px; }
.home-project-grid { gap: 22px; }
.home-project-card, .project-index-card { overflow: hidden; border: 1px solid rgba(21,23,84,.09); border-radius: 13px; box-shadow: 0 8px 28px rgba(21,23,84,.035); }
.home-project-card { background: #fff; }
.home-project-card:hover { transform: translateY(-6px); box-shadow: 0 24px 58px rgba(21,23,84,.1); }
.home-project-images { height: 242px; }
.home-project-card h3, .project-index-copy h2 { font-weight: 700; letter-spacing: -.035em; }
.project-section { background: #fff; }
.projects-index-section, .related-projects-section { background: var(--paper); }
.project-index-grid { gap: 22px; }
.project-detail-feature, .service-hero-media { border-radius: 14px; }
.transformation-gallery { gap: 13px; }
.gallery-photo { border-radius: 9px; }
.related-project-cards > a { border-radius: 12px; }
.why-section { background: var(--soft-blue); }
.why-grid { gap: 120px; }
.why-list { border-color: #cdd4df; }
.why-list article { border-color: #cdd4df; }
.why-list h3 { font-weight: 700; letter-spacing: -.03em; }
.testimonials { background: var(--paper); }
.testimonial-grid { gap: 22px; }
.testimonial-grid blockquote { min-height: 338px; padding: 36px 33px; border: 1px solid rgba(21,23,84,.08); border-radius: 12px; box-shadow: 0 12px 38px rgba(21,23,84,.045); }
.testimonial-grid blockquote::before { content: ""; width: 42px; height: 3px; display: block; background: var(--orange); }
.quote-mark { display: none; }
.testimonial-grid blockquote > p { margin-top: 30px; color: #2c3040; font-family: var(--font-manrope),Arial,sans-serif; font-size: 16px; line-height: 1.75; }
.live-proof-grid { gap: 22px; }
.live-proof-grid article { border-radius: 14px; }
.google-proof-card { background: #fff; box-shadow: 0 15px 46px rgba(21,23,84,.06); }
.social-proof-card { background: var(--soft-blue); }
.map-grid { border-top: 0; border-radius: 18px; background: linear-gradient(135deg,#eef2f8,#e8edf5); box-shadow: 0 18px 55px rgba(21,23,84,.07); }
.map-frame { border-radius: 12px; box-shadow: 0 20px 55px rgba(16,17,66,.11); }
.faq-list details { padding-inline: 4px; }
.quote-section { padding: 122px 0; background: linear-gradient(135deg,var(--navy-deep),#11154e); }
.quote-form { padding: 42px; border-radius: 16px; box-shadow: 0 28px 80px rgba(0,0,0,.18); }
.quote-form input, .quote-form select, .quote-form textarea { border-radius: 8px; background: #fbfbfc; }
.site-footer { padding-top: 82px; background: #070928; }
.footer-top { grid-template-columns: 1.22fr .78fr .88fr 1.12fr; gap: 48px; }
.brand-light { border-radius: 8px; }
.footer-top h3 { margin-bottom: 12px; color: #9296b3; }
.footer-top a, .footer-top span { font-size: 13px; line-height: 1.65; }
.colour-hero aside, .area-hero-note { border-top: 0; border-radius: 12px; box-shadow: 0 24px 65px rgba(0,0,0,.18); }
.visualiser-sky, .colour-advice { overflow: hidden; }
.visualiser-sky { border-radius: 13px 13px 0 0; }
.colour-advice { border-radius: 0 0 13px 13px; }
.sign-grid article, .region-grid article { border: 1px solid rgba(21,23,84,.08); border-radius: 11px; box-shadow: 0 10px 34px rgba(21,23,84,.035); }

@media (max-width: 1100px) {
  .desktop-nav { gap: 19px; }
  .desktop-nav a { font-size: 12px; }
  .services-trigger { font-size: 12px; }
  .hero-inner { grid-template-columns: minmax(0,1fr) 235px; }
  .hero h1 { font-size: clamp(56px,7.3vw,80px); }
  .project-grid, .why-grid, .faq-grid, .quote-grid, .areas-grid, .service-hero-grid, .inclusions-grid, .local-proof-grid { gap: 55px; }
  .project-detail-hero-grid { gap: 44px; }
  .related-project-cards > a { grid-template-columns: 145px 1fr; }
  .related-project-cards img { width: 145px; }
}

@media (max-width: 1050px) {
  :root { --shell: min(100% - 34px,760px); }
  .utility-inner p, .utility-inner span, .desktop-nav, .header-cta { display: none; }
  .utility-inner { justify-content: flex-end; }
  .utility-email { display: inline; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { min-width: 70px; min-height: 44px; padding: 9px 11px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); list-style: none; color: var(--navy); font-size: 12px; font-weight: 900; text-align: center; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; top: calc(100% + 8px); right: 0; width: min(340px,calc(100vw - 34px)); padding: 12px; display: flex; flex-direction: column; background: #fff; box-shadow: 0 16px 45px rgba(0,0,0,.16); }
  .mobile-menu nav > * { flex-shrink: 0; }
  .mobile-menu nav a { min-height: 44px; padding: 12px 10px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 800; }
  /* JS measures the visible viewport and contact bar; keep a conservative no-JS fallback. */
  .mobile-menu nav { max-height: min(670px,var(--mobile-menu-height,calc(100vh - 220px))); overflow-y: auto; overscroll-behavior: contain; scroll-padding-block: 12px; }
  @supports (height: 100svh) {
    .mobile-menu nav { max-height: min(670px,var(--mobile-menu-height,calc(100svh - 220px))); }
  }
  body.mobile-navigation-open .colour-floating-tab { visibility: hidden; pointer-events: none; }
  body:has(.mobile-menu[open]) .colour-floating-tab { visibility: hidden; pointer-events: none; }
  .mobile-nav-label { padding: 10px 10px 4px; color: var(--orange-dark); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
  .mobile-menu nav .mobile-service-link { padding-block: 8px; padding-left: 18px; color: var(--muted); font-size: 12px; }
  .hero { min-height: 730px; }
  .hero-inner { grid-template-columns: 1fr; align-content: center; padding-block: 78px; }
  .hero-card { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; padding-block: 20px; }
  .proof-grid > div, .proof-grid > div:first-child { min-height: 76px; padding: 12px 22px; border-left: 1px solid var(--line); }
  .proof-grid > div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .split-heading, .testimonial-heading { grid-template-columns: 1fr; gap: 23px; }
  .service-grid, .region-grid { grid-template-columns: 1fr 1fr; }
  .service-card-cta { grid-column: auto; padding: 42px 34px; background: var(--navy); }
  .service-card-cta h3 { font-size: 35px; line-height: 1.2; }
  .problem-grid, .sign-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .project-grid, .why-grid, .faq-grid, .quote-grid, .areas-grid, .service-hero-grid, .inclusions-grid, .local-proof-grid, .area-hero-grid { grid-template-columns: 1fr; }
  .project-visual, .project-visual img { min-height: 440px; height: 440px; }
  .faq-intro { position: static; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid blockquote { min-height: 250px; }
  .area-list { max-width: 650px; }
  .service-hero-media { height: 480px; }
  .service-hero-media > div { left: 26px; }
  .service-proof .site-shell { grid-template-columns: 1fr 1fr; padding-block: 14px; }
  .service-proof span:nth-child(odd) { border-left: 0; }
  .related-links { grid-template-columns: 1fr 1fr; }
  .area-hero-note { max-width: 470px; }
  .footer-top { grid-template-columns: 1.25fr .75fr .75fr; }
  .footer-top > div:last-child { grid-column: 2 / 4; }
  .adviser-grid, .live-proof-grid, .colour-hero-grid, .colour-studio { grid-template-columns: 1fr; }
  .adviser-grid { gap: 34px; }
  .live-proof-grid { gap: 14px; }
  .visualiser-panel { position: static; }
  .colour-hero-grid { gap: 40px; }
  .colour-hero aside { max-width: 520px; }
  .home-project-grid { grid-template-columns: 1fr 1fr; }
  .home-project-card:last-child { grid-column: 1 / -1; }
  .project-index-card:first-child, .project-detail-hero-grid, .project-process-layout { grid-template-columns: 1fr; }
  .project-detail-feature { min-height: 430px; }
  .project-detail-feature img { height: 430px; }
  .transformation-gallery { grid-template-columns: repeat(3,1fr); }
  .project-index-card:first-child .project-comparison { min-height: 340px; }
  .project-process-layout { gap: 50px; }
  .related-project-cards { grid-template-columns: 1fr; }
  .map-grid { padding: 46px; grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 580px) {
  :root { --shell: calc(100% - 30px); }
  html { scroll-padding-top: 74px; }
  body { padding-bottom: calc(58px + env(safe-area-inset-bottom)); }
  .utility-bar { display: none; }
  .header-inner { min-height: 74px; }
  .brand img { width: 137px; }
  .hero { min-height: 720px; }
  .hero-image { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(8,9,53,.96),rgba(8,9,53,.7)),linear-gradient(0deg,rgba(8,9,53,.85),transparent 58%); }
  .hero-inner { padding-block: 68px 62px; }
  .hero h1 { font-size: clamp(38px,10.5vw,42px); line-height: 1.04; letter-spacing: -.04em; }
  .hero-intro { margin-top: 23px; font-size: 16px; line-height: 1.7; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .phone-link { align-self: flex-start; }
  .hero-trust { margin-top: 31px; flex-direction: column; gap: 8px; }
  .proof-grid strong { font-size: 21px; }
  .proof-grid span { font-size: 12px; line-height: 1.45; }
  .section { padding: 82px 0; }
  .section-heading h2, .project-copy h2, .why-intro h2, .faq-intro h2, .quote-intro h2, .areas-grid h2, .inclusions-grid h2, .process-heading h2, .local-proof-grid h2 { font-size: 42px; }
  .service-grid, .problem-grid, .sign-grid, .process-grid, .region-grid { grid-template-columns: 1fr; }
  .service-copy p { min-height: 0; }
  .service-more-links { align-items: stretch; flex-direction: column; }
  .service-more-links a { min-height: 44px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
  .service-card-cta { min-height: 390px; }
  .problem-grid article { min-height: 245px; }
  .problem-grid h3 { margin-top: 36px; }
  .project-visual, .project-visual img { min-height: 375px; height: 375px; }
  .project-caption { align-items: start; flex-direction: column; gap: 4px; }
  .why-list article { grid-template-columns: 43px 1fr; }
  .why-list h3 { font-size: 23px; }
  .why-list p { padding-bottom: 17px; }
  .area-list { grid-template-columns: 1fr; }
  .area-list span { min-height: 75px; }
  .faq-list summary { min-height: 86px; font-size: 19px; }
  .faq-list details p { margin-right: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .quote-section { padding: 82px 0; }
  .quote-form { margin-inline: -4px; padding: 25px 20px; }
  .breadcrumbs { margin-bottom: 38px; }
  .service-hero { padding: 32px 0 76px; }
  .service-hero-grid { gap: 46px; }
  .service-hero-copy h1 { font-size: clamp(38px,10.5vw,42px); }
  .service-hero-copy h2 { font-size: 24px; }
  .service-hero-media { height: 370px; }
  .service-hero-media > div { left: 18px; bottom: 18px; }
  .service-proof .site-shell { grid-template-columns: 1fr; padding-block: 6px; }
  .service-proof span, .service-proof span:nth-child(odd) { min-height: 48px; display: grid; place-items: center; border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .service-proof span:first-child { border-top: 0; }
  .sign-grid article, .process-grid li { min-height: 230px; }
  .related-links { grid-template-columns: 1fr; }
  .area-hero { padding: 32px 0 78px; }
  .area-hero h1 { font-size: clamp(38px,10.5vw,42px); }
  .area-hero-grid { gap: 50px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-top > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .colour-floating-tab { top: auto; right: 12px; bottom: calc(70px + env(safe-area-inset-bottom)); width: 50px; min-height: 50px; height: 50px; padding: 0; flex-direction: row; border-radius: 50%; gap: 0; }
  .colour-floating-tab strong, .colour-floating-tab > span:last-child { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .colour-floating-tab:hover { width: 50px; }
  .colour-tab-swatch i { width: 6px; height: 16px; }
  .roof-adviser { padding: 72px 0; }
  .adviser-options summary { min-height: 72px; font-size: 19px; }
  .live-proof-grid > article { min-height: 0; padding: 27px 22px; }
  .google-proof-card h3 { font-size: 34px; }
  .google-review-list .featured-review p { font-size: 21px; }
  .google-proof-card-wide .google-review-list { grid-template-columns: 1fr; }
  .google-proof-card-wide .google-review-list blockquote, .google-proof-card-wide .google-review-list blockquote:first-child, .google-proof-card-wide .google-review-list blockquote:last-child { padding: 18px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .google-proof-card-wide .google-review-list blockquote:first-child { padding-top: 0; }
  .social-proof-card h3 { font-size: 31px; }
  .live-social-card { padding: 20px 14px !important; }
  .instagram-social-card { padding: 20px 14px !important; }
  .live-feed-head, .live-feed-footer { align-items: flex-start; flex-direction: column; }
  .project-proof-grid { grid-template-columns: 1fr; gap: 10px; }
  .project-proof-pair:last-child { grid-column: auto; }
  .project-proof-pair:last-child .project-proof-tile { aspect-ratio: 1.13; }
  .project-proof-meta { min-height: 68px; padding-inline: 14px; }
  .project-proof-meta strong { font-size: 19px; }
  .project-proof-meta span { font-size: 12px; }
  .instagram-follow-link { width: 100%; min-height: 48px; padding-right: 58px; overflow-wrap: anywhere; }
  .area-hero-grid > div:first-child, .region-grid article { min-width: 0; }
  .area-hero-note { width: 100%; max-width: 100%; padding: 24px 20px; }
  .area-hero-note strong { font-size: clamp(20px,6vw,24px); overflow-wrap: anywhere; }
  .region-project-links a, .region-quote-link { min-height: 44px; display: flex; align-items: center; font-size: 13px; line-height: 1.45; }
  .colour-hero { padding-bottom: 52px; }
  .colour-hero h1 { font-size: clamp(38px,10.5vw,42px); }
  .colour-studio-section { padding-top: 48px; }
  .visualiser-sky { min-height: 0; }
  .colour-advice { grid-template-columns: 1fr; }
  .swatch-grid { grid-template-columns: repeat(2,1fr); }
  .surface-tabs span { font-size: 12px; }
  .scheme-summary button { padding-inline: 9px; }
  .scheme-summary i { width: 21px; height: 21px; flex-basis: 21px; }
  .colour-guide-grid { grid-template-columns: 1fr; }
  .colour-guide-grid article { min-height: 220px; }
  .project-showcase-heading { margin-bottom: 36px; }
  .home-project-grid, .project-index-grid { grid-template-columns: 1fr; }
  .home-project-card:last-child, .project-index-card:first-child { grid-column: auto; }
  .home-project-images { height: 220px; }
  .projects-index-hero { padding: 34px 0 62px; }
  .projects-index-section { padding-top: 48px; }
  .projects-index-hero h1 { font-size: clamp(38px,10.5vw,42px); }
  .projects-index-hero > .site-shell > p:last-child { font-size: 15px; }
  .project-index-card:first-child { display: block; }
  .project-comparison, .project-index-card:first-child .project-comparison { min-height: 250px; }
  .project-index-copy { padding: 28px 24px; }
  .project-index-copy h2 { font-size: 34px; }
  .project-detail-hero { padding: 30px 0 72px; }
  .project-detail-hero h1 { font-size: clamp(38px,10.5vw,42px); }
  .project-detail-hero-grid { gap: 44px; }
  .project-detail-hero-grid > div > p:not(.eyebrow) { font-size: 15px; }
  .project-facts { gap: 22px; flex-direction: column; }
  .project-scope-reason .site-shell { min-height: 0; padding-block: 28px; grid-template-columns: 1fr; gap: 9px; }
  .project-detail-feature { min-height: 310px; }
  .project-detail-feature img { height: 310px; }
  .project-story-strip .site-shell { min-height: 75px; gap: 12px; }
  .project-story-strip span { font-size: 16px; }
  .transformation-gallery { grid-template-columns: 1fr 1fr; }
  .gallery-photo:nth-child(odd):last-child { grid-column: 1 / -1; max-width: 50%; }
  .project-lightbox { padding: 14px; }
  .project-lightbox figure { max-width: calc(100vw - 28px); }
  .project-process-layout li { min-height: 165px; grid-template-columns: 42px 1fr; }
  .project-process-layout li > span { margin-top: 31px; }
  .related-project-cards > a { min-height: 0; padding: 18px; grid-template-columns: 110px 1fr; column-gap: 16px; }
  .related-project-cards img { width: 110px; height: 112px; }
  .related-project-cards strong { font-size: 23px; }
  .mobile-action-bar { position: fixed; z-index: 200; left: 0; right: 0; bottom: 0; min-height: calc(58px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: 1fr 1fr; background: var(--navy-deep); color: #fff; box-shadow: 0 -8px 28px rgba(0,0,0,.2); }
  .mobile-action-bar a { display: grid; place-items: center; font-size: 12px; font-weight: 900; }
  .mobile-action-bar a:last-child { background: var(--orange-ui); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
.content-page-hero { position: relative; padding: 58px 0 96px; overflow: hidden; background: linear-gradient(135deg,var(--navy-deep),var(--navy)); color: #fff; }
.content-page-hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -260px; bottom: -290px; border: 72px solid rgba(235,93,42,.18); transform: rotate(45deg); }
.content-page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 340px; align-items: end; gap: 90px; }
.content-page-hero h1 { max-width: 820px; margin: 0; font: 700 clamp(50px,6vw,78px)/1.01 var(--font-oswald),Arial,sans-serif; letter-spacing: -.045em; text-wrap: balance; }
.content-page-hero-grid > div > p:not(.eyebrow) { max-width: 740px; margin: 28px 0 0; color: #d8d9e6; font-size: 18px; line-height: 1.75; }
.content-page-proof { padding: 28px; display: grid; gap: 0; background: #fff; color: var(--ink); border-top: 4px solid var(--orange); border-radius: 12px; box-shadow: 0 26px 68px rgba(0,0,0,.24); }
.content-page-proof small { margin-bottom: 11px; color: var(--orange-dark); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.content-page-proof strong { padding: 12px 0; border-top: 1px solid var(--line); color: var(--navy); font-size: 15px; }
.narrative-section { background: #fff; }
.narrative-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; }
.narrative-grid h2, .proof-link-card h2 { margin: 0; font: 700 clamp(42px,5vw,66px)/1.04 var(--font-oswald),Arial,sans-serif; letter-spacing: -.04em; }
.narrative-grid > div:last-child > p { margin: 0 0 24px; color: var(--muted); font-size: 17px; line-height: 1.85; }
.narrative-grid blockquote { margin: 36px 0 0; padding: 26px 0 0; border-top: 3px solid var(--orange); color: var(--navy); font: 700 30px/1.28 var(--font-oswald),Arial,sans-serif; }
.values-section, .warranty-section, .filtered-gallery-section, .advice-section { background: var(--paper); }
.value-card-grid, .warranty-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.value-card-grid article, .warranty-grid article { min-height: 290px; padding: 29px 26px; display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(21,23,84,.09); border-radius: 12px; box-shadow: 0 12px 34px rgba(21,23,84,.045); }
.value-card-grid article > span, .warranty-grid article > span { color: var(--orange-dark); font: 700 12px var(--font-oswald),Arial,sans-serif; }
.value-card-grid h3, .warranty-grid h2 { margin: auto 0 12px; color: var(--navy); font: 700 28px/1.12 var(--font-oswald),Arial,sans-serif; letter-spacing: -.03em; }
.value-card-grid p, .warranty-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.proof-link-section { padding-top: 0; background: #fff; }
.proof-link-card { padding: 60px; display: flex; align-items: end; justify-content: space-between; gap: 60px; background: var(--navy-deep); color: #fff; border-radius: 16px; }
.proof-link-card > div > p:last-child { max-width: 650px; margin: 22px 0 0; color: #cfd1e1; }
.warranty-grid article { min-height: 355px; }
.warranty-grid article strong { margin: 22px 0 12px; color: var(--orange-dark); font-size: 16px; }
.warranty-clarity { background: var(--navy-deep); color: #fff; }
.warranty-clarity ol, .referral-section ol { margin: 0; padding: 0; list-style: none; }
.warranty-clarity li, .referral-section li { min-height: 105px; display: grid; grid-template-columns: 48px 1fr; gap: 12px; align-items: start; border-top: 1px solid rgba(255,255,255,.18); }
.warranty-clarity li > span, .referral-section li > span { padding-top: 25px; color: #ff9b76; font-weight: 900; }
.warranty-clarity li div, .referral-section li div { padding: 22px 0; }
.warranty-clarity li strong, .referral-section li strong { font-size: 18px; }
.warranty-clarity li p, .referral-section li p { margin: 6px 0 0; color: #c9cbda; font-size: 14px; }
.direct-contact-section { padding-bottom: 48px; background: #fff; }
.direct-contact-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: 0 18px 50px rgba(21,23,84,.06); }
.direct-contact-grid > * { min-height: 190px; padding: 32px; display: flex; flex-direction: column; justify-content: center; background: #fff; border-left: 1px solid var(--line); }
.direct-contact-grid > *:first-child { border-left: 0; }
.direct-contact-grid small { color: var(--orange-dark); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.direct-contact-grid strong { margin: 20px 0 8px; overflow-wrap: anywhere; color: var(--navy); font: 700 25px/1.15 var(--font-oswald),Arial,sans-serif; }
.direct-contact-grid span { color: var(--muted); font-size: 13px; }
.gallery-filters { margin: 50px 0 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.gallery-filters button { min-height: 46px; padding: 0 20px; border: 1px solid #cfd2da; border-radius: 24px; background: transparent; color: var(--navy); font-size: 13px; font-weight: 850; cursor: pointer; }
.gallery-filters button.is-active, .gallery-filters button:hover { background: var(--navy); border-color: var(--navy); color: #fff; }
.gallery-project-grid, .advice-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.gallery-project-card { overflow: hidden; background: #fff; border: 1px solid rgba(21,23,84,.09); border-radius: 13px; box-shadow: 0 12px 36px rgba(21,23,84,.045); }
.gallery-project-card[hidden] { display: none; }
.gallery-project-card img { width: 100%; height: 260px; object-fit: cover; }
.gallery-project-card > a > div { padding: 28px; }
.gallery-project-card span, .advice-grid article > span { color: var(--orange-dark); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gallery-project-card h2, .advice-grid h2 { margin: 13px 0 12px; color: var(--navy); font: 700 29px/1.13 var(--font-oswald),Arial,sans-serif; letter-spacing: -.03em; }
.gallery-project-card p, .advice-grid p { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.gallery-project-card strong, .advice-grid a { padding-top: 15px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--navy); font-size: 12px; }
.faq-library { background: #fff; }
.advice-grid { margin-top: 54px; }
.advice-grid article { min-height: 330px; padding: 30px; display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(21,23,84,.09); border-radius: 12px; }
.advice-grid article a { margin-top: auto; font-weight: 900; }
.referral-section { background: var(--soft-blue); }
.referral-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: start; }
.referral-grid > div > h2 { margin: 0 0 36px; color: var(--navy); font: 700 clamp(40px,5vw,62px)/1.03 var(--font-oswald),Arial,sans-serif; letter-spacing: -.04em; }
.referral-section li { border-color: #cbd2dc; }
.referral-section li p { color: var(--muted); }
.referral-section small { color: var(--muted); }
.referral-form h2 { margin: 0 0 25px; color: var(--navy); font: 700 36px var(--font-oswald),Arial,sans-serif; }
.consent-check { grid-template-columns: 22px 1fr !important; align-items: start !important; }
.consent-check input { width: 18px !important; min-height: 18px !important; margin-top: 3px; }
.consent-check span { font-size: 13px; line-height: 1.55; }
.optional-label { color: var(--muted); font-size: 11px; font-weight: 600; }
.field-help { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; font-weight: 500; }
.quote-prep-strip { background: #fff; border-bottom: 1px solid var(--line); }
.quote-prep-strip .site-shell { min-height: 105px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.quote-prep-strip span { padding: 18px 24px; border-left: 1px solid var(--line); color: var(--navy); font-size: 13px; font-weight: 800; }
.quote-prep-strip span:first-child { border-left: 0; }
.quote-prep-strip b { margin-right: 9px; color: var(--orange-dark); }
.project-comparison-single { grid-template-columns: 1fr !important; }
.legacy-gallery-content { margin-top: 70px; padding-top: 54px; border-top: 1px solid var(--line); }
.service-trust-section { background: var(--navy-deep); color: #fff; }
.service-trust-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.service-trust-grid h2 { margin: 0; font: 700 clamp(42px,5vw,64px)/1.03 var(--font-oswald),Arial,sans-serif; letter-spacing: -.04em; }
.service-trust-grid > div > p:not(.eyebrow) { max-width: 700px; color: #c9cbda; }
.service-trust-grid .trust-link { color: #fff; }
.service-trust-grid aside { padding: 38px; background: #fff; color: var(--ink); border-top: 4px solid var(--orange); border-radius: 12px; }
.service-trust-grid aside small { color: var(--orange-dark); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.service-trust-grid aside strong { margin: 20px 0 12px; display: block; color: var(--navy); font: 700 30px/1.18 var(--font-oswald),Arial,sans-serif; }
.service-trust-grid aside p { color: var(--muted); }
.service-trust-grid aside > span { padding-top: 18px; display: block; border-top: 1px solid var(--line); color: var(--navy); font-size: 12px; font-weight: 800; }
.service-expertise-section { background: var(--soft-blue); }
.service-expertise-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.service-expertise-grid article { padding: 38px; background: #fff; border-top: 4px solid var(--orange); border-radius: 12px; box-shadow: 0 18px 48px rgba(21,23,84,.06); }
.service-expertise-grid article > span { color: var(--orange-dark); font-size: 13px; font-weight: 900; }
.service-expertise-grid h3 { margin: 28px 0 14px; color: var(--navy); font: 700 31px/1.14 var(--font-oswald),Arial,sans-serif; letter-spacing: -.03em; }
.service-expertise-grid p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-expertise-grid ul { margin: 24px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.service-expertise-grid li { position: relative; padding: 12px 0 12px 27px; border-bottom: 1px solid var(--line); color: #4d5564; font-size: 15px; line-height: 1.5; }
.service-expertise-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-dark); font-weight: 900; }
.service-expertise-grid .service-limitations li::before { content: "•"; color: var(--muted); }
.expertise-advice-link { margin-top: 34px; }
.service-projects-section { background: #fff; }
.home-advice-section { background: var(--soft-blue); }
.home-advice-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.home-advice-grid article { overflow: hidden; background: #fff; border-radius: 13px; box-shadow: 0 16px 45px rgba(21,23,84,.07); }
.home-advice-grid article > a { height: 100%; display: flex; flex-direction: column; }
.home-advice-grid img { width: 100%; height: 220px; object-fit: cover; }
.home-advice-grid article > a > div { height: 100%; padding: 29px; display: flex; flex-direction: column; }
.home-advice-grid span { color: var(--orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.home-advice-grid h3 { margin: 18px 0 14px; color: var(--navy); font: 700 28px/1.14 var(--font-oswald),Arial,sans-serif; letter-spacing: -.03em; }
.home-advice-grid p { margin: 0 0 25px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.home-advice-grid strong { margin-top: auto; padding-top: 17px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--navy); font-size: 14px; }
/* Trust, advice and knowledge page refinement */
.instagram-live-section { background: linear-gradient(135deg,var(--navy-deep),#151754 72%); color: #fff; }
.instagram-live-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 76px; align-items: center; }
.instagram-live-copy h2 { max-width: 520px; margin: 0; font: 700 clamp(42px,5vw,66px)/1.04 var(--font-oswald),Arial,sans-serif; letter-spacing: -.04em; }
.instagram-live-copy > p:not(.eyebrow) { max-width: 540px; margin: 27px 0; color: #d0d3e4; font-size: 17px; line-height: 1.75; }
.instagram-live-copy > small { max-width: 480px; margin-top: 22px; display: block; color: #aeb3cf; font-size: 12px; line-height: 1.6; }
.instagram-live-points { margin: 0 0 30px; display: grid; border-top: 1px solid rgba(255,255,255,.18); }
.instagram-live-points span { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: #eef0fa; font-size: 14px; font-weight: 750; }
.instagram-live-points b { margin-right: 14px; color: #ff9b76; }
.instagram-live-embed { min-height: 590px; padding: 18px; display: grid; place-items: center; overflow: hidden; background: #fff; border-radius: 16px; box-shadow: 0 30px 85px rgba(0,0,0,.28); }
.instagram-live-embed .instagram-media { width: 100% !important; min-width: 0 !important; max-width: 620px !important; margin: 0 auto !important; }
.instagram-live-embed > blockquote > a { min-height: 90px; padding: 22px; display: grid; place-items: center; color: var(--navy); font-size: 16px; font-weight: 850; text-align: center; }
.instagram-embed-follow { position: relative; z-index: 3; width: 100%; max-width: 620px; min-height: 68px; margin-top: 14px; padding: 12px 18px; display: flex; align-items: center; gap: 14px; background: var(--orange-ui); color: #fff; border-radius: 10px; box-shadow: 0 10px 28px rgba(201,72,28,.24); }
.instagram-embed-follow:hover { background: #a93a15; }
.instagram-embed-follow > span:nth-child(2) { min-width: 0; display: grid; line-height: 1.35; }
.instagram-embed-follow strong { font-size: 14px; overflow-wrap: anywhere; }
.instagram-embed-follow small { color: rgba(255,255,255,.8); font-size: 12px; }
.instagram-embed-follow b { margin-left: auto; font-size: 18px; }
.instagram-follow-icon { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; font-size: 20px; }

.about-story-section { background: #fff; }
.about-story-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.about-story-image { position: relative; min-height: 560px; overflow: hidden; border-radius: 16px; box-shadow: 0 24px 70px rgba(21,23,84,.13); }
.about-story-image img { width: 100%; height: 560px; object-fit: cover; }
.about-story-image > span { position: absolute; left: 24px; bottom: 24px; padding: 12px 16px; background: var(--orange-ui); color: #fff; border-radius: 5px; font-size: 13px; font-weight: 850; }
.about-story-grid h2, .why-proof-layout h2, .faq-library-intro h2 { margin: 0; color: var(--navy); font: 700 clamp(42px,5vw,65px)/1.04 var(--font-oswald),Arial,sans-serif; letter-spacing: -.045em; }
.about-story-grid > div:last-child > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.85; }
.about-signature { margin-top: 34px; padding: 22px 0; display: grid; gap: 5px; border-top: 3px solid var(--orange); border-bottom: 1px solid var(--line); }
.about-signature strong { color: var(--orange-dark); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.about-signature span { color: var(--navy); font: 700 20px/1.4 var(--font-oswald),Arial,sans-serif; }
.about-capabilities { background: var(--navy-deep); color: #fff; }
.about-capabilities .section-heading h2 { color: #fff; }
.about-capabilities .split-heading > p { color: #c8cbde; font-size: 16px; }
.about-capability-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.18); }
.about-capability-grid article { min-height: 290px; padding: 30px 26px; display: flex; flex-direction: column; background: #101344; }
.about-capability-grid span { color: #ff9b76; font-size: 13px; font-weight: 850; }
.about-capability-grid h3 { margin: auto 0 14px; font: 700 27px/1.12 var(--font-oswald),Arial,sans-serif; }
.about-capability-grid p { margin: 0; color: #c5c9dc; font-size: 15px; line-height: 1.7; }

.why-proof-section { background: var(--soft-blue); }
.why-proof-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.why-proof-layout > div > p:not(.eyebrow) { max-width: 700px; color: var(--muted); font-size: 17px; }
.why-proof-points { margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #cdd4df; }
.why-proof-points span { padding: 15px 5px; border-bottom: 1px solid #cdd4df; color: var(--navy); font-size: 14px; font-weight: 850; }
.why-proof-layout aside { padding: 44px; background: var(--navy-deep); color: #fff; border-radius: 14px; box-shadow: 0 22px 65px rgba(21,23,84,.16); }
.why-proof-layout aside small { color: #ff9b76; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.why-proof-layout blockquote { margin: 46px 0 20px; font: 700 36px/1.22 var(--font-oswald),Arial,sans-serif; letter-spacing: -.03em; }
.why-proof-layout aside p { color: #c9cce0; font-size: 15px; }
.evidence-section { background: #fff; }
.evidence-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.evidence-grid article { min-height: 275px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 12px; }
.evidence-grid span { color: var(--orange-dark); font-size: 13px; font-weight: 900; }
.evidence-grid h3 { margin: auto 0 14px; color: var(--navy); font: 700 28px/1.14 var(--font-oswald),Arial,sans-serif; letter-spacing: -.025em; }
.evidence-grid p { margin: 0; color: var(--muted); font-size: 15px; }
.decision-strip { padding: 0; background: var(--navy-deep); color: #fff; }
.decision-strip .site-shell { display: grid; grid-template-columns: repeat(3,1fr); }
.decision-strip .site-shell > div { min-height: 205px; padding: 34px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.16); }
.decision-strip .site-shell > div:first-child { border-left: 0; }
.decision-strip span { color: #ff9b76; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.decision-strip strong { margin-top: 18px; font: 700 22px/1.35 var(--font-oswald),Arial,sans-serif; }

.faq-start-section { padding: 34px 0; background: #fff; border-bottom: 1px solid var(--line); }
.faq-start-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.faq-start-grid a { min-height: 125px; padding: 19px; display: flex; flex-direction: column; background: var(--soft-blue); border-radius: 10px; transition: background 180ms ease, transform 180ms ease; }
.faq-start-grid a:hover { background: #e4eaf3; transform: translateY(-2px); }
.faq-start-grid span { color: var(--orange-dark); font-size: 12px; font-weight: 900; }
.faq-start-grid strong { margin-top: auto; color: var(--navy); font-size: 16px; }
.faq-start-grid small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.faq-library { background: var(--soft-blue); }
.faq-library-layout { display: grid; grid-template-columns: 360px minmax(0,1fr); gap: 90px; align-items: start; }
.faq-library-intro { position: sticky; top: 145px; }
.faq-library-intro > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.75; }
.faq-library-intro .button { margin-top: 14px; }
.faq-groups { display: grid; gap: 34px; }
.faq-groups > section { scroll-margin-top: 145px; padding: 30px 34px 12px; background: #fff; border-radius: 14px; box-shadow: 0 14px 42px rgba(21,23,84,.055); }
.faq-groups header { display: flex; align-items: center; gap: 18px; padding-bottom: 20px; border-bottom: 3px solid var(--orange); }
.faq-groups header > span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; background: var(--navy); color: #fff; border-radius: 50%; font-size: 12px; font-weight: 900; }
.faq-groups header h2 { margin: 0; color: var(--navy); font: 700 28px/1.2 var(--font-oswald),Arial,sans-serif; }
.faq-groups .faq-list { border-top: 0; }
.faq-groups .faq-list summary { min-height: 82px; font-size: 20px; }
.faq-groups .faq-list details p { margin-right: 40px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.faq-advice-link { padding: 78px 0; background: var(--navy-deep); color: #fff; }
.faq-advice-link > .site-shell { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.faq-advice-link h2 { margin: 0; font: 700 clamp(40px,5vw,62px)/1.04 var(--font-oswald),Arial,sans-serif; letter-spacing: -.04em; }
.faq-advice-link p:not(.eyebrow) { max-width: 700px; color: #c9cbdd; font-size: 16px; }

.advice-topics { background: #fff; border-bottom: 1px solid var(--line); }
.advice-topics .site-shell { min-height: 76px; display: flex; align-items: center; gap: 30px; overflow-x: auto; }
.advice-topics span { color: var(--muted); font-size: 13px; font-weight: 800; white-space: nowrap; }
.advice-topics a { padding: 8px 0; border-bottom: 2px solid transparent; color: var(--navy); font-size: 14px; font-weight: 850; white-space: nowrap; }
.advice-topics a:hover { border-color: var(--orange); }
.featured-advice { margin-top: 54px; overflow: hidden; background: var(--navy-deep); border-radius: 16px; box-shadow: 0 22px 65px rgba(21,23,84,.13); }
.featured-advice > a { display: grid; grid-template-columns: 1.05fr .95fr; }
.featured-advice img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.featured-advice > a > div { padding: 54px; display: flex; flex-direction: column; color: #fff; }
.featured-advice span { color: #ff9b76; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.featured-advice h2 { margin: 30px 0 20px; font: 700 43px/1.08 var(--font-oswald),Arial,sans-serif; letter-spacing: -.04em; }
.featured-advice p { margin: 0; color: #c9ccdf; font-size: 16px; line-height: 1.75; }
.featured-advice strong { margin-top: auto; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.2); font-size: 14px; }
.advice-grid { margin-top: 24px; }
.advice-grid article { min-height: 510px; padding: 0; overflow: hidden; }
.advice-grid article > img { width: 100%; height: 205px; object-fit: cover; }
.advice-grid article > div { height: 100%; padding: 28px; display: flex; flex-direction: column; }
.advice-grid article > div > small { margin: auto 0 17px; color: var(--muted); font-size: 12px; }
.advice-grid h2 { font-size: 27px; }
.advice-grid p { font-size: 15px; }
.advice-grid a { font-size: 13px; }
.advice-project-bridge { padding-top: 0; background: var(--paper); }

.advice-article-hero { padding: 56px 0 90px; background: var(--navy-deep); color: #fff; }
.advice-article-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.advice-article-hero h1 { margin: 0; font: 700 clamp(48px,6vw,76px)/1.02 var(--font-oswald),Arial,sans-serif; letter-spacing: -.045em; }
.advice-article-hero p:not(.eyebrow) { max-width: 760px; margin: 26px 0 0; color: #d0d3e4; font-size: 17px; line-height: 1.75; }
.advice-article-hero .article-review-meta { margin-top: 17px; color: #ffb79c; font-size: 13px; font-weight: 800; letter-spacing: .025em; }
.advice-article-hero img { width: 100%; min-height: 420px; height: 100%; object-fit: cover; border-radius: 14px; }
.article-takeaway { background: var(--orange-ui); color: #fff; }
.legal-section { background: #fff; }
.legal-section .article-body { max-width: 820px; margin-inline: auto; }
.legal-section .article-body section { padding: 0 0 34px; }
.legal-section .article-body h2 { color: var(--navy); }
.legal-section .article-body a { color: var(--navy); font-weight: 800; text-decoration: underline; }
.colour-chart-page { background: #fff; }
.colour-chart-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.colour-chart-grid article { min-height: 92px; padding: 13px; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); }
.colour-chart-grid article > span { width: 48px; height: 48px; display: block; border: 1px solid rgba(9,11,49,.2); border-radius: 50%; }
.colour-chart-grid article > div { display: flex; flex-direction: column; }
.colour-chart-grid strong { color: var(--navy); font-size: 14px; }
.colour-chart-grid small { color: var(--muted); font-size: 11px; }
.colour-chart-cta { margin-top: 52px; padding: 42px; background: var(--navy-deep); color: #fff; border-radius: 14px; }
.colour-chart-cta h2 { margin: 0; font: 700 36px/1.12 var(--font-oswald),Arial,sans-serif; }
.colour-chart-cta p { color: #c9cde0; }
.article-takeaway .site-shell { min-height: 115px; display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 30px; }
.article-takeaway span { font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.article-takeaway strong { font: 700 22px/1.4 var(--font-oswald),Arial,sans-serif; }
.advice-article { background: #fff; }
.advice-article-layout { display: grid; grid-template-columns: 280px minmax(0,720px); justify-content: center; gap: 90px; align-items: start; }
.advice-article-layout > aside { position: sticky; top: 145px; padding: 24px; display: grid; gap: 0; background: var(--soft-blue); border-radius: 12px; }
.advice-article-layout > aside > strong { margin-bottom: 10px; color: var(--orange-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.advice-article-layout > aside > a { padding: 11px 0; border-top: 1px solid #d1d8e2; color: var(--navy); font-size: 13px; font-weight: 750; }
.advice-article-layout > aside .article-side-cta { margin-top: 14px; padding: 15px; background: var(--navy); color: #fff; border-radius: 6px; }
.article-body > section { scroll-margin-top: 145px; padding: 0 0 54px; margin: 0 0 54px; border-bottom: 1px solid var(--line); }
.article-body > section > span { color: var(--orange-dark); font-size: 13px; font-weight: 900; }
.article-body h2 { margin: 12px 0 22px; color: var(--navy); font: 700 38px/1.12 var(--font-oswald),Arial,sans-serif; letter-spacing: -.035em; }
.article-body p, .article-body li { color: #4d5564; font-size: 17px; line-height: 1.8; }
.article-body ul { margin: 25px 0 0; padding: 0; list-style: none; }
.article-body li { position: relative; padding: 12px 0 12px 28px; border-top: 1px solid var(--line); }
.article-body li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-dark); font-weight: 900; }
.article-next-step { padding: 42px; background: var(--navy-deep); color: #fff; border-radius: 14px; }
.article-next-step h2 { color: #fff; }
.article-next-step p:not(.eyebrow) { color: #c9cde0; }
.article-next-step > div { margin-top: 28px; display: flex; align-items: center; gap: 28px; }
.text-link-light { color: #fff; }
@media (max-width: 900px) { .service-trust-grid, .service-expertise-grid { grid-template-columns: 1fr; gap: 45px; } .home-advice-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 580px) { .service-trust-grid h2 { font-size: 41px; } .service-trust-grid aside, .service-expertise-grid article { padding: 27px 23px; } .home-advice-grid { grid-template-columns: 1fr; } }
@media (max-width: 900px) {
.instagram-live-layout, .about-story-grid, .why-proof-layout, .faq-library-layout, .advice-article-hero-grid, .advice-article-layout { grid-template-columns: 1fr; gap: 48px; }
  .instagram-live-embed { min-height: 520px; }
  .about-capability-grid, .evidence-grid, .faq-start-grid { grid-template-columns: 1fr 1fr; }
  .decision-strip .site-shell { grid-template-columns: 1fr; }
  .decision-strip .site-shell > div { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .decision-strip .site-shell > div:first-child { border-top: 0; }
  .faq-library-intro, .advice-article-layout > aside { position: static; }
  .faq-advice-link > .site-shell { align-items: flex-start; flex-direction: column; }
  .featured-advice > a { grid-template-columns: 1fr; }
  .featured-advice img { min-height: 330px; }
  .content-page-hero-grid, .narrative-grid, .referral-grid { grid-template-columns: 1fr; gap: 48px; }
  .content-page-proof { max-width: 470px; }
  .value-card-grid, .warranty-grid, .gallery-project-grid, .advice-grid { grid-template-columns: 1fr 1fr; }
  .proof-link-card { align-items: flex-start; flex-direction: column; }
  .direct-contact-grid { grid-template-columns: 1fr; }
  .direct-contact-grid > * { min-height: 145px; border-left: 0; border-top: 1px solid var(--line); }
  .direct-contact-grid > *:first-child { border-top: 0; }
  .quote-prep-strip .site-shell { grid-template-columns: 1fr 1fr; padding-block: 15px; }
  .quote-prep-strip span:nth-child(odd) { border-left: 0; }
  .colour-chart-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 580px) {
.about-story-image, .about-story-image img { min-height: 360px; height: 360px; }
  .about-capability-grid, .evidence-grid, .faq-start-grid { grid-template-columns: 1fr; }
  .why-proof-points { grid-template-columns: 1fr; }
  .instagram-live-copy h2, .about-story-grid h2, .why-proof-layout h2, .faq-library-intro h2 { font-size: 41px; }
  .instagram-live-embed { min-height: 500px; padding: 8px; }
  .faq-groups > section { padding: 24px 20px 8px; }
  .faq-groups .faq-list summary { font-size: 18px; }
  .faq-groups .faq-list details p { margin-right: 0; font-size: 15px; }
  .featured-advice img { min-height: 250px; }
  .featured-advice > a > div { padding: 30px 24px; }
  .featured-advice h2 { font-size: 34px; }
  .article-takeaway .site-shell { grid-template-columns: 1fr; gap: 8px; padding-block: 22px; }
  .advice-article-layout > aside { display: none; }
  .article-body h2 { font-size: 32px; }
  .article-body p, .article-body li { font-size: 16px; }
  .article-next-step { padding: 30px 24px; }
  .article-next-step > div { align-items: flex-start; flex-direction: column; }
  .content-page-hero { padding: 32px 0 72px; }
  .content-page-hero h1, .advice-article-hero h1 { font-size: clamp(38px,10.5vw,42px); }
  .content-page-hero-grid > div > p:not(.eyebrow) { font-size: 15px; }
  .content-page-proof { padding: 22px; }
  .narrative-grid h2, .proof-link-card h2, .referral-grid > div > h2 { font-size: 41px; }
  .value-card-grid, .warranty-grid, .gallery-project-grid, .advice-grid { grid-template-columns: 1fr; }
  .value-card-grid article, .warranty-grid article { min-height: 250px; }
  .proof-link-card { padding: 36px 26px; }
  .gallery-project-card img { height: 235px; }
  .quote-prep-strip .site-shell { grid-template-columns: 1fr; }
  .quote-prep-strip span, .quote-prep-strip span:nth-child(odd) { border-left: 0; border-top: 1px solid var(--line); }
  .quote-prep-strip span:first-child { border-top: 0; }
  .map-frame iframe { min-height: 340px; }
  .map-copy .button { width: 100%; }
  .map-grid { width: 100%; padding: 54px 20px; border-top-width: 3px; }
  .colour-chart-grid { grid-template-columns: 1fr; }
  .colour-chart-cta { padding: 30px 24px; }
}

/* Service pages: clearer hierarchy and project evidence without changing shared page layouts. */
.service-page .service-hero { padding-bottom: 64px; }
.service-page .service-hero-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 56px; }
.service-page .service-hero-copy h1 { font-size: clamp(2.4rem,4.3vw,3.75rem); line-height: 1.08; }
.service-page .service-hero-copy h2 { font-size: clamp(1.35rem,2vw,1.65rem); line-height: 1.3; }
.service-page .service-hero-media { height: auto; aspect-ratio: 4 / 3; overflow: hidden; }
.service-page-roof-ventilation .service-hero-media { max-width: 560px; width: 100%; justify-self: center; }
.service-page .section { padding-block: 64px; }
.service-page .section-heading h2, .service-page .inclusions-grid h2, .service-page .faq-intro h2, .service-page .quote-intro h2, .service-page .service-trust-grid h2 { font-size: clamp(1.8rem,3vw,2.7rem); line-height: 1.17; }
.service-page .section-heading { margin-bottom: 30px; }
.service-page .eyebrow { font-size: .8125rem; }
.service-page .service-proof span { font-size: .875rem; padding: 14px; }
.service-page .sign-grid article, .service-page .process-grid li { min-height: 0; padding: 26px; }
.service-page .sign-grid h3, .service-page .process-grid h3 { margin-top: 20px; }
.service-page .service-expertise-grid { margin-top: 30px; }
.service-page .service-expertise-grid article { padding: 28px; }
.service-page .service-expertise-grid h3 { font-size: 1.6rem; margin-top: 16px; }
.service-page .service-expertise-grid li { font-size: 1rem; }
.service-help-links { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 32px; padding-block: 24px; }
.service-help-links .expertise-advice-link { margin: 0; }
.service-featured-work { background: var(--paper); }
.service-featured-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,440px),1fr)); gap: 26px; }
.service-case-study { min-width: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; }
.service-case-link { display: block; height: 100%; color: inherit; }
.service-case-link:focus-visible { outline: 3px solid var(--orange-dark); outline-offset: -4px; }
.service-comparison { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 5px; }
.service-comparison figure { position: relative; min-width: 0; margin: 0; }
.service-comparison img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.service-comparison figcaption { position: absolute; left: 10px; bottom: 10px; padding: 5px 11px; border-radius: 4px; background: var(--navy); color: #fff; font-weight: 700; font-size: .875rem; }
.service-case-copy { padding: 24px; }
.service-case-copy h3 { margin: 12px 0; color: var(--navy); font-size: 1.6rem; line-height: 1.2; }
.service-case-copy p:not(.eyebrow) { color: var(--muted); margin-bottom: 20px; font-size: 1rem; }
.service-page .related-project-cards { margin-top: 24px; }
.service-page .related-project-cards strong { font-size: 1.45rem; overflow-wrap: anywhere; }
.service-page .related-project-cards span, .service-page .related-project-cards b { font-size: .875rem; }
.quote-form > fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.quote-form fieldset:disabled { opacity: .7; }
.quote-feedback { margin-top: 18px; padding: 16px; border: 1px solid currentColor; border-radius: 8px; font-size: 1rem; }
.quote-feedback-error { color: #8b2b10; background: #fff5f0; }
.quote-feedback-success { color: var(--navy); background: #f1f5ff; }
.quote-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
@media (max-width: 1050px) {
  .service-page .service-hero-grid { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .service-page .service-hero-media { max-width: 720px; width: 100%; }
  .service-page-roof-ventilation .service-hero-media { max-width: 560px; }
}
@media (max-width: 580px) {
  .service-page .service-hero { padding: 24px 0 40px; }
  .service-page .breadcrumbs { margin-bottom: 26px; }
  .service-page .service-hero-copy h1 { font-size: clamp(2rem,8.8vw,2.5rem); }
  .service-page .service-hero-copy h2 { font-size: 1.3rem; }
  .service-page .section { padding-block: 42px; }
  .service-page .section-heading h2, .service-page .inclusions-grid h2, .service-page .faq-intro h2, .service-page .quote-intro h2, .service-page .service-trust-grid h2 { font-size: 1.85rem; }
  .service-page .service-proof .site-shell { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .service-page .service-proof span { min-height: 58px; text-align: center; padding: 10px 8px; border-top: 0; }
  .service-page .service-proof span:nth-child(even) { border-left: 1px solid rgba(255,255,255,.16); }
  .service-page .service-proof span:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.16); }
  .service-page .sign-grid, .service-page .process-grid { gap: 14px; }
  .service-page .sign-grid article, .service-page .process-grid li { padding: 22px; }
  .service-page .service-expertise-grid { gap: 18px; margin-top: 24px; }
  .service-page .service-expertise-grid article { padding: 23px; }
  .service-case-copy { padding: 20px; }
  .service-comparison figcaption { font-size: .875rem; left: 6px; bottom: 6px; padding: 4px 8px; }
  .service-help-links { align-items: stretch; flex-direction: column; padding-block: 20px; }
  .service-help-links a { min-height: 44px; display: inline-flex; align-items: center; flex-wrap: wrap; gap: 8px; }
}

/* Native links keep Instagram photos usable independently of the embed script. */
.instagram-live-embed { display: block; min-height: 0; }
.instagram-feed-heading { display: grid; gap: 5px; margin: 4px 0 18px; color: var(--navy); }
.instagram-feed-heading strong { font-size: 18px; overflow-wrap: anywhere; }
.instagram-feed-heading > span { color: #626578; font-size: 14px; }
.instagram-post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.instagram-post { min-width: 0; overflow: hidden; display: grid; align-content: start; border: 1px solid #dde1eb; border-radius: 9px; background: #eef1f6; color: var(--navy); }
.instagram-post img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; display: block; }
.instagram-post img[hidden] { display: none; }
.instagram-post > span { min-height: 44px; display: flex; align-items: center; gap: 6px; padding: 9px; background: #fff; font-size: 14px; font-weight: 750; }
.instagram-post > span b { margin-left: auto; }
.instagram-post:hover { border-color: var(--orange-dark); }
.instagram-post:hover > span { color: var(--orange-dark); }
.instagram-post:focus-visible, .instagram-embed-follow:focus-visible, .instagram-feed-fallback a:focus-visible { outline: 3px solid var(--orange-dark); outline-offset: 3px; }
.instagram-feed-fallback { min-height: 240px; padding: 24px; display: grid; align-content: center; text-align: center; color: var(--navy); background: #eef1f6; border-radius: 9px; font-size: 16px; }
.instagram-feed-fallback a { min-height: 44px; display: grid; place-items: center; text-decoration: underline; font-weight: 750; }
@media (max-width: 580px) { .instagram-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; } .instagram-feed-heading { padding: 8px; } }

/* Recommendations and sharing: keep controls readable and usable in embedded mobile views. */
.share-actions { min-width: 0; }
.share-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.share-buttons .button { min-height: 48px; gap: 12px; white-space: normal; text-align: center; }
.share-copy { min-height: 48px; padding: 12px 20px; border: 1px solid currentColor; border-radius: 6px; background: transparent; color: var(--navy); font: inherit; font-weight: 700; cursor: pointer; }
.share-copy:hover { background: rgba(17,22,66,.06); }
.share-actions :is(button,input):focus-visible, .recommendation-picker :is(select,a):focus-visible { outline: 3px solid #c7471b; outline-offset: 4px; }
.share-feedback { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.share-feedback:empty { display: none; }
.share-manual { display: block; margin-top: 16px; font-size: 14px; font-weight: 700; }
.share-manual input { display: block; box-sizing: border-box; width: 100%; min-width: 0; margin-top: 8px; padding: 12px; border: 1px solid #949bac; border-radius: 6px; background: #fff; color: var(--navy); font: inherit; font-size: 16px; }
.recommendation-hero .content-page-hero-grid { grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr); align-items: center; gap: clamp(36px,6vw,80px); }
.recommendation-hero h1 { max-width: 680px; font-size: clamp(42px,4.7vw,66px); line-height: 1.06; }
.recommendation-actions { min-width: 0; padding: clamp(24px,3vw,36px); border-top: 4px solid var(--orange); border-radius: 12px; background: #fff; color: var(--ink); box-shadow: 0 18px 40px rgba(0,0,0,.12); }
.recommendation-actions h2 { margin: 0 0 12px; color: var(--navy); font-size: 28px; line-height: 1.2; letter-spacing: -.02em; }
.recommendation-actions p { margin: 0 0 20px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.recommendation-actions .recommendation-action-note { margin: 10px 0 0; font-size: 14px; line-height: 1.5; }
.recommendation-share .share-buttons .button { flex: 1 1 100%; padding: 14px 18px; }
.recommendation-share .share-copy { flex: 1 1 100%; }
.recommendation-share .share-feedback { margin: 12px 0 0; font-size: 14px; }
.recommendation-share .share-buttons .button:focus-visible { outline: 3px solid var(--navy); outline-offset: 4px; }
@media (max-width: 1000px) {
  .recommendation-hero .content-page-hero-grid { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .recommendation-hero h1 { max-width: 720px; }
  .recommendation-actions { width: 100%; max-width: 640px; }
}
@media (max-width: 580px) {
  .recommendation-hero { padding: 24px 0 40px; }
  .recommendation-hero .breadcrumbs { margin-bottom: 24px; }
  .recommendation-hero .eyebrow { margin-bottom: 18px; }
  .recommendation-hero h1 { font-size: clamp(30px,8.5vw,38px); }
  .recommendation-hero .content-page-hero-grid > div > p:not(.eyebrow) { margin-top: 18px; font-size: 16px; line-height: 1.6; }
  .recommendation-actions h2 { font-size: 25px; }
}
.recommendation-card { min-width: 0; padding: clamp(24px,4vw,40px); border: 1px solid #d2d8e2; border-radius: 16px; background: #fff; }
.recommendation-card h2, .project-share-card h2 { margin: 0 0 16px; color: var(--navy); font-size: clamp(25px,3vw,36px); line-height: 1.18; letter-spacing: -.02em; }
.recommendation-picker > label { display: block; margin-bottom: 8px; font-size: 16px; font-weight: 700; color: var(--navy); }
.recommendation-picker select { width: 100%; min-width: 0; min-height: 48px; border: 1px solid #949bac; border-radius: 6px; padding: 12px; background: #fff; color: var(--navy); font: inherit; font-size: 16px; }
.recommendation-picker > p, .recommendation-help, .recommendation-terms, .project-share-card p { font-size: 16px; line-height: 1.65; color: var(--muted); }
.recommendation-picker > p { margin: 18px 0 12px; }
.recommendation-page-link { display: inline-block; margin-bottom: 22px; color: var(--navy); text-decoration: underline; text-underline-offset: 4px; }
.recommendation-help { margin-top: 26px; padding-top: 22px; border-top: 1px solid #d2d8e2; }
.recommendation-help a, .recommendation-terms a, .project-share-links a { color: var(--navy); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.recommendation-service-links { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 32px; }
.recommendation-service-links a { color: var(--navy); font-size: 16px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; padding: 8px 0; }
.project-share-section { padding: 0 0 clamp(40px,6vw,80px); background: #fff; }
.project-share-card { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(0,1fr); align-items: center; gap: 36px; padding: clamp(24px,4vw,40px); border: 1px solid #d2d8e2; border-radius: 16px; background: var(--soft-blue); }
.project-share-card .eyebrow { margin-top: 0; }
.project-share-card p:last-child { margin-bottom: 0; }
.referral-fields { min-width: 0; }
.referral-fields > label { display: block; }
.referrer-name-field { margin-top: 18px; }
.referral-fields .field-help { font-size: 14px; line-height: 1.5; }
@media (max-width: 760px) {
  .project-share-card { width: calc(100% - 40px); grid-template-columns: minmax(0,1fr); gap: 24px; }
  .recommendation-card { padding: 24px; }
  .referral-grid { gap: 32px; }
  .share-buttons > button { flex: 1 1 145px; }
}

.share-manual[hidden], .referrer-name-field[hidden] { display: none; }

.share-buttons svg { flex: 0 0 20px; }

/* Google review figures are optional; the ordinary link always remains available. */
.google-review-summary { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.google-review-summary .google-review-action { display: inline-flex; align-items: center; min-height: 44px; max-width: 100%; padding: 7px 0; color: var(--navy); font-size: 0.875rem; font-weight: 750; line-height: 1.5; text-decoration: underline; text-underline-offset: 4px; }
.google-review-summary .google-review-action:hover { color: var(--orange-dark); }
.google-review-summary .google-review-count { margin-top: 6px; color: var(--muted); font-size: 0.875rem; line-height: 1.5; }
.google-review-summary .google-maps-attribution { margin-top: 6px; color: #5e5e5e; font-family: Arial, sans-serif; font-size: 0.875rem; font-style: normal; font-weight: 400; letter-spacing: normal; white-space: nowrap; }
.google-review-summary .google-review-checked, .google-review-summary .google-review-attribution { margin-top: 5px; color: var(--muted); font-size: 0.8125rem; line-height: 1.5; }
.service-trust-grid aside .google-review-summary { padding-top: 18px; border-top: 1px solid var(--line); }
.service-trust-grid aside .google-review-summary strong { margin: 0; font-size: 1.125rem; line-height: 1.3; }

/* Launch fixes: readable colour controls and long contact links on narrow screens. */
.colour-studio > *, .visualiser-panel, .swatch-panel, .palette-heading > div { min-width: 0; }
.scheme-summary, .surface-tabs, .swatch-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.scheme-summary button, .surface-tabs button, .swatch-grid button { min-width: 0; }
.scheme-summary small, .surface-tabs span, .surface-tabs small, .palette-heading strong, .swatch-family h3 { font-size: 0.875rem; line-height: 1.4; }
.scheme-summary strong { font-size: 0.875rem; white-space: normal; overflow: visible; overflow-wrap: anywhere; line-height: 1.4; }
.palette-heading { align-items: center; flex-wrap: wrap; }
.palette-heading span, .visualiser-label small { font-size: 0.8125rem; line-height: 1.5; }
.palette-heading button { flex: 0 0 auto; min-width: 64px; min-height: 44px; padding: 8px; font-size: 0.875rem; }
.swatch-grid button { grid-template-columns: 25px minmax(0,1fr); }
.swatch-grid button strong { font-size: 0.875rem; line-height: 1.4; overflow-wrap: anywhere; }
.palette-credit, .colour-advice p, .colour-advice a { font-size: 0.875rem; }
.legal-section .article-body, .legal-section .article-body section { min-width: 0; }
.legal-section .article-body a { overflow-wrap: anywhere; word-break: normal; }
@media (max-width: 1100px) { .swatch-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 580px) {
  .scheme-summary, .surface-tabs { grid-template-columns: minmax(0,1fr); }
  .scheme-summary button, .surface-tabs button { min-height: 60px; border-right: 0; border-bottom: 1px solid var(--line); padding: 12px 14px; }
  .scheme-summary button:last-child, .surface-tabs button:last-child { border-bottom: 0; }
  .surface-tabs button { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 16px; }
  .surface-tabs small { margin: 0; }
  .swatch-grid { gap: 8px; }
  .swatch-grid button { padding: 10px 8px; gap: 8px; min-height: 68px; }
  .palette-heading strong { max-width: 205px; }
}

.about-evidence-links { margin-top: 24px; }
.about-evidence-links a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 3px; }
