/*!
 * Soho City Madrid - estilos de seccion
 * Generado desde el prototipo estatico. Todos los selectores estan
 * limitados a .sc-scope para que el tema activo no interfiera.
 */
:root{
    --navy-950:#081226;
    --navy-900:#0E2340;
    --navy-850:#122A4C;
    --navy-800:#163256;
    --gold-500:#C9A24B;
    --gold-400:#D8B968;
    --gold-300:#E4CE93;
    --cream-50:#FAF7EF;
    --cream-100:#F2ECDC;
    --cream-200:#EAE1C6;
    --ink-900:#101825;
    --ink-600:#4A5568;
    --line: rgba(201,162,75,0.35);

}
.sc-scope, .sc-scope *{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
.sc-scope{
    font-family:'Inter', sans-serif;
    background:var(--cream-50);
    color:var(--ink-900);
    line-height:1.5;

}
.sc-scope a{color:inherit; text-decoration:none;}
.sc-scope img{max-width:100%; display:block;}
.sc-scope .display{font-family:'Playfair Display', serif;}
.sc-scope .eyebrow{
    font-family:'Inter', sans-serif;
    font-size:0.72rem;
    letter-spacing:0.22em;
    text-transform:uppercase;
    font-weight:600;

}
.sc-scope .wrap{
    max-width:1240px;
    margin:0 auto;
    padding:0 40px;

}
@media (max-width:720px){
  .sc-scope .wrap{padding:0 22px;}
}
/* ---------- NAV ---------- */
.sc-scope header.nav{
    position:sticky; top:0; z-index:100;
    background:var(--navy-900);
    border-bottom:1px solid rgba(201,162,75,0.25);

}
.sc-scope .nav-inner{
    max-width:1240px; margin:0 auto; padding:0 40px;
    height:76px;
    display:flex; align-items:center; justify-content:space-between;
    gap:24px;

}
@media (max-width:720px){
  .sc-scope .nav-inner{padding:0 22px; height:64px;}
}
.sc-scope .logo{
    display:flex; align-items:center; gap:10px;
    color:var(--cream-50);

}
.sc-scope .logo-mark{
    width:38px; height:38px; border-radius:50%;
    border:1.4px solid var(--gold-500);
    display:flex; align-items:center; justify-content:center;
    font-family:'Playfair Display', serif; font-weight:700; font-size:0.85rem;
    color:var(--gold-400);
    flex-shrink:0;

}
.sc-scope .logo-img{ height:34px; width:auto; display:block; flex-shrink:0;}
.sc-scope .footer-brand{ width:100%;}
.sc-scope .footer-brand .logo-img{
    width:100%; max-width:208px; height:auto; aspect-ratio:900/209;
    object-fit:contain; display:block;

}
.sc-scope .logo-word{
    font-family:'Playfair Display', serif;
    font-size:1.02rem;
    line-height:1.05;
    letter-spacing:0.02em;

}
.sc-scope .logo-word b{color:var(--gold-400); font-weight:600;}
.sc-scope nav.menu{
    display:flex; align-items:center; gap:34px;
    font-size:0.86rem; font-weight:500;
    color:var(--cream-100);

}
.sc-scope nav.menu a{ position:relative; padding:6px 0; opacity:0.92;}
.sc-scope nav.menu a:hover{ opacity:1; color:var(--gold-400);}
.sc-scope .nav-cta{
    background:var(--gold-500);
    color:var(--navy-950);
    font-weight:700;
    font-size:0.78rem;
    letter-spacing:0.04em;
    text-transform:uppercase;
    padding:11px 22px;
    border-radius:3px;
    white-space:nowrap;
    transition:background .2s ease;

}
.sc-scope .nav-cta:hover{ background:var(--gold-400);}
.sc-scope .menu-toggle{
    display:none;
    position:relative; flex-shrink:0;
    width:24px; height:18px;
    padding:0; margin:0; border:0; background:none; cursor:pointer;

}
.sc-scope .menu-toggle-bar{
    position:absolute; left:0; right:0; height:2px;
    background:var(--cream-50); border-radius:2px;
    transition:transform .25s ease, opacity .2s ease;

}
.sc-scope .menu-toggle-bar:nth-child(1){ top:1px;}
.sc-scope .menu-toggle-bar:nth-child(2){ top:8px;}
.sc-scope .menu-toggle-bar:nth-child(3){ top:15px;}
.sc-scope .menu-toggle.is-open .menu-toggle-bar:nth-child(1){ transform:translateY(7px) rotate(45deg);}
.sc-scope .menu-toggle.is-open .menu-toggle-bar:nth-child(2){ opacity:0;}
.sc-scope .menu-toggle.is-open .menu-toggle-bar:nth-child(3){ transform:translateY(-7px) rotate(-45deg);}
.sc-scope .mobile-menu{
    position:absolute; top:100%; left:0; right:0; z-index:99;
    display:grid; grid-template-rows:0fr;
    background:var(--navy-900);
    border-bottom:1px solid rgba(201,162,75,0.25);
    opacity:0;
    transition:grid-template-rows .32s ease, opacity .28s ease;

}
.sc-scope .mobile-menu.is-open{ grid-template-rows:1fr; opacity:1;}
.sc-scope .mobile-menu-inner{
    overflow:hidden; min-height:0;
    display:flex; flex-direction:column;
    padding:6px 22px 18px;

}
.sc-scope .mobile-menu a{
    color:var(--cream-100); font-size:0.95rem; font-weight:500;
    padding:14px 2px; border-bottom:1px solid rgba(228,206,147,0.14);

}
.sc-scope .mobile-menu a:last-child{ border-bottom:0;}
.sc-scope .mobile-menu a:hover, .sc-scope .mobile-menu a:active{ color:var(--gold-400);}
@media (min-width:921px){
  .sc-scope .mobile-menu{ display:none !important;}
}
@media (max-width:920px){
  .sc-scope nav.menu{ display:none;}
  .sc-scope .menu-toggle{ display:block;}
}
@media (max-width:480px){
  .sc-scope .nav-inner{ gap:10px;}
  .sc-scope .logo-img{ height:22px;}
  .sc-scope .nav-cta{ padding:8px 12px; font-size:0.64rem;}
}
/* ---------- HERO ---------- */
.sc-scope .hero{
    position:relative;
    display:flex; flex-direction:column; justify-content:flex-end;
    width:100%;
    min-height:83vh;
    background:var(--navy-950);
    overflow:hidden;

}
.sc-scope .hero-video{
    position:absolute; inset:0;
    width:100%; height:100%; object-fit:cover; object-position:center 62%;
    background:var(--navy-950);

}
@media (prefers-reduced-motion:reduce){
  .sc-scope .hero-video{ display:none;}
}
.sc-scope .hero-scrim{
    position:absolute; inset:0;
    background:
      linear-gradient(0deg, var(--navy-950) 0%, rgba(8,18,38,0.86) 32%, rgba(8,18,38,0.42) 62%, rgba(8,18,38,0.28) 100%),
      linear-gradient(90deg, rgba(8,18,38,0.55) 0%, rgba(8,18,38,0.15) 55%);

}
/* soft wave divider into the page below, like the group's other hero carousels */
.sc-scope .hero::after{
    content:'';
    position:absolute; left:0; right:0; bottom:-1px;
    z-index:2;
    height:clamp(42px, 5vw, 82px);
    pointer-events:none;
    background:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20100'%20preserveAspectRatio='none'%3E%3Cpath%20fill='%23FAF7EF'%20d='M500%2097C126.7%2096.3%200.8%2019.8%200%200v100h1000V1c0%2018.4-126.7%2096.8-500%2096z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;

}
@media (max-width:1024px){
  .sc-scope .hero::after{ display:none;}
}
.sc-scope .hero-content{
    position:relative; z-index:5;
    max-width:1240px; margin:0 auto; padding:150px 40px 70px;
    width:100%;

}
@media (max-width:720px){
  .sc-scope .hero-content{padding:110px 22px 50px;}
}
.sc-scope .hero-eyebrow{
    color:var(--gold-400);
    display:flex; align-items:center; gap:12px;
    margin-bottom:26px;
    opacity:0; animation: fadeUp .8s ease forwards; animation-delay:.1s;

}
.sc-scope .hero-eyebrow::before{
    content:''; width:34px; height:1px; background:var(--gold-500);

}
.sc-scope .hero h1{
    color:var(--cream-50);
    font-size:clamp(2.5rem, 6vw, 5.1rem);
    font-weight:600;
    line-height:1.02;
    letter-spacing:-0.01em;
    max-width:920px;
    text-shadow: 0 2px 24px rgba(0,0,0,0.35);
    opacity:0; animation: fadeUp .9s ease forwards; animation-delay:.2s;

}
.sc-scope .hero h1 em{ color:var(--gold-400); font-style:italic; font-weight:700;}
.sc-scope .hero p.sub{
    color:var(--cream-200);
    font-size:1.08rem;
    max-width:560px;
    margin-top:26px;
    opacity:0; animation: fadeUp .9s ease forwards; animation-delay:.32s;

}
@keyframes fadeUp{ from{opacity:0; transform:translateY(16px);} to{opacity:1; transform:translateY(0);} }
.sc-scope .hero-actions{
    display:flex; align-items:center; gap:22px; margin-top:42px; flex-wrap:wrap;
    opacity:0; animation: fadeUp .9s ease forwards; animation-delay:.44s;

}
.sc-scope .btn-gold{
    background:var(--gold-500); color:var(--navy-950);
    font-weight:700; font-size:0.86rem; letter-spacing:0.03em; text-transform:uppercase;
    padding:16px 30px; border-radius:3px; transition: transform .2s ease, background .2s ease;

}
.sc-scope .btn-gold:hover{ background:var(--gold-400); transform:translateY(-1px);}
.sc-scope .btn-ghost{
    color:var(--cream-50); font-size:0.86rem; font-weight:600;
    letter-spacing:0.03em; text-transform:uppercase;
    padding:16px 6px; border-bottom:1px solid rgba(250,247,239,0.35);

}
.sc-scope .btn-ghost:hover{ border-color:var(--gold-400); color:var(--gold-400);}
@media (min-width:768px) and (max-width:1024px){
  .sc-scope .hero{ min-height:70vh;}
}
@media (max-width:767px){
  .sc-scope .hero{ min-height:56vh;}
  .sc-scope .hero-video{ object-position:58% center;}
}
/* ---------- DATE BAR ---------- */
.sc-scope .datebar{
    background:var(--cream-100);
    border-bottom:1px solid var(--cream-200);
    padding:16px 0;
    text-align:center;
    font-size:0.82rem;
    letter-spacing:0.14em;
    font-weight:600;
    color:var(--navy-900);
    text-transform:uppercase;

}
.sc-scope .datebar b{color:var(--gold-500);}
/* ---------- ABOUT / STATS ---------- */
.sc-scope .section{ padding:110px 0;}
@media (max-width:720px){
  .sc-scope .section{ padding:70px 0;}
}
.sc-scope .sc-proyecto{
    position:relative;
    isolation:isolate;
    overflow:hidden;

}
.sc-scope .sc-proyecto::before{
    content:'';
    position:absolute;
    z-index:-1;
    left:28%; right:-2%; bottom:-1px;
    height:84%;
    /* La imagen la elige el cliente desde la biblioteca de medios: el widget
       inyecta --sc-proyecto-bg en la seccion. Sin imagen, no se pinta nada. */
    background-image:var(--sc-proyecto-bg, none);
    background-position:right bottom;
    background-size:contain;
    background-repeat:no-repeat;
    opacity:.52;
    filter:sepia(1) saturate(1.6) hue-rotate(354deg) brightness(.72);
    pointer-events:none;

}
.sc-scope .sc-proyecto::after{
    content:'';
    position:absolute;
    z-index:-1;
    inset:0;
    background:linear-gradient(90deg, var(--cream-50) 0%, rgba(250,247,239,.96) 27%, rgba(250,247,239,.48) 55%, rgba(250,247,239,.08) 100%);
    pointer-events:none;

}
.sc-scope .sc-proyecto .section-head{ position:relative;}
.sc-scope .sc-proyecto .stats-row{
    position:relative;
    background:transparent;
    border:0;
    gap:0;
    backdrop-filter:none;

}
.sc-scope .sc-proyecto .stat{
    background:transparent;
    border:0;
    text-shadow:0 1px 12px rgba(250,247,239,.92);

}
@media (max-width:800px){
  .sc-scope .sc-proyecto::before{ left:-22%; right:-18%; height:42%; opacity:.44;}
  .sc-scope .sc-proyecto::after{ background:linear-gradient(180deg, var(--cream-50) 0%, rgba(250,247,239,.96) 55%, rgba(250,247,239,.34) 82%, var(--cream-50) 100%);}
}
@media (max-width:720px){
  .sc-scope .sc-proyecto{ padding:54px 0 48px;}
  .sc-scope .sc-proyecto .section-head{ margin-bottom:34px;}
  .sc-scope .sc-proyecto .section-head .eyebrow{ margin-bottom:12px;}
  .sc-scope .sc-proyecto .section-head h2{ font-size:clamp(1.9rem, 8.6vw, 2.45rem); line-height:1.08;}
  .sc-scope .sc-proyecto .section-head p{ margin-top:18px; font-size:.94rem; line-height:1.55;}
  .sc-scope .sc-proyecto .stats-row{ grid-template-columns:repeat(3,minmax(0,1fr)); align-items:start;}
  .sc-scope .sc-proyecto .stat{ min-width:0; padding:20px 4px 16px;}
  .sc-scope .sc-proyecto .stat .num{ font-size:clamp(1.3rem, 6.2vw, 1.85rem); white-space:nowrap;}
  .sc-scope .sc-proyecto .stat .lbl{ margin-top:8px; font-size:.68rem; line-height:1.3;}
  .sc-scope .sc-proyecto::before{ height:36%; opacity:.40;}
}
.sc-scope .section-head{
    max-width:680px; margin-bottom:64px;

}
.sc-scope .section-head .eyebrow{ color:var(--gold-500); margin-bottom:16px; display:block;}
.sc-scope .section-head h2{
    font-size:clamp(1.9rem, 3.6vw, 2.9rem);
    font-weight:600; line-height:1.12; letter-spacing:-0.01em;

}
.sc-scope .section-head p{
    margin-top:20px; color:var(--ink-600); font-size:1.02rem; max-width:600px;

}
.sc-scope .stats-row{
    display:grid; grid-template-columns:repeat(3,1fr); gap:1px;
    background:var(--cream-200);
    border:1px solid var(--cream-200);

}
@media (max-width:800px){
  .sc-scope .stats-row{ grid-template-columns:repeat(2,1fr);}
}
.sc-scope .stat{
    background:var(--cream-50); padding:36px 30px;

}
.sc-scope .stat .num{
    font-family:'Playfair Display', serif; font-size:2.5rem; font-weight:600; color:var(--navy-900);
    line-height:1;

}
.sc-scope .stat .lbl{
    margin-top:10px; font-size:0.82rem; color:var(--ink-600); letter-spacing:0.02em;

}
/* ---------- SPACES ---------- */
.sc-scope .spaces-grid{
    display:grid; grid-template-columns:repeat(3,1fr); gap:2px;
    background:var(--cream-200);

}
@media (max-width:920px){
  .sc-scope .spaces-grid{ grid-template-columns:repeat(2,1fr);}
}
@media (max-width:600px){
  .sc-scope .spaces-grid{ grid-template-columns:1fr;}
}
.sc-scope .space-card{
    background:var(--cream-50);
    display:flex; flex-direction:column;
    transition:background .25s ease;

}
.sc-scope .space-card:hover{ background:var(--cream-100);}
.sc-scope .space-photo{
    width:100%; height:200px;
    background-size:cover; background-position:center;
    position:relative;

}
.sc-scope .space-photo::after{
    content:''; position:absolute; inset:0;
    background:linear-gradient(180deg, rgba(8,18,38,0.05) 60%, rgba(8,18,38,0.25) 100%);

}
.sc-scope .space-body{ padding:28px 32px 38px; display:flex; flex-direction:column; flex-grow:1;}
.sc-scope .space-tag{
    display:flex; align-items:center; justify-content:space-between;
    margin-bottom:26px;

}
.sc-scope .space-letter{
    font-family:'Playfair Display', serif; font-size:0.95rem; font-weight:700;
    color:var(--gold-500); border:1px solid var(--gold-500);
    width:30px; height:30px; border-radius:50%;
    display:flex; align-items:center; justify-content:center;

}
.sc-scope .space-cap{
    font-size:0.74rem; letter-spacing:0.08em; color:var(--ink-600); text-transform:uppercase;
    text-align:right;

}
.sc-scope .space-card h3{
    font-family:'Playfair Display', serif; font-size:1.36rem; font-weight:600; color:var(--navy-900);
    margin-bottom:12px;

}
.sc-scope .space-card p{ color:var(--ink-600); font-size:0.94rem; flex-grow:1;}
.sc-scope .space-card .tags{
    margin-top:20px; display:flex; flex-wrap:wrap; gap:8px;

}
.sc-scope .space-card .tags span{
    font-size:0.7rem; letter-spacing:0.03em; text-transform:uppercase;
    color:var(--navy-800); background:var(--cream-200);
    padding:5px 10px; border-radius:20px;

}
/* ---------- PRECEDENTE (dark) ---------- */
.sc-scope .precedente{
    background:var(--navy-950);
    color:var(--cream-50);
    padding:0;
    position:relative;
    overflow:hidden;
    display:grid;
    grid-template-columns:minmax(0, .9fr) minmax(520px, 1.1fr);

}
.sc-scope .precedente-photo{
    position:relative;
    grid-column:2; grid-row:1;
    min-height:720px;
    background-size:cover; background-position:43% center;
    opacity:.9;

}
.sc-scope .precedente-photo::after{
    content:''; position:absolute; inset:0;
    background:
      linear-gradient(90deg, rgba(8,18,38,.3), transparent 28%),
      linear-gradient(0deg, rgba(8,18,38,.18), transparent 36%);

}
.sc-scope .prec-inner{
    position:relative; z-index:2; grid-column:1; grid-row:1;
    width:100%; max-width:720px; margin-left:auto; padding:100px 64px 90px;

}
.sc-scope .prec-top{
    display:block; margin-bottom:58px;

}
.sc-scope .prec-top .eyebrow{ color:var(--gold-400); margin-bottom:16px; display:block;}
.sc-scope .prec-top h2{
    font-size:clamp(1.9rem, 3.4vw, 2.7rem); font-weight:600; max-width:640px; line-height:1.15;

}
.sc-scope .prec-top .prec-desc{ max-width:520px; color:var(--cream-200); font-size:0.96rem; margin-top:28px;}
.sc-scope .prec-stats{
    display:grid; grid-template-columns:repeat(2,1fr); gap:40px;
    border-top:1px solid rgba(228,206,147,0.25); padding-top:44px;

}
@media (max-width:900px){
  .sc-scope .precedente{ display:grid; grid-template-columns:1fr 1fr; align-items:stretch;}
  .sc-scope .prec-inner{ grid-column:1; grid-row:1; max-width:none; width:auto; margin:0; padding:48px 22px 40px 28px;}
  .sc-scope .precedente-photo{ grid-column:2; grid-row:1; width:100%; min-height:0; background-position:43% center;}
  .sc-scope .prec-top{ margin-bottom:30px;}
  .sc-scope .prec-top h2{ font-size:clamp(1.5rem, 4.6vw, 1.9rem); line-height:1.18;}
  .sc-scope .prec-top .prec-desc{ margin-top:20px; font-size:.88rem; line-height:1.55; max-width:none;}
  .sc-scope .prec-stats{ grid-template-columns:1fr; gap:20px; padding-top:26px;}
  .sc-scope .prec-stat .num{ font-size:clamp(1.6rem, 6vw, 2.1rem);}
  .sc-scope .prec-stat .lbl{ font-size:.78rem; line-height:1.35;}
}
@media (max-width:520px){
  .sc-scope .prec-inner{ padding:40px 16px 32px 20px;}
  .sc-scope .prec-top h2{ font-size:clamp(1.28rem, 6.4vw, 1.6rem);}
  .sc-scope .prec-top .prec-desc{ font-size:.82rem;}
}
.sc-scope .prec-stat .num{
    font-family:'Playfair Display', serif; font-size:clamp(2.2rem,4vw,3.4rem); font-weight:600; color:var(--gold-400);
    line-height:1;

}
.sc-scope .prec-stat .lbl{ margin-top:12px; color:var(--cream-200); font-size:0.9rem;}
/* ---------- HISTORIA / CREAA ---------- */
.sc-scope .historia{
    display:grid; grid-template-columns:0.9fr 1.1fr; gap:70px; align-items:start;

}
@media (max-width:900px){
  .sc-scope .historia{ grid-template-columns:1fr; gap:40px;}
}
.sc-scope .historia-timeline{
    border-left:2px solid var(--cream-200);
    padding-left:28px;
    display:flex; flex-direction:column; gap:30px;

}
.sc-scope .tl-item .yr{ font-family:'Playfair Display', serif; color:var(--gold-500); font-weight:700; font-size:1.02rem;}
.sc-scope .tl-item .tx{ color:var(--ink-600); font-size:0.92rem; margin-top:4px;}
.sc-scope .historia-text p{ color:var(--ink-600); margin-bottom:18px; font-size:1rem;}
.sc-scope .historia-text .pull{
    font-family:'Playfair Display', serif; font-style:italic; font-size:1.3rem; color:var(--navy-900);
    line-height:1.4; margin:26px 0; padding-left:20px; border-left:2px solid var(--gold-500);

}
.sc-scope .historia-story{
    position:relative;
    min-height:640px;
    overflow:hidden;
    background:var(--navy-950);
    box-shadow:0 22px 60px rgba(8,18,38,.16);

}
.sc-scope .historia-story::after{
    content:'';
    position:absolute; inset:0;
    background:
      linear-gradient(0deg, rgba(8,18,38,.60) 0%, rgba(8,18,38,.18) 54%, rgba(8,18,38,.04) 100%),
      linear-gradient(90deg, rgba(8,18,38,.18), transparent 42%, rgba(8,18,38,.08));
    pointer-events:none;

}
.sc-scope .historia-story > img{
    position:absolute; inset:0;
    width:100%; height:100%; object-fit:cover; object-position:57% center;

}
.sc-scope .historia-story .historia-text{
    position:absolute; z-index:2;
    left:34px; right:34px; bottom:34px;
    padding:28px 30px 10px;
    background:rgba(8,18,38,.16);
    backdrop-filter:blur(2px);
    border:1px solid rgba(228,206,147,.62);
    box-shadow:0 15px 40px rgba(8,18,38,.12);

}
.sc-scope .historia-story .historia-text p{
    color:rgba(250,247,239,.96);
    text-shadow:0 1px 12px rgba(8,18,38,.72);

}
.sc-scope .historia-story .historia-text .pull{
    color:var(--cream-50);
    border-left-color:var(--gold-400);

}
@media (max-width:720px){
  .sc-scope .historia-story{ min-height:0; overflow:visible; box-shadow:none; background:transparent;}
  .sc-scope .historia-story > img{ position:relative; height:340px; object-position:57% center;}
  .sc-scope .historia-story .historia-text{ position:relative; left:auto; right:auto; bottom:auto; margin:-34px 16px 0; padding:24px 22px 8px;}
}
/* ---------- CTA PUERTAS ABIERTAS ---------- */
.sc-scope .cta-section{
    background:var(--cream-100);
    border-top:1px solid var(--cream-200);
    border-bottom:1px solid var(--cream-200);
    padding:90px 0;

}
.sc-scope .cta-grid{
    display:grid; grid-template-columns:1.2fr 1fr; gap:60px; align-items:center;

}
@media (max-width:860px){
  .sc-scope .cta-grid{ grid-template-columns:1fr; gap:40px;}
}
.sc-scope .cta-grid h2{ font-family:'Playfair Display', serif; font-size:clamp(1.8rem,3.2vw,2.6rem); font-weight:600; color:var(--navy-900); line-height:1.15;}
.sc-scope .cta-grid p{ color:var(--ink-600); margin-top:18px; max-width:480px;}
.sc-scope .cta-grid .btn-gold{ display:inline-block; margin-top:34px;}
.sc-scope .schedule{
    background:var(--cream-50); border:1px solid var(--cream-200); border-radius:6px;

}
.sc-scope .schedule-head{
    padding:24px 28px 20px; border-bottom:1px solid var(--cream-200);

}
.sc-scope .schedule-head .eyebrow{ color:var(--gold-500); display:block; margin-bottom:10px;}
.sc-scope .schedule-head .dates{
    font-family:'Playfair Display', serif; font-weight:600; font-size:1.18rem;
    color:var(--navy-900); line-height:1.25;

}
.sc-scope .sched-row{
    display:flex; align-items:baseline; justify-content:space-between; gap:20px;
    padding:16px 28px;

}
.sc-scope .sched-row + .sched-row{ border-top:1px solid var(--cream-200);}
.sc-scope .sched-row dt{
    color:var(--ink-600); font-size:0.88rem; letter-spacing:0.01em;

}
.sc-scope .sched-row dd{
    font-family:'Playfair Display', serif; font-weight:600; font-size:1.02rem;
    color:var(--navy-900); font-variant-numeric:tabular-nums; white-space:nowrap;

}
@media (max-width:420px){
  .sc-scope .schedule-head, .sc-scope .sched-row{ padding-left:22px; padding-right:22px;}
  .sc-scope .sched-row{ flex-direction:column; align-items:flex-start; gap:4px;}
}
/* ---------- CÓMO LLEGAR ---------- */
.sc-scope .arrival-band{
    background:#2f4d5d;
    border-top:1px solid rgba(228,206,147,.38);

}
.sc-scope .arrival-inner{
    width:min(1440px, calc(100% - 64px)); margin:0 auto; padding:34px 0;
    display:grid; grid-template-columns:1.05fr 1fr 1.45fr 1.25fr; align-items:stretch;

}
.sc-scope .arrival-title{ padding-right:32px;}
.sc-scope .arrival-title .eyebrow{ color:var(--cream-50);}
.sc-scope .arrival-title h2{
    font-family:'Playfair Display', serif; font-size:1.7rem; line-height:1; color:var(--gold-400);
    margin:4px 0 7px;

}
.sc-scope .arrival-address{ color:var(--cream-50); font-size:.78rem; font-weight:600; margin:0;}
.sc-scope .arrival-item{
    min-height:104px; padding:0 28px; border-left:1px solid rgba(228,206,147,.28);
    display:flex; flex-direction:column; justify-content:center;

}
.sc-scope .arrival-item b{ color:var(--gold-400); font-size:.68rem; letter-spacing:.1em; text-transform:uppercase; margin-bottom:9px;}
.sc-scope .arrival-item strong{ color:var(--cream-50); font-size:1rem; line-height:1.3;}
.sc-scope .arrival-item span{ color:var(--cream-100); font-size:.76rem; line-height:1.5; margin-top:5px;}
.sc-scope .arrival-badges{ display:flex; flex-wrap:wrap; gap:7px; margin-top:8px;}
.sc-scope .arrival-badges a{
    display:inline-flex; align-items:center; justify-content:center; min-width:32px; height:25px; padding:0 8px;
    border-radius:4px; font-size:.72rem; font-weight:800; color:#fff;
    transition:transform .2s ease, filter .2s ease;

}
.sc-scope .arrival-badges a:hover{ transform:translateY(-2px); filter:brightness(1.12);}
.sc-scope .arrival-badges .metro{ background:#1f4b92;}
.sc-scope .arrival-badges .urban{ background:#e52535;}
.sc-scope .arrival-badges .interurban{ background:#32a852;}
.sc-scope .arrival-source{ display:inline-block; color:var(--cream-200); font-size:.65rem; margin-top:10px; text-decoration:underline; text-underline-offset:3px;}
.sc-scope .partners{ background:#fff; padding:54px 0 58px; border-bottom:1px solid var(--cream-200);}
.sc-scope .partners h2{
    color:var(--navy-900); font-family:'Playfair Display', serif; font-size:1.75rem;
    text-align:center; margin-bottom:34px;

}
.sc-scope .partner-grid{ display:grid; grid-template-columns:repeat(8,1fr); align-items:center; gap:30px;}
.sc-scope .partner-logo{ min-width:0; height:74px; display:flex; align-items:center; justify-content:center;}
.sc-scope .partner-logo img{ display:block; max-width:100%; max-height:66px; width:auto; height:auto; object-fit:contain;}
@media (max-width:720px){
  .sc-scope .arrival-inner{ width:calc(100% - 40px); padding:30px 0; grid-template-columns:1fr;}
  .sc-scope .arrival-title{ grid-column:1/-1; padding:0 0 22px;}
  .sc-scope .arrival-title h2{ font-size:2rem;}
  .sc-scope .arrival-item{ min-height:0; padding:20px 0; border-top:1px solid rgba(228,206,147,.24); border-left:0;}
  .sc-scope .partner-grid{ grid-template-columns:repeat(2,1fr); gap:24px 32px;}
  .sc-scope .partners{ padding:42px 0 48px;}
  .sc-scope .partners h2{ font-size:1.55rem; margin-bottom:28px;}
}
/* ---------- FOOTER ---------- */
.sc-scope footer{ background:var(--navy-950); color:var(--cream-100);}
.sc-scope .group-bar{
    border-bottom:1px solid rgba(228,206,147,0.18);
    padding:34px 0;

}
.sc-scope .group-bar .wrap{
    display:block;

}
.sc-scope .group-bar .label{
    font-size:0.7rem; letter-spacing:0.14em; text-transform:uppercase; color:var(--gold-400); font-weight:600;
    flex-shrink:0;

}
.sc-scope .group-logos{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(128px, 1fr));
    gap:18px; align-items:stretch;
    width:100%; margin-top:22px;
}
.sc-scope .group-logo{
    display:flex; align-items:center; justify-content:center;
    min-height:70px; padding:16px 18px;
    background:var(--navy-900);
    border:1px solid rgba(228,206,147,0.14); border-radius:8px;
    transition:border-color 0.2s, background 0.2s;
}
.sc-scope .group-logo:hover{ border-color:rgba(228,206,147,0.42); background:var(--navy-850);}
.sc-scope .group-logo img{ width:100%; height:auto; max-height:38px; object-fit:contain;}
.sc-scope .group-logo--current{ border-color:var(--gold-500);}
.sc-scope .group-logo--current:hover{ border-color:var(--gold-400); background:rgba(228,206,147,0.07);}
.sc-scope .group-logo .sc-media-empty{ min-height:38px; width:100%;}
/* Tablet: los seis espacios ajenos en 3x2 y el propio en su fila, centrado. */
@media (max-width:1024px){
  .sc-scope .group-logos{ grid-template-columns:repeat(3, 1fr); gap:16px; }
  .sc-scope .group-logo--current{
    order:1;
    grid-column:1 / -1;
    justify-self:center;
    width:min(260px, 72%);
    margin-top:18px;
    padding:20px 24px;
    background:rgba(228,206,147,0.07);
    border-color:var(--gold-500);
  }
  .sc-scope .group-logo--current img{ max-height:34px; }
}

/* Movil: los mismos seis en 2x3, con el propio igualmente aparte. */
@media (max-width:767px){
  .sc-scope .group-logos{ grid-template-columns:repeat(2, 1fr); gap:14px; }
  .sc-scope .group-logo{ min-height:64px; padding:14px 16px; }
  .sc-scope .group-logo--current{ width:min(230px, 82%); margin-top:14px; padding:18px 20px; }
}
.sc-scope .footer-main{ padding:60px 0 30px;}
.sc-scope .footer-grid{
    display:grid; grid-template-columns:1.3fr 0.8fr 0.8fr 1.1fr; gap:40px;

}
@media (max-width:860px){
  .sc-scope .footer-grid{ grid-template-columns:repeat(2,1fr);}
}
@media (max-width:520px){
  .sc-scope .footer-grid{ grid-template-columns:1fr;}
}
.sc-scope .footer-brand .logo-word{ color:var(--cream-50);}
@media (max-width:860px){
  .sc-scope .footer-brand .logo-img{ max-width:188px;}
}
.sc-scope .footer-brand p{ color:rgba(250,247,239,0.62); font-size:0.86rem; line-height:1.6; margin-top:22px; max-width:280px;}
.sc-scope .footer-col h4{
    font-size:0.72rem; letter-spacing:0.14em; text-transform:uppercase; color:var(--gold-400);
    margin-bottom:18px; font-weight:600;

}
.sc-scope .footer-col a, .sc-scope .footer-col p{
    display:block; color:rgba(250,247,239,0.72); font-size:0.88rem; margin-bottom:11px;

}
.sc-scope .footer-col a:hover{ color:var(--gold-400);}
.sc-scope .map-box{
    background:var(--navy-850); border:1px solid rgba(228,206,147,0.2);
    border-radius:6px; height:140px; overflow:hidden;
    margin-top:10px;

}
.sc-scope .map-box iframe{ width:100%; height:100%; border:0; filter:grayscale(0.15) contrast(1.05);}
.sc-scope .map-link{
    display:block; margin-top:8px; font-size:0.78rem; color:var(--gold-400);

}
.sc-scope .map-link:hover{ color:var(--gold-500);}
.sc-scope .social-row{ display:flex; gap:14px; margin-top:18px;}
.sc-scope .social-row a{
    width:34px; height:34px; border:1px solid rgba(228,206,147,0.3); border-radius:50%;
    display:flex; align-items:center; justify-content:center; margin-bottom:0;
    transition:border-color 0.2s, background 0.2s;

}
.sc-scope .social-row a:hover{ border-color:var(--gold-400); background:rgba(228,206,147,0.08);}
.sc-scope .social-row svg{ width:16px; height:16px; fill:var(--cream-50);}
.sc-scope .footer-bottom{
    border-top:1px solid rgba(228,206,147,0.15);
    padding:22px 0; font-size:0.78rem; color:rgba(250,247,239,0.45);
    display:flex; justify-content:center; flex-wrap:wrap; gap:10px;

}
@media (prefers-reduced-motion: reduce){
  .sc-scope .hero-eyebrow, .sc-scope .hero h1, .sc-scope .hero p.sub, .sc-scope .hero-actions{ animation:none !important; opacity:1 !important; transform:none !important;}
}

/* La tira del grupo y el pie son widgets independientes, asi que cada uno
   necesita llevar puesto el fondo que antes daba el elemento <footer>. */
.sc-scope .sc-band{ background:var(--navy-950); color:var(--cream-100); }

/* ---------- Integracion con Elementor ---------- */
.elementor-widget-sc-header .elementor-widget-container,
.elementor-widget-sc-hero .elementor-widget-container,
.elementor-widget-sc-proyecto .elementor-widget-container,
.elementor-widget-sc-espacios .elementor-widget-container,
.elementor-widget-sc-precedente .elementor-widget-container,
.elementor-widget-sc-historia .elementor-widget-container,
.elementor-widget-sc-cta .elementor-widget-container,
.elementor-widget-sc-arrival .elementor-widget-container,
.elementor-widget-sc-partners .elementor-widget-container,
.elementor-widget-sc-group-bar .elementor-widget-container,
.elementor-widget-sc-footer .elementor-widget-container{
  padding:0;
}

/* Marcador visible solo dentro del editor cuando falta un medio. */
.sc-scope .sc-media-empty{
  display:flex; align-items:center; justify-content:center;
  min-height:120px; padding:20px;
  border:1px dashed rgba(201,162,75,0.55);
  background:rgba(201,162,75,0.06);
  color:#8a7342; font-size:0.78rem; letter-spacing:0.08em;
  text-transform:uppercase; text-align:center; line-height:1.5;
}
.sc-scope .sc-media-empty--dark{
  border-color:rgba(228,206,147,0.45);
  background:rgba(228,206,147,0.08);
  color:rgba(228,206,147,0.85);
}
.sc-scope .sc-media-empty--cover{ position:absolute; inset:0; min-height:0; }
