/* =========================================================
   CINCO ELEMENTOS — Sistema de diseño
   Paleta: crema · oliva · oro viejo · cósmico profundo
   ========================================================= */

:root {
  /* Base cálida */
  --bone:        #FBF8F1;
  --cream:       #F3EDE1;
  --cream-deep:  #E8DFCC;
  --sand:        #DED2BB;

  /* Naturaleza */
  --olive:       #6C6F4B;
  --olive-deep:  #4A4D34;
  --sage:        #8A8C6E;

  /* Metal */
  --gold:        #A8894E;
  --gold-soft:   #C0A165;
  --gold-light:  #D8C08A;

  /* Tinta */
  --espresso:    #2C271F;
  --ink:         #1D1A14;
  --muted:       #6E655440;

  /* Cósmico */
  --cosmic:      #101636;
  --cosmic-deep: #080B1F;
  --cosmic-mid:  #1B234C;
  --cosmic-glow: #3A4A93;

  /* Tipografía */
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans:  "Jost", "Helvetica Neue", Arial, sans-serif;

  /* Métrica */
  --maxw: 1180px;
  --gap:  clamp(1.5rem, 4vw, 3rem);
  --sec:  clamp(4.5rem, 10vw, 9rem);
  --radius:    18px;
  --radius-sm: 10px;
  --radius-lg: 26px;

  /* Sombras premium (claro) */
  --shadow-soft: 0 22px 48px -28px rgba(74, 58, 30, 0.30),
                 0 8px 18px -12px rgba(74, 58, 30, 0.16);
  --shadow-lift: 0 34px 64px -30px rgba(74, 58, 30, 0.38),
                 0 12px 24px -14px rgba(74, 58, 30, 0.20);

  /* Neumorfismo (sobre crema) — para hover */
  --nm-raise: 12px 12px 26px rgba(190, 168, 120, 0.42),
              -12px -12px 26px rgba(255, 255, 255, 0.92);
  --nm-inset: inset 7px 7px 15px rgba(190, 168, 120, 0.40),
              inset -7px -7px 15px rgba(255, 255, 255, 0.94);
  --nm-soft:  6px 6px 14px rgba(190, 168, 120, 0.34),
              -6px -6px 14px rgba(255, 255, 255, 0.90);

  /* Neumorfismo oscuro (secciones cósmicas) */
  --nm-dark:  8px 8px 22px rgba(0, 0, 0, 0.50),
              -8px -8px 22px rgba(92, 112, 184, 0.10);
  --nm-dark-inset: inset 6px 6px 16px rgba(0, 0, 0, 0.55),
                   inset -6px -6px 16px rgba(92, 112, 184, 0.12);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--espresso);
  background: var(--bone);
  line-height: 1.7;
  font-size: clamp(1rem, 0.6vw + 0.9rem, 1.075rem);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
em { font-style: italic; }

/* ---------- Layout helpers ---------- */
.wrap { width: min(var(--maxw), 92%); margin-inline: auto; }
.wrap--narrow { width: min(760px, 92%); }
.center { text-align: center; }

/* ---------- Tipografía compartida ---------- */
.eyebrow {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 0.72rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.4rem;
}
.eyebrow--light { color: var(--gold-light); }

.section-title {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.12;
  font-size: clamp(1.9rem, 4.4vw, 3.2rem);
  letter-spacing: 0.005em;
  color: var(--espresso);
}
.section-title--light { color: var(--bone); }

