:root{
  --navy:#062746;
  --deep:#031d35;
  --blue:#0754a5;
  --blue-2:#0a62bc;
  --gold:#d4a648;
  --ink:#071f39;
  --muted:#59636f;
  --line:#dce3ea;
  --soft:#f5f7fa;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;font-size:16px;line-height:1.5}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.site-header{background:#fff;border-bottom:1px solid #edf0f3;position:relative;z-index:1000}
.navbar{padding:0}
.navbar .container{min-height:104px}
.navbar-brand{padding:0;margin-right:1.5rem}
.navbar-brand img{width:236px;height:60px;object-fit:contain}
.navbar-nav{gap:.3rem}
.nav-link{font-weight:700;font-size:13px;padding:.75rem .65rem!important;color:#10243b!important;white-space:nowrap}
.nav-link.active{color:var(--blue)!important;position:relative}
.nav-link.active:after{content:"";position:absolute;left:.65rem;right:.65rem;bottom:.45rem;height:2px;background:var(--blue)}
.dropdown-menu{border:0;border-radius:0;box-shadow:0 12px 30px rgba(4,26,49,.16);padding:.65rem 0}
.dropdown-item{font-size:13px;padding:.55rem 1rem}
.header-actions{display:grid;gap:.55rem;justify-items:end;min-width:190px}
.header-phone{font-weight:800;color:#0b2d52;font-size:15px}
.header-phone i{color:var(--blue);margin-right:.35rem}
.btn{border-radius:2px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;font-size:12px;padding:.75rem 1.15rem}
.btn-brand{background:linear-gradient(180deg,#0b5bb0,#06448b);border:1px solid #06448b;color:#fff!important;box-shadow:0 5px 12px rgba(0,70,145,.18)}
.btn-brand:hover{background:#053e7f;border-color:#053e7f}
.btn-outline-brand{border:1px solid var(--blue);color:var(--blue)!important;background:#fff}
.btn-outline-brand:hover{background:var(--blue);color:#fff!important}
.hero-section{background:#fff}
.hero-row{min-height:365px;overflow:hidden}
.hero-copy{padding:36px 42px 30px;background:linear-gradient(110deg,#fff 0%,#fff 84%,#f3f5f7 84.2%,#f3f5f7 100%);position:relative;z-index:2}
.hero-copy h1{font-family:"Barlow Condensed",Arial,sans-serif;text-transform:uppercase;font-size:46px;line-height:.98;letter-spacing:-.025em;font-weight:800;margin:0 0 17px;color:#0a223c}
.hero-copy>p{font-size:13px;line-height:1.55;max-width:470px;margin:0 0 20px;color:#1b2d40}
.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);margin:8px 0 24px;max-width:470px}
.hero-stats>div{padding:0 13px;text-align:center;border-right:1px solid #ccd4dc}
.hero-stats>div:first-child{padding-left:0}
.hero-stats>div:last-child{border-right:0;padding-right:0}
.hero-stats strong{display:block;font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;font-size:21px;line-height:1;color:var(--blue)}
.hero-stats span{display:block;margin-top:5px;font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;font-size:10px;font-weight:700;letter-spacing:.04em;color:#1c2935}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap}
.hero-buttons .btn{min-width:170px}
.hero-image{position:relative;background:#0b1118;min-height:365px;overflow:hidden}
.hero-image:before{content:"";position:absolute;left:-68px;top:-15px;bottom:-15px;width:115px;background:#fff;clip-path:polygon(0 0,100% 0,45% 100%,0 100%);z-index:2}
.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.trust-strip{background:linear-gradient(90deg,#062440,#022b51 55%,#062440);color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(0,0,0,.25)}
.trust-item{min-height:74px;display:flex;align-items:center;justify-content:center;gap:15px;padding:10px 18px;position:relative}
.trust-item:not(:last-child):after{content:"";position:absolute;right:0;top:18px;bottom:18px;width:1px;background:rgba(255,255,255,.16)}
.trust-item i{font-size:34px;color:var(--gold);line-height:1}
.trust-item strong{display:block;font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;font-size:16px;line-height:1.05}
.trust-item span{display:block;font-size:10px;margin-top:5px;color:#e8edf2}
.content-section{padding:22px 0}
.compact-section{padding-top:12px;padding-bottom:12px}
.section-heading{margin-bottom:13px}
.section-heading h2{font-family:"Barlow Condensed",sans-serif;font-size:24px;line-height:1;text-transform:uppercase;font-weight:800;margin:0;color:#0b243f}
.section-heading p{font-size:11px;margin:4px 0 0;color:#283846}
.heading-inline{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}
.heading-inline>a{font-size:10px;text-transform:uppercase;color:var(--blue);font-weight:800;background:#f3f7fb;padding:7px 10px}
.service-card{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid #dfe4e8;box-shadow:0 3px 10px rgba(11,35,61,.08);transition:.2s ease}
.service-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(11,35,61,.13)}
.service-card>img{width:100%;height:108px;object-fit:cover;background:#0d0f12}
.service-copy{padding:11px 12px 12px;display:flex;flex-direction:column;min-height:137px}
.service-copy h3{font-size:12px;line-height:1.2;margin:0 0 10px;font-weight:800;color:#0d2b4c}
.service-copy h3 i{font-size:10px;background:#0754a5;color:#fff;padding:4px;border-radius:2px;margin-right:6px}
.service-copy p{font-size:11px;line-height:1.45;color:#263441;margin:0}
.service-copy>span{margin-top:auto;text-align:right;color:var(--blue);font-size:15px}
.featured-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}
.featured-grid a{display:block;overflow:hidden;background:#111;border-radius:2px;box-shadow:0 2px 7px rgba(0,0,0,.12)}
.featured-grid img{width:100%;height:116px;object-fit:cover;transition:.25s}
.featured-grid a:hover img{transform:scale(1.025)}
.industry-grid{display:grid;grid-template-columns:repeat(17,1fr);gap:8px;align-items:start}
.industry-grid div{text-align:center;color:#0754a5;min-width:0}
.industry-grid i{display:block;font-size:27px;line-height:1;margin-bottom:6px}
.industry-grid span{display:block;font-size:8px;color:#18324b;white-space:nowrap}
.materials-scroll{overflow-x:auto;overflow-y:hidden;padding-bottom:3px}
.materials-scroll img{width:100%;min-width:940px;height:auto}
.reviews-section{padding-top:15px;padding-bottom:18px}
.reviews-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:18px;align-items:stretch}
.review-summary h2{font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;font-size:22px;font-weight:800;margin:0 0 10px}
.google-row{display:flex;align-items:center;gap:10px;margin-bottom:5px}
.google-g{font-weight:900;font-size:31px;color:#4285f4;font-family:Arial,sans-serif}
.google-row strong{font-size:28px;line-height:1}
.stars{color:#f7a800;letter-spacing:1px;font-size:13px}
.review-summary p{font-size:10px;margin:0 0 8px}
.review-summary a{font-size:10px;color:var(--blue);font-weight:700}
.review-card{position:relative;background:#f7f8fa;padding:12px 16px 11px;min-height:120px;border-radius:2px}
.review-card .quote{position:absolute;left:10px;top:3px;font-family:Georgia,serif;font-size:30px;color:#0e477f}
.review-card p{font-size:10px;line-height:1.45;margin:11px 0 8px}
.review-card strong{font-size:9px;color:#28507a}
.cta-strip{background:linear-gradient(90deg,#0b3e78,#0a58a8 45%,#064889);color:#fff;position:relative;overflow:hidden}
.cta-strip:before{content:"";position:absolute;inset:0;background:linear-gradient(125deg,transparent 0 30%,rgba(255,255,255,.08) 30% 31%,transparent 31% 60%,rgba(255,255,255,.05) 60% 61%,transparent 61%);opacity:.75}
.cta-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;z-index:1}
.cta-inner h2{font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;font-size:25px;margin:0;font-weight:800}
.cta-inner p{font-size:11px;margin:2px 0 0}
.cta-actions{display:flex;align-items:center;gap:16px;white-space:nowrap}
.cta-actions>a:last-child{font-size:18px;font-weight:800}
.site-footer{background:linear-gradient(180deg,#062b4b,#031d34);color:#fff;padding:22px 0 0}
.footer-main{padding-bottom:14px}
.footer-logo{width:175px;margin-bottom:10px}
.site-footer p,.site-footer address{font-size:10px;line-height:1.45;color:#f1f5f8;margin:0 0 8px}
.site-footer h3{font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;font-size:15px;margin:0 0 8px}
.site-footer ul{list-style:none;margin:0;padding:0}
.site-footer li{margin:1px 0}
.site-footer li a,.site-footer p a{font-size:10px;color:#fff}
.site-footer a:hover{text-decoration:underline}
.assurance{display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.25);padding:8px;margin-bottom:8px;font-size:10px}
.assurance i{font-size:24px;color:var(--gold)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.15);min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:9px;color:#c9d3dd}
.footer-bottom a{color:#c9d3dd}
@media (max-width:1199.98px){
  .navbar .container{min-height:92px}
  .navbar-brand img{width:210px;height:auto}
  .header-actions{min-width:170px}
  .nav-link{font-size:12px;padding:.7rem .45rem!important}
  .hero-copy h1{font-size:42px}
  .industry-grid{grid-template-columns:repeat(9,1fr);row-gap:16px}
}
@media (max-width:991.98px){
  .navbar .container{padding-top:12px;padding-bottom:12px}
  .navbar-collapse{padding:15px 0 8px;border-top:1px solid #e6ebef;margin-top:10px}
  .header-actions{display:flex;align-items:center;justify-content:space-between;margin-top:10px;justify-items:unset}
  .nav-link.active:after{display:none}
  .hero-copy{padding:32px 28px;background:#fff}
  .hero-image:before{display:none}
  .trust-item:nth-child(2):after{display:none}
  .trust-item{justify-content:flex-start;padding-left:28px}
  .featured-grid{grid-template-columns:repeat(3,1fr)}
  .featured-grid img{height:150px}
  .reviews-grid{grid-template-columns:1fr 1fr}
  .cta-inner{padding-top:18px;padding-bottom:18px;align-items:flex-start;flex-direction:column}
  .cta-actions{white-space:normal;flex-wrap:wrap}
}
@media (max-width:767.98px){
  .hero-copy h1{font-size:39px}
  .hero-stats{grid-template-columns:repeat(2,1fr);gap:14px 0}
  .hero-stats>div:nth-child(2){border-right:0}
  .hero-image{min-height:290px}
  .trust-item{min-height:88px;padding-left:16px;gap:10px}
  .trust-item i{font-size:28px}
  .trust-item strong{font-size:14px}
  .featured-grid{grid-template-columns:repeat(2,1fr)}
  .featured-grid img{height:135px}
  .industry-grid{grid-template-columns:repeat(4,1fr)}
  .reviews-grid{grid-template-columns:1fr}
  .heading-inline{align-items:flex-start;flex-direction:column}
  .footer-bottom{align-items:flex-start;flex-direction:column;padding:10px 0}
}
@media (max-width:575.98px){
  .navbar-brand img{width:195px}
  .header-actions{align-items:flex-start;flex-direction:column}
  .hero-copy{padding:28px 20px}
  .hero-copy h1{font-size:36px}
  .hero-buttons .btn{width:100%}
  .trust-item{padding:13px 10px}
  .service-copy{min-height:auto}
  .featured-grid img{height:115px}
  .cta-actions .btn{width:100%}
}
.review-card strong small{display:block;font-size:8px;font-weight:500;color:#697988;margin-top:2px}


/* Desktop sizing correction: use Bootstrap's standard responsive container widths
   and render the mock-up at real browser scale rather than thumbnail scale. */
@media (min-width:1200px){
  .navbar .container{min-height:112px}
  .navbar-brand img{width:250px;height:64px}
  .nav-link{font-size:14px;padding:.8rem .72rem!important}
  .dropdown-item{font-size:14px}
  .header-phone{font-size:16px}
  .btn{font-size:13px;padding:.82rem 1.25rem}

  .hero-row{min-height:430px}
  .hero-copy{padding:44px 48px 36px}
  .hero-copy h1{font-size:58px;line-height:.98;margin-bottom:20px}
  .hero-copy>p{font-size:16px;line-height:1.55;max-width:540px;margin-bottom:24px}
  .hero-stats{max-width:540px;margin:10px 0 27px}
  .hero-stats strong{font-size:25px}
  .hero-stats span{font-size:11px}
  .hero-image{min-height:430px}

  .trust-item{min-height:88px;padding:12px 22px;gap:17px}
  .trust-item i{font-size:38px}
  .trust-item strong{font-size:18px}
  .trust-item span{font-size:12px}

  .content-section{padding:30px 0}
  .compact-section{padding-top:17px;padding-bottom:17px}
  .section-heading{margin-bottom:17px}
  .section-heading h2{font-size:30px}
  .section-heading p{font-size:14px}
  .heading-inline>a{font-size:12px;padding:8px 12px}

  .service-card>img{height:138px}
  .service-copy{padding:14px 14px 15px;min-height:165px}
  .service-copy h3{font-size:14px;margin-bottom:11px}
  .service-copy h3 i{font-size:11px}
  .service-copy p{font-size:13px;line-height:1.48}
  .service-copy>span{font-size:17px}

  .featured-grid{gap:11px}
  .featured-grid img{height:145px}

  .industry-grid{gap:10px}
  .industry-grid i{font-size:30px}
  .industry-grid span{font-size:9.5px}

  .materials-scroll img{min-width:1100px}

  .reviews-section{padding-top:21px;padding-bottom:24px}
  .reviews-grid{gap:22px}
  .review-summary h2{font-size:28px}
  .review-summary p,.review-summary a{font-size:12px}
  .review-card{padding:15px 18px 14px;min-height:145px}
  .review-card p{font-size:12px;line-height:1.5;margin:14px 0 10px}
  .review-card strong{font-size:11px}
  .review-card strong small{font-size:9px}

  .cta-inner{min-height:92px}
  .cta-inner h2{font-size:30px}
  .cta-inner p{font-size:13px}
  .cta-actions>a:last-child{font-size:20px}

  .site-footer{padding-top:28px}
  .footer-logo{width:195px}
  .site-footer p,.site-footer address,.site-footer li a,.site-footer p a{font-size:12px}
  .site-footer h3{font-size:18px}
  .assurance{font-size:12px;padding:10px}
  .footer-bottom{min-height:44px;font-size:11px}
}


/* V3.2 corrective fixes only: preserve layout and content. */
@media (min-width:992px){
  .navbar-collapse{position:relative;align-items:center}
  .navbar-nav{align-self:center}
  .header-actions{display:flex;align-items:center;min-width:auto;padding-top:0;position:relative}
  .header-actions .header-phone{position:absolute;right:0;bottom:calc(100% + 9px);white-space:nowrap;line-height:1}
  .header-actions .btn{margin:0;white-space:nowrap}
}
.hero-stats>div{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:8px;align-items:center;text-align:left}
.hero-stats>div>i{grid-row:1 / span 2;font-size:26px;line-height:1;color:var(--gold)}
.hero-stats>div>strong,.hero-stats>div>span{grid-column:2}
.hero-stats>div:first-child{padding-left:0}

/* Keep the existing industries content once only, with larger dependable icons. */
.industry-grid{gap:12px}
.industry-grid div{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:62px}
.industry-grid i{font-size:31px;line-height:1;color:#0754a5;margin-bottom:7px}
.industry-grid span{font-size:9px;line-height:1.2;white-space:normal;min-height:22px;display:flex;align-items:flex-start;justify-content:center}

/* Replaces the low-quality composite strip with clean material swatches. */
.materials-grid{display:grid;grid-template-columns:repeat(14,minmax(64px,1fr));gap:9px;overflow-x:auto;padding:2px 0 5px}
.material-card{min-width:68px;text-align:center}
.material-card strong{display:block;margin-top:6px;font-size:9px;line-height:1.15;color:#18324b;font-weight:600}
.material-swatch{display:block;width:100%;aspect-ratio:1.15/1;border:1px solid rgba(11,35,61,.14);border-radius:3px;box-shadow:0 2px 6px rgba(11,35,61,.10);background-color:#ddd}
.material-swatch.stainless{background:linear-gradient(120deg,#777 0%,#e8ecef 18%,#8a9196 37%,#f7f8f9 56%,#777f84 78%,#d8dde0 100%)}
.material-swatch.brass{background:linear-gradient(120deg,#7f5714,#e5c36f 22%,#9f7427 48%,#f1d58a 72%,#8a621d)}
.material-swatch.aluminium{background:linear-gradient(120deg,#8b9297,#edf0f2 30%,#9da4a9 52%,#f8f9fa 75%,#8e969b)}
.material-swatch.glass{background:linear-gradient(135deg,rgba(217,246,250,.85),rgba(104,177,188,.35) 50%,rgba(238,255,255,.85));box-shadow:inset -8px -8px 0 rgba(60,126,137,.18),0 2px 6px rgba(11,35,61,.10)}
.material-swatch.slate{background:repeating-linear-gradient(160deg,#252a2e 0 5px,#363d42 5px 9px,#1e2326 9px 13px)}
.material-swatch.marble{background:linear-gradient(120deg,#f2f1ee,#d8d4d0 45%,#f9f8f5),linear-gradient(35deg,transparent 45%,#a7a2a0 47%,transparent 49%)}
.material-swatch.granite{background:radial-gradient(circle at 20% 30%,#c4c1bb 0 2px,transparent 3px),radial-gradient(circle at 65% 70%,#4e5151 0 2px,transparent 3px),radial-gradient(circle at 45% 15%,#777 0 1px,transparent 2px),#999792;background-size:18px 18px,22px 22px,12px 12px}
.material-swatch.stone{background:linear-gradient(135deg,#b9ab8e,#dfd3b8 45%,#a89b7f)}
.material-swatch.plastics{background:linear-gradient(135deg,#12161b 0 33%,#f3f4f5 33% 66%,#c9212f 66%)}
.material-swatch.wood{background:repeating-linear-gradient(8deg,#6d3c1f 0 5px,#9b6033 5px 8px,#583018 8px 12px)}
.material-swatch.copper{background:linear-gradient(120deg,#71321e,#d0875f 28%,#a64f2f 55%,#efad85 77%,#7a351f)}
.material-swatch.silver{background:linear-gradient(120deg,#747b81,#f5f6f7 35%,#9ba1a6 58%,#e3e6e8 78%,#6d7479)}
.material-swatch.acrylic{background:linear-gradient(135deg,rgba(16,27,38,.96),rgba(83,110,132,.9));box-shadow:inset -7px -7px 0 rgba(255,255,255,.22),0 2px 6px rgba(11,35,61,.10)}
.material-swatch.leather{background:radial-gradient(circle at 30% 40%,rgba(255,255,255,.07) 0 1px,transparent 2px),radial-gradient(circle at 70% 65%,rgba(0,0,0,.15) 0 1px,transparent 2px),#6f3f2e;background-size:8px 8px,10px 10px}
@media (max-width:1199.98px){.materials-grid{grid-template-columns:repeat(14,74px)}}
@media (max-width:991.98px){
  .header-actions .header-phone{position:static}
  .hero-stats>div{grid-template-columns:auto 1fr}
  .industry-grid span{font-size:10px}
}

/* V3.3 fidelity corrections — no layout/content redesign. */
.hero-stats>div{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
  gap:2px;
}
.hero-stats>div>i,
.hero-stats>div>.uk-flag{
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:28px;
  margin:0 auto 5px;
  color:var(--blue);
  font-size:28px;
  line-height:1;
}
.hero-stats .uk-flag svg{display:block;width:31px;height:auto;box-shadow:0 0 0 1px rgba(4,56,106,.08)}
.hero-stats>div>strong,
.hero-stats>div>span{grid-column:auto}
.hero-stats>div:first-child{padding-left:0}
.materials-heading{margin-bottom:8px}
.materials-heading h2{margin-bottom:0}
.materials-scroll{overflow-x:auto;overflow-y:hidden;padding:0 0 4px}
.materials-scroll img{display:block;width:100%;min-width:940px;height:auto}
@media (min-width:1200px){
  .hero-stats>div>i,
  .hero-stats>div>.uk-flag{width:38px;height:31px;font-size:31px;margin-bottom:6px}
  .hero-stats .uk-flag svg{width:35px}
  .materials-heading h2{font-size:30px}
  .materials-scroll img{min-width:1100px}
}

/* V3.4 targeted corrections only — preserve approved design and all content. */
.hero-stats .inhouse-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:31px;
  margin:0 auto 6px;
  color:var(--blue);
}
.hero-stats .inhouse-icon svg{display:block;width:34px;height:30px}
.trust-item .inhouse-icon{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  color:var(--gold);
}
.trust-item .inhouse-icon svg{display:block;width:38px;height:34px}

/* Match the visual weight of the approved mock-up. */
.industry-grid{grid-template-columns:repeat(17,minmax(58px,1fr));gap:14px}
.industry-grid div{min-height:82px}
.industry-grid i{font-size:40px;margin-bottom:9px}
.industry-grid span{font-size:11px;line-height:1.15;min-height:27px;font-weight:500}

/* One external heading only; the heading embedded in the source strip was cropped out. */
.materials-heading{margin-bottom:14px}
.materials-scroll{padding-bottom:8px}
.materials-scroll img{width:100%;min-width:1180px;transform:none}

@media (min-width:1400px){
  .industry-grid i{font-size:44px}
  .industry-grid span{font-size:11.5px}
  .materials-scroll img{min-width:1280px}
}
@media (max-width:1199.98px){
  .industry-grid{grid-template-columns:repeat(9,minmax(78px,1fr));row-gap:18px}
  .materials-scroll img{min-width:1050px}
}
@media (max-width:767.98px){
  .industry-grid{grid-template-columns:repeat(4,minmax(68px,1fr));gap:18px 12px}
  .industry-grid i{font-size:36px}
  .industry-grid span{font-size:10px}
  .materials-scroll img{min-width:980px}
}

/* Alignment correction: keep the existing design, remove only unwanted gutters. */
.navbar > .container,
.navbar > .container-fluid,
.hero-section > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Align the hero copy with the left edge used by the sections below. */
@media (min-width: 992px) {
  .hero-copy {
    padding-left: 0 !important;
  }
}

/* Retain sensible breathing room once the layout stacks on smaller screens. */
@media (max-width: 991.98px) {
  .navbar > .container,
  .navbar > .container-fluid {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .hero-copy {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}


/* V3.5 visual polish — preserves the approved layout, content and links. */
.hero-image img{
  object-position:center center;
  image-rendering:auto;
}
.service-card>img,
.featured-grid img{
  image-rendering:auto;
  filter:saturate(.94) contrast(1.04);
}
.service-card>img{object-position:center}
.featured-grid img{object-position:center}

/* Stronger, readable industry treatment without changing the grid content. */
.industry-grid{align-items:stretch}
.industry-grid div{
  padding:8px 3px 4px;
  border-radius:3px;
  transition:background-color .18s ease,transform .18s ease;
}
.industry-grid div:hover{background:#f4f8fc;transform:translateY(-2px)}
.industry-grid i{font-size:42px;min-height:44px}
.industry-grid span{font-size:11px;font-weight:600;white-space:normal}

/* Individual premium material swatches replace the poor flattened stock strip. */
.materials-grid{
  display:grid;
  grid-template-columns:repeat(15,minmax(68px,1fr));
  gap:10px;
  overflow-x:auto;
  padding:2px 0 8px;
}
.material-card{min-width:68px;text-align:center}
.material-card strong{display:block;margin-top:7px;font-size:10px;line-height:1.15;color:#18324b;font-weight:700}
.material-swatch{display:block;width:100%;aspect-ratio:1.18/1;border:1px solid rgba(11,35,61,.14);border-radius:3px;box-shadow:0 3px 8px rgba(11,35,61,.13);background-color:#ddd}
.material-swatch.stainless{background:linear-gradient(120deg,#666 0%,#edf1f3 17%,#8c9499 36%,#f9fafb 56%,#747d82 78%,#dbe0e3 100%)}
.material-swatch.brass{background:linear-gradient(120deg,#76500f,#e9cb76 22%,#a37625 48%,#f4da91 72%,#815916)}
.material-swatch.aluminium{background:linear-gradient(120deg,#878f94,#f0f3f5 30%,#9aa2a7 52%,#fff 75%,#899196)}
.material-swatch.glass{background:linear-gradient(135deg,rgba(222,250,253,.95),rgba(91,168,182,.38) 50%,rgba(245,255,255,.95));box-shadow:inset -8px -8px 0 rgba(50,119,132,.17),0 3px 8px rgba(11,35,61,.13)}
.material-swatch.slate{background:repeating-linear-gradient(160deg,#20262a 0 5px,#3a4247 5px 9px,#171c1f 9px 13px)}
.material-swatch.marble{background:linear-gradient(125deg,#faf9f6,#d7d2cf 42%,#fff 68%),repeating-linear-gradient(35deg,transparent 0 19px,#aaa 20px 21px,transparent 22px 38px)}
.material-swatch.granite{background:radial-gradient(circle at 20% 30%,#d0ccc4 0 2px,transparent 3px),radial-gradient(circle at 65% 70%,#444 0 2px,transparent 3px),radial-gradient(circle at 45% 15%,#777 0 1px,transparent 2px),#96938d;background-size:18px 18px,22px 22px,12px 12px}
.material-swatch.stone{background:linear-gradient(135deg,#b5a689,#e2d6bb 45%,#9e9176)}
.material-swatch.plastics{background:linear-gradient(135deg,#15191f 0 33%,#f6f7f8 33% 66%,#bd2430 66%)}
.material-swatch.wood{background:repeating-linear-gradient(8deg,#65371c 0 5px,#a46636 5px 8px,#512a15 8px 12px)}
.material-swatch.copper{background:linear-gradient(120deg,#6a2d1a,#d88c63 28%,#a64d2c 55%,#f1b08a 77%,#71301b)}
.material-swatch.silver{background:linear-gradient(120deg,#686f75,#fbfcfd 35%,#969da2 58%,#e8ebed 78%,#62696e)}
.material-swatch.gold{background:linear-gradient(120deg,#6c4c08,#f2d45f 25%,#b58916 52%,#ffe79a 75%,#76540c)}
.material-swatch.acrylic{background:linear-gradient(135deg,rgba(13,24,34,.97),rgba(79,108,132,.91));box-shadow:inset -7px -7px 0 rgba(255,255,255,.22),0 3px 8px rgba(11,35,61,.13)}
.material-swatch.leather{background:radial-gradient(circle at 30% 40%,rgba(255,255,255,.08) 0 1px,transparent 2px),radial-gradient(circle at 70% 65%,rgba(0,0,0,.17) 0 1px,transparent 2px),#70402e;background-size:8px 8px,10px 10px}

@media (min-width:1200px){
  .hero-image img{object-position:54% center}
  .service-card>img{height:145px}
  .featured-grid img{height:152px}
}
@media (max-width:1199.98px){
  .materials-grid{grid-template-columns:repeat(15,82px)}
}
@media (max-width:767.98px){
  .industry-grid i{font-size:38px}
  .materials-grid{grid-template-columns:repeat(15,78px)}
}


/* V4.0 corrected premium hero — diagonal retained, all other sections untouched. */
@media (min-width:992px){
  .hero-row{min-height:480px;}
  .hero-copy{
    min-height:480px;
    padding-top:54px;
    padding-right:46px;
    padding-bottom:38px;
    background:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .hero-copy h1{font-size:48px;line-height:.98;margin-bottom:20px;}
  .hero-copy>p{font-size:14px;line-height:1.58;max-width:500px;margin-bottom:24px;}
  .hero-stats{max-width:500px;margin:6px 0 26px;}
  .hero-image-premium{
    min-height:480px;
    background-image:linear-gradient(90deg,rgba(3,24,43,.18),rgba(3,24,43,.03)),url('../img/hero-premium.webp');
    background-size:cover;
    background-position:center center;
    position:relative;
    overflow:hidden;
  }
  .hero-image-premium:before{
    content:"";
    position:absolute;
    left:-1px;
    top:-1px;
    bottom:-1px;
    width:112px;
    background:#fff;
    clip-path:polygon(0 0,100% 0,32% 100%,0 100%);
    z-index:2;
  }
  .hero-image-label{
    position:absolute;
    right:26px;
    bottom:24px;
    z-index:3;
    background:rgba(3,29,52,.90);
    border-left:3px solid #e7b23a;
    padding:10px 14px 9px;
    color:#fff;
    box-shadow:0 5px 18px rgba(0,0,0,.22);
  }
  .hero-image-label strong{
    display:block;
    font-family:"Barlow Condensed",Arial,sans-serif;
    font-size:16px;
    line-height:1;
    text-transform:uppercase;
    letter-spacing:.025em;
  }
  .hero-image-label span{display:block;font-size:10px;margin-top:4px;color:#e9eef3;}
}
@media (max-width:991.98px){
  .hero-image-premium{
    min-height:330px;
    background-image:linear-gradient(90deg,rgba(3,24,43,.10),rgba(3,24,43,.02)),url('../img/hero-premium.webp');
    background-size:cover;
    background-position:center center;
    position:relative;
  }
  .hero-image-premium:before{display:none;}
  .hero-image-label{
    position:absolute;right:18px;bottom:18px;background:rgba(3,29,52,.90);border-left:3px solid #e7b23a;padding:9px 12px;color:#fff;
  }
  .hero-image-label strong{display:block;text-transform:uppercase;font-family:"Barlow Condensed",Arial,sans-serif;font-size:15px;}
  .hero-image-label span{display:block;font-size:10px;margin-top:3px;}
}


/* V4.0 hero repair: real image element, clean diagonal, no grey wedge. */
.hero-copy{background:#fff !important;}
.hero-image-premium{background:#08121d !important;position:relative;overflow:hidden;}
.hero-image-premium::before{display:none !important;content:none !important;}
.hero-image-premium>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.hero-image-premium::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(3,24,43,.18),rgba(3,24,43,0) 45%);
  pointer-events:none;
  z-index:1;
}
.hero-image-label{z-index:3;}
@media (min-width:992px){
  .hero-image-premium{
    clip-path:polygon(8% 0,100% 0,100% 100%,0 100%);
    margin-left:-1px;
  }
  .hero-copy{padding-right:34px;}
}
@media (max-width:991.98px){
  .hero-image-premium{clip-path:none;}
  .hero-image-premium>img{position:absolute;}
}

/* V4.1 lower-page polish: spacing and grouping only; no content removed. */
#industries{
  padding-top:34px;
  padding-bottom:26px;
  background:#fff;
}
#industries .section-heading{margin-bottom:22px;}
#industries .industry-grid{gap:12px;}
#industries .industry-grid>div{
  min-height:94px;
  padding:12px 5px 10px;
  border:1px solid transparent;
  border-radius:4px;
  transition:background-color .18s ease,border-color .18s ease,transform .18s ease;
}
#industries .industry-grid>div:hover{
  background:#f5f8fc;
  border-color:#e1e8f0;
  transform:translateY(-2px);
}
#industries .industry-grid i{
  font-size:42px;
  min-height:45px;
  margin-bottom:10px;
}
#industries .industry-grid span{
  font-size:10.5px;
  line-height:1.18;
  font-weight:700;
}

#materials{
  padding-top:26px !important;
  padding-bottom:34px;
  background:#f5f7fa;
  border-top:1px solid #e3e9ef;
  border-bottom:1px solid #e3e9ef;
}
#materials .materials-heading{margin-bottom:18px;}
#materials .materials-grid{
  grid-template-columns:repeat(15,minmax(72px,1fr));
  gap:12px;
  overflow:visible;
  padding:0;
}
#materials .material-card{
  min-width:0;
  padding:7px 7px 9px;
  background:#fff;
  border:1px solid #e0e6ec;
  border-radius:4px;
  box-shadow:0 2px 7px rgba(11,35,61,.06);
}
#materials .material-swatch{
  aspect-ratio:1.28/1;
  border-radius:3px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.22),0 2px 5px rgba(11,35,61,.12);
}
#materials .material-card strong{
  margin-top:7px;
  font-size:9.5px;
  line-height:1.15;
}

.reviews-section{
  padding-top:34px;
  padding-bottom:34px;
  background:#fff;
}
.reviews-grid{
  gap:20px;
  align-items:stretch;
}
.review-summary{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-right:12px;
}
.review-summary h2{
  font-size:30px;
  line-height:1.05;
  margin-bottom:14px;
}
.review-summary p{font-size:12px;margin-bottom:11px;}
.review-summary a{font-size:12px;}
.review-card{
  min-height:176px;
  padding:24px 20px 18px;
  background:#f8fafc;
  border:1px solid #e1e7ed;
  border-radius:4px;
  box-shadow:0 3px 10px rgba(11,35,61,.06);
  display:flex;
  flex-direction:column;
}
.review-card .quote{left:13px;top:4px;font-size:34px;}
.review-card p{font-size:12px;line-height:1.5;margin:12px 0 12px;}
.review-card .stars{margin-top:auto;margin-bottom:8px;}
.review-card strong{font-size:11px;}

@media (max-width:1199.98px){
  #materials .materials-grid{
    grid-template-columns:repeat(15,82px);
    overflow-x:auto;
    padding-bottom:8px;
  }
}
@media (max-width:991.98px){
  #industries{padding-top:28px;padding-bottom:22px;}
  #materials{padding-top:24px !important;padding-bottom:28px;}
  .reviews-section{padding-top:28px;padding-bottom:28px;}
}

/* V4.2 — visual SEO service hub */
.seo-service-hub{padding:48px 0 44px;background:linear-gradient(180deg,#fff 0%,#f6f8fb 100%);border-top:1px solid #e6ebf1}
.seo-hub-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:24px}
.seo-eyebrow{display:inline-flex;align-items:center;gap:7px;color:#0b5aaf;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.seo-hub-head h2{margin:0 0 6px;color:#0d2948;font-size:2rem;line-height:1.05;text-transform:uppercase;font-weight:800}
.seo-hub-head p{margin:0;color:#506176;max-width:760px}
.seo-made-badge{flex:0 0 auto;display:flex;align-items:center;gap:11px;padding:10px 14px;border:1px solid #dbe4ee;background:#fff;box-shadow:0 5px 18px rgba(13,41,72,.05)}
.seo-made-badge i{font-size:1.55rem;color:#dcae38}.seo-made-badge span{display:flex;flex-direction:column;font-size:.72rem;color:#68788a}.seo-made-badge strong{font-size:.84rem;color:#0d2948;text-transform:uppercase}
.seo-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}
.seo-feature-card{display:flex;align-items:center;gap:14px;min-height:78px;padding:14px 16px;background:#fff;border:1px solid #dfe6ee;text-decoration:none;color:#0d2948;box-shadow:0 4px 14px rgba(13,41,72,.035);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.seo-feature-card:hover{transform:translateY(-2px);border-color:#0b5aaf;box-shadow:0 8px 22px rgba(13,41,72,.08);color:#0d2948}
.seo-feature-card>i{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;background:#eef5fc;color:#0759ad;font-size:1.35rem}
.seo-feature-card span{display:flex;flex-direction:column;line-height:1.2}.seo-feature-card strong{font-size:.92rem}.seo-feature-card small{margin-top:4px;color:#66778a;font-size:.76rem}
.seo-hub-copy{padding:16px 18px;background:#0d2948;color:#e9f1f8;border-left:4px solid #dcae38;margin-bottom:16px}
.seo-hub-copy p{margin:0;line-height:1.6;font-size:.88rem}.seo-hub-copy strong{color:#fff}
.seo-service-pills{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:20px}
.seo-service-pills a{display:inline-flex;padding:6px 10px;border:1px solid #cbd7e4;background:#fff;color:#0b5aaf;text-decoration:none;font-size:.75rem;font-weight:700;border-radius:3px}.seo-service-pills a:hover{background:#0b5aaf;color:#fff;border-color:#0b5aaf}
.seo-hub-action{display:flex;align-items:center;justify-content:space-between;gap:22px;padding-top:18px;border-top:1px solid #dbe3ec}.seo-hub-action>div:first-child{display:flex;flex-direction:column}.seo-hub-action strong{color:#0d2948;font-size:1rem}.seo-hub-action span{color:#66778a;font-size:.82rem;margin-top:3px}.seo-hub-action>div:last-child{display:flex;align-items:center;gap:16px}.seo-hub-action .btn{border-radius:2px;text-transform:uppercase;font-size:.78rem;font-weight:800;padding:10px 16px}.seo-work-link{font-weight:800;color:#0b5aaf;text-decoration:none;font-size:.8rem;text-transform:uppercase}
@media(max-width:991.98px){.seo-feature-grid{grid-template-columns:repeat(2,1fr)}.seo-hub-head{align-items:flex-start}.seo-made-badge{display:none}}
@media(max-width:575.98px){.seo-service-hub{padding:34px 0}.seo-hub-head h2{font-size:1.55rem}.seo-feature-grid{grid-template-columns:1fr}.seo-feature-card{min-height:68px}.seo-hub-action{align-items:flex-start;flex-direction:column}.seo-hub-action>div:last-child{width:100%;justify-content:space-between}.seo-hub-copy{padding:14px}.seo-service-pills{gap:5px}}


/* V4.7 service-card heading alignment: preserve approved cards while preventing awkward desktop wrapping. */
@media (min-width:1200px){
  .service-copy h3{
    display:flex;
    align-items:center;
    gap:5px;
    white-space:nowrap;
    font-size:11px;
    line-height:1.15;
  }
  .service-copy h3 i{
    flex:0 0 auto;
    margin-right:0;
    font-size:9px;
    padding:3px;
  }
}
