/* ============================================================
   ZEROCREATION — DESIGN SYSTEM
   ============================================================ */

/* ═══════════════════════════════════════════════════════════
   1. RESET & ROOT
   ═══════════════════════════════════════════════════════════ */

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

:root {
  --fs-2xs: 0.618rem;
  --fs-micro: 0.694rem;
  --fs-xs: 0.764rem;
  --fs-sm: 0.875rem;
  --fs-base: 1rem;
  --fs-md: 1.272rem;
  --fs-lg: 1.618rem;
  --fs-xl: 2.058rem;
  --fs-2xl: 2.618rem;
  --fs-3xl: 4.236rem;
  --fs-4xl: 6.854rem;

  --fsc-h1: clamp(2.618rem, 5vw, 4.236rem);
  --fsc-h1-hero: clamp(2.618rem, 5.5vw, 5.125rem);
  --fsc-h1-page: clamp(2.058rem, 4vw, 4rem);
  --fsc-h2: clamp(1.618rem, 3vw, 2.618rem);
  --fsc-h3: clamp(1.272rem, 2.5vw, 2.058rem);
  --fsc-h4: clamp(1rem, 1.8vw, 1.618rem);
  --fsc-cta: clamp(2rem, 4.5vw, 3.75rem);
  --fsc-display: clamp(1.618rem, 3vw, 2.618rem);

  --lh-display: 1;
  --lh-heading: 1.1;
  --lh-subhead: 1.2;
  --lh-body: 1.618;
  --lh-tight: 1.272;
  --lh-relaxed: 1.854;

  --ls-display: -0.05em;
  --ls-heading: -0.03em;
  --ls-subhead: -0.02em;
  --ls-body: 0;
  --ls-sm: 0.05em;
  --ls-label: 0.12em;
  --ls-micro: 0.18em;
  --ls-wide: 0.3em;
}

html {
  scroll-behavior: smooth;
  height: auto;
  font-size: 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: clip;
}

html::-webkit-scrollbar {
  display: none;
}

html.lenis {
  height: auto;
}

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

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

html,
body {
  overflow-x: clip;
  max-width: 100%;
}

body {
  background-color: #ffffff;
  color: #000000;
  overflow-x: clip;
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--fs-base);
  line-height: var(--lh-body);
}

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

img {
  max-width: 100%;
  height: auto;
}

img[loading="lazy"] {
  content-visibility: auto;
}

.aspect-video img,
.aspect-square img,
[class*="aspect-"] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section {
  position: relative;
  width: 100%;
  overflow-x: clip;
}

main#main-content {
  padding-top: 90px;
  overflow-x: clip;
}

body,
main#main-content,
section {
  max-width: 100%;
}

/* ═══════════════════════════════════════════════════════════
   2. TYPOGRAPHY
   ═══════════════════════════════════════════════════════════ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: var(--ls-heading);
  line-height: var(--lh-heading);
}

h1 {
  font-size: var(--fsc-h1);
  letter-spacing: var(--ls-display);
  line-height: var(--lh-display);
}

h2 {
  font-size: var(--fsc-h2);
  letter-spacing: var(--ls-heading);
  line-height: var(--lh-heading);
}

h3 {
  font-size: var(--fsc-h3);
  letter-spacing: var(--ls-subhead);
  line-height: var(--lh-subhead);
}

h4 {
  font-size: var(--fsc-h4);
  letter-spacing: var(--ls-subhead);
  line-height: var(--lh-subhead);
}

h5 {
  font-size: var(--fs-base);
  letter-spacing: var(--ls-sm);
  line-height: var(--lh-tight);
}

h6 {
  font-size: var(--fs-sm);
  letter-spacing: var(--ls-label);
  line-height: var(--lh-tight);
  text-transform: uppercase;
}

p {
  font-size: var(--fs-base);
  line-height: var(--lh-body);
}

small {
  font-size: var(--fs-sm);
  line-height: var(--lh-tight);
}

section:not(#hero) h2 {
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}

section p {
  max-width: 100%;
  overflow-wrap: break-word;
}

.hero-title {
  font-size: var(--fsc-h1-hero);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display);
}

.page-hero-title {
  font-size: var(--fsc-h1-page) !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
  text-transform: uppercase !important;
}

.section-title,
.section-heading {
  font-size: var(--fsc-h2);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-heading);
}

.cta-title {
  font-size: var(--fsc-cta) !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
  text-transform: uppercase !important;
}

.display-title {
  font-size: var(--fsc-display);
  line-height: var(--lh-subhead);
  letter-spacing: var(--ls-subhead);
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #a3a3a3;
  margin-bottom: 1.5rem;
  line-height: 1;
}

.section-label::before,
.section-label::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.section-label--dark {
  color: rgba(255, 255, 255, 0.5);
}

.section-label--left::after {
  display: none;
}

.text-outline {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
  color: transparent;
}

.text-outline-white {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.18);
  color: transparent;
}

.text-fill-animate {
  background: linear-gradient(white, white) no-repeat;
  background-size: 0% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  transition: background-size 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.hero-highlight {
  color: #525252;
}

.deco-text {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: -1;
  white-space: nowrap;
  overflow: clip;
  max-width: 100%;
  contain: paint;
}

/* ═══════════════════════════════════════════════════════════
   3. KEYFRAME ANIMATIONS
   ═══════════════════════════════════════════════════════════ */

@keyframes cinematicZoom {
  0% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lineSlide {
  0% {
    transform: translateX(-100%);
    opacity: 0.8;
  }
  50%,
  100% {
    transform: translateX(110%);
    opacity: 0;
  }
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes footerMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.33333%);
  }
}

@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

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

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

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

@keyframes sbNavIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* ═══════════════════════════════════════════════════════════
   4. GRAIN OVERLAY
   ═══════════════════════════════════════════════════════════ */

.grain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

/* ═══════════════════════════════════════════════════════════
   5. CUSTOM CURSOR
   ═══════════════════════════════════════════════════════════ */

.custom-cursor {
  width: 8px;
  height: 8px;
  background: rgb(249, 216, 87);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transition:
    transform 0.15s ease,
    opacity 0.2s ease;
  mix-blend-mode: difference;
  top: 0;
  left: 0;
}

.cursor-follower {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9998;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  top: 0;
  left: 0;
}

/* ═══════════════════════════════════════════════════════════
   6. SCROLL PROGRESS BAR
   ═══════════════════════════════════════════════════════════ */

#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: rgb(249, 216, 87);
  z-index: 10001;
  width: 0%;
  transition: none;
}

#scroll-progress {
  background: rgb(249, 216, 87) !important;
}

/* ═══════════════════════════════════════════════════════════
   7. PRELOADER
   ═══════════════════════════════════════════════════════════ */

#loader {
  cursor: none;
  z-index: 99999;
  transition: transform 0.9s cubic-bezier(0.76, 0, 0.24, 1);
  background-color: #000000 !important;
}

#loader-bar {
  width: 0;
  height: 100%;
  background: white;
  transition: width 0.25s ease;
}

#loader-bar {
  background: #ffffff !important;
}

#loader-logo {
  opacity: 0;
  transform: scale(0.92);
  filter: brightness(0) invert(1);
  transition:
    opacity 1.2s ease 0.1s,
    transform 1.2s ease 0.1s;
}

#loader-logo.is-visible {
  opacity: 1;
  transform: scale(1);
}

