:root{
  --vhl-header-height:72px;
  --cream:#f5ead8;
  --cream-2:#fffaf1;
  --ink:#11110f;
  --muted:#6f675d;
  --yellow:#f6b900;
  --yellow-2:#ffd35a;
  --stone:#b88c5c;
  --white:#fff;
  --line:rgba(17,17,15,.13);
  --radius:26px;
  --shadow:0 24px 70px rgba(43,31,16,.14);
  --shell:min(1180px, calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--vhl-header-height) + 20px)}
body{
  margin:0;
  color:var(--ink);
  background:var(--cream-2);
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height:1.6;
}
body.vhl-landing{padding-top:var(--vhl-header-height)}
section[id]{scroll-margin-top:calc(var(--vhl-header-height) + 20px)}
img{max-width:100%;display:block}
a{color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
::selection{background:var(--yellow);color:var(--ink)}
.sr-only,.skip-link{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0
}
.skip-link:focus{position:fixed;width:auto;height:auto;clip:auto;margin:12px;padding:10px 14px;z-index:999;background:#fff}
.shell{width:var(--shell);margin-inline:auto}
.section{position:relative;padding:110px 0}
.eyebrow{
  margin:0 0 14px;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.18em;
  color:#a56f00;
}
.section-heading{max-width:760px;margin-bottom:52px}
.section-heading h2,.content-panel h2,.event-copy h2,.contact-copy h2{
  margin:.15em 0 .35em;
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(2.25rem,5vw,4.6rem);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:700;
}
.section-heading h2 span{color:#a97200}
.section-heading>p:last-child,.content-panel>p,.event-copy>p,.contact-copy>p{
  color:var(--muted);
  font-size:1.08rem;
  max-width:68ch;
}
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:100;
  background:rgba(250,244,233,.87);
  border-bottom:1px solid rgba(17,17,15,.08);
  backdrop-filter:blur(16px);
}
.nav-shell{
  width:var(--shell);margin:auto;min-height:72px;
  display:flex;align-items:center;justify-content:space-between;gap:24px
}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-family:Georgia,serif;font-size:1.2rem}
.brand strong{font-weight:800}
.brand-wave{color:var(--yellow);font-size:.55rem;letter-spacing:2px}
.main-nav{display:flex;align-items:center;gap:24px}
.main-nav a{text-decoration:none;font-size:.88rem;font-weight:750}
.main-nav a:hover{color:#9a6900}
.nav-cta{background:var(--ink);color:#fff!important;padding:10px 15px;border-radius:999px}
.menu-toggle{display:none;background:transparent;border:0;padding:8px}
.menu-toggle span:not(.sr-only){display:block;width:24px;height:2px;background:var(--ink);margin:5px 0}
.hero{
  min-height:calc(100svh - var(--vhl-header-height));
  display:flex;align-items:center;
  padding-top:54px;
  overflow:hidden;
  background:
    radial-gradient(circle at 68% 30%,rgba(246,185,0,.16),transparent 28%),
    linear-gradient(135deg,#fffaf1 0%,#f5ead8 68%,#efe0c9 100%);
}
.hero-bg{
  position:absolute;inset:0;
  background:url("../assets/images/fondo-campana.webp") center/cover no-repeat;
  opacity:.12;
  mix-blend-mode:multiply;
  pointer-events:none
}
.hero::after{
  content:"Ñ";
  position:absolute;right:-5vw;bottom:-15vw;
  font-family:Georgia,serif;font-size:40vw;font-weight:700;
  color:rgba(246,185,0,.06);line-height:1;pointer-events:none
}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}
.hero-copy h1{
  margin:0;
  font-family:Georgia, "Times New Roman",serif;
  font-size:clamp(4.4rem,9vw,8rem);
  line-height:.72;
  letter-spacing:-.07em;
  font-weight:700
}
.hero-copy h1 span{display:block}
.hero-copy h1 span+span{margin-left:.65em}
.claim{font-size:clamp(1.25rem,2.5vw,1.8rem);font-weight:900;text-transform:uppercase;letter-spacing:.02em;margin:38px 0 22px}
.claim mark{background:var(--ink);color:var(--yellow);padding:.06em .28em;transform:rotate(-1deg);display:inline-block}
.lead{font-size:1.14rem;color:#514b43;max-width:62ch}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:32px 0 28px}
.button{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:14px 20px;border-radius:999px;text-decoration:none;border:1px solid transparent;
  font-weight:850;transition:.2s transform,.2s box-shadow,.2s background
}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--yellow);color:var(--ink);box-shadow:0 12px 34px rgba(246,185,0,.25)}
.button-primary:hover{background:var(--yellow-2)}
.button-secondary{background:transparent;border-color:rgba(17,17,15,.24)}
.hero-mini{display:flex;gap:9px;flex-wrap:wrap}
.hero-mini span{padding:7px 10px;border:1px solid rgba(17,17,15,.12);border-radius:999px;background:rgba(255,255,255,.45);font-size:.78rem;font-weight:700}
.hero-visual{position:relative}
.poster-frame{
  border-radius:32px;overflow:hidden;box-shadow:var(--shadow);
  border:1px solid rgba(17,17,15,.10);
  transform:rotate(1.5deg);
  background:var(--cream)
}
.poster-frame img{width:100%;aspect-ratio:1055/1491;object-fit:cover}
.floating-card{
  position:absolute;left:-44px;bottom:50px;max-width:320px;
  display:flex;align-items:center;gap:14px;padding:16px 18px;
  background:#fff;border-radius:18px;box-shadow:0 18px 50px rgba(33,24,13,.18);
  border:1px solid rgba(17,17,15,.08)
}
.floating-card strong,.floating-card span{display:block}
.floating-card div span{color:var(--muted);font-size:.84rem}
.floating-icon{font-size:1.55rem}
.section-light{background:#fff}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.feature-card{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,#fff,#fffaf3)}
.feature-card h3{margin:18px 0 8px;font-size:1.2rem}
.feature-card p{margin:0;color:var(--muted)}
.feature-icon{
  display:grid;place-items:center;width:48px;height:48px;border-radius:14px;
  background:var(--yellow);font-weight:900;font-family:Georgia,serif
}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.reverse .content-panel{order:1}
.reverse .image-stack{order:2}
.image-panel{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#e8d3b4}
.image-panel img{width:100%;min-height:620px;object-fit:cover;object-position:center}
.big-copy{font-family:Georgia,serif;font-size:1.35rem!important;color:var(--ink)!important}
.check-list{padding:0;margin:26px 0;list-style:none;display:grid;gap:13px}
.check-list li{position:relative;padding-left:32px;color:#433d36}
.check-list li::before{
  content:"✓";position:absolute;left:0;top:.05em;width:22px;height:22px;border-radius:50%;
  background:var(--yellow);display:grid;place-items:center;font-size:.8rem;font-weight:900
}
.text-link{display:inline-block;margin-top:10px;font-weight:900;text-decoration-thickness:2px;text-underline-offset:5px}
.section-dark{background:var(--ink);color:#fff;overflow:hidden}
.section-dark h2,.section-dark h3{color:#fff}
.section-dark .timeline-item h3{color:#fff}
.section-dark::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 10% 20%,rgba(246,185,0,.13),transparent 28%);
  pointer-events:none
}
.light .eyebrow{color:var(--yellow)}
.light h2{color:#fff}
.light>p:last-child{color:#c7beb0}
.timeline{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.timeline::before{content:"";position:absolute;left:0;right:0;top:28px;height:1px;background:rgba(255,255,255,.18)}
.timeline-item{position:relative;padding-top:58px}
.timeline-num{
  position:absolute;top:0;left:0;display:grid;place-items:center;width:56px;height:56px;border-radius:50%;
  background:var(--yellow);color:var(--ink);font-weight:950;z-index:2
}
.timeline-item h3{font-size:1.28rem;margin:5px 0 10px}
.timeline-item p:last-child{color:#c8c0b5;font-size:.94rem}
.timeline-date{font-size:.72rem;color:var(--yellow);font-weight:900;letter-spacing:.09em}
.event-section{overflow:hidden;background:#f3e6d2}
.event-backdrop{
  position:absolute;inset:0;background:url("../assets/images/puerta-toledo-enie.webp") right center/58% auto no-repeat;opacity:.16;mix-blend-mode:multiply
}
.event-grid{position:relative;z-index:2;display:grid;grid-template-columns:.34fr 1fr;gap:80px;align-items:center}
.event-date{
  aspect-ratio:1;border-radius:50%;background:var(--ink);color:#fff;
  display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:var(--shadow)
}
.event-date .day{font-family:Georgia,serif;font-size:clamp(5rem,10vw,9rem);line-height:.8;color:var(--yellow)}
.event-date .month{font-size:1.35rem;font-weight:900;letter-spacing:.22em;margin-top:16px}
.event-date .year{font-size:.8rem;opacity:.7;letter-spacing:.22em}
.countdown{display:flex;align-items:end;gap:15px;margin:26px 0}
.countdown>div:first-child{display:flex;align-items:end;gap:8px}
.countdown strong{font-family:Georgia,serif;font-size:3.4rem;line-height:.8}
.countdown span{font-weight:800}
.countdown-copy{color:var(--muted);padding-bottom:4px}
.voices-section{background:#fff}
.voice-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px}
.voice-cloud span{
  border:1px solid var(--line);padding:10px 14px;border-radius:999px;
  font-size:.88rem;font-weight:800;background:#fffaf2
}
.voice-cloud span:nth-child(3n){background:var(--yellow);border-color:var(--yellow)}
.unexpected-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.unexpected-card{padding:28px;border-radius:var(--radius);background:var(--ink);color:#fff;min-height:230px}
.unexpected-card>span{color:var(--yellow);font-size:.78rem;font-weight:900;letter-spacing:.1em}
.unexpected-card h3{font-family:Georgia,serif;font-size:1.65rem;line-height:1.08;margin:30px 0 12px;color:#fff}
.unexpected-card p{color:#c8c0b5;margin:0}

.voices-carousel{
  display:grid;
  gap:20px
}
.carousel-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap
}
.carousel-note{
  margin:0;
  color:var(--muted);
  max-width:72ch
}
.carousel-controls{
  display:flex;
  gap:10px
}
.carousel-btn{
  width:48px;
  height:48px;
  border-radius:50%;
  border:1px solid rgba(17,17,15,.12);
  background:#fff;
  color:var(--ink);
  font-size:1.6rem;
  line-height:1;
  box-shadow:0 8px 24px rgba(43,31,16,.08);
  transition:.2s transform,.2s background,.2s border-color
}
.carousel-btn:hover{
  transform:translateY(-2px);
  background:#fff8e8;
  border-color:rgba(246,185,0,.55)
}
.carousel-viewport{
  overflow:hidden
}
.carousel-track{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px
}
.carousel-card{
  padding:28px;
  border-radius:var(--radius);
  background:var(--ink);
  color:#fff;
  min-height:230px;
  display:flex;
  flex-direction:column
}
.carousel-card span{
  color:var(--yellow);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.1em
}
.carousel-card h3{
  font-family:Georgia,serif;
  font-size:1.65rem;
  line-height:1.08;
  margin:30px 0 12px;
  color:#fff
}
.carousel-card p{
  color:#c8c0b5;
  margin:0
}
.carousel-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap
}
.carousel-dot{
  width:10px;
  height:10px;
  border:0;
  padding:0;
  border-radius:50%;
  background:#d4c7b4;
  cursor:pointer;
  transition:.2s transform,.2s background
}
.carousel-dot.is-active{
  background:var(--yellow);
  transform:scale(1.18)
}

.interview-section{background:#fbf4e8}
.steps{display:grid;gap:12px;margin:26px 0}
.step{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:13px;padding:12px 0;border-bottom:1px solid var(--line)}
.step b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--yellow)}
.note{padding:18px;border-left:4px solid var(--yellow);background:#fff;border-radius:0 15px 15px 0}
.image-stack{position:relative}
.image-stack>img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;min-height:600px;object-fit:cover}
.quote-card{
  position:absolute;left:-28px;bottom:34px;background:var(--ink);color:#fff;
  padding:20px 24px;border-radius:18px;font-family:Georgia,serif;font-size:1.4rem;max-width:320px
}

.published-interviews-section{
  background:#fffaf1;
  overflow:hidden
}
.published-interviews-heading{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:34px;
  margin-bottom:34px
}
.published-interviews-heading>div:first-child{
  max-width:780px
}
.published-interviews-heading h2{
  margin:.15em 0 .32em;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.25rem,5vw,4.3rem);
  line-height:.98;
  letter-spacing:-.045em
}
.published-interviews-heading p:last-child{
  color:var(--muted);
  margin-bottom:0
}
.interviews-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:14px;
  flex:0 0 auto
}
.posts-carousel-controls{
  display:flex;
  gap:9px
}
.posts-carousel-btn{
  width:48px;
  height:48px;
  border-radius:50%;
  border:1px solid rgba(17,17,15,.14);
  background:#fff;
  color:var(--ink);
  font-size:1.65rem;
  line-height:1;
  box-shadow:0 8px 24px rgba(43,31,16,.08);
  transition:.2s transform,.2s background,.2s opacity
}
.posts-carousel-btn:hover:not(:disabled){
  transform:translateY(-2px);
  background:#fff5d9
}
.posts-carousel-btn:disabled{
  opacity:.35;
  cursor:not-allowed
}
.interviews-all-link{
  white-space:nowrap
}
.posts-carousel-viewport{
  overflow:hidden
}
.posts-carousel-track{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px
}
.interview-post-card{
  min-width:0;
  background:#fff;
  border:1px solid rgba(17,17,15,.09);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 14px 36px rgba(43,31,16,.07);
  display:flex;
  flex-direction:column
}
.interview-post-card>a.post-image{
  position:relative;
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#e8dcc8
}
.interview-post-card>a.post-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.35s transform
}
.interview-post-card:hover>a.post-image img{
  transform:scale(1.035)
}
.interview-post-card .post-image-placeholder{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 70% 30%,rgba(246,185,0,.20),transparent 28%),
    linear-gradient(135deg,#f6ead7,#e9d2ad);
  font-family:Georgia,serif;
  font-size:4.2rem;
  font-weight:800;
  color:rgba(17,17,15,.28)
}
.post-copy{
  padding:22px 22px 24px;
  display:flex;
  flex-direction:column;
  flex:1
}
.post-meta{
  margin:0 0 9px;
  color:#9a6d00;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase
}
.post-copy h3{
  margin:0 0 10px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.45rem;
  line-height:1.08
}
.post-copy h3 a{
  text-decoration:none
}
.post-copy h3 a:hover{
  text-decoration:underline;
  text-decoration-color:var(--yellow);
  text-underline-offset:4px
}
.post-excerpt{
  color:var(--muted);
  margin:0 0 18px;
  font-size:.94rem
}
.post-readmore{
  margin-top:auto;
  font-weight:900;
  text-decoration:none;
  font-size:.9rem
}
.post-readmore:hover{
  color:#986a00
}
.posts-carousel-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:20px;
  flex-wrap:wrap
}
.posts-carousel-dot{
  width:9px;
  height:9px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#d8cbb8
}
.posts-carousel-dot.is-active{
  background:var(--yellow);
  transform:scale(1.2)
}
.interviews-empty{
  grid-column:1/-1;
  padding:36px;
  border-radius:22px;
  background:#fff;
  border:1px dashed #d8c9b0;
  text-align:center
}
.interviews-empty strong{
  display:block;
  font-family:Georgia,serif;
  font-size:1.5rem;
  margin-bottom:7px
}
.interviews-empty p{
  margin:0;
  color:var(--muted)
}
.interviews-noscript{
  margin-top:22px;
  color:var(--muted)
}
.interview-post-loading{
  min-height:430px
}
.skeleton{
  display:block;
  background:linear-gradient(90deg,#efe5d5 25%,#f7f0e6 50%,#efe5d5 75%);
  background-size:200% 100%;
  animation:vh-skeleton 1.5s infinite
}
.interview-post-loading .post-image{
  aspect-ratio:16/10
}
.skeleton-line{
  height:14px;
  border-radius:999px;
  margin-bottom:12px
}
.skeleton-line.short{
  width:42%
}
@keyframes vh-skeleton{
  0%{background-position:200% 0}
  100%{background-position:-200% 0}
}

.social-section{background:#11110f;color:#fff}
.social-section h2,.social-section h3{color:#fff}
.social-section .section-heading p:last-child{color:#d3ccc1}
.social-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start}
.social-links{display:grid;gap:10px}
.social-links a{
  text-decoration:none;display:flex;align-items:center;gap:14px;padding:16px 18px;
  border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.04);
  transition:.2s background,.2s transform
}
.social-links a:hover{background:rgba(255,255,255,.08);transform:translateX(4px)}
.social-tag{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--yellow);color:var(--ink);font-size:.75rem;font-weight:950}
.materials-section{background:#fff}
.materials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;max-width:940px;margin:auto}
.material-card{margin:0}
.material-card img{width:100%;border-radius:20px;box-shadow:var(--shadow);border:1px solid var(--line)}
.material-card figcaption{padding:12px 4px;color:var(--muted);font-size:.9rem}
.contact-section{background:linear-gradient(135deg,#f2dfbd,#fff6e6)}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px}
.whatsapp-box{
  display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:28px;padding:18px;
  background:var(--ink);color:#fff;border-radius:18px
}
.whatsapp-box span{width:100%;color:var(--yellow);font-weight:900;text-transform:uppercase;font-size:.75rem;letter-spacing:.1em}
.whatsapp-box a{color:#fff;font-size:1.35rem;font-weight:900;text-decoration:none}
.story-form{
  background:#fff;border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);
  display:grid;gap:16px;border:1px solid rgba(17,17,15,.08)
}
.story-form label{display:grid;gap:7px;font-size:.88rem;font-weight:850}
.story-form input,.story-form select,.story-form textarea{
  width:100%;border:1px solid #d9d0c4;border-radius:12px;padding:12px 13px;background:#fffdf8;color:var(--ink);outline:none
}
.story-form input:focus,.story-form select:focus,.story-form textarea:focus{border-color:#b88500;box-shadow:0 0 0 3px rgba(246,185,0,.18)}
.form-button{border:0;width:100%}
.form-note{margin:0;color:var(--muted);font-size:.78rem}
.site-footer{
  background:#080807;
  color:#fff;
  padding:38px 0;
  border-top:3px solid var(--yellow)
}
.footer-grid{
  display:grid;
  grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);
  align-items:center;
  gap:38px
}
.footer-intro{min-width:0}
.footer-brand{
  font-family:Georgia,serif;
  font-size:1.55rem;
  text-decoration:none
}
.site-footer p{
  margin:.1rem 0;
  color:#a7a095;
  font-size:.85rem
}
.footer-partners{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px
}
.partner{
  min-height:116px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:8px;
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(255,255,255,.035)
}
.partner-label{
  color:var(--yellow);
  font-size:.68rem;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase
}
.partner-body{
  display:flex;
  align-items:center;
  gap:13px
}
.partner-body img{
  width:78px;
  height:62px;
  object-fit:contain;
  flex:0 0 auto;
  background:#fff;
  border-radius:10px;
  padding:6px
}
.partner-executor .partner-body img{
  width:82px;
  height:68px;
  background:#fff
}
.partner-body strong{
  font-size:.82rem;
  line-height:1.25;
  font-weight:750;
  color:#f4efe7
}
.floating-whatsapp{
  position:fixed;right:20px;bottom:20px;z-index:90;width:56px;height:56px;border-radius:50%;
  display:grid;place-items:center;background:#25D366;color:#fff;text-decoration:none;font-size:1.35rem;
  box-shadow:0 10px 30px rgba(0,0,0,.22)
}
.reveal{opacity:0;transform:translateY(20px);transition:.65s ease opacity,.65s ease transform}
.reveal.is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}
}
@media (max-width:980px){
  .section{padding:85px 0}
  .main-nav{
    position:fixed;top:var(--vhl-header-height);left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;
    background:#fff;border-radius:18px;padding:14px;box-shadow:var(--shadow);border:1px solid var(--line)
  }
  .main-nav.is-open{display:flex}
  .menu-toggle{display:block}
  .hero-grid,.split-grid,.event-grid,.social-grid,.contact-grid{grid-template-columns:1fr}
  .hero-grid{gap:46px}
  .hero-visual{max-width:650px;margin:auto}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .timeline{grid-template-columns:repeat(2,1fr);gap:36px 18px}
  .timeline::before{display:none}
  .event-date{width:min(330px,70vw);margin:auto}
  .unexpected-grid{grid-template-columns:1fr}
  .carousel-track{grid-template-columns:1fr}
  .carousel-header{align-items:flex-start}
  .image-panel img,.image-stack>img{min-height:auto}
  .reverse .content-panel,.reverse .image-stack{order:initial}
}
@media (max-width:620px){
  :root{
  --vhl-header-height:72px;--shell:min(100% - 26px,1180px)}
  .section{padding:70px 0}
  .hero{padding-top:46px}
  .hero-copy h1{font-size:clamp(4.2rem,22vw,6.7rem)}
  .hero-copy h1 span+span{margin-left:.12em}
  .claim{font-size:1rem}
  .hero-actions{flex-direction:column}
  .button{width:100%}
  .floating-card{position:relative;left:auto;bottom:auto;margin:-22px 14px 0}
  .feature-grid,.timeline,.materials-grid{grid-template-columns:1fr}
  .timeline-item{padding-top:64px}
  .event-grid{gap:36px}
  .event-copy h2,.section-heading h2,.content-panel h2,.contact-copy h2{font-size:2.5rem}
  .social-grid{gap:36px}
  .footer-grid{grid-template-columns:1fr;align-items:flex-start}
  .footer-partners{grid-template-columns:1fr;width:100%}
  .partner-body{align-items:center}
  .quote-card{left:12px;right:12px;bottom:16px;max-width:none}
}


@media (max-width:980px){
  .published-interviews-heading{
    align-items:flex-start;
    flex-direction:column
  }
  .interviews-actions{
    width:100%;
    flex-direction:row;
    align-items:center;
    justify-content:space-between
  }
  .posts-carousel-track{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
}
@media (max-width:620px){
  .interviews-actions{
    align-items:flex-start;
    flex-direction:column
  }
  .posts-carousel-track{
    grid-template-columns:1fr
  }
  .published-interviews-heading h2{
    font-size:2.5rem
  }
}


@media (max-width:620px){
  :root{--vhl-header-height:64px}
  .nav-shell{min-height:64px}
  .site-header{min-height:64px}
  .main-nav{top:var(--vhl-header-height)}
  .hero{min-height:calc(100svh - var(--vhl-header-height));padding-top:34px}
}
@media (min-width:621px) and (max-width:980px){
  :root{--vhl-header-height:68px}
  .nav-shell{min-height:68px}
  .site-header{min-height:68px}
  .main-nav{top:var(--vhl-header-height)}
  .hero{min-height:calc(100svh - var(--vhl-header-height));padding-top:42px}
}

/* =========================================================
   VOCES HISPANAS · POLISH RESPONSIVE v1.0.5
   ========================================================= */

:root{
  --vhl-header-height:72px;
  --vhl-section-pad:96px;
}

body.vhl-landing{
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

body.vhl-landing.nav-open{
  overflow:hidden;
}

/* Better keyboard focus */
.vhl-landing a:focus-visible,
.vhl-landing button:focus-visible,
.vhl-landing input:focus-visible,
.vhl-landing select:focus-visible,
.vhl-landing textarea:focus-visible{
  outline:3px solid var(--yellow);
  outline-offset:3px;
}

/* Fixed header: compact, readable and never on top of content */
.site-header{
  min-height:var(--vhl-header-height);
  display:flex;
  align-items:center;
  box-shadow:0 1px 0 rgba(17,17,15,.06);
}
.nav-shell{
  min-height:var(--vhl-header-height);
}
.main-nav{
  gap:clamp(14px,1.7vw,24px);
}
.main-nav a{
  white-space:nowrap;
}

/* Global vertical rhythm */
.section{
  padding:var(--vhl-section-pad) 0;
}
.section-heading{
  margin-bottom:44px;
}
.section-heading h2,
.content-panel h2,
.event-copy h2,
.contact-copy h2,
.published-interviews-heading h2{
  text-wrap:balance;
}
.section-heading>p:last-child,
.content-panel>p,
.event-copy>p,
.contact-copy>p{
  line-height:1.72;
}

/* Hero */
.hero{
  min-height:calc(100svh - var(--vhl-header-height));
  padding-top:46px;
  padding-bottom:58px;
}
.hero-grid{
  gap:clamp(42px,5vw,72px);
}
.hero-copy h1{
  font-size:clamp(4.6rem,8.2vw,7.6rem);
}
.hero-copy .lead{
  line-height:1.7;
}
.poster-frame{
  max-width:560px;
  margin-inline:auto;
}
.poster-frame img{
  height:auto;
}
.floating-card{
  max-width:300px;
}

/* Uploaded replacement imagery: show complete images without unwanted crop */
.image-panel{
  background:#f1e2cd;
}
.image-panel img{
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
}
.image-stack>img{
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
  background:#f3e4cf;
}

/* Cards */
.feature-card,
.carousel-card,
.unexpected-card,
.interview-post-card{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.feature-card:hover,
.interview-post-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 46px rgba(43,31,16,.12);
}
.carousel-card{
  min-height:250px;
}
.carousel-card h3,
.unexpected-card h3{
  color:#fff;
}
.carousel-card p,
.unexpected-card p{
  color:#ded6ca;
}

/* Ensure every dark section has proper contrast */
.section-dark,
.social-section{
  color:#fff;
}
.section-dark h1,
.section-dark h2,
.section-dark h3,
.social-section h1,
.social-section h2,
.social-section h3{
  color:#fff;
}
.section-dark p,
.social-section .section-heading p:last-child{
  color:#d7d0c5;
}
.timeline-item h3{
  color:#fff;
}
.timeline-item p:last-child{
  color:#d2cbc0;
}

/* Voice carousel */
.voices-carousel{
  touch-action:pan-y;
}
.carousel-viewport{
  border-radius:var(--radius);
}
.carousel-btn,
.posts-carousel-btn{
  flex:0 0 auto;
}

/* Interview posts */
.published-interviews-section{
  border-top:1px solid rgba(17,17,15,.07);
}
.interview-post-card .post-image{
  background:#eadcc7;
}
.post-copy h3{
  text-wrap:balance;
}

/* Event block */
.event-date{
  max-width:360px;
}
.event-copy{
  max-width:760px;
}
.event-copy>p{
  max-width:62ch;
}

/* Social links */
.social-links a{
  min-height:72px;
}
.social-links strong{
  color:#fff;
}
.social-tag{
  flex:0 0 auto;
}

/* Contact */
.story-form{
  align-self:start;
}
.story-form textarea{
  resize:vertical;
  min-height:130px;
}

/* Footer */
.footer-partners{
  align-items:stretch;
}
.partner{
  min-height:122px;
}
.partner-body img{
  object-fit:contain;
}
.partner-body strong{
  line-height:1.35;
}

/* Tablet */
@media (min-width:621px) and (max-width:1100px){
  :root{
    --vhl-section-pad:76px;
  }
  .main-nav{
    gap:12px;
  }
  .main-nav a{
    font-size:.82rem;
  }
  .hero{
    padding-top:38px;
    padding-bottom:48px;
  }
  .hero-grid{
    grid-template-columns:1fr 1fr;
    gap:36px;
  }
  .hero-copy h1{
    font-size:clamp(4rem,8.8vw,6.1rem);
  }
  .feature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .timeline{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .split-grid,
  .social-grid,
  .contact-grid{
    gap:46px;
  }
}

/* Tablet narrow: switch to mobile navigation sooner */
@media (max-width:900px){
  .menu-toggle{
    display:block;
  }
  .main-nav{
    position:fixed;
    top:var(--vhl-header-height);
    left:14px;
    right:14px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:4px;
    padding:12px;
    max-height:calc(100svh - var(--vhl-header-height) - 20px);
    overflow:auto;
    background:rgba(255,255,255,.98);
    border:1px solid rgba(17,17,15,.10);
    border-radius:18px;
    box-shadow:0 22px 60px rgba(23,16,8,.18);
    backdrop-filter:blur(18px);
  }
  .main-nav.is-open{
    display:flex;
  }
  .main-nav a{
    font-size:.95rem;
    padding:12px 13px;
    border-radius:12px;
  }
  .main-nav a:hover{
    background:#fff6df;
  }
  .nav-cta{
    text-align:center;
    margin-top:4px;
  }
}

/* Mobile */
@media (max-width:620px){
  :root{
    --vhl-header-height:64px;
    --vhl-section-pad:58px;
    --shell:min(100% - 28px,1180px);
  }

  .brand{
    font-size:1.03rem;
  }
  .brand-wave{
    font-size:.48rem;
  }

  .hero{
    min-height:auto;
    padding-top:30px;
    padding-bottom:46px;
  }
  .hero-grid{
    gap:34px;
  }
  .hero-copy h1{
    font-size:clamp(4rem,20vw,5.7rem);
    line-height:.76;
  }
  .hero-copy h1 span+span{
    margin-left:.08em;
  }
  .claim{
    margin:28px 0 18px;
    line-height:1.4;
  }
  .lead{
    font-size:1rem;
  }
  .hero-mini{
    gap:7px;
  }
  .hero-mini span{
    font-size:.72rem;
  }
  .poster-frame{
    border-radius:22px;
    transform:none;
  }
  .floating-card{
    margin:-18px 10px 0;
    padding:14px;
    border-radius:16px;
  }

  .section-heading{
    margin-bottom:32px;
  }
  .section-heading h2,
  .content-panel h2,
  .event-copy h2,
  .contact-copy h2,
  .published-interviews-heading h2{
    font-size:clamp(2.25rem,11vw,3rem);
    line-height:1.02;
  }

  .feature-grid,
  .timeline,
  .materials-grid,
  .posts-carousel-track,
  .carousel-track{
    grid-template-columns:1fr;
  }

  .feature-card{
    padding:22px;
  }

  .split-grid,
  .event-grid,
  .social-grid,
  .contact-grid{
    gap:34px;
  }

  .image-panel,
  .image-stack>img{
    border-radius:20px;
  }
  .quote-card{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    margin:-18px 12px 0;
    font-size:1.12rem;
    border-radius:15px;
  }

  .timeline-item{
    padding-top:62px;
  }

  .event-date{
    width:min(250px,70vw);
  }
  .event-date .day{
    font-size:6rem;
  }
  .countdown{
    align-items:center;
  }
  .countdown strong{
    font-size:2.8rem;
  }

  .voice-cloud{
    gap:8px;
  }
  .voice-cloud span{
    padding:8px 11px;
    font-size:.78rem;
  }

  .carousel-header,
  .published-interviews-heading{
    gap:18px;
  }
  .carousel-controls,
  .posts-carousel-controls{
    align-self:flex-start;
  }
  .carousel-card{
    min-height:230px;
    padding:24px;
  }

  .interviews-actions{
    width:100%;
    gap:12px;
  }
  .interviews-all-link{
    white-space:normal;
  }

  .social-links a{
    min-height:64px;
    padding:13px 14px;
  }

  .whatsapp-box{
    align-items:flex-start;
    flex-direction:column;
  }
  .whatsapp-box a{
    font-size:1.2rem;
  }

  .story-form{
    padding:20px;
    border-radius:20px;
  }

  .footer-grid{
    gap:24px;
  }
  .footer-partners{
    grid-template-columns:1fr;
  }
  .partner{
    min-height:auto;
  }
}

/* Very small phones */
@media (max-width:380px){
  .hero-copy h1{
    font-size:3.65rem;
  }
  .section-heading h2,
  .content-panel h2,
  .event-copy h2,
  .contact-copy h2,
  .published-interviews-heading h2{
    font-size:2.15rem;
  }
  .button{
    padding:13px 16px;
  }
}

/* =========================================================
   HEADER STABILITY FIX v1.0.6
   Avoids ResizeObserver feedback and navigation wrapping.
   ========================================================= */

:root{
  --vhl-header-height:72px;
}

.site-header{
  height:var(--vhl-header-height);
  min-height:var(--vhl-header-height);
  max-height:var(--vhl-header-height);
  overflow:visible;
}

.nav-shell{
  height:var(--vhl-header-height);
  min-height:var(--vhl-header-height);
  max-height:var(--vhl-header-height);
  flex-wrap:nowrap;
}

.brand{
  flex:0 0 auto;
  white-space:nowrap;
}

.main-nav{
  flex-wrap:nowrap;
  min-width:0;
}

body.vhl-landing{
  padding-top:var(--vhl-header-height);
}

/* On compact desktop/tablet widths, use the hamburger menu before links can wrap. */
@media (max-width:1100px){
  :root{
    --vhl-header-height:68px;
  }

  .site-header,
  .nav-shell{
    height:var(--vhl-header-height);
    min-height:var(--vhl-header-height);
    max-height:var(--vhl-header-height);
  }

  .menu-toggle{
    display:block;
    flex:0 0 auto;
  }

  .main-nav{
    position:fixed;
    top:var(--vhl-header-height);
    left:14px;
    right:14px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:4px;
    padding:12px;
    max-height:calc(100svh - var(--vhl-header-height) - 20px);
    overflow:auto;
    background:rgba(255,255,255,.98);
    border:1px solid rgba(17,17,15,.10);
    border-radius:18px;
    box-shadow:0 22px 60px rgba(23,16,8,.18);
    backdrop-filter:blur(18px);
  }

  .main-nav.is-open{
    display:flex;
  }

  .main-nav a{
    white-space:normal;
    font-size:.95rem;
    padding:12px 13px;
    border-radius:12px;
  }

  .main-nav a:hover{
    background:#fff6df;
  }

  .nav-cta{
    text-align:center;
    margin-top:4px;
  }
}

@media (max-width:620px){
  :root{
    --vhl-header-height:64px;
  }

  .site-header,
  .nav-shell{
    height:var(--vhl-header-height);
    min-height:var(--vhl-header-height);
    max-height:var(--vhl-header-height);
  }
}

/* =========================================================
   HERO TOP VISIBILITY FIX v1.0.7
   The hero content must begin below the fixed header.
   ========================================================= */

.hero{
  align-items:flex-start !important;
  min-height:calc(100svh - var(--vhl-header-height));
  padding-top:54px !important;
  padding-bottom:58px !important;
}

.hero-grid{
  align-items:center;
  width:var(--shell);
  margin-inline:auto;
}

/* Prevent large serif ascenders from being clipped at the top. */
.hero-copy{
  padding-top:18px;
}

.hero-copy h1{
  margin-top:0;
}

/* Compact desktop / tablet */
@media (max-width:1100px){
  .hero{
    padding-top:46px !important;
  }
  .hero-copy{
    padding-top:12px;
  }
}

/* Mobile */
@media (max-width:620px){
  .hero{
    padding-top:34px !important;
    padding-bottom:44px !important;
  }
  .hero-copy{
    padding-top:8px;
  }
}

/* =========================================================
   HEADER FLOW FIX v1.0.8
   The header remains visible but stays in normal document flow,
   so it can never cover the hero section.
   ========================================================= */

.site-header{
  position:sticky !important;
  top:0;
  left:auto;
  right:auto;
  width:100%;
  height:var(--vhl-header-height);
  min-height:var(--vhl-header-height);
  max-height:var(--vhl-header-height);
  z-index:100;
}

/* Sticky headers occupy space naturally, so no artificial top padding is needed. */
body.vhl-landing{
  padding-top:0 !important;
}

/* The hero now begins immediately after the header in normal document flow. */
.hero{
  min-height:calc(100svh - var(--vhl-header-height));
  padding-top:42px !important;
  padding-bottom:58px !important;
}

/* Anchor links should still stop below the sticky header. */
html{
  scroll-padding-top:calc(var(--vhl-header-height) + 18px);
}

section[id]{
  scroll-margin-top:calc(var(--vhl-header-height) + 18px);
}

/* Mobile/tablet dropdown remains below the sticky bar. */
@media (max-width:1100px){
  .main-nav{
    top:var(--vhl-header-height);
  }
}

@media (max-width:620px){
  .hero{
    padding-top:30px !important;
    padding-bottom:44px !important;
  }
}

/* =========================================================
   NON-OVERLAY HEADER FIX v1.0.9
   The navigation is now part of the normal document flow.
   It does NOT stay fixed or sticky, so it can never cover the hero.
   ========================================================= */

.site-header{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  width:100%;
  height:var(--vhl-header-height);
  min-height:var(--vhl-header-height);
  max-height:var(--vhl-header-height);
  z-index:100;
}

body.vhl-landing{
  padding-top:0 !important;
}

/* No fixed/sticky bar means anchor offsets are no longer necessary. */
html{
  scroll-padding-top:0 !important;
}

section[id]{
  scroll-margin-top:18px !important;
}

/* Hero starts naturally after the header. */
.hero{
  margin-top:0 !important;
  padding-top:46px !important;
  min-height:calc(100svh - var(--vhl-header-height));
}

/* Mobile/tablet dropdown opens directly under the normal-flow header. */
@media (max-width:1100px){
  .site-header{
    position:relative !important;
  }

  .main-nav{
    position:absolute !important;
    top:100% !important;
    left:14px;
    right:14px;
    z-index:200;
  }
}

@media (max-width:620px){
  .hero{
    padding-top:32px !important;
  }
}

/* =========================================================
   VOCES HISPANAS 1.1.0 — DEFINITIVE TOP LAYOUT
   Fresh filename used to bypass cached stylesheets.
   ========================================================= */

.site-header{
  position:static !important;
  inset:auto !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  width:100% !important;
  height:auto !important;
  min-height:72px !important;
  max-height:none !important;
  margin:0 !important;
  overflow:visible !important;
  z-index:auto !important;
}

.nav-shell{
  min-height:72px !important;
  height:auto !important;
  max-height:none !important;
}

body.vhl-landing{
  padding-top:0 !important;
  margin-top:0 !important;
}

#inicio.hero{
  position:relative !important;
  margin-top:0 !important;
  padding-top:64px !important;
  padding-bottom:64px !important;
  min-height:auto !important;
  overflow:hidden;
}

#inicio .hero-grid{
  position:relative;
  top:auto !important;
  transform:none !important;
  margin-top:0 !important;
  align-items:center;
}

#inicio .hero-copy{
  position:relative;
  top:auto !important;
  transform:none !important;
  padding-top:0 !important;
  margin-top:0 !important;
}

#inicio .hero-copy .eyebrow{
  display:block !important;
  margin:0 0 18px !important;
}

#inicio .hero-copy h1{
  display:block !important;
  position:relative !important;
  top:auto !important;
  transform:none !important;
  margin:0 0 38px !important;
  padding:0 !important;
  font-size:clamp(4.5rem,8vw,7.2rem) !important;
  line-height:.84 !important;
  overflow:visible !important;
}

#inicio .hero-copy h1 span{
  display:block !important;
  position:relative !important;
  top:auto !important;
}

#inicio .hero-copy h1 span+span{
  margin-left:.58em !important;
}

#inicio .claim{
  margin-top:0 !important;
}

/* Header is never sticky/fixed on any breakpoint. */
@media (max-width:1100px){
  .site-header{
    position:static !important;
    min-height:68px !important;
  }

  .nav-shell{
    min-height:68px !important;
  }

  .main-nav{
    position:absolute !important;
    top:100% !important;
    left:14px !important;
    right:14px !important;
    z-index:9999 !important;
  }

  #inicio.hero{
    padding-top:48px !important;
  }
}

@media (max-width:620px){
  .site-header{
    min-height:64px !important;
  }

  .nav-shell{
    min-height:64px !important;
  }

  #inicio.hero{
    padding-top:34px !important;
    padding-bottom:46px !important;
  }

  #inicio .hero-copy h1{
    font-size:clamp(3.75rem,19vw,5.4rem) !important;
    line-height:.86 !important;
    margin-bottom:28px !important;
  }

  #inicio .hero-copy h1 span+span{
    margin-left:.08em !important;
  }
}

