/* Same fonts, served locally: no render-blocking Google Fonts stylesheet. */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/cinzel-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('fonts/montserrat-latin.woff2') format('woff2');
}
/* Mobile UX refinements. The original palette, content and imagery are retained. */
:root {
  --text-secondary: #c7c1b8;
  --mobile-header-height: 68px;
}
html { scroll-padding-top: 88px; }
body { text-rendering: optimizeLegibility; }
a, button { -webkit-tap-highlight-color: rgba(200, 163, 90, .2); }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 5px;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 12px;
  z-index: 10001;
  padding: 14px 20px;
  color: var(--black-absolute);
  background: var(--gold-light);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
#grain::after { animation: none; }
#grain { z-index: 5; }
.nav-logo { display: flex; align-items: center; gap: 10px; min-height: 44px; }
.nav-logo img { width: 38px; height: 38px; border-radius: 50%; }
.nav-wordmark { color: var(--gold-light); font: 600 17px var(--font-display); letter-spacing: .08em; }
.nav-wordmark small { display: block; font: 500 9px var(--font-body); letter-spacing: .3em; margin-top: 2px; }
.nav-cta, .nav-links a { display: inline-flex; align-items: center; min-height: 44px; }
.nav-links a { opacity: 1; color: var(--text-secondary); }
.nav-cta { font-size: 12px; letter-spacing: .08em; }

/* Content never depends on a third-party animation or a background image loading. */
#hero { height: 100vh; height: 100svh; min-height: 480px; }
.hero-backdrop { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .38; }
.hero-overlay { background: radial-gradient(ellipse at 50% 40%, rgba(11,11,11,.26) 12%, transparent 48%, rgba(11,11,11,.8) 88%), linear-gradient(0deg, var(--black-absolute), transparent 24%, transparent 80%, rgba(11,11,11,.3)); }
.hero-content { position: absolute; inset: 0; padding: 80px 24px 140px; pointer-events: none; }
#heroLogoWrapper, .hero-brand-name, .hero-sub, .hero-desc, .hero-cta,
.contacto-chat-icon, .contacto-wa-card, .footer-social-icon, .whatsapp-float {
  opacity: 1;
  transform: none;
}
.hero-logo-wrapper { width: clamp(340px, 40vw, 560px); max-width: 80%; }
.hero-logo-wrapper picture { display: block; }
.hero-logo-img { width: 100%; max-width: none; height: auto; }
.hero-discover { position: absolute; bottom: 28px; left: calc(50% - 24px); z-index: 4; display: grid; place-items: center; width: 48px; height: 48px; color: var(--gold-light); }
.hero-discover svg { width: 22px; height: 22px; }
.store-intro { max-width: 1280px; margin: 0 auto; padding: 88px 48px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 72px; align-items: center; }
.store-intro .hero-brand-name { margin: 0; text-align: left; }
.store-intro .hero-sub, .store-intro .hero-desc { padding: 0; text-align: left; }
.store-intro .hero-desc { margin-top: 0; }
.store-intro .hero-actions { justify-content: flex-start; }
.store-intro .hero-cta { padding-inline: 24px; }
.hero-brand-name { font-size: clamp(22px, 2.4vw, 32px); max-width: 760px; line-height: 1.3; letter-spacing: .035em; }
.hero-brand-name span { display: block; }
.hero-sub { margin-top: 20px; font-size: 17px; color: var(--ivory); }
.hero-desc { margin-top: 24px; font-size: 15px; max-width: 620px; color: var(--text-secondary); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 28px; }
.hero-actions a { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; margin: 0; }
.hero-cta { font-size: 13px; letter-spacing: .06em; }
.hero-secondary { border: 1px solid rgba(200,163,90,.5); border-radius: var(--radius-btn); padding: 12px 26px; color: var(--gold-light); text-decoration: none; font-size: 14px; font-weight: 500; }
.hero-secondary:hover { background: rgba(200,163,90,.1); }
.hero-actions svg { width: 20px; height: 20px; flex: 0 0 auto; }
.hero-scroll { display: inline-flex; align-items: center; min-height: 44px; gap: 8px; color: var(--text-secondary); text-decoration: none; font-size: 13px; margin-top: 16px; }
.hero-scroll span { color: var(--gold); }
.section-label, .product-card-family, .local-card-kicker { opacity: 1; color: var(--gold-light); }
.collection-sub, .history-text p, .mayoristas-text p, .product-card-desc,
.exclusividad-text, .local-intro, .local-card p, .contacto-text, .contacto-location,
.footer-brand p, .footer-location, .footer-bottom span, .wa-card-response {
  opacity: 1;
  color: var(--text-secondary);
}
.benefit-card, .exclusivity-label { opacity: 1; color: var(--text-secondary); }
.exclusivity-icon { opacity: .9; }
.product-card::before, .product-card::after { pointer-events: none; }
.catalog-cta, .mayoristas-cta { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; text-align: center; }
.product-card-link { display: block; color: var(--gold-light); font-size: 14px; font-weight: 500; margin-top: 20px; }
.contacto-phone { min-height: 44px; display: inline-flex; align-items: center; font-size: 16px; opacity: 1; }
.contacto-pulse { display: none; }
.whatsapp-float { animation: none; }
.whatsapp-float.is-redundant { visibility: hidden; opacity: 0; pointer-events: none; }
.whatsapp-float.is-over-cover { visibility: hidden; opacity: 0; pointer-events: none; }
.footer-social-icon { width: 48px; height: 48px; color: var(--gold-light); }
.footer-col h2 { font: 600 14px var(--font-display); color: var(--gold-light); margin-bottom: 16px; }
.footer-col a { font-size: 14px; min-height: 44px; display: flex; align-items: center; margin-bottom: 0; opacity: 1; color: var(--text-secondary); }
.footer-brand .footer-logo img { width: 90px; height: auto; }

