body.home-page {
  max-width: none;
  background: #f7f4ee;
  color: #172033;
  margin: 0;
}

body.home-page .container {
  max-width: none;
}

body.home-page #main-header.mainHeader {
  display: flex;
  position: sticky;
  top: 0;
  height: auto;
  padding: 14px 32px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(23, 32, 51, 0.06);
  box-shadow: 0 8px 30px rgba(23, 32, 51, 0.04);
}

body.home-page #main-header .logo img {
  max-width: 108px;
}

body.home-page #main-header nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

body.home-page nav a {
  color: #243044;
  font-size: 14px;
  font-weight: 500;
  margin-left: 16px;
  letter-spacing: 0.01em;
  padding: 8px 10px;
  border-radius: 999px;
}

body.home-page nav a:hover {
  color: #d85a12;
  background: rgba(232, 119, 34, 0.08);
  text-decoration: none;
}

.home-page main {
  overflow: clip;
}

body.home-page section {
  scroll-margin-top: 84px;
}

.wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

/* ---------- Hero ---------- */

body.home-page .hero {
  position: relative;
  display: grid;
  min-height: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  text-align: left;
}

.hero-art {
  grid-area: 1 / 1;
  width: 100%;
  height: auto;
  display: block;
}

.hero-copy {
  grid-area: 1 / 1;
  align-self: end;
  justify-self: start;
  width: min(500px, 42%);
  margin: 0 0 10% 12%;
  z-index: 1;
}

body.home-page .hero h1,
body.home-page .hero p {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.eyebrow span {
  display: inline-flex;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(232, 119, 34, 0.28);
  color: #c45112;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  animation: rise 0.8s ease both;
}

.eyebrow span:nth-child(2) {
  animation-delay: 0.08s;
}
.eyebrow span:nth-child(3) {
  animation-delay: 0.16s;
}
.eyebrow span:nth-child(4) {
  animation-delay: 0.24s;
}

.hero h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(34px, 3.6vw, 58px);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 0 0 12px;
  color: #142033;
  border: 0;
  padding: 0;
  animation: rise 0.9s 0.12s ease both;
}

.slogan {
  margin: 0 0 12px;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 600;
  color: #e36a12;
  animation: rise 0.9s 0.22s ease both;
}

.lede {
  margin: 0;
  max-width: 460px;
  font-size: 15.5px;
  line-height: 1.65;
  color: #3d4a5c;
  font-weight: 400;
  animation: rise 0.9s 0.32s ease both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  animation: rise 0.9s 0.42s ease both;
}

.btn-solid,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.btn-solid {
  background: linear-gradient(180deg, #f08a3a 0%, #e36a12 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(227, 106, 18, 0.28);
}

.btn-ghost {
  border: 1.5px solid #1b7a3a;
  color: #146b32;
  background: rgba(255, 255, 255, 0.7);
}

.btn-solid:hover,
.btn-ghost:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.btn-solid:hover {
  color: #fff;
}

.btn-ghost:hover {
  background: #1b7a3a;
  color: #fff;
}

.focus-bar {
  background: #fff;
  border-bottom: 1px solid rgba(23, 32, 51, 0.06);
  padding: 22px 0;
}

.focus-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  align-items: center;
}

.focus-row > p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1b7a3a;
}

.focus-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.focus-row li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 10px 14px;
  background: #f7f4ee;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.focus-row strong {
  font-family: 'Fraunces', Georgia, serif;
  color: #e36a12;
  font-size: 18px;
  font-weight: 650;
}

/* ---------- Sections ---------- */

.band {
  padding: 92px 0;
}

#initiatives {
  background: #fff;
}

.band-ink {
  background:
    radial-gradient(520px 280px at 12% 20%, rgba(227, 106, 18, 0.18), transparent 70%),
    radial-gradient(480px 260px at 80% 90%, rgba(27, 122, 58, 0.16), transparent 70%),
    #10141c;
  color: #f6f1e8;
}

.band-soft {
  background: #efe8dc;
}

.section-head {
  margin-bottom: 28px;
  max-width: 640px;
}

.kicker,
.card-label {
  margin: 0 0 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #d85a12;
}

