:root {
  --ink: #10131a;
  --muted: #666b76;
  --paper: #ffffff;
  --cream: #f6f1ea;
  --ember: #f4564f;
  --coral: #ee4e45;
  --oxblood: #8e1624;
  --night: #06152a;
  --line: rgba(16, 19, 26, 0.12);
  --header-height: 112px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: var(--header-height);
  gap: 28px;
  padding: 18px clamp(22px, 5vw, 68px) 20px;
  color: #fff;
  background: transparent;
  backdrop-filter: none;
  transition: background 240ms ease, color 240ms ease, box-shadow 240ms ease;
}

.site-header.is-scrolled {
  color: #fff;
  background: rgba(255, 87, 75, 0.96);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  padding-top: 0;
}

.brand-logo {
  display: block;
  width: clamp(146px, 14vw, 220px);
  height: auto;
  max-height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.28));
}

.header-right {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.header-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 26px;
  font-size: clamp(0.86rem, 1vw, 0.98rem);
  font-weight: 600;
  letter-spacing: -0.015em;
}

.header-contact a,
.site-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.menu-icon {
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-contact a:hover {
  color: #ffd9d4;
}

.site-header.is-scrolled .header-contact a:hover {
  color: #ffd9d4;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.6vw, 38px);
  font-size: clamp(0.88rem, 1vw, 1rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.site-nav a {
  position: relative;
  padding: 10px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.nav-cta {
  font-weight: 900;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(360px, 40%) minmax(0, 60%);
  color: #fff;
  background: #06152a;
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset: -18% -10% auto auto;
  width: min(58vw, 820px);
  height: min(58vw, 760px);
  background: rgba(255, 201, 180, 0.14);
  border-radius: 48% 52% 45% 55%;
  content: "";
  transform: rotate(-11deg);
  display: none;
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: auto -8% -20% auto;
  width: min(62vw, 900px);
  height: min(46vw, 620px);
  background: rgba(112, 12, 26, 0.16);
  border-radius: 52% 48% 56% 44%;
  content: "";
  transform: rotate(8deg);
  display: none;
}

.grain {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 40%;
  opacity: 0.34;
  pointer-events: none;
  background-image:
    repeating-radial-gradient(circle at 24% 32%, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(102deg, rgba(55, 0, 10, 0.08) 0 1px, transparent 1px 9px);
  mix-blend-mode: multiply;
}

.hero-content {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: calc(var(--header-height) + clamp(50px, 5vw, 86px)) clamp(42px, 5.7vw, 110px) clamp(58px, 7vw, 104px);
  background:
    radial-gradient(ellipse at 22% 9%, rgba(255, 218, 198, 0.34), transparent 35%),
    radial-gradient(ellipse at 86% 70%, rgba(112, 11, 26, 0.2), transparent 42%),
    linear-gradient(145deg, #ff6259 0%, var(--coral) 44%, #dc3838 100%);
}

.hero-panel-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-content::before {
  position: absolute;
  inset: -7% -34% auto auto;
  width: 118%;
  height: 42%;
  background: rgba(255, 220, 202, 0.11);
  border-radius: 0 0 52% 48%;
  content: "";
  transform: rotate(-8deg);
}

.hero-content::after {
  position: absolute;
  inset: auto -22% 7% -10%;
  height: 28%;
  background: rgba(124, 14, 28, 0.11);
  border-radius: 50%;
  content: "";
  transform: rotate(-4deg);
}

.hero h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 520px;
  font-family: "Sora", "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(2.15rem, 2.48vw, 3rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  font-weight: 800;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 540px;
  margin-top: clamp(20px, 2.4vw, 30px);
  font-size: clamp(0.96rem, 1.02vw, 1.16rem);
  line-height: 1.38;
  font-weight: 500;
  letter-spacing: -0.018em;
}

.hero-copy p {
  margin: 0;
}

.hero-copy p + p {
  margin-top: 14px;
}

.studio-button {
  position: relative;
  z-index: 2;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 432px);
  min-height: 74px;
  margin-top: clamp(30px, 4vw, 42px);
  padding: 0 34px;
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-family: inherit;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.studio-button:hover {
  color: var(--coral);
  background: #fff;
  transform: translateY(-2px);
}

.hero-visual {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #06152a;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(6, 21, 42, 0.18), transparent 18%),
    linear-gradient(180deg, rgba(6, 21, 42, 0.1), transparent 34%, rgba(6, 21, 42, 0.18));
  content: "";
  pointer-events: none;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 420ms ease;
}

.hero-video.is-active {
  opacity: 1;
}

.about-section {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: clamp(96px, 10vw, 150px) clamp(24px, 5.7vw, 110px);
  color: #fff;
  background: #080605;
}

.about-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.38) 43%, rgba(0, 0, 0, 0.18)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.68));
  content: "";
}

.about-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.02);
  animation: aboutImageFade 14s infinite;
}

.about-image-one {
  background-image: url("media/studio-barcelona-01.webp");
}

.about-image-two {
  background-image: url("media/studio-barcelona-02.webp");
  animation-delay: 7s;
}

.about-content {
  width: min(100%, 760px);
}

.about-kicker {
  margin: 0 0 22px;
  color: var(--ember);
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.about-content h2 {
  margin: 0;
  max-width: 760px;
  font-family: "Sora", "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(2.4rem, 5vw, 6.1rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.about-copy {
  max-width: 610px;
  margin-top: clamp(28px, 4vw, 46px);
  font-size: clamp(1.08rem, 1.45vw, 1.5rem);
  line-height: 1.42;
  font-weight: 500;
  letter-spacing: -0.018em;
}

.about-copy p {
  margin: 0;
}

.about-copy p:first-child {
  font-weight: 700;
}

.about-copy p + p {
  margin-top: 16px;
}

@keyframes aboutImageFade {
  0%,
  46% {
    opacity: 1;
  }

  50%,
  96% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.services-section {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background: #170904;
}

.services-sticky {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: clamp(110px, 11vw, 170px) clamp(24px, 5.7vw, 110px);
}

.services-backdrop {
  position: absolute;
  inset: 0;
  z-index: -4;
  background-image: url("media/services-room-bg.webp");
  background-position: center;
  background-size: cover;
  transform: scale(1.025);
}

.services-sticky::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(ellipse at 58% 45%, rgba(52, 204, 255, 0.13), transparent 25%),
    radial-gradient(ellipse at 60% 58%, rgba(255, 149, 25, 0.08), transparent 28%),
    radial-gradient(ellipse at 54% 76%, rgba(255, 190, 70, 0.18), transparent 24%),
    linear-gradient(90deg, rgba(20, 7, 3, 0.66), rgba(20, 7, 3, 0.2) 38%, rgba(20, 7, 3, 0.04) 66%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.42));
  content: "";
}

.services-section::before {
  display: none;
}

.services-sticky::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.48), transparent 17% 82%, rgba(0, 0, 0, 0.32)),
    repeating-linear-gradient(to bottom, rgba(255, 222, 168, 0.055) 0 1px, transparent 1px 6px);
  mix-blend-mode: soft-light;
  content: "";
}

.services-section::after {
  display: none;
}

.services-content {
  position: relative;
  z-index: 4;
  width: min(100%, 430px);
  align-self: end;
  margin-top: min(32vh, 260px);
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.65);
}

