/* Local Font Declarations */
@font-face {
  font-family: 'Exposure Trial';
  src: url('/fonts/ExposureTrial-10.otf') format('opentype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lazy Dog';
  src: url('/fonts/lazy_dog.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kalam';
  src: url('/fonts/Kalam-Light.woff2') format('woff2'),
       url('/fonts/Kalam-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kalam';
  src: url('/fonts/Kalam-Regular.woff2') format('woff2'),
       url('/fonts/Kalam-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kalam';
  src: url('/fonts/Kalam-Bold.woff2') format('woff2'),
       url('/fonts/Kalam-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Londrina Solid';
  src: url('/fonts/londrina-solid-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Londrina Solid';
  src: url('/fonts/londrina-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neudron';
  src: url('/fonts/neudron-regular.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('/fonts/fonts.gstatic.com/s/googlesans/v67/4UasrENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RPjIUvQ.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('/fonts/fonts.gstatic.com/s/googlesans/v67/4UairENHsxJlGDuGo1OIlL3L2JB874GPhFI9_IqmuRqGpjeaLi42kO8QvnQkv74v.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Geist Mono';
  src: url('/fonts/fonts.gstatic.com/s/geistmono/v4/or3nQ6H-1_WfwkMZI_qYFrcdmg.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-medium.woff2') format('woff2'),
       url('/fonts/inter-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('/fonts/bricolage-grotesque-medium.woff2') format('woff2'),
       url('/fonts/bricolage-grotesque-medium.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Reset & Global */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  -webkit-tap-highlight-color: transparent;
}

a, button, input, textarea, select, [role="button"], [tabindex], label, summary, img, svg {
  -webkit-tap-highlight-color: transparent;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
[role="button"]:focus:not(:focus-visible) {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

html, body {
  width: 100%;
  min-height: 100%;
  background-color: #060606;
  background-image: url('/images/grid-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #000000;
  font-family: 'Google Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Hide horizontal scrollbar everywhere */
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none;
}

body, html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* ==================================================
   NAVBAR (BOXED FLOATING PILL WITH CIRCULAR BORDER)
================================================== */
.navbar-header {
  position: fixed;
  top: 16px;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  padding: 0 24px;
}

.navbar-container {
  position: relative;
  pointer-events: auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1040px;
  height: 74px;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(24, 24, 30, 0.38) 25%,
    rgba(12, 12, 16, 0.46) 100%
  );
  backdrop-filter: blur(36px) saturate(220%) brightness(106%);
  -webkit-backdrop-filter: blur(36px) saturate(220%) brightness(106%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-top-color: rgba(255, 255, 255, 0.38);
  border-bottom-color: rgba(255, 255, 255, 0.10);
  border-radius: 9999px;
  box-shadow:
    0 20px 48px -10px rgba(0, 0, 0, 0.38),
    0 6px 18px -2px rgba(0, 0, 0, 0.22),
    inset 0 1.5px 1.5px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1.5px 1.5px 0 rgba(0, 0, 0, 0.28),
    inset 0 0 20px 0 rgba(255, 255, 255, 0.06);
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 42px);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.navbar-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  text-decoration: none;
  flex-shrink: 0;
}

.navbar-logo-img {
  height: 36px;
  width: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.navbar-logo:hover .navbar-logo-img {
  transform: scale(1.08);
}

.navbar-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 32px);
  flex-shrink: 0;
}

.nav-link {
  font-family: 'Inter', sans-serif;
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.15s ease;
}

.nav-link:hover {
  color: #D0BCFF;
  opacity: 1;
}

.nav-link.active {
  color: #D0BCFF;
}

@media (max-width: 1080px) and (min-width: 769px) {
  .navbar-container {
    padding: 0 26px;
    height: 58px;
    gap: clamp(18px, 2.2vw, 28px);
  }
  .navbar-logo-img {
    height: 32px;
  }
  .navbar-links {
    gap: clamp(12px, 1.6vw, 20px);
  }
  .nav-link {
    font-size: 12.5px;
    letter-spacing: 0.05em;
  }
  .download-resume-btn {
    height: 35px;
    padding: 0 12px 0 16px;
    gap: 9px;
  }
  .resume-btn-text {
    font-size: 12.5px;
  }
}

/* ==================================================
   MOBILE DUAL-CIRCLE NAVBAR & ANIMATED HAMBURGER OVERLAY
   (STRICTLY MOBILE ONLY: max-width: 768px)
================================================== */
.mobile-nav-bar {
  display: none;
}

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

@media (max-width: 768px) {
  .navbar-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    pointer-events: none;
    z-index: 1000;
  }

  /* Hide Desktop Navbar Pill on Mobile */
  .navbar-container.desktop-nav {
    display: none !important;
  }

  /* Show Mobile Dual-Circle Nav Bar */
  .mobile-nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 20px;
    box-sizing: border-box;
    pointer-events: none;
    position: relative;
    z-index: 1002;
  }

  /* Circular Floating Buttons */
  .mobile-circle-btn {
    pointer-events: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(
      165deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(24, 24, 30, 0.38) 25%,
      rgba(12, 12, 16, 0.46) 100%
    );
    backdrop-filter: blur(36px) saturate(220%) brightness(106%);
    -webkit-backdrop-filter: blur(36px) saturate(220%) brightness(106%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-top-color: rgba(255, 255, 255, 0.38);
    border-bottom-color: rgba(255, 255, 255, 0.10);
    box-shadow:
      0 12px 28px -4px rgba(0, 0, 0, 0.35),
      0 4px 10px -2px rgba(0, 0, 0, 0.2),
      inset 0 1.5px 1.5px 0 rgba(255, 255, 255, 0.42),
      inset 0 -1.5px 1.5px 0 rgba(0, 0, 0, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease, background 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    padding: 0;
  }

  .mobile-circle-btn:active {
    transform: scale(0.92);
  }

  /* Left Circle: JY Logo */
  .mobile-circle-logo-img {
    height: 28px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.2s ease;
  }

  .mobile-logo-btn:hover .mobile-circle-logo-img {
    transform: scale(1.06);
  }

  /* Right Circle: Animated Hamburger Toggle Button */
  .mobile-menu-toggle {
    background: linear-gradient(
      165deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(24, 24, 30, 0.38) 25%,
      rgba(12, 12, 16, 0.46) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-top-color: rgba(255, 255, 255, 0.38);
    border-bottom-color: rgba(255, 255, 255, 0.10);
  }

  .hamburger-box {
    width: 20px;
    height: 14px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .hamburger-line {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.22s ease, background-color 0.2s ease;
    transform-origin: center;
  }

  /* Cross (X) State Animation */
  .mobile-menu-toggle.is-active .line-top {
    transform: translateY(6px) rotate(45deg);
  }

  .mobile-menu-toggle.is-active .line-mid {
    opacity: 0;
    transform: scaleX(0);
  }

  .mobile-menu-toggle.is-active .line-bot {
    transform: translateY(-6px) rotate(-45deg);
  }

  /* Fullscreen Backdrop & Menu Overlay */
  .mobile-menu-overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
  }

  .mobile-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(10, 10, 10, 0.94);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
  }

  .mobile-menu-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    max-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: clamp(60px, 9vh, 80px) 24px clamp(24px, 4vh, 44px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    transform: translateY(18px);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .mobile-menu-overlay.is-open .mobile-menu-content {
    transform: translateY(0);
  }

  .mobile-menu-header {
    margin-bottom: 28px;
  }

  .mobile-menu-tag {
    font-family: 'Geist Mono', monospace;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.16em;
    color: #8e8e93;
    text-transform: uppercase;
  }

  /* Mobile Links Stack */
  .mobile-menu-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 320px;
  }

  .mobile-nav-link {
    display: flex;
    align-items: baseline;
    gap: 12px;
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 8px;
    transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-nav-num {
    font-family: 'Geist Mono', monospace;
    font-size: 13px;
    font-weight: 500;
    color: #636366;
    letter-spacing: 0.06em;
  }

  .mobile-nav-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #ffffff;
    text-transform: uppercase;
    transition: color 0.2s ease;
  }

  .mobile-nav-link:hover .mobile-nav-text,
  .mobile-nav-link.active .mobile-nav-text {
    color: #D0BCFF;
  }

  .mobile-nav-link:hover .mobile-nav-num,
  .mobile-nav-link.active .mobile-nav-num {
    color: #D0BCFF;
  }

  .mobile-nav-link:active {
    transform: scale(0.96);
  }

  .mobile-nav-link:active .mobile-nav-text {
    color: #D0BCFF;
  }

  /* Mobile Resume Button inside Menu */
  .mobile-menu-footer {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }

  .mobile-menu-footer .mobile-resume-btn {
    height: 46px;
    padding: 0 18px 0 24px;
    border-radius: 9999px;
    background-color: #ffffff !important;
    color: #111111 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), 0 2px 8px rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease;
  }

  .mobile-menu-footer .mobile-resume-btn:active {
    transform: scale(0.95);
  }

  .mobile-menu-footer .mobile-resume-btn .resume-btn-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #111111 !important;
    font-size: 14.5px;
    font-weight: 500;
    letter-spacing: -0.01em;
  }

  .mobile-menu-footer .mobile-resume-btn .resume-eye {
    width: 15px;
    height: 15px;
    background-color: #111111 !important;
  }

  .mobile-menu-footer .mobile-resume-btn .resume-pupil {
    width: 5px;
    height: 5px;
    background-color: #ffffff !important;
  }
}

/* Compact Download Resume Button */
.download-resume-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #111111;
  text-decoration: none;
  padding: 0 14px 0 18px;
  border-radius: 9999px;
  height: 38px;
  gap: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
  transition: background-color 0.2s ease, transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease;
  cursor: pointer;
  user-select: none;
}

.download-resume-btn:hover {
  background-color: #f2f2f2;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.download-resume-btn:active {
  transform: translateY(0) scale(0.98);
}

.resume-btn-text {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  letter-spacing: -0.01em;
  line-height: 1;
  white-space: nowrap;
}

.resume-eyeballs {
  display: flex;
  align-items: center;
  gap: 3px;
}

.resume-eye {
  width: 18px;
  height: 18px;
  background-color: #111111;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.2);
}

.resume-pupil {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  will-change: transform;
  pointer-events: none;
}

@keyframes eyeBlink {
  0%, 90%, 100% {
    transform: scaleY(1);
  }
  95% {
    transform: scaleY(0.08);
  }
}

.resume-eye.blinking {
  animation: eyeBlink 0.18s ease-in-out;
}

/* ==================================================
   HORIZONTAL SCROLL ENGINE & SCENE
================================================== */
.horizontal-scroll-container {
  height: calc(4450px + 100vh);
  position: relative;
  width: 100%;
}

.sticky-viewport {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: transparent;
  /* Shared Hero Safe-Zone Layout Tokens for all track layers */
  --hero-text-top: calc(50vh - 35px);
  --hero-text-bottom: calc(50vh + 115px);
  --hero-text-height: 150px;
  --img-h-base: clamp(120px, min(24.5vh, 16vw), calc(46vh - 100px));
}

/* Generic Track Layer */
.track-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

/* ==================================================
   FOREGROUND HERO DOODLES LAYER (z-index 10)
   Hand-drawn sketches filling empty hero spaces
================================================== */
.decorations-track {
  z-index: 10;
  pointer-events: none;
}

.doodle-node {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 10;
  opacity: 0.72;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.65));
  will-change: transform;
}

.doodle-node img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  filter: brightness(0.65) grayscale(45%);
  transform: scale(1.15);
  transform-origin: center center;
}

.doodle-pie img {
  transform: scale(1.30);
}

/* Doodle 01: Sparkle Star (Top Left, before couch photo) */
.doodle-star {
  width: clamp(48px, 5.2vw, 90px);
  aspect-ratio: 1024 / 1536;
  left: clamp(118px, 14.8vw, 285px);
  top: calc(var(--hero-text-top) - clamp(160px, 28vh, 275px));
  transform: rotate(-4deg);
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.65));
}

/* Doodle 02: Tulip Flower (Bottom Left, before Jagriti text) */
.doodle-flower {
  width: clamp(24px, 2.8vw, 48px);
  aspect-ratio: 731 / 1024;
  left: clamp(60px, 6.5vw, 110px);
  top: calc(var(--hero-text-top) + clamp(55px, 9vh, 95px));
  transform: rotate(-3deg);
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.65));
}

/* Doodle 03: Pineapple (Top Left, right of couch photo) */
.doodle-pineapple {
  width: clamp(30px, 3.2vw, 56px);
  aspect-ratio: 996 / 1579;
  left: clamp(370px, 41.0vw, 715px);
  top: calc(var(--hero-text-top) - clamp(52px, 9.5vh, 95px));
  transform: rotate(6deg);
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.65));
}

/* Doodle 04: Flowchart / Idea to People (Top Row, between couch and sticky notes) */
.doodle-flowchart {
  width: clamp(135px, 14.5vw, 248px);
  aspect-ratio: 1024 / 512;
  left: clamp(525px, 55.5vw, 1070px);
  top: calc(var(--hero-text-top) - clamp(95px, 17vh, 170px));
  transform: rotate(0deg);
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.65));
}

