:root {
  --navy: #061c43;
  --navy-2: #0a2d62;
  --blue: #168ad8;
  --aqua: #e9f9ff;
  --aqua-2: #f5fcff;
  --red: #d92725;
  --red-dark: #bb1718;
  --white: #ffffff;
  --ink: #0b1c3b;
  --muted: #516078;
  --border: #cbd8e4;
  --shadow: 0 24px 60px rgba(4, 29, 70, 0.12);
  --container: min(1380px, calc(100% - 96px));
  --radius: 14px;
  --ease: 220ms cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); 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; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.announcement-bar { position: relative; z-index: 110; padding: 9px 20px; color: white; background: var(--navy); text-align: center; font-size: .84rem; font-weight: 700; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-150%); padding: 10px 16px; color: white; background: var(--navy); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(5,30,68,.08); backdrop-filter: blur(14px); transition: box-shadow var(--ease); }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(5,28,67,.09); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.brand { display: inline-flex; align-items: center; gap: 18px; color: var(--red-dark); font-size: clamp(1.1rem, 2vw, 1.62rem); font-weight: 800; letter-spacing: -.04em; white-space: nowrap; }
.brand-mark { width: 4px; height: 46px; background: var(--red); display: block; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3.6vw, 58px); font-weight: 700; }
.site-nav > a:not(.button) { position: relative; padding-block: 16px; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 2px; background: var(--red); transition: right var(--ease); }
.site-nav > a:not(.button):hover::after, .site-nav > a:not(.button):focus-visible::after { right: 0; }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: var(--navy); transition: transform var(--ease), opacity var(--ease); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 23px; border: 1.5px solid transparent; border-radius: 4px; font-weight: 800; line-height: 1.15; cursor: pointer; transition: transform var(--ease), box-shadow var(--ease), background var(--ease), color var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(22,138,216,.35); outline-offset: 3px; }
.button svg { width: 22px; height: 22px; fill: currentColor; }
.button--primary { color: white; background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%); box-shadow: 0 12px 28px rgba(217,39,37,.22); }
.button--primary:hover { box-shadow: 0 16px 34px rgba(217,39,37,.3); }
.button--outline { color: var(--navy); background: white; border-color: var(--navy); }
.button--outline:hover { color: white; background: var(--navy); }
.button--ghost { color: white; background: transparent; border-color: rgba(255,255,255,.72); }
.button--ghost:hover { background: white; color: var(--navy); }
.button--small { min-height: 46px; padding: 11px 18px; font-size: .94rem; }
.header-cta { min-height: 48px; padding-inline: 22px; }

