/* Page-specific styles for membership, news, company — light-theme aware */
.notice{
  border-left:4px solid var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, var(--card));
  border-radius: 12px;
  padding: 1rem 1.15rem;
}
.step{ display:flex; gap: .85rem; align-items:flex-start; }
.step .num{
  width:2rem; height:2rem; border-radius:999px; flex-shrink:0;
  display:grid; place-items:center;
  background:var(--brand); color:#fff; font-weight:800; font-size:.85rem;
}
.benefit{ height:100%; }
.benefit .tick{ color:var(--brand); font-weight:800; margin-right:.35rem; }

/* News */
.news .search .form-control{
  border-radius:999px 0 0 999px;
  border:1px solid var(--card-border);
  background:var(--card);
  color:var(--ink);
  padding:.7rem 1rem;
}
.news .filter .btn{
  border-radius:999px;
  font-weight:650;
  font-size:.85rem;
  border-color:var(--card-border);
  color:var(--ink);
  background:var(--card);
}
.news .filter .btn.active,
.news .filter .btn:hover{
  background:var(--brand);
  border-color:var(--brand);
  color:var(--brand-ink);
}
.news .card-lite .thumb{
  height:180px; background-size:cover; background-position:center;
  border-radius: var(--radius) var(--radius) 0 0;
}
.news .meta{ color:var(--muted); font-size:.85rem; font-weight:600; }
.news .chip{
  display:inline-block; padding:.2rem .55rem; border-radius:999px;
  background:color-mix(in srgb, var(--brand) 12%, transparent);
  color:var(--brand-strong); font-size:.72rem; font-weight:700;
}
.news article.card-lite{ overflow:hidden; height:100%; }
.news article.card-lite .p-3 h3{ font-size:1.05rem; font-weight:800; color:var(--ink); }
.news article.is-hidden{ display:none !important; }

/* Story / company */
.img-slot, .img-slot-tall, .img-slot-wide{
  background: var(--bg-soft);
  border:1px dashed var(--card-border);
  border-radius: var(--radius);
  min-height: 180px;
  display:flex; align-items:center; justify-content:center;
  color:var(--muted); font-weight:650; text-align:center; padding:1rem;
  position:relative; overflow:hidden;
}
.img-wrap{ position:relative; display:block; }
.img-slot-tall{ min-height:280px; }
.img-slot-wide{ min-height:220px; }
.img-slot img, .img-slot-tall img, .img-slot-wide img{
  width:100%; height:100%; object-fit:cover; position:absolute; inset:0;
}
.expandable-img{ cursor:zoom-in; }
.chapter-label{
  color:var(--accent); font-weight:800; letter-spacing:.14em;
  text-transform:uppercase; font-size:.75rem;
}
.pull-quote{
  border-left:4px solid var(--brand);
  padding: .75rem 1rem;
  background: color-mix(in srgb, var(--brand) 8%, var(--card));
  border-radius: 0 12px 12px 0;
  font-weight:650; color:var(--ink);
}
.doc-card, .official-card, .add-survey-card{
  background:var(--card); border:1px solid var(--card-border);
  border-radius:var(--radius); box-shadow:var(--shadow); padding:1rem;
}
.stat-pill{
  display:inline-flex; padding:.3rem .75rem; border-radius:999px;
  background:color-mix(in srgb, var(--brand) 12%, transparent);
  color:var(--brand-strong); font-weight:700; font-size:.8rem;
}
.corr-list{ list-style:none; padding:0; margin:0; }
.corr-list li{
  display:flex; gap:1rem; padding:.85rem 0;
  border-bottom:1px solid var(--card-border);
}
.corr-date-col{ min-width:4.5rem; text-align:center; }
.corr-date-col .day{ font-size:1.4rem; font-weight:800; color:var(--brand); line-height:1; }
.corr-date-col .mon{ font-size:.75rem; font-weight:700; color:var(--muted); text-transform:uppercase; }
.fake-badge, .stamp-badge{
  display:inline-block; padding:.2rem .55rem; border-radius:6px;
  background:#dc2626; color:#fff; font-weight:800; font-size:.72rem; letter-spacing:.06em;
}
.survey-gallery{ display:grid; grid-template-columns:repeat(auto-fill,minmax(140px,1fr)); gap:.65rem; }
.survey-item{ border-radius:12px; overflow:hidden; border:1px solid var(--card-border); }
.avatar-circle{
  width:56px; height:56px; border-radius:50%;
  background:linear-gradient(145deg,var(--brand),var(--brand-strong));
  color:#fff; display:grid; place-items:center; font-weight:800;
}
.official-photo{
  width:80px; height:80px; border-radius:50%;
  object-fit:cover; margin-bottom:.75rem;
  border:3px solid var(--card-border);
  box-shadow:var(--shadow);
}
.doc-photo{
  width:100%; border-radius:var(--radius);
  box-shadow:var(--shadow); border:1px solid var(--card-border);
  object-fit:cover; max-height:500px;
}
.about-thumb{
  width:100%; object-fit:cover; border-radius:var(--radius);
  aspect-ratio:16/10;
}
.about-thumb-primary{
  width:100%; object-fit:cover; border-radius:var(--radius);
  max-height:320px;
}

/* Report page */
.report-doc{
  padding: clamp(1.5rem, 3vw, 3rem);
  line-height: 1.8;
}
.report-doc h3.report-section-heading{
  color: var(--brand);
  font-weight: 800;
  font-size: 1.15rem;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid var(--card-border);
  scroll-margin-top: 6rem;
}
.report-doc p{
  margin-bottom: 1rem;
  color: var(--ink);
}
.report-title-block{
  padding-bottom: 1.5rem;
  border-bottom: 2px solid var(--card-border);
}
.report-sig-line{
  height: 1px;
  background: var(--card-border);
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.report-copy-to{
  padding-top: 1.5rem;
  border-top: 2px solid var(--card-border);
}
.report-section-nav .jump-bar{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.report-section-nav .jump-bar a{
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: var(--card);
  border: 1px solid var(--card-border);
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 650;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.report-section-nav .jump-bar a:hover{
  background: var(--brand);
  border-color: var(--brand);
  color: var(--brand-ink);
}
