/*
Theme Name: Life2Melody.com (WPConvert)
Theme URI: https://wpconvert.ai
Author: WPConvert.ai
Author URI: https://wpconvert.ai
Description: This theme was automatically generated from your original site design using WPConvert.ai. It preserves your layout, colors, typography, header, footer, and page content, and makes it editable in WordPress.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpconvert
Tags: landing page, responsive, custom header, custom footer
*/

/* External Stylesheets - @import statements MUST come before any CSS rules */

/* CSS Variables */
:root {
}

/* Inline Styles */

/* Extracted CSS from page */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,300;1,9..144,400&family=Inter+Tight:wght@300;400;500;600;700&display=swap');
:root {
  --plum-deepest: #14080f;
  --plum-deep: #1e0a18;
  --plum: #3a1329;
  --plum-warm: #4a1a34;
  --navy: #0f1628;
  --navy-deep: #070b15;
  --gold: #d4a24c;
  --gold-bright: #e9b865;
  --gold-deep: #a87a31;
  --gold-soft: rgba(212, 162, 76, 0.15);
  --cream: #f5ead7;
  --cream-dim: #e8dcc4;
  --cream-mute: rgba(245, 234, 215, 0.62);
  --cream-faint: rgba(245, 234, 215, 0.1);
  --rose: #c77d8f;
  --rose-soft: rgba(199, 125, 143, 0.2);
  --bg: var(--plum-deepest);
  --bg-alt: var(--navy-deep);
  --text: var(--cream);
  --text-muted: var(--cream-mute);
  --accent: var(--gold);
  --border: rgba(212, 162, 76, 0.18);
  --border-soft: rgba(245, 234, 215, 0.08);
  --font-display: 'Fraunces', 'Playfair Display', Georgia, serif;
  --font-body: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4rem;
  --space-7: 6rem;
  --space-8: 8rem;
  --max-w: 1280px;
  --max-w-prose: 720px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}
*,
::before,
::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font-family: inherit;
  cursor: pointer;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  background: none;
  color: inherit;
}
h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 var(--space-3);
  color: var(--cream);
}
h1 {
  font-size: clamp(2.5rem, 6.5vw, 5.75rem);
  font-weight: 300;
  letter-spacing: -0.03em;
}
h2 {
  font-size: clamp(2rem, 4.5vw, 3.75rem);
  font-weight: 300;
}
h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-weight: 400;
}
h4 {
  font-size: 1.15rem;
  font-weight: 500;
  font-family: var(--font-body);
  letter-spacing: 0.02em;
}
p {
  margin: 0 0 var(--space-3);
  color: var(--text-muted);
  max-width: 60ch;
}
.eyebrow {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-3);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold);
}
.italic-script {
  font-style: italic;
  font-family: var(--font-display);
  font-weight: 300;
  color: var(--gold-bright);
}
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0px auto;
  padding: 0 var(--space-4);
}
section {
  padding: var(--space-8) 0;
  position: relative;
}
@media (max-width: 768px) {
  section {
    padding: var(--space-7) 0;
  }
}
.bg-grain {
  position: fixed;
  inset: 0px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}
.bg-glow {
  position: fixed;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(212, 162, 76, 0.12) 0%,
    transparent 65%
  );
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
  top: -200px;
  right: -200px;
  animation: 30s ease-in-out 0s infinite alternate none running drift;
}
.bg-glow--2 {
  inset: auto auto -400px -300px;
  background: radial-gradient(
    circle,
    rgba(58, 19, 41, 0.55) 0%,
    transparent 70%
  );
  animation-duration: 45s;
}
@keyframes drift {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(50px, 80px);
  }
}
.site-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  padding: 1.25rem 0px;
  transition: all 0.4s var(--ease);
  backdrop-filter: blur(0px);
}
.site-header.scrolled {
  background: rgba(20, 8, 15, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border-soft);
  padding: 0.85rem 0px;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 400;
  color: var(--cream);
  letter-spacing: -0.01em;
}
.logo-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
  color: var(--plum-deepest);
  box-shadow: rgba(212, 162, 76, 0.3) 0px 4px 20px;
}
.logo em {
  font-style: italic;
  color: var(--gold);
  font-weight: 300;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.nav-links a {
  font-size: 0.92rem;
  color: var(--cream-dim);
  font-weight: 400;
  letter-spacing: 0.01em;
  transition: color 0.2s;
  position: relative;
}
.nav-links a:hover {
  color: var(--gold);
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -4px;
  width: 0px;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s var(--ease);
}
.nav-links a:hover::after {
  width: 100%;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.hamburger {
  display: none;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 101;
}
.hamburger span {
  position: absolute;
  left: 4px;
  right: 4px;
  height: 1.5px;
  background: var(--cream);
  transition: all 0.3s var(--ease);
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 16px;
}
.hamburger span:nth-child(3) {
  top: 22px;
}
.hamburger.open span:nth-child(1) {
  top: 16px;
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  top: 16px;
  transform: rotate(-45deg);
}
@media (max-width: 900px) {
  .nav-links {
    position: fixed;
    inset: 0px;
    background: var(--plum-deepest);
    flex-direction: column;
    justify-content: center;
    gap: var(--space-4);
    font-size: 1.4rem;
    transform: translateY(-100%);
    transition: transform 0.4s var(--ease);
  }
  .nav-links.open {
    transform: translateY(0px);
  }
  .nav-links a {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 300;
  }
  .hamburger {
    display: block;
  }
  .nav-cta .btn {
    display: none;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.75rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 999px;
  transition: all 0.35s var(--ease);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn-primary {
  background: linear-gradient(
    135deg,
    var(--gold-bright) 0%,
    var(--gold-deep) 100%
  );
  color: var(--plum-deepest);
  box-shadow:
    rgba(212, 162, 76, 0.28) 0px 8px 32px,
    rgba(255, 255, 255, 0.3) 0px 1px 0px inset;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    rgba(212, 162, 76, 0.4) 0px 14px 40px,
    rgba(255, 255, 255, 0.3) 0px 1px 0px inset;
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0px;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 70%
  );
  transform: translateX(-100%);
  transition: transform 0.7s var(--ease);
}
.btn-primary:hover::after {
  transform: translateX(100%);
}
.btn-ghost {
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--border);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: var(--gold-soft);
}
.btn-sm {
  padding: 0.65rem 1.25rem;
  font-size: 0.85rem;
}
.btn .arrow {
  display: inline-block;
  transition: transform 0.3s var(--ease);
}
.btn:hover .arrow {
  transform: translateX(4px);
}
.hero {
  min-height: 100vh;
  padding-top: 10rem;
  padding-bottom: var(--space-7);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0px;
  background:
    radial-gradient(
      ellipse at 20% 30%,
      rgba(58, 19, 41, 0.8) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 80% 70%,
      rgba(15, 22, 40, 0.85) 0%,
      transparent 60%
    ),
    linear-gradient(180deg, var(--plum-deepest) 0%, #1a0915 100%);
  z-index: -1;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: var(--space-7);
  align-items: center;
}
@media (max-width: 980px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }
}
.hero-copy .eyebrow {
  animation: slideUp 0.9s var(--ease) 0.1s both;
}
.hero-copy h1 {
  animation: slideUp 1.1s var(--ease) 0.25s both;
}
.hero-copy .lede {
  animation: slideUp 1.1s var(--ease) 0.45s both;
}
.hero-copy .hero-actions {
  animation: slideUp 1.1s var(--ease) 0.6s both;
}
.hero-copy .hero-trust {
  animation: slideUp 1.1s var(--ease) 0.8s both;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.hero h1 .line {
  display: block;
}
.hero h1 .accent {
  color: var(--gold);
  font-style: italic;
  font-weight: 300;
}
.lede {
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.6;
  color: var(--cream-dim);
  max-width: 46ch;
  margin-bottom: var(--space-4);
}
.hero-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-bottom: var(--space-5);
}
.hero-trust {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: 0.85rem;
  color: var(--cream-mute);
}
.hero-trust .stars {
  color: var(--gold);
  letter-spacing: 2px;
  font-size: 0.95rem;
}
.hero-trust .divider {
  width: 1px;
  height: 24px;
  background: var(--border);
}
.hero-visual {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 520px;
  margin-left: auto;
  animation: fadeScale 1.5s var(--ease) 0.3s both;
}
@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(0.92);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.vinyl {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at center,
      var(--plum-deepest) 22%,
      transparent 22.5%
    ),
    radial-gradient(circle at center, var(--gold) 18%, transparent 18.5%),
    radial-gradient(
      circle at center,
      var(--plum-deepest) 15%,
      transparent 15.5%
    ),
    repeating-radial-gradient(
      circle at center,
      #1a0812 0px,
      #1a0812 2px,
      #0d0408 2px,
      #0d0408 3px
    );
  box-shadow:
    rgba(0, 0, 0, 0.6) 0px 20px 80px,
    rgba(212, 162, 76, 0.1) 0px 0px 0px 1px,
    rgba(212, 162, 76, 0.08) 0px 0px 60px inset;
  animation: 40s linear 0s infinite normal none running spin;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.vinyl-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
  height: 35%;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  color: var(--plum-deepest);
  text-align: center;
  font-size: 0.85rem;
  font-style: italic;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px inset;
}
.vinyl-label span {
  padding: 0px 0.5rem;
  line-height: 1.2;
}
.ring {
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 1px solid var(--gold-soft);
  animation: 4s ease-in-out 0s infinite normal none running pulse;
}
.ring--2 {
  inset: -6%;
  border-color: rgba(212, 162, 76, 0.08);
  animation-delay: 1s;
}
.ring--3 {
  inset: -12%;
  border-color: rgba(212, 162, 76, 0.04);
  animation-delay: 2s;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}
.waveform-floater {
  position: absolute;
  bottom: 5%;
  left: -8%;
  background: rgba(20, 8, 15, 0.85);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 40px;
  animation: 6s ease-in-out 0s infinite normal none running float;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}
.wf-play {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--plum-deepest);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.wf-bars {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 24px;
}
.wf-bars span {
  width: 2px;
  background: var(--gold);
  border-radius: 2px;
  animation: 1.4s ease-in-out 0s infinite normal none running wave;
}
.wf-bars span:nth-child(1) {
  height: 40%;
  animation-delay: 0s;
}
.wf-bars span:nth-child(2) {
  height: 70%;
  animation-delay: 0.1s;
}
.wf-bars span:nth-child(3) {
  height: 50%;
  animation-delay: 0.2s;
}
.wf-bars span:nth-child(4) {
  height: 90%;
  animation-delay: 0.3s;
}
.wf-bars span:nth-child(5) {
  height: 60%;
  animation-delay: 0.4s;
}
.wf-bars span:nth-child(6) {
  height: 80%;
  animation-delay: 0.5s;
}
.wf-bars span:nth-child(7) {
  height: 45%;
  animation-delay: 0.6s;
}
.wf-bars span:nth-child(8) {
  height: 75%;
  animation-delay: 0.7s;
}
@keyframes wave {
  0%,
  100% {
    transform: scaleY(0.4);
  }
  50% {
    transform: scaleY(1);
  }
}
.wf-meta {
  font-size: 0.75rem;
}
.wf-meta strong {
  display: block;
  color: var(--cream);
  font-weight: 500;
  font-size: 0.8rem;
}
.wf-meta span {
  color: var(--cream-mute);
  font-size: 0.72rem;
}
.note-float {
  position: absolute;
  color: var(--gold);
  opacity: 0.4;
  font-size: 2rem;
  animation: 5s ease-in-out 0s infinite normal none running noteRise;
}
.note-float:nth-of-type(1) {
  top: 15%;
  right: 0%;
  animation-delay: 0s;
}
.note-float:nth-of-type(2) {
  top: 5%;
  left: 15%;
  animation-delay: 1.5s;
  font-size: 1.4rem;
}
.note-float:nth-of-type(3) {
  bottom: 20%;
  right: 10%;
  animation-delay: 3s;
  font-size: 1.6rem;
}
@keyframes noteRise {
  0% {
    transform: translateY(10px) rotate(-5deg);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(-30px) rotate(10deg);
    opacity: 0;
  }
}
.trust-bar {
  padding: var(--space-4) 0;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  background: rgba(0, 0, 0, 0.15);
}
.trust-items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--cream-mute);
  font-size: 0.88rem;
  letter-spacing: 0.03em;
}
.trust-item svg {
  color: var(--gold);
  flex-shrink: 0;
}
.section-head {
  max-width: 760px;
  margin: 0 auto var(--space-6);
  text-align: center;
}
.section-head.align-left {
  text-align: left;
  margin-left: 0px;
}
.section-head p {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.08rem;
}
.section-head.align-left p {
  margin-left: 0px;
}
.how-it-works {
  position: relative;
}
.how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-3);
  position: relative;
}
@media (max-width: 980px) {
  .how-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .how-grid {
    grid-template-columns: 1fr;
  }
}
.how-step {
  padding: var(--space-4) var(--space-3);
  background: linear-gradient(
    rgba(58, 19, 41, 0.35) 0%,
    rgba(20, 8, 15, 0.2) 100%
  );
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  position: relative;
  transition: all 0.4s var(--ease);
}
.how-step:hover {
  border-color: var(--border);
  transform: translateY(-4px);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 18px 40px;
}
.step-num {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 300;
  font-style: italic;
  color: var(--gold);
  line-height: 1;
  margin-bottom: var(--space-2);
  opacity: 0.7;
}
.how-step h3 {
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
}
.how-step p {
  font-size: 0.92rem;
  margin-bottom: 0px;
}
.how-step-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--gold-soft);
  color: var(--gold);
  display: grid;
  place-items: center;
  margin-bottom: var(--space-3);
}
.occasions-bg {
  background: linear-gradient(transparent, rgba(15, 22, 40, 0.3), transparent);
}
.occasions-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--space-2);
}
@media (max-width: 900px) {
  .occasions-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 560px) {
  .occasions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.occasion-card {
  aspect-ratio: 3 / 4;
  padding: var(--space-3);
  border-radius: 16px;
  background: linear-gradient(165deg, var(--plum) 0%, var(--plum-deepest) 100%);
  border: 1px solid var(--border-soft);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s var(--ease);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.occasion-card::before {
  content: '';
  position: absolute;
  inset: 0px;
  background: radial-gradient(
    circle at 50% 100%,
    var(--gold-soft) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.occasion-card:hover {
  border-color: var(--gold);
  transform: translateY(-6px);
}
.occasion-card:hover::before {
  opacity: 1;
}
.occ-icon {
  color: var(--gold);
  opacity: 0.85;
  transition: transform 0.4s var(--ease);
}
.occasion-card:hover .occ-icon {
  transform: scale(1.15) rotate(-4deg);
}
.occ-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--cream);
  line-height: 1.15;
  position: relative;
  z-index: 1;
}
.occ-title em {
  color: var(--gold);
  font-weight: 300;
}
.occ-sub {
  font-size: 0.78rem;
  color: var(--cream-mute);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.4rem;
}
.samples {
  position: relative;
}
.samples-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}
@media (max-width: 900px) {
  .samples-grid {
    grid-template-columns: 1fr;
  }
}
.sample-card {
  padding: var(--space-4);
  background: linear-gradient(
    rgba(74, 26, 52, 0.3) 0%,
    rgba(20, 8, 15, 0.5) 100%
  );
  border: 1px solid var(--border-soft);
  border-radius: 22px;
  transition: all 0.4s var(--ease);
  position: relative;
  overflow: hidden;
}
.sample-card:hover {
  border-color: var(--border);
  transform: translateY(-4px);
}
.sample-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--space-3);
}
.sample-tag {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0.3rem 0.7rem;
  border: 1px solid var(--gold-soft);
  border-radius: 999px;
}
.sample-genre {
  font-size: 0.78rem;
  color: var(--cream-mute);
  font-style: italic;
  font-family: var(--font-display);
}
.sample-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--cream);
  font-weight: 400;
  margin-bottom: 0.4rem;
}
.sample-desc {
  font-size: 0.9rem;
  color: var(--cream-mute);
  margin-bottom: var(--space-3);
}
.sample-player {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding-top: var(--space-3);
  border-top: 1px solid var(--border-soft);
}
.play-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--plum-deepest);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: all 0.3s var(--ease);
  box-shadow: rgba(212, 162, 76, 0.3) 0px 6px 20px;
}
.play-btn:hover {
  transform: scale(1.08);
  background: var(--gold-bright);
}
.play-btn.playing .play-icon {
  display: none;
}
.play-btn .pause-icon {
  display: none;
}
.play-btn.playing .pause-icon {
  display: block;
}
.progress-track {
  flex-grow: 1;
  height: 4px;
  background: var(--cream-faint);
  border-radius: 999px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.progress-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-bright) 100%);
  width: 0%;
  transition: width 0.1s linear;
}
.sample-time {
  font-size: 0.78rem;
  color: var(--cream-mute);
  font-variant-numeric: tabular-nums;
  min-width: 38px;
  text-align: right;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  align-items: center;
}
@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}
.why-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: grid;
  gap: var(--space-3);
}
.why-list li {
  display: flex;
  gap: var(--space-2);
  align-items: flex-start;
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--border-soft);
}
.why-list li:last-child {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}
.why-list .why-num {
  font-family: var(--font-display);
  color: var(--gold);
  font-style: italic;
  font-weight: 300;
  font-size: 1.3rem;
  min-width: 2rem;
  padding-top: 0.2rem;
}
.why-list strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 0.25rem;
}
.why-list p {
  font-size: 0.93rem;
  margin: 0px;
}
.why-visual {
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(
      135deg,
      rgba(58, 19, 41, 0.4) 0%,
      rgba(15, 22, 40, 0.6) 100%
    ),
    radial-gradient(circle at 70% 30%, var(--gold-soft) 0%, transparent 50%);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: var(--space-4);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.why-visual::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--gold-soft) 0%, transparent 60%);
  filter: blur(20px);
}
.why-visual-quote {
  position: relative;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 300;
  color: var(--cream);
  line-height: 1.4;
  margin-bottom: var(--space-3);
}
.why-visual-quote::before {
  content: '"';
  position: absolute;
  top: -3rem;
  left: -0.5rem;
  font-size: 8rem;
  color: var(--gold);
  opacity: 0.25;
  font-style: italic;
  line-height: 1;
}
.why-visual-attr {
  font-size: 0.85rem;
  color: var(--cream-dim);
  position: relative;
}
.why-visual-attr strong {
  color: var(--gold);
  display: block;
  font-weight: 500;
  margin-bottom: 0.15rem;
}
.why-visual-note {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: var(--gold);
  opacity: 0.5;
  font-size: 2rem;
  animation: 4s ease-in-out 0s infinite normal none running float;
}
.business {
  position: relative;
  background: linear-gradient(
    180deg,
    var(--plum-deepest) 0%,
    var(--navy-deep) 100%
  );
}
.business-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  align-items: center;
}
@media (max-width: 900px) {
  .business-grid {
    grid-template-columns: 1fr;
  }
}
.biz-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-2);
  margin-top: var(--space-4);
}
.biz-logo-card {
  aspect-ratio: 1 / 1;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.15);
  color: var(--cream-mute);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  transition: all 0.3s var(--ease);
}
.biz-logo-card:hover {
  color: var(--gold);
  border-color: var(--gold);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}
