:root {
  --ren-ink: #19102f;
  --ren-muted: #655d76;
  --ren-black: #100624;
  --ren-surface: #f7f3ff;
  --ren-white: #ffffff;
  --ren-lime: #9dff00;
  --ren-lime-dark: #5d9f00;
  --ren-gold: #ff29cf;
  --ren-line: rgba(86, 38, 145, .14);
  --ren-radius: 24px;
  --ren-shadow: 0 24px 80px rgba(0, 0, 0, .15);
}

.ren-premium-active .site-content {
  display: block;
  padding: 0;
}

.ren-premium-active #primary,
.ren-premium-active .content-area {
  float: none;
  width: 100%;
  margin: 0;
}

.ren-premium-active .inside-article,
.ren-premium-active .site-main,
.ren-premium-active .entry-content {
  margin: 0;
  padding: 0;
  background: transparent;
}

.ren-premium-active .entry-content > .ren-page {
  margin-top: 0;
}

.ren-page,
.ren-page * {
  box-sizing: border-box;
}

.ren-page {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow: clip;
  color: var(--ren-ink);
  background: var(--ren-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}

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

.ren-page a {
  text-underline-offset: 3px;
}

.ren-page :focus-visible {
  outline: 3px solid var(--ren-gold);
  outline-offset: 4px;
}

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

.ren-hero {
  position: relative;
  min-height: 740px;
  padding: 82px 0 68px;
  overflow: hidden;
  color: var(--ren-white);
  background:
    radial-gradient(circle at 77% 38%, rgba(255, 41, 207, .22), transparent 28%),
    radial-gradient(circle at 60% 84%, rgba(157, 255, 0, .12), transparent 25%),
    linear-gradient(135deg, #110329 0%, #3c0873 58%, #130329 100%);
}

.ren-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.ren-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(20px);
  pointer-events: none;
}

.ren-glow-one {
  top: -160px;
  right: -120px;
  width: 440px;
  height: 440px;
  background: rgba(255, 41, 207, .16);
}

.ren-glow-two {
  bottom: -160px;
  left: 22%;
  width: 360px;
  height: 360px;
  background: rgba(157, 255, 0, .10);
}

.ren-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  align-items: center;
  gap: clamp(34px, 6vw, 80px);
}

.ren-eyebrow,
.ren-kicker,
.ren-callout-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ren-lime);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1.3;
}

.ren-eyebrow::before,
.ren-kicker::before {
  width: 30px;
  height: 2px;
  background: currentColor;
  content: "";
}

.ren-hero h1 {
  max-width: 760px;
  margin: 20px 0 24px;
  color: var(--ren-white);
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .98;
}

.ren-hero h1::first-line {
  color: var(--ren-lime);
}

.ren-lead {
  max-width: 720px;
  margin: 0 0 16px;
  color: #f6f7f3;
  font-size: clamp(19px, 2vw, 22px);
  line-height: 1.55;
}

.ren-hero-copy > p:not(.ren-lead):not(.ren-microcopy) {
  max-width: 690px;
  color: #bdc4b9;
}

.ren-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ren-btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ren-btn:hover {
  transform: translateY(-2px);
}

.ren-btn-primary {
  color: #17032b !important;
  background: linear-gradient(135deg, #bdff51, var(--ren-lime));
  box-shadow: 0 14px 40px rgba(157, 255, 0, .24);
}

.ren-btn-primary:hover {
  color: #17032b !important;
  box-shadow: 0 18px 50px rgba(157, 255, 0, .35);
}

.ren-btn-ghost {
  color: var(--ren-white) !important;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .06);
}

.ren-btn-ghost:hover {
  background: rgba(255, 255, 255, .11);
}

.ren-btn-wide {
  width: 100%;
}

.ren-inline-cta {
  display: flex;
  justify-content: center;
  margin-top: -46px;
  margin-bottom: 54px;
}

.ren-inline-cta .ren-btn {
  min-width: 250px;
}

