@font-face {
  font-family: 'Montserrat';
  src: url('04_ASSETS/09_FONTS/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('04_ASSETS/09_FONTS/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('04_ASSETS/09_FONTS/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('04_ASSETS/09_FONTS/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('04_ASSETS/09_FONTS/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('04_ASSETS/09_FONTS/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('04_ASSETS/09_FONTS/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* â”€â”€â”€ Reset & Base â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
*, *::before, *::after {
  box-sizing: border-box;
  font-synthesis: none;
}

html, body {
  margin: 0;
  background-color: #BDBDB8 !important; /* Primary Background: Gris Piedra */
  color: #151515 !important; /* Matte Black */
  font-family: 'Montserrat', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  transition: background 0.4s ease, color 0.4s ease;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

/* â”€â”€â”€ Header â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  border-bottom: 1px solid rgba(21, 21, 21, 0.12);
  background: rgba(189, 189, 184, 0.85); /* Blurred stone grey */
  backdrop-filter: blur(14px);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #151515;
}

.header-back-btn {
  padding: 8px 20px;
  border: 1px solid rgba(21, 21, 21, 0.18);
  border-radius: 20px;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #151515;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header-back-btn:hover {
  background: #151515;
  color: #F1F1ED; /* Off-White */
  border-color: #151515;
}

/* â”€â”€â”€ Hero Audiovisual 02 â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.universe-hero-full {
  position: relative;
  width: 100vw;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #080808;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(21, 21, 21, 0.12);
}

.universe-hero-full video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.universe-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18) !important; /* Subtle video overlay */
  z-index: 1;
}

.universe-hero-copy {
  position: absolute;
  left: 6vw;
  bottom: 12%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #F1F1ED; /* Off-white text on image */
}

.detail-num {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  color: #AFAFAC;
  font-weight: 700;
  text-transform: uppercase;
}
body.dynamic-mode .detail-num { color: #F1F1ED !important; }

.universe-hero-copy h1 {
  font-weight: 800; /* Montserrat Extra Bold */
  font-size: clamp(2rem, 5.5vw, 5rem);
  margin: 10px 0;
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: #ffffff !important;
  -webkit-text-fill-color: initial;
  text-fill-color: initial;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.universe-hero-copy h1.is-visible {
  opacity: 1;
  transform: translateY(0);
}
body.dynamic-mode .universe-hero-copy h1 {
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #ffffff !important;
  -webkit-text-fill-color: initial;
  text-fill-color: initial;
}

.detail-subtitle {
  font-size: clamp(0.9rem, 1.6vw, 1.35rem);
  line-height: 1.45;
  color: rgba(241, 238, 231, 0.8);
  max-width: 750px;
  margin: 0;
  font-weight: 300;
}

/* â”€â”€â”€ Atmosphere background wrapper â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.universe-atmosphere-wrapper {
  position: relative;
  z-index: 5;
  background-color: #BDBDB8 !important; /* Stone background */
  overflow: hidden;
}

.universe-atmosphere-wrapper::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: url('04_ASSETS/05_EDITORIAL/07_WEB_DIGITAL/WEB_DIGITAL_BACKGROUND_INTERFACE_01_9X16.png') !important;
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: -2 !important;
  opacity: 0.08 !important;
  filter: grayscale(1) contrast(1.1) !important; /* Grayscale filter strips all cyan color from image */
  transition: opacity 0.4s ease, filter 0.4s ease !important;
}
body.dynamic-mode .universe-atmosphere-wrapper::before {
  opacity: 0.14 !important;
  filter: grayscale(1) contrast(1.15) !important;
}

.universe-atmosphere-wrapper::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(189, 189, 184, 0.78) !important; /* Muted stone grey overlay */
  z-index: -1 !important;
  pointer-events: none !important;
}

/* Detail Block standard */
.detail-block {
  padding: 120px 8vw;
}

/* â”€â”€â”€ 03 â€” IntroducciÃ³n â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.intro-block {
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.intro-text {
  font-size: clamp(1.4rem, 2.8vw, 2.5rem);
  line-height: 1.35;
  color: #151515;
  margin: 0;
  font-weight: 300;
  letter-spacing: -0.01em;
}
body.dynamic-mode .intro-text {
  font-weight: 800;
  letter-spacing: -0.03em;
}

/* â”€â”€â”€ 05 â€” Dos MÃ³dulos Iniciales â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.visual-modules-block {
  padding-top: 20px;
  padding-bottom: 120px;
}

.test-modules-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.test-module-card {
  position: relative;
  background: #CECECA !important; /* Product surface panels */
  border: 1px solid rgba(21, 21, 21, 0.12) !important;
  border-radius: 12px;
  padding: 24px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  overflow: hidden;
  transition: all 0.4s ease;
}
.test-module-card:hover {
  background: #D9D9D5 !important;
  border-color: rgba(21, 21, 21, 0.2) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
  transform: translateY(-6px);
}
body.dynamic-mode .test-module-card:hover {
  background: #F1F1ED !important;
  border-color: #151515 !important;
}

.test-img {
  width: 100%;
  height: 380px;
  background-size: cover;
  background-position: center;
  filter: grayscale(1) brightness(0.8) !important; /* Grayscale layout images */
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.5s ease;
}
.test-module-card:hover .test-img {
  filter: grayscale(1) brightness(0.95) !important;
  border-color: rgba(255, 255, 255, 0.3);
}

.test-info {
  margin-top: 20px;
  text-align: left;
}

.test-label {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: #4A4A48;
  font-weight: 700;
}
body.dynamic-mode .test-label { color: #151515 !important; }

/* â”€â”€â”€ 06 â€” CTA Final â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.universe-cta-block {
  text-align: center;
  padding: 120px 8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.universe-cta-text {
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  line-height: 1.4;
  max-width: 900px;
  margin: 0 auto;
  font-weight: 300; /* Montserrat Light */
  letter-spacing: -0.01em;
  color: #151515;
}
body.dynamic-mode .universe-cta-text {
  font-weight: 800; /* Montserrat Extra Bold */
  letter-spacing: -0.03em;
}

.universe-cta-btn {
  display: inline-block;
  padding: 16px 40px;
  background: #151515; /* Matte Black */
  color: #F1F1ED; /* Off-White */
  border-radius: 30px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid #151515;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.universe-cta-btn:hover {
  background: transparent;
  color: #151515;
  border-color: #151515;
}
body.dynamic-mode .universe-cta-btn {
  background: #151515;
  color: #F1F1ED;
  border-color: #151515;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}
body.dynamic-mode .universe-cta-btn:hover {
  background: #191919 !important;
  color: #ff0055 !important;
  border-color: #ff0055 !important;
  box-shadow: 0 0 20px rgba(255, 0, 85, 0.4), 0 0 40px rgba(57, 255, 20, 0.2) !important;
  text-shadow: 0 0 5px rgba(255, 0, 85, 0.5);
}

/* â”€â”€â”€ Caso Destacado â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.featured-case-block {
  display: flex;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 60px;
}

.featured-case-card {
  position: relative;
  width: 82%;
  max-width: 1180px;
  aspect-ratio: 16 / 9;
  background: #151515; /* Negro mate */
  border-radius: 12px;
  border: 1px solid rgba(21, 21, 21, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: block;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease;
}
.featured-case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
  border-color: rgba(21, 21, 21, 0.3);
}

.featured-video-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.featured-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.featured-case-card:hover .featured-video {
  transform: scale(1.04);
}

.featured-video-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 2;
  transition: opacity 0.4s ease;
}
.featured-case-card:hover .featured-video-overlay {
  background: transparent;
}

.featured-case-info {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 35px;
  z-index: 10;
  color: #F1F1ED; /* Off-white text */
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.featured-tag {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #AFAFAC; /* Grey tag */
  text-transform: uppercase;
}

.featured-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.featured-title {
  font-size: clamp(1.4rem, 2.5vw, 2.4rem);
  font-weight: 800; /* Extra Bold Montserrat */
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #F1F1ED;
}

.featured-cta {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #F1F1ED;
  border-bottom: 1.5px solid rgba(241, 241, 237, 0.35);
  padding-bottom: 4px;
  transition: all 0.3s ease;
  margin-bottom: 4px;
}
.featured-case-card:hover .featured-cta {
  border-color: #F1F1ED;
}

.featured-subtitle {
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #AFAFAC;
  text-transform: uppercase;
}

.sound-toggle-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(21, 21, 21, 0.75); /* Negro mate semitransparente */
  border: 1px solid rgba(241, 241, 237, 0.25);
  border-radius: 20px;
  padding: 8px 16px;
  color: #F1F1ED; /* Blanco roto */
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500; /* Montserrat Medium */
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}
.sound-toggle-btn:hover {
  background: #151515; /* Negro mate sÃ³lido */
  border-color: #F1F1ED;
}
.sound-toggle-btn:focus {
  border-color: #F1F1ED;
}

/* â”€â”€â”€ Footer â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.footer {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  border-top: 1px solid rgba(21, 21, 21, 0.12);
  font-size: 0.58rem;
  color: #4A4A48;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.footer span { flex-grow: 1; }

.footer-back-btn {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(21, 21, 21, 0.2);
  padding-bottom: 4px;
  color: #151515;
  transition: all 0.3s ease;
}
.footer-back-btn:hover {
  color: #151515;
  border-color: #151515;
}

/* â”€â”€â”€ Responsive Queries â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 768px) {
  /* Universe Hero */
  .universe-hero-full { aspect-ratio: 9 / 16; }
  .universe-hero-copy { bottom: 8%; left: 5vw; }
  .universe-hero-copy h1 { font-size: 1.8rem; }
  .detail-subtitle { font-size: 0.8rem; line-height: 1.4; }

  /* Detail blocks */
  .detail-block { padding: 80px 6vw; }
  .intro-block { padding-bottom: 40px; }

  /* Two Neutral Test Modules */
  .visual-modules-block { padding-top: 0; padding-bottom: 80px; }
  .test-modules-grid { grid-template-columns: 1fr; gap: 40px; }
  .test-img { height: 260px; }
  
  /* CTA */
  .universe-cta-block { padding: 80px 5vw; gap: 30px; }
  .universe-cta-btn { padding: 14px 30px; }

  /* Caso Destacado Mobile */
  .featured-case-block {
    padding: 60px 6vw 40px;
  }
  .featured-case-card {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .featured-case-info {
    left: 20px;
    right: 20px;
    bottom: 20px;
    gap: 4px;
  }
  .featured-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .featured-cta {
    font-size: 0.6rem;
    margin-bottom: 0;
  }
  .featured-title {
    font-size: 1.3rem;
  }
  .sound-toggle-btn {
    top: 15px;
    right: 15px;
    padding: 6px 12px;
    font-size: 0.55rem;
  }
}

/* ==========================================================================
   NEXT GEN LAB CONSOLE FEATURED BLOCK (V05 EXACT OCTANE ALIGNMENT)
   ========================================================================== */
.nextgen-video-desktop {
  display: block;
}

.nextgen-video-mobile {
  display: none;
}

.nextgen-desc-extra-row {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.nextgen-desc-extra-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #c6d7eb; /* Bright high-contrast ice-blue */
  text-transform: uppercase;
}

.nextgen-case-card .featured-tag {
  color: #0088ff !important; /* Electric tech blue tag */
  font-weight: 700 !important;
  text-shadow: 0 0 10px rgba(0, 136, 255, 0.3);
}

.nextgen-case-card .featured-subtitle {
  color: #00a2ff !important; /* Brighter electric tech blue subtitle */
  font-weight: 700 !important;
  text-shadow: 0 0 10px rgba(0, 136, 255, 0.3);
}

.nextgen-case-card .featured-video-overlay {
  background: linear-gradient(to top, rgba(5, 8, 17, 0.95) 0%, rgba(5, 8, 17, 0.7) 45%, rgba(5, 8, 17, 0.15) 100%);
  opacity: 1;
}

.nextgen-case-card:hover .featured-video-overlay {
  background: linear-gradient(to top, rgba(5, 8, 17, 0.9) 0%, rgba(5, 8, 17, 0.6) 45%, rgba(5, 8, 17, 0.1) 100%);
}

body.dynamic-mode .nextgen-case-card:hover {
  border-color: rgba(0, 162, 255, 0.45) !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), 0 0 25px rgba(0, 162, 255, 0.18) !important;
}

