/* PLUSEVO® OLP+ — estilos del sitio */

:root {
  --ink: #262421;
  --ink-soft: #55524c;
  --paper: #faf6f1;
  --paper-alt: #f2ece2;
  --line: #e6ddd0;
  --white: #ffffff;

  --brand: #d9636b;
  --brand-dark: #b8434c;
  --brand-tint: #f6dcdd;
  --brand-tint-2: #fbeceb;

  --c-quietcore: #d9647e;
  --c-silenix: #5b90c9;
  --c-lumyna: #e8ab3f;
  --c-pureset: #7fae3f;
  --c-syntra: #8b6fc4;
  --c-innerflow: #c9a25a;

  --accent-yellow: #f5c93f;

  --radius: 20px;
  --radius-sm: 12px;
  --shadow: 0 24px 55px -28px rgba(38, 36, 33, 0.4);
  --font-serif: "Playfair Display", Georgia, serif;
  --font-accent: "DM Serif Display", Georgia, serif;
  --font-sans: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
}
.container-wide {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 16px;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--ink-soft);
  display: inline-block;
}

h1, h2, h3, h4 { font-weight: 600; line-height: 1.14; margin: 0 0 18px; color: var(--ink); font-family: var(--font-serif); }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 500; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); font-weight: 500; }
h3 { font-size: 1.25rem; font-family: var(--font-sans); font-weight: 700; }
em, .accent-italic {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 400;
  line-height: 1.28;
  color: var(--em-color, var(--brand-dark));
  background: color-mix(in srgb, var(--em-color, var(--brand)) 22%, transparent);
  padding: 0.03em 0.4em;
  border-radius: 8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.heading-logo {
  height: 0.62em;
  width: auto;
  vertical-align: baseline;
  transform: translateY(0.09em);
  display: inline-block;
}
.pcw-highlight { color: var(--brand); font-weight: 700; }

/* Ritmo de color: cada bloque toma un tono distinto de la paleta de
   productos en vez de repetir siempre el coral, para que el sitio se
   sienta luminoso y variado en vez de monocromático. */
.features-section .eyebrow { color: var(--c-syntra); }
.features-section .eyebrow::before { background: var(--c-syntra); }
.features-section em { --em-color: var(--c-syntra); }

.faq-section .eyebrow { color: var(--c-pureset); }
.faq-section .eyebrow::before { background: var(--c-pureset); }
.faq-section em { --em-color: var(--c-pureset); }

.hero-content em {
  color: #fff;
  background: color-mix(in srgb, var(--em-color, var(--c-quietcore)) 62%, transparent);
}
.products-section em { --em-color: var(--c-innerflow); background: none; padding: 0; border-radius: 0; }

p { margin: 0 0 16px; color: var(--ink-soft); font-family: var(--font-sans); }
.lede { font-size: 1.1rem; }

.section { padding: 100px 0; }
.section--tight { padding: 70px 0; }
.section-head { max-width: 700px; margin-bottom: 52px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 44px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--font-sans);
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color .15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--ink); color: var(--white); }
.btn-primary:hover { background: var(--brand-dark); }
.btn-brand { background: var(--brand); color: var(--white); }
.btn-brand:hover { background: var(--brand-dark); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--white); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.7); }
.btn-outline-light:hover { background: #fff; color: var(--ink); }
.hero-cta {
  background: color-mix(in srgb, var(--btn-color, var(--brand)) 45%, white);
  color: var(--ink);
  border: none;
}
.hero-cta:hover { background: color-mix(in srgb, var(--btn-color, var(--brand)) 60%, white); }
.btn-sm { padding: 10px 20px; font-size: 0.85rem; }
.btn-block { width: 100%; }
.btn-arrow {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0;
  display: none;
}

.cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 246, 241, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
}
.logo-mark { display: inline-flex; align-items: center; text-decoration: none; }
.logo-mark img { height: 26px; width: auto; display: block; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink-soft);
}
.nav-links a:hover { color: var(--ink); }

.nav-actions { display: flex; align-items: center; gap: 14px; }
.cart-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--ink);
  border-radius: 50%;
  transition: background 0.15s;
}
.cart-link:hover { background: var(--paper-alt); }
.cart-link svg { width: 21px; height: 21px; }
.cart-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--brand);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  display: none;
}
.cart-badge.is-visible { display: block; }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  position: relative;
  transition: 0.2s;
}
.nav-toggle span::before { position: absolute; top: -7px; }
.nav-toggle span::after { position: absolute; top: 7px; }

