/*
Theme Name: Naivaro V2
Theme URI: https://naivaro.com/
Author: Naivaro
Description: A bespoke, native WordPress theme for Naivaro B2B shower systems.
Version: 2.6.1
Text Domain: naivaro-v2
*/

:root {
    --nv2-bg: #0b0d0e;
    --nv2-bg-soft: #111416;
    --nv2-panel: #171a1c;
    --nv2-panel-warm: #1c1a18;
    --nv2-text: #f2f0eb;
    --nv2-muted: #aaa8a2;
    --nv2-muted-2: #777a7d;
    --nv2-line: rgba(255, 255, 255, .12);
    --nv2-line-strong: rgba(255, 255, 255, .2);
    --nv2-blue: #2e6eea;
    --nv2-blue-soft: #82a8ff;
    --nv2-warm: #b9a891;
    --nv2-serif: "Instrument Serif", Georgia, "Times New Roman", serif;
    --nv2-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --nv2-shell: min(1680px, calc(100vw - 48px));
    --nv2-reading: min(820px, calc(100vw - 48px));
    --nv2-radius: 2px;
    --nv2-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--nv2-bg); }
body {
    margin: 0;
    overflow-x: hidden;
    background: var(--nv2-bg);
    color: var(--nv2-text);
    font-family: var(--nv2-sans);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.admin-bar .nv2-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--nv2-blue); color: #fff; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 2px solid var(--nv2-blue-soft); outline-offset: 4px; }

.nv2-skip-link { position: fixed; z-index: 1000001; top: 10px; left: 12px; padding: 10px 14px; background: #fff; color: #080a0a; font-size: 13px; font-weight: 700; transform: translateY(-160%); transition: transform .2s ease; }
.nv2-skip-link:focus { transform: translateY(0); }

.nv2-site { min-height: 100vh; background: var(--nv2-bg); }
.nv2-shell { width: var(--nv2-shell); margin-inline: auto; }
.nv2-reading { width: var(--nv2-reading); margin-inline: auto; }
.nv2-section { position: relative; padding: clamp(84px, 9vw, 150px) 0; border-top: 1px solid var(--nv2-line); }
.nv2-section[id], .nv2-info-grid[id] { scroll-margin-top: 112px; }
.nv2-section--compact { padding: clamp(54px, 6vw, 92px) 0; }
.nv2-section--soft { background: var(--nv2-bg-soft); }
.nv2-section--warm { background: var(--nv2-panel-warm); }
.nv2-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 20px;
    color: var(--nv2-blue-soft);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    line-height: 1.2;
    text-transform: uppercase;
}
.nv2-kicker::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.nv2-title,
.nv2-display,
.nv2-page-title,
.nv2-product-title {
    margin: 0;
    color: var(--nv2-text);
    font-family: var(--nv2-serif);
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: .98;
}
.nv2-title { max-width: 850px; font-size: clamp(46px, 6vw, 92px); }
.nv2-title em,
.nv2-display em,
.nv2-page-title em { font-weight: 400; }
.nv2-display { font-size: clamp(38px, 4.2vw, 68px); }
.nv2-lead { max-width: 680px; margin: 26px 0 0; color: var(--nv2-muted); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.65; }
.nv2-copy { color: var(--nv2-muted); }
.nv2-copy p { margin: 0 0 1.2em; }
.nv2-copy h2, .nv2-copy h3 { color: var(--nv2-text); font-family: var(--nv2-serif); font-weight: 400; }
.nv2-copy h2 { margin: 1.6em 0 .65em; font-size: clamp(34px, 4vw, 58px); line-height: 1; }
.nv2-copy h3 { margin: 1.5em 0 .5em; font-size: 30px; }

.nv2-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border: 1px solid var(--nv2-line-strong);
    background: transparent;
    color: var(--nv2-text);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.nv2-button:hover { border-color: #fff; transform: translateY(-2px); }
.nv2-button--primary { border-color: var(--nv2-blue); background: var(--nv2-blue); color: #fff; }
.nv2-button--primary:hover { border-color: #4b82ed; background: #4b82ed; }
.nv2-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid var(--nv2-line-strong); font-size: 13px; font-weight: 600; }
.nv2-link::after { content: "→"; color: var(--nv2-blue-soft); }
.nv2-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }

/* Header */
.nv2-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    padding: 18px 0;
    transition: padding .25s ease, background .25s ease;
}
.nv2-header.is-scrolled { padding: 10px 0; background: rgba(8, 10, 11, .65); backdrop-filter: blur(18px); }
.nv2-scroll-progress { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: linear-gradient(90deg, var(--nv2-blue), #8cb4ff 58%, rgba(255,255,255,.8)); box-shadow: 0 0 18px rgba(46,110,234,.48); transform: scaleX(0); transform-origin: left center; pointer-events: none; }
.nv2-nav {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr) 190px;
    align-items: center;
    min-height: 66px;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, .17);
    background: rgba(22, 24, 25, .64);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
    backdrop-filter: blur(22px) saturate(130%);
}
.nv2-logo { font-size: 25px; font-weight: 600; letter-spacing: -.04em; }
.nv2-menu { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 40px); }
.nv2-menu a { position: relative; color: #c2c1bd; font-size: 13px; transition: color .2s ease; }
.nv2-menu a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--nv2-blue-soft); transform: scaleX(0); transform-origin: right center; transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.nv2-menu a:hover, .nv2-menu a[aria-current="page"] { color: #fff; }
.nv2-menu a:hover::after, .nv2-menu a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left center; }
.nv2-menu .nv2-mobile-quote { display: none; }
.nv2-nav-cta { display: flex; justify-content: flex-end; }
.nv2-nav-cta a { font-size: 12px; font-weight: 600; }
.nv2-nav-cta a::after { content: "→"; margin-left: 16px; color: var(--nv2-blue-soft); }
.nv2-menu-toggle { display: none; border: 0; background: transparent; padding: 10px 0 10px 18px; }
.nv2-menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px 0; background: currentColor; }

