﻿.content-background {
  position: relative;
  width: 100%;
  background-image:
    linear-gradient(180deg, rgba(10, 7, 6, 0.72) 0%, rgba(14, 10, 8, 0.78) 24%, rgba(12, 9, 7, 0.82) 58%, rgba(9, 7, 6, 0.88) 100%),
    url("../assets/Fondos/BG17.avif"),
    url("../assets/Fondos/BG22.avif"),
    url("../assets/Fondos/BG21.avif"),
    url("../assets/Fondos/BG23.avif"),
    url("../assets/Fondos/BG34.avif"),
    url("../assets/Fondos/BG35.avif");
  background-position:
    center top,
    center top,
    center calc((100vw / 1.5) - 20px),
    center calc(((100vw / 1.5) * 2) - 400px),
    center calc(((100vw / 1.5) * 3) - 400px),
    center calc(((100vw / 1.5) * 4) - 400px),
    center calc(((100vw / 1.5) * 5) - 400px);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 100% 100%, 100% auto, 100% calc((100vw / 1.5) - 400px), 100% auto, 100% auto, 100% auto, 100% auto;
}

.content-background > * {
  position: relative;
  z-index: 1;
}

:root {
  --bg-0: #0e0e0e;
  --text: #fffaf2;
  --text-soft: #ded4c7;
  --accent: #d97706;
  --accent-hover: #b45309;
  --accent-light: #f6c071;
  --accent-cream: #ffe0ad;
  --accent-ink: #180d05;
  --accent-dark: #8f3d08;
  --button-gradient: linear-gradient(135deg, #f6c071 0%, #d97706 52%, #8f3d08 100%);
  --button-gradient-hover: linear-gradient(135deg, #ffd18a 0%, #e8870c 48%, #a94809 100%);
  --button-glass: linear-gradient(145deg, rgba(255, 245, 229, 0.12), rgba(217, 119, 6, 0.08)), rgba(10, 7, 6, 0.5);
  --border: rgba(255, 255, 255, 0.12);
  --radius: 8px;
  --container: 1220px;
  --font-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "DM Sans", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background: black;
  line-height: 1.65;
  overflow-x: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 9999;
  padding: 0.75rem 1.25rem;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  border-radius: 0 0 8px 8px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 0;
}

.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(255, 218, 168, 0.44);
  border-radius: 999px;
  background: var(--button-gradient);
  color: var(--accent-ink);
  box-shadow:
    0 14px 34px rgba(180, 83, 9, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.12) inset;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 237, 202, 0.28);
  transform: translateY(0);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 18% 0%, rgba(255, 244, 214, 0.32), transparent 35%);
  opacity: 0.72;
  pointer-events: none;
}

.btn:hover,
.btn:focus-visible {
  border-color: rgba(255, 225, 176, 0.72);
  background: var(--button-gradient-hover);
  color: #120803;
  box-shadow:
    0 18px 42px rgba(180, 83, 9, 0.3),
    0 0 0 1px rgba(255, 207, 139, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.16) inset;
  transform: translateY(-1px);
}

.btn:active {
  background: linear-gradient(135deg, #d89444 0%, #b45309 54%, #753107 100%);
  box-shadow:
    0 8px 22px rgba(180, 83, 9, 0.2),
    0 1px 0 rgba(0, 0, 0, 0.15) inset;
  transform: translateY(1px);
}

.btn:focus-visible,
.carousel-arrow:focus-visible,
.experience-arrow:focus-visible,
.trust-more:focus-visible,
.media-audio-toggle:focus-visible,
.artisan-audio-toggle:focus-visible,
.reservation-modal__close:focus-visible,
.social-link:focus-visible,
.floating-whatsapp:focus-visible {
  outline: 2px solid rgba(255, 224, 173, 0.9);
  outline-offset: 3px;
}

section {
  width: 100%;
  padding: 4.5rem 1.2rem;
  scroll-margin-top: 80px;
}

.experiences-wrap {
  background: rgba(255, 255, 255, 0.03);
  padding: 1.5rem 1.1rem;
}

.section-title {
  margin-bottom: 1.25rem;
}

.section-title.compact {
  margin-bottom: 1.5rem;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.experiences-hub,
.about-section,
.process-section,
.contact-cta-section {
  background: transparent;
}

.process-section,
.contact-cta-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.process-section::before,
.contact-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%, cover;
  opacity: 0.56;
}

.process-section::before {
  background-image:
    linear-gradient(180deg, rgba(7, 5, 4, 0.55), rgba(10, 7, 6, 0.78)),
    url("../assets/Fondos/BG34.avif");
  background-position: center 40%;
}

.contact-cta-section::before {
  background-image:
    linear-gradient(180deg, rgba(8, 6, 5, 0.42), rgba(7, 5, 4, 0.86)),
    url("../assets/Fondos/BG35.avif");
  background-position: center 56%;
  opacity: 0.62;
}

.experiences-wrap,
.about-wrap,
.process-section .section-title,
.process-grid,
.contact-cta {
  max-width: var(--container);
  margin: 0 auto;
}

.experiences-wrap,
.about-wrap,
.contact-cta {
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.section-title h2,
.about-single h2,
.contact-copy h2 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 2.8vw, 2.9rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: var(--text);
  display: inline-block;
  position: relative;
  padding-bottom: 0.35rem;
}

.section-title h2::after,
.about-single h2::after,
.contact-copy h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 2px;
  background: var(--accent);
}

/* Header */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(12, 10, 8, 0.95);
  border-bottom: 1px solid rgba(217, 119, 6, 0.25);
}

nav {
  width: 100%;
}

.menu-shell {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(4rem, 10vw, 9rem);
  padding: 0.72rem 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}

.brand img {
  width: 75px;
  height: 75px;
  border-radius: 999px;
  object-fit: cover;
}

.logo {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
}

.logo-main {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--text);
}

.logo-sub {
  font-size: 1.25rem;
  letter-spacing: 0.01em;
  color: #bfa88c;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-left: auto;
}

.nav-primary-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.8rem, 1.7vw, 1.55rem);
}

.nav-links a {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #e6dcca;
  padding: 0.28rem 0.25rem;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.nav-links a:active {
  color: var(--accent-hover);
}

.nav-reserve,
.nav-menu-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(255, 218, 168, 0.38);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.07);
  color: #ffe0ad;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.nav-reserve:hover,
.nav-reserve:focus-visible,
.nav-menu-reserve:hover,
.nav-menu-reserve:focus-visible {
  border-color: rgba(255, 218, 168, 0.68);
  background: rgba(217, 119, 6, 0.16);
  color: #fff8ee;
  transform: translateY(-1px);
}

.nav-reserve:focus-visible,
.nav-menu-reserve:focus-visible {
  outline: 2px solid rgba(255, 224, 173, 0.9);
  outline-offset: 3px;
}

.nav-menu-mobile,
.nav-menu-laptop,
.nav-menu-medium,
.nav-menu-reserve {
  display: none;
}

.nav-group {
  position: relative;
}

.nav-group-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.nav-group-toggle span {
  display: block;
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: #e6dcca;
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.nav-group-toggle:hover,
.nav-group-toggle:focus-visible {
  border-color: rgba(217, 119, 6, 0.55);
  background: rgba(217, 119, 6, 0.12);
}

.nav-group-toggle:hover span,
.nav-group-toggle:focus-visible span,
.nav-group.is-open .nav-group-toggle span {
  background: var(--accent);
}

.nav-group-toggle:active {
  transform: scale(0.97);
}

.nav-submenu {
  position: absolute;
  top: 50%;
  right: calc(100% + 0.2rem);
  width: max-content;
  min-width: 0;
  max-width: calc(100vw - 34rem);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0.6rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(12, 10, 8, 0.98);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
  opacity: 0;
  transform: translate(14px, -50%);
  pointer-events: none;
  transition: opacity 0.34s ease, transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.nav-group.is-open .nav-submenu {
  opacity: 1;
  transform: translate(0, -50%);
  pointer-events: auto;
}

.nav-submenu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0.62rem 0.8rem;
  font-size: 1rem;
  border-radius: 999px;
  border-bottom: 0;
}

.nav-submenu a:hover,
.nav-submenu a:focus-visible,
.nav-submenu a:active {
  background: rgba(217, 119, 6, 0.12);
  color: var(--accent);
}

/* Hero */
.hero {
  margin-top: 62px;
  min-height: calc(100svh - 62px);
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem 1rem;
  overflow: hidden;
  isolation: isolate;
  background: #000;
  --hero-glow-opacity: 0;
  --hero-veil-opacity: 1;
  --hero-video-scale: 1.35;
  --hero-video-blur: 0px;
  --hero-content-opacity: 1;
  --hero-content-y: 0px;
  --hero-radial-strong: 0.28;
  --hero-radial-soft: 0.08;
  --hero-top-shadow: 0.42;
  --hero-mid-shadow: 0;
  --hero-bottom-shadow: 0.34;
  --hero-blend-opacity: 0.82;
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(var(--hero-video-scale));
  z-index: 0;
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  filter: saturate(0.72) brightness(0.42) contrast(1.06) blur(var(--hero-video-blur));
  transition:
    clip-path 2200ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 900ms ease,
    filter 2200ms ease,
    transform 2600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.72) 46%, rgba(0, 0, 0, 0.38) 100%),
    rgba(6, 5, 4, 0.72);
  z-index: 1;
  opacity: var(--hero-veil-opacity);
  transition: opacity 1800ms ease 650ms, background 1800ms ease 650ms;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 84%, rgba(245, 158, 11, 0.28) 0%, rgba(217, 119, 6, 0.08) 34%, rgba(217, 119, 6, 0) 64%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.34) 100%);
  z-index: 1;
  opacity: var(--hero-glow-opacity, 0);
  transition: opacity 1600ms ease 900ms;
}

.hero.is-video-ready .hero-bg-video {
  opacity: 1;
}

.hero.is-flame-revealed .hero-bg-video {
  clip-path: inset(0 0 0 0);
  filter: saturate(1.08) brightness(0.86) contrast(1.08) blur(var(--hero-video-blur));
  transform: scale(var(--hero-video-scale, 1.22));
}

.hero.is-flame-revealed {
  --hero-video-scale: 1.22;
}

.hero.is-flame-revealed::before {
  opacity: var(--hero-veil-opacity, 0.92);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.44) 48%, rgba(0, 0, 0, 0.22) 100%),
    rgba(6, 5, 4, 0.42);
}

.hero.is-flame-revealed::after {
  --hero-glow-opacity: 1;
}

.hero-content {
  position: relative;
  z-index: 4;
  max-width: 860px;
  padding: 0 1rem;
}

.hero-bottom-blend {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(155px, 21svh, 270px);
  z-index: 3;
  pointer-events: none;
  opacity: var(--hero-blend-opacity);
  background:
    linear-gradient(180deg, rgba(10, 7, 6, 0) 0%, rgba(10, 7, 6, 0.14) 22%, rgba(10, 7, 6, 0.52) 56%, rgba(10, 7, 6, 0.92) 86%, rgba(10, 7, 6, 1) 100%),
    radial-gradient(ellipse at 50% 100%, rgba(217, 119, 6, 0.16) 0%, rgba(10, 7, 6, 0.32) 34%, rgba(10, 7, 6, 0) 72%);
}

.hero-bottom-blend::before,
.hero-bottom-blend::after {
  content: "";
  position: absolute;
  inset: -18% 0 -8%;
  pointer-events: none;
}

.hero-bottom-blend::before {
  background:
    radial-gradient(ellipse at 38% 62%, rgba(236, 147, 50, 0.11), transparent 42%),
    radial-gradient(ellipse at 62% 72%, rgba(255, 219, 150, 0.07), transparent 36%),
    linear-gradient(180deg, transparent 0%, rgba(3, 3, 3, 0.56) 78%, rgba(3, 3, 3, 0.92) 100%);
  filter: blur(24px);
  opacity: 0.86;
}

.hero-bottom-blend::after {
  background:
    linear-gradient(104deg, transparent 0 18%, rgba(255, 245, 225, 0.035) 24%, transparent 36% 100%),
    linear-gradient(77deg, transparent 0 42%, rgba(214, 132, 42, 0.035) 48%, transparent 62% 100%);
  filter: blur(18px);
  opacity: 0.58;
  transform: translate3d(0, 12%, 0);
}

.hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.3rem, 5.6vw, 4.5rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: 0.015em;
  color: var(--text);
  margin-bottom: 0.9rem;
}

.hero p {
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.7;
  color: #f0e8dc;
  margin: 0 auto 1.2rem;
  max-width: 70ch;
}

/* Intro */
.story-intro-section {
  position: relative;
  isolation: isolate;
  padding: clamp(7rem, 13vw, 12rem) 1.2rem clamp(5.5rem, 10vw, 9rem);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% -18%, rgba(205, 99, 20, 0.24) 0%, rgba(120, 55, 16, 0.1) 32%, rgba(12, 8, 6, 0) 68%),
    radial-gradient(ellipse at 50% 48%, rgba(148, 72, 20, 0.14) 0%, rgba(28, 17, 11, 0.32) 46%, rgba(4, 3, 3, 0.96) 100%),
    linear-gradient(180deg, #100a07 0%, #0b0705 58%, #050404 100%);
}

.story-intro-section::before,
.story-intro-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.story-intro-section::before {
  z-index: -2;
  opacity: 0.42;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 11px),
    linear-gradient(25deg, rgba(217, 119, 6, 0.03) 0 1px, transparent 1px 15px),
    radial-gradient(circle at 34% 44%, rgba(255, 244, 214, 0.045), transparent 2px),
    radial-gradient(circle at 68% 38%, rgba(255, 244, 214, 0.03), transparent 1px);
  background-size: 150px 150px, 190px 190px, 18px 18px, 22px 22px;
  mix-blend-mode: screen;
}

.story-intro-section::after {
  z-index: -1;
  background:
    radial-gradient(ellipse at 50% -8%, rgba(217, 119, 6, 0.2) 0%, rgba(217, 119, 6, 0.08) 28%, transparent 62%),
    radial-gradient(ellipse at 50% 50%, transparent 0%, transparent 48%, rgba(0, 0, 0, 0.6) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.24) 100%);
  animation: storyIntroGlow 9s ease-in-out infinite alternate;
}