.services-kicker {
  margin: 0 0 18px;
  color: #ffd18b;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.services-content h2 {
  margin: 0;
  font-family: "Sora", "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(2.7rem, 5.8vw, 7.2rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.services-content p:last-child {
  margin: clamp(20px, 2.8vw, 34px) 0 0;
  max-width: 390px;
  color: rgba(255, 244, 222, 0.86);
  font-size: clamp(1.02rem, 1.3vw, 1.38rem);
  line-height: 1.42;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.hologram-slot {
  position: absolute;
  z-index: 2;
  right: clamp(62px, 10vw, 170px);
  bottom: clamp(168px, 16vw, 250px);
  width: min(48vw, 690px);
}

.hologram-card {
  position: absolute;
  inset: auto 0 0 auto;
  width: 100%;
  margin: 0;
  opacity: 0;
  transform: perspective(1300px) rotateX(1.5deg) rotateY(-7deg) rotateZ(-0.8deg);
  transform-origin: 52% 76%;
  filter:
    drop-shadow(0 26px 34px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 20px rgba(62, 204, 255, 0.4));
  pointer-events: none;
  transition: filter 360ms ease;
}

.hologram-card-one {
  animation: serviceCardOne 36s ease-in-out infinite;
}

.hologram-card-two {
  animation: serviceCardTwo 36s ease-in-out infinite;
}

.hologram-card-three {
  animation: serviceCardThree 36s ease-in-out infinite;
}

.hologram-card-four {
  animation: serviceCardFour 36s ease-in-out infinite;
}

.hologram-card img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.66;
  mix-blend-mode: screen;
  filter: saturate(1.04) contrast(0.96) brightness(1.02);
  mask-image: radial-gradient(ellipse at 50% 52%, #000 45%, rgba(0, 0, 0, 0.78) 68%, transparent 96%);
}

.hologram-card::before,
.hologram-card::after {
  position: absolute;
  inset: 10% 7% 18%;
  pointer-events: none;
  border-radius: 28px;
  content: "";
}

.hologram-card::before {
  border: 1px solid rgba(126, 230, 255, 0.16);
  box-shadow: inset 0 0 34px rgba(60, 205, 255, 0.18), 0 0 42px rgba(42, 180, 255, 0.24);
  transform: translate3d(-8px, 10px, -80px);
}

.hologram-card::after {
  background:
    linear-gradient(118deg, rgba(190, 242, 255, 0.16), transparent 23% 62%, rgba(62, 200, 255, 0.16)),
    repeating-linear-gradient(to bottom, rgba(188, 238, 255, 0.1) 0 1px, transparent 1px 5px);
  mix-blend-mode: screen;
}

.services-depth {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.holo-beam {
  position: absolute;
  right: clamp(210px, 31vw, 510px);
  bottom: clamp(150px, 14vw, 220px);
  width: clamp(190px, 27vw, 430px);
  height: clamp(180px, 24vw, 360px);
  background:
    conic-gradient(from 210deg at 50% 100%, transparent 0 16deg, rgba(75, 207, 255, 0.18) 18deg 42deg, transparent 46deg 360deg);
  filter: blur(10px);
  mix-blend-mode: screen;
  transform: rotate(-3deg);
}

.holo-base {
  position: absolute;
  right: clamp(288px, 37vw, 600px);
  bottom: clamp(128px, 12vw, 188px);
  width: clamp(116px, 14vw, 210px);
  height: clamp(26px, 4vw, 56px);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(205, 247, 255, 0.88), rgba(69, 204, 255, 0.44) 34%, rgba(34, 130, 255, 0.1) 68%, transparent 76%);
  filter: blur(4px);
  mix-blend-mode: screen;
}

.holo-reflection {
  position: absolute;
  right: clamp(226px, 31vw, 530px);
  bottom: clamp(92px, 9vw, 144px);
  width: clamp(230px, 31vw, 520px);
  height: clamp(40px, 6vw, 86px);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(88, 211, 255, 0.24), rgba(44, 156, 255, 0.1) 46%, transparent 72%);
  filter: blur(14px);
  mix-blend-mode: screen;
  transform: rotate(-3deg);
}

@keyframes serviceCardOne {
  0%,
  4% {
    opacity: 0;
    transform: perspective(1300px) rotateX(1.5deg) rotateY(-7deg) rotateZ(-0.8deg) translateY(10px);
  }

  8%,
  22% {
    opacity: 1;
    transform: perspective(1300px) rotateX(1.5deg) rotateY(-7deg) rotateZ(-0.8deg) translateY(0);
  }

  25%,
  100% {
    opacity: 0;
    transform: perspective(1300px) rotateX(1.5deg) rotateY(-7deg) rotateZ(-0.8deg) translateY(-10px);
  }
}

@keyframes serviceCardTwo {
  0%,
  29% {
    opacity: 0;
    transform: perspective(1300px) rotateX(1.5deg) rotateY(-7deg) rotateZ(-0.8deg) translateY(10px);
  }

  33%,
  47% {
    opacity: 1;
    transform: perspective(1300px) rotateX(1.5deg) rotateY(-7deg) rotateZ(-0.8deg) translateY(0);
  }

  50%,
  100% {
    opacity: 0;
    transform: perspective(1300px) rotateX(1.5deg) rotateY(-7deg) rotateZ(-0.8deg) translateY(-10px);
  }
}

@keyframes serviceCardThree {
  0%,
  54% {
    opacity: 0;
    transform: perspective(1300px) rotateX(1.5deg) rotateY(-7deg) rotateZ(-0.8deg) translateY(10px);
  }

  58%,
  72% {
    opacity: 1;
    transform: perspective(1300px) rotateX(1.5deg) rotateY(-7deg) rotateZ(-0.8deg) translateY(0);
  }

  75%,
  100% {
    opacity: 0;
    transform: perspective(1300px) rotateX(1.5deg) rotateY(-7deg) rotateZ(-0.8deg) translateY(-10px);
  }
}

@keyframes serviceCardFour {
  0%,
  79% {
    opacity: 0;
    transform: perspective(1300px) rotateX(1.5deg) rotateY(-7deg) rotateZ(-0.8deg) translateY(10px);
  }

  83%,
  97% {
    opacity: 1;
    transform: perspective(1300px) rotateX(1.5deg) rotateY(-7deg) rotateZ(-0.8deg) translateY(0);
  }

  100% {
    opacity: 0;
    transform: perspective(1300px) rotateX(1.5deg) rotateY(-7deg) rotateZ(-0.8deg) translateY(-10px);
  }
}

.productions-section {
  --portal-x: 51.5%;
  --portal-y: 40.2%;
  position: relative;
  isolation: isolate;
  min-height: 200vh;
  overflow: hidden;
  padding: 0;
  color: #fff;
  background:
    radial-gradient(ellipse at 50% 55%, rgba(174, 15, 92, 0.2), transparent 30%),
    linear-gradient(180deg, #010102, #060308 48%, #010102);
}

.productions-montage-panel,
.productions-pastry-panel {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.productions-montage-panel {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(190, 128, 58, 0.12), transparent 42%),
    #030201;
}

.productions-montage-panel::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, transparent 54%, rgba(0, 0, 0, 0.56) 82%, rgba(0, 0, 0, 0.92) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.38), transparent 18% 82%, rgba(0, 0, 0, 0.38));
  content: "";
}

