* { box-sizing: border-box; margin: 0; }
body {
  --hair: var(--nclear-v2-border-subtle);
  --shadow-1: 0 2px 6px rgba(0, 0, 0, .3), 0 18px 44px rgba(0, 0, 0, .4);
  background: var(--nclear-v2-surface-window); color: var(--text); font-family: var(--body); overflow-x: hidden;
  transition: background 250ms ease, color 250ms ease;
}
[data-theme="light"] body { --shadow-1: 0 2px 6px rgba(12, 20, 24, .1), 0 18px 44px rgba(12, 20, 24, .16); }
a { color: inherit; text-decoration: none; }
button { padding: 0; border: 0; background: none; color: inherit; cursor: pointer; font: inherit; }
img, video { display: block; max-width: 100%; }
.wrap { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
.label { color: var(--dim); font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1.05; }

.nav { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; }
.nav .brand { display: flex; align-items: baseline; gap: 12px; }
.nav .brand b { font-family: var(--display); font-weight: 600; font-size: 21px; }
.nav .links { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 500; }
.nav .links a, .support-link { color: var(--muted); transition: color 150ms ease; }
.nav .links a:hover, .support-link:hover { color: var(--text); }
.nav .links .acc { padding: 9px 18px; border: 1px solid var(--hair); border-radius: 999px; color: var(--text); }
.nav .links .acc:hover { border-color: var(--text); }
.theme-toggle { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--hair); border-radius: 50%; color: var(--muted); font-size: 15px; transition: color 150ms ease, border-color 150ms ease, transform 300ms ease; }
.theme-toggle:hover { color: var(--text); border-color: var(--text); transform: rotate(20deg); }

