
:root{
  --gc-primary:#071d38;
  --gc-secondary:#d61f26;
  --gc-text:#102039;
  --gc-muted:#68788d;
  --gc-surface:#fff;
  --gc-background:#f4f7fb;
  --gc-border:#dfe6ef;
  --gc-font:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --gc-content-width:1180px;
  --gc-radius-sm:10px;
  --gc-radius-md:18px;
  --gc-radius-lg:28px;
}

.gc-brands-managed-page,
.gc-brand-managed-page{
  margin:0!important;
  background:var(--gc-background);
  color:var(--gc-text);
  font-family:var(--gc-font)!important;
}

.gc-brands-managed-page *,
.gc-brand-managed-page *{
  box-sizing:border-box;
  font-family:inherit;
}

.gc-brands-v2-container,
.gc-brand-single-container{
  width:min(var(--gc-content-width),calc(100% - 40px));
  margin-inline:auto;
}

/* Archive */
.gc-brands-v2-hero{
  padding:84px 0;
  background:
    radial-gradient(circle at 84% 18%,color-mix(in srgb,var(--gc-primary) 68%,white),transparent 34%),
    var(--gc-primary);
  color:#fff;
}

.gc-brands-v2-hero span,
.gc-brands-v2-intro>div>span,
.gc-brands-v2-cta span{
  display:block;
  color:#ffb4b7;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-size:12px;
  font-weight:850;
}

.gc-brands-v2-hero h1{
  max-width:860px;
  margin:14px 0 18px;
  color:#fff;
  font-size:clamp(44px,6vw,74px);
  line-height:1.02;
  letter-spacing:-.05em;
}

.gc-brands-v2-hero p{
  max-width:760px;
  margin:0;
  color:#d7e2ee;
  font-size:18px;
  line-height:1.7;
}

.gc-brands-v2-intro{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
  padding:72px 0 34px;
}

.gc-brands-v2-intro h2{
  max-width:760px;
  margin:8px 0 12px;
  color:var(--gc-primary);
  font-size:clamp(30px,4vw,48px);
  line-height:1.08;
}

.gc-brands-v2-intro p{
  max-width:720px;
  margin:0;
  color:var(--gc-muted);
  font-size:17px;
  line-height:1.65;
}

.gc-brands-v2-count{
  min-width:180px;
  padding:20px;
  border:1px solid var(--gc-border);
  border-radius:var(--gc-radius-md);
  background:var(--gc-surface);
  text-align:center;
}

.gc-brands-v2-count strong{
  display:block;
  color:var(--gc-primary);
  font-size:38px;
  line-height:1;
}

.gc-brands-v2-count span{
  display:block;
  margin-top:7px;
  color:var(--gc-muted);
  font-size:13px;
}

.gc-brands-v2-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  padding-bottom:78px;
}

.gc-brands-v2-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border:1px solid var(--gc-border);
  border-radius:var(--gc-radius-md);
  background:var(--gc-surface);
  box-shadow:0 14px 38px rgba(7,29,56,.07);
  transition:.22s ease;
}

.gc-brands-v2-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 58px rgba(7,29,56,.13);
}

.gc-brands-v2-card:before{
  content:"";
  display:block;
  height:4px;
  background:var(--gc-brand-accent);
}

.gc-brands-v2-card-logo{
  display:grid;
  place-items:center;
  min-height:180px;
  padding:26px;
  background:linear-gradient(145deg,#fff,#f3f6fa);
  text-decoration:none;
}

.gc-brands-v2-card-logo img{
  display:block;
  max-width:88%;
  max-height:120px;
  object-fit:contain;
}

.gc-brands-v2-card-logo span{
  color:var(--gc-brand-accent);
  font-size:68px;
  font-weight:900;
}

.gc-brands-v2-card-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:24px;
}

.gc-brands-v2-card-body small{
  align-self:flex-start;
  padding:6px 10px;
  border-radius:999px;
  background:color-mix(in srgb,var(--gc-brand-accent) 11%,white);
  color:var(--gc-brand-accent);
  font-size:11px;
  font-weight:850;
}