/* ============ HERO CAROUSEL ============ */
.hero {
  position: relative;
  height: 78vh;
  min-height: 480px;
  max-height: 680px;
  overflow: hidden;
  color: #fff;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.4s ease, visibility 1.4s ease;
}
.hero-slide.active { opacity: 1; visibility: visible; }
.hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(0.85);
}
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,18,16,0.31) 0%, rgba(20,18,16,0.16) 48%, rgba(20,18,16,0.08) 75%);
}
.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(20,18,16,0.28) 0%, transparent 32%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 24px;
  max-width: 1220px;
  margin: 0 auto;
}
.hero-eyebrow {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f3d4d6;
  margin-bottom: 20px;
}
.hero-eyebrow-plus { display: inline; }
.hero-eyebrow-cat { display: none; }
.hero-content h1 {
  color: #fff;
  max-width: none;
  white-space: nowrap;
  margin-bottom: 22px;
}
.hero-content .lede {
  display: none;
  max-width: 540px;
  color: rgba(255,255,255,0.88);
  font-size: 1.1rem;
}
.hero-facts {
  display: none;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 28px 0 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
}
.hero-facts span { display: inline-flex; align-items: center; gap: 8px; }
.hero-facts span::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--brand);
  display: inline-block;
}

.hero-nav {
  position: absolute;
  left: 24px; right: 24px; bottom: 30px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1220px;
  margin: 0 auto;
}
.hero-counter { font-size: 0.85rem; color: rgba(255,255,255,0.8); font-weight: 600; min-width: 46px; }
.hero-track {
  flex: 1;
  height: 2px;
  background: rgba(255,255,255,0.28);
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.hero-track-fill {
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 16.66%;
  background: #fff;
  transition: width 0.4s ease;
}
.hero-arrows { display: flex; gap: 8px; }
.hero-arrow {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.5);
  background: transparent;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  font-size: 1.1rem;
  transition: background 0.15s, color .15s;
}
.hero-arrow:hover { background: #fff; color: var(--ink); }
.hero-dots {
  position: absolute;
  right: 24px; top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  border: none;
  cursor: pointer;
  padding: 0;
}
.hero-dot.active { background: #fff; width: 11px; height: 11px; }

/* Video de la experiencia */
.video-section { background: var(--white); }
.video-section .eyebrow { color: var(--c-lumyna); }
.video-section .eyebrow::before { background: var(--c-lumyna); }
.video-section em { --em-color: var(--c-lumyna); background: none; padding: 0; border-radius: 0; }
.video-player {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ink);
  box-shadow: var(--shadow);
}
.video-el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--ink);
}
.video-poster {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.video-poster .img-placeholder { position: absolute; inset: 0; }
.video-play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 78px; height: 78px;
  border-radius: 50%;
  border: none;
  background: var(--brand);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 14px 30px -10px rgba(0,0,0,0.45);
  transition: background 0.15s, transform 0.15s;
}
.video-play-btn:hover { background: var(--brand-dark); transform: translate(-50%, -50%) scale(1.05); }
.video-play-btn svg { width: 30px; height: 30px; margin-left: 4px; }
.video-player.playing .video-poster,
.video-player.playing .video-play-btn { display: none; }
.video-player.playing .video-el { object-fit: contain; }

/* ============ DOS FORMAS DE VIVIR PLUSEVO (On Demand / 7 días) ============ */
.consumption-section {
  position: relative;
  background: var(--paper);
  overflow: hidden;
}
.consumption-blobs { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.consumption-blob {
  position: absolute;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: var(--blob-color);
  opacity: 0.10;
  filter: blur(70px);
}
.consumption-section .container { position: relative; z-index: 1; }

.consumption-head { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.consumption-head h2 { margin-bottom: 10px; }
.heading-logo--large { height: 0.72em; transform: translateY(0.1em); }
.consumption-subtitle {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--ink-soft);
}

.consumption-path { max-width: 900px; margin: 0 auto; text-align: center; }
.consumption-path-label {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  text-transform: none;
  letter-spacing: normal;
  color: var(--brand-dark);
  margin-bottom: 8px;
}
.consumption-path--demand .consumption-path-label { color: var(--c-quietcore); }
.consumption-path--week .consumption-path-label { color: var(--c-syntra); }
.consumption-path-desc { font-size: 1rem; color: var(--ink-soft); margin-bottom: 40px; }

.consumption-steps {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 48px;
}
.consumption-steps::before {
  content: "";
  position: absolute;
  left: 8%; right: 8%; top: 9px;
  height: 1px;
  background: linear-gradient(90deg, var(--c-quietcore), var(--c-silenix), var(--c-lumyna), var(--c-pureset), var(--c-syntra), var(--c-innerflow));
  opacity: 0.5;
}
.consumption-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 170px;
}
.consumption-step-dot {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--step-color, var(--brand));
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--step-color, var(--brand)) 18%, transparent);
}
.consumption-step-text { font-size: 0.88rem; font-weight: 600; color: var(--ink); line-height: 1.35; }

