/*==========================================================
  ENTITY ENTERPRISES — Projects Page v2
  projects-new.css  v3
==========================================================*/

/* ── HERO ──────────────────────────────────────────────── */
.pv2-hero {
  background: #FCFDFE;
  background-image:
    linear-gradient(rgba(13,59,140,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,59,140,.04) 1px, transparent 1px);
  background-size: 32px 32px;
  display: grid;
  grid-template-columns: 46% 54%;
  min-height: 520px;
  border-bottom: 1px solid rgba(13,59,140,.09);
  overflow: hidden;
  position: relative;
  padding: 80px 0 0;
}

/* Left side - clean luxury light panel */
.pv2-hero-left {
  background: transparent;
  color: #0A1628;
  padding: 60px 40px 60px 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-right: none;
}

.pv2-hero-tag {
  display: inline-block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .2em;
  color: #0D3B8C; /* Navy tag */
  margin-bottom: 20px;
}

.pv2-h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 800;
  color: #0A1628;
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 0 0 22px;
}

.pv2-h1 em {
  font-style: normal;
  color: #0D3B8C; /* Navy accent */
}

.pv2-hero-sub {
  font-size: .92rem;
  color: #4A5A70;
  line-height: 1.8;
  max-width: 440px;
  margin-bottom: 34px;
}

.pv2-hero-btn {
  display: inline-flex;
  align-items: center;
  background: #0A1628; /* Dark button */
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  padding: 15px 28px;
  border-radius: 999px;
  text-decoration: none;
  transition: all .3s ease;
  gap: 6px;
  width: fit-content;
  margin-bottom: 36px;
}

.pv2-hero-btn:hover {
  background: #0D3B8C;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(13,59,140,.2);
}

/* Right side - light blueprint canvas + interior SVG */
.pv2-hero-right {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
}

.pv2-room-svg {
  width: 90%;
  max-width: 440px;
  height: auto;
  filter: drop-shadow(0 15px 35px rgba(8,28,58,.08));
}

.pv2-vertical-text {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
  font-family: 'Courier New', monospace;
  font-size: .6rem;
  letter-spacing: .3em;
  color: #0D3B8C;
  opacity: .35;
  white-space: nowrap;
  pointer-events: none;
}


/* ── STATS BAR ─────────────────────────────────────────── */
.pv2-stats-bar {
  background: #fff;
  border-bottom: 1px solid rgba(13,59,140,.1);
  padding: 0;
}

.pv2-stats-row {
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(13,59,140,.1);
  border-radius: 12px;
  overflow: hidden;
  margin: 20px 0;
}

.pv2-stat-cell {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 20px;
}

.pv2-stat-sep {
  width: 1px;
  background: rgba(13,59,140,.1);
  flex-shrink: 0;
}

.pv2-stat-icon { color: #0D3B8C; opacity: .7; flex-shrink: 0; }

.pv2-stat-info { display: flex; flex-direction: column; }

.pv2-stat-info strong {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  color: #081C3A;
  line-height: 1;
}

.pv2-stat-info span {
  font-size: .68rem;
  color: #94A3B8;
  font-weight: 500;
  letter-spacing: .05em;
  margin-top: 4px;
}

/* ── FEATURED CAROUSEL ─────────────────────────────────── */
.pv2-featured-section { background: #081C3A; }

.pv2-feat-card {
  display: grid;
  grid-template-columns: 380px 1fr;
  min-height: 360px;
  position: relative;
  overflow: hidden;
}

.pv2-feat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: 0;
}

.pv2-feat-left {
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.pv2-feat-top {}

.pv2-feat-label {
  font-family: 'Courier New', monospace;
  font-size: .65rem;
  letter-spacing: .22em;
  color: rgba(255,255,255,.45);
  margin-bottom: 16px;
}

.pv2-feat-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
}

.pv2-feat-fullname {
  font-size: .9rem;
  color: rgba(255,255,255,.6);
  line-height: 1.5;
  margin-bottom: 24px;
}

.pv2-feat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.pv2-feat-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.7);
  font-size: .7rem;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 999px;
}

.pv2-feat-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-decoration: none;
  border-bottom: 1.5px solid rgba(255,255,255,.3);
  padding-bottom: 4px;
  width: fit-content;
  transition: all .25s ease;
  margin-bottom: 28px;
}

