/* =========================================================
   Teensymyka — Shared Stylesheet
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Quicksand:wght@400;500;600;700&display=swap');

:root {
  --hot-pink: #c2185b;
  --hot-pink-2: #d63384;
  --pink-bright: #e91e63;
  --pink: #f06292;
  --pink-mid: #f48fb1;
  --soft-pink: #fce4ec;
  --pale-pink: #fff0f5;
  --whisper-pink: #fff7fa;
  --white: #ffffff;
  --charcoal: #2b2b2b;
  --muted: #6b6b6b;
  --shadow-pink: 0 8px 24px rgba(233, 30, 99, 0.15);
  --shadow-soft: 0 4px 14px rgba(233, 30, 99, 0.08);
  --radius-pill: 999px;
  --radius-card: 24px;
  --radius-card-lg: 32px;
  --font-display: 'Fredoka', 'Quicksand', system-ui, sans-serif;
  --font-body: 'Quicksand', 'Fredoka', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { font-family: var(--font-body); color: var(--charcoal); background: var(--white); line-height: 1.55; font-size: 16px; -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
a { color: var(--hot-pink); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

/* ===== Top branding bar ===== */
.top-bar { background: linear-gradient(90deg, #c2185b 0%, #d63384 50%, #e91e63 100%); text-align: center; padding: 28px 16px 22px; color: var(--white); }
.top-bar .heart-dot { width: 22px; height: 22px; display: block; margin: 0 auto 6px; }
.brand-logo { font-family: var(--font-display); font-weight: 600; font-size: clamp(28px, 4vw, 38px); letter-spacing: 0.5px; color: var(--white); }

.subnav { background: var(--soft-pink); display: flex; justify-content: center; gap: clamp(40px, 8vw, 90px); padding: 14px 16px; font-family: var(--font-display); font-weight: 600; font-size: 15px; letter-spacing: 1.5px; }
.subnav a { color: var(--hot-pink); text-decoration: none; transition: opacity .2s ease; }
.subnav a:hover { opacity: .7; }
.subnav a.active { color: var(--hot-pink-2); }

/* ===== Top-right nav (home) ===== */
.top-right-nav { position: absolute; top: 18px; right: 24px; display: flex; gap: 28px; z-index: 5; font-family: var(--font-display); font-weight: 600; font-size: 14px; }
.top-right-nav a { color: var(--charcoal); opacity: 0.85; }
.top-right-nav a:first-child { color: var(--charcoal); font-weight: 700; }
.top-right-nav a:hover { color: var(--hot-pink); text-decoration: none; }
@media (max-width: 768px) {
  .top-right-nav { position: static; justify-content: center; flex-wrap: wrap; gap: 16px; padding: 14px 16px; background: var(--whisper-pink); }
}

/* ===== Pill buttons ===== */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 32px; border-radius: var(--radius-pill); background: linear-gradient(180deg, #d63384 0%, #c2185b 100%); color: var(--white) !important; font-family: var(--font-display); font-weight: 600; font-size: 15px; letter-spacing: 0.6px; border: none; cursor: pointer; text-decoration: none !important; box-shadow: 0 6px 16px rgba(194, 24, 91, 0.3); transition: transform .15s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(194, 24, 91, 0.38); }
.btn:active { transform: translateY(0); }
.btn-lg { padding: 16px 38px; font-size: 16px; }
.btn-outline { background: var(--white); color: var(--hot-pink) !important; border: 2px solid var(--pink); box-shadow: var(--shadow-soft); }

/* ===== Hero ===== */
.hero { position: relative; min-height: 100vh; background: var(--white); display: flex; align-items: center; justify-content: center; padding: 60px 20px; overflow: hidden; }
.hero-inner { position: relative; z-index: 2; text-align: center; max-width: 560px; width: 100%; }

.profile-ring { position: relative; width: clamp(280px, 34vw, 380px); aspect-ratio: 1 / 1; margin: 0 auto 30px; display: grid; place-items: center; }
.profile-ring::before { content: ""; position: absolute; inset: -6%; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><g fill='none' stroke='%23f06292' stroke-width='1.6'><path d='M100 6 C 130 18 182 18 194 50 C 182 80 182 120 194 150 C 182 182 130 182 100 194 C 70 182 18 182 6 150 C 18 120 18 80 6 50 C 18 18 70 18 100 6 Z'/><path d='M100 14 C 128 24 176 24 186 52 C 176 80 176 120 186 148 C 176 176 128 176 100 186 C 72 176 24 176 14 148 C 24 120 24 80 14 52 C 24 24 72 24 100 14 Z' stroke='%23f48fb1' stroke-width='1.1'/></g></svg>"); background-size: 100% 100%; background-repeat: no-repeat; pointer-events: none; }
.profile-ring::after { content: ""; position: absolute; inset: 6%; border: 2px solid var(--pink-mid); border-radius: 50%; box-sizing: border-box; pointer-events: none; }
.profile-photo { width: 86%; aspect-ratio: 1 / 1; border-radius: 50%; object-fit: cover; object-position: 50% 22%; position: relative; z-index: 1; box-shadow: 0 14px 36px rgba(244, 143, 177, 0.32); background: var(--whisper-pink); }

.heart-divider { font-size: 22px; color: var(--pink-bright); margin: 16px 0 6px; line-height: 1; }
.hero h1 { font-family: var(--font-display); font-weight: 600; font-size: clamp(36px, 5vw, 56px); color: var(--hot-pink); margin-bottom: 32px; letter-spacing: 0.5px; }

/* Hero CTA — bouncing */
.hero-cta { margin-bottom: 60px; animation: heroBounce 1.6s cubic-bezier(.6,.05,.4,1) infinite; transform-origin: center bottom; }
.hero-cta:hover { animation-play-state: paused; }
@keyframes heroBounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-14px); }
  60% { transform: translateY(-7px); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-cta { animation: none; }
}

.hero-footer { font-size: 13px; color: var(--muted); line-height: 1.9; }
.hero-footer .copyright { color: var(--pink); font-weight: 600; margin-bottom: 6px; }
.hero-footer a { color: var(--charcoal); text-decoration: underline; }

/* ===== Decorative floating stars (home) ===== */
.deco { position: absolute; inset: 0; pointer-events: none; z-index: 1; overflow: hidden; }
.deco .star, .deco .dot { position: absolute; opacity: 0.85; animation: float 8s ease-in-out infinite; }
.deco .star svg { width: 100%; height: 100%; display: block; }
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(8deg); }
}

