.brand img { display: block; width: 190px; height: auto; }

footer .footer-logo img {
  width: 240px;
  max-width: 100%;
  height: auto;
  filter: none;
}

/* Prevent host/theme styles from painting heading wrappers. */
.section-head,
.section-head > *,
.ink .section-head,
.ink .section-head > * {
  background: transparent;
  background-color: transparent;
}

/* Dark-section typography must follow the section, not host defaults. */
.ink .section-head h2 { color: #fff; }
.ink .section-head .eyebrow { color: var(--soft); }
.ink .section-head .lead { color: #AEBACB; }

/* The featured card is a light surface inside a dark section. */
.ink .price.featured,
.ink .price.featured p,
.ink .price.featured li { color: var(--ink); }
.ink .price.featured > p:not(.eyebrow) { color: var(--body); }
.ink .price.featured .eyebrow,
.ink .price.featured a { color: var(--brand); }