.pv2-feat-cta:hover { color: #60A5FA; border-color: #60A5FA; }

.pv2-feat-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pv2-feat-counter {
  font-family: 'Courier New', monospace;
  font-size: .8rem;
  color: rgba(255,255,255,.4);
  letter-spacing: .1em;
}

.pv2-feat-nav {
  display: flex;
  gap: 10px;
}

.pv2-feat-nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.7);
  font-size: .9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s ease;
}

.pv2-feat-nav-btn:hover {
  background: rgba(255,255,255,.15);
  color: #fff;
  border-color: rgba(255,255,255,.4);
}

.pv2-feat-right {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pv2-feat-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s ease;
}

.pv2-feat-right:hover img { transform: scale(1.04); }

.pv2-feat-right-placeholder {
  width: 100%;
  height: 100%;
  min-height: 360px;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 30px 30px;
  background-color: rgba(255,255,255,.03);
}

.pv2-feat-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #081C3A 0%, transparent 35%);
  z-index: 1;
}

/* ── CATEGORY SECTIONS ─────────────────────────────────── */
.pv2-cat-section {
  padding: 72px 0 60px;
  border-bottom: 1px solid rgba(13,59,140,.07);
}

.pv2-cat-section:nth-child(even) { background: #F8FAFC; }
.pv2-cat-section:nth-child(odd)  { background: #fff; }

.pv2-cat-inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 48px;
  align-items: start;
}

/* Left sidebar */
.pv2-cat-sidebar { padding-top: 6px; }

.pv2-cat-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3.8rem;
  font-weight: 800;
  color: rgba(13,59,140,.12);
  line-height: 1;
  margin-bottom: 4px;
}

.pv2-cat-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #081C3A;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 12px;
}

.pv2-cat-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2.5px;
  background: #0D3B8C;
  border-radius: 999px;
}

.pv2-cat-desc {
  font-size: .82rem;
  color: #64748B;
  line-height: 1.75;
  margin-bottom: 20px;
}

.pv2-cat-viewall {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #0D3B8C;
  text-decoration: none;
  transition: all .2s ease;
  opacity: .8;
}

.pv2-cat-viewall:hover { opacity: 1; letter-spacing: .14em; }

/* Right cards area */
.pv2-cat-cards-area { position: relative; }

.pv2-cat-nav {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 16px;
}

.pv2-nav-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(13,59,140,.18);
  background: #fff;
  color: #0D3B8C;
  font-size: .9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s ease;
}

.pv2-nav-btn:hover {
  background: #0D3B8C;
  color: #fff;
  border-color: #0D3B8C;
}

.pv2-nav-btn:disabled {
  opacity: .35;
  cursor: default;
}

.pv2-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

/* ── IMAGE CARD ────────────────────────────────────────── */
.pv2-img-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 3/3.8;
  background: #E8EEF8;
  transition: transform .35s ease, box-shadow .35s ease;
  border: 1px solid rgba(13,59,140,.08);
}

.pv2-img-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(13,59,140,.14);
}

.pv2-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.pv2-img-card:hover img { transform: scale(1.07); }

/* Card slideshow / scroll effect for projects with multiple images */
.pv2-slideshow {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  position: relative !important;
}

.pv2-slideshow-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: calc(100% * var(--n)) !important;
  height: 100% !important;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.pv2-slideshow-track img {
  width: calc(100% / var(--n)) !important;
  height: 100% !important;
  object-fit: cover !important;
  flex-shrink: 0 !important;
  display: block !important;
  transition: none !important; /* disable scale transition within track */
}

/* Blueprint placeholder when no image */
.pv2-img-card-placeholder {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(rgba(13,59,140,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,59,140,.05) 1px, transparent 1px);
  background-size: 18px 18px;
  background-color: #EEF3FB;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pv2-img-card-placeholder::after {
  content: "";
  width: 60px;
  height: 44px;
  border: 1.5px solid rgba(13,59,140,.2);
  border-radius: 3px;
  box-shadow: 0 -12px 0 0 rgba(13,59,140,.08);
}

/* Logo badge top-left */
.pv2-img-card-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}

.pv2-logo-ph {
  width: 48px;
  height: 26px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(13,59,140,.12);
  border-radius: 6px;
  backdrop-filter: blur(4px);
}

/* Dark gradient overlay at bottom */
.pv2-img-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 12px 12px;
  background: linear-gradient(to top, rgba(8,28,58,.88) 0%, rgba(8,28,58,.4) 60%, transparent 100%);
  z-index: 2;
}

.pv2-img-card-overlay h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .82rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 4px;
}

