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

  :root {
    --navy: #2E3F6F;
    --navy-mid: #3A4F82;
    --navy-dark: #1E2D52;
    --gold: #F5C200;
    --gold-light: #FFD94D;
    --gold-pale: #FFF5C2;
    --cream: #F4F6FB;
    --text-dark: #1A1A2E;
    --text-muted: #6B7080;
    --white: #FFFFFF;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans: 'DM Sans', system-ui, sans-serif;
  }

  html { scroll-behavior: smooth; }
  body { font-family: var(--sans); color: var(--text-dark); background: var(--white); overflow-x: hidden; }

  /* ── HEADER ── */
  header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 4rem; height: 80px;
    background: rgba(46, 63, 111, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(245, 194, 0, 0.25);
    transition: background 0.4s ease;
  }
  .logo {
    display: flex; align-items: center; gap: 12px; text-decoration: none;
  }
  .logo-mark {
    width: 38px; height: 38px;
    background: var(--gold);
    display: flex; align-items: center; justify-content: center;
  }
  .logo-mark span {
    font-family: var(--serif); font-size: 20px; font-weight: 600;
    color: var(--navy); display: block;
  }
  .logo-text {
    font-family: var(--serif); font-size: 22px; font-weight: 300;
    color: var(--white); letter-spacing: 4px; text-transform: uppercase;
  }
  nav { display: flex; align-items: center; gap: 2.5rem; }
  nav a {
    font-family: var(--sans); font-size: 12px; font-weight: 400;
    color: rgba(255,255,255,0.75); text-decoration: none;
    letter-spacing: 2px; text-transform: uppercase;
    position: relative; padding-bottom: 2px;
    transition: color 0.3s ease;
  }
  nav a::after {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 0; height: 1px; background: var(--gold);
    transition: width 0.3s ease;
  }
  nav a:hover { color: var(--gold); }
  nav a:hover::after { width: 100%; }
  .nav-cta {
    font-size: 11px !important; letter-spacing: 2px;
    padding: 10px 24px !important;
    border: 1px solid var(--gold); color: var(--gold) !important;
    transition: all 0.3s ease !important;
  }
  .nav-cta:hover { background: var(--gold) !important; color: var(--navy) !important; }
  .nav-cta::after { display: none !important; }

  /* ── HERO SLIDER ── */
  .hero {
    position: relative; width: 100%; height: 100vh;
    overflow: hidden;
  }
  .slides { display: flex; height: 100%; transition: transform 0.9s cubic-bezier(0.77,0,0.175,1); }
  .slide {
    min-width: 100%; height: 100%;
    position: relative; display: flex; align-items: center;
    overflow: hidden;
  }
  .slide-bg {
    position: absolute; inset: 0; background-size: cover; background-position: center;
    transform: scale(1.08); transition: transform 8s ease;
  }
  .slide.active .slide-bg { transform: scale(1); }
  .slide-1-bg { background-image: url('https://picsum.photos/seed/manufacturing/1920/1080'); background-size: cover; background-position: center; }
  .slide-2-bg { background-image: url('https://picsum.photos/seed/technology7/1920/1080'); background-size: cover; background-position: center; }
  .slide-3-bg { background-image: url('https://picsum.photos/seed/forest88/1920/1080'); background-size: cover; background-position: center; }
  .slide-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(30,45,82,0.82) 0%, rgba(30,45,82,0.45) 55%, rgba(30,45,82,0.15) 100%);
  }
  .slide-content {
    position: relative; z-index: 2;
    padding: 0 4rem; max-width: 680px;
    opacity: 0; transform: translateX(-40px);
    transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s;
  }
  .slide.active .slide-content { opacity: 1; transform: translateX(0); }
  .slide-eyebrow {
    font-size: 11px; font-weight: 400; letter-spacing: 4px;
    text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem;
    display: flex; align-items: center; gap: 12px;
  }
  .slide-eyebrow::before {
    content: ''; display: block; width: 40px; height: 1px; background: var(--gold);
  }
  .slide-title {
    font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 300; color: var(--white); line-height: 1.1;
    margin-bottom: 1.5rem; letter-spacing: -0.5px;
  }
  .slide-desc {
    font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.65);
    line-height: 1.8; margin-bottom: 2.5rem; max-width: 420px;
  }
  .slide-btn {
    display: inline-flex; align-items: center; gap: 14px;
    font-size: 11px; font-weight: 500; letter-spacing: 3px;
    text-transform: uppercase; color: var(--navy); text-decoration: none;
    background: var(--gold); padding: 16px 36px;
    transition: all 0.3s ease;
  }
  .slide-btn:hover { background: var(--gold-light); }
  .slide-btn svg { transition: transform 0.3s ease; }
  .slide-btn:hover svg { transform: translateX(4px); }

  /* Geometric decorative elements on slides */
  .slide-deco {
    position: absolute; right: 6rem; bottom: 10rem;
    width: 300px; height: 300px; opacity: 0.08;
  }
  .slide-deco-ring {
    position: absolute; inset: 0; border: 1px solid var(--gold); border-radius: 50%;
    animation: spin 20s linear infinite;
  }
  .slide-deco-ring:nth-child(2) {
    inset: 30px; animation-direction: reverse; animation-duration: 15s;
  }
  @keyframes spin { to { transform: rotate(360deg); } }

  /* Slider Controls */
  .slider-controls {
    position: absolute; bottom: 2.5rem; left: 4rem;
    display: flex; align-items: center; gap: 1rem; z-index: 10;
  }
  .slider-dot {
    width: 24px; height: 2px; background: rgba(255,255,255,0.3);
    cursor: pointer; transition: all 0.3s ease; border: none; padding: 0;
  }
  .slider-dot.active { width: 48px; background: var(--gold); }
  .slider-arrows {
    position: absolute; bottom: 2.2rem; right: 4rem;
    display: flex; gap: 1rem; z-index: 10;
  }
  .arrow-btn {
    width: 48px; height: 48px;
    border: 1px solid rgba(255,255,255,0.25); background: transparent;
    display: flex; align-items: center; justify-content: center;
    color: var(--white); cursor: pointer; transition: all 0.3s ease;
  }
  .arrow-btn:hover { border-color: var(--gold); color: var(--gold); }

  /* Slide number */
  .slide-counter {
    position: absolute; top: 50%; right: 4rem; transform: translateY(-50%);
    font-family: var(--serif); font-size: 13px;
    color: rgba(255,255,255,0.4); z-index: 10; writing-mode: vertical-rl;
    letter-spacing: 3px;
  }

  /* ── ABOUT ── */
  .about {
    display: grid; grid-template-columns: 1fr 1fr;
    min-height: 85vh; overflow: hidden;
  }
  .about-visual {
    position: relative; overflow: hidden;
    background: #1E2D52;
  }
  .about-visual > img.about-photo {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: center;
    display: block;
  }
  .about-img-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(160deg, rgba(30,45,82,0.55) 0%, rgba(46,63,111,0.35) 60%, rgba(30,45,82,0.7) 100%);
    display: flex; align-items: center; justify-content: center;
  }
  .about-img-inner {
    text-align: center; opacity: 0.15;
  }
  .about-pattern {
    width: 320px; height: 320px;
    border: 1px solid var(--gold);
    position: relative; transform: rotate(15deg);
  }
  .about-pattern::before {
    content: ''; position: absolute;
    inset: 20px; border: 1px solid var(--gold);
  }
  .about-pattern::after {
    content: ''; position: absolute;
    inset: 40px; border: 1px solid var(--gold);
  }
  .about-year {
    position: absolute; bottom: 3rem; left: 3rem;
    font-family: var(--serif); font-size: 7rem; font-weight: 300;
    color: rgba(200,169,110,0.15); line-height: 1; user-select: none;
  }
  .about-label {
    position: absolute; top: 3rem; left: 3rem;
    font-size: 11px; letter-spacing: 4px; text-transform: uppercase;
    color: var(--gold); writing-mode: vertical-rl; transform: rotate(180deg);
  }
  .about-content {
    padding: 7rem 5rem; display: flex; flex-direction: column;
    justify-content: center; background: var(--cream);
  }
  .section-label {
    font-size: 11px; font-weight: 400; letter-spacing: 4px;
    text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem;
    display: flex; align-items: center; gap: 12px;
  }
  .section-label::before { content: ''; width: 32px; height: 1px; background: var(--gold); display: block; }
  .about-title {
    font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 300; color: var(--navy); line-height: 1.15;
    margin-bottom: 2rem; letter-spacing: -0.5px;
  }
  .about-text {
    font-size: 15px; font-weight: 300; line-height: 1.9;
    color: var(--text-muted); margin-bottom: 1.5rem; max-width: 480px;
  }
  .about-stats {
    display: flex; gap: 3rem; margin-top: 3rem;
    padding-top: 3rem; border-top: 1px solid rgba(0,0,0,0.08);
  }
  .stat-num {
    font-family: var(--serif); font-size: 2.8rem; font-weight: 300;
    color: var(--navy); line-height: 1;
  }
  .stat-num span { font-size: 1.4rem; color: var(--gold); }
  .stat-label { font-size: 11px; letter-spacing: 2px; color: var(--text-muted); text-transform: uppercase; margin-top: 6px; }

  /* ── PRODUCTS ── */
  .products { padding: 8rem 0; background: var(--white); }
  .products-header { padding: 0 4rem; margin-bottom: 4rem; display: flex; align-items: flex-end; justify-content: space-between; }
  .section-header { text-align: center; margin-bottom: 5rem; }
  .section-title {
    font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 300; color: var(--navy); line-height: 1.2;
    margin-bottom: 1rem; letter-spacing: -0.3px;
  }
  .section-sub { font-size: 14px; color: var(--text-muted); max-width: 500px; line-height: 1.7; }
  .section-divider { width: 40px; height: 1px; background: var(--gold); margin: 1.2rem 0; }

  .cat-slider-nav { display: flex; gap: 10px; flex-shrink: 0; padding-bottom: 4px; }
  .cat-nav-btn {
    width: 44px; height: 44px; border: 1px solid rgba(13,27,42,0.18); background: transparent;
    display: flex; align-items: center; justify-content: center;
    color: var(--navy); cursor: pointer; transition: all 0.3s ease;
  }
  .cat-nav-btn:hover { border-color: var(--gold); color: var(--gold); background: rgba(200,169,110,0.06); }
  .cat-nav-btn:disabled { opacity: 0.25; cursor: default; pointer-events: none; }
  .cat-nav-btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.5; }

  /* Slider track */
  .cat-slider-wrap { position: relative; overflow: hidden; }
  .cat-slider-track {
    display: flex; gap: 1px;
    transition: transform 0.55s cubic-bezier(0.77, 0, 0.175, 1);
    will-change: transform;
    cursor: grab;
    user-select: none;
  }
  .cat-slider-track:active { cursor: grabbing; }

  /* Each card is 1/5 of viewport */
  .category-card {
    flex: 0 0 calc(20% - 1px);
    min-width: 0;
    background: var(--white); padding: 2.5rem 2rem;
    position: relative; overflow: hidden;
    transition: background 0.4s ease; cursor: pointer;
    border-right: 1px solid #e8e2d8;
    display: flex; flex-direction: column;
  }
  .category-card::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0;
    height: 3px; background: var(--gold); transform: scaleX(0);
    transition: transform 0.4s ease; transform-origin: left;
  }
  .category-card:hover { background: var(--cream); }
  .category-card:hover::after { transform: scaleX(1); }

  .cat-number {
    font-family: var(--serif); font-size: 3.5rem; font-weight: 300;
    color: rgba(13,27,42,0.05); position: absolute; top: 1rem; right: 1.2rem;
    line-height: 1; user-select: none;
  }
  .cat-icon {
    width: 48px; height: 48px; margin-bottom: 1.4rem;
    border: 1px solid rgba(200,169,110,0.4);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
  .cat-icon svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
  .cat-title {
    font-family: var(--serif); font-size: 1.25rem; font-weight: 400;
    color: var(--navy); margin-bottom: 0.6rem; line-height: 1.3;
  }
  .cat-desc {
    font-size: 12px; color: var(--text-muted); line-height: 1.7;
    margin-bottom: 1.2rem;
  }
  .cat-products { display: flex; flex-direction: column; gap: 8px; margin-top: auto; }
  .cat-product-item {
    display: flex; align-items: center; gap: 10px;
    padding: 8px; background: rgba(13,27,42,0.03);
    transition: background 0.2s ease;
  }
  .cat-product-item:hover { background: rgba(200,169,110,0.1); }
  .product-thumb {
    width: 38px; height: 38px; flex-shrink: 0;
    background: var(--cream);
    overflow: hidden;
  }
  .product-thumb img {
    width: 100%; height: 100%; object-fit: cover; display: block;
  }
  .product-name { font-size: 11px; font-weight: 400; color: var(--navy); letter-spacing: 0.3px; line-height: 1.4; }
  .product-code { font-size: 10px; color: var(--text-muted); margin-top: 2px; }
  .cat-link {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 10px; font-weight: 500; letter-spacing: 2.5px;
    text-transform: uppercase; color: var(--gold); text-decoration: none;
    margin-top: 1.5rem;
  }
  .cat-link::after { content: '→'; transition: transform 0.3s ease; display: inline-block; }
  .cat-link:hover::after { transform: translateX(4px); }

  /* Progress bar */
  .cat-progress-wrap { padding: 2rem 4rem 0; display: flex; align-items: center; gap: 1.5rem; }
  .cat-progress-bar { flex: 1; height: 2px; background: rgba(13,27,42,0.08); position: relative; }
  .cat-progress-fill { height: 100%; background: var(--gold); transition: width 0.55s cubic-bezier(0.77, 0, 0.175, 1); width: 0%; }
  .cat-progress-label { font-size: 11px; color: var(--text-muted); letter-spacing: 1px; white-space: nowrap; }

  /* ── SUSTAINABILITY ── */
  .sustainability {
    background: var(--navy); padding: 8rem 4rem;
    position: relative; overflow: hidden;
  }
  .sustainability > .sust-bg-img {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: center;
    opacity: 0.08;
  }
  .sust-bg-text {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    font-family: var(--serif); font-size: 22vw; font-weight: 300;
    color: rgba(255,255,255,0.02); white-space: nowrap; pointer-events: none;
    user-select: none; letter-spacing: -5px;
  }
  .sust-inner {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: 1fr 2fr; gap: 6rem; align-items: center;
  }
  .sust-left .section-label { color: var(--gold); }
  .sust-title {
    font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 300; color: var(--white); line-height: 1.1; letter-spacing: -0.5px;
  }
  .sust-right { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
  .sust-card {
    padding: 2.5rem 2rem; background: rgba(255,255,255,0.04);
    border: 1px solid rgba(200,169,110,0.12); transition: all 0.3s ease;
  }
  .sust-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(200,169,110,0.3); }
  .sust-card-icon { color: var(--gold); margin-bottom: 1.2rem; font-size: 24px; }
  .sust-card-title {
    font-family: var(--serif); font-size: 1.2rem; font-weight: 400;
    color: var(--white); margin-bottom: 0.75rem;
  }
  .sust-card-text { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.7; }

  /* ── FOOTER ── */
  footer { background: #141D38; padding: 5rem 4rem 2rem; }
  .footer-top {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 3rem;
    padding-bottom: 4rem; border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .footer-brand .logo-text { font-size: 18px; display: block; margin-bottom: 1rem; margin-top: 0.5rem; }
  .footer-tagline { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.7; max-width: 240px; margin-bottom: 2rem; }
  .social-links { display: flex; gap: 12px; }
  .social-btn {
    width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.12);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.5); text-decoration: none; font-size: 13px;
    transition: all 0.3s ease;
  }
  .social-btn:hover { border-color: var(--gold); color: var(--gold); }
  .footer-col-title {
    font-size: 11px; font-weight: 500; letter-spacing: 3px;
    text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem;
  }
  .footer-links { display: flex; flex-direction: column; gap: 10px; }
  .footer-links a {
    font-size: 13px; color: rgba(255,255,255,0.45); text-decoration: none;
    transition: color 0.3s ease; line-height: 1.5;
  }
  .footer-links a:hover { color: var(--white); }
  .footer-bottom {
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 2rem; font-size: 12px; color: rgba(255,255,255,0.2);
  }
  .footer-bottom a { color: rgba(255,255,255,0.3); text-decoration: none; }
  .footer-bottom a:hover { color: var(--gold); }

  /* ── SCROLL ANIMATION ── */
  .reveal {
    opacity: 0; transform: translateY(32px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .reveal.visible { opacity: 1; transform: none; }
  .reveal-delay-1 { transition-delay: 0.15s; }
  .reveal-delay-2 { transition-delay: 0.3s; }
  .reveal-delay-3 { transition-delay: 0.45s; }

  /* ═══════════════════════════════════════════════════════════
   INNER PAGES — Shared styles
   Depends on: assets/css/style.css (CSS variables, base)
   ═══════════════════════════════════════════════════════════ */

/* ── Page Hero Banner ── */
.page-hero {
  margin-top: 80px; /* header height */
  position: relative;
  height: 340px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--navy-dark);
}
.page-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.05);
  transition: transform 6s ease;
}
.page-hero-bg.loaded { transform: scale(1); }
.page-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    160deg,
    rgba(30, 45, 82, 0.92) 0%,
    rgba(46, 63, 111, 0.72) 50%,
    rgba(30, 45, 82, 0.88) 100%
  );
}
.page-hero-content {
  position: relative; z-index: 2;
  padding: 0 4rem 3.5rem;
  width: 100%;
}
.breadcrumb {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 1.2rem;
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
}
.breadcrumb a {
  color: rgba(255,255,255,0.5); text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb-sep { color: rgba(255,255,255,0.2); font-size: 10px; }
.breadcrumb-current { color: var(--gold); }
.page-hero-title {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 300; color: var(--white);
  line-height: 1.1; letter-spacing: -0.5px;
}
.page-hero-sub {
  font-size: 14px; color: rgba(255,255,255,0.55);
  margin-top: 0.75rem; font-weight: 300;
}
.page-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold); color: var(--navy);
  font-size: 11px; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; padding: 6px 16px;
  margin-top: 1.2rem;
}

