.explorer-public{
  padding:28px 0 0 0;
  padding-bottom:84px;
}

.explorer-hero{
  position:relative;
  padding:42px 0 24px 0;
  background:radial-gradient(circle at top left, rgba(255,175,126,0.16), transparent 55%),
    radial-gradient(circle at 20% 40%, rgba(255,228,197,0.08), transparent 60%);
  border-bottom:1px solid rgba(255,255,255,0.08);
}

[data-theme="clear-mode"] .explorer-hero{
  background:
    radial-gradient(circle at top left, rgba(var(--color-accent-rgb), 0.12), transparent 55%),
    radial-gradient(circle at 20% 40%, rgba(var(--color-accent-2-rgb), 0.10), transparent 60%);
  border-bottom:1px solid var(--color-border);
}

.explorer-hero__inner{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  align-items:start;
}

.explorer-hero__content{
  padding:18px;
  border-radius:var(--radius-lg);
  background:rgba(10,11,16,0.6);
  border:1px solid rgba(255,255,255,0.08);
  box-shadow:0 18px 40px rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);
}

[data-theme="clear-mode"] .explorer-hero__content{
  background:rgba(255,255,255,0.78);
  border:1px solid var(--color-border);
  box-shadow:var(--shadow-md);
}

.explorer-hero__content h1{
  font-family:"Playfair Display", serif;
  font-size:2.15rem;
  font-weight:700;
  letter-spacing:-0.02em;
  margin-bottom:10px;
}

.explorer-hero__lead{
  color:var(--color-muted);
  font-size:1.05rem;
  line-height:1.6;
}

.explorer-hero__cta{
  margin-top:14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.explorer-proof{
  margin-top:14px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.explorer-proof__pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.12);
  background:rgba(255,255,255,0.06);
  color:var(--color-text);
  font-weight:800;
  box-shadow:0 8px 20px rgba(0,0,0,0.2);
}

[data-theme="clear-mode"] .explorer-proof__pill{
  border:1px solid var(--color-border);
  background:rgba(255,255,255,0.80);
  box-shadow:0 10px 22px rgba(18, 20, 27, 0.10);
}

.explorer-proof__pill strong{
  color:var(--color-accent);
}

.explorer-teaser{
  padding:16px 0 26px 0;
}

.explorer-teaser__panel{
  border:1px solid rgba(255,255,255,0.12);
  background:linear-gradient(145deg, rgba(255,255,255,0.06), rgba(0,0,0,0.25));
  border-radius:var(--radius-lg);
  padding:18px;
  box-shadow:0 16px 36px rgba(0,0,0,0.28);
}

[data-theme="clear-mode"] .explorer-teaser__panel{
  border:1px solid var(--color-border);
  background:linear-gradient(145deg, rgba(255,255,255,0.92), rgba(255,255,255,0.62));
  box-shadow:0 16px 36px rgba(18, 20, 27, 0.10);
}

.teaser-toolbar{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:16px;
}

.teaser-toolbar__left{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}

.teaser-toolbar__hint{
  color:var(--color-muted);
  font-weight:700;
}

.teaser-filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.teaser-filters input,
.teaser-filters select{
  min-width:180px;
}

.teaser-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:12px;
}

.teaser-card{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius-md);
  border:1px solid rgba(255,255,255,0.10);
  background:rgba(0,0,0,0.18);
  text-decoration:none;
  display:flex;
  flex-direction:column;
  min-height:220px;
}

[data-theme="clear-mode"] .teaser-card{
  border:1px solid var(--color-border);
  background:rgba(255,255,255,0.72);
}

.teaser-card,
.teaser-card *{
  text-decoration:none;
}

.teaser-card:hover,
.teaser-card:focus{
  text-decoration:none;
}

.teaser-card:hover .teaser-card__cta span:last-child,
.teaser-card:focus .teaser-card__cta span:last-child{
  text-decoration:underline;
}

.teaser-card__media{
  position:relative;
  height:160px;
  min-height:160px;
}

.teaser-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:none;
  display:block;
}

.teaser-card__media--blur img{
  filter: blur(18px) saturate(1.25);
  transform: scale(1.08);
}

.teaser-card__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.75));
  pointer-events:none;
}

.teaser-card__lock{
  position:absolute;
  top:12px;
  left:12px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.14);
  background:rgba(0,0,0,0.35);
  color:var(--color-text);
  font-weight:900;
}

.teaser-card__body{
  padding:12px;
  display:flex;
  flex-direction:column;
  gap:6px;
}

.teaser-card__title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.teaser-card__title strong{
  font-size:1.05rem;
}

.teaser-card__meta{
  color:var(--color-muted);
  font-weight:700;
}

.teaser-card__bio{
  margin-top:8px;
  color:var(--color-muted);
  font-size:0.92rem;
  line-height:1.4;
}

.teaser-card__cta{
  margin-top:auto;
  padding:12px;
  border-top:1px solid rgba(255,255,255,0.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:var(--color-text);
  font-weight:800;
}

.teaser-online{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-weight:900;
  color:var(--color-accent);
}

.teaser-online::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--color-accent);
  box-shadow:0 0 0 6px rgba(var(--color-accent-rgb), 0.18);
}

.sticky-cta{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:950;
  border-top:1px solid rgba(255,255,255,0.10);
  background:rgba(11,12,16,0.82);
  backdrop-filter: blur(12px);
}

.sticky-cta__inner{
  padding:12px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.sticky-cta__text{
  color:var(--color-text);
  font-weight:800;
}

.sticky-cta__actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

@media (min-width: 780px){
  .teaser-grid{grid-template-columns:repeat(3, 1fr);}
}

@media (min-width: 1100px){
  .explorer-hero__inner{grid-template-columns:1.2fr 0.8fr;}
  .teaser-grid{grid-template-columns:repeat(4, 1fr);}
}

@media (max-width: 680px){
  .sticky-cta__inner{justify-content:center;}
  .sticky-cta__text{text-align:center;}
}
