@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/cormorant-garamond-400.woff2') format('woff2')}@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/cormorant-garamond-500.woff2') format('woff2')}@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/cormorant-garamond-600.woff2') format('woff2')}@font-face{font-display:swap;font-family:"super-med";font-style:normal;src:url(../fonts/super-med.woff2) format("woff2"),url(../fonts/super-med.woff) format("woff")}@font-face{font-display:swap;font-family:"super-reg";font-style:normal;src:url(../fonts/super-reg.woff2) format("woff2"),url(../fonts/super-reg.woff) format("woff")}:root{--c-bg:#F4EBE1;--c-text:#1A1A1A;--c-text-alt:#F4EBE1;--c-green:#2B3A2C;--c-brand:#CBA058;--c-dark:#121212;--c-earth:#6B4423;--c-accent:var(--c-brand);--c-secondary:var(--c-green);--font-serif:'super-med',Helvetica,sans-serif;--font-sans:'super-reg',Helvetica,sans-serif;--ease-out:cubic-bezier(0.19,1,0.22,1);--header-h:max(10rem,min(10vw,20rem));--columns:12;--width:90vw;--gutter:max(2rem,min(2vw,4rem));--radius:max(1.5rem,min(1.5vw,3rem))}*{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;scroll-behavior:auto;background-color:#140C06}.ios-spacer{display:none}@media (max-width:900px){.ios-spacer{display:none!important}}body{font-family:var(--font-serif);font-size:max(2rem,min(2vw,3rem));color:var(--c-text);background-color:#140C06;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:100%;overflow-x:hidden;overscroll-behavior-x:contain}main{background-color:var(--c-bg)}main,.footer,.origen-museo,.proceso-3d,.productos,.ig-gallery,.stats-v2,.b2b-v2{isolation:isolate}a{text-decoration:none;color:inherit}.page-curtain{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:1;visibility:visible;background-color:var(--c-earth);background-image:radial-gradient(ellipse at 30% 30%,rgba(255,230,200,0.18),transparent 60%),radial-gradient(ellipse at 70% 80%,rgba(46,24,12,0.30),transparent 65%),url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.4' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.28 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: cover, cover, 180px 180px;
  background-blend-mode: normal, normal, overlay;
  
  transition:
    opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1),
    visibility 0s linear 0s;
  will-change: opacity;
}

.page-curtain.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1),
    visibility 0s linear 0.5s;
}

.page-curtain__logo {
  max-width: clamp(220px, 32vw, 460px);
  max-height: clamp(140px, 20vw, 280px);
  width: auto;
  height: auto;
  object-fit: contain;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform;
}
.page-curtain.is-hidden .page-curtain__logo {
  transform: scale(1.06);
}

@media (max-width: 720px) {
  .page-curtain__logo {
    max-width: 60vw;
    max-height: 60vw;
  }
}
@media (max-width: 380px) {
  .page-curtain__logo {
    max-width: 68vw;
    max-height: 68vw;
  }
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-h);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--gutter);
  z-index: 100;
  background-color: transparent;
  
  transition:
    background-color 0.4s var(--ease-out),
    transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.4s ease;
  pointer-events: none; 
}

.header.is-hidden {
  transform: translateY(-105%);
  opacity: 0;
  pointer-events: none !important;
}

.header__nav, .header__center {
  pointer-events: auto;
}

.header.is-scrolled {
  background-color: transparent !important;
  height: max(6rem, min(6vw, 10rem));
  color: #2A1810;
  transition: color 0.4s var(--ease-out), background-color 0.4s var(--ease-out), height 0.4s var(--ease-out);
}

.header.is-scrolled.is-dark-bg {
  color: var(--c-text-alt); 
}
.header.is-scrolled.is-leather-bg {
  color: #F0E2C9; 
}


.header.is-scrolled .header__nav a {
  color: #2A1810; 
  transition: color 0.4s var(--ease-out);
}

.header.is-dark-bg .header__nav a {
  color: var(--c-text-alt); 
  transition: color 0.4s var(--ease-out);
}
.header.is-leather-bg .header__nav a {
  color: #F0E2C9; 
  transition: color 0.4s var(--ease-out);
}
.header[data-theme="dark"]:not(.is-scrolled) {
  color: var(--c-text-alt);
}

.header__nav {
  display: flex;
  gap: max(2rem, min(3vw, 4rem));
  font-size: max(1.2rem, min(1.2vw, 1.8rem));
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header__nav a {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}

.header__nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px; 
  background-color: currentColor; 
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s var(--ease-out);
}

.header__nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header__center {
  position: absolute;
  left: 50%;
  top: 0; 
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: flex-start;
}


.header__logo {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  isolation: isolate; 
  
  background:
    radial-gradient(ellipse at 28% 22%, rgba(255, 230, 200, 0.22), transparent 55%),
    radial-gradient(ellipse at 75% 82%, rgba(20, 10, 4, 0.42), transparent 60%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.32 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>"),
    linear-gradient(135deg, #7a5635 0%, #5b3f24 42%, #3a2814 100%);
  background-size: cover, cover, 220px 220px, cover;
  background-blend-mode: normal, normal, overlay, normal;
  
  width: clamp(26rem, 32vw, 42rem);
  height: clamp(13rem, 16vw, 19rem);
  max-width: 50vw;
  border-radius: 8px;
  overflow: hidden; 
  transform-origin: top center;
  transition: width 0.4s var(--ease-out), height 0.4s var(--ease-out);
  
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.55),
    0 4px 12px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 230, 200, 0.20),
    inset 0 -14px 28px rgba(0, 0, 0, 0.30),
    inset 0 0 0 1px rgba(0, 0, 0, 0.40);
}




.header__logo::after {
  content: "";
  position: absolute;
  inset: 14px;
  pointer-events: none;
  z-index: 0;
  border-radius: 4px;
  border: 1.5px dashed rgba(213, 175, 105, 0.6);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.25);
}

.header.is-transitioning {
  pointer-events: none; 
}
.header.is-transitioning .header__nav,
.header.is-transitioning-out .header__nav {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.header.is-transitioning .header__logo {
  width: 100vw !important;
  height: 100vh !important;
  cursor: default;
  border-radius: 0 !important;
}
.header.is-transitioning .header__logo,
.header.is-transitioning-out .header__logo {
  
  transition: width 1.2s cubic-bezier(0.8, 0, 0.2, 1), height 1.2s cubic-bezier(0.8, 0, 0.2, 1) !important;
}

.header.is-transitioning .header__logo--open {
  transform: translate(-50%, -50%) scale(1.1); 
}
.header.is-transitioning .header__logo--open,
.header.is-transitioning-out .header__logo--open {
  transition: transform 1.2s cubic-bezier(0.8, 0, 0.2, 1);
}


.header.is-scrolled .header__logo {
  height: max(8rem, min(8vw, 11rem));
  width: max(20rem, min(20vw, 26rem));
  background-color: var(--c-earth);
}
.header.is-scrolled .header__logo:hover {
  height: clamp(13rem, 16vw, 19rem);
  width: clamp(26rem, 32vw, 42rem);
  max-width: 50vw;
  background-color: var(--c-earth);
}


.header__logo--closed {
  position: absolute;
  top: 50%;
  left: 50%;
  
  width: 82%;
  height: 82%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out);
  object-fit: cover;
  object-position: center;
  z-index: 2; 
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.45));
}

.header__logo--open {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  
  height: clamp(9rem, 11vw, 13rem);
  transform: translate(-50%, -50%);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.6rem, 2.4vw, 3.2rem);
  transition: opacity 0.5s var(--ease-out), transform 1.2s cubic-bezier(0.8, 0, 0.2, 1);
  
  z-index: 2;
}

.header__logo--open img {
  height: 100%;
  width: auto;
  object-fit: contain;
  
  filter:
    drop-shadow(0 3px 2px rgba(0, 0, 0, 0.45))
    drop-shadow(0 -1px 0 rgba(255, 230, 200, 0.10));
}


.header__side-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-sans);
  font-weight: 800;
  text-transform: uppercase;
  color: #d5bb75; 
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.18em;
  gap: 4px;
  position: relative;
  
  padding: 8px 2px;
}
.header__side-text span {
  font-size: clamp(0.95rem, 0.8vw, 1.2rem);
  opacity: 0.92;
}
.header__side-text strong {
  font-size: clamp(1.05rem, 0.9vw, 1.35rem);
  font-weight: 800;
}

.header__side-text::before,
.header__side-text::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(40px, 4.5vw, 68px);
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(213, 187, 117, 0.85) 50%, transparent 100%);
}
.header__side-text::before { top: 0; }
.header__side-text::after  { bottom: 0; }


.header.is-scrolled .header__logo--open {
  opacity: 0;
  transform: translate(-50%, -30%) scale(0.9);
  pointer-events: none;
}

.header.is-scrolled .header__logo--closed {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.header.is-scrolled .header__logo:hover .header__logo--open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.header.is-scrolled .header__logo:hover .header__logo--closed {
  opacity: 0;
  transform: translate(-55%, -70%) scale(0.5);
}


.hero {
  position: relative;
  
  height: 100vh; 
  height: 100dvh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--c-text-alt);
}
.hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/hero-inicio.jpg') center/cover no-repeat;
  z-index: 1;
  transform: scale(1.1);
}

@media (max-width: 640px) {
  .page-index-v2 .hero__media:not([class*="--"]):not(.historia-hero__media) {
    background-image: url('../img/hero-inicio-mobile.jpg');
  }
}
.hero__media::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  
  background:
    linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.15) 22%, transparent 40%, rgba(0,0,0,0.50) 90%),
    linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.18) 45%, transparent 100%);
}
.hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: max(10rem, min(12vw, 18rem)); 
}


.hero--cinema {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}
.hero__inner--left {
  text-align: left;
  padding-top: 0;
  padding-bottom: max(6rem, min(7vw, 11rem));
  padding-left: max(2.4rem, min(6vw, 10rem));
  width: min(820px, 80vw);
}
.hero--cinema .hero__title {
  
  font-family: "Cormorant Garamond", "EB Garamond", "Times New Roman", Georgia, serif !important;
  font-weight: 500 !important;
  font-size: clamp(3.6rem, 5.5vw, 7.8rem) !important;
  line-height: 1.0 !important;
  letter-spacing: 0.005em;
  
  text-shadow: 0 1px 3px rgba(0,0,0,0.30), 0 4px 24px rgba(0,0,0,0.28);
}

.hero--cinema .line {
  white-space: nowrap;
}


.hero__rule {
  width: 72px;
  height: 2px;
  margin: 2.4rem 0 2rem;
  background: linear-gradient(90deg, var(--c-brand) 0%, rgba(203,160,88,0.2) 100%);
  opacity: 0;
  transform: scaleX(0.4);
  transform-origin: left center;
  animation: heroRule 1.2s 1.6s var(--ease-out) forwards;
}
@keyframes heroRule {
  to { opacity: 1; transform: scaleX(1); }
}


.hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2.6rem;
  padding: 0;
  background: none;
  border: none;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(1.15rem, 1vw, 1.4rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--c-brand);
  text-decoration: none;
  opacity: 0;
  transform: translateY(10px);
  animation: heroCta 1.2s 1.9s var(--ease-out) forwards;
  transition: gap 0.3s var(--ease-out), color 0.3s var(--ease-out);
}
.hero__cta:hover { gap: 1.8rem; color: #d8b070; }
.hero__cta svg { transition: transform 0.3s var(--ease-out); }
.hero__cta:hover svg { transform: translateX(4px); }
@keyframes heroCta {
  to { opacity: 1; transform: translateY(0); }
}

.hero__title {
  font-family: var(--font-serif);
  font-size: max(10rem, min(10vw, 24rem));
  line-height: 85%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.line {
  display: block;
  overflow: hidden;
  clip-path: inset(-20% 0 0 0);
}

.hero__title.is-revealed .line {
  overflow: visible;
  clip-path: none;
}
.line::before {
  content: attr(data-text);
  display: block;
  transform: translateY(115%);
}
.hero__subtitle {
  margin-top: 2rem;
  font-family: var(--font-sans);
  font-size: max(2rem, min(2vw, 3.5rem));
  font-weight: 400;
  opacity: 0;
}

.hero--cinema .hero__subtitle {
  font-size: clamp(1.3rem, 1.25vw, 1.85rem) !important;
  line-height: 1.4 !important;
  max-width: none;
  white-space: nowrap;
  margin-top: 0; 
  color: rgba(244, 238, 227, 0.92);
}
.hero__scroll {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 2px;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}


.manifesto {
  padding: max(8rem, min(10vw, 15rem)) var(--gutter) 2rem; 
  text-align: center;
  background-color: var(--c-bg); 
  color: var(--c-green); 
}
.manifesto__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.manifesto__icon {
  margin: 0 auto 1.5rem;
  width: 2rem;
  height: 2rem;
  background-color: var(--c-brand); 
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.manifesto__title {
  font-family: var(--font-serif); 
  font-size: max(3rem, min(4vw, 5rem)); 
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3rem;
  letter-spacing: 2px;
  
  line-height: 1.05;
}
.manifesto__text {
  font-family: var(--font-sans); 
  font-size: max(1.5rem, min(2vw, 2.5rem)); 
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
}


.cards {
  padding-bottom: max(10rem, min(10vw, 15rem));
  padding-top: 4rem; 
  background-color: var(--c-bg);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cards__inner {
  position: relative;
  width: calc(45vw - 1rem);
  aspect-ratio: 580 / 770;
}
@media (min-width: 960px) {
  .cards__inner {
    width: calc(30vw);
  }
}
@media (min-width: 1280px) {
  .cards__inner {
    width: calc(25vw);
  }
}
.card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  transform-origin: center;
  will-change: transform;
}
.card__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card--left { z-index: 1; transform: rotate(12deg) translateZ(0); }
.card--center { z-index: 2; transform: rotate(-30deg); }
.card--right { z-index: 3; transform: rotate(-14deg) translateZ(0); }


.amargor {
  padding: clamp(4rem, 6vw, 7rem) var(--gutter);
  background-color: var(--c-bg);
  color: var(--c-text);
  text-align: center;
}
.amargor__giant {
  font-family: var(--font-serif);
  
  font-size: max(5.6rem, min(10vw, 18rem));
  line-height: 88%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  
}
.amargor__text {
  margin-top: clamp(1.8rem, 3vw, 3rem);
  font-family: var(--font-sans);
  font-size: max(2rem, min(2vw, 3.5rem));
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  color: var(--c-text);
}


.sticky {
  height: 200vh;
  background-color: var(--c-green); 
  color: var(--c-text-alt);
  position: relative;
}
.sticky__giant {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-family: var(--font-serif);
  font-size: max(7rem, min(17vw, 34rem));
  text-transform: uppercase;
  line-height: 85%;
  display: flex;
  flex-direction: column;
}


.manifiesto {
  padding: max(10rem, min(10vw, 20rem)) var(--gutter);
  text-align: center;
  background-color: var(--c-earth); 
  color: var(--c-text-alt);
}
.manifiesto__inner {
  max-width: 90vw;
  margin: 0 auto;
}
.manifiesto__text {
  font-family: var(--font-serif);
  font-size: max(6rem, min(6vw, 11rem));
  line-height: 90%;
  margin-bottom: 4rem;
}
.manifiesto__close {
  font-family: var(--font-sans);
  font-size: max(2rem, min(2vw, 3.5rem));
  color: var(--c-secondary);
}
em {
  font-style: italic;
  font-family: var(--font-serif);
}


.pillar {
  position: relative;
  
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pillar__media {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
}
.pillar__media img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.15);
}
.pillar__media::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.3);
}
.pillar__overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--c-text-alt);
}
.pillar__title {
  font-family: var(--font-serif);
  font-size: max(8rem, min(15vw, 30rem));
  line-height: 85%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.pillar__caption {
  margin-top: 2rem;
  font-family: var(--font-sans);
  font-size: max(1.6rem, min(1.6vw, 2.4rem));
  max-width: 50vw;
  margin-left: auto; margin-right: auto;
}


.origen-museo {
  padding: max(8rem, min(10vw, 12rem)) var(--gutter);
  background-color: var(--c-bg); 
  position: relative;
  overflow: hidden;
}
.origen-museo__header {
  text-align: center;
  margin-bottom: max(3rem, 5vw);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.origen-museo__main-title {
  font-family: var(--font-serif);
  font-size: max(3rem, min(4vw, 5rem)); 
  font-weight: 700;
  color: var(--c-green);
  text-transform: uppercase;
  margin-top: 1rem;
}
.origen-museo__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  gap: 2rem 1.5rem; 
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
.origen-museo__center {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  width: 40vw;
  max-width: 350px; 
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.origen-museo__img {
  width: 100%;
  height: auto;
  filter: drop-shadow(15px 25px 25px rgba(0,0,0,0.25));
  transform-origin: center bottom;
  transition: transform 0.4s ease;
}
.origen-museo__img:hover {
  transform: scale(1.03); 
}
.origen-museo__corner {
  display: flex;
  align-items: center; 
  gap: 2rem; 
}
.origen-museo__corner--tl, .origen-museo__corner--bl {
  justify-content: flex-end; 
  text-align: right;
}
.origen-museo__corner--tr, .origen-museo__corner--br {
  justify-content: flex-start; 
  text-align: left;
}
.origen-museo__icon {
  flex-shrink: 0;
  width: max(100px, min(14vw, 175px)); 
  height: max(100px, min(14vw, 175px));
  object-fit: contain;
}
.origen-museo__content {
  display: flex;
  flex-direction: column;
}
.origen-museo__title {
  font-family: var(--font-serif);
  font-size: max(1.5rem, 2vw);
  color: var(--c-green); 
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.origen-museo__corner p {
  font-size: max(1rem, 1.1vw);
  line-height: 1.6;
  color: var(--c-text); 
  opacity: 0.8;
  max-width: 300px;
}
@media (max-width: 900px) {
  .origen-museo__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 3rem;
  }
  .origen-museo__center {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    max-width: 250px;
  }
  .origen-museo__corner {
    flex-direction: column; 
    text-align: center;
  }
  .origen-museo__corner--tl, .origen-museo__corner--bl, 
  .origen-museo__corner--tr, .origen-museo__corner--br {
    justify-content: center;
    text-align: center;
  }
  .origen-museo__icon {
    order: -1; 
    margin-bottom: 1rem;
  }
}


.proceso-3d {
  position: relative;
  
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #0A0807;
  color: #F4EBE1;
}
.proceso-3d::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 180px 180px;
  opacity: 0.4;
  mix-blend-mode: overlay;
}

.proceso-3d > * {
  position: relative;
  z-index: 1;
}
.proceso-3d__pin {
  
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}


.proceso-3d__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
  z-index: 0;
  
  background: #0A0807;
  display: block;
  
  filter: saturate(1.18) contrast(1.06) brightness(0.96);
  
  will-change: filter;
}


.proceso-3d__vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(to bottom, rgba(10, 8, 7, 0.75) 0%, rgba(10, 8, 7, 0.30) 35%, transparent 60%),
    radial-gradient(ellipse 80% 90% at center, transparent 50%, rgba(10, 8, 7, 0.55) 100%);
}


