/* WildtagOS — Earthy outdoor aesthetic */

:root {
  --forest: #1e3a14;
  --forest-dark: #0f1f0a;
  --sage: #4a7a2f;
  --tan: #c8a96e;
  --tan-light: #e2c98a;
  --cream: #faf7f2;
  --cream-dark: #f0ebe0;
  --charcoal: #1a1a18;
  --warm-gray: #6b5f52;
  --light-gray: #e8e2d8;
  --white: #ffffff;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', sans-serif;
  background-color: var(--cream);
  color: var(--charcoal);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 0 0 80px;
  overflow: hidden;
}

.hero__layer--sky {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      #0f1f0a 0%,
      #1e3a14 20%,
      #2d5a1e 45%,
      #4a7a2f 65%,
      #7a9e5a 80%,
      #c8a96e 95%,
      #e2c98a 100%
    );
}

.hero__layer--mountains {
  position: absolute;
  inset: 0;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 900'%3E%3Cpolygon fill='%231a1a18' fill-opacity='0.3' points='0,600 200,420 400,520 600,350 800,460 1000,300 1200,400 1440,250 1440,900 0,900'/%3E%3Cpolygon fill='%231a1a18' fill-opacity='0.2' points='0,700 300,500 500,580 700,450 900,530 1100,400 1300,480 1440,380 1440,900 0,900'/%3E%3C/svg%3E") center bottom / cover no-repeat;
  opacity: 0.8;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 20, 8, 0.92) 0%,
    rgba(10, 20, 8, 0.6) 40%,
    rgba(10, 20, 8, 0.2) 70%,
    rgba(10, 20, 8, 0.1) 100%
  );
}

.hero__content {
  position: relative;
  z-index: 10;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tan-light);
  margin-bottom: 28px;
}

.hero__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tan);
  display: inline-block;
}

.hero__headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(64px, 10vw, 120px);
  font-weight: 900;
  line-height: 0.95;
  color: var(--cream);
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

.hero__headline em {
  font-style: normal;
  color: var(--tan);
}

.hero__sub {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(250, 247, 242, 0.75);
  max-width: 560px;
  margin-bottom: 48px;
  font-weight: 300;
}

.hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
}

.btn--primary {
  background: var(--tan);
  color: var(--charcoal);
}

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

.btn--ghost {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(250, 247, 242, 0.3);
}

.btn--ghost:hover {
  border-color: rgba(250, 247, 242, 0.7);
  transform: translateY(-1px);
}

.hero__scroll {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(250, 247, 242, 0.4);
  writing-mode: vertical-rl;
}

.hero__scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, rgba(250, 247, 242, 0.4), transparent);
}

/* Section eyebrow */
.section__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 16px;
}

/* Stats */
.stats {
  background: var(--forest-dark);
  padding: 40px 0;
}

.stats__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  border-right: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

.stat:last-child {
  border-right: none;
}

.stat__number {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--tan);
  line-height: 1;
  margin-bottom: 6px;
}

.stat__label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(250, 247, 242, 0.5);
}

/* Features */
.features {
  padding: 120px 0;
  background: var(--cream);
}

.features__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.features__header {
  text-align: center;
  margin-bottom: 72px;
}

.features__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--charcoal);
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--charcoal);
  border: 1px solid var(--charcoal);
}

.feature-card {
  background: var(--cream);
  padding: 48px 40px;
  transition: background 0.2s ease;
}

.feature-card:hover {
  background: var(--cream-dark);
}

.feature-card__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--forest);
  border-radius: 8px;
  color: var(--tan);
  margin-bottom: 28px;
}

.feature-card__title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 12px;
}

.feature-card__body {
  font-size: 15px;
  color: var(--warm-gray);
  line-height: 1.65;
}

/* Species */
.species {
  padding: 100px 0;
  background: var(--forest-dark);
}

.species__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.species__header {
  text-align: center;
  margin-bottom: 56px;
}

.species__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: var(--cream);
}

.species__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.species__tag {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid rgba(200, 169, 110, 0.25);
  color: var(--tan-light);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 2px;
  transition: all 0.2s ease;
}

.species__tag:hover {
  border-color: var(--tan);
  color: var(--tan);
}

.species__tag--xl {
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  padding: 14px 28px;
}

.species__tag--lg {
  font-size: 16px;
  padding: 12px 24px;
}

.species__tag--md {
  font-size: 13px;
  padding: 8px 16px;
}

.species__note {
  text-align: center;
  margin-top: 48px;
  color: rgba(250, 247, 242, 0.4);
  font-size: 15px;
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
}

/* Testimonials */
.testimonials {
  padding: 120px 0;
  background: var(--cream);
}

.testimonials__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.testimonials__header {
  text-align: center;
  margin-bottom: 72px;
}

.testimonials__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1.2;
}

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

.quote-card {
  background: var(--cream-dark);
  border: 1px solid var(--light-gray);
  padding: 40px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quote-card__stars {
  display: flex;
  gap: 4px;
  color: var(--tan);
}

.quote-card__text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  line-height: 1.55;
  color: var(--charcoal);
  font-style: italic;
  flex: 1;
}

.quote-card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid var(--light-gray);
  padding-top: 20px;
}

.quote-card__name {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--forest);
}

.quote-card__location {
  font-size: 13px;
  color: var(--warm-gray);
}

/* Closing */
.closing {
  padding: 120px 0;
  background: var(--forest);
}

.closing__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.closing__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 900;
  line-height: 1.05;
  color: var(--cream);
  margin-bottom: 28px;
}

.closing__body {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(250, 247, 242, 0.7);
  font-weight: 300;
}

.closing__divider {
  margin: 56px auto;
  color: rgba(200, 169, 110, 0.3);
  display: flex;
  justify-content: center;
}

.closing__tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 1.5;
  color: rgba(250, 247, 242, 0.5);
}

/* Footer */
.footer {
  background: var(--charcoal);
  padding: 56px 0 40px;
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 32px 80px;
  align-items: start;
}

.footer__logo {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 900;
  color: var(--cream);
  display: block;
  margin-bottom: 8px;
}

.footer__tagline {
  font-size: 14px;
  color: rgba(250, 247, 242, 0.4);
}

.footer__links {
  display: flex;
  gap: 32px;
  align-items: center;
  grid-column: 2;
  grid-row: 1;
}

.footer__link {
  font-size: 14px;
  color: rgba(250, 247, 242, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}

.footer__link:hover {
  color: var(--tan);
}

.footer__bottom {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 24px;
  font-size: 13px;
  color: rgba(250, 247, 242, 0.25);
}

/* Responsive */
@media (max-width: 900px) {
  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

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

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

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

  .footer__links {
    grid-column: 1;
    flex-wrap: wrap;
    gap: 20px;
  }

  .hero__scroll {
    display: none;
  }
}

@media (max-width: 600px) {
  .hero__content {
    padding: 0 24px;
  }

  .hero__actions {
    flex-direction: column;
  }

  .btn {
    justify-content: center;
  }

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

  .features__inner,
  .species__inner,
  .testimonials__inner,
  .closing__inner,
  .footer__inner {
    padding: 0 24px;
  }

  .features,
  .testimonials {
    padding: 80px 0;
  }

  .closing {
    padding: 80px 0;
  }
}