/*
Theme Name: fka Pixelina
Theme URI: https://fkapixelina.com
Author: fka Pixelina
Author URI: https://fkapixelina.com
Description: Y2K holographic drag queen & music artist portfolio theme. Glossy, iridescent, maximalist — built for booking gigs and streaming music.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fka-pixelina
Tags: one-column, custom-menu, custom-logo, featured-images, full-width-template, portfolio, entertainment

fka Pixelina WordPress Theme
Copyright 2026 fka Pixelina
*/

/* ============================================
   CSS CUSTOM PROPERTIES / DESIGN TOKENS
   ============================================ */
:root {
  /* Core palette — sky blue, mauve, rainbow prism, iridescent chrome
     Pulled from: GIBA SP cover, prism performance shot, rose/teal editorial */

  /* Backgrounds — light sky / soft mauve, not dark */
  --color-bg:            #dce8f5;   /* misty sky blue */
  --color-bg-alt:        #e8d8e0;   /* rose-mauve wash */
  --color-surface:       rgba(255, 255, 255, 0.55);
  --color-surface-hover: rgba(255, 255, 255, 0.75);

  /* Accent colors from the images */
  --color-orange:        #f97316;   /* GIBA SP orange */
  --color-yellow:        #fbbf24;   /* orange-yellow transition */
  --color-green:         #4ade80;   /* GIBA SP lime-green */
  --color-sky:           #38bdf8;   /* sky blue / GIBA SP bg */
  --color-teal:          #2dd4bf;   /* swirl teal */
  --color-mauve:         #c084a0;   /* rose-mauve from third image */
  --color-rose:          #e8b4c8;   /* soft rose */
  --color-iridescent:    #93c5fd;   /* iridescent blue-purple from figure */
  --color-chrome:        #d1d5db;   /* silver / chrome coins */
  --color-rainbow-start: #f97316;
  --color-rainbow-end:   #38bdf8;

  /* Text — dark on light backgrounds */
  --color-text:          #1a1a2e;
  --color-text-muted:    #5a4a6a;
  --color-text-accent:   #c084a0;   /* mauve accent */
  --color-text-light:    #ffffff;

  /* Gradients */
  --gradient-chrome:      linear-gradient(135deg, #f0f0f4, #d1d5db, #e8e8f0, #d1d5db);
  --gradient-sky:         linear-gradient(160deg, #bae6fd 0%, #e0f2fe 40%, #f0e8f4 100%);
  --gradient-mauve:       linear-gradient(135deg, #e8b4c8, #c084a0);
  --gradient-iridescent:  linear-gradient(135deg, #e8b4c8, #93c5fd, #c084a0);

  /* Typography */
  --font-display: 'Press Start 2P', 'Courier New', monospace;
  --font-heading: 'Orbitron', 'Trebuchet MS', sans-serif;
  --font-body:    'Inter', 'Segoe UI', sans-serif;

  /* Spacing scale */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 2rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;

  /* Borders & Radii */
  --radius-sm: 4px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --radius-pill: 9999px;

  /* Shadows */
  --shadow-glow-mauve:  0 0 20px rgba(192, 132, 160, 0.35), 0 0 60px rgba(192, 132, 160, 0.1);
  --shadow-glow-sky:    0 0 20px rgba(56, 189, 248, 0.35),  0 0 60px rgba(56, 189, 248, 0.1);
  --shadow-glow-orange: 0 0 20px rgba(249, 115, 22, 0.35),  0 0 60px rgba(249, 115, 22, 0.1);
  --shadow-soft:        0 4px 24px rgba(90, 74, 106, 0.12), 0 1px 4px rgba(90, 74, 106, 0.08);

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 300ms ease;
  --transition-slow: 600ms ease;

  /* Layout */
  --container-max: 1200px;
  --container-narrow: 800px;
}


/* ============================================
   RESET & BASE
   ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--gradient-sky);
  background-attachment: fixed;
  color: var(--color-text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--color-mauve);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--color-orange);
}

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.75rem); }
h4 { font-size: clamp(1rem, 2vw, 1.25rem); }

.pixel-font {
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}


/* ============================================
   LAYOUT UTILITIES
   ============================================ */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

.container--narrow {
  max-width: var(--container-narrow);
}

.section {
  padding: var(--space-2xl) 0;
}

.section--alt {
  background: rgba(232, 216, 224, 0.5);  /* soft mauve wash — like the third image */
  backdrop-filter: blur(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;
}


/* ============================================
   HOLOGRAPHIC / Y2K EFFECTS
   ============================================ */

/* Glitch text — white with RGB channel-split flicker */
.text-holographic {
  color: #ffffff;
  text-shadow:
    2px  2px  0   rgba(0,0,0,0.8),
    3px  3px  0   rgba(0,0,0,0.4);
  -webkit-text-fill-color: unset;
  background: none;
  position: relative;
  animation: glitch-base 6s infinite;
}

.text-holographic::before,
.text-holographic::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Cyan channel shifted left */
.text-holographic::before {
  color: #38bdf8;
  clip-path: polygon(0 20%, 100% 20%, 100% 40%, 0 40%);
  transform: translate(-3px, 0);
  opacity: 0;
  animation: glitch-top 6s infinite;
  mix-blend-mode: screen;
}

/* Mauve/red channel shifted right */
.text-holographic::after {
  color: #c084a0;
  clip-path: polygon(0 60%, 100% 60%, 100% 80%, 0 80%);
  transform: translate(3px, 0);
  opacity: 0;
  animation: glitch-bottom 6s infinite;
  mix-blend-mode: screen;
}

@keyframes glitch-base {
  0%, 90%, 100% { transform: none; }
  91%            { transform: skewX(-1deg); }
  92%            { transform: skewX(1deg) translateX(2px); }
  93%            { transform: none; }
  95%            { transform: translateX(-2px); }
  96%            { transform: none; }
}

@keyframes glitch-top {
  0%, 89%, 94%, 100% { opacity: 0; transform: translate(-3px, 0); }
  90%                { opacity: 0.8; transform: translate(-5px, -2px); clip-path: polygon(0 15%, 100% 15%, 100% 35%, 0 35%); }
  91%                { opacity: 0.8; transform: translate(3px, 0);    clip-path: polygon(0 5%,  100% 5%,  100% 25%, 0 25%); }
  92%                { opacity: 0; }
}

@keyframes glitch-bottom {
  0%, 89%, 94%, 100% { opacity: 0; transform: translate(3px, 0); }
  90%                { opacity: 0.8; transform: translate(5px, 2px);  clip-path: polygon(0 55%, 100% 55%, 100% 75%, 0 75%); }
  91%                { opacity: 0.8; transform: translate(-3px, 0);   clip-path: polygon(0 70%, 100% 70%, 100% 85%, 0 85%); }
  93%                { opacity: 0; }
}

@keyframes shimmer {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

/* Chrome / glossy surface */
.surface-chrome {
  background: var(--gradient-chrome);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

/* Holographic card — frosted glass with iridescent hover */
.card-holo {
  background: var(--color-surface);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.card-holo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gradient-iridescent);
  background-size: 400% 400%;
  opacity: 0;
  transition: opacity var(--transition-base);
  animation: shimmer 6s ease infinite;
  pointer-events: none;
}

.card-holo:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-glow-mauve), var(--shadow-soft);
}

.card-holo:hover::before {
  opacity: 0.12;
}

/* Glossy button — Y2K beveled look */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  padding: 0.75rem 2rem;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: none;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.btn--primary {
  background: var(--color-orange);
  color: #fff;
  box-shadow: var(--shadow-glow-orange), var(--shadow-soft);
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.btn--primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 30px rgba(249, 115, 22, 0.5), 0 0 80px rgba(251, 191, 36, 0.2);
  color: #fff;
}

.btn--secondary {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  color: var(--color-mauve);
  border: 2px solid var(--color-mauve);
}

.btn--secondary:hover {
  background: var(--color-mauve);
  color: #fff;
}

.btn--chrome {
  background: var(--gradient-chrome);
  color: var(--color-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), var(--shadow-soft);
}

.btn--chrome:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), var(--shadow-glow-sky);
  color: var(--color-text);
}

/* Sparkle decoration */
.sparkle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  animation: sparkle-float 3s ease-in-out infinite;
  pointer-events: none;
}

@keyframes sparkle-float {
  0%, 100% { opacity: 0; transform: scale(0) translateY(0); }
  50%      { opacity: 1; transform: scale(1) translateY(-20px); }
}


/* ============================================
   HEADER / NAVIGATION
   ============================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(220, 232, 245, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 20px rgba(90, 74, 106, 0.08);
  transition: background var(--transition-base);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

.site-logo {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.site-logo a {
  color: var(--color-text);
}

.site-logo a:hover {
  color: var(--color-mauve);
}

/* Desktop nav */
.main-nav__list {
  display: flex;
  list-style: none;
  gap: var(--space-lg);
}

.main-nav__link {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-muted);
  padding: var(--space-sm) 0;
  position: relative;
}