.ren-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 28px 0 0;
  padding: 0;
  color: #d6dad3;
  font-size: 14px;
  list-style: none;
}

.ren-trust-row span {
  color: var(--ren-lime);
  font-weight: 900;
}

.ren-microcopy {
  margin: 13px 0 0;
  color: #8f978b !important;
  font-size: 12px;
  line-height: 1.5;
}

.ren-hero-media {
  position: relative;
  display: grid;
  min-height: 590px;
  place-items: center;
}

.ren-hero-media > img {
  position: relative;
  z-index: 2;
  width: min(520px, 100%);
  filter: drop-shadow(0 42px 50px rgba(0, 0, 0, .52));
  animation: ren-float 5s ease-in-out infinite;
}

.ren-product-orbit {
  position: absolute;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(255, 41, 207, .32);
  border-radius: 50%;
}

.ren-product-orbit::before,
.ren-product-orbit::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: inherit;
  content: "";
}

.ren-product-orbit::before { inset: 38px; }
.ren-product-orbit::after { inset: 86px; }

@keyframes ren-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.ren-floating-card {
  position: absolute;
  z-index: 3;
  min-width: 130px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  background: rgba(22, 4, 47, .82);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .32);
  backdrop-filter: blur(12px);
}

.ren-floating-card small {
  display: block;
  margin-bottom: 3px;
  color: #9ba393;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}

.ren-floating-card strong {
  color: var(--ren-white);
  font-size: 16px;
}

.ren-card-top { top: 20%; right: 0; }
.ren-card-bottom { bottom: 18%; left: 0; }

.ren-quick {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  padding: 26px 0;
  border-bottom: 1px solid var(--ren-line);
  background: var(--ren-white);
}

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

.ren-quick article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: center;
  padding: 12px 20px;
  border-right: 1px solid var(--ren-line);
}

.ren-quick article:last-child { border-right: 0; }

.ren-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  color: #172008;
  background: var(--ren-lime);
  font-size: 12px;
  font-weight: 900;
}

.ren-quick strong { display: block; font-size: 15px; }
.ren-quick p { margin: 2px 0 0; color: var(--ren-muted); font-size: 13px; line-height: 1.45; }

.ren-toc {
  margin-top: 70px;
  padding: 24px 28px;
  border: 1px solid var(--ren-line);
  border-radius: 18px;
  background: #fcfaff;
}

.ren-toc-toggle {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  color: var(--ren-ink);
  background: none;
  font: inherit;
  font-weight: 850;
}

.ren-toc ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  counter-reset: ren-toc;
  list-style: none;
}

.ren-toc li { counter-increment: ren-toc; }

