:root {
  --primary: #F69A2F;
  --bg-dark: #252525;
  --bg-darker: #151515;
  --text-gray: #c4c7c8;
  --text-light: #e5e2e1;
  --font-orbitron: 'Orbitron', sans-serif;
  --font-urbanist: 'Urbanist', sans-serif;
  --font-inter: 'Inter', sans-serif;
  --font-jakarta: 'Plus Jakarta Sans', sans-serif;
  --dark: #252525;
  --secondary: #e5e2e1;
  --text-white: #ffffff;
  --text-dark: #252525;

  /* Same type scale as Arcos: desktop vw (1920 base) */
  --text-195: 10.1563vw;
  --text-96: 5.0000vw;
  --text-90: 4.6875vw;
  --text-80: 4.1667vw;
  --text-65: 3.6458vw;
  --text-60: 3.1250vw;
  --text-50: 2.6042vw;
  --text-45: 2.3438vw;
  --text-42: 2.1875vw;
  --text-40: 2.0833vw;
  --text-38: 1.9792vw;
  --text-35: 1.8229vw;
  --text-34: 1.7708vw;
  --text-32: 1.6667vw;
  --text-30: 1.5625vw;
  --text-28: 1.4583vw;
  --text-26: 1.3542vw;
  --text-25: 1.3021vw;
  --text-24: 1.2500vw;
  --text-22: 1.1458vw;
  --text-20: 1.0417vw;
  --text-18: 0.9375vw;
  --text-17: 0.8854vw;
  --text-16: 0.8333vw;
  --text-14: 0.7292vw;
  --text-10: 0.5469vw;
  --btn-height: 3.0208vw;
  --header-height: 5.0000vw;
  --section-space-xxxl: 8.725vw;
  --section-space-xxl: 6.725vw;
  --section-space-xl: 4.725vw;
  --section-space: 3.725vw;
  --section-space2: 2.725vw;
  --section-space3: 1.725vw;
  --container-pad: 5.1042vw;
  --badge-border: 0.3125vw;
  --badge-pad-x: 1.25vw;
  --badge-radius: 0.4167vw;
  --badge-bar: 0.5208vw;
  --badge-gap: 0.625vw;
  --trusted-marquee-speed: 18s;
}

/* Phones */
@media (max-width: 991.5px) {
  :root {
    --text-195: 48px;
    --text-96: 42px;
    --text-90: 38px;
    --text-80: 36px;
    --text-65: 32px;
    --text-60: 30px;
    --text-50: 28px;
    --text-45: 26px;
    --text-42: 24px;
    --text-40: 24px;
    --text-38: 22px;
    --text-35: 20px;
    --text-34: 20px;
    --text-32: 20px;
    --text-30: 18px;
    --text-28: 18px;
    --text-26: 16px;
    --text-25: 16px;
    --text-24: 16px;
    --text-22: 15px;
    --text-20: 14px;
    --text-18: 14px;
    --text-17: 13px;
    --text-16: 13px;
    --text-14: 12px;
    --text-10: 10px;
    --btn-height: 40px;
    --header-height: 70px;
    --section-space-xxxl: 60px;
    --section-space-xxl: 60px;
    --section-space-xl: 40px;
    --section-space: 32px;
    --section-space2: 22px;
    --section-space3: 12px;
    --badge-border: 2px;
    --badge-pad-x: 12px;
    --badge-radius: 6px;
    --badge-bar: 6px;
    --badge-gap: 8px;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --text-195: 80px;
    --text-96: 56px;
    --text-90: 50px;
    --text-80: 48px;
    --text-65: 42px;
    --text-60: 40px;
    --text-50: 36px;
    --text-45: 32px;
    --text-42: 30px;
    --text-40: 28px;
    --text-38: 26px;
    --text-35: 24px;
    --text-34: 24px;
    --text-32: 22px;
    --text-30: 20px;
    --text-28: 20px;
    --text-26: 18px;
    --text-25: 18px;
    --text-24: 18px;
    --text-22: 16px;
    --text-20: 16px;
    --text-18: 15px;
    --text-17: 14px;
    --text-16: 14px;
    --text-14: 12px;
    --text-10: 10px;
    --btn-height: 48px;
    --header-height: 80px;
    --section-space-xxxl: 70px;
    --section-space-xxl: 70px;
    --section-space-xl: 50px;
    --section-space: 40px;
    --section-space2: 30px;
    --section-space3: 20px;
    --badge-border: 2px;
    --badge-pad-x: 16px;
    --badge-radius: 8px;
    --badge-bar: 8px;
    --badge-gap: 10px;
  }
}

/* Small desktop */
@media (min-width: 992px) and (max-width: 1200px) {
  :root {
    --text-195: 120px;
    --text-96: 72px;
    --text-90: 65px;
    --text-80: 60px;
    --text-65: 52px;
    --text-60: 48px;
    --text-50: 40px;
    --text-45: 36px;
    --text-42: 34px;
    --text-40: 32px;
    --text-38: 30px;
    --text-35: 28px;
    --text-34: 28px;
    --text-32: 26px;
    --text-30: 24px;
    --text-28: 22px;
    --text-26: 22px;
    --text-25: 20px;
    --text-24: 20px;
    --text-22: 18px;
    --text-20: 18px;
    --text-18: 16px;
    --text-17: 15px;
    --text-16: 15px;
    --text-14: 13px;
    --text-10: 11px;
    --btn-height: 48px;
    --section-space-xxxl: 80px;
    --section-space-xxl: 80px;
    --section-space-xl: 60px;
    --section-space: 40px;
    --section-space2: 30px;
    --section-space3: 20px;
    --badge-border: 3px;
    --badge-pad-x: 18px;
    --badge-radius: 8px;
    --badge-bar: 8px;
    --badge-gap: 10px;
  }
}


.container-fluid:not(.px-0) {
  padding-left: var(--container-pad) !important;
  padding-right: var(--container-pad) !important;
}