.proceso-3d__title-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  
  transform: translate(-50%, -50%) translateY(20px);
  width: min(100%, 1100px);
  z-index: 2;
  text-align: center;
  padding: 0 clamp(24px, 5vw, 80px);
  pointer-events: none;
  opacity: 0;
  transition:
    opacity   1.2s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.proceso-3d__title-overlay.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
}
.proceso-3d__title-eyebrow {
  display: inline-block;
  color: var(--c-brand);
  font-family: var(--font-serif, "super-med"), Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: clamp(20px, 3vh, 36px);
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(203, 160, 88, 0.45);
}
.proceso-3d__title-text {
  font-family: var(--font-serif, "super-med"), Helvetica, sans-serif;
  font-weight: 500;
  font-size: clamp(40px, 7vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #F4EBE1;
  margin: 0;
  
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}


.proceso-3d__mute-toggle {
  position: absolute;
  bottom: clamp(24px, 4vh, 48px);
  right: clamp(24px, 3vw, 48px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: rgba(10, 8, 7, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(203, 160, 88, 0.35);
  color: var(--c-brand);
  font-family: var(--font-serif, "super-med"), Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.3s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
    border-color 0.3s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
    color 0.3s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1));
}
.proceso-3d__mute-toggle:hover {
  background: rgba(10, 8, 7, 0.75);
  border-color: rgba(203, 160, 88, 0.65);
  color: #F4EBE1;
}

.proceso-3d__mute-icon--on { display: none; }
.proceso-3d__mute-icon--off { display: block; }

.proceso-3d__mute-toggle[aria-pressed="true"] .proceso-3d__mute-icon--on { display: block; }
.proceso-3d__mute-toggle[aria-pressed="true"] .proceso-3d__mute-icon--off { display: none; }
.proceso-3d__mute-toggle[aria-pressed="true"] .proceso-3d__mute-label::before {
  content: "Silenciar";
}
.proceso-3d__mute-toggle[aria-pressed="true"] .proceso-3d__mute-label {
  font-size: 0; 
}
.proceso-3d__mute-toggle[aria-pressed="true"] .proceso-3d__mute-label::before {
  font-size: 11px; 
}
@media (max-width: 600px) {
  
  .proceso-3d__mute-label { display: none; }
  .proceso-3d__mute-toggle { padding: 10px; }
}


.proceso-3d__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.proceso-3d__bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transform-origin: center center;
  will-change: opacity, filter, transform;
  
  --mask-inner: 100%;
  --mask-outer: 100%;
  -webkit-mask-image: radial-gradient(ellipse 78% 90% at center, #000 var(--mask-inner), transparent var(--mask-outer));
  mask-image: radial-gradient(ellipse 78% 90% at center, #000 var(--mask-inner), transparent var(--mask-outer));
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: opacity 0.12s linear, filter 0.12s linear, transform 0.12s linear;
}
.proceso-3d__bg-layer[data-step="0"] {
  background-image: url('../img/proceso-fondo1.png');
  
  opacity: 1;
}
.proceso-3d__bg-layer[data-step="1"] {
  background-image: url('../img/proceso-fondo2.png');
}

.proceso-3d__bg-layer[data-step="1-mate"] {
  background-image: url('../img/proceso-fondo2-2.png');
}
.proceso-3d__bg-layer[data-step="2"] {
  background-image: url('../img/proceso-fondo3.png');
}

.proceso-3d__bg-layer[data-step="2-mate"] {
  background-image: url('../img/proceso-fondo3-2.png');
}
.proceso-3d__bg-layer[data-step="2-final"] {
  background-image: url('../img/proceso-fondo3-final.png');
}


.proceso-3d__viewer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(280px, 42vw, 620px);
  height: clamp(360px, 60vh, 640px);
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  
  will-change: opacity, transform, filter;
  
  filter:
    drop-shadow(0 3px 3px rgba(0, 0, 0, 0.55))
    drop-shadow(0 18px 12px rgba(0, 0, 0, 0.38))
    drop-shadow(0 36px 18px rgba(0, 0, 0, 0.32));
}
.proceso-3d__spin {
  width: 100%;
  height: 100%;
}

.proceso-3d__viewer model-viewer,
.proceso-3d__model {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  --poster-color: transparent;
  --progress-bar-color: var(--gold, #C9A24A);
  outline: none;
  pointer-events: none;
  opacity: 0;
  
  transition: opacity 0.3s cubic-bezier(0.45, 0, 0.15, 1);
}
.proceso-3d__model.is-visible {
  opacity: 1;
  pointer-events: auto;
}






.proceso-3d__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  padding: clamp(40px, 6vh, 80px) clamp(32px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.proceso-3d__copy-left {
  width: clamp(320px, 38vw, 600px);
  pointer-events: auto;
}
.proceso-3d__eyebrow {
  color: var(--c-brand, #CBA058);
  margin-bottom: 36px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(203, 160, 88, 0.35);
}


.proceso-3d__text {
  display: block;
}
.proceso-3d__text .reveal {
  display: block;
  overflow: hidden; 
}
.proceso-3d__text .reveal-inner {
  display: block;
  transform: translateY(0);
  opacity: 1;
  transition:
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.proceso-3d__text.is-changing .reveal-inner {
  transform: translateY(-115%);
  opacity: 0;
}
.proceso-3d__text.is-changing .reveal:nth-child(1) .reveal-inner { transition-delay: 0s; }
.proceso-3d__text.is-changing .reveal:nth-child(2) .reveal-inner { transition-delay: 0.04s; }
.proceso-3d__text.is-changing .reveal:nth-child(3) .reveal-inner { transition-delay: 0.08s; }

.proceso-3d__text.is-entering .reveal-inner {
  transform: translateY(115%);
  opacity: 0;
  transition: none;
}
.proceso-3d__text.is-entering .reveal:nth-child(1) .reveal-inner { transition-delay: 0.05s; }
.proceso-3d__text.is-entering .reveal:nth-child(2) .reveal-inner { transition-delay: 0.13s; }
.proceso-3d__text.is-entering .reveal:nth-child(3) .reveal-inner { transition-delay: 0.21s; }

.proceso-3d__num {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.22em;
  color: var(--c-brand, #CBA058);
  margin-bottom: 14px;
}
.proceso-3d__title {
  font-family: var(--font-display, "Super", Helvetica, sans-serif);
  font-weight: 500;
  font-size: clamp(48px, 6.4vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #F4EBE1;
  margin: 0 0 26px 0;
}
.proceso-3d__desc {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  font-style: italic;
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.55;
  color: rgba(244, 235, 225, 0.72);
  margin: 0;
  max-width: 420px;
}


.proceso-3d__copy-right {
  width: clamp(200px, 24vw, 320px);
  pointer-events: auto;
  align-self: flex-end;
  padding-bottom: clamp(20px, 4vh, 40px);
}
.proceso-3d__indicator {
  display: flex;
  align-items: center;
  gap: 18px;
}
.proceso-3d__bar {
  flex: 1;
  height: 1px;
  background: rgba(244, 235, 225, 0.18);
  position: relative;
  overflow: hidden;
}
.proceso-3d__bar-fill {
  position: absolute;
  inset: 0;
  background: var(--c-brand, #CBA058);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.proceso-3d__count {
  font-family: var(--font-display, "Super", Helvetica, sans-serif);
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--c-brand, #CBA058);
  white-space: nowrap;
}

@media (max-width: 900px) {
  
  .proceso-3d {
    height: 100vh;
    min-height: 560px;
  }
  .proceso-3d__overlay {
    flex-direction: column;
    justify-content: space-between;
    padding: 12vh var(--gutter, 24px) 6vh;
    text-align: left;
    align-items: stretch;
  }
  .proceso-3d__copy-left,
  .proceso-3d__copy-right {
    width: 100%;
  }
  .proceso-3d__copy-right {
    padding-bottom: 0;
  }
  .proceso-3d__title {
    font-size: clamp(36px, 9vw, 56px);
  }
}


.productos {
  padding: max(10rem, min(10vw, 15rem)) 0;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(255, 230, 200, 0.10), transparent 55%),
    radial-gradient(ellipse at 80% 70%, rgba(46, 24, 12, 0.30), transparent 60%),
    linear-gradient(135deg, #6B4423 0%, #8B5A33 50%, #7A4A28 100%);
  color: var(--c-text, #2A2520);
}
.productos::before,
.productos::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.productos::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 220px 220px;
  opacity: 0.55;
  mix-blend-mode: multiply;
}

.productos::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 140px 140px;
  opacity: 0.4;
  mix-blend-mode: overlay;
}

.productos > * {
  position: relative;
  z-index: 1;
}
.productos__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  pointer-events: none;
  z-index: 1;
}
.productos__giant {
  font-family: var(--font-sans);
  font-size: max(10rem, min(15vw, 25rem));
  font-weight: 900;
  line-height: 0.8;
  color: #2A1810; 
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  opacity: 0.92;
}
.productos__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.productos__heading {
  display: block;
  text-align: center;
  font-family: var(--font-serif);
  font-size: max(3rem, min(4vw, 5rem));
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  
  color: #FFF3E0;
  text-shadow: 0 2px 12px rgba(30, 14, 6, 0.45);
  margin: 0 0 .5rem;
}

.productos__eyebrow {
  display: block;
  text-align: center;
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.03em;
  color: #F2DCA8;                                    
  text-shadow: 0 1px 8px rgba(30, 14, 6, 0.40);
  margin: 1.4rem 0 2rem;
}

@media (min-width: 641px) {
  .productos__eyebrow br { display: none; }
  
  .productos__heading br { display: none; }
}
.productos__stage {
  width: max(17rem, min(25.5vw, 34rem));
  height: max(20.5rem, min(29vw, 39rem));
  
  margin: 0 0 clamp(1.6rem, 2.6vw, 3rem) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.28));
}

.productos__mate {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: opacity 0.4s ease, transform 0.4s ease;
}


.productos__mate[src*="/productos/"] {
  height: 100%;
  width: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 6px;
  padding: 0;
  background: #FAF4E8;
  border: 1.4rem solid #FAF4E8;
  outline: 1px dashed rgba(107, 68, 35, 0.28);
  outline-offset: -0.7rem;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.35) inset,
    0 30px 60px -22px rgba(28, 14, 6, 0.62);
}
.productos__tabs {
  display: flex;
  gap: max(1.5rem, min(2vw, 3rem));
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
}
.productos__tab {
  padding: 0.5rem 0;
  background: none;
  border: none;
  color: rgba(255, 243, 224, 0.85);   
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: max(1.3rem, min(1.05vw, 1.6rem));
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s var(--ease-out);
  position: relative;
}
.productos__tab:hover {
  color: #FFF3E0;
}
.productos__tab.is-active {
  color: #FFF3E0;
}
.productos__tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--c-brand);
  transform: scaleX(0);
  transition: transform 0.3s var(--ease-out);
}
.productos__tab.is-active::after,
.productos__tab:hover::after {
  transform: scaleX(1);
}

.productos__tab--vermas {
  color: var(--c-brand);
  font-weight: 700;
  text-decoration: none;
}
.productos__tab--vermas:hover { color: #b88d3f; }
.productos__tab--vermas::after { background-color: var(--c-brand); }
.productos__desc {
  font-size: max(1.2rem, min(1.2vw, 1.6rem));
  text-align: center;
  color: rgba(255, 243, 224, 0.92); 
  font-weight: 500;
}


.footer {
  position: relative;
  overflow: hidden;
  padding: 8rem 2rem 4rem;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(255, 230, 200, 0.10), transparent 55%),
    radial-gradient(ellipse at 80% 70%, rgba(46, 24, 12, 0.30), transparent 60%),
    linear-gradient(135deg, #6B4423 0%, #8B5A33 50%, #7A4A28 100%);
  color: #2A1810;
}
.footer::before,
.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.footer::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 220px 220px;
  opacity: 0.55;
  mix-blend-mode: multiply;
}

.footer::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 140px 140px;
  opacity: 0.4;
  mix-blend-mode: overlay;
}

.footer__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.footer__brand {
  margin-bottom: 6rem;
  text-align: center;
}
.footer__logo {
  
  width: clamp(208px, 23vw, 338px);
  height: auto;
  margin-bottom: 2.4rem;
  
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.35));
}
.footer__slogan {
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 4.5vw, 4rem);
  line-height: 1.1;
  color: #2A1810;
}

.footer__cols {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 6rem;
  text-align: center;
  align-items: center;
}
@media (min-width: 600px) {
  .footer__cols {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(4rem, 6vw, 8rem);
    text-align: left;
  }
  
  .footer__col {
    flex: 0 0 auto;
    min-width: 16rem;
    max-width: 24rem;
  }
}
.footer__col h4 {
  text-transform: uppercase;
  color: #2A1810;
  margin-bottom: 2rem;
  font-weight: 700;
}
.footer__col a, .footer__col p {
  display: block;
  margin-bottom: 1rem;
  color: rgba(42, 24, 16, 0.78);
}
.footer__col a {
  text-decoration: none;
  transition: color 0.3s var(--ease-out);
}
.footer__col a:hover {
  color: #2A1810;
}
.footer__base {
  border-top: 1px solid rgba(42, 24, 16, 0.22);
  padding-top: 2rem;
  text-align: center;
  font-size: 1.4rem;
  color: rgba(42, 24, 16, 0.6);
}


.wa-fab {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  background-color: #25D366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 100;
  transition: transform 0.3s ease;
}
.wa-fab:hover {
  transform: scale(1.1);
}


.intro {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: var(--c-brand);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro__logo {
  width: 150px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(40px);
}


.b2b {
  position: relative;
  background-color: var(--c-bg); 
  color: var(--c-text);
  padding: clamp(80px, 14vh, 180px) 0;
}

.b2b__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(28px, 5vw, 80px);
}