#loader img {
  filter: none !important;
}

/* ═══════════════════════════════════════════════════════════
   8. GLASS MORPHISM
   ═══════════════════════════════════════════════════════════ */

.glass-morphism {
  background: linear-gradient(
    135deg,
    rgba(17, 17, 17, 0.92),
    rgba(17, 17, 17, 0.65)
  );
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

/* ═══════════════════════════════════════════════════════════
   9. SITE HEADER
   ═══════════════════════════════════════════════════════════ */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  height: 90px;
  transition:
    height 0.4s cubic-bezier(0.77, 0, 0.175, 1),
    box-shadow 0.4s ease,
    background 0.4s ease;
}

.site-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.1) 80%,
    transparent 100%
  );
}

.site-header.scrolled {
  height: 72px;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.site-header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 0;
}

.header-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-sm);
  font-weight: 500;
  color: #888;
  text-decoration: none;
  letter-spacing: 0.01em;
  white-space: nowrap;
  padding: 6px 20px 6px 0;
  transition: color 0.25s ease;
  position: relative;
}

.header-contact-link + .header-contact-link {
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.header-contact-link:hover {
  color: #000;
}

.header-contact-link svg {
  flex-shrink: 0;
  transition: opacity 0.25s ease;
}

.header-contact-link:hover svg {
  opacity: 1;
}

.header-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  z-index: 2;
  transition:
    transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s ease;
}

.header-logo:hover {
  opacity: 0.75;
  transform: scale(1.03);
}

.header-logo-img {
  height: 50px;
  width: auto;
  display: block;
  transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.site-header.scrolled .header-logo-img {
  height: 40px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 28px;
  background: transparent;
  border: 1.5px solid #111;
  color: #111;
  font-family: "Space Grotesk", sans-serif;
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  transition:
    color 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    border-color 0.4s ease;
  white-space: nowrap;
}

.header-cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #111;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 0;
}

.header-cta-btn:hover::before {
  transform: translateY(0);
}

.header-cta-btn:hover {
  color: #fff;
}

.header-cta-btn span {
  position: relative;
  z-index: 1;
}

.hamburger-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
  width: 48px;
  height: 48px;
  padding: 12px;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.25s ease;
  flex-shrink: 0;
}

.hamburger-btn:hover {
  background: rgba(0, 0, 0, 0.06);
}

.hamburger-line {
  display: block;
  height: 1.5px;
  background: #111;
  border-radius: 99px;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform-origin: right center;
}

.hamburger-line:nth-child(1) {
  width: 24px;
}
.hamburger-line:nth-child(2) {
  width: 18px;
}
.hamburger-line:nth-child(3) {
  width: 24px;
}

.hamburger-btn:hover .hamburger-line:nth-child(2) {
  width: 24px;
}

.hamburger-btn.is-active .hamburger-line:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
  width: 24px;
}

.hamburger-btn.is-active .hamburger-line:nth-child(2) {
  opacity: 0;
  width: 0;
}

.hamburger-btn.is-active .hamburger-line:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
  width: 24px;
}

#navbar {
  will-change: transform;
  backface-visibility: hidden;
}

/* ═══════════════════════════════════════════════════════════
   10. SIDEBAR MENU
   ═══════════════════════════════════════════════════════════ */

.sidebar-overlay {
  position: fixed;
  inset: 0;
  z-index: 9000;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0s linear 0.75s;
}

.sidebar-overlay.is-open {
  pointer-events: auto;
  visibility: visible;
  transition: visibility 0s linear 0s;
}

.sidebar-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.6s ease;
  cursor: pointer;
}

.sidebar-overlay.is-open .sidebar-backdrop {
  opacity: 1;
}

.sidebar-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(860px, 90vw);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
  box-shadow: -8px 0 80px rgba(0, 0, 0, 0.14);
  will-change: transform;
}

.sidebar-overlay.is-open .sidebar-panel {
  transform: translateX(0);
}

.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px;
  height: 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.sidebar-header-logo img {
  height: 52px;
  width: auto;
  display: block;
}

.sidebar-close-btn {
  width: 44px;
  height: 44px;
  background: none;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: relative;
}

.sidebar-close-btn::before,
.sidebar-close-btn::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1.5px;
  background: #111;
  border-radius: 2px;
  transition: transform 0.35s ease;
}

.sidebar-close-btn::before {
  transform: rotate(45deg);
}
.sidebar-close-btn::after {
  transform: rotate(-45deg);
}

.sidebar-close-btn:hover {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.3);
  transform: rotate(90deg);
}

.sidebar-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sidebar-nav {
  padding: 64px 56px 56px 56px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#sidebar-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sidebar-nav-item {
  position: relative;
  overflow: hidden;
}

.sidebar-nav-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.07);
}

.sidebar-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.058rem, 4.5vw, 3.236rem);
  font-weight: 300;
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  line-height: 1;
  padding: 20px 0;
  transition:
    color 0.35s ease,
    padding-left 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  letter-spacing: -0.03em;
  gap: 16px;
}

.sidebar-nav-link-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.sidebar-nav-link-arrow svg {
  width: 14px;
  height: 14px;
  stroke: #111;
  fill: none;
  transition: transform 0.3s ease;
}

.sidebar-nav-item.active .sidebar-nav-link,
.sidebar-nav-link:hover {
  color: #111;
  padding-left: 12px;
}

.sidebar-nav-item.active .sidebar-nav-link .sidebar-nav-link-arrow,
.sidebar-nav-link:hover .sidebar-nav-link-arrow {
  opacity: 1;
  transform: translateX(0);
  border-color: rgba(0, 0, 0, 0.3);
}

.sidebar-nav-link:hover .sidebar-nav-link-arrow svg {
  transform: translateX(2px);
}

.sidebar-nav-item.active .sidebar-nav-link {
  font-weight: 600;
  color: #000;
}

.sidebar-overlay.is-open .sidebar-nav-item {
  animation: sbNavIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sidebar-nav-item[data-index="0"] {
  animation-delay: 0.18s;
}
.sidebar-nav-item[data-index="1"] {
  animation-delay: 0.23s;
}
.sidebar-nav-item[data-index="2"] {
  animation-delay: 0.28s;
}
.sidebar-nav-item[data-index="3"] {
  animation-delay: 0.33s;
}
.sidebar-nav-item[data-index="4"] {
  animation-delay: 0.38s;
}
.sidebar-nav-item[data-index="5"] {
  animation-delay: 0.43s;
}

.sidebar-info {
  padding: 64px 56px 56px 56px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  background: #f2f1ed;
}

.sidebar-info-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sidebar-info-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
  margin-bottom: 10px;
}

.sidebar-info-text {
  font-family: "DM Sans", sans-serif;
  font-size: var(--fs-sm);
  font-weight: 400;
  color: #444;
  line-height: 1.85;
}

.sidebar-info-link {
  color: #333;
  text-decoration: none;
  position: relative;
  transition: color 0.25s ease;
}

.sidebar-info-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}

.sidebar-info-link:hover {
  color: #000;
}

.sidebar-info-link:hover::after {
  width: 100%;
}

