.brands-page,
.brand-page{
  overflow:hidden;
  background:#fff
}

.brands-eyebrow{
  display:inline-flex;
  align-items:center;
  margin-bottom:13px;
  color:#4d539f;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase
}

.brands-hero{
  padding: 40px 0 40px 0;
  margin-bottom: 60px;
}

.brands-hero__inner{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);
  align-items:center;
  gap:clamp(42px,7vw,90px)
}

.brands-hero__content h1{
  max-width:850px;
  margin:0 0 20px;
  color:#1f1954;
  font-size:clamp(43px,5.8vw,76px);
  line-height:.99;
  letter-spacing:-.045em
}

.brands-hero__content>p{
  max-width:720px;
  margin:0;
  color:#656b88;
  font-size:clamp(17px,2vw,21px);
  line-height:1.65
}

.brands-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:29px
}

.brands-hero__panel{
  padding:31px;
  color:#fff;
  background:
    radial-gradient(circle at top right,rgba(255,255,255,.17),transparent 34%),
    linear-gradient(145deg,#2e2f79,#1f1954);
  border-radius:26px;
  box-shadow:0 27px 75px rgba(31,25,84,.22)
}

.brands-hero__panel>.material-icons{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  margin-bottom:20px;
  color:#1f1954;
  background:#f4b74a;
  border-radius:17px;
  font-size:28px
}

.brands-hero__panel h2{
  margin:0 0 12px;
  color:#fff;
  font-size:28px
}

.brands-hero__panel p{
  margin:0;
  color:#dfe2ff;
  font-size:13px;
  line-height:1.7
}

.brands-stats{
  position:relative;
  z-index:2;
  margin-top:-31px
}

.brands-stats__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  background:#fff;
  border:1px solid rgba(46,47,121,.1);
  border-radius:21px;
  box-shadow:0 18px 55px rgba(31,25,84,.11)
}

.brands-stats article{
  min-width:0;
  padding:23px;
  text-align:center
}

.brands-stats article+article{
  border-left:1px solid rgba(46,47,121,.1)
}

.brands-stats strong,
.brands-stats span{
  display:block
}

.brands-stats strong{
  color:#1f1954;
  font-size:25px;
  line-height:1.1
}

.brands-stats span{
  margin-top:5px;
  color:#737894;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase
}

.brands-section,
.brand-products{
  padding:clamp(75px,9vw,112px) 0
}

.brands-section__heading{
  max-width:780px;
  margin:0 auto 42px;
  text-align:center
}

.brands-section__heading h2,
.brands-selection h2,
.brands-cta h2,
.brand-story h2,
.brand-products h2{
  margin:0 0 14px;
  color:#1f1954;
  font-size:clamp(32px,4vw,52px);
  line-height:1.08;
  letter-spacing:-.035em
}

.brands-section__heading p,
.brands-selection p,
.brands-cta p,
.brand-story p{
  margin:0;
  color:#6d728d;
  font-size:15px;
  line-height:1.7
}

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

.brand-card{
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(46,47,121,.11);
  border-radius:23px;
  box-shadow:0 15px 43px rgba(31,25,84,.07);
  transition:transform .2s ease,box-shadow .2s ease
}

.brand-card:hover{
  transform:translateY(-4px);
  box-shadow:0 21px 55px rgba(31,25,84,.12)
}

.brand-card__media{
  height:295px;
  display:grid;
  place-items:center;
  padding:28px;
  background:
    radial-gradient(circle at 78% 17%,rgba(77,83,159,.13),transparent 36%),
    linear-gradient(145deg,#fafbff,#eef0f8);
  text-decoration:none
}

.brand-card__media img{
  width:100%;
  max-width:235px;
  max-height:235px;
  object-fit:contain;
  border-radius:50%;
}

.brand-card__media>span{
  width:86px;
  height:86px;
  display:grid;
  place-items:center;
  color:#fff;
  background:#2e2f79;
  border-radius:25px;
  font-size:27px;
  font-weight:900
}

.brand-card__body{
  padding:24px
}

.brand-card__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
  color:#4d539f;
  font-size:10px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase
}

.brand-card__badge{
  padding:4px 7px;
  color:#166534;
  background:#dcfce7;
  border-radius:999px
}

