/* ═══════════════════════════════════════════════════
   ENELDO MENDOZA — main.css
═══════════════════════════════════════════════════ */

:root {
  --c1: #BDC03D;
  --c2: #616141;
  --c3: #2B221D;
  --c5: #D86027;
  --cream: #f7f3ed;
  --warm: #ede5d4;
  --gold: #AA9E52;
  --white: #ffffff;
  --ink: #2a2018;
  --ff-head: 'Montserrat', sans-serif;
  --ff-body: 'Nunito', sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow: 0 8px 32px rgba(42, 32, 24, .10);
  --shadow-lg: 0 24px 64px rgba(42, 32, 24, .18);
  --radius: 6px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ff-body);
  background: var(--cream);
  color: var(--ink);
  overflow-x: hidden;
  cursor: none;
  -webkit-font-smoothing: antialiased;
}

#cur-ring { display: none; }
#cur-dot {
  position: fixed; width: 8px; height: 8px;
  background: var(--c2); border-radius: 50%;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%); opacity: 0;
  transition: opacity .3s, transform .15s, background .2s;
}
body.cr #cur-dot { opacity: 1; }
body:has(a:hover) #cur-dot,
body:has(button:hover) #cur-dot {
  background: var(--c1);
  transform: translate(-50%, -50%) scale(1.6);
}
@media (hover: none) { #cur-dot { display: none; } }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  height: 74px; padding: 0 4rem;
  display: flex; align-items: center; justify-content: space-between;
  transition: background .35s, box-shadow .35s, height .35s, border-color .35s, opacity .4s ease, transform .4s ease;
  background: rgba(46,92,53,0.12);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(189,192,61,.2);
}
nav.scrolled {
  background: rgba(247,243,237,.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(42,32,24,.07);
  height: 74px;
  border-bottom: 1px solid transparent;
}
nav.hidden-nav {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}
.nav-links { display: flex; align-items: center; gap: 2.5rem; }
.nav-links a {
  font-family: var(--ff-head); font-size: .75rem; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase;
  color: rgba(255,255,255,.8); text-decoration: none;
  position: relative; transition: color .25s;
}
nav.scrolled .nav-links a { color: var(--c3); }
.nav-links a::after {
  content: ''; position: absolute; bottom: -3px; left: 0; right: 0;
  height: 1.5px; background: var(--c1);
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s var(--ease-out);
}
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta { padding: .55rem 1.5rem !important; background: var(--c1) !important; color: var(--ink) !important; border-radius: 3px; font-weight: 600 !important; }
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--c2) !important; color: var(--white) !important; }
.nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: none; padding: .3rem; }
.nav-burger span { width: 24px; height: 1.5px; display: block; background: var(--white); transition: background .3s; }
nav.scrolled .nav-burger span { background: var(--ink); }

/* ── HERO ── */
.hero {
  height: 100vh; min-height: 640px;
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background: var(--c3);
}
#hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.hero-grain {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='250' height='250' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: .045;
}
.hero-vignette {
  position: absolute; inset: 0; z-index: 3;
  background: radial-gradient(ellipse 85% 80% at 50% 50%, transparent 25%, rgba(26,20,16,.65) 100%);
  pointer-events: none;
}
.hero-content {
  position: relative; z-index: 5; text-align: center;
  padding: 5rem 2rem 2rem; max-width: 900px; width: 100%;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--ff-head); font-size: .58rem; letter-spacing: .55em; text-transform: uppercase;
  color: rgba(255,255,255,.45);
  border: 1px solid rgba(255,255,255,.1); padding: .45rem 1.4rem; border-radius: 2px;
  margin-bottom: 2rem;
}
.hero-tag::before { content: "📍"; font-size: .7rem; }
.nav-logo img { height: 84px; width: auto; display: block; object-fit: contain; }
nav.scrolled .nav-logo img { filter: brightness(0) saturate(100%) invert(17%) sepia(15%) saturate(800%) hue-rotate(10deg) brightness(70%); height: 100px; }
.footer-logo { height: 44px; width: auto; display: block; margin-bottom: 1.2rem; object-fit: contain; }
.hero-logo-bg {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(320px, 60vw, 680px); height: auto;
  opacity: .09; filter: blur(1.5px) brightness(0) invert(1);
  z-index: 1; pointer-events: none;
  animation: logoDrift 20s ease-in-out infinite;
  transform-origin: center center;
}
@keyframes logoDrift {
  0%   { transform: translate(-50%,-50%) rotate(0deg)  scale(1); }
  20%  { transform: translate(-50%,-52%) rotate(3deg)  scale(1.04); }
  40%  { transform: translate(-51%,-50%) rotate(0deg)  scale(1.07); }
  60%  { transform: translate(-50%,-48%) rotate(-3deg) scale(1.04); }
  80%  { transform: translate(-49%,-50%) rotate(0deg)  scale(1.02); }
  100% { transform: translate(-50%,-50%) rotate(0deg)  scale(1); }
}
.hero-logo-top { display: none; }
.hero-title {
  font-family: var(--ff-head); font-size: clamp(2.2rem, 5.5vw, 4.8rem);
  font-weight: 700; line-height: 1.05; color: var(--white);
  letter-spacing: -.015em; margin-bottom: 1.2rem;
}
.hero-title em { font-style: italic; font-weight: 300; color: var(--c1); display: block; }
.hero-sub { font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.4); line-height: 2.2; margin-bottom: 2.8rem; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-primary {
  padding: .88rem 2.4rem; background: var(--c1); color: var(--ink);
  font-family: var(--ff-head); font-size: .62rem; letter-spacing: .2em;
  text-transform: uppercase; font-weight: 600; border: none; border-radius: 3px;
  cursor: none; text-decoration: none; transition: background .25s, transform .2s;
}
.btn-primary:hover { background: var(--white); transform: translateY(-2px); }
.btn-ghost {
  padding: .88rem 2.4rem; background: transparent; color: rgba(255,255,255,.7);
  font-family: var(--ff-head); font-size: .62rem; letter-spacing: .2em;
  text-transform: uppercase; font-weight: 500;
  border: 1px solid rgba(255,255,255,.2); border-radius: 3px;
  cursor: none; text-decoration: none; transition: all .25s;
}
.btn-ghost:hover { border-color: rgba(255,255,255,.5); color: var(--white); }
.hero-scroll {
  position: absolute; bottom: 2.5rem; left: 50%;
  transform: translateX(-50%); z-index: 5;
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
}
.hero-scroll-label { font-family: var(--ff-head); font-size: .48rem; letter-spacing: .5em; text-transform: uppercase; color: rgba(255,255,255,.25); }
.hero-scroll-line { width: 1px; height: 3rem; background: linear-gradient(to bottom, rgba(255,255,255,.3), transparent); animation: scrlPulse 2.2s ease-in-out infinite; }
@keyframes scrlPulse { 0%, 100% { transform: scaleY(0); transform-origin: top; opacity: 0; } 50% { transform: scaleY(1); transform-origin: top; opacity: 1; } }

