:root {
  color-scheme: dark;
  --night: #0b090c;
  --night-2: #151117;
  --night-3: #211720;
  --paper: #f4f0eb;
  --paper-2: #ebe4df;
  --ink: #1b151a;
  --muted: #746a70;
  --line: rgba(27, 21, 26, .16);
  --line-dark: rgba(255, 255, 255, .16);
  --pink: #e33c73;
  --pink-soft: #ffb5cc;
  --violet: #8d4dff;
  --cyan: #55e6ff;
  --amber: #ffbd62;
  --white: #fffaf7;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 28px 80px rgba(0, 0, 0, .32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; background: #f6f3f7; color: var(--ink); font: 17px/1.65 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-rendering: optimizeLegibility; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; text-decoration-thickness: 1px; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--pink-soft); outline-offset: 4px; }
[hidden] { display: none !important; }
[id] { scroll-margin-top: 140px; }
main { overflow: clip; }

.skip-link { position: fixed; left: 1rem; top: .5rem; z-index: 1000; padding: .7rem 1rem; background: var(--pink); color: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { height: 72px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; position: sticky; top: 0; z-index: 40; color: var(--white); background: rgba(9, 6, 15, .94); border-bottom: 1px solid rgba(255,255,255,.13); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .72rem; color: var(--white); text-decoration: none; text-transform: uppercase; letter-spacing: .04em; line-height: .88; }
.brand .brand-sigil { width: 44px; height: 44px; display: grid; place-items: center; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.36); border-radius: 13px 4px 13px 4px; background: linear-gradient(135deg, var(--pink), var(--violet) 55%, var(--cyan)); box-shadow: 0 8px 26px rgba(141,77,255,.3); color: var(--white); font-size: .74rem; font-weight: 950; letter-spacing: -.02em; transform: rotate(-3deg); }
.brand .brand-sigil::after { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(255,255,255,.32); border-radius: 9px 2px 9px 2px; }
.brand strong { display: grid; gap: .16rem; font-size: .78rem; }
.brand strong b { color: var(--white); font-size: .84rem; letter-spacing: .08em; }
.brand strong em { color: var(--pink-soft); font-size: .68rem; font-style: normal; letter-spacing: .22em; }
.site-header nav { justify-self: center; display: flex; align-items: center; gap: clamp(1.1rem, 3vw, 2.6rem); }
.site-header nav a { min-height: 44px; display: inline-flex; align-items: center; position: relative; color: #c9bec5; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; text-decoration: none; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { color: var(--white); }
.site-header nav a[aria-current="page"]::after { content: ""; height: 2px; background: var(--pink); position: absolute; bottom: 0; left: 0; right: 0; }
.site-actions { display: flex; align-items: center; gap: .8rem; }
.site-mark { color: #cab9d7; font-size: .68rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.header-cta { min-height: 54px; padding: .72rem .82rem .72rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border: 1px solid rgba(255,255,255,.34); border-radius: 16px 5px 16px 5px; color: var(--white); background: linear-gradient(115deg, #ff2f74, #c13dff 55%, #745dff); background-size: 180% 180%; box-shadow: 0 14px 38px rgba(227,60,115,.34), inset 0 1px rgba(255,255,255,.3); text-decoration: none; font-family: "Avenir Next", "SF Pro Display", "Segoe UI", sans-serif; font-size: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .055em; white-space: nowrap; animation: cta-breathe 2.8s ease-in-out infinite, gradient-shift 4.8s ease infinite; transition: transform .2s ease, filter .2s ease, box-shadow .2s ease; }
.header-cta small { color: #ffe0ea; font-size: .58rem; letter-spacing: .08em; }
.header-cta > span, .button > span[aria-hidden="true"] { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: rgba(255,255,255,.14); box-shadow: inset 0 1px rgba(255,255,255,.18); font-size: .95em; transition: transform .2s ease, background .2s ease; }
.header-cta > span { width: 27px; height: 27px; flex-basis: 27px; }
.header-cta:hover { filter: brightness(1.1); transform: translateY(-2px); box-shadow: 0 18px 46px rgba(193,61,255,.4), inset 0 1px rgba(255,255,255,.34); }
.header-cta:hover > span, .button:hover > span[aria-hidden="true"] { transform: translate(2px, -2px); background: rgba(255,255,255,.22); }

.editorial-hero, .guide-hero, .trust-page > header { color: var(--white); background: var(--night); }
.editorial-hero { min-height: calc(100svh - 72px); padding: clamp(34px, 3.6vw, 52px) max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr); grid-template-rows: auto auto auto auto auto auto; align-content: center; column-gap: clamp(2.5rem, 5vw, 5rem); position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 18% 8%, rgba(141,77,255,.28), transparent 34%), radial-gradient(circle at 78% 82%, rgba(227,60,115,.28), transparent 38%), linear-gradient(145deg, #08060d 0%, #160b18 50%, #0b0912 100%); }
.editorial-hero::before { content: ""; width: 420px; height: 420px; position: absolute; left: -240px; bottom: -240px; border: 1px solid rgba(85,230,255,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(85,230,255,.03), 0 0 0 140px rgba(141,77,255,.025); }
.editorial-hero > :not(.funnel-gallery) { grid-column: 1; position: relative; z-index: 3; }
.editorial-hero .editorial-hero-media { grid-column: 2; grid-row: 1 / 8; width: 82%; height: min(72svh, 680px); justify-self: end; align-self: center; }
.editorial-hero .editorial-hero-motion { grid-column: 2; grid-row: 1 / 8; width: 42%; height: min(36svh, 310px); justify-self: start; align-self: end; z-index: 3; margin-bottom: 2rem; border: 7px solid var(--night); }
.editorial-hero .editorial-hero-media figcaption, .editorial-hero .editorial-hero-motion figcaption { display: none; }
.eyebrow { margin: 0 0 1.1rem; color: var(--pink-soft); font-size: .8rem; line-height: 1.25; font-weight: 850; text-transform: uppercase; letter-spacing: .15em; }
h1, h2, h3, .finding-title { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
h1 { max-width: 780px; margin: 0; font-size: clamp(3.4rem, 6.5vw, 6.2rem); }
.editorial-hero h1 { max-width: 650px; font-size: clamp(3.3rem, 5vw, 5rem); }
h2 { margin: 0 0 1.5rem; font-size: clamp(2.3rem, 4.4vw, 4.4rem); }
h3, .finding-title { margin: 0 0 .85rem; font-size: clamp(1.65rem, 2.8vw, 2.55rem); }
.lede { max-width: 760px; margin: 1.5rem 0 0; color: #d2c8ce; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.62; }
.hero-verdict, .guide-summary { max-width: 780px; margin: 1.7rem 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.hero-verdict p, .guide-summary p { margin: 0; padding: .9rem 1rem .9rem 0; color: #c7bbc2; font-size: .88rem; line-height: 1.42; }
.hero-verdict p + p, .guide-summary p + p { padding-left: 1rem; border-left: 1px solid var(--line-dark); }
.hero-verdict strong, .guide-summary strong { display: block; margin-bottom: .3rem; color: var(--white); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.editorial-note { max-width: 720px; margin: 1.2rem 0 0; color: var(--pink-soft); font-size: .82rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.editorial-hero .lede { margin-top: 1.2rem; }
.editorial-hero .hero-verdict { margin-top: 1.3rem; }
.editorial-hero .editorial-note { margin-top: .9rem; }
.editorial-hero .button-row { max-width: 650px; margin-top: 1rem; }

.button-row { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .85rem; margin-top: 1.4rem; }
.button { min-height: 60px; padding: 1rem 1.15rem 1rem 1.75rem; display: inline-flex; justify-content: center; align-items: center; gap: .9rem; position: relative; isolation: isolate; border: 1px solid transparent; border-radius: 18px 6px 18px 6px; text-decoration: none; text-align: center; text-transform: uppercase; letter-spacing: .055em; font-family: "Avenir Next", "SF Pro Display", "Segoe UI", sans-serif; font-size: .9rem; font-weight: 850; line-height: 1.15; cursor: pointer; box-shadow: 0 10px 26px rgba(38,18,36,.14), inset 0 1px rgba(255,255,255,.18); transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-3px) scale(1.012); box-shadow: 0 18px 38px rgba(38,18,36,.22), inset 0 1px rgba(255,255,255,.24); }
.button:active { transform: translateY(0); }
.button-primary { border-color: rgba(255,255,255,.28); background: linear-gradient(115deg, #ed2e70, #b43eff 62%, #765cff); color: var(--white); }
.button-primary:hover { background: linear-gradient(115deg, #ff3c7f, #c14dff 62%, #856dff); }
.button-glow { position: relative; overflow: hidden; border-color: rgba(255,255,255,.34); background: linear-gradient(115deg, #ff2f74 0%, #bd38ff 56%, #6f62ff 100%); background-size: 180% 180%; box-shadow: 0 16px 42px rgba(183,54,255,.36), 0 0 0 1px rgba(255,255,255,.08), inset 0 1px rgba(255,255,255,.32); animation: cta-breathe 2.8s ease-in-out infinite, gradient-shift 4.8s ease infinite; }
.button-glow::before { content: ""; width: 45%; height: 180%; position: absolute; top: -40%; left: -60%; z-index: -1; transform: rotate(18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent); pointer-events: none; animation: cta-sheen 3.2s ease-in-out infinite; transition: left .55s ease; }
.button-glow:hover::before { left: 120%; }
.editorial-hero .button-primary, .guide-hero .button-primary, .final-within .button-primary, .footer-copy .button-primary { min-height: 68px; padding: 1.08rem 1.18rem 1.08rem 2rem; font-size: .96rem; }
.editorial-hero .button-primary, .section-cta .button-primary { width: min(100%, 380px); }
.section-cta { margin-top: 2rem; }
.button-secondary { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.045); color: var(--white); backdrop-filter: blur(10px); }
.button-secondary:hover { background: var(--white); color: var(--night); }
.final-within > .button { width: min(100%, 390px); margin: 1.6rem auto 0; display: flex; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: .55rem; margin-top: 1rem; color: #a81f50; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }

.jump-nav { min-height: 54px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; gap: 2rem; position: sticky; top: 72px; z-index: 25; overflow-x: auto; background: rgba(244, 240, 235, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); scrollbar-width: none; }
.jump-nav a { min-height: 44px; display: inline-flex; align-items: center; color: #55464f; font-size: .8rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; text-decoration: none; white-space: nowrap; }
.jump-nav a:hover { color: var(--pink); }

.content-section { max-width: var(--max); margin: 0 auto; padding: clamp(72px, 8vw, 112px) 24px; display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 4.5rem); border-bottom: 1px solid var(--line); }
.section-number { padding-top: .55rem; color: #a81f50; font-size: .8rem; font-weight: 900; letter-spacing: .12em; border-top: 2px solid var(--pink); }
.section-copy { max-width: 960px; }
.section-copy { min-width: 0; width: 100%; }
.section-copy > p { max-width: 820px; }
.section-copy > p:first-of-type { font-size: 1.08em; }
.content-section--dark { max-width: none; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: var(--night-2); color: var(--white); }
.content-section--dark .section-copy > p { color: #cbbfc6; }
.content-section--dark .text-link { color: var(--pink-soft); }
.content-section--accent { max-width: none; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: #f3c4d2; }

.media-frame, .motion-frame { margin: 0; overflow: hidden; position: relative; border-radius: var(--radius); background: var(--night-3); box-shadow: var(--shadow); }
.media-frame picture, .media-frame img, .motion-frame video { width: 100%; height: 100%; }
.media-frame img, .motion-frame video { object-fit: cover; background: var(--night-3); }
.media-frame figcaption, .motion-frame figcaption { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 3.2rem 1rem 1rem; display: flex; justify-content: space-between; gap: 1rem; color: var(--white); background: linear-gradient(transparent, rgba(5, 3, 5, .86)); font-size: .75rem; line-height: 1.35; }
.media-frame figcaption span, .motion-frame figcaption span { color: var(--pink-soft); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.media-frame--nude::after { content: "18+ · AI-GENERATED"; position: absolute; top: .8rem; right: .8rem; z-index: 3; padding: .35rem .55rem; border-radius: 999px; color: var(--white); background: rgba(11, 9, 12, .76); backdrop-filter: blur(10px); font-size: .68rem; font-weight: 850; letter-spacing: .08em; }
.motion-frame video:not([src]) { min-height: 320px; }

.funnel-gallery { height: min(74svh, 660px); grid-column: 2; grid-row: 1 / 8; align-self: center; position: relative; display: grid; grid-template-columns: 1.12fr .72fr .72fr .72fr; grid-template-rows: 1fr 1fr; gap: 10px; transform: perspective(1400px) rotateY(-3deg); }
.funnel-gallery::before { content: ""; position: absolute; inset: 8% -8% -8% 10%; z-index: -1; border-radius: 44px; background: linear-gradient(135deg, rgba(85,230,255,.16), rgba(141,77,255,.16) 48%, rgba(227,60,115,.18)); filter: blur(2px); }
.funnel-gallery .media-frame, .funnel-gallery .motion-frame { width: 100%; height: 100%; min-height: 0; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 28px 70px rgba(0,0,0,.38); }
.funnel-gallery .media-frame figcaption, .funnel-gallery .motion-frame figcaption { display: none; }
.funnel-gallery .motion-frame video:not([src]) { min-height: 0; }
.funnel-gallery__item--lead { grid-column: 1; grid-row: 1 / 3; border-radius: 82px 16px 16px 16px; }
.funnel-gallery__item--motion-a { grid-column: 2; grid-row: 1; border-radius: 16px; }
.funnel-gallery__item--nude { grid-column: 2; grid-row: 2; border-radius: 16px; }
.funnel-gallery__item--motion-b { grid-column: 3; grid-row: 1; border-radius: 16px; }
.funnel-gallery__item--portrait { grid-column: 3; grid-row: 2; border-radius: 16px; }
.funnel-gallery__item--explicit-a { grid-column: 4; grid-row: 1; border-radius: 16px 66px 16px 16px; }
.funnel-gallery__item--explicit-b { grid-column: 4; grid-row: 2; border-radius: 16px 16px 66px 16px; }
.funnel-gallery .funnel-gallery__item--round { width: 22%; height: 27%; position: absolute; right: 20%; bottom: -3%; z-index: 3; border: 7px solid #100a15 !important; border-radius: 50%; transform: rotate(-5deg); }

@keyframes cta-breathe { 0%, 100% { box-shadow: 0 12px 32px rgba(227,60,115,.28), inset 0 1px rgba(255,255,255,.2); } 50% { box-shadow: 0 15px 48px rgba(141,77,255,.5), 0 0 0 5px rgba(85,230,255,.08), inset 0 1px rgba(255,255,255,.3); } }
@keyframes gradient-shift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes cta-sheen { 0%, 42% { left: -60%; } 64%, 100% { left: 125%; } }

.kicker { margin: 0 0 .9rem !important; color: #b8295d; font-size: .75rem !important; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.answer-card { margin-top: 1.6rem; padding: 1.3rem 1.5rem; display: grid; grid-template-columns: 150px 1fr; gap: 1.2rem; align-items: center; border: 1px solid rgba(141,77,255,.22); border-radius: 18px; background: linear-gradient(120deg, rgba(141,77,255,.08), rgba(227,60,115,.06)); }
.answer-card strong { color: #8e1d4c; text-transform: uppercase; letter-spacing: .08em; font-size: .75rem; }
.answer-card span { font: 500 1.25rem/1.35 Georgia, serif; }
.workflow-grid, .possibility-grid { margin: 2rem 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.workflow-grid article { padding: 1.35rem; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); }
.workflow-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 1.4rem; border-radius: 50%; color: var(--night); background: linear-gradient(135deg, var(--cyan), #c3ffef); font-size: .72rem; font-weight: 950; }
.workflow-grid h3 { margin-bottom: .7rem; font-size: 1.4rem; }
.workflow-grid p { margin: 0; color: #cbbfc6; font-size: .9rem; line-height: 1.55; }
.content-section--possibilities { background: linear-gradient(180deg, #f7f3f7, #eee8f4); }
.possibility-grid article { min-height: 180px; padding: 1.4rem; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; border: 1px solid rgba(27,21,26,.12); border-radius: 24px; background: #fff; box-shadow: 0 16px 40px rgba(57,30,58,.07); }
.possibility-grid article::before { content: ""; width: 90px; height: 90px; position: absolute; right: -24px; top: -28px; border-radius: 50%; background: linear-gradient(135deg, rgba(227,60,115,.24), rgba(141,77,255,.24)); }
.possibility-grid strong { margin-bottom: .55rem; font: 500 1.45rem/1.05 Georgia, serif; }
.possibility-grid span { color: var(--muted); font-size: .88rem; line-height: 1.5; }
.conversion-band { max-width: var(--max); margin: clamp(44px, 6vw, 84px) auto; padding: clamp(2rem, 5vw, 4.4rem); display: grid; grid-template-columns: minmax(0, 1fr); justify-items: center; gap: 2rem; align-items: center; position: relative; overflow: hidden; border-radius: 32px; color: var(--white); background: radial-gradient(circle at 10% 10%, rgba(85,230,255,.28), transparent 35%), linear-gradient(120deg, #171023, #50103d 55%, #8d2c6c); box-shadow: 0 32px 80px rgba(64,20,60,.22); text-align: center; }
.conversion-band::after { content: "18+"; position: absolute; right: 18%; top: -42%; color: rgba(255,255,255,.05); font: 500 15rem/1 Georgia, serif; }
.conversion-band > * { position: relative; z-index: 1; }
.conversion-band h2 { max-width: 780px; margin: 0 auto 1rem; font-size: clamp(2.4rem, 4.5vw, 4.8rem); }
.conversion-band p:not(.eyebrow) { max-width: 720px; margin-inline: auto; color: #d8cbd4; }
.conversion-band .button { width: min(100%, 430px); min-height: 70px; padding: 1.1rem 1.2rem 1.1rem 2rem; font-size: .98rem; }
.button-card { width: min(100%, 350px); min-width: 280px; margin-top: auto; align-self: center; border-color: rgba(255,255,255,.28); color: var(--white); background: linear-gradient(115deg, #d72d68, #8c3df0); box-shadow: 0 14px 34px rgba(140,61,240,.24), inset 0 1px rgba(255,255,255,.24); }
.button-card:hover { color: var(--white); background: linear-gradient(115deg, #f23b7b, #a653ff); }
.finding-card { display: flex; flex-direction: column; box-shadow: 0 18px 50px rgba(48,25,42,.06); }
.content-section--prompt-bridge { max-width: none; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: radial-gradient(circle at 88% 22%, rgba(85,230,255,.14), transparent 30%), #18111d; color: var(--white); }
.content-section--prompt-bridge .section-number, .content-section--prompt-bridge .kicker { color: var(--cyan); border-color: var(--cyan); }
.content-section--prompt-bridge p { color: #cbbfc6; }
.button-ink { color: var(--white); border-color: rgba(255,255,255,.35); }

.casting-deck { min-height: 740px; padding: clamp(68px, 8vw, 108px) max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: minmax(300px, .78fr) minmax(420px, 1fr); gap: clamp(2rem, 6vw, 6rem); background: var(--night); color: var(--white); border-top: 1px solid var(--line-dark); }
.deck-copy { align-self: center; }
.deck-copy > p:not(.eyebrow) { max-width: 500px; color: #bfb2ba; }
.deck-controls { margin-top: 2rem; display: grid; border-top: 1px solid var(--line-dark); }
.deck-controls button { min-height: 48px; padding: .8rem 0; display: flex; align-items: center; gap: 1rem; border: 0; border-bottom: 1px solid var(--line-dark); background: transparent; color: #958891; text-align: left; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; cursor: pointer; }
.deck-controls button span { color: var(--pink-soft); }
.deck-controls button[aria-selected="true"] { color: var(--white); padding-left: .65rem; }
.deck-stage { min-width: 0; width: min(100%, 520px); position: relative; align-self: center; justify-self: end; }
.deck-slide, .deck-slide .media-frame, .deck-slide .motion-frame { height: 610px; }
.deck-slide { position: relative; }
.deck-action { position: absolute; z-index: 5; top: 14px; left: 14px; max-width: calc(100% - 28px); min-height: 44px; padding: .65rem .85rem; display: inline-flex; align-items: center; border-radius: 999px; color: var(--white); background: rgba(11, 9, 12, .78); border: 1px solid rgba(255, 255, 255, .28); backdrop-filter: blur(12px); text-decoration: none; text-transform: uppercase; letter-spacing: .07em; font-size: .75rem; font-weight: 800; }
.deck-action span { margin-left: .5rem; color: var(--pink-soft); }
.deck-arrows { position: absolute; left: 14px; bottom: 58px; z-index: 6; display: flex; gap: 8px; }
.deck-arrows button { width: 44px; height: 44px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; background: rgba(11, 9, 12, .82); color: var(--white); cursor: pointer; }
.deck-arrows button:hover { background: var(--pink); }
.deck-index { position: absolute; right: 16px; bottom: 18px; z-index: 5; display: flex; gap: .5rem; color: #c8bbc3; font-size: .75rem; }
.deck-index i { width: 56px; height: 1px; align-self: center; background: linear-gradient(90deg, var(--pink), rgba(255,255,255,.3)); }

.media-band, .closing-portrait, .prompt-checkpoint { max-width: var(--max); margin: 0 auto; padding: clamp(64px, 8vw, 104px) 24px; display: grid; grid-template-columns: minmax(300px, .78fr) minmax(320px, 1fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.media-band .motion-frame, .media-band .media-frame, .closing-portrait .media-frame, .prompt-checkpoint .media-frame { height: min(64vw, 590px); }
.media-band:not(.media-band--motion) .button-secondary { color: var(--ink); border-color: rgba(27,21,26,.32); }
.media-band--motion { max-width: none; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: #25121c; color: var(--white); }
.media-band--motion p { color: #cbbfc6; }
.media-band--motion .text-link { color: var(--pink-soft); }
.media-band--prompt { direction: rtl; }
.media-band--prompt > * { direction: ltr; }
.closing-portrait { border-top: 1px solid var(--line); }
.prompt-checkpoint--reverse .media-frame { grid-column: 2; grid-row: 1; }
.prompt-checkpoint--reverse > div { grid-column: 1; grid-row: 1; }

.contact-sheet { max-width: var(--max); margin: 0 auto; padding: 36px 24px 92px; display: grid; grid-template-columns: .85fr 1.15fr .92fr; gap: 12px; align-items: end; }
.contact-sheet .media-frame { height: 430px; }
.contact-sheet .media-frame:nth-child(2) { height: 560px; }
.contact-sheet .media-frame:nth-child(3) { height: 390px; }
.finding-grid, .prompt-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.finding-card, .prompt-grid article { padding: clamp(1.4rem, 3vw, 2.4rem); border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .42); }
.finding-card--single { max-width: 880px; }
.rank, .prompt-index { color: #a81f50; font-size: .75rem !important; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.source-label { display: inline; color: #8b1942; font-size: .82rem; font-weight: 750; }

.table-filters { margin: 1.7rem 0 .9rem; display: flex; flex-wrap: wrap; gap: .55rem; }
.chip { min-width: 44px; min-height: 44px; padding: .6rem .9rem; border: 1px solid #b8acb2; border-radius: 999px; background: transparent; color: #4d4048; font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; cursor: pointer; }
.chip.is-active { background: var(--night); color: var(--white); border-color: var(--night); }
.copy-control { display: block; margin-top: 1rem; color: var(--white); border-color: var(--line-dark); }
.content-section--examples .copy-control { color: var(--ink); border-color: #b8acb2; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
table { width: 100%; min-width: 980px; border-collapse: collapse; background: #fffaf6; font-size: .94rem; line-height: 1.43; }
th, td { padding: .95rem .8rem; border-bottom: 1px solid #ded5d9; border-right: 1px solid #e6dfe2; text-align: left; vertical-align: top; }
.service-lockup { display: inline-flex; align-items: center; gap: .55rem; white-space: nowrap; }
.brand-badge { width: 32px; height: 32px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: #fff; background: #2a1824; box-shadow: inset 0 1px rgba(255,255,255,.24); font-size: .78rem; font-weight: 950; }
.brand-badge--love { background: linear-gradient(135deg, #ff4a85, #8d4dff); }
.brand-badge--candy { background: linear-gradient(135deg, #ff72ba, #ff4b62); }
.brand-badge--go { background: linear-gradient(135deg, #694dff, #55e6ff); }
.brand-badge--crush { background: linear-gradient(135deg, #ff5f45, #b72d73); }
.brand-badge--joy { background: linear-gradient(135deg, #16131f, #8765ff); }
thead th { position: sticky; top: 0; background: var(--night); color: var(--white); font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; }
.status { display: inline-flex; padding: .22rem .48rem; border-radius: 999px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.status--strong { color: #6f1032; background: #ffd4e1; }
.status--adjacent { color: #493b43; background: #e7dfe3; }
.status--pending { color: #5f555b; background: #eee9eb; }

.explicit-chamber { max-width: var(--max); margin: 0 auto; padding: clamp(72px, 9vw, 120px) 24px; display: grid; grid-template-columns: 1fr minmax(320px, .72fr); gap: clamp(2rem, 8vw, 8rem); align-items: center; }
.explicit-copy { max-width: 650px; }
.explicit-chamber .motion-frame { height: min(72vw, 620px); padding-bottom: 58px; }
.explicit-chamber .motion-frame video { height: calc(100% - 58px); object-fit: contain; background: #060406; }
.explicit-chamber .motion-frame figcaption { padding: 1rem; background: var(--night); }
.reveal-control { position: absolute; inset: 0; z-index: 4; display: grid; place-content: center; gap: .45rem; border: 0; color: var(--white); background: radial-gradient(circle at 50% 35%, #5f1935, #100b0f 72%); text-align: center; cursor: pointer; }
.reveal-control::before { content: "18+"; width: 72px; height: 72px; margin: 0 auto .8rem; display: grid; place-items: center; border: 1px solid var(--pink-soft); border-radius: 50%; color: var(--pink-soft); font-weight: 900; }
.reveal-control span { color: #c9bdc4; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.reveal-control strong { font-size: 1.05rem; text-transform: uppercase; }
.motion-frame--explicit { border: 1px solid rgba(227,60,115,.28); box-shadow: 0 30px 80px rgba(83,19,56,.25); }

.guide-portal { max-width: var(--max); margin: 0 auto; padding: 0 24px clamp(72px, 8vw, 108px); display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.guide-portal a { min-height: 230px; padding: clamp(1.5rem, 4vw, 3rem); display: flex; flex-direction: column; border-radius: var(--radius); background: var(--night); color: var(--white); text-decoration: none; }
.guide-portal a:nth-child(2) { background: #6c1838; }
.guide-portal span, .guide-portal em { color: var(--pink-soft); font-size: .75rem; font-style: normal; text-transform: uppercase; letter-spacing: .1em; }
.guide-portal strong { max-width: 520px; margin: auto 0 1.2rem; font: 500 clamp(1.8rem, 3.4vw, 3.2rem)/1.02 Georgia, serif; }

.breadcrumbs { margin: 0; min-height: 54px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; gap: .7rem; color: #9e9199; background: var(--night); font-size: .82rem; }
.breadcrumbs a { min-height: 44px; display: inline-flex; align-items: center; }
.guide-hero { min-height: 700px; padding: clamp(52px, 6vw, 80px) max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); grid-template-rows: auto auto auto auto auto; align-content: center; column-gap: clamp(3rem, 7vw, 7rem); }
.guide-hero > :not(.guide-hero-media) { grid-column: 1; position: relative; z-index: 2; }
.guide-hero-media { grid-column: 2; grid-row: 1 / 7; width: 100%; height: 600px; align-self: center; }
.guide-hero h1 { font-size: clamp(3.4rem, 6vw, 5.8rem); }
.guide-hero--prompt h1 { font-size: clamp(3.4rem, 5vw, 4.8rem); }
.guide-hero-actions { margin-top: .3rem; }
.formula { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; color: #c8bbc3; }
.formula span, .formula b { padding: .35rem .55rem; border: 1px solid var(--line-dark); border-radius: 999px; font-size: .75rem; font-weight: 750; }
.formula b { border: 0; color: var(--pink-soft); }

.field-strip, .director-slate { max-width: var(--max); margin: 0 auto; padding: 30px 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--paper-2); }
.field-strip p { margin: 0; padding: 1rem; display: grid; gap: .2rem; border-left: 2px solid var(--pink); background: var(--paper); }
.field-strip span, .director-slate span { color: #a81f50; font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.field-strip small { color: var(--muted); font-size: .82rem; }
.director-slate { grid-template-columns: repeat(4, 1fr); background: var(--night); color: var(--white); }
.director-slate span { padding: 1rem; color: #b7aab2; border: 1px solid var(--line-dark); }
.director-slate b { display: block; margin-top: .25rem; color: var(--pink-soft); }
.process-list, .method-list { margin: 2rem 0 0; padding: 0; list-style: none; display: grid; gap: 1rem; }
.process-list li, .method-list li { padding: 1.4rem; display: grid; grid-template-columns: 50px 1fr; gap: 1.2rem; border: 1px solid var(--line); border-radius: 14px; }
.step-marker { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--pink); color: var(--white); font-weight: 900; }
.rights-pair { max-width: var(--max); margin: 0 auto; padding: clamp(52px, 7vw, 88px) 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.rights-pair .media-frame { height: min(66vw, 620px); }
.template-block, .decision-card, .final-within, .trust-note { margin-top: 1.8rem; padding: 1.4rem; border-radius: 14px; background: var(--night); color: var(--white); }
.template-label { color: var(--pink-soft); font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.trouble-list { margin: 1.5rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.trouble-list > div { padding: 1rem; display: grid; gap: .25rem; border: 1px solid var(--line); border-radius: 12px; }
.trouble-list span { color: var(--muted); }

.trust-page { min-height: 70vh; background: var(--paper); }
.trust-page > header { min-height: 430px; padding: clamp(70px, 9vw, 120px) max(24px, calc((100vw - var(--max)) / 2)); }
.trust-page > header .lede { max-width: 840px; }
.trust-page > section, .trust-note { max-width: 900px; margin: 0 auto; padding: 72px 24px; }
.trust-note { margin: 0 auto 72px; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 2rem; }
.trust-note a { margin-left: auto; color: var(--pink-soft); }

.site-footer { padding: 64px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: auto 1fr; gap: 1.5rem 3rem; background: var(--night); color: #bfb3ba; border-top: 1px solid var(--line-dark); }
.brand--footer { align-self: start; }
.site-footer p { max-width: 680px; margin: 0; }
.footer-copy { display: grid; gap: 1rem; justify-items: start; }
.footer-copy .button { width: min(100%, 380px); justify-self: center; }
.site-footer nav { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: .7rem 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line-dark); }
.site-footer nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: .82rem; }
.site-footer small { grid-column: 1 / -1; }

.age-gate { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.age-gate__backdrop { position: absolute; inset: 0; background: rgba(4, 3, 4, .9); backdrop-filter: blur(18px); }
.age-gate__panel { width: min(100%, 560px); max-height: calc(100svh - 40px); overflow-y: auto; position: relative; padding: clamp(1.5rem, 5vw, 3.2rem); border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: #171117; color: var(--white); box-shadow: 0 36px 100px rgba(0,0,0,.6); }
.age-gate__panel h2 { font-size: clamp(2.1rem, 5vw, 3.5rem); }
.age-gate__panel > p:not(.eyebrow) { color: #c9bec5; }
.age-gate__facts { margin: 1.3rem 0; display: flex; flex-wrap: wrap; gap: .55rem; }
.age-gate__facts span { padding: .4rem .65rem; border: 1px solid var(--line-dark); border-radius: 999px; color: var(--pink-soft); font-size: .75rem; text-transform: uppercase; letter-spacing: .07em; }
html.age-confirmed .age-gate { display: none; }

@media (max-width: 1020px) {
  .site-header { gap: 1.3rem; }
  .site-mark { display: none; }
  .editorial-hero { grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr); column-gap: 2.5rem; }
  .editorial-hero .editorial-hero-media { width: 92%; }
  .guide-hero { grid-template-columns: minmax(0, 1fr) minmax(310px, .68fr); column-gap: 2.5rem; }
  .casting-deck { grid-template-columns: minmax(280px, .72fr) minmax(360px, 1fr); }
  .workflow-grid, .possibility-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .conversion-band { margin-left: 24px; margin-right: 24px; }
}

@media (max-width: 800px) {
  [id] { scroll-margin-top: 170px; }
  .site-header { height: auto; min-height: 108px; padding: 9px 16px 0; grid-template-columns: 1fr auto; grid-template-rows: 50px 48px; gap: 0 .7rem; }
  .site-actions { grid-column: 2; grid-row: 1; }
  .header-cta { min-height: 46px; padding: .58rem .82rem; font-size: .68rem; }
  .header-cta small { display: none; }
  .site-header nav { grid-column: 1 / -1; grid-row: 2; width: calc(100vw - 32px); justify-self: start; justify-content: space-between; gap: 1rem; overflow-x: auto; }
  .site-header nav a { flex: 0 0 auto; font-size: .75rem; }
  .site-mark { display: none; }
  .jump-nav { top: 108px; padding: 0 16px; gap: 1.4rem; }
  .editorial-hero { min-height: 0; padding: 42px 16px 58px; display: block; }
  .funnel-gallery { width: 100%; height: min(112vw, 520px); margin: 1.8rem 0 2rem; padding: 0 18vw 8px 0; display: flex; gap: 9px; overflow-x: auto; overflow-y: hidden; transform: none; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .funnel-gallery::-webkit-scrollbar { display: none; }
  .funnel-gallery .funnel-gallery__item { width: auto; height: 100%; flex: 0 0 min(72vw, 360px); position: relative; inset: auto; border-width: 1px !important; border-radius: 26px; transform: none; scroll-snap-align: start; }
  .editorial-hero .editorial-hero-media { width: 82%; height: min(125vw, 560px); margin: 2rem 0 0 auto; }
  .editorial-hero .editorial-hero-motion { width: 48%; height: min(72vw, 300px); margin: -46% auto 2.2rem 0; border: 6px solid var(--night); position: relative; }
  .editorial-hero .lede { clear: both; }
  .hero-verdict, .guide-summary { grid-template-columns: 1fr; }
  .hero-verdict p + p, .guide-summary p + p { padding-left: 0; border-left: 0; border-top: 1px solid var(--line-dark); }
  .content-section { padding: 64px 16px; grid-template-columns: 1fr; gap: 1.1rem; }
  .section-number { width: 52px; }
  .content-section--dark, .content-section--accent { padding-left: 16px; padding-right: 16px; }
  .casting-deck { padding: 64px 16px; grid-template-columns: 1fr; }
  .deck-stage { width: 100%; justify-self: stretch; }
  .deck-slide, .deck-slide .media-frame, .deck-slide .motion-frame { height: min(130vw, 610px); }
  .media-band, .closing-portrait, .prompt-checkpoint, .explicit-chamber { padding: 64px 16px; grid-template-columns: 1fr; gap: 2rem; }
  .media-band .motion-frame, .media-band .media-frame, .closing-portrait .media-frame, .prompt-checkpoint .media-frame { height: min(125vw, 580px); }
  .media-band--motion { padding-left: 16px; padding-right: 16px; }
  .media-band--prompt { direction: ltr; }
  .prompt-checkpoint--reverse .media-frame, .prompt-checkpoint--reverse > div { grid-column: auto; grid-row: auto; }
  .contact-sheet { padding: 24px 16px 64px; grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .contact-sheet .media-frame, .contact-sheet .media-frame:nth-child(2), .contact-sheet .media-frame:nth-child(3) { height: 50vw; border-radius: 10px; }
  .contact-sheet figcaption { display: none; }
  .finding-grid, .prompt-grid { grid-template-columns: 1fr; }
  .workflow-grid, .possibility-grid { grid-template-columns: 1fr 1fr; }
  .conversion-band { margin: 32px 16px 58px; padding: 2rem 1.4rem; grid-template-columns: 1fr; gap: 1.4rem; border-radius: 24px; }
  .conversion-band .button { width: 100%; }
  .answer-card { grid-template-columns: 1fr; gap: .4rem; }
  .guide-portal { padding: 0 16px 72px; grid-template-columns: 1fr; }
  .breadcrumbs { padding: 0 16px; overflow-x: auto; white-space: nowrap; }
  .guide-hero { min-height: 0; padding: 48px 16px 58px; display: flex; flex-direction: column; }
  .guide-hero > .eyebrow { order: 1; }
  .guide-hero > h1 { order: 2; }
  .guide-hero-media { order: 3; width: 86%; height: min(130vw, 560px); margin: 2rem 0 1.5rem auto; }
  .guide-hero > .lede { order: 4; }
  .guide-hero > .guide-summary, .guide-hero > .formula { order: 5; }
  .guide-hero > .guide-hero-actions { order: 6; }
  .field-strip, .director-slate { padding: 20px 16px; grid-template-columns: 1fr; }
  .rights-pair { padding: 54px 16px; }
  .rights-pair .media-frame { height: 72vw; }
  .trouble-list { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  body { font-size: 16px; }
  h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  h2 { font-size: clamp(2.25rem, 12vw, 3.4rem); }
  .brand strong { font-size: .76rem; }
  .site-mark { max-width: 102px; white-space: normal; text-align: right; line-height: 1.15; }
  .button-row .button { width: 100%; }
  .header-cta { min-height: 46px; padding: .55rem .72rem; font-size: .66rem; }
  .workflow-grid, .possibility-grid { grid-template-columns: 1fr; }
  .possibility-grid article { min-height: 150px; }
  .funnel-gallery { height: min(124vw, 500px); gap: 7px; }
  .funnel-gallery .funnel-gallery__item { flex-basis: 76vw; border-radius: 22px; }
  .editorial-hero .editorial-hero-media { width: 86%; }
  .editorial-hero .editorial-hero-motion { width: 52%; margin-top: -54%; }
  .contact-sheet { grid-template-columns: 1fr 1fr; }
  .contact-sheet .media-frame, .contact-sheet .media-frame:nth-child(2), .contact-sheet .media-frame:nth-child(3) { height: 68vw; }
  .contact-sheet .media-frame:nth-child(3) { display: none; }
  .rights-pair { grid-template-columns: 1fr; }
  .rights-pair .media-frame { height: min(126vw, 560px); }
  .explicit-chamber .motion-frame { height: min(148vw, 620px); }
  .site-footer { grid-template-columns: 1fr; padding: 52px 16px; }
  .site-footer nav, .site-footer small { grid-column: auto; }
  .trust-note a { margin-left: 0; }
}

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