.brand-card h3{
  margin:0 0 10px;
  font-size:22px
}

.brand-card h3 a{
  color:#1f1954;
  text-decoration:none
}

.brand-card p{
  min-height:66px;
  margin:0 0 18px;
  color:#71758f;
  font-size:13px;
  line-height:1.65
}

.brand-card__link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#2e2f79;
  font-size:12px;
  font-weight:900;
  text-decoration:none
}

.brand-card__link .material-icons{
  font-size:17px;
  transition:transform .2s ease
}

.brand-card__link:hover .material-icons{
  transform:translateX(3px)
}

.brands-selection{
  padding:clamp(70px,8vw,105px) 0;
  background:#f7f8fc
}

.brands-selection__inner{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  align-items:center;
  gap:clamp(42px,7vw,85px)
}

.brands-selection__points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px
}

.brands-selection__points article{
  padding:20px;
  background:#fff;
  border:1px solid rgba(46,47,121,.1);
  border-radius:17px
}

.brands-selection__points .material-icons{
  color:#4d539f;
  font-size:27px
}

.brands-selection__points h3{
  margin:13px 0 7px;
  color:#1f1954;
  font-size:15px
}

.brands-selection__points p{
  font-size:11px;
  line-height:1.55
}

.brands-cta{
  padding:45px 0;
  color:#fff;
  background:
    radial-gradient(circle at 85% 20%,rgba(255,255,255,.14),transparent 30%),
    linear-gradient(135deg,#2e2f79,#1f1954)
}

.brands-cta__inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:35px
}

.brands-cta .brands-eyebrow{
  color:#f4c76d
}

.brands-cta h2{
  max-width:850px;
  color:#fff
}

.brands-cta p{
  max-width:760px;
  color:#dfe2ff
}

.brands-message,
.brands-empty{
  max-width:760px;
  margin:0 auto;
  padding:30px;
  text-align:center;
  background:#f7f8ff;
  border:1px solid rgba(46,47,121,.12);
  border-radius:20px
}

.brands-empty>.material-icons{
  color:#4d539f;
  font-size:44px
}

.brands-empty h3{
  margin:10px 0 7px;
  color:#1f1954
}

.brands-empty p{
  margin:0 0 18px;
  color:#70758f
}

.brand-breadcrumb{
  padding:14px 0;
  background:#f8f9fc;
  border-bottom:1px solid rgba(46,47,121,.08)
}

.brand-breadcrumb .container{
  display:flex;
  align-items:center;
  gap:8px;
  color:#8589a0;
  font-size:11px
}

.brand-breadcrumb a{
  color:#4d539f;
  text-decoration:none
}

.brand-hero{
  padding:clamp(65px,8vw,105px) 0;
  background: radial-gradient(circle at 88% 18%, rgba(77, 83, 159, 0.22), transparent 28%), radial-gradient(circle at 10% 15%, rgba(46, 47, 121, 0.20), transparent 34%), linear-gradient(135deg, #f8f9ff 0%, #eef1ff 48%, #f7f8fc 100%);
  box-shadow: 0 30px 80px rgba(31, 25, 84, 0.16);
}

.brand-hero__inner{
  display:grid;
  grid-template-columns:minmax(270px,.7fr) minmax(0,1.3fr);
  align-items:center;
  gap:clamp(40px,7vw,90px)
}

.brand-hero__logo{
  min-height:280px;
  display:grid;
  place-items:center;
  padding:38px;
  background:#fff;
  border:1px solid rgba(46,47,121,.11);
  border-radius:27px;
  box-shadow:0 22px 65px rgba(31,25,84,.11)
}

.brand-hero__logo img{
  width:100%;
  max-width:290px;
  max-height:150px;
  object-fit:contain
}

.brand-hero__logo>span{
  width:110px;
  height:110px;
  display:grid;
  place-items:center;
  color:#fff;
  background:#2e2f79;
  border-radius:31px;
  font-size:34px;
  font-weight:900
}

.brand-hero__content h1{
  margin:0 0 17px;
  color:#1f1954;
  font-size:clamp(43px,6vw,74px);
  line-height:1;
  letter-spacing:-.045em
}

.brand-hero__content>p{
  max-width:720px;
  margin:0;
  color:#676c89;
  font-size:17px;
  line-height:1.7
}

.brand-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:27px
}

