:root {
  color-scheme: light;
  --bg: #f7f8f5;
  --surface: #ffffff;
  --surface-strong: #eef3f0;
  --text: #17201c;
  --muted: #5a665f;
  --line: #d9e0dc;
  --primary: #0f5132;
  --primary-dark: #093820;
  --accent: #d7652a;
  --accent-dark: #ad4817;
  --blue: #345b8c;
  --focus: #114fd2;
  --shadow: 0 20px 60px rgba(16, 32, 26, 0.14);
  --radius: 8px;
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  background: var(--text);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 12px clamp(16px, 4vw, 48px);
  border-bottom: 1px solid rgba(23, 32, 28, 0.08);
  background: rgba(247, 248, 245, 0.92);
  backdrop-filter: blur(14px);
}

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

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  color: var(--muted);
  font-weight: 650;
  text-decoration: none;
}

.site-nav a:hover {
  background: var(--surface-strong);
  color: var(--text);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--text);
}

.nav-toggle span[aria-hidden="true"],
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: calc(100svh - 68px);
  overflow: clip;
  display: grid;
  align-items: center;
  isolation: isolate;
  background: #f1f3ef;
}

.hero picture,
.hero picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero picture img {
  object-fit: cover;
  object-position: 62% center;
}

@media (min-width: 1120px) {
  .hero picture img {
    object-fit: contain;
    object-position: right center;
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(247, 248, 245, 0.96) 0%, rgba(247, 248, 245, 0.82) 38%, rgba(247, 248, 245, 0.25) 70%),
    linear-gradient(180deg, rgba(247, 248, 245, 0.1), rgba(247, 248, 245, 0.35));
}

.hero picture {
  z-index: -2;
}

.hero-content {
  width: min(650px, calc(100% - 32px));
  margin-left: clamp(16px, 8vw, 96px);
  padding: 64px 0;
  z-index: 1;
}

.eyebrow,
.label {
  margin: 0 0 10px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3.2rem, 6.6vw, 6.7rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.hero-copy {
  max-width: 52ch;
  margin: 22px 0 0;
  color: #24302a;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}

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

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  font: inherit;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: 0 0 auto;
}

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

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

.button-secondary {
  background: var(--surface);
  color: var(--text);
  border-color: var(--line);
}

.button-secondary:hover,
.button-ghost:hover {
  border-color: var(--primary);
}

.button-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 610px;
  margin: 34px 0 0;
  border: 1px solid rgba(23, 32, 28, 0.12);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}

.hero-facts div {
  padding: 14px;
  border-right: 1px solid rgba(23, 32, 28, 0.12);
}

.hero-facts div:last-child {
  border-right: 0;
}

.hero-facts dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 4px 0 0;
  font-size: 1.22rem;
  font-weight: 850;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.trust-strip div {
  min-height: 86px;
  padding: 18px clamp(16px, 3vw, 34px);
  border-right: 1px solid var(--line);
  color: var(--muted);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong {
  color: var(--text);
}

.section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 112px) 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.07rem;
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 360px);
  gap: 18px;
  align-items: stretch;
}

.product-card,
.variant-card,
.benefit-grid article,
.safety-grid article,
.privacy-grid article,
.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(16, 32, 26, 0.06);
}

.featured-product {
  grid-row: span 2;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1fr);
  gap: 0;
  overflow: clip;
}

.gallery {
  display: grid;
  grid-template-rows: auto auto;
  gap: 12px;
  padding: 18px;
  background: #f0f2ee;
}

#gallery-main {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 0;
  max-height: 620px;
  object-fit: contain;
  background: #fff;
  border-radius: 6px;
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.thumb {
  min-height: 78px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.thumb.is-active {
  border-color: var(--primary);
}

.thumb img {
  width: 100%;
  height: 78px;
  object-fit: contain;
  background: #fff;
}

.product-copy {
  padding: clamp(22px, 4vw, 44px);
}

.product-summary,
.feature-list,
.fineprint,
.variant-card p,
.benefit-grid p,
.safety-grid p,
.privacy-grid p,
.faq p,
.site-footer p {
  color: var(--muted);
}

.price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 14px;
  margin: 24px 0 18px;
}

.price {
  color: var(--primary-dark);
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 900;
  line-height: 1;
}

.tax {
  max-width: 26ch;
  color: var(--muted);
  font-size: 0.95rem;
}

.feature-list,
.check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.check-list li {
  position: relative;
  padding-left: 22px;
}

.feature-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
}

.fineprint {
  margin: 18px 0 0;
  font-size: 0.88rem;
}

.variant-card {
  overflow: clip;
}

.variant-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: contain;
  background: #f0f2ee;
}

.variant-card div {
  padding: 22px;
}

.variant-price {
  margin: 18px 0 6px;
  color: var(--primary-dark) !important;
  font-size: 1.7rem;
  font-weight: 900;
}

.variant-card a {
  color: var(--blue);
  font-weight: 850;
}

.evidence-section {
  border-top: 1px solid var(--line);
}

.evidence-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 28px;
  align-items: start;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(16, 32, 26, 0.06);
}

.evidence-panel > div:first-child {
  display: grid;
  align-content: start;
  gap: 16px;
}

.evidence-panel p {
  margin: 0;
  color: var(--muted);
}

.evidence-panel .button {
  width: fit-content;
}