.ren-toc a {
  display: flex;
  gap: 8px;
  align-items: baseline;
  color: var(--ren-ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none;
}

.ren-toc a::before {
  color: var(--ren-lime-dark);
  content: "0" counter(ren-toc);
  font-size: 10px;
  font-weight: 900;
}

.ren-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ren-section h2,
.ren-gallery h2,
.ren-band h2,
.ren-offer h2,
.ren-conclusion h2,
.ren-callout h2 {
  max-width: 880px;
  margin: 14px 0 24px;
  color: var(--ren-ink);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.ren-section > p,
.ren-section > .ren-shell > p {
  max-width: 860px;
}

.ren-section p,
.ren-gallery p {
  color: #3e443b;
}

.ren-kicker { color: var(--ren-lime-dark); }

.ren-section-dark {
  width: 100%;
  max-width: none;
  color: var(--ren-white);
  background: linear-gradient(135deg, #100624, #2a0750);
}

.ren-section-dark h2,
.ren-section-dark h3 { color: var(--ren-white); }
.ren-section-dark p { color: #b8c0b4; }
.ren-section-dark .ren-kicker { color: var(--ren-lime); }

.ren-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 42px;
}

.ren-benefit-grid article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: var(--ren-radius);
  background: linear-gradient(160deg, rgba(255,255,255,.06), rgba(255,255,255,.015));
}

.ren-benefit-grid article > span {
  color: var(--ren-lime);
  font-size: 12px;
  font-weight: 900;
}

.ren-benefit-grid h3 {
  margin: 28px 0 10px;
  font-size: 21px;
}

.ren-benefit-grid p { margin: 0; font-size: 14px; line-height: 1.65; }

.ren-split {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
}

.ren-split-reverse { grid-template-columns: .92fr 1.08fr; }

.ren-product-stage {
  margin: 0;
  padding: 18px 18px 24px;
  border-radius: 30px;
  background: linear-gradient(145deg, #f7f8f4, #e9ece3);
}

.ren-product-stage img {
  aspect-ratio: 1;
  object-fit: contain;
  mix-blend-mode: normal;
}

.ren-product-stage figcaption {
  padding: 0 10px;
  color: var(--ren-muted);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.ren-ingredient-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 48px;
}

.ren-ingredient-grid article {
  padding: 18px 20px;
  border: 1px solid var(--ren-line);
  border-radius: 16px;
}

.ren-ingredient-grid strong { font-size: 15px; }
.ren-ingredient-grid p { margin: 3px 0 0; font-size: 13px; line-height: 1.5; }

.ren-callout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 50px;
  align-items: center;
  margin-top: 10px;
  padding: 44px 48px;
  border: 1px solid rgba(157, 255, 0, .38);
  border-radius: 28px;
  background: linear-gradient(135deg, #edffd0, #faf5ff);
}

.ren-callout-label { color: var(--ren-lime-dark); }
.ren-callout h2 { margin-bottom: 0; font-size: clamp(30px, 4vw, 46px); }
.ren-callout p { margin: 0; color: #3f4934; }

.ren-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 40px 0;
}

.ren-steps article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--ren-line);
  border-radius: 20px;
  background: #fff;
}

.ren-steps article > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #101509;
  background: var(--ren-lime);
  font-size: 13px;
  font-weight: 900;
}

.ren-steps h3 { margin: 0 0 5px; font-size: 18px; }
.ren-steps p { margin: 0; font-size: 14px; line-height: 1.6; }

.ren-band {
  overflow: hidden;
  color: var(--ren-white);
  background: linear-gradient(110deg, #2d0759, #100624);
}

.ren-band-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  align-items: center;
  gap: 30px;
}

.ren-band h2 { color: var(--ren-white); }
.ren-band p { max-width: 620px; color: #bac2b6; }
.ren-band img { align-self: end; max-height: 500px; object-fit: contain; mix-blend-mode: normal; }

.ren-section blockquote {
  max-width: 860px;
  margin: 36px 0;
  padding: 30px 34px;
  border: 0;
  border-left: 5px solid var(--ren-lime);
  border-radius: 0 18px 18px 0;
  background: var(--ren-surface);
}

.ren-section blockquote p {
  margin: 0;
  color: var(--ren-ink);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 850;
  letter-spacing: -.02em;
  line-height: 1.35;
}

.ren-section-soft {
  width: 100%;
  max-width: none;
  background: var(--ren-surface);
}

.ren-safety-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 40px 0;
}

.ren-safety-grid article {
  position: relative;
  padding: 26px 26px 26px 70px;
  border: 1px solid var(--ren-line);
  border-radius: 20px;
  background: var(--ren-white);
}

.ren-safety-grid article > span {
  position: absolute;
  top: 26px;
  left: 24px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #211600;
  background: var(--ren-lime);
  font-weight: 950;
}

.ren-safety-grid h3 { margin: 0 0 6px; font-size: 18px; }
.ren-safety-grid p { margin: 0; font-size: 14px; line-height: 1.6; }

.ren-photo-stack {
  position: relative;
  min-height: 550px;
  margin: 0;
}

.ren-photo-stack img {
  position: absolute;
  width: 67%;
  aspect-ratio: 3 / 4;
  border: 8px solid #fff;
  border-radius: 24px;
  box-shadow: var(--ren-shadow);
  object-fit: cover;
}