@media (max-width: 768px) {
  .nextgen-video-desktop {
    display: none;
  }
  .nextgen-video-mobile {
    display: block;
  }
  .nextgen-case-card .featured-video-overlay {
    background: linear-gradient(to top, rgba(5, 8, 17, 0.98) 0%, rgba(5, 8, 17, 0.85) 60%, rgba(5, 8, 17, 0.3) 100%);
  }
}

/* ==========================================================================
   GLITCH FEATURED BLOCK (OCTANE & NEXT GEN ALIGNMENT)
   ========================================================================== */
.glitch-case-card .featured-tag {
  color: #39ff14 !important; /* Neon green fluor accent for Glitch */
  font-weight: 700 !important;
  text-shadow: 0 0 10px rgba(57, 255, 20, 0.3);
}

.glitch-case-card .featured-subtitle {
  color: #39ff14 !important;
  font-weight: 700 !important;
  text-shadow: 0 0 10px rgba(57, 255, 20, 0.3);
}

.glitch-case-card .featured-video-overlay {
  background: linear-gradient(to top, rgba(17, 5, 12, 0.95) 0%, rgba(17, 5, 12, 0.7) 45%, rgba(17, 5, 12, 0.15) 100%);
  opacity: 1;
}

.glitch-case-card:hover .featured-video-overlay {
  background: linear-gradient(to top, rgba(17, 5, 12, 0.9) 0%, rgba(17, 5, 12, 0.6) 45%, rgba(17, 5, 12, 0.1) 100%);
}

body.dynamic-mode .glitch-case-card:hover {
  border-color: rgba(57, 255, 20, 0.45) !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), 0 0 25px rgba(57, 255, 20, 0.18) !important;
}

body.dynamic-mode .featured-case-card:not(.nextgen-case-card):not(.glitch-case-card):hover {
  border-color: rgba(0, 136, 255, 0.45) !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), 0 0 25px rgba(0, 136, 255, 0.18) !important;
}

@media (max-width: 768px) {
  .glitch-case-card .featured-video-overlay {
    background: linear-gradient(to top, rgba(17, 5, 12, 0.98) 0%, rgba(17, 5, 12, 0.85) 60%, rgba(17, 5, 12, 0.3) 100%);
  }
}

/* ==========================================================================
   WIDESCREEN FULL TRANSITION BLOCK & INTERACTIVE VISUAL STUDIO LAB
   ========================================================================== */
.fullscreen-transition-section {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  margin-top: 60px;
  margin-bottom: 60px;
}
.fullscreen-transition-section picture {
  display: contents;
}
.fullscreen-transition-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.fullscreen-transition-section:hover .fullscreen-transition-img {
  transform: scale(1.04);
}
.fullscreen-transition-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 60%, transparent 100%);
  pointer-events: none;
}
.fullscreen-transition-copy {
  position: absolute;
  left: 8vw;
  bottom: 12%;
  z-index: 10;
  color: #F1F1ED;
  text-align: left;
}
.fullscreen-transition-copy h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(1.4rem, 3.2vw, 3.2rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff !important;
  -webkit-text-fill-color: initial;
  text-fill-color: initial;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.6));
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
}
.fullscreen-transition-copy h2.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.fullscreen-transition-section:hover .fullscreen-transition-copy h2 {
  transform: scale(1.02) translateY(0);
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.4)) drop-shadow(0 4px 8px rgba(0,0,0,0.6));
}
body.dynamic-mode .fullscreen-transition-copy h2 {
  color: #ffffff !important;
  -webkit-text-fill-color: initial;
  text-fill-color: initial;
}
body.dynamic-mode .fullscreen-transition-section:hover .fullscreen-transition-copy h2 {
  transform: scale(1.02) translateY(0);
  filter: drop-shadow(0 0 15px rgba(255, 0, 85, 0.7)) drop-shadow(0 4px 8px rgba(0,0,0,0.6));
}

