:root {
  --midnight: #10272b;
  --forest-ink: #17383b;
  --sage: #73958b;
  --mist: #eaf0ed;
  --ivory: #f8f6f1;
  --paper: #fffefb;
  --bronze: #a67c4f;
  --champagne: #d8c6a5;
  --charcoal: #283033;
  --muted: #687477;
  --line: #dce3df;
  --success: #416b59;
  --display-font: Georgia, "Times New Roman", serif;
  --body-font: Inter, Arial, sans-serif;
  --shadow: 0 24px 70px rgba(16, 39, 43, 0.14);
  --soft-shadow: 0 18px 44px rgba(16, 39, 43, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--ivory);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

body.menu-open,
body.dialog-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(166, 124, 79, 0.65);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  transform: translateY(-160%);
  background: var(--midnight);
  color: var(--paper);
  padding: 10px 14px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 800;
}

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

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

.page-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.notice-strip {
  background: var(--forest-ink);
  color: var(--mist);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 16px;
}

.notice-strip p {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255, 254, 251, 0.92);
  border-bottom: 1px solid rgba(220, 227, 223, 0.85);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: min(1240px, calc(100% - 36px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-mark img {
  width: 154px;
  object-fit: contain;
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex: 1;
  font-size: 0.88rem;
  font-weight: 750;
  color: var(--forest-ink);
}

.primary-nav a,
.footer-grid a {
  text-decoration: none;
}

.primary-nav a:hover,
.footer-grid a:hover {
  color: var(--bronze);
}

.header-action,
.offer-button,
.text-action,
.mobile-offer-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 850;
  line-height: 1.2;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.header-action,
.offer-button {
  background: var(--forest-ink);
  color: var(--paper);
  border: 1px solid var(--forest-ink);
  box-shadow: 0 14px 30px rgba(16, 39, 43, 0.14);
}

.header-action {
  min-height: 42px;
  padding: 11px 16px;
  white-space: nowrap;
  font-size: 0.88rem;
}

.offer-button:hover,
.header-action:hover,
.mobile-offer-bar a:hover {
  transform: translateY(-2px);
  background: var(--midnight);
}

.text-action {
  background: transparent;
  color: var(--forest-ink);
  border: 1px solid rgba(23, 56, 59, 0.24);
}

.text-action:hover {
  border-color: var(--bronze);
  color: var(--bronze);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
  cursor: pointer;
}

.menu-toggle span:not(.visually-hidden) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--forest-ink);
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0 78px;
  background:
    radial-gradient(circle at 88% 12%, rgba(216, 198, 165, 0.44), transparent 30%),
    linear-gradient(135deg, var(--paper) 0%, var(--ivory) 54%, var(--mist) 100%);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 9% auto auto 5%;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(115, 149, 139, 0.32);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
  gap: 54px;
  align-items: center;
}

.hero-copy {
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--bronze);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1,
h2 {
  margin: 0;
  color: var(--midnight);
  font-family: var(--display-font);
  font-weight: 500;
  line-height: 1.04;
}

h1 {
  max-width: 760px;
  font-size: clamp(3.1rem, 7vw, 3.4rem);
}

h2 {
  font-size: clamp(2.15rem, 4.4vw, 3.0rem);
}

h3 {
  margin: 0;
  color: var(--forest-ink);
  font-size: 1.05rem;
  line-height: 1.28;
}

.hero-intro {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.fine-note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-art {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
}

.lens-ring {
  position: absolute;
  width: min(92%, 460px);
  aspect-ratio: 1;
  border: 1px solid rgba(166, 124, 79, 0.32);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 254, 251, 0.46), rgba(234, 240, 237, 0.2));
}

.product-plinth {
  position: relative;
  width: min(94%, 540px);
  padding: 56px 24px;
  background: linear-gradient(145deg, rgba(255, 254, 251, 0.72), rgba(216, 198, 165, 0.25));
  border: 1px solid rgba(220, 227, 223, 0.9);
  box-shadow: var(--shadow);
}

.product-plinth img {
  margin: 0 auto;
  filter: drop-shadow(0 24px 28px rgba(16, 39, 43, 0.16));
}

.floating-dossier {
  position: absolute;
  right: 0;
  bottom: 56px;
  width: min(245px, 58%);
  padding: 20px;
  background: rgba(255, 254, 251, 0.92);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}

.floating-dossier span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.floating-dossier strong {
  display: block;
  margin: 2px 0 13px;
  color: var(--forest-ink);
  line-height: 1.25;
}