.gc-brands-v2-card h3{
  margin:14px 0 8px;
  font-size:25px;
  line-height:1.15;
}

.gc-brands-v2-card h3 a{
  color:var(--gc-primary);
  text-decoration:none;
}

.gc-brands-v2-card-subtitle{
  color:#33455b!important;
  font-weight:750;
}

.gc-brands-v2-card p{
  margin:0 0 14px;
  color:var(--gc-muted);
  line-height:1.65;
}

.gc-brands-v2-card-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:auto;
  padding-top:17px;
  border-top:1px solid var(--gc-border);
  color:var(--gc-brand-accent);
  font-weight:850;
  text-decoration:none;
}

.gc-brands-v2-card-link span{
  transition:transform .2s;
}

.gc-brands-v2-card:hover .gc-brands-v2-card-link span{
  transform:translateX(4px);
}

.gc-brands-v2-empty{
  grid-column:1/-1;
  padding:55px;
  border:1px dashed var(--gc-border);
  border-radius:var(--gc-radius-md);
  background:var(--gc-surface);
  text-align:center;
}

.gc-brands-v2-empty h3{
  margin:0 0 8px;
  color:var(--gc-primary);
}

.gc-brands-v2-empty p{
  margin:0;
  color:var(--gc-muted);
}

.gc-brands-v2-cta{
  padding:0 0 78px;
}

.gc-brands-v2-cta .gc-brands-v2-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
  padding:38px;
  border-radius:var(--gc-radius-lg);
  background:var(--gc-primary);
  color:#fff;
}

.gc-brands-v2-cta h2{
  margin:8px 0 10px;
  color:#fff;
  font-size:clamp(28px,4vw,43px);
}

.gc-brands-v2-cta p{
  margin:0;
  color:#ced9e5;
}

.gc-brands-v2-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 20px;
  border-radius:var(--gc-radius-sm);
  background:var(--gc-secondary);
  color:#fff;
  font-weight:850;
  text-decoration:none;
  white-space:nowrap;
}

/* Single */
.gc-brand-single{
  font-family:inherit;
}

.gc-brand-single-hero{
  padding:72px 0;
  background:
    radial-gradient(circle at 85% 20%,color-mix(in srgb,var(--gc-primary) 72%,white),transparent 38%),
    var(--gc-primary);
  color:#fff;
}

.gc-brand-single-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
  gap:64px;
  align-items:center;
}

.gc-brand-single-back{
  display:inline-flex;
  margin-bottom:38px;
  color:#fff;
  font-weight:750;
  text-decoration:none;
}

.gc-brand-single-kicker{
  display:block;
  color:#ffb4b7;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-size:12px;
  font-weight:850;
}

.gc-brand-single h1{
  max-width:760px;
  margin:12px 0 14px;
  color:#fff;
  font-size:clamp(48px,7vw,82px);
  line-height:.98;
  letter-spacing:-.05em;
}

.gc-brand-single-subtitle{
  margin:0 0 12px;
  color:#fff;
  font-size:23px;
  font-weight:750;
}

.gc-brand-single-summary{
  max-width:690px;
  margin:0;
  color:#d7e2ee;
  font-size:18px;
  line-height:1.7;
}

.gc-brand-single-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}

.gc-brand-single-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 20px;
  border-radius:var(--gc-radius-sm);
  font-weight:850;
  text-decoration:none;
}

.gc-brand-single-primary{
  background:var(--gc-secondary);
  color:#fff;
}

.gc-brand-single-secondary{
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
}

.gc-brand-single-visual{
  position:relative;
  min-height:390px;
  display:grid;
  place-items:center;
}

.gc-brand-cover-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border-radius:var(--gc-radius-lg);
  object-fit:cover;
  opacity:.28;
}