@media (max-width: 768px) {
  .fullscreen-transition-section {
    aspect-ratio: 9 / 16;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .fullscreen-transition-copy {
    left: 6vw;
    bottom: 8%;
  }
  .fullscreen-transition-copy h2 {
    font-size: 1.4rem;
  }
}

/* --- Interactive Studio Lab Styles --- */
.lab-section {
  position: relative;
  padding: clamp(60px, 8vh, 100px) 8vw;
  border-top: 1px solid rgba(21, 21, 21, 0.12);
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* Micrometric Pixel Grid Background */
.lab-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(21, 21, 21, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 21, 21, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  background-position: center top;
  pointer-events: none;
  z-index: 0;
}

body.dynamic-mode .lab-section::before {
  background-image: 
    linear-gradient(rgba(255, 0, 85, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 0, 85, 0.02) 1px, transparent 1px);
}

.lab-header,
.lab-layout {
  position: relative;
  z-index: 1;
}

.lab-header {
  margin-bottom: 40px;
  text-align: left;
}

.lab-kicker {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #4A4A48;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}
body.dynamic-mode .lab-kicker {
  color: #151515;
}
body.dynamic-mode .lab-kicker::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: #151515;
}

.lab-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 800;
  margin: 10px 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #151515;
}

.lab-subtitle {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(0.85rem, 1.4vw, 1.1rem);
  font-weight: 400;
  line-height: 1.5;
  color: #4A4A48;
  margin: 0;
}

.lab-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
}

/* Left Column: Interactive Canvas */
.lab-canvas-container {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.04) 0%, rgba(9, 8, 8, 0.96) 100%);
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  overflow: hidden;
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255,255,255,0.4);
  backdrop-filter: blur(20px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lab-canvas-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 45px 85px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(255,255,255,0.4);
}

body:not(.dynamic-mode) .lab-canvas-container:hover {
  border-color: rgba(140, 118, 79, 0.4);
  box-shadow: 0 45px 85px rgba(0, 0, 0, 0.18), 0 0 30px rgba(140, 118, 79, 0.06), inset 0 1px 2px rgba(255,255,255,0.4);
}

body.dynamic-mode .lab-canvas-container {
  background: radial-gradient(circle at center, rgba(255, 0, 85, 0.05) 0%, rgba(9, 8, 8, 0.98) 100%);
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35), 0 0 50px rgba(255, 0, 85, 0.02), inset 0 1px 1px rgba(255,255,255,0.05);
}

body.dynamic-mode .lab-canvas-container:hover {
  border-color: rgba(255, 0, 85, 0.45) !important;
  box-shadow: 0 45px 85px rgba(0, 0, 0, 0.45), 0 0 30px rgba(255, 0, 85, 0.18), inset 0 1px 1px rgba(255,255,255,0.05) !important;
}

.lab-canvas-container:hover .lab-preview-wrapper {
  transform: scale(1.04);
}

.lab-preview-wrapper {
  position: relative;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.6);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lab-preview-img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  transition: filter 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Grid Guides Overlay */
.lab-grid-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.lab-preview-wrapper.guides-active .lab-grid-overlay {
  opacity: 1;
}

/* Guide Lines */
.guide-box {
  position: absolute;
  border: 1px dashed rgba(0, 240, 255, 0.35);
  inset: 8%;
}
.guide-center-x {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  border-left: 1px dashed rgba(210, 31, 60, 0.3);
}
.guide-center-y {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 1px dashed rgba(210, 31, 60, 0.3);
}
.guide-crosshair {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 240, 255, 0.5);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.guide-crosshair::before, .guide-crosshair::after {
  content: "";
  position: absolute;
  background: rgba(0, 240, 255, 0.5);
}
.guide-crosshair::before {
  top: 50%; left: -4px; right: -4px; height: 1px;
}
.guide-crosshair::after {
  left: 50%; top: -4px; bottom: -4px; width: 1px;
}

/* Print Crop Marks */
.crop-mark {
  position: absolute;
  width: 15px;
  height: 15px;
  border-color: rgba(255, 255, 255, 0.4);
  border-style: solid;
  border-width: 0;
}
.crop-mark.top-left { top: 4%; left: 4%; border-top-width: 1px; border-left-width: 1px; }
.crop-mark.top-right { top: 4%; right: 4%; border-top-width: 1px; border-right-width: 1px; }
.crop-mark.bottom-left { bottom: 4%; left: 4%; border-bottom-width: 1px; border-left-width: 1px; }
.crop-mark.bottom-right { bottom: 4%; right: 4%; border-bottom-width: 1px; border-right-width: 1px; }

/* Gloss Foil Reflection Layer */
.lab-reflection-layer {
  position: absolute;
  inset: 0;
  z-index: 5;
  mix-blend-mode: overlay;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

@keyframes sweepReflection {
  0% { transform: translate(-100%, -100%) rotate(45deg); }
  100% { transform: translate(100%, 100%) rotate(45deg); }
}

.reflection-active .lab-reflection-layer {
  opacity: 1;
}
.reflection-sweep .lab-reflection-layer::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%; left: -50%;
  background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.45) 50%, transparent 60%);
  animation: sweepReflection 1.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.reflection-gold .lab-reflection-layer::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%; left: -50%;
  background: linear-gradient(45deg, transparent 40%, rgba(255, 215, 0, 0.6) 50%, transparent 60%);
  animation: sweepReflection 1.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

/* Right Column: Console Controls */
.lab-console {
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 24px;
  padding: clamp(20px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255,255,255,0.4);
  backdrop-filter: blur(25px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body.dynamic-mode .lab-console {
  background: rgba(21, 21, 21, 0.6);
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35), inset 0 1px 1px rgba(255,255,255,0.05);
}

.console-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.console-label {
  font-family: monospace;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4A4A48;
}
body.dynamic-mode .console-label {
  color: #151515;
}

/* Thumbnails list */
.thumb-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.thumb-item {
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 21, 0.15);
  background: #090808;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  transition: all 0.3s ease;
}
.thumb-item img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.thumb-item.active {
  border-color: #151515;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(21, 21, 21, 0.15);
}
body.dynamic-mode .thumb-item.active {
  border-color: #ff0055;
  box-shadow: 0 4px 12px rgba(255, 0, 85, 0.25);
}
.thumb-item:hover img {
  transform: scale(1.05);
}

/* Control Button Groups */
.control-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.control-btn {
  flex: 1;
  min-width: 90px;
  background: transparent;
  border: 1px solid rgba(21, 21, 21, 0.2);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  color: #4A4A48;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
}
.control-btn:hover:not(.active) {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.control-btn:hover {
  border-color: #151515;
  color: #151515;
}
body:not(.dynamic-mode) .control-btn:hover:not(.active) {
  border-color: #8c764f;
  color: #8c764f;
  background: rgba(140, 118, 79, 0.04);
}
body.dynamic-mode .control-btn:hover:not(.active) {
  border-color: #ff0055 !important;
  color: #ff0055 !important;
  background: rgba(255, 0, 85, 0.05);
  box-shadow: 0 0 10px rgba(255, 0, 85, 0.15);
}
.control-btn.active {
  background: #151515;
  border-color: #151515;
  color: #F1F1ED;
}
body.dynamic-mode .control-btn.active {
  background: #ff0055;
  border-color: #ff0055;
  color: #F1F1ED;
  box-shadow: 0 0 12px rgba(255, 0, 85, 0.25);
}

/* Toggle Guides Switch */
.guides-toggle-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(21, 21, 21, 0.12);
  border-bottom: 1px solid rgba(21, 21, 21, 0.12);
  padding: 16px 0;
}

