.elementor-kit-13{--e-global-color-primary:#111111;--e-global-color-secondary:#7A6B63;--e-global-color-text:#333333;--e-global-color-accent:#D4AF37;--e-global-color-a6228f4:#FFFFFF;--e-global-color-5d9e6ad:#F7EBE8;--e-global-typography-primary-font-family:"Tenor Sans";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.7px;--e-global-typography-text-letter-spacing:0.02px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#3B3939;font-family:"Montserrat", Sans-serif;font-weight:400;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 h1{color:#1E1F22;font-family:"Tenor Sans", Sans-serif;}.elementor-kit-13 h2{font-family:"Tenor Sans", Sans-serif;}.elementor-kit-13 h3{font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-kit-13 h4{font-family:"Montserrat", Sans-serif;font-weight:700;}.elementor-kit-13 h5{font-family:"Montserrat", Sans-serif;font-weight:800;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================================================
   KAMIS BEAUTY STUDIO — CSS COMPLETO DEL SITIO
   ============================================================================
   DONDE VA:
     Elementor > Ajustes del sitio (Site Settings) > Custom CSS
     Pega TODO este archivo. Reemplaza cualquier CSS que tengas ahi.

   IMPORTANTE — LIMPIA LO ANTERIOR:
     Si ya tenias CSS pegado en el Custom CSS de la PAGINA de Inicio
     (Ajustes de la pagina > Avanzado > Custom CSS), BORRALO de ahi.
     Ahora todo vive en Ajustes del sitio y estaria duplicado.

   QUE CONTIENE (en este orden, el orden importa):
     BLOQUE 1 — Diseno base: tipografias, colores, secciones, botones,
                hero, lookbook, servicios, comparador, formulario, footer.
     BLOQUE 2 — Puente para Elementor: corrige los wrappers que Elementor
                mete alrededor de cada widget y que rompen el diseno.
     BLOQUE 3 — Paginas de servicio: tabla de precios, migas de pan,
                heros de categoria y tecnica, ficha, tarjetas, paso a paso.

   DESPUES DE PEGARLO, REVISA:
     La tienda (WooCommerce) y el blog. El BLOQUE 1 usa nombres genericos
     (.container, .btn, .section) que podrian afectarlos. Si ves algo raro
     ahi, avisame y acotamos esas clases.
   ============================================================================ */



/* ============================================================================
   BLOQUE 1 — DISENO BASE
   ============================================================================ */

:root {
  --black: #111111;
  --black-2: #181716;
  --charcoal: #242220;
  --taupe: #7a6b63;
  --text: #333333;
  --muted: #6f6b68;
  --gold: #d4af37;
  --gold-2: #b78f1f;
  --gold-soft: #ead99e;
  --nude: #f7ebe8;
  --nude-2: #f2dfd9;
  --white: #ffffff;
  --alabaster: #f9f9fa;
  --line: rgba(17,17,17,.11);
  --line-dark: rgba(255,255,255,.14);
  --display: "Tenor Sans", sans-serif;
  --ui: "Montserrat", sans-serif;
  --container: 1480px;
  --header-h: 78px;
  --ease: cubic-bezier(.22,1,.36,1);
  --ease-soft: cubic-bezier(.16,1,.3,1);
  --shadow-sm: 0 16px 45px rgba(17,17,17,.08);
  --shadow-md: 0 28px 80px rgba(17,17,17,.14);
  --shadow-xl: 0 50px 140px rgba(17,17,17,.24);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 18px); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--white);
  color: var(--text);
  font-family: var(--ui);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; color: transparent; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold); color: var(--black); }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--alabaster); }
::-webkit-scrollbar-thumb { border: 2px solid var(--alabaster); background: var(--gold); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  background: var(--black);
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  transform: translateY(-160%);
  transition: transform .25s ease;
}
.skip-link:focus { transform: translateY(0); }

.page-intro {
  position: fixed;
  z-index: 1800;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--black);
  color: var(--white);
  transition: opacity .65s var(--ease), visibility .65s ease;
}
.page-intro.is-hidden { visibility: hidden; opacity: 0; pointer-events: none; }
.page-intro__mark { text-align: center; animation: introPulse 1.6s ease both; }
.page-intro__mark strong {
  display: block;
  color: var(--gold);
  font-family: var(--display);
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  font-weight: 400;
  letter-spacing: .28em;
  text-indent: .28em;
}
.page-intro__mark span {
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,.6);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .3em;
  text-transform: uppercase;
}
@keyframes introPulse {
  0% { opacity: 0; transform: translateY(20px) scale(.98); }
  45% { opacity: 1; transform: none; }
  100% { opacity: 1; transform: none; }
}

.scroll-progress {
  position: fixed;
  z-index: 1600;
  inset: 0 auto auto 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-2), var(--gold-soft), var(--gold));
  pointer-events: none;
  box-shadow: 0 0 18px rgba(212,175,55,.5);
}

.grain {
  position: fixed;
  z-index: 1500;
  inset: 0;
  opacity: .034;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 15% 20%, #000 0 .55px, transparent .7px),
    radial-gradient(circle at 70% 65%, #000 0 .45px, transparent .65px);
  background-size: 7px 7px, 11px 11px;
  mix-blend-mode: multiply;
}

.cursor-halo {
  position: fixed;
  z-index: 1490;
  top: 0;
  left: 0;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,.12), rgba(212,175,55,0) 68%);
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%,-50%,0);
  transition: opacity .3s ease;
}
.cursor-halo.is-visible { opacity: 1; }

.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.section { position: relative; padding-block: clamp(70px, 6.6vw, 104px); }
.section--compact { padding-block: clamp(54px, 5vw, 80px); }
.section--alabaster { background: var(--alabaster); }
.section--nude { background: var(--nude); }
.section--dark { background: var(--black); color: var(--white); }
.section--overflow { overflow: hidden; }

h1, h2, .display {
  margin: 0;
  color: var(--black);
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
}
h1 { font-size: clamp(3rem, 5.35vw, 6.25rem); }
h2 { font-size: clamp(2.65rem, 4.5vw, 5.25rem); }
h3, h4 { margin: 0; color: var(--black); line-height: 1.25; }
p { margin: 0; }
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: var(--white); }
.gold { color: var(--gold); }
.italic { font-style: italic; }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 18px;
  color: var(--taupe);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}
.kicker::before { width: 38px; height: 1px; background: var(--gold); content: ""; }
.section--dark .kicker { color: rgba(255,255,255,.58); }

.lede {
  max-width: 700px;
  color: var(--muted);
  font-size: clamp(.98rem, 1.12vw, 1.12rem);
  font-weight: 300;
  line-height: 1.82;
}
.section--dark .lede { color: rgba(255,255,255,.66); }

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr);
  align-items: end;
  gap: 44px;
  margin-bottom: clamp(42px, 5vw, 72px);
}
.section-head__copy { max-width: 930px; }
.section-head .lede { justify-self: end; }

.btn {
  --mx: 0px;
  --my: 0px;
  position: relative;
  isolation: isolate;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 15px 24px;
  background: transparent;
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transform: translate3d(var(--mx), var(--my), 0);
  transition: color .35s ease, border-color .35s ease, background-color .35s ease, transform .3s var(--ease);
}
.btn::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .48s var(--ease);
}
.btn:hover::before { transform: scaleX(1); transform-origin: left; }
.btn--dark { border-color: var(--black); background: var(--black); color: var(--white); }
.btn--dark:hover { border-color: var(--gold); color: var(--black); }
.btn--gold { border-color: var(--gold); background: var(--gold); color: var(--black); }
.btn--gold::before { background: var(--white); }
.btn--light { border-color: rgba(255,255,255,.35); color: var(--white); }
.btn--light::before { background: var(--white); }
.btn--light:hover { border-color: var(--white); color: var(--black); }
.btn svg { width: 17px; height: 17px; flex: 0 0 auto; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0 0 6px;
  background: transparent;
  color: var(--black);
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
  transition: color .3s ease, gap .3s ease;
}
.text-link:hover { gap: 15px; color: var(--gold-2); }
.section--dark .text-link { color: var(--gold); }

/* Search */
.search-overlay {
  position: fixed;
  z-index: 900;
  inset: 0;
  display: grid;
  visibility: hidden;
  place-items: start center;
  padding: max(92px, 10vh) 18px 30px;
  background: rgba(17,17,17,.86);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(20px);
  transition: opacity .35s ease, visibility .35s ease;
}
.search-overlay.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
.search-panel {
  width: min(840px, 100%);
  max-height: calc(100svh - 130px);
  overflow-y: auto;
  border: 1px solid rgba(255,255,255,.16);
  padding: clamp(28px, 5vw, 56px);
  background: var(--white);
  box-shadow: var(--shadow-xl);
  transform: translateY(-18px) scale(.985);
  transition: transform .45s var(--ease);
}
.search-overlay.is-open .search-panel { transform: none; }
.search-panel__top { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.search-panel__top strong { font-family: var(--display); font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 400; }
.icon-button { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); background: var(--white); cursor: pointer; transition: background .25s ease, color .25s ease; }
.icon-button:hover { background: var(--black); color: var(--white); }
.icon-button svg { width: 18px; height: 18px; }
.search-input-wrap { position: relative; border-bottom: 1px solid rgba(17,17,17,.25); }
.search-input-wrap svg { position: absolute; left: 2px; top: 50%; width: 21px; height: 21px; color: var(--gold-2); transform: translateY(-50%); }
.search-input { width: 100%; border: 0; padding: 18px 10px 18px 38px; background: transparent; color: var(--black); font-family: var(--display); font-size: clamp(1.3rem, 3vw, 2.2rem); outline: 0; }
.search-results { display: grid; gap: 10px; margin-top: 25px; }
.search-result { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 16px; border: 1px solid var(--line); padding: 15px 17px; transition: border-color .25s ease, transform .25s var(--ease), box-shadow .25s ease; }
.search-result:hover { border-color: var(--gold); box-shadow: var(--shadow-sm); transform: translateX(4px); }
.search-result__number { color: var(--gold-2); font-family: var(--display); font-size: 22px; }
.search-result strong { display: block; color: var(--black); font-size: 12px; }
.search-result span { display: block; color: var(--muted); font-size: 10px; }
.search-result__arrow { color: var(--gold-2); font-size: 18px; }
.search-empty { padding: 30px 0; color: var(--muted); font-size: 13px; }