.b2b__header {
  text-align: center;
  margin: 0 auto clamp(48px, 8vh, 100px);
  max-width: 820px;
}
.b2b__eyebrow {
  display: inline-block;
  color: var(--c-earth, #6B4423);
  font-family: var(--font-sans, "super-reg"), Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 26px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(107, 68, 35, 0.35);
}
.b2b__title {
  font-family: var(--font-serif, "super-med"), Helvetica, sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 6.5vw, 84px);
  line-height: 0.95;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--c-green, #2B3A2C);
  margin: 0 0 24px 0;
}
.b2b__lead {
  font-family: var(--font-sans, "super-reg"), Helvetica, sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.55;
  color: var(--c-text);
  margin: 0 auto;
  max-width: 640px;
}


.b2b__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 36px);
}
@media (max-width: 800px) {
  .b2b__cards { grid-template-columns: 1fr; }
}


.b2b__cards--single {
  grid-template-columns: 1fr;
  max-width: 720px;
  margin: 0 auto;
}


.b2b__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 4vw, 64px);
  max-width: 1100px;
  margin: 0 auto clamp(48px, 6vw, 80px);
  padding: 0 clamp(8px, 2vw, 24px);
}
@media (max-width: 800px) {
  .b2b__features { grid-template-columns: 1fr; gap: clamp(40px, 6vw, 56px); }
}


.b2b__feature {
  position: relative;
  padding: 0 clamp(8px, 1.5vw, 20px);
}

@media (min-width: 801px) {
  .b2b__feature + .b2b__feature::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    margin-left: clamp(-32px, -2vw, -16px); 
    width: 1px;
    background: linear-gradient(180deg,
      transparent 0%,
      rgba(107, 68, 35, 0.25) 30%,
      rgba(107, 68, 35, 0.25) 70%,
      transparent 100%);
  }
}


.b2b__feature-icon {
  display: block;
  width: clamp(40px, 4vw, 52px);
  height: clamp(40px, 4vw, 52px);
  margin-bottom: 1.6rem;
  color: var(--c-brand, #CBA058);
}
.b2b__feature-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.b2b__feature-title {
  font-family: var(--font-serif, "super-med"), Helvetica, sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--c-green, #2B3A2C);
  margin: 0 0 1.2rem 0;
}
.b2b__feature-desc {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  font-style: italic;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.6;
  color: rgba(42, 24, 16, 0.78);
  margin: 0;
}


.b2b__cta-row {
  text-align: center;
  margin-top: clamp(20px, 3vw, 40px);
}
.b2b__cta-grande {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 1.6rem 3.2rem;
  background: var(--c-green, #2B3A2C);
  color: var(--c-bg, #F4EBE1);
  text-decoration: none;
  font-family: var(--font-serif, "super-med"), Helvetica, sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 1.1vw, 15px);
  letter-spacing: 0.20em;
  text-transform: uppercase;
  border-radius: 3px;
  box-shadow: 0 4px 0 rgba(46, 24, 12, 0.22);
  transition:
    transform 0.35s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
    background 0.35s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
    box-shadow 0.35s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1));
}
.b2b__cta-grande:hover {
  background: #1d2a1e;
  transform: translateY(-3px);
  box-shadow:
    0 10px 24px -8px rgba(46, 24, 12, 0.40),
    0 4px 0 rgba(46, 24, 12, 0.30);
}
.b2b__cta-grande:active { transform: translateY(0); }
.b2b__cta-grande svg:last-of-type {
  transition: transform 0.35s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1));
}
.b2b__cta-grande:hover svg:last-of-type { transform: translateX(4px); }




.b2b__card {
  position: relative;
  background: rgba(255, 252, 246, 0.65); 
  border: 1px solid rgba(107, 68, 35, 0.18);
  border-radius: clamp(8px, 1vw, 14px);
  padding: clamp(32px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.2vw, 26px);
  transition:
    border-color 0.4s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
    transform    0.4s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
    box-shadow   0.4s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1));
}
.b2b__card:hover {
  border-color: rgba(107, 68, 35, 0.45);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(46, 24, 12, 0.10);
}

.b2b__card-eyebrow {
  font-family: var(--font-sans, "super-reg"), Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c-earth, #6B4423);
}
.b2b__card-title {
  font-family: var(--font-serif, "super-med"), Helvetica, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--c-green, #2B3A2C);
  margin: 0;
}
.b2b__card-desc {
  font-family: var(--font-sans, "super-reg"), Helvetica, sans-serif;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.6;
  color: var(--c-text);
  margin: 0;
}


.b2b__card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.b2b__card-list li {
  position: relative;
  padding-left: 22px;
  font-family: var(--font-sans, "super-reg"), Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(26, 26, 26, 0.78);
}
.b2b__card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 1px;
  background: var(--c-earth, #6B4423);
}


.b2b__card-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding-top: 18px;
  border-top: 1px solid rgba(107, 68, 35, 0.22);
  color: var(--c-earth, #6B4423);
  text-decoration: none;
  font-family: var(--font-sans, "super-reg"), Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 600;
  transition:
    color 0.35s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
    gap   0.35s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1));
}
.b2b__card-cta:hover { color: var(--c-green, #2B3A2C); gap: 14px; }
.b2b__card-cta svg {
  transition: transform 0.35s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1));
}
.b2b__card-cta:hover svg { transform: translateX(4px); }


.ig-gallery {
  position: relative;
  padding: clamp(5rem, 8vw, 11rem) var(--gutter);
  background-color: #EFE5D5;
  color: var(--c-text);
  overflow: hidden;
}
.ig-gallery::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.5' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 160px 160px;
  opacity: 0.25;
  mix-blend-mode: multiply;
}
.ig-gallery__inner { position: relative; z-index: 1; max-width: 1300px; margin: 0 auto; }
.ig-gallery__head { text-align: center; margin-bottom: 4rem; }
.ig-gallery__eyebrow {
  display: inline-block;
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  font-style: italic;
  font-size: 1.35rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--c-brand);
  margin-bottom: 1.4rem;
}
.ig-gallery__title {
  font-family: "Cormorant Garamond", "EB Garamond", "Times New Roman", Georgia, serif;
  font-size: clamp(2.6rem, 4.4vw, 5.2rem);
  font-weight: 500;
  line-height: 1.1;
  color: #2B3A2C;
  margin: 0 0 1rem;
}
.ig-gallery__lead {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.45rem, 1.3vw, 1.75rem);
  color: rgba(42, 24, 16, 0.7);
  margin: 0;
}
.ig-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.8rem, 1.2vw, 1.4rem);
  margin-bottom: 4rem;
}
.ig-tile {
  position: relative;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  background-color: rgba(107, 68, 35, 0.10);
  border: 1px solid rgba(107, 68, 35, 0.15);
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}

.ig-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ease-out);
}
.ig-tile:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 28px rgba(46, 24, 12, 0.20);
}
.ig-tile:hover img { transform: scale(1.05); }

.ig-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 12, 6, 0.0);
  transition: background-color 0.3s var(--ease-out);
  pointer-events: none;
}
.ig-tile:hover::after { background: rgba(20, 12, 6, 0.30); }

.ig-tile[data-placeholder] {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    repeating-linear-gradient(45deg, rgba(107, 68, 35, 0.04) 0 12px, transparent 12px 24px),
    #f7eedd;
}
.ig-tile__placeholder {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(107, 68, 35, 0.4);
}
.ig-gallery__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 auto;
  padding: 1.2rem 2.4rem;
  background: transparent;
  border: 1px solid var(--c-brand);
  border-radius: 999px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-brand);
  text-decoration: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: background-color 0.3s var(--ease-out), color 0.3s var(--ease-out), transform 0.3s var(--ease-out);
}
.ig-gallery__cta:hover {
  background: var(--c-brand);
  color: #2A1810;
  transform: translateX(-50%) translateY(-2px);
}
@media (max-width: 900px) {
  .ig-gallery { padding: 4rem 1.4rem !important; }
  
  .ig-gallery__grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .ig-tile__placeholder { font-size: 1.1rem; }
}
@media (max-width: 480px) {
  .ig-gallery__grid { gap: 0.8rem; }
}


.cookie-banner {
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 90;
  max-width: 360px;
  padding: 1.4rem 1.6rem;
  background: rgba(20, 12, 6, 0.92);
  color: rgba(244, 235, 225, 0.92);
  border: 1px solid rgba(203, 160, 88, 0.4);
  border-radius: 4px;
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.45;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s var(--ease-out), opacity 0.4s var(--ease-out);
}
.cookie-banner.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.cookie-banner__text { margin: 0 0 1rem; }
.cookie-banner__actions {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.cookie-banner__btn {
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.25s var(--ease-out), color 0.25s var(--ease-out);
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.cookie-banner__btn--primary {
  background: var(--c-brand);
  color: #2A1810;
}
.cookie-banner__btn--primary:hover { background: #d8b070; }
.cookie-banner__btn--ghost {
  background: transparent;
  color: rgba(244, 235, 225, 0.7);
  text-decoration: underline;
  padding: 0.6rem 0.4rem;
}
.cookie-banner__btn--ghost:hover { color: var(--c-brand); }
@media (max-width: 480px) {
  .cookie-banner {
    left: 1rem; right: 1rem; bottom: 1rem;
    max-width: none;
  }
}


.is-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.85;
}
.is-loading::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.8rem;
  vertical-align: middle;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }


.skeleton-line {
  display: block;
  height: 1em;
  background: linear-gradient(90deg, rgba(107, 68, 35, 0.10) 0%, rgba(107, 68, 35, 0.20) 50%, rgba(107, 68, 35, 0.10) 100%);
  background-size: 200% 100%;
  animation: skeletonShimmer 1.4s ease-in-out infinite;
  border-radius: 3px;
  margin-bottom: 0.6em;
}
.skeleton-line--short { width: 40%; }
.skeleton-line--medium { width: 70%; }
.skeleton-line--long { width: 95%; }
.skeleton-block {
  background: linear-gradient(90deg, rgba(107, 68, 35, 0.10) 0%, rgba(107, 68, 35, 0.20) 50%, rgba(107, 68, 35, 0.10) 100%);
  background-size: 200% 100%;
  animation: skeletonShimmer 1.4s ease-in-out infinite;
  border-radius: 4px;
}
@keyframes skeletonShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}


.text-accent-green {
  color: var(--c-green);
  font-style: italic;
  font-weight: 600;
}
.manifesto--banner[data-bg="leather"] .text-accent-green,
.manifesto--banner[data-bg="leaf"] .text-accent-green,
[data-bg="dark"] .text-accent-green,
[data-bg="leather"] .text-accent-green,
[data-bg="leaf"] .text-accent-green,
.hist-block--leaf .text-accent-green,
.b2b-v2 .text-accent-green,
.stats-v2 .text-accent-green {
  
  color: var(--c-brand);
  opacity: 0.95;
}


.page-index-v2 .header--v2 {
  background: transparent !important;
  height: auto !important;
  padding: 1rem var(--gutter) 0.8rem;
  
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}
.page-index-v2 .header--v2 .header__nav--left  { justify-self: start; }
.page-index-v2 .header--v2 .header__nav--right { justify-self: end; }

.page-index-v2 .header--v2 .header__center {
  position: static !important;
  transform: none !important;
  height: auto !important;
  left: auto !important;
  top: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
}

