.elementor-1877 .elementor-element.elementor-element-4d6e169{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1877 .elementor-element.elementor-element-59c3ccd > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1877 .elementor-element.elementor-element-c9428bb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1877 .elementor-element.elementor-element-f65820f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1877 .elementor-element.elementor-element-d97455e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1877 .elementor-element.elementor-element-ac217de > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1877 .elementor-element.elementor-element-346268e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1877 .elementor-element.elementor-element-fe9b869{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1877 .elementor-element.elementor-element-ff6a993{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1877 .elementor-element.elementor-element-26c5e07{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1877 .elementor-element.elementor-element-824bff6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-1877 .elementor-element.elementor-element-4d6e169{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-4d6e169 *//* =============================================
   SPACE PILATES — CSS
   Pega esto en Apariencia → Personalizar → CSS Adicional
   (o en el campo de CSS global de tu constructor
   de páginas: Elementor, Divi, etc.)
   No necesitas las etiquetas <style>, solo el CSS.
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --green: #C2CB92;
    --green-dark: #9EA870;
    --green-deeper: #6B7248;
    --green-light: #E0E5C4;
    --green-pale: #F0F3E1;
    --warm-white: #FAF9F6;
    --off-white: #F4F2ED;
    --ink: #2A2720;
    --ink-soft: #4A4540;
    --ink-muted: #8A8278;
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'Jost', sans-serif; font-weight: 300; background: var(--warm-white); color: var(--ink); letter-spacing: 0.02em; overflow-x: hidden; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; height: 72px; background: rgba(250,249,246,0.94); backdrop-filter: blur(14px); border-bottom: 0.5px solid rgba(42,39,32,0.08); transition: border-color 0.3s; }
  .nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); text-decoration: none; }
  .nav-logo span { font-style: italic; }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a { font-size: 11px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .nav-links a:hover { color: var(--ink); }
  .nav-cta { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); text-decoration: none; border: 0.5px solid var(--ink); border-radius: 50px; padding: 10px 22px; transition: background 0.25s, color 0.25s; }
  .nav-cta:hover { background: var(--ink); color: var(--warm-white); }

  /* HERO */
  #hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
  .hero-left { display: flex; flex-direction: column; justify-content: flex-end; padding: 120px 5vw 8vh; background: var(--off-white); position: relative; z-index: 2; }
  .hero-eyebrow { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--green-deeper); margin-bottom: 2rem; font-weight: 300; }
  .hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(46px, 5vw, 80px); font-weight: 300; line-height: 1.06; color: var(--ink); margin-bottom: 2rem; }
  .hero-title em { font-style: italic; color: var(--green-deeper); }
  .hero-sub { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); max-width: 400px; margin-bottom: 1rem; }
  .hero-proof { font-size: 12px; font-weight: 300; color: var(--ink-muted); margin-bottom: 3rem; letter-spacing: 0.04em; }
  .hero-proof strong { font-weight: 400; color: var(--green-deeper); }
  .hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
  .btn-primary { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); background: var(--green); text-decoration: none; border-radius: 50px; padding: 16px 36px; transition: background 0.25s; display: inline-block; }
  .btn-primary:hover { background: var(--green-dark); }
  .hero-reassurance { font-size: 11px; font-weight: 300; color: var(--ink-muted); letter-spacing: 0.04em; }
  .btn-ghost { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; }
  .btn-ghost:hover { gap: 14px; }
  .btn-ghost::after { content: '→'; }
  .hero-right { position: relative; overflow: hidden; }
  .hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .hero-right-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(244,242,237,0.15) 0%, transparent 40%); }
  .hero-scroll { position: absolute; bottom: 2.5rem; left: 2.5rem; display: flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none; color: rgba(250,249,246,0.7); z-index: 3; }
  .hero-scroll span { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; }
  .hero-scroll-line { width: 0.5px; height: 40px; background: rgba(250,249,246,0.6); animation: scroll-pulse 2s ease-in-out infinite; }
  @keyframes scroll-pulse { 0%,100% { opacity:0.3; transform:scaleY(0.6); } 50% { opacity:1; transform:scaleY(1); } }

  /* TRUST BAR */
  .trust-bar {
    background: var(--ink);
    padding: 1.1rem 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
  }
  .trust-item {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(250,249,246,0.65);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .trust-dot {
    width: 3px; height: 3px; border-radius: 50%;
    background: var(--green);
    flex-shrink: 0;
  }

  /* ABOUT */
  #about { background: var(--warm-white); padding: 10vh 5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: center; }
  .about-img { aspect-ratio: 3/4; border-radius: 4px; overflow: hidden; }
  .about-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .about-label { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1.5rem; }
  .about-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,3.2vw,50px); font-weight: 300; line-height: 1.15; margin-bottom: 1.5rem; }
  .about-title em { font-style: italic; color: var(--green-deeper); }
  .about-body { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); margin-bottom: 2rem; }
  .about-body + .about-body { margin-top: -1rem; margin-bottom: 2.5rem; }

  /* Stats rediseñados: dato + beneficio */
  .about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 2.5rem; border: 0.5px solid var(--green-light); }
  .stat-box { padding: 1.5rem; border-right: 0.5px solid var(--green-light); border-bottom: 0.5px solid var(--green-light); }
  .stat-box:nth-child(2n) { border-right: none; }
  .stat-box:nth-child(n+3) { border-bottom: none; }
  .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 300; color: var(--ink); line-height: 1; margin-bottom: 4px; }
  .stat-label { font-size: 11px; font-weight: 300; color: var(--ink-muted); margin-bottom: 4px; }
  .stat-benefit { font-size: 11px; font-weight: 300; color: var(--green-deeper); letter-spacing: 0.04em; }

  /* CLASES */
  #clases { background: var(--off-white); padding: 10vh 5vw; }
  .section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; }
  .section-label { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 0.75rem; }
  .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px,3.5vw,50px); font-weight: 300; line-height: 1.1; }
  .section-title em { font-style: italic; color: var(--green-deeper); }
  .section-sub { font-size: 13px; font-weight: 300; color: var(--ink-muted); margin-top: 0.75rem; max-width: 420px; line-height: 1.7; }

  .classes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5px; background: rgba(42,39,32,0.07); }
  .class-card { background: var(--warm-white); padding: 3.5rem 3rem; display: flex; flex-direction: column; gap: 1.25rem; transition: background 0.25s; position: relative; overflow: hidden; }
  .class-card:hover { background: var(--green-pale); }
  .class-card.featured { background: var(--green-pale); }
  .class-num { font-family: 'Cormorant Garamond', serif; font-size: 96px; font-weight: 300; color: rgba(42,39,32,0.05); line-height: 1; position: absolute; top: 1rem; right: 2rem; }
  .class-tag { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); }
  .class-name { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 300; line-height: 1.15; }
  .class-name em { font-style: italic; color: var(--green-deeper); }
  .class-desc { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); flex: 1; max-width: 480px; }
  .class-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-deeper); background: var(--green-light); border-radius: 50px; padding: 6px 14px; width: fit-content; }
  .class-link { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; margin-top: 0.5rem; }
  .class-link:hover { gap: 14px; }
  .class-link::after { content: '→'; }

  .english-banner { margin-top: 1.5px; background: var(--ink); color: var(--warm-white); padding: 3rem 5vw; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
  .english-banner-left { display: flex; flex-direction: column; gap: 0.5rem; }
  .english-banner-tag { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--green); }
  .english-banner h3 { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px,2.5vw,36px); font-weight: 300; line-height: 1.2; }
  .english-banner h3 em { font-style: italic; color: var(--green); }
  .english-banner p { font-size: 13px; font-weight: 300; color: rgba(250,249,246,0.6); max-width: 360px; line-height: 1.8; }
  .english-schedule { display: flex; flex-direction: column; gap: 0.75rem; align-items: flex-end; flex-shrink: 0; }
  .schedule-item { font-size: 12px; font-weight: 300; color: rgba(250,249,246,0.7); text-align: right; }
  .schedule-item strong { font-weight: 400; color: var(--warm-white); display: block; font-size: 13px; }

  /* TESTIMONIOS */
  #testimonios { position: relative; padding: 10vh 5vw; overflow: hidden; }
  .testimonios-header { margin-bottom: 3.5rem; }
  .testimonios-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.07); }
  .testimonio-card { background: var(--off-white); padding: 2.5rem; display: flex; flex-direction: column; gap: 1rem; }
  .testimonio-stars { color: var(--green-deeper); font-size: 12px; letter-spacing: 2px; }
  .testimonio-text { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; font-style: italic; line-height: 1.7; color: var(--ink); }
  .testimonio-author { font-size: 11px; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); margin-top: auto; padding-top: 1rem; border-top: 0.5px solid var(--green-light); }
  .testimonio-detail { font-size: 11px; font-weight: 300; color: var(--green-deeper); margin-top: 2px; }

  /* PRECIOS */
  #precios { background: var(--off-white); padding: 10vh 5vw; }
  .prices-header { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; align-items: end; margin-bottom: 5rem; }
  .prices-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,3.5vw,52px); font-weight: 300; line-height: 1.1; }
  .prices-title em { font-style: italic; color: var(--green-deeper); }
  .prices-intro-text { font-size: 13px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); }
  .prices-intro-text strong { font-weight: 400; color: var(--ink); }

  .prices-section-title { font-size: 11px; font-weight: 300; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1rem; padding-top: 3rem; padding-bottom: 1rem; border-bottom: 0.5px solid var(--green-light); }
  .packs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); margin-bottom: 1.5px; }
  .memberships-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); margin-bottom: 1.5px; }
  .singles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); }
  .price-card { background: var(--warm-white); padding: 2.5rem; display: flex; flex-direction: column; gap: 0.5rem; transition: background 0.25s; }
  .price-card:hover { background: var(--green-pale); }
  .price-card.featured { background: var(--green); }
  .price-card.featured:hover { background: var(--green-dark); }
  .price-card-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; }
  .price-card-name em { font-style: italic; }
  .price-card-note { font-size: 11px; font-weight: 300; color: var(--ink-muted); line-height: 1.5; }
  .price-card.featured .price-card-note { color: var(--ink-soft); }
  .price-card-benefit { font-size: 11px; font-weight: 300; color: var(--green-deeper); margin-top: 2px; }
  .price-card.featured .price-card-benefit { color: var(--ink-soft); }
  .price-amount { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 300; color: var(--ink); line-height: 1; margin-top: auto; padding-top: 1.25rem; }
  .price-amount small { font-size: 17px; font-weight: 300; color: var(--ink-muted); }
  .membership-benefits { margin-top: 2.5rem; padding: 2rem; background: var(--green-pale); border-radius: 4px; display: flex; align-items: center; gap: 3rem; flex-wrap: wrap; }
  .benefit { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 300; color: var(--ink-soft); }
  .benefit-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--green-deeper); flex-shrink: 0; }
  .prices-cta { margin-top: 3.5rem; display: flex; align-items: center; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
  .prices-cta-note { font-size: 12px; font-weight: 300; color: var(--ink-muted); }

  /* RESERVAR */
  #reservar { background: var(--green); padding: 8vh 5vw 10vh; }
  .reservar-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.5rem; }
  .reservar-eyebrow { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--green-deeper); margin-bottom: 1rem; }
  .reservar-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px,4vw,60px); font-weight: 300; line-height: 1.1; color: var(--ink); }
  .reservar-title em { font-style: italic; }
  .reservar-sub { font-size: 13px; font-weight: 300; line-height: 1.8; color: var(--ink-soft); margin-top: 1.25rem; max-width: 400px; }
  .reservar-contact { display: flex; flex-direction: column; gap: 0.6rem; align-items: flex-end; }
  .reservar-contact a { font-size: 12px; font-weight: 300; letter-spacing: 0.08em; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .reservar-contact a:hover { color: var(--ink); }

  .mb-widget { background: var(--off-white); border-radius: 12px; overflow: hidden; border: 0.5px solid rgba(42,39,32,0.1); }
  .mb-top { padding: 1.75rem 2rem 1.25rem; display: flex; justify-content: space-between; align-items: center; border-bottom: 0.5px solid rgba(42,39,32,0.08); }
  .mb-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; color: var(--ink); }
  .mb-cuenta { font-size: 11px; font-weight: 300; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-muted); cursor: pointer; transition: color 0.2s; }
  .mb-cuenta:hover { color: var(--ink); }
  .mb-filters { padding: 1rem 2rem; display: flex; gap: 0.75rem; border-bottom: 0.5px solid rgba(42,39,32,0.06); }
  .mb-filter-btn { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 300; letter-spacing: 0.12em; color: var(--ink-soft); border: 0.5px solid rgba(42,39,32,0.2); border-radius: 50px; padding: 8px 16px; cursor: pointer; background: transparent; transition: background 0.2s, border-color 0.2s; }
  .mb-filter-btn:hover { background: var(--green-pale); border-color: var(--green-dark); }
  .mb-month { padding: 1rem 2rem 0.5rem; display: flex; justify-content: space-between; align-items: center; }
  .mb-month-label { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--ink); }
  .mb-cal-link { font-size: 11px; color: var(--ink-muted); cursor: pointer; display: flex; align-items: center; gap: 5px; transition: color 0.2s; }
  .mb-cal-link:hover { color: var(--ink); }
  .mb-days { padding: 0.5rem 2rem 1rem; display: flex; gap: 0.25rem; align-items: center; border-bottom: 0.5px solid rgba(42,39,32,0.08); }
  .mb-arrow { color: var(--ink-muted); cursor: pointer; font-size: 16px; padding: 0 6px; user-select: none; transition: color 0.2s; }
  .mb-arrow:hover { color: var(--ink); }
  .mb-day { display: flex; flex-direction: column; align-items: center; gap: 4px; cursor: pointer; min-width: 52px; padding: 4px 0; }
  .mb-day-name { font-size: 10px; color: var(--ink-muted); font-weight: 300; letter-spacing: 0.08em; }
  .mb-day-num { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 300; color: var(--ink-soft); border: 0.5px solid rgba(42,39,32,0.15); cursor: pointer; transition: all 0.15s; }
  .mb-day:hover .mb-day-num { background: var(--green-pale); border-color: var(--green-dark); }
  .mb-day.active .mb-day-num { background: var(--ink); color: var(--warm-white); border-color: var(--ink); font-weight: 400; }
  .mb-date-label { padding: 1.25rem 2rem 0.75rem; display: flex; gap: 1.5rem; align-items: baseline; border-bottom: 0.5px solid rgba(42,39,32,0.06); }
  .mb-date-text { font-size: 13px; font-weight: 400; color: var(--ink); letter-spacing: 0.04em; }
  .mb-date-note { font-size: 11px; color: var(--ink-muted); font-weight: 300; }
  .mb-class-row { padding: 1.25rem 2rem; display: flex; align-items: center; gap: 2rem; border-bottom: 0.5px solid rgba(42,39,32,0.06); transition: background 0.15s; }
  .mb-class-row:hover { background: var(--green-pale); }
  .mb-class-row:last-of-type { border-bottom: none; }
  .mb-time { min-width: 62px; }
  .mb-time-hour { font-size: 15px; font-weight: 400; color: var(--ink); }
  .mb-time-dur { font-size: 11px; color: var(--ink-muted); font-weight: 300; margin-top: 2px; }
  .mb-class-info { flex: 1; }
  .mb-class-name { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--ink); margin-bottom: 2px; }
  .mb-instructor { font-size: 12px; color: var(--ink-muted); font-weight: 300; }
  .mb-details { font-size: 10px; color: var(--green-deeper); cursor: pointer; margin-top: 4px; display: flex; align-items: center; gap: 4px; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s; }
  .mb-studio { font-size: 11px; color: var(--ink-muted); min-width: 110px; text-align: center; font-weight: 300; }
  .mb-reservar-btn { font-family: 'Jost', sans-serif; background: var(--green); color: var(--ink); border: none; border-radius: 50px; padding: 10px 24px; font-size: 11px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
  .mb-reservar-btn:hover { background: var(--green-dark); }
  .mb-footer { padding: 1rem 2rem; display: flex; align-items: center; gap: 8px; background: var(--warm-white); border-top: 0.5px solid rgba(42,39,32,0.08); }
  .mb-footer-powered { font-size: 8px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.15em; display: block; margin-bottom: 1px; }
  .mb-footer-logo { font-size: 15px; font-weight: 400; color: var(--ink-muted); letter-spacing: -0.02em; }
  .widget-cta { margin-top: 2rem; text-align: center; }
  .btn-ink { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--warm-white); background: var(--ink); text-decoration: none; border-radius: 50px; padding: 14px 36px; transition: background 0.25s; display: inline-block; }
  .btn-ink:hover { background: var(--ink-soft); }

  /* FOOTER */
  footer { background: var(--green-pale); padding: 6vh 5vw 4vh; }
  .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 4rem; border-bottom: 0.5px solid var(--green-light); margin-bottom: 2.5rem; }
  .footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); margin-bottom: 1rem; display: block; text-decoration: none; }
  .footer-brand span { font-style: italic; }
  .footer-tagline { font-size: 12px; font-weight: 300; line-height: 1.9; color: var(--ink-muted); max-width: 240px; }
  .footer-col-title { font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1.25rem; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
  .footer-links a { font-size: 12px; font-weight: 300; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: var(--ink); }
  .footer-address { font-size: 12px; font-weight: 300; color: var(--ink-soft); line-height: 2; }
  .footer-address a { color: inherit; text-decoration: none; }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; }
  .footer-copy { font-size: 11px; font-weight: 300; color: var(--ink-muted); letter-spacing: 0.06em; }
  .footer-legal { display: flex; gap: 1.5rem; }
  .footer-legal a { font-size: 11px; font-weight: 300; color: var(--ink-muted); text-decoration: none; transition: color 0.2s; }
  .footer-legal a:hover { color: var(--ink); }

  /* REVEAL */
  .reveal { animation: spReveal 0.8s ease forwards; }
  @keyframes spReveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    #hero { grid-template-columns: 1fr; }
    .hero-right { height: 70vw; }
    #about { grid-template-columns: 1fr; }
    .about-img { aspect-ratio: 16/9; }
    .classes-grid { grid-template-columns: 1fr; }
    .testimonios-grid { grid-template-columns: 1fr; }
    .packs-grid { grid-template-columns: 1fr 1fr; }
    .memberships-grid { grid-template-columns: 1fr 1fr; }
    .singles-grid { grid-template-columns: 1fr 1fr; }
    .prices-header { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
    .english-banner { flex-direction: column; gap: 1.5rem; }
    .english-schedule { align-items: flex-start; }
    nav { padding: 0 5vw; }
    .nav-links { display: none; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .reservar-header { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
    .reservar-contact { align-items: flex-start; }
    .mb-days { overflow-x: auto; padding-bottom: 0.5rem; }
    .trust-bar { gap: 1.5rem; }
  }
  @media (max-width: 600px) {
    .packs-grid { grid-template-columns: 1fr; }
    .memberships-grid { grid-template-columns: 1fr 1fr; }
    .singles-grid { grid-template-columns: 1fr; }
    .membership-benefits { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .footer-top { grid-template-columns: 1fr; }
    .mb-studio { display: none; }
    .prices-cta { flex-direction: column; }
  }

/* --- Estilos tira de Instagram --- */
    .ig-strip {
      display: flex;
      gap: 3px;
      overflow-x: auto;
      scrollbar-width: none;
      cursor: grab;
    }
    .ig-strip::-webkit-scrollbar { display: none; }
    .ig-strip.dragging { cursor: grabbing; }
    .ig-item {
      flex: 0 0 calc(100% / 6);
      min-width: 180px;
      text-decoration: none;
      display: block;
    }
    .ig-placeholder {
      aspect-ratio: 1/1;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease;
      background: #E0E5C4;
    }
    .ig-placeholder img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }
    .ig-item:hover .ig-placeholder { transform: scale(1.02); }
    .ig-overlay {
      position: absolute;
      inset: 0;
      background: rgba(42,39,32,0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.25s;
    }
    .ig-overlay span {
      font-family: 'Jost', sans-serif;
      font-size: 10px;
      font-weight: 300;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #FAF9F6;
    }
    .ig-item:hover .ig-overlay { opacity: 1; }
    @media (max-width: 900px) { .ig-item { flex: 0 0 calc(100% / 3); min-width: 120px; } }
    @media (max-width: 600px) { .ig-item { flex: 0 0 calc(100% / 2.5); min-width: 100px; } }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c9428bb *//* =============================================
   SPACE PILATES — CSS
   Pega esto en Apariencia → Personalizar → CSS Adicional
   (o en el campo de CSS global de tu constructor
   de páginas: Elementor, Divi, etc.)
   No necesitas las etiquetas <style>, solo el CSS.
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --green: #C2CB92;
    --green-dark: #9EA870;
    --green-deeper: #6B7248;
    --green-light: #E0E5C4;
    --green-pale: #F0F3E1;
    --warm-white: #FAF9F6;
    --off-white: #F4F2ED;
    --ink: #2A2720;
    --ink-soft: #4A4540;
    --ink-muted: #8A8278;
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'Jost', sans-serif; font-weight: 300; background: var(--warm-white); color: var(--ink); letter-spacing: 0.02em; overflow-x: hidden; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; height: 72px; background: rgba(250,249,246,0.94); backdrop-filter: blur(14px); border-bottom: 0.5px solid rgba(42,39,32,0.08); transition: border-color 0.3s; }
  .nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); text-decoration: none; }
  .nav-logo span { font-style: italic; }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a { font-size: 11px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .nav-links a:hover { color: var(--ink); }
  .nav-cta { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); text-decoration: none; border: 0.5px solid var(--ink); border-radius: 50px; padding: 10px 22px; transition: background 0.25s, color 0.25s; }
  .nav-cta:hover { background: var(--ink); color: var(--warm-white); }

  /* HERO */
  #hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
  .hero-left { display: flex; flex-direction: column; justify-content: flex-end; padding: 120px 5vw 8vh; background: var(--off-white); position: relative; z-index: 2; }
  .hero-eyebrow { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--green-deeper); margin-bottom: 2rem; font-weight: 300; }
  .hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(46px, 5vw, 80px); font-weight: 300; line-height: 1.06; color: var(--ink); margin-bottom: 2rem; }
  .hero-title em { font-style: italic; color: var(--green-deeper); }
  .hero-sub { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); max-width: 400px; margin-bottom: 1rem; }
  .hero-proof { font-size: 12px; font-weight: 300; color: var(--ink-muted); margin-bottom: 3rem; letter-spacing: 0.04em; }
  .hero-proof strong { font-weight: 400; color: var(--green-deeper); }
  .hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
  .btn-primary { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); background: var(--green); text-decoration: none; border-radius: 50px; padding: 16px 36px; transition: background 0.25s; display: inline-block; }
  .btn-primary:hover { background: var(--green-dark); }
  .hero-reassurance { font-size: 11px; font-weight: 300; color: var(--ink-muted); letter-spacing: 0.04em; }
  .btn-ghost { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; }
  .btn-ghost:hover { gap: 14px; }
  .btn-ghost::after { content: '→'; }
  .hero-right { position: relative; overflow: hidden; }
  .hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .hero-right-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(244,242,237,0.15) 0%, transparent 40%); }
  .hero-scroll { position: absolute; bottom: 2.5rem; left: 2.5rem; display: flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none; color: rgba(250,249,246,0.7); z-index: 3; }
  .hero-scroll span { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; }
  .hero-scroll-line { width: 0.5px; height: 40px; background: rgba(250,249,246,0.6); animation: scroll-pulse 2s ease-in-out infinite; }
  @keyframes scroll-pulse { 0%,100% { opacity:0.3; transform:scaleY(0.6); } 50% { opacity:1; transform:scaleY(1); } }

  /* TRUST BAR */
  .trust-bar {
    background: var(--ink);
    padding: 1.1rem 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
  }
  .trust-item {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(250,249,246,0.65);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .trust-dot {
    width: 3px; height: 3px; border-radius: 50%;
    background: var(--green);
    flex-shrink: 0;
  }

  /* ABOUT */
  #about { background: var(--warm-white); padding: 10vh 5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: center; }
  .about-img { aspect-ratio: 3/4; border-radius: 4px; overflow: hidden; }
  .about-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .about-label { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1.5rem; }
  .about-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,3.2vw,50px); font-weight: 300; line-height: 1.15; margin-bottom: 1.5rem; }
  .about-title em { font-style: italic; color: var(--green-deeper); }
  .about-body { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); margin-bottom: 2rem; }
  .about-body + .about-body { margin-top: -1rem; margin-bottom: 2.5rem; }

  /* Stats rediseñados: dato + beneficio */
  .about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 2.5rem; border: 0.5px solid var(--green-light); }
  .stat-box { padding: 1.5rem; border-right: 0.5px solid var(--green-light); border-bottom: 0.5px solid var(--green-light); }
  .stat-box:nth-child(2n) { border-right: none; }
  .stat-box:nth-child(n+3) { border-bottom: none; }
  .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 300; color: var(--ink); line-height: 1; margin-bottom: 4px; }
  .stat-label { font-size: 11px; font-weight: 300; color: var(--ink-muted); margin-bottom: 4px; }
  .stat-benefit { font-size: 11px; font-weight: 300; color: var(--green-deeper); letter-spacing: 0.04em; }

  /* CLASES */
  #clases { background: var(--off-white); padding: 10vh 5vw; }
  .section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; }
  .section-label { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 0.75rem; }
  .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px,3.5vw,50px); font-weight: 300; line-height: 1.1; }
  .section-title em { font-style: italic; color: var(--green-deeper); }
  .section-sub { font-size: 13px; font-weight: 300; color: var(--ink-muted); margin-top: 0.75rem; max-width: 420px; line-height: 1.7; }

  .classes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5px; background: rgba(42,39,32,0.07); }
  .class-card { background: var(--warm-white); padding: 3.5rem 3rem; display: flex; flex-direction: column; gap: 1.25rem; transition: background 0.25s; position: relative; overflow: hidden; }
  .class-card:hover { background: var(--green-pale); }
  .class-card.featured { background: var(--green-pale); }
  .class-num { font-family: 'Cormorant Garamond', serif; font-size: 96px; font-weight: 300; color: rgba(42,39,32,0.05); line-height: 1; position: absolute; top: 1rem; right: 2rem; }
  .class-tag { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); }
  .class-name { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 300; line-height: 1.15; }
  .class-name em { font-style: italic; color: var(--green-deeper); }
  .class-desc { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); flex: 1; max-width: 480px; }
  .class-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-deeper); background: var(--green-light); border-radius: 50px; padding: 6px 14px; width: fit-content; }
  .class-link { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; margin-top: 0.5rem; }
  .class-link:hover { gap: 14px; }
  .class-link::after { content: '→'; }

  .english-banner { margin-top: 1.5px; background: var(--ink); color: var(--warm-white); padding: 3rem 5vw; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
  .english-banner-left { display: flex; flex-direction: column; gap: 0.5rem; }
  .english-banner-tag { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--green); }
  .english-banner h3 { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px,2.5vw,36px); font-weight: 300; line-height: 1.2; }
  .english-banner h3 em { font-style: italic; color: var(--green); }
  .english-banner p { font-size: 13px; font-weight: 300; color: rgba(250,249,246,0.6); max-width: 360px; line-height: 1.8; }
  .english-schedule { display: flex; flex-direction: column; gap: 0.75rem; align-items: flex-end; flex-shrink: 0; }
  .schedule-item { font-size: 12px; font-weight: 300; color: rgba(250,249,246,0.7); text-align: right; }
  .schedule-item strong { font-weight: 400; color: var(--warm-white); display: block; font-size: 13px; }

  /* TESTIMONIOS */
  #testimonios { position: relative; padding: 10vh 5vw; overflow: hidden; }
  .testimonios-header { margin-bottom: 3.5rem; }
  .testimonios-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.07); }
  .testimonio-card { background: var(--off-white); padding: 2.5rem; display: flex; flex-direction: column; gap: 1rem; }
  .testimonio-stars { color: var(--green-deeper); font-size: 12px; letter-spacing: 2px; }
  .testimonio-text { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; font-style: italic; line-height: 1.7; color: var(--ink); }
  .testimonio-author { font-size: 11px; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); margin-top: auto; padding-top: 1rem; border-top: 0.5px solid var(--green-light); }
  .testimonio-detail { font-size: 11px; font-weight: 300; color: var(--green-deeper); margin-top: 2px; }

  /* PRECIOS */
  #precios { background: var(--off-white); padding: 10vh 5vw; }
  .prices-header { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; align-items: end; margin-bottom: 5rem; }
  .prices-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,3.5vw,52px); font-weight: 300; line-height: 1.1; }
  .prices-title em { font-style: italic; color: var(--green-deeper); }
  .prices-intro-text { font-size: 13px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); }
  .prices-intro-text strong { font-weight: 400; color: var(--ink); }

  .prices-section-title { font-size: 11px; font-weight: 300; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1rem; padding-top: 3rem; padding-bottom: 1rem; border-bottom: 0.5px solid var(--green-light); }
  .packs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); margin-bottom: 1.5px; }
  .memberships-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); margin-bottom: 1.5px; }
  .singles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); }
  .price-card { background: var(--warm-white); padding: 2.5rem; display: flex; flex-direction: column; gap: 0.5rem; transition: background 0.25s; }
  .price-card:hover { background: var(--green-pale); }
  .price-card.featured { background: var(--green); }
  .price-card.featured:hover { background: var(--green-dark); }
  .price-card-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; }
  .price-card-name em { font-style: italic; }
  .price-card-note { font-size: 11px; font-weight: 300; color: var(--ink-muted); line-height: 1.5; }
  .price-card.featured .price-card-note { color: var(--ink-soft); }
  .price-card-benefit { font-size: 11px; font-weight: 300; color: var(--green-deeper); margin-top: 2px; }
  .price-card.featured .price-card-benefit { color: var(--ink-soft); }
  .price-amount { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 300; color: var(--ink); line-height: 1; margin-top: auto; padding-top: 1.25rem; }
  .price-amount small { font-size: 17px; font-weight: 300; color: var(--ink-muted); }
  .membership-benefits { margin-top: 2.5rem; padding: 2rem; background: var(--green-pale); border-radius: 4px; display: flex; align-items: center; gap: 3rem; flex-wrap: wrap; }
  .benefit { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 300; color: var(--ink-soft); }
  .benefit-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--green-deeper); flex-shrink: 0; }
  .prices-cta { margin-top: 3.5rem; display: flex; align-items: center; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
  .prices-cta-note { font-size: 12px; font-weight: 300; color: var(--ink-muted); }

  /* RESERVAR */
  #reservar { background: var(--green); padding: 8vh 5vw 10vh; }
  .reservar-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.5rem; }
  .reservar-eyebrow { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--green-deeper); margin-bottom: 1rem; }
  .reservar-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px,4vw,60px); font-weight: 300; line-height: 1.1; color: var(--ink); }
  .reservar-title em { font-style: italic; }
  .reservar-sub { font-size: 13px; font-weight: 300; line-height: 1.8; color: var(--ink-soft); margin-top: 1.25rem; max-width: 400px; }
  .reservar-contact { display: flex; flex-direction: column; gap: 0.6rem; align-items: flex-end; }
  .reservar-contact a { font-size: 12px; font-weight: 300; letter-spacing: 0.08em; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .reservar-contact a:hover { color: var(--ink); }

  .mb-widget { background: var(--off-white); border-radius: 12px; overflow: hidden; border: 0.5px solid rgba(42,39,32,0.1); }
  .mb-top { padding: 1.75rem 2rem 1.25rem; display: flex; justify-content: space-between; align-items: center; border-bottom: 0.5px solid rgba(42,39,32,0.08); }
  .mb-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; color: var(--ink); }
  .mb-cuenta { font-size: 11px; font-weight: 300; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-muted); cursor: pointer; transition: color 0.2s; }
  .mb-cuenta:hover { color: var(--ink); }
  .mb-filters { padding: 1rem 2rem; display: flex; gap: 0.75rem; border-bottom: 0.5px solid rgba(42,39,32,0.06); }
  .mb-filter-btn { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 300; letter-spacing: 0.12em; color: var(--ink-soft); border: 0.5px solid rgba(42,39,32,0.2); border-radius: 50px; padding: 8px 16px; cursor: pointer; background: transparent; transition: background 0.2s, border-color 0.2s; }
  .mb-filter-btn:hover { background: var(--green-pale); border-color: var(--green-dark); }
  .mb-month { padding: 1rem 2rem 0.5rem; display: flex; justify-content: space-between; align-items: center; }
  .mb-month-label { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--ink); }
  .mb-cal-link { font-size: 11px; color: var(--ink-muted); cursor: pointer; display: flex; align-items: center; gap: 5px; transition: color 0.2s; }
  .mb-cal-link:hover { color: var(--ink); }
  .mb-days { padding: 0.5rem 2rem 1rem; display: flex; gap: 0.25rem; align-items: center; border-bottom: 0.5px solid rgba(42,39,32,0.08); }
  .mb-arrow { color: var(--ink-muted); cursor: pointer; font-size: 16px; padding: 0 6px; user-select: none; transition: color 0.2s; }
  .mb-arrow:hover { color: var(--ink); }
  .mb-day { display: flex; flex-direction: column; align-items: center; gap: 4px; cursor: pointer; min-width: 52px; padding: 4px 0; }
  .mb-day-name { font-size: 10px; color: var(--ink-muted); font-weight: 300; letter-spacing: 0.08em; }
  .mb-day-num { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 300; color: var(--ink-soft); border: 0.5px solid rgba(42,39,32,0.15); cursor: pointer; transition: all 0.15s; }
  .mb-day:hover .mb-day-num { background: var(--green-pale); border-color: var(--green-dark); }
  .mb-day.active .mb-day-num { background: var(--ink); color: var(--warm-white); border-color: var(--ink); font-weight: 400; }
  .mb-date-label { padding: 1.25rem 2rem 0.75rem; display: flex; gap: 1.5rem; align-items: baseline; border-bottom: 0.5px solid rgba(42,39,32,0.06); }
  .mb-date-text { font-size: 13px; font-weight: 400; color: var(--ink); letter-spacing: 0.04em; }
  .mb-date-note { font-size: 11px; color: var(--ink-muted); font-weight: 300; }
  .mb-class-row { padding: 1.25rem 2rem; display: flex; align-items: center; gap: 2rem; border-bottom: 0.5px solid rgba(42,39,32,0.06); transition: background 0.15s; }
  .mb-class-row:hover { background: var(--green-pale); }
  .mb-class-row:last-of-type { border-bottom: none; }
  .mb-time { min-width: 62px; }
  .mb-time-hour { font-size: 15px; font-weight: 400; color: var(--ink); }
  .mb-time-dur { font-size: 11px; color: var(--ink-muted); font-weight: 300; margin-top: 2px; }
  .mb-class-info { flex: 1; }
  .mb-class-name { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--ink); margin-bottom: 2px; }
  .mb-instructor { font-size: 12px; color: var(--ink-muted); font-weight: 300; }
  .mb-details { font-size: 10px; color: var(--green-deeper); cursor: pointer; margin-top: 4px; display: flex; align-items: center; gap: 4px; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s; }
  .mb-studio { font-size: 11px; color: var(--ink-muted); min-width: 110px; text-align: center; font-weight: 300; }
  .mb-reservar-btn { font-family: 'Jost', sans-serif; background: var(--green); color: var(--ink); border: none; border-radius: 50px; padding: 10px 24px; font-size: 11px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
  .mb-reservar-btn:hover { background: var(--green-dark); }
  .mb-footer { padding: 1rem 2rem; display: flex; align-items: center; gap: 8px; background: var(--warm-white); border-top: 0.5px solid rgba(42,39,32,0.08); }
  .mb-footer-powered { font-size: 8px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.15em; display: block; margin-bottom: 1px; }
  .mb-footer-logo { font-size: 15px; font-weight: 400; color: var(--ink-muted); letter-spacing: -0.02em; }
  .widget-cta { margin-top: 2rem; text-align: center; }
  .btn-ink { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--warm-white); background: var(--ink); text-decoration: none; border-radius: 50px; padding: 14px 36px; transition: background 0.25s; display: inline-block; }
  .btn-ink:hover { background: var(--ink-soft); }

  /* FOOTER */
  footer { background: var(--green-pale); padding: 6vh 5vw 4vh; }
  .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 4rem; border-bottom: 0.5px solid var(--green-light); margin-bottom: 2.5rem; }
  .footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); margin-bottom: 1rem; display: block; text-decoration: none; }
  .footer-brand span { font-style: italic; }
  .footer-tagline { font-size: 12px; font-weight: 300; line-height: 1.9; color: var(--ink-muted); max-width: 240px; }
  .footer-col-title { font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1.25rem; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
  .footer-links a { font-size: 12px; font-weight: 300; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: var(--ink); }
  .footer-address { font-size: 12px; font-weight: 300; color: var(--ink-soft); line-height: 2; }
  .footer-address a { color: inherit; text-decoration: none; }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; }
  .footer-copy { font-size: 11px; font-weight: 300; color: var(--ink-muted); letter-spacing: 0.06em; }
  .footer-legal { display: flex; gap: 1.5rem; }
  .footer-legal a { font-size: 11px; font-weight: 300; color: var(--ink-muted); text-decoration: none; transition: color 0.2s; }
  .footer-legal a:hover { color: var(--ink); }

  /* REVEAL */
  .reveal { animation: spReveal 0.8s ease forwards; }
  @keyframes spReveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    #hero { grid-template-columns: 1fr; }
    .hero-right { height: 70vw; }
    #about { grid-template-columns: 1fr; }
    .about-img { aspect-ratio: 16/9; }
    .classes-grid { grid-template-columns: 1fr; }
    .testimonios-grid { grid-template-columns: 1fr; }
    .packs-grid { grid-template-columns: 1fr 1fr; }
    .memberships-grid { grid-template-columns: 1fr 1fr; }
    .singles-grid { grid-template-columns: 1fr 1fr; }
    .prices-header { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
    .english-banner { flex-direction: column; gap: 1.5rem; }
    .english-schedule { align-items: flex-start; }
    nav { padding: 0 5vw; }
    .nav-links { display: none; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .reservar-header { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
    .reservar-contact { align-items: flex-start; }
    .mb-days { overflow-x: auto; padding-bottom: 0.5rem; }
    .trust-bar { gap: 1.5rem; }
  }
  @media (max-width: 600px) {
    .packs-grid { grid-template-columns: 1fr; }
    .memberships-grid { grid-template-columns: 1fr 1fr; }
    .singles-grid { grid-template-columns: 1fr; }
    .membership-benefits { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .footer-top { grid-template-columns: 1fr; }
    .mb-studio { display: none; }
    .prices-cta { flex-direction: column; }
  }

/* --- Estilos tira de Instagram --- */
    .ig-strip {
      display: flex;
      gap: 3px;
      overflow-x: auto;
      scrollbar-width: none;
      cursor: grab;
    }
    .ig-strip::-webkit-scrollbar { display: none; }
    .ig-strip.dragging { cursor: grabbing; }
    .ig-item {
      flex: 0 0 calc(100% / 6);
      min-width: 180px;
      text-decoration: none;
      display: block;
    }
    .ig-placeholder {
      aspect-ratio: 1/1;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease;
      background: #E0E5C4;
    }
    .ig-placeholder img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }
    .ig-item:hover .ig-placeholder { transform: scale(1.02); }
    .ig-overlay {
      position: absolute;
      inset: 0;
      background: rgba(42,39,32,0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.25s;
    }
    .ig-overlay span {
      font-family: 'Jost', sans-serif;
      font-size: 10px;
      font-weight: 300;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #FAF9F6;
    }
    .ig-item:hover .ig-overlay { opacity: 1; }
    @media (max-width: 900px) { .ig-item { flex: 0 0 calc(100% / 3); min-width: 120px; } }
    @media (max-width: 600px) { .ig-item { flex: 0 0 calc(100% / 2.5); min-width: 100px; } }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d97455e *//* =============================================
   SPACE PILATES — CSS
   Pega esto en Apariencia → Personalizar → CSS Adicional
   (o en el campo de CSS global de tu constructor
   de páginas: Elementor, Divi, etc.)
   No necesitas las etiquetas <style>, solo el CSS.
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --green: #C2CB92;
    --green-dark: #9EA870;
    --green-deeper: #6B7248;
    --green-light: #E0E5C4;
    --green-pale: #F0F3E1;
    --warm-white: #FAF9F6;
    --off-white: #F4F2ED;
    --ink: #2A2720;
    --ink-soft: #4A4540;
    --ink-muted: #8A8278;
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'Jost', sans-serif; font-weight: 300; background: var(--warm-white); color: var(--ink); letter-spacing: 0.02em; overflow-x: hidden; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; height: 72px; background: rgba(250,249,246,0.94); backdrop-filter: blur(14px); border-bottom: 0.5px solid rgba(42,39,32,0.08); transition: border-color 0.3s; }
  .nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); text-decoration: none; }
  .nav-logo span { font-style: italic; }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a { font-size: 11px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .nav-links a:hover { color: var(--ink); }
  .nav-cta { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); text-decoration: none; border: 0.5px solid var(--ink); border-radius: 50px; padding: 10px 22px; transition: background 0.25s, color 0.25s; }
  .nav-cta:hover { background: var(--ink); color: var(--warm-white); }

  /* HERO */
  #hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
  .hero-left { display: flex; flex-direction: column; justify-content: flex-end; padding: 120px 5vw 8vh; background: var(--off-white); position: relative; z-index: 2; }
  .hero-eyebrow { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--green-deeper); margin-bottom: 2rem; font-weight: 300; }
  .hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(46px, 5vw, 80px); font-weight: 300; line-height: 1.06; color: var(--ink); margin-bottom: 2rem; }
  .hero-title em { font-style: italic; color: var(--green-deeper); }
  .hero-sub { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); max-width: 400px; margin-bottom: 1rem; }
  .hero-proof { font-size: 12px; font-weight: 300; color: var(--ink-muted); margin-bottom: 3rem; letter-spacing: 0.04em; }
  .hero-proof strong { font-weight: 400; color: var(--green-deeper); }
  .hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
  .btn-primary { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); background: var(--green); text-decoration: none; border-radius: 50px; padding: 16px 36px; transition: background 0.25s; display: inline-block; }
  .btn-primary:hover { background: var(--green-dark); }
  .hero-reassurance { font-size: 11px; font-weight: 300; color: var(--ink-muted); letter-spacing: 0.04em; }
  .btn-ghost { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; }
  .btn-ghost:hover { gap: 14px; }
  .btn-ghost::after { content: '→'; }
  .hero-right { position: relative; overflow: hidden; }
  .hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .hero-right-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(244,242,237,0.15) 0%, transparent 40%); }
  .hero-scroll { position: absolute; bottom: 2.5rem; left: 2.5rem; display: flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none; color: rgba(250,249,246,0.7); z-index: 3; }
  .hero-scroll span { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; }
  .hero-scroll-line { width: 0.5px; height: 40px; background: rgba(250,249,246,0.6); animation: scroll-pulse 2s ease-in-out infinite; }
  @keyframes scroll-pulse { 0%,100% { opacity:0.3; transform:scaleY(0.6); } 50% { opacity:1; transform:scaleY(1); } }

  /* TRUST BAR */
  .trust-bar {
    background: var(--ink);
    padding: 1.1rem 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
  }
  .trust-item {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(250,249,246,0.65);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .trust-dot {
    width: 3px; height: 3px; border-radius: 50%;
    background: var(--green);
    flex-shrink: 0;
  }

  /* ABOUT */
  #about { background: var(--warm-white); padding: 10vh 5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: center; }
  .about-img { aspect-ratio: 3/4; border-radius: 4px; overflow: hidden; }
  .about-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .about-label { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1.5rem; }
  .about-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,3.2vw,50px); font-weight: 300; line-height: 1.15; margin-bottom: 1.5rem; }
  .about-title em { font-style: italic; color: var(--green-deeper); }
  .about-body { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); margin-bottom: 2rem; }
  .about-body + .about-body { margin-top: -1rem; margin-bottom: 2.5rem; }

  /* Stats rediseñados: dato + beneficio */
  .about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 2.5rem; border: 0.5px solid var(--green-light); }
  .stat-box { padding: 1.5rem; border-right: 0.5px solid var(--green-light); border-bottom: 0.5px solid var(--green-light); }
  .stat-box:nth-child(2n) { border-right: none; }
  .stat-box:nth-child(n+3) { border-bottom: none; }
  .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 300; color: var(--ink); line-height: 1; margin-bottom: 4px; }
  .stat-label { font-size: 11px; font-weight: 300; color: var(--ink-muted); margin-bottom: 4px; }
  .stat-benefit { font-size: 11px; font-weight: 300; color: var(--green-deeper); letter-spacing: 0.04em; }

  /* CLASES */
  #clases { background: var(--off-white); padding: 10vh 5vw; }
  .section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; }
  .section-label { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 0.75rem; }
  .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px,3.5vw,50px); font-weight: 300; line-height: 1.1; }
  .section-title em { font-style: italic; color: var(--green-deeper); }
  .section-sub { font-size: 13px; font-weight: 300; color: var(--ink-muted); margin-top: 0.75rem; max-width: 420px; line-height: 1.7; }

  .classes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5px; background: rgba(42,39,32,0.07); }
  .class-card { background: var(--warm-white); padding: 3.5rem 3rem; display: flex; flex-direction: column; gap: 1.25rem; transition: background 0.25s; position: relative; overflow: hidden; }
  .class-card:hover { background: var(--green-pale); }
  .class-card.featured { background: var(--green-pale); }
  .class-num { font-family: 'Cormorant Garamond', serif; font-size: 96px; font-weight: 300; color: rgba(42,39,32,0.05); line-height: 1; position: absolute; top: 1rem; right: 2rem; }
  .class-tag { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); }
  .class-name { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 300; line-height: 1.15; }
  .class-name em { font-style: italic; color: var(--green-deeper); }
  .class-desc { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); flex: 1; max-width: 480px; }
  .class-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-deeper); background: var(--green-light); border-radius: 50px; padding: 6px 14px; width: fit-content; }
  .class-link { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; margin-top: 0.5rem; }
  .class-link:hover { gap: 14px; }
  .class-link::after { content: '→'; }

  .english-banner { margin-top: 1.5px; background: var(--ink); color: var(--warm-white); padding: 3rem 5vw; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
  .english-banner-left { display: flex; flex-direction: column; gap: 0.5rem; }
  .english-banner-tag { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--green); }
  .english-banner h3 { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px,2.5vw,36px); font-weight: 300; line-height: 1.2; }
  .english-banner h3 em { font-style: italic; color: var(--green); }
  .english-banner p { font-size: 13px; font-weight: 300; color: rgba(250,249,246,0.6); max-width: 360px; line-height: 1.8; }
  .english-schedule { display: flex; flex-direction: column; gap: 0.75rem; align-items: flex-end; flex-shrink: 0; }
  .schedule-item { font-size: 12px; font-weight: 300; color: rgba(250,249,246,0.7); text-align: right; }
  .schedule-item strong { font-weight: 400; color: var(--warm-white); display: block; font-size: 13px; }

  /* TESTIMONIOS */
  #testimonios { position: relative; padding: 10vh 5vw; overflow: hidden; }
  .testimonios-header { margin-bottom: 3.5rem; }
  .testimonios-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.07); }
  .testimonio-card { background: var(--off-white); padding: 2.5rem; display: flex; flex-direction: column; gap: 1rem; }
  .testimonio-stars { color: var(--green-deeper); font-size: 12px; letter-spacing: 2px; }
  .testimonio-text { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; font-style: italic; line-height: 1.7; color: var(--ink); }
  .testimonio-author { font-size: 11px; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); margin-top: auto; padding-top: 1rem; border-top: 0.5px solid var(--green-light); }
  .testimonio-detail { font-size: 11px; font-weight: 300; color: var(--green-deeper); margin-top: 2px; }

  /* PRECIOS */
  #precios { background: var(--off-white); padding: 10vh 5vw; }
  .prices-header { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; align-items: end; margin-bottom: 5rem; }
  .prices-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,3.5vw,52px); font-weight: 300; line-height: 1.1; }
  .prices-title em { font-style: italic; color: var(--green-deeper); }
  .prices-intro-text { font-size: 13px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); }
  .prices-intro-text strong { font-weight: 400; color: var(--ink); }

  .prices-section-title { font-size: 11px; font-weight: 300; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1rem; padding-top: 3rem; padding-bottom: 1rem; border-bottom: 0.5px solid var(--green-light); }
  .packs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); margin-bottom: 1.5px; }
  .memberships-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); margin-bottom: 1.5px; }
  .singles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); }
  .price-card { background: var(--warm-white); padding: 2.5rem; display: flex; flex-direction: column; gap: 0.5rem; transition: background 0.25s; }
  .price-card:hover { background: var(--green-pale); }
  .price-card.featured { background: var(--green); }
  .price-card.featured:hover { background: var(--green-dark); }
  .price-card-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; }
  .price-card-name em { font-style: italic; }
  .price-card-note { font-size: 11px; font-weight: 300; color: var(--ink-muted); line-height: 1.5; }
  .price-card.featured .price-card-note { color: var(--ink-soft); }
  .price-card-benefit { font-size: 11px; font-weight: 300; color: var(--green-deeper); margin-top: 2px; }
  .price-card.featured .price-card-benefit { color: var(--ink-soft); }
  .price-amount { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 300; color: var(--ink); line-height: 1; margin-top: auto; padding-top: 1.25rem; }
  .price-amount small { font-size: 17px; font-weight: 300; color: var(--ink-muted); }
  .membership-benefits { margin-top: 2.5rem; padding: 2rem; background: var(--green-pale); border-radius: 4px; display: flex; align-items: center; gap: 3rem; flex-wrap: wrap; }
  .benefit { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 300; color: var(--ink-soft); }
  .benefit-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--green-deeper); flex-shrink: 0; }
  .prices-cta { margin-top: 3.5rem; display: flex; align-items: center; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
  .prices-cta-note { font-size: 12px; font-weight: 300; color: var(--ink-muted); }

  /* RESERVAR */
  #reservar { background: var(--green); padding: 8vh 5vw 10vh; }
  .reservar-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.5rem; }
  .reservar-eyebrow { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--green-deeper); margin-bottom: 1rem; }
  .reservar-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px,4vw,60px); font-weight: 300; line-height: 1.1; color: var(--ink); }
  .reservar-title em { font-style: italic; }
  .reservar-sub { font-size: 13px; font-weight: 300; line-height: 1.8; color: var(--ink-soft); margin-top: 1.25rem; max-width: 400px; }
  .reservar-contact { display: flex; flex-direction: column; gap: 0.6rem; align-items: flex-end; }
  .reservar-contact a { font-size: 12px; font-weight: 300; letter-spacing: 0.08em; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .reservar-contact a:hover { color: var(--ink); }

  .mb-widget { background: var(--off-white); border-radius: 12px; overflow: hidden; border: 0.5px solid rgba(42,39,32,0.1); }
  .mb-top { padding: 1.75rem 2rem 1.25rem; display: flex; justify-content: space-between; align-items: center; border-bottom: 0.5px solid rgba(42,39,32,0.08); }
  .mb-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; color: var(--ink); }
  .mb-cuenta { font-size: 11px; font-weight: 300; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-muted); cursor: pointer; transition: color 0.2s; }
  .mb-cuenta:hover { color: var(--ink); }
  .mb-filters { padding: 1rem 2rem; display: flex; gap: 0.75rem; border-bottom: 0.5px solid rgba(42,39,32,0.06); }
  .mb-filter-btn { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 300; letter-spacing: 0.12em; color: var(--ink-soft); border: 0.5px solid rgba(42,39,32,0.2); border-radius: 50px; padding: 8px 16px; cursor: pointer; background: transparent; transition: background 0.2s, border-color 0.2s; }
  .mb-filter-btn:hover { background: var(--green-pale); border-color: var(--green-dark); }
  .mb-month { padding: 1rem 2rem 0.5rem; display: flex; justify-content: space-between; align-items: center; }
  .mb-month-label { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--ink); }
  .mb-cal-link { font-size: 11px; color: var(--ink-muted); cursor: pointer; display: flex; align-items: center; gap: 5px; transition: color 0.2s; }
  .mb-cal-link:hover { color: var(--ink); }
  .mb-days { padding: 0.5rem 2rem 1rem; display: flex; gap: 0.25rem; align-items: center; border-bottom: 0.5px solid rgba(42,39,32,0.08); }
  .mb-arrow { color: var(--ink-muted); cursor: pointer; font-size: 16px; padding: 0 6px; user-select: none; transition: color 0.2s; }
  .mb-arrow:hover { color: var(--ink); }
  .mb-day { display: flex; flex-direction: column; align-items: center; gap: 4px; cursor: pointer; min-width: 52px; padding: 4px 0; }
  .mb-day-name { font-size: 10px; color: var(--ink-muted); font-weight: 300; letter-spacing: 0.08em; }
  .mb-day-num { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 300; color: var(--ink-soft); border: 0.5px solid rgba(42,39,32,0.15); cursor: pointer; transition: all 0.15s; }
  .mb-day:hover .mb-day-num { background: var(--green-pale); border-color: var(--green-dark); }
  .mb-day.active .mb-day-num { background: var(--ink); color: var(--warm-white); border-color: var(--ink); font-weight: 400; }
  .mb-date-label { padding: 1.25rem 2rem 0.75rem; display: flex; gap: 1.5rem; align-items: baseline; border-bottom: 0.5px solid rgba(42,39,32,0.06); }
  .mb-date-text { font-size: 13px; font-weight: 400; color: var(--ink); letter-spacing: 0.04em; }
  .mb-date-note { font-size: 11px; color: var(--ink-muted); font-weight: 300; }
  .mb-class-row { padding: 1.25rem 2rem; display: flex; align-items: center; gap: 2rem; border-bottom: 0.5px solid rgba(42,39,32,0.06); transition: background 0.15s; }
  .mb-class-row:hover { background: var(--green-pale); }
  .mb-class-row:last-of-type { border-bottom: none; }
  .mb-time { min-width: 62px; }
  .mb-time-hour { font-size: 15px; font-weight: 400; color: var(--ink); }
  .mb-time-dur { font-size: 11px; color: var(--ink-muted); font-weight: 300; margin-top: 2px; }
  .mb-class-info { flex: 1; }
  .mb-class-name { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--ink); margin-bottom: 2px; }
  .mb-instructor { font-size: 12px; color: var(--ink-muted); font-weight: 300; }
  .mb-details { font-size: 10px; color: var(--green-deeper); cursor: pointer; margin-top: 4px; display: flex; align-items: center; gap: 4px; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s; }
  .mb-studio { font-size: 11px; color: var(--ink-muted); min-width: 110px; text-align: center; font-weight: 300; }
  .mb-reservar-btn { font-family: 'Jost', sans-serif; background: var(--green); color: var(--ink); border: none; border-radius: 50px; padding: 10px 24px; font-size: 11px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
  .mb-reservar-btn:hover { background: var(--green-dark); }
  .mb-footer { padding: 1rem 2rem; display: flex; align-items: center; gap: 8px; background: var(--warm-white); border-top: 0.5px solid rgba(42,39,32,0.08); }
  .mb-footer-powered { font-size: 8px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.15em; display: block; margin-bottom: 1px; }
  .mb-footer-logo { font-size: 15px; font-weight: 400; color: var(--ink-muted); letter-spacing: -0.02em; }
  .widget-cta { margin-top: 2rem; text-align: center; }
  .btn-ink { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--warm-white); background: var(--ink); text-decoration: none; border-radius: 50px; padding: 14px 36px; transition: background 0.25s; display: inline-block; }
  .btn-ink:hover { background: var(--ink-soft); }

  /* FOOTER */
  footer { background: var(--green-pale); padding: 6vh 5vw 4vh; }
  .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 4rem; border-bottom: 0.5px solid var(--green-light); margin-bottom: 2.5rem; }
  .footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); margin-bottom: 1rem; display: block; text-decoration: none; }
  .footer-brand span { font-style: italic; }
  .footer-tagline { font-size: 12px; font-weight: 300; line-height: 1.9; color: var(--ink-muted); max-width: 240px; }
  .footer-col-title { font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1.25rem; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
  .footer-links a { font-size: 12px; font-weight: 300; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: var(--ink); }
  .footer-address { font-size: 12px; font-weight: 300; color: var(--ink-soft); line-height: 2; }
  .footer-address a { color: inherit; text-decoration: none; }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; }
  .footer-copy { font-size: 11px; font-weight: 300; color: var(--ink-muted); letter-spacing: 0.06em; }
  .footer-legal { display: flex; gap: 1.5rem; }
  .footer-legal a { font-size: 11px; font-weight: 300; color: var(--ink-muted); text-decoration: none; transition: color 0.2s; }
  .footer-legal a:hover { color: var(--ink); }

  /* REVEAL */
  .reveal { animation: spReveal 0.8s ease forwards; }
  @keyframes spReveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    #hero { grid-template-columns: 1fr; }
    .hero-right { height: 70vw; }
    #about { grid-template-columns: 1fr; }
    .about-img { aspect-ratio: 16/9; }
    .classes-grid { grid-template-columns: 1fr; }
    .testimonios-grid { grid-template-columns: 1fr; }
    .packs-grid { grid-template-columns: 1fr 1fr; }
    .memberships-grid { grid-template-columns: 1fr 1fr; }
    .singles-grid { grid-template-columns: 1fr 1fr; }
    .prices-header { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
    .english-banner { flex-direction: column; gap: 1.5rem; }
    .english-schedule { align-items: flex-start; }
    nav { padding: 0 5vw; }
    .nav-links { display: none; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .reservar-header { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
    .reservar-contact { align-items: flex-start; }
    .mb-days { overflow-x: auto; padding-bottom: 0.5rem; }
    .trust-bar { gap: 1.5rem; }
  }
  @media (max-width: 600px) {
    .packs-grid { grid-template-columns: 1fr; }
    .memberships-grid { grid-template-columns: 1fr 1fr; }
    .singles-grid { grid-template-columns: 1fr; }
    .membership-benefits { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .footer-top { grid-template-columns: 1fr; }
    .mb-studio { display: none; }
    .prices-cta { flex-direction: column; }
  }

/* --- Estilos tira de Instagram --- */
    .ig-strip {
      display: flex;
      gap: 3px;
      overflow-x: auto;
      scrollbar-width: none;
      cursor: grab;
    }
    .ig-strip::-webkit-scrollbar { display: none; }
    .ig-strip.dragging { cursor: grabbing; }
    .ig-item {
      flex: 0 0 calc(100% / 6);
      min-width: 180px;
      text-decoration: none;
      display: block;
    }
    .ig-placeholder {
      aspect-ratio: 1/1;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease;
      background: #E0E5C4;
    }
    .ig-placeholder img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }
    .ig-item:hover .ig-placeholder { transform: scale(1.02); }
    .ig-overlay {
      position: absolute;
      inset: 0;
      background: rgba(42,39,32,0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.25s;
    }
    .ig-overlay span {
      font-family: 'Jost', sans-serif;
      font-size: 10px;
      font-weight: 300;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #FAF9F6;
    }
    .ig-item:hover .ig-overlay { opacity: 1; }
    @media (max-width: 900px) { .ig-item { flex: 0 0 calc(100% / 3); min-width: 120px; } }
    @media (max-width: 600px) { .ig-item { flex: 0 0 calc(100% / 2.5); min-width: 100px; } }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-346268e *//* =============================================
   SPACE PILATES — CSS
   Pega esto en Apariencia → Personalizar → CSS Adicional
   (o en el campo de CSS global de tu constructor
   de páginas: Elementor, Divi, etc.)
   No necesitas las etiquetas <style>, solo el CSS.
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --green: #C2CB92;
    --green-dark: #9EA870;
    --green-deeper: #6B7248;
    --green-light: #E0E5C4;
    --green-pale: #F0F3E1;
    --warm-white: #FAF9F6;
    --off-white: #F4F2ED;
    --ink: #2A2720;
    --ink-soft: #4A4540;
    --ink-muted: #8A8278;
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'Jost', sans-serif; font-weight: 300; background: var(--warm-white); color: var(--ink); letter-spacing: 0.02em; overflow-x: hidden; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; height: 72px; background: rgba(250,249,246,0.94); backdrop-filter: blur(14px); border-bottom: 0.5px solid rgba(42,39,32,0.08); transition: border-color 0.3s; }
  .nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); text-decoration: none; }
  .nav-logo span { font-style: italic; }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a { font-size: 11px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .nav-links a:hover { color: var(--ink); }
  .nav-cta { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); text-decoration: none; border: 0.5px solid var(--ink); border-radius: 50px; padding: 10px 22px; transition: background 0.25s, color 0.25s; }
  .nav-cta:hover { background: var(--ink); color: var(--warm-white); }

  /* HERO */
  #hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
  .hero-left { display: flex; flex-direction: column; justify-content: flex-end; padding: 120px 5vw 8vh; background: var(--off-white); position: relative; z-index: 2; }
  .hero-eyebrow { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--green-deeper); margin-bottom: 2rem; font-weight: 300; }
  .hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(46px, 5vw, 80px); font-weight: 300; line-height: 1.06; color: var(--ink); margin-bottom: 2rem; }
  .hero-title em { font-style: italic; color: var(--green-deeper); }
  .hero-sub { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); max-width: 400px; margin-bottom: 1rem; }
  .hero-proof { font-size: 12px; font-weight: 300; color: var(--ink-muted); margin-bottom: 3rem; letter-spacing: 0.04em; }
  .hero-proof strong { font-weight: 400; color: var(--green-deeper); }
  .hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
  .btn-primary { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); background: var(--green); text-decoration: none; border-radius: 50px; padding: 16px 36px; transition: background 0.25s; display: inline-block; }
  .btn-primary:hover { background: var(--green-dark); }
  .hero-reassurance { font-size: 11px; font-weight: 300; color: var(--ink-muted); letter-spacing: 0.04em; }
  .btn-ghost { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; }
  .btn-ghost:hover { gap: 14px; }
  .btn-ghost::after { content: '→'; }
  .hero-right { position: relative; overflow: hidden; }
  .hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .hero-right-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(244,242,237,0.15) 0%, transparent 40%); }
  .hero-scroll { position: absolute; bottom: 2.5rem; left: 2.5rem; display: flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none; color: rgba(250,249,246,0.7); z-index: 3; }
  .hero-scroll span { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; }
  .hero-scroll-line { width: 0.5px; height: 40px; background: rgba(250,249,246,0.6); animation: scroll-pulse 2s ease-in-out infinite; }
  @keyframes scroll-pulse { 0%,100% { opacity:0.3; transform:scaleY(0.6); } 50% { opacity:1; transform:scaleY(1); } }

  /* TRUST BAR */
  .trust-bar {
    background: var(--ink);
    padding: 1.1rem 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
  }
  .trust-item {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(250,249,246,0.65);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .trust-dot {
    width: 3px; height: 3px; border-radius: 50%;
    background: var(--green);
    flex-shrink: 0;
  }

  /* ABOUT */
  #about { background: var(--warm-white); padding: 10vh 5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: center; }
  .about-img { aspect-ratio: 3/4; border-radius: 4px; overflow: hidden; }
  .about-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .about-label { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1.5rem; }
  .about-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,3.2vw,50px); font-weight: 300; line-height: 1.15; margin-bottom: 1.5rem; }
  .about-title em { font-style: italic; color: var(--green-deeper); }
  .about-body { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); margin-bottom: 2rem; }
  .about-body + .about-body { margin-top: -1rem; margin-bottom: 2.5rem; }

  /* Stats rediseñados: dato + beneficio */
  .about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 2.5rem; border: 0.5px solid var(--green-light); }
  .stat-box { padding: 1.5rem; border-right: 0.5px solid var(--green-light); border-bottom: 0.5px solid var(--green-light); }
  .stat-box:nth-child(2n) { border-right: none; }
  .stat-box:nth-child(n+3) { border-bottom: none; }
  .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 300; color: var(--ink); line-height: 1; margin-bottom: 4px; }
  .stat-label { font-size: 11px; font-weight: 300; color: var(--ink-muted); margin-bottom: 4px; }
  .stat-benefit { font-size: 11px; font-weight: 300; color: var(--green-deeper); letter-spacing: 0.04em; }

  /* CLASES */
  #clases { background: var(--off-white); padding: 10vh 5vw; }
  .section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; }
  .section-label { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 0.75rem; }
  .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px,3.5vw,50px); font-weight: 300; line-height: 1.1; }
  .section-title em { font-style: italic; color: var(--green-deeper); }
  .section-sub { font-size: 13px; font-weight: 300; color: var(--ink-muted); margin-top: 0.75rem; max-width: 420px; line-height: 1.7; }

  .classes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5px; background: rgba(42,39,32,0.07); }
  .class-card { background: var(--warm-white); padding: 3.5rem 3rem; display: flex; flex-direction: column; gap: 1.25rem; transition: background 0.25s; position: relative; overflow: hidden; }
  .class-card:hover { background: var(--green-pale); }
  .class-card.featured { background: var(--green-pale); }
  .class-num { font-family: 'Cormorant Garamond', serif; font-size: 96px; font-weight: 300; color: rgba(42,39,32,0.05); line-height: 1; position: absolute; top: 1rem; right: 2rem; }
  .class-tag { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); }
  .class-name { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 300; line-height: 1.15; }
  .class-name em { font-style: italic; color: var(--green-deeper); }
  .class-desc { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); flex: 1; max-width: 480px; }
  .class-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-deeper); background: var(--green-light); border-radius: 50px; padding: 6px 14px; width: fit-content; }
  .class-link { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; margin-top: 0.5rem; }
  .class-link:hover { gap: 14px; }
  .class-link::after { content: '→'; }

  .english-banner { margin-top: 1.5px; background: var(--ink); color: var(--warm-white); padding: 3rem 5vw; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
  .english-banner-left { display: flex; flex-direction: column; gap: 0.5rem; }
  .english-banner-tag { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--green); }
  .english-banner h3 { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px,2.5vw,36px); font-weight: 300; line-height: 1.2; }
  .english-banner h3 em { font-style: italic; color: var(--green); }
  .english-banner p { font-size: 13px; font-weight: 300; color: rgba(250,249,246,0.6); max-width: 360px; line-height: 1.8; }
  .english-schedule { display: flex; flex-direction: column; gap: 0.75rem; align-items: flex-end; flex-shrink: 0; }
  .schedule-item { font-size: 12px; font-weight: 300; color: rgba(250,249,246,0.7); text-align: right; }
  .schedule-item strong { font-weight: 400; color: var(--warm-white); display: block; font-size: 13px; }

  /* TESTIMONIOS */
  #testimonios { position: relative; padding: 10vh 5vw; overflow: hidden; }
  .testimonios-header { margin-bottom: 3.5rem; }
  .testimonios-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.07); }
  .testimonio-card { background: var(--off-white); padding: 2.5rem; display: flex; flex-direction: column; gap: 1rem; }
  .testimonio-stars { color: var(--green-deeper); font-size: 12px; letter-spacing: 2px; }
  .testimonio-text { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; font-style: italic; line-height: 1.7; color: var(--ink); }
  .testimonio-author { font-size: 11px; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); margin-top: auto; padding-top: 1rem; border-top: 0.5px solid var(--green-light); }
  .testimonio-detail { font-size: 11px; font-weight: 300; color: var(--green-deeper); margin-top: 2px; }

  /* PRECIOS */
  #precios { background: var(--off-white); padding: 10vh 5vw; }
  .prices-header { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; align-items: end; margin-bottom: 5rem; }
  .prices-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,3.5vw,52px); font-weight: 300; line-height: 1.1; }
  .prices-title em { font-style: italic; color: var(--green-deeper); }
  .prices-intro-text { font-size: 13px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); }
  .prices-intro-text strong { font-weight: 400; color: var(--ink); }

  .prices-section-title { font-size: 11px; font-weight: 300; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1rem; padding-top: 3rem; padding-bottom: 1rem; border-bottom: 0.5px solid var(--green-light); }
  .packs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); margin-bottom: 1.5px; }
  .memberships-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); margin-bottom: 1.5px; }
  .singles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); }
  .price-card { background: var(--warm-white); padding: 2.5rem; display: flex; flex-direction: column; gap: 0.5rem; transition: background 0.25s; }
  .price-card:hover { background: var(--green-pale); }
  .price-card.featured { background: var(--green); }
  .price-card.featured:hover { background: var(--green-dark); }
  .price-card-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; }
  .price-card-name em { font-style: italic; }
  .price-card-note { font-size: 11px; font-weight: 300; color: var(--ink-muted); line-height: 1.5; }
  .price-card.featured .price-card-note { color: var(--ink-soft); }
  .price-card-benefit { font-size: 11px; font-weight: 300; color: var(--green-deeper); margin-top: 2px; }
  .price-card.featured .price-card-benefit { color: var(--ink-soft); }
  .price-amount { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 300; color: var(--ink); line-height: 1; margin-top: auto; padding-top: 1.25rem; }
  .price-amount small { font-size: 17px; font-weight: 300; color: var(--ink-muted); }
  .membership-benefits { margin-top: 2.5rem; padding: 2rem; background: var(--green-pale); border-radius: 4px; display: flex; align-items: center; gap: 3rem; flex-wrap: wrap; }
  .benefit { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 300; color: var(--ink-soft); }
  .benefit-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--green-deeper); flex-shrink: 0; }
  .prices-cta { margin-top: 3.5rem; display: flex; align-items: center; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
  .prices-cta-note { font-size: 12px; font-weight: 300; color: var(--ink-muted); }

  /* RESERVAR */
  #reservar { background: var(--green); padding: 8vh 5vw 10vh; }
  .reservar-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.5rem; }
  .reservar-eyebrow { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--green-deeper); margin-bottom: 1rem; }
  .reservar-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px,4vw,60px); font-weight: 300; line-height: 1.1; color: var(--ink); }
  .reservar-title em { font-style: italic; }
  .reservar-sub { font-size: 13px; font-weight: 300; line-height: 1.8; color: var(--ink-soft); margin-top: 1.25rem; max-width: 400px; }
  .reservar-contact { display: flex; flex-direction: column; gap: 0.6rem; align-items: flex-end; }
  .reservar-contact a { font-size: 12px; font-weight: 300; letter-spacing: 0.08em; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .reservar-contact a:hover { color: var(--ink); }

  .mb-widget { background: var(--off-white); border-radius: 12px; overflow: hidden; border: 0.5px solid rgba(42,39,32,0.1); }
  .mb-top { padding: 1.75rem 2rem 1.25rem; display: flex; justify-content: space-between; align-items: center; border-bottom: 0.5px solid rgba(42,39,32,0.08); }
  .mb-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; color: var(--ink); }
  .mb-cuenta { font-size: 11px; font-weight: 300; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-muted); cursor: pointer; transition: color 0.2s; }
  .mb-cuenta:hover { color: var(--ink); }
  .mb-filters { padding: 1rem 2rem; display: flex; gap: 0.75rem; border-bottom: 0.5px solid rgba(42,39,32,0.06); }
  .mb-filter-btn { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 300; letter-spacing: 0.12em; color: var(--ink-soft); border: 0.5px solid rgba(42,39,32,0.2); border-radius: 50px; padding: 8px 16px; cursor: pointer; background: transparent; transition: background 0.2s, border-color 0.2s; }
  .mb-filter-btn:hover { background: var(--green-pale); border-color: var(--green-dark); }
  .mb-month { padding: 1rem 2rem 0.5rem; display: flex; justify-content: space-between; align-items: center; }
  .mb-month-label { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--ink); }
  .mb-cal-link { font-size: 11px; color: var(--ink-muted); cursor: pointer; display: flex; align-items: center; gap: 5px; transition: color 0.2s; }
  .mb-cal-link:hover { color: var(--ink); }
  .mb-days { padding: 0.5rem 2rem 1rem; display: flex; gap: 0.25rem; align-items: center; border-bottom: 0.5px solid rgba(42,39,32,0.08); }
  .mb-arrow { color: var(--ink-muted); cursor: pointer; font-size: 16px; padding: 0 6px; user-select: none; transition: color 0.2s; }
  .mb-arrow:hover { color: var(--ink); }
  .mb-day { display: flex; flex-direction: column; align-items: center; gap: 4px; cursor: pointer; min-width: 52px; padding: 4px 0; }
  .mb-day-name { font-size: 10px; color: var(--ink-muted); font-weight: 300; letter-spacing: 0.08em; }
  .mb-day-num { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 300; color: var(--ink-soft); border: 0.5px solid rgba(42,39,32,0.15); cursor: pointer; transition: all 0.15s; }
  .mb-day:hover .mb-day-num { background: var(--green-pale); border-color: var(--green-dark); }
  .mb-day.active .mb-day-num { background: var(--ink); color: var(--warm-white); border-color: var(--ink); font-weight: 400; }
  .mb-date-label { padding: 1.25rem 2rem 0.75rem; display: flex; gap: 1.5rem; align-items: baseline; border-bottom: 0.5px solid rgba(42,39,32,0.06); }
  .mb-date-text { font-size: 13px; font-weight: 400; color: var(--ink); letter-spacing: 0.04em; }
  .mb-date-note { font-size: 11px; color: var(--ink-muted); font-weight: 300; }
  .mb-class-row { padding: 1.25rem 2rem; display: flex; align-items: center; gap: 2rem; border-bottom: 0.5px solid rgba(42,39,32,0.06); transition: background 0.15s; }
  .mb-class-row:hover { background: var(--green-pale); }
  .mb-class-row:last-of-type { border-bottom: none; }
  .mb-time { min-width: 62px; }
  .mb-time-hour { font-size: 15px; font-weight: 400; color: var(--ink); }
  .mb-time-dur { font-size: 11px; color: var(--ink-muted); font-weight: 300; margin-top: 2px; }
  .mb-class-info { flex: 1; }
  .mb-class-name { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--ink); margin-bottom: 2px; }
  .mb-instructor { font-size: 12px; color: var(--ink-muted); font-weight: 300; }
  .mb-details { font-size: 10px; color: var(--green-deeper); cursor: pointer; margin-top: 4px; display: flex; align-items: center; gap: 4px; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s; }
  .mb-studio { font-size: 11px; color: var(--ink-muted); min-width: 110px; text-align: center; font-weight: 300; }
  .mb-reservar-btn { font-family: 'Jost', sans-serif; background: var(--green); color: var(--ink); border: none; border-radius: 50px; padding: 10px 24px; font-size: 11px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
  .mb-reservar-btn:hover { background: var(--green-dark); }
  .mb-footer { padding: 1rem 2rem; display: flex; align-items: center; gap: 8px; background: var(--warm-white); border-top: 0.5px solid rgba(42,39,32,0.08); }
  .mb-footer-powered { font-size: 8px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.15em; display: block; margin-bottom: 1px; }
  .mb-footer-logo { font-size: 15px; font-weight: 400; color: var(--ink-muted); letter-spacing: -0.02em; }
  .widget-cta { margin-top: 2rem; text-align: center; }
  .btn-ink { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--warm-white); background: var(--ink); text-decoration: none; border-radius: 50px; padding: 14px 36px; transition: background 0.25s; display: inline-block; }
  .btn-ink:hover { background: var(--ink-soft); }

  /* FOOTER */
  footer { background: var(--green-pale); padding: 6vh 5vw 4vh; }
  .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 4rem; border-bottom: 0.5px solid var(--green-light); margin-bottom: 2.5rem; }
  .footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); margin-bottom: 1rem; display: block; text-decoration: none; }
  .footer-brand span { font-style: italic; }
  .footer-tagline { font-size: 12px; font-weight: 300; line-height: 1.9; color: var(--ink-muted); max-width: 240px; }
  .footer-col-title { font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1.25rem; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
  .footer-links a { font-size: 12px; font-weight: 300; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: var(--ink); }
  .footer-address { font-size: 12px; font-weight: 300; color: var(--ink-soft); line-height: 2; }
  .footer-address a { color: inherit; text-decoration: none; }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; }
  .footer-copy { font-size: 11px; font-weight: 300; color: var(--ink-muted); letter-spacing: 0.06em; }
  .footer-legal { display: flex; gap: 1.5rem; }
  .footer-legal a { font-size: 11px; font-weight: 300; color: var(--ink-muted); text-decoration: none; transition: color 0.2s; }
  .footer-legal a:hover { color: var(--ink); }

  /* REVEAL */
  .reveal { animation: spReveal 0.8s ease forwards; }
  @keyframes spReveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    #hero { grid-template-columns: 1fr; }
    .hero-right { height: 70vw; }
    #about { grid-template-columns: 1fr; }
    .about-img { aspect-ratio: 16/9; }
    .classes-grid { grid-template-columns: 1fr; }
    .testimonios-grid { grid-template-columns: 1fr; }
    .packs-grid { grid-template-columns: 1fr 1fr; }
    .memberships-grid { grid-template-columns: 1fr 1fr; }
    .singles-grid { grid-template-columns: 1fr 1fr; }
    .prices-header { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
    .english-banner { flex-direction: column; gap: 1.5rem; }
    .english-schedule { align-items: flex-start; }
    nav { padding: 0 5vw; }
    .nav-links { display: none; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .reservar-header { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
    .reservar-contact { align-items: flex-start; }
    .mb-days { overflow-x: auto; padding-bottom: 0.5rem; }
    .trust-bar { gap: 1.5rem; }
  }
  @media (max-width: 600px) {
    .packs-grid { grid-template-columns: 1fr; }
    .memberships-grid { grid-template-columns: 1fr 1fr; }
    .singles-grid { grid-template-columns: 1fr; }
    .membership-benefits { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .footer-top { grid-template-columns: 1fr; }
    .mb-studio { display: none; }
    .prices-cta { flex-direction: column; }
  }

/* --- Estilos tira de Instagram --- */
    .ig-strip {
      display: flex;
      gap: 3px;
      overflow-x: auto;
      scrollbar-width: none;
      cursor: grab;
    }
    .ig-strip::-webkit-scrollbar { display: none; }
    .ig-strip.dragging { cursor: grabbing; }
    .ig-item {
      flex: 0 0 calc(100% / 6);
      min-width: 180px;
      text-decoration: none;
      display: block;
    }
    .ig-placeholder {
      aspect-ratio: 1/1;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease;
      background: #E0E5C4;
    }
    .ig-placeholder img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }
    .ig-item:hover .ig-placeholder { transform: scale(1.02); }
    .ig-overlay {
      position: absolute;
      inset: 0;
      background: rgba(42,39,32,0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.25s;
    }
    .ig-overlay span {
      font-family: 'Jost', sans-serif;
      font-size: 10px;
      font-weight: 300;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #FAF9F6;
    }
    .ig-item:hover .ig-overlay { opacity: 1; }
    @media (max-width: 900px) { .ig-item { flex: 0 0 calc(100% / 3); min-width: 120px; } }
    @media (max-width: 600px) { .ig-item { flex: 0 0 calc(100% / 2.5); min-width: 100px; } }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fe9b869 *//* =============================================
   SPACE PILATES — CSS
   Pega esto en Apariencia → Personalizar → CSS Adicional
   (o en el campo de CSS global de tu constructor
   de páginas: Elementor, Divi, etc.)
   No necesitas las etiquetas <style>, solo el CSS.
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --green: #C2CB92;
    --green-dark: #9EA870;
    --green-deeper: #6B7248;
    --green-light: #E0E5C4;
    --green-pale: #F0F3E1;
    --warm-white: #FAF9F6;
    --off-white: #F4F2ED;
    --ink: #2A2720;
    --ink-soft: #4A4540;
    --ink-muted: #8A8278;
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'Jost', sans-serif; font-weight: 300; background: var(--warm-white); color: var(--ink); letter-spacing: 0.02em; overflow-x: hidden; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; height: 72px; background: rgba(250,249,246,0.94); backdrop-filter: blur(14px); border-bottom: 0.5px solid rgba(42,39,32,0.08); transition: border-color 0.3s; }
  .nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); text-decoration: none; }
  .nav-logo span { font-style: italic; }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a { font-size: 11px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .nav-links a:hover { color: var(--ink); }
  .nav-cta { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); text-decoration: none; border: 0.5px solid var(--ink); border-radius: 50px; padding: 10px 22px; transition: background 0.25s, color 0.25s; }
  .nav-cta:hover { background: var(--ink); color: var(--warm-white); }

  /* HERO */
  #hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
  .hero-left { display: flex; flex-direction: column; justify-content: flex-end; padding: 120px 5vw 8vh; background: var(--off-white); position: relative; z-index: 2; }
  .hero-eyebrow { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--green-deeper); margin-bottom: 2rem; font-weight: 300; }
  .hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(46px, 5vw, 80px); font-weight: 300; line-height: 1.06; color: var(--ink); margin-bottom: 2rem; }
  .hero-title em { font-style: italic; color: var(--green-deeper); }
  .hero-sub { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); max-width: 400px; margin-bottom: 1rem; }
  .hero-proof { font-size: 12px; font-weight: 300; color: var(--ink-muted); margin-bottom: 3rem; letter-spacing: 0.04em; }
  .hero-proof strong { font-weight: 400; color: var(--green-deeper); }
  .hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
  .btn-primary { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); background: var(--green); text-decoration: none; border-radius: 50px; padding: 16px 36px; transition: background 0.25s; display: inline-block; }
  .btn-primary:hover { background: var(--green-dark); }
  .hero-reassurance { font-size: 11px; font-weight: 300; color: var(--ink-muted); letter-spacing: 0.04em; }
  .btn-ghost { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; }
  .btn-ghost:hover { gap: 14px; }
  .btn-ghost::after { content: '→'; }
  .hero-right { position: relative; overflow: hidden; }
  .hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .hero-right-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(244,242,237,0.15) 0%, transparent 40%); }
  .hero-scroll { position: absolute; bottom: 2.5rem; left: 2.5rem; display: flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none; color: rgba(250,249,246,0.7); z-index: 3; }
  .hero-scroll span { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; }
  .hero-scroll-line { width: 0.5px; height: 40px; background: rgba(250,249,246,0.6); animation: scroll-pulse 2s ease-in-out infinite; }
  @keyframes scroll-pulse { 0%,100% { opacity:0.3; transform:scaleY(0.6); } 50% { opacity:1; transform:scaleY(1); } }

  /* TRUST BAR */
  .trust-bar {
    background: var(--ink);
    padding: 1.1rem 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
  }
  .trust-item {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(250,249,246,0.65);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .trust-dot {
    width: 3px; height: 3px; border-radius: 50%;
    background: var(--green);
    flex-shrink: 0;
  }

  /* ABOUT */
  #about { background: var(--warm-white); padding: 10vh 5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: center; }
  .about-img { aspect-ratio: 3/4; border-radius: 4px; overflow: hidden; }
  .about-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .about-label { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1.5rem; }
  .about-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,3.2vw,50px); font-weight: 300; line-height: 1.15; margin-bottom: 1.5rem; }
  .about-title em { font-style: italic; color: var(--green-deeper); }
  .about-body { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); margin-bottom: 2rem; }
  .about-body + .about-body { margin-top: -1rem; margin-bottom: 2.5rem; }

  /* Stats rediseñados: dato + beneficio */
  .about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 2.5rem; border: 0.5px solid var(--green-light); }
  .stat-box { padding: 1.5rem; border-right: 0.5px solid var(--green-light); border-bottom: 0.5px solid var(--green-light); }
  .stat-box:nth-child(2n) { border-right: none; }
  .stat-box:nth-child(n+3) { border-bottom: none; }
  .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 300; color: var(--ink); line-height: 1; margin-bottom: 4px; }
  .stat-label { font-size: 11px; font-weight: 300; color: var(--ink-muted); margin-bottom: 4px; }
  .stat-benefit { font-size: 11px; font-weight: 300; color: var(--green-deeper); letter-spacing: 0.04em; }

  /* CLASES */
  #clases { background: var(--off-white); padding: 10vh 5vw; }
  .section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; }
  .section-label { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 0.75rem; }
  .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px,3.5vw,50px); font-weight: 300; line-height: 1.1; }
  .section-title em { font-style: italic; color: var(--green-deeper); }
  .section-sub { font-size: 13px; font-weight: 300; color: var(--ink-muted); margin-top: 0.75rem; max-width: 420px; line-height: 1.7; }

  .classes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5px; background: rgba(42,39,32,0.07); }
  .class-card { background: var(--warm-white); padding: 3.5rem 3rem; display: flex; flex-direction: column; gap: 1.25rem; transition: background 0.25s; position: relative; overflow: hidden; }
  .class-card:hover { background: var(--green-pale); }
  .class-card.featured { background: var(--green-pale); }
  .class-num { font-family: 'Cormorant Garamond', serif; font-size: 96px; font-weight: 300; color: rgba(42,39,32,0.05); line-height: 1; position: absolute; top: 1rem; right: 2rem; }
  .class-tag { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); }
  .class-name { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 300; line-height: 1.15; }
  .class-name em { font-style: italic; color: var(--green-deeper); }
  .class-desc { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); flex: 1; max-width: 480px; }
  .class-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-deeper); background: var(--green-light); border-radius: 50px; padding: 6px 14px; width: fit-content; }
  .class-link { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; margin-top: 0.5rem; }
  .class-link:hover { gap: 14px; }
  .class-link::after { content: '→'; }

  .english-banner { margin-top: 1.5px; background: var(--ink); color: var(--warm-white); padding: 3rem 5vw; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
  .english-banner-left { display: flex; flex-direction: column; gap: 0.5rem; }
  .english-banner-tag { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--green); }
  .english-banner h3 { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px,2.5vw,36px); font-weight: 300; line-height: 1.2; }
  .english-banner h3 em { font-style: italic; color: var(--green); }
  .english-banner p { font-size: 13px; font-weight: 300; color: rgba(250,249,246,0.6); max-width: 360px; line-height: 1.8; }
  .english-schedule { display: flex; flex-direction: column; gap: 0.75rem; align-items: flex-end; flex-shrink: 0; }
  .schedule-item { font-size: 12px; font-weight: 300; color: rgba(250,249,246,0.7); text-align: right; }
  .schedule-item strong { font-weight: 400; color: var(--warm-white); display: block; font-size: 13px; }

  /* TESTIMONIOS */
  #testimonios { position: relative; padding: 10vh 5vw; overflow: hidden; }
  .testimonios-header { margin-bottom: 3.5rem; }
  .testimonios-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.07); }
  .testimonio-card { background: var(--off-white); padding: 2.5rem; display: flex; flex-direction: column; gap: 1rem; }
  .testimonio-stars { color: var(--green-deeper); font-size: 12px; letter-spacing: 2px; }
  .testimonio-text { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; font-style: italic; line-height: 1.7; color: var(--ink); }
  .testimonio-author { font-size: 11px; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); margin-top: auto; padding-top: 1rem; border-top: 0.5px solid var(--green-light); }
  .testimonio-detail { font-size: 11px; font-weight: 300; color: var(--green-deeper); margin-top: 2px; }

  /* PRECIOS */
  #precios { background: var(--off-white); padding: 10vh 5vw; }
  .prices-header { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; align-items: end; margin-bottom: 5rem; }
  .prices-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,3.5vw,52px); font-weight: 300; line-height: 1.1; }
  .prices-title em { font-style: italic; color: var(--green-deeper); }
  .prices-intro-text { font-size: 13px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); }
  .prices-intro-text strong { font-weight: 400; color: var(--ink); }

  .prices-section-title { font-size: 11px; font-weight: 300; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1rem; padding-top: 3rem; padding-bottom: 1rem; border-bottom: 0.5px solid var(--green-light); }
  .packs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); margin-bottom: 1.5px; }
  .memberships-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); margin-bottom: 1.5px; }
  .singles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); }
  .price-card { background: var(--warm-white); padding: 2.5rem; display: flex; flex-direction: column; gap: 0.5rem; transition: background 0.25s; }
  .price-card:hover { background: var(--green-pale); }
  .price-card.featured { background: var(--green); }
  .price-card.featured:hover { background: var(--green-dark); }
  .price-card-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; }
  .price-card-name em { font-style: italic; }
  .price-card-note { font-size: 11px; font-weight: 300; color: var(--ink-muted); line-height: 1.5; }
  .price-card.featured .price-card-note { color: var(--ink-soft); }
  .price-card-benefit { font-size: 11px; font-weight: 300; color: var(--green-deeper); margin-top: 2px; }
  .price-card.featured .price-card-benefit { color: var(--ink-soft); }
  .price-amount { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 300; color: var(--ink); line-height: 1; margin-top: auto; padding-top: 1.25rem; }
  .price-amount small { font-size: 17px; font-weight: 300; color: var(--ink-muted); }
  .membership-benefits { margin-top: 2.5rem; padding: 2rem; background: var(--green-pale); border-radius: 4px; display: flex; align-items: center; gap: 3rem; flex-wrap: wrap; }
  .benefit { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 300; color: var(--ink-soft); }
  .benefit-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--green-deeper); flex-shrink: 0; }
  .prices-cta { margin-top: 3.5rem; display: flex; align-items: center; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
  .prices-cta-note { font-size: 12px; font-weight: 300; color: var(--ink-muted); }

  /* RESERVAR */
  #reservar { background: var(--green); padding: 8vh 5vw 10vh; }
  .reservar-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.5rem; }
  .reservar-eyebrow { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--green-deeper); margin-bottom: 1rem; }
  .reservar-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px,4vw,60px); font-weight: 300; line-height: 1.1; color: var(--ink); }
  .reservar-title em { font-style: italic; }
  .reservar-sub { font-size: 13px; font-weight: 300; line-height: 1.8; color: var(--ink-soft); margin-top: 1.25rem; max-width: 400px; }
  .reservar-contact { display: flex; flex-direction: column; gap: 0.6rem; align-items: flex-end; }
  .reservar-contact a { font-size: 12px; font-weight: 300; letter-spacing: 0.08em; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .reservar-contact a:hover { color: var(--ink); }

  .mb-widget { background: var(--off-white); border-radius: 12px; overflow: hidden; border: 0.5px solid rgba(42,39,32,0.1); }
  .mb-top { padding: 1.75rem 2rem 1.25rem; display: flex; justify-content: space-between; align-items: center; border-bottom: 0.5px solid rgba(42,39,32,0.08); }
  .mb-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; color: var(--ink); }
  .mb-cuenta { font-size: 11px; font-weight: 300; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-muted); cursor: pointer; transition: color 0.2s; }
  .mb-cuenta:hover { color: var(--ink); }
  .mb-filters { padding: 1rem 2rem; display: flex; gap: 0.75rem; border-bottom: 0.5px solid rgba(42,39,32,0.06); }
  .mb-filter-btn { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 300; letter-spacing: 0.12em; color: var(--ink-soft); border: 0.5px solid rgba(42,39,32,0.2); border-radius: 50px; padding: 8px 16px; cursor: pointer; background: transparent; transition: background 0.2s, border-color 0.2s; }
  .mb-filter-btn:hover { background: var(--green-pale); border-color: var(--green-dark); }
  .mb-month { padding: 1rem 2rem 0.5rem; display: flex; justify-content: space-between; align-items: center; }
  .mb-month-label { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--ink); }
  .mb-cal-link { font-size: 11px; color: var(--ink-muted); cursor: pointer; display: flex; align-items: center; gap: 5px; transition: color 0.2s; }
  .mb-cal-link:hover { color: var(--ink); }
  .mb-days { padding: 0.5rem 2rem 1rem; display: flex; gap: 0.25rem; align-items: center; border-bottom: 0.5px solid rgba(42,39,32,0.08); }
  .mb-arrow { color: var(--ink-muted); cursor: pointer; font-size: 16px; padding: 0 6px; user-select: none; transition: color 0.2s; }
  .mb-arrow:hover { color: var(--ink); }
  .mb-day { display: flex; flex-direction: column; align-items: center; gap: 4px; cursor: pointer; min-width: 52px; padding: 4px 0; }
  .mb-day-name { font-size: 10px; color: var(--ink-muted); font-weight: 300; letter-spacing: 0.08em; }
  .mb-day-num { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 300; color: var(--ink-soft); border: 0.5px solid rgba(42,39,32,0.15); cursor: pointer; transition: all 0.15s; }
  .mb-day:hover .mb-day-num { background: var(--green-pale); border-color: var(--green-dark); }
  .mb-day.active .mb-day-num { background: var(--ink); color: var(--warm-white); border-color: var(--ink); font-weight: 400; }
  .mb-date-label { padding: 1.25rem 2rem 0.75rem; display: flex; gap: 1.5rem; align-items: baseline; border-bottom: 0.5px solid rgba(42,39,32,0.06); }
  .mb-date-text { font-size: 13px; font-weight: 400; color: var(--ink); letter-spacing: 0.04em; }
  .mb-date-note { font-size: 11px; color: var(--ink-muted); font-weight: 300; }
  .mb-class-row { padding: 1.25rem 2rem; display: flex; align-items: center; gap: 2rem; border-bottom: 0.5px solid rgba(42,39,32,0.06); transition: background 0.15s; }
  .mb-class-row:hover { background: var(--green-pale); }
  .mb-class-row:last-of-type { border-bottom: none; }
  .mb-time { min-width: 62px; }
  .mb-time-hour { font-size: 15px; font-weight: 400; color: var(--ink); }
  .mb-time-dur { font-size: 11px; color: var(--ink-muted); font-weight: 300; margin-top: 2px; }
  .mb-class-info { flex: 1; }
  .mb-class-name { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--ink); margin-bottom: 2px; }
  .mb-instructor { font-size: 12px; color: var(--ink-muted); font-weight: 300; }
  .mb-details { font-size: 10px; color: var(--green-deeper); cursor: pointer; margin-top: 4px; display: flex; align-items: center; gap: 4px; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s; }
  .mb-studio { font-size: 11px; color: var(--ink-muted); min-width: 110px; text-align: center; font-weight: 300; }
  .mb-reservar-btn { font-family: 'Jost', sans-serif; background: var(--green); color: var(--ink); border: none; border-radius: 50px; padding: 10px 24px; font-size: 11px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
  .mb-reservar-btn:hover { background: var(--green-dark); }
  .mb-footer { padding: 1rem 2rem; display: flex; align-items: center; gap: 8px; background: var(--warm-white); border-top: 0.5px solid rgba(42,39,32,0.08); }
  .mb-footer-powered { font-size: 8px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.15em; display: block; margin-bottom: 1px; }
  .mb-footer-logo { font-size: 15px; font-weight: 400; color: var(--ink-muted); letter-spacing: -0.02em; }
  .widget-cta { margin-top: 2rem; text-align: center; }
  .btn-ink { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--warm-white); background: var(--ink); text-decoration: none; border-radius: 50px; padding: 14px 36px; transition: background 0.25s; display: inline-block; }
  .btn-ink:hover { background: var(--ink-soft); }

  /* FOOTER */
  footer { background: var(--green-pale); padding: 6vh 5vw 4vh; }
  .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 4rem; border-bottom: 0.5px solid var(--green-light); margin-bottom: 2.5rem; }
  .footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); margin-bottom: 1rem; display: block; text-decoration: none; }
  .footer-brand span { font-style: italic; }
  .footer-tagline { font-size: 12px; font-weight: 300; line-height: 1.9; color: var(--ink-muted); max-width: 240px; }
  .footer-col-title { font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1.25rem; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
  .footer-links a { font-size: 12px; font-weight: 300; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: var(--ink); }
  .footer-address { font-size: 12px; font-weight: 300; color: var(--ink-soft); line-height: 2; }
  .footer-address a { color: inherit; text-decoration: none; }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; }
  .footer-copy { font-size: 11px; font-weight: 300; color: var(--ink-muted); letter-spacing: 0.06em; }
  .footer-legal { display: flex; gap: 1.5rem; }
  .footer-legal a { font-size: 11px; font-weight: 300; color: var(--ink-muted); text-decoration: none; transition: color 0.2s; }
  .footer-legal a:hover { color: var(--ink); }

  /* REVEAL */
  .reveal { animation: spReveal 0.8s ease forwards; }
  @keyframes spReveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    #hero { grid-template-columns: 1fr; }
    .hero-right { height: 70vw; }
    #about { grid-template-columns: 1fr; }
    .about-img { aspect-ratio: 16/9; }
    .classes-grid { grid-template-columns: 1fr; }
    .testimonios-grid { grid-template-columns: 1fr; }
    .packs-grid { grid-template-columns: 1fr 1fr; }
    .memberships-grid { grid-template-columns: 1fr 1fr; }
    .singles-grid { grid-template-columns: 1fr 1fr; }
    .prices-header { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
    .english-banner { flex-direction: column; gap: 1.5rem; }
    .english-schedule { align-items: flex-start; }
    nav { padding: 0 5vw; }
    .nav-links { display: none; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .reservar-header { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
    .reservar-contact { align-items: flex-start; }
    .mb-days { overflow-x: auto; padding-bottom: 0.5rem; }
    .trust-bar { gap: 1.5rem; }
  }
  @media (max-width: 600px) {
    .packs-grid { grid-template-columns: 1fr; }
    .memberships-grid { grid-template-columns: 1fr 1fr; }
    .singles-grid { grid-template-columns: 1fr; }
    .membership-benefits { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .footer-top { grid-template-columns: 1fr; }
    .mb-studio { display: none; }
    .prices-cta { flex-direction: column; }
  }

/* --- Estilos tira de Instagram --- */
    .ig-strip {
      display: flex;
      gap: 3px;
      overflow-x: auto;
      scrollbar-width: none;
      cursor: grab;
    }
    .ig-strip::-webkit-scrollbar { display: none; }
    .ig-strip.dragging { cursor: grabbing; }
    .ig-item {
      flex: 0 0 calc(100% / 6);
      min-width: 180px;
      text-decoration: none;
      display: block;
    }
    .ig-placeholder {
      aspect-ratio: 1/1;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease;
      background: #E0E5C4;
    }
    .ig-placeholder img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }
    .ig-item:hover .ig-placeholder { transform: scale(1.02); }
    .ig-overlay {
      position: absolute;
      inset: 0;
      background: rgba(42,39,32,0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.25s;
    }
    .ig-overlay span {
      font-family: 'Jost', sans-serif;
      font-size: 10px;
      font-weight: 300;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #FAF9F6;
    }
    .ig-item:hover .ig-overlay { opacity: 1; }
    @media (max-width: 900px) { .ig-item { flex: 0 0 calc(100% / 3); min-width: 120px; } }
    @media (max-width: 600px) { .ig-item { flex: 0 0 calc(100% / 2.5); min-width: 100px; } }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ff6a993 *//* =============================================
   SPACE PILATES — CSS
   Pega esto en Apariencia → Personalizar → CSS Adicional
   (o en el campo de CSS global de tu constructor
   de páginas: Elementor, Divi, etc.)
   No necesitas las etiquetas <style>, solo el CSS.
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --green: #C2CB92;
    --green-dark: #9EA870;
    --green-deeper: #6B7248;
    --green-light: #E0E5C4;
    --green-pale: #F0F3E1;
    --warm-white: #FAF9F6;
    --off-white: #F4F2ED;
    --ink: #2A2720;
    --ink-soft: #4A4540;
    --ink-muted: #8A8278;
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'Jost', sans-serif; font-weight: 300; background: var(--warm-white); color: var(--ink); letter-spacing: 0.02em; overflow-x: hidden; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; height: 72px; background: rgba(250,249,246,0.94); backdrop-filter: blur(14px); border-bottom: 0.5px solid rgba(42,39,32,0.08); transition: border-color 0.3s; }
  .nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); text-decoration: none; }
  .nav-logo span { font-style: italic; }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a { font-size: 11px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .nav-links a:hover { color: var(--ink); }
  .nav-cta { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); text-decoration: none; border: 0.5px solid var(--ink); border-radius: 50px; padding: 10px 22px; transition: background 0.25s, color 0.25s; }
  .nav-cta:hover { background: var(--ink); color: var(--warm-white); }

  /* HERO */
  #hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
  .hero-left { display: flex; flex-direction: column; justify-content: flex-end; padding: 120px 5vw 8vh; background: var(--off-white); position: relative; z-index: 2; }
  .hero-eyebrow { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--green-deeper); margin-bottom: 2rem; font-weight: 300; }
  .hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(46px, 5vw, 80px); font-weight: 300; line-height: 1.06; color: var(--ink); margin-bottom: 2rem; }
  .hero-title em { font-style: italic; color: var(--green-deeper); }
  .hero-sub { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); max-width: 400px; margin-bottom: 1rem; }
  .hero-proof { font-size: 12px; font-weight: 300; color: var(--ink-muted); margin-bottom: 3rem; letter-spacing: 0.04em; }
  .hero-proof strong { font-weight: 400; color: var(--green-deeper); }
  .hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
  .btn-primary { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); background: var(--green); text-decoration: none; border-radius: 50px; padding: 16px 36px; transition: background 0.25s; display: inline-block; }
  .btn-primary:hover { background: var(--green-dark); }
  .hero-reassurance { font-size: 11px; font-weight: 300; color: var(--ink-muted); letter-spacing: 0.04em; }
  .btn-ghost { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; }
  .btn-ghost:hover { gap: 14px; }
  .btn-ghost::after { content: '→'; }
  .hero-right { position: relative; overflow: hidden; }
  .hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .hero-right-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(244,242,237,0.15) 0%, transparent 40%); }
  .hero-scroll { position: absolute; bottom: 2.5rem; left: 2.5rem; display: flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none; color: rgba(250,249,246,0.7); z-index: 3; }
  .hero-scroll span { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; }
  .hero-scroll-line { width: 0.5px; height: 40px; background: rgba(250,249,246,0.6); animation: scroll-pulse 2s ease-in-out infinite; }
  @keyframes scroll-pulse { 0%,100% { opacity:0.3; transform:scaleY(0.6); } 50% { opacity:1; transform:scaleY(1); } }

  /* TRUST BAR */
  .trust-bar {
    background: var(--ink);
    padding: 1.1rem 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
  }
  .trust-item {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(250,249,246,0.65);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .trust-dot {
    width: 3px; height: 3px; border-radius: 50%;
    background: var(--green);
    flex-shrink: 0;
  }

  /* ABOUT */
  #about { background: var(--warm-white); padding: 10vh 5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: center; }
  .about-img { aspect-ratio: 3/4; border-radius: 4px; overflow: hidden; }
  .about-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .about-label { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1.5rem; }
  .about-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,3.2vw,50px); font-weight: 300; line-height: 1.15; margin-bottom: 1.5rem; }
  .about-title em { font-style: italic; color: var(--green-deeper); }
  .about-body { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); margin-bottom: 2rem; }
  .about-body + .about-body { margin-top: -1rem; margin-bottom: 2.5rem; }

  /* Stats rediseñados: dato + beneficio */
  .about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 2.5rem; border: 0.5px solid var(--green-light); }
  .stat-box { padding: 1.5rem; border-right: 0.5px solid var(--green-light); border-bottom: 0.5px solid var(--green-light); }
  .stat-box:nth-child(2n) { border-right: none; }
  .stat-box:nth-child(n+3) { border-bottom: none; }
  .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 300; color: var(--ink); line-height: 1; margin-bottom: 4px; }
  .stat-label { font-size: 11px; font-weight: 300; color: var(--ink-muted); margin-bottom: 4px; }
  .stat-benefit { font-size: 11px; font-weight: 300; color: var(--green-deeper); letter-spacing: 0.04em; }

  /* CLASES */
  #clases { background: var(--off-white); padding: 10vh 5vw; }
  .section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; }
  .section-label { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 0.75rem; }
  .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px,3.5vw,50px); font-weight: 300; line-height: 1.1; }
  .section-title em { font-style: italic; color: var(--green-deeper); }
  .section-sub { font-size: 13px; font-weight: 300; color: var(--ink-muted); margin-top: 0.75rem; max-width: 420px; line-height: 1.7; }

  .classes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5px; background: rgba(42,39,32,0.07); }
  .class-card { background: var(--warm-white); padding: 3.5rem 3rem; display: flex; flex-direction: column; gap: 1.25rem; transition: background 0.25s; position: relative; overflow: hidden; }
  .class-card:hover { background: var(--green-pale); }
  .class-card.featured { background: var(--green-pale); }
  .class-num { font-family: 'Cormorant Garamond', serif; font-size: 96px; font-weight: 300; color: rgba(42,39,32,0.05); line-height: 1; position: absolute; top: 1rem; right: 2rem; }
  .class-tag { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); }
  .class-name { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 300; line-height: 1.15; }
  .class-name em { font-style: italic; color: var(--green-deeper); }
  .class-desc { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); flex: 1; max-width: 480px; }
  .class-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-deeper); background: var(--green-light); border-radius: 50px; padding: 6px 14px; width: fit-content; }
  .class-link { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; margin-top: 0.5rem; }
  .class-link:hover { gap: 14px; }
  .class-link::after { content: '→'; }

  .english-banner { margin-top: 1.5px; background: var(--ink); color: var(--warm-white); padding: 3rem 5vw; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
  .english-banner-left { display: flex; flex-direction: column; gap: 0.5rem; }
  .english-banner-tag { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--green); }
  .english-banner h3 { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px,2.5vw,36px); font-weight: 300; line-height: 1.2; }
  .english-banner h3 em { font-style: italic; color: var(--green); }
  .english-banner p { font-size: 13px; font-weight: 300; color: rgba(250,249,246,0.6); max-width: 360px; line-height: 1.8; }
  .english-schedule { display: flex; flex-direction: column; gap: 0.75rem; align-items: flex-end; flex-shrink: 0; }
  .schedule-item { font-size: 12px; font-weight: 300; color: rgba(250,249,246,0.7); text-align: right; }
  .schedule-item strong { font-weight: 400; color: var(--warm-white); display: block; font-size: 13px; }

  /* TESTIMONIOS */
  #testimonios { position: relative; padding: 10vh 5vw; overflow: hidden; }
  .testimonios-header { margin-bottom: 3.5rem; }
  .testimonios-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.07); }
  .testimonio-card { background: var(--off-white); padding: 2.5rem; display: flex; flex-direction: column; gap: 1rem; }
  .testimonio-stars { color: var(--green-deeper); font-size: 12px; letter-spacing: 2px; }
  .testimonio-text { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; font-style: italic; line-height: 1.7; color: var(--ink); }
  .testimonio-author { font-size: 11px; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); margin-top: auto; padding-top: 1rem; border-top: 0.5px solid var(--green-light); }
  .testimonio-detail { font-size: 11px; font-weight: 300; color: var(--green-deeper); margin-top: 2px; }

  /* PRECIOS */
  #precios { background: var(--off-white); padding: 10vh 5vw; }
  .prices-header { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; align-items: end; margin-bottom: 5rem; }
  .prices-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,3.5vw,52px); font-weight: 300; line-height: 1.1; }
  .prices-title em { font-style: italic; color: var(--green-deeper); }
  .prices-intro-text { font-size: 13px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); }
  .prices-intro-text strong { font-weight: 400; color: var(--ink); }

  .prices-section-title { font-size: 11px; font-weight: 300; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1rem; padding-top: 3rem; padding-bottom: 1rem; border-bottom: 0.5px solid var(--green-light); }
  .packs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); margin-bottom: 1.5px; }
  .memberships-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); margin-bottom: 1.5px; }
  .singles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); }
  .price-card { background: var(--warm-white); padding: 2.5rem; display: flex; flex-direction: column; gap: 0.5rem; transition: background 0.25s; }
  .price-card:hover { background: var(--green-pale); }
  .price-card.featured { background: var(--green); }
  .price-card.featured:hover { background: var(--green-dark); }
  .price-card-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; }
  .price-card-name em { font-style: italic; }
  .price-card-note { font-size: 11px; font-weight: 300; color: var(--ink-muted); line-height: 1.5; }
  .price-card.featured .price-card-note { color: var(--ink-soft); }
  .price-card-benefit { font-size: 11px; font-weight: 300; color: var(--green-deeper); margin-top: 2px; }
  .price-card.featured .price-card-benefit { color: var(--ink-soft); }
  .price-amount { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 300; color: var(--ink); line-height: 1; margin-top: auto; padding-top: 1.25rem; }
  .price-amount small { font-size: 17px; font-weight: 300; color: var(--ink-muted); }
  .membership-benefits { margin-top: 2.5rem; padding: 2rem; background: var(--green-pale); border-radius: 4px; display: flex; align-items: center; gap: 3rem; flex-wrap: wrap; }
  .benefit { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 300; color: var(--ink-soft); }
  .benefit-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--green-deeper); flex-shrink: 0; }
  .prices-cta { margin-top: 3.5rem; display: flex; align-items: center; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
  .prices-cta-note { font-size: 12px; font-weight: 300; color: var(--ink-muted); }

  /* RESERVAR */
  #reservar { background: var(--green); padding: 8vh 5vw 10vh; }
  .reservar-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.5rem; }
  .reservar-eyebrow { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--green-deeper); margin-bottom: 1rem; }
  .reservar-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px,4vw,60px); font-weight: 300; line-height: 1.1; color: var(--ink); }
  .reservar-title em { font-style: italic; }
  .reservar-sub { font-size: 13px; font-weight: 300; line-height: 1.8; color: var(--ink-soft); margin-top: 1.25rem; max-width: 400px; }
  .reservar-contact { display: flex; flex-direction: column; gap: 0.6rem; align-items: flex-end; }
  .reservar-contact a { font-size: 12px; font-weight: 300; letter-spacing: 0.08em; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .reservar-contact a:hover { color: var(--ink); }

  .mb-widget { background: var(--off-white); border-radius: 12px; overflow: hidden; border: 0.5px solid rgba(42,39,32,0.1); }
  .mb-top { padding: 1.75rem 2rem 1.25rem; display: flex; justify-content: space-between; align-items: center; border-bottom: 0.5px solid rgba(42,39,32,0.08); }
  .mb-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; color: var(--ink); }
  .mb-cuenta { font-size: 11px; font-weight: 300; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-muted); cursor: pointer; transition: color 0.2s; }
  .mb-cuenta:hover { color: var(--ink); }
  .mb-filters { padding: 1rem 2rem; display: flex; gap: 0.75rem; border-bottom: 0.5px solid rgba(42,39,32,0.06); }
  .mb-filter-btn { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 300; letter-spacing: 0.12em; color: var(--ink-soft); border: 0.5px solid rgba(42,39,32,0.2); border-radius: 50px; padding: 8px 16px; cursor: pointer; background: transparent; transition: background 0.2s, border-color 0.2s; }
  .mb-filter-btn:hover { background: var(--green-pale); border-color: var(--green-dark); }
  .mb-month { padding: 1rem 2rem 0.5rem; display: flex; justify-content: space-between; align-items: center; }
  .mb-month-label { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--ink); }
  .mb-cal-link { font-size: 11px; color: var(--ink-muted); cursor: pointer; display: flex; align-items: center; gap: 5px; transition: color 0.2s; }
  .mb-cal-link:hover { color: var(--ink); }
  .mb-days { padding: 0.5rem 2rem 1rem; display: flex; gap: 0.25rem; align-items: center; border-bottom: 0.5px solid rgba(42,39,32,0.08); }
  .mb-arrow { color: var(--ink-muted); cursor: pointer; font-size: 16px; padding: 0 6px; user-select: none; transition: color 0.2s; }
  .mb-arrow:hover { color: var(--ink); }
  .mb-day { display: flex; flex-direction: column; align-items: center; gap: 4px; cursor: pointer; min-width: 52px; padding: 4px 0; }
  .mb-day-name { font-size: 10px; color: var(--ink-muted); font-weight: 300; letter-spacing: 0.08em; }
  .mb-day-num { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 300; color: var(--ink-soft); border: 0.5px solid rgba(42,39,32,0.15); cursor: pointer; transition: all 0.15s; }
  .mb-day:hover .mb-day-num { background: var(--green-pale); border-color: var(--green-dark); }
  .mb-day.active .mb-day-num { background: var(--ink); color: var(--warm-white); border-color: var(--ink); font-weight: 400; }
  .mb-date-label { padding: 1.25rem 2rem 0.75rem; display: flex; gap: 1.5rem; align-items: baseline; border-bottom: 0.5px solid rgba(42,39,32,0.06); }
  .mb-date-text { font-size: 13px; font-weight: 400; color: var(--ink); letter-spacing: 0.04em; }
  .mb-date-note { font-size: 11px; color: var(--ink-muted); font-weight: 300; }
  .mb-class-row { padding: 1.25rem 2rem; display: flex; align-items: center; gap: 2rem; border-bottom: 0.5px solid rgba(42,39,32,0.06); transition: background 0.15s; }
  .mb-class-row:hover { background: var(--green-pale); }
  .mb-class-row:last-of-type { border-bottom: none; }
  .mb-time { min-width: 62px; }
  .mb-time-hour { font-size: 15px; font-weight: 400; color: var(--ink); }
  .mb-time-dur { font-size: 11px; color: var(--ink-muted); font-weight: 300; margin-top: 2px; }
  .mb-class-info { flex: 1; }
  .mb-class-name { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--ink); margin-bottom: 2px; }
  .mb-instructor { font-size: 12px; color: var(--ink-muted); font-weight: 300; }
  .mb-details { font-size: 10px; color: var(--green-deeper); cursor: pointer; margin-top: 4px; display: flex; align-items: center; gap: 4px; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s; }
  .mb-studio { font-size: 11px; color: var(--ink-muted); min-width: 110px; text-align: center; font-weight: 300; }
  .mb-reservar-btn { font-family: 'Jost', sans-serif; background: var(--green); color: var(--ink); border: none; border-radius: 50px; padding: 10px 24px; font-size: 11px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
  .mb-reservar-btn:hover { background: var(--green-dark); }
  .mb-footer { padding: 1rem 2rem; display: flex; align-items: center; gap: 8px; background: var(--warm-white); border-top: 0.5px solid rgba(42,39,32,0.08); }
  .mb-footer-powered { font-size: 8px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.15em; display: block; margin-bottom: 1px; }
  .mb-footer-logo { font-size: 15px; font-weight: 400; color: var(--ink-muted); letter-spacing: -0.02em; }
  .widget-cta { margin-top: 2rem; text-align: center; }
  .btn-ink { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--warm-white); background: var(--ink); text-decoration: none; border-radius: 50px; padding: 14px 36px; transition: background 0.25s; display: inline-block; }
  .btn-ink:hover { background: var(--ink-soft); }

  /* FOOTER */
  footer { background: var(--green-pale); padding: 6vh 5vw 4vh; }
  .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 4rem; border-bottom: 0.5px solid var(--green-light); margin-bottom: 2.5rem; }
  .footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); margin-bottom: 1rem; display: block; text-decoration: none; }
  .footer-brand span { font-style: italic; }
  .footer-tagline { font-size: 12px; font-weight: 300; line-height: 1.9; color: var(--ink-muted); max-width: 240px; }
  .footer-col-title { font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1.25rem; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
  .footer-links a { font-size: 12px; font-weight: 300; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: var(--ink); }
  .footer-address { font-size: 12px; font-weight: 300; color: var(--ink-soft); line-height: 2; }
  .footer-address a { color: inherit; text-decoration: none; }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; }
  .footer-copy { font-size: 11px; font-weight: 300; color: var(--ink-muted); letter-spacing: 0.06em; }
  .footer-legal { display: flex; gap: 1.5rem; }
  .footer-legal a { font-size: 11px; font-weight: 300; color: var(--ink-muted); text-decoration: none; transition: color 0.2s; }
  .footer-legal a:hover { color: var(--ink); }

  /* REVEAL */
  .reveal { animation: spReveal 0.8s ease forwards; }
  @keyframes spReveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    #hero { grid-template-columns: 1fr; }
    .hero-right { height: 70vw; }
    #about { grid-template-columns: 1fr; }
    .about-img { aspect-ratio: 16/9; }
    .classes-grid { grid-template-columns: 1fr; }
    .testimonios-grid { grid-template-columns: 1fr; }
    .packs-grid { grid-template-columns: 1fr 1fr; }
    .memberships-grid { grid-template-columns: 1fr 1fr; }
    .singles-grid { grid-template-columns: 1fr 1fr; }
    .prices-header { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
    .english-banner { flex-direction: column; gap: 1.5rem; }
    .english-schedule { align-items: flex-start; }
    nav { padding: 0 5vw; }
    .nav-links { display: none; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .reservar-header { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
    .reservar-contact { align-items: flex-start; }
    .mb-days { overflow-x: auto; padding-bottom: 0.5rem; }
    .trust-bar { gap: 1.5rem; }
  }
  @media (max-width: 600px) {
    .packs-grid { grid-template-columns: 1fr; }
    .memberships-grid { grid-template-columns: 1fr 1fr; }
    .singles-grid { grid-template-columns: 1fr; }
    .membership-benefits { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .footer-top { grid-template-columns: 1fr; }
    .mb-studio { display: none; }
    .prices-cta { flex-direction: column; }
  }

/* --- Estilos tira de Instagram --- */
    .ig-strip {
      display: flex;
      gap: 3px;
      overflow-x: auto;
      scrollbar-width: none;
      cursor: grab;
    }
    .ig-strip::-webkit-scrollbar { display: none; }
    .ig-strip.dragging { cursor: grabbing; }
    .ig-item {
      flex: 0 0 calc(100% / 6);
      min-width: 180px;
      text-decoration: none;
      display: block;
    }
    .ig-placeholder {
      aspect-ratio: 1/1;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease;
      background: #E0E5C4;
    }
    .ig-placeholder img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }
    .ig-item:hover .ig-placeholder { transform: scale(1.02); }
    .ig-overlay {
      position: absolute;
      inset: 0;
      background: rgba(42,39,32,0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.25s;
    }
    .ig-overlay span {
      font-family: 'Jost', sans-serif;
      font-size: 10px;
      font-weight: 300;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #FAF9F6;
    }
    .ig-item:hover .ig-overlay { opacity: 1; }
    @media (max-width: 900px) { .ig-item { flex: 0 0 calc(100% / 3); min-width: 120px; } }
    @media (max-width: 600px) { .ig-item { flex: 0 0 calc(100% / 2.5); min-width: 100px; } }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-26c5e07 *//* =============================================
   SPACE PILATES — CSS
   Pega esto en Apariencia → Personalizar → CSS Adicional
   (o en el campo de CSS global de tu constructor
   de páginas: Elementor, Divi, etc.)
   No necesitas las etiquetas <style>, solo el CSS.
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --green: #C2CB92;
    --green-dark: #9EA870;
    --green-deeper: #6B7248;
    --green-light: #E0E5C4;
    --green-pale: #F0F3E1;
    --warm-white: #FAF9F6;
    --off-white: #F4F2ED;
    --ink: #2A2720;
    --ink-soft: #4A4540;
    --ink-muted: #8A8278;
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'Jost', sans-serif; font-weight: 300; background: var(--warm-white); color: var(--ink); letter-spacing: 0.02em; overflow-x: hidden; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; height: 72px; background: rgba(250,249,246,0.94); backdrop-filter: blur(14px); border-bottom: 0.5px solid rgba(42,39,32,0.08); transition: border-color 0.3s; }
  .nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); text-decoration: none; }
  .nav-logo span { font-style: italic; }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a { font-size: 11px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .nav-links a:hover { color: var(--ink); }
  .nav-cta { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); text-decoration: none; border: 0.5px solid var(--ink); border-radius: 50px; padding: 10px 22px; transition: background 0.25s, color 0.25s; }
  .nav-cta:hover { background: var(--ink); color: var(--warm-white); }

  /* HERO */
  #hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
  .hero-left { display: flex; flex-direction: column; justify-content: flex-end; padding: 120px 5vw 8vh; background: var(--off-white); position: relative; z-index: 2; }
  .hero-eyebrow { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--green-deeper); margin-bottom: 2rem; font-weight: 300; }
  .hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(46px, 5vw, 80px); font-weight: 300; line-height: 1.06; color: var(--ink); margin-bottom: 2rem; }
  .hero-title em { font-style: italic; color: var(--green-deeper); }
  .hero-sub { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); max-width: 400px; margin-bottom: 1rem; }
  .hero-proof { font-size: 12px; font-weight: 300; color: var(--ink-muted); margin-bottom: 3rem; letter-spacing: 0.04em; }
  .hero-proof strong { font-weight: 400; color: var(--green-deeper); }
  .hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
  .btn-primary { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); background: var(--green); text-decoration: none; border-radius: 50px; padding: 16px 36px; transition: background 0.25s; display: inline-block; }
  .btn-primary:hover { background: var(--green-dark); }
  .hero-reassurance { font-size: 11px; font-weight: 300; color: var(--ink-muted); letter-spacing: 0.04em; }
  .btn-ghost { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; }
  .btn-ghost:hover { gap: 14px; }
  .btn-ghost::after { content: '→'; }
  .hero-right { position: relative; overflow: hidden; }
  .hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .hero-right-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(244,242,237,0.15) 0%, transparent 40%); }
  .hero-scroll { position: absolute; bottom: 2.5rem; left: 2.5rem; display: flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none; color: rgba(250,249,246,0.7); z-index: 3; }
  .hero-scroll span { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; }
  .hero-scroll-line { width: 0.5px; height: 40px; background: rgba(250,249,246,0.6); animation: scroll-pulse 2s ease-in-out infinite; }
  @keyframes scroll-pulse { 0%,100% { opacity:0.3; transform:scaleY(0.6); } 50% { opacity:1; transform:scaleY(1); } }

  /* TRUST BAR */
  .trust-bar {
    background: var(--ink);
    padding: 1.1rem 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
  }
  .trust-item {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(250,249,246,0.65);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .trust-dot {
    width: 3px; height: 3px; border-radius: 50%;
    background: var(--green);
    flex-shrink: 0;
  }

  /* ABOUT */
  #about { background: var(--warm-white); padding: 10vh 5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: center; }
  .about-img { aspect-ratio: 3/4; border-radius: 4px; overflow: hidden; }
  .about-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .about-label { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1.5rem; }
  .about-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,3.2vw,50px); font-weight: 300; line-height: 1.15; margin-bottom: 1.5rem; }
  .about-title em { font-style: italic; color: var(--green-deeper); }
  .about-body { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); margin-bottom: 2rem; }
  .about-body + .about-body { margin-top: -1rem; margin-bottom: 2.5rem; }

  /* Stats rediseñados: dato + beneficio */
  .about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 2.5rem; border: 0.5px solid var(--green-light); }
  .stat-box { padding: 1.5rem; border-right: 0.5px solid var(--green-light); border-bottom: 0.5px solid var(--green-light); }
  .stat-box:nth-child(2n) { border-right: none; }
  .stat-box:nth-child(n+3) { border-bottom: none; }
  .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 300; color: var(--ink); line-height: 1; margin-bottom: 4px; }
  .stat-label { font-size: 11px; font-weight: 300; color: var(--ink-muted); margin-bottom: 4px; }
  .stat-benefit { font-size: 11px; font-weight: 300; color: var(--green-deeper); letter-spacing: 0.04em; }

  /* CLASES */
  #clases { background: var(--off-white); padding: 10vh 5vw; }
  .section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; }
  .section-label { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 0.75rem; }
  .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px,3.5vw,50px); font-weight: 300; line-height: 1.1; }
  .section-title em { font-style: italic; color: var(--green-deeper); }
  .section-sub { font-size: 13px; font-weight: 300; color: var(--ink-muted); margin-top: 0.75rem; max-width: 420px; line-height: 1.7; }

  .classes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5px; background: rgba(42,39,32,0.07); }
  .class-card { background: var(--warm-white); padding: 3.5rem 3rem; display: flex; flex-direction: column; gap: 1.25rem; transition: background 0.25s; position: relative; overflow: hidden; }
  .class-card:hover { background: var(--green-pale); }
  .class-card.featured { background: var(--green-pale); }
  .class-num { font-family: 'Cormorant Garamond', serif; font-size: 96px; font-weight: 300; color: rgba(42,39,32,0.05); line-height: 1; position: absolute; top: 1rem; right: 2rem; }
  .class-tag { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); }
  .class-name { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 300; line-height: 1.15; }
  .class-name em { font-style: italic; color: var(--green-deeper); }
  .class-desc { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); flex: 1; max-width: 480px; }
  .class-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-deeper); background: var(--green-light); border-radius: 50px; padding: 6px 14px; width: fit-content; }
  .class-link { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; margin-top: 0.5rem; }
  .class-link:hover { gap: 14px; }
  .class-link::after { content: '→'; }

  .english-banner { margin-top: 1.5px; background: var(--ink); color: var(--warm-white); padding: 3rem 5vw; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
  .english-banner-left { display: flex; flex-direction: column; gap: 0.5rem; }
  .english-banner-tag { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--green); }
  .english-banner h3 { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px,2.5vw,36px); font-weight: 300; line-height: 1.2; }
  .english-banner h3 em { font-style: italic; color: var(--green); }
  .english-banner p { font-size: 13px; font-weight: 300; color: rgba(250,249,246,0.6); max-width: 360px; line-height: 1.8; }
  .english-schedule { display: flex; flex-direction: column; gap: 0.75rem; align-items: flex-end; flex-shrink: 0; }
  .schedule-item { font-size: 12px; font-weight: 300; color: rgba(250,249,246,0.7); text-align: right; }
  .schedule-item strong { font-weight: 400; color: var(--warm-white); display: block; font-size: 13px; }

  /* TESTIMONIOS */
  #testimonios { position: relative; padding: 10vh 5vw; overflow: hidden; }
  .testimonios-header { margin-bottom: 3.5rem; }
  .testimonios-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.07); }
  .testimonio-card { background: var(--off-white); padding: 2.5rem; display: flex; flex-direction: column; gap: 1rem; }
  .testimonio-stars { color: var(--green-deeper); font-size: 12px; letter-spacing: 2px; }
  .testimonio-text { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; font-style: italic; line-height: 1.7; color: var(--ink); }
  .testimonio-author { font-size: 11px; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); margin-top: auto; padding-top: 1rem; border-top: 0.5px solid var(--green-light); }
  .testimonio-detail { font-size: 11px; font-weight: 300; color: var(--green-deeper); margin-top: 2px; }

  /* PRECIOS */
  #precios { background: var(--off-white); padding: 10vh 5vw; }
  .prices-header { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; align-items: end; margin-bottom: 5rem; }
  .prices-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,3.5vw,52px); font-weight: 300; line-height: 1.1; }
  .prices-title em { font-style: italic; color: var(--green-deeper); }
  .prices-intro-text { font-size: 13px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); }
  .prices-intro-text strong { font-weight: 400; color: var(--ink); }

  .prices-section-title { font-size: 11px; font-weight: 300; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1rem; padding-top: 3rem; padding-bottom: 1rem; border-bottom: 0.5px solid var(--green-light); }
  .packs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); margin-bottom: 1.5px; }
  .memberships-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); margin-bottom: 1.5px; }
  .singles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); }
  .price-card { background: var(--warm-white); padding: 2.5rem; display: flex; flex-direction: column; gap: 0.5rem; transition: background 0.25s; }
  .price-card:hover { background: var(--green-pale); }
  .price-card.featured { background: var(--green); }
  .price-card.featured:hover { background: var(--green-dark); }
  .price-card-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; }
  .price-card-name em { font-style: italic; }
  .price-card-note { font-size: 11px; font-weight: 300; color: var(--ink-muted); line-height: 1.5; }
  .price-card.featured .price-card-note { color: var(--ink-soft); }
  .price-card-benefit { font-size: 11px; font-weight: 300; color: var(--green-deeper); margin-top: 2px; }
  .price-card.featured .price-card-benefit { color: var(--ink-soft); }
  .price-amount { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 300; color: var(--ink); line-height: 1; margin-top: auto; padding-top: 1.25rem; }
  .price-amount small { font-size: 17px; font-weight: 300; color: var(--ink-muted); }
  .membership-benefits { margin-top: 2.5rem; padding: 2rem; background: var(--green-pale); border-radius: 4px; display: flex; align-items: center; gap: 3rem; flex-wrap: wrap; }
  .benefit { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 300; color: var(--ink-soft); }
  .benefit-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--green-deeper); flex-shrink: 0; }
  .prices-cta { margin-top: 3.5rem; display: flex; align-items: center; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
  .prices-cta-note { font-size: 12px; font-weight: 300; color: var(--ink-muted); }

  /* RESERVAR */
  #reservar { background: var(--green); padding: 8vh 5vw 10vh; }
  .reservar-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.5rem; }
  .reservar-eyebrow { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--green-deeper); margin-bottom: 1rem; }
  .reservar-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px,4vw,60px); font-weight: 300; line-height: 1.1; color: var(--ink); }
  .reservar-title em { font-style: italic; }
  .reservar-sub { font-size: 13px; font-weight: 300; line-height: 1.8; color: var(--ink-soft); margin-top: 1.25rem; max-width: 400px; }
  .reservar-contact { display: flex; flex-direction: column; gap: 0.6rem; align-items: flex-end; }
  .reservar-contact a { font-size: 12px; font-weight: 300; letter-spacing: 0.08em; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .reservar-contact a:hover { color: var(--ink); }

  .mb-widget { background: var(--off-white); border-radius: 12px; overflow: hidden; border: 0.5px solid rgba(42,39,32,0.1); }
  .mb-top { padding: 1.75rem 2rem 1.25rem; display: flex; justify-content: space-between; align-items: center; border-bottom: 0.5px solid rgba(42,39,32,0.08); }
  .mb-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; color: var(--ink); }
  .mb-cuenta { font-size: 11px; font-weight: 300; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-muted); cursor: pointer; transition: color 0.2s; }
  .mb-cuenta:hover { color: var(--ink); }
  .mb-filters { padding: 1rem 2rem; display: flex; gap: 0.75rem; border-bottom: 0.5px solid rgba(42,39,32,0.06); }
  .mb-filter-btn { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 300; letter-spacing: 0.12em; color: var(--ink-soft); border: 0.5px solid rgba(42,39,32,0.2); border-radius: 50px; padding: 8px 16px; cursor: pointer; background: transparent; transition: background 0.2s, border-color 0.2s; }
  .mb-filter-btn:hover { background: var(--green-pale); border-color: var(--green-dark); }
  .mb-month { padding: 1rem 2rem 0.5rem; display: flex; justify-content: space-between; align-items: center; }
  .mb-month-label { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--ink); }
  .mb-cal-link { font-size: 11px; color: var(--ink-muted); cursor: pointer; display: flex; align-items: center; gap: 5px; transition: color 0.2s; }
  .mb-cal-link:hover { color: var(--ink); }
  .mb-days { padding: 0.5rem 2rem 1rem; display: flex; gap: 0.25rem; align-items: center; border-bottom: 0.5px solid rgba(42,39,32,0.08); }
  .mb-arrow { color: var(--ink-muted); cursor: pointer; font-size: 16px; padding: 0 6px; user-select: none; transition: color 0.2s; }
  .mb-arrow:hover { color: var(--ink); }
  .mb-day { display: flex; flex-direction: column; align-items: center; gap: 4px; cursor: pointer; min-width: 52px; padding: 4px 0; }
  .mb-day-name { font-size: 10px; color: var(--ink-muted); font-weight: 300; letter-spacing: 0.08em; }
  .mb-day-num { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 300; color: var(--ink-soft); border: 0.5px solid rgba(42,39,32,0.15); cursor: pointer; transition: all 0.15s; }
  .mb-day:hover .mb-day-num { background: var(--green-pale); border-color: var(--green-dark); }
  .mb-day.active .mb-day-num { background: var(--ink); color: var(--warm-white); border-color: var(--ink); font-weight: 400; }
  .mb-date-label { padding: 1.25rem 2rem 0.75rem; display: flex; gap: 1.5rem; align-items: baseline; border-bottom: 0.5px solid rgba(42,39,32,0.06); }
  .mb-date-text { font-size: 13px; font-weight: 400; color: var(--ink); letter-spacing: 0.04em; }
  .mb-date-note { font-size: 11px; color: var(--ink-muted); font-weight: 300; }
  .mb-class-row { padding: 1.25rem 2rem; display: flex; align-items: center; gap: 2rem; border-bottom: 0.5px solid rgba(42,39,32,0.06); transition: background 0.15s; }
  .mb-class-row:hover { background: var(--green-pale); }
  .mb-class-row:last-of-type { border-bottom: none; }
  .mb-time { min-width: 62px; }
  .mb-time-hour { font-size: 15px; font-weight: 400; color: var(--ink); }
  .mb-time-dur { font-size: 11px; color: var(--ink-muted); font-weight: 300; margin-top: 2px; }
  .mb-class-info { flex: 1; }
  .mb-class-name { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--ink); margin-bottom: 2px; }
  .mb-instructor { font-size: 12px; color: var(--ink-muted); font-weight: 300; }
  .mb-details { font-size: 10px; color: var(--green-deeper); cursor: pointer; margin-top: 4px; display: flex; align-items: center; gap: 4px; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s; }
  .mb-studio { font-size: 11px; color: var(--ink-muted); min-width: 110px; text-align: center; font-weight: 300; }
  .mb-reservar-btn { font-family: 'Jost', sans-serif; background: var(--green); color: var(--ink); border: none; border-radius: 50px; padding: 10px 24px; font-size: 11px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
  .mb-reservar-btn:hover { background: var(--green-dark); }
  .mb-footer { padding: 1rem 2rem; display: flex; align-items: center; gap: 8px; background: var(--warm-white); border-top: 0.5px solid rgba(42,39,32,0.08); }
  .mb-footer-powered { font-size: 8px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.15em; display: block; margin-bottom: 1px; }
  .mb-footer-logo { font-size: 15px; font-weight: 400; color: var(--ink-muted); letter-spacing: -0.02em; }
  .widget-cta { margin-top: 2rem; text-align: center; }
  .btn-ink { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--warm-white); background: var(--ink); text-decoration: none; border-radius: 50px; padding: 14px 36px; transition: background 0.25s; display: inline-block; }
  .btn-ink:hover { background: var(--ink-soft); }

  /* FOOTER */
  footer { background: var(--green-pale); padding: 6vh 5vw 4vh; }
  .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 4rem; border-bottom: 0.5px solid var(--green-light); margin-bottom: 2.5rem; }
  .footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); margin-bottom: 1rem; display: block; text-decoration: none; }
  .footer-brand span { font-style: italic; }
  .footer-tagline { font-size: 12px; font-weight: 300; line-height: 1.9; color: var(--ink-muted); max-width: 240px; }
  .footer-col-title { font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1.25rem; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
  .footer-links a { font-size: 12px; font-weight: 300; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: var(--ink); }
  .footer-address { font-size: 12px; font-weight: 300; color: var(--ink-soft); line-height: 2; }
  .footer-address a { color: inherit; text-decoration: none; }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; }
  .footer-copy { font-size: 11px; font-weight: 300; color: var(--ink-muted); letter-spacing: 0.06em; }
  .footer-legal { display: flex; gap: 1.5rem; }
  .footer-legal a { font-size: 11px; font-weight: 300; color: var(--ink-muted); text-decoration: none; transition: color 0.2s; }
  .footer-legal a:hover { color: var(--ink); }

  /* REVEAL */
  .reveal { animation: spReveal 0.8s ease forwards; }
  @keyframes spReveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    #hero { grid-template-columns: 1fr; }
    .hero-right { height: 70vw; }
    #about { grid-template-columns: 1fr; }
    .about-img { aspect-ratio: 16/9; }
    .classes-grid { grid-template-columns: 1fr; }
    .testimonios-grid { grid-template-columns: 1fr; }
    .packs-grid { grid-template-columns: 1fr 1fr; }
    .memberships-grid { grid-template-columns: 1fr 1fr; }
    .singles-grid { grid-template-columns: 1fr 1fr; }
    .prices-header { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
    .english-banner { flex-direction: column; gap: 1.5rem; }
    .english-schedule { align-items: flex-start; }
    nav { padding: 0 5vw; }
    .nav-links { display: none; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .reservar-header { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
    .reservar-contact { align-items: flex-start; }
    .mb-days { overflow-x: auto; padding-bottom: 0.5rem; }
    .trust-bar { gap: 1.5rem; }
  }
  @media (max-width: 600px) {
    .packs-grid { grid-template-columns: 1fr; }
    .memberships-grid { grid-template-columns: 1fr 1fr; }
    .singles-grid { grid-template-columns: 1fr; }
    .membership-benefits { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .footer-top { grid-template-columns: 1fr; }
    .mb-studio { display: none; }
    .prices-cta { flex-direction: column; }
  }

/* --- Estilos tira de Instagram --- */
    .ig-strip {
      display: flex;
      gap: 3px;
      overflow-x: auto;
      scrollbar-width: none;
      cursor: grab;
    }
    .ig-strip::-webkit-scrollbar { display: none; }
    .ig-strip.dragging { cursor: grabbing; }
    .ig-item {
      flex: 0 0 calc(100% / 6);
      min-width: 180px;
      text-decoration: none;
      display: block;
    }
    .ig-placeholder {
      aspect-ratio: 1/1;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease;
      background: #E0E5C4;
    }
    .ig-placeholder img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }
    .ig-item:hover .ig-placeholder { transform: scale(1.02); }
    .ig-overlay {
      position: absolute;
      inset: 0;
      background: rgba(42,39,32,0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.25s;
    }
    .ig-overlay span {
      font-family: 'Jost', sans-serif;
      font-size: 10px;
      font-weight: 300;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #FAF9F6;
    }
    .ig-item:hover .ig-overlay { opacity: 1; }
    @media (max-width: 900px) { .ig-item { flex: 0 0 calc(100% / 3); min-width: 120px; } }
    @media (max-width: 600px) { .ig-item { flex: 0 0 calc(100% / 2.5); min-width: 100px; } }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-824bff6 *//* =============================================
   SPACE PILATES — CSS
   Pega esto en Apariencia → Personalizar → CSS Adicional
   (o en el campo de CSS global de tu constructor
   de páginas: Elementor, Divi, etc.)
   No necesitas las etiquetas <style>, solo el CSS.
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --green: #C2CB92;
    --green-dark: #9EA870;
    --green-deeper: #6B7248;
    --green-light: #E0E5C4;
    --green-pale: #F0F3E1;
    --warm-white: #FAF9F6;
    --off-white: #F4F2ED;
    --ink: #2A2720;
    --ink-soft: #4A4540;
    --ink-muted: #8A8278;
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'Jost', sans-serif; font-weight: 300; background: var(--warm-white); color: var(--ink); letter-spacing: 0.02em; overflow-x: hidden; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; height: 72px; background: rgba(250,249,246,0.94); backdrop-filter: blur(14px); border-bottom: 0.5px solid rgba(42,39,32,0.08); transition: border-color 0.3s; }
  .nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); text-decoration: none; }
  .nav-logo span { font-style: italic; }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a { font-size: 11px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .nav-links a:hover { color: var(--ink); }
  .nav-cta { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); text-decoration: none; border: 0.5px solid var(--ink); border-radius: 50px; padding: 10px 22px; transition: background 0.25s, color 0.25s; }
  .nav-cta:hover { background: var(--ink); color: var(--warm-white); }

  /* HERO */
  #hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
  .hero-left { display: flex; flex-direction: column; justify-content: flex-end; padding: 120px 5vw 8vh; background: var(--off-white); position: relative; z-index: 2; }
  .hero-eyebrow { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--green-deeper); margin-bottom: 2rem; font-weight: 300; }
  .hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(46px, 5vw, 80px); font-weight: 300; line-height: 1.06; color: var(--ink); margin-bottom: 2rem; }
  .hero-title em { font-style: italic; color: var(--green-deeper); }
  .hero-sub { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); max-width: 400px; margin-bottom: 1rem; }
  .hero-proof { font-size: 12px; font-weight: 300; color: var(--ink-muted); margin-bottom: 3rem; letter-spacing: 0.04em; }
  .hero-proof strong { font-weight: 400; color: var(--green-deeper); }
  .hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
  .btn-primary { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); background: var(--green); text-decoration: none; border-radius: 50px; padding: 16px 36px; transition: background 0.25s; display: inline-block; }
  .btn-primary:hover { background: var(--green-dark); }
  .hero-reassurance { font-size: 11px; font-weight: 300; color: var(--ink-muted); letter-spacing: 0.04em; }
  .btn-ghost { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; }
  .btn-ghost:hover { gap: 14px; }
  .btn-ghost::after { content: '→'; }
  .hero-right { position: relative; overflow: hidden; }
  .hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .hero-right-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(244,242,237,0.15) 0%, transparent 40%); }
  .hero-scroll { position: absolute; bottom: 2.5rem; left: 2.5rem; display: flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none; color: rgba(250,249,246,0.7); z-index: 3; }
  .hero-scroll span { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; }
  .hero-scroll-line { width: 0.5px; height: 40px; background: rgba(250,249,246,0.6); animation: scroll-pulse 2s ease-in-out infinite; }
  @keyframes scroll-pulse { 0%,100% { opacity:0.3; transform:scaleY(0.6); } 50% { opacity:1; transform:scaleY(1); } }

  /* TRUST BAR */
  .trust-bar {
    background: var(--ink);
    padding: 1.1rem 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
  }
  .trust-item {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(250,249,246,0.65);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .trust-dot {
    width: 3px; height: 3px; border-radius: 50%;
    background: var(--green);
    flex-shrink: 0;
  }

  /* ABOUT */
  #about { background: var(--warm-white); padding: 10vh 5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: center; }
  .about-img { aspect-ratio: 3/4; border-radius: 4px; overflow: hidden; }
  .about-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .about-label { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1.5rem; }
  .about-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,3.2vw,50px); font-weight: 300; line-height: 1.15; margin-bottom: 1.5rem; }
  .about-title em { font-style: italic; color: var(--green-deeper); }
  .about-body { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); margin-bottom: 2rem; }
  .about-body + .about-body { margin-top: -1rem; margin-bottom: 2.5rem; }

  /* Stats rediseñados: dato + beneficio */
  .about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 2.5rem; border: 0.5px solid var(--green-light); }
  .stat-box { padding: 1.5rem; border-right: 0.5px solid var(--green-light); border-bottom: 0.5px solid var(--green-light); }
  .stat-box:nth-child(2n) { border-right: none; }
  .stat-box:nth-child(n+3) { border-bottom: none; }
  .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 300; color: var(--ink); line-height: 1; margin-bottom: 4px; }
  .stat-label { font-size: 11px; font-weight: 300; color: var(--ink-muted); margin-bottom: 4px; }
  .stat-benefit { font-size: 11px; font-weight: 300; color: var(--green-deeper); letter-spacing: 0.04em; }

  /* CLASES */
  #clases { background: var(--off-white); padding: 10vh 5vw; }
  .section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; }
  .section-label { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 0.75rem; }
  .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px,3.5vw,50px); font-weight: 300; line-height: 1.1; }
  .section-title em { font-style: italic; color: var(--green-deeper); }
  .section-sub { font-size: 13px; font-weight: 300; color: var(--ink-muted); margin-top: 0.75rem; max-width: 420px; line-height: 1.7; }

  .classes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5px; background: rgba(42,39,32,0.07); }
  .class-card { background: var(--warm-white); padding: 3.5rem 3rem; display: flex; flex-direction: column; gap: 1.25rem; transition: background 0.25s; position: relative; overflow: hidden; }
  .class-card:hover { background: var(--green-pale); }
  .class-card.featured { background: var(--green-pale); }
  .class-num { font-family: 'Cormorant Garamond', serif; font-size: 96px; font-weight: 300; color: rgba(42,39,32,0.05); line-height: 1; position: absolute; top: 1rem; right: 2rem; }
  .class-tag { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); }
  .class-name { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 300; line-height: 1.15; }
  .class-name em { font-style: italic; color: var(--green-deeper); }
  .class-desc { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); flex: 1; max-width: 480px; }
  .class-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-deeper); background: var(--green-light); border-radius: 50px; padding: 6px 14px; width: fit-content; }
  .class-link { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; margin-top: 0.5rem; }
  .class-link:hover { gap: 14px; }
  .class-link::after { content: '→'; }

  .english-banner { margin-top: 1.5px; background: var(--ink); color: var(--warm-white); padding: 3rem 5vw; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
  .english-banner-left { display: flex; flex-direction: column; gap: 0.5rem; }
  .english-banner-tag { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--green); }
  .english-banner h3 { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px,2.5vw,36px); font-weight: 300; line-height: 1.2; }
  .english-banner h3 em { font-style: italic; color: var(--green); }
  .english-banner p { font-size: 13px; font-weight: 300; color: rgba(250,249,246,0.6); max-width: 360px; line-height: 1.8; }
  .english-schedule { display: flex; flex-direction: column; gap: 0.75rem; align-items: flex-end; flex-shrink: 0; }
  .schedule-item { font-size: 12px; font-weight: 300; color: rgba(250,249,246,0.7); text-align: right; }
  .schedule-item strong { font-weight: 400; color: var(--warm-white); display: block; font-size: 13px; }

  /* TESTIMONIOS */
  #testimonios { position: relative; padding: 10vh 5vw; overflow: hidden; }
  .testimonios-header { margin-bottom: 3.5rem; }
  .testimonios-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.07); }
  .testimonio-card { background: var(--off-white); padding: 2.5rem; display: flex; flex-direction: column; gap: 1rem; }
  .testimonio-stars { color: var(--green-deeper); font-size: 12px; letter-spacing: 2px; }
  .testimonio-text { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; font-style: italic; line-height: 1.7; color: var(--ink); }
  .testimonio-author { font-size: 11px; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); margin-top: auto; padding-top: 1rem; border-top: 0.5px solid var(--green-light); }
  .testimonio-detail { font-size: 11px; font-weight: 300; color: var(--green-deeper); margin-top: 2px; }

  /* PRECIOS */
  #precios { background: var(--off-white); padding: 10vh 5vw; }
  .prices-header { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; align-items: end; margin-bottom: 5rem; }
  .prices-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px,3.5vw,52px); font-weight: 300; line-height: 1.1; }
  .prices-title em { font-style: italic; color: var(--green-deeper); }
  .prices-intro-text { font-size: 13px; font-weight: 300; line-height: 1.9; color: var(--ink-soft); }
  .prices-intro-text strong { font-weight: 400; color: var(--ink); }

  .prices-section-title { font-size: 11px; font-weight: 300; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1rem; padding-top: 3rem; padding-bottom: 1rem; border-bottom: 0.5px solid var(--green-light); }
  .packs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); margin-bottom: 1.5px; }
  .memberships-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); margin-bottom: 1.5px; }
  .singles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(42,39,32,0.06); }
  .price-card { background: var(--warm-white); padding: 2.5rem; display: flex; flex-direction: column; gap: 0.5rem; transition: background 0.25s; }
  .price-card:hover { background: var(--green-pale); }
  .price-card.featured { background: var(--green); }
  .price-card.featured:hover { background: var(--green-dark); }
  .price-card-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; }
  .price-card-name em { font-style: italic; }
  .price-card-note { font-size: 11px; font-weight: 300; color: var(--ink-muted); line-height: 1.5; }
  .price-card.featured .price-card-note { color: var(--ink-soft); }
  .price-card-benefit { font-size: 11px; font-weight: 300; color: var(--green-deeper); margin-top: 2px; }
  .price-card.featured .price-card-benefit { color: var(--ink-soft); }
  .price-amount { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 300; color: var(--ink); line-height: 1; margin-top: auto; padding-top: 1.25rem; }
  .price-amount small { font-size: 17px; font-weight: 300; color: var(--ink-muted); }
  .membership-benefits { margin-top: 2.5rem; padding: 2rem; background: var(--green-pale); border-radius: 4px; display: flex; align-items: center; gap: 3rem; flex-wrap: wrap; }
  .benefit { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 300; color: var(--ink-soft); }
  .benefit-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--green-deeper); flex-shrink: 0; }
  .prices-cta { margin-top: 3.5rem; display: flex; align-items: center; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
  .prices-cta-note { font-size: 12px; font-weight: 300; color: var(--ink-muted); }

  /* RESERVAR */
  #reservar { background: var(--green); padding: 8vh 5vw 10vh; }
  .reservar-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.5rem; }
  .reservar-eyebrow { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--green-deeper); margin-bottom: 1rem; }
  .reservar-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px,4vw,60px); font-weight: 300; line-height: 1.1; color: var(--ink); }
  .reservar-title em { font-style: italic; }
  .reservar-sub { font-size: 13px; font-weight: 300; line-height: 1.8; color: var(--ink-soft); margin-top: 1.25rem; max-width: 400px; }
  .reservar-contact { display: flex; flex-direction: column; gap: 0.6rem; align-items: flex-end; }
  .reservar-contact a { font-size: 12px; font-weight: 300; letter-spacing: 0.08em; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .reservar-contact a:hover { color: var(--ink); }

  .mb-widget { background: var(--off-white); border-radius: 12px; overflow: hidden; border: 0.5px solid rgba(42,39,32,0.1); }
  .mb-top { padding: 1.75rem 2rem 1.25rem; display: flex; justify-content: space-between; align-items: center; border-bottom: 0.5px solid rgba(42,39,32,0.08); }
  .mb-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; color: var(--ink); }
  .mb-cuenta { font-size: 11px; font-weight: 300; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-muted); cursor: pointer; transition: color 0.2s; }
  .mb-cuenta:hover { color: var(--ink); }
  .mb-filters { padding: 1rem 2rem; display: flex; gap: 0.75rem; border-bottom: 0.5px solid rgba(42,39,32,0.06); }
  .mb-filter-btn { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 300; letter-spacing: 0.12em; color: var(--ink-soft); border: 0.5px solid rgba(42,39,32,0.2); border-radius: 50px; padding: 8px 16px; cursor: pointer; background: transparent; transition: background 0.2s, border-color 0.2s; }
  .mb-filter-btn:hover { background: var(--green-pale); border-color: var(--green-dark); }
  .mb-month { padding: 1rem 2rem 0.5rem; display: flex; justify-content: space-between; align-items: center; }
  .mb-month-label { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--ink); }
  .mb-cal-link { font-size: 11px; color: var(--ink-muted); cursor: pointer; display: flex; align-items: center; gap: 5px; transition: color 0.2s; }
  .mb-cal-link:hover { color: var(--ink); }
  .mb-days { padding: 0.5rem 2rem 1rem; display: flex; gap: 0.25rem; align-items: center; border-bottom: 0.5px solid rgba(42,39,32,0.08); }
  .mb-arrow { color: var(--ink-muted); cursor: pointer; font-size: 16px; padding: 0 6px; user-select: none; transition: color 0.2s; }
  .mb-arrow:hover { color: var(--ink); }
  .mb-day { display: flex; flex-direction: column; align-items: center; gap: 4px; cursor: pointer; min-width: 52px; padding: 4px 0; }
  .mb-day-name { font-size: 10px; color: var(--ink-muted); font-weight: 300; letter-spacing: 0.08em; }
  .mb-day-num { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 300; color: var(--ink-soft); border: 0.5px solid rgba(42,39,32,0.15); cursor: pointer; transition: all 0.15s; }
  .mb-day:hover .mb-day-num { background: var(--green-pale); border-color: var(--green-dark); }
  .mb-day.active .mb-day-num { background: var(--ink); color: var(--warm-white); border-color: var(--ink); font-weight: 400; }
  .mb-date-label { padding: 1.25rem 2rem 0.75rem; display: flex; gap: 1.5rem; align-items: baseline; border-bottom: 0.5px solid rgba(42,39,32,0.06); }
  .mb-date-text { font-size: 13px; font-weight: 400; color: var(--ink); letter-spacing: 0.04em; }
  .mb-date-note { font-size: 11px; color: var(--ink-muted); font-weight: 300; }
  .mb-class-row { padding: 1.25rem 2rem; display: flex; align-items: center; gap: 2rem; border-bottom: 0.5px solid rgba(42,39,32,0.06); transition: background 0.15s; }
  .mb-class-row:hover { background: var(--green-pale); }
  .mb-class-row:last-of-type { border-bottom: none; }
  .mb-time { min-width: 62px; }
  .mb-time-hour { font-size: 15px; font-weight: 400; color: var(--ink); }
  .mb-time-dur { font-size: 11px; color: var(--ink-muted); font-weight: 300; margin-top: 2px; }
  .mb-class-info { flex: 1; }
  .mb-class-name { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--ink); margin-bottom: 2px; }
  .mb-instructor { font-size: 12px; color: var(--ink-muted); font-weight: 300; }
  .mb-details { font-size: 10px; color: var(--green-deeper); cursor: pointer; margin-top: 4px; display: flex; align-items: center; gap: 4px; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s; }
  .mb-studio { font-size: 11px; color: var(--ink-muted); min-width: 110px; text-align: center; font-weight: 300; }
  .mb-reservar-btn { font-family: 'Jost', sans-serif; background: var(--green); color: var(--ink); border: none; border-radius: 50px; padding: 10px 24px; font-size: 11px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
  .mb-reservar-btn:hover { background: var(--green-dark); }
  .mb-footer { padding: 1rem 2rem; display: flex; align-items: center; gap: 8px; background: var(--warm-white); border-top: 0.5px solid rgba(42,39,32,0.08); }
  .mb-footer-powered { font-size: 8px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.15em; display: block; margin-bottom: 1px; }
  .mb-footer-logo { font-size: 15px; font-weight: 400; color: var(--ink-muted); letter-spacing: -0.02em; }
  .widget-cta { margin-top: 2rem; text-align: center; }
  .btn-ink { font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--warm-white); background: var(--ink); text-decoration: none; border-radius: 50px; padding: 14px 36px; transition: background 0.25s; display: inline-block; }
  .btn-ink:hover { background: var(--ink-soft); }

  /* FOOTER */
  footer { background: var(--green-pale); padding: 6vh 5vw 4vh; }
  .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 4rem; border-bottom: 0.5px solid var(--green-light); margin-bottom: 2.5rem; }
  .footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); margin-bottom: 1rem; display: block; text-decoration: none; }
  .footer-brand span { font-style: italic; }
  .footer-tagline { font-size: 12px; font-weight: 300; line-height: 1.9; color: var(--ink-muted); max-width: 240px; }
  .footer-col-title { font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1.25rem; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
  .footer-links a { font-size: 12px; font-weight: 300; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: var(--ink); }
  .footer-address { font-size: 12px; font-weight: 300; color: var(--ink-soft); line-height: 2; }
  .footer-address a { color: inherit; text-decoration: none; }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; }
  .footer-copy { font-size: 11px; font-weight: 300; color: var(--ink-muted); letter-spacing: 0.06em; }
  .footer-legal { display: flex; gap: 1.5rem; }
  .footer-legal a { font-size: 11px; font-weight: 300; color: var(--ink-muted); text-decoration: none; transition: color 0.2s; }
  .footer-legal a:hover { color: var(--ink); }

  /* REVEAL */
  .reveal { animation: spReveal 0.8s ease forwards; }
  @keyframes spReveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    #hero { grid-template-columns: 1fr; }
    .hero-right { height: 70vw; }
    #about { grid-template-columns: 1fr; }
    .about-img { aspect-ratio: 16/9; }
    .classes-grid { grid-template-columns: 1fr; }
    .testimonios-grid { grid-template-columns: 1fr; }
    .packs-grid { grid-template-columns: 1fr 1fr; }
    .memberships-grid { grid-template-columns: 1fr 1fr; }
    .singles-grid { grid-template-columns: 1fr 1fr; }
    .prices-header { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
    .english-banner { flex-direction: column; gap: 1.5rem; }
    .english-schedule { align-items: flex-start; }
    nav { padding: 0 5vw; }
    .nav-links { display: none; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .reservar-header { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
    .reservar-contact { align-items: flex-start; }
    .mb-days { overflow-x: auto; padding-bottom: 0.5rem; }
    .trust-bar { gap: 1.5rem; }
  }
  @media (max-width: 600px) {
    .packs-grid { grid-template-columns: 1fr; }
    .memberships-grid { grid-template-columns: 1fr 1fr; }
    .singles-grid { grid-template-columns: 1fr; }
    .membership-benefits { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .footer-top { grid-template-columns: 1fr; }
    .mb-studio { display: none; }
    .prices-cta { flex-direction: column; }
  }

/* --- Estilos tira de Instagram --- */
    .ig-strip {
      display: flex;
      gap: 3px;
      overflow-x: auto;
      scrollbar-width: none;
      cursor: grab;
    }
    .ig-strip::-webkit-scrollbar { display: none; }
    .ig-strip.dragging { cursor: grabbing; }
    .ig-item {
      flex: 0 0 calc(100% / 6);
      min-width: 180px;
      text-decoration: none;
      display: block;
    }
    .ig-placeholder {
      aspect-ratio: 1/1;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease;
      background: #E0E5C4;
    }
    .ig-placeholder img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }
    .ig-item:hover .ig-placeholder { transform: scale(1.02); }
    .ig-overlay {
      position: absolute;
      inset: 0;
      background: rgba(42,39,32,0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.25s;
    }
    .ig-overlay span {
      font-family: 'Jost', sans-serif;
      font-size: 10px;
      font-weight: 300;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #FAF9F6;
    }
    .ig-item:hover .ig-overlay { opacity: 1; }
    @media (max-width: 900px) { .ig-item { flex: 0 0 calc(100% / 3); min-width: 120px; } }
    @media (max-width: 600px) { .ig-item { flex: 0 0 calc(100% / 2.5); min-width: 100px; } }/* End custom CSS */