:root {
  --c1: #102943 !important;
  --c2: #f06c5d !important;
  --home-navy: #0b1a2a;
  --home-navy-2: #122d49;
  --home-coral: #f06c5d;
  --home-gold: #f3c554;
  --home-ivory: #f7f3ec;
  --home-sand: #e9dfd0;
  --home-ink: #172235;
  --home-muted: #6b7885;
  --home-line: rgba(23, 34, 53, 0.13);
  --home-max: 1400px;
}

.brand-home-pc,
.brand-home-pc *,
.brand-home-pc *::before,
.brand-home-pc *::after {
  box-sizing: border-box;
}

.brand-home-pc {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: clip;
  background: var(--home-ivory);
  color: var(--home-ink);
  font-family: 'Poppins', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.55;
}

.brand-home-pc a {
  color: inherit;
  text-decoration: none;
}

.brand-home-pc img {
  display: block;
  max-width: 100%;
}

.brand-home-pc h1,
.brand-home-pc h2,
.brand-home-pc h3,
.brand-home-pc p,
.brand-home-pc figure,
.brand-home-pc ol {
  margin: 0;
}

.brand-home-pc h1,
.brand-home-pc h2,
.brand-home-pc h3 {
  font-family: 'Poppins', 'Segoe UI', sans-serif;
  font-weight: 700;
}

.brand-home-pc__shell {
  width: min(calc(100% - 80px), var(--home-max));
  margin: 0 auto;
}

/* Keep the shared header's content edge on the same grid as the new hero. */
.garment-header-inner {
  width: min(calc(100% - 80px), var(--home-max)) !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.brand-home-pc__hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  background: var(--home-navy);
  color: #fff;
  isolation: isolate;
}

.brand-home-pc__hero-bg,
.brand-home-pc__hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.brand-home-pc__hero-bg {
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}

.brand-home-pc__hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(7, 18, 31, .56) 0%, rgba(7, 18, 31, .26) 38%, rgba(7, 18, 31, 0) 68%);
}

.brand-home-pc__hero-inner {
  display: grid;
  width: min(calc(100% - 80px), 1500px);
  min-height: 100svh;
  grid-template-columns: 1fr;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 90px;
}

.brand-home-pc__hero-copy {
  max-width: 680px;
}

.brand-home-pc__eyebrow,
.brand-home-pc__kicker {
  color: var(--home-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.brand-home-pc__eyebrow {
  margin-bottom: 26px !important;
}

.brand-home-pc__eyebrow span {
  display: inline-block;
  margin: 0 7px;
  color: var(--home-coral);
}

.brand-home-pc__hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(48px, 4.7vw, 74px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: .98;
}

.brand-home-pc__hero-summary {
  max-width: 560px;
  margin-top: 32px !important;
  color: rgba(255, 255, 255, .75);
  font-size: 17px;
  line-height: 1.75;
}

.brand-home-pc__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.brand-home-pc__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform .35s ease, background-color .35s ease, border-color .35s ease, color .35s ease;
}

.brand-home-pc__button i {
  font-size: 17px;
  line-height: 1;
}

.brand-home-pc__button:hover {
  transform: translateY(-3px);
}

.brand-home-pc__button--light {
  background: #fff;
  color: var(--home-navy) !important;
}

.brand-home-pc__button--light i {
  color: var(--home-navy) !important;
}

.brand-home-pc__button--light:hover {
  background: var(--home-gold);
}

.brand-home-pc__button--outline {
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
}

.brand-home-pc__button--outline:hover {
  border-color: var(--home-coral);
  background: var(--home-coral);
}

.brand-home-pc__button--gold {
  background: var(--home-gold);
  color: var(--home-navy) !important;
}

.brand-home-pc__button--gold:hover {
  background: #fff;
}

.brand-home-pc__promise-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 32px;
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
}

.brand-home-pc__promise-list span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.brand-home-pc__promise-list i {
  color: var(--home-coral);
  font-size: 17px;
}

.brand-home-pc__hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .66);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.brand-home-pc__hero-scroll i {
  color: var(--home-coral);
  font-size: 18px;
  animation: chinee-home-bounce 1.8s ease-in-out infinite;
}

