:root {
  --sage: #c5d2be;
  --sage-wash: #d8e3d3;
  --sage-deep: #6f8468;
  --olive: #3d4a38;
  --cream: #f4efe4;
  --cream-hot: #fffaf1;
  --paper: #ece4d4;
  --ink: #1c1b17;
  --muted: #5a574e;
  --orange: #c24e14;
  --orange-hot: #a84210;
  --lemon: #e4b83a;
  --lemon-wash: #f3e7b8;
  --line: #c9d4c4;
  --card: #fffdf8;
  --fineprint: #6f7268;
  --shadow: 0 18px 46px rgba(61, 74, 56, 0.1);
}

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

html { scroll-behavior: smooth; }

body {
  min-height: 100svh;
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", system-ui, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(1200px 640px at 8% 0%, var(--sage-wash) 0%, transparent 58%),
    radial-gradient(900px 520px at 100% 12%, var(--lemon-wash) 0%, transparent 42%),
    linear-gradient(180deg, var(--sage-wash) 0%, var(--cream) 48%, var(--cream) 100%);
}

img { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }

.wrap { width: min(1180px, calc(100% - 3.25rem)); margin-inline: auto; }

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--cream) 82%, transparent);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 1.25rem;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem 1.15rem;
}

.logo {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration: none;
  color: var(--olive);
}

.nav .logo {
  letter-spacing: 0.14em;
}

.nav-link {
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--olive);
}

.nav-link:hover,
.nav-link[aria-current="page"] { color: var(--ink); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  border: 1px solid var(--orange);
  border-radius: 999px;
  padding: 1rem 1.55rem;
  font: 700 0.78rem/1 Inter, system-ui, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(194, 78, 20, 0.22);
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.btn:hover { background: var(--orange-hot); border-color: var(--orange-hot); }
.btn:active { transform: translateY(1px); }

.nav-buy {
  padding: 0.7rem 1.15rem;
  box-shadow: 0 8px 18px rgba(194, 78, 20, 0.18);
}

.btn-ghost {
  background: transparent;
  color: var(--olive);
  border-color: var(--olive);
  box-shadow: none;
}

.btn-ghost:hover { background: var(--olive); color: var(--cream); border-color: var(--olive); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 3.5rem;
  align-items: center;
  min-height: calc(100svh - 72px);
  padding: 3.25rem 0 4.25rem;
}

.hero h1 {
  font-size: clamp(2.7rem, 6.2vw, 4.85rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
  max-width: 11ch;
  margin-bottom: 1.15rem;
}

.hero-sub {
  max-width: 36ch;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 1.7rem;
}

.features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem 1.7rem;
  list-style: none;
  margin-top: 2.1rem;
}

.feature {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
}

.feature svg {
  width: 1.35rem;
  height: 1.35rem;
  flex: none;
  color: var(--sage-deep);
}

.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.35rem;
  list-style: none;
  margin-top: 1.55rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--olive);
}

.trust-item svg {
  width: 1.15rem;
  height: 1.15rem;
  flex: none;
  color: var(--lemon);
}

.trust-shop {
  margin: 1.35rem 0 0;
}

.hero-visual {
  position: relative;
}

.hero-photo {
  width: 100%;
  height: auto;
  max-height: min(78svh, 760px);
  object-fit: contain;
  filter: drop-shadow(0 22px 40px rgba(52, 62, 48, 0.16));
}

.shop {
  padding: 3.4rem 0 4.5rem;
}

.home-offers {
  padding-top: 1.2rem;
  border-top: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
}

.contact-line {
  margin-top: 0.85rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--olive);
}

.contact-line a {
  color: var(--orange);
  text-underline-offset: 3px;
}

.contact-line a:hover { color: var(--orange-hot); }

.shop-intro {
  max-width: 40rem;
  margin-bottom: 2.4rem;
}

.shop-intro h1,
.shop-intro h2 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 0.85rem;
}

.value-line {
  font-size: 1.08rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.dose-line {
  color: var(--muted);
  font-size: 0.98rem;
}

.offers {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.15rem;
  align-items: stretch;
}

.offer {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  padding: 2rem 1.85rem 1.8rem;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
}

.offer-featured {
  background: linear-gradient(180deg, var(--sage-wash) 0%, var(--card) 62%);
  color: var(--ink);
  border-color: color-mix(in srgb, var(--sage-deep) 55%, var(--line));
}

.offer-tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.7rem;
}

.offer-featured .offer-tag { color: var(--orange); }

.price {
  font-size: clamp(3rem, 6vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.9;
  margin: 0.15rem 0 0.45rem;
}

.price span {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--muted);
}

.offer-featured .price span { color: var(--olive); }

.offer ul {
  list-style: none;
  display: grid;
  gap: 0.55rem;
  margin: 1.15rem 0 1.55rem;
  color: var(--muted);
  font-size: 0.96rem;
}

.offer-featured ul { color: var(--muted); }
.offer .btn { width: 100%; margin-top: auto; }

footer {
  padding: 2.1rem 0 2.8rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: baseline;
  border-top: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1.05rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: var(--olive);
  text-decoration: none;
  border-radius: 999px;
}

.social-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
}

.social-icon:hover { color: var(--ink); background: color-mix(in srgb, var(--sage-wash) 70%, transparent); }

footer a { color: var(--olive); text-underline-offset: 3px; }
footer a:hover { color: var(--ink); }
.fineprint a { color: var(--orange); }
.fineprint a:hover { color: var(--orange-hot); }

.fineprint {
  width: 100%;
  font-size: 0.74rem;
  color: var(--fineprint);
  max-width: 72ch;
}

@media (max-width: 900px) {
  .wrap { width: min(1180px, calc(100% - 1.6rem)); }
  .hero,
  .offers { grid-template-columns: 1fr; }
  .hero {
    gap: 1.5rem;
    padding: 1.4rem 0 2.6rem;
    min-height: unset;
  }
  .hero-visual { order: -1; }
  .hero h1 { max-width: 12ch; }
  .hero-photo { max-height: min(58svh, 460px); margin-inline: auto; }
  .features { gap: 0.95rem 1.2rem; }
  .shop { padding: 2rem 0 3.2rem; }
  .nav-actions { gap: 0.7rem; }
  .nav-buy { padding: 0.62rem 0.95rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