/* Hero */
.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  padding-top: var(--header-h);
  overflow: hidden;
  background: var(--white);
}
.hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 6vw, 92px) clamp(24px, 3.4vw, 54px) clamp(56px, 5vw, 78px) max(20px, calc((100vw - var(--container)) / 2));
}
.hero__copy::before {
  position: absolute;
  z-index: -1;
  right: -8vw;
  bottom: 0;
  color: rgba(212,175,55,.06);
  content: "K";
  font-family: var(--display);
  font-size: min(43vw, 620px);
  line-height: .72;
  pointer-events: none;
}
.hero__title { max-width: none; font-size: clamp(3rem, 4.05vw, 5.7rem); }
.hero__title > span { display: block; white-space: nowrap; }
.hero__title .indent { padding-left: clamp(0px, 3.5vw, 52px); }
.hero__text { max-width: 670px; margin-top: 30px; color: var(--muted); font-size: clamp(1rem, 1.12vw, 1.15rem); font-weight: 300; line-height: 1.82; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; margin-top: 36px; }
.hero__meta { display: grid; max-width: 650px; grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: clamp(42px, 6vh, 68px); border-top: 1px solid var(--line); }
.hero__meta article { padding: 18px 18px 0 0; }
.hero__meta article + article { border-left: 1px solid var(--line); padding-left: 18px; }
.hero__meta strong { display: block; margin-bottom: 4px; color: var(--black); font-family: var(--display); font-size: 22px; font-weight: 400; }
.hero__meta span { display: block; color: var(--taupe); font-size: 8px; font-weight: 800; letter-spacing: .13em; line-height: 1.45; text-transform: uppercase; }
.hero__media { position: relative; min-width: 0; overflow: hidden; background: #e9e1dc; perspective: 1300px; }
.hero__media::before { position: absolute; z-index: 3; inset: 0 auto 0 0; width: 18%; background: linear-gradient(90deg, var(--white), rgba(255,255,255,0)); content: ""; pointer-events: none; }
.hero__visual { position: absolute; inset: 0; transform-style: preserve-3d; transition: transform .18s ease-out; }
.hero__visual img { width: 100%; height: 100%; min-height: calc(100svh - var(--header-h)); object-fit: cover; object-position: center 32%; transform: scale(1.035); transition: transform 1.8s var(--ease), filter 1.3s ease; }
.is-loaded .hero__visual img { transform: scale(1); }
.hero__veil { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(17,17,17,.02), rgba(17,17,17,.18)); pointer-events: none; }
.hero__ring { position: absolute; z-index: 4; top: 12%; right: 7%; width: clamp(110px, 12vw, 180px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; box-shadow: inset 0 0 0 12px rgba(255,255,255,.06), 0 20px 60px rgba(0,0,0,.15); animation: ringFloat 6s ease-in-out infinite; }
.hero__ring::before, .hero__ring::after { position: absolute; border-radius: 50%; content: ""; }
.hero__ring::before { inset: 19%; border: 1px solid rgba(212,175,55,.8); }
.hero__ring::after { top: 50%; left: 50%; width: 8px; height: 8px; background: var(--gold); box-shadow: 0 0 0 8px rgba(212,175,55,.18); transform: translate(-50%,-50%); }
@keyframes ringFloat { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-13px) rotate(8deg); } }
.hero-card {
  position: absolute;
  z-index: 5;
  left: clamp(18px, 4vw, 58px);
  bottom: clamp(20px, 4vw, 48px);
  width: min(380px, calc(100% - 36px));
  border: 1px solid rgba(255,255,255,.52);
  padding: 22px 24px;
  background: rgba(255,255,255,.84);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform: translateZ(50px);
}
.hero-card__top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
.hero-card__top strong { color: var(--gold-2); font-family: var(--display); font-size: 26px; font-weight: 400; }
.hero-card__top span { display: flex; align-items: center; gap: 8px; color: var(--taupe); font-size: 7px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-card__top span::before { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(212,175,55,.17); content: ""; }
.hero-card h3 { margin-bottom: 7px; font-family: var(--display); font-size: 23px; font-weight: 400; }
.hero-card p { color: var(--muted); font-size: 11px; line-height: 1.65; }
.hero__vertical { position: absolute; z-index: 5; top: 50%; right: 22px; color: rgba(255,255,255,.88); font-size: 8px; font-weight: 800; letter-spacing: .23em; text-transform: uppercase; transform: translateY(-50%) rotate(90deg) translateX(50%); transform-origin: right top; text-shadow: 0 2px 20px rgba(0,0,0,.2); }

/* Trust marquee */
.trust-marquee { overflow: hidden; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: var(--black); color: var(--white); }
.trust-marquee__track { display: flex; width: max-content; align-items: center; gap: 46px; padding: 19px 0; animation: marquee 28s linear infinite; }
.trust-marquee__item { display: inline-flex; align-items: center; gap: 17px; color: rgba(255,255,255,.65); font-size: 8px; font-weight: 800; letter-spacing: .18em; white-space: nowrap; text-transform: uppercase; }
.trust-marquee__item::before { width: 7px; height: 7px; border: 1px solid var(--gold); border-radius: 50%; content: ""; }
.trust-marquee__item strong { color: var(--gold); font-family: var(--display); font-size: 20px; font-weight: 400; letter-spacing: 0; text-transform: none; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Founder */
.founder-section { isolation: isolate; overflow: hidden; }
.founder-section::before { position: absolute; inset: 0; background: radial-gradient(circle at 16% 34%, rgba(212,175,55,.14), transparent 34%), radial-gradient(circle at 88% 80%, rgba(247,235,232,.07), transparent 28%); content: ""; pointer-events: none; }
.founder-section::after { position: absolute; z-index: -1; right: -5vw; bottom: -11vw; color: rgba(255,255,255,.026); content: "KARINA"; font-family: var(--display); font-size: clamp(9rem, 23vw, 28rem); line-height: .8; white-space: nowrap; pointer-events: none; }
.founder-grid { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(50px, 7vw, 104px); }
.founder-stage { position: relative; min-height: 740px; perspective: 1400px; }
.founder-stage__frame {
  position: absolute;
  inset: 28px 13% 36px 0;
  transform-style: preserve-3d;
  transition: transform .18s ease-out;
}
.founder-stage__frame::before { position: absolute; z-index: -1; inset: -20px -20px 20px 20px; border: 1px solid rgba(212,175,55,.56); content: ""; transform: translateZ(-30px); }
.founder-stage__frame::after { position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(17,17,17,.35)); content: ""; pointer-events: none; }
.founder-stage__frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; box-shadow: 0 45px 110px rgba(0,0,0,.5); filter: saturate(.78) contrast(1.04); }
.founder-monogram { position: absolute; z-index: 3; top: 0; right: 0; display: grid; width: 150px; height: 150px; place-items: center; border: 1px solid rgba(212,175,55,.48); border-radius: 50%; color: var(--gold); font-family: var(--display); font-size: 48px; animation: ringFloat 7s ease-in-out infinite reverse; }
.founder-card {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  width: min(390px, 84%);
  border-left: 3px solid var(--gold);
  padding: 28px 30px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 30px 90px rgba(0,0,0,.38);
  color: var(--black);
  backdrop-filter: blur(16px);
}
.founder-card strong { display: block; font-family: var(--display); font-size: 31px; font-weight: 400; line-height: 1.1; }
.founder-card span { display: block; margin-top: 8px; color: var(--taupe); font-size: 8px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.founder-copy h2 { max-width: 830px; }
.founder-copy .lede { margin-top: 27px; }
.founder-quote { max-width: 670px; margin-top: 22px; padding-left: 24px; border-left: 1px solid var(--gold); color: rgba(255,255,255,.52); font-family: var(--display); font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.5; }
.trust-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: 38px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.trust-card { position: relative; min-height: 170px; padding: 26px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); overflow: hidden; transition: background .35s ease, transform .35s var(--ease); }
.trust-card::after { position: absolute; right: -20px; bottom: -42px; color: rgba(255,255,255,.025); content: attr(data-number); font-family: var(--display); font-size: 110px; line-height: 1; }
.trust-card:hover { z-index: 1; background: rgba(255,255,255,.055); transform: translateY(-5px); }
.trust-card__icon { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(212,175,55,.42); color: var(--gold); }
.trust-card__icon svg { width: 18px; height: 18px; }
.trust-card h3 { margin-top: 22px; color: var(--white); font-size: 12px; font-weight: 700; }
.trust-card p { margin-top: 7px; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.65; }