.productions-montage-image {
  position: absolute;
  inset: 0;
  background-image: url("media/producciones-montage.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0.98) contrast(1.03);
}

.productions-copy {
  position: absolute;
  left: clamp(24px, 5.7vw, 110px);
  bottom: clamp(56px, 7vw, 104px);
  z-index: 3;
  width: min(100%, 470px);
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.72);
  pointer-events: none;
}

.productions-kicker {
  margin: 0 0 18px;
  color: #ff8fbe;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.productions-copy h2 {
  margin: 0;
  font-family: "Sora", "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(2.1rem, 4.2vw, 5.1rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.productions-copy p:last-child {
  margin: clamp(20px, 2.8vw, 34px) 0 0;
  max-width: 420px;
  color: rgba(255, 238, 246, 0.82);
  font-size: clamp(1rem, 1.12vw, 1.18rem);
  line-height: 1.42;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.productions-portal {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  border: 0;
  padding: 0;
  cursor: zoom-in;
  background: transparent;
}

.productions-scene {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 50% 52%, transparent 44%, rgba(0, 0, 0, 0.34) 78%, rgba(0, 0, 0, 0.82) 100%),
    url("media/producciones-scene.webp");
  background-position: center;
  background-size: min(100vw, 1800px) auto;
  background-repeat: no-repeat;
  transform-origin: 51% 43%;
  transition: transform 1150ms cubic-bezier(.72, 0, .2, 1), opacity 250ms ease 900ms, filter 1150ms ease;
}

.productions-focus {
  position: absolute;
  left: 48%;
  top: 39%;
  width: min(34vw, 520px);
  aspect-ratio: 1.55;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.medallion-glow {
  position: absolute;
  left: var(--portal-x);
  top: var(--portal-y);
  z-index: 3;
  width: clamp(44px, 5vw, 82px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 230, 170, 0.92), rgba(64, 168, 255, 0.34) 34%, transparent 68%);
  filter: blur(5px);
  opacity: 0.28;
  transform: translate(-50%, -50%) scale(0.86);
  transition: opacity 260ms ease, transform 260ms ease;
}

.productions-portal:hover .medallion-glow,
.productions-portal:focus-visible .medallion-glow {
  opacity: 0.82;
  transform: translate(-50%, -50%) scale(1.15);
}

.portal-particles {
  position: absolute;
  left: var(--portal-x);
  top: var(--portal-y);
  z-index: 4;
  width: clamp(110px, 11vw, 180px);
  aspect-ratio: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.portal-particles span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffe0a2;
  box-shadow: 0 0 12px rgba(255, 212, 134, 0.9);
  opacity: 0;
  transform: translate(-50%, -50%);
}

.portal-particles span:nth-child(1) { --x: -54px; --y: -34px; }
.portal-particles span:nth-child(2) { --x: 42px; --y: -46px; }
.portal-particles span:nth-child(3) { --x: 62px; --y: 8px; }
.portal-particles span:nth-child(4) { --x: 28px; --y: 54px; }
.portal-particles span:nth-child(5) { --x: -38px; --y: 48px; }
.portal-particles span:nth-child(6) { --x: -64px; --y: 4px; }
.portal-particles span:nth-child(7) { --x: 4px; --y: -68px; }
.portal-particles span:nth-child(8) { --x: -4px; --y: 70px; }

.productions-portal:hover .portal-particles span,
.productions-portal:focus-visible .portal-particles span {
  animation: particleIdle 2.4s ease-in-out infinite;
}

.productions-portal:hover .portal-particles span:nth-child(2),
.productions-portal:focus-visible .portal-particles span:nth-child(2) { animation-delay: .12s; }
.productions-portal:hover .portal-particles span:nth-child(3),
.productions-portal:focus-visible .portal-particles span:nth-child(3) { animation-delay: .24s; }
.productions-portal:hover .portal-particles span:nth-child(4),
.productions-portal:focus-visible .portal-particles span:nth-child(4) { animation-delay: .36s; }
.productions-portal:hover .portal-particles span:nth-child(5),
.productions-portal:focus-visible .portal-particles span:nth-child(5) { animation-delay: .48s; }
.productions-portal:hover .portal-particles span:nth-child(6),
.productions-portal:focus-visible .portal-particles span:nth-child(6) { animation-delay: .6s; }
.productions-portal:hover .portal-particles span:nth-child(7),
.productions-portal:focus-visible .portal-particles span:nth-child(7) { animation-delay: .72s; }
.productions-portal:hover .portal-particles span:nth-child(8),
.productions-portal:focus-visible .portal-particles span:nth-child(8) { animation-delay: .84s; }

.portal-iris,
.portal-preview {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}

.portal-preview {
  z-index: 5;
  background-image: url("media/producciones-landing.webp");
  background-position: center top;
  background-size: cover;
  clip-path: circle(0 at var(--portal-x) var(--portal-y));
  transition: clip-path 1050ms cubic-bezier(.7, 0, .18, 1), opacity 220ms ease;
}

.portal-iris {
  z-index: 6;
  background:
    radial-gradient(circle at var(--portal-x) var(--portal-y), rgba(255, 238, 178, 0.94) 0 1.8%, rgba(64, 177, 255, 0.68) 4%, rgba(2, 10, 28, 0.34) 10%, rgba(0, 0, 0, 0.78) 28%, #02030a 100%);
  clip-path: circle(0 at var(--portal-x) var(--portal-y));
  mix-blend-mode: screen;
  transition: clip-path 960ms cubic-bezier(.68, 0, .12, 1), opacity 180ms ease;
}

.productions-portal::after {
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--portal-x) var(--portal-y), transparent 0 18%, rgba(0, 0, 0, 0.18) 34%, #02030a 100%);
  content: "";
  transition: opacity 440ms ease 760ms;
}

.productions-section.is-entering .productions-scene {
  opacity: 0.28;
  filter: blur(3px) brightness(0.72);
  transform: scale(1.06);
}

.productions-section.is-entering .medallion-glow {
  opacity: 1;
  transform: translate(-50%, -50%) scale(2.4);
}

.productions-section.is-entering .portal-particles span {
  animation: particleEnter 900ms ease forwards;
}

.productions-section.is-entering .portal-preview {
  opacity: 1;
  clip-path: circle(150vmax at var(--portal-x) var(--portal-y));
}

.productions-section.is-entering .portal-iris {
  opacity: 1;
  clip-path: circle(150vmax at var(--portal-x) var(--portal-y));
}

.productions-section.is-entering .productions-portal::after {
  opacity: 1;
}

.productions-section.is-entering .productions-copy {
  opacity: 0;
  transition: opacity 260ms ease;
}

@keyframes particleIdle {
  0%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.6);
  }

  42%,
  68% {
    opacity: 0.92;
    transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(1);
  }
}

@keyframes particleEnter {
  0% {
    opacity: 0.96;
    transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2);
  }
}