.main-nav__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-mauve);
  transition: width var(--transition-base);
}

.main-nav__link:hover,
.main-nav__link--active {
  color: var(--color-text);
}

.main-nav__link:hover::after,
.main-nav__link--active::after {
  width: 100%;
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 1.5rem;
  cursor: pointer;
  padding: var(--space-sm);
}

.menu-toggle__bar {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-text);
  margin: 5px 0;
  transition: all var(--transition-fast);
}

/* Mobile nav */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(220, 232, 245, 0.97);
    backdrop-filter: blur(30px);
    transform: translateX(100%);
    transition: transform var(--transition-base);
    z-index: 999;
  }

  .main-nav--open {
    transform: translateX(0);
  }

  .main-nav__list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: var(--space-xl);
  }

  .main-nav__link {
    font-size: 1.2rem;
  }
}


/* ============================================
   HERO SECTION
   ============================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(70px + var(--space-xl)) var(--space-lg) var(--space-xl);
  overflow: hidden;
}

/* Split layout when a portrait photo is present */
.hero--has-photo {
  text-align: left;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: var(--space-2xl);
  width: 100%;
}

.hero--has-photo .hero__content {
  flex: 1;
  max-width: 520px;
}

.hero__photo-wrap {
  flex: 0 0 auto;
  width: clamp(280px, 38vw, 520px);
  position: relative;
}