/* Doodle 05: Venn Diagram (Bottom Row, below UX Researche before Parsons) */
.doodle-pie {
  width: clamp(138px, 15.5vw, 265px);
  aspect-ratio: 1346 / 1169;
  left: clamp(220px, 26vw, 520px);
  top: calc(var(--hero-text-bottom) + clamp(25px, 4.8vh, 55px));
  transform: rotate(0deg);
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.65));
}

/* Doodle 06: Magnifying Glass (Top Row, right of sticky notes) */
.doodle-magnifier {
  width: clamp(42px, 4.6vw, 78px);
  aspect-ratio: 1024 / 877;
  left: clamp(865px, 90.5vw, 1730px);
  top: calc(var(--hero-text-top) - clamp(125px, 22vh, 220px));
  transform: rotate(8deg);
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.65));
}

/* Doodle 07: Insights Wireframe (Top Row, right of magnifying glass) */
.doodle-insights {
  width: clamp(148px, 16vw, 272px);
  aspect-ratio: 1536 / 1024;
  left: clamp(980px, 102vw, 1970px);
  top: calc(var(--hero-text-top) - clamp(120px, 21vh, 215px));
  transform: rotate(-2deg);
  opacity: 0.72;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.65));
}

/* Doodle 08: Folded Map EXPLORE (Bottom Row, right of Parsons) */
.doodle-map {
  width: clamp(105px, 11.5vw, 195px);
  aspect-ratio: 1024 / 724;
  left: clamp(840px, 88vw, 1700px);
  top: calc(var(--hero-text-bottom) + clamp(65px, 10vh, 115px));
  transform: rotate(-20deg);
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.65));
}

/* Doodle 09: Sleeping Cat (Bottom Row, next to folded map) */
.doodle-cat {
  width: clamp(52px, 5.6vw, 95px);
  aspect-ratio: 1024 / 546;
  left: clamp(950px, 99vw, 1920px);
  top: calc(var(--hero-text-bottom) + clamp(105px, 17vh, 185px));
  transform: rotate(0deg);
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.65));
}

/* Doodle 10: NYC Subway ACE Sign (Top Row, left of Deloitte) */
.doodle-ace {
  width: clamp(115px, 12vw, 205px);
  aspect-ratio: 1618 / 972;
  left: clamp(1200px, 126vw, 2440px);
  top: calc(var(--hero-text-top) - clamp(175px, 30vh, 305px));
  transform: rotate(-18deg);
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.65));
}


/* Doodle 12: Squiggly Wave Loop (Bottom Row, between snowball and bulb quote) */
.doodle-squiggle {
  width: clamp(92px, 9.8vw, 170px);
  aspect-ratio: 1024 / 705;
  left: clamp(1210px, 127vw, 2460px);
  top: calc(var(--hero-text-bottom) + clamp(42px, 7vh, 80px));
  transform: rotate(-12deg);
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.65));
}

/* Doodle 13: Problems Quote Lightbulb (Bottom Row, between squiggle and neon glasses) */
.doodle-bulb {
  width: clamp(130px, 14vw, 240px);
  aspect-ratio: 1536 / 1024;
  left: clamp(1510px, 158vw, 3060px);
  top: calc(var(--hero-text-bottom) + clamp(30px, 5vh, 58px));
  transform: rotate(0deg);
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.65));
}

/* Layer 2: Main Typography (z-index 2) */
.text-track {
  z-index: 2;
}

/* Layer 3: Foreground Photos & Badges (Travel -4000px, z-index 3) */
.photos-track {
  z-index: 3;
  /* Responsive Hero Safe-Zone Layout Tokens */
  --hero-text-top: calc(50vh - 35px);
  --hero-text-bottom: calc(50vh + 115px);
  --hero-text-height: 150px;
  --img-h-base: clamp(120px, min(24.5vh, 16vw), calc(46vh - 100px));

  --gap-a1: clamp(18px, 3.8vh, 48px);
  --gap-a2: clamp(22px, 4.6vh, 56px);
  --gap-a3: clamp(28px, 5.8vh, 70px);

  --gap-b1: clamp(20px, 4.0vh, 50px);
  --gap-b2: clamp(24px, 4.8vh, 60px);
  --gap-b3: clamp(16px, 3.4vh, 44px);
}

.hero-typography {
  position: absolute;
  top: calc(50% + 40px);
  left: 155px;
  transform: translateY(-50%);
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 150px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: -0.015em;
  margin: 0;
  padding: 0;
  user-select: none;
}

/* Base Art Node */
.art-node {
  position: absolute;
  user-select: none;
  pointer-events: auto;
}

.photos-track .art-node {
  will-change: transform;
}

.art-node img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* ==========================================
   SCATTERED ELEMENTS (RESPONSIVE SAFE-ZONE ENGINE)
========================================== */

