@charset "UTF-8";

:root {
  --bg: #050a10;
  --bg-deep: #03070b;
  --surface: #0a121c;
  --surface-2: #101b28;
  --surface-3: #152334;
  --line: rgba(159, 194, 220, 0.15);
  --line-bright: rgba(74, 255, 212, 0.33);
  --text: #f2f7fb;
  --muted: #9babbc;
  --soft: #c6d2dc;
  --green: #31edb2;
  --green-2: #72ffd3;
  --cyan: #36bff5;
  --blue: #1677e8;
  --warning: #f4c66b;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --container: 1320px;
  --header-h: 88px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 24px); }

body {
  margin: 0;
  min-width: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 5%, rgba(20, 111, 160, 0.12), transparent 30rem),
    var(--bg);
  font-family: Inter, "Noto Sans JP", "Yu Gothic UI", Meiryo, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body.nav-open, body.lightbox-open { overflow: hidden; }

.scroll-progress {
  position: fixed;
  z-index: 220;
  inset: 0 0 auto;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--green), var(--cyan));
  box-shadow: 0 0 12px rgba(49, 237, 178, 0.55);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  will-change: transform;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }

.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.section-pad { padding: 88px 0; }
.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; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: #00130d;
  background: var(--green-2);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  transition: background-color 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}
.site-header.is-scrolled { background: rgba(5, 10, 16, 0.82); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; height: 100%; }

.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 54px; height: 54px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(53, 200, 241, 0.38)); }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-size: 22px; letter-spacing: 0.015em; }
.brand small { margin-top: 7px; color: var(--muted); font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; }

.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { color: var(--soft); font-size: 20px; font-weight: 700; text-decoration: none; transition: color 160ms ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--green-2); }
.site-nav .nav-cta { padding: 9px 18px; color: var(--text); border: 1px solid var(--line-bright); border-radius: 999px; background: rgba(49, 237, 178, 0.06); font-size: 19px; line-height: 1.2; }
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: auto;
  padding-top: 116px;
  padding-bottom: 60px;
  overflow: hidden;
  isolation: isolate;
}
.hero-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: 0.22;
  background-image: linear-gradient(rgba(130, 181, 211, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(130, 181, 211, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 80%);
}
.hero-glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(2px); }
.hero-glow-a { top: 4%; right: -10%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(28, 207, 185, 0.15), rgba(26, 116, 211, 0.08) 45%, transparent 70%); animation: glow-drift-a 12s ease-in-out infinite alternate; }
.hero-glow-b { bottom: -25%; left: -20%; width: 680px; height: 680px; background: radial-gradient(circle, rgba(25, 108, 215, 0.1), transparent 68%); animation: glow-drift-b 15s ease-in-out infinite alternate; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(480px, 0.92fr); gap: 54px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }

