/* StorySongfy — core stylesheet */

:root {
  --cream: #FBF6EF;
  --cream-2: #F3EBDD;
  --ink: #241C15;
  --ink-soft: #55493C;
  --forest: #2F4A3C;
  --forest-deep: #1D2F26;
  --terracotta: #E07A5F;
  --amber: #E8973E;
  --amber-light: #F2B15A;
  --gold: #F2B15A;
  --line: #E7DCC9;
  --white: #FFFFFF;
  --shadow: 0 18px 40px rgba(47, 74, 60, 0.10);
  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 9px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: 'DM Sans', system-ui, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .serif {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--ink);
  margin: 0;
  line-height: 1.15;
}

p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--terracotta);
}

/* ── Announcement bar ── */
.announce {
  background: var(--forest);
  color: var(--white);
  text-align: center;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 9px 16px;
}
.announce span { color: var(--gold); }

/* ── Header ── */
header.site {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 40;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: var(--max);
  margin: 0 auto;
  gap: 20px;
}
.site-nav .logo img { height: 34px; width: auto; }
.site-nav nav {
  display: flex;
  gap: 28px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink-soft);
}
.site-nav nav a:hover { color: var(--forest); }
.nav-actions { display: flex; align-items: center; gap: 14px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  border: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn-primary {
  background: var(--terracotta);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(224,122,95,0.35);
}
.btn-primary:hover { background: #cc6b52; transform: translateY(-1px); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
}
.btn-ghost:hover { border-color: var(--forest); }
.btn-sm { padding: 9px 18px; font-size: 13.5px; }
.btn-lg { padding: 17px 36px; font-size: 16.5px; }
.btn-block { width: 100%; }

/* ── Hero ── */
.hero {
  padding: 40px 0 56px;
  background: radial-gradient(ellipse 60% 60% at 85% 15%, rgba(224,122,95,0.14) 0%, transparent 70%),
    radial-gradient(ellipse 50% 50% at 10% 85%, rgba(242,177,90,0.14) 0%, transparent 70%), var(--cream);
}
.hero-single {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 4px 24px rgba(47,74,60,0.08);
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--terracotta);
  white-space: nowrap;
}
.stars-inline { color: var(--amber); letter-spacing: 1px; font-size: 13px; }

.hero h1 {
  font-size: clamp(30px, 5.5vw, 50px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.01em;
  max-width: 640px;
}
.hero h1 em { color: var(--terracotta); font-style: italic; }
.hero .sub {
  font-size: clamp(16px, 2.5vw, 19px);
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 500px;
}
.hero-cta-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 420px;
}
.hero-cta-row .btn-lg { width: 100%; }
.guarantee-note {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 500;
}
.guarantee-note svg { fill: #2d8a4e; flex-shrink: 0; }

.avatars-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.avatar-stack { display: flex; }
.avatar-stack .av {
  width: 38px; height: 38px; border-radius: 50%;
  border: 2.5px solid var(--cream);
  margin-left: -10px;
  background: var(--forest);
  color: var(--white);
  font-size: 12px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(36,28,21,0.1);
}
.avatar-stack .av:first-child { margin-left: 0; }
.proof-text { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.stars { color: var(--amber); font-size: 16px; letter-spacing: 2px; line-height: 1; }
.trust-line { font-size: 14px; color: var(--ink-soft); font-weight: 500; }
.trust-line strong { color: var(--ink); font-weight: 700; }

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--ink-soft);
  opacity: 0.8;
}
.trust-strip .dot {
  width: 3px; height: 3px; border-radius: 50%;
  background: var(--ink-soft); opacity: 0.4;
}

/* hero video card */
.hero-video {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(45,26,30,0.12);
  background: var(--forest-deep);
}
.hero-video video {
  display: block; width: 100%; height: auto;
}
.hero-video .unmute {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(29,47,38,0.75);
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 13px 26px;
  font-size: 14.5px;
  font-weight: 600;
  backdrop-filter: blur(6px);
  white-space: nowrap;
}
.hero-video .unmute svg { flex-shrink: 0; }

/* ── section shared ── */
section { padding: 72px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.section-head h2 { font-size: clamp(28px, 3.4vw, 38px); }
.section-head p { margin-top: 12px; color: var(--ink-soft); font-size: 16px; }

/* ── how it works ── */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.step-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 30px 26px;
  position: relative;
}
.step-num {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--forest);
  color: var(--white);
  font-weight: 700;
  font-size: 15px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.step-card h3 { font-size: 19px; margin-bottom: 8px; }
.step-card p { color: var(--ink-soft); font-size: 14.5px; }

/* ── testimonials ── */
.testi-wrap {
  background: var(--forest);
  border-radius: var(--radius-lg);
  padding: 56px 40px;
}
.testi-wrap .section-head h2, .testi-wrap .section-head p { color: var(--white); }
.testi-wrap .section-head p { color: rgba(255,255,255,0.72); }
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.testi-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius-md);
  padding: 24px;
  color: rgba(255,255,255,0.92);
}
.testi-card .stars { color: var(--gold); margin-bottom: 12px; display: block; }
.testi-card p.quote { font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,0.88); }
.testi-card .who {
  margin-top: 16px;
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: rgba(255,255,255,0.6);
}
.testi-placeholder-tag {
  display: inline-block;
  margin-top: 14px;
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  font-style: italic;
}