.hero__photo {
  width: 100%;
  height: clamp(380px, 55vw, 700px);
  object-fit: cover;
  object-position: top center;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft), 0 8px 60px rgba(90, 74, 106, 0.18);
  display: block;
}

/* Fallback when no photo — center layout */
.hero__content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.hero__tagline {
  font-family: var(--font-display);
  font-size: clamp(0.6rem, 1.5vw, 0.8rem);
  color: var(--color-text-muted);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: var(--space-md);
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.hero__title {
  font-size: clamp(2.5rem, 7vw, 5rem);
  margin-bottom: var(--space-md);
}

.hero__subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--color-text-muted);
  margin-bottom: var(--space-xl);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.hero__actions {
  display: flex;
  gap: var(--space-md);
  justify-content: center;
  flex-wrap: wrap;
}

.hero--has-photo .hero__actions {
  justify-content: flex-start;
}

/* Mobile: stack photo below text */
@media (max-width: 767px) {
  .hero__inner {
    flex-direction: column-reverse;
    text-align: center;
  }

  .hero--has-photo {
    text-align: center;
  }

  .hero--has-photo .hero__content {
    max-width: 100%;
  }

  .hero--has-photo .hero__actions {
    justify-content: center;
  }

  .hero__photo-wrap {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }

  .hero__photo {
    height: 380px;
  }
}

/* Floating orbs background effect */
.hero__orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  animation: orb-float 8s ease-in-out infinite;
}

.hero__orb--pink {
  width: 350px;
  height: 350px;
  background: var(--color-mauve);       /* rose-mauve */
  top: 15%;
  left: 5%;
  opacity: 0.4;
}

.hero__orb--purple {
  width: 500px;
  height: 500px;
  background: var(--color-sky);          /* sky blue */
  top: 30%;
  right: 0%;
  animation-delay: -3s;
  opacity: 0.35;
}

.hero__orb--cyan {
  width: 300px;
  height: 300px;
  background: var(--color-orange);       /* warm orange — rainbow spectrum */
  bottom: 5%;
  left: 25%;
  animation-delay: -5s;
  opacity: 0.25;
}

@keyframes orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30px, -30px) scale(1.1); }
  66%      { transform: translate(-20px, 20px) scale(0.9); }
}


/* ============================================
   SECTION HEADERS
   ============================================ */
.section-header {
  text-align: center;
  margin-bottom: var(--space-xl);
}

.section-header__label {
  font-family: var(--font-display);
  font-size: 0.65rem;
  color: var(--color-text-muted);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: var(--space-sm);
}

.section-header__title {
  margin-bottom: var(--space-md);
}


/* ============================================
   MUSIC SECTION
   ============================================ */
.music-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--space-lg);
}

.music-card {
  padding: var(--space-lg);
}

.music-card__artwork {
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-bottom: var(--space-md);
  position: relative;
}

.music-card__artwork img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.music-card__artwork:hover img {
  transform: scale(1.05);
}

.music-card__title {
  font-family: var(--font-heading);
  font-size: 1rem;
  margin-bottom: var(--space-xs);
}

.music-card__meta {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin-bottom: var(--space-md);
}

.music-card__links {
  display: flex;
  gap: var(--space-sm);
  flex-wrap: wrap;
}

