/* ==========================================================================
   FOLIOBLOX — PROJECTS ARCHIVE STYLESHEET (projects.css)
   Inherits design language, tokens, and fonts from style.css
   ========================================================================== */

/* Reset & Core Page Constraint */
html {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

/* Dark Atmospheric Background with Colored Glow Shading (Not Plain Black) */
body.projects-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  background-color: #09080e;
  background-image:
    /* Architectural Blueprint Grid */
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    /* Top Electric Blue Glow */
    radial-gradient(ellipse 85% 50% at 50% -4%, rgba(45, 114, 255, 0.16) 0%, transparent 60%),
    /* Mid-Right Warm Amber / Sunset Glow */
    radial-gradient(circle 800px at 90% 28%, rgba(255, 90, 31, 0.10) 0%, transparent 65%),
    /* Mid-Left Imperial Violet Aura */
    radial-gradient(circle 750px at 8% 55%, rgba(168, 85, 247, 0.11) 0%, transparent 65%),
    /* Lower Electric Blue Accent */
    radial-gradient(circle 850px at 92% 78%, rgba(45, 114, 255, 0.09) 0%, transparent 65%),
    /* Bottom Emerald Depth Glow */
    radial-gradient(ellipse 100% 45% at 50% 100%, rgba(16, 185, 129, 0.09) 0%, transparent 65%);
  background-size: 80px 80px, 80px 80px, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  background-attachment: scroll, scroll, fixed, fixed, fixed, fixed, fixed;
  color: #f1f1f5;
  min-height: 100vh;
}

/* Ambient Radial Vignette */
.projects-ambient-vignette {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at center, transparent 35%, rgba(6, 5, 9, 0.5) 100%);
  z-index: 0;
}

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

/* ==========================================================================
   SECTION 1: HERO & ARCHIVE HEADER
   ========================================================================== */
.section-projects-hero {
  padding: 190px 64px 70px;
  max-width: 1680px;
  margin: 0 auto;
  width: 100%;
}

.projects-hero-inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.projects-hero-top {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 1200px;
}

.projects-headline {
  font-size: clamp(2.8rem, 5.8vw, 5.2rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.038em;
  color: #ffffff;
}

.projects-subtext {
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
  line-height: 1.62;
  color: #a8a8b4;
  max-width: 860px;
}

/* Quick Metrics Strip */
.projects-metrics-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  background: rgba(18, 16, 24, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 24px 36px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.metric-node {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.metric-val {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.metric-val-accent {
  background: linear-gradient(135deg, #ff5a1f, #ff8a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.metric-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: #92929e;
  letter-spacing: 0.02em;
}

/* Filter Tab Bar */
.projects-filter-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 14px;
}

.filter-pill-btn {
  background: rgba(22, 20, 30, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9999px;
  padding: 10px 22px;
  font-size: 0.94rem;
  font-weight: 700;
  color: #b2b2be;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.filter-pill-btn:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-2px);
}

.filter-pill-btn.active {
  background: #ffffff;
  color: #0c0a10;
  border-color: #ffffff;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.25);
}

.filter-pill-btn.active .filter-count {
  background: rgba(12, 10, 16, 0.15);
  color: #0c0a10;
}

.filter-count {
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 7px;
  border-radius: 999px;
  color: #8f8f9e;
  font-weight: 800;
}

/* ==========================================================================
   SECTION 2: ALL PROJECTS SHOWCASE GRID
   ========================================================================== */
.section-projects-grid {
  padding: 40px 64px 140px;
  max-width: 1680px;
  margin: 0 auto;
  width: 100%;
}

.projects-bento-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
}

/* Project Card */
.archive-project-card {
  background: rgba(16, 14, 22, 0.65);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.45s ease,
              box-shadow 0.45s ease,
              opacity 0.35s ease;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
}

.archive-project-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.75), 0 0 40px rgba(45, 114, 255, 0.15);
}

.archive-project-card.is-hidden {
  display: none !important;
}

/* Visual Mockup Container */
.card-media-viewport {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  position: relative;
  background: #110f17;
}

.card-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.archive-project-card:hover .card-media-img {
  transform: scale(1.06);
}

/* Top Media Overlay Badges */
.card-media-badges {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 3;
}

.media-cat-pill {
  background: rgba(12, 10, 16, 0.85);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}

.media-metric-pill {
  background: rgba(255, 90, 31, 0.9);
  backdrop-filter: blur(14px);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 800;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(255, 90, 31, 0.4);
}

/* Card Information Body */
.card-info-content {
  padding: 36px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
  justify-content: space-between;
}

.card-info-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-project-title {
  font-size: clamp(1.4rem, 1.8vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #ffffff;
  line-height: 1.25;
  transition: color 0.25s ease;
}

.archive-project-card:hover .card-project-title {
  color: #ff8a50;
}

.card-project-summary {
  font-size: 1rem;
  line-height: 1.6;
  color: #b0b0bc;
}

/* Deliverable Tags */
.card-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-badge {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #c4c4d0;
}

/* Card Action Row */
.card-action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: auto;
}

.btn-case-study {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: gap 0.25s ease, color 0.25s ease;
}

.btn-case-study:hover {
  color: #ff5a1f;
  gap: 14px;
}

.btn-case-study .action-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, transform 0.25s ease;
}

.btn-case-study:hover .action-circle {
  background: #ff5a1f;
  color: #ffffff;
  transform: rotate(45deg);
}

.project-year-badge {
  font-size: 0.85rem;
  font-weight: 700;
  color: #7e7e8c;
  letter-spacing: 0.04em;
}

/* ==========================================================================
   SECTION 3: PRODUCTION ENGINE & TECHNICAL CAPABILITIES
   ========================================================================== */
.section-capabilities {
  padding: 140px 64px 160px;
  max-width: 1680px;
  margin: 0 auto;
  width: 100%;
}

.capabilities-header {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 900px;
  margin-bottom: 64px;
}

.capabilities-headline {
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: #ffffff;
}

.capabilities-desc {
  font-size: 1.15rem;
  line-height: 1.65;
  color: #a8a8b4;
}

/* 4-Pillar Grid */
.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  width: 100%;
}

