﻿/* Catalog — Clean Corporate Trust (Direction 6) */

.page-catalog.a93-catalog-creative {
  background:
    radial-gradient(ellipse 65% 40% at 0% 0%, rgba(11, 95, 255, 0.05), transparent 55%),
    radial-gradient(ellipse 50% 35% at 100% 8%, rgba(5, 199, 169, 0.05), transparent 50%),
    var(--color-bg);
}

.a93-comb-hero {
  position: relative;
  padding: clamp(2.25rem, 6vw, 4rem) 0;
  border-bottom: 1px solid var(--color-border);
  background:
    linear-gradient(160deg, var(--color-bg-soft) 0%, #fff 55%, rgba(5, 199, 169, 0.06) 100%);
}
.a93-comb-hero-grid,
.a93-comb-hex-bg,
.a93-comb-hero-arch,
.a93-comb-watermark,
.a93-comb-cell-hex { display: none; }

.a93-comb-hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
}

.a93-comb-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  color: var(--color-text-muted);
  font-size: 0.88rem;
  font-weight: 600;
}
.a93-comb-crumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease;
}
.a93-comb-crumb a:hover { color: var(--color-primary); }

.a93-comb-kicker {
  margin: 1rem 0 0.4rem;
  color: var(--color-primary);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.a93-comb h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  letter-spacing: -0.02em;
  line-height: 1.08;
}
.a93-comb h1 em {
  color: var(--color-primary);
  font-style: normal;
}
.a93-comb-lede {
  margin: 0.75rem 0 0;
  max-width: 52ch;
  color: var(--color-text-muted);
  line-height: 1.55;
}

.a93-comb-totals {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.85rem;
  flex-shrink: 0;
}
.a93-comb-total {
  min-width: 7rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-card);
}
.a93-comb-total strong,
.a93-comb-total span { display: block; }
.a93-comb-total strong {
  color: var(--color-primary);
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.1;
}
.a93-comb-total span {
  margin-top: 0.25rem;
  color: var(--color-text-muted);
  font-size: 0.85rem;
  font-weight: 600;
}
.a93-comb-total-ref {
  grid-column: 1 / -1;
  color: var(--color-text-muted);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: right;
}

.a93-comb-stage {
  padding-top: 2rem;
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
}

.a93-comb-toolbar,
.a93-comb-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.a93-comb-toolbar { margin-bottom: 1.15rem; }
.a93-comb-toolbar h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.6rem);
}

.a93-comb-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.a93-comb-cell {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-card);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.a93-comb-cell:hover {
  border-color: var(--color-border-strong);
  box-shadow: 0 12px 28px rgba(15, 23, 41, 0.1);
  transform: translateY(-2px);
}

.a93-comb-cell-head { padding: 1.1rem 1.15rem 0.45rem; }
.a93-comb-cell-num {
  display: block;
  color: var(--color-primary);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.a93-comb-cell h3 {
  margin: 0.3rem 0 0.25rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
}
.a93-comb-cell h3 a {
  color: var(--color-text);
  text-decoration: none;
  transition: color 0.18s ease;
}
.a93-comb-cell h3 a:hover { color: var(--color-primary); }
.a93-comb-cell-count {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.a93-comb-cell-img {
  display: block;
  margin: 0.55rem 1.15rem;
  padding: 0.9rem;
  border-radius: var(--radius);
  background: var(--color-bg-soft);
  text-decoration: none;
}
.a93-comb-cell-img img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
}

.a93-comb-cell-list {
  margin: 0.35rem 0 0;
  padding: 0 1.15rem;
  list-style: none;
}
.a93-comb-cell-list li {
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--color-border);
}
.a93-comb-cell-list li:last-child { border-bottom: 0; }
.a93-comb-cell-list a {
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.18s ease;
}
.a93-comb-cell-list a:hover { color: var(--color-primary); }

.a93-comb-cell-foot { padding: 1rem 1.15rem 1.15rem; }

.a93-comb-foot {
  margin-top: 1.35rem;
  padding: 1.35rem 1.45rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(11, 95, 255, 0.06), rgba(5, 199, 169, 0.08));
  box-shadow: var(--shadow-card);
}
.a93-comb-foot-copy strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
}
.a93-comb-foot-copy p {
  margin: 0.3rem 0 0;
  color: var(--color-text-muted);
  max-width: 48ch;
}

/* Buttons */
.a93-comb-btn,
.a93-comb-cell-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 2.75rem;
  padding: 0.7rem 1.15rem;
  border: 1px solid var(--color-primary);
  border-radius: var(--radius);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  cursor: pointer;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}
.a93-comb-btn--primary {
  background: var(--color-primary);
  color: #fff !important;
}
.a93-comb-btn--primary:hover {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(11, 95, 255, 0.26);
  transform: translateY(-1px);
}
.a93-comb-btn--ghost,
.a93-comb-cell-cta {
  background: #fff;
  color: var(--color-primary) !important;
  border-color: var(--color-border-strong);
}
.a93-comb-btn--ghost:hover,
.a93-comb-cell-cta:hover {
  background: rgba(11, 95, 255, 0.08);
  border-color: var(--color-primary);
  color: var(--color-primary) !important;
  box-shadow: none;
  transform: none;
  text-decoration: none !important;
}
.a93-comb-btn--sm {
  min-height: 2.4rem;
  padding: 0.5rem 0.95rem;
  font-size: 0.85rem;
}
.a93-comb-btn:active {
  transform: translateY(0);
  box-shadow: none;
}
.a93-comb-btn:focus-visible,
.a93-comb-cell-cta:focus-visible,
.a93-comb-cell h3 a:focus-visible,
.a93-comb-cell-list a:focus-visible,
.a93-comb-crumb a:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

@media (max-width: 880px) {
  .a93-comb-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .a93-comb-hero-inner,
  .a93-comb-foot,
  .a93-comb-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
  .a93-comb-totals { width: 100%; }
  .a93-comb-grid { grid-template-columns: 1fr; }
  .a93-comb-btn,
  .a93-comb-cell-cta { width: 100%; }
}