/* ── MARQUEES ── */
.marquee-band { background: var(--c2); overflow: hidden; padding: .85rem 0; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.mq-track { display: flex; white-space: nowrap; animation: mqFlow 28s linear infinite; align-items: center; }
.mq-track:hover { animation-play-state: paused; }
@keyframes mqFlow { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.mq-item { display: inline-flex; align-items: center; gap: 1.2rem; padding: 0 1.8rem; font-family: var(--ff-head); font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.mq-item strong { color: var(--c1); font-weight: 600; }
.mq-rama { height: 24px; width: auto; opacity: .4; flex-shrink: 0; }
.marquee-band-2 { background: var(--c3); overflow: hidden; padding: .65rem 0; }
.mq-track-2 { display: flex; white-space: nowrap; animation: mqFlow2 24s linear infinite; align-items: center; }
@keyframes mqFlow2 { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.mq-item-2 { display: inline-flex; align-items: center; gap: .9rem; padding: 0 1.8rem; font-family: var(--ff-head); font-size: .55rem; letter-spacing: .28em; text-transform: uppercase; color: rgba(255,255,255,.28); }
.mq-item-2 strong { color: var(--c1); font-weight: 600; }
.mq-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--c1); opacity: .45; flex-shrink: 0; }

/* ── BASE ── */
.section { padding: 7rem 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 3.5rem; }
.eyebrow { display: flex; align-items: center; gap: .8rem; font-family: var(--ff-head); font-size: .55rem; letter-spacing: .5em; text-transform: uppercase; color: var(--c2); margin-bottom: 1rem; }
.eyebrow::before { content: ''; width: 22px; height: 1.5px; background: var(--c2); flex-shrink: 0; }
.section-h { font-family: var(--ff-head); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; line-height: 1.1; color: var(--c3); margin-bottom: 1.4rem; letter-spacing: -.01em; }
.section-h em { font-style: italic; font-weight: 300; color: var(--c2); }
.section-p { font-family: var(--ff-body); font-size: .88rem; line-height: 1.95; color: var(--c3); opacity: .65; }

/* ── ABOUT ── */
.about { background: var(--cream); padding: 5.5rem 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.about-pillars { display: flex; flex-direction: column; gap: .7rem; margin-top: 2rem; }
.pillar { display: grid; grid-template-columns: 48% 52%; min-height: 90px; border-radius: 4px; overflow: hidden; }
.p-body { background: var(--cream); padding: .9rem 1.2rem; display: flex; flex-direction: column; justify-content: center; }
.p-ico { font-size: 1.3rem; display: block; margin-bottom: .25rem; }
.p-title { font-family: var(--ff-head); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--c3); margin-bottom: .25rem; }
.p-text { font-size: .75rem; color: var(--c3); opacity: .6; line-height: 1.75; }
.p-img-wrap { position: relative; overflow: hidden; clip-path: polygon(13px 0%, 100% 0%, 100% 100%, 0px 100%); }
.p-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 0% 58%; transform: scale(1.27); transform-origin: 0% 58%; display: block; transition: transform .5s ease; }
.pillar:hover .p-img-wrap img { transform: scale(1.33); }
.p-layer-clip  { position: absolute; inset: 0; pointer-events: none; display: none; }
.p-layer-green { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to right, rgba(46,92,53,.18) 0%, rgba(46,92,53,0) 100%); }
.p-layer-blur  { display: none; }
.about-img-wrap { position: relative; aspect-ratio: 3/4; border-radius: 4px; overflow: hidden; box-shadow: var(--shadow-lg); }
.about-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; transition: transform 7s ease; }
.about-img-wrap:hover img { transform: scale(1.04); }
.about-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(42,32,24,.55) 0%, transparent 50%); }
.about-badge { position: absolute; bottom: -1.2rem; right: -1.2rem; background: var(--c3); color: var(--cream); padding: 1.4rem 1.6rem; border-radius: 3px; box-shadow: 0 12px 30px rgba(42,32,24,.3); text-align: center; }
.badge-num { font-family: var(--ff-head); font-size: 2.4rem; font-weight: 800; color: var(--c1); line-height: 1; }
.badge-label { font-family: var(--ff-head); font-size: .48rem; letter-spacing: .3em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-top: .3rem; }

