:root {
  --ink: #16120f;
  --paper: #fffaf2;
  --soft: #f4efe4;
  --clay: #b94f37;
  --rose: #ec8d78;
  --teal: #0f766e;
  --mint: #d9f1e8;
  --gold: #f1b84b;
  --line: rgba(22, 18, 15, 0.12);
  --shadow: 0 24px 80px rgba(55, 30, 19, 0.16);
  font-family: "indivisible-black", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 10% 8%, rgba(236, 141, 120, 0.18), transparent 26rem),
    linear-gradient(180deg, #fffaf2 0%, #f7f1e8 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 10px 10px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.82);
  box-shadow: 0 12px 40px rgba(64, 44, 28, 0.1);
  backdrop-filter: blur(18px);
}

.brand,
.nav,
.hero-actions,
.hero-stats,
.feature-list div,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.6rem;
  font-weight: 700;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--clay);
}

.nav {
  gap: 1.25rem;
  color: rgba(22, 18, 15, 0.72);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav a:hover {
  color: var(--clay);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1.15rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
}

.header-cta,
.button.primary {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 12px 28px rgba(22, 18, 15, 0.16);
}

.button.ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.54);
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: min(1180px, calc(100% - 32px));
  margin: 78px auto 0;
  min-height: calc(100vh - 150px);
  padding-bottom: 56px;
  justify-content: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.9rem;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h2 {
  font-family: "Lexend Deca", sans-serif;
  line-height: 0.96;
}

h1 {
  font-family: "Lexend Deca", sans-serif;
  line-height: 0.96;
  max-width: 840px;
  margin-bottom: 1.2rem;
  font-size: clamp(2.45rem, 5vw, 4.6rem);
}

h2 {
  margin-bottom: 1rem;
  max-width: 980px;
  font-size: clamp(2rem, 4.2vw, 4.35rem);
}

.hero-text {
  max-width: 660px;
  color: rgba(22, 18, 15, 0.74);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 2rem 0;
}

.hero-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-stats span {
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(22, 18, 15, 0.72);
  background: rgba(255, 255, 255, 0.5);
}

.hero-stats strong {
  color: var(--ink);
}


.marquee {
  display: flex;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--ink);
  color: #fffaf2;
  gap: 2rem;
}

.marquee-content {
  display: flex;
  flex-shrink: 0;
  gap: 2rem;
  padding: 1rem 0;
  animation: slide 24s linear infinite;
  min-width: 100%;
  justify-content: space-around;
}

.marquee span {
  font-weight: 700;
  white-space: nowrap;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 118px) 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 2rem;
}

.steps,
.song-grid,
.pricing-grid,
.testimonials {
  display: grid;
  gap: 1rem;
}

.steps {
  grid-template-columns: repeat(3, 1fr);
}

.steps article,
.song-card,
.price-card,
.quote,
.faq-item {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 18px 54px rgba(79, 47, 30, 0.08);
}

.steps article {
  min-height: 250px;
  padding: 1.25rem;
  border-radius: 22px;
}

.steps span {
  display: block;
  margin-bottom: 3rem;
  color: var(--clay);
  font-weight: 700;
}

.steps h3,
.song-card h3,
.price-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.28rem;
}

.steps p,
.song-card span,
.price-card li,
.contact-copy p,
.form-note {
  color: rgba(22, 18, 15, 0.66);
  line-height: 1.55;
}

.song-grid {
  grid-template-columns: repeat(3, 1fr);
}

.song-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  min-height: 220px;
  padding: 1.1rem;
  border-radius: 24px;
  align-items: end;
  background:
    linear-gradient(145deg, rgba(236, 141, 120, 0.14), rgba(217, 241, 232, 0.48)),
    rgba(255, 255, 255, 0.6);
}

.song-card:nth-child(2) {
  background:
    linear-gradient(145deg, rgba(241, 184, 75, 0.18), rgba(255, 255, 255, 0.58)),
    rgba(255, 255, 255, 0.6);
}

.song-card:nth-child(3) {
  background:
    linear-gradient(145deg, rgba(15, 118, 110, 0.16), rgba(236, 141, 120, 0.16)),
    rgba(255, 255, 255, 0.6);
}

.song-card p {
  margin-bottom: 0.3rem;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.play-button {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--clay);
  cursor: pointer;
}

.song-card.playing .play-button {
  background: var(--teal);
}

.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  align-items: start;
}

.feature-list {
  flex-direction: column;
  gap: 0.8rem;
  width: min(100%, 860px);
}