/* Home hero */
.nv2-hero {
    position: relative;
    display: grid;
    min-height: min(940px, 100vh);
    padding-top: 102px;
    overflow: hidden;
    background: #080a0a;
}
.nv2-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 25%; background: linear-gradient(transparent, var(--nv2-bg)); pointer-events: none; }
.nv2-hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; align-items: stretch; }
.nv2-hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 84px clamp(30px, 5vw, 96px) 118px 0; }
.nv2-hero-copy::before { content: ""; position: absolute; z-index: -1; inset: 10% -35% 0 -30%; background: radial-gradient(circle at 45% 50%, rgba(46,110,234,.14), transparent 54%); }
.nv2-hero-visual { position: relative; min-height: 680px; overflow: hidden; }
.nv2-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: translate3d(var(--nv2-depth-x, 0), calc(var(--nv2-depth-y, 0px) + var(--nv2-parallax, 0px)), 0) scale(1.07); transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.nv2-hero-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, #080a0a 0%, transparent 26%, transparent 78%, rgba(8,10,10,.15)); }
.nv2-hero-visual::after, .nv2-page-hero-media::after { content: ""; position: absolute; z-index: 1; inset: -24%; background: linear-gradient(112deg, transparent 38%, rgba(255,255,255,.12) 49%, transparent 60%); mix-blend-mode: soft-light; transform: translate3d(-55%, 0, 0); animation: nv2-light-sweep 10s ease-in-out infinite; pointer-events: none; }
@keyframes nv2-light-sweep { 0%, 20% { transform: translate3d(-55%, 0, 0); opacity: 0; } 34% { opacity: .8; } 62%, 100% { transform: translate3d(55%, 0, 0); opacity: 0; } }
.nv2-hero-caption { position: absolute; z-index: 2; right: 24px; bottom: 84px; left: 24px; display: flex; justify-content: space-between; align-items: end; padding: 20px 22px; border: 1px solid rgba(255,255,255,.2); background: rgba(13,15,16,.48); backdrop-filter: blur(18px); }
.nv2-hero-caption span { display: block; color: var(--nv2-muted); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.nv2-hero-caption strong { display: block; margin-top: 6px; font-family: var(--nv2-serif); font-size: 24px; font-weight: 400; }
.nv2-hero-caption a { font-size: 12px; }

.nv2-proof { position: relative; z-index: 3; margin-top: -1px; border-block: 1px solid var(--nv2-line); background: rgba(15, 17, 18, .95); }
.nv2-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.nv2-proof-item { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; min-height: 90px; padding: 16px 28px; border-left: 1px solid var(--nv2-line); }
.nv2-proof-item:last-child { border-right: 1px solid var(--nv2-line); }
.nv2-proof-icon { color: var(--nv2-blue-soft); font-family: var(--nv2-serif); font-size: 28px; }
.nv2-proof-item strong { display: block; font-size: 12px; font-weight: 500; }
.nv2-proof-item span { display: block; color: var(--nv2-muted-2); font-size: 10px; }
.nv2-proof-item { transition: background .25s ease, border-color .25s ease; }
.nv2-proof-item:hover { border-color: rgba(130,168,255,.38); background: rgba(255,255,255,.025); }

/* Water statement */
.nv2-water { position: relative; min-height: 640px; overflow: hidden; background: #0a0c0d; }
.nv2-water::after { content: ""; position: absolute; z-index: 1; inset: 24% -12% -20%; background: radial-gradient(circle at var(--nv2-water-pointer-x, 66%) var(--nv2-water-pointer-y, 58%), rgba(218,232,236,.25), rgba(255,255,255,.05) 20%, transparent 46%); opacity: .7; mix-blend-mode: screen; pointer-events: none; animation: nv2-water-breathe 6s ease-in-out infinite alternate; animation-play-state: paused; }
.nv2-water-bg { position: absolute; inset: 27% -5% -10%; background-image: linear-gradient(to bottom, rgba(10,12,13,.04), rgba(0,0,0,.16)), var(--nv2-water-image); background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; transform: translate3d(var(--nv2-water-x, 0px), calc(var(--nv2-parallax, 0px) + var(--nv2-water-y, 0px)), 0) scale(1.1); filter: saturate(.74) contrast(1.07); will-change: transform; transition: transform .6s cubic-bezier(.2,.7,.2,1); animation: nv2-water-drift 11s ease-in-out infinite alternate; animation-play-state: paused; }
@keyframes nv2-water-breathe { from { opacity: .38; transform: translate3d(-2.5%, 1%, 0) scale(.98); } to { opacity: .78; transform: translate3d(2.5%, -1.5%, 0) scale(1.03); } }
@keyframes nv2-water-drift { from { transform: translate3d(calc(-1.4% + var(--nv2-water-x, 0px)), calc(1% + var(--nv2-parallax, 0px) + var(--nv2-water-y, 0px)), 0) scale(1.1); } to { transform: translate3d(calc(1.4% + var(--nv2-water-x, 0px)), calc(-1% + var(--nv2-parallax, 0px) + var(--nv2-water-y, 0px)), 0) scale(1.1); } }
.nv2-water.is-motion-active::after, .nv2-water.is-motion-active .nv2-water-bg { animation-play-state: running; }
.nv2-water-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: start; padding-top: 92px; }
.nv2-water-grid .nv2-display { max-width: 650px; }
.nv2-water-grid p { max-width: 460px; margin: 20px 0 0; color: var(--nv2-muted); }

/* Headings and grids */
.nv2-section-head { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 50px; }
.nv2-section-head > div:first-child { max-width: 900px; }
.nv2-section-head > p { max-width: 470px; margin: 0; color: var(--nv2-muted); }
.nv2-card-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(2, minmax(260px, 330px)); border-top: 1px solid var(--nv2-line); border-left: 1px solid var(--nv2-line); }
.nv2-system-card { position: relative; min-height: 0; overflow: hidden; border-right: 1px solid var(--nv2-line); border-bottom: 1px solid var(--nv2-line); background: #d8d3cb; }
.nv2-system-card:nth-child(1) { grid-column: 1 / 7; grid-row: 1 / 3; }
.nv2-system-card:nth-child(2) { grid-column: 7 / 13; grid-row: 1; }
.nv2-system-card:nth-child(3) { grid-column: 7 / 10; grid-row: 2; }
.nv2-system-card:nth-child(4) { grid-column: 10 / 13; grid-row: 2; }
.nv2-system-card img { width: 100%; height: 100%; padding: clamp(18px, 2.5vw, 42px); object-fit: contain; filter: saturate(.78) brightness(.92) contrast(1.03); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.nv2-system-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 48%, rgba(5,6,6,.08) 62%, rgba(5,6,6,.92)); }
.nv2-system-card-content { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; }
.nv2-system-card small { color: var(--nv2-blue-soft); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.nv2-system-card h3 { margin: 7px 0 2px; font-family: var(--nv2-serif); font-size: 28px; font-weight: 400; line-height: 1.05; }
.nv2-system-card p { margin: 0; color: var(--nv2-muted); font-size: 12px; }
.nv2-system-card:hover img { transform: scale(1.025); filter: saturate(.9) brightness(.98); }

.nv2-feature { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 720px; }
.nv2-feature-media { position: relative; overflow: hidden; background: #d6d1c9; }
.nv2-feature-media img { width: 100%; height: 100%; padding: clamp(30px, 5vw, 90px); object-fit: contain; transform: translate3d(var(--nv2-depth-x, 0), var(--nv2-depth-y, 0), 0) scale(1.02); transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.nv2-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 7vw, 110px); background: #111315; }
.nv2-feature-copy .nv2-display { max-width: 620px; }
.nv2-feature-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 38px; border-top: 1px solid var(--nv2-line); border-left: 1px solid var(--nv2-line); }
.nv2-feature-point { padding: 18px; border-right: 1px solid var(--nv2-line); border-bottom: 1px solid var(--nv2-line); }
.nv2-feature-point strong { display: block; font-size: 12px; }
.nv2-feature-point span { color: var(--nv2-muted-2); font-size: 10px; }

.nv2-engineering-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 50px; align-items: start; }
.nv2-engineering-cards { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--nv2-line); border-left: 1px solid var(--nv2-line); }
.nv2-engineering-card { min-height: 250px; padding: 24px; border-right: 1px solid var(--nv2-line); border-bottom: 1px solid var(--nv2-line); background: linear-gradient(145deg, rgba(255,255,255,.04), transparent); }
.nv2-engineering-card span { color: var(--nv2-blue-soft); font-family: var(--nv2-serif); font-size: 28px; }
.nv2-engineering-card h3 { margin: 54px 0 8px; font-family: var(--nv2-serif); font-size: 23px; font-weight: 400; line-height: 1.05; }
.nv2-engineering-card p { margin: 0; color: var(--nv2-muted-2); font-size: 11px; }

