:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --navy: #08253f;
  --navy-dark: #061b2c;
  --navy-light: #0f405f;
  --blue: #1678aa;
  --cyan: #39bbc8;
  --ink: #172a3c;
  --muted: #627486;
  --soft: #f3f7f9;
  --line: #d9e3e9;
  --white: #fff;
  --container: 1180px;
  --shadow: 0 18px 48px rgba(8, 37, 63, 0.1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--white); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--container), calc(100% - 44px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 14px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 80; min-height: 70px; border-bottom: 1px solid rgba(255,255,255,.1); color: var(--white); background: rgba(8,37,63,.97); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 188px; height: auto; }
.site-navigation { display: flex; min-height: 70px; align-items: center; gap: 30px; }
.site-navigation > a, .submenu-toggle { color: rgba(255,255,255,.76); font-size: 13px; font-weight: 800; text-decoration: none; }
.site-navigation > a:hover, .site-navigation > a:focus-visible, .submenu-toggle:hover, .submenu-toggle:focus-visible { color: var(--white); }
.navigation-item { position: relative; display: flex; min-height: 70px; align-items: center; }
.submenu-toggle { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.submenu-chevron { transition: transform 180ms ease; }
.navigation-item-has-submenu:hover .submenu-chevron, .navigation-item-has-submenu.is-open .submenu-chevron { transform: rotate(180deg); }
.site-submenu { position: absolute; top: 100%; left: 50%; width: max-content; min-width: 280px; max-width: 360px; padding: 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(6,27,44,.99); box-shadow: 0 18px 48px rgba(0,0,0,.28); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%,-7px); transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease; }
.site-submenu a { display: block; padding: 12px 13px; border-radius: 8px; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 750; line-height: 1.35; text-decoration: none; }
.site-submenu a:hover, .site-submenu a:focus-visible { color: var(--white); background: rgba(255,255,255,.08); }
.navigation-item-has-submenu:hover .site-submenu, .navigation-item-has-submenu.is-open .site-submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%,0); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; color: var(--white); background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; }
.mobile-menu-backdrop { display: none; }

