/* assets/css/home.css - Homepage sections adapted to global theme tokens */

.home-page {
  padding-bottom: 32px;
}

.home-hero {
  padding: 56px 0 28px;
}

.home-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: center;
}

.home-hero-copy {
  max-width: 640px;
}

.home-eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  font-weight: 500;
}

.home-title {
  margin: 0 0 14px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(36px, 7vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--text);
}

.home-title em {
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
}

.home-sub {
  margin: 0;
  color: var(--text-soft);
  font-size: clamp(16px, 2.5vw, 24px);
  line-height: 1.5;
  max-width: 560px;
}

.home-hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.home-btn-primary,
.home-btn-secondary {
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}

.home-btn-primary {
  background: var(--gold);
  color: #ffffff;
  box-shadow: var(--shadow-card);
}

.home-btn-primary:hover {
  transform: translateY(-1px);
  background: var(--gold-light);
}

.home-btn-secondary {
  background: transparent;
  color: var(--text-muted);
  border-color: var(--border);
}

.home-btn-secondary:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: transparent;
}

.home-note {
  margin: 12px 0 0;
  color: var(--text-muted);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.home-mockup-wrap {
  justify-self: center;
  width: min(370px, 100%);
  position: relative;
}

.home-mockup-frame {
  position: relative;
  border-radius: 16px;
  padding: 14px;
  background: linear-gradient(145deg, #4f3930 0%, #6e4f40 52%, #3f2e27 100%);
  border: 1px solid rgba(120, 83, 66, 0.48);
  box-shadow: 0 8px 40px rgba(30, 10, 8, 0.12);
}

.home-mockup-poster {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  aspect-ratio: 4 / 5;
  background: #f7f3ea;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px 20px;
}

.home-mockup-heart-art {
  width: min(100%, 284px);
  margin-top: 6px;
}

.home-mockup-heart-art svg {
  display: block;
  width: 100%;
  height: auto;
}

.home-mockup-copy {
  text-align: center;
}

.home-mockup-names {
  margin: 0;
  color: var(--text);
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 5.5vw, 42px);
  line-height: 1.05;
}

.home-mockup-tagline {
  margin: 8px 0 0;
  color: var(--text-soft);
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
}

.home-mockup-badge {
  position: absolute;
  bottom: -16px;
  right: -8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text-soft);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 12px;
  box-shadow: var(--shadow-card);
}

.home-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  animation: homePulse 2.1s ease infinite;
}

.home-trust {
  padding: 16px 0 4px;
}

.home-trust-grid {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--surface-grad-top), var(--surface-grad-bottom));
  box-shadow: var(--shadow-card);
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-trust-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--panel-softer);
  padding: 14px;
}

.home-trust-value {
  margin: 0;
  font-family: 'Playfair Display', serif;
  color: var(--gold);
  font-size: clamp(20px, 4.2vw, 30px);
  line-height: 1.1;
}

.home-trust-label {
  margin: 4px 0 0;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
}

.home-section {
  padding: 68px 0 0;
}

.home-section-inner {
  max-width: 1200px;
}

.home-section-eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

.home-section-title {
  margin: 0;
  color: var(--text);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 6.4vw, 56px);
  line-height: 1.04;
  text-align: center;
  font-weight: 300;
}

.home-section-title em {
  color: var(--gold-light);
  font-style: italic;
}

.home-section-body {
  margin: 14px auto 0;
  max-width: 760px;
  text-align: center;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.75;
}

.home-steps {
  margin-top: 34px;
  display: grid;
  gap: 12px;
}

.home-step {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--surface-grad-top), var(--surface-grad-bottom));
  box-shadow: var(--shadow-card);
  padding: 20px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  align-items: start;
}

.home-step-num {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold-light);
  font-size: 34px;
  line-height: 1;
}

.home-step h3 {
  margin: 0;
  color: var(--text);
  font-size: 23px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
}

.home-step p {
  margin: 6px 0 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.65;
}

.home-products-grid {
  margin-top: 34px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.home-product-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--surface-grad-top), var(--surface-grad-bottom));
  box-shadow: var(--shadow-card);
  padding: 20px;
}

.home-product-top {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.home-product-top h3 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}

.home-chip {
  border-radius: 999px;
  border: 1px solid rgba(186, 0, 0, 0.22);
  background: var(--gold-dim);
  color: var(--gold);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 9px;
  font-weight: 600;
}

.home-product-card p {
  margin: 10px 0 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.6;
  min-height: 66px;
}

.home-product-bottom {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.home-product-bottom strong {
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.home-product-bottom a {
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}

.home-product-bottom a:hover {
  border-color: var(--border-hover);
  background: var(--panel-soft);
  color: var(--gold-light);
}

.home-pricing-wrap {
  max-width: 740px;
}

.home-pricing-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, var(--surface-grad-top), var(--surface-grad-bottom));
  box-shadow: var(--shadow-elevated);
  padding: 26px;
}

.home-pricing-badge {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  color: var(--gold);
  border: 1px solid rgba(186, 0, 0, 0.22);
  background: var(--gold-dim);
  border-radius: 999px;
  padding: 6px 12px;
}

.home-pricing-card h2 {
  margin: 14px 0 8px;
  font-family: 'Cormorant Garamond', serif;
  color: var(--text);
  font-size: clamp(56px, 9.4vw, 82px);
  line-height: 1;
  font-weight: 300;
}

.home-pricing-card h2 span {
  font-size: 30px;
  vertical-align: super;
  color: var(--gold);
}

.home-pricing-sub {
  margin: 0;
  color: var(--text-soft);
  font-size: 15px;
}

.home-pricing-card ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.home-pricing-card li {
  position: relative;
  padding-left: 24px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.6;
}

.home-pricing-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold-light);
}

.home-btn-block {
  margin-top: 22px;
  width: 100%;
  justify-content: center;
  display: inline-flex;
}

.home-final-cta {
  padding-bottom: 10px;
}

.home-final-actions {
  justify-content: center;
}

.home-waitlist {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 620px;
  justify-content: center;
}

.home-waitlist .input {
  flex: 1 1 260px;
  min-width: 220px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes homePulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.55;
    transform: scale(0.84);
  }
}

@media (min-width: 940px) {
  .home-hero {
    padding-top: 82px;
  }

  .home-hero-grid {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 50px;
  }

  .home-hero-actions {
    align-items: center;
  }

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

  .home-step {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 720px) {
  .home-title {
    line-height: 1.02;
  }

  .home-mockup-wrap {
    width: min(330px, 100%);
  }

  .home-mockup-frame {
    padding: 18px;
  }

  .home-mockup-names {
    font-size: 32px;
  }

  .home-trust-grid {
    grid-template-columns: 1fr;
  }

  .home-section {
    padding-top: 54px;
  }

  .home-section-body {
    font-size: 15px;
  }

  .home-product-top h3 {
    font-size: 28px;
  }

  .home-product-bottom strong {
    font-size: 28px;
  }

  .home-pricing-card {
    padding: 22px 18px;
  }
}
