:root {
  --black: #070405;
  --black-soft: #10090b;
  --champagne: #efc2aa;
  --rose: #d68b73;
  --ivory: #f5ebe6;
  --muted: #b9aaa5;
  --violet: #bf42f4;
  --border: rgba(221, 123, 111, 0.52);
  --display: "Bodoni Moda", Didot, "Times New Roman", serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { background: var(--black); }
body {
  min-width: 320px;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--ivory);
  font-family: var(--sans);
  font-weight: 300;
}
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }

.portal-layout {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 30% 28% 42%;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 56% 4%, rgba(220, 112, 45, .11), transparent 18%),
    linear-gradient(90deg, #070405 0 59%, #080405 73%, #050304);
  transition: opacity 1s ease, filter 1s ease;
}

.portal-layout::before {
  position: absolute;
  z-index: -2;
  inset: -4%;
  background: url("assets/hero.jpg") 37% 48% / 62% 125% no-repeat;
  filter: blur(18px) brightness(.38) saturate(.8);
  opacity: .48;
  content: "";
  pointer-events: none;
}

.hanging-lights {
  position: absolute;
  z-index: 8;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hanging-light {
  position: absolute;
  top: 0;
  width: 38px;
  height: 62px;
  border-radius: 46% 46% 55% 55%;
  background:
    radial-gradient(circle at 50% 54%, #fff9df 0 7%, #ffd27c 13%, #ee8f2e 28%, rgba(191, 73, 17, .45) 48%, transparent 67%);
  box-shadow: 0 0 12px #ffb24c, 0 0 33px rgba(230, 102, 23, .66), 0 0 70px rgba(225, 81, 20, .25);
  filter: saturate(1.15);
}

.hanging-light::before {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1px;
  height: 80px;
  background: linear-gradient(#211516, #9f5731);
  content: "";
}

.hanging-light::after {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 2px;
  height: 37px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #fff7d3;
  box-shadow: 0 0 7px #fff1ba;
  content: "";
}

.hanging-light--one { left: 24.5%; }
.hanging-light--two { left: 55.2%; transform: scale(.86); transform-origin: top center; }

.has-js .portal-layout { opacity: 0; filter: blur(8px); }
.has-js.is-ready .portal-layout { opacity: 1; filter: none; }

.intro { display: none; }
.has-js .intro {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(109, 22, 43, 0.19), transparent 30%),
    #060304;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.intro-ring {
  position: absolute;
  width: min(34vw, 420px);
  aspect-ratio: 1;
  border: 1px solid rgba(223, 140, 163, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 55px rgba(191, 66, 244, 0.12), inset 0 0 45px rgba(205, 85, 103, 0.09);
  animation: ring-in 1.2s ease both;
}
.intro-emblem {
  position: relative;
  width: 132px;
  filter: drop-shadow(0 0 18px rgba(228, 156, 128, 0.28));
  animation: logo-in 1s cubic-bezier(.2,.75,.2,1) both;
}
.intro-emblem .aa-letter--one { top: 18%; left: 17%; font-size: 72px; }
.intro-emblem .aa-letter--two { top: 26%; left: 43%; font-size: 62px; }
.intro-name {
  position: relative;
  margin-top: 17px;
  color: #f1c5ae;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .19em;
  line-height: 1;
  text-transform: uppercase;
  animation: copy-in .7s .18s ease both;
}
.intro > span:last-child {
  position: relative;
  margin-top: 11px;
  color: rgba(239, 194, 170, 0.7);
  font-size: 8px;
  letter-spacing: .42em;
  text-transform: uppercase;
  animation: copy-in .7s .25s ease both;
}
.is-ready .intro { opacity: 0; visibility: hidden; pointer-events: none; }
@keyframes logo-in { from { opacity: 0; transform: scale(.82) translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes ring-in { from { opacity: 0; transform: scale(.74); } to { opacity: 1; transform: none; } }
@keyframes copy-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.identity,
.hero,
.access { min-width: 0; min-height: 100svh; }

.identity {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 4vh, 45px) clamp(26px, 3.15vw, 60px) 30px;
  overflow: hidden;
  z-index: 4;
  background:
    linear-gradient(90deg, #070405 0 58%, rgba(7,4,5,.97) 76%, rgba(7,4,5,0) 100%),
    repeating-linear-gradient(90deg, transparent 0 4px, rgba(255,220,201,.018) 4px 5px);
}
.identity::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 100% 15%, rgba(216, 105, 54, .11), transparent 29%),
    linear-gradient(180deg, transparent 58%, rgba(73, 18, 26, .13));
  content: "";
}
.identity::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  background: transparent;
  content: "";
}
.identity-glow {
  position: absolute;
  z-index: -1;
  top: -100px;
  right: 7%;
  width: 190px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(232, 130, 57, .17), transparent 67%);
  filter: blur(15px);
}
.aa-logo {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(11px, .9vw, 17px);
  align-self: flex-start;
  width: clamp(198px, 16vw, 286px);
  min-height: clamp(70px, 6.2vw, 104px);
  transition: transform .4s ease, filter .4s ease;
}
.aa-logo img { position: absolute; width: 1px; height: 1px; opacity: 0; }
.aa-emblem {
  position: relative;
  display: block;
  width: clamp(72px, 6.1vw, 108px);
  aspect-ratio: 1;
  flex: 0 0 auto;
  border: 1px solid rgba(239, 194, 170, .28);
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 43%, rgba(248, 197, 173, .08), transparent 45%),
    linear-gradient(145deg, rgba(49, 15, 20, .44), rgba(9, 5, 6, .16));
  box-shadow:
    inset 0 0 0 4px rgba(7, 4, 5, .52),
    inset 0 0 0 5px rgba(239, 194, 170, .08),
    0 0 26px rgba(188, 57, 86, .12);
}
.aa-letter {
  position: absolute;
  color: var(--champagne);
  font-family: var(--display);
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255,255,255,.23), 0 0 18px rgba(225, 141, 113, .18);
}
.aa-letter--one { top: 17%; left: 14%; font-size: clamp(46px, 3.9vw, 69px); transform: scaleX(.82); }
.aa-letter--two { top: 25%; left: 42%; font-size: clamp(40px, 3.35vw, 60px); transform: scaleX(.82); }
.aa-orbit {
  position: absolute;
  inset: 9px;
  border: 1px solid transparent;
  border-top-color: rgba(250, 213, 195, .55);
  border-right-color: rgba(214, 139, 115, .28);
  border-radius: 50%;
  transform: rotate(-28deg);
}
.aa-orbit::after {
  position: absolute;
  right: -2px;
  bottom: 12%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff5eb;
  box-shadow: 0 0 8px #fff, 0 0 16px #e96b80;
  content: "";
}
.aa-spark {
  position: absolute;
  right: -4px;
  top: 8px;
  color: #fff1e6;
  font-size: 10px;
  font-weight: 400;
  text-shadow: 0 0 8px #fff, 0 0 15px #e96b80;
}
.aa-wordmark {
  display: grid;
  gap: 6px;
  min-width: 0;
}
.aa-wordmark strong {
  color: #f2c6af;
  font-family: var(--display);
  font-size: clamp(17px, 1.35vw, 26px);
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.aa-wordmark small {
  padding-top: 6px;
  border-top: 1px solid rgba(239, 177, 151, .32);
  color: rgba(240, 204, 186, .68);
  font-family: var(--sans);
  font-size: clamp(6.5px, .48vw, 9px);
  letter-spacing: .2em;
  line-height: 1.35;
  text-transform: uppercase;
  white-space: nowrap;
}
.aa-logo:hover,
.aa-logo:focus-visible { transform: translateY(-3px); filter: drop-shadow(0 0 12px rgba(239,165,139,.35)); outline: none; }
.aa-logo:hover .aa-emblem,
.aa-logo:focus-visible .aa-emblem { border-color: rgba(248, 195, 169, .58); box-shadow: inset 0 0 0 4px rgba(7,4,5,.52), inset 0 0 0 5px rgba(239,194,170,.13), 0 0 32px rgba(207, 65, 101, .22); }
.identity-copy { margin: clamp(55px, 8.5vh, 105px) 0 auto; }
.identity h1 {
  margin: 0;
  color: var(--champagne);
  font-family: var(--display);
  font-size: clamp(56px, 4.7vw, 93px);
  font-weight: 400;
  font-optical-sizing: auto;
  letter-spacing: .09em;
  line-height: .79;
  text-transform: uppercase;
  text-shadow: 0 0 34px rgba(210, 112, 91, .08);
}
.identity h1 span { display: block; }
.identity h1 span + span { margin-top: .31em; }
.tagline {
  margin: clamp(25px, 3.4vh, 42px) 0 0;
  color: #e9b89f;
  font-size: clamp(8px, .74vw, 13px);
  letter-spacing: .36em;
  line-height: 1.6;
  text-transform: uppercase;
  white-space: nowrap;
}
.signature-line {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 112px;
  margin: clamp(25px, 3.4vh, 41px) 0 clamp(22px, 3vh, 34px);
}
.signature-line span { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, rgba(229,128,110,.75)); }
.signature-line span:last-child { background: linear-gradient(90deg, rgba(229,128,110,.75), transparent); }
.signature-line b { width: 4px; height: 4px; transform: rotate(45deg); background: white; box-shadow: 0 0 8px #ff8d82, 0 0 16px #df3d5c; }
.description {
  margin: 0;
  color: rgba(243,235,230,.82);
  font-size: clamp(16px, 1.18vw, 20px);
  line-height: 1.65;
}
.signature {
  margin: clamp(18px, 3vh, 34px) 0 0;
  color: #efb997;
  font-family: "Mrs Saint Delafield", cursive;
  font-size: clamp(43px, 3.4vw, 62px);
  line-height: 1;
  transform: rotate(-4deg);
  transform-origin: left center;
}
.signature em { display: inline-block; font-family: var(--serif); font-size: .42em; font-style: normal; transform: translateY(-8px) rotate(4deg); }

.hero {
  position: relative;
  isolation: isolate;
  margin: 0;
  z-index: 2;
  overflow: visible;
  background: transparent;
}
.hero > img {
  position: absolute;
  z-index: -3;
  top: 0;
  bottom: 0;
  left: -33%;
  width: 142%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 49%;
  filter: saturate(.98) contrast(1.04) brightness(.93);
  transform: scale(1.008);
}
.hero-overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -33%;
  width: 142%;
  background:
    radial-gradient(circle at 50% 12%, rgba(242,145,76,.2), transparent 31%),
    radial-gradient(circle at 91% 47%, rgba(187,58,241,.09), transparent 27%),
    linear-gradient(90deg, rgba(7,4,5,.32), transparent 18% 79%, rgba(7,4,5,.44)),
    linear-gradient(180deg, rgba(7,4,5,.08), transparent 28% 72%, rgba(7,4,5,.45));
  box-shadow: inset 0 0 100px rgba(0,0,0,.18);
}
.hero-neon {
  display: none;
  position: absolute;
  z-index: -2;
  right: -9%;
  bottom: 21%;
  width: 35%;
  aspect-ratio: 1;
  border: 3px solid rgba(208,75,255,.34);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(199,54,255,.36), inset 0 0 15px rgba(199,54,255,.22);
}