.consumption-pill {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px; height: 132px;
  margin: 56px auto;
}
.consumption-pill-halo {
  position: absolute;
  inset: -34px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, var(--c-quietcore), var(--c-silenix), var(--c-lumyna), var(--c-pureset), var(--c-syntra), var(--c-innerflow), var(--c-quietcore));
  opacity: 0.18;
  filter: blur(20px);
}
.consumption-pill-icon {
  position: relative;
  width: 132px; height: 132px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: center;
  animation: consumption-pill-color 12s linear infinite;
}
.consumption-pill-icon svg { width: 52px; height: 52px; }
@keyframes consumption-pill-color {
  0%     { color: var(--c-quietcore); }
  16.6%  { color: var(--c-silenix); }
  33.3%  { color: var(--c-lumyna); }
  50%    { color: var(--c-pureset); }
  66.6%  { color: var(--c-syntra); }
  83.3%  { color: var(--c-innerflow); }
  100%   { color: var(--c-quietcore); }
}

.consumption-path--week { margin-top: 8px; }
.consumption-path--week .consumption-steps { gap: 28px; }
.consumption-path--week .consumption-step { max-width: 120px; }
.consumption-path--week .consumption-step-text { font-size: 0.8rem; }

/* ============ PRODUCT CAROUSEL ============ */
.products-section { background: var(--white); overflow: hidden; }
.carousel-controls { display: flex; gap: 10px; }
.carousel-arrow {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 2px solid var(--brand);
  background: transparent;
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  font-size: 1.1rem;
  transition: background 0.15s, color 0.15s;
  flex-shrink: 0;
}
.carousel-arrow:hover { background: var(--brand); color: #fff; }
.carousel-arrow:disabled { opacity: 0.3; cursor: default; }
.carousel-arrow:disabled:hover { background: transparent; color: var(--brand); }

.product-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 4px 20px;
  margin: 0 -4px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-carousel::-webkit-scrollbar { display: none; }

.product-card {
  scroll-snap-align: start;
  flex: 0 0 300px;
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.25s ease, filter 0.25s ease;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-thumb {
  aspect-ratio: 4/3;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.product-thumb img { max-height: 100%; object-fit: contain; }
.product-badge {
  position: absolute;
  top: 14px; left: 14px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
}
.product-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.product-name { font-family: var(--font-sans); font-size: 1.15rem; font-weight: 800; margin: 0; letter-spacing: 0.01em; }
.product-tagline {
  font-size: 0.92rem;
  font-weight: 600;
  font-style: italic;
  color: var(--product-card-color, var(--brand));
  margin: -4px 0 0;
}
.product-ingredient { font-size: 0.82rem; color: var(--product-card-color, var(--ink-soft)); margin: 0; }
.product-ingredient strong { font-weight: 800; }
.product-qty-seal {
  align-self: flex-start;
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--product-card-color, var(--ink));
  border: 1.5px solid var(--product-card-color, var(--ink));
  border-radius: 999px;
  padding: 4px 10px;
}
.product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
  gap: 10px;
}
.product-price {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
  background: color-mix(in srgb, var(--product-card-color, var(--brand)) 14%, white);
  padding: 6px 12px;
  border-radius: 8px;
}
.product-btn {
  display: inline-block;
  border: 2px solid var(--product-card-color, var(--ink));
  background: transparent;
  color: var(--product-card-color, var(--ink));
  font-weight: 700;
  font-size: 0.82rem;
  padding: 9px 18px;
  border-radius: 999px;
  transition: background 0.15s, color 0.15s;
}
.product-card:hover .product-btn { background: var(--product-card-color, var(--ink)); color: var(--white); }

/* Placeholder de imagen (demo — reemplazar por fotografía real) */
.img-placeholder {
  background: repeating-linear-gradient(135deg, #d7d2c7, #d7d2c7 14px, #cac4b6 14px, #cac4b6 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #756f61;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 16px;
  position: relative;
}
.img-placeholder svg { width: 30px; height: 30px; opacity: 0.7; }
.img-placeholder .ph-label { position: absolute; bottom: 14px; left: 14px; right: 14px; }
.img-placeholder .ph-icon { margin-bottom: 10px; }

/* Ticker / marquee */
.ticker-band {
  background: var(--paper-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  padding: 20px 0;
}
.ticker-track {
  display: flex;
  width: max-content;
  gap: 46px;
  animation: ticker-scroll 32s linear infinite;
}
.ticker-track span {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--ink);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 46px;
}
/* Un color distinto por frase — misma paleta que los productos */
.ticker-track span:nth-child(6n+1) { color: var(--c-quietcore); }
.ticker-track span:nth-child(6n+2) { color: var(--c-silenix); }
.ticker-track span:nth-child(6n+3) { color: var(--c-lumyna); }
.ticker-track span:nth-child(6n+4) { color: var(--c-pureset); }
.ticker-track span:nth-child(6n+5) { color: var(--c-syntra); }
.ticker-track span:nth-child(6n+6) { color: var(--c-innerflow); }
.ticker-track span::after {
  content: "•";
  font-style: normal;
  color: var(--ink);
  opacity: 0.35;
}
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Manifiesto Pre-Pharma — declaración de marca, fondo oscuro */
.manifesto-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(250,246,241,0.4), rgba(250,246,241,0.4)), url('../img/backgrounds/manifesto-bg.jpg') center/cover no-repeat, var(--paper);
  padding: 110px 0;
  text-align: center;
  color: rgba(38,36,33,0.85);
}
.manifesto-blobs { display: none; }
.manifesto-blob {
  position: absolute;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: var(--blob-color);
  opacity: 0.22;
  filter: blur(90px);
}
.manifesto-section .container { position: relative; z-index: 1; max-width: 780px; }

