:root {
  --navy: #031c42;
  --navy-2: #082b58;
  --ink: #111b2e;
  --gold: #ba8421;
  --gold-light: #e2b758;
  --paper: #f8f7f3;
  --white: #ffffff;
  --line: #dcd9cf;
  --muted: #647083;
  --font-geist-sans: "Segoe UI", Inter, Arial, sans-serif;
  --font-geist-mono: "Cascadia Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { min-width: 320px; margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-geist-sans), Arial, sans-serif; overflow-x: hidden; user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button { font: inherit; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; user-select: none; -webkit-user-select: none; -webkit-user-drag: none; -webkit-touch-callout: none; }
input, textarea, select { user-select: text; -webkit-user-select: text; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.section-shell { width: min(1420px, calc(100% - 80px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 60; height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 max(40px, env(safe-area-inset-right)) 0 max(40px, env(safe-area-inset-left)); background: rgba(248,247,243,.92); background: color-mix(in srgb, var(--paper) 88%, transparent); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(3, 28, 66, .1); }
.brand { display: inline-flex; align-items: baseline; gap: 9px; width: max-content; color: var(--navy); }
.brand-logo-crop { display: block; width: 232px; height: 34px; overflow: visible; background: transparent; }
.brand-logo-crop img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.brand-diva { font-size: 29px; line-height: 1; font-weight: 900; letter-spacing: -.09em; }
.brand-tech { font-size: 15px; line-height: 1; font-weight: 700; letter-spacing: .06em; }
.main-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); }
.main-nav a { position: relative; font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.language-switch { display: flex; align-items: stretch; overflow: hidden; border: 1px solid rgba(3,28,66,.34); background: rgba(255,255,255,.82); box-shadow: 0 5px 18px rgba(3,28,66,.06); font-size: 11px; }
.language-switch button { display: inline-flex; align-items: center; gap: 6px; min-height: 42px; padding: 0 11px; border: 0; border-right: 1px solid rgba(3,28,66,.18); background: transparent; color: #747c88; cursor: pointer; }
.language-switch button:last-child { border-right: 0; }
.language-switch button > span { font-size: 15px; line-height: 1; }
.language-switch button strong { font-size: 10px; font-weight: 850; letter-spacing: .09em; }
.language-switch button.active { background: var(--navy); color: white; }
.menu-toggle { display: none; }

.hero { display: block; padding: 0; }
.hero-main-carousel { --hero-title: #fff; --hero-accent: var(--gold-light); --hero-copy: rgba(255,255,255,.84); --hero-panel: rgba(2,20,48,.48); --hero-border: rgba(255,255,255,.35); --hero-button-bg: #fff; --hero-button-color: var(--navy); --hero-shade: linear-gradient(90deg, rgba(2,20,48,.88) 0%, rgba(2,20,48,.66) 40%, rgba(2,20,48,.1) 78%); position: relative; width: 100%; height: clamp(690px, 66vw, 920px); overflow: hidden; background: var(--navy); isolation: isolate; }
.hero-theme-warm .hero-main-carousel { --hero-title: #06234e; --hero-accent: #fff; --hero-copy: #14233a; --hero-panel: rgba(255,249,229,.62); --hero-border: rgba(6,35,78,.32); --hero-button-bg: var(--navy); --hero-button-color: #fff; --hero-shade: linear-gradient(90deg, rgba(219,151,20,.92) 0%, rgba(242,190,56,.72) 38%, rgba(255,214,86,.18) 70%, rgba(3,19,43,.12) 100%); }
.hero-photo-stack, .hero-photo-stack img, .hero-photo-shade { position: absolute; inset: 0; }
.hero-photo-stack img { width: 100%; height: 100%; max-width: none; object-fit: cover; opacity: 0; transform: scale(1.025); transition: opacity 1.35s ease, transform 9.8s linear; }
.hero-photo-stack img.hero-heald-frame { object-position: center center; }
.hero-photo-stack img.active { opacity: 1; transform: scale(1); }
.hero-photo-shade { z-index: 1; background: var(--hero-shade); transition: background 1.1s ease; }
.hero-overlay { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(40px, 7vw, 120px); align-items: end; height: 100%; padding-block: clamp(112px, 11vw, 168px) clamp(126px, 11vw, 160px); }
.hero-overlay-copy { max-width: 790px; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 24px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 46px; height: 2px; background: currentColor; }
.hero h1, .about h2, .products h2, .heart-heading h2, .cta-band h2 { margin: 0; color: var(--navy); font-size: clamp(62px, 8vw, 126px); line-height: .9; letter-spacing: -.067em; font-weight: 820; }
.hero .eyebrow { color: var(--hero-accent); text-shadow: 0 2px 18px rgba(0,0,0,.16); transition: color 1s ease; }
.hero h1 { max-width: 790px; color: var(--hero-title); font-size: clamp(62px, 7.7vw, 118px); text-shadow: 0 4px 32px rgba(0,0,0,.18); transition: color 1s ease; }
.hero h1 span { display: block; color: var(--hero-accent); transition: color 1s ease; }
.hero-intro { max-width: 610px; margin: 26px 0 0; color: var(--hero-copy); font-size: clamp(16px, 1.25vw, 20px); line-height: 1.66; text-shadow: 0 2px 22px rgba(0,0,0,.16); transition: color 1s ease; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 22px; border: 1px solid transparent; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { min-width: 190px; background: var(--navy); color: var(--white); }
.button-primary span, .button-gold span { font-size: 19px; }
.hero-button { min-width: 190px; background: var(--hero-button-bg); color: var(--hero-button-color); box-shadow: 0 16px 40px rgba(0,0,0,.15); transition: transform .2s ease, background 1s ease, color 1s ease; }
.hero-button span { font-size: 19px; }
.hero-text-link { display: inline-flex; align-items: center; gap: 14px; padding: 0 0 8px; border-bottom: 1px solid var(--hero-accent); color: var(--hero-title); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: color 1s ease, border-color 1s ease; }
.hero-text-link span { color: var(--hero-accent); font-size: 18px; transition: transform .2s ease, color 1s ease; }
.hero-text-link:hover span { transform: translateX(5px); }
.text-link { display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--gold); padding: 0 0 8px; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--gold); font-size: 18px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-self: end; margin: 0; padding: 24px 26px; border: 1px solid var(--hero-border); background: var(--hero-panel); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); transition: background 1s ease, border-color 1s ease; }
.hero-stats div { display: flex; flex-direction: column-reverse; gap: 5px; }
.hero-stats dt { color: var(--hero-copy); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; transition: color 1s ease; }
.hero-stats dd { margin: 0; color: var(--hero-title); font-size: 22px; font-weight: 800; transition: color 1s ease; }
.hero-image-mark { position: absolute; z-index: 3; left: 40px; bottom: 30px; color: var(--hero-title); font-size: 9px; font-weight: 750; letter-spacing: .16em; opacity: .62; transition: color 1s ease; }
.main-slide-controls { position: absolute; z-index: 4; right: 40px; bottom: 26px; display: grid; grid-template-columns: auto auto 150px; gap: 16px; align-items: center; padding: 12px 14px; border: 1px solid var(--hero-border); background: var(--hero-panel); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); transition: background 1s ease, border-color 1s ease; }
.main-slide-dots { display: flex; gap: 14px; }
.main-slide-dots button, .main-slide-toggle { padding: 0; border: 0; background: transparent; color: var(--hero-title); cursor: pointer; font-family: var(--font-geist-mono); font-size: 10px; letter-spacing: .08em; opacity: .48; transition: color 1s ease, opacity .2s ease; }
.main-slide-dots button.active, .main-slide-dots button:hover, .main-slide-toggle:hover { opacity: 1; }
.main-slide-toggle { display: grid; place-items: center; width: 24px; height: 24px; font-size: 11px; opacity: .8; }
.main-slide-progress { width: 150px; height: 2px; overflow: hidden; background: color-mix(in srgb, var(--hero-title) 26%, transparent); }
.main-slide-progress span { display: block; width: 100%; height: 100%; background: var(--hero-accent); transform-origin: left; animation: main-slide-timer 10s linear both; }
.main-slide-progress.paused span { animation-play-state: paused; }
@keyframes main-slide-timer { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.hero-products { padding-top: 100px; }
.hero-carousel-heading { display: flex; align-items: center; justify-content: space-between; gap: 30px; width: min(980px, 100%); margin: 0 auto 16px; padding-bottom: 13px; border-bottom: 1px solid var(--line); color: var(--navy); }
.hero-carousel-heading span { font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-carousel-heading small { color: var(--gold); font-family: var(--font-geist-mono); font-size: 9px; letter-spacing: .09em; }
.hero-visual { position: relative; width: min(980px, 100%); min-width: 0; margin-inline: auto; padding: 46px 52px 0 28px; touch-action: pan-y; }
.hero-visual::before { content: ""; position: absolute; inset: 0 0 0 11%; background: var(--navy); border-radius: 2px; }
.hero-frame { position: relative; z-index: 1; margin: 0; padding: 12px; background: white; box-shadow: 0 30px 80px rgba(2, 21, 52, .2); }
.hero-frame img { width: 100%; aspect-ratio: 3 / 2; object-fit: contain; background: white; animation: hero-slide-in .38s ease both; }
.visual-index { position: absolute; z-index: 2; top: 10px; right: 53px; color: white; font-family: var(--font-geist-mono); font-size: 11px; letter-spacing: .12em; }
.visual-index span { color: var(--gold-light); }
.hero-slider-bar { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-left: 11%; padding: 19px 20px 20px; color: white; }
.hero-product-name { display: grid; min-width: 0; gap: 5px; }
.hero-product-name span { color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-product-name strong { overflow: hidden; font-size: 15px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.hero-slider-controls { display: flex; flex: 0 0 auto; gap: 8px; }
.hero-slider-controls button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.4); background: transparent; color: white; font-size: 19px; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.hero-slider-controls button:hover { border-color: var(--gold-light); background: var(--gold-light); color: var(--navy); }
@keyframes hero-slide-in { from { opacity: .25; transform: translateX(18px); } to { opacity: 1; transform: translateX(0); } }

.about { position: relative; padding-block: 140px; border-top: 1px solid var(--line); }
.about-main { display: grid; grid-template-columns: 1fr; gap: 18px; }
.about-story { position: relative; display: grid; grid-template-columns: minmax(300px, .76fr) minmax(0, 1.24fr); grid-template-areas: "title copy" "est copy"; column-gap: clamp(52px, 7vw, 110px); overflow: hidden; padding: clamp(42px, 5.5vw, 78px); background: var(--navy); color: white; box-shadow: 0 34px 90px rgba(3,28,66,.16); }
.about-story::before { content: ""; position: absolute; top: 0; right: 0; width: 38%; height: 8px; background: var(--gold); }
.about h2, .products h2 { max-width: 650px; font-size: clamp(46px, 5vw, 78px); line-height: 1; }
.about-story h2 { position: relative; z-index: 1; grid-area: title; align-self: start; max-width: 620px; margin: 0; color: white; }
.about-copy { position: relative; z-index: 1; grid-area: copy; align-self: center; max-width: 780px; margin: 0; }
.about-copy > p { margin: 0; color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.82; }
.about-copy > p + p { margin-top: 17px; }
.about-est { position: relative; z-index: 1; grid-area: est; display: grid; grid-template-columns: auto auto 1fr; align-items: baseline; gap: 12px 18px; margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.about-est span { color: var(--gold-light); font-family: var(--font-geist-mono); font-size: 10px; letter-spacing: .14em; }
.about-est strong { font-size: 32px; letter-spacing: -.05em; }
.about-est small { justify-self: end; color: rgba(255,255,255,.56); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.about-values { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; padding: 1px; overflow: hidden; background: var(--line); }
.about-values article { position: relative; min-width: 0; min-height: 245px; padding: clamp(25px, 2.3vw, 36px); background: var(--paper); transition: background .25s ease, transform .25s ease; }
.about-values article:hover { z-index: 1; background: white; transform: translateY(-5px); }
.value-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.value-icon { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--gold); background: white; color: var(--gold); box-shadow: 8px 8px 0 rgba(186,132,33,.08); }
.value-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.value-number { color: #aaa69e; font-family: var(--font-geist-mono); font-size: 10px; letter-spacing: .1em; }
.about-values h3 { margin: 34px 0 12px; color: var(--navy); font-size: clamp(19px, 1.6vw, 24px); line-height: 1.12; letter-spacing: -.04em; }
.about-values p { margin: 0; color: #667184; font-size: 13px; line-height: 1.67; }
.milestones-block { margin-top: 78px; }
.milestones-heading { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 18px; }
.milestones-heading .eyebrow { margin: 0; }
.milestones-heading small { color: #7d8490; font-family: var(--font-geist-mono); font-size: 10px; letter-spacing: .13em; }
.milestones-track { position: relative; display: grid; grid-template-columns: repeat(8, minmax(105px, 1fr)); gap: 8px; overflow-x: auto; padding: 12px 0 10px; scrollbar-width: thin; }
.milestones-track::before { content: ""; position: absolute; top: 27px; left: 6.25%; right: 6.25%; height: 3px; border-radius: 99px; background: repeating-linear-gradient(90deg, var(--gold) 0 16px, rgba(186,132,33,.2) 16px 23px); }
.milestones-track article { position: relative; min-width: 0; min-height: 116px; padding: 42px 6px 8px; border: 0; background: transparent; text-align: center; transition: transform .22s ease; }
.milestones-track article:hover { transform: translateY(-4px); }
.milestone-dot { position: absolute; z-index: 2; top: 10px; left: 50%; width: 13px; height: 13px; border: 3px solid #f7f4ed; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 2px var(--gold); transform: translateX(-50%); }
.milestones-track strong { color: var(--navy); font-family: var(--font-geist-mono); font-size: 12px; letter-spacing: -.02em; }
.milestones-track p { max-width: 150px; margin: 9px auto 0; color: #596679; font-size: 9px; line-height: 1.42; }
.milestones-track small { display: none; }

.heart-section { position: relative; min-height: clamp(720px, 66vw, 980px); overflow: hidden; padding: 0; background: #f5f1e7; color: var(--navy); isolation: isolate; }
.heart-blueprint-grid { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(3,28,66,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(3,28,66,.07) 1px, transparent 1px); background-size: 40px 40px; -webkit-mask-image: linear-gradient(90deg, black 0 65%, transparent 96%); mask-image: linear-gradient(90deg, black 0 65%, transparent 96%); }
.heart-canvas { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(320px, .7fr) minmax(0, 1.3fr); align-items: center; gap: clamp(18px, 2vw, 44px); min-height: inherit; }
.heart-copy { position: relative; z-index: 4; margin-right: clamp(-150px, -8vw, -90px); padding: clamp(48px, 6vw, 88px) clamp(28px, 4vw, 58px) clamp(48px, 6vw, 88px) 0; background: linear-gradient(90deg, rgba(245,241,231,.98) 0 72%, rgba(245,241,231,.86) 86%, transparent 100%); }
.heart-index { display: inline-block; margin-bottom: 34px; padding-bottom: 8px; border-bottom: 1px solid var(--gold); color: var(--gold); font-family: var(--font-geist-mono); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.heart-copy .eyebrow { margin-bottom: 26px; color: var(--gold); }
.heart-copy h2 { max-width: 670px; margin: 0; color: var(--navy); font-size: clamp(51px, 5.8vw, 94px); font-weight: 820; line-height: .88; letter-spacing: -.065em; }
.heart-copy > p:last-child { max-width: 570px; margin: 34px 0 0; color: #536073; font-size: clamp(14px, 1.2vw, 17px); line-height: 1.8; }
.heart-machine-stage { position: relative; align-self: stretch; min-width: 0; min-height: 650px; margin: 0; display: grid; place-items: center; }
.heart-machine-stage > img, .heart-machine-draw img { position: absolute; right: -8%; width: min(1080px, 119%); max-width: none; height: auto; object-fit: contain; }
.heart-machine-ghost { opacity: .095; }
.heart-machine-draw { position: absolute; inset: 0; overflow: hidden; clip-path: inset(0 100% 0 0); animation: sketch-reveal 7s cubic-bezier(.55,.02,.2,1) infinite; }
.heart-machine-draw img { top: 50%; transform: translateY(-50%); opacity: .96; }
.heart-machine-stage > img { top: 50%; transform: translateY(-50%); }
.machine-callout { --callout-line: 132px; position: absolute; z-index: 6; display: grid; justify-items: center; color: var(--navy); opacity: 0; pointer-events: none; animation: callout-reveal 7s ease infinite; }
.machine-callout strong { padding: 0 0 8px; background: transparent; font-family: var(--font-geist-mono); font-size: 10px; font-weight: 850; letter-spacing: .04em; line-height: 1; white-space: nowrap; }
.machine-callout i { position: relative; display: block; width: 1px; height: var(--callout-line); background: var(--gold); }
.machine-callout i::before, .machine-callout i::after { content: ""; position: absolute; left: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.machine-callout i::before { top: -3px; }
.machine-callout i::after { bottom: -3px; }
.callout-harness { --callout-line: 168px; top: 8%; left: 36%; }
.callout-heddles { --callout-line: 138px; top: 19%; left: 51%; }
.callout-reed { --callout-line: 160px; top: 13%; left: 66%; }
.callout-drop { --callout-line: 150px; top: 24%; left: 82%; }
.sketch-pen { position: absolute; z-index: 5; top: 48%; left: 1%; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--gold); border-radius: 50%; background: rgba(245,241,231,.94); color: var(--gold); font-size: 20px; box-shadow: 0 8px 24px rgba(3,28,66,.13); opacity: 0; animation: sketch-pen 7s cubic-bezier(.55,.02,.2,1) infinite; }
.eyebrow-light { color: var(--gold-light); }
@keyframes sketch-reveal { 0%, 7% { clip-path: inset(0 100% 0 0); } 69%, 88% { clip-path: inset(0 0 0 0); } 100% { clip-path: inset(0 100% 0 0); } }
@keyframes sketch-pen { 0%, 6% { left: 1%; opacity: 0; transform: translate(-50%,-50%) rotate(-15deg); } 10% { opacity: 1; } 69% { left: 98%; opacity: 1; transform: translate(-50%,-50%) rotate(13deg); } 73%, 100% { left: 98%; opacity: 0; transform: translate(-50%,-50%) rotate(13deg); } }
@keyframes callout-reveal { 0%, 58% { opacity: 0; transform: translateY(-7px); } 69%, 90% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(3px); } }

.products { padding-block: 140px; }
.products-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 50px; margin-bottom: 65px; }
.products-heading > p { margin: 0; color: #596679; font-size: 16px; line-height: 1.75; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 52px 22px; }
.product-grid.single .product-card { grid-column: 1 / -1; width: min(1040px, 100%); margin-inline: auto; }
.product-card[hidden] { display: none !important; }
.product-card { min-width: 0; }
.product-image { position: relative; width: 100%; overflow: hidden; padding: 0; background: white; border: 1px solid var(--line); color: inherit; text-align: left; cursor: pointer; }
.product-image::after { content: ""; position: absolute; inset: 0; border: 0 solid var(--gold); pointer-events: none; transition: border-width .25s ease; }
.product-card:hover .product-image::after { border-width: 5px; }
.product-image img { width: 100%; aspect-ratio: 3 / 2; object-fit: contain; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.018); }
.product-index { position: absolute; z-index: 2; top: 14px; left: 14px; display: grid; place-items: center; width: 36px; height: 36px; background: var(--navy); color: white; font-family: var(--font-geist-mono); font-size: 10px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 20px; }
.product-meta p { margin: 0 0 6px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-meta h3 { margin: 0; color: var(--navy); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.15; letter-spacing: -.03em; }
.product-meta > a, .product-meta > button { display: grid; place-items: center; flex: 0 0 46px; height: 46px; padding: 0; background: transparent; border: 1px solid var(--navy); color: var(--navy); font-size: 19px; cursor: pointer; transition: background .2s ease, color .2s ease; }
.product-meta > a:hover, .product-meta > button:hover { background: var(--navy); color: white; }
.products-more { display: flex; justify-content: center; margin-top: 70px; }
.button-outline { min-width: 220px; border-color: var(--navy); color: var(--navy); }
.button-outline:hover { background: var(--navy); color: white; }

.product-filters { display: flex; flex-wrap: wrap; gap: 10px; margin: -22px 0 48px; }
.product-filters button { min-height: 42px; padding: 0 18px; border: 1px solid #c8c5bc; background: transparent; color: #5f6978; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.product-filters button:hover, .product-filters button.active { border-color: var(--navy); background: var(--navy); color: white; }

.applications-section { position: relative; overflow: hidden; padding-block: 96px; background: radial-gradient(circle at 92% 9%, rgba(48,91,145,.42), transparent 34%), var(--navy); color: white; }
.applications-section::before { content: ""; position: absolute; left: -8vw; bottom: -12vw; width: 35vw; aspect-ratio: 1; border: 1px solid rgba(226,183,88,.14); border-radius: 50%; box-shadow: 0 0 0 5vw rgba(226,183,88,.025), 0 0 0 10vw rgba(226,183,88,.02); pointer-events: none; }
.applications-heading { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 54px; margin-bottom: 38px; }
.applications-heading h2 { max-width: 760px; margin: 0; color: white; font-size: clamp(42px, 4.7vw, 68px); line-height: .97; letter-spacing: -.055em; }
.applications-heading > p { max-width: 560px; margin: 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.72; }
.application-showcase { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 12px; width: min(1480px, calc(100% - 36px)); margin-inline: auto; }
.application-feature { position: relative; display: grid; grid-template-rows: auto auto; min-width: 0; overflow: hidden; background: white; box-shadow: 0 28px 80px rgba(0,0,0,.28); touch-action: pan-y; }
.application-feature figure { width: 100%; height: auto; max-height: 650px; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; animation: application-reveal .58s cubic-bezier(.2,.72,.2,1) both; }
.application-feature img { width: 100%; height: 100%; object-fit: contain; background: white; }
.application-feature::after { display: none; }
.application-feature-copy { position: relative; z-index: 2; display: grid; grid-template-columns: 74px minmax(220px, .75fr) minmax(300px, 1.25fr); gap: 8px 25px; align-items: start; width: 100%; min-height: 136px; padding: 22px clamp(145px, 12vw, 205px) 22px clamp(22px, 3.5vw, 46px); background: #031c42; box-shadow: none; }
.application-feature-copy > span { color: var(--gold-light); font-family: var(--font-geist-mono); font-size: 10px; letter-spacing: .14em; }
.application-feature-copy h3 { margin: 0; color: white; font-size: clamp(24px, 2.4vw, 37px); line-height: 1; letter-spacing: -.04em; }
.application-feature-copy p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.62; }
.application-tags { grid-column: 3; display: flex; flex-wrap: wrap; gap: 7px; margin: 10px 0 0; padding: 0; list-style: none; }
.application-tags li { padding: 7px 9px; border: 1px solid rgba(226,183,88,.42); color: var(--gold-light); font-size: 8px; font-weight: 800; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.application-arrows { position: absolute; z-index: 3; right: clamp(28px, 4vw, 60px); bottom: 43px; display: flex; gap: 7px; }
.application-arrows button { display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.38); background: rgba(3,28,66,.92); color: white; font-size: 18px; cursor: pointer; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); transition: background .2s ease, color .2s ease, transform .2s ease; }
.application-arrows button:hover { background: var(--gold-light); color: var(--navy); transform: translateY(-3px); }
.application-rail { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.15); }
.application-rail button { display: grid; grid-template-columns: 22px 68px minmax(0, 1fr); align-items: center; gap: 8px; min-width: 0; min-height: 86px; padding: 9px; border: 1px solid transparent; background: #08264f; color: white; text-align: left; cursor: pointer; transition: border-color .22s ease, background .22s ease, transform .22s ease; }
.application-rail button:hover, .application-rail button.active { z-index: 1; border-color: var(--gold-light); background: #123662; transform: translateY(-5px); }
.application-rail button > span { color: var(--gold-light); font-family: var(--font-geist-mono); font-size: 9px; }
.application-rail img { width: 68px; aspect-ratio: 3 / 2; object-fit: contain; background: white; }
.application-rail strong { min-width: 0; font-size: 10px; line-height: 1.28; letter-spacing: .02em; }
@keyframes application-reveal { from { opacity: .25; transform: scale(1.025); } to { opacity: 1; transform: scale(1); } }

.contact-section { padding-block: 130px; background: #eeeae1; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 7vw, 110px); align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy h2 { max-width: 700px; margin: 0; color: var(--navy); font-size: clamp(52px, 5.6vw, 88px); line-height: .94; letter-spacing: -.06em; }
.contact-intro { max-width: 650px; margin: 32px 0 0; color: #536073; font-size: 17px; line-height: 1.8; }
.contact-copy ul { display: grid; margin: 42px 0 0; padding: 0; border-top: 1px solid #cbc5b8; list-style: none; }
.contact-copy li { display: flex; align-items: center; gap: 20px; padding: 17px 0; border-bottom: 1px solid #cbc5b8; color: var(--navy); font-size: 12px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.contact-copy li span { color: var(--gold); font-family: var(--font-geist-mono); font-size: 10px; }
.direct-contact { display: grid; grid-template-columns: 1.25fr .9fr .9fr; gap: 20px; margin-top: 34px; }
.direct-contact > div { display: grid; align-content: start; justify-items: start; gap: 7px; padding-top: 13px; border-top: 1px solid #c8c1b4; }
.direct-contact > div > span { color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.direct-contact small { color: #717b8a; font-size: 9px; line-height: 1.4; }
.secure-contact-link { padding: 0 0 3px; border: 0; border-bottom: 1px solid var(--gold); background: transparent; color: var(--navy); font-size: 12px; font-weight: 700; text-align: left; cursor: pointer; }
.secure-contact-link:hover { color: var(--gold); }
.inquiry-form { display: grid; gap: 22px; padding: clamp(28px, 4vw, 58px); background: white; box-shadow: 0 30px 80px rgba(3,28,66,.1); }
.required-note { justify-self: end; margin: 0 0 -8px; color: #9c2f1e; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.inquiry-form label { display: grid; gap: 9px; color: var(--navy); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.field-label { display: flex; align-items: baseline; gap: 4px; }
.field-label b, .captcha-copy strong b { color: #ad3f2b; font-size: 13px; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 1px solid #d6d3ca; border-radius: 0; background: #fbfaf7; color: var(--ink); font: inherit; font-size: 14px; letter-spacing: 0; text-transform: none; transition: border-color .2s ease, box-shadow .2s ease; }
.inquiry-form input, .inquiry-form select { height: 50px; padding: 0 14px; }
.inquiry-form textarea { min-height: 138px; padding: 14px; resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { outline: 0; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(186,132,33,.13); }
.inquiry-form input[aria-invalid="true"] { border-color: #b34634; box-shadow: 0 0 0 3px rgba(179,70,52,.1); }
.email-check { min-height: 18px; color: #687384; font-size: 10px; font-weight: 700; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.email-check.valid { color: #287345; }
.email-check.invalid { color: #a63827; }
.phone-composer { display: grid; grid-template-columns: minmax(142px, .85fr) minmax(150px, 1.15fr); gap: 9px; }
.phone-composer select { min-width: 0; padding-right: 30px; font-size: 12px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.captcha-box { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 18px; border: 1px solid #d6d3ca; background: #f3f1eb; }
.robot-mark { position: relative; display: grid; grid-template-columns: repeat(2, 6px); place-content: center; gap: 7px; width: 54px; height: 54px; border: 2px solid var(--navy); color: var(--navy); }
.robot-mark::before { content: ""; position: absolute; top: -10px; left: 50%; width: 2px; height: 9px; background: var(--navy); }
.robot-mark::after { content: ""; position: absolute; top: -13px; left: calc(50% - 3px); width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.robot-mark span { width: 6px; height: 6px; border-radius: 50%; background: var(--navy); font-size: 0; }
.robot-mark i { position: absolute; left: 15px; right: 15px; bottom: 12px; height: 2px; background: var(--gold); }
.captcha-copy strong { display: block; color: var(--navy); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.captcha-copy p { margin: 5px 0 7px; color: #687384; font-size: 12px; line-height: 1.5; }
.captcha-copy button { padding: 0; border: 0; background: transparent; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.captcha-problem { display: flex; align-items: center; gap: 10px; color: var(--navy); font-family: var(--font-geist-mono); font-size: 16px; font-weight: 800; }
.captcha-problem label { display: block; }
.captcha-problem input { width: 64px; height: 44px; padding: 0 8px; background: white; text-align: center; }
.form-status { margin: -6px 0 0; padding: 12px 14px; font-size: 12px; line-height: 1.5; }
.form-status.error { background: #fff0ed; color: #9c2f1e; }
.form-status.success { background: #edf7ef; color: #27673c; }
.form-submit { display: flex; align-items: center; gap: 22px; }
.form-submit .button { border: 0; cursor: pointer; }
.form-submit .button:disabled, .captcha-copy button:disabled { cursor: wait; opacity: .55; }
.form-submit .button.is-loading { transform: none; }
.form-submit > p { max-width: 310px; margin: 0; color: #768091; font-size: 11px; line-height: 1.55; }

.location-section { padding-block: 110px; background: white; }
.location-grid { display: grid; grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr); gap: clamp(42px, 7vw, 110px); align-items: center; }
.location-copy h2 { max-width: 620px; margin: 0; color: var(--navy); font-size: clamp(48px, 5vw, 78px); line-height: .95; letter-spacing: -.06em; }
.location-copy address { margin: 30px 0; color: #566375; font-size: 17px; font-style: normal; line-height: 1.8; }
.map-frame { min-height: 520px; overflow: hidden; border: 1px solid var(--line); background: #e7e4dc; box-shadow: 0 28px 70px rgba(3,28,66,.13); }
.map-frame iframe { display: block; width: 100%; height: 520px; border: 0; }

.contact-gate-modal { position: fixed; z-index: 220; inset: 0; display: grid; place-items: center; overflow-y: auto; padding: 24px; background: rgba(1,15,37,.88); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.contact-gate-panel { position: relative; width: min(900px, 96vw); max-height: 94svh; overflow-y: auto; padding: clamp(32px, 5vw, 60px); background: linear-gradient(145deg, #fff 0%, #f4f1e9 100%); box-shadow: 0 36px 110px rgba(0,0,0,.42); }
.contact-gate-close { position: absolute; top: 14px; right: 14px; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 0; background: var(--navy); color: white; font-size: 27px; line-height: 1; cursor: pointer; }
.contact-gate-panel h2 { max-width: 680px; margin: 0; padding-right: 30px; color: var(--navy); font-size: clamp(38px, 5vw, 64px); line-height: .98; letter-spacing: -.055em; }
.contact-gate-intro { max-width: 690px; margin: 20px 0 28px; color: #5d697a; font-size: 15px; line-height: 1.7; }
.contact-gate-panel .compact-form { gap: 17px; padding: clamp(22px, 3vw, 36px); box-shadow: none; }
.contact-gate-panel .compact-form textarea { min-height: 100px; }

.email-app-modal { position: fixed; z-index: 210; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(1,15,37,.86); backdrop-filter: blur(14px); }
.email-app-panel { position: relative; width: min(850px, 96vw); max-height: 92svh; overflow: auto; padding: clamp(32px, 5vw, 64px); background: linear-gradient(145deg, #fff 0%, #f4f1e9 100%); box-shadow: 0 36px 110px rgba(0,0,0,.4); }
.email-app-close { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 42px; height: 42px; border: 0; background: var(--navy); color: white; font-size: 26px; cursor: pointer; }
.email-app-panel h2 { max-width: 650px; margin: 0; color: var(--navy); font-size: clamp(36px, 5vw, 62px); line-height: .98; letter-spacing: -.055em; }
.email-app-intro { max-width: 620px; margin: 20px 0 0; color: #5d697a; font-size: 15px; line-height: 1.7; }
.email-destination { display: flex; align-items: center; gap: 14px; width: fit-content; margin-top: 25px; padding: 10px 14px; border-left: 3px solid var(--gold); background: white; color: var(--navy); }
.email-destination span { color: var(--gold); font-family: var(--font-geist-mono); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.email-destination strong { font-size: 13px; }
.email-app-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 30px; }
.email-app-choice { display: grid; grid-template-columns: 50px minmax(0, 1fr) auto; align-items: center; gap: 14px; min-height: 92px; padding: 16px; border: 1px solid #d8d3c8; background: rgba(255,255,255,.78); color: var(--navy); text-align: left; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.email-app-choice.featured { grid-column: 1 / -1; border-color: rgba(186,132,33,.65); background: var(--navy); color: white; }
.email-app-choice:hover { border-color: var(--gold); box-shadow: 0 15px 35px rgba(3,28,66,.12); transform: translateY(-3px); }
.email-app-choice > span:nth-child(2) { display: grid; gap: 5px; min-width: 0; }
.email-app-choice strong { font-size: 14px; }
.email-app-choice small { color: #748092; font-size: 10px; line-height: 1.4; }
.email-app-choice.featured small { color: rgba(255,255,255,.64); }
.email-app-choice > i { color: var(--gold); font-style: normal; font-size: 18px; }
.email-app-badge { display: grid; place-items: center; width: 48px; height: 48px; background: #eee8dc; color: var(--navy); font-size: 18px; font-weight: 900; }
.email-app-badge.gmail { background: #fce8e6; color: #b32820; }
.email-app-badge.outlook { background: #e5f1ff; color: #0566b5; }
.email-app-badge.yahoo { background: #efe6ff; color: #5f01d1; }
.email-confirm { display: grid; justify-items: start; }
.email-confirm-mark { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 26px; border-radius: 50%; background: var(--gold); color: white; font-size: 29px; font-weight: 900; }
.email-confirm > p { max-width: 580px; margin: 21px 0 0; color: #5d697a; font-size: 15px; line-height: 1.7; }
.email-confirm-actions { display: flex; align-items: center; gap: 22px; margin-top: 31px; }
.email-confirm-actions .button { border: 0; cursor: pointer; }
.email-choose-again { padding: 8px 0; border: 0; border-bottom: 1px solid var(--gold); background: transparent; color: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.thank-you-toast { position: fixed; z-index: 230; right: 24px; bottom: 86px; display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 15px; width: min(510px, calc(100vw - 48px)); padding: 18px; border-left: 4px solid var(--gold); background: var(--navy); color: white; box-shadow: 0 22px 65px rgba(0,0,0,.3); opacity: 0; pointer-events: none; transform: translateY(24px); transition: opacity .3s ease, transform .3s ease; }
.thank-you-toast.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.thank-you-toast > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--gold); font-size: 19px; font-weight: 900; }
.thank-you-toast > div { display: grid; gap: 5px; }
.thank-you-toast strong { font-size: 13px; }
.thank-you-toast p { margin: 0; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.5; }
.thank-you-toast button { align-self: start; padding: 0 2px; border: 0; background: transparent; color: rgba(255,255,255,.62); font-size: 22px; cursor: pointer; }

.product-modal { position: fixed; z-index: 120; inset: 0; display: grid; place-items: center; padding: 30px; background: rgba(1,15,37,.88); backdrop-filter: blur(12px); }
.modal-panel { position: relative; display: grid; grid-template-columns: 1.3fr .7fr; width: min(1380px, 96vw); max-height: 92svh; overflow: auto; background: var(--paper); box-shadow: 0 32px 100px rgba(0,0,0,.35); }
.modal-close { position: absolute; z-index: 4; top: 14px; right: 14px; display: grid; place-items: center; width: 42px; height: 42px; border: 0; background: var(--navy); color: white; font-size: 27px; line-height: 1; cursor: pointer; }
.modal-image { display: grid; place-items: center; min-height: 0; padding: 20px; background: white; }
.modal-image img { width: 100%; height: auto; max-height: calc(92svh - 40px); object-fit: contain; }
.modal-copy { align-self: center; padding: clamp(35px, 5vw, 76px); }
.modal-copy h2 { margin: 0; color: var(--navy); font-size: clamp(38px, 4vw, 62px); line-height: 1; letter-spacing: -.05em; }
.modal-copy > p:not(.eyebrow) { margin: 27px 0 34px; color: #5a6677; font-size: 15px; line-height: 1.75; }
body.modal-open { overflow: hidden; }

.admin-bar .site-header { top: 32px; }
.site-content-fallback { width: min(980px, calc(100% - 48px)); min-height: 70vh; margin-inline: auto; padding: 130px 0; }
.site-content-fallback h1 { color: var(--navy); font-size: clamp(42px, 6vw, 76px); letter-spacing: -.05em; }
.site-content-fallback .entry-content { color: #536073; font-size: 17px; line-height: 1.8; }

.protection-toast { position: fixed; z-index: 210; top: 155px; left: 50%; padding: 12px 18px; border: 1px solid rgba(226,183,88,.65); background: rgba(3,28,66,.95); color: white; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; opacity: 0; transform: translate(-50%, -16px); pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
.protection-toast.show { opacity: 1; transform: translate(-50%, 0); }
body.capture-shield { overflow: hidden; }
body.capture-shield main { filter: blur(24px); }
body.capture-shield::after { content: "PROTECTED CONTENT · PT. DIVA TECHSMART"; position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; padding: 24px; background: var(--navy); color: var(--gold-light); font-family: var(--font-geist-mono); font-size: clamp(12px, 1.5vw, 20px); font-weight: 800; letter-spacing: .16em; text-align: center; }
.cta-band { padding-block: 88px; background: var(--gold); color: var(--navy); }
.cta-band .section-shell { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.cta-band p { margin: 0; font-size: 14px; line-height: 1.65; }
.cta-band h2 { max-width: 750px; margin-top: 15px; font-size: clamp(44px, 5.3vw, 82px); }
.cta-band .section-shell > div:last-child { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.cta-band .section-shell > div:last-child > p { max-width: 440px; }
.button-gold { flex: 0 0 auto; min-width: 185px; background: var(--navy); color: white; }

footer { padding: 78px 0 25px; background: #021531; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1.1fr; gap: 40px; align-items: start; }
.footer-brand { display: grid; justify-items: start; gap: 18px; }
.footer-logo-crop { display: block; width: min(300px, 100%); height: 42px; overflow: visible; background: transparent; }
.footer-logo-crop img { width: 100%; height: 100%; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); opacity: .94; }
.footer-brand .brand-diva { font-size: 26px; }
.footer-brand .brand-tech { font-size: 14px; }
.footer-brand p { margin: 0; color: var(--gold-light); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.footer-label { margin: 0 0 13px; color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a, .footer-grid address { color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.75; font-style: normal; }
.footer-grid a:hover { color: white; }
.footer-contact-stack { display: grid; align-content: start; justify-items: start; gap: 5px; }
.footer-contact-stack .footer-label { margin-bottom: 8px; }
.footer-contact-stack small { color: rgba(255,255,255,.45); font-size: 9px; line-height: 1.5; }
.footer-contact-button { padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.75; text-align: left; cursor: pointer; }
.footer-contact-button:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 70px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 24px; }
  .menu-toggle { order: 2; display: grid; gap: 5px; width: 42px; height: 42px; place-content: center; border: 0; background: var(--navy); cursor: pointer; }
  .menu-toggle span { width: 18px; height: 1px; background: white; }
  .header-actions { order: 1; }
  .main-nav { position: fixed; top: 82px; left: 0; right: 0; display: grid; gap: 0; padding: 20px 40px 30px; background: var(--paper); border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; transition: transform .3s ease, opacity .3s ease; }
  .main-nav.open { transform: translateY(0); opacity: 1; }
  .main-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .hero-main-carousel { height: clamp(720px, 82vw, 880px); }
  .hero-overlay { grid-template-columns: 1fr; gap: 32px; padding-bottom: 130px; }
  .hero-overlay-copy { max-width: 740px; }
  .hero-stats { width: min(620px, 100%); }
  .hero-visual { width: min(900px, 100%); margin-inline: auto; }
  .about-main { grid-template-columns: 1fr; }
  .about-values { grid-auto-flow: column; grid-auto-columns: minmax(245px, 1fr); grid-template-columns: none; overflow-x: auto; scroll-snap-type: x proximity; }
  .about-values article { scroll-snap-align: start; }
  .heart-canvas { grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); }
  .heart-machine-stage > img, .heart-machine-draw img { right: -18%; width: 130%; }
  .milestones-track { grid-auto-flow: column; grid-auto-columns: 138px; grid-template-columns: none; padding-bottom: 14px; scroll-snap-type: x proximity; }
  .milestones-track article { scroll-snap-align: start; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.applications-heading, .contact-grid, .location-grid { grid-template-columns: 1fr; }
  .application-feature-copy { grid-template-columns: 70px minmax(210px, .8fr) minmax(250px, 1.2fr); gap-inline: 20px; }
  .application-rail { grid-auto-flow: column; grid-auto-columns: minmax(260px, 1fr); grid-template-columns: none; overflow-x: auto; scroll-snap-type: x mandatory; }
  .application-rail button { scroll-snap-align: start; }
  .application-rail button:hover, .application-rail button.active { transform: translateY(-4px); }
  .contact-copy { position: static; }
	.contact-intro { max-width: 780px; }
	.map-frame, .map-frame iframe { min-height: 460px; height: 460px; }
  .modal-panel { grid-template-columns: 1fr; }
  .modal-image img { max-height: none; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
  .admin-bar .site-header { top: 46px; }
  .section-shell { width: min(100% - 36px, 680px); }
  .site-header { height: 72px; padding: 0 12px; gap: 8px; }
  .brand-logo-crop { width: 125px; height: 32px; }
  .brand-logo-crop img { width: 139px; }
  .brand-diva { font-size: 25px; }
  .brand-tech { font-size: 11px; }
  .header-actions { gap: 6px; }
  .language-switch button { min-height: 38px; gap: 3px; padding: 0 7px; }
  .language-switch button > span { font-size: 13px; }
  .language-switch button strong { font-size: 8px; }
  .main-nav { top: 72px; padding-inline: 18px; }
  .hero { padding-bottom: 0; }
  .hero-main-carousel { height: max(650px, calc(100vh - 72px)); height: max(650px, calc(100svh - 72px)); }
  .hero-photo-stack img { object-position: 57% center; }
	.hero-theme-warm .hero-photo-stack img { object-position: 50% center; }
	.hero-photo-stack img.hero-heald-frame { object-position: 57% center; }
  .hero-overlay { display: flex; flex-direction: column; justify-content: flex-end; gap: 26px; padding-block: 82px 116px; }
  .hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .hero-intro { margin-top: 20px; font-size: 15px; line-height: 1.55; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-stats { width: 100%; gap: 12px; padding: 16px; }
  .hero-stats dd { font-size: 18px; }
  .hero-stats dt { font-size: 9px; }
  .hero-image-mark { display: none; }
  .main-slide-controls { left: 18px; right: 18px; bottom: 18px; grid-template-columns: 1fr auto; gap: 11px 16px; padding: 11px 12px; }
  .main-slide-progress { grid-column: 1 / -1; width: 100%; }
  .hero-products { padding-top: 66px; }
  .hero-carousel-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .hero-visual { padding: 31px 22px 0 11px; }
  .visual-index { top: 3px; right: 23px; }
  .hero-slider-bar { margin-left: 0; padding-inline: 13px; }
  .hero-product-name strong { max-width: 190px; font-size: 13px; }
  .hero-slider-controls button { width: 40px; height: 40px; }
  .about { padding-block: 90px; }
  .about-story { display: block; padding: 34px 26px 38px; }
  .about-story h2 { margin-top: 0; }
  .about-copy { margin-top: 34px; }
  .about-est { grid-template-columns: auto auto; }
  .about-est small { grid-column: 1 / -1; justify-self: start; }
  .about-values { grid-auto-flow: column; grid-auto-columns: minmax(235px, 82%); grid-template-columns: none; }
  .about-values article { min-height: 225px; padding: 28px 26px; }
  .about-values h3 { margin-top: 29px; }
  .milestones-block { margin-top: 68px; }
  .milestones-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .milestones-track { grid-auto-flow: column; grid-auto-columns: 132px; grid-template-columns: none; gap: 6px; }
  .milestones-track article { min-height: 112px; padding: 42px 5px 8px; }
  .heart-section { min-height: auto; padding: 78px 0 36px; }
  .heart-canvas { grid-template-columns: 1fr; gap: 20px; min-height: auto; }
  .heart-copy { margin-right: 0; padding: 0; background: transparent; }
  .heart-copy h2 { font-size: clamp(49px, 14vw, 74px); }
  .heart-machine-stage { min-height: 410px; }
  .heart-machine-stage > img, .heart-machine-draw img { right: -21%; width: 136%; }
  .machine-callout strong { padding: 0 0 5px; font-size: 6px; }
  .callout-harness { --callout-line: 72px; top: 7%; left: 28%; }
  .callout-heddles { --callout-line: 74px; top: 18%; left: 47%; }
  .callout-reed { --callout-line: 86px; top: 11%; left: 64%; }
  .callout-drop { --callout-line: 72px; top: 23%; left: 81%; }
  .sketch-pen { width: 32px; height: 32px; font-size: 16px; }
  .products { padding-block: 90px; }
  .products-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
  .product-filters { margin-top: 0; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .product-filters button { flex: 0 0 auto; }
  .product-grid { grid-template-columns: 1fr; gap: 46px; }
  .product-meta h3 { font-size: 20px; }
	.applications-section, .contact-section { padding-block: 90px; }
	.location-section { padding-block: 78px; }
  .applications-heading { grid-template-columns: 1fr; gap: 24px; }
  .application-showcase { width: calc(100% - 24px); }
  .application-feature figure { height: auto; aspect-ratio: 16 / 9; }
  .application-feature-copy { display: block; min-height: 0; padding: 22px 20px 86px; }
  .application-feature-copy > span { display: block; margin-bottom: 13px; }
  .application-feature-copy h3 { margin-bottom: 13px; font-size: 27px; }
  .application-feature-copy p { max-width: 560px; }
  .application-tags { gap: 5px; margin-top: 14px; }
  .application-tags li { padding: 5px 7px; font-size: 7px; }
  .application-arrows { right: 20px; bottom: 20px; }
  .application-arrows button { width: 48px; height: 48px; }
  .application-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(245px, 82%); grid-template-columns: none; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; overscroll-behavior-inline: contain; }
  .application-rail button { grid-template-columns: 28px 92px minmax(0, 1fr); scroll-snap-align: start; }
  .application-rail img { width: 92px; }
  .direct-contact { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .phone-composer { grid-template-columns: 1fr; }
  .captcha-box { grid-template-columns: auto 1fr; }
  .captcha-problem { grid-column: 1 / -1; justify-content: flex-end; padding-top: 13px; border-top: 1px solid #d6d3ca; }
	.form-submit { align-items: flex-start; flex-direction: column; }
	.map-frame, .map-frame iframe { min-height: 390px; height: 390px; }
	.contact-gate-modal { padding: 10px; }
	.contact-gate-panel { width: 100%; max-height: 96svh; padding: 52px 18px max(24px, env(safe-area-inset-bottom)); }
	.contact-gate-panel h2 { font-size: 38px; }
	.contact-gate-panel .compact-form { padding: 18px 14px; }
  .email-app-modal { padding: 10px; }
  .email-app-panel { width: 100%; max-height: 95vh; max-height: 95svh; padding: 48px 22px max(28px, env(safe-area-inset-bottom)); }
  .email-app-panel h2 { padding-right: 22px; font-size: 37px; }
  .email-app-grid { grid-template-columns: 1fr; }
  .email-app-choice.featured { grid-column: auto; }
  .email-app-choice { grid-template-columns: 45px minmax(0, 1fr) auto; min-height: 84px; padding: 13px; }
  .email-app-badge { width: 43px; height: 43px; }
  .email-confirm-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .email-confirm-actions .button { justify-content: space-between; width: 100%; }
  .email-choose-again { align-self: flex-start; }
  .thank-you-toast { right: 12px; bottom: 76px; width: calc(100vw - 24px); grid-template-columns: 38px minmax(0, 1fr) auto; gap: 11px; padding: 15px 13px; }
  .thank-you-toast > span { width: 36px; height: 36px; }
  .product-modal { padding: 12px; }
  .modal-panel { width: 100%; max-height: 95vh; max-height: 95svh; }
  .modal-image { padding: 8px; }
  .modal-copy { padding: 32px 24px 40px; }
  .cta-band .section-shell { grid-template-columns: 1fr; gap: 38px; }
  .cta-band .section-shell > div:last-child { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 16px; }
  .footer-logo-crop { width: min(280px, 100%); height: 38px; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { gap: 18px; flex-direction: column; }

  .site-header { padding-right: max(12px, env(safe-area-inset-right)); padding-left: max(12px, env(safe-area-inset-left)); }
  .main-nav { padding-right: max(18px, env(safe-area-inset-right)); padding-left: max(18px, env(safe-area-inset-left)); }
  .inquiry-form input, .inquiry-form select, .inquiry-form textarea { font-size: 16px; }
  .application-rail, .product-filters, .about-values, .milestones-track { -webkit-overflow-scrolling: touch; overscroll-behavior-inline: contain; scrollbar-width: none; }
  .application-rail::-webkit-scrollbar, .product-filters::-webkit-scrollbar, .about-values::-webkit-scrollbar, .milestones-track::-webkit-scrollbar { display: none; }
}

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

@media print {
  body > * { display: none !important; }
  body::after { content: "Protected content — PT. DIVA TECHSMART"; display: grid !important; place-items: center; position: fixed; inset: 0; background: white; color: var(--navy); font: 700 18pt Arial, sans-serif; }
}

@media print {
  body * { visibility: hidden !important; }
  body::before { content: "© PT. DIVA TECHSMART — protected content"; visibility: visible !important; position: fixed; inset: 0; display: grid; place-items: center; padding: 40px; background: white; color: var(--navy); font-size: 16px; font-weight: 850; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
}
