:root {
  --primary: #0f3d2e;
  --primary-dark: #09251c;
  --secondary: #d6b36d;
  --secondary-soft: #f0e1bc;
  --bg: #f6f4ef;
  --white: #ffffff;
  --text: #1f2a24;
  --muted: #6d786f;
  --card: rgba(255, 255, 255, 0.92);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  --radius: 20px;
  --transition: all 0.35s ease;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
}

img {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(1180px, 92%);
  margin: auto;
}

.section {
  padding: 100px 0;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  transition: var(--transition);
}

.header.scrolled {
  background: rgba(9, 37, 28, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}

.logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--secondary), #9f7d3b);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-dark);
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}

.logo-text {
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.nav {
  display: flex;
  gap: 28px;
}

.nav a {
  color: var(--white);
  font-weight: 500;
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -6px;
  background: var(--secondary);
  transition: var(--transition);
}

.nav a:hover::after {
  width: 100%;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background: var(--white);
  margin: 5px 0;
  border-radius: 4px;
}

/* Hero */
.hero {
  min-height: 100vh;
  background: url("https://images.unsplash.com/photo-1466692476868-aef1dfb1e735?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(5, 20, 15, 0.85), rgba(10, 40, 30, 0.45)),
    linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 60px;
}

.hero-text {
  max-width: 760px;
  color: var(--white);
}

.eyebrow,
.section-tag {
  display: inline-block;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 16px;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1.15;
  margin-bottom: 24px;
}

.hero h1 span {
  color: var(--secondary);
}

.hero-desc {
  max-width: 680px;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 34px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  transition: var(--transition);
  border: 1px solid transparent;
}

.btn-primary {
  background: linear-gradient(135deg, var(--secondary), #b48a3f);
  color: var(--primary-dark);
  box-shadow: 0 10px 25px rgba(214, 179, 109, 0.35);
}

.btn-primary:hover {
  transform: translateY(-3px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.hero-badges {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.badge-card {
  min-width: 170px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 20px;
}

.badge-card h3 {
  font-size: 1.8rem;
  color: var(--secondary);
  margin-bottom: 6px;
}

.badge-card p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
}

/* Section Header */
.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.section-header h2,
.about-text h2,
.cta-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 16px;
  color: var(--primary);
}

.section-header p,
.about-text p,
.cta-box p {
  color: var(--muted);
}

/* Collection */
.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.plant-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.plant-card:hover {
  transform: translateY(-10px);
}

.plant-image {
  height: 260px;
  overflow: hidden;
}

.plant-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.plant-card:hover .plant-image img {
  transform: scale(1.08);
}

.plant-content {
  padding: 24px;
}

.plant-category {
  display: inline-block;
  font-size: 0.8rem;
  color: var(--secondary);
  font-weight: 600;
  margin-bottom: 10px;
}

.plant-content h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
  color: var(--primary);
}

.plant-content p {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.plant-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.price {
  font-weight: 700;
  color: var(--primary-dark);
}

.detail-btn {
  padding: 10px 18px;
  border: none;
  border-radius: 999px;
  background: var(--primary);
  color: var(--white);
  cursor: pointer;
  transition: var(--transition);
}

.detail-btn:hover {
  background: var(--primary-dark);
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-image img {
  border-radius: 28px;
  box-shadow: var(--shadow);
  min-height: 500px;
  object-fit: cover;
}

.about-text p {
  margin-bottom: 18px;
}

.about-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 28px;
}

.point-card {
  background: var(--white);
  border-radius: 18px;
  padding: 22px;
  box-shadow: var(--shadow);
}

.point-card h4 {
  color: var(--primary);
  margin-bottom: 8px;
}

/* Stats */
.stats {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}

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

.stat-box {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 34px 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-box h3 {
  font-size: 2.8rem;
  color: var(--secondary);
  margin-bottom: 10px;
}

.stat-box p {
  color: rgba(255, 255, 255, 0.88);
}

/* Testimonials */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.testimonial-card {
  background: var(--white);
  padding: 32px;
  border-radius: 24px;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.testimonial-card:hover {
  transform: translateY(-8px);
}

.testimonial-card p {
  color: var(--muted);
  margin-bottom: 28px;
  font-size: 0.98rem;
}

.client h4 {
  color: var(--primary);
  margin-bottom: 4px;
}

.client span {
  color: #7f8a82;
  font-size: 0.92rem;
}

/* CTA */
.cta-box {
  background:
    linear-gradient(135deg, rgba(15, 61, 46, 0.96), rgba(9, 37, 28, 0.94)),
    url("https://images.unsplash.com/photo-1463936575829-25148e1db1b8?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  color: var(--white);
  border-radius: 34px;
  padding: 70px 40px;
  text-align: center;
  box-shadow: var(--shadow);
}

.cta-box h2 {
  color: var(--white);
}

.cta-box p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 760px;
  margin: 0 auto 28px;
}

/* Footer */
.footer {
  background: #081c15;
  color: rgba(255, 255, 255, 0.85);
  padding-top: 60px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 28px;
  flex-wrap: wrap;
}

.footer-content h3 {
  color: var(--secondary);
  margin-bottom: 12px;
  font-family: 'Playfair Display', serif;
}

.footer-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-links a:hover {
  color: var(--secondary);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  padding: 18px 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.65);
}

/* Reveal Animation */
.reveal {
  opacity: 0;
  transform: translateY(45px);
  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

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

  .about-grid,
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .nav {
    position: absolute;
    top: 80px;
    right: 4%;
    width: 240px;
    background: rgba(9, 37, 28, 0.97);
    border-radius: 18px;
    padding: 22px;
    flex-direction: column;
    gap: 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
  }

  .nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .menu-toggle {
    display: block;
  }

  .hero-badges {
    flex-direction: column;
    max-width: 260px;
  }

  .collection-grid,
  .testimonial-grid,
  .about-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 80px 0;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .cta-box {
    padding: 50px 24px;
  }
}