.story-intro-wrap {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.story-intro-kicker,
.story-intro-label {
  font-size: clamp(0.66rem, 0.72vw, 0.78rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.story-intro-kicker {
  margin: 0 0 clamp(1.6rem, 3.3vw, 3rem);
  color: #c98536;
  text-shadow: 0 0 24px rgba(217, 119, 6, 0.24);
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.story-intro-wrap h2 {
  font-family: var(--font-heading);
  max-width: 820px;
  margin: 0 auto clamp(4rem, 8.2vw, 7.8rem);
  font-size: clamp(2.45rem, 4.75vw, 4.95rem);
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: 0;
  color: #f4eadc;
  text-wrap: balance;
  opacity: 0;
  transform: translate3d(0, 24px, 0);
}

.story-intro-counter {
  display: block;
  color: #efe6d8;
}

.story-intro-number {
  display: grid;
  justify-items: center;
  gap: clamp(1.25rem, 2.5vw, 2.15rem);
  opacity: 0;
  transform: translate3d(0, 24px, 0);
}

.story-intro-count {
  display: block;
  min-width: 4ch;
  font-family: var(--font-heading);
  color: #c57925;
  font-size: clamp(6.4rem, 13vw, 12.8rem);
  line-height: 0.78;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow:
    0 0 18px rgba(217, 119, 6, 0.16),
    0 22px 54px rgba(0, 0, 0, 0.78);
}

.story-intro-label {
  color: rgba(244, 234, 220, 0.78);
}

.story-intro-section.is-awake .story-intro-kicker,
.story-intro-section.is-awake .story-intro-wrap h2,
.story-intro-section.is-awake .story-intro-number {
  animation: storyIntroRise 1500ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.story-intro-section.is-awake .story-intro-wrap h2 {
  animation-delay: 120ms;
}

.story-intro-section.is-awake .story-intro-number {
  animation-delay: 360ms;
}

@keyframes storyIntroRise {
  from {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes storyIntroGlow {
  from {
    opacity: 0.74;
    transform: translate3d(0, -1.5%, 0) scale(1);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 1.5%, 0) scale(1.03);
  }
}

.hero-scroll-scene {
  position: relative;
  min-height: 150svh;
  margin-top: 0;
  overflow: hidden;
  background: #0a0706;
  --intro-progress: 0;
  --intro-opacity: 0;
  --intro-y: 9svh;
  --intro-content-y: 18px;
}

.hero-scroll-scene .hero {
  position: sticky;
  top: 0;
  min-height: 100svh;
  margin-top: 0;
  transform: translateZ(0);
}

.hero-scroll-scene .hero-content {
  transform: translateY(var(--hero-content-y));
  opacity: var(--hero-content-opacity);
  transition: opacity 180ms linear, transform 180ms linear;
}

.hero-scroll-scene .hero::after {
  background:
    radial-gradient(circle at 50% 84%, rgba(245, 158, 11, var(--hero-radial-strong)) 0%, rgba(217, 119, 6, var(--hero-radial-soft)) 34%, rgba(217, 119, 6, 0) 64%),
    linear-gradient(180deg, rgba(0, 0, 0, var(--hero-top-shadow)) 0%, rgba(0, 0, 0, var(--hero-mid-shadow)) 46%, rgba(0, 0, 0, var(--hero-bottom-shadow)) 100%);
}

.hero-scroll-scene .story-intro-section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 58svh;
  display: grid;
  place-items: center;
  padding: clamp(5rem, 9vw, 8rem) 1.2rem clamp(4.25rem, 7vw, 6.5rem);
  z-index: 4;
  transform: translate3d(0, var(--intro-y), 0);
  opacity: var(--intro-opacity);
  background:
    radial-gradient(ellipse at 50% -12%, rgba(217, 119, 6, 0.18) 0%, rgba(88, 36, 12, 0.14) 26%, rgba(10, 7, 6, 0) 56%),
    linear-gradient(180deg, rgba(10, 7, 6, 0) 0%, rgba(10, 7, 6, 0.44) 14%, rgba(9, 6, 5, 0.9) 44%, rgba(5, 4, 4, 1) 100%);
  will-change: transform, opacity;
}

.hero-scroll-scene .story-intro-wrap.reveal,
.hero-scroll-scene .story-intro-wrap.reveal.active {
  position: relative;
  z-index: 3;
  opacity: var(--intro-opacity);
  transform: translate3d(0, var(--intro-content-y), 0);
  transition: none;
  will-change: transform, opacity;
}

.hero-scroll-scene .story-intro-kicker,
.hero-scroll-scene .story-intro-wrap h2,
.hero-scroll-scene .story-intro-number {
  opacity: 1;
  transform: none;
}

.hero-scroll-scene .story-intro-section.is-awake .story-intro-kicker,
.hero-scroll-scene .story-intro-section.is-awake .story-intro-wrap h2,
.hero-scroll-scene .story-intro-section.is-awake .story-intro-number {
  animation: none;
  opacity: 1;
  transform: none;
}

.hero-scroll-scene .story-intro-wrap h2,
.hero-scroll-scene .story-intro-counter {
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.72);
}

/* Tu Historia */
.about-wrap {
  background: rgba(255, 255, 255, 0.03);
  padding: 2rem 1.5rem;
}

.about-single {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 220px;
}

.about-single h2 {
  text-align: left;
}

.about-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}

.about-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  max-width: 46ch;
  text-align: center;
}

.about-copy-wide {
  width: 100%;
  max-width: 100%;
  gap: 0.95rem;
}

.about-copy p {
  font-size: 1.15rem;
  line-height: 1.72;
  color: var(--text-soft);
}

.about-copy .btn {
  border-color: rgba(255, 207, 139, 0.34);
  background: var(--button-glass);
  color: var(--accent-cream);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  text-shadow: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.about-copy .btn:hover,
.about-copy .btn:focus-visible,
.about-copy .btn:active {
  border-color: rgba(255, 207, 139, 0.58);
  background: linear-gradient(145deg, rgba(255, 245, 229, 0.18), rgba(217, 119, 6, 0.18)), rgba(10, 7, 6, 0.62);
  color: #fff8ee;
}

.mini-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.mini-step {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem;
  min-height: 160px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.mini-step:hover,
.mini-step:active {
  transform: translateY(-2px);
  border-color: var(--accent);
  box-shadow: 0 8px 24px rgba(217, 119, 6, 0.12);
}

.mini-step h3 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.mini-step p {
  margin: 0.14rem 0;
  max-width: 30ch;
  line-height: 1.5;
  font-size: 1.10rem;
  color: #e8dfd2;
}

.story-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  margin: 0.75rem 0 1.5rem;
}

.carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.carousel-slide {
  flex: 0 0 calc(100% / 3);
  padding: 0 0.45rem;
}

.carousel-slide img {
  width: 100%;
  aspect-ratio: 3 / 3.5;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.carousel-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255, 205, 132, 0.34);
  background: var(--button-glass);
  color: var(--accent-cream);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 1.35rem;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  border-color: rgba(255, 207, 139, 0.66);
  background: linear-gradient(145deg, rgba(255, 245, 229, 0.17), rgba(217, 119, 6, 0.16)), rgba(10, 7, 6, 0.68);
  color: #fff8ee;
  transform: translateY(-1px);
}

.carousel-arrow:active {
  transform: scale(0.96);
}

.story-actions {
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}

.story-actions .btn {
  min-width: 240px;
}

.story-actions .btn:nth-child(2) {
  border-color: rgba(255, 207, 139, 0.34);
  background: var(--button-glass);
  color: var(--accent-cream);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  text-shadow: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.story-actions .btn:nth-child(2):hover,
.story-actions .btn:nth-child(2):focus-visible {
  border-color: rgba(255, 207, 139, 0.58);
  background: linear-gradient(145deg, rgba(255, 245, 229, 0.18), rgba(217, 119, 6, 0.18)), rgba(10, 7, 6, 0.62);
  color: #fff8ee;
}

/* Ellos conf?an */
@media (max-width: 639px) {
  .trust-section .about-wrap {
    padding: 2rem 1.5rem;
  }

  .trust-title {
    text-align: center;
    margin-bottom: 1.75rem;
  }

  .trust-title h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .trust-subtitle {
    max-width: 58rem;
    margin: 1rem auto 0;
    font-size: 1.1rem;
    line-height: 1.65;
    color: var(--text-soft);
  }

  .trust-showcase {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.02);
  }

  .trust-mosaic {
    display: contents;
  }

  .trust-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
    width: 100%;
    aspect-ratio: 3 / 3.5;
    min-height: 280px;
  }

  .trust-card--maker {
    aspect-ratio: 3 / 3.78;
    min-height: 320px;
    box-shadow: 0 34px 92px rgba(0, 0, 0, 0.48), 0 0 60px rgba(217, 119, 6, 0.18);
    z-index: 1;
  }

  .trust-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .trust-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 6, 5, 0.08) 0%, rgba(11, 8, 6, 0.28) 45%, rgba(10, 7, 5, 0.78) 100%);
  }

  .trust-card-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.45rem;
    min-height: 100%;
    padding: 1.15rem;
  }

  .trust-card-content--featured {
    padding: 1.5rem;
  }

  .trust-card--featured,
  .trust-card--hero {
    aspect-ratio: 3 / 3.8;
    min-height: 350px;
  }

  .trust-handle {
    font-family: var(--font-heading);
    font-size: clamp(1.05rem, 1.45vw, 1.7rem);
    line-height: 1.08;
    font-weight: 600;
    color: var(--text);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
  }

  .trust-card--featured .trust-handle,
  .trust-card--hero .trust-handle {
    font-size: clamp(1.45rem, 1.9vw, 2.2rem);
  }

  .trust-cta {
    width: auto;
    min-width: 240px;
    margin-top: 0.55rem;
    align-self: flex-start;
  }
}

/* Ellos confian: control fino por persona */
.trust-card img {
  object-fit: cover;
  object-position: center center;
}

/* Rachell: foto principal */
.trust-card--featured img,
.trust-card--hero img {
  object-position: center 50%;
}

/* Keiz: card superior del mosaico */
.trust-card--tile-top img {
  object-position: center 10%;
}

/* Kenneth: card alta del mosaico */
.trust-card--tile-tall img {
  object-position: center 15%;
}

/* Celeste: primera card peque?a */
.trust-card--celeste img {
  object-position: center 34%;
}

/* Harry: card peque?a/ancha inferior */
.trust-card--harry img {
  object-position: center 30%;
}

@media (min-width: 1025px) {
/* Ellos confian: composicion editorial desordenada */
.trust-section .about-wrap {
  overflow: hidden;
}

.trust-showcase {
  position: relative;
  display: block;
  min-height: 940px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.trust-mosaic {
  display: contents;
}

.trust-card,
.trust-card--featured,
.trust-card--hero,
.trust-card--tile,
.trust-card--tile-top,
.trust-card--tile-tall,
.trust-card--tile-small {
  position: absolute;
  min-height: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  isolation: isolate;
  transform-origin: center;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #ad373d;
  transform: translate(14px, 16px);
}

.trust-card::after {
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(8, 6, 5, 0) 32%, rgba(10, 7, 5, 0.68) 100%);
}

.trust-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  object-fit: cover;
}

.trust-card:hover {
  filter: brightness(1.06);
}

.trust-card--featured,
.trust-card--hero {
  left: 4%;
  top: 3%;
  width: 34%;
  height: 455px;
  transform: rotate(-1.2deg);
}

.trust-card--tile-top {
  right: 3%;
  top: 2%;
  width: 35%;
  height: 295px;
  transform: rotate(1.6deg);
}

.trust-card--tile-tall {
  right: 5%;
  top: 58%;
  width: 26%;
  height: 330px;
  transform: rotate(-1.4deg);
}

.trust-card--celeste {
  left: 4%;
  top: 63%;
  width: 28%;
  height: 300px;
  transform: rotate(1.3deg);
}

.trust-card--harry {
  left: 39%;
  top: 65%;
  width: 23%;
  height: 245px;
  transform: rotate(-2deg);
}

.trust-card-content {
  min-height: 100%;
  padding: 1rem;
}

.trust-card-content--featured {
  padding: 1.25rem;
}

.trust-handle {
  width: fit-content;
  max-width: calc(100% - 1rem);
  padding: 0.42rem 0.65rem;
  border-radius: 3px;
  background: rgba(10, 7, 6, 0.62);
  backdrop-filter: blur(8px);
  font-size: clamp(0.92rem, 1.15vw, 1.2rem);
  line-height: 1.1;
}

.trust-card--featured .trust-handle,
.trust-card--hero .trust-handle {
  font-size: clamp(1.05rem, 1.4vw, 1.45rem);
}

.trust-cta {
  min-width: 0;
  width: fit-content;
}
}

@media (min-width: 1025px) {
/* Ellos confian: layout premium flotante */
.trust-section {
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}

.trust-section .about-wrap {
  width: 100%;
  max-width: min(1840px, calc(100vw - 0.7rem));
  padding: clamp(2rem, 4vw, 3.6rem) clamp(0.5rem, 1.6vw, 1.4rem);
  border-color: rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 12%, rgba(217, 119, 6, 0.18), transparent 28rem),
    radial-gradient(circle at 84% 54%, rgba(173, 55, 61, 0.14), transparent 24rem),
    rgba(255, 250, 242, 0.035);
  overflow: hidden;
}

.trust-title {
  display: block;
  max-width: 760px;
  margin: 0 auto clamp(1.25rem, 3vw, 2rem);
  text-align: center;
}

.trust-title h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.trust-showcase {
  position: relative;
  display: block;
  min-height: 690px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  --trust-card-size: clamp(240px, 13vw, 270px);
}

.trust-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(90deg, transparent 0, transparent calc(20% - 1px), rgba(255, 255, 255, 0.08) 20%, transparent calc(20% + 1px));
  background-size: 12.5% 100%;
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 78%, transparent 100%);
  opacity: 0.5;
}

.trust-showcase::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 44%;
  width: min(520px, 72vw);
  height: min(360px, 56vw);
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(217, 119, 6, 0.12), transparent 66%);
  transform: translate(-50%, -50%);
  filter: blur(18px);
}

.trust-mosaic {
  display: contents;
}

.trust-card,
.trust-card--featured,
.trust-card--hero,
.trust-card--tile,
.trust-card--tile-top,
.trust-card--tile-tall,
.trust-card--tile-small,
.trust-card--maker,
.trust-card--extra {
  position: absolute;
  z-index: 2;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  isolation: isolate;
  transform-origin: center;
  width: var(--trust-card-size);
  aspect-ratio: 3 / 3.9;
  height: auto;
  animation: none;
  transition: none;
}

.trust-section .trust-card.reveal {
  opacity: 1;
  transition: none;
}

.trust-section .trust-card.reveal.active {
  opacity: 1;
}

.trust-card::before {
  display: none;
}

.trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(10, 7, 6, 0.02) 36%, rgba(10, 7, 6, 0.64) 100%);
}

.trust-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.34s ease, filter 0.34s ease;
}

.trust-card.is-swapping img {
  opacity: 0;
  filter: blur(2px);
}