.page-index-v2 .header.is-scrolled {
  height: auto !important;
  background: rgba(10, 8, 7, 0.55) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  transition: background-color 0.4s var(--ease-out), padding 0.4s var(--ease-out);
}


.page-index-v2 .header__logo--v2 {
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  overflow: visible !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0;
  text-decoration: none;
  line-height: 0; 
}
.page-index-v2 .header__logo--v2::before,
.page-index-v2 .header__logo--v2::after { display: none !important; }

.page-index-v2 .header__v2-mate {
  
  width: clamp(2.3rem, 2.7vw, 3.4rem);
  height: auto;
  display: block;
  margin-bottom: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
}
.page-index-v2 .header__v2-text {
  width: clamp(7.5rem, 8.5vw, 11rem);
  height: auto;
  display: block;
  
  margin-top: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
}


.page-index-v2 .header--v2 .header__nav {
  align-items: center;
  gap: clamp(2rem, 2.5vw, 3.5rem);
  font-size: clamp(1.1rem, 0.95vw, 1.35rem);
  letter-spacing: 0.24em;
  font-weight: 600;
}
.page-index-v2 .header--v2 .header__nav a {
  color: rgba(244, 235, 225, 0.92);
  text-decoration: none;
  transition: color 0.3s var(--ease-out);
}
.page-index-v2 .header--v2 .header__nav a:hover { color: var(--c-brand); }
.page-index-v2 .header--v2 .header__nav a.is-current { color: var(--c-brand); }
.page-index-v2 .header--v2 .header__nav a::after { display: none; }


.i18n-toggle {
  background: transparent;
  border: 1px solid rgba(203, 160, 88, 0.5);
  color: rgba(244, 235, 225, 0.92);
  cursor: pointer;
  padding: 0.4rem 0.9rem;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.18em;
  border-radius: 999px;
  transition: background-color 0.3s var(--ease-out), color 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
}
.i18n-toggle:hover {
  background: rgba(203, 160, 88, 0.18);
  border-color: var(--c-brand);
  color: var(--c-brand);
}


.page-index-v2 .header__v2-bag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(244, 235, 225, 0.92);
  padding: 0.4rem;
  position: relative;
  margin-left: 0; 
  transition: color 0.3s var(--ease-out), transform 0.3s var(--ease-out);
}
.page-index-v2 .header__v2-bag:hover { color: var(--c-brand); transform: translateY(-2px); }


@media (max-width: 640px) {
  .page-index-v2 .header--v2 { padding: 0.6rem 1rem 0.5rem; gap: 0.6rem; }
  .page-index-v2 .header__v2-mate {
    width: 1.9rem;
    margin-bottom: 0;
  }
  .page-index-v2 .header__v2-text {
    width: 5.6rem;
    margin-top: 0;
  }
  
  .page-index-v2 .header--v2 .header__nav {
    gap: 1.4rem;
    font-size: 0.95rem;
    letter-spacing: 0.16em;
  }
  
  .page-index-v2 .header--v2 .header__nav--right a:not(.header__v2-bag):nth-of-type(2) {
    display: none;
  }
}


.page-index-v2 .manifesto__title,
.page-index-v2 .productos__giant,
.page-index-v2 .amargor__giant,
.page-index-v2 .b2b__title,
.page-index-v2 .origen-museo__main-title,
.page-index-v2 .origen-museo__title,
.page-index-v2 .proceso-3d__title-text {
  font-family: "Cormorant Garamond", "EB Garamond", "Times New Roman", Georgia, serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.005em;
}


.page-index-v2 .manifesto__title {
  font-size: clamp(2.6rem, 4vw, 5rem) !important;
  line-height: 1.08 !important;
}
.page-index-v2 .amargor__giant {
  font-size: clamp(2.6rem, 5.5vw, 7rem) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
}
.page-index-v2 .productos__giant {
  font-size: clamp(5rem, 10vw, 18rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.005em;
}

.page-index-v2 .productos__bg { display: none !important; }

.page-index-v2 .productos__heading {
  font-family: var(--font-serif) !important;
  font-size: clamp(2.6rem, 5vw, 4.6rem) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  line-height: 1.05 !important;
  color: #FFF3E0 !important;
  
  margin: 0 0 clamp(1.6rem, 2.6vw, 3rem) !important;
}
.page-index-v2 .origen-museo__main-title {
  font-size: clamp(2.6rem, 4.2vw, 5.4rem) !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
}
.page-index-v2 .origen-museo__title {
  font-size: clamp(1.6rem, 1.9vw, 2.3rem) !important;
  font-weight: 600 !important;
}


.page-index-v2 .manifesto__text,
.page-index-v2 .amargor__text,
.page-index-v2 .productos__desc,
.page-index-v2 .b2b__lead,
.page-index-v2 .origen-museo__corner p,
.page-index-v2 .producto-hero__short,
.page-index-v2 .producto-hero__title,
.page-index-v2 .seccion-prod__head .manifesto__title,
.page-index-v2 .seccion-prod__head .manifesto__text,
.page-index-v2 .tienda-card__name,
.page-index-v2 .tienda-card__desc,
.page-index-v2 .prod__name,
.page-index-v2 .prod__desc,
.page-index-v2 .hist-title,
.page-index-v2 .hist-lead,
.page-index-v2 .hist-body p,
.page-index-v2 .hist-mision__text,
.page-index-v2 .hist-callout__text {
  font-family: "Cormorant Garamond", "EB Garamond", "Times New Roman", Georgia, serif !important;
  font-weight: 400 !important;
  font-style: normal;
  letter-spacing: 0.005em !important;
}

.page-index-v2 .producto-hero__title,
.page-index-v2 .seccion-prod__head .manifesto__title,
.page-index-v2 .tienda-card__name,
.page-index-v2 .prod__name,
.page-index-v2 .hist-title,
.page-index-v2 .hist-mision__text,
.page-index-v2 .hist-callout__text {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.01em !important;
  line-height: 1.08 !important;
}

.page-index-v2 .seccion-prod__head .manifesto__title {
  font-size: clamp(2.8rem, 4vw, 5rem) !important;
  letter-spacing: 0.005em !important;
}

.page-index-v2 .producto-hero__short,
.page-index-v2 .seccion-prod__head .manifesto__text,
.page-index-v2 .tienda-card__desc,
.page-index-v2 .prod__desc,
.page-index-v2 .hist-body p {
  font-style: italic !important;
}
.page-index-v2 .manifesto__text {
  font-size: clamp(1.6rem, 1.5vw, 2.2rem) !important;
  line-height: 1.55 !important;
}
.page-index-v2 .amargor__text {
  font-size: clamp(1.75rem, 2.1vw, 2.5rem) !important;
  font-style: italic !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  color: var(--c-text) !important;
  max-width: 46ch !important;
}

.page-index-v2 .productos__desc {
  color: rgba(255, 243, 224, 0.92) !important;
  font-weight: 600 !important;
  font-style: normal !important;
}


.page-index-v2 .eyebrow,
.page-index-v2 .b2b__eyebrow {
  font-family: "EB Garamond", "Times New Roman", Georgia, serif !important;
  font-style: italic !important;
  letter-spacing: 0.32em !important;
  font-weight: 600 !important;
}


.stats-v2 {
  position: relative;
  padding: clamp(5rem, 8vw, 11rem) var(--gutter);
  background:
    radial-gradient(ellipse at 50% 30%, rgba(203, 160, 88, 0.06), transparent 60%),
    linear-gradient(135deg, #2b3a2c 0%, #1f2b1f 50%, #15201a 100%);
  color: var(--c-text-alt);
  overflow: hidden;
}
.stats-v2::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 180px 180px;
  opacity: 0.5;
  mix-blend-mode: overlay;
}
.stats-v2 > * { position: relative; z-index: 1; }
.stats-v2__inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.stats-v2__eyebrow {
  display: block;
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  font-style: italic;
  font-size: 1.3rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--c-brand);
  margin-bottom: 4rem;
}
.stats-v2__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  align-items: center;
}
.stats-v2__item {
  position: relative;
  padding: 0 1rem;
}
.stats-v2__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, rgba(203, 160, 88, 0.32) 50%, transparent 100%);
}
.stats-v2__num {
  display: block;
  font-family: "Cormorant Garamond", "EB Garamond", "Times New Roman", Georgia, serif;
  font-size: clamp(4.2rem, 6.5vw, 9rem);
  font-weight: 500;
  line-height: 1;
  color: var(--c-brand);
  letter-spacing: -0.01em;
  margin-bottom: 1.4rem;
}
.stats-v2__label {
  display: block;
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.3rem, 1.2vw, 1.7rem);
  letter-spacing: 0.06em;
  color: rgba(244, 235, 225, 0.82);
}
@media (max-width: 720px) {
  .stats-v2 { padding: 4rem 1.4rem !important; }
  .stats-v2__grid { grid-template-columns: repeat(2, 1fr); gap: 3rem 1.6rem; }
  .stats-v2__item:nth-child(2n)::after,
  .stats-v2__item:nth-child(3)::after { display: none; }
  .stats-v2__eyebrow { margin-bottom: 3rem; font-size: 1.1rem; }
}


.b2b-v2 {
  position: relative;
  padding: clamp(6rem, 10vw, 14rem) var(--gutter);
  background:
    radial-gradient(ellipse at 30% 20%, rgba(203, 160, 88, 0.05), transparent 60%),
    linear-gradient(135deg, #1f2b1f 0%, #15201a 60%, #0d1410 100%);
  color: var(--c-text-alt);
  overflow: hidden;
}
.b2b-v2::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.4' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.20 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 180px 180px;
  opacity: 0.45;
  mix-blend-mode: overlay;
}
.b2b-v2 > * { position: relative; z-index: 1; }
.b2b-v2__inner {
  max-width: 980px;
  margin: 0 auto;
}

.b2b-v2__eyebrow {
  display: inline-block;
  font-family: "EB Garamond", "Times New Roman", Georgia, serif;
  font-style: italic;
  font-size: 1.35rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--c-brand);
  margin-bottom: 2rem;
}
.b2b-v2__title {
  font-family: "Cormorant Garamond", "EB Garamond", "Times New Roman", Georgia, serif;
  font-size: clamp(4rem, 7vw, 9rem);
  font-weight: 500;
  line-height: 1.0;
  color: var(--c-text-alt);
  margin: 0 0 2.4rem;
  letter-spacing: -0.005em;
}
.b2b-v2__title em {
  font-style: italic;
  font-weight: 500;
  color: var(--c-brand);
  
}
.b2b-v2__lead {
  max-width: 720px;
  font-family: "Cormorant Garamond", "EB Garamond", "Times New Roman", Georgia, serif;
  font-size: clamp(1.5rem, 1.4vw, 2rem);
  line-height: 1.55;
  color: rgba(244, 235, 225, 0.85);
  margin: 0 0 5rem;
}