/* Occasion-led guidance is intentionally outside the brand-only cover. */
#regalos { max-width: 1280px; margin: 0 auto; padding: 88px 48px; border-top: 1px solid rgba(200,163,90,.15); }
.gift-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: end; }
.gift-intro, .gift-card p, .gift-note p { color: var(--text-secondary); font-size: 15px; line-height: 1.8; }
.gift-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 48px; }
.gift-card { border-top: 1px solid var(--gold-dark); padding-top: 24px; display: flex; flex-direction: column; align-items: flex-start; }
.gift-number { color: var(--gold-light); font: 400 14px var(--font-display); margin-bottom: 24px; }
.gift-card h3 { color: var(--ivory); font: 500 23px/1.35 var(--font-display); margin-bottom: 16px; }
.gift-card a { display: inline-flex; gap: 12px; align-items: center; min-height: 48px; padding-block: 12px; color: var(--gold-light); font-size: 13px; line-height: 1.6; text-decoration: none; margin-top: auto; }
.gift-card a span { flex-shrink: 0; }
.gift-card p { margin-bottom: 16px; }
.gift-card a:hover { text-decoration: underline; text-underline-offset: 5px; }
.gift-note { display: flex; align-items: center; gap: 40px; border-top: 1px solid rgba(200,163,90,.15); padding-top: 28px; margin-top: 36px; }
.gift-note p { max-width: 790px; font-size: 14px; }
.gift-note strong { color: var(--ivory); font-weight: 500; }
.gift-note a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; gap: 8px; flex-shrink: 0; }

@media (prefers-reduced-motion: no-preference) and (min-width: 969px) {
  .reveal-arrived { animation: gentle-arrival .65s var(--transition-smooth); }
  @keyframes gentle-arrival { from { transform: translateY(14px); } to { transform: translateY(0); } }
}