.ren-photo-stack img:first-child { top: 0; left: 0; transform: rotate(-3deg); }
.ren-photo-stack img:last-child { right: 0; bottom: 0; transform: rotate(4deg); }

.ren-gallery {
  padding-top: 34px;
  padding-bottom: 100px;
}

.ren-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 36px;
}

.ren-gallery-grid button {
  min-width: 0;
  padding: 12px;
  overflow: hidden;
  border: 1px solid var(--ren-line);
  border-radius: 20px;
  background: #f8f9f5;
  cursor: zoom-in;
}

.ren-gallery-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  transition: transform .25s ease;
}

.ren-gallery-grid button:hover img { transform: scale(1.035); }

.ren-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 980px;
  margin: 36px 0;
}

.ren-checklist label {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 16px 18px;
  border: 1px solid var(--ren-line);
  border-radius: 15px;
  color: #343a31;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

.ren-checklist input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  flex: 0 0 auto;
  accent-color: var(--ren-lime-dark);
}

.ren-offer {
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: 50px;
  margin-bottom: 30px;
  padding: clamp(34px, 6vw, 74px);
  overflow: hidden;
  border-radius: 34px;
  color: var(--ren-white);
  background:
    radial-gradient(circle at 85% 30%, rgba(255, 41, 207, .22), transparent 33%),
    #15052d;
}

