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

html { 
  scroll-behavior: smooth; 
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #ffffff;
  background-color: #121212;
  overflow-x: hidden;
}

body.menu-open { 
  overflow: hidden; 
}

/* ==========================================
   2. UPDATED & FIXED ABOUT SECTION (WHITE BG)
   ========================================== */
.about-section {
  position: relative;
  width: 100%;
  min-height: 85vh;
  background-color: #ffffff;
  color: #121212;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem;
  overflow: hidden;
  box-sizing: border-box;
}

.about-statement {
  position: relative;
  z-index: 2;
  max-width: 780px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.03em;
  text-align: center;
  color: #242424;
  margin: 0;
}

.about-highlight {
  background: linear-gradient(to right, #111111, #555555);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

/* ==========================================
   1. HERO SECTION
   ========================================== */
.hero {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 124px 4vw 2.5rem;
  isolation: isolate;
  background: #000000;
  overflow: hidden;
}

/* Full-bleed project photo strip, top-aligned so shorter/landscape
   images sit higher and taller portraits run further down */
.hero-gallery {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 0 4vw;
}

.hero-gallery-track {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hero-gallery-track::-webkit-scrollbar { display: none; }

.hero-gallery-item {
  flex: 0 0 auto;
  width: clamp(150px, 13vw, 190px);
  scroll-snap-align: start;
}
.hero-gallery-item img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
  filter: grayscale(20%) brightness(0.92);
  transition: filter 0.4s ease;
}
.hero-gallery-item:hover img {
  filter: grayscale(0%) brightness(1);
}

.hero-gallery-caption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 1.1rem;
}

.hero-gallery-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.hero-gallery-sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #7a7a7a;
}

.hero-gallery-dots {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0;
}
.hero-dot {
  width: 6px;
  height: 6px;
  background: #5a5a5a;
  border-radius: 1px;
}

/* Giant wordmark + info card */
.hero-wordmark-row {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 1rem;
}

.hero-wordmark {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(6rem, 22vw, 15rem);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}

.hero-info-card {
  flex-shrink: 0;
  width: clamp(320px, 34vw, 520px);
  display: flex;
  flex-direction: row;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  position: absolute;
  right: 4vw;
  top: 0.5rem;
}

.hero-info-item {
  flex: 1;
  min-width: 0;
  padding: 1.1rem 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.hero-info-item:last-child { border-right: none; }

.hero-info-title {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.hero-info-desc {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: #8a8a8a;
  margin: 0;
}

.hero-bottom-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}

.hero-lede {
  position: relative; /* Required for positioning sparkles */
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.85rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #b8b8b8;
  max-width: 640px;
  margin: 0;
}

.hero-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1.6rem;
  background: #ffffff;
  color: #0d0d0d;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  flex-shrink: 0;
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.hero-cta-btn:hover { background: #dcdcdc; transform: translateY(-2px); }

.hero-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #7a7a7a;
}

/* Floating Navigation Bar */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(12px);
  color: #ffffff;
  padding: 0 4vw;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #ffffff;
}

.nav-logo-img {
  height: 58px;
  width: auto;
  display: block;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-list li a {
  display: inline-block;
  padding-bottom: 4px;
  text-decoration: none;
  color: #9a9a9a;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.nav-list li a:hover { color: #ffffff; }
.nav-list li.active a { color: #ffffff; border-bottom-color: #ffffff; }

.btn-book {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.btn-book:hover { background-color: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.6); }

.btn-book-toggle {
  display: inline-flex;
  align-items: center;
  width: 28px;
  height: 14px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 2px;
}
.btn-book-toggle-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: transform 0.2s ease;
}
.btn-book:hover .btn-book-toggle-dot { transform: translateX(14px); }

/* From Uiverse.io by vinodjangid07 (adapted) */
.menu-checkbox {
  display: none;
}

.toggle {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition-duration: .5s;
}

.toggle .bars {
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 4px;
}

.toggle #bar2 {
  transition-duration: .8s;
}

.toggle #bar1, .toggle #bar3 {
  width: 70%;
}

.menu-checkbox:checked + .toggle .bars {
  position: absolute;
  transition-duration: .5s;
}

.menu-checkbox:checked + .toggle #bar2 {
  transform: scaleX(0);
  transition-duration: .5s;
}

.menu-checkbox:checked + .toggle #bar1 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: .5s;
}

.menu-checkbox:checked + .toggle #bar3 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: .5s;
}

.menu-checkbox:checked + .toggle {
  transition-duration: .5s;
  transform: rotate(180deg);
}

.sparkle {
  position: absolute;
  pointer-events: none;
  clip-path: polygon(50% 0%, 65% 35%, 100% 50%, 65% 65%, 50% 100%, 35% 65%, 0% 50%, 35% 35%);
  animation: sparkle-animation 1s ease-out forwards;
}

@keyframes sparkle-animation {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(0) rotate(90deg);
  }
}