/* Lookbook */
.lookbook-section { overflow: hidden; }
.lookbook-section::before { position: absolute; top: 8%; left: -4%; color: rgba(212,175,55,.055); content: "LOOKBOOK"; font-family: var(--display); font-size: clamp(6rem, 18vw, 20rem); line-height: .7; pointer-events: none; }
.lookbook-intro { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: clamp(42px, 5vw, 66px); }
.lookbook-intro__copy { max-width: 900px; }
.lookbook-intro .lede { margin-top: 23px; }
.lookbook-note { max-width: 350px; border-left: 1px solid var(--gold); padding-left: 20px; color: var(--muted); font-size: 10px; line-height: 1.65; }
.lookbook-grid { position: relative; z-index: 1; display: grid; grid-auto-rows: 124px; grid-template-columns: repeat(12, minmax(0,1fr)); gap: 13px; }
.lookbook-item {
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: #e8e4e1;
  cursor: pointer;
  transform: perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry)) translateZ(0);
  transform-style: preserve-3d;
  transition: transform .18s ease-out, box-shadow .35s ease;
}
.lookbook-item:nth-child(1) { grid-column: 1 / span 5; grid-row: 1 / span 5; }
.lookbook-item:nth-child(2) { grid-column: 6 / span 4; grid-row: 1 / span 3; }
.lookbook-item:nth-child(3) { grid-column: 10 / span 3; grid-row: 1 / span 3; }
.lookbook-item:nth-child(4) { grid-column: 6 / span 3; grid-row: 4 / span 3; }
.lookbook-item:nth-child(5) { grid-column: 9 / span 4; grid-row: 4 / span 3; }
.lookbook-item:nth-child(6) { grid-column: 1 / span 5; grid-row: 6 / span 1; min-height: 124px; }
.lookbook-item:hover { z-index: 3; box-shadow: var(--shadow-xl); }
.lookbook-item img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease), filter .6s ease; }
.lookbook-item:nth-child(1) img { object-position: center 28%; }
.lookbook-item::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(17,17,17,.02) 18%, rgba(17,17,17,.82) 100%); content: ""; opacity: .72; transition: opacity .4s ease; }
.lookbook-item:hover img { transform: scale(1.065); filter: saturate(1.04); }
.lookbook-item:hover::after { opacity: 1; }
.lookbook-caption { position: absolute; z-index: 2; inset: auto 22px 20px; color: var(--white); text-align: left; transform: translateZ(42px); }
.lookbook-caption__role { display: block; margin-bottom: 6px; color: var(--gold); font-size: 7px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.lookbook-caption strong { display: block; font-family: var(--display); font-size: clamp(1.25rem, 2.1vw, 2.1rem); font-weight: 400; line-height: 1.1; }
.lookbook-hover { display: block; max-height: 0; overflow: hidden; color: rgba(255,255,255,.72); font-size: 10px; opacity: 0; transform: translateY(10px); transition: max-height .5s var(--ease), opacity .35s ease, transform .45s var(--ease); }
.lookbook-hover em { display: block; margin-top: 7px; color: var(--gold-soft); font-style: normal; font-weight: 700; }
.lookbook-item:hover .lookbook-hover, .lookbook-item:focus-visible .lookbook-hover { max-height: 70px; margin-top: 10px; opacity: 1; transform: none; }
.lookbook-item--wide { display: flex; align-items: center; }
.lookbook-item--wide img { object-position: center 35%; }
.lookbook-item--wide .lookbook-caption { position: relative; inset: auto; width: 100%; padding: 22px; background: linear-gradient(90deg, rgba(17,17,17,.88), rgba(17,17,17,.2)); }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 15px; }
.service-card {
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  isolation: isolate;
  min-height: 520px;
  overflow: hidden;
  background: #e7e2df;
  transform: perspective(1300px) rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform .18s ease-out, box-shadow .4s ease;
}
.service-card:hover { z-index: 2; box-shadow: var(--shadow-xl); }
.service-card__image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease), filter .6s ease; }
.service-card::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(17,17,17,.02) 18%, rgba(17,17,17,.84) 100%); content: ""; }
.service-card:hover .service-card__image { transform: scale(1.055); filter: saturate(1.04); }
.service-card__number { position: absolute; top: 24px; right: 26px; color: rgba(255,255,255,.82); font-family: var(--display); font-size: 25px; }
.service-card__content { position: absolute; z-index: 2; inset: auto 0 0; padding: clamp(26px, 3.4vw, 44px); color: var(--white); transform: translateZ(45px); }
.service-card__meta { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 12px; color: rgba(255,255,255,.65); font-size: 7px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.service-card__meta::before { width: 30px; height: 1px; background: var(--gold); content: ""; }
.service-card h3 { color: var(--white); font-family: var(--display); font-size: clamp(2.1rem, 3.3vw, 4rem); font-weight: 400; letter-spacing: -.025em; }
.service-card__description { max-width: 680px; margin-top: 16px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 300; line-height: 1.7; }
.service-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 23px; }
.service-card__button { display: inline-flex; align-items: center; gap: 10px; border: 0; border-bottom: 1px solid rgba(255,255,255,.7); padding: 0 0 6px; background: transparent; color: var(--white); cursor: pointer; font-size: 8px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.service-card__button span { color: var(--gold); font-size: 15px; }
.service-card__tag { color: var(--gold); font-family: var(--display); font-size: 24px; white-space: nowrap; }
.service-card__action { position: absolute; z-index: 4; inset: 0; width: 100%; border: 0; background: transparent; cursor: pointer; text-indent: -9999px; }

/* Comparison */
.comparison-section { overflow: hidden; }
.comparison-section::before { position: absolute; inset: 0; background: radial-gradient(circle at 50% 10%, rgba(212,175,55,.11), transparent 34%); content: ""; }
.comparison-head { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(310px,.48fr); align-items: end; gap: 48px; margin-bottom: 42px; }
.comparison-head .lede { justify-self: end; }
.case-tabs { position: relative; display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 18px; }
.case-tab { border: 1px solid rgba(255,255,255,.18); padding: 10px 14px; background: rgba(255,255,255,.03); color: rgba(255,255,255,.62); cursor: pointer; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.case-tab.is-active, .case-tab:hover { border-color: var(--gold); background: var(--gold); color: var(--black); }
.comparison {
  --position: 50%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.05 / 1;
  min-height: 420px;
  border: 1px solid rgba(255,255,255,.15);
  background: #292725;
  box-shadow: 0 42px 120px rgba(0,0,0,.42);
  user-select: none;
}
.comparison img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.comparison__before { filter: grayscale(.35) brightness(.7); }
.comparison__after-wrap { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.comparison__after { filter: saturate(1.06) contrast(1.03); }
.comparison__divider { position: absolute; z-index: 4; top: 0; bottom: 0; left: var(--position); width: 2px; background: var(--gold); transform: translateX(-1px); pointer-events: none; }
.comparison__handle { position: absolute; top: 50%; left: 50%; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: var(--white); box-shadow: 0 18px 50px rgba(0,0,0,.3); color: var(--black); transform: translate(-50%,-50%); }
.comparison__handle::before { position: absolute; inset: -7px; border: 1px solid rgba(212,175,55,.55); border-radius: 50%; content: ""; }
.comparison__handle svg { width: 25px; height: 25px; }
.comparison__range { position: absolute; z-index: 6; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.comparison__label { position: absolute; z-index: 3; bottom: 22px; padding: 9px 13px; background: rgba(17,17,17,.76); color: var(--white); font-size: 7px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; backdrop-filter: blur(8px); }
.comparison__label--after { left: 22px; background: var(--gold); color: var(--black); }
.comparison__label--before { right: 22px; }
.comparison-note { display: flex; align-items: center; justify-content: center; gap: 11px; margin-top: 18px; color: rgba(255,255,255,.48); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.comparison-note svg { width: 18px; height: 18px; color: var(--gold); }

/* Safety */
.safety-grid { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(0,.98fr); align-items: stretch; }
.safety-media { position: relative; min-height: 660px; overflow: hidden; background: #e7e1dd; }
.safety-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 1.1s var(--ease); }
.safety-media:hover img { transform: scale(1.035); }
.safety-stamp { position: absolute; right: 26px; bottom: 26px; display: grid; width: 126px; height: 126px; place-items: center; border: 1px solid rgba(255,255,255,.78); border-radius: 50%; background: rgba(255,255,255,.8); color: var(--black); font-size: 8px; font-weight: 800; letter-spacing: .13em; line-height: 1.45; text-align: center; text-transform: uppercase; backdrop-filter: blur(12px); }
.safety-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 102px); background: var(--nude); }
.safety-copy .lede { margin-top: 25px; }
.check-list { display: grid; margin: 34px 0 0; padding: 0; border-top: 1px solid rgba(17,17,17,.12); list-style: none; }
.check-list li { display: grid; grid-template-columns: 32px 1fr; align-items: start; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(17,17,17,.12); color: var(--text); font-size: 12px; }
.check-list svg { width: 22px; height: 22px; color: var(--gold-2); }

/* Academy */
.academy-section { isolation: isolate; overflow: hidden; }
.academy-section::before { position: absolute; inset: 0; background: radial-gradient(circle at 13% 17%, rgba(212,175,55,.13), transparent 31%), linear-gradient(115deg, transparent 55%, rgba(255,255,255,.025)); content: ""; pointer-events: none; }
.academy-grid { position: relative; display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); align-items: center; gap: clamp(50px, 7vw, 108px); }
.academy-copy .lede { margin-top: 25px; }
.academy-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.academy-highlights { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 42px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.academy-highlight { min-height: 125px; padding: 22px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.academy-highlight strong { display: block; margin-bottom: 8px; color: var(--gold); font-family: var(--display); font-size: 23px; font-weight: 400; }
.academy-highlight span { color: rgba(255,255,255,.56); font-size: 8px; font-weight: 800; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.academy-media { position: relative; min-height: 650px; perspective: 1300px; }
.academy-media__main { position: absolute; inset: 0 10% 8% 0; overflow: hidden; box-shadow: 0 45px 110px rgba(0,0,0,.48); transform-style: preserve-3d; transition: transform .18s ease-out; }
.academy-media__main img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05); }
.academy-media__small { position: absolute; z-index: 3; right: 0; bottom: 0; width: 46%; border: 8px solid var(--black); box-shadow: 0 25px 70px rgba(0,0,0,.45); }
.academy-media__small img { width: 100%; aspect-ratio: 1.05/1; object-fit: cover; }
.academy-badge { position: absolute; z-index: 4; top: 23px; right: 0; width: min(300px,70%); border-left: 3px solid var(--gold); padding: 20px 22px; background: rgba(17,17,17,.88); box-shadow: 0 20px 60px rgba(0,0,0,.35); backdrop-filter: blur(14px); }
.academy-badge strong { display: block; color: var(--white); font-family: var(--display); font-size: 23px; font-weight: 400; }
.academy-badge span { display: block; margin-top: 6px; color: var(--gold); font-size: 7px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

/* Events */
.events-shell { position: relative; display: grid; min-height: 650px; grid-template-columns: minmax(0,1.1fr) minmax(380px,.9fr); overflow: hidden; background: var(--black); color: var(--white); box-shadow: var(--shadow-md); }
.events-media { position: relative; overflow: hidden; }
.events-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.events-shell:hover .events-media img { transform: scale(1.04); }
.events-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(17,17,17,.78)); content: ""; }
.events-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(44px, 6vw, 84px); }
.events-copy .lede { margin-top: 24px; }
.events-stats { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 36px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.events-stat { padding: 20px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.events-stat strong { display: block; color: var(--gold); font-family: var(--display); font-size: 25px; font-weight: 400; }
.events-stat span { color: rgba(255,255,255,.5); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

/* Shop & Blog */
.editorial-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 15px; }
.editorial-card { position: relative; isolation: isolate; min-height: 560px; overflow: hidden; background: #e8e3df; }
.editorial-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.editorial-card::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(17,17,17,.02), rgba(17,17,17,.82)); content: ""; }
.editorial-card:hover img { transform: scale(1.05); }
.editorial-card__content { position: absolute; inset: auto 0 0; padding: clamp(28px,4vw,48px); color: var(--white); }
.editorial-card__index { position: absolute; top: 25px; right: 27px; color: rgba(255,255,255,.78); font-family: var(--display); font-size: 26px; }
.editorial-card h3 { max-width: 560px; color: var(--white); font-family: var(--display); font-size: clamp(2.2rem,3.5vw,4.2rem); font-weight: 400; }
.editorial-card p { max-width: 580px; margin: 16px 0 24px; color: rgba(255,255,255,.66); font-size: 12px; }

/* FAQ + Contact */
.contact-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(430px,1.1fr); align-items: start; gap: clamp(52px,7vw,102px); }
.faq-list { margin-top: 35px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 22px; padding: 21px 0; color: var(--black); cursor: pointer; font-size: 14px; font-weight: 600; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid var(--line); color: var(--gold-2); content: "+"; font-size: 19px; font-weight: 300; transition: transform .3s ease, background .3s ease; }
.faq-item[open] summary::after { background: var(--gold); color: var(--black); content: "−"; transform: rotate(180deg); }
.faq-answer { max-width: 740px; padding: 0 52px 23px 0; color: var(--muted); font-size: 12px; font-weight: 300; line-height: 1.78; }
.booking-card { position: sticky; top: calc(var(--header-h) + 20px); border: 1px solid var(--line); padding: clamp(32px,4.4vw,54px); background: var(--white); box-shadow: var(--shadow-md); }
.booking-card__eyebrow { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 24px; }
.booking-card__eyebrow strong { color: var(--gold-2); font-family: var(--display); font-size: 36px; font-weight: 400; }
.booking-card__eyebrow span { max-width: 210px; color: var(--taupe); font-size: 7px; font-weight: 800; letter-spacing: .15em; line-height: 1.5; text-align: right; text-transform: uppercase; }
.booking-card h3 { font-family: var(--display); font-size: clamp(2.2rem,3.8vw,3.5rem); font-weight: 400; }
.booking-intro { margin: 12px 0 30px; color: var(--muted); font-size: 12px; font-weight: 300; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 19px 17px; }
.field { position: relative; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; color: var(--taupe); font-size: 7px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(17,17,17,.22); border-radius: 0; padding: 12px 2px 13px; background: transparent; color: var(--black); font-size: 13px; outline: 0; transition: border-color .25s ease, box-shadow .25s ease; }
.field textarea { min-height: 82px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-bottom-color: var(--gold-2); box-shadow: 0 1px 0 var(--gold-2); }
.booking-card .btn { width: 100%; margin-top: 24px; }
.booking-note { display: flex; align-items: flex-start; gap: 9px; margin-top: 14px; color: var(--muted); font-size: 9px; line-height: 1.55; }
.booking-note svg { width: 15px; height: 15px; flex: 0 0 auto; margin-top: 1px; color: var(--gold-2); }

/* Footer */
.footer-cta { border-bottom: 1px solid var(--line-dark); padding: clamp(54px,6vw,82px) 0; background: var(--black); color: var(--white); }
.footer-cta__inner { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 44px; }
.footer-cta h2 { max-width: 980px; color: var(--white); font-size: clamp(2.7rem,4.8vw,5.4rem); }
.footer-cta p { max-width: 760px; margin-top: 20px; color: rgba(255,255,255,.54); font-size: 13px; }
.site-footer { border-top: 4px solid var(--gold); padding: 70px 0 26px; background: var(--black); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .75fr .95fr .9fr; gap: 45px; padding-bottom: 54px; }
.footer-brand { align-items: flex-start; justify-self: start; }
.footer-brand .brand__descriptor { color: var(--white); }
.footer-copy { max-width: 330px; margin-top: 23px; color: rgba(255,255,255,.46); font-size: 11px; font-weight: 300; }
.footer-title { margin-bottom: 18px; color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.footer-list { display: grid; gap: 10px; margin: 0; padding: 0; color: rgba(255,255,255,.48); font-size: 11px; list-style: none; }
.footer-list a { transition: color .25s ease; }
.footer-list a:hover { color: var(--white); }
.socials { display: flex; gap: 9px; margin-top: 22px; }
.social-link { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.14); color: var(--white); transition: border-color .25s ease, color .25s ease, transform .25s ease; }
.social-link:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-3px); }
.social-link svg { width: 16px; height: 16px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px; border-top: 1px solid rgba(255,255,255,.09); padding-top: 22px; color: rgba(255,255,255,.34); font-size: 9px; }
.footer-bottom a { color: rgba(255,255,255,.68); }