.access {
  --mx: 50%;
  --my: 25%;
  position: relative;
  z-index: 6;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3vh, 36px) clamp(18px, 2.05vw, 40px) clamp(16px, 2.2vh, 27px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(9,5,6,.97), rgba(7,4,5,.995) 17%),
    repeating-linear-gradient(90deg, transparent 0 5px, rgba(255,220,203,.012) 5px 6px);
}
.access::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(116,21,57,.12), transparent 29%),
    linear-gradient(180deg, rgba(0,0,0,.36), transparent 24% 78%, rgba(80,18,32,.09));
  content: "";
}
.access-light {
  position: absolute;
  z-index: -1;
  top: 9%;
  left: 22%;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(127, 19, 44, .07);
  filter: blur(50px);
}
.official {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
  margin-bottom: clamp(17px, 2.5vh, 30px);
  color: rgba(243,231,225,.72);
  font-size: 7px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.official i { width: 4px; height: 4px; border-radius: 50%; background: white; box-shadow: 0 0 8px white, 0 0 17px #f35e7a, 0 0 24px #c843ff; }
.access-stack { display: flex; flex: 1; flex-direction: column; min-height: 0; }
.platform-section + .platform-section { margin-top: clamp(11px, 1.55vh, 18px); }
.section-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(8px, .85vw, 16px);
  margin-bottom: clamp(8px, 1.15vh, 13px);
}
.section-title span { height: 1px; background: linear-gradient(90deg, transparent, rgba(224,139,111,.55)); }
.section-title span:last-child { background: linear-gradient(90deg, rgba(224,139,111,.55), transparent); }
.section-title h2 {
  margin: 0;
  color: var(--champagne);
  font-family: var(--serif);
  font-size: clamp(12px, .95vw, 17px);
  font-weight: 500;
  letter-spacing: .26em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.social-grid,
.double-grid,
.live-grid { display: grid; gap: clamp(6px, .5vw, 10px); }
.social-grid { grid-template-columns: repeat(3, minmax(0, .78fr)) minmax(0, 1.75fr); }
.double-grid,
.live-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.platform--about {
  min-height: clamp(62px, 7.4vh, 78px);
  margin-bottom: clamp(12px, 1.65vh, 18px);
  padding: 8px clamp(14px, 1.25vw, 24px);
  border-color: rgba(239, 174, 145, .68);
  background:
    radial-gradient(circle at 9% 50%, rgba(232, 143, 108, .19), transparent 21%),
    radial-gradient(circle at 87% 0%, rgba(175, 42, 91, .24), transparent 38%),
    linear-gradient(112deg, rgba(58, 17, 25, .96), rgba(23, 8, 12, .94) 64%, rgba(56, 15, 29, .9));
  box-shadow: inset 0 1px 0 rgba(255,238,229,.14), inset 0 -1px 0 rgba(105,20,42,.7), 0 10px 30px rgba(0,0,0,.24), 0 0 25px rgba(190,51,102,.07);
}
.about-seal {
  position: relative;
  z-index: 1;
  display: grid;
  width: clamp(40px, 3.1vw, 56px);
  aspect-ratio: 1;
  flex: 0 0 auto;
  place-items: center;
  margin-right: clamp(10px, .9vw, 17px);
  border: 1px solid rgba(242, 193, 169, .42);
  border-radius: 50%;
  color: #f2c4ae;
  font-family: var(--display);
  font-size: clamp(16px, 1.25vw, 23px);
  font-style: normal;
  letter-spacing: -.08em;
  box-shadow: inset 0 0 18px rgba(227, 113, 106, .08), 0 0 16px rgba(224, 94, 126, .08);
}
.about-copy { justify-content: center; }
.about-copy small {
  margin: 0 0 2px;
  color: rgba(235, 180, 156, .74);
  font-size: clamp(7px, .52vw, 9.5px);
  letter-spacing: .22em;
  text-transform: uppercase;
}
.about-copy strong {
  color: #f7d1bd;
  font-family: var(--display);
  font-size: clamp(17px, 1.25vw, 24px);
  letter-spacing: .14em;
}
.about-copy em {
  margin-top: 2px;
  color: rgba(248, 237, 230, .82);
  font-size: clamp(10.5px, .78vw, 14px);
  font-style: normal;
  letter-spacing: .04em;
  line-height: 1.25;
}

.platform {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(224, 130, 112, .56);
  border-radius: 9px;
  background:
    radial-gradient(circle at 13% 15%, rgba(255,226,214,.18) 0 1px, transparent 1.7px),
    radial-gradient(circle at 82% 70%, rgba(236,118,143,.16) 0 1px, transparent 1.7px),
    radial-gradient(circle at 18% -5%, rgba(173,48,73,.24), transparent 42%),
    linear-gradient(118deg, rgba(53,17,24,.88), rgba(19,8,11,.9));
  background-size: auto, auto, auto, auto;
  box-shadow:
    inset 0 1px 0 rgba(255,235,224,.11),
    inset 0 -1px 0 rgba(93,20,35,.68),
    inset 0 -18px 34px rgba(47,4,14,.16),
    0 8px 28px rgba(0,0,0,.22);
  -webkit-backdrop-filter: blur(16px) saturate(1.12);
  backdrop-filter: blur(16px) saturate(1.12);
  transition: transform .38s cubic-bezier(.2,.75,.2,1), border-color .38s ease, box-shadow .38s ease, filter .38s ease;
}
.platform::before {
  position: absolute;
  z-index: 2;
  top: -65%;
  left: -34%;
  width: 30%;
  height: 230%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,238,229,.13), transparent);
  content: "";
  pointer-events: none;
  transition: left .65s ease;
}
.platform::after {
  position: absolute;
  z-index: 0;
  inset: 1px;
  border-radius: 7px;
  background:
    linear-gradient(115deg, rgba(255,222,208,.045), transparent 34%),
    radial-gradient(circle at 50% 115%, rgba(159,29,67,.16), transparent 52%);
  content: "";
  opacity: .82;
  pointer-events: none;
  transition: opacity .38s ease, background .38s ease;
}
.platform:hover,
.platform:focus-visible {
  z-index: 3;
  transform: translateY(-3px) scale(1.008);
  border-color: rgba(248,181,157,.92);
  box-shadow:
    inset 0 1px 0 rgba(255,244,237,.16),
    inset 0 -1px 0 rgba(151,43,65,.62),
    0 13px 34px rgba(69,9,26,.42),
    0 0 0 1px rgba(238,145,124,.08),
    0 0 27px rgba(205,54,124,.12);
  filter: brightness(1.08) saturate(1.07);
  outline: none;
}
.platform:hover::before,
.platform:focus-visible::before { left: 117%; }
.platform:hover::after,
.platform:focus-visible::after { opacity: 1; }
.platform:active { transform: translateY(-1px) scale(.992); }
.platform > span,
.platform > .icon,
.platform > .about-seal,
.platform > .chevron { position: relative; z-index: 1; }
.platform > span { display: flex; min-width: 0; flex-direction: column; }
.platform strong,
.platform small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.platform strong { color: #f5e8e2; font-size: clamp(13.5px, 1vw, 17.5px); font-weight: 500; letter-spacing: .05em; line-height: 1.3; text-transform: uppercase; }
.platform small { margin-top: 3px; color: rgba(245,232,226,.86); font-size: clamp(11px, .82vw, 14px); letter-spacing: .02em; line-height: 1.25; }
.platform--social { min-height: clamp(80px, 10vh, 102px); flex-direction: column; justify-content: center; padding: 8px 4px; text-align: center; }
.platform--social > span { align-items: center; }
.platform--fansly { min-height: clamp(80px, 10vh, 102px); justify-content: center; padding: 8px clamp(7px, .75vw, 14px); }
.platform--social small,
.platform--fansly small { font-weight: 500; letter-spacing: .01em; }
.platform--exclusive {
  min-height: clamp(82px, 10.2vh, 105px);
  padding: 10px clamp(10px, 1.1vw, 21px);
  border-color: rgba(113, 217, 255, .84);
  background:
    radial-gradient(circle at 13% 10%, rgba(255,255,255,.22), transparent 24%),
    linear-gradient(122deg, #00aff0 0%, #0797db 46%, #0874bd 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.32), inset 0 -1px 0 rgba(0,79,128,.48), 0 10px 28px rgba(0,111,172,.17), 0 0 22px rgba(0,175,240,.1);
}
.platform--exclusive::after {
  background: linear-gradient(118deg, rgba(255,255,255,.12), transparent 34%), radial-gradient(circle at 82% 110%, rgba(0,65,122,.22), transparent 50%);
}
.platform--exclusive:hover,
.platform--exclusive:focus-visible {
  border-color: rgba(214, 247, 255, .95);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.42), inset 0 -1px 0 rgba(0,67,112,.42), 0 14px 34px rgba(0,114,175,.26), 0 0 28px rgba(0,175,240,.18);
}
.platform--live { min-height: clamp(54px, 6.6vh, 70px); padding: 7px clamp(8px, .78vw, 15px); }
.platform--naughty {
  min-height: clamp(94px, 11.2vh, 116px);
  justify-content: flex-end;
  padding: 8px clamp(16px, 1.45vw, 28px);
  border-color: rgba(232,137,118,.72);
  background:
    linear-gradient(90deg, rgba(22,4,9,.2) 0 36%, rgba(19,4,9,.62) 55%, rgba(10,2,5,.92) 100%),
    url("assets/naughty-wifeys-banner.jpg") center / cover no-repeat;
  box-shadow: inset 0 1px rgba(255,232,220,.13), inset 0 -1px rgba(104,22,39,.8), 0 9px 32px rgba(0,0,0,.28), 0 0 24px rgba(178,40,80,.06);
}
.platform--naughty::after { background: linear-gradient(90deg, transparent 0 37%, rgba(35,4,12,.45) 57%, rgba(11,2,5,.77) 100%); }
.platform--exclusive strong { color: #fff; font-family: var(--serif); font-size: clamp(19px, 1.3vw, 25px); font-weight: 600; letter-spacing: .12em; text-shadow: 0 1px 1px rgba(0,55,91,.25); }
.platform--exclusive .platform-eyebrow { margin: 0 0 1px; color: rgba(255,255,255,.82); font-size: clamp(8px, .56vw, 10.5px); font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.platform--exclusive .platform-handle { margin-top: 2px; color: #fff; font-size: clamp(12px, .86vw, 15px); font-weight: 500; letter-spacing: .025em; text-transform: none; }
.naughty-copy {
  width: 59%;
  margin-left: auto;
  padding: 7px 10px;
  border-left: 1px solid rgba(255, 185, 173, .25);
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(18,3,8,.68), rgba(9,2,5,.84));
  box-shadow: -18px 0 28px rgba(11,2,5,.42);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.platform--naughty .naughty-copy strong {
  color: #ffe1d4;
  font-family: var(--display);
  font-size: clamp(17px, 1.15vw, 22px);
  font-weight: 500;
  letter-spacing: .11em;
  line-height: 1.05;
  text-shadow: 0 2px 9px rgba(0,0,0,.8);
}
.platform--naughty .naughty-copy small {
  overflow: visible;
  margin-top: 4px;
  color: rgba(255,239,232,.9);
  font-size: clamp(9.5px, .65vw, 12px);
  letter-spacing: .02em;
  line-height: 1.25;
  text-overflow: clip;
  text-shadow: 0 2px 7px rgba(0,0,0,.9);
  white-space: normal;
}
.naughty-copy em {
  margin-top: 3px;
  color: #ffb9af;
  font-size: clamp(8.5px, .58vw, 11px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}
.naughty-section { margin-top: clamp(11px, 1.55vh, 18px); padding-top: 0; }

.naughty-card-link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(236, 171, 89, .72);
  border-radius: 10px;
  background: #080405;
  box-shadow:
    inset 0 1px 0 rgba(255, 235, 196, .13),
    0 10px 32px rgba(0, 0, 0, .34),
    0 0 24px rgba(207, 123, 28, .08);
  transition: transform .35s cubic-bezier(.2,.75,.2,1), border-color .35s ease, box-shadow .35s ease, filter .35s ease;
}
.naughty-card-link::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(255, 224, 164, .06), transparent 32% 70%, rgba(255, 174, 65, .04));
  content: "";
  pointer-events: none;
}
.naughty-card-link img {
  display: block;
  width: 100%;
  height: auto;
}
.naughty-card-link:hover,
.naughty-card-link:focus-visible {
  transform: translateY(-3px) scale(1.006);
  border-color: rgba(255, 205, 111, .96);
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 218, .18),
    0 15px 40px rgba(0, 0, 0, .42),
    0 0 30px rgba(232, 154, 47, .16);
  filter: brightness(1.035);
  outline: none;
}
.naughty-card-link:active { transform: translateY(-1px) scale(.995); }

.icon { display: grid; flex: 0 0 auto; place-items: center; color: white; font-style: normal; font-weight: 600; }
.platform--social .icon { width: 29px; height: 27px; margin-bottom: 4px; font-size: 24px; }
.icon--ig { border-radius: 8px; background: radial-gradient(circle at 67% 74%, #ffda74 0 9%, #f95375 34%, #bc2ed5 61%, #4d5bd7 100%); box-shadow: 0 0 12px rgba(234,62,133,.24); font-size: 20px !important; }
.icon--tt { font-size: 26px !important; text-shadow: -2px 1px #32d8df, 2px -1px #f33d70; }
.icon--x { font-family: Arial, sans-serif; font-size: 25px !important; font-weight: 300; }
.icon--fansly { width: 42px; height: 42px; margin-right: 10px; object-fit: contain; filter: drop-shadow(0 0 8px rgba(39,158,255,.24)); }
.icon--onlyfans {
  width: clamp(34px, 2.7vw, 52px);
  height: clamp(34px, 2.7vw, 52px);
  margin-right: clamp(9px, .85vw, 16px);
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0,72,117,.2));
}
.platform--live .icon { width: clamp(28px, 2vw, 37px); height: clamp(28px, 2vw, 37px); margin-right: clamp(6px, .65vw, 12px); border: 1px solid rgba(255,255,255,.23); border-radius: 50%; font-size: 10px; }
.icon--cb { background: linear-gradient(145deg, #dc651c, #813016); }
.icon--sc { background: linear-gradient(145deg, #d52955, #6d142d); font-family: var(--serif); font-size: 21px !important; }
.icon--stream { background: linear-gradient(145deg, #289ace, #16415f); font-size: 20px !important; }
.icon--mfc { width: 38px !important; border: 0 !important; color: #47c261; font-size: 11px !important; }
.chevron { width: 14px; height: 14px; margin-left: auto; border-top: 1px solid #f0c7b4; border-right: 1px solid #f0c7b4; transform: rotate(45deg) scale(.58); transition: transform .3s ease; }
.platform--naughty:hover .chevron { transform: translateX(3px) rotate(45deg) scale(.58); }

.route-page {
  display: grid;
  min-height: 100svh;
  place-items: center;
  margin: 0;
  padding: 28px;
  background: radial-gradient(circle at 50% 43%, rgba(97,20,39,.23), transparent 31%), #070405;
  text-align: center;
}
.route-page::before { position: fixed; inset: 11px; border: 1px solid rgba(226,153,127,.14); content: ""; pointer-events: none; }
.route-card { position: relative; z-index: 1; max-width: 560px; }
.route-card img { width: 112px; filter: drop-shadow(0 0 17px rgba(238,170,143,.2)); }
.route-card__eyebrow { margin: 24px 0 10px; color: rgba(237,193,166,.58); font-size: 8px; letter-spacing: .42em; text-transform: uppercase; }
.route-card h1 { margin: 0; color: var(--champagne); font-family: var(--serif); font-size: clamp(46px, 8vw, 82px); font-weight: 400; letter-spacing: .1em; line-height: .95; text-transform: uppercase; }
.route-card p { margin: 18px 0 34px; color: rgba(241,226,218,.63); font-size: 10px; letter-spacing: .13em; line-height: 1.8; text-transform: uppercase; }
.journal-topics { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin: -12px 0 30px; }
.journal-topics span { padding: 7px 11px; border: 1px solid rgba(218,128,109,.24); border-radius: 99px; background: rgba(42,13,18,.25); color: rgba(239,194,170,.62); font-size: 6px; letter-spacing: .18em; text-transform: uppercase; }
.route-card__back { display: inline-flex; align-items: center; min-height: 43px; padding: 0 22px; border: 1px solid rgba(218,128,109,.44); border-radius: 99px; background: rgba(41,13,18,.4); color: #e8c2ae; font-size: 8px; letter-spacing: .25em; text-transform: uppercase; transition: .3s ease; }
.route-card__back:hover,
.route-card__back:focus-visible { transform: translateY(-2px); border-color: rgba(245,183,157,.82); box-shadow: 0 7px 25px rgba(74,14,30,.28); outline: none; }

@media (max-width: 1199px) and (min-width: 768px) {
  .portal-layout {
    display: grid;
    grid-template-columns: 24% 52% 24%;
    grid-template-rows: auto minmax(500px, 62svh) auto auto;
    gap: 12px 0;
    min-height: 100svh;
    padding: 18px 18px 28px;
    overflow: visible;
    background:
      radial-gradient(circle at 50% 49%, rgba(130, 28, 48, .22), transparent 29%),
      linear-gradient(180deg, #080405, #0c0608 62%, #080405);
  }
  .portal-layout::before,
  .hanging-lights { display: none; }

  .identity {
    grid-column: 1 / -1;
    grid-row: 1;
    display: block;
    min-height: 0;
    padding: 4px 20px 10px;
    overflow: visible;
    background: transparent;
    text-align: center;
  }
  .identity::before,
  .identity::after,
  .identity-glow,
  .signature-line,
  .description,
  .signature { display: none; }
  .aa-logo {
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 16px;
    display: flex;
    width: 66px;
    min-height: 66px;
  }
  .aa-emblem { width: 62px; }
  .aa-letter--one { top: 17%; left: 14%; font-size: 40px; }
  .aa-letter--two { top: 25%; left: 42%; font-size: 35px; }
  .aa-wordmark { display: none; }
  .identity-copy { margin: 0; }
  .identity h1 { display: flex; justify-content: center; gap: .34em; font-size: clamp(36px, 5.6vw, 55px); line-height: 1; }
  .identity h1 span + span { margin-top: 0; }
  .tagline { margin: 7px 0 0; font-size: 8px; letter-spacing: .37em; white-space: normal; }

  .hero {
    grid-column: 2;
    grid-row: 2;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(225, 138, 119, .22);
    border-radius: 50% 50% 5px 5px / 13% 13% 5px 5px;
    background: radial-gradient(circle at 50% 53%, rgba(103, 24, 38, .35), transparent 48%), #090506;
    box-shadow: 0 0 60px rgba(107, 17, 42, .23);
  }
  .hero > img { left: 0; width: 100%; object-fit: contain; object-position: center center; }
  .hero-overlay { left: 0; width: 100%; background: linear-gradient(180deg, rgba(5,3,4,.05), transparent 60%, rgba(7,4,5,.45)); }
  .hero-neon {
    z-index: 0;
    right: 5%;
    bottom: 7%;
    display: block;
    width: 90%;
    border-width: 3px;
    opacity: .46;
    pointer-events: none;
  }

  .access,
  .access-stack { display: contents; }
  .access::before,
  .access-light,
  .official { display: none; }
  .access-stack > .platform-section:nth-child(1) { grid-column: 1; grid-row: 2; align-self: center; padding-right: 14px; }
  .access-stack > .platform-section:nth-child(2) { grid-column: 1 / -1; grid-row: 3; width: min(66%, 620px); justify-self: center; }
  .access-stack > .platform-section:nth-child(3) { grid-column: 3; grid-row: 2; align-self: center; padding-left: 14px; }
  .access-stack > .naughty-section { grid-column: 1 / -1; grid-row: 4; width: min(74%, 680px); justify-self: center; margin: 0; }
  .platform-section + .platform-section { margin-top: 0; }
  .section-title { gap: 7px; margin-bottom: 10px; }
  .section-title h2 { font-size: clamp(10.5px, 1.35vw, 12px); letter-spacing: .18em; }
  .platform--about { min-height: 64px; margin-bottom: 10px; padding-inline: 10px; }
  .about-seal { width: 38px; margin-right: 8px; font-size: 16px; }
  .about-copy small { font-size: 8.5px; }
  .about-copy strong { font-size: 16px; }
  .about-copy em { font-size: 10px; line-height: 1.15; }
  .social-grid,
  .live-grid { grid-template-columns: 1fr; gap: 8px; }
  .platform--social,
  .platform--fansly,
  .platform--live {
    min-height: 62px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 7px 10px;
    text-align: left;
  }
  .platform--social > span,
  .platform--fansly > span { align-items: flex-start; }
  .platform--social .icon,
  .platform--fansly .icon { width: 29px; height: 29px; margin: 0 9px 0 0; font-size: 22px; }
  .icon--fansly { object-fit: contain; }
  .platform strong { font-size: 13px; }
  .platform small { font-size: 10.5px; }
  .platform--exclusive { min-height: 82px; }
  .platform--exclusive strong { font-size: 20px; }
  .platform--exclusive .platform-handle { font-size: 12.5px; }
  .icon--onlyfans { width: 42px; height: 42px; }
  .platform--naughty { min-height: 98px; }
  .naughty-copy { width: 61%; }
  .platform--naughty .naughty-copy strong { font-size: 19px; }
  .platform--naughty .naughty-copy small { font-size: 10.5px; }
  .naughty-copy em { font-size: 9.5px; }
}

@media (max-width: 767px) {
  .portal-layout { display: flex; flex-direction: column; min-height: 100svh; overflow: visible; }
  .portal-layout::before,
  .hanging-lights { display: none; }
  .identity,
  .hero,
  .access { min-height: 0; }

  .identity {
    order: 1;
    display: flex;
    min-height: 84px;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    background: linear-gradient(90deg, #090506, #11080a, #080405);
    text-align: left;
  }
  .identity::after,
  .identity-glow,
  .signature-line,
  .description,
  .signature { display: none; }
  .aa-logo { order: 2; display: flex; width: 66px; min-height: 66px; margin-left: auto; align-self: center; }
  .aa-emblem { width: 62px; }
  .aa-letter--one { top: 17%; left: 14%; font-size: 40px; }
  .aa-letter--two { top: 25%; left: 42%; font-size: 35px; }
  .aa-wordmark { display: none; }
  .identity-copy { margin: 0; }
  .identity h1 { display: flex; gap: .3em; font-size: clamp(23px, 7.4vw, 33px); line-height: 1; letter-spacing: .14em; }
  .identity h1 span + span { margin-top: 0; }
  .tagline { margin: 7px 0 0; font-size: 5.5px; letter-spacing: .25em; white-space: normal; }

  .hero { order: 2; height: 62svh; min-height: 480px; overflow: hidden; border-block: 1px solid rgba(225,148,126,.2); }
  .hero > img { left: 0; width: 100%; object-fit: cover; object-position: center 48%; }
  .hero-overlay { left: 0; width: 100%; }
  .hero-neon { display: none; }

  .access { order: 3; display: flex; min-height: 0; padding: 28px 13px 27px; overflow: visible; }
  .official { display: none; }
  .access-stack { display: flex; width: 100%; max-width: 680px; margin: 0 auto; }
  .platform-section + .platform-section { margin-top: 16px; }
  .section-title { gap: 8px; margin-bottom: 9px; }
  .section-title h2 { font-size: 11px; letter-spacing: .17em; }
  .platform--about { min-height: 78px; margin-bottom: 15px; padding: 9px 14px; }
  .about-seal { width: 46px; margin-right: 12px; font-size: 19px; }
  .about-copy small { font-size: 8.5px; }
  .about-copy strong { font-size: 19px; }
  .about-copy em { font-size: 11.5px; }

  .social-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
  .platform--social,
  .platform--fansly { min-height: 76px; flex-direction: column; justify-content: center; padding: 7px 2px; text-align: center; }
  .platform--social > span,
  .platform--fansly > span { align-items: center; }
  .platform--social .icon,
  .platform--fansly .icon { width: 25px; height: 24px; margin: 0 0 3px; font-size: 21px; }
  .icon--fansly { object-fit: contain; }
  .platform--social strong,
  .platform--fansly strong { font-size: 12px; }
  .platform--social small,
  .platform--fansly small { max-width: 82px; font-size: 10px; font-weight: 500; letter-spacing: -.025em; }

  .double-grid,
  .live-grid { gap: 7px; }
  .platform--exclusive { min-height: 82px; padding-inline: 9px; }
  .platform--exclusive strong { font-size: 18px; }
  .platform--exclusive .platform-eyebrow { font-size: 8px; }
  .platform--exclusive .platform-handle { font-size: 11.5px; }
  .icon--onlyfans { width: 38px; height: 38px; margin-right: 9px; }
  .platform--live { min-height: 62px; padding-inline: 7px; }
  .platform--live .icon { width: 29px; height: 29px; margin-right: 7px; }
  .platform--live strong { font-size: 12px; }
  .platform--live small { font-size: 8.5px; }
  .icon--mfc { width: 31px !important; margin-right: 4px !important; }
  .naughty-section { margin-top: 17px; }
  .platform--naughty { min-height: 116px; padding-inline: 13px; }
  .naughty-copy { width: 65%; padding: 7px 8px; }
  .platform--naughty .naughty-copy strong { font-size: 18px; }
  .platform--naughty .naughty-copy small { font-size: 10px; line-height: 1.3; }
  .naughty-copy em { font-size: 9px; }
}

@media (max-width: 359px) {
  .identity { min-height: 76px; }
  .identity h1 { font-size: 20px; }
  .aa-logo { width: 60px; min-height: 60px; }
  .aa-emblem { width: 56px; }
  .aa-letter--one { font-size: 36px; }
  .aa-letter--two { font-size: 31px; }
  .platform--exclusive { padding-inline: 5px; }
  .icon--onlyfans { width: 32px; height: 32px; margin-right: 6px; }
  .platform--exclusive .platform-handle { font-size: 11px; }
  .platform--social small,
  .platform--fansly small { max-width: none; font-size: 10.5px; }
  .social-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform--social,
  .platform--fansly { min-height: 72px; flex-direction: row; justify-content: flex-start; padding-inline: 10px; text-align: left; }
  .platform--social > span,
  .platform--fansly > span { align-items: flex-start; }
  .platform--social .icon,
  .platform--fansly .icon { margin: 0 8px 0 0; }
}


/* Desktop fit for the full Naughty Wifeys artwork.
   Keeps the entire poster visible without making the fixed portal taller than the viewport. */
@media (min-width: 1200px) {
  .naughty-card-link {
    width: min(100%, 500px, calc(31svh * 1.558));
    margin-inline: auto;
  }
}



/* 18+ entry gate */
html.age-locked,
html.age-locked body {
  overflow: hidden;
}

.age-gate {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 38%, rgba(125, 26, 51, .25), transparent 34%),
    linear-gradient(145deg, rgba(7, 4, 5, .985), rgba(17, 7, 10, .99));
  opacity: 1;
  visibility: visible;
  transition: opacity .45s ease, visibility .45s ease;
}

.age-verified .age-gate,
.age-gate.is-dismissed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.age-gate::before {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(230, 165, 135, .18);
  border-radius: 24px;
  content: "";
  pointer-events: none;
}

.age-gate__panel {
  position: relative;
  width: min(540px, 100%);
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(232, 157, 130, .52);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 4%, rgba(235, 148, 108, .12), transparent 28%),
    linear-gradient(145deg, rgba(58, 17, 25, .94), rgba(16, 7, 9, .97) 62%, rgba(43, 12, 21, .94));
  box-shadow: inset 0 1px rgba(255, 238, 229, .12), 0 28px 90px rgba(0, 0, 0, .52), 0 0 60px rgba(161, 31, 75, .12);
  text-align: center;
}

.age-gate__seal {
  display: grid;
  width: 78px;
  aspect-ratio: 1;
  place-items: center;
  margin: 0 auto 22px;
  border: 1px solid rgba(242, 193, 169, .5);
  border-radius: 50%;
  color: #f0c2aa;
  font-family: var(--display);
  font-size: 29px;
  letter-spacing: -.08em;
  box-shadow: inset 0 0 22px rgba(227, 113, 106, .08), 0 0 28px rgba(224, 94, 126, .09);
}

.age-gate__eyebrow {
  margin: 0 0 17px;
  color: #dc987c;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .34em;
  text-transform: uppercase;
}

.age-gate h1 {
  margin: 0;
  color: #f5dfd4;
  font-family: var(--display);
  font-size: clamp(42px, 7vw, 64px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: .98;
}

.age-gate h1 em {
  color: #efb79e;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
}

.age-gate__copy {
  max-width: 430px;
  margin: 25px auto 0;
  color: rgba(245, 229, 221, .72);
  font-size: 13px;
  line-height: 1.7;
}

.age-gate__actions {
  display: grid;
  grid-template-columns: 1fr .56fr;
  gap: 10px;
  margin-top: 31px;
}

.age-gate button {
  min-height: 54px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
}

.age-gate__enter {
  border: 1px solid rgba(246, 188, 154, .82);
  background: linear-gradient(120deg, #a14b45, #5f1f30);
  color: #fff7f1;
  box-shadow: inset 0 1px rgba(255,255,255,.14), 0 10px 28px rgba(79, 12, 30, .3);
}

.age-gate__exit {
  border: 1px solid rgba(236, 189, 169, .27);
  background: rgba(12, 6, 8, .42);
  color: rgba(244, 226, 216, .72);
}

.age-gate button:hover,
.age-gate button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.age-gate__enter:hover,
.age-gate__enter:focus-visible {
  border-color: #ffd0b8;
  box-shadow: inset 0 1px rgba(255,255,255,.18), 0 12px 34px rgba(101, 20, 39, .42), 0 0 22px rgba(225, 132, 101, .13);
}

.age-gate__exit:hover,
.age-gate__exit:focus-visible {
  border-color: rgba(236, 189, 169, .54);
  background: rgba(43, 17, 22, .56);
}

.age-gate__panel > small {
  display: block;
  margin-top: 17px;
  color: rgba(240, 213, 200, .42);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@media (max-width: 520px) {
  .age-gate {
    padding: 14px;
  }
  .age-gate::before {
    inset: 7px;
    border-radius: 18px;
  }
  .age-gate__panel {
    padding: 36px 22px 30px;
    border-radius: 18px;
  }
  .age-gate__seal {
    width: 68px;
    margin-bottom: 19px;
    font-size: 25px;
  }
  .age-gate h1 {
    font-size: clamp(39px, 12vw, 52px);
  }
  .age-gate__copy {
    font-size: 12px;
  }
  .age-gate__actions {
    grid-template-columns: 1fr;
  }
  .age-gate button {
    min-height: 52px;
  }
}

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