/* =========================================================
   FLOATING NAV RESTORE v1.1.1
   Recupera el menú flotante sin tapar el hero.
   ========================================================= */

:root{
  --vhl-nav-height:64px;
  --vhl-nav-top:14px;
  --vhl-nav-safe-space:96px;
}

/* El contenedor del header no pinta una barra completa. */
.site-header{
  position:fixed !important;
  top:var(--vhl-nav-top) !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  z-index:9999 !important;
  pointer-events:none;
}

/* Solo nav-shell flota: visualmente es una tarjeta/píldora independiente. */
.nav-shell{
  width:min(1480px, calc(100% - 36px)) !important;
  min-height:var(--vhl-nav-height) !important;
  height:var(--vhl-nav-height) !important;
  max-height:var(--vhl-nav-height) !important;
  margin:0 auto !important;
  padding:0 20px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:22px !important;
  flex-wrap:nowrap !important;
  background:rgba(255,250,241,.94) !important;
  border:1px solid rgba(17,17,15,.09) !important;
  border-radius:999px !important;
  box-shadow:0 12px 34px rgba(31,22,12,.14) !important;
  backdrop-filter:blur(16px) !important;
  -webkit-backdrop-filter:blur(16px) !important;
  pointer-events:auto;
}

/* Reserva física para que el hero NUNCA quede debajo del menú flotante. */
body.vhl-landing{
  padding-top:var(--vhl-nav-safe-space) !important;
}

