@charset "UTF-8";
/*
Theme Name: BSM Child Theme
Theme URI: https://bsm.com
Description: Child theme for BSM Marketing Agency
Author: BSM
Author URI: https://bsm.com
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bsm-child
*/
.bsm-nav-interna {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34px 56px;
  background-color: #fff;
}
.bsm-nav-interna .nav-interna-left {
  display: flex;
  align-items: center;
  gap: 55px;
}
.bsm-nav-interna .logo img {
  width: 116px;
  height: auto;
  filter: brightness(0) saturate(100%);
}
.bsm-nav-interna .nav-interna-menu-left {
  display: flex;
  gap: 55px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bsm-nav-interna .nav-interna-menu-left a,
.bsm-nav-interna .nav-interna-right a {
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #000;
  text-decoration: none;
}
.bsm-nav-interna .nav-interna-menu-left a:hover,
.bsm-nav-interna .nav-interna-right a:hover {
  opacity: 0.7;
}
.bsm-nav-interna .mobile-menu-btn {
  display: none;
}

@media (max-width: 768px) {
  .bsm-nav-interna {
    padding: 20px 24px;
  }
  .bsm-nav-interna .nav-interna-menu-left,
  .bsm-nav-interna .nav-interna-right {
    display: none;
  }
  .bsm-nav-interna .logo img {
    width: 80px;
  }
  .bsm-nav-interna .mobile-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 0;
  }
  .bsm-nav-interna .mobile-menu-btn .hamburger-line {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease;
  }
  .bsm-nav-interna .mobile-menu-btn.is-active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .bsm-nav-interna .mobile-menu-btn.is-active .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .bsm-nav-interna .mobile-menu-btn.is-active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}
body.single-proyecto .wp-site-blocks,
body.single-proyecto #page,
body.single-proyecto #content,
body.single-proyecto .site-content,
body.single-proyecto .entry-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.proyecto-interna {
  padding: 0 !important;
  margin: 0 !important;
}
.proyecto-interna .proyecto-title-section {
  padding: 140px 56px 86px;
  text-align: center;
}
.proyecto-interna .proyecto-main-title {
  font-family: "Right Grotesk Compact", sans-serif;
  font-weight: 700;
  font-size: 85px;
  line-height: 0.83;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0;
  margin: 0;
}
.proyecto-interna .proyecto-hero {
  width: 100%;
  height: 65vh;
  overflow: hidden;
}
.proyecto-interna .proyecto-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.proyecto-interna .proyecto-info {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 72px 56px 56px;
  gap: 64px;
  border-bottom: 1px solid #e0e0e0;
}
.proyecto-interna .proyecto-info-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.proyecto-interna .proyecto-info-left .proyecto-tags {
  margin-top: 16px;
}
.proyecto-interna .proyecto-client-name {
  font-family: "ClashGrotesk-Semibold", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  margin: 0;
}
.proyecto-interna .proyecto-client-category {
  font-family: "Neureal Mono", monospace;
  font-size: 24px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}
