﻿:root {
  --ink: #0b0b0d;
  --charcoal: #171719;
  --panel: #242225;
  --muted: #706b67;
  --line: rgba(214, 184, 112, 0.26);
  --gold: #d6b870;
  --gold-dark: #a98332;
  --cream: #fbf7ee;
  --rose: #c58d7a;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
p { margin: 0 0 1rem; font-size: 1rem; line-height: 1.72; }
h1, h2, h3 { margin: 0; line-height: 1.16; letter-spacing: 0; }
h1 { font-size: clamp(2.35rem, 5vw, 5rem); }
h2 { font-size: clamp(1.75rem, 2.7vw, 2.65rem); margin-bottom: 0.85rem; }
h3 { font-size: clamp(1.08rem, 1.35vw, 1.32rem); margin-bottom: 0.45rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(8, 8, 9, 0.94);
  border-bottom: 1px solid rgba(214, 184, 112, 0.22);
  backdrop-filter: blur(12px);
}
.nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.9rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.brand span { display: block; color: var(--white); font-size: 0.62rem; letter-spacing: 0.22em; }
.nav-toggle { display: none; }
.menu-button { display: none; color: var(--white); font-size: 1.7rem; cursor: pointer; }
.nav-links { display: flex; align-items: center; gap: 1.1rem; color: var(--white); font-size: 0.9rem; }
.nav-links a { opacity: 0.88; }
.nav-links a:hover { color: var(--gold); opacity: 1; }
.nav-links .nav-cta { padding: 0.62rem 1rem; border-radius: 999px; background: var(--gold); color: var(--ink); font-weight: 800; }

.hero {
  min-height: 680px;
  position: relative;
  color: var(--white);
  background: linear-gradient(90deg, rgba(7,7,9,0.86), rgba(7,7,9,0.58), rgba(7,7,9,0.3)), var(--hero-image) center/cover no-repeat;
}
.hero-home { --hero-image: url("images/hero.jpg"); }
.hero-daddy { --hero-image: url("images/sugardaddyclub.jpg"); }
.hero-baby { --hero-image: url("images/sugar-baby-dating.jpg"); }
.hero-henderson { --hero-image: url("images/dating.jpg"); }
.hero-summerlin { --hero-image: url("images/elite-dating.jpg"); }
.hero-safety { --hero-image: url("images/home2.jpg"); }
.hero-night { --hero-image: url("images/sugarlove.jpg"); }
.hero-search { --hero-image: url("images/hero-bg.jpg"); }
.hero .wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 7rem 1.2rem 5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  margin-bottom: 1rem;
}
.hero p { max-width: 760px; color: rgba(255,255,255,0.88); font-size: 1.08rem; margin-left: auto; margin-right: auto; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.4rem; }
.hero .cta-row { justify-content: center; }
.cta-row.centered { justify-content: center; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1.15rem;
  border-radius: 999px;
  font-weight: 800;
  background: var(--gold);
  color: var(--ink);
  border: 1px solid var(--gold);
  box-shadow: 0 12px 30px rgba(214, 184, 112, 0.2);
}
.button.secondary { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.46); box-shadow: none; }
.button.dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
  justify-content: center;
}
.pill {
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.09);
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  color: rgba(255,255,255,0.88);
  font-size: 0.9rem;
}

.section { padding: 4.5rem 1.2rem; }
.section.dark { background: var(--charcoal); color: var(--white); }
.section.gold { background: var(--gold); color: var(--ink); }
.container { max-width: 1180px; margin: 0 auto; }
.section-head { max-width: 820px; margin-bottom: 2.2rem; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head p, .muted { color: var(--muted); font-size: 1.02rem; }
.dark .section-head p, .dark .muted { color: rgba(255,255,255,0.72); }

.search-card {
  background: var(--white);
  border: 1px solid rgba(11,11,13,0.08);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 1.2rem;
}
.search-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.85rem; }
.field label { display: block; font-size: 0.76rem; font-weight: 800; color: var(--gold-dark); text-transform: uppercase; margin-bottom: 0.35rem; }
.field select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(11,11,13,0.12);
  border-radius: 12px;
  padding: 0.65rem 0.75rem;
  background: #fff;
  color: var(--ink);
}
.search-card .button { width: 100%; margin-top: 1rem; }

.grid { display: grid; gap: 1.2rem; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  background: var(--white);
  border: 1px solid rgba(11,11,13,0.08);
  border-radius: 18px;
  padding: 1.35rem;
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}
.card p { line-height: 1.68; }
.dark .card { background: #0f0f11; border-color: rgba(214,184,112,0.19); }
.icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: var(--ink);
  font-weight: 900;
  margin-bottom: 0.8rem;
}
.media-card { padding: 0; overflow: hidden; }
.media-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.media-card .body { padding: 1.2rem; }
.profile-card img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: 14px; margin-bottom: 1rem; }
.profile-meta { color: var(--gold-dark); font-weight: 800; font-size: 0.95rem; margin: 0.15rem 0 0.9rem; }
.profile-card p { font-size: 0.98rem; }
.profile-card ul, .check-list { padding: 0; margin: 0; list-style: none; }
.profile-card li, .check-list li { padding: 0.35rem 0; border-top: 1px solid rgba(11,11,13,0.08); }
.dark .profile-card li, .dark .check-list li { border-color: rgba(255,255,255,0.12); }
.split { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 2rem; align-items: center; }
.split img { border-radius: 22px; box-shadow: var(--shadow); width: 100%; object-fit: cover; }
.area-link { color: var(--gold-dark); font-weight: 800; }
.dark .area-link { color: var(--gold); }

.steps { counter-reset: step; }
.step { position: relative; padding-left: 3.2rem; }
.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-weight: 900;
}

.faq { display: grid; gap: 0.75rem; }
details {
  background: var(--white);
  border: 1px solid rgba(11,11,13,0.08);
  border-radius: 14px;
  padding: 1rem 1.1rem;
}
summary { cursor: pointer; font-weight: 850; }
details p { margin-top: 0.65rem; color: var(--muted); }
.dark details { background: #101012; border-color: rgba(214,184,112,0.19); }

.footer { background: #050505; color: var(--white); padding: 4rem 1.2rem 1.5rem; }
.footer-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 2rem; }
.footer h3 { color: var(--gold); margin-bottom: 0.8rem; }
.footer a { display: block; color: rgba(255,255,255,0.78); margin: 0.35rem 0; }
.footer p { color: rgba(255,255,255,0.72); }
.copy { max-width: 1180px; margin: 2rem auto 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.55); font-size: 0.85rem; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 1rem 1.2rem 1.2rem;
    background: #070708;
    border-bottom: 1px solid rgba(214,184,112,0.22);
    flex-direction: column;
    align-items: stretch;
  }
  .nav-toggle:checked ~ .nav-links { display: flex; }
  .search-grid, .grid.three, .grid.four, .footer-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .hero { min-height: auto; }
  .hero .wrap { padding: 5rem 1rem 3.5rem; }
  .hero .cta-row { width: 100%; max-width: 420px; }
  .section { padding: 3rem 1rem; }
  h1 { font-size: clamp(2.15rem, 12vw, 3.6rem); }
  h2 { font-size: clamp(1.6rem, 8vw, 2.3rem); }
  p { font-size: 0.98rem; }
  .search-grid, .grid.two, .grid.three, .grid.four, .footer-grid { grid-template-columns: 1fr; }
  .cta-row .button { width: 100%; }
  .brand { font-size: 1rem; }
}