/* ===== Page wrappers ===== */
.page-section { padding: 70px 20px; }
.page-section.alt { background: var(--soft-pink); }
.container { max-width: 880px; margin: 0 auto; }
.section-title { font-family: var(--font-display); font-weight: 600; text-align: center; color: var(--hot-pink); font-size: clamp(26px, 3.4vw, 36px); letter-spacing: 0.5px; margin-bottom: 36px; line-height: 1.25; }
.section-title.dark { color: var(--charcoal); }

/* ===== About — intro card ===== */
.intro-card { background: var(--soft-pink); border-radius: var(--radius-card-lg); padding: 30px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 28px; align-items: stretch; box-shadow: var(--shadow-soft); }
.intro-card .photo { border-radius: var(--radius-card); overflow: hidden; background: var(--pale-pink); min-height: 260px; }
.intro-card .photo img { width: 100%; height: 100%; object-fit: cover; }
.intro-card .copy { display: flex; flex-direction: column; gap: 14px; }
.intro-card h2 { font-family: var(--font-display); color: var(--hot-pink); font-size: 17px; letter-spacing: 1.5px; margin-bottom: 4px; }
.intro-card p { font-size: 14.5px; line-height: 1.7; color: #4d4d4d; }
.intro-card .pink { color: var(--hot-pink-2); font-weight: 700; }
.intro-card .btn { align-self: flex-start; margin-top: 8px; }
@media (max-width: 720px) {
  .intro-card { grid-template-columns: 1fr; padding: 22px; }
}

/* Counter */
.counter { text-align: center; margin: 80px 0 40px; }
.counter .label { font-family: var(--font-display); font-weight: 600; font-size: clamp(20px, 2.6vw, 28px); letter-spacing: 1px; color: var(--charcoal); }
.counter .label .pink-num { color: var(--pink-bright); }
.counter .number { font-family: var(--font-display); font-weight: 700; font-size: clamp(80px, 12vw, 140px); color: var(--charcoal); line-height: 1; margin: 14px 0; display: inline-flex; align-items: baseline; gap: 14px; }
.counter .number .days { font-size: clamp(28px, 3.6vw, 42px); color: var(--pink-bright); letter-spacing: 2px; font-weight: 600; }
.counter .easy { font-family: var(--font-display); font-weight: 600; font-size: clamp(18px, 2.4vw, 24px); color: var(--charcoal); margin-top: 8px; }
.counter .easy .pink { color: var(--pink-bright); }

/* Boyfriend card */
.boyfriend-card { display: grid; grid-template-columns: 1fr 1.2fr; gap: 32px; align-items: center; margin-top: 30px; }
.boyfriend-card .photo { border-radius: 18px; overflow: hidden; aspect-ratio: 1 / 1.2; background: var(--pale-pink); }
.boyfriend-card .photo img,
.boyfriend-card .photo .boyfriend-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.boyfriend-card h3 { font-family: var(--font-display); color: var(--hot-pink); font-size: clamp(22px, 2.6vw, 28px); line-height: 1.25; margin-bottom: 14px; }
.boyfriend-card p { font-size: 14.5px; margin-bottom: 14px; color: #4d4d4d; }
.boyfriend-card .pink { color: var(--hot-pink-2); font-weight: 700; }
.boyfriend-card .btn { margin-top: 10px; }
@media (max-width: 720px) {
  .boyfriend-card { grid-template-columns: 1fr; }
}

/* Quote block */
.quote-block { display: grid; grid-template-columns: 1fr 1.2fr; gap: 32px; align-items: center; margin-top: 24px; }
.quote-block .photo { border-radius: 18px; overflow: hidden; aspect-ratio: 3 / 4; background: var(--pale-pink); }
.quote-block .photo img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.quote-block .copy { position: relative; }
.quote-block .qmark { font-family: var(--font-display); font-weight: 700; font-size: 80px; color: var(--pink-mid); line-height: 0.6; margin-bottom: 8px; }
.quote-block p { font-size: 15px; margin-bottom: 14px; }
.quote-block .pink { color: var(--hot-pink-2); font-weight: 700; }
@media (max-width: 720px) {
  .quote-block { grid-template-columns: 1fr; }
}

/* Wants-to-know */
.wants-card { border: 2px solid var(--pink-mid); border-radius: var(--radius-card-lg); background: rgba(255,255,255,0.4); padding: 32px 30px; margin-top: 50px; }
.wants-card h3 { text-align: center; font-family: var(--font-display); color: var(--hot-pink); font-size: clamp(20px, 2.4vw, 26px); margin-bottom: 22px; line-height: 1.3; }
.wants-card ul { list-style: none; padding: 0; }
.wants-card li { padding: 10px 0; font-size: 15px; color: var(--charcoal); }

/* Testimonials */
.testimonials { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 30px; }
.testimonial { border: 2px solid var(--pink-mid); border-radius: 22px; padding: 22px 20px; background: var(--whisper-pink); text-align: center; position: relative; font-size: 13px; line-height: 1.55; }
.testimonial::before, .testimonial::after { font-family: var(--font-display); position: absolute; font-size: 36px; color: var(--pink-mid); font-weight: 700; line-height: 1; }
.testimonial::before { content: '“'; top: 6px; left: 16px; }
.testimonial::after { content: '”'; bottom: -6px; right: 16px; }
.testimonial .name { display: block; margin-top: 10px; color: var(--hot-pink-2); font-weight: 600; }
@media (max-width: 600px) {
  .testimonials { grid-template-columns: 1fr; }
}
.center-cta { text-align: center; margin-top: 40px; }

/* ===== Gallery ===== */
.gallery-card { background: var(--soft-pink); border-radius: var(--radius-card-lg); padding: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; box-shadow: var(--shadow-soft); max-width: 720px; margin: 0 auto; }
.gallery-card .photo { border-radius: 14px; overflow: hidden; aspect-ratio: 4/5; background: var(--pale-pink); }
.gallery-card .photo img { width: 100%; height: 100%; object-fit: cover; }
.gallery-caption { text-align: center; margin-top: 18px; font-size: 14px; color: var(--charcoal); }
.gallery-caption .pink { color: var(--hot-pink-2); font-weight: 700; }

.locked-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; max-width: 820px; margin-left: auto; margin-right: auto; }
.locked-card { position: relative; aspect-ratio: 4/5; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-soft); }
.locked-card img { width: 100%; height: 100%; object-fit: cover; filter: blur(2px) saturate(1.05); transform: scale(1.04); }
.locked-card .lock-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(252, 228, 236, 0.25); gap: 14px; }
.locked-card .lock-icon { width: 70px; height: 70px; filter: drop-shadow(0 4px 8px rgba(0,0,0,0.15)); }
.locked-card .unlock-btn { background: rgba(255,255,255,0.9); color: var(--hot-pink-2) !important; font-family: var(--font-display); font-weight: 700; letter-spacing: 1.5px; padding: 8px 22px; font-size: 13px; border-radius: var(--radius-pill); border: 2px solid var(--white); cursor: pointer; text-decoration: underline !important; text-underline-offset: 3px; }
.locked-card .unlock-btn:hover { transform: scale(1.04); }
@media (max-width: 700px) {
  .locked-grid { grid-template-columns: 1fr; max-width: 360px; }
}
.gallery-secret-text { text-align: center; margin-top: 30px; font-size: 14px; color: var(--charcoal); }