/* 01: Jagriti smiling in blue shirt on couch (TOP - GROUP A) */
.el-red-sweater {
  --sweater-h: clamp(116px, calc(var(--img-h-base) * 0.98), calc((46vh - 100px) * 0.98));
  --sweater-w: calc(var(--sweater-h) * 1.342);
  top: calc(var(--hero-text-top) - var(--sweater-h) - var(--gap-a1) + clamp(10px, 1.4vh, 16px));
  left: clamp(180px, 21.5vw, 420px);
  width: var(--sweater-w);
  height: var(--sweater-h);
  border-radius: 12px;
  overflow: hidden;
  --rot: 0deg;
  --px: 0px;
  --py: 0px;
  transform: translate3d(var(--px), var(--py), 0) rotate(var(--rot));
  box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.45);
}

.el-red-sweater img {
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
}



/* 07: Deloitte building with employee badge (BOTTOM - GROUP B - Landscape) */
.el-key-tag {
  --deloitte-card-h: clamp(120px, min(24vh, calc(var(--img-h-base) * 1.05)), 225px);
  --deloitte-card-w: calc(var(--deloitte-card-h) * 1.3333);
  top: calc(var(--hero-text-bottom) + var(--gap-b1) - 4px);
  left: clamp(585px, 60.5vw, 1170px);
  width: var(--deloitte-card-w);
  height: var(--deloitte-card-h);
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  --rot: 0deg;
  --px: 0px;
  --py: 0px;
  transform: translate3d(var(--px), var(--py), 0) rotate(var(--rot));
  box-shadow: 0 18px 40px -10px rgba(0, 0, 0, 0.45);
}

.el-key-tag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
}

/* 06: Jagriti ideating on glass wall with sticky notes (TOP - GROUP A - Vertical Portrait) */
.el-red-chair {
  --chair-h: clamp(155px, min(30vh, calc(var(--img-h-base) * 1.20)), 278px);
  --chair-w: calc(var(--chair-h) * 0.756);
  top: calc(var(--hero-text-top) - var(--chair-h) - 8px);
  left: clamp(720px, 75vw, 1460px);
  width: var(--chair-w);
  height: var(--chair-h);
  border-radius: 12px;
  overflow: hidden;
  --rot: 0deg;
  --px: 0px;
  --py: 0px;
  transform: translate3d(var(--px), var(--py), 0) rotate(var(--rot));
  box-shadow: 0 20px 42px -10px rgba(0, 0, 0, 0.48);
}

.el-red-chair img {
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
}



/* 04: Jagriti in the snow holding a snowball (BOTTOM - GROUP B) */
.el-glasses-girl {
  --glasses-h: clamp(155px, min(30vh, calc(var(--img-h-base) * 1.20)), 275px);
  --glasses-w: calc(var(--glasses-h) * 0.783);
  top: calc(var(--hero-text-bottom) + var(--gap-b2) - 16px);
  left: clamp(1000px, 108vw, 2080px);
  width: var(--glasses-w);
  height: var(--glasses-h);
  border-radius: 12px;
  overflow: hidden;
  --rot: 0deg;
  --px: 0px;
  --py: 0px;
  transform: translate3d(var(--px), var(--py), 0) rotate(var(--rot));
  box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.48);
}

.el-glasses-girl img {
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
}

/* 08: Jagriti at Parsons School of Design (TOP - GROUP A - Vertical Portrait) */
.el-tesla-photo {
  --photo-h: clamp(155px, min(30vh, calc(var(--img-h-base) * 1.20)), 278px);
  --photo-w: calc(var(--photo-h) * 0.748);
  top: calc(var(--hero-text-top) - var(--photo-h) - 8px);
  left: clamp(1300px, 138vw, 2680px);
  width: var(--photo-w);
  height: var(--photo-h);
  border-radius: 12px;
  overflow: hidden;
  --rot: 0deg;
  --px: 0px;
  --py: 0px;
  transform: translate3d(var(--px), var(--py), 0) rotate(var(--rot));
  box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.48);
}

.el-tesla-photo img {
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
}





/* 02: Jagriti with pink neon glasses and light tube (BOTTOM - GROUP B - Vertical Portrait) */
.el-snow-deck {
  --snow-h: clamp(160px, min(31vh, calc(var(--img-h-base) * 1.25)), 285px);
  --snow-w: calc(var(--snow-h) * 0.62);
  top: calc(var(--hero-text-bottom) + 20px);
  left: clamp(1620px, 178vw, 3420px);
  width: var(--snow-w);
  height: var(--snow-h);
  border-radius: 12px;
  overflow: hidden;
  --rot: 0deg;
  --px: 0px;
  --py: 0px;
  transform: translate3d(var(--px), var(--py), 0) rotate(var(--rot));
  box-shadow: 0 24px 50px -12px rgba(0, 0, 0, 0.52);
}

.el-snow-deck img {
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
}

/* ==================================================
   HERO SCROLL TO EXPLORE INDICATOR
================================================== */
.scroll-explore-indicator {
  position: absolute;
  bottom: 3.5vh;
  left: 50%;
  --indicator-y: 0px;
  transform: translate(-50%, var(--indicator-y));
  z-index: 80;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  pointer-events: none;
  user-select: none;
  will-change: opacity, transform;
  opacity: 1;
}

.scroll-explore-mouse {
  width: 18px;
  height: 28px;
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.scroll-explore-wheel {
  width: 2.5px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  position: absolute;
  top: 5px;
  animation: scrollWheelPulse 2.2s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

@keyframes scrollWheelPulse {
  0%, 100% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.25;
    transform: translateY(5px);
  }
}

.scroll-explore-text {
  font-family: 'Geist Mono', monospace;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .hero-typography {
    font-size: clamp(68px, 19vw, 105px);
    left: clamp(20px, 5.5vw, 40px);
    top: calc(50% + 15px);
  }

  .sticky-viewport {
    --hero-text-top: calc(50vh - 35px);
    --hero-text-bottom: calc(50vh + 65px);
    --img-h-base: clamp(75px, 14vh, 120px);
  }

  .photos-track {
    --img-h-base: clamp(75px, 14vh, 120px);
    --gap-a1: 10px;
    --gap-a2: 12px;
    --gap-a3: 14px;
    --gap-b1: 10px;
    --gap-b2: 12px;
    --gap-b3: 10px;
  }

  /* Responsive Doodles scaling for tablets and phones (All 13 Doodles) - Positions locked 100% fixed */
  .doodle-star { width: clamp(34px, 7vw, 56px); }
  .doodle-flower { width: clamp(18px, 4vw, 32px); }
  .doodle-pineapple { width: clamp(22px, 4.5vw, 38px); }
  .doodle-flowchart { width: clamp(80px, 18vw, 140px); }
  .doodle-pie { width: clamp(98px, 20vw, 165px); }
  .doodle-magnifier { width: clamp(30px, 6.5vw, 48px); }
  .doodle-insights { width: clamp(100px, 22vw, 170px); }
  .doodle-map { width: clamp(75px, 16vw, 125px); }
  .doodle-cat { width: clamp(38px, 8vw, 62px); }
  .doodle-ace { width: clamp(75px, 16vw, 125px); }
  .doodle-squiggle { width: clamp(65px, 14vw, 110px); }
  .doodle-bulb { width: clamp(92px, 19vw, 155px); }

  .scroll-explore-indicator {
    bottom: max(2vh, env(safe-area-inset-bottom, 16px));
    transform: translate(-50%, var(--indicator-y)) scale(0.82);
    transform-origin: center center;
  }
}

@media (max-width: 480px) {
  .hero-typography {
    font-size: clamp(56px, 17.5vw, 84px);
    left: 16px;
  }

  .sticky-viewport {
    --hero-text-top: calc(50vh - 28px);
    --hero-text-bottom: calc(50vh + 55px);
    --img-h-base: clamp(65px, 12vh, 95px);
  }

  .photos-track {
    --img-h-base: clamp(65px, 12vh, 95px);
  }

  .doodle-star { width: clamp(34px, 8.5vw, 54px); }
  .doodle-flower { width: clamp(24px, 6vw, 38px); }
  .doodle-pineapple { width: clamp(28px, 7vw, 46px); }
  .doodle-flowchart { width: clamp(100px, 25vw, 165px); }
  .doodle-pie { width: clamp(102px, 25vw, 170px); }
  .doodle-magnifier { width: clamp(32px, 8vw, 52px); }
  .doodle-insights { width: clamp(96px, 24vw, 160px); }
  .doodle-map { width: clamp(92px, 23vw, 155px); }
  .doodle-cat { width: clamp(46px, 11.5vw, 75px); }
  .doodle-ace { width: clamp(92px, 23vw, 155px); }
  .doodle-squiggle { width: clamp(78px, 19.5vw, 130px); }
  .doodle-bulb { width: clamp(100px, 25vw, 168px); }
}

@media (max-width: 360px) {
  .hero-typography {
    font-size: 52px;
    left: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-explore-wheel {
    animation: none;
  }
}

/* ==================================================
   BLACK OVERLAP TRANSITION LAYER (TILTED TOP EDGE)
================================================== */
.black-transition-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Apple Liquid Glass: translucent smoky dark glass extending continuously downward */
  background:
    radial-gradient(ellipse 90% 40% at 50% 0%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%),
    linear-gradient(
      180deg,
      rgba(24, 24, 30, 0.46) 0%,
      rgba(18, 18, 22, 0.60) 20%,
      rgba(14, 14, 18, 0.72) 45%,
      rgba(14, 14, 18, 0.72) 65%,
      rgba(11, 11, 14, 0.82) 74%,
      rgba(7, 7, 9, 0.92) 82%,
      rgba(4, 4, 5, 0.98) 90%,
      #030304 95%,
      #030304 100%
    );
  backdrop-filter: blur(36px) saturate(190%) contrast(108%) brightness(92%);
  -webkit-backdrop-filter: blur(36px) saturate(190%) contrast(108%) brightness(92%);
  z-index: 90;
  pointer-events: auto;
  overflow: hidden;
  will-change: clip-path, backdrop-filter;
  clip-path: polygon(-5% 105%, 105% 105%, 105% 105%, -5% 105%);
  display: none;
}

/* Apple Liquid Glass Tilted Edge Specular Highlight */
.glass-edge-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 92;
  pointer-events: none;
  overflow: visible;
  display: none;
}

