@font-face { font-family: "Manrope"; font-style: normal; font-display: swap; font-weight: 400; src: url("/assets/fonts/manrope-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-display: swap; font-weight: 500; src: url("/assets/fonts/manrope-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-display: swap; font-weight: 600; src: url("/assets/fonts/manrope-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-display: swap; font-weight: 700; src: url("/assets/fonts/manrope-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-display: swap; font-weight: 800; src: url("/assets/fonts/manrope-latin-800-normal.woff2") format("woff2"); }


:root {
  --bg: #0d0b0d;
  --panel: #171317;
  --panel-2: #201920;
  --border: #352b34;
  --text: #fff8fb;
  --muted: #bbaeb7;
  --pink: #f25b8d;
  --pink-bright: #ff7ba7;
  --pink-soft: #f7abc4;
  --rose-dark: #4e2030;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--bg); color: var(--text); font-family: "Manrope", sans-serif; -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.site-shell { overflow: hidden; }

.topbar { position: sticky; top: 0; z-index: 20; height: 76px; display: flex; align-items: center; gap: 44px; width: min(calc(100% - 40px), var(--max)); margin: 0 auto; background: rgba(13, 11, 13, .92); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; letter-spacing: -.03em; white-space: nowrap; }
.brand svg { color: var(--pink); }
.nav { display: flex; gap: 32px; margin-left: auto; }
.nav a, .footer-links a { color: var(--muted); font-size: 14px; font-weight: 600; transition: color .2s ease; }
.nav a:hover, .footer-links a:hover { color: var(--text); }
.menu-button { display: none; border: 0; background: transparent; padding: 7px; }

.section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 92px 0; }
.eyebrow { display: block; margin-bottom: 16px; color: var(--pink-soft); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(38px, 4.4vw, 62px); line-height: 1.03; letter-spacing: -.055em; margin-bottom: 25px; }
h1 em { color: var(--pink-bright); font-style: normal; }
h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; margin-bottom: 20px; }
h3 { letter-spacing: -.025em; }
p { color: var(--muted); line-height: 1.75; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 21px; border-radius: 12px; background: var(--pink); color: #190b10; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--pink-bright); }
.button-secondary { background: var(--panel-2); color: var(--text); }
.text-link { color: var(--pink-soft); font-size: 14px; font-weight: 700; border-bottom: 1px solid #684051; padding-bottom: 4px; }
.button-row { display: flex; align-items: center; gap: 24px; }

.hero { position: relative; min-height: min(760px, calc(100svh - 76px)); display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.hero-background { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center bottom; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: rgba(27, 12, 19, .44); box-shadow: inset 0 120px 160px rgba(13, 11, 13, .18), inset 0 -100px 130px rgba(13, 11, 13, .1); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(0, 0, 0, .08); pointer-events: none; }
.hero-copy { width: min(calc(100% - 40px), 940px); margin: 0 auto; padding: 70px 0 46px; text-align: center; }
.hero-copy .eyebrow { color: #ffd1e0; }
.hero-copy h1 { max-width: 1100px; margin: 0 auto 22px; font-size: clamp(46px, 4.7vw, 66px); line-height: .97; text-transform: uppercase; text-shadow: 0 3px 26px rgba(10, 3, 7, .38); }
.hero-copy h1 em { color: #fff8fb; }
.hero-copy p { max-width: 710px; margin: 0 auto 25px; color: #fff2f6; font-size: clamp(16px, 1.55vw, 21px); line-height: 1.55; text-shadow: 0 2px 16px rgba(10, 3, 7, .45); }
.hero .button-row { justify-content: center; flex-direction: column; gap: 15px; }
.hero .button { min-height: 54px; padding: 0 28px; border-radius: 14px; box-shadow: 0 8px 0 #a62658, 0 14px 28px rgba(23, 5, 12, .28); }
.hero .text-link { color: #fff7fa; border-color: rgba(255,255,255,.65); }
.age-note { display: block; margin-top: 28px; color: rgba(255,255,255,.7); font-size: 11px; }
.media-frame { position: relative; min-height: 160px; overflow: hidden; border: 1px solid #49323e; background: #251b21; border-radius: 18px; }
.media-frame img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.media-frame:hover img { transform: scale(1.025); }
.play-badge { position: absolute; inset: 50% auto auto 50%; width: 54px; height: 54px; display: grid; place-items: center; transform: translate(-50%, -50%); border-radius: 50%; background: rgba(13, 11, 13, .78); color: var(--pink-bright); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(8px); }

.section-heading { margin-bottom: 36px; }
.section-heading.narrow { max-width: 720px; }
.split-heading { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 50px; }
.split-heading p { margin-bottom: 4px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.filter-row button { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--border); background: var(--panel); color: var(--muted); border-radius: 999px; padding: 8px 10px 8px 14px; font-size: 12px; cursor: pointer; }
.filter-row button small { min-width: 20px; height: 20px; display: inline-grid; place-items: center; border-radius: 999px; background: #2b232a; color: #bcaeb6; font-size: 9px; font-weight: 800; }
.filter-row button.active { background: var(--pink); color: #210b13; border-color: var(--pink); font-weight: 800; }
.filter-row button.active small { background: rgba(33, 11, 19, .14); color: #210b13; }
.character-result-count { margin: 0 0 20px; color: #897c84; font-size: 11px; }
.character-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.character-card { min-width: 0; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; background: var(--panel); }
.portrait { height: 310px; min-height: 310px; border: 0; border-radius: 0; }
.portrait img { object-position: center 22%; }
.character-card > div:last-child { padding: 14px; }
.character-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 4px; }
.character-card h3 { margin: 0; font-size: 16px; }
.character-meta span { color: var(--pink-soft); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.character-card p { margin: 0; font-size: 11px; }

.info-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; border-top: 1px solid var(--border); }
.info-copy p { font-size: 16px; }
.benefit-list { display: grid; gap: 12px; }
.benefit-list > div { display: flex; gap: 15px; align-items: center; padding: 20px; border: 1px solid var(--border); border-radius: 14px; background: var(--panel); }
.benefit-list svg { flex: 0 0 auto; color: var(--pink); font-size: 26px; }
.benefit-list span { display: grid; gap: 4px; }
.benefit-list small { color: var(--muted); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); }
.steps article { padding: 34px 40px 10px 0; }
.steps article + article { border-left: 1px solid var(--border); padding-left: 40px; }
.steps article > span { display: inline-grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; background: var(--rose-dark); color: var(--pink-soft); font-size: 13px; font-weight: 800; margin-bottom: 22px; }
.steps h3 { font-size: 20px; margin-bottom: 10px; }.steps p { font-size: 14px; }

.creator-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 64px; align-items: center; }
.creator-ui { border: 1px solid #604050; border-radius: 20px; background: #121012; overflow: hidden; box-shadow: 0 30px 80px rgba(242, 91, 141, .08); }
.creator-top { display: flex; justify-content: space-between; padding: 17px 20px; border-bottom: 1px solid var(--border); font-size: 14px; font-weight: 800; }.creator-top small { color: var(--pink-soft); }
.creator-body { min-height: 440px; display: grid; grid-template-columns: 120px 1fr 190px; }
.creator-tabs { display: flex; flex-direction: column; padding: 16px 10px; gap: 6px; border-right: 1px solid var(--border); }.creator-tabs span { padding: 10px 11px; border-radius: 9px; color: #8f8088; font-size: 11px; }.creator-tabs .selected { background: var(--rose-dark); color: var(--pink-soft); }
.generated-portrait { min-width: 0; margin: 16px; border-radius: 13px; overflow: hidden; background: var(--panel-2); }.generated-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 45% center; }
.creator-options { padding: 28px 16px 20px 0; display: flex; flex-direction: column; gap: 12px; }.creator-options label { margin-top: 4px; color: #a896a0; font-size: 11px; font-weight: 700; }.swatches { display: flex; gap: 7px; }.swatches i { width: 27px; height: 27px; border: 2px solid transparent; border-radius: 50%; background: #d5a071; }.swatches i:nth-child(2) { background: #6d4535; }.swatches i:nth-child(3) { background: #241a18; }.swatches i:nth-child(4) { background: #a93443; }.swatches i:nth-child(5) { background: #d97f9c; border-color: white; }
.choice-row { display: flex; flex-wrap: wrap; gap: 6px; }.choice-row button { border: 1px solid var(--border); border-radius: 8px; color: #a99aa2; background: var(--panel); padding: 7px 9px; font-size: 10px; }.choice-row button.selected { color: #170b0f; background: var(--pink); }
.creator-copy p { font-size: 15px; }.creator-copy ul, .simple-list { list-style: none; padding: 0; margin: 24px 0 30px; display: grid; gap: 10px; }.creator-copy li, .simple-list li { display: flex; align-items: center; gap: 9px; color: #d9ced4; font-size: 13px; }.creator-copy li svg, .simple-list svg { flex: 0 0 auto; color: var(--pink); }

.conversation-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }.conversation-copy p { max-width: 550px; }.chat-card { border: 1px solid #4a3741; border-radius: 18px; background: var(--panel); padding: 17px; }.chat-head { display: flex; align-items: center; gap: 10px; padding-bottom: 15px; border-bottom: 1px solid var(--border); margin-bottom: 18px; }.avatar { width: 36px; height: 36px; display: grid; place-items: center; background: var(--rose-dark); color: var(--pink-soft); border-radius: 50%; font-weight: 800; }.chat-head div { display: grid; }.chat-head small { color: #8a7c84; font-size: 10px; }.bubble { width: fit-content; max-width: 78%; padding: 11px 13px; border-radius: 11px; background: #292329; color: #ddd3d8; font-size: 12px; line-height: 1.55; margin-bottom: 9px; }.bubble.mine { margin-left: auto; background: var(--rose-dark); color: #ffe7ef; }.chat-input { display: flex; justify-content: space-between; align-items: center; margin-top: 17px; padding: 12px 13px; border: 1px solid var(--border); border-radius: 10px; color: #796d73; font-size: 11px; }.chat-input svg { color: var(--pink); }

.style-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.landscape { height: 300px; min-height: 300px; }.realistic-world img { object-position: center 16%; }.anime-world img { object-position: center 12%; }.style-grid h3 { margin: 17px 0 6px; }.style-grid p { font-size: 13px; max-width: 520px; }
.visual-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }.visual-media-grid { display: grid; grid-template-columns: 1fr .72fr 1.05fr; grid-template-rows: 180px 180px; gap: 10px; }.visual-media-grid .media-frame { min-height: 0; }.visual-large { grid-column: 1; grid-row: 1 / 3; }.visual-media-grid .media-frame:nth-child(2) { grid-column: 2; grid-row: 1; }.visual-media-grid .media-frame:nth-child(3) { grid-column: 2; grid-row: 2; }.video-media { grid-column: 3; grid-row: 1 / 3; background: #2f1d25; }.video-media img { object-position: center; }
.usecase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.usecase-grid article { display: flex; gap: 15px; align-items: flex-start; padding: 22px; background: var(--panel); border: 1px solid var(--border); border-radius: 13px; }.usecase-grid svg { color: var(--pink); flex: 0 0 auto; }.usecase-grid h3 { margin-bottom: 7px; font-size: 15px; }.usecase-grid p { margin: 0; font-size: 12px; line-height: 1.6; }
.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }.faq-list { display: grid; gap: 8px; }.faq-list article { border: 1px solid var(--border); border-radius: 11px; background: var(--panel); overflow: hidden; }.faq-list button { width: 100%; display: flex; justify-content: space-between; text-align: left; padding: 17px 19px; background: transparent; border: 0; cursor: pointer; font-weight: 700; }.faq-list p { padding: 0 19px 18px; margin: 0; font-size: 13px; }.faq-list article.open { border-color: #684454; }
.final-cta { width: min(calc(100% - 40px), var(--max)); display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 50px; background: #3b1c28; border: 1px solid #6d374b; border-radius: 22px; margin-bottom: 90px; }.final-cta h2 { margin-bottom: 10px; }.final-cta p { margin-bottom: 0; }
footer { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 38px 0 32px; border-top: 1px solid var(--border); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px 40px; }.footer-links { display: flex; justify-content: center; gap: 20px; }footer p { text-align: right; margin: 0; font-size: 10px; line-height: 1.6; }.footer-copyright { grid-column: 1 / -1; display: block; padding-top: 18px; border-top: 1px solid #ffffff0d; color: #756970; font-size: 10px; text-align: center; }

@media (max-width: 900px) {
  .desktop-cta { display: none; }.menu-button { display: block; margin-left: auto; }.nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 20px; background: #171317; border: 1px solid var(--border); border-radius: 15px; }.nav.open { display: grid; gap: 18px; }
  .hero { min-height: min(730px, calc(100svh - 68px)); }.hero-copy { padding-top: 54px; }.hero-background { object-position: center bottom; }.character-grid { grid-template-columns: repeat(3, 1fr); }.portrait { height: 260px; min-height: 260px; }
  .info-split, .creator-section, .conversation-section, .visual-section, .faq-section { grid-template-columns: 1fr; gap: 48px; }.split-heading { grid-template-columns: 1fr; gap: 4px; }.creator-copy { order: -1; }.style-grid { grid-template-columns: 1fr 1fr; }.usecase-grid { grid-template-columns: 1fr 1fr; }footer { grid-template-columns: 1fr; text-align: center; }footer p { text-align: center; }.footer-links { flex-wrap: wrap; }
}

@media (max-width: 620px) {
  .section { width: min(calc(100% - 30px), var(--max)); padding: 66px 0; }.topbar { width: calc(100% - 30px); height: 68px; }.brand { font-size: 14px; }
  h1 { font-size: 38px; }h2 { font-size: 34px; }.hero { min-height: calc(100svh - 68px); background: #8f5d68; }.hero-copy { width: calc(100% - 30px); padding: 45px 0 30px; }.hero-copy h1 { font-size: clamp(36px, 9.5vw, 44px); line-height: .98; }.hero-copy p { max-width: 390px; font-size: 16px; line-height: 1.6; }.hero-background { inset: auto auto 0 50%; width: max(680px, 165vw); height: auto; transform: translateX(-50%); object-fit: contain; object-position: center bottom; }.hero-shade { background: rgba(28, 12, 19, .4); box-shadow: inset 0 90px 110px rgba(13, 11, 13, .12), inset 0 -70px 90px rgba(13, 11, 13, .08); }.hero .button { min-height: 52px; padding: 0 24px; }.button-row { align-items: flex-start; flex-direction: column; gap: 17px; }.hero .button-row { align-items: center; }
  .filter-row { flex-wrap: nowrap; margin-right: -15px; padding-right: 15px; overflow-x: auto; scrollbar-width: none; }.filter-row::-webkit-scrollbar { display: none; }.filter-row button { flex: 0 0 auto; }.character-grid { grid-template-columns: 1fr 1fr; gap: 10px; }.portrait { height: 230px; min-height: 230px; }.character-card > div:last-child { padding: 12px; }.character-meta { align-items: flex-start; flex-direction: column; gap: 3px; }.character-card h3 { font-size: 15px; }
  .steps { grid-template-columns: 1fr; border-top: 0; }.steps article { border-top: 1px solid var(--border); padding: 28px 0; }.steps article + article { border-left: 0; padding-left: 0; }
  .creator-body { min-height: auto; grid-template-columns: 1fr; }.creator-tabs { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--border); }.generated-portrait { height: 410px; }.creator-options { padding: 5px 18px 24px; }.creator-ui { border-radius: 16px; }
  .style-grid { grid-template-columns: 1fr; }.landscape { height: 230px; min-height: 230px; }.visual-media-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 145px 145px 170px; }.visual-large { grid-column: 1; grid-row: 1 / 3; }.visual-media-grid .media-frame:nth-child(2) { grid-column: 2; grid-row: 1; }.visual-media-grid .media-frame:nth-child(3) { grid-column: 2; grid-row: 2; }.video-media { grid-column: 1 / 3; grid-row: 3; }.usecase-grid { grid-template-columns: 1fr; }.faq-section { gap: 25px; }.final-cta { width: calc(100% - 30px); margin-bottom: 55px; padding: 32px 24px; flex-direction: column; align-items: flex-start; }.final-cta h2 { font-size: 31px; }footer { width: calc(100% - 30px); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }

/* Once-per-browser invitation, with a compact mobile layout. */
.floating-cta { position: fixed; right: max(24px, env(safe-area-inset-right)); bottom: max(24px, env(safe-area-inset-bottom)); z-index: 50; width: 340px; max-height: calc(100dvh - 32px); overflow: auto; padding: 10px; border: 1px solid #67414f; border-radius: 24px; background: #20191e; box-shadow: 0 24px 80px #0009, 0 0 32px #f25b8d12; animation: cta-arrive .45s cubic-bezier(.2,.8,.2,1) both; }
.floating-cta-close { position: absolute; right: 15px; top: 15px; z-index: 2; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid #ffffff40; border-radius: 50%; background: #160e17d9; color: #fff8fb; cursor: pointer; transition: background .2s; }
.floating-cta-close:hover { background: #71334a; }
.floating-cta :is(a, button):focus-visible { outline: 3px solid #ffd1e0; outline-offset: 3px; }
.floating-cta-image { position: relative; height: 166px; overflow: hidden; border-radius: 16px; }
.floating-cta-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.floating-cta-image::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, #20191ec9); }
.floating-cta-image span { position: absolute; left: 14px; bottom: 12px; z-index: 1; display: flex; align-items: center; gap: 6px; color: #fff8fb; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.floating-cta-copy { padding: 18px 12px 7px; }
.floating-cta-eyebrow { display: block; margin-bottom: 8px; color: var(--pink-soft); font-size: 10px; font-weight: 700; }
.floating-cta h2 { margin: 0 0 10px; font-size: 30px; letter-spacing: -.055em; line-height: 1.15; }
.floating-cta h2 em { color: var(--pink-bright); font-style: normal; }
.floating-cta p { margin: 0 0 18px; font-size: 12px; line-height: 1.7; }
.floating-cta-button { width: 100%; border-radius: 999px; background: linear-gradient(110deg, #f7abc4, #f25b8d); }
.floating-cta-button svg { margin-left: auto; }
.floating-cta-copy > small { display: block; margin-top: 10px; text-align: center; color: var(--muted); font-size: 9px; }
@keyframes cta-arrive { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 600px), (max-height: 500px) {
  .floating-cta { right: max(12px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); width: min(390px, calc(100% - 24px)); display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 12px; padding: 12px; border-radius: 20px; }
  .floating-cta-image { height: 100%; min-height: 148px; border-radius: 12px; }
  .floating-cta-image img { object-position: 40% 20%; }
  .floating-cta-image span, .floating-cta-eyebrow { display: none; }
  .floating-cta-copy { padding: 2px 0 0; }
  .floating-cta-close { top: 4px; right: 4px; width: 36px; height: 36px; }
  .floating-cta h2 { padding-right: 22px; margin-bottom: 8px; font-size: 22px; }
  .floating-cta p { margin-bottom: 12px; font-size: 10px; }
  .floating-cta-button { min-height: 42px; padding: 0 13px; font-size: 11px; }
  .floating-cta-copy > small { margin-top: 7px; font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) { .floating-cta { animation: none; } .floating-cta .button { transition: none; } }

/* Interior pages */
.interior-shell { overflow: clip; }
.interior-topbar .nav a.active { color: var(--text); }
.interior-topbar .nav a.active::after { content: ""; display: block; width: 18px; height: 2px; margin: 5px auto 0; border-radius: 2px; background: var(--pink); }
.page-main { padding-top: 1px; }
.page-main em { color: var(--pink-bright); font-style: normal; }
.page-hero { min-height: 710px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; padding-top: 74px; }
.page-hero-copy h1, .chat-hero h1, .upgrade-hero h1, .about-hero h1 { max-width: 660px; }
.page-hero-copy > p, .chat-hero-copy > p, .upgrade-hero > div:first-child > p, .about-hero > div:first-child > p { max-width: 610px; color: #c7b9c1; font-size: 17px; }
.page-hero .age-note { color: #877881; }
.page-hero-mosaic { position: relative; height: 590px; }
.mosaic-card { position: absolute; overflow: hidden; border: 1px solid #745064; border-radius: 24px; background: #21191e; box-shadow: 0 30px 80px #0007; }
.mosaic-card::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, #100b0fd9); }
.mosaic-card img { width: 100%; height: 100%; display: block; object-fit: cover; }
.mosaic-card > div { position: absolute; z-index: 1; left: 18px; right: 18px; bottom: 16px; display: flex; justify-content: space-between; align-items: end; gap: 12px; }
.mosaic-card strong { font-size: 17px; }.mosaic-card small { color: #e7d5de; font-size: 10px; }
.mosaic-1 { left: 0; top: 82px; width: 34%; height: 410px; transform: rotate(-3deg); }
.mosaic-2 { z-index: 2; left: 29%; top: 12px; width: 39%; height: 520px; }
.mosaic-3 { right: 0; top: 74px; width: 34%; height: 420px; transform: rotate(3deg); }
.mosaic-note { position: absolute; z-index: 3; left: 50%; bottom: 18px; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 8px; width: max-content; padding: 10px 14px; border: 1px solid #77475a; border-radius: 999px; background: #2a1720dd; color: #f8dce5; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(10px); }
.page-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; border-top: 1px solid var(--border); }
.page-intro p { font-size: 16px; }
.inline-arrow { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; color: var(--pink-soft); font-size: 13px; font-weight: 800; }
.inline-arrow svg { width: 16px; }
.page-steps { border-radius: 28px; padding-inline: 54px; background: linear-gradient(145deg, #2c1720, #171216 60%); border: 1px solid #573443; }
.feature-steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.feature-steps article { padding: 10px 38px 6px 0; }
.feature-steps article + article { padding-left: 38px; border-left: 1px solid #593846; }
.feature-steps article > span { display: block; margin-bottom: 40px; color: var(--pink); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.feature-steps h3 { font-size: 19px; margin-bottom: 11px; }.feature-steps p { margin: 0; font-size: 13px; }
.showcase-section { padding-bottom: 105px; }
.showcase-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 60px; align-items: end; margin-bottom: 34px; }
.showcase-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -40px; }.showcase-heading h2, .showcase-heading p { margin-bottom: 0; }
.showcase-grid { display: grid; grid-template-columns: 1.1fr .9fr 1fr; gap: 15px; }
.showcase-grid article { min-width: 0; }
.showcase-image { height: 390px; overflow: hidden; border: 1px solid #49323e; border-radius: 20px; background: var(--panel); }
.showcase-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.showcase-image:hover img { transform: scale(1.025); }
.showcase-grid article:nth-child(2) .showcase-image { height: 330px; margin-top: 60px; }
.showcase-grid h3 { margin: 16px 0 5px; }.showcase-grid p { margin: 0; font-size: 12px; }
.experience-split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; border-top: 1px solid var(--border); }
.conversation-preview, .chat-stage-thread { border: 1px solid #634152; border-radius: 22px; padding: 18px; background: linear-gradient(160deg, #241b21, #151114); box-shadow: 0 26px 80px #0007; }
.conversation-bar { display: flex; align-items: center; gap: 11px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.conversation-bar > div { display: grid; }.conversation-bar small { color: #95868e; font-size: 10px; }
.preview-avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #6b2c44; color: #ffe7ef; font-size: 11px; font-weight: 800; }
.online-dot { margin-left: auto; color: #eaa1bb; font-size: 9px; }
.preview-messages { padding: 25px 0 13px; }
.preview-messages p { width: fit-content; max-width: 76%; margin: 0 0 10px; padding: 12px 14px; border-radius: 12px 12px 12px 3px; background: #2b252a; color: #dfd4da; font-size: 12px; line-height: 1.6; }
.preview-messages p.mine { margin-left: auto; border-radius: 12px 12px 3px 12px; background: #66243d; color: #ffeaf1; }
.preview-input { display: flex; justify-content: space-between; align-items: center; padding: 13px 14px; border: 1px solid #49353f; border-radius: 11px; color: #81737b; font-size: 11px; }
.preview-input svg { color: var(--pink); }
.page-faq { border-top: 1px solid var(--border); }
.interior-final { margin-top: 18px; }
.interior-footer { grid-template-columns: auto 1fr; }
.interior-footer .footer-links { justify-content: flex-end; flex-wrap: wrap; }
.interior-footer > p { grid-column: 1 / -1; text-align: center; }

/* Chat */
.chat-hero { min-height: 710px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; padding-top: 74px; }
.chat-stage { position: relative; min-height: 580px; border: 1px solid #583543; border-radius: 28px; background: radial-gradient(circle at 30% 30%, #663348, #24171e 48%, #130f12); overflow: hidden; }
.chat-stage > img { position: absolute; inset: 0 auto 0 0; width: 50%; height: 100%; object-fit: cover; opacity: .72; mask-image: linear-gradient(90deg, #000 58%, transparent); }
.chat-stage-thread { position: absolute; z-index: 2; right: 28px; top: 50%; width: min(430px, 62%); transform: translateY(-50%); backdrop-filter: blur(16px); background: #171217e6; }
.control-section { border-top: 1px solid var(--border); }
.control-grid, .value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.control-grid article, .value-grid article { padding: 25px; border: 1px solid var(--border); border-radius: 16px; background: var(--panel); }
.control-grid svg, .value-grid svg { color: var(--pink); }.control-grid h3, .value-grid h3 { margin: 21px 0 8px; font-size: 16px; }.control-grid p, .value-grid p { margin: 0; font-size: 12px; }
.chat-scenes { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.scene-stack { position: relative; min-height: 520px; }
.scene-stack img { position: absolute; width: 62%; height: 430px; object-fit: cover; border: 1px solid #60404e; border-radius: 22px; box-shadow: 0 26px 60px #0008; }
.scene-stack img:first-child { left: 0; top: 0; transform: rotate(-3deg); }.scene-stack img:last-child { right: 0; bottom: 0; transform: rotate(3deg); }

/* Upgrade */
.upgrade-hero { min-height: 700px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; padding-top: 74px; }
.upgrade-hero > div:first-child > small { display: block; max-width: 510px; margin-top: 17px; color: #887982; font-size: 10px; line-height: 1.6; }
.upgrade-art { position: relative; height: 570px; border: 1px solid #643d50; border-radius: 32px; overflow: hidden; background: #321b25; }
.upgrade-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #20151a33, #2b172185), linear-gradient(0deg, #17101499, transparent 45%); }
.upgrade-art > img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.upgrade-orbit { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 11px 14px; border: 1px solid #ffffff30; border-radius: 999px; background: #21161dcc; color: #fff2f6; font-size: 10px; font-weight: 800; backdrop-filter: blur(12px); }
.upgrade-orbit svg { color: var(--pink); }.orbit-one { left: 22px; bottom: 26px; }.orbit-two { right: 22px; top: 28px; }.orbit-three { right: 28px; bottom: 92px; }
.plan-section { border-top: 1px solid var(--border); }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.plan-grid > article { display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--border); border-radius: 20px; background: var(--panel); }
.plan-grid > article.featured { border-color: #a04b6c; background: linear-gradient(150deg, #3a1c29, #1d151a 72%); box-shadow: 0 24px 60px #f25b8d12; }
.plan-label { width: fit-content; margin-bottom: 30px; padding: 7px 10px; border-radius: 999px; background: #39232d; color: var(--pink-soft); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.plan-grid h3 { font-size: 26px; margin-bottom: 10px; }.plan-grid p { font-size: 12px; min-height: 84px; }
.plan-grid ul { list-style: none; padding: 20px 0; margin: 0 0 18px; border-top: 1px solid var(--border); display: grid; gap: 12px; }
.plan-grid li { display: flex; align-items: center; gap: 9px; color: #d7ccd2; font-size: 12px; }.plan-grid li svg { color: var(--pink); }
.plan-grid .button { margin-top: auto; }
.comparison-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.comparison-list { display: grid; gap: 10px; }.comparison-list article { display: flex; gap: 14px; padding: 20px; border: 1px solid var(--border); border-radius: 14px; background: var(--panel); }.comparison-list svg { flex: 0 0 auto; color: var(--pink); }.comparison-list h3 { margin: 0 0 5px; font-size: 15px; }.comparison-list p { margin: 0; font-size: 11px; }
.upgrade-banner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; border: 1px solid #593847; border-radius: 26px; background: #21161c; padding-inline: 50px; }
.upgrade-banner-images { height: 420px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; overflow: hidden; }
.upgrade-banner-images img { width: 100%; height: 100%; object-fit: cover; }.upgrade-banner-images img:nth-child(2) { transform: translateY(34px); }

/* About */
.about-hero { min-height: 700px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; padding-top: 74px; }
.about-collage { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 250px 270px; gap: 12px; }
.about-collage img { width: 100%; height: 100%; object-fit: cover; border: 1px solid #5b3a49; border-radius: 20px; }.about-collage img:first-child { grid-row: 1 / 3; }.about-collage img:nth-child(2) { object-position: center 30%; }
.values-section { border-top: 1px solid var(--border); }.value-grid { grid-template-columns: repeat(4, 1fr); }
.independence-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding-inline: 54px; border: 1px solid #5c3948; border-radius: 26px; background: linear-gradient(145deg, #311a24, #181316); }

/* Legal */
.legal-page { width: min(calc(100% - 40px), 1040px); margin: 0 auto; padding: 110px 0 100px; }
.legal-hero { max-width: 760px; padding-bottom: 55px; }.legal-hero h1 { margin-bottom: 18px; }.legal-hero p { max-width: 680px; font-size: 17px; }.legal-hero small { color: #8e8087; }
.legal-layout { display: grid; grid-template-columns: 240px 1fr; gap: 90px; align-items: start; border-top: 1px solid var(--border); padding-top: 55px; }
.legal-layout aside { position: sticky; top: 104px; display: grid; gap: 11px; }.legal-layout aside strong { margin-bottom: 7px; font-size: 12px; }.legal-layout aside a { color: #998a92; font-size: 11px; }.legal-layout aside a:hover { color: var(--pink-soft); }
.legal-layout article { min-width: 0; }.legal-layout article section { scroll-margin-top: 100px; padding: 0 0 34px; margin: 0 0 34px; border-bottom: 1px solid var(--border); }.legal-layout h2 { font-size: 24px; letter-spacing: -.03em; }.legal-layout p { margin: 0; font-size: 14px; }

@media (max-width: 1050px) {
  .page-hero, .chat-hero, .upgrade-hero, .about-hero { gap: 40px; }
  .page-hero-mosaic { height: 530px; }.mosaic-1, .mosaic-3 { width: 36%; }.mosaic-2 { left: 28%; width: 44%; }
  .showcase-image { height: 330px; }.showcase-grid article:nth-child(2) .showcase-image { height: 280px; margin-top: 50px; }
}

@media (max-width: 900px) {
  .interior-topbar > .button { display: none; }
  .interior-topbar .nav a.active::after { display: none; }
  .page-hero, .chat-hero, .upgrade-hero, .about-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; }
  .page-hero-copy, .chat-hero-copy, .upgrade-hero > div:first-child, .about-hero > div:first-child { max-width: 720px; }
  .page-hero-mosaic { width: min(720px, 100%); margin: 0 auto; }
  .page-intro, .experience-split, .chat-scenes, .comparison-section, .independence-panel { grid-template-columns: 1fr; gap: 45px; }
  .showcase-heading { grid-template-columns: 1fr; gap: 10px; }.showcase-heading .eyebrow { grid-column: auto; margin-bottom: 6px; }
  .control-grid { grid-template-columns: 1fr 1fr; }.value-grid { grid-template-columns: 1fr 1fr; }
  .plan-grid { grid-template-columns: 1fr; }.plan-grid p { min-height: auto; }
  .upgrade-banner { grid-template-columns: 1fr; padding-top: 50px; }.upgrade-banner-images { order: 2; }
  .legal-layout { grid-template-columns: 1fr; gap: 40px; }.legal-layout aside { position: static; display: flex; flex-wrap: wrap; gap: 9px 16px; }.legal-layout aside strong { width: 100%; }
}

@media (max-width: 620px) {
  .page-hero, .chat-hero, .upgrade-hero, .about-hero { padding-top: 45px; gap: 40px; }
  .page-hero-copy h1, .chat-hero h1, .upgrade-hero h1, .about-hero h1 { font-size: 38px; }
  .page-hero-copy > p, .chat-hero-copy > p, .upgrade-hero > div:first-child > p, .about-hero > div:first-child > p { font-size: 15px; }
  .page-hero-mosaic { height: 390px; margin-top: 15px; }.mosaic-card > div { left: 10px; right: 10px; bottom: 11px; display: grid; }.mosaic-card strong { font-size: 13px; }.mosaic-card small { font-size: 8px; }
  .mosaic-1 { top: 52px; width: 37%; height: 290px; }.mosaic-2 { left: 27%; top: 0; width: 46%; height: 350px; }.mosaic-3 { top: 48px; width: 37%; height: 292px; }.mosaic-note { bottom: 3px; font-size: 8px; }
  .page-intro { gap: 15px; }.page-intro p { font-size: 14px; }
  .page-steps { width: calc(100% - 30px); padding: 46px 24px; }.feature-steps { grid-template-columns: 1fr; }.feature-steps article { padding: 25px 0; border-top: 1px solid #593846; }.feature-steps article + article { padding-left: 0; border-left: 0; }.feature-steps article > span { margin-bottom: 15px; }
  .showcase-grid { grid-template-columns: 1fr 1fr; }.showcase-grid article:last-child { grid-column: 1 / -1; }.showcase-image, .showcase-grid article:nth-child(2) .showcase-image { height: 250px; margin-top: 0; }.showcase-grid article:last-child .showcase-image { height: 260px; }.showcase-grid h3 { font-size: 15px; }.showcase-grid p { font-size: 10px; }
  .experience-split { gap: 35px; }.conversation-preview { padding: 13px; }
  .chat-stage { min-height: 620px; }.chat-stage > img { width: 100%; height: 52%; mask-image: linear-gradient(180deg, #000 65%, transparent); }.chat-stage-thread { right: 15px; left: 15px; top: auto; bottom: 15px; width: auto; transform: none; }
  .control-grid, .value-grid { grid-template-columns: 1fr; }.chat-scenes { gap: 25px; }.scene-stack { min-height: 390px; }.scene-stack img { height: 330px; }
  .upgrade-art { height: 470px; }.upgrade-orbit { font-size: 8px; }.orbit-two { top: 18px; right: 14px; }.orbit-one { left: 14px; bottom: 18px; }.orbit-three { right: 14px; bottom: 75px; }
  .upgrade-banner { width: calc(100% - 30px); padding-inline: 24px; }.upgrade-banner-images { height: 320px; }
  .about-collage { grid-template-rows: 190px 210px; }.about-collage img { border-radius: 14px; }
  .independence-panel { width: calc(100% - 30px); padding: 42px 24px; }
  .legal-page { width: calc(100% - 30px); padding: 78px 0 70px; }.legal-hero { padding-bottom: 40px; }.legal-hero h1 { font-size: 40px; }.legal-layout { padding-top: 38px; }.legal-layout aside { display: none; }
  .interior-footer .footer-links { justify-content: center; }
}

/* Core SEO pages: distinct product-led layouts */
.core-page p { font-size: 15px; }
.core-page small { line-height: 1.45; }
.profile-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.profile-rail article { position: relative; min-width: 0; height: 400px; overflow: hidden; border: 1px solid #543744; border-radius: 18px; background: var(--panel); }
.profile-rail article::after { content: ""; position: absolute; inset: 28% 0 0; background: linear-gradient(transparent, #110c10f5 64%); }
.profile-rail img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.profile-rail article:hover img { transform: scale(1.035); }
.profile-rail article > div { position: absolute; z-index: 2; left: 15px; right: 15px; bottom: 15px; display: grid; gap: 4px; }
.profile-rail strong { font-size: 16px; }.profile-rail small { color: #e3b8ca; font-size: 10px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.profile-rail p { margin: 6px 0 0; color: #e5dbe0; font-size: 11px; line-height: 1.45; }

/* AI Girlfriend */
.gf-hero { min-height: 750px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 62px; align-items: center; padding-top: 70px; }
.gf-hero-copy h1 { font-size: clamp(46px, 4.5vw, 66px); }.gf-hero-copy > p { max-width: 610px; color: #c9bbc2; font-size: 17px; }.gf-hero-copy > small { display: block; margin-top: 25px; color: #83757d; font-size: 11px; }
.gf-hero-gallery { position: relative; height: 600px; }
.gf-hero-gallery > img { position: absolute; width: 42%; height: 515px; object-fit: cover; border: 1px solid #755062; border-radius: 26px; box-shadow: 0 30px 80px #0008; }
.gf-hero-gallery > img:nth-child(1) { left: 0; top: 62px; transform: rotate(-4deg); }.gf-hero-gallery > img:nth-child(2) { z-index: 2; left: 29%; top: 5px; width: 44%; height: 565px; }.gf-hero-gallery > img:nth-child(3) { right: 0; top: 58px; transform: rotate(4deg); }
.gf-floating-card { position: absolute; z-index: 4; left: 50%; bottom: -4px; transform: translateX(-50%); width: max-content; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid #884e67; border-radius: 14px; background: #25151ddd; box-shadow: 0 15px 40px #0008; backdrop-filter: blur(14px); }
.gf-floating-card svg { color: var(--pink); }.gf-floating-card span { display: grid; }.gf-floating-card strong { font-size: 12px; }.gf-floating-card small { color: #a9959f; font-size: 9px; }
.core-proof { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--border); }
.core-proof > div { display: flex; gap: 16px; padding: 28px 30px; }.core-proof > div + div { border-left: 1px solid var(--border); }.core-proof strong { color: var(--pink); font-size: 12px; }.core-proof span { font-size: 13px; font-weight: 750; }.core-proof small { color: var(--muted); font-size: 11px; font-weight: 500; }
.profile-section .profile-rail { grid-template-columns: repeat(4, 1fr); }.profile-section .profile-rail article:nth-child(n+5) { height: 320px; }.profile-section .profile-rail article:nth-child(2n) { transform: translateY(20px); }
.rail-action { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 45px; }.rail-action p { margin: 0; }
.gf-definition { display: grid; grid-template-columns: .95fr 1.05fr; gap: 85px; align-items: center; border-top: 1px solid var(--border); }
.gf-definition-image { position: relative; height: 620px; overflow: hidden; border: 1px solid #5b3948; border-radius: 26px; }.gf-definition-image img { width: 100%; height: 100%; object-fit: cover; }.gf-definition-image span { position: absolute; left: 18px; bottom: 18px; padding: 9px 12px; border-radius: 999px; background: #170f14d9; color: #f3dce5; font-size: 10px; font-weight: 800; }
.definition-points { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 26px; }.definition-points > div { padding: 17px; border: 1px solid var(--border); border-radius: 12px; background: var(--panel); }.definition-points strong, .definition-points small { display: block; }.definition-points strong { margin-bottom: 4px; font-size: 13px; }.definition-points small { color: var(--muted); font-size: 11px; }
.gf-builder { width: min(calc(100% - 40px), var(--max)); padding-inline: 54px; border: 1px solid #593847; border-radius: 28px; background: linear-gradient(145deg, #2d1922, #171215 65%); }
.gf-builder-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }.gf-builder-grid article { position: relative; padding: 12px 12px 23px; border: 1px solid #573845; border-radius: 18px; background: #181316; }.gf-builder-grid img { width: 100%; height: 300px; display: block; object-fit: cover; border-radius: 12px; }.gf-builder-grid article > span { position: absolute; top: 24px; left: 24px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #160f14d9; color: var(--pink); font-size: 10px; font-weight: 800; }.gf-builder-grid h3 { margin: 20px 8px 7px; }.gf-builder-grid p { margin: 0 8px; font-size: 13px; }
.gf-media { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.media-device { width: min(470px, 100%); margin: 0 auto; padding: 14px; border: 1px solid #624150; border-radius: 30px; background: #171216; box-shadow: 0 30px 80px #0008; }.media-device-head { display: flex; align-items: center; gap: 10px; padding: 8px 5px 15px; }.media-device-head > div { display: grid; }.media-device-head small { color: var(--muted); }.media-device-head > span:last-child { margin-left: auto; }.media-device > img { width: 100%; height: 480px; object-fit: cover; border-radius: 19px; }.media-caption { display: grid; gap: 4px; padding: 14px 6px 5px; }.media-caption span { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; }.media-caption svg { color: var(--pink); }.media-caption small { color: var(--muted); }
.gf-usecases { border-top: 1px solid var(--border); }

/* AI Boyfriend */
.bf-hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.bf-hero > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: 70% 28%; transform: scale(1.03); }
.bf-hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #0d0b0df7 0%, #0d0b0ddd 38%, #0d0b0d33 72%), linear-gradient(0deg, #0d0b0daa, transparent 50%); }
.bf-hero-copy { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 90px 0 60px; }.bf-hero-copy h1 { max-width: 730px; font-size: clamp(46px, 4.6vw, 68px); }.bf-hero-copy > p { max-width: 590px; color: #d1c5cb; font-size: 17px; }.bf-hero-copy > small { display: block; margin-top: 25px; color: #9b8b93; }
.bf-hero-quote { position: absolute; right: max(30px, calc((100% - var(--max))/2)); bottom: 45px; width: 330px; padding: 19px; border: 1px solid #ffffff38; border-radius: 16px; background: #160f14bf; backdrop-filter: blur(14px); }.bf-hero-quote span { color: var(--pink-soft); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }.bf-hero-quote p { margin: 8px 0 0; color: #f0e6eb; font-size: 13px; line-height: 1.55; }
.boyfriend-rail { grid-template-columns: repeat(4, 1fr); }.boyfriend-rail article:nth-child(1), .boyfriend-rail article:nth-child(3) { margin-top: 34px; }
.bf-uses { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; border-top: 1px solid var(--border); }.bf-uses-title { position: sticky; top: 115px; }.bf-use-list { display: grid; }.bf-use-list article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--border); }.bf-use-list article:first-child { border-top: 1px solid var(--border); }.bf-use-list > article > span { color: var(--pink); font-size: 11px; font-weight: 800; }.bf-use-list h3 { margin-bottom: 7px; font-size: 18px; }.bf-use-list p { margin: 0; font-size: 13px; }
.bf-create { padding-top: 60px; }.bf-create-rows { display: grid; gap: 16px; }.bf-create-rows article { min-height: 430px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid #523541; border-radius: 24px; background: var(--panel); }.bf-create-rows article > div { align-self: center; padding: 48px; }.bf-create-rows article > div > span { color: var(--pink); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }.bf-create-rows h3 { margin: 12px 0; font-size: 31px; }.bf-create-rows img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }.bf-create-rows article:nth-child(2) img { object-position: center 20%; }
.bf-chat-feature { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; border-top: 1px solid var(--border); }.bf-phone { position: relative; min-height: 620px; overflow: hidden; border: 1px solid #654354; border-radius: 30px; background: #171217; }.bf-phone > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .46; }.bf-phone::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 20%, #171217 70%); }.bf-phone-top { position: relative; z-index: 2; display: flex; align-items: center; gap: 10px; margin: 18px; padding: 12px; border: 1px solid #ffffff2c; border-radius: 16px; background: #171217b8; backdrop-filter: blur(10px); }.bf-phone-top small { margin-left: auto; color: var(--pink-soft); }.bf-phone-bubbles { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 22px; }.bf-phone-bubbles p { width: fit-content; max-width: 80%; padding: 12px 14px; border-radius: 13px; background: #2b2429; color: #eee3e8; font-size: 12px; }.bf-phone-bubbles p.mine { margin-left: auto; background: #6c2942; }.bf-feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 25px; }.bf-feature-cards > div { padding: 17px; border: 1px solid var(--border); border-radius: 13px; background: var(--panel); }.bf-feature-cards svg { color: var(--pink); }.bf-feature-cards strong, .bf-feature-cards small { display: block; }.bf-feature-cards strong { margin: 13px 0 5px; font-size: 12px; }.bf-feature-cards small { color: var(--muted); font-size: 10px; }

/* AI Anime */
.anime-core { --anime-violet: #ae84ff; }
.anime-hero { position: relative; min-height: 780px; display: grid; place-items: center; overflow: hidden; isolation: isolate; background: #241525; }
.anime-hero-bg { position: absolute; inset: 0; z-index: -3; display: grid; grid-template-columns: repeat(3, 1fr); }.anime-hero-bg img { width: 100%; height: 100%; object-fit: cover; }.anime-hero-bg img:first-child { object-position: center 22%; }.anime-hero-bg img:nth-child(2) { object-position: center 20%; }
.anime-hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #171018b8, #22132366, #171018b8), linear-gradient(0deg, #100c11d9, transparent 55%, #100c1188); }
.anime-hero-copy { width: min(calc(100% - 40px), 930px); padding: 110px 0 60px; text-align: center; }.anime-hero-copy .eyebrow { color: #f6cde0; }.anime-hero-copy h1 { font-size: clamp(46px, 4.8vw, 70px); text-shadow: 0 3px 26px #12071299; }.anime-hero-copy h1 em { color: #ffc1dd; }.anime-hero-copy > p { max-width: 720px; margin: 0 auto 28px; color: #fff0f6; font-size: 18px; text-shadow: 0 2px 16px #0008; }.anime-hero-copy .button-row { justify-content: center; }.anime-hero-copy > small { display: block; margin-top: 27px; color: #e5cbd7; }
.anime-manifesto { display: grid; grid-template-columns: 70px 1fr .8fr; gap: 40px; align-items: end; }.anime-index { color: var(--anime-violet); font-size: 13px; font-weight: 800; }.anime-manifesto h2, .anime-manifesto p { margin-bottom: 0; }
.anime-worlds { border-top: 1px solid var(--border); }.anime-rail { grid-template-columns: repeat(4, 1fr); }.anime-rail article:nth-child(n+5) { height: 300px; }.anime-rail article:nth-child(3n+2) { transform: translateY(18px); }
.anime-lore { display: grid; grid-template-columns: 1.1fr .9fr; gap: 85px; align-items: center; }.anime-lore-art { position: relative; height: 650px; overflow: hidden; border: 1px solid #65445f; border-radius: 28px; }.anime-lore-art > img { width: 100%; height: 100%; object-fit: cover; }.anime-lore-art > div { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 17px; border: 1px solid #ffffff3d; border-radius: 15px; background: #171017c9; backdrop-filter: blur(12px); }.anime-lore-art span { color: #d8baff; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }.anime-lore-art p { margin: 6px 0 0; color: #f6edf4; font-size: 13px; }
.lore-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 25px; }.lore-grid div { padding: 18px; border: 1px solid #4f384d; border-radius: 14px; background: #201820; }.lore-grid strong, .lore-grid small { display: block; }.lore-grid strong { margin-bottom: 5px; }.lore-grid small { color: var(--muted); }
.anime-creator { width: min(calc(100% - 40px), var(--max)); padding-inline: 52px; border: 1px solid #563b54; border-radius: 28px; background: linear-gradient(145deg, #261929, #151116 70%); }.anime-creator-ui { min-height: 520px; display: grid; grid-template-columns: 170px 1fr 300px; overflow: hidden; border: 1px solid #4f394d; border-radius: 20px; background: #100d11; }.anime-creator-ui aside { display: flex; flex-direction: column; gap: 7px; padding: 22px 12px; border-right: 1px solid #3d303b; }.anime-creator-ui aside span { padding: 12px; border-radius: 9px; color: #877783; font-size: 11px; }.anime-creator-ui aside span.active { background: #35223a; color: #ebd9ff; }.anime-preview { position: relative; min-width: 0; margin: 16px; overflow: hidden; border-radius: 14px; }.anime-preview img { width: 100%; height: 100%; object-fit: cover; }.anime-preview span { position: absolute; left: 12px; bottom: 12px; padding: 8px 10px; border-radius: 999px; background: #130e14d9; color: #eadcef; font-size: 9px; }.anime-options { padding: 34px 22px 22px 0; }.anime-options label { display: block; margin: 0 0 9px; color: #b9a8b5; font-size: 11px; font-weight: 800; }.anime-option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-bottom: 26px; }.anime-option-grid button { min-height: 48px; border: 1px solid #493848; border-radius: 9px; background: #211920; color: #a594a1; font-size: 10px; }.anime-option-grid button.active { border-color: #aa78df; background: #3a2640; color: #f0ddff; }.anime-options .choice-row { margin-bottom: 26px; }.anime-options > p { padding: 13px; border: 1px solid #473744; border-radius: 10px; background: #1c161b; font-size: 11px; }
.anime-scenes { display: grid; grid-template-columns: .82fr 1.18fr; gap: 85px; align-items: center; }.anime-scene-cards { position: relative; height: 590px; }.anime-scene-cards article { position: absolute; width: 47%; height: 430px; overflow: hidden; border: 1px solid #684b65; border-radius: 22px; box-shadow: 0 24px 65px #0008; }.anime-scene-cards article:nth-child(1) { left: 0; bottom: 10px; transform: rotate(-4deg); }.anime-scene-cards article:nth-child(2) { z-index: 2; left: 27%; top: 0; }.anime-scene-cards article:nth-child(3) { right: 0; bottom: 14px; transform: rotate(4deg); }.anime-scene-cards img { width: 100%; height: 100%; object-fit: cover; }.anime-scene-cards article > span { position: absolute; left: 13px; bottom: 13px; padding: 8px 10px; border-radius: 999px; background: #171017d9; color: white; font-size: 9px; font-weight: 800; }

/* Chat */
.chat-workspace-hero { min-height: 760px; display: grid; grid-template-columns: .76fr 1.24fr; gap: 55px; align-items: center; padding-top: 75px; }.chat-workspace-copy h1 { font-size: clamp(44px, 4.4vw, 64px); }.chat-workspace-copy > p { color: #c8bac2; font-size: 16px; }.chat-workspace-copy > small { display: block; margin-top: 25px; color: #81747b; }
.chat-workspace { min-width: 0; height: 600px; display: grid; grid-template-columns: 150px minmax(0, 1fr) 150px; overflow: hidden; border: 1px solid #654152; border-radius: 24px; background: #110e10; box-shadow: 0 34px 90px #0008; }.chat-workspace > aside { padding: 14px 9px; border-right: 1px solid #3e3037; }.chat-workspace > aside button { width: 100%; display: flex; align-items: center; gap: 8px; padding: 9px 7px; border: 0; border-radius: 10px; background: transparent; color: #b0a1a9; text-align: left; cursor: pointer; }.chat-workspace > aside button.active { background: #402333; color: white; }.chat-workspace > aside img { width: 34px; height: 42px; object-fit: cover; border-radius: 7px; }.chat-workspace > aside span { min-width: 0; display: grid; }.chat-workspace > aside strong { font-size: 10px; }.chat-workspace > aside small { overflow: hidden; color: #8f7e87; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.workspace-thread { min-width: 0; display: grid; grid-template-rows: auto 1fr auto; }.workspace-thread header { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-bottom: 1px solid #3e3037; }.workspace-thread header img { width: 38px; height: 38px; object-fit: cover; border-radius: 50%; }.workspace-thread header > div { display: grid; }.workspace-thread header small { color: #96858e; font-size: 9px; }.workspace-thread header > span { margin-left: auto; color: #8c7883; }.workspace-messages { overflow: hidden; padding: 28px 20px 15px; background: radial-gradient(circle at 50% 0, #2d1b2459, transparent 55%); }.workspace-messages p { width: fit-content; max-width: 78%; padding: 12px 13px; border-radius: 12px 12px 12px 3px; background: #2a2428; color: #eee4e9; font-size: 11px; line-height: 1.55; }.workspace-messages p.mine { margin-left: auto; border-radius: 12px 12px 3px 12px; background: #672a42; }.typing { display: flex; gap: 3px; width: fit-content; padding: 10px 12px; border-radius: 12px; background: #2a2428; }.typing i { width: 4px; height: 4px; border-radius: 50%; background: #9c8c94; }.workspace-tools { display: flex; align-items: center; gap: 7px; margin: 12px; padding: 7px; border: 1px solid #4b3942; border-radius: 11px; }.workspace-tools button { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border: 0; border-radius: 8px; background: #282127; color: #d2c3cb; cursor: pointer; }.workspace-tools svg { width: 15px; }.workspace-tools input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: #eee4e9; font: inherit; font-size: 10px; }.workspace-tools input::placeholder { color: #796d73; opacity: 1; }.workspace-tools:focus-within { border-color: #9b5572; box-shadow: 0 0 0 2px #f65a9520; }.workspace-tools button.send { background: var(--pink); color: #1a0c11; }
.workspace-settings { padding: 19px 12px; border-left: 1px solid #3e3037; }.workspace-settings > span { display: block; margin-bottom: 18px; color: #d9cbd2; font-size: 11px; font-weight: 800; }.workspace-settings > div { display: grid; gap: 4px; padding: 13px 0; border-bottom: 1px solid #33292f; }.workspace-settings small { color: #84747d; font-size: 8px; }.workspace-settings strong { font-size: 10px; }
.chat-start { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; border-top: 1px solid var(--border); }.chat-start-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.chat-start-cards article { min-height: 300px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--border); border-radius: 18px; background: var(--panel); }.chat-start-cards article:last-child { border-color: #7d425a; background: linear-gradient(145deg, #391d29, #1c1519); }.chat-start-cards article > span { color: var(--pink); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.chat-start-cards h3 { margin: 28px 0 10px; font-size: 22px; }.chat-start-cards p { font-size: 13px; }.chat-start-cards .button { margin-top: auto; }
.chat-feature-deck { padding-inline: 52px; border: 1px solid #553744; border-radius: 28px; background: linear-gradient(150deg, #291821, #151114 65%); }.chat-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.chat-feature-grid article { padding: 23px; border: 1px solid #49333e; border-radius: 15px; background: #171216; }.chat-feature-grid article > span { color: var(--pink); font-size: 10px; font-weight: 800; }.chat-feature-grid h3 { margin: 35px 0 8px; font-size: 16px; }.chat-feature-grid p { margin: 0; font-size: 12px; }
.memory-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }.memory-visual { position: relative; height: 540px; border: 1px solid #503742; border-radius: 50%; background: radial-gradient(circle, #3a1d2a, #171216 58%, #100d0f 70%); }.memory-visual::before, .memory-visual::after { content: ""; position: absolute; inset: 18%; border: 1px solid #5d3d4b; border-radius: 50%; }.memory-visual::after { inset: 32%; }.memory-centre { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; text-align: center; }.memory-centre svg { margin-bottom: 12px; color: var(--pink); font-size: 34px; }.memory-centre strong { font-size: 14px; }.memory-centre small { color: var(--muted); }.memory-node { position: absolute; z-index: 2; min-width: 120px; padding: 12px; border: 1px solid #644252; border-radius: 12px; background: #21171d; text-align: center; }.memory-node span, .memory-node small { display: block; }.memory-node span { font-size: 11px; font-weight: 800; }.memory-node small { color: var(--muted); font-size: 9px; }.node-a { left: 50%; top: 9%; transform: translateX(-50%); }.node-b { right: 4%; top: 44%; }.node-c { left: 50%; bottom: 8%; transform: translateX(-50%); }.node-d { left: 4%; top: 44%; }
.group-chat { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; border-top: 1px solid var(--border); }.group-visual { position: relative; height: 560px; }.group-visual img { position: absolute; width: 38%; height: 480px; object-fit: cover; border: 1px solid #624251; border-radius: 24px; box-shadow: 0 25px 60px #0008; }.group-visual img:nth-child(1) { left: 0; bottom: 10px; transform: rotate(-4deg); }.group-visual img:nth-child(2) { z-index: 2; left: 31%; top: 0; }.group-visual img:nth-child(3) { right: 0; bottom: 10px; transform: rotate(4deg); }.group-visual > span { position: absolute; z-index: 3; left: 50%; bottom: 0; transform: translateX(-50%); display: flex; align-items: center; gap: 7px; width: max-content; padding: 10px 13px; border: 1px solid #78465c; border-radius: 999px; background: #261720e8; font-size: 10px; font-weight: 800; }.group-visual > span svg { color: var(--pink); }

@media (max-width: 980px) {
  .gf-hero, .gf-definition, .gf-media, .bf-uses, .bf-chat-feature, .anime-lore, .anime-scenes, .chat-workspace-hero, .chat-start, .memory-section, .group-chat { grid-template-columns: 1fr; gap: 50px; }
  .gf-hero-copy, .chat-workspace-copy { max-width: 760px; }.gf-hero-gallery { width: min(720px, 100%); margin: 0 auto; }.bf-uses-title { position: static; }.bf-hero-quote { display: none; }
  .profile-rail, .profile-section .profile-rail, .anime-rail { grid-template-columns: repeat(3, 1fr); }.profile-rail article:nth-child(n), .profile-section .profile-rail article:nth-child(n+5), .anime-rail article:nth-child(n+5) { height: 350px; transform: none; margin-top: 0; }
  .anime-manifesto { grid-template-columns: 50px 1fr; }.anime-manifesto > p { grid-column: 2; }
  .anime-creator-ui { grid-template-columns: 130px 1fr; }.anime-options { grid-column: 1 / -1; padding: 24px; border-top: 1px solid #3d303b; }
  .chat-workspace { grid-template-columns: 130px minmax(0, 1fr); }.workspace-settings { display: none; }
  .chat-feature-grid { grid-template-columns: 1fr 1fr; }
  .memory-visual, .group-visual { width: min(620px, 100%); margin: 0 auto; }
}

@media (max-width: 620px) {
  .core-page p { font-size: 14px; }
  .gf-hero { min-height: auto; padding-top: 48px; }.gf-hero-copy h1, .chat-workspace-copy h1 { font-size: 38px; }.gf-hero-copy > p { font-size: 15px; }.gf-hero-gallery { height: 390px; }.gf-hero-gallery > img { width: 39%; height: 315px; border-radius: 16px; }.gf-hero-gallery > img:nth-child(1) { top: 45px; }.gf-hero-gallery > img:nth-child(2) { left: 28%; width: 44%; height: 350px; }.gf-hero-gallery > img:nth-child(3) { top: 45px; }.gf-floating-card { bottom: 1px; padding: 9px 12px; }.gf-floating-card strong { font-size: 10px; }
  .core-proof { width: calc(100% - 30px); grid-template-columns: 1fr; }.core-proof > div { padding: 20px 4px; }.core-proof > div + div { border-left: 0; border-top: 1px solid var(--border); }
  .profile-rail, .profile-section .profile-rail, .anime-rail { grid-template-columns: 1fr 1fr; gap: 9px; }.profile-rail article:nth-child(n), .profile-section .profile-rail article:nth-child(n+5), .anime-rail article:nth-child(n+5) { height: 330px; }.profile-rail strong { font-size: 14px; }.profile-rail p { display: -webkit-box; overflow: hidden; font-size: 10px; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }.rail-action { align-items: flex-start; flex-direction: column; }
  .gf-definition-image { height: 470px; }.definition-points { grid-template-columns: 1fr; }.gf-builder { width: calc(100% - 30px); padding: 48px 20px; }.gf-builder-grid { grid-template-columns: 1fr; }.gf-builder-grid img { height: 340px; }.media-device > img { height: 400px; }
  .bf-hero { min-height: calc(100svh - 68px); }.bf-hero > img { object-position: 62% center; }.bf-hero-shade { background: linear-gradient(90deg, #0d0b0df2, #0d0b0d73), linear-gradient(0deg, #0d0b0de8, transparent 65%); }.bf-hero-copy { width: calc(100% - 30px); padding-top: 70px; }.bf-hero-copy h1 { font-size: 38px; }.bf-hero-copy > p { font-size: 15px; }
  .bf-use-list article { grid-template-columns: 36px 1fr; gap: 10px; }.bf-create-rows article { min-height: 0; grid-template-columns: 1fr; }.bf-create-rows article > div { padding: 30px 24px; }.bf-create-rows article:nth-child(2) img { order: 2; }.bf-create-rows img { min-height: 350px; height: 350px; }.bf-create-rows h3 { font-size: 26px; }.bf-phone { min-height: 560px; }.bf-feature-cards { grid-template-columns: 1fr; }
  .anime-hero { min-height: calc(100svh - 68px); }.anime-hero-bg { width: 170%; left: -35%; }.anime-hero-bg img:first-child, .anime-hero-bg img:last-child { opacity: .65; }.anime-hero-copy { width: calc(100% - 30px); padding-top: 70px; }.anime-hero-copy h1 { font-size: 38px; }.anime-hero-copy > p { font-size: 15px; }.anime-hero-copy .button-row { align-items: center; }
  .anime-manifesto { grid-template-columns: 1fr; gap: 14px; }.anime-manifesto > p { grid-column: auto; }.anime-lore-art { height: 500px; }.lore-grid { grid-template-columns: 1fr; }.anime-creator { width: calc(100% - 30px); padding: 48px 18px; }.anime-creator-ui { grid-template-columns: 1fr; }.anime-creator-ui aside { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid #3d303b; }.anime-creator-ui aside span { flex: 0 0 auto; }.anime-preview { height: 460px; }.anime-options { grid-column: auto; padding: 20px; }.anime-scene-cards { height: 400px; }.anime-scene-cards article { width: 44%; height: 330px; }.anime-scenes { gap: 25px; }
  .chat-workspace-hero { padding-top: 50px; }.chat-workspace { height: 610px; grid-template-columns: 76px 1fr; }.chat-workspace > aside { padding-inline: 6px; }.chat-workspace > aside button { justify-content: center; padding: 8px 4px; }.chat-workspace > aside span { display: none; }.chat-workspace > aside img { width: 44px; height: 54px; }.workspace-messages { padding: 20px 12px; }.workspace-messages p { max-width: 88%; }.workspace-tools { margin: 8px; }.chat-start-cards { grid-template-columns: 1fr; }.chat-feature-deck { width: calc(100% - 30px); padding: 48px 20px; }.chat-feature-grid { grid-template-columns: 1fr; }.chat-feature-grid h3 { margin-top: 20px; }.memory-visual { height: 360px; }.memory-node { min-width: 90px; padding: 9px 7px; }.node-b { right: 0; }.node-d { left: 0; }.group-visual { height: 390px; }.group-visual img { height: 335px; border-radius: 16px; }.group-chat { gap: 25px; }
}

/* Content-rich four-direction selector introduced by the full copy rewrite. */
.style-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.style-grid-four article {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.style-grid-four article p {
  flex: 1;
}
.style-grid-four article small {
  display: block;
  margin-top: 14px;
  color: #d9b7c7;
  font-size: 0.78rem;
  line-height: 1.55;
}
@media (max-width: 980px) {
  .style-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .style-grid-four { grid-template-columns: 1fr; }
}

/* Story hooks add substance to the character directory without turning cards into articles. */
.character-card .character-mood {
  margin: 0 0 9px;
  color: var(--pink-soft);
  font-size: 10px;
  font-weight: 700;
}
.character-card .character-bio {
  margin: 0;
  color: #a99ba3;
  font-size: 10px;
  line-height: 1.55;
}
.usecase-grid .inline-arrow {
  margin-top: 12px;
  font-size: 11px;
}
.hero .hero-kicker {
  text-transform: none;
}

[hidden] { display: none !important; }
.faq-list article:not(.open) > p { display: none; }
.character-card, .profile-rail article { position: relative; cursor: pointer; transition: transform .2s ease, border-color .2s ease; }
.character-card:hover, .profile-rail article:hover { transform: translateY(-3px); border-color: #74465a; }
.character-card-link { position: absolute; inset: 0; z-index: 5; border-radius: inherit; }
.character-card-link:focus-visible { outline: 3px solid var(--pink); outline-offset: -4px; }
@media (max-width: 900px) {
  .header-cta, .interior-topbar > .button.header-cta { display: inline-flex; min-height: 42px; margin-left: auto; padding: 0 16px; font-size: 12px; }
  .menu-button { margin-left: 0; }
}
@media (max-width: 620px) {
  .topbar { gap: 10px; }
  .header-cta, .interior-topbar > .button.header-cta { min-height: 38px; padding: 0 12px; font-size: 11px; }
}