.sidebar-socials {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.sidebar-social-btn {
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  background: transparent;
}

.sidebar-social-btn:hover {
  background: #111;
  border-color: #111;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.sidebar-social-btn svg {
  width: 15px;
  height: 15px;
}

.sidebar-footer {
  padding: 24px 56px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  flex-wrap: wrap;
  background: #f8f7f4;
}

.sidebar-footer-logo img {
  height: 30px;
  width: auto;
  display: block;
  filter: none;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.sidebar-footer-logo:hover img {
  opacity: 1;
}

.sidebar-footer-divider {
  width: 1px;
  height: 22px;
  background: rgba(0, 0, 0, 0.15);
}

.sidebar-footer-copy {
  font-family: "DM Sans", sans-serif;
  font-size: var(--fs-xs);
  color: #aaa;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.01em;
}

/* ═══════════════════════════════════════════════════════════
   11. BUTTONS & LINKS
   ═══════════════════════════════════════════════════════════ */

.ease-expo {
  transition-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
}

.magnetic-btn {
  display: inline-block;
  transition:
    transform 0.6s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.magnetic-btn:hover {
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
}

.magnetic-btn {
  border-radius: 9999px !important;
  font-size: var(--fs-xs) !important;
  letter-spacing: 0.3em !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.link-underline {
  position: relative;
  display: inline-block;
}

.link-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: currentColor;
  transform-origin: bottom right;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.link-underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.wa-pill {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.wa-pill:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.arrow-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  background: #fff;
}

.arrow-btn:hover,
.group:hover .arrow-btn {
  background: #000;
  border-color: #000;
  color: #fff;
  transform: scale(1.1);
}

/* ═══════════════════════════════════════════════════════════
   12. CARDS
   ═══════════════════════════════════════════════════════════ */

.premium-card {
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  background: #ffffff !important;
  border-color: #e5e5e5 !important;
}

.premium-card h2 {
  font-size: clamp(1.272rem, 2.5vw, 1.618rem) !important;
  line-height: 1.05 !important;
}

.premium-card-hover {
  transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.premium-card-hover:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow:
    0 32px 64px -12px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}

.premium-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 24px;
  background: #fafafa;
  border: 1px solid #eaeaea;
  border-radius: 100px;
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: var(--ls-micro);
  line-height: var(--lh-tight);
  text-transform: uppercase;
  color: #000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.premium-tag .dot {
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.premium-bento {
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 2rem;
  overflow: hidden;
  transition:
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.6s ease;
}

.premium-bento:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.08);
  border-color: #e5e5e5;
}

.bento-card h3 {
  font-size: clamp(2.058rem, 3vw, 2.618rem) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.03em !important;
}

.bento-card:hover {
  border-color: #000000 !important;
}

.premium-service-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #eaeaea;
  transition: padding 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.premium-service-row:first-child {
  border-top: 1px solid #eaeaea;
}

.premium-service-row:hover {
  padding-left: 2rem;
  padding-right: 2rem;
  background: #fafafa;
  border-color: transparent;
}

.premium-service-row h3 {
  transition: transform 0.5s ease;
}

.premium-service-row:hover h3 {
  transform: translateX(10px);
  font-style: italic;
}

.card-stagger:nth-child(1) {
  transition-delay: 0ms;
}
.card-stagger:nth-child(2) {
  transition-delay: 80ms;
}
.card-stagger:nth-child(3) {
  transition-delay: 160ms;
}
.card-stagger:nth-child(4) {
  transition-delay: 240ms;
}
.card-stagger:nth-child(5) {
  transition-delay: 320ms;
}
.card-stagger:nth-child(6) {
  transition-delay: 400ms;
}
.card-stagger:nth-child(7) {
  transition-delay: 480ms;
}
.card-stagger:nth-child(8) {
  transition-delay: 560ms;
}

/* ═══════════════════════════════════════════════════════════
   13. IMAGE REVEAL
   ═══════════════════════════════════════════════════════════ */

.perspective-reveal {
  perspective: 2000px;
}

.perspective-reveal span {
  display: inline-block;
  transform-origin: bottom left;
}

.reveal-img-container {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.reveal-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111111;
  z-index: 2;
  will-change: transform;
  transition: transform 1.5s cubic-bezier(0.76, 0, 0.24, 1);
  transform-origin: left center;
  transform: scaleX(1);
}

.reveal-img-container.revealed .reveal-img-overlay {
  transform: scaleX(0);
}

.reveal-img-container img {
  will-change: transform, filter;
  transform: translateZ(0);
  transition: transform 1.5s cubic-bezier(0.76, 0, 0.24, 1);
  transform: scale(1.12);
}

.reveal-img-container.revealed img {
  transform: scale(1);
}

.img-reveal-wrapper {
  position: relative;
  overflow: hidden;
}

.img-reveal-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 10;
  transform-origin: top;
  transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.img-reveal-wrapper.revealed::after {
  transform: scaleY(0);
}

/* ═══════════════════════════════════════════════════════════
   14. REVEAL ANIMATIONS
   ═══════════════════════════════════════════════════════════ */

.reveal {
  will-change: transform, opacity;
  backface-visibility: hidden;
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stagger-child {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.stagger-child.animated {
  opacity: 1;
  transform: translateY(0);
}

.split-line {
  overflow: hidden;
  display: block;
}

.split-line-inner {
  display: block;
  transform: translateY(100%);
  opacity: 0;
}

/* ═══════════════════════════════════════════════════════════
   15. MARQUEE
   ═══════════════════════════════════════════════════════════ */

.marquee {
  overflow: clip;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
}

.marquee-content {
  display: inline-block;
  animation: marquee-scroll 30s linear infinite;
  padding-right: 4rem;
  will-change: transform;
}

.marquee-content span {
  margin-right: 3rem;
}

.animate-marquee {
  animation: section-marquee 25s linear infinite;
  will-change: transform;
}

.marquee-wrapper {
  display: flex;
  width: max-content;
  animation: marquee 40s linear infinite;
  will-change: transform;
  transform-style: flat;
}

.marquee-wrapper > div {
  transition-property: filter, opacity !important;
  transition-duration: 500ms !important;
  transition-timing-function: ease !important;
  flex-shrink: 0;
}

.marquee-wrapper-outer,
[class*="footer-marquee"],
#footer-marquee {
  overflow: clip;
  width: 100%;
  max-width: 100%;
}

.logos-swiper {
  overflow: hidden !important;
  width: 100%;
}

.logos-swiper .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  will-change: transform;
  transition: none !important;
}

.logos-swiper .swiper-slide {
  width: auto !important;
  flex-shrink: 0 !important;
}

/* ═══════════════════════════════════════════════════════════
   16. FORM INPUTS
   ═══════════════════════════════════════════════════════════ */

label {
  display: block;
  margin-bottom: 10px;
  font-size: var(--fs-xs);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  line-height: var(--lh-tight);
  color: #888;
  padding-left: 20px;
}

.input-underline label {
  padding-left: 0;
}

input,
textarea,
select {
  background: rgba(0, 0, 0, 0.02) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 3rem !important;
  padding: 22px 32px !important;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
  width: 100% !important;
  color: #000000 !important;
  font-family: "DM Sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: var(--fs-base) !important;
  line-height: var(--lh-tight) !important;
  appearance: none;
  -webkit-appearance: none;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 32px center !important;
  background-size: 16px !important;
  padding-right: 60px !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  border-color: #000000 !important;
  background: #ffffff !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06) !important;
  transform: translateY(-3px);
}

.input-underline input,
.input-underline textarea,
.input-underline select {
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid #e5e5e5 !important;
  border-radius: 0 !important;
  padding: 12px 0 !important;
  box-shadow: none !important;
  transform: none !important;
  font-size: var(--fs-base) !important;
  color: #000 !important;
}

.input-underline input:focus,
.input-underline textarea:focus,
.input-underline select:focus {
  border-color: #000000 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  outline: none !important;
}

.input-underline select {
  background-image: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  padding-right: 0 !important;
}

.input-underline label {
  padding-left: 0 !important;
  font-size: var(--fs-xs) !important;
  letter-spacing: var(--ls-micro) !important;
  color: #737373 !important;
  margin-bottom: 4px !important;
}

/* ═══════════════════════════════════════════════════════════
   17. SECTION LAYOUT
   ═══════════════════════════════════════════════════════════ */

.section-fullscreen {
  min-height: 100svh;
  display: flex;
  align-items: center;
}

.section-auto {
  padding-top: clamp(6rem, 12vw, 14rem);
  padding-bottom: clamp(6rem, 12vw, 14rem);
}

.section-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
}

.horizontal-container {
  width: 400%;
  display: flex;
  flex-wrap: nowrap;
}

.horizontal-item {
  width: 100%;
  min-height: 100vh;
  flex-shrink: 0;
}

.horizontal-item.bg-neutral-900 {
  background-color: #000000 !important;
}

/* ═══════════════════════════════════════════════════════════
   18. SERVICE ROWS
   ═══════════════════════════════════════════════════════════ */

.service-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 64px 0;
  transition: all 0.55s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
}

