/* Beveland · home — estructura y valores medidos sobre la referencia */

@property --taste-primary { syntax: '<color>'; inherits: true; initial-value: #3a3a3a; }
@property --taste-secondary { syntax: '<color>'; inherits: true; initial-value: #eeeeee; }
@property --loader-reveal { syntax: '<length>'; inherits: true; initial-value: 100vh; }

:root {
  --bg: #000;
  --text: #fff;
  --white-5: #ffffff0d;
  --white-20: #fff3;
  --white-30: #ffffff4d;
  --white-50: #ffffff80;
  --white-60: #fff9;
  --white-80: #fffc;
  --border: var(--white-20);
  --taste-primary: #4A1F08;
  --taste-secondary: #D98B3A;

  --font-body: 'Jost', Arial, sans-serif;
  --font-head: 'Cinzel', 'Trajan Pro', Georgia, serif;
  --font-mono: 'Jost', Arial, sans-serif;

  --pad-global: 4%;
  --p-t: .25rem;
  --p-xxs: .5rem;
  --p-xs: clamp(.75rem, .65vw, 1rem);
  --p-s: clamp(1.25rem, 1.1vw, 1.5rem);
  --p-m: clamp(1.5rem, 1.4vw, 2rem);
  --p-l: clamp(2rem, 2vw, 3rem);
  --p-xl: clamp(2.5rem, 2.8vw, 4rem);
  --p-xxl: clamp(3rem, 3.5vw, 5rem);
  --p-h: clamp(3.5rem, 4vw, 6rem);
  --p-xh: clamp(4rem, 4.8vw, 7rem);
  --p-xxh: clamp(5rem, 6.5vw, 10rem);
  --nav-h: 8rem;
  --radius-xs: .25rem;
  --radius-s: .5rem;
  --radius-m: 1rem;

  transition: --taste-primary .6s ease-in-out, --taste-secondary .6s ease-in-out;
}

* { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-tap-highlight-color: transparent; }
html { font-size: clamp(.875rem, .833vw, 1rem); scrollbar-width: none; }
html::-webkit-scrollbar, body::-webkit-scrollbar { display: none; }
html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-user-select: none;
  user-select: none;
  scrollbar-width: none;
}
input, textarea { -webkit-user-select: text; user-select: text; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
h1, h2 { margin: 0; font-weight: inherit; }
button { font: inherit; color: inherit; border: 0; background: none; cursor: pointer; }
svg:not(:root) { overflow: visible; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.noscript { position: fixed; inset: auto 0 2rem; text-align: center; z-index: 20000; }

/* Fondos: degradado gris de la escena + radial del producto activo */
body::before, body::after { content: ''; position: fixed; inset: 0; z-index: -1; transition: opacity .4s; }
body::before {
  height: 100vh;
  background: linear-gradient(9.02deg, #eeeeee -30%, #959492 15%, #000000 65%);
  transform: translateY(var(--loader-reveal, 100vh));
  will-change: transform;
}
body::after {
  background: radial-gradient(88.85% 121.19% at 43.49% 112.49%, var(--taste-secondary) 4.96%, var(--taste-primary) 54.38%, #000 93.49%);
  opacity: 0;
}
body.is-profile-active::after { opacity: 1; }

/* Fondo del hero: destilería desenfocada, oscurecida en el centro y teñida con el color de la categoría */
.hero_bg { position: fixed; inset: 0; z-index: -1; overflow: hidden; transform: translateY(var(--loader-reveal, 100vh)); will-change: transform; background: #000; }
.hero_bg-img { position: absolute; inset: -3%; background: url('../assets/bg/destileria.jpg') center / cover no-repeat; filter: blur(3px) brightness(.62) saturate(.85); }
.hero_bg-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero_bg-tint { position: absolute; inset: 0; transition: background-color .8s; background-color: var(--taste-primary); mix-blend-mode: color; opacity: .55; }
.hero_bg::after { content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(38% 55% at 50% 42%, rgba(0,0,0,.72) 0%, rgba(0,0,0,.35) 60%, transparent 100%),
    linear-gradient(180deg, rgba(0,0,0,.55) 0%, transparent 22%, transparent 55%, rgba(0,0,0,.85) 100%); }

canvas { position: fixed; inset: 0; display: block; }

/* Secciones: el scroll mueve la escena; los contenidos van fijos */
.section { position: relative; pointer-events: none; min-height: 125svh; }
.gamme_container, .profile_container, .benefits_container, .argument_container, .carousel_title-bis-wrapper { position: fixed; inset: 0; z-index: 1; }
canvas { z-index: 0; }
.section.is-faq { z-index: 2; min-height: 0; }

/* ---------- Tipografía ---------- */
.heading-style-h2, .benefits_title, .newsletter_title {
  font-family: var(--font-head);
  font-weight: 500;
  text-transform: uppercase;
  line-height: .8;
  letter-spacing: .06em;
  font-size: clamp(2.25rem, 3vw, 3rem);
}
.heading-style-h2 > span { display: block; }
.line-mask, .line-mask-child-mask, .line-child-mask { padding: 0 .14em; margin: 0 -.14em; }
h2[data-anim='chars-mask'], .heading-style-h2 [data-anim='chars-mask'] { line-height: 1.2; }
h2[data-anim='chars-mask'] > :not(:first-child), .heading-style-h2 [data-anim='chars-mask']:not(:first-child) > :first-child { margin-top: -.35em; }

/* ---------- Botones ---------- */
.button {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--radius-s);
  background: #fff;
  box-shadow: 0 0 20px 0 var(--white-60);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 1rem;
  pointer-events: auto;
  transition: box-shadow .3s, transform .3s;
}
.button:hover { box-shadow: 0 0 32px 2px var(--white-80); }
.button.is-small { padding: .9rem 1.25rem; font-size: .875rem; }
.button.is-full { width: 100%; }
.button.is-secondary { border: 1.5px solid #fff; border-radius: var(--radius-xs); background: transparent; box-shadow: none; color: #fff; padding: .25rem; font-size: .875rem; }
.button.is-secondary.is-social { width: 6.5rem; }
.button.is-ghost { background: transparent; color: #fff; border: 1px solid var(--white-50); box-shadow: none; }

/* ---------- Navbar ---------- */
.navbar {
  position: fixed; top: 0; left: 0; z-index: 10;
  width: 100%;
  min-height: 4.5rem;
  padding: var(--p-m) var(--pad-global) 0;
  pointer-events: none;
}
.navbar_content { position: relative; z-index: 1; display: flex; flex-direction: column; gap: var(--p-s); width: 100%; }
.navbar_overlay { position: absolute; inset: 0 auto auto 0; width: 100%; height: var(--nav-h); background-image: linear-gradient(#0009, #0000); }
.scroll_component { display: flex; gap: var(--p-s); width: 100%; height: 1px; }
.scroll_point { aspect-ratio: 1; height: 100%; background: #fff; }
.scroll_wrapper { width: 100%; height: 100%; background: var(--white-20); }
.scroll_indicator { position: relative; height: 100%; width: calc(var(--p, 0) * 100%); }
.scroll_indicator__core { position: absolute; top: 50%; left: 0; right: 0; height: 1px; transform: translateY(-50%); background: linear-gradient(to right, rgba(255,255,255,.05) 0%, rgba(255,255,255,.35) 55%, #fff 100%); }
.scroll_indicator__mid { position: absolute; top: 50%; left: 0; right: 0; height: 3px; transform: translateY(-50%); filter: blur(2px); background: linear-gradient(to right, transparent 0%, rgba(255,255,255,.25) 60%, rgba(255,255,255,.95) 100%); }
.scroll_indicator__halo { position: absolute; top: 50%; left: 0; right: 0; height: 12px; transform: translateY(-50%); filter: blur(7px); background: linear-gradient(to right, transparent 0%, rgba(255,255,255,.1) 65%, rgba(255,255,255,.5) 100%); }
.scroll_indicator__hotspot { position: absolute; top: 50%; right: 0; width: 28px; height: 6px; transform: translate(40%, -50%); filter: blur(2px); background: radial-gradient(ellipse at center, #fff 0%, rgba(255,255,255,.5) 35%, transparent 70%); }

.navbar_container { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.navbar_sound-wrapper { flex: 1; }
.navbar_sound { display: inline-flex; align-items: center; gap: var(--p-xs); font-size: .875rem; cursor: pointer; pointer-events: auto; }
.navbar_sound > div:first-child { min-width: 1.8em; }
.icon-sound { width: .95rem; height: .55rem; display: flex; }
.navbar_logo-link { width: 9rem; pointer-events: auto; display: block; }
.navbar_logo { width: 100%; height: auto; display: block; }
.navbar_menu-wrapper { flex: 1; display: flex; justify-content: flex-end; align-items: center; gap: var(--p-xl); }
.navbar_relative { position: relative; }
.navbar_menu-button { display: flex; align-items: center; font-size: .875rem; cursor: pointer; pointer-events: auto; }
.navbar_menu-button-wrapper { display: flex; align-items: center; gap: var(--p-xs); }
.icon-dots { width: .6rem; height: .6rem; display: flex; }
.navbar_menu-circle-closed { opacity: 0; transition: opacity .2s; }
.navbar_menu-button.is-open .navbar_menu-circle-closed { opacity: 1; }
.navbar_menu {
  position: absolute; top: calc(100% + 1.25rem); left: 50%; transform: translateX(-50%);
  min-width: 15rem;
  padding: var(--p-m) var(--p-s);
  border: 1px solid var(--border);
  border-radius: var(--radius-m);
  background: rgba(0,0,0,.45);
  -webkit-backdrop-filter: blur(2rem); backdrop-filter: blur(2rem);
  flex-direction: column;
  pointer-events: auto;
}
.navbar_link-list { display: flex; flex-direction: column; align-items: flex-start; }
.navbar_link { width: 100%; padding: var(--p-xs) var(--p-s); border-bottom: 1px solid var(--border); text-transform: uppercase; font-size: .95rem; transition: color .2s; }
.navbar_menu .navbar_link:first-child { padding-top: 0; }
.navbar_menu .navbar_link:last-child { padding-bottom: 0; border: none; }
.navbar_bottom { display: none; }
@media (min-width: 992px) {
  .navbar_link-list:hover .navbar_link, .footer_link-list:hover .footer_link, .faq_list:hover .faq_accordion { color: var(--white-30); }
  .navbar_link:hover, .footer_link:hover, .faq_accordion:hover { color: #fff !important; }
}

/* ---------- Loader + verificación de edad ---------- */
.loader {
  position: fixed; inset: 0; z-index: 10000;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  background: var(--bg);
}
.loader_logo { position: relative; width: min(22rem, 70vw); color: #fff; }
.loader_img { display: block; width: 100%; height: auto; clip-path: inset(0 100% 0 0); }
.loader_frame { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; }
.loader_percent { position: absolute; bottom: var(--p-xh); letter-spacing: 1rem; font-family: var(--font-mono); font-size: .875rem; margin-right: -1rem; }
.loader_gate { position: absolute; bottom: var(--p-xh); left: 50%; transform: translateX(-50%); width: min(34rem, 88vw); display: flex; flex-direction: column; align-items: center; gap: var(--p-s); text-align: center; visibility: hidden; opacity: 0; }
.loader_gate-q { font-size: 1.125rem; line-height: 1.35; }
.loader_gate-actions { display: flex; gap: .75rem; flex-wrap: wrap; justify-content: center; }
.loader_gate-note { font-family: var(--font-mono); font-size: .75rem; color: var(--white-50); text-transform: uppercase; letter-spacing: .02em; }
.loader_gate.is-denied .loader_gate-actions { display: none; }

/* ---------- 0 · Gama ---------- */
.gamme_container { display: flex; justify-content: center; align-items: flex-end; height: 100svh; padding-bottom: var(--p-m); text-align: center; }
.gamme_inner { position: relative; width: 100%; max-width: 35rem; margin: 0 auto; }
.gamme_gradient-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; filter: blur(6rem); will-change: opacity; }
.gamme_gradient-position { position: absolute; bottom: 0; left: 50%; width: 120%; aspect-ratio: 1; transform: translate(-50%, 95%); }
.gamme_gradient { width: 100%; aspect-ratio: 1; border-radius: 50vw; background: conic-gradient(from 17deg at 50% 50%, #6E8BE8 0deg, #9089D3 60deg, #D08A45 120deg, #EFB36B 180deg, #FF659D 240deg, #38C6E8 300deg, #6E8BE8 360deg); }
.gamme_gradient-blur { position: absolute; bottom: calc(-1 * var(--p-m)); left: 50%; width: 100vw; height: 3rem; transform: translateX(-50%); -webkit-backdrop-filter: blur(15rem); backdrop-filter: blur(15rem); }
.carousel_title-collection { position: relative; height: 6.4rem; }
.carousel_list { position: relative; display: flex; justify-content: center; align-items: flex-end; }
.carousel_list.is-hero { height: 100%; }
.carousel_slide { position: absolute; width: 100%; bottom: 0; }
.carousel_kicker { font-family: var(--font-mono); font-size: .8rem; text-transform: uppercase; letter-spacing: .18em; color: var(--white-60); margin-top: .9rem; }
.carousel_nav { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -100%); z-index: 10; width: 100%; max-width: 35vh; display: flex; justify-content: center; align-items: flex-end; height: 1px; }
.carousel_arrow { position: absolute; bottom: 0; width: 1.1rem; height: 2rem; cursor: pointer; pointer-events: auto; color: #fff; }
.carousel_arrow.is-prev { left: 0; }
.carousel_arrow.is-next { right: 0; }
.carousel_nav.is-hero-nav { top: auto; }
.carousel_pagination { position: relative; z-index: 1; margin-top: var(--p-s); cursor: grab; pointer-events: auto; touch-action: none; }
.carousel_pagination-svg { display: block; width: 100%; height: 1.6rem; overflow: visible; }
.scroll_discover { position: relative; z-index: 1; margin-top: var(--p-xs); color: var(--white-60); text-transform: uppercase; font-size: .875rem; }

/* ---------- 1 · Perfil ---------- */
.profile_container { display: flex; justify-content: flex-start; align-items: center; height: 100svh; padding-left: var(--p-xxh); }
.carousel_list.is-desc { justify-content: flex-start; align-items: center; height: 100%; width: 100%; }
.carousel_desc { position: absolute; display: flex; width: 100%; font-size: 1.25rem; line-height: 1.45; }
.max-width-custom { width: 100%; max-width: 28rem; }
.profile_title { margin-bottom: var(--p-l); }
.profile_desc { position: relative; }
.corner-left, .corner-right { position: absolute; width: .55rem; height: .55rem; display: block; }
.corner-left { top: -1rem; left: -1rem; }
.corner-right { right: -1rem; bottom: -1rem; }
.corner-left svg, .corner-right svg, .hud_corner svg { width: 100%; height: 100%; display: block; }

.carousel_title-bis-wrapper { display: flex; justify-content: center; align-items: center; padding: 0 calc(var(--pad-global) + var(--p-xl)); pointer-events: none; }
.carousel_title-bis-collection { position: relative; width: 100%; height: 100%; max-width: 120rem; margin: 0 auto; }
.carousel_title-b { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-around; align-items: center; color: var(--white-30); font-family: var(--font-mono); font-size: .875rem; text-transform: uppercase; white-space: pre; text-align: center; }
.carousel_title-b > div { width: 100%; }
.carousel_title-b .line { display: flex !important; justify-content: space-between; width: 100%; }

/* ---------- 2-5 · Valores ---------- */
.benefits_container { display: flex; justify-content: flex-start; align-items: center; height: 100svh; padding-left: var(--p-xxh); }
.benefits_text { text-align: left; font-size: 1.25rem; line-height: 1.45; }
.benefits_max-width { width: 100%; max-width: 28rem; }
/* Historias por categoría: las 8 variantes se apilan en la misma celda y solo se ve la activa */
.benefits_variants { display: grid; }
.benefits_variant { grid-area: 1 / 1; visibility: hidden; }
.benefits_variant.is-active { visibility: visible; }
.subhead.is-plain .subhead_text::before { display: none; }
.subhead.is-plain .subhead_icon { font-family: var(--font-mono); font-size: .75rem; letter-spacing: .05em; padding: 0 var(--p-xs); aspect-ratio: auto; }
.benefits_range { display: flex; gap: .5rem; margin-top: var(--p-m); }
.benefits_range img { width: 3.6rem; height: 3.6rem; object-fit: contain; background: #fff; border-radius: .4rem; }
.benefits_cta { pointer-events: auto; margin-top: var(--p-m); }
.subhead_wrapper { display: flex; justify-content: flex-start; align-items: center; margin-bottom: var(--p-s); white-space: nowrap; }
.subhead { display: flex; align-items: stretch; gap: var(--p-t); text-transform: uppercase; }
.subhead_icon { display: flex; justify-content: center; align-items: center; aspect-ratio: 1; padding: 0 var(--p-xxs); background: var(--taste-secondary); color: var(--taste-primary); line-height: 1; font-size: .95rem; transition: background-color .4s; }
.subhead_text { position: relative; display: flex; align-items: center; padding: .15rem var(--p-xs); background: #fff; color: #000; font-size: 1rem; line-height: 1.4; }
.subhead_text::before { content: ''; position: absolute; top: 50%; left: var(--p-xxs); width: calc(100% - var(--p-xs)); height: 1px; background: #000; transform: scaleX(var(--benefits-line, 0)); transform-origin: left center; z-index: 1; }
.benefits_title { margin-bottom: var(--p-xs); white-space: nowrap; width: max-content; max-width: none; }
.benefits_nav { position: fixed; top: 50%; right: var(--pad-global); transform: translateY(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: var(--p-s); pointer-events: auto; }
.benefits_icon-wrapper { display: flex; justify-content: center; align-items: center; aspect-ratio: 1; padding: var(--p-xs); border: 1.5px solid var(--border); border-radius: 50vw; background: var(--white-5); -webkit-backdrop-filter: blur(.5rem); backdrop-filter: blur(.5rem); color: var(--white-50); transition: color .3s, border-color .4s, box-shadow .4s; }
.benefits_icon-wrapper:hover { color: #fff; }
.benefits_icon-wrapper.is-active { border-color: var(--taste-secondary); box-shadow: inset 0 2px 4px 0 var(--white-30), inset -3px 3px 15px 0 var(--taste-secondary); color: #fff; }
.benefits_icon { display: flex; justify-content: center; align-items: center; width: 2rem; height: 2.25rem; }
.benefits_icon svg { width: 1.6rem; height: 1.6rem; }
.benefits_icon-separator { width: 1px; aspect-ratio: 1; background: var(--white-80); }

/* ---------- 6 · Spirit of Excellence ---------- */
.section.is-argument { z-index: 0; }
.argument_container { z-index: 1; }
.argument_media-container { position: fixed; inset: 0; display: flex; justify-content: center; align-items: center; pointer-events: none; visibility: hidden; opacity: 0; z-index: -1; }
.argument_smoke { position: absolute; inset: 0; overflow: hidden; }
.argument_smoke span { position: absolute; width: 60vw; height: 60vw; border-radius: 50%; filter: blur(80px); mix-blend-mode: screen; opacity: .8; }
.argument_smoke span:nth-child(1) { left: -12vw; top: 10vh; background: radial-gradient(circle, var(--taste-secondary) 0%, transparent 65%); animation: smokeA 14s ease-in-out infinite alternate; }
.argument_smoke span:nth-child(2) { right: -14vw; top: -8vh; background: radial-gradient(circle, var(--taste-secondary) 0%, transparent 62%); animation: smokeB 17s ease-in-out infinite alternate; }
.argument_smoke span:nth-child(3) { left: 20vw; bottom: -30vw; background: radial-gradient(circle, var(--taste-primary) 0%, transparent 70%); animation: smokeC 12s ease-in-out infinite alternate; opacity: 1; }
.argument_smoke span:nth-child(4) { left: 30vw; top: 15vh; width: 40vw; height: 40vw; background: radial-gradient(circle, #ffffff 0%, transparent 60%); opacity: .18; animation: smokeB 20s ease-in-out infinite alternate-reverse; }
@keyframes smokeA { to { transform: translate(14vw, -6vh) scale(1.15); } }
@keyframes smokeB { to { transform: translate(-10vw, 10vh) scale(.9); } }
@keyframes smokeC { to { transform: translate(-8vw, -8vh) scale(1.2); } }
.argument_svg-container { position: absolute; width: 80%; max-width: 100rem; display: flex; justify-content: center; }
.argument_svg {
  position: relative; z-index: 1; width: 100%;
  font-family: var(--font-head); font-weight: 500; text-transform: uppercase;
  font-size: clamp(3.5rem, 10.4vw, 12rem); line-height: .95; letter-spacing: .06em; text-align: center;
  color: var(--taste-secondary);
  opacity: .62;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 80px var(--taste-secondary)) drop-shadow(0 0 90px var(--taste-primary));
}
.argument_line { white-space: nowrap; }
.argument_char { display: inline-block; will-change: transform; }

/* ---------- 7 · Portafolio ---------- */
.full-gamme_container { position: fixed; inset: 0; display: flex; justify-content: center; align-items: flex-end; padding-bottom: var(--p-xxl); visibility: hidden; opacity: 0; }
.full-gamme_caption { font-family: var(--font-mono); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--white-60); text-align: center; padding: 0 var(--pad-global); }

/* ---------- 8 · FAQ + contacto ---------- */
.faq_container { padding: var(--p-xh) var(--p-xxh) 0; }
.faq_component { max-width: 120rem; margin: 0 auto; }
.heading-style-custom-2 { position: relative; z-index: -1; font-family: var(--font-head); font-weight: 500; text-transform: uppercase; font-size: clamp(2.25rem, 7.5vw, 10rem); line-height: .8; text-align: left; margin-bottom: var(--p-l); background: linear-gradient(180deg, #fff 30%, #9a9a9a 110%); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .1em; }
.faq_list { max-width: 48rem; margin: 0 auto; pointer-events: auto; }
.faq_separator { width: 100%; height: 1px; background: var(--border); }
.faq_accordion { display: flex; flex-direction: column; transition: color .2s; }
.faq_question { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.25rem 0; font-size: 1.25rem; line-height: 1.35; cursor: pointer; }
.faq_icon-wrapper { width: 2rem; flex: none; display: flex; transition: transform .4s; }
.faq_accordion.is-open .faq_icon-wrapper { transform: rotate(180deg); }
.faq_answer { height: 0; overflow: hidden; }
.faq_answer p { padding-bottom: 1.5rem; max-width: 42rem; color: var(--white-80); font-size: 1.05rem; line-height: 1.55; }
.faq_answer a { text-decoration: underline; }

.newsletter_container { display: flex; flex-direction: column; align-items: center; gap: var(--p-xxl); padding: 25vh var(--p-xxh) 30vh; pointer-events: auto; }
.newsletter_inner { width: 100%; max-width: 35rem; text-align: center; display: flex; flex-direction: column; align-items: center; }
.newsletter_title { font-size: clamp(2.5rem, 4vw, 4rem); margin-bottom: var(--p-s); }
.newsletter_lead { font-size: 1.1rem; line-height: 1.45; margin-bottom: var(--p-m); max-width: 30rem; }
.newsletter_form { width: 100%; display: flex; flex-direction: column; gap: var(--p-s); }
.newsletter_field { position: relative; display: block; }
.newsletter_field input { width: 100%; font: inherit; font-size: 16px; color: #fff; background: transparent; border: 0; border-radius: var(--radius-s); box-shadow: 0 0 0 1px var(--border); padding: var(--p-m) .75rem var(--p-xs); outline: none; }
.newsletter_field input:focus { box-shadow: 0 0 0 2px #fff; }
.newsletter_field span { position: absolute; left: .75rem; top: 50%; transform: translateY(-50%); font-size: .875rem; opacity: .6; text-transform: uppercase; transition: font-size .2s, transform .2s; pointer-events: none; }
.newsletter_field input:focus ~ span, .newsletter_field input:not(:placeholder-shown) ~ span { font-size: .7rem; transform: translateY(-140%); }
.newsletter_msg { min-height: 1.2em; font-size: .9rem; color: var(--white-80); }
.newsletter_msg.is-error { color: #ff8a8a; }
.newsletter_legal { font-size: .875rem; margin-top: .25rem; }
.newsletter_legal a { text-decoration: underline; }
.newsletter_contact { display: flex; gap: var(--p-l); margin-top: var(--p-l); font-family: var(--font-head); font-weight: 500; font-size: 1.35rem; flex-wrap: wrap; justify-content: center; }
.copyright { margin-top: var(--p-m); font-family: var(--font-mono); font-size: .75rem; text-transform: uppercase; color: var(--white-60); }
.footer_container { width: 100%; max-width: 50rem; display: flex; align-items: center; gap: var(--p-xl); padding: var(--p-xs) var(--p-s); border-radius: var(--radius-s); background: rgba(255,255,255,.08); -webkit-backdrop-filter: blur(2rem); backdrop-filter: blur(2rem); }
.footer_link-list { flex: 1; display: flex; justify-content: space-around; align-items: center; gap: var(--p-s); }
.footer_link { font-size: .75rem; text-transform: uppercase; transition: color .2s; }


/* ---------- Catálogo (tarjetas estilo casos de éxito) ---------- */
.catalog_open-hero { margin-top: var(--p-s); }
.profile_cta { margin-top: var(--p-l); }
.catalog { position: fixed; inset: 0; z-index: 50; display: none; --cat-primary: var(--taste-primary); --cat-secondary: var(--taste-secondary); }
.catalog.is-open { display: block; }
.catalog_backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.55); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.catalog_panel {
  position: absolute; inset: 5vh 0 0; overflow-y: auto; overscroll-behavior: contain;
  border-radius: 1.5rem 1.5rem 0 0; border-top: 1px solid var(--white-20);
  background: radial-gradient(120% 60% at 50% 0%, color-mix(in srgb, var(--cat-primary) 55%, #000) 0%, #07070a 60%);
  -webkit-user-select: text; user-select: text;
}
.catalog_inner { max-width: 1400px; margin: 0 auto; padding: var(--p-xl) var(--pad-global) var(--p-xh); }
.catalog_head { display: flex; justify-content: space-between; align-items: flex-start; gap: var(--p-l); }
.catalog_kicker { font-family: var(--font-mono); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: var(--cat-secondary); }
.catalog_title { font-family: var(--font-head); font-weight: 500; text-transform: uppercase; font-size: clamp(3rem, 7vw, 7.5rem); line-height: .9; margin: .6rem 0 var(--p-s); letter-spacing: .06em; }
.catalog_lead { max-width: 40rem; color: var(--white-80); font-size: 1.1rem; line-height: 1.5; }
.catalog_close { display: inline-flex; align-items: center; gap: .6rem; flex: none; padding: .7rem 1rem; border: 1px solid var(--white-30); border-radius: 50vw; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; transition: background .3s, border-color .3s; }
.catalog_close:hover { background: var(--white-5); border-color: #fff; }
.catalog_close svg { width: .75rem; height: .75rem; }
.catalog_tabs { display: flex; gap: .5rem; flex-wrap: wrap; margin: var(--p-l) 0 var(--p-xl); }
.catalog_tab { display: inline-flex; align-items: center; gap: .5rem; padding: .55rem .95rem; border: 1px solid var(--white-20); border-radius: 50vw; font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; color: var(--white-60); transition: color .25s, border-color .25s, background .25s; }
.catalog_tab span { font-family: var(--font-mono); font-size: .7rem; opacity: .7; }
.catalog_tab:hover { color: #fff; border-color: var(--white-50); }
.catalog_tab.is-active { color: #000; background: #fff; border-color: #fff; }
.catalog_grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.catalog_card { display: flex; flex-direction: column; overflow: hidden; border-radius: 1.1rem; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); transition: border-color .3s, transform .5s cubic-bezier(.2,.8,.2,1); }
.catalog_card:hover { border-color: rgba(255,255,255,.28); transform: translateY(-4px); }
.catalog_card-media { aspect-ratio: 1; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.catalog_card-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.catalog_card:hover .catalog_card-media img { transform: scale(1.05); }
.catalog_card-body { display: flex; flex-direction: column; flex: 1; padding: 1.4rem 1.4rem 1.5rem; }
.catalog_card-tag { font-family: var(--font-mono); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: var(--white-50); }
.catalog_card.is-featured .catalog_card-tag { color: var(--cat-secondary); }
.catalog_card-title { margin: .6rem 0 .55rem; font-size: 1.15rem; line-height: 1.25; font-weight: 500; }
.catalog_card-desc { color: var(--white-60); font-size: .92rem; line-height: 1.5; flex: 1; }
.catalog_card-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.3rem; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,.1); }
.catalog_card-stats .v { font-family: var(--font-head); font-weight: 500; font-size: 1.15rem; line-height: 1.15; }
.catalog_card-stats .l { margin-top: .25rem; font-family: var(--font-mono); font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; color: var(--white-50); }
.catalog_card-link { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1.3rem; font-family: var(--font-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--cat-secondary); }
.catalog_card-link svg { width: .7rem; height: .7rem; transition: transform .3s; }
.catalog_card:hover .catalog_card-link svg { transform: translate(2px, -2px); }
.catalog_foot { margin-top: var(--p-xl); text-align: center; color: var(--white-60); font-size: .95rem; }
.catalog_foot a { color: #fff; text-decoration: underline; }
@media (max-width: 1199px) { .catalog_grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 991px) {
  .catalog_grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
  .catalog_panel { inset: 3svh 0 0; }
  .catalog_head { flex-direction: column-reverse; }
  .catalog_close { align-self: flex-end; }
  .catalog_card-body { padding: 1rem; }
  .catalog_card-desc { font-size: .85rem; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
  .profile_cta { margin-top: var(--p-s); }
}
@media (max-width: 479px) { .catalog_card-title { font-size: 1rem; } .catalog_card-stats .v { font-size: 1rem; } }

/* ---------- HUD ---------- */
.hud { position: fixed; inset: 0 auto auto 0; z-index: 1; width: 100%; height: 100%; padding: var(--nav-h) 0 var(--p-l); pointer-events: none; font-family: var(--font-mono); font-size: .75rem; }
.gradient_overlay { position: fixed; inset: -10% auto auto -10%; width: 120%; height: 120%; background-image: linear-gradient(180deg, transparent, #0000 70%, var(--bg) 95%); filter: blur(1rem); }
.hud_container { position: relative; z-index: 1; height: 100%; display: flex; justify-content: space-between; align-items: stretch; padding: 0 var(--pad-global); color: var(--white-50); }
.hud_left, .hud_right { display: flex; flex-direction: column; gap: var(--p-xxl); }
.hud_left-top, .hud_left-bottom { flex: 1; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; position: relative; }
.hud_left-bottom-top { display: flex; flex-direction: column; gap: var(--p-l); }
.hud_right { justify-content: space-between; align-items: flex-end; }
.hud_right-top, .hud_right-bottom { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; gap: var(--p-xxl); }
.hud_right-top-bottom { display: flex; flex-direction: column; align-items: flex-end; gap: var(--p-m); }
.hud_corner { width: .55rem; height: .55rem; display: block; }
.hud_text { writing-mode: vertical-rl; transform: rotate(180deg); letter-spacing: .15em; }
.icon-scroll_wrapper { position: fixed; left: 50%; bottom: 10rem; width: 1.25rem; transform: translateX(-50%); display: none; }

/* ---------- Tablet / móvil ---------- */
@media (max-width: 991px) {
  .hide-tablet { display: none !important; }
  .navbar { min-height: 4rem; }
  .navbar_logo-link { width: 8rem; }
  .navbar_relative { position: static; }
  .navbar_menu { position: fixed; inset: 0; left: 0; top: 0; transform: none; width: 100vw; height: 100svh; z-index: -1; border: 0; border-radius: 0; background: #000; padding: var(--nav-h) var(--pad-global) var(--p-xl); justify-content: space-between; }
  .navbar_link-list { width: 100%; padding-top: var(--p-xxl); }
  .navbar_link { font-family: var(--font-head); font-weight: 500; font-size: 2.5rem; padding: var(--p-xs) 0; }
  .navbar_bottom { display: flex; flex-direction: column; gap: var(--p-xxl); width: 100%; }
  .navbar_socials-links { display: flex; justify-content: space-between; align-items: center; width: 100%; }
  .navbar_socials-links .button.is-secondary { width: 6.5rem; }

  .gamme_container, .profile_container { padding-left: var(--p-l); padding-right: var(--p-l); }
  .gamme_gradient-blur { display: none; }
  .carousel_list.is-desc { justify-content: center; align-items: flex-end; }
  .profile_container { align-items: flex-end; padding-bottom: 7.5rem; }
  .carousel_desc { justify-content: center; text-align: center; font-size: 1.05rem; }
  .max-width-custom { margin: 0 auto; }
  .corner-left, .corner-right { display: none; }
  .carousel_title-bis-wrapper { display: none; }

  .benefits_container { justify-content: center; align-items: flex-end; padding: 0 var(--p-l) 7.5rem; }
  .profile_container::before, .benefits_container::before { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(0deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.6) 30%, transparent 55%); }
  .benefits_text { text-align: center; font-size: 1.05rem; }
  .benefits_max-width { max-width: 22.5rem; margin: 0 auto; }
  .subhead_wrapper { justify-content: center; }
  .subhead_text { font-size: .875rem; }
  .benefits_icon svg { width: 1.2rem; height: 1.2rem; }
  .benefits_icon { width: 1.5rem; height: 2rem; }

  .argument_media-container { align-items: flex-end; }
  .argument_svg-container { bottom: 5rem; width: 86%; }
  .argument_svg { filter: none; font-size: clamp(2.6rem, 13vw, 5rem); }

  .faq_container { padding-left: var(--pad-global); padding-right: var(--pad-global); }
  .heading-style-custom-2 { text-align: center; }
  .faq_question { padding: 1rem 0; font-size: 1.1rem; }
  .faq_icon-wrapper { width: 1.75rem; }
  .newsletter_container { padding-left: var(--pad-global); padding-right: var(--pad-global); }
  .footer_container { display: grid; grid-template-columns: 1fr 1fr; gap: var(--p-xs); }
  .footer_link-list { grid-column: 1 / -1; order: -1; flex-wrap: wrap; justify-content: space-between; }
  .hud_text { display: none; }
}
@media (max-width: 479px) {
  .newsletter_contact { font-size: 1.1rem; gap: var(--p-s); }
}
@media (prefers-reduced-motion: reduce) {
  .argument_smoke span { animation: none; }
}