.transition-about-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: clamp(230px, 28vh, 310px) 0 0;
  box-sizing: border-box;
  will-change: transform;
}

.transition-about-container {
  max-width: 980px;
  width: 100%;
  text-align: left;
  padding: 0 48px;
  box-sizing: border-box;
}

.transition-section-tag {
  display: inline-block;
  font-family: 'Geist Mono', monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #8e8e93;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.transition-about-headline {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(34px, 4.6vw, 54px);
  font-weight: 500;
  line-height: 1.22;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}

.transition-about-sub {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(20px, 2.4vw, 29px);
  font-weight: 500;
  line-height: 1.48;
  color: #ffffff;
  max-width: 860px;
  letter-spacing: -0.01em;
}

/* Progressive Scroll-to-Highlight Text Animation */
.hl-word {
  display: inline-block;
  color: rgba(255, 255, 255, 0.22);
  transition: color 0.18s cubic-bezier(0.16, 1, 0.3, 1), text-shadow 0.18s ease;
  margin-right: 0.26em;
  will-change: color;
}

.hl-word:last-child {
  margin-right: 0;
}

.hl-word.active {
  color: #ffffff;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.22);
}

@media (prefers-reduced-motion: reduce) {
  .hl-word {
    color: #ffffff !important;
  }
}

/* Mobile Responsiveness: Phones Only (Desktop/Laptop strictly untouched) */
@media (max-width: 768px) {
  .transition-about-wrapper {
    padding: clamp(65px, 9vh, 85px) 0 0;
  }

  .transition-about-container {
    padding: 0 clamp(18px, 5.5vw, 24px);
    width: 100%;
    box-sizing: border-box;
  }

  .transition-about-headline {
    font-size: clamp(23px, 6.4vw, 30px);
    line-height: 1.25;
    letter-spacing: -0.025em;
    margin-bottom: 14px;
  }

  .transition-about-sub {
    font-size: clamp(14px, 3.8vw, 16.5px);
    line-height: 1.52;
    letter-spacing: -0.01em;
    max-width: 100%;
  }

  .two-band-marquee-section {
    margin-top: clamp(18px, 2.8vh, 26px) !important;
    padding: clamp(12px, 1.8vh, 18px) 0 !important;
    gap: 12px !important;
  }

  .marquee-logo-item {
    height: clamp(30px, 4.2vh, 38px) !important;
  }

  .marquee-logo-img {
    height: clamp(26px, 3.6vh, 34px) !important;
    max-height: clamp(26px, 3.6vh, 34px) !important;
    max-width: 130px !important;
  }

  .marquee-group {
    gap: clamp(28px, 7vw, 44px) !important;
    padding-right: clamp(28px, 7vw, 44px) !important;
  }
}

@media (max-width: 360px) {
  .transition-about-container {
    padding: 0 16px;
  }
  .transition-about-headline {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .transition-about-sub {
    font-size: 13.5px;
    line-height: 1.46;
  }
  .marquee-group {
    gap: 22px !important;
    padding-right: 22px !important;
  }
  .marquee-logo-img {
    max-width: 100px !important;
    height: 24px !important;
  }
}

/* ==================================================
   CONTINUOUS DARK DOCUMENT FLOW (SELECTED WORKS & FOOTER)
================================================== */
.dark-content-flow {
  background: transparent;
  color: #ffffff;
  position: relative;
  z-index: 95;
  width: 100%;
  margin-top: clamp(-130px, -11vh, -80px);
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.04) 20px,
    rgba(0, 0, 0, 0.16) 45px,
    rgba(0, 0, 0, 0.45) 75px,
    rgba(0, 0, 0, 0.80) 110px,
    rgba(0, 0, 0, 0.96) 140px,
    black 165px
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.04) 20px,
    rgba(0, 0, 0, 0.16) 45px,
    rgba(0, 0, 0, 0.45) 75px,
    rgba(0, 0, 0, 0.80) 110px,
    rgba(0, 0, 0, 0.96) 140px,
    black 165px
  );
}

.about-blur-to-black-blend {
  display: block;
  width: 100%;
  height: clamp(100px, 14vh, 180px);
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(3, 3, 4, 0.08) 20%,
    rgba(3, 3, 4, 0.30) 42%,
    rgba(3, 3, 4, 0.65) 68%,
    rgba(3, 3, 4, 0.92) 88%,
    #030304 100%
  );
  pointer-events: none;
}

@media (max-width: 768px) {
  .dark-content-flow {
    margin-top: -65px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 25px, black 65px);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 25px, black 65px);
  }

  .about-blur-to-black-blend {
    height: clamp(60px, 9vh, 90px);
  }
}

/* ==================================================
   TWO-BAND CONTINUOUS INFINITE LOGO MARQUEE
================================================== */
.two-band-marquee-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.4vh, 32px);
  margin-top: clamp(115px, 13.5vh, 150px);
  padding: clamp(20px, 2.4vh, 30px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: auto;
  user-select: none;
  background: transparent;
}

.marquee-band {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 0 14px 0;
  /* Smooth edge feathering so logos enter and exit seamlessly without harsh clipping */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%);
}

.marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  will-change: transform;
}

/* Upper Row: Moves continuously RIGHT -> LEFT */
.marquee-track-left {
  animation: marqueeScrollLeft 42s linear infinite;
}

/* Lower Row: Moves continuously LEFT -> RIGHT */
.marquee-track-right {
  animation: marqueeScrollRight 36.8s linear infinite;
}

.marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: clamp(56px, 6.5vw, 96px);
  padding-right: clamp(56px, 6.5vw, 96px);
}

.marquee-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: clamp(40px, 4.4vw, 58px);
}