.nv2-oem-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: center; }
.nv2-oem-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 32px; border-top: 1px solid var(--nv2-line); border-left: 1px solid var(--nv2-line); }
.nv2-oem-service { padding: 18px; border-right: 1px solid var(--nv2-line); border-bottom: 1px solid var(--nv2-line); }
.nv2-oem-service span { display: block; min-height: 38px; color: var(--nv2-blue-soft); font-size: 11px; }
.nv2-oem-service strong { font-size: 12px; font-weight: 500; }
.nv2-oem-gallery { position: relative; min-height: 600px; }
.nv2-oem-gallery img { width: 88%; height: 72%; object-fit: cover; }
.nv2-oem-gallery img:last-child { position: absolute; right: 0; bottom: 0; width: 52%; height: 46%; border: 10px solid var(--nv2-panel-warm); object-position: center; box-shadow: var(--nv2-shadow); }
.nv2-oem-gallery--documents { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; min-height: 560px; }
.nv2-oem-gallery--documents img, .nv2-oem-gallery--documents img:last-child { position: static; width: 100%; height: 100%; border: 0; object-fit: contain; background: #d9d5ce; box-shadow: none; }

.nv2-factory-grid { display: grid; grid-template-columns: .64fr 1.36fr; gap: 64px; align-items: center; }
.nv2-stats { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 38px; border-top: 1px solid var(--nv2-line); border-left: 1px solid var(--nv2-line); }
.nv2-stat { padding: 18px; border-right: 1px solid var(--nv2-line); border-bottom: 1px solid var(--nv2-line); }
.nv2-stat strong { display: block; font-family: var(--nv2-serif); font-size: 30px; font-weight: 400; }
.nv2-stat span { color: var(--nv2-muted-2); font-size: 10px; text-transform: uppercase; }
.nv2-factory-mosaic { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 270px); gap: 10px; }
.nv2-factory-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.nv2-factory-mosaic img:first-child { grid-row: 1 / 3; }

.nv2-app-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(2, 300px); gap: 12px; }
.nv2-app-card { position: relative; min-height: 0; overflow: hidden; border: 1px solid var(--nv2-line); background: #191b1c; }
.nv2-app-card:nth-child(1) { grid-column: 1 / 8; grid-row: 1 / 3; }
.nv2-app-card:nth-child(2) { grid-column: 8 / 13; grid-row: 1; }
.nv2-app-card:nth-child(3) { grid-column: 8 / 13; grid-row: 2; }
.nv2-app-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) brightness(.78); transition: transform .7s ease; }
.nv2-app-card--product { background: #d8d3cb; }
.nv2-app-card--product img { padding: 22px; object-fit: contain; filter: saturate(.82) brightness(.92); }
.nv2-app-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(3,4,4,.88)); }
.nv2-app-card div { position: absolute; z-index: 2; bottom: 24px; left: 24px; }
.nv2-app-card small { color: var(--nv2-blue-soft); font-size: 10px; text-transform: uppercase; }
.nv2-app-card h3 { margin: 6px 0 0; font-family: var(--nv2-serif); font-size: 30px; font-weight: 400; }
.nv2-app-card:hover img { transform: scale(1.035); }

.nv2-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--nv2-line); border-left: 1px solid var(--nv2-line); }
.nv2-trust-item { padding: 28px; border-right: 1px solid var(--nv2-line); border-bottom: 1px solid var(--nv2-line); }
.nv2-trust-item strong { display: block; font-family: var(--nv2-serif); font-size: 24px; font-weight: 400; }
.nv2-trust-item span { color: var(--nv2-muted-2); font-size: 11px; }