.pv2-img-card-overlay p {
  font-size: .68rem;
  color: rgba(255,255,255,.65);
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Arrow circle bottom-right */
.pv2-img-card-arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .75rem;
  z-index: 3;
  transition: all .25s ease;
}

.pv2-img-card:hover .pv2-img-card-arrow {
  background: #fff;
  color: #0D3B8C;
}

/* ── MODAL ─────────────────────────────────────────────── */
.pv2-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: stretch;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
}

.pv2-modal.is-open {
  pointer-events: all;
  opacity: 1;
}

.pv2-modal-bd {
  position: absolute;
  inset: 0;
  background: rgba(8,28,58,.65);
  backdrop-filter: blur(4px);
  cursor: pointer;
}

.pv2-modal-panel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 520px;
  max-width: 95vw;
  background: #fff;
  z-index: 1;
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.16,1,.3,1);
  display: flex;
  flex-direction: column;
  box-shadow: -20px 0 60px rgba(0,0,0,.2);
}

.pv2-modal.is-open .pv2-modal-panel { transform: translateX(0); }

.pv2-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(13,59,140,.15);
  background: #fff;
  color: #081C3A;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all .2s ease;
}

.pv2-modal-close:hover { background: #081C3A; color: #fff; }

.pv2-modal-scroll { overflow-y: auto; height: 100%; }

.pv2-modal-img {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

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

.pv2-modal-img-ph {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(rgba(13,59,140,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,59,140,.06) 1px, transparent 1px);
  background-size: 22px 22px;
  background-color: #EEF3FB;
}

/* Modal Image Slider & Tracks */
.pv2-modal-img-slider {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  flex-shrink: 0;
  background: #000;
}

.pv2-modal-img-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: calc(100% * var(--n)) !important;
  height: 100% !important;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.pv2-modal-slide {
  width: calc(100% / var(--n)) !important;
  height: 100% !important;
  flex-shrink: 0 !important;
}

.pv2-modal-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Slider Controls */
.pv2-modal-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(8, 28, 58, 0.65);
  backdrop-filter: blur(2px);
  color: #fff;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background 0.3s ease, transform 0.3s ease;
  z-index: 10;
  outline: none;
}

.pv2-modal-slider-btn:hover {
  background: #0D3B8C;
  transform: translateY(-50%) scale(1.05);
}

.pv2-modal-slider-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.pv2-modal-slider-prev {
  left: 16px;
}

.pv2-modal-slider-next {
  right: 16px;
}

/* Dots indicator */
.pv2-modal-slider-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 10;
}

.pv2-modal-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.pv2-modal-dot:hover {
  background: rgba(255, 255, 255, 0.85);
  transform: scale(1.2);
}

.pv2-modal-dot.active {
  background: #fff;
  transform: scale(1.3);
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
}

.pv2-modal-info { padding: 28px 32px 40px; }

.pv2-modal-type {
  display: inline-block;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .16em;
  color: #0D3B8C;
  background: rgba(13,59,140,.07);
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.pv2-modal-info h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #081C3A;
  line-height: 1.25;
  margin-bottom: 16px;
}

.pv2-modal-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.pv2-modal-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .72rem;
  font-weight: 500;
  color: #64748B;
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  padding: 6px 12px;
  border-radius: 999px;
}

.pv2-modal-divider {
  height: 1px;
  background: rgba(13,59,140,.07);
  margin: 0 0 24px;
}

.pv2-modal-field { margin-bottom: 24px; }

.pv2-modal-field h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #0D3B8C;
  margin-bottom: 8px;
}

.pv2-modal-field p {
  font-size: .88rem;
  color: #334155;
  line-height: 1.85;
}

/* ── CTA STRIP ─────────────────────────────────────────── */
.pv2-cta-strip {
  background: #081C3A;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.pv2-cta-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 50px 50px;
}

.pv2-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.pv2-cta-eyebrow {
  font-family: 'Courier New', monospace;
  font-size: .62rem;
  letter-spacing: .22em;
  color: rgba(255,255,255,.4);
  margin-bottom: 10px;
}

.pv2-cta-left h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}

.pv2-cta-left h2 span { color: #60A5FA; }

.pv2-cta-right { flex-shrink: 0; text-align: right; }

.pv2-cta-right p {
  font-size: .86rem;
  color: rgba(255,255,255,.55);
  line-height: 1.8;
  margin-bottom: 22px;
}

.pv2-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #081C3A;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 15px 28px;
  border-radius: 999px;
  text-decoration: none;
  transition: all .3s ease;
}

