/* ============================================================
   GABÁN — Brand layer (loaded after style.css)
   Matches company PSD mockups. Jost type, leaf-green palette.
   ============================================================ */

body { font-family: var(--font-body); font-weight: 400; color: var(--text-primary); }
h1,h2,h3,h4 { font-family: var(--font-display); letter-spacing: -0.01em; }
.container { max-width: var(--container-max); }

/* ---------- Buttons ---------- */
.btn-primary,
.btn-ghost,
.hero-btn-quote,
.form-submit,
.spotlight-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font-display); font-weight: 600; font-size: .95rem;
  padding: .85em 1.7em; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .3s var(--ease-out-quart), background .3s, color .3s, box-shadow .3s;
  white-space: nowrap; line-height: 1;
}
.btn-primary, .form-submit {
  background: var(--green); color: #fff; box-shadow: 0 10px 24px rgba(123,179,66,.28);
}
.btn-primary:hover, .form-submit:hover { background: var(--green-deep); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--green-deep); border-color: var(--green); }
.btn-ghost:hover { background: var(--green); color: #fff; transform: translateY(-2px); }
.hero-btn-quote { background: rgba(255,255,255,.9); color: var(--green-deep); border-color: rgba(255,255,255,.6); }
.hero-btn-quote:hover { background:#fff; transform: translateY(-2px); }

/* ============================================================
   HEADER
   ============================================================ */
#site-header { position: relative; z-index: 1000; background: #fff; }

.utility-bar { background: var(--green-bar); color: #fff; height: var(--utility-height); display: flex; align-items: center; font-size: .82rem; }
.utility-inner { max-width: var(--container-max); width: 100%; margin: 0 auto; padding: 0 var(--container-padding);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.utility-where { grid-column: 2; font-weight: 500; letter-spacing: .02em; }
.utility-where:hover { text-decoration: underline; }
.utility-right { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 1.4rem; }
.utility-right a { opacity: .95; display: inline-flex; align-items: center; gap: .35rem; transition: opacity .2s; }
.utility-right a:hover { opacity: 1; }

.navbar { position: sticky; top: 0; z-index: 999; background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--border-light);
  transition: box-shadow .3s, padding .3s; }
.navbar.scrolled { box-shadow: 0 6px 24px rgba(0,0,0,.06); }
.nav-container { max-width: var(--container-max); margin: 0 auto; padding: .55rem var(--container-padding);
  display: flex; align-items: center; gap: 1.5rem; min-height: var(--nav-height); }
.nav-logo { flex: 0 0 auto; display: flex; align-items: center; }
.nav-logo-mark { width: 58px; height: 58px; object-fit: contain; transition: width .3s; }
.navbar.scrolled .nav-logo-mark { width: 48px; height: 48px; }

.nav-links { flex: 1 1 auto; display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 2.4vw, 2.4rem); }
.nav-link { position: relative; font-family: var(--font-display); font-weight: 500; font-size: 1.02rem;
  color: var(--text-primary); padding: .35rem 0; transition: color .25s; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 2px;
  background: var(--green); transition: right .3s var(--ease-out-quart); }
.nav-link:hover { color: var(--green-deep); }
.nav-link:hover::after, .nav-link.is-active::after { right: 0; }
.nav-link.is-active { color: var(--green-deep); }
.nav-link--muted { color: var(--text-muted); }

.nav-brand-badge { flex: 0 0 auto; position: relative; display: flex; align-items: center; gap: .4rem; }
.nav-wordmark { height: 40px; width: auto; transition: height .3s; }
.navbar.scrolled .nav-wordmark { height: 34px; }
.nav-stork { height: 30px; width: auto; transform: scaleX(-1); opacity: .85; }

.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-hamburger span { width: 26px; height: 2px; background: var(--text-primary); transition: transform .3s, opacity .3s; }
.nav-hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.active span:nth-child(2) { opacity: 0; }
.nav-hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu { position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px); background: #fff;
  z-index: 998; display: none; flex-direction: column; overflow-y: auto;
  padding: calc(var(--utility-height) + var(--nav-height) + 1.5rem) 2rem 2rem;
  gap: .4rem; box-shadow: -20px 0 60px rgba(0,0,0,.12); }
.mobile-menu.active { display: flex; }
.mobile-link { font-family: var(--font-display); font-weight: 500; font-size: 1.3rem; padding: .7rem 0; border-bottom: 1px solid var(--border-light); }
.mobile-link:hover { color: var(--green-deep); }

/* ============================================================
   PRELOADER (override)
   ============================================================ */
.preloader-stork-img { width: 110px; }
.preloader-wordmark { width: 200px; opacity: 0; transform: translateY(20px); }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; min-height: clamp(560px, 84vh, 820px); display: flex; align-items: center;
  background: var(--bg-secondary); }
.hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-video { width: 100%; height: 100%; object-fit: cover; }
.hero-veil { position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.72) 40%, rgba(255,255,255,.3) 66%, rgba(244,250,238,.12) 100%); }
.hero-stork-img { position: absolute; left: 6%; top: 13%; width: clamp(70px, 9vw, 130px); z-index: 4; opacity: 0; }

.hero-content { position: relative; z-index: 3; display: flex; align-items: center; width: 100%; }
.hero-text { max-width: 58%; }
.hero-lockup { width: clamp(240px, 30vw, 360px); margin-bottom: 1.4rem; }
.hero-title { font-weight: 800; font-size: clamp(1.7rem, 3.4vw, 3rem); line-height: 1.04; letter-spacing: .01em; display: flex; flex-direction: column; }
.hero-title .hl-green { color: var(--green-deep); }
.hero-title .hl-gold { color: var(--gold); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }

.hero-bottles { position: absolute; right: clamp(1rem, 4vw, 5rem); bottom: -50px; z-index: 2; display: flex; align-items: flex-end; pointer-events: none; }
.hero-bottles-swoosh { position: absolute; right: -8%; bottom: 14%; width: clamp(360px, 44vw, 620px); opacity: .7; z-index: -1; }
.hero-bottle-galon { height: clamp(320px, 52vh, 560px); width: auto; filter: drop-shadow(0 28px 38px rgba(0,0,0,.22)); }
.hero-bottle-tall { height: clamp(230px, 38vh, 400px); width: auto; margin-left: -44px; filter: drop-shadow(0 26px 34px rgba(0,0,0,.2)); }

.hero-scroll-hint { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); width: 26px; height: 42px;
  border: 2px solid var(--green-deep); border-radius: 14px; z-index: 4; opacity: .6; }
.hero-scroll-hint span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; border-radius: 2px; background: var(--green-deep);
  transform: translateX(-50%); animation: scrollHint 1.6s infinite; }
@keyframes scrollHint { 0%{opacity:0;transform:translate(-50%,0)} 40%{opacity:1} 80%{opacity:0;transform:translate(-50%,12px)} 100%{opacity:0} }

/* ============================================================
   BRAND VALUES
   ============================================================ */
.values { position: relative; padding: clamp(3.5rem, 8vw, 7rem) 0; background: var(--bg-alt); overflow: hidden; }
.values-swoosh { position: absolute; left: 50%; top: -2%; width: 70%; transform: translateX(-50%); opacity: .5; pointer-events: none; }
.values-kicker { text-align: center; text-transform: uppercase; letter-spacing: .22em; font-size: .78rem; color: var(--text-muted); margin-bottom: 2.5rem; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 3vw, 2.5rem); position: relative; z-index: 1; }
.value-circle { aspect-ratio: 1; max-width: 320px; width: 100%; margin: 0 auto; border-radius: 50%; background: #fff;
  box-shadow: 0 24px 60px rgba(80,90,70,.10); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2rem; gap: .8rem; }