/* Dialogs */
dialog { color: var(--text); }
.premium-dialog { width: min(960px, calc(100% - 28px)); max-height: calc(100svh - 28px); margin: auto; border: 0; padding: 0; background: var(--white); box-shadow: 0 45px 150px rgba(0,0,0,.48); }
.premium-dialog::backdrop { background: rgba(17,17,17,.76); backdrop-filter: blur(8px); }
.dialog-grid { display: grid; grid-template-columns: minmax(0,.94fr) minmax(0,1.06fr); min-height: 580px; }
.dialog-media { min-height: 360px; overflow: hidden; background: var(--alabaster); }
.dialog-media img { width: 100%; height: 100%; object-fit: cover; }
.dialog-content { position: relative; padding: clamp(38px,5vw,64px); }
.dialog-close { position: absolute; top: 17px; right: 17px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); background: var(--white); cursor: pointer; transition: background .25s ease, color .25s ease; }
.dialog-close:hover { background: var(--black); color: var(--white); }
.dialog-close svg { width: 18px; height: 18px; }
.dialog-category { display: block; margin-bottom: 16px; color: var(--gold-2); font-size: 7px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.dialog-content h3 { margin-bottom: 18px; font-family: var(--display); font-size: clamp(2.4rem,4.7vw,4.2rem); font-weight: 400; letter-spacing: -.025em; }
.dialog-description { color: var(--muted); font-size: 12px; font-weight: 300; }
.dialog-list { display: grid; gap: 11px; margin: 24px 0 30px; padding: 0; list-style: none; }
.dialog-list li { display: flex; align-items: flex-start; gap: 11px; color: var(--text); font-size: 11px; }
.dialog-list li::before { flex: 0 0 auto; color: var(--gold-2); content: "◆"; font-size: 6px; transform: translateY(6px); }
.dialog-actions { display: flex; align-items: end; justify-content: space-between; gap: 22px; border-top: 1px solid var(--line); padding-top: 22px; }
.dialog-actions span { color: var(--taupe); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.dialog-actions strong { display: block; margin-top: 5px; color: var(--black); font-family: var(--display); font-size: 29px; font-weight: 400; }
.lookbook-dialog .dialog-media { position: relative; }
.lookbook-dialog .dialog-media::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(17,17,17,.3)); content: ""; }
.lookbook-dialog__label { display: inline-flex; margin-top: 22px; border: 1px solid var(--line); padding: 10px 13px; color: var(--taupe); font-size: 7px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.toast { position: fixed; z-index: 1200; right: 20px; bottom: 20px; max-width: 390px; border-left: 3px solid var(--gold); padding: 16px 19px; background: var(--black); box-shadow: var(--shadow-xl); color: var(--white); font-size: 11px; opacity: 0; pointer-events: none; transform: translateY(18px); transition: opacity .3s ease, transform .35s var(--ease); }
.toast.is-visible { opacity: 1; transform: none; }
.mobile-cta { display: none; }

/* Motion */
.js .reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.reveal--left { transform: translateX(-34px); }
.js .reveal.reveal--right { transform: translateX(34px); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .delay-1 { transition-delay: .08s; }
.js .delay-2 { transition-delay: .16s; }
.js .delay-3 { transition-delay: .24s; }
.js .delay-4 { transition-delay: .32s; }

@media (max-width: 1280px) {
  .hero { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .hero__copy { padding-left: 24px; }
  .founder-stage { min-height: 680px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / span 2; }
}

@media (max-width: 940px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section-head, .comparison-head { grid-template-columns: 1fr; gap: 24px; }
  .section-head .lede, .comparison-head .lede { justify-self: start; }
  .hero { display: block; min-height: auto; }
  .hero__title > span { white-space: normal; }
  .hero__copy { min-height: calc(86svh - var(--header-h)); padding: 68px 22px 56px; }
  .hero__media { height: 76svh; min-height: 620px; }
  .hero__visual img { min-height: 100%; }
  .hero__media::before { display: none; }
  .founder-grid, .academy-grid, .contact-grid { grid-template-columns: 1fr; }
  .founder-stage { width: min(760px,100%); min-height: 720px; margin-inline: auto; }
  .lookbook-grid { grid-auto-rows: 110px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 570px; }
  .comparison { aspect-ratio: 1.5 / 1; }
  .safety-grid { grid-template-columns: 1fr; }
  .safety-media { min-height: 580px; }
  .academy-grid { gap: 70px; }
  .academy-media { width: min(720px,100%); justify-self: end; }
  .events-shell { grid-template-columns: 1fr; }
  .events-media { min-height: 520px; }
  .events-media::after { background: linear-gradient(180deg, transparent 58%, rgba(17,17,17,.75)); }
  .editorial-grid { grid-template-columns: 1fr; }
  .booking-card { position: relative; top: auto; }
  .footer-cta__inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 680px) {
  :root { --header-h: 72px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .brand__name { font-size: 23px; }
  .brand__descriptor { font-size: 6px; }
  .section { padding-block: 68px; }
  .section--compact { padding-block: 56px; }
  .kicker { margin-bottom: 15px; }
  .hero__copy { min-height: auto; padding: 56px 16px 49px; }
  .hero__title .indent { padding-left: 0; }
  .hero__text { margin-top: 24px; }
  .hero__actions { align-items: stretch; margin-top: 30px; }
  .hero__actions .btn { width: 100%; }
  .hero__actions .text-link { margin: 4px auto 0; }
  .hero__meta { grid-template-columns: 1fr; margin-top: 38px; }
  .hero__meta article { border-bottom: 1px solid var(--line); padding: 13px 0; }
  .hero__meta article + article { border-left: 0; padding-left: 0; }
  .hero__media { height: 72svh; min-height: 520px; }
  .hero-card { right: 12px; left: 12px; bottom: 12px; width: auto; }
  .hero__ring { top: 8%; right: 7%; width: 105px; }
  .hero__vertical { right: 14px; }
  .trust-marquee__track { gap: 30px; padding: 16px 0; }
  .founder-stage { min-height: 570px; }
  .founder-stage__frame { inset: 18px 7% 46px 0; }
  .founder-monogram { width: 94px; height: 94px; font-size: 31px; }
  .founder-card { right: 0; width: min(340px,94%); padding: 21px 22px; }
  .founder-card strong { font-size: 25px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-card { min-height: 145px; }
  .lookbook-intro { display: block; }
  .lookbook-note { margin-top: 20px; }
  .lookbook-grid { display: flex; width: calc(100% + 12px); gap: 11px; overflow-x: auto; padding: 0 12px 14px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .lookbook-grid::-webkit-scrollbar { display: none; }
  .lookbook-item, .lookbook-item:nth-child(n) { width: 82vw; min-width: 82vw; height: 540px; min-height: 0; grid-column: auto; grid-row: auto; scroll-snap-align: start; }
  .lookbook-item--wide { display: block; }
  .lookbook-item--wide .lookbook-caption { position: absolute; inset: auto 22px 20px; width: auto; padding: 0; background: none; }
  .service-card { min-height: 520px; }
  .service-card__bottom { display: block; }
  .service-card__tag { display: block; margin-top: 17px; }
  .comparison { width: 100%; height: min(116vw,540px); min-height: 0; aspect-ratio: auto; }
  .comparison__label { bottom: 14px; }
  .comparison__label--after { left: 14px; }
  .comparison__label--before { right: 14px; }
  .safety-media { min-height: 460px; }
  .safety-copy { padding: 48px 20px; }
  .academy-highlights { grid-template-columns: 1fr; }
  .academy-media { min-height: 540px; }
  .academy-media__main { inset: 0 6% 8% 0; }
  .academy-badge { top: 14px; right: 0; }
  .events-media { min-height: 410px; }
  .events-copy { padding: 40px 22px; }
  .editorial-card { min-height: 500px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .booking-card { padding: 30px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .dialog-grid { grid-template-columns: 1fr; }
  .dialog-media { min-height: 250px; max-height: 34svh; }
  .dialog-content { padding: 38px 22px 28px; }
  .dialog-actions { display: block; }
  .dialog-actions .btn { width: 100%; margin-top: 18px; }
  .toast { right: 12px; bottom: 82px; left: 12px; max-width: none; }
  .mobile-cta { position: fixed; z-index: 470; right: 10px; bottom: max(10px,env(safe-area-inset-bottom)); left: 10px; display: flex; min-height: 56px; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--gold); background: var(--black); box-shadow: 0 18px 50px rgba(0,0,0,.3); color: var(--white); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
  .mobile-cta svg { width: 17px; height: 17px; color: var(--gold); }
  .site-footer { padding-bottom: 94px; }
}

@media (hover: none), (pointer: coarse) {
  .cursor-halo { display: none; }
  .lookbook-hover { max-height: 70px; margin-top: 9px; opacity: 1; transform: none; }
  .lookbook-item, .service-card { transform: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .trust-marquee__track { animation: none; }
  .page-intro { display: none; }
}


/* ============================================================================
   BLOQUE 2 — PUENTE ELEMENTOR
   ============================================================================ */

/* ------------------------------------------------------------
   1. Los contenedores de Elementor no deben imponer su flex
      donde el diseno original usa grid
   ------------------------------------------------------------ */
.e-con.founder-grid,
.e-con.trust-grid,
.e-con.lookbook-grid,
.e-con.services-grid,
.e-con.comparison-head,
.e-con.safety-grid,
.e-con.academy-grid,
.e-con.editorial-grid,
.e-con.contact-grid,
.e-con.footer-grid,
.founder-grid, .trust-grid, .lookbook-grid, .services-grid,
.comparison-head, .safety-grid, .academy-grid, .editorial-grid,
.contact-grid, .footer-grid {
  display: grid !important;
}

/* Los contenedores de Elementor traen ancho/padding propios */
.e-con.container { width: 100%; max-width: var(--container); margin-inline: auto; }
.e-con > .e-con-inner { width: 100%; max-width: none; padding: 0; }

/* Reset de margenes que Elementor agrega a cada widget */
.section .elementor-widget:not(:last-child),
.hero .elementor-widget:not(:last-child),
.safety-grid .elementor-widget:not(:last-child),
.footer-cta .elementor-widget:not(:last-child) { margin-bottom: 0; }

/* ------------------------------------------------------------
   2. Imagenes: la clase queda en el wrapper, no en el <img>.
      Reaplicamos cada regla al elemento correcto.
   ------------------------------------------------------------ */

/* Hero */
.hero__visual .elementor-widget-image,
.hero__visual .elementor-widget-image .elementor-widget-container { position: static; height: 100%; }
.hero__visual .elementor-widget-image img {
  width: 100%; height: 100%;
  min-height: calc(100svh - var(--header-h));
  object-fit: cover; object-position: center 32%;
  transform: scale(1.035);
  transition: transform 1.8s var(--ease), filter 1.3s ease;
}

/* Fundadora */
.founder-stage__frame .elementor-widget-image,
.founder-stage__frame .elementor-widget-image .elementor-widget-container { height: 100%; }
.founder-stage__frame .elementor-widget-image img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 24%;
  box-shadow: 0 45px 110px rgba(0,0,0,.5);
  filter: saturate(.78) contrast(1.04);
}

/* Lookbook */
.lookbook-item .elementor-widget-image { position: absolute; z-index: -2; inset: 0; }
.lookbook-item .elementor-widget-image .elementor-widget-container { height: 100%; }
.lookbook-item .elementor-widget-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1s var(--ease), filter .6s ease;
}
.lookbook-item:nth-child(1) .elementor-widget-image img { object-position: center 28%; }
.lookbook-item:hover .elementor-widget-image img { transform: scale(1.07); }

/* Servicios */
.service-card .service-card__image { position: absolute; z-index: -2; inset: 0; }
.service-card .service-card__image .elementor-widget-container { height: 100%; }
.service-card .service-card__image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s var(--ease), filter .6s ease;
}
.service-card:hover .service-card__image img { transform: scale(1.06); }

/* Comparador */
.comparison .elementor-widget-image { position: absolute; inset: 0; }
.comparison .elementor-widget-image .elementor-widget-container { height: 100%; }
.comparison .elementor-widget-image img { width: 100%; height: 100%; object-fit: cover; }
.comparison .comparison__before img { filter: grayscale(.35) brightness(.7); }
.comparison .comparison__after img  { filter: saturate(1.06) contrast(1.03); }
.comparison .comparison__after-wrap { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--position)) 0 0); }

/* Remocion */
.safety-media .elementor-widget-image,
.safety-media .elementor-widget-image .elementor-widget-container { height: 100%; }
.safety-media .elementor-widget-image img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  transition: transform 1.1s var(--ease);
}
.safety-media:hover .elementor-widget-image img { transform: scale(1.05); }

/* Academy */
.academy-media__main .elementor-widget-image,
.academy-media__main .elementor-widget-image .elementor-widget-container { height: 100%; }
.academy-media__main .elementor-widget-image img {
  width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05);
}
.academy-media__small .elementor-widget-image img { width: 100%; aspect-ratio: 1.05/1; object-fit: cover; }

/* Eventos */
.events-media .elementor-widget-image,
.events-media .elementor-widget-image .elementor-widget-container { height: 100%; }
.events-media .elementor-widget-image img {
  width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease);
}
.events-shell:hover .events-media .elementor-widget-image img { transform: scale(1.05); }

/* Tienda / Blog */
.editorial-card .elementor-widget-image { position: absolute; z-index: -2; inset: 0; }
.editorial-card .elementor-widget-image .elementor-widget-container { height: 100%; }
.editorial-card .elementor-widget-image img {
  width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease);
}
.editorial-card:hover .elementor-widget-image img { transform: scale(1.06); }

/* ------------------------------------------------------------
   3. Botones nativos de Elementor con el estilo original
   ------------------------------------------------------------ */
.elementor-widget-button .btn,
.elementor-widget-button .elementor-button.btn { display: inline-flex; }
.btn.elementor-button,
.elementor-widget-button.btn .elementor-button {
  position: relative; display: inline-flex; align-items: center; gap: 11px;
  padding: 19px 33px; border: 0; border-radius: 0;
  font-family: var(--ui); font-size: 9px; font-weight: 800;
  letter-spacing: .19em; text-transform: uppercase;
  transition: color .35s var(--ease), background .35s var(--ease), transform .35s var(--ease);
  transform: translate(var(--mx,0), var(--my,0));
}
.elementor-widget-button.btn--dark .elementor-button { background: var(--black); color: var(--white); }
.elementor-widget-button.btn--gold .elementor-button { background: var(--gold); color: var(--black); }
.elementor-widget-button.btn--light .elementor-button { background: transparent; color: var(--white); border: 1px solid var(--line-dark); }
.elementor-widget-button.magnetic .elementor-button { transform: translate(var(--mx,0), var(--my,0)); }
.elementor-widget-button .elementor-button-icon svg { width: 17px; height: 17px; }

/* ------------------------------------------------------------
   4. Titulos nativos (widget Encabezado) heredan la tipografia
   ------------------------------------------------------------ */
.elementor-widget-heading .elementor-heading-title {
  margin: 0; color: inherit; font-family: var(--display); font-weight: 400;
}
.section--dark .elementor-widget-heading .elementor-heading-title { color: var(--white); }

/* El editor de texto no debe imponer su propio color/tamano */
.elementor-widget-text-editor { color: inherit; font-family: inherit; }
.elementor-widget-text-editor p:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------
   5. Ajustes finos de layout dentro de contenedores Elementor
   ------------------------------------------------------------ */
.hero__actions.e-con { flex-direction: row; align-items: center; gap: 24px; flex-wrap: wrap; }
.academy-actions.e-con { flex-direction: row; flex-wrap: wrap; gap: 13px; }
.footer-cta__inner.e-con { flex-direction: row; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.service-card__content.e-con,
.editorial-card__content.e-con { display: flex; flex-direction: column; }

/* El contenedor .comparison necesita su variable de posicion */
.comparison { --position: 50%; }

@media (max-width: 940px) {
  .hero__visual .elementor-widget-image img { min-height: 0; aspect-ratio: 1/1.12; }
  .footer-cta__inner.e-con { flex-direction: column; align-items: flex-start; }
}

/* ------------------------------------------------------------
   6. FIX: bloques de estadisticas armados con HTML crudo dentro
      de un widget (hero__meta, academy-highlights, events-stats).
      Elementor mete un div .elementor-widget-container entre la
      clase y tu contenido real, lo que rompe el display:grid
      (los hijos directos del grid deben ser los <article>/<div>,
      no el wrapper de Elementor).
   ------------------------------------------------------------ */
.hero__meta.elementor-widget-text-editor > .elementor-widget-container,
.hero__meta.elementor-widget-html > .elementor-widget-container,
.academy-highlights.elementor-widget-text-editor > .elementor-widget-container,
.academy-highlights.elementor-widget-html > .elementor-widget-container,
.events-stats.elementor-widget-text-editor > .elementor-widget-container,
.events-stats.elementor-widget-html > .elementor-widget-container {
  display: contents;
}

/* Red de seguridad: fuerza los estilos de texto de estos bloques
   por si el editor visual de Elementor reformatea el HTML al guardar */
.hero__meta strong,
.academy-highlight strong,
.events-stat strong {
  display: block !important; margin-bottom: 4px !important;
  color: var(--black) !important; font-family: var(--display) !important;
  font-weight: 400 !important;
}
.events-stat strong, .academy-highlight strong { color: var(--gold) !important; }
.hero__meta span, .hero__meta p,
.academy-highlight span, .academy-highlight p,
.events-stat span, .events-stat p {
  display: block !important; color: var(--taupe) !important;
  font-size: 8px !important; font-weight: 800 !important;
  letter-spacing: .13em !important; line-height: 1.45 !important;
  text-transform: uppercase !important; margin: 0 !important;
}
.academy-highlight span, .academy-highlight p,
.events-stat span, .events-stat p { color: rgba(255,255,255,.56) !important; }

/* ------------------------------------------------------------
   7. FIX: ver el contenido dentro del EDITOR de Elementor
   ------------------------------------------------------------
   El diseno arranca los elementos .reveal en opacity:0 y un script
   los revela al hacer scroll. Dentro del editor ese detector nunca
   se dispara, asi que las secciones se ven vacias (negras o blancas,
   segun el fondo).
   Esta regla los fuerza a visibles SOLO en el editor.
   El sitio publicado NO se ve afectado: las animaciones de entrada
   siguen funcionando normal para los visitantes.
   ------------------------------------------------------------ */
.elementor-editor-active .reveal,
.elementor-editor-active .js .reveal,
.elementor-editor-preview .reveal,
.elementor-editor-preview .js .reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* La intro de carga tampoco debe tapar el lienzo mientras editas */
.elementor-editor-active .page-intro,
.elementor-editor-preview .page-intro { display: none !important; }

/* El cursor luminoso y la textura de grano estorban en el editor */
.elementor-editor-active .cursor-halo,
.elementor-editor-active .grain,
.elementor-editor-preview .cursor-halo,
.elementor-editor-preview .grain { display: none !important; }

/* ------------------------------------------------------------
   8. SECCION EVENTOS WULOP - ancho completo e imponente
   ------------------------------------------------------------ */
.events-fullsection {
  position: relative;
  width: 100vw;
  left: 50%; right: 50%;
  margin-left: -50vw; margin-right: -50vw;   /* rompe el contenedor centrado */
  min-height: 88vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--black);
  padding: 0 !important;
}
/* imagen de fondo a pantalla completa */
.events-fw-media { position: absolute; inset: 0; z-index: 0; }
.events-fw-media .elementor-widget-image,
.events-fw-media .elementor-widget-image .elementor-widget-container { position: absolute; inset: 0; height: 100%; width: 100%; }
.events-fw-media .elementor-widget-image img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  transition: transform 6s var(--ease);
  filter: brightness(.5) saturate(.9);
}
.events-fullsection:hover .events-fw-media img { transform: scale(1.06); }
/* velo degradado para legibilidad */
.events-fw-media::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(circle at 50% 40%, rgba(212,175,55,.12), transparent 55%),
    linear-gradient(180deg, rgba(17,17,17,.55), rgba(17,17,17,.82));
}