/* ===== Links page ===== */
.links-hero { text-align: center; padding: 60px 20px 30px; }
.links-hero h1 { font-family: var(--font-display); color: var(--hot-pink); font-size: clamp(22px, 2.8vw, 30px); margin-bottom: 18px; }
.heart-big { font-size: 44px; color: var(--pink-bright); display: block; margin: 8px auto 30px; }
.links-stack { max-width: 480px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; padding: 0 20px 60px; }

.link-pill { position: relative; display: flex; align-items: center; gap: 18px; background: var(--soft-pink); border-radius: var(--radius-pill); padding: 16px 28px; font-family: var(--font-display); font-weight: 600; color: var(--hot-pink-2) !important; font-size: 17px; text-decoration: none !important; box-shadow: var(--shadow-soft); transition: transform .15s ease, box-shadow .2s ease; cursor: pointer; }
.link-pill:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(244, 143, 177, 0.35); }
.link-pill .icon { width: 38px; height: 38px; flex-shrink: 0; }

/* Bouncing fan link */
.link-pill.bouncing { animation: linkBounce 1.6s cubic-bezier(.6,.05,.4,1) infinite; transform-origin: center bottom; background: linear-gradient(180deg, #e0f7ff 0%, #b8ecff 100%); box-shadow: 0 8px 22px rgba(0, 175, 240, 0.28); }
.link-pill.bouncing:hover { animation-play-state: paused; }
@keyframes linkBounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-12px); }
  60% { transform: translateY(-6px); }
}
@media (prefers-reduced-motion: reduce) {
  .link-pill.bouncing { animation: none; }
}