/* Tilted Photo Cards in Corners */
.corner-card {
  position: absolute;
  z-index: 1;
  width: 220px;
  height: 260px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

/* Rotations & Corner Alignments */
.card-top-left {
  top: 8%;
  left: 4%;
  transform: rotate(-10deg);
}

.card-top-right {
  top: 8%;
  right: 4%;
  transform: rotate(8deg);
}

.card-bottom-left {
  bottom: 8%;
  left: 5%;
  transform: rotate(12deg);
}

.card-bottom-right {
  bottom: 8%;
  right: 5%;
  transform: rotate(-8deg);
}

.corner-card:hover {
  transform: scale(1.04) rotate(0deg);
  z-index: 3;
}

/* ==========================================
   3. FEATURE SECTION
   ========================================== */
.feature-section {
  position: relative;
  min-height: 100vh;
  padding: 5rem 6vw 4rem;
  background: #ffffff;
  color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.feature-year {
  position: absolute;
  top: 2.75rem;
  right: 6vw;
  font-family: 'Archivo', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6f685e;
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(2rem, 3vw, 4rem);
  align-items: start;
}

.feature-title {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(3.2rem, 7vw, 7.8rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin: 0;
  color: #121212; /* Fallback color */
  background: linear-gradient(110deg, #121212 45%, #999999 50%, #121212 55%);
  background-size: 250% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shiny-text-flow 4s linear infinite;
}

.feature-right {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  align-items: flex-start;
}

.feature-statement {
  max-width: 520px;
  font-size: 0.85rem;
  line-height: 1.55;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64615d;
}

.statement-sub {
  display: block;
  margin-bottom: 0.35rem;
  color: #7a756d;
}

.statement-main {
  margin: 0;
  color: #121212;
}

.statement-main strong {
  color: #000000;
  font-weight: 800;
}

.feature-image-container {
  width: 100%;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.12);
  margin: 1.5rem 0;
}

.feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.feature-image-container:hover .feature-image {
  transform: scale(1.05);
}

.feature-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.scroll-link {
  font-family: 'Archivo', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #121212;
}

.scroll-link:hover {
  opacity: 0.72;
}

.showreel-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-family: 'Archivo', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #121212;
}

.play-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #121212;
  color: #f8f2ea;
  transition: transform 0.3s ease;
}

.play-icon svg {
  width: 16px;
  height: 16px;
  margin-left: 1px;
}

.showreel-btn:hover .play-icon {
  transform: scale(1.15);
}

/* Action Buttons */
.btn-primary {
  position: relative;
  padding: 10px 80px;
  background: #fec195;
  font-size: 17px;
  font-weight: 500;
  color: #181818;
  border: 3px solid #fec195;
  border-radius: 8px;
  box-shadow: 0 0 0 #fec1958c;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary:hover {
  background: transparent;
  color: #fec195;
  box-shadow: 0 0 25px #fec1958c;
}

/* ==========================================
   4. FULL-SCREEN MENU OVERLAY
   ========================================== */
.site-menu {
  position: fixed;
  inset: 0;
  z-index: 199;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 44px;
  background: rgba(10, 11, 13, 0.98);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-16px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0.4s;
}
.site-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.site-menu-nav { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.site-menu-nav a {
  text-decoration: none;
  font-family: 'Archivo', sans-serif;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #ffffff;
  transition: color 0.2s ease;
}
.site-menu-nav a:hover { color: #b8b8b8; }
.site-menu-email {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #7a7a7a;
  text-decoration: none;
}

/* ==========================================
   5. PORTFOLIO SECTION
   ========================================== */
.portfolio-section {
  position: relative;
  width: 100%;
  padding: 7rem 2rem 8rem;
  background-color: #ffffff;
  color: #111111;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Archivo', sans-serif;
}

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

.blob-left {
  width: 420px;
  height: 420px;
  background: #f3ece4;
  top: 10%;
  left: -110px;
}

.blob-right {
  width: 480px;
  height: 480px;
  background: #ececec;
  top: 6%;
  right: -120px;
}

.portfolio-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.portfolio-title {
  font-size: clamp(3.2rem, 6vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  color: #111111;
  line-height: 1;
  background: linear-gradient(110deg, #111111 45%, #aaaaaa 50%, #111111 55%);
  background-size: 250% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shiny-text-flow 4s linear infinite;
}
.portfolio-title br {
  display: none;
}

@keyframes shiny-text-flow {
  0% { background-position: 200% center; }
  100% { background-position: -200% center; }
}

.portfolio-title sup {
  font-size: 0.45em;
  font-weight: 600;
  top: -0.7em;
  margin-left: 2px;
}

.portfolio-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555555;
  margin: 0 auto 3rem;
  max-width: 720px;
}

.portfolio-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 20px 6px 6px;
  background-color: #efefef;
  color: #222222;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: all 0.25s ease;
  margin-top: 3.5rem;
}

.btn-arrow {
  width: 38px;
  height: 38px;
  background-color: #ff4d30;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.project-accordion-card {
  width: 100%;
  max-width: 1200px;
  height: 420px;
  border-radius: 8px;
  background: #202020;
  display: flex;
  gap: 7px;
  padding: 0.4em;
}

.project-accordion-item {
  height: 100%;
  flex: 1;
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px;
  transition: all .5s;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  text-decoration: none;
}

.project-accordion-item span {
  min-width: 14em;
  padding: .5em;
  text-align: center;
  transform: rotate(-90deg);
  transition: all .5s;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: .1em;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* Desktop/tablet: expand on hover, like before */
@media (min-width: 901px) {
  .project-accordion-item:hover {
    flex: 4;
  }
  .project-accordion-item:hover span {
    transform: rotate(0);
  }
}

/* Mobile only: hover needs a long-press to trigger, so a tap toggles
   this class via JS instead — see js/script.js */
/* Mobile: stacked full-width cards instead of the narrow rotated-text strips */
@media (max-width: 900px) {
  .portfolio-section {
    padding: 4.5rem 1.25rem 5rem;
  }

  .portfolio-description {
    margin-bottom: 2.25rem;
  }

  .project-accordion-card {
    flex-direction: column;
    height: auto;
    gap: 10px;
  }

  .project-accordion-item {
    flex: none;
    width: 100%;
    height: 200px;
    align-items: flex-end;
    justify-content: flex-start;
  }

  .project-accordion-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 60%);
  }

  .project-accordion-item span {
    position: relative;
    z-index: 1;
    min-width: 0;
    width: 100%;
    padding: 1rem 1.1rem;
    text-align: left;
    transform: none;
    font-size: 0.85rem;
  }

  .portfolio-btn {
    margin-top: 2.5rem;
  }
}

/* ==========================================
   6. WORKS SECTION
   ========================================== */
.works-section {
  width: 100%;
  padding: 7rem 2rem;
  background-color: #0a0a0a;
  color: #ffffff;
}

.works-panel {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}

.works-toprow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.works-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.9rem;
}

.works-label {
  font-family: 'Archivo', sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7a7a7a;
}

.works-detail-image {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.works-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(30%) brightness(0.9);
}

.works-statement {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: fit-content;
  justify-self: start;
  gap: 0.75rem;
}

.works-heading {
  margin: 0;
  font-family: 'Archivo', sans-serif;
  font-size: clamp(3.5rem, 9vw, 8rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.works-fade-text {
  margin: 0;
  white-space: nowrap;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.35;
  color: #dcd8d0;
  text-align: right;
}

.works-fade-word {
  display: inline-block;
  color: #ffffff;
}

.works-fade-enter { animation: worksFadeEnter 0.42s cubic-bezier(0.2, 0, 0, 1) forwards; }
.works-fade-exit { animation: worksFadeExit 0.26s cubic-bezier(0.4, 0, 1, 1) forwards; }

@keyframes worksFadeEnter {
  0% { opacity: 0; transform: translateY(6px); filter: blur(2px); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes worksFadeExit {
  0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-4px); }
}

.works-list-wrap { display: flex; flex-direction: column; gap: 0.25rem; }

.works-list-tag {
  font-size: 0.85rem;
  color: #8a8a8a;
  margin-bottom: 1.25rem;
}

/* Trade / Expertise List */
.expertise-list {
  display: flex;
  flex-direction: column;
}

.expertise-divider {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.expertise-item {
  position: relative;
  display: block;
  width: 100%;
  height: 68px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
  color: inherit;
  transition: height 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1),
              opacity 0.22s ease-out;
}

.expertise-list.has-hovered .expertise-item:not(.is-hovered) {
  opacity: 0.38;
}

.expertise-item.is-hovered {
  height: 320px;
  opacity: 1 !important;
}

.expertise-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1),
              transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
}
.expertise-item.is-hovered .expertise-bg {
  opacity: 1;
  transform: scale(1);
}

.expertise-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%);
}