/* El hero empieza después de la zona reservada. */
#inicio.hero{
  margin-top:0 !important;
  padding-top:34px !important;
  min-height:calc(100svh - var(--vhl-nav-safe-space)) !important;
}

/* Anclas: dejan espacio para el nav flotante. */
html{
  scroll-padding-top:calc(var(--vhl-nav-safe-space) + 8px) !important;
}

section[id]{
  scroll-margin-top:calc(var(--vhl-nav-safe-space) + 8px) !important;
}

.brand{
  flex:0 0 auto !important;
  white-space:nowrap !important;
}

.main-nav{
  flex-wrap:nowrap !important;
  min-width:0 !important;
}

/* Escritorio compacto / tablet: hamburguesa antes de que los enlaces se compriman. */
@media (max-width:1100px){
  :root{
    --vhl-nav-height:58px;
    --vhl-nav-top:10px;
    --vhl-nav-safe-space:82px;
  }

  .nav-shell{
    width:calc(100% - 24px) !important;
    height:var(--vhl-nav-height) !important;
    min-height:var(--vhl-nav-height) !important;
    max-height:var(--vhl-nav-height) !important;
    padding:0 16px !important;
  }

  .menu-toggle{
    display:block !important;
    flex:0 0 auto;
  }

  .main-nav{
    position:fixed !important;
    top:calc(var(--vhl-nav-top) + var(--vhl-nav-height) + 8px) !important;
    left:12px !important;
    right:12px !important;
    display:none !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:4px !important;
    padding:12px !important;
    max-height:calc(100svh - var(--vhl-nav-height) - 36px) !important;
    overflow:auto !important;
    background:rgba(255,255,255,.98) !important;
    border:1px solid rgba(17,17,15,.10) !important;
    border-radius:18px !important;
    box-shadow:0 22px 60px rgba(23,16,8,.20) !important;
    backdrop-filter:blur(18px) !important;
  }

  .main-nav.is-open{
    display:flex !important;
  }

  .main-nav a{
    white-space:normal !important;
    padding:12px 13px !important;
    border-radius:12px !important;
  }

  #inicio.hero{
    padding-top:28px !important;
  }
}