.feature-list div {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.feature-list span {
  max-width: 360px;
  color: rgba(22, 18, 15, 0.66);
  line-height: 1.5;
}

.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.price-card {
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  border-radius: 24px;
}

.price-card.featured {
  color: #fffaf2;
  background:
    linear-gradient(145deg, rgba(185, 79, 55, 0.92), rgba(22, 18, 15, 0.94)),
    var(--ink);
  transform: translateY(-16px);
}

.price-card.featured li,
.price-card.featured p {
  color: rgba(255, 250, 242, 0.76);
}

.price-card.featured .button.primary {
  color: var(--ink);
  background: #fffaf2;
}

.price-card p {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.price {
  display: block;
  margin: 0.5rem 0 1rem;
  font-size: 2.25rem;
  font-weight: 700;
}

.price-card ul {
  display: grid;
  gap: 0.7rem;
  margin: 0 0 1.5rem;
  padding-left: 1.2rem;
}

.price-card .button {
  margin-top: auto;
}

.testimonials {
  grid-template-columns: repeat(2, 1fr);
}

.quote {
  display: flex;
  flex-direction: column;
  padding: clamp(1.2rem, 4vw, 2.4rem);
  border-radius: 26px;
}

.quote p {
  font-family: "indivisible-black", sans-serif;
  font-size: clamp(1.4rem, 6vw, 2.7rem);
  line-height: 1.15;
}

.quote span {
  margin-top: auto;
  color: rgba(22, 18, 15, 0.62);
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.8rem;
  width: 100%;
  padding: 1.1rem 1.2rem;
  border-radius: 18px;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.faq-item span {
  font-weight: 700;
}

.faq-item p {
  display: none;
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(22, 18, 15, 0.68);
}

.faq-item.open p {
  display: block;
}

.contact {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2rem;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 32px;
  padding: clamp(1.2rem, 4vw, 2rem);
  border-radius: 30px;
  color: #fffaf2;
  background:
    linear-gradient(135deg, rgba(22, 18, 15, 0.94), rgba(15, 118, 110, 0.88)),
    var(--ink);
}

.contact[hidden] {
  display: none;
}

.order-page {
  scroll-margin-top: 120px;
}

.contact .section-kicker {
  color: var(--gold);
}

.contact-copy {
  padding: 1rem;
}

.contact-copy p {
  color: rgba(255, 250, 242, 0.74);
}

.status-page {
  min-height: min(560px, calc(100vh - 64px));
  grid-template-columns: minmax(0, 680px);
  align-content: center;
  margin-top: 32px;
}

.status-page h1 {
  white-space: normal;
  overflow-wrap: anywhere;
}

.contact-form {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  color: #fffaf2;
  background: rgba(255, 255, 255, 0.1);
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type="file"] {
  overflow: hidden;
  color: transparent;
  cursor: pointer;
}

.foto-upload-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.foto-check {
  flex-shrink: 0;
}

.foto-check[hidden] {
  display: none !important;
}

input[type="file"]::file-selector-button {
  margin-right: 0.8rem;
  border: 0;
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  color: var(--ink);
  background: var(--gold);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 250, 242, 0.58);
}

select option {
  color: var(--ink);
}

.contact-form .button {
  width: fit-content;
  color: var(--ink);
  background: var(--gold);
}

.form-note {
  min-height: 1.4em;
  margin: 0;
  color: rgba(255, 250, 242, 0.74);
}

.footer {
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 40px;
  color: rgba(22, 18, 15, 0.62);
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 2rem));
  }
}

@media (max-width: 900px) {
    /* Ensure h1 also wraps on mobile and fix overlapping text */
    h1, h2 {
      white-space: normal;
      overflow-wrap: break-word;
      line-height: 1.15;
    }

  .site-header {
    align-items: center;
    border-radius: 24px;
    flex-wrap: wrap;
    padding: 8px 12px;
    width: calc(100% - 24px);
    margin-top: 12px;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 1rem;
    overflow-x: auto;
    padding: 0.5rem 0.2rem 0;
    scrollbar-width: none; /* Hide scrollbar for cleaner look */
  }
  .nav::-webkit-scrollbar { display: none; }

  .header-cta {
    min-height: 38px;
    padding-inline: 0.85rem;
  }

  .hero,
  .steps,
  .song-grid,
  .split,
  .pricing-grid,
  .testimonials,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    margin-top: 54px;
    min-height: 0;
  }



  .price-card.featured {
    transform: none;
  }

  .feature-list div,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .feature-list div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .brand span:last-child {
    max-width: 160px;
    white-space: normal;
    line-height: 1.05;
  }

  .header-cta {
    display: none;
  }

  h1 {
    font-size: clamp(1.95rem, 10.5vw, 3.1rem);
  }

  .hero-stats span,
  .hero-actions .button {
    width: 100%;
  }


  .contact {
    border-radius: 24px;
    padding: 1.5rem 1rem;
  }

  .section {
    padding: 48px 0;
  }

  .hero {
    margin-top: 32px;
    padding-bottom: 32px;
  }

  .hero h1 {
    font-size: clamp(2rem, 12vw, 2.8rem);
    line-height: 1.1;
  }

  .steps article {
    min-height: auto;
  }

  .price-card {
    padding: 1.5rem 1.2rem;
  }

  .quote p {
    font-size: 1.6rem;
  }

  .hero-text {
    font-size: 1.05rem;
  }
}

.char-counter {
  font-size: 0.75rem;
  margin-top: 6px;
  text-align: right;
  color: rgba(22, 18, 15, 0.44);
  font-weight: 500;
  transition: color 0.2s ease;
}

.char-counter.invalid {
  color: #ef4444;
}

.char-counter.valid {
  color: #10b981;
}
