/* Cindy's Gen X Fam — 80s neon / synthwave theme */
@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Poppins:wght@400;500;600;700&display=swap');

:root {
  --bg: #12082A;          /* deep midnight purple */
  --bg-2: #1D0F3F;
  --panel: #241454;
  --pink: #FF2D95;
  --cyan: #00E5FF;
  --yellow: #FFE600;
  --orange: #FF6B35;
  --purple: #7B2FF7;
  --white: #FFFFFF;
  --text: #F3ECFF;
  --muted: #B9A7DA;
  --radius: 18px;
  --glow-pink: 0 0 12px rgba(255,45,149,.65), 0 0 28px rgba(255,45,149,.35);
  --glow-cyan: 0 0 12px rgba(0,229,255,.65), 0 0 28px rgba(0,229,255,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--bg);
  background-image:
    radial-gradient(ellipse at 50% -10%, rgba(123,47,247,.45), transparent 60%),
    radial-gradient(ellipse at 100% 100%, rgba(255,45,149,.18), transparent 50%);
  background-attachment: fixed;
  line-height: 1.6;
  font-size: 17px;
}
h1, h2, h3 { font-family: 'Righteous', 'Poppins', Impact, sans-serif; font-weight: 400; line-height: 1.12; margin: 0 0 .4em; color: var(--white); letter-spacing: .01em; }
h1 { font-size: clamp(2.4rem, 5.5vw, 4rem); text-transform: uppercase; letter-spacing: .04em;
     background: linear-gradient(180deg, #FFF 0%, #FFE600 45%, #FF6B35 70%, #FF2D95 100%);
     -webkit-background-clip: text; background-clip: text; color: transparent;
     filter: drop-shadow(0 0 10px rgba(255,45,149,.55)); }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); color: var(--cyan); text-shadow: var(--glow-cyan); text-transform: uppercase; letter-spacing: .04em; }
h3 { font-size: 1.3rem; color: var(--white); }
p { margin: 0 0 1em; }
img { max-width: 100%; display: block; }
a { color: var(--cyan); }

.wrap { width: min(1120px, 92vw); margin: 0 auto; }
section { padding: clamp(56px, 8vw, 96px) 0; position: relative; }
.eyebrow { display: inline-block; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; font-size: .78rem; color: var(--pink); text-shadow: var(--glow-pink); margin-bottom: .8em; }
.lead { font-size: 1.15rem; color: var(--text); }
.center { text-align: center; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }

/* Neon divider stripes (the classic 80s triple line) */
.stripe { height: 14px; background: repeating-linear-gradient(90deg, var(--pink) 0 25%, var(--cyan) 25% 50%, var(--yellow) 50% 75%, var(--purple) 75% 100%); }
.stripe.thin { height: 5px; }

/* Buttons */
.btn {
  display: inline-block; padding: 14px 28px; border-radius: 8px; font-weight: 700; text-decoration: none;
  font-family: 'Poppins', sans-serif; font-size: 1rem; text-transform: uppercase; letter-spacing: .06em;
  transition: transform .15s, box-shadow .15s, background .15s; border: 2px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--pink); color: #fff; box-shadow: var(--glow-pink); }
.btn-primary:hover { box-shadow: 0 0 18px rgba(255,45,149,.9), 0 0 40px rgba(255,45,149,.5); }
.btn-plum { background: var(--purple); color: #fff; box-shadow: 0 0 12px rgba(123,47,247,.6); }
.btn-outline { background: transparent; color: var(--cyan); border-color: var(--cyan); box-shadow: inset 0 0 10px rgba(0,229,255,.15), var(--glow-cyan); }
.btn-outline:hover { background: rgba(0,229,255,.12); }
.btn-mustard { background: var(--yellow); color: #12082A; box-shadow: 0 0 14px rgba(255,230,0,.6); }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 1.4em; }

/* Header */
header.site {
  position: sticky; top: 0; z-index: 50; background: rgba(18, 8, 42, 0.92); backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--pink); box-shadow: 0 2px 20px rgba(255,45,149,.35);
}
header.site .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; }
header.site .logo img { height: 46px; width: auto; }
nav.main { display: flex; align-items: center; gap: 22px; }
nav.main a { font-weight: 600; text-decoration: none; color: var(--text); font-size: .95rem; text-transform: uppercase; letter-spacing: .06em; }
nav.main a:hover { color: var(--cyan); text-shadow: var(--glow-cyan); }
nav.main a.active { color: var(--yellow); text-shadow: 0 0 10px rgba(255,230,0,.7); }
nav.main .btn { padding: 10px 20px; font-size: .85rem; }
.menu-toggle { display: none; background: none; border: 0; font-size: 1.8rem; color: var(--cyan); cursor: pointer; }

