/* ==========================================================================
   PotheadDating.com — stylesheet
   Dark stoner vibe, warmed up for DATING: rose/coral primary accent,
   green kept only for "online"/cannabis nods. Distinct from the 420 site.
   ========================================================================== */

:root {
  --bg: #150f1d;
  --bg-2: #1d1527;
  --bg-3: #271c33;
  --card: #1f1729;
  --ink: #f5eefb;
  --soft: #cdbfde;
  --muted: #9b8caf;
  --line: rgba(255,255,255,.10);
  --line-2: rgba(255,255,255,.06);

  --rose: #ff6f9c;          /* primary dating accent */
  --coral: #ff8a5c;
  --grn: #74e39a;           /* online / cannabis nod only */
  --violet: #a06bff;
  --violet-700: #7c46e0;
  --amber: #ff9d4d;
  --warm: linear-gradient(135deg, #ff7a9c, #ff8a52);

  --r: 6px;
  --r-lg: 12px;
  --r-pill: 100px;
  --shadow: 0 18px 50px rgba(0,0,0,.45);
  --shadow-sm: 0 6px 20px rgba(0,0,0,.3);
  --glow: 0 12px 34px rgba(255,111,156,.38);
  --maxw: 1180px;
  --display: "Bricolage Grotesque", system-ui, sans-serif;
  --body: "Inter", system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { overflow-x: hidden; }
body {
  font-family: var(--body); background: var(--bg); color: var(--ink);
  line-height: 1.6; font-size: 17px; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--display); font-weight: 800; line-height: 1.05; letter-spacing: -.02em; }
ul { list-style: none; padding: 0; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.sec { padding: 96px 0; }
.kicker {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--display);
  font-weight: 700; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--rose); padding: 6px 14px; border: 1px solid rgba(255,111,156,.34);
  border-radius: var(--r-pill); background: rgba(255,111,156,.07);
}
.h2 { font-size: clamp(32px, 5vw, 54px); }
.center { text-align: center; }
.lead { color: var(--soft); font-size: clamp(16px, 2vw, 19px); max-width: 620px; }
.center .lead { margin-left: auto; margin-right: auto; }
.heading { max-width: 720px; margin: 0 auto 56px; }
.heading.center { text-align: center; }
.heading .h2 { margin: 16px 0 0; }
.heading p { color: var(--soft); margin-top: 16px; font-size: 18px; }