/* Spec sheet panel terminal */
.spec-panel {
  background: #0d0c0a;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 18px 22px;
  font-family: monospace;
  font-size: 0.68rem;
  line-height: 1.6;
  color: #52d8ed;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.6);
}
.spec-line {
  display: flex;
  justify-content: space-between;
}
.spec-line span:first-child {
  color: rgba(82, 216, 237, 0.55);
}
.spec-line span:last-child {
  font-weight: 700;
}

@media (max-width: 980px) {
  .lab-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .lab-canvas-container {
    aspect-ratio: 16/9;
    height: auto;
    max-height: 60vh;
  }
}
@media (max-width: 500px) {
  .lab-canvas-container {
    padding: 16px;
  }
  .thumb-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* Mobile-only: hide the single horizontal specimen (3rd thumbnail) from the
   selector and switch the viewer to a vertical 9:16 box for the remaining
   four vertical pieces. Desktop/tablet (>768px) are untouched. */
@media (max-width: 768px) {
  .thumb-grid .thumb-item:nth-child(3) {
    display: none;
  }
  .thumb-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .lab-canvas-container {
    aspect-ratio: 9 / 16;
    width: auto;
    height: 70vh;
    max-width: 100%;
    max-height: 70vh;
    margin: 0 auto;
  }
}

/* â”€â”€â”€ PANTALLA DE BLOQUEO POR ORIENTACIÃ“N (PORTRAIT PHONES ONLY) â”€â”€â”€ */
.orientation-blocker-overlay {
  position: fixed;
  inset: 0;
  background-color: #000000;
  z-index: 999999;
  display: none; /* Se controla dinÃ¡micamente con JS */
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
  backdrop-filter: blur(10px);
}

/* Solo se aplica en telÃ©fonos mÃ³viles y en orientaciÃ³n vertical */
@media (max-width: 768px) and (orientation: portrait) {
  /* La clase .active-blocker la aÃ±ade JS al pulsar Octane/Glitch */
  .orientation-blocker-overlay.active-blocker {
    display: flex !important;
  }
}

.blocker-content {
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  animation: blockerFadeIn 0.5s ease-out forwards;
}

@keyframes blockerFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.blocker-icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(82, 216, 237, 0.05);
  border: 1px solid rgba(82, 216, 237, 0.2);
  border-radius: 50%;
  margin-bottom: 5px;
  animation: pulseIcon 2s infinite ease-in-out;
}

.rotate-phone-svg {
  width: 36px;
  height: 36px;
  animation: rotatePhoneAnim 2.5s infinite ease-in-out;
}

@keyframes rotatePhoneAnim {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(90deg); }
  75% { transform: rotate(90deg); }
  100% { transform: rotate(0deg); }
}

@keyframes pulseIcon {
  0% { box-shadow: 0 0 0 0 rgba(82, 216, 237, 0.2); }
  70% { box-shadow: 0 0 0 15px rgba(82, 216, 237, 0); }
  100% { box-shadow: 0 0 0 0 rgba(82, 216, 237, 0); }
}

.blocker-text-es, .blocker-text-en {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blocker-content h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(14px, 4vw, 16px);
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #52d8ed;
  text-transform: uppercase;
  margin: 0;
}

.blocker-content p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.05em;
  margin: 0;
}

.blocker-content p.highlight {
  color: #ffffff;
  font-weight: 700;
}

/* Evitar scroll detrÃ¡s del bloqueo */
body.lock-scroll {
  overflow: hidden !important;
  touch-action: none;
}









/* ==========================================================================
   CSS TRASLADADO DESDE MARCA Y DIRECCIÃ“N A EXPERIENCIAS DIGITALES
   SISTEMAS QUE CONECTAN + DIRECCIÃ“N DE ARTE EN MOVIMIENTO + LAB TIPOGRÃFICO
   ========================================================================== */


/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Section 1: Identity & Creative Direction (Always Fullscreen) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.section-identity {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  background-color: var(--hero-bg) !important;
  color: var(--hero-text) !important;
  border-bottom: 1px solid var(--border-color);
  transition: background-color 0.5s ease, border-color 0.5s ease;
}

body.dynamic-mode .section-identity {
  border-bottom: 1px solid rgba(0, 229, 255, 0.15);
}

/* Color overrides inside Section 1 (Identity) to ensure text legibility over dark video in Classic Mode */
/* Estilos unificados para kickers en Classic Mode */
.section-kicker {
  font-family: 'Outfit', 'Montserrat', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.18em !important;
  display: inline-block !important;
}

.section-identity .section-kicker {
  color: #c5a880 !important; /* Dorado/champagne elegante en Classic */
}
.section-identity .section-title {
  color: #FFFFFF !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* Mejorar contraste sobre el video */
}
.section-identity .section-desc {
  color: rgba(255, 255, 255, 0.85) !important;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); /* Mejorar contraste sobre el video */
}

body.dynamic-mode .section-identity .section-kicker {
  color: var(--accent-color) !important;
  text-shadow: 0 0 10px rgba(0, 229, 255, 0.4), 0 2px 5px rgba(0, 0, 0, 0.5);
}
body.dynamic-mode .section-identity .section-title {
  color: #FFFFFF !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
body.dynamic-mode .section-identity .section-desc {
  color: rgba(255, 255, 255, 0.85) !important;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.identity-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.identity-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  display: block;
}

.identity-content-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding-left: 8vw;
  box-sizing: border-box;
}