@media (max-width:620px){
  :root{
    --vhl-nav-height:54px;
    --vhl-nav-top:8px;
    --vhl-nav-safe-space:74px;
  }

  .nav-shell{
    width:calc(100% - 16px) !important;
    padding:0 13px !important;
  }

  .brand{
    font-size:1rem !important;
  }

  #inicio.hero{
    padding-top:22px !important;
    padding-bottom:42px !important;
  }
}

/* =========================================================
   PHYSICAL CLEARANCE BELOW FLOATING NAV v1.1.2
   The empty spacer is real document flow: nothing from the hero
   can exist behind nav-shell on first load.
   ========================================================= */

:root{
  --vhl-nav-clearance:104px;
}

/* Keep nav-shell floating. */
.site-header{
  position:fixed !important;
  top:14px !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:9999 !important;
}

/* IMPORTANT: no synthetic body offset. */
body.vhl-landing{
  padding-top:0 !important;
  margin-top:0 !important;
}

/* This actual block sits between HEADER and MAIN in the DOM. */
.vhl-nav-clearance{
  display:block !important;
  width:100% !important;
  height:var(--vhl-nav-clearance) !important;
  min-height:var(--vhl-nav-clearance) !important;
  flex:0 0 var(--vhl-nav-clearance) !important;
  background:#fffaf1 !important;
  pointer-events:none !important;
}