.manifesto-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(38,36,33,0.6);
  margin-bottom: 18px;
}
.manifesto-heading {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--ink);
  margin-bottom: 32px;
}
.manifesto-heading em {
  font-family: var(--font-accent);
  font-style: italic;
  color: var(--c-lumyna);
  background: none;
  padding: 0;
}
.manifesto-body { display: flex; flex-direction: column; gap: 16px; margin-bottom: 48px; }
.manifesto-body p { font-size: 1.1rem; line-height: 1.6; color: rgba(38,36,33,0.78); margin: 0; }
.manifesto-body strong { color: var(--ink); font-weight: 700; }

.manifesto-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 18px;
  margin-bottom: 56px;
  font-size: 1rem;
  color: rgba(38,36,33,0.65);
}
.manifesto-step { display: flex; align-items: center; gap: 10px; }
.manifesto-step span { font-weight: 800; color: var(--ink); }
.manifesto-step:not(:last-child)::after {
  content: "→";
  margin-left: 18px;
  color: rgba(38,36,33,0.35);
}

.manifesto-signature { padding-top: 44px; border-top: 1px solid rgba(38,36,33,0.15); }
.manifesto-logo { height: 34px; width: auto; margin: 0 auto 14px; }
.manifesto-signature p { font-size: 1.05rem; color: rgba(38,36,33,0.75); margin: 0; }
.manifesto-signature strong { color: var(--ink); }

/* Observatorio OLP — para médicos, científicos, universidades y clínicas */
.observatory-section {
  background: color-mix(in srgb, var(--c-silenix) 10%, var(--paper-alt)) url("../img/lifestyle/observatory-bg.jpg") center/cover no-repeat;
}
.observatory-section .eyebrow { color: var(--c-silenix); }
.observatory-section .eyebrow::before { background: var(--c-silenix); }
.observatory-section .section-head em { --em-color: var(--c-silenix); }
.observatory-section .section-head .btn { margin-top: 12px; }

/* FAQ */
.faq-section { background: var(--paper-alt); }
.faq-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: start;
}
.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.faq-item:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.faq-item.open { border-color: transparent; box-shadow: var(--shadow); }
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 22px;
  font-weight: 700;
  font-size: 0.96rem;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-family: var(--font-sans);
}
.faq-num {
  flex-shrink: 0;
  width: 34px; height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
}
.faq-item:nth-child(6n+1) .faq-num { background: var(--c-quietcore); }
.faq-item:nth-child(6n+2) .faq-num { background: var(--c-silenix); }
.faq-item:nth-child(6n+3) .faq-num { background: var(--c-lumyna); }
.faq-item:nth-child(6n+4) .faq-num { background: var(--c-pureset); }
.faq-item:nth-child(6n+5) .faq-num { background: var(--c-syntra); }
.faq-item:nth-child(6n+6) .faq-num { background: var(--c-innerflow); }
.faq-q-text { flex: 1; padding-top: 6px; line-height: 1.35; }
.faq-q .icon {
  flex-shrink: 0;
  margin-top: 6px;
  font-size: 1.2rem;
  color: var(--ink-soft);
  transition: transform 0.2s;
}
.faq-item.open .faq-q .icon { transform: rotate(180deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease, padding 0.25s ease;
  padding: 0 22px 0 70px;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.faq-item.open .faq-a { max-height: 480px; padding: 0 22px 22px 70px; }

/* Footer */
.site-footer {
  background: var(--white);
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  padding: 60px 0 40px;
  font-size: 0.88rem;
}
.footer-logo { height: 24px; width: auto; margin-bottom: 18px; }
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.footer-disclaimer { max-width: 520px; }
.footer-disclaimer p { color: var(--ink-soft); font-size: 0.85rem; }
.footer-disclaimer a { color: var(--ink-soft); font-weight: 700; text-decoration: none; }
.footer-disclaimer a:hover { color: var(--brand-dark); text-decoration: underline; }
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}
.footer-links a { text-decoration: none; color: var(--ink-soft); font-size: 0.85rem; font-weight: 600; }
.footer-links a:hover { color: var(--brand-dark); }

.footer-members {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.footer-members-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
}
.footer-members-label--spaced { margin-left: 20px; }
.footer-members-logo {
  display: inline-flex;
  align-items: center;
  opacity: 0.9;
  transition: opacity 0.15s;
}
.footer-members-logo:hover { opacity: 1; }
.footer-members-logo img { height: 34px; width: auto; }
.footer-members-logo--madretierra img { height: 44px; }

/* ============ Página de detalle de producto ============ */
.breadcrumb {
  padding: 22px 0 0;
  font-size: 0.82rem;
  color: var(--ink-soft);
}
.breadcrumb a { text-decoration: none; color: var(--ink-soft); font-weight: 600; }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb #crumb-name { color: var(--ink); font-weight: 700; }

.product-detail-hero { padding-top: 24px; }
.product-detail-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: start;
}

