:root {
  --navy: #0f2d3d;
  --teal: #1d6a7a;
  --gold: #c4932a;
  --cream: #f7f3e8;
  --paper: #fffdf8;
  --ink: #15222b;
  --muted: #62717d;
  --line: #ded7c8;
  --soft: #e8f4f6;
  --shadow: 0 18px 50px rgba(15, 45, 61, 0.12);
  --radius: 22px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: 'DM Sans', Arial, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
}
a {
  color: inherit;
}
.container {
  width: min(1160px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 99;
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
}
.brand {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: var(--gold);
  font-size: 22px;
}
.brand-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.01em;
}
.brand-text span {
  color: var(--gold);
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.menu {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
}
.menu a,
.primary-nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
}
.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 20px;
  background: var(--navy);
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 45, 61, 0.18);
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}
.btn.secondary {
  background: #fff;
  color: var(--navy) !important;
  border: 1px solid var(--line);
  box-shadow: none;
}
.btn.gold {
  background: var(--gold);
  color: #fff !important;
}
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  font-size: 28px;
  color: var(--navy);
  cursor: pointer;
}

.hero {
  padding: 90px 0 70px;
  background:
    radial-gradient(
      circle at 78% 20%,
      rgba(196, 147, 42, 0.18),
      transparent 28%
    ),
    linear-gradient(180deg, #fffdf8 0%, #f7f3e8 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  align-items: center;
}
.eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 800;
  font-size: 12px;
  margin: 0;
}
.hero h1,
.section-title h2 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--navy);
  line-height: 1.03;
  margin: 14px 0;
}
.hero h1 {
  font-size: clamp(48px, 7vw, 82px);
}
.lead {
  font-size: 20px;
  color: #394a55;
  max-width: 700px;
}
.hero-actions,
.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.trust {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
  color: var(--muted);
  font-size: 14px;
}
.stars {
  color: var(--gold);
  font-size: 18px;
}
.hero-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 28px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.song-cover {
  background: linear-gradient(135deg, var(--navy), var(--teal));
  color: #fff;
  border-radius: 26px;
  padding: 34px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.song-cover h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  margin: 0;
}
.music-notes {
  font-size: 50px;
  color: var(--gold);
  letter-spacing: 0.2em;
}
.pill-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.pill {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 13px;
  color: var(--navy);
  font-weight: 700;
}

.section {
  padding: 78px 0;
}
.section.alt {
  background: #fffdf8;
}
.section-title {
  max-width: 760px;
  margin-bottom: 34px;
}
.section-title h2 {
  font-size: clamp(34px, 5vw, 56px);
}
.section-title p {
  font-size: 18px;
  color: var(--muted);
}

.grid-4,
.grid-3,
.grid-2 {
  display: grid;
  gap: 22px;
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 8px 30px rgba(15, 45, 61, 0.06);
}
.card h3 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--navy);
  font-size: 30px;
  margin: 8px 0;
}
.card p {
  color: var(--muted);
  margin: 0 0 12px;
}
.num {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.12em;
}

.sample {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sample-type {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0;
}
.audio-bar {
  height: 10px;
  background: var(--soft);
  border-radius: 999px;
  position: relative;
  margin-top: 20px;
}
.audio-bar:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  width: 45%;
  background: var(--teal);
  border-radius: 999px;
}

.price {
  font-size: 45px;
  font-family: 'Cormorant Garamond', serif;
  color: var(--navy);
  font-weight: 700;
}
.feature-list {
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}
.feature-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  color: #44545f;
}
.feature-list li:before {
  content: '✓';
  color: var(--teal);
  font-weight: 800;
  margin-right: 8px;
}
.highlight {
  border: 2px solid var(--gold);
  transform: translateY(-8px);
}

.quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: var(--navy);
}
.brand-strip {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.brand-chip {
  background: var(--navy);
  color: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
}

.cta-band {
  background: linear-gradient(135deg, var(--navy), var(--teal));
  color: #fff;
  border-radius: 34px;
  padding: 48px;
}
.cta-band .eyebrow {
  color: var(--gold);
}
.cta-band h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  margin: 14px 0;
}
.cta-band p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.site-footer {
  background: var(--navy);
  color: #fff;
  padding: 58px 0 34px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 34px;
}
.footer-grid a {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  margin: 8px 0;
}
.footer-grid h4 {
  color: var(--gold);
  margin: 0 0 10px;
}
.footer-brand .brand-text {
  color: #fff;
}
.small {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.58);
}