.expertise-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.1) 100%);
}

.expertise-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 0 0.5rem 1.1rem;
  pointer-events: none;
}

.expertise-content-inner {
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.expertise-title-group {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  min-width: 0;
}

.expertise-number {
  font-family: 'Archivo', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  flex-shrink: 0;
  opacity: 0.4;
  color: currentColor;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.expertise-item.is-hovered .expertise-number {
  color: #ffffff;
  opacity: 0.55;
}

.expertise-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(1.15rem, 2.2vw, 1.6rem);
  color: currentColor;
  transition: color 0.2s ease;
}
.expertise-item.is-hovered .expertise-label {
  color: #ffffff;
}

.expertise-description {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
              transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.expertise-item.is-hovered .expertise-description {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.12s;
}

.expertise-sublabel {
  font-family: 'Archivo', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  flex-shrink: 0;
  opacity: 0.45;
  color: currentColor;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.expertise-item.is-hovered .expertise-sublabel {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

/* ==========================================
   7. APPROACH SECTION
   ========================================== */
.approach-section {
  width: 100%;
  padding: 9rem 6vw;
  background-color: #ffffff;
  color: #111111;
}

.approach-grid {
  max-width: 1520px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.approach-heading {
  margin: 0 0 1.5rem;
  font-family: 'Archivo', sans-serif;
  font-size: clamp(3.4rem, 6.2vw, 5.8rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #111111;
}

.approach-description {
  max-width: 620px;
  margin: 0 0 3rem;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666666;
}

.approach-steps-wrap {
  position: relative;
  padding-left: 148px;
}

.approach-preview-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #f2ede6;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: scale(0.85);
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 0.25s ease-out,
              top 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.approach-preview-box.active { opacity: 1; transform: scale(1); }

.approach-preview-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.approach-preview-img.visible { opacity: 1; }

.approach-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 640px;
}

.approach-step {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid transparent;
  padding-left: 1.25rem;
  margin-left: -1.25rem;
  transition: border-color 0.3s ease;
}
.approach-step:first-child { border-top: 1px solid rgba(0, 0, 0, 0.08); }
.approach-step:hover { border-left-color: #ff4d30; }

.approach-step-number {
  font-family: 'Archivo', sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  color: #b3aca2;
  transition: opacity 0.3s ease;
}

.approach-step-text {
  font-family: 'Archivo', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #111111;
  transition: opacity 0.3s ease;
}

.approach-steps:hover .approach-step-number,
.approach-steps:hover .approach-step-text {
  opacity: 0.4;
}
.approach-steps .approach-step:hover .approach-step-number,
.approach-steps .approach-step:hover .approach-step-text {
  opacity: 1;
}

.approach-video-container {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.16);
}

.approach-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ==========================================
   8. STATS & SUCCESS STORIES GRID (DARK)
   ========================================== */
.stats-section {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  padding: 8rem 6vw;
  box-sizing: border-box;
}

.stats-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

/* Center Hero Header */
.stats-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stats-title {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.stats-desc {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #888888;
  margin-bottom: 2rem;
}

.btn-talk {
  padding: 15px 25px;
  border: unset;
  border-radius: 15px;
  color: #e8e8e8;
  z-index: 1;
  background: #212121;
  position: relative;
  font-weight: 1000;
  font-size: 17px;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  transition: all 250ms;
  overflow: hidden;
  text-decoration: none;
}

.btn-talk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 15px;
  background-color: #e8e8e8;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(255, 255, 255, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(255, 255, 255, 0.27);
  transition: all 250ms;
}

.btn-talk:hover {
  color: #212121;
}

.btn-talk:hover::before {
  width: 100%;
}

/* Stats Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.stat-card {
  border-radius: 30px;
  background: #212121;
  box-shadow: 15px 15px 30px rgb(25, 25, 25),
              -15px -15px 30px rgb(60, 60, 60);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 254px;
}

.stat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stat-label {
  font-family: 'Archivo', sans-serif;
  font-size: 0.8rem;
  color: #777777;
}

.stat-dots {
  display: flex;
  gap: 3px;
}

.stat-dots span {
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
}

.stat-value {
  font-family: 'Archivo', sans-serif;
  font-size: 3.8rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin: 1.5rem 0 0.5rem;
  color: #ffffff;
}

.stat-caption {
  font-size: 0.85rem;
  color: #888888;
  line-height: 1.4;
}

/* Feature Success Story Card */
.success-story-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #111111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
}

.story-image-wrap {
  width: 100%;
  height: 100%;
  min-height: 480px;
}

.story-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-content {
  padding: 4rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.story-tag {
  font-family: 'Archivo', sans-serif;
  font-size: 0.85rem;
  color: #777777;
}

.story-quote {
  font-size: 1.6rem;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 2rem 0;
}

.story-highlight {
  background: linear-gradient(120deg, #f19743, #fbfbfb);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.story-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.story-author-details .name {
  font-size: 0.95rem;
  font-weight: 700;
}

.story-author-details .role {
  font-size: 0.82rem;
  color: #777777;
}

/* ==========================================
   9. FAQ SECTION
   ========================================== */
.faq-section {
  padding: 8rem 6vw;
  background-color: #ffffff;
  color: #121212;
}

.faq-container {
  max-width: 1400px;
  margin: 0 auto;
}

.faq-content-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: center;
}

.faq-header {
  text-align: center;
  margin-bottom: 4rem;
}

.faq-subtag {
  font-family: 'Archivo', sans-serif;
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 1.25rem;
  display: block;
}

.faq-title {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

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

.faq-image-container {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.faq-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-item:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem 0;
  cursor: pointer;
  list-style: none; /* Remove default marker */
  font-size: 1.25rem;
  font-weight: 600;
}
.faq-question::-webkit-details-marker { display: none; } /* Hide marker for Safari */

.faq-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 1rem;
}
.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: #888;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}
.faq-item[open] .faq-icon::before { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] .faq-icon::after { transform: translate(-50%, -50%) rotate(180deg); }

.faq-answer {
  padding: 0 2rem 2rem 0;
  max-width: 90%;
}

.faq-answer p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

@media (max-width: 900px) {
  .faq-section { padding: 4rem 6vw; }
  .faq-content-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .faq-header { margin-bottom: 3rem; }
  .faq-image-container { order: 2; }
}

/* ==========================================
   9. CONTACT FOOTER SECTION
   ========================================== */
.footer-container {
  max-width: 1440px;
  margin: 0 auto;
}

/* 3-Column Top Layout */
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer-brand-col,
.footer-cta-col {
  padding-top: 2rem;
  padding-left: 1rem;
}

/* --- Column 1 Styles --- */
.footer-logo-img {
  height: 48px;
  width: auto;
  display: block;
  margin-bottom: 1rem;
}

.brand-subtext {
  font-size: 0.875rem;
  color: #888888;
  line-height: 1.5;
  max-width: 380px;
  margin-bottom: 2rem;
}

.brand-meta {
  font-size: 0.875rem;
  color: #888888;
  line-height: 1.6;
}

.brand-meta .email-link {
  color: #888888;
  text-decoration: none;
  transition: color 0.3s ease;
}

.brand-meta .email-link:hover {
  color: #ffffff;
}

/* --- Column 2 Styles (Nav Links) --- */
.footer-nav {
  display: flex;
  flex-direction: column;
}

.footer-nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 1rem 1.1rem 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-top: 1px solid #222222;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-nav-link:last-child {
  border-bottom: 1px solid #222222;
}

.footer-nav-link:hover {
  color: #aaaaaa;
  padding-left: 0.5rem;
}

.nav-arrow {
  font-size: 1rem;
}

/* --- Column 3 Styles --- */
.footer-cta-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cta-heading {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 0.75rem 0;
}

.cta-subtext {
  font-size: 0.875rem;
  color: #888888;
  line-height: 1.5;
  margin: 0;
}

.copyright-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #888888;
  margin-top: 4rem;
}

/* --- Massive Bottom Branding Typography --- */
.footer-big-brand {
  width: 100%;
  text-align: center;
  line-height: 0.8;
  padding-top: 1rem;
}

.big-brand-text {
  font-family: 'Impact', 'Arial Black', sans-serif; /* High impact ultra-compressed font */
  font-size: clamp(2rem, 10vw, 14rem);
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  margin: 0;
  transform: scaleY(1.15); /* Gives that condensed vertical tall aesthetic */
  display: inline-block;
}

.contact-details-list a {
  text-decoration: none;
  color: #a0a0a0;
  transition: color 0.2s ease;
}

/* --- Social Media Icons --- */
/* From Uiverse.io by wilsondesouza */
.footer-social-links {
  display: flex;
  margin-top: 2rem;
}

.footer-social-links .icon-content {
  margin: 0 10px;
  position: relative;
}

.footer-social-links .icon-content .tooltip {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.footer-social-links .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}

.footer-social-links .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.footer-social-links .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
  color: white;
}

.footer-social-links .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.footer-social-links .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 0.3s ease-in-out;
}

.footer-social-links .icon-content a:hover .filled {
  height: 100%;
}

.footer-social-links .icon-content a[data-social="instagram"] .filled,
.footer-social-links .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(45deg, #405de6, #5b51db, #b33ab4, #c135b4, #e1306c, #fd1f1f);
}

/* ==========================================
   CALL TO ACTION BANNER
   ========================================== */
.cta-banner-section {
  position: relative;
  width: 100%;
  min-height: 70vh; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../assets/img/nk.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}

/* Optional subtle overlay to ensure text contrast */
.cta-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); 
  z-index: 1;
}

