:root{--navy:#0b1a22;--navy2:#07131a;--gold:#d7a04a;--ink:#111820;--muted:#65717c;--paper:#f7f8f9;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}.container{width:min(1180px,calc(100% - 48px));margin:auto}.site-header{height:88px;background:var(--navy);position:relative;z-index:20}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}.brand img{display:block;width:285px;max-height:76px;object-fit:contain;filter:brightness(0) invert(1)}.nav{display:flex;gap:42px;height:100%;align-items:center}.nav a{color:#fff;text-decoration:none;font-size:15px;padding:34px 2px 26px;border-bottom:2px solid transparent}.nav a:hover,.nav a.active{border-color:var(--gold)}.menu-btn{display:none;background:none;border:0}.menu-btn span{display:block;width:26px;height:2px;background:#fff;margin:6px}.hero{height:610px;background:url('../images/hero.jpg') center/cover no-repeat;position:relative;display:flex;align-items:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,12,16,.78) 0%,rgba(4,12,16,.42) 42%,rgba(4,12,16,.03) 74%)}.hero-content{position:relative;color:#fff}.eyebrow{letter-spacing:4px;font-size:15px;margin:0 0 10px}.hero h1{font-size:58px;line-height:1.06;margin:0 0 18px}.hero h1 span{color:var(--gold)}.lead{font-size:19px;line-height:1.55;margin:0 0 26px}.btn{display:inline-block;background:var(--gold);color:#fff;text-decoration:none;font-weight:700;padding:17px 27px;font-size:14px;letter-spacing:.5px}.btn b{font-size:20px;margin-left:12px}.section{padding:26px 0}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.service-card{display:grid;grid-template-columns:1fr 1.08fr;min-height:270px;background:linear-gradient(120deg,#fff,#f0f3f5);overflow:hidden}.service-card>img{width:100%;height:100%;object-fit:cover}.service-copy{padding:26px 28px}.service-copy h2{font-size:22px;line-height:1.15;margin:6px 0 12px}.service-copy p{color:var(--muted);font-size:16px;line-height:1.5}.icon{font-size:36px;color:var(--gold);line-height:1}.icon.dark{color:#3e4951}.soon{display:inline-block;background:var(--gold);color:#fff;padding:6px 12px;font-size:12px;letter-spacing:1px;margin-bottom:2px}.tiling{min-height:480px;position:relative;display:flex;align-items:center;color:#fff;overflow:hidden}.tiling-bg{position:absolute;inset:0;background:url('../images/tiling.jpg') center/cover no-repeat}.tiling-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,10,13,.93) 0%,rgba(4,10,13,.75) 37%,rgba(4,10,13,.08) 75%)}.tiling-content{position:relative;padding-top:70px;padding-bottom:70px}.tiling-content>*{max-width:430px}.tile-icon{font-size:48px}.tiling h2{font-size:39px;margin:8px 0 12px}.tiling p{font-size:17px;line-height:1.45}.tiling ul{padding:0;list-style:none;line-height:1.8;font-size:16px}.tiling li:before{content:'✓';color:var(--gold);font-weight:bold;margin-right:12px}footer{background:var(--navy2);color:#fff;padding:30px 0 20px}.footer-main{display:grid;grid-template-columns:1.05fr .85fr 1fr;align-items:center;gap:28px}.footer-brand{padding-right:28px;border-right:1px solid var(--gold)}.footer-brand img{width:255px;max-width:100%;display:block;filter:brightness(0) invert(1)}.footer-brand small{font-size:10px;letter-spacing:3px}.contact-block{color:#fff;text-decoration:none;display:flex;align-items:center;gap:18px;padding-right:20px;border-right:1px solid var(--gold)}.contact-block:last-child{border-right:0}.contact-icon{color:var(--gold);font-size:33px}.contact-block small{display:block;margin-bottom:5px}.contact-block strong{font-size:20px;white-space:nowrap}.footer-tag{display:flex;align-items:center;gap:20px;margin-top:28px}.footer-tag span{height:1px;background:var(--gold);flex:1}.footer-tag p{font-size:10px;letter-spacing:2px;white-space:nowrap}.copyright{text-align:center;color:#8f9aa2;font-size:11px;margin:18px 0 0}.menu-btn{cursor:pointer}
@media(max-width:850px){.site-header{height:74px}.brand img{width:220px}.menu-btn{display:block}.nav{display:none;position:absolute;top:74px;left:0;right:0;height:auto;background:var(--navy);padding:10px 24px 20px;flex-direction:column;gap:0;align-items:stretch}.nav.open{display:flex}.nav a{padding:14px 0}.hero{height:520px}.hero h1{font-size:43px}.service-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr}.footer-brand,.contact-block{border-right:0;border-bottom:1px solid rgba(215,160,74,.4);padding:0 0 22px}.footer-tag span{display:none}.footer-tag{justify-content:center}.footer-tag p{white-space:normal;text-align:center;line-height:1.7}}
@media(max-width:560px){.container{width:min(100% - 28px,1180px)}.brand img{width:185px}.hero{height:510px;background-position:58% center}.hero h1{font-size:37px}.lead{font-size:16px}.service-card{grid-template-columns:1fr}.service-card>img{height:210px}.service-copy{padding:22px}.tiling{min-height:520px}.tiling h2{font-size:32px}.footer-brand img{width:220px}.contact-block strong{font-size:18px}.footer-tag p{font-size:9px}}