.page-body {
  padding: 70px 0;
}
.content-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 5vw, 52px);
  box-shadow: var(--shadow);
}
.content-card h1 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--navy);
  font-size: 52px;
  margin-top: 0;
}
.content-card h2 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--navy);
  font-size: 34px;
  margin-top: 28px;
}
.content-card h3 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--navy);
  font-size: 24px;
  margin-top: 22px;
}

.form-page-hero {
  padding: 60px 0 20px;
}
.form-page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--navy);
  font-size: clamp(36px, 5vw, 52px);
  margin: 14px 0;
}
.form-shell {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 30px;
  box-shadow: var(--shadow);
  margin-bottom: 70px;
}
.form-shell h2 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--navy);
  font-size: 28px;
  margin: 28px 0 12px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field {
  margin-bottom: 18px;
}
.field label {
  display: block;
  color: var(--navy);
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 7px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  font: inherit;
  background: #fff;
}
.field textarea {
  min-height: 110px;
}
.field.has-error input,
.field.has-error select,
.field.has-error textarea {
  border-color: #c0392b;
}
.span-2 {
  grid-column: 1/-1;
}

.notice {
  background: var(--soft);
  border: 1px solid #cce5ea;
  color: var(--navy);
  padding: 15px;
  border-radius: 16px;
  margin: 18px 0;
}
.success-message {
  display: none;
  background: #eef8ef;
  border: 1px solid #c7e7cb;
  color: #24552b;
  padding: 22px;
  border-radius: 18px;
  margin-top: 20px;
}
.success-message h2 {
  font-family: 'Cormorant Garamond', serif;
  margin-top: 0;
}
.error-message {
  display: none;
  background: #fff0ee;
  border: 1px solid #f0c4bd;
  color: #8a2f24;
  padding: 18px;
  border-radius: 18px;
  margin-top: 20px;
}

.package-select {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 20px 0;
}
.package-option {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  background: #fff;
  cursor: pointer;
  display: block;
}
.package-option input {
  margin-right: 7px;
}
.package-option strong {
  display: block;
  color: var(--navy);
}
.package-option small {
  color: var(--muted);
}

@media (max-width: 920px) {
  .hero-grid,
  .grid-4,
  .grid-3,
  .grid-2,
  .footer-grid,
  .form-grid,
  .package-select {
    grid-template-columns: 1fr;
  }
  .primary-nav {
    position: fixed;
    inset: 78px 0 auto 0;
    background: #fffdf8;
    border-bottom: 1px solid var(--line);
    padding: 20px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .primary-nav.open {
    display: flex;
  }
  .menu {
    flex-direction: column;
  }
  .menu-toggle {
    display: block;
  }
  .hero {
    padding-top: 54px;
  }
  .highlight {
    transform: none;
  }
  .cta-band h2 {
    font-size: 38px;
  }
}

/* EC-BTN-104 + EC-NAV-121: Re-assert hero / CTA text-white on buttons & links.
   Uses class~= (word match) not class*= (substring) to avoid matching hover:text-white etc. */
button[class~='text-white/90'],
a[class~='text-white/90'] {
  color: rgba(255, 255, 255, 0.9);
}
button[class~='text-white/80'],
a[class~='text-white/80'] {
  color: rgba(255, 255, 255, 0.8);
}
button[class~='text-white/70'],
a[class~='text-white/70'] {
  color: rgba(255, 255, 255, 0.7);
}
button[class~='text-white/60'],
a[class~='text-white/60'] {
  color: rgba(255, 255, 255, 0.6);
}
button[class~='text-white/50'],
a[class~='text-white/50'] {
  color: rgba(255, 255, 255, 0.5);
}
button[class~='text-white/40'],
a[class~='text-white/40'] {
  color: rgba(255, 255, 255, 0.4);
}
button[class~='text-white'],
a[class~='text-white'] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* EC-ANIM-008b / EC-ANIM-009: carousel-only override — scroll-reveal elements animate via IO in functions.php */
.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;
}