@keyframes chinee-home-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

.brand-home-pc__section {
  position: relative;
  padding: 118px 0;
}

.brand-home-pc__section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 48px;
}

.brand-home-pc__section-heading h2 {
  max-width: 720px;
  margin-top: 14px !important;
  color: var(--home-ink);
  font-size: clamp(38px, 4vw, 62px);
  letter-spacing: -.06em;
  line-height: 1.02;
}

.brand-home-pc__section-heading > p {
  max-width: 410px;
  justify-self: end;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.75;
}

.brand-home-pc__section-heading--light h2 {
  color: #fff;
}

.brand-home-pc__section-heading--light > p {
  color: rgba(255, 255, 255, .67);
}

.brand-home-pc__categories {
  background: var(--home-ivory);
}

.brand-home-pc__category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.brand-home-pc__category-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--home-line);
  background: #fff;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.brand-home-pc__category-card:hover {
  border-color: var(--home-coral);
  box-shadow: 0 16px 34px rgba(23, 34, 53, .11);
  transform: translateY(-5px);
}

.brand-home-pc__category-image {
  display: block;
  aspect-ratio: 1.3 / 1;
  overflow: hidden;
  background: var(--home-sand);
}

.brand-home-pc__category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.16, 1, .3, 1);
}

.brand-home-pc__category-card:hover .brand-home-pc__category-image img {
  transform: scale(1.06);
}

.brand-home-pc__category-info {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 10px;
  min-height: 96px;
  padding: 14px 15px 15px;
}

.brand-home-pc__category-icon {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(240, 108, 93, .1);
  color: var(--home-coral);
  transition: color .3s ease, background-color .3s ease, transform .3s ease;
}

.brand-home-pc__category-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.brand-home-pc__category-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-home-pc__category-card:hover .brand-home-pc__category-icon {
  background: var(--home-coral);
  color: #fff;
  transform: rotate(-4deg) scale(1.06);
}

.brand-home-pc__category-name {
  align-self: center;
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.brand-home-pc__category-count {
  grid-column: 2;
  align-self: end;
  color: var(--home-muted);
  font-size: 11px;
  letter-spacing: .03em;
}

.brand-home-pc__category-count i {
  margin-left: 4px;
  color: var(--home-coral);
  font-size: 14px;
}

.brand-home-pc__factory,
.brand-home-pc__process {
  background: var(--home-navy);
  color: #fff;
}

.brand-home-pc__factory-grid {
  display: grid;
  grid-auto-rows: 240px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.brand-home-pc__factory-card,
.brand-home-pc__scene-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--home-navy-2);
}

.brand-home-pc__factory-card--lead {
  grid-column: span 2;
  grid-row: span 2;
}

.brand-home-pc__factory-card img,
.brand-home-pc__scene-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}

.brand-home-pc__factory-card::after,
.brand-home-pc__scene-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 62%;
  background: linear-gradient(transparent, rgba(7, 18, 31, .9));
  content: '';
}

.brand-home-pc__factory-card:hover img,
.brand-home-pc__scene-card:hover img {
  transform: scale(1.05);
}

.brand-home-pc__factory-card figcaption,
.brand-home-pc__scene-card figcaption {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 16px;
  left: 18px;
  display: grid;
  gap: 4px;
}

.brand-home-pc__factory-card figcaption span,
.brand-home-pc__scene-card figcaption span {
  color: var(--home-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.brand-home-pc__factory-card figcaption strong,
.brand-home-pc__scene-card figcaption strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.22;
}

.brand-home-pc__factory-card figcaption small {
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
}

.brand-home-pc__products {
  background: #fff;
}

.brand-home-pc__text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
  color: var(--home-coral);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-home-pc__text-link i {
  font-size: 18px;
}

.brand-home-pc__product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 18px;
}

.brand-home-pc__product-card {
  min-width: 0;
}

.brand-home-pc__product-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1.1;
  overflow: hidden;
  background: var(--home-ivory);
}

.brand-home-pc__product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.16, 1, .3, 1);
}

