:root {
  --ink: #f7f4ee;
  --muted: #a9a4b4;
  --bg: #08070d;
  --panel: #111019;
  --panel-2: #171421;
  --line: rgba(255, 255, 255, 0.11);
  --acid: #dfff63;
  --violet: #a878ff;
  --pink: #f684cf;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; display: block; }
::selection { color: #08070d; background: var(--acid); }

.noise {
  position: fixed; inset: 0; z-index: 99; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed; z-index: 50; top: 0; left: 0; right: 0;
  height: 76px; padding: 0 clamp(20px, 4vw, 72px);
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid transparent; transition: .3s ease;
}
.site-header.scrolled { background: rgba(8, 7, 13, .78); backdrop-filter: blur(18px); border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 700 18px/1 var(--display); letter-spacing: -.04em; }
.brand-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 24px rgba(223, 255, 99, .5); }
.brand-muted { color: var(--muted); }
.nav-links { display: flex; gap: 32px; font-size: 13px; color: #c2bdca; }
.nav-links a, .text-link { transition: color .2s ease; }
.nav-links a:hover, .text-link:hover { color: var(--acid); }
.header-cta { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 13px; padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04); }
.header-cta span { color: var(--acid); }

.hero {
  min-height: 860px; padding: 142px clamp(20px, 6vw, 110px) 82px;
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, .8fr); align-items: center; gap: clamp(42px, 6vw, 110px);
  position: relative; isolation: isolate; overflow: hidden;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
.hero-glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(90px); opacity: .26; }
.glow-one { width: 520px; height: 520px; background: #6f31d9; right: -80px; top: 100px; }
.glow-two { width: 380px; height: 380px; background: #f35ab2; left: -260px; bottom: 40px; opacity: .12; }
.hero-copy { max-width: 720px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; font: 700 11px/1.2 var(--display); letter-spacing: .18em; color: var(--acid); }
.status-pill { width: fit-content; display: flex; align-items: center; gap: 9px; margin-bottom: 34px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04); color: #ddd8e4; font-size: 12px; }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(223,255,99,.08); animation: pulse 1.8s infinite; }
.hero h1, .section-heading h2, .final-cta h2, .choose h2 { margin: 0; font: 700 clamp(48px, 6.3vw, 96px)/.95 var(--display); letter-spacing: -.065em; }
.hero h1 em, .final-cta h2 em { font-family: var(--serif); font-weight: 400; color: var(--pink); }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: #bbb6c4; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.7; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { border: 0; cursor: pointer; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #090b05; background: var(--acid); box-shadow: 0 12px 40px rgba(223, 255, 99, .14); }
.button-primary:hover { box-shadow: 0 16px 50px rgba(223,255,99,.27); background: #e8ff8f; }
.button-ghost { color: var(--ink); background: transparent; border: 1px solid var(--line); }
.button-large { min-height: 58px; padding: 0 25px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-weight: 600; font-size: 14px; }
.text-link span { color: var(--acid); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px 24px; margin-top: 32px; color: #8f8a99; font-size: 12px; }
.trust-row b { color: var(--acid); margin-right: 4px; }

.hero-visual { position: relative; perspective: 1200px; min-height: 610px; display: grid; place-items: center; }
.portrait-shell {
  position: relative; width: min(100%, 500px); aspect-ratio: .8; overflow: hidden; border-radius: 250px 250px 30px 30px;
  transform-style: preserve-3d; transform: rotateY(var(--ry, -5deg)) rotateX(var(--rx, 2deg));
  transition: transform .18s ease-out; border: 1px solid rgba(255,255,255,.2); background: #241e32;
  box-shadow: 0 42px 100px rgba(0,0,0,.55), 0 0 0 10px rgba(255,255,255,.025);
}
.portrait-shell img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.portrait-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(5,4,9,.25) 73%, rgba(5,4,9,.78)); pointer-events: none; }
.glass-card { position: absolute; z-index: 3; background: rgba(17, 14, 24, .62); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(18px); box-shadow: 0 16px 50px rgba(0,0,0,.28); }
.character-card { left: 24px; right: 24px; bottom: 24px; border-radius: 18px; padding: 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; }
.avatar-mini { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #18131e; background: linear-gradient(135deg, #fff0e2, #c8a1ff); font-weight: 800; }
.character-card strong, .character-card small { display: block; }
.character-card small { color: #afa8b9; font-size: 11px; margin-top: 4px; }
.character-card small i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--acid); margin-right: 5px; }
.spark { color: var(--acid); font-size: 20px; }
.message-card { left: -74px; top: 26%; padding: 13px 16px; border-radius: 15px; display: flex; align-items: center; gap: 10px; color: #e6e0ec; font-size: 11px; transform: translateZ(35px); animation: float 4.5s ease-in-out infinite; }
.typing { display: flex; gap: 3px; }
.typing i { width: 4px; height: 4px; background: var(--acid); border-radius: 50%; animation: typing 1s infinite; }
.typing i:nth-child(2) { animation-delay: .15s; }.typing i:nth-child(3) { animation-delay: .3s; }
.orbit { position: absolute; border: 1px solid rgba(185, 129, 255, .22); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 580px; height: 580px; animation: spin 22s linear infinite; }
.orbit-two { width: 680px; height: 420px; transform: rotate(62deg); border-color: rgba(223,255,99,.1); }
.orbit-one::before, .orbit-one::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 20px var(--acid); }
.orbit-one::before { left: 55px; top: 95px; }.orbit-one::after { right: 40px; bottom: 120px; background: var(--pink); }
.visual-label { position: absolute; z-index: -1; color: rgba(255,255,255,.16); font: 800 11px/1 var(--display); letter-spacing: .22em; writing-mode: vertical-rl; }
.label-one { right: -10px; top: 21%; }.label-two { left: -5px; bottom: 17%; }

.ticker { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--acid); color: #11130b; transform: rotate(-1.2deg) scale(1.03); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 30px; padding: 17px 0; animation: marquee 24s linear infinite; font: 800 12px/1 var(--display); letter-spacing: .14em; }
.ticker-track b { font-size: 16px; }

.section { padding: 130px clamp(20px, 6vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; margin-bottom: 64px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -25px; }
.section-heading h2 { font-size: clamp(42px, 5.6vw, 78px); }
.section-heading h2 span, .choose h2 span { font-family: var(--serif); font-weight: 400; color: var(--violet); }
.section-heading > p:last-child { color: var(--muted); line-height: 1.7; max-width: 470px; margin: 0 0 5px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { min-height: 440px; overflow: hidden; position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); }
.feature-card::after { content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%; filter: blur(70px); opacity: .14; background: var(--violet); right: -100px; bottom: -100px; }
.feature-card-wide { grid-column: 1 / -1; min-height: 480px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 60px; background: linear-gradient(135deg, #14101c, #0f0d16); }
.feature-number { position: absolute; right: 28px; top: 24px; color: #46414d; font: 800 14px/1 var(--display); }
.feature-card h3 { margin: 10px 0 14px; max-width: 530px; font: 650 clamp(28px, 3vw, 43px)/1.08 var(--display); letter-spacing: -.045em; }
.feature-card p:not(.eyebrow) { color: var(--muted); line-height: 1.65; max-width: 480px; }
.chat-demo { align-self: center; display: flex; flex-direction: column; gap: 12px; }
.bubble { max-width: 86%; padding: 15px 18px; border-radius: 18px; font-size: 14px; line-height: 1.5; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.bubble-ai { align-self: flex-start; color: #e8e2ec; border: 1px solid var(--line); background: #1e1a26; border-bottom-left-radius: 5px; }
.bubble-user { align-self: flex-end; color: #16120d; background: linear-gradient(135deg, #fde0f3, #d2b5ff); border-bottom-right-radius: 5px; }
.bubble-last span { color: var(--acid); }
.audio-orb, .privacy-icon { height: 190px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.audio-orb span { width: 8px; margin: 0 4px; border-radius: 99px; background: linear-gradient(180deg, var(--pink), var(--violet)); animation: wave 1.4s ease-in-out infinite; }
.audio-orb span:nth-child(1),.audio-orb span:nth-child(7){height:35px}.audio-orb span:nth-child(2),.audio-orb span:nth-child(6){height:70px}.audio-orb span:nth-child(3),.audio-orb span:nth-child(5){height:110px}.audio-orb span:nth-child(4){height:150px}
.audio-orb span:nth-child(2){animation-delay:.1s}.audio-orb span:nth-child(3){animation-delay:.2s}.audio-orb span:nth-child(4){animation-delay:.3s}.audio-orb span:nth-child(5){animation-delay:.4s}.audio-orb span:nth-child(6){animation-delay:.5s}
.privacy-icon::before { content: ""; width: 130px; height: 130px; border-radius: 36px; border: 1px solid rgba(223,255,99,.2); background: radial-gradient(circle at 35% 30%, rgba(223,255,99,.25), rgba(255,255,255,.03) 55%); transform: rotate(12deg); box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.privacy-icon span { position: absolute; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; color: #15170c; background: var(--acid); font-size: 24px; font-weight: 800; }

.choose { padding-top: 0; }
.choose-card { position: relative; overflow: hidden; border-radius: 30px; padding: clamp(32px, 6vw, 72px); border: 1px solid rgba(255,255,255,.14); background: radial-gradient(circle at 88% 20%, rgba(168,120,255,.26), transparent 32%), linear-gradient(135deg, #191520, #0e0c13); }
.choose-card::after { content: "✦"; position: absolute; right: -30px; bottom: -115px; font: 400 300px/1 var(--serif); color: rgba(223,255,99,.045); }
.choose h2 { max-width: 800px; font-size: clamp(38px, 5vw, 67px); }
.vibe-options { display: flex; flex-wrap: wrap; gap: 12px; margin: 40px 0 28px; }
.vibe { position: relative; z-index: 1; cursor: pointer; padding: 14px 18px; border: 1px solid var(--line); border-radius: 999px; color: #bdb7c7; background: rgba(255,255,255,.03); transition: .2s ease; }
.vibe span { margin-right: 6px; color: var(--pink); }
.vibe:hover, .vibe.active { color: #11130a; background: var(--acid); border-color: var(--acid); transform: translateY(-2px); }
.vibe.active span { color: #11130a; }
.vibe-cta { position: relative; z-index: 1; }

.how { background: #0b0a11; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading.compact { display: block; }
.section-heading.compact .eyebrow { margin-bottom: 18px; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.steps li { min-height: 290px; padding: 30px; border-right: 1px solid var(--line); }
.steps li:last-child { border-right: 0; }
.step-index { display: block; margin-bottom: 80px; color: var(--acid); font: 800 12px/1 var(--display); }
.steps h3 { margin: 0 0 12px; font: 650 24px/1.15 var(--display); letter-spacing: -.03em; }
.steps p { margin: 0; color: var(--muted); line-height: 1.6; }

.final-cta { min-height: 680px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; }
.final-cta h2 { font-size: clamp(58px, 8vw, 110px); }
.final-cta > p:not(.eyebrow) { color: var(--muted); font-size: 18px; margin: 26px 0 30px; }
.final-cta small { margin-top: 18px; color: #716c7a; }
.final-glow { position: absolute; z-index: -1; width: 460px; height: 460px; border-radius: 50%; background: conic-gradient(from 20deg, #752ad1, #ec5ca8, #bce748, #752ad1); filter: blur(100px); opacity: .17; animation: spin 18s linear infinite; }

.faq { padding-top: 60px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq .section-heading { margin: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 23px 0; }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; font: 600 17px/1.4 var(--display); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--acid); transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: 16px 45px 0 0; color: var(--muted); line-height: 1.65; }

footer { padding: 48px clamp(20px, 6vw, 110px); border-top: 1px solid var(--line); display: grid; grid-template-columns: .6fr 1.5fr .6fr; gap: 40px; align-items: start; color: #85808d; font-size: 12px; line-height: 1.6; }
footer p { margin: 0; max-width: 560px; }
footer > div { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 16px; }
footer > small { grid-column: 1 / -1; color: #55515b; }
.footer-link { cursor: pointer; color: #aaa4b2; padding: 0; border: 0; background: none; }
.footer-link:hover { color: var(--acid); }

.age-gate, .info-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(6,5,10,.8); backdrop-filter: blur(24px); }
.age-gate.is-hidden { opacity: 0; pointer-events: none; transition: opacity .35s ease; }
.age-card, .modal-card { width: min(100%, 470px); padding: 38px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: linear-gradient(145deg, rgba(25,21,34,.98), rgba(10,9,15,.98)); box-shadow: 0 35px 100px rgba(0,0,0,.65); text-align: center; }
.age-mark { width: 72px; height: 72px; margin: 0 auto 25px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(223,255,99,.3); color: var(--acid); font: 800 20px/1 var(--display); background: rgba(223,255,99,.05); }
.age-card h2, .modal-card h2 { margin: 0 0 15px; font: 700 34px/1.1 var(--display); letter-spacing: -.04em; }
.age-card > p:not(.eyebrow), .modal-card p { color: var(--muted); line-height: 1.65; }
.age-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px 0 18px; }
.age-actions .button { min-height: 50px; }
.age-card small { color: #6f6a77; line-height: 1.5; }
.info-modal[hidden] { display: none; }
.modal-card { position: relative; text-align: left; width: min(100%, 620px); max-height: 80vh; overflow: auto; }
.modal-close { position: absolute; right: 18px; top: 14px; cursor: pointer; color: #aaa4b2; background: none; border: 0; font-size: 28px; }

.character-gallery { padding-bottom: 0; }
.character-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 22px; }
.gallery-card { min-width: 0; }
.gallery-media { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 24px; background: var(--panel); border: 1px solid var(--line); }
.gallery-card h3 { margin: 20px 0 9px; font: 800 25px/1.2 var(--display); letter-spacing: -.035em; overflow-wrap: anywhere; }
.gallery-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; overflow-wrap: anywhere; }
.gallery-empty { grid-column: 1 / -1; padding: 45px; border: 1px solid var(--line); border-radius: 24px; color: var(--muted); font-size: 16px; }
@media (max-width: 900px) { .character-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 540px) { .character-grid { grid-template-columns: 1fr; } }

.mobile-bar { display: none; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes pulse { 0%,100%{box-shadow:0 0 0 5px rgba(223,255,99,.07)} 50%{box-shadow:0 0 0 9px rgba(223,255,99,.02)} }
@keyframes float { 0%,100%{transform:translateY(0) translateZ(35px)} 50%{transform:translateY(-12px) translateZ(35px)} }
@keyframes typing { 0%,100%{opacity:.25;transform:translateY(0)} 50%{opacity:1;transform:translateY(-3px)} }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes wave { 0%,100%{transform:scaleY(.45);opacity:.5} 50%{transform:scaleY(1);opacity:1} }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 125px; text-align: center; }
  .hero-copy { margin: 0 auto; }
  .status-pill, .hero-actions { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { width: min(100%, 620px); margin: 0 auto; }
  .section-heading, .faq { grid-template-columns: 1fr; }
  .section-heading { gap: 24px; }
  .feature-card-wide { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps li:last-child { border-bottom: 0; }
  .step-index { margin-bottom: 45px; }
  .faq { gap: 20px; }
  footer { grid-template-columns: 1fr; }
  footer > div { justify-content: flex-start; }
  footer > small { grid-column: auto; }
}

@media (max-width: 680px) {
  body { padding-bottom: 78px; }
  .site-header { height: 64px; padding: 0 18px; }
  .nav-links, .header-cta { display: none; }
  .hero { min-height: auto; padding: 110px 20px 70px; gap: 55px; }
  .hero h1 { font-size: clamp(47px, 13vw, 66px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { gap: 18px; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 10px 14px; }
  .hero-visual { min-height: 500px; }
  .portrait-shell { width: 88%; border-radius: 170px 170px 24px 24px; }
  .message-card { left: 0; }
  .orbit-one { width: 450px; height: 450px; }
  .visual-label { display: none; }
  .section { padding: 90px 20px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2 { font-size: 44px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-column: auto; min-height: 560px; gap: 35px; }
  .feature-card { padding: 26px; min-height: 410px; }
  .chat-demo { align-self: end; }
  .choose { padding-top: 0; }
  .choose-card { padding: 35px 24px; }
  .vibe { width: 100%; }
  .vibe-cta { width: 100%; }
  .final-cta { min-height: 620px; }
  .final-cta h2 { font-size: 63px; }
  .faq { padding-top: 40px; }
  footer { padding: 40px 20px; }
  .age-card { padding: 30px 22px; }
  .age-actions { grid-template-columns: 1fr; }
  .mobile-bar { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: 10px; min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 10px 10px 10px 16px; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; background: rgba(17,14,24,.88); backdrop-filter: blur(18px); box-shadow: 0 15px 50px rgba(0,0,0,.5); transform: translateY(120%); transition: transform .4s ease; }
  .mobile-bar.is-visible { transform: translateY(0); }
  .mobile-bar small, .mobile-bar strong { display: block; }
  .mobile-bar small { color: #8f8997; font-size: 10px; }
  .mobile-bar strong { font-size: 13px; margin-top: 2px; }
  .mobile-bar .button { padding: 12px 16px; }
}

.gallery-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 18px; padding: 14px 20px; border-radius: 12px; background: #dfff63; color: #08070d; font-weight: 750; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.gallery-button:hover { background: #edffa2; transform: translateY(-2px); }
.gallery-button:focus-visible { outline: 3px solid white; outline-offset: 4px; }

.companion-browser { position: relative; isolation: isolate; padding-top: 145px; padding-bottom: 75px; }
.browser-heading { text-align: center; margin-bottom: 30px; }
.browser-heading h1 { font: 800 clamp(2.4rem, 5vw, 4.8rem)/1.1 var(--display); letter-spacing: -.055em; margin: 16px 0; }
.browser-heading h1 em { color: var(--pink); font-family: var(--serif); font-weight: 500; }
.browser-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 1rem; }
.companion-strip { --peek: clamp(44px, 18vw, 104px); display: flex; gap: 0; width: 100%; max-width: 560px; margin: 0 auto; overflow-x: auto; padding: 16px var(--peek) 24px; background: radial-gradient(ellipse at 40% 60%, #713c43 0%, #512932 50%, #291a2c 100%); border-radius: 24px; scroll-snap-type: x mandatory; scrollbar-color: #fa6388 #512932; scrollbar-width: thin; }
.companion-option:not(:last-child) { margin-inline-end: calc(-1 * clamp(20px, 6vw, 48px)); }
.companion-option { flex: 0 0 100%; position: relative; aspect-ratio: 3/4; border: 1px solid var(--line); border-radius: 22px; padding: 0; overflow: hidden; background: var(--panel); color: var(--ink); cursor: pointer; scroll-snap-align: center; text-align: left; }
.companion-option img, .companion-option video { width: 100%; height: 100%; object-fit: cover; }
.companion-option { transform: perspective(900px) translateZ(var(--swipe-depth, 0px)) rotateY(var(--swipe-turn, 0deg)) scale(calc(.86 + var(--swipe-focus, 1) * .14)); opacity: calc(.72 + var(--swipe-focus, 1) * .28); z-index: var(--swipe-stack, 1); transform-origin: center; backface-visibility: hidden; transition: transform 120ms ease-out, opacity 120ms ease-out; will-change: transform, opacity; box-shadow: 0 18px 32px rgba(231,105,160,.4); }
.companion-option::after { content: none; }
.companion-option strong { position: absolute; bottom: 22px; left: 20px; right: 20px; z-index: 1; font: 800 1.15rem/1.3 var(--display); text-transform: uppercase; overflow-wrap: anywhere; }
.companion-caption { position: absolute; inset: auto 0 0; z-index: 2; padding: 38px 22px 24px; background: transparent; color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.9), 0 2px 6px rgba(0,0,0,.65); }
.companion-caption strong { position: static; display: block; font-size: 1.35rem; margin-bottom: 10px; }
.companion-description { display: block; font-size: 1rem; line-height: 1.5; font-weight: 400; text-transform: none; overflow-wrap: anywhere; }
.companion-option[aria-current="true"] { border: 2px solid #fa6388; box-shadow: 0 0 0 2px #fa638840, 0 0 40px rgba(250,99,136,.35), 0 18px 32px rgba(250,99,136,.3); }
a.companion-option { display: block; text-decoration: none; }
.companion-option:focus-visible, .companion-strip:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }
.companion-option:disabled { cursor: default; background: linear-gradient(145deg, #201828, #111019); }
.companion-option:disabled strong { color: var(--muted); font-size: .9rem; }
.companion-selection { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 28px; background: var(--panel); border: 1px solid var(--line); border-radius: 22px; margin-top: 16px; }
.companion-selection h2 { font: 750 1.6rem/1.2 var(--display); margin: 10px 0; }
.companion-selection p:last-child { color: var(--muted); line-height: 1.6; max-width: 650px; margin-bottom: 0; }
.companion-selection > a { flex-shrink: 0; }
.companion-selection > a[hidden] { display: none; }
@media (max-width: 600px) { .companion-browser { padding-top: 110px; } .companion-selection { flex-direction: column; align-items: stretch; padding: 22px; } .browser-toolbar p { max-width: 210px; } }


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