:root {
  --brand-navy: #222466;
  --brand-navy-2: #173568;
  --brand-blue: #1976d2;
  --brand-cyan: #35c4f1;
  --brand-orange: #f47b20;
  --brand-paper: #f7fafc;
}

.framed-home {
  background:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 7px 7px,
    #1d2022;
}
.framed-home #site-header,
.framed-home #main-content,
.framed-home #site-footer {
  width: min(1320px, 100%);
  margin-inline: auto;
  box-shadow: 0 0 55px rgba(0,0,0,.32);
}
.framed-home #main-content { overflow: hidden; background: #fff; }
.framed-home .utility .container,
.framed-home .nav-wrap { width: min(1240px, calc(100% - 48px)); }
.framed-home .utility .container { min-height: 34px; }
.framed-home .nav-wrap { min-height: 72px; }
.framed-home .site-header { background: rgba(255,255,255,.98); }
.framed-home .nav > a,
.framed-home .nav-trigger { font-size: 12px; text-transform: uppercase; letter-spacing: .025em; }
.framed-home .brand { min-width: 188px; }
.brand-logo-frame { width: 72px; height: 58px; display: flex; align-items: center; }
.brand-logo-frame img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.framed-home .site-footer .brand-logo-frame { width: 72px; padding: 4px; border-radius: 8px; background: #fff; }
.about-v2-page .site-footer .brand-logo-frame { width: 72px; padding: 4px; border-radius: 8px; background: #fff; }

/* Compact premium hero */
.home-hero { min-height: 510px; position: relative; overflow: hidden; color: #fff; background: var(--brand-navy); }
.home-hero-slides,
.home-hero-slide,
.home-hero-media { position: absolute; inset: 0; }
.home-hero-slide {
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .8s ease, visibility .8s ease;
}
.home-hero-slide.active { opacity: 1; visibility: visible; pointer-events: auto; }
.home-hero-media img {
  width: 100%; height: 100%; display: block; object-fit: cover; object-position: center;
  transform: translateZ(0) scale(1.072); transform-origin: center center; backface-visibility: hidden; will-change: transform;
}
.home-hero-slide.active .home-hero-media img { animation: homeHeroDrift 6.8s linear forwards; }
.home-hero-slide:nth-child(2) .home-hero-media img,
.home-hero-slide:nth-child(3) .home-hero-media img { object-position: center 60%; }
.home-hero-slide::before {
  content: ""; position: absolute; z-index: 1; inset: 0;
  background: linear-gradient(90deg, rgba(1,18,36,.98) 0%, rgba(2,25,49,.88) 37%, rgba(2,25,49,.26) 67%, rgba(2,25,49,.12));
}
.home-hero-slide:nth-child(2)::before,
.home-hero-slide:nth-child(3)::before {
  background: linear-gradient(90deg, rgba(1,18,36,.98) 0%, rgba(2,25,49,.92) 43%, rgba(2,25,49,.36) 67%, rgba(2,25,49,.22));
}
.home-hero-slide::after {
  content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; opacity: .28;
  background-image: linear-gradient(rgba(19,159,220,.13) 1px, transparent 1px), linear-gradient(90deg,rgba(19,159,220,.13) 1px,transparent 1px);
  background-size: 52px 52px; mask-image: linear-gradient(to right,#000,transparent 72%);
}
.home-hero-inner { min-height: 510px !important; position: relative; z-index: 3; display: flex; align-items: center; }
.home-hero-copy { width: min(580px, 49%); padding: 44px 0 78px; }
.home-hero-slide.active .home-kicker { animation: heroReveal .55s .06s both; }
.home-hero-slide.active .home-hero-copy h1,
.home-hero-slide.active .home-hero-copy h2 { animation: heroReveal .68s .14s both; }
.home-hero-slide.active .home-hero-copy > p { animation: heroReveal .68s .22s both; }
.home-hero-slide.active .home-hero-copy > .actions { animation: heroReveal .68s .3s both; }
.home-hero-slide.active .home-trust-points { animation: heroReveal .68s .38s both; }
.home-kicker,
.home-section-label,
.mini-label {
  display: inline-flex; align-items: center; gap: 9px; color: var(--brand-orange);
  font: 800 11px/1.2 Manrope,sans-serif; letter-spacing: .09em; text-transform: uppercase;
}
.home-kicker::before,
.home-section-label::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.home-hero h1,
.home-hero h2 { max-width: 610px; margin: 14px 0 14px; font-size: clamp(2.45rem,4.2vw,4.05rem); line-height: 1.04; letter-spacing: -.045em; }
.home-hero h1 em,
.home-hero h2 em { color: #75d9f1; font-style: normal; }
.home-hero-copy > p { max-width: 520px; margin-bottom: 22px; color: #c7d8e3; font-size: 15px; line-height: 1.65; }
.home-hero .btn { min-height: 48px; border-radius: 6px; font-size: 12px; text-transform: uppercase; letter-spacing: .03em; }
.home-hero .btn > span { display: inline-grid; place-items: center; line-height: 1; transform: translateY(-1px); }
.home-hero .btn-light { color: var(--brand-navy); }
.home-trust-points { display: flex; gap: 20px; margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); }
.home-trust-points span { max-width: 145px; display: flex; align-items: center; gap: 8px; color: #d4e2ea; font-size: 10px; font-weight: 700; line-height: 1.35; }
.home-trust-points svg { width: 28px; height: 28px; display: block; padding: 5px; flex: 0 0 28px; box-sizing: border-box; color: var(--brand-orange); border: 1px solid rgba(244,123,32,.5); border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 1.6; }
.home-slider-controls {
  position: absolute; z-index: 8; right: 34px; bottom: 28px; display: flex; align-items: center; gap: 7px;
}
.home-slider-controls > button {
  width: 38px; height: 38px; display: grid; place-items: center; color: #fff;
  padding: 0; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: rgba(3,27,53,.62);
  font-size: 17px; line-height: 1; backdrop-filter: blur(8px);
}
.home-slider-controls .hero-dots { display: flex; gap: 6px; padding: 9px 11px; }

/* Category rail and showcase */
.home-category-rail { position: relative; z-index: 10; padding: 0 38px 20px; background: var(--brand-navy); }
.home-category-rail .category-rail {
  width: 100%; transform: translateY(-28px); margin-bottom: -28px;
  grid-template-columns: repeat(9,1fr); border-radius: 18px; box-shadow: 0 16px 40px rgba(0,0,0,.24);
}
.home-category-rail .category-rail a { min-height: 148px; padding: 12px 6px 14px; justify-content: center; }
.home-category-rail .category-rail strong { margin-top: 5px; font-size: 10px; }
.home-category-rail .category-rail small { font-size: 8px; }
.home-category-rail .rail-photo {
  width: 92px; height: 72px; display: block; flex: 0 0 72px; margin: 4px auto 6px;
  padding: 4px; overflow: hidden; border: 1px solid #d7e7ee; border-radius: 13px;
  background: linear-gradient(145deg,#f8fcfe,#e9f3f7); box-shadow: 0 9px 18px rgba(3,27,53,.12);
}
.home-category-rail .rail-photo img {
  width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 9px;
  transform: scale(1.02); transition: transform .4s ease, filter .4s ease;
}
.home-category-rail .category-rail strong,
.home-category-rail .category-rail small { display: block; width: 100%; line-height: 1.25; }
.home-category-rail .category-rail a:hover .rail-photo img { transform: scale(1.09); filter: saturate(1.08) contrast(1.03); }
.rail-pvc img { object-position: 20% 38%; transform-origin: 20% 38%; }
.rail-cpvc img { object-position: 50% 38%; transform-origin: 50% 38%; }
.rail-upvc img { object-position: 68% 36%; transform-origin: 68% 36%; }
.rail-swr img { object-position: 82% 78%; transform-origin: 82% 78%; }
.rail-agriculture img { object-position: 25% 42%; transform-origin: 25% 42%; }
.rail-delivery img { object-position: 16% 82%; transform-origin: 16% 82%; }
.rail-garden img { object-position: 82% 78%; transform-origin: 82% 78%; }
.rail-kitchen img { object-position: 67% 58%; transform-origin: 67% 58%; }
.rail-machinery img { object-position: 72% 56%; transform-origin: 72% 56%; }

/* Honest B2B promotional banners */
.home-offer-banner {
  display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center;
  padding: 28px 38px; position: relative; isolation: isolate; overflow: hidden; color: #fff;
  background-position: center; background-size: cover; box-shadow: inset 0 1px rgba(255,255,255,.08),0 10px 28px rgba(3,27,53,.13);
}
.home-offer-banner::before {
  content: ""; position: absolute; z-index: 1; right: -70px; top: -145px; width: 310px; height: 310px;
  border: 55px solid rgba(255,255,255,.07); border-radius: 50%; pointer-events: none;
}
.home-offer-banner::after { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; }
.home-offer-banner > * { position: relative; z-index: 2; }
.home-offer-banner .offer-icon {
  width: 58px; height: 58px; display: grid; place-items: center; color: #fff;
  border: 1px solid rgba(255,255,255,.3); border-radius: 16px; background: rgba(255,255,255,.1);
  box-shadow: inset 0 0 20px rgba(255,255,255,.08); font: 800 1.5rem/1 Manrope; text-align: center;
}
.home-offer-banner span { color: #81e0f5; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.home-offer-banner h2 { margin: 4px 0; font-size: clamp(1.25rem,2.2vw,2rem); letter-spacing: -.025em; }
.home-offer-banner p { margin: 0; color: #c6d7e1; font-size: 11px; }
.home-offer-banner .btn { min-height: 44px; font-size: 11px; text-transform: uppercase; }
.offer-quote { background-image: url("../images/category-plumbing-1440.webp"); background-position: 66% 52%; }
.offer-quote::after { background: linear-gradient(100deg,rgba(20,28,86,.97) 0%,rgba(25,78,151,.91) 48%,rgba(15,55,92,.68) 100%); }
.offer-partner { background-image: url("../images/industrial-hero-v2-1440.webp"); background-position: 63% 54%; }
.offer-partner::after { background: linear-gradient(100deg,rgba(8,27,57,.97) 0%,rgba(40,72,145,.9) 52%,rgba(13,125,174,.69) 100%); }
.offer-project {
  grid-template-columns: 76px minmax(0,660px) 1fr; min-height: 230px; padding: 44px 48px;
  background-image: url("../images/project-support-offer-1440.webp"); background-position: center; background-size: cover;
}
.offer-project::after {
  background:
    linear-gradient(90deg,rgba(3,24,47,.98) 0%,rgba(4,40,74,.92) 37%,rgba(5,67,107,.7) 61%,rgba(3,25,47,.34) 100%),
    linear-gradient(0deg,rgba(1,17,31,.28),transparent 55%);
}
.offer-project .offer-icon {
  width: 72px; height: 72px; border-radius: 21px; background: linear-gradient(145deg,rgba(35,184,226,.35),rgba(255,255,255,.08));
  box-shadow: 0 18px 40px rgba(0,0,0,.22),inset 0 0 24px rgba(255,255,255,.1);
}
.offer-project span { color: #7ee3f6; font-size: 10px; }
.offer-project h2 { max-width: 650px; margin: 8px 0 10px; font-size: clamp(1.7rem,2.65vw,2.65rem); text-shadow: 0 3px 18px rgba(0,0,0,.28); }
.offer-project p { max-width: 610px; color: #d7e8ef; font-size: 13px; line-height: 1.65; }
.offer-project .btn { justify-self: end; min-height: 50px; padding-inline: 21px; box-shadow: 0 15px 36px rgba(0,0,0,.22); }
@media (min-width: 1441px) {
  .offer-project { background-image: url("../images/project-support-offer-1880.webp"); }
}
.home-showcase {
  display: grid; grid-template-columns: 250px 1fr; gap: 22px; padding: 22px 38px 30px; color: #fff;
  background: radial-gradient(circle at 90% 0,rgba(12,102,161,.24),transparent 28%),var(--brand-navy);
}
.home-showcase-intro { padding: 12px 0; }
.home-showcase-intro h2 { margin: 8px 0; font-size: 2rem; }
.home-showcase-intro p { color: #b8cbd7; font-size: 12px; line-height: 1.65; }
.small-outline-btn { display: inline-flex; gap: 12px; align-items: center; padding: 9px 13px; border: 1px solid rgba(255,255,255,.42); border-radius: 4px; font-size: 10px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.small-outline-btn span { display: inline-grid; place-items: center; line-height: 1; }
.showcase-facts { display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: 18px; }
.showcase-facts div { padding-left: 12px; border-left: 2px solid var(--brand-orange); }
.showcase-facts strong,
.showcase-facts small { display: block; }
.showcase-facts strong { font-size: 11px; }
.showcase-facts small { color: #94aebc; font-size: 9px; }
.home-showcase-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.showcase-tile { min-height: 225px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.26); border-radius: 7px; }
.showcase-tile::after { content: ""; position: absolute; z-index: 3; inset: 0 auto 0 -60%; width: 38%; transform: skewX(-18deg); background: linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent); transition: left .65s ease; pointer-events: none; }
.showcase-tile:hover::after { left: 130%; }
.showcase-tile img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .55s ease; }
.showcase-tile:hover img { transform: scale(1.07); }
.tile-shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(3,27,53,.06),rgba(3,27,53,.88)); }
.showcase-tile > div { position: absolute; z-index: 2; left: 14px; right: 14px; bottom: 14px; }
.showcase-tile small { color: #72d9f1; font-weight: 800; }
.showcase-tile h3 { margin: 3px 0 5px; font-size: 1rem; }
.showcase-tile > div > span { color: #d5e3ea; font-size: 9px; font-weight: 700; text-transform: uppercase; }

/* About and category bands */
.home-about { background: #fff; }
.home-split,
.home-category-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.home-media-frame,
.home-category-image { min-height: 470px; position: relative; overflow: hidden; border-radius: 18px; box-shadow: 0 25px 60px rgba(3,27,53,.16); }
.home-media-frame img,
.home-category-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .8s ease; }
.home-media-frame:hover img,
.home-category-image:hover img { transform: scale(1.035); }
.floating-badge { position: absolute; right: 22px; bottom: 22px; padding: 15px 18px; color: #fff; border-radius: 10px; background: rgba(3,27,53,.9); backdrop-filter: blur(10px); }
.floating-badge span,
.floating-badge strong { display: block; }
.floating-badge span { color: #75d9f1; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.home-copy h2,
.home-category-copy h2,
.home-faq-intro h2,
.home-contact-copy h2 { margin-top: 13px; font-size: clamp(2rem,3.4vw,3.25rem); }
.home-check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 24px 0 28px; }
.home-check-grid > div { display: flex; gap: 10px; padding: 13px; border: 1px solid var(--line); border-radius: 10px; background: #fbfdfe; }
.home-check-grid span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 25px; color: #fff; border-radius: 50%; background: var(--brand-blue); font-size: 11px; }
.home-check-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.home-check-grid strong { display: block; color: var(--ink); font-size: 11px; }
.text-arrow { color: var(--brand-blue); font-weight: 800; font-size: 13px; }
.home-category-section { padding: 76px 0; position: relative; overflow: hidden; }
.home-category-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16; background-image: linear-gradient(rgba(3,27,53,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(3,27,53,.1) 1px,transparent 1px); background-size: 48px 48px; }
.home-category-layout { position: relative; z-index: 1; }
.home-category-layout.reverse .home-category-copy { order: 2; }
.home-category-layout.reverse .home-category-image { order: 1; }
.home-category-copy { position: relative; }
.category-number { position: absolute; right: 0; top: -42px; color: rgba(3,27,53,.07); font: 800 7rem/1 Manrope; }
.home-category-copy p { color: var(--muted); }
.home-category-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0 28px; padding: 0; list-style: none; }
.home-category-copy li { position: relative; padding-left: 18px; font-size: 12px; font-weight: 700; }
.home-category-copy li::before { content: ""; width: 7px; height: 7px; position: absolute; left: 0; top: .7em; border-radius: 50%; background: var(--brand-orange); }
.category-blue { background: #edf6fb; }
.category-green { background: #f1f7f2; }
.category-warm { background: #fbf5ee; }
.category-graphite { color: #fff; background: #14232d; }
.category-graphite::before { opacity: .12; background-image: linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); }
.category-graphite .home-section-label { color: #73d7eb; }
.category-graphite .home-category-copy p { color: #b9cad4; }
.category-graphite .category-number { color: rgba(255,255,255,.06); }

/* Features, reviews, FAQ, subscribe and contact */
.home-features {
  overflow: hidden; isolation: isolate;
  background:
    radial-gradient(circle at 8% 18%,rgba(35,184,226,.13),transparent 24%),
    radial-gradient(circle at 92% 80%,rgba(244,123,32,.1),transparent 22%),
    linear-gradient(180deg,#fff,#f3f8fa);
}
.home-features::before {
  content: ""; position: absolute; z-index: -1; inset: 0; opacity: .32; pointer-events: none;
  background-image: linear-gradient(rgba(3,27,53,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(3,27,53,.055) 1px,transparent 1px);
  background-size: 52px 52px; mask-image: linear-gradient(90deg,transparent,#000 18%,#000 82%,transparent);
}
.center-heading { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.center-heading .home-section-label::before { display: none; }
.center-heading h2 { margin: 12px 0; font-size: clamp(2rem,3.5vw,3.15rem); }
.center-heading p { color: var(--muted); }
.center-heading.compact { margin-bottom: 28px; }
.center-heading.compact h2 { font-size: clamp(1.8rem,3vw,2.55rem); }
.feature-icon-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; position: relative; }
.feature-icon-grid::before {
  content: ""; height: 1px; position: absolute; z-index: 0; left: 9%; right: 9%; top: 64px;
  background: linear-gradient(90deg,transparent,#9ad8e8 12%,#9ad8e8 88%,transparent);
}
.feature-icon-card {
  --feature-a: #0c66a1; --feature-b: #23b8e2; --feature-soft: rgba(35,184,226,.13);
  min-height: 286px; display: flex; flex-direction: column; position: relative; z-index: 1; isolation: isolate; overflow: hidden;
  padding: 30px 25px 27px; border: 1px solid rgba(145,181,199,.42); border-radius: 22px;
  background: linear-gradient(155deg,rgba(255,255,255,.98),rgba(244,250,252,.92));
  box-shadow: 0 15px 38px rgba(3,27,53,.09),inset 0 1px #fff;
  transition: transform .35s ease,border-color .35s ease,box-shadow .35s ease;
}
.feature-icon-card:nth-child(2) { --feature-a: #078861; --feature-b: #2fc88c; --feature-soft: rgba(47,200,140,.13); }
.feature-icon-card:nth-child(3) { --feature-a: #d95b18; --feature-b: #f6a13c; --feature-soft: rgba(246,161,60,.14); }
.feature-icon-card:nth-child(4) { --feature-a: #45369c; --feature-b: #7162d6; --feature-soft: rgba(113,98,214,.13); }
.feature-icon-card::before {
  content: "01"; position: absolute; z-index: -1; right: 15px; top: 9px;
  color: var(--feature-soft); font: 800 4.25rem/1 Manrope,sans-serif; letter-spacing: -.08em;
}
.feature-icon-card:nth-child(2)::before { content: "02"; }
.feature-icon-card:nth-child(3)::before { content: "03"; }
.feature-icon-card:nth-child(4)::before { content: "04"; }
.feature-icon-card::after {
  content: ""; width: 170px; height: 170px; position: absolute; z-index: -1; right: -92px; bottom: -94px;
  border: 25px solid var(--feature-soft); border-radius: 50%; transition: transform .45s ease;
}
.feature-icon-card:hover { transform: translateY(-10px); border-color: color-mix(in srgb,var(--feature-b) 55%,#fff); box-shadow: 0 28px 62px rgba(3,27,53,.16),inset 0 1px #fff; }
.feature-icon-card:hover::after { transform: scale(1.12) rotate(14deg); }
.feature-icon-card > span {
  width: 64px; height: 64px; display: grid; place-items: center; flex: 0 0 64px; position: relative;
  color: #fff; border: 5px solid rgba(255,255,255,.9); border-radius: 20px;
  background: linear-gradient(145deg,var(--feature-a),var(--feature-b));
  box-shadow: 0 15px 28px color-mix(in srgb,var(--feature-a) 28%,transparent),0 0 0 1px var(--feature-soft);
  transition: transform .35s ease,box-shadow .35s ease;
}
.feature-icon-card > span::after { content: ""; position: absolute; inset: -11px; z-index: -1; border-radius: 25px; background: var(--feature-soft); }
.feature-icon-card:hover > span { transform: translateY(-3px) rotate(-4deg) scale(1.05); box-shadow: 0 20px 34px color-mix(in srgb,var(--feature-a) 36%,transparent); }
.feature-icon-card svg { width: 29px; height: 29px; display: block; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feature-icon-card h3 { margin: 27px 0 11px; font-size: 1.08rem; line-height: 1.25; }
.feature-icon-card h3::before { content: ""; width: 32px; height: 3px; display: block; margin-bottom: 12px; border-radius: 999px; background: linear-gradient(90deg,var(--feature-a),var(--feature-b)); }
.feature-icon-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.home-reviews { background: var(--brand-paper); }
.home-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.home-heading-row h2 { max-width: 720px; margin: 12px 0 0; font-size: clamp(2rem,3.5vw,3.15rem); }
.review-v2-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.review-v2-card { display: flex; flex-direction: column; margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.review-stars { color: var(--brand-orange); letter-spacing: .16em; font-size: 13px; }
.review-v2-card blockquote { margin: 18px 0 24px; color: #29414f; font-size: 14px; line-height: 1.75; }
.review-v2-card figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review-v2-card figcaption > span { width: 43px; height: 43px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--brand-navy); font: 800 11px Manrope; }
.review-v2-card figcaption strong,
.review-v2-card figcaption small { display: block; }
.review-v2-card figcaption small { color: var(--muted); font-size: 10px; }
.home-clients { background: #fff; border-top: 1px solid var(--line); }
.home-faq {
  overflow: hidden;
  background: radial-gradient(circle at 7% 14%,rgba(35,184,226,.13),transparent 26%),linear-gradient(180deg,#f7fbfc,#edf4f7);
}
.home-faq-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 38px; align-items: start; }
.home-faq-intro {
  min-height: 570px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end;
  position: sticky; top: 115px; isolation: isolate; overflow: hidden; padding: 46px 40px;
  color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 24px;
  background: #031b35 url("../images/category-plumbing-1440.webp") 55% center/cover no-repeat;
  box-shadow: 0 28px 65px rgba(3,27,53,.2);
}
.home-faq-intro::before {
  content: ""; position: absolute; z-index: -2; inset: 0;
  background: linear-gradient(180deg,rgba(3,27,53,.12) 0%,rgba(3,27,53,.54) 47%,rgba(3,24,47,.97) 100%);
}
.home-faq-intro::after {
  content: ""; width: 240px; height: 240px; position: absolute; z-index: -1; right: -95px; bottom: -105px;
  border: 42px solid rgba(35,184,226,.16); border-radius: 50%; pointer-events: none;
}
.home-faq-intro .home-section-label { color: #86e6f6; }
.home-faq-intro h2 { color: #fff; text-shadow: 0 4px 22px rgba(0,0,0,.28); }
.home-faq-intro p { max-width: 470px; color: #d3e4ec; font-size: 14px; line-height: 1.75; }
.home-faq-intro .btn { margin-top: 8px; }
.home-faq .faq-list { display: grid; gap: 13px; margin: 0; }
.home-faq .faq-item {
  overflow: hidden; border: 1px solid #d7e6ee; border-radius: 15px; background: #fff;
  box-shadow: 0 10px 30px rgba(3,27,53,.07); transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.home-faq .faq-item:hover { transform: translateY(-2px); border-color: #a9dbe9; box-shadow: 0 16px 38px rgba(3,27,53,.1); }
.home-faq .faq-q {
  display: grid; grid-template-columns: 50px minmax(0,1fr) 32px; align-items: center; gap: 16px;
  min-height: 82px; padding: 15px 17px; font-size: clamp(16px,1.3vw,19px); line-height: 1.35;
}
.home-faq .faq-q::after {
  width: 30px; height: 30px; display: grid; place-items: center; color: #fff; border-radius: 50%;
  background: var(--brand-blue); font-size: 21px; line-height: 1; box-shadow: 0 8px 18px rgba(12,102,161,.2);
}
.home-faq .faq-q[aria-expanded="true"] { background: linear-gradient(90deg,#f3f9fc,#fff); }
.home-faq .faq-q[aria-expanded="true"] .faq-v2-title { color: var(--brand-blue); }
.faq-v2-icon {
  width: 50px; height: 50px; display: grid; place-items: center; color: #fff; border-radius: 14px;
  background: linear-gradient(145deg,#0c66a1,#23b8e2); box-shadow: 0 12px 24px rgba(12,102,161,.22);
}
.faq-v2-icon svg { width: 25px; height: 25px; display: block; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.faq-v2-title { color: #0b2b40; font-family: Manrope,Arial,sans-serif; font-weight: 800; }
.home-faq .faq-a { padding-inline: 83px 20px; background: linear-gradient(90deg,#f5fafc,#fff); }
.home-faq .faq-a p { margin: 0 0 18px; color: #506b7a; font-size: 14px; line-height: 1.75; }
.home-faq .faq-item:nth-child(2) .faq-v2-icon { background: linear-gradient(145deg,#078861,#2fc88c); box-shadow: 0 12px 24px rgba(7,136,97,.22); }
.home-faq .faq-item:nth-child(2) .faq-q::after { background: #159a6a; }
.home-faq .faq-item:nth-child(3) .faq-v2-icon { background: linear-gradient(145deg,#e25b18,#f49b34); box-shadow: 0 12px 24px rgba(226,91,24,.22); }
.home-faq .faq-item:nth-child(3) .faq-q::after { background: #e76a20; }
.home-faq .faq-item:nth-child(4) .faq-v2-icon { background: linear-gradient(145deg,#45369c,#7060d3); box-shadow: 0 12px 24px rgba(69,54,156,.22); }
.home-faq .faq-item:nth-child(4) .faq-q::after { background: #5143ab; }
.home-faq .faq-item:nth-child(5) .faq-v2-icon { background: linear-gradient(145deg,#b7810a,#e6b52e); box-shadow: 0 12px 24px rgba(183,129,10,.22); }
.home-faq .faq-item:nth-child(5) .faq-q::after { background: #bd870f; }
.home-subscribe {
  min-height: 320px; display: grid; align-items: center; position: relative; isolation: isolate; overflow: hidden;
  padding: 64px 0; color: #fff; background: #031b35 url("../images/industrial-hero-v2-1440.webp") 62% 54%/cover no-repeat;
}
.home-subscribe::before {
  content: ""; position: absolute; z-index: 0; inset: 0;
  background: linear-gradient(90deg,rgba(3,20,39,.98) 0%,rgba(3,34,64,.92) 43%,rgba(3,32,59,.76) 69%,rgba(3,21,40,.66) 100%);
}
.home-subscribe::after {
  content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; opacity: .28;
  background: radial-gradient(circle at 83% 26%,rgba(35,184,226,.38),transparent 23%),linear-gradient(105deg,transparent 58%,rgba(255,255,255,.07) 58.2%,transparent 58.5%);
}
.home-subscribe-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.home-subscribe h2 { margin: 9px 0; font-size: clamp(2rem,3.3vw,3rem); }
.home-subscribe p { margin: 0; color: #c6d9e3; }
.home-subscribe .home-section-label { color: #74d8ec; }
.home-subscribe .newsletter-form {
  padding: 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px;
  background: rgba(3,25,48,.58); box-shadow: 0 22px 55px rgba(0,0,0,.26),inset 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.home-subscribe .newsletter-form input[type="email"] { color: #102b3c; border-color: rgba(255,255,255,.76); background: rgba(255,255,255,.94); }
.home-subscribe .newsletter-form input::placeholder { color: #617987; }
@media (min-width: 1441px) {
  .home-subscribe { background-image: url("../images/industrial-hero-v2-1920.webp"); }
}
.home-contact { background: #f1f6f8; }
.home-contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 42px; align-items: center; }
.home-map { min-height: 500px; position: relative; overflow: hidden; border-radius: 18px; box-shadow: var(--shadow-lg); }
.home-map iframe { width: 100%; height: 100%; min-height: 500px; border: 0; filter: saturate(.7) contrast(1.04); }
.home-map > div { position: absolute; left: 18px; bottom: 18px; padding: 12px 15px; color: #fff; border-radius: 9px; background: rgba(3,27,53,.88); }
.home-map span,
.home-map strong { display: block; }
.home-map span { color: #74d8ec; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.home-contact-copy > p { color: var(--muted); }
.contact-detail { display: flex; align-items: center; gap: 13px; margin: 12px 0; padding: 14px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.contact-detail > span { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; color: #fff; border-radius: 11px; background: var(--brand-blue); font-weight: 800; line-height: 1; }
.contact-detail > span svg { width: 20px; height: 20px; display: block; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.contact-detail > div { min-width: 0; }
.contact-detail small,
.contact-detail a,
.contact-detail strong { display: block; }
.contact-detail small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.contact-detail a,
.contact-detail strong { overflow-wrap: anywhere; font-size: 12px; line-height: 1.45; }
.home-contact-copy .actions { margin-top: 22px; }

/* About page based on the supplied company content */
.about-v2-page .page-hero {
  background: radial-gradient(circle at 78% 20%,rgba(53,196,241,.28),transparent 28%),linear-gradient(135deg,#202468,#173568);
}
.about-story { background: linear-gradient(180deg,#fff,#f8fbfd); }
.about-story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 68px; align-items: center; }
.about-story-copy h2 { margin-top: 13px; font-size: clamp(2.15rem,3.7vw,3.55rem); color: #1976d2; }
.about-story-copy > p { color: #1e3443; font-size: 15px; line-height: 1.7; }
.about-story-copy strong { color: #101e29; }
.about-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 32px; }
.about-proof > div { padding: 20px; border: 1px solid #d7e6ee; border-radius: 14px; background: #fff; box-shadow: 0 12px 30px rgba(32,36,104,.08); }
.about-proof strong { display: block; color: #1976d2; font: 800 clamp(2rem,3.5vw,3.2rem)/1 Manrope; }
.about-proof span { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.about-logo-stage {
  min-height: 540px; display: grid; place-items: center; position: relative; overflow: hidden;
  border: 1px solid #d6e7ef; border-radius: 28px;
  background: radial-gradient(circle at 50% 44%,rgba(53,196,241,.2),transparent 38%),linear-gradient(145deg,#f9fdff,#eaf7fc);
  box-shadow: 0 30px 80px rgba(32,36,104,.14);
}
.about-logo-stage::before {
  content: ""; position: absolute; inset: 0; opacity: .25;
  background-image: linear-gradient(rgba(25,118,210,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(25,118,210,.12) 1px,transparent 1px);
  background-size: 42px 42px;
}
.about-logo-stage img { width: min(78%,375px); height: auto; position: relative; z-index: 2; filter: drop-shadow(0 24px 24px rgba(32,36,104,.16)); }
.about-logo-glow { position: absolute; width: 300px; height: 300px; border: 54px solid rgba(53,196,241,.13); border-radius: 50%; animation: logoOrbit 10s linear infinite; }
.about-logo-caption { position: absolute; z-index: 3; left: 22px; right: 22px; bottom: 22px; padding: 14px 17px; color: #fff; border-radius: 12px; background: rgba(32,36,104,.9); backdrop-filter: blur(10px); }
.about-logo-caption span,
.about-logo-caption strong { display: block; }
.about-logo-caption span { color: #80e0f4; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
@keyframes logoOrbit { to { transform: rotate(360deg); } }

@keyframes homeHeroDrift {
  from { transform: translateZ(0) scale(1.018); }
  to { transform: translateZ(0) scale(1.072); }
}

@media (max-width: 1100px) {
  .framed-home .nav > a,
  .framed-home .nav-trigger { display: none; }
  .home-showcase { grid-template-columns: 1fr; }
  .showcase-facts { grid-template-columns: repeat(3,1fr); }
  .home-category-rail .category-rail { grid-template-columns: repeat(5,1fr); }
  .home-showcase-grid { grid-template-columns: repeat(2,1fr); }
  .home-split,
  .home-category-layout { gap: 34px; }
  .feature-icon-grid { grid-template-columns: repeat(2,1fr); }
  .feature-icon-grid::before { display: none; }
  .about-story-grid { gap: 38px; }
}

@media (max-width: 760px) {
  .framed-home #site-header,
  .framed-home #main-content,
  .framed-home #site-footer { box-shadow: none; }
  .framed-home .nav-wrap { width: min(100% - 28px,680px); }
  .brand-logo-frame { width: 58px; height: 50px; }
  .home-hero,
  .home-hero-inner { min-height: 670px !important; }
  .home-hero-slide::before,
  .home-hero-slide:nth-child(2)::before,
  .home-hero-slide:nth-child(3)::before { background: linear-gradient(180deg,rgba(3,27,53,.2),rgba(3,27,53,.56) 34%,rgba(3,27,53,.98) 64%); }
  .home-hero-media img { object-position: 66% top; }
  .home-hero-slide:nth-child(2) .home-hero-media img,
  .home-hero-slide:nth-child(3) .home-hero-media img { object-position: center top; }
  .home-hero-copy { width: 100%; padding: 250px 0 80px; align-self: end; }
  .home-hero h1,
  .home-hero h2 { font-size: clamp(2.25rem,10.5vw,3.25rem); }
  .home-trust-points { gap: 10px; overflow-x: auto; }
  .home-trust-points span { flex: 0 0 120px; }
  .home-slider-controls { right: 14px; bottom: 18px; }
  .home-slider-controls > .hero-prev,
  .home-slider-controls > .hero-next { display: none; }
  .home-category-rail { padding: 12px 14px 18px; }
  .home-category-rail .category-rail { display: flex; overflow-x: auto; transform: none; margin: 0; scroll-snap-type: x mandatory; }
  .home-category-rail .category-rail a { min-width: 130px; flex: 0 0 130px; min-height: 146px; padding-block: 12px 14px; scroll-snap-align: start; }
  .home-category-rail .rail-photo { width: 96px; height: 74px; flex-basis: 74px; }
  .home-showcase { padding: 26px 14px; }
  .home-offer-banner { grid-template-columns: auto 1fr; padding: 24px 18px; background-position: 72% center; }
  .home-offer-banner .btn { grid-column: 1/-1; width: 100%; }
  .offer-project {
    min-height: 300px; padding-block: 34px; background-image: url("../images/project-support-offer-960.webp");
    background-position: 67% center;
  }
  .offer-project::after { background: linear-gradient(90deg,rgba(3,24,47,.98),rgba(4,40,74,.91) 63%,rgba(3,25,47,.62)); }
  .offer-project .offer-icon { width: 58px; height: 58px; border-radius: 17px; }
  .offer-project h2 { font-size: clamp(1.55rem,7vw,2.15rem); }
  .offer-project p { font-size: 12px; }
  .showcase-facts { grid-template-columns: 1fr; }
  .home-showcase-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .showcase-tile { min-width: 78vw; min-height: 300px; scroll-snap-align: center; }
  .home-split,
  .home-category-layout,
  .home-faq-layout,
  .home-subscribe-inner,
  .home-contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .home-category-layout.reverse .home-category-copy,
  .home-category-layout.reverse .home-category-image { order: initial; }
  .home-media-frame,
  .home-category-image { min-height: 380px; }
  .home-category-section { padding: 64px 0; }
  .home-category-copy ul,
  .home-check-grid { grid-template-columns: 1fr; }
  .category-number { top: -26px; font-size: 5rem; }
  .feature-icon-grid,
  .review-v2-grid { grid-template-columns: 1fr; }
  .feature-icon-card { min-height: 250px; padding: 27px 23px 25px; }
  .feature-icon-card > span { width: 58px; height: 58px; flex-basis: 58px; border-radius: 18px; }
  .feature-icon-card svg { width: 27px; height: 27px; }
  .feature-icon-card::before { font-size: 3.6rem; }
  .home-heading-row { display: block; }
  .home-heading-row .btn { margin-top: 18px; }
  .home-faq-intro {
    min-height: 430px; position: static; padding: 34px 26px; border-radius: 20px;
    background-image: url("../images/category-plumbing-960.webp"); background-position: 58% center;
  }
  .home-faq .faq-q { grid-template-columns: 44px minmax(0,1fr) 28px; gap: 12px; min-height: 74px; padding: 13px; font-size: 15px; }
  .faq-v2-icon { width: 44px; height: 44px; border-radius: 12px; }
  .faq-v2-icon svg { width: 22px; height: 22px; }
  .home-faq .faq-q::after { width: 28px; height: 28px; }
  .home-faq .faq-a { padding-inline: 69px 14px; }
  .home-faq .faq-a p { font-size: 13px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .home-subscribe {
    min-height: 440px; padding: 70px 0; background-image: url("../images/industrial-hero-v2-960.webp");
    background-position: 68% center;
  }
  .home-subscribe::before { background: linear-gradient(180deg,rgba(3,20,39,.9),rgba(3,31,57,.94) 45%,rgba(3,20,39,.98)); }
  .home-subscribe .newsletter-form { padding: 14px; border-radius: 22px; }
  .home-map,
  .home-map iframe { min-height: 420px; }
  .about-story-grid { grid-template-columns: 1fr; gap: 34px; }
  .about-logo-stage { min-height: 430px; }
}

@media (max-width: 390px) {
  .home-trust-points span:nth-child(3) { display: none; }
  .home-showcase-grid { margin-right: -14px; }
  .home-hero-copy > p { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-slide,
  .home-hero-slide.active .home-hero-media img,
  .home-showcase img,
  .home-category-image img,
  .home-media-frame img { transition: none !important; }
  .home-hero-slide.active .home-hero-media img { animation: none !important; }
  .about-logo-glow { animation: none !important; }
}