.brand-home-pc__product-card:hover .brand-home-pc__product-media img {
  transform: scale(1.045);
}

.brand-home-pc__product-arrow {
  position: absolute;
  right: 13px;
  bottom: 13px;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--home-coral);
  font-size: 18px;
  opacity: 0;
  transform: translateY(7px);
  transition: opacity .35s ease, transform .35s ease;
}

.brand-home-pc__product-card:hover .brand-home-pc__product-arrow {
  opacity: 1;
  transform: translateY(0);
}

.brand-home-pc__product-copy {
  padding-top: 15px;
}

.brand-home-pc__product-category {
  color: var(--home-coral);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.brand-home-pc__product-copy h3 {
  margin-top: 6px !important;
  color: var(--home-ink);
  font-size: 17px;
  line-height: 1.25;
}

.brand-home-pc__product-copy h3 a:hover {
  color: var(--home-coral);
}

.brand-home-pc__product-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px !important;
  color: var(--home-muted);
  font-size: 11px;
}

.brand-home-pc__product-specs span {
  padding: 4px 8px;
  border: 1px solid var(--home-line);
  border-radius: 99px;
}

.brand-home-pc__empty-state {
  padding: 30px;
  border: 1px dashed var(--home-line);
  color: var(--home-muted);
  text-align: center;
}

.brand-home-pc__empty-state a {
  color: var(--home-coral);
  font-weight: 700;
}

.brand-home-pc__scenes {
  background: var(--home-ivory);
}

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

.brand-home-pc__scene-card {
  aspect-ratio: 1 / 1.08;
}

.brand-home-pc__scene-card figcaption strong {
  max-width: 260px;
}

.brand-home-pc__process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  list-style: none;
}

.brand-home-pc__process-step {
  position: relative;
  min-width: 0;
  padding: 24px 17px 21px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .045);
  transition: background .35s ease, border-color .35s ease, transform .35s ease;
}

.brand-home-pc__process-step:hover {
  border-color: var(--home-coral);
  background: rgba(240, 108, 93, .12);
  transform: translateY(-5px);
}

.brand-home-pc__process-step:not(:last-child)::after {
  position: absolute;
  top: 41px;
  right: -19px;
  width: 20px;
  height: 1px;
  background: var(--home-coral);
  content: '';
  opacity: .7;
}

.brand-home-pc__process-number {
  display: block;
  color: var(--home-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
}

.brand-home-pc__process-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  border-radius: 50%;
  background: var(--home-coral);
  color: #fff;
  font-size: 20px;
}

.brand-home-pc__process-copy {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.brand-home-pc__process-copy strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.brand-home-pc__process-copy small {
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.6;
}

.brand-home-pc__process-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.brand-home-pc__process-cta p {
  color: rgba(255, 255, 255, .8);
  font-size: 17px;
}

/* Homepage-only restyling for the existing customer-service sidebar. */
#kf {
  position: relative;
  z-index: 0;
  background: transparent !important;
  isolation: isolate;
}

#kf::before {
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -1;
  width: 100vw;
  background: var(--home-ivory);
  content: '';
  transform: translateX(-50%);
}

#kf .online_cont {
  position: relative;
  z-index: 1;
  max-width: var(--home-max) !important;
  margin: 0 auto !important;
  padding: 105px 0 115px !important;
}

#kf .online_cont .title {
  margin-bottom: 42px !important;
  text-align: left !important;
}

#kf .online_cont .title p:nth-child(1) {
  color: var(--home-ink) !important;
  font-family: 'Poppins', 'Segoe UI', sans-serif !important;
  font-size: clamp(36px, 4vw, 58px) !important;
  letter-spacing: -.06em !important;
  line-height: 1 !important;
  text-transform: none !important;
}

#kf .online_cont .title p:nth-child(2) {
  margin-top: 12px;
  color: var(--home-muted) !important;
  font-size: 15px !important;
}

#kf .online_cont ul {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#kf .online_cont ul li {
  min-width: 0;
  padding: 24px 15px 20px;
  border: 1px solid var(--home-line);
  background: #fff;
  box-shadow: none;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