/* Buttons ----------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--display); font-weight: 700; font-size: 16px; cursor: pointer;
  padding: 15px 28px; border-radius: var(--r-pill); border: none; transition: transform .16s, box-shadow .16s, background .16s;
}
.btn-lime { background: var(--warm); color: #fff; box-shadow: var(--glow); }
.btn-lime:hover { transform: translateY(-3px); box-shadow: 0 16px 42px rgba(255,111,156,.5); }
.btn-outline { background: transparent; color: var(--ink); border: 1.5px solid rgba(255,255,255,.25); }
.btn-outline:hover { border-color: var(--rose); color: var(--rose); }
.btn-lg { padding: 18px 36px; font-size: 18px; }
.btn-block { display: flex; width: 100%; }

/* Header ------------------------------------------------------------------ */
.hd { position: sticky; top: 0; z-index: 50; background: rgba(21,15,29,.72); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line-2); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo { height: 38px; width: auto; display: block; }
.brand-txt { font-family: var(--display); font-weight: 800; font-size: 20px; letter-spacing: -.03em; }
.brand-txt b { color: var(--rose); }
.nav-links { display: flex; gap: 32px; }
.nav-links a { color: var(--soft); font-weight: 600; font-size: 15px; }
.nav-links a:hover { color: var(--rose); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.burger { display: none; background: none; border: 0; cursor: pointer; }

/* Hero (centered) --------------------------------------------------------- */
.hero { position: relative; overflow: hidden; text-align: center; padding: 92px 0 88px; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(620px 380px at 20% 6%, rgba(255,111,156,.30), transparent 62%),
    radial-gradient(640px 420px at 82% 14%, rgba(160,107,255,.34), transparent 60%),
    radial-gradient(720px 520px at 50% 110%, rgba(255,138,82,.18), transparent 60%);
}
.hero .wrap { position: relative; z-index: 1; }
.hero h1 { font-size: clamp(40px, 7vw, 76px); max-width: 14ch; margin: 22px auto 0; }
.hero h1 .hl { color: var(--rose); }
.hero h1 .hl2 { background: linear-gradient(100deg, var(--violet), var(--rose)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .sub { color: var(--soft); font-size: clamp(17px, 2vw, 21px); max-width: 600px; margin: 22px auto 0; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.hero-live { display: inline-flex; align-items: center; gap: 14px; margin-top: 34px; padding: 8px 8px 8px 16px; border: 1px solid var(--line); border-radius: var(--r-pill); background: rgba(255,255,255,.03); }
.hero-live .dot { flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; background: var(--grn); animation: pulse 2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(116,227,154,.5);} 70%{box-shadow:0 0 0 10px rgba(116,227,154,0);} 100%{box-shadow:0 0 0 0 rgba(116,227,154,0);} }
.hero-live .txt { font-size: 14px; color: var(--soft); }
.hero-live .txt b { color: var(--ink); }
.hero-live .status { display: inline-flex; align-items: center; gap: 8px; }
.avatars { display: flex; }
.avatars img { width: 38px; height: 38px; border-radius: 50%; border: 2px solid var(--bg); object-fit: cover; margin-left: -12px; background: var(--bg-3); }
.avatars img:first-child { margin-left: 0; }

/* Marquee ----------------------------------------------------------------- */
.marquee { border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); background: var(--bg-2); overflow: hidden; padding: 18px 0; }
.marquee .track { display: flex; gap: 40px; white-space: nowrap; width: max-content; animation: scroll 28s linear infinite; }
.marquee span { font-family: var(--display); font-weight: 700; font-size: 18px; color: var(--soft); display: inline-flex; align-items: center; gap: 40px; }
.marquee span::after { content: "🌿"; font-size: 15px; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Profile deck (dating-app style cards) ----------------------------------- */
.deck { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pcard { position: relative; border-radius: var(--r-lg); overflow: hidden; background: var(--card); border: 1px solid var(--line); aspect-ratio: 3/4; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; display: block; }
.pcard:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.pcard img { width: 100%; height: 100%; object-fit: cover; }
.pcard .info { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 16px 16px; background: linear-gradient(transparent, rgba(10,6,16,.92)); }
.pcard .nm { font-family: var(--display); font-weight: 700; font-size: 18px; }
.pcard .tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
.pcard .tags i { font-style: normal; font-size: 11px; font-weight: 600; color: var(--rose); border: 1px solid rgba(255,111,156,.32); padding: 2px 8px; border-radius: var(--r-pill); }
.pcard .heart { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,111,156,.22); backdrop-filter: blur(4px); display: grid; place-items: center; font-size: 16px; border: 1px solid rgba(255,111,156,.4); }
.pcard .online { position: absolute; top: 12px; left: 12px; display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; background: rgba(20,12,24,.6); backdrop-filter: blur(4px); padding: 4px 9px; border-radius: var(--r-pill); border: 1px solid var(--line); }
.pcard .online::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--grn); }

/* Zigzag feature rows ----------------------------------------------------- */
.zz { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.zz + .zz { margin-top: 90px; }
.zz.rev .zz-media { order: 2; }
.zz-media { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 5/4; box-shadow: var(--shadow); border: 1px solid var(--line); position: relative; }
.zz-media img { width: 100%; height: 100%; object-fit: cover; }
.zz-body .num { font-family: var(--display); font-weight: 800; font-size: 15px; color: var(--rose); letter-spacing: .1em; }
.zz-body h3 { font-size: clamp(26px, 3.4vw, 38px); margin: 12px 0 14px; }
.zz-body p { color: var(--soft); font-size: 17px; }
.zz-body .mini { display: grid; gap: 12px; margin-top: 22px; }
.zz-body .mini li { display: flex; gap: 12px; align-items: flex-start; color: var(--soft); font-size: 15.5px; }
.zz-body .mini .tk { flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%; background: rgba(255,111,156,.16); color: var(--rose); display: grid; place-items: center; font-size: 13px; font-weight: 800; }

/* Stats band -------------------------------------------------------------- */
.stats { background: linear-gradient(120deg, var(--violet-700), var(--rose)); border-radius: var(--r-lg); padding: 50px 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; box-shadow: var(--shadow); }
.stats .s .n { font-family: var(--display); font-weight: 800; font-size: clamp(30px, 4vw, 46px); color: #fff; }
.stats .s .l { color: rgba(255,255,255,.85); font-size: 14px; margin-top: 4px; }

/* Timeline (how it works) ------------------------------------------------- */
.timeline { max-width: 720px; margin: 0 auto; position: relative; padding-left: 8px; }
.timeline::before { content: ""; position: absolute; left: 27px; top: 10px; bottom: 10px; width: 2px; background: linear-gradient(var(--rose), var(--violet)); opacity: .45; }
.step { display: flex; gap: 26px; align-items: flex-start; position: relative; }
.step + .step { margin-top: 36px; }
.step .dot { flex: 0 0 auto; width: 54px; height: 54px; border-radius: 50%; background: var(--bg-3); border: 1px solid var(--line); display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: 20px; color: var(--rose); position: relative; z-index: 1; }
.step .stxt h3 { font-size: 21px; margin-bottom: 6px; }
.step .stxt p { color: var(--soft); font-size: 15.5px; }

/* Testimonials ------------------------------------------------------------ */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.q { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 26px; }
.q .stars { color: var(--amber); letter-spacing: 2px; margin-bottom: 12px; }
.q p { color: var(--ink); font-size: 15.5px; }
.q .who { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.q .who img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; background: var(--bg-3); }
.q .who b { font-family: var(--display); font-size: 15px; }
.q .who small { color: var(--muted); display: block; font-size: 13px; }

/* FAQ --------------------------------------------------------------------- */
.faq { max-width: 800px; margin: 0 auto; display: grid; gap: 12px; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 2px 22px; }
.faq details[open] { border-color: rgba(255,111,156,.45); }
.faq summary { cursor: pointer; list-style: none; font-family: var(--display); font-weight: 700; font-size: 17px; padding: 18px 0; display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--rose); font-size: 24px; font-weight: 400; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--soft); font-size: 15.5px; padding: 0 0 20px; }

/* Big CTA ----------------------------------------------------------------- */
.cta-final { position: relative; overflow: hidden; text-align: center; border-radius: var(--r-lg); padding: 70px 40px; border: 1px solid var(--line); background:
  radial-gradient(500px 300px at 50% -20%, rgba(255,111,156,.20), transparent 60%),
  radial-gradient(500px 320px at 50% 120%, rgba(160,107,255,.28), transparent 60%), var(--bg-2); }
.cta-final h2 { font-size: clamp(30px, 4.4vw, 50px); }
.cta-final p { color: var(--soft); margin: 16px auto 30px; max-width: 520px; font-size: 18px; }

/* Footer ------------------------------------------------------------------ */
.ft { background: #0f0a16; border-top: 1px solid var(--line-2); padding: 60px 0 30px; color: var(--muted); font-size: 14.5px; }
.ft-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.ft-grid p { color: var(--muted); max-width: 340px; margin-top: 14px; }
.ft h5 { color: var(--ink); font-family: var(--display); font-size: 15px; margin-bottom: 14px; }
.ft ul { display: grid; gap: 10px; }
.ft ul a:hover { color: var(--rose); }
.ft .disc { background: rgba(255,255,255,.03); border: 1px solid var(--line-2); border-radius: var(--r); padding: 16px 18px; font-size: 12.5px; line-height: 1.55; color: var(--muted); margin-bottom: 26px; }
.ft-bottom { border-top: 1px solid var(--line-2); padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; }
.age { border: 1px solid #4a3a5c; border-radius: 6px; padding: 3px 9px; font-weight: 700; color: var(--soft); font-size: 12px; }

/* Mobile sticky CTA ------------------------------------------------------- */
.mcta { display: none; align-items: center; justify-content: center; gap: 8px; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60;
  background: var(--warm); color: #fff; font-family: var(--display); font-weight: 700; font-size: 16.5px; padding: 16px; border-radius: 10px; box-shadow: 0 10px 30px rgba(255,111,156,.45);
  transform: translateY(160%); opacity: 0; transition: transform .3s ease, opacity .3s ease; }
.mcta.show { transform: translateY(0); opacity: 1; }

/* Legal pages ------------------------------------------------------------- */
.page-head { padding: 70px 0 50px; background: radial-gradient(600px 300px at 30% 0%, rgba(255,111,156,.22), transparent 60%); }
.page-head h1 { font-size: clamp(32px, 5vw, 46px); }
.page-head p { color: var(--soft); margin-top: 10px; }
.prose { max-width: 800px; margin: 0 auto; padding: 56px 0; }
.prose h2 { font-size: 25px; margin: 34px 0 12px; }
.prose p { color: var(--soft); margin-bottom: 14px; }
.prose ul.b { list-style: disc; padding-left: 22px; color: var(--soft); margin-bottom: 14px; }
.prose ul.b li { margin-bottom: 8px; }
.prose strong { color: var(--ink); }

/* Responsive -------------------------------------------------------------- */
@media (max-width: 980px) {
  .deck { grid-template-columns: repeat(2, 1fr); }
  .zz { grid-template-columns: 1fr; gap: 30px; }
  .zz.rev .zz-media { order: 0; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .quotes { grid-template-columns: 1fr; }
  .ft-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 76px; left: 0; right: 0; background: var(--bg-2); padding: 22px; gap: 18px; border-bottom: 1px solid var(--line); }
  .burger { display: block; }
  .sec { padding: 64px 0; }
  .hero { padding: 54px 0 60px; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; }
  .hero-cta .btn-outline { display: none; }
  .btn { white-space: normal; }
  .deck { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .ft-grid { grid-template-columns: 1fr; }
  .ft-bottom { flex-direction: column; align-items: flex-start; }
  .wrap { padding: 0 18px; }
  body { padding-bottom: 80px; }
  .mcta { display: flex; }
  /* Hero live indicator: keep ONE line on mobile — fewer/smaller avatars + shorter text */
  .hide-sm { display: none; }
  .hero-live { max-width: 100%; gap: 12px; padding: 7px 14px 7px 10px; }
  .hero-live .avatars img { width: 30px; height: 30px; margin-left: -10px; }
  .hero-live .avatars img:nth-child(n+4) { display: none; }
  .hero-live .txt { font-size: 12.5px; white-space: nowrap; }
}