.music-card__link {
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-pill);
  color: var(--color-text-muted);
  transition: all var(--transition-fast);
}

.music-card__link:hover {
  border-color: var(--color-pink);
  color: var(--color-pink);
}

/* Spotify embed container */
.spotify-embed {
  border-radius: var(--radius-md);
  overflow: hidden;
  margin: var(--space-lg) 0;
}

.spotify-embed iframe {
  width: 100%;
  border: none;
  border-radius: var(--radius-md);
}


/* ============================================
   SHOWS / TOUR SECTION
   ============================================ */
.shows-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.show-item {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: var(--space-lg);
  padding: var(--space-lg);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-soft);
  transition: all var(--transition-base);
}

.show-item:hover {
  border-color: var(--color-mauve);
  box-shadow: var(--shadow-glow-mauve);
}

.show-item__date {
  text-align: center;
}

.show-item__month {
  font-family: var(--font-display);
  font-size: 0.6rem;
  color: var(--color-orange);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.show-item__day {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.show-item__info h3 {
  font-size: 1.1rem;
  margin-bottom: var(--space-xs);
}

.show-item__venue {
  color: var(--color-text-muted);
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  .show-item {
    grid-template-columns: 1fr;
    text-align: center;
    gap: var(--space-md);
  }
}


/* ============================================
   GALLERY / LOOKS
   ============================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: var(--space-sm);
}

.gallery-item {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: var(--radius-sm);
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 18, 0.8) 0%, transparent 50%);
  opacity: 0;
  transition: opacity var(--transition-base);
  display: flex;
  align-items: flex-end;
  padding: var(--space-md);
}

.gallery-item:hover .gallery-item__overlay {
  opacity: 1;
}

.gallery-item__caption {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(10, 10, 18, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-base);
}

.lightbox--open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox__close {
  position: absolute;
  top: var(--space-lg);
  right: var(--space-lg);
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
}

.lightbox__img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: var(--radius-sm);
}


/* ============================================
   ABOUT / BIO
   ============================================ */
.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  align-items: start;
}

.about-layout__image {
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
}

.about-layout__image::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid rgba(178, 75, 243, 0.2);
  border-radius: var(--radius-md);
  pointer-events: none;
}

.about-layout__image img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

.about-layout__content h2 {
  margin-bottom: var(--space-lg);
}

.about-layout__content p {
  margin-bottom: var(--space-md);
  color: var(--color-text-muted);
  font-size: 1.05rem;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
  margin-top: var(--space-xl);
}

.about-stat {
  text-align: center;
  padding: var(--space-md);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.about-stat__number {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-orange);
}

.about-stat__label {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }
}


/* ============================================
   BOOKING / CONTACT
   ============================================ */
.booking-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
}

.booking-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: var(--space-md);
}

.booking-form input[type="text"],
.booking-form input[type="email"],
.booking-form input[type="tel"],
.booking-form input[type="url"],
.booking-form textarea,
.booking-form select {
  width: 100%;
  padding: 0.9rem 1.2rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-md);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 0.95rem;
  backdrop-filter: blur(8px);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.booking-form input:focus,
.booking-form textarea:focus,
.booking-form select:focus {
  outline: none;
  border-color: var(--color-mauve);
  box-shadow: 0 0 0 3px rgba(192, 132, 160, 0.2);
}

.booking-form textarea {
  min-height: 150px;
  resize: vertical;
}

.booking-form label {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-muted);
  margin-bottom: var(--space-xs);
}

.booking-info {
  padding: var(--space-xl);
  background: var(--color-surface);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.booking-info h3 {
  margin-bottom: var(--space-lg);
}

.booking-info__item {
  margin-bottom: var(--space-lg);
}

.booking-info__item-label {
  font-family: var(--font-display);
  font-size: 0.6rem;
  color: var(--color-orange);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: var(--space-xs);
}

.booking-info__item-value {
  font-size: 1rem;
}

.booking-info__item-value a {
  color: var(--color-text);
}

.booking-info__item-value a:hover {
  color: var(--color-pink);
}

@media (max-width: 768px) {
  .booking-layout {
    grid-template-columns: 1fr;
  }
}


/* ============================================
   LINKS PAGE (TikTok-style link tree)
   ============================================ */
.links-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(70px + var(--space-xl)) var(--space-lg) var(--space-xl);
}

.links-page__avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid transparent;
  background-image: var(--gradient-mauve);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  margin-bottom: var(--space-md);
}

.links-page__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.links-page__name {
  font-family: var(--font-display);
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  margin-bottom: var(--space-xs);
}