.value-name { font-family: var(--font-display); font-weight: 200; font-size: clamp(1.6rem, 3vw, 2.5rem); color: var(--text-primary); letter-spacing: .01em; }
.value-desc { font-size: .92rem; color: var(--text-secondary); max-width: 16em; line-height: 1.5; }

/* ============================================================
   HISTORIAS teaser
   ============================================================ */
.historias { padding: clamp(3.5rem, 8vw, 7rem) 0; background: #fff; }
.historias-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.historias-kicker { text-transform: uppercase; letter-spacing: .22em; font-size: .78rem; color: var(--green-deep); margin-bottom: 1rem; }
.historias-title { font-weight: 800; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1; color: var(--text-primary); margin-bottom: 1.4rem; }
.historias-title .thin { font-weight: 200; color: var(--green-deep); }
.historias-body { color: var(--text-secondary); font-size: 1.05rem; line-height: 1.7; max-width: 40em; margin-bottom: 1.8rem; }
.historias-badge { display: flex; justify-content: center; }
.historias-badge img { width: clamp(180px, 26vw, 300px); height: auto; }

/* ============================================================
   CATEGORIES (restyle)
   ============================================================ */
#categories { padding: clamp(3rem, 7vw, 6rem) 0; background: var(--bg-alt); }
.categories-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.2rem; margin-top: 2.2rem; }
.category-card { background: #fff; border: 1px solid var(--border-light); border-radius: 20px; padding: 2rem 1.6rem;
  display: flex; flex-direction: column; gap: .4rem; transition: transform .35s var(--ease-out-quart), box-shadow .35s, border-color .35s; }
.category-card::before { content: ""; display: block; width: 42px; height: 4px; border-radius: 2px; background: var(--green); margin-bottom: 1rem; transition: width .35s; }
.category-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); border-color: var(--green-pale); }
.category-card:hover::before { width: 70px; }
.category-name { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; color: var(--text-primary); }
.category-count { font-size: .85rem; color: var(--text-muted); }

/* ============================================================
   PRODUCTS GRID (restyle)
   ============================================================ */
#products { padding: clamp(3rem, 7vw, 6rem) 0; background: #fff; }
.section-label { display: inline-block; text-transform: uppercase; letter-spacing: .2em; font-size: .78rem; color: var(--green-deep); font-weight: 600; margin-bottom: .6rem; }
.section-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--text-primary); margin-bottom: 1.6rem; }
.product-filters { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2.2rem; }
.filter-chip { font-family: var(--font-display); font-weight: 500; font-size: .9rem; padding: .5em 1.2em; border-radius: 999px;
  border: 1.5px solid var(--border); background: #fff; color: var(--text-secondary); cursor: pointer; transition: all .25s; }
.filter-chip:hover { border-color: var(--green); color: var(--green-deep); }
.filter-chip.active { background: var(--green); border-color: var(--green); color: #fff; }
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1.6rem; }
.product-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border-light); border-radius: 22px;
  overflow: hidden; transition: transform .35s var(--ease-out-quart), box-shadow .35s, border-color .35s; height: 100%; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); border-color: var(--green-pale); }