.service-row:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.service-row:hover {
  background: #111111;
  color: #ffffff;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 2rem;
}

.service-row .service-num {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.25;
}

.service-row:hover h3,
.service-row:hover .service-num {
  color: #ffffff;
}

.service-row:hover p,
.service-row:hover li,
.service-row:hover .text-accent {
  color: rgba(255, 255, 255, 0.6);
}

.service-row:hover .text-neutral-300,
.service-row:hover .text-neutral-400,
.service-row:hover .text-neutral-500,
.service-row:hover .text-neutral-600 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.service-row:hover .w-1\.5 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* ═══════════════════════════════════════════════════════════
   19. VIDEO MODAL
   ═══════════════════════════════════════════════════════════ */

.video-trigger:hover {
  z-index: 20;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* ═══════════════════════════════════════════════════════════
   20. SWIPER
   ═══════════════════════════════════════════════════════════ */

.swiper-wrapper {
  will-change: transform;
}

.hero-cards-swiper {
  width: 100%;
  height: 100%;
}

.hero-cards-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}

.hero-cards-swiper.swiper {
  overflow: hidden;
}

.portfolio-swiper {
  overflow: hidden !important;
  padding-bottom: 2.5rem;
}

.portfolio-swiper .swiper-slide {
  height: auto;
}

.portfolio-pagination .swiper-pagination-bullet,
.testimonials-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #d4d4d4;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.4s ease;
  display: inline-block;
  margin: 0 3px;
}

.portfolio-pagination .swiper-pagination-bullet,
.testimonials-pagination .swiper-pagination-bullet {
  background: #cccccc !important;
}

.portfolio-pagination .swiper-pagination-bullet-active,
.testimonials-pagination .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 3px;
  background: #000;
}

.portfolio-pagination .swiper-pagination-bullet-active,
.testimonials-pagination .swiper-pagination-bullet-active {
  background: #000000 !important;
}

.swiper-pagination-bullet {
  opacity: 1 !important;
}

.testimonials-swiper {
  overflow: hidden !important;
  overflow: clip !important;
  padding-bottom: 3rem;
}

.testimonials-swiper .swiper-slide {
  height: auto;
}

.testimonials-swiper .swiper-slide > div {
  height: 100%;
}

.testimonials-swiper .rounded-full.bg-black {
  background: #000000 !important;
}

/* ═══════════════════════════════════════════════════════════
   21. MISCELLANEOUS UTILITIES
   ═══════════════════════════════════════════════════════════ */

.bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
}

.cta-ring {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(250px, 40vw, 500px);
  height: clamp(250px, 40vw, 500px);
  border-radius: 50%;
  background: transparent;
  border: 1px solid #eaeaea;
  transition:
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.6s ease;
}

.cta-ring:hover {
  background: #fafafa;
  transform: scale(0.95);
}

.stat-counter {
  display: block;
  font-variant-numeric: tabular-nums;
}

.no-scrollbar,
.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar,
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

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

.nav-link-active {
  position: relative;
}

#chat-widget-container {
  z-index: 11 !important;
}

iframe {
  filter: none !important;
}

.container {
  max-width: 100%;
  overflow-x: clip;
}

/* ═══════════════════════════════════════════════════════════
   22. OVERFLOW PROTECTION & CONTAIN
   ═══════════════════════════════════════════════════════════ */

[id$="-hero"],
#hero,
#video-hero,
#services-hero,
#work-hero,
#contact-hero {
  contain: layout style;
}

[id$="-hero"] > .absolute.pointer-events-none.select-none,
#hero > .absolute.pointer-events-none.select-none {
  overflow: clip;
  max-width: 100vw;
}

section > [class*="skew-x"][class*="translate-x-32"],
section > [class*="skew-x"][class*="-translate-x-32"],
section > div > [class*="skew-x"][class*="translate-x-32"],
section > div > [class*="skew-x"][class*="-translate-x-32"] {
  overflow: clip;
  max-width: 100%;
}

/* ═══════════════════════════════════════════════════════════
   23. COLOR OVERRIDES (B&W Design System)
   ═══════════════════════════════════════════════════════════ */

::selection {
  background: #000000 !important;
  color: #ffffff !important;
}

.bg-\[\#fafafa\] {
  background-color: #ffffff !important;
}

[class*="bg-neutral-50"] {
  background-color: #ffffff !important;
}

[class*="bg-neutral-100"] {
  background-color: #f5f5f5 !important;
}

.bg-green-500,
.bg-green-400,
.bg-emerald-500,
.bg-red-500,
.bg-amber-500,
.bg-blue-500,
.bg-yellow-500,
.bg-purple-500 {
  background-color: #ffffff !important;
}

.text-green-500,
.text-emerald-500,
.text-red-500,
.text-amber-500,
.text-blue-500,
.text-purple-500 {
  color: #9a9a9a !important;
}

.text-green-600,
.text-green-700 {
  color: #555555 !important;
}

.border-green-500,
.border-emerald-500,
.border-red-500,
.border-blue-500 {
  border-color: #e5e5e5 !important;
}

.bg-\[\#1a1a1a\] {
  background-color: #111111 !important;
}

[class*="bg-neutral-900"] {
  background-color: #0a0a0a !important;
}

[class*="bg-neutral-800"] {
  background-color: #111111 !important;
}

.bg-gradient-to-r,
.bg-gradient-to-br,
.bg-gradient-to-b {
  background-image: none !important;
}

section.bg-white .fill-current,
section.bg-\[\#fafafa\] .fill-current {
  fill: #000000 !important;
  color: #000000 !important;
}

section.min-h-\[100svh\] {
  background-color: #ffffff !important;
}

section.min-h-screen {
  background-color: #ffffff !important;
}

.rounded-full.border.border-neutral-200 {
  border-color: #d4d4d4 !important;
}

[class^="faq-icon-"][style*="background: rgb(0, 0, 0)"] {
  border-color: #000000 !important;
}