.links-page__bio {
  color: var(--color-text-muted);
  margin-bottom: var(--space-xl);
  text-align: center;
  max-width: 400px;
}

.links-list {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.links-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-md);
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: var(--shadow-soft);
  transition: all var(--transition-base);
}

.links-list__item:hover {
  background: rgba(255, 255, 255, 0.85);
  border-color: var(--color-mauve);
  box-shadow: var(--shadow-glow-mauve);
  color: var(--color-text);
  transform: translateY(-2px);
}

.links-list__item--featured {
  background: var(--color-mauve);
  border-color: transparent;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.links-list__item--featured:hover {
  box-shadow: var(--shadow-glow-orange);
  color: #fff;
}


/* ============================================
   SOCIAL ICONS
   ============================================ */
.social-icons {
  display: flex;
  gap: var(--space-md);
  justify-content: center;
}

.social-icons__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  color: var(--color-text-muted);
  font-size: 1.2rem;
  box-shadow: var(--shadow-soft);
  transition: all var(--transition-base);
}

.social-icons__link:hover {
  border-color: var(--color-mauve);
  color: var(--color-mauve);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-glow-mauve);
}

.social-icons__link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}


/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  padding: var(--space-xl) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(220, 232, 245, 0.6);
  backdrop-filter: blur(10px);
  text-align: center;
}

.site-footer__top {
  margin-bottom: var(--space-lg);
}

.site-footer__logo {
  font-family: var(--font-display);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  margin-bottom: var(--space-md);
}

.site-footer__bottom {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

/* Newsletter in footer */
.newsletter {
  max-width: 400px;
  margin: var(--space-lg) auto;
}

.newsletter__form {
  display: flex;
  gap: var(--space-sm);
}

.newsletter__input {
  flex: 1;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-pill);
  color: var(--color-text);
  font-family: var(--font-body);
}

.newsletter__input:focus {
  outline: none;
  border-color: var(--color-mauve);
}

.newsletter__input::placeholder {
  color: var(--color-text-muted);
}


/* ============================================
   WORDPRESS SPECIFIC
   ============================================ */

/* Gutenberg alignments */
.alignwide {
  max-width: calc(var(--container-max) + 200px);
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* Post content styling */
.entry-content {
  font-size: 1.05rem;
  line-height: 1.7;
}

.entry-content p {
  margin-bottom: var(--space-md);
}

.entry-content h2 {
  margin-top: var(--space-xl);
  margin-bottom: var(--space-md);
}

.entry-content h3 {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-md);
}

.entry-content ul,
.entry-content ol {
  margin-bottom: var(--space-md);
  padding-left: var(--space-lg);
}

.entry-content li {
  margin-bottom: var(--space-sm);
}

.entry-content blockquote {
  border-left: 3px solid var(--color-mauve);
  padding: var(--space-md) var(--space-lg);
  margin: var(--space-lg) 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-style: italic;
  color: var(--color-text-muted);
}

/* WordPress gallery */
.wp-block-gallery {
  gap: var(--space-sm) !important;
}

.wp-block-gallery .wp-block-image {
  border-radius: var(--radius-sm);
  overflow: hidden;
}

/* WordPress image block */
.wp-block-image img {
  border-radius: var(--radius-md);
}

/* Video embed */
.wp-block-embed {
  margin: var(--space-lg) 0;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}


/* ============================================
   PAGE TRANSITIONS / LOADING
   ============================================ */
.page-transition {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--color-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-base);
}

.page-transition--active {
  opacity: 1;
  pointer-events: auto;
}

.page-transition__text {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  50% { opacity: 0; }
}


/* ============================================
   CUSTOM CURSOR (desktop only)
   ============================================ */
@media (hover: hover) and (pointer: fine) {
  .custom-cursor {
    position: fixed;
    width: 20px;
    height: 20px;
    border: 2px solid var(--color-mauve);
    border-radius: 50%;
    pointer-events: none;
    z-index: 10000;
    transition: transform 80ms ease, background 150ms ease;
  }

  .custom-cursor--hover {
    transform: scale(2);
    background: rgba(192, 132, 160, 0.25);
  }
}


/* ============================================
   SCANLINE OVERLAY (optional Y2K effect)
   ============================================ */
.scanlines::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0, 0, 0, 0.03) 2px,
    rgba(0, 0, 0, 0.03) 4px
  );
}


/* ============================================
   PRINT STYLES
   ============================================ */
@media print {
  .site-header,
  .site-footer,
  .hero__orbs,
  .custom-cursor,
  .scanlines::after {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }

  a {
    color: #000;
    text-decoration: underline;
  }
}