.brand-story{
  padding:55px 0;
  background:#fff
}

.brand-story__inner{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  align-items:center;
  gap:50px
}

.brand-story h2{
  font-size:clamp(29px,3.5vw,45px)
}

.brand-products{
  background:#f7f8fc;
  scroll-margin-top:100px
}

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

.brand-product-card{
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(46,47,121,.1);
  border-radius:20px;
  box-shadow:0 13px 38px rgba(31,25,84,.06)
}

.brand-product-card__media{
  height:260px;
  display:grid;
  place-items:center;
  padding:24px;
  background:
    radial-gradient(circle at 80% 15%,rgba(77,83,159,.12),transparent 35%),
    linear-gradient(145deg,#fafbff,#eef0f8)
}

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

.brand-product-card__media>.material-icons{
  color:#4d539f;
  font-size:50px
}

.brand-product-card__body{
  padding:21px
}

.brand-product-card__badge{
  display:inline-flex;
  margin-bottom:10px;
  padding:4px 8px;
  color:#4d539f;
  background:#eef0ff;
  border-radius:999px;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase
}

.brand-product-card h3{
  margin:0 0 8px;
  font-size:19px
}

.brand-product-card h3 a{
  color:#1f1954;
  text-decoration:none
}

.brand-product-card p{
  min-height:45px;
  margin:0 0 16px;
  color:#70758f;
  font-size:12px;
  line-height:1.55
}

.brand-product-card__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px
}

.brand-product-card__footer strong{
  color:#1f1954;
  font-size:17px
}

.brand-product-card__footer>span{
  color:#777c97;
  font-size:11px;
  font-weight:700
}

.brand-product-card__footer a{
  display:inline-flex;
  align-items:center;
  gap:4px;
  color:#2e2f79;
  font-size:11px;
  font-weight:900;
  text-decoration:none
}

.brand-product-card__footer .material-icons{
  font-size:16px
}

.brand-not-found{
  min-height:65vh;
  display:grid;
  place-items:center;
  padding:80px 0;
  text-align:center
}

.brand-not-found .material-icons{
  color:#4d539f;
  font-size:55px
}

.brand-not-found h1{
  margin:13px 0 7px;
  color:#1f1954
}

.brand-not-found p{
  margin:0 0 18px;
  color:#70758f
}

.brand-products-hero .brand-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.brand-products-catalog {
  scroll-margin-top: 100px;
}

@media (max-width: 620px) {
  .brand-products-hero .brand-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .brand-products-hero .brand-hero__actions .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media(max-width:1050px){
  .brands-grid,
  .brand-products__grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .brands-selection__points{
    grid-template-columns:1fr
  }
}

@media(max-width:850px){
  .brands-hero__inner,
  .brands-selection__inner,
  .brand-hero__inner,
  .brand-story__inner{
    grid-template-columns:1fr
  }

  .brands-stats__grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .brands-stats article:nth-child(3){
    border-left:0;
    border-top:1px solid rgba(46,47,121,.1)
  }

  .brands-stats article:nth-child(4){
    border-top:1px solid rgba(46,47,121,.1)
  }

  .brands-cta__inner{
    grid-template-columns:1fr
  }

  .brands-cta .btn{
    width:fit-content
  }

  .brand-hero__logo{
    max-width:650px
  }
}

@media(max-width:620px){
  .brands-hero{
    padding-top:25px
  }

  .brands-hero__actions,
  .brand-hero__actions{
    display:grid;
    grid-template-columns:1fr
  }

  .brands-hero__actions .btn,
  .brand-hero__actions .btn{
    width:100%;
    justify-content:center;
    text-align:center
  }

  .brands-grid,
  .brand-products__grid{
    grid-template-columns:1fr
  }

  .brands-stats{
    margin-top:-20px
  }

  .brands-stats strong{
    font-size:21px
  }

  .brands-section__heading{
    text-align:left
  }

  .brand-card p,
  .brand-product-card p{
    min-height:0
  }
}