/* Shared styles for the Distribution hub and every brand page.
   Edit here once rather than in each brand's HTML. */

*{box-sizing:border-box}
body{margin:0;background:#fff;color:#1b3d6d;font-family:Roboto,Arial,sans-serif;line-height:1.6}
a{color:inherit}
a:focus-visible{outline:3px solid #e82276;outline-offset:5px}
img{display:block;max-width:100%;height:auto}

/* Header ------------------------------------------------------------- */
.header{border-bottom:1px solid #e8ebee}
.nav{max-width:1200px;min-height:90px;margin:auto;padding:22px 30px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{flex-shrink:0}
.brand img{width:152px}
.nav-links{display:flex;gap:28px;font-size:14px}
.nav-links a{padding:6px 0;text-decoration:none}
.nav-links a[aria-current]{border-bottom:2px solid #e82276}
.nav-links a:hover{color:#e82276}

/* Page intro --------------------------------------------------------- */
.intro{padding:48px 24px 44px;text-align:center}
.brand-mark{max-width:180px;max-height:112px;margin:0 auto 26px}
.intro h1{font-size:clamp(30px,4vw,52px);line-height:1.16;font-weight:500;letter-spacing:-1.2px;margin:0 auto;max-width:900px}

/* Brand grid on the hub ---------------------------------------------- */
.brand-grid{list-style:none;max-width:1100px;margin:0 auto;padding:0 30px 72px;display:flex;flex-wrap:wrap;gap:28px;justify-content:center}
.brand-grid>li{display:flex;flex:0 1 320px;max-width:360px}
.brand-card{display:flex;flex-direction:column;width:100%;padding:34px 30px 30px;border:1px solid #e8ebee;border-radius:10px;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.brand-card:hover{border-color:#c9d2dc;box-shadow:0 10px 28px rgba(27,61,109,.09);transform:translateY(-2px)}
.brand-card-mark{display:flex;align-items:center;justify-content:center;height:92px;margin-bottom:22px}
.brand-card-mark img{width:auto;max-height:78px;max-width:190px}
.brand-card p{font-size:15px;line-height:1.7;color:#536579;margin:0 0 22px}
.brand-card .more{margin-top:auto;font-size:13px;font-weight:500;color:#e82276}

/* Wordmark fallback: used when a brand has no logo image yet. Replace the
   <span class="brand-wordmark"> with an <img> once the logo file exists. */
.brand-wordmark{font-size:24px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#1b3d6d;text-align:center;line-height:1.2}
.intro .brand-wordmark{font-size:30px;margin:0 auto 26px}
/* Brand page --------------------------------------------------------- */
.feature{max-width:1500px;margin:auto}
.feature picture{display:block}
.feature picture img{width:100%;height:auto}
.caption{max-width:1100px;margin:auto;padding:62px 30px 70px;display:grid;grid-template-columns:1fr 1.7fr;gap:64px;align-items:start}
.caption h2{font-size:30px;line-height:1.25;letter-spacing:-.6px;font-weight:500;margin:0}
.brand-story p{font-size:16px;line-height:1.85;color:#536579;margin:0 0 18px}
.brand-story p:last-of-type{margin-bottom:26px}
.button{display:inline-flex;align-items:center;gap:24px;background:#1b3d6d;color:#fff;padding:13px 20px;border-radius:4px;font-size:13px;text-decoration:none}
.button:hover{background:#254d83}
.backlink{display:inline-block;margin-top:30px;font-size:13px;color:#687680;text-decoration:none}
.backlink:hover{color:#e82276}

@media(max-width:700px){
  .nav{min-height:76px;padding:20px}
  .brand img{width:124px}
  .nav-links{gap:20px;font-size:13px}
  .intro{padding:34px 20px}
  .brand-mark{max-width:158px;max-height:96px;margin-bottom:24px}
  .intro h1{font-size:32px;letter-spacing:-.6px}
  .brand-grid{padding:0 22px 48px;gap:20px}
  .brand-grid>li{flex:1 1 100%;max-width:none}
  .caption{padding:34px 22px 42px;grid-template-columns:1fr;gap:20px}
  .caption h2{font-size:27px}
  .brand-story p{font-size:15px;line-height:1.8}
}