@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}
.testimonial {
  padding: var(--space-4);
  background: linear-gradient(rgba(58, 19, 41, 0.25) 0%, transparent 100%);
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  position: relative;
}
.testimonial-stars {
  color: var(--gold);
  letter-spacing: 2px;
  font-size: 0.9rem;
  margin-bottom: var(--space-2);
}
.testimonial-quote {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--cream);
  margin-bottom: var(--space-3);
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: var(--space-2);
  border-top: 1px solid var(--border-soft);
}
.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--rose) 100%);
  display: grid;
  place-items: center;
  color: var(--plum-deepest);
  font-weight: 600;
  font-size: 0.9rem;
}
.author-info strong {
  display: block;
  color: var(--cream);
  font-weight: 500;
  font-size: 0.9rem;
}
.author-info span {
  color: var(--cream-mute);
  font-size: 0.8rem;
}
.final-cta {
  text-align: center;
  padding: var(--space-8) var(--space-3);
  background:
    radial-gradient(
      ellipse at center,
      rgba(212, 162, 76, 0.12) 0%,
      transparent 60%
    ),
    linear-gradient(180deg, var(--plum) 0%, var(--plum-deepest) 100%);
  border-radius: 32px;
  margin: var(--space-7) 0;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '♪';
  position: absolute;
  font-family: serif;
  font-size: 20rem;
  top: -3rem;
  right: -2rem;
  color: var(--gold);
  opacity: 0.05;
  line-height: 1;
  pointer-events: none;
}
.final-cta::after {
  content: '♫';
  position: absolute;
  font-family: serif;
  font-size: 14rem;
  bottom: -2rem;
  left: -1rem;
  color: var(--gold);
  opacity: 0.04;
  line-height: 1;
  pointer-events: none;
}
.final-cta h2 {
  max-width: 900px;
  margin: 0 auto var(--space-3);
  position: relative;
  z-index: 1;
}
.final-cta p {
  max-width: 580px;
  margin: 0 auto var(--space-4);
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
}
.final-cta .btn {
  position: relative;
  z-index: 1;
  padding: 1.1rem 2.25rem;
  font-size: 1rem;
}
.site-footer {
  padding: var(--space-7) 0 var(--space-4);
  background: var(--plum-deepest);
  border-top: 1px solid var(--border-soft);
  position: relative;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: var(--space-4);
  margin-bottom: var(--space-5);
}
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
.footer-brand p {
  font-size: 0.92rem;
  max-width: 32ch;
  margin-top: var(--space-2);
}
.footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-3);
}
.footer-col ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: grid;
  gap: 0.65rem;
}
.footer-col a {
  color: var(--cream-dim);
  font-size: 0.92rem;
  transition: color 0.2s;
}
.footer-col a:hover {
  color: var(--gold);
}
.footer-bottom {
  padding-top: var(--space-4);
  border-top: 1px solid var(--border-soft);
  display: flex;
  justify-content: space-between;
  gap: var(--space-3);
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: var(--cream-mute);
}
.socials {
  display: flex;
  gap: 0.85rem;
}
.socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-soft);
  display: grid;
  place-items: center;
  transition: all 0.3s var(--ease);
}
.socials a:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}
.sticky-cta {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 50;
  display: none;
  padding: 1rem;
  background: rgba(20, 8, 15, 0.92);
  backdrop-filter: blur(18px);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 12px 40px;
  animation: slideUp 0.6s var(--ease) 1.5s both;
}
.sticky-cta .btn {
  width: 100%;
  justify-content: center;
}
@media (max-width: 700px) {
  .sticky-cta {
    display: block;
  }
  body {
    padding-bottom: 5rem;
  }
}
.page-hero {
  padding-top: 10rem;
  padding-bottom: var(--space-6);
  text-align: center;
  position: relative;
  border-bottom: 1px solid var(--border-soft);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0px;
  background: radial-gradient(
    at center top,
    rgba(58, 19, 41, 0.6),
    transparent 60%
  );
  z-index: -1;
}
.page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
}
.page-hero p {
  margin: 0px auto;
  font-size: 1.1rem;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}
.service-card {
  padding: var(--space-4);
  background: linear-gradient(rgba(58, 19, 41, 0.3), transparent);
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  transition: all 0.4s var(--ease);
  position: relative;
  overflow: hidden;
}
.service-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
}
.service-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--gold-soft);
  color: var(--gold);
  display: grid;
  place-items: center;
  margin-bottom: var(--space-3);
}
.service-card h3 {
  margin-bottom: var(--space-2);
}
.service-card .link {
  margin-top: var(--space-3);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 500;
}
.service-card .link .arrow {
  transition: transform 0.3s var(--ease);
}
.service-card:hover .link .arrow {
  transform: translateX(4px);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
  align-items: start;
}
@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}
.price-card {
  padding: var(--space-5) var(--space-4);
  background: linear-gradient(rgba(58, 19, 41, 0.3), rgba(20, 8, 15, 0.3));
  border: 1px solid var(--border-soft);
  border-radius: 24px;
  transition: all 0.4s var(--ease);
  position: relative;
}
.price-card:hover {
  border-color: var(--border);
  transform: translateY(-4px);
}
.price-card--featured {
  border-color: var(--gold);
  background: linear-gradient(rgba(212, 162, 76, 0.12), rgba(58, 19, 41, 0.3));
  box-shadow: rgba(212, 162, 76, 0.1) 0px 20px 60px;
}
.price-card--featured::before {
  content: 'Most Loved';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--plum-deepest);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
}
.price-tier {
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
}
.price-card h3 {
  margin-top: 0.5rem;
  font-size: 1.75rem;
}
.price-value {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--cream);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.price-value sup {
  font-size: 1.2rem;
  top: -1.5rem;
  color: var(--gold);
}
.price-unit {
  font-size: 0.88rem;
  color: var(--cream-mute);
  margin-bottom: var(--space-3);
}
.price-features {
  list-style: none;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin: var(--space-3) 0;
  border-top: 1px solid var(--border-soft);
  padding-top: var(--space-3);
}
.price-features li {
  display: flex;
  gap: 0.6rem;
  padding: 0.5rem 0px;
  font-size: 0.92rem;
  color: var(--cream-dim);
}
.price-features li::before {
  content: '✓';
  color: var(--gold);
  font-weight: 600;
  flex-shrink: 0;
}
.faq-list {
  max-width: 820px;
  margin: 0px auto;
}
.faq-item {
  border-bottom: 1px solid var(--border-soft);
  padding: var(--space-3) 0;
}
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--cream);
  text-align: left;
  padding: 0px;
  transition: color 0.3s;
}
.faq-question:hover {
  color: var(--gold);
}
.faq-toggle {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  transition: all 0.3s var(--ease);
  color: var(--gold);
}
.faq-item.open .faq-toggle {
  transform: rotate(45deg);
  background: var(--gold);
  color: var(--plum-deepest);
}
.faq-answer {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s var(--ease);
}
.faq-item.open .faq-answer {
  max-height: 500px;
}
.faq-answer-inner {
  padding-top: var(--space-2);
  color: var(--cream-mute);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  align-items: start;
}
@media (max-width: 900px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}
.contact-form {
  display: grid;
  gap: var(--space-3);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2);
}
@media (max-width: 560px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}
.form-field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 0.95rem 1rem;
  background: rgba(20, 8, 15, 0.5);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  color: var(--cream);
  font-family: inherit;
  font-size: 0.95rem;
  transition: 0.2s;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(20, 8, 15, 0.8);
  box-shadow: 0 0 0 3px var(--gold-soft);
}
.form-field textarea {
  min-height: 140px;
  resize: vertical;
}
.contact-info-card {
  padding: var(--space-5);
  background: linear-gradient(rgba(58, 19, 41, 0.4), transparent);
  border: 1px solid var(--border-soft);
  border-radius: 24px;
}
.contact-info-item {
  display: flex;
  gap: var(--space-2);
  align-items: flex-start;
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--border-soft);
}
.contact-info-item:last-child {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}
.contact-info-item .icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--gold-soft);
  color: var(--gold);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.contact-info-item h4 {
  margin: 0px 0px 0.2rem;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.contact-info-item p {
  margin: 0px;
  color: var(--cream-dim);
  font-size: 0.95rem;
}
.order-steps {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  margin-bottom: var(--space-5);
  list-style: none;
  padding: 0px;
  counter-reset: step 0;
}
.order-step {
  flex: 1 1 0%;
  position: relative;
  text-align: center;
  counter-increment: step 1;
  color: var(--cream-mute);
  font-size: 0.8rem;
  padding-top: 2.5rem;
}
.order-step::before {
  content: counter(step);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 0.9rem;
  background: var(--plum-deepest);
  z-index: 2;
}
.order-step.active::before,
.order-step.done::before {
  background: var(--gold);
  color: var(--plum-deepest);
  border-color: var(--gold);
}
.order-step.active {
  color: var(--gold);
  font-weight: 500;
}
.order-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 18px;
  left: calc(50% + 22px);
  right: calc(-50% + 22px);
  height: 1px;
  background: var(--border-soft);
  z-index: 1;
}
.order-step.done:not(:last-child)::after {
  background: var(--gold);
}
@media (max-width: 700px) {
  .order-step span {
    display: none;
  }
  .order-step {
    padding-top: 0px;
  }
  .order-step::before {
    position: static;
    transform: none;
    margin: 0px auto;
  }
}
.order-form-panel {
  background: linear-gradient(rgba(58, 19, 41, 0.2), transparent);
  border: 1px solid var(--border-soft);
  border-radius: 24px;
  padding: var(--space-5);
}
.form-step {
  display: none;
}
.form-step.active {
  display: block;
  animation: fadeIn 0.4s var(--ease);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.form-step h3 {
  margin-bottom: 0.5rem;
}
.form-step > p {
  margin-bottom: var(--space-4);
}
.form-nav {
  display: flex;
  justify-content: space-between;
  gap: var(--space-2);
  margin-top: var(--space-4);
  padding-top: var(--space-4);
  border-top: 1px solid var(--border-soft);
}
.option-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: var(--space-2);
}
@media (max-width: 560px) {
  .option-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.option-card {
  padding: var(--space-3) 1rem;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.3s var(--ease);
  text-align: center;
}
.option-card:hover {
  border-color: var(--border);
}
.option-card input {
  display: none;
}
.option-card input:checked ~ .option-content {
  color: var(--gold);
}
.option-card:has(input:checked) {
  border-color: var(--gold);
  background: var(--gold-soft);
}
.option-card .option-icon {
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.option-card .option-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--cream);
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.9s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0px);
}
.story-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  align-items: center;
}
@media (max-width: 900px) {
  .story-section {
    grid-template-columns: 1fr;
  }
}
.story-section.reverse .story-img {
  order: 2;
}
@media (max-width: 900px) {
  .story-section.reverse .story-img {
    order: unset;
  }
}
.story-img {
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(58, 19, 41, 0.5), rgba(15, 22, 40, 0.7)),
    radial-gradient(circle at 30% 40%, var(--gold-soft), transparent 60%);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.story-img-big {
  font-family: var(--font-display);
  font-size: 8rem;
  color: var(--gold);
  opacity: 0.4;
  font-style: italic;
  font-weight: 300;
}
.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-3);
  margin-top: var(--space-5);
}
@media (max-width: 700px) {
  .stat-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.stat {
  text-align: center;
  padding: var(--space-3);
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.15);
}
.stat-num {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--gold);
  font-style: italic;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat-label {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-mute);
}
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  margin-bottom: var(--space-5);
  padding: 0.75rem;
  background: rgba(20, 8, 15, 0.5);
  border: 1px solid var(--border-soft);
  border-radius: 999px;
}
.filter-chip {
  padding: 0.55rem 1.1rem;
  font-size: 0.85rem;
  color: var(--cream-dim);
  border-radius: 999px;
  background: transparent;
  transition: 0.25s;
  border: 1px solid transparent;
}
.filter-chip:hover {
  color: var(--gold);
}
.filter-chip.active {
  background: var(--gold);
  color: var(--plum-deepest);
  font-weight: 500;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--plum-deepest);
}
::-webkit-scrollbar-thumb {
  background: var(--plum);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--gold-deep);
}
::selection {
  background: var(--gold);
  color: var(--plum-deepest);
}