/* ── occasions grid ── */
.occasions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.occasion-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  aspect-ratio: 3/3.6;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 18px;
}
.occasion-card .bg {
  position: absolute; inset: 0;
  background: linear-gradient(155deg, var(--terracotta), var(--forest));
  opacity: 0.9;
}
.occasion-card:nth-child(4n+2) .bg { background: linear-gradient(155deg, var(--amber), var(--forest-deep)); }
.occasion-card:nth-child(4n+3) .bg { background: linear-gradient(155deg, var(--forest), var(--terracotta)); }
.occasion-card:nth-child(4n+4) .bg { background: linear-gradient(155deg, var(--forest-deep), var(--amber)); }
.occasion-card span {
  position: relative;
  color: var(--white);
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 17px;
}

/* ── included / member perks ── */
.included-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.player-mock {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
}
.player-mock .track-title { font-weight: 700; font-size: 15px; margin-bottom: 4px; }
.player-mock .track-sub { font-size: 13px; color: var(--ink-soft); margin-bottom: 20px; }
.wave {
  display: flex; align-items: flex-end; gap: 3px; height: 44px; margin-bottom: 14px;
}
.wave i {
  flex: 1; background: var(--line); border-radius: 2px;
}
.wave i.active { background: var(--terracotta); }
.player-controls { display: flex; align-items: center; justify-content: center; gap: 22px; }
.player-controls .play {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--forest); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.perk-list { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.perk-list li { display: flex; gap: 14px; align-items: flex-start; }
.perk-check {
  flex-shrink: 0;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--terracotta);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; margin-top: 2px;
}
.perk-list h4 { font-size: 16px; margin-bottom: 3px; }
.perk-list p { font-size: 14px; color: var(--ink-soft); }

/* ── pricing ── */
.pricing-card {
  max-width: 460px;
  margin: 0 auto;
  background: var(--white);
  border: 2px solid var(--terracotta);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
}
.pricing-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--terracotta); color: #fff;
  font-size: 12px; font-weight: 700; letter-spacing: 0.05em;
  padding: 6px 16px; border-radius: 999px; text-transform: uppercase;
}
.price-line { margin: 18px 0 4px; }
.price-line .amt { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 700; }
.price-line .per { font-size: 15px; color: var(--ink-soft); }
.price-trial { font-size: 14.5px; color: var(--forest); font-weight: 700; margin-bottom: 22px; }
.pricing-features { list-style: none; padding: 0; margin: 0 0 28px; text-align: left; display: flex; flex-direction: column; gap: 12px; }
.pricing-features li { display: flex; gap: 10px; font-size: 14.5px; align-items: flex-start; }
.pricing-features li::before { content: "✓"; color: var(--terracotta); font-weight: 700; }
.pricing-fine { margin-top: 16px; font-size: 12.5px; color: var(--ink-soft); }

/* ── FAQ ── */
.faq { max-width: 760px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 22px;
  color: var(--terracotta);
  font-weight: 400;
  margin-left: 16px;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item .a {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.65;
}

/* ── final cta ── */
.final-cta {
  background: linear-gradient(155deg, var(--forest), var(--forest-deep));
  border-radius: var(--radius-lg);
  padding: 64px 40px;
  text-align: center;
  color: var(--white);
}
.final-cta h2 { color: var(--white); font-size: clamp(28px, 3.6vw, 40px); }
.final-cta p { color: rgba(255,255,255,0.75); margin-top: 14px; font-size: 16px; }
.final-cta .btn-primary { margin-top: 26px; }

/* ── footer ── */
footer.site {
  background: var(--forest-deep);
  color: rgba(255,255,255,0.65);
  padding: 56px 0 28px;
  margin-top: 40px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-top img { height: 30px; margin-bottom: 12px; }
.footer-top .tag { font-size: 13.5px; max-width: 260px; color: rgba(255,255,255,0.5); }
.footer-links { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-links div { display: flex; flex-direction: column; gap: 10px; font-size: 13.5px; }
.footer-links h5 { color: #fff; font-size: 12.5px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 4px; }
.footer-links a:hover { color: #fff; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 14px;
  padding-top: 22px;
  font-size: 12.5px;
}
.payment-icons { display: flex; gap: 8px; opacity: 0.7; font-size: 12px; }
.payment-icons span {
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 4px;
  padding: 3px 7px;
}

/* ── responsive ── */
@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .occasions { grid-template-columns: repeat(2, 1fr); }
  .included-wrap { grid-template-columns: 1fr; }
  .site-nav nav { display: none; }
}

@media (max-width: 600px) {
  .wrap { padding: 0 18px; }
  .announce { font-size: 12px; padding: 8px 14px; }
  .site-nav { padding: 12px 18px; gap: 10px; }
  .site-nav .logo img { height: 28px; }
  .nav-actions .btn-ghost { display: none; }
  .hero { padding: 24px 0 40px; }
  .hero-single { gap: 20px; }
  .hero-badge { font-size: 11px; padding: 6px 14px; }
  .hero h1 { font-size: 26px; }
  .hero .sub { font-size: 15.5px; }
  .hero-video .unmute { font-size: 13px; padding: 10px 18px; }
  section { padding: 48px 0; }
  .section-head h2 { font-size: 24px; }
  .testi-wrap { padding: 36px 20px; }
  .pricing-card { padding: 30px 22px; }
  .final-cta { padding: 44px 22px; }
  .footer-top { flex-direction: column; }
  .footer-links { gap: 32px; }
}