/* ── Page Layout ── */
.page-body {
  background: #F7F8FC;
  min-height: 60vh;
}
.page-container {
  max-width: 1400px; margin: 0 auto;
  padding: 3.5rem 4rem;
}

/* ── Toolbar (filter + count) ── */
.page-toolbar {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 2.5rem; gap: 2rem; flex-wrap: wrap;
}
.toolbar-left { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.filter-btn {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 500; letter-spacing: 2px;
  text-transform: uppercase; padding: 9px 20px;
  border: 1px solid rgba(46,63,111,0.18); background: var(--white);
  color: var(--navy); cursor: pointer; transition: all 0.25s ease;
  white-space: nowrap;
}
.filter-btn:hover,
.filter-btn.active {
  background: var(--navy); color: var(--white);
  border-color: var(--navy);
}
.filter-btn.active-gold {
  background: var(--gold); color: var(--navy);
  border-color: var(--gold);
}
.filter-btn svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.5; flex-shrink: 0; }
.toolbar-right { display: flex; align-items: center; gap: 1.5rem; }
.result-count { font-size: 13px; color: var(--text-muted); white-space: nowrap; }
.result-count strong { color: var(--navy); font-weight: 600; }
.search-wrap {
  position: relative;
}
.search-input {
  padding: 9px 16px 9px 38px;
  border: 1px solid rgba(46,63,111,0.16); background: var(--white);
  font-family: var(--sans); font-size: 13px; color: var(--text-dark);
  outline: none; width: 220px; transition: border-color 0.25s;
}
.search-input:focus { border-color: var(--navy); }
.search-icon {
  position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
  width: 15px; height: 15px; stroke: var(--text-muted); fill: none; stroke-width: 1.5;
  pointer-events: none;
}
.view-toggle { display: flex; border: 1px solid rgba(46,63,111,0.16); overflow: hidden; }
.view-btn {
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  background: var(--white); border: none; cursor: pointer; transition: all 0.2s;
  color: var(--text-muted);
}
.view-btn.active { background: var(--navy); color: var(--white); }
.view-btn svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.5; }