.product-card-image { aspect-ratio: 4/3; background: linear-gradient(160deg, var(--bg-secondary), #fff); display: flex; align-items: center; justify-content: center; padding: 1.4rem; }
.product-card-image img { max-height: 100%; width: auto; object-fit: contain; }
.product-image-placeholder { display: flex; align-items: center; justify-content: center; opacity: .25; }
.product-image-placeholder-mark { width: 70px; }
.product-card-body { padding: 1.2rem 1.3rem 1.5rem; display: flex; flex-direction: column; gap: .5rem; border-top: 3px solid var(--card-accent, var(--green)); }
.product-card-title { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: var(--text-primary); }
.product-card-desc { font-size: .9rem; color: var(--text-secondary); line-height: 1.5; }
.product-card-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .3rem; }
.product-tag { font-size: .72rem; font-weight: 500; padding: .3em .8em; border-radius: 999px; background: var(--green-tint); color: var(--green-deep); }
.products-cta { text-align: center; margin-top: 2.6rem; }
.btn-secondary { display: inline-flex; align-items:center; gap:.5rem; font-family: var(--font-display); font-weight: 600; padding: .85em 1.8em;
  border-radius: 999px; border: 2px solid var(--green); color: var(--green-deep); transition: all .3s; }
.btn-secondary:hover { background: var(--green); color: #fff; transform: translateY(-2px); }

/* ============================================================
   SPOTLIGHT banner (per-product accent)
   ============================================================ */
.spotlight { padding: clamp(3rem, 7vw, 6rem) 0; background:
   linear-gradient(120deg, color-mix(in srgb, var(--spot) 92%, #000 0%) 0%, color-mix(in srgb, var(--spot) 70%, #fff 30%) 100%); color: #fff; overflow: hidden; }
.spotlight-inner { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 2.5rem; }
.spotlight-kicker { text-transform: uppercase; letter-spacing: .2em; font-size: .78rem; opacity: .85; }
.spotlight-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 4.5vw, 3.2rem); margin: .6rem 0 1rem; line-height: 1.05; }
.spotlight-desc { font-size: 1.1rem; line-height: 1.6; max-width: 32em; opacity: .95; }
.spotlight-cta { background: #fff !important; color: var(--spot) !important; margin-top: 1.8rem; }
.spotlight-cta:hover { transform: translateY(-2px); }
.spotlight-media { position: relative; display: flex; justify-content: center; align-items: center; min-height: 280px; }
.spotlight-bottle { max-height: 360px; width: auto; filter: drop-shadow(0 26px 36px rgba(0,0,0,.28)); }
.spotlight-badge { position: absolute; right: 6%; bottom: 4%; width: clamp(90px, 12vw, 150px); }

/* ============================================================
   BENEFITS (restyle)
   ============================================================ */
#benefits { padding: clamp(3rem, 7vw, 6rem) 0; background: var(--bg-alt); }
.benefits-header { text-align: center; margin-bottom: 2.6rem; }
.benefits-header .section-label { display:block; }
.text-accent { color: var(--green-deep); }
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; }
.benefit-card { background: #fff; border-radius: 20px; padding: 2.2rem 1.8rem; border: 1px solid var(--border-light); text-align: center;
  transition: transform .35s, box-shadow .35s; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.benefit-icon { width: 64px; height: 64px; margin: 0 auto 1.2rem; border-radius: 50%; background: var(--green-tint); color: var(--green-deep);
  display: flex; align-items: center; justify-content: center; font-size: 1.7rem; }
.benefit-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; margin-bottom: .6rem; }
.benefit-card p { font-size: .92rem; color: var(--text-secondary); line-height: 1.6; }

/* ============================================================
   STATS (restyle)
   ============================================================ */
#stats { padding: clamp(2.5rem, 6vw, 5rem) 0; background: var(--green-deep); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 2rem; text-align: center; }
.stat-item { display: flex; flex-direction: column; align-items: center; }
.stat-value { display: inline-flex; align-items: baseline; justify-content: center; white-space: nowrap; }
.stat-number, .stat-suffix { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1; }
.stat-suffix { color: var(--green-pale); }
.stat-label { margin-top: .6rem; font-size: .9rem; opacity: .85; letter-spacing: .02em; }

/* ============================================================
   CONTACT (restyle)
   ============================================================ */
#contacto, #contact { padding: clamp(3rem, 7vw, 6rem) 0; background: #fff; }
.cta-content { max-width: 620px; margin: 0 auto; text-align: center; }
.cta-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.05; margin-bottom: 1.6rem; }
.contact-actions { margin-bottom: 2rem; }
.contact-form { text-align: left; background: var(--bg-alt); border: 1px solid var(--border-light); border-radius: 24px; padding: 2.2rem; max-width: 540px; margin: 0 auto; }
.contact-form-title { font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; margin-bottom: 1.4rem; }
.form-group { margin-bottom: 1.1rem; display: flex; flex-direction: column; gap: .4rem; }
.form-group label { font-size: .85rem; font-weight: 500; color: var(--text-secondary); }
.form-group input, .form-group textarea { font-family: var(--font-body); font-size: 1rem; padding: .8em 1em; border: 1.5px solid var(--border); border-radius: 12px; background: #fff; transition: border-color .25s; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--green); }
.form-submit { width: 100%; margin-top: .6rem; }
.form-success { color: var(--green-deep); font-weight: 500; }

/* ============================================================
   MARQUEE (restyle)
   ============================================================ */
.marquee-section { background: var(--green); color: #fff; padding: 1.1rem 0; overflow: hidden; }
.marquee-track { display: flex; white-space: nowrap; }
.marquee-content { display: flex; align-items: center; gap: 1.6rem; padding-right: 1.6rem; animation: marqueeScroll 28s linear infinite; }
.marquee-content span { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; text-transform: uppercase; letter-spacing: .08em; }
.marquee-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.7); display: inline-block; }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-100%); } }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--footer-bg); color: var(--text-secondary); padding: clamp(3rem, 6vw, 5rem) 0 2.5rem; }
.footer-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(2rem, 6vw, 5rem); }
.footer-follow { font-size: .95rem; color: var(--text-primary); margin-bottom: 1rem; }
.footer-follow strong { color: var(--green-deep); }
.footer-social-list { display: flex; flex-direction: column; gap: .5rem; margin-bottom: 1.4rem; }
.footer-social-list a { font-size: .92rem; color: var(--text-secondary); transition: color .2s; }
.footer-social-list a:hover { color: var(--green-deep); }
.footer-icons { display: flex; gap: .7rem; margin-bottom: 1.6rem; }
.footer-icon { width: 36px; height: 36px; border-radius: 50%; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; transition: transform .25s, background .25s; }
.footer-icon:hover { transform: translateY(-3px); background: var(--green-deep); }
.footer-logo { width: 54px; height: 54px; object-fit: contain; margin-bottom: 1rem; }
.footer-copyright { font-size: .82rem; color: var(--text-muted); }
.footer-about { font-size: .95rem; line-height: 1.7; color: var(--text-secondary); max-width: 40em; margin-bottom: 1.8rem; }
.footer-about strong { color: var(--text-primary); }
.footer-rif { display: inline-block; margin-top: .4rem; font-weight: 500; color: var(--green-deep); }
.footer-newsletter-text { font-size: .92rem; line-height: 1.6; margin-bottom: 1rem; max-width: 40em; }
.footer-news-form { display: flex; gap: .6rem; max-width: 460px; flex-wrap: wrap; }
.footer-news-form input { flex: 1 1 200px; font-family: var(--font-body); padding: .85em 1.1em; border: 1.5px solid #cfd4dc; border-radius: 10px; background: #fff; }
.footer-news-form input:focus { outline: none; border-color: var(--green); }
.footer-news-form button { font-family: var(--font-display); font-weight: 600; letter-spacing: .04em; padding: .85em 1.6em; border-radius: 10px; border: 0; background: #2b2b2b; color: #fff; cursor: pointer; transition: background .25s, transform .25s; }
.footer-news-form button:hover { background: #000; transform: translateY(-2px); }
.footer-news-success { color: var(--green-deep); font-weight: 500; }
.footer-news-error { color: #c0392b; font-weight: 500; margin-bottom: .6rem; }

/* WhatsApp float */
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; width: 54px; height: 54px; border-radius: 50%; background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center; z-index: 900; box-shadow: 0 10px 30px rgba(37,211,102,.4); }
.whatsapp-float svg { width: 28px; height: 28px; }
@keyframes whatsappPulse { 0%,100%{box-shadow:0 10px 30px rgba(37,211,102,.4)} 50%{box-shadow:0 10px 40px rgba(37,211,102,.7)} }

/* ---------- Shared section primitives ---------- */
.section-body { color: var(--text-secondary); font-size: 1.05rem; line-height: 1.75; max-width: 46em; }
.section-body p { margin-bottom: 1rem; }
.anchor-offset { display: block; position: relative; top: calc(-1 * var(--nav-height)); visibility: hidden; }

/* ---------- Product archive (/productos/) base ---------- */
.archive-header { padding: clamp(2.5rem, 6vw, 5rem) 0 1rem; background: var(--bg-alt); text-align: center; }
.archive-header .product-filters { justify-content: center; }
.archive-grid { padding: 2rem 0 clamp(3rem, 7vw, 6rem); background: #fff; }

/* ============================================================
   PAGE HERO (shared: Empresa, Productos)
   ============================================================ */
.page-hero { position: relative; min-height: clamp(360px, 52vh, 540px); display: flex; align-items: center;
  overflow: hidden; color: #fff; background: var(--green-deep); }
.page-hero .hero-media { position: absolute; inset: 0; z-index: 0; }
.page-hero .hero-video { width: 100%; height: 100%; object-fit: cover; }
.hero-veil--dark { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,40,15,.35), rgba(20,40,15,.55)); }
.page-hero-inner { position: relative; z-index: 2; width: 100%; text-align: center; padding: 2rem var(--container-padding); }
.page-hero-kicker { text-transform: uppercase; letter-spacing: .24em; font-size: .8rem; opacity: .9; margin-bottom: .8rem; }
.page-hero-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem, 6vw, 4.6rem); line-height: 1; text-shadow: 0 4px 30px rgba(0,0,0,.3); }
.page-hero-title .thin { font-weight: 200; }
.page-hero-sub { margin-top: 1.2rem; font-size: clamp(1rem, 2vw, 1.25rem); font-weight: 300; opacity: .95; max-width: 36em; margin-left: auto; margin-right: auto; text-shadow: 0 2px 20px rgba(0,0,0,.3); }

/* ============================================================
   EMPRESA page
   ============================================================ */
.empresa-story { padding: clamp(3.5rem, 8vw, 7rem) 0; background: #fff; }
.empresa-story-inner { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.empresa-story-badge { display: flex; justify-content: center; }
.empresa-story-badge img { width: clamp(180px, 24vw, 280px); height: auto; }

.empresa-vision { padding: clamp(3rem, 7vw, 6rem) 0; background: var(--bg-alt); }
.vision-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 2.5rem; margin-top: 2rem; }
.vision-item { display: flex; align-items: flex-start; gap: .9rem; font-size: 1.08rem; color: var(--text-primary); line-height: 1.5; }
.vision-bullet { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: var(--green-tint); color: var(--green-deep); display: flex; align-items: center; justify-content: center; margin-top: .1rem; }

.empresa-servicios { padding: clamp(3rem, 7vw, 6rem) 0; background: #fff; }
.servicios-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; margin-top: 2.2rem; }
.servicio-card { background: var(--bg-alt); border: 1px solid var(--border-light); border-left: 4px solid var(--green); border-radius: 16px; padding: 1.8rem 1.6rem; transition: transform .3s, box-shadow .3s; }
.servicio-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.servicio-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; margin-bottom: .6rem; color: var(--text-primary); }
.servicio-card p { font-size: .95rem; color: var(--text-secondary); line-height: 1.6; }

.empresa-cta { padding: clamp(3rem, 7vw, 6rem) 0; background: var(--green-deep); color: #fff; text-align: center; overflow: hidden; }
.empresa-cta-inner { position: relative; max-width: 640px; margin: 0 auto; }
.empresa-cta-stork { width: clamp(90px, 12vw, 130px); height: auto; margin: 0 auto 1.4rem; filter: brightness(0) invert(1); opacity: .92; transform: scaleX(-1); }
.empresa-cta-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 1rem; }
.empresa-cta-text { font-size: 1.05rem; line-height: 1.7; opacity: .95; margin-bottom: 1.8rem; }
.empresa-cta .btn-primary { background: #fff; color: var(--green-deep); }
.empresa-cta .btn-primary:hover { background: var(--green-tint); }

/* ============================================================
   PRODUCTOS page — faithful to maqueta sección productos PSD
   Airy / editorial: thin type, nature hero, floating bottles, swoosh.
   ============================================================ */

/* Hero */
.ppage-hero { position: relative; min-height: clamp(440px, 60vh, 640px); background: #fff; display: flex; align-items: center; }
.ppage-hero .hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.ppage-hero .hero-video { width: 100%; height: 100%; object-fit: cover; }
.ppage-hero-veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.62) 42%, rgba(255,255,255,.28) 70%, rgba(255,255,255,.55) 100%); }
.ppage-hero-inner { position: relative; z-index: 2; width: 100%; }
.ppage-hero-text { max-width: 60%; }
.ppage-hero-title { font-family: var(--font-display); font-weight: 200; font-size: clamp(1.8rem, 4.2vw, 3.5rem); line-height: 1.18;
  color: #4c5a44; letter-spacing: .005em; text-shadow: 0 2px 24px rgba(255,255,255,.6); }
.ppage-hero-title span { color: #5a6b50; }
.ppage-hero-sub { margin-top: 1.2rem; font-weight: 300; font-size: .9rem; letter-spacing: .04em; color: var(--green-deep); }
.ppage-hero-sub strong { font-weight: 600; }
.ppage-hero-bottles { position: absolute; right: clamp(1rem, 5vw, 5rem); bottom: -70px; z-index: 3; display: flex; align-items: flex-end; gap: 0; pointer-events: none; }
.ppage-hero-bottles .bottle-galon { height: clamp(300px, 46vh, 520px); width: auto; filter: drop-shadow(0 24px 34px rgba(0,0,0,.22)); }
.ppage-hero-bottles .bottle-tall { height: clamp(220px, 34vh, 380px); width: auto; margin-left: -40px; filter: drop-shadow(0 24px 34px rgba(0,0,0,.2)); }

/* Catalog */
.ppage-catalog { position: relative; padding: clamp(4rem, 8vw, 7rem) 0; background: #fff; overflow: hidden; }
.catalog-ghost { position: absolute; right: 5%; top: -30px; width: clamp(220px, 26vw, 360px); opacity: .05; z-index: 0; }
.catalog-tabs { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: clamp(1.4rem, 4vw, 3rem); margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.catalog-tabs a { font-weight: 300; font-size: 1.02rem; color: var(--text-muted); padding-bottom: .5rem; transition: color .2s; }
.catalog-tabs a:hover { color: var(--green-deep); }
.catalog-tabs a.is-active { color: var(--green-deep); border-bottom: 2px solid var(--green); }
.catalog-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: clamp(1.5rem, 4vw, 3.5rem); }
.catalog-intro h2 { font-family: var(--font-display); font-weight: 200; font-size: clamp(1.5rem, 2.8vw, 2.1rem); line-height: 1.12; color: var(--text-primary); margin-bottom: 1rem; }
.catalog-intro > p { font-weight: 300; color: var(--text-muted); }
.catalog-note { margin-top: 1.4rem; font-size: .9rem; line-height: 1.65; color: var(--text-secondary); max-width: 22em; }
.catalog-col-title { font-family: var(--font-display); font-weight: 300; font-size: 1.2rem; color: var(--text-primary); margin-bottom: 1rem; }
.catalog-list { display: flex; flex-direction: column; }
.catalog-list li a { display: flex; align-items: baseline; gap: .7rem; padding: .62rem 0; font-weight: 300; font-size: 1.02rem; color: var(--text-secondary); transition: color .2s, padding .2s; }
.catalog-list li a:hover { color: var(--green-deep); padding-left: .3rem; }
.catalog-dash { color: var(--green); flex: 0 0 auto; }

/* Showcase */
.ppage-showcase { padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(2.5rem, 5vw, 4rem); background: #fff; overflow: hidden; }
.ppage-showcase-inner { display: grid; grid-template-columns: 1fr 1.05fr 1fr; align-items: center; gap: clamp(1rem, 3vw, 2rem); }
.showcase-copy { justify-self: start; }
.showcase-lockup { width: clamp(210px, 24vw, 320px); margin-bottom: 1.2rem; display: block; }
.showcase-headline { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.5rem, 3vw, 2.5rem); line-height: 1.06; letter-spacing: .01em; }
.showcase-headline .hl-green { color: var(--green-deep); }
.showcase-headline .hl-gold { color: var(--gold); }
.showcase-bottle { position: relative; display: flex; justify-content: center; align-items: center; min-height: 320px; }
.showcase-swoosh { position: absolute; width: 135%; max-width: 480px; top: 48%; left: 50%; transform: translate(-50%, -50%) rotate(-8deg); z-index: 0; }
.showcase-bottle-img { position: relative; z-index: 1; max-height: clamp(280px, 42vh, 440px); width: auto; filter: drop-shadow(0 24px 32px rgba(0,0,0,.22)); }
.showcase-badges { display: flex; flex-direction: column; align-items: center; gap: 1.6rem; justify-self: end; }
.badge-round { width: clamp(120px, 14vw, 180px); }
.badge-sanitiza-img { width: clamp(150px, 19vw, 240px); }
.ppage-caption { text-align: center; margin-top: clamp(2rem, 5vw, 3.5rem); font-family: var(--font-display); font-weight: 300; letter-spacing: .1em; color: var(--text-secondary); font-size: clamp(1rem, 2vw, 1.3rem); }

/* ============================================================
   REVEAL primitives (used by main.js)
   ============================================================ */
.reveal-up { opacity: 0; transform: translateY(28px); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero-text { max-width: 72%; }
  .hero-bottles { opacity: .55; right: -2%; }
  .hero-bottle-galon { height: clamp(260px, 40vh, 360px); }
  .hero-bottle-tall { display: none; }
  .historias-inner { grid-template-columns: 1fr; }
  .historias-badge { order: -1; }
  .spotlight-inner { grid-template-columns: 1fr; text-align: center; }
  .spotlight-desc { margin: 0 auto; }
  .spotlight-badge { position: static; margin: 1rem auto 0; }
  .footer-inner { grid-template-columns: 1fr; }
  .empresa-story-inner { grid-template-columns: 1fr; }
  .empresa-story-badge { order: -1; }
  .vision-list { grid-template-columns: 1fr; }
  .ppage-hero-text { max-width: 100%; }
  .ppage-hero-bottles .bottle-galon { height: clamp(220px, 32vh, 320px); }
  .ppage-hero-bottles .bottle-tall { height: clamp(160px, 24vh, 240px); }
  .ppage-showcase-inner { grid-template-columns: 1fr; text-align: center; gap: 2.5rem; }
  .showcase-copy { justify-self: center; }
  .showcase-badges { justify-self: center; flex-direction: row; flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 860px) {
  .nav-links, .nav-brand-badge { display: none; }
  .nav-hamburger { display: flex; }
  .values-grid { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
  .catalog-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .ppage-hero-bottles { display: none; }
  .ppage-hero { min-height: clamp(360px, 50vh, 460px); }
  .hero-bottles { display: none; }
  .hero-text { max-width: 100%; }
  .servicios-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
  .hero-media { background: center/cover no-repeat; }
  .marquee-content { animation: none; }
  .hero-scroll-hint span { animation: none; }
  .reveal-up { opacity: 1 !important; transform: none !important; }
}