/* From assets/css/style.css */
/* ==========================================================================
   Life2Melody — Dark Premium Stylesheet
   Palette: Deep Plum, Gold, Cream, Navy
   Typography: Fraunces (display serif) + Inter Tight (body)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,300;1,9..144,400&family=Inter+Tight:wght@300;400;500;600;700&display=swap');

/* --- Tokens -------------------------------------------------------------- */
:root {
  /* Core palette */
  --plum-deepest: #14080f;
  --plum-deep: #1e0a18;
  --plum: #3a1329;
  --plum-warm: #4a1a34;
  --navy: #0f1628;
  --navy-deep: #070b15;

  --gold: #d4a24c;
  --gold-bright: #e9b865;
  --gold-deep: #a87a31;
  --gold-soft: rgba(212, 162, 76, 0.15);

  --cream: #f5ead7;
  --cream-dim: #e8dcc4;
  --cream-mute: rgba(245, 234, 215, 0.62);
  --cream-faint: rgba(245, 234, 215, 0.1);

  --rose: #c77d8f;
  --rose-soft: rgba(199, 125, 143, 0.2);

  /* Functional */
  --bg: var(--plum-deepest);
  --bg-alt: var(--navy-deep);
  --text: var(--cream);
  --text-muted: var(--cream-mute);
  --accent: var(--gold);
  --border: rgba(212, 162, 76, 0.18);
  --border-soft: rgba(245, 234, 215, 0.08);

  /* Typography */
  --font-display: 'Fraunces', 'Playfair Display', Georgia, serif;
  --font-body: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Spacing scale */
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4rem;
  --space-7: 6rem;
  --space-8: 8rem;

  /* Containers */
  --max-w: 1280px;
  --max-w-prose: 720px;

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* --- Reset -------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

/* --- Typography -------------------------------------------------------- */
h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 var(--space-3);
  color: var(--cream);
}

h1 {
  font-size: clamp(2.5rem, 6.5vw, 5.75rem);
  font-weight: 300;
  letter-spacing: -0.03em;
}
h2 {
  font-size: clamp(2rem, 4.5vw, 3.75rem);
  font-weight: 300;
}
h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-weight: 400;
}
h4 {
  font-size: 1.15rem;
  font-weight: 500;
  font-family: var(--font-body);
  letter-spacing: 0.02em;
}

p {
  margin: 0 0 var(--space-3);
  color: var(--text-muted);
  max-width: 60ch;
}

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-3);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold);
}

.italic-script {
  font-style: italic;
  font-family: var(--font-display);
  font-weight: 300;
  color: var(--gold-bright);
}

/* --- Layout ------------------------------------------------------------ */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--space-4);
}

section {
  padding: var(--space-8) 0;
  position: relative;
}
@media (max-width: 768px) {
  section {
    padding: var(--space-7) 0;
  }
}

/* --- Background atmosphere --------------------------------------------- */
.bg-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

.bg-glow {
  position: fixed;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(212, 162, 76, 0.12) 0%,
    transparent 65%
  );
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
  top: -200px;
  right: -200px;
  animation: drift 30s ease-in-out infinite alternate;
}
.bg-glow--2 {
  top: auto;
  bottom: -400px;
  left: -300px;
  right: auto;
  background: radial-gradient(
    circle,
    rgba(58, 19, 41, 0.55) 0%,
    transparent 70%
  );
  animation-duration: 45s;
}
@keyframes drift {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(50px, 80px);
  }
}

/* --- Header ------------------------------------------------------------ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.25rem 0;
  transition: all 0.4s var(--ease);
  backdrop-filter: blur(0);
}
.site-header.scrolled {
  background: rgba(20, 8, 15, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border-soft);
  padding: 0.85rem 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 400;
  color: var(--cream);
  letter-spacing: -0.01em;
}
.logo-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
  color: var(--plum-deepest);
  box-shadow: 0 4px 20px rgba(212, 162, 76, 0.3);
}
.logo em {
  font-style: italic;
  color: var(--gold);
  font-weight: 300;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  font-size: 0.92rem;
  color: var(--cream-dim);
  font-weight: 400;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
  position: relative;
}
.nav-links a:hover {
  color: var(--gold);
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s var(--ease);
}
.nav-links a:hover::after {
  width: 100%;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* Mobile nav */
.hamburger {
  display: none;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 101;
}
.hamburger span {
  position: absolute;
  left: 4px;
  right: 4px;
  height: 1.5px;
  background: var(--cream);
  transition: all 0.3s var(--ease);
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 16px;
}
.hamburger span:nth-child(3) {
  top: 22px;
}
.hamburger.open span:nth-child(1) {
  top: 16px;
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  top: 16px;
  transform: rotate(-45deg);
}

@media (max-width: 900px) {
  .nav-links {
    position: fixed;
    inset: 0;
    background: var(--plum-deepest);
    flex-direction: column;
    justify-content: center;
    gap: var(--space-4);
    font-size: 1.4rem;
    transform: translateY(-100%);
    transition: transform 0.4s var(--ease);
  }
  .nav-links.open {
    transform: translateY(0);
  }
  .nav-links a {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 300;
  }
  .hamburger {
    display: block;
  }
  .nav-cta .btn {
    display: none;
  }
}

/* --- Buttons ---------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.75rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 999px;
  transition: all 0.35s var(--ease);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(
    135deg,
    var(--gold-bright) 0%,
    var(--gold-deep) 100%
  );
  color: var(--plum-deepest);
  box-shadow:
    0 8px 32px rgba(212, 162, 76, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 40px rgba(212, 162, 76, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 70%
  );
  transform: translateX(-100%);
  transition: transform 0.7s var(--ease);
}
.btn-primary:hover::after {
  transform: translateX(100%);
}

.btn-ghost {
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--border);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: var(--gold-soft);
}

.btn-sm {
  padding: 0.65rem 1.25rem;
  font-size: 0.85rem;
}

.btn .arrow {
  display: inline-block;
  transition: transform 0.3s var(--ease);
}
.btn:hover .arrow {
  transform: translateX(4px);
}

/* --- Hero -------------------------------------------------------------- */
.hero {
  min-height: 100vh;
  padding-top: 10rem;
  padding-bottom: var(--space-7);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse at 20% 30%,
      rgba(58, 19, 41, 0.8) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 80% 70%,
      rgba(15, 22, 40, 0.85) 0%,
      transparent 60%
    ),
    linear-gradient(180deg, var(--plum-deepest) 0%, #1a0915 100%);
  z-index: -1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: var(--space-7);
  align-items: center;
}
@media (max-width: 980px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }
}

.hero-copy .eyebrow {
  animation: slideUp 0.9s var(--ease) 0.1s both;
}
.hero-copy h1 {
  animation: slideUp 1.1s var(--ease) 0.25s both;
}
.hero-copy .lede {
  animation: slideUp 1.1s var(--ease) 0.45s both;
}
.hero-copy .hero-actions {
  animation: slideUp 1.1s var(--ease) 0.6s both;
}
.hero-copy .hero-trust {
  animation: slideUp 1.1s var(--ease) 0.8s both;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero h1 .line {
  display: block;
}
.hero h1 .accent {
  color: var(--gold);
  font-style: italic;
  font-weight: 300;
}

.lede {
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.6;
  color: var(--cream-dim);
  max-width: 46ch;
  margin-bottom: var(--space-4);
}

.hero-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-bottom: var(--space-5);
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: 0.85rem;
  color: var(--cream-mute);
}
.hero-trust .stars {
  color: var(--gold);
  letter-spacing: 2px;
  font-size: 0.95rem;
}
.hero-trust .divider {
  width: 1px;
  height: 24px;
  background: var(--border);
}

/* Hero visual — vinyl + waveform */
.hero-visual {
  position: relative;
  aspect-ratio: 1;
  max-width: 520px;
  margin-left: auto;
  animation: fadeScale 1.5s var(--ease) 0.3s both;
}
@keyframes fadeScale {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.vinyl {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at center,
      var(--plum-deepest) 22%,
      transparent 22.5%
    ),
    radial-gradient(circle at center, var(--gold) 18%, transparent 18.5%),
    radial-gradient(
      circle at center,
      var(--plum-deepest) 15%,
      transparent 15.5%
    ),
    repeating-radial-gradient(
      circle at center,
      #1a0812 0px,
      #1a0812 2px,
      #0d0408 2px,
      #0d0408 3px
    );
  box-shadow:
    0 20px 80px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(212, 162, 76, 0.1),
    inset 0 0 60px rgba(212, 162, 76, 0.08);
  animation: spin 40s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.vinyl-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
  height: 35%;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  color: var(--plum-deepest);
  text-align: center;
  font-size: 0.85rem;
  font-style: italic;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.2);
}
.vinyl-label span {
  padding: 0 0.5rem;
  line-height: 1.2;
}

.ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid var(--gold-soft);
  animation: pulse 4s ease-in-out infinite;
}
.ring--2 {
  inset: -6%;
  border-color: rgba(212, 162, 76, 0.08);
  animation-delay: 1s;
}
.ring--3 {
  inset: -12%;
  border-color: rgba(212, 162, 76, 0.04);
  animation-delay: 2s;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}

.waveform-floater {
  position: absolute;
  bottom: 5%;
  left: -8%;
  background: rgba(20, 8, 15, 0.85);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.wf-play {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--plum-deepest);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.wf-bars {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 24px;
}
.wf-bars span {
  width: 2px;
  background: var(--gold);
  border-radius: 2px;
  animation: wave 1.4s ease-in-out infinite;
}
.wf-bars span:nth-child(1) {
  height: 40%;
  animation-delay: 0s;
}
.wf-bars span:nth-child(2) {
  height: 70%;
  animation-delay: 0.1s;
}
.wf-bars span:nth-child(3) {
  height: 50%;
  animation-delay: 0.2s;
}
.wf-bars span:nth-child(4) {
  height: 90%;
  animation-delay: 0.3s;
}
.wf-bars span:nth-child(5) {
  height: 60%;
  animation-delay: 0.4s;
}
.wf-bars span:nth-child(6) {
  height: 80%;
  animation-delay: 0.5s;
}
.wf-bars span:nth-child(7) {
  height: 45%;
  animation-delay: 0.6s;
}
.wf-bars span:nth-child(8) {
  height: 75%;
  animation-delay: 0.7s;
}
@keyframes wave {
  0%,
  100% {
    transform: scaleY(0.4);
  }
  50% {
    transform: scaleY(1);
  }
}
.wf-meta {
  font-size: 0.75rem;
}
.wf-meta strong {
  display: block;
  color: var(--cream);
  font-weight: 500;
  font-size: 0.8rem;
}
.wf-meta span {
  color: var(--cream-mute);
  font-size: 0.72rem;
}

.note-float {
  position: absolute;
  color: var(--gold);
  opacity: 0.4;
  font-size: 2rem;
  animation: noteRise 5s ease-in-out infinite;
}
.note-float:nth-of-type(1) {
  top: 15%;
  right: 0%;
  animation-delay: 0s;
}
.note-float:nth-of-type(2) {
  top: 5%;
  left: 15%;
  animation-delay: 1.5s;
  font-size: 1.4rem;
}
.note-float:nth-of-type(3) {
  bottom: 20%;
  right: 10%;
  animation-delay: 3s;
  font-size: 1.6rem;
}
@keyframes noteRise {
  0% {
    transform: translateY(10px) rotate(-5deg);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(-30px) rotate(10deg);
    opacity: 0;
  }
}

/* --- Trust bar -------------------------------------------------------- */
.trust-bar {
  padding: var(--space-4) 0;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  background: rgba(0, 0, 0, 0.15);
}
.trust-items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--cream-mute);
  font-size: 0.88rem;
  letter-spacing: 0.03em;
}
.trust-item svg {
  color: var(--gold);
  flex-shrink: 0;
}

/* --- Section header -------------------------------------------------- */
.section-head {
  max-width: 760px;
  margin: 0 auto var(--space-6);
  text-align: center;
}
.section-head.align-left {
  text-align: left;
  margin-left: 0;
}
.section-head p {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.08rem;
}
.section-head.align-left p {
  margin-left: 0;
}

/* --- How It Works ---------------------------------------------------- */
.how-it-works {
  position: relative;
}
.how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-3);
  position: relative;
}
@media (max-width: 980px) {
  .how-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .how-grid {
    grid-template-columns: 1fr;
  }
}

.how-step {
  padding: var(--space-4) var(--space-3);
  background: linear-gradient(
    180deg,
    rgba(58, 19, 41, 0.35) 0%,
    rgba(20, 8, 15, 0.2) 100%
  );
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  position: relative;
  transition: all 0.4s var(--ease);
}
.how-step:hover {
  border-color: var(--border);
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.step-num {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 300;
  font-style: italic;
  color: var(--gold);
  line-height: 1;
  margin-bottom: var(--space-2);
  opacity: 0.7;
}
.how-step h3 {
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
}
.how-step p {
  font-size: 0.92rem;
  margin-bottom: 0;
}

.how-step-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--gold-soft);
  color: var(--gold);
  display: grid;
  place-items: center;
  margin-bottom: var(--space-3);
}

/* --- Occasions grid ------------------------------------------------ */
.occasions-bg {
  background: linear-gradient(
    180deg,
    transparent,
    rgba(15, 22, 40, 0.3),
    transparent
  );
}

.occasions-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--space-2);
}
@media (max-width: 900px) {
  .occasions-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 560px) {
  .occasions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.occasion-card {
  aspect-ratio: 3/4;
  padding: var(--space-3);
  border-radius: 16px;
  background: linear-gradient(165deg, var(--plum) 0%, var(--plum-deepest) 100%);
  border: 1px solid var(--border-soft);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s var(--ease);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.occasion-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 100%,
    var(--gold-soft) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.occasion-card:hover {
  border-color: var(--gold);
  transform: translateY(-6px);
}
.occasion-card:hover::before {
  opacity: 1;
}

.occ-icon {
  color: var(--gold);
  opacity: 0.85;
  transition: transform 0.4s var(--ease);
}
.occasion-card:hover .occ-icon {
  transform: scale(1.15) rotate(-4deg);
}

.occ-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--cream);
  line-height: 1.15;
  position: relative;
  z-index: 1;
}
.occ-title em {
  color: var(--gold);
  font-weight: 300;
}
.occ-sub {
  font-size: 0.78rem;
  color: var(--cream-mute);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.4rem;
}

