:root {
  --navy: #0b2744;
  --navy-2: #103757;
  --cyan: #25c9d8;
  --cyan-deep: #0f9fb0;
  --yellow: #f6c928;
  --ink: #102438;
  --muted: #607184;
  --line: #dce4ea;
  --soft: #f4f7f8;
  --white: #fff;
  --shadow: 0 18px 48px rgba(11, 39, 68, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--yellow); color: var(--navy); }
svg { width: 18px; height: 18px; flex: 0 0 auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; background: #fff; color: var(--navy); padding: 10px 14px; border-radius: 8px; font-weight: 800; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; background: #e9f8fa; color: var(--cyan-deep); border-radius: 10px; font-size: 11px; font-weight: 900; }
.installation-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: #e9f8fa; color: var(--cyan-deep); font-weight: 900; margin-bottom: auto; }


.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.grid-wash { position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, black, transparent 86%); }

.utility-bar { background: #071e35; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 650; letter-spacing: .02em; }
.utility-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-bar a { display: inline-flex; align-items: center; gap: 7px; color: #fff; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.site-header__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-link { flex: 0 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__mark { width: 44px; height: 44px; background: var(--navy); position: relative; border-radius: 10px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); overflow: hidden; }
.brand__mark::before { content: ""; position: absolute; inset: 9px 10px 9px 9px; border: 2px solid var(--cyan); border-radius: 1px; }
.brand__window { position: absolute; left: 17px; top: 10px; bottom: 10px; width: 2px; background: #fff; }
.brand__window::after { content: ""; position: absolute; left: -8px; top: 11px; width: 18px; height: 2px; background: #fff; }
.brand__door { position: absolute; right: 8px; top: 16px; width: 9px; height: 19px; border: 2px solid var(--yellow); border-bottom: 0; }
.brand__words { display: grid; line-height: 1; }
.brand__words strong { color: var(--navy); letter-spacing: -.03em; font-size: 18px; font-weight: 850; }
.brand__words em { color: var(--cyan-deep); font-style: normal; }
.brand__words small { color: #758392; font-size: 8px; letter-spacing: .2em; font-weight: 800; margin-top: 6px; }
.brand--light .brand__words strong { color: #fff; }
.brand--light .brand__words small { color: rgba(255,255,255,.56); }
.brand--light .brand__mark { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }

.desktop-nav { display: flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 720; }
.desktop-nav > a { padding: 10px 0; position: relative; white-space: nowrap; }
.desktop-nav > a:not(.header-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--cyan-deep); transition: right .2s ease; }
.desktop-nav > a:hover::after, .desktop-nav > a.is-active::after { right: 0; }
.header-cta { background: var(--navy); color: #fff; padding: 12px 18px !important; border-radius: 8px; }
.header-cta:hover { background: var(--cyan-deep); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); padding: 8px; cursor: pointer; }
.mobile-nav { display: none; border-top: 1px solid var(--line); background: #fff; }
.mobile-nav .wrap { display: grid; padding-block: 10px 18px; }
.mobile-nav a { padding: 13px 2px; border-bottom: 1px solid var(--line); font-weight: 750; }
.mobile-nav a:last-child { display: flex; align-items: center; gap: 8px; color: var(--cyan-deep); }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 80% 15%, #12476d 0, #0b2744 42%, #071d33 100%); color: #fff; }
.hero__grid { min-height: 690px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 64px; align-items: center; padding-block: 74px 84px; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--cyan-deep); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 18px; }
.eyebrow span { width: 20px; height: 2px; background: currentColor; }
.hero .eyebrow, .section--dark .eyebrow, .final-cta .eyebrow { color: var(--cyan); }
.hero h1, .page-hero h1 { margin: 0; max-width: 700px; font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 870; }
.hero h1 span, .page-hero h1 span, .section-heading h2 span { color: var(--cyan); }
.hero__copy > p { max-width: 660px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.72; margin: 28px 0 31px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 8px; padding: 0 20px; font-size: 14px; font-weight: 820; cursor: pointer; transition: transform .16s ease, background .16s ease, border-color .16s ease; }
.button:hover { transform: translateY(-1px); }
.button--primary { background: var(--yellow); color: var(--navy); }
.button--primary:hover { background: #ffd84b; }
.button--outline { border-color: #cfd8df; background: #fff; color: var(--navy); }
.hero .button--outline, .final-cta .button--outline { background: transparent; border-color: rgba(255,255,255,.26); color: #fff; }
.hero .button--outline:hover, .final-cta .button--outline:hover { border-color: #fff; }
.button--dark { background: var(--navy); color: #fff; }
.button--dark:hover { background: var(--navy-2); }
.hero__proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 720; }
.hero__proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero__proof svg { color: var(--yellow); }
.hero__visual { position: relative; min-height: 500px; }
.hero-card { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: #fff; box-shadow: 0 28px 60px rgba(0,0,0,.24); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card--main { width: 78%; aspect-ratio: 1/1; right: 0; top: 0; border-radius: 18px; }
.hero-card--small { width: 37%; aspect-ratio: .82; left: 0; bottom: 0; border-radius: 14px; border: 5px solid #fff; }
.hero__tag { position: absolute; right: -10px; bottom: 36px; padding: 18px 22px; background: #fff; color: var(--navy); border-radius: 10px; box-shadow: var(--shadow); display: grid; }
.hero__tag strong { font-size: 18px; }
.hero__tag span { font-size: 11px; margin-top: 4px; color: var(--muted); }

.problem-strip { background: var(--yellow); color: var(--navy); }
.problem-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.problem-strip a { min-height: 104px; display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; padding: 20px 26px; border-right: 1px solid rgba(11,39,68,.17); }
.problem-strip a:first-child { padding-left: 0; }
.problem-strip a:last-child { border-right: 0; padding-right: 0; }
.problem-strip a > span { font-weight: 900; color: rgba(11,39,68,.6); }
.problem-strip strong, .problem-strip small { display: block; }
.problem-strip strong { font-size: 14px; margin-bottom: 5px; }
.problem-strip small { font-size: 11px; line-height: 1.4; opacity: .75; }
.problem-strip svg { transition: transform .16s ease; }
.problem-strip a:hover svg { transform: translateX(3px); }

.section { padding: 96px 0; background: #fff; }
.section--light { background: var(--soft); }
.section--dark { position: relative; background: var(--navy); color: #fff; }
.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 46px; }
.section-heading h2, .repair-first h2, .installations-band h2, .areas-home h2, .process h2, .two-card h2, .content-split h2, .contact-card h2, .enquiry-helper h2, .final-cta h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.04; letter-spacing: -.045em; }
.section-heading > div { max-width: 670px; }
.section-heading > p { max-width: 490px; color: var(--muted); line-height: 1.75; margin: 0; }
.section-heading--dark > p, .section--dark p { color: rgba(255,255,255,.68); }
.split-heading { align-items: center; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-grid--wide { grid-template-columns: repeat(2, 1fr); }
.service-card { min-height: 310px; display: flex; flex-direction: column; position: relative; background: #fff; border: 1px solid var(--line); border-radius: 13px; padding: 28px; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card::before { content: ""; position: absolute; left: 0; top: 0; width: 4px; height: 0; background: var(--cyan); transition: height .18s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #cbd9e0; }
.service-card:hover::before { height: 100%; }
.service-card__number { position: absolute; right: 24px; top: 22px; color: #d4dde3; font-weight: 900; font-size: 13px; }
.service-card__kicker { display: inline-flex; width: fit-content; background: #e8f7f9; color: #087f8c; border-radius: 999px; padding: 6px 10px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; margin-bottom: 38px; }
.service-card h2, .service-card h3 { margin: 0 0 14px; color: var(--navy); font-size: 23px; letter-spacing: -.03em; }
.service-card p { color: var(--muted); line-height: 1.68; font-size: 13px; margin: 0 0 24px; }
.text-link { margin-top: auto; color: var(--navy); display: inline-flex; gap: 7px; align-items: center; font-size: 12px; font-weight: 830; }

.repair-first__grid, .content-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.repair-first__image, .media-frame { position: relative; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); }
.repair-first__image img, .media-frame img { width: 100%; height: 100%; object-fit: cover; }
.repair-first p, .content-split p { color: var(--muted); line-height: 1.78; font-size: 16px; }
.feature-list { list-style: none; padding: 0; margin: 30px 0 34px; display: grid; gap: 18px; }
.feature-list li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.feature-list li > svg { width: 42px; height: 42px; padding: 10px; background: #e9f8fa; color: var(--cyan-deep); border-radius: 10px; }
.feature-list strong, .feature-list span { display: block; }
.feature-list strong { font-size: 14px; margin: 2px 0 5px; }
.feature-list span { color: var(--muted); font-size: 12px; line-height: 1.5; }

.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.work-card { background: #fff; color: var(--ink); border-radius: 14px; overflow: hidden; }
.work-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.work-card div { padding: 20px; }
.work-card h3 { margin: 0 0 7px; color: var(--navy); font-size: 17px; }
.work-card p { color: var(--muted); margin: 0; line-height: 1.55; font-size: 12px; }

.installations-band { background: linear-gradient(110deg, #eaf9fb 0, #f7fbfc 60%, #fff9df 100%); }
.installations-band__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: center; }
.installations-band p, .areas-home p { max-width: 700px; color: var(--muted); line-height: 1.75; }
.installation-icons { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.installation-icons > div { min-height: 190px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; }
.installation-icons svg { color: var(--cyan-deep); width: 34px; height: 34px; margin-bottom: auto; }
.installation-icons strong { color: var(--navy); font-size: 19px; }
.installation-icons span { color: var(--muted); font-size: 11px; margin-top: 5px; }

.areas-home { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: start; }
.area-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.area-tags span { padding: 10px 13px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--navy); font-size: 12px; font-weight: 730; }
.area-tags--dark span { color: #fff; border-color: rgba(255,255,255,.17); background: rgba(255,255,255,.05); }

.final-cta { position: relative; overflow: hidden; background: #071e35; color: #fff; padding: 70px 0; }
.final-cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.final-cta h2 { max-width: 720px; }
.final-cta p { color: rgba(255,255,255,.66); line-height: 1.65; margin: 16px 0 0; max-width: 760px; }
.final-cta__actions { flex: 0 0 auto; display: flex; gap: 10px; flex-wrap: wrap; }

.page-hero { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.page-hero__inner { position: relative; z-index: 1; padding-block: 82px 86px; }
.page-hero h1 { max-width: 950px; font-size: clamp(44px, 5.4vw, 70px); }
.page-hero p { max-width: 760px; margin: 24px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.7; }
.process { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.process__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.process__steps > div { padding: 24px; border: 1px solid var(--line); border-radius: 12px; min-height: 220px; }
.process__steps span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--yellow); color: var(--navy); font-weight: 900; font-size: 12px; margin-bottom: 38px; }
.process__steps strong { display: block; color: var(--navy); font-size: 15px; margin-bottom: 8px; }
.process__steps p { color: var(--muted); line-height: 1.6; font-size: 12px; margin: 0; }
.check-list { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 13px; }
.check-list li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; line-height: 1.55; color: #344c60; font-size: 14px; }
.check-list svg { color: var(--cyan-deep); margin-top: 2px; }
.lead { font-size: 18px !important; color: #385064 !important; }
.media-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.media-stack img { width: 100%; border-radius: 13px; box-shadow: var(--shadow); }
.two-card { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.two-card article { background: #fff; border: 1px solid var(--line); border-radius: 13px; padding: 34px; }
.two-card h2 { font-size: 31px; }
.two-card p { color: var(--muted); line-height: 1.72; }

.contact-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.contact-card { border: 1px solid var(--line); border-radius: 14px; padding: 38px; background: #fff; }
.contact-card--primary { background: var(--navy); color: #fff; border-color: var(--navy); }
.contact-card--primary h2 { font-size: clamp(38px, 5vw, 60px); color: #fff; }
.contact-card p { color: var(--muted); line-height: 1.7; }
.contact-card--primary p { color: rgba(255,255,255,.66); }
.contact-card--primary .button { margin-top: 12px; }
.alt-number { display: flex; align-items: center; gap: 8px; margin-top: 20px; color: rgba(255,255,255,.72); font-weight: 720; font-size: 13px; }
.plain-list { margin: 26px 0 0; padding-left: 20px; color: var(--muted); line-height: 1.8; }
.enquiry-helper { border: 1px solid var(--line); border-radius: 15px; padding: 34px; display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.enquiry-helper h2 { font-size: 34px; }
.enquiry-helper p { color: var(--muted); line-height: 1.65; max-width: 730px; }

.not-found { min-height: 60vh; display: grid; place-items: center; text-align: center; background: var(--soft); padding: 100px 0; }
.not-found span { display: block; font-size: 100px; font-weight: 900; letter-spacing: -.07em; color: #d9e2e8; }
.not-found h1 { font-size: 44px; margin: -12px 0 10px; color: var(--navy); }
.not-found p { color: var(--muted); margin-bottom: 28px; }

.site-footer { position: relative; overflow: hidden; background: #071e35; color: #fff; padding: 68px 0 24px; border-top: 6px solid var(--cyan); }
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 70px; }
.footer-brand p, .footer-grid > div:last-child p { color: rgba(255,255,255,.55); line-height: 1.65; font-size: 12px; max-width: 430px; }
.footer-brand > a { display: flex; align-items: center; gap: 9px; margin-top: 12px; width: fit-content; font-weight: 800; font-size: 13px; }
.footer-brand > a svg { color: var(--cyan); }
.footer-grid h3 { margin: 4px 0 22px; color: rgba(255,255,255,.44); font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.footer-grid > div:not(:first-child) > a { display: block; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 680; margin: 12px 0; }
.footer-grid > div:not(:first-child) > a:hover { color: #fff; }
.footer-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); margin-top: 56px; padding-top: 22px; color: rgba(255,255,255,.35); font-size: 10px; }
.mobile-call { display: none; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 15px; font-size: 12px; }
  .hero__grid { gap: 38px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-nav { display: block; }
  .hero__grid { grid-template-columns: 1fr; min-height: auto; padding-block: 64px 72px; }
  .hero__copy > p { max-width: 760px; }
  .hero__visual { min-height: 520px; max-width: 680px; width: 100%; margin: 0 auto; }
  .problem-strip__grid { grid-template-columns: 1fr; }
  .problem-strip a { border-right: 0; border-bottom: 1px solid rgba(11,39,68,.16); padding-inline: 0; }
  .problem-strip a:last-child { border-bottom: 0; }
  .repair-first__grid, .content-split, .installations-band__grid, .areas-home, .process, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .section-heading, .final-cta__inner { align-items: start; flex-direction: column; }
  .section-heading > p { max-width: 760px; }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .process__steps { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .utility-bar__inner { justify-content: flex-end; min-height: 32px; }
  .utility-bar__inner > span { display: none; }
  .site-header__inner { min-height: 70px; }
  .brand__mark { width: 39px; height: 39px; }
  .brand__words strong { font-size: 15px; }
  .brand__words small { font-size: 7px; }
  .hero__grid { padding-block: 48px 58px; }
  .hero h1, .page-hero h1 { font-size: 46px; }
  .hero__copy > p, .page-hero p { font-size: 15px; }
  .button-row, .final-cta__actions { width: 100%; }
  .button-row .button, .final-cta__actions .button { width: 100%; }
  .hero__proof { display: grid; gap: 10px; }
  .hero__visual { min-height: 395px; }
  .hero-card--main { width: 82%; }
  .hero-card--small { width: 39%; }
  .hero__tag { right: 0; bottom: 15px; padding: 14px 16px; }
  .hero__tag strong { font-size: 15px; }
  .section { padding: 70px 0; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .repair-first h2, .installations-band h2, .areas-home h2, .process h2, .content-split h2, .contact-card h2, .final-cta h2 { font-size: 36px; }
  .service-grid, .service-grid--wide, .work-grid, .installation-icons, .two-card, .process__steps, .media-stack { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .work-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .work-card img { aspect-ratio: 1/1.15; height: 100%; }
  .page-hero__inner { padding-block: 60px 64px; }
  .content-split .media-frame { order: -1; }
  .process__steps > div { min-height: 160px; }
  .process__steps span { margin-bottom: 20px; }
  .contact-card { padding: 28px 24px; }
  .enquiry-helper { padding: 26px; align-items: stretch; flex-direction: column; }
  .enquiry-helper .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: grid; gap: 7px; padding-bottom: 62px; }
  .mobile-call { position: fixed; z-index: 70; left: 12px; right: 12px; bottom: 12px; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 9px; background: var(--yellow); color: var(--navy); border-radius: 10px; font-weight: 900; font-size: 13px; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
}


/* 2026 brand + dual-phone refresh */
.brand-link { display: inline-flex; align-items: center; }
.brand { display: inline-flex; align-items: center; }
.brand__logo { display: block; width: 230px; height: auto; max-height: 66px; }
.footer-brand .brand__logo { width: 275px; max-width: 100%; max-height: none; margin-bottom: 18px; }
.utility-phones { display: flex; align-items: center; gap: 16px; white-space: nowrap; }
.utility-phones a + a { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.2); }
.phone-pair { display: inline-flex; flex-wrap: wrap; gap: 9px; }
.button--phone-alt { background: #fff; color: var(--navy); border-color: rgba(11,39,68,.14); }
.button--phone-alt:hover { background: #eef8fa; border-color: var(--cyan); }
.hero .button--phone-alt, .final-cta .button--phone-alt, .contact-card--primary .button--phone-alt { background: #fff; color: var(--navy); border-color: #fff; }
.mobile-nav__phone { display: flex !important; align-items: center; gap: 8px; color: var(--cyan-deep) !important; }
.contact-card--primary .phone-pair { margin-top: 12px; }
.contact-card--primary .phone-pair .button { margin-top: 0; }

@media (max-width: 1100px) {
  .brand__logo { width: 205px; }
}

@media (max-width: 620px) {
  .brand__logo { width: 176px; max-height: 54px; }
  .utility-phones { gap: 9px; font-size: 10.5px; letter-spacing: 0; }
  .utility-phones a + a { padding-left: 9px; }
  .phone-pair { width: 100%; }
  .phone-pair .button { width: 100%; }
  .mobile-call { position: fixed; z-index: 70; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; background: transparent; box-shadow: none; min-height: 0; }
  .mobile-call a { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 6px; border-radius: 10px; font-size: 11px; font-weight: 900; box-shadow: 0 10px 30px rgba(0,0,0,.22); }
  .mobile-call a:first-child { background: var(--yellow); color: var(--navy); }
  .mobile-call a:last-child { background: var(--navy); color: #fff; border: 1px solid rgba(255,255,255,.18); }
  .footer-bottom { padding-bottom: 70px; }
}

/* 2026 header/nav + enquiry form polish */
.site-header__inner { min-height: 82px; gap: 20px; }
.brand-link { min-width: 0; flex: 0 1 auto; }
.brand__logo { width: 210px; max-width: 100%; max-height: 58px; }
.desktop-nav { flex: 1 1 auto; justify-content: flex-end; gap: 18px; font-size: 12.5px; min-width: 0; }
.header-cta { flex: 0 0 auto; }
.mobile-nav[hidden] { display: none !important; }
.mobile-nav:not([hidden]) { box-shadow: 0 16px 30px rgba(11,39,68,.10); }
.mobile-nav .wrap { padding-block: 8px 16px; }
.mobile-nav a { display: flex; align-items: center; min-height: 48px; padding: 10px 4px; }

.enquiry-section { background: #fff; }
.enquiry-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 42px; align-items: start; }
.enquiry-panel { position: sticky; top: 138px; }
.enquiry-panel h2 { margin: 0; color: var(--navy); font-size: clamp(36px, 4vw, 52px); line-height: 1.02; letter-spacing: -.045em; }
.enquiry-panel > p { color: var(--muted); line-height: 1.75; margin: 20px 0 28px; }
.enquiry-direct { display: grid; gap: 9px; padding-top: 22px; border-top: 1px solid var(--line); }
.enquiry-direct > span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.enquiry-direct a { display: flex; align-items: center; gap: 8px; width: fit-content; color: var(--navy); font-weight: 850; }
.enquiry-direct a svg { color: var(--cyan-deep); }
.enquiry-form { background: var(--soft); border: 1px solid var(--line); border-radius: 16px; padding: 34px; box-shadow: 0 16px 40px rgba(11,39,68,.07); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.enquiry-form label { display: grid; gap: 8px; }
.enquiry-form label > span { color: var(--navy); font-size: 12px; font-weight: 800; }
.enquiry-form input[type="text"], .enquiry-form input[type="tel"], .enquiry-form input[type="email"], .enquiry-form select, .enquiry-form textarea { width: 100%; border: 1px solid #cdd8df; border-radius: 9px; background: #fff; color: var(--ink); padding: 13px 14px; outline: none; transition: border-color .15s ease, box-shadow .15s ease; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--cyan-deep); box-shadow: 0 0 0 3px rgba(37,201,216,.15); }
.enquiry-form textarea { resize: vertical; min-height: 150px; line-height: 1.55; }
.form-span { grid-column: 1 / -1; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.consent-row { grid-template-columns: 18px 1fr !important; align-items: start; gap: 10px !important; margin-top: 22px; }
.consent-row input { margin: 2px 0 0; width: 16px; height: 16px; accent-color: var(--cyan-deep); }
.consent-row span { color: var(--muted) !important; font-weight: 650 !important; line-height: 1.5; }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 22px; }
.form-actions p { margin: 0; color: var(--muted); font-size: 10.5px; line-height: 1.45; }
.form-actions button:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 22px; margin-top: 18px; padding: 0; font-size: 12px; font-weight: 750; line-height: 1.5; }
.form-status--success, .form-status--error { padding: 12px 14px; border-radius: 8px; }
.form-status--success { background: #eaf8ee; color: #176434; border: 1px solid #bfe4c9; }
.form-status--error { background: #fff0f0; color: #8b2727; border: 1px solid #efc8c8; }

@media (max-width: 1180px) and (min-width: 1041px) {
  .brand__logo { width: 188px; }
  .desktop-nav { gap: 12px; font-size: 11.5px; }
  .header-cta { padding: 11px 14px !important; }
}

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 9px; background: #fff; font-size: 25px; line-height: 1; }
  .mobile-nav:not([hidden]) { display: block; }
  .site-header__inner { min-height: 76px; }
  .enquiry-layout { grid-template-columns: 1fr; gap: 30px; }
  .enquiry-panel { position: static; }
}

@media (min-width: 1041px) { .mobile-nav { display: none !important; } }

@media (max-width: 700px) {
  .utility-bar__inner { min-height: 38px; justify-content: center; }
  .utility-bar__inner > span { display: none; }
  .utility-phones { width: 100%; justify-content: center; gap: 10px; font-size: 11px; }
  .utility-phones a + a { padding-left: 10px; }
  .brand__logo { width: 168px; max-height: 50px; }
  .site-header__inner { min-height: 70px; gap: 12px; }
  .enquiry-form { padding: 24px 20px; }
  .form-grid { grid-template-columns: 1fr; gap: 16px; }
  .form-span { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
}

@media (max-width: 390px) {
  .brand__logo { width: 150px; }
  .utility-phones { font-size: 10px; gap: 7px; }
  .utility-phones a + a { padding-left: 7px; }
}

