/* Brand pages */
.fp-brand{overflow-x:hidden;background:#fff;color:#1f2933}
.fp-brand .fp-container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%;box-sizing:border-box}
.fp-brand .fp-section-title{display:flex;align-items:center;gap:16px;margin:0 0 30px}
.fp-brand .fp-section-title__bar{width:6px;height:56px;background:#c81f26;display:block}
.fp-brand .fp-section-title__h{margin:0;font-size:clamp(28px,3vw,42px);line-height:1.08;letter-spacing:.12em;text-transform:uppercase}
.fp-brand .fp-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:14px 24px;text-decoration:none;text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:12px;transition:.2s ease}
.fp-brand .fp-btn--red{background:#c81f26;color:#fff}
.fp-brand .fp-btn--red:hover{background:#a61c22;color:#fff}

.fp-brand--single,.fp-brand--subbrands{background:#fff}

/* Shared */
.fp-brand-hero__placeholder{min-height:360px;border-radius:28px;background:linear-gradient(135deg,#fafafa,#ececec);display:flex;align-items:center;justify-content:center;font-size:clamp(30px,4vw,64px);font-weight:800;color:#c81f26}
.fp-brand-hero__media img,.fp-brand-benefits__visual img,.fp-brand-single-feature__image img{display:block;width:100%;height:100%;object-fit:cover}

/* Brand full-width heroes */
.fp-brand-hero--full,.fp-brand-single-hero--full{position:relative;min-height:clamp(360px,46vw,640px);background-size:cover;background-position:center center;background-repeat:no-repeat;display:flex;align-items:center;isolation:isolate;overflow:hidden}
.fp-brand-hero--solid,.fp-brand-single-hero--solid{background:linear-gradient(135deg,#f8f8f8,#ececec)}
.fp-brand-hero__overlay,.fp-brand-single-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,15,27,.72) 0%,rgba(10,15,27,.46) 32%,rgba(10,15,27,.24) 56%,rgba(10,15,27,.42) 100%)}
.fp-brand-hero__inner,.fp-brand-single-hero__inner{position:relative;z-index:2;display:flex;align-items:center;padding:64px 0}
.fp-brand-hero__inner--centered,.fp-brand-single-hero__inner--centered{justify-content:flex-start}
.fp-brand-hero__copy,.fp-brand-single-hero__inner{max-width:none}
.fp-brand-hero__copy--centered,.fp-brand-single-hero__inner--centered{flex-direction:column;align-items:flex-start;text-align:left;max-width:760px}
.fp-brand-hero__logo,.fp-brand-single-hero__logo{display:block;max-width:min(420px,72vw);max-height:132px;width:auto;height:auto;margin:0 0 18px;filter:drop-shadow(0 12px 28px rgba(0,0,0,.24))}
.fp-brand-hero__title,.fp-brand-single-hero__title{margin:0 0 14px;color:#fff;font-size:clamp(44px,6vw,86px);line-height:.94;font-weight:900;letter-spacing:.02em;text-transform:uppercase}
.fp-brand-hero__desc,.fp-brand-single-hero__desc{max-width:760px;font-size:clamp(16px,1.6vw,20px);line-height:1.65;color:#fff}
.fp-brand-hero__desc p,.fp-brand-single-hero__desc p{margin:0 0 12px}
.fp-brand-hero__actions,.fp-brand-single-hero__actions{margin-top:24px}

/* Subbrands layout */
.fp-brand-hero--subbrands{margin:0;padding:0}

.fp-brand-subbrands{border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;margin-top:0;padding:20px 0 22px}
.fp-brand-subbrands .fp-container{display:flex;justify-content:center}
.fp-brand-subbrands__row{display:grid;grid-template-columns:repeat(4,minmax(180px,220px));gap:18px;align-items:stretch;justify-content:center;width:100%}
.fp-brand-subbrands__item{min-height:96px;padding:14px 16px;border-radius:18px;border:1px solid #ececec;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;text-decoration:none;color:#30343a;box-shadow:0 8px 24px rgba(0,0,0,.04);cursor:pointer}
.fp-brand-subbrands__item img{max-width:100%;max-height:56px;width:auto;height:auto;object-fit:contain}
.fp-brand-subbrands__item span{font-size:12px;line-height:1.3;font-weight:700;text-align:center;letter-spacing:.04em}

.fp-brand-benefits{padding:34px 0 56px;background:#fff}
.fp-brand-benefits--full{padding-left:0;padding-right:0}
.fp-brand-benefits__grid{display:grid;grid-template-columns:minmax(220px,1fr) minmax(320px,540px) minmax(220px,1fr);gap:26px;align-items:center}
.fp-brand-benefits__grid--visual-only{grid-template-columns:1fr}
.fp-brand-benefits__col{display:flex;flex-direction:column;gap:22px}
.fp-brand-benefits__visual{position:relative;border-radius:30px;overflow:hidden;min-height:420px;background:#f3f4f6;box-shadow:0 20px 40px rgba(0,0,0,.08)}
.fp-brand-benefits__visual--full{width:100%;max-width:none;min-height:520px}
.fp-brand-benefits__visual--fullwidth{width:100vw;max-width:100vw;border-radius:0;min-height:clamp(260px,40vw,620px);margin-left:50%;transform:translateX(-50%);box-shadow:none}
.fp-brand-benefit{display:flex;gap:16px;align-items:flex-start}
.fp-brand-benefit__icon{width:58px;height:58px;border-radius:999px;background:#fff;border:1px solid #ececec;box-shadow:0 6px 20px rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;flex:0 0 58px}
.fp-brand-benefit__icon img{width:34px;height:34px;object-fit:contain}
.fp-brand-benefit__title{margin:0 0 4px;font-size:17px;line-height:1.25;font-weight:800;color:#333}
.fp-brand-benefit__text{font-size:15px;line-height:1.55;color:#555}
.fp-brand-benefits__visual img{position:absolute;inset:0}
.fp-brand-benefits__visual--full img{object-fit:cover}

/* Single layout */
.fp-brand-single-intro{padding:38px 0 28px;background:#fff}
.fp-brand-single-intro__inner{text-align:center;max-width:1080px;margin:0 auto}
.fp-brand-single-intro__title{margin:0 0 14px;color:#141414;font-size:clamp(30px,3vw,50px);line-height:1.04;font-weight:900;text-transform:uppercase}
.fp-brand-single-intro__text{max-width:920px;margin:0 auto;color:#34383d;font-size:18px;line-height:1.68}
.fp-brand-single-intro__text p{margin:0 0 10px}
.fp-brand-single-intro__icons{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:26px;margin-top:34px;align-items:stretch}
.fp-brand-single-intro__icon-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:26px 18px;border-radius:24px;background:#fff;border:1px solid #ececec;box-shadow:0 12px 30px rgba(0,0,0,.06);text-decoration:none;color:#20262d;min-height:208px;transition:transform .2s ease,box-shadow .2s ease}
.fp-brand-single-intro__icon-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(0,0,0,.10)}
.fp-brand-single-intro__icon-visual{width:118px;height:118px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #efefef;box-shadow:0 10px 28px rgba(0,0,0,.07);margin-bottom:14px}
.fp-brand-single-intro__icon-visual img{max-width:84%;max-height:84%;object-fit:contain}
.fp-brand-single-intro__icon-fallback{font-size:36px;font-weight:800;color:#c81f26}
.fp-brand-single-intro__icon-label{font-size:14px;font-weight:800;line-height:1.3;letter-spacing:.08em;text-transform:uppercase}
.fp-brand-single-intro__icon-desc{font-size:13px;line-height:1.5;color:#6b7280;margin-top:6px}

.fp-brand-single-feature{padding:8px 0 28px;background:#fff}
.fp-brand-single-feature--full{padding-left:0;padding-right:0}
.fp-brand-single-feature__image{max-width:1200px;margin:0 auto;min-height:300px;border-radius:30px;overflow:hidden;background:#f4f4f4;box-shadow:0 20px 40px rgba(0,0,0,.08)}
.fp-brand-single-feature__image--fullwidth{width:100vw;max-width:100vw;border-radius:0;min-height:clamp(260px,40vw,620px);margin-left:50%;transform:translateX(-50%);box-shadow:none}
.fp-brand-single-feature__image img{height:420px;object-fit:cover}
.fp-brand-single-feature__image--fullwidth img{height:100%;min-height:clamp(260px,40vw,620px)}

/* Featured and certifications */
.fp-brand__featured{background:#fff;padding:34px 0 62px;border-top:0}
.fp-brand__featured-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.fp-brand__certs{background:#fff;padding:18px 0 72px;border-top:0}
.fp-brand__cert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,360px));gap:28px;justify-content:center;align-items:stretch;margin-top:24px}
.fp-brand__cert{border:1px solid #e6e6e6;border-radius:26px;background:#fff;min-height:340px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:18px;text-align:center;box-shadow:0 16px 34px rgba(0,0,0,.06);overflow:hidden}
.fp-brand__cert-img{width:100%;height:250px;display:flex;align-items:center;justify-content:center;margin:0 0 16px;border-radius:20px;background:linear-gradient(180deg,#f8f8f8,#ececec);overflow:hidden}
.fp-brand__cert-img img{width:100%;height:100%;object-fit:cover;display:block}
.fp-brand__cert-name{font-size:14px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;text-align:center;line-height:1.4;padding:0 6px 4px}

@media (max-width:1100px){
  .fp-brand-benefits__grid{grid-template-columns:1fr}
  .fp-brand-hero__copy{padding-bottom:0}
  .fp-brand-benefits__visual{order:-1;max-width:680px;margin:0 auto;width:100%}
  .fp-brand-subbrands__row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fp-brand-single-intro__icons{grid-template-columns:repeat(3,minmax(0,1fr))}
  .fp-brand-single-feature__image img{height:320px}
}
@media (max-width:767px){
  .fp-brand .fp-container{padding:0 16px}
  .fp-brand-hero--full,.fp-brand-single-hero--full{min-height:320px}
  .fp-brand-hero__inner,.fp-brand-single-hero__inner{padding:44px 0}
  .fp-brand-hero__copy--centered,.fp-brand-single-hero__inner--centered{max-width:100%;align-items:center;text-align:center}
  .fp-brand-hero__desc,.fp-brand-single-hero__desc,.fp-brand-single-intro__text{font-size:16px}
  .fp-brand-hero__logo,.fp-brand-single-hero__logo{max-width:240px;max-height:86px}
  .fp-brand-hero__placeholder,.fp-brand-benefits__visual{min-height:240px}
  .fp-brand-subbrands__row{grid-template-columns:repeat(2,minmax(140px,1fr));gap:14px;padding:0}
  .fp-brand-single-intro__icons{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fp-brand-single-feature__image img{height:220px}
  .fp-brand__featured-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:560px){
  .fp-brand-subbrands__row,.fp-brand-single-intro__icons,.fp-brand__featured-grid--4{grid-template-columns:1fr}
  .fp-brand-subbrands{padding-top:16px;padding-bottom:18px}
  .fp-brand-hero__title,.fp-brand-single-hero__title{font-size:clamp(34px,9vw,48px)}
  .fp-brand-hero__actions .fp-btn,.fp-brand-single-hero__actions .fp-btn{width:100%}
}

.fp-brand-benefits__grid--visual-only .fp-brand-benefits__visual{max-width:none}
.fp-brand-benefits__grid--visual-only .fp-brand-benefits__visual--full{width:100vw;max-width:100vw;border-radius:0;min-height:clamp(260px,40vw,620px);margin-left:50%;transform:translateX(-50%);box-shadow:none}


/* v0.4.23.129 subbrand landing redesign */
.fp-brand-hero--subbrands .fp-brand-hero__overlay{display:none}
.fp-brand-hero__inner--subbrands{min-height:clamp(360px,46vw,640px);align-items:center}
.fp-brand-hero__copy--subbrands{width:min(50%,560px);max-width:min(50%,560px);padding:48px 0}
.fp-brand-hero--subbrands .fp-brand-hero__desc{max-width:100%;color:#111827;text-shadow:none}
.fp-brand-hero--subbrands .fp-brand-hero__title{color:#111827;text-shadow:none}
.fp-brand-hero--subbrands .fp-brand-hero__logo{filter:none}
.fp-brand-subbrands{border-top:0;border-bottom:0;background:#fff;padding:24px 0 30px}
.fp-brand-subbrands__row--logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:28px}
.fp-brand-subbrands__item--logo-only{min-height:0;padding:0;border:0;background:transparent;box-shadow:none;border-radius:0;gap:0}
.fp-brand-subbrands__item--logo-only img{max-height:72px;transition:transform .22s ease, opacity .22s ease;opacity:.92}
.fp-brand-subbrands__item--logo-only:hover img{transform:scale(1.08);opacity:1}
.fp-brand-benefits--subbrands{padding:0 0 40px;background:#fff}
.fp-brand-benefits--subbrands .fp-brand-benefits__visual{border-radius:0;min-height:clamp(280px,44vw,700px);box-shadow:none;background:#f3f4f6}
.fp-brand-benefits--subbrands .fp-brand-benefits__visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
@media (max-width:1100px){
  .fp-brand-hero__copy--subbrands{width:min(58%,620px);max-width:min(58%,620px)}
}
@media (max-width:767px){
  .fp-brand-hero__inner--subbrands{justify-content:flex-start}
  .fp-brand-hero__copy--subbrands{width:100%;max-width:100%;padding:32px 0;background:rgba(255,255,255,.84);backdrop-filter:saturate(120%) blur(1px);border-radius:18px}
  .fp-brand-subbrands__row--logos{gap:18px}
  .fp-brand-subbrands__item--logo-only img{max-height:54px}
}

/* v0.4.23.130 subbrand landing alignment fix */
.fp-brand-hero__inner--subbrands{justify-content:flex-start;align-items:stretch}
.fp-brand-hero__copy--subbrands{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;width:min(50%,600px);max-width:min(50%,600px);min-height:clamp(360px,46vw,640px);padding:40px 0}
.fp-brand-hero__title--subbrands{margin:0 0 22px;color:#d9232e;font-size:clamp(42px,5.4vw,78px);font-weight:900;line-height:.94;letter-spacing:-.02em;text-transform:none}
.fp-brand-hero__desc--subbrands{max-width:540px;color:#0f172a;font-size:clamp(18px,1.4vw,24px);line-height:1.65;font-weight:500}
.fp-brand-hero__desc--subbrands p{margin:0 0 18px}
.fp-brand-hero--subbrands .fp-brand-hero__actions{margin-top:10px}
.fp-brand-subbrands__item--logo-only{display:flex;align-items:center;justify-content:center;min-width:120px}
.fp-brand-subbrands__item--logo-only img{max-width:180px;max-height:74px;width:auto;height:auto;filter:none}
.fp-brand-benefits--subbrands{padding:0 0 48px;background:#fff}
.fp-brand-benefits--subbrands .fp-brand-benefits__visual--fullwidth{display:block;width:100vw;max-width:100vw;min-height:clamp(280px,42vw,700px);margin-left:50%;transform:translateX(-50%);border-radius:0;box-shadow:none;overflow:hidden;background:#f3f4f6}
.fp-brand-benefits--subbrands .fp-brand-benefits__visual--fullwidth img{display:block;width:100%;height:100%;min-height:clamp(280px,42vw,700px);object-fit:cover}
@media (max-width:1100px){
  .fp-brand-hero__copy--subbrands{width:min(56%,640px);max-width:min(56%,640px)}
  .fp-brand-hero__title--subbrands{font-size:clamp(38px,5vw,64px)}
}
@media (max-width:767px){
  .fp-brand-hero__copy--subbrands{width:100%;max-width:100%;min-height:auto;padding:28px 0;background:none;backdrop-filter:none;border-radius:0;align-items:center;text-align:center}
  .fp-brand-hero__desc--subbrands{font-size:16px;max-width:100%;color:#111827;font-weight:500}
  .fp-brand-subbrands__item--logo-only img{max-height:56px;max-width:140px}
  .fp-brand-hero__title--subbrands{font-size:clamp(34px,10vw,48px)}
}


/* v0.4.23.131 subbrand image fit and spacing */
.fp-brand-hero--subbrands{background-size:contain;background-position:center center;background-color:#fff}
.fp-brand-benefits--subbrands{padding:0 0 56px;background:#fff}
.fp-brand-benefits--subbrands .fp-brand-benefits__visual--fullwidth{min-height:clamp(220px,36vw,560px)}
.fp-brand-benefits--subbrands .fp-brand-benefits__visual img{object-fit:contain;background:#fff}
.fp-brand-subbrands{padding:42px 0 48px}
.fp-brand-subbrands__row--logos{gap:40px}
@media (max-width: 991px){
  .fp-brand-hero--subbrands{background-size:cover;background-position:center center}
  .fp-brand-subbrands{padding:30px 0 34px}
  .fp-brand-subbrands__row--logos{gap:24px}
  .fp-brand-benefits--subbrands .fp-brand-benefits__visual--fullwidth{min-height:clamp(220px,52vw,420px)}
}


/* v0.4.23.133 single brand layout fix + safer logo-only icons */
.fp-brand-subbrands{padding:8px 0 10px}
.fp-brand-subbrands__row--logos{gap:18px 24px}
.fp-brand-single-hero--logo-only{min-height:clamp(240px,28vw,380px);background-position:center center}
.fp-brand-single-hero--logo-only .fp-brand-single-hero__overlay{display:none}
.fp-brand-single-hero__inner--logo-only{justify-content:center;align-items:center;min-height:clamp(240px,28vw,380px);padding:42px 0}
.fp-brand-single-hero__inner--logo-only .fp-brand-single-hero__logo{margin:0;max-width:min(440px,70vw);max-height:140px;filter:none}
.fp-brand-single-intro--brand{padding:34px 0 22px;background:#fff}
.fp-brand-single-intro--brand .fp-brand-single-intro__title{font-size:clamp(34px,3.6vw,56px);line-height:1.02;margin:0 0 16px;color:#18181b;font-weight:900;letter-spacing:.01em;text-transform:none}
.fp-brand-single-intro--brand .fp-brand-single-intro__text{max-width:980px;font-size:20px;line-height:1.72;color:#2f3640}
.fp-brand-single-intro__icons--logos{display:flex;flex-wrap:wrap;justify-content:center;gap:18px 26px;margin-top:28px}
.fp-brand-single-intro__icon-card--logo{padding:0;border:0;background:transparent;box-shadow:none;min-height:0;border-radius:0}
.fp-brand-single-intro__icon-card--logo:hover{transform:none;box-shadow:none}
.fp-brand-single-intro__icon-card--logo .fp-brand-single-intro__icon-visual{width:auto;height:auto;border:0;background:transparent;box-shadow:none;margin:0}
.fp-brand-single-intro__icon-card--logo .fp-brand-single-intro__icon-visual img{max-width:130px;max-height:72px;width:auto;height:auto;object-fit:contain;transition:transform .22s ease,opacity .22s ease;opacity:.95}
.fp-brand-single-intro__icon-card--logo:hover .fp-brand-single-intro__icon-visual img{transform:scale(1.08);opacity:1}
.fp-brand-single-feature{padding:14px 0 34px;background:#fff}
@media (max-width: 991px){.fp-brand-single-intro--brand .fp-brand-single-intro__text{font-size:17px}.fp-brand-single-intro__icon-card--logo .fp-brand-single-intro__icon-visual img{max-width:110px;max-height:62px}}
@media (max-width: 767px){.fp-brand-subbrands{padding:8px 0 10px}.fp-brand-single-hero--logo-only,.fp-brand-single-hero__inner--logo-only{min-height:200px}.fp-brand-single-hero__inner--logo-only{padding:28px 0}.fp-brand-single-intro--brand{padding:26px 0 18px}.fp-brand-single-intro--brand .fp-brand-single-intro__text{font-size:16px}.fp-brand-single-intro__icons--logos{gap:16px 18px}.fp-brand-single-intro__icon-card--logo .fp-brand-single-intro__icon-visual img{max-width:92px;max-height:52px}}


@media (max-width: 900px){
  .fp-brand-single-intro__icons{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .fp-brand-single-intro__icon-card{min-height:180px;padding:22px 14px}
  .fp-brand-single-intro__icon-visual{width:98px;height:98px}
  .fp-brand__cert-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
  .fp-brand__cert{min-height:300px}
  .fp-brand__cert-img{height:210px}
}
@media (max-width: 640px){
  .fp-brand-single-intro__icons{grid-template-columns:1fr 1fr;gap:14px}
  .fp-brand-single-intro__icon-card{min-height:156px;padding:18px 12px;border-radius:20px}
  .fp-brand-single-intro__icon-visual{width:84px;height:84px;margin-bottom:10px}
  .fp-brand__cert-grid{grid-template-columns:1fr;gap:18px}
  .fp-brand__cert{min-height:0;padding:14px;border-radius:22px}
  .fp-brand__cert-img{height:220px;border-radius:18px}
}

/* v0.4.23.188 brand categories + certifications visual scale fix */
.fp-brand-single-intro__icons--logos{
  gap:28px 34px;
  margin-top:34px;
}
.fp-brand-single-intro__icon-card--logo{
  min-width:180px;
}
.fp-brand-single-intro__icon-card--logo .fp-brand-single-intro__icon-visual{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:112px;
}
.fp-brand-single-intro__icon-card--logo .fp-brand-single-intro__icon-visual img{
  max-width:220px;
  max-height:116px;
  width:auto;
  height:auto;
  object-fit:contain;
}

.fp-brand__certs--compact{
  padding:24px 0 80px;
}
.fp-brand__cert-grid{
  grid-template-columns:repeat(auto-fit,minmax(360px,1fr));
  gap:28px;
  align-items:stretch;
}
.fp-brand__cert{
  min-height:0;
  padding:0;
  border-radius:24px;
  overflow:hidden;
  background:#f5f5f5;
  box-shadow:none;
  border:1px solid #ececec;
}
.fp-brand__cert-img{
  width:100%;
  height:auto;
  min-height:0;
  margin:0;
  border-radius:0;
  background:#fff;
  aspect-ratio: 1.55 / 1;
}
.fp-brand__cert-img img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  background:#fff;
}
.fp-brand__cert-name{
  padding:14px 18px 16px;
}

@media (max-width: 991px){
  .fp-brand-single-intro__icons--logos{gap:22px 24px;}
  .fp-brand-single-intro__icon-card--logo{min-width:150px;}
  .fp-brand-single-intro__icon-card--logo .fp-brand-single-intro__icon-visual{min-height:94px;}
  .fp-brand-single-intro__icon-card--logo .fp-brand-single-intro__icon-visual img{max-width:180px;max-height:96px;}
  .fp-brand__cert-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;}
  .fp-brand__cert-img{aspect-ratio:1.45 / 1;}
}
@media (max-width: 767px){
  .fp-brand-single-intro__icons--logos{gap:18px 18px;justify-content:center;}
  .fp-brand-single-intro__icon-card--logo{min-width:132px;}
  .fp-brand-single-intro__icon-card--logo .fp-brand-single-intro__icon-visual{min-height:78px;}
  .fp-brand-single-intro__icon-card--logo .fp-brand-single-intro__icon-visual img{max-width:150px;max-height:82px;}
}
@media (max-width: 640px){
  .fp-brand__cert-grid{grid-template-columns:1fr;gap:18px;}
  .fp-brand__cert-img{aspect-ratio:1.5 / 1;}
}


/* v0.4.23.189 brand categories + certifications tuned to home proportions */
.fp-brand-single-intro__icons--logos{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,220px));
  justify-content:center;
  gap:26px 34px;
  max-width:720px;
  margin:34px auto 0;
}
.fp-brand-single-intro__icon-card--logo{
  min-width:0;
  width:100%;
}
.fp-brand-single-intro__icon-card--logo .fp-brand-single-intro__icon-visual{
  width:160px;
  height:160px;
  min-height:160px;
  margin:0 auto;
  border-radius:999px;
  border:1px solid #ececec;
  background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.08);
}
.fp-brand-single-intro__icon-card--logo .fp-brand-single-intro__icon-visual img{
  max-width:118px;
  max-height:118px;
}

.fp-brand__certs--compact{
  padding:20px 0 72px;
}
.fp-brand__cert-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  justify-content:stretch;
  margin-top:20px;
}
.fp-brand__cert{
  padding:0;
  border-radius:22px;
  background:transparent;
  border:0;
  box-shadow:none;
  overflow:visible;
}
.fp-brand__cert-img{
  aspect-ratio:16 / 9;
  border-radius:22px;
  overflow:hidden;
  background:#f3f4f6;
  border:1px solid #ececec;
}
.fp-brand__cert-img img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:#f3f4f6;
}
.fp-brand__cert-name{
  display:none;
}
@media (max-width:1100px){
  .fp-brand__cert-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:767px){
  .fp-brand-single-intro__icons--logos{grid-template-columns:repeat(2,minmax(120px,1fr));gap:18px 18px;max-width:420px;}
  .fp-brand-single-intro__icon-card--logo .fp-brand-single-intro__icon-visual{width:128px;height:128px;min-height:128px;}
  .fp-brand-single-intro__icon-card--logo .fp-brand-single-intro__icon-visual img{max-width:94px;max-height:94px;}
  .fp-brand__cert-grid{grid-template-columns:1fr;gap:18px;}
}
