.brand-subsite {
  --brand-blue: #4e8dda;
  --brand-blue-deep: #2f6fb7;
  --brand-blue-soft: #f2f7fd;
  --brand-accent: #ecaa73;
}

.brand-subnav {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.brand-subnav-inner {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
}

.brand-mark img {
  width: 184px;
  max-height: 38px;
  object-fit: contain;
  object-position: left center;
}

.brand-subnav-links,
.brand-filter-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.brand-subnav-links a,
.brand-filter-list button {
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.brand-subnav-links a:hover,
.brand-subnav-links a.active,
.brand-filter-list button:hover,
.brand-filter-list button.active {
  border-color: #b8d3ee;
  color: var(--brand-blue-deep);
  background: var(--brand-blue-soft);
}

.brand-hero {
  padding: 82px 0 76px;
  background: var(--brand-blue-soft);
  border-bottom: 1px solid #d8e7f5;
}

.brand-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: 60px;
}

.brand-eyebrow {
  margin-bottom: 14px;
  color: var(--brand-blue-deep);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-hero h1,
.brand-page-intro h1 {
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.12;
  letter-spacing: 0;
}

.brand-hero p,
.brand-page-intro p {
  max-width: 660px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 18px;
}

.brand-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.brand-hero-actions .button {
  width: auto;
}

.brand-hero-stage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  min-height: 340px;
  padding: 26px 20px 0;
  border-bottom: 3px solid var(--brand-blue);
}

.brand-hero-stage img {
  width: 100%;
  max-height: 310px;
  object-fit: contain;
  object-position: bottom center;
}

.brand-hero-stage img:nth-child(2) {
  transform: translateY(-18px);
}

.brand-section-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-blue-deep);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-section-title {
  margin: 0;
  color: var(--green-dark);
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0;
}

.brand-section-desc {
  max-width: 660px;
  margin-top: 14px;
  color: var(--muted);
}

.brand-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.brand-fact {
  min-height: 168px;
  padding: 24px;
  border-top: 3px solid var(--brand-blue);
  background: var(--brand-blue-soft);
}

.brand-fact h3 {
  margin: 0 0 10px;
  color: var(--green-dark);
  font-size: 18px;
  line-height: 1.35;
}

.brand-fact p {
  color: var(--muted);
  font-size: 14px;
}

.brand-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 54px;
  align-items: center;
}

.brand-feature-image {
  min-height: 360px;
  display: grid;
  place-items: center;
  background: var(--brand-blue-soft);
  border-bottom: 3px solid var(--brand-blue);
}

.brand-feature-image img {
  width: min(78%, 310px);
  max-height: 330px;
  object-fit: contain;
}

.brand-feature-copy p + p {
  margin-top: 16px;
}

.brand-product-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.brand-product-preview a {
  min-height: 100%;
  padding: 20px;
  border: 1px solid var(--line);
  background: #fff;
}

.brand-product-preview a:hover {
  border-color: var(--brand-blue);
}

.brand-product-preview img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.brand-product-preview h3 {
  margin: 16px 0 0;
  color: var(--green-dark);
  font-size: 17px;
  line-height: 1.35;
}

.brand-product-preview p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.brand-page-intro {
  padding: 68px 0 36px;
}

.brand-page-intro p {
  max-width: 760px;
}

.brand-filter-wrap {
  padding: 18px 0 32px;
}

.brand-filter-label {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.brand-product-count {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.brand-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.brand-product-card {
  display: grid;
  grid-template-rows: 250px auto;
  border: 1px solid var(--line);
  background: #fff;
}

.brand-product-card-media {
  display: grid;
  place-items: center;
  padding: 18px;
  background: var(--brand-blue-soft);
  border-bottom: 1px solid var(--line);
}

.brand-product-card-media img {
  width: 100%;
  height: 215px;
  object-fit: contain;
}

.brand-product-card-body {
  padding: 20px;
}

.brand-product-meta {
  margin: 0;
  color: var(--brand-blue-deep);
  font-size: 13px;
  font-weight: 800;
}

.brand-product-card h2 {
  margin: 8px 0;
  color: var(--green-dark);
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: 0;
}

.brand-product-card p:last-child {
  color: var(--muted);
  font-size: 14px;
}

.brand-information-note {
  padding: 30px;
  border-left: 4px solid var(--brand-accent);
  background: #fff;
}

.brand-information-note h2 {
  margin: 0 0 10px;
  color: var(--green-dark);
  font-size: 22px;
  line-height: 1.35;
}

.brand-information-note p {
  color: var(--muted);
}

@media (max-width: 980px) {
  .brand-hero-grid,
  .brand-feature-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .brand-hero-stage {
    max-width: 560px;
  }

  .brand-fact-grid,
  .brand-product-preview,
  .brand-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .brand-subnav-inner {
    min-height: auto;
    display: block;
    padding: 13px 0;
  }

  .brand-subnav-links {
    margin-top: 9px;
  }

  .brand-mark img {
    width: 158px;
  }

  .brand-hero {
    padding: 50px 0 44px;
  }

  .brand-hero h1,
  .brand-page-intro h1 {
    font-size: 42px;
  }

  .brand-hero p,
  .brand-page-intro p {
    font-size: 16px;
  }

  .brand-hero-actions {
    display: grid;
  }

  .brand-hero-actions .button {
    width: 100%;
  }

  .brand-hero-stage {
    min-height: 244px;
    padding: 16px 10px 0;
  }

  .brand-hero-stage img {
    max-height: 220px;
  }

  .brand-section-title {
    font-size: 27px;
  }

  .brand-fact-grid,
  .brand-product-preview,
  .brand-product-grid {
    grid-template-columns: 1fr;
  }

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

  .brand-product-card {
    grid-template-rows: 230px auto;
  }

  .brand-information-note {
    padding: 22px;
  }
}