/* ── STATS ── */
.stats { background: var(--c3); padding: 2.5rem 0; position: relative; overflow: hidden; }
.stats::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 100% at 80% 50%, rgba(189,192,61,.07), transparent); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); position: relative; z-index: 1; }
.stat { padding: 2.5rem 2rem; text-align: center; border-right: 1px solid rgba(255,255,255,.06); }
.stat:last-child { border-right: none; }
.stat-n { font-family: var(--ff-head); font-size: clamp(3rem,5vw,4.5rem); font-weight: 800; color: var(--white); line-height: 1; margin-bottom: .4rem; letter-spacing: -.02em; }
.stat-n .accent { color: var(--c1); }
.stat-label { font-family: var(--ff-head); font-size: .55rem; letter-spacing: .3em; text-transform: uppercase; color: rgba(255,255,255,.3); line-height: 1.8; }

/* ── DALVIAN VIDEO SCRUB ── */
.vscrub { background: var(--c3); position: relative; }
.vscrub::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='250' height='250' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E"); opacity: .03; mix-blend-mode: overlay; z-index: 0; }
.vscrub-sticky-outer { min-height: 100vh; position: relative; }
.vscrub-sticky { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; z-index: 1; }
.vscrub-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 8.5rem; align-items: center; width: 100%; padding: 0 3.5rem; max-width: 1200px; margin: 0 auto; }
.vscrub-badge { display: inline-flex; align-items: center; gap: .6rem; background: rgba(189,192,61,.1); border: 1px solid rgba(189,192,61,.2); border-radius: 2px; padding: .5rem 1rem; font-family: var(--ff-head); font-size: .55rem; letter-spacing: .3em; text-transform: uppercase; color: var(--c1); margin-bottom: 2rem; }
.vscrub-badge::before { content: "✦"; }
.vscrub-copy .eyebrow { color: rgba(189,192,61,.65); }
.vscrub-copy .eyebrow::before { background: rgba(189,192,61,.5); }
.vscrub-copy .section-h { color: var(--white); font-size: clamp(2.2rem,4vw,3.8rem); }
.vscrub-copy .section-h em { color: var(--c1); }
.vscrub-copy .section-p { color: rgba(255,255,255,.45); }
.vscrub-features { display: flex; flex-direction: column; gap: .85rem; margin: 1.5rem 0 2rem; }
.vscrub-feat { display: flex; align-items: center; gap: .8rem; font-family: var(--ff-body); font-size: .8rem; color: rgba(255,255,255,.45); }
.vscrub-feat::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--c1); flex-shrink: 0; }
.vscrub-address-block { padding: 1.2rem 1.4rem; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 4px; margin-bottom: 1.8rem; }
.vscrub-address-block p { font-family: var(--ff-body); font-size: .78rem; color: rgba(255,255,255,.4); line-height: 1.9; }
.vscrub-address-block strong { font-family: var(--ff-head); font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.55); display: block; margin-bottom: .3rem; }
.vscrub-cta { display: inline-flex; align-items: center; gap: .7rem; padding: .88rem 2.2rem; background: var(--c1); color: var(--ink); font-family: var(--ff-head); font-size: .62rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; border-radius: 3px; text-decoration: none; transition: background .22s, transform .2s; cursor: none; }
.vscrub-cta:hover { background: var(--white); transform: translateY(-2px); }
.vscrub-cta-ghost { display: inline-flex; align-items: center; gap: .7rem; padding: .88rem 2.2rem; background: rgba(56,189,248,.18); color: #0a3040; font-family: var(--ff-head); font-size: .62rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; border: 1px solid rgba(56,189,248,.5); border-radius: 3px; text-decoration: none; transition: all .22s; cursor: none; margin-left: .8rem; }
.vscrub-cta-ghost:hover { background: rgba(56,189,248,.32); border-color: rgba(56,189,248,.8); color: #051820; }
.vscrub-video-col { display: flex; align-items: center; justify-content: center; }
.vscrub-phone-wrap { position: relative; width: 350px; aspect-ratio: 480/863; margin: 0 auto; }
.vscrub-phone-glow { position: absolute; inset: -60px; background: radial-gradient(ellipse at center, rgba(189,192,61,.1) 0%, transparent 65%); pointer-events: none; z-index: 0; animation: glowPulse 4s ease-in-out infinite; }
@keyframes glowPulse { 0%,100%{opacity:.5;transform:scale(1);}50%{opacity:1;transform:scale(1.06);} }
.vscrub-phone-frame { position: absolute; inset: 0; border-radius: 28px; overflow: hidden; box-shadow: 0 0 0 1px rgba(255,255,255,.07), 0 30px 80px rgba(0,0,0,.75); }
#scrubCanvas { display: block; width: 100%; height: 100%; border-radius: 28px; }
.vscrub-phone-fade-top { position: absolute; top: 0; left: 0; right: 0; height: 120px; background: linear-gradient(to bottom, var(--c3) 0%, rgba(43,34,29,0) 100%); pointer-events: none; z-index: 2; border-radius: 28px 28px 0 0; }
.vscrub-phone-fade-bot { position: absolute; bottom: 0; left: 0; right: 0; height: 120px; background: linear-gradient(to top, var(--c3) 0%, rgba(43,34,29,0) 100%); pointer-events: none; z-index: 2; border-radius: 0 0 28px 28px; }
.vscrub-phone-fade-left { position: absolute; top: 0; left: 0; bottom: 0; width: 30px; background: linear-gradient(to right, var(--c3), transparent); pointer-events: none; z-index: 2; }
.vscrub-phone-fade-right { position: absolute; top: 0; right: 0; bottom: 0; width: 30px; background: linear-gradient(to left, var(--c3), transparent); pointer-events: none; z-index: 2; }

/* ── SUCURSALES ── */
.sucursales { background: var(--cream); padding: 4rem 0; }
.suc-header { text-align: center; margin-bottom: 4rem; }
.suc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.suc-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: box-shadow .35s, transform .35s; cursor: none; }
.suc-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.suc-card-img { height: 300px; overflow: hidden; position: relative; background: var(--c2); }
.suc-card-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transition: transform 6s ease; display: block; }
.suc-card:hover .suc-card-img img { transform: scale(1.05); }
.suc-num-badge { position: absolute; top: 1rem; left: 1rem; background: var(--c2); color: var(--white); font-family: var(--ff-head); font-size: .48rem; letter-spacing: .3em; text-transform: uppercase; padding: .3rem .9rem; border-radius: 2px; }
.suc-body { padding: 1.8rem 2rem; }
.suc-index { font-family: var(--ff-head); font-size: .52rem; letter-spacing: .35em; color: var(--c2); margin-bottom: .5rem; text-transform: uppercase; }
.suc-name { font-family: var(--ff-head); font-size: 1.5rem; font-weight: 700; color: var(--c3); margin-bottom: .4rem; letter-spacing: -.01em; }
.suc-addr { font-size: .8rem; color: var(--c3); opacity: .6; line-height: 1.8; margin-bottom: 1rem; }
.suc-hours-toggle { display: flex; align-items: center; gap: .6rem; font-family: var(--ff-head); font-size: .62rem; font-weight: 600; color: var(--c2); cursor: none; background: none; border: none; padding: 0; letter-spacing: .05em; margin-bottom: .6rem; }
.suc-hours-toggle::before { content: "🕐"; font-size: .75rem; }
.suc-hours-table { display: none; margin-bottom: .8rem; border-radius: 4px; overflow: hidden; border: 1px solid rgba(42,32,24,.06); }
.suc-hours-table.open { display: table; width: 100%; }
.suc-hours-table tr { border-bottom: 1px solid rgba(42,32,24,.05); }
.suc-hours-table tr:last-child { border-bottom: none; }
.suc-hours-table td { padding: .45rem .8rem; font-size: .68rem; font-family: var(--ff-body); color: var(--c3); }
.suc-hours-table td:first-child { font-weight: 600; color: var(--c2); width: 50%; }
.suc-hours-table td.closed { color: rgba(216,96,39,.7); }
.suc-phone { display: flex; align-items: center; gap: .55rem; font-size: .72rem; color: var(--c2); font-weight: 600; text-decoration: none; margin-bottom: 1.2rem; }
.suc-phone::before { content: "📞"; font-size: .8rem; }
.suc-footer { padding: 1rem 2rem 1.5rem; display: flex; gap: .75rem; border-top: 1px solid rgba(42,32,24,.05); }
.suc-btn { flex: 1; padding: .75rem; text-align: center; font-family: var(--ff-head); font-size: .55rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; border-radius: 3px; text-decoration: none; cursor: none; transition: all .22s; }
.suc-btn-maps { background: var(--c3); color: var(--white); }
.suc-btn-maps:hover { background: var(--c2); }
.suc-btn-wpp { background: transparent; color: var(--c2); border: 1px solid rgba(97,97,65,.2); }
.suc-btn-wpp:hover { background: rgba(97,97,65,.06); }