.trust-card:hover {
  filter: none;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.trust-card--featured:hover,
.trust-card--hero:hover {
  transform: none;
}

.trust-card--tile-top:hover,
.trust-card--tile-tall:hover,
.trust-card--tile-small:hover,
.trust-card--extra:hover {
  transform: none;
}

.trust-card--maker:hover {
  transform: translateX(-50%);
}

.trust-card--featured,
.trust-card--hero {
  left: 0;
  top: 34px;
  width: var(--trust-card-size);
  height: auto;
  aspect-ratio: 3 / 3.5;
  transform: none;
}

.trust-card--tile-top {
  left: calc((100% - var(--trust-card-size)) * 0.19);
  top: 118px;
  width: var(--trust-card-size);
  height: auto;
  aspect-ratio: 3 / 3.5;
  transform: none;
  animation-delay: -2s;
}

.trust-card--tile-tall {
  left: calc((100% - var(--trust-card-size)) * 0.36);
  top: 34px;
  width: var(--trust-card-size);
  height: auto;
  aspect-ratio: 3 / 3.5;
  transform: none;
  animation-delay: -4s;
}

.trust-card--maker {
  left: 50%;
  top: -8px;
  width: var(--trust-card-size);
  aspect-ratio: 3 / 3.78;
  height: auto;
  z-index: 12;
  transform: translateX(-50%);
  box-shadow: 0 34px 92px rgba(0, 0, 0, 0.48), 0 0 60px rgba(217, 119, 6, 0.18);
  animation-delay: -1s;
}

.trust-card--celeste {
  left: calc((100% - var(--trust-card-size)) * 0.64);
  right: auto;
  top: 34px;
  width: var(--trust-card-size);
  height: auto;
  aspect-ratio: 3 / 3.5;
  transform: none;
  animation-delay: -3s;
}

.trust-card--harry {
  left: calc((100% - var(--trust-card-size)) * 0.81);
  right: auto;
  top: 118px;
  width: var(--trust-card-size);
  height: auto;
  aspect-ratio: 3 / 3.5;
  transform: none;
  animation-delay: -5s;
}

.trust-card--extra {
  right: 0;
  top: 34px;
  width: var(--trust-card-size);
  height: auto;
  aspect-ratio: 3 / 3.5;
  transform: none;
  animation-delay: -6s;
}

.trust-section .trust-card.reveal,
.trust-section .trust-card.reveal.active {
  opacity: 1;
  transform: none;
  transition: none;
}

.trust-section .trust-card--maker.reveal,
.trust-section .trust-card--maker.reveal.active {
  transform: translateX(-50%);
}
}

@media (min-width: 640px) and (max-width: 1024px) {
  .trust-showcase {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto auto auto auto;
    gap: clamp(0.85rem, 1.9vw, 1.4rem);
    align-items: stretch;
    padding: clamp(0.85rem, 2vw, 1.4rem);
    min-height: auto;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background:
      radial-gradient(circle at 30% 15%, rgba(217, 119, 6, 0.16), transparent 22rem),
      radial-gradient(circle at 83% 34%, rgba(173, 55, 61, 0.12), transparent 20rem),
      rgba(255, 255, 255, 0.025);
  }

  .trust-showcase::before {
    display: none;
  }

  .trust-showcase::after {
    content: "";
    position: absolute;
    left: 38%;
    top: 28%;
    width: min(520px, 72vw);
    height: min(420px, 58vw);
    pointer-events: none;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(217, 119, 6, 0.16), transparent 68%);
    transform: translate(-50%, -50%);
    filter: blur(24px);
    z-index: 0;
  }

  .trust-card,
  .trust-card--featured,
  .trust-card--hero,
  .trust-card--tile,
  .trust-card--tile-top,
  .trust-card--tile-tall,
  .trust-card--tile-small,
  .trust-card--maker,
  .trust-card--extra {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    opacity: 1;
    z-index: auto;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 64px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.16);
    overflow: hidden;
    isolation: isolate;
    transform-origin: center;
    aspect-ratio: 3 / 3.5;
    min-height: clamp(150px, 22vw, 230px);
  }

  .trust-card::before {
    display: none;
  }

  .trust-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(10, 7, 6, 0.02) 36%, rgba(10, 7, 6, 0.64) 100%);
  }

  .trust-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.34s ease, filter 0.34s ease;
  }

  .trust-card--maker {
    grid-column: 1 / span 2;
    grid-row: 1;
    aspect-ratio: 3 / 3.8;
    z-index: 2;
    min-height: clamp(410px, 67vw, 680px);
    box-shadow:
      0 36px 94px rgba(0, 0, 0, 0.5),
      0 0 74px rgba(217, 119, 6, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }

  .trust-card--featured,
  .trust-card--hero {
    grid-column: 3;
    grid-row: 3;
    aspect-ratio: 3 / 2.95;
    min-height: clamp(150px, 22vw, 230px);
    align-self: auto;
    box-shadow: 0 28px 78px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }

  .trust-card--tile-top {
    grid-column: 1;
    grid-row: 2;
    aspect-ratio: 3 / 3.05;
  }

  .trust-card--tile-tall {
    grid-column: 2;
    grid-row: 2;
    aspect-ratio: 3 / 3.05;
  }

  .trust-card--celeste {
    grid-column: 3;
    grid-row: 2;
    aspect-ratio: 3 / 3.05;
  }

  .trust-card--harry {
    grid-column: 1;
    grid-row: 3;
    aspect-ratio: 3 / 2.95;
  }

  .trust-card--extra {
    grid-column: 3;
    grid-row: 1;
    aspect-ratio: auto;
    min-height: 100%;
    align-self: stretch;
  }

  .trust-card--tile-small.trust-card--extra {
    grid-column: 3;
    grid-row: 1;
    aspect-ratio: auto;
    min-height: 100%;
    align-self: stretch;
  }

  .trust-mosaic {
    display: contents;
  }

  .trust-center-copy {
    grid-column: 1 / -1;
    grid-row: 4;
    position: relative;
    text-align: center;
    padding: clamp(2.25rem, 4vw, 3rem) 1rem 0;
    pointer-events: auto;
    z-index: 2;
  }

  .trust-center-copy h2 {
    position: relative;
    display: block;
    text-align: center;
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-family: var(--font-heading);
    font-weight: 500;
    letter-spacing: 0.01em;
    color: var(--text);
    margin-bottom: 1.25rem;
  }

  .trust-center-copy h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 64px;
    height: 2px;
    background: var(--accent);
    transform: translateX(-50%);
  }

  .trust-center-copy p {
    position: relative;
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    color: #e7ddce;
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    line-height: 1.7;
  }

  .trust-center-copy .trust-cta {
    position: relative;
    margin-top: 1.75rem;
    display: inline-block;
  }
}

.trust-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  min-height: 100%;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.5rem;
  padding: 0.85rem;
}

.trust-card-content--maker {
  padding: 1rem;
}

.trust-card--maker .trust-handle {
  width: auto;
  max-width: 100%;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.trust-handle {
  order: 2;
  width: auto;
  max-width: 68%;
  padding: 0.38rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(10, 7, 6, 0.54);
  backdrop-filter: blur(10px);
  font-family: var(--font-body);
  font-size: 0.75rem;
  line-height: 1.1;
  color: #fffaf2;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trust-card--featured .trust-handle,
.trust-card--hero .trust-handle {
  font-size: 0.75rem;
}

.trust-more {
  order: 1;
  flex: 0 0 auto;
  padding: 0.46rem 0.72rem;
  border: 1px solid rgba(255, 207, 139, 0.32);
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(255, 245, 229, 0.16), rgba(217, 119, 6, 0.12)), rgba(8, 6, 4, 0.56);
  color: var(--accent-cream);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.trust-more:hover,
.trust-more:focus-visible {
  border-color: rgba(255, 207, 139, 0.62);
  background: linear-gradient(145deg, rgba(255, 245, 229, 0.22), rgba(217, 119, 6, 0.2)), rgba(8, 6, 4, 0.66);
  color: #fff8ee;
  transform: translateY(-1px);
}

.trust-more:active {
  transform: translateY(1px);
}

.trust-more:disabled {
 cursor: wait;
  opacity: 0.72;
}

.trust-testimonial {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 3;
  display: none;
  padding: 0.85rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(10, 7, 6, 0.68);
  color: #f4eadb;
  font-size: 0.8rem;
  line-height: 1.35;
  backdrop-filter: blur(12px);
}

.trust-card.is-expanded .trust-testimonial {
  display: block;
}

.trust-card.is-expanded .trust-handle {
  display: none;
}

.trust-card.is-expanded .trust-card-content {
  align-items: flex-start;
  justify-content: flex-end;
}

.trust-card.is-expanded .trust-more {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 4;
  order: initial;
}

.trust-center-copy {
  position: absolute;
  left: 50%;
  top: 72%;
  z-index: 4;
  width: min(620px, 92%);
  text-align: center;
  transform: translate(-50%, -50%);
}

.trust-center-copy h2 {
  margin: 0 auto 0.9rem;
  font-family: var(--font-heading);
  font-size: clamp(2.45rem, 4.4vw, 4.6rem);
  line-height: 0.98;
  color: #fffaf2;
}

.trust-center-copy p {
  max-width: 40rem;
  margin: 0 auto 1.55rem;
  color: #e7ddce;
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.65;
}

.trust-center-copy .trust-cta {
  width: auto;
  min-width: 210px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

@media (max-width: 639px) {
  .trust-section {
    overflow: hidden;
  }

  .trust-section .about-wrap {
    width: 100%;
    padding: 2.5rem 1rem;
    overflow: visible;
  }

  .trust-title {
    max-width: min(100%, 22rem);
    margin: 0 auto 1.5rem;
    text-align: center;
  }

  .section-title.trust-title h2 {
    max-width: 11ch;
    margin-inline: auto;
    font-size: clamp(2.35rem, 13vw, 3.25rem);
    line-height: 0.94;
    text-wrap: balance;
  }

  .section-title.trust-title h2::after {
    left: 50%;
    bottom: -0.6rem;
    transform: translateX(-50%);
  }

  .trust-subtitle {
    max-width: 27ch;
    margin: 1.35rem auto 0;
    font-size: 0.98rem;
    line-height: 1.55;
    text-wrap: pretty;
  }

  .trust-showcase {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: min(100%, 27rem);
    margin-inline: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .trust-card,
  .trust-card--featured,
  .trust-card--hero,
  .trust-card--tile,
  .trust-card--tile-top,
  .trust-card--tile-tall,
  .trust-card--tile-small,
  .trust-card--maker,
  .trust-card--extra {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-height: 0;
    transform: none;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(255, 250, 242, 0.045);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    isolation: isolate;
  }

  .trust-card--featured,
  .trust-card--hero {
    aspect-ratio: 3 / 3.45;
    min-height: 0;
  }

  .trust-mosaic {
    order: 2;
    display: flex;
    gap: 0.85rem;
    width: calc(100% + 2rem);
    margin-inline: -1rem;
    padding: 0.25rem 1rem 1.15rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .trust-mosaic::-webkit-scrollbar {
    display: none;
  }

  .trust-mosaic .trust-card {
    flex: 0 0 min(78vw, 20rem);
    aspect-ratio: 3 / 3.45;
    min-height: 0;
    scroll-snap-align: center;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  .trust-card--maker {
    order: 1;
    aspect-ratio: 3 / 3.85;
    min-height: 360px;
    margin-top: 0;
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.38), 0 0 46px rgba(217, 119, 6, 0.16);
  }

  .trust-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
  }

  .trust-card::before {
    display: none;
  }

  .trust-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(8, 6, 5, 0) 38%, rgba(10, 7, 5, 0.72) 100%);
  }

  .trust-card-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 100%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.55rem;
    padding: 0.9rem;
  }

  .trust-card-content--featured {
    padding: 1rem;
  }

  .trust-card-content--maker {
    justify-content: center;
  }

  .trust-handle,
  .trust-card--featured .trust-handle,
  .trust-card--hero .trust-handle {
    order: 2;
    max-width: 68%;
    padding: 0.42rem 0.62rem;
    border-radius: 999px;
    background: rgba(10, 7, 6, 0.6);
    color: #fffaf2;
    font-family: var(--font-body);
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    backdrop-filter: blur(12px);
  }

  .trust-card--maker .trust-handle {
    order: 1;
    max-width: 100%;
    color: #ffe0ad;
    text-align: center;
  }

  .trust-more {
    order: 1;
    min-height: 34px;
    padding: 0.42rem 0.7rem;
    border-color: rgba(255, 210, 144, 0.24);
    background: rgba(255, 250, 242, 0.13);
    color: #fff4df;
    font-size: 0.72rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(12px);
  }

  .trust-testimonial {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 0.85rem;
    font-size: 0.82rem;
  }

  .trust-center-copy,
  .trust-center-copy.reveal,
  .trust-center-copy.reveal.active {
    order: 3;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0.35rem 0 0;
    text-align: center;
    transform: none;
  }

  .trust-center-copy h2 {
    display: none;
  }

  .trust-center-copy p {
    max-width: 28ch;
    margin: 0 auto 1rem;
    color: #e7ddce;
    font-size: 0.96rem;
    line-height: 1.55;
    text-wrap: pretty;
  }

  .trust-center-copy .trust-cta {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    margin: 0;
    border-radius: 999px;
    border-color: rgba(255, 207, 139, 0.36);
    background: rgba(255, 250, 242, 0.075);
    color: #ffe0ad;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 16px 34px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  .trust-section .about-wrap {
    max-width: min(1120px, calc(100vw - clamp(1.5rem, 4vw, 3rem)));
    padding: clamp(1.2rem, 2.4vw, 1.75rem);
    overflow: hidden;
  }

  .trust-title {
    display: none;
  }

  .trust-section .trust-card,
  .trust-section .trust-card.reveal,
  .trust-section .trust-card.reveal.active,
  .trust-section .trust-card--maker,
  .trust-section .trust-card--maker.reveal,
  .trust-section .trust-card--maker.reveal.active,
  .trust-section .trust-card--hero,
  .trust-section .trust-card--hero.reveal,
  .trust-section .trust-card--hero.reveal.active,
  .trust-section .trust-card--tile-top,
  .trust-section .trust-card--tile-top.reveal,
  .trust-section .trust-card--tile-top.reveal.active,
  .trust-section .trust-card--tile-tall,
  .trust-section .trust-card--tile-tall.reveal,
  .trust-section .trust-card--tile-tall.reveal.active,
  .trust-section .trust-card--tile-small,
  .trust-section .trust-card--tile-small.reveal,
  .trust-section .trust-card--tile-small.reveal.active,
  .trust-section .trust-card--extra,
  .trust-section .trust-card--extra.reveal,
  .trust-section .trust-card--extra.reveal.active {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: none;
    opacity: 1;
    animation: none;
    transition: none;
  }

  .trust-section .trust-card:hover,
  .trust-section .trust-card--maker:hover,
  .trust-section .trust-card--hero:hover,
  .trust-section .trust-card--tile-top:hover,
  .trust-section .trust-card--tile-tall:hover,
  .trust-section .trust-card--tile-small:hover,
  .trust-section .trust-card--extra:hover {
    transform: none;
    filter: none;
  }

  .trust-center-copy,
  .trust-center-copy.reveal,
  .trust-center-copy.reveal.active {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    transform: none;
    opacity: 1;
    transition: none;
  }

  .trust-center-copy p,
  .trust-center-copy .trust-cta {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
}

@keyframes trustFloat {
  0%,
  100% {
    margin-top: 0;
  }

  50% {
    margin-top: -9px;
  }
}

/* En los medios */
.media-section {
  position: relative;
  min-height: clamp(1050px, 150vh, 1420px);
  padding: clamp(5rem, 8vw, 8.5rem) 0;
  overflow: visible;
  view-timeline-name: --media-sequence;
  view-timeline-axis: block;
}

.media-section::before,
.media-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.media-section::before {
  inset: 4% 0 auto;
  height: 46%;
  background: radial-gradient(ellipse at 68% 34%, rgba(217, 119, 6, 0.26), transparent 58%);
  filter: blur(44px);
  opacity: 0.82;
}

.media-section::after {
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(6, 4, 3, 0.42));
}

.media-section .media-wrap {
  position: sticky;
  top: clamp(5rem, 10vh, 7rem);
  width: min(100%, 1800px);
  max-width: none;
  padding: 0 clamp(1rem, 2.5vw, 2rem);
  border: 0;
  border-radius: 0;
  background: transparent;
}

.media-cinema {
  position: relative;
  width: 100%;
  min-height: clamp(500px, 56.25vw, 750px);
  max-height: 596px;
  align-items: end;
  isolation: isolate;
}

.media-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #050403;
  box-shadow: 0 46px 120px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(236, 202, 149, 0.08);
  opacity: 0;
  transform: scale(1.04);
  filter: blur(4px) brightness(0.78);
  transform-origin: center;
  will-change: opacity, transform, filter;
}