/* --- Audio / Samples section --------------------------------------- */
.samples {
  position: relative;
}

.samples-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}
@media (max-width: 900px) {
  .samples-grid {
    grid-template-columns: 1fr;
  }
}

.sample-card {
  padding: var(--space-4);
  background: linear-gradient(
    180deg,
    rgba(74, 26, 52, 0.3) 0%,
    rgba(20, 8, 15, 0.5) 100%
  );
  border: 1px solid var(--border-soft);
  border-radius: 22px;
  transition: all 0.4s var(--ease);
  position: relative;
  overflow: hidden;
}
.sample-card:hover {
  border-color: var(--border);
  transform: translateY(-4px);
}

.sample-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--space-3);
}
.sample-tag {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0.3rem 0.7rem;
  border: 1px solid var(--gold-soft);
  border-radius: 999px;
}
.sample-genre {
  font-size: 0.78rem;
  color: var(--cream-mute);
  font-style: italic;
  font-family: var(--font-display);
}

.sample-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--cream);
  font-weight: 400;
  margin-bottom: 0.4rem;
}
.sample-desc {
  font-size: 0.9rem;
  color: var(--cream-mute);
  margin-bottom: var(--space-3);
}

.sample-player {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding-top: var(--space-3);
  border-top: 1px solid var(--border-soft);
}
.play-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--plum-deepest);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: all 0.3s var(--ease);
  box-shadow: 0 6px 20px rgba(212, 162, 76, 0.3);
}
.play-btn:hover {
  transform: scale(1.08);
  background: var(--gold-bright);
}
.play-btn.playing .play-icon {
  display: none;
}
.play-btn .pause-icon {
  display: none;
}
.play-btn.playing .pause-icon {
  display: block;
}

.progress-track {
  flex-grow: 1;
  height: 4px;
  background: var(--cream-faint);
  border-radius: 999px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-bright) 100%);
  width: 0%;
  transition: width 0.1s linear;
}
.sample-time {
  font-size: 0.78rem;
  color: var(--cream-mute);
  font-variant-numeric: tabular-nums;
  min-width: 38px;
  text-align: right;
}

/* --- Why Us ---------------------------------------------------- */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  align-items: center;
}
@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: var(--space-3);
}
.why-list li {
  display: flex;
  gap: var(--space-2);
  align-items: flex-start;
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--border-soft);
}
.why-list li:last-child {
  border-bottom: none;
}
.why-list .why-num {
  font-family: var(--font-display);
  color: var(--gold);
  font-style: italic;
  font-weight: 300;
  font-size: 1.3rem;
  min-width: 2rem;
  padding-top: 0.2rem;
}
.why-list strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 0.25rem;
}
.why-list p {
  font-size: 0.93rem;
  margin: 0;
}

.why-visual {
  aspect-ratio: 4/5;
  background:
    linear-gradient(
      135deg,
      rgba(58, 19, 41, 0.4) 0%,
      rgba(15, 22, 40, 0.6) 100%
    ),
    radial-gradient(circle at 70% 30%, var(--gold-soft) 0%, transparent 50%);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: var(--space-4);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.why-visual::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--gold-soft) 0%, transparent 60%);
  filter: blur(20px);
}
.why-visual-quote {
  position: relative;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 300;
  color: var(--cream);
  line-height: 1.4;
  margin-bottom: var(--space-3);
}
.why-visual-quote::before {
  content: '"';
  position: absolute;
  top: -3rem;
  left: -0.5rem;
  font-size: 8rem;
  color: var(--gold);
  opacity: 0.25;
  font-style: italic;
  line-height: 1;
}
.why-visual-attr {
  font-size: 0.85rem;
  color: var(--cream-dim);
  position: relative;
}
.why-visual-attr strong {
  color: var(--gold);
  display: block;
  font-weight: 500;
  margin-bottom: 0.15rem;
}

.why-visual-note {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: var(--gold);
  opacity: 0.5;
  font-size: 2rem;
  animation: float 4s ease-in-out infinite;
}

/* --- Business section ---------------------------------------- */
.business {
  position: relative;
  background: linear-gradient(
    180deg,
    var(--plum-deepest) 0%,
    var(--navy-deep) 100%
  );
}
.business-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  align-items: center;
}
@media (max-width: 900px) {
  .business-grid {
    grid-template-columns: 1fr;
  }
}

.biz-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-2);
  margin-top: var(--space-4);
}
.biz-logo-card {
  aspect-ratio: 1;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.15);
  color: var(--cream-mute);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  transition: all 0.3s var(--ease);
}
.biz-logo-card:hover {
  color: var(--gold);
  border-color: var(--gold);
}

/* --- Testimonials ---------------------------------------- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}
@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.testimonial {
  padding: var(--space-4);
  background: linear-gradient(
    180deg,
    rgba(58, 19, 41, 0.25) 0%,
    transparent 100%
  );
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  position: relative;
}
.testimonial-stars {
  color: var(--gold);
  letter-spacing: 2px;
  font-size: 0.9rem;
  margin-bottom: var(--space-2);
}
.testimonial-quote {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--cream);
  margin-bottom: var(--space-3);
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: var(--space-2);
  border-top: 1px solid var(--border-soft);
}
.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--rose) 100%);
  display: grid;
  place-items: center;
  color: var(--plum-deepest);
  font-weight: 600;
  font-size: 0.9rem;
}
.author-info strong {
  display: block;
  color: var(--cream);
  font-weight: 500;
  font-size: 0.9rem;
}
.author-info span {
  color: var(--cream-mute);
  font-size: 0.8rem;
}

/* --- Final CTA ---------------------------------------- */
.final-cta {
  text-align: center;
  padding: var(--space-8) var(--space-3);
  background:
    radial-gradient(
      ellipse at center,
      rgba(212, 162, 76, 0.12) 0%,
      transparent 60%
    ),
    linear-gradient(180deg, var(--plum) 0%, var(--plum-deepest) 100%);
  border-radius: 32px;
  margin: var(--space-7) 0;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '♪';
  position: absolute;
  font-family: serif;
  font-size: 20rem;
  top: -3rem;
  right: -2rem;
  color: var(--gold);
  opacity: 0.05;
  line-height: 1;
  pointer-events: none;
}
.final-cta::after {
  content: '♫';
  position: absolute;
  font-family: serif;
  font-size: 14rem;
  bottom: -2rem;
  left: -1rem;
  color: var(--gold);
  opacity: 0.04;
  line-height: 1;
  pointer-events: none;
}
.final-cta h2 {
  max-width: 900px;
  margin: 0 auto var(--space-3);
  position: relative;
  z-index: 1;
}
.final-cta p {
  max-width: 580px;
  margin: 0 auto var(--space-4);
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
}
.final-cta .btn {
  position: relative;
  z-index: 1;
  padding: 1.1rem 2.25rem;
  font-size: 1rem;
}

/* --- Footer ---------------------------------------- */
.site-footer {
  padding: var(--space-7) 0 var(--space-4);
  background: var(--plum-deepest);
  border-top: 1px solid var(--border-soft);
  position: relative;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: var(--space-4);
  margin-bottom: var(--space-5);
}
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.footer-brand p {
  font-size: 0.92rem;
  max-width: 32ch;
  margin-top: var(--space-2);
}
.footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-3);
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}
.footer-col a {
  color: var(--cream-dim);
  font-size: 0.92rem;
  transition: color 0.2s ease;
}
.footer-col a:hover {
  color: var(--gold);
}

.footer-bottom {
  padding-top: var(--space-4);
  border-top: 1px solid var(--border-soft);
  display: flex;
  justify-content: space-between;
  gap: var(--space-3);
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: var(--cream-mute);
}
.socials {
  display: flex;
  gap: 0.85rem;
}
.socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-soft);
  display: grid;
  place-items: center;
  transition: all 0.3s var(--ease);
}
.socials a:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

/* --- Sticky CTA mobile --------------------------------- */
.sticky-cta {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 50;
  display: none;
  padding: 1rem;
  background: rgba(20, 8, 15, 0.92);
  backdrop-filter: blur(18px);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  animation: slideUp 0.6s var(--ease) 1.5s both;
}
.sticky-cta .btn {
  width: 100%;
  justify-content: center;
}
@media (max-width: 700px) {
  .sticky-cta {
    display: block;
  }
  body {
    padding-bottom: 5rem;
  }
}

/* --- Inner page hero (smaller) --------------------------- */
.page-hero {
  padding-top: 10rem;
  padding-bottom: var(--space-6);
  text-align: center;
  position: relative;
  border-bottom: 1px solid var(--border-soft);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at top,
    rgba(58, 19, 41, 0.6),
    transparent 60%
  );
  z-index: -1;
}
.page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
}
.page-hero p {
  margin: 0 auto;
  font-size: 1.1rem;
}

/* --- Services page ----------------------------------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  padding: var(--space-4);
  background: linear-gradient(180deg, rgba(58, 19, 41, 0.3), transparent);
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  transition: all 0.4s var(--ease);
  position: relative;
  overflow: hidden;
}
.service-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
}
.service-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--gold-soft);
  color: var(--gold);
  display: grid;
  place-items: center;
  margin-bottom: var(--space-3);
}
.service-card h3 {
  margin-bottom: var(--space-2);
}
.service-card .link {
  margin-top: var(--space-3);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 500;
}
.service-card .link .arrow {
  transition: transform 0.3s var(--ease);
}
.service-card:hover .link .arrow {
  transform: translateX(4px);
}

/* --- Pricing ---------------------------------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
  align-items: start;
}
@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

.price-card {
  padding: var(--space-5) var(--space-4);
  background: linear-gradient(
    180deg,
    rgba(58, 19, 41, 0.3),
    rgba(20, 8, 15, 0.3)
  );
  border: 1px solid var(--border-soft);
  border-radius: 24px;
  transition: all 0.4s var(--ease);
  position: relative;
}
.price-card:hover {
  border-color: var(--border);
  transform: translateY(-4px);
}
.price-card--featured {
  border-color: var(--gold);
  background: linear-gradient(
    180deg,
    rgba(212, 162, 76, 0.12),
    rgba(58, 19, 41, 0.3)
  );
  box-shadow: 0 20px 60px rgba(212, 162, 76, 0.1);
}
.price-card--featured::before {
  content: 'Most Loved';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--plum-deepest);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
}

.price-tier {
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
}
.price-card h3 {
  margin-top: 0.5rem;
  font-size: 1.75rem;
}
.price-value {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--cream);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.price-value sup {
  font-size: 1.2rem;
  top: -1.5rem;
  color: var(--gold);
}
.price-unit {
  font-size: 0.88rem;
  color: var(--cream-mute);
  margin-bottom: var(--space-3);
}

.price-features {
  list-style: none;
  padding: 0;
  margin: var(--space-3) 0;
  border-top: 1px solid var(--border-soft);
  padding-top: var(--space-3);
}
.price-features li {
  display: flex;
  gap: 0.6rem;
  padding: 0.5rem 0;
  font-size: 0.92rem;
  color: var(--cream-dim);
}
.price-features li::before {
  content: '✓';
  color: var(--gold);
  font-weight: 600;
  flex-shrink: 0;
}

/* --- FAQ ----------------------------------- */
.faq-list {
  max-width: 820px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--border-soft);
  padding: var(--space-3) 0;
}
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--cream);
  text-align: left;
  padding: 0;
  transition: color 0.3s ease;
}
.faq-question:hover {
  color: var(--gold);
}
.faq-toggle {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  transition: all 0.3s var(--ease);
  color: var(--gold);
}
.faq-item.open .faq-toggle {
  transform: rotate(45deg);
  background: var(--gold);
  color: var(--plum-deepest);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease);
}
.faq-item.open .faq-answer {
  max-height: 500px;
}
.faq-answer-inner {
  padding-top: var(--space-2);
  color: var(--cream-mute);
}

/* --- Contact / form --------------------------- */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  align-items: start;
}
@media (max-width: 900px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.contact-form {
  display: grid;
  gap: var(--space-3);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2);
}
@media (max-width: 560px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}
.form-field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 0.95rem 1rem;
  background: rgba(20, 8, 15, 0.5);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  color: var(--cream);
  font-family: inherit;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(20, 8, 15, 0.8);
  box-shadow: 0 0 0 3px var(--gold-soft);
}
.form-field textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-info-card {
  padding: var(--space-5);
  background: linear-gradient(180deg, rgba(58, 19, 41, 0.4), transparent);
  border: 1px solid var(--border-soft);
  border-radius: 24px;
}
.contact-info-item {
  display: flex;
  gap: var(--space-2);
  align-items: flex-start;
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--border-soft);
}
.contact-info-item:last-child {
  border-bottom: none;
}
.contact-info-item .icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--gold-soft);
  color: var(--gold);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.contact-info-item h4 {
  margin: 0 0 0.2rem;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.contact-info-item p {
  margin: 0;
  color: var(--cream-dim);
  font-size: 0.95rem;
}

/* --- Multi-step form (order page) --------------- */
.order-steps {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  margin-bottom: var(--space-5);
  list-style: none;
  padding: 0;
  counter-reset: step;
}
.order-step {
  flex: 1;
  position: relative;
  text-align: center;
  counter-increment: step;
  color: var(--cream-mute);
  font-size: 0.8rem;
  padding-top: 2.5rem;
}
.order-step::before {
  content: counter(step);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 0.9rem;
  background: var(--plum-deepest);
  z-index: 2;
}
.order-step.active::before,
.order-step.done::before {
  background: var(--gold);
  color: var(--plum-deepest);
  border-color: var(--gold);
}
.order-step.active {
  color: var(--gold);
  font-weight: 500;
}
.order-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 18px;
  left: calc(50% + 22px);
  right: calc(-50% + 22px);
  height: 1px;
  background: var(--border-soft);
  z-index: 1;
}
.order-step.done:not(:last-child)::after {
  background: var(--gold);
}
@media (max-width: 700px) {
  .order-step span {
    display: none;
  }
  .order-step {
    padding-top: 0;
  }
  .order-step::before {
    position: static;
    transform: none;
    margin: 0 auto;
  }
}

.order-form-panel {
  background: linear-gradient(180deg, rgba(58, 19, 41, 0.2), transparent);
  border: 1px solid var(--border-soft);
  border-radius: 24px;
  padding: var(--space-5);
}
.form-step {
  display: none;
}
.form-step.active {
  display: block;
  animation: fadeIn 0.4s var(--ease);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-step h3 {
  margin-bottom: 0.5rem;
}
.form-step > p {
  margin-bottom: var(--space-4);
}

.form-nav {
  display: flex;
  justify-content: space-between;
  gap: var(--space-2);
  margin-top: var(--space-4);
  padding-top: var(--space-4);
  border-top: 1px solid var(--border-soft);
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: var(--space-2);
}
@media (max-width: 560px) {
  .option-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.option-card {
  padding: var(--space-3) 1rem;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.3s var(--ease);
  text-align: center;
}
.option-card:hover {
  border-color: var(--border);
}
.option-card input {
  display: none;
}
.option-card input:checked ~ .option-content {
  color: var(--gold);
}
.option-card:has(input:checked) {
  border-color: var(--gold);
  background: var(--gold-soft);
}
.option-card .option-icon {
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.option-card .option-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--cream);
}

/* --- Utility animations for on-scroll reveal --- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.9s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- About page story ------------------------- */
.story-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  align-items: center;
}
@media (max-width: 900px) {
  .story-section {
    grid-template-columns: 1fr;
  }
}
.story-section.reverse .story-img {
  order: 2;
}
@media (max-width: 900px) {
  .story-section.reverse .story-img {
    order: unset;
  }
}