/* RFQ */
.nv2-rfq { position: relative; overflow: hidden; background: #12100e; }
.nv2-rfq::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,8,.45), rgba(8,8,8,.88)), var(--nv2-rfq-image) center/cover; opacity: .65; }
.nv2-rfq--plain::before { background: radial-gradient(circle at 82% 35%, rgba(46,110,234,.12), transparent 34%), linear-gradient(120deg, #121416, #0d0f10); opacity: 1; }
.nv2-rfq-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.nv2-contact-list { margin-top: 34px; color: var(--nv2-muted); font-size: 13px; }
.nv2-contact-list a, .nv2-contact-list span { display: block; margin: 8px 0; }
.nv2-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 22px; padding: 32px; border: 1px solid var(--nv2-line-strong); background: rgba(20,20,20,.56); backdrop-filter: blur(22px); }
.nv2-field { display: grid; gap: 7px; }
.nv2-field--wide { grid-column: 1 / -1; }
.nv2-field label { color: #c7c5c0; font-size: 11px; letter-spacing: .04em; }
.nv2-field input, .nv2-field select, .nv2-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid var(--nv2-line-strong);
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: #fff;
}
.nv2-field select { color-scheme: dark; }
.nv2-field textarea { min-height: 110px; resize: vertical; }
.nv2-field input:focus, .nv2-field select:focus, .nv2-field textarea:focus { border-color: var(--nv2-blue-soft); }
.nv2-field input:focus-visible, .nv2-field select:focus-visible, .nv2-field textarea:focus-visible { outline: 0; border-color: var(--nv2-blue-soft); box-shadow: 0 2px 0 var(--nv2-blue-soft); }
.nv2-form-note { grid-column: 1 / -1; margin: 0; color: var(--nv2-muted-2); font-size: 10px; }
.nv2-honeypot { position: absolute !important; left: -9999px !important; }
.nv2-alert { grid-column: 1 / -1; padding: 14px 16px; border: 1px solid var(--nv2-line-strong); font-size: 13px; }
.nv2-alert--success { border-color: rgba(115,199,148,.5); background: rgba(57,119,82,.2); }
.nv2-alert--error { border-color: rgba(225,104,104,.5); background: rgba(140,54,54,.2); }

/* Interior pages */
.nv2-page-hero { position: relative; display: flex; align-items: center; min-height: 700px; padding: 160px 0 96px; overflow: hidden; background: #0b0d0e; }
.nv2-page-hero-media, .nv2-page-hero-shade { position: absolute; inset: 0; }
.nv2-page-hero-media { overflow: hidden; }
.nv2-page-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: var(--nv2-page-position, center); transform: translate3d(var(--nv2-depth-x, 0), calc(var(--nv2-depth-y, 0px) + var(--nv2-parallax, 0px)), 0) scale(1.07); transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.nv2-page-hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(7,8,8,.96) 0%, rgba(7,8,8,.78) 46%, rgba(7,8,8,.14) 100%); }
.nv2-page-hero--product .nv2-page-hero-media, .nv2-page-hero--proof .nv2-page-hero-media { left: 50%; background: #d8d3cb; }
.nv2-page-hero--product .nv2-page-hero-media img { padding: clamp(36px, 5vw, 84px); object-fit: contain; }
.nv2-page-hero--proof .nv2-page-hero-media img { object-fit: cover; }
.nv2-page-hero--product .nv2-page-hero-shade, .nv2-page-hero--proof .nv2-page-hero-shade { background: linear-gradient(90deg, #090b0c 0%, #090b0c 45%, rgba(9,11,12,.9) 51%, rgba(9,11,12,.06) 78%); }
.nv2-page-hero-content { position: relative; z-index: 2; max-width: none; }
.nv2-page-hero-content > * { max-width: 860px; }
.nv2-page-hero--product .nv2-page-hero-content > *, .nv2-page-hero--proof .nv2-page-hero-content > * { max-width: min(720px, 45vw); }
.nv2-page-hero--no-media .nv2-page-hero-content > * { max-width: 860px; }
.nv2-page-title { font-size: clamp(54px, 6.5vw, 104px); }
.nv2-page-summary { max-width: 680px; margin: 28px 0 0; color: #bbb9b3; font-size: clamp(17px,1.5vw,22px); }
.nv2-page-index { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--nv2-line); background: #0f1112; }
.nv2-page-index a { padding: 22px 26px; border-right: 1px solid var(--nv2-line); color: var(--nv2-muted); font-size: 12px; }
.nv2-page-index a:hover { color: #fff; background: rgba(255,255,255,.03); }
.nv2-content-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.nv2-content-grid + .nv2-content-grid { margin-top: 100px; }
.nv2-content-media { min-height: 520px; overflow: hidden; }
.nv2-content-media img { width: 100%; height: 100%; object-fit: cover; }
.nv2-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--nv2-line); border-left: 1px solid var(--nv2-line); }
.nv2-info-card { min-height: 270px; padding: 28px; border-right: 1px solid var(--nv2-line); border-bottom: 1px solid var(--nv2-line); background: linear-gradient(145deg, rgba(255,255,255,.035), transparent); }
.nv2-info-card small { color: var(--nv2-blue-soft); font-size: 10px; letter-spacing: .16em; }
.nv2-info-card h3 { margin: 65px 0 10px; font-family: var(--nv2-serif); font-size: 29px; font-weight: 400; line-height: 1; }
.nv2-info-card p { margin: 0; color: var(--nv2-muted); font-size: 13px; }
.nv2-resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--nv2-line); border-left: 1px solid var(--nv2-line); }
.nv2-resource-card { display: flex; min-height: 300px; flex-direction: column; padding: 28px; border-right: 1px solid var(--nv2-line); border-bottom: 1px solid var(--nv2-line); background: linear-gradient(145deg, rgba(255,255,255,.035), transparent); transition: border-color .3s ease, background .3s ease, transform .3s ease; }
.nv2-resource-card small { color: var(--nv2-blue-soft); font-size: 10px; letter-spacing: .16em; }
.nv2-resource-card h3 { margin: 52px 0 12px; font-family: var(--nv2-serif); font-size: 30px; font-weight: 400; line-height: 1; }
.nv2-resource-card p { margin: 0; color: var(--nv2-muted); font-size: 13px; }
.nv2-resource-card span { margin-top: auto; padding-top: 28px; color: #d7d5cf; font-size: 12px; }
.nv2-resource-card:hover { z-index: 2; border-color: rgba(130,168,255,.45); background: rgba(255,255,255,.05); transform: translateY(-4px); }
.nv2-process { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--nv2-line); }
.nv2-process li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--nv2-line); }
.nv2-process li > span { color: var(--nv2-blue-soft); font-family: var(--nv2-serif); font-size: 28px; }
.nv2-process h3 { margin: 0 0 6px; font-family: var(--nv2-serif); font-size: 29px; font-weight: 400; }
.nv2-process p { margin: 0; color: var(--nv2-muted); font-size: 13px; }