.dossier-section,
.table-section,
.faq-section {
  padding: 88px 0;
  background: var(--paper);
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

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

.compact-heading {
  margin-left: 0;
  text-align: left;
}

.dossier-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.dossier-grid div {
  min-height: 150px;
  padding: 26px 22px;
  border-right: 1px solid var(--line);
}

.dossier-grid div:last-child {
  border-right: 0;
}

.dossier-grid dt {
  color: var(--bronze);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dossier-grid dd {
  margin: 14px 0 0;
  color: var(--midnight);
  font-family: var(--display-font);
  font-size: 1.3rem;
  line-height: 1.2;
}

.editorial-section,
.bonus-section,
.checklist-section,
.definition-section,
.habits-section,
.perspective-section {
  padding: 96px 0;
}

.split-editorial,
.checklist-grid,
.guarantee-grid,
.final-grid,
.duo-grid,
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.article-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.02rem;
}

.callout-line,
.medical-alert,
.offer-notice,
.research-note {
  padding: 18px 20px;
  background: rgba(216, 198, 165, 0.22);
  border-left: 3px solid var(--bronze);
  color: var(--forest-ink) !important;
  font-weight: 750;
}

.ingredient-section {
  padding: 96px 0;
  background: var(--mist);
}

.ingredient-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.formula-card {
  min-height: 410px;
  padding: 18px;
  background: var(--paper);
  border: 1px solid rgba(220, 227, 223, 0.95);
  box-shadow: 0 14px 36px rgba(16, 39, 43, 0.06);
}

.formula-card.large-card {
  grid-column: span 2;
}

.formula-card.wide-card {
  grid-column: span 2;
}

.formula-card img,
.text-medallion {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  background: var(--ivory);
}

.text-medallion {
  display: grid;
  place-items: center;
  color: rgba(23, 56, 59, 0.22);
  font-family: var(--display-font);
  font-size: 8rem;
  border: 1px solid var(--line);
}

.formula-card span {
  display: block;
  margin-top: 18px;
  color: var(--bronze);
  font-family: var(--display-font);
  font-size: 1.45rem;
}

.formula-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.duo-feature {
  padding: 100px 0;
  background: var(--forest-ink);
  color: var(--mist);
}

.duo-feature h2,
.duo-feature h3 {
  color: var(--paper);
}

.duo-feature p {
  color: rgba(255, 254, 251, 0.76);
}

.food-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.food-list span {
  min-height: 92px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 198, 165, 0.34);
  color: var(--paper);
  font-family: var(--display-font);
  font-size: 1.45rem;
}

.habit-list {
  border-top: 1px solid var(--line);
}

.habit-list article {
  display: grid;
  grid-template-columns: 90px 0.42fr 1fr;
  gap: 26px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}

.habit-list span {
  color: var(--bronze);
  font-family: var(--display-font);
  font-size: 1.8rem;
}

.habit-list p {
  margin: 0;
  color: var(--muted);
}

.medical-alert {
  margin: 34px 0 0;
}

.review-grid,
.offer-grid,
.definition-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.review-card,
.package-option,
.definition-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}

.review-card {
  position: relative;
  padding: 34px 28px;
}

.quote-mark {
  color: rgba(166, 124, 79, 0.28);
  font-family: var(--display-font);
  font-size: 5rem;
  line-height: 0.72;
}

