:root {
  --ink: #171810;
  --ink-soft: #313225;
  --paper: #f5f1e8;
  --paper-deep: #e9e2d4;
  --white: #fffdf8;
  --line: #d3ccbd;
  --yellow: #f1c71b;
  --yellow-soft: #f9e997;
  --orange: #ca6d24;
  --green: #355b44;
  --muted: #6e6d61;
  --shadow: 0 24px 70px rgba(28, 25, 15, .12);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .18em; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--white);
  border: 2px solid var(--ink);
}
.skip-link:focus { top: 16px; }
.legacy-anchor { position: relative; top: -96px; display: block; height: 0; overflow: hidden; visibility: hidden; }

.top-note {
  background: var(--yellow);
  border-bottom: 1px solid rgba(0,0,0,.3);
  color: #12130c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}
.top-note .shell {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(23, 24, 16, .96);
  color: #fffdf4;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
}
.brand-mark {
  width: 24px;
  height: 34px;
  background: var(--yellow);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
}
.brand small {
  display: block;
  margin-top: 5px;
  color: #aaa99f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}
.primary-nav a {
  color: #d9d7ce;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}
.primary-nav a:hover { color: var(--yellow); }
.lang-nav {
  display: flex;
  gap: 2px;
  padding-left: 18px;
  border-left: 1px solid #494a3f;
}
.lang-nav a {
  min-width: 32px;
  padding: 5px 7px;
  color: #aaa99f;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}
.lang-nav a[aria-current="page"] { background: var(--yellow); color: var(--ink); }

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 48%, rgba(241,199,27,.25), transparent 25%),
    linear-gradient(155deg, #171810 0 69%, #24251b 69% 100%);
  color: #fffdf5;
}
.hero-grid {
  min-height: 670px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  align-items: center;
  gap: 32px;
  padding-block: 72px 54px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.hero .eyebrow { color: var(--yellow); }
h1, h2, h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -.035em;
}
h1 { max-width: 780px; font-size: clamp(48px, 7vw, 88px); }
h2 { max-width: 780px; font-size: clamp(38px, 5.2vw, 64px); }
h3 { font-size: clamp(25px, 3vw, 34px); }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-lead {
  max-width: 670px;
  margin: 28px 0 0;
  color: #d1d1c5;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--ink);
  color: #fff;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.button-ghost { background: transparent; color: #fff; border-color: #646559; }
.button-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.button-arrow::after { content: "→"; font-size: 1.25em; }

.hero-product { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-product::before {
  content: "";
  position: absolute;
  width: 330px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 44px rgba(241,199,27,.06);
}
.hero-product img {
  position: relative;
  z-index: 2;
  width: min(440px, 88%);
  height: auto;
  max-height: 480px;
  object-fit: contain;
  filter: drop-shadow(0 36px 36px rgba(0,0,0,.45));
}
.source-stamp {
  position: absolute;
  right: 4px;
  bottom: 30px;
  z-index: 3;
  width: 175px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(23,24,16,.86);
  color: #d8d8cf;
  font-size: 12px;
  line-height: 1.45;
  box-shadow: var(--shadow);
}
.source-stamp strong { display: block; color: var(--yellow); font-size: 17px; }

.facts-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact {
  min-height: 132px;
  padding: 27px 28px;
  border-right: 1px solid var(--line);
}
.fact:first-child { border-left: 1px solid var(--line); }
.fact strong { display: block; margin-bottom: 5px; font-family: Georgia, serif; font-size: 27px; line-height: 1.1; }
.fact span { color: var(--muted); font-size: 13px; line-height: 1.35; }

.section { padding-block: 100px; }
.section-tight { padding-block: 70px; }
.section-white { background: var(--white); }
.section-dark { background: var(--ink); color: #fffdf5; }
.section-yellow { background: var(--yellow); }
.section-head {
  display: grid;
  grid-template-columns: minmax(240px,.7fr) minmax(0,1.3fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 52px;
}
.section-head .intro { max-width: 620px; margin: 0; color: var(--muted); }
.section-dark .section-head .intro { color: #b5b5ab; }

.verdict-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
}
.verdict-main, .verdict-side {
  min-height: 100%;
  padding: 38px;
  border: 1px solid var(--line);
  background: var(--white);
}
.verdict-main { border-top: 6px solid var(--green); }
.verdict-side { background: var(--paper-deep); }
.verdict-label { color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.verdict-main h2 { margin-top: 16px; font-size: clamp(32px,4vw,52px); }
.check-list, .plain-list { list-style: none; padding: 0; margin: 26px 0 0; }
.check-list li, .plain-list li { position: relative; padding: 12px 0 12px 34px; border-top: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.plain-list li::before { content: "—"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }

.compare-wrap { border-top: 1px solid #4a4b40; }
.compare-row {
  display: grid;
  grid-template-columns: .7fr 1fr 1fr;
  border-bottom: 1px solid #4a4b40;
}
.compare-row > * { padding: 22px 24px; }
.compare-row > * + * { border-left: 1px solid #4a4b40; }
.compare-row dt { color: #9b9c90; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.compare-row dd { margin: 0; }
.compare-head { background: #23241b; }
.compare-head dt { color: transparent; }
.compare-head strong { display: block; color: var(--yellow); font-family: Georgia,serif; font-size: 30px; }
.compare-head span { color: #b6b6ac; font-size: 13px; }
.status {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid currentColor;
  color: var(--yellow);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.evidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.evidence-card { padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.evidence-card .num { color: var(--orange); font-family: Georgia,serif; font-size: 40px; line-height: 1; }
.evidence-card h3 { margin-top: 32px; font-family: inherit; font-size: 19px; font-weight: 850; letter-spacing: -.02em; }
.evidence-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; }

.ingredients-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: start; }
.ingredient-cloud { display: flex; flex-wrap: wrap; gap: 9px; }
.ingredient-cloud span { padding: 9px 12px; border: 1px solid #4a4b40; color: #dddcd3; font-size: 14px; }
.ingredient-cloud .accent { border-color: var(--yellow); color: var(--yellow); }
.safety-note { margin-top: 30px; padding: 24px; border-left: 4px solid var(--yellow); background: #23241b; color: #c8c8bf; }

.source-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.source-card { position: relative; padding: 36px; border: 1px solid var(--line); background: var(--white); }
.source-card::after { content: attr(data-source); position: absolute; top: 21px; right: 24px; color: #99978b; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.source-card h3 { max-width: 420px; }
.source-card p { color: var(--muted); }
.source-card a { font-weight: 850; }
.source-warning { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 14px; }

.gallery-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr .7fr;
  grid-template-rows: 280px 280px;
  gap: 10px;
}
.gallery-item { position: relative; overflow: hidden; border: 0; padding: 0; background: #ddd; cursor: zoom-in; }
.gallery-item:first-child { grid-row: span 2; }
.gallery-item:nth-child(4) { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-caption { max-width: 760px; margin: 18px 0 0; color: var(--muted); font-size: 14px; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { padding: 32px; border-top: 1px solid rgba(0,0,0,.45); }
.step .num { font-family: Georgia,serif; font-size: 62px; line-height: 1; }
.step h3 { margin-top: 38px; font-family: inherit; font-size: 19px; font-weight: 900; }
.step p { margin-bottom: 0; font-size: 15px; }

.order-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 0;
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
}
.order-copy { padding: 52px; background: linear-gradient(140deg, #222319, #171810); }
.order-copy h2 { margin-top: 16px; }
.order-copy p { color: #c0c0b5; }
.order-facts { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }
.order-facts span { padding: 7px 10px; border: 1px solid #525347; color: #d8d8ce; font-size: 12px; }
.availability-state {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
  background: var(--white);
  color: var(--ink);
}
.availability-badge {
  align-self: flex-start;
  padding: 6px 10px;
  border: 1px solid var(--orange);
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.availability-state h3 { margin-top: 22px; }
.availability-state > p { margin-bottom: 0; color: var(--muted); }
.availability-checks { list-style: none; padding: 0; margin: 24px 0; border-top: 1px solid var(--line); }
.availability-checks li { position: relative; padding: 11px 0 11px 28px; border-bottom: 1px solid var(--line); font-size: 14px; }
.availability-checks li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.text-link { font-size: 14px; font-weight: 850; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: inherit; }
.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.policy-card { padding: 34px; border: 1px solid var(--line); background: var(--white); }
.policy-card h2 { font-size: clamp(30px, 4vw, 46px); }
.policy-card h3 { font-family: inherit; font-size: 19px; font-weight: 850; }
.policy-card p, .policy-card li { color: var(--ink-soft); }
.policy-card-wide { grid-column: 1 / -1; }
.policy-list { margin: 22px 0 0; padding-left: 21px; }
.policy-list li + li { margin-top: 10px; }
.callout { margin-top: 24px; padding: 18px 20px; border-left: 4px solid var(--yellow); background: var(--paper-deep); }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 24px 56px 24px 0; cursor: pointer; font-weight: 850; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; top: 16px; font-family: Georgia,serif; font-size: 32px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 800px; margin: 0 0 26px; color: var(--muted); }

.article-hero { padding-block: 88px 72px; background: var(--white); border-bottom: 1px solid var(--line); }
.article-hero h1 { max-width: 920px; font-size: clamp(48px,7vw,82px); }
.article-lead { max-width: 760px; color: var(--muted); font-size: 21px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: var(--muted); font-size: 13px; }
.article-layout { display: grid; grid-template-columns: 260px minmax(0,760px); gap: 70px; align-items: start; }
.article-toc { position: sticky; top: 104px; padding-top: 10px; }
.article-toc strong { display: block; margin-bottom: 12px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.article-toc a { display: block; padding: 7px 0; color: var(--muted); font-size: 14px; text-decoration: none; }
.article-body h2 { margin-top: 70px; font-size: 43px; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { margin-top: 40px; font-family: inherit; font-size: 21px; font-weight: 850; }
.article-body p { color: var(--ink-soft); }
.quote-card { margin: 32px 0; padding: 28px; border-left: 5px solid var(--yellow); background: var(--white); }
.article-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.article-table th, .article-table td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-table th { background: var(--paper-deep); }

.site-footer { padding-block: 60px 34px; background: #11120c; color: #cbcbbf; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 60px; }
.footer-grid h3 { color: #fff; font-family: inherit; font-size: 15px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { color: #a7a79c; font-size: 13px; }
.footer-links { display: grid; gap: 7px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 24px; border-top: 1px solid #36372f; color: #77786e; font-size: 12px; }

.photo-dialog { width: min(920px, calc(100% - 32px)); padding: 0; border: 0; background: #111; }
.photo-dialog::backdrop { background: rgba(0,0,0,.82); }
.photo-dialog img { width: 100%; max-height: 82vh; object-fit: contain; }
.photo-dialog button { position: absolute; top: 10px; right: 10px; width: 42px; height: 42px; border: 0; background: #fff; color: #111; font-size: 24px; cursor: pointer; }

@media (max-width: 900px) {
  .primary-nav > a { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 68px; }
  .hero-product { min-height: 430px; }
  .hero-product img { width: min(390px, 82%); max-height: 430px; }
  .source-stamp { right: 10%; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(3) { border-left: 1px solid var(--line); }
  .section-head, .verdict-grid, .ingredients-layout, .order-panel, .article-layout, .policy-grid { grid-template-columns: 1fr; gap: 32px; }
  .policy-card-wide { grid-column: auto; }
  .evidence-grid { grid-template-columns: 1fr 1fr; }
  .source-grid { grid-template-columns: 1fr; }
  .article-toc { position: static; padding: 20px; background: var(--paper-deep); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .top-note .shell { min-height: 48px; }
  .nav { min-height: 64px; gap: 12px; }
  .brand small { display: none; }
  .lang-nav { padding-left: 8px; }
  .lang-nav a { min-width: 28px; padding-inline: 5px; }
  .hero-grid { padding-block: 54px 32px; }
  h1 { font-size: 49px; }
  .hero-lead { font-size: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-product { min-height: 350px; }
  .hero-product::before { width: 240px; }
  .source-stamp { right: 0; bottom: 0; width: 155px; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact { min-height: 112px; padding: 22px 16px; }
  .fact strong { font-size: 22px; }
  .section, .section-tight { padding-block: 70px; }
  .section-head { margin-bottom: 36px; }
  .verdict-main, .verdict-side, .source-card { padding: 26px; }
  .compare-row { grid-template-columns: .75fr 1fr 1fr; font-size: 13px; }
  .compare-row > * { padding: 16px 10px; }
  .compare-head strong { font-size: 21px; }
  .evidence-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 310px 190px 190px; }
  .gallery-item:first-child { grid-column: span 2; grid-row: auto; }
  .gallery-item:nth-child(4) { grid-column: auto; }
  .steps-grid { grid-template-columns: 1fr; }
  .step { display: grid; grid-template-columns: 70px 1fr; gap: 0 16px; padding: 22px 0; }
  .step .num { grid-row: span 2; }
  .step h3 { margin-top: 0; }
  .order-copy, .availability-state { padding: 32px 24px; }
  .article-hero { padding-block: 60px 48px; }
  .article-hero h1 { font-size: 46px; }
  .article-body h2 { font-size: 36px; }
  .article-table { display: block; overflow-x: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