/* Product cards and catalog */
.nv2-product-tools { display: grid; grid-template-columns: minmax(270px, .8fr) 1.5fr auto; gap: 24px; align-items: end; margin-bottom: 34px; padding: 22px; border: 1px solid var(--nv2-line); background: #111315; }
.nv2-product-search { display: grid; gap: 8px; }
.nv2-product-search span { color: var(--nv2-muted); font-size: 11px; }
.nv2-product-search input { width: 100%; min-height: 46px; padding: 0 14px; border: 1px solid var(--nv2-line-strong); border-radius: 0; outline: 0; background: #0b0d0e; color: #fff; }
.nv2-product-search input:focus-visible { border-color: var(--nv2-blue-soft); box-shadow: 0 0 0 1px var(--nv2-blue-soft); }
.nv2-product-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.nv2-product-filters button { min-height: 42px; padding: 0 15px; border: 1px solid var(--nv2-line); background: transparent; color: var(--nv2-muted); font-size: 11px; cursor: pointer; }
.nv2-product-filters button:hover, .nv2-product-filters button[aria-pressed="true"] { border-color: var(--nv2-blue); background: var(--nv2-blue); color: #fff; }
.nv2-product-count { margin: 0; color: var(--nv2-muted); font-size: 11px; white-space: nowrap; }
.nv2-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.nv2-product-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--nv2-line); background: #121415; }
.nv2-product-card-media { aspect-ratio: 1 / 1; overflow: hidden; background: #e9e5df; }
.nv2-product-card-media img { width: 100%; height: 100%; padding: 14px; object-fit: contain; transition: transform .55s ease; }
.nv2-product-card:hover img { transform: scale(1.025); }
.nv2-product-card-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.nv2-product-card small { color: var(--nv2-blue-soft); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.nv2-product-card h3 { margin: 9px 0 18px; font-family: var(--nv2-serif); font-size: 23px; font-weight: 400; line-height: 1.08; }
.nv2-product-card .nv2-link { margin-top: auto; align-self: flex-start; }
.nv2-product-more { display: flex; justify-content: center; margin-top: 34px; }
.nv2-product-more .nv2-button { display: none; cursor: pointer; }
.nv2-has-js .nv2-product-more .nv2-button { display: inline-flex; }
.nv2-catalog-hero { display: grid; grid-template-columns: 1fr .62fr; gap: 70px; align-items: center; }
.nv2-catalog-cover { max-width: 470px; aspect-ratio: 1; margin-left: auto; padding: 22px; object-fit: contain; background: #e9e5df; box-shadow: var(--nv2-shadow); }

/* Single product */
.nv2-product { padding: 150px 0 0; }
.nv2-product-hero { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-areas: "main summary" "thumbs summary"; gap: 12px 70px; align-items: start; }
.nv2-product-gallery { display: contents; }
.nv2-product-main-image { position: relative; grid-area: main; width: 100%; max-width: 100%; min-width: 0; height: auto; aspect-ratio: 1 / 1; box-sizing: border-box; margin: 0; padding: 0; border: 0; background: transparent; overflow: hidden; line-height: 0; touch-action: pan-y pinch-zoom; --nv2-gallery-duration: 340ms; --nv2-gallery-enter-x: 12px; --nv2-gallery-exit-x: -8px; }
.nv2-product-main-image img { display: block; width: 100%; max-width: none; height: 100%; margin: 0; padding: 0; border: 0; background: transparent; object-fit: contain; }
.nv2-product-main-image > [data-nv2-gallery-main] { position: absolute; z-index: 1; inset: 0; }
.nv2-product-main-image.is-switching > [data-nv2-gallery-main], .nv2-product-gallery-image--outgoing { will-change: opacity, translate; }
.nv2-product-main-image > [data-nv2-gallery-main].nv2-gallery-image--incoming { opacity: 0; translate: var(--nv2-gallery-enter-x) 0; }
.nv2-product-main-image > [data-nv2-gallery-main].nv2-gallery-image--incoming.is-active { opacity: 1; translate: 0 0; transition: opacity var(--nv2-gallery-duration) cubic-bezier(.22,.61,.36,1), translate var(--nv2-gallery-duration) cubic-bezier(.22,.61,.36,1); }
.nv2-product-gallery-image--outgoing { position: absolute; z-index: 1; inset: 0; opacity: 1; pointer-events: none; translate: 0 0; transition: opacity var(--nv2-gallery-duration) cubic-bezier(.22,.61,.36,1), translate var(--nv2-gallery-duration) cubic-bezier(.22,.61,.36,1); }
.nv2-product-gallery-image--outgoing.is-leaving { opacity: 0; translate: var(--nv2-gallery-exit-x) 0; }
.nv2-product-gallery-controls { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.nv2-product-gallery-nav, .nv2-product-gallery-count { border: 1px solid rgba(255,255,255,.28); background: rgba(11,13,14,.68); color: #fff; backdrop-filter: blur(10px); }
.nv2-product-gallery-nav { position: absolute; top: 50%; display: inline-flex; width: 48px; min-width: 48px; height: 48px; min-height: 48px; align-items: center; justify-content: center; padding: 0; border-radius: 50%; cursor: pointer; pointer-events: auto; transform: translateY(-50%); transition: border-color 180ms ease, background-color 180ms ease, opacity 180ms ease, transform 180ms ease; }
.nv2-product-gallery-nav--previous { left: 16px; }
.nv2-product-gallery-nav--next { right: 16px; }
@media (hover: hover) and (pointer: fine) { .nv2-product-gallery-nav:hover:not(:disabled) { border-color: rgba(255,255,255,.72); background: rgba(11,13,14,.88); transform: translateY(-50%) scale(1.05); } }
.nv2-product-gallery-nav:focus-visible { outline: 2px solid var(--nv2-blue-soft); outline-offset: 3px; }
.nv2-product-gallery-nav:disabled { opacity: .38; cursor: default; }
.nv2-product-gallery-count { position: absolute; bottom: 14px; left: 50%; display: inline-flex; min-width: 54px; min-height: 34px; align-items: center; justify-content: center; gap: 3px; padding: 0 13px; border-radius: 999px; font-size: 12px; line-height: 1; pointer-events: none; transform: translateX(-50%); }
.nv2-product-thumbs { grid-area: thumbs; display: grid; width: 100%; max-width: 100%; min-width: 0; box-sizing: border-box; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.nv2-product-thumb { display: block; width: 100%; min-width: 0; aspect-ratio: 1; margin: 0; padding: 0; overflow: hidden; border: 0; border-radius: 0; background: transparent; cursor: pointer; appearance: none; line-height: 0; }
.nv2-product-thumb img { display: block; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; object-fit: cover; background: transparent; transition: opacity 180ms ease; }
.nv2-product-thumb:not(.is-active) img { opacity: .72; }
@media (hover: hover) and (pointer: fine) { .nv2-product-thumb:not(.is-active):hover img { opacity: .92; } }
.nv2-product-thumb.is-active { box-shadow: inset 0 0 0 2px var(--nv2-blue-soft), inset 0 0 0 3px rgba(11,13,14,.58); }
.nv2-product-thumb.is-active img { opacity: 1; }
.nv2-product-thumb:focus-visible { outline: 2px solid var(--nv2-blue-soft); outline-offset: 3px; }
.nv2-product-summary { position: sticky; grid-area: summary; top: 130px; padding-top: 28px; }
.nv2-product-title { font-size: clamp(48px, 5.2vw, 78px); }
.nv2-product-excerpt { margin-top: 25px; color: var(--nv2-muted); font-size: 17px; }
.nv2-product-meta { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 34px; border-top: 1px solid var(--nv2-line); border-left: 1px solid var(--nv2-line); }
.nv2-product-meta div { padding: 16px; border-right: 1px solid var(--nv2-line); border-bottom: 1px solid var(--nv2-line); }
.nv2-product-meta small { display: block; color: var(--nv2-muted-2); font-size: 9px; text-transform: uppercase; }
.nv2-product-meta strong { display: block; margin-top: 3px; font-size: 12px; font-weight: 500; }
.nv2-attributes { width: 100%; border-collapse: collapse; margin-top: 34px; }
.nv2-attributes th, .nv2-attributes td { padding: 14px 0; border-bottom: 1px solid var(--nv2-line); text-align: left; vertical-align: top; }
.nv2-attributes th { width: 34%; color: var(--nv2-muted-2); font-size: 11px; font-weight: 400; }
.nv2-attributes td { color: #d4d2cd; font-size: 12px; }

.nv2-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; align-items: start; }
.nv2-faq-list { border-top: 1px solid var(--nv2-line); }
.nv2-faq-item { border-bottom: 1px solid var(--nv2-line); }
.nv2-faq-item summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; color: #e1dfda; font-size: 15px; cursor: pointer; list-style: none; }
.nv2-faq-item summary::-webkit-details-marker { display: none; }
.nv2-faq-item summary span { color: var(--nv2-blue-soft); font-family: var(--nv2-serif); font-size: 28px; font-weight: 400; transition: transform .25s ease; }
.nv2-faq-item[open] summary span { transform: rotate(45deg); }
.nv2-faq-item p { max-width: 760px; margin: -4px 0 26px; color: var(--nv2-muted); font-size: 13px; }

/* Footer */
.nv2-footer { border-top: 1px solid var(--nv2-line); background: #080a0a; }
.nv2-footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 55px; padding: 72px 0 54px; }
.nv2-footer-logo { font-size: 28px; font-weight: 600; letter-spacing: -.04em; }
.nv2-footer-brand p { max-width: 350px; margin: 18px 0 0; color: var(--nv2-muted-2); font-size: 12px; }
.nv2-footer nav { display: grid; align-content: start; gap: 9px; }
.nv2-footer nav strong { margin-bottom: 10px; color: #ddd; font-size: 11px; }
.nv2-footer nav a { color: var(--nv2-muted-2); font-size: 11px; }
.nv2-footer nav a:hover { color: #fff; }
.nv2-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 28px; border-top: 1px solid var(--nv2-line); color: #8b8b88; font-size: 11px; }

/* Keep the translation control available without covering primary content. */
.gt_switcher_wrapper { top: 132px !important; right: 24px !important; bottom: auto !important; left: auto !important; }
.gt_switcher_wrapper .gt_switcher-popup { display: flex !important; align-items: center !important; justify-content: center !important; width: 46px !important; height: 46px !important; padding: 7px !important; overflow: hidden !important; border: 1px solid rgba(255,255,255,.2) !important; border-radius: 50% !important; background: rgba(10,12,13,.72) !important; box-shadow: 0 12px 34px rgba(0,0,0,.28) !important; color: transparent !important; font-size: 0 !important; backdrop-filter: blur(14px); }
.gt_switcher_wrapper .gt_switcher-popup > span { display: none !important; }
.gt_switcher_wrapper .gt_switcher-popup img { width: 30px !important; height: 30px !important; margin: 0 !important; }

.nv2-reveal { opacity: 1; transform: none; }
.nv2-has-js .nv2-reveal { opacity: 0; transform: translateY(46px) scale(.985); transition: opacity .95s ease var(--nv2-reveal-delay, 0ms), transform .95s cubic-bezier(.16,.8,.24,1) var(--nv2-reveal-delay, 0ms); }
.nv2-has-js .nv2-reveal.is-visible { opacity: 1; transform: none; }

.nv2-has-js .nv2-hero-copy > *, .nv2-has-js .nv2-page-hero-content > * { opacity: 0; animation: nv2-content-rise .9s cubic-bezier(.16,.8,.24,1) forwards; }
.nv2-has-js .nv2-hero-copy > *:nth-child(2), .nv2-has-js .nv2-page-hero-content > *:nth-child(2) { animation-delay: .12s; }
.nv2-has-js .nv2-hero-copy > *:nth-child(3), .nv2-has-js .nv2-page-hero-content > *:nth-child(3) { animation-delay: .24s; }
.nv2-has-js .nv2-hero-copy > *:nth-child(4), .nv2-has-js .nv2-page-hero-content > *:nth-child(4) { animation-delay: .36s; }
.nv2-has-js .nv2-hero-visual { opacity: 0; animation: nv2-visual-enter 1.15s .16s cubic-bezier(.16,.8,.24,1) forwards; }
@keyframes nv2-content-rise { from { opacity: 0; transform: translate3d(0, 34px, 0); } to { opacity: 1; transform: none; } }
@keyframes nv2-visual-enter { from { opacity: 0; transform: translate3d(42px, 0, 0) scale(.985); } to { opacity: 1; transform: none; } }

@media (hover: hover) {
    .nv2-system-card, .nv2-app-card, .nv2-product-card { transition: transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s ease, border-color .4s ease; }
    .nv2-system-card:hover, .nv2-app-card:hover, .nv2-product-card:hover { z-index: 3; border-color: rgba(130,168,255,.46); box-shadow: 0 24px 70px rgba(0,0,0,.38); transform: translateY(-6px); }
    .nv2-factory-mosaic img { transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
    .nv2-factory-mosaic img:hover { z-index: 2; transform: scale(1.025); filter: brightness(1.06); }
}

@media (max-width: 1199px) {
    :root { --nv2-shell: min(100% - 44px, 1480px); }
    .nv2-nav { grid-template-columns: 145px 1fr 155px; padding-inline: 18px; }
    .nv2-menu { gap: 17px; }
    .nv2-card-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
    .nv2-card-grid .nv2-system-card { grid-column: auto; grid-row: auto; aspect-ratio: 1; }
    .nv2-products { grid-template-columns: repeat(2, 1fr); }
    .nv2-resource-grid { grid-template-columns: repeat(2, 1fr); }
    .nv2-engineering-grid, .nv2-oem-grid, .nv2-factory-grid { grid-template-columns: 1fr; }
    .nv2-engineering-cards { grid-template-columns: repeat(4, 1fr); }
    .nv2-oem-gallery { min-height: 500px; }
}

@media (max-width: 899px) {
    body.admin-bar .nv2-header { top: 46px; }
    .nv2-header { padding: 10px 0; }
    .nv2-nav { position: relative; display: flex; justify-content: space-between; min-height: 58px; }
    .nv2-menu-toggle { display: block; }
    .nv2-menu {
        position: absolute;
        top: calc(100% + 9px);
        right: 0;
        left: 0;
        display: none;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        max-height: calc(100vh - 112px);
        overflow-y: auto;
        padding: 12px;
        border: 1px solid var(--nv2-line-strong);
        background: #0a0c0d;
        box-shadow: var(--nv2-shadow);
        backdrop-filter: blur(20px);
    }
    .nv2-menu.is-open { display: flex; }
    .nv2-menu a { padding: 12px 10px; border-bottom: 1px solid var(--nv2-line); }
    .nv2-menu a::after { right: 10px; bottom: 7px; left: 10px; }
    .nv2-menu .nv2-mobile-quote { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; border: 1px solid var(--nv2-blue); background: var(--nv2-blue); color: #fff; }
    .nv2-menu .nv2-mobile-quote::after { display: none; }
    .nv2-nav-cta { display: none; }
    .nv2-hero { min-height: auto; }
    .nv2-hero-grid { grid-template-columns: 1fr; width: 100%; }
    .nv2-hero-copy { min-height: 650px; width: var(--nv2-shell); margin-inline: auto; padding: 155px 0 70px; }
    .nv2-hero-visual { min-height: 620px; }
    .nv2-hero-visual::before { background: linear-gradient(180deg, #080a0a 0%, transparent 22%, transparent 75%, #080a0a); }
    .nv2-proof-grid { grid-template-columns: repeat(2, 1fr); }
    .nv2-proof-item:nth-child(odd) { border-left: 1px solid var(--nv2-line); }
    .nv2-water-grid, .nv2-feature, .nv2-rfq-grid, .nv2-content-grid, .nv2-catalog-hero { grid-template-columns: 1fr; }
    .nv2-water { min-height: 720px; }
    .nv2-water-bg { inset: 38% -15% 0; }
    .nv2-feature-media { min-height: 600px; }
    .nv2-section-head { display: grid; }
    .nv2-engineering-cards { grid-template-columns: repeat(2, 1fr); }
    .nv2-oem-services { grid-template-columns: repeat(2, 1fr); }
    .nv2-app-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, minmax(430px, 64vw)); }
    .nv2-app-grid .nv2-app-card { grid-column: auto; grid-row: auto; }
    .nv2-page-hero { align-items: flex-start; min-height: 860px; padding: 150px 0 70px; }
    .nv2-page-hero-media, .nv2-page-hero--product .nv2-page-hero-media, .nv2-page-hero--proof .nv2-page-hero-media { top: 43%; right: 0; bottom: 0; left: 0; }
    .nv2-page-hero--product .nv2-page-hero-media img { padding: 34px; }
    .nv2-page-hero-shade, .nv2-page-hero--product .nv2-page-hero-shade, .nv2-page-hero--proof .nv2-page-hero-shade { background: linear-gradient(180deg, #0b0d0e 0%, #0b0d0e 39%, rgba(11,13,14,.92) 48%, rgba(11,13,14,.16) 72%, rgba(11,13,14,.5) 100%); }
    .nv2-page-hero-content > *, .nv2-page-hero--product .nv2-page-hero-content > *, .nv2-page-hero--proof .nv2-page-hero-content > * { max-width: 760px; }
    .nv2-page-hero--no-media { min-height: 620px; }
    .nv2-trust-grid, .nv2-page-index { grid-template-columns: repeat(2, 1fr); }
    .nv2-info-grid { grid-template-columns: repeat(2, 1fr); }
    .nv2-product-tools { grid-template-columns: 1fr; align-items: stretch; }
    .nv2-product-hero { grid-template-columns: 1fr; grid-template-areas: "main" "thumbs" "summary"; gap: 24px; }
    .nv2-product-summary { position: static; padding-top: 4px; }
    .nv2-faq-grid { grid-template-columns: 1fr; gap: 48px; }
    .nv2-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .nv2-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
    :root { --nv2-shell: calc(100vw - 30px); }
    body { font-size: 15px; }
    .nv2-section { padding: 74px 0; }
    .nv2-nav { padding-inline: 14px; }
    .nv2-logo { font-size: 22px; }
    .nv2-title { font-size: clamp(54px, 17vw, 76px); }
    .nv2-display { font-size: clamp(42px, 13vw, 58px); }
    .nv2-hero-copy { min-height: 660px; padding-top: 135px; }
    .nv2-hero-visual { min-height: 500px; }
    .nv2-hero-caption { right: 14px; bottom: 35px; left: 14px; padding: 16px; }
    .nv2-hero-caption strong { font-size: 20px; }
    .nv2-proof-item { grid-template-columns: 30px 1fr; min-height: 98px; padding: 14px; }
    .nv2-card-grid, .nv2-products, .nv2-info-grid { grid-template-columns: 1fr; }
    .nv2-resource-grid { grid-template-columns: 1fr; }
    .nv2-resource-card { min-height: 250px; padding: 22px; }
    .nv2-product-tools { gap: 18px; margin-bottom: 24px; padding: 16px; }
    .nv2-product-filters { display: grid; grid-template-columns: repeat(2, 1fr); }
    .nv2-product-filters button:first-child { grid-column: 1 / -1; }
    .nv2-card-grid .nv2-system-card { aspect-ratio: 1 / 1.08; }
    .nv2-feature-media { min-height: 520px; }
    .nv2-feature-copy { padding: 58px 20px; }
    .nv2-feature-points, .nv2-engineering-cards, .nv2-oem-services, .nv2-stats { grid-template-columns: 1fr 1fr; }
    .nv2-engineering-card { min-height: 220px; padding: 18px; }
    .nv2-engineering-card h3 { margin-top: 38px; }
    .nv2-oem-gallery { min-height: 470px; }
    .nv2-oem-gallery img { width: 94%; height: 66%; }
    .nv2-oem-gallery img:last-child { width: 68%; height: 43%; border-width: 7px; }
    .nv2-oem-gallery--documents { display: grid; grid-template-columns: 1fr; min-height: auto; }
    .nv2-oem-gallery--documents img, .nv2-oem-gallery--documents img:last-child { width: 100%; height: auto; aspect-ratio: 3 / 4; }
    .nv2-factory-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 180px; }
    .nv2-factory-mosaic img:first-child { grid-column: 1 / 3; grid-row: auto; }
    .nv2-app-grid { grid-template-rows: repeat(3, 460px); }
    .nv2-trust-grid, .nv2-page-index { grid-template-columns: 1fr 1fr; }
    .nv2-trust-item { padding: 18px; }
    .nv2-rfq-grid { gap: 40px; }
    .nv2-form { grid-template-columns: 1fr; padding: 20px 16px; }
    .nv2-field--wide { grid-column: auto; }
    .nv2-page-hero { display: grid; grid-template-areas: "content" "media"; align-items: stretch; min-height: 0; padding: 116px 0 0; }
    .nv2-page-hero-content { grid-area: content; padding-bottom: 44px; }
    .nv2-page-hero-media, .nv2-page-hero--product .nv2-page-hero-media, .nv2-page-hero--proof .nv2-page-hero-media { position: relative; grid-area: media; top: auto; right: auto; bottom: auto; left: auto; height: 410px; }
    .nv2-page-hero-shade, .nv2-page-hero--product .nv2-page-hero-shade, .nv2-page-hero--proof .nv2-page-hero-shade { position: relative; grid-area: media; inset: auto; z-index: 1; background: linear-gradient(180deg, #0b0d0e 0%, rgba(11,13,14,.34) 24%, rgba(11,13,14,.08) 65%, rgba(11,13,14,.38) 100%); pointer-events: none; }
    .nv2-page-hero--no-media { display: flex; min-height: 560px; padding-bottom: 64px; }
    .nv2-page-hero--no-media .nv2-page-hero-content { padding-bottom: 0; }
    .nv2-page-title { font-size: clamp(52px, 14.5vw, 68px); line-height: .96; }
    .nv2-page-summary { margin-top: 22px; }
    .nv2-page-index a { padding: 17px 12px; }
    .nv2-content-media { min-height: 410px; }
    .nv2-info-card { min-height: 240px; }
    .nv2-catalog-cover { max-width: 100%; margin: 0; }
    .nv2-product { padding-top: 115px; }
    .nv2-product-title { font-size: clamp(44px, 13vw, 64px); }
    .nv2-product-thumbs { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 8px; scroll-padding-inline: 2px; scroll-snap-type: x proximity; overscroll-behavior-inline: contain; }
    .nv2-product-thumb { flex: 0 0 104px; scroll-snap-align: start; }
    .nv2-product-summary .nv2-actions { margin-top: 28px; }
    .nv2-faq-item summary { min-height: 70px; font-size: 14px; }
    .nv2-footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; padding-top: 54px; }
    .nv2-footer-brand { grid-column: 1 / -1; }
    .nv2-footer-bottom { display: grid; }

    .gt_switcher_wrapper { top: auto !important; right: 14px !important; bottom: 14px !important; left: auto !important; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
    .nv2-reveal,
    .nv2-has-js .nv2-reveal,
    .nv2-has-js .nv2-reveal.is-visible { opacity: 1; transform: none; }
    .nv2-water-bg { transform: none; }
    .nv2-water::after { animation: none; }
    .nv2-hero-visual::after, .nv2-page-hero-media::after { animation: none; opacity: 0; }
    .nv2-has-js .nv2-hero-copy > *, .nv2-has-js .nv2-page-hero-content > *, .nv2-has-js .nv2-hero-visual { opacity: 1; transform: none; animation: none; }
    [data-nv2-depth] img { transform: none; }
}