.marquee-logo-img {
  height: clamp(32px, 3.5vw, 46px);
  width: auto;
  max-height: clamp(32px, 3.5vw, 46px);
  max-width: clamp(140px, 16vw, 200px);
  object-fit: contain;
  opacity: 0.92;
  transition: opacity 0.25s ease, transform 0.25s ease;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

.marquee-logo-item:hover .marquee-logo-img {
  opacity: 1;
}

/* Mathematical seamless loops: 0% to -50% for left, -50% to 0% for right */
@keyframes marqueeScrollLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes marqueeScrollRight {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* Respect user accessibility preferences */
@media (prefers-reduced-motion: reduce) {
  .marquee-track-left,
  .marquee-track-right {
    animation: none !important;
    transform: none !important;
  }
}

/* ============================================================
   CONTINUOUS DOTTED BACKGROUND CANVAS
   Spans seamlessly across:
   1. Beyond the Pixels
   2. Contact / Post-It Section
   ============================================================ */
.portfolio-dotted-flow {
  position: relative;
  width: 100%;
  background-color: #030304;
  background-image: 
    linear-gradient(
      to bottom,
      #030304 0%,
      rgba(3, 3, 4, 0.85) 15px,
      rgba(3, 3, 4, 0.40) 30px,
      transparent 50px
    ),
    linear-gradient(
      to top,
      #000000 0%,
      rgba(3, 3, 4, 0.94) 30px,
      rgba(3, 3, 4, 0.75) 65px,
      rgba(3, 3, 4, 0.40) 105px,
      rgba(3, 3, 4, 0.10) 145px,
      transparent 180px
    ),
    radial-gradient(rgba(255, 255, 255, 0.16) 1.1px, transparent 1.1px);
  background-size: 
    100% 50px,
    100% 180px,
    26px 26px;
  background-repeat: 
    no-repeat,
    no-repeat,
    repeat;
  background-position: 
    top left,
    bottom left,
    top left;
}

/* ==================================================
   SELECTED WORKS: PHYSICAL 4-CARD STACKING ENGINE
================================================== */
.works-stack-section {
  position: relative;
  width: 100%;
  height: calc(1170px + 100vh); /* Seamless scroll track */
  background-color: #030304;
}

.works-sticky-stage {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: clamp(118px, 15vh, 138px) clamp(16px, 2.5vw, 32px) clamp(16px, 2vh, 24px); /* Pinned with generous navbar gap as requested */
  box-sizing: border-box;
  background-color: #030304;
}

.works-stage-header {
  width: 92vw;
  max-width: 1360px;
  margin: 0 auto clamp(28px, 3.5vw, 44px) auto;
  padding: 0 4px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.works-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.7px;
  color: #ffffff;
  margin: 0;
  line-height: normal;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}

.works-badge {
  display: inline-flex;
  align-items: baseline;
  vertical-align: middle;
}

.works-badge-val {
  font-family: 'Geist Mono', monospace;
  font-size: 0.52em;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #71717a;
  vertical-align: middle;
}

.stack-viewport {
  position: relative;
  width: 92vw;
  max-width: 1360px;
  height: min(70vh, 620px);
  min-height: 440px;
  max-height: 620px;
  flex-shrink: 0;
}

@media (max-height: 720px) {
  .works-sticky-stage {
    padding-top: clamp(90px, 13vh, 105px);
    padding-bottom: 12px;
  }
  .stack-viewport {
    height: min(54vh, 380px);
    min-height: 300px;
    max-height: 380px;
  }
}

/* Responsive tuning for desktop 1025px-1650px on tall screens (>800px height): clean navbar clearance */
@media (min-width: 1025px) and (max-width: 1650px) and (min-height: 801px) {
  .works-stack-section {
    margin-top: -60px;
  }
  .works-sticky-stage {
    padding-top: clamp(108px, 13vh, 126px) !important;
  }
  .works-stage-header {
    margin-bottom: 28px !important;
    transform: translateY(0) !important;
  }
  .stack-viewport {
    transform: translateY(0) !important;
    height: min(65vh, 580px);
    max-height: 580px;
  }
}

/* Responsive tuning for ~1190x950 - ~1455x923 (1025px-1550px): guaranteed navbar clearance, clean gap, and elevated Beyond the Pixels */
@media (min-width: 1025px) and (max-width: 1550px) {
  .works-stack-section {
    margin-top: -90px;
  }
  .works-sticky-stage {
    padding-top: 108px !important;
  }
  .works-stage-header {
    margin-bottom: 28px !important;
    transform: translateY(0) !important;
  }
  .stack-viewport {
    margin-top: 0 !important;
    transform: translateY(0) !important;
    height: min(65vh, 580px);
    max-height: 580px;
  }
  .portfolio-dotted-flow {
    margin-top: -50px;
  }
  .beyond-pixels-section {
    padding-top: 15px;
  }
}

/* Responsive tuning for 769px-1024px on tall screens (>800px height, e.g. 1017x923 / 1019x985): balanced sweet spot */
@media (min-width: 769px) and (max-width: 1024px) and (min-height: 801px) {
  .works-stack-section {
    margin-top: -140px;
  }
  .works-sticky-stage {
    padding-top: 66px !important;
  }
  .works-stage-header {
    margin-bottom: 16px !important;
    transform: translateY(0) !important;
  }
  .stack-viewport {
    transform: translateY(0) !important;
    height: min(66vh, 600px);
    max-height: 600px;
  }
  .portfolio-dotted-flow {
    margin-top: 0 !important;
  }
  .beyond-pixels-section {
    padding-top: 80px !important;
  }
}

/* Responsive tuning for laptop / short screens (height <= 800px, width 1081px-1650px, e.g. 1174x739): downward clearance */
@media (min-width: 1081px) and (max-width: 1650px) and (max-height: 800px) {
  .works-stack-section {
    margin-top: 0;
  }
  .works-sticky-stage {
    padding-top: 102px !important;
  }
  .works-stage-header {
    margin-bottom: 18px !important;
    transform: translateY(0) !important;
  }
  .stack-viewport {
    transform: translateY(0) !important;
    height: min(60vh, 480px);
  }
}

/* Responsive tuning for ~999x739 (769px-1080px on short screens <=800px): navbar clearance */
@media (min-width: 769px) and (max-width: 1080px) and (max-height: 800px) {
  .works-stack-section {
    margin-top: 0;
  }
  .works-sticky-stage {
    padding-top: 88px !important;
  }
  .works-stage-header {
    margin-bottom: 16px !important;
    transform: translateY(0) !important;
  }
  .stack-viewport {
    transform: translateY(0) !important;
    height: min(62vh, 490px);
  }
}

/* Responsive tuning for ~1905x992 (1651px-2000px, or heights <= 1100px): navbar clearance */
@media (min-width: 1651px) and (max-width: 2000px),
       (min-width: 1651px) and (max-height: 1100px) {
  .works-stack-section {
    margin-top: -30px;
  }
  .works-sticky-stage {
    padding-top: 114px !important;
  }
  .works-stage-header {
    margin-bottom: 24px !important;
    transform: translateY(0) !important;
  }
  .stack-viewport {
    transform: translateY(0) !important;
  }
}

/* Responsive tuning for 2K / 4K ultra-wide tall displays (e.g. 2560x1664): navbar clearance */
@media (min-width: 2001px) and (min-height: 1101px) {
  .works-stack-section {
    margin-top: -80px;
  }
  .works-sticky-stage {
    padding-top: clamp(118px, 9vh, 138px) !important;
  }
  .works-stage-header {
    margin-bottom: 24px !important;
    transform: translateY(0) !important;
  }
  .stack-viewport {
    transform: translateY(0) !important;
  }
}

/* Individual Large Presentation Board Cards */
.project-stack-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111114;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 24px 60px -10px rgba(0, 0, 0, 0.85);
  will-change: transform;
  transform-origin: center top;
  display: flex;
  flex-direction: column;
}

/* Deterministic Z-Index Hierarchy & Natural Resting Spacing */
.project-stack-card.card-1 {
  z-index: 10;
  transform: translate3d(0, 0, 0);
}

.project-stack-card.card-2 {
  z-index: 20;
  transform: translate3d(0, calc(100% + 16px), 0);
}

.project-stack-card.card-3 {
  z-index: 30;
  transform: translate3d(0, calc(200% + 32px), 0);
}

/* Card 4 (Final card): Horizontal length matches Beyond the Pixels card (width: 92vw; max-width: 1360px) */
.project-stack-card.card-4 {
  z-index: 40;
  width: 100%;
  left: 0;
  height: calc(100% + 19px);
  transform: translate3d(0, calc(300% + 48px), 0);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  overflow: hidden;
}

/* Cards 1, 2, 3: Solid body, all identical standard dimensions */
.project-stack-card:not(.card-4) {
  width: 100%;
  left: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  overflow: visible;
}

.project-stack-card:not(.card-4) .card-inner {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  overflow: hidden;
}

/* Cards 1, 2, 3: Side borders on ::before that softly dissolve into solid color before reaching the bottom edge */
.project-stack-card:not(.card-4)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
  z-index: 6;
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000000 0%,
    #000000 calc(100% - 90px),
    rgba(0, 0, 0, 0.70) calc(100% - 55px),
    rgba(0, 0, 0, 0.20) calc(100% - 25px),
    transparent calc(100% - 5px)
  );
  mask-image: linear-gradient(
    to bottom,
    #000000 0%,
    #000000 calc(100% - 90px),
    rgba(0, 0, 0, 0.70) calc(100% - 55px),
    rgba(0, 0, 0, 0.20) calc(100% - 25px),
    transparent calc(100% - 5px)
  );
}

/* Cards 1, 2, 3: Solid bottom dissolve overlay that extends 32px below the card to fill the 16px gap with pure #111114 */
.project-stack-card:not(.card-4)::after {
  content: '';
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  height: 140px;
  background: linear-gradient(
    to bottom,
    rgba(17, 17, 20, 0) 0%,
    rgba(17, 17, 20, 0.45) 30%,
    #111114 65%,
    #111114 100%
  );
  pointer-events: none;
  z-index: 5;
}

/* Interior Two-Column Composition */
.card-inner {
  display: flex;
  width: 100%;
  height: 100%;
  padding: clamp(20px, 3.2vh, 42px) clamp(28px, 3.6vw, 56px);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  box-sizing: border-box;
}

/* Alternating Editorial Layout:
   Card 1 (odd): Text on Left, Image on Right
   Card 2 (even): Image on Left, Text on Right
   Card 3 (odd): Text on Left, Image on Right
   Card 4 (even): Image on Left, Text on Right */
.project-stack-card:nth-child(even) .card-inner {
  flex-direction: row-reverse;
}

.card-col-info {
  flex: 1.15;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-width: 0;
  text-align: left;
}

.card-title {
  font-family: 'Neudron', -apple-system, BlinkMacSystemFont, 'Anton', 'Oswald', sans-serif;
  font-size: clamp(38px, 5.2vw, 76px);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.90;
  letter-spacing: -0.015em;
  margin: 0 0 clamp(14px, 2vh, 22px) 0;
  background-image: linear-gradient(135deg, #ffffff 0%, #f7d6e0 45%, #eac8dc 75%, #d6b8dc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  will-change: background-image;
}

.card-desc {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: clamp(15.5px, 1.4vw, 21px);
  line-height: 1.48;
  color: rgba(255, 255, 255, 0.92);
  max-width: 560px;
  margin: 0 0 clamp(20px, 2.8vh, 32px) 0;
}

.card-cta-row {
  display: flex;
  align-items: center;
}

.card-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  color: #000000;
  padding: 9px 22px;
  border-radius: 9999px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease, box-shadow 0.2s ease;
}