.section-head h2,
.vision-card h3,
.director-bio h3,
.init-card h3,
.emph-card h3,
.coe-item h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 650;
  letter-spacing: -0.03em;
  margin: 0;
}

.section-head h2 {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.02;
  color: inherit;
}

.section-note {
  margin: 14px 0 0;
  max-width: 460px;
  color: rgba(246, 241, 232, 0.78);
  line-height: 1.6;
  font-size: 16px;
}

.vision-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) 1.14fr;
  gap: 48px;
  align-items: start;
}

.vision-layout > .section-head {
  grid-column: 1 / -1;
  margin-bottom: 8px;
}

body.home-page .hero .slogan {
  font-size: clamp(16px, 1.5vw, 20px);
}

body.home-page .hero .lede {
  font-size: 15.5px;
  line-height: 1.6;
}

.vision-art {
  margin: 0;
  position: relative;
}

.vision-art img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 36px;
  box-shadow: 0 28px 60px rgba(16, 20, 28, 0.22);
}

.vision-card {
  background: #fff;
  border-radius: 24px;
  padding: 24px 26px;
  border: 1px solid rgba(23, 32, 51, 0.06);
  box-shadow: 0 16px 40px rgba(23, 32, 51, 0.05);
  margin-bottom: 8px;
}

.vision-card h3 {
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.15;
  margin: 6px 0 12px;
  color: #142033;
}

.vision-card p,
.mission-list li,
.init-card p,
.emph-card p,
.coe-item p,
.director-bio p {
  line-height: 1.7;
  font-weight: 400;
}

.vision-card p {
  margin: 0;
  color: #3d4a5c;
}

.mission-list ol {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  counter-reset: mission;
}

.mission-list li {
  counter-increment: mission;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(23, 32, 51, 0.08);
  color: #243044;
}

.mission-list li::before {
  content: counter(mission, decimal-leading-zero);
  font-family: 'Fraunces', Georgia, serif;
  font-size: 20px;
  color: #1b7a3a;
}

.init-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.init-card {
  grid-column: span 2;
  background: #fff;
  border: 1px solid rgba(23, 32, 51, 0.06);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(23, 32, 51, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.init-card:nth-child(4),
.init-wide {
  grid-column: span 3;
}

.init-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(23, 32, 51, 0.08);
}

.init-no {
  display: inline-flex;
  font-family: 'Fraunces', Georgia, serif;
  color: #e36a12;
  font-size: 28px;
  margin-bottom: 12px;
}

.init-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #142033;
}

.init-card p {
  margin: 0;
  font-size: 15px;
  color: #3d4a5c;
}

.init-card .text-link {
  display: inline-block;
  margin-top: 14px;
}

.emphasis-layout {
  display: grid;
  grid-template-columns: minmax(220px, 300px) 1fr;
  gap: 28px 40px;
  align-items: start;
}

.emphasis-layout > .section-head {
  grid-column: 1 / -1;
  margin-bottom: 8px;
}

.emphasis-art {
  position: sticky;
  top: 96px;
  margin: 0;
}

.emphasis-art img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.35));
}

.band-ink .kicker {
  color: #ffb27a;
}

.emph-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.emph-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 16px 16px 18px;
  color: #f6f1e8;
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.emph-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 178, 122, 0.35);
}

.emph-card span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f08a3a, #e36a12);
  color: #fff;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 14px;
  margin-bottom: 10px;
}

.emph-card:nth-child(3n) span {
  background: linear-gradient(180deg, #2ea05a, #1b7a3a);
}

.emph-card h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #fff8f1;
}

.emph-card p {
  margin: 0;
  font-size: 13.5px;
  color: rgba(246, 241, 232, 0.74);
}

.coe-list {
  display: grid;
  gap: 14px;
}

.coe-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 8px;
  background: #fffdf9;
  border-radius: 20px;
  padding: 22px 24px;
  border: 1px solid rgba(23, 32, 51, 0.06);
  transition: transform 0.35s ease;
}

.coe-item:hover {
  transform: translateY(-4px);
}

.coe-index {
  display: inline-flex;
  font-family: 'Fraunces', Georgia, serif;
  color: #e36a12;
  font-size: 28px;
}