.productions-section {
  min-height: 100vh;
  padding: clamp(104px, 9vw, 148px) clamp(22px, 5vw, 74px) clamp(44px, 5vw, 72px);
  background:
    radial-gradient(ellipse at 50% 36%, rgba(190, 122, 58, 0.13), transparent 32%),
    radial-gradient(ellipse at 76% 72%, rgba(28, 98, 180, 0.14), transparent 28%),
    linear-gradient(180deg, #030201, #090604 46%, #020101);
}

.productions-gallery {
  display: grid;
  min-height: calc(100vh - clamp(148px, 14vw, 220px));
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
}

.productions-intro {
  position: relative;
  z-index: 2;
  max-width: 500px;
}

.productions-intro .productions-kicker {
  color: #e2bd78;
}

.productions-intro h2 {
  margin: 0;
  font-family: "Sora", "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(2.6rem, 5.4vw, 6.7rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.productions-intro p:last-child {
  max-width: 430px;
  margin: clamp(20px, 3vw, 34px) 0 0;
  color: rgba(255, 239, 218, 0.74);
  font-size: clamp(1rem, 1.18vw, 1.2rem);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.production-worlds {
  display: grid;
  min-height: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 16px);
  align-items: center;
}

.world-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 1;
  min-width: 0;
  border: 1px solid rgba(226, 189, 120, 0.22);
  background: #080503;
  color: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.52);
  transition: flex 320ms ease, transform 320ms ease, border-color 320ms ease, filter 320ms ease;
}

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

.world-card::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 36%, rgba(0, 0, 0, 0.78)),
    radial-gradient(ellipse at center, transparent 28%, rgba(0, 0, 0, 0.34) 78%);
}

.world-card::after {
  opacity: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 238, 190, 0.16), transparent);
  transform: translateX(-80%);
  transition: opacity 220ms ease, transform 620ms ease;
}

.world-card:hover,
.world-card:focus-visible {
  z-index: 3;
  border-color: rgba(226, 189, 120, 0.58);
  filter: saturate(1.08) contrast(1.04);
  outline: none;
  transform: translateY(-8px);
}

.world-card:active {
  transform: translateY(2px) scale(0.975);
  transition-duration: 90ms;
}

.world-card:active .world-image,
.world-card:active .world-object {
  transform: scale(1.02);
  filter: brightness(1.18) contrast(1.05);
}

.world-card:active::before {
  background:
    radial-gradient(circle at 50% 52%, rgba(255, 235, 176, 0.3), transparent 17%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 36%, rgba(0, 0, 0, 0.78)),
    radial-gradient(ellipse at center, transparent 28%, rgba(0, 0, 0, 0.34) 78%);
}

.world-card:active::after {
  opacity: 1;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 231, 176, 0.34), transparent 18%),
    radial-gradient(circle at 50% 50%, transparent 0 20%, rgba(226, 189, 120, 0.24) 21% 24%, transparent 25%);
  transform: scale(1.2);
}

.world-card:hover::after,
.world-card:focus-visible::after {
  opacity: 1;
  transform: translateX(80%);
}

.world-image,
.world-object {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-position: center;
  background-size: cover;
  transition: transform 700ms ease, opacity 320ms ease;
}

.world-card:hover .world-image,
.world-card:focus-visible .world-image,
.world-card:hover .world-object,
.world-card:focus-visible .world-object {
  transform: scale(1.06);
}

.world-pastry .world-image {
  inset: -34% -42%;
  background-image: url("media/producciones-pastry-box-final.webp");
  background-position: center;
  background-size: 210% auto;
  background-repeat: no-repeat;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.36));
}

.world-pastry {
  border: none;
  background: transparent;
  box-shadow: none;
}

.world-pastry::before,
.world-pastry::after {
  display: none;
}

.world-pastry:hover,
.world-pastry:focus-visible {
  border: none;
  box-shadow: none;
  filter: none;
  transform: translateY(-4px);
}

.world-pastry:hover .world-image,
.world-pastry:focus-visible .world-image {
  transform: scale(1.04) rotate(-1.2deg);
}

.world-pastry:active {
  transform: translateY(0) scale(0.99);
}

.world-pastry:active .world-image {
  animation: dessertPress 420ms cubic-bezier(.2, .9, .25, 1);
  filter: none;
}

.world-pastry .world-content {
  display: none;
}

.world-restaurant .world-image {
  inset: -32% -42%;
  background-image: url("media/producciones-restaurant-reserve-final.webp");
  background-position: center;
  background-size: 210% auto;
  background-repeat: no-repeat;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.34));
}

.world-restaurant {
  border: none;
  background: transparent;
  box-shadow: none;
}

.world-restaurant::before,
.world-restaurant::after {
  display: none;
}

.world-restaurant:hover,
.world-restaurant:focus-visible {
  border: none;
  box-shadow: none;
  filter: none;
  transform: translateY(-4px);
}

.world-restaurant:hover .world-image,
.world-restaurant:focus-visible .world-image {
  transform: scale(1.04);
}

.world-restaurant:active {
  transform: translateY(0) scale(0.99);
}

.world-restaurant:active .world-image {
  filter: none;
}

.world-restaurant .world-content {
  display: none;
}

.world-jewelry .world-object {
  inset: -32% -42%;
  background-image: url("media/producciones-jewelry-icon-final.webp");
  background-position: center;
  background-size: 210% auto;
  background-repeat: no-repeat;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.42)) saturate(1.08) contrast(1.05);
  transform-origin: 50% 48%;
  animation: jewelryFloat 5.8s ease-in-out infinite;
}

.world-jewelry {
  border: none;
  background: transparent;
  box-shadow: none;
}

.world-jewelry::before,
.world-jewelry .world-object::after {
  display: none;
}

.world-jewelry:hover,
.world-jewelry:focus-visible {
  border: none;
  box-shadow: none;
  filter: none;
  transform: translateY(-4px);
}

.world-jewelry:hover .world-object,
.world-jewelry:focus-visible .world-object {
  filter: drop-shadow(0 24px 34px rgba(11, 60, 150, 0.38)) saturate(1.18) contrast(1.08);
  transform: scale(1.06) rotate(-1deg);
  animation-play-state: paused;
}

.world-jewelry:active {
  transform: translateY(0) scale(0.99);
}

.world-jewelry .world-content {
  display: none;
}

.world-textile .world-object {
  inset: -32% -42%;
  background-image: url("media/producciones-textile-icon-final.webp");
  background-position: center;
  background-size: 210% auto;
  background-repeat: no-repeat;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.42)) saturate(1.08) contrast(1.04);
  transform-origin: 50% 50%;
  animation: textileBadgeFloat 6.2s ease-in-out infinite;
}

.world-textile .world-object::after {
  display: none;
}

.world-textile {
  border: none;
  background: transparent;
  box-shadow: none;
}

.world-textile::before,
.world-textile::after {
  display: none;
}

.world-textile:hover,
.world-textile:focus-visible {
  border: none;
  box-shadow: none;
  filter: none;
  transform: translateY(-4px);
}

.world-textile:hover .world-object,
.world-textile:focus-visible .world-object {
  filter: drop-shadow(0 24px 34px rgba(224, 25, 43, 0.34)) saturate(1.18) contrast(1.08);
  transform: scale(1.06) rotate(2deg);
  animation-play-state: paused;
}

.world-textile:active {
  transform: translateY(0) scale(0.99);
}

.world-textile .world-content {
  display: none;
}

.world-content {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 3;
  display: grid;
  gap: 8px;
}

.world-content small {
  color: #e2bd78;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.world-content strong {
  font-family: "Sora", "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 2.7rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.world-content em {
  color: rgba(255, 239, 218, 0.74);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

@keyframes dessertPress {
  0% {
    transform: scale(1.04) rotate(-1.2deg);
  }

  42% {
    transform: scale(0.98) rotate(4deg) translateY(5px);
  }

  100% {
    transform: scale(1.04) rotate(-1.2deg);
  }
}

@keyframes jewelryFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-0.6deg);
  }

  50% {
    transform: translateY(-8px) rotate(0.8deg);
  }
}