@media (max-width: 968px) {
  html { scroll-padding-top: 80px; }
  nav, nav.scrolled {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
    padding: 10px 20px;
    min-height: var(--mobile-header-height);
    background: #10100f;
    border-bottom: 1px solid rgba(200,163,90,.18);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .nav-cta { padding: 10px 18px; }
  .menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(200,163,90,.3);
    border-radius: 50%;
    place-items: center;
  }
  .menu-toggle svg { width: 22px; height: 22px; }
  .menu-close-icon { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-close-icon { display: block; }
  .js .menu-toggle { display: grid; }
  .nav-links { display: flex; flex-direction: column; gap: 0; grid-column: 1 / -1; }
  .js .nav-links { display: none; }
  .js .nav-links.is-open {
    display: flex;
    position: absolute;
    top: 100%; left: 0; right: 0;
    max-height: calc(100dvh - 88px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 12px 20px 20px;
    background: #10100f;
    border-bottom: 1px solid rgba(200,163,90,.25);
    box-shadow: 0 16px 30px rgba(0,0,0,.35);
  }
  .nav-links a { display: flex; min-height: 52px; padding: 12px 4px; font-size: 15px; text-transform: none; letter-spacing: .02em; border-bottom: 1px solid rgba(200,163,90,.13); }
  .nav-links a::after { display: none; }
  html:not(.js) nav { position: relative; }
  #hero { min-height: 420px; }
  .hero-content { padding: 68px 24px 100px; }
  .hero-logo-wrapper { width: clamp(260px, 46vw, 380px); }
  .store-intro { padding: 64px 32px; gap: 32px; grid-template-columns: 1fr; }
  .store-intro .hero-desc { max-width: 720px; }
  .gift-heading { grid-template-columns: 1fr; gap: 24px; }
  .gift-grid { gap: 24px; }
  #regalos { padding: 64px 32px; }
  .gift-note { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-brand-name { font-size: 30px; max-width: 580px; }
  .hero-sub { max-width: 540px; }
  #grain { display: none; }
  #historia { gap: 32px; }
  .history-image { aspect-ratio: auto; height: 160px; order: 2; }
  .history-tree-svg { width: 140px; left: 78%; }
  .collection-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-card { padding: 0 16px 24px; }
  .product-card-name { font-size: 16px; }
  .product-card-image--photo { width: 100%; margin: 0 0 20px; border: 0; }
  .local-grid { grid-template-columns: 1fr; gap: 12px; }
  .local-card { padding: 24px; }
  .local-card p { font-size: 15px; }
}

@media (max-width: 640px) {
  nav, nav.scrolled { padding: 10px 16px; gap: 8px; }
  .nav-logo { gap: 8px; }
  .nav-wordmark { font-size: 15px; }
  .nav-wordmark small { font-size: 8px; }
  .hero-content { padding: 68px 20px 100px; }
  .hero-logo-wrapper { width: min(88vw, 350px); max-width: 100%; }
  .hero-brand-name { font-size: clamp(24px, 6.7vw, 29px); margin-top: 8px; line-height: 1.28; letter-spacing: 0; text-transform: none; }
  .hero-brand-name span { color: var(--ivory); }
  .hero-sub { font-size: 16px; line-height: 1.65; padding: 0; margin-top: 18px; }
  .hero-desc { padding: 0; font-size: 14px; line-height: 1.8; margin-top: 20px; }
  .hero-actions { width: 100%; margin-top: 22px; gap: 10px; }
  .hero-actions a { width: 100%; min-height: 50px; }
  .hero-actions .hero-secondary { min-height: 46px; }
  .hero-backdrop img { opacity: .4; object-position: 50% 50%; }
  .hero-overlay { background: radial-gradient(ellipse at 50% 40%, rgba(11,11,11,.3) 12%, transparent 52%, rgba(11,11,11,.65)), linear-gradient(0deg,var(--black-absolute),transparent 22%,transparent 82%,rgba(11,11,11,.2)); }
  .store-intro { padding: 48px 20px 56px; gap: 24px; }
  .store-intro .hero-brand-name { font-size: 28px; }
  #regalos { padding: 56px 20px; }
  .gift-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 32px; }
  .gift-number { margin-bottom: 14px; }
  .gift-card h3 { font-size: 23px; }
  .gift-card p { margin-bottom: 8px; }
  .gift-note a { width: 100%; }
  .hero-scroll { margin-top: 12px; }
  .section, #historia, #coleccion, #mayoristas, #exclusividad, #zonas { padding: 56px 20px; }
  #historia { padding-top: 32px; gap: 24px; }
  .section-header { text-align: left; margin-bottom: 28px; }
  .section-label { font-size: 11px; letter-spacing: .16em; margin-bottom: 12px; }
  .section-title, .history-text h2 { font-size: clamp(25px, 6.5vw, 30px); line-height: 1.25; letter-spacing: 0; }
  .history-text h2 { margin-bottom: 20px; }
  .history-separator { margin: 24px 0; }
  .history-text p, .collection-sub, .mayoristas-text p, .exclusividad-text, .local-intro, .contacto-text { font-size: 16px; line-height: 1.8; }
  .history-text p, .mayoristas-text p { font-weight: 400; }
  .collection-sub { margin-top: 18px; }
  .collection-grid { grid-template-columns: 1fr; gap: 18px; }
  .product-card { text-align: left; padding: 0 22px 24px; border-color: rgba(200,163,90,.2); }
  .product-card-image--photo { width: calc(100% + 44px); margin: 0 -22px 22px; aspect-ratio: 4 / 3; border-radius: 0; }
  .product-card-image--photo img { object-position: center 35%; }
  .product-card-image--photo::after { height: 64px; background: linear-gradient(transparent, rgba(11,11,11,.5)); }
  .product-card-name { font-size: 20px; letter-spacing: .01em; }
  .product-card-family { font-size: 12px; letter-spacing: .06em; margin-top: 6px; }
  .product-card-desc { font-size: 15px; line-height: 1.75; }
  .product-card-accent { display: none; }
  .collection-cta-wrap { margin-top: 24px; }
  .catalog-cta, .mayoristas-cta { width: 100%; padding: 14px 18px; font-size: 13px; letter-spacing: .035em; min-height: 50px; }
  .mayoristas-content { gap: 28px; }
  .mayoristas-benefits { gap: 8px; }
  .benefit-card { padding: 14px 16px; font-size: 14px; min-height: 48px; }
  .exclusividad-content { text-align: left; margin-bottom: 28px; }
  .exclusivity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .exclusivity-card { padding: 24px 12px; }
  .exclusivity-icon { margin-bottom: 16px; }
  .exclusivity-label { font-size: 13px; line-height: 1.6; letter-spacing: .015em; text-transform: none; }
  .local-intro { margin: 0 0 28px; text-align: left; }
  .local-card { border-radius: 12px; padding: 24px; }
  .local-card-kicker { font-size: 11px; letter-spacing: .12em; }
  .local-card h3 { font-size: 21px; line-height: 1.35; }
  #contacto { padding: 48px 20px 64px; }
  .contacto-title { font-size: 30px; }
  .contacto-location, .wa-card-response { font-size: 14px; line-height: 1.6; }
  .contacto-info { margin-bottom: 24px; }
  .contacto-wa-card { padding: 24px 16px; max-width: none; }
  .wa-card-title { font-size: 17px; }
  .wa-card-text { gap: 6px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; margin-bottom: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p, .footer-location { font-size: 14px; max-width: none; line-height: 1.7; }
  .footer-bottom { align-items: flex-start; text-align: left; padding-top: 24px; }
  .footer-bottom span { font-size: 12px; line-height: 1.7; }
  footer { padding: 40px 20px 100px; padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px)); }
  .whatsapp-float { bottom: max(16px, env(safe-area-inset-bottom, 0px)); right: 16px; width: 52px; height: 52px; }
}

@media (max-width: 350px) {
  .nav-logo img { width: 32px; height: 32px; }
  .nav-wordmark { font-size: 13px; }
  .nav-cta { font-size: 11px; padding: 10px 12px; }
  .hero-content { padding-inline: 16px; }
}

@media (max-height: 520px) and (orientation: landscape) {
  #hero { min-height: 320px; }
  .hero-content { padding: 70px 20px 36px; }
  .hero-logo-wrapper { width: min(38vw, 54svh); }
  .hero-discover { bottom: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
