:root {
  --navy-950: #041c39;
  --navy-900: #06284f;
  --navy-800: #0b3a69;
  --blue-600: #0876e8;
  --blue-500: #1594ff;
  --blue-100: #e9f4ff;
  --paper: #f7faff;
  --white: #ffffff;
  --ink: #0c2f59;
  --muted: #60748b;
  --line: #d8e3ef;
  --green: #08ad43;
  --green-dark: #078b37;
  --shadow: 0 16px 45px rgba(5, 35, 70, .10);
  --radius: 16px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.section { padding: 94px 0; }

.site-header { position: sticky; top: 0; z-index: 50; height: 92px; color: var(--white); background: rgba(4, 28, 57, .96); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 36px; }
.brand { align-self: stretch; width: 190px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; flex: 0 0 auto; }
.brand img { width: 126px; height: 54px; object-fit: contain; object-position: left center; }
.brand span { margin-top: -2px; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.primary-nav { margin-left: auto; display: flex; align-items: stretch; height: 100%; gap: 30px; }
.primary-nav a { position: relative; display: grid; place-items: center; font-size: 14px; font-weight: 650; color: rgba(255,255,255,.84); }
.primary-nav a:hover, .primary-nav a.active { color: #fff; }
.primary-nav a.active::after { content: ""; position: absolute; bottom: 20px; left: 4px; right: 4px; height: 2px; background: var(--blue-500); }
.nav-actions { display: flex; gap: 12px; }
.menu-toggle { display: none; }

.button { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 7px; color: var(--white); font-size: 13px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-compact { min-height: 43px; padding: 0 16px; }
.button-outline { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.03); }
.button-outline:hover { background: rgba(255,255,255,.1); }
.button-primary { background: var(--blue-600); box-shadow: 0 10px 30px rgba(8,118,232,.27); }
.button-primary:hover { background: var(--blue-500); }
.button-whatsapp { background: var(--green); box-shadow: 0 10px 28px rgba(8,173,67,.18); }
.button-whatsapp:hover { background: var(--green-dark); }

.hero { position: relative; min-height: 610px; color: var(--white); overflow: hidden; background: var(--navy-900); }
.hero-image { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(2,24,50,.94) 0%, rgba(3,30,60,.70) 38%, rgba(3,29,56,.16) 72%, rgba(3,27,51,.25) 100%), url("assets/hero-bored-piling.png"); background-size: cover; background-position: center 54%; transform: scale(1.01); }
.hero-inner { position: relative; min-height: 610px; display: flex; align-items: center; justify-content: space-between; gap: 64px; }
.hero-copy { max-width: 625px; padding: 74px 0; }
.eyebrow { margin: 0 0 15px; color: var(--blue-600); font-size: 12px; line-height: 1; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #84caff; }
.hero h1, .section-heading h2, .expertise-copy h2, .capability-intro h2 { margin: 0; font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-stretch: condensed; font-weight: 900; text-transform: uppercase; letter-spacing: -.025em; line-height: .96; }
.hero h1 { font-size: clamp(54px, 5.35vw, 78px); text-shadow: 0 4px 20px rgba(0,0,0,.16); }
.hero-copy > p:not(.eyebrow) { max-width: 540px; margin: 25px 0 30px; color: rgba(255,255,255,.86); font-size: 18px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.hero-card { width: 310px; padding: 28px 28px 12px; border: 1px solid rgba(127,198,255,.5); border-radius: 13px; background: rgba(4,36,71,.90); box-shadow: 0 24px 60px rgba(0,0,0,.24); backdrop-filter: blur(8px); }
.hero-card > .eyebrow { padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.22); color: #37a7ff; }
.hero-card-item { padding: 20px 0; display: flex; gap: 15px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.17); }
.hero-card-item:last-child { border-bottom: 0; }
.hero-card-item .icon-circle { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: #8fd2ff; font-weight: 900; }
.hero-card-item strong, .hero-card-item small { display: block; }
.hero-card-item strong { font-size: 14px; }
.hero-card-item small { margin-top: 3px; color: rgba(255,255,255,.64); font-size: 11px; }

.value-strip { position: relative; z-index: 2; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 9px 30px rgba(12,47,89,.05); }
.value-grid { min-height: 118px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.value-grid article { min-height: 62px; display: flex; align-items: center; gap: 20px; padding: 10px 42px; border-right: 1px solid var(--line); }
.value-grid article:first-child { padding-left: 0; }
.value-grid article:last-child { padding-right: 0; border-right: 0; }
.value-grid svg { width: 42px; height: 42px; fill: none; stroke: var(--navy-800); stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.value-grid h2 { margin: 0; font-size: 16px; line-height: 1.2; text-transform: uppercase; }
.value-grid p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }

.products { background: linear-gradient(180deg, #fff 0%, var(--paper) 100%); }
.section-heading { max-width: 690px; margin: 0 auto 48px; text-align: center; }
.section-heading h2 { font-size: 48px; }
.section-heading > p:last-child { margin: 17px auto 0; color: var(--muted); font-size: 16px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 30px rgba(5,35,70,.055); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-7px); border-color: #9dc9f2; box-shadow: var(--shadow); }
.product-image { height: 255px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 48%, #fff 0%, #f4f7fb 68%, #edf2f8 100%); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-meta { min-height: 88px; padding: 18px 18px; display: flex; justify-content: space-between; align-items: center; gap: 14px; border-top: 1px solid var(--line); }
.product-meta span { display: block; margin-bottom: 5px; color: var(--blue-600); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-meta h3 { margin: 0; font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: 20px; line-height: 1.05; letter-spacing: -.01em; text-transform: uppercase; }
.product-meta b { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; color: var(--blue-600); transition: all .2s ease; }
.product-card:hover .product-meta b { color: #fff; border-color: var(--blue-600); background: var(--blue-600); }

.expertise { min-height: 600px; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--white); }
.expertise-image { min-height: 600px; background: url("assets/about-bored-piling.png") center/cover no-repeat; }
.expertise-copy { padding: 80px clamp(48px, 7vw, 120px); display: flex; flex-direction: column; justify-content: center; background: linear-gradient(135deg, #f8fbff 0%, #edf6ff 100%); }
.expertise-copy h2 { max-width: 560px; font-size: clamp(44px, 4vw, 62px); color: var(--navy-900); }
.expertise-copy > p:not(.eyebrow) { max-width: 600px; margin: 26px 0 28px; color: #4c6178; font-size: 17px; }
.text-link { align-self: flex-start; padding-bottom: 5px; border-bottom: 2px solid var(--blue-600); color: var(--blue-600); font-size: 13px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }

.capabilities { color: var(--white); background: radial-gradient(circle at 75% 35%, #0c467d 0%, var(--navy-900) 46%, var(--navy-950) 100%); }
.capability-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.capability-intro h2 { font-size: clamp(44px, 4vw, 60px); }
.capability-intro > p:last-child { max-width: 490px; margin: 25px 0 0; color: rgba(255,255,255,.67); }
.capability-list { display: grid; gap: 0; }
.capability-list article { display: grid; grid-template-columns: 68px 1fr; gap: 25px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.capability-list article:last-child { border-bottom: 0; }
.capability-list span { color: #43acff; font-size: 15px; font-weight: 850; }
.capability-list h3 { margin: 0 0 6px; font-size: 20px; }
.capability-list p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }

.contact { background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; max-width: 980px; margin: 0 auto; }
.contact-card { padding: 32px; display: grid; grid-template-columns: 74px 1fr auto; gap: 22px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 8px 28px rgba(4,28,57,.045); }
.avatar { width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid #b8d2ec; border-radius: 50%; color: var(--blue-600); background: #fff; font-weight: 850; }
.contact-details .role { margin: 0 0 4px; color: var(--blue-600); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-details h3 { margin: 0 0 8px; font-size: 20px; text-transform: uppercase; }
.contact-details a { display: block; color: var(--muted); font-size: 12px; }
.contact-card .button { grid-column: 1/-1; }

.cta-band { padding: 35px 0; color: #fff; background: linear-gradient(90deg, #0759c6, #087be9); }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band small { font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; opacity: .76; }
.cta-band h2 { margin: 3px 0 0; font-size: 27px; text-transform: uppercase; }

.site-footer { padding: 64px 0 25px; color: rgba(255,255,255,.76); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr 1fr; gap: 48px; }
.footer-grid > div:not(:first-child) { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.13); }
.footer-brand img { width: 145px; height: 62px; object-fit: contain; object-position: left center; }
.footer-brand strong { display: block; margin-top: 8px; color: #fff; font-size: 13px; letter-spacing: .07em; }
.footer-brand p { max-width: 280px; color: rgba(255,255,255,.53); font-size: 12px; }
.footer-grid h2 { margin: 0 0 18px; color: #fff; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid p, .footer-grid address, .footer-grid a { display: block; margin: 0 0 11px; color: rgba(255,255,255,.67); font-size: 12px; font-style: normal; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 45px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: 11px; }
.floating-whatsapp { position: fixed; z-index: 40; right: 22px; bottom: 22px; width: 55px; height: 55px; display: none; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--green); box-shadow: 0 9px 28px rgba(0,0,0,.22); font-size: 12px; font-weight: 900; }

.reveal { opacity: 1; transform: none; transition: transform .25s ease; }

@media (max-width: 1100px) {
  .primary-nav { gap: 18px; }
  .nav-actions .button-outline { display: none; }
  .hero-card { width: 285px; }
  .product-image { height: 290px; }
  .contact-card { grid-template-columns: 66px 1fr; }
  .contact-card .button { grid-column: 1/-1; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header { height: 76px; }
  .brand { width: auto; margin-right: auto; }
  .brand img { width: 100px; height: 43px; }
  .brand span { font-size: 8px; }
  .menu-toggle { width: 43px; height: 43px; padding: 10px; display: grid; align-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.25); border-radius: 7px; background: transparent; }
  .menu-toggle span { height: 2px; display: block; background: #fff; }
  .primary-nav { position: absolute; top: 76px; left: 0; right: 0; height: auto; padding: 18px 16px 24px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.12); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px 8px; display: block; }
  .primary-nav a.active::after { display: none; }
  .nav-actions { display: none; }
  .hero, .hero-inner { min-height: 680px; }
  .hero-image { background-image: linear-gradient(90deg, rgba(2,24,50,.94), rgba(3,30,60,.52)), url("assets/hero-bored-piling.png"); background-position: 62% center; }
  .hero-inner { align-items: flex-end; }
  .hero-copy { padding: 70px 0 80px; }
  .hero-card { display: none; }
  .value-grid { grid-template-columns: 1fr; padding: 16px 0; }
  .value-grid article, .value-grid article:first-child { min-height: 84px; padding: 13px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-grid article:last-child { border-bottom: 0; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .product-image { height: 270px; }
  .product-meta { min-height: 96px; padding: 18px 20px; }
  .product-meta h3 { font-size: 22px; }
  .product-meta b { width: 38px; height: 38px; }
  .expertise { grid-template-columns: 1fr; }
  .expertise-image { min-height: 500px; }
  .expertise-copy { padding: 70px 32px; }
  .capability-grid { grid-template-columns: 1fr; gap: 45px; }
  .contact-grid { grid-template-columns: 1fr; max-width: 560px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .floating-whatsapp { display: grid; }
}

@media (max-width: 540px) {
  .container { width: min(calc(100% - 38px), var(--container)); }
  .section { padding: 42px 0; }

  .site-header { height: 62px; }
  .brand img { width: 78px; height: 34px; }
  .brand span { margin-top: -3px; font-size: 6.5px; }
  .menu-toggle { width: 34px; height: 34px; padding: 8px; gap: 4px; }
  .primary-nav { top: 62px; }

  .hero, .hero-inner { min-height: 520px; }
  .hero-copy { padding: 42px 0 46px; }
  .hero .eyebrow { margin-bottom: 10px; font-size: 9px; letter-spacing: .13em; }
  .hero h1 { font-size: 33px; line-height: .98; max-width: 325px; }
  .hero-copy > p:not(.eyebrow) { margin: 14px 0 18px; font-size: 12.5px; line-height: 1.48; max-width: 325px; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { width: 100%; min-height: 40px; padding: 0 14px; font-size: 10px; }

  .value-grid { padding: 6px 0; }
  .value-grid article, .value-grid article:first-child { min-height: 62px; padding: 8px 2px; gap: 12px; }
  .value-grid svg { width: 30px; height: 30px; }
  .value-grid h2 { font-size: 12.5px; }
  .value-grid p { font-size: 9.5px; }

  .section-heading { margin-bottom: 26px; }
  .section-heading .eyebrow { margin-bottom: 8px; font-size: 9px; }
  .section-heading h2 { font-size: 27px; line-height: 1.02; }
  .section-heading > p:last-child { margin-top: 9px; font-size: 12.5px; line-height: 1.45; }

  .products .container { width: min(calc(100% - 50px), var(--container)); }
  .product-grid { grid-template-columns: 1fr; gap: 12px; }
  .product-card { border-radius: 11px; overflow: hidden; }
  .product-image { height: 168px; }
  .product-image img { max-width: 82%; max-height: 88%; object-fit: contain; }
  .product-meta { min-height: 62px; padding: 10px 12px; gap: 8px; }
  .product-meta span { margin-bottom: 1px; font-size: 7.2px; letter-spacing: .11em; }
  .product-meta h3 { font-size: 15.5px; line-height: 1.08; }
  .product-meta b { width: 28px; height: 28px; font-size: 10px; }

  .expertise-image { min-height: 245px; }
  .expertise-copy { padding: 36px 18px; }
  .expertise-copy .eyebrow { font-size: 9px; }
  .expertise-copy h2 { font-size: 29px; line-height: 1.02; }
  .expertise-copy > p:not(.eyebrow) { margin: 14px 0 16px; font-size: 13px; line-height: 1.5; }
  .text-link { font-size: 10px; }

  .capability-grid { gap: 25px; }
  .capability-intro h2 { font-size: 29px; line-height: 1.03; }
  .capability-intro > p:last-child { margin-top: 14px; font-size: 12.5px; line-height: 1.5; }
  .capability-list article { grid-template-columns: 36px 1fr; gap: 12px; padding: 14px 0; }
  .capability-list span { font-size: 11px; }
  .capability-list h3 { font-size: 16px; }
  .capability-list p { font-size: 11.5px; line-height: 1.45; }

  .contact-grid { gap: 12px; }
  .contact-card { padding: 16px; grid-template-columns: 42px 1fr; gap: 12px; border-radius: 12px; }
  .avatar { width: 42px; height: 42px; font-size: 11px; }
  .contact-details .role { font-size: 8px; }
  .contact-details h3 { margin-bottom: 3px; font-size: 16px; }
  .contact-details a { font-size: 10px; }
  .contact-card .button { min-height: 38px; font-size: 10px; }

  .cta-band { padding: 22px 0; }
  .cta-band .container { align-items: stretch; flex-direction: column; gap: 12px; }
  .cta-band small { font-size: 8px; }
  .cta-band h2 { font-size: 20px; line-height: 1.12; }
  .cta-band .button { width: 100%; min-height: 39px; font-size: 10px; }

  .site-footer { padding: 36px 0 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-brand img { width: 104px; height: auto; }
  .footer-brand strong { font-size: 11px; }
  .footer-brand p { font-size: 10.5px; line-height: 1.5; }
  .footer-grid > div:not(:first-child) { padding: 16px 0 0; margin-top: 16px; border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .footer-grid h2 { margin-bottom: 10px; font-size: 10.5px; }
  .footer-grid p, .footer-grid address, .footer-grid a { margin-bottom: 7px; font-size: 10.5px; line-height: 1.5; }
  .footer-bottom { margin-top: 20px; padding-top: 12px; gap: 6px; flex-direction: column; font-size: 9px; }

  .floating-whatsapp { right: 11px; bottom: 11px; width: 36px; height: 36px; border-width: 2px; font-size: 8.5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}


/* ===== Simple Product Detail Template ===== */
.product-detail-page { background: #fff; }
.product-detail-hero { padding: 58px 0 70px; background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%); }
.product-back { display: inline-flex; margin-bottom: 26px; color: var(--blue-600); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.product-detail-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 68px; align-items: center; }
.product-detail-visual { min-height: 520px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 42px rgba(4,28,57,.06); }
.product-detail-visual img { max-width: 82%; max-height: 450px; object-fit: contain; }
.product-detail-copy .eyebrow { margin-bottom: 11px; }
.product-detail-copy h1 { margin: 0; color: var(--navy-950); font-size: clamp(46px, 5vw, 72px); line-height: .98; text-transform: uppercase; }
.product-lead { max-width: 610px; margin: 22px 0 9px; color: var(--navy-900); font-size: 19px; line-height: 1.55; }
.product-note { max-width: 610px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.product-mini-points { margin: 26px 0 30px; display: flex; flex-wrap: wrap; gap: 9px; }
.product-mini-points span { padding: 9px 13px; border: 1px solid #cfe0ef; border-radius: 999px; color: var(--navy-900); background: #f6faff; font-size: 11px; font-weight: 800; }
.product-detail-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.product-detail-actions .button { min-height: 50px; }
.product-main-cta { min-width: 190px; }
.product-contact-buttons { align-items: stretch; }
.button-outline-dark { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #b8cce0; border-radius: 5px; color: var(--navy-950); background: #fff; font-size: 12px; font-weight: 850; text-transform: uppercase; }
.button-outline-dark:hover { border-color: var(--blue-600); color: var(--blue-600); }
.product-enquiry-strip { padding: 38px 0; color: #fff; background: linear-gradient(90deg, #0759c6, #087be9); }
.product-enquiry-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.product-enquiry-inner h2 { margin: 2px 0 5px; font-size: 30px; text-transform: uppercase; }
.product-enquiry-inner p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; }
.product-enquiry-inner .button { flex: 0 0 auto; min-width: 180px; }
.product-enquiry-buttons { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.compact-heading { margin-bottom: 30px; }
.product-sales-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.product-sales-card { padding: 22px; display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: center; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.product-sales-card .avatar { width: 52px; height: 52px; }
.product-sales-card span { color: var(--blue-600); font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.product-sales-card h3 { margin: 3px 0 4px; font-size: 18px; text-transform: uppercase; }
.product-sales-card p { margin: 0; color: var(--muted); font-size: 11px; }
.product-sales-card .button { grid-column: 1 / -1; min-height: 42px; font-size: 10px; }
.product-footer { margin-top: 0; }

@media (max-width: 820px) {
  .product-detail-hero { padding: 34px 0 48px; }
  .product-detail-grid { grid-template-columns: 1fr; gap: 28px; }
  .product-detail-visual { min-height: 420px; }
  .product-detail-copy h1 { font-size: 50px; }
  .product-enquiry-inner { align-items: stretch; flex-direction: column; }
  .product-enquiry-inner .button { width: 100%; }
  .product-enquiry-buttons { width: 100%; justify-content: stretch; }
  .product-enquiry-buttons .button { flex: 1 1 220px; }
  .product-sales-grid { grid-template-columns: 1fr; max-width: 560px; }
}

@media (max-width: 540px) {
  .product-detail-hero { padding: 24px 0 34px; }
  .product-detail-page .container { width: min(calc(100% - 38px), var(--container)); }
  .product-back { margin-bottom: 16px; font-size: 8px; }
  .product-detail-grid { gap: 20px; }
  .product-detail-visual { min-height: 255px; border-radius: 12px; }
  .product-detail-visual img { max-width: 75%; max-height: 220px; }
  .product-detail-copy .eyebrow { margin-bottom: 7px; font-size: 8px; }
  .product-detail-copy h1 { font-size: 35px; }
  .product-lead { margin: 13px 0 6px; font-size: 13px; line-height: 1.45; }
  .product-note { font-size: 10.5px; line-height: 1.55; }
  .product-mini-points { margin: 16px 0 18px; gap: 6px; }
  .product-mini-points span { padding: 6px 8px; font-size: 8px; }
  .product-detail-actions { gap: 8px; }
  .product-detail-actions .button, .button-outline-dark { width: 100%; min-height: 39px; font-size: 9.5px; }
  .product-contact-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
  .product-contact-buttons .button { min-width: 0; padding-left: 8px; padding-right: 8px; font-size: 8.6px; }
  .product-enquiry-strip { padding: 24px 0; }
  .product-enquiry-inner { gap: 13px; }
  .product-enquiry-inner h2 { font-size: 21px; line-height: 1.08; }
  .product-enquiry-inner p:not(.eyebrow) { font-size: 10.5px; line-height: 1.5; }
  .product-enquiry-inner .button { min-height: 39px; font-size: 10px; }
  .product-enquiry-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
  .product-enquiry-buttons .button { min-width: 0; padding-left: 8px; padding-right: 8px; font-size: 8.8px; }
  .compact-heading { margin-bottom: 20px; }
  .product-sales-grid { gap: 10px; }
  .product-sales-card { padding: 14px; grid-template-columns: 42px 1fr; gap: 10px; border-radius: 11px; }
  .product-sales-card .avatar { width: 40px; height: 40px; font-size: 10px; }
  .product-sales-card span { font-size: 7px; }
  .product-sales-card h3 { font-size: 15px; }
  .product-sales-card p { font-size: 9px; }
  .product-sales-card .button { min-height: 36px; font-size: 9px; }
}

/* ===== WhatsApp Contact Selector ===== */
.wa-modal-open { overflow: hidden; }
.wa-contact-modal { position: fixed; inset: 0; z-index: 1200; display: none; align-items: center; justify-content: center; padding: 24px; }
.wa-contact-modal.open { display: flex; }
.wa-contact-backdrop { position: absolute; inset: 0; background: rgba(2, 15, 30, .64); backdrop-filter: blur(4px); }
.wa-contact-dialog { position: relative; z-index: 1; width: min(540px, 100%); padding: 30px; border: 1px solid #d9e5ef; border-radius: 18px; background: #fff; box-shadow: 0 28px 80px rgba(4, 28, 57, .22); }
.wa-contact-close { position: absolute; top: 12px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #eef4f8; color: var(--navy-950); font-size: 24px; line-height: 1; cursor: pointer; }
.wa-contact-kicker { margin: 0 0 7px; color: var(--blue-600); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.wa-contact-dialog h2 { margin: 0; color: var(--navy-950); font-size: 30px; line-height: 1.05; text-transform: uppercase; }
.wa-contact-copy { margin: 11px 0 22px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.wa-contact-options { display: grid; gap: 11px; }
.wa-contact-person { min-height: 86px; display: grid; grid-template-columns: 48px 1fr auto; gap: 13px; align-items: center; padding: 14px 16px; border: 1px solid #d4e2ed; border-radius: 12px; background: #f9fcff; color: var(--navy-950); text-decoration: none; transition: border-color .18s ease, transform .18s ease, background .18s ease; }
.wa-contact-person:hover { border-color: #25d366; background: #f5fff8; transform: translateY(-1px); }
.wa-contact-avatar { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-950); color: #fff; font-size: 12px; font-weight: 850; }
.wa-contact-person strong { display: block; font-size: 14px; text-transform: uppercase; }
.wa-contact-person small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
.wa-contact-person b { color: #128c4b; font-size: 10px; text-transform: uppercase; white-space: nowrap; }
@media (max-width: 540px) {
  .wa-contact-modal { padding: 17px; }
  .wa-contact-dialog { padding: 24px 16px 17px; border-radius: 14px; }
  .wa-contact-close { width: 34px; height: 34px; top: 9px; right: 9px; }
  .wa-contact-dialog h2 { max-width: 290px; font-size: 22px; }
  .wa-contact-copy { margin: 8px 0 15px; font-size: 10.5px; }
  .wa-contact-person { min-height: 72px; grid-template-columns: 40px 1fr; gap: 10px; padding: 11px; }
  .wa-contact-avatar { width: 40px; height: 40px; font-size: 10px; }
  .wa-contact-person strong { font-size: 12px; }
  .wa-contact-person small { font-size: 8.5px; }
  .wa-contact-person b { grid-column: 2; font-size: 8.5px; }
}


/* Product range expansion: 10 active products + 2 reserved slots */
.product-image img[src*="product-tbolt-clamp"],
.product-image img[src*="product-fire-hose"],
.product-image img[src*="product-fire-hose-mender"],
.product-image img[src*="product-galvanized-iron-wire"],
.product-image img[src*="product-vermiculite"] { width: 86%; height: 86%; object-fit: contain; }
.coming-soon-card { cursor: default; border-style: dashed; background: linear-gradient(180deg,#fbfdff 0%,#f3f7fb 100%); }
.coming-soon-card:hover { transform: none; box-shadow: 0 8px 30px rgba(5,35,70,.055); border-color: var(--line); }
.coming-soon-visual { background: linear-gradient(135deg,#f8fbff,#eef5fb); }
.coming-soon-mark { display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; color:var(--navy-800); }
.coming-soon-mark > span { width:58px; height:58px; display:grid; place-items:center; margin-bottom:16px; border:1px solid #bcd5ea; border-radius:50%; color:var(--blue-600); font-size:32px; font-weight:300; }
.coming-soon-mark strong { font-family:"Arial Narrow","Roboto Condensed",Impact,sans-serif; font-size:28px; text-transform:uppercase; letter-spacing:.02em; }
.coming-soon-mark small { margin-top:7px; color:var(--muted); font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.coming-soon-card .product-meta b { color:#8ca8c0; }
@media (max-width:540px) {
  .coming-soon-mark > span { width:38px; height:38px; margin-bottom:8px; font-size:22px; }
  .coming-soon-mark strong { font-size:18px; }
  .coming-soon-mark small { margin-top:3px; font-size:7px; }
}

/* Step 6B — Trusted industry clients */
.clients { background: #f7fafc; border-top: 1px solid var(--line); }
.clients-heading { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.clients-heading h2 { margin-bottom: 10px; }
.clients-heading > p:last-child { color: var(--muted); }
.clients-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.client-card { min-height: 132px; display: flex; align-items: center; justify-content: center; padding: 6px; overflow: hidden; border: 1px solid #d7e2eb; border-radius: 12px; background: #f1f5f9; }
.client-card img { width: 100%; height: 100%; max-height: 122px; object-fit: contain; display: block; }
.clients-note { margin: 18px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
@media (max-width: 900px) {
  .clients-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 540px) {
  .clients-heading { margin-bottom: 20px; }
  .clients-heading h2 { font-size: 25px; }
  .clients-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .client-card { min-height: 92px; padding: 3px; border-radius: 9px; }
  .client-card img { max-height: 86px; }
  .clients-note { margin-top: 12px; font-size: 8px; }
}

/* Step 6C — mobile catalogue access + compact two-column product grid */
.mobile-catalogue { display: none; }

@media (max-width: 820px) {
  .nav-wrap { gap: 8px; }
  .mobile-catalogue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 11px;
    margin-left: auto;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 6px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    white-space: nowrap;
  }
}

@media (max-width: 540px) {
  .mobile-catalogue {
    min-height: 32px;
    padding: 0 9px;
    font-size: 8.5px;
    border-radius: 6px;
  }
  .products .container { width: min(calc(100% - 26px), var(--container)); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-card { min-width: 0; border-radius: 10px; }
  .product-image { height: 118px; }
  .product-image img { max-width: 88%; max-height: 90%; }
  .product-meta { min-height: 56px; padding: 8px 8px; gap: 5px; }
  .product-meta span { font-size: 5.8px; letter-spacing: .08em; }
  .product-meta h3 { font-size: 11.5px; line-height: 1.08; overflow-wrap: anywhere; }
  .product-meta b { width: 23px; height: 23px; font-size: 8px; flex: 0 0 23px; }
  .coming-soon-mark > span { width: 30px; height: 30px; margin-bottom: 5px; font-size: 18px; }
  .coming-soon-mark strong { font-size: 13px; }
  .coming-soon-mark small { font-size: 5.5px; }
}

/* ===== Step 7A/7B — final visual polish ===== */
:root {
  --shadow-soft: 0 10px 28px rgba(5,35,70,.065);
  --shadow-hover: 0 18px 42px rgba(5,35,70,.11);
}

/* Keep the established layout, but make spacing and card rhythm more consistent. */
.section { padding: 86px 0; }
.section-heading { margin-bottom: 42px; }
.section-heading h2 { letter-spacing: -.02em; }
.section-heading > p:last-child { max-width: 620px; }

/* Product cards: consistent white stage for every image and calmer card styling. */
.product-card {
  box-shadow: var(--shadow-soft);
  border-color: #dbe6f0;
}
.product-card:hover { box-shadow: var(--shadow-hover); }
.product-image {
  height: 235px;
  padding: 15px;
  background: linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);
}
.product-image img,
.product-image img[src*="product-tbolt-clamp"],
.product-image img[src*="product-fire-hose"],
.product-image img[src*="product-fire-hose-mender"],
.product-image img[src*="product-galvanized-iron-wire"],
.product-image img[src*="product-vermiculite"] {
  width: 88%;
  height: 88%;
  max-width: 88%;
  max-height: 88%;
  object-fit: contain;
}
.product-meta { min-height: 82px; padding: 16px 17px; }
.product-meta span { margin-bottom: 4px; }
.product-meta h3 { font-size: 18px; }
.product-meta b { width: 32px; height: 32px; }

/* Buttons: one consistent height/radius across the site. */
.button { min-height: 46px; border-radius: 8px; }
.button-compact { min-height: 42px; }

/* Slightly cleaner section transitions. */
.expertise-copy { padding-top: 72px; padding-bottom: 72px; }
.contact-card { box-shadow: var(--shadow-soft); }
.clients { background: #f8fafc; }
.client-card { background: #fff; }

/* Keep final enquiry CTA visually strong but less oversized. */
.enquiry-cta, .product-enquiry-strip { background-position: center; }

@media (max-width: 900px) {
  .section { padding: 72px 0; }
  .product-image { height: 210px; }
}

@media (max-width: 540px) {
  .section { padding: 46px 0; }
  .section-heading { margin-bottom: 22px; }
  .section-heading > p:last-child { margin-top: 10px; }
  .product-grid { gap: 9px; }
  .product-card { box-shadow: 0 6px 18px rgba(5,35,70,.055); }
  .product-image { height: 112px; padding: 7px; }
  .product-meta { min-height: 54px; padding: 7px 7px; }
  .product-meta span { margin-bottom: 2px; font-size: 5.7px; }
  .product-meta h3 { font-size: 11.2px; line-height: 1.05; }
  .product-meta b { width: 22px; height: 22px; flex-basis: 22px; }
  .button { border-radius: 7px; }
  .clients { padding-top: 44px; padding-bottom: 44px; }
}

/* ===== Step 7B — font & colour final polish ===== */
:root {
  --navy-950: #061b33;
  --navy-900: #082a4d;
  --navy-800: #0b3f72;
  --blue-600: #0a78df;
  --blue-500: #1792f6;
  --blue-100: #eaf5ff;
  --paper: #f7faff;
  --ink: #0a2d55;
  --muted: #5e738a;
  --line: #d9e5f0;
  --green: #08b84d;
  --green-dark: #07953f;
}

/* Typography hierarchy */
body {
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.hero h1,
.section-heading h2,
.expertise-copy h2,
.capability-intro h2,
.product-meta h3,
.cta-band h2,
.clients-heading h2 {
  color: inherit;
  font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -.02em;
}

.eyebrow,
.product-meta span,
.contact-details .role,
.cta-band small,
.footer-grid h2 {
  font-weight: 850;
  letter-spacing: .12em;
}

/* Keep blue usage purposeful and consistent. */
.eyebrow,
.text-link,
.product-meta span,
.contact-details .role,
.product-meta b {
  color: var(--blue-600);
}

/* Navigation and action hierarchy */
.primary-nav a { font-weight: 700; letter-spacing: .005em; }
.button {
  font-weight: 850;
  letter-spacing: .04em;
  box-shadow: none;
}
.button-primary { box-shadow: 0 8px 22px rgba(10,120,223,.20); }
.button-whatsapp { box-shadow: 0 8px 22px rgba(8,184,77,.18); }
.button-outline { border-color: rgba(255,255,255,.58); }

/* Cleaner reading rhythm across body copy. */
.hero-copy > p:not(.eyebrow),
.section-heading > p:last-child,
.expertise-copy > p:not(.eyebrow),
.capability-intro > p:last-child,
.capability-list p,
.contact-details a,
.footer-grid p,
.footer-grid address,
.footer-grid a,
.clients-heading > p:last-child {
  color: var(--muted);
}

.hero-copy > p:not(.eyebrow) { color: rgba(255,255,255,.86); }
.capability-intro > p:last-child,
.capability-list p { color: rgba(255,255,255,.68); }

/* Small visual refinements without changing layout. */
.section-heading h2 { color: var(--navy-950); }
.product-card { border-color: var(--line); }
.product-meta { background: rgba(255,255,255,.98); }
.product-meta h3 { color: var(--navy-950); }
.contact-details h3 { color: var(--navy-950); }
.clients-heading h2 { color: var(--navy-950); }
.client-card { border-color: #dce7f1; }

.site-footer { background: var(--navy-950); }
.footer-brand strong,
.footer-grid h2 { color: #fff; }
.footer-grid p,
.footer-grid address,
.footer-grid a { color: rgba(255,255,255,.69); }
.footer-bottom { color: rgba(255,255,255,.46); }

@media (max-width: 540px) {
  body { font-size: 14px; }
  .mobile-catalogue { font-weight: 850; letter-spacing: .04em; }
  .hero h1 { letter-spacing: -.018em; }
  .section-heading h2,
  .expertise-copy h2,
  .capability-intro h2 { letter-spacing: -.015em; }
  .footer-grid p,
  .footer-grid address,
  .footer-grid a { font-size: 10.5px; line-height: 1.5; }
}

/* ===== V14 — mobile product image scale refinement ===== */
@media (max-width: 540px) {
  /* Keep the 2-column mobile grid, but give products more breathing room. */
  .product-image {
    height: 104px;
    padding: 10px;
  }
  .product-image img,
  .product-image img[src*="product-tbolt-clamp"],
  .product-image img[src*="product-fire-hose-mender"],
  .product-image img[src*="product-galvanized-iron-wire"] {
    width: 76%;
    height: 76%;
    max-width: 76%;
    max-height: 76%;
    object-fit: contain;
  }

  /* These products read visually larger, so scale them down a touch more. */
  .product-image img[src*="product-polymer-p01"],
  .product-image img[src*="product-soda-ash-dense"],
  .product-image img[src*="product-steel-plates"],
  .product-image img[src*="product-hose-fittings"],
  .product-image img[src*="product-wheel-spacers"],
  .product-image img[src*="product-vermiculite"],
  .product-image img[src*="product-epe-polyfoam"] {
    width: 70%;
    height: 70%;
    max-width: 70%;
    max-height: 70%;
  }

  /* Product detail pages: slightly smaller hero product image on phones. */
  .product-detail-visual {
    min-height: 238px;
  }
  .product-detail-visual img {
    max-width: 68%;
    max-height: 195px;
    object-fit: contain;
  }
}
