:root {
  --v3-blue: #0a4b82;
  --v3-blue-dark: #0d223e;
  --v3-accent: #2f70cf;
  --v3-ink: #111820;
  --v3-text: #626262;
  --v3-soft: #f3f3f0;
  --v3-card: #eeeeee;
  --v3-line: #dedede;
  --v3-max: 1200px;
}

.home-v3 { margin: 0; color: var(--v3-ink); background: #fff; font-family: Arial, "Helvetica Neue", sans-serif; font-size: 16px; line-height: 1.55; }
.home-v3 * { box-sizing: border-box; }
.home-v3 h1,
.home-v3 h2,
.home-v3 h3,
.home-v3 h4 { font-family: Arial, "Helvetica Neue", sans-serif; }
.home-v3 img,
.home-v3 video { display: block; max-width: 100%; }
.home-v3 a { color: inherit; }
.home-v3 .home-shell { width: min(calc(100% - 48px), var(--v3-max)); margin-inline: auto; }
.home-v3 .skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 12px 18px; color: #fff; background: var(--v3-accent); }
.home-v3 .skip-link:focus { top: 16px; }
.home-v3 :focus-visible { outline: 3px solid #ff7426; outline-offset: 3px; }

.home-v3 .home-header { position: absolute; inset: 0 0 auto; z-index: 20; color: #fff; background: var(--v3-blue); border: 0; transition: background-color .24s ease, box-shadow .24s ease, backdrop-filter .24s ease; }
.home-v3 .home-header.is-video-playing { background: rgba(6, 15, 26, .58); box-shadow: 0 1px 0 rgba(255, 255, 255, .08); -webkit-backdrop-filter: blur(2px) saturate(.82); backdrop-filter: blur(2px) saturate(.82); }
.home-v3 .home-nav { position: relative; width: min(calc(100% - 48px), var(--v3-max)); min-height: 110px; display: flex; align-items: center; gap: 15px; }
.home-v3 .home-brand { width: 190px; height: 48px; flex: 0 0 190px; display: flex; align-items: center; overflow: visible; }
.home-v3 .home-brand img { position: static; width: 190px; height: auto; max-width: 100%; filter: none; mix-blend-mode: normal; }
.home-v3 .home-nav-links { align-self: stretch; display: flex; align-items: center; gap: 7px; margin-left: 0; }
.home-v3 .home-nav-links > a,
.home-v3 .home-nav-trigger { min-height: 46px; display: inline-flex; align-items: center; gap: 7px; padding: 0 11px; color: #fff; font-size: 16px; font-weight: 500; line-height: 1; letter-spacing: 0; text-decoration: none; text-rendering: geometricPrecision; -webkit-font-smoothing: antialiased; white-space: nowrap; }
.home-v3 .home-nav-links > a:hover,
.home-v3 .home-nav-item:hover > .home-nav-trigger,
.home-v3 .home-nav-item:focus-within > .home-nav-trigger { background: rgba(255, 255, 255, .1); }
.home-v3 .home-nav-trigger > span { width: 8px; height: 5px; flex: 0 0 8px; display: block; overflow: hidden; background: url("assets/nav-caret-down.png") center / 8px 5px no-repeat; font-size: 0; line-height: 0; transform: translateY(1px); }
.home-v3 .home-nav-item { position: relative; height: 100%; display: flex; align-items: center; }
.home-v3 .home-nav-item-wide { position: static; }
.home-v3 .home-nav-dropdown { position: absolute; top: 100%; z-index: 30; color: #252b31; background: #fff; border-top: 3px solid var(--v3-accent); box-shadow: 0 18px 40px rgba(14, 37, 61, .18); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); transition: opacity .16s ease, transform .16s ease, visibility .16s; }
.home-v3 .home-nav-item:hover > .home-nav-dropdown,
.home-v3 .home-nav-item:focus-within > .home-nav-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.home-v3 .home-nav-item.is-menu-dismissed > .home-nav-dropdown { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); }
.home-v3 .home-nav-mega { left: 0; right: 0; display: grid; grid-template-columns: 1fr 320px; gap: 40px; padding: 38px 42px 40px; }
.home-v3 .home-nav-mega-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
.home-v3 .home-nav-mega section { min-width: 0; }
.home-v3 .home-nav-mega h2 { margin: 0 0 15px; font-size: 16px; font-weight: 700; line-height: 1.3; }
.home-v3 .home-nav-dropdown a { color: #4f5963; text-decoration: none; }
.home-v3 .home-nav-mega section > a { display: block; padding: 7px 0; font-size: 13px; line-height: 1.35; }
.home-v3 .home-nav-mega h2 a { color: #172332; }
.home-v3 .home-nav-dropdown a:hover { color: var(--v3-accent); }
.home-v3 .home-nav-menu-feature { display: grid; grid-template-columns: 104px minmax(0, 1fr); align-items: center; gap: 16px; padding: 14px; background: #f2f5f7; white-space: normal; }
.home-v3 .home-nav-menu-feature img { width: 104px; height: 92px; object-fit: cover; }
.home-v3 .home-nav-menu-feature span { position: static; min-width: 0; color: #5b6570; font-size: 12px; line-height: 1.45; white-space: normal; overflow-wrap: anywhere; }
.home-v3 .home-nav-menu-feature strong { display: block; margin-bottom: 7px; color: #172332; font-size: 15px; line-height: 1.3; }
.home-v3 .home-nav-dropdown-compact { left: 0; width: 248px; padding: 10px 0; }
.home-v3 .home-nav-dropdown-compact > a { display: block; padding: 11px 20px; border-bottom: 1px solid #edf0f2; font-size: 13px; line-height: 1.3; }
.home-v3 .home-nav-dropdown-compact > a:last-child { border-bottom: 0; }
.home-v3 .home-nav-cta { width: 160px; min-height: 46px; flex: 0 0 160px; display: inline-flex; align-items: center; justify-content: center; margin-left: auto; padding: 0 16px; color: #fff; border: 1px solid rgba(255, 255, 255, .85); font-size: 16px; font-weight: 500; line-height: 1; letter-spacing: 0; text-decoration: none; text-rendering: geometricPrecision; -webkit-font-smoothing: antialiased; white-space: nowrap; }
.home-v3 .home-nav-cta:hover { color: var(--v3-blue); background: #fff; }
.home-v3 .home-mobile-nav { display: none; margin-left: auto; }

.v3-film { position: relative; height: 100svh; min-height: 680px; max-height: 900px; overflow: hidden; background: #e9e9e9; }
.v3-film video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-v3 .home-video-toggle { position: absolute; right: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 9px; min-height: 38px; padding: 0 13px; color: #fff; background: rgba(10, 75, 130, .76); border: 1px solid rgba(255, 255, 255, .65); font: 600 12px/1 Arial, sans-serif; cursor: pointer; }

.v3-catalog { position: relative; padding: 104px 0 112px; overflow: hidden; background: #fff; }
.v3-catalog::before { display: none; }
.v3-catalog .home-shell { position: relative; z-index: 1; }
.v3-catalog-heading { max-width: 1100px; }
.v3-section-kicker { margin: 0 0 16px; color: var(--v3-blue); font-size: 13px; font-weight: 700; line-height: 1.2; letter-spacing: .14em; text-transform: uppercase; }
.v3-catalog h1 { max-width: 1060px; margin: 0; font-size: clamp(42px, 4.35vw, 62px); font-weight: 500; line-height: 1.14; letter-spacing: -.034em; text-align: left; text-wrap: balance; }
.v3-catalog-intro { max-width: 760px; margin: 22px 0 0; color: var(--v3-text); font-size: 17px; line-height: 1.6; }
.v3-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 20px; margin-top: 64px; }
.v3-product-card { min-width: 0; overflow: hidden; color: #111820; background: #fff; border: 1px solid #e8ecef; text-align: center; text-decoration: none; transition: border-color .24s ease, box-shadow .24s ease; }
.v3-product-media { display: block; overflow: hidden; background: #fff; }
.v3-product-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; object-position: center; background: #fff; transition: transform .24s ease; }
.v3-product-card h2 { min-height: 84px; display: flex; align-items: center; justify-content: center; margin: 0; padding: 16px 18px; border-top: 1px solid #eef1f3; background: #fff; font-size: 17px; font-weight: 500; line-height: 1.35; }
.v3-product-card:hover { color: var(--v3-blue); border-color: #cddae5; box-shadow: 0 12px 28px rgba(18, 58, 90, .08); }
.v3-product-card:hover img { transform: scale(1.035); }

.v3-companion-products { padding: 96px 0 104px; background: #f3f5f7; }
.v3-companion-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; }
.v3-can-feature { min-height: 430px; display: grid; grid-template-columns: minmax(0, 1fr) 240px; overflow: hidden; color: var(--v3-ink); background: #fff; text-decoration: none; }
.v3-companion-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 48px; }
.v3-companion-copy h2,
.v3-system-panel h2 { margin: 0; font-size: 36px; font-weight: 600; line-height: 1.15; letter-spacing: -.025em; }
.v3-companion-copy > p:not(.v3-section-kicker) { margin: 22px 0 0; color: var(--v3-text); line-height: 1.65; }
.v3-text-link { margin-top: 30px; padding-bottom: 4px; color: var(--v3-blue); border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 600; }
.v3-can-feature-media { display: grid; place-items: center; padding: 28px 24px; background: #f8f8f6; }
.v3-can-feature-media img { width: 100%; height: 340px; object-fit: contain; transition: transform .22s ease; }
.v3-can-feature:hover .v3-can-feature-media img { transform: scale(1.025); }
.v3-system-panel { min-height: 430px; padding: 48px; background: #eaf1f7; }
.v3-system-panel h2 { max-width: 470px; font-size: 32px; }
.v3-system-links { margin-top: 34px; border-top: 1px solid rgba(10, 75, 130, .18); }
.v3-system-links a { min-height: 72px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(150px, .8fr); align-items: center; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(10, 75, 130, .18); color: var(--v3-ink); text-decoration: none; }
.v3-system-links strong { font-size: 15px; font-weight: 600; }
.v3-system-links span { color: #63717e; font-size: 12px; line-height: 1.4; }
.v3-system-links a:hover strong { color: var(--v3-blue); }

.v3-center-copy { text-align: center; }
.v3-center-copy > h2 { margin: 0; font-size: clamp(42px, 4.2vw, 60px); font-weight: 700; line-height: 1.15; letter-spacing: -.035em; text-wrap: balance; }
.v3-center-copy > h2 { width: min(1120px, 100%); margin-inline: auto; }
.v3-center-copy > p { max-width: 880px; margin: 24px auto 0; color: var(--v3-text); line-height: 1.7; }
.v3-button,
.v3-outline-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; margin-top: 28px; padding: 0 22px; border: 1px solid var(--v3-accent); font-size: 14px; font-weight: 600; text-decoration: none; }
.v3-button { color: #fff; background: var(--v3-accent); }
.v3-outline-button { color: var(--v3-blue-dark); background: transparent; border-color: #8c98a7; }
.v3-button:hover,
.v3-outline-button:hover { color: #fff; background: var(--v3-blue); border-color: var(--v3-blue); }

.v3-lines { min-height: 860px; padding: 32px 0 34px; overflow: hidden; background: #fff; }
.v3-lines-inner { width: min(calc(100% - 48px), 1100px); margin-inline: auto; }
.v3-lines-inner > h2 { max-width: 820px; margin: 0; color: #0d141c; font-size: clamp(48px, 4.15vw, 60px); font-weight: 700; line-height: 1.18; letter-spacing: -.035em; }
.v3-lines-intro { display: grid; grid-template-columns: minmax(0, 1fr) 220px; align-items: center; justify-content: space-between; gap: 48px; margin-top: 30px; }
.v3-lines-intro p { max-width: 830px; margin: 0; color: var(--v3-text); font-size: 16px; line-height: 1.5; }
.home-v3 .v3-lines-cta { position: relative; top: 9px; left: 40px; width: 220px; min-height: 76px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; color: #fff; background: var(--v3-accent); border-radius: 999px; font-size: 16px; font-weight: 700; line-height: 1.15; text-align: center; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.home-v3 .v3-lines-cta:hover { color: #fff; background: var(--v3-blue); transform: translateY(-2px); }
.v3-line-image { width: 100%; height: auto; display: block; margin: 63px auto 0; object-fit: contain; object-position: center bottom; }
.home-v3 .v3-lines-cta { top: 0; left: 0; }
.v3-applications-button { text-decoration: none; }

.v3-applications { padding: 88px 0 84px; background: #fff; }
.v3-applications .v3-center-copy > h2 { max-width: 1080px; font-size: clamp(42px, 4.1vw, 58px); line-height: 1.16; }
.v3-applications .v3-center-copy > p { max-width: 820px; margin-top: 20px; color: #555f68; font-size: 16px; line-height: 1.6; }
.v3-application-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 48px; text-align: left; }
.v3-application-column { min-width: 0; }
.v3-application-column > img { width: 100%; aspect-ratio: 1.5 / 1; object-fit: cover; object-position: center; background: #f5f5f5; }
.v3-application-column h3 { min-height: 48px; display: flex; align-items: center; justify-content: center; margin: 24px 14px 0; padding: 10px 12px; color: #2a3540; background: #edf0f2; font-size: 20px; font-weight: 600; line-height: 1.25; text-align: center; }
.v3-application-column ul { display: grid; gap: 22px; margin: 34px 0 0; padding: 0 12px; color: #263341; font-size: 15px; font-weight: 600; line-height: 1.35; list-style: none; }
.v3-application-column li { position: relative; padding-left: 24px; }
.v3-application-column li::before { position: absolute; top: 2px; left: 0; width: 15px; height: 15px; display: grid; place-items: center; content: "\2713"; color: #fff; background: #344d62; border-radius: 50%; font-size: 10px; font-weight: 700; line-height: 1; }
.v3-applications-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; margin-top: 34px; padding: 0 28px; color: #162331; border: 2px solid #929aa1; border-radius: 10px; font-size: 14px; font-weight: 600; }

.v3-flexible-quality { min-height: 1020px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(510px, 1fr)); overflow: hidden; background: var(--v3-soft); }
.v3-flexible-quality > img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; }
.v3-flexible-image { grid-column: 8 / 13; grid-row: 1; object-position: center center; }
.v3-quality-image { grid-column: 1 / 6; grid-row: 2; object-position: center center; }
.v3-flexible-quality-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 52px clamp(52px, 6.5vw, 148px); }
.v3-flexible-copy-primary { grid-column: 1 / 8; grid-row: 1; }
.v3-quality-copy { grid-column: 6 / 13; grid-row: 2; }
.v3-flexible-quality-copy h2 { margin: 0; font-size: clamp(42px, 3.15vw, 56px); font-weight: 700; line-height: 1.08; letter-spacing: -.035em; }
.v3-flexible-quality-copy p { max-width: 820px; margin: 28px 0 0; color: var(--v3-text); font-size: 14px; line-height: 1.55; }
.v3-flexible-quality-copy .v3-outline-button { min-width: 148px; margin-top: 34px; border-width: 2px; border-radius: 10px; }

.v3-certifications { min-height: 675px; padding: 38px 0 44px; overflow: hidden; background: #fff; }
.v3-certifications .home-shell { width: min(calc(100% - 48px), 1180px); }
.v3-certifications .v3-center-copy > h2 { max-width: 1050px; font-size: clamp(44px, 4.1vw, 60px); line-height: 1.08; }
.v3-certifications .v3-center-copy > p { margin-top: 20px; color: #666; font-size: 16px; }
.v3-cert-carousel { position: relative; margin-top: 24px; padding-inline: 40px; }
.v3-cert-viewport { overflow: hidden; }
.v3-cert-track { display: flex; gap: 18px; transform: translate3d(0, 0, 0); }
.v3-cert-track.is-animating { transition: transform .32s ease; }
.v3-cert-track figure { flex: 0 0 calc((100% - 54px) / 4); margin: 0; }
.v3-cert-track img { width: 100%; height: 330px; object-fit: contain; object-position: center bottom; }
.v3-cert-track figcaption { min-height: 48px; margin-top: 10px; color: #101010; font-size: 16px; font-weight: 700; line-height: 1.22; text-align: center; }
.v3-cert-arrow { position: absolute; top: 145px; z-index: 2; width: 34px; height: 54px; display: grid; place-items: center; padding: 0; color: #4c82ef; background: transparent; border: 0; font: 400 50px/1 Arial, sans-serif; cursor: pointer; }
.v3-cert-arrow:hover { color: var(--v3-blue); }
.v3-cert-arrow-prev { left: 0; }
.v3-cert-arrow-next { right: 0; }
.v3-cert-status { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.v3-performance { min-height: 861px; padding: 29px 0 0; background: #fff; }
.v3-performance .home-shell { width: min(calc(100% - 48px), 1100px); }
.v3-performance .v3-center-copy > h2 { font-size: clamp(44px, 4vw, 60px); line-height: 1.08; }
.v3-performance .v3-center-copy > p { margin-top: 18px; color: #151515; font-size: 14px; }
.v3-smart-safe-tabs { width: min(620px, 100%); display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin: 53px auto 49px; }
.v3-smart-safe-tabs button { position: relative; min-height: 73px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 12px 18px; color: #080808; background: #fff; border: 1px solid #ddd; font: 700 16px/1.02 Arial, sans-serif; text-align: left; cursor: pointer; }
.v3-smart-safe-tabs button[aria-selected="true"] { background: #f0f0ee; }
.v3-smart-safe-tabs button[aria-selected="true"]::after { position: absolute; left: 50%; bottom: -11px; width: 0; height: 0; content: ""; border-inline: 12px solid transparent; border-top: 11px solid #f0f0ee; transform: translateX(-50%); }
.v3-smart-safe-tabs img { width: 34px; height: 34px; flex: 0 0 34px; object-fit: contain; }
.v3-smart-safe-panels { background: #f3f3f0; }
.v3-smart-safe-panel { width: min(100%, 1600px); height: 575px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-inline: auto; }
.v3-smart-safe-panel[hidden] { display: none; }
.v3-smart-safe-panel > img { width: 100%; height: 575px; object-fit: cover; object-position: center; }
.v3-smart-safe-copy { position: relative; display: flex; align-items: center; overflow: hidden; background: #f3f3f0; }
.v3-smart-safe-copy::before { position: absolute; inset: 30% auto auto -2%; width: 62%; height: 62%; content: ""; opacity: .34; background: linear-gradient(135deg, transparent 0 33%, #e7e7e3 33% 43%, transparent 43% 52%, #e7e7e3 52% 62%, transparent 62%); transform: rotate(-8deg); }
.v3-smart-safe-copy-inner { position: relative; z-index: 1; width: min(370px, calc(100% - 48px)); margin-inline: auto; text-align: left; }
.v3-smart-safe-copy h3 { margin: 0; color: #050505; font-size: 30px; font-weight: 700; line-height: 1.15; }
.v3-smart-safe-copy p { margin: 36px 0 0; color: #686868; font-size: 16px; line-height: 1.58; }

.v3-support { min-height: 651px; padding: 100px 0 70px; }
.v3-support .home-shell { width: min(calc(100% - 48px), 1220px); }
.v3-support .v3-center-copy > h2 { width: min(1220px, 100%); }
.v3-support-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; margin-top: 76px; }
.v3-support-grid article { min-height: 258px; padding: 26px 25px 24px; background: #fff; text-align: center; box-shadow: 0 10px 20px rgba(24, 35, 48, .15); }
.v3-support-grid img { display: block; width: auto; height: 60px; margin: 0 0 12px -8px; object-fit: contain; }
.v3-support-grid h3 { margin: 0 0 14px; color: #050505; font-size: 20px; font-weight: 700; line-height: 1.3; }
.v3-support-grid p { margin: 0; color: #555; font-size: 16px; line-height: 1.5; }

.v3-contact-band { position: relative; min-height: 300px; display: grid; place-items: center; overflow: hidden; text-align: center; }
.v3-contact-band::after { position: absolute; inset: 0; content: ""; background: rgba(255, 255, 255, .66); }
.v3-contact-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.v3-contact-band > div { position: relative; z-index: 1; padding: 54px 24px; }
.v3-contact-band h2 { margin: 0; color: var(--v3-blue-dark); font-size: clamp(34px, 3.4vw, 48px); line-height: 1.2; }

.v3-float-enquiry { position: fixed; right: 10px; bottom: 100px; z-index: 18; min-height: 52px; display: inline-flex; align-items: center; padding: 0 26px; color: #fff !important; background: var(--v3-accent); border-radius: 10px; font-size: 14px; font-weight: 700; text-decoration: none; box-shadow: 0 8px 24px rgba(22, 70, 130, .2); }

.v3-footer { min-height: 433px; padding: 68px 0 48px; color: #fff; background: var(--v3-blue-dark); }
.v3-footer .home-shell { width: min(calc(100% - 48px), 1026px); }
.v3-footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px; }
.v3-footer-brand { display: flex; flex-direction: column; align-items: center; }
.v3-footer-brand img { display: block; width: 180px; height: 60px; object-fit: contain; object-position: left center; }
.v3-footer-socials { width: 180px; display: flex; justify-content: center; gap: 28px; margin-top: 24px; color: #bdc7d3; }
.v3-footer-socials span { width: 25px; height: 25px; display: grid; place-items: center; }
.v3-footer-socials svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.v3-footer-socials span:first-child svg path { stroke-width: 1.7; }
.v3-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.v3-footer h2 { margin: 0 0 18px; color: #fff; font-size: 17px; font-weight: 700; }
.v3-footer p,
.v3-footer a { margin: 0; color: #fff; font-size: 14px; line-height: 1.6; text-decoration: none; }
.v3-footer-column > a::before { margin-right: 10px; content: ">"; }
.v3-footer-contact > .v3-footer-email { color: #2196f3; }
.v3-footer-contact > .v3-footer-email::before { content: none; }
.v3-footer a:hover { color: #fff; }

@media (max-width: 1248px) {
  .home-v3 .home-nav-links,
  .home-v3 .home-nav-cta { display: none; }
  .home-v3 .home-mobile-nav { display: block; position: relative; }
  .home-v3 .home-mobile-nav > summary { width: 38px; height: 38px; display: grid; align-content: center; gap: 6px; padding: 7px; cursor: pointer; list-style: none; }
  .home-v3 .home-mobile-nav > summary::-webkit-details-marker { display: none; }
  .home-v3 .home-mobile-nav > summary span { height: 2px; display: block; background: #fff; }
  .home-v3 .home-mobile-nav[open] > .home-mobile-nav-panel { position: absolute; right: 0; top: 52px; width: min(340px, calc(100vw - 32px)); max-height: min(680px, calc(100vh - 118px)); display: grid; padding: 10px 18px 18px; overflow-y: auto; color: var(--v3-ink); background: #fff; border: 1px solid #ddd; box-shadow: 0 18px 40px rgba(0, 0, 0, .16); }
  .home-v3 .home-mobile-nav a,
  .home-v3 .home-mobile-nav-group > summary { width: 100%; height: auto; min-height: 48px; display: flex; align-items: center; padding: 12px 4px; color: var(--v3-ink); border-bottom: 1px solid #e9ecef; font-size: 14px; font-weight: 500; line-height: 1.3; text-decoration: none; cursor: pointer; }
  .home-v3 .home-mobile-nav-group > summary { justify-content: space-between; }
  .home-v3 .home-mobile-nav-group > summary::marker { color: var(--v3-accent); }
  .home-v3 .home-mobile-nav-group > div { padding: 4px 0 8px 18px; background: #f6f7f8; }
  .home-v3 .home-mobile-nav-group > div a { min-height: 40px; padding: 9px 10px; color: #56616b; border-color: #e4e8eb; font-size: 13px; font-weight: 400; }
  .home-v3 .home-mobile-nav a.home-mobile-nav-cta { justify-content: center; margin-top: 14px; color: #fff !important; background: var(--v3-blue); border: 1px solid var(--v3-blue) !important; }
  .v3-product-grid { grid-template-columns: repeat(2, 1fr); }
  .v3-companion-grid { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  .home-v3 .home-shell { width: min(calc(100% - 40px), var(--v3-max)); }
  .home-v3 .home-nav { width: min(calc(100% - 40px), var(--v3-max)); min-height: 90px; }
  .home-v3 .home-brand { width: 172px; height: 42px; flex-basis: 172px; }
  .home-v3 .home-brand img { position: static; width: 172px; }
  .v3-film { height: 410px; min-height: 410px; }
  .v3-film video { object-position: center; }
  .home-v3 .home-video-toggle { right: 12px; bottom: 12px; }
  .v3-catalog { padding: 76px 0 80px; }
  .v3-catalog-heading { max-width: none; }
  .v3-catalog h1 { width: auto; max-width: 680px; margin: 0; font-size: 38px; line-height: 1.18; }
  .v3-catalog-intro { margin-top: 20px; font-size: 16px; line-height: 1.6; }
  .v3-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: stretch; gap: 20px; margin-top: 48px; }
  .v3-product-card h2 { min-height: 82px; font-size: 18px; }
  .v3-companion-products { padding: 64px 0 72px; }
  .v3-companion-grid { gap: 20px; }
  .v3-can-feature { min-height: 0; grid-template-columns: 1fr; }
  .v3-can-feature-media { order: -1; padding: 28px; }
  .v3-can-feature-media img { height: 300px; }
  .v3-companion-copy,
  .v3-system-panel { padding: 32px 28px; }
  .v3-companion-copy h2,
  .v3-system-panel h2 { font-size: 30px; }
  .v3-system-links a { grid-template-columns: 1fr; gap: 5px; padding: 16px 0; }
  .v3-lines { min-height: 0; padding: 70px 0 54px; }
  .v3-lines-inner { width: min(calc(100% - 40px), 1100px); }
  .v3-lines-inner > h2 { margin-left: 0; font-size: 40px; line-height: 1.18; }
  .v3-lines-intro { grid-template-columns: 1fr; gap: 24px; margin-top: 26px; }
  .v3-lines-intro p { left: 0; max-width: none; }
  .home-v3 .v3-lines-cta { top: 0; left: 0; width: 210px; min-height: 68px; }
  .v3-line-image { width: 100%; margin: 34px 0 0; }
  .v3-applications { height: auto; min-height: 0; padding: 72px 0; overflow: visible; }
  .v3-certifications { min-height: 650px; padding: 56px 0 42px; }
  .v3-support { min-height: 0; padding: 80px 0 60px; }
  .v3-center-copy > h2 { font-size: 36px; line-height: 1.2; }
  .v3-application-grid { width: min(100%, 420px); grid-template-columns: 1fr; justify-content: center; gap: 56px; margin: 40px auto 0; }
  .v3-applications .v3-center-copy > p { margin-top: 18px; }
  .v3-applications .v3-application-grid { margin-top: 40px; }
  .v3-application-column h3 { margin-inline: 0; font-size: 20px; text-align: center; }
  .v3-application-column ul { padding-inline: 4px; }
  .v3-flexible-quality { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto 320px auto 320px; }
  .v3-flexible-quality > img { min-height: 0; height: 320px; }
  .v3-flexible-copy-primary { grid-column: 1; grid-row: 1; }
  .v3-flexible-image { grid-column: 1; grid-row: 2; }
  .v3-quality-copy { grid-column: 1; grid-row: 3; }
  .v3-quality-image { grid-column: 1; grid-row: 4; }
  .v3-flexible-quality-copy { padding: 48px 24px 54px; }
  .v3-flexible-quality-copy h2 { font-size: 36px; line-height: 1.12; }
  .v3-flexible-quality-copy p { margin-top: 22px; font-size: 14px; line-height: 1.65; }
  .v3-flexible-quality-copy .v3-outline-button { margin-top: 28px; }
  .v3-certifications .v3-center-copy > h2 { font-size: 36px; }
  .v3-certifications .v3-center-copy > p { font-size: 15px; }
  .v3-cert-carousel { padding-inline: 34px; }
  .v3-cert-track figure { flex-basis: calc((100% - 18px) / 2); }
  .v3-cert-track img { height: 330px; }
  .v3-performance { height: auto; min-height: 0; padding-top: 56px; }
  .v3-performance .v3-center-copy > h2 { font-size: 36px; }
  .v3-smart-safe-tabs { width: 100%; grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 180px; justify-content: start; gap: 14px; margin: 38px auto 36px; overflow-x: auto; padding: 0 2px 14px; scroll-snap-type: x mandatory; }
  .v3-smart-safe-tabs button { scroll-snap-align: center; }
  .v3-smart-safe-panel { height: auto; grid-template-columns: 1fr; }
  .v3-smart-safe-panel > img { height: 360px; order: -1; }
  .v3-smart-safe-copy { min-height: 420px; padding: 54px 24px; }
  .v3-smart-safe-copy-inner { width: min(520px, 100%); margin: 0 auto; }
  .v3-smart-safe-copy h3 { font-size: 30px; }
  .v3-smart-safe-copy p { margin-top: 26px; }
  .v3-support-grid { grid-template-columns: minmax(0, 280px); justify-content: center; gap: 24px; margin-top: 48px; }
  .v3-support-grid article { min-height: 258px; }
  .v3-contact-band { display: grid; }
  .v3-footer { min-height: 0; padding: 56px 0; }
  .v3-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 52px 32px; }
  .v3-float-enquiry { right: 10px; bottom: 24px; min-height: 48px; padding: 0 20px; }
}

@media (max-width: 640px) {
  .v3-product-grid { grid-template-columns: 1fr; }
  .v3-catalog h1 { font-size: 34px; }
  .v3-product-card h2 { min-height: 74px; }
  .v3-float-enquiry { display: none; }
  .v3-footer-grid { grid-template-columns: 1fr; gap: 46px; }
  .v3-certifications { min-height: 630px; }
  .v3-certifications .home-shell { width: calc(100% - 20px); }
  .v3-certifications .v3-center-copy > h2 { font-size: 32px; }
  .v3-cert-track figure { flex-basis: 100%; }
  .v3-cert-track img { height: 360px; }
  .v3-cert-arrow { top: 164px; }
}

@media (max-width: 420px) {
  .home-v3 .home-shell,
  .home-v3 .home-nav { width: calc(100% - 20px); }
  .home-v3 .v3-catalog .home-shell,
  .home-v3 .v3-companion-products .home-shell { width: calc(100% - 40px); }
  .home-v3 .home-brand { margin-left: 0; }
  .v3-film { height: 410px; }
  .v3-center-copy > p { font-size: 15px; }
  .home-v3 .home-video-toggle span:last-child { display: none; }
  .home-v3 .home-video-toggle { width: 38px; justify-content: center; padding: 0; }
}
