:root {
  --ink: #100b28;
  --ink-soft: #211846;
  --cream: #fff8e8;
  --paper: #fffdf7;
  --gold: #f6b93b;
  --gold-deep: #d98e12;
  --violet: #6f46e8;
  --pink: #ec5f99;
  --text: #241d35;
  --muted: #665d75;
  --line: #e7ddc9;
  --shadow: 0 24px 80px rgba(16, 11, 40, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: "DM Sans", sans-serif; font-size: 1rem; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem clamp(1.25rem, 5vw, 5rem); background: var(--ink); color: #fff; position: relative; z-index: 3; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: 1.5rem; font-weight: 700; }
.brand strong { display: block; font-family: "Playfair Display", serif; font-size: 1.2rem; letter-spacing: .01em; }
.brand small { display: block; margin-top: .35rem; color: #cfc6e8; font-size: .68rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2rem); }
nav a { color: #e9e3f7; text-decoration: none; font-size: .92rem; font-weight: 600; }
nav a:hover, nav a:focus-visible { color: var(--gold); }
.nav-cta { padding: .7rem 1.05rem; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--ink); color: white; overflow: hidden; }
.hero-copy { padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 6vw, 6.5rem); align-self: center; position: relative; z-index: 1; }
.hero-copy::before { content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%; background: rgba(111,70,232,.18); filter: blur(4px); left: -180px; top: 12%; z-index: -1; }
.eyebrow { margin: 0 0 1rem; color: var(--gold-deep); font-size: .77rem; line-height: 1.4; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold); display: flex; align-items: center; gap: .65rem; }
.hero .eyebrow span { width: 26px; height: 2px; background: var(--gold); }
h1, h2 { font-family: "Playfair Display", serif; line-height: 1.04; letter-spacing: -.025em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3.3rem, 7.2vw, 7rem); }
h1 em { color: var(--gold); font-weight: 700; }
.hero-lede { max-width: 670px; margin: 1.7rem 0 2.2rem; color: #dcd5eb; font-size: clamp(1.08rem, 1.7vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.25rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .85rem 1.2rem; border: 0; border-radius: 5px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }
.button-primary { background: var(--gold); color: var(--ink); box-shadow: 0 10px 30px rgba(246,185,59,.22); }
.button-primary:hover { background: #ffc95e; box-shadow: 0 14px 36px rgba(246,185,59,.3); }
.button-secondary { color: var(--ink); background: transparent; border: 1.5px solid var(--ink); }
.text-link { color: white; font-weight: 700; text-decoration-color: var(--gold); text-underline-offset: .25rem; }
.trust-list { display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; padding: 0; margin: 2.3rem 0 0; list-style: none; color: #bdb3d6; font-size: .88rem; }
.trust-list li::before { content: "✓"; color: var(--gold); font-weight: 800; margin-right: .45rem; }
.hero-visual { min-width: 0; margin: 0; position: relative; background: #1a1138; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, transparent 18%), linear-gradient(0deg, rgba(16,11,40,.82), transparent 40%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .9; }
.hero-visual figcaption { position: absolute; z-index: 1; left: 12%; right: 10%; bottom: 8%; display: flex; align-items: center; gap: .7rem; color: white; font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-visual figcaption i { height: 1px; flex: 1; background: rgba(255,255,255,.4); }

.occasions { padding: 1.25rem clamp(1.25rem, 5vw, 5rem); display: flex; gap: 2rem; align-items: center; background: var(--gold); color: var(--ink); overflow: hidden; }
.occasions p { margin: 0; font-family: "Playfair Display", serif; font-weight: 700; white-space: nowrap; }
.occasions div { display: flex; flex-wrap: wrap; gap: .65rem; }
.occasions span { padding: .3rem .7rem; border: 1px solid rgba(16,11,40,.24); border-radius: 99px; font-size: .78rem; font-weight: 700; }

.section { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem); }
.section-heading { max-width: 820px; margin-bottom: 3rem; }
.section-heading.narrow { max-width: 680px; }
.section-heading h2, .split-section h2, .start h2 { margin: 0 0 1.2rem; color: var(--ink); font-size: clamp(2.4rem, 5vw, 4.4rem); }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.packages { background: var(--cream); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; align-items: stretch; }
.price-card { padding: clamp(1.5rem, 3vw, 2.25rem); display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 15px 45px rgba(37,25,57,.07); position: relative; }
.price-card.featured { border: 2px solid var(--violet); box-shadow: 0 20px 70px rgba(72,48,135,.18); transform: translateY(-10px); }
.popular { margin: calc(clamp(1.5rem, 3vw, 2.25rem) * -1) calc(clamp(1.5rem, 3vw, 2.25rem) * -1) 1.6rem; padding: .55rem; background: var(--violet); color: #fff; border-radius: 9px 9px 0 0; text-align: center; font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.card-kicker { margin: 0; color: var(--violet); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-card h3 { margin: .35rem 0 0; color: var(--ink); font-family: "Playfair Display", serif; font-size: 1.65rem; }
.price { margin: 1.1rem 0 0; color: var(--ink); font-size: 3.5rem; line-height: 1; font-weight: 800; letter-spacing: -.05em; }
.price sup { font-size: 1.5rem; vertical-align: top; position: relative; top: .35rem; margin-right: .1rem; }
.price small { font-size: .9rem; letter-spacing: 0; margin-right: .3rem; }
.price-note { min-height: 1.5rem; margin: .55rem 0 1.3rem; color: var(--muted); font-size: .82rem; }
.launch-price { display: flex; align-items: center; justify-content: space-between; gap: .5rem; margin-top: .85rem; color: var(--pink); font-size: .77rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.launch-price .was { color: var(--muted); text-decoration: line-through; }
.featured .price { margin-top: .25rem; }
.price-card ul { padding: 0; margin: 0 0 1.8rem; list-style: none; color: #4f465d; }
.price-card li { padding: .55rem 0 .55rem 1.45rem; border-bottom: 1px solid #f0eadf; position: relative; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--violet); font-weight: 900; }
.price-card .button { width: 100%; margin-top: auto; }
.deposit-note { max-width: 820px; margin: 2.4rem auto 0; padding: 1rem 1.25rem; background: #fff; border-left: 4px solid var(--gold); color: var(--muted); text-align: center; }

.process { background: var(--ink); color: white; }
.process .eyebrow { color: var(--gold); }
.process .section-heading h2 { color: white; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; padding: 0; margin: 0; list-style: none; }
.steps li { padding: 1.8rem; border-top: 1px solid rgba(255,255,255,.24); }
.steps span { color: var(--gold); font-family: "Playfair Display", serif; font-size: 1.25rem; }
.steps h3 { margin: 1.4rem 0 .6rem; font-family: "Playfair Display", serif; font-size: 1.35rem; }
.steps p { margin: 0; color: #cfc6e1; font-size: .94rem; }

.split-section { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.about-panel > p:not(.eyebrow) { max-width: 740px; color: var(--muted); font-size: 1.05rem; }
.promise-panel { padding: clamp(2rem, 4vw, 3.5rem); background: var(--gold); color: var(--ink); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.quote-mark { height: 2.7rem; margin: 0; font-family: "Playfair Display", serif; font-size: 5rem; line-height: 1; }
.promise-panel h3 { margin: .4rem 0 1rem; font-family: "Playfair Display", serif; font-size: 1.75rem; }
.signature { margin: 1.4rem 0 0; font-family: "Playfair Display", serif; font-size: 1.2rem; font-style: italic; font-weight: 700; }

.details { background: #f2edff; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.detail-grid > div { padding: clamp(1.4rem, 3vw, 2.4rem); background: white; border: 1px solid #ddd3f3; }
.detail-grid h3 { margin-top: 0; color: var(--ink); font-family: "Playfair Display", serif; font-size: 1.55rem; }
.detail-grid ul { padding-left: 1.2rem; }
.detail-grid li { margin: .5rem 0; }

.start { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2.5rem, 7vw, 7rem); background: var(--cream); align-items: start; }
.start-intro { position: sticky; top: 2rem; }
.availability { margin-top: 2rem; display: flex; align-items: center; gap: .6rem; color: var(--ink); }
.availability span { width: 10px; height: 10px; border-radius: 50%; background: #2d9b66; box-shadow: 0 0 0 6px rgba(45,155,102,.13); }
.song-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; padding: clamp(1.4rem, 4vw, 2.8rem); background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.field { display: flex; flex-direction: column; gap: .38rem; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--ink); font-size: .88rem; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; min-height: 48px; padding: .72rem .8rem; border: 1px solid #cfc4b1; border-radius: 4px; background: #fffefa; color: var(--text); }
.field textarea { min-height: 120px; resize: vertical; }
.consent { flex-direction: row; align-items: flex-start; gap: .75rem; margin-top: .35rem; }
.consent input { width: 20px; min-width: 20px; min-height: 20px; margin-top: .2rem; }
.consent label { color: var(--muted); font-weight: 500; }
.form-submit { grid-column: 1 / -1; margin-top: .5rem; }
.request-result { grid-column: 2; padding: clamp(1.4rem, 4vw, 2.8rem); background: white; border: 2px solid var(--violet); box-shadow: var(--shadow); }
.request-result h3 { margin: 0 0 1rem; font-family: "Playfair Display", serif; font-size: 1.5rem; }
.request-result pre { margin: 1.2rem 0; padding: 1rem; background: #f4f0ff; border: 1px solid #ddd3f3; white-space: pre-wrap; font-family: "DM Sans", sans-serif; font-size: .86rem; }
.result-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.copy-status { min-height: 1.5rem; color: #23734d; font-weight: 700; }

.faq { max-width: 1000px; margin: 0 auto; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 1.25rem 2.4rem 1.25rem 0; color: var(--ink); font-weight: 800; cursor: pointer; position: relative; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .3rem; top: 1.05rem; color: var(--violet); font-size: 1.4rem; }
.faq details[open] summary::after { content: "–"; }
.faq details p { max-width: 760px; margin: 0 0 1.3rem; color: var(--muted); }

footer { padding: 3rem clamp(1.25rem, 5vw, 5rem); display: grid; grid-template-columns: auto 1fr auto; gap: 1.5rem 3rem; align-items: center; background: var(--ink); color: white; }
footer p { color: #cfc6e1; }
footer > a { color: var(--gold); font-weight: 800; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: .25rem; }
.footer-contact a { color: var(--gold); font-weight: 800; }
.footer-contact a:last-child { color: #cfc6e1; font-size: .82rem; font-weight: 600; }
footer > small { grid-column: 1 / -1; color: #978aaa; border-top: 1px solid rgba(255,255,255,.12); padding-top: 1.2rem; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { height: 450px; }
  .hero-visual::after { background: linear-gradient(0deg, rgba(16,11,40,.86), transparent 55%); }
  .price-grid { grid-template-columns: 1fr; max-width: 700px; margin: 0 auto; }
  .price-card.featured { transform: none; }
  .steps { grid-template-columns: 1fr 1fr; }
  .split-section, .start { grid-template-columns: 1fr; }
  .start-intro { position: static; }
  .request-result { grid-column: 1; }
}

@media (max-width: 680px) {
  .site-header { min-height: 72px; }
  nav > a:not(.nav-cta) { display: none; }
  .brand strong { font-size: 1.05rem; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .hero-visual { height: 370px; }
  .occasions { align-items: flex-start; flex-direction: column; gap: .7rem; }
  .steps, .detail-grid { grid-template-columns: 1fr; }
  .song-form { grid-template-columns: 1fr; }
  .field, .field.full, .form-submit { grid-column: 1; }
  footer { grid-template-columns: 1fr; }
  .footer-contact { align-items: flex-start; }
  footer > small { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