.media-visual::before,
.media-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.media-visual::before {
  background:
    linear-gradient(90deg, rgba(6, 4, 3, 0.64) 0%, rgba(8, 5, 3, 0.38) 34%, rgba(8, 5, 3, 0.08) 64%, rgba(0, 0, 0, 0.38) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 28%, transparent 66%, rgba(0, 0, 0, 0.52));
}

.media-visual::after {
  background:
    radial-gradient(ellipse at 74% 38%, rgba(217, 119, 6, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(121, 53, 10, 0.14), transparent 44%);
  mix-blend-mode: screen;
  opacity: 0.74;
}

.media-video {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: scale(var(--media-scale, 1.055)) translate3d(var(--media-x, 0px), var(--media-y, 0px), 0);
  opacity: var(--media-opacity, 0.94);
  filter: brightness(var(--media-brightness, 0.88)) contrast(1.06) saturate(0.96);
  animation: mediaBreath 12s ease-in-out infinite alternate;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s ease;
  will-change: transform, filter, opacity;
}

.media-film-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 241, 216, 0.035), transparent 30%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 4px);
  opacity: 0.32;
}

.media-visual .media-audio-toggle {
  position: absolute;
  right: clamp(1rem, 2vw, 1.6rem);
  bottom: clamp(1rem, 2vw, 1.6rem);
  z-index: 5;
  margin: 0;
  border-color: rgba(236, 202, 149, 0.24);
  background: rgba(8, 6, 4, 0.54);
  color: #f5d2a4;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.media-editorial {
  position: relative;
  z-index: 4;
  width: min(100%, 500px);
  padding: clamp(1.8rem, 4vw, 3.35rem);
}

.media-storyboard {
  display: grid;
  width: min(100%, 500px);
  min-height: clamp(230px, 30vw, 330px);
  align-items: end;
}

.media-headline,
.media-context {
  grid-area: 1 / 1;
  align-self: end;
}

.media-kicker {
  margin: 0;
  color: #f5d2a4;
  font-size: clamp(0.72rem, 0.8vw, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.media-line {
  display: block;
  width: min(112px, 32vw);
  height: 1px;
  margin: 0.9rem 0 1rem;
  background: linear-gradient(90deg, rgba(217, 119, 6, 0.95), rgba(246, 214, 168, 0.22), transparent);
}

.media-subtitle {
  max-width: 29rem;
  margin: 0;
  color: rgba(238, 216, 188, 0.8);
  font-size: clamp(0.88rem, 1vw, 1rem);
  line-height: 1.62;
}

.media-headline {
  max-width: 12ch;
  font-family: var(--font-heading);
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0.01em;
  color: #fff8ee;
  text-wrap: balance;
  text-shadow: 0 20px 54px rgba(0, 0, 0, 0.68);
  opacity: 1;
  transform: translateY(0);
  will-change: opacity, transform;
}

.media-description {
  max-width: 30rem;
  margin: 0.95rem 0 0;
  color: rgba(245, 229, 207, 0.82);
  font-size: clamp(0.92rem, 1.05vw, 1.04rem);
  line-height: 1.72;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.62);
}

.media-context {
  opacity: 1;
}

.media-context > * {
  opacity: 0;
  transform: translateY(18px);
  will-change: opacity, transform;
}

.media-cta {
  width: auto;
  min-width: 230px;
  margin-top: clamp(1rem, 1.7vw, 1.4rem);
  border-color: rgba(255, 218, 168, 0.44);
  background: var(--button-gradient);
  color: var(--accent-ink);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(10px);
}

@supports (animation-timeline: view()) {
  .media-headline {
    animation: mediaHeadlineScroll linear both;
    animation-timeline: --media-sequence;
    animation-range: cover 20% cover 40%;
  }

  .media-visual {
    animation: mediaVisualScroll linear both;
    animation-timeline: --media-sequence;
    animation-range: cover 25% cover 40%;
  }

  .media-kicker {
    animation: mediaContentScroll linear both;
    animation-timeline: --media-sequence;
    animation-range: cover 25% cover 40%;
  }

  .media-line {
    animation: mediaContentScroll linear both;
    animation-timeline: --media-sequence;
    animation-range: cover 25% cover 40%;
  }

  .media-subtitle {
    animation: mediaContentScroll linear both;
    animation-timeline: --media-sequence;
    animation-range: cover 25% cover 40%;
  }

  .media-description {
    animation: mediaContentScroll linear both;
    animation-timeline: --media-sequence;
    animation-range: cover 25% cover 40%;
  }

  .media-cta {
    animation: mediaContentScroll linear both;
    animation-timeline: --media-sequence;
    animation-range: cover 25% cover 40%;
  }
}

@supports not (animation-timeline: view()) {
  .media-wrap.active .media-headline {
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .media-wrap.active .media-visual {
    opacity: 1;
    transform: scale(1);
    filter: none;
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1), filter 1s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .media-wrap.active .media-context > *,
  .media-wrap.active .media-cta {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

@keyframes mediaHeadlineScroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  82% {
    opacity: 0.08;
    transform: translateY(-10px);
  }

  100% {
    opacity: 0;
    transform: translateY(-12px);
  }
}

@keyframes mediaVisualScroll {
  0% {
    opacity: 0;
    transform: scale(1.04);
    filter: blur(4px) brightness(0.78);
  }

  54% {
    opacity: 0.82;
    transform: scale(1.012);
    filter: blur(1px) brightness(0.94);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0) brightness(1);
  }
}

@keyframes mediaContentScroll {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mediaBreath {
  0% {
    transform: scale(calc(var(--media-scale, 1.055) + 0.004)) translate3d(calc(var(--media-x, 0px) - 4px), calc(var(--media-y, 0px) + 2px), 0);
    filter: brightness(calc(var(--media-brightness, 0.88) + 0.02)) contrast(1.06) saturate(0.96);
  }
  100% {
    transform: scale(calc(var(--media-scale, 1.055) + 0.018)) translate3d(calc(var(--media-x, 0px) + 5px), calc(var(--media-y, 0px) - 3px), 0);
    filter: brightness(calc(var(--media-brightness, 0.88) - 0.015)) contrast(1.08) saturate(0.98);
  }
}

.artisan-audio-toggle,
.media-audio-toggle {
  margin-top: 0.85rem;
  min-height: 40px;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 207, 139, 0.34);
  background: var(--button-glass);
  color: var(--accent-cream);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.artisan-audio-toggle:hover,
.artisan-audio-toggle:focus-visible,
.artisan-audio-toggle.is-active,
.media-audio-toggle:hover,
.media-audio-toggle:focus-visible,
.media-audio-toggle.is-active {
  border-color: rgba(255, 207, 139, 0.62);
  background: linear-gradient(145deg, rgba(255, 245, 229, 0.18), rgba(217, 119, 6, 0.2)), rgba(10, 7, 6, 0.66);
  color: #fff8ee;
  transform: translateY(-1px);
}

/* Experiencias */

.experience-coverflow {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}

.experience-stage {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.experience-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(360px, 72vw);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 1rem;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.45s ease, opacity 0.35s ease, filter 0.35s ease, border-color 0.35s ease;
}

.experience-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--text);
  padding: 1rem 1rem 0.85rem;
  text-align: center;
}

.experience-image {
  width: calc(100% - 2rem);
  margin: 0 1rem 1rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.experience-card.is-center {
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  border-color: rgba(217, 119, 6, 0.45);
  transition: transform 0.45s ease, opacity 0.35s ease, filter 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.experience-card.is-center:hover {
  transform: translate(-50%, -50%) scale(1.02);
  box-shadow: 0 20px 50px rgba(217, 119, 6, 0.15), 0 8px 24px rgba(0, 0, 0, 0.3);
}

.experience-card.is-left {
  opacity: 0.68;
  z-index: 2;
  transform: translate(-132%, -46%) scale(0.86) rotate(-9deg);
  filter: saturate(0.8);
}

.experience-card.is-right {
  opacity: 0.68;
  z-index: 2;
  transform: translate(32%, -46%) scale(0.86) rotate(9deg);
  filter: saturate(0.8);
}

.experience-card.is-hidden {
  opacity: 0;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0.72);
}

.experience-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255, 205, 132, 0.34);
  background: var(--button-glass);
  color: var(--accent-cream);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 1.35rem;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.experience-arrow:hover,
.experience-arrow:focus-visible {
  border-color: rgba(255, 207, 139, 0.66);
  background: linear-gradient(145deg, rgba(255, 245, 229, 0.17), rgba(217, 119, 6, 0.16)), rgba(10, 7, 6, 0.68);
  color: #fff8ee;
  transform: translateY(-1px);
}

.experience-arrow:active {
  transform: scale(0.96);
}

/* Destinos */
.destinations-cinema {
  position: relative;
  min-height: 660vh;
  min-height: 660svh;
  padding: 0;
  isolation: isolate;
  background: #060403;
}

.destinations-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  background: #050403;
}

.destinations-backdrop,
.destination-scene,
.destination-scene img,
.destinations-film-grain,
.destinations-vignette {
  position: absolute;
  inset: 0;
}

.destination-scene {
  opacity: 0;
  filter: saturate(0.92) contrast(1.02) brightness(0.86);
  transform: scale(1.12) translate3d(0, 0, 0);
  transition: opacity 900ms ease, filter 900ms ease;
  will-change: opacity, transform, filter;
}

.destination-scene.is-active {
  opacity: 1;
  filter: saturate(1.04) contrast(1.08) brightness(0.96);
}

.destination-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.destinations-film-grain {
  z-index: 2;
  opacity: 0.16;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(255, 250, 242, 0.15) 0 1px, transparent 1px),
    radial-gradient(circle at 78% 38%, rgba(255, 250, 242, 0.11) 0 1px, transparent 1px);
  background-size: 42px 42px, 58px 58px;
  mix-blend-mode: soft-light;
}

.destinations-vignette {
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 46%, rgba(8, 5, 3, 0.06) 0%, rgba(8, 5, 3, 0.22) 48%, rgba(6, 4, 3, 0.78) 100%),
    linear-gradient(90deg, rgba(5, 4, 3, 0.78) 0%, rgba(5, 4, 3, 0.22) 35%, rgba(5, 4, 3, 0.22) 65%, rgba(5, 4, 3, 0.76) 100%),
    linear-gradient(180deg, rgba(4, 3, 2, 0.44) 0%, rgba(4, 3, 2, 0.08) 42%, rgba(4, 3, 2, 0.76) 100%);
}

.destinations-story {
  position: relative;
  z-index: 5;
  width: min(100%, 1180px);
  margin: -100vh auto 0;
  margin: -100svh auto 0;
  padding: 0 1.25rem;
}

.destination-chapter {
  min-height: 80vh;
  min-height: 80svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0.18;
  transform: translateY(42px);
  transition: opacity 700ms ease, transform 700ms ease, filter 700ms ease;
  filter: blur(2px);
}

.destination-chapter.is-active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.destination-chapter--intro {
  min-height: 94vh;
  min-height: 94svh;
}

.destination-kicker {
  display: inline-flex;
  margin-bottom: 1rem;
  color: #e7c89b;
  font-size: clamp(0.78rem, 1.25vw, 0.98rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 12px 36px rgba(0, 0, 0, 0.62);
}

.destination-chapter h2,
.destination-chapter h3 {
  max-width: 9ch;
  font-family: var(--font-heading);
  font-size: clamp(4.6rem, 13vw, 13.5rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: 0;
  color: #fffaf2;
  text-shadow: 0 22px 70px rgba(0, 0, 0, 0.72);
}

.destination-chapter h2 {
  max-width: 11ch;
}

.destination-chapter p {
  width: min(100%, 660px);
  margin-top: 1.35rem;
  color: #f3e4cf;
  font-size: clamp(1.08rem, 2vw, 1.6rem);
  line-height: 1.65;
  text-shadow: 0 12px 36px rgba(0, 0, 0, 0.72);
}

.destination-reserve {
  width: auto;
  margin-top: 1.7rem;
  min-width: 220px;
  border-color: rgba(255, 218, 168, 0.44);
  background: var(--button-gradient);
  color: var(--accent-ink);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Proceso */
.process-section .section-title {
  margin-bottom: 1.2rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.process-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1rem;
  min-height: 190px;
  text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.process-item:hover {
  transform: translateY(-3px);
  border-color: rgba(217, 119, 6, 0.35);
  box-shadow: 0 12px 32px rgba(217, 119, 6, 0.1), 0 4px 12px rgba(0, 0, 0, 0.2);
}

.process-number {
  display: block;
  font-size: 2.6rem;
  line-height: 1;
  color: var(--accent);
  margin-bottom: 0.35rem;
  font-weight: 700;
}

.process-item h4 {
  margin-bottom: 0.45rem;
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--text);
}

.process-item p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text-soft);
}

/* El Artesano */
.artisan-section {
  position: relative;
  isolation: isolate;
  padding: clamp(5.5rem, 9vw, 9rem) 1.2rem;
  overflow: hidden;
}

.artisan-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 28% 46%, rgba(217, 119, 6, 0.18), transparent 32%),
    linear-gradient(105deg, rgba(4, 3, 3, 0.9), rgba(18, 12, 8, 0.76) 46%, rgba(5, 4, 3, 0.92)),
    url("../assets/Fondos/BG35.avif");
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, cover;
  background-position: center 44%;
}