.capability-card {
  background: rgba(16, 14, 22, 0.6);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 28px;
  padding: 38px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.capability-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
}

.capability-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.capability-card:hover::before {
  opacity: 1;
}

.cap-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cap-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff8a50;
}

.cap-step-num {
  font-size: 0.92rem;
  font-weight: 800;
  color: #6a6a78;
  letter-spacing: 0.08em;
}

.cap-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.cap-body {
  font-size: 0.96rem;
  line-height: 1.6;
  color: #a4a4b2;
}

.cap-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 16px;
}

.cap-checklist li {
  font-size: 0.88rem;
  color: #c4c4d2;
  display: flex;
  align-items: center;
  gap: 10px;
}

.check-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  flex-shrink: 0;
}

/* ==========================================================================
   SECTION 4: PROJECT INQUIRY & COLLABORATIVE KICKOFF
   ========================================================================== */
.section-kickoff {
  padding: 120px 64px 180px;
  max-width: 1680px;
  margin: 0 auto;
  width: 100%;
}

.kickoff-card-wrapper {
  background: rgba(16, 14, 22, 0.7);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 40px;
  padding: 72px 80px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 72px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden;
}

/* Background Atmospheric Glow inside Card */
.kickoff-card-wrapper::after {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 90, 31, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.kickoff-left {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.status-indicator-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 0.86rem;
  font-weight: 700;
  color: #34d399;
  width: fit-content;
}

.status-pulsing-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 10px #10b981;
  animation: pulseGreen 2s infinite ease-in-out;
}

@keyframes pulseGreen {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.kickoff-headline {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #ffffff;
}

.kickoff-body {
  font-size: 1.12rem;
  line-height: 1.65;
  color: #b0b0be;
}

/* Scope Chips */
.scope-chips-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.scope-chip {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #d1d1dc;
}

.kickoff-actions-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.btn-direct-email {
  color: #9f9fb0;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: color 0.25s ease;
}

.btn-direct-email:hover {
  color: #ffffff;
}

/* Kickoff Right: Testimonial Quote Box */
.kickoff-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial-glass-box {
  background: rgba(24, 20, 32, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  position: relative;
}

.testimonial-stars {
  color: #f59e0b;
  font-size: 1.2rem;
  letter-spacing: 3px;
}

.testimonial-quote-text {
  font-size: 1.15rem;
  line-height: 1.65;
  color: #e2e2ec;
  font-style: italic;
}

.testimonial-author-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.author-avatar-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2d72ff, #a855f7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.95rem;
  box-shadow: 0 4px 16px rgba(45, 114, 255, 0.35);
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.author-name {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
}

.author-title {
  font-size: 0.85rem;
  color: #9292a0;
  font-weight: 500;
}

/* ==========================================================================
   SECTION 5: FOOTER (MODERN AGENCY SITEMAP)
   ========================================================================== */
.projects-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(10, 9, 14, 0.85);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  padding: 80px 64px 48px;
  width: 100%;
}

.footer-inner-container {
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 60px;
}

.footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 420px;
}

.footer-brand-logo {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-decoration: none;
}

.footer-brand-desc {
  font-size: 0.96rem;
  line-height: 1.6;
  color: #9696a4;
}

.footer-col-title {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links-list a {
  color: #9292a0;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

.footer-links-list a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.footer-status-widget {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.widget-status-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  font-weight: 700;
  color: #34d399;
}

.widget-timezone {
  font-size: 0.88rem;
  color: #c4c4d0;
}

.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.88rem;
  color: #727280;
}

.footer-bottom-bar a {
  color: #727280;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-bottom-bar a:hover {
  color: #ffffff;
}

/* ==========================================================================
   Mobile Menu Button & Drawer Overlay Styles
   ========================================================================== */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-menu-btn {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, border-color 0.2s ease;
  z-index: 1001;
}

.mobile-menu-btn:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
}

.menu-bar {
  width: 20px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
  display: flex;
  justify-content: flex-end;
}

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

