/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:         #f0ebe3;
  --bg-alt:     #e8e0d4;
  --bg-dark:    #2c1a10;
  --accent:     #b06040;
  --accent-h:   #8a4828;
  --text:       #1a0f08;
  --text-mid:   #5a3a28;
  --text-soft:  #9a7060;
  --white:      #fff;
  --card-bg:    #faf5ee;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Jost', sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

em { font-style: italic; color: var(--accent); }

/* ── NAV ── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 60px;
  background: rgba(240, 235, 227, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 0.5px solid rgba(176, 96, 64, 0.12);
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  letter-spacing: 0.15em;
  color: var(--accent);
  font-weight: 400;
}

.nav-cta {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: 9px 22px;
  border-radius: 30px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s;
}

.nav-cta:hover { background: var(--accent-h); }

/* ── HERO ── */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 100vh;
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 60px 80px;
  gap: 80px;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}

.eyebrow-line { display: inline-block; width: 36px; height: 1px; background: var(--accent); }

.eyebrow-text {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 400;
}

.hero-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 400;
  line-height: 1.08;
  color: var(--text);
  margin-bottom: 24px;
}

.hero-sub {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-mid);
  margin-bottom: 36px;
  max-width: 420px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: 14px 32px;
  border-radius: 40px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-primary:hover { background: var(--accent-h); transform: translateY(-1px); }

.btn-ghost {
  font-size: 13px;
  color: var(--text-mid);
  text-decoration: none;
  border-bottom: 1px solid var(--text-soft);
  padding-bottom: 2px;
  transition: color 0.2s;
}

.btn-ghost:hover { color: var(--accent); border-color: var(--accent); }

.hero-occasions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--text-soft);
  font-weight: 300;
  letter-spacing: 0.05em;
}

.dot { opacity: 0.4; }

/* HERO MOCKUP */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.page-mockup {
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 20px 80px rgba(44, 26, 16, 0.18);
  overflow: hidden;
  width: 100%;
  max-width: 400px;
}

.mockup-bar {
  background: #f5f0ea;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 0.5px solid #e8e0d4;
}

