/* vonga.io v3 (Sep 2026). One world: the brand wallpapers. Ink and navy, teal for meaning
   and action, ember only for the tap itself. Oswald display (matches the demos), Inter text. */

:root {
  --ink: #0E141F;
  --ink-2: #131C2A;
  --ink-3: #1A2536;
  --navy: #303E55;
  --teal: #33BECC;
  --teal-ink: #0D788C;
  --ember: #FF6B3D;
  --paper: #F4F6F8;
  --hi: #F3F7F9;
  --mid: rgba(233, 240, 244, 0.80);
  --low: rgba(233, 240, 244, 0.66);
  --rule: rgba(255, 255, 255, 0.12);
  --display: "Oswald", "Arial Narrow", sans-serif;
  --text: #0A0A0A;
  --gutter: clamp(20px, 4vw, 48px);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

html { background: var(--ink); scrollbar-color: var(--navy) var(--ink); }
body.v3 { background: var(--ink); color: var(--mid); font-size: 17px; }
body.v3 ::selection { background: var(--teal); color: var(--ink); }
body.v3 p { color: inherit; }
body.v3 a { text-underline-offset: 0.22em; }
body.v3 :focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }

.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 var(--gutter); }
.measure { max-width: 68ch; }

/* Type */
.d1, .d2, .d3 { font-family: var(--display); text-transform: uppercase; color: var(--hi); letter-spacing: 0.005em; font-weight: 600; text-wrap: balance; }
.d1 { font-size: clamp(3rem, 7vw, 6rem); line-height: 0.94; }
.d2 { font-size: clamp(2.25rem, 4.6vw, 4rem); line-height: 0.98; }
.d3 { font-size: clamp(1.4rem, 2.2vw, 1.75rem); line-height: 1.1; letter-spacing: 0.01em; }
.lede { font-size: clamp(1.125rem, 1.6vw, 1.3rem); line-height: 1.6; color: var(--mid); max-width: 58ch; }
.teal { color: var(--teal); }

/* Buttons */
.btn-v3 {
  display: inline-flex; align-items: center; gap: 10px;
  min-height: 48px; padding: 0 26px; border-radius: 999px;
  font-weight: 600; font-size: 16px; text-decoration: none;
  transition: transform 0.25s var(--ease-out), background-color 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}
.btn-v3.solid { background: var(--teal); color: var(--ink); box-shadow: 0 8px 24px rgba(51, 190, 204, 0.18); }
.btn-v3.solid:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(51, 190, 204, 0.26); }
.btn-v3.line { color: var(--hi); border: 1px solid rgba(255, 255, 255, 0.42); }
.btn-v3.line:hover { border-color: var(--hi); transform: translateY(-2px); }
.btn-v3 svg { width: 18px; height: 18px; }
.ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }

/* Header on the dark world */
body.v3 header { padding: 14px 0; }
body.v3 header.scrolled { background: rgba(14, 20, 31, 0.96); box-shadow: 0 1px 0 var(--rule); }
body.v3 header.scrolled nav a { color: var(--hi); }
body.v3 header.scrolled .logo img { filter: brightness(0) invert(1); }
body.v3 nav ul a:not(.btn) { color: var(--hi); font-weight: 500; }
body.v3 nav ul a[aria-current="page"]:not(.btn) { color: var(--teal); }
body.v3 nav ul a.btn, body.v3 nav ul a.btn[aria-current="page"] { color: var(--ink); }
body.v3 nav .btn-primary { border-radius: 999px; padding: 10px 22px; }
body.v3 .logo, body.v3 .logo img { height: 56px; }
body.v3 .mobile-menu-toggle span { background: var(--hi); }

/* Hero */
.hero3 { position: relative; min-height: min(100svh, 980px); display: flex; align-items: center; overflow: hidden; isolation: isolate; padding: 140px 0 88px; }
.hero3 .art-bg { position: absolute; inset: 0; z-index: -2; }
.hero3 .art-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 30% 40%; }
.hero3:not(.inner) .art-bg img { object-position: 62% 35%; transform: scale(1.12); transform-origin: 70% 40%; }
.hero3 .veil { position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(14,20,31,0.92) 0%, rgba(14,20,31,0.62) 36%, rgba(14,20,31,0.08) 64%, rgba(14,20,31,0.22) 100%),
    linear-gradient(0deg, var(--ink) 0%, rgba(14,20,31,0) 22%); }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(24px, 4vw, 64px); align-items: center; }