.hero { position: relative; display: grid; min-height: clamp(440px, 58vh, 560px); isolation: isolate; border-radius: 22px; background: var(--nclear-v2-surface-window); }
.hero-media, .hero-media img, .hero-media video { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media { overflow: hidden; border-radius: inherit; }
.hero-media img { z-index: -3; }
[data-theme="light"] .hero-video-dark { display: none; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: -1px; border-radius: 23px; background: linear-gradient(90deg, var(--nclear-v2-surface-window) 0%, var(--nclear-v2-surface-window) 14%, color-mix(in srgb, var(--nclear-v2-surface-window) 72%, transparent) 48%, color-mix(in srgb, var(--nclear-v2-surface-window) 20%, transparent) 100%), linear-gradient(0deg, color-mix(in srgb, var(--nclear-v2-surface-window) 58%, transparent) 0%, transparent 36%); box-shadow: inset 0 0 0 2px var(--nclear-v2-surface-window); }
[data-theme="light"] .hero::before { content: ""; position: absolute; z-index: -1; inset: 0; border-radius: inherit; backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.82) 42%, transparent 74%); -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.82) 42%, transparent 74%); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; align-self: center; max-width: 840px; padding: 52px 56px; color: #fff; }
[data-theme="light"] .hero-inner { color: var(--text); }
.pills { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.pill { padding: 6px 13px; border-radius: 999px; font-family: var(--mono); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.pill.dark { border: 1px solid rgb(255 255 255 / .14); background: rgb(0 0 0 / .75); color: var(--nclear-v2-accent-cyan-default); }
[data-theme="light"] .pill.dark { border-color: rgb(0 0 0 / .16); background: rgb(255 255 255 / .72); color: var(--nclear-v2-accent-cyan-default); }
.pill.light { background: rgba(255,255,255,.92); color: #0c0c0c; }
.hero h1 { margin-bottom: 16px; font-size: clamp(36px, 4.2vw, 62px); }
.hero h1 .accent { display: inline-block; text-wrap: balance; color: var(--nclear-v2-accent-cyan-strong); }
[data-theme="light"] .hero h1 .accent { color: var(--nclear-v2-accent-cyan-strong); }
.hero h1 .dimmed { color: rgba(255,255,255,.5); }
[data-theme="light"] .hero h1 .dimmed { color: color-mix(in srgb, var(--text) 55%, transparent); }
.hero .sub { max-width: 520px; margin-bottom: 28px; color: rgba(255,255,255,.84); font-size: 17px; line-height: 1.5; }
[data-theme="light"] .hero .sub { color: color-mix(in srgb, var(--text) 74%, transparent); }
.cta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 14px 26px; border-radius: 999px; background: var(--nclear-v2-action-primary-bg-default); color: var(--nclear-v2-action-primary-content); font-size: 14.5px; font-weight: 600; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.btn:hover { transform: translateY(-1px); background: var(--nclear-v2-action-primary-bg-hover); box-shadow: 0 10px 28px color-mix(in srgb, var(--nclear-v2-cyan-500) 35%, transparent); }
.btn:active { background: var(--nclear-v2-action-primary-bg-pressed); }
.btn .price-note { opacity: .75; font-family: var(--mono); font-size: 11px; letter-spacing: .06em; }
.btn.ghost { border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.1); color: #fff; backdrop-filter: blur(6px); }
.btn.ghost:hover { background: rgba(255,255,255,.18); box-shadow: none; }
[data-theme="light"] .hero .btn.ghost { border-color: rgb(0 0 0 / .22); background: rgb(255 255 255 / .68); color: var(--text); }
[data-theme="light"] .hero .btn.ghost:hover { background: rgb(255 255 255 / .88); }
.hero-note { max-width: 460px; margin-top: 18px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.5; }
[data-theme="light"] .hero-note { color: var(--muted); }
.hero-note b { color: var(--nclear-v2-accent-red-default); font-weight: 700; }

.specs-summary { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding: 24px clamp(24px, 8vw, 128px); margin-top: 8px; border-bottom: 1px solid var(--hair-soft); line-height: 1.5; }
.specs-summary span, .specs-summary a { white-space: nowrap; }
.specs-summary a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.specs-summary a:hover { color: var(--text); }
#tech-info { scroll-margin-top: 28px; }
.specs { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 24px; padding-block: 24px; border-top: 1px solid var(--hair-soft); border-bottom: 1px solid var(--hair-soft); }
.specs dt { margin-bottom: 6px; }
.specs dd { margin: 0; font-size: 15px; font-weight: 500; }
.plinth { padding: clamp(22px, 3.4vw, 48px); border-radius: 18px; background: var(--surface-2); }
.plinth img, .plinth video { width: 100%; border-radius: 8px; box-shadow: var(--shadow-1); }

.section { padding: 56px 0 0; border-top: 0; }
.section-head { display: block; max-width: 720px; margin-bottom: 24px; }
.section-head .label { display: block; margin-bottom: 14px; }
.section-head h2 { margin-bottom: 14px; font-size: clamp(28px, 3.2vw, 44px); }
.section-head p { color: var(--muted); font-size: 17px; line-height: 1.55; }
.section[aria-labelledby="vocride-1-heading"] .section-head p + p { margin-top: 20px; }
.overview-head { max-width: 100%; }
.overview-head p { max-width: 960px; }
.product-overview-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 20px; width: 100%; max-width: none; padding: 0; margin: 0; list-style: none; }
.product-overview-list li { position: relative; padding-left: 20px; color: var(--text-soft); font-size: 14.5px; line-height: 1.45; }
.product-overview-list li::before { content: ""; position: absolute; top: .55em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.see-vocride-walkthrough { margin-bottom: 36px; }
.see-vocride-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.see-vocride-item { min-width: 0; }
.see-vocride-label { margin-bottom: 28px; text-align: center; }
.see-vocride-item h3 { margin-bottom: 12px; text-align: center; font-size: clamp(20px, 2vw, 26px); }
.see-vocride-media { overflow: hidden; display: block; width: 100%; aspect-ratio: 16 / 9; padding: 0; border: 1px solid var(--hair-soft); border-radius: 18px; background: var(--surface-2); box-shadow: var(--shadow-1); }
.see-vocride-interface { aspect-ratio: 16 / 9; border: 0; border-radius: 0; background: none; box-shadow: none; cursor: zoom-in; }
.see-vocride-interface img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 8px; }
.plugin-video-frame { width: 100%; }
.plugin-video-frame iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }
.section#features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: clamp(28px, 3vw, 44px); row-gap: clamp(64px, 6vw, 88px); }
#features > .section-head { grid-column: 1 / -1; margin-bottom: 0; }
#features > .feature { display: flex; min-width: 0; flex-direction: column; padding: 0; }
#features .feature .plinth { order: -1; display: grid; width: 100%; aspect-ratio: 8 / 5; place-items: center; padding: 0; margin-bottom: 22px; overflow: hidden; border: 1px solid var(--hair-soft); border-radius: 16px; background: transparent; }
#features .feature .plinth img, #features .feature .plinth video { width: 100%; height: 100%; object-fit: contain; border-radius: inherit; box-shadow: none; }
.feature-copy .n { display: block; margin-bottom: 14px; color: var(--accent); font-family: var(--mono); font-size: 11px; letter-spacing: .14em; }
.feature-copy h3 { margin-bottom: 12px; font-size: clamp(21px, 1.9vw, 27px); line-height: 1.12; }
.feature-copy p { max-width: 38ch; color: var(--muted); font-size: 15px; line-height: 1.6; }
.feature-copy ul { display: grid; gap: 10px; padding: 0; margin: 20px 0 0; list-style: none; }
.feature-copy li { position: relative; padding-left: 20px; color: var(--text-soft); font-size: 14.5px; }
.feature-copy li::before { content: ""; position: absolute; top: .55em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.feature.feature-copy-only { padding-block: clamp(34px, 5vw, 62px); }
.feature.feature-copy-only .feature-copy { grid-column: 2; order: 0; }
.harmonic-dyn { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; gap: clamp(28px, 4vw, 56px); }
.harmonic-dyn .section-head { margin-bottom: 0; }
.harmonic-dyn .feature-copy p { max-width: none; }
.harmonic-dyn .plinth { padding: 0; overflow: hidden; border: 1px solid var(--hair-soft); border-radius: 16px; background: transparent; }
.harmonic-dyn .plinth img, .harmonic-dyn .plinth video { border-radius: inherit; box-shadow: none; }
.harmonic-dyn .plinth:has(video:not([hidden])) img { display: none; }
.harmonic-dyn .plinth video[hidden] { display: none; }

.tiers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.tier { display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--hair-soft); border-radius: 16px; background: var(--surface); }
.tier.pro { border-color: color-mix(in srgb, var(--accent) 55%, transparent); background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 7%, var(--surface)), var(--surface)); }
.tier .tier-top { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 6px; }
.tier h3 { font-size: 24px; }
.tier .price { font-family: var(--display); font-size: 30px; font-weight: 600; letter-spacing: -.02em; }
.tier .price small { display: block; margin-top: 4px; color: var(--dim); font-family: var(--mono); font-size: 10.5px; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; }
.tier .kicker { margin-bottom: 22px; color: var(--muted); font-size: 14.5px; }
.tier ul { display: grid; gap: 11px; padding: 0; margin: 0 0 26px; list-style: none; }
.tier li { position: relative; padding-left: 24px; color: var(--text-soft); font-size: 14.5px; line-height: 1.45; }
.tier li::before { content: "✓"; position: absolute; top: 0; left: 0; color: var(--accent); font-size: 13px; }
.tier .btn { justify-content: center; width: 100%; }
.tier .btn.outline { border: 1px solid var(--hair); background: transparent; color: var(--text); }
.btn.disabled { border: 1px dashed color-mix(in srgb, var(--warn) 55%, transparent); background: transparent; color: var(--warn); cursor: default; }
.btn.disabled:hover { transform: none; box-shadow: none; }
.tier .btn.outline:hover { border-color: var(--text); box-shadow: none; }
.tier .foot-note { margin-top: auto; padding-top: 16px; color: var(--dim); font-size: 12.5px; line-height: 1.5; }
.tiers-note { margin-top: 18px; color: var(--muted); font-size: 13.5px; }
.tiers-note a { color: var(--accent); }