/* ---------- Acentos botánicos ---------- */
/* Divisor de hoja bajo los títulos */
.leaf-divider {
  width: 220px; max-width: 70%; height: 28px;
  margin: 1.5rem auto 0;
  background: center/contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 28'%3E%3Cg fill='none' stroke='%23A8894E' stroke-width='1' stroke-linecap='round' opacity='0.65'%3E%3Cline x1='4' y1='14' x2='86' y2='14'/%3E%3Cline x1='134' y1='14' x2='216' y2='14'/%3E%3Cpath d='M110 24 V6'/%3E%3C/g%3E%3Ccircle cx='110' cy='5' r='1.8' fill='%23A8894E'/%3E%3Cg fill='%23A8894E' fill-opacity='0.55'%3E%3Cpath d='M110 13 C104 14 100 12 98 7 C104 9 108 11 110 13 Z'/%3E%3Cpath d='M110 13 C116 14 120 12 122 7 C116 9 112 11 110 13 Z'/%3E%3Cpath d='M110 20 C105 21 101 20 99 15 C104 16 107 18 110 20 Z'/%3E%3Cpath d='M110 20 C115 21 119 20 121 15 C116 16 113 18 110 20 Z'/%3E%3C/g%3E%3C/svg%3E");
}
.leaf-divider--light {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 28'%3E%3Cg fill='none' stroke='%23D8C08A' stroke-width='1' stroke-linecap='round' opacity='0.75'%3E%3Cline x1='4' y1='14' x2='86' y2='14'/%3E%3Cline x1='134' y1='14' x2='216' y2='14'/%3E%3Cpath d='M110 24 V6'/%3E%3C/g%3E%3Ccircle cx='110' cy='5' r='1.8' fill='%23D8C08A'/%3E%3Cg fill='%23D8C08A' fill-opacity='0.7'%3E%3Cpath d='M110 13 C104 14 100 12 98 7 C104 9 108 11 110 13 Z'/%3E%3Cpath d='M110 13 C116 14 120 12 122 7 C116 9 112 11 110 13 Z'/%3E%3Cpath d='M110 20 C105 21 101 20 99 15 C104 16 107 18 110 20 Z'/%3E%3Cpath d='M110 20 C115 21 119 20 121 15 C116 16 113 18 110 20 Z'/%3E%3C/g%3E%3C/svg%3E");
}

/* Rama decorativa de esquina (acento sutil de naturaleza) */
.branch {
  position: absolute;
  width: clamp(150px, 22vw, 300px);
  aspect-ratio: 1 / 1.5;
  pointer-events: none;
  opacity: 0.10;
  background: center/contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 300'%3E%3Cg fill='none' stroke='%236C6F4B' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M40 300 C60 230 70 170 68 110 C67 70 80 40 120 18'/%3E%3Cpath d='M68 120 C40 108 22 86 18 58'/%3E%3Cpath d='M69 150 C98 140 118 118 124 90'/%3E%3Cpath d='M66 190 C40 180 24 158 20 132'/%3E%3Cpath d='M66 225 C94 216 112 196 118 170'/%3E%3C/g%3E%3Cg fill='%236C6F4B' fill-opacity='0.9'%3E%3Cpath d='M18 58 C6 44 4 26 12 10 C26 22 30 42 24 60 Z'/%3E%3Cpath d='M124 90 C140 82 158 84 172 96 C156 106 136 106 122 96 Z'/%3E%3Cpath d='M20 132 C8 118 6 100 14 84 C28 96 32 116 26 134 Z'/%3E%3Cpath d='M118 170 C134 162 152 164 166 176 C150 186 130 186 116 176 Z'/%3E%3Cpath d='M120 18 C132 6 150 2 168 8 C158 24 138 30 120 24 Z'/%3E%3C/g%3E%3C/svg%3E");
}
.branch--tr { top: 0; right: 0; transform: scaleX(-1); }
.branch--bl { bottom: 0; left: 0; }
.branch--light { opacity: 0.08; filter: brightness(3) saturate(0.4); }