.b2b-v2__features {
  list-style: none;
  margin: 0 0 4rem;
  padding: 0;
}
.b2b-v2__feature {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(203, 160, 88, 0.18);
}
.b2b-v2__feature:first-child { border-top: 1px solid rgba(203, 160, 88, 0.18); }
.b2b-v2__arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  border: 1px solid rgba(203, 160, 88, 0.45);
  color: var(--c-brand);
  border-radius: 4px;
  transition: background-color 0.3s var(--ease-out), transform 0.3s var(--ease-out);
}
.b2b-v2__feature:hover .b2b-v2__arrow {
  background: rgba(203, 160, 88, 0.12);
  transform: translateX(4px);
}
.b2b-v2__feature-text h3 {
  font-family: "Cormorant Garamond", "EB Garamond", "Times New Roman", Georgia, serif;
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-weight: 600;
  margin: 0 0 0.4rem;
  color: var(--c-text-alt);
}
.b2b-v2__feature-text p {
  font-family: "Cormorant Garamond", "EB Garamond", "Times New Roman", Georgia, serif;
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  line-height: 1.45;
  margin: 0;
  color: rgba(244, 235, 225, 0.7);
}


.b2b-v2__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: fit-content;
  max-width: 100%;
  
  margin-left: auto;
  margin-right: auto;
  padding: 1.8rem 3.6rem;
  background: #25D366;
  color: #0A0807;
  text-decoration: none;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(1.2rem, 1.05vw, 1.4rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 4px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.30);
  transition: background-color 0.3s var(--ease-out), transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}
.b2b-v2__cta:hover {
  background: #1ebe5b;
  transform: translateY(-3px);
  box-shadow: 0 9px 0 rgba(0, 0, 0, 0.35);
}

@media (max-width: 720px) {
  .b2b-v2 { padding: 5rem 1.4rem !important; }
  .b2b-v2__title { font-size: clamp(3.2rem, 9vw, 5.4rem); }
  .b2b-v2__lead { margin-bottom: 3rem; font-size: 1.55rem; }
  
  .b2b-v2__head { text-align: center; }
  .b2b-v2__lead { margin-left: auto; margin-right: auto; }
  
  .b2b-v2__features {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  }
  .b2b-v2__feature {
    padding: 2rem 1.6rem !important;
    gap: 1.2rem !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    background: rgba(255, 250, 235, 0.04);
    border: 1px solid rgba(203, 160, 88, 0.22) !important;
    border-radius: 6px !important;
    border-bottom: 1px solid rgba(203, 160, 88, 0.22) !important;
  }
  .b2b-v2__feature:first-child { border-top: 1px solid rgba(203, 160, 88, 0.22) !important; }
  
  .b2b-v2__arrow { display: none !important; }
  .b2b-v2__feature-text { text-align: center; }
  .b2b-v2__feature-text h3 { font-size: 1.6rem; }
  .b2b-v2__feature-text p { font-size: 1.4rem; }
  .b2b-v2__cta {
    width: 100%;
    justify-content: center;
    padding: 1.6rem 1.4rem;
    font-size: 1.15rem;
    letter-spacing: 0.14em;
  }
}



@media (max-width: 640px) {
  :root {
    --header-h: 6.4rem; 
    --gutter: 1.6rem;   
  }

  
  
  .header,
  .header.is-scrolled {
    height: calc(var(--header-h) + env(safe-area-inset-top, 0px));
    padding: env(safe-area-inset-top, 0px) 1.4rem 0;
  }
  .header__logo {
    width: 5.4rem !important;
    height: 5.4rem !important;
    border-radius: 6px;
  }
  
  .header__logo::after { inset: 5px !important; border-radius: 3px !important; }
  .header.is-scrolled .header__logo,
  .header.is-scrolled .header__logo:hover {
    width: 5.4rem !important;
    height: 5.4rem !important;
  }
  
  .header__logo--open,
  .header__side-text { display: none !important; }
  
  .header__logo--closed {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1) !important;
    width: 62%;
  }
  
  .header__nav {
    gap: 1rem;
    font-size: 1.05rem;
    letter-spacing: 0.06em;
  }
  .header__nav a {
    padding-bottom: 1px;
  }
  

  
  .hero {
    height: 100vh;
    min-height: 560px;
    padding: 0 1.6rem;
  }
  .hero__title {
    font-size: clamp(3.2rem, 13vw, 6rem) !important;
    line-height: 1.0;
    letter-spacing: 1px;
  }
  .hero__subtitle {
    font-size: 1.35rem !important;
    line-height: 1.55;
    margin-top: 1.6rem;
    max-width: 92%;
  }
  
  .hero--cinema .hero__inner--left {
    padding: 0 1.8rem;
    padding-bottom: 7rem;
    width: 100%;
  }
  .hero--cinema .hero__title {
    
    font-size: clamp(3.4rem, 10vw, 5.6rem) !important;
    line-height: 1.0 !important;
    letter-spacing: 0 !important;
  }
  
  .hero--cinema .line {
    white-space: nowrap !important;
    display: block;
  }
  .hero--cinema .hero__subtitle {
    font-size: 1.4rem !important;
    line-height: 1.5 !important;
    max-width: 100%;
    white-space: normal !important;
    color: rgba(244, 235, 225, 0.92) !important;
  }
  .hero__rule { width: 54px; margin: 2rem 0 1.6rem; }
  
  .hero__cta {
    display: inline-flex;
    align-self: flex-start;
    font-size: 1.15rem !important;
    letter-spacing: 0.24em;
    margin-top: 2.4rem;
    padding: 1.2rem 2rem;
    border: 1px solid var(--c-brand);
    border-radius: 2px;
    background: rgba(203, 160, 88, 0.06);
    backdrop-filter: blur(2px);
  }
  
  .historia-hero__eyebrow,
  .hero__eyebrow {
    font-size: 1.15rem !important;
    letter-spacing: 0.32em !important;
    margin-bottom: 1.4rem !important;
  }

  
  .manifesto {
    padding: 6rem 1.6rem 1.6rem !important;
  }
  .manifesto__title {
    font-size: 2.8rem !important;
    letter-spacing: 1px;
    line-height: 1.08;
  }
  .manifesto__text {
    font-size: 1.4rem !important;
    line-height: 1.5;
  }
  .manifesto__icon {
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: 1rem;
  }

  
  .origen-museo {
    padding: 5rem 1.4rem !important;
  }
  .origen-museo__main-title {
    font-size: 2.4rem !important;
    letter-spacing: 0.5px;
    line-height: 1.1;
  }
  
  .origen-museo {
    position: relative;
    overflow: visible !important;
  }
  .origen-museo__grid {
    display: grid !important;
    
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto auto auto auto auto;
    gap: 0.4rem 0;
    align-items: center;
    flex-direction: unset !important;
    position: static;
  }
  
  .origen-museo__corner {
    display: contents !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }
  
  .origen-museo__corner .origen-museo__icon {
    position: static !important;
    width: 11rem !important;
    height: 11rem !important;
    z-index: 1; 
    pointer-events: none;
    opacity: 0.88;
    margin: 0 !important;
    align-self: center;
    
    mix-blend-mode: multiply;
    filter: saturate(0.5) brightness(0.9);
  }
  
  .origen-museo__corner--tl .origen-museo__icon {
    grid-column: 1; grid-row: 1;
    transform: rotate(-4deg);
    justify-self: end;
    margin-right: -2.4rem !important;
  }
  .origen-museo__corner--tr .origen-museo__icon {
    grid-column: 3; grid-row: 1;
    transform: rotate(4deg);
    justify-self: start;
    margin-left: -2.4rem !important;
  }
  .origen-museo__corner--bl .origen-museo__icon {
    grid-column: 1; grid-row: 2;
    transform: rotate(-3deg);
    justify-self: end;
    margin-right: -2.4rem !important;
  }
  .origen-museo__corner--br .origen-museo__icon {
    grid-column: 3; grid-row: 2;
    transform: rotate(3deg);
    justify-self: start;
    margin-left: -2.4rem !important;
  }
  
  .origen-museo__center {
    grid-column: 2;
    grid-row: 1 / 3;
    order: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    justify-self: center;
    align-self: center;
    position: relative;
    z-index: 2;
  }
  .origen-museo__img {
    width: 100%;
    height: auto;
    max-width: 18rem;
    display: block;
    margin: 0 auto;
  }
  
  .origen-museo__content {
    grid-column: 1 / -1;
    padding: 0 1.2rem;
    text-align: center;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }
  .origen-museo__corner--tl .origen-museo__content { grid-row: 3; margin-top: 2rem; }
  .origen-museo__corner--tr .origen-museo__content { grid-row: 4; }
  .origen-museo__corner--bl .origen-museo__content { grid-row: 5; }
  .origen-museo__corner--br .origen-museo__content { grid-row: 6; }
  
  .origen-museo__corner--tr .origen-museo__content,
  .origen-museo__corner--bl .origen-museo__content,
  .origen-museo__corner--br .origen-museo__content {
    margin-top: 1.8rem;
  }
  .origen-museo__title {
    font-size: 1.7rem !important;
    margin-bottom: 0.6rem !important;
    color: #2A1810;
  }
  .origen-museo__corner p {
    font-size: 1.4rem !important;
    line-height: 1.55;
    color: rgba(42, 24, 16, 0.78);
    margin: 0;
  }

  
  .proceso-3d__title-text {
    font-size: clamp(2.8rem, 10vw, 4.8rem) !important;
    line-height: 1.05;
    letter-spacing: 0.5px;
  }
  .proceso-3d__title-eyebrow {
    font-size: 1.05rem;
    letter-spacing: 0.22em;
    margin-bottom: 1.4rem;
  }

  
  .cards {
    padding: 5rem 1.4rem 6rem !important;
    display: block !important; 
  }
  .cards__inner {
    width: 100% !important;
    aspect-ratio: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.8rem;
    padding: 1.6rem 0;
  }
  .card {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 80% !important;
    max-width: 320px;
    height: auto !important;
    aspect-ratio: 4 / 5; 
    margin-bottom: 0 !important;
    
    background: #FAF3E8;
    padding: 0.9rem 0.9rem 3.6rem;
    box-shadow:
      0 1px 0 rgba(107, 68, 35, 0.18),
      0 18px 30px -10px rgba(46, 24, 12, 0.35),
      0 30px 60px -20px rgba(46, 24, 12, 0.25);
    border-radius: 2px;
  }
  
  .card--left   { transform: rotate(-3deg) !important; z-index: 3 !important; }
  .card--center { transform: rotate(2.5deg) !important; z-index: 2 !important; margin-top: -2rem !important; }
  .card--right  { transform: rotate(-2deg) !important; z-index: 1 !important; margin-top: -2rem !important; }
  .card__media {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #2A1810;
  }
  .card__media img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }

  
  .amargor {
    padding: 5rem 1.4rem !important;
  }
  .amargor__giant {
    font-size: 3.6rem !important;
    line-height: 1.05;
  }
  .amargor__text {
    font-size: 1.5rem !important;
    margin-top: 2rem;
    line-height: 1.5;
  }

  
  .productos {
    padding: 5rem 1.4rem !important;
  }
  .productos__bg { display: none !important; }
  .productos__inner { padding: 2rem 0 !important; }
  
  .productos__eyebrow {
    font-size: 2.6rem !important;
    letter-spacing: 0.2em !important;
    line-height: 1.25 !important;
    text-align: center;
    margin-bottom: 3rem !important;
    white-space: normal;
    
  }
  
  .page-index-v2 .productos__heading {
    margin-bottom: 2.2rem !important;
  }
  .productos__stage {
    width: 100% !important;
    height: 28rem !important;
    
    margin: 0 0 2.2rem !important;
  }
  .productos__eyebrow { margin-top: 0 !important; }
  .productos__mate {
    width: 80%;
    max-width: 22rem;
  }
  .productos__tabs {
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
  }
  .productos__tab {
    font-size: 1.45rem !important;
    padding: 0.8rem 1.2rem !important;
  }
  .productos__desc {
    
    font-size: 1.8rem !important;
    line-height: 1.5;
    margin-top: 2rem;
    color: rgba(255, 243, 224, 0.92) !important;
    font-weight: 500 !important;
    padding: 0 1rem;
    font-style: normal !important;
    text-shadow: none !important;
  }

  
  .b2b {
    padding: 5rem 1.4rem !important;
  }
  .b2b__title { font-size: 2.6rem !important; line-height: 1.1; }
  .b2b__lead  { font-size: 1.4rem !important; line-height: 1.5; }
  .b2b__features { gap: 2.4rem !important; }
  .b2b__feature-title { font-size: 1.7rem !important; }
  .b2b__feature-desc  { font-size: 1.35rem !important; }
  .b2b__cta-grande {
    padding: 1.4rem 2rem !important;
    font-size: 1.2rem !important;
    width: 100%;
    justify-content: center;
  }

  
  .footer {
    padding: 4rem 1.6rem 2rem !important;
  }
  .footer__cols {
    grid-template-columns: 1fr 1fr !important;
    gap: 2.4rem 1.6rem !important;
  }
  .footer__col h4 { font-size: 1.3rem !important; }
  .footer__col a, .footer__col p { font-size: 1.25rem !important; }
  .footer__base { font-size: 1.1rem !important; padding-top: 2rem; }

  
  .wa-fab {
    bottom: 1.4rem !important;
    right: 1.4rem !important;
    width: 5rem;
    height: 5rem;
  }
}