.cta-banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 3rem 1.5rem;
}

/* Big Bold Headline */
.cta-banner-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0;
  color: #ffffff; /* Fallback color */
  background: linear-gradient(110deg, #ffffff 45%, #bbbbbb 50%, #ffffff 55%);
  background-size: 250% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shiny-text-flow 5s linear infinite;
}

/* Two-Tone CTA Button */
.cta-banner-btn {
  display: inline-flex;
  align-items: center;
  background-color: #0d0d0d;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Archivo', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-banner-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* ==========================================
   SERVICE DETAIL PAGES
   ========================================== */
.service-hero {
  position: relative;
  height: 60vh;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}

.service-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.service-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}

.service-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 100%);
}

.service-hero-content {
  padding: 2rem;
}

.service-hero-title {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.service-hero-breadcrumb {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

.service-hero-breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}

.service-hero-breadcrumb a:hover {
  color: #ffffff;
}

.service-content-section {
  background-color: #ffffff;
  color: #121212;
  padding: 6rem 6vw;
}

.service-content-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 4rem;
}

.service-main-content h2 {
  font-family: 'Archivo', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.service-main-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1.5rem;
}

.service-sidebar {
  position: sticky;
  top: 120px; /* Navbar height + some padding */
  height: fit-content;
}

.sidebar-heading {
  font-family: 'Archivo', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.75rem;
}

.sidebar-nav {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.sidebar-nav a {
  display: block;
  padding: 0.75rem 0;
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: color 0.2s ease;
}

.sidebar-nav a:hover {
  color: #121212;
}

.sidebar-nav a.is-active {
  color: #000000;
  font-weight: 700;
}

.sidebar-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 24px;
  margin-bottom: 2rem;
  background-color: #ff4d30;
  color: #ffffff;
  font-family: 'Archivo', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.sidebar-cta-btn:hover {
  background-color: #e6431f;
  transform: translateY(-2px);
}

.project-meta-list {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  border-top: 1px solid #e0e0e0;
}

.project-meta-list li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.project-meta-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #999;
}