.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.gallery .shotcard { overflow: visible; border: 0; border-radius: 0; background: transparent; color: var(--text); text-align: left; cursor: zoom-in; transition: transform 200ms ease; }
.gallery .shotcard:hover { transform: translateY(-3px); }
.shotcard-media { display: block; overflow: hidden; border-radius: 14px; background: transparent; }
.shotcard img { width: 100%; aspect-ratio: 2400 / 1388; object-fit: contain; object-position: center; }
.shotcard .cap { display: block; padding: 14px 0 0; }
.shotcard .cap b { display: block; margin-bottom: 4px; font-size: 14.5px; font-weight: 600; }
.shotcard .cap span { color: var(--muted); font-size: 13px; line-height: 1.45; }

.band { display: grid; grid-template-columns: minmax(250px, .68fr) minmax(0, 1.32fr); gap: clamp(28px, 4vw, 56px); align-items: start; padding: clamp(28px, 3.2vw, 44px); margin-top: 56px; border-radius: 20px; background: var(--surface-2); }
.download-intro { padding-top: 6px; }
.download-intro .label { display: block; margin-bottom: 14px; }
.band h2 { margin-bottom: 12px; font-size: clamp(24px, 2.8vw, 36px); }
.band p { max-width: 390px; color: var(--muted); font-size: 15.5px; line-height: 1.6; }
.band-actions { display: grid; gap: 14px; justify-items: stretch; padding: 22px; border: 1px solid var(--hair-soft); border-radius: 14px; background: var(--surface); }
.download-launch { align-content: center; justify-items: center; text-align: center; }
.download-launch p { font-size: 13px; }
.band .btn { justify-content: center; min-height: 50px; background: var(--nclear-v2-action-primary-bg-default); color: var(--nclear-v2-action-primary-content); }
.download-modal { width: min(562px, calc(100% - 16px)); max-height: calc(100dvh - 16px); padding: 0; margin: auto; overflow: auto; border: 0; border-radius: 16px; background: var(--nclear-v2-surface-window); color: var(--nclear-v2-content-primary); box-shadow: var(--shadow-1); }
.download-modal::backdrop { background: rgb(3 8 10 / .76); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.download-modal-panel { position: relative; padding: 24px; text-align: center; }
.download-modal-close { position: absolute; z-index: 2; top: 8px; right: 8px; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid transparent; border-radius: 8px; color: var(--nclear-v2-content-tertiary); font-family: Inter, var(--body); font-size: 22px; line-height: 1; }
.download-modal-close:hover { border-color: var(--nclear-v2-border-subtle); color: var(--nclear-v2-content-primary); }
.download-form { display: flex; flex-direction: column; align-items: stretch; gap: 24px; padding: 0; margin: 0; border: 0; border-radius: 0; background: none; font-family: Inter, var(--body); }
.download-heading { display: flex; flex-direction: column; align-items: center; }
.download-heading h2 { width: 100%; padding: 8px; margin: 0; color: var(--nclear-v2-content-primary); font-family: Inter, var(--body); font-size: 36px; font-weight: 900; line-height: normal; text-align: center; }
.download-heading p { width: 100%; padding: 8px; margin: 0; color: var(--nclear-v2-content-primary); font-size: 15px; font-weight: 400; line-height: normal; text-align: center; }
.download-fields { display: grid; grid-template-columns: 259px minmax(0, 1fr); gap: 8px; align-items: end; width: 100%; }
.download-form[data-pwyw-enabled="false"] .download-fields { grid-template-columns: 259px; justify-content: center; }
.download-price[hidden] { display: none; }
.download-form label.download-email { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 8px; color: var(--nclear-v2-content-tertiary); font-size: 12px; font-weight: 400; line-height: normal; text-align: left; }
.download-form .download-email input[type="email"] { width: 100%; height: 36px; min-height: 36px; padding: 8px; border: 1px solid var(--nclear-v2-graph-secondary); border-radius: 8px; background: var(--nclear-v2-surface-panel); color: var(--nclear-v2-action-primary-content); font: 400 15px/normal Inter, var(--body); text-align: left; }
.download-form .download-email input[type="email"]:focus { border-color: var(--nclear-v2-accent-cyan-default); outline: none; background: var(--nclear-v2-surface-panel); box-shadow: none; }
.download-form .download-email input[type="email"][aria-invalid="true"], .download-form .download-custom-price:has(input[aria-invalid="true"]) { border-color: var(--nclear-v2-accent-red-default); }
.download-price { min-width: 0; padding: 0; margin: 0; border: 0; }
.download-price legend { padding: 0; margin: 0 0 8px; color: var(--nclear-v2-content-tertiary); font-size: 12px; font-weight: 400; line-height: normal; text-align: left; white-space: nowrap; }
.download-price-row { display: flex; align-items: center; gap: 8px; }
.download-form label.download-custom-price { display: flex; width: 64px; height: 36px; flex: 0 0 64px; align-items: center; justify-content: center; gap: 4px; padding: 8px; border: 1px solid var(--nclear-v2-graph-secondary); border-radius: 8px; background: var(--nclear-v2-surface-panel); color: var(--nclear-v2-action-primary-content); font-size: 15px; font-weight: 400; line-height: normal; }
.download-form label.download-custom-price:focus-within { border-color: var(--nclear-v2-accent-cyan-default); }
.download-form label.download-custom-price input { width: 28px; height: 20px; min-width: 0; min-height: 0; padding: 0; border: 0; outline: 0; background: transparent; color: inherit; font: inherit; text-align: center; }
.download-price-row button { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; padding: 8px; border: 1px dashed var(--nclear-v2-accent-cyan-default); border-radius: 8px; color: var(--nclear-v2-action-primary-content); font-size: 12px; font-weight: 400; line-height: normal; }
.download-price-row button:hover, .download-price-row button[aria-pressed="true"] { border-style: solid; background: var(--nclear-v2-accent-cyan-subtle); }
.download-price-row button:disabled, .download-form label.download-custom-price:has(input[readonly]) { cursor: not-allowed; opacity: .45; }
.download-consent-actions { display: flex; width: 100%; flex-direction: column; align-items: center; gap: 4px; text-align: center; }
.download-consent-primary { width: 299px; max-width: 100%; min-height: 54px; padding: 16px 8px; border: 1px solid var(--nclear-v2-accent-cyan-default); border-radius: 8px; background: var(--nclear-v2-action-primary-bg-default); color: var(--nclear-v2-action-primary-content); font-size: 16px; font-weight: 700; line-height: normal; transition: transform 160ms ease, background 160ms ease; }
.download-consent-primary:hover { transform: translateY(-1px); background: var(--nclear-v2-action-primary-bg-hover); }
.download-consent-primary:active { background: var(--nclear-v2-action-primary-bg-pressed); }
.download-consent-secondary { width: 299px; max-width: 100%; min-height: 36px; padding: 8px; border-radius: 8px; color: var(--nclear-v2-accent-cyan-default); font-size: 15px; font-weight: 400; line-height: normal; }
.download-consent-secondary:hover { color: var(--nclear-v2-accent-cyan-strong); text-decoration: underline; text-underline-offset: 4px; }
.download-consent-primary:disabled, .download-consent-secondary:disabled { cursor: wait; opacity: .55; }
.download-consent-copy { width: min(483px, 100%); margin: 0 auto; color: var(--nclear-v2-content-tertiary); font-size: 15px !important; font-weight: 400; line-height: normal !important; text-align: center; }
.download-consent-copy a { color: var(--nclear-v2-accent-cyan-default); }
.download-consent-copy a:hover { color: var(--nclear-v2-accent-cyan-strong); text-decoration: underline; text-underline-offset: 3px; }
.download-status { width: 100%; min-height: 0; margin: 0; color: var(--nclear-v2-content-tertiary); font-size: 13px !important; line-height: 1.4; text-align: center; }
.download-status:empty { display: none; }
.download-status[data-state="error"] { color: var(--nclear-v2-accent-red-default); }
.download-modal :focus-visible { outline: 2px solid var(--nclear-v2-accent-cyan-default); outline-offset: 2px; }
.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; }
.settings-preview { width: 100%; }
.footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 24px 0 34px; margin-top: 76px; border-top: 1px solid var(--hair-soft); }
.footer a:hover { color: var(--text); }