/* Hero with perspective grid floor */
.hero { padding: clamp(40px, 6vw, 80px) 0 0; overflow: hidden; }
.hero::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 38%; pointer-events: none;
  background-image:
    linear-gradient(to top, rgba(18,8,42,0) 0%, rgba(18,8,42,.85) 100%),
    repeating-linear-gradient(90deg, rgba(0,229,255,.35) 0 2px, transparent 2px 80px),
    repeating-linear-gradient(0deg, rgba(255,45,149,.45) 0 2px, transparent 2px 46px);
  transform: perspective(500px) rotateX(58deg); transform-origin: bottom; opacity: .9;
}
.hero .wrap { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; position: relative; z-index: 1; padding-bottom: clamp(40px, 6vw, 80px); }
.hero .art { position: relative; }
.hero .art img.photo { position: relative; z-index: 1; width: 88%; margin-left: auto; border-radius: 24px; border: 3px solid var(--cyan); box-shadow: var(--glow-cyan), 0 20px 50px rgba(0,0,0,.5); }
.hero .art img.deco { position: absolute; width: 40%; left: 0; bottom: -8%; z-index: 2; pointer-events: none; filter: drop-shadow(0 0 16px rgba(255,45,149,.5)); }
.wave { color: var(--yellow); }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  background: linear-gradient(160deg, var(--panel), var(--bg-2)); border-radius: var(--radius); padding: 30px 26px;
  border: 2px solid rgba(0,229,255,.35); box-shadow: 0 0 0 1px rgba(255,45,149,.15), 0 10px 30px rgba(0,0,0,.45);
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px; transition: transform .15s, box-shadow .15s;
}
.card:hover { transform: translateY(-4px); border-color: var(--pink); box-shadow: var(--glow-pink); }
.card img.icon { width: 64px; height: 64px; filter: drop-shadow(0 0 8px rgba(0,229,255,.5)); }
.card .btn { margin-top: auto; }

/* Split section */
.split { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: center; }
.split img { border-radius: var(--radius); border: 3px solid var(--pink); box-shadow: var(--glow-pink); }
.split.reverse img { order: 2; }
.panel-section { background: var(--bg-2); border-top: 2px solid var(--purple); border-bottom: 2px solid var(--purple); }

/* Quotes */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote { background: var(--panel); border-radius: var(--radius); padding: 26px; position: relative; border-left: 4px solid var(--yellow); }
.quote::before { content: '\201C'; font-family: 'Righteous', 'Poppins', serif; font-size: 4rem; color: var(--pink); text-shadow: var(--glow-pink); position: absolute; top: -6px; left: 18px; line-height: 1; }
.quote p { margin: 22px 0 8px; font-style: italic; }
.quote cite { font-style: normal; font-weight: 600; color: var(--cyan); font-size: .9rem; }