.story-img {
  aspect-ratio: 4/5;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(58, 19, 41, 0.5), rgba(15, 22, 40, 0.7)),
    radial-gradient(circle at 30% 40%, var(--gold-soft), transparent 60%);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.story-img-big {
  font-family: var(--font-display);
  font-size: 8rem;
  color: var(--gold);
  opacity: 0.4;
  font-style: italic;
  font-weight: 300;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-3);
  margin-top: var(--space-5);
}
@media (max-width: 700px) {
  .stat-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.stat {
  text-align: center;
  padding: var(--space-3);
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.15);
}
.stat-num {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--gold);
  font-style: italic;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat-label {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-mute);
}

/* --- Samples page filter bar -------------- */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  margin-bottom: var(--space-5);
  padding: 0.75rem;
  background: rgba(20, 8, 15, 0.5);
  border: 1px solid var(--border-soft);
  border-radius: 999px;
}
.filter-chip {
  padding: 0.55rem 1.1rem;
  font-size: 0.85rem;
  color: var(--cream-dim);
  border-radius: 999px;
  background: transparent;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}
.filter-chip:hover {
  color: var(--gold);
}
.filter-chip.active {
  background: var(--gold);
  color: var(--plum-deepest);
  font-weight: 500;
}

/* --- Scrollbar --- */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--plum-deepest);
}
::-webkit-scrollbar-thumb {
  background: var(--plum);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--gold-deep);
}

/* --- Selection --- */
::selection {
  background: var(--gold);
  color: var(--plum-deepest);
}

/* Source extracted CSS */

/* From assets/css/style.css */
/* ==========================================================================
   Life2Melody — Dark Premium Stylesheet
   Palette: Deep Plum, Gold, Cream, Navy
   Typography: Fraunces (display serif) + Inter Tight (body)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,300;1,9..144,400&family=Inter+Tight:wght@300;400;500;600;700&display=swap');

/* --- Tokens -------------------------------------------------------------- */
:root {
  /* Core palette */
  --plum-deepest: #14080f;
  --plum-deep: #1e0a18;
  --plum: #3a1329;
  --plum-warm: #4a1a34;
  --navy: #0f1628;
  --navy-deep: #070b15;

  --gold: #d4a24c;
  --gold-bright: #e9b865;
  --gold-deep: #a87a31;
  --gold-soft: rgba(212, 162, 76, 0.15);

  --cream: #f5ead7;
  --cream-dim: #e8dcc4;
  --cream-mute: rgba(245, 234, 215, 0.62);
  --cream-faint: rgba(245, 234, 215, 0.1);

  --rose: #c77d8f;
  --rose-soft: rgba(199, 125, 143, 0.2);

  /* Functional */
  --bg: var(--plum-deepest);
  --bg-alt: var(--navy-deep);
  --text: var(--cream);
  --text-muted: var(--cream-mute);
  --accent: var(--gold);
  --border: rgba(212, 162, 76, 0.18);
  --border-soft: rgba(245, 234, 215, 0.08);

  /* Typography */
  --font-display: 'Fraunces', 'Playfair Display', Georgia, serif;
  --font-body: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Spacing scale */
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4rem;
  --space-7: 6rem;
  --space-8: 8rem;

  /* Containers */
  --max-w: 1280px;
  --max-w-prose: 720px;

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* --- Reset -------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

/* --- Typography -------------------------------------------------------- */
h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 var(--space-3);
  color: var(--cream);
}

h1 {
  font-size: clamp(2.5rem, 6.5vw, 5.75rem);
  font-weight: 300;
  letter-spacing: -0.03em;
}
h2 {
  font-size: clamp(2rem, 4.5vw, 3.75rem);
  font-weight: 300;
}
h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-weight: 400;
}
h4 {
  font-size: 1.15rem;
  font-weight: 500;
  font-family: var(--font-body);
  letter-spacing: 0.02em;
}

p {
  margin: 0 0 var(--space-3);
  color: var(--text-muted);
  max-width: 60ch;
}

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-3);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold);
}

.italic-script {
  font-style: italic;
  font-family: var(--font-display);
  font-weight: 300;
  color: var(--gold-bright);
}

/* --- Layout ------------------------------------------------------------ */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--space-4);
}

section {
  padding: var(--space-8) 0;
  position: relative;
}
@media (max-width: 768px) {
  section {
    padding: var(--space-7) 0;
  }
}

/* --- Background atmosphere --------------------------------------------- */
.bg-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

.bg-glow {
  position: fixed;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(212, 162, 76, 0.12) 0%,
    transparent 65%
  );
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
  top: -200px;
  right: -200px;
  animation: drift 30s ease-in-out infinite alternate;
}
.bg-glow--2 {
  top: auto;
  bottom: -400px;
  left: -300px;
  right: auto;
  background: radial-gradient(
    circle,
    rgba(58, 19, 41, 0.55) 0%,
    transparent 70%
  );
  animation-duration: 45s;
}
@keyframes drift {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(50px, 80px);
  }
}

/* --- Header ------------------------------------------------------------ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.25rem 0;
  transition: all 0.4s var(--ease);
  backdrop-filter: blur(0);
}
.site-header.scrolled {
  background: rgba(20, 8, 15, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border-soft);
  padding: 0.85rem 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 400;
  color: var(--cream);
  letter-spacing: -0.01em;
}
.logo-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
  color: var(--plum-deepest);
  box-shadow: 0 4px 20px rgba(212, 162, 76, 0.3);
}
.logo em {
  font-style: italic;
  color: var(--gold);
  font-weight: 300;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  font-size: 0.92rem;
  color: var(--cream-dim);
  font-weight: 400;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
  position: relative;
}
.nav-links a:hover {
  color: var(--gold);
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s var(--ease);
}
.nav-links a:hover::after {
  width: 100%;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* Mobile nav */
.hamburger {
  display: none;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 101;
}
.hamburger span {
  position: absolute;
  left: 4px;
  right: 4px;
  height: 1.5px;
  background: var(--cream);
  transition: all 0.3s var(--ease);
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 16px;
}
.hamburger span:nth-child(3) {
  top: 22px;
}
.hamburger.open span:nth-child(1) {
  top: 16px;
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  top: 16px;
  transform: rotate(-45deg);
}

@media (max-width: 900px) {
  .nav-links {
    position: fixed;
    inset: 0;
    background: var(--plum-deepest);
    flex-direction: column;
    justify-content: center;
    gap: var(--space-4);
    font-size: 1.4rem;
    transform: translateY(-100%);
    transition: transform 0.4s var(--ease);
  }
  .nav-links.open {
    transform: translateY(0);
  }
  .nav-links a {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 300;
  }
  .hamburger {
    display: block;
  }
  .nav-cta .btn {
    display: none;
  }
}

/* --- Buttons ---------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.75rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 999px;
  transition: all 0.35s var(--ease);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(
    135deg,
    var(--gold-bright) 0%,
    var(--gold-deep) 100%
  );
  color: var(--plum-deepest);
  box-shadow:
    0 8px 32px rgba(212, 162, 76, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 40px rgba(212, 162, 76, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 70%
  );
  transform: translateX(-100%);
  transition: transform 0.7s var(--ease);
}
.btn-primary:hover::after {
  transform: translateX(100%);
}

.btn-ghost {
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--border);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: var(--gold-soft);
}

.btn-sm {
  padding: 0.65rem 1.25rem;
  font-size: 0.85rem;
}

.btn .arrow {
  display: inline-block;
  transition: transform 0.3s var(--ease);
}
.btn:hover .arrow {
  transform: translateX(4px);
}

/* --- Hero -------------------------------------------------------------- */
.hero {
  min-height: 100vh;
  padding-top: 10rem;
  padding-bottom: var(--space-7);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse at 20% 30%,
      rgba(58, 19, 41, 0.8) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 80% 70%,
      rgba(15, 22, 40, 0.85) 0%,
      transparent 60%
    ),
    linear-gradient(180deg, var(--plum-deepest) 0%, #1a0915 100%);
  z-index: -1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: var(--space-7);
  align-items: center;
}
@media (max-width: 980px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }
}

.hero-copy .eyebrow {
  animation: slideUp 0.9s var(--ease) 0.1s both;
}
.hero-copy h1 {
  animation: slideUp 1.1s var(--ease) 0.25s both;
}
.hero-copy .lede {
  animation: slideUp 1.1s var(--ease) 0.45s both;
}
.hero-copy .hero-actions {
  animation: slideUp 1.1s var(--ease) 0.6s both;
}
.hero-copy .hero-trust {
  animation: slideUp 1.1s var(--ease) 0.8s both;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero h1 .line {
  display: block;
}
.hero h1 .accent {
  color: var(--gold);
  font-style: italic;
  font-weight: 300;
}

.lede {
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.6;
  color: var(--cream-dim);
  max-width: 46ch;
  margin-bottom: var(--space-4);
}

.hero-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-bottom: var(--space-5);
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: 0.85rem;
  color: var(--cream-mute);
}
.hero-trust .stars {
  color: var(--gold);
  letter-spacing: 2px;
  font-size: 0.95rem;
}
.hero-trust .divider {
  width: 1px;
  height: 24px;
  background: var(--border);
}

/* Hero visual — vinyl + waveform */
.hero-visual {
  position: relative;
  aspect-ratio: 1;
  max-width: 520px;
  margin-left: auto;
  animation: fadeScale 1.5s var(--ease) 0.3s both;
}
@keyframes fadeScale {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.vinyl {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at center,
      var(--plum-deepest) 22%,
      transparent 22.5%
    ),
    radial-gradient(circle at center, var(--gold) 18%, transparent 18.5%),
    radial-gradient(
      circle at center,
      var(--plum-deepest) 15%,
      transparent 15.5%
    ),
    repeating-radial-gradient(
      circle at center,
      #1a0812 0px,
      #1a0812 2px,
      #0d0408 2px,
      #0d0408 3px
    );
  box-shadow:
    0 20px 80px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(212, 162, 76, 0.1),
    inset 0 0 60px rgba(212, 162, 76, 0.08);
  animation: spin 40s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.vinyl-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
  height: 35%;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  color: var(--plum-deepest);
  text-align: center;
  font-size: 0.85rem;
  font-style: italic;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.2);
}
.vinyl-label span {
  padding: 0 0.5rem;
  line-height: 1.2;
}

.ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid var(--gold-soft);
  animation: pulse 4s ease-in-out infinite;
}
.ring--2 {
  inset: -6%;
  border-color: rgba(212, 162, 76, 0.08);
  animation-delay: 1s;
}
.ring--3 {
  inset: -12%;
  border-color: rgba(212, 162, 76, 0.04);
  animation-delay: 2s;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}

.waveform-floater {
  position: absolute;
  bottom: 5%;
  left: -8%;
  background: rgba(20, 8, 15, 0.85);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.wf-play {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--plum-deepest);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.wf-bars {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 24px;
}
.wf-bars span {
  width: 2px;
  background: var(--gold);
  border-radius: 2px;
  animation: wave 1.4s ease-in-out infinite;
}
.wf-bars span:nth-child(1) {
  height: 40%;
  animation-delay: 0s;
}
.wf-bars span:nth-child(2) {
  height: 70%;
  animation-delay: 0.1s;
}
.wf-bars span:nth-child(3) {
  height: 50%;
  animation-delay: 0.2s;
}
.wf-bars span:nth-child(4) {
  height: 90%;
  animation-delay: 0.3s;
}
.wf-bars span:nth-child(5) {
  height: 60%;
  animation-delay: 0.4s;
}
.wf-bars span:nth-child(6) {
  height: 80%;
  animation-delay: 0.5s;
}
.wf-bars span:nth-child(7) {
  height: 45%;
  animation-delay: 0.6s;
}
.wf-bars span:nth-child(8) {
  height: 75%;
  animation-delay: 0.7s;
}
@keyframes wave {
  0%,
  100% {
    transform: scaleY(0.4);
  }
  50% {
    transform: scaleY(1);
  }
}
.wf-meta {
  font-size: 0.75rem;
}
.wf-meta strong {
  display: block;
  color: var(--cream);
  font-weight: 500;
  font-size: 0.8rem;
}
.wf-meta span {
  color: var(--cream-mute);
  font-size: 0.72rem;
}

.note-float {
  position: absolute;
  color: var(--gold);
  opacity: 0.4;
  font-size: 2rem;
  animation: noteRise 5s ease-in-out infinite;
}
.note-float:nth-of-type(1) {
  top: 15%;
  right: 0%;
  animation-delay: 0s;
}
.note-float:nth-of-type(2) {
  top: 5%;
  left: 15%;
  animation-delay: 1.5s;
  font-size: 1.4rem;
}
.note-float:nth-of-type(3) {
  bottom: 20%;
  right: 10%;
  animation-delay: 3s;
  font-size: 1.6rem;
}
@keyframes noteRise {
  0% {
    transform: translateY(10px) rotate(-5deg);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(-30px) rotate(10deg);
    opacity: 0;
  }
}

/* --- Trust bar -------------------------------------------------------- */
.trust-bar {
  padding: var(--space-4) 0;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  background: rgba(0, 0, 0, 0.15);
}
.trust-items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--cream-mute);
  font-size: 0.88rem;
  letter-spacing: 0.03em;
}
.trust-item svg {
  color: var(--gold);
  flex-shrink: 0;
}

/* --- Section header -------------------------------------------------- */
.section-head {
  max-width: 760px;
  margin: 0 auto var(--space-6);
  text-align: center;
}
.section-head.align-left {
  text-align: left;
  margin-left: 0;
}
.section-head p {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.08rem;
}
.section-head.align-left p {
  margin-left: 0;
}

/* --- How It Works ---------------------------------------------------- */
.how-it-works {
  position: relative;
}
.how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-3);
  position: relative;
}
@media (max-width: 980px) {
  .how-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .how-grid {
    grid-template-columns: 1fr;
  }
}

.how-step {
  padding: var(--space-4) var(--space-3);
  background: linear-gradient(
    180deg,
    rgba(58, 19, 41, 0.35) 0%,
    rgba(20, 8, 15, 0.2) 100%
  );
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  position: relative;
  transition: all 0.4s var(--ease);
}
.how-step:hover {
  border-color: var(--border);
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.step-num {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 300;
  font-style: italic;
  color: var(--gold);
  line-height: 1;
  margin-bottom: var(--space-2);
  opacity: 0.7;
}
.how-step h3 {
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
}
.how-step p {
  font-size: 0.92rem;
  margin-bottom: 0;
}

.how-step-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--gold-soft);
  color: var(--gold);
  display: grid;
  place-items: center;
  margin-bottom: var(--space-3);
}