/* contenido centrado */
.events-fw-inner {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  max-width: 900px; padding: clamp(60px,9vw,120px) clamp(24px,5vw,60px);
}
.events-fw-logo .elementor-widget-container { display: flex; justify-content: center; }
.events-fw-logo img {
  width: clamp(220px, 34vw, 400px); height: auto; margin: 0 auto 30px;
  filter: drop-shadow(0 18px 50px rgba(0,0,0,.6));
}
.events-fw-kicker { color: var(--gold) !important; justify-content: center; }
.events-fw-kicker::before { display: none; }   /* quita la rayita lateral, va centrado */
.events-fw-title .elementor-heading-title,
.events-fw-title h2 {
  color: var(--white);
  font-size: clamp(2.8rem, 7vw, 6rem) !important;
  line-height: 1.02; margin: 6px 0 0;
}
.events-fw-lede {
  max-width: 680px; margin: 26px auto 0;
  color: rgba(255,255,255,.82) !important; font-size: 15px;
}
.events-fw-lede strong { color: var(--gold); }
/* stats en una sola fila, centradas */
.events-fw-stats.events-stats {
  grid-template-columns: repeat(4, minmax(0,1fr));
  max-width: 760px; margin: 44px auto 0;
  border-left: 1px solid var(--line-dark);
}

@media (max-width: 780px) {
  .events-fw-stats.events-stats { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .events-fullsection { min-height: 78vh; }
}

/* ------------------------------------------------------------
   9. Logo real de Kamis en la pantalla de intro
   ------------------------------------------------------------ */
.page-intro__logo {
  width: clamp(160px, 20vw, 300px);
  height: auto;
  margin: 0 auto 14px;
  filter: drop-shadow(0 12px 40px rgba(212,175,55,.35));
}

/* ------------------------------------------------------------
   10. FIX: elementos con position absolute (tarjeta de Karina,
   monograma KM, marco de imagen) necesitan que su padre tenga
   position:relative explicito. Elementor a veces no lo aplica
   por defecto en sus contenedores.
   ------------------------------------------------------------ */
.founder-stage,
.hero__media,
.hero__visual,
.academy-media,
.events-shell,
.safety-media,
.comparison,
.service-card,
.lookbook-item,
.editorial-card {
  position: relative !important;
}

/* ------------------------------------------------------------
   11. FIX: Elementor pisa el min-height de los contenedores que
   necesitan una altura fija para que sus elementos position:absolute
   (tarjetas, monogramas, insignias) caigan en el lugar correcto.
   ------------------------------------------------------------ */
.founder-stage      { min-height: 740px !important; }
.academy-media      { min-height: 650px !important; }
.safety-media       { min-height: 660px !important; }
.service-card       { min-height: 520px !important; }
.editorial-card     { min-height: 560px !important; }
.events-shell        { min-height: 650px !important; }

@media (max-width: 940px) {
  .founder-stage { min-height: 720px !important; }
}
@media (max-width: 680px) {
  .founder-stage { min-height: 570px !important; }
  .academy-media { min-height: 540px !important; }
  .safety-media  { min-height: 460px !important; }
}

/* ------------------------------------------------------------
   12. Tarjeta "Karina Miranda" mas impactante
   ------------------------------------------------------------ */
.founder-card {
  padding: 32px 34px !important;
}
.founder-card strong {
  font-size: 40px !important;         /* antes 31px */
  letter-spacing: -.01em;
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}
.founder-card strong::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 46px; height: 2px;
  background: var(--gold);
}
.founder-card span {
  margin-top: 12px !important;
  font-size: 9px !important;
  letter-spacing: .2em !important;
}

/* --- OPCION B: nombre en dorado en vez de negro ---
.founder-card strong { color: var(--gold) !important; }
*/

/* --- OPCION C: tarjeta mas grande, nombre casi titular ---
.founder-card { width: min(460px, 90%) !important; padding: 40px 42px !important; }
.founder-card strong { font-size: 52px !important; }
*/

/* ------------------------------------------------------------
   13. FIX: la tarjeta "Karina Miranda" no se estaba anclando
   abajo-derecha (se quedaba en el flujo normal, tapando la cara).
   Se fuerza la posicion explicitamente.
   ------------------------------------------------------------ */
.founder-card {
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  right: 0 !important;
  bottom: 0 !important;
}
.founder-monogram {
  position: absolute !important;
  top: 0 !important; right: 0 !important; bottom: auto !important; left: auto !important;
}

/* ------------------------------------------------------------
   14. FIX: apilar en 1 columna en tablet/movil.
   Elementor le gana con mas fuerza a las media queries del
   diseno original, asi que se fuerzan aqui con !important.
   ------------------------------------------------------------ */
@media (max-width: 940px) {
  .e-con.founder-grid, .founder-grid,
  .e-con.academy-grid,  .academy-grid,
  .e-con.contact-grid,  .contact-grid,
  .e-con.services-grid, .services-grid,
  .e-con.safety-grid,   .safety-grid,
  .e-con.events-shell,  .events-shell,
  .e-con.editorial-grid,.editorial-grid,
  .e-con.comparison-head,.comparison-head {
    grid-template-columns: 1fr !important;
  }
  .founder-stage {
    width: min(760px,100%) !important; min-height: 720px !important; margin-inline: auto !important;
  }
  .academy-media { width: min(720px,100%) !important; justify-self: end !important; }
  .safety-media  { min-height: 580px !important; }
}

@media (max-width: 680px) {
  .founder-stage { min-height: 570px !important; }
  .founder-stage__frame { inset: 18px 7% 46px 0 !important; }
  .safety-media  { min-height: 460px !important; }
  .academy-media { min-height: 540px !important; }
}

/* El boton flotante de WhatsApp en movil debe quedar fijo abajo,
   nunca dentro del flujo del contenido */
.mobile-cta {
  position: fixed !important;
  left: 16px !important; right: 16px !important; bottom: 16px !important;
  z-index: 950 !important;
  display: none;
}
@media (max-width: 680px) {
  .mobile-cta { display: flex !important; }
}

/* ------------------------------------------------------------
   15. Founder blindado: la foto+monograma+tarjeta viven en un
   solo widget HTML (.founder-stage-inner) que ocupa toda la
   caja del stage. Asi la tarjeta NUNCA se puede separar.
   ------------------------------------------------------------ */
.founder-stage-inner,
.founder-stage-inner .elementor-widget-container { position: absolute; inset: 0; height: 100%; width: 100%; }


/* ============================================================================
   BLOQUE 3 — PAGINAS DE SERVICIO
   ============================================================================ */

/* ------------------------------------------------------------
   1. TABLA DE PRECIOS
   ------------------------------------------------------------ */
.price-table-wrap { width: 100%; }
.price-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--ui);
  background: #fff;
  box-shadow: 0 24px 70px rgba(17,17,17,.07);
}
.price-table thead th {
  background: var(--black);
  color: var(--gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
  padding: 18px 20px;
  text-align: center;
  white-space: nowrap;
}
.price-table thead th:first-child { text-align: left; }

.price-table tbody th[scope="row"] {
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: var(--black);
  padding: 16px 20px;
  line-height: 1.35;
}
.price-table tbody td {
  text-align: center;
  padding: 16px 20px;
  font-size: 14px;
  color: var(--taupe);
  white-space: nowrap;
}
.price-table tbody tr { border-bottom: 1px solid rgba(17,17,17,.06); }
.price-table tbody tr:nth-child(even):not(.pt-group) { background: var(--alabaster); }

.price-table s { color: #b6b0aa; font-size: 13px; }
.price-table b {
  color: var(--gold);
  font-family: var(--display);
  font-size: 19px;
  font-weight: 400;
  letter-spacing: .01em;
}

/* fila separadora de grupo */
.price-table .pt-group td {
  background: var(--nude);
  text-align: left;
  padding: 20px;
}
.price-table .pt-group strong {
  display: block;
  font-family: var(--display);
  font-size: 19px;
  font-weight: 400;
  color: var(--black);
}
.price-table .pt-group span {
  display: block;
  margin-top: 5px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--taupe);
}

/* --- MOVIL: la tabla se convierte en tarjetas, no scroll lateral --- */
@media (max-width: 780px) {
  .price-table thead { display: none; }
  .price-table, .price-table tbody, .price-table tr, .price-table th, .price-table td { display: block; width: 100%; }
  .price-table tbody tr:not(.pt-group) {
    padding: 16px 18px;
    border: 1px solid rgba(17,17,17,.08);
    border-top: 0;
    background: #fff !important;
  }
  .price-table tbody tr:not(.pt-group):first-of-type { border-top: 1px solid rgba(17,17,17,.08); }
  .price-table tbody th[scope="row"] {
    padding: 0 0 12px;
    font-size: 14px;
    border-bottom: 1px solid rgba(17,17,17,.07);
    margin-bottom: 12px;
  }
  .price-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    text-align: right;
    padding: 5px 0;
  }
  .price-table tbody td::before {
    content: attr(data-label);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--taupe);
  }
  .price-table tbody td:empty { display: none; }
  .price-table .pt-group td { display: block; text-align: left; }
  .price-table .pt-group td::before { content: none; }
}

/* ------------------------------------------------------------
   2. MIGAS DE PAN
   ------------------------------------------------------------ */
.breadcrumb {
  display: flex; flex-wrap: wrap; align-items: center; gap: 9px;
  margin-bottom: 22px;
  font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase;
}
.breadcrumb a { color: var(--taupe); text-decoration: none; transition: color .3s var(--ease); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: #c9c3bc; }
.breadcrumb em { color: var(--black); font-style: normal; }

/* ------------------------------------------------------------
   3. HERO DE CATEGORIA Y DE TECNICA
   ------------------------------------------------------------ */
.categoria-hero, .tecnica-hero { padding-top: clamp(50px, 7vw, 90px); }
.categoria-hero__grid, .tecnica-hero__grid {
  display: grid !important;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(36px, 5vw, 74px);
  align-items: center;
}
.categoria-hero h1, .tecnica-hero h1 {
  font-family: var(--display);
  font-size: clamp(2.6rem, 5.4vw, 4.6rem);
  font-weight: 400;
  line-height: 1.04;
  margin: 6px 0 0;
}
.categoria-hero__actions, .tecnica-hero__actions {
  flex-direction: row !important; align-items: center; flex-wrap: wrap;
  gap: 24px; margin-top: 30px;
}
.categoria-hero__media, .tecnica-hero__media { position: relative; min-height: 520px; }
.categoria-hero__media .elementor-widget-image,
.categoria-hero__media .elementor-widget-image .elementor-widget-container,
.tecnica-hero__media .elementor-widget-image,
.tecnica-hero__media .elementor-widget-image .elementor-widget-container { height: 100%; }
.categoria-hero__media img, .tecnica-hero__media img {
  width: 100%; height: 100%; min-height: 520px; object-fit: cover;
  box-shadow: 0 40px 100px rgba(17,17,17,.18);
}

/* ------------------------------------------------------------
   4. FICHA TECNICA (duracion / retoque / precio)
   ------------------------------------------------------------ */
.ficha-tecnica {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  margin-top: 30px;
  border-left: 1px solid rgba(17,17,17,.1);
}
.ficha-tecnica > div { padding: 0 18px; border-right: 1px solid rgba(17,17,17,.1); }
.ficha-tecnica span {
  display: block; margin-bottom: 6px;
  font-size: 8px; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--taupe);
}
.ficha-tecnica strong {
  font-family: var(--display); font-size: 20px; font-weight: 400; color: var(--black);
}