.evidence-price {
  color: var(--primary-dark) !important;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  font-weight: 950;
  line-height: 0.98;
}

.evidence-price span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
}

.evidence-list {
  margin-top: 0;
}

.statement-hero {
  width: min(var(--max), calc(100% - 32px));
  min-height: calc(100svh - 68px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(42px, 8vw, 92px) 0;
}

.statement-copy {
  display: grid;
  gap: 20px;
}

.statement-copy h1 {
  max-width: 11ch;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.statement-copy p {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.statement-facts {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
}

.statement-facts div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.statement-facts dt {
  color: var(--muted);
  font-weight: 850;
}

.statement-facts dd {
  margin: 0;
  font-weight: 900;
}

.statement-figure {
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(16, 32, 26, 0.06);
}

.statement-figure img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 6px;
  background: #f0f2ee;
}

.statement-figure figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-weight: 800;
}

.statement-section {
  border-top: 1px solid var(--line);
}

.statement-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 20px;
  align-items: start;
}

.statement-table,
.statement-card {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(16, 32, 26, 0.06);
}

.statement-table {
  margin: 0;
}

.statement-table div {
  grid-template-columns: minmax(140px, 0.36fr) 1fr;
}

.statement-card p {
  margin: 0 0 16px;
  color: var(--muted);
}

.statement-card .label {
  margin: 0 0 8px;
  color: var(--primary);
}

.scene-section {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding-left: clamp(16px, 4vw, 64px);
  padding-right: clamp(16px, 4vw, 64px);
  background: var(--surface-strong);
}

.scene-section img {
  width: 100%;
  aspect-ratio: 5 / 1;
  min-height: 0;
  max-height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
}

.scene-section p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.1rem;
}

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

.benefit-grid article,
.safety-grid article,
.privacy-grid article {
  padding: 24px;
}

.benefit-grid span {
  display: inline-block;
  margin-bottom: 38px;
  color: var(--accent-dark);
  font-weight: 900;
}

.safety-section {
  border-top: 1px solid var(--line);
}

.data-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
}

.data-list div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.data-list dt {
  color: var(--muted);
  font-weight: 800;
}

.data-list dd {
  margin: 0;
}

.faq {
  max-width: 920px;
}

.faq details {
  padding: 18px 22px;
  margin-bottom: 12px;
}

.faq summary {
  cursor: pointer;
  font-weight: 850;
}

.site-footer {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 36px;
  padding: clamp(40px, 7vw, 72px) clamp(16px, 4vw, 64px);
  border-top: 1px solid var(--line);
  background: #16221d;
  color: #fff;
}

.site-footer p,
.site-footer a {
  color: #d8e5de;
}

.footer-brand {
  color: #fff;
  font-size: 1.4rem;
}

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

.site-footer h2 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.site-footer p {
  margin: 0 0 10px;
  font-size: 0.94rem;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 960px;
  margin: 0 auto;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
}

.cookie-banner div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .product-grid,
  .featured-product,
  .evidence-panel,
  .statement-hero,
  .statement-grid,
  .scene-section,
  .benefit-grid,
  .safety-grid,
  .privacy-grid,
  .site-footer,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .featured-product {
    grid-row: auto;
  }

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

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 12px;
    left: 12px;
    display: none;
    grid-template-columns: 1fr;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    width: 100%;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding-bottom: 24px;
  }

  .hero picture,
  .hero picture img {
    position: static;
    inset: auto;
  }

  .hero picture {
    order: 1;
    width: min(520px, calc(100% - 32px));
    aspect-ratio: 1 / 1;
    height: auto;
    margin: 18px auto 0;
    overflow: hidden;
    border-radius: var(--radius);
    background: #f0f2ee;
  }

  .hero picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .hero-overlay {
    display: none;
    background:
      linear-gradient(180deg, rgba(247, 248, 245, 0.98) 0%, rgba(247, 248, 245, 0.86) 46%, rgba(247, 248, 245, 0.24) 100%);
  }

  .hero-content {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    align-self: start;
    justify-self: start;
    order: 2;
    margin: 0 0 0 16px;
    padding: 28px 0 18px;
  }

  .hero-copy,
  .hero-actions,
  .hero-facts {
    max-width: 100%;
  }

  h1 {
    max-width: 9ch;
    font-size: clamp(2.55rem, 12.5vw, 3.4rem);
  }

  .hero-actions,
  .product-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button,
  .product-actions .button {
    width: 100%;
    min-width: 0;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-facts div {
    border-right: 0;
    border-bottom: 1px solid rgba(23, 32, 28, 0.12);
  }

  .hero-facts div:last-child {
    border-bottom: 0;
  }

  #gallery-main {
    aspect-ratio: 1 / 1;
    max-height: none;
  }

  .scene-section img {
    aspect-ratio: 16 / 9;
    max-height: none;
  }

  .data-list div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

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

  .cookie-banner div,
  .cookie-banner .button {
    width: 100%;
  }

  .evidence-panel .button {
    width: 100%;
  }

  .statement-facts div,
  .statement-table div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

@media (max-width: 520px) {
  .hero-content {
    width: min(360px, calc(100vw - 48px));
    max-width: min(360px, calc(100vw - 48px));
  }

  .cookie-banner {
    right: auto;
    width: min(360px, calc(100vw - 48px));
    max-width: min(360px, calc(100vw - 48px));
  }

  .button {
    width: 100%;
  }

  .thumb-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
