:root {
  color-scheme: dark;
  --page: #0d0915;
  --page-soft: #151020;
  --panel: rgba(27, 21, 39, 0.86);
  --panel-solid: #1a1425;
  --line: rgba(255, 255, 255, 0.11);
  --text: #fbf8ff;
  --muted: #b7afc5;
  --purple: #9a65ff;
  --pink: #ff5eaa;
  --aqua: #62e8dc;
  --yellow: #ffd76c;
  --success: #7df4ad;
  --radius: 26px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  font-family: "DM Sans", system-ui, sans-serif;
}

.founder-support-link {
  border: 1px solid rgba(255, 188, 92, 0.42);
  border-radius: 999px;
  background: rgba(255, 188, 92, 0.08);
  color: #ffd188;
  cursor: pointer;
  font: inherit;
  padding: 0.55rem 0.8rem;
}

.founder-support-link:hover,
.founder-support-link:focus-visible { background: rgba(255, 188, 92, 0.16); }

.founder-support-dialog {
  width: min(92vw, 620px);
  border: 1px solid rgba(255, 188, 92, 0.35);
  border-radius: 22px;
  background: #10101a;
  color: #f8f5ff;
  padding: 2rem;
}

.founder-support-dialog::backdrop { background: rgba(3, 2, 9, 0.84); backdrop-filter: blur(5px); }
.founder-wallet-details { margin: 1.25rem 0; padding: 1rem; border-radius: 14px; background: rgba(255, 255, 255, 0.05); }
.founder-wallet-details p { margin: 0.35rem 0; }
.founder-wallet-details code { display: block; margin-top: 0.8rem; overflow-wrap: anywhere; color: #8ff4df; }
.founder-support-warning { color: #ffd188; font-size: 0.92rem; }
.founder-support-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.25rem; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 12% -5%, rgba(154, 101, 255, 0.19), transparent 27rem),
    radial-gradient(circle at 95% 12%, rgba(255, 94, 170, 0.12), transparent 29rem),
    var(--page);
  color: var(--text);
  line-height: 1.55;
}
body.is-locked { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.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; }

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 25%, rgba(154, 101, 255, 0.22), transparent 30rem),
    rgba(8, 5, 12, 0.97);
}
.age-gate[hidden] { display: none; }
.age-gate__card {
  width: min(100%, 530px);
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(34, 26, 49, 0.98), rgba(18, 13, 28, 0.98));
  box-shadow: var(--shadow);
  text-align: center;
}
.age-gate h1 { margin: 12px 0; font: 700 clamp(2.1rem, 7vw, 3.2rem)/1 "Space Grotesk", sans-serif; }
.age-gate p { color: var(--muted); }
.notice-stack { display: grid; gap: 8px; margin: 24px 0; text-align: left; }
.notice-stack span { padding: 11px 14px; border-radius: 12px; background: rgba(255,255,255,.045); color: #e4deec; }
.notice-stack span::before { content: "✓"; margin-right: 10px; color: var(--success); font-weight: 700; }
.legal-copy { margin-bottom: 0; font-size: .78rem; }

.site-shell { min-height: 100vh; }
.site-shell[aria-hidden="true"] { visibility: hidden; }
.disclosure-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 34px;
  padding: 7px 20px;
  background: #231a33;
  border-bottom: 1px solid var(--line);
  color: #ddd5e8;
  font-size: .79rem;
  letter-spacing: .02em;
  text-align: center;
}
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 5px rgba(98,232,220,.08); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 40px, 1240px);
  min-height: 78px;
  margin: 0 auto;
  backdrop-filter: blur(18px);
}
.site-header::before { content: ""; position: fixed; z-index: -1; top: 34px; left: 0; right: 0; height: 78px; background: rgba(13,9,21,.76); border-bottom: 1px solid rgba(255,255,255,.055); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 13px; background: conic-gradient(from 210deg, var(--purple), var(--pink), var(--aqua), var(--purple)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.28), 0 10px 30px rgba(154,101,255,.22); transform: rotate(-5deg); }
.brand-mark span { font: 700 1.1rem "Space Grotesk", sans-serif; transform: rotate(5deg); }
.brand-mark--large { width: 58px; height: 58px; margin: 0 auto 20px; border-radius: 18px; }
.brand-mark--large span { font-size: 1.5rem; }
.brand-copy { display: flex; align-items: baseline; gap: 6px; }
.brand-copy strong { font: 700 1.1rem "Space Grotesk", sans-serif; }
.brand-copy small { color: var(--aqua); font-weight: 700; letter-spacing: .14em; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav > a { color: #cfc7da; font-size: .9rem; text-decoration: none; }
.main-nav > a:hover { color: #fff; }
.nav-toggle { display: none; width: 43px; height: 43px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: #fff; }

.section-pad { width: min(100% - 40px, 1180px); margin: 0 auto; padding: 112px 0; }
.eyebrow { margin: 0 0 13px; color: var(--aqua); font-size: .74rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; min-height: 750px; padding-top: 80px; }
.hero h1 { max-width: 740px; margin: 0; font-size: clamp(3.25rem, 6.7vw, 6rem); line-height: .98; letter-spacing: -.06em; }
.hero h1 em { display: block; color: transparent; background: linear-gradient(90deg, var(--purple), var(--pink), var(--yellow)); -webkit-background-clip: text; background-clip: text; font-style: normal; }
.hero__lead { max-width: 670px; margin: 28px 0; color: #c8c0d4; font-size: clamp(1rem, 2vw, 1.18rem); }
.status-pill { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 28px; padding: 8px 12px; border: 1px solid rgba(125,244,173,.22); border-radius: 999px; background: rgba(125,244,173,.065); color: #c9f9db; font-size: .78rem; font-weight: 600; }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 14px var(--success); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin: 28px 0 0; padding: 0; color: var(--muted); font-size: .84rem; list-style: none; }
.trust-row span { color: var(--success); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 21px; border: 1px solid transparent; border-radius: 14px; color: #fff; cursor: pointer; font-weight: 700; text-decoration: none; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: linear-gradient(120deg, #7e54ff, #d94fa4); box-shadow: 0 12px 34px rgba(154,101,255,.23); }
.button--secondary { border-color: var(--line); background: rgba(255,255,255,.055); }
.button--ghost { margin-top: 8px; border-color: transparent; background: transparent; color: var(--muted); }
.button--small { min-height: 40px; padding: 9px 15px; font-size: .85rem; }
.button--wide { width: 100%; }

.hero-stage { position: relative; min-height: 600px; }
.feature-profile { position: absolute; z-index: 3; top: 50%; left: 50%; width: min(85%, 390px); overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 33px; background: rgba(25,19,37,.95); box-shadow: var(--shadow); transform: translate(-50%, -50%) rotate(2deg); }
.feature-profile__art { height: 410px; border-radius: 0; }
.feature-profile__body { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px; }
.feature-profile h2 { margin: 0 0 3px; font-size: 1.3rem; }
.feature-profile p { margin: 0; color: var(--muted); font-size: .82rem; }
.preview-label { padding: 6px 8px; border: 1px solid var(--line); border-radius: 8px; color: #cfc6dc; font-size: .62rem; text-transform: uppercase; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(154,101,255,.2); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit--one { width: 510px; height: 510px; }
.orbit--two { width: 620px; height: 620px; border-color: rgba(98,232,220,.09); }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(27,21,39,.91); box-shadow: 0 16px 44px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.floating-note--top { top: 12%; right: -2%; }
.floating-note--bottom { bottom: 13%; left: -6%; }
.floating-note strong, .floating-note small { display: block; }
.floating-note strong { font-size: .82rem; }
.floating-note small { color: var(--muted); font-size: .68rem; }
.spark, .shield { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: rgba(154,101,255,.18); color: #c5aaff; }
.shield { background: rgba(125,244,173,.11); color: var(--success); }

.muse-art { position: relative; overflow: hidden; min-height: 300px; background-color: #2b1d3d; isolation: isolate; }
.muse-art::before, .muse-art::after { content: ""; position: absolute; border-radius: 50%; filter: blur(2px); }
.muse-art::before { width: 70%; height: 70%; top: -16%; right: -10%; background: rgba(255,255,255,.13); }
.muse-art::after { width: 110%; height: 55%; bottom: -25%; left: -5%; background: rgba(255,255,255,.12); }
.muse-art--violet { background: linear-gradient(145deg, #25173b, #7244bb 56%, #e05f9f); }
.muse-art--sunset { background: linear-gradient(145deg, #2b1733, #c55266 55%, #f3a35e); }
.muse-art--aqua { background: linear-gradient(145deg, #101e37, #1b8a91 55%, #72e5cf); }
.muse-art--rose { background: linear-gradient(145deg, #35152d, #963e7a 55%, #e77b95); }
.portrait-shape { position: absolute; z-index: 2; width: 50%; height: 72%; bottom: -4%; left: 25%; border-radius: 47% 47% 28% 28% / 28% 28% 14% 14%; background: linear-gradient(160deg, rgba(255,255,255,.94), rgba(255,255,255,.25)); box-shadow: inset -25px -20px 35px rgba(38,20,57,.26), 0 20px 45px rgba(0,0,0,.16); }
.portrait-shape::before { content: ""; position: absolute; top: -12%; left: 17%; width: 66%; height: 37%; border-radius: 50% 50% 42% 42%; background: rgba(19,12,30,.72); box-shadow: -16px 9px 0 -2px rgba(19,12,30,.72), 16px 9px 0 -2px rgba(19,12,30,.72); }
.portrait-shape--two { width: 46%; left: 29%; transform: rotate(-4deg); }
.portrait-shape--two::before { background: rgba(248,211,129,.8); box-shadow: -18px 6px 0 rgba(248,211,129,.8), 18px 6px 0 rgba(248,211,129,.8); }
.portrait-shape--three { height: 68%; left: 22%; width: 56%; border-radius: 50% 50% 22% 22% / 28% 28% 12% 12%; }
.portrait-shape--three::before { background: rgba(12,39,56,.8); box-shadow: -12px 9px 0 5px rgba(12,39,56,.8), 12px 9px 0 5px rgba(12,39,56,.8); }
.portrait-shape--four { width: 48%; left: 27%; height: 75%; }
.portrait-shape--four::before { background: rgba(61,11,47,.76); box-shadow: -20px 5px 0 rgba(61,11,47,.76), 20px 5px 0 rgba(61,11,47,.76); }
.portrait-glow { position: absolute; z-index: 1; width: 62%; height: 62%; top: 13%; left: 19%; border: 2px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 80px rgba(255,255,255,.14); }
.ai-badge { position: absolute; z-index: 5; top: 16px; left: 16px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; background: rgba(10,7,16,.72); color: #fff; font-size: .66rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; backdrop-filter: blur(8px); }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); width: min(100% - 40px, 1180px); margin: 0 auto; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.025); }
.proof-strip div { padding: 4px 22px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { font: 600 1rem "Space Grotesk", sans-serif; }
.proof-strip span { margin-top: 3px; color: var(--muted); font-size: .75rem; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-heading h2 { max-width: 660px; margin: 0; font-size: clamp(2.25rem, 5vw, 4rem); line-height: 1.04; letter-spacing: -.04em; }
.section-heading > p { max-width: 510px; margin: 0; color: var(--muted); }
.section-heading--centered { display: block; text-align: center; }
.section-heading--centered h2, .section-heading--centered > p { margin-left: auto; margin-right: auto; }
.section-heading--centered > p { margin-top: 15px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 25px; }
.filter-chip { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); color: var(--muted); cursor: pointer; }
.filter-chip.is-active { border-color: rgba(154,101,255,.55); background: rgba(154,101,255,.14); color: #fff; }
.performer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.performer-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); transition: transform .2s ease, border-color .2s ease; }
.performer-card:hover { transform: translateY(-5px); border-color: rgba(154,101,255,.36); }
.performer-card[hidden] { display: none; }
.performer-card__body { padding: 18px; }
.name-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.name-row h3 { margin: 0; font-size: 1.15rem; }
.name-row > span { color: var(--aqua); font-size: .62rem; font-weight: 700; text-transform: uppercase; }
.performer-card p { min-height: 66px; margin: 9px 0 15px; color: var(--muted); font-size: .82rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; }
.tag-row span { padding: 5px 8px; border-radius: 7px; background: rgba(255,255,255,.055); color: #ddd6e5; font-size: .67rem; }
.gallery-disclaimer { margin: 20px 0 0; color: #91889f; font-size: .76rem; text-align: center; }

.how { border-top: 1px solid rgba(255,255,255,.06); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.steps-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); }
.steps-grid article > span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: rgba(154,101,255,.15); color: #c7adff; font-weight: 700; }
.steps-grid h3 { margin: 30px 0 8px; font-size: 1.25rem; }
.steps-grid p { margin: 0; color: var(--muted); }

.studio-panel { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; padding: 48px; overflow: hidden; border: 1px solid rgba(154,101,255,.25); border-radius: 32px; background: linear-gradient(135deg, rgba(60,39,93,.46), rgba(25,18,38,.82)); }
.studio-copy h2 { margin: 0; font-size: clamp(2.2rem, 4.8vw, 3.8rem); line-height: 1.05; letter-spacing: -.045em; }
.studio-copy > p:not(.eyebrow) { color: var(--muted); }
.check-list { display: grid; gap: 9px; margin: 22px 0 28px; padding: 0; list-style: none; }
.check-list li::before { content: "✓"; margin-right: 11px; color: var(--success); font-weight: 700; }
.studio-visual { position: relative; min-height: 390px; }
.studio-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.studio-orb--one { width: 300px; height: 300px; top: 30px; left: 20px; background: radial-gradient(circle at 35% 30%, #d097ff, #6545bb 56%, rgba(32,16,55,.1) 73%); box-shadow: 0 0 70px rgba(154,101,255,.3); }
.studio-orb--two { width: 160px; height: 160px; right: 10px; bottom: 25px; background: radial-gradient(circle at 35% 30%, #8cfff3, #227a82 60%, rgba(20,60,66,.1) 72%); }
.studio-card { position: absolute; z-index: 2; display: grid; align-content: end; width: 210px; height: 245px; padding: 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(18,12,28,.66); box-shadow: 0 24px 50px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
.studio-card span { color: var(--aqua); font-size: .63rem; letter-spacing: .18em; }
.studio-card strong { font: 600 1.5rem "Space Grotesk", sans-serif; }
.studio-card--front { right: 13%; bottom: 3%; transform: rotate(7deg); }
.studio-card--back { left: 9%; top: 3%; transform: rotate(-7deg); }

.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 420px)); justify-content: center; gap: 18px; }
.price-card { padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); }
.price-card--featured { border-color: rgba(154,101,255,.46); background: linear-gradient(145deg, rgba(70,46,104,.52), rgba(25,19,37,.92)); }
.price-card__label { color: var(--aqua); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.price-card h3 { margin: 9px 0 2px; font-size: 1.55rem; }
.price { color: var(--muted); }
.price strong { color: #fff; }
.price-card ul { min-height: 100px; margin: 24px 0; padding-left: 20px; color: var(--muted); }
.price-card li { margin: 7px 0; }
.processor-note { margin: 20px 0 0; color: #91889f; font-size: .78rem; text-align: center; }

.safety-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 32px 60px; padding: 45px; border: 1px solid rgba(98,232,220,.22); border-radius: 28px; background: linear-gradient(135deg, rgba(31,75,76,.27), rgba(25,19,37,.83)); }
.safety-panel h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.06; }
.safety-panel > p { margin: 0; color: var(--muted); }
.safety-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px; }
.safety-actions a { padding: 10px 13px; border: 1px solid var(--line); border-radius: 10px; color: #ddd6e7; text-decoration: none; }
.final-cta { max-width: 820px; text-align: center; }
.final-cta h2 { margin: 0; font-size: clamp(2.5rem, 6vw, 4.6rem); line-height: 1.02; letter-spacing: -.05em; }
.final-cta > p:not(.eyebrow) { max-width: 580px; margin: 18px auto 28px; color: var(--muted); }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 28px 50px; width: min(100% - 40px, 1180px); margin: 0 auto; padding: 42px 0; border-top: 1px solid var(--line); }
.footer-copy p { margin: 0 0 4px; color: var(--muted); font-size: .78rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 15px; }
.site-footer nav a { color: #d4ccdf; font-size: .78rem; text-decoration: none; }
.copyright { grid-column: 1 / -1; margin: 0; color: #83798f; font-size: .7rem; }

dialog { width: min(calc(100% - 30px), 540px); padding: 35px; border: 1px solid var(--line); border-radius: 24px; background: #1b1427; color: var(--text); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(6,3,10,.82); backdrop-filter: blur(5px); }
dialog h2 { margin: 0; font-size: 2rem; }
dialog > p:not(.eyebrow) { color: var(--muted); }
.dialog-close { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.04); color: #fff; cursor: pointer; font-size: 1.25rem; }
.signup-dialog form { display: grid; gap: 15px; margin-top: 22px; }
.signup-dialog label:not(.check-control) { display: grid; gap: 6px; color: #dbd4e5; font-size: .84rem; font-weight: 600; }
.signup-dialog input[type="email"], .signup-dialog input[type="text"] { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; outline: none; background: rgba(255,255,255,.045); color: #fff; }
.signup-dialog input:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(154,101,255,.12); }
.check-control { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: .77rem; }
.check-control input { margin-top: 3px; accent-color: var(--purple); }
.form-status { min-height: 22px; margin: 0; color: var(--success); font-size: .8rem; text-align: center; }
.form-status.is-error { color: #ff9bba; }
.policy-dialog #policyBody { color: var(--muted); }
.policy-dialog #policyBody h3 { margin: 22px 0 6px; color: #fff; }
.policy-dialog #policyBody ul { padding-left: 20px; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; gap: 30px; }
  .hero-stage { min-height: 570px; }
  .performer-grid { grid-template-columns: repeat(2, 1fr); }
  .studio-panel { grid-template-columns: 1fr; }
  .studio-visual { min-height: 350px; }
  .safety-panel { grid-template-columns: 1fr; }
  .safety-actions { grid-column: auto; }
}

@media (max-width: 780px) {
  .site-header { min-height: 68px; }
  .site-header::before { height: 68px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 64px; left: 0; right: 0; display: none; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 17px; background: rgba(20,14,29,.98); box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav > a { padding: 8px 4px; }
  .section-pad { padding: 84px 0; }
  .hero { padding-top: 55px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { padding-bottom: 15px; border-bottom: 1px solid var(--line); }
  .proof-strip div:nth-child(n+3) { padding-top: 15px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 16px; }
  .steps-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
  .copyright { grid-column: auto; }
}

@media (max-width: 560px) {
  .age-gate__card { padding: 28px 21px; }
  .disclosure-bar { min-height: 46px; font-size: .7rem; }
  .site-header::before { top: 46px; }
  .hero h1 { font-size: clamp(2.85rem, 15vw, 4.4rem); }
  .hero__actions .button { width: 100%; }
  .hero-stage { min-height: 500px; overflow: hidden; border-radius: 28px; }
  .feature-profile { width: 88%; }
  .feature-profile__art { height: 340px; }
  .orbit--one { width: 390px; height: 390px; }
  .orbit--two { width: 465px; height: 465px; }
  .floating-note--top { top: 3%; right: 0; }
  .floating-note--bottom { bottom: 3%; left: 0; }
  .proof-strip { padding: 17px 8px; }
  .proof-strip div { padding-left: 12px; padding-right: 12px; }
  .performer-grid { grid-template-columns: 1fr; }
  .performer-card p { min-height: auto; }
  .studio-panel, .safety-panel { padding: 28px 22px; }
  .studio-visual { min-height: 300px; }
  .studio-orb--one { width: 230px; height: 230px; }
  .studio-card { width: 170px; height: 200px; }
  .pricing-grid { grid-template-columns: 1fr; }
  dialog { padding: 30px 20px; }
}

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