section.bg-\[\#0a0a0a\] {
  background-color: #000000 !important;
}

[style*="radial-gradient(circle at center"] {
  background-image: none !important;
  background-color: transparent !important;
}

#awards .rounded-\[1\.5rem\] {
  backdrop-filter: none;
}

#work .text-white,
#work h3,
#work span.text-neutral-500,
[class*="border-neutral-800"] {
  color: inherit;
}

footer,
#site-footer {
  background-color: #000000 !important;
  color: #ffffff !important;
}

#navbar .glass-morphism {
  background: rgba(0, 0, 0, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.04) !important;
}

#mobile-menu {
  background: #000000 !important;
}

/* ═══════════════════════════════════════════════════════════
   24. IMAGE GRAYSCALE SYSTEM
   ═══════════════════════════════════════════════════════════ */

img {
  filter: grayscale(100%);
  transition: filter 0.8s ease;
}

.group:hover img,
a:hover img {
  filter: grayscale(0%);
}

.hero-cards-swiper img {
  filter: grayscale(100%);
}

.video-trigger img {
  filter: grayscale(100%) !important;
}

img[src*="logo"],
img[alt*="logo"],
img[alt*="Logo"],
img[src*="fav"] {
  filter: none !important;
}

.portfolio-swiper .swiper-slide img {
  filter: grayscale(100%) !important;
}

.portfolio-swiper .swiper-slide:hover img,
.portfolio-swiper .group:hover img {
  filter: grayscale(0%) !important;
}

/* ═══════════════════════════════════════════════════════════
   25. FAQ
   ═══════════════════════════════════════════════════════════ */

[class^="faq-answer-"],
[class*=" faq-answer-"] {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

[class^="faq-icon-"],
[class*=" faq-icon-"] {
  transition:
    background 0.3s ease,
    border-color 0.3s ease;
}

[class^="faq-plus-"],
[class*=" faq-plus-"] {
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    color 0.3s ease;
}

/* ═══════════════════════════════════════════════════════════
   26. HERO SECTION
   ═══════════════════════════════════════════════════════════ */

#hero {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  min-height: calc(100svh - 90px) !important;
  overflow: visible !important;
  clip-path: inset(0 0 0 0);
}

#hero > .container,
#hero > div.container,
#hero .container.relative,
#hero div[class*="container"] {
  padding-top: 1rem !important;
  padding-bottom: 2.5rem !important;
}

#hero .pt-10 {
  padding-top: 0 !important;
}

#hero .w-full.h-\[1px\] {
  display: none !important;
}

#hero .grid.grid-cols-1 {
  padding-top: 0;
  padding-bottom: 0;
}

#hero > .absolute.inset-0 {
  overflow: hidden;
  border-radius: 0;
}

#hero .lg\:col-span-6.flex.flex-col {
  padding-top: 0;
  padding-bottom: 0;
}

#hero .reveal.mb-10:first-child {
  margin-bottom: 1.5rem !important;
}

#hero h1 {
  font-size: clamp(2.618rem, 4.5vw, 4.236rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.04em !important;
  margin-bottom: 1.5rem !important;
}

#hero .w-12.h-1 {
  margin-bottom: 1.5rem !important;
}

#hero p.text-base {
  font-size: var(--fs-md) !important;
  line-height: var(--lh-relaxed) !important;
  margin-bottom: 2rem !important;
  max-width: 36ch !important;
  color: #737373 !important;
}

#hero .flex.flex-col.sm\:flex-row {
  margin-top: 0 !important;
  gap: 1rem !important;
}

#hero .lg\:col-span-6.relative {
  min-height: min(580px, 68vh) !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  clip-path: inset(0 -60px 0 -60px);
  padding: 1.5rem 3.5rem 2.5rem 1.5rem !important;
}

#hero .relative.w-\[85\%\] {
  max-width: 380px !important;
  width: 100% !important;
  overflow: visible;
}

#hero .swiper.hero-cards-swiper {
  overflow: visible !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  perspective: 1200px;
  transform-style: preserve-3d;
}

#hero .relative.w-\[85\%\] > .swiper {
  overflow: visible !important;
}

#hero .hero-cards-swiper .swiper-slide {
  border-radius: 1.75rem !important;
  box-shadow:
    0 30px 80px -15px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  overflow: hidden !important;
}

#hero .hero-cards-swiper .swiper-slide-active {
  box-shadow:
    0 40px 100px -20px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.06) !important;
}

#hero .hero-cards-swiper .swiper-slide:not(.swiper-slide-active) {
  box-shadow:
    0 20px 60px -15px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(0, 0, 0, 0.06) !important;
}

#hero .absolute.-bottom-6,
#hero .absolute.-bottom-8 {
  bottom: -1.5rem !important;
  left: -1.5rem !important;
}

#hero .absolute.top-\[10\%\] {
  right: -1rem !important;
}

#hero svg.absolute {
  opacity: 0.12 !important;
}

/* ═══════════════════════════════════════════════════════════
   27. INNER PAGE HEROES
   ═══════════════════════════════════════════════════════════ */

#about-hero h1,
#services-hero h1,
#work-hero h1,
#video-hero h1,
#contact-hero h1 {
  font-size: clamp(2.058rem, 4.5vw, 4.236rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
}

#about-hero,
#services-hero,
#work-hero,
#video-hero,
#contact-hero {
  min-height: 540px !important;
  display: flex !important;
  align-items: flex-end !important;
  overflow: clip !important;
}

#about-hero > .container,
#services-hero > .container,
#work-hero > .container,
#video-hero > .container,
#contact-hero > .container,
#about-hero > div.container,
#services-hero > div.container,
#work-hero > div.container,
#video-hero > div.container,
#contact-hero > div.container {
  padding-bottom: 90px !important;
}

#about-hero ~ section.py-32 h2,
#about-hero ~ section.py-48 h2 {
  font-size: clamp(1.618rem, 3.5vw, 2.618rem) !important;
}

#contact-hero ~ section h2 {
  font-size: clamp(1.618rem, 4vw, 2.618rem) !important;
}

#work-hero ~ section h2 {
  font-size: clamp(1.618rem, 4vw, 2.618rem) !important;
}

#video-hero ~ section h2 {
  font-size: clamp(1.618rem, 4vw, 2.618rem) !important;
  line-height: 1.05 !important;
}

#pro-areas > div > div > div h2 {
  font-size: clamp(2.058rem, 5vw, 4.236rem) !important;
}

section.bg-black h2,
section.bg-\\[\\#0a0a0a\\] h2 {
  font-size: clamp(2.058rem, 5vw, 4.236rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
}

/* ═══════════════════════════════════════════════════════════
   28. PROCESS SECTION
   ═══════════════════════════════════════════════════════════ */

.process-site-card {
  padding-bottom: 3rem;
}

.process-site-body {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 2rem;
  padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.7s ease,
    border-color 0.4s ease;
  cursor: default;
}

.process-site-body:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.1);
  border-color: #e5e5e5;
}

.process-site-chip {
  font-family: "DM Sans", sans-serif;
  font-size: var(--fs-xs);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: var(--ls-micro);
  line-height: var(--lh-tight);
  color: #737373;
  background: #f5f5f5;
  border: 1px solid #ebebeb;
  padding: 5px 14px;
  border-radius: 100px;
  white-space: nowrap;
  display: inline-block;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.process-site-body:hover .process-site-chip {
  background: #000;
  color: #fff;
  border-color: #000;
}

.process-rows-wrap {
  border-top: 1px solid #e5e5e5;
}

.process-row {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
}

.process-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 2;
}

