/* =========================================================================
   Avantys Labs — /dimensiones (lead magnet · long-scroll)
   ========================================================================= */

:root {
  --d-ink: #3D3D3A;
  --d-mute: #6B6B66;
  --d-line: #E0DED8;
  --d-red: #C8362A;
  --d-red-hover: #A82820;
  --d-sapphire: #1B3A5C;
}

.dim-page {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--d-ink);
  -webkit-font-smoothing: antialiased;
}

.dim-scroll {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

.dim-section {
  min-height: 100vh;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 96px 80px 80px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .dim-section {
    padding: 88px 24px 64px;
  }
}

/* ---------- Shared typography ---------- */
.dim-eyebrow {
  font: 500 11px/1 Inter, sans-serif;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  opacity: 0.6;
  margin: 0 0 24px;
}
.dim-h1 {
  font: 300 56px/1.1 Inter, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 32px;
}
@media (max-width: 768px) {
  .dim-h1 { font-size: 36px; }
}
.dim-body {
  font: 400 17px/1.8 Inter, sans-serif;
  margin: 0 0 16px;
  opacity: 0.78;
}
.dim-foot {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  text-align: center;
}
.dim-foot-link {
  display: inline-block;
  font: 400 14px/1 Inter, sans-serif;
  color: var(--d-sapphire);
  opacity: 0.6;
  background: none;
  border: 0;
  cursor: pointer;
  margin-bottom: 4px;
  transition: opacity 200ms ease;
}
.dim-foot-link:hover { opacity: 1; }
.dim-foot-count {
  display: block;
  font: 400 11px/1 Inter, sans-serif;
  color: var(--d-mute);
  letter-spacing: 0.06em;
}

/* ---------- Progress rail ---------- */
.dim-rail {
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 40;
}
@media (max-width: 768px) { .dim-rail { display: none; } }
.dim-rail-dot {
  position: relative;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #E0DED8;
  cursor: pointer;
  transition: background 200ms ease, transform 200ms ease;
}
.dim-rail-dot.is-active { background: var(--d-red); transform: scale(1.2); }
.dim-rail-dot::after {
  content: attr(data-label);
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font: 400 11px/1 Inter, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--d-ink);
  background: rgba(255,255,255,0.95);
  padding: 6px 10px;
  border-radius: 4px;
  border: 0.5px solid var(--d-line);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}
.dim-rail-dot:hover::after { opacity: 1; }
.dim-section.is-dark + * .dim-rail-dot::after,
.dim-rail-dot.on-dark::after { color: white; background: rgba(0,0,0,0.7); border-color: rgba(255,255,255,0.15); }

/* ---------- Reveal helpers ---------- */
.dim-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease, transform 700ms ease;
}
.dim-reveal.is-in { opacity: 1; transform: none; }

/* ===================== DIM 01 — Mente ===================== */
.dim-01 { background: #EEF4FA; color: #0C2A4A; }
.dim-01 .dim-eyebrow { color: var(--d-sapphire); }
.dim-01-shell {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 900px) {
  .dim-01-shell { grid-template-columns: 1fr; gap: 32px; }
}
.dim-01 h1 { color: #0C2A4A; }
.dim-01-card {
  max-width: 420px;
  margin-top: 8px;
  padding: 24px;
  background: white;
  border-radius: 8px;
  border: 0.5px solid rgba(27,58,92,0.15);
}
.dim-01-textA {
  display: block;
  font: 700 52px/1 Inter, sans-serif;
  color: #3D3D3A;
  margin-bottom: 4px;
  transition: all 600ms ease-in-out;
}
.dim-01-textB {
  display: block;
  font: 300 13px/1 Inter, sans-serif;
  color: #9B9B96;
  transition: all 600ms ease-in-out;
}
.dim-01-card.animado .dim-01-textA {
  font-size: 12px; font-weight: 300; opacity: 0.3;
}
.dim-01-card.animado .dim-01-textB {
  font-size: 48px; color: var(--d-red); opacity: 1; font-weight: 300;
}
.dim-01-caption {
  font: 400 14px/1.5 Inter, sans-serif;
  color: var(--d-mute);
  margin-top: 12px;
  opacity: 0;
  transition: opacity 600ms ease 300ms;
}
.dim-01-card.animado + .dim-01-caption { opacity: 1; }

.dim-01-particles {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.dim-01-particles span {
  position: absolute;
  border-radius: 50%;
  background: var(--d-sapphire);
  pointer-events: none;
}
@keyframes float1 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(8px,-12px)} }
@keyframes float2 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-10px,8px)} }
@keyframes float3 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(6px,10px)} }
@keyframes float4 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-7px,-9px)} }
@keyframes float5 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(11px,5px)} }
@keyframes float6 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-5px,11px)} }