/* ── GALERÍA ── */
.galeria { background: var(--c3); padding: 6rem 0; overflow: hidden; }
.galeria-head { margin-bottom: 3rem; }
.galeria-head .eyebrow { color: rgba(170,158,82,.65); }
.galeria-head .eyebrow::before { background: rgba(170,158,82,.5); }
.galeria-head .section-h { color: var(--white); }
.gal-outer { overflow: hidden; }
.gal-track { display: flex; gap: 1.2rem; transition: transform .6s var(--ease-out); }
.gal-img { flex-shrink: 0; width: 320px; height: 220px; border-radius: 4px; overflow: hidden; }
.gal-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 5s ease; display: block; }
.gal-img:hover img { transform: scale(1.08); }
.gal-controls { display: flex; justify-content: center; gap: 1rem; margin-top: 2.5rem; }
.gal-btn { width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.12); background: transparent; border-radius: 50%; cursor: none; color: rgba(255,255,255,.45); font-size: 1rem; display: flex; align-items: center; justify-content: center; transition: all .22s; }
.gal-btn:hover { border-color: var(--c1); color: var(--c1); }

/* ── TESTIMONIOS ── */
.test { background: var(--warm); padding: 6.5rem 0; }
.test-header { text-align: center; margin-bottom: 4rem; }
.test-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.test-card { background: var(--white); padding: 2rem; border-radius: var(--radius); border: 1px solid rgba(42,32,24,.06); position: relative; overflow: hidden; transition: box-shadow .3s, transform .3s; }
.test-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.test-card::before { content: '"'; position: absolute; top: -.8rem; left: 1rem; font-family: Georgia, serif; font-size: 7rem; color: var(--c1); opacity: .12; line-height: 1; pointer-events: none; }
.test-stars { color: var(--gold); font-size: .8rem; letter-spacing: .1em; margin-bottom: .9rem; }
.test-text { font-size: .78rem; line-height: 1.85; color: var(--c3); opacity: .7; position: relative; z-index: 1; }
.test-author { margin-top: 1rem; font-family: var(--ff-head); font-size: .55rem; letter-spacing: .25em; text-transform: uppercase; color: var(--c2); display: flex; align-items: center; gap: .4rem; }
.test-author::before { content: '—'; }

