/* — Variables — */
:root {
  --bg: #f7f3ee;
  --bg-alt: #f0ebe3;
  --fg: #1c2b26;
  --fg-muted: #5a6e66;
  --accent: #2c4a3e;
  --accent-light: #3d6457;
  --gold: #b8956a;
  --gold-light: #d4b896;
  --border: #ddd6c8;
  --radius: 4px;
  --radius-lg: 12px;
}

/* — Reset — */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* — Typography — */
h1, h2, h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
}

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

.section__label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

/* — Navigation — */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem 5%;
  border-bottom: 1px solid var(--border);
}

.nav__brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--fg);
  letter-spacing: 0.02em;
}

.nav__tag {
  font-size: 0.75rem;
  color: var(--fg-muted);
  letter-spacing: 0.05em;
}

/* — Hero — */
.hero {
  text-align: center;
  padding: 6rem 5% 5rem;
  max-width: 900px;
  margin: 0 auto;
}

.hero__eyebrow {
  margin-bottom: 2rem;
}

.hero__badge {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(44, 74, 62, 0.08);
  padding: 0.35rem 1rem;
  border-radius: 99px;
  border: 1px solid rgba(44, 74, 62, 0.12);
}

.hero__headline {
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  color: var(--fg);
}

.hero__sub {
  font-size: 1.05rem;
  color: var(--fg-muted);
  max-width: 480px;
  margin: 0 auto 3.5rem;
}

/* Animated rings */
.hero__visual {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid transparent;
}

.hero__ring--outer {
  width: 200px;
  height: 200px;
  border-color: rgba(44, 74, 62, 0.12);
  animation: spin 20s linear infinite;
}

.hero__ring--mid {
  width: 150px;
  height: 150px;
  border-color: rgba(184, 149, 106, 0.25);
  animation: spin 14s linear infinite reverse;
}

.hero__ring--inner {
  width: 100px;
  height: 100px;
  border-color: rgba(44, 74, 62, 0.2);
  animation: spin 9s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.hero__core {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  background: var(--bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(44, 74, 62, 0.06);
}

/* Metrics row */
.hero__metrics {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: rgba(44, 74, 62, 0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.2rem 2.5rem;
  max-width: 480px;
  margin: 0 auto;
}

.hero__metric {
  text-align: center;
  padding: 0 2rem;
  flex: 1;
}

.hero__metric-value {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--accent);
  line-height: 1;
}

.hero__metric-label {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-top: 0.3rem;
}

.hero__metric-divider {
  width: 1px;
  height: 32px;
  background: var(--border);
}

/* — Philosophy — */
.philosophy {
  background: var(--accent);
  padding: 5rem 5%;
  text-align: center;
}

.philosophy__inner {
  max-width: 680px;
  margin: 0 auto;
}

.philosophy__quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  font-weight: 400;
  font-style: italic;
  color: rgba(247, 243, 238, 0.92);
  line-height: 1.5;
  margin-bottom: 1.2rem;
}

.philosophy__attr {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-light);
  opacity: 0.7;
}

/* — Products — */
.products {
  padding: 6rem 5%;
  max-width: 1100px;
  margin: 0 auto;
}

.products__header {
  margin-bottom: 3.5rem;
}

.products__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--fg);
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.product-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.2rem 2rem;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(44, 74, 62, 0.08);
}

.product-card--featured {
  border-color: rgba(44, 74, 62, 0.3);
  background: linear-gradient(135deg, #fff 0%, rgba(44, 74, 62, 0.03) 100%);
}

.product-card__rank {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.75rem;
  color: var(--gold);
  letter-spacing: 0.05em;
}

.product-card__icon {
  margin-bottom: 1.2rem;
}

.product-card__name {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--fg);
  margin-bottom: 0.3rem;
}

.product-card__cost {
  font-size: 0.75rem;
  color: var(--fg-muted);
  margin-bottom: 1rem;
}

.product-card__pricing {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

.product-card__sell {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--accent);
}

.product-card__margin {
  font-size: 0.72rem;
  color: var(--gold);
  background: rgba(184, 149, 106, 0.1);
  padding: 0.2rem 0.6rem;
  border-radius: 99px;
}

.product-card__why {
  font-size: 0.85rem;
  color: var(--fg-muted);
  line-height: 1.6;
}

.products__footer {
  margin-top: 2.5rem;
  font-size: 0.85rem;
  color: var(--fg-muted);
  text-align: center;
}

/* — Process — */
.process {
  background: var(--bg-alt);
  padding: 6rem 5%;
}

.process__header {
  max-width: 1100px;
  margin: 0 auto 3.5rem;
}

.process__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
}

.process__steps {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

.step {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
}

.step__num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: rgba(44, 74, 62, 0.15);
  line-height: 1;
  flex-shrink: 0;
  margin-top: -0.2rem;
}

.step__title {
  font-size: 1.05rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 0.5rem;
}

.step__desc {
  font-size: 0.85rem;
  color: var(--fg-muted);
  line-height: 1.6;
}

/* — Social proof — */
.social {
  padding: 6rem 5%;
  max-width: 1100px;
  margin: 0 auto;
}

.social__header {
  margin-bottom: 3rem;
}

.social__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
}

.social__proof {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.proof-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
}

.proof-card__top {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.proof-card__name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--fg);
}

.proof-card__text {
  font-size: 0.85rem;
  color: var(--fg-muted);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.proof-card__tag {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.social__meta {
  font-size: 0.85rem;
  color: var(--fg-muted);
  font-style: italic;
  text-align: center;
}

/* — Closing — */
.closing {
  background: var(--accent);
  padding: 7rem 5%;
  text-align: center;
}

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

.closing__icon {
  margin-bottom: 2.5rem;
  opacity: 0.8;
}

.closing__headline {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  color: rgba(247, 243, 238, 0.95);
  margin-bottom: 2rem;
}

.closing__body {
  font-size: 1rem;
  color: rgba(247, 243, 238, 0.65);
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

.closing__body--cta {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
  font-style: italic;
  color: var(--gold-light);
  margin-top: 1.5rem;
}

.closing__body em {
  color: rgba(247, 243, 238, 0.9);
  font-style: italic;
}

/* — Footer — */
.footer {
  border-top: 1px solid var(--border);
  padding: 2.5rem 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--fg);
}

.footer__tagline {
  font-size: 0.8rem;
  color: var(--fg-muted);
  font-style: italic;
}

.footer__copy {
  font-size: 0.7rem;
  color: var(--fg-muted);
  margin-top: 0.5rem;
}

/* — Responsive — */
@media (max-width: 640px) {
  .hero {
    padding: 4rem 5% 3rem;
  }

  .hero__metrics {
    flex-direction: column;
    gap: 0;
    padding: 1rem 1.5rem;
  }

  .hero__metric-divider {
    width: 60px;
    height: 1px;
  }

  .products__grid {
    grid-template-columns: 1fr;
  }

  .social__proof {
    grid-template-columns: 1fr;
  }

  .philosophy,
  .closing {
    padding: 4rem 5%;
  }

  .process {
    padding: 4rem 5%;
  }
}