.eyebrow, .kicker { color: var(--green); font-size: 18px; font-weight: 800; line-height: 1.35; letter-spacing: 0.12em; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 20px; }
.eyebrow span { width: 26px; height: 1px; background: var(--green); box-shadow: 0 0 10px var(--green); }
.kicker { margin: 0 0 15px; }
.hero h1 { margin: 0; font-size: clamp(44px, 4vw, 54px); line-height: 1.12; letter-spacing: -0.035em; }
.hero h1 > span, .keep-lines > span { display: block; white-space: nowrap; }
.hero h1 em { color: transparent; font-style: normal; background: linear-gradient(100deg, var(--green-2) 5%, var(--cyan) 38%, #b3c8ff 52%, var(--cyan) 66%, var(--green-2) 95%); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; animation: title-shimmer 8s ease-in-out infinite; }
.hero-lead { max-width: 700px; margin: 26px 0 0; color: var(--soft); font-size: 27px; line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 56px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 19px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .site-nav a:focus-visible, .brand:focus-visible, summary:focus-visible, .nav-toggle:focus-visible { outline: 2px solid var(--green-2); outline-offset: 4px; }
.button-primary { position: relative; overflow: hidden; color: #00130e; background: linear-gradient(110deg, var(--green-2), var(--green)); box-shadow: 0 14px 32px rgba(49, 237, 178, 0.18); }
.button-primary::before { content: ""; position: absolute; inset: -80% auto -80% -35%; width: 24%; pointer-events: none; background: rgba(255, 255, 255, 0.42); filter: blur(7px); transform: translateX(-180%) rotate(16deg); animation: cta-shimmer 5.8s ease-in-out infinite; }
.button-primary > span { display: inline-block; animation: arrow-nudge 2.4s ease-in-out infinite; }
.button-primary:hover { box-shadow: 0 18px 40px rgba(49, 237, 178, 0.26); }
.button-ghost { color: var(--text); border-color: var(--line); background: rgba(255, 255, 255, 0.025); }
.button-ghost:hover { border-color: rgba(54, 191, 245, 0.45); background: rgba(54, 191, 245, 0.06); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 22px; margin: 22px 0 0; padding: 0; list-style: none; }
.hero-badges li { color: var(--muted); font-size: 18px; letter-spacing: 0.025em; }
.hero-badges span { margin-right: 7px; color: var(--green); font-size: 7px; text-shadow: 0 0 10px var(--green); }

.hero-visual { position: relative; width: 100%; max-width: 600px; min-width: 0; justify-self: end; }
.app-float { animation: app-float 6.8s ease-in-out infinite; }
.app-frame { --tilt-x: 1.5deg; --tilt-y: -3deg; position: relative; padding: 9px; overflow: hidden; border: 1px solid rgba(118, 191, 225, 0.22); border-radius: 18px; background: linear-gradient(145deg, rgba(33, 52, 69, 0.87), rgba(6, 14, 23, 0.94)); box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55), 0 0 60px rgba(40, 200, 195, 0.08); transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transform-style: preserve-3d; transition: transform 220ms ease-out, box-shadow 220ms ease-out; will-change: transform; }
.hero-visual:hover .app-frame { box-shadow: 0 38px 96px rgba(0, 0, 0, 0.58), 0 0 68px rgba(40, 200, 195, 0.12); }
.app-frame img { width: 100%; height: auto; border-radius: 9px; }
.window-bar { display: flex; align-items: center; gap: 7px; height: 32px; padding-inline: 8px; }
.window-bar span { width: 7px; height: 7px; border-radius: 50%; background: #324351; }
.window-bar span:first-child { background: var(--green); box-shadow: 0 0 10px rgba(49, 237, 178, 0.7); }
.window-bar b { margin-left: auto; margin-right: 9px; color: #8296a7; font-size: 12px; font-weight: 600; letter-spacing: 0.09em; }
.frame-shine { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 24%); }
.visual-orbit { position: absolute; z-index: -1; border: 1px solid rgba(48, 235, 180, 0.15); border-radius: 50%; }
.orbit-one { inset: -16%; animation: orbit-spin 30s linear infinite, orbit-breathe 8s ease-in-out infinite alternate; }
.orbit-two { inset: -6%; border-style: dashed; border-color: rgba(55, 183, 244, 0.19); animation: orbit-spin 22s linear reverse infinite, orbit-breathe 11s ease-in-out 1.2s infinite alternate; }
.float-card { position: absolute; display: grid; min-width: 136px; padding: 13px 15px; border: 1px solid rgba(116, 225, 211, 0.2); border-radius: 12px; background: rgba(7, 17, 26, 0.84); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.float-card span { color: var(--green); font-size: 14px; font-weight: 800; letter-spacing: 0.1em; }
.float-card strong { margin-top: 2px; font-size: 19px; letter-spacing: 0.02em; }
.float-card small { color: var(--muted); font-size: 14px; }
.float-card-top { top: -38px; right: 5%; animation: float-card-top 8.5s ease-in-out infinite; }
.float-card-bottom { bottom: -39px; left: -26px; animation: float-card-bottom 10s ease-in-out 0.9s infinite; }

.signal-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 32px; border-block: 1px solid var(--line); }
.signal-strip div { display: grid; place-content: center; min-height: 76px; text-align: center; }
.signal-strip div + div { border-left: 1px solid var(--line); }
.signal-strip strong { font-size: 26px; letter-spacing: -0.02em; }
.signal-strip span { color: var(--muted); font-size: 18px; font-weight: 800; letter-spacing: 0.08em; }

.workflow { background: linear-gradient(180deg, transparent, rgba(12, 23, 34, 0.7) 25%, rgba(12, 23, 34, 0.7) 75%, transparent); }
.section-heading { max-width: 800px; margin-bottom: 44px; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 3vw, 40px); line-height: 1.28; letter-spacing: -0.035em; text-wrap: balance; }
.section-heading > p:not(.kicker), .split-heading > p { margin: 20px 0 0; color: var(--muted); font-size: 26px; line-height: 1.58; }
.split-heading { display: grid; grid-template-columns: 1fr 0.9fr; align-items: end; gap: 64px; max-width: none; }
.split-heading > p { margin: 0 0 4px; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.process-card { position: relative; min-height: 260px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(17, 29, 42, 0.88), rgba(7, 14, 22, 0.94)); transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.process-card::after { content: ""; position: absolute; right: -40%; bottom: -65%; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(49, 237, 178, 0.13), transparent 66%); }
.step-no { position: absolute; top: 28px; right: 28px; color: #708397; font: 700 16px/1 monospace; letter-spacing: 0.08em; }
.step-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 28px; color: var(--green-2); border: 1px solid var(--line-bright); border-radius: 14px; background: rgba(49, 237, 178, 0.06); box-shadow: inset 0 0 22px rgba(49, 237, 178, 0.05); font-size: 22px; }
.process-card h3 { margin: 0; font-size: 25px; line-height: 1.35; }
.process-card p { margin: 12px 0 0; color: var(--muted); font-size: 23px; line-height: 1.55; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 270px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(10, 18, 28, 0.78); transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.feature-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, rgba(69, 232, 204, 0.04), transparent 34%); }
.process-card:hover, .process-card:focus-visible, .feature-card:hover, .feature-card:focus-visible, .audience-card:hover, .audience-card:focus-visible { --reveal-rest-transform: translateY(-6px); border-color: rgba(79, 223, 197, 0.34); box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24), 0 0 24px rgba(49, 237, 178, 0.05); outline: none; }
.process-card:focus-visible, .feature-card:focus-visible, .audience-card:focus-visible { box-shadow: 0 0 0 2px var(--green-2), 0 22px 50px rgba(0, 0, 0, 0.24); }
.feature-wide { grid-column: 1 / -1; display: grid; grid-template-columns: auto minmax(0, 1fr) 220px; align-items: center; gap: 28px; min-height: 220px; }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 24px; color: var(--green-2); border: 1px solid var(--line-bright); border-radius: 13px; font-size: 22px; }
.feature-wide .feature-icon { margin: 0; }
.micro-label { margin: 0 0 10px; color: var(--cyan); font-size: 18px; font-weight: 800; line-height: 1.35; letter-spacing: 0.1em; }
.feature-card h3 { margin: 0; font-size: 25px; line-height: 1.4; }
.feature-card p:not(.micro-label) { max-width: 780px; margin: 12px 0 0; color: var(--muted); font-size: 23px; line-height: 1.55; }
.feature-card small { display: block; margin-top: 16px; color: #8293a3; font-size: 20px; line-height: 1.5; }
.feature-card.condition-card { border-color: rgba(244, 198, 107, 0.34); box-shadow: inset 3px 0 rgba(244, 198, 107, 0.78); }
.feature-card.condition-card .feature-icon { color: var(--warning); border-color: rgba(244, 198, 107, 0.35); background: rgba(244, 198, 107, 0.06); }
.feature-card.condition-card .micro-label { color: var(--warning); }
.local-meter { position: relative; display: flex; align-items: end; justify-content: center; gap: 9px; height: 112px; border: 1px solid var(--line); border-radius: 16px; background: rgba(2, 8, 13, 0.45); }
.local-meter i { width: 8px; border-radius: 6px 6px 0 0; background: linear-gradient(var(--green-2), var(--blue)); opacity: 0.72; transform-origin: bottom; animation: meter-pulse 3.8s ease-in-out infinite alternate; }
.local-meter i:nth-child(1) { height: 25%; }
.local-meter i:nth-child(2) { height: 40%; animation-delay: -0.8s; }
.local-meter i:nth-child(3) { height: 62%; animation-delay: -1.6s; }
.local-meter i:nth-child(4) { height: 84%; box-shadow: 0 0 16px rgba(49, 237, 178, 0.33); animation-delay: -2.4s; }
.local-meter b { position: absolute; top: 11px; right: 13px; color: var(--green); font: 800 9px/1 monospace; }
.compare-feature { grid-template-columns: auto minmax(0, 0.78fr) minmax(520px, 1.22fr); align-items: center; }
.compare-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.compare-sample { margin: 0; }
.compare-sample-frame { position: relative; display: block; width: 100%; padding: 6px; overflow: hidden; color: inherit; cursor: zoom-in; border: 1px solid rgba(54, 191, 245, 0.25); border-radius: 15px; background: #050b12; box-shadow: 0 24px 58px rgba(0, 0, 0, 0.3); transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease; }
.compare-sample-frame:hover { border-color: rgba(49, 237, 178, 0.62); transform: translateY(-2px); box-shadow: 0 26px 64px rgba(0, 0, 0, 0.38); }
.compare-sample-frame:focus-visible { outline: 2px solid var(--green-2); outline-offset: 4px; }
.compare-sample img { width: 100%; height: auto; border-radius: 10px; }
.compare-sample figcaption { display: flex; flex-wrap: wrap; gap: 5px 14px; margin-top: 13px; color: var(--muted); font-size: 19px; line-height: 1.55; }
.compare-sample figcaption strong { color: var(--soft); }
.compare-zoom-cue { position: absolute; right: 12px; bottom: 12px; padding: 6px 11px; color: #00130d; border-radius: 999px; background: rgba(114, 255, 211, 0.92); font-size: 16px; font-weight: 800; box-shadow: 0 5px 18px rgba(0, 0, 0, 0.35); }

.specs { background: var(--bg-deep); }
.scope-layout { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 18px; align-items: start; }
.resolution-stack { display: grid; gap: 12px; }
.resolution-card { padding: 27px 30px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: linear-gradient(110deg, rgba(14, 25, 37, 0.9), rgba(7, 13, 20, 0.9)); }
.resolution-card.core { border-color: rgba(49, 237, 178, 0.32); box-shadow: inset 3px 0 var(--green); }
.resolution-top { display: flex; justify-content: space-between; align-items: center; }
.resolution-top span { color: var(--green); font-size: 18px; font-weight: 800; line-height: 1.35; letter-spacing: 0.1em; }
.resolution-top b { padding: 5px 12px; color: var(--soft); border: 1px solid var(--line); border-radius: 999px; font-size: 18px; line-height: 1.25; }
.resolution-card h3 { margin: 12px 0 0; font-size: 34px; line-height: 1; letter-spacing: -0.04em; }
.resolution-card > p { margin: 8px 0 0; color: var(--cyan); font: 600 17px/1.45 monospace; }
.resolution-card ul { display: flex; flex-wrap: wrap; gap: 7px 22px; margin: 19px 0 0; padding: 16px 0 0; border-top: 1px solid var(--line); list-style: none; }
.resolution-card li { color: var(--muted); font-size: 21px; line-height: 1.5; }
.resolution-card li::before { content: "+"; margin-right: 7px; color: var(--green); }
.spec-panel { position: sticky; top: calc(var(--header-h) + 28px); padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.spec-panel-head h3 { margin: 0; font-size: 25px; }
.spec-list { margin: 28px 0 0; }
.spec-list div { display: grid; grid-template-columns: 112px 1fr; gap: 18px; padding: 15px 0; border-top: 1px solid var(--line); }
.spec-list dt { color: var(--muted); font-size: 20px; }
.spec-list dd { margin: 0; color: var(--soft); font-size: 22px; line-height: 1.5; }
.scope-note { margin: 20px 0 0; padding: 16px 18px; color: #aebdca; border: 1px solid var(--line); border-radius: 10px; background: rgba(58, 191, 240, 0.035); font-size: 20px; line-height: 1.55; }
.scope-note strong { color: var(--soft); }
.vram-note { display: grid; grid-template-columns: 26px 1fr; gap: 12px; margin-top: 20px; padding: 15px; border: 1px solid rgba(244, 198, 107, 0.18); border-radius: 10px; background: rgba(244, 198, 107, 0.045); }
.vram-note > span { display: grid; place-items: center; width: 22px; height: 22px; color: var(--warning); border: 1px solid rgba(244, 198, 107, 0.35); border-radius: 50%; font: 800 11px/1 serif; }
.vram-note p { margin: 0; color: #b7ac95; font-size: 20px; line-height: 1.5; }
.vram-note strong { display: block; color: #d5c6a5; }

.field-test { background: linear-gradient(180deg, var(--bg-deep), rgba(9, 20, 29, 0.92), var(--bg-deep)); }
.field-test-card { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 36px; align-items: start; padding: 40px; border: 1px solid rgba(54, 191, 245, 0.24); border-radius: 28px; background: radial-gradient(circle at 18% 40%, rgba(54, 191, 245, 0.08), transparent 34%), rgba(8, 16, 25, 0.94); box-shadow: var(--shadow); }
.report-preview { overflow: hidden; border: 1px solid rgba(155, 190, 214, 0.24); border-radius: 14px; background: #07101a; box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34); }
.report-preview-bar { display: flex; align-items: center; gap: 6px; min-height: 34px; padding: 0 12px; border-bottom: 1px solid var(--line); background: #101b28; }
.report-preview-bar span { width: 7px; height: 7px; border-radius: 50%; background: #3b4c5b; }
.report-preview-bar span:first-child { background: var(--green); }
.report-preview-bar b { margin-left: auto; color: #91a5b5; font-size: 16px; font-weight: 700; }
.report-preview-title { padding: 17px 18px; color: var(--text); font-size: 19px; font-weight: 800; }
.report-preview-row { display: grid; grid-template-columns: 50px 116px 1fr; gap: 12px; padding: 10px 18px; border-top: 1px solid rgba(159, 194, 220, 0.09); font-size: 16px; line-height: 1.45; }
.report-preview-row strong { color: var(--green); }
.report-preview-row span { color: #a9bac7; }
.report-preview-row em { color: #65e9c4; font-style: normal; }
.report-preview-footer { padding: 13px 18px; color: var(--warning); border-top: 1px solid var(--line); font: 800 16px/1.35 monospace; letter-spacing: 0.08em; }
.test-badge { display: inline-flex; padding: 7px 14px; color: #151005; border: 1px solid rgba(244, 198, 107, 0.4); border-radius: 999px; background: var(--warning); font-size: 18px; font-weight: 800; line-height: 1.35; }
.field-test-copy h3 { margin: 20px 0 0; font-size: clamp(29px, 2.6vw, 38px); line-height: 1.35; letter-spacing: -0.025em; text-wrap: balance; }
.case-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 24px; }
.case-metrics div { display: grid; align-content: start; min-height: 116px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, 0.025); }
.case-metrics small { color: var(--muted); font-size: 18px; font-weight: 700; }
.case-metrics strong { margin-top: 3px; color: var(--green-2); font-size: 28px; line-height: 1.25; }
.case-metrics span { margin-top: 4px; color: #93a6b6; font-size: 18px; line-height: 1.4; }
.case-metrics .case-metric-primary { grid-column: 1 / -1; min-height: 126px; padding: 16px 20px; border-color: rgba(61, 217, 189, 0.42); background: linear-gradient(135deg, rgba(61, 217, 189, 0.13), rgba(54, 191, 245, 0.055)); box-shadow: inset 3px 0 0 var(--green); }
.case-metrics .case-metric-primary small { color: #bce9dc; font-size: 20px; }
.case-metrics .case-metric-primary strong { margin-top: 2px; color: #65f0ca; font-size: clamp(42px, 4.2vw, 58px); letter-spacing: -0.035em; }
.case-metrics .case-metric-primary span { color: #a9bdc9; font-size: 18px; }
.case-note { margin: 22px 0 0; color: #9eacb9; font-size: 20px; line-height: 1.6; }

.prime-card { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 48px; padding: 56px; overflow: hidden; border: 1px solid rgba(61, 217, 189, 0.27); border-radius: 30px; background: radial-gradient(circle at 82% 35%, rgba(27, 210, 180, 0.13), transparent 28%), linear-gradient(135deg, #0c1a24, #071018 68%); box-shadow: var(--shadow); }
.prime-card::before { content: ""; position: absolute; top: 0; left: 70px; width: 180px; height: 1px; background: linear-gradient(90deg, transparent, var(--green), transparent); box-shadow: 0 0 16px var(--green); }
.prime-copy h2 { margin: 0; font-size: clamp(34px, 3vw, 40px); line-height: 1.3; letter-spacing: -0.03em; text-wrap: balance; }
.prime-copy > p:not(.kicker) { max-width: 780px; margin: 20px 0 0; color: var(--muted); font-size: 24px; line-height: 1.55; }
.prime-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.prime-pills li { padding: 7px 12px; color: #b8c6d1; border: 1px solid var(--line); border-radius: 6px; background: rgba(255, 255, 255, 0.02); font-size: 18px; }
.guide-visual { position: relative; display: grid; place-items: center; min-height: 250px; }
.guide-ring { display: grid; place-items: center; width: 180px; height: 180px; border: 1px solid rgba(50, 237, 180, 0.5); border-radius: 50%; box-shadow: 0 0 60px rgba(49, 237, 178, 0.12), inset 0 0 45px rgba(49, 237, 178, 0.05); }
.guide-ring::before, .guide-ring::after { content: ""; position: absolute; border: 1px solid rgba(55, 190, 240, 0.16); border-radius: 50%; }
.guide-ring::before { width: 222px; height: 222px; border-style: dashed; }
.guide-ring::after { width: 136px; height: 136px; }
.guide-ring span { color: var(--green-2); font: 800 17px/1.35 monospace; text-align: center; letter-spacing: 0.09em; }
.guide-line { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); }
.guide-line.one { top: 18%; left: 6%; width: 40%; transform: rotate(28deg); }
.guide-line.two { right: 3%; bottom: 18%; width: 34%; transform: rotate(-18deg); }
.prime-disclaimer { grid-column: 1 / -1; margin: 0; padding-top: 22px; color: #81919f; border-top: 1px solid var(--line); font-size: 20px; line-height: 1.5; }

.audience { padding-top: 84px; }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.audience-card { position: relative; min-height: 210px; padding: 28px; border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(15, 26, 38, 0.75), transparent); transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.audience-card span { color: var(--green); font: 700 18px/1.35 monospace; letter-spacing: 0.07em; }
.audience-card h3 { margin: 44px 0 0; font-size: 23px; line-height: 1.35; }
.audience-card p { margin: 10px 0 0; color: var(--muted); font-size: 22px; line-height: 1.5; }
.rights-note { margin: 22px 0 0; color: #8fa1b1; font-size: 18px; line-height: 1.55; }

.status { padding-top: 84px; }
.status-card { position: relative; display: grid; grid-template-columns: 110px 1fr auto; gap: 38px; align-items: center; padding: 44px 48px; overflow: hidden; border: 1px solid var(--line-bright); border-radius: 24px; background: linear-gradient(105deg, rgba(13, 32, 40, 0.95), rgba(8, 17, 26, 0.95)); }
.status-card::after { content: ""; position: absolute; right: 8%; bottom: -110px; width: 300px; height: 180px; background: rgba(52, 238, 184, 0.13); filter: blur(70px); }
.status-mark { position: relative; display: grid; place-items: center; width: 98px; height: 98px; border: 1px solid rgba(49, 237, 178, 0.25); border-radius: 50%; }
.status-mark::before, .status-mark::after { content: ""; position: absolute; border-radius: 50%; }
.status-mark::before { inset: 12px; border: 1px dashed rgba(57, 189, 240, 0.35); }
.status-mark::after { width: 24px; height: 24px; background: var(--green); box-shadow: 0 0 22px rgba(49, 237, 178, 0.72); }
.status-mark span { position: absolute; inset: -1px; border-top: 2px solid var(--cyan); border-radius: 50%; animation: orbit-spin 7s linear infinite; }
.status-copy h2 { margin: 0; font-size: 32px; line-height: 1.3; }
.status-copy > p:not(.kicker) { max-width: 740px; margin: 10px 0 0; color: var(--muted); font-size: 22px; line-height: 1.55; }
.status-updates { display: grid; gap: 8px; max-width: 840px; margin: 18px 0 0; padding: 0; list-style: none; }
.status-updates li { position: relative; padding-left: 20px; color: #aebdca; font-size: 19px; line-height: 1.5; }
.status-updates li::before { content: "+"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.status-updates strong { color: var(--soft); }
.price-hypothesis { margin-top: 18px; }
.price-hypothesis > span { display: block; color: #96a7b5; font-size: 18px; font-weight: 800; letter-spacing: 0.06em; }
.price-options { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 8px; }
.price-options p { display: flex; align-items: baseline; gap: 8px; margin: 0; }
.price-options small { color: var(--muted); font-size: 18px; font-weight: 700; }
.price-options strong { color: var(--green-2); font-size: 28px; line-height: 1.2; }
.price-options b { color: var(--muted); font-size: 16px; font-weight: 600; }
.status-card .button { position: relative; z-index: 2; white-space: nowrap; }

.faq { padding-top: 88px; background: linear-gradient(180deg, transparent, #071018); }
.faq-layout { display: grid; grid-template-columns: 0.7fr 1fr; gap: 80px; align-items: start; }
.faq-layout .section-heading { position: sticky; top: calc(var(--header-h) + 30px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 1fr 24px; gap: 20px; align-items: center; padding: 24px 2px; cursor: pointer; font-size: 22px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; display: block; width: 18px; height: 18px; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 8px; left: 2px; width: 14px; height: 1px; background: var(--green); transition: transform 180ms ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -4px 38px 26px 2px; color: var(--muted); font-size: 22px; line-height: 1.55; }

.site-footer { padding: 64px 0 26px; border-top: 1px solid var(--line); background: var(--bg-deep); }
.footer-main { display: flex; align-items: center; gap: 42px; }
.footer-main > p { margin: 0 auto 0 0; color: var(--muted); font-size: 20px; line-height: 1.55; }
.footer-main > a:last-child { color: var(--green); font-size: 20px; font-weight: 700; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 42px; padding-top: 20px; color: #697a88; border-top: 1px solid var(--line); font-size: 20px; line-height: 1.55; }
.footer-bottom p { margin: 0; }

.image-lightbox[hidden] { display: none; }
.image-lightbox { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; padding: 22px; }
.image-lightbox-backdrop { position: absolute; inset: 0; background: rgba(1, 5, 9, 0.9); backdrop-filter: blur(10px); }
.image-lightbox-dialog { position: relative; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; width: min(1500px, 100%); height: min(920px, calc(100dvh - 44px)); overflow: hidden; border: 1px solid rgba(84, 218, 206, 0.38); border-radius: 18px; background: #07101a; box-shadow: 0 30px 100px rgba(0, 0, 0, 0.7); }
.image-lightbox-dialog:focus { outline: none; }
.image-lightbox-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 68px; padding: 10px 14px 10px 22px; border-bottom: 1px solid var(--line); background: #0d1824; }
.image-lightbox-toolbar h2 { margin: 0; font-size: 21px; line-height: 1.3; }
.image-lightbox-actions { display: flex; align-items: center; gap: 8px; }
.image-lightbox-actions button { min-width: 42px; min-height: 42px; padding: 6px 12px; color: var(--text); cursor: pointer; border: 1px solid rgba(159, 194, 220, 0.28); border-radius: 9px; background: #152334; font-weight: 800; }
.image-lightbox-actions button:hover, .image-lightbox-actions button:focus-visible { color: #00130d; outline: none; background: var(--green-2); }
.image-lightbox-actions output { min-width: 64px; color: var(--green-2); font-size: 17px; font-weight: 800; text-align: center; }
.image-lightbox-actions .image-lightbox-close { margin-left: 7px; font-size: 24px; line-height: 1; }
.image-lightbox-viewport { position: relative; overflow: hidden; cursor: grab; touch-action: none; background: #02070c; }
.image-lightbox-viewport.is-dragging { cursor: grabbing; }
.image-lightbox-viewport:focus-visible { outline: 2px solid var(--green-2); outline-offset: -4px; }
.image-lightbox-viewport img { position: absolute; top: 50%; left: 50%; max-width: none; max-height: none; user-select: none; will-change: transform; transform-origin: center; }
.image-lightbox-help { margin: 0; padding: 10px 18px; color: #91a4b4; border-top: 1px solid var(--line); background: #0b1520; font-size: 17px; text-align: center; }

.reveal { opacity: 1; transform: var(--reveal-rest-transform, none); }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1), border-color 220ms ease, box-shadow 220ms ease; }
.js .reveal[data-delay="1"] { transition-delay: 90ms; }
.js .reveal[data-delay="2"] { transition-delay: 180ms; }
.js .reveal.is-visible { opacity: 1; transform: var(--reveal-rest-transform, none); }

@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes orbit-breathe { from { opacity: 0.55; } to { opacity: 1; } }
@keyframes glow-drift-a { to { transform: translate3d(-34px, 24px, 0) scale(1.05); } }
@keyframes glow-drift-b { to { transform: translate3d(42px, -18px, 0) scale(0.96); } }
@keyframes title-shimmer { 0%, 18% { background-position: 0% 50%; } 72%, 100% { background-position: 100% 50%; } }
@keyframes app-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes float-card-top { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(4px, -8px, 0); } }
@keyframes float-card-bottom { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(-5px, 7px, 0); } }
@keyframes cta-shimmer { 0%, 62% { transform: translateX(-180%) rotate(16deg); opacity: 0; } 72% { opacity: 0.7; } 88%, 100% { transform: translateX(650%) rotate(16deg); opacity: 0; } }
@keyframes arrow-nudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(4px); } }
@keyframes meter-pulse { from { transform: scaleY(0.9); opacity: 0.58; } to { transform: scaleY(1.04); opacity: 0.9; } }

@media (max-width: 1020px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .hero-visual { max-width: 600px; margin: 44px auto 0; justify-self: center; }
  .feature-wide { grid-template-columns: auto minmax(0, 1fr); }
  .local-meter { display: none; }
  .compare-feature { grid-template-columns: auto minmax(0, 1fr); }
  .compare-sample { grid-column: 1 / -1; width: min(100%, 850px); margin: 6px auto 0; }
  .compare-gallery { grid-column: 1 / -1; width: 100%; }
  .scope-layout { grid-template-columns: 1fr; }
  .spec-panel { position: static; }
  .field-test-card { grid-template-columns: 1fr; }
  .prime-card { grid-template-columns: 1fr 220px; padding: 48px; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .status-card { grid-template-columns: 100px 1fr; }
  .status-card .button { grid-column: 2; justify-self: start; }
  .faq-layout { gap: 60px; }
}

@media (max-width: 760px) {
  :root { --header-h: 74px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 70px 0; }
  .brand { gap: 12px; }
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: 20px; }
  .brand small { margin-top: 5px; font-size: 13px; }
  .site-header { background: rgba(5, 10, 16, 0.88); border-color: var(--line); backdrop-filter: blur(16px); }
  .nav-toggle { position: relative; z-index: 102; display: grid; place-content: center; gap: 4px; width: 46px; height: 46px; padding: 0; color: var(--text); border: 1px solid var(--line); border-radius: 11px; background: var(--surface); }
  .nav-toggle > span:not(.sr-only) { display: block; width: 18px; height: 1px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-5px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 101; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px; padding: 90px 30px 40px; visibility: hidden; opacity: 0; background: rgba(3, 8, 13, 0.98); transform: translateY(-8px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms; }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .site-nav a { width: 100%; padding: 12px 0; font-size: 22px; }
  .site-nav .nav-cta { width: auto; margin-top: 14px; padding: 8px 18px; font-size: 19px; }
  .hero { padding-top: 98px; padding-bottom: 52px; }
  .hero h1 { font-size: clamp(36px, 10.8vw, 42px); line-height: 1.14; }
  .hero-lead { margin-top: 22px; font-size: 20px; line-height: 1.65; }
  .hero-actions .button { width: 100%; }
  .hero-visual { margin-top: 36px; }
  .app-frame { padding: 5px; border-radius: 13px; transform: none; }
  .window-bar { height: 24px; }
  .float-card { display: none; }
  .signal-strip { grid-template-columns: repeat(2, 1fr); margin-top: 28px; }
  .signal-strip div { min-height: 70px; }
  .signal-strip div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .signal-strip div:nth-child(4) { border-top: 1px solid var(--line); }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2 { font-size: clamp(29px, 9vw, 34px); line-height: 1.3; }
  .section-heading > p:not(.kicker), .split-heading > p { margin-top: 16px; font-size: 21px; line-height: 1.58; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .process-grid, .feature-grid { grid-template-columns: 1fr; }
  .process-card { min-height: auto; padding: 28px; }
  .step-icon { margin-bottom: 22px; }
  .process-card h3 { font-size: 24px; }
  .process-card p { font-size: 21px; }
  .feature-card { min-height: auto; padding: 28px; }
  .feature-card h3 { font-size: 24px; }
  .feature-card p:not(.micro-label) { font-size: 21px; }
  .feature-card small { font-size: 20px; }
  .feature-wide { grid-column: auto; grid-template-columns: 1fr; min-height: auto; }
  .feature-wide .feature-icon { margin-bottom: 22px; }
  .compare-sample { grid-column: auto; width: 100%; }
  .compare-gallery { grid-column: auto; grid-template-columns: 1fr; }
  .compare-sample-frame { padding: 4px; border-radius: 12px; }
  .compare-sample figcaption { font-size: 20px; }
  .image-lightbox { padding: 0; }
  .image-lightbox-dialog { width: 100%; height: 100dvh; border: 0; border-radius: 0; }
  .image-lightbox-toolbar { flex-direction: column; align-items: stretch; min-height: 120px; padding: 10px 12px; }
  .image-lightbox-toolbar h2 { font-size: 20px; text-align: center; }
  .image-lightbox-actions { flex-wrap: wrap; justify-content: center; }
  .image-lightbox-actions button { min-width: 40px; min-height: 40px; padding-inline: 9px; }
  .image-lightbox-help { font-size: 16px; }
  .resolution-card ul { display: grid; }
  .spec-panel { padding: 26px; }
  .spec-list dt { font-size: 18px; }
  .spec-list dd { font-size: 21px; }
  .scope-note { font-size: 20px; }
  .vram-note p { font-size: 20px; }
  .field-test-card { gap: 28px; padding: 28px 20px; }
  .report-preview-row { grid-template-columns: 44px 1fr; gap: 6px 10px; padding: 10px 14px; }
  .report-preview-row em { grid-column: 2; }
  .field-test-copy h3 { font-size: 29px; }
  .case-metrics { grid-template-columns: 1fr; }
  .case-metrics div { min-height: auto; }
  .case-note { font-size: 20px; }
  .prime-card { grid-template-columns: 1fr; gap: 20px; padding: 34px 24px; }
  .prime-copy h2 { font-size: clamp(29px, 8.5vw, 34px); }
  .prime-copy > p:not(.kicker) { font-size: 21px; }
  .prime-disclaimer { font-size: 20px; }
  .guide-visual { display: none; }
  .prime-disclaimer { grid-column: auto; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: auto; padding: 26px; }
  .audience-card h3 { margin-top: 32px; font-size: 22px; }
  .audience-card p { font-size: 20px; }
  .status-card { grid-template-columns: 1fr; gap: 26px; padding: 34px 26px; }
  .status-mark { width: 74px; height: 74px; }
  .status-copy h2 { font-size: 29px; }
  .status-copy > p:not(.kicker) { font-size: 21px; }
  .status-updates li { font-size: 20px; }
  .status-card .button { grid-column: auto; width: 100%; }
  .faq-layout { grid-template-columns: 1fr; gap: 10px; }
  .faq-layout .section-heading { position: static; }
  .faq-list summary { font-size: 20px; }
  .faq-list details p { font-size: 21px; }
  .footer-main { flex-wrap: wrap; gap: 22px; }
  .footer-main > p { width: 100%; order: 3; font-size: 20px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  .brand small { display: none; }
  .eyebrow { gap: 8px; white-space: normal; font-size: 17px; line-height: 1.35; letter-spacing: 0.07em; }
  .eyebrow span { width: 22px; flex: 0 0 22px; }
  .hero-badges { gap: 10px 15px; }
  .hero-badges li { font-size: 17px; }
  .signal-strip strong { font-size: 22px; }
  .signal-strip span { font-size: 17px; line-height: 1.35; letter-spacing: 0.05em; }
  .resolution-card { padding: 24px; }
  .spec-list div { grid-template-columns: 88px 1fr; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .scroll-progress { display: none; }
  .app-float, .hero-glow, .visual-orbit, .float-card, .hero h1 em, .button-primary::before, .button-primary > span, .local-meter i { animation: none !important; }
  .app-frame { transform: none !important; }
  .process-card:hover, .process-card:focus-visible, .feature-card:hover, .feature-card:focus-visible, .audience-card:hover, .audience-card:focus-visible { --reveal-rest-transform: none; }
  .js .reveal { opacity: 1; transform: none; }
}