.hero3 .lede { margin-top: 28px; }

/* Hero visual: the same tap, twice */
.duo { position: relative; aspect-ratio: 600 / 700; width: 100%; max-width: 540px; justify-self: end; margin: 0; }
.duo img { position: absolute; border-radius: 22px; box-shadow: 0 30px 60px rgba(0,0,0,0.5), 0 2px 0 rgba(255,255,255,0.04) inset; }
.duo .phone { left: 0; top: 3%; width: 46%; }
.duo .record { right: 0; top: 22%; width: 50%; }
.duo .signal { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.duo figcaption { position: absolute; font-size: 13px; color: var(--low); }
.duo .cap-fan { left: 0; bottom: 0; width: 46%; text-align: center; }
.duo .cap-sponsor { right: 0; bottom: 0; width: 50%; text-align: center; }
.sig-line { fill: none; stroke: url(#sig); stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 1.4s var(--ease-out) 0.9s forwards; }
.sig-dot { fill: var(--ember); }
.sig-ripple { fill: none; stroke: var(--ember); stroke-width: 1.5; opacity: 0; transform-origin: 232px 330px; transform-box: view-box; animation: ripple 1.6s var(--ease-out) 0.3s forwards; }
.sig-ripple.b { animation-delay: 0.55s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes ripple { 0% { opacity: 0.9; transform: scale(0.4); } 100% { opacity: 0; transform: scale(3.2); } }

/* Sections */
.sec { padding: clamp(88px, 11vw, 150px) 0; position: relative; }
.sec.tight { padding: clamp(64px, 8vw, 104px) 0; }
.sec.raised { background: var(--ink-2); }
.sec h2 + .lede, .sec .d2 + .lede { margin-top: 24px; }

/* Problem: an editorial split, not a stat row */
.contrast { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: end; }
.contrast .then-now { margin-top: 44px; display: grid; gap: 0; border-top: 1px solid var(--rule); }
.then-now div { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--rule); }
.then-now dt { font-family: var(--display); text-transform: uppercase; letter-spacing: 0.06em; font-size: 14px; color: var(--low); padding-top: 3px; }
.then-now dd { margin: 0; font-size: 1.125rem; line-height: 1.55; color: var(--hi); }
.then-now .now dt { color: var(--teal); }
.pull { border-left: 0; }
.pull .n { font-family: var(--display); font-weight: 600; font-size: clamp(6rem, 13vw, 10.5rem); line-height: 0.82; color: var(--teal); font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
.pull p { margin-top: 18px; font-size: 1.2rem; line-height: 1.5; color: var(--hi); max-width: 26ch; }
.pull cite { display: block; margin-top: 14px; font-style: normal; font-size: 14px; color: var(--low); }

/* The journey: one fan's night, then the record */
.journey { margin-top: 64px; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2.4vw, 32px); align-items: start; position: relative; }
.journey::before { content: ""; position: absolute; left: 6%; right: 6%; top: 42%; height: 2px;
  background: linear-gradient(90deg, var(--ember), var(--teal) 30%, var(--teal)); opacity: 0.55; z-index: 0; }
.journey figure { margin: 0; position: relative; z-index: 1; }
.journey figure:nth-child(2) { margin-top: 48px; }
.journey figure:nth-child(3) { margin-top: 20px; }
.journey figure:nth-child(4) { margin-top: 72px; }
.journey img { width: 100%; height: auto; display: block; border-radius: 18px; box-shadow: 0 24px 48px rgba(0,0,0,0.45); }
.journey figcaption { margin-top: 18px; }
.journey figcaption strong { display: block; font-family: var(--display); text-transform: uppercase; letter-spacing: 0.04em; font-weight: 600; font-size: 1.125rem; color: var(--hi); margin-bottom: 4px; }
.journey figcaption span { font-size: 15px; line-height: 1.5; color: var(--mid); }
.fictional { margin-top: 40px; font-size: 14px; color: var(--low); }
.fictional a { color: var(--teal); font-weight: 600; }

/* Surfaces rail: the inventory they already sell */
.rail { margin-top: 64px; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: clamp(20px, 3vw, 44px); border-top: 1px solid var(--rule); }
.rail > div { padding-top: 32px; }
.rail .lead-item .art { width: 190px; height: 190px; }
.rail .art { width: 140px; height: 140px; display: block; margin-bottom: 20px; }
.rail h3 { font-family: var(--display); text-transform: uppercase; font-weight: 600; letter-spacing: 0.03em; font-size: 1.4rem; color: var(--hi); margin-bottom: 8px; }
.rail p { font-size: 15.5px; line-height: 1.55; color: var(--mid); max-width: 30ch; }
.art .line path, .art .line rect { fill: none; stroke: var(--teal); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.art .line .faint { stroke: rgba(51, 190, 204, 0.45); }
.art .ember { fill: var(--ember); }
.art .ripple { fill: none; stroke: var(--ember); stroke-width: 1.4; }
.art .ripple.r1 { opacity: 0.55; }
.art .ripple.r2 { opacity: 0.22; }

/* Statement over art */
.statement { position: relative; overflow: hidden; isolation: isolate; padding: clamp(120px, 16vw, 220px) 0; }
.statement .art-bg { position: absolute; inset: 0; z-index: -2; }
.statement .art-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 20% 55%; }
.statement .veil { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, var(--ink) 0%, rgba(14,20,31,0.1) 22%, rgba(14,20,31,0.1) 78%, var(--ink) 100%), linear-gradient(90deg, rgba(14,20,31,0.82) 0%, rgba(14,20,31,0.45) 45%, rgba(14,20,31,0) 75%); }
.statement blockquote { margin: 0; max-width: 20ch; }
.statement blockquote + p { margin-top: 28px; max-width: 52ch; font-size: 1.2rem; line-height: 1.6; color: var(--hi); }

/* Closing CTA */
.closer { text-align: left; }
.closer .row { display: flex; justify-content: space-between; align-items: end; gap: 40px; flex-wrap: wrap; padding-top: 56px; border-top: 1px solid var(--rule); }

/* Inner page hero */
.hero3.inner { min-height: 0; padding: 184px 0 104px; }
.hero3.inner .veil { background: linear-gradient(90deg, rgba(14,20,31,0.9) 0%, rgba(14,20,31,0.55) 45%, rgba(14,20,31,0.05) 80%), linear-gradient(0deg, var(--ink) 0%, rgba(14,20,31,0) 35%); }

/* How it works: the tap-to-renewal line */
.line-steps { list-style: none; margin: 56px 0 0; padding: 0; position: relative; max-width: 880px; }
.line-steps::before { content: ""; position: absolute; left: 11px; top: 14px; bottom: 14px; width: 2px; background: linear-gradient(180deg, var(--ember), var(--teal) 18%, var(--teal)); opacity: 0.7; }
.line-steps li { position: relative; display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 0 0 44px 56px; }
.line-steps li::before { content: ""; position: absolute; left: 4px; top: 8px; width: 16px; height: 16px; border-radius: 50%; background: var(--ink); border: 2px solid var(--teal); }
.line-steps li:first-child::before { background: var(--ember); border-color: var(--ember); box-shadow: 0 0 0 6px rgba(255, 107, 61, 0.18); }
.line-steps h3 { font-family: var(--display); text-transform: uppercase; font-weight: 600; font-size: 1.6rem; letter-spacing: 0.02em; color: var(--hi); line-height: 1; }
.line-steps p { font-size: 1.125rem; line-height: 1.6; color: var(--mid); margin: 0; }

.cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(32px, 4vw, 64px); margin-top: 56px; border-top: 1px solid var(--rule); padding-top: 40px; }
.cols h3 { font-family: var(--display); text-transform: uppercase; font-weight: 600; letter-spacing: 0.02em; font-size: 1.35rem; color: var(--hi); margin-bottom: 14px; }
.cols p { font-size: 16px; line-height: 1.65; color: var(--mid); }
.cols a { color: var(--teal); font-weight: 600; }

/* See it */
.shots3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 48px); margin-top: 56px; }
.shots3.two { grid-template-columns: 1fr 1fr; max-width: 900px; }
.shots3 figure { margin: 0; }
.shots3 figure:nth-child(2) { margin-top: 56px; }
.shots3 img { width: 100%; height: auto; display: block; border-radius: 20px; box-shadow: 0 28px 56px rgba(0,0,0,0.5); }
.shots3 figcaption { margin-top: 18px; font-size: 16px; line-height: 1.55; color: var(--mid); max-width: 34ch; }
.pass { font-family: var(--display); letter-spacing: 0.06em; color: var(--hi); font-size: 1.15em; }
.demo-card { margin-top: 48px; display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; padding: 36px 40px; border-radius: 24px; background: var(--ink-3); border: 1px solid var(--rule); }
.demo-card p { margin: 0; font-size: 1.1rem; color: var(--mid); }