.identity-text {
  max-width: 560px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.identity-decor-line {
  width: 1px;
  height: 50px;
  background: #c5a880; /* Dorado elegante */
  margin-bottom: 24px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.1s;
}

.in-view .identity-decor-line {
  transform: scaleY(1);
}

body.dynamic-mode .identity-decor-line {
  height: 2px;
  width: 60px;
  background: var(--accent-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body.dynamic-mode .in-view .identity-decor-line {
  transform: scaleX(1);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Section 2: Brand Activations (Classic Beige) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.section-activations {
  position: relative;
  padding: 140px 0;
  background-color: var(--bg-color) !important;
  border-bottom: 1px solid var(--border-color);
  transition: background-color 0.5s ease, border-color 0.5s ease;
}

body.dynamic-mode .section-activations {
  background-color: #020406 !important;
}

.section-activations .section-container {
  width: min(95vw, 1550px);
  max-width: none;
  padding: 0 4vw;
  margin: 0 auto;
}

.section-activations .section-kicker {
  color: #7a6245 !important; /* Bronce ocre oscuro de alto contraste en Classic */
}

.activations-header {
  text-align: left;
  max-width: 620px;
  margin: 0 0 80px 0;
}

.section-subtitle {
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  line-height: 1.55;
  font-weight: 300;
  color: rgba(var(--accent-rgb), 0.65);
  margin: 15px 0 0;
}

.activations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 2.5vw, 40px); /* Refinado para ganar espacio lateral ÃƒÂºtil */
}

@media (max-width: 768px) {
  .activations-grid {
    grid-template-columns: 1fr;
  }
}

.activation-card {
  display: flex;
  flex-direction: column;
  background: transparent;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.activation-card .card-media {
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(var(--accent-rgb), 0.08);
  background: #0d0c0b;
  /* Soft contact shadow at initial state */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

body.dynamic-mode .activation-card .card-media {
  border-radius: 0px;
  border: 1px solid rgba(var(--accent-rgb), 0.15);
  background: #020406;
}

.activation-card .card-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ LIFT-OFF HOVER EFFECT (Despegarse del suelo) Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.activation-card:hover .card-media {
  transform: translateY(-16px) scale(1.02);
  border-color: rgba(var(--accent-rgb), 0.2);
  /* Massive, expanded, soft elevation shadow simulating distance from surface */
  box-shadow: 0 45px 85px rgba(0, 0, 0, 0.35), 0 15px 30px rgba(0, 0, 0, 0.12);
}

body.dynamic-mode .activation-card:hover .card-media {
  border-color: var(--accent-color);
  box-shadow: 0 45px 85px rgba(0, 229, 255, 0.25), 0 15px 30px rgba(0, 229, 255, 0.12);
}

.activation-card .card-info {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.card-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.activation-card .card-num {
  font-size: 1.6rem;
  font-weight: 700;
  opacity: 0.85; /* Mucho mÃƒÂ¡s identificativo en Classic */
  color: #8C2D19; /* BorgoÃƒÂ±a identificativo de Classic */
}

body.dynamic-mode .activation-card .card-num {
  color: var(--accent-color);
  opacity: 0.75;
  font-weight: 600;
}

.card-tech-marker {
  display: none;
}

body.dynamic-mode .card-tech-marker {
  display: inline;
  font-family: monospace;
  font-size: 0.65rem;
  color: var(--accent-color);
  opacity: 0.8;
  letter-spacing: 0.05em;
}

.activation-card .card-kicker {
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(var(--accent-rgb), 0.45);
  margin-top: 4px;
}

.activation-card .card-title {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 700;
  color: var(--text-color);
  margin: 2px 0;
  letter-spacing: -0.01em;
}

.activation-card .card-desc {
  font-size: 0.82rem;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(var(--accent-rgb), 0.60);
  margin: 0;
}

body.dynamic-mode .activation-card .card-desc {
  font-weight: 400;
}


  /* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ TYPOGRAPHY DYNAMICS LAB INTEGRATION Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
  .summum-typo-lab-section {
  position: relative;
  padding: clamp(80px, 11vh, 130px) clamp(24px, 6vw, 100px);
  background: radial-gradient(circle at 50% 0%, #121110 0%, #080808 100%); /* Gradiente cinemÃƒÂ¡tico de estudio */
  border-top: 1px solid rgba(197, 168, 128, 0.15); /* Borde superior champagne sutil */
  border-bottom: 1px solid rgba(197, 168, 128, 0.15); /* Borde inferior champagne sutil */
  overflow: hidden;
  }
  .summum-typo-lab-section .section-title {
    color: #ffffff !important;
  }
  .summum-typo-lab-section .section-kicker {
    color: #c5a880 !important; /* Dorado/champagne elegante en modo clÃƒÂ¡sico */
  }
  body.dynamic-mode .summum-typo-lab-section .section-kicker {
    color: var(--accent-color) !important; /* Cian en modo dinÃƒÂ¡mico */
  }
  .summum-typo-lab-section .section-subtitle {
    color: rgba(255, 255, 255, 0.6) !important;
  }
  
  /* Contenedores y estructura con Rejilla 3D TÃƒÂ©cnica de fondo */
  .summum-typo-lab-viewport {
  width: 100%;
  margin: 40px auto;
  background-color: #040404;
  background-image: 
    linear-gradient(rgba(197, 168, 128, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(197, 168, 128, 0.02) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: center;
  border: 1px solid rgba(197, 168, 128, 0.22); /* Borde dorado champagne */
  border-radius: 24px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
    perspective: 1000px; /* Escenario 3D */
    transform-style: preserve-3d;
    box-shadow: 
      0 25px 65px rgba(0, 0, 0, 0.65), 
      0 0 40px rgba(197, 168, 128, 0.08), 
      inset 0 1px 1px rgba(255, 255, 255, 0.1); /* Profundidad visual 3D */
  }
  body.dynamic-mode .summum-typo-lab-viewport {
    border: 1px solid var(--border-color);
    background-image: 
      linear-gradient(rgba(0, 229, 255, 0.018) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 229, 255, 0.018) 1px, transparent 1px);
    box-shadow: 
      0 25px 65px rgba(0, 0, 0, 0.80), 
      0 0 45px rgba(0, 229, 255, 0.05), 
      inset 0 1px 1px rgba(0, 229, 255, 0.08); /* Sombra tÃƒÂ©cnica cian para Dynamic Mode */
  }

  /* Spotlight interactivo detrÃƒÂ¡s de las letras */
  .summum-typo-lab-spotlight {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 255, 255, 0.04) 0%, transparent 60%);
    transition: background 0.15s ease-out;
  }
  
  /* TelemetrÃƒÂ­a e indicadores tÃƒÂ©cnicos */
  .summum-typo-lab-telemetry {
    position: absolute;
    font-family: 'Outfit', sans-serif;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.22);
    pointer-events: none;
    text-transform: uppercase;
    z-index: 2;
    transition: color 0.3s;
  }
  body.dynamic-mode .summum-typo-lab-telemetry {
    color: rgba(0, 229, 255, 0.32);
  }
  .summum-typo-lab-tel-tl { top: 15px; left: 20px; }
  .summum-typo-lab-tel-tr { top: 15px; right: 20px; text-align: right; }
  .summum-typo-lab-tel-bl { bottom: 15px; left: 20px; }
  .summum-typo-lab-tel-br { bottom: 15px; right: 20px; text-align: right; }

  .summum-typo-lab-target-wrap {
    position: relative;
    z-index: 5; /* Asegura quedar por encima del spotlight */
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    box-sizing: border-box;
    transform-style: preserve-3d;
    transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
  }

  /* Texto base */
  .summum-typo-lab-text-inner {
    position: relative;
    z-index: 10;
    font-size: clamp(2.4rem, 8vw, 6rem);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.04em;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
  }

  /* --- EFECTO 1: TURBULENCIAS (AIRBORNE) --- */
  .summum-typo-lab-target-wrap[data-active-effect="turbulence"] .summum-typo-lab-text-inner {
    font-family: "Montserrat", sans-serif;
    filter: url(#summum-typo-svg-displacement);
    letter-spacing: 0.08em;
    color: #ffffff;
    text-shadow: 0 0 12px rgba(54,161,255,0.9), 0 0 25px rgba(54,161,255,0.55), 0 0 45px rgba(54,161,255,0.22);
    transition: filter 0.3s ease, text-shadow 0.3s ease;
  }

  /* --- EFECTO 2: CORTOCIRCUITO (NEXT GEN RGB GLITCH) --- */
  .summum-typo-lab-target-wrap[data-active-effect="circuit"] .summum-typo-lab-text-inner {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    letter-spacing: -0.06em;
    position: relative;
    color: #fff;
    text-shadow: 0 0 12px rgba(0,240,255,0.95), 0 0 25px rgba(0,240,255,0.6), 0 0 40px rgba(0,240,255,0.3), 0.05em 0 0 rgba(255,0,80,0.4), -0.025em -0.05em 0 rgba(0,255,200,0.4);
    animation: summum-typo-circuit-blink 0.1s infinite;
  }
  .summum-typo-lab-target-wrap[data-active-effect="circuit"] .summum-typo-lab-text-inner::before,
  .summum-typo-lab-target-wrap[data-active-effect="circuit"] .summum-typo-lab-text-inner::after {
    content: attr(data-text);
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: transparent;
    opacity: 0.8;
  }
  .summum-typo-lab-target-wrap[data-active-effect="circuit"] .summum-typo-lab-text-inner::before {
    left: 4px;
    text-shadow: -2px 0 #ff00c1, 0 0 10px rgba(255,0,193,0.5);
    clip: rect(30px, 9999px, 45px, 0);
    animation: summum-typo-glitch-anim 2.5s infinite linear alternate-reverse;
  }
  .summum-typo-lab-target-wrap[data-active-effect="circuit"] .summum-typo-lab-text-inner::after {
    left: -4px;
    text-shadow: -2px 0 #00fff9, 0 0 10px rgba(0,255,249,0.5);
    clip: rect(70px, 9999px, 105px, 0);
    animation: summum-typo-glitch-anim-2 2.5s infinite linear alternate-reverse;
  }

  @keyframes summum-typo-circuit-blink {
    0%, 100% { opacity: 1; transform: skewX(0deg); }
    33% { opacity: 0.95; transform: skewX(-2deg); }
    66% { opacity: 0.98; transform: skewX(2deg); }
  }
  @keyframes summum-typo-glitch-anim {
    0% { clip: rect(15px, 9999px, 66px, 0); transform: translate3d(2px, -2px, 0); }
    10% { clip: rect(34px, 9999px, 55px, 0); transform: translate3d(-3px, 3px, 0); }
    20% { clip: rect(78px, 9999px, 110px, 0); transform: translate3d(1px, -1px, 0); }
    30% { clip: rect(12px, 9999px, 25px, 0); transform: translate3d(3px, 2px, 0); }
    40% { clip: rect(95px, 9999px, 140px, 0); transform: translate3d(-2px, -3px, 0); }
    50% { clip: rect(50px, 9999px, 80px, 0); transform: translate3d(0, 0, 0); }
    60% { clip: rect(3px, 9999px, 42px, 0); transform: translate3d(-3px, 1px, 0); }
    70% { clip: rect(110px, 9999px, 150px, 0); transform: translate3d(2px, -2px, 0); }
    80% { clip: rect(85px, 9999px, 98px, 0); transform: translate3d(-1px, 3px, 0); }
    90% { clip: rect(25px, 9999px, 73px, 0); transform: translate3d(3px, -1px, 0); }
    100% { clip: rect(60px, 9999px, 120px, 0); transform: translate3d(1px, 2px, 0); }
  }
  @keyframes summum-typo-glitch-anim-2 {
    0% { clip: rect(70px, 9999px, 105px, 0); transform: translate3d(-2px, 2px, 0); }
    10% { clip: rect(12px, 9999px, 85px, 0); transform: translate3d(3px, -3px, 0); }
    20% { clip: rect(45px, 9999px, 50px, 0); transform: translate3d(-1px, 1px, 0); }
    30% { clip: rect(98px, 9999px, 135px, 0); transform: translate3d(-3px, -2px, 0); }
    40% { clip: rect(3px, 9999px, 28px, 0); transform: translate3d(2px, 3px, 0); }
    50% { clip: rect(60px, 9999px, 110px, 0); transform: translate3d(0, 0, 0); }
    60% { clip: rect(115px, 9999px, 148px, 0); transform: translate3d(3px, -1px, 0); }
    70% { clip: rect(35px, 9999px, 72px, 0); transform: translate3d(-2px, 2px, 0); }
    80% { clip: rect(80px, 9999px, 95px, 0); transform: translate3d(1px, -3px, 0); }
    90% { clip: rect(15px, 9999px, 52px, 0); transform: translate3d(-3px, 1px, 0); }
    100% { clip: rect(90px, 9999px, 125px, 0); transform: translate3d(-1px, -2px, 0); }
  }

  /* --- EFECTO 3: ORO LÃƒÂQUIDO METALIZADO (LIQUID GOLD SWEEP) --- */
  .summum-typo-lab-target-wrap[data-active-effect="shimmer"] .summum-typo-lab-text-inner {
    font-family: Georgia, serif;
    font-style: italic;
    background: linear-gradient(
      135deg, 
      #8a7344 0%, 
      #c5a880 22%, 
      #f5e9be 45%, 
      #ffffff 50%, 
      #f5e9be 55%, 
      #c5a880 78%, 
      #8a7344 100%
    );
    background-size: 400% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: summum-typo-gold-sweep 3s ease-in-out infinite;
    filter: drop-shadow(0 2px 8px rgba(197, 168, 128, 0.15));
  }
  @keyframes summum-typo-gold-sweep {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }

  /* --- EFECTO 4: SECCIÃƒâ€œN / SLICED (COOPER / BIKES) --- */
  .summum-typo-lab-slice-box {
    position: relative;
    z-index: 10;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
  }
  .summum-typo-lab-slice-half {
    display: block;
    font-size: clamp(2.4rem, 8vw, 6rem);
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff4500;
    text-shadow: 0 0 15px rgba(255, 69, 0, 0.95), 0 0 30px rgba(255, 69, 0, 0.6), 0 0 45px rgba(255, 69, 0, 0.3);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), color 0.4s ease, text-shadow 0.4s ease;
  }
  .summum-typo-lab-slice-half--top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    clip-path: inset(0 0 50% 0);
  }
  .summum-typo-lab-slice-half--bottom {
    clip-path: inset(50% 0 0 0);
  }
  .summum-typo-lab-slice-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff4500;
    box-shadow: 0 0 10px rgba(255, 69, 0, 0.85);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
  }

  /* Loop automÃƒÂ¡tico de Bikes */
  @keyframes summum-typo-slice-loop-top {
    0%, 100% { transform: translateY(0); color: #ffffff; text-shadow: none; }
    40%, 60% { transform: translateY(-10px); color: #ff4500; text-shadow: 0 0 15px rgba(255,69,0,0.95), 0 0 30px rgba(255,69,0,0.6); }
  }
  @keyframes summum-typo-slice-loop-bottom {
    0%, 100% { transform: translateY(0); color: #ffffff; text-shadow: none; }
    40%, 60% { transform: translateY(10px); color: #ff4500; text-shadow: 0 0 15px rgba(255,69,0,0.95), 0 0 30px rgba(255,69,0,0.6); }
  }
  @keyframes summum-typo-slice-loop-line {
    0%, 100% { transform: scaleX(0); }
    40%, 60% { transform: scaleX(1); }
  }

  .summum-typo-lab-slice-box.is-animating .summum-typo-lab-slice-half--top {
    animation: summum-typo-slice-loop-top 3s ease-in-out infinite;
  }
  .summum-typo-lab-slice-box.is-animating .summum-typo-lab-slice-half--bottom {
    animation: summum-typo-slice-loop-bottom 3s ease-in-out infinite;
  }
  .summum-typo-lab-slice-box.is-animating .summum-typo-lab-slice-line {
    animation: summum-typo-slice-loop-line 3s ease-in-out infinite;
  }

  .summum-typo-lab-viewport:hover .summum-typo-lab-slice-half--top {
    animation: none !important;
    transform: translateY(-12px);
    color: #ff4500;
    text-shadow: 0 0 15px rgba(255,69,0,0.95), 0 0 30px rgba(255,69,0,0.6);
  }
  .summum-typo-lab-viewport:hover .summum-typo-lab-slice-half--bottom {
    animation: none !important;
    transform: translateY(12px);
    color: #ff4500;
    text-shadow: 0 0 15px rgba(255,69,0,0.95), 0 0 30px rgba(255,69,0,0.6);
  }
  .summum-typo-lab-viewport:hover .summum-typo-lab-slice-line {
    animation: none !important;
    transform: scaleX(1);
  }

  /* Panel y Controles */
  .summum-typo-lab-panel {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .summum-typo-lab-selector {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
  }

  .summum-typo-lab-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.5);
    padding: 12px 20px;
    border-radius: 100px;
    font-family: "Montserrat", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
  }
  .summum-typo-lab-btn:hover {
    border-color: #c5a880;
    color: #ffffff;
    box-shadow: 0 0 8px rgba(197, 168, 128, 0.15);
  }
  .summum-typo-lab-btn.active {
    background-color: #c5a880;
    border-color: #c5a880;
    color: #000000;
    box-shadow: 0 0 15px rgba(197, 168, 128, 0.35);
  }
  
  body.dynamic-mode .summum-typo-lab-btn {
    border: 1px solid rgba(0, 229, 255, 0.2);
    color: rgba(0, 229, 255, 0.6);
  }
  body.dynamic-mode .summum-typo-lab-btn:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
    box-shadow: 0 0 8px rgba(var(--accent-rgb), 0.15);
  }
  body.dynamic-mode .summum-typo-lab-btn.active {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #020406; /* Negro frÃƒÂ­o en modo dinÃƒÂ¡mico */
    box-shadow: 0 0 15px rgba(var(--accent-rgb), 0.35);
  }

  .summum-typo-lab-input-box {
    width: 100%;
    max-width: 480px;
    position: relative;
  }
  .summum-typo-lab-input-box input {
    width: 100%;
    padding: 14px 28px;
    background-color: #030303;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    outline: none;
    letter-spacing: 1px;
    transition: border-color 0.3s;
    text-transform: uppercase;
    text-align: center;
  }
  .summum-typo-lab-input-box input:focus {
    border-color: #c5a880;
  }
  body.dynamic-mode .summum-typo-lab-input-box input {
    border: 1px solid var(--border-color);
  }
  body.dynamic-mode .summum-typo-lab-input-box input:focus {
    border-color: var(--accent-color);
  }

  @media (max-width: 768px) {
    .summum-typo-lab-viewport {
  width: 100%;
  margin: 40px auto;
  background-color: #040404;
  background-image: 
    linear-gradient(rgba(197, 168, 128, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(197, 168, 128, 0.02) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: center;
  border: 1px solid rgba(197, 168, 128, 0.22); /* Borde dorado champagne */
  border-radius: 24px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  perspective: 1000px; /* Escenario 3D */
  box-shadow: 
    0 25px 65px rgba(0, 0, 0, 0.65), 
    0 0 40px rgba(197, 168, 128, 0.08), 
    inset 0 1px 1px rgba(255, 255, 255, 0.1); /* Profundidad visual 3D */
  }
    .summum-typo-lab-selector {
      grid-template-columns: 1fr 1fr;
    }
    .summum-typo-lab-text-inner {
    position: relative;
    z-index: 10;
      font-size: clamp(2rem, 7vw, 4.5rem);
    }
    .summum-typo-lab-slice-half {
      font-size: clamp(2rem, 7vw, 4.5rem);
    }
  }
  .summum-typo-lab-instruction {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Outfit', sans-serif;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.28);
    text-transform: uppercase;
    pointer-events: none;
    text-align: center;
    width: 90%;
    transition: color 0.3s ease;
  }
  body.dynamic-mode .summum-typo-lab-instruction {
    color: rgba(0, 229, 255, 0.38);
  }
  @media (max-width: 768px) {
    .summum-typo-lab-instruction {
      font-size: 0.55rem;
      letter-spacing: 0.1em;
      top: 10px;
    }
  }
  </style>

/* ==========================================================================
   DYNAMIC MODE CONTRAST & LEGIBILITY IMPROVEMENTS (ULTRA SPECIFIC)
   ========================================================================== */

/* ─── SECTION 1: SISTEMAS QUE CONECTAN ─── */
body.dynamic-mode .section-identity .section-kicker,
body.dynamic-mode .section-identity .reveal-kicker,
body.dynamic-mode #proceso .section-kicker,
body.dynamic-mode #proceso .reveal-kicker,
body.dynamic-mode .section-identity span.section-kicker,
body.dynamic-mode .section-identity span.reveal-kicker {
  color: #00e5ff !important; /* Cian fuerte */
  -webkit-text-fill-color: #00e5ff !important; /* Forzar el color de relleno del texto */
  opacity: 1 !important;
  text-shadow: 0 0 12px rgba(0, 229, 255, 0.70), 0 2px 4px rgba(0, 0, 0, 0.9) !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
}
body.dynamic-mode .section-identity .section-title,
body.dynamic-mode #proceso .section-title,
body.dynamic-mode .section-identity h2.section-title {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7) !important;
}
body.dynamic-mode .section-identity .section-desc,
body.dynamic-mode #proceso .section-desc,
body.dynamic-mode .section-identity p.section-desc {
  color: rgba(255, 255, 255, 0.85) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.85) !important;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5) !important;
}
body.dynamic-mode .identity-decor-line,
body.dynamic-mode #proceso .identity-decor-line {
  background: #00e5ff !important;
  box-shadow: 0 0 8px rgba(0, 229, 255, 0.8) !important;
}