.pv2-cta-btn:hover {
  background: #60A5FA;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(96,165,250,.3);
}

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1100px) {
  .pv2-hero-inner { grid-template-columns: 1fr 320px; }
  .pv2-cat-grid   { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  .pv2-hero-inner { grid-template-columns: 1fr; }
  .pv2-hero-right { display: none; }
  .pv2-feat-card  { grid-template-columns: 1fr; }
  .pv2-feat-right { height: 220px; }
  .pv2-cat-inner  { grid-template-columns: 1fr; gap: 24px; }
  .pv2-cat-grid   { grid-template-columns: repeat(2, 1fr); }
  .pv2-cta-inner  { flex-direction: column; text-align: center; gap: 30px; }
  .pv2-cta-right  { text-align: center; }
}

@media (max-width: 520px) {
  .pv2-cat-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .pv2-stats-row { flex-wrap: wrap; }
  .pv2-stat-cell { flex: 1 1 45%; }
  .pv2-stat-sep  { display: none; }
}


/* ── CATEGORY FILTER TOGGLES & SHOWCASE ──────────────── */
.pv2-filter-section {
  padding: 40px 0 20px;
  background: #FCFDFE;
  border-bottom: 1px solid rgba(13,59,140,.06);
  text-align: center;
  position: sticky;
  top: 70px; /* Below navbar */
  z-index: 99;
}

.projects-filter-bar {
  display: inline-flex;
  gap: 8px;
  background: #F1F4F9;
  padding: 6px;
  border-radius: 999px;
  border: 1px solid rgba(13,59,140,.06);
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
.projects-filter-bar::-webkit-scrollbar {
  display: none;
}

.filter-btn {
  background: transparent;
  border: none;
  padding: 10px 22px;
  border-radius: 999px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #4A5A70;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.filter-btn.active, .filter-btn:hover {
  background: #0A1628;
  color: #fff;
  box-shadow: 0 4px 12px rgba(10,22,40,0.15);
}

/* Category Vertical Showcase styling */
.showcase-container {
  max-width: 1400px;
  margin: 60px auto;
  padding: 0 4%;
}

.category-showcase-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(30px);
  animation: slideUpFade 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.category-showcase-row.reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.category-showcase-row.reverse .showcase-image-col {
  order: 2;
}
.category-showcase-row.reverse .showcase-content-col {
  order: 1;
}

.showcase-image-col {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(8,28,58,0.06);
  height: 380px;
  position: relative;
  background: #F1F4F9;
}

.showcase-image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 6s ease;
}

.category-showcase-row:hover .showcase-image-col img {
  transform: scale(1.05);
}

.showcase-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FCFDFE 0%, #F1F4F9 100%);
  border: 2px dashed rgba(13,59,140,0.15);
  border-radius: 20px;
  color: #0D3B8C;
  padding: 20px;
  text-align: center;
}

.showcase-image-placeholder svg {
  opacity: 0.25;
  margin-bottom: 12px;
}

.showcase-image-placeholder span {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0.6;
}

.showcase-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.showcase-tag {
  font-family: 'Courier New', monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #0D3B8C;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.showcase-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 800;
  color: #0A1628;
  line-height: 1.25;
  margin: 0 0 16px;
}

.showcase-desc {
  font-size: 0.92rem;
  color: #4A5A70;
  line-height: 1.7;
  margin-bottom: 24px;
}

.showcase-meta-list {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
  padding: 0;
  list-style: none;
}

.showcase-meta-item {
  font-size: 0.88rem;
  color: #4A5A70;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.showcase-meta-label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0D3B8C;
  text-transform: uppercase;
  width: 110px;
  flex-shrink: 0;
}

.showcase-meta-val {
  color: #0A1628;
  font-weight: 500;
}

.showcase-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0A1628;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
}

.showcase-link:hover {
  color: #0D3B8C;
  transform: translateX(4px);
}

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

/* Animations for sequential loading of showcase items */
.category-showcase-row:nth-child(1) { animation-delay: 0.05s; }
.category-showcase-row:nth-child(2) { animation-delay: 0.15s; }
.category-showcase-row:nth-child(3) { animation-delay: 0.25s; }
.category-showcase-row:nth-child(4) { animation-delay: 0.35s; }
.category-showcase-row:nth-child(5) { animation-delay: 0.45s; }
.category-showcase-row:nth-child(n+6) { animation-delay: 0.55s; }
