/* Structural helpers only — visuals live in shadcn-theme.css */

.landing-hero-figure {
  margin: 0;
  border: 1px solid var(--border, #e4e6eb);
  border-radius: var(--radius, 0.25rem);
  overflow: hidden;
  background: var(--muted, #f7f7f8);
}

.landing-hero-img,
.landing-feature-img,
.landing-band-img,
.landing-resources-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.landing-hero-img {
  aspect-ratio: 4 / 3;
  max-height: 420px;
}

.landing-feature-img {
  aspect-ratio: 16 / 10;
  max-height: 180px;
  border-bottom: 1px solid var(--border, #e4e6eb);
}

.landing-band {
  border-top: 1px solid var(--border, #e4e6eb);
  border-bottom: 1px solid var(--border, #e4e6eb);
  background: var(--card, #fff);
}

.landing-band-img {
  aspect-ratio: 4 / 3;
  max-height: 360px;
  height: 100%;
  min-height: 240px;
}

.landing-resources-img {
  aspect-ratio: 4 / 3;
  max-height: 180px;
  border: 1px solid var(--border, #e4e6eb);
  border-radius: var(--radius, 0.25rem);
}

.site-logo {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  flex-shrink: 0;
  display: block;
}

.site-logo-sm {
  width: 28px;
  height: 28px;
  border-radius: 6px;
}

.navbar-brand .site-logo {
  width: 36px;
  height: 36px;
}

.article-body {
  line-height: 1.75;
  max-width: 42rem;
}

.article-body p {
  margin-bottom: 1.15rem;
}

.article-body ul {
  padding-left: 1.25rem;
  margin-bottom: 1.15rem;
}

.article-body a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