/* ─── SECTION 2: CASOS DE ESTUDIO (HEADER) ─── */
body.dynamic-mode .section-activations .section-kicker,
body.dynamic-mode .section-activations .reveal-kicker,
body.dynamic-mode .section-activations .activations-header .section-kicker,
body.dynamic-mode .section-activations .activations-header .reveal-kicker,
body.dynamic-mode .section-activations span.section-kicker,
body.dynamic-mode .section-activations span.reveal-kicker {
  color: #00e5ff !important; /* Cian fuerte */
  -webkit-text-fill-color: #00e5ff !important;
  opacity: 1 !important;
  text-shadow: 0 0 12px rgba(0, 229, 255, 0.70), 0 2px 4px rgba(0, 0, 0, 0.9) !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
}
body.dynamic-mode .section-activations .section-title,
body.dynamic-mode .section-activations .activations-header .section-title,
body.dynamic-mode .section-activations h2.section-title {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
}
body.dynamic-mode .section-activations .section-subtitle,
body.dynamic-mode .section-activations .activations-header .section-subtitle,
body.dynamic-mode .section-activations p.section-subtitle {
  color: rgba(255, 255, 255, 0.85) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.85) !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6) !important;
}

/* ─── SECTION 2: CASOS DE ESTUDIO (CARDS & NUMBERS) ─── */
body.dynamic-mode .activation-card .card-num,
body.dynamic-mode .section-activations .activation-card .card-num {
  color: #00e5ff !important; /* Cian fuerte */
  -webkit-text-fill-color: #00e5ff !important;
  opacity: 1 !important;
  font-weight: 800 !important;
  font-size: 1.6rem !important;
  text-shadow: 0 0 10px rgba(0, 229, 255, 0.5) !important;
}
body.dynamic-mode .activation-card .card-kicker,
body.dynamic-mode .section-activations .activation-card .card-kicker {
  color: #00e5ff !important; /* Cian fuerte */
  -webkit-text-fill-color: #00e5ff !important;
  opacity: 0.90 !important;
  letter-spacing: 0.15em !important;
  font-weight: 700 !important;
  text-shadow: 0 0 6px rgba(0, 229, 255, 0.3) !important;
}
body.dynamic-mode .activation-card .card-title,
body.dynamic-mode .section-activations .activation-card .card-title {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) !important;
}
body.dynamic-mode .activation-card .card-desc,
body.dynamic-mode .section-activations .activation-card .card-desc {
  color: rgba(255, 255, 255, 0.75) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.75) !important;
}