/* ===== Footer ===== */
.footer { background: linear-gradient(90deg, #c2185b 0%, #d63384 50%, #e91e63 100%); text-align: center; padding: 18px 16px; }
.footer-nav { display: flex; justify-content: center; gap: clamp(40px, 8vw, 90px); font-family: var(--font-display); font-weight: 700; letter-spacing: 1.5px; font-size: 14px; }
.footer-nav a { color: var(--white); text-decoration: none; }
.footer-nav a:hover { opacity: 0.85; text-decoration: underline; }
.footer-credit { background: var(--soft-pink); text-align: center; padding: 22px 16px 28px; font-size: 13px; color: var(--muted); line-height: 1.8; }
.footer-credit .copyright { color: var(--pink); font-weight: 600; margin-bottom: 4px; }
.footer-credit a { color: var(--charcoal); text-decoration: underline; }

/* ===== Click cursor (on bouncing CTAs) ===== */
.click-cursor {
  position: absolute;
  width: 30px;
  height: 36px;
  bottom: -18px;
  right: 14px;
  z-index: 10;
  pointer-events: none;
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.35));
  animation: cursorTap 1.6s cubic-bezier(.6,.05,.4,1) infinite;
}
.click-cursor svg { width: 100%; height: 100%; display: block; overflow: visible; }
.click-cursor::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 4px;
  left: -8px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  animation: clickRing 1.6s cubic-bezier(.6,.05,.4,1) infinite;
  filter: drop-shadow(0 0 4px rgba(233, 30, 99, 0.6));
}
@keyframes cursorTap {
  0%, 30%   { transform: translate(0, 0) scale(1); }
  40%       { transform: translate(-3px, -3px) scale(0.85); }
  50%, 100% { transform: translate(0, 0) scale(1); }
}
@keyframes clickRing {
  0%, 35%  { opacity: 0; transform: scale(0.4); }
  42%      { opacity: 0.95; transform: scale(0.9); }
  60%      { opacity: 0; transform: scale(1.7); }
  100%     { opacity: 0; transform: scale(1.7); }
}
@media (prefers-reduced-motion: reduce) {
  .click-cursor, .click-cursor::after { animation: none; }
}

/* ===== Utilities ===== */
.text-center { text-align: center; }
.spacer-sm { height: 30px; }
.spacer-md { height: 60px; }