.project-meta-value {
  font-size: 1rem;
  font-weight: 600;
  color: #121212;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}

.project-gallery img,
.project-gallery video {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
}

.project-gallery img.gallery-wide,
.project-gallery video.gallery-wide {
  grid-column: span 2;
  height: 420px;
}

.cta-btn-text {
  padding: 0.85rem 1.4rem;
  display: inline-block;
}

.cta-btn-arrow {
  background-color: #ffeb3b; /* Vibrant yellow square */
  color: #0d0d0d;
  padding: 0.85rem 1rem;
  font-size: 1.1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.cta-banner-btn:hover .cta-btn-arrow {
  background-color: #ffd600;
}

.contact-page-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f8f8f8;
  background-image: radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.04) 1px, transparent 0);
  background-size: 15px 15px;
  padding: 6rem 4vw;
}

.contact-page-container {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  overflow: hidden;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
}

.contact-info-panel {
  padding: 4rem;
  background-color: #121212;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}

.contact-page-logo {
  width: 180px;
  height: auto;
  margin-bottom: 2.5rem;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.contact-page-title {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.contact-page-subtitle {
  font-size: 1rem;
  color: #a0a0a0;
  line-height: 1.6;
  margin-bottom: auto;
}

.contact-details-group {
  margin-top: 2.5rem;
}

.contact-details-heading {
  font-family: 'Archivo', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a0a0a0;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 0.5rem;
}

.contact-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d1d1d1;
  line-height: 1.8;
  font-size: 0.95rem;
}

.contact-details-list a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.contact-details-list a:hover { color: #ff4d30; }

.contact-form {
  padding: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group-full {
  grid-column: 1 / -1;
}

.contact-form label {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #444;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  padding: 12px 16px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
  background-color: #f9f9f9;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23444' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #ff4d30;
  box-shadow: 0 0 0 3px rgba(255, 77, 48, 0.2);
}

/* From Uiverse.io by marcelodolza */ 
.button.form-submit-btn {
  --primary: #ff4d30; /* Using site's accent color */
  --neutral-1: #f7f8f7;
  --neutral-2: #e7e7e7;
  --radius: 14px;

  cursor: pointer;
  border-radius: var(--radius);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: none;
  box-shadow: 0 0.5px 0.5px 1px rgba(255, 255, 255, 0.2),
    0 10px 20px rgba(0, 0, 0, 0.2), 0 4px 5px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  min-width: 200px;
  padding: 20px;
  height: 68px;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
}
.button.form-submit-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.3),
    0 15px 30px rgba(0, 0, 0, 0.3), 0 10px 3px -3px rgba(0, 0, 0, 0.04);
}
.button.form-submit-btn:active {
  transform: scale(1);
  box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.3),
    0 10px 3px -3px rgba(0, 0, 0, 0.2);
}
.button.form-submit-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  border: 2.5px solid transparent;
  background: linear-gradient(var(--neutral-1), var(--neutral-2)) padding-box,
    linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45))
      border-box;
  z-index: 0;
  transition: all 0.4s ease;
}
.button.form-submit-btn:hover::after {
  transform: scale(1.05, 1.1);
  box-shadow: inset 0 -1px 3px 0 rgba(255, 255, 255, 1);
}
.button.form-submit-btn::before {
  content: "";
  inset: 7px 6px 6px 6px;
  position: absolute;
  background: linear-gradient(to top, var(--neutral-1), var(--neutral-2));
  border-radius: 30px;
  filter: blur(0.5px);
  z-index: 2;
}
.state p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.state .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(1.25);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.state .icon svg {
  overflow: visible;
}

/* Outline */
.outline {
  position: absolute;
  border-radius: inherit;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
  inset: -2px -3.5px;
}
.outline::before {
  content: "";
  position: absolute;
  inset: -100%;
  background: conic-gradient(
    from 180deg,
    transparent 60%,
    white 80%,
    transparent 100%
  );
  animation: spin 2s linear infinite;
  animation-play-state: paused;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button.form-submit-btn:hover .outline {
  opacity: 1;
}
.button.form-submit-btn:hover .outline::before {
  animation-play-state: running;
}

/* Letters */
.state p span {
  display: block;
  opacity: 0;
  animation: slideDown 0.8s ease forwards calc(var(--i) * 0.03s);
}
.button.form-submit-btn:hover p span {
  opacity: 1;
  animation: wave 0.5s ease forwards calc(var(--i) * 0.02s);
}
.button.form-submit-btn:focus p span {
  opacity: 1;
  animation: disapear 0.6s ease forwards calc(var(--i) * 0.03s);
}
@keyframes wave {
  30% {
    opacity: 1;
    transform: translateY(4px) translateX(0) rotate(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-3px) translateX(0) rotate(0);
    color: var(--primary);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-20px) translateX(5px) rotate(-90deg);
    color: var(--primary);
    filter: blur(5px);
  }
  30% {
    opacity: 1;
    transform: translateY(4px) translateX(0) rotate(0);
    filter: blur(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-3px) translateX(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(0);
  }
}
@keyframes disapear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateX(5px) translateY(20px);
    color: var(--primary);
    filter: blur(5px);
  }
}

/* Plane */
.state--default .icon svg {
  animation: land 0.6s ease forwards;
}
.button.form-submit-btn:hover .state--default .icon {
  transform: rotate(45deg) scale(1.25);
}
.button.form-submit-btn:focus .state--default svg {
  animation: takeOff 0.8s linear forwards;
}
.button.form-submit-btn:focus .state--default .icon {
  transform: rotate(0) scale(1.25);
}
@keyframes takeOff {
  0% { opacity: 1; }
  60% { opacity: 1; transform: translateX(70px) rotate(45deg) scale(2); }
  100% { opacity: 0; transform: translateX(160px) rotate(45deg) scale(0); }
}
@keyframes land {
  0% { transform: translateX(-60px) translateY(30px) rotate(-50deg) scale(2); opacity: 0; filter: blur(3px); }
  100% { transform: translateX(0) translateY(0) rotate(0); opacity: 1; filter: blur(0); }
}

/* Contrail */
.state--default .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 0;
  left: -5px;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5));
}
.button.form-submit-btn:focus .state--default .icon:before {
  animation: contrail 0.8s linear forwards;
}
@keyframes contrail {
  0% { width: 0; opacity: 1; }
  8% { width: 15px; }
  60% { opacity: 0.7; width: 80px; }
  100% { opacity: 0; width: 160px; }
}