/* --- Occasions grid ------------------------------------------------ */
.occasions-bg {
  background: linear-gradient(
    180deg,
    transparent,
    rgba(15, 22, 40, 0.3),
    transparent
  );
}

.occasions-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--space-2);
}
@media (max-width: 900px) {
  .occasions-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 560px) {
  .occasions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.occasion-card {
  aspect-ratio: 3/4;
  padding: var(--space-3);
  border-radius: 16px;
  background: linear-gradient(165deg, var(--plum) 0%, var(--plum-deepest) 100%);
  border: 1px solid var(--border-soft);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s var(--ease);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.occasion-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 100%,
    var(--gold-soft) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.occasion-card:hover {
  border-color: var(--gold);
  transform: translateY(-6px);
}
.occasion-card:hover::before {
  opacity: 1;
}

.occ-icon {
  color: var(--gold);
  opacity: 0.85;
  transition: transform 0.4s var(--ease);
}
.occasion-card:hover .occ-icon {
  transform: scale(1.15) rotate(-4deg);
}

.occ-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--cream);
  line-height: 1.15;
  position: relative;
  z-index: 1;
}
.occ-title em {
  color: var(--gold);
  font-weight: 300;
}
.occ-sub {
  font-size: 0.78rem;
  color: var(--cream-mute);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.4rem;
}

/* --- Audio / Samples section --------------------------------------- */
.samples {
  position: relative;
}

.samples-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}
@media (max-width: 900px) {
  .samples-grid {
    grid-template-columns: 1fr;
  }
}

.sample-card {
  padding: var(--space-4);
  background: linear-gradient(
    180deg,
    rgba(74, 26, 52, 0.3) 0%,
    rgba(20, 8, 15, 0.5) 100%
  );
  border: 1px solid var(--border-soft);
  border-radius: 22px;
  transition: all 0.4s var(--ease);
  position: relative;
  overflow: hidden;
}
.sample-card:hover {
  border-color: var(--border);
  transform: translateY(-4px);
}

.sample-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--space-3);
}
.sample-tag {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0.3rem 0.7rem;
  border: 1px solid var(--gold-soft);
  border-radius: 999px;
}
.sample-genre {
  font-size: 0.78rem;
  color: var(--cream-mute);
  font-style: italic;
  font-family: var(--font-display);
}

.sample-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--cream);
  font-weight: 400;
  margin-bottom: 0.4rem;
}
.sample-desc {
  font-size: 0.9rem;
  color: var(--cream-mute);
  margin-bottom: var(--space-3);
}

.sample-player {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding-top: var(--space-3);
  border-top: 1px solid var(--border-soft);
}
.play-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--plum-deepest);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: all 0.3s var(--ease);
  box-shadow: 0 6px 20px rgba(212, 162, 76, 0.3);
}
.play-btn:hover {
  transform: scale(1.08);
  background: var(--gold-bright);
}
.play-btn.playing .play-icon {
  display: none;
}
.play-btn .pause-icon {
  display: none;
}
.play-btn.playing .pause-icon {
  display: block;
}

.progress-track {
  flex-grow: 1;
  height: 4px;
  background: var(--cream-faint);
  border-radius: 999px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-bright) 100%);
  width: 0%;
  transition: width 0.1s linear;
}
.sample-time {
  font-size: 0.78rem;
  color: var(--cream-mute);
  font-variant-numeric: tabular-nums;
  min-width: 38px;
  text-align: right;
}

/* --- Why Us ---------------------------------------------------- */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  align-items: center;
}
@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: var(--space-3);
}
.why-list li {
  display: flex;
  gap: var(--space-2);
  align-items: flex-start;
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--border-soft);
}
.why-list li:last-child {
  border-bottom: none;
}
.why-list .why-num {
  font-family: var(--font-display);
  color: var(--gold);
  font-style: italic;
  font-weight: 300;
  font-size: 1.3rem;
  min-width: 2rem;
  padding-top: 0.2rem;
}
.why-list strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 0.25rem;
}
.why-list p {
  font-size: 0.93rem;
  margin: 0;
}

.why-visual {
  aspect-ratio: 4/5;
  background:
    linear-gradient(
      135deg,
      rgba(58, 19, 41, 0.4) 0%,
      rgba(15, 22, 40, 0.6) 100%
    ),
    radial-gradient(circle at 70% 30%, var(--gold-soft) 0%, transparent 50%);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: var(--space-4);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.why-visual::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--gold-soft) 0%, transparent 60%);
  filter: blur(20px);
}
.why-visual-quote {
  position: relative;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 300;
  color: var(--cream);
  line-height: 1.4;
  margin-bottom: var(--space-3);
}
.why-visual-quote::before {
  content: '"';
  position: absolute;
  top: -3rem;
  left: -0.5rem;
  font-size: 8rem;
  color: var(--gold);
  opacity: 0.25;
  font-style: italic;
  line-height: 1;
}
.why-visual-attr {
  font-size: 0.85rem;
  color: var(--cream-dim);
  position: relative;
}
.why-visual-attr strong {
  color: var(--gold);
  display: block;
  font-weight: 500;
  margin-bottom: 0.15rem;
}

.why-visual-note {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: var(--gold);
  opacity: 0.5;
  font-size: 2rem;
  animation: float 4s ease-in-out infinite;
}

/* --- Business section ---------------------------------------- */
.business {
  position: relative;
  background: linear-gradient(
    180deg,
    var(--plum-deepest) 0%,
    var(--navy-deep) 100%
  );
}
.business-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  align-items: center;
}
@media (max-width: 900px) {
  .business-grid {
    grid-template-columns: 1fr;
  }
}

.biz-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-2);
  margin-top: var(--space-4);
}
.biz-logo-card {
  aspect-ratio: 1;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.15);
  color: var(--cream-mute);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  transition: all 0.3s var(--ease);
}
.biz-logo-card:hover {
  color: var(--gold);
  border-color: var(--gold);
}

/* --- Testimonials ---------------------------------------- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}
@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.testimonial {
  padding: var(--space-4);
  background: linear-gradient(
    180deg,
    rgba(58, 19, 41, 0.25) 0%,
    transparent 100%
  );
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  position: relative;
}
.testimonial-stars {
  color: var(--gold);
  letter-spacing: 2px;
  font-size: 0.9rem;
  margin-bottom: var(--space-2);
}
.testimonial-quote {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--cream);
  margin-bottom: var(--space-3);
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: var(--space-2);
  border-top: 1px solid var(--border-soft);
}
.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--rose) 100%);
  display: grid;
  place-items: center;
  color: var(--plum-deepest);
  font-weight: 600;
  font-size: 0.9rem;
}
.author-info strong {
  display: block;
  color: var(--cream);
  font-weight: 500;
  font-size: 0.9rem;
}
.author-info span {
  color: var(--cream-mute);
  font-size: 0.8rem;
}

/* --- Final CTA ---------------------------------------- */
.final-cta {
  text-align: center;
  padding: var(--space-8) var(--space-3);
  background:
    radial-gradient(
      ellipse at center,
      rgba(212, 162, 76, 0.12) 0%,
      transparent 60%
    ),
    linear-gradient(180deg, var(--plum) 0%, var(--plum-deepest) 100%);
  border-radius: 32px;
  margin: var(--space-7) 0;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '♪';
  position: absolute;
  font-family: serif;
  font-size: 20rem;
  top: -3rem;
  right: -2rem;
  color: var(--gold);
  opacity: 0.05;
  line-height: 1;
  pointer-events: none;
}
.final-cta::after {
  content: '♫';
  position: absolute;
  font-family: serif;
  font-size: 14rem;
  bottom: -2rem;
  left: -1rem;
  color: var(--gold);
  opacity: 0.04;
  line-height: 1;
  pointer-events: none;
}
.final-cta h2 {
  max-width: 900px;
  margin: 0 auto var(--space-3);
  position: relative;
  z-index: 1;
}
.final-cta p {
  max-width: 580px;
  margin: 0 auto var(--space-4);
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
}
.final-cta .btn {
  position: relative;
  z-index: 1;
  padding: 1.1rem 2.25rem;
  font-size: 1rem;
}

/* --- Footer ---------------------------------------- */
.site-footer {
  padding: var(--space-7) 0 var(--space-4);
  background: var(--plum-deepest);
  border-top: 1px solid var(--border-soft);
  position: relative;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: var(--space-4);
  margin-bottom: var(--space-5);
}
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.footer-brand p {
  font-size: 0.92rem;
  max-width: 32ch;
  margin-top: var(--space-2);
}
.footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-3);
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}
.footer-col a {
  color: var(--cream-dim);
  font-size: 0.92rem;
  transition: color 0.2s ease;
}
.footer-col a:hover {
  color: var(--gold);
}

.footer-bottom {
  padding-top: var(--space-4);
  border-top: 1px solid var(--border-soft);
  display: flex;
  justify-content: space-between;
  gap: var(--space-3);
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: var(--cream-mute);
}
.socials {
  display: flex;
  gap: 0.85rem;
}
.socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-soft);
  display: grid;
  place-items: center;
  transition: all 0.3s var(--ease);
}
.socials a:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

/* --- Sticky CTA mobile --------------------------------- */
.sticky-cta {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 50;
  display: none;
  padding: 1rem;
  background: rgba(20, 8, 15, 0.92);
  backdrop-filter: blur(18px);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  animation: slideUp 0.6s var(--ease) 1.5s both;
}
.sticky-cta .btn {
  width: 100%;
  justify-content: center;
}
@media (max-width: 700px) {
  .sticky-cta {
    display: block;
  }
  body {
    padding-bottom: 5rem;
  }
}

/* --- Inner page hero (smaller) --------------------------- */
.page-hero {
  padding-top: 10rem;
  padding-bottom: var(--space-6);
  text-align: center;
  position: relative;
  border-bottom: 1px solid var(--border-soft);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at top,
    rgba(58, 19, 41, 0.6),
    transparent 60%
  );
  z-index: -1;
}
.page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
}
.page-hero p {
  margin: 0 auto;
  font-size: 1.1rem;
}

/* --- Services page ----------------------------------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  padding: var(--space-4);
  background: linear-gradient(180deg, rgba(58, 19, 41, 0.3), transparent);
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  transition: all 0.4s var(--ease);
  position: relative;
  overflow: hidden;
}
.service-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
}
.service-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--gold-soft);
  color: var(--gold);
  display: grid;
  place-items: center;
  margin-bottom: var(--space-3);
}
.service-card h3 {
  margin-bottom: var(--space-2);
}
.service-card .link {
  margin-top: var(--space-3);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 500;
}
.service-card .link .arrow {
  transition: transform 0.3s var(--ease);
}
.service-card:hover .link .arrow {
  transform: translateX(4px);
}

/* --- Pricing ---------------------------------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
  align-items: start;
}
@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

.price-card {
  padding: var(--space-5) var(--space-4);
  background: linear-gradient(
    180deg,
    rgba(58, 19, 41, 0.3),
    rgba(20, 8, 15, 0.3)
  );
  border: 1px solid var(--border-soft);
  border-radius: 24px;
  transition: all 0.4s var(--ease);
  position: relative;
}
.price-card:hover {
  border-color: var(--border);
  transform: translateY(-4px);
}
.price-card--featured {
  border-color: var(--gold);
  background: linear-gradient(
    180deg,
    rgba(212, 162, 76, 0.12),
    rgba(58, 19, 41, 0.3)
  );
  box-shadow: 0 20px 60px rgba(212, 162, 76, 0.1);
}
.price-card--featured::before {
  content: 'Most Loved';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--plum-deepest);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
}

.price-tier {
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
}
.price-card h3 {
  margin-top: 0.5rem;
  font-size: 1.75rem;
}
.price-value {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--cream);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.price-value sup {
  font-size: 1.2rem;
  top: -1.5rem;
  color: var(--gold);
}
.price-unit {
  font-size: 0.88rem;
  color: var(--cream-mute);
  margin-bottom: var(--space-3);
}

.price-features {
  list-style: none;
  padding: 0;
  margin: var(--space-3) 0;
  border-top: 1px solid var(--border-soft);
  padding-top: var(--space-3);
}
.price-features li {
  display: flex;
  gap: 0.6rem;
  padding: 0.5rem 0;
  font-size: 0.92rem;
  color: var(--cream-dim);
}
.price-features li::before {
  content: '✓';
  color: var(--gold);
  font-weight: 600;
  flex-shrink: 0;
}

/* --- FAQ ----------------------------------- */
.faq-list {
  max-width: 820px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--border-soft);
  padding: var(--space-3) 0;
}
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--cream);
  text-align: left;
  padding: 0;
  transition: color 0.3s ease;
}
.faq-question:hover {
  color: var(--gold);
}
.faq-toggle {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  transition: all 0.3s var(--ease);
  color: var(--gold);
}
.faq-item.open .faq-toggle {
  transform: rotate(45deg);
  background: var(--gold);
  color: var(--plum-deepest);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease);
}
.faq-item.open .faq-answer {
  max-height: 500px;
}
.faq-answer-inner {
  padding-top: var(--space-2);
  color: var(--cream-mute);
}

/* --- Contact / form --------------------------- */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  align-items: start;
}
@media (max-width: 900px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.contact-form {
  display: grid;
  gap: var(--space-3);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2);
}
@media (max-width: 560px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}
.form-field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 0.95rem 1rem;
  background: rgba(20, 8, 15, 0.5);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  color: var(--cream);
  font-family: inherit;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(20, 8, 15, 0.8);
  box-shadow: 0 0 0 3px var(--gold-soft);
}
.form-field textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-info-card {
  padding: var(--space-5);
  background: linear-gradient(180deg, rgba(58, 19, 41, 0.4), transparent);
  border: 1px solid var(--border-soft);
  border-radius: 24px;
}
.contact-info-item {
  display: flex;
  gap: var(--space-2);
  align-items: flex-start;
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--border-soft);
}
.contact-info-item:last-child {
  border-bottom: none;
}
.contact-info-item .icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--gold-soft);
  color: var(--gold);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.contact-info-item h4 {
  margin: 0 0 0.2rem;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.contact-info-item p {
  margin: 0;
  color: var(--cream-dim);
  font-size: 0.95rem;
}

/* --- Multi-step form (order page) --------------- */
.order-steps {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  margin-bottom: var(--space-5);
  list-style: none;
  padding: 0;
  counter-reset: step;
}
.order-step {
  flex: 1;
  position: relative;
  text-align: center;
  counter-increment: step;
  color: var(--cream-mute);
  font-size: 0.8rem;
  padding-top: 2.5rem;
}
.order-step::before {
  content: counter(step);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 0.9rem;
  background: var(--plum-deepest);
  z-index: 2;
}
.order-step.active::before,
.order-step.done::before {
  background: var(--gold);
  color: var(--plum-deepest);
  border-color: var(--gold);
}
.order-step.active {
  color: var(--gold);
  font-weight: 500;
}
.order-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 18px;
  left: calc(50% + 22px);
  right: calc(-50% + 22px);
  height: 1px;
  background: var(--border-soft);
  z-index: 1;
}
.order-step.done:not(:last-child)::after {
  background: var(--gold);
}
@media (max-width: 700px) {
  .order-step span {
    display: none;
  }
  .order-step {
    padding-top: 0;
  }
  .order-step::before {
    position: static;
    transform: none;
    margin: 0 auto;
  }
}