/* ---------- Botones ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 1.05em 2.1em;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  transition: all .35s cubic-bezier(.22,.61,.36,1);
  white-space: nowrap;
}
.btn--lg { font-size: 0.8rem; padding: 1.2em 2.6em; }
.btn--gold {
  background: linear-gradient(145deg, var(--gold-soft), var(--gold));
  color: var(--bone);
  box-shadow: 0 14px 28px -14px rgba(120, 92, 40, 0.65), 0 3px 8px -4px rgba(120, 92, 40, 0.4);
}
.btn--gold:hover {
  background: linear-gradient(145deg, var(--gold), var(--olive-deep));
  transform: translateY(-3px);
  box-shadow: 0 22px 40px -16px rgba(120, 92, 40, 0.7);
}
.btn--ghost { background: transparent; border-color: #ffffff55; color: var(--bone); }
.btn--ghost:hover { border-color: var(--gold-light); color: var(--gold-light); transform: translateY(-3px); }

/* =========================================================
   TOP BAR + NAV
   ========================================================= */
.topbar {
  background: var(--cosmic-deep);
  color: var(--gold-light);
  text-align: center;
  font-size: 0.66rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(251, 248, 241, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #0000000d;
  transition: box-shadow .3s ease, background .3s ease;
}
.nav.scrolled { box-shadow: 0 6px 30px -18px rgba(0,0,0,.35); }
.nav__inner {
  width: min(var(--maxw), 92%);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.9rem 0;
}

.brand { display: flex; align-items: center; gap: 0.7rem; }
.brand__mark {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: url("assets/logo.jpg") center/cover;
  box-shadow: 0 0 0 1px #00000015, inset 0 0 0 2px #fbf8f1;
  flex-shrink: 0;
}
.brand__name { display: flex; flex-direction: column; line-height: 0.98; }
.brand__name-top, .brand__name-bot {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0.28em;
  font-size: 0.92rem;
  color: var(--espresso);
}
.brand__name-bot { color: var(--gold); font-size: 0.8rem; letter-spacing: 0.34em; }

.nav__links { display: flex; gap: 2rem; }
.nav__links a {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--espresso);
  position: relative;
  padding: 0.2rem 0;
  transition: color .25s;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px;
  width: 0; height: 1px; background: var(--gold); transition: width .3s ease;
}
.nav__links a:hover { color: var(--gold); }
.nav__links a:hover::after { width: 100%; }

.nav__cta { padding: 0.75em 1.5em; font-size: 0.68rem; }