.process-row:hover::before {
  width: 100%;
}

.process-row-inner {
  display: grid;
  grid-template-columns: 100px 1fr 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 2.75rem 0;
  transition: padding 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: default;
}

.process-row:hover .process-row-inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.process-num-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.process-big-num {
  font-family: "Space Grotesk", sans-serif;
  font-size: var(--fsc-h2);
  font-weight: 900;
  font-style: italic;
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display);
  color: #e8e8e8;
  transition: color 0.5s ease;
  user-select: none;
}

.process-row:hover .process-big-num {
  color: #000;
}

.process-title-block {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.process-phase-tag {
  font-family: "Space Grotesk", sans-serif;
  font-size: var(--fs-xs);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  line-height: var(--lh-tight);
  color: #fff;
  background: #000;
  padding: 5px 12px;
  border-radius: 100px;
  white-space: nowrap;
  display: inline-flex;
  align-self: flex-start;
  transition: background 0.4s ease;
}

.process-row:hover .process-phase-tag {
  background: #111;
}

.process-row-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.618rem, 3vw, 2.618rem);
  font-weight: 900;
  letter-spacing: var(--ls-display);
  color: #000;
  line-height: var(--lh-display);
  text-transform: uppercase;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.process-row:hover .process-row-title {
  transform: translateX(4px);
}

.process-desc-block {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.process-row-desc {
  font-family: "DM Sans", sans-serif;
  font-size: var(--fs-sm);
  line-height: var(--lh-body);
  color: #737373;
  font-weight: 500;
  max-width: 340px;
}

.process-chips-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.process-chip {
  font-family: "DM Sans", sans-serif;
  font-size: var(--fs-xs);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: var(--ls-micro);
  line-height: var(--lh-tight);
  color: #737373;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding: 5px 12px;
  border-radius: 100px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.process-row:hover .process-chip {
  background: #000;
  color: #fff;
  border-color: #000;
}

.process-meta-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  flex-shrink: 0;
}

.process-metric-stat {
  font-family: "Space Grotesk", sans-serif;
  font-size: var(--fs-xs);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: var(--ls-micro);
  line-height: var(--lh-tight);
  color: #ccc;
  white-space: nowrap;
  transition: color 0.4s ease;
}

.process-row:hover .process-metric-stat {
  color: #000;
}

.process-row-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  flex-shrink: 0;
}

.process-row:hover .process-row-icon {
  background: #000;
  border-color: #000;
  color: #fff;
  transform: rotate(15deg) scale(1.05);
}

/* ═══════════════════════════════════════════════════════════
   29. SERVICES PAGE — EDITORIAL LIST
   ═══════════════════════════════════════════════════════════ */

.svc-section {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.svc-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

.svc-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 56px;
}

.svc-header-left {
  flex: 1;
}

.svc-eyebrow {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #a3a3a3;
  margin-bottom: 16px;
}

.svc-heading {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 16px;
}

.svc-heading em {
  font-style: italic;
  font-weight: 300;
  color: #a3a3a3;
}

.svc-subtext {
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #737373;
  line-height: 1.7;
  margin: 0;
}

.svc-header-right {
  display: flex;
  gap: 40px;
  align-items: flex-end;
  flex-shrink: 0;
}

.svc-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.svc-stat-num {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #000;
}

.svc-stat-label {
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #a3a3a3;
}

.svc-divider {
  height: 1px;
  background: linear-gradient(90deg, #e5e5e5 0%, #000 30%, #e5e5e5 100%);
  margin-bottom: 0;
  opacity: 0.3;
}

.svc-list {
  display: flex;
  flex-direction: column;
}

.svc-row {
  position: relative;
  display: grid;
  grid-template-columns: 60px 260px 1fr auto 56px;
  align-items: center;
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  overflow: hidden;
  transition: padding-left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.svc-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 0;
}

.svc-row:hover::before {
  transform: scaleX(1);
}

.svc-row > * {
  position: relative;
  z-index: 1;
}

.svc-row:hover {
  padding-left: 20px;
}

.svc-row-num {
  font-family: "Space Grotesk", sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.3em;
  color: #c4c4c4;
  transition: color 0.4s ease;
  white-space: nowrap;
}

.svc-row:hover .svc-row-num {
  color: rgba(255, 255, 255, 0.3);
}

.svc-row-title {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.svc-row-name {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  transition: color 0.4s ease;
}

.svc-row:hover .svc-row-name {
  color: #fff;
}

.svc-row-sub {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(0.9rem, 1.4vw, 1.1rem);
  font-weight: 300;
  font-style: italic;
  color: #a3a3a3;
  line-height: 1.2;
  transition: color 0.4s ease;
}

.svc-row:hover .svc-row-sub {
  color: rgba(255, 255, 255, 0.4);
}

.svc-row-desc {
  font-family: "DM Sans", sans-serif;
  font-size: 0.825rem;
  font-weight: 400;
  color: #737373;
  line-height: 1.65;
  margin: 0;
  max-width: 420px;
  transition: color 0.4s ease;
}

.svc-row:hover .svc-row-desc {
  color: rgba(255, 255, 255, 0.55);
}

.svc-row-thumb {
  width: 80px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  opacity: 0;
  transform: scale(0.85) translateY(4px);
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.svc-row:hover .svc-row-thumb {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.svc-row-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85);
  transition: filter 0.4s ease;
}

.svc-row:hover .svc-row-thumb img {
  filter: brightness(1);
}

.svc-row-thumb-fallback {
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}

.svc-row-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    border-color 0.4s ease,
    background 0.4s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.svc-row-arrow svg {
  width: 15px;
  height: 15px;
  stroke: #111;
  transition:
    stroke 0.4s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.svc-row:hover .svc-row-arrow {
  background: #fff;
  border-color: #fff;
  transform: scale(1.12);
}

.svc-row:hover .svc-row-arrow svg {
  stroke: #000;
  transform: translate(1px, -1px);
}

.svc-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0 0;
  gap: 24px;
}

.svc-bottom-text {
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #737373;
  margin: 0;
}

.svc-bottom-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: #000;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  border: 1.5px solid #000;
  overflow: hidden;
  position: relative;
  transition:
    color 0.4s ease,
    border-color 0.4s ease;
}

.svc-bottom-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 0;
}

.svc-bottom-btn:hover::before {
  transform: translateY(0);
}

.svc-bottom-btn:hover {
  color: #000;
  border-color: #000;
}

.svc-bottom-btn span,
.svc-bottom-btn svg {
  position: relative;
  z-index: 1;
}

/* ═══════════════════════════════════════════════════════════
   30. WORK / PORTFOLIO PAGE
   ═══════════════════════════════════════════════════════════ */

.work-tab-btn {
  padding: 10px 24px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #888;
  border: 1.5px solid transparent;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.work-tab-btn:hover {
  color: #111;
  border-color: rgba(0, 0, 0, 0.15);
}

.work-tab-btn.active {
  color: #111;
  border-color: #111;
  background: #fff;
}

.work-section {
  display: none;
}

.work-section.active {
  display: block;
}

.port-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #f5f5f4;
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition:
    box-shadow 0.5s ease,
    transform 0.5s ease;
}