@keyframes textileBadgeFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0.8deg);
  }

  50% {
    transform: translateY(-7px) rotate(-1.2deg);
  }
}

@media (max-width: 980px) {
  :root {
    --header-height: 84px;
  }

  .site-header {
    align-items: center;
    min-height: var(--header-height);
  }

  .header-right {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .header-contact {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: var(--header-height);
    right: 18px;
    left: 18px;
    display: grid;
    gap: 6px;
    padding: 18px;
    color: #fff;
    background: rgba(255, 87, 75, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-content {
    min-height: 78vh;
  }

  .grain {
    width: 100%;
    height: 78vh;
  }

  .hero-visual {
    min-height: 34vh;
  }

  .about-section {
    min-height: 86vh;
    padding-top: 110px;
    padding-bottom: 72px;
  }

  .about-section::before {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.5)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.78));
  }

  .about-image {
    background-position: 43% center;
  }

  .services-section {
    min-height: 100vh;
  }

  .services-sticky {
    min-height: 100vh;
    align-items: end;
    padding-top: 108px;
  }

  .services-sticky::before {
    background:
      linear-gradient(180deg, rgba(16, 7, 3, 0.08), rgba(16, 7, 3, 0.78) 72%),
      linear-gradient(90deg, rgba(20, 7, 3, 0.28), rgba(20, 7, 3, 0.08));
  }

  .services-backdrop {
    background-position: 55% center;
  }

  .services-content {
    width: min(100%, 520px);
    margin-top: 0;
  }

  .hologram-slot {
    right: 50%;
    bottom: 250px;
    width: min(88vw, 650px);
    transform: translateX(50%);
  }

  .hologram-card {
    transform: perspective(1100px) rotateX(2deg) rotateY(-4deg) rotateZ(-0.8deg);
  }

  .holo-beam {
    right: 50%;
    bottom: 250px;
    transform: translateX(50%) rotate(-4deg);
  }

  .holo-base {
    right: 50%;
    bottom: 222px;
    transform: translateX(50%);
  }

  .holo-reflection {
    right: 50%;
    bottom: 190px;
    transform: translateX(50%) rotate(-4deg);
  }

  .productions-section {
    --portal-x: 51%;
    --portal-y: 42%;
    min-height: 200vh;
    padding: 0;
  }

  .productions-montage-image {
    background-size: auto 82%;
    background-position: center;
  }

  .productions-scene {
    background-size: min(118vw, 820px) auto;
    background-position: center 42%;
  }

  .productions-copy {
    left: 24px;
    right: 24px;
    bottom: 38px;
    width: min(100% - 48px, 520px);
  }

  .productions-focus {
    left: 50%;
    top: 43%;
    width: min(54vw, 420px);
  }

}

@media (max-width: 560px) {
  :root {
    --header-height: 76px;
  }

  .site-header {
    padding-inline: 18px;
  }

  .brand-logo {
    width: 138px;
    max-height: 48px;
  }

  .hero h1 {
    max-width: 440px;
    font-size: clamp(2.2rem, 10.4vw, 3.35rem);
    line-height: 0.96;
    letter-spacing: -0.045em;
  }

  .hero-copy {
    font-size: 1.04rem;
    line-height: 1.48;
  }

  .studio-button {
    width: 100%;
    min-height: 64px;
  }

  .about-section {
    min-height: 760px;
    padding-inline: 22px;
  }

  .about-content h2 {
    font-size: clamp(2.15rem, 11vw, 3.45rem);
    line-height: 0.98;
  }

  .about-copy {
    font-size: 1.03rem;
    line-height: 1.48;
  }

  .services-section {
    min-height: 100vh;
  }

  .services-sticky {
    min-height: 100vh;
    padding-inline: 22px;
    padding-bottom: 68px;
  }

  .services-backdrop {
    background-position: 58% center;
  }

  .services-content h2 {
    font-size: clamp(2.25rem, 13vw, 4rem);
  }

  .services-content p:last-child {
    font-size: 1rem;
  }

  .hologram-slot {
    bottom: 326px;
    width: 106vw;
  }

  .holo-beam {
    bottom: 302px;
    width: 86vw;
  }

  .holo-base {
    bottom: 284px;
  }

  .holo-reflection {
    bottom: 256px;
    width: 86vw;
  }

  .productions-section {
    --portal-x: 51%;
    --portal-y: 39.8%;
    min-height: 200vh;
    padding: 0;
  }

  .productions-montage-panel {
    min-height: 72vh;
  }

  .productions-montage-image {
    background-size: auto 100%;
    background-position: center;
  }

  .productions-scene {
    background-size: 132vw auto;
    background-position: center 39%;
  }

  .productions-copy {
    left: 18px;
    right: 18px;
    bottom: 30px;
    width: auto;
  }

  .productions-kicker {
    margin-bottom: 10px;
    font-size: 0.68rem;
  }

  .productions-copy h2 {
    max-width: 330px;
    font-size: clamp(1.85rem, 9.5vw, 3rem);
    line-height: 0.96;
  }

  .productions-copy p:last-child {
    max-width: 300px;
    margin-top: 14px;
    font-size: 0.92rem;
  }

  .productions-focus {
    top: 40%;
    width: 56vw;
  }

}