/* Hero image already contains its designed text treatment. Do not overlay a second shade/text layer. */
.hero{position:relative;}
.hero-shade,.hero-content{display:none!important;}
.hero-quote-link{position:absolute;left:max(calc((100% - 1180px)/2 + 24px),10%);top:58%;width:205px;height:58px;z-index:3;}
@media(max-width:850px){.hero-quote-link{left:10%;top:58%;width:190px;height:55px;}}
@media(max-width:560px){.hero{background-position:center center}.hero-quote-link{left:10%;top:58%;width:180px;height:52px;}}


/* Quote enquiry form */
.quote-section{background:#f3f5f6;padding:72px 0;scroll-margin-top:88px}.quote-wrap{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}.quote-kicker{color:var(--gold);font-size:12px;font-weight:700;letter-spacing:2px;margin:4px 0 12px}.quote-intro h2{font-size:38px;line-height:1.12;margin:0 0 16px}.quote-intro>p:last-child{color:var(--muted);font-size:17px;line-height:1.6}.quote-form{background:#fff;padding:34px;box-shadow:0 12px 35px rgba(11,26,34,.08)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.quote-form label{font-size:13px;font-weight:700;color:#26323a}.quote-form input,.quote-form select,.quote-form textarea{width:100%;margin-top:8px;border:1px solid #d6dce0;background:#fff;color:var(--ink);font:inherit;font-size:15px;padding:14px 13px;outline:none;border-radius:0}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 2px rgba(215,160,74,.12)}.quote-form textarea{resize:vertical;min-height:130px}.quote-form .full{grid-column:1/-1}.submit-btn{margin-top:22px;border:0;background:var(--gold);color:#fff;font-weight:700;letter-spacing:.6px;padding:16px 23px;cursor:pointer;font-size:13px}.submit-btn:hover{filter:brightness(.94)}.submit-btn span{font-size:19px;margin-left:10px}.form-note{color:#7a858d;font-size:12px;line-height:1.5;margin:12px 0 0}
@media(max-width:850px){.quote-section{padding:55px 0}.quote-wrap{grid-template-columns:1fr;gap:28px}.quote-intro h2{font-size:33px}}
@media(max-width:560px){.form-grid{grid-template-columns:1fr}.quote-form{padding:24px 18px}.quote-intro h2{font-size:30px}}

.website-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-status{margin:14px 0 0;font-size:14px;font-weight:700}.form-status.success{color:#24733c}.form-status.error{color:#a52a2a}.submit-btn:disabled{opacity:.65;cursor:wait}


/* Header brand refinements */
.brand{display:flex;flex-direction:column;align-items:flex-start;text-decoration:none;line-height:1}
.brand img{width:255px;max-height:58px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}
.brand span{display:block;color:#fff;font-size:9px;letter-spacing:3.1px;margin-top:5px;padding-left:2px;white-space:nowrap}

/* Keep the baked hero artwork at its original proportions so its CTA stays aligned. */
.hero{height:min(42.1875vw,610px);min-height:430px;background-size:cover;background-position:center center}
/* Make the complete visible gold GET A FREE QUOTE button clickable. */
.hero-quote-link{left:10%;top:62.4%;width:19.2%;height:10.2%;min-width:192px;min-height:42px;z-index:10;display:block;cursor:pointer}
.hero-quote-link:focus-visible{outline:3px solid #fff;outline-offset:3px}
@media(max-width:850px){
  .brand img{width:220px;max-height:50px}.brand span{font-size:8px;letter-spacing:2.5px;margin-top:4px}
  .hero{height:52vw;min-height:400px;background-size:cover;background-position:center center}
  .hero-quote-link{left:10%;top:62.4%;width:22%;height:10.2%;min-width:180px;min-height:42px}
}
@media(max-width:560px){
  .brand img{width:185px;max-height:43px}.brand span{font-size:6.5px;letter-spacing:1.9px;margin-top:3px}
  .hero{height:510px;min-height:510px;background-position:43% center}
  .hero-quote-link{left:8%;top:62%;width:205px;height:54px;min-width:0}
}