.order-form-panel {
  background: linear-gradient(180deg, rgba(58, 19, 41, 0.2), transparent);
  border: 1px solid var(--border-soft);
  border-radius: 24px;
  padding: var(--space-5);
}
.form-step {
  display: none;
}
.form-step.active {
  display: block;
  animation: fadeIn 0.4s var(--ease);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-step h3 {
  margin-bottom: 0.5rem;
}
.form-step > p {
  margin-bottom: var(--space-4);
}

.form-nav {
  display: flex;
  justify-content: space-between;
  gap: var(--space-2);
  margin-top: var(--space-4);
  padding-top: var(--space-4);
  border-top: 1px solid var(--border-soft);
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: var(--space-2);
}
@media (max-width: 560px) {
  .option-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.option-card {
  padding: var(--space-3) 1rem;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.3s var(--ease);
  text-align: center;
}
.option-card:hover {
  border-color: var(--border);
}
.option-card input {
  display: none;
}
.option-card input:checked ~ .option-content {
  color: var(--gold);
}
.option-card:has(input:checked) {
  border-color: var(--gold);
  background: var(--gold-soft);
}
.option-card .option-icon {
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.option-card .option-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--cream);
}

/* --- Utility animations for on-scroll reveal --- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.9s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- About page story ------------------------- */
.story-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  align-items: center;
}
@media (max-width: 900px) {
  .story-section {
    grid-template-columns: 1fr;
  }
}
.story-section.reverse .story-img {
  order: 2;
}
@media (max-width: 900px) {
  .story-section.reverse .story-img {
    order: unset;
  }
}

.story-img {
  aspect-ratio: 4/5;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(58, 19, 41, 0.5), rgba(15, 22, 40, 0.7)),
    radial-gradient(circle at 30% 40%, var(--gold-soft), transparent 60%);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.story-img-big {
  font-family: var(--font-display);
  font-size: 8rem;
  color: var(--gold);
  opacity: 0.4;
  font-style: italic;
  font-weight: 300;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-3);
  margin-top: var(--space-5);
}
@media (max-width: 700px) {
  .stat-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.stat {
  text-align: center;
  padding: var(--space-3);
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.15);
}
.stat-num {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--gold);
  font-style: italic;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat-label {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-mute);
}

/* --- Samples page filter bar -------------- */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  margin-bottom: var(--space-5);
  padding: 0.75rem;
  background: rgba(20, 8, 15, 0.5);
  border: 1px solid var(--border-soft);
  border-radius: 999px;
}
.filter-chip {
  padding: 0.55rem 1.1rem;
  font-size: 0.85rem;
  color: var(--cream-dim);
  border-radius: 999px;
  background: transparent;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}
.filter-chip:hover {
  color: var(--gold);
}
.filter-chip.active {
  background: var(--gold);
  color: var(--plum-deepest);
  font-weight: 500;
}

/* --- Scrollbar --- */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--plum-deepest);
}
::-webkit-scrollbar-thumb {
  background: var(--plum);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--gold-deep);
}

/* --- Selection --- */
::selection {
  background: var(--gold);
  color: var(--plum-deepest);
}

/* WordPress-specific styles */
.wp-block-group {
  margin-bottom: 1rem;
}

.wp-block-image {
  margin-bottom: 1rem;
}

.wp-block-button {
  margin-bottom: 1rem;
}

/* CRITICAL: Reset WordPress default constraints that break layouts */
/* WordPress adds default max-width to containers which breaks original layouts */
.entry-content,
.site-content,
.content-area {
  max-width: none !important;
  width: 100% !important;
}

/* EC-CONTAIN-001: Only override .container / section max-width when the site's
   own CSS does NOT define them. Tailwind and Bootstrap sites intentionally set
   .container { max-width: … } — blasting it with !important breaks every section. */
section,
.section {
  max-width: none !important;
}

/* EC-ANIM-008 / EC-ANIM-009: Scroll-reveal utilities (.scroll-fade-up etc.) start at opacity:0
   and transition to visible when an IntersectionObserver adds .visible (injected in functions.php).
   Carousels inside scroll-reveal wrappers must be forced visible immediately so Embla can measure. */
.scroll-fade-up:has([aria-roledescription='carousel']),
.scroll-fade-up:has([data-wpconvert-blog-filter-bar]),
.scroll-fade-left:has([aria-roledescription='carousel']),
.scroll-fade-right:has([aria-roledescription='carousel']),
.scroll-scale-in:has([aria-roledescription='carousel']) {
  opacity: 1 !important;
  transform: none !important;
}

/* EC-SCROLL-001: Auto-scroll marquee CSS (always included - lightweight, no-op if no marquee elements) */

/* EC-SCROLL-001: Auto-scroll gallery marquee animation */
/* Replaces React requestAnimationFrame/scrollLeft with pure CSS animation */
.wpconvert-marquee-container {
  overflow: hidden !important;
}
.wpconvert-marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: wpconvert-marquee 30s linear infinite;
}
@keyframes wpconvert-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Pause on hover for accessibility */
.wpconvert-marquee-container:hover .wpconvert-marquee-track {
  animation-play-state: paused;
}
/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .wpconvert-marquee-track {
    animation: none;
    overflow-x: auto;
  }
}

/* EC-ANIM-011: Frozen Framer Motion infinite float/pulse animations replaced with CSS keyframes.
   4 float variants with staggered durations and amplitudes, plus a pulse variant. */
@keyframes wpconvert-float-1 {
  0%,
  100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes wpconvert-float-2 {
  0%,
  100% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes wpconvert-float-3 {
  0%,
  100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(12px);
  }
}
@keyframes wpconvert-float-4 {
  0%,
  100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes wpconvert-pulse {
  0%,
  100% {
    scale: 1;
  }
  50% {
    scale: 1.05;
  }
}
@keyframes wpconvert-float-tilt {
  0%,
  100% {
    transform: translateY(0%) rotate(0deg);
  }
  50% {
    transform: translateY(4%) rotate(-2deg);
  }
}
.wpconvert-float-1 {
  animation: wpconvert-float-1 5s ease-in-out infinite;
}
.wpconvert-float-2 {
  animation: wpconvert-float-2 6s ease-in-out infinite 0.5s;
}
.wpconvert-float-3 {
  animation: wpconvert-float-3 5.5s ease-in-out infinite 1s;
}
.wpconvert-float-4 {
  animation: wpconvert-float-4 6.5s ease-in-out infinite 1.5s;
}
.wpconvert-pulse {
  animation: wpconvert-pulse 4s ease-in-out infinite;
}
.wpconvert-float-tilt {
  animation: wpconvert-float-tilt 6s ease-in-out infinite;
}
/* EC-ANIM-011c: z-0 override for centered pulse cards whose z-10 was demoted */
.wpconvert-pulse.z-0 {
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .wpconvert-float-1,
  .wpconvert-float-2,
  .wpconvert-float-3,
  .wpconvert-float-4,
  .wpconvert-pulse,
  .wpconvert-float-tilt {
    animation: none;
  }
}

/* WPConvert Tabs Component CSS */

/* WPConvert Tabs Component */
.wpconvert-tabs {
  max-width: 64rem;
  margin: 0 auto;
}

.wpconvert-tab-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-nav {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .wpconvert-tab-nav {
    grid-template-columns: repeat(6, 1fr);
  }
}

.wpconvert-tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--card));
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpconvert-tab-btn:hover {
  border-color: hsl(var(--primary) / 0.5);
  color: hsl(var(--foreground));
}

.wpconvert-tab-btn.active {
  background: hsl(var(--primary) / 0.1);
  border-color: hsl(var(--primary));
  color: hsl(var(--primary));
}

.wpconvert-tab-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
}

.wpconvert-tab-icon svg {
  width: 100%;
  height: 100%;
}