@media (max-width: 980px) {
  .productions-section {
    min-height: 100vh;
    padding: 104px 22px 42px;
  }

  .productions-gallery {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .productions-intro {
    max-width: 680px;
  }

  .production-worlds {
    height: auto;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .world-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .productions-section {
    min-height: 100vh;
    padding: 92px 18px 32px;
  }

  .productions-intro h2 {
    font-size: clamp(2rem, 11vw, 3.3rem);
  }

  .productions-intro p:last-child {
    font-size: 0.96rem;
  }

  .production-worlds {
    grid-template-columns: 1fr;
  }

  .world-card {
    min-height: 0;
  }
}

.productions-section {
  min-height: 100vh;
  padding: 0;
  background: #020304;
}

.productions-gallery {
  position: relative;
  display: block;
  min-height: 100vh;
  overflow: hidden;
  background-image: url("media/producciones-stage-background.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.productions-intro {
  display: none;
}

.production-worlds {
  position: absolute;
  inset: 0;
  display: block;
  min-height: 0;
  pointer-events: none;
}

.production-worlds .world-card {
  position: absolute;
  z-index: 3;
  width: clamp(58px, 5vw, 90px);
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  color: transparent;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.production-worlds .world-card::before,
.production-worlds .world-card::after,
.production-worlds .world-image,
.production-worlds .world-object,
.production-worlds .world-content {
  display: none;
}

.production-worlds .world-card:hover,
.production-worlds .world-card:focus-visible {
  border-color: rgba(226, 189, 120, 0.72);
  background: rgba(226, 189, 120, 0.08);
  box-shadow: 0 0 32px rgba(226, 189, 120, 0.24), inset 0 0 18px rgba(226, 189, 120, 0.12);
  filter: none;
  outline: none;
  transform: translate(-50%, -50%) scale(1.08);
}

.production-worlds .world-card:active {
  transform: translate(-50%, -50%) scale(0.98);
}

.production-worlds .world-pastry {
  left: 30.7%;
  top: 79.6%;
}

.production-worlds .world-restaurant {
  left: 48.1%;
  top: 79.6%;
}

.production-worlds .world-jewelry {
  left: 66.9%;
  top: 79.6%;
}

.production-worlds .world-textile {
  left: 85.4%;
  top: 79.6%;
}

@media (max-width: 980px) {
  .productions-section {
    min-height: 72vh;
    padding: 0;
  }

  .productions-gallery {
    min-height: 72vh;
    background-position: center;
    background-size: auto 100%;
  }

  .production-worlds .world-card {
    width: clamp(48px, 8vw, 76px);
  }
}

@media (max-width: 560px) {
  .productions-section,
  .productions-gallery {
    min-height: 62vh;
  }

  .productions-gallery {
    background-position: 55% center;
  }

  .production-worlds .world-card {
    width: 56px;
  }
}


.expedition-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 44px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease, visibility 260ms ease;
}

.expedition-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.expedition-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 35%, rgba(116, 64, 24, 0.28), transparent 34%),
    radial-gradient(ellipse at 20% 100%, rgba(185, 28, 28, 0.16), transparent 32%),
    rgba(2, 2, 2, 0.82);
  backdrop-filter: blur(10px);
}

.expedition-file {
  position: relative;
  z-index: 1;
  width: min(calc(100vw - clamp(36px, 8vw, 88px)), 980px);
  max-height: min(92vh, 920px);
  overflow: auto;
  border: 1px solid rgba(80, 44, 19, 0.58);
  padding: clamp(26px, 4vw, 54px);
  color: #241507;
  background:
    radial-gradient(circle at 16% 22%, rgba(120, 47, 20, 0.18), transparent 18%),
    radial-gradient(circle at 82% 16%, rgba(88, 45, 18, 0.16), transparent 17%),
    linear-gradient(105deg, rgba(102, 60, 26, 0.12) 0 1px, transparent 1px 26px),
    linear-gradient(180deg, #d9b777, #c99a57 46%, #b67f3e);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.72), inset 0 0 70px rgba(67, 34, 14, 0.35);
  clip-path: polygon(1.2% 0, 99% 1.4%, 100% 96.8%, 96.2% 100%, 2% 98.7%, 0 4%);
  transform: perspective(1100px) rotateX(14deg) scaleY(0.72);
  transform-origin: top center;
}

.expedition-modal.is-open .expedition-file {
  animation: mapUnfold 520ms cubic-bezier(.2, .9, .2, 1) forwards;
}

.expedition-file::before,
.expedition-file::after {
  position: absolute;
  inset: 14px;
  pointer-events: none;
  content: "";
}

.expedition-file::before {
  border: 1px solid rgba(65, 33, 13, 0.34);
  background:
    linear-gradient(90deg, transparent 0 49.8%, rgba(82, 45, 20, 0.16) 50%, transparent 50.2%),
    radial-gradient(circle at 9% 84%, rgba(90, 35, 16, 0.16), transparent 10%),
    radial-gradient(circle at 86% 78%, rgba(40, 24, 12, 0.12), transparent 13%);
}

.expedition-file::after {
  background:
    radial-gradient(circle at 20% 28%, rgba(255, 242, 184, 0.22), transparent 2px),
    radial-gradient(circle at 72% 18%, rgba(73, 38, 16, 0.2), transparent 2px),
    radial-gradient(circle at 44% 72%, rgba(60, 31, 14, 0.18), transparent 1px);
  opacity: 0.9;
  mix-blend-mode: multiply;
}

.expedition-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid rgba(72, 35, 13, 0.42);
  border-radius: 50%;
  color: #4a210d;
  background: rgba(255, 232, 170, 0.2);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.expedition-stamps {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.expedition-stamps span {
  border: 2px solid rgba(116, 12, 12, 0.62);
  padding: 7px 10px;
  color: rgba(116, 12, 12, 0.76);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.expedition-stamps span:nth-child(2) {
  color: rgba(80, 45, 13, 0.78);
  border-color: rgba(80, 45, 13, 0.5);
  transform: rotate(1.8deg);
}

.expedition-stamps span:nth-child(3) {
  transform: rotate(-0.7deg);
}

.expedition-compass {
  position: absolute;
  right: clamp(44px, 7vw, 86px);
  top: clamp(70px, 8vw, 108px);
  width: clamp(82px, 12vw, 138px);
  aspect-ratio: 1;
  border: 1px solid rgba(70, 35, 13, 0.26);
  border-radius: 50%;
  opacity: 0.46;
  background:
    linear-gradient(45deg, transparent 48%, rgba(58, 31, 12, 0.45) 49% 51%, transparent 52%),
    linear-gradient(-45deg, transparent 48%, rgba(58, 31, 12, 0.45) 49% 51%, transparent 52%),
    radial-gradient(circle, transparent 0 54%, rgba(58, 31, 12, 0.44) 55% 56%, transparent 57%);
}

.expedition-code,
.expedition-subtitle,
.expedition-microcopy {
  position: relative;
  z-index: 2;
}

.expedition-code {
  margin: 0 0 10px;
  color: rgba(72, 35, 13, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.expedition-file h2 {
  position: relative;
  z-index: 2;
  max-width: 660px;
  margin: 0;
  color: #2a1608;
  font-family: "Sora", "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(2rem, 5.2vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 231, 168, 0.5);
}

.expedition-subtitle {
  max-width: 650px;
  margin: 18px 0 28px;
  color: rgba(43, 24, 10, 0.82);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  font-weight: 700;
  line-height: 1.5;
}

.expedition-form {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.netlify-hidden {
  display: none;
}

.expedition-form label {
  display: grid;
  gap: 7px;
}

.expedition-form span {
  color: #4c240d;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.expedition-form input,
.expedition-form select,
.expedition-form textarea {
  width: 100%;
  border: 1px solid rgba(73, 36, 14, 0.34);
  border-radius: 0;
  padding: 13px 14px;
  color: #251206;
  background: rgba(255, 231, 169, 0.28);
  box-shadow: inset 0 1px 8px rgba(54, 26, 9, 0.12);
  font: inherit;
  font-weight: 700;
}

.expedition-form textarea {
  resize: vertical;
}

.expedition-form input:focus,
.expedition-form select:focus,
.expedition-form textarea:focus {
  border-color: rgba(119, 18, 13, 0.68);
  outline: 2px solid rgba(119, 18, 13, 0.16);
}

.expedition-wide,
.expedition-microcopy,
.expedition-actions {
  grid-column: 1 / -1;
}

.expedition-microcopy {
  margin: 4px 0 0;
  color: rgba(48, 26, 10, 0.76);
  font-size: 0.96rem;
  font-weight: 800;
}

.expedition-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.expedition-primary,
.expedition-secondary {
  min-height: 54px;
  border: 1px solid rgba(75, 36, 12, 0.38);
  padding: 0 22px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.expedition-primary {
  color: #fbe7b0;
  background: linear-gradient(135deg, #4b140d, #8b1e14 48%, #3c100a);
  box-shadow: 0 16px 34px rgba(74, 17, 10, 0.32);
}

.expedition-secondary {
  color: #4a210d;
  background: rgba(255, 225, 155, 0.22);
}

.expedition-primary:hover,
.expedition-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 28px rgba(255, 192, 86, 0.38), 0 16px 34px rgba(74, 17, 10, 0.24);
}

body.has-expedition-open {
  overflow: hidden;
}

@keyframes mapUnfold {
  0% {
    opacity: 0;
    transform: perspective(1100px) rotateX(18deg) scaleY(0.68) translateY(-24px);
  }

  62% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: perspective(1100px) rotateX(0deg) scaleY(1) translateY(0);
  }
}

@media (max-width: 760px) {
  .expedition-modal {
    padding: 12px;
  }

  .expedition-file {
    width: calc(100vw - 24px);
    max-height: 94vh;
    padding: 24px 18px;
  }

  .expedition-compass {
    display: none;
  }

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

  .expedition-actions {
    display: grid;
  }
}

.visual-archive {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 12vw, 160px) clamp(18px, 5vw, 72px);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(5, 5, 8, 0.94), rgba(8, 9, 13, 0.98)),
    radial-gradient(circle at 15% 20%, rgba(244, 86, 79, 0.2), transparent 34%),
    #050508;
}

.visual-archive::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, transparent, #000 24%, #000 72%, transparent);
  opacity: 0.34;
}

.archive-hero,
.archive-grid {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin-inline: auto;
}

.archive-hero {
  display: grid;
  gap: 18px;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.archive-kicker {
  margin: 0;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.archive-hero h2 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(3.2rem, 9vw, 8rem);
  line-height: 0.84;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.archive-hero p:not(.archive-kicker) {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.55;
}

.archive-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.archive-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.archive-card a {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.72fr);
  min-height: 520px;
}

.archive-cover {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  margin: 0;
}

.archive-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 48%, rgba(0, 0, 0, 0.42)),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.42));
}

.archive-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.65s ease, filter 0.65s ease;
}

.archive-card-content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 18px;
  padding: clamp(28px, 4vw, 54px);
  background:
    linear-gradient(180deg, rgba(244, 86, 79, 0.12), transparent 38%),
    rgba(8, 8, 11, 0.96);
}

