/* ══════════════════════════════════════
   CSS VARIABLES & RESET
══════════════════════════════════════ */
:root {
  --bg: #080808;
  --surface: #111111;
  --surface2: #1a1a1a;
  --gold: #c9a96e;
  --gold-light: #e8d5b0;
  --gold-dim: rgba(201,169,110,0.15);
  --white: #f5f0ea;
  --muted: rgba(245,240,234,0.7);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Jost', sans-serif;
  --tg: #29b6f6;
  --fansly: #e91e8c;
  --of: #00aff0;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 300;
  min-height: 100vh;
  overflow-x: hidden;
}

/* ══════════════════════════════════════
   AGE GATE
══════════════════════════════════════ */
#age-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  /*animation: fadeIn 0.6s ease;*/
}

#age-gate::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(201,169,110,0.08) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 80% 80%, rgba(201,169,110,0.04) 0%, transparent 60%);
  pointer-events: none;
}

.age-gate__inner {
  text-align: center;
  max-width: 480px;
  width: 100%;
  position: relative;
}

.age-gate__symbol {
  font-size: 1.4rem;
  color: var(--gold);
  margin-bottom: .5rem;
  display: block;
  animation: pulse-gold 3s ease-in-out infinite;
}

.age-gate__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 3.2rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  color: var(--white);
  margin-bottom: 0.6rem;
  line-height: 1.15;
}

.age-gate__subtitle {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 2.5rem;
  letter-spacing: 0.08em;
}

.age-gate__question {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-style: italic;
  color: var(--gold-light);
  margin-bottom: 1.4rem;
}

.age-gate__buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.age-gate__legal {
  font-size: 0.72rem;
  color: rgba(245,240,234,0.25);
  line-height: 1.7;
  letter-spacing: 0.04em;
}

/* ══════════════════════════════════════
   BUTTONS
══════════════════════════════════════ */
.btn {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  padding: 0.9rem 2.4rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn--yes {
  background: var(--gold);
  color: #000;
}
.btn--yes::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.15);
  opacity: 0;
  transition: opacity 0.3s;
}
.btn--yes:hover::after { opacity: 1; }
.btn--yes:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(201,169,110,0.35); }

.btn--no {
  background: transparent;
  color: var(--muted);
  border: 1px solid rgba(245,240,234,0.15);
}
.btn--no:hover { border-color: rgba(245,240,234,0.4); color: var(--white); }

.btn--glow {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 2rem;
  margin-top: 1.5rem;
}
.btn--glow:hover {
  background: var(--gold);
  color: #000;
  box-shadow: 0 0 40px rgba(201,169,110,0.4);
  transform: translateY(-2px);
}

/* ══════════════════════════════════════
   BANNER
══════════════════════════════════════ */
.banner {
  width: 100%;
  height: 40vh;
  min-height: 200px;
  background:
    linear-gradient(to bottom, rgba(8,8,8,0.2) 0%, rgba(8,8,8,0.7) 60%, rgba(8,8,8,1) 100%),
    linear-gradient(135deg, #1a1208 0%, #0d0d0d 50%, #0a0808 100%);
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 30%, rgba(201,169,110,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 30% 40% at 20% 50%, rgba(201,169,110,0.06) 0%, transparent 50%);
}

/* Animated lines decoration */
.banner::after {
  content: '';
  position: absolute;
  top: 10%;
  right: 8%;
  width: 1px;
  height: 180px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
  opacity: 0.4;
  animation: line-pulse 4s ease-in-out infinite;
}

.banner__grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.6;
}

.banner__overlay { position: absolute; inset: 0; }

.banner__content {
  position: relative;
  z-index: 2;
  padding: 2rem 2rem;
  animation: slideUp 1s ease 0.3s both;
}

.banner__tag {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,169,110,0.8);
  padding: 0.3rem 1rem;
  margin-bottom: .8rem;
    background: rgba(0,0,0,.5);
}

.banner__title {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 10vw, 6rem);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.01em;
    margin-left: -5px;
  color: var(--white);
}
.banner__title em {
  font-style: italic;
  color: var(--gold-light);
}

.banner__sub {
  margin-top: 0.7rem;
  font-size: 0.85rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ══════════════════════════════════════
   WELCOME SECTION
══════════════════════════════════════ */
.welcome {
  padding: 1.5rem 2rem 2.5rem;
  text-align: center;
  position: relative;
}

.welcome::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  opacity: 0.4;
}

.welcome__inner { max-width: 680px; margin: 0 auto; }

.welcome__ornament {
  display: block;
  color: var(--gold);
  /*letter-spacing: 0.5em;*/
  font-size: 0.85rem;
  margin-bottom: .4rem;
  opacity: 0.7;
}

.welcome__name {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 3.2rem);
  font-weight: 300;
  margin-bottom: 1.2rem;
  letter-spacing: 0.03em;
}
.welcome__name em {
  font-style: italic;
  color: var(--gold-light);
}

.welcome__desc {
  font-size: 0.95rem;
    line-height: 1.6;
  color: var(--muted);
  letter-spacing: 0.04em;
}

/* ══════════════════════════════════════
   LINKS SECTION (AJAX)
══════════════════════════════════════ */
.links-section {
  padding: 2rem 2rem 4rem;
  position: relative;
}

.links-section::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  opacity: 0.3;
}