#kf .online_cont ul li:hover {
  border-color: var(--home-coral);
  box-shadow: 0 16px 30px rgba(23, 34, 53, .1);
  transform: translateY(-5px);
}

#kf .online_cont ul li p:nth-child(1) {
  width: 108px !important;
  height: 108px !important;
  border: 6px solid var(--home-ivory);
  box-shadow: none !important;
  background: var(--home-sand) !important;
}

#kf .online_cont ul li p:nth-child(2) {
  margin: 17px 0 13px !important;
  color: var(--home-ink) !important;
  font-size: 15px !important;
  font-weight: 700;
}

#kf .online_cont ul li p:nth-child(3) {
  gap: 6px;
}

#kf .online_cont ul li p:nth-child(3) span {
  padding: 6px 8px !important;
  border-radius: 2px !important;
  background: var(--home-coral) !important;
  font-size: 10px !important;
  letter-spacing: .04em;
}

#kf .online_cont ul li p:nth-child(3) span:nth-child(2) {
  margin-left: 0 !important;
  background: var(--home-navy) !important;
}

#kf .online_cont ul li p:nth-child(3) span a {
  color: #fff !important;
}

.dibu {
  background-image: linear-gradient(rgba(11, 26, 42, .95), rgba(11, 26, 42, .88)), url('../img/home-pc/hero-atelier.webp') !important;
  background-position: center 68% !important;
}

.dibu .footer-r ul {
  background: transparent !important;
}

.dibu .footer-r h3,
.dibu .footer-r a:hover {
  color: var(--home-gold) !important;
}

.dibu .footer-l > p {
  color: transparent !important;
  font-size: 0 !important;
}

.dibu .footer-l > p::after {
  display: block;
  color: #fff;
  content: 'Custom kidswear collections, developed with clarity from first brief to final pack.';
  font-size: 14px;
  line-height: 1.7;
}

[data-home-pc] [data-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-home-pc] [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1320px) {
  .brand-home-pc__hero-inner {
    grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr);
    gap: 45px;
  }

  .brand-home-pc__hero h1 {
    font-size: clamp(46px, 5.4vw, 72px);
  }
}

@media (max-width: 1100px) {
  .brand-home-pc__shell,
  .brand-home-pc__hero-inner {
    width: min(calc(100% - 48px), var(--home-max));
  }

  .garment-header-inner {
    width: min(calc(100% - 48px), var(--home-max)) !important;
  }

  .brand-home-pc__hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
    gap: 30px;
  }

  .brand-home-pc__hero h1 {
    font-size: clamp(42px, 5.5vw, 62px);
  }

  .brand-home-pc__section {
    padding: 88px 0;
  }

  .brand-home-pc__section-heading {
    gap: 34px;
  }

  .brand-home-pc__category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-home-pc__product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-home-pc__process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-home-pc__process-step:nth-child(3)::after {
    display: none;
  }

  .brand-home-pc__process-step:nth-child(4)::before {
    position: absolute;
    top: -19px;
    right: -19px;
    width: 20px;
    height: 1px;
    background: var(--home-coral);
    content: '';
  }

  #kf .online_cont {
    width: min(calc(100% - 48px), var(--home-max)) !important;
  }

  #kf .online_cont ul {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .brand-home-pc__hero-inner {
    grid-template-columns: 1fr;
    align-content: center;
    padding-top: 140px;
  }

  .brand-home-pc__hero-scroll {
    display: none;
  }

  .brand-home-pc__section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .brand-home-pc__section-heading > p {
    justify-self: start;
  }

  .brand-home-pc__factory-grid {
    grid-auto-rows: 210px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-home-pc__factory-card--lead {
    grid-column: span 2;
    grid-row: span 1;
  }

  .brand-home-pc__scene-grid {
    grid-template-columns: 1fr;
  }

  .brand-home-pc__scene-card {
    aspect-ratio: 1.7 / 1;
  }

  .brand-home-pc__process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-home-pc__process-step::after,
  .brand-home-pc__process-step::before {
    display: none !important;
  }

  .brand-home-pc__process-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-home-pc *,
  .brand-home-pc *::before,
  .brand-home-pc *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