.wpconvert-tab-label {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.wpconvert-tab-viewport {
  position: relative;
  display: flex;
  align-items: center;
}

.wpconvert-tab-content {
  flex: 1;
  position: relative;
}

.wpconvert-tab-panel {
  display: none;
  padding: 2rem;
  border-radius: 0.75rem;
  background: linear-gradient(
    135deg,
    hsl(var(--card)) 0%,
    hsl(var(--muted) / 0.3) 100%
  );
  border: 1px solid hsl(var(--border));
  text-align: center;
  animation: wpconvert-tab-fade-in 0.3s ease;
}

.wpconvert-tab-panel.active {
  display: block;
}

@keyframes wpconvert-tab-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wpconvert-tab-icon-large {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem;
  padding: 1rem;
  border-radius: 1rem;
  background: hsl(var(--primary) / 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpconvert-tab-icon-large svg {
  width: 100%;
  height: 100%;
  color: hsl(var(--primary));
}

.wpconvert-tab-title {
  font-family: var(--font-display, inherit);
  font-size: 1.5rem;
  font-weight: 600;
  color: hsl(var(--foreground));
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-title {
    font-size: 1.875rem;
  }
}

.wpconvert-tab-description {
  color: hsl(var(--muted-foreground));
  line-height: 1.75;
  max-width: 42rem;
  margin: 0 auto 1.5rem;
}

.wpconvert-tab-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.wpconvert-tab-arrow:hover {
  color: hsl(var(--primary));
  border-color: hsl(var(--primary));
}

.wpconvert-tab-prev {
  left: -1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-prev {
    left: -1.5rem;
  }
}

.wpconvert-tab-next {
  right: -1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-next {
    right: -1.5rem;
  }
}

.wpconvert-tab-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.wpconvert-tab-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: hsl(var(--muted-foreground) / 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpconvert-tab-dot:hover {
  background: hsl(var(--muted-foreground) / 0.5);
}

.wpconvert-tab-dot.active {
  background: hsl(var(--primary));
  width: 2rem;
  border-radius: 0.375rem;
}

/* EC-MSTEP-001: Multi-step form wizard CSS */

/* EC-MSTEP-001: Multi-step form wizard */
.wpconvert-multistep-form {
  width: 100%;
}
.wpconvert-step-panel {
  display: none;
}
.wpconvert-step-panel.active {
  display: block;
  animation: wpconvert-step-fade-in 0.25s ease;
}
@keyframes wpconvert-step-fade-in {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.wpconvert-step-progress-fill {
  transition: width 0.4s ease-out;
}
/* Signature canvas */
canvas[data-wpc-sig-init] {
  width: 100%;
  min-height: 150px;
  border: 2px solid var(--border, #e5e7eb);
  border-radius: 1rem;
  background: #fff;
  cursor: crosshair;
  touch-action: none;
}

/* EC-CALC-001: Interactive calculator CSS */

/* EC-CALC-001: Interactive calculator */
[data-wpc-calc] input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
[data-wpc-calc] input[type='range']:focus {
  outline: none;
}
[data-wpc-calc] [data-wpc-calc-toggle].wpc-calc-toggle-active {
  opacity: 1;
}
[data-wpc-calc] [data-wpc-calc-toggle]:not(.wpc-calc-toggle-active) {
  opacity: 0.6;
}

/* CRITICAL FIX: Ensure gradient overlays respect their default hidden state */
/* NOTE: The main fix is in cleanHtmlContent() which corrects captured hover states */
/* These CSS rules are a FALLBACK to ensure overlays stay hidden if any slip through */

/* Keep gradient overlays hidden - they're decorative hover effects */
.group [class*='absolute'][class*='inset-0'][class*='bg-gradient'].opacity-0 {
  opacity: 0 !important;
}

/* Keep bottom accent bars hidden by default */
.group [class*='absolute'][class*='bottom-0'][class*='bg-gradient'].scale-x-0 {
  transform: scaleX(0) !important;
}

/* Reset WordPress default margins that break spacing */
.entry-content > *:first-child,
.site-content > *:first-child {
  margin-top: 0 !important;
}

/* EC-DARK-001: In dark-themed sites (html.dark), containers with explicit bg-white
   backgrounds need dark text. The .dark scope sets --foreground to a light color,
   making text invisible on white cards. Reset to :root-scope (light) variable values. */
.dark .bg-white,
.dark [class*='bg-white'] {
  --foreground: 222.2 84% 4.9%;
  --muted-foreground: 215.4 16.3% 46.9%;
  color: hsl(222.2 84% 4.9%);
}
.dark .bg-white .text-foreground,
.dark [class*='bg-white'] .text-foreground,
.dark .bg-white [class*='text-foreground'],
.dark [class*='bg-white'] [class*='text-foreground'] {
  color: hsl(222.2 84% 4.9%);
}

/* Navigation Menu Styling - Universal for all dropdown patterns */
/* Reset ALL menu items */
.menu-item,
li.menu-item,
li.menu-item-type-post_type,
li.menu-item-type-custom,
li.menu-item-object-page,
li.menu-item-has-children {
  position: relative;
  list-style: none !important;
  margin: 0;
}

/* CRITICAL: Top-level menu MUST be horizontal - Maximum specificity */
/* NOTE: nav ul#wpconvert-primary-ul is NOT included here to avoid conflicting with .main-nav styling */
/* EC-NAV-095: Do NOT set gap here. A fixed gap with !important (previously 0.25rem, briefly 2rem) overrides
   menus.json ulClasses / Tailwind (e.g. gap-8) and breaks diverse nav densities. Spacing comes from ulClasses. */
header ul#wpconvert-primary-ul,
#wpconvert-primary-ul,
#wpconvert-primary-ul.menu,
ul#wpconvert-primary-ul.menu,
ul.menu:not(.submenu):not(.sub-menu) {
  display: flex !important;
  flex-direction: row !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

/* CRITICAL: Preserve original .main-nav styling for static sites - MUST come AFTER generic rules */
/* MAXIMUM specificity with header prefix ensures this overrides ALL other rules */
header nav.main-nav ul#wpconvert-primary-ul,
header .main-nav ul#wpconvert-primary-ul,
nav.main-nav ul#wpconvert-primary-ul,
.main-nav #wpconvert-primary-ul,
.main-nav ul#wpconvert-primary-ul {
  /* Inherit the original .main-nav ul styles */
  display: flex !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

/* Preserve original .main-nav link styling */
header nav.main-nav ul#wpconvert-primary-ul a,
header .main-nav ul#wpconvert-primary-ul a,
nav.main-nav ul#wpconvert-primary-ul a,
.main-nav #wpconvert-primary-ul a,
.main-nav ul#wpconvert-primary-ul a {
  text-decoration: none;
  font-weight: 500;
}

/* CRITICAL: Top-level items MUST be inline - Maximum specificity for ALL WordPress classes */
/* NOTE: nav ul#wpconvert-primary-ul > li is NOT included to avoid conflicting with .main-nav */
header ul#wpconvert-primary-ul > li,
#wpconvert-primary-ul > li,
#wpconvert-primary-ul > li.menu-item,
#wpconvert-primary-ul > li.menu-item-type-post_type,
#wpconvert-primary-ul > li.menu-item-type-custom,
#wpconvert-primary-ul > li.menu-item-object-page,
#wpconvert-primary-ul > li.menu-item-object-custom,
#wpconvert-primary-ul > li.menu-item-has-children,
#wpconvert-primary-ul > li.current-menu-item,
#wpconvert-primary-ul > li.current_page_item,
#wpconvert-primary-ul > li.current-menu-ancestor,
#wpconvert-primary-ul.menu > li,
ul.menu:not(.submenu):not(.sub-menu) > li,
body #wpconvert-primary-ul > li {
  display: inline-block !important;
  position: relative !important;
  flex-shrink: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  vertical-align: middle !important;
  float: none !important;
  width: auto !important;
  clear: none !important;
}

/* Top-level links maintain their button appearance */
#wpconvert-primary-ul > .menu-item > a {
  /* Keep original classes for styling */
}

/* Hide submenus by default with high z-index - CRITICAL for all sites */
.menu-item.menu-item-has-children > .submenu,
.menu-item.menu-item-has-children > .sub-menu,
.menu-item-has-children > ul,
li.menu-item-has-children > ul {
  display: none !important; /* Important to override inline-flex and other display classes */
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background: white !important;
  min-width: 200px !important;
  max-width: 500px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  z-index: 9999 !important; /* Higher than content */
  padding: 0.5rem 0 !important;
  list-style: none !important;
  margin: 0 !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 0.375rem !important;
}

/* Show on hover/focus - Maximum specificity to override everything */
.menu-item.menu-item-has-children:hover > .submenu,
.menu-item.menu-item-has-children:hover > .sub-menu,
.menu-item.menu-item-has-children:hover > ul,
.menu-item.menu-item-has-children:focus-within > .submenu,
.menu-item.menu-item-has-children:focus-within > .sub-menu,
.menu-item.menu-item-has-children:focus-within > ul,
li.menu-item-has-children:hover > ul,
li.menu-item-has-children:focus-within > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Force submenu items to display as block - Override ALL WordPress and utility classes */
.submenu li,
.submenu .menu-item,
.submenu .menu-item-type-post_type,
.submenu .menu-item-type-custom,
.submenu .menu-item-object-page,
.submenu .menu-item-object-custom,
.submenu .current-menu-item,
.submenu .current_page_item,
ul.sub-menu li,
ul.sub-menu .menu-item,
body .submenu li {
  display: block !important;
  width: 100% !important;
  position: relative !important;
  flex-direction: column !important;
  list-style: none !important;
  float: none !important;
  clear: both !important;
}

.submenu .menu-item a,
.submenu a,
ul.sub-menu a {
  display: block !important;
  width: 100% !important;
  padding: 0.5rem 1rem !important;
  white-space: nowrap !important;
  text-align: left !important;
}

/* Override ANY utility classes that could break submenu layout */
.submenu .menu-item.inline-flex,
.submenu .menu-item.flex,
.submenu .menu-item.grid,
.submenu li.inline-flex,
.submenu li.flex,
.submenu li.grid,
.submenu .inline-flex,
.submenu .flex,
.submenu .grid {
  display: block !important;
  flex-direction: column !important;
}

.submenu .menu-item a.inline-flex,
.submenu .menu-item a.flex,
.submenu .menu-item a.grid,
.submenu a.inline-flex,
.submenu a.flex,
.submenu a.grid {
  display: block !important;
}

/* Ensure submenu container is vertical */
.submenu,
ul.sub-menu {
  flex-direction: column !important;
  display: block !important;
}

/* FLAT NAV ACTIVE STATE - For React/Vite sites converted to wp_nav_menu() */
/* EC-NAV-010: Dynamic current page highlighting */
/* The .wpconvert-active-link class is added by WPConvert_Flat_Menu_Walker to current page links */
.wpconvert-active-link {
  /* Default active styling - will be enhanced by extracted classes if available */
  font-weight: 600;
}

/* EC-NAV-010: When active link has text-primary class, override any text-foreground from base */
/* This ensures the active item shows the highlighted color (text-primary = green/brand color) */
a.wpconvert-active-link.text-primary,
.current-menu-item > a.text-primary,
.current_page_item > a.text-primary {
  color: hsl(var(--primary)) !important;
}

/* EC-NAV-010: Ensure inactive items don't get active color */
/* Links WITHOUT wpconvert-active-link should use text-foreground */
nav a.text-foreground:not(.wpconvert-active-link):not(.text-primary) {
  color: hsl(var(--foreground)) !important;
}

/* Also style current-menu-item for flat navs */
.current-menu-item > a,
.current_page_item > a,
a.current-menu-item,
a.wpconvert-active-link {
  /* The actual active styling comes from extracted activeLinkClasses */
  /* These are fallback styles if extraction doesn't provide specific classes */
}

/* Flat nav submenu styling */
.wpconvert-flat-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  padding: 0.5rem 0;
  display: none;
  z-index: 9999;
}

.wpconvert-flat-submenu a {
  display: block;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

/* EC-NAV-140: Large flat dropdowns flow into two columns (mega-style) without extra walker markup */
.wpconvert-flat-submenu--mega-cols-2 {
  min-width: min(640px, 92vw);
  column-count: 2;
  column-gap: 2.5rem;
  padding: 0.75rem 1.25rem !important;
}
.wpconvert-flat-submenu--mega-cols-2 > a {
  white-space: normal !important;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
/* Show flat submenu when parent <li> hovers (wp_nav_menu wraps items in li.menu-item-has-children) */
li.menu-item-has-children:hover > .wpconvert-flat-submenu,
li.menu-item-has-children:focus-within > .wpconvert-flat-submenu {
  display: block !important;
}

/* Hide Radix UI viewport containers and similar dropdown containers - Universal */
[data-radix-navigation-menu-viewport],
[class*='viewport'][data-state='open'],
[class*='popover'][data-state='open'],
.radix-navigation-menu-viewport,
nav > div[class*='absolute'][class*='top-full'] {
  display: none !important;
  visibility: hidden !important;
}

/* EC-DIALOG-001: Hide Radix Sheet/Dialog overlays and panels that survive into converted themes */
/* These are interactive React components captured in open state during snapshot */
[role='dialog'][class*='fixed'],
[data-radix-dialog-content][class*='fixed'],
div[data-state='open'][class*='fixed'][class*='inset-0'][class*='bg-black'],
div[data-state='open'][class*='fixed'][class*='inset-0'][class*='backdrop'] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Responsive design */
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }

  .menu-item.menu-item-has-children > .submenu {
    position: static;
    box-shadow: none;
  }
}

/* CRITICAL: Ensure header and navigation are above hero/content sections */
/* Only apply relative positioning if nav is NOT sticky/fixed/absolute */
/* Exclude #wpconvert-mobile-nav — it must stay position:fixed as an overlay */
/* EC-NAV-190: Also exclude position:absolute overlay headers (Tailwind
   "absolute" utility class) — common in hero-overlay navbars (e.g.
   svg-to-site-magic-main: <header class="absolute inset-x-0 top-6 z-30 ...">).
   Without this exclusion, the !important rule below forces the absolute
   overlay header into normal flow, taking up its full height and pushing
   the hero section down by ~80px (visible as a white band above the navbar). */
header:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']),
.site-header:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
nav:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']):not(
    #wpconvert-mobile-nav
  ),
[role='banner']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
[role='navigation']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ):not(#wpconvert-mobile-nav) {
  position: relative !important;
  z-index: 1000 !important;
}

/* Preserve sticky/fixed positioning for navs that have it */
/* CRITICAL: Ensure sticky/fixed actually works - add explicit CSS for common patterns */
nav[class*='sticky'],
nav[class*='fixed'],
header nav[class*='sticky'],
header nav[class*='fixed'],
header[class*='sticky'],
header[class*='fixed'],
.site-header[class*='sticky'],
.site-header[class*='fixed'] {
  z-index: 1000 !important; /* Keep z-index for visibility */
}

/* Explicit sticky positioning support - ensures it works even without Tailwind CSS loaded */
/* Only apply if sticky class is present and no explicit position override */
nav.sticky,
nav[class*='sticky']:not([style*='position']),
header nav.sticky,
header nav[class*='sticky']:not([style*='position']),
header.sticky,
header[class*='sticky']:not([style*='position']) {
  position: sticky !important;
}

/* Explicit fixed positioning support - ensures it works even without Tailwind CSS loaded */
nav.fixed,
nav[class*='fixed']:not([style*='position']),
header nav.fixed,
header nav[class*='fixed']:not([style*='position']),
header.fixed,
header[class*='fixed']:not([style*='position']) {
  position: fixed !important;
}

/* Common Tailwind patterns: sticky top-0, fixed top-0 */
nav[class*='sticky'][class*='top-0'],
nav[class*='fixed'][class*='top-0'],
header nav[class*='sticky'][class*='top-0'],
header nav[class*='fixed'][class*='top-0'],
header[class*='sticky'][class*='top-0'],
header[class*='fixed'][class*='top-0'] {
  top: 0 !important;
}

/* Fixed navs typically need full width */
nav[class*='fixed'][class*='w-full'],
nav[class*='fixed'][class*='top-0'],
header nav[class*='fixed'][class*='w-full'],
header nav[class*='fixed'][class*='top-0'],
header[class*='fixed'][class*='w-full'],
header[class*='fixed'][class*='top-0'] {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

/* Ensure hero and main content respect header z-index */
section[class*='hero'],
.hero,
main,
.site-main {
  position: relative;
  z-index: 1;
}

/* Theme-specific overrides */
/* Only apply relative if not sticky/fixed */
.site-header:not([class*='sticky']):not([class*='fixed']) {
  position: relative;
}

.site-main {
  margin-top: 0;
  padding-top: 0;
  min-height: 60vh;
}

/* Remove gap between fixed navbar and first content (white band under header).
 * Use :first-of-type (not :first-child): WP templates often have a whitespace text node
 * between <div id="primary"> and <section>, so section is never :first-child and rules
 * would silently fail (EC-NAV-086 follow-up). */
.site-main > section:first-of-type,
.site-main > div:first-of-type > section:first-of-type {
  margin-top: 0;
}

/* EC-NAV-086: Fixed nav + full-viewport hero (Tailwind min-h-screen) — React/Vite SPAs
 * stack the hero at document top with fixed nav overlaid; body/main background shows through
 * any empty band under the bar. Pull the first min-h-screen hero up by the header bar height
 * (--wpconvert-header-bar-height from header.php EC-NAV-100; fallback 4rem) so background layers
 * align with the original SPA.
 * Only on front-page template (body.front-page); skip sections with explicit pt-* / mt-* utilities.
 * :first-of-type required: newline/whitespace between #primary and hero <section> breaks :first-child. */
body.front-page
  .site-main
  #primary
  > section.min-h-screen:first-of-type:not([class*='pt-']):not([class*='mt-']),
body.front-page
  .site-main
  > div:first-of-type
  > section.min-h-screen:first-of-type:not([class*='pt-']):not([class*='mt-']) {
  /* Logged out: --wp-admin--admin-bar--height is unset → 0px. Logged in: WP sets 32px / 46px (782px). */
  margin-top: calc(
    -1 * var(--wpconvert-header-bar-height, 4rem) -
      var(--wp-admin--admin-bar--height, 0px)
  );
}

/* EC-NAV-089: Admin bar is fixed at top:0; in-flow content gets html { margin-top } but fixed nav does not,
 * so the site navbar sits under #wpadminbar. Offset primary fixed nav; exclude full-screen mobile drawer. */
body.admin-bar nav.fixed.top-0:not(#wpconvert-mobile-nav),
body.admin-bar nav.fixed[class*='top-0']:not(#wpconvert-mobile-nav) {
  top: var(--wp-admin--admin-bar--height, 32px) !important;
}

/* EC-NAV-087: Merged / blog / legacy CSS often sets body { padding-top: 5rem+ } as “clearance”
 * for fixed headers. With a fixed overlay nav, that padding does NOT move the bar — it only
 * pushes <main> down while body background shows through → white/cream band (~nav height) under
 * the bar. Stay Boost ships this in bundled style.css; EC-NAV-086 margin alone cannot cancel it. */
body.front-page {
  padding-top: 0 !important;
}

.site-footer {
  margin-top: auto;
}

/* EC-TW4-001: WordPress default style overrides */

body {
  line-height: 1.6;
}
body.wp-admin {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
}
/* EC-BTN-104: :where() = 0 specificity so Tailwind text-* utilities always win over these resets.
   Plain "a:hover { color: inherit }" can outrank .text-white on links (0,2,0 vs 0,1,0) and wash out hero CTAs. */
:where(a) {
  color: inherit;
  text-decoration: none;
}
:where(a:hover) {
  color: inherit;
}
/* EC-CSS-001: Long-hand padding-left/right (NOT shorthand 'padding: 0 20px') so
 * compound selectors like .container.hero-grid (which sets padding-top: 74px)
 * keep their vertical padding. The shorthand resets ALL four sides at the same
 * specificity, which on Dabster Labs caused the hero badge to slide under the
 * fixed 74px nav. Horizontal gutter (20px each side) unchanged; vertical
 * defaults to the browser's 0 — same effective behavior for sites that do not
 * set padding-top via another selector. */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
:where(button, .btn) {
  cursor: pointer;
  border: none;
  transition: all 0.3s;
}
input,
textarea,
select {
  font-family: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}

/* Grid Layout & Sidebar Preservation - Ensures Bootstrap and other grid systems work properly */
.grid-layout-container {
  width: 100%;
  max-width: 100%;
}

/* Preserve Bootstrap row structure */
.grid-layout-container .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/* Ensure Bootstrap columns work */
.grid-layout-container [class*='col-'] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* Bootstrap column widths - responsive */
@media (min-width: 768px) {
  .grid-layout-container .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-layout-container .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-layout-container .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-layout-container .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .grid-layout-container .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-layout-container .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Mobile stacking for sidebars */
@media (max-width: 767px) {
  .grid-layout-container [class*='col-'] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Sidebar styling */
.grid-layout-container aside,
.grid-layout-container [class*='sidebar'] {
  padding: 20px;
}

/* CRITICAL: Disable popups marked by WPConvert - Universal for ALL popup libraries */
/* This targets ONLY popups we've marked, regardless of the library used */
/* Users can re-enable by overriding this CSS in Customizer → Additional CSS */
[data-wpconvert-popup-disabled='true'] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -9999 !important;
  position: absolute !important;
  left: -99999px !important;
  transform: scale(0) !important;
}

/* Also hide child elements of disabled popups (for nested structures) */
[data-wpconvert-popup-disabled='true'] * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Disable popup overlay backgrounds (universal) */
[data-wpconvert-popup-disabled='true'].overlay,
[data-wpconvert-popup-disabled='true'][class*='overlay'],
[data-wpconvert-popup-disabled='true'][class*='backdrop'],
[data-wpconvert-popup-disabled='true'][class*='bg'] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* CRITICAL: Tailwind Font Override - ensure custom fonts take precedence over Tailwind CDN */
/* Tailwind CDN generates CSS dynamically that can override static CSS, so we use !important */
/* No custom font classes detected */

/* EC-NAV-162b: Site CSS sets position:fixed on header — override WPConvert base relative reset.
   Non-Tailwind sites define fixed positioning in their stylesheet, not as a utility class.
   EC-NAV-197: selector includes :not([class*='absolute']) so specificity (0,4,0) ties the
   EC-NAV-190 safety-net; source-order then makes this override win the !important cascade. */
.site-header:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
header:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']) {
  position: fixed !important;
  z-index: 1000 !important;
}