.links-wrap { max-width: 600px; margin: 0 auto; text-align: center; }

.links-intro {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

.link-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.link-card {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 1.5rem;
  background: var(--surface);
  border: 1px solid rgba(255,255,255,0.06);
  text-decoration: none;
  color: var(--white);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: slideUp 0.5s ease both;
}
.link-card:nth-child(1) { animation-delay: 0.05s; }
.link-card:nth-child(2) { animation-delay: 0.15s; }
.link-card:nth-child(3) { animation-delay: 0.25s; }

.link-card::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.link-card--tg::before   { background: linear-gradient(135deg, rgba(41,182,246,0.08), transparent); }
.link-card--fansly::before { background: linear-gradient(135deg, rgba(233,30,140,0.08), transparent); }
.link-card--of::before   { background: linear-gradient(135deg, rgba(0,175,240,0.08), transparent); }

.link-card:hover::before { opacity: 1; }
.link-card:hover {
  transform: translateX(4px);
  border-color: rgba(255,255,255,0.15);
}
.link-card--tg:hover   { border-color: rgba(41,182,246,0.3); }
.link-card--fansly:hover { border-color: rgba(233,30,140,0.3); }
.link-card--of:hover   { border-color: rgba(0,175,240,0.3); }

.link-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.link-card__icon svg { width: 22px; height: 22px; }

.link-card--tg   .link-card__icon { background: rgba(41,182,246,0.12);  color: var(--tg); }
.link-card--fansly .link-card__icon { background: rgba(233,30,140,0.12); color: var(--fansly); }
.link-card--of   .link-card__icon { background: rgba(0,175,240,0.12);   color: var(--of); }

.link-card__text { flex: 1; text-align: left; }
.link-card__label {
  display: block;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 0.2rem;
}
.link-card__desc {
  display: block;
  font-size: 0.75rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.link-card__arrow {
  width: 18px;
  height: 18px;
  opacity: 0.4;
  transition: all 0.3s;
  flex-shrink: 0;
}
.link-card:hover .link-card__arrow {
  opacity: 1;
  transform: translateX(4px);
}

.links-footer-note {
  font-size: 0.72rem;
  color: rgba(245,240,234,0.2);
  letter-spacing: 0.1em;
  margin-top: 1rem;
}

/* ══════════════════════════════════════
   LOADING STATE
══════════════════════════════════════ */
.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 3rem;
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.loading::before {
  content: '';
  width: 16px; height: 16px;
  border: 1px solid var(--gold);
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
.footer {
  text-align: center;
  padding: 2rem;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer__symbol {
  display: block;
  color: var(--gold);
  margin-bottom: 0.2rem;
  font-size: 1rem;
  opacity: 0.5;
}
.footer p {
  font-size: 0.72rem;
  color: rgba(245,240,234,0.2);
  letter-spacing: 0.12em;
}

/* ══════════════════════════════════════
   ANIMATIONS
══════════════════════════════════════ */
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes slideUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes pulse-gold {
  0%, 100% { opacity: 0.6; }
  50%       { opacity: 1; }
}
@keyframes line-pulse {
  0%, 100% { opacity: 0.2; transform: scaleY(1); }
  50%       { opacity: 0.5; transform: scaleY(1.1); }
}
@keyframes spin {
  to { transform: rotate(360deg); }
}




.banner__overlay {
    background-image: url(/img/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .5;
}


/*.banner {*/
/*    flex-flow: wrap;*/
/*}*/
/*.banner__img {*/
/*    width: 100%;*/
/*    opacity: .5;*/
/*}*/
/*.banner__img img {*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*}*/
.banner::after {
    display: none;
}


#site {
    min-height: 100vh;
    display: flex !important;
    flex-direction: column;
}
.footer {
    margin-top: auto;
}



/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 600px) {
  .banner__content { padding: 2rem 1.5rem; }
  .welcome { padding: 3.5rem 1.5rem; }
  .links-section { padding: 2rem 1.5rem 4rem; }
  .age-gate__buttons { flex-direction: column; align-items: center; }
  .btn { width: 100%; max-width: 280px; }


    .banner {
        height: 20vh;
        min-height: 150px;
    }
    .banner__content {
        padding: .4rem .7rem;
    }
    .banner__tag {
        display: none;
    }
    .banner__title {
        font-size: clamp(1rem, 10vw, 1.65rem);
        margin-left: -1px;
    }
    .banner__sub {
        margin-top: 0.2rem;
        font-size: 0.67rem;
        letter-spacing: 0.3em;
    }


    .welcome {
        padding: 1rem 1rem 2.5rem;
    }
    .welcome__name {
        font-size: clamp(1.9rem, 6vw, 3rem);
        margin-bottom: 1rem;
    }
    .welcome__desc {
        font-size: 1rem;
        line-height: 1.4;
    }

    .links-intro {
        font-size: 1rem;
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }
    .link-card {
        padding: 1rem 1.2rem;
    }

    .btn--glow {
        margin-top: 1.8rem;
    }

    .link-card__label {
        font-size: 1.1rem;
    }

    .btn {
        font-size: 0.85rem;
    }




    .age-gate__question {
        margin-bottom: 1.5rem;
    }
    .age-gate__legal {
        line-height: 1.5;
    }
    .age-gate__buttons {
        margin-bottom: 1.2rem;
    }

}