/* ── CTA ── */
.cta { background: var(--c2); padding: 7rem 0; position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 80% at 100% 50%, rgba(189,192,61,.12), transparent); }
.cta-grid { display: flex; justify-content: space-between; align-items: center; gap: 3rem; flex-wrap: wrap; position: relative; z-index: 1; }
.cta-copy .eyebrow { color: rgba(255,255,255,.4); }
.cta-copy .eyebrow::before { background: rgba(255,255,255,.3); }
.cta-copy .section-h { color: var(--white); }
.cta-copy .section-h em { color: var(--c1); }
.cta-copy .section-p { color: rgba(255,255,255,.5); }
.cta-actions { display: flex; flex-direction: column; gap: .85rem; flex-shrink: 0; }
.btn-wpp { display: flex; align-items: center; gap: .7rem; padding: 1rem 2.2rem; background: #25d366; color: var(--white); font-family: var(--ff-head); font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 600; border-radius: 3px; text-decoration: none; transition: background .22s, transform .2s; }
.btn-wpp:hover { background: #1db954; transform: translateY(-2px); }
.btn-maps { display: flex; align-items: center; gap: .7rem; padding: 1rem 2.2rem; background: transparent; color: rgba(255,255,255,.65); font-family: var(--ff-head); font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 500; border: 1px solid rgba(255,255,255,.18); border-radius: 3px; text-decoration: none; transition: all .22s; }
.btn-maps:hover { border-color: rgba(255,255,255,.5); color: var(--white); }

/* ── FOOTER ── */
footer { background: #121212; padding: 4rem 0 2rem; background-image: linear-gradient(0deg,#0c0a09 0%,#12100e 100%); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 4rem; margin-bottom: 3rem; }
.footer-tagline { font-family: Georgia, serif; font-style: italic; font-size: 1rem; color: var(--c1); opacity: .8; margin-bottom: .8rem; }
.footer-text { font-size: .68rem; color: #d1d1ba; opacity: .5; line-height: 1.9; max-width: 28ch; }
.footer-social { display: flex; gap: .7rem; margin-top: 1.5rem; }
.footer-social a { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .75rem; color: rgba(255,255,255,.35); text-decoration: none; transition: all .22s; }
.footer-social a:hover { border-color: var(--c1); color: var(--c1); }
.footer-col-title { font-family: var(--ff-head); font-size: .55rem; letter-spacing: .4em; text-transform: uppercase; color: rgba(255,255,255,.25); margin-bottom: 1.4rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .65rem; }
.footer-col ul li a { font-size: .7rem; color: #d1d1ba; opacity: .45; text-decoration: none; transition: opacity .2s, color .2s; font-family: var(--ff-body); }
.footer-col ul li a:hover { opacity: .9; color: var(--c1); }
.footer-info p { font-size: .68rem; color: #d1d1ba; opacity: .35; line-height: 2; font-family: var(--ff-body); margin-bottom: .2rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.05); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-family: var(--ff-head); font-size: .5rem; letter-spacing: .25em; text-transform: uppercase; color: rgba(255,255,255,.18); }
.footer-legal a { font-size: .5rem; letter-spacing: .12em; color: rgba(255,255,255,.18); text-decoration: none; margin-left: 1.5rem; transition: color .2s; }
.footer-legal a:hover { color: rgba(255,255,255,.45); }

/* ── WPP FLOAT ── */
.wpp-float { position: fixed; bottom: 2rem; right: 2rem; z-index: 400; width: 56px; height: 56px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 18px rgba(37,211,102,.35); cursor: none; animation: wppIn .5s var(--ease-out) 1.5s both; transition: background .2s, transform .2s; }
.wpp-float:hover { background: #1db954; transform: scale(1.08); }
@keyframes wppIn { from{transform:scale(0);opacity:0;}to{transform:scale(1);opacity:1;} }
.wpp-float svg { width: 28px; height: 28px; fill: #fff; }
.wpp-pulse { position: absolute; inset: -4px; border-radius: 50%; border: 2px solid #25d366; opacity: 0; animation: wppPulse 2.5s ease-out 2s infinite; }
@keyframes wppPulse { 0%{transform:scale(1);opacity:.6;}100%{transform:scale(1.5);opacity:0;} }

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.reveal-l { opacity: 0; transform: translateX(-24px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.reveal-r { opacity: 0; transform: translateX(24px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); position: relative; }
.reveal.vis, .reveal-l.vis, .reveal-r.vis { opacity: 1; transform: none; }

/* ══════════════════════════════════════════
   SECCIÓN PRODUCTOS — catálogo integrado
══════════════════════════════════════════ */
.productos { background: var(--warm); padding: 0; }
.prod-marquee { overflow: hidden; padding: .55rem 0; border-top: 1px solid rgba(42,32,24,.08); border-bottom: 1px solid rgba(42,32,24,.08); margin-bottom: 6px; }
.prod-mq-track { display: flex; white-space: nowrap; animation: prodMqFlow 22s linear infinite; align-items: center; }
@keyframes prodMqFlow { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.prod-mq-item { display: inline-flex; align-items: center; gap: .6rem; padding: 0 2.2rem; font-family: var(--ff-head); font-size: .52rem; font-weight: 600; letter-spacing: .35em; text-transform: uppercase; color: rgba(42,32,24,.25); }
.prod-mq-arrow { font-size: .65rem; opacity: .4; display: inline-block; }
.prod-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 0; padding-top: 2.25rem; flex-wrap: wrap; gap: 1rem; }
.prod-header-right { font-size: .75rem; color: var(--c3); opacity: .5; line-height: 1.8; max-width: 28ch; text-align: right; }
.prod-stage { position: relative; width: 100%; height: 100vh; min-height: 600px; max-height: 820px; overflow: hidden; background: #0a0806; margin-top: 0; }
.prod-stage::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(to bottom, #ede5d4 0%, transparent 100%); z-index: 5; pointer-events: none; }
.prod-stage::after  { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 5px; background: linear-gradient(to top, #ede5d4 0%, transparent 100%); z-index: 5; pointer-events: none; }
#prod-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; display: block; }
#prod-particles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none; }
#prod-carousel { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; }
.pslide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; pointer-events: none; }
.pslide.active { opacity: 1; pointer-events: auto; }
.pslide img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: lighten; display: block; }
.pslide.out { animation: pBlurOut .75s ease forwards; }
.pslide.in  { animation: pBlurIn  .75s ease forwards; }
@keyframes pBlurOut { 0%{opacity:1;filter:blur(0);transform:scale(1);}100%{opacity:0;filter:blur(16px);transform:scale(1.04);} }
@keyframes pBlurIn  { 0%{opacity:0;filter:blur(16px);transform:scale(.96);}100%{opacity:1;filter:blur(0);transform:scale(1);} }
#prod-info { position: absolute; left: 4%; bottom: 12%; z-index: 10; pointer-events: none; max-width: 28vw; min-width: 200px; background: rgba(10,8,6,.45); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid rgba(200,168,74,.2); border-radius: 16px; padding: 18px 24px; }
#pi-tag { display: block; font-family: var(--ff-head); font-size: .55rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #c8a84a; margin-bottom: 7px; opacity: .85; }
#pi-name { font-family: var(--ff-head); font-size: clamp(22px,2.8vw,46px); font-weight: 900; letter-spacing: -1px; line-height: 1; color: #f4efe6; text-shadow: 0 2px 20px rgba(0,0,0,.6); margin-bottom: 9px; }
#pi-phrase { font-family: var(--ff-body); font-size: clamp(11px,.85vw,14px); font-style: italic; color: rgba(244,239,230,.6); line-height: 1.6; margin-bottom: 9px; }
#pi-sub { display: block; font-family: var(--ff-head); font-size: .55rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(200,168,74,.7); }
#prod-info.changing { animation: piSwap .75s ease forwards; }
@keyframes piSwap { 0%{opacity:1;transform:translateY(0);}30%{opacity:0;transform:translateY(-7px);}60%{opacity:0;transform:translateY(7px);}100%{opacity:1;transform:translateY(0);} }
#prod-nav { position: absolute; bottom: 4%; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; align-items: center; gap: 16px; }
#prod-nav button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(200,168,74,.3); background: rgba(0,0,0,.35); color: #c8a84a; font-size: 17px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s; backdrop-filter: blur(8px); font-family: inherit; }
#prod-nav button:hover { background: rgba(200,168,74,.18); border-color: #c8a84a; transform: scale(1.08); }
#prod-dots { display: flex; gap: 7px; align-items: center; }
.pdot { width: 5px; height: 5px; border-radius: 50%; background: rgba(200,168,74,.25); cursor: pointer; transition: all .3s; }
.pdot.on { background: #c8a84a; transform: scale(1.6); }
.prod-cta-full { position: absolute; top: 4%; right: 3%; z-index: 10; font-family: var(--ff-head); font-size: .6rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: #c8a84a; text-decoration: none; border: 1px solid rgba(200,168,74,.3); border-radius: 30px; padding: .55rem 1.4rem; background: rgba(10,8,6,.45); backdrop-filter: blur(10px); transition: all .25s; }
.prod-cta-full:hover { background: rgba(200,168,74,.15); border-color: #c8a84a; color: #f4efe6; }
.prod-cta-bottom { display: flex; align-items: stretch; overflow: hidden; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); padding-left: calc(50vw - 50%); }
.prod-cta-frase-wrap { display: flex; align-items: center; padding: 1rem 2rem 1rem 0; flex: 0 0 auto; background: var(--warm); position: relative; z-index: 1; }
.prod-cta-frase { font-family: var(--ff-head); font-size: clamp(1.1rem,2vw,1.7rem); font-weight: 700; color: var(--c3); line-height: 1.3; letter-spacing: -.01em; }
.prod-cta-right-zone { flex: 1; position: relative; min-height: 80px; overflow: hidden; }
.prod-cta-line { position: absolute; top: 0; bottom: 0; left: 64px; width: 44px; background: #b5e61d; clip-path: polygon(36px 0%,100% 0%,calc(100% - 36px) 100%,0% 100%); animation: ctaMove 2s ease-in-out infinite; }
.prod-cta-block { position: absolute; top: 0; bottom: 0; right: -24px; left: 80px; background: #b5e61d; clip-path: polygon(36px 0%,100% 0%,100% 100%,0px 100%); animation: ctaMove 2s ease-in-out infinite; padding: 1rem 3rem; display: flex; align-items: center; justify-content: center; }
@keyframes ctaMove { 0%,100% { transform: translateX(0); } 50% { transform: translateX(-18px); } }
.prod-cta-btn { display: inline-flex; align-items: center; gap: .7rem; padding: .85rem 2.4rem; background: var(--c3); color: var(--cream); font-family: var(--ff-head); font-size: .62rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; border-radius: 3px; text-decoration: none; transition: background .22s, transform .2s; white-space: nowrap; }
.prod-cta-btn:hover { background: #2e5c35; transform: translateY(-2px); }

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .vscrub-sticky-outer { min-height: 100vh; }
  .vscrub-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; padding: 0 2rem; }
  .vscrub-phone-wrap { width: 240px; }
}
@media (max-width: 960px) {
  nav { padding: 0 1.5rem; }
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .about-grid, .cta-grid { grid-template-columns: 1fr; }
  .suc-grid, .test-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .container { padding: 0 1.5rem; }
  .section { padding: 5rem 0; }
  .about-badge { right: 0; bottom: -.8rem; }
  .vscrub-grid { padding: 0 1.5rem; }
  .prod-header { flex-direction: column; align-items: flex-start; }
  .prod-header-right { text-align: left; }
  .prod-stage { height: 60vh; }
  #prod-info { max-width: 40vw; }
}
@media (max-width: 640px) {
  body { cursor: auto; }
  #cur-dot { display: none; }
  nav { height: 64px; padding: 0 1.2rem; }
  nav.scrolled { height: 56px; }
  .nav-logo img { height: 34px; }
  .hero-tag { font-size: .5rem; letter-spacing: .35em; padding: .4rem 1rem; margin-bottom: 1.8rem; }
  .hero-title { font-size: clamp(2.2rem,9vw,3.2rem); margin-bottom: 1rem; }
  .hero-sub { font-size: .58rem; letter-spacing: .15em; margin-bottom: 2rem; }
  .hero-btns { flex-direction: column; align-items: center; gap: .75rem; }
  .btn-primary, .btn-ghost { width: 100%; max-width: 280px; text-align: center; justify-content: center; padding: 1rem 1.5rem; }
  .hero-logo-bg { width: 85vw; opacity: .05; }
  .mq-item { padding: 0 1rem; font-size: .55rem; gap: .8rem; }
  .mq-item-2 { padding: 0 1rem; font-size: .48rem; gap: .6rem; }
  .mq-rama { height: 18px; }
  .section { padding: 4rem 0; }
  .container { padding: 0 1.2rem; }
  .section-h { font-size: clamp(1.7rem,6vw,2.4rem); }
  .section-p { font-size: .85rem; }
  .eyebrow { font-size: .5rem; letter-spacing: .4em; }
  .about-grid { gap: 3rem; }
  .about-img-wrap { aspect-ratio: 4/3; }
  .about-badge { position: static; display: inline-flex; align-items: center; gap: 1rem; margin-top: 1.5rem; padding: 1rem 1.5rem; }
  .badge-num { font-size: 1.8rem; }
  .stats { padding: 3.5rem 0; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { padding: 1.8rem 1rem; border-right: none; border-bottom: 1px solid rgba(255,255,255,.06); }
  .stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.06); }
  .stat:nth-last-child(-n+2) { border-bottom: none; }
  .stat-n { font-size: clamp(2.2rem,8vw,3rem); }
  .vscrub-sticky-outer { min-height: 100vh; }
  .vscrub-sticky { align-items: center; overflow: hidden; }
  .vscrub-grid { grid-template-columns: 1fr 1fr; gap: 0; padding: 0; align-items: center; }
  .vscrub-copy { padding: 2.5rem 0 2.5rem 1.2rem; order: 1; }
  .vscrub-video-col { order: 2; justify-content: flex-end; overflow: visible; }
  .vscrub-phone-wrap { width: 100%; max-width: 220px; margin: 0; margin-right: -20px; }
  .vscrub-phone-fade-right { width: 50px; background: linear-gradient(to left, var(--c3) 30%, transparent); }
  .vscrub-phone-fade-left { opacity: 0; }
  .vscrub-badge { font-size: .5rem; margin-bottom: .8rem; padding: .4rem .8rem; }
  .vscrub-copy .section-h { font-size: clamp(1.3rem,5vw,1.8rem); margin-bottom: .8rem; }
  .vscrub-copy .section-p { font-size: .72rem; }
  .vscrub-cta { padding: .7rem 1.2rem; font-size: .52rem; letter-spacing: .12em; }
  .vscrub-cta-ghost { display: none; }
  .sucursales { padding: 4rem 0; }
  .suc-card-img { height: 200px; }
  .suc-body { padding: 1.4rem 1.2rem; }
  .suc-name { font-size: 1.3rem; }
  .galeria { padding: 4rem 0; }
  .gal-img { width: 260px; height: 180px; }
  .test { padding: 4rem 0; }
  .test-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .test-card { padding: 1.5rem; }
  .cta { padding: 4rem 0; }
  .cta-grid { flex-direction: column; align-items: flex-start; gap: 2rem; }
  .cta-actions { width: 100%; }
  footer { padding: 3rem 0 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-logo { height: 38px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: .8rem; }
  .wpp-float { bottom: 1.2rem; right: 1.2rem; width: 50px; height: 50px; }
  .wpp-float svg { width: 24px; height: 24px; }
  .productos { padding: 4rem 0 0; }
  .prod-stage { height: 55vw; min-height: 320px; }
  #prod-info { left: 3%; bottom: 14%; max-width: 55vw; padding: 12px 16px; border-radius: 12px; }
  #pi-name { font-size: clamp(18px,5vw,28px); }
  #pi-phrase { font-size: 11px; }
  .prod-cta-full { font-size: .5rem; padding: .45rem 1rem; }
}
@media (max-width: 380px) {
  .hero-title { font-size: 2rem; }
  .hero-tag { display: none; }
  .vscrub-copy .section-h { font-size: 1.2rem; }
  .vscrub-phone-wrap { max-width: 170px; }
}
/* ═══════════════════════════════════════════
   ENELDO — hero-styles.css
   Agregar al final de main.css
   (reemplaza #hero-canvas y .hero-logo-bg)
═══════════════════════════════════════════ */

/* ── Videos del hero ── */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  transition: opacity .4s ease;
}
.hero-v2 {
  z-index: 2;
  opacity: 0;
}
.hero-v2.show {
  opacity: 1;
}

/* ── Overlay de elementos animados ── */
#hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}

/* ── Elemento base ── */
.hel {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

/* ── Animaciones de entrada ── */
@keyframes aFadeIn   { from { opacity:0 }                             to { opacity:1 } }
@keyframes aFadeUp   { from { opacity:0; transform:translateY(20px) } to { opacity:1; transform:translateY(0) } }
@keyframes aFadeDown { from { opacity:0; transform:translateY(-20px)} to { opacity:1; transform:translateY(0) } }
@keyframes aFadeLeft { from { opacity:0; transform:translateX(-24px)} to { opacity:1; transform:translateX(0) } }
@keyframes aFadeRight{ from { opacity:0; transform:translateX(24px) } to { opacity:1; transform:translateX(0) } }
@keyframes aScaleIn  { from { opacity:0; transform:scale(.88) }       to { opacity:1; transform:scale(1) } }
@keyframes aBlur     { from { opacity:0; filter:blur(8px) }           to { opacity:1; filter:blur(0) } }

/* ── Animaciones de salida ── */
@keyframes aFadeOut      { from { opacity:1 }                             to { opacity:0 } }
@keyframes aFadeOutUp    { from { opacity:1; transform:translateY(0) }    to { opacity:0; transform:translateY(-20px) } }
@keyframes aFadeOutDown  { from { opacity:1; transform:translateY(0) }    to { opacity:0; transform:translateY(20px) } }
@keyframes aFadeOutLeft  { from { opacity:1; transform:translateX(0) }    to { opacity:0; transform:translateX(-24px) } }
@keyframes aFadeOutRight { from { opacity:1; transform:translateX(0) }    to { opacity:0; transform:translateX(24px) } }
@keyframes aScaleOut     { from { opacity:1; transform:scale(1) }         to { opacity:0; transform:scale(.88) } }

.hel.hel-in  .hel-content { animation: var(--anim-in,  aFadeIn)  var(--dur-in,  .6s) cubic-bezier(.16,1,.3,1) both; }
.hel.hel-out .hel-content { animation: var(--anim-out, aFadeOut) var(--dur-out, .5s) ease both; }

/* ── Tipografías del hero ── */
.s-display  { font-family: 'Cormorant Garamond', serif; font-weight:300; font-style:italic; line-height:1.1; }
.s-heading  { font-family: 'DM Serif Display', serif; font-weight:400; line-height:.95; }
.s-bold     { font-family: 'Montserrat', sans-serif; font-weight:700; letter-spacing:-.02em; line-height:1; }
.s-eyebrow  { font-family: 'Montserrat', sans-serif; font-size:11px; letter-spacing:.5em; text-transform:uppercase; font-weight:600; }
.s-mono     { font-family: 'Space Grotesk', monospace; font-weight:300; line-height:1.35; }
.s-outline  { font-family: 'Montserrat', sans-serif; font-weight:800; color:transparent; -webkit-text-stroke:1.5px rgba(200,168,74,.6); letter-spacing:-.02em; }
.s-playfair { font-family: 'Cormorant Garamond', serif; font-style:italic; font-weight:400; line-height:1.1; }

/* ── Scroll indicator — arranca oculto, aparece al final ── */
.hero-scroll {
  opacity: 0;
  transition: opacity .6s ease;
}