/* ------------------------------------------------------------
   5. TARJETAS DE TECNICA DESTACADA
   ------------------------------------------------------------ */
.tecnicas-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
  margin-top: 44px;
}
.tecnica-card {
  position: relative !important;
  min-height: 480px !important;
  overflow: hidden;
  background: var(--black);
  display: flex; justify-content: flex-end;
}
.tecnica-card__img { position: absolute; inset: 0; z-index: 0; }
.tecnica-card__img .elementor-widget-container { height: 100%; }
.tecnica-card__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s var(--ease);
  filter: brightness(.62);
}
.tecnica-card:hover .tecnica-card__img img { transform: scale(1.06); }
.tecnica-card__num {
  position: absolute; top: 22px; left: 24px; z-index: 2;
  font-family: var(--display); font-size: 15px; color: var(--gold);
}
.tecnica-card__body {
  position: relative; z-index: 2; margin-top: auto;
  padding: 26px 24px 24px;
  background: linear-gradient(0deg, rgba(17,17,17,.92), transparent);
}
.tecnica-card__body h3 {
  font-family: var(--display); font-size: 25px; font-weight: 400; color: #fff; margin: 0 0 8px;
}
.tecnica-card__body p { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,.72); margin: 0 0 16px; }
.tecnica-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.tecnica-card__price {
  font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--gold);
}
.tecnica-card__foot .text-link { color: #fff; }

/* ------------------------------------------------------------
   6. PASO A PASO
   ------------------------------------------------------------ */
.pasos-list { list-style: none; margin: 40px 0 0; padding: 0; display: grid; gap: 0; }
.pasos-list li {
  display: grid; grid-template-columns: 76px 1fr; gap: 22px;
  padding: 26px 0; border-top: 1px solid rgba(17,17,17,.09);
}
.pasos-list li:last-child { border-bottom: 1px solid rgba(17,17,17,.09); }
.paso-num { font-family: var(--display); font-size: 30px; color: var(--gold); line-height: 1; }
.pasos-list h3 { font-family: var(--display); font-size: 22px; font-weight: 400; margin: 0 0 7px; }
.pasos-list p { margin: 0; font-size: 14px; line-height: 1.7; color: var(--taupe); max-width: 62ch; }

/* ------------------------------------------------------------
   7. REJILLAS AUXILIARES
   ------------------------------------------------------------ */
.intro-grid, .faq-grid-simple {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 5vw, 70px);
  align-items: start;
}

/* ------------------------------------------------------------
   8. RESPONSIVE
   ------------------------------------------------------------ */
@media (max-width: 940px) {
  .categoria-hero__grid, .tecnica-hero__grid,
  .intro-grid, .faq-grid-simple { grid-template-columns: 1fr !important; }
  .tecnicas-grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  .categoria-hero__media, .tecnica-hero__media { min-height: 420px; }
  .categoria-hero__media img, .tecnica-hero__media img { min-height: 420px; }
  .ficha-tecnica { grid-template-columns: repeat(2, minmax(0,1fr)); row-gap: 22px; }
}
@media (max-width: 680px) {
  .tecnicas-grid { grid-template-columns: 1fr !important; }
  .tecnica-card { min-height: 420px !important; }
  .pasos-list li { grid-template-columns: 52px 1fr; gap: 16px; }
  .paso-num { font-size: 24px; }
  .categoria-hero__media, .tecnica-hero__media { min-height: 340px; }
  .categoria-hero__media img, .tecnica-hero__media img { min-height: 340px; }
}

/* ------------------------------------------------------------
   9. Ver los .reveal dentro del editor (mismo fix del Home)
   ------------------------------------------------------------ */
.elementor-editor-active .reveal,
.elementor-editor-preview .reveal { opacity: 1 !important; transform: none !important; }

/* ------------------------------------------------------------
   10. PAGINA INDICE DE SERVICIOS
   ------------------------------------------------------------ */
.servicios-hero { padding-top: clamp(48px, 6vw, 84px); text-align: left; }
.servicios-hero__title h1,
.servicios-hero__title {
  font-family: var(--display);
  font-size: clamp(2.7rem, 6vw, 5.2rem);
  font-weight: 400; line-height: 1.03; margin: 6px 0 0;
}
.servicios-hero__lede { max-width: 62ch; margin-top: 22px; }

.servicios-stats {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  max-width: 700px; margin-top: 42px;
  border-left: 1px solid var(--line);
}
.servicios-stats > div { padding: 0 22px; border-right: 1px solid var(--line); }
.servicios-stats strong {
  display: block; font-family: var(--display); font-size: 30px;
  font-weight: 400; color: var(--black); margin-bottom: 5px;
}
.servicios-stats span {
  display: block; font-size: 8px; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--taupe); line-height: 1.5;
}

/* --- rejilla de categorias --- */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}
.cat-card {
  position: relative;
  grid-column: span 2;
  min-height: 430px;
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden;
  background: var(--black);
  text-decoration: none;
  isolation: isolate;
}
.cat-card.cat--wide { grid-column: span 3; min-height: 480px; }

.cat-card__media { position: absolute; inset: 0; z-index: -2; display: block; }
.cat-card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s var(--ease), filter .6s ease;
  filter: brightness(.6) saturate(.92);
}
.cat-card:hover .cat-card__media img { transform: scale(1.06); filter: brightness(.5) saturate(1); }
.cat-card::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(0deg, rgba(17,17,17,.9) 6%, rgba(17,17,17,.15) 62%, transparent);
}

.cat-card__num {
  position: absolute; top: 24px; left: 26px;
  font-family: var(--display); font-size: 15px; color: var(--gold);
}
.cat-card__body { padding: 28px 26px 26px; display: block; }
.cat-card__meta {
  display: block; margin-bottom: 9px;
  font-size: 8px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold);
}
.cat-card__title {
  display: block; font-family: var(--display); font-weight: 400;
  font-size: clamp(22px, 2.1vw, 30px); line-height: 1.15; color: #fff; margin-bottom: 10px;
}
.cat-card__desc {
  display: block; max-width: 46ch;
  font-size: 13px; line-height: 1.65; color: rgba(255,255,255,.72); margin-bottom: 18px;
}
.cat-card__foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; flex-wrap: wrap;
  padding-top: 16px; border-top: 1px solid rgba(255,255,255,.16);
}
.cat-card__price {
  font-size: 9px; font-weight: 800; letter-spacing: .15em;
  text-transform: uppercase; color: var(--gold);
}
.cat-card__go {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 9px; font-weight: 800; letter-spacing: .15em;
  text-transform: uppercase; color: #fff;
}
.cat-card__go em { font-style: normal; transition: transform .4s var(--ease); }
.cat-card:hover .cat-card__go em { transform: translateX(5px); }

@media (max-width: 1080px) {
  .cat-grid { grid-template-columns: repeat(4, 1fr); }
  .cat-card, .cat-card.cat--wide { grid-column: span 2; min-height: 400px; }
}
@media (max-width: 680px) {
  .cat-grid { grid-template-columns: 1fr; gap: 16px; }
  .cat-card, .cat-card.cat--wide { grid-column: span 1; min-height: 340px; }
  .servicios-stats { grid-template-columns: 1fr; row-gap: 20px; border-left: 0; }
  .servicios-stats > div { border-right: 0; border-left: 1px solid var(--line); }
}

/* ------------------------------------------------------------
   11. KAMIS ACADEMY
   ------------------------------------------------------------ */
.academia-hero { padding-top: clamp(48px, 6vw, 84px); }
.academia-hero__grid {
  display: grid !important; grid-template-columns: 1.08fr .92fr;
  gap: clamp(36px, 5vw, 74px); align-items: center;
}
.academia-hero__title h1, .academia-hero__title {
  font-family: var(--display); font-size: clamp(2.7rem, 5.6vw, 5rem);
  font-weight: 400; line-height: 1.03; margin: 6px 0 0;
}
.academia-hero__actions { flex-direction: row !important; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.academia-hero__media { position: relative; min-height: 560px; }
.academia-hero__media .elementor-widget-image,
.academia-hero__media .elementor-widget-image .elementor-widget-container { height: 100%; }
.academia-hero__media img {
  width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center top;
  box-shadow: 0 40px 100px rgba(17,17,17,.2);
}

/* --- trayectoria --- */
.master-section { position: relative; }
.master-stats {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr));
  margin-top: 46px; border-left: 1px solid var(--line-dark);
}
.master-stats > div { padding: 0 24px; border-right: 1px solid var(--line-dark); }
.master-stats strong {
  display: block; font-family: var(--display); font-size: clamp(34px, 4vw, 54px);
  font-weight: 400; color: var(--gold); line-height: 1; margin-bottom: 10px;
}
.master-stats span {
  display: block; font-size: 8px; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(255,255,255,.6); line-height: 1.6;
}

.master-grid {
  display: grid !important; grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 4.5vw, 64px); margin-top: 54px; align-items: start;
}
.master-creds { list-style: none; margin: 0; padding: 0; }
.master-creds li {
  position: relative; padding: 14px 0 14px 26px;
  border-bottom: 1px solid var(--line-dark);
  font-size: 14px; line-height: 1.55; color: rgba(255,255,255,.86);
}
.master-creds li::before {
  content: ""; position: absolute; left: 0; top: 21px;
  width: 12px; height: 1px; background: var(--gold);
}

.tecnicas-propias { }
.tp-label {
  font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 16px;
}
.tp-label--2 { margin-top: 34px; }
.tp-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.tp-grid span {
  display: block; padding: 18px 18px; text-align: center;
  border: 1px solid var(--line-dark);
  font-family: var(--display); font-size: 19px; color: #fff;
  transition: border-color .4s var(--ease), background .4s var(--ease);
}
.tp-grid span:hover { border-color: var(--gold); background: rgba(212,175,55,.07); }
.tp-grid--marcas { grid-template-columns: 1fr; }
.tp-grid--marcas span { font-size: 16px; text-align: left; }

.paises-block { margin-top: 54px; padding-top: 30px; border-top: 1px solid var(--line-dark); }
.paises-label {
  font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 12px;
}
.paises-list {
  margin: 0; font-family: var(--display); font-size: clamp(15px, 1.5vw, 19px);
  line-height: 1.9; color: rgba(255,255,255,.72);
}

/* --- tarjetas de curso --- */
.cursos-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; }
.curso-card {
  position: relative; grid-column: span 2; min-height: 520px;
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden; background: var(--black); text-decoration: none; isolation: isolate;
}
.curso-card.curso--wide { grid-column: span 3; }
.curso-card__media { position: absolute; inset: 0; z-index: -2; display: block; }
.curso-card__media img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(.52) saturate(.9); transition: transform 1.1s var(--ease), filter .6s ease;
}
.curso-card:hover .curso-card__media img { transform: scale(1.06); filter: brightness(.44); }
.curso-card::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(0deg, rgba(17,17,17,.93) 10%, rgba(17,17,17,.2) 60%, transparent);
}
.curso-card__num {
  position: absolute; top: 24px; left: 26px;
  font-family: var(--display); font-size: 15px; color: var(--gold);
}
.curso-card__body { padding: 28px 26px 26px; display: block; }
.curso-card__dur {
  display: block; margin-bottom: 10px;
  font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--gold);
}
.curso-card__title {
  display: block; font-family: var(--display); font-weight: 400;
  font-size: clamp(21px, 2vw, 29px); line-height: 1.16; color: #fff; margin-bottom: 10px;
}
.curso-card__desc {
  display: block; max-width: 48ch; font-size: 13px; line-height: 1.65;
  color: rgba(255,255,255,.7); margin-bottom: 20px;
}
.curso-card__prices {
  display: flex; gap: 28px; flex-wrap: wrap;
  padding: 16px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16);
  margin-bottom: 16px;
}
.curso-card__prices em, .curso-card__prices b, .curso-card__prices s { display: block; }
.curso-card__prices em {
  font-style: normal; font-size: 8px; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 4px;
}
.curso-card__prices b { font-family: var(--display); font-size: 24px; font-weight: 400; color: var(--gold); }
.curso-card__prices s { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 2px; }
.cc-pers b { color: #fff; font-size: 20px; }
.curso-card__go {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: #fff;
}
.curso-card__go em { font-style: normal; transition: transform .4s var(--ease); }
.curso-card:hover .curso-card__go em { transform: translateX(5px); }

/* --- calendario --- */
.calendario-grid {
  display: grid !important; grid-template-columns: .85fr 1.15fr;
  gap: clamp(34px, 5vw, 70px); align-items: start;
}
.calendario { list-style: none; margin: 0; padding: 0; }
.cal-row {
  display: grid; grid-template-columns: 118px 92px 1fr; gap: 16px; align-items: baseline;
  padding: 18px 0; border-bottom: 1px solid var(--line);
}
.cal-row:first-child { border-top: 1px solid var(--line); }
.cal-dia { font-family: var(--display); font-size: 19px; color: var(--black); }
.cal-mes {
  font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--taupe);
}
.cal-curso strong {
  display: block; font-family: var(--display); font-size: 18px; font-weight: 400; color: var(--black);
}
.cal-curso em {
  display: block; margin-top: 4px; font-style: normal;
  font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--taupe);
}
.cal-sep {
  margin-top: 26px; padding: 14px 0; border-top: 1px solid var(--line);
  font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--gold);
}
.cal-row--pers .cal-dia { color: var(--gold); }

