:root {
  --ink: #100107;
  --wine: #3b0719;
  --wine-2: #731534;
  --rose: #e4a1b4;
  --blush: #f2c7d0;
  --cream: #f7ede6;
  --muted: #cbb9be;
  --line: rgba(247, 237, 230, .15);
  --glass: rgba(24, 4, 12, .62);
  --shadow: 0 30px 80px rgba(0,0,0,.45);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: radial-gradient(circle at 70% 20%, #521127 0, #170108 44%, #0d0105 100%); color: var(--cream); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.noise { position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .055; mix-blend-mode: screen; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
.cursor-glow { position: fixed; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(218,65,111,.16), transparent 68%); transform: translate(-50%,-50%); pointer-events: none; z-index: 2; filter: blur(10px); }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 20px clamp(22px, 4vw, 68px); background: linear-gradient(to bottom, rgba(10,0,4,.78), rgba(10,0,4,0)); backdrop-filter: blur(10px); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: .18em; font-size: 12px; font-weight: 700; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(247,237,230,.5); font-family: Georgia, serif; letter-spacing: -.08em; color: var(--blush); box-shadow: inset 0 0 18px rgba(228,161,180,.14); }
.site-header nav { display: flex; gap: 28px; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.site-header nav a { transition: color .25s ease; }
.site-header nav a:hover { color: var(--cream); }
.adult-chip { border: 1px solid rgba(247,237,230,.24); border-radius: 999px; padding: 7px 11px; font-size: 11px; letter-spacing: .16em; }
.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; padding: 150px clamp(24px, 7vw, 110px) 12vh; isolation: isolate; overflow: hidden; }
.hero-media { position: absolute; inset: 0 0 0 39%; z-index: -4; overflow: hidden; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; display: block; }
.hero-media img { object-fit: cover; object-position: center 41%; filter: saturate(.78) contrast(1.04) brightness(.86); transform: scale(1.03); animation: heroDrift 14s ease-in-out infinite alternate; }
@keyframes heroDrift { to { transform: scale(1.08) translate3d(-1.4%, -1%, 0); } }
.hero-vignette { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, #0e0106 0%, rgba(20,1,8,.92) 31%, rgba(31,4,13,.5) 57%, rgba(9,0,3,.18) 100%), linear-gradient(0deg, rgba(10,0,4,.9), transparent 42%); }
.red-thread { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; opacity: .72; filter: drop-shadow(0 0 14px rgba(228,48,103,.75)); }
.red-thread path { fill: none; stroke: #d73d6a; stroke-width: 2.1; stroke-linecap: round; stroke-dasharray: 18 12; animation: threadMove 18s linear infinite; }
@keyframes threadMove { to { stroke-dashoffset: -600; } }
.hero-content { max-width: 760px; position: relative; z-index: 3; }
.eyebrow { margin: 0 0 18px; color: var(--rose); font-size: 11px; font-weight: 750; letter-spacing: .28em; text-transform: uppercase; }
.hero h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
.hero h1 { margin: 0; font-size: clamp(53px, 7.4vw, 116px); line-height: .92; max-width: 1000px; text-wrap: balance; }
.hero h1 span { display: block; }
.hero h1 em { display: block; margin-top: .16em; color: var(--blush); font-size: .67em; font-weight: 400; }
.hero-copy { max-width: 650px; margin: 30px 0 34px; color: #dbcbd0; font-size: clamp(16px, 1.4vw, 20px); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border-radius: 999px; border: 1px solid transparent; font: inherit; font-size: 12px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, #f1c1cc, #d87997); color: #2b0311; box-shadow: 0 15px 40px rgba(216,121,151,.24); }
.btn-primary:hover { box-shadow: 0 20px 55px rgba(216,121,151,.38); }
.btn-secondary { background: rgba(247,237,230,.08); border-color: rgba(247,237,230,.32); backdrop-filter: blur(16px); }
.btn-ghost { border-color: rgba(247,237,230,.18); color: var(--muted); }
.scroll-cue { position: absolute; right: clamp(22px,4vw,68px); bottom: 42px; display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.scroll-cue span { width: 46px; height: 1px; background: linear-gradient(90deg, transparent, var(--rose)); }
.section { position: relative; padding: clamp(86px, 11vw, 170px) clamp(24px, 7vw, 110px); }
.section-label { margin-bottom: 40px; color: var(--rose); font-size: 11px; letter-spacing: .26em; }
.story { background: radial-gradient(circle at 5% 60%, rgba(116,17,54,.26), transparent 37%), #100106; }
.story-grid { display: grid; grid-template-columns: 1.05fr .72fr; align-items: center; gap: clamp(46px,8vw,130px); max-width: 1300px; margin: 0 auto; }
.story h2, .section-heading h2, .crossing h2 { margin: 0 0 28px; font-size: clamp(42px, 5.6vw, 84px); line-height: .98; text-wrap: balance; }
.story-copy > p { max-width: 660px; color: var(--muted); font-size: clamp(17px,1.5vw,21px); }
blockquote { margin: 48px 0 0; padding: 0 0 0 24px; border-left: 1px solid var(--rose); color: var(--blush); font-family: Georgia, serif; font-size: clamp(22px,2.3vw,35px); line-height: 1.25; }
.portrait-card { position: relative; min-height: 660px; border: 1px solid rgba(247,237,230,.18); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transform-style: preserve-3d; background: #260510; }
.portrait-card::after { content:""; position:absolute; inset:0; background: linear-gradient(0deg, rgba(13,0,5,.82), transparent 48%); }
.portrait-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 50% 45%; filter: saturate(.65) contrast(1.08); }
.portrait-caption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; display: flex; justify-content: space-between; align-items: end; gap: 12px; }
.portrait-caption span { font-family: Georgia, serif; font-size: 34px; letter-spacing: .08em; }
.portrait-caption small { color: var(--muted); }
.motion-section { padding-top: 30px; padding-bottom: 30px; background: #100106; }
.motion-frame { min-height: min(82vh, 820px); max-width: 1480px; margin: 0 auto; position: relative; border-radius: clamp(22px,3vw,40px); overflow: hidden; border: 1px solid rgba(247,237,230,.16); box-shadow: var(--shadow); }
.motion-frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; filter: saturate(.52) contrast(1.08) brightness(.68); transform: scale(1.02); }
.motion-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,0,6,.88), rgba(14,0,6,.25) 60%, rgba(14,0,6,.48)), linear-gradient(0deg, rgba(14,0,6,.8), transparent 50%); }
.motion-copy { position: absolute; left: clamp(28px,6vw,90px); bottom: clamp(34px,8vw,110px); max-width: 690px; z-index: 2; }
.motion-copy h2 { margin: 0 0 18px; font-size: clamp(43px,5.7vw,88px); line-height: .95; }
.motion-copy p:last-child { color: var(--muted); font-size: 18px; }
.doors { background: radial-gradient(circle at 80% 35%, rgba(120,19,55,.32), transparent 36%), #160109; }
.section-heading { max-width: 900px; margin: 0 auto 64px; text-align: center; }
.door-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.door-card { min-height: 470px; position: relative; display: flex; flex-direction: column; padding: 30px; border: 1px solid rgba(247,237,230,.15); border-radius: var(--radius); background: linear-gradient(145deg, rgba(247,237,230,.055), rgba(247,237,230,.015)); overflow: hidden; transition: transform .35s ease, border-color .35s ease, background .35s ease; }
.door-card::before { content:""; position:absolute; width:240px; height:240px; border-radius:50%; top:-120px; right:-120px; background:radial-gradient(circle, rgba(228,161,180,.2), transparent 68%); transition: transform .4s ease; }
.door-card:hover { transform: translateY(-9px); border-color: rgba(228,161,180,.55); background: linear-gradient(145deg, rgba(247,237,230,.09), rgba(247,237,230,.025)); }
.door-card:hover::before { transform: scale(1.35); }
.door-card.featured { background: linear-gradient(160deg, rgba(124,22,58,.78), rgba(43,4,18,.72)); border-color: rgba(228,161,180,.34); }
.door-number { font-family: Georgia, serif; font-size: 15px; color: var(--muted); }
.door-kicker { margin-top: auto; color: var(--rose); font-size: 10px; letter-spacing: .24em; font-weight: 800; }
.of-label { display: inline-flex; align-items: center; gap: 9px; letter-spacing: .18em; }
.of-mini { width: 25px; height: 25px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 25px; border: 1px solid rgba(228,161,180,.55); border-radius: 50%; background: rgba(247,237,230,.07); color: var(--cream); font-family: Arial, sans-serif; font-size: 8px; font-weight: 800; letter-spacing: 0; box-shadow: inset 0 0 16px rgba(228,161,180,.08); }
.door-card h3 { margin: 13px 0 15px; font-size: clamp(34px,3vw,50px); line-height: 1; }
.door-card p { color: var(--muted); margin: 0; }
.door-cta { margin-top: 30px; display: flex; justify-content: space-between; align-items: center; padding-top: 20px; border-top: 1px solid rgba(247,237,230,.13); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.crossing { min-height: 72vh; display: grid; place-items: center; align-content: center; text-align: center; overflow: hidden; background: linear-gradient(180deg, #160109, #0e0105); }
.crossing-line { width: min(900px,80vw); height: 1px; margin-bottom: 60px; background: linear-gradient(90deg, transparent, #d73d6a, transparent); box-shadow: 0 0 18px rgba(215,61,106,.8); }
.crossing h2 { max-width: 1000px; }
.crossing > p:not(.eyebrow) { margin: 0 0 35px; color: var(--blush); font-family: Georgia, serif; font-size: clamp(22px,2.4vw,36px); }
.social { background: #0f0106; }
.social-links { max-width: 1100px; margin: 0 auto; border-top: 1px solid var(--line); }
.social-links a { display: flex; justify-content: space-between; gap: 30px; padding: 30px 4px; border-bottom: 1px solid var(--line); transition: padding .25s ease, color .25s ease; }
.social-links a:hover { padding-left: 15px; color: var(--blush); }
.social-links span { color: var(--muted); }
footer { display: grid; grid-template-columns: 1fr auto; gap: 18px 40px; align-items: center; padding: 44px clamp(24px,7vw,110px); border-top: 1px solid var(--line); background: #0b0104; color: var(--muted); font-size: 12px; }
footer p { margin: 0; text-align: right; }
.legal-links { display: flex; gap: 20px; }
.legal-links a:hover { color: var(--cream); }
footer small { text-align: right; }
.age-gate { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 50% 30%, #5e1230 0, #160108 48%, #080003 100%); transition: opacity .6s ease, visibility .6s ease; }
.age-gate.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.gate-orbit { position: absolute; width: min(760px,80vw); aspect-ratio:1; border-radius:50%; border:1px solid rgba(247,237,230,.08); box-shadow: inset 0 0 80px rgba(228,161,180,.08), 0 0 100px rgba(185,28,78,.12); animation: gatePulse 5s ease-in-out infinite alternate; }
@keyframes gatePulse { to { transform: scale(1.06); opacity:.62; } }
.gate-card { position: relative; z-index: 2; width: min(560px,100%); text-align: center; padding: clamp(34px,5vw,58px); border:1px solid rgba(247,237,230,.18); border-radius:32px; background:rgba(18,1,8,.65); backdrop-filter: blur(28px); box-shadow:var(--shadow); }
.gate-card .monogram { width:72px; height:72px; margin:0 auto 25px; display:grid; place-items:center; border-radius:50%; border:1px solid rgba(247,237,230,.4); color:var(--blush); font-family:Georgia,serif; font-size:26px; }
.gate-card h1 { margin:0 0 15px; font-size:clamp(35px,5vw,54px); }
.gate-card > p:not(.eyebrow) { color:var(--muted); margin:0 auto 29px; max-width:430px; }
.gate-actions { display:flex; justify-content:center; gap:12px; flex-wrap:wrap; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .85s cubic-bezier(.22,.72,.16,1), transform .85s cubic-bezier(.22,.72,.16,1); }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 900px) {
  .site-header nav { display:none; }
  .hero { min-height: 100svh; padding-top: 130px; }
  .hero-media { inset: 0; }
  .hero-media img { object-position: 56% 43%; }
  .hero-vignette { background: linear-gradient(0deg, #0e0106 0%, rgba(14,1,6,.92) 35%, rgba(20,1,8,.28) 72%, rgba(9,0,3,.18) 100%); }
  .hero-content { padding-top: 42vh; }
  .hero h1 { font-size: clamp(48px,14vw,80px); }
  .hero-copy { font-size:16px; }
  .story-grid { grid-template-columns:1fr; }
  .portrait-card { min-height: 620px; }
  .door-grid { grid-template-columns:1fr; }
  .door-card { min-height: 360px; }
  .motion-frame { min-height: 72vh; }
  footer { grid-template-columns:1fr; text-align:left; }
  footer p, footer small { text-align:left; }
}
@media (max-width: 560px) {
  .site-header { padding:16px 18px; }
  .brand-name { display:none; }
  .hero { padding-left:20px; padding-right:20px; padding-bottom:12vh; }
  .hero h1 { font-size:clamp(44px,13vw,64px); }
  .hero h1 em { font-size:.62em; line-height:1.05; }
  .scroll-cue { display:none; }
  .section { padding-left:20px; padding-right:20px; }
  .portrait-card { min-height:560px; }
  .motion-copy { left:24px; right:24px; }
  .motion-copy h2 { font-size:44px; }
  .gate-actions { flex-direction:column; }
  .gate-actions .btn { width:100%; }
  .social-links a { flex-direction:column; gap:6px; }
  .legal-links { flex-wrap:wrap; }
}
@media (pointer: coarse) { .cursor-glow { display:none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
  .reveal { opacity:1; transform:none; }
}
