@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');
:root{--ink:#0b0b0b;--cream:#f5f0e7;--gold:#c8963e;--muted:#6d675f;--radius:16px;--shadow:0 8px 24px rgba(0,0,0,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Manrope,system-ui,sans-serif}a{text-decoration:none;color:inherit}img{display:block;width:100%}.shell{width:min(100%,560px);margin:auto;background:var(--cream);min-height:100vh}
.hero{position:relative;min-height:355px;background:#111 center/cover no-repeat;display:flex;align-items:flex-end;padding:20px;color:#fff;overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.60) 48%,rgba(0,0,0,.08) 100%),linear-gradient(0deg,rgba(0,0,0,.25),transparent 52%)}.hero-content{position:relative;z-index:1;max-width:260px}.eyebrow{letter-spacing:.22em;text-transform:uppercase;font-size:.62rem;color:#e4bd72}.hero h1,.page-hero h1,.section-title{font-family:'Cormorant Garamond',serif;font-weight:600}.hero h1{font-size:clamp(2.15rem,9vw,3.15rem);line-height:.92;margin:7px 0 13px}.hero .lead{font-size:.92rem;line-height:1.42;color:#f0c776;margin:0 0 10px}.hero p{font-size:.78rem;line-height:1.55;margin:0}.name{margin-top:15px;font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.cards{padding:14px 12px 20px;display:grid;gap:11px}.card{position:relative;min-height:142px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#111;color:#fff;isolation:isolate}.card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.20));z-index:1}.card.light{color:var(--ink)}.card.light:before{background:linear-gradient(90deg,rgba(251,247,239,.98) 0%,rgba(251,247,239,.84) 52%,rgba(251,247,239,.05) 100%)}.card img{position:absolute;inset:0;height:100%;object-fit:cover}.card-content{position:relative;z-index:2;padding:17px;max-width:66%}.card h2{font:600 1.72rem/1 'Cormorant Garamond',serif;margin:5px 0 8px}.card p{font-size:.74rem;line-height:1.45;margin:0}.arrow{position:absolute;z-index:2;right:13px;bottom:13px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--gold);font-size:1.1rem;color:#111}
.socials{padding:6px 18px 22px;display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.socials a{font-size:.68rem;font-weight:600;color:#292724}.footer-line{height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:0 38px 18px}
.page-head{padding:15px 14px;display:flex;align-items:center;justify-content:space-between}.back{font-size:.75rem;font-weight:700}.page-hero{min-height:245px;background:#111 center/cover no-repeat;position:relative;display:flex;align-items:end;padding:17px;color:#fff}.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.03) 72%)}.page-hero>div{position:relative;z-index:1}.page-hero h1{font-size:2.25rem;line-height:.94;margin:0}.page-hero p{font-size:.76rem;max-width:390px;line-height:1.5}
.content{padding:18px 15px 26px}.content h2{font:600 1.55rem/1.05 'Cormorant Garamond',serif;margin:22px 0 8px}.content p,.content li{font-size:.78rem;line-height:1.58}.story{font:500 1.05rem/1.46 'Cormorant Garamond',serif}.benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:12px 0}.benefit{padding:11px;border:1px solid rgba(200,150,62,.35);border-radius:12px;background:#fffaf4}.location{padding:13px;border-radius:13px;background:#151515;color:#fff;margin:18px 0}.cta-title{text-align:center;font:600 1.85rem/1 'Cormorant Garamond',serif;margin:22px 0 13px}.ctas{display:grid;gap:9px}.cta{display:block;text-align:center;padding:12px 14px;border-radius:11px;font-size:.78rem;font-weight:700}.cta.primary{background:var(--gold);color:#111}.cta.secondary{background:#151515;color:#fff}.cta.disabled{opacity:.45;pointer-events:none}.tiny{text-align:center;font-size:.66rem;color:var(--muted);margin-top:7px}
.experience-grid{padding:11px;display:grid;gap:10px}.experience-card{position:relative;min-height:190px;border-radius:15px;overflow:hidden;color:#fff;box-shadow:var(--shadow)}.experience-card img{position:absolute;inset:0;height:100%;object-fit:cover}.experience-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.82),transparent 70%)}.experience-card div{position:absolute;z-index:2;left:14px;right:14px;bottom:13px}.experience-card h2{font:600 1.55rem/1 'Cormorant Garamond',serif;margin:0 0 4px}.experience-card p{font-size:.7rem;margin:0;color:#eee}.note{padding:10px 11px;background:#fff7e8;border-left:3px solid var(--gold);border-radius:8px;font-size:.7rem;margin-top:10px}
@media(min-width:700px){.shell{margin:18px auto;border-radius:20px;overflow:hidden;box-shadow:0 12px 44px rgba(0,0,0,.12)}.experience-grid{grid-template-columns:1fr 1fr}.benefits{grid-template-columns:repeat(4,1fr)}}

/* Home V3: más compacto, centrado y con texto fuera de las imágenes */
.home-shell{width:min(calc(100% - 28px),720px);margin:14px auto;background:transparent;min-height:auto}
.home-hero{min-height:300px;border-radius:18px;box-shadow:var(--shadow);padding:22px 24px;background-position:center 43%}
.home-hero .hero-content{max-width:290px}
.home-hero h1{font-size:clamp(2rem,6.4vw,2.85rem)}
.home-hero .lead{font-size:.88rem}
.home-links{display:grid;gap:12px;margin-top:12px}
.split-card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(240px,.95fr);min-height:148px;background:#fffaf4;border-radius:17px;overflow:hidden;box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}
.split-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.14)}
.split-copy{padding:20px 22px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.split-copy h2{font:600 clamp(1.65rem,4vw,2.1rem)/1 'Cormorant Garamond',serif;margin:6px 0 10px}
.split-copy p{font-size:.76rem;line-height:1.5;margin:0;max-width:310px}
.split-image{position:relative;min-height:148px;background:#111;overflow:hidden}
.split-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,244,.28),transparent 36%)}
.split-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.split-image .arrow{right:14px;bottom:14px;width:38px;height:38px}
.home-shell .socials{padding:20px 18px 14px;gap:28px}
.home-shell .footer-line{margin:0 56px 8px}
.copyright{text-align:center;font-size:.62rem;color:var(--muted);margin:0 0 14px}

@media(max-width:620px){
  .home-shell{width:min(calc(100% - 18px),520px);margin:9px auto}
  .home-hero{min-height:270px;padding:18px;background-position:62% center}
  .home-hero .hero-content{max-width:230px}
  .home-hero h1{font-size:2.08rem}
  .home-hero p{font-size:.72rem}
  .split-card{grid-template-columns:1fr;min-height:0}
  .split-copy{padding:17px 18px 15px}
  .split-copy h2{font-size:1.68rem}
  .split-image{min-height:128px}
  .split-image:after{background:linear-gradient(0deg,rgba(0,0,0,.08),transparent 50%)}
  .home-shell .socials{gap:18px;padding-top:17px}
}