@media (max-width: 980px) {
  .section#features { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: clamp(56px, 7vw, 72px); }
  .harmonic-dyn { grid-template-columns: 1fr; }
  .band, .tiers, .see-vocride-grid { grid-template-columns: 1fr; gap: 26px; }
  .feature.feature-copy-only .feature-copy { grid-column: auto; }
  .product-overview-list { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .hero-inner { padding: 36px 26px; }
  .nav { flex-wrap: wrap; gap: 10px; }
  .nav .links { width: 100%; justify-content: space-between; gap: 10px; }
  .nav .links a:not(.acc):not(.standards-link), .support-link { display: none; }
}
@media (max-width: 640px) {
  .specs-summary { padding-inline: 0; }
  .specs-summary > :first-child { flex-basis: 100%; }
  .section#features { grid-template-columns: 1fr; row-gap: 56px; }
  #features .feature .plinth { margin-bottom: 18px; }
  .band-actions { padding: 18px; }
  .download-modal-panel { padding: 24px; }
  .download-heading h2 { padding-inline: 24px; font-size: 30px; }
  .download-fields { grid-template-columns: 1fr; gap: 16px; }
  .download-price { width: 100%; }
  .download-price legend { white-space: normal; }
  .download-price-row { flex-wrap: wrap; justify-content: center; }
  .download-consent-primary, .download-consent-secondary { width: 100%; }
}