/* Subscribe */
.subscribe { background: linear-gradient(120deg, var(--purple), var(--pink)); color: #fff; border-radius: 24px; padding: clamp(36px, 5vw, 64px); text-align: center; border: 3px solid var(--cyan); box-shadow: var(--glow-cyan); }
.subscribe h2 { color: #fff; text-shadow: 0 0 14px rgba(255,255,255,.5); }
.subscribe form { display: flex; gap: 10px; max-width: 520px; margin: 1.4em auto 0; }
.subscribe input { flex: 1; padding: 14px 20px; border-radius: 8px; border: 2px solid var(--cyan); background: rgba(18,8,42,.6); color: #fff; font-size: 1rem; font-family: inherit; }
.subscribe input::placeholder { color: var(--muted); }
.subscribe .btn { white-space: nowrap; }

/* Shop */
.pills { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin: 1.4em 0 0; }
.pill { padding: 8px 18px; border-radius: 8px; background: transparent; border: 2px solid var(--purple); color: var(--text); font-weight: 600; font-size: .85rem; text-decoration: none; text-transform: uppercase; letter-spacing: .05em; }
.pill.active, .pill:hover { background: var(--purple); color: #fff; box-shadow: 0 0 12px rgba(123,47,247,.7); }
.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.product { background: var(--panel); border-radius: var(--radius); border: 2px solid rgba(255,45,149,.4); box-shadow: 0 10px 30px rgba(0,0,0,.45); overflow: hidden; display: flex; flex-direction: column; position: relative; }
.product:hover { border-color: var(--cyan); box-shadow: var(--glow-cyan); }
.product .thumb { background: repeating-linear-gradient(45deg, #1D0F3F 0 12px, #241454 12px 24px); padding: 22px; display: flex; justify-content: center; }
.product .thumb img { height: 260px; width: auto; border-radius: 14px; box-shadow: 0 0 18px rgba(0,229,255,.35); }
.product .body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product .price { font-family: 'Righteous', 'Poppins', Impact, sans-serif; font-size: 1.6rem; color: var(--yellow); text-shadow: 0 0 10px rgba(255,230,0,.6); }
.product .badge { position: absolute; margin: 12px; background: var(--yellow); color: #12082A; font-weight: 700; font-size: .72rem; padding: 6px 12px; border-radius: 6px; letter-spacing: .1em; text-transform: uppercase; z-index: 2; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { background: var(--panel); border-radius: var(--radius); padding: 28px; border: 2px solid rgba(0,229,255,.3); }
.step .num { width: 48px; height: 48px; border-radius: 8px; background: var(--pink); color: #fff; font-family: 'Righteous', 'Poppins', Impact, sans-serif; font-size: 1.5rem; display: grid; place-items: center; margin-bottom: 14px; box-shadow: var(--glow-pink); }
details { background: var(--panel); border-radius: 12px; padding: 18px 22px; margin-bottom: 12px; border-left: 4px solid var(--cyan); }
details summary { font-weight: 700; cursor: pointer; font-size: 1.05rem; color: var(--white); }
details p { margin: 12px 0 0; color: var(--text); }

/* Amazon */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tile { border-radius: var(--radius); overflow: hidden; background: var(--panel); border: 2px solid rgba(123,47,247,.5); display: flex; flex-direction: column; }
.tile:hover { border-color: var(--yellow); box-shadow: 0 0 16px rgba(255,230,0,.5); }
.tile .body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 8px; }
.disclosure { font-size: .85rem; color: var(--muted); border-left: 3px solid var(--yellow); padding-left: 12px; }

/* Schedule */
.schedule { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--panel); border-radius: var(--radius); overflow: hidden; border: 2px solid var(--cyan); box-shadow: var(--glow-cyan); }
.schedule th, .schedule td { padding: 18px 20px; text-align: left; border-bottom: 1px solid rgba(0,229,255,.15); }
.schedule th { background: linear-gradient(90deg, var(--purple), var(--pink)); color: #fff; font-family: 'Righteous', 'Poppins', Impact, sans-serif; font-size: 1.05rem; font-weight: 400; text-transform: uppercase; letter-spacing: .06em; }
.schedule tr:last-child td { border-bottom: 0; }
.schedule td.day { font-weight: 700; color: var(--white); }
.schedule td.time { font-weight: 700; color: var(--yellow); white-space: nowrap; text-shadow: 0 0 8px rgba(255,230,0,.5); }
.schedule tr.rest td { color: var(--muted); background: rgba(0,0,0,.25); }
.schedule tr.rest td.time { color: var(--muted); text-shadow: none; }
.tz { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.tz span { background: var(--panel); padding: 12px 22px; border-radius: 8px; border: 2px solid var(--purple); font-weight: 600; }
.expect { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.expect div { background: var(--panel); padding: 26px; border-radius: var(--radius); border: 2px solid rgba(255,45,149,.35); }
.expect .emoji { font-size: 2rem; margin-bottom: 8px; }

/* Footer */
footer.site { background: #0B0419; color: var(--muted); padding: 0 0 32px; margin-top: 40px; border-top: 3px solid var(--cyan); }
footer.site .wrap { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; padding-top: 48px; }
footer.site h4 { color: var(--pink); font-family: 'Righteous', 'Poppins', Impact, sans-serif; font-weight: 400; margin: 0 0 12px; font-size: 1.1rem; text-transform: uppercase; letter-spacing: .08em; }
footer.site a { color: var(--text); text-decoration: none; display: block; margin-bottom: 8px; }
footer.site a:hover { color: var(--cyan); }
footer.site .social a { display: inline-block; margin-right: 12px; font-weight: 600; }
footer.site .legal { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; font-size: .8rem; color: var(--muted); }

/* Responsive */
@media (max-width: 1000px) {
  .hero .art img.deco { display: none; }
}
@media (max-width: 900px) {
  .cards, .products, .steps, .tiles, .quotes, .expect { grid-template-columns: 1fr 1fr; }
  .hero .wrap, .split { grid-template-columns: 1fr; }
  .split.reverse img { order: 0; }
  footer.site .wrap { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .cards, .products, .steps, .tiles, .quotes, .expect { grid-template-columns: 1fr; }
  .menu-toggle { display: block; }
  nav.main { display: none; position: absolute; top: 72px; left: 0; right: 0; background: var(--bg); flex-direction: column; padding: 18px 4vw 24px; gap: 16px; border-bottom: 2px solid var(--pink); }
  nav.main.open { display: flex; }
  .subscribe form { flex-direction: column; }
  .hero .art img.photo { width: 82%; margin: 0 auto; }
  .hero .art img.deco { width: 52%; left: -4%; bottom: -6%; }
  footer.site .wrap { grid-template-columns: 1fr; }
  .schedule th:nth-child(3), .schedule td:nth-child(3) { display: none; }
  .schedule td .what { display: block; font-weight: 400; color: var(--muted); font-size: .9rem; }
}
@media (min-width: 641px) { .schedule td .what { display: none; } }

/* TBA panel */
.tba { text-align: center; background: var(--panel); border: 3px dashed var(--yellow); border-radius: 24px; padding: clamp(36px, 5vw, 64px); box-shadow: 0 0 20px rgba(255,230,0,.25); }
.tba-badge { display: inline-block; background: var(--yellow); color: #12082A; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; font-size: .78rem; padding: 8px 16px; border-radius: 6px; margin-bottom: 18px; }
.tba h2 { color: var(--white); text-shadow: var(--glow-pink); }

/* Photo wall */
.wall { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.wall-item { display: block; border-radius: 14px; overflow: hidden; border: 2px solid var(--purple); aspect-ratio: 1; transition: transform .15s, box-shadow .15s; }
.wall-item:hover { transform: translateY(-3px); border-color: var(--pink); box-shadow: var(--glow-pink); }
.wall-item img { width: 100%; height: 100%; object-fit: cover; }
.hero .art img.photo, .split img { object-fit: cover; }
.hero .art img.photo { aspect-ratio: 1; }
.split img { aspect-ratio: 1; width: 100%; }
@media (max-width: 900px) { .wall { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .wall { grid-template-columns: repeat(2, 1fr); } }

/* Legal page */
.legal-page { max-width: 780px; }
.legal-page h3 { color: var(--cyan); margin-top: 1.8em; text-transform: uppercase; letter-spacing: .04em; font-size: 1.1rem; }
.legal-page p { color: var(--text); }
