:root {
  --bg-cream: #FDF5ED;
  --bg-warm: #F8EDE3;
  --pink: #F5C6C6;
  --pink-dark: #D4736C;
  --rose: #C0616A;
  --rose-btn: #B85C5C;
  --text-dark: #2A1F1F;
  --text-muted: #9A8A8A;
  --white: #FFFFFF;
  --card-bg: #FFF9F5;
  --font-serif: 'Unbounded', sans-serif;
  --font-body: 'Manrope', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg-cream); font-family: var(--font-body); color: var(--text-dark); overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
button { border: none; background: none; font-family: inherit; cursor: pointer; outline: none; color: inherit; }

/* ═══════════════════════════════════════
   1. BEAUTY SPLASH — Cream + Pink Collage
   ═══════════════════════════════════════ */
.v21-splash {
  min-height: 100vh;
  background: linear-gradient(180deg, var(--bg-warm) 0%, var(--bg-cream) 100%);
  display: flex; flex-direction: column;
  padding: 0;
}

.v21-splash-frame {
  max-width: 440px; margin: 30px auto 0;
  background: var(--card-bg);
  border-radius: 44px;
  padding: 20px 20px 40px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.04);
  overflow: hidden;
}

/* Asymmetric Photo Collage */
.v21-collage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 10px;
  height: 520px;
  margin-bottom: 30px;
}

.v21-col-cell {
  border-radius: 24px;
  background: var(--pink);
  overflow: hidden; position: relative;
}
.v21-col-cell img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
}

/* Dense editorial collage: 6 photos, varied rhythm, no empty splash. */
.v21-col-cell:nth-child(1) { grid-row: 1 / 3; grid-column: 1 / 3; }
.v21-col-cell:nth-child(2) { grid-row: 1; grid-column: 3; }
.v21-col-cell:nth-child(3) { grid-row: 2 / 4; grid-column: 3; }
.v21-col-cell:nth-child(4) { grid-row: 3 / 5; grid-column: 1; }
.v21-col-cell:nth-child(5) { grid-row: 3; grid-column: 2; }
.v21-col-cell:nth-child(6) { grid-row: 4; grid-column: 2 / 4; }

/* Text Below Collage */
.v21-splash-text { padding: 0 8px; }
.v21-h1 { font-family: var(--font-serif); font-size: 40px; font-weight: 700; line-height: 1; margin-bottom: 4px; color: var(--text-dark); }
.v21-h1-sub { font-family: var(--font-serif); font-size: 24px; font-weight: 800; color: var(--text-dark); margin-bottom: 12px; letter-spacing: -0.04em; }
.v21-splash-p { font-size: 14px; color: var(--text-muted); line-height: 1.5; margin-bottom: 28px; max-width: 260px; }

/* Dots */
.v21-dots { display: flex; gap: 6px; margin-bottom: 24px; padding: 0 8px; }
.v21-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); }
.v21-dot--active { background: var(--rose); width: 20px; border-radius: 4px; }

/* CTA Button */
.v21-btn-go {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--rose-btn); color: var(--white);
  padding: 16px 32px; border-radius: 100px;
  font-size: 16px; font-weight: 700;
  box-shadow: 0 10px 30px rgba(192, 97, 106, 0.25);
  transition: 0.2s; margin-left: 8px;
}
.v21-btn-go:hover { transform: translateY(-2px); }
.v21-btn-arrows { letter-spacing: -2px; }


/* ═══════════════════════════════════════
   2. PROFILES SECTION
   ═══════════════════════════════════════ */
.v21-section { max-width: 500px; margin: 0 auto; padding: 40px 20px; }
.v21-h2 { font-family: var(--font-serif); font-size: 28px; font-weight: 700; margin-bottom: 6px; }
.v21-h2-sub { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.v21-label { font-size: 13px; font-weight: 800; color: var(--rose); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }

.v21-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 36px; }

