:root {
  --green-950: #062a18;
  --green-900: #0b3a24;
  --green-800: #155334;
  --green-100: #e9f0df;
  --cream: #fbf3dc;
  --paper: #fff8e9;
  --gold: #c99b43;
  --gold-dark: #8f6820;
  --ink: #1d251f;
  --muted: #657064;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(6, 42, 24, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: rgba(6, 42, 24, 0.94);
  border-bottom: 1px solid rgba(201, 155, 67, 0.34);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--cream);
  border: 2px solid var(--gold);
  border-radius: 50%;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 700;
}

.brand strong {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
}

.brand small {
  display: block;
  color: #dec891;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--cream);
}

.nav-toggle {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 75px);
  padding: clamp(34px, 6vw, 82px) clamp(18px, 5vw, 72px) clamp(32px, 5vw, 64px);
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(6, 42, 24, 0.98), rgba(11, 58, 36, 0.86) 48%, rgba(143, 104, 32, 0.42)),
    radial-gradient(circle at 24% 18%, rgba(201, 155, 67, 0.28), transparent 34%),
    var(--green-950);
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: 0.96;
}

h1 {
  max-width: 760px;
  color: var(--cream);
  font-size: clamp(64px, 11vw, 154px);
}

h2 {
  color: var(--green-950);
  font-size: clamp(36px, 6vw, 72px);
}

h3 {
  margin: 0 0 8px;
  color: var(--green-950);
  font-size: 18px;
  line-height: 1.18;
}

.hero-subtitle {
  max-width: 600px;
  margin: 22px 0 0;
  color: rgba(255, 248, 233, 0.87);
  font-size: clamp(18px, 2.3vw, 25px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: var(--green-950);
  background: var(--gold);
}

.button.secondary {
  color: var(--cream);
  border-color: rgba(255, 255, 255, 0.34);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-strip span {
  padding: 9px 12px;
  color: #f6e8be;
  border: 1px solid rgba(201, 155, 67, 0.42);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-media {
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(201, 155, 67, 0.44);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: left center;
}

section {
  padding: clamp(52px, 7vw, 96px) clamp(18px, 5vw, 72px);
}

.band {
  background: var(--cream);
}

.intro,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: start;
}

.intro p:not(.eyebrow),
.contact p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 30px;
}

.section-heading p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.benefit-grid,
.herb-grid,
.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.benefit-grid article,
.herb-grid article,
.steps article,
.contact-card {
  border: 1px solid rgba(21, 83, 52, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.benefit-grid article {
  min-height: 230px;
  padding: 24px;
}

.benefit-grid p,
.herb-grid p,
.steps p {
  margin: 0;
  color: var(--muted);
}

.icon {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--gold-dark);
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  font-weight: 700;
}

.showcase {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 0.8fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: #f7eed6;
}

.showcase img,
.promise-strip img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.showcase p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold-dark);
  content: "✓";
}

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

.herb-grid article {
  min-height: 190px;
  padding: 20px;
}

.herb-grid small {
  display: block;
  margin-bottom: 14px;
  color: var(--gold-dark);
  font-weight: 800;
}

.steps article {
  display: grid;
  min-height: 160px;
  align-content: start;
  gap: 22px;
  padding: 22px;
}

.steps strong {
  color: var(--gold-dark);
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  line-height: 1;
}

.promise-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  background: var(--green-950);
}

.promise-strip img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: left center;
}

.contact {
  align-items: center;
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.contact-card a {
  color: var(--green-900);
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 800;
  text-decoration: none;
}

.contact-card p {
  font-size: 16px;
}

footer {
  display: grid;
  gap: 8px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--green-950);
  font-size: 13px;
}

footer p {
  margin: 0;
}

@media (max-width: 1040px) {
  .hero,
  .intro,
  .showcase,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    min-height: 420px;
  }

  .hero-media img {
    min-height: 420px;
  }

  .benefit-grid,
  .herb-grid,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 6px;
    background: transparent;
  }

  .nav-toggle span {
    width: 20px;
    height: 2px;
    background: var(--cream);
  }

  .site-nav {
    position: absolute;
    top: 75px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(201, 155, 67, 0.28);
    border-radius: 8px;
    background: var(--green-900);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 15px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  h1 {
    font-size: clamp(54px, 18vw, 86px);
  }

  .hero-media,
  .hero-media img {
    min-height: 360px;
  }

  .benefit-grid,
  .herb-grid,
  .steps,
  .promise-strip {
    grid-template-columns: 1fr;
  }

  .benefit-grid article,
  .herb-grid article,
  .steps article {
    min-height: auto;
  }

  .promise-strip img {
    aspect-ratio: auto;
  }
}
