.featured-creator-section {
  display: flex;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.07);
  overflow: hidden;
  position: relative;
  min-height: 360px;
  margin: 3rem 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* Bring up the banner/pfp/store-name container by 10% */
.creator-left {
  flex: 0 1 56%;
  min-width: 180px;
  background: #fff center center / 145% no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding: 0;
  overflow: hidden;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.creator-left > div {
  margin-top: 15%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.creator-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ececf1;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.creator-left::before {
  content: none !important;
}

.featured-pin {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 32px;
  height: 32px;
  background: radial-gradient(circle at 30% 30%, #ffd700 70%, #bfa800 100%);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.13);
  z-index: 10;
  border: 2px solid #fff3;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Pin shadow bar */
.featured-pin::after {
  content: "";
  display: block;
  width: 6px;
  height: 26px;
  background: #666;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%) rotate(25deg);
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.13);
}

.creator-label {
  position: relative;
  color: #232323;
  font-size: 1.6em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em;
  margin-bottom: 0.7em;
  z-index: 2;
  text-align: center;
  text-shadow: none;
}

/* --- CENTRALISE AND SIZE UP THE AVATAR (RENAMED) --- */
.creator-banner {
  width: 125%;
  height: 278px;
  max-width: 520px;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.17);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding-bottom: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.featured-creator-avatar-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 180px;
  height: 180px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.creator-banner .featured-creator-avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 6px solid #ececf1;
  box-shadow: 0 4px 32px rgba(0,0,0,0.18);
  background: #fff;
  object-fit: cover;
  object-position: center center;
  display: block;
  max-width: 100%;
  max-height: 180px;
}

/* Name box: black border at the bottom only */
.creator-store-name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  width: 100%;
  min-width: 180px;
  background: #ececf1;
  padding: 0.41em 0 0.36em 0;
  text-align: center;
  color: #232323;
  font-size: 3.4rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  text-transform: none;
  letter-spacing: 0.04em;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.07), 0 1px 0 #fff4 inset;
  margin: 0;
  z-index: 5;
  animation: loudZoomPoster 1.1s cubic-bezier(.7,-0.01,.2,1.11);
  text-shadow: none;
  border-bottom: 2.5px solid #111; /* Black border at the bottom of the name section */
}

@keyframes loudZoomPoster {
  0% {
    transform: translateX(-50%) scale(0.7) perspective(300px) rotateX(40deg) skewX(-18deg);
    opacity: 0;
    filter: blur(6px);
  }
  70% {
    filter: blur(2px);
  }
  100% {
    transform: translateX(-50%) scale(1) perspective(200px) rotateX(0deg) skewX(0deg);
    opacity: 1;
    filter: blur(0);
  }
}