.coe-item h3 {
  font-size: 22px;
  margin-bottom: 6px;
}

.coe-item p {
  margin: 0;
  color: #3d4758;
}

.director-feature {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 36px;
  align-items: center;
  background: #fffdf9;
  border-radius: 28px;
  padding: 28px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  box-shadow: 0 18px 40px rgba(23, 32, 51, 0.05);
}

.director-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.director-bio h3 {
  font-size: 36px;
  margin: 0 0 12px;
}

.director-bio p {
  margin: 0 0 18px;
  color: #3d4758;
}

.text-link {
  color: #d85a12;
  font-weight: 600;
}

.text-link:hover {
  color: #172033;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  animation: none;
}

.reveal.is-visible {
  animation: rise 0.8s ease forwards;
}

.site-footer {
  background:
    radial-gradient(480px 220px at 8% 0%, rgba(227, 106, 18, 0.22), transparent 70%),
    radial-gradient(420px 200px at 92% 100%, rgba(27, 122, 58, 0.18), transparent 72%),
    #10141c;
  color: #f6f1e8;
  padding: 72px 0 28px;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.7fr) minmax(280px, 1.1fr);
  gap: 48px 40px;
  align-items: start;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(246, 241, 232, 0.12);
}

.footer-mark {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #f6f1e8;
  text-decoration: none;
}

.footer-mark img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: #fffdf9;
  border-radius: 16px;
  padding: 6px;
}

.footer-mark span {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.15;
  max-width: 220px;
}

