*{box-sizing:border-box}
:root{--ink:#24211c;--gold:#b28440;--paper:#f4eadb;--muted:#6f665a;--line:rgba(95,70,42,.20)}
body{margin:0;font-family:Georgia,'Times New Roman',serif;color:var(--ink);background:#efe4d4}
.site-header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 62px;background:rgba(246,238,224,.84);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}
.logo{font-size:42px;color:var(--gold)}
nav{display:flex;gap:30px;flex-wrap:wrap;font-family:Arial,sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:14px}
nav a{color:var(--ink);text-decoration:none}
nav a.active{color:var(--gold);border-bottom:2px solid var(--gold);padding-bottom:8px}

/* Portada base: imagen completa, navegación clara y sin textos duplicados */
.home-body{
  margin:0;
  background:#111;
  overflow-x:hidden;
}
.home-body .site-header{display:none}
.home-stage{
  position:relative;
  width:100%;
  min-height:100svh;
  overflow:hidden;
  background:#111;
}
.home-hero-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.home-hotspots{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
}
.home-hotspot{
  position:absolute;
  display:block;
  pointer-events:auto;
  border-radius:999px;
  text-indent:-9999px;
  overflow:hidden;
  cursor:pointer;
}
.home-hotspot:focus-visible{
  outline:2px solid #e4bd74;
  outline-offset:4px;
  background:rgba(228,189,116,.16);
}
.hotspot-inicio{left:3.3%;top:3.2%;width:7.5%;height:4.6%}
.hotspot-obras{left:11.2%;top:3.2%;width:7.4%;height:4.6%}
.hotspot-bio{left:19.0%;top:3.2%;width:11.4%;height:4.6%}
.hotspot-expo{left:30.6%;top:3.2%;width:12.6%;height:4.6%}
.hotspot-contacto{left:43.0%;top:3.2%;width:9.0%;height:4.6%}
.hotspot-descubre{left:44.0%;bottom:4.2%;width:13.0%;height:7.0%}
.home-actions{
  position:absolute;
  z-index:4;
  left:clamp(18px,4vw,64px);
  bottom:clamp(18px,4vw,52px);
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.home-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  border-radius:999px;
  text-decoration:none;
  font-family:Arial,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:12px;
  backdrop-filter:blur(12px);
}
.home-action.primary{
  padding:14px 22px;
  color:#24180d;
  background:rgba(228,189,116,.92);
  border:1px solid rgba(255,237,191,.72);
  box-shadow:0 16px 42px rgba(0,0,0,.28);
}

.home-action.secondary{
  padding:14px 22px;
  color:rgba(255,247,226,.94);
  background:rgba(20,17,14,.54);
  border:1px solid rgba(255,247,226,.28);
  box-shadow:0 16px 42px rgba(0,0,0,.20);
}

.home-action.note{
  padding:12px 18px;
  color:rgba(255,247,226,.88);
  background:rgba(20,17,14,.46);
  border:1px solid rgba(255,247,226,.22);
  text-transform:none;
  letter-spacing:.02em;
}
.home-copy{display:none}
.eyebrow{margin:0 0 18px;color:var(--gold);text-transform:uppercase;letter-spacing:.22em;font-family:Arial,sans-serif;font-size:13px}
.home h1{font-size:clamp(70px,12vw,150px);font-weight:400;line-height:.86;margin:0}
.home h1 span{font-size:clamp(36px,5vw,62px);color:#e4bd74}
.tagline{font-size:34px;font-style:italic}
.button{display:inline-block;border:1px solid rgba(228,189,116,.8);color:#e4bd74;text-decoration:none;padding:17px 34px;text-transform:uppercase;letter-spacing:.08em}

@media(max-width:760px){
  .home-stage{min-height:100svh;display:flex;flex-direction:column;justify-content:flex-end}
  .home-hero-img{object-position:58% center}
  .home-hotspots{display:none}
  .home-actions{
    position:relative;
    left:auto;
    bottom:auto;
    width:100%;
    padding:18px;
    display:grid;
    gap:10px;
    background:linear-gradient(0deg,rgba(10,8,6,.88),rgba(10,8,6,.12));
  }
  .home-action{width:100%;text-align:center}
}


/* Sala 2024 arreglada: sin huecos, sin marcos forzados */
.museum{min-height:calc(100vh - 92px);padding:70px 5vw 100px;background:
radial-gradient(circle at 8% 24%,rgba(70,135,145,.28),transparent 24%),
radial-gradient(circle at 94% 80%,rgba(190,145,70,.22),transparent 26%),
linear-gradient(135deg,#f7f1e8 0%,#efe2cf 100%)}
.museum-title{max-width:1200px;margin:0 auto 58px;text-align:left}
.museum-title h1{font-size:clamp(76px,14vw,170px);font-weight:400;line-height:.82;margin:0;color:var(--ink)}
.museum-title p:not(.eyebrow){max-width:760px;font-size:21px;color:var(--muted);line-height:1.55}

.works-grid{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:58px 46px;
  align-items:start;
}
.work{
  position:relative;
  min-width:0;
}
.work-number{
  position:absolute;
  top:12px;
  left:12px;
  width:40px;
  height:40px;
  border-radius:50%;
  background:rgba(36,33,28,.86);
  color:#fff;
  display:grid;
  place-items:center;
  font-family:Arial,sans-serif;
  font-size:13px;
  z-index:2;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}
.work img{
  display:block;
  width:100%;
  height:auto;
  max-height:440px;
  object-fit:contain;
  background:transparent;
  border-radius:6px;
  box-shadow:0 24px 60px rgba(70,50,30,.16);
}
.work-meta{
  margin-top:14px;
  padding-left:2px;
}
.work-meta h3{
  margin:0 0 4px;
  font-size:19px;
  font-weight:400;
}
.work-meta p{
  margin:0;
  color:var(--muted);
  font-family:Arial,sans-serif;
  font-size:13px;
}

@media(max-width:1000px){
  .works-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .site-header{height:auto;align-items:flex-start;flex-direction:column;padding:18px 22px}
  nav{gap:14px;font-size:12px}
  .museum{padding:44px 18px 70px}
  .works-grid{grid-template-columns:1fr;gap:44px}
  .work img{max-height:none}
}


/* Sala 2: huecos vacíos preparados para archivos reales */
.empty-slot{
  width:100%;
  min-height:320px;
  display:grid;
  place-items:center;
  text-align:center;
  border:1px dashed rgba(95,70,42,.32);
  border-radius:6px;
  background:
    radial-gradient(circle at 18% 25%,rgba(70,135,145,.18),transparent 28%),
    radial-gradient(circle at 85% 75%,rgba(190,145,70,.14),transparent 30%),
    rgba(255,252,246,.38);
  color:rgba(36,33,28,.58);
}
.empty-slot span{
  display:block;
  font-size:24px;
  font-style:italic;
}
.empty-slot small{
  display:block;
  margin-top:6px;
  font-family:Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:11px;
}
.page-nav{
  max-width:1280px;
  margin:70px auto 0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.page-nav a,.page-nav span{
  padding:13px 20px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,252,246,.52);
  color:var(--ink);
  text-decoration:none;
  font-family:Arial,sans-serif;
  font-size:14px;
}
.page-nav .disabled{
  opacity:.45;
  pointer-events:none;
}


/* Exposiciones / Presencia artística */
.exposiciones-body{
  background:#efe4d4;
}
.expo-hero{
  position:relative;
  min-height:clamp(430px,52vw,620px);
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(248,240,228,.96) 0%,rgba(248,240,228,.90) 38%,rgba(248,240,228,.28) 72%,rgba(248,240,228,.05) 100%),
    url('../backgrounds/exposiciones-textura-limpia.png') right center/cover no-repeat;
  border-bottom:1px solid var(--line);
}
.expo-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 11% 24%,rgba(178,132,64,.16),transparent 28%),
    radial-gradient(circle at 88% 62%,rgba(70,135,145,.10),transparent 30%);
  pointer-events:none;
}
.expo-hero-content{
  position:relative;
  z-index:1;
  width:min(720px,90vw);
  margin-left:clamp(24px,7vw,104px);
  padding:72px 0;
  color:var(--ink);
}
.expo-hero-content h1{
  margin:0;
  max-width:680px;
  font-size:clamp(48px,7vw,96px);
  line-height:.92;
  font-weight:400;
  letter-spacing:-.03em;
}
.expo-hero-content p:not(.eyebrow){
  max-width:650px;
  margin:26px 0 32px;
  color:var(--muted);
  font-size:clamp(17px,1.55vw,21px);
  line-height:1.58;
}
.expo-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:15px 24px;
  border-radius:999px;
  border:1px solid rgba(178,132,64,.44);
  background:rgba(178,132,64,.94);
  color:#fff7e8;
  text-decoration:none;
  font-family:Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  box-shadow:0 18px 44px rgba(70,50,30,.18);
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease;
}
.expo-cta:hover{
  transform:translateY(-2px);
  background:#9e7335;
  box-shadow:0 22px 52px rgba(70,50,30,.22);
}
.presence-section{
  padding:78px 5vw 96px;
  background:
    radial-gradient(circle at 8% 18%,rgba(70,135,145,.16),transparent 24%),
    radial-gradient(circle at 92% 82%,rgba(178,132,64,.14),transparent 28%),
    linear-gradient(135deg,#f8f0e4 0%,#efe1cf 100%);
}
.presence-intro{
  max-width:940px;
  margin:0 auto 46px;
  text-align:center;
}
.presence-intro h2{
  margin:0;
  font-size:clamp(36px,5vw,70px);
  line-height:.98;
  font-weight:400;
}
.presence-intro p:not(.eyebrow){
  max-width:780px;
  margin:22px auto 0;
  color:var(--muted);
  font-size:19px;
  line-height:1.58;
}
.presence-grid{
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:24px;
}
.presence-card{
  position:relative;
  min-height:330px;
  padding:30px 24px 26px;
  border:1px solid rgba(95,70,42,.20);
  border-radius:16px;
  background:
    linear-gradient(180deg,rgba(255,252,246,.86),rgba(255,252,246,.74)),
    radial-gradient(circle at 0% 100%,rgba(70,135,145,.13),transparent 38%),
    radial-gradient(circle at 100% 100%,rgba(178,132,64,.10),transparent 40%);
  box-shadow:0 24px 60px rgba(70,50,30,.10);
  backdrop-filter:blur(10px);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  animation:presenceFade .7s ease both;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.presence-card:nth-child(2){animation-delay:.08s}
.presence-card:nth-child(3){animation-delay:.16s}
.presence-card:nth-child(4){animation-delay:.24s}
.presence-card:nth-child(5){animation-delay:.32s}
.presence-card::after{
  content:"";
  position:absolute;
  right:-48px;
  top:-48px;
  width:132px;
  height:132px;
  border-radius:50%;
  background:rgba(178,132,64,.08);
}
.presence-mark{
  width:56px;
  height:56px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(178,132,64,.13);
  color:var(--gold);
  border:1px solid rgba(178,132,64,.20);
  font-size:25px;
  margin-bottom:20px;
  line-height:1;
}
.presence-card h2{
  margin:0 0 14px;
  font-size:clamp(24px,2.5vw,31px);
  line-height:1.08;
  font-weight:400;
}
.presence-card p{
  margin:0 0 24px;
  color:var(--muted);
  font-family:Arial,sans-serif;
  font-size:14px;
  line-height:1.66;
}
.presence-card a{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:44px;
  padding:12px 14px;
  border:1px solid rgba(178,132,64,.38);
  border-radius:999px;
  color:var(--gold);
  background:rgba(255,252,246,.62);
  text-decoration:none;
  font-family:Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px;
  transition:background .25s ease,color .25s ease,transform .25s ease;
}
.presence-card a:hover{
  background:var(--gold);
  color:#fff7e8;
  transform:translateY(-1px);
}
.presence-card:hover{
  transform:translateY(-6px);
  border-color:rgba(178,132,64,.38);
  box-shadow:0 34px 82px rgba(70,50,30,.16);
}
.presence-closing{
  max-width:820px;
  margin:58px auto 0;
  text-align:center;
  color:var(--muted);
  font-size:23px;
  line-height:1.45;
  font-style:italic;
}
@keyframes presenceFade{
  from{opacity:0;transform:translateY(22px)}
  to{opacity:1;transform:translateY(0)}
}

@media(max-width:860px){
  .expo-hero{
    min-height:auto;
    background:
      linear-gradient(180deg,rgba(248,240,228,.96) 0%,rgba(248,240,228,.90) 58%,rgba(248,240,228,.52) 100%),
      url('../backgrounds/exposiciones-textura-limpia.png') center bottom/cover no-repeat;
  }
  .expo-hero-content{margin:0 auto;padding:62px 22px 74px;width:100%}
  .expo-hero-content p:not(.eyebrow){font-size:17px}
  .presence-section{padding:58px 18px 72px}
  .presence-intro p:not(.eyebrow){font-size:17px}
  .presence-grid{grid-template-columns:1fr;gap:18px}
  .presence-card{min-height:270px;padding:26px 22px 24px}
}


/* Legado · homenaje familiar */
.legado-body{
  background:#efe4d4;
}
.legado-hero{
  position:relative;
  min-height:calc(100svh - 92px);
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(246,238,224,.94) 0%,rgba(246,238,224,.76) 33%,rgba(246,238,224,.28) 64%,rgba(246,238,224,.10) 100%),
    url('../backgrounds/legado-javo-mural.png') center center/cover no-repeat;
  border-bottom:1px solid var(--line);
}
.legado-shade{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 14% 22%,rgba(178,132,64,.18),transparent 28%),
    radial-gradient(circle at 88% 74%,rgba(18,48,74,.16),transparent 32%),
    linear-gradient(180deg,rgba(28,22,16,.04),rgba(28,22,16,.16));
  pointer-events:none;
}
.legado-layout{
  position:relative;
  z-index:1;
  width:min(1440px,100%);
  min-height:calc(100svh - 92px);
  margin:0 auto;
  padding:clamp(32px,5vw,72px);
  display:grid;
  grid-template-columns:minmax(320px,450px) minmax(420px,1fr);
  gap:clamp(32px,5vw,74px);
  align-items:center;
}
.javo-works-panel{
  padding:clamp(22px,3vw,34px);
  border:1px solid rgba(95,70,42,.20);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,252,246,.82),rgba(255,252,246,.62));
  box-shadow:0 28px 90px rgba(48,35,22,.20);
  backdrop-filter:blur(16px);
}
.javo-works-panel h1{
  margin:0;
  font-size:clamp(48px,6vw,82px);
  line-height:.9;
  font-weight:400;
  letter-spacing:-.04em;
}
.javo-intro{
  max-width:360px;
  margin:18px 0 26px;
  color:var(--muted);
  font-size:17px;
  line-height:1.55;
}
.javo-works-grid{
  display:grid;
  gap:20px;
}
.javo-work-card{
  margin:0;
  padding:12px 12px 14px;
  border:1px solid rgba(95,70,42,.18);
  border-radius:18px;
  background:rgba(255,252,246,.82);
  box-shadow:0 18px 44px rgba(70,50,30,.14);
}
.javo-work-card img{
  display:block;
  width:100%;
  height:auto;
  max-height:245px;
  object-fit:contain;
  border-radius:10px;
  background:#f8f0e4;
}
.javo-work-card figcaption{
  margin-top:10px;
  color:rgba(36,33,28,.68);
  font-family:Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:11px;
}
.legado-text-panel{
  justify-self:end;
  width:min(630px,100%);
  margin-right:clamp(0px,3vw,40px);
  padding:clamp(26px,3.6vw,44px);
  border:1px solid rgba(255,247,226,.34);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(20,22,26,.56),rgba(20,22,26,.38));
  color:#fff7e8;
  box-shadow:0 30px 90px rgba(20,18,16,.25);
  backdrop-filter:blur(10px);
}
.legado-text-panel .eyebrow{
  color:#e4bd74;
}
.legado-text-panel h2{
  margin:0 0 22px;
  font-size:clamp(70px,10vw,135px);
  line-height:.78;
  font-weight:400;
  letter-spacing:-.06em;
  color:#fff3d1;
  text-shadow:0 10px 34px rgba(0,0,0,.20);
}
.legado-copy{
  max-width:560px;
}
.legado-copy p{
  margin:0 0 18px;
  color:rgba(255,247,226,.92);
  font-size:clamp(17px,1.45vw,21px);
  line-height:1.58;
}
.legado-copy p:last-child{
  margin-bottom:0;
}
.legado-copy strong{
  color:#fff7e8;
  font-weight:600;
}