/* --- beneficios --- */
.beneficios-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1px;
  background: var(--line); border: 1px solid var(--line); margin-top: 44px;
}
.ben-card { background: #fff; padding: 28px 24px; transition: background .4s var(--ease); }
.ben-card:hover { background: var(--nude); }
.ben-num { display: block; font-family: var(--display); font-size: 15px; color: var(--gold); margin-bottom: 14px; }
.ben-card h3 { font-family: var(--display); font-size: 19px; font-weight: 400; margin: 0 0 8px; color: var(--black); }
.ben-card p { margin: 0; font-size: 13px; line-height: 1.65; color: var(--taupe); }

@media (max-width: 1080px) {
  .cursos-grid { grid-template-columns: repeat(4, 1fr); }
  .curso-card, .curso-card.curso--wide { grid-column: span 2; }
  .beneficios-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 940px) {
  .academia-hero__grid, .master-grid, .calendario-grid { grid-template-columns: 1fr !important; }
  .master-stats { grid-template-columns: repeat(2, minmax(0,1fr)); row-gap: 26px; }
  .academia-hero__media, .academia-hero__media img { min-height: 460px; }
  .beneficios-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 680px) {
  .cursos-grid { grid-template-columns: 1fr; gap: 16px; }
  .curso-card, .curso-card.curso--wide { grid-column: span 1; min-height: 460px; }
  .master-stats { grid-template-columns: 1fr; border-left: 0; }
  .master-stats > div { border-right: 0; border-left: 1px solid var(--line-dark); }
  .tp-grid { grid-template-columns: 1fr; }
  .beneficios-grid { grid-template-columns: 1fr; }
  .cal-row { grid-template-columns: 1fr; gap: 4px; }
  .academia-hero__media, .academia-hero__media img { min-height: 380px; }
}

/* ------------------------------------------------------------
   12. KAMIS ACADEMY v2 — edicion oscura premium
   Reemplaza a la seccion 11. Toda la pagina vive en negro con
   matices blancos y oro; misma gramatica visual del Home:
   tilt 3D, reveals, marca de agua tipografica, numeracion.
   ------------------------------------------------------------ */

/* lienzo general de la pagina */
.acad2-page { background: var(--black); color: #fff; }
.acad2-page .kicker { color: var(--gold); }
.acad2-page .lede { color: rgba(255,255,255,.72); }
.acad2-page h1, .acad2-page h2, .acad2-page h3 { color: #fff; }

/* --- HERO cinematografico --- */
.acad2-hero {
  position: relative; min-height: 92vh;
  display: grid; align-items: center;
  overflow: hidden;
  padding-top: clamp(40px, 6vw, 80px);
}
/* marca de agua tipografica gigante, como la K del Home */
.acad2-hero::before {
  content: "ACADEMY";
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-family: var(--display);
  font-size: clamp(120px, 22vw, 340px);
  letter-spacing: .04em;
  color: rgba(255,255,255,.028);
  white-space: nowrap; pointer-events: none;
}
.acad2-hero::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 78% 30%, rgba(212,175,55,.09), transparent 55%);
  pointer-events: none;
}
.acad2-hero__grid {
  position: relative; z-index: 2;
  display: grid !important; grid-template-columns: 1.05fr .95fr;
  gap: clamp(36px, 5vw, 80px); align-items: center;
}
.acad2-hero__title h1, .acad2-hero__title {
  font-family: var(--display);
  font-size: clamp(2.9rem, 6.2vw, 5.6rem);
  font-weight: 400; line-height: 1.02; margin: 8px 0 0;
}
.acad2-hero__actions { flex-direction: row !important; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.acad2-hero__actions .text-link { color: #fff; }

/* retrato con marco dorado flotante — mismo lenguaje del founder */
.acad2-hero__media { position: relative; min-height: 600px; }
.acad2-stage { position: absolute; inset: 0; transform-style: preserve-3d; }
.acad2-stage__frame {
  position: absolute; inset: 22px 8% 30px 0;
  overflow: hidden;
  transform: translate3d(0,0,0) rotateX(var(--rx,0)) rotateY(var(--ry,0));
  transition: transform .5s var(--ease);
  box-shadow: 0 60px 140px rgba(0,0,0,.6);
}
.acad2-stage__frame::after {
  content: ""; position: absolute; inset: 14px;
  border: 1px solid rgba(212,175,55,.5);
  pointer-events: none;
}
.acad2-stage__frame img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  filter: saturate(.82) contrast(1.05);
}
.acad2-badge {
  position: absolute; right: 0; bottom: 0; z-index: 3;
  background: #fff; color: var(--black);
  padding: 26px 30px; max-width: 320px;
}
.acad2-badge::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--gold);
}
.acad2-badge strong {
  display: block; font-family: var(--display); font-size: 26px; font-weight: 400; margin-bottom: 8px;
}
.acad2-badge span {
  display: block; font-size: 8px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--taupe); line-height: 1.7;
}

/* cinta de cifras bajo el hero */
.acad2-stats {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr));
  border-top: 1px solid var(--line-dark);
  margin-top: clamp(40px, 6vw, 70px);
}
.acad2-stats > div {
  padding: 30px 26px 0; border-right: 1px solid var(--line-dark);
}
.acad2-stats > div:first-child { padding-left: 0; }
.acad2-stats strong {
  display: block; font-family: var(--display);
  font-size: clamp(38px, 4.6vw, 62px); font-weight: 400;
  color: var(--gold); line-height: 1; margin-bottom: 10px;
}
.acad2-stats span {
  display: block; font-size: 8px; font-weight: 800; letter-spacing: .15em;
  text-transform: uppercase; color: rgba(255,255,255,.5); line-height: 1.7;
}

/* --- MASTER: credenciales como manifiesto editorial --- */
.acad2-master { position: relative; overflow: hidden; }
.acad2-master::before {
  content: "KM";
  position: absolute; top: -4%; right: -3%;
  font-family: var(--display);
  font-size: clamp(200px, 30vw, 480px);
  color: rgba(212,175,55,.04);
  line-height: 1; pointer-events: none;
}
.acad2-master__grid {
  display: grid !important; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px); align-items: start;
  position: relative; z-index: 2;
}
/* credenciales grandes numeradas, no lista de puntitos */
.acad2-creds { list-style: none; margin: 34px 0 0; padding: 0; counter-reset: cred; }
.acad2-creds li {
  counter-increment: cred;
  position: relative;
  padding: 24px 0 24px 74px;
  border-top: 1px solid var(--line-dark);
  font-family: var(--display);
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.35; color: rgba(255,255,255,.92);
  transition: color .4s var(--ease), padding-left .4s var(--ease);
}
.acad2-creds li:last-child { border-bottom: 1px solid var(--line-dark); }
.acad2-creds li::before {
  content: counter(cred, decimal-leading-zero);
  position: absolute; left: 0; top: 26px;
  font-size: 13px; letter-spacing: .1em; color: var(--gold);
}
.acad2-creds li:hover { color: var(--gold); padding-left: 84px; }

/* tecnicas propias: placas con brillo */
.acad2-firmas { margin-top: 34px; }
.acad2-firmas__label {
  font-size: 8px; font-weight: 800; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold); margin: 0 0 18px;
}
.acad2-firma {
  position: relative;
  display: flex; align-items: baseline; justify-content: space-between; gap: 20px;
  padding: 22px 24px;
  border: 1px solid var(--line-dark);
  margin-bottom: 12px;
  background: linear-gradient(120deg, rgba(255,255,255,.02), transparent 60%);
  overflow: hidden;
  transition: border-color .45s var(--ease), transform .45s var(--ease);
}
.acad2-firma::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: -80%; width: 40%;
  background: linear-gradient(100deg, transparent, rgba(212,175,55,.14), transparent);
  transform: skewX(-18deg);
  transition: left .8s var(--ease);
}
.acad2-firma:hover { border-color: rgba(212,175,55,.55); transform: translateY(-3px); }
.acad2-firma:hover::after { left: 130%; }
.acad2-firma strong { font-family: var(--display); font-size: 23px; font-weight: 400; color: #fff; }
.acad2-firma span {
  font-size: 8px; font-weight: 800; letter-spacing: .15em;
  text-transform: uppercase; color: rgba(255,255,255,.45);
}
.acad2-paises {
  margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line-dark);
  font-family: var(--display); font-size: clamp(14px, 1.4vw, 18px);
  line-height: 2; color: rgba(255,255,255,.55);
}
.acad2-paises b { color: var(--gold); font-weight: 400; }

/* --- CURSOS: filas editoriales con imagen revelada --- */
.acad2-cursos { counter-reset: curso; }
.acad2-curso {
  position: relative;
  display: grid; grid-template-columns: 90px 1fr 340px auto;
  gap: clamp(20px, 3vw, 44px); align-items: center;
  padding: clamp(30px, 4vw, 46px) 0;
  border-top: 1px solid var(--line-dark);
  text-decoration: none;
  transition: background .4s var(--ease);
}
.acad2-curso:last-child { border-bottom: 1px solid var(--line-dark); }
.acad2-curso:hover { background: rgba(255,255,255,.02); }
.acad2-curso__num {
  font-family: var(--display); font-size: clamp(26px, 3vw, 40px);
  color: rgba(255,255,255,.22);
  transition: color .4s var(--ease);
}
.acad2-curso:hover .acad2-curso__num { color: var(--gold); }
.acad2-curso__name {
  display: block; font-family: var(--display); font-weight: 400;
  font-size: clamp(22px, 2.6vw, 36px); line-height: 1.12; color: #fff;
  margin-bottom: 10px;
  transition: transform .45s var(--ease);
}
.acad2-curso:hover .acad2-curso__name { transform: translateX(10px); }
.acad2-curso__meta {
  display: flex; gap: 22px; flex-wrap: wrap;
  font-size: 8px; font-weight: 800; letter-spacing: .15em;
  text-transform: uppercase; color: rgba(255,255,255,.45);
}
.acad2-curso__meta b { color: var(--gold); font-weight: 800; }
/* imagen flotante que aparece al pasar el mouse */
.acad2-curso__img {
  position: relative; height: 150px; overflow: hidden;
  opacity: .35; filter: grayscale(.6) brightness(.7);
  transform: scale(.96);
  transition: opacity .55s var(--ease), filter .55s var(--ease), transform .55s var(--ease);
}
.acad2-curso:hover .acad2-curso__img { opacity: 1; filter: none; transform: scale(1); }
.acad2-curso__img img { width: 100%; height: 100%; object-fit: cover; }
.acad2-curso__go {
  display: inline-flex; align-items: center; justify-content: center;
  width: 58px; height: 58px;
  border: 1px solid var(--line-dark); border-radius: 50%;
  color: #fff; font-size: 18px;
  transition: background .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease), transform .4s var(--ease);
}
.acad2-curso:hover .acad2-curso__go {
  background: var(--gold); border-color: var(--gold); color: var(--black);
  transform: rotate(-45deg);
}

/* --- CALENDARIO: agenda de gala --- */
.acad2-cal-section { position: relative; overflow: hidden; }
.acad2-cal-section::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 12% 80%, rgba(212,175,55,.07), transparent 50%);
  pointer-events: none;
}
.acad2-cal-grid {
  display: grid !important; grid-template-columns: .8fr 1.2fr;
  gap: clamp(36px, 5vw, 80px); align-items: start;
  position: relative; z-index: 2;
}
.acad2-cal { list-style: none; margin: 0; padding: 0; }
.acad2-cal li {
  display: grid; grid-template-columns: 150px 1fr; gap: 22px; align-items: center;
  padding: 22px 18px;
  border: 1px solid var(--line-dark); border-bottom: 0;
  transition: background .4s var(--ease), border-color .4s var(--ease);
}
.acad2-cal li:last-child { border-bottom: 1px solid var(--line-dark); }
.acad2-cal li:hover { background: rgba(212,175,55,.05); }
.acad2-cal__fecha strong {
  display: block; font-family: var(--display); font-size: 22px; font-weight: 400; color: #fff;
}
.acad2-cal__fecha span {
  display: block; margin-top: 4px;
  font-size: 8px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold);
}
.acad2-cal__curso strong {
  display: block; font-family: var(--display); font-size: 19px; font-weight: 400; color: #fff;
}
.acad2-cal__curso em {
  display: block; margin-top: 4px; font-style: normal;
  font-size: 8px; font-weight: 800; letter-spacing: .13em;
  text-transform: uppercase; color: rgba(255,255,255,.42);
}
.acad2-cal__sep {
  display: block !important; padding: 16px 18px !important;
  background: rgba(212,175,55,.08);
  font-size: 8px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold);
}