.footer-tagline {
  margin: 18px 0 0;
  max-width: 340px;
  color: rgba(246, 241, 232, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.site-footer address {
  margin: 22px 0 0;
  font-style: normal;
  max-width: 360px;
  color: rgba(246, 241, 232, 0.78);
  font-size: 14px;
  line-height: 1.6;
}

.site-footer address span,
.footer-nav > p,
.footer-apps > p {
  display: block;
  margin: 0 0 12px;
  color: #f08a3a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

body.home-page .footer-nav a {
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: rgba(246, 241, 232, 0.82);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

body.home-page .footer-mark:hover,
body.home-page .footer-nav a:hover {
  color: #f08a3a;
  background: none;
  text-decoration: none;
}

.footer-stores {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.store-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: rgba(255, 253, 249, 0.06);
  border: 1px solid rgba(246, 241, 232, 0.1);
  border-radius: 18px;
}

.store-card a {
  display: block;
  width: 100%;
}

.store-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.store-card img:last-child {
  width: 108px;
  height: 108px;
  background: #fff;
  border-radius: 12px;
  padding: 6px;
}

.footer-base {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
}

.footer-base p {
  margin: 0;
  color: rgba(246, 241, 232, 0.5);
  font-size: 13px;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .hero-copy {
    width: min(380px, 42%);
    margin: 0 0 8% 12%;
  }

  .lede {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media (max-width: 980px) {
  .hero-copy {
    position: relative;
    grid-area: auto;
    align-self: auto;
    width: min(720px, calc(100% - 32px));
    margin: -48px auto 28px;
    padding: 24px 22px 8px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(23, 32, 51, 0.08);
  }

  .lede {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .vision-layout,
  .emphasis-layout,
  .focus-row,
  .director-feature {
    grid-template-columns: 1fr;
  }

  .vision-art {
    max-width: 460px;
    margin: 0 auto;
  }

  .emphasis-art {
    position: static;
    max-width: 280px;
    margin: 0 auto;
  }

  .focus-row ul {
    grid-template-columns: 1fr 1fr;
  }

  .init-grid,
  .emph-grid {
    grid-template-columns: 1fr 1fr;
  }

  .init-card,
  .init-card:nth-child(4),
  .init-wide {
    grid-column: auto;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-apps {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  body.home-page #main-header.mainHeader {
    padding: 10px 14px;
  }

  body.home-page .hamburger {
    display: flex;
    position: relative;
    top: auto;
    right: auto;
  }

  body.home-page nav a {
    color: #172033;
    margin: 12px 0;
  }

  body.home-page .footer-nav {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    display: block;
    background: transparent;
    box-shadow: none;
    align-items: stretch;
    justify-content: flex-start;
  }

  body.home-page .footer-nav a {
    margin: 0;
    font-size: 15px;
    text-align: left;
    color: rgba(246, 241, 232, 0.82);
  }

  .wrap {
    width: min(1180px, calc(100% - 28px));
  }

  .band {
    padding: 64px 0;
  }

  .focus-row ul,
  .init-grid,
  .emph-grid {
    grid-template-columns: 1fr;
  }

  .coe-item,
  .mission-list li {
    grid-template-columns: 42px 1fr;
  }

  .hero h1 {
    font-size: 36px;
  }

  .site-footer {
    padding: 48px 0 22px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 28px;
  }

  .footer-apps {
    grid-column: auto;
  }

  .store-card img:last-child {
    width: 96px;
    height: 96px;
  }

  .footer-base {
    flex-direction: column;
  }
}

/* Collapse the header once the links no longer fit on one line.
   The menu stays inside the header. A fixed drawer was escaping the
   header (backdrop-filter) and stretching the page sideways. */
@media (max-width: 1180px) {
  body.home-page #main-header.mainHeader {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  body.home-page .hamburger {
    display: flex;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin-left: 12px;
    flex: 0 0 auto;
    z-index: 2;
  }

  body.home-page #main-header nav {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    max-height: calc(100dvh - 72px);
    margin: 0;
    padding: 8px 12px 16px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2px;
    background: #fffdf9;
    border-bottom: 1px solid rgba(23, 32, 51, 0.06);
    box-shadow: 0 18px 40px rgba(23, 32, 51, 0.12);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 30;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  body.home-page #main-header nav.active {
    display: flex;
  }

  body.home-page #main-header nav a {
    margin: 0;
    padding: 12px 12px;
    text-align: left;
    font-size: 16px;
    color: #172033;
    border-radius: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .eyebrow span,
  .hero h1,
  .slogan,
  .lede,
  .hero-actions {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}

/* ---------- Inner pages: directors and contact ---------- */

body.home-page nav a.nav-current {
  color: #d85a12;
  background: rgba(232, 119, 34, 0.1);
}

.page-hero {
  padding: 64px 0 12px;
  background:
    radial-gradient(520px 240px at 92% 0%, rgba(227, 106, 18, 0.14), transparent 70%),
    #f7f4ee;
}

.page-hero h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: #142033;
  border: 0;
  padding: 0;
  margin: 0 0 16px;
}

.page-hero .lede {
  max-width: 560px;
  animation: none;
}

.page-hero .hero-actions {
  animation: none;
}

.board-stack {
  display: grid;
  gap: 20px;
}

.director-role {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: #1b7a3a;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: stretch;
}

.contact-panel,
.brand-panel {
  border-radius: 28px;
  padding: 32px;
}

.contact-panel {
  background: #fffdf9;
  border: 1px solid rgba(23, 32, 51, 0.08);
  box-shadow: 0 18px 40px rgba(23, 32, 51, 0.05);
}

.contact-detail {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px 0;
  border-top: 1px solid rgba(23, 32, 51, 0.08);
}

.contact-detail:last-child {
  padding-bottom: 0;
}

.contact-mark {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f08a3a, #e36a12);
  color: #fff;
}

.contact-detail p {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1b7a3a;
}

.contact-detail a,
.contact-detail address {
  color: #172033;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  font-style: normal;
}

.contact-detail a:hover {
  color: #d85a12;
  text-decoration: none;
}

.brand-panel {
  background:
    radial-gradient(280px 180px at 20% 0%, rgba(227, 106, 18, 0.28), transparent 70%),
    #10141c;
  color: #f6f1e8;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
}

.brand-panel img {
  width: 108px;
  margin-bottom: 28px;
  background: #fff;
  border-radius: 16px;
  padding: 10px 14px;
}

.brand-panel h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(32px, 3vw, 42px);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #fff8f1;
  margin: 0 0 12px;
}

.brand-panel p {
  margin: 0;
  color: #ffb27a;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media (max-width: 860px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .brand-panel {
    min-height: 0;
  }
}