.ren-offer h2 { color: var(--ren-white); }
.ren-offer p { color: #bdc5b9; }
.ren-offer ul { margin: 24px 0; padding: 0; list-style: none; }
.ren-offer li { margin: 8px 0; color: #e4e9df; font-size: 14px; }
.ren-offer li::before { margin-right: 9px; color: var(--ren-lime); content: "✓"; font-weight: 900; }
.ren-offer > img { width: 100%; mix-blend-mode: normal; }

.ren-faq-intro { max-width: 760px; }

.ren-accordion {
  max-width: 940px;
  margin-top: 40px;
  border-top: 1px solid var(--ren-line);
}

.ren-accordion h3 {
  margin: 32px 0 8px;
  color: var(--ren-lime-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ren-accordion details { border-bottom: 1px solid var(--ren-line); }

.ren-accordion summary {
  position: relative;
  padding: 23px 52px 23px 0;
  color: var(--ren-ink);
  font-size: 18px;
  font-weight: 820;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}

.ren-accordion summary::-webkit-details-marker { display: none; }
.ren-accordion summary::after {
  position: absolute;
  top: 22px;
  right: 8px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--ren-surface);
  content: "+";
}
.ren-accordion details[open] summary::after { content: "−"; }
.ren-accordion details div { padding: 0 50px 20px 0; }
.ren-accordion details p { margin: 0; color: var(--ren-muted); }

.ren-conclusion {
  padding: 100px 0;
  color: var(--ren-white);
  background: linear-gradient(135deg, #100624, #2c0753);
}

.ren-conclusion-grid {
  display: grid;
  grid-template-columns: 1.1fr .7fr;
  gap: clamp(40px, 9vw, 120px);
  align-items: center;
}

.ren-conclusion h2 { color: var(--ren-white); }
.ren-conclusion p { color: #b8c0b4; }

.ren-conclusion-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background: rgba(255, 255, 255, .05);
}

.ren-conclusion-card strong { font-size: 22px; }

.ren-editorial-note {
  padding-top: 36px;
  padding-bottom: 110px;
}

.ren-editorial-note p {
  margin: 0;
  color: #767d73;
  font-size: 12px;
  line-height: 1.6;
}

.ren-sticky {
  position: fixed;
  z-index: 9998;
  right: 22px;
  bottom: 22px;
  display: flex;
  min-width: 370px;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 12px 20px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 20px;
  color: #fff;
  background: rgba(20, 5, 43, .95);
  box-shadow: 0 18px 60px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
  transform: translateY(140%);
  transition: transform .35s ease;
}

.ren-sticky.is-visible { transform: translateY(0); }
.ren-sticky strong, .ren-sticky span { display: block; }
.ren-sticky strong { font-size: 15px; }
.ren-sticky span { color: #9fa79b; font-size: 11px; }
.ren-sticky .ren-btn { min-height: 44px; padding: 10px 18px; font-size: 13px; }

.ren-lightbox {
  width: min(880px, calc(100% - 30px));
  max-height: 90vh;
  padding: 20px;
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--ren-shadow);
}

.ren-lightbox::backdrop { background: rgba(0, 0, 0, .78); backdrop-filter: blur(4px); }
.ren-lightbox img { width: 100%; max-height: calc(90vh - 40px); object-fit: contain; }
.ren-lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #111;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 980px) {
  .ren-hero-grid,
  .ren-split,
  .ren-split-reverse,
  .ren-band-grid,
  .ren-offer,
  .ren-conclusion-grid,
  .ren-callout { grid-template-columns: 1fr; }

  .ren-hero { padding-top: 64px; }
  .ren-hero-media { min-height: 520px; }
  .ren-product-orbit { width: 420px; height: 420px; }
  .ren-quick-grid { grid-template-columns: 1fr; }
  .ren-quick article { border-right: 0; border-bottom: 1px solid var(--ren-line); }
  .ren-quick article:last-child { border-bottom: 0; }
  .ren-toc ol { grid-template-columns: repeat(2, 1fr); }
  .ren-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .ren-callout { gap: 15px; }
  .ren-callout p { max-width: 760px; }
  .ren-band-grid { padding-top: 70px; }
  .ren-band img { justify-self: center; }
  .ren-photo-stack { min-height: 640px; }
  .ren-offer > img { max-width: 540px; justify-self: center; }
}

@media (max-width: 680px) {
  .ren-page { font-size: 16px; }
  .ren-shell { width: min(100% - 28px, 1180px); }
  .ren-hero { min-height: 0; padding: 54px 0 36px; }
  .ren-hero h1 { font-size: clamp(40px, 13vw, 60px); }
  .ren-hero-actions { display: grid; }
  .ren-btn { width: 100%; }
  .ren-trust-row { display: grid; gap: 6px; }
  .ren-hero-media { min-height: 430px; }
  .ren-hero-media > img { width: min(420px, 104%); }
  .ren-product-orbit { width: 330px; height: 330px; }
  .ren-floating-card { min-width: 105px; padding: 10px 12px; }
  .ren-card-top { right: -6px; }
  .ren-card-bottom { left: -6px; }
  .ren-toc { margin-top: 46px; padding: 20px; }
  .ren-toc-toggle { display: flex; }
  .ren-toc ol { display: none; grid-template-columns: 1fr; margin-top: 18px; }
  .ren-toc.is-open ol { display: grid; }
  .ren-section { padding-top: 72px; padding-bottom: 72px; }
  .ren-section h2,
  .ren-gallery h2,
  .ren-band h2,
  .ren-offer h2,
  .ren-conclusion h2,
  .ren-callout h2 { font-size: clamp(32px, 10.5vw, 46px); }
  .ren-benefit-grid,
  .ren-ingredient-grid,
  .ren-steps,
  .ren-safety-grid,
  .ren-checklist { grid-template-columns: 1fr; }
  .ren-benefit-grid article { padding: 22px; }
  .ren-callout { width: min(100% - 28px, 1180px); padding: 30px 24px; }
  .ren-band-grid { min-height: 0; padding-top: 60px; }
  .ren-photo-stack { min-height: 470px; }
  .ren-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .ren-offer { width: min(100% - 28px, 1180px); gap: 18px; border-radius: 24px; }
  .ren-accordion summary { font-size: 16px; }
  .ren-sticky {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-width: 0;
    padding: 10px 10px 10px 14px;
  }
  .ren-sticky .ren-btn { width: auto; }
}

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