/* Data and privacy: a reading surface */
.paper { background: var(--paper); color: #2A3442; }
.paper .d2, .paper .d3 { color: var(--ink); }
.layers { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: stretch; margin: 48px 0 8px; }
.layer { background: white; border: 1px solid #DCE3EA; border-radius: 20px; padding: 32px; }
.layer h3 { font-family: var(--display); text-transform: uppercase; font-weight: 600; letter-spacing: 0.02em; font-size: 1.5rem; color: var(--ink); margin-bottom: 10px; }
.layer p { font-size: 16px; line-height: 1.6; color: #2A3442; margin: 0; }
.layer .tag { display: inline-block; margin-bottom: 14px; font-size: 13px; font-weight: 600; color: var(--teal-ink); }
.gate { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 22px; color: var(--ink); text-align: center; }
.gate svg { width: 76px; height: 76px; }
.gate span { margin-top: 10px; font-size: 13px; font-weight: 600; max-width: 12ch; line-height: 1.35; }
.prose3 { max-width: 70ch; }
.prose3 h2 { font-family: var(--display); text-transform: uppercase; font-weight: 600; letter-spacing: 0.01em; font-size: clamp(1.6rem, 2.6vw, 2.1rem); line-height: 1.05; color: var(--ink); margin: 64px 0 18px; }
.prose3 p, .prose3 li { font-size: 1.1rem; line-height: 1.7; color: #2A3442; }
.prose3 p { margin-bottom: 16px; }
.prose3 ul { padding-left: 1.15em; margin: 0 0 16px; }
.prose3 li { margin-bottom: 10px; }
.prose3 li::marker { color: var(--teal-ink); }
.prose3 strong { color: var(--ink); }
.prose3 a { color: var(--teal-ink); font-weight: 600; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.form3 { background: var(--ink-3); border: 1px solid var(--rule); border-radius: 24px; padding: clamp(28px, 4vw, 48px); }
.form3 .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form3 label { display: block; font-size: 14px; font-weight: 600; color: var(--hi); margin-bottom: 8px; }
.form3 .field { margin-bottom: 20px; }
.form3 input, .form3 select, .form3 textarea {
  width: 100%; min-height: 50px; padding: 12px 16px; border-radius: 12px;
  background: var(--ink); border: 1px solid rgba(255,255,255,0.22); color: var(--hi);
  font: inherit; font-size: 16px; caret-color: var(--teal);
}
.form3 textarea { min-height: 120px; resize: vertical; }
.form3 input::placeholder, .form3 textarea::placeholder { color: rgba(233,240,244,0.58); }
.form3 input:focus, .form3 select:focus, .form3 textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(51,190,204,0.35); }
.form3 select option { color: var(--ink); }
.form3 .fine { margin-top: 16px; font-size: 14px; color: var(--low); }
.form3 button { border: 0; cursor: pointer; width: 100%; justify-content: center; margin-top: 6px; }
.form3 button[disabled] { opacity: 0.6; cursor: progress; }
.form3 .err { display: none; margin-top: 14px; color: #FFB199; font-size: 15px; }
.form3.sent .fields { display: none; }
.form3 .done { display: none; }
.form3.sent .done { display: block; }
.aside3 h3 { font-family: var(--display); text-transform: uppercase; font-weight: 600; font-size: 1.5rem; letter-spacing: 0.02em; color: var(--hi); margin-bottom: 18px; }
.aside3 ol { list-style: none; padding: 0; margin: 0 0 28px; border-top: 1px solid var(--rule); }
.aside3 li { padding: 18px 0; border-bottom: 1px solid var(--rule); font-size: 16px; line-height: 1.55; color: var(--mid); }
.aside3 li strong { color: var(--hi); }
.aside3 a { color: var(--teal); font-weight: 600; }

/* Footer */
body.v3 footer { background: var(--ink); border-top: 1px solid var(--rule); }
body.v3 footer h4 { font-family: var(--display); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 500; color: var(--low); }
body.v3 footer a { color: var(--mid); }
body.v3 footer a:hover { color: var(--teal); }
body.v3 .footer-bottom { border-top-color: var(--rule); }
body.v3 .footer-bottom p { color: var(--low); }

/* Light reading pages (playbook, privacy, terms) keep a solid header */
body.v3.light { background: white; color: var(--text); }
body.v3.light header { background: var(--ink); }
body.v3.light main, body.v3.light section { color: var(--text); }

/* Responsive */
@media (max-width: 1000px) {
  .hero-grid, .contrast, .contact-grid { grid-template-columns: 1fr; }
  .duo { justify-self: start; max-width: 480px; margin-top: 24px; }
  .journey { grid-template-columns: 1fr 1fr; }
  .journey::before { display: none; }
  .journey figure:nth-child(n) { margin-top: 0; }
  .rail { grid-template-columns: 1fr 1fr; }
  .cols { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .hero3 { padding: 120px 0 64px; min-height: 0; }
  .hero3 .art-bg img { object-position: 38% 30%; }
  .hero3 .veil { background: linear-gradient(180deg, rgba(14,20,31,0.55) 0%, rgba(14,20,31,0.78) 40%, var(--ink) 92%); }
  .hero3:not(.inner) .art-bg img { object-position: 30% 30%; transform: none; }
  .then-now div { grid-template-columns: 1fr; gap: 6px; }
  .journey, .shots3, .shots3.two { grid-template-columns: 1fr; max-width: 340px; }
  .shots3 figure:nth-child(2) { margin-top: 0; }
  .rail { grid-template-columns: 1fr; }
  .rail .lead-item .art, .rail .art { width: 120px; height: 120px; }
  .line-steps li { grid-template-columns: 1fr; gap: 8px; padding-left: 48px; }
  .layers { grid-template-columns: 1fr; }
  .gate { padding: 18px 0; flex-direction: row; gap: 12px; }
  .gate svg { width: 44px; height: 44px; transform: rotate(90deg); }
  .gate span { margin-top: 0; max-width: none; }
  .form3 .row2 { grid-template-columns: 1fr; }
  .demo-card { padding: 28px 24px; }
  body.v3 .logo, body.v3 .logo img { height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .sig-line { animation: none; stroke-dashoffset: 0; }
  .sig-ripple { animation: none; }
  .btn-v3 { transition: none; }
}

/* main.css hides every li::before with !important; the v3 lists need theirs back */
body.v3 .line-steps li::before { content: "" !important; display: block !important; }
body.v3 .prose3 ul { padding-left: 0; }
body.v3 .prose3 li { position: relative; padding-left: 24px; }
body.v3 .prose3 li::before { content: "" !important; display: block !important; position: absolute; left: 4px; top: 0.72em; width: 7px; height: 7px; border-radius: 50%; background: var(--teal-ink); }

/* images keep their intrinsic ratio; the width/height attributes only reserve space */
.duo img, .shots3 img, .journey img { height: auto; }

/* Wordmark: the tight vector mark, drawn inline so it takes color from CSS */
body.v3 .logo.wordmark { height: auto; display: inline-flex; align-items: center; color: var(--hi); }
body.v3 .logo.wordmark svg { height: 34px; width: auto; display: block; }
body.v3 header.scrolled .logo.wordmark { color: var(--hi); }
body.v3 .foot-mark { display: inline-block; color: var(--teal); margin-bottom: 20px; }
body.v3 .foot-mark svg { height: 30px; width: auto; display: block; }
@media (max-width: 720px) {
  body.v3 .logo.wordmark svg { height: 26px; }
  body.v3 .nav-mobile-actions .mobile-cta { white-space: nowrap; }
}
body.v3 .logo.wordmark svg { height: 38px; }
@media (max-width: 720px) { body.v3 .logo.wordmark svg { height: 26px; } }
@media (max-width: 370px) {
  body.v3 .logo.wordmark svg { height: 20px; }
  body.v3 .nav-mobile-actions { gap: 10px; }
  body.v3 .nav-mobile-actions .mobile-cta { padding: 8px 12px; font-size: 13px; }
  body.v3 nav { padding-left: 14px; padding-right: 14px; }
}

/* How it works: interactive tap-to-renewal journey */
.tj { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 440px); gap: clamp(32px, 5vw, 80px); align-items: start; margin-top: 48px; }
.tj .line-steps { margin-top: 0; }
.tj-steps li { display: block; padding: 0 0 12px 56px; }
.tj-steps li::before { transition: background .3s, border-color .3s, box-shadow .3s; }
body.v3 .tj-steps li:first-child::before { background: var(--ink); border-color: var(--teal); box-shadow: none; }
body.v3 .tj-steps li.is-past::before { background: var(--teal); border-color: var(--teal); }
body.v3 .tj-steps li.is-on::before { background: var(--ember); border-color: var(--ember); box-shadow: 0 0 0 6px rgba(255, 107, 61, 0.18); }
.tj-steps::after { content: ""; position: absolute; left: 11px; top: 14px; width: 2px; height: var(--tj-y, 0px); background: var(--ember); transition: height .5s var(--ease-out, ease-out); }
.tj-steps button { all: unset; box-sizing: border-box; display: grid; grid-template-columns: 180px 1fr; gap: 24px; width: 100%; padding: 4px 0 32px; cursor: pointer; border-radius: 10px; }
.tj-steps button:focus-visible { outline: 2px solid var(--teal); outline-offset: 6px; }
.tj-steps h3 { transition: color .25s; }
.tj-steps p { transition: color .25s, opacity .25s; }
.tj.is-live .tj-steps li:not(.is-on) h3 { color: var(--mid); }
.tj.is-live .tj-steps li:not(.is-on) p { opacity: 0.55; }
.tj-steps button:hover h3 { color: var(--hi) !important; }
.tj-steps li.is-on h3 { color: var(--hi); }
.tj-stage { position: sticky; top: 110px; height: 600px; border-radius: 28px; background: radial-gradient(120% 80% at 50% 0%, rgba(51,190,204,.14), transparent 60%), var(--ink-2); border: 1px solid var(--rule); overflow: hidden; }
.tj-panel { position: absolute; inset: 0; margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 28px 28px 24px; }
.tj-panel.is-on { animation: tj-in .45s var(--ease-out, ease-out); }
.tj-panel img { flex: 1 1 auto; min-height: 0; width: auto; max-width: 100%; height: auto; max-height: 100%; object-fit: contain; border-radius: 18px; box-shadow: 0 28px 56px rgba(0,0,0,.5); }
.tj-panel figcaption { flex: none; font-size: 15px; line-height: 1.5; color: var(--mid); text-align: center; max-width: 32ch; }
.tj-tap { flex: 1 1 auto; display: grid; place-items: center; width: 100%; }
.tj-tap .art { width: min(78%, 300px); height: auto; }
.tj-panel.is-on .tj-tap .ripple { transform-box: fill-box; transform-origin: center; animation: tj-ripple 2.2s var(--ease-out, ease-out) infinite; }
.tj-panel.is-on .tj-tap .ripple.r2 { animation-delay: .5s; }
@keyframes tj-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes tj-ripple { 0% { opacity: .9; transform: scale(.5); } 100% { opacity: 0; transform: scale(2.6); } }

@media (max-width: 900px) {
  .tj { grid-template-columns: 1fr; gap: 28px; }
  .tj-stage { position: relative; top: 0; height: 440px; order: -1; }
  .tj-steps button { grid-template-columns: 1fr; gap: 6px; padding-bottom: 22px; }
  .tj.is-live .tj-steps li:not(.is-on) p { display: none; }
}
@media (max-width: 380px) { .tj-stage { height: 380px; } }
@media (prefers-reduced-motion: reduce) {
  .tj-panel.is-on, .tj-panel.is-on .tj-tap .ripple { animation: none; }
  .tj-steps::after, .tj-steps li::before { transition: none; }
}

/* Contact: topic switch */
.form3 .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form3[data-topic="data_legal"] .sponsor-only, .form3[data-topic="other"] .sponsor-only { display: none; }
.form3 .sponsor-only { display: contents; }

/* Privacy Policy and Terms: light reading pages */
.legal3 { padding: 150px 0 100px; }
.legal3 .prose3 { max-width: 74ch; }
.legal3 h1 { color: var(--ink); margin-bottom: 12px; }
.legal3 .updated { font-size: 15px !important; color: #5A6675 !important; margin-bottom: 40px; }
.legal3 .prose3 h2 { font-size: clamp(1.35rem, 2.2vw, 1.7rem); margin-top: 48px; }
.legal3 .prose3 h3 { font-family: var(--display); text-transform: uppercase; font-weight: 600; letter-spacing: 0.02em; font-size: 1.15rem; color: var(--ink); margin: 32px 0 10px; }
.legal3 .prose3 p, .legal3 .prose3 li { font-size: 1.02rem; }
@media (max-width: 720px) { .legal3 { padding: 110px 0 72px; } }
.tj-panel[hidden] { display: none; }
.form3 .fine a { color: var(--teal); font-weight: 600; }