@media (max-width: 1199.5px) {

  .container,
  .container-fluid {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

}

@media (max-width: 767.5px) {

  .container,
  .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

}

.page-production,
body.page-production {
  --primary: #13b1bd;
  --card-hover-bg: #13b1bd;
}

.page-branding {
  --primary: #efc406;
  --card-hover-bg: #efc406;
}

.page-design {
  --primary: #F69A2F;
  --card-hover-bg: #F69A2F;
}

.page-our-work {
  --primary: #F69A2F;
}

.page-event-operations,
.page-rentals {
  --primary: #633894;
  --card-hover-bg: #633894;
}

body {
  background-color: var(--bg-dark);
  color: #fff;
  font-family: var(--font-urbanist);
  font-size: var(--text-18);
  overflow-x: clip;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.fs-10 {
  font-size: var(--text-10);
}

.fs-14 {
  font-size: var(--text-14);
}

.fs-16 {
  font-size: var(--text-16);
}

.fs-18 {
  font-size: var(--text-18);
}

.fs-20 {
  font-size: var(--text-20);
}

.fs-22 {
  font-size: var(--text-22);
}

.fs-24 {
  font-size: var(--text-24);
}

.fs-30 {
  font-size: var(--text-30);
}

.fs-32 {
  font-size: var(--text-32);
}

.fs-35 {
  font-size: var(--text-35);
}

.fs-40 {
  font-size: var(--text-40);
}

.fs-45 {
  font-size: var(--text-45);
}

.fs-60 {
  font-size: var(--text-60);
}

.fs-80 {
  font-size: var(--text-80);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-orbitron);
}

.text-primary {
  color: var(--primary) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.font-orbitron {
  font-family: var(--font-orbitron);
}

.font-urbanist {
  font-family: var(--font-urbanist);
}

.font-inter {
  font-family: var(--font-inter);
}

.font-jakarta {
  font-family: var(--font-jakarta);
}

/* Navbar */
.navbar {
  height: var(--header-height);
  min-height: var(--header-height);
  padding: 0;
  background-color: var(--bg-dark);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  z-index: 1035 !important;
  display: flex;
  align-items: center;
}

main {
  padding-top: var(--header-height);
}

.navbar > .container-fluid {
  height: 100%;
}

.nav-col {
  flex: 1;
}

.navbar .dropdown-menu {
  background-color: var(--header-dropdown-bg, #252525);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0;
  min-width: 220px;
}

.navbar .dropdown-item {
  font-family: var(--font-urbanist);
  font-weight: 600;
  padding: 10px 24px;
  color: var(--header-dropdown-menu-color, var(--header-menu-color, #fff)) !important;
  transition: color 0.2s ease;
  font-size: var(--text-18);
  letter-spacing: 1.2px;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
  background-color: transparent;
  color: var(--header-dropdown-hover, var(--header-menu-hover, var(--primary))) !important;
}

.navbar .dropdown-item.active,
.navbar .current-menu-item > .dropdown-item {
  background-color: transparent !important;
  color: var(--header-dropdown-hover, var(--header-menu-hover, var(--primary))) !important;
}

.navbar .dropdown-item.active:hover,
.navbar .dropdown-item.active:focus,
.navbar .current-menu-item > .dropdown-item:hover,
.navbar .current-menu-item > .dropdown-item:focus {
  color: var(--header-dropdown-hover, var(--header-menu-hover, var(--primary))) !important;
}

.navbar .nav-link {
  color: var(--header-menu-color, #fff) !important;
  transition: color 0.2s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .dropdown:hover > .dropdown-toggle,
.navbar .dropdown-toggle:hover,
.navbar .dropdown-toggle:focus,
.navbar .dropdown-toggle[aria-expanded="true"] {
  color: var(--header-menu-hover, var(--primary)) !important;
}

.navbar .nav-link.active,
.navbar .current-menu-item > .nav-link,
.navbar .current-menu-parent > .nav-link,
.navbar .current-menu-ancestor > .nav-link {
  color: var(--header-menu-active, var(--primary)) !important;
}

.navbar .dropdown-toggle {
  display: inline-flex;
  align-items: center;
}

.navbar .dropdown-toggle::after {
  content: '';
  display: inline-block;
  width: var(--text-16);
  height: var(--text-10);
  margin-left: 0.55em;
  vertical-align: middle;
  border: none;
  background-color: var(--header-menu-color, var(--primary));
  -webkit-mask: url('../assets/dropdown.svg') no-repeat center / contain;
  mask: url('../assets/dropdown.svg') no-repeat center / contain;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.navbar .dropdown:hover > .dropdown-toggle::after,
.navbar .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
  background-color: var(--header-menu-hover, var(--primary));
}

.navbar .current-menu-parent > .dropdown-toggle::after,
.navbar .current-menu-ancestor > .dropdown-toggle::after {
  background-color: var(--header-menu-active, var(--primary));
}

/* Dropdown on hover for desktop */
@media (min-width: 992px) {
  .navbar .dropdown {
    position: relative;
  }

  .navbar .dropdown::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 12px;
    transition: all 0.3s ease;
    animation: fadeIn 0.3s ease;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar.scrolled {
  background-color: var(--bg-dark);
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar-brand {
  letter-spacing: 4px;
  font-size: var(--text-24);
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  flex: 1;
}

.custom-logo,
.navbar-brand img {
  height: 1.3021vw;
  width: auto;
  display: block;
  width: 15.1042vw;
  margin: 0 auto;
}

.nav-link {
  font-size: var(--text-18);
  font-family: var(--font-urbanist);
  font-weight: 600;
  letter-spacing: 1.2px;
}
#menu-primary-header-menu{
  gap: 3.2vw !important;
}

.btn-primary {
  background-color: var(--btn-bg, var(--primary));
  border: none;
  border-color: var(--btn-bg, var(--primary));
  font-family: var(--font-urbanist);
  font-weight: 600;
  font-size: var(--text-16);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--btn-hover, #d8812c) !important;
  border-color: var(--btn-hover, #d8812c) !important;
}

.btn-outline-primary {
  border: 2px solid var(--btn-bg, var(--primary));
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-outline-primary:hover {
  background-color: var(--btn-bg, var(--primary));
  border-color: var(--btn-bg, var(--primary));
  color: #fff;
}

.btn:not(.btn-close):not(.lightbox-btn):not(.navbar-toggler),
.btn-view-work,
.btn-view-all,
.wpcf7 input[type="submit"],
.wpcf7-submit {
  height: var(--btn-height);
  min-height: var(--btn-height);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 1;
  font-family: var(--font-urbanist);
  font-weight: 600 !important;
  border-radius: 10px !important;
  gap: 10px !important;
  font-size: var(--text-18) !important;
}

.wpcf7 input[type="submit"],
.wpcf7-submit {
  background-color: var(--btn-bg, var(--primary)) !important;
  border-color: var(--btn-bg, var(--primary)) !important;
  color: #fff !important;
  font-size: var(--text-18) !important;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.wpcf7-submit:hover,
.wpcf7-submit:focus {
  background-color: var(--btn-hover, #d8812c) !important;
  border-color: var(--btn-hover, #d8812c) !important;
  color: #fff !important;
}

.home .form-section .wpcf7 input[type="submit"],
.home .form-section .wpcf7-submit {
  background-color: #f69a2f !important;
  border-color: #f69a2f !important;
}

.home .form-section .wpcf7 input[type="submit"]:hover,
.home .form-section .wpcf7 input[type="submit"]:focus,
.home .form-section .wpcf7-submit:hover,
.home .form-section .wpcf7-submit:focus {
  background-color: #f69a2f !important;
  border-color: #f69a2f !important;
  filter: brightness(0.9);
}

/* Sections with full bg */
.hero-section {
  position: relative;
  height: 45.3646vw;
  background-image: var(--hero-bg, url('../assets/5016cc4e24ec4e2670813fa6c6b6b8827225db25.png'));
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(37, 37, 37, 0) 40%, rgba(37, 37, 37, 1) 100%);
}

.bg-section {
  position: relative;
  height: 900px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 100px;
}

.bg-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
}

.bg-section>* {
  position: relative;
  z-index: 1;
}

.bg-production {
  background-image: url('../assets/f6a5013ab823cb7249c2d28f02b24218f0f8a58e.png');
}

.bg-design {
  background-image: url('../assets/d10ae88ded9c045f4790828fa27a8dd05ea29b11.png');
}

.bg-branding {
  background-image: url('../assets/788e5b3604816c929f6f30d2dd08325f793e3d5e.png');
}

.bg-rentals {
  background-image: url('../assets/3ca6f366a62f29389e80a4fba09aafbae7df19a5.png');
}

.section-number {
  font-size: var(--text-35);
  font-weight: 600;
  margin-bottom: 0;
  opacity: 1;
}

.section-title {
  color: var(--primary);
  font-size: var(--text-40);
  font-weight: 500;
}

.section-text {
  font-size: var(--text-18);
  color: #fff;
  opacity: 1;
  font-weight: 600 !important;
}

.view-details {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: var(--text-14);
  letter-spacing: 1px;
  color: #f59931;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.3s;
}

.view-details:hover {
  color: #ea933d;
  opacity: 0.8;
}

.custom-input::placeholder {
  color: #545454;
}

/* Navbar Transition */
#mainNav {
  transition: background-color 0.3s ease, border-bottom 0.3s ease;
  background-color: var(--header-bg, transparent);
  border-bottom: 1px solid transparent;
}

#mainNav.scrolled,
#mainNav:hover {
  background-color: var(--header-scrolled-bg, rgba(18, 18, 18, 0.98));
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-title {
  font-size: var(--text-60);
  line-height: 1.1;
  letter-spacing: 1px;
}

.sub-hero-title {
  font-size: var(--text-60);
}

.hero-desc {
  font-family: var(--font-urbanist);
  font-weight: 600;
  font-size: var(--text-18);
  line-height: 1.6;
}

.hero-btn {
  border-width: 3px !important;
  border-color: var(--btn-bg, var(--primary)) !important;
  border-radius: 8px !important;
  letter-spacing: 1px;
  font-size: var(--text-18) !important;
}

.hero-btn:hover {
  background-color: var(--btn-bg, var(--primary)) !important;
  border-color: var(--btn-bg, var(--primary)) !important;
  color: #fff !important;
}

@media (min-width: 992px) {
  .section-text {
    max-width: 20vw;
  }

  .hero-desc {
    max-width: 44vw;
  }

  .form-section p.font-urbanist {
    max-width: 23vw;
  }

  .footer-aside {
    width: 16.3958vw !important;
    max-width: 16.3958vw !important;
    flex: 0 0 16.3958vw !important;
  }

  .footer-text {
    max-width: 16.3958vw !important;
  }

  .page-hero-desc,
  .intro-text {
    max-width: 24vw;
  }
}

/* ============================================
   3D COVERFLOW CAROUSEL — SELECTED WORK
   ============================================ */
.selected-work-section {
  position: relative;
  z-index: 1;
  height: auto;
  background-color: var(--bg-dark);
  padding: 5vw 0 6vw;
}

.sw-sticky-container {
  position: relative;
  top: auto;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Outer wrapper: sets the CSS 3D perspective for the whole scene */
.cf-perspective-wrap {
  width: 100%;
  height: 75vh;
  min-height: 520px;
  max-height: 800px;
  perspective: 1200px;
  perspective-origin: 50% 50%;
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

.cf-perspective-wrap.is-dragging {
  cursor: grabbing;
}

@media (max-width: 767px) {
  .cf-perspective-wrap {
    height: 420px;
  }

  .cf-card {
    --cf-outer-radius: 24px;
    --cf-inner-radius: 18px;
    --cf-ring-inset: 14px;
    --cf-ring-width: 4px;
  }

  .cf-caption {
    padding: 0 16px 18px;
  }
  
}

/* Scene: preserve-3d so children render in 3D space */
.cf-scene {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
}

/* Individual card */
.cf-card {
  --cf-outer-radius: 40px;
  --cf-inner-radius: 35px;
  --cf-ring-inset: 1.2500vw;
  --cf-ring-width: 0.6292vw;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 760px;
  height: 728px;
  border-radius: var(--cf-outer-radius);
  overflow: hidden;
  cursor: pointer;
  background-color: #1a1a1a;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  transition:
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.55s ease-out,
    box-shadow 0.55s ease-out;
  will-change: transform, opacity;
  backface-visibility: hidden;
  opacity: 0;
}

.cf-card.cf-active {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.72);
}

.cf-card__media {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  background: #1a1a1a;
}

.cf-enhanced .cf-card {
  transition: none;
}

.cf-enhanced.cf-loop-reset .cf-card__ring,
.cf-enhanced.cf-loop-reset .cf-card__media::after,
.cf-enhanced.cf-loop-reset .cf-caption,
.cf-enhanced.cf-loop-reset .cf-card img {
  transition: none;
}

.cf-enhanced.is-dragging .cf-card {
  cursor: grabbing;
}

.cf-card img {
  position: absolute;
  inset: -2%;
  width: 104%;
  height: 104%;
  max-width: none;
  object-fit: cover;
  display: block;
  pointer-events: none;
  user-select: none;
  border-radius: inherit;
  transform: translateZ(0) scale(1.18) translate3d(var(--cf-image-parallax-x, 0px), 0, 0);
  transition: transform 800ms cubic-bezier(0.2, 0.7, 0, 1);
  will-change: transform;
}

.cf-card__ring {
  position: absolute;
  inset: var(--cf-ring-inset);
  border: var(--cf-ring-width) solid var(--primary);
  border-radius: var(--cf-inner-radius);
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.45s ease-out;
}

.cf-card.cf-active .cf-card__ring {
  opacity: 1;
}

.cf-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../assets/selected-overlay.svg') no-repeat bottom center / cover;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.45s ease-out;
}

.cf-card.cf-active .cf-card__media::after {
  opacity: 1;
}

/* Bottom caption — sits above overlay, inside ring */
.cf-caption {
  position: absolute;
  bottom: var(--cf-ring-inset);
  left: var(--cf-ring-inset);
  right: var(--cf-ring-inset);
  padding: 0 24px 28px;
  background: none;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.45s ease-out 0.12s,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
  text-align: center;
  z-index: 3;
}

.cf-card.cf-active .cf-caption {
  opacity: 1;
  transform: translateY(0);
}

.cf-caption h3 {
  font-size: var(--text-30);
  margin-bottom: 2px;
  color: #fff;
 
}

.cf-sub {
  font-size: var(--text-18);
  letter-spacing: 1.2px;
  color: var(--text-white);
  font-weight: 600 !important;
}

/* Pagination bar row */
.cf-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin: 28px 0 36px;
}

.cf-bar {
  display: inline-block;
  width: 50px;
  height: 44px;
  padding: 0;
  border: 0;
  position: relative;
  background: transparent;
  cursor: pointer;
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.cf-bar::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #4e4a4a;
  transform: translateY(-50%);
  transition: background-color 0.35s ease-out;
}

.cf-bar.active {
  width: 67px;
}

.cf-bar.active::before {
  background-color: #ffffff;
}

.cf-bar:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 5px;
}

@media (prefers-reduced-motion: reduce) {
  .cf-card,
  .cf-card img,
  .cf-card__ring,
  .cf-card__media::after,
  .cf-caption,
  .cf-bar,
  .cf-bar::before {
    transition: none;
  }

  .cf-card {
    --cf-image-parallax-x: 0px !important;
  }
}

.build-craft-execute {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primary);
  width: 80%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
}

.build-craft-execute h2,
.build-craft-title {
  font-size: var(--text-32);
  margin: 0;
}

.btn-view-all {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
}

/* Trusted By — dual colored marquee bands */
.trusted-by {
  --trusted-band-h: 12.6969vw;
  --trusted-frame-w: 11.4583vw; /* ~220px @ 1920 */
  --trusted-frame-h: 7.2917vw; /* ~140px @ 1920 */
  --trusted-logo-h: 5.125vw; 
  --trusted-logo-gap: 2.0833vw; /* ~40px @ 1920 */
  --trusted-teal: #13b1bd;
  --trusted-orange: #F69A2F;
  --trusted-frame-bg: #2a2a2a;
  background: var(--bg-dark);
  padding: 0;
  overflow: hidden;
}

.trusted-by__head {
  padding: var(--section-space-xxl) 0 var(--section-space);
  text-align: center;
  background: var(--bg-dark);
}

.trusted-by__title {
  color: var(--trusted-orange) !important;
  letter-spacing: 0.2em;
  margin: 0 !important;
  font-weight: 600 !important;
  font-size: var(--text-40) !important;
  text-transform: uppercase;
}

.trusted-by__bands {
  width: 100%;
}

.trusted-track {
  width: 100%;
  height: var(--trusted-band-h);
  min-height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.trusted-track--teal {
  background: var(--trusted-teal);
}

.trusted-track--orange {
  background: var(--trusted-orange);
}

.trusted-track__viewport {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.trusted-track__content {
  display: inline-flex;
  align-items: center;
  gap: var(--trusted-logo-gap);
  width: max-content;
  will-change: transform;
}

.trusted-track__content--ltr {
  animation: trusted-marquee-ltr var(--trusted-marquee-speed) linear infinite;
}

.trusted-track__content--rtl {
  animation: trusted-marquee-rtl var(--trusted-marquee-speed) linear infinite;
}

.trusted-track:hover .trusted-track__content {
  animation-play-state: paused;
}

.trusted-logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--trusted-frame-w);
  height: var(--trusted-frame-h);
  padding: 1.2vw 1.4vw;
  box-sizing: border-box;
  border-radius: 0;
  overflow: hidden;
}

.trusted-logo__img {
  display: block;
  height: var(--trusted-logo-h);
  width: auto;
  max-width: 90%;
  object-fit: contain;
  /* Black logos on transparent → white inside dark frames */
  transform-origin: center center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

/* PNG already has dark bg + white artwork (e.g. ILT20) */
.trusted-logo--knockout .trusted-logo__img {
  filter: none;
  mix-blend-mode: screen;
  height: 100%;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.trusted-logo__name {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: clamp(0.9rem, 1.4vw, 1.5rem);
  color: #fff;
  white-space: nowrap;
  transform: scale(1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.trusted-logo:hover .trusted-logo__img,
.trusted-logo:hover .trusted-logo__name {
  transform: scale(1.28);
}

.trusted-logo--knockout:hover .trusted-logo__img {
  transform: scale(1.08);
}

@keyframes trusted-marquee-ltr {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes trusted-marquee-rtl {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .trusted-track__content--ltr,
  .trusted-track__content--rtl {
    animation: none;
  }

  .trusted-track__content--rtl {
    transform: translateX(-25%);
  }

  .trusted-logo:hover .trusted-logo__img,
  .trusted-logo:hover .trusted-logo__name {
    transform: none;
  }
}

/* Form Section */
.form-section {
  position: relative;
  padding: var(--section-space-xl) 0;
  padding-top:11.6667vw;
  background-color: var(--bg-dark);
  background-image: url('../assets/bg-yourevent.svg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% max(100px, 11.71875vw);
}

.form-section h2 {
  font-family: var(--font-urbanist);
  font-size: var(--text-60);
  margin-bottom: 1rem;
  font-weight: 500;
}

.form-section p.font-urbanist {
  color: var(--text-white);
  font-size: var(--text-18);
  font-weight: 600;
}

.custom-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #555;
  border-radius: 0;
  color: #fff;
  padding: 10px 0;
  font-size: var(--text-32);
  margin-bottom: 2rem;
  font-family: var(--font-urbanist);
}

.custom-input:focus {
  background: transparent;
  box-shadow: none;
  border-color: var(--primary);
  color: #fff;
}

.custom-label {
  font-family: var(--font-urbanist);
  font-size: var(--text-18);
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
}

/* ==========================================================================
   Footer Component - Exact VW Desktop & Responsive Spacing (CSS Only)
   ========================================================================== */
footer.footer {
  background-color: var(--bg-dark, #252525) !important;
  border-top: none !important;
  padding-top: var(--section-space-xxl) !important;
  padding-bottom: var(--section-space-xl) !important;
  width: 100% !important;
  box-sizing: border-box !important;
  border-top: 1px solid #fff !important;
}

.footer .container-fluid {

  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.footer-top {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 2.0833vw !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-menus {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 0vw !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 18.2292vw !important;
  justify-content: space-between !important;
}

.footer-links {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  flex: 0 0 auto !important;
  width: auto !important;
  gap: 1.2500vw !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-links ul,
.footer-links .menu_class {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 1.1500vw !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-links li {
  margin: 0 !important;
  padding: 0 !important;
}

.footer-links a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: var(--font-urbanist) !important;
  font-weight: 600 !important;
  font-size: var(--text-18) !important;
  line-height: 1.2 !important;
  letter-spacing: 1.2px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  transition: color 0.3s ease !important;
  white-space: nowrap !important;
}

.footer-links a:hover {
  color: var(--primary) !important;
}

.footer-aside {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;

}

.footer-text {
  color: #ffffff !important;
  font-family: var(--font-urbanist) !important;
  font-size: var(--text-18) !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  margin: 0 0 1.8229vw !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
}

.footer-socials {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.8333vw !important;
}

.social-icon {
  width: 1.3021vw !important;
  height: 1.3021vw !important;
  min-width: 25px !important;
  min-height: 25px !important;
  border: none !important;
  background: transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
  line-height: 0 !important;
  transition: transform 0.3s ease, opacity 0.3s ease !important;
}

.social-icon:hover {
  transform: translateY(-2px) !important;
  opacity: 0.85 !important;
}

.social-icon img,
.social-icon svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
}

.footer .text-center.my-5 {
  margin-top: 5.7292vw !important;
  margin-bottom: 4.1667vw !important;
  padding: 0 !important;
  width: 100% !important;
}

.footer-brand-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 2.0833vw !important;
  width: 100% !important;
  margin-top: var(--section-space-xxl) !important;
  padding: 0 !important;
}

.logo-footer-spacing {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  /* Stretch logo flush to the left edge past container pad */
  width: calc(55% + var(--container-pad)) !important;
  max-width: calc(55% + var(--container-pad)) !important;
}

.footer-logo-mask {
  display: block !important;
  width: 100% !important;
  line-height: 0 !important;
}

.footer-logo {
  width: 100% !important;
  max-width: 100% !important;
  max-height: none !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.page-production .footer-logo-mask,
.page-branding .footer-logo-mask,
.page-design .footer-logo-mask,
.page-our-work .footer-logo-mask,
.page-event-operations .footer-logo-mask,
.page-rentals .footer-logo-mask {
  background-color: var(--primary);
  -webkit-mask-image: var(--footer-logo-src);
  mask-image: var(--footer-logo-src);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.page-production .footer-logo-mask .footer-logo,
.page-branding .footer-logo-mask .footer-logo,
.page-design .footer-logo-mask .footer-logo,
.page-our-work .footer-logo-mask .footer-logo,
.page-event-operations .footer-logo-mask .footer-logo,
.page-rentals .footer-logo-mask .footer-logo {
  opacity: 0;
}

.footer-copy {
  color: #ffffff !important;
  font-family: var(--font-urbanist) !important;
  font-size: var(--text-18) !important;
  font-weight: 600 !important;
  margin: 0 !important;
  text-align: left !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
  align-self: flex-start !important;
  padding-bottom: 0.4vw !important;
}

.footer-legal-copy {
  align-self: flex-start;
  flex: 0 0 auto;
}

.footer-legal-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.25rem;
  margin-top: 0.45rem !important;
}

.footer-legal-menu li {
  display: flex;
  align-items: center;
}

.footer-legal-menu li + li::before,
.footer-legal-menu a + a::before {
  content: '|';
  color: rgba(255, 255, 255, 0.75);
  margin-right: 1.25rem;
}

.footer-legal-menu a {
  color: #ffffff;
  font-family: var(--font-urbanist), sans-serif;
  font-size: var(--text-14);
  text-decoration: none;
}

.footer-legal-menu a:hover,
.footer-legal-menu a:focus-visible {
  color: #ffffff;
}

/* Privacy Policy page */
body.legal-page .page-main {
  max-width: 1000px;
  padding-top: clamp(7rem, 10vw, 10rem) !important;
  padding-bottom: clamp(4rem, 8vw, 7rem) !important;
}

body.legal-page .page-hero-title {
  font-family: var(--font-urbanist), sans-serif !important;
  font-size: clamp(2.25rem, 4vw, 3rem);
  line-height: 1.05;
  margin-bottom: clamp(2.5rem, 5vw, 4rem) !important;
}

body.legal-page .entry-content {
  font-family: var(--font-urbanist), sans-serif !important;
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  line-height: 1.75;
}

body.legal-page .entry-content p,
body.legal-page .entry-content ul {
  margin-bottom: 1.5rem;
}

body.legal-page .entry-content h2 {
  font-family: var(--font-urbanist), sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  margin: clamp(3rem, 6vw, 4.5rem) 0 1.25rem;
}

body.legal-page .entry-content h2:first-of-type {
  margin-top: 2.75rem;
}

body.legal-page .entry-content ul {
  padding-left: 1.5rem;
}

body.legal-page .entry-content li + li {
  margin-top: 0.5rem;
}

body.legal-page .entry-content a {
  color: #c87627;
  text-underline-offset: 0.2em;
}

@media (max-width: 767.5px) {
  body.legal-page .page-main {
    padding-top: 6.5rem !important;
  }

  body.legal-page .page-hero-title {
    font-size: 2.25rem;
  }

  body.legal-page .entry-content h2 {
    margin-top: 3.25rem;
  }
}

/* Desktop — top text + copyright share the same left edge */
@media (min-width: 992px) {
  footer.footer {
    --footer-side-content-width: 16.3958vw;
    --footer-side-content-left: calc(18.2292vw + 2.0833vw);
  }

  .footer-aside {
    margin-left: auto !important;
    align-items: flex-start !important;
  }

  .footer-text {
    text-align: left !important;
  }

  .footer-copy {
    flex: 0 0 var(--footer-side-content-width) !important;
    width: var(--footer-side-content-width) !important;
    max-width: var(--footer-side-content-width) !important;
    margin-left: var(--footer-side-content-left) !important;
    text-align: left !important;
    align-self: flex-start !important;
    white-space: nowrap !important;
  }

  .footer-legal-copy {
    width: var(--footer-side-content-width);
    margin-left: var(--footer-side-content-left);
  }

  .footer-legal-copy .footer-copy {
    width: auto !important;
    max-width: none !important;
    margin-left: 0 !important;
  }
}

.footer .row.pb-4 {
  display: none !important;
}

/* Footer Tablet & Mobile Responsiveness */
@media (max-width: 991.98px) {
  .form-section{
    padding-top: var(--section-space-xl);
    background-size: contain;
  }
  .custom-logo, .navbar-brand img{
    width: 100px;
    height: auto;
  }

  .trusted-by {
    --trusted-band-h: 110px;
    --trusted-frame-w: 140px;
    --trusted-frame-h: 88px;
    --trusted-logo-h: 50px;
    --trusted-logo-gap: 16px;
  }

  footer.footer {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }

  .footer .container-fluid {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .footer-top {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    gap: 36px !important;
  }

  .footer-menus {
    width: 100% !important;
    gap: 40px !important;
  }

  .footer-links {
    gap: 14px !important;
  }

  .footer-links ul,
  .footer-links .menu_class {
    gap: 14px !important;
  }

  .footer-aside {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  .footer-text {
    text-align: left !important;
  }

  .footer-socials {
    gap: 12px !important;
  }

  .social-icon {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
  }

  .social-icon img,
  .social-icon svg {
    width: 100% !important;
    height: 100% !important;
  }

  .footer-brand-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 24px !important;
    margin-top: 36px !important;
  }

  .logo-footer-spacing {
    width: calc(100%) !important;
    max-width: calc(100%) !important;
  }

  .footer-copy {
    text-align: left !important;
    white-space: normal !important;
    padding-bottom: 0 !important;
  }

  .footer-legal-copy {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .trusted-by {
    --trusted-band-h: 88px;
    --trusted-frame-w: 112px;
    --trusted-frame-h: 72px;
    --trusted-logo-h: 52px;
    --trusted-logo-gap: 12px;
  }

  .trusted-by__title {
    font-size: var(--text-28) !important;
    letter-spacing: 0.14em;
  }

  .trusted-logo__img {
    max-width: 100px;
  }

  footer.footer {
    padding-top: 40px !important;
    padding-bottom: 24px !important;
  }

  .footer .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .footer-top {
    gap: 28px !important;
  }

  .footer-menus {
    gap: 24px !important;
  }

  .logo-footer-spacing {
  
    width: calc(100%) !important;
    max-width: calc(100%) !important;
  }
}

/* --- Mobile Responsiveness (type uses --text-* tokens) --- */
@media (max-width: 991.98px) {
  .hero-section {
    height: calc(100vh - var(--header-height));
    min-height: 600px;
    padding-top: 0;
  }

  .hero-title {
    line-height: 1.2;
  }

  .hero-desc {
    line-height: 1.4;
    margin-bottom: 2rem !important;
    max-width: 100%;
  }

  .section-text,
  .form-section p.font-urbanist,
  .footer-text,
  .page-hero-desc,
  .intro-text {
    max-width: 100% !important;
    width: 100% !important;
  }

  .testimonials-section .container-fluid.px-0 {
    padding-left: 16px !important;
    padding-right: 16px !important;
    overflow-x: hidden;
  }

  .testimonialsSwiper {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .testimonialsSwiper .swiper-slide {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
    padding: 2px;
    overflow: visible;
  }

  .testimonial-card {
    width: 100%;
    max-width: 100%;
    height: auto !important;
  }

  .testimonial-card__frame {
    border-radius: 24px;
    padding: 6px;
  }

  .testimonial-card__inner {
    border-radius: 20px;
    min-height: 240px;
    padding: 40px 24px 48px !important;
  }

  .testimonial-card__content {
    opacity: 1;
  }

  .testimonialsSwiper .swiper-pagination {
    position: static !important;
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px !important;
  }

  .testimonialsSwiper .swiper-pagination-bullet {
    margin: 0 !important;
    flex-shrink: 0;
  }

  .testimonialsSwiper .swiper-pagination-bullet-active {
    width: 28px;
  }

  .testimonial-quote {
    max-width: 100% !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .testimonial-divider {
    width: 40%;
    max-width: 120px;
  }

  .bg-section {
    height: 700px;
    padding-bottom: 50px;
  }

  .selected-work-container {
    padding: 2rem 1rem;
    border-radius: 20px;
  }

  .work-images {
    height: 300px;
  }

  .about-belief-title {
    text-align: left;
  }

  .about-belief-box {
    min-width: unset;
  }

  .footer-massive-text {
    letter-spacing: 2px;
  }
}

/* -------------------------------------
 * Contact Page
 * ------------------------------------- */

.contact-hero-title,
.page-hero-title {
  font-size: var(--text-60);
}

.contact-hero-title {
  white-space: nowrap;
}

.contact-hero-title span {
  color: var(--primary);
}

.page-hero-desc,
.intro-text {
  font-size: var(--text-18);
  line-height: 1.6;
  color: var(--text-white) !important;
  font-family: var(--font-urbanist) !important;
  font-weight: 600 !important;
}

.section-pill {
  font-size: var(--text-24);
}

.step-number {
  font-size: var(--text-35);
}

.step-title {
  font-size: var(--text-35);
  line-height: 1.2;
  margin-bottom: var(--section-space3) !important;
  margin-top: var(--section-space) !important;
}

.step-desc {
  font-size: var(--text-18);
  font-family: var(--font-urbanist);
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: var(--section-space3) !important;
}

.badge-title {
  font-size: var(--text-24);
}

.contact-heading {
  font-size: var(--text-35);
  letter-spacing: 1px;
}

.contact-detail {
  font-size: var(--text-18);
  font-family: var(--font-urbanist);
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: var(--section-space3) !important;
}
.text-white-50{
  color: rgba(255, 255, 255, 0.2) !important;
}

.about-pill {
  font-size: var(--text-24);
}

.about-philo-heading {
  font-size: var(--text-40);
}

.about-belief-title {
  font-size: var(--text-40);
}

.about-belief-number {
  font-size: var(--text-35);
}

.about-cta-title {
  font-size: var(--text-45);
}

.font-orbitron.display-4 {
  font-size: var(--text-60);
}

.btn-wide {
  font-size: var(--text-18);
  max-width: 1720px;
  border-radius: 10px;
  letter-spacing: 1.2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 991px) {
  .footer-links {
    margin-top: 30px;
  }
  .page-hero-desc, .intro-text{
    max-width: 100%;
  }
  .offcanvas-title{
    color: var(--bg-dark) !important;
  }
  .navbar-toggler svg path,.btn-close-white{
    fill: var(--bg-dark) !important;
  }
  .btn-close.btn-close-white{
    filter: none !important;
  }
}

.contact-input,
.contact-select {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #6b7280;
  border-radius: 0;
  color: white !important;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  font-family: 'Urbanist', sans-serif;
  font-weight: 500;
  font-size: var(--text-16);
  width: 100%;
  max-width: 100%;
}

.contact-input:focus,
.contact-select:focus {
  box-shadow: none;
  border-color: var(--primary);
  background-color: transparent;
}

.contact-input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.contact-select {
  color: rgba(255, 255, 255, 0.2) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255, 255, 255, 0.2%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.contact-select option {
  background-color: var(--bg-dark);
  color: white;
}


@media (max-width: 767.98px) {

  /* Services Text Alignment */
  .service-row {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .service-btn-container {
    justify-content: flex-start !important;
    margin-top: 20px;
  }

  /* Build Craft Execute */
  .build-craft-flex {
    flex-direction: column;
    text-align: center;
  }

  .build-craft-flex .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */
.testimonials-section {
  --testimonial-outer-radius: 2.0833vw; /* 40px @ 1920 */
  --testimonial-inner-radius: 1.6667vw; /* 32px @ 1920 */
  --testimonial-frame-pad: 0.4167vw; /* 8px @ 1920 */
  --testimonial-marquee-speed: var(--trusted-marquee-speed);
  padding-top: var(--section-space-xl) !important;
  padding-bottom: var(--section-space-xl) !important;
}

.testimonialsSwiper {
  width: 100%;
  padding: 20px 0 60px;
}

.testimonialsSwiper .swiper-slide {
  width: 39.1146vw;
  max-width: 751px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.testimonialsSwiper .swiper-slide-active {
  opacity: 1 !important;
}

.testimonial-card {
  --testimonial-accent: #F69A2F;
  width: 100%;
  border: none;
  background: transparent;
  padding: 0 !important;
  position: relative;
  box-sizing: border-box;
  height: 19.79vw;
}

.testimonial-card--event-ops {
  --testimonial-accent: #633894;
}

.testimonial-card--design {
  --testimonial-accent: #F69A2F;
}

.testimonial-card--production {
  --testimonial-accent: #13b1bd;
}

.testimonial-card__frame {
  width: 100%;
  background: var(--testimonial-accent);
  border-radius: var(--testimonial-outer-radius);
  padding: var(--testimonial-frame-pad);
  box-sizing: border-box;
  height: 100%;
}

.testimonial-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: var(--testimonial-inner-radius);
  overflow: hidden;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 2.6042vw 3.125vw;
}

.testimonial-card__shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  z-index: 0;
}

.testimonial-card__content {
  position: relative;
  z-index: 1;
  width: 100%;
  transition: opacity 0.35s ease;
}



.testimonialsSwiper .swiper-slide-active .testimonial-card__content {
  opacity: 1;
}

.testimonialsSwiper .swiper-pagination {
  position: static;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: var(--section-space2) !important;
}

.testimonialsSwiper .swiper-pagination-bullet {
  background: #4E4A4A;
  width: var(--text-10);
  height: var(--text-10);
  border-radius: 50%;
  opacity: 1;
  margin: 0 !important;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.testimonialsSwiper .swiper-pagination-bullet-active {
  background: #4E4A4A;
  width: var(--text-60);
  height: var(--text-10);
  border-radius: 10px;
}

/* ============================================
   PRODUCTION PAGE SECTIONS
   ============================================ */

/* Hero Image */
.prod-hero {
  position: relative;
  width: 100%;
  height: 42.6396vw;
  overflow: hidden;
}

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

.service-page-section {
  padding-top: var(--section-space-xxl) !important;
  padding-bottom: var(--section-space-xxl) !important;
  padding-left: var(--container-pad) !important;
  padding-right: var(--container-pad) !important;
  margin: 0 !important;
}

.service-page-section .section-bar {
  background-color: var(--step-accent, var(--primary));
}

.service-title-line-1 {
  color: var(--service-title-1-color, #ffffff);
}

.service-title-line-2-prefix {
  color: var(--service-title-2-color, #ffffff);
}
.prod-hero + .service-page-section {
  padding-bottom: 0 !important;
}

.service-page-intro {
  margin-bottom: var(--section-space-xl) !important;
}

.service-page-intro .display-4.mb-4,
.service-page-intro h2.mb-4 {
  margin-bottom: var(--section-space2) !important;
}

.service-page-badge {
  margin-bottom: var(--section-space-xl) !important;
}

.service-page-practice-badge {
  margin-bottom: var(--section-space2) !important;
}

/* Crafting Experiences */
.prod-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  transform-style: preserve-3d;
}

@media (max-width: 1200px) {
  .prod-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .prod-steps-grid {
    grid-template-columns: 1fr;
  }
}

.prod-step-card {
  box-sizing: border-box;
  background: none;
  border: none;
  padding: 0;
  min-height: 34.1667vw;
  cursor: pointer;
  perspective: 1400px;
  --card-hover-bg: var(--primary);
  --step-hover-text: #ffffff;
}

.prod-step-flip {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 34.1667vw;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.prod-step-card:hover .prod-step-flip,
.prod-step-card:focus-within .prod-step-flip {
  transform: rotateY(180deg);
}

.prod-step-face {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border: var(--badge-border) solid var(--primary);
  border-radius: 25px;
  padding: 8%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.prod-step-face--front {
  position: relative;
  background-color: transparent;
  min-height: 34.1667vw;
}

.prod-step-face--back {
  position: absolute;
  inset: 0;
  background-color: var(--card-hover-bg, var(--primary));
  border-color: var(--card-hover-bg, var(--primary));
  transform: rotateY(180deg);
  color: var(--step-hover-text, #ffffff);
}

.prod-step-card .step-number {
  color: var(--primary) !important;
  line-height: 1;
  flex-shrink: 0;
}

.prod-step-card .step-title,
.prod-step-card .step-desc {
  color: #ffffff !important;
}

.prod-step-face--back .step-number,
.prod-step-face--back .step-title,
.prod-step-face--back .step-desc {
  color: var(--step-hover-text, #ffffff) !important;
}

.prod-step-icon {
  margin-bottom: 2.6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 5.7292vw;
  flex-shrink: 0;
}

.step-icon-mask {
  display: block;
  position: relative;
  width: 5.7292vw;
  height: 5.7292vw;
  min-width: 40px;
  min-height: 40px;
  flex-shrink: 0;
}

.prod-step-icon img,
.step-icon-mask img {
  display: block;
  width: 5.7292vw;
  height: 5.7292vw;
  min-width: 40px;
  min-height: 40px;
  max-width: 5.7292vw;
  max-height: 5.7292vw;
  object-fit: contain;
  flex-shrink: 0;
}

.prod-step-face--back .prod-step-icon > img {
  filter: var(--step-icon-filter, brightness(0) invert(1));
}

.prod-step-face--back .step-icon-mask {
  background-color: var(--step-hover-text, #ffffff);
  -webkit-mask-image: var(--icon-url);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: var(--icon-url);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.prod-step-face--back .step-icon-mask img {
  opacity: 0;
}

@media (max-width: 991.98px) {
  .prod-step-card,
  .prod-step-flip,
  .prod-step-face--front {
    min-height: 320px;
  }

  .prod-step-icon {
    min-height: 40px;
    margin-bottom: 24px;
  }

  .step-icon-mask,
  .prod-step-icon img,
  .step-icon-mask img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .prod-step-flip {
    transition: none;
  }
}

/* Production in practice */
.prod-practice {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.prod-gallery-grid {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  width: 100%;
  height: 31.25vw;
  align-items: stretch;
}

.prod-gallery-grid > .prod-gallery-img {
  grid-column: 1;
  grid-row: 1 / -1;
  height: 100%;
  min-height: 0;
}

.prod-gallery-col {
  display: contents;
}

.prod-gallery-col .prod-gallery-img:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}

.prod-gallery-col .prod-gallery-img:nth-child(2) {
  grid-column: 2;
  grid-row: 2;
}

.prod-gallery-img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.prod-gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.prod-gallery-img::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.prod-gallery-img:hover img {
  transform: scale(1.05);
}

.prod-gallery-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.prod-gallery-img:hover .prod-gallery-label {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.prod-gallery-label h4 {
  font-family: 'Orbitron', sans-serif;
  font-weight: 500;
  color: white;
  margin: 0;
  font-size: var(--text-24);
}

.prod-gallery-label p {
  font-family: 'Urbanist', sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-size: var(--text-14);
  letter-spacing: 1px;
}

.prod-practice-btn,
.prod-practice .btn-wide {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 12px;
}

.prod-practice-btn {
  background-color: var(--service-btn-bg, #ea933d) !important;
  border-color: var(--service-btn-bg, #ea933d) !important;
  color: var(--service-btn-text, #fff) !important;
}

.prod-practice-btn:hover,
.prod-practice-btn:focus {
  background-color: var(--service-btn-hover, #c87627) !important;
  border-color: var(--service-btn-hover, #c87627) !important;
  color: var(--service-btn-text, #fff) !important;
}

@media (max-width: 991px) {
  .prod-gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
    gap: 12px;
  }

  .prod-gallery-grid > .prod-gallery-img {
    grid-column: auto;
    grid-row: auto;
    height: 260px;
  }

  .prod-gallery-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .prod-gallery-col .prod-gallery-img {
    grid-column: auto;
    grid-row: auto;
    height: 220px;
  }
}

/* Lightbox Styles */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 37, 37, 0.95);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  backdrop-filter: blur(10px);
}

.lightbox-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transform: scale(0.95);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.lightbox-overlay.active .lightbox-content {
  transform: scale(1);
}

.lightbox-img {
  width: 100%;
  height: 100%;
  max-height: 80vh;
  object-fit: contain;
  display: block;
  transition: opacity 0.3s ease;
}

.lightbox-controls {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}

.lightbox-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.lightbox-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.lightbox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
  border: none;
  color: white;
  font-size: var(--text-40);
  cursor: pointer;
  z-index: 10000;
}

/* ============================================
   ESPACIOLANUBE.COM (Scroll-Expand + home_slider_w)
   ============================================ */
.services-zoom-wrapper {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 142vh;
  --service-scale: 0.70;
  --service-blur: 5px;
  --service-radius: 250px;
}

.services-zoom-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-dark);
}

.home_slider_w {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home_slider_w .el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(100vw, 0, 0);
  opacity: 0;
  backface-visibility: hidden;
  contain: layout paint;
}

.home_slider_w .el.A {
  opacity: 1;
  z-index: 2;
  transform: translate3d(0, 0, 0);
}

.home_slider_w .el .el_im {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(var(--service-scale));
  border-radius: var(--service-radius);
  filter: blur(var(--service-blur));
  will-change: transform, filter;
  backface-visibility: hidden;
  contain: paint;
}

.home_slider_w .el .el_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  background-size: cover;
  background-position: center bottom;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.home_slider_w .el .el_bg::after {
  content: none;
}

.service-bg-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center bottom;
  transform: translateZ(0);
  backface-visibility: hidden;
}

@media (max-aspect-ratio: 1.2) and (max-width: 1194px) {
  .services-zoom-wrapper {
    --service-radius: 90px;
  }
}

.home_slider_w .el .el_info {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.slider-pag-btn {
  width: 30px;
  height: 44px;
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: width 0.45s cubic-bezier(0.55, 0, 0.1, 1);
}

.slider-pag-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}

.slider-pag-btn.A {
  width: 50px;
}

.slider-pag-btn.A::before {
  background: var(--primary);
}

.slider-pag-btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .home_slider_w .el,
  .home_slider_w .el .el_im,
  .home_slider_w .el .el_info,
  .slider-pag-btn,
  .slider-pag-btn::before {
    transition: none;
  }
}

/* ============================================
   Extracted from inline styles
   ============================================ */

.btn-contact {
  color: #fff;
  gap: 8px;
  font-size: var(--text-18) !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.contact-arrow {
  width: var(--text-16);
  height: var(--text-16);
  flex-shrink: 0;
  display: block;
}

.btn-contact--orange {
  background-color: #ea933d !important;
  border-color: #ea933d !important;
  color: #fff !important;
}

.btn-contact--orange .contact-arrow {
  filter: none !important;
}

.btn-contact--purple {
  background-color: #633894 !important;
  border-color: #633894 !important;
  color: #fff !important;
}

.btn-contact--purple .contact-arrow {
  filter: none !important;
}

.btn-contact--green {
  background-color: #2e7d32 !important;
  border-color: #2e7d32 !important;
  color: #fff !important;
}

.btn-contact--green .contact-arrow {
  filter: none !important;
}

.btn-contact--dark {
  background-color: #252525 !important;
  border-color: #333 !important;
  color: #fff !important;
}

.btn-contact--dark .contact-arrow {
  filter: none !important;
}

.btn-contact--white {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.btn-contact--white .contact-arrow {
  filter: none !important;
}

.page-production .btn-contact,
.page-branding .btn-contact,
.page-design .btn-contact,
.page-our-work .btn-contact,
.page-event-operations .btn-contact,
.page-rentals .btn-contact,
.btn-contact--accent {
  background-color: var(--btn-bg, var(--primary));
  border-color: var(--btn-bg, var(--primary));
  color: #fff;
}

.page-branding .btn-contact {
  color: #000 !important;
}

.nav-col .btn-contact,
.btn-contact-mobile {
  border-radius: 8px !important;
  background-color: var(--btn-bg, var(--primary));
  border-color: var(--btn-bg, var(--primary));
  color: var(--btn-color, #fff) !important;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, filter 0.3s ease;
}

.btn-contact:hover,
.btn-contact:focus,
.btn-contact-mobile:hover,
.btn-contact-mobile:focus {
  background-color: var(--btn-hover, var(--bs-btn-hover-bg, #d8812c)) !important;
  border-color: var(--btn-hover, var(--bs-btn-hover-border-color, #d8812c)) !important;
  color: var(--btn-color, var(--text-white)) !important;
}

.btn-contact:hover .contact-arrow,
.btn-contact:focus .contact-arrow,
.btn-contact-mobile:hover .contact-arrow,
.btn-contact-mobile:focus .contact-arrow,
.page-branding .btn-contact:hover .contact-arrow,
.page-branding .btn-contact:focus .contact-arrow {
  filter: none;
}

.btn-contact-mobile {
  border-radius: 10px;
  letter-spacing: 1px;
}

.navbar-toggler {
  display: block;
}

#offcanvasNavbar {
  background-color: var(--header-panel-bg, var(--bg-dark));
  color: #fff;
  width: min(100%, 360px);
}

#offcanvasNavbar .offcanvas-header {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

#offcanvasNavbar .offcanvas-body {
  padding: 16px 24px 24px;
}

.offcanvas-title {
  letter-spacing: 3px;
}

.offcanvas .navbar-nav {
  gap: 4px !important;
  margin-top: 0 !important;
}

.offcanvas .nav-link,
.offcanvas .dropdown-toggle {
  font-size: var(--text-18);
  line-height: 1.3;
  padding: 10px 0;
  color: var(--header-menu-color, #fff) !important;
}

.offcanvas .dropdown-menu {
  background-color: var(--header-dropdown-bg, transparent);
  border: none;
  padding: 0 0 8px 16px;
  margin: 0;
  position: static;
}

.offcanvas .dropdown-item {
  font-size: 16px;
  font-weight: 600;
  padding: 8px 0;
  color: var(--header-dropdown-menu-color, var(--header-menu-color, #fff)) !important;
  background: transparent;
  border-radius: 0;
  white-space: normal;
}

.offcanvas .nav-link:hover,
.offcanvas .nav-link:focus,
.offcanvas .dropdown-toggle:hover,
.offcanvas .dropdown-toggle:focus,
.offcanvas .dropdown-toggle[aria-expanded="true"] {
  color: var(--header-menu-hover, var(--primary)) !important;
  background-color: transparent !important;
}

.offcanvas .dropdown-item:hover,
.offcanvas .dropdown-item:focus,
.offcanvas .dropdown-item:active {
  color: var(--header-dropdown-hover, var(--header-menu-hover, var(--primary))) !important;
  background-color: transparent !important;
}

.offcanvas .nav-link.active,
.offcanvas .dropdown-item.active,
.offcanvas .current-menu-item > .nav-link,
.offcanvas .current-menu-item > .dropdown-item,
.offcanvas .current-menu-parent > .nav-link,
.offcanvas .current-menu-ancestor > .nav-link {
  color: var(--header-menu-active, var(--primary)) !important;
}

.offcanvas .dropdown-item.active,
.offcanvas .current-menu-item > .dropdown-item {
  color: var(--header-dropdown-hover, var(--header-menu-hover, var(--primary))) !important;
  background-color: transparent !important;
}

.offcanvas .dropdown-item.active:hover,
.offcanvas .dropdown-item.active:focus,
.offcanvas .current-menu-item > .dropdown-item:hover,
.offcanvas .current-menu-item > .dropdown-item:focus {
  color: var(--header-dropdown-hover, var(--header-menu-hover, var(--primary))) !important;
}

.offcanvas .dropdown-toggle {
  display: inline-flex;
  align-items: center;
}

.offcanvas .dropdown-toggle::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 9px;
  margin-left: 0.55em;
  border: none;
  background-color: var(--header-menu-color, var(--primary));
  -webkit-mask: url('../assets/dropdown.svg') no-repeat center / contain;
  mask: url('../assets/dropdown.svg') no-repeat center / contain;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.offcanvas .dropdown-toggle:hover::after,
.offcanvas .dropdown-toggle:focus::after,
.offcanvas .dropdown-toggle[aria-expanded="true"]::after {
  background-color: var(--header-menu-hover, var(--primary));
}

.offcanvas .current-menu-parent > .dropdown-toggle::after,
.offcanvas .current-menu-ancestor > .dropdown-toggle::after {
  background-color: var(--header-menu-active, var(--primary));
}

.offcanvas .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.page-main {
  min-height: 60vh;
  padding-top: 0 !important;
}

.entry-content {
  line-height: 1.8;
}

.error-main {
  min-height: 60vh;
  padding-top: 0 !important;
}

.error-main .btn {
  border-radius: 10px;
}

.sub-hero-section {
  background-color: var(--bg-dark);
  height: auto;
  display: flex;
  align-items: center;
}

.sub-hero-title {
  letter-spacing: -1px;
}

.el_bg.has-custom-bg {
  background-image: var(--slide-bg);
}

.service-slide-inner {
  z-index: 3;
}

.section-number-wrap {
  width: var(--text-80);
  flex-shrink: 0;
  line-height: 1;
}
.section-number-wrap ~ div {
  padding-top: 1.5vw;
}

.section-number {
  color: #fff;
}

.home_slider_pag {
  z-index: 10;
  left: 50%;
  bottom: 7vh;
  transform: translateX(-50%);
}

.section-bar,
.ops-indicator,
.about-bar {
  width: var(--badge-bar);
  height: var(--btn-height);
  border-radius: 2px;
  flex-shrink: 0;
  background-color: #633894;
}

.ops-indicator {
  background-color: #F59931;
}

.home-bar {
  --bar-color: #633894;
}

.section-badge,
.ops-badge-wrap {
  display: inline-flex;
  align-items: center;
  gap: var(--badge-gap);
  max-width: 100%;
}

.section-pill-box,
.about-pill-box,
.ops-badge-box {
  border: var(--badge-border) solid var(--primary);
  border-radius: var(--badge-radius);
  height: var(--btn-height);
  min-height: var(--btn-height);
  padding: 0 var(--badge-pad-x);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 1;
  max-width: 100%;
}

.btn-view-work {
  background-color: #f69a2f;
  border-color: #f69a2f;
  letter-spacing: 1.2px;
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  font-size: var(--text-18);
  font-weight: bold;
}

.btn-view-work:hover,
.btn-view-work:focus {
  background-color: #f69a2f;
  border-color: #f69a2f;
  color: #fff;
  filter: brightness(0.9);
}

.testimonial-quote {
  line-height: 1.6;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--text-18);
}

.testimonial-divider {
  width: 14.3229vw;
  max-width: 275px;
  height: 1px;
  background-color: var(--text-white);
  margin: var(--section-space2) auto;
}

.testimonial-name {
  font-size: var(--text-22);
  line-height: 1.3;
}

.testimonial-role {
  font-size: var(--text-16);
  line-height: 1.3;
  margin-top: 0.25rem;
  opacity: 0.95;
}

.about-hero {
  padding-top: var(--section-space2) !important;
}
.section-spacetop{
  padding-top: var(--section-space) !important;
}
.section-spacebottom{
  padding-bottom: var(--section-space) !important;
}
.about-pill {
  font-weight: 600 !important;
}

.about-hero .intro-text {
  max-width: 90%;
}

.about-hero-img {
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 1000 / 657;
  object-fit: cover;
  border-radius: 40px;
}

.about-philo-heading {
  letter-spacing: 2px;
}

.service-stack-section {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  overflow: visible;
}
.service-stack-section{
  padding-bottom: var(--section-space-xxl) !important;
}

.service-stack-stage,
.service-stack-container {
  overflow: visible;
}

.service-stack-header {
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: var(--bg-dark);
}

.service-stack-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.stack-card {
  position: relative;
  width: 100%;
}

.service-stack-section.stack-native-ready .service-stack-header {
  position: -webkit-sticky;
  position: sticky;
  top: var(--service-stack-header-offset, var(--header-height));
}

.service-stack-section.stack-native-ready .stack-card {
  position: -webkit-sticky;
  position: sticky;
  top: var(--service-stack-card-offset, calc(var(--header-height) + 110px));
  background-color: var(--bg-dark);
}

.service-stack-section.stack-native-ready .stack-card + .stack-card {
  margin-top: -2.5vw;
}

.service-stack-section.stack-native-ready .belief-card {
  padding-top: 0;
  padding-bottom: 0;
}

.service-stack-section.stack-native-ready .stack-card-last {
  padding-bottom: var(--stack-last-spacer, 35vh);
}

.service-stack-section.stack-native-ready .service-stack-container .belief-card:last-child {
  z-index: 50;
}

.stack-card .pin-panel {
  position: relative;
  width: 100%;
  background-color: var(--bg-dark);
  overflow: hidden;
  border-radius: 2.2396vw;
  transform-origin: 50% 0%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.belief-card {
  position: relative;
  width: 100%;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  z-index: var(--belief-z, 10);
  padding-top: var(--section-space3);
  padding-bottom: var(--section-space3);
}

.belief-card-img {
  border-radius: 2.2396vw;
  height: 30.7813vw;
  object-fit: cover;
  display: block;
  width: 100%;
  margin-bottom: 0 !important;
}

.belief-title-box {
  flex: 1 1 auto;
  min-width: 0;
  height: 4.4792vw;
  display: flex;
  align-items: center;
  padding: 0 1.875vw;
  background-color: var(--belief-bg, var(--primary));
  border-radius: 0.7292vw;
}

.about-belief-title {
  color: var(--belief-title, #252525);
  letter-spacing: 0;
  text-align: left;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--font-orbitron);
  text-align: center !important;
}
.belief-title-box{
  justify-content: center !important;
}

.about-belief-box {
  width: 8.1250vw;
  min-width: 8.1250vw;
  height: 4.4792vw;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-dark);
  border: 0.25vw solid var(--belief-bg, var(--primary));
  border-radius: 20px;
  background-clip: padding-box;
  overflow: hidden;
}

.belief-caption {
  position: absolute;
  top: 2.0833vw;
  left: 50%;
  width: calc(100% - (var(--text-40) * 3));
  display: flex;
  align-items: stretch;
  gap: 1vw;
  z-index: 2;
  box-sizing: border-box;
  pointer-events: none;
  transform: translateX(-50%);
}

.belief-caption .belief-title-box,
.belief-caption .about-belief-box {
  pointer-events: auto;
}

.belief-zero {
  position: relative;
  display: inline-block;
}

.belief-zero::after {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  top: 52%;
  height: 0.1042vw;
  min-height: 1.5px;
  background: currentColor;
  transform: rotate(-28deg);
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .service-stack-section.stack-native-ready .stack-card + .stack-card {
    margin-top: -36px;
  }

  .service-stack-section.stack-native-ready .service-stack-header,
  .service-stack-section.stack-native-ready .stack-card {
    position: -webkit-sticky;
    position: sticky;
  }

  .stack-card + .stack-card {
    margin-top: 24px;
  }

  .stack-card .pin-panel {
    border-radius: 20px;
  }

  .belief-card-img {
    border-radius: 20px;
    height: 280px;
  }

  .belief-caption {
    top: 20px;
    left: 5%;
    width: 90%;
    max-width: 90%;
    gap: 10px;
    transform: inherit;
  }

  .belief-title-box {
    height: auto;
    min-height: 48px;
    padding: 10px 16px;
    border-radius: 12px;
  }

  .about-belief-title,.about-belief-number {
    white-space: normal;
    font-size: var(--text-24);
  }

  .about-belief-box {
    width: 86px;
    min-width: 86px;
    height: auto;
    min-height: 48px;
    border-width: 2px;
    border-radius: 12px;
    align-self: stretch;
  }

  .belief-zero::after {
    height: 1.5px;
  }
}

@media (max-width: 575.98px) {
  .stack-card .pin-panel,
  .belief-card-img {
    border-radius: 16px;
  }

  .belief-card-img {
    height: 220px;
  }

  .belief-caption {
    top: 14px;
    left: 4%;
    width: 92%;
    max-width: 92%;
    gap: 8px;
  }

  .belief-title-box {
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 10px;
  }

  .about-belief-box {
    width: 64px;
    min-width: 64px;
    min-height: 44px;
    border-radius: 10px;
  }
}

.about-cta-wrap {
  margin-top: 0 !important;
  position: relative;
  z-index: 12;
  width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 0 !important;
}

.about-cta-banner {
  width: 100% !important;
  max-width: 100% !important;
  background-color: var(--primary);
  border-radius: 0 !important;
  box-sizing: border-box;
}

.about-cta-title {
  color: #252525;
  letter-spacing: 1px;
  line-height: 1.2;
}

.about-cta-btn {
  letter-spacing: 1px;
  background-color: #252525;
  border-color: #252525;
  text-transform: uppercase;
}

.about-cta-btn .contact-arrow {
  filter: brightness(0) invert(1);
}

.about-cta-img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  display: block;
  border-radius: 0 !important;
  margin-bottom: 0;
  vertical-align: bottom;
}

.page-about footer.footer {
  border-top: none !important;
  margin-top: 0 !important;
}

.page-about main {
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-hero-section {
  position: relative;
  height: 75vh;
  min-height: 500px;
  padding-top: 0;
  overflow: hidden;
}

.contact-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.contact-hero-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.51%, rgba(0, 0, 0, 0.85) 93.23%);
  z-index: 2;
}

.contact-hero-inner {
  z-index: 3;
}

.contact-hero-title span {
  color: var(--primary);
}
.contact-form-section{
  padding-top: var(--section-space-xl) !important;
  padding-bottom: var(--section-space-xl) !important;
}
.contact-form-section .wpcf7,
.contact-form-section .wpcf7-form,
.contact-form-section label,
.contact-form-section .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: var(--text-18) !important;
  font-family: var(--font-urbanist);
  font-weight: 600;
  line-height: 1.7;
}
.contact-form-section .wpcf7 ~ br,
.contact-form-section .wpcf7-form ~ br,
.contact-form-section label ~ br,
.contact-form-section .wpcf7-form-control-wrap ~ br {
  display: none;
}

.contact-form-section .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.contact-form-section .wpcf7 select,
.contact-form-section .wpcf7 textarea,
.contact-form-section .custom-input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: var(--text-18) !important;
  font-family: var(--font-urbanist);
  font-weight: 600;
}

.contact-form-section .wpcf7 input[type="submit"],
.contact-form-section .wpcf7-submit {
  background-color: #f69a2f !important;
  border-color: #f69a2f !important;
  color: #fff !important;
}

.contact-form-section .wpcf7 input[type="submit"]:hover,
.contact-form-section .wpcf7 input[type="submit"]:focus,
.contact-form-section .wpcf7-submit:hover,
.contact-form-section .wpcf7-submit:focus {
  background-color: #d8812c !important;
  border-color: #d8812c !important;
  color: #fff !important;
}

.contact-reach-section {
  margin-top: var(--section-space-xl) !important;
}

.contact-reach-inner {
  margin-top: var(--section-space3) !important;
  padding-top: var(--section-space3) !important;
}

.contact-reach-col {
  background-color: var(--bg-dark);
}

.contact-value {
  border-bottom: 1px solid #6b7280;
  width: 80%;
}

.contact-map-col {
  display: flex;
  min-height: 35.1995vw;
}

.contact-map-wrap {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  min-height: 35.1995vw;
  background: #1a1a1a;
  overflow: hidden;
}

.contact-map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 35.1995vw;
  border: 0;
  background: #1a1a1a;
}

.contact-map .leaflet-container {
  width: 100%;
  height: 100%;
  min-height: 35.1995vw;
  background: #1a1a1a;
  font-family: var(--font-urbanist), sans-serif;
  overflow: hidden;
}

.contact-map .leaflet-tile-pane img {
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.contact-map .leaflet-control-attribution {
  display: none !important;
}

.contact-map-pin {
  background: none !important;
  border: none !important;
}

.leaflet-tooltip.contact-map-label {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #ffffff;
  font-family: var(--font-urbanist), sans-serif;
  font-size: var(--text-16);
  font-weight: 600;
  padding: 0;
  white-space: nowrap;
  text-align: center;
}

.leaflet-tooltip.contact-map-label::before {
  display: none;
}

.contact-map-directions {
  position: absolute;
  left: 1.25vw;
  bottom: 1.25vw;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  padding: 0.7292vw 1.25vw;
  background: #F69A2F;
  color: #252525;
  text-decoration: none;
  border-radius: 2px;
  font-size: var(--text-16);
  line-height: 1;
}

.contact-map-directions:hover {
  color: #252525;
  filter: brightness(1.05);
}

@media (max-width: 991.98px) {
  .contact-hero-section {
    width: 100%;
    height: 70vh;
    min-height: 420px;
  }

  .contact-hero-section .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .contact-hero-copy,
  .contact-form-col {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    flex: 0 0 100%;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .contact-form-col{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .contact-hero-title {
    white-space: normal;
    max-width: 100%;
    line-height: 1.2;
  }

  .contact-hero-title span {
    display: block;
  }

  .contact-form-section {
    padding-top: 2.5rem !important;
    padding-bottom: 0rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .contact-form-section .wpcf7 p {
    width: 100%;
    max-width: 100%;
  }

  .contact-form-section .contact-heading,
  .contact-reach-col .contact-heading {
    margin-bottom: 1.5rem !important;
    padding-bottom: 0.5rem !important;
  }
.contact-reach-inner > .pb-5{
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.contact-reach-section{
  padding-bottom: var(--section-space-xl) !important;
}

  .contact-reach-section {
    margin-top: 0;
  }

  .contact-reach-col {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .contact-reach-inner {
    margin-top: 0;
    padding-top: 0;
    margin-left: 0 !important;
  }

  .contact-value {
    width: 100%;
  }

  .contact-map-col,
  .contact-map-wrap,
  .contact-map,
  .contact-map .leaflet-container {
    min-height: 280px;
    width: 100%;
  }

  .contact-map-directions {
    left: 16px;
    bottom: 16px;
    padding: 12px 16px;
  }
}

.work-hero {
  padding: var(--section-space-xl) var(--container-pad) var(--section-space);
  padding-bottom: 0px;
}

.work-hero-grid {
  display: grid;
  grid-template-columns: 41.75% 35%;
  align-items: flex-end;
}

.work-hero .page-hero-title {
  line-height: 1.17;
  margin-bottom: 0;
}

.work-hero-desc-wrap {
  padding-top: 20px;
}

.work-hero .page-hero-desc {
  max-width: 520px;
  margin: 0;
}

.work-gallery {
  padding: var(--section-space-xxl) var(--container-pad) var(--section-space-xxl);
}


.work-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.0417vw;
  width: 100%;
  /* aspect-ratio: 3 / 2.08; */
  align-items: stretch;
}

.work-gallery-col {
  display: grid;
  height: 100%;
  min-height: 0;
  gap: 1.3021vw;
}

.work-gallery-col--1 {
  grid-template-rows: 724fr 592fr;
}

.work-gallery-col--2 {
  grid-template-rows: 420fr 480fr 420fr;
}

.work-gallery-col--3 {
  grid-template-rows: 614fr 703fr;
}

.work-img-container {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: var(--work-slot-ratio, 546 / 724);
  background-color: #1a1a1a;
  cursor: pointer;
}

/* Slot ratios per column/card — drives grid row weights + aspect-ratio */
.work-gallery-col--1 .work-img-container:nth-child(1) {
  --work-slot-ratio: 546 / 724;
}

.work-gallery-col--1 .work-img-container:nth-child(2) {
  --work-slot-ratio: 546 / 592;
}

.work-gallery-col--2 .work-img-container:nth-child(1),
.work-gallery-col--2 .work-img-container:nth-child(3) {
  --work-slot-ratio: 546 / 420;
}

.work-gallery-col--2 .work-img-container:nth-child(2) {
  --work-slot-ratio: 546 / 480;
}

.work-gallery-col--3 .work-img-container:nth-child(1) {
  --work-slot-ratio: 546 / 614;
}

.work-gallery-col--3 .work-img-container:nth-child(2) {
  --work-slot-ratio: 546 / 703;
}

.work-gallery-col--1 .work-img-container:nth-child(n+3),
.work-gallery-col--2 .work-img-container:nth-child(n+4),
.work-gallery-col--3 .work-img-container:nth-child(n+3) {
  --work-slot-ratio: 546 / 412;
}

.work-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
}

.work-img-container::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 12%, rgba(3, 3, 3, 0.35) 35%, rgb(3 3 3 / 70%) 54%);
  height: 90%;
  bottom: 0;
  top: auto;
  width: 100%;
}

.work-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: 8% 8% 7.5%;
  opacity: 0;
  transform: translateY(1.2em);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

.work-img-container:hover::after,
.work-img-container:focus-visible::after {
  opacity: 1;
}

.work-img-container:hover .work-card-overlay,
.work-img-container:focus-visible .work-card-overlay {
  opacity: 1;
  transform: translateY(0);
}

.work-card-copy {
  width: 100%;
  max-width: 92%;
}

.work-card-meta {
  font-size: var(--text-16);
  color: #ffffff;
  margin: 0 0 0.55em;
  line-height: 1.3;
}

.work-card-title {
  font-size: var(--text-40);
  color: #F69A2F;
  line-height: 1.15;
  margin: 0 0 0.45em;
}

.work-card-desc {
  font-size: var(--text-18);
  color: #ffffff;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 1.15em;
}

.work-card-more {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  font-size: var(--text-18);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
}

.ops-hero {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  border-bottom: none !important;
}

.ops-hero-bg {
  position: absolute;
  top: 0;
  left: 1.25%;
  right: 0;
  bottom: 0;
  background-color: #252525;
  z-index: 0;
}

.ops-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 31.5% 58.5%;
  gap: 10%;

  min-height: 36.8229vw;
  padding-top: 2.6042vw;
  padding-bottom: 0 !important;
  padding-right: 0 !important; /* keep hero image flush to the right edge */
}

.ops-hero-copy {
  display: flex;
  flex-direction: column;

  min-width: 0;
}

.ops-hero .page-hero-title {
  line-height: 1.17;
  margin-bottom: 1.5625vw;
  white-space: nowrap;
}

.ops-hero-media {
  overflow: hidden;
  border-bottom-left-radius: 2.0833vw;
  border-top-left-radius: 2.0833vw;
  position: relative;
  height: 36.8229vw;
  min-height: 280px;
}

.ops-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ops-hero,
.ops-section {
  border-bottom: 1px solid #fff;
}

.ops-section {
  padding-top: var(--section-space-xl);
  padding-bottom: var(--section-space-xl);
}

.ops-label-row {
  display: grid;
  grid-template-columns: minmax(0, 14vw) 1fr;
  align-items: center;
  margin-bottom: 3.125vw;
  gap: 1.0417vw 2.6042vw;
}

.ops-badge-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--badge-gap);
}

.badge-title {
  line-height: 1;
  white-space: nowrap;
}

.ops-desc-wrap {
  max-width: 27vw;
}

.ops-desc-wrap .page-hero-desc {
  margin: 0;
}

.ops-full {
  padding: 0;
}

.ops-full-frame {
  position: relative;
  border-radius: 43px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2.62 / 1;
}

.ops-full-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ops-split {
  display: flex;
  gap: 1.8646vw;
  padding: 0;
}

.ops-split-left,
.ops-split-right {
  position: relative;
  overflow: hidden;
}

.ops-split-left {
  width: 38.7%;
  border-radius: 1.0417vw;
  aspect-ratio: 1 / 0.985;
}

.ops-split-right {
  width: 58.1%;
  border-radius: 2.2396vw;
  aspect-ratio: 1 / 0.657;
}

.ops-split img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ops-divider {
  display: none;
}

@media (max-width: 991.98px) {
  .work-hero-grid{
    align-items:flex-start !important;
  }
  .work-hero,
  .work-gallery {
    padding-left: 16px;
    padding-right: 16px;
  }

  .work-hero {
    padding-top: var(--section-space);
    padding-bottom: var(--section-space);
  }

  .work-gallery {
    padding-top: var(--section-space);
    padding-bottom: var(--section-space);
  }

  .work-gallery-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    aspect-ratio: auto;
    height: auto;
    gap: 16px;
  }

  .work-gallery-col {
    display: contents;
  }

  .work-img-container {
    border-radius: 16px;
    height: auto;
    aspect-ratio: var(--work-slot-ratio, 4 / 5);
    min-height: 0;
  }

  

  .work-img-container::after {
    opacity: 1;
    height: 100%;
    top: 0;
    background: linear-gradient(
      180deg,
      rgba(3, 3, 3, 0.08) 0%,
      rgba(3, 3, 3, 0.35) 38%,
      rgba(3, 3, 3, 0.82) 72%,
      rgba(3, 3, 3, 0.94) 100%
    );
  }

  .work-img-container .work-card-overlay {
    opacity: 1;
    transform: none;
    padding: 1.25rem 1rem 1.125rem;
    align-items: flex-end;
  }

  .work-card-copy {
    max-width: 100%;
  }

  .work-card-meta,
  .work-card-title,
  .work-card-desc,
  .work-card-more {
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.75);
  }

  .work-card-meta {
    font-size: 0.8125rem;
    margin-bottom: 0.4em;
  }

  .work-card-title {
    font-size: 1.375rem;
    line-height: 1.2;
    margin-bottom: 0.35em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .work-card-desc {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 0.85em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .work-card-copy:not(:has(.work-card-title)) .work-card-desc {
    -webkit-line-clamp: 3;
    font-size: 0.9375rem;
  }

  .work-card-more {
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
  }

  .work-card-more svg {
    width: 14px;
    height: 14px;
  }

  .work-hero-grid,
  .ops-hero-grid,
  .ops-label-row {
    display: flex;
    flex-direction: column;
  }

  .ops-hero {
    padding: 0 0 2.5rem;
  }

  .ops-hero-bg {
    top: 0;
    left: 0;
  }

  .ops-hero-grid {
    display: flex;
    flex-direction: column;
    min-height: auto;
    gap: 1.75rem;
    padding-top: 1.5rem;
    padding-bottom: 0;
  }

  .ops-hero-copy {
    width: 100%;
  }

  .ops-hero-media {
    height: 240px;
    width: 100%;
    border-radius: 1.5rem;
  }

  .ops-hero .page-hero-title {
    white-space: normal;
  }

  .ops-label-row {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .ops-desc-wrap {
    max-width: none;
  }

  .ops-split {
    flex-direction: column;
    gap: 1rem;
  }

  .ops-split-left,
  .ops-split-right {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 1.25rem;
  }

  #offcanvasNavbar .navbar-nav {
    justify-content: flex-start !important;
    align-items: stretch;
    width: 100%;
    text-align: left;
  }

  #offcanvasNavbar .nav-item,
  #offcanvasNavbar .menu-item,
  #offcanvasNavbar .dropdown {
    width: 100%;
  }

  #offcanvasNavbar .nav-link,
  #offcanvasNavbar .dropdown-toggle {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  #offcanvasNavbar .dropdown-menu {
    position: static !important;
    float: none;
    transform: none !important;
    inset: auto !important;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 4px 0 8px 16px;
    border: none;
    box-shadow: none;
    background: var(--header-dropdown-bg, transparent);
  }

  #offcanvasNavbar .dropdown-item {
    padding: 8px 0;
    white-space: normal;
    background: transparent !important;
  }
}

/* ============================================
   FULLSCREEN INTRO VIDEO OVERLAY
   ============================================ */
html.intro-video-active,
html.intro-video-active body {
  overflow: hidden;
}

.intro-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background-color: #000000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.6s ease;
}

.intro-video-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.intro-fallback,
.intro-fallback img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.intro-fallback {
  z-index: 1;
  margin: 0;
  transition: opacity 0.4s ease;
}

.intro-fallback img {
  display: block;
  object-fit: cover;
}

.intro-video-overlay.is-playing .intro-video {
  cursor: pointer;
  opacity: 1;
}

.intro-video-overlay.is-playing .intro-fallback {
  opacity: 0;
}

.intro-skip-btn,
.intro-skip-btn span {
  font-family: var(--font-orbitron), sans-serif !important;
  box-sizing: border-box;
}

/* Outer — Figma: fill #FFF @ 35%, 3px inside stroke #FFF, radius 88px */
.intro-skip-btn {
  --intro-skip-w: 19.9479vw; /* 510px @ 1920 */
  --intro-skip-h: 4.3229vw; /* 109px @ 1920 */
  --intro-skip-radius: 4.5833vw; /* 88px @ 1920 */
  --intro-skip-gap: 0.4167vw; /* 8px gap outer → inner @ 1920 */
  --intro-skip-outer-stroke: 0.1563vw; /* 3px @ 1920 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000000;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  width: var(--intro-skip-w);
  height: var(--intro-skip-h);
  min-width: var(--intro-skip-w);
  min-height: var(--intro-skip-h);
  margin: 0;
  padding: var(--intro-skip-gap) !important;
  border: none !important;
  border-radius: var(--intro-skip-radius) !important;
  background: rgba(255, 255, 255, 0.35) !important;
  outline: none !important;

  cursor: pointer;
  box-shadow: 
    inset 0 0 0 var(--intro-skip-outer-stroke) rgb(255 255 255 / 35%),
    0 0 25px rgba(255, 255, 255, 0.6);
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

/* Inner — primary fill + white stroke + inside layer blur (Figma/SVG) */
.intro-skip-btn span {
  --intro-skip-inner-radius: calc(var(--intro-skip-radius) - var(--intro-skip-gap)); /* 80px @ 1920 */
  --intro-skip-inner-stroke: 0.1563vw; /* 3px @ 1920 */
  --intro-skip-layer-blur: 0.2161vw; /* 4.15px stdDeviation @ 1920 */
  --intro-skip-layer-glow: #ffffff; /* SVG stroke white @ 100% */
  --intro-skip-text-ls: 0.1042vw; /* 2px @ 1920 */
  --intro-skip-text-stroke: 0.0521vw; /* 1px @ 1920 */
  --intro-skip-text-shadow-y: 0.2083vw; /* 4px @ 1920 */
  --intro-skip-text-shadow-blur: 0.2083vw; /* 4px @ 1920 */
  --intro-skip-text-shadow-color: rgba(255, 255, 255, 0.33); /* Figma drop shadow #FFF 33% */
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  text-align: center;
  border-radius: var(--intro-skip-inner-radius);
  background: var(--primary);
  border: var(--intro-skip-inner-stroke) solid #ffffff;
  box-shadow:
    inset 0 0 calc(var(--intro-skip-layer-blur) * 2) rgba(255, 255, 255, 0.45),
    inset 0 0 calc(var(--intro-skip-layer-blur) * 4) rgba(255, 255, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -1px 0 rgba(255, 255, 255, 0.18);
  font-weight: 600;
  font-size: var(--text-38);
  line-height: 1;
  letter-spacing: var(--intro-skip-text-ls);
  color: #ffffff;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke: var(--intro-skip-text-stroke) #ffffff;
  paint-order: stroke fill;
  text-shadow: 0 var(--intro-skip-text-shadow-y) var(--intro-skip-text-shadow-blur) var(--intro-skip-text-shadow-color);
  transition: box-shadow 0.3s ease, filter 0.3s ease;
}

/* SVG layer blur — white inside stroke, gaussian blur ~4.15px */
.intro-skip-btn span::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: var(--intro-skip-inner-stroke) solid var(--intro-skip-layer-glow);
  filter: blur(var(--intro-skip-layer-blur));
  -webkit-filter: blur(var(--intro-skip-layer-blur));
  pointer-events: none;
  z-index: 0;
  opacity: 0.95;
}

.intro-skip-btn:hover {
  background: rgba(255, 255, 255, 0.42) !important;
  transform: translate(-50%, -50%) scale(1.02);
  box-shadow: 
    inset 0 0 0 var(--intro-skip-outer-stroke) rgb(255 255 255 / 35%),
    0 0 30px rgba(255, 255, 255, 0.8);
}

.intro-skip-btn:hover span {
  filter: brightness(1.04);
  box-shadow:
    inset 0 0 calc(var(--intro-skip-layer-blur) * 2) rgba(255, 255, 255, 0.55),
    inset 0 0 calc(var(--intro-skip-layer-blur) * 4) rgba(255, 255, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(255, 255, 255, 0.22);
}

.intro-skip-btn:hover span::before {
  opacity: 1;
}


.intro-mute-btn {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 1000000;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.intro-mute-btn:hover {
  background: rgba(0, 0, 0, 0.55);
}

@media (max-width: 767.5px) {
  .intro-skip-btn {
    --intro-skip-w: min(280px, calc(100vw - 48px));
    --intro-skip-h: 60px;
    --intro-skip-radius: 48px;
    --intro-skip-gap: 4px;
    --intro-skip-outer-stroke: 3px;
    bottom: auto;
  }
  .intro-video{
    width: 100%;
    height: 100%;
  }

  .intro-skip-btn span {
    --intro-skip-inner-radius: calc(var(--intro-skip-radius) - var(--intro-skip-gap));
    --intro-skip-inner-stroke: 3px;
    --intro-skip-layer-blur: 4.15px;
    --intro-skip-text-size: 28px;
    --intro-skip-text-ls: 1px;
    --intro-skip-text-stroke: 1px;
    --intro-skip-text-shadow-y: 4px;
    --intro-skip-text-shadow-blur: 4px;
    --intro-skip-text-shadow-color: rgba(255, 255, 255, 0.33);
    line-height: 1;
    font-size: 18px; /* Scaled up for mobile */
  }

  .intro-mute-btn {
    right: 20px;
    bottom: 20px;
  }
}

/* Floating WhatsApp Button */
.floating-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: transparent;
  width: clamp(58px, 3.6458vw, 70px);
  height: clamp(54px, 3.125vw, 60px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border: 2px solid #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: var(--bg-dark);
  border-radius: 12px;
}

.floating-whatsapp svg {
  width: clamp(26px, 1.5625vw, 30px);
  height: clamp(26px, 1.5625vw, 30px);
}

.floating-whatsapp:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .floating-whatsapp {
    bottom: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
  }
  .floating-whatsapp svg {
    width: 23px;
    height: 23px;
  }
}
/* About Us Brochure Section */
.about-brochure-section {
  position: relative;
  background: #252525;
  padding-top: var(--section-space-xl);
  padding-bottom: var(--section-space-xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 18.2292vw;
}

.about-brochure-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 11.7188vw; /* 225px @ 1920 */
  object-fit: cover;
  object-position: bottom center;
  pointer-events: none;
  z-index: 0;
}

.about-brochure-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-brochure-title {
  font-size: var(--text-45);
  letter-spacing: -1.28px;
  line-height: 1.3;
  margin-bottom: var(--section-space2);
  color: #ffffff;
}

.about-brochure-btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  gap: 12px;
  font-size: var(--text-18) !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  min-height: var(--btn-height);
}

.about-brochure-btn .download-arrow {
  width: var(--text-20);
  height: auto;
  flex-shrink: 0;
  display: block;
  filter: brightness(0) invert(1);
}

@media (min-width: 1024px) {
  .about-brochure-btn {
    width: 17.3958vw !important;
  }
}

@media (max-width: 991.98px) {
  .about-brochure-section {
    min-height: 280px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .about-brochure-overlay {
    height: 140px;
  }

  .about-brochure-btn {
    width: auto !important;
    min-width: 240px;
  }
}

@media (max-width: 575.98px) {
  .about-brochure-section {
    min-height: 240px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-brochure-overlay {
    height: 110px;
  }

  .about-brochure-title {
    margin-bottom: 24px;
  }
}