.home-hero { position: relative; display: grid; min-height: 420px; align-items: center; overflow: hidden; color: var(--white); background: radial-gradient(circle at 78% 20%, rgba(57,187,200,.24), transparent 28rem), linear-gradient(135deg, #061e34, #0b3855 58%, #0d4b68); }
.home-hero::after, .manufacturing-coming::after { position: absolute; inset: 0; pointer-events: none; content: ""; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent); }
.hero-copy { position: relative; z-index: 1; padding-block: 76px 82px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.home-hero .eyebrow, .manufacturing-coming .eyebrow { color: #69d5de; }
.eyebrow::before { width: 25px; height: 2px; content: ""; background: currentColor; }
.home-hero h1 { max-width: 940px; margin: 22px 0 0; font-size: clamp(42px, 5.3vw, 72px); line-height: 1.03; letter-spacing: -.05em; }
.home-hero p { max-width: 760px; margin: 25px 0 0; color: rgba(255,255,255,.72); font-size: clamp(17px, 2vw, 20px); line-height: 1.65; }

.service-section { position: relative; z-index: 2; padding: 0 0 78px; background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; transform: translateY(-38px); margin-bottom: -38px; }
.service-card { position: relative; min-height: 510px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; color: var(--white); background: var(--navy); box-shadow: 0 28px 70px rgba(8,37,63,.2); }
.service-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.service-card:hover > img { transform: scale(1.035); }
.service-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,18,31,.98) 0%, rgba(4,26,43,.62) 56%, rgba(4,26,43,.08) 100%); }
.service-content { position: absolute; inset: auto 0 0; z-index: 1; padding: 34px; }
.service-content > span { color: #6bd6df; font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.service-content h3 { max-width: 510px; margin: 12px 0 0; font-size: clamp(25px, 3vw, 36px); line-height: 1.12; letter-spacing: -.035em; }
.service-content p { max-width: 520px; margin: 16px 0 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.65; }
.service-link { display: inline-flex; min-height: 46px; align-items: center; gap: 12px; margin-top: 24px; padding: 0 17px; border-radius: 9px; color: var(--navy-dark); background: var(--cyan); font-size: 13px; font-weight: 850; text-decoration: none; }
.service-link b { font-size: 18px; transition: transform 180ms ease; }
.service-link:hover b, .service-link:focus-visible b { transform: translateX(3px); }

.section { padding: 82px 0; }
.latest-insights, .listing-section { background: var(--soft); }
.section-heading h2 { margin: 10px 0 0; color: var(--navy); font-size: clamp(32px, 4vw, 46px); line-height: 1.1; letter-spacing: -.04em; }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 13px; font-weight: 850; text-decoration: none; }
.text-link:hover, .text-link:focus-visible { color: var(--navy); }
.insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.insight-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
.insight-image { display: block; overflow: hidden; aspect-ratio: 16 / 9; background: #dce6eb; }
.insight-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.insight-card:hover .insight-image img { transform: scale(1.035); }
.insight-card-body { padding: 22px; }
.insight-card time { color: var(--muted); font-size: 11px; font-weight: 750; }
.insight-card h3 { margin: 10px 0 0; color: var(--navy); font-size: 20px; line-height: 1.3; letter-spacing: -.02em; }
.insight-card h3 a { text-decoration: none; }
.insight-card p { margin: 12px 0 18px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.pagination { display: grid; grid-template-columns: minmax(120px,1fr) auto minmax(120px,1fr); gap: 18px; align-items: center; margin-top: 42px; }
.pagination ol { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.pagination-direction, .pagination-page { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 10px; color: var(--navy); background: var(--white); font-size: 13px; font-weight: 850; text-decoration: none; transition: border-color 180ms ease, color 180ms ease, background 180ms ease; }
.pagination-direction { justify-self: start; gap: 9px; padding: 0 16px; }
.pagination-direction:last-child { justify-self: end; }
.pagination-page { min-width: 44px; padding: 0 12px; }
.pagination a:hover, .pagination a:focus-visible { border-color: var(--blue); color: var(--blue); }
.pagination-page.is-current { border-color: var(--navy); color: var(--white); background: var(--navy); }
.pagination-direction.is-disabled { color: #93a2ae; background: #eaf0f3; }
.empty-insights { padding: 54px; border: 1px solid var(--line); border-radius: 16px; text-align: center; background: var(--white); }
.empty-insights > span { color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.empty-insights h2, .empty-insights h3 { max-width: 700px; margin: 12px auto 0; color: var(--navy); font-size: clamp(25px, 3vw, 34px); }
.empty-insights p { max-width: 660px; margin: 13px auto 0; color: var(--muted); line-height: 1.7; }

.home-products { background: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.product-grid-home { grid-template-columns: repeat(4, minmax(0,1fr)); }
.product-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
.product-image { display: block; overflow: hidden; aspect-ratio: 16 / 10; background: #dce6eb; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-card-body { display: flex; flex: 1; align-items: flex-start; flex-direction: column; padding: 23px; }
.product-card h3 { margin: 0; color: var(--navy); font-size: 21px; line-height: 1.3; letter-spacing: -.025em; }
.product-card h3 a { text-decoration: none; }
.product-card p { margin: 13px 0 20px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.product-card .product-action { min-height: 42px; margin-top: auto; padding: 8px 14px; }
.product-grid-home .product-card-body { padding: 20px; }
.product-grid-home .product-card h3 { font-size: 18px; }
.product-grid-home .product-card p { font-size: 13px; }

.product-listing-section { padding: 72px 0 88px; background: var(--soft); }
.mould-products-carousel { position: relative; }
.mould-carousel-control { display: none; }
.product-listing-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; align-items: start; }
.product-listing-main, .product-detail-main { min-width: 0; }
.product-aside { position: sticky; top: 92px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
.product-aside h2 { margin: 11px 0 0; color: var(--navy); font-size: 25px; line-height: 1.2; letter-spacing: -.025em; }
.latest-product-list { display: grid; gap: 0; margin-top: 17px; }
.latest-product-list a { display: grid; grid-template-columns: 74px minmax(0,1fr); gap: 12px; align-items: center; padding: 13px 0; border-top: 1px solid var(--line); color: var(--navy); font-size: 12px; font-weight: 800; line-height: 1.4; text-decoration: none; }
.latest-product-list img { width: 74px; height: 52px; border-radius: 7px; object-fit: cover; }
.latest-product-list a:hover span, .latest-product-list a:focus-visible span { color: var(--blue); }

.business-promos { padding: 72px 0 82px; color: var(--white); background: var(--navy-dark); }
.business-promos .eyebrow { color: #69d5de; }
.business-promos h2 { max-width: 740px; margin: 12px 0 28px; font-size: clamp(30px,4vw,44px); line-height: 1.12; letter-spacing: -.04em; }
.business-promo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.business-promo-grid > a { display: flex; min-height: 250px; align-items: flex-start; flex-direction: column; padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(57,187,200,.04)); text-decoration: none; transition: border-color 180ms ease, transform 180ms ease; }
.business-promo-grid > a:hover { border-color: rgba(105,213,222,.65); transform: translateY(-2px); }
.business-promo-grid span { color: #69d5de; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.business-promo-grid strong { margin-top: 13px; font-size: clamp(24px,3vw,32px); line-height: 1.2; }
.business-promo-grid small { max-width: 500px; margin-top: 14px; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.65; }
.business-promo-grid b { margin-top: auto; padding-top: 24px; color: #69d5de; font-size: 12px; }

.product-page-heading { padding: 22px 0; color: var(--ink); border-bottom: 1px solid var(--line); background: var(--white); }
.product-page-heading .breadcrumbs { color: var(--muted); }
.product-page-heading .breadcrumbs a:hover { color: var(--blue); }
.product-detail-shell { padding-block: 32px 82px; }
.product-overview { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(300px,.88fr); gap: clamp(30px,4vw,54px); align-items: stretch; background: var(--white); }
.product-gallery { min-width: 0; height: 100%; }
.product-gallery-stage { overflow: hidden; aspect-ratio: 16 / 9; border-radius: 6px; background: var(--soft); }
.product-gallery-stage img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery-thumbs { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; margin-top: 10px; }
.product-gallery-thumbs button { overflow: hidden; aspect-ratio: 16 / 9; padding: 0; border: 2px solid transparent; border-radius: 6px; background: #dce6eb; cursor: pointer; }
.product-gallery-thumbs button.is-active { border-color: var(--blue); }
.product-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-overview-copy { display: flex; min-width: 0; min-height: 100%; align-items: flex-start; flex-direction: column; padding: 12px 0; }
.product-overview-copy h1 { width: 100%; margin: 15px 0 0; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--navy); font-size: clamp(27px,2.7vw,38px); line-height: 1.16; letter-spacing: -.035em; }
.product-overview-copy p { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.product-overview-copy .button { width: 100%; margin-top: 34px; border-radius: 9px; }
.product-conversion-actions { display: grid; width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 34px; }
.product-overview-copy .product-conversion-actions .button { margin-top: 0; }
.product-whatsapp-button { color: var(--white); background: #128c4a; }
.product-whatsapp-button:hover, .product-whatsapp-button:focus-visible { background: #0d713b; }
.product-detail-content-layout { margin-top: 68px; padding-top: 54px; border-top: 1px solid var(--line); }
.product-description { width: min(100%,920px); min-width: 0; margin-inline: auto; }
.product-about-image { margin: 30px 0 0; }
.article-body .product-about-image img { margin: 0; }
.product-latest-section { margin-top: 64px; padding-top: 54px; border-top: 1px solid var(--line); }
.product-page .product-aside { position: static; padding: 27px 24px; border: 0; border-radius: 8px; background: var(--soft); box-shadow: none; }
.product-page .product-aside h2 { font-size: 23px; }
.product-page .latest-product-list { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.product-page .latest-product-list a { min-width: 0; padding: 13px; border: 1px solid #d8e2e8; border-radius: 8px; background: var(--white); }

.product-aside-inquiry-jump { display: flex; width: calc(100% + 8px); min-height: 45px; align-items: center; justify-content: space-between; gap: 12px; margin: -7px -4px 22px; padding: 10px 13px; border: 0; border-radius: 8px; color: var(--white); background: var(--blue); font-size: 12px; font-weight: 850; text-decoration: none; cursor: pointer; }
.product-aside-inquiry-jump b { font-size: 16px; }
.product-aside-inquiry-jump:hover, .product-aside-inquiry-jump:focus-visible { background: var(--navy); }
.product-quick-inquiry { scroll-margin-top: 86px; padding: 70px 0; background: var(--soft); }
.quick-inquiry-card { display: grid; grid-template-columns: minmax(250px,.82fr) minmax(0,1.18fr); gap: 48px; align-items: start; padding: 38px 42px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.quick-inquiry-copy h2 { margin: 12px 0 0; color: var(--navy); font-size: clamp(28px,3vw,35px); line-height: 1.14; letter-spacing: -.035em; }
.quick-inquiry-copy p { margin: 15px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.quick-inquiry-form-shell fieldset { display: grid; grid-template-columns: 1fr; gap: 12px; min-width: 0; padding: 0; border: 0; }
.quick-inquiry-form-shell fieldset:disabled { opacity: .7; }
.quick-inquiry-field { position: relative; display: block; }
.quick-inquiry-field > span { display: block; margin-bottom: 7px; color: var(--navy); font-size: 11px; font-weight: 850; }
.quick-inquiry-field input, .quick-inquiry-field textarea { width: 100%; border: 1px solid #cbd7df; border-radius: 9px; color: var(--ink); background: #fbfcfd; outline: none; }
.quick-inquiry-field input { min-height: 48px; padding: 10px 12px; }
.quick-inquiry-field textarea { min-height: 92px; padding: 11px 12px 25px; resize: vertical; line-height: 1.5; }
.quick-inquiry-field input:focus, .quick-inquiry-field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,120,170,.12); }
.quick-message-field > small { position: absolute; right: 10px; bottom: 8px; color: var(--muted); font-size: 10px; }
.quick-inquiry-form-shell .button { min-width: 170px; min-height: 46px; justify-self: start; white-space: nowrap; cursor: pointer; }
.quick-inquiry-error { margin: 0; }
.quick-inquiry-success { display: flex; grid-column: 2; align-items: center; gap: 18px; }
.quick-inquiry-success h2 { margin: 0; color: var(--navy); font-size: 25px; }
.quick-inquiry-success p { margin: 6px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.product-inquiry-page .product-page-heading { padding: 13px 0; }
.product-inquiry-section { display: grid; min-height: calc(100svh - 114px); align-items: center; padding: 16px 0; background: var(--soft); }
.product-inquiry-shell { max-width: 900px; }
.product-inquiry-shell > [data-product-inquiry-shell], .product-inquiry-success { padding: 24px 30px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
.product-inquiry-shell h1 { margin: 8px 0 0; color: var(--navy); font-size: clamp(30px,4vw,38px); line-height: 1.08; letter-spacing: -.04em; }
.product-inquiry-intro { max-width: 720px; margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.inquiry-product-summary { display: grid; grid-template-columns: 90px minmax(0,1fr); gap: 15px; align-items: center; margin-top: 14px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--soft); text-decoration: none; }
.inquiry-product-summary img { width: 90px; height: 62px; border-radius: 7px; object-fit: cover; }
.inquiry-product-summary > span { display: grid; gap: 7px; }
.inquiry-product-summary small { color: var(--blue); font-size: 10px; font-style: normal; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.inquiry-product-summary strong { color: var(--navy); font-size: 16px; line-height: 1.25; }
.inquiry-product-summary em { color: var(--blue); font-size: 12px; font-style: normal; font-weight: 800; }
.product-inquiry-shell form { margin-top: 15px; }
.product-inquiry-shell fieldset { min-width: 0; padding: 0; border: 0; }
.product-inquiry-shell fieldset:disabled { opacity: .7; }
.inquiry-field { position: relative; display: block; }
.inquiry-field > span { display: block; margin-bottom: 6px; color: var(--navy); font-size: 12px; font-weight: 850; }
.inquiry-field > span b { color: #b42318; }
.inquiry-field textarea, .inquiry-field input { width: 100%; border: 1px solid #cbd7df; border-radius: 10px; color: var(--ink); background: #fbfcfd; outline: none; }
.inquiry-field textarea { min-height: 86px; padding: 11px 13px 28px; resize: vertical; line-height: 1.5; }
.inquiry-field input { min-height: 44px; padding: 9px 12px; }
.inquiry-field textarea:focus, .inquiry-field input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,120,170,.12); }
.inquiry-field > small { position: absolute; right: 12px; bottom: 9px; color: var(--muted); font-size: 10px; }
.inquiry-email-field { max-width: 480px; margin-top: 12px; }
.inquiry-privacy { max-width: 700px; margin: 9px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.inquiry-privacy a { color: var(--blue); }
.product-inquiry-submit { min-height: 44px; margin-top: 12px; cursor: pointer; }
.product-inquiry-success { display: grid; min-height: 420px; place-items: center; align-content: center; text-align: center; }
.product-inquiry-success p { max-width: 620px; margin: 16px auto 0; color: var(--muted); line-height: 1.7; }
.inquiry-success-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px; margin-top: 26px; }

.manufacturing-coming { position: relative; display: grid; min-height: calc(100svh - 70px); place-items: center; overflow: hidden; color: var(--white); background: radial-gradient(circle at 76% 18%, rgba(53,188,201,.18), transparent 28rem), linear-gradient(135deg, #061b2c 0%, #092d47 54%, #0a3b58 100%); }
.coming-shell { position: relative; z-index: 1; padding-block: 68px; }
.coming-shell h1 { max-width: 820px; margin: 22px 0 0; font-size: clamp(42px, 6vw, 76px); line-height: 1.02; letter-spacing: -.052em; }
.coming-shell p { max-width: 720px; margin: 26px 0 0; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.7; }
.coming-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px 18px; border: 1px solid transparent; border-radius: 9px; font-size: 13px; font-weight: 850; text-decoration: none; }
.button-primary { color: var(--navy-dark); background: var(--cyan); }
.button-outline { border-color: rgba(255,255,255,.25); color: var(--white); background: rgba(255,255,255,.05); }
.button-dark { color: var(--white); background: var(--navy); }

.contact-hero { padding: 64px 0 74px; color: var(--white); background: radial-gradient(circle at 78% 12%, rgba(57,187,200,.2), transparent 26rem), linear-gradient(135deg, var(--navy-dark), var(--navy-light)); }
.contact-hero .eyebrow { margin-top: 40px; color: #69d5de; }
.contact-hero h1 { margin: 14px 0 0; font-size: clamp(44px, 6vw, 72px); line-height: 1.05; letter-spacing: -.05em; }
.contact-hero > .container > p { max-width: 720px; margin: 20px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.contact-section { padding: 76px 0 88px; background: var(--soft); }
.contact-grid { display: grid; grid-template-columns: minmax(280px,.82fr) minmax(0,1.3fr); gap: 22px; align-items: stretch; }
.contact-details, .contact-form-card { border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.contact-details { padding: 38px; color: var(--white); background: linear-gradient(145deg, var(--navy), var(--navy-light)); }
.contact-form-card { display: flex; flex-direction: column; }
.contact-form-card > [data-contact-form-shell] { width: 100%; }
.contact-details .eyebrow { color: #69d5de; }
.contact-details h2, .contact-form-card h2 { margin: 14px 0 0; font-size: clamp(28px, 3vw, 38px); line-height: 1.12; letter-spacing: -.035em; }
.contact-details > p { margin: 18px 0 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.75; }
.contact-list { display: grid; gap: 0; margin: 36px 0 0; }
.contact-list > div { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.14); }
.contact-list dt { color: #69d5de; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.contact-list dd { margin: 8px 0 0; color: rgba(255,255,255,.88); font-size: 14px; font-weight: 700; line-height: 1.65; }
.contact-list a { text-decoration-color: rgba(105,213,222,.5); text-underline-offset: 4px; }
.contact-form-card { padding: 38px; }
.contact-form-card h2 { color: var(--navy); }
.form-intro { margin: 12px 0 26px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.honeypot { position: absolute; left: -9999px; }
.contact-form-card fieldset { min-width: 0; padding: 0; border: 0; }
.contact-form-card fieldset:disabled { opacity: .72; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.form-grid > label:not(.privacy-field) > span { display: block; margin-bottom: 7px; color: #3e5668; font-size: 11px; font-weight: 850; }
.form-grid input:not([type="checkbox"]), .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #ccd8df; border-radius: 9px; color: var(--ink); background: #fbfcfd; outline: none; }
.form-grid input:not([type="checkbox"]), .form-grid select { min-height: 48px; padding: 10px 12px; }
.form-grid textarea { min-height: 128px; padding: 12px; resize: vertical; line-height: 1.55; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,120,170,.12); }
.form-span { grid-column: 1 / -1; }
.privacy-field { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.privacy-field input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 2px; accent-color: var(--blue); }
.privacy-field a { color: var(--blue); font-weight: 750; text-underline-offset: 3px; }
.form-privacy-note { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.form-privacy-note a { color: var(--blue); font-weight: 750; text-underline-offset: 3px; }
.contact-submit { margin-top: 23px; cursor: pointer; }
.form-error { margin: 18px 0 0; color: #b42318; font-size: 12px; font-weight: 700; }
.contact-success { display: grid; flex: 1; width: 100%; min-height: 480px; place-items: center; align-content: center; padding: 45px 20px; text-align: center; }
.success-mark { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: var(--navy); background: rgba(57,187,200,.2); font-size: 27px; font-weight: 900; }
.contact-success h2 { max-width: 560px; margin-top: 18px; }
.contact-success p { max-width: 520px; margin: 12px auto 24px; color: var(--muted); line-height: 1.7; }

.listing-hero { padding: 70px 0 76px; color: var(--white); background: linear-gradient(135deg, var(--navy-dark), var(--navy-light)); }
.listing-hero .eyebrow { margin-top: 44px; color: #69d5de; }
.listing-hero h1 { margin: 14px 0 0; font-size: clamp(44px, 6vw, 72px); letter-spacing: -.05em; }
.listing-hero > .container > p { max-width: 720px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.7; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; min-width: 0; color: rgba(255,255,255,.65); font-size: 12px; }
.breadcrumbs a { color: inherit; text-decoration: none; }
.breadcrumbs span[aria-current] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.article-hero { position: relative; isolation: isolate; overflow: hidden; min-height: 430px; padding: 62px 0 50px; color: var(--white); background: var(--navy-dark); }
.article-hero-media, .article-hero-overlay { position: absolute; inset: 0; z-index: -2; }
.article-hero-media picture, .article-hero-media img { display: block; width: 100%; height: 100%; }
.article-hero-media img { object-fit: cover; object-position: center 48%; filter: saturate(.78); }
.article-hero-overlay { z-index: -1; background: linear-gradient(90deg, rgba(5,26,44,.96) 0%, rgba(5,26,44,.88) 48%, rgba(5,26,44,.58) 100%), linear-gradient(0deg, rgba(5,26,44,.28), rgba(5,26,44,.28)); }
.article-shell { position: relative; width: min(860px, calc(100% - 44px)); margin-inline: auto; }
.article-hero h1 { margin: 34px 0 0; font-size: clamp(38px, 5.3vw, 64px); line-height: 1.08; letter-spacing: -.045em; }
.article-deck { margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 24px; color: rgba(255,255,255,.55); font-size: 12px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(250px, 1fr); gap: 54px; align-items: start; padding-block: 58px 84px; }
.article-body { min-width: 0; font-size: 17px; line-height: 1.8; }
.article-body h2 { margin: 2.2em 0 .55em; color: var(--navy); font-size: clamp(27px, 3vw, 36px); line-height: 1.2; letter-spacing: -.03em; }
.article-body > h2:first-child { margin-top: 0; }
.article-body h3 { margin: 1.8em 0 .5em; color: var(--navy); font-size: 22px; }
.article-body a { color: var(--blue); }
.article-body img { width: 100%; height: auto; margin: 30px 0; border-radius: 12px; }
.article-body table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.article-body th, .article-body td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; }
.article-aside { position: sticky; top: 88px; display: grid; gap: 18px; }
.article-aside-card { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--soft); }
.article-aside h2 { margin: 11px 0 0; color: var(--navy); font-size: 24px; line-height: 1.2; }
.article-aside p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.latest-news-list { display: grid; margin-top: 14px; }
.latest-news-list a { display: grid; grid-template-columns: 68px minmax(0, 1fr); gap: 12px; align-items: center; padding: 13px 0; border-top: 1px solid var(--line); color: inherit; text-decoration: none; }
.latest-news-list img { width: 68px; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; background: #fff; }
.latest-news-list time { display: block; margin-bottom: 4px; color: var(--muted); font-size: 11px; }
.latest-news-list strong { display: -webkit-box; overflow: hidden; color: var(--navy); font-size: 13px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.latest-news-list a:hover strong { color: var(--blue); }
.insight-contact-actions { position: fixed; top: 50%; right: 18px; z-index: 120; display: grid; gap: 8px; padding: 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(5,26,44,.9); box-shadow: 0 18px 46px rgba(5,26,44,.28); transform: translateY(-50%); backdrop-filter: blur(10px); }
.insight-contact-actions a, .insight-contact-actions button { display: grid; width: 46px; height: 46px; place-items: center; padding: 0; border: 0; border-radius: 10px; color: var(--white); background: rgba(255,255,255,.08); text-decoration: none; cursor: pointer; transition: color 180ms ease, background 180ms ease, transform 180ms ease; }
.insight-contact-actions a:hover, .insight-contact-actions a:focus-visible, .insight-contact-actions button:hover, .insight-contact-actions button:focus-visible { color: var(--navy); background: var(--cyan); transform: translateX(-3px); }
.insight-contact-actions button[data-universal-enquiry] { color: var(--white); background: #d94824; box-shadow: 0 8px 22px rgba(217,72,36,.32); }
.insight-contact-actions button[data-universal-enquiry]:hover, .insight-contact-actions button[data-universal-enquiry]:focus-visible { color: var(--white); background: #b93619; }
.insight-contact-actions svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.category-action-label { display: none; }

.site-footer { padding: 22px 0; color: rgba(255,255,255,.62); background: var(--navy-dark); }
.footer-bottom, .footer-meta { display: flex; align-items: center; }
.footer-bottom { justify-content: space-between; gap: 16px 24px; font-size: 11px; }
.footer-meta a, .footer-meta button { padding: 0; border: 0; color: rgba(255,255,255,.68); background: none; font: inherit; text-decoration: none; cursor: pointer; }
.footer-meta a:hover, .footer-meta button:hover { color: var(--white); }
.footer-meta { justify-content: flex-end; flex-wrap: wrap; gap: 8px 16px; }

.analytics-consent-panel { position: fixed; right: 0; bottom: 0; left: 0; z-index: 200; display: flex; width: 100%; align-items: center; justify-content: center; gap: 28px; padding: 16px 58px 16px 22px; border-top: 1px solid rgba(255,255,255,.16); color: var(--white); background: rgba(0,0,0,.84); box-shadow: 0 -16px 48px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
.analytics-consent-copy { max-width: 760px; }
.analytics-consent-panel p { margin: 0; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.55; }
.analytics-consent-panel p a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.analytics-consent-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 9px; }
.analytics-consent-actions a, .analytics-consent-actions button { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 8px 14px; border: 1px solid rgba(255,255,255,.56); border-radius: 8px; color: var(--white); background: transparent; font-size: 12px; font-weight: 800; text-decoration: none; cursor: pointer; }
.analytics-consent-actions .consent-accept { border-color: var(--white); color: #111; background: var(--white); }
.analytics-consent-close { position: absolute; top: 50%; right: 18px; width: 34px; height: 34px; padding: 0; border: 0; border-radius: 50%; color: var(--white); background: rgba(255,255,255,.12); font-size: 22px; line-height: 1; transform: translateY(-50%); cursor: pointer; }

.product-taxonomy-overview { padding: 72px 0; background: var(--white); }
.taxonomy-card-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; }
.taxonomy-card { display: flex; min-width: 0; min-height: 330px; align-items: flex-start; flex-direction: column; padding: 24px 20px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(160deg, #fff, #f4f8fa); text-decoration: none; transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.taxonomy-card:hover, .taxonomy-card:focus-visible { border-color: rgba(22,120,170,.5); transform: translateY(-3px); box-shadow: var(--shadow); }
.taxonomy-card > span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.taxonomy-card h3 { margin: 18px 0 0; color: var(--navy); font-size: 20px; line-height: 1.25; letter-spacing: -.025em; }
.taxonomy-card p { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.taxonomy-card ul { display: grid; gap: 7px; width: 100%; margin: auto 0 0; padding: 20px 0 0; list-style: none; }
.taxonomy-card li { padding-top: 7px; border-top: 1px solid var(--line); color: var(--navy); font-size: 11px; font-weight: 750; line-height: 1.35; }
.product-catalogue-heading { margin-bottom: 26px; }
.product-catalogue-heading h2 { font-size: 36px; }

.category-listing-hero { padding-bottom: 64px; }
.taxonomy-detail-section { padding: 68px 0 82px; background: var(--soft); }
.taxonomy-detail-grid { display: grid; gap: 24px; }
.subcategory-panel { scroll-margin-top: 90px; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.subcategory-heading { display: flex; align-items: center; gap: 15px; margin-bottom: 22px; }
.subcategory-heading > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--navy); background: rgba(57,187,200,.2); font-size: 11px; font-weight: 900; }
.subcategory-heading h2 { margin: 0; color: var(--navy); font-size: clamp(26px,3vw,34px); letter-spacing: -.035em; }
.taxonomy-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.subcategory-empty { padding: 24px; border-radius: 12px; background: var(--soft); }
.subcategory-empty p { max-width: 760px; margin: 0 0 14px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.category-contact-band { padding: 58px 0; color: var(--white); background: var(--navy-dark); }
.category-contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.category-contact-inner .eyebrow { color: #69d5de; }
.category-contact-inner h2 { max-width: 760px; margin: 10px 0 0; font-size: clamp(28px,3.6vw,42px); line-height: 1.15; letter-spacing: -.04em; }

.moulds-hero { position: relative; height: calc(100svh - 70px); min-height: 0; isolation: isolate; overflow: hidden; color: var(--white); background: #061e34; }
.moulds-hero::before { position: absolute; inset: 0; z-index: 1; pointer-events: none; content: ""; background: linear-gradient(90deg, rgba(5,25,42,.98) 0%, rgba(5,28,47,.95) 34%, rgba(6,35,57,.77) 54%, rgba(7,40,63,.34) 76%, rgba(5,27,45,.18) 100%), linear-gradient(0deg, rgba(3,18,30,.34), rgba(3,18,30,.12)); }
.moulds-hero::after { position: absolute; inset: 0; z-index: 2; pointer-events: none; content: ""; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.moulds-hero-background { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.04); }
.moulds-hero-shell { position: relative; z-index: 3; display: grid; height: calc(100svh - 70px); min-height: 0; grid-template-rows: minmax(0,1fr) auto; gap: 22px; padding-block: 30px 24px; }
.moulds-hero-grid { display: flex; align-items: center; }
.moulds-hero-copy { width: min(650px,58%); }
.moulds-hero .breadcrumbs { margin-bottom: 24px; }
.moulds-hero .eyebrow { color: #69d5de; }
.moulds-hero h1 { max-width: 760px; margin: 14px 0 0; font-size: clamp(43px,5vw,66px); line-height: 1.01; letter-spacing: -.052em; }
.moulds-hero-copy > p { max-width: 700px; margin: 18px 0 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.58; }
.moulds-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.moulds-proof-list { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 20px 0 0; padding: 0; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 750; list-style: none; }
.moulds-proof-list li::before { margin-right: 8px; color: #69d5de; content: "✓"; }
.mould-scenario-nav { padding: 10px; border: 1px solid rgba(140,228,234,.22); border-radius: 18px; background: linear-gradient(145deg,rgba(4,28,45,.72),rgba(5,42,62,.5)); box-shadow: 0 18px 46px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.mould-scenario-nav > div { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 8px; }
.mould-scenario-nav a { position: relative; display: flex; min-width: 0; min-height: 46px; grid-column: span 2; align-items: center; justify-content: center; gap: 9px; padding: 9px 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; color: rgba(255,255,255,.92); background: linear-gradient(135deg,rgba(18,73,97,.92),rgba(8,48,70,.9)); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); font-size: 12px; font-weight: 800; line-height: 1.25; text-align: center; text-decoration: none; transition: transform 180ms ease,border-color 180ms ease,color 180ms ease,background 180ms ease,box-shadow 180ms ease; }
.mould-scenario-nav a::before { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: #69d5de; box-shadow: 0 0 0 4px rgba(105,213,222,.1); content: ""; }
.mould-scenario-nav a:nth-child(n+4) { grid-column: span 3; }
.mould-scenario-nav a:hover, .mould-scenario-nav a:focus-visible { border-color: rgba(105,213,222,.46); color: var(--white); background: linear-gradient(135deg,rgba(22,92,120,.96),rgba(10,58,81,.94)); box-shadow: 0 10px 26px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.1); transform: translateY(-2px); }
.moulds-categories { padding: 72px 0 76px; background: var(--soft); }
.moulds-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.moulds-section-heading h2 { max-width: 760px; margin: 11px 0 0; color: var(--navy); font-size: clamp(31px,4vw,46px); line-height: 1.1; letter-spacing: -.045em; }
.mould-category-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; }
.mould-category-card { position: relative; display: flex; min-width: 0; min-height: 310px; align-items: flex-start; flex-direction: column; padding: 24px 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: 0 12px 36px rgba(8,37,63,.06); text-decoration: none; transition: transform 180ms ease, border-color 180ms ease; }
.mould-category-card:nth-child(-n+2) { grid-column: span 3; }
.mould-category-card:nth-child(n+3) { grid-column: span 2; }
.mould-category-card:nth-child(n+6) { grid-column: span 3; }
.mould-category-card:hover, .mould-category-card:focus-visible { border-color: rgba(22,120,170,.52); transform: translateY(-3px); }
.mould-category-number { color: var(--cyan); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.mould-category-card h3 { max-width: 420px; margin: 18px 0 0; color: var(--navy); font-size: 24px; line-height: 1.18; letter-spacing: -.03em; }
.mould-category-card p { max-width: 470px; margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.mould-category-card ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 0; padding: 0; list-style: none; }
.mould-category-card li { padding: 6px 8px; border-radius: 6px; color: var(--navy); background: var(--soft); font-size: 10px; font-weight: 750; }
.mould-category-card b { margin-top: auto; padding-top: 18px; color: var(--blue); font-size: 12px; }
.moulds-section-heading > p, .mould-catalogue-heading > p { max-width: 440px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.mould-catalogue, .mould-products-section { padding: 74px 0 82px; background: var(--white); }
.mould-catalogue-heading { margin-bottom: 34px; }
.mould-catalogue-heading h2 { max-width: 760px; font-size: clamp(32px,4vw,48px); }
.mould-category-products { scroll-margin-top: 86px; padding: 34px 0; border-top: 1px solid var(--line); }
.mould-category-products:first-of-type { border-top: 0; }
.mould-category-products-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.mould-category-products-heading > div { display: flex; align-items: center; gap: 14px; }
.mould-category-products-heading span { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--navy); background: rgba(57,187,200,.2); font-size: 11px; font-weight: 900; }
.mould-category-products-heading h3 { margin: 0; color: var(--navy); font-size: clamp(25px,3vw,34px); letter-spacing: -.035em; }
.mould-category-products-heading h3 a { color: inherit; text-decoration: none; }
.mould-category-products-heading h3 a:hover, .mould-category-products-heading h3 a:focus-visible { color: var(--blue); }
.mould-products-grid { display: grid; grid-template-columns: repeat(var(--mould-columns,4),minmax(0,1fr)); gap: 16px; }
.mould-products-grid.mould-products-grid-3x2 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.mould-product-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 12px 34px rgba(8,37,63,.06); }
.mould-product-image { display: block; overflow: hidden; background: var(--soft); }
.mould-product-image img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; transition: transform 220ms ease; }
.mould-product-card:hover .mould-product-image img { transform: scale(1.025); }
.mould-product-card-body { display: flex; min-height: 190px; align-items: flex-start; flex: 1; flex-direction: column; padding: 17px 18px; }
.mould-product-card-body > span { color: var(--cyan-dark); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.mould-product-card h3 { margin: 9px 0 0; font-size: 20px; line-height: 1.14; letter-spacing: -.025em; }
.mould-product-card h3 a { color: var(--navy); text-decoration: none; }
.mould-product-card p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.42; }
.mould-product-actions { display: grid; width: 100%; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; padding-top: 16px; }
.mould-product-actions .button { min-height: 40px; padding: 8px 10px; font-size: 11px; cursor: pointer; }
.mould-details-button { border: 1px solid var(--line); color: var(--navy); background: var(--white); }
.mould-details-button:hover, .mould-details-button:focus-visible { border-color: var(--blue); color: var(--blue); }
.mould-category-scope { max-width: 920px; padding: 38px; border: 1px solid var(--line); border-radius: 16px; background: var(--soft); }
.mould-category-scope h2 { margin: 11px 0 0; color: var(--navy); font-size: clamp(28px,3vw,40px); letter-spacing: -.04em; }
.mould-category-scope p { max-width: 800px; margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.mould-category-scope ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; }
.mould-category-scope li { padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; color: var(--navy); background: var(--white); font-size: 11px; font-weight: 800; }
.mould-process, .mould-quality, .mould-capability { padding: 76px 0 82px; background: var(--soft); }
.mould-process-grid { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.mould-process-grid li { min-height: 170px; padding: 20px 16px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.mould-process-grid span { display: block; color: var(--cyan-dark); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.mould-process-grid strong { display: block; margin-top: 34px; color: var(--navy); font-size: 14px; line-height: 1.45; }
.mould-configurations, .mould-project-reference, .mould-faq { padding: 76px 0 82px; background: var(--white); }
.mould-configuration-layout { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: 54px; align-items: start; }
.mould-configuration-intro h2, .mould-capability h2, .mould-faq h2 { margin: 12px 0 0; color: var(--navy); font-size: clamp(32px,4vw,48px); line-height: 1.08; letter-spacing: -.045em; }
.mould-configuration-intro p, .mould-capability p { margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.mould-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; }
.mould-table-wrap table { width: 100%; border-collapse: collapse; min-width: 650px; }
.mould-table-wrap th, .mould-table-wrap td { padding: 17px 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.55; text-align: left; vertical-align: top; }
.mould-table-wrap thead th { color: var(--navy); background: var(--soft); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.mould-table-wrap tbody th { color: var(--navy); font-size: 13px; }
.mould-table-wrap tr:last-child th, .mould-table-wrap tr:last-child td { border-bottom: 0; }
.mould-quality-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.mould-quality-grid article { display: grid; grid-template-columns: 180px minmax(0,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.mould-quality-grid img { width: 100%; height: 100%; min-height: 150px; object-fit: cover; }
.mould-quality-grid article div { padding: 22px 20px; }
.mould-quality-grid strong, .mould-quality-grid span { display: block; }
.mould-quality-grid strong { color: var(--navy); font-size: 16px; }
.mould-quality-grid span { margin-top: 10px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.mould-reference-card { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 18px 50px rgba(8,37,63,.08); }
.mould-reference-card > img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.mould-reference-card > div { padding: clamp(30px,5vw,62px); }
.mould-reference-card h2 { margin: 12px 0 0; color: var(--navy); font-size: clamp(30px,3.5vw,44px); line-height: 1.1; letter-spacing: -.04em; }
.mould-reference-card p { margin: 18px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.72; }
.mould-capability { color: var(--white); background: var(--navy-dark); }
.mould-capability .eyebrow { color: #69d5de; }
.mould-capability h2 { color: var(--white); }
.mould-capability p { color: rgba(255,255,255,.65); }
.mould-capability-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 70px; align-items: center; }
.mould-capability ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.mould-capability li { padding: 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; color: rgba(255,255,255,.82); background: rgba(255,255,255,.05); font-size: 12px; font-weight: 750; line-height: 1.45; }
.mould-faq-layout { display: grid; grid-template-columns: minmax(240px,.65fr) minmax(0,1.35fr); gap: 65px; align-items: start; }
.mould-faq-list { border-top: 1px solid var(--line); }
.mould-faq-list details { border-bottom: 1px solid var(--line); }
.mould-faq-list summary { padding: 20px 34px 20px 0; color: var(--navy); font-size: 14px; font-weight: 850; line-height: 1.45; cursor: pointer; }
.mould-faq-list p { max-width: 760px; margin: -4px 0 20px; color: var(--muted); font-size: 13px; line-height: 1.72; }
.moulds-landing .button-primary, .mould-products-section .button-primary, .category-contact-band .button-primary { color: var(--white); background: var(--blue); }
.moulds-landing .button-primary:hover, .moulds-landing .button-primary:focus-visible, .mould-products-section .button-primary:hover, .mould-products-section .button-primary:focus-visible, .category-contact-band .button-primary:hover, .category-contact-band .button-primary:focus-visible { background: var(--navy); }
.mould-product-hero { padding: 28px 0 70px; color: var(--white); background: linear-gradient(135deg,#061b2c,#0b405d); }
.mould-product-hero .breadcrumbs { margin-bottom: 44px; }
.mould-product-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.78fr); gap: clamp(40px,6vw,82px); align-items: center; }
.mould-product-hero .eyebrow { color: #69d5de; }
.mould-product-hero h1 { max-width: 760px; margin: 16px 0 0; font-size: clamp(42px,5vw,66px); line-height: 1.04; letter-spacing: -.05em; }
.mould-product-hero p { max-width: 690px; margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.7; }
.mould-product-hero .button { margin-top: 28px; }
.mould-product-hero figure { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(255,255,255,.06); }
.mould-product-hero figure img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; }
.mould-product-hero figcaption { padding: 10px 13px; color: rgba(255,255,255,.56); font-size: 10px; }
.mould-product-content { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; padding-block: 68px 82px; }
.mould-product-content section { padding: 30px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.mould-product-content h2 { margin: 10px 0 0; color: var(--navy); font-size: 30px; line-height: 1.16; letter-spacing: -.035em; }
.mould-product-content p, .mould-product-content li { color: var(--muted); font-size: 14px; line-height: 1.75; }
.mould-product-content ul { display: grid; gap: 8px; margin: 20px 0 0; padding-left: 20px; }
.mould-product-content .mould-boundary { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 12px; }
.mould-enquiry { padding: 64px 0; color: var(--white); background: var(--navy-dark); }
.mould-enquiry-shell { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); gap: 48px; align-items: start; padding: 38px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(57,187,200,.03)); }
.mould-enquiry .eyebrow { color: #69d5de; }
.mould-enquiry h2 { margin: 12px 0 0; font-size: clamp(30px,3.6vw,44px); line-height: 1.12; letter-spacing: -.04em; }
.mould-enquiry-copy p { margin: 17px 0 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.7; }
.mould-enquiry fieldset { display: grid; grid-template-columns: 1fr; gap: 11px; padding: 0; border: 0; }
.mould-enquiry label > span { display: block; margin-bottom: 6px; color: rgba(255,255,255,.82); font-size: 11px; font-weight: 800; }
.mould-enquiry input[type="email"], .mould-enquiry textarea { width: 100%; border: 1px solid rgba(255,255,255,.24); border-radius: 9px; color: var(--white); background: rgba(255,255,255,.07); outline: none; }
.mould-enquiry input[type="email"] { min-height: 45px; padding: 9px 12px; }
.mould-enquiry textarea { min-height: 96px; padding: 11px 12px; resize: vertical; }
.mould-enquiry input::placeholder, .mould-enquiry textarea::placeholder { color: rgba(255,255,255,.42); }
.mould-enquiry input:focus, .mould-enquiry textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(57,187,200,.14); }
.mould-enquiry .privacy-field { color: rgba(255,255,255,.62); font-size: 10px; }
.mould-enquiry .privacy-field span { color: inherit; font-weight: 500; }
.mould-enquiry .privacy-field a { color: #8ce4ea; }
.mould-enquiry .form-error { margin: 0; color: #ffb4ab; }
.mould-enquiry .button { justify-self: start; cursor: pointer; }
.mould-enquiry-success { display: flex; align-items: center; gap: 18px; }
.mould-enquiry-success h2 { margin: 0; font-size: 28px; }
.mould-enquiry-success p { margin: 7px 0 0; color: rgba(255,255,255,.66); font-size: 13px; }
.mould-enquiry-cta .mould-enquiry-shell { align-items: center; }
.mould-enquiry-cta .mould-enquiry-shell { grid-template-columns: minmax(0,1fr) auto; gap: 24px; }
.mould-enquiry-cta .mould-enquiry-copy { max-width: 900px; }
.mould-enquiry-cta .mould-enquiry-copy h2 { max-width: 860px; }
.mould-enquiry-cta .mould-enquiry-shell > .button { justify-self: end; }
.product-gallery-note { margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.universal-enquiry-modal { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 22px; }
.universal-enquiry-modal[hidden] { display: none; }
.universal-enquiry-backdrop { position: absolute; inset: 0; border: 0; background: rgba(3,17,28,.76); backdrop-filter: blur(7px); cursor: pointer; }
.universal-enquiry-dialog { position: relative; z-index: 1; width: min(620px,100%); max-height: calc(100svh - 44px); padding: 34px; overflow-y: auto; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.34); }
.universal-enquiry-close { position: absolute; top: 14px; right: 14px; display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--navy); background: var(--soft); font-size: 24px; cursor: pointer; }
.universal-enquiry-dialog h2 { margin: 10px 42px 0 0; color: var(--navy); font-size: clamp(31px,5vw,42px); line-height: 1.08; letter-spacing: -.04em; }
.universal-enquiry-context { margin: 13px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.universal-enquiry-context strong { color: var(--navy); }
.universal-enquiry-dialog form { margin-top: 22px; }
.universal-enquiry-dialog fieldset { display: grid; gap: 13px; padding: 0; border: 0; }
.universal-enquiry-dialog label > span { display: block; margin-bottom: 6px; color: var(--navy); font-size: 11px; font-weight: 850; }
.universal-enquiry-dialog input[type="text"], .universal-enquiry-dialog input[type="email"], .universal-enquiry-dialog textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; color: var(--navy); background: var(--white); outline: none; }
.universal-enquiry-dialog input[type="text"], .universal-enquiry-dialog input[type="email"] { min-height: 45px; padding: 9px 12px; }
.universal-enquiry-dialog textarea { min-height: 120px; padding: 11px 12px; resize: vertical; }
.universal-enquiry-dialog input:focus, .universal-enquiry-dialog textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,120,170,.12); }
.universal-enquiry-privacy { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.universal-enquiry-privacy a { color: var(--blue); }
.universal-enquiry-dialog fieldset > .button { justify-self: start; cursor: pointer; }
.universal-enquiry-dialog .privacy-field > span { margin: 0; color: var(--muted); font-size: 10px; font-weight: 500; }
.universal-enquiry-success { min-height: 360px; place-items: center; align-content: center; text-align: center; }
.universal-enquiry-success h2 { margin-right: 0; }
.universal-enquiry-success p { max-width: 440px; margin: 13px auto 22px; color: var(--muted); line-height: 1.65; }
body.has-enquiry-modal { overflow: hidden; }
:focus-visible { outline: 3px solid rgba(57,187,200,.55); outline-offset: 3px; }

/* Wall panel mould advertising landing page */
.wall-panel-lp { overflow: hidden; background: var(--white); }
.wall-lp-hero { position: relative; isolation: isolate; height: calc(100svh - 70px); min-height: 610px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 82% 18%,rgba(57,187,200,.22),transparent 26%),linear-gradient(135deg,#061e34,#0b3855 56%,#0d4b68); }
.wall-lp-hero-background { position: absolute; inset-block: 0; right: 0; z-index: 0; width: 72%; height: 100%; object-fit: cover; object-position: right center; -webkit-mask-image: linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 13%,#000 38%); mask-image: linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 13%,#000 38%); }
.wall-lp-hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg,rgba(6,30,52,1) 0%,rgba(7,36,59,.97) 31%,rgba(9,47,74,.7) 49%,rgba(11,56,85,.2) 70%,rgba(13,75,104,0) 100%); }
.wall-lp-hero-shell { position: relative; z-index: 2; display: flex; height: 100%; min-height: 610px; align-items: center; padding-block: 48px 60px; }
.wall-lp-hero-copy { width: min(610px,51%); }
.wall-lp-hero-copy .eyebrow,.wall-lp-final .eyebrow,.wall-lp-inputs .eyebrow,.wall-lp-capability .eyebrow { color: #75dce4; }
.wall-lp-hero h1 { max-width: 720px; margin: 18px 0 0; font-size: clamp(43px,5.2vw,68px); line-height: 1.02; letter-spacing: -.052em; }
.wall-lp-hero-copy > p { max-width: 670px; margin: 22px 0 0; color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.7; }
.wall-lp-scope-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.wall-lp-scope-list li { padding: 8px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.82); background: rgba(255,255,255,.06); font-size: 11px; font-weight: 750; }
.wall-lp-hero-copy .button { margin-top: 28px; }
.wall-lp-hero-copy > small { display: block; max-width: 590px; margin-top: 12px; color: rgba(255,255,255,.51); font-size: 10px; line-height: 1.5; }
.wall-panel-lp .button-primary,body[data-product-slug="wall-panel-moulds"] .universal-enquiry-dialog .button-primary,body[data-product-slug="drainage-channel-moulds"] .universal-enquiry-dialog .button-primary { color: var(--white); background: #d94824; box-shadow: 0 12px 28px rgba(217,72,36,.26); }
.wall-panel-lp .button-primary:hover,.wall-panel-lp .button-primary:focus-visible,body[data-product-slug="wall-panel-moulds"] .universal-enquiry-dialog .button-primary:hover,body[data-product-slug="wall-panel-moulds"] .universal-enquiry-dialog .button-primary:focus-visible,body[data-product-slug="drainage-channel-moulds"] .universal-enquiry-dialog .button-primary:hover,body[data-product-slug="drainage-channel-moulds"] .universal-enquiry-dialog .button-primary:focus-visible { color: var(--white); background: #b93619; }
.wall-lp-proof { border-bottom: 1px solid var(--line); background: var(--white); }
.wall-lp-proof-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.wall-lp-proof p { display: grid; gap: 7px; margin: 0; padding: 25px 28px; border-left: 1px solid var(--line); }
.wall-lp-proof p:last-child { border-right: 1px solid var(--line); }
.wall-lp-proof strong { color: var(--navy); font-size: 14px; }
.wall-lp-proof span { color: var(--muted); font-size: 11px; line-height: 1.55; }
.wall-lp-section { padding: 84px 0; }
.wall-lp-section-soft { background: var(--soft); }
.wall-lp-heading { max-width: 820px; }
.wall-lp-heading h2,.wall-lp-inputs h2,.wall-lp-capability h2,.wall-lp-final h2 { margin: 13px 0 0; color: var(--navy); font-size: clamp(33px,4vw,48px); line-height: 1.08; letter-spacing: -.043em; }
.wall-lp-heading > p { max-width: 720px; margin: 18px 0 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.wall-lp-fit-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; margin-top: 38px; }
.wall-lp-fit-grid article { min-height: 230px; padding: 25px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 12px 32px rgba(8,37,63,.06); }
.wall-lp-fit-grid article > span,.wall-lp-process li > span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.wall-lp-fit-grid h3,.wall-lp-config-grid h3,.wall-lp-process h3 { margin: 30px 0 0; color: var(--navy); font-size: 21px; line-height: 1.2; letter-spacing: -.025em; }
.wall-lp-fit-grid p,.wall-lp-config-grid p,.wall-lp-config-grid li,.wall-lp-process p { color: var(--muted); font-size: 13px; line-height: 1.68; }
.wall-lp-image-card-grid article { min-height: 0; overflow: hidden; padding: 0; }
.wall-lp-image-card-grid h3 { margin: 0; }
.wall-lp-image-card-grid p { margin: 10px 0 0; }
.wall-lp-image-card-copy { padding: 22px 24px 24px; }
.wall-lp-reasons-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 38px; }
.wall-lp-reasons-grid article { min-height: 210px; padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 12px 32px rgba(8,37,63,.06); }
.wall-lp-reasons-grid article > span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.wall-lp-reasons-grid h3 { margin: 30px 0 0; color: var(--navy); font-size: 21px; line-height: 1.2; }
.wall-lp-reasons-grid p { color: var(--muted); font-size: 13px; line-height: 1.68; }
.wall-lp-selection { padding: 76px 0; background: var(--navy); }
.wall-lp-selection .eyebrow { color: #75dce4; }
.wall-lp-selection .wall-lp-heading h2 { color: var(--white); }
.wall-lp-selection .wall-lp-heading > p { color: rgba(255,255,255,.66); }
.wall-lp-selection-table { margin-top: 34px; overflow-x: auto; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.045); }
.wall-lp-selection-table table { width: 100%; min-width: 760px; border-collapse: collapse; }
.wall-lp-selection-table th,.wall-lp-selection-table td { padding: 17px 20px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.55; text-align: left; vertical-align: top; }
.wall-lp-selection-table thead th { color: #8ce4ea; background: rgba(255,255,255,.055); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.wall-lp-selection-table tbody th { width: 19%; color: var(--white); font-size: 13px; }
.wall-lp-selection-table tr:last-child th,.wall-lp-selection-table tr:last-child td { border-bottom: 0; }
.wall-lp-term-note { margin: 18px 0 0; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.65; }
.wall-lp-term-note strong { color: rgba(255,255,255,.86); }
.wall-lp-config-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 38px; }
.wall-lp-config-grid article { padding: 29px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.wall-lp-config-grid h3 { margin-top: 0; font-size: 24px; }
.wall-lp-config-grid strong { display: block; margin-top: 23px; color: var(--navy); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.wall-lp-config-grid ul { display: grid; gap: 8px; margin: 13px 0 0; padding-left: 18px; }
.wall-lp-boundary { margin: 22px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.wall-lp-evidence-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 38px; }
.wall-lp-component-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.wall-lp-systems-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.wall-lp-evidence-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: 0 12px 32px rgba(8,37,63,.06); }
.wall-lp-media-16x9 { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: var(--navy-dark); }
.wall-lp-media-16x9 img { display: block; width: 100%; height: 100%; object-fit: cover; }
.wall-lp-media-placeholder { display: flex; min-height: 0; align-items: center; justify-content: center; flex-direction: column; gap: 9px; padding: 24px; color: rgba(255,255,255,.68); background: radial-gradient(circle at 70% 20%,rgba(57,187,200,.18),transparent 25%),linear-gradient(145deg,#0b3652,#061b2c); text-align: center; }
.wall-lp-media-placeholder > span { color: #75dce4; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.wall-lp-media-placeholder > strong { color: var(--white); font-size: clamp(17px,2.2vw,24px); line-height: 1.2; }
.wall-lp-media-placeholder > code { max-width: 100%; overflow-wrap: anywhere; color: rgba(255,255,255,.48); font-family: inherit; font-size: 10px; }
.wall-lp-reference-media > span { position: absolute; right: 10px; bottom: 10px; z-index: 1; padding: 6px 9px; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; color: #fff; background: rgba(6,27,44,.82); font-size: 9px; font-weight: 900; letter-spacing: .1em; line-height: 1; }
.wall-lp-reference-diagram { background: #fff; }
.wall-lp-reference-diagram img { object-fit: contain; }
.wall-lp-evidence-grid figcaption { display: grid; gap: 7px; padding: 18px 20px 20px; }
.wall-lp-evidence-grid figcaption strong { color: var(--navy); font-size: 14px; }
.wall-lp-evidence-grid figcaption span { color: var(--muted); font-size: 11px; line-height: 1.55; }
.wall-lp-evidence-grid figcaption ul { display: grid; gap: 7px; margin: 4px 0 0; padding-left: 17px; color: var(--navy); font-size: 11px; line-height: 1.5; }
.wall-lp-evidence-grid figcaption small,
.wall-lp-capability figcaption small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.wall-lp-evidence-grid figcaption small a,
.wall-lp-capability figcaption small a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.wall-lp-component-detail { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 34px; align-items: center; margin-top: 24px; padding: clamp(24px,4vw,42px); border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 12px 32px rgba(8,37,63,.06); }
.wall-lp-component-detail-copy h3 { margin: 8px 0 10px; color: var(--navy); font-size: clamp(23px,2.5vw,34px); line-height: 1.12; }
.wall-lp-component-detail-copy > p { max-width: 680px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.wall-lp-component-detail-copy ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.wall-lp-component-detail-copy li { display: grid; gap: 4px; padding: 14px; border-radius: 12px; background: var(--surface); }
.wall-lp-component-detail-copy li strong { color: var(--navy); font-size: 12px; }
.wall-lp-component-detail-copy li span { color: var(--muted); font-size: 10px; line-height: 1.45; }
.wall-lp-component-detail figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.wall-lp-component-detail figcaption { display: grid; gap: 6px; padding: 15px 17px 17px; }
.wall-lp-component-detail figcaption strong { color: var(--navy); font-size: 13px; }
.wall-lp-component-detail figcaption span { color: var(--muted); font-size: 10px; line-height: 1.55; }
.wall-lp-component-detail figcaption small { color: var(--muted); font-size: 9px; }
.wall-lp-component-detail figcaption a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.drainage-operation-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 38px; }
.drainage-operation-grid article { display: flex; min-height: 390px; flex-direction: column; padding: 28px 26px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 12px 32px rgba(8,37,63,.06); }
.drainage-operation-grid article > span { color: var(--cyan-dark); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.drainage-operation-grid h3 { margin: 22px 0 10px; color: var(--navy); font-size: 23px; line-height: 1.15; }
.drainage-operation-grid article > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.drainage-operation-grid dl { display: grid; gap: 16px; margin: auto 0 0; padding-top: 26px; }
.drainage-operation-grid dl > div { padding-top: 14px; border-top: 1px solid var(--line); }
.drainage-operation-grid dt { color: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.drainage-operation-grid dd { margin: 6px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.drainage-opening-example,.drainage-variant-review { display: grid; grid-template-columns: minmax(320px,.9fr) minmax(0,1.1fr); gap: clamp(28px,5vw,62px); align-items: center; margin-top: 28px; padding: clamp(24px,4vw,42px); border-radius: 18px; }
.drainage-opening-example { color: var(--white); background: var(--navy-dark); }
.drainage-variant-review { grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); border: 1px solid var(--line); background: var(--surface); }
.drainage-opening-example figure,.drainage-variant-review figure { margin: 0; overflow: hidden; border-radius: 14px; background: var(--white); }
.drainage-opening-example figcaption,.drainage-variant-review figcaption { display: grid; gap: 5px; padding: 12px 15px 14px; }
.drainage-opening-example figcaption { background: var(--white); }
.drainage-opening-example figcaption small,.drainage-variant-review figcaption small { color: var(--muted); font-size: 9px; }
.drainage-opening-example figcaption a,.drainage-variant-review figcaption a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.drainage-opening-example h3,.drainage-variant-review h3 { margin: 8px 0 12px; font-size: clamp(25px,3vw,38px); line-height: 1.12; }
.drainage-opening-example h3 { color: var(--white); }
.drainage-variant-review h3 { color: var(--navy); }
.drainage-opening-example p,.drainage-variant-review p { margin: 0; font-size: 13px; line-height: 1.7; }
.drainage-opening-example p { color: rgba(255,255,255,.7); }
.drainage-variant-review p { color: var(--muted); }
.drainage-opening-example ul,.drainage-variant-review ul { display: grid; gap: 8px; margin: 20px 0 0; padding-left: 18px; font-size: 11px; line-height: 1.55; }
.drainage-opening-example ul { color: rgba(255,255,255,.85); }
.drainage-variant-review ul { color: var(--navy); }
.drainage-variant-review figcaption strong { color: var(--navy); font-size: 12px; }
.drainage-variant-review figcaption span { color: var(--muted); font-size: 10px; line-height: 1.5; }
.wall-lp-components { padding-top: 0; }
.wall-lp-components-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-top: 34px; }
.wall-lp-components-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 10px 26px rgba(8,37,63,.055); }
.wall-lp-components-grid figcaption { display: grid; gap: 7px; padding: 16px 17px 18px; }
.wall-lp-components-grid strong { color: var(--navy); font-size: 13px; line-height: 1.35; }
.wall-lp-components-grid span { color: var(--muted); font-size: 10px; line-height: 1.55; }
.wall-lp-application-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.wall-lp-application-list li { padding: 8px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.78); background: rgba(255,255,255,.055); font-size: 10px; font-weight: 750; }
.wall-lp-inputs { padding: 82px 0; color: var(--white); background: linear-gradient(135deg,#061b2c,#0a3a57); }
.wall-lp-inputs-grid { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(42px,7vw,90px); align-items: start; }
.wall-lp-inputs h2,.wall-lp-capability h2,.wall-lp-final h2 { color: var(--white); }
.wall-lp-inputs-grid > div > p { margin: 18px 0 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.72; }
.wall-lp-inputs-grid > div > .wall-lp-low-friction { padding-left: 15px; border-left: 3px solid var(--cyan); color: rgba(255,255,255,.78); font-size: 12px; }
.wall-lp-inputs .wall-lp-media-16x9 { margin-top: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; }
.wall-lp-inputs .button { margin-top: 26px; }
.wall-lp-drawing-contact { font-size: 11px !important; }
.wall-lp-drawing-contact a { color: #8ce4ea; font-weight: 800; }
.wall-lp-message-template { display: grid; gap: 10px; margin-top: 22px; padding: 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; background: rgba(255,255,255,.05); }
.wall-lp-message-template strong { color: rgba(255,255,255,.82); font-size: 11px; }
.wall-lp-message-template code { color: rgba(255,255,255,.55); font-family: inherit; font-size: 10px; line-height: 1.65; }
.wall-lp-input-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.wall-lp-input-list li { min-height: 128px; padding: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: rgba(255,255,255,.055); }
.wall-lp-input-list strong,.wall-lp-input-list span { display: block; }
.wall-lp-input-list strong { font-size: 14px; }
.wall-lp-input-list span { margin-top: 9px; color: rgba(255,255,255,.61); font-size: 11px; line-height: 1.58; }
.wall-lp-process { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin: 38px 0 0; padding: 0; counter-reset: none; list-style: none; }
.wall-lp-process-three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.wall-lp-subheading { margin-top: 72px; }
.wall-lp-process li { position: relative; min-height: 220px; padding: 25px; border-top: 3px solid var(--cyan); background: var(--soft); }
.wall-lp-process h3 { margin-top: 32px; font-size: 19px; }
.wall-lp-inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 20px; padding: 24px 26px; border-radius: 14px; color: var(--white); background: var(--navy); }
.wall-lp-inline-cta > div { display: grid; gap: 6px; }
.wall-lp-inline-cta strong { font-size: 16px; }
.wall-lp-inline-cta span { color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.5; }
.wall-lp-inline-cta .button { flex: 0 0 auto; }
.wall-lp-capability { padding: 80px 0; color: var(--white); background: var(--navy-dark); }
.wall-lp-capability-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.95fr); gap: clamp(40px,6vw,76px); align-items: center; }
.wall-lp-capability figure { position: relative; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; border-radius: 16px; }
.wall-lp-capability img { width: 100%; height: 100%; object-fit: cover; }
.wall-lp-capability figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 24px 16px 12px; color: rgba(255,255,255,.74); background: linear-gradient(transparent,rgba(3,18,30,.88)); font-size: 10px; line-height: 1.5; }
.wall-lp-capability p { margin: 18px 0 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.72; }
.column-beam-detail-figure { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.055); }
.column-beam-detail-figure figcaption { padding: 14px 17px 16px; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.55; }
.column-beam-detail-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px 18px; margin: 18px 0 0; padding: 0; list-style: none; }
.column-beam-detail-list li { position: relative; padding-left: 16px; color: rgba(255,255,255,.75); font-size: 11px; line-height: 1.55; }
.column-beam-detail-list li::before { position: absolute; top: .62em; left: 0; width: 6px; height: 6px; border-radius: 999px; background: var(--cyan); content: ""; }
.wall-lp-faq-shell { display: grid; grid-template-columns: minmax(260px,.68fr) minmax(0,1.32fr); gap: clamp(42px,7vw,90px); align-items: start; }
.wall-lp-faq { display: grid; gap: 10px; }
.wall-lp-faq details { padding: 0 21px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.wall-lp-faq summary { padding: 20px 28px 20px 0; color: var(--navy); font-size: 14px; font-weight: 850; line-height: 1.4; cursor: pointer; }
.wall-lp-faq details p { margin: 0; padding: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.wall-lp-final { padding: 68px 0; color: var(--white); background: var(--navy-dark); }
.wall-lp-final-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 42px; align-items: center; padding: 40px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: linear-gradient(145deg,rgba(255,255,255,.08),rgba(57,187,200,.035)); }
.wall-lp-final h2 { max-width: 760px; }
.wall-lp-final p { max-width: 780px; margin: 17px 0 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.7; }
.wall-lp-final .button { min-width: 250px; }

/* Drainage channel conversion landing page */
.drainage-channel-lp .wall-lp-section { padding-block: 72px; }
.drainage-channel-lp .wall-lp-heading { max-width: 760px; }
.drainage-channel-lp .wall-lp-heading > p { max-width: 680px; }
.drainage-product-grid { margin-top: 32px; }
.drainage-product-grid figure { box-shadow: 0 16px 38px rgba(8,37,63,.08); }
.drainage-product-grid figcaption { min-height: 132px; }
.drainage-detail-note { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 20px; padding: 22px 24px; border: 1px solid rgba(8,37,63,.1); border-radius: 14px; background: var(--soft); }
.drainage-detail-note > div { display: grid; gap: 6px; }
.drainage-detail-note strong { color: var(--navy); font-size: 15px; }
.drainage-detail-note span { color: var(--muted); font-size: 11px; line-height: 1.55; }
.drainage-detail-note .button { flex: 0 0 auto; }
.drainage-enquiry { padding-block: 68px; }
.drainage-enquiry .wall-lp-inputs-grid { align-items: center; }
.drainage-input-list li { min-height: 104px; }
.drainage-choice-layout { display: grid; grid-template-columns: minmax(340px,.95fr) minmax(0,1.05fr); gap: clamp(32px,5vw,64px); align-items: center; margin-top: 34px; }
.drainage-choice-layout figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: 0 16px 38px rgba(8,37,63,.08); }
.drainage-choice-layout figcaption { display: grid; gap: 6px; padding: 14px 17px 16px; }
.drainage-choice-layout figcaption span { color: var(--navy); font-size: 11px; line-height: 1.55; }
.drainage-choice-layout figcaption small { color: var(--muted); font-size: 9px; }
.drainage-choice-layout figcaption a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.drainage-choice-list { display: grid; gap: 10px; }
.drainage-choice-list article { display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 20px; align-items: start; padding: 18px 20px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.drainage-choice-list article > span { padding-top: 3px; color: var(--cyan-dark); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.drainage-choice-list h3 { margin: 0; color: var(--navy); font-size: 17px; }
.drainage-choice-list article p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.drainage-choice-note { margin: 2px 0 0; padding: 16px 18px; border-left: 3px solid var(--cyan); color: var(--muted); background: var(--soft); font-size: 11px; line-height: 1.6; }
.drainage-choice-note strong { color: var(--navy); }
.drainage-realjet-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 32px; }
.drainage-realjet-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 12px 30px rgba(8,37,63,.06); }
.drainage-realjet-grid article > div:last-child { padding: 18px 20px 21px; }
.drainage-realjet-grid article > div:last-child > span { color: var(--cyan-dark); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.drainage-realjet-grid h3 { margin: 10px 0 0; color: var(--navy); font-size: 18px; }
.drainage-realjet-grid p { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.drainage-next-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(360px,1.15fr); gap: clamp(42px,7vw,90px); align-items: start; }
.drainage-next .wall-lp-heading .button { margin-top: 24px; }
.drainage-next-steps { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.drainage-next-steps li { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 18px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.drainage-next-steps li > span { color: var(--cyan-dark); font-size: 12px; font-weight: 900; }
.drainage-next-steps strong { color: var(--navy); font-size: 15px; }
.drainage-next-steps p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.drainage-faq .wall-lp-faq details:nth-child(n+5) { display: none; }

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .insight-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .product-grid-home { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .product-listing-layout, .product-detail-content-layout { grid-template-columns: 1fr; }
  .product-aside { position: static; }
  .quick-inquiry-card { grid-template-columns: 1fr; gap: 28px; }
  .quick-inquiry-success { grid-column: 1; }
  .taxonomy-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .taxonomy-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .moulds-hero-copy { width: min(650px,68%); }
  .mould-process-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .mould-configuration-layout, .mould-capability-layout, .mould-faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .mould-reference-card { grid-template-columns: 1fr; }
  .mould-reference-card > img { min-height: 320px; }
  .mould-product-hero-grid, .mould-product-content { grid-template-columns: 1fr; }
  .mould-enquiry-shell { grid-template-columns: 1fr; gap: 28px; }
  .wall-lp-inputs-grid,.wall-lp-capability-grid,.wall-lp-faq-shell { grid-template-columns: 1fr; }
  .wall-lp-hero-background { width: 78%; }
  .wall-lp-hero-copy { width: 60%; }
  .wall-lp-fit-grid,.wall-lp-process { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wall-lp-reasons-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wall-lp-config-grid { grid-template-columns: 1fr; }
  .wall-lp-evidence-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wall-lp-component-detail { grid-template-columns: 1fr; }
  .drainage-operation-grid { grid-template-columns: 1fr; }
  .drainage-operation-grid article { min-height: 0; }
  .drainage-operation-grid dl { margin-top: 24px; }
  .drainage-opening-example,.drainage-variant-review { grid-template-columns: 1fr; }
  .wall-lp-components-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wall-lp-final-card { grid-template-columns: 1fr; }
  .wall-lp-final .button { justify-self: start; }
  .wall-lp-inline-cta { align-items: flex-start; flex-direction: column; }
  .drainage-choice-layout,.drainage-next-grid { grid-template-columns: 1fr; }
  .drainage-realjet-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (min-width: 721px) and (max-height: 720px) {
  .product-inquiry-section { padding: 8px 0; }
  .product-inquiry-shell > [data-product-inquiry-shell], .product-inquiry-success { padding: 16px 24px; }
  .product-inquiry-intro { display: none; }
  .inquiry-product-summary { margin-top: 8px; padding: 7px; }
  .inquiry-product-summary img { width: 74px; height: 50px; }
  .product-inquiry-shell form { margin-top: 9px; }
  .inquiry-field textarea { min-height: 72px; }
  .inquiry-email-field { margin-top: 8px; }
  .inquiry-privacy { margin-top: 6px; }
  .product-inquiry-submit { min-height: 40px; margin-top: 8px; }
}

@media (max-width: 720px) {
  .container, .article-shell { width: calc(100% - 28px); }
  .site-header, .header-inner { min-height: 62px; }
  .brand img { width: 155px; }
  .menu-toggle { display: block; }
  .site-navigation { position: absolute; top: 62px; right: 0; left: 0; z-index: 2; display: none; min-height: 0; align-items: stretch; flex-direction: column; gap: 0; padding: 10px 14px 16px; border-top: 1px solid rgba(255,255,255,.1); background: var(--navy); }
  .site-navigation.is-open { display: flex; }
  .site-navigation > a { padding: 13px 8px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .navigation-item { display: block; min-height: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .submenu-toggle { width: 100%; min-height: 47px; justify-content: space-between; padding: 0 8px; text-align: left; }
  .site-submenu { position: static; display: none; width: auto; min-width: 0; max-width: none; margin: 0 0 8px; padding: 4px 6px; border: 0; border-radius: 8px; background: rgba(255,255,255,.045); box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition: none; }
  .site-submenu a { padding: 11px 12px; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 12px; }
  .site-submenu a:last-child { border-bottom: 0; }
  .navigation-item-has-submenu:hover .site-submenu { display: none; transform: none; }
  .navigation-item-has-submenu.is-open .site-submenu, .navigation-item-has-submenu.is-open:hover .site-submenu { display: block; }
  .mobile-menu-backdrop { position: fixed; inset: 62px 0 0; z-index: 300; display: block; padding: 0; border: 0; background: rgba(0,0,0,.62); backdrop-filter: blur(2px); }
  body.has-mobile-menu .site-header { z-index: 310; }
  body.has-mobile-menu { overflow: hidden; }
  .breadcrumbs, .product-page-heading { display: none; }
  .listing-hero .eyebrow, .contact-hero .eyebrow { margin-top: 0; }
  .home-hero { min-height: 430px; }
  .hero-copy { padding-block: 58px 76px; }
  .home-hero h1 { font-size: clamp(39px, 11.8vw, 54px); }
  .home-hero p { font-size: 16px; }
  .service-grid { grid-template-columns: 1fr; transform: translateY(-28px); margin-bottom: -28px; }
  .service-card { min-height: 470px; }
  .service-content { padding: 25px; }
  .service-content h3 { font-size: 29px; }
  .service-link { width: 100%; justify-content: center; text-align: center; }
  .section { padding: 62px 0; }
  .heading-row { align-items: flex-start; flex-direction: column; }
  .insight-grid { grid-template-columns: 1fr; }
  .pagination { grid-template-columns: 1fr 1fr; gap: 12px; }
  .pagination ol { grid-column: 1 / -1; grid-row: 1; }
  .pagination-direction { width: 100%; }
  .pagination-direction:last-child { justify-self: stretch; }
  .product-grid, .product-grid-home, .business-promo-grid { grid-template-columns: 1fr; }
  .product-listing-section { padding: 42px 0 58px; }
  .product-detail-shell { width: calc(100% - 28px); padding-block: 26px 58px; }
  .product-overview-copy p { font-size: 16px; }
  .product-overview-copy .button { width: 100%; }
  .product-overview { grid-template-columns: 1fr; }
  .product-gallery { padding-bottom: 0; border: 0; }
  .product-gallery-stage { aspect-ratio: 16 / 9; }
  .product-overview-copy { padding: 4px 0 0; }
  .product-overview-copy .button { margin-top: 28px; }
  .product-detail-content-layout { gap: 36px; margin-top: 48px; padding-top: 40px; }
  .product-latest-section { margin-top: 48px; padding-top: 40px; }
  .product-page .latest-product-list { grid-template-columns: 1fr; }
  .product-page { padding-bottom: 72px; }
  .product-page .product-conversion-actions { position: fixed; right: 14px; bottom: 12px; left: 14px; z-index: 110; width: auto; gap: 8px; margin: 0; }
  .product-page .product-conversion-actions .button { min-height: 50px; margin: 0; box-shadow: 0 16px 38px rgba(8,37,63,.28); }
  .product-quick-inquiry, .product-aside-inquiry-jump { display: none; }
  .product-inquiry-page .product-page-heading { padding: 10px 0; }
  .product-inquiry-section { min-height: calc(100svh - 102px); padding: 10px 0; }
  .product-inquiry-shell > [data-product-inquiry-shell], .product-inquiry-success { padding: 18px; }
  .product-inquiry-shell h1 { font-size: 27px; }
  .product-inquiry-intro { display: none; }
  .inquiry-product-summary { grid-template-columns: 70px minmax(0,1fr); gap: 11px; margin-top: 10px; padding: 8px; }
  .inquiry-product-summary img { width: 70px; height: 54px; }
  .inquiry-product-summary em { display: none; }
  .product-inquiry-shell form { margin-top: 12px; }
  .inquiry-field textarea { min-height: 96px; }
  .product-inquiry-submit { width: 100%; }
  .business-promos { padding: 56px 0 62px; }
  .business-promo-grid > a { min-height: 230px; padding: 25px; }
  .empty-insights { padding: 38px 20px; }
  .coming-shell h1 { font-size: clamp(40px, 12vw, 58px); }
  .coming-shell p { font-size: 16px; }
  .coming-actions { align-items: stretch; flex-direction: column; }
  .contact-hero { padding: 48px 0 56px; }
  .contact-hero .eyebrow { margin-top: 34px; }
  .contact-hero > .container > p { font-size: 16px; }
  .contact-section { padding: 40px 0 58px; }
  .contact-details, .contact-form-card { padding: 26px 22px; }
  .contact-success { min-height: 360px; padding: 34px 8px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-span { grid-column: auto; }
  .contact-submit { width: 100%; }
  .listing-hero { padding: 48px 0 56px; }
  .listing-hero .eyebrow { margin-top: 34px; }
  .article-hero { min-height: 390px; padding: 44px 0 42px; }
  .article-hero h1 { margin-top: 28px; font-size: 38px; }
  .article-deck { font-size: 16px; }
  .article-layout { width: calc(100% - 32px); gap: 38px; padding-block: 42px 62px; }
  .article-body { font-size: 16px; }
  .insight-contact-actions { right: 10px; gap: 6px; padding: 6px; }
  .insight-contact-actions a, .insight-contact-actions button { width: 42px; height: 42px; }
  .category-contact-actions { top: auto; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; width: 100%; padding: 8px max(10px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left)); border-width: 1px 0 0; border-radius: 14px 14px 0 0; transform: none; }
  .category-contact-actions a, .category-contact-actions button { display: flex; width: auto; height: 52px; min-width: 0; justify-content: center; gap: 7px; padding: 0 8px; font-size: 12px; font-weight: 800; }
  .category-contact-actions svg { width: 20px; height: 20px; flex: 0 0 auto; }
  .category-action-label { display: inline; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .category-contact-actions a:hover, .category-contact-actions a:focus-visible, .category-contact-actions button:hover, .category-contact-actions button:focus-visible { transform: translateY(-3px); }
  body[data-page-type="precast-moulds"] .site-footer, body[data-page-type="precast-mould-category"] .site-footer { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
  .site-footer { padding: 20px 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-meta { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: 10px; }
  .analytics-consent-panel { top: 50%; right: auto; bottom: auto; left: 50%; width: min(420px, calc(100% - 32px)); align-items: stretch; flex-direction: column; gap: 18px; padding: 28px 20px 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; transform: translate(-50%, -50%); }
  .analytics-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .analytics-consent-close { top: 8px; right: 8px; transform: none; }
  .product-taxonomy-overview { padding: 52px 0; }
  .taxonomy-card-grid, .taxonomy-product-grid { grid-template-columns: 1fr; }
  .taxonomy-card { min-height: 0; }
  .taxonomy-card ul { margin-top: 16px; }
  .subcategory-panel { padding: 22px 18px; }
  .category-contact-inner { align-items: stretch; flex-direction: column; }
  .category-contact-inner .button { width: 100%; }
  .moulds-hero, .moulds-hero-shell { height: calc(100svh - 62px); min-height: 0; }
  .moulds-hero::before { background: linear-gradient(90deg, rgba(5,25,42,.96), rgba(5,27,45,.86)), linear-gradient(0deg, rgba(3,18,30,.38), rgba(3,18,30,.2)); }
  .moulds-hero-background { object-position: 62% center; }
  .moulds-hero-shell { gap: 14px; padding-block: 18px 16px; }
  .moulds-hero-copy { width: 100%; }
  .moulds-hero .breadcrumbs { margin-bottom: 15px; }
  .moulds-hero h1 { font-size: clamp(37px,11vw,48px); }
  .moulds-hero-copy > p { margin-top: 13px; font-size: 14px; line-height: 1.45; }
  .moulds-hero-actions { flex-wrap: nowrap; margin-top: 16px; }
  .moulds-hero-actions .button { min-height: 42px; flex: 1 1 0; padding: 8px 10px; font-size: 10px; }
  .moulds-proof-list { display: none; }
  .mould-scenario-nav { display: block; padding: 8px; border-radius: 14px; }
  .mould-scenario-nav > div { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; }
  .mould-scenario-nav a, .mould-scenario-nav a:nth-child(n) { min-height: 40px; grid-column: span 1; gap: 6px; padding: 7px 8px; border: 1px solid rgba(255,255,255,.09); border-radius: 8px; font-size: 10px; }
  .mould-scenario-nav a:last-child { grid-column: 1 / -1; }
  .moulds-categories { padding: 44px 0 48px; }
  .moulds-section-heading { align-items: flex-start; flex-direction: column; }
  .moulds-section-heading { margin-bottom: 20px; }
  .moulds-section-heading h2 { font-size: 30px; }
  .mould-category-grid { grid-template-columns: 1fr; }
  .mould-category-card:nth-child(n) { grid-column: auto; min-height: 0; padding: 16px 18px; }
  .mould-category-card h3 { margin-top: 7px; font-size: 20px; }
  .mould-category-card p, .mould-category-card ul { display: none; }
  .mould-category-card b { padding-top: 10px; }
  .moulds-section-heading > p, .mould-catalogue-heading > p { max-width: none; }
  .mould-process, .mould-configurations, .mould-quality, .mould-project-reference, .mould-capability, .mould-faq { padding: 50px 0 56px; }
  .mould-process-grid { grid-template-columns: 1fr; }
  .mould-process-grid li { min-height: 0; }
  .mould-process-grid strong { margin-top: 14px; }
  .mould-quality-grid { grid-template-columns: 1fr; }
  .mould-quality-grid article { grid-template-columns: 120px minmax(0,1fr); }
  .mould-quality-grid img { min-height: 140px; }
  .mould-reference-card > img { min-height: 230px; }
  .mould-reference-card > div { padding: 26px 20px; }
  .mould-capability ul { grid-template-columns: 1fr; }
  .mould-category-scope { padding: 26px 20px; }
  .mould-catalogue, .mould-products-section { padding: 48px 0 58px; }
  .mould-category-products { padding: 28px 0; }
  .mould-category-products-heading { align-items: flex-start; flex-direction: column; }
  .mould-category-products .mould-products-grid, .mould-products-section .mould-products-grid { display: flex; gap: 12px; margin-inline: -14px; padding: 0 14px 14px; overflow-x: auto; scroll-padding-inline: 14px; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: thin; }
  .mould-category-products .mould-product-card, .mould-products-section .mould-product-card { flex: 0 0 min(82vw, 320px); scroll-snap-align: start; }
  .mould-carousel-control { position: absolute; top: 50%; z-index: 4; display: grid; width: 38px; height: 38px; place-items: center; padding: 0; color: var(--navy); border: 1px solid rgba(217,227,233,.9); border-radius: 999px; background: rgba(255,255,255,.94); box-shadow: 0 8px 22px rgba(8,37,63,.14); backdrop-filter: blur(8px); transform: translateY(-50%); cursor: pointer; transition: color 180ms ease, border-color 180ms ease, transform 180ms ease; }
  .mould-carousel-control:hover, .mould-carousel-control:focus-visible { color: var(--blue); border-color: rgba(22,120,170,.38); transform: translateY(-50%) scale(1.04); }
  .mould-carousel-control span { font-size: 20px; line-height: 1; }
  .mould-carousel-control-left { left: 6px; }
  .mould-carousel-control-right { right: 6px; }
  .mould-product-card-body { min-height: 174px; }
  .mould-product-hero { padding: 20px 0 48px; }
  .mould-product-hero .breadcrumbs { margin-bottom: 32px; }
  .mould-product-hero h1 { font-size: 42px; }
  .mould-product-hero p { font-size: 15px; }
  .mould-product-hero figure { display: none; }
  .mould-product-content { gap: 14px; padding-block: 42px 58px; }
  .mould-product-content section { padding: 23px 20px; }
  .mould-product-content h2 { font-size: 27px; }
  .mould-enquiry { padding: 34px 0; }
  .mould-enquiry-shell { gap: 18px; padding: 22px 18px; }
  .mould-enquiry-cta .mould-enquiry-shell { grid-template-columns: 1fr; gap: 18px; }
  .mould-enquiry h2 { font-size: 29px; }
  .mould-enquiry-copy p { display: none; }
  .mould-enquiry textarea { min-height: 82px; }
  .mould-enquiry .button { width: 100%; }
  .mould-enquiry-cta .mould-enquiry-shell > .button { justify-self: stretch; }
  .universal-enquiry-modal { padding: 12px; }
  .universal-enquiry-dialog { max-height: calc(100svh - 24px); padding: 27px 18px 20px; }
  .universal-enquiry-dialog h2 { font-size: 31px; }
  .universal-enquiry-dialog fieldset > .button { width: 100%; }
  .wall-lp-hero { height: calc(100svh - 62px); min-height: 610px; }
  .wall-lp-hero-background { display: none; }
  .wall-lp-hero-overlay { background: linear-gradient(180deg,rgba(6,30,52,1) 0%,rgba(7,36,59,.98) 53%,rgba(10,54,82,.45) 74%,rgba(13,75,104,0) 100%); }
  .wall-lp-hero-shell { min-height: 610px; padding-block: 54px; }
  .wall-lp-hero-copy { width: 100%; }
  .wall-lp-hero h1 { font-size: clamp(38px,11vw,48px); }
  .wall-lp-hero-copy > p { font-size: 15px; }
  .wall-lp-hero-copy .button { width: 100%; padding-inline: 12px; }
  .wall-lp-proof-grid { grid-template-columns: 1fr; }
  .wall-lp-proof p,.wall-lp-proof p:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); border-left: 0; }
  .wall-lp-section,.wall-lp-inputs,.wall-lp-capability { padding: 56px 0; }
  .wall-lp-fit-grid,.wall-lp-input-list,.wall-lp-process { grid-template-columns: 1fr; }
  .wall-lp-reasons-grid { grid-template-columns: 1fr; }
  .wall-lp-evidence-grid { grid-template-columns: 1fr; }
  .wall-lp-component-detail { gap: 24px; padding: 22px 70px 22px 18px; }
  .wall-lp-component-detail-copy ul { grid-template-columns: 1fr; }
  .drainage-operation-grid { gap: 14px; margin-top: 26px; }
  .drainage-operation-grid article { padding: 24px 20px; }
  .drainage-opening-example,.drainage-variant-review { gap: 24px; padding: 22px 70px 22px 18px; }
  .wall-lp-components-grid { grid-template-columns: 1fr; }
  .wall-lp-fit-grid article,.wall-lp-process li { min-height: 0; }
  .wall-lp-config-grid article { padding: 24px 20px; }
  .wall-lp-inputs .button { width: 100%; padding-inline: 10px; }
  .wall-lp-input-list li { min-height: 0; }
  .column-beam-detail-list { grid-template-columns: 1fr; }
  .wall-lp-capability-grid { gap: 30px; }
  .wall-lp-final { padding: 42px 0 78px; }
  .wall-lp-final-card { gap: 26px; padding: 26px 20px; }
  .wall-lp-final .button { width: 100%; min-width: 0; padding-inline: 10px; }
  .wall-lp-inline-cta { padding: 22px 20px; }
  .wall-lp-inline-cta .button { width: 100%; padding-inline: 10px; }
  .drainage-channel-lp .wall-lp-section { padding-block: 50px; }
  .drainage-detail-note { align-items: stretch; flex-direction: column; padding: 20px 18px; }
  .drainage-detail-note .button { width: 100%; }
  .drainage-choice-layout { gap: 24px; margin-top: 26px; }
  .drainage-choice-list article { grid-template-columns: 1fr; gap: 7px; padding: 18px; }
  .drainage-realjet-grid { grid-template-columns: 1fr; }
  .drainage-next-grid { gap: 30px; }
  .drainage-next .wall-lp-heading .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Site-wide enquiry conversion treatment, aligned with the wall-panel page. */
.button[data-universal-enquiry],
.button[data-universal-enquiry-submit],
.button[data-contact-submit],
.button[data-manufacturing-inquiry] {
  color: var(--white);
  background: #d94824;
  box-shadow: 0 12px 28px rgba(217,72,36,.26);
}
.button[data-universal-enquiry]:hover,
.button[data-universal-enquiry]:focus-visible,
.button[data-universal-enquiry-submit]:hover,
.button[data-universal-enquiry-submit]:focus-visible,
.button[data-contact-submit]:hover,
.button[data-contact-submit]:focus-visible,
.button[data-manufacturing-inquiry]:hover,
.button[data-manufacturing-inquiry]:focus-visible {
  color: var(--white);
  background: #b93619;
}