/* States */
.state {
  padding-left: 29px;
  z-index: 2;
  display: flex;
  position: relative;
}
.state--default span:nth-child(4) {
  margin-right: 5px;
}
.state--sent {
  display: none;
}
.state--sent svg {
  transform: scale(1.25);
  margin-right: 8px;
}
.button.form-submit-btn:focus .state--default {
  position: absolute;
}
.button.form-submit-btn:focus .state--sent {
  display: flex;
}
.button.form-submit-btn:focus .state--sent span {
  opacity: 0;
  animation: slideDown 0.8s ease forwards calc(var(--i) * 0.2s);
}
.button.form-submit-btn:focus .state--sent .icon svg {
  opacity: 0;
  animation: appear 1.2s ease forwards 0.8s;
}
@keyframes appear {
  0% { opacity: 0; transform: scale(4) rotate(-40deg); color: var(--primary); filter: blur(4px); }
  30% { opacity: 1; transform: scale(0.6); filter: blur(1px); }
  50% { opacity: 1; transform: scale(1.2); filter: blur(0); }
  100% { opacity: 1; transform: scale(1); }
}

/* ==========================================
   10. MEDIA QUERIES & RESPONSIVENESS
   ========================================== */
@media (max-width: 1024px) {
  .corner-card {
    width: 160px;
    height: 200px;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .success-story-card {
    grid-template-columns: 1fr;
  }
  .story-image-wrap {
    min-height: 350px;
  }
  .service-content-wrap {
    grid-template-columns: 1fr;
  }
  .service-sidebar {
    position: static;
    top: auto;
    margin-top: 3rem;
  }
  .project-gallery {
    grid-template-columns: 1fr;
  }
  .project-gallery img,
  .project-gallery img.gallery-wide,
  .project-gallery video,
  .project-gallery video.gallery-wide {
    grid-column: span 1;
    height: 280px;
  }
}

@media (max-width: 900px) {
  .nav-list, .btn-book { display: none; }
  .toggle { display: flex; }

  .navbar { padding: 0 20px; }

  /* About adjustments for tablets */
  .about-section {
    padding: 7rem 1.5rem;
    min-height: 75vh;
  }
  .corner-card {
    width: 130px;
    height: 160px;
  }

  .feature-section { padding: 4rem 6vw 3rem; }
  .feature-grid { grid-template-columns: 1fr; gap: 3rem; }
  .feature-title { font-size: clamp(3.5rem, 12vw, 6rem); }
  .feature-right { max-width: 100%; }
  .feature-image-container { aspect-ratio: 4 / 3; margin: 1rem 0; }
  .feature-bottom { flex-direction: column; align-items: flex-start; }

  .works-section { padding: 4rem 6vw; }
  .works-toprow { grid-template-columns: 1fr; align-items: start; gap: 2rem; }
  .works-statement { align-items: flex-start; width: 100%; }
  .works-fade-text { text-align: left; white-space: normal; }
  .works-detail { align-items: flex-start; width: 100%; }
  .works-detail-image { max-width: 100%; }

  /* Expertise list: always-visible stacked cards instead of hover-to-expand rows */
  .expertise-list { gap: 10px; }
  .expertise-divider { display: none; }

  .expertise-item {
    height: 160px;
    border-radius: 8px;
  }

  .expertise-list.has-hovered .expertise-item:not(.is-hovered) {
    opacity: 1;
  }

  .expertise-item.is-hovered {
    height: 160px;
  }

  .expertise-bg {
    opacity: 1;
    transform: scale(1);
  }

  .expertise-content {
    padding: 0 1rem 1rem;
  }

  .expertise-content-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }

  .expertise-title-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }

  .expertise-number {
    opacity: 0.6;
    color: #ffffff;
  }

  .expertise-label {
    white-space: normal;
    font-size: 1.25rem;
    color: #ffffff;
  }

  .expertise-description {
    display: none;
  }

  .expertise-sublabel {
    opacity: 0.7;
    color: rgba(255, 255, 255, 0.7);
  }

  .approach-section { padding: 4rem 6vw; }
  .approach-grid { grid-template-columns: 1fr; gap: 3rem; }
  .approach-video-container { max-width: 280px; }
  .approach-steps-wrap { padding-left: 92px; }
  .approach-preview-box { width: 72px; height: 72px; border-radius: 12px; }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .brand-subtext {
    margin-bottom: 2rem;
  }

  .copyright-meta {
    margin-top: 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .big-brand-text { transform: scaleY(1.1); }

  /* Hero */
  .hero { padding: 152px 4vw 2.5rem; }
  .hero-gallery-item { width: clamp(130px, 26vw, 170px); }
  .hero-bottom-row { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .hero-cta-btn { width: 100%; justify-content: center; }
  .hero-wordmark-row { flex-direction: column; align-items: flex-start; }
  .hero-wordmark { order: 2; }
  .hero-info-card { order: 1; position: static; flex-direction: column; width: 100%; margin-top: 0; margin-bottom: 1.5rem; }
  .hero-info-item { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .hero-info-item:last-child { border-bottom: none; }

  /* Stats / testimonials */
  .stats-section { padding: 5rem 6vw; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-marquee-section { padding: 5rem 0; }

  /* Service detail pages */
  .service-hero-title { font-size: clamp(2.2rem, 8vw, 3.5rem); }
  .service-content-section { padding: 4rem 6vw; }

  /* Contact page */
  .contact-page-section { padding: 4rem 4vw; }
  .contact-page-grid { grid-template-columns: 1fr; }
  .contact-info-panel { padding: 3rem; }
  .contact-form { padding: 3rem; grid-template-columns: 1fr; }
  .form-group-full { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .cta-banner-section {
    min-height: 50vh;
  }

  .cta-banner-content {
    gap: 1.5rem;
  }
}

@media (max-width: 600px) {
  .hero { padding: 112px 16px 2.5rem; }
  .navbar { padding: 0 18px; height: 76px; }
  .nav-logo-img { height: 48px; }
  .logo { font-size: 1.25rem; }
  .hero-gallery-item { width: clamp(110px, 38vw, 150px); }
  .hero-lede { font-size: 0.78rem; }
  .hero-meta-row { flex-direction: column; gap: 0.5rem; }
  .btn-primary, .btn-secondary { padding: 9px 60px; font-size: 0.88rem; }

  .works-fade-text { white-space: normal; font-size: clamp(1.15rem, 5vw, 1.4rem); }

  /* Mobile About Section Adjustments */
  .about-section {
    min-height: 100vh;
    padding: 9rem 1.5rem;
  }
  .about-statement {
    font-size: 1.8rem;
    line-height: 1.4;
    max-width: 420px;
  }
  .corner-card {
    width: 110px;
    height: 140px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  }
  .card-top-left { top: 6%; left: 4%; }
  .card-top-right { top: 6%; right: 4%; }
  .card-bottom-left { bottom: 6%; left: 4%; }
  .card-bottom-right { bottom: 6%; right: 4%; }

  .story-content {
    padding: 2.5rem 1.8rem;
  }
  .story-quote {
    font-size: 1.25rem;
  }

  .stats-grid { grid-template-columns: 1fr; }
  .stat-card { height: auto; min-height: 200px; }
  .success-story-card { border-radius: 16px; }
  .story-content { gap: 1.5rem; }
  .story-image-wrap { min-height: 260px; }

  .testimonial-card { width: 85vw; padding: 1.5rem; }
  .testimonial-marquee-header { margin-bottom: 2.5rem; }

  .service-hero { min-height: 320px; }
  .service-content-section { padding: 3rem 6vw; }
  .service-hero-title { font-size: clamp(2rem, 9vw, 2.8rem); }

  .contact-page-section { padding: 2.5rem 4vw; }
  .contact-page-container { border-radius: 16px; }
  .contact-info-panel, .contact-form { padding: 2rem 1.5rem; }
  .contact-form { grid-template-columns: 1fr; gap: 1rem; }

  .footer-social-links .icon-content a { width: 42px; height: 42px; }
  .footer-social-links .icon-content a svg { width: 22px; height: 22px; }

  .approach-steps-wrap { padding-left: 0; }
  .approach-preview-box { display: none; }
  .approach-step { gap: 1rem; }
  .approach-step-text { font-size: 1.1rem; }
}

@media (max-width: 420px) {
  .about-section { padding: 8rem 1.25rem; min-height: 100vh; }
  .about-statement { font-size: 1.5rem; max-width: 320px; }
  .corner-card { width: 92px; height: 118px; }
  .card-top-left { top: 5%; left: 3%; }
  .card-top-right { top: 5%; right: 3%; }
  .card-bottom-left { bottom: 5%; left: 3%; }
  .card-bottom-right { bottom: 5%; right: 3%; }

  .navbar { height: 66px; padding: 0 14px; }
  .nav-logo-img { height: 38px; }
  .toggle { width: 32px; height: 32px; gap: 6px; }

  .hero-gallery-item { width: clamp(90px, 42vw, 130px); }
  .hero-gallery-title { font-size: 0.62rem; }
  .hero-gallery-sub { font-size: 0.56rem; }

  .feature-title { font-size: clamp(2.6rem, 14vw, 4rem); }
  .works-heading { font-size: clamp(2.6rem, 13vw, 4rem); }
  .approach-heading { font-size: clamp(2.4rem, 10vw, 3.5rem); }
  .portfolio-title { font-size: clamp(2.4rem, 11vw, 3.5rem); }
  .faq-title { font-size: clamp(2rem, 9vw, 3rem); }
  .cta-banner-title { font-size: clamp(2rem, 9vw, 3rem); }
  .stats-title { font-size: clamp(2rem, 9vw, 3rem); }

  .form-submit-btn.button { min-width: 0; }
}

/* ==========================================
   FULL PORTFOLIO MOODBOARD
   ========================================== */
.moodboard {
  padding: 100px 0 0;
  background-color: #0d0d0d;
}

.moodboard-frame {
  position: relative;
  min-height: 1700px;
  margin: 0 24px 24px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(255,90,48,0.22), transparent 40%),
    radial-gradient(circle at 90% 85%, rgba(255,180,60,0.14), transparent 45%),
    linear-gradient(180deg, rgba(5,5,5,0.55) 0%, rgba(5,5,5,0.75) 55%, rgba(5,5,5,0.92) 100%),
    url('../assets/img/STEEL.jpg') center / cover no-repeat;
}

.moodboard-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: overlay;
}

.moodboard-heading {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 24px 20px;
  color: #ffffff;
}

.moodboard-eyebrow {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 0.75rem;
  letter-spacing: 0.05em;
}

.moodboard-heading h1 {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.moodboard-item {
  position: absolute;
  z-index: 2;
  width: 220px;
  text-align: center;
  cursor: pointer;
}

.moodboard-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.moodboard-item span {
  display: block;
  margin-top: 12px;
  font-family: 'Archivo', sans-serif;
  font-size: 1.05rem;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.7);
}

.moodboard-item:hover img {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 26px 48px rgba(0,0,0,0.5);
}

.moodboard-dock {
  position: absolute;
  z-index: 3;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  background: rgba(20,20,20,0.65);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  backdrop-filter: blur(10px);
}

.moodboard-dock-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(255,255,255,0.06);
  transition: transform 0.25s ease, background 0.25s ease;
}

.moodboard-dock-icon svg { width: 18px; height: 18px; }

.moodboard-dock-icon:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.14);
}

