@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;1,400&display=swap");

:root{
  --purple:#571F48;
  --sunshine:#F3E286;
  --olive:#8A8D55;
  --ink:#20191D;
  --paper:#FFFDFC;
  --beige:#EFE7DC;
  --soft:#F7F3EE;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}
img{display:block;max-width:100%}
a{color:inherit}
.site-header{
  height:86px;display:flex;align-items:center;padding:10px clamp(28px,5vw,72px);
  background:var(--paper);border-bottom:1px solid rgba(32,25,29,.06);
  position:relative;z-index:100
}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{height:56px;width:auto;max-width:360px}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:clamp(18px,2vw,30px)}
.main-nav a{text-decoration:none;font-size:15px;white-space:nowrap}
.main-nav .active{color:var(--purple);font-weight:800}
.menu-toggle{display:none;margin-left:auto;border:0;background:transparent;font-size:27px;color:var(--purple)}
.nav-dropdown{position:relative;display:flex;align-items:center}
.nav-dropdown-menu{
  display:none;position:absolute;top:100%;left:-14px;min-width:170px;padding:10px 0;
  background:var(--paper);border:1px solid rgba(32,25,29,.08);
  box-shadow:0 14px 30px rgba(32,25,29,.10);z-index:110
}
.nav-dropdown:hover .nav-dropdown-menu{display:block}
.nav-dropdown-menu a{display:block;padding:8px 16px;font-size:13px}
.nav-dropdown-menu a:hover{background:#F6F1EB;color:var(--purple)}
.button{display:inline-block;text-decoration:none;font-weight:800;padding:11px 18px;font-size:14px}
.button-purple{background:var(--purple);color:#fff}
.button-sun{background:var(--sunshine);color:var(--purple)}
.section-label{
  margin:0 0 12px;font-size:clamp(14px,1.15vw,17px);font-weight:700;letter-spacing:.16em;text-transform:uppercase
}
.yellow{color:var(--sunshine)}
.purple-label{color:var(--purple)}
.eyebrow{
  margin:0 0 10px;font-size:clamp(13px,1vw,15px);font-weight:700;letter-spacing:.15em;text-transform:uppercase
}
.olive{color:var(--olive)}
.site-footer{
  min-height:82px;padding:14px clamp(24px,4.5vw,64px);background:#F6F1EB;color:var(--ink);
  display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;
  border-top:1px solid rgba(32,25,29,.08)
}
.site-footer img{height:38px;width:auto;max-width:220px}
.footer-nav{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;font-size:10px}
.footer-nav a,.footer-meta a{text-decoration:none}
.footer-meta{display:flex;flex-direction:column;gap:3px;text-align:right;font-size:10px;color:#655B60}

.text-intro{
  width:min(980px,88vw);margin:0 auto;padding:58px 0 42px;border-bottom:1px solid rgba(32,25,29,.08)
}
.text-intro h1{
  margin:0;max-width:850px;font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(40px,4vw,58px);line-height:1.03
}
.text-intro > p:last-child{max-width:700px;font-size:15px;line-height:1.5;color:#62575D}

@media(max-width:900px){
  .site-header{height:72px;padding:8px 18px}
  .brand img{width:min(300px,calc(100vw - 94px));height:auto;max-width:100%}
  .menu-toggle{display:block}
  .main-nav{
    display:none;position:absolute;top:100%;left:0;right:0;margin:0;padding:18px 20px 22px;
    background:var(--paper);border-top:1px solid rgba(32,25,29,.08);
    flex-direction:column;align-items:flex-start;gap:12px
  }
  .main-nav.is-open{display:flex}
  .nav-dropdown{width:100%}
  .nav-dropdown-menu{display:none!important}
  .site-footer{grid-template-columns:1fr;text-align:center}
  .footer-meta{text-align:center}
}

/* === Final typography refinements === */
.eyebrow{
  font-size:clamp(15px,1.15vw,18px);
  letter-spacing:.16em;
  font-weight:700;
}
.section-label{
  font-size:clamp(15px,1.2vw,18px);
  letter-spacing:.16em;
}


/* Cierre tipográfico editorial */
:root{--editorial-serif:"Playfair Display","Iowan Old Style","Baskerville",Georgia,serif}
.text-intro h1,.catalog-heading h2,.catalog-card h3{font-family:var(--editorial-serif)!important;font-weight:400!important}
.text-intro h1{letter-spacing:-.035em!important;line-height:1.02!important}
.text-intro h1 em{font-weight:400!important;font-style:italic!important;color:var(--olive)!important}
.eyebrow,.section-label{font-size:clamp(15px,1.1vw,18px)!important;font-weight:600!important}

/* ===== CIERRE FINAL 2026-09-09 ===== */
:root{
  --editorial-serif:"Cormorant Garamond","Iowan Old Style",Baskerville,"Times New Roman",serif;
  --ui-sans:Inter,Arial,Helvetica,sans-serif;
}
body{font-family:var(--ui-sans);}
h1,h2,h3,.display-serif,.editorial-serif{font-family:var(--editorial-serif)!important;font-weight:400!important;}
h1 em,h2 em,h3 em{font-weight:400!important;}
.site-header .brand img,.site-footer>img{object-fit:contain;height:auto;}
.site-header .brand img{max-height:52px;max-width:270px;}
.site-footer>img{max-height:46px;max-width:220px;}
.footer-meta{gap:10px;}
.footer-social{display:flex;flex-wrap:wrap;gap:14px;align-items:center;font-size:13px;margin-top:7px;}
.footer-social a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;}
.footer-social a:hover{border-bottom-color:currentColor;}
.art-final{position:relative;width:100%;line-height:0;background:#fff;overflow:hidden;}
.art-final>img{display:block;width:100%;height:auto;}
.art-final .hotspot{position:absolute;display:block;z-index:3;background:transparent;border:0;color:transparent;font-size:0;}
@media(max-width:720px){
  .site-header .brand img{max-width:205px;max-height:42px;}
  .footer-social{font-size:12px;gap:10px;}
}


/* === Ajustes finales de publicación 2026-09-09 === */
.site-header{min-height:92px!important;}
.site-header .brand img{max-height:62px!important;max-width:340px!important;}
.site-footer>img{max-height:50px!important;max-width:240px!important;}
@media(max-width:720px){.site-header{min-height:78px!important;}.site-header .brand img{max-height:46px!important;max-width:240px!important;}}

/* === Logo final para publicación === */
.site-header .brand img{width:340px!important;height:auto!important;max-width:340px!important;max-height:none!important;}
@media(max-width:1100px){.site-header .brand img{width:285px!important;max-width:285px!important;}}
@media(max-width:720px){.site-header .brand img{width:225px!important;max-width:225px!important;}}


/* QA FIX 2026-09-09 — footer logo clean */
.site-footer img,.site-footer>img{background:transparent!important;box-shadow:none!important;border:0!important;}
.site-footer{overflow:hidden;}