/* ===================== DIM 02 — Alimentación ===================== */
.dim-02 { background: #F0F5EE; color: #1A3A22; }
.dim-02 .dim-eyebrow { color: #3B6D11; }
.dim-02-shell { width: 100%; max-width: 720px; text-align: center; }
.dim-02 h1 { color: #1A3A22; }
.dim-02 p.dim-body { color: #1A3A22; opacity: 0.78; margin: 0 auto 48px; max-width: 580px; }
.dim-02-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.dim-02-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 300ms cubic-bezier(0.34, 1.56, 0.64, 1), border-color 200ms ease;
}
.dim-02-circle:hover { transform: scale(1.15); }
.dim-02-circle.is-active {
  transform: scale(1.3);
  border-color: white;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.dim-02-panel {
  background: white;
  border-radius: 8px;
  padding: 24px;
  border: 0.5px solid var(--d-line);
  text-align: left;
  max-width: 560px;
  margin: 16px auto 0;
  animation: slideDownFade 300ms ease;
}
.dim-02-panel h4 {
  font: 500 16px/1.2 Inter, sans-serif;
  margin: 0 0 8px;
  color: #1A3A22;
}
.dim-02-panel p {
  font: 400 14px/1.6 Inter, sans-serif;
  margin: 0 0 6px;
  color: #1A3A22;
  opacity: 0.8;
}
.dim-02-panel small {
  font: 400 12px/1.5 Inter, sans-serif;
  color: var(--d-mute);
}
@keyframes slideDownFade {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: none; }
}

/* ===================== DIM 03 — Respiración ===================== */
.dim-03 { background: #FAF9F7; color: #3D3D3A; }
.dim-03 .dim-eyebrow { color: #8A7A6A; }
.dim-03-shell {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.dim-03-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 0 48px;
}
.dim-03-pill {
  border: 0.5px solid var(--d-line);
  border-radius: 20px;
  padding: 8px 20px;
  font: 400 13px/1 Inter, sans-serif;
  color: var(--d-mute);
  background: transparent;
  cursor: pointer;
  transition: all 300ms ease;
}
.dim-03-pill.is-active { color: var(--d-ink); }
.dim-03-orb-wrap {
  width: 200px;
  height: 200px;
  display: grid;
  place-items: center;
  transition: transform var(--breath-duration, 4s) ease-in-out;
}
.dim-03-orb { width: 200px; height: 200px; display: block; }
.dim-03-quote {
  max-width: 440px;
  margin: 48px auto 0;
  font: 300 22px/1.5 Inter, sans-serif;
  color: var(--d-ink);
}

/* ===================== DIM 04 — Movimiento ===================== */
.dim-04 { background: #FAF4EA; color: #3D2A10; }
.dim-04 .dim-eyebrow { color: #8A6A20; }
.dim-04-shell { width: 100%; max-width: 720px; }
.dim-04 h1 { color: #3D2A10; }
.dim-04 .dim-body { color: #3D2A10; opacity: 0.78; margin-bottom: 32px; }
.dim-04-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 700px) { .dim-04-grid { grid-template-columns: 1fr; } }
.dim-04-card {
  background: white;
  border: 0.5px solid var(--d-line);
  border-radius: 8px;
  padding: 24px;
  cursor: pointer;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.dim-04-card.is-active {
  border-color: #8A6A20;
  box-shadow: 0 0 0 1px #8A6A20;
}
.dim-04-card h3 { font: 500 16px/1.3 Inter, sans-serif; color: #3D2A10; margin: 0 0 6px; }
.dim-04-card .when { font: 400 13px/1.4 Inter, sans-serif; color: #8A6A20; margin: 0; }
.dim-04-card .benefit { font: 400 14px/1.55 Inter, sans-serif; color: var(--d-mute); margin: 8px 0 0; }
.dim-04-card .who { font: 400 12px/1.5 Inter, sans-serif; color: var(--d-mute); margin: 12px 0 0; opacity: 0.8; }
.dim-04-highlight {
  margin-top: 32px;
  background: var(--d-sapphire);
  border-radius: 8px;
  padding: 28px;
  color: white;
  text-align: center;
}
.dim-04-highlight p { font: 300 20px/1.5 Inter, sans-serif; color: white; margin: 0 0 8px; }
.dim-04-highlight small { font: 400 12px/1.4 Inter, sans-serif; color: rgba(255,255,255,0.55); }

/* ===================== DIM 05 — Circadiano ===================== */
.dim-05 {
  background: #FAFAF8;
  color: var(--d-ink);
  transition: background-color 1200ms ease, color 1200ms ease;
}
.dim-05.is-dark { color: white; }
.dim-05.is-dark .dim-eyebrow { color: rgba(255,255,255,0.55); }
.dim-05.is-dark .dim-05-subblock h3 { color: white; }
.dim-05.is-dark .dim-05-subblock p { color: rgba(255,255,255,0.78); }
.dim-05.is-dark .dim-05-insight { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); }
.dim-05.is-dark .dim-05-table { background: rgba(255,255,255,0.04); }
.dim-05.is-dark .dim-05-table > div { border-color: rgba(255,255,255,0.12); color: rgba(255,255,255,0.85); }
.dim-05.is-dark .dim-05-pill { color: rgba(255,255,255,0.7); border-color: rgba(255,255,255,0.2); }
.dim-05.is-dark .dim-05-pill.is-active { color: white; }
.dim-05.is-dark .dim-05-panel { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.15); color: rgba(255,255,255,0.85); }
.dim-05 .dim-eyebrow { color: #6B6B66; }
.dim-05-shell { width: 100%; max-width: 720px; }
.dim-05 h1 { font-size: 52px; }
@media (max-width: 768px) { .dim-05 h1 { font-size: 32px; } }
.dim-05-subblock { padding: 32px 0; border-top: 0.5px solid var(--d-line); }
.dim-05-subblock:first-of-type { border-top: 0; padding-top: 16px; }
.dim-05.is-dark .dim-05-subblock { border-color: rgba(255,255,255,0.12); }
.dim-05-subblock h3 {
  font: 500 20px/1.4 Inter, sans-serif;
  margin: 0 0 12px;
  color: var(--d-ink);
}
.dim-05-subblock p {
  font: 400 15px/1.7 Inter, sans-serif;
  color: var(--d-mute);
  margin: 0 0 10px;
}
.dim-05-insights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}
@media (max-width: 600px) { .dim-05-insights { grid-template-columns: 1fr; } }
.dim-05-insight {
  background: white;
  border: 0.5px solid var(--d-line);
  border-radius: 6px;
  padding: 14px;
  font: 400 13px/1.55 Inter, sans-serif;
  color: var(--d-ink);
}
.dim-05-table {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 12px;
  border: 0.5px solid var(--d-line);
}
.dim-05-table > div {
  display: grid;
  grid-template-columns: 140px 1fr;
  padding: 14px 20px;
  border-bottom: 0.5px solid var(--d-line);
  font: 400 14px/1.4 Inter, sans-serif;
}
.dim-05-table > div:last-child { border-bottom: 0; }
.dim-05-table b { font-weight: 500; }
.dim-05-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.dim-05-pill {
  border: 0.5px solid var(--d-line);
  border-radius: 20px;
  padding: 7px 14px;
  font: 400 12px/1 Inter, sans-serif;
  background: transparent;
  color: var(--d-mute);
  cursor: pointer;
  transition: all 200ms ease;
}
.dim-05-panel {
  margin-top: 14px;
  padding: 16px 18px;
  background: white;
  border-radius: 6px;
  border: 0.5px solid var(--d-line);
  font: 400 14px/1.6 Inter, sans-serif;
  color: var(--d-ink);
  animation: slideDownFade 300ms ease;
}
.dim-05-disclaimer {
  margin-top: 16px;
  font: 400 13px/1.55 Inter, sans-serif;
  color: var(--d-mute);
}

/* ===================== DIM 06 — Presencia ===================== */
.dim-06 { background: #111110; color: white; padding-top: 96px; }
.dim-06 .dim-eyebrow { color: rgba(255,255,255,0.5); }
.dim-06-shell {
  width: 100%;
  max-width: 1080px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.dim-06-overlay {
  position: absolute;
  inset: -40vh -40vw;
  background: black;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms ease;
  z-index: 0;
}
.dim-06-overlay.is-in { opacity: 0.6; }
.dim-06-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
  opacity: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 400ms ease 400ms, transform 1800ms ease-out 500ms;
  z-index: 1;
}
.dim-06-dot.is-in { opacity: 1; transform: translate(-50%, -50%) scale(6); }
.dim-06-h {
  position: relative;
  z-index: 2;
  font: 300 48px/1.2 Inter, sans-serif;
  letter-spacing: -0.02em;
  color: white;
  margin: 0 0 48px;
  min-height: 2.6em;
}
@media (max-width: 768px) { .dim-06-h { font-size: 32px; } }
.dim-06-h .cursor {
  display: inline-block;
  width: 2px;
  height: 0.9em;
  vertical-align: -0.1em;
  background: white;
  margin-left: 4px;
  animation: blink 700ms steps(2) infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }
.dim-06-canvas {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 60vh;
}
.dim-06-star {
  position: absolute;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: grid;
  place-items: center;
}
.dim-06-star i {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: white;
  transition: width 200ms ease, height 200ms ease, opacity 200ms ease;
  animation: starPulse var(--p-dur, 3s) ease-in-out infinite;
  animation-delay: var(--p-delay, 0s);
}
.dim-06-star:hover i { width: 6px; height: 6px; opacity: 1 !important; }
.dim-06-star span {
  position: absolute;
  top: calc(50% + 14px);
  left: 50%;
  transform: translateX(-50%);
  font: 300 16px/1 Inter, sans-serif;
  color: white;
  opacity: 0;
  transition: opacity 300ms ease;
  white-space: nowrap;
  pointer-events: none;
}
.dim-06-star:hover span { opacity: 1; }
@keyframes starPulse {
  0%,100% { opacity: 0.3; }
  50% { opacity: 0.8; }
}
.dim-06-instruction {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  font: 300 15px/1.5 Inter, sans-serif;
  color: white;
  opacity: 0.5;
}
.dim-06-modal {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.92);
  width: min(480px, 92%);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 36px;
  opacity: 0;
  animation: dim06ModalIn 400ms cubic-bezier(0.34,1.56,0.64,1) forwards;
  text-align: left;
}
@keyframes dim06ModalIn {
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
.dim-06-modal p {
  font: 300 20px/1.6 Inter, sans-serif;
  color: white;
  margin: 0;
}
.dim-06-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: 0;
  color: white;
  opacity: 0.5;
  font-size: 22px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  transition: opacity 200ms ease;
}
.dim-06-modal-close:hover { opacity: 1; }

/* ===================== DIM 07 — Botánica ===================== */
.dim-07 { background: #1A2E1A; color: white; }
.dim-07 .dim-eyebrow { color: rgba(255,255,255,0.5); }
.dim-07-shell { width: 100%; max-width: 1100px; position: relative; z-index: 1; text-align: center; }
.dim-07-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.dim-07-bg path {
  stroke: white;
  fill: none;
  stroke-width: 0.8;
  opacity: 0;
  transition: stroke-dashoffset var(--d, 2500ms) ease-out, opacity 800ms ease;
}
.dim-07.is-in .dim-07-bg path { opacity: 0.08; stroke-dashoffset: 0 !important; }
.dim-07 h1 {
  color: white;
  font-size: 52px;
}
@media (max-width: 768px) { .dim-07 h1 { font-size: 32px; } }
.dim-07-sub {
  font: 400 18px/1.6 Inter, sans-serif;
  color: white;
  opacity: 0.65;
  max-width: 560px;
  margin: 0 auto 56px;
}
.dim-07-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: left;
}
@media (max-width: 900px) { .dim-07-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .dim-07-grid { grid-template-columns: 1fr; } }
.dim-07-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 3/4;
  background: #0d180d;
  border: 0;
  padding: 0;
  display: block;
  color: white;
  text-align: left;
}
.dim-07-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}
.dim-07-card:hover img { transform: scale(1.05); }
.dim-07-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(26,46,26,0.85) 100%);
  opacity: 0.6;
  transition: opacity 300ms ease;
}
.dim-07-card:hover .overlay { opacity: 0.85; }
.dim-07-card .meta {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
}
.dim-07-card .meta b {
  display: block;
  font: 500 15px/1.3 Inter, sans-serif;
  color: white;
}
.dim-07-card .meta i {
  display: block;
  font: 300 italic 12px/1.4 Inter, sans-serif;
  color: white;
  opacity: 0.65;
  font-style: italic;
  margin-top: 2px;
}

/* Plant modal */
.plant-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: #1A2E1A;
  overflow-y: auto;
  animation: plantModalIn 400ms cubic-bezier(0.16,1,0.3,1);
  color: white;
}
@keyframes plantModalIn {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
.plant-modal-close {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 60;
  background: rgba(0,0,0,0.4);
  border: 0;
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 200ms ease;
}
.plant-modal-close:hover { background: rgba(0,0,0,0.7); }
.plant-modal-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 100vh;
}
@media (max-width: 900px) { .plant-modal-grid { grid-template-columns: 1fr; } }
.plant-modal-media {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 900px) {
  .plant-modal-media { position: relative; height: 50vh; }
}
.plant-modal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plant-modal-content {
  padding: 48px;
}
@media (max-width: 768px) { .plant-modal-content { padding: 32px 24px; } }
.plant-modal-content h1 {
  font: 300 32px/1.2 Inter, sans-serif;
  color: white;
  margin: 0 0 4px;
}
.plant-modal-content .sci {
  font: 300 italic 16px/1.3 Inter, sans-serif;
  color: rgba(255,255,255,0.55);
  font-style: italic;
  margin: 0 0 24px;
}
.plant-modal-section {
  padding: 24px 0;
  border-top: 0.5px solid rgba(255,255,255,0.15);
}
.plant-modal-section .label {
  display: inline-block;
  font: 500 11px/1 Inter, sans-serif;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin: 0 12px 12px 0;
  vertical-align: middle;
}
.plant-modal-section .badge {
  display: inline-block;
  vertical-align: middle;
  border: 0.5px solid rgba(255,255,255,0.3);
  padding: 3px 10px;
  border-radius: 12px;
  font: 400 11px/1.4 Inter, sans-serif;
  color: rgba(255,255,255,0.7);
  margin-bottom: 12px;
}
.plant-modal-section p {
  font: 400 15px/1.7 Inter, sans-serif;
  color: rgba(255,255,255,0.85);
  margin: 0;
}
.plant-modal-section.precaucion p { color: rgba(232,168,160,0.9); }
.plant-modal-disclaimer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 0.5px solid rgba(255,255,255,0.1);
  font: 400 13px/1.55 Inter, sans-serif;
  color: rgba(255,255,255,0.45);
}

/* ---------- Minimal nav for dimensiones page ---------- */
.dim-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 32px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 0.5px solid rgba(0,0,0,0.05);
}
.dim-nav a { text-decoration: none; color: var(--d-ink); }
.dim-nav-brand { display: flex; align-items: center; gap: 8px; }
.dim-nav-brand img { height: 22px; }
.dim-nav-back {
  font: 400 12px/1 Inter, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--d-mute);
  transition: color 200ms ease;
}
.dim-nav-back:hover { color: var(--d-ink); }

/* =========================================================================
   /dimensiones — Avantys overlay (intro, final CTA, brand eyebrows, glass cards)
   ========================================================================= */

/* Remove forced snap scroll — scroll vertical libre */
.dim-scroll { height: auto; overflow: visible; scroll-snap-type: none; }
.dim-section { scroll-snap-align: none; }
.dim-page { background: #06080c; }

/* Brand eyebrow with red dot (matches /vitalidad and home) */
.dim-eyebrow-dot {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 500 11px/1 Inter, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245,241,234,0.7);
  margin: 0 0 24px;
}
.dim-eyebrow-dot.on-dark { color: rgba(245,241,234,0.72); }
.dim-rd {
  width: 7px; height: 7px; border-radius: 50%;
  background: #C8362A; box-shadow: 0 0 0 3px rgba(200,54,42,0.18);
  flex: 0 0 auto;
}

/* Dim-foot dark variant */
.dim-foot.on-dark .dim-foot-link { color: rgba(245,241,234,0.78); }
.dim-foot.on-dark .dim-foot-count { color: rgba(245,241,234,0.5); }

/* ---------- Rail upgraded ---------- */
.dim-rail { right: 28px; gap: 0; align-items: flex-end; }
.dim-rail ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.dim-rail-active {
  display: block;
  font: 500 10px/1 Inter, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245,241,234,0.6);
  margin-bottom: 14px;
  text-align: right;
  max-width: 180px;
  transition: color 300ms ease;
}