.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px;
}
.nav__toggle span { width: 24px; height: 1.5px; background: var(--espresso); transition: .3s; }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobilemenu {
  display: none;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0 4% 1.5rem;
  background: var(--bone);
  border-bottom: 1px solid #0000000d;
}
.mobilemenu.open { display: flex; }
.mobilemenu a {
  padding: 0.9rem 0;
  border-bottom: 1px solid #0000000a;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}
.mobilemenu a.btn { margin-top: 1rem; border-bottom: none; justify-content: center; }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--bone);
  padding: clamp(5rem, 12vh, 9rem) 5% clamp(4rem, 10vh, 7rem);
  overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(120% 90% at 50% 0%, #223066 0%, var(--cosmic) 42%, var(--cosmic-deep) 100%);
}
.hero__glow {
  position: absolute; left: 50%; top: 32%; transform: translate(-50%,-50%);
  width: min(680px, 90vw); aspect-ratio: 1;
  background: radial-gradient(circle, rgba(120,150,255,.28) 0%, rgba(120,150,255,0) 62%);
  filter: blur(10px);
}
.stars {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(1.4px 1.4px at 20% 30%, #fff9 40%, transparent),
    radial-gradient(1.2px 1.2px at 70% 20%, #fff7 40%, transparent),
    radial-gradient(1px 1px at 40% 70%, #ffffffcc 40%, transparent),
    radial-gradient(1.3px 1.3px at 85% 65%, #fff8 40%, transparent),
    radial-gradient(1px 1px at 55% 45%, #fff6 40%, transparent),
    radial-gradient(1.1px 1.1px at 10% 80%, #fff7 40%, transparent),
    radial-gradient(1px 1px at 90% 40%, #fff6 40%, transparent),
    radial-gradient(1.2px 1.2px at 30% 15%, #fff7 40%, transparent);
  opacity: .8;
  animation: twinkle 6s ease-in-out infinite alternate;
}
.stars--dense { opacity: .5; }
@keyframes twinkle { from { opacity: .45; } to { opacity: .9; } }

.hero__inner { position: relative; z-index: 2; max-width: 860px; }
.hero__symbol {
  width: clamp(130px, 26vw, 200px);
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0 auto 2.2rem;
  box-shadow: 0 0 0 1px #ffffff20, 0 20px 60px -20px #000a, 0 0 90px -10px #4a5fb355;
  animation: floaty 7s ease-in-out infinite;
}
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.hero__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.3rem, 6vw, 4.4rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
  margin-bottom: 1.5rem;
}
.hero__title em { color: var(--gold-light); }
.hero__sub {
  max-width: 620px; margin: 0 auto 2.4rem;
  color: #e9e6dd; font-weight: 300;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}
.hero__cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.hero__scroll {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 2;
  width: 22px; height: 36px; border: 1px solid #ffffff40; border-radius: 20px;
}
.hero__scroll span {
  position: absolute; left: 50%; top: 8px; transform: translateX(-50%);
  width: 3px; height: 7px; border-radius: 3px; background: var(--gold-light);
  animation: scrolldot 1.8s ease-in-out infinite;
}
@keyframes scrolldot { 0% { opacity: 0; top: 8px; } 40% { opacity: 1; } 100% { opacity: 0; top: 20px; } }

/* =========================================================
   CONCEPTO
   ========================================================= */
.concept { background: var(--cream); padding: var(--sec) 0; }
.concept__lead {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3.4vw, 2.4rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--olive-deep);
}
.concept__lead em { color: var(--gold); font-style: italic; }

/* =========================================================
   CÓMO TE SIENTES
   ========================================================= */
.feel { background: var(--bone); padding: var(--sec) 0; }
.feel__head { max-width: 760px; margin: 0 auto 3.2rem; text-align: center; }
.feel__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: 900px; margin: 0 auto;
  background: var(--bone);
  border: 1px solid #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.feel__item {
  padding: 1.5rem 1.6rem 1.5rem 3rem;
  border-bottom: 1px solid var(--muted);
  position: relative;
  font-size: 1.05rem;
  color: var(--espresso);
  transition: background .35s ease;
}
.feel__item:hover { background: var(--cream); }
.feel__item:nth-child(odd) { border-right: 1px solid var(--muted); }
.feel__grid .feel__item:nth-last-child(-n+2) { border-bottom: none; }
.feel__item::before {
  content: ""; position: absolute; left: 1.15rem; top: 1.65rem;
  width: 15px; height: 15px;
  background: center/contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 15 C8 9 4 4 1 1 C7 1 12 4 13 9 C13 12 11 14 8 15 Z' fill='none' stroke='%236C6F4B' stroke-width='1.1'/%3E%3Cpath d='M8 15 C8 10 9 6 12 3' fill='none' stroke='%236C6F4B' stroke-width='1.1'/%3E%3C/svg%3E");
}
.feel__foot {
  text-align: center; margin-top: 3rem;
  font-family: var(--serif); font-style: italic;
  font-size: clamp(1.4rem, 3vw, 2rem); color: var(--olive-deep);
}

/* =========================================================
   ENFOQUE
   ========================================================= */
.approach { background: var(--cream); padding: var(--sec) 0; }
.approach__words {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 0.8rem; margin: 2rem 0 1.8rem;
  font-family: var(--serif); font-style: italic;
  font-size: clamp(1.2rem, 2.6vw, 1.7rem); color: var(--gold);
}
.approach__words .dot { color: var(--sand); }
.approach__text { max-width: 620px; margin: 0 auto; color: #4b463b; }

/* =========================================================
   COMPONENTES DE IMAGEN (toque humano)
   ========================================================= */
/* Bloque a dos columnas: imagen + texto */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}
.split__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  aspect-ratio: 4 / 5;
  position: relative;
}
.split__media::after {
  content: ""; position: absolute; inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px #ffffff30;
  pointer-events: none;
}
.split__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s cubic-bezier(.22,.61,.36,1);
}
.split:hover .split__media img { transform: scale(1.05); }
.split__body { max-width: 32rem; }
.split__body .approach__words { justify-content: flex-start; }
.split__body .approach__words--center { justify-content: center; }
.split__body .leaf-divider { margin-left: 0; }
.split--reverse .split__media { order: 2; }

/* Banda de imagen a todo lo ancho con frase superpuesta */
.imgband {
  position: relative;
  min-height: clamp(360px, 60vh, 580px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: var(--bone);
}
.imgband__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  z-index: 0;
}
.imgband::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(16, 22, 54, 0.55), rgba(16, 22, 54, 0.30) 45%, rgba(30, 40, 26, 0.60));
}
.imgband__content { position: relative; z-index: 2; width: min(760px, 88%); }
.imgband__quote {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.8rem, 4.6vw, 3.2rem);
  line-height: 1.22;
  text-shadow: 0 2px 24px rgba(0,0,0,.4);
  margin-top: 0.4rem;
}
.imgband__quote em { color: var(--gold-light); font-style: italic; }

/* =========================================================
   ÁREAS (cards)
   ========================================================= */
.areas { background: var(--bone); padding: var(--sec) 0; position: relative; overflow: hidden; }
.areas .center { margin-bottom: 3.4rem; }
.areas .wrap { position: relative; z-index: 2; }
.areas__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.8rem;
}
.card {
  background: var(--bone);
  border: 1px solid #ffffff;
  border-radius: var(--radius);
  padding: 2.6rem 2.1rem;
  box-shadow: var(--shadow-soft);
  transition: transform .45s cubic-bezier(.22,.61,.36,1), box-shadow .45s ease;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: var(--nm-raise);
}
.card__icon {
  width: 62px; height: 62px; color: var(--olive);
  margin-bottom: 1.5rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--bone);
  box-shadow: var(--nm-soft);
  transition: color .4s ease, box-shadow .4s ease;
}
.card:hover .card__icon { color: var(--gold); box-shadow: var(--nm-inset); }
.card__icon svg { width: 34px; height: 34px; }
.card h3 {
  font-family: var(--serif); font-weight: 600; font-size: 1.5rem;
  margin-bottom: 0.7rem; color: var(--espresso);
}
.card p { color: #55503f; font-size: 0.98rem; }

/* =========================================================
   SESIÓN (pasos)
   ========================================================= */
.session { background: var(--cream); padding: var(--sec) 0; }
.session .center { margin-bottom: 3.4rem; }
.session__steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  counter-reset: step;
  position: relative;
}
.session__steps::before {
  content: ""; position: absolute; top: 26px; left: 8%; right: 8%;
  height: 1px; background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
}
.step { text-align: center; position: relative; padding-top: 0; }
.step__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 66px; height: 66px; border-radius: 50%;
  background: var(--cream);
  box-shadow: var(--nm-soft);
  font-family: var(--serif); font-size: 1.5rem; color: var(--gold);
  margin-bottom: 1.4rem; position: relative; z-index: 2;
  transition: box-shadow .45s ease, color .45s ease, transform .45s ease;
}
.step:hover .step__num { box-shadow: var(--nm-inset); color: var(--olive-deep); transform: translateY(-3px); }
.step p { font-size: 0.98rem; color: var(--olive-deep); padding: 0 0.3rem; }