.product-gallery-main {
  aspect-ratio: 4/3;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
}
.product-gallery-main img { max-width: 100%; max-height: 100%; object-fit: contain; }
.product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 14px;
}
.product-gallery-thumb {
  background: var(--paper);
  border: 2px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: border-color 0.15s;
}
.product-gallery-thumb img { width: 100%; aspect-ratio: 1/1; object-fit: contain; }
.product-gallery-thumb span { font-size: 0.74rem; font-weight: 700; color: var(--ink-soft); }
.product-gallery-thumb.active { border-color: var(--thumb-color, var(--brand)); }
.product-gallery-thumb.active span { color: var(--ink); }

.product-info-panel { display: flex; flex-direction: column; gap: 12px; padding-top: 6px; }
.product-info-tag {
  align-self: flex-start;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 7px 14px;
  border-radius: 999px;
}
.product-info-panel h1 { font-family: var(--font-sans); font-weight: 700; letter-spacing: 0.01em; font-size: clamp(1.8rem, 3.4vw, 2.4rem); margin: 4px 0 0; }
.product-info-price { font-family: var(--font-serif); font-size: 2rem; color: var(--ink); }

.product-highlights {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 24px;
  margin: 6px 0 4px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.product-highlight {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 150px;
}
.product-highlight-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid var(--product-color, var(--brand));
  color: var(--product-color, var(--brand));
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-highlight-icon svg { width: 22px; height: 22px; }
.product-highlight-text { font-size: 0.85rem; font-weight: 700; color: var(--ink); line-height: 1.25; }

.product-info-cta { margin-top: 6px; }
.product-info-cta .btn-primary { border: none; }

.qty-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}
.qty-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.qty-btn:hover { background: var(--ink); color: var(--white); }
.qty-value { font-weight: 700; font-size: 1.05rem; min-width: 20px; text-align: center; }
.add-to-cart-note { font-size: 0.85rem; font-weight: 700; min-height: 1.2em; margin: -4px 0 0; }

.product-lifestyle-banner {
  margin: 64px 0 0;
}
.product-lifestyle-banner img {
  display: block;
  width: 100%;
  height: 92vh;
  min-height: 520px;
  max-height: 880px;
  object-fit: cover;
}

.product-textzone-section {
  position: relative;
  background: linear-gradient(color-mix(in srgb, var(--product-color, var(--brand)) 10%, transparent), color-mix(in srgb, var(--product-color, var(--brand)) 10%, transparent)), url('../img/backgrounds/reflection-bg.jpg') center/cover no-repeat, var(--paper-alt);
}
.product-textzone-section .eyebrow {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 13.5px;
  letter-spacing: 0.2em;
  color: color-mix(in srgb, var(--product-color, var(--brand)) 70%, var(--ink) 30%);
}
.product-textzone {
  max-width: 800px;
  margin: 26px auto 0;
  text-align: center;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  line-height: 1.6;
  color: color-mix(in srgb, var(--product-color, var(--brand)) 62%, var(--ink) 38%);
}
.textzone-highlight {
  background: color-mix(in srgb, var(--product-color, var(--brand)) 24%, white);
  color: color-mix(in srgb, var(--product-color, var(--brand)) 78%, var(--ink) 22%);
  font-weight: 700;
  padding: 0.04em 0.5em;
  border-radius: 999px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}