/* ── Categories Grid ── */
.categories-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.categories-listing.list-view {
  grid-template-columns: 1fr;
  gap: 1px;
}

/* ── Category Card (grid view) ── */
.cat-card {
  background: var(--white);
  display: flex; flex-direction: column;
  position: relative; overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  text-decoration: none; color: inherit;
}
.cat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(30,45,82,0.12);
}
.cat-card-img {
  position: relative; height: 200px; overflow: hidden;
  background: var(--navy-dark);
  flex-shrink: 0;
}
.cat-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  display: block; transition: transform 0.6s ease;
}
.cat-card:hover .cat-card-img img { transform: scale(1.06); }
.cat-card-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(30,45,82,0.65) 0%, transparent 55%);
}
.cat-card-badge {
  position: absolute; top: 1rem; left: 1rem;
  background: var(--gold); color: var(--navy);
  font-size: 10px; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; padding: 4px 10px;
}
.cat-card-count {
  position: absolute; bottom: 1rem; right: 1rem;
  font-size: 11px; color: rgba(255,255,255,0.8);
  letter-spacing: 1px; display: flex; align-items: center; gap: 5px;
}
.cat-card-count svg { width: 12px; height: 12px; stroke: var(--gold); fill: none; stroke-width: 2; }
.cat-card-body {
  padding: 1.5rem; flex: 1; display: flex; flex-direction: column;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s ease;
}
.cat-card:hover .cat-card-body { border-color: var(--gold); }
.cat-card-icon-row {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 1rem;
}
.cat-card-icon {
  width: 40px; height: 40px;
  border: 1px solid rgba(46,63,111,0.15);
  display: flex; align-items: center; justify-content: center;
}
.cat-card-icon svg { width: 18px; height: 18px; stroke: var(--navy); fill: none; stroke-width: 1.5; }
.cat-card-num {
  font-family: var(--serif); font-size: 2.5rem; font-weight: 300;
  color: rgba(46,63,111,0.07); line-height: 1;
}
.cat-card-title {
  font-family: var(--serif); font-size: 1.2rem; font-weight: 400;
  color: var(--navy); margin-bottom: 0.5rem; line-height: 1.3;
}
.cat-card-desc {
  font-size: 12px; color: var(--text-muted); line-height: 1.7;
  flex: 1; margin-bottom: 1.2rem;
}
.cat-card-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 1rem; border-top: 1px solid rgba(46,63,111,0.07);
}
.cat-card-link {
  font-size: 10px; font-weight: 600; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--gold);
  display: flex; align-items: center; gap: 6px;
}
.cat-card-link svg { transition: transform 0.3s; }
.cat-card:hover .cat-card-link svg { transform: translateX(4px); }
.cat-card-product-count {
  font-size: 11px; color: var(--text-muted); letter-spacing: 0.5px;
}
.cat-card-product-count span { color: var(--navy); font-weight: 600; }