#contenido{
  margin-top:0 !important;
  padding-top:0 !important;
}

/* Hero starts only AFTER the physical clearance block. */
#inicio.hero{
  margin-top:0 !important;
  padding-top:34px !important;
  min-height:auto !important;
}

#inicio .hero-grid,
#inicio .hero-copy{
  margin-top:0 !important;
  padding-top:0 !important;
  top:auto !important;
  transform:none !important;
}

#inicio .hero-title{
  margin-top:0 !important;
  padding-top:0 !important;
  top:auto !important;
  transform:none !important;
  overflow:visible !important;
}

html{
  scroll-padding-top:calc(var(--vhl-nav-clearance) + 8px) !important;
}

section[id]{
  scroll-margin-top:calc(var(--vhl-nav-clearance) + 8px) !important;
}

@media (max-width:1100px){
  :root{
    --vhl-nav-clearance:88px;
  }
  .site-header{
    top:10px !important;
  }
  #inicio.hero{
    padding-top:28px !important;
  }
}

@media (max-width:620px){
  :root{
    --vhl-nav-clearance:78px;
  }
  .site-header{
    top:8px !important;
  }
  #inicio.hero{
    padding-top:24px !important;
    padding-bottom:42px !important;
  }
}

/* =========================================================
   V1.1.3 — MOVE THE ENTIRE HERO BELOW THE FLOATING NAV
   No hero content is allowed behind nav-shell.
   ========================================================= */