.port-card:hover {
  box-shadow: 0 24px 64px -12px rgba(0, 0, 0, 0.13);
  transform: translateY(-4px);
}

.port-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.4s ease;
  filter: grayscale(0%) !important;
}

.port-card:hover img {
  transform: scale(1.04);
}

.port-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.port-card:hover .port-card-overlay {
  opacity: 1;
}

.port-card-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 22px 22px;
  transform: translateY(8px);
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  opacity: 0;
}

.port-card:hover .port-card-label {
  transform: translateY(0);
  opacity: 1;
}

.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  background: #111;
  cursor: pointer;
  aspect-ratio: 16/9;
}

.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
  filter: grayscale(0%) !important;
}

.video-card:hover img {
  transform: scale(1.06);
}

.video-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.video-card:hover .video-card-overlay {
  background: rgba(0, 0, 0, 0.28);
}

.video-play-btn {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.video-card:hover .video-play-btn {
  transform: scale(1.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.video-cat-pill {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 999px;
}

.work-sh {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-transform: uppercase;
  color: #111;
}

.work-sub {
  font-family: "DM Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: #888;
  margin-top: 10px;
}

.ph-card {
  border: 1.5px dashed rgba(0, 0, 0, 0.11);
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ccc;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 48px 24px;
  background: #fafafa;
}

/* ═══════════════════════════════════════════════════════════
   31. CONTACT PAGE
   ═══════════════════════════════════════════════════════════ */

.contact-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 1rem;
  border: 1.5px solid #e5e5e5;
  background: transparent;
  text-decoration: none;
  transition:
    background 0.35s ease,
    border-color 0.35s ease;
}

.contact-card:hover {
  background: #111;
  border-color: #111;
}

.cc-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3f3f3;
  border: 1.5px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background 0.35s ease,
    border-color 0.35s ease;
}

.cc-icon svg {
  width: 16px;
  height: 16px;
  stroke: #888;
  transition: stroke 0.35s ease;
}

.contact-card:hover .cc-icon {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.25);
}

.contact-card:hover .cc-icon svg {
  stroke: #fff;
}

.cc-label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 3px;
  transition: color 0.35s ease;
}

.contact-card:hover .cc-label {
  color: rgba(255, 255, 255, 0.55);
}

.cc-value {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  transition: color 0.35s ease;
}

.contact-card:hover .cc-value {
  color: #fff;
}

.cc-arrow {
  margin-left: auto;
  flex-shrink: 0;
  stroke: #ccc;
  transition:
    stroke 0.35s ease,
    transform 0.35s ease;
}

.contact-card:hover .cc-arrow {
  stroke: #fff;
  transform: translate(2px, -2px);
}

/* ═══════════════════════════════════════════════════════════
   32. ACCESSIBILITY
   ═══════════════════════════════════════════════════════════ */

:focus-visible {
  outline: 2px solid #000;
  outline-offset: 4px;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #000;
  outline-offset: 4px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  #about-hero img,
  #services-hero img,
  #work-hero img,
  #video-hero img,
  #contact-hero img {
    animation: none !important;
  }
}