.dot-r, .dot-y, .dot-g {
  width: 10px; height: 10px; border-radius: 50%;
}
.dot-r { background: #ff6058; }
.dot-y { background: #ffbd2e; }
.dot-g { background: #28ca41; }

.mockup-url {
  font-size: 11px;
  color: #9a8070;
  margin-left: 8px;
  letter-spacing: 0.05em;
}

.mockup-content {
  padding: 28px 24px 20px;
  background: #f0ebe3;
}

.mockup-eyebrow {
  font-size: 9px;
  letter-spacing: 0.3em;
  color: var(--accent);
  margin-bottom: 12px;
}

.mockup-heading {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 16px;
}

.mockup-heading em { color: var(--accent); font-style: italic; }

.mockup-photo {
  width: 100%;
  height: 120px;
  background: linear-gradient(135deg, #d4956a, #e8b882, #c4845a);
  border-radius: 6px;
  margin-bottom: 16px;
}

.mockup-player {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(44, 26, 16, 0.88);
  border-radius: 30px;
  padding: 8px 14px 8px 8px;
}

.mockup-play-btn {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.mockup-track-label {
  font-size: 8px;
  letter-spacing: 0.18em;
  color: rgba(245, 232, 216, 0.6);
}

.mockup-track-name {
  font-family: 'Playfair Display', serif;
  font-size: 11px;
  color: #f5e8d8;
  font-style: italic;
}

.hero-badge-float {
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 86px; height: 86px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-style: italic;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 20px rgba(176, 96, 64, 0.4);
}

/* ── SHARED SECTION STYLES ── */
.section-label {
  font-size: 10px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}

.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 400;
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 48px;
}

/* ── HOW IT WORKS ── */
.how { background: var(--bg-dark); padding: 100px 60px; }

.how-inner { max-width: 1100px; margin: 0 auto; }

.how .section-label { color: rgba(176, 96, 64, 0.8); }
.how .section-heading { color: #f5e8d8; margin-bottom: 60px; }
.how .section-heading em { color: #c4845a; }

.steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.step {
  flex: 1;
  padding: 0 32px;
}

.step:first-child { padding-left: 0; }
.step:last-child { padding-right: 0; }

.step-arrow {
  font-size: 24px;
  color: rgba(176, 96, 64, 0.4);
  padding-top: 8px;
  flex-shrink: 0;
}

.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: rgba(176, 96, 64, 0.25);
  line-height: 1;
  margin-bottom: 16px;
}

.step-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #f5e8d8;
  margin-bottom: 10px;
}

.step-text {
  font-size: 14px;
  font-weight: 300;
  color: rgba(245, 232, 216, 0.55);
  line-height: 1.75;
}

/* ── FEATURES ── */
.features { background: var(--bg); padding: 100px 60px; }

.features-inner { max-width: 1100px; margin: 0 auto; }

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  background: var(--card-bg);
  border: 0.5px solid #e0d0bc;
  border-radius: 16px;
  padding: 32px 28px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(44, 26, 16, 0.1);
}

.feature-icon { font-size: 28px; margin-bottom: 16px; }

.feature-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--text);
  margin-bottom: 10px;
}

.feature-text {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.75;
}

/* ── DEMO ── */
.demo { background: var(--bg-alt); padding: 100px 60px; }

.demo-inner { max-width: 1100px; margin: 0 auto; }

.demo-sub {
  font-size: 15px;
  font-weight: 300;
  color: var(--text-mid);
  margin-top: -32px;
  margin-bottom: 48px;
  max-width: 500px;
}

.demo-frames {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.demo-frame {
  background: #f0ebe3;
  border-radius: 14px;
  padding: 32px 28px;
  border: 0.5px solid #ddd0bc;
}

.df-eyebrow {
  font-size: 9px;
  letter-spacing: 0.3em;
  color: var(--accent);
  margin-bottom: 14px;
}

.df-heading {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 16px;
}

.df-heading em { color: var(--accent); }

.df-body {
  font-size: 13px;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 20px;
}

.df-btn {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: 9px 20px;
  border-radius: 30px;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.df-gallery-label {
  font-size: 9px;
  letter-spacing: 0.3em;
  color: var(--accent);
  margin-bottom: 10px;
}

.df-gallery-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--text);
  margin-bottom: 18px;
  line-height: 1.3;
}

.df-gallery-title em { color: var(--accent); }

.df-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.df-photo {
  border-radius: 6px;
  aspect-ratio: 1;
}

.df-photo:first-child {
  grid-row: span 2;
  aspect-ratio: auto;
}

.dp1 { background: linear-gradient(135deg, #d4956a, #c4845a); }
.dp2 { background: linear-gradient(135deg, #e8c490, #d4a870); }
.dp3 { background: linear-gradient(135deg, #c4845a, #a86040); }

.df-quote {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.75;
  color: var(--text);
  margin-bottom: 20px;
}

.df-quote em { color: var(--accent); }

.df-sig {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--text-soft);
}

/* ── PRICING ── */
.pricing { background: var(--bg); padding: 100px 60px; }

.pricing-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.price-card {
  background: var(--card-bg);
  border: 0.5px solid #e0d0bc;
  border-radius: 20px;
  padding: 48px 40px;
  margin-top: 8px;
}

.price-occasion-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 28px;
}

.price-occasion-tags span {
  background: #f0e8dc;
  border: 0.5px solid #d0b898;
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 11px;
  color: var(--text-mid);
  letter-spacing: 0.05em;
}

.price-amount {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 400;
  color: var(--text);
  line-height: 1;
  margin-bottom: 6px;
}

.price-sub {
  font-size: 13px;
  color: var(--text-soft);
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}

.price-divider {
  width: 48px;
  height: 1px;
  background: var(--accent);
  margin: 0 auto 28px;
  opacity: 0.4;
}

.price-includes {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
}

.pi-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.5;
}

.pi-check {
  color: var(--accent);
  font-weight: 500;
  flex-shrink: 0;
}

.price-btn {
  display: block;
  background: var(--accent);
  color: #fff;
  padding: 15px 36px;
  border-radius: 40px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}

.price-btn:hover { background: var(--accent-h); transform: translateY(-1px); }

/* ── ORDER CTA ── */
.order {
  background: var(--bg-dark);
  padding: 120px 60px;
  text-align: center;
}

.order-inner { max-width: 640px; margin: 0 auto; }

.order-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  color: #f5e8d8;
  line-height: 1.15;
  margin-bottom: 18px;
}

.order-heading em { color: #c4845a; }

.order-sub {
  font-size: 15px;
  font-weight: 300;
  color: rgba(245, 232, 216, 0.55);
  line-height: 1.75;
  margin-bottom: 40px;
}

.btn-large { padding: 16px 44px; font-size: 13px; }

.order-note {
  font-size: 11px;
  color: rgba(245, 232, 216, 0.3);
  margin-top: 16px;
  letter-spacing: 0.08em;
}

.order-whatsapp {
  margin-top: 28px;
  font-size: 13px;
  color: rgba(245, 232, 216, 0.45);
}

.order-whatsapp a {
  color: rgba(245, 232, 216, 0.75);
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 232, 216, 0.25);
  padding-bottom: 1px;
  margin-left: 6px;
  transition: color 0.2s;
}

.order-whatsapp a:hover { color: #f5e8d8; }

/* ── FOOTER ── */
.footer {
  background: #1a0c06;
  padding: 48px 60px;
  text-align: center;
}

.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: var(--accent);
  opacity: 0.8;
  margin-bottom: 10px;
}

.footer-tagline {
  font-size: 13px;
  font-weight: 300;
  color: rgba(245, 232, 216, 0.35);
  margin-bottom: 20px;
  font-style: italic;
  font-family: 'Playfair Display', serif;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.footer-links a {
  font-size: 12px;
  color: rgba(245, 232, 216, 0.4);
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: color 0.2s;
}

.footer-links a:hover { color: rgba(245, 232, 216, 0.8); }
.footer-links span { color: rgba(245, 232, 216, 0.2); }

.footer-copy {
  font-size: 11px;
  color: rgba(245, 232, 216, 0.2);
  letter-spacing: 0.1em;
}

/* ── SCROLL FADE IN ── */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .nav { padding: 16px 24px; }

  .hero {
    grid-template-columns: 1fr;
    padding: 100px 24px 60px;
    gap: 48px;
    min-height: auto;
  }

  .how { padding: 72px 24px; }
  .steps { flex-direction: column; gap: 32px; }
  .step { padding: 0; }
  .step-arrow { transform: rotate(90deg); align-self: flex-start; padding: 0; }

  .features { padding: 72px 24px; }
  .features-grid { grid-template-columns: 1fr 1fr; gap: 16px; }

  .demo { padding: 72px 24px; }
  .demo-frames { grid-template-columns: 1fr; }

  .pricing { padding: 72px 24px; }
  .price-card { padding: 36px 24px; }

  .order { padding: 80px 24px; }
  .footer { padding: 40px 24px; }
}

@media (max-width: 560px) {
  .features-grid { grid-template-columns: 1fr; }
  .hero-badge-float { display: none; }
}