/* --- BENEFICIOS: constelacion sobre negro --- */
.acad2-ben-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 1px; background: var(--line-dark);
  border: 1px solid var(--line-dark);
  margin-top: 46px;
}
.acad2-ben {
  background: var(--black); padding: 30px 26px;
  transition: background .45s var(--ease);
}
.acad2-ben:hover { background: #181614; }
.acad2-ben span {
  display: block; font-family: var(--display); font-size: 14px;
  color: var(--gold); margin-bottom: 16px;
}
.acad2-ben h3 { font-family: var(--display); font-size: 19px; font-weight: 400; margin: 0 0 8px; }
.acad2-ben p { margin: 0; font-size: 13px; line-height: 1.65; color: rgba(255,255,255,.55); }

/* FAQ en oscuro */
.acad2-page .faq-item { border-color: var(--line-dark); }
.acad2-page .faq-item summary { color: #fff; }
.acad2-page .faq-answer { color: rgba(255,255,255,.62); }

@media (max-width: 1080px) {
  .acad2-curso { grid-template-columns: 60px 1fr auto; }
  .acad2-curso__img { display: none; }
  .acad2-ben-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 940px) {
  .acad2-hero__grid, .acad2-master__grid, .acad2-cal-grid { grid-template-columns: 1fr !important; }
  .acad2-hero { min-height: 0; }
  .acad2-hero__media { min-height: 480px; }
  .acad2-stats { grid-template-columns: repeat(2, minmax(0,1fr)); row-gap: 30px; }
}
@media (max-width: 680px) {
  .acad2-stats { grid-template-columns: 1fr; }
  .acad2-stats > div { border-right: 0; padding-left: 0; }
  .acad2-curso { grid-template-columns: 1fr; gap: 12px; }
  .acad2-curso__go { display: none; }
  .acad2-cal li { grid-template-columns: 1fr; gap: 8px; }
  .acad2-ben-grid { grid-template-columns: 1fr; }
  .acad2-badge { position: relative; margin-top: -40px; max-width: none; }
  .acad2-hero__media { min-height: 420px; }
}

/* ------------------------------------------------------------
   13. PAGINA DE CURSO INDIVIDUAL — oscura premium
   ------------------------------------------------------------ */
.curso-page { background: var(--black); color: #fff; }
.curso-page .kicker { color: var(--gold); }
.curso-page .lede { color: rgba(255,255,255,.72); }
.curso-page h1, .curso-page h2, .curso-page h3 { color: #fff; }
.curso-page .faq-item { border-color: var(--line-dark); }
.curso-page .faq-item summary { color: #fff; }
.curso-page .faq-answer { color: rgba(255,255,255,.62); }

/* --- HERO --- */
.cursoh {
  position: relative; min-height: 90vh; display: grid; align-items: center;
  overflow: hidden; padding-top: clamp(40px, 6vw, 78px);
}
.cursoh::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(circle at 80% 25%, rgba(212,175,55,.1), transparent 52%);
  pointer-events: none;
}
.cursoh__grid {
  position: relative; z-index: 2;
  display: grid !important; grid-template-columns: 1.02fr .98fr;
  gap: clamp(36px, 5vw, 78px); align-items: center;
}
.cursoh__eyebrow {
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 20px;
  font-size: 8px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--gold);
}
.cursoh__eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
.cursoh__title h1, .cursoh__title {
  font-family: var(--display); font-size: clamp(2.7rem, 5.6vw, 5rem);
  font-weight: 400; line-height: 1.03; margin: 0;
}
.cursoh__actions { flex-direction: row !important; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 32px; }
.cursoh__actions .text-link { color: #fff; }

/* imagen del hero con marco dorado + tilt */
.cursoh__media { position: relative; min-height: 580px; }
.cursoh__frame {
  position: absolute; inset: 0; overflow: hidden;
  transform: translate3d(0,0,0) rotateX(var(--rx,0)) rotateY(var(--ry,0));
  transition: transform .5s var(--ease);
  box-shadow: 0 60px 140px rgba(0,0,0,.6);
}
.cursoh__frame::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(212,175,55,.45); pointer-events: none; }
.cursoh__frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.04); }
/* pastilla de precio flotante */
.cursoh__price {
  position: absolute; left: 0; bottom: 0; z-index: 3;
  background: #fff; color: var(--black); padding: 22px 28px;
}
.cursoh__price::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--gold); }
.cursoh__price em { display: block; font-style: normal; font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--taupe); margin-bottom: 6px; }
.cursoh__price strong { font-family: var(--display); font-size: 34px; font-weight: 400; }
.cursoh__price s { font-size: 13px; color: #b6b0aa; margin-left: 8px; }

/* --- ficha rapida --- */
.curso-ficha {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr));
  border-top: 1px solid var(--line-dark); margin-top: clamp(34px,5vw,60px); position: relative; z-index: 2;
}
.curso-ficha > div { padding: 28px 24px 0; border-right: 1px solid var(--line-dark); }
.curso-ficha > div:first-child { padding-left: 0; }
.curso-ficha span { display: block; font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 8px; }
.curso-ficha strong { font-family: var(--display); font-size: clamp(20px,2.2vw,27px); font-weight: 400; color: var(--gold); }

/* --- APRENDERAS: split con imagen --- */
.curso-split { display: grid !important; grid-template-columns: 1fr 1fr; gap: clamp(36px,5vw,74px); align-items: center; }
.curso-split--rev .curso-split__media { order: -1; }
.curso-split__media { position: relative; min-height: 480px; overflow: hidden; }
.curso-split__media img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.curso-split__media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.curso-learn { list-style: none; margin: 30px 0 0; padding: 0; }
.curso-learn li {
  position: relative; padding: 16px 0 16px 40px; border-top: 1px solid var(--line-dark);
  font-size: 15px; line-height: 1.55; color: rgba(255,255,255,.86);
}
.curso-learn li:last-child { border-bottom: 1px solid var(--line-dark); }
.curso-learn li svg { position: absolute; left: 0; top: 17px; width: 20px; height: 20px; color: var(--gold); }

/* --- TEMARIO: columnas de chips --- */
.temario-grid { columns: 3; column-gap: 24px; margin-top: 44px; }
.temario-grid .tema {
  break-inside: avoid; display: flex; gap: 12px; align-items: baseline;
  padding: 12px 0; border-bottom: 1px solid var(--line-dark);
  font-size: 13px; color: rgba(255,255,255,.8);
}
.temario-grid .tema b { color: var(--gold); font-family: var(--display); font-size: 12px; }

/* --- INCLUYE: tarjetas --- */
.incluye-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); margin-top: 44px; }
.incluye-card { background: var(--black); padding: 30px 26px; transition: background .4s var(--ease); }
.incluye-card:hover { background: #181614; }
.incluye-card svg { width: 26px; height: 26px; color: var(--gold); margin-bottom: 16px; }
.incluye-card h3 { font-family: var(--display); font-size: 20px; font-weight: 400; margin: 0 0 8px; }
.incluye-card p { margin: 0; font-size: 13px; line-height: 1.6; color: rgba(255,255,255,.55); }

/* --- 3 DIAS: timeline --- */
.dias-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.dia-card { position: relative; border: 1px solid var(--line-dark); padding: 34px 28px; overflow: hidden; transition: border-color .4s var(--ease); }
.dia-card:hover { border-color: rgba(212,175,55,.5); }
.dia-card__n { font-family: var(--display); font-size: 60px; color: rgba(255,255,255,.1); line-height: 1; }
.dia-card h3 { font-family: var(--display); font-size: 23px; font-weight: 400; margin: 14px 0 10px; }
.dia-card p { margin: 0; font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.6); }

/* --- GALERIA / prueba social --- */
.curso-galeria { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 44px; }
.curso-galeria a { position: relative; overflow: hidden; aspect-ratio: 3/4; display: block; }
.curso-galeria a:first-child { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
.curso-galeria img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.3) brightness(.85); transition: transform 1s var(--ease), filter .5s ease; }
.curso-galeria a:hover img { transform: scale(1.05); filter: none; }

/* --- precio final destacado --- */
.precio-final { display: grid !important; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 44px; }
.precio-box { position: relative; border: 1px solid var(--line-dark); padding: 40px 36px; overflow: hidden; transition: border-color .45s var(--ease), transform .45s var(--ease); }
.precio-box::after { content: ""; position: absolute; top: 0; bottom: 0; left: -80%; width: 45%; background: linear-gradient(100deg, transparent, rgba(212,175,55,.12), transparent); transform: skewX(-18deg); transition: left .85s var(--ease); }
.precio-box:hover { border-color: rgba(212,175,55,.55); transform: translateY(-3px); }
.precio-box:hover::after { left: 130%; }
.precio-box--dest { background: linear-gradient(135deg, rgba(212,175,55,.1), transparent 70%); border-color: rgba(212,175,55,.4); }
.precio-box em { display: block; font-style: normal; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.precio-box strong { font-family: var(--display); font-size: clamp(40px, 5vw, 60px); font-weight: 400; color: #fff; line-height: 1; }
.precio-box s { display: inline-block; margin-left: 12px; font-size: 16px; color: rgba(255,255,255,.4); }
.precio-box p { margin: 14px 0 0; font-size: 13px; line-height: 1.6; color: rgba(255,255,255,.6); }

@media (max-width: 1080px) {
  .temario-grid { columns: 2; }
  .incluye-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 940px) {
  .cursoh__grid, .curso-split, .precio-final { grid-template-columns: 1fr !important; }
  .curso-split--rev .curso-split__media { order: 0; }
  .cursoh { min-height: 0; }
  .cursoh__media, .cursoh__frame { min-height: 440px; }
  .curso-ficha { grid-template-columns: repeat(2, minmax(0,1fr)); row-gap: 26px; }
  .dias-grid { grid-template-columns: 1fr; }
  .curso-galeria { grid-template-columns: repeat(2,1fr); }
  .curso-galeria a:first-child { grid-column: span 2; grid-row: auto; aspect-ratio: 16/10; }
}
@media (max-width: 680px) {
  .temario-grid { columns: 1; }
  .incluye-grid { grid-template-columns: 1fr; }
  .curso-ficha { grid-template-columns: 1fr; }
  .curso-ficha > div { border-right: 0; padding-left: 0; }
  .cursoh__media, .cursoh__frame { min-height: 380px; }
}

/* ------------------------------------------------------------
   14. FIX CONTRASTE: secciones de fondo claro dentro de paginas
   oscuras (curso, academia). El texto debe volver a ser oscuro.
   ------------------------------------------------------------ */
.curso-page .section--alabaster,
.acad2-page .section--alabaster {
  background: var(--alabaster);
}
.curso-page .section--alabaster,
.curso-page .section--alabaster h1,
.curso-page .section--alabaster h2,
.curso-page .section--alabaster h3,
.acad2-page .section--alabaster,
.acad2-page .section--alabaster h1,
.acad2-page .section--alabaster h2,
.acad2-page .section--alabaster h3 { color: var(--black); }

.curso-page .section--alabaster .lede,
.acad2-page .section--alabaster .lede { color: var(--taupe); }

/* Temario dentro de seccion clara */
.section--alabaster .temario-grid .tema { color: var(--text); border-color: var(--line); }
.section--alabaster .temario-grid .tema b { color: var(--gold-2); }

/* Galeria de prueba social en seccion clara: quitar el borde oscuro heredado */
.section--alabaster .curso-galeria a::after { box-shadow: inset 0 0 0 1px rgba(17,17,17,.06); }

/* Por si alguna tarjeta blanca quedo con texto claro heredado */
.section--alabaster .incluye-card { background: #fff; }
.section--alabaster .incluye-card h3 { color: var(--black); }
.section--alabaster .incluye-card p { color: var(--taupe); }

/* ------------------------------------------------------------
   15. Imagenes de hero/galeria ahora son widgets NATIVOS
   (editables con clic). Se reaplica el estilo al <img> real
   que queda dentro del wrapper de Elementor.
   ------------------------------------------------------------ */

/* Academia — retrato del hero */
.acad2-stage__frame .elementor-widget-image,
.acad2-stage__frame .elementor-widget-image .elementor-widget-container { height: 100%; }
.acad2-stage__frame .acad2-hero__img img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  filter: saturate(.82) contrast(1.05);
}

/* Curso — imagen del hero */
.cursoh__mediawrap { position: relative; height: 100%; min-height: 580px; }
.cursoh__frame .elementor-widget-image,
.cursoh__frame .elementor-widget-image .elementor-widget-container { height: 100%; }
.cursoh__frame .cursoh__img img {
  width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.04);
}

/* Curso — galeria como flex de widgets nativos */
.curso-galeria { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 44px; }
.curso-galeria .galeria-item { flex: 1 1 calc(25% - 12px); min-width: 160px; overflow: hidden; }
.curso-galeria .galeria-item:first-child { flex: 1 1 calc(50% - 12px); }
.curso-galeria .galeria-item .elementor-widget-container { height: 100%; }
.curso-galeria .galeria-item img {
  width: 100%; height: 100%; aspect-ratio: 3/4; object-fit: cover;
  filter: grayscale(.3) brightness(.85); transition: transform 1s var(--ease), filter .5s ease;
}
.curso-galeria .galeria-item:first-child img { aspect-ratio: 3/3.4; }
.curso-galeria .galeria-item:hover img { transform: scale(1.05); filter: none; }

@media (max-width: 940px) {
  .cursoh__mediawrap { min-height: 440px; }
  .curso-galeria .galeria-item,
  .curso-galeria .galeria-item:first-child { flex: 1 1 calc(50% - 12px); }
}
@media (max-width: 680px) {
  .cursoh__mediawrap { min-height: 380px; }
  .curso-galeria .galeria-item,
  .curso-galeria .galeria-item:first-child { flex: 1 1 100%; }
}/* End custom CSS */