/* Candy's Comedy — dark meme hero + light About + connect strip */

:root {
  --hot-pink: #ee008c;
  --magenta-deep: #b8006e;
  --magenta-bright: #ff00ff;
  --neon-pink: #ff2fd0;
  --neon-pink-soft: #ff7adb;
  --pink-page: #fff5fa;
  --pink-card: #ffeff6;
  --about-bg: #fff8fc;
  --grey-divider: #f9b4d9;
  --gold: #d4af37;
  --text-dark: #4a044e;
  --heading-pink: #9d174d;
  --connect-bg: #fce8f3;
  --accent-blue: #2563eb;
  --accent-orange: #ea580c;
  --accent-navy: #312e81;
  --accent-red: #dc2626;
}

body {
  margin: 0;
  font-family: "Montserrat", system-ui, sans-serif;
  color: var(--text-dark);
  background: linear-gradient(180deg, var(--pink-page) 0%, #ffffff 35%, var(--pink-page) 100%);
}

/* Quarto website can still emit a title block; hero already has the H1 */
#title-block-header {
  display: none !important;
}

main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#quarto-document-content {
  padding-top: 0;
}

.hero-meme {
  background:
    radial-gradient(ellipse 120% 80% at 50% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
    linear-gradient(165deg, #ff1493 0%, var(--hot-pink) 35%, var(--magenta-deep) 85%, #7a0d4a 100%);
  color: #fff;
  padding: 3rem 1.5rem 4rem;
  min-height: 48vh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 -24px 48px rgba(255, 20, 147, 0.35);
}

.hero-inner {
  max-width: 960px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.hero-text {
  flex: 1 1 280px;
  text-align: center;
}

.title-3d {
  font-family: "Fredoka", "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 6vw, 3.25rem);
  margin: 0 0 1rem;
  color: #fff;
  text-shadow:
    2px 2px 0 #ffc2e8,
    4px 4px 0 #ff69b4,
    6px 6px 0 #db2777,
    8px 8px 0 var(--magenta-deep),
    0 0 40px rgba(255, 255, 255, 0.5),
    0 0 64px rgba(255, 20, 147, 0.6);
  letter-spacing: 0.02em;
}

.hero-tagline {
  margin: 0;
  font-size: 1.05rem;
  opacity: 0.92;
}

.hero-tagline a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.65);
  text-shadow: 0 0 12px rgba(255, 105, 180, 0.9);
}

.hero-tagline a:hover {
  color: #ffe0f0;
  border-bottom-color: #ffe0f0;
}

.about-light {
  background: var(--about-bg);
  padding: 3rem 1.5rem 4rem;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 0 0 1.5rem 1.5rem;
  box-shadow: 0 8px 32px rgba(238, 0, 140, 0.08);
}

.about-light h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: var(--heading-pink);
  margin-top: 0;
  font-size: 1.75rem;
}

.about-top {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.about-portrait {
  flex: 0 0 auto;
}

.about-portrait .quarto-figure,
.about-portrait figure {
  margin: 0;
}

.about-portrait img {
  border-radius: 50%;
  border: 4px solid var(--hot-pink);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.95),
    0 8px 28px rgba(238, 0, 140, 0.35);
  max-width: 280px;
  width: 100%;
  height: auto;
}

.about-bio {
  flex: 1 1 280px;
  line-height: 1.65;
  font-size: 1.05rem;
}

.about-stage .quarto-figure,
.about-stage figure {
  margin: 0;
}

.about-stage img {
  border-radius: 1rem;
  width: 100%;
  height: auto;
  box-shadow: 0 12px 40px rgba(238, 0, 140, 0.18);
  outline: 3px solid rgba(255, 182, 213, 0.9);
  outline-offset: 2px;
}

.connect-strip {
  background: linear-gradient(180deg, #fbcfe8 0%, var(--connect-bg) 45%, #f9d0e8 100%);
  border-top: 2px solid var(--hot-pink);
  padding: 3rem 1.5rem 4rem;
  text-align: center;
}

.connect-strip h2 {
  margin-top: 0;
  font-size: 1.75rem;
  color: var(--heading-pink);
}

.connect-lead {
  margin-bottom: 0.75rem;
  color: #86198f;
}

.email-link {
  color: var(--hot-pink);
  font-weight: 600;
  text-decoration: none;
  font-size: 1.05rem;
  border-bottom: 2px solid rgba(238, 0, 140, 0.45);
}

.email-link:hover {
  color: var(--magenta-deep);
  border-bottom-color: var(--magenta-deep);
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.75rem;
}

.social-btn {
  display: inline-block;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  border: 2px solid transparent;
}

.social-yt {
  background: #fff;
  color: var(--accent-red);
  border-color: var(--accent-red);
}

.social-ig {
  background: #fff;
  color: var(--accent-navy);
  border-color: var(--accent-orange);
}

.social-fb {
  background: #fff;
  color: #1877f2;
  border-color: var(--accent-blue);
}

.social-tt {
  background: #fff;
  color: #000;
  border-color: #000;
}

.social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(238, 0, 140, 0.35);
  border-color: var(--hot-pink) !important;
  color: var(--hot-pink);
}

@media (max-width: 600px) {
  .about-top {
    flex-direction: column;
    align-items: center;
  }

  .about-bio {
    text-align: center;
  }
}