.card-cta-btn:hover {
  transform: translateY(-2px);
  background-color: #ffd8e4;
  box-shadow: 0 8px 24px rgba(255, 216, 228, 0.3);
}

.card-cta-btn svg {
  transition: transform 0.2s ease;
}

.card-cta-btn:hover svg {
  transform: translate(2px, -2px);
}

.card-col-media {
  flex: 0.95;
  height: 100%;
  max-height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: #1a1a1d;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

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

/* Tablet & Mobile Responsiveness */
@media (max-width: 1024px) {
  .stack-viewport {
    height: 80vh;
  }
  .card-inner {
    padding: 32px;
    gap: 32px;
  }
  .card-title {
    font-size: clamp(28px, 4vw, 48px);
  }
}

@media (max-width: 768px) {
  .works-stack-section {
    margin-top: -30px;
  }

  .works-sticky-stage {
    padding-top: clamp(68px, 8.5vh, 78px) !important;
    padding-bottom: clamp(10px, 1.8vh, 16px);
    padding-left: clamp(12px, 3.5vw, 20px);
    padding-right: clamp(12px, 3.5vw, 20px);
    justify-content: flex-start;
  }

  .works-stage-header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto clamp(12px, 2vh, 18px) auto !important;
    padding: 0 4px;
    transform: translateY(0) !important;
  }

  .works-title {
    font-size: clamp(32px, 6.8vw, 48px);
    font-weight: 400;
    letter-spacing: -0.7px;
    line-height: normal;
    color: #ffffff;
  }

  .stack-viewport {
    width: 100%;
    max-width: 100%;
    height: calc(100vh - clamp(90px, 12vh, 115px));
    max-height: calc(100dvh - clamp(90px, 12vh, 115px));
    transform: translateY(0) !important;
  }

  .project-stack-card {
    border-radius: 18px;
  }

  .card-inner {
    flex-direction: column !important;
    padding: clamp(16px, 4.2vw, 22px);
    gap: clamp(12px, 2vh, 18px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .card-col-info {
    flex: none;
    width: 100%;
    height: auto;
  }

  .card-tag {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .card-title {
    font-size: clamp(20px, 5.2vw, 26px);
    line-height: 1.22;
    margin-bottom: 10px;
  }

  .card-desc {
    font-size: clamp(13px, 3.6vw, 15px);
    line-height: 1.48;
    margin-bottom: 14px;
  }

  .card-meta-list {
    gap: 12px;
    margin-bottom: 14px;
  }

  .card-col-media {
    flex: none;
    width: 100%;
    height: clamp(140px, 22vh, 200px);
    border-radius: 12px;
    overflow: hidden;
  }

  .card-media-img {
    object-fit: cover;
    border-radius: 12px;
  }
}

@media (max-width: 360px) {
  .works-sticky-stage {
    padding: 52px 10px 10px;
  }
  .card-inner {
    padding: 14px;
    gap: 10px;
  }
  .card-title {
    font-size: 19px;
  }
  .card-desc {
    font-size: 12.5px;
  }
  .card-col-media {
    height: 130px;
  }
}

/* Responsive tuning for ~390x950 - ~762x923 (350px-780px on tall screens): shifted upward more with fixed position, solid black */
@media (min-width: 350px) and (max-width: 780px) and (min-height: 750px) {
  .black-transition-layer {
    background: #000000 !important;
    background-color: #000000 !important;
  }

  .two-band-marquee-section {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .dark-content-flow {
    margin-top: -300px !important;
    background: #000000 !important;
    background-color: #000000 !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    border: none !important;
    position: relative !important;
    z-index: 95 !important;
  }

  .about-blur-to-black-blend {
    display: none !important;
  }

  .glass-edge-svg {
    display: none !important;
  }

  .works-stack-section {
    position: relative !important;
    margin-top: -520px !important;
    height: calc(1600px + 100vh) !important;
    background: #000000 !important;
    background-color: #000000 !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    z-index: 96 !important;
  }

  .works-sticky-stage {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    padding-top: 58px !important;
    padding-bottom: 8px !important;
    padding-left: clamp(14px, 3.8vw, 24px) !important;
    padding-right: clamp(14px, 3.8vw, 24px) !important;
    justify-content: flex-start !important;
    background: #000000 !important;
    background-color: #000000 !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
  }

  .works-stage-header {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 8px auto !important;
    padding: 0 4px !important;
    transform: none !important;
  }

  .works-title {
    font-size: clamp(32px, 6.8vw, 48px) !important;
    font-weight: 400 !important;
    letter-spacing: -0.7px !important;
    color: #ffffff !important;
    margin: 0 !important;
    line-height: normal !important;
  }

  .stack-viewport {
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    margin-top: 0 !important;
    height: clamp(600px, calc(400px + 48vw), 772px) !important;
    max-height: calc(100dvh - 96px) !important;
  }

  .project-stack-card {
    height: 100% !important;
    border-radius: 18px !important;
  }

  .project-stack-card.card-4 {
    height: calc(100% + 19px) !important;
    border-radius: 18px !important;
  }

  .project-stack-card .card-inner {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding: clamp(16px, 3.4vw, 24px) !important;
    gap: clamp(10px, 1.6vw, 16px) !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .project-stack-card .card-col-info {
    flex: none !important;
    width: 100% !important;
    height: auto !important;
  }

  .project-stack-card .card-title {
    font-size: clamp(20px, 4.2vw, 28px) !important;
    line-height: 1.2 !important;
    margin-bottom: clamp(6px, 1.2vw, 10px) !important;
  }

  .project-stack-card .card-desc {
    font-size: clamp(12.5px, 2.6vw, 15px) !important;
    line-height: 1.42 !important;
    margin-bottom: clamp(8px, 1.4vw, 14px) !important;
  }

  .project-stack-card .card-col-media {
    flex: 1 1 0% !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  .project-stack-card .card-media-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  .portfolio-dotted-flow {
    position: relative !important;
    z-index: 98 !important;
    margin-top: 0 !important;
  }

  .beyond-pixels-section {
    position: relative !important;
    margin-top: 0 !important;
    padding-top: 85px !important;
  }

  .beyond-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-bottom: clamp(10px, 2vw, 14px) !important;
    transform: none !important;
  }
}

/* Responsive tuning specifically for ~774x929: lower Beyond the Pixels to increase gap below last card */
@media (min-width: 750px) and (max-width: 800px) and (min-height: 850px) and (max-height: 1000px) {
  .portfolio-dotted-flow {
    margin-top: 0 !important;
  }
  .beyond-pixels-section {
    padding-top: 95px !important;
  }
  .beyond-header {
    margin-top: 15px !important;
  }
}

/* Responsive tuning specifically for ~590x929: shift Beyond the Pixels upward a bit */
@media (min-width: 520px) and (max-width: 660px) and (min-height: 800px) {
  .portfolio-dotted-flow {
    margin-top: -45px !important;
  }
  .beyond-pixels-section {
    padding-top: 25px !important;
  }
  .beyond-header {
    margin-top: 0 !important;
  }
}

/* Responsive tuning specifically for ~480x929: shift Beyond the Pixels upward a bit */
@media (min-width: 440px) and (max-width: 519px) and (min-height: 750px) {
  .portfolio-dotted-flow {
    margin-top: -70px !important;
  }
  .beyond-pixels-section {
    padding-top: 15px !important;
  }
  .beyond-header {
    margin-top: 0 !important;
  }
}

/* Responsive tuning specifically for ~400x929: shift Beyond the Pixels upward a bit */
@media (min-width: 370px) and (max-width: 439px) and (min-height: 750px) {
  .portfolio-dotted-flow {
    margin-top: -90px !important;
  }
  .beyond-pixels-section {
    padding-top: 15px !important;
  }
}

/* Responsive tuning specifically for iPad Mini (~768x1024): shift Selected Works and Beyond the Pixels upward */
@media (min-width: 760px) and (max-width: 775px) and (min-height: 1000px) and (max-height: 1060px) {
  .works-stack-section {
    margin-top: -560px !important;
  }
  .works-sticky-stage {
    padding-top: 42px !important;
  }
  .portfolio-dotted-flow {
    margin-top: -35px !important;
  }
  .beyond-pixels-section {
    padding-top: 45px !important;
  }
  .beyond-header {
    margin-top: 0 !important;
  }
}

/* Responsive tuning specifically for iPad Pro 13 (~1032x1376): shift Selected Works and Beyond the Pixels */
@media (min-width: 1020px) and (max-width: 1045px) and (min-height: 1300px) {
  .dark-content-flow {
    margin-top: -260px !important;
  }
  .works-stack-section {
    margin-top: -460px !important;
  }
  .works-sticky-stage {
    padding-top: 60px !important;
  }
  .works-stage-header {
    margin-bottom: 14px !important;
  }
  .portfolio-dotted-flow {
    position: relative !important;
    z-index: 98 !important;
    margin-top: -510px !important;
  }
  .beyond-pixels-section {
    padding-top: 0 !important;
  }
  .beyond-header {
    margin-top: -25px !important;
  }
}

/* Responsive tuning specifically for Surface Pro 10 (~960x1440): shift Selected Works and Beyond the Pixels upward */
@media (min-width: 940px) and (max-width: 980px) and (min-height: 1350px) {
  .dark-content-flow {
    margin-top: -440px !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
  .works-stack-section {
    margin-top: -680px !important;
  }
  .works-sticky-stage {
    padding-top: 92px !important;
  }
  .works-stage-header {
    margin-bottom: 12px !important;
  }
  .portfolio-dotted-flow {
    position: relative !important;
    z-index: 98 !important;
    margin-top: -540px !important;
  }
  .beyond-pixels-section {
    padding-top: 0 !important;
  }
  .beyond-header {
    margin-top: -25px !important;
  }
}




/* ==================================================
   PLAYFUL BRAND FOOTER (AKRITI-STYLE WOBBLY JAGRITI)
   ================================================== */
.footer-section {
  width: 100%;
  background-color: #000000;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-top: none;
}

.footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  min-height: min-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(50px, 6vh, 80px) clamp(24px, 4vw, 56px) clamp(24px, 3vh, 36px);
  box-sizing: border-box;
}

.footer-top-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 32px;
}

.footer-collab-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 560px;
}

.footer-signature-wrap {
  display: inline-block;
  margin-bottom: clamp(16px, 2vh, 24px);
  margin-left: -10px;
}

.footer-signature-img {
  width: clamp(290px, 28vw, 420px);
  height: auto;
  display: block;
}

.footer-collab-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-collab-text p {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: -0.01em;
  margin: 0;
}

.footer-cta-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 14px;
}

.footer-cta-link-wrap {
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: visible;
  padding-bottom: 2px;
}

.footer-cta-title {
  font-family: 'Londrina Solid', sans-serif;
  font-size: clamp(38px, 4.2vw, 56px);
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  color: #ffffff;
  display: block;
}

.footer-cta-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ffffff;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-cta-link-wrap:hover .footer-cta-line {
  transform: scaleX(0);
  transform-origin: right;
}

.footer-cta-mail-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.footer-cta-mail-label {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.72;
}

.footer-cta-email {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}

.footer-cta-email:hover {
  opacity: 0.75;
}

/* Wobbly JAGRITI Center Stage */
.footer-wobbly-stage {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(36px, 5.5vh, 70px) 0 clamp(16px, 2.5vh, 32px);
  overflow: visible;
  user-select: none;
}

.footer-wobbly-title {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  white-space: pre;
  font-family: 'Londrina Solid', sans-serif;
  font-size: clamp(64px, 17.8vw, 340px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 0.92em;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.wobbly-char {
  display: inline-block;
  transform-origin: 50% 70%;
  will-change: transform, border-radius, -webkit-text-stroke-width;
  color: rgb(255, 249, 242);
  -webkit-text-fill-color: rgb(255, 249, 242);
  -webkit-text-stroke-color: rgb(255, 249, 242);
  -webkit-text-stroke-width: 8px;
  border-radius: 4px;
  transition-property: transform, border-radius, -webkit-text-stroke-width;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
}

.footer-bottom-copy {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.footer-copyright-text {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: rgb(255, 249, 242);
  letter-spacing: -0.01em;
  margin: 0;
  opacity: 0.9;
}

@media (max-width: 810px) {
  .footer-top-nav {
    flex-direction: column;
    gap: 36px;
  }
  .footer-collab-block {
    width: 100%;
  }
  .footer-cta-col {
    align-items: flex-start;
    text-align: left;
  }
  .footer-cta-mail-wrap {
    align-items: flex-start;
  }
  .footer-wobbly-title {
    font-size: clamp(52px, 16vw, 120px);
    letter-spacing: 0.03em;
  }
  .wobbly-char {
    -webkit-text-stroke-width: 4px;
  }
}

@media (max-width: 768px) {
  .footer-inner {
    padding: clamp(36px, 5vh, 50px) clamp(16px, 4.5vw, 24px) clamp(20px, 3vh, 28px);
  }

  .footer-wobbly-stage {
    padding: clamp(20px, 3vh, 32px) 4px clamp(16px, 2.5vh, 24px);
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .footer-wobbly-title {
    font-size: clamp(40px, 14.2vw, 84px);
    letter-spacing: 0.02em;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
  }

  .wobbly-char {
    -webkit-text-stroke-width: clamp(2.5px, 0.8vw, 3.5px);
    transform-origin: center center;
  }
}

@media (max-width: 360px) {
  .footer-wobbly-title {
    font-size: 38px;
    letter-spacing: 0.01em;
  }
  .wobbly-char {
    -webkit-text-stroke-width: 2px;
  }
}



/* ============================================================
   BEYOND THE PIXELS SECTION
   ============================================================ */
.beyond-pixels-section {
  position: relative;
  width: 100%;
  padding: clamp(30px, 4vh, 55px) 0 clamp(80px, 12vh, 140px);
  background-color: transparent;
  box-sizing: border-box;
}

.beyond-pixels-container {
  width: 92vw;
  max-width: 1360px;
  margin: 0 auto;
}

.beyond-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: clamp(28px, 3.5vw, 44px);
}

.beyond-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.7px;
  color: #ffffff;
  margin: 0;
  line-height: normal;
}

.beyond-pixels-stage {
  width: 100%;
  height: clamp(540px, 58vh, 580px);
  background-color: #111113;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px -10px rgba(0, 0, 0, 0.8), 0 0 1px 1px rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}

/* Left side editorial content overlay */
.beyond-info-overlay {
  position: absolute;
  left: clamp(28px, 4.2vw, 60px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(280px, 42%, 480px);
  margin: 0;
  pointer-events: auto;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}

.beyond-subtitle {
  font-family: 'Kalam', cursive, sans-serif;
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.65;
  color: #c4c4c8;
  margin: 0;
  width: 100%;
}

.beyond-note {
  margin: 0;
  color: #d4a373;
  font-family: 'Kalam', cursive, sans-serif;
  font-weight: 400;
  font-size: clamp(21px, 1.85vw, 26px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.beyond-illustration {
  width: 100%;
  max-width: 340px;
  min-height: 72px;
  display: grid;
  grid-template-columns: 82px 79px 56px 84px;
  align-items: center;
  justify-content: start;
  column-gap: 12px;
  pointer-events: none;
}

.beyond-illustration img {
  display: block;
  max-width: none;
  flex: 0 0 auto;
  object-fit: contain;
}

.beyond-illustration__camera {
  width: 82px;
  height: 74px;
  transform: rotate(-9.39deg);
}

.beyond-illustration__film-roll {
  width: 79px;
  height: 58px;
  transform: translateY(4px) rotate(8.21deg);
}

.beyond-illustration__flower {
  width: 56px;
  height: 56px;
}

.beyond-illustration__notebook {
  width: 84px;
  height: 60px;
  transform: translateY(2px) rotate(-9.69deg);
}

/* 3D Museum Stage Gallery (Continuous Vertical Loop) */
.museum-stage {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  pointer-events: none;
}

.museum-stage::before,
.museum-stage::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 105px;
  z-index: 10;
  pointer-events: none;
}

.museum-stage::before {
  top: 0;
  background: linear-gradient(to bottom, #111113 14%, transparent 100%);
}

.museum-stage::after {
  bottom: 0;
  background: linear-gradient(to top, #111113 14%, transparent 100%);
}

.wrapper-3d {
  position: relative;
  perspective: 750px;
  transform-style: preserve-3d;
  pointer-events: auto;
  width: clamp(260px, 24vw, 325px);
}

.fold {
  overflow: hidden;
  width: 100%;
  height: 215px;
  background: transparent;
  position: relative;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.fold-top {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  transform-origin: bottom center;
  transform: rotateX(-70deg);
}

.fold-bottom {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform-origin: top center;
  transform: rotateX(70deg);
}

.fold-align {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.fold-top .fold-align {
  transform: translateY(100%);
}

.fold-bottom .fold-align {
  transform: translateY(-100%);
}

.fold-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 8px;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.ticker-image-wrapper {
  width: 100%;
  aspect-ratio: 1.4;
  overflow: hidden;
  border-radius: 10px;
  mask-image: radial-gradient(white, black);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.55);
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.ticker-image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Tablet & Mobile Responsiveness for Beyond the Pixels */
@media (max-width: 1024px) {
  .beyond-pixels-stage {
    height: auto;
    min-height: 680px;
    display: flex;
    flex-direction: column;
    padding: 36px 20px;
  }

  .beyond-info-overlay {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    margin-bottom: 36px;
  }

  .beyond-note {
    white-space: normal;
  }

  .museum-stage {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 380px;
  }

  .wrapper-3d {
    width: min(72vw, 290px);
  }
}

@media (max-width: 768px) {
  .beyond-pixels-section {
    padding: clamp(24px, 3.5vh, 42px) 0 clamp(50px, 8vh, 70px);
  }

  .beyond-pixels-container {
    width: 92vw;
  }

  .beyond-pixels-stage {
    padding: clamp(24px, 5vw, 32px) clamp(16px, 4vw, 24px);
    border-radius: 20px;
  }

  .beyond-title {
    font-size: clamp(32px, 6.8vw, 48px);
    font-weight: 400;
    letter-spacing: -0.7px;
    line-height: normal;
    color: #ffffff;
  }

  .beyond-info-overlay {
    margin-bottom: 24px;
    gap: 18px;
  }

  .beyond-subtitle {
    font-size: clamp(14.5px, 3.8vw, 17px);
  }

  .beyond-note {
    font-size: clamp(18px, 4.8vw, 22px);
  }

  .beyond-illustration {
    width: 100%;
    max-width: 290px;
    grid-template-columns: 58px 55px 38px 60px;
    column-gap: clamp(6px, 2vw, 10px);
  }

  .beyond-illustration__camera { width: 58px; height: 52px; }
  .beyond-illustration__film-roll { width: 55px; height: 40px; }
  .beyond-illustration__flower { width: 38px; height: 38px; }
  .beyond-illustration__notebook { width: 60px; height: 42px; }

  .museum-stage {
    height: clamp(290px, 38vh, 340px);
  }

  .wrapper-3d {
    width: min(78vw, 260px);
  }
}

@media (max-width: 360px) {
  .beyond-illustration {
    grid-template-columns: 50px 48px 32px 52px;
    column-gap: 5px;
  }
  .beyond-illustration__camera { width: 50px; height: 45px; }
  .beyond-illustration__film-roll { width: 48px; height: 35px; }
  .beyond-illustration__flower { width: 32px; height: 32px; }
  .beyond-illustration__notebook { width: 52px; height: 36px; }
  .wrapper-3d {
    width: min(84vw, 230px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fold-content {
    will-change: auto;
  }
}

/* ============================================================
   CONTACT / POST-IT SECTION
   ============================================================ */
.contact-postit-section {
  position: relative;
  width: 100%;
  background-color: transparent;
  padding: clamp(90px, 12vh, 150px) clamp(16px, 3vw, 36px) clamp(80px, 10vh, 130px);
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-postit-container {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Stage wrapper for post-it note */
.contact-postit-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(42px, 5.5vh, 68px);
  perspective: 900px;
}

/* Realistic yellow post-it note */
.contact-postit-note {
  position: relative;
  width: clamp(230px, 21vw, 275px);
  aspect-ratio: 1 / 1.05;
  background: linear-gradient(180deg, #f8e56b 0%, #fae878 14%, #faea80 100%);
  border-radius: 4px 4px 6px 3px;
  padding: 22px 20px 20px 24px;
  box-sizing: border-box;
  transform-origin: center center;
  transform: rotate(-5.5deg) translate3d(0, 0, 0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28), 5px 14px 28px -4px rgba(0, 0, 0, 0.7), 0 0 1px rgba(0, 0, 0, 0.35);
  cursor: default;
  user-select: none;
  will-change: transform, box-shadow;
  transition: box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-postit-note.is-lifted {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.28), 8px 22px 38px -4px rgba(0, 0, 0, 0.8), 0 0 2px rgba(0, 0, 0, 0.4);
}

/* Subtle top adhesive strip */
.contact-postit-tape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 26px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(to bottom, rgba(225, 192, 45, 0.45) 0%, transparent 100%);
  pointer-events: none;
}

/* Subtle horizontal writing guidelines */
.contact-postit-lines {
  position: absolute;
  top: 58px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  pointer-events: none;
  background-image: repeating-linear-gradient(to bottom, transparent, transparent 24px, rgba(30, 58, 138, 0.08) 25px);
}

/* Note interior handwritten text */
.contact-postit-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.contact-postit-heading {
  font-family: 'Lazy Dog', cursive, sans-serif;
  font-size: clamp(21px, 1.85vw, 25px);
  font-weight: 400;
  color: #1e3a8a;
  margin: 0 0 14px 0;
  letter-spacing: -0.01em;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: rgba(30, 58, 138, 0.7);
}

.contact-postit-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.contact-postit-item {
  font-family: 'Lazy Dog', cursive, sans-serif;
  font-size: clamp(17px, 1.55vw, 20.5px);
  color: #1e3a8a;
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1.25;
}

.contact-postit-bullet {
  font-weight: 600;
  color: #1e3a8a;
  flex-shrink: 0;
}

.contact-postit-text {
  flex: 1;
}

.contact-postit-item.is-done .contact-postit-text {
  position: relative;
  text-decoration: line-through;
  text-decoration-color: #1e3a8a;
  text-decoration-thickness: 2px;
  opacity: 0.88;
}

/* Main Headline */
.contact-postit-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 820px;
}

.contact-postit-headline {
  font-family: 'Exposure Trial', Georgia, serif;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 400;
  color: #f5f5f7;
  line-height: 1.14;
  letter-spacing: -0.025em;
  text-transform: lowercase;
  margin: 0 0 clamp(16px, 2vh, 22px) 0;
}

/* Supporting text */
.contact-postit-subtext {
  font-family: 'Google Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(15px, 1.2vw, 18px);
  color: #8e8e93;
  letter-spacing: -0.01em;
  margin: 0 0 clamp(26px, 3.2vh, 38px) 0;
}

/* Minimal Social Icons */
.contact-postit-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.contact-postit-social-btn {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e4e4e7;
  text-decoration: none;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-postit-social-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .contact-postit-section {
    padding: clamp(60px, 8vh, 80px) clamp(16px, 4.5vw, 24px) clamp(60px, 8vh, 80px);
  }

  .contact-postit-stage {
    margin-bottom: clamp(28px, 4vh, 38px);
  }

  .contact-postit-note {
    width: clamp(215px, 64vw, 255px);
    padding: 18px 16px 16px 20px;
  }

  .contact-postit-heading {
    font-size: clamp(19px, 5vw, 22px);
    margin-bottom: 10px;
  }

  .contact-postit-item {
    font-size: clamp(15px, 4vw, 17.5px);
    gap: 6px;
  }

  .contact-postit-headline {
    font-size: clamp(2.1rem, 7.8vw, 3rem);
    line-height: 1.16;
    margin-bottom: 14px;
  }

  .contact-postit-subtext {
    font-size: clamp(14px, 3.8vw, 16px);
    line-height: 1.48;
    margin-bottom: 24px;
  }

  .contact-postit-socials {
    gap: 12px;
  }

  .contact-postit-social-btn {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 360px) {
  .contact-postit-headline {
    font-size: 1.85rem;
  }
  .contact-postit-note {
    width: 205px;
    padding: 16px 14px 14px 18px;
  }
  .contact-postit-heading {
    font-size: 18px;
  }
  .contact-postit-item {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-postit-note {
    transform: rotate(-5.5deg) !important;
    transition: none !important;
  }
}
/* ============================================================
   EXPLORE GALLERY CTA BUTTON (Beyond the Pixels Section)
   ============================================================ */
.beyond-gallery-action {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: clamp(32px, 4.5vh, 52px);
  position: relative;
  z-index: 6;
}

.explore-gallery-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #D0BCFF;
  color: #111111;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 32px;
  height: 48px;
  border-radius: 9999px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(208, 188, 255, 0.25);
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease, box-shadow 0.22s ease;
  cursor: pointer;
  user-select: none;
}

.explore-gallery-btn:hover {
  background-color: #dfd0ff;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6), 0 0 20px rgba(208, 188, 255, 0.35);
}

.explore-gallery-btn:active {
  transform: translateY(0) scale(0.98);
}

.explore-gallery-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.explore-gallery-btn:hover .explore-gallery-btn__icon {
  transform: translateX(4px);
}

/* ============================================================
   BEYOND PIXELS: SOCIAL CONNECT BLOCK ("Drop me a 'Hi'")
   ============================================================ */
.beyond-connect-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: clamp(48px, 6.5vh, 72px);
  margin-bottom: clamp(16px, 2vh, 28px);
  position: relative;
  z-index: 6;
}

.beyond-connect-text {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 500;
  color: #f5f5f7;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin: 0 0 clamp(24px, 3.2vh, 38px) 0;
}

.beyond-connect-hi {
  color: #D0BCFF;
}

.beyond-connect-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 4.5vw, 68px);
}

.beyond-connect-btn {
  width: clamp(50px, 4.5vw, 58px);
  height: clamp(50px, 4.5vw, 58px);
  background-color: #D0BCFF;
  border-radius: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(208, 188, 255, 0.25);
  transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1),
              background-color 0.2s ease,
              box-shadow 0.24s ease,
              color 0.2s ease;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.beyond-connect-btn:hover {
  background-color: #dfd0ff;
  color: #000000;
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 24px rgba(208, 188, 255, 0.45);
}

.beyond-connect-btn:active {
  transform: translateY(-1px) scale(0.98);
}

.beyond-connect-btn .connect-icon {
  display: block;
  color: #111111;
  transition: transform 0.2s ease;
}

.beyond-connect-btn:hover .connect-icon {
  transform: scale(1.08);
}


