:root {
  --ink: #12201c;
  --muted: #5e6b66;
  --forest: #174c3a;
  --forest-dark: #0d3528;
  --leaf: #b8df3b;
  --mint: #eaf3ee;
  --paper: #ffffff;
  --sand: #f5f3ec;
  --line: #dce5e0;
  --warning: #df7b29;
  --shadow: 0 14px 36px rgba(18, 32, 28, .10);
  --radius: 6px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 88px 0; }
.section--soft { background: var(--sand); }
.section--mint { background: var(--mint); }
.section--dark { background: var(--forest-dark); color: white; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--forest);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.section--dark .eyebrow { color: var(--leaf); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.55rem, 6vw, 5.25rem); line-height: .98; letter-spacing: -.045em; max-width: 760px; }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.06; letter-spacing: -.035em; }
h3 { font-size: 1.32rem; line-height: 1.2; }
.lead { font-size: clamp(1.08rem, 2vw, 1.35rem); color: var(--muted); max-width: 700px; }
.section--dark .lead { color: #d6e4dc; }

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; background: white; padding: 10px 14px; z-index: 1000; }


.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.nav { min-height: 76px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; font-size: 1.27rem; letter-spacing: -.02em; margin-right: auto; }
.brand-mark { width: 35px; height: 35px; border-radius: 50%; background: var(--forest); position: relative; box-shadow: inset -7px -7px 0 rgba(0,0,0,.08); }
.brand-mark::before { content: ""; position: absolute; width: 14px; height: 9px; border: 3px solid var(--leaf); border-top: 0; border-right: 0; transform: rotate(-45deg); left: 9px; top: 10px; }
.nav-links { display: flex; gap: 27px; align-items: center; font-size: .95rem; font-weight: 700; }
.nav-links a { padding: 27px 0 24px; border-bottom: 3px solid transparent; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--forest); border-color: var(--leaf); }
.nav-actions { display: flex; gap: 9px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 12px 20px; border-radius: 4px; border: 1px solid transparent; font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(18,32,28,.14); }
.btn--primary { background: var(--forest); color: white; }
.btn--primary:hover { background: var(--forest-dark); }
.btn--accent { background: var(--leaf); color: var(--ink); }
.btn--outline { border-color: var(--forest); color: var(--forest); background: transparent; }
.btn--light { background: white; color: var(--forest-dark); }
.btn--small { min-height: 39px; padding: 9px 14px; font-size: .84rem; }
.text-link { color: var(--forest); font-weight: 800; display: inline-flex; gap: 6px; align-items: center; }
.text-link::after { content: "→"; transition: transform .18s ease; }
.text-link:hover::after { transform: translateX(4px); }