.archive-card-content span {
  color: var(--coral);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.archive-card-content h3 {
  margin: 0;
  font-size: clamp(2.25rem, 4.2vw, 4.9rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.archive-card-content p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.55;
}

.archive-card-content em {
  width: fit-content;
  border: 1px solid rgba(244, 86, 79, 0.8);
  padding: 14px 18px;
  color: #fff;
  background: rgba(244, 86, 79, 0.12);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.archive-card:hover .archive-cover img {
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.075);
}

.archive-card:hover .archive-card-content em {
  background: rgba(244, 86, 79, 0.92);
  box-shadow: 0 0 32px rgba(244, 86, 79, 0.32);
  transform: translateY(-2px);
}

.contact-paths {
  position: relative;
  min-height: min(100vh, 900px);
  overflow: hidden;
  color: #fff;
  background: #020204;
}

.contact-paths-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.84) contrast(1.05);
}

.contact-paths::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 38%, rgba(0, 0, 0, 0.42)),
    radial-gradient(circle at 50% 50%, transparent 46%, rgba(0, 0, 0, 0.42));
}

.contact-paths-copy {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding-top: clamp(86px, 9vw, 120px);
  text-transform: uppercase;
}

.contact-paths-copy p {
  margin: 0 0 10px;
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.contact-paths-copy h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(3.1rem, 7.8vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.contact-paths-copy span {
  display: block;
  margin-top: 12px;
  color: var(--coral);
  font-size: clamp(1.5rem, 3.2vw, 3rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.035em;
}

.contact-routes {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  width: min(1180px, calc(100% - 36px));
  height: 58%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

.contact-route {
  position: absolute;
  display: grid;
  place-items: center;
  gap: 8px;
  width: clamp(150px, 13vw, 225px);
  min-height: clamp(88px, 8vw, 128px);
  border: 1px solid rgba(244, 86, 79, 0.72);
  padding: 16px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(20, 10, 8, 0.72), rgba(6, 5, 5, 0.8)),
    rgba(0, 0, 0, 0.42);
  box-shadow:
    0 0 22px rgba(244, 86, 79, 0.34),
    inset 0 0 20px rgba(244, 86, 79, 0.12);
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
  cursor: pointer;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.contact-route small {
  color: #ff5c51;
  font-size: clamp(1.1rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
}

.contact-route strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.72rem, 1vw, 0.96rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.contact-route-whatsapp {
  border-color: rgba(136, 255, 104, 0.78);
  box-shadow:
    0 0 24px rgba(119, 255, 91, 0.34),
    inset 0 0 18px rgba(119, 255, 91, 0.12);
}

.contact-route-whatsapp small {
  color: #a6ff87;
}

.contact-route-mail {
  left: 7%;
  top: 24%;
}

.contact-route-whatsapp {
  left: 30%;
  top: 30%;
}

.contact-route-phone {
  left: 52%;
  top: 32%;
}

.contact-route-form {
  left: 75%;
  top: 19%;
  width: clamp(190px, 17vw, 285px);
  font: inherit;
}

.contact-route:hover,
.contact-route:focus-visible {
  border-color: rgba(255, 255, 255, 0.74);
  box-shadow:
    0 0 38px rgba(244, 86, 79, 0.55),
    inset 0 0 24px rgba(255, 255, 255, 0.1);
  transform: translateY(-7px) scale(1.03);
  outline: none;
}

.contact-route-whatsapp:hover,
.contact-route-whatsapp:focus-visible {
  box-shadow:
    0 0 40px rgba(119, 255, 91, 0.54),
    inset 0 0 24px rgba(255, 255, 255, 0.1);
}

.article-body {
  color: #f6f1ea;
  background: #050508;
}

.article-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 58px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent);
}

.article-back {
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 12px 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.article-page {
  background:
    radial-gradient(circle at 18% 18%, rgba(244, 86, 79, 0.12), transparent 34%),
    #050508;
}

.article-hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  overflow: hidden;
  align-items: end;
}

.article-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.58) contrast(1.08) saturate(1.08);
}

.article-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.2) 62%),
    linear-gradient(180deg, transparent 46%, #050508 100%);
}

.article-hero-copy {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: 160px 0 90px;
}

.article-hero-copy span,
.article-content h2 {
  color: var(--coral);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.article-hero-copy span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.78rem;
}

