/* DEZEO formal homepage cinematic layer. All page-specific selectors use the dv2- prefix. */
:root {
  --dv2-ink: #07111d;
  --dv2-ink-2: #0c1a29;
  --dv2-paper: #f5f7f8;
  --dv2-line: rgba(255,255,255,.18);
  --dv2-blue: #2680ff;
  --dv2-green: #40ff40;
  --dv2-cyan: #7dd7ff;
  --dv2-shell: min(1240px, calc(100vw - 48px));
}

.dv2-page { background: var(--dv2-paper); color: var(--dv2-ink); }
.dv2-page.dv2-is-loading { overflow: hidden; }
.dv2-page #site-header { transition: opacity .35s ease, transform .35s ease; }
.dv2-page.dv2-is-loading #site-header { opacity: 0; transform: translateY(-18px); pointer-events: none; }
.dv2-shell { width: var(--dv2-shell); margin-inline: auto; }
.dv2-skip-link { position: fixed; z-index: 5000; top: 12px; left: 12px; transform: translateY(-150%); background: #fff; color: #07111d; padding: 10px 14px; border-radius: 4px; font-weight: 700; }
.dv2-skip-link:focus { transform: translateY(0); }
.dv2-index { color: var(--dv2-blue); font-size: .72rem; line-height: 1; font-weight: 800; text-transform: uppercase; letter-spacing: 0; margin-bottom: 24px; }
.dv2-reveal { opacity: 0; transform: translateY(28px); }
.dv2-reveal.is-visible { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }

/* Header integration */
.dv2-page #announcement { background: #081626; border-bottom: 1px solid rgba(255,255,255,.12); }
.dv2-page #announcement-close { margin-left: 10px; color: rgba(255,255,255,.68); font-size: 1rem; }
.dv2-page #navbar { background: rgba(5,15,25,.34); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(16px); }
.dv2-page #navbar.scrolled { background: rgba(255,255,255,.96); border-bottom-color: rgba(7,17,29,.12); }
.dv2-page .nav-dropdown-item strong, .dv2-page .nav-dropdown-item small { display: block; }
.dv2-page .nav-dropdown-item strong { color: var(--dark); font-size: .88rem; }
.dv2-page .nav-dropdown-item small { color: var(--text-light); font-size: .72rem; margin-top: 2px; }
.dv2-replay { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); color: #fff; display: grid; place-items: center; border-radius: 50%; transition: transform .2s ease, border-color .2s ease, color .2s ease; }
#navbar.scrolled .dv2-replay { color: var(--dark); border-color: rgba(7,17,29,.2); }
.dv2-replay:hover { transform: rotate(-25deg); border-color: var(--dv2-green); color: var(--dv2-green); }
.dv2-language { font-size: .8rem !important; opacity: .82; }
#mobile-nav .mobile-nav-header img { height: 30px; width: auto; }

/* Opening sequence */
.dv2-intro { position: fixed; inset: 0; z-index: 4000; overflow: hidden; background: #02070c; color: #fff; display: none; place-items: center; }
.dv2-js .dv2-intro { display: grid; }
.dv2-intro.is-complete { visibility: hidden; pointer-events: none; }
.dv2-intro-media, .dv2-intro-media::after { position: absolute; inset: 0; }
.dv2-intro-media img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.35) saturate(.76); transform: scale(1.14); }
.dv2-intro-media::after { content: ''; background: radial-gradient(circle at 50% 48%, transparent 0 23%, rgba(1,6,10,.25) 55%, rgba(1,5,9,.92) 100%); }
.dv2-intro-grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(circle at center, #000 0 35%, transparent 78%); }
.dv2-intro-scan { position: absolute; inset: -30% 0; background: linear-gradient(180deg, transparent 42%, rgba(64,255,64,.14) 49%, rgba(38,128,255,.2) 51%, transparent 57%); mix-blend-mode: screen; }
.dv2-intro-reticle { position: absolute; left: 50%; top: 50%; width: min(44vw, 560px); aspect-ratio: 1; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.dv2-intro-reticle::before, .dv2-intro-reticle::after { content: ''; position: absolute; inset: 13%; border: 1px solid rgba(125,215,255,.16); border-radius: 50%; }
.dv2-intro-reticle::after { inset: 36%; border-color: rgba(64,255,64,.34); }
.dv2-intro-reticle i { position: absolute; background: rgba(255,255,255,.28); }
.dv2-intro-reticle i:first-child { width: 140%; height: 1px; left: -20%; top: 50%; }
.dv2-intro-reticle i:last-child { height: 140%; width: 1px; top: -20%; left: 50%; }
.dv2-intro-readout { position: absolute; z-index: 2; font: 600 .62rem/1.7 Inter, sans-serif; color: rgba(255,255,255,.62); text-transform: uppercase; }
.dv2-intro-readout span, .dv2-intro-readout b { display: block; letter-spacing: 0; }
.dv2-intro-readout b { color: #fff; }
.dv2-intro-readout-a { top: 10%; left: 5%; }
.dv2-intro-readout-b { right: 5%; bottom: 12%; text-align: right; }
.dv2-intro-center { position: relative; z-index: 3; text-align: center; width: min(720px, 86vw); }
.dv2-intro-center > p { color: rgba(255,255,255,.72); font-size: .86rem; text-transform: uppercase; margin-bottom: 30px; }
.dv2-intro-mark { position: relative; width: min(510px, 78vw); margin: auto; padding: 34px 26px; }
.dv2-intro-mark img { position: relative; z-index: 2; width: 100%; }
.dv2-intro-mark span { position: absolute; inset: 12% -4%; filter: blur(18px); opacity: .55; }
.dv2-intro-mark span:first-child { background: linear-gradient(90deg, transparent, rgba(64,255,64,.55), transparent 44%); transform: translateX(-6%); }
.dv2-intro-mark span:nth-child(2) { background: linear-gradient(90deg, transparent 48%, rgba(38,128,255,.68), transparent); transform: translateX(6%); }
.dv2-intro-center strong { display: block; color: rgba(255,255,255,.58); font-size: .68rem; line-height: 1.7; font-weight: 600; }
.dv2-intro-footer { position: absolute; z-index: 3; left: 5%; right: 5%; bottom: 5%; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; font-size: .64rem; color: rgba(255,255,255,.68); }
.dv2-intro-footer > i { height: 1px; background: rgba(255,255,255,.18); overflow: hidden; }
.dv2-intro-footer > i b { display: block; width: 0; height: 100%; background: linear-gradient(90deg,var(--dv2-green),var(--dv2-blue)); }
.dv2-intro-footer button { color: #fff; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .68rem; padding: 5px 0; }

/* Hero */
#hero.dv2-hero { position: relative; min-height: 92svh; overflow: hidden; background: #030a11; color: #fff; isolation: isolate; }
.dv2-hero-media, .dv2-hero-layer, .dv2-hero-vignette, .dv2-hero-sheen, .dv2-hero-grain, .dv2-hero-lines { position: absolute; inset: 0; }
.dv2-hero-layer { opacity: 0; visibility: hidden; transform: scale(1.06); }
.dv2-hero-layer.is-active { opacity: 1; visibility: visible; }
.dv2-hero-layer img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.06) brightness(.66); will-change: transform, opacity; }
#dv2-flow-field { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .54; mix-blend-mode: screen; }
.dv2-hero-vignette { background: linear-gradient(90deg, rgba(2,8,14,.92) 0%, rgba(2,8,14,.66) 39%, rgba(2,8,14,.12) 68%, rgba(2,8,14,.45) 100%), linear-gradient(0deg, rgba(2,8,14,.78), transparent 44%); }
.dv2-hero-sheen { opacity: .6; will-change: transform; background: linear-gradient(115deg, transparent 20%, rgba(64,255,64,.08) 43%, rgba(38,128,255,.16) 54%, transparent 68%); transform: translateX(-35%); }
.dv2-hero-grain { opacity: .18; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E"); }
.dv2-hero-lines { opacity: .28; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.055) 1px, transparent 1px); background-size: 12.5vw 12.5vw; mask-image: linear-gradient(90deg,#000,transparent 77%); }
.dv2-hero-focus { position: absolute; z-index: 2; right: 6%; top: 28%; width: 22vw; min-width: 230px; color: rgba(255,255,255,.46); font-size: .58rem; }
.dv2-hero-focus i { display: block; height: 1px; background: linear-gradient(90deg, transparent, var(--dv2-blue)); margin-bottom: 8px; }
.dv2-hero-content { position: relative; z-index: 4; width: var(--dv2-shell); min-height: 92svh; margin: auto; padding: clamp(160px,20vh,220px) 0 120px; display: flex; flex-direction: column; justify-content: center; }
.dv2-hero-kicker { color: rgba(255,255,255,.74); font-size: .74rem; font-weight: 700; text-transform: uppercase; margin-bottom: 26px; max-width: 600px; }
.dv2-hero h1 { color: #fff; font-size: 7.75rem; line-height: .83; font-weight: 700; max-width: 950px; margin: 0; }
.dv2-hero h1 span { display: block; }
.dv2-hero h1 span:nth-child(2) { font-weight: 400; color: rgba(255,255,255,.62); margin-left: .72em; }
.dv2-hero h1 span:nth-child(3) { color: var(--dv2-green); margin-left: 1.25em; }
.dv2-hero-lower { width: min(660px, 75%); margin-top: 46px; display: flex; align-items: center; gap: 28px; }
.dv2-hero-lower p { color: rgba(255,255,255,.76); font-size: 1.1rem; line-height: 1.65; }
.dv2-circle-link { flex: 0 0 58px; width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; display: grid; place-items: center; color: #fff; }
.dv2-circle-link:hover { color: var(--dv2-green); border-color: var(--dv2-green); transform: translateY(4px); }
.dv2-hero-coordinate { position: absolute; z-index: 4; left: 3%; top: 45%; display: flex; flex-direction: column; gap: 4px; color: rgba(255,255,255,.42); font-size: .56rem; writing-mode: vertical-rl; }
.dv2-hero-status { position: absolute; z-index: 4; right: 4%; top: 52%; display: grid; grid-template-columns: auto 60px auto; align-items: center; gap: 10px; color: rgba(255,255,255,.6); font-size: .58rem; }
.dv2-hero-status > span { color: #fff; font-size: .82rem; }
.dv2-hero-status i { height: 1px; background: rgba(255,255,255,.42); }
.dv2-hero-rail { position: absolute; z-index: 5; right: 4%; bottom: 5%; display: flex; gap: 4px; }
.dv2-hero-rail button { width: 138px; min-height: 56px; color: rgba(255,255,255,.55); border-top: 1px solid rgba(255,255,255,.28); display: grid; grid-template-columns: 24px 1fr; text-align: left; gap: 8px; padding: 12px 4px; transition: color .25s ease, border-color .25s ease; }
.dv2-hero-rail button b { font-size: .64rem; }
.dv2-hero-rail button span { font-size: .66rem; line-height: 1.3; }
.dv2-hero-rail button.is-active { color: #fff; border-color: var(--dv2-green); }
.dv2-hero-scroll { position: absolute; z-index: 4; left: 4%; bottom: 5%; color: rgba(255,255,255,.5); font-size: .6rem; text-transform: uppercase; display: flex; align-items: center; gap: 12px; }
.dv2-hero-scroll i { width: 42px; height: 1px; background: var(--dv2-green); }

/* Product systems */
.dv2-system-intro { padding: clamp(90px,12vw,170px) 0 72px; background: #f5f7f8; }
.dv2-system-intro h2, .dv2-section-heading h2 { font-size: 5rem; line-height: .98; max-width: 980px; }
.dv2-system-intro .dv2-shell > p:last-child { max-width: 690px; margin: 32px 0 0 auto; font-size: 1.08rem; }
.dv2-systems { position: relative; min-height: 780px; background: var(--dv2-ink); color: #fff; overflow: hidden; }
.dv2-systems-media, .dv2-system-image, .dv2-systems-shade, .dv2-systems-grid { position: absolute; inset: 0; }
.dv2-system-image { opacity: 0; visibility: hidden; transform: scale(1.04); }
.dv2-system-image.is-active { opacity: 1; visibility: visible; }
.dv2-system-image img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.42) saturate(.72); }
.dv2-systems-shade { background: linear-gradient(90deg,rgba(3,10,17,.96) 0 43%,rgba(3,10,17,.5) 70%,rgba(3,10,17,.78)); }
.dv2-systems-grid { opacity: .24; background-image: linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 92px 92px; }
.dv2-systems-inner { position: relative; z-index: 2; min-height: 780px; display: grid; grid-template-columns: 250px minmax(0,700px); gap: clamp(50px,9vw,150px); align-items: center; }
.dv2-system-tabs { display: grid; }
.dv2-system-tabs button { color: rgba(255,255,255,.5); border-bottom: 1px solid rgba(255,255,255,.2); padding: 20px 0; display: grid; grid-template-columns: 34px 1fr; gap: 12px; text-align: left; }
.dv2-system-tabs button b { font-size: .65rem; }
.dv2-system-tabs button span { font-size: .78rem; font-weight: 700; }
.dv2-system-tabs button.is-active { color: #fff; border-color: var(--dv2-green); }
.dv2-system-copy { min-height: 500px; position: relative; }
.dv2-system-panel { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; opacity: 0; visibility: hidden; transform: translateY(18px); }
.dv2-system-panel.is-active { opacity: 1; visibility: visible; transform: none; }
.dv2-system-panel > img { width: min(270px,48vw); max-height: 64px; object-fit: contain; object-position: left center; margin-bottom: 38px; }
.dv2-system-panel .dv2-eyebrow { color: var(--dv2-green); text-transform: uppercase; font-size: .68rem; font-weight: 800; margin-bottom: 18px; }
.dv2-system-panel h3 { color: #fff; font-size: 4.2rem; line-height: .98; max-width: 780px; }
.dv2-system-panel > p:not(.dv2-eyebrow) { color: rgba(255,255,255,.7); max-width: 640px; margin-top: 28px; font-size: 1rem; }
.dv2-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0; }
.dv2-tags span { border: 1px solid rgba(255,255,255,.26); padding: 7px 10px; font-size: .66rem; color: rgba(255,255,255,.75); border-radius: 3px; }
.dv2-text-link { color: inherit; display: inline-flex; align-items: center; gap: 10px; font-size: .8rem; font-weight: 700; width: fit-content; border-bottom: 1px solid currentColor; padding-bottom: 6px; }
.dv2-text-link:hover { color: var(--dv2-green); }

/* Material continuum */
.dv2-continuum { position: relative; height: 300vh; background: #050d16; color: #fff; }
.dv2-continuum-track { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.dv2-continuum-step { position: absolute; inset: 0; display: grid; grid-template-columns: 58% 42%; opacity: 0; visibility: hidden; }
.dv2-continuum-step.is-active { opacity: 1; visibility: visible; }
.dv2-continuum-visual { overflow: hidden; }
.dv2-continuum-visual img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.68) saturate(.76); }
.dv2-continuum-copy { padding: clamp(120px,17vh,180px) clamp(42px,4vw,80px); display: flex; flex-direction: column; justify-content: center; background: linear-gradient(135deg,#0b1b2b,#07111d 70%); }
.dv2-continuum-copy span { color: var(--dv2-green); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.dv2-continuum-copy h2 { color: #fff; font-size: 5.15rem; line-height: .91; margin: 26px 0; }
.dv2-continuum-copy p { color: rgba(255,255,255,.68); font-size: 1.02rem; max-width: 500px; }
.dv2-continuum-progress { position: absolute; z-index: 4; right: 4%; bottom: 5%; width: 34%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; color: rgba(255,255,255,.6); font-size: .6rem; }
.dv2-continuum-progress i { height: 1px; background: rgba(255,255,255,.25); }
.dv2-continuum-progress i b { display: block; width: 0; height: 100%; background: var(--dv2-green); }

/* Manufacturing */
.dv2-manufacturing { position: relative; background: #e8edf0; }
.dv2-manufacturing-sticky { position: relative; min-height: max(900px,100vh); display: grid; grid-template-columns: 56% 44%; overflow: hidden; }
.dv2-manufacturing-media { position: relative; min-height: 900px; overflow: hidden; background: #08111a; }
.dv2-manufacturing-media > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); transform: scale(1.05); }
.dv2-manufacturing-depth { position: absolute; inset: 0; background: linear-gradient(90deg,transparent 45%,rgba(3,10,17,.78)),linear-gradient(0deg,rgba(3,10,17,.62),transparent 52%); }
.dv2-manufacturing-location { position:absolute; left:5%; top:7%; display:grid; gap:5px; max-width:290px; color:rgba(255,255,255,.72); font-size:.58rem; font-weight:800; line-height:1.45; letter-spacing:.08em; text-transform:uppercase; }
.dv2-manufacturing-location b { color:#fff; font-size:.68rem; font-weight:700; letter-spacing:.04em; }
.dv2-manufacturing-views { position:absolute; left:5%; right:5%; bottom:5%; display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.dv2-manufacturing-views figure { position:relative; min-width:0; aspect-ratio:1.5/1; margin:0; overflow:hidden; background:#07111d; border:1px solid rgba(255,255,255,.24); }
.dv2-manufacturing-views img { width:100%; height:100%; object-fit:cover; filter:saturate(.76) contrast(1.04); transition:transform .4s ease, filter .4s ease; }
.dv2-manufacturing-views figure:hover img { transform:scale(1.04); filter:saturate(1) contrast(1.04); }
.dv2-manufacturing-views figcaption { position:absolute; inset:auto 0 0; padding:18px 9px 8px; color:rgba(255,255,255,.9); background:linear-gradient(transparent,rgba(3,10,17,.88)); font-size:.51rem; font-weight:700; line-height:1.25; text-transform:uppercase; letter-spacing:.05em; }
.dv2-manufacturing-copy { min-height: 900px; display: flex; flex-direction: column; justify-content: center; background: #edf1f2; padding: clamp(72px,9vh,110px) clamp(36px,3.7vw,72px); }
.dv2-manufacturing-copy h2 { max-width: 720px; font-size: clamp(3.7rem,4.7vw,5.15rem); line-height: .9; }
.dv2-manufacturing-cn { color: var(--dv2-blue); font-weight: 800; margin: 24px 0 10px; }
.dv2-manufacturing-copy > p:last-of-type { max-width: 560px; }
.dv2-manufacturing-explorer { margin-top: 34px; }
.dv2-manufacturing-guide { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 11px; color: rgba(7,17,29,.5); border-bottom: 1px solid rgba(7,17,29,.22); text-transform: uppercase; }
.dv2-manufacturing-guide span { font-size: .58rem; font-weight: 800; }
.dv2-manufacturing-guide b { color: var(--dv2-blue); font-size: .56rem; }
.dv2-manufacturing-nav { display: grid; }
.dv2-manufacturing-nav button { position: relative; display: grid; grid-template-columns: 58px 1fr 18px; align-items: center; gap: 12px; min-height: 74px; padding: 13px 12px; color: rgba(7,17,29,.46); border-bottom: 1px solid rgba(7,17,29,.14); text-align: left; transition: color .25s ease, background-color .25s ease, transform .25s ease; }
.dv2-manufacturing-nav button::before { content: ''; position: absolute; left: 0; top: 12px; bottom: 12px; width: 2px; background: var(--dv2-green); transform: scaleY(0); transform-origin: center; transition: transform .25s ease; }
.dv2-manufacturing-nav button:hover { color: var(--dv2-ink); background: rgba(255,255,255,.48); }
.dv2-manufacturing-nav button:focus-visible { outline: 2px solid var(--dv2-blue); outline-offset: -2px; }
.dv2-manufacturing-nav button.is-active { color: var(--dv2-ink); background: #fff; box-shadow: 0 12px 32px rgba(7,17,29,.07); transform: translateX(4px); }
.dv2-manufacturing-nav button.is-active::before { transform: scaleY(1); }
.dv2-manufacturing-nav button b { color: var(--dv2-blue); font-size: .58rem; }
.dv2-manufacturing-nav button span { display: grid; gap: 4px; }
.dv2-manufacturing-nav button strong { font-size: .78rem; }
.dv2-manufacturing-nav button small { font-size: .62rem; line-height: 1.35; font-weight: 600; }
.dv2-manufacturing-nav button i { justify-self: end; font-size: .68rem; transition: transform .25s ease; }
.dv2-manufacturing-nav button.is-active i { color: var(--dv2-blue); transform: translateX(2px); }
.dv2-manufacturing-story { position: relative; min-height: 242px; padding: 28px 8px 0; }
.dv2-manufacturing-step { display: flex; flex-direction: column; justify-content: flex-start; }
.dv2-manufacturing-step[hidden] { display: none; }
.dv2-manufacturing-step > span { color: var(--dv2-blue); text-transform: uppercase; font-size: .62rem; font-weight: 800; }
.dv2-manufacturing-step h3 { max-width: 560px; font-size: 2.15rem; line-height: 1.05; margin: 16px 0; }
.dv2-manufacturing-step p { max-width: 560px; font-size: .88rem; line-height: 1.65; }
.dv2-manufacturing-step .dv2-text-link { margin-top: 20px; }

/* Applications, resources, FAQ */
.dv2-industries { padding: clamp(90px,12vw,160px) 0; background: #fff; }
.dv2-section-heading { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(260px,.7fr); align-items: end; gap: 60px; margin-bottom: 72px; }
.dv2-section-heading > p { padding-bottom: 10px; }
.dv2-industry-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(7,17,29,.18); border-bottom: 1px solid rgba(7,17,29,.18); }
.dv2-industry-grid article { position: relative; min-height: 360px; padding: 30px 24px; border-right: 1px solid rgba(7,17,29,.14); display: flex; flex-direction: column; }
.dv2-industry-grid article:last-child { border-right: 0; }
.dv2-industry-grid article > span { color: rgba(7,17,29,.42); font-size: .62rem; }
.dv2-industry-grid article > i { color: var(--dv2-blue); font-size: 1.5rem; margin: 54px 0 26px; }
.dv2-industry-grid h3 { font-size: 1.4rem; }
.dv2-industry-grid p { font-size: .86rem; margin-top: 16px; }
.dv2-industry-grid a { margin-top: auto; font-size: .72rem; font-weight: 800; border-bottom: 1px solid; width: fit-content; padding-bottom: 4px; }
.dv2-industry-grid a:hover { color: var(--dv2-blue); }
.dv2-evidence { position: relative; min-height: 760px; background: #050d16; color: #fff; overflow: hidden; display: flex; align-items: center; }
.dv2-evidence-bg { position: absolute; inset: 0; }
.dv2-evidence-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.25) saturate(.62); }
.dv2-evidence-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,10,17,.96),rgba(3,10,17,.55)); }
.dv2-evidence-inner { position: relative; z-index: 2; padding: 110px 0; }
.dv2-evidence h2 { color: #fff; font-size: 6.3rem; line-height: .9; }
.dv2-evidence-inner > p:not(.dv2-index) { color: rgba(255,255,255,.7); width: min(610px,90%); margin: 34px 0 54px; }
.dv2-resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.18); max-width: 1060px; }
.dv2-resource-grid a { background: rgba(5,13,22,.82); min-height: 190px; padding: 26px; display: flex; flex-direction: column; transition: background .25s ease; }
.dv2-resource-grid a:hover { background: rgba(38,128,255,.22); }
.dv2-resource-grid span { color: var(--dv2-green); font-size: .62rem; text-transform: uppercase; }
.dv2-resource-grid strong { color: #fff; font-size: 1.05rem; line-height: 1.35; margin-top: 20px; }
.dv2-resource-grid i { margin-top: auto; }
.dv2-faq { padding: clamp(90px,12vw,150px) 0; background: #edf1f2; }
.dv2-faq-list { border-top: 1px solid rgba(7,17,29,.18); }
.dv2-faq-list details { border-bottom: 1px solid rgba(7,17,29,.18); }
.dv2-faq-list summary { list-style: none; cursor: pointer; min-height: 84px; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--dv2-ink); font-size: 1.06rem; font-weight: 700; }
.dv2-faq-list summary::-webkit-details-marker { display: none; }
.dv2-faq-list summary i { transition: transform .2s ease; }
.dv2-faq-list details[open] summary i { transform: rotate(45deg); }
.dv2-faq-list details p { max-width: 850px; padding: 0 0 28px; }

/* Contact and footer refinements */
.dv2-page #contact { padding: 110px 0; background: #07111d; }
.dv2-page .contact-info h2 { color: #fff; font-size: 4.6rem; line-height: .95; margin: 22px 0 28px; }
.dv2-page .contact-form-card { border-radius: 6px; }
.dv2-page .form-submit { width: 100%; justify-content: center; }
.dv2-footer-entity { color: rgba(255,255,255,.58); font-size: .76rem; margin-top: 18px; }

@media (max-width: 1280px) {
  .dv2-hero h1 { font-size: 7rem; }
  .dv2-system-intro h2, .dv2-section-heading h2 { font-size: 4.5rem; }
  .dv2-system-panel h3 { font-size: 3.75rem; }
  .dv2-continuum-copy h2 { font-size: 4.35rem; }
  .dv2-manufacturing-copy h2 { font-size: 4.25rem; }
  .dv2-manufacturing-step h3 { font-size: 2.3rem; }
  .dv2-evidence h2 { font-size: 5.6rem; }
  .dv2-page .contact-info h2 { font-size: 4.1rem; }
}

@media (min-width: 1081px) and (max-width: 1120px) {
  .dv2-continuum-copy h2 { font-size: 4.05rem; }
  .dv2-manufacturing-copy h2 { font-size: 4rem; }
}

@media (max-width: 1080px) {
  .dv2-hero h1 { font-size: 6.25rem; }
  .dv2-system-intro h2, .dv2-section-heading h2 { font-size: 4rem; }
  .dv2-system-panel h3 { font-size: 3.4rem; }
  .dv2-continuum-copy h2 { font-size: 4.4rem; }
  .dv2-manufacturing-copy h2 { font-size: 4rem; }
  .dv2-manufacturing-step h3 { font-size: 2.05rem; }
  .dv2-evidence h2 { font-size: 5rem; }
  .dv2-page .contact-info h2 { font-size: 3.7rem; }
  .dv2-continuum { height: auto; }
  .dv2-continuum-track { position: relative; height: auto; }
  .dv2-continuum-step { position: relative; inset: auto; min-height: 720px; opacity: 1; visibility: visible; grid-template-columns: 1fr 1fr; }
  .dv2-continuum-progress { display: none; }
  .dv2-manufacturing-sticky { min-height: 920px; grid-template-columns: 1fr 1fr; }
  .dv2-manufacturing-media, .dv2-manufacturing-copy { min-height: 920px; }
  .dv2-manufacturing-copy { padding-inline: 36px; }
  .dv2-manufacturing-nav button { grid-template-columns: 52px 1fr 16px; }
  .dv2-manufacturing-story { min-height: 260px; padding-inline: 4px; }
  .dv2-industry-grid { grid-template-columns: repeat(2,1fr); }
  .dv2-industry-grid article:nth-child(2) { border-right: 0; }
  .dv2-industry-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(7,17,29,.14); }
}

@media (max-width: 768px) {
  :root { --dv2-shell: calc(100vw - 36px); }
  .dv2-page #announcement { display: none; }
  .dv2-page #navbar { background: rgba(5,15,25,.72); }
  .dv2-page #navbar.scrolled { background: rgba(255,255,255,.97); }
  .dv2-replay { display: none; }
  .dv2-intro-readout { display: none; }
  .dv2-intro-grid { background-size: 44px 44px; }
  .dv2-intro-reticle { width: 84vw; }
  .dv2-intro-footer { left: 7%; right: 7%; grid-template-columns: auto 1fr; }
  .dv2-intro-footer button { grid-column: 1 / -1; justify-self: end; }
  .dv2-hero-content { padding: 130px 0 160px; justify-content: center; }
  .dv2-hero h1 { font-size: 3.65rem; }
  .dv2-hero h1 span:nth-child(2) { margin-left: .22em; }
  .dv2-hero h1 span:nth-child(3) { margin-left: .48em; }
  .dv2-hero-lower { width: 88%; margin-top: 38px; }
  .dv2-circle-link { flex-basis: 48px; width: 48px; height: 48px; }
  .dv2-hero-coordinate, .dv2-hero-status, .dv2-hero-focus, .dv2-hero-scroll { display: none; }
  .dv2-hero-rail { left: 18px; right: 18px; bottom: 26px; display: grid; grid-template-columns: repeat(3,1fr); }
  .dv2-hero-rail button { width: auto; min-height: 52px; grid-template-columns: 20px 1fr; }
  .dv2-system-intro { padding: 90px 0 54px; }
  .dv2-system-intro h2, .dv2-section-heading h2 { font-size: 2.65rem; }
  .dv2-system-intro .dv2-shell > p:last-child { margin-left: 0; }
  .dv2-systems { min-height: 840px; }
  .dv2-systems-shade { background: linear-gradient(0deg,rgba(3,10,17,.96),rgba(3,10,17,.42)); }
  .dv2-systems-inner { min-height: 840px; display: flex; flex-direction: column; justify-content: flex-end; gap: 26px; padding: 80px 0 42px; }
  .dv2-system-tabs { width: 100%; grid-template-columns: repeat(3,1fr); }
  .dv2-system-tabs button { grid-template-columns: 1fr; gap: 5px; padding: 12px 4px; }
  .dv2-system-tabs button span { font-size: .6rem; }
  .dv2-system-copy { min-height: 560px; width: 100%; }
  .dv2-system-panel > img { margin-bottom: 28px; }
  .dv2-system-panel h3 { font-size: 2.45rem; }
  .dv2-continuum-step { min-height: 0; display: block; }
  .dv2-continuum-visual { aspect-ratio: 4 / 3; }
  .dv2-continuum-copy { min-height: 440px; padding: 60px 24px; }
  .dv2-continuum-copy h2 { font-size: 3rem; }
  .dv2-manufacturing-sticky { display: block; min-height: 0; }
  .dv2-manufacturing-media { min-height: 64vh; }
  .dv2-manufacturing-copy { min-height: 0; padding: 72px 18px 82px; }
  .dv2-manufacturing-copy h2 { font-size: 3.15rem; }
  .dv2-manufacturing-views { gap: 6px; }
  .dv2-manufacturing-explorer { margin-top: 32px; }
  .dv2-manufacturing-nav button { min-height: 78px; padding-inline: 8px; }
  .dv2-manufacturing-story { min-height: 270px; padding: 30px 0 0; }
  .dv2-section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 46px; }
  .dv2-industry-grid { grid-template-columns: 1fr; }
  .dv2-industry-grid article { border-right: 0; border-bottom: 1px solid rgba(7,17,29,.14); min-height: 310px; }
  .dv2-resource-grid { grid-template-columns: 1fr; }
  .dv2-resource-grid a { min-height: 150px; }
  .dv2-evidence { min-height: 0; }
  .dv2-evidence-inner { padding: 92px 0; }
  .dv2-evidence h2 { font-size: 3.45rem; }
  .dv2-page #contact { padding: 80px 0; }
}

@media (max-width: 420px) {
  :root { --dv2-shell: calc(100vw - 28px); }
  .dv2-hero-content { padding: 118px 0 150px; }
  .dv2-hero h1 { font-size: 3.15rem; }
  .dv2-hero-kicker { margin-bottom: 20px; }
  .dv2-hero-lower { width: 100%; gap: 18px; margin-top: 28px; }
  .dv2-hero-lower p { font-size: .94rem; }
  .dv2-hero-rail { left: 14px; right: 14px; }
  .dv2-hero-rail button { grid-template-columns: 1fr; min-height: 48px; padding-inline: 6px; }
  .dv2-hero-rail button b { display: none; }
  .dv2-system-intro h2, .dv2-section-heading h2 { font-size: 2.3rem; }
  .dv2-system-panel h3 { font-size: 2.15rem; }
  .dv2-continuum-copy h2 { font-size: 2.55rem; }
  .dv2-manufacturing-copy h2 { font-size: 2.65rem; }
  .dv2-manufacturing-step h3 { font-size: 1.7rem; }
  .dv2-evidence h2 { font-size: 2.85rem; }
  .dv2-page .contact-info h2 { font-size: 2.55rem; }
}

@media (prefers-reduced-motion: reduce) {
  .dv2-reveal { opacity: 1; transform: none; }
  .dv2-intro { display: none; }
  .dv2-page.dv2-is-loading { overflow: auto; }
  .dv2-page.dv2-is-loading #site-header { opacity: 1; transform: none; pointer-events: auto; }
  .dv2-hero-layer, .dv2-system-image, .dv2-system-panel { transition: none !important; }
  #dv2-flow-field, .dv2-hero-grain, .dv2-intro-scan { display: none; }
  .dv2-continuum { height: auto; }
  .dv2-continuum-track { position: relative; height: auto; }
  .dv2-continuum-step { position: relative; inset: auto; min-height: 700px; opacity: 1; visibility: visible; }
  .dv2-continuum-progress { display: none; }
  .dv2-manufacturing-nav button, .dv2-manufacturing-nav button::before, .dv2-manufacturing-nav button i { transition: none !important; }
}

html.dv2-reduce-motion .dv2-intro { display: none; }
html.dv2-reduce-motion .dv2-page.dv2-is-loading { overflow: auto; }
html.dv2-reduce-motion .dv2-page.dv2-is-loading #site-header { opacity: 1; transform: none; pointer-events: auto; }
html.dv2-reduce-motion #dv2-flow-field, html.dv2-reduce-motion .dv2-hero-grain { display: none; }
html.dv2-reduce-motion .dv2-reveal { opacity: 1; transform: none; }
html.dv2-reduce-motion .dv2-manufacturing-nav button, html.dv2-reduce-motion .dv2-manufacturing-nav button::before, html.dv2-reduce-motion .dv2-manufacturing-nav button i { transition: none !important; }
@media (min-width: 1081px) {
  html.dv2-reduce-motion .dv2-continuum { height: auto; }
  html.dv2-reduce-motion .dv2-continuum-track { position: relative; height: auto; }
  html.dv2-reduce-motion .dv2-continuum-step { position: relative; inset: auto; min-height: 700px; opacity: 1; visibility: visible; }
  html.dv2-reduce-motion .dv2-continuum-progress { display: none; }
  html.dv2-reduce-motion .dv2-manufacturing-nav button, html.dv2-reduce-motion .dv2-manufacturing-nav button::before, html.dv2-reduce-motion .dv2-manufacturing-nav button i { transition: none !important; }
}