.moodboard-dock-divider {
  width: 1px;
  height: 24px;
  background: rgba(255,255,255,0.2);
}

@media (max-width: 900px) {
  .moodboard-frame {
    min-height: auto;
    padding: 20px 20px 110px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .moodboard-item {
    position: static;
    width: 100%;
  }
  .moodboard-item img { height: 240px; }
  .moodboard-heading { padding: 60px 12px 0; }
}

/* ==========================================
   PROJECT PREVIEW WINDOW (Uiverse.io by EmmaxPlay, adapted)
   ========================================== */
.project-window-overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10,10,10,0.75);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  padding: 24px;
}

.project-window-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.card {
  width: 190px;
  height: 254px;
  margin: 0 auto;
  background-color: #F8FBFE;
  border-radius: 8px;
  z-index: 1;
}

.tools {
  display: flex;
  align-items: center;
  padding: 9px;
}

.circle {
  padding: 0 4px;
}

.box {
  display: inline-block;
  align-items: center;
  width: 10px;
  height: 10px;
  padding: 1px;
  border-radius: 50%;
}

.red { background-color: #ff605c; cursor: pointer; }
.yellow { background-color: #ffbd44; }
.green { background-color: #00ca4e; cursor: pointer; }

.project-window {
  width: min(640px, 100%);
  height: auto;
  max-height: 85vh;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 40px 90px rgba(0,0,0,0.5);
  transform: scale(0.96) translateY(10px);
  transition: transform 0.25s ease;
}

.project-window-overlay.is-open .project-window {
  transform: scale(1) translateY(0);
}

.project-window .tools {
  padding: 16px;
  border-bottom: 1px solid #e6e9ee;
  position: relative;
}

.project-window .box {
  width: 12px;
  height: 12px;
}

.project-window-x {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.project-window-x:hover {
  background: #f0f0f0;
  color: #222;
}

.project-window-x svg {
  width: 16px;
  height: 16px;
}

.project-window-tab {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Archivo', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #555;
}

.project-window-body {
  overflow-y: auto;
}

.project-window-body img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.project-window-info {
  padding: 1.5rem;
}

.project-window-category {
  display: block;
  font-family: 'Archivo', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #999;
  margin-bottom: 0.5rem;
}

.project-window-info h3 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #121212;
  margin-bottom: 0.4rem;
}

.project-window-info p {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 1.25rem;
}

.view-project-row {
  display: flex;
  justify-content: flex-end;
}

/* View Full Project button — adapted from Uiverse.io by satyamchaudharydev */
.view-project-link {
  --primary-color: #111;
  --hovered-color: #ff4d30;
  position: relative;
  display: inline-flex;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  gap: 0.5rem;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.view-project-link p {
  margin: 0;
  position: relative;
  font-size: 1rem;
  color: var(--primary-color);
}

.view-project-link::after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: -7px;
  background: var(--hovered-color);
  height: 2px;
  transition: 0.3s ease-out;
}

.view-project-link p::before {
  position: absolute;
  content: attr(data-hover);
  width: 0%;
  inset: 0;
  color: var(--hovered-color);
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s ease-out;
}

.view-project-link:hover::after {
  width: 100%;
}

.view-project-link:hover p::before {
  width: 100%;
}

.view-project-link:hover svg {
  transform: translateX(4px);
  color: var(--hovered-color);
}

.view-project-link svg {
  color: var(--primary-color);
  transition: 0.2s;
  transition-delay: 0.2s;
  position: relative;
  width: 15px;
}

@media (max-width: 560px) {
  .project-window-body img { height: 220px; }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .site-menu { transition: none; }
  .works-fade-enter, .works-fade-exit { animation: none !important; opacity: 1 !important; transform: none !important; filter: none !important; }
}

/* ==========================================
   GALLERY
   ========================================== */
.gallery-hero {
  background-color: #0d0d0d;
  color: #ffffff;
  padding: 130px 4vw 28px;
}

.gallery-eyebrow {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 0.75rem;
  letter-spacing: 0.05em;
}

.gallery-hero h1 {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-auto-rows: 260px;
  grid-auto-flow: dense;
  gap: 4px;
  padding: 4px;
  background-color: #000000;
}

.gallery-tile {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #111111;
}

.gallery-tile.tall {
  grid-row: span 2;
}

.gallery-tile img,
.gallery-tile video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.gallery-tile:hover img,
.gallery-tile:hover video {
  transform: scale(1.06);
}

.gallery-tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  padding: 14px;
}

.gallery-tile:hover .gallery-tile-overlay {
  opacity: 1;
}

.gallery-tile-label {
  color: #ffffff;
  font-family: 'Archivo', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.gallery-tile-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  pointer-events: none;
}

.gallery-tile-play svg {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}

.project-window-media img,
.project-window-media video {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  background-color: #000000;
}

@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-auto-rows: 190px;
  }
}