.artisan-section::after {
  content: "";
  position: absolute;
  inset: 8% 6%;
  z-index: -1;
  border: 1px solid rgba(236, 202, 149, 0.08);
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.38);
  pointer-events: none;
}

.artisan-experience {
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  padding: clamp(1rem, 2vw, 1.5rem);
}

.artisan-experience::before {
  content: "";
  position: absolute;
  inset: 9% 0 8% 18%;
  z-index: -1;
  border-top: 1px solid rgba(217, 119, 6, 0.12);
  border-bottom: 1px solid rgba(255, 244, 224, 0.05);
  background: linear-gradient(90deg, transparent, rgba(217, 119, 6, 0.055), transparent);
}

.artisan-media {
  position: relative;
  width: min(100%, 430px);
  justify-self: end;
}

.artisan-media::before,
.artisan-media::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.artisan-media::before {
  inset: -8% -9% 10% 12%;
  border: 1px solid rgba(217, 119, 6, 0.10);
  background: rgba(217, 119, 6, 0.025);
}

.artisan-media::after {
  inset: auto -16% 8% 26%;
  height: 34%;
  background: radial-gradient(ellipse at center, rgba(217, 119, 6, 0.22), transparent 68%);
  filter: blur(28px);
  opacity: 0.62;
  z-index: -1;
}

.artisan-video-shell {
  position: relative;
  aspect-ratio: 9 / 14;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(255, 238, 207, 0.09);
  background: #050403;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.54), 0 0 0 1px rgba(217, 119, 6, 0.05);
}

.artisan-video-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.26), transparent 24%, transparent 68%, rgba(0, 0, 0, 0.44)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 34%, rgba(217, 119, 6, 0.08));
  pointer-events: none;
}

.artisan-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(var(--artisan-scale, 1.05));
  opacity: var(--artisan-opacity, 0.76);
  filter: blur(var(--artisan-blur, 2px)) brightness(var(--artisan-brightness, 0.72));
  transition: transform 0.5s ease-out, opacity 0.5s ease-out, filter 0.5s ease-out;
  will-change: transform, opacity, filter;
}

.artisan-video-shell .artisan-audio-toggle {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
  margin: 0;
  min-height: 38px;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border-color: rgba(255, 207, 139, 0.34);
  background: var(--button-glass);
  color: var(--accent-cream);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

.artisan-video-shell .artisan-audio-toggle:hover,
.artisan-video-shell .artisan-audio-toggle:focus-visible,
.artisan-video-shell .artisan-audio-toggle.is-active {
  border-color: rgba(255, 207, 139, 0.62);
  background: linear-gradient(145deg, rgba(255, 245, 229, 0.18), rgba(217, 119, 6, 0.2)), rgba(10, 7, 6, 0.66);
  color: #fff8ee;
  transform: translateY(-1px);
}

.artisan-copy {
  align-items: flex-start;
  justify-content: center;
  max-width: 62ch;
  gap: 1rem;
  text-align: left;
}

.artisan-title {
  position: relative;
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 5vw, 5rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0.01em;
  color: #fff8ee;
}

.artisan-line {
  display: block;
  width: min(116px, 32vw);
  height: 1px;
  margin: 0.75rem 0 0.45rem;
  background: linear-gradient(90deg, rgba(217, 119, 6, 0.9), rgba(236, 202, 149, 0.18), transparent);
}

.artisan-subtitle {
  width: min(100%, 34rem);
  margin: 0 0 0.85rem;
  color: #d9bea0;
  font-family: var(--font-heading);
  font-size: clamp(1.28rem, 2.2vw, 1.95rem);
  line-height: 1.42;
  letter-spacing: 0.01em;
}

.artisan-copy p:not(.artisan-subtitle) {
  color: rgba(239, 226, 210, 0.78);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.85;
}

.artisan-extra-copy {
  display: contents;
}

.artisan-copy-toggle {
  display: none;
}

.artisan-narrative {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.05s cubic-bezier(0.16, 1, 0.3, 1), transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}

.artisan-experience.active .artisan-narrative {
  opacity: 1;
  transform: translateY(0);
}

.artisan-experience.active .artisan-narrative:nth-child(1) { transition-delay: 0.08s; }

.artisan-experience.active .artisan-narrative:nth-child(2) { transition-delay: 0.22s; }

.artisan-experience.active .artisan-narrative:nth-child(3) { transition-delay: 0.36s; }

.artisan-experience.active .artisan-narrative:nth-child(4) { transition-delay: 0.52s; }

.artisan-experience.active .artisan-narrative:nth-child(5) { transition-delay: 0.68s; }

.artisan-experience.active .artisan-narrative:nth-child(6) { transition-delay: 0.84s; }

.artisan-experience.active .artisan-narrative:nth-child(7) { transition-delay: 1s; }

.artisan-experience.active .artisan-narrative:nth-child(8) { transition-delay: 1.16s; }

/* Reservar */
.contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  background: rgba(217, 119, 6, 0.12);
  padding: 1.4rem 1.5rem;
  min-height: 140px;
}

.contact-copy p {
  font-size: 1.10rem;
  line-height: 1.65;
  color: #f0e5d5;
  width: 100%;
  max-width: 100%;
}

body.modal-open {
  overflow: hidden;
}

.reservation-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.reservation-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.reservation-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(28, 22, 18, 0.98) 0%, rgba(15, 12, 10, 1) 100%);
  padding: 1.5rem;
  transform: scale(0.96) translateY(8px);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
}

.reservation-modal.is-open .reservation-modal__dialog {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.reservation-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.reservation-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 7, 6, 0.74);
}

.reservation-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(28, 22, 18, 0.98) 0%, rgba(15, 12, 10, 1) 100%);
  padding: 1.5rem;
}

.reservation-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.reservation-modal__header h3 {
  font-size: 1.55rem;
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 0.35rem;
}

.reservation-modal__header p {
  color: var(--text-soft);
}

.reservation-modal__close {
  border: 1px solid rgba(255, 207, 139, 0.3);
  background: var(--button-glass);
  color: var(--accent-cream);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 1.1rem;
  font-weight: 300;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.reservation-modal__close:hover,
.reservation-modal__close:focus-visible {
  background: linear-gradient(145deg, rgba(255, 245, 229, 0.18), rgba(217, 119, 6, 0.18)), rgba(10, 7, 6, 0.64);
  border-color: rgba(255, 207, 139, 0.58);
  color: #fff8ee;
  transform: translateY(-1px);
}

.reservation-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.reservation-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.reservation-form__field--full {
  grid-column: 1 / -1;
}

.reservation-form__field label {
  font-size: 1.10rem;
  font-weight: 600;
  color: var(--text);
}

.reservation-form__field input,
.reservation-form__field select,
.reservation-form__field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 0.8rem 0.9rem;
  font: inherit;
}

.reservation-form__field input:focus,
.reservation-form__field select:focus,
.reservation-form__field textarea:focus {
  outline: none;
  border-color: rgba(217, 119, 6, 0.75);
}

.reservation-form__field textarea {
  resize: vertical;
  min-height: 120px;
}

.reservation-form__field--hidden {
  display: none;
}

.reservation-form__field--visible {
  display: flex;
}

.reservation-form__submit {
  grid-column: 1 / -1;
}

.reservation-turnstile {
  grid-column: 1 / -1;
}

.reservation-form__field select {
  color-scheme: dark;
}

.reservation-form__field option {
  background: #171311;
  color: #fffaf2;
}