.pcard { position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 0.75; background: var(--pink); }
.pcard__media { position: absolute; inset: 0; }
.pcard__img { width: 100%; height: 100%; object-fit: cover; }
.pcard__body { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px; background: linear-gradient(0deg, rgba(42,31,31,0.6) 0%, transparent 100%); color: #fff; }
.pcard__name { font-size: 15px; font-weight: 800; }
.pcard__meta { font-size: 11px; opacity: 0.8; }
.pcard__age { position: absolute; top: 10px; right: 10px; background: var(--rose); color: #fff; font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 100px; }
.pcard__heart, .pcard__pin { display: none; }

/* ═══════════════════════════════════════
   3. CAROUSEL
   ═══════════════════════════════════════ */
.v21-deck-wrap { position: relative; height: 440px; margin-bottom: 30px; }
#lp-hero-sizer { width: 100%; height: 100%; position: relative; }
.v21-deck-inner { position: absolute; inset: 0; }
.v21-deck-link { position: absolute; inset: 0; z-index: 20; }
.v21-showcase { position: absolute; inset: 0; z-index: 1; }

.heart { position: absolute; inset: 0; border-radius: 32px; overflow: hidden; background: var(--pink); box-shadow: 0 20px 50px rgba(0,0,0,0.06); transition: 0.5s; }
.heart__img { width: 100%; height: 100%; object-fit: cover; }
.heart[data-pos="front"] { transform: scale(1); opacity: 1; z-index: 5; }
.heart[data-pos="back"]  { transform: translate(12px, 10px) scale(0.94) rotate(3deg); opacity: 0.4; z-index: 4; }

.v21-card-ui { position: absolute; inset: 0; pointer-events: none; z-index: 10; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; background: linear-gradient(0deg, rgba(42,31,31,0.55) 0%, transparent 40%); color: #fff; border-radius: 32px; }
.v21-card-name { font-family: var(--font-serif); font-size: 28px; font-weight: 700; }
.v21-card-loc { font-size: 13px; opacity: 0.8; margin-top: 4px; }

/* ═══════════════════════════════════════
   4. SEARCH FORM
   ═══════════════════════════════════════ */
.v21-form-card {
  background: var(--white); border-radius: 32px; padding: 32px 24px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.03);
}
.v21-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 20px; }
.v21-lbl { display: block; font-size: 12px; font-weight: 700; color: var(--text-muted); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
.v21-select { width: 100%; border: 2px solid #F0E0D8; border-radius: 16px; background: var(--bg-cream); padding: 14px 16px; font-family: inherit; font-size: 15px; font-weight: 700; color: var(--text-dark); outline: none; appearance: none; }
.v21-select:focus { border-color: var(--rose); }

.v21-age-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.v21-age-val { font-weight: 800; color: var(--rose); }

.v21-slider { position: relative; height: 28px; }
.v21-slider__track { position: absolute; left: 0; right: 0; top: 50%; height: 6px; background: #F0E0D8; border-radius: 3px; transform: translateY(-50%); }
.v21-slider__input { position: absolute; width: 100%; appearance: none; background: transparent; pointer-events: none; }
.v21-slider__input::-webkit-slider-thumb { appearance: none; width: 22px; height: 22px; border-radius: 50%; background: var(--rose); border: 3px solid #fff; box-shadow: 0 2px 8px rgba(192,97,106,0.3); pointer-events: auto; cursor: pointer; }

.v21-btn-submit {
  width: 100%; background: var(--rose-btn); color: #fff;
  padding: 18px; border-radius: 100px; font-size: 16px; font-weight: 800;
  margin-top: 16px; box-shadow: 0 10px 25px rgba(192,97,106,0.2); transition: 0.2s;
}
.v21-btn-submit:hover { transform: translateY(-2px); }
.v21-warn { text-align: center; font-size: 12px; color: var(--text-muted); margin-top: 12px; }

/* ═══════════════════════════════════════
   5. FEATURES
   ═══════════════════════════════════════ */
.v21-features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 40px; }
.v21-feat { background: var(--white); border-radius: 24px; padding: 22px; box-shadow: 0 4px 16px rgba(0,0,0,0.02); border: 1px solid rgba(0,0,0,0.03); transition: 0.2s; }
.v21-feat:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.05); }
.v21-feat-icon { font-size: 28px; margin-bottom: 12px; }
.v21-feat-title { font-size: 14px; font-weight: 800; margin-bottom: 6px; }
.v21-feat-desc { font-size: 12px; color: var(--text-muted); line-height: 1.5; }

/* ═══════════════════════════════════════
   6. STORIES
   ═══════════════════════════════════════ */
.v21-stories-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.v21-stories-controls { display: flex; gap: 8px; }
.v21-stories-btn { width: 36px; height: 36px; border-radius: 50%; background: var(--white); display: flex; justify-content: center; align-items: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); font-size: 18px; color: var(--text-muted); border: 1px solid rgba(0,0,0,0.04); }

.v21-stories-scroll { display: flex; gap: 14px; overflow-x: auto; padding: 4px 0 20px; scrollbar-width: none; scroll-snap-type: x mandatory; }
.v21-stories-scroll::-webkit-scrollbar { display: none; }

.v21-story-card {
  flex-shrink: 0; width: 290px; background: var(--white);
  border-radius: 24px; padding: 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.03); scroll-snap-align: start;
  border: 1px solid rgba(0,0,0,0.03);
  border-top: 4px solid var(--pink);
}
.v21-story-who { font-family: var(--font-serif); font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.v21-story-where { font-size: 12px; color: var(--rose); font-weight: 700; margin-bottom: 12px; }
.v21-story-text { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* ═══════════════════════════════════════
   7. FOOTER
   ═══════════════════════════════════════ */
.v21-footer { max-width: 500px; margin: 0 auto; padding: 30px 20px 50px; display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.v21-f-brand { font-family: var(--font-serif); font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.v21-f-muted { font-size: 11px; color: var(--text-muted); line-height: 1.5; max-width: 200px; }
.v21-f-links { display: flex; flex-direction: column; gap: 6px; }
.v21-f-link { font-size: 13px; font-weight: 600; color: var(--text-muted); }
.v21-f-link:hover { color: var(--rose); }

@media (max-width: 500px) {
  .v21-splash-frame { margin: 16px; border-radius: 32px; padding: 14px 14px 32px; }
  .v21-collage { height: 460px; gap: 8px; }
  .v21-h1 { font-size: 32px; }
  .v21-deck-wrap { height: 380px; }
}