@media (max-width: 380px) {
  :root { --gutter: 1.2rem; }
  .header__nav { gap: 0.7rem; font-size: 0.95rem; }
  .hero__title { font-size: clamp(2.8rem, 12vw, 5rem) !important; }
  .manifesto__title { font-size: 2.4rem !important; }
  .amargor__giant { font-size: 3rem !important; }
}




.hamburger {
  display: none;
  position: relative;
  z-index: 110;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: var(--c-text-alt);  
  transition: color 0.4s var(--ease-out);
  
}

.header.is-dark-bg .hamburger,
.header[data-theme="dark"]:not(.is-scrolled) .hamburger {
  color: var(--c-text-alt);  
}
.header.is-leather-bg .hamburger {
  color: #F0E2C9;  
}
.header.is-scrolled .hamburger {
  color: #2A1810;  
}
.header.is-scrolled.is-dark-bg .hamburger {
  color: var(--c-text-alt);
}
.header.is-scrolled.is-leather-bg .hamburger {
  color: #F0E2C9;
}

.hamburger[aria-expanded="true"] {
  color: #F4EBE1 !important;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition:
    transform 0.35s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 0.25s ease,
    background-color 0.3s var(--ease-out);
}
.hamburger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hamburger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}


.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 105;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition:
    opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    visibility 0s linear 0.4s;
}
.mobile-menu.is-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transition:
    opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    visibility 0s linear 0s;
}

.mobile-menu__bg {
  position: absolute;
  inset: 0;
  background-color: var(--c-earth, #2A1810);
  background-image:
    radial-gradient(ellipse at 30% 30%, rgba(255, 230, 200, 0.16), transparent 60%),
    radial-gradient(ellipse at 70% 80%, rgba(46, 24, 12, 0.30), transparent 65%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.4' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.22 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: cover, cover, 180px 180px;
  background-blend-mode: normal, normal, overlay;
}
.mobile-menu__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(244, 235, 225, 0.18);
  border-radius: 999px;
  color: #F4EBE1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
}
.mobile-menu__close:hover {
  background: rgba(244, 235, 225, 0.08);
  border-color: rgba(244, 235, 225, 0.35);
}
.mobile-menu__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  padding: 2rem;
  text-align: center;
  
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.55s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 0.55s ease 0.1s;
}
.mobile-menu.is-open .mobile-menu__inner {
  transform: translateY(0);
  opacity: 1;
}