.reservation-native-control {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.reservation-select,
.reservation-date {
  position: relative;
  width: 100%;
}

.reservation-select__button,
.reservation-date__trigger {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  border: 1px solid rgba(255, 218, 168, 0.2);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 245, 229, 0.09), rgba(217, 119, 6, 0.08)),
    rgba(255, 255, 255, 0.035);
  color: var(--text);
  padding: 0.82rem 0.9rem;
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 12px 26px rgba(0, 0, 0, 0.12);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.reservation-select__button:hover,
.reservation-date__trigger:hover,
.reservation-select__button:focus-visible,
.reservation-date__trigger:focus-visible {
  outline: none;
  border-color: rgba(246, 192, 113, 0.72);
  background:
    linear-gradient(145deg, rgba(255, 245, 229, 0.13), rgba(217, 119, 6, 0.12)),
    rgba(255, 255, 255, 0.05);
  box-shadow:
    0 0 0 3px rgba(217, 119, 6, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 14px 30px rgba(0, 0, 0, 0.18);
}

.reservation-select.is-invalid .reservation-select__button {
  border-color: rgba(255, 118, 94, 0.86);
  box-shadow:
    0 0 0 3px rgba(255, 118, 94, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.reservation-select__value,
.reservation-date__value {
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 250, 242, 0.62);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reservation-select.has-value .reservation-select__value,
.reservation-date.has-value .reservation-date__value {
  color: var(--text);
}

.reservation-select__icon,
.reservation-date__icon {
  flex: 0 0 auto;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 218, 168, 0.22);
  border-radius: 999px;
  background: rgba(10, 7, 6, 0.38);
  color: var(--accent-cream);
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.reservation-select.is-open .reservation-select__icon {
  transform: rotate(180deg);
}

.reservation-date.is-open .reservation-date__icon {
  background: rgba(217, 119, 6, 0.22);
  border-color: rgba(255, 218, 168, 0.5);
}

.reservation-date__icon::before {
  content: "";
  width: 0.72rem;
  height: 0.72rem;
  border: 1px solid currentColor;
  border-top-width: 3px;
  border-radius: 3px;
}

.reservation-select__menu,
.reservation-date__panel {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  right: 0;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px) scale(0.98);
  transform-origin: top center;
  border: 1px solid rgba(255, 218, 168, 0.22);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(35, 27, 22, 0.98), rgba(16, 12, 10, 0.98)),
    rgba(18, 14, 12, 0.98);
  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.reservation-select.is-open .reservation-select__menu,
.reservation-date.is-open .reservation-date__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.reservation-select__menu {
  display: grid;
  padding: 0.35rem;
}

.reservation-select__option {
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: rgba(255, 250, 242, 0.84);
  padding: 0.78rem 0.82rem;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.reservation-select__option:hover,
.reservation-select__option:focus-visible,
.reservation-select__option[aria-selected="true"] {
  outline: none;
  background: rgba(217, 119, 6, 0.18);
  color: #fff8ee;
}

.reservation-select__option:focus-visible {
  box-shadow: inset 0 0 0 1px rgba(255, 218, 168, 0.36);
}

.reservation-select__option--placeholder {
  color: rgba(255, 250, 242, 0.5);
}

.reservation-date__panel {
  top: auto;
  bottom: calc(100% + 0.45rem);
  width: min(100%, 360px);
  padding: 0.85rem;
  transform: translateY(6px) scale(0.98);
  transform-origin: bottom center;
}

.reservation-date__header,
.reservation-date__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

.reservation-date__header {
  margin-bottom: 0.75rem;
}

.reservation-date__month {
  flex: 1;
  color: var(--accent-cream);
  font-weight: 700;
  text-align: center;
}

.reservation-date__nav,
.reservation-date__action {
  border: 1px solid rgba(255, 218, 168, 0.2);
  background: rgba(255, 255, 255, 0.045);
  color: var(--text);
  cursor: pointer;
  font: inherit;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.reservation-date__nav {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  font-size: 1.25rem;
  line-height: 1;
}

.reservation-date__nav:hover,
.reservation-date__nav:focus-visible,
.reservation-date__action:hover,
.reservation-date__action:focus-visible {
  outline: none;
  border-color: rgba(246, 192, 113, 0.62);
  background: rgba(217, 119, 6, 0.18);
  color: #fff8ee;
}

.reservation-date__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.reservation-date__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.28rem;
}

.reservation-date__weekday,
.reservation-date__empty,
.reservation-date__day {
  min-width: 0;
  min-height: 2.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.reservation-date__weekday {
  color: rgba(255, 224, 173, 0.62);
  font-size: 0.74rem;
  font-weight: 800;
}

.reservation-date__day {
  border: 1px solid transparent;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 250, 242, 0.9);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.reservation-date__day:hover,
.reservation-date__day:focus-visible {
  outline: none;
  border-color: rgba(246, 192, 113, 0.58);
  background: rgba(217, 119, 6, 0.22);
  color: #fff8ee;
  transform: translateY(-1px);
}

.reservation-date__day:disabled {
  border-color: rgba(255, 255, 255, 0.045);
  background: rgba(255, 255, 255, 0.025);
  color: rgba(255, 250, 242, 0.24);
  cursor: not-allowed;
  text-decoration: line-through;
  transform: none;
}

.reservation-date__day.is-today {
  border-color: rgba(255, 218, 168, 0.32);
}

.reservation-date__day.is-selected {
  border-color: rgba(255, 218, 168, 0.72);
  background: var(--button-gradient);
  color: var(--accent-ink);
  font-weight: 800;
}

.reservation-date__actions {
  margin-top: 0.85rem;
}

.reservation-date__action {
  flex: 1;
  border-radius: 999px;
  padding: 0.5rem 0.7rem;
  font-size: 0.86rem;
}

/* Footer */
footer {
  background: black;
  color: var(--text);
  padding: 4rem 1.5rem;
  text-align: center;
  margin-top: 1rem;
}

.footer-content {
  width: min(100%, 1080px);
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: start;
  text-align: left;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.footer-brand img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-brand-name {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--text);
}

.footer-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 0.45rem;
}

.footer-content p,
.footer-content a {
  font-size: 0.97rem;
}

.footer-bottom {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.92rem;
  opacity: 0.72;
}

.social-links {
  display: flex;
  gap: 0.7rem;
  margin-top: 0.8rem;
}

.social-link {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 207, 139, 0.28);
  background: rgba(255, 250, 242, 0.055);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-cream);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.social-link:hover,
.social-link:focus-visible {
  border-color: rgba(255, 207, 139, 0.58);
  background: rgba(217, 119, 6, 0.16);
  color: #fff8ee;
  transform: translateY(-1px);
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.wa-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.wa-link img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  opacity: 1;
  padding: 0.3rem;
  border-radius: 999px;
}

/* Floating WhatsApp */
.floating-whatsapp {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 2.9rem;
  height: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 218, 168, 0.26);
  background:
    linear-gradient(145deg, rgba(255, 245, 229, 0.12), rgba(217, 119, 6, 0.08)),
    rgba(10, 7, 6, 0.62);
  color: var(--text);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(255, 207, 139, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  z-index: 1100;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  animation: none;
}

@keyframes whatsappGlow {
  from {
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28), 0 0 0 rgba(217, 119, 6, 0), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }
  to {
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28), 0 0 24px rgba(217, 119, 6, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 207, 139, 0.58);
  background:
    linear-gradient(145deg, rgba(255, 245, 229, 0.18), rgba(217, 119, 6, 0.14)),
    rgba(10, 7, 6, 0.78);
  color: #ffffff;
}

.floating-whatsapp img {
  width: 2.35rem;
  height: 2.35rem;
  object-fit: contain;
  opacity: 0.82;
  filter: saturate(0.82) brightness(0.95);
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.floating-whatsapp:hover img,
.floating-whatsapp:focus-visible img {
  opacity: 1;
  filter: saturate(0.95) brightness(1);
}

/* Footer alignment */

.footer-content > :first-child {
  justify-self: start;
  text-align: left;
}

.footer-content > :nth-child(2) {
  justify-self: center;
  text-align: left;
}

.footer-content > :last-child {
  justify-self: end;
  text-align: right;
}

.footer-content > :last-child .social-links {
  justify-content: flex-end;
}

/* Responsive */

@media (prefers-reduced-motion: reduce) {
  .hero-bg-video,
  .hero::before,
  .hero::after {
    transition: none;
  }

  .hero-scroll-scene {
    min-height: auto;
    overflow: visible;
  }

  .hero-scroll-scene .hero {
    position: relative;
    top: auto;
  }

  .hero-scroll-scene .hero-content,
  .hero-scroll-scene .story-intro-section,
  .hero-scroll-scene .story-intro-wrap.reveal,
  .hero-scroll-scene .story-intro-wrap.reveal.active {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-scroll-scene .story-intro-section {
    position: relative;
    min-height: auto;
  }

  .story-intro-section::after {
    animation: none;
  }

  .story-intro-kicker,
  .story-intro-wrap h2,
  .story-intro-number {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

@media (max-width: 639px) {
  .hero-scroll-scene {
    min-height: 140svh;
    margin-top: 0;
    --intro-y: 7svh;
  }

  .hero-scroll-scene .hero {
    top: 0;
    min-height: 100svh;
    padding: 2rem 1rem;
  }

  .hero-scroll-scene .story-intro-section {
    min-height: 54svh;
    padding: 4.75rem 1rem 4rem;
  }

  .hero-scroll-scene .story-intro-wrap h2 {
    font-size: clamp(2.1rem, 9.5vw, 3rem);
  }

  .story-intro-counter {
    display: block;
  }

  .story-intro-kicker,
  .story-intro-label {
    letter-spacing: 0.26em;
  }

  .mini-steps {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .mini-step {
    min-height: auto;
    padding: 1.15rem 1.25rem;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .process-item {
    min-height: auto;
    padding: 1.15rem 1.25rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  .process-number {
    font-size: 2rem;
    margin-bottom: 0.15rem;
  }

  .carousel-slide {
    flex: 0 0 100%;
    padding: 0;
  }

  .carousel-slide img {
    aspect-ratio: 3 / 4.35;
    border-radius: 18px;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.38);
  }

  .carousel-arrow {
    width: 34px;
    height: 42px;
    font-size: 0.95rem;
    border-color: rgba(255, 205, 132, 0.36);
    background:
      linear-gradient(145deg, rgba(255, 245, 229, 0.13), rgba(217, 119, 6, 0.1)),
      rgba(9, 7, 6, 0.48);
    color: #ffd89a;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  }

  .carousel-arrow:active {
    transform: scale(0.94);
  }

  .story-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    margin-top: 0.35rem;
  }

  .story-actions .btn {
    width: 100%;
    min-height: 52px;
    justify-content: center;
    text-align: center;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(180, 83, 9, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }

  .story-actions .btn:first-child {
    background: linear-gradient(135deg, #f2b15e 0%, #d97706 52%, #9a450b 100%);
    color: #180d05;
    border-color: rgba(255, 218, 168, 0.52);
  }

  .story-actions .btn:nth-child(2) {
    background: rgba(255, 250, 242, 0.07);
    color: #ffe0ad;
    border-color: rgba(255, 207, 139, 0.34);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(14px);
  }

  .story-actions .btn:active {
    transform: translateY(1px);
  }

  .reservation-form {
    grid-template-columns: 1fr;
  }

  .reservation-modal__dialog {
    padding: 1.25rem;
    border-radius: 16px;
    max-height: 90svh;
    overflow-y: auto;
  }

  .reservation-modal__header h3 {
    font-size: 1.35rem;
  }

  .reservation-modal__header p {
    font-size: 0.92rem;
  }

  .reservation-form__field label {
    font-size: 1rem;
  }

  .reservation-form__field input,
  .reservation-form__field select,
  .reservation-form__field textarea {
    padding: 0.75rem 0.85rem;
    font-size: 1rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
    justify-items: center;
  }

  .footer-content > :first-child,
  .footer-content > :nth-child(2),
  .footer-content > :last-child {
    justify-self: center;
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .social-links {
    justify-content: center;
  }

  .footer-content h4 {
    margin-bottom: 0.6rem;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .hero-scroll-scene {
    min-height: 144svh;
    margin-top: 0;
    --intro-y: 8svh;
  }

  .hero-scroll-scene .hero {
    top: 0;
    min-height: 100svh;
  }

  .hero-scroll-scene .story-intro-section {
    min-height: 56svh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .media-video,
  .media-visual,
  .media-headline,
  .media-context > *,
  .media-cta {
    animation: none;
    transition: none;
  }

  .media-visual {
    opacity: 1;
    transform: scale(1);
    filter: none;
  }

  .media-video {
    transform: scale(1.02);
    opacity: 1;
    filter: brightness(0.78) contrast(1.06) saturate(0.9);
  }

  .media-headline {
    display: none;
  }

  .media-context > *,
  .media-cta {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .destination-scene,
  .destination-chapter {
    transition: opacity 180ms ease;
    transform: none !important;
    filter: none;
  }
}

@media (min-width: 1025px) {
  .destination-scene {
    transform: translate3d(0, 0, 0);
  }

  .destinations-vignette {
    background:
      radial-gradient(circle at 50% 46%, rgba(8, 5, 3, 0.03) 0%, rgba(8, 5, 3, 0.1) 54%, rgba(6, 4, 3, 0.28) 100%),
      linear-gradient(90deg, rgba(5, 4, 3, 0.08) 0%, rgba(5, 4, 3, 0.04) 26%, rgba(5, 4, 3, 0.04) 74%, rgba(5, 4, 3, 0.08) 100%),
      linear-gradient(180deg, rgba(4, 3, 2, 0.36) 0%, rgba(4, 3, 2, 0.05) 42%, rgba(4, 3, 2, 0.58) 100%);
  }
}

@media (max-width: 639px) {
  section {
    padding: 4rem 1rem;
  }

  .destinations-cinema {
    min-height: 650vh;
    min-height: 650svh;
    padding: 0;
  }

  .destinations-sticky {
    min-height: 100vh;
    min-height: 100svh;
  }

  .destinations-story {
    padding: 0 1rem;
  }

  .destination-chapter {
    min-height: 78vh;
    min-height: 78svh;
    justify-content: center;
  }

  .destination-chapter--intro {
    min-height: 92vh;
    min-height: 92svh;
  }

  .destination-kicker {
    max-width: 28ch;
    justify-content: center;
    font-size: 0.72rem;
    line-height: 1.7;
  }

  .destination-chapter h2,
  .destination-chapter h3 {
    max-width: 10ch;
    font-size: clamp(3.35rem, 18vw, 5.9rem);
  }

  .destination-chapter p {
    max-width: 30rem;
    margin-top: 1rem;
    font-size: 1rem;
  }

  .destination-reserve {
    width: 100%;
    min-width: 0;
  }

  .btn {
    min-height: 46px;
    width: 100%;
    padding: 0.75rem 1.15rem;
    font-size: 0.95rem;
  }

  .section-title h2,
  .about-single h2,
  .contact-copy h2 {
    font-size: clamp(1.9rem, 8vw, 2.4rem);
  }

  .contact-cta-section {
    padding: 3.75rem 1rem 4.5rem;
  }

  .process-section::before {
    background-image:
      linear-gradient(180deg, rgba(7, 5, 4, 0.34), rgba(10, 7, 6, 0.62)),
      url("../assets/Fondos/BG34.avif"),
      url("../assets/Fondos/BG34.avif");
    background-position:
      center,
      50% 0,
      46% 100%;
    background-size:
      100% 100%,
      155% auto,
      170% auto;
    opacity: 0.82;
  }

  body .artisan-section::before {
    background-image:
      radial-gradient(circle at 28% 46%, rgba(217, 119, 6, 0.14), transparent 34%),
      linear-gradient(105deg, rgba(4, 3, 3, 0.72), rgba(18, 12, 8, 0.58) 46%, rgba(5, 4, 3, 0.78)),
      url("../assets/Fondos/BG35.avif"),
      url("../assets/Fondos/BG34.avif");
    background-position:
      center,
      center,
      58% 0,
      42% 100%;
    background-size:
      100% 100%,
      100% 100%,
      165% auto,
      175% auto;
  }

  .contact-cta-section::before {
    background-image:
      linear-gradient(180deg, rgba(8, 6, 5, 0.28), rgba(7, 5, 4, 0.68)),
      url("../assets/Fondos/BG35.avif"),
      url("../assets/Fondos/BG35.avif");
    background-position:
      center,
      52% 0,
      44% 100%;
    background-size:
      100% 100%,
      145% auto,
      160% auto;
    opacity: 0.86;
  }

  .contact-cta {
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.15rem;
    min-height: 0;
    padding: 1.65rem 1.15rem 1.2rem;
    overflow: hidden;
    text-align: center;
    border-color: rgba(255, 207, 139, 0.18);
    border-radius: 20px;
    background:
      radial-gradient(circle at 50% -10%, rgba(217, 119, 6, 0.24), transparent 58%),
      linear-gradient(180deg, rgba(255, 250, 242, 0.075), rgba(255, 250, 242, 0.025)),
      rgba(11, 8, 6, 0.72);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.11);
  }

  .contact-cta::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 68px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 207, 139, 0.9), transparent);
    transform: translateX(-50%);
  }

  .contact-copy {
    align-items: center;
    gap: 0.8rem;
    width: 100%;
  }

  .contact-copy h2 {
    max-width: 10ch;
    margin-inline: auto;
    padding-bottom: 0.85rem;
    line-height: 0.96;
    text-wrap: balance;
  }

  .contact-copy h2::after {
    left: 50%;
    width: 54px;
    transform: translateX(-50%);
  }

  .contact-copy p {
    max-width: 29ch;
    margin-inline: auto;
    color: #e9dccb;
    font-size: 0.98rem;
    line-height: 1.55;
    text-wrap: pretty;
  }

  .contact-cta .btn {
    min-height: 52px;
    margin-top: 0.1rem;
    border-radius: 999px;
    border-color: rgba(255, 218, 168, 0.52);
    background: linear-gradient(135deg, #f2b15e 0%, #d97706 52%, #9a450b 100%);
    color: #180d05;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(180, 83, 9, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }

  .menu-shell {
    position: relative;
    gap: 0.75rem;
    padding: 0.7rem 1rem;
  }

  .brand {
    min-width: 0;
    gap: 0.55rem;
  }

  .brand img {
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
  }

  .logo {
    min-width: 0;
    gap: 0.2rem;
  }

  .logo-main {
    font-size: 1.65rem;
  }

  .logo-sub {
    font-size: 0.82rem;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 1rem;
    right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    padding: 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(12, 10, 8, 0.98);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity 0.28s ease, transform 0.28s ease;
  }

  .nav-links a {
    display: block;
    width: 100%;
    font-size: 0.98rem;
    padding: 0.8rem 0.9rem;
    border-radius: 10px;
    border-bottom: none;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible,
  .nav-links a:active {
    background: rgba(217, 119, 6, 0.12);
    color: var(--accent);
  }

  .nav-group {
    width: 100%;
  }

  .nav-group-toggle {
    width: 100%;
    height: 3rem;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.8rem 0.9rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nav-submenu {
    position: static;
    min-width: 0;
    margin-top: 0.35rem;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 1;
    transform: none;
  }

  .nav-group.is-open .nav-submenu {
    max-height: 14rem;
    padding: 0.45rem;
  }

  .nav-submenu a {
    font-size: 0.95rem;
    padding: 0.7rem 0.85rem;
  }

  .hero {
    margin-top: 78px;
    min-height: calc(100svh - 78px);
    padding: 2rem 1rem;
  }

  .hero-bg-video {
    transform: scale(1.18);
  }

  .hero-content {
    width: min(100%, 42rem);
    padding: 0 0.5rem;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 8vw, 3.2rem);
    line-height: 1.06;
    margin-bottom: 0.85rem;
  }

  .hero p {
    font-size: 0.98rem;
    line-height: 1.65;
    max-width: 34ch;
    margin: 0 auto 1.3rem;
  }

}

@media (min-width: 640px) and (max-width: 1024px) {
  section {
    padding: 4.75rem 1.35rem;
  }

  .process-section::before {
    background-image:
      linear-gradient(180deg, rgba(7, 5, 4, 0.36), rgba(10, 7, 6, 0.66)),
      url("../assets/Fondos/BG34.avif"),
      url("../assets/Fondos/BG34.avif");
    background-position:
      center,
      50% 0,
      50% 100%;
    background-size:
      100% 100%,
      118% auto,
      128% auto;
    opacity: 0.78;
  }

  body .artisan-section::before {
    background-image:
      radial-gradient(circle at 28% 46%, rgba(217, 119, 6, 0.16), transparent 32%),
      linear-gradient(105deg, rgba(4, 3, 3, 0.76), rgba(18, 12, 8, 0.62) 46%, rgba(5, 4, 3, 0.82)),
      url("../assets/Fondos/BG35.avif"),
      url("../assets/Fondos/BG34.avif");
    background-position:
      center,
      center,
      56% 0,
      44% 100%;
    background-size:
      100% 100%,
      100% 100%,
      126% auto,
      136% auto;
  }

  .contact-cta-section::before {
    background-image:
      linear-gradient(180deg, rgba(8, 6, 5, 0.28), rgba(7, 5, 4, 0.72)),
      url("../assets/Fondos/BG35.avif"),
      url("../assets/Fondos/BG35.avif");
    background-position:
      center,
      52% 0,
      46% 100%;
    background-size:
      100% 100%,
      118% auto,
      128% auto;
    opacity: 0.82;
  }

  .destinations-cinema {
    padding: 0;
  }

  .destinations-story {
    padding: 0 1.35rem;
  }

  .destination-chapter h2,
  .destination-chapter h3 {
    font-size: clamp(5.4rem, 15vw, 9rem);
  }

  .destination-chapter p {
    max-width: 34rem;
    font-size: 1.16rem;
  }

  .btn {
    min-height: 46px;
    padding: 0.8rem 1.35rem;
  }

  .section-title h2,
  .about-single h2,
  .contact-copy h2 {
    font-size: clamp(2.2rem, 4.2vw, 3rem);
  }

  .menu-shell {
    position: relative;
    gap: 0.9rem;
    padding: 0.78rem 1.1rem;
  }

  .brand img {
    width: 62px;
    height: 62px;
  }

  .logo-main {
    font-size: 2rem;
  }

  .logo-sub {
    font-size: 0.98rem;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 0.85rem);
    left: 1.1rem;
    right: 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.3rem;
    padding: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(12, 10, 8, 0.98);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity 0.28s ease, transform 0.28s ease;
  }

  .nav-links a {
    width: 100%;
    font-size: 1.02rem;
    padding: 0.9rem 1rem;
    border-radius: 10px;
    border-bottom: none;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible,
  .nav-links a:active {
    background: rgba(217, 119, 6, 0.12);
    color: var(--accent);
  }

  .nav-group {
    width: 100%;
  }

  .nav-group-toggle {
    width: 100%;
    height: 3rem;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.8rem 0.9rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nav-submenu {
    position: static;
    min-width: 0;
    margin-top: 0.35rem;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 1;
    transform: none;
  }

  .nav-group.is-open .nav-submenu {
    max-height: 14rem;
    padding: 0.45rem;
  }

  .nav-submenu a {
    font-size: 0.95rem;
    padding: 0.7rem 0.85rem;
  }

  .hero {
    margin-top: 72px;
    min-height: calc(100svh - 72px);
    padding: 2.75rem 1.35rem;
  }

  .hero-bg-video {
    transform: scale(1.24);
  }

  .hero-content {
    max-width: 720px;
    padding: 0 1rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 6vw, 4rem);
    margin-bottom: 1rem;
  }

  .hero p {
    font-size: 1.06rem;
    max-width: 50ch;
    margin-bottom: 1.5rem;
  }

  .media-section .about-wrap {
    padding: 1.4rem 1rem;
  }

  .media-subtitle {
    font-size: 1rem;
    margin-top: 0.85rem;
  }

  .media-video {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .experiences-wrap {
    padding: clamp(1.6rem, 3vw, 2.25rem) clamp(1rem, 2.6vw, 1.75rem);
    overflow: hidden;
  }

  .mini-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .mini-step {
    min-height: 170px;
  }

  .mini-steps .mini-step:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 100%;
  }

  .carousel-slide {
    flex: 0 0 50%;
    padding: 0 0.35rem;
  }

  .carousel-slide img {
    aspect-ratio: 3 / 3.6;
  }

  .story-actions {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .story-actions .btn {
    width: auto;
    min-width: 250px;
  }

  .experience-coverflow {
    position: relative;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: clamp(0.65rem, 1.8vw, 1rem);
  }

  .experience-stage {
    position: static;
    display: flex;
    gap: clamp(0.9rem, 2vw, 1.25rem);
    min-height: 0;
    overflow-x: auto;
    padding: 0.35rem max(0.5rem, calc((100% - min(72vw, 520px)) / 2)) 1rem;
    scroll-padding-inline: max(0.5rem, calc((100% - min(72vw, 520px)) / 2));
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(217, 119, 6, 0.55) rgba(255, 255, 255, 0.08);
    -webkit-overflow-scrolling: touch;
  }

  .experience-stage::-webkit-scrollbar {
    height: 8px;
  }

  .experience-stage::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
  }

  .experience-stage::-webkit-scrollbar-thumb {
    background: rgba(217, 119, 6, 0.55);
    border-radius: 999px;
  }

  .experience-card,
  .experience-card.is-center,
  .experience-card.is-left,
  .experience-card.is-right,
  .experience-card.is-hidden {
    position: relative;
    top: auto;
    left: auto;
    width: min(72vw, 520px);
    min-width: min(72vw, 520px);
    display: grid;
    grid-template-rows: auto 1fr;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    filter: none;
    z-index: auto;
    flex: 0 0 auto;
    padding-bottom: 0;
    border-radius: 14px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
      rgba(14, 10, 8, 0.72);
    scroll-snap-align: center;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  }

  .experience-card h3 {
    min-height: 4.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.15rem 0.85rem;
    font-size: clamp(1.08rem, 2.1vw, 1.28rem);
    line-height: 1.2;
    text-wrap: balance;
  }

  .experience-image {
    width: calc(100% - 1.4rem);
    height: 100%;
    min-height: 300px;
    margin: 0 0.7rem 0.7rem;
    aspect-ratio: 16 / 10;
    border-radius: 10px;
  }

  .experience-card.is-center {
    border-color: rgba(217, 119, 6, 0.58);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(217, 119, 6, 0.08);
  }

  .experience-card.is-center:hover,
  .experience-card:focus-within {
    transform: translateY(-3px);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.34), 0 10px 30px rgba(217, 119, 6, 0.12);
  }

  .experience-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    align-self: center;
    background: rgba(14, 10, 8, 0.78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  }

  .experience-arrow:hover,
  .experience-arrow:focus-visible {
    border-color: rgba(217, 119, 6, 0.76);
    background: rgba(217, 119, 6, 0.16);
    color: #f6d19c;
  }

  .experience-arrow:active {
    transform: scale(0.96);
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .process-item {
    min-height: 200px;
  }

  .process-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: min(420px, 100%);
    margin: 0 auto;
  }

  .artisan-media {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .artisan-video {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 3 / 3.6;
    object-fit: cover;
  }

  .artisan-subtitle {
    font-size: 1.08rem;
    margin-bottom: 1.3rem;
  }

  .contact-cta {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 1.5rem 1.35rem;
  }

  .contact-copy {
    align-items: center;
  }

  .contact-copy p {
    max-width: 42rem;
  }

  .contact-cta .btn {
    width: auto;
    min-width: 260px;
  }

  .reservation-modal {
    padding: 1.35rem;
  }

  .reservation-modal__dialog {
    padding: 1.35rem;
  }

  .reservation-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .reservation-form__field--full,
  .reservation-form__submit {
    grid-column: 1 / -1;
  }

  .footer-content {
    width: min(100%, 920px);
    max-width: 920px;
    margin: 0 auto;
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
    align-items: start;
    column-gap: 2rem;
  }

  .floating-whatsapp {
    right: 1rem;
    bottom: 1rem;
  }
}

@media (min-width: 1024px) and (max-width: 1070px) {
  .menu-shell {
    position: relative;
    gap: 0.9rem;
    padding: 0.78rem 1.1rem;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 0.85rem);
    left: 1.1rem;
    right: 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.3rem;
    padding: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(12, 10, 8, 0.98);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity 0.28s ease, transform 0.28s ease;
  }

  .nav-links a {
    width: 100%;
    font-size: 1.02rem;
    padding: 0.9rem 1rem;
    border-radius: 10px;
    border-bottom: none;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible,
  .nav-links a:active {
    background: rgba(217, 119, 6, 0.12);
    color: var(--accent);
  }

  .nav-group {
    width: 100%;
  }

  .nav-group-toggle {
    width: 100%;
    height: 3rem;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.8rem 0.9rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nav-submenu {
    position: static;
    min-width: 0;
    margin-top: 0.35rem;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 1;
    transform: none;
  }

  .nav-group.is-open .nav-submenu {
    max-height: 14rem;
    padding: 0.45rem;
  }

  .nav-submenu a {
    font-size: 0.95rem;
    padding: 0.7rem 0.85rem;
  }

  .footer-content {
    width: min(100%, 940px);
    max-width: 940px;
    margin: 0 auto;
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
    align-items: start;
    column-gap: 2rem;
  }
}

@media (max-width: 639px) {
  .experiences-hub {
    padding-inline: 0;
  }

  .experiences-wrap {
    padding: 1.6rem 0 1.8rem;
    overflow: hidden;
    border-radius: 0;
    border-inline: 0;
    background: rgba(255, 255, 255, 0.025);
  }

  .experiences-wrap .section-title {
    padding-inline: 1rem;
  }

  .experience-coverflow {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 0.35rem;
    margin-top: 1rem;
    padding-inline: 0.45rem;
  }

  .experience-stage {
    position: static;
    display: flex;
    gap: 0.85rem;
    min-height: 0;
    overflow-x: auto;
    padding: 0.25rem 0 1rem;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .experience-stage::-webkit-scrollbar {
    display: none;
  }

  .experience-card,
  .experience-card.is-center,
  .experience-card.is-left,
  .experience-card.is-right,
  .experience-card.is-hidden {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 18px;
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(12, 8, 6, 0.72);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    transform: none;
    opacity: 1;
    filter: none;
    pointer-events: auto;
    z-index: auto;
    scroll-snap-align: center;
  }

  .experience-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 48%, rgba(8, 5, 3, 0.78) 100%);
  }

  .experience-card h3 {
    position: absolute;
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    z-index: 2;
    min-height: 0;
    margin: 0;
    padding: 0.65rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    background: rgba(10, 7, 6, 0.62);
    color: #fffaf2;
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    text-wrap: balance;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .experience-image {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 0;
  }

  .experience-card:nth-child(1) .experience-image {
    object-position: 50% 50%;
  }

  .experience-card:nth-child(2) .experience-image {
    object-position: 50% 50%;
  }

  .experience-card:nth-child(3) .experience-image {
    object-position: 50% 50%;
  }

  .experience-card:nth-child(4) .experience-image {
    object-position: 50% 50%;
  }

  .experience-card.is-center {
    border-color: rgba(217, 119, 6, 0.5);
  }

  .experience-card.is-center:hover,
  .experience-card:focus-within {
    transform: none;
  }

  .experience-arrow {
    width: 38px;
    height: 38px;
    border-color: rgba(255, 205, 132, 0.32);
    background: rgba(10, 7, 6, 0.56);
    color: #ffd89a;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 639px) {
  .media-section {
    min-height: auto;
    padding: 4.5rem 0 4rem;
    overflow: hidden;
  }

  .media-section .media-wrap {
    position: relative;
    top: auto;
    padding: 0 1rem;
  }

  .media-cinema {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    max-height: none;
    align-items: stretch;
  }

  .media-visual {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 18px;
    opacity: 1;
    transform: none;
    filter: none;
    box-shadow: 0 22px 62px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(236, 202, 149, 0.1);
  }

  .media-visual::before {
    background:
      linear-gradient(180deg, rgba(6, 4, 3, 0.08) 0%, transparent 48%, rgba(6, 4, 3, 0.34) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.22), transparent 48%, rgba(0, 0, 0, 0.18));
  }

  .media-visual::after {
    opacity: 0.34;
  }

  .media-video {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-position: 56% center;
    transform: scale(1.02);
    opacity: 1;
    filter: brightness(0.9) contrast(1.04) saturate(0.95);
  }

  .media-editorial {
    position: relative;
    width: 100%;
    padding: 1.25rem 1.05rem 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(255, 250, 242, 0.07), rgba(255, 250, 242, 0.025)),
      rgba(8, 6, 4, 0.58);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .media-storyboard {
    display: block;
    width: 100%;
    min-height: 0;
  }

  .media-headline {
    display: none;
  }

  .media-context,
  .media-context > *,
  .media-cta {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
    will-change: auto;
  }

  .media-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.24em;
  }

  .media-line {
    width: 84px;
    margin: 0.8rem 0 0.9rem;
  }

  .media-subtitle {
    margin: 0;
    color: #f1dfc6;
    font-size: 0.98rem;
    line-height: 1.52;
  }

  .media-description {
    max-width: 100%;
    margin-top: 0.8rem;
    color: rgba(245, 229, 207, 0.78);
    font-size: 0.9rem;
    line-height: 1.62;
    text-shadow: none;
  }

  .media-cta {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    margin-top: 1.1rem;
    border-radius: 999px;
    border-color: rgba(255, 207, 139, 0.36);
    background: linear-gradient(135deg, rgba(242, 177, 94, 0.95), rgba(217, 119, 6, 0.88));
    color: #180d05;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(180, 83, 9, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }

  .media-visual .media-audio-toggle {
    left: auto;
    right: 0.8rem;
    bottom: 0.8rem;
    min-height: 36px;
    padding: 0.45rem 0.72rem;
    font-size: 0.74rem;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .media-section .media-wrap {
    padding: 0 clamp(1.25rem, 3vw, 2rem);
  }

  .media-cinema {
    min-height: 560px;
  }

  .media-editorial {
    padding: clamp(2rem, 5vw, 3rem);
  }

  .media-storyboard {
    min-height: 290px;
  }

  .media-headline {
    max-width: 11ch;
    font-size: clamp(2.8rem, 7vw, 4.2rem);
  }

  .media-subtitle {
    margin: 0;
  }

  .media-video {
    height: 100%;
    aspect-ratio: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1070px) {
  .media-section .media-wrap {
    padding: 0 2rem;
  }

  .media-cinema {
    min-height: 560px;
  }

  .media-headline {
    font-size: clamp(3.35rem, 5.5vw, 4.35rem);
  }

  .media-video {
    height: 100%;
    aspect-ratio: auto;
  }
}



@media (prefers-reduced-motion: reduce) {
  .trust-card,
  .trust-card--featured,
  .trust-card--hero,
  .trust-card--tile,
  .trust-card--tile-top,
  .trust-card--tile-tall,
  .trust-card--tile-small,
  .trust-card--maker,
  .trust-card--extra {
    animation: none;
  }
}

/* Orbita continua controlada por JS para evitar rebotes en los bordes */
@media (min-width: 1025px) {
  .trust-card--featured,
  .trust-card--hero,
  .trust-card--tile-top,
  .trust-card--tile-tall,
  .trust-card--celeste,
  .trust-card--harry,
  .trust-card--extra,
  .trust-section .trust-card.trust-card--featured.reveal,
  .trust-section .trust-card.trust-card--featured.reveal.active,
  .trust-section .trust-card.trust-card--hero.reveal,
  .trust-section .trust-card.trust-card--hero.reveal.active,
  .trust-section .trust-card.trust-card--tile-top.reveal,
  .trust-section .trust-card.trust-card--tile-top.reveal.active,
  .trust-section .trust-card.trust-card--tile-tall.reveal,
  .trust-section .trust-card.trust-card--tile-tall.reveal.active,
  .trust-section .trust-card.trust-card--celeste.reveal,
  .trust-section .trust-card.trust-card--celeste.reveal.active,
  .trust-section .trust-card.trust-card--harry.reveal,
  .trust-section .trust-card.trust-card--harry.reveal.active,
  .trust-section .trust-card.trust-card--extra.reveal,
  .trust-section .trust-card.trust-card--extra.reveal.active {
    animation: none;
  }

  body .trust-section .trust-card.trust-card--hero,
  body .trust-section .trust-card.trust-card--hero.reveal,
  body .trust-section .trust-card.trust-card--hero.reveal.active {
    left: 50%;
    top: var(--orbit-center-y);
    transform: translate(calc(-50% - var(--orbit-x-radius)), -50%) scale(0.86);
    opacity: 0.78;
    z-index: 3;
  }

  body .trust-section .trust-card.trust-card--tile-top,
  body .trust-section .trust-card.trust-card--tile-top.reveal,
  body .trust-section .trust-card.trust-card--tile-top.reveal.active {
    left: 50%;
    top: var(--orbit-center-y);
    transform: translate(calc(-50% - (var(--orbit-x-radius) * 0.5)), calc(-50% - (var(--orbit-y-radius) * 0.866))) scale(0.874);
    opacity: 0.803;
    z-index: 4;
  }

  body .trust-section .trust-card.trust-card--tile-tall,
  body .trust-section .trust-card.trust-card--tile-tall.reveal,
  body .trust-section .trust-card.trust-card--tile-tall.reveal.active {
    left: 50%;
    top: var(--orbit-center-y);
    transform: translate(calc(-50% + (var(--orbit-x-radius) * 0.5)), calc(-50% - (var(--orbit-y-radius) * 0.866))) scale(0.911);
    opacity: 0.803;
    z-index: 4;
  }

  body .trust-section .trust-card.trust-card--celeste.reveal,
  body .trust-section .trust-card.trust-card--celeste.reveal.active {
    left: 50%;
    top: var(--orbit-center-y);
    transform: translate(calc(-50% + var(--orbit-x-radius)), -50%) scale(0.843);
    opacity: 0.78;
    z-index: 3;
  }

  body .trust-section .trust-card.trust-card--harry.reveal,
  body .trust-section .trust-card.trust-card--harry.reveal.active {
    left: 50%;
    top: var(--orbit-center-y);
    transform: translate(calc(-50% + (var(--orbit-x-radius) * 0.5)), calc(-50% + (var(--orbit-y-radius) * 0.866))) scale(1.009);
    opacity: 0.997;
    z-index: 11;
  }

  body .trust-section .trust-card.trust-card--extra,
  body .trust-section .trust-card.trust-card--extra.reveal,
  body .trust-section .trust-card.trust-card--extra.reveal.active {
    left: 50%;
    top: var(--orbit-center-y);
    transform: translate(calc(-50% - (var(--orbit-x-radius) * 0.5)), calc(-50% + (var(--orbit-y-radius) * 0.866))) scale(1.03);
    opacity: 0.997;
    z-index: 11;
  }
}

/* Ellos confian: titulo arriba y texto debajo de la orbita */

@media (min-width: 1025px) {
  .trust-showcase {
    min-height: 980px;
    --orbit-center-y: 370px;
  }

  .trust-card--maker,
  .trust-section .trust-card--maker.reveal,
  .trust-section .trust-card--maker.reveal.active,
  .trust-card--maker:hover {
    top: 145px;
  }

  .trust-center-copy {
    position: absolute;
    inset: 0;
    z-index: 12;
    width: 100%;
    text-align: left;
    transform: none;
    pointer-events: none;
  }

  .trust-center-copy h2 {
    position: absolute;
    top: 0;
    left: clamp(0rem, 2vw, 2rem);
    display: inline-block;
    margin: 0;
    padding-bottom: 0.45rem;
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: var(--text);
  }

  .trust-center-copy h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    height: 2px;
    background: var(--accent);
  }

  .trust-center-copy p {
    position: absolute;
    left: 50%;
    top: 760px;
    width: min(680px, 92%);
    margin: 0;
    color: #e7ddce;
    font-size: clamp(1rem, 1.25vw, 1.14rem);
    line-height: 1.65;
    text-align: center;
    transform: translateX(-50%);
  }

  .trust-center-copy .trust-cta {
    position: absolute;
    left: 50%;
    top: 850px;
    width: auto;
    min-width: 210px;
    transform: translateX(-50%);
    pointer-events: auto;
  }
}

@media (min-width: 1025px) and (max-width: 1320px) {
  .trust-showcase {
    min-height: 930px;
    --orbit-center-y: 350px;
  }

  .trust-card--maker,
  .trust-section .trust-card--maker.reveal,
  .trust-section .trust-card--maker.reveal.active,
  .trust-card--maker:hover {
    top: 130px;
  }

  .trust-center-copy p {
    top: 720px;
  }

  .trust-center-copy .trust-cta {
    top: 810px;
  }
}

@media (min-width: 1025px) and (max-width: 1070px) {
  .trust-showcase {
    min-height: 820px;
    --orbit-x-radius: min(28vw, 400px);
    --orbit-y-radius: min(12vw, 135px);
    --orbit-center-y: 330px;
    --trust-card-size: clamp(200px, 12vw, 240px);
  }

  .trust-card--featured,
  .trust-card--hero,
  .trust-card--tile-top,
  .trust-card--tile-tall,
  .trust-card--tile-small,
  .trust-card--extra {
    aspect-ratio: 3 / 3.9;
    min-height: 0;
  }

  .trust-card--maker,
  .trust-section .trust-card--maker.reveal,
  .trust-section .trust-card--maker.reveal.active,
  .trust-card--maker:hover {
    top: 95px;
  }

  .trust-center-copy p {
    top: 660px;
  }

  .trust-center-copy .trust-cta {
    top: 740px;
  }
}

/* El Artesano: experiencia cinematografica */
@media (max-width: 1023px) {
  body .artisan-section {
    padding: clamp(4.5rem, 12vw, 6.5rem) 1rem;
  }

  body .artisan-section::after {
    inset: 5% 1rem;
  }

  body .artisan-experience,
  body .artisan-experience.reveal,
  body .artisan-experience.reveal.active {
    grid-template-columns: 1fr;
    gap: clamp(2.5rem, 8vw, 4rem);
    padding: 0;
  }

  body .artisan-experience::before {
    inset: 18% 0 9%;
  }

  body .artisan-media {
    width: min(100%, 420px);
    margin: 0 auto;
    justify-self: center;
    display: block;
  }

  body .artisan-video {
    width: 100%;
    max-width: none;
    height: 100%;
    aspect-ratio: auto;
  }

  body .artisan-copy {
    width: min(100%, 620px);
    max-width: 620px;
    margin: 0 auto;
    gap: 0.92rem;
  }

  body .artisan-copy > p:nth-of-type(n + 2) {
    display: block;
  }

  body .artisan-subtitle {
    margin: 0 0 0.75rem;
  }
}

@media (max-width: 639px) {
  body .artisan-section {
    padding-inline: 1rem;
  }

  body .artisan-video-shell {
    aspect-ratio: 9 / 13.2;
  }

  body .artisan-title {
    font-size: clamp(2.35rem, 15vw, 3.5rem);
  }

  body .artisan-copy p:not(.artisan-subtitle) {
    font-size: 0.99rem;
    line-height: 1.78;
  }

  body .artisan-extra-copy {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.55s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
  }

  body .artisan-copy.is-expanded .artisan-extra-copy {
    max-height: 32rem;
    opacity: 1;
  }

  body .artisan-copy.is-expanded .artisan-extra-copy .artisan-narrative {
    opacity: 1;
    transform: translateY(0);
  }

  body .artisan-copy-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 44px;
    margin-top: 0.15rem;
    padding: 0.62rem 1rem;
    border: 1px solid rgba(255, 207, 139, 0.36);
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.075);
    color: #ffe0ad;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 14px 30px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  }

  body .artisan-copy-toggle:focus-visible,
  body .artisan-copy-toggle:hover {
    border-color: rgba(255, 207, 139, 0.58);
    background: rgba(217, 119, 6, 0.16);
  }

  body .artisan-copy-toggle:active {
    transform: translateY(1px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .artisan-narrative,
  .artisan-experience.active .artisan-narrative {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .artisan-video {
    transform: scale(1);
    opacity: 1;
    filter: brightness(0.96);
    transition: none;
  }
}

@media (max-width: 1199px) {
  .menu-shell {
    position: relative;
    gap: clamp(1.25rem, 4vw, 3rem);
  }

  .nav-links {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    gap: 0.65rem;
  }

  .nav-primary-links {
    display: none;
  }

  .nav-group {
    width: auto;
  }

  .nav-group-toggle {
    width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 999px;
  }

  .nav-submenu {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 0;
    width: min(82vw, 22rem);
    min-width: 0;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.22rem;
    margin-top: 0;
    padding: 0.7rem;
    border-radius: 18px;
    background: rgba(12, 10, 8, 0.98);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
    max-height: none;
    overflow: visible;
    opacity: 0;
    transform: translate(12px, -8px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .nav-group.is-open .nav-submenu {
    max-height: none;
    padding: 0.7rem;
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: auto;
  }

  .nav-submenu a {
    width: 100%;
    justify-content: flex-start;
    font-size: 0.98rem;
    padding: 0.78rem 0.9rem;
    border-radius: 10px;
  }

  .nav-menu-mobile,
  .nav-menu-medium {
    display: inline-flex;
  }
}

@media (min-width: 1071px) and (max-width: 1199px) {
  .nav-primary-links {
    display: flex;
    gap: clamp(0.65rem, 1.2vw, 1rem);
  }

  .nav-wide-only {
    display: none !important;
  }

  .nav-menu-medium {
    display: inline-flex;
  }

  .nav-menu-laptop {
    display: inline-flex;
  }

  .nav-menu-mobile:not(.nav-menu-laptop) {
    display: none !important;
  }

  .nav-menu-reserve {
    display: none;
  }

  .nav-links a {
    font-size: 1.02rem;
  }

  .nav-submenu {
    position: absolute;
    top: calc(100% + 0.85rem);
    right: 0;
    width: min(82vw, 22rem);
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.22rem;
    padding: 0.7rem;
    border-radius: 18px;
    background: rgba(12, 10, 8, 0.98);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
    max-height: none;
    overflow: visible;
    opacity: 0;
    transform: translate(12px, -8px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .nav-group.is-open .nav-submenu {
    max-height: none;
    padding: 0.7rem;
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: auto;
  }

  .nav-submenu a {
    width: 100%;
    justify-content: flex-start;
    font-size: 0.98rem;
    padding: 0.78rem 0.9rem;
    border-radius: 10px;
  }
}

@media (min-width: 640px) and (max-width: 699px) {
  .menu-shell {
    position: relative;
    gap: clamp(1.6rem, 5vw, 3rem);
    padding: 0.7rem 1rem;
  }

  .brand {
    margin-left: 0;
    max-width: calc(100% - 64px);
    min-width: 0;
  }

  .brand img {
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
  }

  .logo-main {
    font-size: 1.8rem;
  }

  .logo-sub {
    font-size: 0.88rem;
  }

  .nav-links {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    gap: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    width: auto;
    gap: 0.5rem;
  }

  .nav-reserve {
    min-height: 42px;
    padding-inline: 0.86rem;
    font-size: 0.7rem;
  }

  .nav-group {
    width: auto;
    position: relative;
  }

  .nav-group-toggle {
    width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 999px;
  }

  .nav-submenu {
    position: absolute;
    top: calc(100% + 0.65rem);
    right: 0;
    width: min(84vw, 20rem);
    min-width: 0;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.22rem;
    margin-top: 0;
    padding: 0.7rem;
    border-radius: 18px;
    background: rgba(12, 10, 8, 0.98);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
    max-height: none;
    overflow: visible;
    opacity: 0;
    transform: translate(8px, -6px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .nav-group.is-open .nav-submenu {
    max-height: none;
    padding: 0.7rem;
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: auto;
  }

  .nav-submenu a {
    width: 100%;
    justify-content: flex-start;
    font-size: 0.98rem;
    padding: 0.78rem 0.9rem;
    border-radius: 10px;
    border-bottom: none;
  }

  .nav-submenu a:hover,
  .nav-submenu a:focus-visible,
  .nav-submenu a:active {
    background: rgba(217, 119, 6, 0.12);
    color: var(--accent);
  }

  .hero {
    margin-top: 72px;
    min-height: calc(100svh - 72px);
    padding: 2.25rem 1rem;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 7vw, 3.2rem);
  }

  .hero p {
    font-size: 1rem;
    max-width: 38ch;
  }
}

@media (max-width: 639px) {
  .menu-shell {
    gap: 0.65rem;
  }

  .brand {
    max-width: calc(100% - 138px);
    margin-left: 0;
  }

  .brand img {
    width: 56px;
    height: 56px;
  }

  .logo-main {
    font-size: clamp(1.55rem, 7vw, 1.9rem);
  }

  .logo-sub {
    font-size: 0.78rem;
  }

  .nav-links {
    gap: 0.45rem;
  }

  .nav-reserve {
    min-height: 40px;
    padding-inline: 0.75rem;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
  }

  .nav-group-toggle {
    width: 42px;
    height: 42px;
  }

  .nav-submenu {
    width: min(88vw, 20rem);
  }

  .nav-menu-reserve {
    display: inline-flex;
    width: 100%;
    min-height: 46px;
    margin-top: 0.35rem;
    background: var(--button-gradient);
    color: var(--accent-ink);
    border-color: rgba(255, 218, 168, 0.52);
  }
}

@media (min-width: 1200px) {
  .nav-primary-links {
    display: flex;
  }

  .nav-wide-only {
    display: inline-flex !important;
  }

  .nav-menu-mobile,
  .nav-menu-laptop,
  .nav-menu-medium,
  .nav-menu-reserve {
    display: none !important;
  }

  .nav-submenu {
    position: absolute;
    top: calc(100% + 0.85rem);
    right: 0;
    width: min(82vw, 18rem);
    min-width: 0;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.22rem;
    padding: 0.7rem;
    border-radius: 18px;
    opacity: 0;
    transform: translate(12px, -8px);
  }

  .nav-group.is-open .nav-submenu {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: auto;
  }

  .nav-submenu a {
    width: 100%;
    justify-content: flex-start;
    padding: 0.78rem 0.9rem;
    border-radius: 10px;
  }
}