/* =========================================================================
   INTRO
   ========================================================================= */
.dim-intro {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  padding: 140px 40px 80px;
  background: linear-gradient(180deg, #06080c 0%, #0a1018 60%, #0b1620 100%);
  color: #F5F1EA;
  overflow: hidden;
}
.dim-intro-bg { position: absolute; inset: 0; pointer-events: none; }
.dim-intro-blob {
  position: absolute; border-radius: 50%; filter: blur(110px); opacity: 0.45;
}
.dim-intro-blob.a { width: 520px; height: 520px; background: #1B3A5C; top: -120px; left: -120px; }
.dim-intro-blob.b { width: 480px; height: 480px; background: #243D49; bottom: -120px; right: -80px; }
.dim-intro-blob.c { width: 360px; height: 360px; background: #6B2A22; top: 40%; left: 50%; transform: translate(-50%,-50%); opacity: 0.28; }
.dim-intro-shell {
  position: relative; z-index: 2;
  max-width: 880px; text-align: center;
}
.dim-intro-shell .dim-eyebrow-dot { justify-content: center; margin-bottom: 28px; }
.dim-intro-h {
  font: 300 clamp(40px, 7vw, 84px)/1.05 Inter, sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 28px;
  color: #F5F1EA;
}
.dim-intro-h em {
  font-family: "Cormorant Garamond", "Inter", serif;
  font-style: italic; font-weight: 500;
  color: rgba(245,241,234,0.88);
}
.dim-intro-sub {
  font: 300 18px/1.7 Inter, sans-serif;
  color: rgba(245,241,234,0.72);
  max-width: 620px; margin: 0 auto 40px;
}
.dim-intro-ctas {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 32px;
}
.dim-intro-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px;
  font: 500 13px/1 Inter, sans-serif; letter-spacing: 0.04em;
  background: #C8362A; color: #fff; text-decoration: none;
  border: 0; cursor: pointer;
  transition: background 200ms ease, transform 200ms ease;
}
.dim-intro-cta:hover { background: #A82820; transform: translateY(-1px); }
.dim-intro-cta.is-ghost {
  background: transparent; color: rgba(245,241,234,0.85);
  border: 1px solid rgba(245,241,234,0.25);
}
.dim-intro-cta.is-ghost:hover { background: rgba(245,241,234,0.06); }
.dim-intro-meta {
  display: inline-flex; gap: 10px; flex-wrap: wrap; justify-content: center;
  font: 400 11px/1 Inter, sans-serif; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(245,241,234,0.45);
}

/* =========================================================================
   DIM 01 — Mente (glass triada on dark dynamic bg)
   ========================================================================= */
.dim-01 {
  background: linear-gradient(180deg, #0b1620 0%, #0a1422 60%, #0c1726 100%);
  color: #F5F1EA;
}
.dim-01-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.dim-01-orb {
  position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.35;
  animation: dim01Drift 18s ease-in-out infinite;
}
.dim-01-orb.a { width: 480px; height: 480px; background: #1B3A5C; top: -120px; left: -80px; }
.dim-01-orb.b { width: 420px; height: 420px; background: #C8362A; bottom: -100px; right: -60px; animation-delay: -6s; opacity: 0.22; }
.dim-01-orb.c { width: 360px; height: 360px; background: #243D49; top: 50%; left: 60%; animation-delay: -12s; }
@keyframes dim01Drift {
  0%,100% { transform: translate(0,0) scale(1); }
  50%     { transform: translate(40px,-30px) scale(1.08); }
}
.dim-01-shell {
  position: relative; z-index: 2;
  display: block; grid-template-columns: none; gap: 0;
  width: 100%; max-width: 1180px; text-align: center;
}
.dim-01-head { max-width: 760px; margin: 0 auto 56px; }
.dim-01-head .dim-eyebrow-dot { justify-content: center; }
.dim-01-h, .dim-01 h1 { color: #F5F1EA; margin-bottom: 20px; }
.dim-01-h em {
  font-family: "Cormorant Garamond", serif; font-style: italic; font-weight: 500;
  color: rgba(245,241,234,0.85);
}
.dim-01-body { color: rgba(245,241,234,0.72); font-size: 16px; }
.dim-01-triada {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  text-align: left; margin: 0 auto 40px;
}
@media (max-width: 900px) { .dim-01-triada { grid-template-columns: 1fr; } }
.dim-01-glass {
  position: relative;
  padding: 32px 26px 28px;
  background: rgba(245,241,234,0.04);
  border: 1px solid rgba(245,241,234,0.08);
  border-radius: 18px;
  backdrop-filter: blur(20px) saturate(140%);
  opacity: 0; transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease, border-color 300ms ease, background 300ms ease;
  overflow: hidden;
}
.dim-01-glass.is-in { opacity: 1; transform: none; }
.dim-01-glass:hover {
  background: rgba(245,241,234,0.07);
  border-color: rgba(245,241,234,0.18);
}
.dim-01-num {
  display: inline-block;
  font: 500 10px/1 Inter, sans-serif; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--c, #C8362A);
  margin-bottom: 16px;
}
.dim-01-glass h3 {
  font: 400 28px/1.2 "Cormorant Garamond", serif; font-style: italic;
  color: #F5F1EA; margin: 0 0 12px;
}
.dim-01-glass p {
  font: 400 14px/1.65 Inter, sans-serif;
  color: rgba(245,241,234,0.72); margin: 0;
}
.dim-01-line {
  position: absolute; left: 26px; bottom: 18px; right: 26px;
  height: 1px; background: linear-gradient(90deg, var(--c, #C8362A), transparent);
  opacity: 0.5;
}
.dim-01-quote {
  font: 300 italic 22px/1.5 "Cormorant Garamond", serif;
  color: rgba(245,241,234,0.6); max-width: 560px; margin: 0 auto;
}

/* =========================================================================
   DIM 03 — Respiración (countdown + ciencia)
   ========================================================================= */
.dim-03-stage {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  gap: 40px; margin: 32px 0 40px;
}
.dim-03-readout {
  display: flex; flex-direction: column; align-items: flex-end; text-align: right;
  min-width: 200px;
}
@media (max-width: 700px) {
  .dim-03-stage { flex-direction: column; gap: 24px; }
  .dim-03-readout { align-items: center; text-align: center; min-width: 0; }
}
.dim-03-phase {
  font: 500 11px/1 Inter, sans-serif; letter-spacing: 0.22em;
  color: #8A7A6A; margin-bottom: 8px;
}
.dim-03-count {
  font: 200 92px/1 Inter, sans-serif; color: #1c1c1a;
  letter-spacing: -0.04em; font-variant-numeric: tabular-nums;
}
.dim-03-pattern {
  font: 400 12px/1 Inter, sans-serif; letter-spacing: 0.18em;
  text-transform: uppercase; color: #8A7A6A; margin-top: 10px;
}
.dim-03-info {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
  max-width: 760px; margin: 0 auto;
}
@media (max-width: 700px) { .dim-03-info { grid-template-columns: 1fr; } }
.dim-03-info > div {
  text-align: left;
  background: #fff; border: 0.5px solid var(--d-line);
  border-radius: 10px; padding: 18px 20px;
}
.dim-03-info h4 {
  font: 500 11px/1 Inter, sans-serif; letter-spacing: 0.14em;
  text-transform: uppercase; color: #C8362A; margin: 0 0 10px;
}
.dim-03-info p {
  font: 400 14px/1.6 Inter, sans-serif; color: #3D3D3A; margin: 0;
}

/* =========================================================================
   DIM 05 — Sky/Sun overlay
   ========================================================================= */
.dim-05 { position: relative; overflow: hidden; }
.dim-05-sky {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  overflow: hidden;
}
.dim-05-sun {
  position: absolute;
  width: 220px; height: 220px;
  border-radius: 50%;
  filter: blur(8px);
  transition: left 200ms linear, top 200ms linear, opacity 400ms ease, background 600ms ease;
  transform: translate(-50%, -50%);
}
.dim-05-moon {
  position: absolute; right: 18%; top: 22%;
  width: 90px; height: 90px; border-radius: 50%;
  background: radial-gradient(circle, #EAEAF0 0%, #B5B8C4 60%, transparent 75%);
  filter: blur(3px);
  transition: opacity 600ms ease;
}
.dim-05-shell { position: relative; z-index: 2; }

/* =========================================================================
   DIM 06 — copy clarification
   ========================================================================= */
.dim-06-howto {
  position: relative; z-index: 2;
  max-width: 520px; margin: -16px auto 32px;
  font: 400 14px/1.7 Inter, sans-serif;
  color: rgba(245,241,234,0.72);
}
.dim-06-howto b { color: #fff; font-weight: 500; }
.dim-06-modal .dim-06-modal-word {
  font: 400 italic 14px/1 "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0;
  text-transform: lowercase;
  color: rgba(255,255,255,0.42);
  margin: 0 0 18px;
}
.dim-06-modal .dim-06-modal-prompt {
  font: 300 28px/1.45 Inter, sans-serif;
  color: #fff;
  margin: 0 0 32px;
  letter-spacing: -0.005em;
}
.dim-06-modal .dim-06-modal-hint {
  font: 400 10px/1.7 Inter, sans-serif;
  color: rgba(255,255,255,0.28);
  letter-spacing: 0.18em;
  text-transform: none;
  margin: 0;
}

/* =========================================================================
   FINAL CTA
   ========================================================================= */
.dim-final {
  position: relative;
  min-height: 80vh;
  display: flex; align-items: center; justify-content: center;
  padding: 120px 40px;
  background: linear-gradient(180deg, #06080c 0%, #1d333d 100%);
  color: #F5F1EA; text-align: center;
}
.dim-final-shell { max-width: 760px; }
.dim-final-shell .dim-eyebrow-dot { justify-content: center; }
.dim-final-h {
  font: 300 clamp(36px, 6vw, 64px)/1.1 Inter, sans-serif;
  letter-spacing: -0.02em; color: #F5F1EA; margin: 0 0 20px;
}
.dim-final-h em {
  font-family: "Cormorant Garamond", serif; font-style: italic; font-weight: 500;
  color: rgba(245,241,234,0.88);
}
.dim-final-sub {
  font: 300 17px/1.7 Inter, sans-serif;
  color: rgba(245,241,234,0.7);
  max-width: 540px; margin: 0 auto 36px;
}
.dim-final-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 32px; border-radius: 999px;
  background: #C8362A; color: #fff; text-decoration: none;
  font: 500 14px/1 Inter, sans-serif; letter-spacing: 0.04em;
  transition: background 200ms ease, transform 200ms ease;
}
.dim-final-cta:hover { background: #A82820; transform: translateY(-1px); }

/* =========================================================================
   UNIFIED AVANTYS DARK BRAND PASS — Dim 02 · 03 · 04 · 05 · 07
   Texto cream, glass cards, eyebrows con punto rojo, tipo coherente con
   "Tu siguiente paso" y "01 · Mente". Sobrescribe estilos previos.
   ========================================================================= */

.dim-glass-card {
  background: rgba(245,241,234,0.05);
  border: 1px solid rgba(245,241,234,0.10);
  border-radius: 18px;
  padding: 22px 24px;
  backdrop-filter: blur(20px) saturate(140%);
  color: #F5F1EA;
  text-align: left;
}
.dim-glass-card h4 {
  font: 500 11px/1 Inter, sans-serif;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: #C8362A; margin: 0 0 10px;
}
.dim-glass-card p {
  font: 400 14px/1.65 Inter, sans-serif;
  color: rgba(245,241,234,0.78); margin: 0;
}

/* Shared dark h1 helper */
.dim-02-h, .dim-03-h, .dim-04-h, .dim-05-h, .dim-07-h {
  color: #F5F1EA;
}
.dim-02-h em, .dim-03-h em, .dim-04-h em, .dim-05-h em, .dim-07-h em {
  font-family: "Cormorant Garamond", serif; font-style: italic; font-weight: 500;
  color: rgba(245,241,234,0.88);
}

/* ===================== DIM 02 — Alimentación (dark + radial tint) ===================== */
.dim-02 { color: #F5F1EA; transition: background 900ms ease; }
.dim-02 .dim-eyebrow-dot { justify-content: center; }
.dim-02-shell {
  position: relative; z-index: 1;
  width: 100%; max-width: 880px; text-align: center;
}
.dim-02-sub {
  font: 300 17px/1.7 Inter, sans-serif;
  color: rgba(245,241,234,0.72);
  max-width: 620px; margin: 0 auto 48px;
}
.dim-02-row {
  display: flex; justify-content: center; gap: 14px;
  flex-wrap: wrap; margin-bottom: 32px;
}
.dim-02-circle {
  position: relative;
  width: 72px; height: 72px; border-radius: 50%;
  cursor: pointer;
  border: 2px solid rgba(245,241,234,0.15);
  transition: transform 300ms cubic-bezier(0.34, 1.56, 0.64, 1), border-color 200ms ease, box-shadow 300ms ease;
  padding: 0;
}
.dim-02-circle span {
  position: absolute; left: 50%; bottom: -22px; transform: translateX(-50%);
  font: 500 10px/1 Inter, sans-serif; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(245,241,234,0.5);
  opacity: 0; transition: opacity 200ms ease;
}
.dim-02-circle:hover { transform: scale(1.12); }
.dim-02-circle:hover span { opacity: 1; }
.dim-02-circle.is-active {
  transform: scale(1.25);
  border-color: rgba(245,241,234,0.85);
  box-shadow: 0 0 0 6px rgba(245,241,234,0.08), 0 18px 40px rgba(0,0,0,0.4);
}
.dim-02-circle.is-active span { opacity: 1; color: #F5F1EA; }

.dim-02-panel {
  margin: 32px auto 0; max-width: 720px;
  background: rgba(245,241,234,0.05);
  border: 1px solid rgba(245,241,234,0.10);
  border-radius: 18px;
  backdrop-filter: blur(20px) saturate(140%);
  padding: 28px;
  text-align: left;
  animation: slideDownFade 320ms ease;
}
.dim-02-panel-head { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.dim-02-swatch { width: 44px; height: 44px; border-radius: 50%; flex: 0 0 auto; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2); }
.dim-02-panel h4 { font: 400 22px/1.1 "Cormorant Garamond", serif; font-style: italic; color: #F5F1EA; margin: 0; }
.dim-02-nutri { font: 500 11px/1 Inter, sans-serif; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(245,241,234,0.55); margin: 6px 0 0; }
.dim-02-panel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 22px; }
@media (max-width: 700px) { .dim-02-panel-grid { grid-template-columns: 1fr; } }
.dim-02-panel-grid .is-alert { grid-column: 1 / -1; padding-top: 16px; border-top: 1px solid rgba(245,241,234,0.08); }
.dim-02-label {
  font: 500 10px/1 Inter, sans-serif; letter-spacing: 0.16em; text-transform: uppercase;
  color: #C8362A; margin: 0 0 8px;
}
.dim-02-text { font: 400 14px/1.65 Inter, sans-serif; color: rgba(245,241,234,0.82); margin: 0; }
.dim-02-foot { display: block; margin-top: 18px; font: 400 11px/1.5 Inter, sans-serif; color: rgba(245,241,234,0.45); }

/* ===================== DIM 03 — Respiración (dark cohesive) ===================== */
.dim-03 {
  background: linear-gradient(180deg, #06080c 0%, #0a1018 50%, #0c1726 100%);
  color: #F5F1EA;
}
.dim-03 .dim-eyebrow-dot { justify-content: center; }
.dim-03-shell { max-width: 920px; }
.dim-03-pill {
  border: 1px solid rgba(245,241,234,0.18);
  color: rgba(245,241,234,0.7);
  background: transparent;
}
.dim-03-pill.is-active { color: #F5F1EA; }
.dim-03-stage { margin: 36px 0 24px; }
.dim-03-orb-wrap {
  position: relative;
  width: 280px; height: 280px;
  display: grid; place-items: center;
  transition: transform var(--breath-duration, 4s) ease-in-out;
}
.dim-03-orb-bg {
  position: absolute; inset: 0; border-radius: 50%;
  filter: blur(6px);
  transition: background 600ms ease;
}
.dim-03-orb-inner {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 6px;
}
.dim-03 .dim-03-phase { color: rgba(245,241,234,0.75); margin: 0; }
.dim-03 .dim-03-count { color: #F5F1EA; font-size: 84px; line-height: 1; font-weight: 200; font-variant-numeric: tabular-nums; }
.dim-03 .dim-03-pattern { color: rgba(245,241,234,0.5); margin: 4px 0 0; }
.dim-03-playpause {
  display: inline-flex; align-items: center; gap: 8px;
  margin: 4px 0 32px;
  padding: 9px 18px; border-radius: 999px;
  background: rgba(245,241,234,0.06); color: #F5F1EA;
  border: 1px solid rgba(245,241,234,0.18);
  font: 500 12px/1 Inter, sans-serif; letter-spacing: 0.08em;
  cursor: pointer; transition: background 200ms ease, border-color 200ms ease;
}
.dim-03-playpause:hover { background: rgba(245,241,234,0.10); border-color: rgba(245,241,234,0.35); }
.dim-03-info { max-width: 760px; }

/* ===================== DIM 04 — Movimiento (kinetic lines + glass cards) ===================== */
.dim-04 {
  background: linear-gradient(180deg, #0c1726 0%, #0a1018 60%, #06080c 100%);
  color: #F5F1EA;
  position: relative;
}
.dim-04 .dim-eyebrow-dot { justify-content: center; }
.dim-04-lines {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none; z-index: 0;
  opacity: 0.55;
}
.dim-04-shell {
  position: relative; z-index: 1;
  width: 100%; max-width: 1180px; text-align: center;
}
.dim-04-sub {
  font: 300 17px/1.7 Inter, sans-serif;
  color: rgba(245,241,234,0.72);
  max-width: 620px; margin: 0 auto 48px;
}
.dim-04-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  text-align: left; margin-bottom: 40px;
}
@media (max-width: 1000px) { .dim-04-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px)  { .dim-04-grid { grid-template-columns: 1fr; } }
.dim-04-card {
  position: relative;
  padding: 26px 22px 24px;
  background: rgba(245,241,234,0.04);
  border: 1px solid rgba(245,241,234,0.08);
  border-radius: 18px;
  backdrop-filter: blur(18px) saturate(140%);
  cursor: default;
  opacity: 0; transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease, background 300ms ease, border-color 300ms ease;
  overflow: hidden;
}
.dim-04-card.is-in { opacity: 1; transform: none; }
.dim-04-card:hover { background: rgba(245,241,234,0.07); border-color: rgba(245,241,234,0.20); }
.dim-04-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.dim-04-n { font: 500 11px/1 Inter, sans-serif; letter-spacing: 0.18em; color: var(--c, #C8362A); }
.dim-04-pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--c, #C8362A);
  box-shadow: 0 0 0 0 var(--c, #C8362A);
  animation: dim04Pulse 2.4s ease-out infinite;
}
@keyframes dim04Pulse {
  0% { box-shadow: 0 0 0 0 color-mix(in oklab, var(--c, #C8362A) 60%, transparent); }
  100% { box-shadow: 0 0 0 14px color-mix(in oklab, var(--c, #C8362A) 0%, transparent); }
}
.dim-04-card h3 {
  font: 400 24px/1.2 "Cormorant Garamond", serif; font-style: italic;
  color: #F5F1EA; margin: 0 0 6px;
}
.dim-04-when { font: 500 11px/1 Inter, sans-serif; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(245,241,234,0.55); margin: 0 0 12px; }
.dim-04-benefit { font: 400 14px/1.65 Inter, sans-serif; color: rgba(245,241,234,0.78); margin: 0 0 16px; }
.dim-04-who { font: 400 12px/1.5 Inter, sans-serif; color: rgba(245,241,234,0.5); margin: 0; }
.dim-04-line {
  position: absolute; left: 22px; right: 22px; bottom: 16px;
  height: 1px;
  background: linear-gradient(90deg, var(--c, #C8362A), transparent);
  opacity: 0.5;
}
.dim-04-quote {
  font: 300 italic 22px/1.5 "Cormorant Garamond", serif;
  color: rgba(245,241,234,0.65);
  max-width: 640px; margin: 0 auto;
}

/* ===================== DIM 05 — Chapters with parallax sky ===================== */
.dim-05-chapters { min-height: 200vh; padding: 140px 40px 120px; }
.dim-05-horizon {
  position: absolute; left: 0; right: 0; pointer-events: none;
}
.dim-05-h1 {
  bottom: -20px; height: 240px;
  background: linear-gradient(to top, rgba(0,0,0,0.45), transparent);
}
.dim-05-h2 {
  bottom: -10px; height: 120px;
  background: linear-gradient(to top, rgba(0,0,0,0.35), transparent);
}
.dim-05-stars {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(1px 1px at 20% 30%, #fff 50%, transparent 51%),
    radial-gradient(1px 1px at 70% 22%, #fff 50%, transparent 51%),
    radial-gradient(1px 1px at 45% 60%, #fff 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 85% 70%, #fff 50%, transparent 51%),
    radial-gradient(1px 1px at 15% 75%, #fff 50%, transparent 51%),
    radial-gradient(1px 1px at 60% 40%, #fff 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 30% 18%, #fff 50%, transparent 51%);
  transition: opacity 600ms ease;
}
.dim-05-shell {
  position: relative; z-index: 2;
  width: 100%; max-width: 880px;
}
.dim-05-header { text-align: center; margin: 0 auto 80px; max-width: 720px; }
.dim-05-header .dim-eyebrow-dot { justify-content: center; }
.dim-05.is-dark { color: #F5F1EA; }
.dim-05.is-dark .dim-05-h, .dim-05.is-dark .dim-05-chapter h3 { color: #F5F1EA; }
.dim-05.is-dark .dim-05-chapter-body { color: rgba(245,241,234,0.78); }
.dim-05 .dim-05-h { color: #0c1726; transition: color 600ms ease; }
.dim-05 .dim-05-chapter h3 { color: #0c1726; transition: color 600ms ease; }
.dim-05 .dim-05-chapter-body { color: rgba(12,23,38,0.78); transition: color 600ms ease; }
.dim-05-chapter-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 120px;
}
.dim-05-chapter {
  max-width: 680px;
  opacity: 0.55;
  transition: opacity 700ms ease;
}
.dim-05-chapter.is-active { opacity: 1; }
.dim-05-chapter:nth-child(even) { margin-left: auto; }
.dim-05-chip {
  display: inline-block;
  font: 500 10px/1 Inter, sans-serif; letter-spacing: 0.20em;
  text-transform: uppercase; color: rgba(255,255,255,0.85);
  background: rgba(0,0,0,0.35); padding: 6px 12px; border-radius: 999px;
  margin-bottom: 18px;
  backdrop-filter: blur(8px);
}
.dim-05-chapter h3 {
  font: 300 32px/1.25 Inter, sans-serif; letter-spacing: -0.01em;
  margin: 0 0 14px;
}
@media (max-width: 768px) { .dim-05-chapter h3 { font-size: 24px; } }
.dim-05-chapter-body {
  font: 400 16px/1.75 Inter, sans-serif; margin: 0 0 22px;
}
.dim-05-glass { background: rgba(245,241,234,0.10); border-color: rgba(245,241,234,0.18); }
.dim-05.is-dark .dim-05-glass { background: rgba(245,241,234,0.06); }
.dim-05-glass-label {
  display: block; font: 500 10px/1 Inter, sans-serif; letter-spacing: 0.18em;
  text-transform: uppercase; color: #C8362A; margin-bottom: 8px;
}
.dim-05-glass p { color: #F5F1EA; font: 400 15px/1.6 Inter, sans-serif; margin: 0; }

/* ===================== DIM 06 — bigger dots + breathing space ===================== */
.dim-06-h { margin-bottom: 72px !important; }
.dim-06-howto { margin-top: 8px !important; margin-bottom: 56px !important; }
.dim-06-star { width: 40px; height: 40px; }
.dim-06-star i { width: 7px; height: 7px; }
.dim-06-star:hover i { width: 10px; height: 10px; }
.dim-06-star span { top: calc(50% + 18px); font-size: 14px; }

/* ===================== DIM 07 — Blooming garden carousel ===================== */
.dim-07-bloom {
  background: linear-gradient(180deg, #06080c 0%, #0a0610 55%, #120710 100%);
  color: #F5F1EA;
  position: relative; overflow: hidden;
}
.dim-07 .dim-eyebrow-dot { justify-content: center; }
.dim-07-bg-bloom { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.dim-07-glow { position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.35; }
.dim-07-glow.a { width: 520px; height: 520px; background: #C8362A; top: -120px; left: -100px; opacity: 0.22; }
.dim-07-glow.b { width: 480px; height: 480px; background: #E8A8A0; bottom: -120px; right: -80px; opacity: 0.18; }
.dim-07-glow.c { width: 380px; height: 380px; background: #F5B45A; top: 40%; left: 55%; transform: translate(-50%,-50%); opacity: 0.15; }
.dim-07-flower {
  position: absolute; left: 50%; top: 38%;
  width: min(80vw, 800px); height: min(80vw, 800px);
  transform: translate(-50%, -50%);
  opacity: 0.55;
}
@keyframes dim07Petal {
  0%,100% { transform: scale(0.92) rotate(0deg); opacity: 0.05; }
  50%     { transform: scale(1.08) rotate(8deg); opacity: 0.18; }
}
.dim-07-petals { position: absolute; inset: 0; overflow: hidden; }
.dim-07-petals span {
  position: absolute; top: -40px;
  border-radius: 60% 40% 60% 40%;
  opacity: 0.55;
  animation: dim07Fall linear infinite;
}
@keyframes dim07Fall {
  0% { transform: translateY(-10vh) rotate(0deg); opacity: 0; }
  10% { opacity: 0.6; }
  100% { transform: translateY(120vh) rotate(540deg); opacity: 0; }
}

.dim-07-shell {
  position: relative; z-index: 1;
  width: 100%; max-width: 1280px;
  text-align: center;
}
.dim-07-sub { color: rgba(245,241,234,0.7); max-width: 580px; margin: 0 auto 48px; }

.dim-07-carousel {
  position: relative;
  display: flex; align-items: center; gap: 16px;
}
.dim-07-arrow {
  position: relative;
  width: 48px; height: 48px; flex: 0 0 auto; border-radius: 50%;
  background: rgba(245,241,234,0.08); color: #F5F1EA;
  border: 1px solid rgba(245,241,234,0.18);
  font: 400 22px/1 Inter, sans-serif;
  cursor: pointer; transition: background 200ms ease, transform 200ms ease, opacity 200ms ease;
  z-index: 5; pointer-events: auto;
}
.dim-07-arrow:hover:not(:disabled) { background: rgba(200,54,42,0.6); border-color: #C8362A; transform: scale(1.05); }
.dim-07-arrow:disabled { opacity: 0.3; cursor: not-allowed; pointer-events: none; }
.dim-07-track {
  position: relative;
  flex: 1 1 0; min-width: 0;
  display: flex; gap: 18px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 8px 4px 24px;
  scrollbar-width: none;
}
.dim-07-track::-webkit-scrollbar { display: none; }
.dim-07-card {
  flex: 0 0 320px;
  scroll-snap-align: center;
  background: rgba(245,241,234,0.04);
  border: 1px solid rgba(245,241,234,0.10);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  color: #F5F1EA; text-align: left;
  transition: transform 400ms ease, border-color 300ms ease, background 300ms ease;
  backdrop-filter: blur(18px);
}
.dim-07-card:hover { transform: translateY(-6px); border-color: rgba(200,54,42,0.45); }
.dim-07-card-media { aspect-ratio: 4/3; overflow: hidden; }
.dim-07-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; filter: saturate(0.9); }
.dim-07-card:hover .dim-07-card-media img { transform: scale(1.06); filter: saturate(1.05); }
.dim-07-card-body { padding: 20px 22px 22px; }
.dim-07-card-n { display: block; font: 500 10px/1 Inter, sans-serif; letter-spacing: 0.18em; color: rgba(245,241,234,0.5); margin-bottom: 10px; }
.dim-07-card-body h3 { font: 400 26px/1.2 "Cormorant Garamond", serif; font-style: italic; margin: 0 0 4px; color: #F5F1EA; }
.dim-07-card-body i { font: 300 italic 13px/1.4 Inter, sans-serif; color: rgba(245,241,234,0.55); }
.dim-07-card-cta { display: block; margin-top: 16px; font: 500 12px/1 Inter, sans-serif; letter-spacing: 0.10em; color: #C8362A; }

.dim-07-progress {
  position: relative;
  width: min(360px, 80%); margin: 12px auto 0;
  height: 2px; background: rgba(245,241,234,0.10); border-radius: 2px; overflow: hidden;
}
.dim-07-progress span {
  display: block; height: 100%;
  background: linear-gradient(90deg, #C8362A, #E8A8A0);
  transition: width 400ms ease;
}

/* ===================== HOTFIX — legibilidad + brand red ===================== */

/* Brand red accent for hero h1s (first line) */
.dim-h-accent {
  color: #C8362A;
  font-weight: 300;
}

/* DIM 02 — solid dark panel so text stays readable over the color radial */
.dim-02-panel {
  background: rgba(8, 10, 14, 0.78);
  border: 1px solid rgba(245, 241, 234, 0.14);
  backdrop-filter: blur(24px) saturate(140%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.dim-02-panel h4 { color: #F5F1EA; }
.dim-02-nutri { color: rgba(245, 241, 234, 0.7); }
.dim-02-label { color: #E26154; }
.dim-02-text { color: rgba(245, 241, 234, 0.92); }
.dim-02-panel-grid .is-alert { border-top-color: rgba(245, 241, 234, 0.14); }
.dim-02-foot { color: rgba(245, 241, 234, 0.55); }

/* DIM 03 — info cards: dark glass overriding earlier white background */
.dim-03 .dim-03-info > div {
  background: rgba(245, 241, 234, 0.06);
  border: 1px solid rgba(245, 241, 234, 0.14);
  border-radius: 14px;
  padding: 20px 22px;
  backdrop-filter: blur(20px) saturate(140%);
}
.dim-03 .dim-03-info h4 { color: #E26154; }
.dim-03 .dim-03-info p { color: rgba(245, 241, 234, 0.88); }

/* DIM 05 — glass insight card readable on every sky color */
.dim-05 .dim-05-glass,
.dim-05.is-dark .dim-05-glass {
  background: rgba(8, 10, 14, 0.62);
  border: 1px solid rgba(245, 241, 234, 0.18);
  backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}
.dim-05-glass-label { color: #E8C07A; }
.dim-05-glass p { color: #F5F1EA; }
/* Force chapter body legible even on bright daytime sky */
.dim-05 .dim-05-chapter h3,
.dim-05.is-dark .dim-05-chapter h3 { color: #F5F1EA; text-shadow: 0 2px 18px rgba(0,0,0,0.45); }
.dim-05 .dim-05-chapter-body,
.dim-05.is-dark .dim-05-chapter-body { color: rgba(245, 241, 234, 0.92); text-shadow: 0 1px 12px rgba(0,0,0,0.4); }
.dim-05 .dim-05-chip {
  background: rgba(8,10,14,0.6);
  color: #F5F1EA;
  border: 1px solid rgba(245,241,234,0.22);
}

/* DIM 07 — plant card: hide name by default, reveal on hover with plant tone */
.dim-07-card {
  position: relative;
  --tone: #C8362A;
  background: rgba(8, 10, 14, 0.6);
  overflow: hidden;
}
.dim-07-card-body {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px 20px 20px;
  background: linear-gradient(180deg, transparent 0%, var(--tone) 100%);
  transform: translateY(70%);
  transition: transform 480ms cubic-bezier(.2,.7,.2,1), background 480ms ease;
  text-align: left;
}
.dim-07-card:hover .dim-07-card-body,
.dim-07-card:focus-visible .dim-07-card-body { transform: translateY(0); }
.dim-07-card-n { color: rgba(255,255,255,0.85); }
.dim-07-card-body h3 { color: #fff; text-shadow: 0 2px 14px rgba(0,0,0,0.45); }
.dim-07-card-body i { color: rgba(255,255,255,0.85); }
.dim-07-card-cta { color: #fff; opacity: 0; transition: opacity 320ms ease 120ms; }
.dim-07-card:hover .dim-07-card-cta { opacity: 1; }
.dim-07-card:hover { border-color: var(--tone); }
.dim-07-card:hover .dim-07-card-media img { filter: saturate(1.15); }

/* DIM 07 — blooming flowers (replaces falling petals) */
.dim-07-blooms { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.dim-07-bloom-flower {
  position: absolute;
  transform-origin: center;
  animation: dim07Bloom 9s ease-in-out infinite;
  opacity: 0;
}
@keyframes dim07Bloom {
  0%   { transform: scale(0.2) rotate(0deg);   opacity: 0; }
  35%  { opacity: 0.55; }
  50%  { transform: scale(1.05) rotate(40deg); opacity: 0.7; }
  65%  { opacity: 0.55; }
  100% { transform: scale(0.2) rotate(80deg);  opacity: 0; }
}

/* =========================================================================
   FINAL HOTFIX — Avantys brand cohesion (menu safety, dim02/05/07 polish)
   ========================================================================= */

/* 1) Menu panel: never bleed behind page content while closed */
.menu-panel { visibility: hidden; pointer-events: none; }
.menu-panel.open { visibility: visible; pointer-events: auto; }

/* 2) DIM 02 — kill all legacy green; pure Avantys dark glass */
.dim-02,
.dim-02 h1,
.dim-02 p.dim-body { color: #F5F1EA !important; }
.dim-02 .dim-eyebrow { color: rgba(245,241,234,0.55) !important; }
.dim-02-circle.is-active { border-color: rgba(245,241,234,0.85) !important; }
.dim-02-panel {
  background: rgba(10,13,18,0.86) !important;
  border: 1px solid rgba(245,241,234,0.12) !important;
  border-radius: 18px !important;
  backdrop-filter: blur(26px) saturate(140%);
  box-shadow: 0 24px 60px rgba(0,0,0,0.55);
}
.dim-02-panel h4 { color: #F5F1EA !important; }
.dim-02-panel p { color: rgba(245,241,234,0.88) !important; opacity: 1 !important; }
.dim-02-panel small { color: rgba(245,241,234,0.5) !important; }
.dim-02-nutri {
  color: rgba(245,241,234,0.65) !important;
  letter-spacing: 0.14em;
}
.dim-02-label { color: #C8362A !important; }
.dim-02-text { color: rgba(245,241,234,0.92) !important; }
.dim-02-panel-grid .is-alert .dim-02-label { color: #C8362A !important; }
.dim-02-panel-grid .is-alert .dim-02-text { color: rgba(245,241,234,0.88) !important; }
.dim-02-foot { color: rgba(245,241,234,0.5) !important; }

/* 3) DIM 05 — stars dataset (multi-layer twinkle for night chapter) */
.dim-05-stars {
  background-image:
    radial-gradient(1px 1px at 12% 18%, #fff 50%, transparent 51%),
    radial-gradient(1px 1px at 22% 42%, #fff 50%, transparent 51%),
    radial-gradient(1.4px 1.4px at 34% 12%, #fff 50%, transparent 51%),
    radial-gradient(1px 1px at 46% 28%, #fff 50%, transparent 51%),
    radial-gradient(1.2px 1.2px at 58% 8%,  #fff 50%, transparent 51%),
    radial-gradient(1px 1px at 64% 36%, #fff 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 72% 18%, #fff 50%, transparent 51%),
    radial-gradient(1px 1px at 78% 48%, #fff 50%, transparent 51%),
    radial-gradient(1px 1px at 86% 26%, #fff 50%, transparent 51%),
    radial-gradient(1.3px 1.3px at 8% 60%, #fff 50%, transparent 51%),
    radial-gradient(1px 1px at 30% 70%, #fff 50%, transparent 51%),
    radial-gradient(1.4px 1.4px at 50% 56%, #fff 50%, transparent 51%),
    radial-gradient(1px 1px at 68% 78%, #fff 50%, transparent 51%),
    radial-gradient(1.2px 1.2px at 88% 62%, #fff 50%, transparent 51%);
  animation: dim05Twinkle 5.5s ease-in-out infinite;
}
@keyframes dim05Twinkle {
  0%,100% { filter: brightness(0.7); }
  50%     { filter: brightness(1.15); }
}

/* 4) DIM 07 — replace blooming SVGs with quiet dark gradient + grain */
.dim-07-bloom {
  background:
    radial-gradient(60% 50% at 50% 8%,  rgba(200,54,42,0.10), transparent 70%),
    radial-gradient(70% 60% at 80% 90%, rgba(200,54,42,0.06), transparent 70%),
    linear-gradient(180deg, #06080c 0%, #0a0d12 55%, #06080c 100%) !important;
}
.dim-07-flower,
.dim-07-blooms,
.dim-07-glow { display: none !important; }
.dim-07-bg-bloom::after {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.08 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: 0.5;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* 5) Plant modal — Avantys dark glass with red accents */
.plant-modal {
  background: #06080c !important;
  color: #F5F1EA !important;
}
.plant-modal-grid::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(50% 40% at 80% 10%, rgba(200,54,42,0.12), transparent 70%),
    radial-gradient(40% 30% at 20% 90%, rgba(200,54,42,0.06), transparent 70%);
  pointer-events: none;
}
.plant-modal-media { position: relative; overflow: hidden; }
.plant-modal-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(6,8,12,0.55) 100%),
              linear-gradient(90deg, transparent 60%, rgba(6,8,12,0.65) 100%);
  pointer-events: none;
}
.plant-modal-media img { filter: saturate(0.9) brightness(0.85); }
.plant-modal-content { position: relative; z-index: 1; }
.plant-modal-content h1 { color: #F5F1EA !important; font-weight: 300; }
.plant-modal-content .sci { color: rgba(245,241,234,0.55) !important; }
.plant-modal-section { border-top-color: rgba(245,241,234,0.10) !important; }
.plant-modal-section .label {
  color: #C8362A !important;
  letter-spacing: 0.16em !important;
  font-weight: 600 !important;
}
.plant-modal-section .badge {
  border: 1px solid rgba(245,241,234,0.18) !important;
  color: rgba(245,241,234,0.7) !important;
  background: rgba(245,241,234,0.04);
}
.plant-modal-section p { color: rgba(245,241,234,0.88) !important; }
.plant-modal-section.precaucion p { color: rgba(232,168,160,0.9) !important; }
.plant-modal-disclaimer {
  border-top-color: rgba(245,241,234,0.08) !important;
  color: rgba(245,241,234,0.45) !important;
}
.plant-modal-close {
  background: rgba(245,241,234,0.08) !important;
  border: 1px solid rgba(245,241,234,0.18) !important;
  color: #F5F1EA !important;
}
.plant-modal-close:hover {
  background: #C8362A !important;
  border-color: #C8362A !important;
}


/* ============= Final overrides (latest) ============= */

/* DIM 02 — don't show color name when card is active (panel already names it) */
.dim-02-circle.is-active span { opacity: 0 !important; }

/* Global — replace "Continuar → / Dimensión X de Y" with a quiet down-arrow indicator */
.dim-foot { bottom: 22px; }
.dim-foot-count { display: none !important; }
.dim-foot-link {
  font-size: 0 !important;
  position: relative;
  width: 38px; height: 38px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  opacity: 0.55;
}
.dim-foot-link::before {
  content: "↓";
  font-size: 20px;
  line-height: 1;
  color: inherit;
  animation: dimFootBob 1.8s ease-in-out infinite;
}
.dim-foot:not(.on-dark) .dim-foot-link::before { color: var(--d-sapphire); }
.dim-foot.on-dark .dim-foot-link::before { color: rgba(245,241,234,0.85); }
@keyframes dimFootBob {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(5px); }
}

/* DIM 05 — make moon & stars actually visible, trigger earlier */
.dim-05-moon {
  width: 110px !important;
  height: 110px !important;
  right: 16% !important;
  top: 18% !important;
  filter: blur(1px) !important;
  background: radial-gradient(circle at 38% 38%, #FFFDF5 0%, #E6E8F2 45%, #9EA3B8 70%, transparent 78%) !important;
  box-shadow: 0 0 60px 18px rgba(220,225,245,0.35), 0 0 120px 40px rgba(180,195,235,0.18) !important;
}
.dim-05-stars {
  background-size: 100% 100%;
  filter: brightness(1.4) drop-shadow(0 0 2px rgba(255,255,255,0.6));
}

/* ===================== UX cleanup — hide per-section footers ===================== */
.dim-foot { display: none !important; }

/* ===================== Hero scroll arrow (only in Intro) ===================== */
.dim-intro-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; border: 1px solid rgba(245,241,234,0.18);
  border-radius: 50%; cursor: pointer; color: rgba(245,241,234,0.7);
  z-index: 5; transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}
.dim-intro-scroll:hover { background: rgba(245,241,234,0.06); color: #F5F1EA; }
.dim-intro-scroll-arrow {
  font: 400 18px/1 Inter, sans-serif;
  animation: dimScrollBounce 1.8s ease-in-out infinite;
}
@keyframes dimScrollBounce {
  0%, 100% { transform: translateY(0); opacity: 0.7; }
  50%      { transform: translateY(5px); opacity: 1; }
}

/* ===================== Section transitions — soften hard cuts ===================== */
.dim-intro { overflow: visible; }
.dim-intro::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px;
  height: 220px; pointer-events: none; z-index: 1;
  background: linear-gradient(180deg, transparent 0%, #0b1620 100%);
}
.dim-01 { position: relative; }
.dim-01::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0;
  height: 220px; pointer-events: none; z-index: 1;
  background: linear-gradient(180deg, #0b1620 0%, rgba(11,22,32,0) 100%);
}
.dim-05::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px;
  height: 260px; pointer-events: none; z-index: 5;
  background: linear-gradient(180deg, transparent 0%, rgba(17,17,16,0.85) 70%, #111110 100%);
}
.dim-06 { position: relative; }
.dim-06::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0;
  height: 220px; pointer-events: none; z-index: 1;
  background: linear-gradient(180deg, #111110 0%, rgba(17,17,16,0) 100%);
}