.hero { min-height: 690px; position: relative; display: grid; align-items: stretch; background: var(--mint); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 690px; }
.hero-copy { padding: 102px 56px 90px 0; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.hero-copy p { max-width: 620px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.hero-visual { position: relative; height: 690px; overflow: hidden; }
.hero-visual img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.hero-badge { position: absolute; left: 22px; bottom: 22px; background: white; max-width: 260px; padding: 16px 18px; box-shadow: var(--shadow); border-left: 5px solid var(--leaf); }
.hero-badge strong { display: block; font-size: 1rem; }
.hero-badge span { color: var(--muted); font-size: .88rem; }

.intro-strip { background: var(--forest); color: white; }
.intro-strip .container { min-height: 96px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; }
.intro-point { padding: 20px 28px; border-right: 1px solid rgba(255,255,255,.18); display: flex; gap: 13px; align-items: center; }
.intro-point:last-child { border-right: 0; }
.intro-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(184,223,59,.14); color: var(--leaf); display: grid; place-items: center; font-weight: 900; }
.intro-point strong { display:block; }
.intro-point span { color: #cfe0d7; font-size: .9rem; }

.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 36px; }
.section-head > div { max-width: 760px; }

.campaign-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.campaign { position: relative; min-height: 500px; overflow: hidden; border-radius: var(--radius); background: #dbe8df; }
.campaign img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.campaign:hover img { transform: scale(1.025); }
.campaign-overlay { position: absolute; inset: auto 0 0; padding: 86px 34px 32px; color: white; background: linear-gradient(transparent, rgba(8,28,21,.9)); }
.campaign-overlay h3 { font-size: clamp(1.8rem,3vw,2.55rem); margin-bottom: 8px; }
.campaign-overlay p { max-width: 460px; color: #e7f0eb; }

.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.place-card, .article-card, .value-card, .product-card { border: 1px solid var(--line); background: white; border-radius: var(--radius); overflow: hidden; }
.place-card img, .article-card img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.card-body { padding: 23px; }
.card-body p { color: var(--muted); }

.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.product-card { padding: 22px; display: flex; flex-direction: column; min-height: 100%; }
.product-image { background: var(--mint); min-height: 230px; display: grid; place-items: center; margin: -22px -22px 22px; }
.product-image img { width: 78%; height: 190px; object-fit: contain; }
.product-card p { color: var(--muted); }
.product-meta { font-size: .8rem; color: var(--forest); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-card .text-link { margin-top: auto; }

.explainer { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: center; }
.steps { display: grid; gap: 12px; }
.step { display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: start; padding: 20px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.step-num { width: 44px; height: 44px; border-radius: 50%; background: var(--leaf); display: grid; place-items: center; font-weight: 900; }
.step p { color: var(--muted); margin-bottom: 0; }

.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.value-card { padding: 28px; }
.value-icon { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); color: var(--forest); font-size: 1.35rem; font-weight: 900; margin-bottom: 20px; }
.value-card p { color: var(--muted); }

.retailer-cta { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 30px; }
.retailer-cta .btn { justify-self: end; }

.page-hero { padding: 100px 0 72px; background: var(--mint); }
.page-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.page-hero img { display: block; width: 100%; height: 430px; border-radius: var(--radius); object-fit: cover; }
.breadcrumbs { font-size: .85rem; color: var(--muted); margin-bottom: 26px; }
.breadcrumbs a { color: var(--forest); font-weight: 700; }

.feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.feature { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.feature p { color: var(--muted); margin-bottom: 0; }
.check-list { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--forest); font-weight: 900; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.split img { border-radius: var(--radius); }
.callout { padding: 32px; border-left: 5px solid var(--leaf); background: var(--mint); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
label { font-weight: 800; font-size: .92rem; }
input, textarea, select { width: 100%; border: 1px solid #bdcac3; border-radius: 4px; padding: 13px 14px; background: white; }
textarea { min-height: 150px; resize: vertical; }
.form-note { color: var(--muted); font-size: .86rem; }

.support-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.support-card { border: 1px solid var(--line); padding: 27px; border-radius: var(--radius); }
.support-card p { color: var(--muted); }

.site-footer { background: #0a271e; color: #dce7e2; padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3,1fr); gap: 44px; }
.footer-title { color: white; font-weight: 900; margin-bottom: 14px; }
.footer-links { display: grid; gap: 10px; font-size: .92rem; }
.footer-links a:hover { color: white; }
.footer-copy { color: #aebfb7; max-width: 350px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: .82rem; color: #9fb2a9; }

.notice { background: #fff5e8; border: 1px solid #f0ceb1; padding: 14px 16px; border-radius: 4px; color: #6d3b16; }

@media (max-width: 1050px) {
  .nav-actions .btn--outline { display: none; }
  .hero-grid, .page-hero-grid, .split, .explainer { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 0; padding-bottom: 48px; }
  .hero-visual { height: 480px; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .nav { min-height: 66px; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 66px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; background: white; border-bottom: 1px solid var(--line); padding: 8px 20px 18px; }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-actions .btn { display: none; }
  .hero { min-height: auto; }
  .hero-grid { display: block; }
  .hero-copy { padding: 72px 0 44px; }
  .hero-visual { height: 420px; margin-inline: -20px; }
  .intro-strip .container { grid-template-columns: 1fr; padding: 10px 0; }
  .intro-point { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .intro-point:last-child { border-bottom: 0; }
  .campaign-grid, .card-grid, .values, .feature-grid, .support-grid { grid-template-columns: 1fr; }
  .campaign { min-height: 430px; }
  .section-head { display: block; }
  .section-head .btn { margin-top: 10px; }
  .retailer-cta { grid-template-columns: 1fr; }
  .retailer-cta .btn { justify-self: start; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 64px 0; }
  .product-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .hero-visual { margin-inline: -14px; height: 350px; }
  .hero-badge { left: 14px; right: 14px; max-width: none; }
  .page-hero { padding: 72px 0 54px; }
  .footer-bottom { flex-direction: column; }
}
.mobile-only { display: none; }
@media (max-width: 820px) {
  .nav-links .mobile-only { display: block; }
}

/* Full-width home-page hero */
.hero--full {
  min-height: 720px;
  background: var(--forest-dark);
}
.hero--full .hero-grid {
  width: 100%;
  max-width: none;
  min-height: 720px;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
.hero--full .hero-visual,
.hero--full .hero-copy {
  grid-area: 1 / 1;
}
.hero--full .hero-visual {
  width: 100%;
  height: 720px;
  min-height: 0;
  margin: 0;
}
.hero--full .hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 28, 21, .22) 0%, rgba(8, 28, 21, 0) 58%);
  pointer-events: none;
}
.hero--full .hero-visual img {
  width: 100%;
  height: 100%;
  object-position: center;
}
.hero--full .hero-copy {
  align-self: center;
  justify-self: start;
  width: min(590px, calc(100% - 40px));
  margin-left: max(20px, calc((100vw - var(--max)) / 2));
  padding: 46px 48px 48px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  backdrop-filter: blur(5px);
}
.hero--full .hero-copy h1 {
  font-size: clamp(2.7rem, 5vw, 4.8rem);
}
.hero--full .hero-badge {
  left: auto;
  right: max(20px, calc((100vw - var(--max)) / 2));
}

@media (max-width: 1050px) {
  .hero--full,
  .hero--full .hero-grid {
    min-height: 660px;
  }
  .hero--full .hero-visual {
    height: 660px;
  }
  .hero--full .hero-copy {
    padding: 38px 40px 40px;
  }
}

@media (max-width: 820px) {
  .hero--full,
  .hero--full .hero-grid {
    min-height: 640px;
  }
  .hero--full .hero-grid {
    display: grid;
  }
  .hero--full .hero-visual {
    height: 640px;
    margin: 0;
  }
  .hero--full .hero-visual img {
    object-position: 62% center;
  }
  .hero--full .hero-copy {
    align-self: end;
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    padding: 30px;
  }
  .hero--full .hero-copy h1 {
    font-size: clamp(2.45rem, 11vw, 4rem);
  }
  .hero--full .hero-badge {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero--full,
  .hero--full .hero-grid {
    min-height: 610px;
  }
  .hero--full .hero-visual {
    height: 610px;
    margin: 0;
  }
  .hero--full .hero-copy {
    width: calc(100% - 28px);
    margin: 0 14px 14px;
    padding: 25px 24px 27px;
  }
  .hero--full .hero-copy .lead {
    font-size: 1rem;
  }
}
