:root {
  color-scheme: dark;
  --ink: #f7f3f6;
  --muted: #b8aeb7;
  --quiet: #837985;
  --canvas: #0b090d;
  --canvas-soft: #100d13;
  --surface: #171219;
  --surface-2: #201720;
  --line: rgb(255 255 255 / 11%);
  --accent: #ff6a93;
  --accent-2: #ffb184;
  --lavender: #a991ff;
  --cyan: #78d9e8;
  --content: 1240px;
  --gutter: clamp(20px, 4vw, 64px);
  --section: clamp(88px, 10vw, 152px);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--canvas); }
body { margin: 0; overflow-x: hidden; background: var(--canvas); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; z-index: -2; inset: 0; background: radial-gradient(circle at 15% -20%, rgb(255 106 147 / 10%), transparent 32rem), radial-gradient(circle at 95% 8%, rgb(169 145 255 / 8%), transparent 28rem), var(--canvas); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; padding: 10px 14px; transform: translateY(-180%); background: #fff; color: #111; border-radius: 999px; font-weight: 800; }
.skip-link:focus { transform: none; }
.section-shell { width: min(calc(100% - (var(--gutter) * 2)), var(--content)); margin-inline: auto; }
.eyebrow { margin-bottom: 18px; color: var(--accent); font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; border: 1px solid rgb(255 255 255 / 14%); border-radius: 999px; background: var(--accent); color: #1c0910; font-size: 14px; font-weight: 850; text-decoration: none; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); background: #ff83a5; }
.button-light { background: #fff; color: #100b10; border-color: #fff; }
.button-light:hover { background: var(--accent-2); border-color: var(--accent-2); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: 14px; font-weight: 800; text-underline-offset: 5px; text-decoration-color: rgb(255 255 255 / 32%); }
.text-link:hover { text-decoration-color: var(--accent); }

/* Navigation */
.site-nav { position: relative; z-index: 20; width: 100%; min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 0 var(--gutter); border-bottom: 1px solid var(--line); background: rgb(11 9 13 / 84%); backdrop-filter: blur(18px); }
.wordmark { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 16px; font-weight: 750; letter-spacing: -.04em; text-decoration: none; }
.wordmark b { color: var(--accent); }
.wordmark-dot { width: 12px; height: 12px; border: 3px solid var(--accent); border-radius: 50%; box-shadow: inset 0 0 0 2px var(--canvas); background: #fff; }
.desktop-links { justify-self: center; display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.desktop-links a { position: relative; padding-block: 26px; color: var(--muted); font-size: 13px; font-weight: 650; text-decoration: none; }
.desktop-links a:hover, .desktop-links a[aria-current="page"] { color: #fff; }
.desktop-links a[aria-current="page"]::after { content: ""; position: absolute; left: 50%; bottom: 18px; width: 4px; height: 4px; transform: translateX(-50%); border-radius: 50%; background: var(--accent); }
.nav-action { min-height: 42px; padding-inline: 18px; }
.mobile-menu { display: none; }

/* Shared section rhythm */
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); align-items: end; gap: 64px; margin-bottom: clamp(38px, 5vw, 68px); }
.section-heading h2 { max-width: 760px; margin: 0; font-size: clamp(38px, 5.2vw, 72px); line-height: .98; letter-spacing: -.055em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }

/* Homepage hero */
.home-hero { position: relative; min-height: min(820px, calc(100svh - 76px)); display: grid; align-items: end; overflow: hidden; border-bottom: 1px solid var(--line); }
.home-hero-media, .home-hero-media img, .hero-vignette { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero-media img { object-fit: cover; object-position: center 28%; filter: saturate(.9) contrast(1.02); }
.hero-vignette { background: linear-gradient(90deg, rgb(8 6 10 / 96%) 0%, rgb(8 6 10 / 76%) 36%, rgb(8 6 10 / 6%) 70%), linear-gradient(0deg, rgb(8 6 10 / 96%) 0%, transparent 35%), linear-gradient(180deg, rgb(8 6 10 / 20%), transparent 30%); }
.home-hero-copy { position: relative; z-index: 2; width: min(100% - (var(--gutter) * 2), var(--content)); margin: 0 auto; padding: 110px 0 150px; }
.home-hero-copy h1 { max-width: 800px; margin-bottom: 30px; font-size: clamp(58px, 8.3vw, 126px); line-height: .82; letter-spacing: -.075em; }
.home-hero-copy h1 em { color: var(--accent-2); font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; }
.home-hero-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 34px; color: #d3c9d0; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-proof { position: relative; z-index: 2; width: min(100% - (var(--gutter) * 2), var(--content)); margin: -94px auto 0; padding: 20px 0 24px; display: flex; gap: 48px; border-top: 1px solid rgb(255 255 255 / 16%); }
.hero-proof span { display: flex; align-items: baseline; gap: 10px; color: var(--muted); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.hero-proof b { color: #fff; font-size: 18px; letter-spacing: -.03em; }

/* Profiles */
.profiles { padding-block: var(--section); }
.home-profiles { scroll-margin-top: 24px; }
.profile-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.profile-card { position: relative; overflow: hidden; min-width: 0; border-radius: var(--radius); background: var(--surface); box-shadow: 0 24px 70px rgb(0 0 0 / 18%); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease; }
.profile-card:nth-child(4n + 2), .profile-card:nth-child(4n + 4) { transform: translateY(24px); }
.profile-card:hover { transform: translateY(-6px); box-shadow: 0 28px 80px rgb(0 0 0 / 42%); }
.profile-card:nth-child(4n + 2):hover, .profile-card:nth-child(4n + 4):hover { transform: translateY(18px); }
.profile-card > a { display: block; color: inherit; text-decoration: none; }
.profile-card figure { position: relative; aspect-ratio: 3 / 4; margin: 0; overflow: hidden; background: #251c25; }
.profile-card figure::after { content: ""; position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(transparent, rgb(12 9 13 / 70%)); }
.profile-card figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.profile-card:hover figure img { transform: scale(1.035); }
.online-dot { position: absolute; z-index: 2; left: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 999px; background: rgb(11 9 13 / 72%); color: #fff; font-size: 10px; font-weight: 750; backdrop-filter: blur(12px); }
.online-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #7df0ac; box-shadow: 0 0 0 3px rgb(125 240 172 / 15%); }
.profile-card-copy { min-height: 222px; padding: 20px; }
.profile-name { display: flex; align-items: baseline; gap: 8px; }
.profile-name h3 { margin: 0; font-size: 23px; line-height: 1; letter-spacing: -.045em; }
.profile-name > span { color: var(--accent); font-size: 13px; font-weight: 800; }
.profile-identity { min-height: 42px; margin: 9px 0 14px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.trait-list { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 15px; padding: 0; list-style: none; }
.trait-list li { padding: 5px 8px; border-radius: 999px; background: rgb(255 255 255 / 6%); color: #d6cbd4; font-size: 10px; font-weight: 700; text-transform: capitalize; }
.profile-teaser { margin: 0; color: var(--quiet); font-size: 12px; line-height: 1.55; }

/* Homepage sections */
.feature-ribbon { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: var(--section); border-block: 1px solid var(--line); }
.feature-ribbon > div { position: relative; padding: 34px 42px; }
.feature-ribbon > div + div { border-left: 1px solid var(--line); }
.feature-ribbon span { color: var(--accent); font-size: 11px; font-weight: 800; }
.feature-ribbon h3 { margin: 30px 0 8px; font-size: 20px; letter-spacing: -.035em; }
.feature-ribbon p { margin: 0; color: var(--muted); font-size: 13px; }
.editorial-split, .creation-split { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: clamp(46px, 8vw, 116px); padding-bottom: var(--section); }
.editorial-image, .creation-image { overflow: hidden; border-radius: var(--radius-lg); }
.editorial-image { aspect-ratio: 1.15 / 1; transform: rotate(-1.6deg); }
.editorial-image img, .creation-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-copy h2, .creation-copy h2 { margin-bottom: 28px; font-size: clamp(46px, 6vw, 82px); line-height: .95; letter-spacing: -.06em; }
.editorial-copy > p:not(.eyebrow), .creation-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.category-showcase { padding-block: var(--section); border-top: 1px solid var(--line); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-card { position: relative; min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 28px; border-radius: var(--radius); color: #fff; text-decoration: none; isolation: isolate; transition: transform .3s ease; }
.category-card::before, .category-card::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); transition: transform .5s ease; }
.category-card::before { width: 280px; height: 280px; right: -70px; top: -60px; background: rgb(255 255 255 / 14%); }
.category-card::after { width: 180px; height: 180px; left: -60px; bottom: -50px; border: 1px solid rgb(255 255 255 / 22%); }
.category-card:hover { transform: translateY(-7px); }
.category-card:hover::before { transform: scale(1.15); }
.category-card.girlfriend { background: linear-gradient(145deg, #802f50, #2b1522); }
.category-card.boyfriend { background: linear-gradient(145deg, #203d5a, #101721); }
.category-card.anime { background: linear-gradient(145deg, #6251a7, #231b45); }
.category-card > span { color: rgb(255 255 255 / 58%); font-size: 12px; font-weight: 800; }
.category-card p { margin-bottom: 7px; color: rgb(255 255 255 / 64%); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.category-card h3 { margin-bottom: 10px; font-size: clamp(34px, 3.7vw, 52px); line-height: .95; letter-spacing: -.06em; }
.category-card em { color: rgb(255 255 255 / 70%); font-family: var(--serif); font-size: 16px; }
.category-card b { align-self: flex-start; padding-bottom: 3px; border-bottom: 1px solid rgb(255 255 255 / 36%); font-size: 12px; }
.creation-split { grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); padding-block: var(--section); }
.creation-copy ol { max-width: 480px; margin: 34px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.creation-copy li { display: flex; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); color: #d9d0d7; font-size: 14px; }
.creation-copy li span { color: var(--accent); font-weight: 800; }
.creation-image { aspect-ratio: 1.12 / 1; }
.voices { padding-block: var(--section); border-top: 1px solid var(--line); }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.quote-grid blockquote { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--canvas-soft); font-family: var(--serif); font-size: 22px; line-height: 1.55; }
.quote-grid footer { margin-top: 34px; color: var(--quiet); font-family: var(--font); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.faq { padding-block: var(--section); }
.faq-list, .micro-faq > div { border-top: 1px solid var(--line); }
.faq details, .micro-faq details { border-bottom: 1px solid var(--line); }
.faq summary, .micro-faq summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 700; }
.faq summary::after, .micro-faq summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: var(--accent); font-size: 24px; font-weight: 300; }
.faq details[open] summary::after, .micro-faq details[open] summary::after { content: "−"; }
.faq details p, .micro-faq details p { max-width: 720px; padding: 0 0 24px; margin: 0; color: var(--muted); }
.cta-band { position: relative; isolation: isolate; min-height: 340px; margin-bottom: 30px; padding: clamp(38px, 6vw, 76px); overflow: hidden; border: 1px solid rgb(255 255 255 / 10%); border-radius: var(--radius-lg); background: radial-gradient(circle at 82% 20%, rgb(255 255 255 / 20%), transparent 18rem), linear-gradient(130deg, #c44270, #5a233e 58%, #26141f); box-shadow: 0 30px 90px rgb(0 0 0 / 28%); }
.cta-band__content { position: relative; z-index: 2; max-width: 780px; }
.cta-band h2 { max-width: 780px; margin-bottom: 16px; font-size: clamp(42px, 5.4vw, 72px); line-height: .94; letter-spacing: -.06em; text-wrap: balance; }
.cta-band p:not(.eyebrow) { max-width: 620px; margin: 0; color: rgb(255 255 255 / 78%); font-size: 16px; line-height: 1.65; }
.cta-band .eyebrow { color: #ffd7e3; }
.cta-band .button { margin-top: 30px; }
.cta-band--visual { min-height: clamp(430px, 40vw, 540px); display: flex; align-items: end; background: #160d14; }
.cta-band__media, .cta-band__shade { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.cta-band__media img { width: 100%; height: 100%; object-fit: cover; }
.cta-band__shade { z-index: -1; background: linear-gradient(90deg, rgb(8 6 9 / 92%) 0%, rgb(8 6 9 / 72%) 46%, rgb(8 6 9 / 18%) 78%, rgb(8 6 9 / 34%) 100%), linear-gradient(0deg, rgb(8 6 9 / 72%), transparent 55%); }
.cta-band--right .cta-band__content { margin-left: auto; }
.cta-band--right .cta-band__shade { background: linear-gradient(270deg, rgb(8 6 9 / 94%) 0%, rgb(8 6 9 / 76%) 48%, rgb(8 6 9 / 16%) 80%, rgb(8 6 9 / 34%) 100%), linear-gradient(0deg, rgb(8 6 9 / 72%), transparent 55%); }
.cta-band--midnight .cta-band__shade { background: linear-gradient(90deg, rgb(4 10 18 / 95%) 0%, rgb(4 10 18 / 74%) 48%, rgb(4 10 18 / 16%) 82%), linear-gradient(0deg, rgb(4 10 18 / 72%), transparent 56%); }
.cta-band--anime-world .cta-band__shade { background: linear-gradient(270deg, rgb(18 8 29 / 94%) 0%, rgb(18 8 29 / 70%) 48%, rgb(18 8 29 / 12%) 82%), linear-gradient(0deg, rgb(18 8 29 / 70%), transparent 56%); }
.cta-band--anime-world { border-color: rgb(180 156 255 / 32%); box-shadow: 0 30px 90px rgb(83 39 133 / 24%); }

/* Category pages */
.category-hero { position: relative; min-height: 690px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 620px); align-items: center; overflow: hidden; }
.category-hero-media { position: absolute; inset: 0; }
.category-hero-media img, .category-hero-media > div { width: 100%; height: 100%; }
.category-hero-media img { object-fit: cover; object-position: center 30%; }
.category-hero-media > div { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(9 7 10 / 97%) 0%, rgb(9 7 10 / 78%) 38%, rgb(9 7 10 / 12%) 72%), linear-gradient(0deg, rgb(9 7 10 / 88%), transparent 32%); }
.category-hero-copy { position: relative; z-index: 2; width: min(calc(100vw - (var(--gutter) * 2)), var(--content)); margin-inline: auto; padding: 110px clamp(28px, 4vw, 64px) 140px; }
.category-hero-copy h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(58px, 7.5vw, 108px); line-height: .86; letter-spacing: -.07em; }
.category-hero-copy > p:not(.eyebrow) { max-width: 550px; margin-bottom: 34px; color: #d0c6ce; font-size: 18px; line-height: 1.7; }
.category-hero-note { position: absolute; z-index: 3; right: var(--gutter); bottom: 44px; width: 320px; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 18px; padding-top: 18px; border-top: 1px solid rgb(255 255 255 / 25%); }
.category-hero-note span { color: var(--accent); font-size: 34px; font-weight: 800; line-height: 1; }
.category-hero-note p { margin: 0; color: #d0c6ce; font-size: 12px; line-height: 1.6; }
.site-category.midnight { --accent: #7cc7ff; --accent-2: #b5dcff; }
.site-category.anime-world { --accent: #b49cff; --accent-2: #ff9cb8; }
.category-hero.midnight .category-hero-media > div { background: linear-gradient(90deg, rgb(5 10 17 / 98%) 0%, rgb(6 13 21 / 78%) 40%, rgb(6 13 21 / 10%) 72%), linear-gradient(0deg, rgb(5 10 17 / 88%), transparent 30%); }
.category-hero.anime-world .category-hero-media > div { background: linear-gradient(90deg, rgb(17 10 27 / 96%) 0%, rgb(17 10 27 / 72%) 40%, rgb(17 10 27 / 8%) 75%), linear-gradient(0deg, rgb(17 10 27 / 82%), transparent 32%); }
.scenario-section { padding-block: var(--section) 60px; }
.scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.scenario-grid article { min-height: 300px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgb(255 255 255 / 5%), rgb(255 255 255 / 1%)); }
.scenario-grid article:nth-child(2) { transform: translateY(28px); }
.scenario-grid span { color: var(--accent); font-size: 11px; font-weight: 850; }
.scenario-grid h3 { margin: 100px 0 12px; font-size: 28px; line-height: 1; letter-spacing: -.045em; }
.scenario-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.category-profiles { padding-top: 100px; }
.category-feature { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(48px, 8vw, 112px); padding-block: var(--section); }
.category-feature h2 { margin-bottom: 28px; font-size: clamp(44px, 6vw, 78px); line-height: .95; letter-spacing: -.06em; }
.category-feature-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.category-feature-copy ul { max-width: 500px; margin: 32px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.category-feature-copy li { padding: 15px 0; border-bottom: 1px solid var(--line); color: #ddd3dc; font-size: 14px; }
.category-feature-copy li::before { content: "✦"; margin-right: 12px; color: var(--accent); }
.category-feature-image { aspect-ratio: 1.12 / 1; overflow: hidden; border-radius: var(--radius-lg); }
.category-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.category-feature.romance .category-feature-image { transform: rotate(1.5deg); }
.category-feature.midnight { grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); }
.category-feature.midnight .category-feature-copy { order: 2; }
.category-feature.midnight .category-feature-image { order: 1; border-radius: 8px 50px 8px 50px; }
.category-feature.anime-world .category-feature-image { border: 8px solid #21172e; box-shadow: 20px 20px 0 rgb(180 156 255 / 12%); }
.micro-faq { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: 80px; padding-block: 30px var(--section); }
.micro-faq h2 { max-width: 360px; margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.05em; }

/* Chat */
.site-chat { --accent: #86e0c0; --accent-2: #c0ffe7; }
.chat-hero { min-height: 700px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, .8fr); align-items: center; gap: clamp(50px, 9vw, 130px); padding-block: clamp(70px, 9vw, 120px); }
.chat-copy h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(58px, 7.5vw, 108px); line-height: .88; letter-spacing: -.07em; }
.chat-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 18px; }
.chat-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.chat-pills span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 11px; }
.chat-window { overflow: hidden; border: 1px solid rgb(255 255 255 / 14%); border-radius: 30px; background: #151318; box-shadow: 0 38px 110px rgb(0 0 0 / 48%), 0 0 0 12px rgb(255 255 255 / 2%); transform: rotate(1.5deg); }
.chat-window-top { height: 78px; display: flex; align-items: center; gap: 12px; padding: 0 18px; border-bottom: 1px solid var(--line); }
.avatar-letter { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--accent), #276d58); color: #071b14; font-weight: 900; }
.chat-window-top > div { flex: 1; display: grid; }
.chat-window-top b { font-size: 14px; }
.chat-window-top small { color: var(--quiet); font-size: 10px; }
.chat-window-top small i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: var(--accent); }
.chat-window-top button { border: 0; background: transparent; color: var(--muted); }
.messages { min-height: 410px; display: flex; flex-direction: column; justify-content: flex-end; gap: 12px; padding: 26px 20px; background: radial-gradient(circle at 50% 20%, rgb(134 224 192 / 8%), transparent 18rem); }
.message { max-width: 80%; margin: 0; padding: 13px 15px; border-radius: 18px; font-size: 13px; line-height: 1.5; }
.message.companion { align-self: flex-start; border-bottom-left-radius: 5px; background: #29232b; color: #e8e0e6; }
.message.user { align-self: flex-end; border-bottom-right-radius: 5px; background: var(--accent); color: #071b14; }
.typing { width: 52px; display: flex; gap: 4px; padding: 12px; border-radius: 14px; background: #29232b; }
.typing i { width: 5px; height: 5px; border-radius: 50%; background: var(--muted); animation: typing 1.2s infinite; }
.typing i:nth-child(2) { animation-delay: .15s; }
.typing i:nth-child(3) { animation-delay: .3s; }
@keyframes typing { 50% { opacity: .3; transform: translateY(-2px); } }
.composer { height: 68px; display: flex; align-items: center; justify-content: space-between; margin: 0 14px 14px; padding: 0 10px 0 16px; border: 1px solid var(--line); border-radius: 18px; color: var(--quiet); font-size: 12px; }
.composer b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; background: var(--accent); color: #071b14; font-size: 18px; }
.chat-bento { padding-block: var(--section); }
.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bento-grid article { min-height: 300px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.bento-grid .bento-wide { grid-column: span 2; background: linear-gradient(145deg, #1f332d, #141a18); }
.bento-grid .bento-accent { background: var(--accent); color: #092018; }
.bento-grid span { color: var(--accent); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.bento-grid .bento-accent span { color: #25604e; }
.bento-grid h3 { max-width: 520px; margin: 110px 0 12px; font-size: 29px; line-height: 1; letter-spacing: -.05em; }
.bento-grid p { max-width: 500px; margin: 0; color: var(--muted); font-size: 13px; }
.bento-grid .bento-accent p { color: #225c49; }
.chat-steps { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: 80px; padding-block: var(--section); border-top: 1px solid var(--line); }
.chat-steps h2 { max-width: 560px; font-size: clamp(46px, 6vw, 78px); line-height: .95; letter-spacing: -.06em; }
.chat-steps ol { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.chat-steps li { display: grid; grid-template-columns: 160px 1fr; gap: 30px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.chat-steps li span { font-weight: 800; }
.chat-steps li p { margin: 0; color: var(--muted); }
.path-cards { padding-block: var(--section); }
.path-cards > div:last-child { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.path-cards a { min-height: 240px; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); text-decoration: none; transition: background .25s ease, transform .25s ease; }
.path-cards a:hover { transform: translateY(-5px); background: #202328; }
.path-cards span { margin-bottom: auto; color: var(--quiet); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.path-cards h3 { margin-bottom: 14px; font-size: 32px; letter-spacing: -.05em; }
.path-cards b { color: var(--accent); font-size: 12px; }

/* Help */
.site-help { --accent: #ffca78; --accent-2: #ffe5b8; }
.help-hero { padding-block: 110px var(--section); }
.help-hero h1 { max-width: 850px; margin-bottom: 22px; font-size: clamp(62px, 8vw, 116px); line-height: .88; letter-spacing: -.07em; }
.help-hero > p:not(.eyebrow) { max-width: 610px; color: var(--muted); font-size: 18px; }
.help-jumps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 64px; }
.help-jumps a { min-height: 140px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); font-size: 14px; font-weight: 750; text-decoration: none; transition: transform .25s ease, border-color .25s ease; }
.help-jumps a:hover { transform: translateY(-4px); border-color: var(--accent); }
.help-jumps span { color: var(--accent); font-size: 11px; }
.help-guides { border-top: 1px solid var(--line); }
.help-guides article { display: grid; grid-template-columns: 160px minmax(260px, .8fr) minmax(300px, 1fr); gap: 50px; align-items: start; padding-block: 60px; border-bottom: 1px solid var(--line); }
.help-guides article > .eyebrow { margin-top: 10px; }
.help-guides h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.05em; }
.help-guides article > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.7; }
.help-guides .inline-links, .help-guides .text-link, .help-guides .button { grid-column: 3; }
.inline-links { display: flex; flex-wrap: wrap; gap: 8px; }
.inline-links a { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: #ddd4db; font-size: 11px; text-decoration: none; }
.site-help .micro-faq { padding-top: var(--section); }

/* Legal */
.site-legal { --accent: #b9a8ff; }
.site-legal .site-nav { position: relative; }
.legal-shell { display: grid; grid-template-columns: 190px minmax(0, 760px); justify-content: center; gap: clamp(60px, 10vw, 150px); padding-block: 90px var(--section); }
.legal-shell aside { position: sticky; top: 30px; align-self: start; display: grid; gap: 8px; }
.legal-shell aside a { padding: 8px 0; color: var(--quiet); font-size: 13px; text-decoration: none; }
.legal-shell aside a[aria-current="page"], .legal-shell aside a:hover { color: #fff; }
.legal-copy > h1 { margin-bottom: 24px; font-size: clamp(48px, 6vw, 78px); line-height: .95; letter-spacing: -.06em; }
.legal-copy > p:first-of-type { color: var(--accent); font-size: 13px; font-weight: 750; }
.legal-copy h2 { margin: 56px 0 18px; font-size: 25px; letter-spacing: -.035em; }
.legal-copy p, .legal-copy li { color: #b9afb8; font-size: 15px; line-height: 1.82; }
.legal-copy a { color: #fff; text-decoration-color: var(--accent); text-underline-offset: 4px; }
.legal-copy code { padding: 2px 6px; border-radius: 5px; background: var(--surface); color: #ddd6ff; }

/* Footer */
.site-footer { width: min(calc(100% - (var(--gutter) * 2)), var(--content)); display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 60px; margin: 100px auto 0; padding: 54px 0 32px; border-top: 1px solid var(--line); }
.footer-brand > p { max-width: 440px; margin: 22px 0 0; color: var(--quiet); font-size: 12px; }
.footer-brand .disclosure { color: #6f6670; }
.site-footer > div:not(.footer-brand) { display: grid; align-content: start; gap: 10px; }
.site-footer > div:not(.footer-brand) a { color: var(--muted); font-size: 12px; text-decoration: none; }
.site-footer > div:not(.footer-brand) a:hover { color: #fff; }
.footer-label { margin-bottom: 12px; color: #fff; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.footer-end { grid-column: 1 / -1; margin: 38px 0 0; padding-top: 24px; border-top: 1px solid var(--line); color: #655c66; font-size: 10px; }

/* Reveal enhancement */
.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .desktop-links, .nav-action { display: none; }
  .site-nav { grid-template-columns: 1fr auto; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; cursor: pointer; list-style: none; }
  .mobile-menu summary span { width: 22px; height: 1px; display: block; background: #fff; }
  .mobile-menu nav { position: absolute; right: 0; top: 50px; min-width: 240px; display: grid; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: #171219; box-shadow: 0 24px 70px rgb(0 0 0 / 48%); }
  .mobile-menu nav a { padding: 10px 12px; color: var(--muted); font-size: 13px; text-decoration: none; }
  .mobile-menu nav .button { margin-top: 8px; color: #1c0910; }
  .profile-grid { grid-template-columns: repeat(3, 1fr); }
  .profile-card:nth-child(n) { transform: none; }
  .profile-card:nth-child(n):hover { transform: translateY(-5px); }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-card:last-child { grid-column: 1 / -1; min-height: 300px; }
  .chat-hero { grid-template-columns: 1fr 420px; gap: 50px; }
  .help-jumps { grid-template-columns: repeat(2, 1fr); }
  .help-guides article { grid-template-columns: 120px 1fr; }
  .help-guides article > p:not(.eyebrow), .help-guides .inline-links, .help-guides .text-link, .help-guides .button { grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --gutter: 20px; --section: 82px; --radius: 18px; --radius-lg: 24px; }
  .site-nav { min-height: 66px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading h2 { font-size: clamp(38px, 12vw, 56px); }
  .home-hero { min-height: 760px; align-items: end; }
  .home-hero-media img { object-position: 62% top; }
  .hero-vignette { background: linear-gradient(0deg, rgb(8 6 10 / 98%) 0%, rgb(8 6 10 / 72%) 45%, rgb(8 6 10 / 10%) 78%), linear-gradient(90deg, rgb(8 6 10 / 28%), transparent); }
  .home-hero-copy { padding: 340px 0 124px; }
  .home-hero-copy h1 { font-size: clamp(55px, 18vw, 80px); }
  .home-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { margin-top: -82px; gap: 18px; overflow-x: auto; }
  .hero-proof span { min-width: 120px; }
  .profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .profile-card-copy { min-height: 218px; padding: 14px; }
  .profile-name h3 { font-size: 19px; }
  .profile-identity { min-height: 38px; font-size: 11px; }
  .trait-list { gap: 4px; }
  .trait-list li { padding: 4px 6px; font-size: 9px; }
  .profile-teaser { font-size: 10px; }
  .online-dot { left: 9px; bottom: 9px; padding: 5px 7px; font-size: 8px; }
  .feature-ribbon { grid-template-columns: 1fr; }
  .feature-ribbon > div { padding: 28px 0; }
  .feature-ribbon > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .feature-ribbon h3 { margin-top: 18px; }
  .editorial-split, .creation-split, .category-feature { grid-template-columns: 1fr; gap: 42px; }
  .editorial-image { transform: none; }
  .editorial-copy h2, .creation-copy h2, .category-feature h2 { font-size: clamp(42px, 13vw, 62px); }
  .category-grid, .quote-grid, .scenario-grid, .path-cards > div:last-child { grid-template-columns: 1fr; }
  .category-card, .category-card:last-child { grid-column: auto; min-height: 320px; }
  .creation-split .creation-copy { order: 2; }
  .creation-split .creation-image { order: 1; }
  .quote-grid blockquote { min-height: 220px; }
  .cta-band { min-height: 430px; }
  .cta-band--visual { min-height: 620px; align-items: end; padding: 30px 24px; }
  .cta-band--visual .cta-band__media img { object-position: center; }
  .cta-band--visual .cta-band__shade, .cta-band--right .cta-band__shade, .cta-band--midnight .cta-band__shade, .cta-band--anime-world .cta-band__shade { background: linear-gradient(0deg, rgb(8 6 9 / 98%) 0%, rgb(8 6 9 / 84%) 40%, rgb(8 6 9 / 18%) 74%, rgb(8 6 9 / 8%) 100%); }
  .cta-band h2 { font-size: clamp(42px, 12vw, 52px); }
  .cta-band p:not(.eyebrow) { font-size: 14px; }
  .cta-band .button { width: 100%; justify-content: space-between; }
  .category-hero { min-height: 730px; align-items: end; }
  .category-hero-media img { object-position: 58% top; }
  .category-hero-media > div, .category-hero.midnight .category-hero-media > div, .category-hero.anime-world .category-hero-media > div { background: linear-gradient(0deg, rgb(9 7 10 / 98%) 0%, rgb(9 7 10 / 70%) 48%, transparent 82%); }
  .category-hero-copy { padding: 350px 28px 120px; width: 100%; }
  .category-hero-copy h1 { font-size: clamp(54px, 17vw, 78px); }
  .category-hero-note { left: var(--gutter); right: var(--gutter); bottom: 28px; width: auto; }
  .scenario-grid article:nth-child(2) { transform: none; }
  .scenario-grid article { min-height: 230px; }
  .scenario-grid h3 { margin-top: 62px; }
  .category-feature.midnight .category-feature-copy { order: 2; }
  .category-feature.midnight .category-feature-image { order: 1; }
  .micro-faq { grid-template-columns: 1fr; gap: 36px; }
  .chat-hero { grid-template-columns: 1fr; padding-top: 86px; }
  .chat-copy h1 { font-size: clamp(54px, 16vw, 76px); }
  .chat-window { transform: none; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-grid .bento-wide { grid-column: auto; }
  .chat-steps { grid-template-columns: 1fr; gap: 30px; }
  .chat-steps li { grid-template-columns: 120px 1fr; }
  .help-hero { padding-top: 86px; }
  .help-hero h1 { font-size: clamp(55px, 17vw, 80px); }
  .help-jumps { grid-template-columns: 1fr 1fr; }
  .help-guides article { grid-template-columns: 1fr; gap: 18px; }
  .help-guides article > p:not(.eyebrow), .help-guides .inline-links, .help-guides .text-link, .help-guides .button { grid-column: 1; }
  .legal-shell { grid-template-columns: 1fr; gap: 46px; padding-top: 64px; }
  .legal-shell aside { position: static; grid-template-columns: repeat(3, auto); justify-content: start; gap: 22px; border-bottom: 1px solid var(--line); }
  .legal-shell aside .eyebrow { grid-column: 1 / -1; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 46px 24px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 430px) {
  .profile-card-copy { min-height: 230px; }
  .profile-teaser { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
  .help-jumps { grid-template-columns: 1fr; }
  .chat-steps li { grid-template-columns: 1fr; gap: 8px; }
}

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