:root {
  --accent: #05ffff;
  --accent-hover: #70ffff;
  --accent-dark: #007b80;
  --ink: #111317;
  --ink-soft: #565d64;
  --dark: #090b0e;
  --dark-soft: #11151a;
  --muted: #f1f4f5;
  --line: #d8dfe1;
  --white: #ffffff;
  --radius: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: clip;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
section[id] { scroll-margin-top: 108px; }

.skip-link {
  position: fixed; z-index: 999; left: 12px; top: 12px; transform: translateY(-180%);
  padding: 10px 14px; border-radius: 8px; background: white; color: black; font-weight: 800;
}
.skip-link:focus { transform: none; }

.site-header {
  box-shadow: inset 0 -2px 0 rgba(5,255,255,.72);
  position: sticky; z-index: 50; top: 0; background: rgba(9,11,14,.975); color: white;
  border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(8px);
}
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand-logo { display: block; width: 222px; height: auto; max-height: 60px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 18px; font-size: .85rem; font-weight: 700; }
.site-nav > a:not(.button):hover, .site-nav > a:not(.button):focus-visible { color: var(--accent); }
.nav-toggle {
  display: none; border: 1px solid rgba(255,255,255,.25); background: transparent; color: white;
  padding: 8px 12px; border-radius: 8px; cursor: pointer;
}

.hero {
  min-height: 720px; position: relative; display: grid; align-items: center; overflow: hidden; color: white; background: #1c1f24;
}
.hero-image {
  position: absolute; inset: 0;
  background: url("assets/new-build-rough-in.webp") center 49% / cover no-repeat;
  transform: scale(1.02);
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(8,9,12,.97) 0%, rgba(8,9,12,.88) 42%, rgba(8,9,12,.40) 74%, rgba(8,9,12,.16) 100%),
    linear-gradient(0deg, rgba(8,9,12,.58), rgba(8,9,12,0) 58%);
}
.hero-content { position: relative; z-index: 2; padding-block: 92px; }
.eyebrow { margin: 0 0 12px; color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--accent-dark); }
.hero h1, .section h2, .cta-band h2 {
  font-family: "Barlow Condensed", Arial, sans-serif; text-transform: uppercase; letter-spacing: -.025em; line-height: .94; margin: 0;
}
.hero h1 { max-width: 850px; font-size: clamp(4.2rem, 8vw, 7.4rem); }
.hero h1 span { color: var(--accent); }
.hero-copy { max-width: 720px; margin: 24px 0 30px; color: #e3e6ea; font-size: 1.13rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.hero-link { margin-left: 6px; }
.hero-service-area { margin: 22px 0 0; color: #c4c9d0; font-size: .86rem; font-weight: 600; }

.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 0;
  border-radius: 8px; background: var(--accent); color: #07090b; font-weight: 800; cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { background: var(--accent-hover); transform: translateY(-1px); }
.button:focus-visible, .text-link:focus-visible, .contact-action:focus-visible, .mobile-contact-bar a:focus-visible, .nav-toggle:focus-visible, .quote-form input:focus-visible, .quote-form textarea:focus-visible, .quote-form select:focus-visible {
  outline: 3px solid #ffffff; outline-offset: 3px;
}
.button-small { min-height: 42px; padding-inline: 17px; }
.button-ghost { background: transparent; color: white; border: 1px solid rgba(255,255,255,.48); }
.button-ghost:hover { background: rgba(255,255,255,.10); color: white; }
.text-link { color: var(--accent); font-weight: 800; }
.dark-link { color: #006d72; }

.trust-strip { background: var(--dark); color: white; border-top: 1px solid rgba(5,255,255,.30); border-bottom: 1px solid rgba(5,255,255,.18); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 23px 18px; border-right: 1px solid rgba(255,255,255,.10); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { display: block; color: var(--accent); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.42rem; text-transform: uppercase; }
.trust-grid span { display: block; color: #adb3bb; font-size: .80rem; line-height: 1.35; }

.section { padding: 94px 0; }
.section-muted { background: var(--muted); }
.section-dark { background: linear-gradient(145deg, #080a0d 0%, #11161a 100%); color: white; }
.section-builder { background: white; }
.section-aircon { background: #f8fbfb; border-top: 1px solid #e2e9ea; border-bottom: 1px solid #e2e9ea; }
.section-heading { max-width: 800px; margin-bottom: 44px; }
.section-heading.compact { margin-bottom: 32px; }
.section h2, .cta-band h2 { font-size: clamp(2.8rem, 5vw, 4.9rem); }
.section-heading > p:last-child, .about-copy p, .split-copy > p, .form-intro p:last-child { color: var(--ink-soft); font-size: 1.02rem; }
.section-dark .split-copy > p { color: #b7bdc5; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-width: 0; min-height: 292px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.service-card.featured-card { border-top: 4px solid var(--accent); box-shadow: 0 10px 28px rgba(5,255,255,.07); }
.service-number { display: inline-block; margin-bottom: 34px; color: var(--accent-dark); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1rem; font-weight: 800; }
.service-card h3 { margin: 0 0 10px; font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.85rem; text-transform: uppercase; line-height: 1; }
.service-card p { margin: 0; color: var(--ink-soft); font-size: .93rem; }

.split-layout { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 64px; }
.split-layout > *, .form-layout > *, .project-grid > *, .service-grid > * { min-width: 0; }
.property-layout { grid-template-columns: .9fr 1.1fr; }
.tick-list { list-style: none; padding: 0; margin: 28px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
.tick-list li { position: relative; padding-left: 24px; color: #e6e8eb; }
.tick-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }
.tick-list-dark li { color: var(--ink-soft); }
.inline-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }

.photo-stack { position: relative; min-height: 560px; max-width: 100%; overflow: hidden; border-radius: var(--radius); }
.photo-main { width: 84%; height: 520px; object-fit: cover; object-position: center 20%; border-radius: var(--radius); box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.photo-inset {
  position: absolute; width: 40%; height: 210px; right: 4%; bottom: 18px; object-fit: cover; object-position: center;
  border-radius: 14px; border: 6px solid #0f1317; box-shadow: 0 22px 50px rgba(0,0,0,.38);
}

.builder-photo-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 14px; align-items: stretch; }
.builder-photo-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }
.builder-photo-main { min-height: 560px; object-position: center 54%; }
.builder-photo-small { min-height: 560px; object-position: center; }

.aircon-layout { grid-template-columns: 1.02fr .98fr; }
.aircon-gallery { display: grid; grid-template-columns: 1fr .44fr; gap: 12px; align-items: stretch; }
.aircon-gallery img { width: 100%; object-fit: cover; border-radius: var(--radius); }
.aircon-main { height: 500px; object-position: center 42%; }
.aircon-small { height: 500px; object-position: center 28%; }
.aircon-list li { color: var(--ink-soft); }

.project-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.project { position: relative; margin: 0; min-height: 350px; overflow: hidden; border-radius: var(--radius); background: #222; }
.project-large { grid-row: span 2; min-height: 716px; }
.project-wide { min-height: 410px; grid-column: 1 / -1; }
.project > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.project-large > img { object-position: center 56%; }
.project:hover > img { transform: scale(1.025); }
.project::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(0deg, rgba(0,0,0,.82), transparent); pointer-events: none; }
.project figcaption { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 22px; color: white; }
.project figcaption strong { display: block; font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.65rem; text-transform: uppercase; }
.project figcaption span { color: #d7d9dd; font-size: .86rem; }
.before-after-project { min-height: 520px; }
.before-after { display: grid; grid-template-columns: 1fr 1fr; height: 100%; }
.before-after > div { position: relative; overflow: hidden; }
.before-after img { width: 100%; height: 100%; object-fit: cover; }
.before-after > div:first-child img { object-position: center 18%; }
.before-after > div:last-child img { object-position: center 42%; }
.photo-label { position: absolute; z-index: 2; left: 12px; top: 12px; padding: 5px 9px; border-radius: 999px; background: rgba(9,11,14,.84); color: white; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.about-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 70px; }
.about-copy p:first-child { margin-top: 0; }
.about-detail { padding-top: 14px; border-top: 1px solid var(--line); }

.cta-band { padding: 62px 0; background: var(--accent); border-top: 4px solid #111317; }
.cta-band .eyebrow { color: #063e42; }
.cta-band h2 { max-width: 820px; font-size: clamp(2.7rem, 4.8vw, 4.4rem); }
.contact-cta-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; }
.contact-band p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; font-weight: 600; }
.contact-actions { display: grid; gap: 10px; }
.contact-action { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 72px; padding: 14px 18px; border: 1px solid rgba(17,19,23,.26); border-radius: 10px; background: rgba(255,255,255,.92); transition: transform .18s ease, background .18s ease; }
.contact-action:hover { transform: translateY(-1px); background: white; }
.contact-action span { font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.contact-action strong { text-align: right; font-size: .98rem; }

.contact-form-section { background: white; }
.form-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 38px; align-items: start; }
.quote-form {
  padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #f8fbfb;
  box-shadow: 0 16px 40px rgba(17,19,23,.05);
}
.hidden-field { display: none; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: grid; gap: 8px; font-weight: 700; color: var(--ink); }
.quote-form label span { font-size: .88rem; }
.quote-form input, .quote-form textarea, .quote-form select {
  width: 100%; border: 1px solid #c7d1d5; border-radius: 10px; background: white; color: var(--ink);
  padding: 14px 15px;
}
.quote-form textarea { resize: vertical; min-height: 150px; }
.form-full { grid-column: 1 / -1; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; flex-wrap: wrap; }
.form-help { margin: 0; max-width: 430px; color: var(--ink-soft); font-size: .92rem; }
.form-help a { color: var(--accent-dark); font-weight: 700; }

.site-footer { padding: 38px 0 92px; background: var(--dark); color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 38px; }
.footer-grid > div { display: grid; align-content: start; gap: 5px; }
.footer-logo { width: 232px; height: auto; margin-bottom: 8px; }
.footer-grid span, .footer-grid small, .footer-grid a { color: #b8c2c6; font-size: .80rem; }
.footer-grid a:hover { color: white; }
.footer-licences strong { color: var(--accent); }
.mobile-contact-bar { display: none; }

@media (max-width: 1100px) {
  .site-nav { gap: 14px; font-size: .82rem; }
  .button-small { padding-inline: 14px; }
}

@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: 86px; left: 20px; right: 20px; padding: 18px; flex-direction: column; align-items: stretch; border-radius: 12px; background: #0d1115; box-shadow: 0 18px 40px rgba(0,0,0,.25); }
  .site-nav.open { display: flex; }
  .hero { min-height: 660px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,9,12,.95), rgba(8,9,12,.60)); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { border-bottom: 1px solid rgba(255,255,255,.10); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .split-layout, .property-layout, .aircon-layout, .about-grid, .contact-cta-grid, .form-layout { grid-template-columns: 1fr; gap: 38px; }
  .photo-stack { max-width: 720px; }
  .builder-photo-grid { grid-template-columns: 1.1fr .9fr; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-large { min-height: 590px; }
  .project-wide { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  body { padding-bottom: calc(60px + env(safe-area-inset-bottom)); }
  .container { width: min(calc(100% - 28px), var(--max)); }
  section[id] { scroll-margin-top: 90px; }
  .nav-wrap { min-height: 74px; }
  .brand-logo { width: 184px; max-height: 48px; }
  .site-nav { top: 74px; left: 14px; right: 14px; }

  .hero { min-height: 650px; }
  .hero-image { background-position: 56% 48%; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,9,12,.96), rgba(8,9,12,.60)), linear-gradient(0deg, rgba(8,9,12,.55), transparent 55%); }
  .hero-content { padding-block: 58px 68px; }
  .eyebrow { font-size: .70rem; line-height: 1.45; }
  .hero h1 { font-size: clamp(3.25rem, 14.6vw, 4.2rem); line-height: .93; }
  .hero-copy { font-size: 1rem; margin: 20px 0 24px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1 1 160px; }
  .hero-link { width: 100%; margin: 2px 0 0; }
  .hero-service-area { max-width: 350px; }

  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { padding: 18px 10px 18px 0; }
  .trust-grid strong { font-size: 1.15rem; }
  .trust-grid span { font-size: .70rem; }

  .section { padding: 64px 0; }
  .section h2, .cta-band h2 { font-size: clamp(2.55rem, 12vw, 3.55rem); }
  .section-heading { margin-bottom: 30px; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { min-height: auto; padding: 22px; }
  .service-number { margin-bottom: 24px; }

  .tick-list { grid-template-columns: 1fr; margin: 24px 0; }
  .inline-actions { align-items: stretch; }
  .inline-actions .button { width: 100%; }

  .photo-stack { min-height: 400px; margin-bottom: 20px; overflow: hidden; }
  .photo-main { width: 100%; height: 400px; object-position: center 18%; }
  .photo-inset { width: 38%; height: 140px; right: 12px; bottom: 12px; border-width: 4px; }

  .builder-photo-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .builder-photo-main, .builder-photo-small { min-height: 420px; }
  .builder-photo-main { object-position: 57% center; }

  .aircon-gallery { grid-template-columns: 1fr .42fr; gap: 8px; }
  .aircon-main, .aircon-small { height: 385px; }

  .project-grid { grid-template-columns: 1fr; gap: 12px; }
  .project, .project-large, .project-wide, .before-after-project { min-height: 420px; grid-row: auto; grid-column: auto; }
  .project-large { min-height: 520px; }
  .project figcaption { left: 18px; right: 18px; bottom: 18px; }
  .project figcaption strong { font-size: 1.48rem; }

  .contact-cta-grid { gap: 30px; }
  .contact-action { align-items: flex-start; flex-direction: column; gap: 2px; }
  .contact-action strong { text-align: left; }

  .quote-form { padding: 22px; }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  .form-actions { align-items: stretch; }
  .form-actions .button { width: 100%; }
  .form-help { max-width: none; }

  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-contact { grid-column: auto; }
  .footer-logo { width: 220px; }

  .mobile-contact-bar {
    position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr;
    height: calc(58px + env(safe-area-inset-bottom)); min-height: 58px; padding-bottom: env(safe-area-inset-bottom);
    background: #090b0e; border-top: 1px solid rgba(255,255,255,.14);
    transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden; backface-visibility: hidden;
    touch-action: manipulation;
  }
  .mobile-contact-bar a { display: grid; place-items: center; color: white; font-weight: 800; min-height: 58px; }
  .mobile-contact-bar a:first-child { background: var(--accent); color: var(--ink); }
  .mobile-contact-bar.keyboard-active { display: none; }
}

/* iOS 26/WebKit viewport workaround.
   Keep the page itself as the mobile scroll container so WebKit does not
   re-anchor fixed bottom UI to the browser chrome while scrolling. */
@media (max-width: 640px) {
  @supports (-webkit-touch-callout: none) {
    html { height: 100%; overflow: hidden; }
    body {
      height: 100dvh;
      min-height: 0;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-y: contain;
      scroll-behavior: smooth;
      padding-bottom: calc(60px + env(safe-area-inset-bottom));
    }
    .mobile-contact-bar {
      position: fixed;
      inset: auto 0 0 0;
      width: 100%;
      contain: layout paint;
    }
  }
}


@media (max-width: 420px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .brand-logo { width: min(174px, 52vw); }
  .nav-toggle { flex: 0 0 auto; }
  .service-card h3 { font-size: 1.72rem; }
  .photo-stack, .photo-main { min-height: 360px; height: 360px; }
  .photo-inset { width: 36%; height: 128px; right: 10px; bottom: 10px; }
  .quote-form { padding: 22px 18px; }
}

/* 26 Aug 2026 SEO / landing-page refinements */
.aircon-gallery-single {
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: stretch;
}
.aircon-gallery-single .aircon-main { height: 520px; }
.aircon-proof-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  padding: 28px;
  border-radius: var(--radius);
  color: white;
  background:
    linear-gradient(180deg, rgba(5,255,255,.08), rgba(5,255,255,.02)),
    #0c1115;
  border: 1px solid rgba(5,255,255,.24);
  box-shadow: inset 0 4px 0 var(--accent);
}
.aircon-proof-card .proof-kicker {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .72rem;
  font-weight: 800;
}
.aircon-proof-card strong {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2.2rem;
  line-height: .95;
  text-transform: uppercase;
}
.aircon-proof-card > span:not(.proof-kicker) { color: #c9d0d5; font-size: .88rem; }

.subpage-hero {
  position: relative;
  overflow: hidden;
  color: white;
  background: #090b0e;
  padding: 92px 0 84px;
  border-bottom: 1px solid rgba(5,255,255,.22);
}
.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9,11,14,.98) 0%, rgba(9,11,14,.90) 54%, rgba(9,11,14,.48) 100%),
    url("assets/fault-finding.webp") center 48% / cover no-repeat;
  opacity: .98;
}
.subpage-hero .container { position: relative; z-index: 1; }
.subpage-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(3.6rem, 7vw, 6.8rem);
  line-height: .94;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.subpage-hero h1 span { color: var(--accent); }
.subpage-hero .hero-copy { max-width: 760px; }
.breadcrumbs { margin-bottom: 28px; font-size: .8rem; font-weight: 700; color: #c0c8cd; }
.breadcrumbs a { color: var(--accent); }

.pm-benefit-grid,
.pm-service-grid,
.pm-workflow-grid {
  display: grid;
  gap: 16px;
}
.pm-benefit-grid { grid-template-columns: repeat(4, 1fr); }
.pm-service-grid { grid-template-columns: repeat(3, 1fr); }
.pm-workflow-grid { grid-template-columns: repeat(5, 1fr); counter-reset: workflow; }
.pm-benefit-card,
.pm-service-card,
.pm-workflow-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  padding: 26px;
}
.pm-benefit-card { border-top: 4px solid var(--accent); }
.pm-benefit-card h3,
.pm-service-card h3,
.pm-workflow-card h3 {
  margin: 0 0 9px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.6rem;
}
.pm-benefit-card p,
.pm-service-card p,
.pm-workflow-card p { margin: 0; color: var(--ink-soft); font-size: .92rem; }
.pm-workflow-card { position: relative; padding-top: 62px; }
.pm-workflow-card::before {
  counter-increment: workflow;
  content: "0" counter(workflow);
  position: absolute;
  top: 20px;
  left: 26px;
  color: var(--accent-dark);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
}
.pm-photo-band {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.pm-photo-band figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #111;
  min-height: 340px;
}
.pm-photo-band img { width: 100%; height: 340px; object-fit: cover; }
.pm-photo-band figure:nth-child(1) img { object-position: center 18%; }
.pm-photo-band figure:nth-child(2) img { object-position: center; }
.pm-photo-band figure:nth-child(3) img { object-position: center 42%; }
.pm-approval-box {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 42px;
  align-items: center;
  padding: 38px;
  border-radius: 18px;
  color: white;
  background: #0c1115;
  border: 1px solid rgba(5,255,255,.22);
}
.pm-approval-box p { color: #c5cbd0; }
.pm-approval-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.pm-approval-list li { position: relative; padding-left: 24px; color: #e7ecee; }
.pm-approval-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }
.pm-sor-note {
  margin-top: 20px;
  padding: 18px 20px;
  border-left: 4px solid var(--accent-dark);
  background: #f1f7f7;
  color: var(--ink-soft);
}
.page-cta { background: var(--accent); padding: 58px 0; }
.page-cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.page-cta h2 {
  margin: 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  text-transform: uppercase;
  font-size: clamp(2.7rem, 5vw, 4.5rem);
  line-height: .95;
}
.page-cta p { margin: 12px 0 0; font-weight: 600; }
.page-cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.page-cta .button-dark { background: #0b0d10; color: white; }
.page-cta .button-dark:hover { background: #20252a; }

@media (max-width: 980px) {
  .aircon-gallery-single { grid-template-columns: 1fr .58fr; }
  .pm-benefit-grid { grid-template-columns: 1fr 1fr; }
  .pm-service-grid { grid-template-columns: 1fr 1fr; }
  .pm-workflow-grid { grid-template-columns: 1fr 1fr; }
  .pm-workflow-card:last-child { grid-column: 1 / -1; }
  .pm-approval-box, .page-cta-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .aircon-gallery-single { grid-template-columns: 1fr; }
  .aircon-gallery-single .aircon-main { height: 390px; }
  .aircon-proof-card { min-height: 0; padding: 24px; }
  .subpage-hero { padding: 62px 0 58px; }
  .subpage-hero h1 { font-size: clamp(3.1rem, 15vw, 4.1rem); }
  .pm-benefit-grid, .pm-service-grid, .pm-workflow-grid, .pm-photo-band { grid-template-columns: 1fr; }
  .pm-workflow-card:last-child { grid-column: auto; }
  .pm-photo-band figure, .pm-photo-band img { min-height: 0; height: 360px; }
  .pm-approval-box { padding: 26px; }
  .page-cta-actions { align-items: stretch; }
  .page-cta-actions .button { width: 100%; }
}
.section-dark .section-heading > p:last-child { color: #b7bdc5; }