@media (max-width: 560px) {
  .gallery-hero { padding: 110px 5vw 20px; }
  .project-window-media img,
  .project-window-media video { height: 220px; }
}

/* ==========================================
   ABOUT PAGE
   ========================================== */
.about-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 1.5rem;
  font-family: 'Archivo', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #111111;
  text-decoration: none;
  border-bottom: 1px solid #111111;
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease, gap 0.2s ease;
}

.about-link:hover {
  gap: 12px;
  color: #ff4d30;
  border-color: #ff4d30;
}

/* Layered geometric background pattern, adapted from Uiverse.io by atishaytuli07
   (brand charcoal/orange in place of the original red/white/green) */
/* Vertical stripe background, adapted from Uiverse.io by atishaytuli07
   (brand charcoal/orange "caution stripe" in place of the original red/white) */
.about-story-section {
  position: relative;
  --s: 7px;
  background-image:
    linear-gradient(180deg, rgba(6,6,6,0.82) 0%, rgba(6,6,6,0.9) 100%),
    repeating-linear-gradient(90deg, #ff4d30 0, #ff4d30 50%, #0a0a0a 50%, #0a0a0a 100%);
  background-size:
    100% 100%,
    calc(2 * var(--s)) calc(2 * var(--s));
  background-position: center, 0 0;
  color: #ffffff;
  padding: 8rem 6vw 7rem;
  overflow: hidden;
}

.about-story-wrap {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.about-collage {
  position: relative;
}

.about-collage-main {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 30px 60px rgba(255, 53, 53, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-collage-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-collage-accent {
  position: absolute;
  right: -8%;
  bottom: -10%;
  width: 55%;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  overflow: hidden;
  border: 6px solid #ffffff;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.about-collage-accent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-story-eyebrow {
  display: block;
  font-family: 'Archivo', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ff5232;
  margin-bottom: 1.25rem;
}

.about-story-content h2 {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
  background: linear-gradient(110deg, #ffffff 45%, #bbbbbb 50%, #ffffff 55%);
  background-size: 250% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shiny-text-flow 5s linear infinite;
}

.about-story-lede {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1.5rem;
}

.about-story-content p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1.25rem;
}

.about-values-section {
  background-color: #ffffff;
  color: #121212;
  padding: 5rem 6vw 8rem;
}

.about-values-wrap {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: start;
}

.about-values-header {
  position: sticky;
  top: 130px;
}

.about-values-header h2 {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.values-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.value-row {
  display: grid;
  grid-template-columns: 44px minmax(180px, 260px) 1fr;
  align-items: baseline;
  gap: 0.5rem 2rem;
  padding: 2rem 0;
  padding-left: 1.5rem;
  margin-left: -1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.values-list li:last-child .value-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.value-row:hover {
  border-left-color: #ff4d30;
}

.value-row-number {
  font-family: 'Archivo', sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  color: #b3aca2;
}

.value-row-title {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.8rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #111111;
}

.value-row-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #666666;
}

@media (max-width: 900px) {
  .about-story-wrap {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .about-collage-accent { right: 0; bottom: -8%; width: 60%; }
  .about-story-section,
  .about-values-section {
    padding: 4rem 6vw;
  }
  .about-values-wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .about-values-header {
    position: static;
  }
  .value-row {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}