/* ─── SECTION 2.5: LAB TIPOGRÁFICO (HEADER) ─── */
body.dynamic-mode .summum-typo-lab-section .section-kicker,
body.dynamic-mode .summum-typo-lab-section .reveal-kicker,
body.dynamic-mode .summum-typo-lab-section .activations-header .section-kicker,
body.dynamic-mode .summum-typo-lab-section .activations-header .reveal-kicker,
body.dynamic-mode .summum-typo-lab-section span.section-kicker,
body.dynamic-mode .summum-typo-lab-section span.reveal-kicker {
  color: #00e5ff !important; /* Cian fuerte */
  -webkit-text-fill-color: #00e5ff !important;
  opacity: 1 !important;
  text-shadow: 0 0 12px rgba(0, 229, 255, 0.70), 0 2px 4px rgba(0, 0, 0, 0.9) !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
}
body.dynamic-mode .summum-typo-lab-section .section-title,
body.dynamic-mode .summum-typo-lab-section .activations-header .section-title,
body.dynamic-mode .summum-typo-lab-section h2.section-title {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
}
body.dynamic-mode .summum-typo-lab-section .section-subtitle,
body.dynamic-mode .summum-typo-lab-section .activations-header .section-subtitle,
body.dynamic-mode .summum-typo-lab-section p.section-subtitle {
  color: rgba(255, 255, 255, 0.85) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.85) !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6) !important;
}

