/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }
body, h1, p { margin: 0; }
button, a { font: inherit; }
button { border: 0; }
img, svg { display: block; }

/* Root variables — EDIT BRAND COLORS HERE */
:root {
  --bg: #0c080c;
  --bg-raised: #130d13;
  --surface: rgba(30, 20, 29, .82);
  --surface-hover: rgba(45, 29, 42, .92);
  --text: #fffafc;
  --muted: #b9adb5;
  --faint: #80737c;
  --rose: #ce7196;
  --rose-light: #efb1c7;
  --wine: #722d4d;
  --champagne: #d7b78a;
  --border: rgba(255, 239, 246, .11);
  --border-strong: rgba(229, 167, 191, .28);
  --shadow: 0 28px 90px rgba(0, 0, 0, .5);
  --radius-xl: 30px;
  --radius-lg: 23px;
  --radius-md: 18px;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

/* Base */
body {
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.age-locked { overflow: hidden; }
button { color: inherit; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--rose-light); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Mandatory age gate */
.age-gate { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: max(20px, env(safe-area-inset-top)) 16px max(20px, env(safe-area-inset-bottom)); opacity: 1; visibility: visible; transition: opacity .35s var(--ease), visibility .35s; }
.age-gate__backdrop { position: absolute; inset: 0; background: radial-gradient(circle at 50% 25%, rgba(111,40,69,.42), transparent 43%), rgba(7,5,7,.94); backdrop-filter: blur(18px); }
.age-gate__panel { position: relative; width: min(100%, 430px); padding: 32px 24px 25px; overflow: hidden; border: 1px solid var(--border-strong); border-radius: 30px; background: linear-gradient(155deg, rgba(35,21,31,.98), rgba(15,10,15,.99)); box-shadow: 0 35px 100px rgba(0,0,0,.72), inset 0 1px rgba(255,255,255,.08); text-align: center; }
.age-gate__panel::before { content: ""; position: absolute; top: -80px; left: 50%; width: 210px; height: 150px; border-radius: 50%; background: rgba(206,113,150,.16); filter: blur(48px); transform: translateX(-50%); }
.age-gate__mark { position: relative; display: grid; place-items: center; width: 80px; height: 80px; margin: 0 auto 20px; border: 1px solid rgba(239,177,199,.42); border-radius: 50%; background: linear-gradient(145deg, rgba(206,113,150,.2), rgba(114,45,77,.12)); color: var(--rose-light); font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; font-weight: 700; box-shadow: 0 0 35px rgba(206,113,150,.12); }
.age-gate__eyebrow { color: var(--champagne); font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.age-gate h2 { margin: 5px 0 12px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.2rem, 11vw, 3rem); font-weight: 600; line-height: 1; }
.age-gate__panel > p:not(.age-gate__eyebrow) { max-width: 350px; margin: 0 auto; color: #cfc2ca; font-size: .82rem; line-height: 1.65; }
.age-gate button { width: 100%; min-height: 52px; border-radius: 16px; cursor: pointer; transition: transform .2s var(--ease), background .2s, border-color .2s; }
.age-gate__enter { margin-top: 24px; background: linear-gradient(120deg, #bc5d83, #843653); color: white; font-weight: 750; box-shadow: 0 12px 35px rgba(132,54,83,.28); }
.age-gate__enter:hover { background: linear-gradient(120deg, #d27398, #9a4161); transform: translateY(-2px); }
.age-gate__leave { margin-top: 9px; border: 1px solid var(--border); background: rgba(255,255,255,.035); color: var(--muted); font-size: .76rem; }
.age-gate__leave:hover { border-color: var(--border-strong); background: rgba(255,255,255,.07); }
.age-gate button:active { transform: scale(.985); }
.age-gate small { display: block; margin-top: 16px; color: var(--faint); font-size: .61rem; line-height: 1.45; }
.age-gate.is-dismissed { opacity: 0; visibility: hidden; pointer-events: none; }

/* Background */
.ambient { position: fixed; inset: 0; z-index: -1; overflow: hidden; background: radial-gradient(circle at 50% -12%, #311421 0, transparent 42%), linear-gradient(180deg, #110b11 0%, #080608 100%); }
.ambient::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 180px rgba(0,0,0,.78); }
.ambient__orb { position: absolute; width: 38rem; aspect-ratio: 1; border-radius: 50%; filter: blur(100px); opacity: .12; animation: drift 18s var(--ease) infinite alternate; }
.ambient__orb--one { left: -26rem; top: 12%; background: var(--rose); }
.ambient__orb--two { right: -28rem; top: 55%; background: #b9824c; animation-delay: -8s; }
.ambient__grain { position: absolute; inset: 0; opacity: .035; 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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }

/* Profile shell */
.page-shell { width: 100%; padding: max(30px, env(safe-area-inset-top)) 14px max(36px, env(safe-area-inset-bottom)); }
.profile-card { width: min(100%, 620px); margin-inline: auto; }
.profile { position: relative; display: grid; justify-items: center; padding: 13px 12px 6px; text-align: center; }
.icon-button { position: absolute; top: 2px; right: 2px; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--border); border-radius: 50%; background: rgba(255,255,255,.055); backdrop-filter: blur(12px); cursor: pointer; transition: transform .2s var(--ease), background .2s; }
.icon-button svg { width: 19px; fill: var(--text); }
.icon-button:hover { background: rgba(255,255,255,.11); transform: translateY(-2px); }
.icon-button:active { transform: scale(.94); }
.portrait-wrap { position: relative; width: clamp(116px, 33vw, 150px); aspect-ratio: 1; padding: 4px; border-radius: 50%; background: linear-gradient(145deg, var(--champagne), var(--rose), #492137); box-shadow: 0 14px 46px rgba(170,67,108,.22), 0 0 0 1px rgba(255,255,255,.07); }
.portrait-wrap::before { content: ""; position: absolute; inset: -8px; z-index: -1; border: 1px solid rgba(224,146,176,.2); border-radius: 50%; }
.portrait { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; object-position: 50% 42%; border: 4px solid #110b10; border-radius: inherit; }
.status-dot { position: absolute; right: 9px; bottom: 13px; width: 18px; height: 18px; border: 4px solid var(--bg); border-radius: 50%; background: #70c98b; box-shadow: 0 0 15px rgba(112,201,139,.45); }
.eyebrow, .section-label { color: var(--champagne); font-size: .7rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow { margin-top: 20px; }
.name-row { display: flex; align-items: center; gap: 8px; margin-top: 3px; }
h1 { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.75rem, 13vw, 4.3rem); font-weight: 600; line-height: .98; letter-spacing: -.035em; text-transform: uppercase; }
.verified { width: 21px; height: 21px; fill: var(--rose); }
.verified__check { fill: none; stroke: white; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.handle { margin-top: 5px; color: var(--rose-light); font-size: .87rem; font-weight: 600; letter-spacing: .035em; }
.bio { max-width: 420px; margin-top: 16px; color: #ddd2d9; font-size: clamp(.91rem, 3.6vw, 1rem); line-height: 1.7; }
.bio span { color: var(--rose-light); }
.activity { display: inline-flex; align-items: center; gap: 7px; margin-top: 15px; padding: 7px 11px; border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,.035); color: var(--muted); font-size: .68rem; letter-spacing: .04em; }
.activity span { width: 6px; height: 6px; border-radius: 50%; background: var(--champagne); box-shadow: 0 0 9px rgba(215,183,138,.6); }

/* Sections */
.section { margin-top: 26px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; margin: 0 5px 11px; }
.section-heading > span { color: var(--faint); font-size: .68rem; }

/* Featured VIP card */
.vip-card { position: relative; isolation: isolate; width: 100%; min-height: 210px; overflow: hidden; border: 1px solid var(--border-strong); border-radius: var(--radius-xl); background: #1b0f17; color: inherit; text-align: left; text-decoration: none; box-shadow: 0 24px 65px rgba(0,0,0,.36), inset 0 1px rgba(255,255,255,.1); cursor: pointer; }
.vip-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .4s; }
.vip-card__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(10,6,9,.96) 0%, rgba(15,8,12,.88) 44%, rgba(15,8,12,.25) 100%), linear-gradient(0deg, rgba(0,0,0,.4), transparent 60%); }
.vip-card__content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 23px; }
.badge { display: inline-flex; width: max-content; padding: 6px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(153,64,99,.55); color: #fff4f8; font-size: .59rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; backdrop-filter: blur(8px); }
.vip-card__kicker { margin-top: 13px; color: var(--champagne); font-size: .66rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.vip-card__title { margin-top: 1px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2rem, 9vw, 2.8rem); font-weight: 600; line-height: 1; letter-spacing: -.02em; text-transform: uppercase; }
.vip-card__meta { margin-top: 8px; color: #cdbfc7; font-size: .72rem; }
.round-arrow { position: absolute; right: 19px; bottom: 20px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(12,8,11,.52); font-size: 1.12rem; backdrop-filter: blur(9px); transition: transform .25s var(--ease), background .25s; }
.vip-card:hover img { transform: scale(1.035); filter: saturate(1.08); }
.vip-card:hover .round-arrow { transform: rotate(8deg) translate(2px,-2px); background: var(--rose); }
.vip-card:active { transform: scale(.985); }

/* Link cards */
.links { display: grid; gap: 10px; }
.links .section-heading { margin-bottom: 1px; }
.link-card { display: grid; grid-template-columns: 48px minmax(0,1fr) auto auto; align-items: center; gap: 12px; width: 100%; min-height: 78px; padding: 11px 14px 11px 11px; border: 1px solid var(--border); border-radius: var(--radius-md); background: linear-gradient(105deg, rgba(34,23,33,.82), rgba(22,15,22,.88)); color: inherit; text-align: left; text-decoration: none; box-shadow: inset 0 1px rgba(255,255,255,.035); cursor: pointer; transition: transform .22s var(--ease), border-color .22s, background .22s; }
.link-card--soft { background: linear-gradient(105deg, rgba(69,35,53,.72), rgba(31,19,28,.88)); }
.link-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; background: rgba(255,255,255,.06); }
.link-icon svg { width: 21px; height: 21px; fill: currentColor; stroke: currentColor; stroke-width: 1.45; color: #eadce4; }
.link-icon svg rect, .link-icon svg circle:not(.fill) { fill: none; }
.link-icon svg .fill { stroke: none; }
.link-copy { min-width: 0; }
.link-copy strong { display: block; overflow: hidden; color: #fff; font-size: .88rem; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.link-copy small { display: block; overflow: hidden; margin-top: 4px; color: var(--muted); font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.soon-pill { padding: 5px 7px; border: 1px solid rgba(215,183,138,.18); border-radius: 999px; color: var(--champagne); font-size: .57rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.link-arrow { color: var(--faint); font-size: 1rem; transition: transform .2s, color .2s; }
.link-card:hover { transform: translateY(-2px); border-color: var(--border-strong); background: var(--surface-hover); }
.link-card:hover .link-arrow { color: var(--rose-light); transform: translateX(3px); }
.link-card:active { transform: scale(.985); }

/* Featured content */
.drop-card { display: grid; grid-template-columns: 38% 1fr; width: 100%; min-height: 175px; overflow: hidden; padding: 0; border: 1px solid var(--border); border-radius: var(--radius-lg); background: #171016; text-align: left; cursor: pointer; transition: transform .22s var(--ease), border-color .22s; }
.drop-card > img { width: 100%; height: 100%; min-height: 175px; object-fit: cover; }
.drop-card__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; padding: 18px; }
.badge--dark { background: rgba(255,255,255,.06); color: var(--champagne); }
.drop-card strong { margin-top: 13px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.35rem, 6vw, 1.8rem); font-weight: 600; line-height: 1.05; }
.drop-card small { margin-top: 7px; color: var(--muted); font-size: .68rem; line-height: 1.5; }
.text-link { margin-top: 12px; color: var(--rose-light); font-size: .69rem; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 4px; transition: transform .2s; }
.drop-card:hover { transform: translateY(-2px); border-color: var(--border-strong); }
.drop-card:hover .text-link span { transform: translateX(3px); }

/* Social icons */
.social-section { margin-top: 31px; text-align: center; }
.social-section > p { color: var(--faint); font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.social-row { display: flex; justify-content: center; gap: 10px; margin-top: 13px; }
.social-row button { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--border); border-radius: 50%; background: rgba(255,255,255,.04); cursor: pointer; transition: transform .2s, border-color .2s, background .2s; }
.social-row svg { width: 19px; height: 19px; fill: currentColor; stroke: currentColor; stroke-width: 1.5; }
.social-row svg rect, .social-row svg circle:not(.fill) { fill: none; }
.social-row svg .fill { stroke: none; }
.social-row button:hover { transform: translateY(-3px); border-color: var(--border-strong); background: rgba(206,113,150,.13); }

/* Footer */
.footer { display: grid; justify-items: center; margin-top: 38px; padding: 27px 12px 4px; border-top: 1px solid var(--border); color: var(--faint); font-size: .65rem; }
.footer-mark { display: grid; place-items: center; width: 35px; height: 35px; margin-bottom: 11px; border: 1px solid var(--border-strong); border-radius: 50%; color: var(--rose-light); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.25rem; }
.adult-notice { display: flex; align-items: center; gap: 6px; margin-top: 6px; }
.adult-notice span { display: inline-grid; place-items: center; width: 23px; height: 23px; border: 1px solid var(--border); border-radius: 50%; color: var(--muted); font-size: .55rem; font-weight: 700; }
.footer nav { display: flex; align-items: center; gap: 9px; margin-top: 13px; }
.footer nav button { min-height: 44px; padding: 7px 2px; background: none; color: var(--faint); font-size: inherit; cursor: pointer; }
.footer nav button:hover { color: var(--rose-light); }

/* Toast */
.toast { position: fixed; left: 50%; bottom: max(24px, calc(env(safe-area-inset-bottom) + 14px)); z-index: 50; min-width: 150px; padding: 12px 17px; border: 1px solid var(--border-strong); border-radius: 999px; background: rgba(24,15,23,.94); box-shadow: 0 15px 45px rgba(0,0,0,.4); color: #fff; font-size: .76rem; font-weight: 650; text-align: center; opacity: 0; pointer-events: none; transform: translate(-50%, 18px); transition: opacity .25s, transform .25s var(--ease); backdrop-filter: blur(16px); }
.toast.is-visible { opacity: 1; transform: translate(-50%,0); }

/* Animations */
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
@keyframes drift { to { transform: translate3d(3rem,-2rem,0) scale(1.06); } }

/* Responsive */
@media (min-width: 480px) {
  .page-shell { padding-inline: 22px; }
  .vip-card { min-height: 235px; }
  .vip-card__content { padding: 28px; }
  .link-card { min-height: 82px; padding-right: 18px; }
}
@media (min-width: 768px) {
  .page-shell { padding-block: 54px 64px; }
  .profile-card { max-width: 580px; padding: 34px 38px 34px; border: 1px solid rgba(255,255,255,.075); border-radius: 38px; background: rgba(13,9,13,.68); box-shadow: var(--shadow); backdrop-filter: blur(22px); }
  .profile { padding-top: 4px; }
  .section { margin-top: 30px; }
}
@media (max-width: 359px) {
  .page-shell { padding-inline: 10px; }
  .link-card { grid-template-columns: 44px minmax(0,1fr) auto; gap: 9px; padding-right: 11px; }
  .link-icon { width: 44px; height: 44px; }
  .soon-pill { display: none; }
  .drop-card__content { padding: 14px; }
  .round-arrow { width: 38px; height: 38px; right: 15px; bottom: 16px; }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
@media (prefers-contrast: more) {
  :root { --border: rgba(255,255,255,.3); --muted: #ddd3da; --faint: #b8abb4; }
}
