/*
Theme Name: Oracle Facility Management Master V5.19
Theme URI: https://oraclefacilitymanagement.com.au/
Author: Oracle Facility Management
Description: Custom WordPress theme built to match the approved Oracle Facility Management homepage master design.
Version: 5.23.0
Text Domain: oracle-fm-master
*/

:root{
  --oracle-teal:#12aec0;
  --oracle-teal-light:#52cbd5;
  --oracle-blue:#0b5670;
  --oracle-navy:#06384a;
  --oracle-deep:#042d3d;
  --oracle-text:#123e4b;
  --oracle-muted:#55717b;
  --oracle-soft:#f8fbfc;
  --oracle-line:#d9edf0;
  --white:#ffffff;
  --max:1400px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:#fff;color:var(--oracle-text);
  font-family:Arial,Helvetica,sans-serif;line-height:1.48;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto}
a{color:inherit}
.container{width:min(var(--max),calc(100% - 56px));margin:0 auto}
.eyebrow{
  font-size:.76rem;letter-spacing:.21em;text-transform:uppercase;
  font-weight:800;color:var(--oracle-teal)
}
h1,h2{
  margin:0;color:var(--oracle-blue);
  font-family:Georgia,"Times New Roman",serif;
  font-weight:700;letter-spacing:-.035em;line-height:.98
}
h3{margin:0 0 8px;color:var(--oracle-blue);line-height:1.15}
p{margin:0 0 18px;color:var(--oracle-muted)}
.section{padding:70px 0}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 24px;border-radius:5px;text-decoration:none;
  font-weight:800;border:2px solid transparent;transition:.18s ease
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--oracle-teal);color:#fff}
.btn-primary:hover{background:#0a93a2}
.btn-white{background:#fff;color:var(--oracle-blue);border-color:#cae9ed}
.btn-outline{background:#fff;color:#0b8190;border-color:var(--oracle-teal)}

/* Header */
.site-header{
  position:sticky;top:0;z-index:1000;background:#fff;
  border-bottom:1px solid #ecf3f4
}
.header-inner{
  height:88px;display:flex;align-items:center;justify-content:space-between;gap:30px
}
.site-logo img{display:block;width:230px}
.main-nav{display:flex;align-items:center;gap:24px}
.main-nav a{
  text-decoration:none;font-size:.9rem;font-weight:700;color:#123b49
}
.main-nav a:hover{color:var(--oracle-teal)}
.main-nav .btn{padding:13px 20px}
.menu-toggle{
  display:none;background:var(--oracle-navy);color:#fff;border:0;
  border-radius:6px;padding:10px 14px;font-weight:800
}

/* Hero */
.hero{
  min-height:570px;position:relative;display:flex;align-items:center;
  background:url('assets/images/hero-sydney.jpg') center/cover no-repeat;overflow:hidden
}
.hero:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,
    rgba(255,255,255,.98) 0%,
    rgba(255,255,255,.94) 31%,
    rgba(255,255,255,.68) 47%,
    rgba(255,255,255,.12) 68%,
    rgba(255,255,255,0) 100%)
}
.hero-inner{position:relative;z-index:2;max-width:650px;padding:58px 0 66px}
.hero .eyebrow{color:#0e7f90;margin-bottom:12px}
.hero h1{font-size:clamp(3.9rem,5.6vw,6rem);margin-bottom:22px}
.hero h1 .accent{color:var(--oracle-teal)}
.hero p{font-size:1.05rem;color:#254852;max-width:600px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.hero-script{
  position:absolute;z-index:2;right:9%;top:10%;text-align:center;
  color:#0a536b;font-family:Georgia,"Times New Roman",serif;font-style:italic;
  font-size:2.2rem;line-height:1.1;transform:rotate(-5deg)
}
.hero-script:after{
  content:"";display:block;width:150px;height:4px;background:var(--oracle-teal);
  border-radius:100%;margin:11px auto 10px;transform:rotate(-4deg)
}
.hero-script small{
  display:block;font-family:Arial,Helvetica,sans-serif;font-style:normal;
  font-size:.67rem;letter-spacing:.18em;line-height:1.5;text-transform:uppercase;color:#17495b
}

/* Services */
.services{background:#fff;padding:42px 0 52px}
.services-grid{
  display:grid;grid-template-columns:repeat(5,1fr);
  gap:30px 30px
}
.service-card{text-align:center;padding:6px 10px}
.service-icon{
  width:70px;height:70px;border-radius:50%;margin:0 auto 13px;
  display:grid;place-items:center;border:2px solid #d8eef1;background:#fbfefe
}
.service-icon svg{
  width:34px;height:34px;stroke:#0ba4b1;fill:none;stroke-width:1.8;
  stroke-linecap:round;stroke-linejoin:round
}
.service-card h3{font-size:1.02rem;min-height:35px}
.service-card p{font-size:.88rem;min-height:44px}
.service-card .more{
  color:#0aa1af;font-weight:800;text-decoration:none;font-size:.88rem
}

/* Partner band */
.partner{
  color:#fff;background:linear-gradient(90deg,#074151,#075567 55%,#087382)
}
.partner-grid{display:grid;grid-template-columns:1.06fr .94fr;min-height:420px}
.partner-copy{
  padding:55px 55px 54px max(40px,calc((100vw - var(--max))/2))
}
.partner .eyebrow{color:#9be9ee;margin-bottom:9px}
.partner h2{
  color:#fff;font-size:clamp(2.35rem,3.2vw,3.3rem);margin-bottom:15px
}
.partner p{color:#f0fbfc;max-width:650px}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:24px}
.trust{
  text-align:center;padding:5px 14px;border-right:1px solid rgba(255,255,255,.25)
}
.trust:last-child{border-right:0}
.trust .ticon{font-size:1.45rem;margin-bottom:7px}
.trust strong{display:block;color:#fff;font-size:.88rem}
.partner-image{
  position:relative;min-height:420px;
  background:url('assets/images/partner-property.jpg') center/cover no-repeat
}
.partner-card{
  position:absolute;right:8%;top:17%;background:rgba(255,255,255,.96);
  padding:25px 25px;max-width:265px;border-radius:4px;
  color:#0b5267;font-family:Georgia,"Times New Roman",serif;font-style:italic;
  font-size:1.35rem;line-height:1.25;box-shadow:0 14px 30px rgba(0,0,0,.14)
}
.partner-card:after{
  content:"";display:block;width:130px;height:4px;background:var(--oracle-teal);
  margin:12px 0 0;transform:rotate(-5deg)
}

/* Industries */
.industries{background:#fff}
.industry-head{
  display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:24px
}
.industry-head h2{font-size:clamp(2.2rem,3.3vw,3.25rem);margin-top:5px}
.industry-head p{max-width:840px}
.industry-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.industry-card{
  position:relative;min-height:245px;overflow:hidden;border-radius:3px;background:#e8f1f2
}
.industry-card img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover
}
.industry-card:after{
  content:"";position:absolute;inset:47% 0 0;
  background:linear-gradient(transparent,rgba(3,48,62,.96))
}
.industry-card .label{
  position:absolute;z-index:2;left:14px;right:14px;bottom:13px;
  color:#fff;font-weight:800;font-size:.96rem;line-height:1.15
}

/* Beach CTA */
.cta{
  position:relative;overflow:hidden;color:#fff;padding:36px 0;
  background:#087f91
}
.cta:before{
  content:"";position:absolute;inset:0;
  background:url('assets/images/cta-beach.jpg') center/cover no-repeat
}
.cta:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(3,78,96,.94),rgba(4,131,148,.74),rgba(0,133,145,.18))
}
.cta .container{position:relative;z-index:2}
.cta-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:35px;align-items:center}
.cta h2{color:#fff;font-size:clamp(2.25rem,3.1vw,3.15rem);margin:4px 0 8px}
.cta p{color:#effcfd}
.cta-right{text-align:center}
.phone-big{margin-top:10px;color:#fff;font-size:1.15rem;font-weight:800}

/* Footer */
.site-footer{background:#063344;color:#fff;padding:42px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.25fr .75fr .95fr 1fr;gap:32px}
.footer-logo{width:220px;filter:brightness(0) invert(1);margin-bottom:10px}
.site-footer h3{color:#fff;font-size:.95rem}
.site-footer p,.site-footer a{color:#c9e0e3;text-decoration:none;font-size:.86rem}
.site-footer a:hover{color:#fff}
.footer-bottom{
  display:flex;justify-content:space-between;gap:20px;
  margin-top:30px;padding-top:14px;border-top:1px solid rgba(255,255,255,.18);
  color:#9bbdc1;font-size:.77rem
}

/* Responsive */
@media(max-width:1150px){
  .services-grid{grid-template-columns:repeat(3,1fr)}
  .industry-grid{grid-template-columns:repeat(3,1fr)}
  .partner-grid{grid-template-columns:1fr}
  .partner-copy{padding:55px 40px}
}
@media(max-width:850px){
  .menu-toggle{display:block}
  .main-nav{
    display:none;position:absolute;top:88px;left:0;right:0;background:#fff;
    padding:22px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--oracle-line)
  }
  .main-nav.is-open{display:flex}
  .hero-script{display:none}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .industry-grid{grid-template-columns:repeat(2,1fr)}
  .industry-head{display:block}
  .industry-head .btn{margin-top:16px}
  .cta-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .container{width:calc(100% - 28px)}
  .site-logo img{width:185px}
  .hero{min-height:600px;background-position:60% center}
  .hero-inner{padding:55px 0}
  .hero-actions .btn{width:100%}
  .services-grid,.industry-grid,.trust-grid,.footer-grid{grid-template-columns:1fr}
  .trust{border-right:0;border-bottom:1px solid rgba(255,255,255,.18);padding:12px}
  .industry-card{min-height:230px}
  .footer-bottom{flex-direction:column}
}


/* ==========================================================
   V4.1 PRECISION LAYOUT PASS
   Calibrated against the approved homepage master reference.
   ========================================================== */

/* Global proportions */
:root{
  --max:1320px;
}
.container{
  width:min(var(--max),calc(100% - 52px));
}
.section{
  padding:58px 0;
}

/* Header: smaller, cleaner and closer to the approved reference */
.header-inner{
  height:76px !important;
  gap:26px !important;
}
.site-logo img{
  width:205px !important;
}
.main-nav{
  gap:20px !important;
}
.main-nav a{
  font-size:.84rem !important;
  font-weight:700 !important;
}
.main-nav .btn{
  padding:11px 18px !important;
  font-size:.84rem !important;
}

/* Hero: reduce headline scale and total height */
.hero{
  min-height:490px !important;
}
.hero-inner{
  max-width:570px !important;
  padding:47px 0 50px !important;
}
.hero .eyebrow{
  font-size:.7rem !important;
  margin-bottom:10px !important;
}
.hero h1{
  font-size:clamp(3rem,4.6vw,4.85rem) !important;
  line-height:.96 !important;
  margin-bottom:16px !important;
}
.hero p{
  font-size:.96rem !important;
  max-width:540px !important;
  line-height:1.42 !important;
}
.hero-actions{
  margin-top:18px !important;
}
.hero-actions .btn{
  padding:12px 20px !important;
  font-size:.88rem !important;
}
.hero-script{
  right:8% !important;
  top:11% !important;
  font-size:1.75rem !important;
}
.hero-script:after{
  width:118px !important;
  height:3px !important;
  margin-top:8px !important;
}
.hero-script small{
  font-size:.58rem !important;
  line-height:1.42 !important;
}

/* Services: preserve design, tighten only spacing */
.services{
  padding:34px 0 40px !important;
}
.services-grid{
  gap:22px 24px !important;
}
.service-card{
  padding:3px 8px !important;
}
.service-icon{
  width:61px !important;
  height:61px !important;
  margin-bottom:10px !important;
}
.service-icon svg{
  width:30px !important;
  height:30px !important;
}
.service-card h3{
  font-size:.94rem !important;
  min-height:31px !important;
}
.service-card p{
  font-size:.82rem !important;
  min-height:40px !important;
  line-height:1.35 !important;
}
.service-card .more{
  font-size:.82rem !important;
}

/* Partner band: match approved split and avoid oversized typography */
.partner-grid{
  grid-template-columns:1.03fr .97fr !important;
  min-height:365px !important;
}
.partner-copy{
  padding-top:46px !important;
  padding-bottom:44px !important;
}
.partner .eyebrow{
  font-size:.69rem !important;
  margin-bottom:8px !important;
}
.partner h2{
  font-size:clamp(2rem,2.8vw,2.8rem) !important;
  line-height:1.02 !important;
  margin-bottom:12px !important;
}
.partner p{
  font-size:.9rem !important;
  max-width:590px !important;
  line-height:1.42 !important;
}
.trust-grid{
  margin-top:18px !important;
}
.trust{
  padding:4px 10px !important;
}
.trust .ticon{
  font-size:1.2rem !important;
  margin-bottom:4px !important;
}
.trust strong{
  font-size:.78rem !important;
}
.partner-image{
  min-height:365px !important;
  background-position:center !important;
}
.partner-card{
  right:7% !important;
  top:15% !important;
  max-width:225px !important;
  padding:20px 20px !important;
  font-size:1.1rem !important;
}
.partner-card:after{
  width:105px !important;
  height:3px !important;
}

/* Industries: smaller headline/cards and less empty space */
.industries{
  padding-top:48px !important;
  padding-bottom:50px !important;
}
.industry-head{
  margin-bottom:20px !important;
  gap:24px !important;
}
.industry-head .eyebrow{
  font-size:.69rem !important;
}
.industry-head h2{
  font-size:clamp(1.9rem,2.7vw,2.65rem) !important;
  margin-top:4px !important;
}
.industry-head p{
  font-size:.88rem !important;
  margin-bottom:0 !important;
}
.industry-head .btn{
  padding:11px 18px !important;
  font-size:.82rem !important;
}
.industry-grid{
  gap:12px !important;
}
.industry-card{
  min-height:205px !important;
}
.industry-card .label{
  font-size:.86rem !important;
  left:12px !important;
  bottom:11px !important;
}

/* CTA: closer height to the master reference */
.cta{
  padding:28px 0 !important;
}
.cta-grid{
  gap:28px !important;
}
.cta .eyebrow{
  font-size:.67rem !important;
}
.cta h2{
  font-size:clamp(1.95rem,2.6vw,2.55rem) !important;
  margin:3px 0 7px !important;
}
.cta p{
  font-size:.86rem !important;
  margin-bottom:0 !important;
}
.cta-right .btn{
  padding:11px 19px !important;
  font-size:.84rem !important;
}
.phone-big{
  margin-top:7px !important;
  font-size:1rem !important;
}

/* Footer: tighter and closer to target */
.site-footer{
  padding:34px 0 14px !important;
}
.footer-grid{
  gap:27px !important;
}
.footer-logo{
  width:195px !important;
}
.site-footer h3{
  font-size:.88rem !important;
}
.site-footer p,
.site-footer a{
  font-size:.79rem !important;
  line-height:1.35 !important;
}
.footer-bottom{
  margin-top:22px !important;
  padding-top:11px !important;
  font-size:.71rem !important;
}

/* Admin-bar friendly sticky header */
.admin-bar .site-header{
  top:32px;
}

@media(max-width:850px){
  .header-inner{
    height:72px !important;
  }
  .main-nav{
    top:72px !important;
  }
}

@media(max-width:560px){
  .site-logo img{
    width:175px !important;
  }
  .hero{
    min-height:540px !important;
  }
  .hero-inner{
    padding:45px 0 !important;
  }
  .service-card h3,
  .service-card p{
    min-height:0 !important;
  }
}


/* ==========================================================
   V4.2 IMAGE + COLOUR CONSISTENCY PASS
   Structure and V4.1 proportions remain locked.
   ========================================================== */
:root{
  --oracle-teal:#16B6C4;
  --oracle-teal-light:#55C4CE;
  --oracle-blue:#123F52;
  --oracle-navy:#063B49;
  --oracle-deep:#052F3C;
  --oracle-text:#123F52;
  --oracle-muted:#607681;
  --oracle-soft:#FAFBFA;
  --oracle-line:#D7E8EA;
  --white:#FFFFFF;
}

body{background:var(--oracle-soft);color:var(--oracle-text)}
.site-header{background:#fff}
.hero{background-image:url('assets/images/hero-sydney.jpg') !important}
.hero:after{
  background:linear-gradient(90deg,
    rgba(250,251,250,.99) 0%,
    rgba(250,251,250,.96) 33%,
    rgba(250,251,250,.72) 49%,
    rgba(250,251,250,.14) 70%,
    rgba(250,251,250,0) 100%) !important;
}
.hero h1,.industry-head h2{color:var(--oracle-blue) !important}
.hero h1 .accent{color:var(--oracle-teal) !important}
.btn-primary{background:var(--oracle-teal) !important}
.btn-primary:hover{background:#109AA6 !important}
.service-icon svg,.service-card .more{stroke:var(--oracle-teal);color:var(--oracle-teal) !important}
.service-card h3{color:var(--oracle-blue) !important}

.partner{
  background:linear-gradient(90deg,var(--oracle-navy) 0%,#075667 58%,#087887 100%) !important;
}
.partner-image{
  background-image:url('assets/images/partner-property.jpg') !important;
  background-position:center !important;
}
.partner-card{color:var(--oracle-blue) !important}
.partner-card:after{background:var(--oracle-teal) !important}

.industry-card img{filter:saturate(.94) contrast(1.02)}
.industry-card:after{
  background:linear-gradient(transparent,rgba(5,47,60,.95)) !important;
}
.btn-outline{
  color:#0D8490 !important;
  border-color:var(--oracle-teal) !important;
}

.cta:after{
  background:linear-gradient(90deg,
    rgba(6,59,73,.95),
    rgba(10,127,142,.76),
    rgba(22,182,196,.20)) !important;
}
.site-footer{background:var(--oracle-deep) !important}


/* ==========================================================
   V4.3 FINAL BRAND POLISH
   Approved image corrections + global typography/colour pass.
   ========================================================== */
:root{
  --oracle-teal:#00AFC1;
  --oracle-teal-light:#55C1CD;
  --oracle-blue:#123F52;
  --oracle-navy:#073B4C;
  --oracle-deep:#052F3C;
  --oracle-text:#173F4B;
  --oracle-muted:#607681;
  --oracle-soft:#F7FAFA;
  --oracle-line:#D8E8EA;
}
body{background:var(--oracle-soft)}
.site-header{background:#fff}
.hero{background-image:url('assets/images/hero-sydney.jpg') !important}
.hero h1,.partner h2,.industry-head h2,.cta h2{
  font-family:Georgia,"Times New Roman",serif !important;
}
.hero h1{color:var(--oracle-blue) !important}
.hero h1 .accent{color:var(--oracle-teal) !important}
.eyebrow,.service-card .more{color:var(--oracle-teal) !important}
.btn-primary{background:var(--oracle-teal) !important;color:#fff !important}
.btn-primary:hover{background:#0795A4 !important}
.btn-outline{border-color:var(--oracle-teal) !important;color:#087F8C !important}
.service-icon{border-color:#CFE9EC !important;background:#FBFEFE !important}
.service-icon svg{stroke:var(--oracle-teal) !important}
.partner{background:linear-gradient(90deg,var(--oracle-navy),#075A6A 58%,#087684) !important}
.partner-image{background-image:url('assets/images/partner-property.jpg') !important}
.partner-card{display:none !important}
.industry-card:after{background:linear-gradient(transparent,rgba(5,47,60,.96)) !important}
.cta:after{background:linear-gradient(90deg,rgba(7,59,76,.95),rgba(0,143,157,.76),rgba(0,175,193,.18)) !important}
.site-footer{background:var(--oracle-deep) !important}


/* ==========================================================
   V4.4 FINAL VISUAL POLISH
   Images and structural layout are locked.
   ========================================================== */

:root{
  --oracle-teal:#00AFC1;
  --oracle-teal-hover:#0797A6;
  --oracle-aqua:#55C1CD;
  --oracle-navy:#073B4C;
  --oracle-heading:#123F52;
  --oracle-deep:#052F3C;
  --oracle-copy:#5D737D;
  --oracle-bg:#F8FAFA;
  --oracle-border:#D7E8EA;
}

/* Overall brand consistency */
body{
  background:var(--oracle-bg);
  color:var(--oracle-heading);
}
p{color:var(--oracle-copy)}
.eyebrow{
  color:var(--oracle-teal);
  font-weight:800;
  letter-spacing:.19em;
}
h1,h2{
  color:var(--oracle-heading);
  text-rendering:optimizeLegibility;
}
h3{color:var(--oracle-heading)}

/* Header refinement */
.site-header{
  box-shadow:0 1px 0 rgba(7,59,76,.07);
}
.main-nav a{
  transition:color .18s ease;
}
.main-nav a:hover{
  color:var(--oracle-teal);
}

/* Buttons */
.btn{
  border-radius:5px;
  box-shadow:none;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.btn-primary{
  background:var(--oracle-teal) !important;
  color:#fff !important;
}
.btn-primary:hover{
  background:var(--oracle-teal-hover) !important;
}
.btn-white:hover{
  border-color:var(--oracle-aqua);
  color:var(--oracle-teal-hover);
}
.btn-outline{
  border-color:var(--oracle-teal) !important;
  color:#087E8B !important;
}
.btn-outline:hover{
  background:var(--oracle-teal);
  color:#fff !important;
}

/* Hero polish - preserve image */
.hero h1{
  color:var(--oracle-heading) !important;
}
.hero h1 .accent{
  color:var(--oracle-teal) !important;
}
.hero p{
  color:#405D67 !important;
}
.hero-script{
  color:var(--oracle-heading);
}
.hero-script:after{
  background:var(--oracle-teal);
}

/* Service grid */
.service-card{
  transition:transform .18s ease;
}
.service-card:hover{
  transform:translateY(-2px);
}
.service-icon{
  background:#FCFEFE !important;
  border-color:#D1EAED !important;
}
.service-icon svg{
  stroke:var(--oracle-teal) !important;
}
.service-card .more{
  color:var(--oracle-teal) !important;
}
.service-card .more:hover{
  color:var(--oracle-teal-hover) !important;
}

/* Partner */
.partner{
  background:linear-gradient(90deg,var(--oracle-navy) 0%,#075568 57%,#087785 100%) !important;
}
.partner .eyebrow{
  color:#8FE3E9 !important;
}
.partner p{
  color:#E9F5F6 !important;
}

/* Industries */
.industries{
  background:#fff;
}
.industry-card{
  box-shadow:0 7px 18px rgba(7,59,76,.07);
  transition:transform .18s ease,box-shadow .18s ease;
}
.industry-card:hover{
  transform:translateY(-3px);
  box-shadow:0 11px 25px rgba(7,59,76,.12);
}
.industry-card .label{
  letter-spacing:.005em;
}

/* CTA */
.cta h2,.cta p{
  color:#fff !important;
}
.cta .eyebrow{
  color:#BDEFF2 !important;
}

/* Footer */
.site-footer{
  background:var(--oracle-deep) !important;
}
.site-footer h3{
  color:#fff;
  letter-spacing:.01em;
}
.site-footer a{
  transition:color .18s ease;
}
.site-footer a:hover{
  color:#fff;
}

/* Keyboard accessibility */
a:focus-visible,button:focus-visible{
  outline:3px solid var(--oracle-aqua);
  outline-offset:3px;
}

/* Keep typography balanced on common desktop widths */
@media(min-width:851px) and (max-width:1280px){
  .main-nav{gap:16px !important}
  .main-nav a{font-size:.81rem !important}
}


/* ==========================================================
   V4.5 TWO-IMAGE HARD FIX
   Uses brand-new filenames to bypass all prior image caches.
   ========================================================== */

.hero{
  background-image:url('assets/images/hero-sydney-v45.jpg') !important;
  background-size:cover !important;
  background-position:center right !important;
  background-repeat:no-repeat !important;
}

.partner-image{
  background-image:url('assets/images/partner-property-v45.jpg') !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}

/* Explicitly suppress any legacy generated overlays/callouts */
.partner-card,
.partner-image::before,
.partner-image::after{
  display:none !important;
  content:none !important;
}

/* Make sure only live hero copy is shown */
.hero-script{
  display:none !important;
}


/* ==========================================================
   V4.6 PREMIUM VISUAL POLISH
   V4.5 image fixes and structural layout are LOCKED.
   ========================================================== */

:root{
  --oracle-navy:#073B4C;
  --oracle-deep:#042F3D;
  --oracle-heading:#123F52;
  --oracle-teal:#00AFC1;
  --oracle-teal-hover:#0797A6;
  --oracle-aqua:#55C1CD;
  --oracle-copy:#607681;
  --oracle-soft:#F8FBFB;
  --oracle-white:#FFFFFF;
  --oracle-border:#D9E9EB;
}

/* Base typography */
body{
  background:var(--oracle-soft);
  color:var(--oracle-heading);
  font-family:Arial,Helvetica,sans-serif;
  letter-spacing:.002em;
}
p{
  color:var(--oracle-copy);
  line-height:1.55;
}
h1,h2{
  font-family:Georgia,"Times New Roman",serif !important;
  font-weight:700;
  letter-spacing:-.038em;
}
h3{
  font-weight:700;
  letter-spacing:-.01em;
}
.eyebrow{
  color:var(--oracle-teal) !important;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.20em;
}

/* Header */
.site-header{
  background:rgba(255,255,255,.98);
  border-bottom:1px solid rgba(7,59,76,.08);
  box-shadow:0 2px 12px rgba(7,59,76,.035);
}
.header-inner{
  height:78px !important;
}
.site-logo img{
  width:205px !important;
  max-height:58px !important;
  object-fit:contain;
}
.main-nav{
  gap:21px !important;
}
.main-nav a{
  color:#173F4B;
  font-size:.83rem !important;
  font-weight:700;
}
.main-nav a:hover{
  color:var(--oracle-teal);
}

/* Buttons */
.btn{
  min-height:43px;
  border-radius:5px;
  padding:11px 20px !important;
  font-size:.84rem !important;
  font-weight:800;
  letter-spacing:.005em;
  transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease;
}
.btn:hover{
  transform:translateY(-1px);
}
.btn-primary{
  background:var(--oracle-teal) !important;
  color:#fff !important;
  box-shadow:0 6px 15px rgba(0,175,193,.14);
}
.btn-primary:hover{
  background:var(--oracle-teal-hover) !important;
}
.btn-white{
  background:#fff !important;
  color:var(--oracle-heading) !important;
  border-color:#CBE5E8 !important;
}
.btn-white:hover{
  border-color:var(--oracle-teal) !important;
  color:#087F8C !important;
}
.btn-outline{
  border-color:var(--oracle-teal) !important;
  color:#087F8C !important;
}
.btn-outline:hover{
  background:var(--oracle-teal) !important;
  color:#fff !important;
}

/* Hero - imagery remains V4.5 */
.hero{
  min-height:500px !important;
}
.hero-inner{
  max-width:585px !important;
}
.hero h1{
  color:var(--oracle-heading) !important;
  font-size:clamp(3.05rem,4.55vw,4.8rem) !important;
  line-height:.98 !important;
}
.hero h1 .accent{
  color:var(--oracle-teal) !important;
}
.hero p{
  color:#45616B !important;
  font-size:.94rem !important;
  line-height:1.5 !important;
}
.hero-actions{
  gap:12px !important;
}

/* Services */
.services{
  background:#fff !important;
  padding:38px 0 44px !important;
}
.services-grid{
  row-gap:27px !important;
}
.service-card{
  padding:6px 12px !important;
}
.service-icon{
  width:62px !important;
  height:62px !important;
  background:#FCFEFE !important;
  border:1px solid #D1E9EC !important;
  box-shadow:0 4px 13px rgba(7,59,76,.035);
}
.service-icon svg{
  stroke:var(--oracle-teal) !important;
}
.service-card h3{
  color:var(--oracle-heading) !important;
  font-size:.93rem !important;
}
.service-card p{
  color:#6A7E86 !important;
  font-size:.81rem !important;
}
.service-card .more{
  color:var(--oracle-teal) !important;
  font-size:.81rem !important;
}
.service-card .more:hover{
  color:var(--oracle-teal-hover) !important;
}

/* Partner - image remains V4.5 */
.partner{
  background:linear-gradient(100deg,var(--oracle-navy) 0%,#075467 58%,#087686 100%) !important;
}
.partner-copy{
  padding-top:48px !important;
  padding-bottom:47px !important;
}
.partner .eyebrow{
  color:#92E4EA !important;
}
.partner h2{
  color:#fff !important;
  font-size:clamp(2.05rem,2.75vw,2.75rem) !important;
}
.partner p{
  color:#E6F3F5 !important;
  font-size:.88rem !important;
}
.trust strong{
  font-size:.77rem !important;
  letter-spacing:.01em;
}

/* Industries */
.industries{
  background:#fff !important;
  padding-top:50px !important;
  padding-bottom:52px !important;
}
.industry-head h2{
  color:var(--oracle-heading) !important;
  font-size:clamp(2rem,2.7vw,2.65rem) !important;
}
.industry-head p{
  color:#647A83 !important;
  line-height:1.5;
}
.industry-card{
  border-radius:4px !important;
  box-shadow:0 7px 20px rgba(7,59,76,.075);
  transition:transform .18s ease,box-shadow .18s ease;
}
.industry-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 27px rgba(7,59,76,.12);
}
.industry-card:after{
  background:linear-gradient(transparent,rgba(4,47,61,.96)) !important;
}
.industry-card .label{
  font-size:.86rem !important;
  font-weight:800;
}

/* CTA */
.cta{
  padding:30px 0 !important;
}
.cta:after{
  background:linear-gradient(90deg,rgba(7,59,76,.95),rgba(0,139,154,.77),rgba(0,175,193,.20)) !important;
}
.cta h2{
  color:#fff !important;
  font-size:clamp(2rem,2.6vw,2.55rem) !important;
}
.cta p{
  color:#F1FAFB !important;
}
.cta .eyebrow{
  color:#C4F1F3 !important;
}

/* Footer */
.site-footer{
  background:var(--oracle-deep) !important;
  padding-top:36px !important;
}
.footer-logo{
  width:195px !important;
}
.site-footer h3{
  color:#fff !important;
  font-size:.87rem !important;
  letter-spacing:.01em;
}
.site-footer p,
.site-footer a{
  color:#C4DADD !important;
  line-height:1.45 !important;
}
.site-footer a:hover{
  color:#fff !important;
}
.footer-bottom{
  color:#91B3B8 !important;
}

/* Consistent focus/accessibility */
a:focus-visible,
button:focus-visible{
  outline:3px solid var(--oracle-aqua);
  outline-offset:3px;
}

/* Mobile refinement without changing structure */
@media(max-width:850px){
  .header-inner{height:72px !important}
  .hero h1{font-size:clamp(2.8rem,9vw,4rem) !important}
}
@media(max-width:560px){
  .site-logo img{width:175px !important}
  .hero{min-height:535px !important}
  .industry-card{min-height:225px !important}
}


/* ==========================================================
   V4.7 APPROVED HOMEPAGE DESIGN PASS
   Locked images retained. Navy is now the dominant brand tone.
   ========================================================== */
:root{
  --oracle-navy:#063B53;
  --oracle-navy-deep:#032F46;
  --oracle-heading:#063B53;
  --oracle-aqua:#00AFC4;
  --oracle-aqua-soft:#55C1CD;
  --oracle-pale:#F3FAFB;
  --oracle-copy:#607681;
}

/* Header / navigation */
.main-nav a{color:var(--oracle-navy) !important}
.main-nav a:hover{color:var(--oracle-aqua) !important}

/* Hero: keep locked imagery bright; navy headline + aqua accent */
.hero h1{color:var(--oracle-navy) !important}
.hero h1 .accent{color:var(--oracle-aqua) !important}
.hero .eyebrow{color:var(--oracle-aqua) !important}

/* Services: approved very light icy-blue background */
.services{
  background:var(--oracle-pale) !important;
}
.service-icon{
  border-color:#CBE8EC !important;
  background:#F9FDFD !important;
}
.service-icon svg{
  stroke:var(--oracle-aqua) !important;
}
.service-card h3{color:var(--oracle-navy) !important}
.service-card .more{color:var(--oracle-aqua) !important}

/* Partner: stronger navy dominance */
.partner{
  background:linear-gradient(100deg,#063B53 0%,#06475C 60%,#07566A 100%) !important;
}
.partner .eyebrow{color:#8FE5EB !important}
.partner h2{color:#fff !important}
.partner p{color:#E9F5F7 !important}
.trust{border-right-color:rgba(255,255,255,.17) !important}
.trust .ticon{color:var(--oracle-aqua) !important}

/* Industries: subtle supporting pale background */
.industries{
  background:#F8FCFC !important;
}
.industry-head h2{color:var(--oracle-navy) !important}
.industry-head .eyebrow{color:var(--oracle-aqua) !important}

/* CTA: slightly taller, stronger navy-to-aqua treatment */
.cta{
  padding:42px 0 !important;
  min-height:205px;
  display:flex;
  align-items:center;
}
.cta:after{
  background:linear-gradient(90deg,
    rgba(3,47,70,.96) 0%,
    rgba(6,73,91,.90) 42%,
    rgba(0,153,170,.62) 72%,
    rgba(0,175,196,.24) 100%) !important;
}
.cta .eyebrow{color:#BFEFF3 !important}
.cta h2{color:#fff !important}
.cta p{color:#F1FAFB !important}
.cta-right .btn{
  min-width:210px;
  box-shadow:0 8px 20px rgba(3,47,70,.15);
}

/* Footer: navy becomes a much stronger visual anchor */
.site-footer{
  background:linear-gradient(115deg,#032F46 0%,#063B53 60%,#073A50 100%) !important;
  padding-top:42px !important;
}
.footer-logo{
  width:215px !important;
}
.site-footer h3{
  color:#fff !important;
  font-size:.9rem !important;
}
.site-footer p,
.site-footer a{
  color:#D3E2E6 !important;
}
.site-footer a:hover{
  color:var(--oracle-aqua-soft) !important;
}
.footer-bottom{
  border-top-color:rgba(255,255,255,.13) !important;
  color:#9CBBC2 !important;
}

/* Global accent consistency */
.btn-primary{
  background:var(--oracle-aqua) !important;
}
.btn-primary:hover{
  background:#0796A8 !important;
}
.btn-outline{
  color:#087D8D !important;
  border-color:var(--oracle-aqua) !important;
}

/* V4.9 icon-fit refinement */
.service-icon svg{
  width:28px !important;
  height:28px !important;
  overflow:visible !important;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* V5.0 plumbing icon visual-weight refinement */
.service-icon .service-svg-tap{
  width:36px !important;
  height:36px !important;
  stroke-width:2.25 !important;
}


/* ==========================================================
   V5.1 COMMERCIAL CLEANING — SEO SERVICE PAGE
   ========================================================== */
.service-page{background:#fff}
.service-page .narrow{max-width:900px}
.service-hero{background:linear-gradient(90deg,#f8fcfc 0%,#f8fcfc 48%,#eef8f9 48%,#eef8f9 100%)}
.service-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;min-height:560px;align-items:stretch}
.service-hero-copy{padding:82px 58px 72px 0;align-self:center}
.service-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,4.6vw,5rem);line-height:.98;color:var(--oracle-navy);margin:14px 0 22px;letter-spacing:-.045em}
.service-hero h1 span{color:var(--oracle-aqua)}
.service-lead{font-size:1.04rem!important;max-width:650px;color:#48636d!important}
.service-hero-image{background:linear-gradient(90deg,rgba(248,252,252,.12),rgba(6,59,83,.06)),url('assets/images/industry-commercial.jpg') center/cover no-repeat;min-height:560px}
.service-trustline{margin-top:24px;color:#55717a;font-size:.78rem;font-weight:700;letter-spacing:.02em}
.service-intro{text-align:center;background:#fff}
.service-intro h2,.section-head h2,.cc-why h2,.cc-location h2{font-family:Georgia,"Times New Roman",serif;color:var(--oracle-navy);font-size:clamp(2.15rem,3vw,3.25rem);line-height:1.06;letter-spacing:-.035em;margin:10px 0 18px}
.service-intro p{font-size:.98rem;line-height:1.7}
.section-head{max-width:760px;margin-bottom:32px}
.section-head.centered{text-align:center;margin-left:auto;margin-right:auto}
.cc-services{background:var(--oracle-pale)}
.cc-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.cc-service-grid article{background:#fff;border:1px solid #dcebed;border-radius:8px;padding:28px 26px;box-shadow:0 8px 24px rgba(6,59,83,.045)}
.cc-icon{width:44px;height:44px;border:1px solid #bfe3e7;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--oracle-aqua);font-weight:800;margin-bottom:17px}
.cc-service-grid h3{color:var(--oracle-navy);font-size:1rem;margin:0 0 8px}
.cc-service-grid p{font-size:.86rem;line-height:1.55;margin:0}
.cc-industries{background:#fff}
.cc-industry-pills{display:flex;flex-wrap:wrap;gap:12px}
.cc-industry-pills span{border:1px solid #cfe6e9;background:#f8fcfc;color:var(--oracle-navy);padding:11px 15px;border-radius:999px;font-size:.83rem;font-weight:700}
.cc-why{background:linear-gradient(105deg,#063b53,#074b60);padding:66px 0;color:#fff}
.cc-why-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:55px;align-items:center}
.cc-why h2{color:#fff}
.cc-why p{color:#e6f3f5}
.cc-checks{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}
.cc-checks div{border-top:1px solid rgba(255,255,255,.16);padding-top:15px}
.cc-checks strong{display:block;color:#fff;margin-bottom:5px}
.cc-checks span{font-size:.82rem;color:#cfe4e8}
.cc-why-panel{background:#fff;color:var(--oracle-navy);padding:34px;border-radius:8px;box-shadow:0 18px 45px rgba(0,0,0,.14)}
.cc-why-panel h3{font-family:Georgia,"Times New Roman",serif;font-size:1.7rem;line-height:1.1;color:var(--oracle-navy);margin:10px 0 15px}
.cc-why-panel p{color:#607681}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.process-grid article{border-top:3px solid var(--oracle-aqua);padding:20px 18px 0}
.process-grid span{font-family:Georgia,"Times New Roman",serif;color:#8fbac1;font-size:1.7rem}
.process-grid h3{color:var(--oracle-navy);margin:9px 0 7px}
.process-grid p{font-size:.84rem;line-height:1.55}
.cc-related{background:#f7fbfb}
.related-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.related-grid a{display:flex;justify-content:space-between;gap:20px;align-items:center;background:#fff;border:1px solid #dcebed;padding:20px 22px;border-radius:6px;text-decoration:none}
.related-grid strong{color:var(--oracle-navy)}
.related-grid span{color:var(--oracle-aqua);font-size:.8rem;text-align:right}
.cc-location{text-align:center;background:#fff;padding:64px 0}
.cc-location p{line-height:1.7}
.text-link{color:var(--oracle-aqua);font-weight:800;text-decoration:none}
.cc-faq details{border-bottom:1px solid #dce8ea;padding:0}
.cc-faq summary{cursor:pointer;list-style:none;padding:20px 0;color:var(--oracle-navy);font-weight:800}
.cc-faq summary::-webkit-details-marker{display:none}
.cc-faq summary:after{content:'+';float:right;color:var(--oracle-aqua);font-size:1.2rem}
.cc-faq details[open] summary:after{content:'–'}
.cc-faq details p{padding:0 34px 20px 0;margin:0;line-height:1.65}
.service-final-cta{min-height:220px}

@media(max-width:900px){
  .service-hero-grid,.cc-why-grid{grid-template-columns:1fr}
  .service-hero-copy{padding:58px 0 42px}
  .service-hero-image{min-height:360px}
  .cc-service-grid{grid-template-columns:1fr 1fr}
  .process-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .cc-service-grid,.process-grid,.related-grid,.cc-checks{grid-template-columns:1fr}
  .service-hero h1{font-size:2.8rem}
  .service-hero-image{min-height:280px}
}


/* ==========================================================
   V5.2 COMMERCIAL CLEANING IMAGERY + HERO STRUCTURE FIX
   ========================================================== */

.service-hero{
  background:#f7fbfb !important;
}
.service-hero-grid{
  display:grid !important;
  grid-template-columns:1.02fr .98fr !important;
  min-height:560px !important;
  overflow:hidden !important;
}
.service-hero-copy{
  position:relative;
  z-index:2;
  background:linear-gradient(90deg,#f7fbfb 0%,#f7fbfb 90%,rgba(247,251,251,.88) 100%);
}
.service-hero-image{
  position:relative;
  min-height:560px !important;
  overflow:hidden !important;
  background:none !important;
}
.service-hero-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}
.service-hero-image:before,
.service-hero-image:after{
  content:none !important;
  display:none !important;
}

.service-photo-band{
  padding:36px 0 58px;
  background:#fff;
}
.service-photo-band.pale{
  background:#f5fafb;
}
.service-photo-wide{
  margin:0;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(6,59,83,.08);
}
.service-photo-wide img{
  display:block;
  width:100%;
  height:430px;
  object-fit:cover;
}
.split-photo-copy{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  align-items:center;
}
.split-photo-copy.reverse{
  grid-template-columns:1fr 1fr;
}
.service-photo-half{
  margin:0;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(6,59,83,.08);
}
.service-photo-half img{
  display:block;
  width:100%;
  height:360px;
  object-fit:cover;
}
.split-photo-text h2{
  font-family:Georgia,"Times New Roman",serif;
  color:var(--oracle-navy);
  font-size:clamp(2rem,2.8vw,3rem);
  line-height:1.05;
  letter-spacing:-.035em;
  margin:10px 0 16px;
}
.split-photo-text p{
  font-size:.95rem;
  line-height:1.7;
}

@media(max-width:900px){
  .service-hero-grid,
  .split-photo-copy,
  .split-photo-copy.reverse{
    grid-template-columns:1fr !important;
  }
  .service-hero-image{
    min-height:360px !important;
  }
  .service-photo-wide img{
    height:320px;
  }
}
@media(max-width:600px){
  .service-hero-image{
    min-height:280px !important;
  }
  .service-photo-wide img,
  .service-photo-half img{
    height:260px;
  }
}

/* ===== V5.4 PRESSURE CLEANING & SOFT WASHING ===== */
.pressure-hero{background:#f4fafb}
.pressure-hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;min-height:570px}
.pressure-hero-copy{padding:78px 54px 65px 0;align-self:center}
.pressure-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.2rem,4.7vw,5.15rem);line-height:.97;letter-spacing:-.045em;color:var(--oracle-navy);margin:13px 0 22px}
.pressure-hero h1 span{color:var(--oracle-aqua)}
.pressure-hero-copy>p{font-size:1.05rem;line-height:1.65;color:#4f6973;max-width:650px}
.pressure-trust{margin-top:23px;font-size:.78rem;font-weight:800;color:#55717a}
.pressure-hero-photo{overflow:hidden}
.pressure-hero-photo img{width:100%;height:100%;object-fit:cover;display:block}
.pathway-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.pathway-grid article{background:#fff;border:1px solid #d8e9eb;border-radius:8px;overflow:hidden;box-shadow:0 9px 25px rgba(6,59,83,.05)}
.pathway-photo{height:165px;overflow:hidden}
.pathway-photo img{width:100%;height:100%;object-fit:cover}
.pathway-body{padding:22px}
.pathway-body>span{font-family:Georgia,serif;color:#8fbac1;font-size:1.5rem}
.pathway-body h3{color:var(--oracle-navy);margin:7px 0 9px;font-size:1.08rem}
.pathway-body p{font-size:.84rem;line-height:1.55}
.pathway-body a{color:var(--oracle-aqua);font-size:.8rem;font-weight:800;text-decoration:none}
.roof-card{background:linear-gradient(145deg,#063b53,#08728a)!important;color:#fff;display:flex;align-items:center}
.roof-card h3,.roof-card p{color:#fff}
.roof-card .pathway-body>span,.roof-card a{color:#79deea}
.method-section{padding:70px 0;background:#063b53;color:#fff}
.method-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center}
.method-section h2,.residential-pressure h2,.roof-section h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.3rem,3.2vw,3.5rem);line-height:1.04;letter-spacing:-.035em;margin:10px 0 18px}
.method-section h2{color:#fff}.method-section p{color:#d8e9ed;line-height:1.7}
.method-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.method-cards article{background:#fff;color:var(--oracle-navy);padding:28px;border-radius:8px}
.method-icon{font-size:2rem;color:var(--oracle-aqua)}
.method-cards h3{margin:8px 0;color:var(--oracle-navy)}
.method-cards p{color:#607681;font-size:.85rem}
.method-cards strong,.method-cards span{display:block}.method-cards span{font-size:.78rem;color:#70858d;margin-top:5px}
.pressure-services{background:#f4fafb}
.pressure-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.pressure-service-grid article{background:#fff;border-top:3px solid var(--oracle-aqua);padding:25px;border-radius:5px}
.pressure-service-grid h3{color:var(--oracle-navy);margin:0 0 8px}.pressure-service-grid p{font-size:.84rem;line-height:1.55;margin:0}
.residential-pressure{padding:72px 0;background:#fff}
.residential-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}
.residential-photo{height:440px;border-radius:8px;overflow:hidden}.residential-photo img{width:100%;height:100%;object-fit:cover}
.residential-pressure h2{color:var(--oracle-navy)}
.surface-list{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0}
.surface-list span{background:#eef8f9;border:1px solid #cfe7ea;border-radius:99px;padding:8px 12px;color:var(--oracle-navy);font-size:.78rem;font-weight:700}
.roof-section{background:linear-gradient(115deg,#063b53,#08677c);color:#fff;padding:76px 0}
.roof-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.roof-section h2{color:#fff}.roof-section h2 span{color:#62d6e3}.roof-section p{color:#d9e9ed;line-height:1.7}
.roof-process{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:12px 28px}
.roof-process>div{display:flex;gap:17px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.12)}.roof-process>div:last-child{border:0}
.roof-process b{color:#63d9e5;font-family:Georgia,serif;font-size:1.25rem}.roof-process strong{display:block;color:#fff}.roof-process span{font-size:.8rem;color:#cfe4e8}
.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.result-grid div{padding:25px;border:1px solid #d9e8ea;border-radius:6px}.result-grid b{display:block;color:#8fbac1;font-family:Georgia,serif;font-size:1.5rem}
.result-grid strong{display:block;color:var(--oracle-navy);margin:8px 0}.result-grid span{font-size:.83rem;line-height:1.55;color:#607681}
.pressure-faq{background:#f7fbfb}.pressure-faq details{border-bottom:1px solid #dce8ea}.pressure-faq summary{padding:19px 0;font-weight:800;color:var(--oracle-navy);cursor:pointer}.pressure-faq details p{padding:0 30px 19px 0;line-height:1.65}
@media(max-width:900px){.pressure-hero-grid,.method-grid,.residential-grid,.roof-grid{grid-template-columns:1fr}.pressure-hero-copy{padding:55px 0 40px}.pressure-hero-photo{height:380px}.pathway-grid{grid-template-columns:1fr 1fr}.pressure-service-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.pathway-grid,.method-cards,.pressure-service-grid,.result-grid{grid-template-columns:1fr}.pressure-hero h1{font-size:2.8rem}.pressure-hero-photo{height:280px}.residential-photo{height:300px}}

/* ===== V5.6 APPROVED PRESSURE PAGE REFINEMENTS ===== */
.ba-img{height:180px;overflow:hidden;position:relative}.ba-img img{width:100%;height:100%;object-fit:cover;display:block}.pathway-grid article:nth-child(4){background:#fff!important;color:inherit}.pathway-grid article:nth-child(4) h3{color:var(--oracle-navy)}.pathway-grid article:nth-child(4) p{color:inherit}.pathway-grid article:nth-child(4) a{color:var(--oracle-aqua)}
.pressure-service-grid article:before{content:'✦';display:block;color:var(--oracle-aqua);font-size:1.35rem;margin-bottom:10px}
.roof-feature-grid{display:grid;grid-template-columns:1.05fr .72fr 1fr;gap:24px;align-items:stretch}.roof-copy{align-self:center}.roof-benefits{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.roof-benefits span{font-size:.76rem;font-weight:700;background:rgba(255,255,255,.09);padding:8px 10px;border-radius:99px}.roof-ba{margin-top:20px;border-radius:7px;overflow:hidden}.roof-ba img{width:100%;display:block}.roof-visual{border-radius:8px;overflow:hidden}.roof-visual img{width:100%;height:100%;object-fit:cover}.process-title{text-transform:uppercase;letter-spacing:.15em;font-weight:800;color:#63d9e5;padding:12px 0 6px}
.presentation-photo{height:410px;border-radius:8px;overflow:hidden;position:relative;margin-top:28px}.presentation-photo img{width:100%;height:100%;object-fit:cover}.presentation-photo div{position:absolute;right:7%;top:15%;font-family:Georgia,serif;font-size:2.3rem;font-style:italic;color:var(--oracle-navy);text-align:center}.outcome-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #d8e9eb;border-radius:8px;margin-top:0;background:#f5fbfc}.outcome-strip span{padding:18px;text-align:center;font-size:.78rem;font-weight:800;color:var(--oracle-navy);border-right:1px solid #d8e9eb}.outcome-strip span:last-child{border:0}.pressure-faq summary{position:relative;padding-right:38px}.pressure-faq summary::marker{content:''}.pressure-faq summary:after{content:'+';position:absolute;right:5px;color:var(--oracle-aqua);font-size:1.35rem}.pressure-faq details[open] summary:after{content:'−'}
@media(max-width:1000px){.roof-feature-grid{grid-template-columns:1fr 1fr}.roof-process{grid-column:1/-1}}@media(max-width:700px){.roof-feature-grid{grid-template-columns:1fr}.roof-process{grid-column:auto}.outcome-strip{grid-template-columns:1fr 1fr}.presentation-photo{height:300px}.presentation-photo div{font-size:1.6rem}.ba-img{height:210px}}
/* V5.6 visual patch */
.method-icon{width:64px;height:64px;border-radius:50%;background:#eefbfc;display:flex;align-items:center;justify-content:center;margin-bottom:14px;color:var(--oracle-aqua)}
.method-icon svg{width:38px;height:38px;fill:currentColor;display:block}
.method-soft svg{width:34px;height:34px}
.roof-ba img{aspect-ratio:2/1;object-fit:cover}
.roof-visual img{object-position:center center}
.presentation-photo img{object-position:center center}
.presentation-photo div{right:5%;top:16%;max-width:340px;background:rgba(255,255,255,.78);padding:14px 18px;border-radius:8px;line-height:1.08}
@media(max-width:700px){
 .roof-feature-grid{display:flex;flex-direction:column}
 .roof-copy{order:1}.roof-visual{order:2;height:360px}.roof-ba{order:3}.roof-process{order:4}
 .roof-copy .roof-ba{margin-top:20px}
 .roof-visual img{object-position:center 35%}
 .presentation-photo{height:300px}
 .presentation-photo img{object-position:center center}
 .presentation-photo div{left:16px;right:16px;top:auto;bottom:16px;max-width:none;font-size:1.45rem;padding:10px 12px;background:rgba(255,255,255,.88)}
}

/* V5.8 final four-property card alignment */
.pathway-grid{align-items:stretch}
.pathway-grid article{display:flex;flex-direction:column;height:100%}
.pathway-grid .ba-img{height:180px;min-height:180px;max-height:180px;flex:0 0 180px}
.pathway-grid .ba-img img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.pathway-grid .pathway-body{display:flex;flex-direction:column;flex:1}
.pathway-grid .pathway-body a{margin-top:auto}
@media(max-width:700px){
  .pathway-grid .ba-img{height:210px;min-height:210px;max-height:210px;flex-basis:210px}
}


/* V5.9 Grounds Maintenance */
.grounds-page{--g:#0b4d63;--a:#08b8c9;--p:#f2faf9}.grounds-hero{background:#f4fafb;overflow:hidden}.grounds-hero-grid{display:grid;grid-template-columns:1.05fr 1fr;min-height:620px}.grounds-hero-copy{padding:76px 48px 60px 0;align-self:center}.grounds-hero h1{font-size:clamp(52px,5vw,82px);line-height:.96;color:#073e55;margin:14px 0 24px}.grounds-hero h1 span,.scheduled-copy h2 span{display:block;color:#08b8c9}.grounds-hero-copy>p{font-size:19px;line-height:1.6;max-width:690px}.grounds-hero-photo img{width:100%;height:100%;object-fit:cover}.grounds-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.grounds-trust span,.scheduled-points span{border:1px solid #b9dfe2;background:#fff;border-radius:99px;padding:8px 13px;font-weight:700;font-size:13px;color:#0b4d63}
.grounds-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grounds-card-grid article,.grounds-service-grid article,.grounds-result-grid article,.matters-grid article{background:#fff;border:1px solid #d4e7e9;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px rgba(4,55,73,.05)}.grounds-card-grid img{width:100%;height:190px;object-fit:cover}.grounds-card-grid article>div{padding:22px;display:flex;flex-direction:column;min-height:250px}.grounds-card-grid span{color:#8abcc4;font-family:Georgia,serif;font-size:22px}.grounds-card-grid h3{margin:7px 0}.grounds-card-grid p{font-size:14px;line-height:1.55}.grounds-card-grid a{margin-top:auto;color:#00aebf;font-weight:800}
.grounds-services{background:#f2faf9}.grounds-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grounds-service-grid article{padding:0 20px 24px}.grounds-service-grid img{width:calc(100% + 40px);height:145px;object-fit:cover;margin:0 -20px 18px}.grounds-service-grid h3{font-size:18px}.grounds-service-grid p{font-size:14px;line-height:1.55}
.grounds-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.grounds-result-grid article{padding:18px}.grounds-result-grid h3{margin:0 0 14px}.result-pair{display:grid;grid-template-columns:1fr 1fr;gap:4px}.result-pair img{width:100%;height:210px;object-fit:cover}
.scheduled-grounds{background:#eef9f5;padding:80px 0}.scheduled-grid{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;background:#fff;border-radius:18px;overflow:hidden}.scheduled-copy{padding:55px}.scheduled-copy h2{font-size:48px;line-height:1.05;margin:12px 0 20px}.scheduled-points{display:flex;flex-wrap:wrap;gap:8px;margin:25px 0}.scheduled-photo img{width:100%;height:100%;min-height:420px;object-fit:cover}.process-row{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:25px}.process-row>div{background:#fff;border-radius:12px;padding:20px 15px;border:1px solid #d7e8e5}.process-row b{display:block;color:#08b8c9;font-size:20px;margin-bottom:10px}.process-row strong{display:block;color:#073e55;margin-bottom:8px}.process-row span{font-size:12px;line-height:1.45;color:#496875}
.matters-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.matters-grid article{padding-bottom:22px}.matters-grid img{width:100%;height:190px;object-fit:cover}.matters-grid h3,.matters-grid p,.matters-grid span{margin-left:20px;margin-right:20px}.matters-grid h3{margin-top:20px}.matters-grid p{font-size:14px;line-height:1.55}.matters-grid span{display:block;background:#e4f8f1;border-radius:30px;padding:8px;text-align:center;text-transform:uppercase;letter-spacing:1px;font-size:11px;font-weight:800;color:#0b4d63}
.grounds-faq{background:#f4fafb}.grounds-faq details{border-bottom:1px solid #d6e5e7;padding:18px 0}.grounds-faq summary{font-weight:800;color:#073e55;cursor:pointer}.grounds-faq details p{max-width:820px;color:#496875}.grounds-final-cta{background:linear-gradient(110deg,#06455d,#0c7180)}
@media(max-width:1000px){.grounds-card-grid,.grounds-service-grid,.matters-grid{grid-template-columns:1fr 1fr}.process-row{grid-template-columns:repeat(3,1fr)}.grounds-hero-grid{grid-template-columns:1fr}.grounds-hero-copy{padding:55px 0}.grounds-hero-photo{height:430px}.scheduled-grid{grid-template-columns:1fr}}
@media(max-width:650px){.grounds-card-grid,.grounds-service-grid,.grounds-result-grid,.matters-grid,.process-row{grid-template-columns:1fr}.grounds-hero h1{font-size:48px}.grounds-hero-photo{height:330px}.scheduled-copy{padding:34px 24px}.scheduled-copy h2{font-size:38px}.grounds-card-grid img,.matters-grid img{height:220px}.result-pair img{height:170px}}

/* V5.10 Grounds Maintenance clean-image revision */
.grounds-page img{display:block}
.grounds-page .grounds-card-grid article::before,
.grounds-page .grounds-card-grid article::after,
.grounds-page .grounds-service-grid article::before,
.grounds-page .grounds-service-grid article::after,
.grounds-page .matters-grid article::before,
.grounds-page .matters-grid article::after,
.grounds-page figure::before,
.grounds-page figure::after{content:none!important;display:none!important}
.grounds-result-feature{display:grid;grid-template-columns:.65fr 1.35fr;gap:28px;align-items:center;background:#eefaf7;border-radius:16px;padding:30px}
.clean-pair{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.clean-pair figure{position:relative;margin:0;overflow:hidden;border-radius:10px}
.clean-pair img{width:100%;height:280px;object-fit:cover}
.clean-pair figcaption{position:absolute;left:12px;bottom:12px;background:#063f55;color:#fff;border-radius:4px;padding:6px 12px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.7px}
.clean-pair figure:last-child figcaption{background:#08b8c9}
.grounds-hero-photo img,.scheduled-photo img,.grounds-card-grid img,.grounds-service-grid img,.matters-grid img{object-position:center}
@media(max-width:650px){
 .grounds-result-feature,.clean-pair{grid-template-columns:1fr}
 .clean-pair img{height:220px}
 .grounds-page .grounds-hero-photo img,.grounds-page .scheduled-photo img{object-position:center center}
}

/* V5.11 high-resolution Grounds Maintenance imagery */
.grounds-page img{
  image-rendering:auto;
  -ms-interpolation-mode:bicubic;
  backface-visibility:hidden;
  transform:translateZ(0);
}
.grounds-hero-photo img,.scheduled-photo img{object-fit:cover}

/* V5.12 approved Grounds Maintenance image/alignment corrections */
.grounds-card-grid{align-items:stretch}
.grounds-card-grid article{display:flex;flex-direction:column;height:100%}
.grounds-card-grid img{width:100%;height:190px;aspect-ratio:16/9;object-fit:cover;object-position:center}
.grounds-card-grid article>div{flex:1}

.grounds-service-grid{align-items:stretch}
.grounds-service-grid article{display:flex;flex-direction:column;height:100%}
.grounds-service-grid img{width:calc(100% + 40px);height:155px;aspect-ratio:16/9;object-fit:cover;object-position:center;margin:0 -20px 18px}

.clean-pair figure{position:relative}
.clean-pair img{width:100%;height:280px;object-fit:cover;object-position:center}
/* Only HTML labels are displayed; source images contain no baked-in labels. */
.clean-pair figcaption{z-index:2}

.scheduled-photo{min-height:460px}
.scheduled-photo img{width:100%;height:100%;min-height:460px;object-fit:cover;object-position:center}

.matters-grid{align-items:stretch}
.matters-grid article{display:flex;flex-direction:column;height:100%}
.matters-grid img{width:100%;height:205px;aspect-ratio:16/9;object-fit:cover;object-position:center}
.matters-grid article span{margin-top:auto}

@media(max-width:650px){
 .grounds-card-grid img,.matters-grid img{height:220px}
 .grounds-service-grid img{height:200px}
 .clean-pair img{height:230px}
 .scheduled-photo,.scheduled-photo img{min-height:340px;height:340px}
}


/* ==========================================================
   V5.16 HOMEPAGE FINAL POLISH
   - softer/lower hero image fade
   - friendly Coming Soon overlays
   - footer ABN alignment
   ========================================================== */

/* Reduce the white wash over the Sydney image and let the fade finish sooner. */
.hero:after{
  background:linear-gradient(90deg,
    rgba(255,255,255,.96) 0%,
    rgba(255,255,255,.88) 25%,
    rgba(255,255,255,.52) 40%,
    rgba(255,255,255,.10) 55%,
    rgba(255,255,255,0) 67%) !important;
}

/* Coming Soon is an overlay: it does not take up layout space or move icons. */
.service-card.coming-soon{position:relative;overflow:visible}
.service-card.coming-soon .service-icon{position:relative}
.service-card.coming-soon .service-icon:after{
  content:"Coming Soon";
  position:absolute;
  z-index:5;
  left:50%;
  top:50%;
  width:max-content;
  transform:translate(-50%,-50%) rotate(-8deg);
  padding:6px 13px 7px;
  border-radius:11px;
  background:rgba(255,220,220,.82);
  border:1px solid rgba(222,92,92,.18);
  color:#dc6666;
  font-family:"Segoe Print","Bradley Hand",cursive;
  font-size:.76rem;
  font-weight:700;
  line-height:1;
  letter-spacing:.01em;
  box-shadow:0 4px 12px rgba(165,66,66,.06);
  white-space:nowrap;
  pointer-events:none;
}
.service-card.coming-soon .service-icon:before{
  content:"✦";
  position:absolute;
  z-index:6;
  right:-18px;
  top:-4px;
  color:#ef8585;
  font-size:.72rem;
  transform:rotate(12deg);
  pointer-events:none;
}

.footer-bottom{gap:18px;flex-wrap:wrap}
.footer-abn{margin-left:auto;white-space:nowrap}
@media(max-width:850px){
  .footer-abn{margin-left:0;width:100%}
}

/* V5.17 Dedicated Pressure Cleaning page */
.pc17-page{background:#fff;color:#0b3e55}.pc17-hero{background:#073f57;color:#fff;overflow:hidden}.pc17-hero-grid{display:grid;grid-template-columns:1.05fr 1.35fr;min-height:570px}.pc17-hero-copy{padding:70px 44px 58px 0;align-self:center}.pc17-hero .eyebrow{color:#12bed0}.pc17-hero h1{font-family:Arial,sans-serif;font-size:clamp(3rem,4.7vw,5.3rem);line-height:.98;letter-spacing:-.045em;margin:12px 0 22px;color:#fff}.pc17-hero h1 span{color:#15bfd0}.pc17-hero-copy>p{font-size:1.08rem;line-height:1.6;max-width:620px}.pc17-hero-photo{position:relative}.pc17-hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#073f57 0%,rgba(7,63,87,.42) 13%,transparent 36%);pointer-events:none}.pc17-hero-photo img{width:100%;height:100%;object-fit:cover;display:block}.pc17-trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:36px;font-size:.76rem;font-weight:800}.pc17-trust span{max-width:155px}.pc17-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pc17-type-grid article{border:1px solid #d8e7ea;border-radius:8px;overflow:hidden;background:#fff}.pc17-type-grid img{width:100%;height:210px;object-fit:cover;display:block}.pc17-type-grid article>div{padding:20px 22px 24px}.pc17-type-grid h3{margin:0 0 8px;color:#0b3e55}.pc17-type-grid p{margin:0;line-height:1.55;font-size:.88rem}.pc17-services{background:#fbfdfd}.pc17-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px 22px;margin-top:30px}.pc17-service-grid>div{display:flex;align-items:center;gap:14px;font-weight:800;color:#0b3e55}.pc17-service-grid b{display:grid;place-items:center;width:54px;height:54px;flex:0 0 54px;border-radius:50%;background:#e9f8fa;color:#0bb3c5;font-size:1.25rem}.pc17-results{background:#073f57;color:#fff;padding:58px 0}.pc17-results-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;align-items:center}.pc17-results h2{font-family:Georgia,serif;font-size:2.6rem;margin:7px 0 14px}.pc17-results p{line-height:1.6;color:#d7e8ed}.pc17-ba{display:grid;grid-template-columns:1fr 1fr;gap:18px}.pc17-ba figure{height:210px;margin:0;border:2px solid rgba(255,255,255,.75);border-radius:8px;overflow:hidden}.pc17-ba img{width:100%;height:100%;object-fit:cover}.pc17-process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.pc17-process-grid>div{border:1px solid #d9e8ea;border-radius:8px;padding:22px 18px}.pc17-process-grid b{color:#0bb3c5;font-size:1.25rem}.pc17-process-grid h3{font-size:1rem;color:#0b3e55}.pc17-process-grid p{font-size:.82rem;line-height:1.55}.pc17-faq{background:#f5fafb}.pc17-faq details{border-bottom:1px solid #d8e7ea}.pc17-faq summary{padding:19px 0;font-weight:800;color:#0b3e55;cursor:pointer}.pc17-faq details p{padding:0 25px 18px 0;line-height:1.65}.pc17-cta{padding:70px 0;background:linear-gradient(180deg,#f6fbfc,#e9f7fa)}.pc17-cta-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}.pc17-cta h2{font-family:Georgia,serif;font-size:clamp(2.4rem,4vw,4.2rem);line-height:1;margin:10px 0 16px;color:#0b3e55}.pc17-cta p{line-height:1.65}.pc17-cta-grid>div:last-child>p{margin-top:22px}.pc17-page .section-head h2{color:#0b3e55}
@media(max-width:900px){.pc17-hero-grid,.pc17-results-grid,.pc17-cta-grid{grid-template-columns:1fr}.pc17-hero-copy{padding:52px 0 35px}.pc17-hero-photo{height:390px}.pc17-hero-photo:after{background:linear-gradient(180deg,#073f57 0%,rgba(7,63,87,.15) 18%,transparent 40%)}.pc17-type-grid{grid-template-columns:1fr}.pc17-service-grid{grid-template-columns:1fr 1fr}.pc17-process-grid{grid-template-columns:1fr 1fr}.pc17-type-grid img{height:260px}}
@media(max-width:600px){.pc17-hero h1{font-size:2.85rem}.pc17-hero-photo{height:300px}.pc17-service-grid,.pc17-process-grid,.pc17-ba{grid-template-columns:1fr}.pc17-ba figure{height:230px}.pc17-trust{gap:12px}.pc17-trust span{max-width:none;width:100%}}

/* V5.18 Pressure Cleaning landing page refinements */
.pc18-info{padding:0;background:#fff}.pc18-info-grid{display:grid;grid-template-columns:1fr 1.18fr 1.18fr 1fr;align-items:stretch}.pc18-info-grid figure{margin:0;min-height:330px;overflow:hidden}.pc18-info-grid figure img{width:100%;height:100%;object-fit:cover;display:block}.pc18-info-copy{padding:46px 38px;background:#fff}.pc18-info-copy h2,.pc18-commercial h2{font-family:Georgia,serif;font-size:clamp(2rem,2.6vw,3rem);line-height:1.05;color:#0b3e55;margin:9px 0 16px}.pc18-info-copy p,.pc18-commercial p{font-size:.92rem;line-height:1.62;margin:0 0 12px}.pc18-note{margin-top:20px;padding:15px 17px;border-radius:7px;background:#eaf8fa;color:#365e6c;font-size:.84rem;line-height:1.5}.pc18-commercial{padding:46px 38px;background:#073f57;color:#fff}.pc18-commercial h2{color:#fff}.pc18-commercial p{color:#d8e9ee;margin-bottom:22px}.pc18-commercial .btn{display:inline-flex}.pc17-results{padding:52px 0}.pc18-faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start}.pc18-faq-list details:first-child{border-top:1px solid #d8e7ea}.pc18-faq-list summary{position:relative;padding-right:36px}.pc18-faq-list summary::marker{content:''}.pc18-faq-list summary:after{content:'+';position:absolute;right:6px;color:#0bb3c5;font-size:1.25rem}.pc18-faq-list details[open] summary:after{content:'−'}
@media(max-width:1000px){.pc18-info-grid{grid-template-columns:1fr 1fr}.pc18-info-grid figure{min-height:300px}.pc18-faq-grid{grid-template-columns:1fr;gap:20px}}
@media(max-width:650px){.pc18-info-grid{grid-template-columns:1fr}.pc18-info-copy,.pc18-commercial{padding:34px 22px}.pc18-info-grid figure{min-height:240px}.pc18-commercial-photo{order:4}.pc18-faq-grid{gap:10px}}

/* V5.19 pressure cleaning image corrections */
.pc17-hero-photo img{object-position:center center}
.pc17-type-grid img{object-position:center center}
.pc18-commercial-photo img{object-position:center center}
.pc17-ba figure{background:#073f57}
.pc17-ba img{display:block;object-fit:cover;object-position:center center}

/* V5.20 Dedicated Soft Washing Sydney page */
.sw20-page{background:#fff;color:#0b3e55}.sw20-hero{background:#073f57;color:#fff;overflow:hidden}.sw20-hero-grid{display:grid;grid-template-columns:1.05fr 1.35fr;min-height:560px}.sw20-hero-copy{padding:68px 44px 54px 0;align-self:center}.sw20-page .eyebrow{color:#0bb8ca}.sw20-page .eyebrow.light{color:#63dbe6}.sw20-hero h1{font-family:Georgia,serif;font-size:clamp(3rem,4.5vw,5rem);line-height:.98;letter-spacing:-.04em;margin:12px 0 22px;color:#fff}.sw20-hero h1 span{color:#17bfd0}.sw20-hero-copy>p{font-size:1.08rem;line-height:1.6;max-width:620px}.sw20-hero-photo{position:relative;min-height:560px}.sw20-hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#073f57 0%,rgba(7,63,87,.48) 14%,transparent 38%)}.sw20-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 32%;display:block}.sw20-trust{display:flex;gap:30px;flex-wrap:wrap;margin-top:34px;font-size:.76rem;font-weight:800}.sw20-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.sw20-type-grid article{border:1px solid #d8e7ea;border-radius:8px;overflow:hidden;background:#fff}.sw20-type-grid img{width:100%;height:210px;object-fit:cover;display:block}.sw20-type-grid article>div{padding:20px 22px 24px}.sw20-type-grid h3{margin:0 0 8px;color:#0b3e55}.sw20-type-grid p{margin:0;font-size:.88rem;line-height:1.55}.sw20-explain{background:#f7fcfd}.sw20-explain-grid{display:grid;grid-template-columns:1fr 1fr 1.45fr;align-items:stretch}.sw20-explain-copy{padding:54px 42px 54px 0}.sw20-explain-copy h2,.sw20-compare h2{font-family:Georgia,serif;font-size:clamp(2.2rem,3vw,3.4rem);line-height:1.02;margin:10px 0 18px;color:#0b3e55}.sw20-explain-copy p{line-height:1.65}.sw20-explain figure{margin:0;min-height:430px;overflow:hidden}.sw20-explain figure img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.sw20-compare{background:#073f57;color:#fff;padding:52px 38px}.sw20-compare h2{color:#fff}.sw20-compare>p{color:#d7e9ed;line-height:1.55}.sw20-compare-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.sw20-compare-cards>div{background:#fff;color:#365d6a;border-radius:7px;overflow:hidden;padding:0 16px 14px}.sw20-compare-cards h3{margin:0 -16px 12px;padding:12px 16px;background:#0bb8ca;color:#fff}.sw20-compare-cards>div:last-child h3{background:#456f7e}.sw20-compare-cards p{font-size:.76rem;line-height:1.45;margin:8px 0}.sw20-text-link{display:inline-block;margin-top:16px;color:#7de4ed;font-weight:800}.sw20-surfaces{background:#eefafd}.sw20-surface-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:14px;margin-top:26px}.sw20-surface-grid>div{text-align:center;color:#0bb4c6;font-size:1.65rem}.sw20-surface-grid span{display:block;color:#0b3e55;font-size:.76rem;font-weight:800;line-height:1.25;margin-top:8px}.sw20-results{background:#073f57;color:#fff;padding:54px 0}.sw20-results-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:48px;align-items:center}.sw20-results h2{font-family:Georgia,serif;font-size:2.7rem;margin:8px 0 14px}.sw20-results p{color:#d8e9ee;line-height:1.6}.sw20-ba{display:grid;grid-template-columns:1fr 1fr;gap:18px}.sw20-ba figure{height:220px;margin:0;border:2px solid rgba(255,255,255,.78);border-radius:8px;overflow:hidden}.sw20-ba img{width:100%;height:100%;object-fit:cover;display:block}.sw20-faq{background:#f7fbfc}.sw20-faq details{border-bottom:1px solid #d8e7ea}.sw20-faq summary{padding:19px 0;font-weight:800;color:#0b3e55;cursor:pointer}.sw20-faq details p{padding:0 25px 18px 0;line-height:1.65}.sw20-cta{padding:70px 0;background:linear-gradient(180deg,#f4fbfc,#dff6f8)}.sw20-cta h2{font-family:Georgia,serif;font-size:clamp(2.4rem,4vw,4.1rem);line-height:1;margin:10px 0 16px;color:#0b3e55}
@media(max-width:1000px){.sw20-hero-grid,.sw20-results-grid{grid-template-columns:1fr}.sw20-hero-copy{padding:52px 0 35px}.sw20-hero-photo{height:390px;min-height:390px}.sw20-hero-photo:after{background:linear-gradient(180deg,#073f57 0%,rgba(7,63,87,.12) 20%,transparent 42%)}.sw20-explain-grid{grid-template-columns:1fr 1fr}.sw20-compare{grid-column:1/-1}.sw20-surface-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:650px){.sw20-hero h1{font-size:2.8rem}.sw20-hero-photo{height:300px;min-height:300px}.sw20-type-grid,.sw20-explain-grid,.sw20-compare-cards,.sw20-ba{grid-template-columns:1fr}.sw20-explain-copy{padding:38px 0}.sw20-explain figure{min-height:300px}.sw20-compare{grid-column:auto;padding:36px 22px}.sw20-surface-grid{grid-template-columns:repeat(2,1fr)}.sw20-ba figure{height:230px}.sw20-trust{gap:12px}.sw20-trust span{width:100%}}
/* V5.21 Roof Cleaning */
.rc21-page{background:#fff;color:#0b3e55}.rc21-page .eyebrow{color:#0bb8ca}.rc21-page .eyebrow.light{color:#63dbe6}.rc21-hero{background:#073f57;color:#fff;overflow:hidden}.rc21-hero-grid{display:grid;grid-template-columns:1.02fr 1.38fr;min-height:560px}.rc21-hero-copy{padding:60px 42px 48px 0;align-self:center}.rc21-hero h1{font-family:Georgia,serif;font-size:clamp(3rem,4.35vw,4.9rem);line-height:.98;letter-spacing:-.04em;margin:12px 0 22px;color:#fff}.rc21-hero h1 span{color:#17bfd0}.rc21-hero-copy>p{font-size:1.05rem;line-height:1.6;max-width:620px}.rc21-hero-photo{position:relative;min-height:560px}.rc21-hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#073f57 0%,rgba(7,63,87,.45) 14%,transparent 38%)}.rc21-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block}.rc21-trust{display:flex;gap:28px;flex-wrap:wrap;margin-top:34px;font-size:.76rem;font-weight:800}.rc21-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.rc21-type-grid article{border:1px solid #d8e7ea;border-radius:8px;overflow:hidden;background:#fff}.rc21-type-grid img{width:100%;height:210px;object-fit:cover;display:block}.rc21-type-grid article>div{padding:20px 22px 24px}.rc21-type-grid h3{margin:0 0 8px}.rc21-type-grid p{margin:0;font-size:.88rem;line-height:1.55}.rc21-story{background:#f7fcfd}.rc21-story-grid{display:grid;grid-template-columns:1fr 1fr 1.45fr;align-items:stretch}.rc21-story-copy{padding:48px 36px 48px 0}.rc21-story-copy h2,.rc21-process h2{font-family:Georgia,serif;font-size:clamp(2.15rem,3vw,3.35rem);line-height:1.02;margin:10px 0 18px}.rc21-story-copy p{line-height:1.62}.rc21-story figure{margin:0;min-height:470px;overflow:hidden}.rc21-story figure img{width:100%;height:100%;object-fit:cover;display:block}.rc21-process{background:#073f57;color:#fff;padding:46px 34px}.rc21-process h2{color:#fff}.rc21-process ol{list-style:none;padding:0;margin:24px 0 0;counter-reset:roofstep}.rc21-process li{counter-increment:roofstep;position:relative;padding:0 0 18px 48px}.rc21-process li:before{content:counter(roofstep);position:absolute;left:0;top:0;width:32px;height:32px;border-radius:50%;background:#e8fbfd;color:#079db0;display:grid;place-items:center;font-weight:900}.rc21-process li b,.rc21-process li span{display:block}.rc21-process li span{font-size:.82rem;line-height:1.45;color:#dcebef;margin-top:3px}.rc21-roofs{background:#eefafd}.rc21-roof-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:14px;margin-top:26px}.rc21-roof-grid>div{text-align:center;color:#0bb4c6;font-size:1.7rem}.rc21-roof-grid span{display:block;color:#0b3e55;font-size:.75rem;font-weight:800;line-height:1.25;margin-top:8px}.rc21-results{background:#073f57;color:#fff;padding:52px 0}.rc21-results-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:46px;align-items:center}.rc21-results h2{font-family:Georgia,serif;font-size:2.7rem;margin:8px 0 14px}.rc21-results p{color:#d8e9ee;line-height:1.6}.rc21-ba{display:grid;grid-template-columns:1fr 1fr;gap:16px}.rc21-ba figure{height:205px;margin:0;border:2px solid rgba(255,255,255,.78);border-radius:8px;overflow:hidden}.rc21-ba img{width:100%;height:100%;object-fit:cover;display:block}.rc21-benefits{background:#f2fbfc;padding:32px 0}.rc21-benefits-grid{display:grid;grid-template-columns:repeat(4,.7fr) 2fr;gap:18px;align-items:center}.rc21-benefits-grid>div{text-align:center;color:#0bb4c6;font-size:1.7rem}.rc21-benefits-grid b{display:block;color:#0b3e55;font-size:.76rem;line-height:1.3;margin-top:7px}.rc21-benefits aside{background:#dff6f8;border-radius:8px;padding:20px 24px}.rc21-benefits aside h3{margin:0 0 6px}.rc21-benefits aside p{font-size:.82rem;line-height:1.45;margin:0}.rc21-faq{background:#fff}.rc21-cta{padding:66px 0;background:linear-gradient(180deg,#f4fbfc,#dff6f8)}.rc21-cta h2{font-family:Georgia,serif;font-size:clamp(2.4rem,4vw,4rem);line-height:1;margin:10px 0 16px;color:#0b3e55}
@media(max-width:1000px){.rc21-hero-grid,.rc21-results-grid{grid-template-columns:1fr}.rc21-hero-copy{padding:50px 0 34px}.rc21-hero-photo{height:390px;min-height:390px}.rc21-hero-photo:after{background:linear-gradient(180deg,#073f57 0%,rgba(7,63,87,.1) 20%,transparent 42%)}.rc21-story-grid{grid-template-columns:1fr 1fr}.rc21-process{grid-column:1/-1}.rc21-roof-grid{grid-template-columns:repeat(4,1fr)}.rc21-benefits-grid{grid-template-columns:repeat(4,1fr)}.rc21-benefits aside{grid-column:1/-1}}
@media(max-width:650px){.rc21-hero h1{font-size:2.75rem}.rc21-hero-photo{height:300px;min-height:300px}.rc21-type-grid,.rc21-story-grid,.rc21-ba{grid-template-columns:1fr}.rc21-story-copy{padding:38px 0}.rc21-story figure{min-height:300px}.rc21-process{grid-column:auto;padding:34px 22px}.rc21-roof-grid{grid-template-columns:repeat(2,1fr)}.rc21-benefits-grid{grid-template-columns:repeat(2,1fr)}.rc21-benefits aside{grid-column:1/-1}.rc21-ba figure{height:230px}.rc21-trust{gap:12px}.rc21-trust span{width:100%}}

/* V5.22 Gutter Cleaning Sydney */
.gc22-page{background:#fff;color:#073e55}
.gc22-hero{background:#063f55;overflow:hidden}
.gc22-hero-grid{display:grid;grid-template-columns:.93fr 1.07fr;min-height:610px}
.gc22-hero-copy{padding:65px 40px 48px 0;align-self:center;color:#fff}
.gc22-hero-copy .eyebrow{color:#20d3e5}
.gc22-hero h1{font-size:clamp(54px,5.4vw,82px);line-height:.95;color:#fff;margin:12px 0 22px}
.gc22-hero h1 span{color:#15bfd1}
.gc22-hero p{font-size:18px;line-height:1.55;max-width:670px}
.gc22-hero-photo img{width:100%;height:100%;object-fit:cover}
.gc22-trust{display:flex;gap:28px;margin-top:30px;flex-wrap:wrap}
.gc22-trust span{font-weight:700;font-size:13px;line-height:1.35;color:#fff}

.gc22-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.gc22-type-grid article{border:1px solid #d5e7ea;border-radius:12px;overflow:hidden;background:#fff}
.gc22-type-grid img{width:100%;height:190px;object-fit:cover}
.gc22-type-grid article>div{padding:18px 22px 22px}
.gc22-type-grid h3{margin:0 0 7px;font-size:20px}
.gc22-type-grid p{font-size:14px;line-height:1.5;margin:0}

.gc22-story{background:#f2faf9}
.gc22-story-grid{display:grid;grid-template-columns:1fr .92fr 1.08fr;align-items:stretch}
.gc22-story-copy{padding:55px 40px 55px 0}
.gc22-story-copy h2{font-size:46px;line-height:1.02;margin:10px 0 22px}
.gc22-story-copy p{line-height:1.6}
.gc22-story figure{margin:0}
.gc22-story figure img{width:100%;height:100%;min-height:470px;object-fit:cover}
.gc22-process{background:#074d64;color:#fff;padding:52px 42px}
.gc22-process .eyebrow{color:#25d2e2}
.gc22-process h2{font-size:42px;line-height:1.05;color:#fff;margin:8px 0 24px}
.gc22-process ol{list-style:none;padding:0;margin:0}
.gc22-process li{position:relative;padding:0 0 18px 50px}
.gc22-process li:before{counter-increment:gutterstep;content:counter(gutterstep);position:absolute;left:0;top:0;width:34px;height:34px;border-radius:50%;background:#e8fbfc;color:#08728b;display:grid;place-items:center;font-weight:800}
.gc22-process ol{counter-reset:gutterstep}
.gc22-process b{display:block;margin-bottom:4px}
.gc22-process span{font-size:13px;line-height:1.45;color:#e6f8fa}

.gc22-gutter-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:14px}
.gc22-gutter-grid div{text-align:center;font-size:36px;color:#0bb8c8}
.gc22-gutter-grid span{display:block;font-size:12px;line-height:1.25;font-weight:800;color:#073e55;margin-top:8px}

.gc22-results{background:#06475d;color:#fff;padding:48px 0}
.gc22-results-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:30px;align-items:center}
.gc22-results h2{font-size:48px;color:#fff;margin:8px 0 12px}
.gc22-results p{line-height:1.5}
.gc22-ba{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.gc22-ba figure{margin:0;border:2px solid #d3ebef;border-radius:10px;overflow:hidden}
.gc22-ba img{width:100%;height:230px;object-fit:cover}

.gc22-benefits{background:#eef9fb;padding:28px 0}
.gc22-benefits-grid{display:grid;grid-template-columns:repeat(4,.7fr) 2fr;gap:12px;align-items:center}
.gc22-benefits-grid>div{text-align:center;font-size:30px;color:#08b9c9}
.gc22-benefits-grid b{display:block;color:#073e55;font-size:13px;line-height:1.25;margin-top:8px}
.gc22-benefits aside{background:#dff6f9;border-radius:10px;padding:20px}
.gc22-benefits aside h3{margin:0 0 6px}
.gc22-benefits aside p{font-size:13px;line-height:1.45;margin:0}

.gc22-faq{background:#fff}
.gc22-cta{background:#eaf8fa url('assets/images/gutter-cta-v5223-clean.jpg') center/cover no-repeat;padding:55px 0}
.gc22-cta .pc17-cta-grid{background:transparent;border-radius:0;padding:30px 34px}

@media(max-width:1000px){
 .gc22-hero-grid,.gc22-story-grid,.gc22-results-grid{grid-template-columns:1fr}
 .gc22-hero-copy{padding:50px 0}
 .gc22-hero-photo{height:430px}
 .gc22-type-grid{grid-template-columns:1fr 1fr}
 .gc22-story-copy{padding:45px 0}
 .gc22-gutter-grid{grid-template-columns:repeat(4,1fr)}
 .gc22-benefits-grid{grid-template-columns:repeat(2,1fr)}
 .gc22-benefits aside{grid-column:1/-1}
}
@media(max-width:650px){
 .gc22-type-grid,.gc22-ba{grid-template-columns:1fr}
 .gc22-hero h1{font-size:48px}
 .gc22-hero-photo{height:340px}
 .gc22-type-grid img{height:220px}
 .gc22-gutter-grid{grid-template-columns:repeat(2,1fr)}
 .gc22-benefits-grid{grid-template-columns:1fr 1fr}
 .gc22-story figure img{min-height:340px}
 .gc22-process{padding:38px 24px}
 .gc22-results h2{font-size:40px}
 .gc22-ba img{height:220px}
}

/* V5.22.2 Gutter CTA clean background fix */
.gc22-cta{
  position:relative;
  isolation:isolate;
}
.gc22-cta::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.30),rgba(255,255,255,.08));
  z-index:-1;
}

/* V5.22.3 — single-layer Gutter Cleaning CTA */
.gc22-cta{
 background-image:linear-gradient(90deg,rgba(244,252,253,.96),rgba(244,252,253,.80) 48%,rgba(244,252,253,.18)),url('assets/images/gutter-cta-v5223-clean.jpg') !important;
 background-size:cover !important;
 background-position:center !important;
 background-repeat:no-repeat !important;
 padding:58px 0;
}
.gc22-cta::before,.gc22-cta::after{display:none !important;content:none !important}
.gc22-cta .pc17-cta-grid{
 background:none !important;
 box-shadow:none !important;
 backdrop-filter:none !important;
 -webkit-backdrop-filter:none !important;
}
@media(max-width:650px){
 .gc22-cta{
  background-image:linear-gradient(rgba(244,252,253,.92),rgba(244,252,253,.84)),url('assets/images/gutter-cta-v5223-clean.jpg') !important;
  padding:42px 0;
 }
 .gc22-cta .pc17-cta-grid{padding:20px 0}
}

/* V5.23 Window Cleaning Sydney */
.wc23-page{background:#fff;color:#073e55}
.wc23-hero{background:#eaf8fb;overflow:hidden}
.wc23-hero-grid{display:grid;grid-template-columns:.93fr 1.07fr;min-height:620px}
.wc23-copy{padding:65px 40px 50px 0;align-self:center}
.wc23-copy h1{font-size:clamp(54px,5.2vw,80px);line-height:.96;margin:12px 0 24px;color:#063f55}
.wc23-copy h1 span{color:#10b8cc}
.wc23-copy>p{font-size:18px;line-height:1.55;max-width:680px}
.wc23-hero-photo img{width:100%;height:100%;object-fit:cover}
.wc23-trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px}
.wc23-trust span{font-weight:700;font-size:13px;color:#073e55}

.wc23-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.wc23-type-grid article{border:1px solid #d5e7ea;border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column}
.wc23-type-grid img{width:100%;height:210px;object-fit:cover}
.wc23-type-grid article>div{padding:20px 22px 24px;display:flex;flex-direction:column;flex:1}
.wc23-type-grid h3{margin:0 0 8px;font-size:20px}
.wc23-type-grid p{font-size:14px;line-height:1.5}
.wc23-type-grid a{margin-top:auto;color:#04aec0;font-weight:800}

.wc23-services{background:#073f55;color:#fff}
.wc23-services-grid{display:grid;grid-template-columns:1fr .85fr 1fr;align-items:stretch}
.wc23-services-copy,.wc23-access{padding:52px 40px}
.wc23-services-copy .eyebrow{color:#21d0e0}
.wc23-services-copy h2,.wc23-access h2{font-size:42px;line-height:1.05;color:#fff;margin:10px 0 18px}
.wc23-services-copy ul,.wc23-access ul{padding-left:20px;line-height:1.8}
.wc23-services-grid figure{margin:0}
.wc23-services-grid figure img{width:100%;height:100%;min-height:510px;object-fit:cover}
.wc23-access{background:#f2fbfc;color:#073e55}
.wc23-access h2{color:#073e55}
.wc23-access .btn-soft{display:inline-block;background:#dff7fa;color:#087b8c;padding:13px 18px;border-radius:5px;font-weight:800;text-decoration:none}

.wc23-result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.wc23-result-grid article{background:#fff;border:1px solid #d7e8ea;border-radius:10px;overflow:hidden;text-align:center}
.wc23-result-grid img{width:100%;height:220px;object-fit:cover}
.wc23-result-grid h3{margin:12px 0 16px}

.wc23-matters{background:#f3fafb;padding:65px 0}
.wc23-matters-grid{display:grid;grid-template-columns:.9fr 1fr 1fr;gap:28px;align-items:center}
.wc23-matters figure{margin:0}
.wc23-matters img{width:100%;height:330px;object-fit:cover;border-radius:12px}
.wc23-matters h2{font-size:42px;line-height:1.05;margin:10px 0 18px}
.wc23-benefit-list{display:grid;gap:14px}
.wc23-benefit-list span{background:#fff;border-radius:9px;padding:14px 16px;border:1px solid #d8e9eb;font-weight:700}

.wc23-programs{padding:68px 0;background:#fff}
.wc23-program-grid{display:grid;grid-template-columns:1fr .9fr .7fr;gap:25px;align-items:center}
.wc23-program-grid h2{font-size:42px;line-height:1.05;margin:10px 0 18px}
.wc23-program-grid figure{margin:0}
.wc23-program-grid img{width:100%;height:300px;object-fit:cover;border-radius:12px}
.wc23-program-list{display:grid;gap:12px}
.wc23-program-list span{padding:12px 14px;border-radius:8px;background:#eef9fb;font-weight:800}

.wc23-faq{background:#f5fbfc}
.wc23-cta{
 background-image:linear-gradient(90deg,rgba(246,252,253,.97),rgba(246,252,253,.82) 48%,rgba(246,252,253,.22)),url('assets/images/window-cta-v523.jpg');
 background-position:center;
 background-size:cover;
 background-repeat:no-repeat;
 padding:58px 0;
}
.wc23-cta .pc17-cta-grid{background:none!important;box-shadow:none!important}

@media(max-width:1000px){
 .wc23-hero-grid,.wc23-services-grid,.wc23-matters-grid,.wc23-program-grid{grid-template-columns:1fr}
 .wc23-copy{padding:50px 0}
 .wc23-hero-photo{height:430px}
 .wc23-type-grid{grid-template-columns:1fr 1fr}
 .wc23-services-copy,.wc23-access{padding:42px 28px}
 .wc23-matters figure img,.wc23-program-grid img{height:320px}
}
@media(max-width:650px){
 .wc23-type-grid,.wc23-result-grid{grid-template-columns:1fr}
 .wc23-copy h1{font-size:48px}
 .wc23-hero-photo{height:350px}
 .wc23-type-grid img{height:230px}
 .wc23-services-grid figure img{min-height:340px}
 .wc23-matters h2,.wc23-program-grid h2{font-size:36px}
 .wc23-cta{
  background-image:linear-gradient(rgba(246,252,253,.92),rgba(246,252,253,.84)),url('assets/images/window-cta-v523.jpg');
  padding:42px 0;
 }
}
