.page-breadcrumb {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px;
  margin:0 0 12px;
  color:var(--muted,#64748b);
  font-size:.84rem;
  line-height:1.5;
}
.page-breadcrumb a { color:#2e7d5a; font-weight:700; text-decoration:none; }
.page-breadcrumb a:hover { text-decoration:underline; text-underline-offset:3px; }
.page-breadcrumb span[aria-hidden="true"] { color:#c9a45d; }

.index-hero,
.content-card {
  position:relative;
  border:1px solid var(--border,rgba(15,23,42,.12));
  border-radius:var(--r2,18px);
  background:var(--paper,#fff);
  box-shadow:0 16px 38px rgba(15,23,42,.07);
}
.index-hero { overflow:hidden; }
.index-hero::after {
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:#1b365d;
}
.content-card::after { content:none!important; }
.collection-eyebrow {
  margin:0 0 7px;
  color:#2e7d5a;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}

@media (max-width:700px) {
  .page-breadcrumb { margin-bottom:9px; font-size:.78rem; }
  .index-hero,.content-card { border-radius:15px; }
}