/* Frase de impacto */
.impact-section { background: color-mix(in srgb, var(--product-color, var(--brand)) 16%, var(--paper-alt)); text-align: center; }
.impact-phrase {
  max-width: 780px;
  margin: 0 auto;
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.5rem, 3.2vw, 2.1rem);
  line-height: 1.5;
  color: color-mix(in srgb, var(--product-color, var(--brand)) 60%, var(--ink) 40%);
}

/* ---- Carrito y checkout ---- */
.cart-empty {
  text-align: center;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.cart-empty[hidden],
.cart-wrap[hidden],
.checkout-wrap[hidden] {
  display: none;
}
.cart-wrap {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}
.cart-items { display: flex; flex-direction: column; gap: 18px; }
.cart-row {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 20px;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 16px;
}
.cart-row-img { width: 96px; height: 96px; object-fit: contain; background: var(--white); border-radius: var(--radius-sm); }
.cart-row-body h3 { font-size: 1.05rem; margin: 0 0 4px; }
.cart-row-meta { font-size: 0.82rem; color: var(--ink-soft); margin: 0 0 10px; }
.cart-row-qty { display: flex; align-items: center; gap: 10px; }
.cart-row-qty .qty-btn { width: 30px; height: 30px; font-size: 0.95rem; }
.cart-row-qty .qty-value { min-width: 16px; }
.cart-row-remove {
  background: none;
  border: none;
  color: var(--ink-soft);
  font-size: 0.78rem;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 8px;
}
.cart-row-remove:hover { color: var(--brand-dark); }
.cart-row-price { font-weight: 700; font-size: 1.05rem; white-space: nowrap; }

.cart-summary {
  background: var(--paper-alt);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: sticky;
  top: 100px;
}
.cart-summary h3 { font-size: 1.1rem; margin: 0 0 12px; }
.cart-summary-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 0.92rem; }
.cart-free { color: #1e8449; font-weight: 700; }
.cart-summary-total {
  border-top: 1px solid var(--line);
  margin-top: 6px;
  padding-top: 14px;
  font-size: 1.15rem;
  font-weight: 700;
}
.cart-summary .btn { margin-top: 14px; }
.cart-summary-note { font-size: 0.76rem; color: var(--ink-soft); text-align: center; margin: 12px 0 0; }

.checkout-wrap {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}
.checkout-form-fields { display: flex; flex-direction: column; gap: 32px; }
.form-section-title { font-size: 1.1rem; margin: 0 0 16px; }
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 20px;
}
.form-group { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.form-full { grid-column: 1 / -1; }
.form-group label { font-size: 0.85rem; font-weight: 700; color: var(--ink); }
.form-group input, .form-group select {
  width: 100%;
  min-width: 0;
  font: inherit;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}
.form-group input:focus, .form-group select:focus { outline: 2px solid var(--brand); outline-offset: 1px; }
.form-hint { font-size: 0.76rem; color: var(--ink-soft); }
.form-error { font-size: 0.78rem; color: var(--brand-dark); min-height: 1.1em; }
#checkout-items { display: flex; flex-direction: column; }

.result-page {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 40px 0;
}
.result-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.result-icon--ok { background: #1e8449; }
.result-icon--error { background: var(--brand-dark); }
.result-numero { font-weight: 700; color: var(--ink); }

/* Responsive */
@media (max-width: 980px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .hero { height: auto; min-height: 560px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail-grid { grid-template-columns: 1fr; gap: 32px; }
  .product-lifestyle-banner img { height: 60vh; min-height: 380px; max-height: none; }
}

@media (max-width: 720px) {
  .nav-links, .nav-actions .btn { display: none; }
  .nav-toggle { display: block; }
  .site-header.nav-open .nav-links {
    display: flex;
    position: absolute;
    top: 82px; left: 0; right: 0;
    background: var(--paper);
    flex-direction: column;
    padding: 20px 24px;
    border-bottom: 1px solid var(--line);
    gap: 18px;
  }
  .faq-grid { grid-template-columns: 1fr; }
  .manifesto-section { padding: 80px 0; }
  .manifesto-steps { flex-direction: column; gap: 14px; }
  .manifesto-step:not(:last-child)::after { content: ""; margin: 0; display: none; }
  .consumption-steps { flex-direction: column; align-items: center; gap: 28px; }
  .consumption-steps::before {
    left: 50%; right: auto; top: 8px; bottom: 8px;
    width: 1px; height: auto;
    background: linear-gradient(180deg, var(--c-quietcore), var(--c-silenix), var(--c-lumyna), var(--c-pureset), var(--c-syntra), var(--c-innerflow));
  }
  .consumption-step, .consumption-path--week .consumption-step { max-width: 260px; }
  .footer-top { flex-direction: column; }
  .section { padding: 64px 0; }
  .hero-dots { display: none; }
  .product-carousel { padding: 14px 13vw 20px; scroll-snap-type: x mandatory; }
  .product-card {
    flex-basis: 74vw;
    scroll-snap-align: center;
    opacity: 0.45;
    filter: brightness(0.92) saturate(0.85);
  }
  .product-card.is-active {
    opacity: 1;
    filter: none;
    transform: scale(1.02);
  }
  .section-head-row { flex-direction: column; align-items: flex-start; }

  .hero { height: auto; min-height: clamp(420px, 68vh, 580px); padding-bottom: 0; }
  .hero-content { padding: 96px 24px 32px; text-align: center; align-items: center; }
  .hero-nav { display: none; }
  .hero-content h1 { font-size: 1.5rem; margin-bottom: 12px; max-width: 100%; white-space: normal; }
  .hero-content em { padding: 0.02em 0.22em; }
  .cta-row { flex-direction: column; align-items: center; }
  .cta-row .btn { white-space: normal; text-align: center; padding: 10px 20px; font-size: 0.85rem; }

  .cart-wrap { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .cart-row { grid-template-columns: 64px 1fr; }
  .cart-row-img { width: 64px; height: 64px; }
  .cart-row-price { grid-column: 1 / -1; text-align: right; }
  .checkout-wrap { grid-template-columns: 1fr; }
  .checkout-summary { position: static; order: -1; }
}

@media (max-width: 480px) {
  .hero { min-height: clamp(380px, 62vh, 500px); }
  .hero-content { padding: 84px 20px 28px; }
  .hero-content h1 { font-size: 1.3rem; margin-bottom: 14px; max-width: 100%; }
  .hero-eyebrow { margin-bottom: 12px; }
  .cta-row .btn { padding: 9px 18px; font-size: 0.82rem; }
}

/* ==========================================================================
   Nuestra Creación — OLP+ by PLUSEVO (/works)
   Misma tipografía y lenguaje visual suave del resto del sitio: sin cajas,
   sin monoespaciada — íconos circulares, imágenes e ilustración.
   ========================================================================== */
.nav-link-active { color: var(--brand) !important; }

.works-page { background: var(--paper); }

.works-hero { padding: 150px 0 70px; text-align: center; }
.works-hero .eyebrow { justify-content: center; color: var(--brand); }
.works-title {
  font-family: var(--font-serif);
  font-size: clamp(2.3rem, 5vw, 3.4rem);
  font-weight: 700;
  margin: 0 0 26px;
  color: var(--ink);
}
.works-lede { max-width: 660px; margin: 0 auto 10px; font-size: 1.12rem; line-height: 1.65; color: var(--ink-soft); }
.works-lede em { font-family: var(--font-accent); font-style: italic; color: var(--brand); }
.works-lede--strong { font-family: var(--font-serif); font-weight: 600; font-size: 1.25rem; color: var(--ink); margin-top: 18px; }

.works-section { padding: 76px 0; }
.works-section--alt { background: var(--paper-alt); }
.works-section .section-head { max-width: 720px; }

.works-quote {
  max-width: 780px;
  margin: 0 auto 22px;
  padding-left: 22px;
  border-left: 3px solid var(--brand);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  line-height: 1.5;
  color: var(--ink);
}
.works-section-narrow { max-width: 720px; }
.works-section-narrow p { font-size: 1.02rem; line-height: 1.7; color: var(--ink-soft); margin: 0 0 16px; }
.works-section-narrow p:last-child { margin-bottom: 0; }

.works-olp-name { display: flex; align-items: baseline; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.works-olp-name-mark { font-family: var(--font-serif); font-weight: 700; font-size: 2.1rem; color: var(--brand); }
.works-olp-name-sub { font-family: var(--font-accent); font-style: italic; font-size: 1rem; color: var(--ink-soft); }

.works-icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 32px; margin-top: 44px; }
.works-icon-item { display: flex; gap: 14px; }
.works-icon-circle {
  width: 44px; height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid var(--icon-color, var(--brand));
  color: var(--icon-color, var(--brand));
  display: flex; align-items: center; justify-content: center;
}
.works-icon-circle svg { width: 20px; height: 20px; }
.works-icon-title { font-family: var(--font-serif); font-weight: 700; font-size: 1.02rem; color: var(--ink); margin: 0 0 4px; }
.works-icon-item p { font-size: 0.92rem; line-height: 1.5; color: var(--ink-soft); margin: 0; }

.works-banner { margin: 0; }
.works-banner img { display: block; width: 100%; height: 56vh; min-height: 340px; max-height: 560px; object-fit: cover; }

.works-statement { padding: 90px 0; text-align: center; background: var(--paper-alt); }
.works-statement-line {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 3.4vw, 2.2rem);
  line-height: 1.4;
  margin: 0;
  color: var(--ink);
}
.works-statement-line--muted { color: var(--ink-soft); font-style: italic; font-family: var(--font-accent); margin-bottom: 6px; }

.works-emph {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  line-height: 1.45;
  color: var(--ink);
  margin: 24px 0 0 !important;
}
.works-emph-sm {
  font-family: var(--font-serif);
  font-weight: 600;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--brand);
  margin-top: 22px !important;
}

.works-split { display: grid; grid-template-columns: 0.85fr 1fr; gap: 48px; align-items: center; }
.works-split--rev .works-split-img { order: 2; }
.works-split-img img { width: 100%; border-radius: var(--radius); display: block; object-fit: cover; aspect-ratio: 4/5; }
.works-split-col p { font-size: 1.02rem; line-height: 1.7; color: var(--ink-soft); margin: 0 0 16px; }
.works-split-col p:last-child { margin-bottom: 0; }

.works-swatch-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 26px 0; }
.works-swatch {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px 9px 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
}
.works-swatch-dot { width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; }

.works-triad { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.works-triad-item { font-family: var(--font-serif); font-size: 1.05rem; color: var(--ink-soft); }
.works-triad-item span { font-weight: 700; color: var(--ink); }
.works-triad-arrow { color: var(--brand); font-size: 1rem; }

.works-flow { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 34px 26px; margin: 44px 0 28px; padding-top: 10px; }
.works-flow::before {
  content: "";
  position: absolute;
  left: 6%; right: 6%; top: 19px;
  height: 1px;
  background: linear-gradient(90deg, var(--c-quietcore), var(--c-silenix), var(--c-lumyna), var(--c-pureset), var(--c-syntra), var(--c-innerflow));
  opacity: 0.45;
}
.works-flow-step { position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px; width: 108px; text-align: center; }
.works-flow-dot { width: 16px; height: 16px; border-radius: 50%; background: var(--step-color, var(--brand)); box-shadow: 0 0 0 5px color-mix(in srgb, var(--step-color, var(--brand)) 18%, transparent); }
.works-flow-text { font-size: 0.85rem; font-weight: 600; color: var(--ink); line-height: 1.35; }

.works-negation-list { list-style: none; margin: 0 0 20px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 18px; }
.works-negation-list li { font-size: 0.95rem; color: var(--ink-soft); }
.works-negation-list li::before { content: "—"; color: var(--brand); margin-right: 6px; }

.works-arch-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; margin: 40px 0 30px; text-align: center; }
.works-arch-item { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.works-arch-icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 1.5px solid var(--brand);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
}
.works-arch-icon svg { width: 24px; height: 24px; }
.works-arch-title { font-family: var(--font-serif); font-weight: 700; font-size: 1rem; color: var(--ink); margin: 0; }
.works-arch-item p { font-size: 0.85rem; line-height: 1.4; color: var(--ink-soft); margin: 0; }

.works-question-list { list-style: none; margin: 20px 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.works-question-list li {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--ink);
  padding-left: 18px;
  border-left: 2px solid var(--brand);
}

.works-closing { padding: 100px 0; text-align: center; }
.works-closing-logo { height: 30px; width: auto; margin: 0 auto 22px; }
.works-closing-tag { font-family: var(--font-serif); font-weight: 700; font-size: 1.4rem; color: var(--ink); margin: 0 0 12px; }
.works-closing-en { font-family: var(--font-accent); font-style: italic; font-size: 1.05rem; color: var(--ink-soft); max-width: 540px; margin: 0 auto 30px; line-height: 1.5; }
.works-closing-triad { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 0.85rem; font-weight: 700; color: var(--brand); }
.works-closing-triad span:not(.works-closing-dot) { }
.works-closing-dot { color: var(--line); }

@media (max-width: 900px) {
  .works-icon-grid { grid-template-columns: 1fr 1fr; }
  .works-split { grid-template-columns: 1fr; gap: 24px; }
  .works-split--rev .works-split-img { order: 0; }
  .works-arch-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  .works-hero { padding: 120px 0 50px; }
  .works-section { padding: 56px 0; }
  .works-icon-grid { grid-template-columns: 1fr; gap: 26px; }
  .works-arch-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .works-flow { gap: 24px 20px; }
  .works-flow-step { width: 84px; }
  .works-banner img { height: 40vh; min-height: 240px; }
  .works-olp-name { flex-direction: column; align-items: center; gap: 4px; }
}