.proyecto-interna .proyecto-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.proyecto-interna .tag-pill {
  font-family: "Neureal Mono", monospace;
  font-size: 18px;
  line-height: 1;
  color: #000;
  background-color: #efefef;
  border: 1.5px solid #000;
  border-radius: 100px;
  padding: 8px 18px;
  white-space: nowrap;
}
.proyecto-interna .proyecto-info-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}
.proyecto-interna .proyecto-description {
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.15;
  color: #000;
  margin: 0;
}
.proyecto-interna .proyecto-seguir {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #000;
  margin-top: 32px;
  cursor: pointer;
}
.proyecto-interna .proyecto-seguir-text {
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  cursor: pointer;
}
.proyecto-interna .proyecto-seguir-btn {
  width: 74px;
  height: 51px;
  border: 1px solid #000;
  border-radius: 50px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  transition: background-color ease-in-out 0.35s, border-color ease-in-out 0.35s;
  outline: none;
}
.proyecto-interna .proyecto-seguir-btn .plus-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  transition: transform 0.35s ease-in-out;
}
.proyecto-interna .proyecto-seguir-btn .plus-icon::before, .proyecto-interna .proyecto-seguir-btn .plus-icon::after {
  content: "";
  position: absolute;
  background-color: #000;
  border-radius: 2px;
  transition: background-color 0.35s ease-in-out;
}
.proyecto-interna .proyecto-seguir-btn .plus-icon::before {
  width: 18px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.proyecto-interna .proyecto-seguir-btn .plus-icon::after {
  width: 2px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.proyecto-interna .proyecto-seguir-btn:hover {
  background-color: #000;
  border-color: #000;
}
.proyecto-interna .proyecto-seguir-btn:hover .plus-icon::before,
.proyecto-interna .proyecto-seguir-btn:hover .plus-icon::after {
  background-color: #fff;
}
.proyecto-interna .proyecto-seguir-btn.is-open {
  background-color: #000;
  border-color: #000;
}
.proyecto-interna .proyecto-seguir-btn.is-open .plus-icon {
  transform: rotate(45deg);
}
.proyecto-interna .proyecto-seguir-btn.is-open .plus-icon::before, .proyecto-interna .proyecto-seguir-btn.is-open .plus-icon::after {
  background-color: #fff;
}
.proyecto-interna .proyecto-info-right {
  overflow: visible;
}
.proyecto-interna .proyecto-acordeon {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
}
.proyecto-interna .proyecto-acordeon.is-open {
  max-height: 2000px;
  padding-top: 10px;
}
.proyecto-interna .proyecto-acordeon p {
  font-family: "Clash Grotesk", sans-serif;
  font-size: 40px;
  line-height: 1.15;
  color: #000;
  margin: 0;
  padding-bottom: 25px;
}
.proyecto-interna .proyecto-que-hicimos {
  padding: 80px 56px;
  border-bottom: 1px solid #e0e0e0;
}
.proyecto-interna .proyecto-que-inner {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
.proyecto-interna .proyecto-que-title {
  font-family: "Right Grotesk Compact", sans-serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #000;
  flex: 0 0 auto;
  white-space: nowrap;
}
.proyecto-interna .proyecto-que-desc {
  font-family: "Clash Grotesk", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #000;
  max-width: 660px;
  padding-top: 0.4em;
}
.proyecto-interna .proyecto-galeria {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.proyecto-interna .galeria-fila {
  display: flex;
  gap: 8px;
  width: 100%;
}
.proyecto-interna .galeria-fila--full .galeria-bloque {
  flex: 1;
}
.proyecto-interna .galeria-fila--half .galeria-bloque {
  flex: 1;
}
.proyecto-interna .galeria-bloque {
  overflow: hidden;
  background-color: #000;
}
.proyecto-interna .galeria-bloque img,
.proyecto-interna .galeria-bloque video {
  width: 100%;
  height: auto;
  display: block;
}
.proyecto-interna .galeria-video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.proyecto-interna .galeria-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}
.proyecto-interna .proyecto-mas {
  background-color: #fff;
  padding: 80px 56px;
  color: #000;
}
.proyecto-interna .proyecto-mas-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.proyecto-interna .proyecto-mas-title {
  font-family: "Right Grotesk Compact", sans-serif;
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 48px;
  line-height: 1;
}
.proyecto-interna .proyecto-mas-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.proyecto-interna .proyecto-mas-card {
  display: block;
  text-decoration: none;
  color: #000;
}
.proyecto-interna .proyecto-mas-img {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 12px;
  background-color: #eee;
}
.proyecto-interna .proyecto-mas-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.proyecto-interna .proyecto-mas-card:hover .proyecto-mas-img img {
  transform: scale(1.03);
}
.proyecto-interna .proyecto-mas-info {
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.proyecto-interna .proyecto-mas-nombre {
  font-family: "ClashGrotesk-Semibold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1;
}
.proyecto-interna .proyecto-mas-categoria {
  font-family: "Neureal Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #000;
  margin: 0;
}
.proyecto-interna .proyecto-mas-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.proyecto-interna.anim-ready .proyecto-main-title {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.proyecto-interna.anim-ready .proyecto-main-title.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.proyecto-interna.anim-ready .proyecto-hero {
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1s ease, transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.proyecto-interna.anim-ready .proyecto-hero.is-visible {
  opacity: 1;
  transform: scale(1);
}
.proyecto-interna.anim-ready .proyecto-info-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.proyecto-interna.anim-ready .proyecto-info-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.proyecto-interna.anim-ready .proyecto-info-right {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.12s;
}
.proyecto-interna.anim-ready .proyecto-info-right.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.proyecto-interna.anim-ready .galeria-fila {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}
.proyecto-interna.anim-ready .galeria-fila.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.proyecto-interna.anim-ready .proyecto-mas-title {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.proyecto-interna.anim-ready .proyecto-mas-title.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.proyecto-interna.anim-ready .proyecto-mas-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}
.proyecto-interna.anim-ready .proyecto-mas-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .proyecto-interna .proyecto-title-section {
    padding: 88px 24px 48px;
  }
  .proyecto-interna .proyecto-main-title {
    font-size: clamp(2.4rem, 11vw, 5rem);
    line-height: 0.9;
  }
  .proyecto-interna .proyecto-hero {
    height: 60vw;
  }
  .proyecto-interna .proyecto-info {
    grid-template-columns: 1fr;
    padding: 40px 16px;
    gap: 32px;
  }
  .proyecto-interna .proyecto-client-name {
    font-size: 28px;
  }
  .proyecto-interna .proyecto-client-category {
    font-size: 15px;
  }
  .proyecto-interna .proyecto-tags {
    max-width: none;
  }
  .proyecto-interna .tag-pill {
    font-size: 13px;
    padding: 6px 14px;
  }
  .proyecto-interna .proyecto-description {
    font-size: 22px;
    line-height: 1.25;
  }
  .proyecto-interna .proyecto-acordeon p {
    font-size: 22px;
    line-height: 1.25;
  }
  .proyecto-interna .proyecto-seguir {
    padding-bottom: 16px;
  }
  .proyecto-interna .proyecto-seguir-text {
    font-size: 17px;
  }
  .proyecto-interna .galeria-fila {
    flex-direction: column;
  }
  .proyecto-interna .galeria-bloque {
    min-height: unset;
  }
  .proyecto-interna .galeria-video-wrapper {
    min-height: 72vw;
  }
  .proyecto-interna .proyecto-mas {
    padding: 56px 24px;
  }
  .proyecto-interna .proyecto-mas-title {
    font-size: clamp(2.2rem, 9vw, 4rem);
    margin-bottom: 32px;
  }
  .proyecto-interna .proyecto-mas-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .proyecto-interna .proyecto-mas-nombre {
    font-size: 24px;
  }
  .proyecto-interna .proyecto-mas-categoria {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .proyecto-interna .proyecto-main-title {
    font-size: clamp(2rem, 9.5vw, 3rem);
  }
  .proyecto-interna .proyecto-info {
    padding: 32px 20px;
  }
  .proyecto-interna .proyecto-mas {
    padding: 48px 20px;
  }
}

/* General Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Clash Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  background-color: #fff;
  color: #000;
  overflow-x: clip;
}

.container {
  max-width: 1678px;
  margin: 0 auto;
  padding: 0 56px;
}

h1,
h2,
h3 {
  font-family: "Right Grotesk Compact", sans-serif;
}

/* Animations */
.animate-fade-up {
  opacity: 0;
  transform: translateY(30px);
  /* Transition removed for scroll-linked animation */
}

.animate-slide-left {
  opacity: 0;
  transform: translateX(50px);
  /* Transition removed for scroll-linked animation */
}

/* Hero Section */
.bsm-hero {
  position: relative;
  background-color: #6a23cd;
  height: 150vh; /* Increased for scroll distance */
}
.bsm-hero .bsm-hero-sticky-wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.bsm-hero .hero-title h1 {
  font-family: "Right Grotesk Compact", sans-serif;
  font-weight: bold;
  font-size: 4rem;
  font-style: normal;
}

.hero-background {
  position: absolute;
  bottom: 0;
  left: -117px;
  width: 1921px;
  height: 864px;
  z-index: 1;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* Navigation */
.bsm-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34px 56px;
  background-color: transparent;
  mix-blend-mode: difference;
  opacity: 0 !important;
  transform: translateY(-100%);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.bsm-nav.show {
  opacity: 1 !important;
  transform: translateY(0);
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 55px;
}

.bsm-nav .logo img {
  width: 116px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.nav-menu-left {
  display: flex;
  gap: 55px;
  list-style: none;
  margin: 0;
}

.nav-menu-left a,
.nav-right a {
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-menu-left a:hover,
.nav-right a:hover {
  opacity: 0.7;
}

/* Mobile Menu - Hidden on Desktop */
.mobile-menu-btn {
  display: none;
}

.mobile-menu-overlay {
  display: none;
}

/* Estado sobre fondo morado (#6A23CD) - Desactivar blend mode y mostrar en negro */
.bsm-nav.on-purple {
  mix-blend-mode: normal;
}

.bsm-nav.on-purple .logo img {
  filter: brightness(0) saturate(100%);
}

.bsm-nav.on-purple .menu-label {
  color: #000;
}

.bsm-nav.on-purple .nav-menu-left a,
.bsm-nav.on-purple .nav-right a {
  color: #000;
  font-family: "ClashGrotesk-Semibold";
  font-weight: 600;
  transition: all ease-in-out 0.35s;
}
.bsm-nav.on-purple .nav-menu-left a:hover,
.bsm-nav.on-purple .nav-right a:hover {
  transition: all ease-in-out 0.35s;
  color: #333;
}

/* Hero Title — animado por scroll vía JS */
.hero-title {
  text-align: center;
  margin-top: 70px;
  opacity: 0;
  transform: translateY(100px);
  will-change: transform, opacity;
}

.hero-title h1 {
  font-family: "Right Grotesk Compact", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 0.83;
  color: #000;
}

.hero-image {
  text-align: center;
}
.hero-image .frames {
  position: relative;
  width: 50%;
  margin: 0 auto;
  display: grid;
  flex-direction: row;
  grid-template-columns: 33.2fr 28.5fr 38.3fr;
  gap: 16px;
}
.hero-image .frames .b,
.hero-image .frames .s,
.hero-image .frames .m {
  width: 100%;
  position: relative;
}
.hero-image .frames .b img,
.hero-image .frames .s img,
.hero-image .frames .m img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-image .frames .b {
  width: 100%;
  z-index: 2;
}
.hero-image .frames .s {
  width: 100%;
  z-index: 2;
}
.hero-image .frames .m {
  width: 100%;
  z-index: 2;
}
.hero-image .b1_1 {
  display: block;
  position: relative;
}
.hero-image .b1_2,
.hero-image .b1_3 {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.hero-image .s1_1 {
  display: block;
  position: relative;
}
.hero-image .m1_1 {
  display: block;
  position: relative;
  background-color: #6a23cd;
  z-index: 2;
}
.hero-image .m1_2,
.hero-image .m1_3 {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #6a23cd;
  z-index: 2;
}
.hero-image .m1_2 img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-image .lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-image .lines .line-1 {
  width: 100%;
  position: relative;
  top: 8px;
}
.hero-image .lines .line-1 img {
  width: 100%;
  height: auto;
}
.hero-image .lines .line-2 {
  width: 100%;
}
.hero-image .lines .line-2 img {
  width: 100%;
  height: auto;
}
.hero-image .lines .line-3 {
  width: 100%;
}
.hero-image .lines .line-3 img {
  width: 100%;
  height: auto;
}
.hero-image .lines .registered {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.hero-image .lines .registered img {
  width: 100%;
  height: auto;
}

.hero-image img {
  max-width: 518px;
  height: auto;
}

/* What We Do Section */
.bsm-what-we-do {
  padding: 100px 0;
  background-color: #fff;
  height: 100vh;
  min-height: 800px;
}
.bsm-what-we-do .container {
  display: grid;
  grid-template-columns: 3fr 1fr 3fr;
  height: 100%;
}
.bsm-what-we-do .container > div:nth-child(3n+3) {
  display: flex;
  align-items: center;
}

.bsm-what-we-do h2 {
  font-family: "Right Grotesk Compact", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 0.85;
  margin-bottom: 40px;
}

.bsm-what-we-do .subtitle {
  font-family: "Clash Grotesk", sans-serif;
  font-size: 37px;
  line-height: 1;
  margin-bottom: 80px;
}

/* Services Grid */
.services-grid {
  display: flex;
  flex-direction: column;
  max-width: 778px;
  margin-left: auto;
}

.service-item {
  border-bottom: 1px solid #000;
}

.service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
}

.service-item h3 {
  font-family: "Clash Grotesk", sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  caret-color: transparent;
}
.service-item h3:focus {
  outline: none;
  caret-color: transparent;
}

.service-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
}

.service-content p {
  font-family: "Clash Grotesk", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 25px;
}

.service-item.active .service-content {
  max-height: 200px;
  padding-top: 10px;
}

.expand-btn {
  width: 74px;
  height: 51px;
  border: 1px solid #000;
  border-radius: 50px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  transition: background-color ease-in-out 0.35s, border-color ease-in-out 0.35s;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  outline: none;
  caret-color: transparent;
  position: relative;
}
.expand-btn:focus {
  outline: none;
  caret-color: transparent;
}
.expand-btn .plus-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  transition: transform 0.35s ease-in-out;
}
.expand-btn .plus-icon::before, .expand-btn .plus-icon::after {
  content: "";
  position: absolute;
  background-color: #000;
  border-radius: 2px;
  transition: background-color 0.35s ease-in-out;
}
.expand-btn .plus-icon::before {
  width: 18px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.expand-btn .plus-icon::after {
  width: 2px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.expand-btn:hover,
.service-header:hover .expand-btn {
  background-color: #000;
  border-color: #000;
}
.expand-btn:hover .plus-icon::before, .expand-btn:hover .plus-icon::after,
.service-header:hover .expand-btn .plus-icon::before,
.service-header:hover .expand-btn .plus-icon::after {
  background-color: #fff;
}

.expand-btn.is-open {
  background-color: #000;
  border-color: #000;
}
.expand-btn.is-open .plus-icon {
  transform: rotate(45deg);
}
.expand-btn.is-open .plus-icon::before, .expand-btn.is-open .plus-icon::after {
  background-color: #fff;
}

/* Full Experience Section */
.bsm-experience-wrapper {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 200vh;
  background-color: #000;
}

.bsm-full-experience {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
  background-color: #000;
  padding: 0;
  overflow: hidden;
}

/* Footer Section */
.bsm-footer-sticky-wrapper {
  position: relative;
  height: 200vh; /* 100vh extra para el parallax del logo */
}

.bsm-footer {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  background-color: #6a23cd; /* Purple */
  color: #000;
  padding: 40px;
  z-index: 10;
  overflow: hidden;
}

.footer-top {
  position: relative;
  z-index: 2; /* Content above logo */
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 100px 40px 100px 16px;
  box-sizing: border-box;
}

.footer-info-left,
.footer-info-right {
  font-family: "Neureal Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

.footer-info-right {
  text-align: right;
  display: flex;
  gap: 40px;
}

.footer-socials {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-socials a {
  color: inherit;
  text-decoration: none;
}
.footer-socials a:hover {
  text-decoration: underline;
}

.footer-logo {
  position: absolute;
  bottom: 0;
  left: 56px !important;
  width: 82vw !important;
  max-width: 1640px !important;
  z-index: 20;
  line-height: 0;
  pointer-events: none;
  margin: 0 !important;
  padding: 0 !important;
}
.footer-logo img {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  display: block;
  margin: 0 !important;
  /* Animation State */
  transform: translateY(120%);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer-logo .footer-logo-registered {
  position: absolute;
  /* a la derecha de la M, a la altura del cap-height (~10% desde arriba del logo) */
  top: 8%;
  left: 100%;
  margin-left: 0.5vw;
  font-family: "Clash Grotesk", sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1;
  color: #000;
  transform: translateY(120%);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Animation State */
.footer-logo.is-visible img {
  transform: translateY(0);
}

/* Responsive Footer */
@media (max-width: 768px) {
  .bsm-footer {
    padding: 20px;
  }
  .footer-top {
    flex-direction: column;
    gap: 30px;
  }
  .footer-info-right {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer-logo img {
    /* On mobile, maybe scale it up to bleed */
    width: 150%;
    margin-left: -25%;
  }
}
.bsm-full-experience .container {
  position: static;
  width: 100%;
}

.bsm-full-experience h2 {
  font-family: "Right Grotesk Compact", sans-serif;
  font-weight: 700;
  font-size: 180px;
  line-height: 0.83;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  caret-color: transparent;
}
.bsm-full-experience h2:focus {
  outline: none;
  caret-color: transparent;
}
.bsm-full-experience h2 br:first-of-type {
  display: none;
}

.services-tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none; /* Let clicks pass through to text if needed */
}

.services-tags .tag {
  display: inline-block;
  padding: 12px 24px;
  background-color: #6a23cd;
  border-radius: 50px;
  font-family: "Neureal", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  transform-origin: center center;
  will-change: transform, opacity;
}
.services-tags .tag.tag-1 {
  top: 10.1%;
  left: 29.3%;
  transform: rotate(-13.45deg);
}
.services-tags .tag.tag-2 {
  top: 20.4%;
  left: 63.8%;
  transform: rotate(16.87deg);
}
.services-tags .tag.tag-3 {
  top: 35.4%;
  left: 41.4%;
  transform: rotate(-10.07deg);
}
.services-tags .tag.tag-4 {
  top: 48.3%;
  left: 58.3%;
  transform: rotate(7.5deg);
}
.services-tags .tag.tag-5 {
  top: 46.5%;
  left: 19.5%;
  transform: rotate(25.37deg);
}
.services-tags .tag.tag-6 {
  top: 64.3%;
  left: 59.7%;
  transform: rotate(-14deg);
}
.services-tags .tag.tag-7 {
  top: 70.6%;
  left: 34.8%;
  transform: rotate(-18.22deg);
}
.services-tags .tag.tag-8 {
  top: 82.4%;
  left: 54.8%;
  transform: rotate(23.73deg);
}

/* Work Section */
.bsm-work {
  padding: 0;
  padding-top: 80px;
  background-color: #fff;
}
.bsm-work .container {
  max-width: 100%;
  padding: 0;
  padding-left: 48px;
}

.bsm-work h2 {
  font-family: "Right Grotesk Compact";
  font-size: 64px;
  line-height: 0.85;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  margin-bottom: 60px;
  padding-right: 20px;
}

.bsm-work-sticky-wrapper {
  position: relative;
  width: 100%;
  /* Height will be set by JS usually, but default to auto */
  height: auto;
}

.bsm-work-container h2 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.bsm-work-container h2.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.bsm-work-container {
  position: sticky;
  top: 80px;
  width: 100%;
  height: 900px;
  overflow-x: hidden;
  overflow-y: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-top: 0;
}

.bsm-work-track {
  display: flex;
  gap: 30px; /* Space between items */
  width: max-content;
  will-change: transform;
  padding-left: 0;
  padding-right: 56px; /* End padding */
}

a.work-item {
  text-decoration: none;
  color: inherit;
}

.work-item {
  /* Mobile Default (slidesPerView 1.2 approx) */
  width: 80vw;
  flex-shrink: 0;
  margin-right: 0; /* Gap handled by parent gap */
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* Tablet Breakpoint (slidesPerView 2.2) */
}
@media (min-width: 768px) {
  .work-item {
    width: calc((100vw - 56px) / 2.2 - 12px);
  }
}
.work-item {
  /* Desktop Breakpoint (slidesPerView 2.9) */
}
@media (min-width: 1024px) {
  .work-item {
    width: calc((100vw - 112px) / 2.9 - 20px);
  }
}
.work-item {
  /* Nested Styles */
}
.work-item .work-image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-item .work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.work-item .work-image:hover img {
  transform: scale(1.05);
}
.work-item .work-info h3 {
  font-family: "Onest", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 4px 0;
  color: #000;
  text-transform: none;
}
.work-item .work-info p {
  font-family: "Onest", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 16px 0;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.work-item .work-info .work-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.work-item .work-info .work-tags .tag {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 4px 12px;
  font-family: "Onest", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  background: transparent;
  transition: all 0.3s;
}
.work-item .work-info .work-tags .tag:hover {
  background: #000;
  color: #fff;
}

/* Redundant blocks removed to fix duplication and syntax issues */
/* ─── Reconocimientos Section ──────────────────────────────────────────────── */
.bsm-reconocimientos {
  background-color: #fff;
  height: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 56px 80px;
  box-sizing: border-box;
}

.reconocimientos-titulo {
  font-family: "Right Grotesk Compact", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 72px;
}

.reconocimientos-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.reconocimientos-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.reconocimiento-slide {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 10%;
}

.reconocimiento-logo {
  margin-bottom: 80px;
}
.reconocimiento-logo img {
  height: 36px;
  width: auto;
  display: block;
  margin: 0 auto;
  filter: brightness(0);
}

.reconocimiento-quote {
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  color: #000;
  margin: 0 0 48px;
  max-width: 860px;
}

.reconocimiento-autor {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reconocimiento-nombre {
  font-family: "Clash Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1;
}

.reconocimiento-cargo {
  font-family: "Clash Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #888;
  line-height: 1;
}

/* Dots */
.reconocimientos-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 56px;
}

.reconocimientos-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d0d0d0;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.reconocimientos-dot.is-active {
  background-color: #000;
}

@media (max-width: 768px) {
  .bsm-reconocimientos-wrapper {
    /* Altura extra para que sticky tenga rango de anclaje */
    min-height: 100vh;
  }
  .bsm-reconocimientos {
    height: auto;
    padding: 96px 24px 48px;
    position: sticky;
    top: 0;
  }
  .bsm-reconocimientos .reconocimientos-titulo,
  .bsm-reconocimientos .reconocimientos-carousel-wrapper {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1), transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .bsm-reconocimientos .reconocimientos-titulo.is-visible,
  .bsm-reconocimientos .reconocimientos-carousel-wrapper.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  .bsm-reconocimientos .reconocimientos-carousel-wrapper {
    transition-delay: 0.18s;
  }
  .reconocimientos-titulo {
    font-size: 34px;
    margin-bottom: 48px;
  }
  .reconocimiento-slide {
    padding: 0 4%;
  }
  .reconocimiento-quote {
    font-size: 26px;
    margin-bottom: 32px;
  }
  .reconocimiento-nombre,
  .reconocimiento-cargo {
    font-size: 15px;
  }
}
/* Responsive */
@media (max-width: 1200px) {
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonials-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .bsm-full-experience h2 {
    font-size: 120px;
  }
  .services-tags .tag {
    font-size: 16px;
    padding: 6px 12px;
    border-radius: 14px;
  }
}
/* ==========================================================================
   MOBILE STYLES - max-width: 768px
   ========================================================================== */
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  /* ------------------------------------------------------------------
     ANIMATIONS - Ensure content is visible on mobile
     ------------------------------------------------------------------ */
  .animate-fade-up,
  .animate-slide-left {
    opacity: 1 !important;
    transform: none !important;
  }
  /* ------------------------------------------------------------------
     MOBILE NAVIGATION
     ------------------------------------------------------------------ */
  .bsm-nav {
    padding: 20px;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .bsm-nav .nav-left {
    gap: 0;
  }
  .bsm-nav .nav-menu-left,
  .bsm-nav .nav-right {
    display: none;
  }
  .bsm-nav .logo img {
    width: 80px;
  }
  .mobile-menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 0;
  }
  .mobile-menu-btn .menu-label {
    font-family: "Clash Grotesk", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
  }
  .mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: #000;
    z-index: 1010;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .mobile-menu-overlay.is-active {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 24px;
  }
  .mobile-menu-header .mobile-menu-logo img {
    height: 20px;
    width: auto;
    filter: brightness(0) invert(1);
  }
  .mobile-menu-close {
    background: none;
    border: none;
    color: #fff;
    font-family: "Clash Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer;
    padding: 0;
  }
  .mobile-menu-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 24px 50px;
  }
  .mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .mobile-menu-list li {
    margin: 0;
  }
  .mobile-menu-list li.accent a {
    color: #6a23cd;
  }
  .mobile-menu-list a {
    font-family: "Right Grotesk Compact", sans-serif;
    font-size: 88px;
    font-weight: 700;
    line-height: 0.83;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    text-align: center;
  }
  .mobile-menu-cta {
    text-align: center;
  }
  .mobile-menu-cta .mobile-menu-cta-title {
    font-family: "Right Grotesk Compact", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 0.83;
    color: #6a23cd;
    text-transform: uppercase;
    margin: 0 0 20px;
    text-align: center;
  }
  .mobile-menu-cta .mobile-menu-email {
    display: inline-block;
    font-family: "Clash Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    background: #6a23cd;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 6px 20px;
  }
  /* ------------------------------------------------------------------
     HERO SECTION - MOBILE
     ------------------------------------------------------------------ */
  .bsm-hero {
    height: 300vh;
  }
  .bsm-hero .bsm-hero-sticky-wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
    height: 100dvh;
  }
  .hero-background {
    left: -50%;
    width: 200%;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 80px 12px 40px;
    position: relative;
  }
  .hero-image {
    width: 100% !important;
    transition: none !important;
  }
  .hero-image .frames {
    width: 100%;
    gap: 8px;
    transition: none !important;
  }
  .hero-title {
    position: absolute;
    bottom: 140px;
    left: 12px;
    right: 12px;
    width: auto !important;
  }
  .hero-title h1 {
    font-size: 43px !important;
    line-height: 0.83;
    text-align: center;
    font-family: "Right Grotesk Compact", sans-serif;
    font-weight: 700;
  }
  /* ------------------------------------------------------------------
     QUÉ HACEMOS SECTION - MOBILE
     ------------------------------------------------------------------ */
  .bsm-what-we-do {
    padding: 60px 0;
    height: auto;
    min-height: auto;
  }
  .bsm-what-we-do .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: auto;
  }
  .bsm-what-we-do .container > div:nth-child(2) {
    display: none;
  }
  .bsm-what-we-do .container > div:nth-child(3) {
    align-items: stretch;
  }
  .bsm-what-we-do h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .bsm-what-we-do .subtitle {
    font-size: 21px;
    margin-bottom: 0;
  }
  .services-grid {
    max-width: 100%;
    margin-left: 0;
  }
  .service-item h3 {
    font-size: 40px;
  }
  .service-content p {
    font-size: 20px;
  }
  .expand-btn {
    width: 50px;
    height: 35px;
    font-size: 30px;
  }
  /* ------------------------------------------------------------------
     FULL EXPERIENCE SECTION - MOBILE
     ------------------------------------------------------------------ */
  .bsm-experience-wrapper {
    position: relative;
    z-index: 5;
    background-color: #fff;
  }
  .bsm-full-experience {
    height: 100vh;
    justify-content: flex-start;
    padding: 80px 0 40px;
  }
  .bsm-full-experience .container {
    width: 100%;
    position: static;
    padding: 0;
    min-height: auto;
  }
  .bsm-full-experience h2 {
    font-size: 17vw;
    line-height: 0.92;
    text-align: center;
    margin: 0;
  }
  .bsm-full-experience h2 br {
    display: block !important;
  }
  .services-tags .tag {
    font-family: "Neureal Mono", monospace !important;
    font-size: 16px !important;
    padding: 6.5px 16px !important;
  }
  .services-tags .tag.tag-1 {
    top: 20% !important;
    left: 21.4% !important;
    right: auto !important;
    bottom: auto !important;
  }
  .services-tags .tag.tag-2 {
    top: 23.9% !important;
    left: 56.2% !important;
    right: auto !important;
    bottom: auto !important;
  }
  .services-tags .tag.tag-3 {
    top: 30.3% !important;
    left: 15.5% !important;
    right: auto !important;
    bottom: auto !important;
  }
  .services-tags .tag.tag-4 {
    top: 44.9% !important;
    left: 47.9% !important;
    right: auto !important;
    bottom: auto !important;
  }
  .services-tags .tag.tag-5 {
    top: 50.3% !important;
    left: 4.3% !important;
    right: auto !important;
    bottom: auto !important;
  }
  .services-tags .tag.tag-6 {
    top: 68% !important;
    left: 55.3% !important;
    right: auto !important;
    bottom: auto !important;
  }
  .services-tags .tag.tag-7 {
    top: 71.4% !important;
    left: 8.8% !important;
    right: auto !important;
    bottom: auto !important;
  }
  .services-tags .tag.tag-8 {
    top: 83% !important;
    left: 57.5% !important;
    right: auto !important;
    bottom: auto !important;
  }
  /* ------------------------------------------------------------------
     WORK SECTION - MOBILE (Horizontal scroll animation)
     ------------------------------------------------------------------ */
  .bsm-work {
    padding-top: 0;
    position: relative;
    z-index: 10;
  }
  .bsm-work .container {
    padding: 0 0 0 20px;
  }
  .bsm-work h2 {
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 40px;
    padding-right: 20px;
  }
  .bsm-work-container {
    height: auto;
    min-height: 100vh;
    position: sticky;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .work-item {
    width: 75vw !important;
  }
  .work-item .work-image {
    border-radius: 8px;
  }
  .work-item .work-info h3 {
    font-size: 22px;
  }
  .work-item .work-info p {
    font-size: 12px;
  }
  .work-item .work-info .work-tags .tag {
    font-size: 11px;
    padding: 4px 10px;
  }
  /* ------------------------------------------------------------------
     TESTIMONIALS SECTION - MOBILE (Simplified collage)
     ------------------------------------------------------------------ */
  .bsm-testimonials {
    overflow: hidden;
  }
  .testimonials-sticky-wrapper {
    height: 300vh;
  }
  .testimonials-collage {
    overflow: hidden;
  }
  .collage-item {
    width: 100px;
    opacity: 0;
  }
  .collage-item img {
    border-radius: 8px;
  }
  .item-tweet-cd816 {
    width: 160px;
  }
  .item-organa-leaf {
    width: 120px;
  }
  .bsm-testimonials {
    position: relative;
    z-index: 1;
  }
  .testimonials-sticky-wrapper {
    height: 250vh;
    position: relative;
  }
  .testimonials-collage {
    position: sticky;
    top: 0;
    overflow: hidden;
  }
  .collage-item {
    width: 100px;
    opacity: 0;
  }
  .item-tweet-cd816 {
    width: 150px;
  }
  .item-organa-leaf {
    width: 100px;
  }
  /* ------------------------------------------------------------------
     FOOTER - MOBILE (With animation)
     ------------------------------------------------------------------ */
  .bsm-footer-sticky-wrapper {
    height: auto;
    position: relative;
    background-color: transparent;
    overflow: hidden;
  }
  .bsm-footer {
    height: auto;
    min-height: 400px;
    position: relative;
    top: auto;
    overflow: visible;
    padding: 40px 20px;
  }
  .footer-logo {
    position: absolute !important;
    bottom: 25px !important;
    left: 5vw !important;
    width: 90vw !important;
    z-index: 20 !important;
  }
  .footer-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
    padding: 30px 0;
  }
  .footer-info-left {
    order: 1;
  }
  .footer-info-right {
    order: 2;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    gap: 10px;
  }
  .footer-socials {
    align-items: flex-end;
  }
  .footer-logo {
    left: 5vw !important;
    width: 90vw !important;
  }
  .footer-background {
    display: none;
  }
}
.contact-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.contact-drawer-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.contact-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 520px;
  height: 100vh;
  height: 100dvh;
  background-color: #000;
  z-index: 1200;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.contact-drawer.is-open {
  transform: translateX(0);
}

.contact-drawer-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1.5px solid #fff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}
.contact-drawer-close:hover {
  opacity: 0.7;
}

.contact-drawer-content {
  padding: 80px 48px 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 100%;
}

.contact-drawer-title {
  font-family: "Right Grotesk Compact", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  color: #6a23cd;
  text-transform: uppercase;
}

.contact-drawer-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}

.contact-field {
  border-bottom: 1px solid #fff;
}
.contact-field--textarea {
  border-bottom: none;
}
.contact-field--submit {
  border-bottom: none;
  margin-top: 8px;
}
.contact-field input,
.contact-field textarea {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Clash Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 8px 0;
  resize: none;
}
.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact-drawer-submit {
  display: inline-block;
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  background-color: #6a23cd;
  border: none;
  border-radius: 50px;
  padding: 14px 32px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.contact-drawer-submit:hover {
  background-color: rgb(83.475, 27.5625, 161.4375);
  color: #fff;
}

@media (max-width: 768px) {
  .contact-drawer {
    width: 100%;
  }
  .contact-drawer-content {
    padding: 70px 24px 48px;
  }
  .contact-drawer-title {
    font-size: 2.2rem;
  }
}