.review-label {
  margin: 12px 0 14px;
  color: var(--bronze);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.review-card p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.centred-note {
  max-width: 820px;
  margin: 26px auto 0;
  text-align: center;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: var(--paper);
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

th,
td {
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th {
  background: var(--forest-ink);
  color: var(--paper);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

td:first-child {
  color: var(--midnight);
  font-weight: 850;
}

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

.definition-panel {
  padding: 34px;
}

.positive-panel {
  background: var(--forest-ink);
  color: var(--mist);
}

.positive-panel h3 {
  color: var(--paper);
}

.definition-panel ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.definition-panel li {
  margin: 10px 0;
}

.plain-panel li {
  color: var(--muted);
}

.offer-section {
  padding: 98px 0;
  background:
    linear-gradient(180deg, rgba(234, 240, 237, 0.72), rgba(255, 254, 251, 0.88)),
    var(--mist);
}

.package-option {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 590px;
  padding: 26px;
  text-align: center;
}

.highlighted-option {
  border-color: rgba(166, 124, 79, 0.52);
  transform: translateY(-12px);
}

.option-badge {
  align-self: center;
  margin: 0 0 14px;
  padding: 6px 12px;
  border: 1px solid rgba(166, 124, 79, 0.5);
  color: var(--bronze);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.package-option img {
  height: 245px;
  object-fit: contain;
  margin: 0 auto 18px;
}

.package-option h3 {
  font-family: var(--display-font);
  font-size: 1.75rem;
  font-weight: 500;
}

.price-line {
  margin: 14px 0 22px;
  color: var(--forest-ink);
  font-weight: 900;
}

.package-option .offer-button {
  margin-top: auto;
}

.offer-notice {
  margin: 30px auto 0;
  max-width: 900px;
}

.guarantee-section,
.final-section {
  padding: 96px 0;
  background: var(--ivory);
}

.guarantee-grid {
  align-items: center;
}

.guarantee-emblem {
  width: min(320px, 100%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  padding: 34px;
  border-radius: 50%;
  border: 1px solid rgba(166, 124, 79, 0.38);
  background: radial-gradient(circle, var(--paper), rgba(216, 198, 165, 0.38));
  text-align: center;
  box-shadow: var(--soft-shadow);
}

.guarantee-emblem span {
  display: block;
  color: var(--forest-ink);
  font-family: var(--display-font);
  font-size: 6rem;
  line-height: 0.86;
}

.guarantee-emblem small {
  display: block;
  max-width: 160px;
  color: var(--muted);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dark-button {
  margin-top: 18px;
}

.bonus-section {
  background: var(--paper);
}

.checklist-section {
  background: var(--forest-ink);
  color: rgba(255, 254, 251, 0.78);
}

.checklist-section h2 {
  color: var(--paper);
}

.confidence-list {
  counter-reset: confidence;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(216, 198, 165, 0.28);
}

.confidence-list li {
  counter-increment: confidence;
  position: relative;
  padding: 19px 0 19px 64px;
  border-bottom: 1px solid rgba(216, 198, 165, 0.28);
  color: var(--paper);
  font-weight: 750;
}

.confidence-list li::before {
  content: counter(confidence, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 17px;
  color: var(--champagne);
  font-family: var(--display-font);
  font-size: 1.3rem;
}

.faq-grid {
  grid-template-columns: 0.48fr 1fr;
}

.faq-intro {
  position: sticky;
  top: 116px;
}

.faq-item {
  border-top: 1px solid var(--line);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-item button {
  width: 100%;
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border: 0;
  background: transparent;
  color: var(--forest-ink);
  font: inherit;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.faq-item button::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--bronze);
  font-family: var(--display-font);
  font-size: 1.7rem;
}

.faq-item button[aria-expanded="true"]::after {
  content: "−";
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-answer > p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
}

.faq-item button[aria-expanded="true"] + .faq-answer {
  grid-template-rows: 1fr;
  padding-bottom: 22px;
}

.final-section {
  background: linear-gradient(135deg, var(--mist), var(--paper));
}

.final-grid {
  align-items: center;
}

.final-grid p {
  color: var(--muted);
}

.final-grid img {
  justify-self: center;
  filter: drop-shadow(0 24px 32px rgba(16, 39, 43, 0.16));
}

.site-footer {
  padding: 72px 0 28px;
  background: var(--midnight);
  color: rgba(255, 254, 251, 0.72);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.8fr;
  gap: 40px;
}

.footer-grid img {
  width: 160px;
  margin-bottom: 18px;
  filter: brightness(1.12);
}

.footer-grid p {
  margin: 0;
  max-width: 520px;
}

.footer-grid nav,
.footer-legal {
  display: grid;
  gap: 12px;
  align-content: start;
}

.footer-grid a,
.legal-link {
  color: var(--paper);
  font-weight: 750;
}

.legal-link {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 254, 251, 0.14);
  font-size: 0.85rem;
}

.footer-bottom p {
  margin: 0;
}

.legal-dialog,
.exit-panel {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(16, 39, 43, 0.72);
}

.legal-dialog[hidden],
.exit-panel[hidden] {
  display: none;
}

.dialog-card,
.exit-card {
  position: relative;
  width: min(640px, 100%);
  max-height: min(720px, calc(100vh - 48px));
  overflow: auto;
  padding: 42px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.dialog-card h2,
.exit-card h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--forest-ink);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.mobile-offer-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  background: rgba(255, 254, 251, 0.96);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.mobile-offer-bar span {
  color: var(--forest-ink);
  font-weight: 900;
}

.mobile-offer-bar a {
  min-height: 42px;
  padding: 10px 14px;
  background: var(--forest-ink);
  color: var(--paper);
}

@media (max-width: 1060px) {
  .header-inner {
    justify-content: space-between;
  }

  .primary-nav {
    position: fixed;
    top: 116px;
    left: 18px;
    right: 18px;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 14px;
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

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

  .primary-nav a {
    padding: 14px 6px;
    border-bottom: 1px solid var(--line);
  }

  .primary-nav a:last-child {
    border-bottom: 0;
  }

  .menu-toggle {
    display: inline-block;
  }

  .header-action {
    display: none;
  }

  .hero-grid,
  .split-editorial,
  .checklist-grid,
  .guarantee-grid,
  .final-grid,
  .duo-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

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

  .dossier-grid div {
    border-bottom: 1px solid var(--line);
  }

  .ingredient-gallery,
  .review-grid,
  .offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .formula-card.large-card,
  .formula-card.wide-card {
    grid-column: span 1;
  }

  .faq-intro {
    position: static;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 82px;
  }

  .page-shell {
    width: min(100% - 28px, 1180px);
  }

  .notice-strip {
    font-size: 0.68rem;
  }

  .header-inner {
    width: min(100% - 28px, 1240px);
    min-height: 70px;
  }

  .brand-mark img {
    width: 136px;
  }

  .primary-nav {
    top: 103px;
    left: 14px;
    right: 14px;
  }

  .hero-section {
    padding: 70px 0 52px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-art {
    min-height: 380px;
  }

  .product-plinth {
    padding: 42px 10px;
  }

  .floating-dossier {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -18px;
  }

  .dossier-section,
  .editorial-section,
  .ingredient-section,
  .habits-section,
  .perspective-section,
  .table-section,
  .definition-section,
  .offer-section,
  .guarantee-section,
  .bonus-section,
  .checklist-section,
  .faq-section,
  .final-section {
    padding: 64px 0;
  }

  .dossier-grid,
  .ingredient-gallery,
  .review-grid,
  .offer-grid,
  .definition-grid,
  .food-list {
    grid-template-columns: 1fr;
  }

  .dossier-grid div {
    min-height: auto;
    border-right: 0;
  }

  .habit-list article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .formula-card,
  .package-option {
    min-height: auto;
  }

  .highlighted-option {
    transform: none;
  }

  .package-option img {
    height: 210px;
  }

  .dialog-card,
  .exit-card {
    padding: 34px 22px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
  }

  .mobile-offer-bar {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Rebuild polish pass: stronger modern editorial rhythm and controlled imagery. */
.hero-section {
  padding: 112px 0 86px;
  background:
    linear-gradient(115deg, rgba(255, 254, 251, 0.96) 0%, rgba(248, 246, 241, 0.92) 42%, rgba(234, 240, 237, 0.95) 100%),
    radial-gradient(circle at 78% 18%, rgba(166, 124, 79, 0.18), transparent 30%);
}

.hero-copy {
  padding: 18px 0;
}

.hero-intro {
  font-size: 1.16rem;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 560px;
  margin-top: 26px;
}

.hero-points span {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  background: rgba(255, 254, 251, 0.7);
  border: 1px solid rgba(220, 227, 223, 0.9);
  color: var(--forest-ink);
  font-size: 0.9rem;
  font-weight: 850;
}

.product-plinth {
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 254, 251, 0.9), rgba(216, 198, 165, 0.18)),
    repeating-linear-gradient(90deg, rgba(23, 56, 59, 0.04) 0 1px, transparent 1px 34px);
}

.product-plinth img {
  max-height: 430px;
  object-fit: contain;
}

.floating-dossier {
  border-radius: 8px;
}

.atelier-section,
.journal-section,
.trust-section {
  padding: 92px 0;
}

.atelier-section {
  background: var(--paper);
}

.atelier-grid,
.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 46px;
  align-items: stretch;
}

.atelier-lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding: 42px;
  background: var(--forest-ink);
  color: rgba(255, 254, 251, 0.78);
  border-radius: 8px;
}

.atelier-lead h2 {
  color: var(--paper);
}

.atelier-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.atelier-notes article,
.journal-grid article,
.trust-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(16, 39, 43, 0.08);
}

.atelier-notes article {
  min-height: 360px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.atelier-notes span {
  color: var(--bronze);
  font-family: var(--display-font);
  font-size: 2rem;
}

.atelier-notes p,
.journal-grid p,
.trust-layout p {
  color: var(--muted);
}

.ingredient-section {
  background:
    linear-gradient(180deg, rgba(234, 240, 237, 0.86), rgba(248, 246, 241, 0.92)),
    var(--mist);
}

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

.ingredient-board .formula-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: 16px 16px 22px;
  border-radius: 8px;
  overflow: hidden;
}

.ingredient-board .formula-card:nth-child(1),
.ingredient-board .formula-card:nth-child(4),
.ingredient-board .formula-card:nth-child(7) {
  background: linear-gradient(180deg, var(--paper), rgba(234, 240, 237, 0.62));
}

.ingredient-media {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(255, 254, 251, 0.96), rgba(216, 198, 165, 0.2)),
    var(--ivory);
  border: 1px solid rgba(220, 227, 223, 0.9);
}

.ingredient-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: auto;
  padding: 18px;
  background: transparent;
}

.letter-media {
  color: rgba(23, 56, 59, 0.24);
  font-family: var(--display-font);
  font-size: 4.6rem;
  line-height: 1;
}

.ingredient-number {
  display: inline-flex !important;
  width: fit-content;
  margin: 20px 0 10px !important;
  color: var(--bronze) !important;
  font-family: var(--body-font) !important;
  font-size: 0.74rem !important;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ingredient-board .formula-card h3 {
  min-height: 54px;
  display: flex;
  align-items: flex-start;
  font-size: 1.12rem;
}

.ingredient-board .formula-card p {
  margin-top: 12px;
  font-size: 0.95rem;
}

.journal-section {
  background: var(--paper);
}

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

.journal-grid article {
  min-height: 270px;
  padding: 30px;
}

.journal-grid span {
  display: inline-flex;
  margin-bottom: 44px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(166, 124, 79, 0.4);
  color: var(--bronze);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.perspective-section {
  background:
    linear-gradient(135deg, rgba(255, 254, 251, 0.92), rgba(234, 240, 237, 0.88)),
    var(--mist);
}

.review-grid {
  align-items: stretch;
}

.review-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
}

.review-head {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px 24px 0;
}

.review-head img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid var(--ivory);
  box-shadow: 0 12px 26px rgba(16, 39, 43, 0.14);
}

.review-card .quote-mark {
  margin: 28px 24px 0;
  color: rgba(166, 124, 79, 0.22);
  font-size: 5.8rem;
}

.review-card > p:last-child {
  margin: -22px 24px 28px;
  color: var(--muted);
}

.review-label {
  margin: 7px 0 0;
  line-height: 1.35;
}

.trust-section {
  background: var(--ivory);
}

.trust-layout {
  align-items: center;
}

.trust-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.trust-panel div {
  min-height: 158px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-panel div:nth-child(2n) {
  border-right: 0;
}

.trust-panel div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.trust-panel strong,
.trust-panel span {
  display: block;
}

.trust-panel strong {
  color: var(--forest-ink);
  font-size: 1.02rem;
}

.trust-panel span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.94rem;
}

.offer-grid {
  align-items: stretch;
}

.package-option {
  border-radius: 8px;
  overflow: hidden;
}

.package-option img {
  width: 100%;
  height: 245px;
  padding: 12px;
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(234, 240, 237, 0.76), rgba(255, 254, 251, 0.9));
}

.option-badge {
  border-radius: 999px;
}

.guarantee-emblem {
  border-radius: 8px;
}

.final-grid img {
  max-height: 360px;
  object-fit: contain;
}

@media (max-width: 1060px) {
  .atelier-grid,
  .trust-layout {
    grid-template-columns: 1fr;
  }

  .atelier-notes,
  .journal-grid,
  .ingredient-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atelier-lead,
  .atelier-notes article {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .hero-section {
    padding-top: 72px;
  }

  .hero-points,
  .atelier-notes,
  .journal-grid,
  .ingredient-board,
  .trust-panel {
    grid-template-columns: 1fr;
  }

  .atelier-lead,
  .journal-grid article,
  .trust-panel div {
    padding: 24px;
  }

  .ingredient-board .formula-card {
    min-height: 512px;
  }

  .review-card {
    min-height: auto;
  }

  .trust-panel div,
  .trust-panel div:nth-child(2n),
  .trust-panel div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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