/* ==========================================================================
   DIGITAL MANIFESTO STYLES (FASE 1 ESTÁTICA + ANIMACIÓN CSS - V18.7)
   ========================================================================== */
.digital-manifesto-v2-section {
  position: relative;
  width: 100%;
  background-color: #BDBDB8 !important; /* Fondo claro Classic */
  padding: 100px 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: background-color 0.4s ease;
}
body.dynamic-mode .digital-manifesto-v2-section {
  background-color: #020406 !important; /* Fondo oscuro Dynamic */
}

.digital-manifesto-v2-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 8vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 75px; /* Espacio vertical balanceado entre frases */
  align-items: flex-start;
  text-align: left;
}

.digital-manifesto-v2-block {
  width: 100%;
  /* Configuración de variables para animación adaptativa */
  --manifesto-translate-y: 16px;
  --manifesto-letter-spacing-from: 0.05em;
  --manifesto-letter-spacing-to: -0.015em;
}

.digital-manifesto-v2-block-hero {
  --manifesto-letter-spacing-to: -0.035em;
}

.digital-manifesto-v2-block-tech {
  --manifesto-letter-spacing-from: 0.28em;
  --manifesto-letter-spacing-to: 0.22em;
}

.digital-manifesto-v2-text {
  font-size: clamp(1.4rem, 3.2vw, 2.8rem);
  font-weight: 300;
  line-height: 1.35;
  margin: 0;
  color: #151515 !important;
  -webkit-text-fill-color: #151515 !important;
  text-transform: uppercase;
  letter-spacing: -0.015em;
}
body.dynamic-mode .digital-manifesto-v2-text {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

/* Frase gigante de mayor presencia */
.digital-manifesto-v2-text.digital-manifesto-v2-hero {
  font-size: clamp(2rem, 6.2vw, 5.2rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin-top: 10px;
}

/* Línea técnica final */
.digital-manifesto-v2-tech-line {
  font-size: clamp(0.55rem, 0.9vw, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0;
  /* Classic: Blanco roto con opacidad para contraste */
  color: rgba(255, 255, 255, 0.75) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.75) !important;
}
body.dynamic-mode .digital-manifesto-v2-tech-line {
  color: rgba(0, 229, 255, 0.75) !important; /* Cian fluorescente atenuado */
  -webkit-text-fill-color: rgba(0, 229, 255, 0.75) !important;
}

/* Destaques de palabras clave */
.manifesto-v2-highlight {
  font-weight: 900 !important;
  /* Classic: Blanco puro para destacar inversamente sobre el gris piedra */
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

/* Exclusión: La frase Hero no se colorea en Classic (permanece negra/carbón) */
.digital-manifesto-v2-hero .manifesto-v2-highlight {
  color: #151515 !important;
  -webkit-text-fill-color: #151515 !important;
  font-weight: 900 !important;
}

body.dynamic-mode .manifesto-v2-highlight {
  color: #00e5ff !important; /* Cian en modo Dynamic */
  -webkit-text-fill-color: #00e5ff !important;
  font-weight: 800 !important;
}

/* Exclusión en Dynamic: La frase Hero sí adopta color cian en Dynamic */
body.dynamic-mode .digital-manifesto-v2-hero .manifesto-v2-highlight {
  color: #00e5ff !important;
  -webkit-text-fill-color: #00e5ff !important;
}

/* RESPONSIVE MÓVIL */
@media (max-width: 768px) {
  .digital-manifesto-v2-section {
    padding: 60px 0;
  }
  .digital-manifesto-v2-container {
    padding: 0 6vw;
    gap: 40px; /* Reducción de separación vertical en móvil */
  }
  .digital-manifesto-v2-text {
    font-size: clamp(1.15rem, 4.5vw, 1.8rem);
    line-height: 1.35;
  }
  .digital-manifesto-v2-text.digital-manifesto-v2-hero {
    font-size: clamp(1.6rem, 7.5vw, 2.8rem);
  }
  .digital-manifesto-v2-tech-line {
    font-size: 0.54rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .digital-manifesto-v2-block {
    --manifesto-translate-y: 8px; /* Recorrido vertical máximo en móvil */
  }
}

/* ANIMACIÓN CSS MODERNA CONTROLADA POR SCROLL */


/* Transiciones en modo Classic disparadas por IntersectionObserver (Fallback sin scroll-timeline) */
body:not(.dynamic-mode) .digital-manifesto-v2-text,
body:not(.dynamic-mode) .digital-manifesto-v2-tech-line {
  opacity: 0.35;
  transform: translateY(12px);
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1), 
              transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

body:not(.dynamic-mode) .digital-manifesto-v2-text.is-visible,
body:not(.dynamic-mode) .digital-manifesto-v2-tech-line.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Transiciones en modo Dynamic disparadas por IntersectionObserver */
body.dynamic-mode .digital-manifesto-v2-text,
body.dynamic-mode .digital-manifesto-v2-tech-line {
  opacity: 0.35;
  transform: translateY(12px);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), 
              transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

body.dynamic-mode .digital-manifesto-v2-text.is-visible,
body.dynamic-mode .digital-manifesto-v2-tech-line.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE MÓVIL RESTRICCIONES VERTICALES */
@media (max-width: 768px) {
  body:not(.dynamic-mode) .digital-manifesto-v2-text,
  body:not(.dynamic-mode) .digital-manifesto-v2-tech-line,
  body.dynamic-mode .digital-manifesto-v2-text,
  body.dynamic-mode .digital-manifesto-v2-tech-line {
    transform: translateY(6px); /* Máximo 8px de desplazamiento vertical en móvil */
  }
}

/* PREFERS REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  .digital-manifesto-v2-block,
  .universe-hero-copy h1 {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  body:not(.dynamic-mode) .digital-manifesto-v2-text,
  body:not(.dynamic-mode) .digital-manifesto-v2-tech-line,
  body.dynamic-mode .digital-manifesto-v2-text,
  body.dynamic-mode .digital-manifesto-v2-tech-line {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ==========================================================================
   UNIFICACIÓN QUIRÚRGICA DE JERARQUÍA TIPOGRÁFICA EN CLASSIC (SECCIONES 01, 02, 03)
   ========================================================================== */

/* 1. Ancho Máximo de Contenedores de Texto */
body:not(.dynamic-mode) .identity-text,
body:not(.dynamic-mode) .section-activations .activations-header,
body:not(.dynamic-mode) .summum-typo-lab-section .activations-header {
  max-width: 560px !important;
  width: 100% !important;
}

/* 2. Kickers Numerados (01 /, 02 /, 03 /) */
body:not(.dynamic-mode) .section-identity .section-kicker,
body:not(.dynamic-mode) .section-activations .section-kicker,
body:not(.dynamic-mode) .summum-typo-lab-section .section-kicker {
  font-family: 'Outfit', 'Montserrat', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.18em !important;
  display: inline-block !important;
  margin-bottom: 12px !important;
  transform: none !important;
  zoom: 1 !important;
}

/* 3. Títulos de Sección (H2) */
body:not(.dynamic-mode) .section-identity .section-title,
body:not(.dynamic-mode) .section-activations .section-title,
body:not(.dynamic-mode) .summum-typo-lab-section .section-title {
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.015em !important;
  text-transform: uppercase !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  transform: none !important;
  zoom: 1 !important;
}

/* 4. Textos Descriptivos de Cuerpo (Párrafos) */
body:not(.dynamic-mode) .section-identity .section-desc,
body:not(.dynamic-mode) .section-activations .section-subtitle,
body:not(.dynamic-mode) .summum-typo-lab-section .section-subtitle {
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: clamp(0.95rem, 1.4vw, 1.15rem) !important;
  font-weight: 300 !important;
  line-height: 1.60 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  margin: 0 !important;
  transform: none !important;
  zoom: 1 !important;
}
