:root {
  color-scheme: dark;
  --bg: #080808;
  --panel: #121212;
  --panel-2: #191919;
  --ink: #f8f7f2;
  --muted: #aaa9a3;
  --line: #30302e;
  --gold: #d4a337;
  --gold-bright: #f4c850;
  --rose: #9e4b57;
  --green: #3e9b6b;
  --danger: #e36464;
  --radius: 8px;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); letter-spacing: 0; }
body.locked, body.drawer-open { overflow: hidden; }
button, input, a { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: min(1200px, calc(100% - 44px)); margin: 0 auto; }
.eyebrow { margin: 0 0 12px; color: var(--gold-bright); text-transform: uppercase; font-size: 12px; line-height: 1.3; font-weight: 900; letter-spacing: .14em; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { font-family: "Arial Narrow", Impact, Arial, sans-serif; text-transform: uppercase; }
h2 { margin: 0 0 12px; font-size: clamp(38px, 5vw, 64px); line-height: .98; }

.button { border: 0; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 13px 19px; font-weight: 900; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #090909; background: var(--gold-bright); }
.button-primary:hover { background: #ffda68; }
.button-secondary { color: #fff; background: rgba(10,10,10,.68); border: 1px solid rgba(255,255,255,.28); }
.button-light { background: #fff; color: #080808; }
.button-large { min-height: 54px; padding: 15px 23px; font-size: 16px; }
.button-compact { min-height: 40px; padding: 10px 15px; font-size: 13px; }
.button-wide { width: 100%; }
.icon-button { border: 0; background: transparent; color: #fff; }

.brand { display: block; width: 190px; height: 64px; overflow: hidden; flex: 0 0 auto; }
.brand-logo { width: 100%; height: 100%; display: block; background: url("./assets/logo-irmaos-dotados-transparente.png") 50% 50% / 444% auto no-repeat; }
.site-header { height: 72px; position: sticky; top: 0; z-index: 60; background: rgba(8,8,8,.94); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.header-inner { height: 72px; display: flex; align-items: center; gap: 28px; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.desktop-nav a { color: #b4b3ae; text-transform: uppercase; font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.desktop-nav a:hover { color: var(--gold-bright); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.login-link { font-weight: 800; }
.menu-button { display: none; width: 42px; height: 42px; padding: 9px; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px 0; background: currentColor; }
.mobile-nav { display: none; }

.hero { height: calc(100svh - 132px); min-height: 620px; max-height: 820px; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; filter: saturate(.74) contrast(1.06); transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.35); box-shadow: inset 580px 0 260px rgba(0,0,0,.75), inset 0 -180px 130px rgba(0,0,0,.78); }
.hero-content { position: relative; z-index: 2; padding-bottom: 88px; }
.hero-status { width: max-content; max-width: 100%; padding: 8px 11px; border: 1px solid rgba(244,200,80,.5); background: rgba(0,0,0,.48); text-transform: uppercase; font-size: 11px; line-height: 1; font-weight: 850; letter-spacing: .09em; }
.hero-status i { width: 7px; height: 7px; display: inline-block; margin-right: 7px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 12px var(--gold-bright); }
.hero-kicker { margin: 22px 0 5px; color: #e8e6df; font-weight: 850; text-transform: uppercase; font-size: 13px; letter-spacing: .13em; }
.hero h1 { margin: 0; max-width: 680px; font-size: clamp(70px, 10.5vw, 144px); line-height: .76; letter-spacing: 0; text-shadow: 0 8px 35px #000; }
.hero h1 span { color: var(--gold-bright); }
.hero-copy { max-width: 610px; margin: 30px 0 0; color: #d6d4cd; font-size: 18px; line-height: 1.62; text-shadow: 0 2px 10px #000; }
.hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 12px; }
.trust-row { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 20px; color: #d0cec7; font-size: 12px; }
.hero-stats { position: absolute; z-index: 3; inset: auto 0 0; background: rgba(8,8,8,.86); border-top: 1px solid rgba(255,255,255,.13); backdrop-filter: blur(12px); }
.stats-grid { min-height: 76px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.stats-grid div { min-width: 0; padding-left: 24px; border-left: 1px solid #3c3b38; }
.stats-grid div:first-child { padding-left: 0; border: 0; }
.stats-grid strong, .stats-grid span { display: block; }
.stats-grid strong { color: var(--gold-bright); text-transform: uppercase; font-size: 21px; }
.stats-grid span { margin-top: 4px; color: #999892; font-size: 11px; }

.catalog-section, .actors-section, .subscription-section, .faq-section { padding: 86px 0; }
.catalog-section { background: #0b0b0b; }
.section-heading { margin-bottom: 30px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading > div > p:last-child { margin: 0; color: var(--muted); }
.section-heading.centered { text-align: center; justify-content: center; }
.section-heading.centered .eyebrow { text-align: center; }
.text-action { border: 0; background: transparent; color: var(--gold-bright); font-weight: 850; white-space: nowrap; }
.release-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.release-card { min-width: 0; }
.release-image { aspect-ratio: 16 / 9; position: relative; overflow: hidden; border-radius: var(--radius); background: #1a1a1a; }
.release-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease, filter .3s ease; }
.release-card:hover img { transform: scale(1.035); filter: brightness(.62); }
.content-tag, .vip-tag { position: absolute; top: 11px; min-height: 24px; padding: 6px 8px; border-radius: 4px; text-transform: uppercase; font-size: 9px; line-height: 1; font-weight: 950; letter-spacing: .08em; }
.content-tag { left: 11px; background: var(--gold-bright); color: #080808; }
.vip-tag { right: 11px; background: rgba(0,0,0,.74); border: 1px solid rgba(255,255,255,.2); }
.play-icon { width: 50px; height: 50px; position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%) scale(.88); opacity: 0; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.7); background: rgba(0,0,0,.7); color: #fff; font-size: 17px; transition: opacity .2s ease, transform .2s ease; }
.release-card:hover .play-icon, .play-icon:focus-visible { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.release-info { min-height: 46px; margin-top: 11px; display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.release-info h3 { margin: 0; font-size: 15px; line-height: 1.3; }
.release-info span { color: #888781; font-size: 11px; white-space: nowrap; }
.catalog-bar { margin-top: 34px; min-height: 78px; padding: 17px 20px; display: flex; align-items: center; gap: 20px; border: 1px solid var(--line); background: var(--panel); }
.catalog-bar div { min-width: 0; flex: 1; }
.catalog-bar strong, .catalog-bar span { display: block; }
.catalog-bar span { margin-top: 4px; color: var(--muted); font-size: 12px; }

.benefit-section { padding: 90px 0; background: var(--panel); border-block: 1px solid #252523; }
.benefit-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.benefit-visual { position: relative; }
.benefit-visual > img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius); filter: saturate(.78); }
.production-label { position: absolute; right: -24px; bottom: 24px; width: 310px; min-height: 76px; padding: 15px; display: flex; align-items: center; gap: 12px; background: var(--gold-bright); color: #090909; box-shadow: 0 20px 45px rgba(0,0,0,.45); }
.production-label > b { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; border: 2px solid currentColor; }
.production-label span, .production-label strong { display: block; }
.production-label span { font-size: 11px; line-height: 1.35; }
.production-label strong { margin-bottom: 3px; font-size: 14px; }
.benefit-copy h2 span { color: var(--gold-bright); }
.benefit-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.benefit-list { margin: 26px 0 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.benefit-list li { display: flex; align-items: flex-start; gap: 14px; }
.benefit-list li > b { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; color: var(--gold-bright); background: rgba(212,163,55,.13); border-radius: 6px; }
.benefit-list span, .benefit-list strong { display: block; }
.benefit-list span { color: #999892; font-size: 12px; line-height: 1.5; }
.benefit-list strong { margin-bottom: 3px; color: #fff; font-size: 14px; }

.actors-section { background: #0b0b0b; }
.actor-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.actor-grid article { min-width: 0; aspect-ratio: 3 / 4; position: relative; overflow: hidden; border-radius: 6px; background: var(--panel); }
.actor-grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: filter .3s ease, transform .3s ease; }
.actor-grid article:hover img { filter: saturate(1); transform: scale(1.03); }
.actor-grid article > span { position: absolute; inset: auto 0 0; padding: 13px; display: block; background: rgba(0,0,0,.76); color: var(--gold-bright); font-size: 10px; }
.actor-grid strong { display: block; margin-bottom: 3px; color: #fff; font-size: 13px; }

.subscription-section { background: #0e0e0e; border-top: 1px solid #262624; scroll-margin-top: 72px; }
.plan-selector { max-width: 1060px; margin: 50px auto 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.plan-option { min-height: 154px; position: relative; padding: 22px 18px; display: flex; flex-direction: column; justify-content: center; border: 1px solid #343431; background: #151515; cursor: pointer; transition: border-color .2s ease, background-color .2s ease, transform .2s ease; }
.plan-option:hover { transform: translateY(-2px); border-color: #66635a; }
.plan-option.selected { border: 2px solid var(--gold-bright); background: #1c1a14; }
.plan-option input { position: absolute; opacity: 0; pointer-events: none; }
.plan-option .plan-name { color: #b4b3ad; text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.plan-option > strong { margin: 11px 0 5px; color: #fff; font-family: "Arial Narrow", Arial, sans-serif; font-size: 30px; }
.plan-option small { color: #8f8e88; }
.popular-label, .save-label { position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); min-height: 24px; padding: 6px 9px; white-space: nowrap; text-transform: uppercase; font-size: 9px; line-height: 1; font-weight: 950; }
.popular-label { color: #080808; background: var(--gold-bright); }
.save-label { color: #fff; background: var(--rose); }
.signup-layout { max-width: 1060px; margin: 0 auto; display: grid; grid-template-columns: .86fr 1.14fr; border: 1px solid #343431; background: #121212; }
.signup-promise { padding: 36px; border-right: 1px solid #343431; background: #171714; }
.signup-promise h3 { margin: 0; font-size: 27px; line-height: 1.2; }
.signup-promise ul { margin: 28px 0; padding: 0; display: grid; gap: 13px; list-style: none; color: #c4c2ba; font-size: 13px; }
.signup-promise li::before { content: "✓"; margin-right: 9px; color: var(--gold-bright); font-weight: 900; }
.selected-summary { margin-top: 30px; padding: 17px; border-left: 3px solid var(--gold-bright); background: #0d0d0d; }
.selected-summary span, .selected-summary strong, .selected-summary small { display: block; }
.selected-summary span { color: #888781; text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .11em; }
.selected-summary strong { margin: 7px 0 4px; color: var(--gold-bright); font-size: 18px; }
.selected-summary small { color: #97968f; line-height: 1.45; }
.signup-form { padding: 34px; }
.form-heading { margin-bottom: 22px; display: flex; align-items: center; gap: 11px; }
.form-heading > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--gold-bright); color: #080808; font-weight: 950; }
.form-heading strong, .form-heading small { display: block; }
.form-heading small { margin-top: 2px; color: #888781; }
.signup-form > label, .form-row label, .guest-drawer-form > label:not(.terms-check) { display: grid; gap: 7px; color: #b7b5ae; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.form-row { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.signup-form input:not([type="checkbox"]), .guest-drawer-form input:not([type="checkbox"]):not([type="hidden"]) { width: 100%; min-width: 0; height: 47px; padding: 0 13px; border: 1px solid #41413e; border-radius: 4px; outline: 0; background: #090909; color: #fff; font-size: 14px; }
.signup-form input:focus, .guest-drawer-form input:focus { border-color: var(--gold-bright); box-shadow: 0 0 0 3px rgba(244,200,80,.12); }
.g-recaptcha { min-height: 78px; margin-top: 17px; overflow: hidden; }
.terms-check { margin: 13px 0 16px; display: flex; align-items: flex-start; gap: 9px; color: #92918b; font-size: 11px; line-height: 1.45; text-transform: none; cursor: pointer; }
.terms-check input { width: 16px; height: 16px; flex: 0 0 auto; accent-color: var(--gold-bright); }
.form-message, .guest-form-message { display: none; margin: 0 0 12px; padding: 11px; border: 1px solid transparent; font-size: 12px; line-height: 1.45; }
.form-message.error, .guest-form-message.error { display: block; color: #ffd7d7; border-color: rgba(227,100,100,.4); background: rgba(227,100,100,.12); }
.form-message.success { display: block; color: #d7ffea; border-color: rgba(62,155,107,.45); background: rgba(62,155,107,.12); }
.form-message.preview, .guest-form-message.preview { display: block; color: #ffedbb; border-color: rgba(244,200,80,.45); background: rgba(244,200,80,.1); }
.button-submit:disabled { cursor: wait; opacity: .7; }
.form-login { margin: 13px 0 0; text-align: center; color: #85847e; font-size: 11px; }
.form-login a { color: var(--gold-bright); font-weight: 800; }
.payment-trust { max-width: 860px; min-height: 72px; margin: 24px auto 0; padding: 14px 18px; display: flex; align-items: center; gap: 12px; border: 1px solid #30302d; background: #151515; }
.payment-trust > b { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--green); border: 1px solid var(--green); }
.payment-trust span { min-width: 0; flex: 1; color: #85847e; font-size: 10px; }
.payment-trust strong { display: block; margin-bottom: 3px; color: #fff; font-size: 12px; }
.payment-trust img { width: 175px; }

.faq-section { background: var(--panel); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 80px; }
.faq-layout > div > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.support-link { margin-top: 26px; padding: 13px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); background: #181818; }
.support-link img { width: 34px; height: 34px; }
.support-link span, .support-link strong { display: block; }
.support-link span { color: #8d8c86; font-size: 10px; }
.support-link strong { margin-bottom: 3px; color: #fff; font-size: 12px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 20px 34px 20px 0; position: relative; cursor: pointer; list-style: none; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 3px; top: 16px; color: var(--gold-bright); font-size: 23px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 45px 20px 0; color: #a2a19a; font-size: 13px; line-height: 1.7; }

.final-cta { min-height: 540px; position: relative; display: grid; place-items: center; overflow: hidden; text-align: center; }
.final-media { position: absolute; inset: 0; background: url("./assets/cta-final.jpg") 50% 36% / cover no-repeat; filter: saturate(.65); }
.final-media::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.72); }
.final-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.final-content > img { width: 118px; aspect-ratio: 1; object-fit: cover; margin-bottom: 18px; border-radius: 6px; }
.final-content p:not(.eyebrow) { margin: 0 0 25px; color: #c2c0b8; }
footer { padding: 28px 0 106px; border-top: 1px solid #252523; background: #080808; }
.footer-inner { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 24px; }
.footer-brand { height: 72px; }
.footer-inner nav { display: flex; justify-content: center; gap: 20px; }
.footer-inner a, .footer-inner > span:last-child { color: #77766f; font-size: 10px; }

.age-gate { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.94); backdrop-filter: blur(18px); transition: opacity .25s ease, visibility .25s ease; }
.age-gate.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.age-panel { width: min(420px, 100%); padding: 30px; text-align: center; border: 1px solid #373733; background: #111; box-shadow: 0 30px 100px #000; }
.age-logo { width: 116px; height: 116px; margin: 0 auto 18px; object-fit: cover; border-radius: 6px; }
.age-badge { width: 58px; height: 58px; margin: 0 auto 18px; display: grid; place-items: center; border: 2px solid var(--gold-bright); border-radius: 50%; color: var(--gold-bright); font-size: 20px; font-weight: 950; }
.age-panel h1 { margin: 5px 0 12px; font-size: 29px; line-height: 1.05; }
.age-panel > p:not(.eyebrow) { margin: 0 0 21px; color: #9b9a94; font-size: 13px; line-height: 1.55; }
.age-exit { display: block; margin: 16px 0; color: #8d8c86; font-size: 12px; text-decoration: underline; }
.privacy-line { display: block; padding-top: 15px; border-top: 1px solid #2d2d2a; color: #6f6e69; font-size: 10px; }

.guest-subscription-bar { position: fixed; z-index: 90; inset: auto 16px 14px; min-height: 68px; max-width: 920px; margin: auto; padding: 10px 12px 10px 18px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 20px; border: 1px solid rgba(244,200,80,.45); background: rgba(13,13,13,.96); box-shadow: 0 18px 55px rgba(0,0,0,.7); backdrop-filter: blur(13px); }
.guest-subscription-bar > div { display: flex; align-items: baseline; gap: 5px; }
.guest-subscription-bar small { display: block; max-width: 75px; color: #8d8c86; font-size: 8px; line-height: 1.2; text-transform: uppercase; }
.guest-subscription-bar strong { color: var(--gold-bright); font-size: 20px; white-space: nowrap; }
.guest-subscription-bar > div > span { color: #888781; font-size: 10px; }
.guest-subscription-bar p { margin: 0; min-width: 0; }
.guest-subscription-bar p b, .guest-subscription-bar p span { display: block; }
.guest-subscription-bar p b { font-size: 12px; }
.guest-subscription-bar p span { margin-top: 3px; color: #8e8d87; font-size: 10px; }
.guest-subscribe-open { min-height: 46px; padding: 11px 16px; border: 0; border-radius: 5px; background: var(--gold-bright); color: #080808; font-weight: 950; }
.guest-drawer-backdrop { position: fixed; inset: 0; z-index: 110; background: rgba(0,0,0,.72); }
.guest-subscription-drawer { position: fixed; z-index: 120; top: 0; right: 0; bottom: 0; width: min(470px, 100%); padding: 34px; overflow-y: auto; background: #111; border-left: 1px solid #3b3a36; box-shadow: -28px 0 70px rgba(0,0,0,.55); transform: translateX(102%); transition: transform .25s ease; }
.guest-subscription-drawer.open { transform: translateX(0); }
.guest-subscription-drawer h2 { margin: 0 35px 11px 0; font-size: 37px; }
.guest-subscription-drawer > p:not(.eyebrow):not(.drawer-footnote) { color: #9c9b95; font-size: 13px; line-height: 1.55; }
.guest-drawer-close { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #242424; color: #fff; font-size: 26px; }
.guest-plan-grid { margin: 24px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.guest-plan-grid label { cursor: pointer; }
.guest-plan-grid input { position: absolute; opacity: 0; }
.guest-plan-grid span { min-height: 66px; padding: 12px; display: flex; flex-direction: column; justify-content: center; border: 1px solid #3c3c38; background: #191919; color: #a3a29b; text-transform: uppercase; font-size: 9px; font-weight: 900; }
.guest-plan-grid strong { margin-top: 6px; color: #fff; font-size: 15px; }
.guest-plan-grid input:checked + span { border: 2px solid var(--gold-bright); background: #201d14; }
.guest-drawer-form { display: grid; gap: 13px; }
.guest-form-message:not(:empty) { display: block; }
.drawer-footnote { margin: 17px 0 0; color: #77766f; text-align: center; font-size: 10px; }

.catalog-page-hero { min-height: 360px; padding: 110px 0 60px; display: flex; align-items: end; background: #151515 url("./assets/caso-com-primo.jpg") 50% 40% / cover no-repeat; box-shadow: inset 0 0 0 1000px rgba(0,0,0,.62); }
.catalog-page-hero h1 { margin: 0; font-size: clamp(48px, 7vw, 84px); line-height: .95; }
.catalog-page-hero p:last-child { max-width: 560px; color: #cbc9c1; }
.catalog-filters { margin: 0 0 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.catalog-filters button { min-height: 38px; padding: 9px 14px; border: 1px solid #3a3a37; border-radius: 4px; background: #161616; color: #b7b6af; }
.catalog-filters button.active { background: var(--gold-bright); color: #080808; border-color: var(--gold-bright); font-weight: 900; }
.auth-page { min-height: 100svh; padding: 35px 18px; display: grid; place-items: center; background: #090909 url("./assets/cta-final.jpg") 50% 30% / cover no-repeat; box-shadow: inset 0 0 0 1000px rgba(0,0,0,.79); }
.auth-brand { position: absolute; top: 18px; left: 28px; }
.auth-form { width: min(440px, 100%); padding: 32px; display: grid; gap: 16px; border: 1px solid #3b3a36; background: rgba(14,14,14,.95); }
.auth-form h1 { margin: 0 0 8px; font-size: 38px; line-height: 1; }
.auth-form label { display: grid; gap: 7px; color: #b7b5ae; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.auth-form input { width: 100%; height: 48px; padding: 0 13px; border: 1px solid #41413e; border-radius: 4px; background: #090909; color: #fff; }
.auth-form > a, .auth-form > p { margin: 0; text-align: center; color: #93928c; font-size: 12px; }
.auth-form a { color: var(--gold-bright); }

@media (max-width: 980px) {
  .desktop-nav, .header-actions { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .mobile-nav { padding: 10px 22px 18px; background: #0b0b0b; border-top: 1px solid #252523; }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { padding: 11px 0; border-bottom: 1px solid #252523; font-weight: 750; }
  .hero-overlay { box-shadow: inset 300px 0 220px rgba(0,0,0,.7), inset 0 -180px 130px rgba(0,0,0,.8); }
  .benefit-layout { grid-template-columns: 1fr; gap: 50px; }
  .production-label { right: 18px; }
  .actor-grid { grid-template-columns: repeat(3, 1fr); }
  .plan-selector { grid-template-columns: 1fr 1fr; }
  .signup-layout { grid-template-columns: 1fr; }
  .signup-promise { border-right: 0; border-bottom: 1px solid #343431; }
  .faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-inner nav { flex-wrap: wrap; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1200px); }
  .site-header, .header-inner { height: 64px; }
  .brand { width: 154px; height: 58px; }
  .hero { height: calc(100svh - 110px); min-height: 560px; max-height: 720px; align-items: end; }
  .hero-media { background-position: 59% 30%; }
  .hero-overlay { background: rgba(0,0,0,.43); box-shadow: inset 0 -360px 190px rgba(0,0,0,.88); }
  .hero-content { padding-bottom: 145px; }
  .hero-status, .hero-kicker { font-size: 9px; }
  .hero h1 { font-size: clamp(52px, 17vw, 70px); line-height: .84; }
  .hero-copy { margin-top: 22px; font-size: 14px; line-height: 1.5; }
  .hero-actions { margin-top: 22px; display: grid; }
  .hero-actions > * { width: 100%; }
  .trust-row { gap: 8px 14px; font-size: 9px; }
  .hero-stats { min-height: 91px; }
  .stats-grid { min-height: 91px; grid-template-columns: 1fr 1fr; gap: 12px; padding-block: 10px; }
  .stats-grid div, .stats-grid div:first-child { padding-left: 11px; border-left: 1px solid #3c3b38; }
  .stats-grid strong { font-size: 16px; }
  .stats-grid span { font-size: 9px; }
  .catalog-section, .actors-section, .subscription-section, .faq-section, .benefit-section { padding: 64px 0; }
  .section-heading { align-items: start; }
  .section-heading .text-action { display: none; }
  .release-grid { margin-right: -14px; padding-right: 14px; display: flex; gap: 13px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .release-card { min-width: 84%; scroll-snap-align: start; }
  .play-icon { opacity: 1; width: 42px; height: 42px; }
  .catalog-bar { flex-wrap: wrap; }
  .catalog-bar .button { width: 100%; }
  .benefit-layout { gap: 25px; }
  .production-label { width: calc(100% - 24px); margin: -22px auto 0; position: relative; right: auto; bottom: auto; }
  .actor-grid { margin-right: -14px; padding-right: 14px; display: flex; overflow-x: auto; scrollbar-width: none; }
  .actor-grid article { flex: 0 0 43%; }
  .plan-selector { margin-top: 38px; gap: 8px; }
  .plan-option { min-height: 132px; padding: 17px 13px; }
  .plan-option > strong { font-size: 23px; }
  .signup-promise, .signup-form { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; }
  .g-recaptcha { transform: scale(.88); transform-origin: left top; margin-bottom: -8px; }
  .payment-trust { align-items: flex-start; flex-wrap: wrap; }
  .payment-trust span { flex-basis: 80%; }
  .payment-trust img { margin-left: 46px; }
  .final-cta { min-height: 500px; }
  footer { padding-bottom: 100px; }
  .guest-subscription-bar { inset: auto 9px 8px; min-height: 62px; padding: 8px 9px 8px 12px; grid-template-columns: 1fr auto; gap: 8px; }
  .guest-subscription-bar > div { display: block; }
  .guest-subscription-bar small { max-width: none; }
  .guest-subscription-bar > div > span, .guest-subscription-bar p { display: none; }
  .guest-subscribe-open { min-height: 44px; padding: 10px 12px; font-size: 11px; }
  .guest-subscription-drawer { padding: 28px 18px 95px; }
  .guest-subscription-drawer h2 { font-size: 33px; }
  .age-panel { padding: 24px 18px; }
}

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

/* Streaming experience */
* { letter-spacing: 0 !important; }
html { scroll-padding-top: 96px; }
body {
  background: #060607;
  font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  background-image: linear-gradient(180deg, #060607 0%, #0b0a0c 52%, #060607 100%);
}
h1, h2 { font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif; font-weight: 850; }
h2 { font-size: clamp(34px, 4vw, 58px); line-height: 1.02; }
.container { width: min(1280px, calc(100% - 64px)); }
.eyebrow { color: #f0bd42; font-size: 11px; }

.button { border-radius: 999px; min-height: 48px; padding-inline: 22px; }
.button-primary {
  color: #111;
  background: linear-gradient(135deg, #ffe08a 0%, #efb932 56%, #d8931f 100%);
  box-shadow: 0 10px 34px rgba(232, 172, 43, .2);
}
.button-primary:hover { background: linear-gradient(135deg, #ffe8a7, #f7c94c); box-shadow: 0 14px 38px rgba(232, 172, 43, .3); }
.button-secondary { background: rgba(20, 20, 22, .54); border-color: rgba(255,255,255,.22); backdrop-filter: blur(16px); }
.button-light { background: rgba(255,255,255,.94); }

.site-header { position: fixed; inset: 16px 0 auto; height: auto; background: transparent; border: 0; backdrop-filter: none; }
.header-inner {
  width: min(1280px, calc(100% - 40px));
  height: 62px;
  padding: 0 17px;
  gap: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(12, 12, 14, .66);
  box-shadow: 0 15px 50px rgba(0,0,0,.35);
  backdrop-filter: blur(24px) saturate(1.25);
}
.brand { width: 172px; height: 58px; }
.desktop-nav { margin-inline: auto 0; gap: 24px; }
.desktop-nav a { color: rgba(255,255,255,.7); font-size: 12px; text-transform: none; font-weight: 650; }
.desktop-nav a:hover { color: #fff; }
.login-link { color: rgba(255,255,255,.84); font-size: 13px; }
.header-actions { gap: 12px; }

.hero { height: 100svh; min-height: 760px; max-height: 960px; align-items: center; }
.hero-media { background-position: 68% 32%; filter: saturate(.88) contrast(1.03) brightness(.86); transform: scale(1.02); }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5,5,7,.96) 0%, rgba(5,5,7,.82) 30%, rgba(5,5,7,.19) 70%, rgba(5,5,7,.4) 100%),
    linear-gradient(0deg, #060607 0%, transparent 32%, rgba(0,0,0,.18) 100%);
  box-shadow: none;
}
.hero-content { padding: 126px 0 180px; }
.hero-status { padding: 7px 11px; border-color: rgba(255,255,255,.15); border-radius: 999px; background: rgba(12,12,14,.46); backdrop-filter: blur(14px); }
.hero-status i { background: #edbd4b; box-shadow: 0 0 14px rgba(237,189,75,.85); }
.hero-kicker { margin: 20px 0 8px; color: rgba(255,255,255,.78); font-size: 12px; }
.hero-meta { margin-bottom: 15px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: rgba(255,255,255,.64); font-size: 11px; font-weight: 650; }
.hero-meta span { min-height: 24px; display: inline-flex; align-items: center; }
.hero-meta .original-mark { padding: 4px 8px; border-radius: 999px; color: #15110a; background: #f0bd42; font-weight: 850; }
.hero-meta .quality-mark { padding: 2px 6px; border: 1px solid rgba(255,255,255,.42); border-radius: 4px; color: #fff; }
.hero h1 { max-width: 660px; font-size: clamp(72px, 8vw, 112px); line-height: .82; overflow-wrap: normal; word-break: normal; text-shadow: 0 12px 45px rgba(0,0,0,.55); }
.hero h1 span { color: #edb638; }
.hero-copy { max-width: 560px; margin-top: 26px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.55; }
.hero-actions { margin-top: 26px; }
.trust-row { margin-top: 18px; color: rgba(255,255,255,.58); font-size: 11px; }
.hero-stats { inset: auto 0 28px; background: transparent; border: 0; backdrop-filter: none; }
.stats-grid {
  min-height: 82px;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(12,12,15,.56);
  box-shadow: 0 18px 50px rgba(0,0,0,.34);
  backdrop-filter: blur(22px) saturate(1.2);
}
.stats-grid div { border-color: rgba(255,255,255,.1); }
.stats-grid strong { color: #f0bd42; font-size: 17px; }
.stats-grid span { color: rgba(255,255,255,.52); }

.catalog-section, .actors-section, .subscription-section, .faq-section { padding: 88px 0; }
.catalog-section { background: transparent; overflow: hidden; }
.section-heading { margin-bottom: 27px; align-items: end; }
.section-heading > div > p:last-child { color: rgba(255,255,255,.5); }
.text-action { color: rgba(255,255,255,.8); font-size: 12px; }
.text-action:hover { color: #f0bd42; }
.release-grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 5px 2px 18px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(240,189,66,.55) rgba(255,255,255,.06);
}
.release-card { flex: 0 0 clamp(188px, 18vw, 236px); scroll-snap-align: start; transition: transform .25s ease; }
.release-card:hover { transform: translateY(-5px); }
.release-image { aspect-ratio: 2 / 3; border-radius: 8px; box-shadow: 0 18px 34px rgba(0,0,0,.35); }
.release-image::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(0deg, rgba(0,0,0,.82), transparent); pointer-events: none; }
.release-image img { object-position: center; }
.release-card:hover img { transform: scale(1.045); filter: brightness(.72) saturate(1.08); }
.content-tag, .vip-tag { z-index: 2; border-radius: 999px; }
.content-tag { background: rgba(240,189,66,.94); }
.vip-tag { background: rgba(8,8,10,.55); backdrop-filter: blur(10px); }
.play-icon { z-index: 3; background: rgba(255,255,255,.9); border-color: #fff; color: #111; box-shadow: 0 10px 30px rgba(0,0,0,.35); }
.release-info { min-height: 52px; margin-top: 12px; }
.release-info h3 { font-size: 14px; }
.catalog-bar {
  min-height: 80px;
  margin-top: 24px;
  border-color: rgba(255,255,255,.1);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(18px);
}

.benefit-section { padding: 110px 0; border: 0; background: #0b0a0c; }
.benefit-layout { gap: 0; grid-template-columns: 1.25fr .75fr; }
.benefit-visual > img { min-height: 540px; aspect-ratio: auto; border-radius: 8px; filter: saturate(.9) contrast(1.04); }
.benefit-visual::after { content: ""; position: absolute; inset: 0; border-radius: 8px; background: linear-gradient(90deg, transparent 48%, rgba(8,8,10,.92) 100%); pointer-events: none; }
.production-label {
  z-index: 2;
  right: 24px;
  bottom: 24px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  color: #fff;
  background: rgba(14,14,17,.6);
  backdrop-filter: blur(18px);
}
.benefit-copy {
  z-index: 3;
  margin-left: -54px;
  padding: 42px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(17,16,19,.68);
  box-shadow: 0 26px 80px rgba(0,0,0,.42);
  backdrop-filter: blur(24px);
}
.benefit-copy h2 span { color: #f0bd42; }
.benefit-list li > b { border-radius: 50%; color: #f0bd42; background: rgba(240,189,66,.1); }

.actors-section { background: transparent; overflow: hidden; }
.actor-grid { display: flex; gap: 14px; overflow-x: auto; padding: 4px 2px 18px; scroll-snap-type: x proximity; scrollbar-width: none; }
.actor-grid article { flex: 0 0 clamp(156px, 15vw, 194px); aspect-ratio: 3 / 4; border-radius: 8px; scroll-snap-align: start; box-shadow: 0 16px 34px rgba(0,0,0,.32); }
.actor-grid article > span { padding: 36px 13px 14px; background: linear-gradient(0deg, rgba(0,0,0,.9), transparent); color: rgba(255,255,255,.55); }
.actor-grid strong { font-size: 14px; }

.subscription-section {
  position: relative;
  border: 0;
  background:
    linear-gradient(180deg, rgba(7,7,9,.76), rgba(7,7,9,.94)),
    url("./assets/cta-final.jpg") 50% 38% / cover no-repeat;
}
.subscription-section::before { content: ""; position: absolute; inset: 0; background: rgba(116,38,56,.1); pointer-events: none; }
.subscription-section > .container { position: relative; z-index: 1; }
.plan-selector { max-width: 1160px; gap: 10px; }
.plan-option {
  min-height: 148px;
  padding: 24px 20px;
  border-color: rgba(255,255,255,.13);
  border-radius: 8px;
  background: rgba(20,20,23,.64);
  backdrop-filter: blur(18px);
}
.plan-option:hover { border-color: rgba(255,255,255,.34); background: rgba(36,34,35,.72); }
.plan-option.selected { border-color: #f0bd42; background: rgba(52,42,19,.72); box-shadow: 0 14px 42px rgba(0,0,0,.28); }
.popular-label, .save-label { border-radius: 999px; }
.popular-label { background: #f0bd42; }
.save-label { background: #9e4b63; }
.signup-layout {
  max-width: 1160px;
  border-color: rgba(255,255,255,.13);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(12,12,15,.68);
  box-shadow: 0 30px 90px rgba(0,0,0,.44);
  backdrop-filter: blur(24px);
}
.signup-promise { padding: 42px; border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.04); }
.selected-summary { border: 1px solid rgba(240,189,66,.25); border-left: 3px solid #f0bd42; border-radius: 8px; background: rgba(5,5,7,.42); }
.signup-form { padding: 42px; }
.signup-form input:not([type="checkbox"]), .guest-drawer-form input:not([type="checkbox"]):not([type="hidden"]) {
  height: 50px;
  border-color: rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(3,3,5,.55);
}
.payment-trust { border-color: rgba(255,255,255,.1); border-radius: 8px; background: rgba(18,18,21,.68); backdrop-filter: blur(18px); }

.faq-section { background: #09090a; }
.faq-list { border-color: rgba(255,255,255,.12); }
.faq-list details { border-color: rgba(255,255,255,.1); }
.faq-list summary { color: rgba(255,255,255,.88); }
.support-link { border-color: rgba(255,255,255,.1); border-radius: 8px; background: rgba(255,255,255,.05); }
.final-cta { min-height: 620px; }
.final-media { filter: saturate(.82) contrast(1.04); }
.final-media::after { background: rgba(0,0,0,.64); backdrop-filter: blur(2px); }
.final-content { max-width: 720px; }
.final-content > img { border-radius: 8px; box-shadow: 0 18px 50px rgba(0,0,0,.45); }
footer { background: #060607; }

.age-gate { background: rgba(4,4,6,.84); backdrop-filter: blur(28px) saturate(.9); }
.age-panel { border-color: rgba(255,255,255,.14); border-radius: 8px; background: rgba(17,17,20,.76); box-shadow: 0 30px 100px rgba(0,0,0,.62); backdrop-filter: blur(28px); }
.guest-subscription-bar {
  max-width: 980px;
  min-height: 66px;
  border-color: rgba(240,189,66,.34);
  border-radius: 8px;
  background: rgba(14,14,17,.68);
  box-shadow: 0 18px 55px rgba(0,0,0,.52);
  backdrop-filter: blur(24px) saturate(1.2);
}
.guest-subscribe-open { border-radius: 999px; background: linear-gradient(135deg, #ffe08a, #e8aa2b); }
.guest-drawer-backdrop { background: rgba(0,0,0,.58); backdrop-filter: blur(8px); }
.guest-subscription-drawer { border-color: rgba(255,255,255,.12); background: rgba(16,16,19,.88); backdrop-filter: blur(28px); }
.guest-drawer-close { background: rgba(255,255,255,.1); }
.guest-plan-grid span { border-color: rgba(255,255,255,.13); border-radius: 8px; background: rgba(255,255,255,.045); }
.guest-plan-grid input:checked + span { border-color: #f0bd42; background: rgba(57,44,16,.58); }

.catalog-page-hero { min-height: 560px; padding-top: 160px; box-shadow: inset 0 -220px 160px #060607, inset 520px 0 260px rgba(0,0,0,.76); }
.catalog-filters button { border-color: rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.05); }
.catalog-filters button.active { border-color: #f0bd42; background: #f0bd42; }
.auth-page { box-shadow: inset 0 0 0 1000px rgba(0,0,0,.68); }
.auth-form { border-color: rgba(255,255,255,.14); border-radius: 8px; background: rgba(15,15,18,.72); box-shadow: 0 28px 90px rgba(0,0,0,.48); backdrop-filter: blur(26px); }
.auth-form input { border-color: rgba(255,255,255,.16); border-radius: 8px; background: rgba(4,4,6,.54); }

@media (max-width: 980px) {
  .site-header { inset: 10px 0 auto; }
  .header-inner { width: min(100% - 20px, 1280px); height: 58px; }
  .brand { width: 158px; height: 54px; }
  .mobile-nav { width: calc(100% - 20px); margin: 5px auto 0; padding: 12px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: rgba(12,12,15,.88); backdrop-filter: blur(24px); }
  .hero { min-height: 740px; }
  .hero-content { padding-top: 130px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5,5,7,.92), rgba(5,5,7,.44)), linear-gradient(0deg, #060607 0%, transparent 38%); }
  .benefit-layout { grid-template-columns: 1fr; gap: 0; }
  .benefit-visual::after { background: linear-gradient(0deg, rgba(8,8,10,.9), transparent 45%); }
  .benefit-copy { margin: -80px 24px 0; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1280px); }
  .site-header, .header-inner { height: 56px; }
  .brand { width: 146px; height: 52px; }
  .hero { height: 100svh; min-height: 720px; max-height: 850px; align-items: end; }
  .hero-media { background-position: 61% 25%; }
  .hero-overlay { background: linear-gradient(0deg, #060607 0%, rgba(5,5,7,.72) 43%, rgba(5,5,7,.18) 78%), linear-gradient(90deg, rgba(5,5,7,.38), transparent); }
  .hero-content { padding: 135px 0 174px; }
  .hero-status { font-size: 9px; }
  .hero-kicker { margin-top: 15px; }
  .hero-meta { margin-bottom: 11px; font-size: 10px; }
  .hero h1 { font-size: clamp(51px, 16.7vw, 68px); line-height: .85; }
  .hero-copy { margin-top: 20px; font-size: 14px; }
  .hero-actions { grid-template-columns: 1fr auto; display: grid; }
  .hero-actions .button-primary { width: 100%; }
  .hero-actions .button-secondary { width: 54px; padding: 0; font-size: 0; }
  .hero-actions .button-secondary b { font-size: 16px; }
  .hero-stats { bottom: 14px; }
  .stats-grid { min-height: 102px; padding: 12px; grid-template-columns: 1fr 1fr; gap: 9px; }
  .stats-grid div, .stats-grid div:first-child { padding-left: 10px; }
  .stats-grid strong { font-size: 14px; }
  .catalog-section, .actors-section, .subscription-section, .faq-section { padding: 66px 0; }
  .release-grid { margin-right: -14px; }
  .release-card { flex-basis: 57%; min-width: 0; }
  .release-image { aspect-ratio: 2 / 3; }
  .catalog-bar { padding: 16px; }
  .benefit-section { padding: 70px 0; }
  .benefit-visual > img { min-height: 430px; }
  .benefit-copy { margin: -56px 12px 0; padding: 25px 20px; }
  .production-label { right: 12px; bottom: 72px; width: calc(100% - 24px); }
  .actor-grid { margin-right: -14px; }
  .actor-grid article { flex-basis: 42%; }
  .plan-selector { gap: 8px; }
  .plan-option { min-height: 130px; }
  .signup-promise, .signup-form { padding: 25px 19px; }
  .guest-subscription-bar { border-radius: 8px; }
  .guest-subscription-drawer { border-radius: 8px 0 0 8px; }
  .catalog-page-hero { min-height: 500px; padding-top: 150px; box-shadow: inset 0 -180px 130px #060607; }
}