/* ── Category List Row (list view) ── */
.cat-list-row {
  background: var(--white);
  display: flex; align-items: center; gap: 2rem;
  padding: 1.5rem 2rem; text-decoration: none; color: inherit;
  border-bottom: 1px solid rgba(46,63,111,0.07);
  transition: background 0.25s ease;
  position: relative;
}
.cat-list-row::after {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px; background: var(--gold);
  transform: scaleY(0); transition: transform 0.3s ease;
}
.cat-list-row:hover { background: var(--cream); }
.cat-list-row:hover::after { transform: scaleY(1); }
.cat-list-img {
  width: 72px; height: 72px; flex-shrink: 0; overflow: hidden; background: var(--navy-dark);
}
.cat-list-img img { width: 100%; height: 100%; object-fit: cover; }
.cat-list-body { flex: 1; min-width: 0; }
.cat-list-title {
  font-family: var(--serif); font-size: 1.15rem; font-weight: 400;
  color: var(--navy); margin-bottom: 0.3rem;
}
.cat-list-desc { font-size: 13px; color: var(--text-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cat-list-meta { display: flex; align-items: center; gap: 2rem; flex-shrink: 0; }
.cat-list-badge {
  font-size: 10px; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; background: rgba(245,194,0,0.15);
  color: var(--navy); padding: 4px 12px; white-space: nowrap;
}
.cat-list-count { font-size: 12px; color: var(--text-muted); white-space: nowrap; }
.cat-list-count strong { color: var(--navy); }
.cat-list-arrow { color: var(--gold); flex-shrink: 0; }
.cat-list-arrow svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.5; transition: transform 0.3s; }
.cat-list-row:hover .cat-list-arrow svg { transform: translateX(4px); }

/* ── No results ── */
.no-results {
  grid-column: 1 / -1; text-align: center;
  padding: 5rem 2rem; color: var(--text-muted);
  font-size: 15px;
}
.no-results svg { width: 48px; height: 48px; stroke: rgba(46,63,111,0.2); fill: none; stroke-width: 1; margin-bottom: 1rem; display: block; margin-inline: auto; }

/* ── Page Reveal Animations ── */
.fade-up {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible { opacity: 1; transform: none; }
.fade-up:nth-child(2) { transition-delay: 0.08s; }
.fade-up:nth-child(3) { transition-delay: 0.16s; }
.fade-up:nth-child(4) { transition-delay: 0.24s; }
.fade-up:nth-child(5) { transition-delay: 0.08s; }
.fade-up:nth-child(6) { transition-delay: 0.16s; }
.fade-up:nth-child(7) { transition-delay: 0.24s; }
.fade-up:nth-child(8) { transition-delay: 0.32s; }

/* ── Responsive ── */
@media (max-width: 1200px) {
  .categories-listing { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .categories-listing { grid-template-columns: repeat(2, 1fr); }
  .page-container { padding: 2.5rem 2rem; }
  .page-hero-content { padding: 0 2rem 2.5rem; }
}
@media (max-width: 600px) {
  .categories-listing { grid-template-columns: 1fr; }
  .page-toolbar { flex-direction: column; align-items: flex-start; }
}