@media(max-width:1080px){
  .legado-layout{
    grid-template-columns:1fr;
    align-items:start;
  }
  .javo-works-panel,
  .legado-text-panel{
    width:min(760px,100%);
    justify-self:center;
    margin-right:0;
  }
  .javo-works-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .javo-work-card img{
    max-height:260px;
  }
}
@media(max-width:700px){
  .legado-hero{
    min-height:auto;
    background:
      linear-gradient(180deg,rgba(246,238,224,.96) 0%,rgba(246,238,224,.74) 46%,rgba(246,238,224,.25) 100%),
      url('../backgrounds/legado-javo-mural.png') 66% center/cover no-repeat;
  }
  .legado-layout{
    min-height:auto;
    padding:28px 18px 54px;
    gap:24px;
  }
  .javo-works-panel,
  .legado-text-panel{
    border-radius:20px;
  }
  .javo-works-grid{
    grid-template-columns:1fr;
  }
  .legado-text-panel h2{
    font-size:64px;
  }
  .legado-copy p{
    font-size:16px;
  }
}


/* Legado · composición única aprobada */
.poster-body{
  background:linear-gradient(180deg,#f3ebde 0%,#eadbc5 100%);
}
.legado-poster-main{
  padding:clamp(18px,2.4vw,34px);
}
.legado-poster-wrap{
  width:min(1680px,100%);
  margin:0 auto;
}
.legado-poster-image{
  display:block;
  width:100%;
  height:auto;
  border-radius:18px;
  box-shadow:0 26px 72px rgba(65,45,26,.18);
  border:1px solid rgba(95,70,42,.12);
  background:#f6efe4;
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
@media(max-width:700px){
  .legado-poster-main{
    padding:10px;
  }
  .legado-poster-image{
    border-radius:12px;
  }
}


/* Legado · fullscreen definitivo */
.legado-fullscreen-body{
  margin:0;
  background:#111;
  overflow-x:hidden;
}
.legado-fullscreen-body .site-header{
  position:sticky;
  top:0;
  z-index:20;
}
.legado-fullscreen-main{
  min-height:calc(100svh - 92px);
  background:#111;
}
.legado-fullscreen-hero{
  position:relative;
  width:100%;
  min-height:calc(100svh - 92px);
  overflow:hidden;
  background:#111;
}
.legado-fullscreen-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
@media(max-width:900px){
  .legado-fullscreen-image{
    object-fit:contain;
    object-position:center top;
    background:#111;
  }
}
@media(max-width:700px){
  .legado-fullscreen-main,
  .legado-fullscreen-hero{
    min-height:calc(100svh - 126px);
  }
}


/* Contacto · tarjeta Instagram y flores */
.contacto-body{
  margin:0;
  background:#efe4d4;
  overflow-x:hidden;
}
.contacto-main{
  min-height:calc(100svh - 92px);
}
.contacto-hero{
  position:relative;
  width:100%;
  height:calc(100svh - 92px);
  min-height:620px;
  overflow:hidden;
  background:#efe4d4;
}
.contacto-hero-image{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.contacto-instagram-hotspot{
  position:absolute;
  left:36%;
  top:25%;
  width:41%;
  height:56%;
  z-index:2;
  border-radius:28px;
  text-indent:-9999px;
  overflow:hidden;
}
.contacto-instagram-hotspot:focus-visible{
  outline:3px solid rgba(178,132,64,.85);
  outline-offset:6px;
  background:rgba(255,247,226,.12);
}
@media(max-width:900px){
  .contacto-hero{
    min-height:calc(100svh - 92px);
  }
  .contacto-hero-image{
    object-position:58% center;
  }
  .contacto-instagram-hotspot{
    left:30%;
    top:24%;
    width:58%;
    height:58%;
  }
}
@media(max-width:700px){
  .contacto-main,
  .contacto-hero{
    min-height:calc(100svh - 92px);
    height:calc(100svh - 92px);
  }
  .contacto-hero-image{
    object-position:62% center;
  }
  .contacto-instagram-hotspot{
    left:22%;
    top:24%;
    width:72%;
    height:56%;
  }
}

/* Galería · numeración de sala discreta */
.museum-title .room-number{
  display:inline-block;
  margin:0 0 18px;
  padding:10px 18px;
  border:1px solid rgba(178,132,64,.42);
  border-radius:999px;
  background:rgba(255,252,246,.52);
  color:var(--gold);
  font-family:Arial,sans-serif;
  font-size:clamp(15px,1.5vw,22px);
  font-weight:400;
  line-height:1;
  letter-spacing:.18em;
  text-transform:uppercase;
}

/* HOME IGLESIAS 15680 · portada final */
.home-body{
  margin:0;
  min-height:100%;
  background:#17100a;
  overflow-x:hidden;
}
.home-body .site-header{display:none}
.home-stage{
  position:relative;
  width:100%;
  min-height:100svh;
  overflow:hidden;
  background:#17100a;
}
.home-hero-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.home-image-links{
  position:absolute;
  inset:0;
  z-index:5;
  pointer-events:none;
}
.home-image-link{
  position:absolute;
  display:block;
  height:9.6%;
  top:53.6%;
  pointer-events:auto;
  border-radius:8px;
  text-indent:-9999px;
  overflow:hidden;
}
.home-image-link:focus-visible{
  outline:3px solid #f2cc80;
  outline-offset:3px;
  background:rgba(242,204,128,.12);
}
.link-galeria{left:7.6%;width:10.6%}
.link-exposiciones{left:18.4%;width:11.1%}
.link-legado{left:29.8%;width:10.5%}
.link-contacto{left:40.6%;width:10.3%}
.home-mobile-actions{display:none}

@media (max-aspect-ratio: 4/3) and (min-width:761px){
  .home-hero-img{object-position:55% center}
}

@media(max-width:760px){
  .home-stage{
    min-height:100svh;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding-top:min(66.666vw,66vh);
  }
  .home-hero-img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:auto;
    aspect-ratio:3/2;
    object-fit:cover;
    object-position:center center;
  }
  .home-image-links{display:none}
  .home-mobile-actions{
    position:relative;
    z-index:6;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    width:100%;
    padding:18px;
    margin-top:auto;
    background:linear-gradient(0deg,rgba(18,12,8,.98),rgba(18,12,8,.76));
  }
  .home-mobile-actions a{
    min-height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(226,187,105,.45);
    border-radius:8px;
    background:rgba(38,27,19,.7);
    color:#f2d399;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-family:Georgia,'Times New Roman',serif;
    font-size:13px;
  }
}