:root{
  --vhl-hero-safe-top:86px;
}

/* Keep nav-shell floating. */
.site-header{
  position:fixed !important;
  top:10px !important;
  left:0 !important;
  right:0 !important;
  z-index:9999 !important;
}

/* The physical spacer is kept, but the hero grid also gets its own clearance.
   This intentionally creates a visible blank strip under the floating nav. */
.vhl-nav-clearance{
  height:96px !important;
  min-height:96px !important;
}

/* Move ALL hero content — text and image — down. */
#inicio.hero{
  padding-top:0 !important;
  margin-top:0 !important;
}

#inicio .hero-grid{
  padding-top:var(--vhl-hero-safe-top) !important;
  margin-top:0 !important;
  align-items:center !important;
}

/* Make sure the heading itself cannot visually paint upward. */
#inicio .hero-title{
  margin:0 0 38px !important;
  padding:0 !important;
  line-height:.98 !important;
  position:relative !important;
  top:auto !important;
  transform:none !important;
  overflow:visible !important;
}

#inicio .hero-title span{
  line-height:.98 !important;
}

/* Tablet */
@media (max-width:1100px){
  :root{
    --vhl-hero-safe-top:72px;
  }

  .vhl-nav-clearance{
    height:90px !important;
    min-height:90px !important;
  }

  #inicio .hero-grid{
    padding-top:var(--vhl-hero-safe-top) !important;
  }
}

/* Mobile */
@media (max-width:620px){
  :root{
    --vhl-hero-safe-top:58px;
  }

  .vhl-nav-clearance{
    height:78px !important;
    min-height:78px !important;
  }

  #inicio .hero-grid{
    padding-top:var(--vhl-hero-safe-top) !important;
  }

  #inicio .hero-title{
    line-height:1 !important;
  }

  #inicio .hero-title span{
    line-height:1 !important;
  }
}
/* AJUSTE MANUAL POSICIÓN HERO */

/* Escritorio grande */
:root{
  --vhl-hero-safe-top:240px;
}

/* Tablet y escritorio pequeño */
@media (max-width:1100px){
  :root{
    --vhl-hero-safe-top:160px;
  }
}

/* Móvil */
@media (max-width:620px){
  :root{
    --vhl-hero-safe-top:140px;
  }
}