/* =========================================================
   CINCO ELEMENTOS (cósmico)
   ========================================================= */
.elements {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--cosmic-deep), var(--cosmic) 55%, #161e42);
  color: var(--bone);
  padding: var(--sec) 0;
}
.elements__bg { position: absolute; inset: 0; z-index: 0; }
.elements .wrap { position: relative; z-index: 2; }
.elements__intro {
  max-width: 620px; margin: 1.4rem auto 3.6rem;
  color: #cdd2e6; font-weight: 300;
}
.elements__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
}
.elem {
  padding: 1.8rem 1.1rem;
  border: 1px solid #ffffff10;
  border-radius: var(--radius);
  background: linear-gradient(160deg, #ffffff0e, #ffffff03);
  box-shadow: var(--nm-dark);
  transition: transform .45s cubic-bezier(.22,.61,.36,1), box-shadow .45s ease, border-color .45s;
}
.elem:hover { transform: translateY(-8px); box-shadow: var(--nm-dark-inset); border-color: var(--gold-soft); }
.elem__glyph {
  display: block; font-size: 2rem; margin-bottom: 0.7rem; line-height: 1;
  text-shadow: 0 0 18px currentColor;
}
.elem__glyph--tierra   { color: #8bbf7a; }
.elem__glyph--agua     { color: #6fb7d8; }
.elem__glyph--fuego    { color: #e0925a; }
.elem__glyph--aire     { color: #cfd6e6; }
.elem__glyph--espiritu { color: var(--gold-light); }
.elem h3 { font-family: var(--serif); font-weight: 600; font-size: 1.35rem; margin-bottom: 0.45rem; }
.elem p { font-size: 0.86rem; color: #b7bcd0; }

/* =========================================================
   HERRAMIENTAS
   ========================================================= */
.tools { background: var(--bone); padding: var(--sec) 0; position: relative; overflow: hidden; }
.tools .wrap { position: relative; z-index: 2; }
.tools .center { margin-bottom: 3.2rem; }
.tools__note { max-width: 620px; margin: 1.2rem auto 0; color: #6a6353; }
.tools__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.4rem;
}
.tool {
  padding: 2.2rem 2rem;
  background: var(--bone);
  border: 1px solid #ffffff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  position: relative;
  transition: transform .45s cubic-bezier(.22,.61,.36,1), box-shadow .45s ease;
}
.tool::before {
  content: ""; position: absolute; left: 2rem; top: 2.4rem;
  width: 26px; height: 1px; background: var(--gold-soft);
  transition: width .45s ease;
}
.tool:hover { transform: translateY(-6px); box-shadow: var(--nm-raise); }
.tool:hover::before { width: 44px; }
.tool h3 {
  font-family: var(--serif); font-weight: 600; font-size: 1.35rem;
  color: var(--olive-deep); margin: 1rem 0 0.5rem;
}
.tool p { font-size: 0.95rem; color: #5f5949; }

/* =========================================================
   MANIFIESTO (cósmico angosto)
   ========================================================= */
.manifesto {
  background:
    radial-gradient(80% 120% at 50% 0%, #1a2350, var(--cosmic-deep));
  color: var(--bone);
  padding: var(--sec) 0;
  text-align: center;
}
.manifesto__quote {
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 500;
  line-height: 1.2;
  margin: 1.5rem 0;
}
.manifesto__quote em { color: var(--gold-light); }
.manifesto__text { max-width: 600px; margin: 0 auto; color: #c9cee0; }

/* =========================================================
   HISTORIAS
   ========================================================= */
.stories { background: var(--cream); padding: var(--sec) 0; }
.stories .center { margin-bottom: 3.2rem; }
.stories__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.6rem;
}
.story {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 2.6rem 2.1rem;
  border: 1px solid #ffffffcc;
  box-shadow: var(--shadow-soft);
  position: relative;
  transition: transform .45s cubic-bezier(.22,.61,.36,1), box-shadow .45s ease;
}
.story:hover { transform: translateY(-6px); box-shadow: var(--nm-raise); }
.story::before {
  content: "“"; font-family: var(--serif); font-size: 4rem; color: var(--gold-soft);
  position: absolute; top: 0.6rem; left: 1.2rem; line-height: 1; opacity: .6;
}
.story blockquote {
  font-family: var(--serif); font-style: italic; font-size: 1.25rem;
  line-height: 1.5; color: var(--olive-deep); margin: 1rem 0 1.4rem; position: relative; z-index: 1;
}
.story figcaption {
  font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold);
}
.stories__note { text-align: center; margin-top: 2.5rem; font-size: 0.8rem; color: #9a917d; font-style: italic; }

/* =========================================================
   FILOSOFÍA
   ========================================================= */
.about { background: var(--bone); padding: var(--sec) 0; }
.about__text {
  font-family: var(--serif); font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 400; line-height: 1.5; color: #4b463b; margin-top: 1.4rem;
}

/* =========================================================
   CTA FINAL
   ========================================================= */
.final {
  position: relative; overflow: hidden;
  background: linear-gradient(200deg, var(--cosmic), var(--cosmic-deep));
  color: var(--bone);
  padding: clamp(5rem, 12vw, 9rem) 0;
  text-align: center;
}
.final__bg { position: absolute; inset: 0; z-index: 0; }
.final__glow {
  position: absolute; left: 50%; bottom: -20%; transform: translateX(-50%);
  width: 700px; max-width: 120%; aspect-ratio: 1;
  background: radial-gradient(circle, rgba(168,137,78,.22), transparent 60%);
}
.final .wrap { position: relative; z-index: 2; }
.final__title {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.15; margin-bottom: 1.4rem;
}
.final__title em { color: var(--gold-light); }
.final__sub { max-width: 560px; margin: 0 auto 2.6rem; color: #cdd2e6; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--cosmic-deep); color: #b9bccc; }
.footer__inner {
  display: flex; justify-content: space-between; align-items: center;
  gap: 2rem; flex-wrap: wrap;
  padding: 3.2rem 0 2.2rem;
}
.footer__brand { display: flex; align-items: center; gap: 0.9rem; }
.footer__brand .brand__mark { width: 44px; height: 44px; box-shadow: 0 0 0 1px #ffffff20; }
.footer__name { font-family: var(--serif); letter-spacing: 0.3em; color: var(--bone); font-size: 1.05rem; }
.footer__tag { font-size: 0.74rem; letter-spacing: 0.12em; color: #8b8fa2; }
.footer__links { display: flex; gap: 1.8rem; flex-wrap: wrap; }
.footer__links a { font-size: 0.82rem; letter-spacing: 0.05em; transition: color .25s; }
.footer__links a:hover { color: var(--gold-light); }
.footer__base {
  border-top: 1px solid #ffffff12; padding: 1.4rem 0;
  text-align: center; font-size: 0.72rem; letter-spacing: 0.08em; color: #7c8093;
}

/* =========================================================
   WHATSAPP FLOTANTE
   ========================================================= */
.wa-float {
  position: fixed; right: 1.3rem; bottom: 1.3rem; z-index: 80;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 30px -8px rgba(0,0,0,.4);
  transition: transform .3s ease;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }

/* =========================================================
   REVEAL (animación scroll)
   ========================================================= */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__symbol, .stars, .hero__scroll span { animation: none; }
  html { scroll-behavior: auto; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 940px) {
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .session__steps { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; }
  .session__steps::before { display: none; }
  .elements__grid { grid-template-columns: repeat(2, 1fr); }
  .elem:last-child { grid-column: 1 / -1; }
  .split { grid-template-columns: 1fr; gap: 2.4rem; }
  .split__media { order: -1; aspect-ratio: 16 / 11; max-height: 420px; }
  .split--reverse .split__media { order: -1; }
  .split__body { max-width: none; text-align: center; }
  .split__body .approach__words { justify-content: center; }
  .split__body .leaf-divider { margin-left: auto; }
}
@media (max-width: 560px) {
  .feel__grid { grid-template-columns: 1fr; }
  .feel__item:nth-child(odd) { border-right: none; }
  .session__steps { grid-template-columns: 1fr; }
  .elements__grid { grid-template-columns: 1fr; }
  .elem:last-child { grid-column: auto; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .footer__inner { flex-direction: column; align-items: flex-start; text-align: left; }
}
