/* V1.0.1 — shared branding and hero alignment.
   Keep this file after the configurable theme so only layout is corrected. */
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  padding: 0 3px;
  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
  letter-spacing: -.045em;
}
.brand-mark > span {
  display: inline;
  width: auto;
  font: inherit;
  color: var(--accent);
}
.brand { min-width: 0; max-width: 100%; }
.brand > span:last-child:not(.brand-mark) {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brand-logo { flex: 0 0 42px; }
.site-header > .brand { flex: 0 1 auto; }
.hero-art {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-width: 0;
  min-height: 0;
  padding: 22px 0;
}
.art-circle {
  flex: 0 0 auto;
  width: min(100%, 330px);
  max-width: 330px;
  margin: 0 auto;
}
.art-circle > span {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: -.06em;
  font-size: clamp(30px, 8vw, 64px);
  max-width: 100%;
}
.art-circle > span > span { color: var(--accent); }
.art-caption {
  position: static;
  width: 100%;
  max-width: 100%;
  padding: 0 12px;
  margin: 0;
  text-align: center;
  line-height: 1.7;
  letter-spacing: .14em;
  overflow-wrap: normal;
}
@media (max-width: 700px) {
  .site-header { gap: 12px; }
  .site-header > .brand { flex: 1 1 auto; }
  .site-header .brand > span:last-child:not(.brand-mark) { font-size: 14px; }
  .hero-art { gap: 24px; padding: 12px 0 18px; }
  .art-circle { width: min(100%, 270px); }
  .art-caption { font-size: 9px; letter-spacing: .11em; }
  .footer-brand { max-width: 100%; }
}