/* Right half: increased width by 5% */
.creator-products {
  flex: 1 1 44%;
  min-width: 240px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 2.5rem;
  border-left: 3px solid #111; /* Only dividing border: black, between left and right */
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.creator-products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.2rem;
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-radius: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.tenko-product-card-outer {
  background: none;
  box-shadow: none;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* Responsive */
@media (max-width: 900px) {
  .featured-creator-section {
    flex-direction: column;
    min-height: 480px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  }
  .creator-left, .creator-products {
    min-width: 0;
    width: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  }
  .creator-products {
    padding: 1.5rem 1rem;
    border-left: none;
    border-top: 3px solid #111;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  }
  .creator-products-grid {
    max-width: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  }
  .featured-pin {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
  }
  .creator-banner {
    width: 98vw;
    max-width: 100vw;
    min-width: 0;
    height: 278px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  }
  .featured-creator-avatar-link {
    width: 110px;
    height: 110px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 10;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  }
  .creator-banner .featured-creator-avatar {
    width: 95px !important;
    height: 95px !important;
    border: 4px solid #ececf1 !important;
    max-width: 100%;
    max-height: 110px;
  }
  .creator-store-name {
    font-size: 2.1rem;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    color: #232323 !important;
    background: #ececf1 !important;
    text-transform: none !important;
    text-shadow: none !important;
    border-bottom: 2.5px solid #111;
  }
}

@media (max-width: 768px) {
  .featured-creator-section {
    margin-top: 10px !important;
    padding-top: 0 !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  }

  .creator-left {
    margin-top: -10px !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  }

  .creator-banner {
    width: 60vw !important;
    max-width: 200px !important;
    min-width: 120px !important;
    min-height: 60px !important;
    height: 80px !important;
    background-position: center center !important;
    background-size: cover !important;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.10);
    z-index: 1;
    padding-bottom: 15px;
    overflow: visible;
    top: -38px;
    transition: width 0.2s, top 0.2s;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  }

  .featured-creator-avatar-link {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -55%);
    top: 50%;
    z-index: 2;
    margin: 0;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  }

  .featured-creator-avatar {
    width: 65px !important;
    height: 65px !important;
    border-radius: 50%;
    border: 2px solid #ececf1 !important;
    box-shadow: 0 1px 8px rgba(0,0,0,0.13);
    object-fit: cover;
    background: #fff;
    display: block;
  }

  .creator-store-name {
    position: relative;
    width: 100%;
    left: 50%;
    margin-top: 8px;
    font-size: 2.45rem !important;
    color: #232323 !important;
    font-weight: 400 !important;
    text-align: center;
    z-index: 4;
    text-shadow: none !important;
    letter-spacing: 0.4px;
    pointer-events: auto;
    background: #ececf1 !important;
    line-height: 1.2;
    padding: 0 5px;
    opacity: 1 !important;
    display: block !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    text-transform: none !important;
    border-bottom: 2.5px solid #111;
  }

  .creator-banner,
  .creator-store-name {
    z-index: 3 !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  }

}

@media (max-width: 600px) {
  .featured-creator-section {
    flex-direction: column;
    min-height: unset;
    margin: 0 0 3vh 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible;
    background: transparent !important;
  }

  .creator-left {
    flex: unset;
    width: 100vw !important;
    min-width: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: transparent !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    overflow: visible;
  }

  .creator-banner {
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    min-height: 50vw !important;
    max-height: 60vw !important;
    aspect-ratio: 125/32 !important;
    background-position: center center !important;
    background-size: cover !important;
    margin: 0 auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: block !important;
    position: relative !important;
    z-index: 1;
    padding: 0 !important;
    top: 0 !important;
    overflow: visible;
  }

  .featured-pin { display: none !important; }

  .featured-creator-avatar-link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 24vw !important;        /* Slightly bigger (was 18vw) */
    height: 24vw !important;
    min-width: 90px !important;    /* Slightly bigger min size */
    min-height: 90px !important;
    max-width: 120px !important;
    max-height: 120px !important;
    background: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important;
    border: 2.5px solid #ececf1 !important;
  }

  .featured-creator-avatar {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important; /* Perfect circle */
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
  }

  /* Store name: below banner+avatar, pure white, bold, spaced from product cards */
  .creator-store-name {
    position: relative !important;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3vw !important;
    margin-bottom: 3vh !important;
    font-size: 2.1rem !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    color: #232323 !important;
    font-weight: 600 !important;
    text-align: center !important;
    z-index: 4 !important;
    letter-spacing: 0.03em !important;
    pointer-events: auto;
    background: #fff !important;
    line-height: 1.15 !important;
    padding: 0.25em 8px !important;
    border-bottom: 2.5px solid #111 !important;
    border-radius: 0 0 11px 11px !important;
    opacity: 1 !important;
    width: 82vw !important;
    min-width: 110px !important;
    max-width: 96vw !important;
    display: block !important;
    text-transform: none !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04) !important;
  }

  .creator-products {
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-width: 0 !important;
    margin-top: 8vh !important;
    margin-bottom: 5vh !important;
  }

  .creator-products-grid {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    border-radius: 0 !important;
    grid-gap: 1.3vh 2vw !important;
    background: transparent !important;
  }

  .creator-products-grid > *:last-child {
    margin-bottom: 0 !important;
  }
}