:root {
  --bg: #f7f9f6;
  --surface: #ffffff;
  --surface-soft: #eef5ec;
  --ink: #173321;
  --muted: #5b6b60;
  --line: #d8e2d8;
  --brand: #2f6f3e;
  --brand-dark: #1d4d2c;
  --accent: #f2c84b;
  --danger: #a54034;
  --radius: 8px;
  --shadow: 0 10px 30px rgba(26, 48, 32, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

a {
  color: var(--brand-dark);
}

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

.skip-link {
  left: 16px;
  padding: 10px 12px;
  position: absolute;
  top: -60px;
  z-index: 20;
  background: var(--ink);
  color: #fff;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 16px 20px;
}

.brand-link {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: var(--brand);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.nav-toggle {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  cursor: pointer;
  display: none;
  font-size: 16px;
  padding: 8px 10px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 18px;
}

.nav-links a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--brand);
}

.button,
.button-secondary {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  text-decoration: none;
}

.button {
  background: var(--brand);
  color: #fff;
}

.button:hover {
  background: var(--brand-dark);
}

.button-secondary {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--ink);
}

.hero {
  background: linear-gradient(180deg, #ffffff 0%, #edf5ec 100%);
  border-bottom: 1px solid var(--line);
}

.hero-inner,
.section,
.legal-section,
.site-footer .footer-inner {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.hero-inner {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  padding-bottom: 64px;
  padding-top: 64px;
}

.hero-inner > *,
.grid > *,
.order-grid > *,
.site-footer .footer-inner > * {
  min-width: 0;
}

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

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.18;
  overflow-wrap: break-word;
}

p,
li,
a {
  overflow-wrap: break-word;
}

h1 {
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: 0;
  margin: 0 0 18px;
}

h2 {
  font-size: clamp(26px, 3vw, 38px);
  margin: 0 0 16px;
}

h3 {
  font-size: 20px;
  margin: 0 0 10px;
}

.lead {
  color: var(--muted);
  font-size: 19px;
  margin: 0 0 26px;
  max-width: 680px;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.trust-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.trust-item,
.notice,
.card,
.order-card,
.policy-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.trust-item {
  color: var(--muted);
  font-size: 14px;
  padding: 12px;
}

.product-panel {
  align-self: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
}

.product-visual {
  align-items: center;
  background: var(--surface-soft);
  border-radius: var(--radius);
  display: flex;
  justify-content: center;
  min-height: 260px;
  padding: 24px;
}

.bottle {
  background: linear-gradient(180deg, #ffffff 0%, #e8efe8 100%);
  border: 2px solid #c6d5c6;
  border-radius: 18px 18px 24px 24px;
  box-shadow: 0 14px 26px rgba(20, 54, 28, 0.16);
  height: 220px;
  position: relative;
  width: 132px;
}

.bottle::before {
  background: #244832;
  border-radius: 8px 8px 3px 3px;
  content: "";
  height: 34px;
  left: 37px;
  position: absolute;
  top: -34px;
  width: 58px;
}

.bottle-label {
  background: #2f6f3e;
  color: #fff;
  font-weight: 800;
  left: 14px;
  padding: 18px 6px;
  position: absolute;
  right: 14px;
  text-align: center;
  top: 78px;
}

.illustration-note {
  color: var(--muted);
  font-size: 12px;
  margin: 12px 0 0;
  text-align: center;
}

.section {
  padding-bottom: 56px;
  padding-top: 56px;
}

.section-header {
  max-width: 780px;
  margin-bottom: 28px;
}

.grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.card,
.policy-card {
  padding: 24px;
}

.card p,
.policy-card p,
.legal-section p,
.order-card p {
  color: var(--muted);
}

.notice {
  background: #fffdf3;
  border-color: #eadb9c;
  color: #5b4c1a;
  margin: 22px 0;
  padding: 18px;
}

.notice strong {
  color: #382d0e;
}

.order-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.order-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.order-card.featured {
  border-color: var(--brand);
  box-shadow: var(--shadow);
}

.order-card .badge {
  align-self: flex-start;
  background: var(--surface-soft);
  border-radius: 999px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px;
  padding: 6px 10px;
}

.price {
  color: var(--ink);
  font-size: 36px;
  font-weight: 900;
  margin: 12px 0 2px;
}

.price small {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.facts {
  margin: 18px 0 24px;
  padding: 0;
}

.facts li {
  border-top: 1px solid var(--line);
  color: var(--muted);
  list-style: none;
  padding: 9px 0;
}

.order-card .button {
  margin-top: auto;
}

.legal-section {
  padding-bottom: 56px;
  padding-top: 56px;
}

.legal-section h1 {
  font-size: clamp(32px, 4vw, 48px);
}

.legal-section h2 {
  font-size: 24px;
  margin-top: 34px;
}

.legal-section ul {
  color: var(--muted);
}

.meta-box {
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin: 24px 0;
  padding: 20px;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.contact-list li {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  list-style: none;
  padding: 16px;
}

.site-footer {
  background: #102318;
  color: #e5efe6;
  margin-top: 36px;
}

.site-footer .footer-inner {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 34px;
  padding-top: 34px;
}

.site-footer a {
  color: #dcefdc;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: flex-end;
}

.footer-small {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #bfcebf;
  font-size: 12px;
  grid-column: 1 / -1;
  padding-top: 20px;
}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    align-items: stretch;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 0 20px 20px;
    position: absolute;
    right: 0;
    top: 67px;
  }

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

  .hero-inner,
  .grid,
  .grid.two,
  .order-grid,
  .site-footer .footer-inner {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .hero-inner,
  .section,
  .legal-section {
    padding-bottom: 38px;
    padding-top: 38px;
  }

  .hero-actions,
  .section-actions {
    flex-direction: column;
  }

  .button,
  .button-secondary {
    width: 100%;
  }
}