.hero { min-height: min(800px, calc(100vh - 88px)); position: relative; isolation: isolate; overflow: hidden; background: white; }
.hero-media-stack { position: absolute; inset: 0 0 0 43%; z-index: -2; overflow: hidden; }
.hero-media { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transform: scale(1.025); transition: opacity 760ms ease, visibility 760ms ease, transform 1200ms cubic-bezier(.2,.8,.2,1); }
.hero-media.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, white 0%, rgba(255,255,255,.92) 5%, rgba(255,255,255,.05) 38%, transparent 58%); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.hero-media--product { overflow: hidden; background: radial-gradient(circle at 64% 45%, #fff 0 23%, #e9f9ff 55%, #d8f3ff 100%); }
.hero-media--product::after { background: linear-gradient(90deg, white 0%, rgba(255,255,255,.72) 9%, transparent 35%); }
.hero-media--product img { position: relative; z-index: 1; object-fit: contain; object-position: center; padding: 55px 60px 65px 90px; mix-blend-mode: multiply; filter: drop-shadow(0 28px 34px rgba(4,29,70,.16)); }
.product-halo { position: absolute; width: min(68vh, 570px); aspect-ratio: 1; right: 6%; top: 50%; border: 1px solid rgba(22,138,216,.28); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 46px rgba(255,255,255,.28), 0 0 0 92px rgba(22,138,216,.06); }
.hero-media--service img { object-position: 48% center; }
.hero-media--service::after { background: linear-gradient(90deg, white 0%, rgba(255,255,255,.95) 6%, rgba(255,255,255,.16) 42%, transparent 65%); }
.glass-ripple { position: absolute; right: 2.6%; bottom: 7.5%; z-index: 2; width: 105px; height: 34px; pointer-events: none; }
.glass-ripple span { position: absolute; left: 50%; top: 50%; width: 28px; height: 9px; border: 1.5px solid rgba(22,138,216,.7); border-radius: 50%; opacity: 0; transform: translate(-50%,-50%) scale(.45); animation: glass-ripple 3.4s ease-out infinite; }
.glass-ripple span:nth-child(2) { animation-delay: 1.1s; }
.glass-ripple span:nth-child(3) { animation-delay: 2.2s; }
.hero-inner { position: relative; z-index: 2; min-height: min(800px, calc(100vh - 88px)); display: flex; align-items: center; padding-block: 62px 105px; }
.hero-copy-stage { position: relative; width: min(700px, 51%); min-height: 450px; }
.hero-copy { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: translateX(24px); transition: opacity 520ms ease, visibility 520ms ease, transform 720ms cubic-bezier(.2,.8,.2,1); }
.hero-copy.is-active { opacity: 1; visibility: visible; transform: translateX(0); }
.hero-copy > * { opacity: 0; transform: translateY(12px); transition: opacity 460ms ease, transform 620ms cubic-bezier(.2,.8,.2,1); }
.hero-copy.is-active > * { opacity: 1; transform: translateY(0); }
.hero-copy.is-active > :nth-child(2) { transition-delay: 90ms; }
.hero-copy.is-active > :nth-child(3) { transition-delay: 150ms; }
.hero-copy.is-active > :nth-child(4) { transition-delay: 210ms; }
.hero h1, .hero h2 { margin: 0 0 24px; color: var(--navy); font-size: clamp(3rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.06em; font-weight: 800; text-wrap: balance; }
[data-site-field^="slide_"] { white-space: pre-line; }
.enquiry-form button:disabled { cursor: wait; opacity: .68; transform: none; }
.hero-lede { max-width: 590px; margin: 0 0 30px; color: #2d3b51; font-size: clamp(1.05rem, 1.55vw, 1.38rem); line-height: 1.55; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-service-note { display: flex; align-items: center; gap: 10px; margin: 24px 0 0; font-weight: 600; color: #243450; }
.hero-service-note svg { flex: 0 0 auto; width: 22px; height: 22px; fill: var(--red); }
.hero-controls { position: absolute; z-index: 6; left: 50%; bottom: 34px; display: flex; align-items: center; gap: 13px; transform: translateX(-50%); }
.slider-button { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; color: var(--navy); background: rgba(255,255,255,.88); border: 1px solid rgba(6,28,67,.3); border-radius: 50%; cursor: pointer; backdrop-filter: blur(10px); transition: color var(--ease), background var(--ease), border-color var(--ease), transform var(--ease); }
.slider-button:hover { color: white; background: var(--navy); border-color: var(--navy); transform: translateY(-2px); }
.slider-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.slider-button--pause { margin-left: 2px; }
.slider-button--pause .icon-play { display: none; fill: currentColor; stroke: none; }
.slider-button--pause.is-paused .icon-pause { display: none; }
.slider-button--pause.is-paused .icon-play { display: block; }
.slide-dots { display: flex; align-items: center; gap: 8px; }
.slide-dots button { width: 9px; height: 9px; padding: 0; background: rgba(6,28,67,.24); border: 0; border-radius: 999px; cursor: pointer; transition: width var(--ease), background var(--ease); }
.slide-dots button.is-active { width: 34px; background: var(--red); }
.slide-count { min-width: 54px; display: inline-flex; align-items: baseline; gap: 4px; color: var(--muted); font-size: .76rem; letter-spacing: .05em; }
.slide-count strong { color: var(--navy); font-size: 1rem; }
.waterline { position: absolute; pointer-events: none; overflow: hidden; }
.waterline--hero { z-index: -1; left: -2%; bottom: 4%; width: 53%; height: 90px; opacity: .7; }
.waterline > span { position: absolute; left: -10%; width: 120%; height: 55px; border: 2px solid rgba(22,138,216,.55); border-color: rgba(22,138,216,.55) transparent transparent; border-radius: 50%; transform-origin: center; will-change: transform; animation: water-flow-one 7s ease-in-out infinite; }
.waterline > span:nth-child(2) { top: 18px; opacity: .45; animation-name: water-flow-two; animation-duration: 8.5s; animation-delay: -3.8s; }
.waterline::after { content: ""; position: absolute; left: 67%; bottom: 17px; width: 8px; height: 11px; border: 1.5px solid rgba(22,138,216,.64); border-radius: 60% 40% 62% 38%; opacity: 0; transform: rotate(45deg); animation: water-drop 4.6s ease-in infinite; }
.water-bubble { position: absolute; bottom: 5px; display: block; border: 1.5px solid rgba(22,138,216,.72); border-radius: 50%; opacity: 0; animation: water-bubble-rise 4.4s ease-in infinite; }
.water-bubble--one { left: 54%; width: 8px; height: 8px; animation-delay: -.6s; }
.water-bubble--two { left: 61%; width: 5px; height: 5px; animation-delay: -2.25s; animation-duration: 3.8s; }
.water-bubble--three { left: 71%; width: 11px; height: 11px; animation-delay: -3.4s; animation-duration: 5.1s; }

@keyframes water-flow-one {
  0%, 100% { transform: translateX(-3%) rotate(2deg) scaleY(.92); }
  50% { transform: translateX(4%) rotate(-1deg) scaleY(1.08); }
}
@keyframes water-flow-two {
  0%, 100% { transform: translateX(4%) rotate(-2deg) scaleY(1.05); }
  50% { transform: translateX(-4%) rotate(1deg) scaleY(.9); }
}
@keyframes water-bubble-rise {
  0% { opacity: 0; transform: translate3d(0,12px,0) scale(.45); }
  18% { opacity: .78; }
  75% { opacity: .45; }
  100% { opacity: 0; transform: translate3d(18px,-68px,0) scale(1.2); }
}
@keyframes water-drop {
  0%, 24% { opacity: 0; transform: translateY(-12px) rotate(45deg) scale(.5); }
  36% { opacity: .75; }
  60%, 100% { opacity: 0; transform: translateY(25px) rotate(45deg) scale(1); }
}
@keyframes glass-ripple {
  0% { opacity: 0; transform: translate(-50%,-50%) scale(.45); }
  14% { opacity: .75; }
  74%, 100% { opacity: 0; transform: translate(-50%,-50%) scale(3.4); }
}

.products { position: relative; overflow: hidden; padding: 120px 0 105px; background: linear-gradient(135deg, #fff 0%, var(--aqua-2) 52%, #eaf7ff 100%); }
.section-intro { margin-bottom: 64px; }
.section-intro--split { display: grid; grid-template-columns: .85fr 1fr; gap: 80px; align-items: end; }
.section-intro h2, .section-heading h2, .contact h2 { margin: 0; color: var(--navy); font-size: clamp(2.35rem, 3.4vw, 3.5rem); line-height: 1.07; letter-spacing: -.052em; }
.section-intro h2 { max-width: 440px; }
.section-intro p { max-width: 610px; margin: 0 0 8px; color: var(--muted); font-size: 1.14rem; }
.product-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.product { display: grid; grid-template-rows: 310px auto; min-width: 0; padding: 0 34px 0 0; }
.product + .product { padding-left: 34px; border-left: 1px solid rgba(6,28,67,.12); }
.product-image { display: flex; align-items: center; justify-content: center; margin-bottom: 22px; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform 500ms cubic-bezier(.2,.8,.2,1); }
.product:hover .product-image img { transform: scale(1.035) translateY(-4px); }
.product-copy h3 { margin: 0 0 7px; color: var(--navy); font-size: clamp(1.25rem, 2vw, 1.8rem); letter-spacing: -.035em; }
.product-copy p { min-height: 50px; margin: 0 0 18px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--red); font-weight: 800; }
.text-link span { transition: transform var(--ease); }
.text-link:hover span { transform: translateX(5px); }

.service-band { position: relative; overflow: hidden; padding: 86px 0 92px; color: white; background: radial-gradient(circle at 88% 30%, rgba(22,138,216,.22), transparent 30%), linear-gradient(135deg, #061735, var(--navy) 58%, #052454); }
.service-band::after { content: ""; position: absolute; width: 550px; height: 120px; right: -50px; top: 43%; border: 2px solid rgba(80,191,255,.35); border-color: rgba(80,191,255,.35) transparent transparent; border-radius: 50%; transform: rotate(-7deg); animation: service-water-swell 8s ease-in-out infinite; }
@keyframes service-water-swell {
  0%, 100% { transform: translateX(0) rotate(-7deg) scaleY(1); opacity: .72; }
  50% { transform: translateX(-45px) rotate(-2deg) scaleY(1.28); opacity: 1; }
}
.service-inner { position: relative; z-index: 1; }
.section-heading { display: flex; align-items: stretch; gap: 24px; }
.section-heading--light h2 { color: white; }
.red-rule { flex: 0 0 4px; min-height: 58px; background: var(--red); }
.service-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 54px 0 46px; }
.service-item { min-height: 88px; display: flex; align-items: center; gap: 18px; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.28); font-weight: 700; }
.service-item:first-child { padding-left: 0; border-left: 0; }
.service-item svg { width: 54px; height: 54px; flex: 0 0 auto; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-actions { display: flex; gap: 18px; flex-wrap: wrap; }

.trust { padding: 120px 0; background: white; }
.trust-grid { display: grid; grid-template-columns: .96fr 1.25fr; gap: 80px; align-items: center; }
.trust-copy > p { margin: 26px 0 40px; max-width: 590px; color: var(--muted); font-size: 1.08rem; }
.process-list { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; margin: 0 0 36px; }
.process-list li { position: relative; min-width: 0; padding: 0 25px; }
.process-list li:first-child { padding-left: 0; }
.process-list li + li { border-left: 1px solid var(--border); }
.process-list strong { display: block; color: var(--navy); font-size: 2.1rem; line-height: 1; letter-spacing: -.04em; }
.process-list span { display: block; margin-top: 11px; color: var(--navy); font-size: .9rem; font-weight: 800; line-height: 1.4; }
.trust-media { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.trust-media img { width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.8,.2,1); }
.trust-media:hover img { transform: scale(1.025); }

.contact { position: relative; overflow: hidden; padding: 100px 0; background: linear-gradient(135deg, #eefbff 0%, #e3f7ff 100%); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.15fr .72fr; gap: 50px; align-items: start; }
.contact h2 { max-width: 470px; font-size: clamp(2.35rem, 3vw, 3.1rem); }
.contact-intro p { margin: 26px 0 0 28px; max-width: 420px; color: var(--muted); font-size: 1.05rem; }
.enquiry-form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.enquiry-form label { display: grid; gap: 7px; color: var(--navy); font-size: .84rem; font-weight: 800; }
.enquiry-form input, .enquiry-form select { width: 100%; height: 50px; padding: 0 14px; color: var(--ink); background: white; border: 1px solid #91a7ba; border-radius: 4px; font-size: .92rem; transition: border-color var(--ease), box-shadow var(--ease); }
.enquiry-form input:hover, .enquiry-form select:hover { border-color: var(--blue); }
.enquiry-form .consent { display: flex; grid-template-columns: 18px 1fr; align-items: start; gap: 9px; font-size: .72rem; font-weight: 500; color: #526276; }
.consent input { width: 16px; height: 16px; margin-top: 1px; }
.enquiry-form .button { justify-self: start; min-width: 230px; }
.form-status { min-height: 20px; margin: -5px 0 0; color: #097346; font-size: .85rem; font-weight: 700; }
.direct-contact { min-height: 290px; display: flex; flex-direction: column; gap: 18px; padding-left: 42px; border-left: 1px solid rgba(6,28,67,.25); }
.direct-contact p { margin: 8px 0 -8px; color: var(--muted); }
.direct-contact a, .direct-contact span { display: flex; align-items: center; gap: 12px; overflow-wrap: anywhere; }
.direct-contact .direct-phone { display: block; color: var(--navy); font-size: clamp(1.3rem, 2vw, 1.7rem); font-weight: 800; }
.direct-contact svg { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: var(--navy); stroke-width: 2; }
.waterline--contact { z-index: 1; left: -8%; bottom: 8%; width: 40%; height: 100px; opacity: .4; }

.site-footer { color: white; background: linear-gradient(135deg, #061735, var(--navy) 64%, #052454); }
.footer-grid { display: grid; grid-template-columns: 1.7fr .6fr .85fr; gap: 80px; padding-block: 62px 48px; }
.brand--footer { color: white; font-size: 1.85rem; }
.footer-grid p { margin: 14px 0 0 22px; color: rgba(255,255,255,.72); }
.footer-grid h2 { margin: 0 0 16px; font-size: 1.1rem; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a:not(.brand) { color: rgba(255,255,255,.76); transition: color var(--ease); }
.footer-grid a:hover { color: white; }
.footer-bottom { padding: 24px 0; text-align: center; color: rgba(255,255,255,.58); border-top: 1px solid rgba(255,255,255,.2); font-size: .86rem; }

.whatsapp-fab { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 60px; height: 60px; display: grid; place-items: center; color: white; background: #25d366; border-radius: 50%; box-shadow: 0 14px 34px rgba(0,0,0,.24); transition: transform var(--ease), box-shadow var(--ease); }
.whatsapp-fab:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 18px 40px rgba(0,0,0,.3); }
.whatsapp-fab svg { width: 34px; height: 34px; fill: currentColor; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 600ms ease, transform 600ms ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  :root { --container: min(100% - 48px, 1080px); }
  .site-nav { gap: 22px; }
  .header-cta { display: none; }
  .hero-media-stack { left: 46%; }
  .hero-copy-stage { width: 52%; }
  .product { grid-template-rows: 250px auto; }
  .service-item { padding-inline: 18px; gap: 12px; }
  .service-item svg { width: 44px; height: 44px; }
  .trust-grid { gap: 48px; }
  .contact-grid { grid-template-columns: .82fr 1.18fr; }
  .direct-contact { grid-column: 2; min-height: 0; padding: 28px 0 0; border: 0; border-top: 1px solid rgba(6,28,67,.2); }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 36px, 760px); }
  html { scroll-padding-top: 72px; }
  .header-inner { height: 72px; }
  .brand { font-size: 1.2rem; gap: 12px; }
  .brand-mark { height: 36px; width: 3px; }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-8px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 18px; background: white; box-shadow: 0 20px 40px rgba(6,28,67,.14); transform: translateY(-140%); opacity: 0; visibility: hidden; transition: transform var(--ease), opacity var(--ease), visibility var(--ease); }
  .site-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .site-nav > a:not(.button) { padding: 15px 4px; border-bottom: 1px solid #e7edf2; }
  .site-nav > a::after { display: none; }
  .site-nav .header-cta { display: inline-flex; margin-top: 14px; }
  .hero { min-height: auto; padding-bottom: 0; }
  .hero-media-stack { position: relative; inset: auto; height: min(74vw, 540px); }
  .hero-media::after { background: linear-gradient(180deg, white 0%, transparent 20%); }
  .hero-media--kitchen img { object-position: 65% center; }
  .hero-media--product::after { background: linear-gradient(180deg, white 0%, rgba(255,255,255,.3) 16%, transparent 38%); }
  .hero-media--product img { padding: 28px 13vw 34px; }
  .product-halo { width: min(58vw, 430px); right: 21%; }
  .hero-media--service img { object-position: 46% center; }
  .hero-media--service::after { background: linear-gradient(180deg, white 0%, rgba(255,255,255,.08) 22%, transparent 42%); }
  .glass-ripple { right: 5%; bottom: 7%; transform: scale(.75); }
  .hero-inner { min-height: auto; padding: 64px 0 100px; }
  .hero-copy-stage { width: 100%; min-height: 470px; }
  .hero h1, .hero h2 { font-size: clamp(2.8rem, 10vw, 4.7rem); }
  .hero-controls { bottom: 28px; }
  .waterline--hero { width: 75%; top: calc(min(74vw, 540px) - 42px); bottom: auto; }
  .products, .trust { padding-block: 86px; }
  .section-intro--split { grid-template-columns: 1fr; gap: 20px; }
  .product-rail { grid-template-columns: 1fr; }
  .product { grid-template-columns: .8fr 1fr; grid-template-rows: auto; gap: 28px; padding: 28px 0; border-bottom: 1px solid rgba(6,28,67,.12); align-items: center; }
  .product + .product { padding-left: 0; border-left: 0; }
  .product-image { height: 250px; margin: 0; }
  .product-copy p { min-height: 0; }
  .service-list { grid-template-columns: 1fr 1fr; row-gap: 28px; }
  .service-item:nth-child(3) { padding-left: 0; border-left: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-media { order: -1; }
  .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .contact-intro p { margin-left: 0; }
  .direct-contact { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 28px); }
  .hero-inner { padding: 50px 0 96px; }
  .hero-copy-stage { min-height: 510px; }
  .hero h1, .hero h2 { font-size: clamp(2.5rem, 12.5vw, 3.6rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-service-note { align-items: flex-start; font-size: .9rem; }
  .hero-media--product img { padding: 22px 8vw 28px; }
  .product-halo { width: 64vw; right: 18%; }
  .hero-controls { gap: 10px; }
  .slide-count { display: none; }
  .products, .trust, .contact { padding-block: 72px; }
  .section-intro h2, .section-heading h2, .contact h2 { font-size: 2.35rem; }
  .section-heading { gap: 16px; }
  .red-rule { min-height: 48px; }
  .product { grid-template-columns: 1fr; gap: 10px; }
  .product-image { height: 270px; }
  .service-band { padding-block: 66px; }
  .service-list { grid-template-columns: 1fr; margin-block: 42px; }
  .service-item, .service-item:nth-child(3) { min-height: 70px; padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .service-actions { display: grid; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li:first-child { display: grid; grid-template-columns: 55px 1fr; align-items: center; padding: 16px 0; }
  .process-list li + li { border-left: 0; border-top: 1px solid var(--border); }
  .process-list span { margin: 0; }
  .process-list br { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .enquiry-form .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .brand--footer { font-size: 1.35rem; }
  .footer-grid p { margin-left: 15px; }
  .whatsapp-fab { display: none; }
  .glass-ripple { right: 3%; bottom: 4%; transform: scale(.62); }
  .waterline--hero { width: 92%; height: 72px; top: calc(74vw - 42px); bottom: auto; opacity: .52; }
}

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