/* Scoped to the homepage brand portfolio; no catalog or global overrides. */
.wl-brand-portfolio { background: #fff; color: #142e3a; }
.wl-brand-heading-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; margin-bottom: 38px; }
.wl-brand-eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 16px; color: #526875; font-size: 12px; font-weight: 700; letter-spacing: .12em; line-height: 1.5; }
.wl-brand-eyebrow::before { content: ""; flex: 0 0 24px; height: 2px; background: #e45d32; }
.wl-brand-portfolio h2 { margin: 0; max-width: 920px; color: #142e3a; font-size: clamp(28px, 3.25vw, 46px); line-height: 1.15; letter-spacing: -.035em; }
.wl-brand-overview { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; padding: 0 0 12px; border-bottom: 1px solid #d5dfe3; font-size: 15px; line-height: 1.4; font-weight: 700; color: #142e3a; text-decoration: none; }
.wl-brand-overview > span { white-space: nowrap; }
.wl-brand-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.wl-brand-tile { display: flex; flex-direction: column; position: relative; min-width: 0; padding: 0 28px; border: 1px solid #d5dfe3; border-radius: 5px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease; }
.wl-brand-logo { display: flex; align-items: center; justify-content: center; height: 174px; padding: 28px 20px; border-bottom: 1px solid #d5dfe3; }
.wl-brand-logo img { display: block; width: 100%; height: auto; max-width: 260px; max-height: 108px; object-fit: contain; }
.wl-brand-tile[data-brand="aro"] .wl-brand-logo img { max-width: 210px; }
.wl-brand-description { flex-grow: 1; padding: 25px 0 28px; }
.wl-brand-description h3 { margin: 0 0 13px; color: #142e3a; font-size: 20px; font-weight: 700; line-height: 1.3; letter-spacing: .015em; }
.wl-brand-description p { margin: 0; color: #526875; font-size: 16px; line-height: 1.75; overflow-wrap: anywhere; }
.wl-brand-explore { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 77px; padding: 21px 0; border-top: 1px solid #d5dfe3; color: #142e3a; font-size: 16px; font-weight: 700; line-height: 1.4; text-decoration: none; }
.wl-brand-explore::after { content: ""; position: absolute; inset: 0; border-radius: 5px; }
.wl-brand-explore svg, .wl-brand-overview svg { flex-shrink: 0; transition: transform .18s ease; }
.wl-brand-tile:hover, .wl-brand-tile:focus-within { border-color: #7896a5; box-shadow: 0 4px 14px rgb(20 46 58 / 4%); }
.wl-brand-tile:hover .wl-brand-explore, .wl-brand-tile:focus-within .wl-brand-explore, .wl-brand-overview:hover { color: #bc411c; }
.wl-brand-tile:hover .wl-brand-explore svg, .wl-brand-overview:hover svg { transform: translateX(3px); }
.wl-brand-explore:focus-visible { outline: none; }
.wl-brand-explore:focus-visible::after { outline: 3px solid #155d89; outline-offset: 4px; }
.wl-brand-overview:focus-visible { outline: 3px solid #155d89; outline-offset: 4px; }
@media (max-width: 1050px) {
  .wl-brand-heading-row { align-items: flex-start; flex-direction: column; gap: 24px; }
  .wl-brand-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .wl-brand-heading-row { margin-bottom: 28px; }
  .wl-brand-tiles { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .wl-brand-tile { padding: 0 24px; }
  .wl-brand-logo { height: 160px; }
  .wl-brand-description { padding: 22px 0 24px; }
  .wl-brand-explore { min-height: 70px; }
}
@media (prefers-reduced-motion: reduce) {
  .wl-brand-tile, .wl-brand-explore svg, .wl-brand-overview svg { transition: none; }
}
.wl-product-code { margin: 24px 0; padding: 20px 24px; border-left: 4px solid #e45d32; background: #f1f5f5; color: #142e3a; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: clamp(16px, 1.45vw, 20px); line-height: 1.6; overflow-wrap: anywhere; }
.wl-product-introduction { margin: 0 0 26px; }
.wl-product-introduction p { margin: 0; color: #526875; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.9; overflow-wrap: anywhere; }
.product-top > div { min-width: 0; }
.product-top h1 { overflow-wrap: anywhere; }
@media (max-width: 620px) {
  .wl-product-code { padding: 16px 18px; }
}
