* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, sans-serif;
  background: #f5f3ec;
  color: #1c4b2f;
}

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

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

.container {
  width: 90%;
  max-width: 1180px;
  margin: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 249, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e8dfd0;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  gap: 20px;
}

.brand-title {
  font-size: 28px;
  font-weight: 800;
  color: #1c4b2f;
}

.brand-sub {
  font-size: 13px;
  color: #7d7158;
  margin-top: 4px;
}

.main-nav {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.main-nav a {
  font-size: 15px;
  font-weight: 600;
  color: #2b4032;
}

.main-nav a:hover {
  color: #b8861b;
}

.hero {
  padding: 84px 0;
  background:
    radial-gradient(circle at top right, rgba(217, 194, 138, 0.18), transparent 32%),
    radial-gradient(circle at bottom left, rgba(93, 139, 79, 0.12), transparent 28%);
}

.hero-grid,
.two-col,
.contact-box,
.market-layout,
.brand-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  background: #ffffff;
  border: 1px solid #d8c5a0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #75684a;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
  margin: 0;
}

h1 {
  font-size: 64px;
  line-height: 1.04;
  margin-top: 26px;
  color: #17472d;
}

h2 {
  font-size: 42px;
  line-height: 1.14;
  color: #17472d;
}

h3 {
  font-size: 28px;
  line-height: 1.2;
  color: #17472d;
  margin-top: 0;
}

.lead,
p,
li {
  font-size: 18px;
  line-height: 1.8;
  color: #2e4c38;
}

.cta {
  margin-top: 24px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  min-height: 48px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-sizing: border-box;
  transition: all 0.18s ease;
  cursor: pointer;
  border: 1px solid transparent;
}

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

.primary {
  background: #1c4b2f;
  color: #ffffff;
  border: 1px solid #1c4b2f;
}

.outline {
  background: transparent;
  color: #1c4b2f;
  border: 1px solid #1c4b2f;
}

.full {
  width: 100%;
}

.tags {
  margin-top: 18px;
}

.tags span {
  background: #ffffff;
  padding: 9px 14px;
  margin-right: 10px;
  border-radius: 999px;
  display: inline-block;
  margin-top: 12px;
  font-weight: 600;
  color: #2c4b37;
  border: 1px solid #ece3d1;
}

.hero-img-card {
  background: linear-gradient(135deg, #1f5b3a, #87a952);
  padding: 22px;
  border-radius: 26px;
  box-shadow: 0 20px 50px rgba(28, 75, 47, 0.18);
}

.hero-img {
  width: 100%;
  border-radius: 18px;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 10;
  border: 1px solid #d7c7a3;
}

.section {
  padding: 84px 0;
}

.section-light {
  background: #ffffff;
}

.card,
.dark-card,
.form-card,
.box,
.variety-card {
  border-radius: 24px;
}

.card,
.variety-card,
.box {
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(24, 78, 46, 0.06);
  border: 1px solid #ece3d1;
}

.dark-card {
  background: #1c4b2f;
  color: #ffffff;
  padding: 34px;
  box-shadow: 0 16px 40px rgba(24, 78, 46, 0.18);
}

.dark-card h2,
.dark-card p,
.dark-card .eyebrow,
.dark-card span,
.dark-card strong {
  color: #ffffff;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: #b8861b;
  margin-bottom: 10px;
}

.gold {
  color: #d9bc7a;
}

.clean-list {
  padding-left: 18px;
  margin: 16px 0 0 0;
}

.clean-list li {
  margin-bottom: 8px;
}

.mini-grid,
.variety-grid,
.grid-4,
.stats {
  display: grid;
  gap: 18px;
}

.mini-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 22px;
}

.mini-card {
  background: #f8f4eb;
  padding: 18px;
  border-radius: 16px;
  font-weight: 600;
  border: 1px solid #ece3d1;
}

.variety-grid {
  grid-template-columns: repeat(3, 1fr);
}

.variety-card {
  text-align: left;
}

.variety-label {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 12px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 14px;
}

.tiger {
  background: #1c4b2f;
}

.golden {
  background: #c8921d;
}

.jade {
  background: #8cad4b;
}

.market-layout {
  align-items: start;
}

.market-intro {
  background: #1c4b2f;
  color: #ffffff;
  padding: 34px;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(24, 78, 46, 0.18);
}

.market-intro h2,
.market-intro p {
  color: #ffffff;
}

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

.box {
  text-align: left;
  font-weight: 600;
}

.stats {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
}

.stat {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.stat strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
}

.stat span {
  display: block;
  font-size: 14px;
  margin-top: 6px;
  opacity: 0.9;
}

.mt-lg {
  margin-top: 28px;
}

.image-card {
  display: flex;
  align-items: center;
  justify-content: center;
}

.packaging-img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid #e4d6b4;
}

.contact {
  background: #1c4b2f;
  color: #ffffff;
  padding: 72px 0;
}

.contact h2,
.contact p,
.contact .eyebrow,
.contact-info div {
  color: #ffffff;
}

.form-card {
  background: #ffffff;
  color: #1c4b2f;
  padding: 28px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.form-card input,
.form-card textarea {
  width: 100%;
  padding: 13px 14px;
  margin-bottom: 12px;
  border-radius: 10px;
  border: 1px solid #d9c8a8;
  font: inherit;
  box-sizing: border-box;
}

.form-card textarea {
  min-height: 120px;
  resize: vertical;
}

.center-head {
  text-align: center;
  margin-bottom: 28px;
}

@media (max-width: 1024px) {
  .hero-grid,
  .two-col,
  .contact-box,
  .market-layout,
  .brand-block {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 768px) {
  .main-nav {
    display: none;
  }

  .cta {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 34px;
  }

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

@media (max-width: 600px) {
  .container {
    width: calc(100% - 28px);
  }

  .brand-title {
    font-size: 22px;
  }

  .hero {
    padding: 60px 0;
  }

  .section {
    padding: 64px 0;
  }
}

.brand-with-logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex-shrink: 0;
}

.hero-logo-wrap {
  margin-bottom: 18px;
}

.hero-logo {
  width: 150px;
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .nav-logo {
    width: 48px;
    height: 48px;
  }

  .hero-logo {
    width: 120px;
  }
}