.mobile-menu-container {
  width: min(85vw, 360px);
  height: 100%;
  background: rgba(14, 13, 18, 0.98);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 24px;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
}

.mobile-menu-overlay.active .mobile-menu-container {
  transform: translateX(0);
}

.mobile-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-menu-brand {
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.mobile-menu-close {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  transition: background 0.2s ease;
}

.mobile-menu-close:hover {
  background: rgba(255, 255, 255, 0.18);
}

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
}

.mobile-menu-link {
  color: #c4c4d0;
  font-size: 1.08rem;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 12px;
  transition: all 0.2s ease;
  display: block;
}

.mobile-menu-link:hover,
.mobile-menu-link.active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(4px);
}

.mobile-menu-link.highlight-link {
  color: var(--color-orange);
  background: rgba(255, 90, 31, 0.12);
  border: 1px solid rgba(255, 90, 31, 0.28);
}

.mobile-menu-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-drawer-cta {
  width: 100%;
  justify-content: center;
}

.mobile-quick-contacts {
  font-size: 0.82rem;
  color: #888896;
  text-align: center;
}

.mobile-quick-contacts a {
  color: #c4c4d0;
  text-decoration: none;
}

/* ==========================================================================
   RESPONSIVE DESIGN (projects.css)
   ========================================================================== */
@media (max-width: 1200px) {
  .projects-metrics-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .capabilities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-top-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 900px) {
  .header {
    padding: 16px 20px;
  }
  .nav-links {
    display: none;
  }
  .nav-cta-desktop {
    display: none;
  }
  .mobile-menu-btn {
    display: flex;
  }
  .section-projects-hero {
    padding: 110px 24px 40px;
  }
  .section-projects-grid,
  .section-capabilities,
  .section-kickoff,
  .projects-footer {
    padding-left: 24px;
    padding-right: 24px;
  }
  .projects-headline {
    font-size: clamp(2.2rem, 7.5vw, 3.4rem);
  }
  .projects-metrics-strip {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px;
    gap: 18px;
  }
  .projects-bento-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .capabilities-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .kickoff-card-wrapper {
    grid-template-columns: 1fr;
    padding: 36px 28px;
    gap: 36px;
  }
  .footer-top-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-bottom-bar {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }
}

/* Mobile Smartphone (max-width: 600px) */
@media (max-width: 600px) {
  .header {
    padding: 12px 16px;
  }
  .brand-logo {
    font-size: 1.35rem;
  }
  .section-projects-hero {
    padding: 95px 16px 36px;
  }
  .section-projects-grid,
  .section-capabilities,
  .section-kickoff,
  .projects-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
  .projects-headline {
    font-size: clamp(1.95rem, 8.2vw, 2.6rem);
    line-height: 1.08;
  }
  .projects-subtext {
    font-size: 0.92rem;
    line-height: 1.55;
  }
  .projects-metrics-strip {
    grid-template-columns: 1fr;
    padding: 18px 16px;
    border-radius: 20px;
    gap: 14px;
  }
  .metric-val {
    font-size: 1.55rem;
  }
  .projects-filter-bar {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    scrollbar-width: none;
    margin-top: 24px;
  }
  .projects-filter-bar::-webkit-scrollbar {
    display: none;
  }
  .filter-pill-btn {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 10px 18px;
    font-size: 0.88rem;
  }
  .projects-bento-grid {
    gap: 22px;
  }
  .archive-project-card {
    border-radius: 22px;
  }
  .card-media-viewport {
    aspect-ratio: 16 / 10.5;
  }
  .card-media-badges {
    top: 14px;
    left: 14px;
    right: 14px;
  }
  .media-cat-pill, .media-metric-pill {
    padding: 5px 12px;
    font-size: 0.76rem;
  }
  .card-info-content {
    padding: 22px 16px;
  }
  .card-project-title {
    font-size: 1.3rem;
  }
  .card-project-summary {
    font-size: 0.9rem;
    line-height: 1.52;
  }
  .card-tags-row {
    gap: 6px;
  }
  .tag-badge {
    padding: 5px 12px;
    font-size: 0.78rem;
  }
  .card-action-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .section-capabilities {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .capabilities-headline {
    font-size: clamp(1.85rem, 8vw, 2.4rem);
  }
  .capabilities-card {
    padding: 24px 18px;
    border-radius: 22px;
  }
  .cap-title {
    font-size: 1.22rem;
  }
  .cap-body {
    font-size: 0.88rem;
    line-height: 1.5;
  }
  .section-kickoff {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .kickoff-card-wrapper {
    padding: 28px 18px;
    border-radius: 24px;
    gap: 28px;
  }
  .kickoff-title {
    font-size: clamp(1.8rem, 7.5vw, 2.3rem);
  }
  .projects-footer {
    padding: 44px 16px 28px;
  }
  .footer-col-title {
    font-size: 1rem;
    margin-bottom: 14px;
  }
  .footer-links-list a {
    font-size: 0.92rem;
  }
  .footer-bottom-bar {
    font-size: 0.8rem;
  }
}