.mobile-menu__link {
  position: relative;
  font-family: "Cormorant Garamond", "EB Garamond", "Times New Roman", Georgia, serif;
  font-size: clamp(3rem, 7vw, 4.4rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #F4EBE1;
  text-decoration: none;
  line-height: 1.1;
  padding: 0.4rem 0;
  transition: color 0.3s var(--ease-out);
}
.mobile-menu__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--c-brand, #CBA058);
  transform: translateX(-50%);
  transition: width 0.4s var(--ease-out);
}
.mobile-menu__link:hover { color: var(--c-brand, #CBA058); }
.mobile-menu__link:hover::after { width: 60%; }

.mobile-menu__lang {
  margin-top: 1.4rem;
  padding: 1rem 2.4rem;
  background: transparent;
  border: 1px solid rgba(244, 235, 225, 0.3);
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #F4EBE1;
  cursor: pointer;
  transition: background-color 0.3s var(--ease-out), border-color 0.3s var(--ease-out), color 0.3s var(--ease-out);
}
.mobile-menu__lang:hover {
  background: var(--c-brand, #CBA058);
  border-color: var(--c-brand, #CBA058);
  color: #2A1810;
}
.mobile-menu__ig {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.4rem;
  padding: 1rem 2rem;
  color: var(--c-brand, #CBA058);
  text-decoration: none;
  font-family: var(--font-sans);
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  transition: opacity 0.3s var(--ease-out);
}
.mobile-menu__ig:hover { opacity: 0.7; }


body.menu-open { overflow: hidden; }


@media (max-width: 900px) {

  
  .hamburger { display: inline-flex; }

  
  .header__nav--left { display: none !important; }
  .header__nav--right > a { display: none !important; }

  
  .header__nav--right {
    margin-left: auto;
    gap: 0.8rem;
    align-items: center;
  }

  
  
  body.page-index-v2 .header,
  body.page-index-v2 .header.is-scrolled,
  body.page-index-v2 .header.is-scrolled.is-dark-bg,
  body.page-index-v2 .header.is-scrolled.is-leather-bg,
  body.page-index-v2 .header.is-hidden,
  body.page-index-v2 .header--v2,
  body.page-index-v2 .header--v2.is-scrolled,
  html body .header,
  html body .header.is-scrolled,
  html body .header.is-scrolled.is-dark-bg,
  html body .header.is-scrolled.is-leather-bg,
  html body .header.is-hidden {
    background: #140C06 !important;
    background-color: #140C06 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    -webkit-transform: none !important;
    will-change: auto;
    top: 0 !important;
    box-shadow: 0 1px 0 rgba(203, 160, 88, 0.22), 0 4px 16px rgba(0, 0, 0, 0.25);
  }
  
  .hamburger,
  .header.is-scrolled .hamburger,
  .header.is-leather-bg .hamburger,
  .header.is-scrolled.is-leather-bg .hamburger {
    color: #F4EBE1 !important;
  }
  .header__nav--right .i18n-toggle,
  .header.is-scrolled .header__nav--right .i18n-toggle {
    padding: 0.4rem 0.8rem;
    font-size: 0.95rem;
    letter-spacing: 0.16em;
    color: #F4EBE1 !important;
    border-color: rgba(244, 235, 225, 0.4) !important;
    opacity: 0.95;
  }
  .header__nav--right .i18n-toggle:hover { opacity: 1; }
  
  .page-index-v2 .header__v2-bag,
  .header.is-scrolled .page-index-v2 .header__v2-bag {
    color: #F4EBE1 !important;
  }
  .page-index-v2 .cart-btn__count {
    
    background: var(--c-brand, #CBA058) !important;
    color: #2A1810 !important;
  }
  
  .page-index-v2 .header__v2-text {
    filter: brightness(1.05);
  }

  
  .mobile-menu__lang { display: none; }

  
}


[data-aos] {
  opacity: 0;
  transition:
    opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
[data-aos="fade-up"]    { transform: translate3d(0, 32px, 0); }
[data-aos="fade-down"]  { transform: translate3d(0, -32px, 0); }
[data-aos="fade-left"]  { transform: translate3d(32px, 0, 0); }
[data-aos="fade-right"] { transform: translate3d(-32px, 0, 0); }
[data-aos="scale-up"]   { transform: scale(0.92); }
[data-aos="fade"]       { transform: none; }

[data-aos].aos-in {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}


@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


.manifesto__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2.2rem; }
.manifesto__cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .95rem 2rem; border-radius: 100px; text-decoration: none;
  font-family: var(--font-sans); font-size: 1rem; font-weight: 600; letter-spacing: .01em;
  border: 1.6px solid transparent; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease;
}
.manifesto__cta--primary { background: #2A1810; color: #F4EBE1; }
.manifesto__cta--primary:hover { transform: translateY(-2px); background: #3d2718; }
.manifesto__cta--ghost { background: transparent; color: #2A1810; border-color: rgba(42,24,16,.32); }
.manifesto__cta--ghost:hover { background: rgba(42,24,16,.07); transform: translateY(-2px); }



.cat-loop { padding: clamp(3.5rem, 6vw, 6rem) 0; overflow: hidden; }
.cat-loop__viewport { width: 100%; }
.cat-loop__track { display: flex; align-items: center; width: max-content; animation: catLoop 42s linear infinite; will-change: transform; }
.cat-loop__track:hover { animation-play-state: paused; }
.cat-card {
  flex: 0 0 auto;
  width: clamp(220px, 22vw, 300px);
  aspect-ratio: 3 / 4;
  margin-right: clamp(1.2rem, 1.8vw, 1.8rem);
  border-radius: 16px;
  background-size: cover; background-position: center; background-repeat: no-repeat;
  box-shadow: 0 12px 32px rgba(20, 12, 6, .2);
  transform: rotate(-2.5deg);
  transition: transform .35s ease, box-shadow .35s ease;
}

.cat-card:nth-child(3n+1) { transform: rotate(-3.5deg) translateY(10px); }
.cat-card:nth-child(3n+2) { transform: rotate(2.5deg) translateY(-12px); }
.cat-card:nth-child(3n+3) { transform: rotate(-1.5deg) translateY(4px); }
.cat-card:hover { transform: rotate(0deg) translateY(-6px) scale(1.05); box-shadow: 0 22px 48px rgba(20, 12, 6, .34); z-index: 2; }
@keyframes catLoop { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .cat-loop__track { animation: none; } }


.campo {
  background-color: #EFE5D5;   
  padding: clamp(4rem, 7vw, 8rem) var(--gutter) clamp(4rem, 7vw, 8rem);
}
.campo__head { text-align: center; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.campo__tip {
  margin: 1.1rem 0 0;
  
  font-size: clamp(1.7rem, 1.5vw, 2.1rem);
  font-weight: 600; letter-spacing: .01em;
  color: #7A5322;
}
.campo__tip::after {
  content: ''; display: block; width: 34px; height: 1px;
  background: #C9A227; margin: .7rem auto 0;
}
.campo__pasos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  max-width: 1100px;
  margin: 0 auto;
}


@keyframes campoEntra {
  from { opacity: 0; transform: perspective(1200px) translateY(64px) scale(.9) rotateX(14deg); }
  60%  { opacity: 1; }
  to   { opacity: 1; transform: perspective(1200px) translateY(0) scale(1) rotateX(0); }
}
@keyframes campoFoto {
  from { transform: scale(1.14); filter: blur(6px) saturate(.7); }
  to   { transform: scale(1);    filter: blur(0)   saturate(1); }
}

.campo__pasos.pre-entrada .campo__paso { opacity: 0; }
.campo__pasos.entrando .campo__paso {
  opacity: 1;
  animation: campoEntra 1s cubic-bezier(.16, 1, .3, 1) both;
  animation-delay: calc(var(--i, 0) * 160ms);
}
.campo__pasos.entrando .campo__paso img {
  animation: campoFoto 1.4s cubic-bezier(.16, 1, .3, 1) both;
  animation-delay: calc(var(--i, 0) * 160ms);
}


.campo__pasos.entrando .campo__paso.entro { animation: none; }
.campo__pasos.entrando .campo__paso.entro img { animation: none; }


.campo__paso {
  appearance: none; -webkit-appearance: none;
  background: none; border: 0; padding: 0; margin: 0;
  font: inherit; color: inherit; text-align: left;
  cursor: pointer;
  perspective: 1400px;
  transition: opacity .45s ease, transform .55s cubic-bezier(.2,.7,.2,1), filter .45s ease;
}
.campo__paso:focus-visible { outline: 3px solid #C9A227; outline-offset: 6px; border-radius: 16px; }

.campo__flip {
  display: block; position: relative;
  aspect-ratio: 3 / 4;
  transform-style: preserve-3d;
  transition: transform .75s cubic-bezier(.2,.7,.2,1);
}
.campo__paso.is-flipped .campo__flip { transform: rotateY(180deg); }

.campo__cara {
  position: absolute; inset: 0;
  backface-visibility: hidden; -webkit-backface-visibility: hidden;
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 14px 34px rgba(20, 12, 6, .18);
}
.campo__cara--frente { background: #e2d5bd; }
.campo__cara--frente img { width: 100%; height: 100%; object-fit: cover; display: block; }


.campo__lupa {
  position: absolute; right: 12px; bottom: 12px;
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(20, 12, 6, .55); color: #FFF8EC;
  font-size: 1.25rem; line-height: 1; font-weight: 300;
  backdrop-filter: blur(3px);
  transition: background .3s ease, transform .3s ease;
}
.campo__paso:hover .campo__lupa { background: #C9A227; transform: scale(1.1); }
.campo__paso.is-flipped .campo__lupa { opacity: 0; }


.campo__cara--dorso {
  transform: rotateY(180deg);
  background: linear-gradient(160deg, #2B3A2C 0%, #1E2A20 100%);
  color: #F1E7D3;
  
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  text-align: center;
  gap: .7rem;
  padding: clamp(1.4rem, 2.6vw, 2.2rem);
}
.campo__cara--dorso .campo__n {
  font-size: 1.3rem; letter-spacing: .24em; color: #C9A227;
}
.campo__cara--dorso strong {
  font-size: clamp(2.4rem, 2.2vw, 3rem);
  color: #FFF8EC; font-weight: 600; line-height: 1.15;
}
.campo__cara--dorso span:last-child {
  font-size: clamp(1.55rem, 1.25vw, 1.8rem);
  line-height: 1.6;
  color: rgba(241, 231, 211, .9);
  max-width: 32ch;   
}


.campo__pasos.hay-activa .campo__paso { opacity: .38; filter: saturate(.55); }
.campo__pasos.hay-activa .campo__paso.is-flipped {
  opacity: 1; filter: none; z-index: 5;
  transform: scale(1.13);
}
.campo__pasos.hay-activa .campo__paso.is-flipped .campo__cara {
  box-shadow: 0 30px 70px rgba(20, 12, 6, .42);
}

@media (max-width: 720px) {
  .campo { padding-top: clamp(3rem, 9vw, 4rem); padding-bottom: clamp(3rem, 9vw, 4rem); }
  .campo__head { margin-bottom: 1.8rem; }
  .campo__pasos { grid-template-columns: 1fr; gap: 1.6rem; max-width: 460px; }
  
  .campo__pasos.hay-activa .campo__paso.is-flipped { transform: scale(1.02); }
  .campo__cara--dorso { padding: 1.5rem; gap: .55rem; }
  .campo__cara--dorso strong { font-size: 2.3rem; }
  .campo__cara--dorso span:last-child { font-size: 1.55rem; line-height: 1.55; }
}


@media (prefers-reduced-motion: reduce) {
  
  .campo__paso { opacity: 1; }
  .campo__pasos.entrando .campo__paso,
  .campo__pasos.entrando .campo__paso img { animation: none; }
  .campo__flip, .campo__paso { transition: none; }
  .campo__paso.is-flipped .campo__flip { transform: none; }
  .campo__paso.is-flipped .campo__cara--frente { opacity: 0; }
  .campo__cara--dorso { transform: none; }
  .campo__paso:not(.is-flipped) .campo__cara--dorso { opacity: 0; }
}


.manifesto__actions .cta-grande--outline { color: #2A1810; border-color: rgba(42, 24, 16, .4); background: transparent; }
.manifesto__actions .cta-grande--outline:hover { background: rgba(42, 24, 16, .07); color: #2A1810; }


.mnav { display: none; }
@media (max-width: 900px) {
  
  .header,
  body.page-index-v2 .header--v2,
  body.page-index-v2 .header--v2.is-scrolled { display: none !important; }
  .mnav {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0; left: 0; right: 0;
    
    z-index: 100;
    background: #140C06;
    padding: env(safe-area-inset-top, 0px) 1.6rem 0;
    height: calc(6.4rem + env(safe-area-inset-top, 0px));
    box-shadow: 0 1px 0 rgba(203, 160, 88, 0.22), 0 4px 16px rgba(0, 0, 0, 0.25);
    
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .mnav.mnav--hidden { transform: translateY(-100%); }
  .mnav__burger {
    display: flex; flex-direction: column; gap: 5px;
    background: none; border: 0; padding: 6px; cursor: pointer; z-index: 2;
  }
  .mnav__burger span { display: block; width: 24px; height: 2px; background: #F4EBE1; border-radius: 2px; }
  .mnav__logo {
    position: absolute; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 0.2rem;
  }
  .mnav__logo .mnav__mate { height: 2.6rem; width: auto; display: block; }
  .mnav__logo .mnav__text { height: 2rem; width: auto; display: block; }
  .mnav__actions { display: flex; align-items: center; gap: 1.2rem; margin-left: auto; z-index: 2; }
  .mnav__lang {
    background: none; border: 1px solid rgba(244, 235, 225, 0.4); color: #F4EBE1;
    font-size: 1.1rem; letter-spacing: 0.12em; padding: 0.4rem 0.8rem;
    border-radius: 999px; cursor: pointer; font-family: var(--font-serif);
  }
  .mnav__cart { position: relative; background: none; border: 0; color: #F4EBE1; cursor: pointer; padding: 4px; display: flex; }
  .mnav__count {
    position: absolute; top: -4px; right: -4px;
    min-width: 16px; height: 16px; padding: 0 4px;
    border-radius: 999px; background: var(--c-brand, #CBA058); color: #2A1810;
    font-size: 1rem; line-height: 16px; text-align: center; font-family: sans-serif; font-weight: 700;
  }
}


.abanico {
  position: relative;
  width: min(30rem, 68vw);
  aspect-ratio: 4 / 5;
  margin: 0 auto clamp(2.4rem, 3vw, 3.6rem);
  perspective: 1600px;
}
.abanico__carta {
  position: absolute;
  inset: 0;
  padding: 1.1rem;
  border: 0;
  border-radius: 8px;
  background: #FAF4E8;
  cursor: pointer;
  transform-origin: 50% 130%;                    
  transition: transform .6s cubic-bezier(.2,.7,.3,1),
              box-shadow .6s ease, filter .6s ease, opacity .4s ease;
  transform:
    rotate(calc(var(--lado, 0) * 11deg))
    translateX(calc(var(--lado, 0) * 3.2rem))
    translateY(calc(var(--hondo, 0) * -0.6rem))
    scale(calc(1 - var(--hondo, 0) * 0.07));
  z-index: calc(20 - var(--hondo, 0) * 2);
  box-shadow: 0 26px 55px -24px rgba(28, 14, 6, .70);
  filter: brightness(calc(1 - var(--hondo, 0) * 0.13));
}
.abanico__carta::after {                          
  content: '';position:absolute;inset:.55rem;border:1px dashed rgba(107,68,35,.28);border-radius:4px;pointer-events:none}.abanico__carta img{width:100%;height:100%;object-fit:cover;border-radius:4px;display:block}.abanico__carta.is-front{cursor:default;box-shadow:0 36px 74px -22px rgba(28,14,6,.80)}.abanico__carta:not(.is-front):hover,.abanico__carta:not(.is-front):focus-visible{filter:brightness(1);transform:rotate(calc(var(--lado, 0) * 11deg)) translateX(calc(var(--lado, 0) * 3.9rem)) translateY(calc(var(--hondo, 0) * -0.6rem - 1rem)) scale(calc(1 - var(--hondo, 0) * 0.07 + .03))}.abanico__carta:focus-visible{outline:2px solid var(--c-brand);outline-offset:4px}.abanico__nombre{text-align:center;font-family:var(--font-serif);font-size:clamp(2rem,2.6vw,3rem);font-weight:600;line-height:1.15;color:#FFF3E0;text-shadow:0 2px 12px rgba(30,14,6,.45);margin:0 0 1rem;padding:0 1.6rem}.abanico__desc{text-align:center;max-width:54rem;margin:0 auto 2.4rem;padding:0 1.6rem;font-size:clamp(1.6rem,1.3vw,1.9rem);line-height:1.55;color:rgba(255,243,224,.92)}.abanico__vermas{display:block;text-align:center;font-family:var(--font-sans);font-weight:700;font-size:1.45rem;letter-spacing:.08em;text-transform:uppercase;color:var(--c-brand);text-decoration:none}.abanico__vermas:hover{color:#E7C98A}@media (prefers-reduced-motion:reduce){.abanico__carta{transition:none}}@media (max-width:640px){.abanico{width:min(24rem,62vw)}.abanico__carta{transform:rotate(calc(var(--lado, 0) * 9deg)) translateX(calc(var(--lado, 0) * 2.4rem)) translateY(calc(var(--hondo, 0) * -0.5rem)) scale(calc(1 - var(--hondo, 0) * 0.07))}.abanico__nombre{font-size:2.2rem}.abanico__desc{font-size:1.65rem}}