.article-hero-copy h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(3.05rem, 8.4vw, 8.6rem);
  line-height: 0.84;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.article-hero-copy p {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.article-content {
  width: min(860px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 112px) 0 clamp(86px, 10vw, 140px);
}

.article-content p {
  margin: 0 0 28px;
  color: rgba(246, 241, 234, 0.82);
  font-size: clamp(1.05rem, 1.65vw, 1.24rem);
  line-height: 1.78;
}

.article-lead {
  color: #fff !important;
  font-size: clamp(1.38rem, 2.2vw, 2rem) !important;
  line-height: 1.38 !important;
}

.article-content h2 {
  margin: 70px 0 18px;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1;
}

.article-content blockquote {
  margin: clamp(42px, 6vw, 70px) 0;
  border-left: 4px solid var(--coral);
  padding: 28px clamp(22px, 4vw, 38px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(244, 86, 79, 0.16), rgba(244, 86, 79, 0.03)),
    rgba(255, 255, 255, 0.035);
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.article-inline-image {
  margin: clamp(42px, 6vw, 72px) calc(50% - 50vw);
}

.article-inline-image img {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}

.article-inline-image-small {
  margin-inline: 0;
}

.article-inline-image-small img {
  border: 1px solid rgba(255, 255, 255, 0.14);
  max-height: 520px;
}

.article-cta {
  margin-top: clamp(58px, 8vw, 96px);
  border: 1px solid rgba(244, 86, 79, 0.48);
  padding: clamp(28px, 5vw, 54px);
  background:
    linear-gradient(135deg, rgba(244, 86, 79, 0.22), rgba(255, 255, 255, 0.035)),
    #09090d;
}

.article-cta p {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.article-cta button {
  border: 1px solid rgba(255, 255, 255, 0.74);
  padding: 16px 22px;
  color: #fff;
  background: rgba(244, 86, 79, 0.86);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: box-shadow 0.28s ease, transform 0.28s ease, background 0.28s ease;
}

.article-cta button:hover {
  background: var(--coral);
  box-shadow: 0 0 36px rgba(244, 86, 79, 0.36);
  transform: translateY(-2px);
}

@media (max-width: 860px) {
  .archive-card a {
    grid-template-columns: 1fr;
  }

  .archive-card-content {
    min-height: 360px;
  }

  .article-header {
    align-items: flex-start;
  }

  .article-back {
    padding: 10px 12px;
    font-size: 0.64rem;
  }

  .contact-paths {
    min-height: auto;
    padding-bottom: 34px;
  }

  .contact-paths-bg {
    position: relative;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .contact-paths::after {
    background: linear-gradient(180deg, transparent, #020204 58%);
  }

  .contact-paths-copy {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    padding: 34px 18px 0;
  }

  .contact-paths-copy h2 {
    max-width: 360px;
  }

  .contact-routes {
    position: relative;
    left: auto;
    transform: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: min(640px, calc(100% - 28px));
    height: auto;
    margin: -24px auto 0;
  }

  .contact-route,
  .contact-route-form,
  .contact-route-mail,
  .contact-route-whatsapp,
  .contact-route-phone {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 112px;
  }
}

@media (max-width: 560px) {
  .archive-hero h2 {
    font-size: clamp(3rem, 17vw, 4.8rem);
  }

  .archive-cover {
    min-height: 330px;
  }

  .archive-card-content h3 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .article-hero {
    min-height: 82vh;
  }

  .article-hero-copy {
    padding-bottom: 58px;
  }

  .contact-paths-copy h2 {
    font-size: clamp(2.65rem, 15vw, 4rem);
  }

  .contact-paths-copy span {
    max-width: 320px;
    font-size: clamp(1.25rem, 7vw, 2rem);
  }

  .contact-routes {
    grid-template-columns: 1fr;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
}

.contact-paths {
  min-height: 0;
  background: #020204;
}

.contact-paths-bg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: none;
}

.contact-paths::after,
.contact-paths-copy {
  display: none;
}

.contact-routes {
  position: absolute;
  inset: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: none;
}

.contact-route,
.contact-route-form {
  position: absolute;
  min-height: 0;
  border: 0;
  padding: 0;
  color: transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  cursor: pointer;
}

.contact-route small,
.contact-route strong {
  color: transparent;
  text-shadow: none;
}

.contact-legal-link {
  position: absolute;
  display: block;
  color: transparent;
  font-size: 0;
  line-height: 1;
}

.contact-route-mail {
  left: 6.4%;
  top: 31%;
  width: 17%;
  height: 24%;
}

.contact-route-whatsapp {
  left: 27.4%;
  top: 30.5%;
  width: 17%;
  height: 25%;
  border: 0;
  box-shadow: none;
}

.contact-route-phone {
  left: 46.6%;
  top: 31.4%;
  width: 16.6%;
  height: 24%;
}

.contact-route-form {
  left: 70.2%;
  top: 21.5%;
  width: 20.4%;
  height: 34%;
}

.contact-legal-privacy {
  left: 15.6%;
  top: 89.4%;
  width: 16.2%;
  height: 5.2%;
}

.contact-legal-cookies {
  left: 38.2%;
  top: 89.4%;
  width: 6.8%;
  height: 5.2%;
}

.contact-legal-notice {
  left: 51.5%;
  top: 89.4%;
  width: 9.2%;
  height: 5.2%;
}

.contact-legal-terms {
  left: 67.2%;
  top: 89.4%;
  width: 17.2%;
  height: 5.2%;
}

.contact-route:hover,
.contact-route:focus-visible,
.contact-route-whatsapp:hover,
.contact-route-whatsapp:focus-visible,
.contact-legal-link:hover,
.contact-legal-link:focus-visible {
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 0 34px rgba(255, 85, 72, 0.34);
  outline: none;
  transform: none;
}

.contact-route-whatsapp:hover,
.contact-route-whatsapp:focus-visible {
  box-shadow: 0 0 34px rgba(119, 255, 91, 0.32);
}

@media (max-width: 860px) {
  .contact-paths {
    padding-bottom: 24px;
  }

  .contact-routes {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: min(640px, calc(100% - 28px));
    height: auto;
    margin: -8px auto 0;
  }

  .contact-route,
  .contact-route-form,
  .contact-route-mail,
  .contact-route-whatsapp,
  .contact-route-phone {
    position: relative;
    inset: auto;
    display: grid;
    place-items: center;
    gap: 8px;
    width: 100%;
    min-height: 104px;
    border: 1px solid rgba(244, 86, 79, 0.72);
    padding: 14px;
    color: #fff;
    background:
      linear-gradient(180deg, rgba(20, 10, 8, 0.72), rgba(6, 5, 5, 0.8)),
      rgba(0, 0, 0, 0.42);
    box-shadow:
      0 0 22px rgba(244, 86, 79, 0.24),
      inset 0 0 20px rgba(244, 86, 79, 0.12);
    text-align: center;
  }

  .contact-route small {
    color: #ff5c51;
  }

  .contact-route strong {
    color: rgba(255, 255, 255, 0.92);
  }

  .contact-legal-link,
  .contact-legal-privacy,
  .contact-legal-cookies,
  .contact-legal-notice,
  .contact-legal-terms {
    position: relative;
    inset: auto;
    display: grid;
    place-items: center;
    min-height: 52px;
    border: 1px solid rgba(244, 86, 79, 0.48);
    padding: 12px;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(0, 0, 0, 0.34);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
  }

  .contact-route-whatsapp {
    border-color: rgba(136, 255, 104, 0.78);
    box-shadow:
      0 0 24px rgba(119, 255, 91, 0.24),
      inset 0 0 18px rgba(119, 255, 91, 0.12);
  }

  .contact-route-whatsapp small {
    color: #a6ff87;
  }
}

@media (max-width: 560px) {
  .contact-routes {
    grid-template-columns: 1fr;
  }
}

.thanks-page {
  min-height: 100vh;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(244, 86, 79, 0.94), rgba(142, 22, 36, 0.92)),
    url("media/contacto-caminos-bg.webp") center / cover no-repeat;
}

.thanks-screen {
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: clamp(42px, 7vw, 92px);
  padding: clamp(28px, 6vw, 76px);
}

.thanks-brand {
  position: absolute;
  top: clamp(22px, 4vw, 48px);
  left: clamp(24px, 6vw, 78px);
}

.thanks-content {
  max-width: 760px;
}

.thanks-content h1 {
  margin: 0;
  font-family: "Sora", "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(2.6rem, 8vw, 6.9rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.thanks-content p:not(.about-kicker) {
  max-width: 620px;
  margin: 26px 0 0;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 700;
  line-height: 1.55;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.thanks-actions .studio-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: min(100%, 250px);
  color: #fff;
}

.thanks-secondary {
  background: rgba(255, 255, 255, 0.12);
}