@media print {
  #loader,
  #mobile-menu,
  #navbar,
  .custom-cursor,
  .cursor-follower,
  .grain,
  #scroll-progress {
    display: none !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — TABLET  (max-width: 1024px)
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
  #about-hero h1,
  #services-hero h1,
  #work-hero h1,
  #video-hero h1,
  #contact-hero h1 {
    font-size: clamp(2.058rem, 5.5vw, 3.236rem) !important;
  }

  #hero h1 {
    font-size: clamp(2.058rem, 4.5vw, 3.236rem) !important;
  }

  #hero .lg\:col-span-6.relative {
    min-height: min(500px, 60vh) !important;
    padding: 1.5rem 1.5rem 2.5rem !important;
  }

  .process-row-inner {
    grid-template-columns: 70px 1fr 1fr auto;
    gap: 1.5rem;
    padding: 2.25rem 0;
  }

  .process-big-num {
    font-size: 2.618rem;
  }

  .process-row-title {
    font-size: 1.618rem;
  }

  .svc-row {
    grid-template-columns: 48px 200px 1fr 44px;
    gap: 24px;
  }

  .svc-row-thumb {
    display: none;
  }
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE LARGE  (max-width: 768px)
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  :root {
    --fsc-h1-hero: clamp(1.618rem, 9vw, 2.618rem);
    --fsc-h1-page: clamp(1.618rem, 8vw, 2.618rem);
    --fsc-h2: clamp(1.272rem, 5.5vw, 2.058rem);
    --fsc-cta: clamp(1.618rem, 7vw, 2.618rem);
    --fsc-display: clamp(1.272rem, 5vw, 2.058rem);
  }

  .site-header-inner {
    padding: 0 24px;
  }

  .sidebar-header {
    padding: 0 28px;
    height: 72px;
  }

  .sidebar-body {
    grid-template-columns: 1fr;
  }

  .sidebar-nav {
    padding: 40px 28px 32px;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .sidebar-info {
    padding: 36px 28px;
    background: transparent;
  }

  .sidebar-footer {
    padding: 20px 28px;
  }

  .hero-title {
    font-size: clamp(1.618rem, 9vw, 2.618rem);
    line-height: var(--lh-heading);
  }

  .page-hero-title {
    font-size: clamp(1.618rem, 9vw, 2.618rem) !important;
    line-height: 1 !important;
  }

  .section-title,
  .section-heading {
    font-size: clamp(1.272rem, 5.5vw, 2.058rem);
    line-height: var(--lh-heading);
  }

  .cta-title {
    font-size: clamp(1.618rem, 7vw, 2.618rem) !important;
    line-height: 1 !important;
  }

  .display-title {
    font-size: clamp(1.272rem, 5vw, 2.058rem);
    line-height: var(--lh-subhead);
  }

  .bg-text-giant {
    font-size: clamp(6rem, 30vw, 12rem);
    opacity: 0.04;
    overflow: hidden;
  }

  .deco-text {
    max-width: 100%;
    overflow: clip;
    contain: paint;
    display: none !important;
  }

  .service-row:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  section {
    overflow-x: clip !important;
  }

  .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  a,
  button {
    min-height: 44px;
  }

  .magnetic-btn {
    font-size: var(--fs-xs) !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    min-height: 48px !important;
  }

  #hero {
    padding-top: 0 !important;
    align-items: flex-start !important;
    padding-bottom: 0 !important;
    min-height: calc(100svh - 90px) !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    overflow-x: hidden !important;
  }

  #hero > .container,
  #hero > div.container {
    padding-top: 1.5rem !important;
    padding-bottom: 2rem !important;
  }

  #hero h1 {
    font-size: clamp(2.058rem, 9vw, 2.618rem) !important;
    line-height: 1.08 !important;
    margin-bottom: 1.25rem !important;
  }

  #hero p.text-base {
    font-size: var(--fs-base) !important;
    margin-bottom: 1.5rem !important;
  }

  #hero .grid {
    gap: 3rem !important;
  }

  #hero .lg\:col-span-5 {
    min-height: 340px !important;
    margin-top: 0 !important;
    overflow-x: clip !important;
    overflow-y: visible !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 1.5rem !important;
  }

  #hero .lg\:col-span-6.relative {
    min-height: 420px !important;
    padding: 1rem 2.5rem 2.5rem !important;
    overflow: visible !important;
  }

  #hero .relative.w-\[75\%\] {
    max-width: 260px !important;
    margin: 0 auto !important;
  }

  #hero .relative.w-\[85\%\] {
    max-width: 300px !important;
  }

  #hero .-bottom-4.-left-4 {
    bottom: -1rem !important;
    left: -0.5rem !important;
    transform: scale(0.9) !important;
    transform-origin: bottom left !important;
  }

  #hero .-right-2 {
    right: 0 !important;
  }

  #hero svg.absolute {
    display: none !important;
  }

  #hero .flex.flex-col.sm\:flex-row {
    gap: 0.75rem !important;
  }

  #hero .absolute.-bottom-8 {
    bottom: -2rem !important;
    left: -2.5rem !important;
  }

  #hero .absolute.top-\[10\%\] {
    right: -2rem !important;
  }

  #about-hero h1,
  #services-hero h1,
  #work-hero h1,
  #video-hero h1,
  #contact-hero h1 {
    font-size: clamp(2.058rem, 9vw, 2.618rem) !important;
  }

  section.bg-black h2,
  section.bg-\\[\\#0a0a0a\\] h2 {
    font-size: clamp(1.618rem, 8vw, 2.618rem) !important;
    line-height: 1.05 !important;
  }

  #work-hero ~ section h2 {
    font-size: clamp(1.618rem, 7vw, 2.618rem) !important;
  }

  #testimonials h2,
  .py-32 h2,
  .py-40 h2 {
    font-size: clamp(1.618rem, 5.5vw, 2.618rem);
  }

  #testimonials h2 {
    font-size: clamp(1.8rem, 8vw, 2.8rem) !important;
    line-height: 1.05 !important;
  }

  .testimonials-swiper .swiper-slide {
    width: calc(100vw - 3rem) !important;
  }

  .testimonials-swiper .swiper-wrapper {
    padding-bottom: 3rem !important;
  }

  .testimonials-swiper .swiper-slide > div {
    padding: 1.5rem !important;
  }

  .cta-ring {
    width: clamp(180px, 70vw, 320px);
    height: clamp(180px, 70vw, 320px);
  }

  .process-row-inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 2rem 0;
  }

  .process-row:hover .process-row-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .process-num-wrap {
    display: none;
  }

  .process-meta-block {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .process-row-title {
    font-size: 1.618rem;
  }

  .process-row-desc {
    max-width: 100%;
  }

  .process-site-card {
    padding-bottom: 2.5rem;
  }

  .process-site-body {
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
  }

  #services .space-y-32,
  #services .space-y-56 {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .svc-container {
    padding: 0 24px;
  }

  .svc-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 36px;
  }

  .svc-header-right {
    align-self: flex-start;
    align-items: flex-start;
  }

  .svc-stat {
    align-items: flex-start;
  }

  .svc-row {
    grid-template-columns: 40px 1fr 36px;
    grid-template-rows: auto auto;
    gap: 8px 16px;
    padding: 20px 0;
  }

  .svc-row-num {
    grid-row: 1;
    grid-column: 1;
    align-self: center;
  }

  .svc-row-title {
    grid-row: 1;
    grid-column: 2;
    align-self: center;
  }

  .svc-row-desc {
    grid-row: 2;
    grid-column: 2;
    max-width: 100%;
  }

  .svc-row-arrow {
    grid-row: 1 / span 2;
    grid-column: 3;
    align-self: center;
    width: 34px;
    height: 34px;
  }

  .svc-row-thumb {
    display: none;
  }

  .svc-row:hover {
    padding-left: 12px;
  }

  .process-grid-container {
    overflow: hidden;
  }

  .bento-card {
    border-radius: 2rem !important;
  }

  .md\:mt-48,
  .md\:-mt-24 {
    margin-top: 0 !important;
  }

  .absolute.-bottom-10,
  [class*="-bottom-10"] {
    display: none;
  }

  .hero-cards-swiper {
    max-width: 280px;
  }

  input:focus,
  textarea:focus,
  select:focus {
    transform: none !important;
  }

  footer .grid-cols-1 {
    gap: 2rem;
  }

  #industries .grid.grid-cols-2 > div:nth-child(2n) {
    border-right: none !important;
  }

  #industries .grid.grid-cols-2 > div:nth-child(2n + 1) {
    border-right: 1px solid #e5e5e5;
  }

  #industries .grid.grid-cols-2 > div:nth-last-child(-n + 2) {
    border-bottom: none !important;
  }

  #industries .grid.grid-cols-2 > div {
    padding: 1.25rem 1rem !important;
  }

  #industries .w-14.h-14 {
    width: 2.75rem !important;
    height: 2.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  #industries .text-\[15px\] {
    font-size: 13px !important;
  }

  #industries .lg\:col-span-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 0 !important;
    border-right: none !important;
  }

  .grid.grid-cols-1.lg\:grid-cols-2.gap-16 {
    gap: 3rem !important;
  }

  .grid.grid-cols-1.lg\:grid-cols-2 h2 {
    font-size: clamp(2rem, 8vw, 3rem) !important;
  }

  .service-row:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 768px) {
  .sidebar-nav {
    padding: 48px 36px;
  }

  .sidebar-info {
    padding: 48px 36px;
  }
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE SMALL  (max-width: 480px)
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 480px) {
  :root {
    --fsc-h1-hero: clamp(1.272rem, 10vw, 2.058rem);
    --fsc-h1-page: clamp(1.272rem, 10vw, 2.058rem);
    --fsc-h2: clamp(1rem, 6vw, 1.618rem);
    --fsc-cta: clamp(1.272rem, 8vw, 2.058rem);
  }

  .hero-title {
    font-size: clamp(1.272rem, 10vw, 2.058rem);
  }

  .page-hero-title {
    font-size: clamp(1.272rem, 10vw, 2.058rem) !important;
  }

  .section-title,
  .section-heading {
    font-size: clamp(1rem, 6vw, 1.618rem);
  }

  .cta-title {
    font-size: clamp(1.272rem, 8vw, 2.058rem) !important;
  }

  #hero h1 {
    font-size: clamp(1.618rem, 10vw, 2.058rem) !important;
  }

  #hero p.text-base {
    font-size: var(--fs-base) !important;
  }

  #hero .lg\:col-span-6.relative {
    min-height: 340px !important;
    padding: 0.75rem 2rem 2.5rem !important;
  }

  #hero .relative.w-\[85\%\] {
    max-width: 260px !important;
  }

  #hero .relative.w-\[85\%\].max-w-\[340px\] {
    max-width: 240px !important;
  }

  #hero .-bottom-6.-left-6,
  #hero .-bottom-8.-left-12 {
    bottom: -0.5rem !important;
    left: -0.25rem !important;
  }

  .grid.grid-cols-2.md\:grid-cols-4 > div {
    padding: 1.5rem 0.5rem !important;
    align-items: center !important;
    text-align: center !important;
  }

  .stat-counter {
    font-size: 2.5rem !important;
  }

  .svc-bottom-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — EXTRA SMALL  (max-width: 375px)
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 375px) {
  .hero-title {
    font-size: clamp(1.272rem, 10vw, 2.058rem) !important;
  }

  .section-title,
  .section-heading {
    font-size: clamp(1rem, 7vw, 1.618rem) !important;
  }

  .flex.flex-col.sm\:flex-row {
    flex-direction: column;
    width: 100%;
  }

  .py-32 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .py-24 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