.gc-brand-single-logo{
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  width:min(100%,430px);
  min-height:250px;
  padding:36px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:var(--gc-radius-lg);
  background:rgba(255,255,255,.96);
  box-shadow:0 28px 70px rgba(0,0,0,.18);
}

.gc-brand-single-logo img{
  display:block;
  max-width:88%;
  max-height:170px;
  object-fit:contain;
}

.gc-brand-single-logo span{
  color:var(--gc-brand-accent);
  font-size:90px;
  font-weight:900;
}

.gc-brand-single-main{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  gap:38px;
  padding:78px 0;
}

.gc-brand-single-content,
.gc-brand-single-info-card{
  padding:30px;
  border:1px solid var(--gc-border);
  border-radius:var(--gc-radius-md);
  background:var(--gc-surface);
  box-shadow:0 14px 38px rgba(7,29,56,.06);
}

.gc-brand-single-content>span,
.gc-brand-single-info-card>span,
.gc-brand-single-cta span{
  color:var(--gc-secondary);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  font-weight:850;
}

.gc-brand-single-content h2{
  margin:9px 0 22px;
  color:var(--gc-primary);
  font-size:clamp(31px,4vw,48px);
  line-height:1.08;
}

.gc-brand-single-description{
  color:var(--gc-muted);
  font-size:17px;
  line-height:1.75;
}

.gc-brand-single-aside{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.gc-brand-single-info-card h3{
  margin:9px 0 10px;
  color:var(--gc-primary);
  font-size:25px;
  line-height:1.2;
}

.gc-brand-single-info-card p{
  color:var(--gc-muted);
  line-height:1.6;
}

.gc-brand-single-info-card>a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  margin-top:16px;
  border-radius:var(--gc-radius-sm);
  background:var(--gc-secondary);
  color:#fff;
  font-weight:850;
  text-decoration:none;
}

.gc-brand-single-info-soft{
  box-shadow:none;
  background:color-mix(in srgb,var(--gc-background) 82%,white);
}

.gc-brand-single-info-soft strong{
  display:block;
  margin-bottom:10px;
  color:var(--gc-primary);
}

.gc-brand-single-info-soft>a{
  justify-content:flex-start;
  min-height:auto;
  margin:0;
  padding:10px 0;
  border-radius:0;
  border-bottom:1px solid var(--gc-border);
  background:transparent;
  color:var(--gc-primary);
}

.gc-brand-single-cta{
  padding:0 0 78px;
}

.gc-brand-single-cta .gc-brand-single-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
  padding:38px;
  border-radius:var(--gc-radius-lg);
  background:var(--gc-primary);
  color:#fff;
}

.gc-brand-single-cta h2{
  margin:8px 0 10px;
  color:#fff;
  font-size:clamp(28px,4vw,43px);
}

.gc-brand-single-cta p{
  margin:0;
  color:#ced9e5;
}

.gc-brand-single-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 20px;
  border-radius:var(--gc-radius-sm);
  background:var(--gc-secondary);
  color:#fff;
  font-weight:850;
  text-decoration:none;
  white-space:nowrap;
}

@media(max-width:900px){
  .gc-brands-v2-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .gc-brands-v2-intro{
    align-items:flex-start;
    flex-direction:column;
  }

  .gc-brand-single-hero-grid,
  .gc-brand-single-main{
    grid-template-columns:1fr;
  }

  .gc-brand-single-visual{
    min-height:300px;
  }

  .gc-brands-v2-cta .gc-brands-v2-container,
  .gc-brand-single-cta .gc-brand-single-container{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:620px){
  .gc-brands-v2-container,
  .gc-brand-single-container{
    width:calc(100% - 28px);
  }

  .gc-brands-v2-grid{
    grid-template-columns:1fr;
  }

  .gc-brands-v2-hero,
  .gc-brand-single-hero{
    padding:56px 0;
  }

  .gc-brand-single h1{
    font-size:45px;
  }

  .gc-brand-single-logo{
    min-height:210px;
    padding:24px;
  }
}
