.g4s-configurator {
  --surface: #ffffff;
  --surface-soft: #f7f7f7;
  --transparent-grid: rgba(11, 11, 11, .045);
  --ink: #181818;
  --muted: #616161;
  --line: #e2e2e2;
  --accent: #009ba2;
  --accent-dark: #087f85;
  --danger: #b42318;
  --success: #079aa1;
  --radius: 8px;
  --shadow: none;
  --shadow-soft: 0 8px 22px rgba(24, 24, 24, .08);
  max-width: 1360px;
  margin: 0 auto;
  padding: 1.65rem 2.5rem 3.5rem;
  scroll-margin-top: 20px;
  color: var(--ink);
  font-family: "G4S Rubik", "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0;
}

/* Minimal Satz-Workspace */
.g4s-config-step-tab {
  appearance: none;
  font: inherit;
  cursor: pointer;
}

.g4s-minimal-kit-workspace {
  display: grid;
  grid-template-columns: minmax(230px, .3fr) minmax(0, 1fr);
  gap: .85rem;
  align-items: start;
  min-width: 0;
}

.g4s-minimal-kit-rail,
.g4s-minimal-kit-stage,
.g4s-minimal-kit-editor {
  min-width: 0;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 36px rgba(16, 18, 18, .06);
}

.g4s-minimal-kit-rail {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: .72rem;
  padding: .78rem;
}

.g4s-minimal-kit-title {
  display: grid;
  gap: .12rem;
  min-width: 0;
}

.g4s-minimal-kit-title h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.g4s-minimal-kit-title span {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.g4s-minimal-kit-parts {
  display: grid;
  gap: .48rem;
}

.g4s-minimal-part {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 18px;
  gap: .5rem;
  align-items: center;
  min-width: 0;
  min-height: 64px;
  padding: .46rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 8px;
  background: #fbfcfc;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease;
}

.g4s-minimal-part:hover,
.g4s-minimal-part.is-active {
  border-color: var(--accent);
  background: #f2fbfa;
  box-shadow: inset 0 0 0 1px rgba(0, 135, 138, .16);
}

.g4s-minimal-part:hover {
  transform: translateY(-1px);
}

.g4s-minimal-part.is-optional-pending:not(.is-active) {
  border-style: dashed;
}

.g4s-minimal-part-thumb {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 18, .08);
  border-radius: 7px;
  background: #f4f6f6;
}

.g4s-minimal-part-thumb img {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: .22rem;
}

.g4s-minimal-part-copy {
  display: grid;
  gap: .06rem;
  min-width: 0;
}

.g4s-minimal-part-copy small,
.g4s-minimal-kit-label small,
.g4s-minimal-ai-card figcaption,
.g4s-minimal-product-option strong,
.g4s-minimal-product-meta .g4s-product-card-facts,
.g4s-minimal-editor-head span,
.g4s-minimal-stage-head span,
.g4s-minimal-stage-head em,
.g4s-minimal-editor-head em {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: .62rem;
  font-weight: 850;
  line-height: 1.15;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-minimal-part-copy strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 950;
  line-height: 1.08;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-minimal-part-copy em {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: .62rem;
  font-style: normal;
  font-weight: 760;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-minimal-part-color {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(16, 18, 18, .16);
  border-radius: 999px;
  background: var(--swatch, #dfe6e8);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.72);
}

.g4s-minimal-kit-main {
  display: grid;
  gap: .85rem;
  min-width: 0;
}

.g4s-minimal-kit-stage {
  display: grid;
  gap: .72rem;
  padding: .78rem;
}

.g4s-minimal-stage-head,
.g4s-minimal-editor-head {
  display: flex;
  gap: .72rem;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

.g4s-minimal-stage-head > div,
.g4s-minimal-editor-head > div {
  display: grid;
  gap: .08rem;
  min-width: 0;
}

.g4s-minimal-stage-head strong,
.g4s-minimal-editor-head strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: .98rem;
  font-weight: 950;
  line-height: 1.08;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-minimal-stage-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, .32fr);
  gap: .72rem;
  align-items: stretch;
  min-width: 0;
}

.g4s-minimal-kit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: .55rem;
  min-width: 0;
}

.g4s-minimal-kit-piece {
  position: relative;
  display: grid;
  grid-template-rows: minmax(160px, 1fr) auto;
  gap: .38rem;
  min-width: 0;
  min-height: 236px;
  padding: .5rem;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 8px;
  background: #fbfcfc;
  color: var(--ink);
  cursor: pointer;
  text-align: center;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.g4s-minimal-kit-piece:hover,
.g4s-minimal-kit-piece.is-active {
  border-color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(0, 135, 138, .18), 0 14px 28px rgba(0, 61, 64, .08);
}

.g4s-minimal-kit-piece:hover {
  transform: translateY(-1px);
}

.g4s-minimal-kit-piece.is-optional-pending:not(.is-active) {
  border-color: rgba(188, 94, 42, .26);
  border-style: dashed;
  background: #fffcf8;
}

.g4s-minimal-kit-media {
  position: relative;
  display: grid;
  min-height: 160px;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(180deg, #f8faf9 0%, #eef3f2 100%);
}

.g4s-minimal-kit-media > img {
  display: block;
  width: 100%;
  height: 178px;
  object-fit: contain;
  filter: drop-shadow(0 14px 16px rgba(16, 18, 18, .12));
}

.g4s-minimal-kit-piece.is-shirt .g4s-minimal-kit-media > img,
.g4s-minimal-kit-piece.is-keeper .g4s-minimal-kit-media > img {
  height: 190px;
}

.g4s-minimal-kit-piece.is-shorts .g4s-minimal-kit-media > img {
  height: 118px;
}

.g4s-minimal-kit-piece.is-socks .g4s-minimal-kit-media > img {
  height: 140px;
}

.g4s-minimal-kit-piece .g4s-design-kit-sponsor {
  top: calc(var(--y, 54) * 1%);
  left: calc(var(--x, 50) * 1%);
  width: clamp(24px, calc(var(--slot-w, 28) * 1%), 58px);
  height: clamp(8px, calc(var(--slot-h, 10) * 1%), 20px);
}

.g4s-minimal-kit-piece .g4s-design-kit-club-logo {
  top: calc(var(--y, 40.5) * 1%);
  left: calc(var(--x, 50) * 1%);
  width: clamp(18px, calc(var(--slot-w, 15) * 1%), 42px);
  height: clamp(18px, calc(var(--slot-h, 15) * 1%), 42px);
}

.g4s-minimal-kit-label {
  display: grid;
  gap: .08rem;
  min-width: 0;
}

.g4s-minimal-kit-label strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: .76rem;
  font-weight: 950;
  line-height: 1.08;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-minimal-kit-visuals {
  display: grid;
  grid-auto-rows: minmax(120px, auto);
  gap: .5rem;
  min-width: 0;
}

.g4s-minimal-ai-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(112px, 1fr) auto;
  gap: .34rem;
  min-width: 0;
  margin: 0;
  padding: .5rem;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 8px;
  background: #f9fbfb;
}

.g4s-minimal-ai-card.is-model {
  background: #fffaf6;
}

.g4s-minimal-ai-card img {
  display: block;
  width: 100%;
  height: 156px;
  object-fit: contain;
}

.g4s-minimal-ai-card.is-model img {
  height: 186px;
}

.g4s-minimal-ai-card figcaption {
  text-align: center;
}

.g4s-minimal-kit-editor {
  display: grid;
  gap: .65rem;
  padding: .78rem;
}

.g4s-minimal-kit-editor .g4s-brand-filter {
  margin: 0;
  padding: .42rem;
  border-radius: 8px;
  background: #fafcfc;
}

.g4s-minimal-kit-editor .g4s-kit-color-select {
  padding: .42rem;
  border: 1px solid rgba(16, 18, 18, .08);
  border-radius: 8px;
  background: #fbfcfc;
}

.g4s-minimal-product-switcher {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  gap: .45rem;
  align-items: center;
  min-width: 0;
}

.g4s-minimal-product-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(88px, 112px);
  gap: .45rem;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: .08rem .02rem .2rem;
}

.g4s-minimal-product-option {
  display: grid;
  grid-template-rows: 78px auto;
  gap: .28rem;
  min-width: 0;
  padding: .38rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: center;
}

.g4s-minimal-product-option.is-active {
  border-color: var(--accent);
  background: #effafa;
  box-shadow: inset 0 0 0 1px rgba(0, 135, 138, .18);
}

.g4s-minimal-product-option span {
  display: grid;
  min-width: 0;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: #f5f7f7;
}

.g4s-minimal-product-option img {
  display: block;
  width: 100%;
  height: 72px;
  object-fit: contain;
}

.g4s-minimal-product-option strong {
  color: var(--ink);
  white-space: normal;
}

.g4s-minimal-product-meta {
  padding: .55rem .62rem;
  border: 1px solid rgba(16, 18, 18, .08);
  border-radius: 8px;
  background: #fbfcfc;
}

.g4s-minimal-product-meta .g4s-product-card-kicker {
  color: var(--accent);
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-minimal-product-meta h3 {
  margin: .08rem 0 .22rem;
  color: var(--ink);
  font-size: .98rem;
  font-weight: 950;
  line-height: 1.12;
  text-transform: uppercase;
}

.g4s-minimal-empty {
  margin: 0;
  padding: .65rem;
  border: 1px dashed rgba(16, 18, 18, .18);
  border-radius: 8px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 850;
}

@media (max-width: 1180px) {
  .g4s-minimal-kit-workspace {
    grid-template-columns: 1fr;
  }

  .g4s-minimal-kit-rail {
    position: static;
  }

  .g4s-minimal-kit-parts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .g4s-minimal-stage-body {
    grid-template-columns: 1fr;
  }

  .g4s-minimal-kit-visuals {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .g4s-minimal-ai-card img,
  .g4s-minimal-ai-card.is-model img {
    height: 168px;
  }
}

@media (max-width: 700px) {
  .g4s-minimal-kit-workspace,
  .g4s-minimal-kit-main {
    gap: .62rem;
  }

  .g4s-minimal-kit-rail,
  .g4s-minimal-kit-stage,
  .g4s-minimal-kit-editor {
    padding: .62rem;
    border-radius: 10px;
  }

  .g4s-minimal-kit-parts {
    grid-template-columns: 1fr;
  }

  .g4s-minimal-kit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem;
  }

  .g4s-minimal-kit-piece {
    min-height: 202px;
    grid-template-rows: 138px auto;
    padding: .42rem;
  }

  .g4s-minimal-kit-media {
    min-height: 138px;
  }

  .g4s-minimal-kit-media > img,
  .g4s-minimal-kit-piece.is-shirt .g4s-minimal-kit-media > img,
  .g4s-minimal-kit-piece.is-keeper .g4s-minimal-kit-media > img {
    height: 138px;
  }

  .g4s-minimal-kit-piece.is-shorts .g4s-minimal-kit-media > img,
  .g4s-minimal-kit-piece.is-socks .g4s-minimal-kit-media > img {
    height: 106px;
  }

  .g4s-minimal-stage-head,
  .g4s-minimal-editor-head {
    align-items: start;
  }

  .g4s-minimal-stage-head em,
  .g4s-minimal-editor-head em {
    white-space: normal;
    text-align: right;
  }

  .g4s-minimal-product-switcher {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
  }

  .g4s-minimal-product-strip {
    grid-auto-columns: minmax(82px, 96px);
  }
}

.g4s-configurator *,
.g4s-configurator *::before,
.g4s-configurator *::after {
  box-sizing: border-box;
}

.g4s-configurator button,
.g4s-configurator input,
.g4s-configurator select,
.g4s-configurator textarea {
  font: inherit;
}

.g4s-configurator input:disabled,
.g4s-configurator select:disabled,
.g4s-configurator button:disabled {
  cursor: not-allowed;
}

.g4s-configurator input:disabled,
.g4s-configurator select:disabled {
  background: #f4f4f0;
  color: #56534c;
  opacity: 1;
}

.g4s-shell {
  display: grid;
  gap: 1.25rem;
}

.g4s-empty {
  display: grid;
  gap: .75rem;
  max-width: 760px;
  margin: 2rem auto;
  padding: 1.5rem;
}

.g4s-empty h1 {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.05;
}

.g4s-empty p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.g4s-intro {
  position: relative;
  display: block;
  min-height: 150px;
  padding: .6rem 0 1.2rem;
}

.g4s-kicker {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 400;
  text-transform: none;
}

.g4s-intro h1 {
  margin: 2.1rem auto 0;
  max-width: 820px;
  color: #282828;
  font-family: "G4S Rubik", "Arial Black", sans-serif;
  font-size: 3.2rem;
  line-height: 1.05;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.g4s-stepbar {
  position: absolute;
  right: 0;
  bottom: 1.35rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  gap: .25rem;
  min-width: 250px;
  padding: .28rem;
  border: 1px solid #cfcfcf;
  border-radius: var(--radius);
  background: #fff;
}

.g4s-stepbar span {
  display: grid;
  min-height: 34px;
  place-items: center;
  border-radius: calc(var(--radius) - 2px);
  color: var(--muted);
  font-family: "G4S Rubik", "Arial Black", sans-serif;
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-stepbar span.is-active {
  background: var(--ink);
  color: #fff;
}

.g4s-panel {
  position: relative;
  background: var(--surface);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.g4s-profile-panel {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  gap: .9rem;
  align-items: stretch;
  padding: 0;
}

.g4s-choice-group {
  display: grid;
  gap: .55rem;
  min-width: 0;
}

.g4s-choice-group h3 {
  margin: 0;
  color: var(--ink);
  font-family: "G4S Rubik", "Arial Black", sans-serif;
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-choice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(98px, 1fr));
  gap: .45rem;
}

.g4s-choice-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: .45rem;
  align-items: center;
  min-height: 50px;
  padding: .42rem .5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-choice-card.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.g4s-choice-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: .66rem;
  font-weight: 900;
}

.g4s-choice-card.is-active .g4s-choice-icon {
  background: #fff;
  color: var(--ink);
}

.g4s-picker {
  overflow: hidden;
  min-height: 720px;
  padding: 0;
  background: var(--surface);
}

.g4s-picker-head,
.g4s-editor-head,
.g4s-price-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .8rem;
}

.g4s-picker-head h2,
.g4s-editor-head h2,
.g4s-price-head h2 {
  margin: 0;
  color: #282828;
  font-family: "G4S Rubik", "Arial Black", sans-serif;
  font-size: .92rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-picker-head h2::after,
.g4s-editor-head h2::after,
.g4s-price-head h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: .32rem;
  background: var(--accent);
}

.g4s-pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .35rem .7rem;
  color: var(--ink);
  font-size: .72rem;
  font-weight: 600;
  white-space: nowrap;
  background: #fff;
}

.g4s-carousel {
  position: relative;
  min-height: 575px;
  perspective: 1200px;
  isolation: isolate;
  cursor: grab;
  scroll-snap-type: none;
  touch-action: pan-y;
  user-select: none;
}

.g4s-carousel.is-dragging {
  cursor: grabbing;
}

.g4s-carousel::before {
  content: "";
  position: absolute;
  left: 17%;
  right: 17%;
  top: 45%;
  height: 32%;
  border: 1px solid rgba(12, 107, 79, .16);
  border-radius: 50%;
  transform: rotate(-7deg);
  box-shadow: 0 0 0 1px rgba(40,187,222,.10), inset 0 0 0 1px rgba(40,187,222,.12);
  pointer-events: none;
}

.g4s-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34%;
  max-width: 390px;
  min-width: 250px;
  aspect-ratio: 1 / 1.22;
  transform:
    translate(-50%, -50%)
    translateX(calc(var(--offset) * 190px))
    translateY(calc(34px - var(--abs-clamped) * 58px))
    scale(calc(1.04 - var(--abs-clamped) * .12))
    rotate(calc(var(--offset) * -2deg));
  opacity: calc(1 - var(--abs-clamped) * .18);
  z-index: var(--depth);
  border: 0;
  background: transparent;
  cursor: pointer;
  touch-action: none;
  transition: transform .62s cubic-bezier(.18,.88,.2,1), opacity .48s ease;
  -webkit-user-drag: none;
  will-change: transform, opacity;
}

.g4s-carousel.is-buttoning .g4s-orbit {
  transition: none;
}

.g4s-carousel.is-picking .g4s-orbit {
  transition: none;
}

.g4s-carousel.is-settling .g4s-orbit {
  transition: none;
}

.g4s-carousel.is-intro .g4s-orbit {
  transition: none;
}

.g4s-carousel.is-dragging .g4s-orbit {
  transition: none;
}

.g4s-orbit.is-active {
  cursor: default;
}

.g4s-carousel.is-settling .g4s-orbit.is-active .g4s-shirt-plate,
.g4s-carousel.is-picking .g4s-orbit.is-active .g4s-shirt-plate,
.g4s-carousel.is-buttoning .g4s-orbit.is-active .g4s-shirt-plate {
  animation: g4s-front-snap .46s cubic-bezier(.18,1,.24,1);
}

.g4s-shirt-plate {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background: transparent;
}

.g4s-shirt-plate::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 2%;
  height: 9%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(0,0,0,.16);
  filter: blur(16px);
}

.g4s-orbit img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 22px 26px rgba(0, 0, 0, .16));
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

.g4s-orbit-label {
  position: absolute;
  left: 50%;
  bottom: -1.1rem;
  transform: translateX(-50%);
  max-width: 94%;
  padding: .45rem .7rem;
  overflow: hidden;
  background: #0b0b0b;
  color: #fff;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}

.g4s-orbit.is-active .g4s-orbit-label {
  opacity: 1;
}

.g4s-carousel.is-intro .g4s-orbit-label {
  opacity: 0;
}

@keyframes g4s-front-snap {
  0% {
    transform: translateY(0) scale(1);
  }
  55% {
    transform: translateY(5px) scale(1.018);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

.g4s-carousel-controls {
  position: relative;
  z-index: 40;
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  gap: .7rem;
  align-items: center;
  max-width: 720px;
  margin: .65rem auto 0;
}

.g4s-icon-btn,
.g4s-btn,
.g4s-link-btn {
  min-height: 46px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.g4s-icon-btn {
  font-size: 1.35rem;
}

.g4s-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .55rem;
  padding: .72rem 1rem;
  font-family: "G4S Rubik", "Arial Black", sans-serif;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.g4s-btn:hover,
.g4s-icon-btn:hover,
.g4s-link-btn:hover {
  transform: translateY(-1px);
}

.g4s-btn.secondary,
.g4s-link-btn {
  background: transparent;
  color: var(--ink);
}

.g4s-btn.success {
  background: var(--success);
  border-color: var(--success);
}

.g4s-btn:disabled {
  opacity: .65;
}

.g4s-product-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: .42rem;
  align-items: center;
  max-width: 420px;
  margin: .9rem auto 0;
  padding: 0 1rem;
  background: transparent;
  color: var(--ink);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}

.g4s-product-meta h3 {
  margin: 0;
  align-self: center;
  color: var(--ink);
  font-family: "G4S Rubik", "Arial Black", sans-serif;
  font-size: .95rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-meta-row {
  display: grid;
  gap: .1rem;
  align-content: center;
  color: var(--muted);
  font-size: .82rem;
}

.g4s-meta-row strong {
  color: var(--ink);
  font-weight: 600;
}

.g4s-product-meta .g4s-meta-row:first-child strong {
  font-family: "G4S Rubik", "Arial Black", sans-serif;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-editor {
  display: grid;
  gap: 1rem;
}

.g4s-editor-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .68fr);
  gap: 1rem;
}

.g4s-preview {
  padding: 1rem;
  overflow: hidden;
}

.g4s-canvas-wrap {
  position: relative;
  min-height: 760px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f4f8 0%, #e8eef4 50%, #f0f4f8 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 4.6rem 1rem 5rem;
}

.g4s-shirt-editor {
  position: relative;
  width: min(92%, 640px);
  aspect-ratio: 520 / 680;
  overflow: hidden;
}

.g4s-shirt-editor::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 1%;
  height: 7%;
  z-index: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.08);
  filter: blur(24px);
}

.g4s-shirt-editor > img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
  filter: drop-shadow(0 26px 30px rgba(0, 0, 0, .16));
}

.g4s-view-tabs {
  position: absolute;
  top: 1rem;
  left: 50%;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3, minmax(92px, 1fr));
  gap: .35rem;
  width: min(92%, 430px);
  padding: .3rem;
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transform: translateX(-50%);
}

.g4s-view-tabs button {
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: calc(var(--radius) - 2px);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-view-tabs button.is-active {
  background: var(--ink);
  color: #fff;
}

.g4s-design-layer {
  position: absolute;
  left: calc(var(--x) * 1%);
  top: calc(var(--y) * 1%);
  z-index: 4;
  display: grid;
  width: calc(var(--slot-w, var(--slot, 15)) * 1%);
  height: calc(var(--slot-h, var(--slot, 15)) * 1%);
  min-width: 42px;
  min-height: 22px;
  place-items: center;
  transform: translate(-50%, -50%) rotate(calc(var(--r, 0) * 1deg));
  transform-origin: center;
  cursor: default;
  pointer-events: none;
  touch-action: none;
  user-select: none;
}

.g4s-design-layer:active {
  cursor: grabbing;
}

.g4s-design-layer.is-selected {
  outline: 2px solid rgba(0, 155, 162, .84);
  outline-offset: 4px;
}

.g4s-logo-drag-frame {
  position: absolute;
  left: calc(var(--frame-left) * 1%);
  top: calc(var(--frame-top) * 1%);
  width: calc(var(--frame-width) * 1%);
  height: calc(var(--frame-height) * 1%);
  z-index: 2;
  border: 1px solid rgba(0, 135, 138, .26);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(0, 135, 138, .55) 0 18px, transparent 18px calc(100% - 18px), rgba(0, 135, 138, .55) calc(100% - 18px) 100%) top / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(0, 135, 138, .55) 0 18px, transparent 18px calc(100% - 18px), rgba(0, 135, 138, .55) calc(100% - 18px) 100%) bottom / 100% 1px no-repeat,
    linear-gradient(180deg, rgba(0, 135, 138, .55) 0 18px, transparent 18px calc(100% - 18px), rgba(0, 135, 138, .55) calc(100% - 18px) 100%) left / 1px 100% no-repeat,
    linear-gradient(180deg, rgba(0, 135, 138, .55) 0 18px, transparent 18px calc(100% - 18px), rgba(0, 135, 138, .55) calc(100% - 18px) 100%) right / 1px 100% no-repeat,
    rgba(0, 135, 138, .035);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .42);
  pointer-events: none;
}

.g4s-logo-drag-frame span {
  position: absolute;
  left: 50%;
  top: 0;
  max-width: calc(100% - 1rem);
  padding: .22rem .55rem .2rem;
  border: 1px solid rgba(0, 135, 138, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: var(--accent-dark);
  font-size: .62rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  box-shadow: 0 7px 16px rgba(0, 0, 0, .06);
}

.g4s-fixed-layer {
  position: absolute;
  left: calc(var(--x, 50) * 1%);
  top: calc(var(--y, 50) * 1%);
  z-index: 4;
  display: grid;
  width: calc(var(--slot-w, var(--slot, 16)) * 1%);
  height: calc(var(--slot-h, var(--slot, 16)) * 1%);
  place-items: center;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(calc(var(--r, 0) * 1deg));
  transform-origin: center;
}

.g4s-fixed-layer.g4s-brand-layer {
  min-width: 70px;
  min-height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
}

.g4s-logo-layer {
  padding: .18rem;
  border: 1px solid rgba(0, 135, 138, .44);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.g4s-logo-layer.is-empty-logo {
  width: min(calc(var(--slot-w, var(--slot, 15)) * 1%), 56px);
  height: min(calc(var(--slot-h, var(--slot, 15)) * 1%), 56px);
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  border: 1px dashed rgba(0, 135, 138, .54);
  border-radius: 999px;
  background: rgba(255, 255, 255, .42);
  box-shadow: 0 8px 18px rgba(16, 18, 18, .08), inset 0 0 0 1px rgba(255, 255, 255, .72);
  backdrop-filter: blur(1.5px);
}

.g4s-design-layer.g4s-logo-layer {
  cursor: grab;
}

.g4s-logo-layer img,
.g4s-brand-layer img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.g4s-logo-layer.is-arm-logo {
  min-width: 54px;
  min-height: 36px;
}

.g4s-logo-layer.is-arm-logo img {
  max-width: 82px;
  max-height: 48px;
}

.g4s-logo-layer.is-arm-logo .g4s-logo-placeholder {
  width: 74px;
  height: 42px;
  font-size: .66rem;
}

.g4s-brand-layer {
  min-width: 128px;
  min-height: 44px;
  padding: .25rem;
  border: 1px solid rgba(0, 155, 162, .48);
  background: rgba(255,255,255,.08);
}

.g4s-brand-layer img {
  max-width: 100%;
  max-height: 100%;
  filter: drop-shadow(0 1px 1px rgba(255,255,255,.5));
}

.g4s-brand-word {
  color: #111;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.g4s-logo-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background: transparent;
  color: var(--accent-dark);
  border: 0;
  border-radius: inherit;
  font-size: .95rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  opacity: .82;
}

.g4s-name-layer,
.g4s-number-layer,
.g4s-club-layer,
.g4s-sponsor-layer {
  z-index: 3;
  max-width: min(74%, calc(var(--slot-w, var(--slot, 20)) * 1%));
  min-width: 0;
  min-height: 0;
  padding: .12rem .35rem;
  overflow-wrap: normal;
  color: var(--g4s-print-color, #111);
  font-weight: 900;
  text-align: center;
  text-shadow: var(--g4s-print-shadow, 0 1px 0 rgba(255,255,255,.8));
  text-transform: none;
  line-height: 1;
  white-space: nowrap;
}

.g4s-number-layer {
  text-transform: uppercase;
}

.g4s-text-layer.is-fit-text {
  display: grid;
  place-items: center;
}

.g4s-text-layer.is-print-light {
  --g4s-print-color: #f7f7f2;
  --g4s-print-shadow: 0 1px 2px rgba(0,0,0,.95), 0 0 1px rgba(0,0,0,.95);
}

.g4s-text-layer.is-print-dark {
  --g4s-print-color: #111;
  --g4s-print-shadow: 0 1px 0 rgba(255,255,255,.85), 0 0 1px rgba(255,255,255,.65);
}

.g4s-name-layer,
.g4s-number-layer {
  font-family: "G4S PSV Eindhoven", "G4S Kenyan Coffee", "Arial Black", sans-serif;
}

.g4s-club-layer {
  font-size: 1.05rem;
}

.g4s-sponsor-layer {
  font-family: "G4S Kenyan Coffee", "Arial Black", sans-serif;
  padding: .22rem .65rem;
  border: 1px solid rgba(0, 155, 162, .5);
  background: rgba(255,255,255,.72);
  color: #111;
  font-size: 1.05rem;
}

.g4s-number-layer {
  font-size: 5.4rem;
}

.g4s-name-layer {
  font-size: 1.45rem;
}

.g4s-layer-tools {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 1rem;
  display: grid;
  grid-template-columns: minmax(110px, 1fr) repeat(4, 44px);
  gap: .4rem;
  padding: .35rem;
  background: rgba(255, 255, 255, .9);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transform: translateX(-50%);
}

.g4s-layer-tools span {
  display: grid;
  align-items: center;
  min-height: 40px;
  padding: 0 .55rem;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-layer-tools button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-size: .95rem;
  font-weight: 800;
}

.g4s-controls {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 1rem;
}

.g4s-design-controls {
  gap: .85rem;
}

.g4s-design-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .45rem;
  padding: .55rem;
  border: 1px solid rgba(0, 135, 138, .14);
  border-radius: var(--radius);
  background: #f5fbfb;
}

.g4s-design-guide > div {
  display: grid;
  gap: .12rem;
  min-width: 0;
  padding: .58rem;
  border: 1px solid rgba(16, 18, 18, .08);
  border-radius: calc(var(--radius) - 3px);
  background: #fff;
}

.g4s-design-guide > div > span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  background: #edf3f3;
  color: var(--ink);
  font-size: .72rem;
  font-weight: 900;
}

.g4s-design-guide > div.is-active > span,
.g4s-design-guide > div.is-done > span {
  background: var(--accent);
  color: #fff;
}

.g4s-design-guide strong {
  overflow: hidden;
  color: var(--ink);
  font-size: .74rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-design-guide small {
  overflow: hidden;
  color: var(--muted);
  font-size: .66rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-vector-inline-note {
  display: grid;
  gap: .22rem;
  padding: .78rem .82rem;
  border: 1px solid rgba(0, 135, 138, .18);
  border-left: 4px solid var(--accent);
  border-radius: calc(var(--radius) - 2px);
  background: linear-gradient(135deg, #f5fbfb, #fff);
}

.g4s-vector-inline-note span {
  color: var(--accent-dark);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-vector-inline-note strong {
  color: var(--ink);
  font-size: .88rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.g4s-vector-inline-note small {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 750;
  line-height: 1.35;
}

.g4s-config-summary {
  padding: .62rem .7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: #fff;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.g4s-control-block {
  display: grid;
  gap: .7rem;
  padding: .85rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: var(--radius);
  background: #fff;
}

.g4s-control-block h3 {
  margin: 0;
  font-size: .95rem;
  text-transform: uppercase;
}

.g4s-field {
  display: grid;
  gap: .35rem;
}

.g4s-field.is-loading {
  position: relative;
}

.g4s-field.is-loading::after {
  content: "";
  position: absolute;
  right: .78rem;
  bottom: .78rem;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 135, 138, .18);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: g4s-spin .72s linear infinite;
  pointer-events: none;
}

@keyframes g4s-spin {
  to {
    transform: rotate(360deg);
  }
}

.g4s-field label,
.g4s-toggle span {
  color: var(--muted);
  font-size: .8rem;
  font-weight: 700;
}

.g4s-field input,
.g4s-field select,
.g4s-field textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: .62rem .7rem;
}

.g4s-logo-scale-field input[type="range"] {
  min-height: 34px;
  padding-inline: 0;
  accent-color: var(--accent);
}

.g4s-toggle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
}

.g4s-toggle {
  display: flex;
  align-items: center;
  gap: .45rem;
  min-width: 0;
  padding: .55rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.g4s-toggle input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
}

.g4s-mode {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
}

.g4s-mode button {
  min-height: 44px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  font-weight: 800;
}

.g4s-mode button.is-active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.g4s-team-table {
  display: grid;
  gap: .55rem;
}

.g4s-player-row {
  display: grid;
  grid-template-columns: 1.15fr .55fr .68fr .36fr;
  gap: .45rem;
  align-items: center;
}

.g4s-player-row input,
.g4s-player-row select {
  min-width: 0;
}

.g4s-remove-row {
  width: 38px;
  height: 38px;
  border: 1px solid #f3c5c0;
  border-radius: var(--radius);
  color: var(--danger);
  background: #fff;
  cursor: pointer;
}

.g4s-price {
  padding: 1rem;
}

.g4s-price-list {
  display: grid;
  gap: .55rem;
  margin: .75rem 0 1rem;
}

.g4s-price-line {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  padding-bottom: .45rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.g4s-price-line strong {
  color: var(--ink);
  white-space: nowrap;
}

.g4s-price-line.is-missing {
  color: #a33a00;
}

.g4s-price-line.is-missing strong {
  color: #a33a00;
}

.g4s-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 1rem;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
}

.g4s-total strong {
  font-size: 1.75rem;
}

.g4s-actions {
  display: grid;
  grid-template-columns: minmax(106px, .85fr) minmax(180px, 2fr) minmax(106px, .85fr);
  gap: .6rem;
  margin-top: .75rem;
  align-items: stretch;
}

.g4s-actions .g4s-btn {
  width: 100%;
  min-width: 0;
}

.g4s-message {
  display: none;
  margin-top: .75rem;
  padding: .75rem;
  border-radius: var(--radius);
  background: #eaf8f0;
  color: #0d5c3c;
  border: 1px solid #b7e4c8;
}

.g4s-message.is-visible {
  display: block;
}

.g4s-message.is-error {
  background: #fff0ee;
  color: #9f1c12;
  border-color: #f2b8af;
}

.g4s-asset-note {
  margin: 0;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.45;
}

@media (max-width: 1120px) {
  .g4s-editor-grid {
    grid-template-columns: 1fr;
  }

  .g4s-profile-panel {
    grid-template-columns: 1fr;
  }

  .g4s-stepbar {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 1.25rem;
  }

  .g4s-product-meta {
    grid-template-columns: 1fr;
  }

  .g4s-carousel {
    min-height: 610px;
  }

  .g4s-orbit {
    width: 50%;
    transform:
      translate(-50%, -50%)
      translateX(calc(var(--offset) * 142px))
      translateY(calc(38px - var(--abs-clamped) * 54px))
      scale(calc(1.04 - var(--abs-clamped) * .13))
      rotate(calc(var(--offset) * -1.8deg));
  }
}

@media (max-width: 760px) {
  .g4s-configurator {
    padding: 1.25rem .85rem 2rem;
  }

  .g4s-intro {
    min-height: 150px;
    padding-top: .35rem;
  }

  .g4s-intro h1 {
    margin-top: 2.45rem;
    font-size: 2.25rem;
  }

  .g4s-picker {
    min-height: auto;
  }

  .g4s-carousel {
    min-height: 445px;
  }

  .g4s-orbit {
    width: 62%;
    min-width: 176px;
    transform:
      translate(-50%, -50%)
      translateX(calc(var(--offset) * 74px))
      translateY(calc(28px - var(--abs-clamped) * 38px))
      scale(calc(1.04 - var(--abs-clamped) * .16))
      rotate(calc(var(--offset) * -1.5deg));
  }

  .g4s-product-meta,
  .g4s-toggle-grid,
  .g4s-mode,
  .g4s-choice-grid,
  .g4s-player-row,
  .g4s-actions {
    grid-template-columns: 1fr;
  }

  .g4s-product-meta {
    gap: .35rem;
  }

  .g4s-canvas-wrap {
    min-height: 560px;
    padding: 4.35rem .5rem 5.5rem;
  }

  .g4s-shirt-editor {
    width: min(98%, 440px);
  }

  .g4s-club-layer {
    font-size: .82rem;
  }

  .g4s-number-layer {
    font-size: 3.7rem;
  }

  .g4s-name-layer {
    font-size: 1rem;
  }

  .g4s-fixed-layer.g4s-logo-layer.is-front-logo {
    top: 28%;
    transform: translate(-50%, -50%) scale(.78);
  }

  .g4s-fixed-layer.g4s-sponsor-layer {
    top: 43%;
  }

  .g4s-logo-layer.is-front-logo .g4s-logo-placeholder {
    width: 96px;
    height: 54px;
    font-size: .68rem;
  }

  .g4s-sponsor-layer {
    padding: .18rem .52rem;
    font-size: .82rem;
  }

  .g4s-logo-layer img {
    max-width: 104px;
    max-height: 82px;
  }

  .g4s-brand-layer img {
    max-width: 150px;
    max-height: 54px;
  }

  .g4s-layer-tools {
    grid-template-columns: repeat(4, 42px);
    width: min(94%, 230px);
  }

  .g4s-layer-tools span {
    grid-column: 1 / -1;
    justify-content: center;
    min-height: 26px;
  }

  .g4s-view-tabs {
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% - 1rem);
  }

  .g4s-view-tabs button {
    font-size: .66rem;
    min-height: 36px;
  }

  .g4s-player-row {
    padding: .75rem 0 0;
    border-top: 1px solid var(--line);
  }
}

.g4s-shell.is-unified {
  gap: 1rem;
}

.g4s-unified-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 1rem;
  align-items: end;
  padding: 1rem 0 1.25rem;
  border-bottom: 1px solid var(--line);
}

.g4s-unified-header h1 {
  max-width: 860px;
  margin: .35rem 0 .55rem;
  color: var(--ink);
  font-family: "G4S Smash Spark", "G4S Kenyan Coffee", "Arial Black", sans-serif;
  font-size: 5.2rem;
  line-height: .9;
  text-transform: uppercase;
}

.g4s-unified-header p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.g4s-unified-header .g4s-hero-brand-strip {
  grid-column: 1 / -1;
  justify-content: flex-start;
}

.g4s-unified-workbench {
  display: grid;
  grid-template-columns: minmax(420px, .88fr) minmax(0, 1.12fr);
  gap: 1.1rem;
  align-items: start;
}

.g4s-unified-visual {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.g4s-unified-controls {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.g4s-unified-panel,
.g4s-unified-controls > .g4s-controls,
.g4s-unified-controls > .g4s-assignment,
.g4s-unified-controls > .g4s-price {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.g4s-panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .8rem;
}

.g4s-panel-head h2 {
  margin: 0;
  font-family: "G4S Rubik", "Arial Black", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}

.g4s-unified-panel .g4s-profile-panel-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.g4s-unified-carousel-panel {
  min-height: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.g4s-unified-carousel-panel .g4s-carousel {
  min-height: 405px;
}

.g4s-unified-carousel-panel .g4s-orbit {
  max-width: 290px;
  min-width: 190px;
}

.g4s-unified-carousel-panel .g4s-carousel-controls {
  grid-template-columns: 48px minmax(0, 1fr) 48px;
}

.g4s-active-product-pill {
  display: grid;
  min-height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-unified-workbench .g4s-canvas-wrap {
  min-height: 610px;
}

.g4s-unified-workbench .g4s-preview {
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.g4s-unified-controls .g4s-flow-actions {
  padding: .75rem;
  border: 1px solid rgba(24,24,24,.12);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 24px rgba(24,24,24,.08);
}

@media (max-width: 1180px) {
  .g4s-unified-workbench,
  .g4s-unified-header {
    grid-template-columns: 1fr;
  }

  .g4s-unified-visual {
    position: static;
  }
}

@media (max-width: 760px) {
  .g4s-unified-header h1 {
    font-size: 3.5rem;
  }

  .g4s-unified-panel .g4s-profile-panel-wide {
    grid-template-columns: 1fr;
  }

  .g4s-unified-workbench .g4s-canvas-wrap {
    min-height: 520px;
  }

  .g4s-unified-carousel-panel .g4s-carousel {
    min-height: 330px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .g4s-orbit,
  .g4s-carousel.is-buttoning .g4s-orbit,
  .g4s-carousel.is-picking .g4s-orbit,
  .g4s-carousel.is-settling .g4s-orbit,
  .g4s-carousel.is-intro .g4s-orbit {
    transition: none;
  }

  .g4s-carousel.is-settling .g4s-orbit.is-active .g4s-shirt-plate,
  .g4s-carousel.is-picking .g4s-orbit.is-active .g4s-shirt-plate,
  .g4s-carousel.is-buttoning .g4s-orbit.is-active .g4s-shirt-plate {
    animation: none;
  }
}

/* Meeting 15.05.2026 flow */
@font-face {
  font-family: "G4S Smash Spark";
  src: url("fonts/smash-spark-neu.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "G4S Kenyan Coffee";
  src: url("fonts/kenyan-coffee-rg.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "G4S PSV Eindhoven";
  src: url("fonts/psv-eindhoven-15-16.ttf") format("truetype");
  font-display: swap;
}

.g4s-start-hero {
  position: relative;
  display: grid;
  min-height: min(72svh, 760px);
  align-items: end;
  overflow: hidden;
  margin-inline: calc(50% - 50vw);
  padding: clamp(2rem, 6vw, 5rem);
  background: #0d0f0f;
  color: #fff;
}

.g4s-start-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .4;
  filter: saturate(.9) contrast(1.05);
}

.g4s-start-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.38), rgba(0,0,0,.14));
}

.g4s-start-copy {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  display: grid;
  gap: 1.1rem;
}

.g4s-start-copy h1 {
  margin: 0;
  font-family: "G4S Smash Spark", "G4S Kenyan Coffee", "Arial Black", sans-serif;
  font-size: 6.4rem;
  line-height: .9;
  text-transform: uppercase;
}

.g4s-start-copy p {
  max-width: 560px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.g4s-start-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}

.g4s-sponsor-deal {
  display: grid;
  gap: .18rem;
  max-width: 520px;
  padding: .78rem .9rem;
  border-left: 4px solid var(--accent);
  background: rgba(255,255,255,.94);
  color: var(--ink);
}

.g4s-sponsor-deal span {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-sponsor-deal em {
  color: var(--accent-dark);
  font-size: .72rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.g4s-sponsor-deal strong {
  font-size: 1.05rem;
  line-height: 1.25;
}

.g4s-sponsor-deal small {
  color: #3d4242;
  font-size: .82rem;
}

.g4s-sponsor-deal.is-equation {
  gap: .55rem;
  padding: .92rem 1rem;
  border: 1px solid rgba(0, 135, 138, .16);
  border-left: 4px solid var(--accent);
  border-radius: calc(var(--radius) - 3px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .12);
}

.g4s-sponsor-equation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: .48rem;
  align-items: center;
}

.g4s-sponsor-equation b {
  display: grid;
  gap: .08rem;
  min-width: 0;
  font-style: normal;
}

.g4s-sponsor-equation strong {
  color: var(--accent-dark);
  font-family: "G4S Kenyan Coffee", "Arial Black", sans-serif;
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: .9;
}

.g4s-sponsor-equation small {
  color: var(--muted);
  font-size: .66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-sponsor-equation em {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
}

.g4s-worlds {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.g4s-worlds button,
.g4s-plus-toggle {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-worlds button:hover,
.g4s-plus-toggle:hover {
  border-color: var(--accent);
}

.g4s-plus-toggle:disabled {
  border-color: var(--line);
  cursor: not-allowed;
  opacity: .62;
}

.g4s-stepbar-wide {
  position: static;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(680px, 100%);
  margin-left: auto;
}

.g4s-stepbar-wide span.is-complete {
  background: var(--accent-soft, #e6f4f4);
  color: var(--accent-dark);
}

.g4s-profile-panel-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.g4s-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0,0,0,.62);
}

.g4s-modal {
  width: min(560px, 100%);
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 4vw, 2rem);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}

.g4s-modal h2 {
  margin: 0;
  font-family: "G4S Rubik", "Arial Black", sans-serif;
  text-transform: uppercase;
}

.g4s-upload-drop {
  position: relative;
  display: grid;
  gap: .18rem;
  min-height: 94px;
  place-items: center;
  padding: .9rem;
  border: 1px dashed rgba(0, 135, 138, .38);
  border-radius: calc(var(--radius) - 2px);
  background: linear-gradient(135deg, #f8fcfc, #eef8f7);
  color: var(--ink);
  cursor: pointer;
  text-align: center;
}

.g4s-upload-drop:hover {
  border-color: var(--accent);
  background: #f1fbfa;
}

.g4s-upload-drop input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.g4s-upload-drop span {
  color: var(--ink);
  font-size: .86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-upload-drop small {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 800;
  line-height: 1.25;
}

.g4s-modal p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.g4s-plus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
}

.g4s-plus-toggle {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon note";
  gap: .55rem;
  align-items: center;
  padding: .62rem .7rem;
  text-align: left;
  font-size: .78rem;
}

.g4s-plus-toggle span {
  grid-area: icon;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
}

.g4s-plus-toggle strong {
  grid-area: title;
  overflow: hidden;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.05;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-plus-toggle small {
  grid-area: note;
  overflow: hidden;
  color: var(--muted);
  font-size: .65rem;
  font-weight: 800;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-plus-toggle.is-active {
  border-color: var(--accent);
  background: var(--accent-soft, #e6f4f4);
}

.g4s-plus-toggle.is-active span {
  background: var(--accent);
}

.g4s-fixed-sponsor-lock {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .18rem .55rem;
  align-items: center;
  padding: .72rem;
  border: 1px solid rgba(0, 135, 138, .2);
  border-radius: calc(var(--radius) - 2px);
  background: #f1fbfa;
}

.g4s-fixed-sponsor-lock span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: .18rem .42rem;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-fixed-sponsor-lock strong {
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-fixed-sponsor-lock small {
  grid-column: 2;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
}

.g4s-warning {
  padding: .72rem .78rem;
  border: 1px solid #f6d889;
  border-radius: var(--radius);
  background: #fff8df;
  color: #6b4b00;
  font-size: .82rem;
  line-height: 1.45;
}

.g4s-flow-actions {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.g4s-assign-workbench {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  gap: 1rem;
  align-items: start;
}

.g4s-assign-workbench .g4s-canvas-wrap {
  min-height: 620px;
}

.g4s-assign-stack {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.g4s-assignment {
  display: grid;
  gap: .8rem;
  padding: 1rem;
}

.g4s-assignment-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.g4s-assignment-head > div:first-child {
  display: grid;
  gap: .16rem;
  min-width: 0;
}

.g4s-assignment-head > div:first-child > span {
  color: var(--accent);
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-assignment-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.g4s-assignment-head > div:not(:first-child) {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.g4s-assignment-labels,
.g4s-assignment-row {
  display: grid;
  grid-template-columns: .7fr .55fr 1.4fr .8fr .9fr 40px;
  gap: .5rem;
  align-items: center;
}

.g4s-assignment-labels {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-assignment-table {
  display: grid;
  gap: .75rem;
}

.g4s-assignment-card {
  display: grid;
  gap: .75rem;
  padding: .85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.g4s-assignment-card-head,
.g4s-assignment-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}

.g4s-assignment-player-title,
.g4s-assignment-card-actions {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .55rem;
}

.g4s-assignment-player-title {
  flex: 1 1 auto;
}

.g4s-assignment-player-title span {
  flex: 0 0 auto;
}

.g4s-assignment-index {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: #fff !important;
  font-size: .84rem !important;
  line-height: 1;
  text-transform: none !important;
}

.g4s-assignment-name-block {
  display: grid;
  flex: 1 1 auto !important;
  gap: .12rem;
  min-width: 0;
  color: inherit !important;
  font-size: inherit !important;
  text-transform: none !important;
}

.g4s-assignment-name-block small {
  color: var(--muted);
  font-size: .62rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.g4s-assignment-card-actions {
  flex: 0 0 auto;
}

.g4s-assignment-card-head span,
.g4s-assignment-card-foot span,
.g4s-assignment-main-fields span,
.g4s-assignment-size-field span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-assignment-card-head strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: .95rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-role-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: .25rem .52rem;
  border: 1px solid rgba(16, 18, 18, .12);
  border-radius: 999px;
  background: #f4f7f7;
  color: var(--ink);
  font-size: .68rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-role-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: .34rem;
  border-radius: 999px;
  background: var(--accent);
}

.g4s-role-badge.is-keeper {
  border-color: rgba(0, 135, 138, .32);
  background: #eaf7f6;
}

.g4s-assignment-main-fields,
.g4s-assignment-size-grid {
  display: grid;
  gap: .6rem;
}

.g4s-assignment-main-fields {
  grid-template-columns: minmax(0, 1.25fr) minmax(88px, .55fr) minmax(82px, .42fr) minmax(118px, .55fr);
}

.g4s-assignment-size-grid {
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
}

.g4s-assignment-main-fields label,
.g4s-assignment-size-field {
  display: grid;
  gap: .25rem;
}

.g4s-assignment-main-fields input,
.g4s-assignment-main-fields select,
.g4s-assignment-size-field select {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  border: 1px solid rgba(16, 18, 18, .16);
  border-radius: 9px;
  padding: .55rem .65rem;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: .86rem;
  font-weight: 800;
}

.g4s-assignment-main-fields input:focus,
.g4s-assignment-main-fields select:focus,
.g4s-assignment-size-field select:focus {
  border-color: var(--accent);
  outline: 2px solid rgba(0, 135, 138, .18);
  outline-offset: 1px;
}

.g4s-assignment-card-foot {
  padding-top: .45rem;
  border-top: 1px solid var(--line);
}

.g4s-assignment-card-foot span {
  line-height: 1.35;
  text-transform: none;
}

.g4s-assignment-row {
  padding: .55rem 0;
  border-top: 1px solid var(--line);
}

.g4s-assignment-row input,
.g4s-assignment-row select {
  min-width: 0;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: .58rem .65rem;
  background: #fff;
  color: var(--ink);
}

.g4s-assignment-row strong {
  white-space: nowrap;
}

.g4s-share-url {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .18rem .62rem;
  align-items: center;
  margin: 0;
  padding: .7rem .8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow-wrap: anywhere;
  background: #fff;
  font-size: .82rem;
}

.g4s-share-url span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-share-url a {
  color: var(--accent-dark);
  font-weight: 950;
  text-decoration: none;
}

.g4s-share-url small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 750;
}

.g4s-price p {
  margin: 0;
}

.g4s-team-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
  margin: .7rem 0;
}

.g4s-team-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
  margin: .82rem 0 0;
}

.g4s-team-guide > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .12rem .5rem;
  min-width: 0;
  padding: .72rem;
  border: 1px solid rgba(0, 135, 138, .16);
  border-radius: calc(var(--radius) - 2px);
  background: linear-gradient(135deg, #f7fbfb, #fff);
}

.g4s-team-guide span {
  display: grid;
  grid-row: span 2;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
}

.g4s-team-guide strong {
  overflow: hidden;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-team-guide small {
  overflow: hidden;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-team-stat {
  display: grid;
  gap: .18rem;
  min-width: 0;
  padding: .72rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: calc(var(--radius) - 2px);
  background: #f7faf9;
}

.g4s-team-stat span,
.g4s-team-stat small,
.g4s-team-checklist > span,
.g4s-order-review-head span,
.g4s-order-review-block > span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-team-stat strong {
  color: var(--ink);
  font-family: "G4S Rubik", "Arial Black", sans-serif;
  font-size: 1.35rem;
  line-height: 1;
}

.g4s-team-checklist {
  display: grid;
  gap: .45rem;
  margin-top: .85rem;
  padding: .8rem;
  border: 1px solid rgba(0, 135, 138, .18);
  border-radius: calc(var(--radius) - 2px);
  background: #f1fbfa;
}

.g4s-team-checklist ul {
  display: grid;
  gap: .35rem;
  margin: 0;
  padding-left: 1rem;
}

.g4s-team-checklist li {
  color: var(--ink);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.35;
}

.g4s-team-kit-strip {
  display: grid;
  gap: .55rem;
  margin-top: .8rem;
  padding: .78rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: calc(var(--radius) - 2px);
  background: #fff;
}

.g4s-team-kit-strip > span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-team-kit-strip > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: .48rem;
}

.g4s-team-kit-strip article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: .35rem .55rem;
  align-items: center;
  min-width: 0;
  min-height: 76px;
  padding: .52rem;
  border: 1px solid rgba(0, 135, 138, .12);
  border-radius: 10px;
  background: #f7fbfb;
}

.g4s-team-kit-thumb {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  overflow: hidden;
  border-radius: 9px;
  background: #fff;
}

.g4s-team-kit-thumb img {
  display: block;
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
}

.g4s-team-kit-copy {
  display: grid;
  gap: .1rem;
  min-width: 0;
}

.g4s-team-kit-strip strong {
  overflow: hidden;
  color: var(--ink);
  font-size: .76rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-team-kit-strip small {
  overflow: hidden;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-team-kit-strip em {
  align-self: start;
  padding: .22rem .38rem;
  border-radius: 999px;
  background: #e9f8f7;
  color: var(--accent-dark);
  font-size: .58rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-team-focus-panel {
  display: grid;
  gap: .72rem;
  padding-block: 1rem;
}

.g4s-team-focus-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .82rem;
  align-items: end;
  min-width: 0;
}

.g4s-team-focus-head .g4s-form-step-head {
  margin: 0;
}

.g4s-team-focus-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: .42rem;
  justify-content: flex-end;
}

.g4s-team-focus-metrics span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: .32rem;
  padding: .32rem .58rem;
  border: 1px solid rgba(0, 135, 138, .16);
  border-radius: 999px;
  background: #f2fbfa;
  color: var(--muted);
  font-size: .66rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.g4s-team-focus-metrics strong {
  color: var(--accent-dark);
  font-family: "G4S Rubik", "Arial Black", sans-serif;
  font-size: .95rem;
  line-height: 1;
}

.g4s-team-focus-kit {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .42rem;
  min-width: 0;
}

.g4s-team-focus-chip {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-areas:
    "image title"
    "image meta";
  gap: .08rem .42rem;
  align-items: center;
  min-width: 0;
  min-height: 50px;
  padding: .38rem .44rem;
  border: 1px solid rgba(0, 135, 138, .12);
  border-radius: 10px;
  background: #f7fbfb;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.g4s-team-focus-chip:hover {
  border-color: rgba(0, 135, 138, .42);
  background: #effafa;
}

.g4s-team-focus-chip > span {
  grid-area: image;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.g4s-team-focus-chip img {
  display: block;
  max-width: 100%;
  max-height: 34px;
  object-fit: contain;
}

.g4s-team-focus-chip strong {
  grid-area: title;
  overflow: hidden;
  color: var(--ink);
  font-size: .68rem;
  font-weight: 900;
  line-height: 1.08;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-team-focus-chip small {
  grid-area: meta;
  overflow: hidden;
  color: var(--muted);
  font-size: .58rem;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-team-entry-labels {
  display: grid;
  grid-template-columns: minmax(170px, .78fr) minmax(300px, 1fr) minmax(240px, .9fr) minmax(120px, .34fr);
  gap: .65rem;
  padding: .56rem .85rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 12px 12px 0 0;
  background: #f7faf9;
  color: var(--muted);
  font-size: .64rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-team-workbench .g4s-assignment {
  gap: .65rem;
}

.g4s-team-workbench .g4s-assignment-table {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 0 0 12px 12px;
  background: #fff;
}

.g4s-team-workbench .g4s-assignment-card {
  grid-template-columns: minmax(170px, .78fr) minmax(300px, 1fr) minmax(240px, .9fr) minmax(120px, .34fr);
  gap: .65rem;
  align-items: start;
  padding: .72rem .85rem;
  border: 0;
  border-radius: 0;
  border-top: 1px solid rgba(16, 18, 18, .08);
}

.g4s-team-workbench .g4s-assignment-card:first-child {
  border-top: 0;
}

.g4s-team-workbench .g4s-assignment-card.is-keeper-player {
  background: linear-gradient(90deg, rgba(0, 135, 138, .06), #fff 36%);
}

.g4s-team-workbench .g4s-assignment-card-head,
.g4s-team-workbench .g4s-assignment-card-foot {
  display: grid;
  align-items: start;
  justify-content: stretch;
}

.g4s-team-workbench .g4s-assignment-card-head {
  gap: .45rem;
}

.g4s-team-workbench .g4s-assignment-player-title {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: .5rem;
  align-items: center;
}

.g4s-team-workbench .g4s-assignment-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .38rem;
}

.g4s-team-workbench .g4s-assignment-main-fields {
  grid-template-columns: minmax(128px, 1fr) 70px 70px minmax(100px, .55fr);
}

.g4s-team-workbench .g4s-assignment-main-fields > label > span {
  display: none;
}

.g4s-team-workbench .g4s-assignment-size-grid {
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  align-content: start;
}

.g4s-team-workbench .g4s-assignment-size-field span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-team-workbench .g4s-assignment-card-foot {
  gap: .35rem;
  padding-top: 0;
  border-top: 0;
}

.g4s-team-workbench .g4s-assignment-card-foot strong {
  color: var(--accent-dark);
}

.g4s-team-workbench {
  grid-template-columns: 1fr;
}

.g4s-team-entry-workspace {
  display: grid;
  grid-template-columns: minmax(240px, .42fr) minmax(0, 1fr);
  gap: .82rem;
  align-items: start;
  min-width: 0;
}

.g4s-team-player-roster {
  display: grid;
  gap: .55rem;
  min-width: 0;
  padding: .82rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: calc(var(--radius) - 2px);
  background:
    linear-gradient(135deg, #f5fbfb, #fff 46%),
    #fff;
}

.g4s-team-table-wrap {
  overflow: auto;
  border: 1px solid rgba(16, 18, 18, .11);
  border-radius: calc(var(--radius) - 2px);
  background: #fff;
}

.g4s-team-table-labels,
.g4s-team-table-row {
  display: grid;
  gap: .34rem;
  align-items: center;
  min-width: 720px;
  padding: .5rem .56rem;
}

.g4s-team-table-wrap.has-keeper .g4s-team-table-labels,
.g4s-team-table-wrap.has-keeper .g4s-team-table-row {
  min-width: 840px;
}

.g4s-team-table-labels {
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid rgba(16, 18, 18, .1);
  background: #f6faf9;
  color: var(--muted);
  font-size: .64rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-team-table-body {
  display: grid;
}

.g4s-team-table-row {
  border-top: 1px solid rgba(16, 18, 18, .08);
  background: #fff;
}

.g4s-team-table-row:first-child {
  border-top: 0;
}

.g4s-team-table-row.is-active {
  background: linear-gradient(90deg, rgba(0, 135, 138, .08), rgba(255,255,255,1) 42%);
  box-shadow: inset 3px 0 0 var(--accent);
}

.g4s-team-table-row input,
.g4s-team-table-row select,
.g4s-team-player-fields input,
.g4s-team-player-fields select,
.g4s-team-player-sizes select {
  width: 100%;
  min-width: 0;
  min-height: 38px;
  padding: .46rem .52rem;
  border: 1px solid rgba(16, 18, 18, .15);
  border-radius: 9px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
}

.g4s-team-table-wrap.has-keeper .g4s-team-table-row input,
.g4s-team-table-wrap.has-keeper .g4s-team-table-row select {
  padding-inline: .42rem;
  font-size: .74rem;
}

.g4s-team-table-row input:focus,
.g4s-team-table-row select:focus,
.g4s-team-player-fields input:focus,
.g4s-team-player-fields select:focus,
.g4s-team-player-sizes select:focus {
  border-color: var(--accent);
  outline: 2px solid rgba(0, 135, 138, .18);
  outline-offset: 1px;
}

.g4s-team-row-index {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(0, 135, 138, .28);
  border-radius: 999px;
  background: #eefafa;
  color: var(--accent-dark);
  cursor: pointer;
  font-weight: 900;
}

.g4s-team-table-row.is-active .g4s-team-row-index {
  background: var(--accent);
  color: #fff;
}

.g4s-team-na {
  display: grid;
  min-height: 38px;
  place-items: center;
  border: 1px dashed rgba(16, 18, 18, .12);
  border-radius: 9px;
  color: var(--muted);
  font-weight: 900;
}

.g4s-team-player-panel {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: .72rem;
  min-width: 0;
  padding: .9rem;
  border: 1px solid rgba(16, 18, 18, .11);
  border-radius: calc(var(--radius) - 2px);
  background: linear-gradient(180deg, #fff 0%, #f7fbfb 100%);
}

.g4s-team-player-head {
  display: grid;
  gap: .12rem;
  padding-bottom: .62rem;
  border-bottom: 1px solid rgba(16, 18, 18, .08);
}

.g4s-team-player-head span,
.g4s-team-player-fields span,
.g4s-team-player-sizes span {
  color: var(--muted);
  font-size: .66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-team-player-head strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-team-player-head small {
  color: var(--accent-dark);
  font-size: .76rem;
  font-weight: 900;
}

.g4s-team-player-fields,
.g4s-team-player-sizes {
  display: grid;
  gap: .55rem;
}

.g4s-team-player-fields {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.g4s-team-player-fields label,
.g4s-team-player-sizes label {
  display: grid;
  gap: .24rem;
}

.g4s-team-player-sizes label.is-disabled {
  opacity: .55;
}

.g4s-team-player-sizes em {
  display: grid;
  min-height: 38px;
  place-items: center;
  border: 1px dashed rgba(16, 18, 18, .12);
  border-radius: 9px;
  color: var(--muted);
  font-size: .72rem;
  font-style: normal;
  font-weight: 800;
}

.g4s-team-delete-active {
  justify-content: center;
  border-color: rgba(190, 45, 45, .25);
  color: #b62d2d;
}

.g4s-team-mobile-roster {
  display: none;
}

.g4s-team-mobile-roster-head {
  display: flex;
  gap: .65rem;
  align-items: center;
  justify-content: space-between;
}

.g4s-team-mobile-roster-head span {
  color: var(--muted);
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-team-mobile-roster-head strong {
  color: var(--accent-dark);
  font-size: .82rem;
  font-weight: 900;
}

.g4s-team-mobile-roster-list {
  display: grid;
  gap: .45rem;
}

.g4s-team-mobile-player {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-areas:
    "num name"
    "num meta"
    "num sizes";
  gap: .06rem .55rem;
  min-width: 0;
  padding: .64rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.g4s-team-mobile-player.is-active {
  border-color: rgba(0, 135, 138, .42);
  background: #effafa;
  box-shadow: inset 3px 0 0 var(--accent);
}

.g4s-team-mobile-player > span {
  grid-area: num;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: #eefafa;
  color: var(--accent-dark);
  font-weight: 900;
}

.g4s-team-mobile-player.is-active > span {
  background: var(--accent);
  color: #fff;
}

.g4s-team-mobile-player strong {
  grid-area: name;
  min-width: 0;
  overflow: hidden;
  font-size: .86rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-team-mobile-player em,
.g4s-team-mobile-player small {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: .72rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.28;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-team-mobile-player em {
  grid-area: meta;
}

.g4s-team-mobile-player small {
  grid-area: sizes;
}

.g4s-order-review {
  display: grid;
  gap: .9rem;
  min-width: 0;
  margin-top: .85rem;
}

.g4s-final-status-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, .52fr);
  gap: .9rem;
  align-items: stretch;
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(0, 135, 138, .2);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 0% 100%, rgba(0, 135, 138, .1), transparent 34%),
    linear-gradient(135deg, #f7fcfc, #eef7f5);
  box-shadow: 0 18px 38px rgba(16, 18, 18, .07);
}

.g4s-final-status-panel.is-open {
  border-color: rgba(217, 135, 0, .26);
  background:
    radial-gradient(circle at 0% 100%, rgba(217, 135, 0, .09), transparent 34%),
    linear-gradient(135deg, #fffaf3, #f7fcfc);
}

.g4s-final-status-copy {
  display: grid;
  align-content: center;
  gap: .45rem;
  min-width: 0;
}

.g4s-final-status-copy > span,
.g4s-final-next-card > span {
  color: var(--accent-dark);
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.g4s-final-status-panel.is-open .g4s-final-status-copy > span {
  color: #a6531b;
}

.g4s-final-status-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  font-weight: 950;
  line-height: 1.04;
  text-transform: none;
}

.g4s-final-status-copy p,
.g4s-final-next-card small {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.38;
}

.g4s-final-missing-list {
  display: flex;
  flex-wrap: wrap;
  gap: .42rem;
  min-width: 0;
}

.g4s-final-missing-list span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: .28rem .55rem;
  border: 1px solid rgba(217, 135, 0, .22);
  border-radius: 999px;
  background: #fff;
  color: #874414;
  font-size: .72rem;
  font-weight: 900;
}

.g4s-final-missing-list.is-ready span {
  border-color: rgba(0, 135, 138, .2);
  color: var(--accent-dark);
}

.g4s-final-next-card {
  display: grid;
  gap: .45rem;
  align-content: center;
  min-width: 0;
  padding: .9rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: calc(var(--radius) - 2px);
  background: #fff;
}

.g4s-final-next-card strong {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 950;
  line-height: 1.12;
}

.g4s-final-primary {
  width: 100%;
  margin-top: .1rem;
}

.g4s-final-ready-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: 100%;
  margin-top: .1rem;
  padding: .5rem .7rem;
  border: 1px solid rgba(0, 135, 138, .18);
  border-radius: 999px;
  background: #eefdfb;
  color: var(--accent-dark);
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.g4s-order-selection-card {
  display: grid;
  gap: .82rem;
  min-width: 0;
  padding: .86rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: calc(var(--radius) - 2px);
  background: #fff;
}

.g4s-order-quick-review {
  display: grid;
  gap: .82rem;
  min-width: 0;
}

.g4s-order-review-tile {
  gap: .72rem;
}

.g4s-order-quick-review.is-condensed {
  gap: .58rem;
}

.g4s-order-review-tile.is-condensed {
  gap: .46rem;
  padding: .72rem .82rem;
}

.g4s-order-review-tile.is-condensed .g4s-order-review-head {
  align-items: center;
}

.g4s-order-review-disclosure {
  min-width: 0;
  border-top: 1px solid rgba(16, 18, 18, .08);
}

.g4s-order-review-disclosure > summary {
  display: flex;
  gap: .7rem;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  list-style: none;
  cursor: pointer;
}

.g4s-order-review-disclosure > summary::-webkit-details-marker {
  display: none;
}

.g4s-order-review-disclosure > summary span {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-order-review-disclosure > summary strong {
  display: inline-flex;
  gap: .36rem;
  align-items: center;
  color: var(--accent-dark);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-order-review-disclosure > summary strong::after {
  content: "+";
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid rgba(0, 135, 138, .18);
  border-radius: 999px;
}

.g4s-order-review-disclosure[open] > summary strong::after {
  content: "-";
}

.g4s-order-review-disclosure-body {
  display: grid;
  gap: .72rem;
  min-width: 0;
  padding-top: .6rem;
}

.g4s-order-kit-compact,
.g4s-order-player-compact {
  display: grid;
  gap: .5rem;
  min-width: 0;
}

.g4s-order-kit-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.g4s-order-player-compact {
  grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
}

.g4s-order-kit-chip,
.g4s-order-player-chip {
  display: grid;
  min-width: 0;
  border: 1px solid rgba(0, 135, 138, .14);
  border-radius: 12px;
  background: #f7fbfb;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.g4s-order-kit-chip {
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-areas:
    "image title"
    "image meta";
  gap: .12rem .45rem;
  align-items: center;
  min-height: 60px;
  padding: .42rem;
}

.g4s-order-kit-chip:hover,
.g4s-order-player-chip:hover {
  border-color: rgba(0, 135, 138, .42);
  background: #effafa;
}

.g4s-order-kit-chip.is-missing {
  border-color: rgba(190, 45, 45, .22);
  background: #fff8f8;
}

.g4s-order-kit-chip > span {
  grid-area: image;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  color: var(--muted);
  font-weight: 900;
}

.g4s-order-kit-chip img {
  display: block;
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
}

.g4s-order-kit-chip strong,
.g4s-order-player-chip strong {
  overflow: hidden;
  color: var(--ink);
  font-size: .74rem;
  font-weight: 900;
  line-height: 1.08;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-order-kit-chip strong {
  grid-area: title;
}

.g4s-order-kit-chip small,
.g4s-order-player-chip small {
  overflow: hidden;
  color: var(--muted);
  font-size: .62rem;
  font-weight: 850;
  line-height: 1.18;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-order-kit-chip small {
  grid-area: meta;
}

.g4s-order-player-chip {
  grid-template-columns: 32px minmax(0, 1fr);
  grid-template-areas:
    "index name"
    "index meta";
  gap: .08rem .42rem;
  align-items: center;
  min-height: 58px;
  padding: .48rem .56rem;
}

.g4s-order-player-chip > span {
  grid-area: index;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
}

.g4s-order-player-chip strong {
  grid-area: name;
}

.g4s-order-player-chip small {
  grid-area: meta;
}

.g4s-order-player-more {
  display: grid;
  min-height: 58px;
  place-items: center;
  padding: .5rem;
  border: 1px dashed rgba(0, 135, 138, .24);
  border-radius: 12px;
  color: var(--accent-dark);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-order-detail-disclosure {
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 12px;
  background: #fbfdfd;
}

.g4s-order-detail-disclosure > summary {
  position: relative;
  display: flex;
  gap: .6rem;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: .62rem 2.4rem .62rem .72rem;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.g4s-order-detail-disclosure > summary::-webkit-details-marker {
  display: none;
}

.g4s-order-detail-disclosure > summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: .72rem;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  background: #e8f7f6;
  color: var(--accent-dark);
  font-weight: 900;
  transform: translateY(-50%);
}

.g4s-order-detail-disclosure[open] > summary::after {
  content: "-";
}

.g4s-order-detail-disclosure > summary span,
.g4s-order-detail-disclosure > summary strong {
  min-width: 0;
  overflow: hidden;
  font-size: .7rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-order-detail-disclosure > summary span {
  color: var(--muted);
}

.g4s-order-detail-disclosure > summary strong {
  color: var(--accent-dark);
}

.g4s-order-detail-disclosure > :not(summary) {
  margin: 0 .72rem .72rem;
}

.g4s-order-final-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .58fr);
  gap: .8rem;
  align-items: stretch;
  padding: .92rem;
  border: 1px solid rgba(0, 135, 138, .16);
  border-radius: calc(var(--radius) - 2px);
  background:
    radial-gradient(circle at 0% 100%, rgba(0, 135, 138, .08), transparent 34%),
    linear-gradient(135deg, #fbfdfd, #f0f7f6);
}

.g4s-order-final-card > div:first-child {
  display: grid;
  gap: .18rem;
  min-width: 0;
}

.g4s-order-final-card span {
  color: var(--accent);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-order-final-card strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.15;
  text-overflow: ellipsis;
}

.g4s-order-final-card small {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 800;
}

.g4s-order-final-status {
  display: grid;
  align-content: center;
  gap: .16rem;
  min-width: 0;
  padding: .7rem;
  border: 1px solid rgba(0, 135, 138, .18);
  border-radius: 12px;
  background: #fff;
}

.g4s-order-final-status.is-open {
  border-color: rgba(190, 92, 28, .28);
  background: #fff9f3;
}

.g4s-order-final-status.is-open span {
  color: #a6531b;
}

.g4s-order-review-head {
  display: flex;
  gap: .75rem;
  align-items: center;
  justify-content: space-between;
}

.g4s-order-review-head > div {
  display: grid;
  gap: .22rem;
  min-width: 0;
}

.g4s-order-review-head strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-order-edit-link,
.g4s-order-check-row button {
  min-height: 32px;
  padding: .28rem .46rem;
  border: 1px solid rgba(0, 135, 138, .22);
  border-radius: 8px;
  background: #fff;
  color: var(--accent-dark);
  cursor: pointer;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-order-edit-link:hover,
.g4s-order-check-row button:hover {
  border-color: rgba(0, 135, 138, .42);
  background: #edfafa;
}

.g4s-order-kit-selection {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 18, .09);
  border-radius: calc(var(--radius) - 2px);
}

.g4s-order-kit-line {
  display: grid;
  grid-template-columns: 96px minmax(180px, 1.2fr) minmax(92px, .58fr) minmax(92px, .58fr) minmax(110px, .7fr);
  gap: .82rem;
  align-items: center;
  min-width: 0;
  padding: .82rem;
  border-top: 1px solid rgba(16, 18, 18, .08);
  background: #fff;
}

.g4s-order-kit-line:first-child {
  border-top: 0;
}

.g4s-order-kit-line.is-missing {
  border-color: rgba(190, 45, 45, .22);
  background: #fff8f8;
}

.g4s-order-kit-image {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(135deg, #f4f7f8, #eef4f5);
}

.g4s-order-kit-image img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.g4s-order-kit-image em {
  color: var(--muted);
  font-style: normal;
  font-weight: 900;
}

.g4s-order-kit-copy,
.g4s-order-kit-meta,
.g4s-order-kit-price {
  display: grid;
  gap: .18rem;
  min-width: 0;
}

.g4s-order-kit-copy strong,
.g4s-order-kit-meta strong,
.g4s-order-kit-price strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-order-kit-copy small,
.g4s-order-kit-meta small,
.g4s-order-kit-price small {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-order-kit-price {
  text-align: right;
}

.g4s-order-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
  padding-top: .2rem;
}

.g4s-order-facts div {
  display: grid;
  gap: .08rem;
  min-width: 0;
  padding: .72rem;
  border: 1px solid rgba(0, 135, 138, .16);
  border-radius: 12px;
  background: #f3fbfa;
}

.g4s-order-facts strong {
  color: var(--accent-dark);
  font-size: 1.12rem;
  font-weight: 900;
}

.g4s-order-facts span {
  color: var(--muted);
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-order-role-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .62rem;
}

.g4s-order-role-map article {
  display: grid;
  gap: .18rem;
  min-width: 0;
  padding: .72rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 12px;
  background: #f7faf9;
}

.g4s-order-role-map article.is-keeper {
  border-color: rgba(0, 135, 138, .22);
  background: #effafa;
}

.g4s-order-role-map span {
  color: var(--accent-dark);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-order-role-map strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: .86rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-order-role-map small {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 850;
}

.g4s-order-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .42rem;
}

.g4s-order-chips span {
  min-height: 32px;
  padding: .36rem .55rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: .75rem;
  font-weight: 900;
  line-height: 1.2;
}

.g4s-order-player-table {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 2px);
  background: #fff;
}

.g4s-order-player-labels,
.g4s-order-player-row {
  display: grid;
  grid-template-columns: 34px minmax(112px, 1fr) minmax(76px, .58fr) minmax(56px, .42fr) minmax(164px, 1.42fr) minmax(52px, .42fr) minmax(88px, .68fr);
  gap: .42rem;
  align-items: center;
  min-width: 0;
  padding: .58rem .62rem;
}

.g4s-order-player-labels {
  background: #f7faf9;
  color: var(--muted);
  font-size: .64rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-order-player-row {
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: .82rem;
  font-weight: 800;
}

.g4s-order-player-row > * {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-order-player-row > span:nth-child(5) {
  line-height: 1.25;
  white-space: normal;
}

.g4s-order-player-row > span:first-child {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: #eef7f6;
  color: var(--accent-dark);
  font-weight: 900;
}

.g4s-order-player-labels span:nth-last-child(-n + 2),
.g4s-order-player-row > span:nth-last-child(2),
.g4s-order-player-row > strong:last-child {
  text-align: right;
}

.g4s-order-player-row > strong {
  color: var(--ink);
  font-weight: 900;
}

.g4s-order-player-row > [data-label]::before {
  display: none;
  content: attr(data-label);
}

.g4s-order-size-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .28rem;
}

.g4s-order-size-chip {
  display: inline-flex;
  gap: .2rem;
  align-items: center;
  max-width: 100%;
  min-height: 24px;
  padding: .2rem .36rem;
  border: 1px solid rgba(0, 135, 138, .13);
  border-radius: 999px;
  background: #f3fbfa;
  color: var(--muted);
  font-size: .67rem;
  font-weight: 850;
  line-height: 1;
}

.g4s-order-size-chip strong {
  color: var(--ink);
  font-size: inherit;
}

.g4s-order-size-chip.is-empty {
  border-style: dashed;
  background: #fff;
}

.g4s-order-player-total {
  display: grid;
  gap: .08rem;
  justify-items: end;
}

.g4s-order-player-total small {
  color: var(--muted);
  font-size: .64rem;
  font-weight: 800;
}

.g4s-order-review-grid,
.g4s-order-kit-list,
.g4s-order-player-list,
.g4s-order-review-block {
  display: grid;
  gap: .65rem;
  min-width: 0;
}

.g4s-order-review-block {
  align-content: start;
}

.g4s-order-kit-review .g4s-order-kit-list {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.g4s-order-kit-item,
.g4s-order-player-item {
  display: grid;
  gap: .16rem;
  min-width: 0;
  padding: .68rem;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 2px);
  background: #fff;
}

.g4s-order-kit-item.is-missing {
  border-color: #d99b9b;
  background: #fff7f7;
}

.g4s-order-kit-item strong,
.g4s-order-player-item strong {
  overflow: hidden;
  color: var(--ink);
  font-size: .86rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-order-player-item strong small {
  color: var(--muted);
  font-size: .72rem;
}

.g4s-order-kit-item span,
.g4s-order-player-item span,
.g4s-order-kit-item small,
.g4s-order-player-item em {
  overflow: hidden;
  color: var(--muted);
  font-size: .75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-order-player-list {
  overflow: visible;
  padding-right: 0;
}

.g4s-coupon-field {
  margin: .4rem 0 1rem;
}

.g4s-final-price-panel {
  position: static;
  display: grid;
  gap: .9rem;
  align-content: start;
}

.g4s-final-price-panel .g4s-price-list {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 18, .09);
  border-radius: calc(var(--radius) - 2px);
  background: #fff;
}

.g4s-final-price-panel .g4s-price-line {
  padding: .62rem .7rem;
  border-bottom: 1px solid rgba(16, 18, 18, .08);
}

.g4s-final-price-panel .g4s-price-line:last-child {
  border-bottom: 0;
}

.g4s-final-price-panel .g4s-total {
  padding: 1rem;
}

.g4s-price-status-card {
  display: grid;
  gap: .2rem;
  padding: 1rem;
  border: 1px solid rgba(0, 135, 138, .2);
  border-radius: calc(var(--radius) - 2px);
  background: linear-gradient(135deg, #f4fbfa, #fff);
}

.g4s-price-status-card span {
  color: var(--accent-dark);
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.g4s-price-status-card strong {
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 950;
  line-height: 1.05;
}

.g4s-price-status-card small {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.35;
}

.g4s-price-detail-disclosure {
  overflow: hidden;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: calc(var(--radius) - 2px);
  background: #fff;
}

.g4s-price-detail-disclosure > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 24px;
  gap: .5rem;
  align-items: center;
  min-height: 46px;
  padding: .58rem .68rem;
  cursor: pointer;
  list-style: none;
  background: #f8faf9;
}

.g4s-price-detail-disclosure > summary::-webkit-details-marker {
  display: none;
}

.g4s-price-detail-disclosure > summary::after {
  content: "+";
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: #e9f8f7;
  color: var(--accent-dark);
  font-size: .9rem;
  font-weight: 950;
}

.g4s-price-detail-disclosure[open] > summary::after {
  content: "-";
}

.g4s-price-detail-disclosure > summary span {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: .76rem;
  font-weight: 950;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-price-detail-disclosure > summary strong {
  color: var(--accent-dark);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-price-detail-body {
  display: grid;
  gap: .72rem;
  min-width: 0;
  padding: .72rem;
  border-top: 1px solid rgba(16, 18, 18, .08);
}

.g4s-price-detail-body .g4s-benefit-panel,
.g4s-price-detail-body .g4s-price-list,
.g4s-price-detail-body .g4s-coupon-field {
  margin: 0;
}

.g4s-benefit-panel {
  display: grid;
  gap: .6rem;
  padding: .92rem;
  border: 1px solid rgba(0, 135, 138, .26);
  border-radius: calc(var(--radius) - 2px);
  background: linear-gradient(135deg, #effafa, #fff);
}

.g4s-benefit-panel > span,
.g4s-order-checklist-head span {
  color: var(--ink);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-benefit-sponsor {
  display: grid;
  gap: .16rem;
  padding: .82rem;
  border: 1px solid rgba(0, 135, 138, .16);
  border-radius: 12px;
  background: #fff;
}

.g4s-benefit-sponsor strong {
  color: var(--accent-dark);
  font-size: 1.28rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-benefit-sponsor small {
  color: var(--muted);
  font-size: .74rem;
  font-weight: 850;
}

.g4s-benefit-formula {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: .45rem;
  align-items: center;
}

.g4s-benefit-formula strong {
  color: var(--ink);
  font-size: clamp(1.34rem, 2.1vw, 2rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.g4s-benefit-formula strong:last-child {
  color: var(--accent-dark);
}

.g4s-benefit-formula em {
  color: var(--accent-dark);
  font-style: normal;
  font-weight: 900;
}

.g4s-benefit-labels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .4rem;
}

.g4s-benefit-labels small {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 800;
  text-align: center;
}

.g4s-benefit-panel p {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.35;
}

.g4s-order-checklist {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: calc(var(--radius) - 2px);
  background: #fff;
}

.g4s-order-check-details {
  overflow: hidden;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: calc(var(--radius) - 2px);
  background: #fff;
}

.g4s-order-check-details > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 24px;
  gap: .5rem;
  align-items: center;
  min-height: 48px;
  padding: .62rem .72rem;
  cursor: pointer;
  list-style: none;
  background: #f7faf9;
}

.g4s-order-check-details > summary::-webkit-details-marker {
  display: none;
}

.g4s-order-check-details > summary::after {
  content: "+";
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: #e9f8f7;
  color: var(--accent-dark);
  font-size: .9rem;
  font-weight: 950;
}

.g4s-order-check-details[open] > summary::after {
  content: "-";
}

.g4s-order-check-details > summary span {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 950;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-order-check-details > summary strong {
  color: var(--accent-dark);
  font-size: .75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.g4s-order-check-details .g4s-order-checklist {
  border: 0;
  border-top: 1px solid rgba(16, 18, 18, .08);
  border-radius: 0;
}

.g4s-order-checklist-head,
.g4s-order-check-row {
  display: grid;
  grid-template-columns: 28px minmax(92px, .75fr) minmax(120px, 1fr) minmax(70px, auto);
  gap: .45rem;
  align-items: center;
  min-width: 0;
  padding: .58rem .66rem;
  border-top: 1px solid rgba(16, 18, 18, .08);
}

.g4s-order-checklist-head {
  grid-template-columns: minmax(0, 1fr) auto;
  border-top: 0;
  background: #f7faf9;
}

.g4s-order-checklist-head strong {
  color: var(--accent-dark);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-order-check-row > span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: #e9f8f7;
  color: var(--accent-dark);
  font-size: .75rem;
  font-weight: 900;
}

.g4s-order-check-row.is-open > span {
  background: #fff2dd;
  color: #a6531b;
}

.g4s-order-check-row strong,
.g4s-order-check-row em,
.g4s-order-check-row small {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: .76rem;
  font-style: normal;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-order-check-row em,
.g4s-order-check-row small {
  color: var(--muted);
}

@media (max-width: 1120px) {
  .g4s-profile-panel-wide {
    grid-template-columns: 1fr 1fr;
  }

  .g4s-assign-workbench {
    grid-template-columns: 1fr;
  }

  .g4s-stepbar-wide {
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .g4s-start-hero {
    min-height: 620px;
    padding: 5rem 1rem 2rem;
  }

  .g4s-start-actions,
  .g4s-worlds,
  .g4s-profile-panel-wide,
  .g4s-plus-grid,
  .g4s-stepbar-wide {
    grid-template-columns: 1fr;
  }

  .g4s-design-guide {
    grid-template-columns: 1fr;
  }

  .g4s-design-guide > div {
    grid-template-columns: auto minmax(0, 1fr);
    gap: .08rem .55rem;
    align-items: center;
  }

  .g4s-design-guide > div > span {
    grid-row: span 2;
  }

  .g4s-design-guide strong,
  .g4s-design-guide small,
  .g4s-plus-toggle strong,
  .g4s-plus-toggle small {
    white-space: normal;
  }

  .g4s-start-actions {
    display: grid;
  }

  .g4s-assignment-labels {
    display: none;
  }

  .g4s-assignment-row {
    grid-template-columns: 1fr 1fr;
    padding: .8rem 0;
  }

  .g4s-assignment-row strong,
  .g4s-assignment-row .g4s-remove-row {
    grid-column: span 1;
  }
}

/* Mobile-first configurator redesign */
.g4s-configurator {
  --surface: #ffffff;
  --surface-soft: #f5f7f7;
  --ink: #1a1a1a;
  --muted: #555f62;
  --line: #e0e0e0;
  --accent: #00878a;
  --accent-dark: #006f73;
  --accent-soft: #e6f4f4;
  --radius: 12px;
  --shadow-soft: 0 14px 34px rgba(24, 24, 24, .08);
  max-width: 1320px;
  padding: 1.5rem 1rem 5rem;
}

.g4s-configurator [hidden] {
  display: none !important;
}

.g4s-configurator :where(button, input, select, a):focus-visible {
  outline: 3px solid rgba(0, 135, 138, .3);
  outline-offset: 3px;
}

.g4s-shell {
  gap: 1rem;
}

.g4s-intro {
  display: grid;
  gap: 1rem;
  min-height: 0;
  padding: .5rem 0 .75rem;
}

.g4s-intro h1 {
  margin: .8rem 0 0;
  font-size: 2.8rem;
  text-align: left;
}

.g4s-stepbar {
  position: static;
  display: grid;
  grid-template-columns: minmax(92px, 1fr) minmax(34px, 70px) minmax(92px, 1fr);
  align-items: center;
  gap: .5rem;
  width: 100%;
  min-width: 0;
  max-width: 520px;
  padding: 0;
  border: 0;
  background: transparent;
}

.g4s-stepbar .g4s-step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
  text-transform: none;
  white-space: nowrap;
}

.g4s-stepbar .g4s-step span {
  color: inherit;
}

.g4s-stepbar .g4s-step-number {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: #edf0f0;
  color: var(--ink);
  font-size: .86rem;
  font-weight: 900;
}

.g4s-stepbar .g4s-step.is-active {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 135, 138, .18);
}

.g4s-stepbar .g4s-step.is-active .g4s-step-number {
  background: #fff;
  color: var(--accent-dark);
}

.g4s-stepbar .g4s-step.is-complete {
  border-color: rgba(0, 135, 138, .28);
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.g4s-stepbar .g4s-step.is-locked {
  background: #f6f7f7;
}

.g4s-step-line {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), #d9dfdf);
}

.g4s-profile-panel {
  grid-template-columns: 1fr;
  gap: 1rem;
}

.g4s-choice-group {
  gap: .75rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-soft);
}

.g4s-choice-group h3 {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: none;
}

.g4s-choice-group h3 span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line);
}

.g4s-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: .75rem;
}

.g4s-choice-card {
  position: relative;
  grid-template-columns: 36px minmax(0, 1fr);
  min-height: 58px;
  padding: .65rem .75rem .65rem .7rem;
  border-color: var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font-size: .88rem;
  text-transform: none;
  box-shadow: none;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.g4s-choice-card > span:nth-child(2) {
  min-width: 0;
  overflow: visible;
  line-height: 1.18;
  text-overflow: clip;
  white-space: normal;
}

.g4s-choice-card:hover {
  border-color: rgba(0, 135, 138, .32);
  background: var(--accent-soft);
}

.g4s-choice-card.is-active {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 22px rgba(0, 135, 138, .18);
}

.g4s-choice-icon {
  width: 36px;
  height: 36px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 1rem;
}

.g4s-choice-card.is-active .g4s-choice-icon {
  color: var(--accent-dark);
}

.g4s-choice-check {
  position: absolute;
  right: .45rem;
  top: .45rem;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .22);
  color: transparent;
  font-size: .8rem;
  font-weight: 900;
}

.g4s-choice-card.is-active .g4s-choice-check {
  background: #fff;
  color: var(--accent-dark);
}

.g4s-picker {
  min-height: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.g4s-picker-head {
  align-items: flex-start;
  margin-bottom: 1rem;
}

.g4s-picker-head h2,
.g4s-editor-head h2,
.g4s-price-head h2 {
  font-size: 1rem;
  text-transform: none;
}

.g4s-pill {
  border: 0;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
}

.g4s-carousel {
  display: flex;
  gap: 1rem;
  min-height: 0;
  padding: .25rem .15rem 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  perspective: none;
  scroll-padding-inline: 1rem;
  scroll-snap-type: x mandatory;
  cursor: grab;
  touch-action: pan-x pan-y;
  scrollbar-width: thin;
}

.g4s-carousel::before,
.g4s-shirt-plate::after {
  display: none;
}

.g4s-orbit {
  position: relative;
  left: auto;
  top: auto;
  display: grid;
  grid-template-rows: minmax(230px, 1fr) auto;
  flex: 0 0 min(78vw, 315px);
  width: auto;
  min-width: 240px;
  max-width: 340px;
  min-height: 420px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  opacity: 1;
  scroll-snap-align: center;
  text-align: left;
  transform: none !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.g4s-orbit:hover,
.g4s-orbit.is-active {
  border-color: var(--accent);
  box-shadow: 0 14px 30px rgba(0, 135, 138, .14);
}

.g4s-orbit.is-active {
  cursor: pointer;
}

.g4s-shirt-plate {
  height: 260px;
  overflow: hidden;
  min-height: 230px;
  border-radius: 14px;
  background:
    linear-gradient(45deg, rgba(11, 11, 11, .035) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(11, 11, 11, .035) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(11, 11, 11, .035) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(11, 11, 11, .035) 75%);
  background-position: 0 0, 0 10px, 10px -10px, -10px 0;
  background-size: 20px 20px;
}

.g4s-orbit img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 238px;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, .13));
}

.g4s-product-card-body {
  display: grid;
  gap: .65rem;
  padding-top: .9rem;
}

.g4s-orbit-label {
  position: static;
  max-width: none;
  padding: 0;
  overflow: visible;
  background: transparent;
  color: var(--ink);
  border-radius: 0;
  font-size: 1rem;
  font-weight: 900;
  text-overflow: clip;
  white-space: normal;
  opacity: 1;
  transform: none;
}

.g4s-product-card-meta,
.g4s-product-card-facts {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
}

.g4s-product-card-meta span,
.g4s-product-card-facts span {
  border-radius: 999px;
  background: #f3f5f5;
  padding: .35rem .55rem;
}

.g4s-card-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  border-radius: 10px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 900;
}

.g4s-orbit.is-active .g4s-card-cta {
  background: var(--accent);
  color: #fff;
}

.g4s-carousel-dots {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin: .1rem 0 1rem;
}

.g4s-carousel-dot {
  width: 10px;
  height: 10px;
  min-height: 10px;
  border: 0;
  border-radius: 999px;
  background: #cfd6d6;
  cursor: pointer;
  padding: 0;
}

.g4s-carousel-dot.is-active {
  width: 28px;
  background: var(--accent);
}

.g4s-product-meta {
  max-width: none;
  margin: .9rem 0 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafa;
  text-align: left;
}

.g4s-product-card-kicker {
  color: var(--accent-dark);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-product-meta h3 {
  margin-top: .25rem;
  font-size: 1.15rem;
  text-transform: none;
}

.g4s-carousel-controls {
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  max-width: none;
  margin: 0;
}

.g4s-icon-btn,
.g4s-btn,
.g4s-link-btn {
  min-height: 48px;
  border-color: var(--accent);
  border-radius: var(--radius);
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 135, 138, .16);
}

.g4s-icon-btn {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
  box-shadow: none;
}

.g4s-btn:hover,
.g4s-icon-btn:hover,
.g4s-link-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 135, 138, .18);
}

.g4s-btn.secondary,
.g4s-link-btn {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
  box-shadow: none;
}

.g4s-btn.success {
  background: var(--accent);
  border-color: var(--accent);
}

.g4s-configurator .g4s-btn:disabled,
.g4s-configurator .g4s-icon-btn:disabled,
.g4s-configurator .g4s-link-btn:disabled {
  border-color: #d7dfdf;
  background: #e7ecec;
  color: #7b8787;
  box-shadow: none;
  opacity: 1;
  transform: none;
}

.g4s-configurator .g4s-btn:disabled:hover,
.g4s-configurator .g4s-icon-btn:disabled:hover,
.g4s-configurator .g4s-link-btn:disabled:hover {
  box-shadow: none;
  transform: none;
}

.g4s-controls,
.g4s-preview,
.g4s-price {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.g4s-view-tabs button.is-active,
.g4s-mode button.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.g4s-field input,
.g4s-field select,
.g4s-field textarea,
.g4s-config-summary,
.g4s-toggle,
.g4s-mode button {
  border-radius: 10px;
}

.g4s-total {
  background: var(--ink);
  border-radius: var(--radius);
}

@media (min-width: 761px) {
  .g4s-configurator {
    padding: 2rem 2rem 4rem;
  }

  .g4s-intro {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 520px);
    align-items: end;
  }

  .g4s-stepbar {
    justify-self: end;
  }

  .g4s-profile-panel {
    grid-template-columns: 1.15fr .85fr .85fr;
  }

  .g4s-choice-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .g4s-picker {
    padding: 1.25rem;
  }

  .g4s-orbit {
    flex-basis: min(31vw, 330px);
  }
}

@media (min-width: 1121px) {
  .g4s-carousel {
    justify-content: flex-start;
  }

  .g4s-orbit {
    flex-basis: calc((100% - 3rem) / 4);
    min-width: 250px;
  }
}

@media (max-width: 760px) {
  .g4s-configurator {
    padding: 1.25rem 1rem 7rem;
  }

  .g4s-intro h1 {
    margin-top: .75rem;
    font-size: 2rem;
  }

  .g4s-stepbar .g4s-step {
    min-height: 48px;
    font-size: .82rem;
  }

  .g4s-choice-group {
    padding: .9rem;
  }

  .g4s-choice-group h3 {
    font-size: 1rem;
  }

  .g4s-choice-card {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: .4rem;
    min-height: 58px;
    font-size: .875rem;
    padding: .6rem .7rem .6rem .55rem;
  }

  .g4s-choice-icon {
    width: 28px;
    height: 28px;
  }

  .g4s-choice-check {
    right: .45rem;
    top: .45rem;
    width: 18px;
    height: 18px;
  }

  .g4s-picker {
    padding: .9rem;
  }

  .g4s-carousel {
    margin-inline: -.9rem;
    padding-inline: .9rem;
  }

  .g4s-orbit {
    flex-basis: 78vw;
    min-width: 250px;
  }

  .g4s-carousel-controls {
    position: sticky;
    bottom: .75rem;
    z-index: 70;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: .5rem;
    padding: .65rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 42px rgba(24, 24, 24, .16);
    backdrop-filter: blur(10px);
  }

  .g4s-next-step-btn {
    min-height: 50px;
  }

  .g4s-icon-btn {
    min-height: 44px;
  }

  .g4s-canvas-wrap {
    min-height: 560px;
  }

  .g4s-view-tabs button {
    min-height: 44px;
    font-size: .72rem;
  }
}

/* Kundenwunsch: altes animiertes Shirt-Rondell wiederherstellen */
.g4s-carousel {
  position: relative;
  display: block;
  min-height: 575px;
  margin-bottom: .65rem;
  padding: 0;
  overflow: hidden;
  perspective: 1200px;
  isolation: isolate;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  scrollbar-width: none;
}

.g4s-carousel::-webkit-scrollbar {
  display: none;
}

.g4s-carousel.is-dragging {
  cursor: grabbing;
}

.g4s-carousel::before {
  content: "";
  position: absolute;
  left: 17%;
  right: 17%;
  top: 45%;
  display: block;
  height: 32%;
  border: 1px solid rgba(12, 107, 79, .16);
  border-radius: 50%;
  transform: rotate(-7deg);
  box-shadow: 0 0 0 1px rgba(40,187,222,.10), inset 0 0 0 1px rgba(40,187,222,.12);
  pointer-events: none;
}

.g4s-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 34%;
  max-width: 390px;
  min-width: 250px;
  min-height: 0;
  aspect-ratio: 1 / 1.22;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  opacity: calc(1 - var(--abs-clamped) * .18);
  scroll-snap-align: none;
  text-align: center;
  touch-action: none;
  transform:
    translate(-50%, -50%)
    translateX(calc(var(--offset) * 190px))
    translateY(calc(34px - var(--abs-clamped) * 58px))
    scale(calc(1.04 - var(--abs-clamped) * .12))
    rotate(calc(var(--offset) * -2deg)) !important;
  transition: transform .62s cubic-bezier(.18,.88,.2,1), opacity .48s ease;
  will-change: transform, opacity;
}

.g4s-orbit:hover,
.g4s-orbit.is-active {
  border-color: transparent;
  box-shadow: none;
}

.g4s-orbit.is-active {
  cursor: default;
}

.g4s-carousel.is-buttoning .g4s-orbit,
.g4s-carousel.is-picking .g4s-orbit,
.g4s-carousel.is-settling .g4s-orbit,
.g4s-carousel.is-intro .g4s-orbit,
.g4s-carousel.is-dragging .g4s-orbit {
  transition: none;
}

.g4s-carousel.is-settling .g4s-orbit.is-active .g4s-shirt-plate,
.g4s-carousel.is-picking .g4s-orbit.is-active .g4s-shirt-plate,
.g4s-carousel.is-buttoning .g4s-orbit.is-active .g4s-shirt-plate {
  animation: g4s-front-snap .46s cubic-bezier(.18,1,.24,1);
}

.g4s-shirt-plate {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: visible;
  place-items: center;
  border-radius: 0;
  background: transparent;
}

.g4s-shirt-plate::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 2%;
  display: block;
  height: 9%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(0,0,0,.16);
  filter: blur(16px);
}

.g4s-orbit img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(0 22px 26px rgba(0, 0, 0, .16));
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

.g4s-orbit-label {
  position: absolute;
  left: 50%;
  bottom: -1.1rem;
  max-width: 94%;
  padding: .45rem .7rem;
  overflow: hidden;
  background: #0b0b0b;
  color: #fff;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
}

.g4s-orbit.is-active .g4s-orbit-label {
  opacity: 1;
}

.g4s-carousel.is-intro .g4s-orbit-label {
  opacity: 0;
}

.g4s-carousel-dots,
.g4s-product-card-body,
.g4s-product-card-meta,
.g4s-card-cta {
  display: none;
}

.g4s-no-products {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  width: min(520px, 88%);
  gap: .55rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}

.g4s-no-products h3,
.g4s-no-products p {
  margin: 0;
}

.g4s-no-products p {
  color: var(--muted);
  line-height: 1.5;
}

@media (max-width: 1120px) {
  .g4s-carousel {
    min-height: 610px;
  }

  .g4s-orbit {
    width: 50%;
    transform:
      translate(-50%, -50%)
      translateX(calc(var(--offset) * 142px))
      translateY(calc(38px - var(--abs-clamped) * 54px))
      scale(calc(1.04 - var(--abs-clamped) * .13))
      rotate(calc(var(--offset) * -1.8deg)) !important;
  }
}

@media (max-width: 760px) {
  .g4s-carousel {
    min-height: 445px;
    margin-inline: 0;
    padding-inline: 0;
  }

  .g4s-orbit {
    width: 62%;
    min-width: 176px;
    transform:
      translate(-50%, -50%)
      translateX(calc(var(--offset) * 74px))
      translateY(calc(28px - var(--abs-clamped) * 38px))
      scale(calc(1.04 - var(--abs-clamped) * .16))
      rotate(calc(var(--offset) * -1.5deg)) !important;
  }

}

/* Final meeting-flow overrides */
.g4s-stepbar.g4s-stepbar-wide {
  position: static;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(680px, 100%);
  margin-left: auto;
}

.g4s-profile-panel.g4s-profile-panel-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.g4s-flow-actions {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.g4s-modal-backdrop {
  position: fixed;
}

@media (max-width: 1120px) {
  .g4s-profile-panel.g4s-profile-panel-wide {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .g4s-stepbar.g4s-stepbar-wide,
  .g4s-profile-panel.g4s-profile-panel-wide,
  .g4s-flow-actions {
    grid-template-columns: 1fr;
  }
}

/* Customer-ready UI pass: real brand marks, denser product workspace, clearer demo state. */
.g4s-configurator {
  --accent-soft: #e9f7f6;
  --brand-red: #de1d2b;
  --surface-raised: #fbfbf8;
}

.g4s-start-hero {
  min-height: min(58svh, 640px);
  align-items: center;
  padding-block: clamp(2.25rem, 5vw, 4.5rem);
}

.g4s-start-hero > img {
  object-position: center right;
  opacity: .72;
  filter: saturate(1.06) contrast(1.08);
}

.g4s-start-hero::after {
  background:
    linear-gradient(90deg, rgba(6, 8, 8, .92) 0%, rgba(6, 8, 8, .7) 36%, rgba(6, 8, 8, .22) 74%, rgba(6, 8, 8, .08) 100%),
    linear-gradient(0deg, rgba(6, 8, 8, .42), rgba(6, 8, 8, 0) 42%);
}

.g4s-start-copy {
  gap: 1rem;
}

.g4s-start-copy h1 {
  max-width: 760px;
  font-size: 6.2rem;
  letter-spacing: 0;
}

.g4s-start-hero .g4s-kicker {
  color: rgba(255,255,255,.76);
}

.g4s-start-hero .g4s-btn.success {
  border-color: #fff;
  background: #fff;
  color: #0b0d0d;
}

.g4s-start-hero .g4s-btn.secondary {
  border-color: rgba(255,255,255,.58);
  background: rgba(255,255,255,.08);
  color: #fff;
}

.g4s-hero-brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
}

.g4s-hero-brand-strip {
  margin-top: .15rem;
}

.g4s-hero-brand-strip span {
  display: grid;
  width: 88px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  background: rgba(255,255,255,.96);
}

.g4s-hero-brand-strip img {
  display: block;
  max-width: 68px;
  max-height: 24px;
  object-fit: contain;
}

.g4s-worlds {
  margin-top: .25rem;
}

.g4s-worlds button {
  position: relative;
  min-height: 82px;
  padding: .9rem 1rem;
  overflow: hidden;
  border-color: #d8ddde;
  background: #fff;
  text-align: left;
}

.g4s-worlds button::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: .8rem;
  height: 3px;
  background: var(--accent);
}

.g4s-profile-panel.g4s-profile-panel-wide {
  gap: .75rem;
  align-items: start;
  padding-top: .25rem;
}

.g4s-choice-grid {
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
}

.g4s-choice-card {
  min-height: 62px;
  padding: .55rem .62rem;
  border-color: #d9dddd;
  background: var(--surface-raised);
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.g4s-choice-card:hover {
  border-color: var(--ink);
  transform: translateY(-1px);
}

.g4s-choice-card.is-brand-choice {
  grid-template-columns: 58px minmax(0, 1fr);
}

.g4s-choice-icon.has-logo {
  width: 52px;
  height: 40px;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 7px;
  background: #fff;
}

.g4s-choice-card.is-active .g4s-choice-icon.has-logo {
  background: #fff;
  color: var(--ink);
}

.g4s-choice-logo {
  display: block;
  max-width: 40px;
  max-height: 20px;
  object-fit: contain;
}

.g4s-brand-wordmark {
  padding: .2rem .28rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
}

.g4s-brand-wordmark span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  font-size: clamp(.55rem, 1.4vw, .76rem);
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-brand-wordmark.is-jako span,
.g4s-brand-wordmark.is-uhlsport span,
.g4s-brand-wordmark.is-hummel span {
  letter-spacing: .02em;
}

.g4s-kit-logic {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(154px, 1fr));
  gap: .5rem;
  align-items: center;
  padding: .75rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.g4s-kit-logic > span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-kit-logic button {
  display: grid;
  gap: .18rem;
  min-height: 76px;
  padding: .62rem .72rem;
  border: 1px solid #d9dddd;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.g4s-kit-logic button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.g4s-kit-logic button.is-included:not(.is-active) {
  border-color: rgba(0, 135, 138, .42);
  background: #eef8f8;
}

.g4s-kit-logic button.is-optional-pending:not(.is-active) {
  border-color: rgba(0, 135, 138, .28);
  border-style: dashed;
  background: linear-gradient(135deg, #fff 0%, #f3fbfb 100%);
}

.g4s-kit-part-label {
  font-size: .9rem;
  font-weight: 900;
}

.g4s-kit-logic small {
  display: block;
  color: currentColor;
  font-size: .66rem;
  opacity: .68;
}

.g4s-kit-logic strong {
  overflow: hidden;
  color: currentColor;
  font-size: .72rem;
  font-weight: 800;
  opacity: .82;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-kit-summary {
  display: grid;
  gap: .65rem;
  margin: .75rem .95rem 0;
  padding: .75rem;
  border: 1px solid rgba(0, 135, 138, .16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .84);
}

.g4s-kit-summary-head {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  align-items: center;
  color: var(--ink);
}

.g4s-kit-summary-head strong {
  font-size: .9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-kit-summary-head span {
  color: var(--muted);
  font-size: .74rem;
  font-weight: 900;
}

.g4s-kit-summary-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: .5rem;
}

.g4s-kit-summary-item {
  display: grid;
  gap: .18rem;
  min-height: 78px;
  padding: .58rem .65rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.g4s-kit-summary-item.is-active {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(0, 135, 138, .16);
}

.g4s-kit-summary-item.is-missing {
  border-color: #df9c9c;
  background: #fff7f7;
}

.g4s-kit-summary-item.is-optional-pending {
  border-style: dashed;
  background: #fbfcfc;
}

.g4s-kit-summary-item.is-optional-pending em {
  color: var(--accent-dark);
}

.g4s-kit-summary-item span {
  color: var(--muted);
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-kit-summary-item small {
  font: inherit;
  opacity: .72;
}

.g4s-kit-summary-item strong {
  overflow: hidden;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-kit-summary-item em {
  overflow: hidden;
  color: var(--muted);
  font-size: .72rem;
  font-style: normal;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-picker {
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}

.g4s-carousel {
  min-height: 640px;
}

.g4s-orbit {
  max-width: 430px;
}

.g4s-orbit img {
  max-height: 342px;
}

.g4s-sponsor-carousel-mark {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 3;
  display: grid;
  width: clamp(56px, 18%, 112px);
  min-height: 26px;
  place-items: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.g4s-sponsor-carousel-mark img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(255,255,255,.75)) drop-shadow(0 4px 8px rgba(0,0,0,.18));
}

.g4s-sponsor-carousel-mark span {
  display: inline-flex;
  max-width: 100%;
  padding: .12rem .28rem;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: rgba(255,255,255,.86);
  color: #101212;
  font-family: "G4S Kenyan Coffee", "Arial Black", Arial, sans-serif;
  font-size: clamp(.68rem, .82rem, .98rem);
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-orbit:not(.is-active) .g4s-sponsor-carousel-mark {
  opacity: .92;
}

.g4s-product-meta {
  max-width: 760px;
  margin: 1rem auto 0;
  background: #fff;
}

.g4s-product-card-facts {
  margin-top: .55rem;
}

.g4s-demo-badge {
  border: 1px solid #f0c35e;
  background: #fff5d8 !important;
  color: #705000;
}

@media (max-width: 1120px) {
  .g4s-start-hero {
    min-height: 580px;
  }

  .g4s-carousel {
    min-height: 590px;
  }
}

@media (max-width: 760px) {
  .g4s-start-hero {
    min-height: 610px;
    padding: 3.6rem 1rem 1.6rem;
  }

  .g4s-start-copy h1 {
    font-size: 4.45rem;
  }

  .g4s-hero-brand-strip span {
    width: calc(50% - .3rem);
    height: 44px;
  }

  .g4s-choice-card.is-brand-choice {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .g4s-carousel {
    min-height: 480px;
  }

  .g4s-orbit img {
    max-height: 260px;
  }
}

/* UX polish: fluid carousel motion and icon-led selection cards. */
.g4s-choice-grid {
  grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
  gap: .68rem;
}

.g4s-choice-card {
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  min-height: 68px;
  padding: .62rem .72rem;
  overflow: hidden;
  border-color: #d6dddd;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: none;
  text-align: left;
}

.g4s-choice-card:hover {
  border-color: rgba(0, 135, 138, .42);
  background: #f4fbfb;
  transform: translateY(-1px);
}

.g4s-choice-card.is-active {
  border-color: var(--accent);
  background: #eefdfb;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(0, 135, 138, .28), 0 8px 18px rgba(0, 135, 138, .11);
}

.g4s-choice-label {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  font-size: .94rem;
  line-height: 1.12;
}

.g4s-choice-icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 135, 138, .14);
  background: #fff;
  color: var(--accent-dark);
  box-shadow: 0 6px 14px rgba(0, 135, 138, .08);
}

.g4s-choice-card.is-active .g4s-choice-icon {
  border-color: rgba(0, 135, 138, .3);
  background: var(--accent);
  color: #fff;
}

.g4s-choice-card.is-brand-choice {
  grid-template-columns: 58px minmax(0, 1fr);
}

.g4s-choice-icon.has-logo {
  width: 52px;
  height: 40px;
  border-color: rgba(16, 18, 18, .1);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}

.g4s-choice-card.is-active .g4s-choice-icon.has-logo {
  background: #fff;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(0, 135, 138, .16);
}

.g4s-choice-svg {
  display: block;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.g4s-carousel .g4s-orbit,
.g4s-carousel.is-buttoning .g4s-orbit,
.g4s-carousel.is-picking .g4s-orbit,
.g4s-carousel.is-settling .g4s-orbit,
.g4s-carousel.is-intro .g4s-orbit,
.g4s-carousel.is-dragging .g4s-orbit {
  backface-visibility: hidden;
  contain: layout paint;
  transform:
    translate3d(-50%, -50%, 0)
    translate3d(calc(var(--offset) * 190px), calc(34px - var(--abs-clamped) * 58px), calc(var(--abs-clamped) * -34px))
    scale(calc(1.04 - var(--abs-clamped) * .12))
    rotate(calc(var(--offset) * -2deg)) !important;
  transition: transform .48s cubic-bezier(.19, .9, .2, 1), opacity .34s ease, filter .34s ease;
  will-change: transform, opacity;
}

.g4s-orbit.is-active .g4s-shirt-plate {
  animation: none;
}

@media (max-width: 1120px) {
  .g4s-carousel .g4s-orbit,
  .g4s-carousel.is-buttoning .g4s-orbit,
  .g4s-carousel.is-picking .g4s-orbit,
  .g4s-carousel.is-settling .g4s-orbit,
  .g4s-carousel.is-intro .g4s-orbit,
  .g4s-carousel.is-dragging .g4s-orbit {
    transform:
      translate3d(-50%, -50%, 0)
      translate3d(calc(var(--offset) * 142px), calc(38px - var(--abs-clamped) * 54px), calc(var(--abs-clamped) * -30px))
      scale(calc(1.04 - var(--abs-clamped) * .13))
      rotate(calc(var(--offset) * -1.8deg)) !important;
  }
}

@media (max-width: 760px) {
  .g4s-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .g4s-choice-card,
  .g4s-choice-card.is-brand-choice {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 64px;
  }

  .g4s-choice-icon,
  .g4s-choice-icon.has-logo {
    width: 38px;
    height: 38px;
  }

  .g4s-choice-label {
    font-size: .86rem;
    line-height: 1.08;
  }

  .g4s-carousel .g4s-orbit,
  .g4s-carousel.is-buttoning .g4s-orbit,
  .g4s-carousel.is-picking .g4s-orbit,
  .g4s-carousel.is-settling .g4s-orbit,
  .g4s-carousel.is-intro .g4s-orbit,
  .g4s-carousel.is-dragging .g4s-orbit {
    transform:
      translate3d(-50%, -50%, 0)
      translate3d(calc(var(--offset) * 74px), calc(28px - var(--abs-clamped) * 38px), calc(var(--abs-clamped) * -24px))
      scale(calc(1.04 - var(--abs-clamped) * .16))
      rotate(calc(var(--offset) * -1.5deg)) !important;
  }
}

/* Corrected workspace: one visual carousel surface, jumpable multi-step controls. */
.g4s-unified-workbench {
  grid-template-columns: minmax(420px, .96fr) minmax(380px, .84fr);
  gap: 1.15rem;
}

.g4s-unified-controls {
  position: sticky;
  top: 1rem;
  align-self: start;
}

.g4s-visual-stage {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.g4s-visual-stage-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, auto);
  gap: .8rem;
  align-items: stretch;
  padding: .95rem;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.g4s-visual-stage .g4s-product-meta {
  max-width: none;
  margin: 0;
  min-width: 0;
}

.g4s-visual-stage .g4s-product-card-kicker {
  color: var(--muted);
}

.g4s-visual-stage .g4s-product-meta h3 {
  margin: .18rem 0 0;
  font-size: 1.05rem;
  line-height: 1.15;
}

.g4s-visual-stage .g4s-product-card-facts {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: .5rem;
}

.g4s-product-switcher {
  display: grid;
  grid-template-columns: 46px minmax(108px, 1fr) 46px;
  gap: .35rem;
  align-items: stretch;
}

.g4s-product-switcher .g4s-icon-btn {
  width: 46px;
  min-height: 54px;
  font-size: 1.35rem;
}

.g4s-product-switcher > span {
  display: grid;
  min-height: 54px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--surface-raised);
  font-size: .82rem;
  font-weight: 900;
  text-align: center;
}

.g4s-product-switcher small {
  display: block;
  color: var(--muted);
  font-size: .66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.g4s-visual-stage .g4s-canvas-wrap {
  min-height: 660px;
  border: 0;
  border-radius: 0;
  padding: 4.7rem 1rem 3.25rem;
  background:
    linear-gradient(90deg, rgba(255,255,255,.34) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.34) 1px, transparent 1px),
    linear-gradient(135deg, #eef5f5 0%, #f7f8f5 52%, #eef2f2 100%);
  background-size: 34px 34px, 34px 34px, auto;
}

.g4s-visual-stage .g4s-shirt-editor {
  width: min(90%, 660px);
}

.g4s-config-stack {
  display: grid;
  gap: .8rem;
}

.g4s-config-stepper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .4rem;
  padding: .42rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.g4s-config-step-tab {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  grid-template-areas:
    "num label"
    "num note";
  column-gap: .45rem;
  align-items: center;
  min-height: 62px;
  padding: .55rem;
  border: 1px solid transparent;
  border-radius: calc(var(--radius) - 2px);
  background: transparent;
  color: var(--muted);
  cursor: default;
  text-align: left;
}

.g4s-config-step-tab span {
  grid-area: num;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-size: .78rem;
  font-weight: 900;
}

.g4s-config-step-tab strong {
  grid-area: label;
  min-width: 0;
  overflow: visible;
  color: var(--ink);
  font-size: .84rem;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: normal;
}

.g4s-config-step-tab small {
  grid-area: note;
  min-width: 0;
  overflow: visible;
  font-size: .66rem;
  line-height: 1.15;
  white-space: normal;
}

.g4s-config-step-tab:hover {
  border-color: rgba(0, 135, 138, .35);
  background: #f4fbfb;
}

.g4s-config-step-tab.is-active {
  border-color: var(--accent);
  background: #eefdfb;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(0, 135, 138, .22);
}

.g4s-config-step-tab.is-active span {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.g4s-config-layer {
  display: grid;
  gap: .85rem;
  scroll-margin-top: 1rem;
}

.g4s-config-layer:focus {
  outline: none;
}

.g4s-config-layer:focus-visible {
  outline: 3px solid rgba(0, 135, 138, .28);
  outline-offset: .35rem;
}

.g4s-config-layer > .g4s-unified-panel,
.g4s-config-layer > .g4s-controls,
.g4s-config-layer > .g4s-assignment,
.g4s-config-layer > .g4s-price {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.g4s-config-layer > .g4s-controls {
  align-content: start;
}

.g4s-config-layer .g4s-profile-panel.g4s-profile-panel-wide {
  grid-template-columns: 1fr;
  gap: .9rem;
}

.g4s-config-layer .g4s-choice-grid {
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
}

.g4s-config-layer .g4s-choice-card {
  min-width: 0;
}

.g4s-config-layer .g4s-flow-actions {
  margin-top: 0;
  padding: .75rem;
  border: 1px solid rgba(24,24,24,.12);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 24px rgba(24,24,24,.08);
}

.g4s-step-nav {
  display: grid;
  grid-template-columns: minmax(120px, auto) minmax(0, 1fr) minmax(150px, auto);
  gap: .55rem;
  align-items: center;
  padding: .65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.g4s-step-nav span {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.g4s-step-nav strong {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

.g4s-step-nav.is-decision-step {
  grid-template-columns: minmax(120px, auto) minmax(0, 1fr) minmax(110px, auto);
  background: #f8fbfb;
}

.g4s-step-nav.is-decision-step > span:not(.g4s-step-nav-spacer) {
  color: var(--accent-dark);
}

.g4s-step-nav-spacer {
  min-height: 48px;
}

@media (max-width: 1180px) {
  .g4s-unified-workbench {
    grid-template-columns: 1fr;
  }

  .g4s-unified-controls {
    position: static;
  }
}

@media (max-width: 760px) {
  .g4s-visual-stage-head {
    grid-template-columns: 1fr;
  }

  .g4s-product-switcher {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
  }

  .g4s-visual-stage .g4s-canvas-wrap {
    min-height: 520px;
    padding: 4.25rem .65rem 2.5rem;
  }

  .g4s-config-step-tab {
    min-height: 58px;
  }

  .g4s-step-nav {
    grid-template-columns: 1fr;
  }
}

/* Multistep form shell: keep one customer decision visible at a time. */
.g4s-shell.is-unified {
  gap: .85rem;
}

.g4s-shell.is-unified .g4s-unified-header {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
  gap: 1rem;
  align-items: center;
  padding: .8rem 0 1rem;
}

.g4s-shell.is-unified .g4s-unified-header h1 {
  max-width: 720px;
  margin: .18rem 0 .35rem;
  font-size: clamp(2.35rem, 4.4vw, 4.15rem);
  line-height: .9;
}

.g4s-shell.is-unified .g4s-unified-header p {
  max-width: 600px;
  font-size: .94rem;
}

.g4s-shell.is-unified .g4s-sponsor-deal {
  align-self: stretch;
}

.g4s-sponsor-topbar {
  display: grid;
  grid-template-columns: minmax(150px, .55fr) repeat(3, minmax(0, 1fr));
  gap: 1px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  background: #050606;
  color: #fff;
  box-shadow: 0 18px 44px rgba(16, 18, 18, .16);
}

.g4s-sponsor-topbar > div {
  display: grid;
  gap: .1rem;
  align-content: center;
  min-width: 0;
  padding: .85rem 1rem;
  background: linear-gradient(180deg, #0f1111 0%, #060707 100%);
}

.g4s-sponsor-topbar-brand strong {
  color: #fff;
  font-family: "G4S Smash Spark", "G4S Kenyan Coffee", "Arial Black", sans-serif;
  font-size: 1.8rem;
  line-height: .82;
  text-transform: uppercase;
}

.g4s-sponsor-partner-lockup {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-width: 0;
}

.g4s-sponsor-partner-lockup span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.g4s-sponsor-partner-lockup img {
  display: block;
  width: auto;
  max-width: 92px;
  height: 28px;
  object-fit: contain;
}

.g4s-sponsor-partner-lockup .g4s-partner-sponsor img {
  max-width: 72px;
}

.g4s-sponsor-partner-lockup b {
  color: rgba(255, 255, 255, .72);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
}

.g4s-sponsor-topbar span {
  color: rgba(255, 255, 255, .62);
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-sponsor-topbar strong {
  overflow: hidden;
  color: #fff;
  font-size: .92rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-sponsor-topbar small {
  overflow: hidden;
  color: rgba(255, 255, 255, .7);
  font-size: .72rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-sponsor-topbar > div:nth-child(3) strong {
  color: #21c7c5;
  font-size: 1.12rem;
}

.g4s-workspace-header {
  display: grid;
  grid-template-columns: minmax(230px, .75fr) minmax(0, .9fr) auto;
  gap: .72rem;
  align-items: stretch;
  padding: .72rem;
  border: 1px solid rgba(16, 18, 18, .12);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 32px rgba(16, 18, 18, .06);
}

.g4s-workspace-title {
  display: grid;
  gap: .08rem;
  align-content: center;
  min-width: 0;
  padding: .15rem .2rem;
}

.g4s-workspace-title span,
.g4s-workspace-strip span {
  color: var(--muted);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.g4s-workspace-title strong {
  color: var(--ink);
  font-family: "G4S Rubik", "Arial Black", sans-serif;
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  line-height: 1;
  text-transform: uppercase;
}

.g4s-workspace-title small,
.g4s-workspace-strip small {
  overflow: hidden;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-workspace-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
  min-width: 0;
}

.g4s-workspace-strip > div {
  display: grid;
  gap: .08rem;
  align-content: center;
  min-width: 0;
  padding: .58rem .66rem;
  border: 1px solid rgba(0, 135, 138, .14);
  border-radius: calc(var(--radius) - 3px);
  background: #f6fbfb;
}

.g4s-workspace-strip strong {
  overflow: hidden;
  color: var(--ink);
  font-size: .82rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-workspace-header .g4s-back-start {
  align-self: center;
  margin: 0;
  min-height: 42px;
  padding-inline: .78rem;
}

.g4s-sponsor-context {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
  padding: .62rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 18, 18, .06);
}

.g4s-sponsor-context > div {
  display: grid;
  gap: .08rem;
  min-width: 0;
  padding: .68rem .78rem;
  border-left: 3px solid rgba(0, 135, 138, .32);
  border-radius: calc(var(--radius) - 3px);
  background: #f7fbfb;
}

.g4s-sponsor-context span,
.g4s-stepper-head span {
  color: var(--muted);
  font-size: .66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-sponsor-context strong,
.g4s-stepper-head strong {
  overflow: hidden;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-sponsor-context small {
  overflow: hidden;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-multistep-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(232px, 20vw, 304px);
  grid-template-areas: "stack stepper";
  align-items: start;
  gap: 1rem;
  min-width: 0;
}

.g4s-multistep-form .g4s-config-stepper {
  grid-area: stepper;
  position: sticky;
  top: 1rem;
  z-index: 2;
  grid-template-columns: minmax(0, 1fr);
  align-self: start;
  max-height: calc(100vh - 2rem);
  overflow: auto;
  padding: .58rem;
  border-color: rgba(16, 18, 18, .12);
  box-shadow: 0 12px 28px rgba(16, 18, 18, .08);
}

.g4s-multistep-form .g4s-stepper-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  justify-content: start;
  gap: .18rem;
}

.g4s-multistep-form .g4s-stepper-head span,
.g4s-multistep-form .g4s-stepper-head strong {
  min-width: 0;
}

.g4s-stepper-head {
  display: flex;
  grid-column: 1 / -1;
  gap: .5rem .8rem;
  align-items: center;
  justify-content: space-between;
  padding: .25rem .35rem .48rem;
  border-bottom: 1px solid rgba(16, 18, 18, .08);
}

.g4s-stepper-head strong {
  font-size: .78rem;
}

.g4s-multistep-form .g4s-config-step-tab {
  min-height: 68px;
}

.g4s-multistep-form .g4s-config-stack {
  grid-area: stack;
  gap: .95rem;
  min-width: 0;
}

.g4s-multistep-form .g4s-config-layer {
  min-width: 0;
}

.g4s-form-panel,
.g4s-multistep-form .g4s-unified-carousel-panel,
.g4s-multistep-form .g4s-controls,
.g4s-multistep-form .g4s-assignment,
.g4s-multistep-form .g4s-price {
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 1px solid rgba(16, 18, 18, .12);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 18, 18, .07);
}

.g4s-form-step-head {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .8rem;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--line);
}

.g4s-form-step-head h2 {
  margin: 0;
  color: var(--ink);
  font-family: "G4S Rubik", "Arial Black", sans-serif;
  font-size: clamp(1.18rem, 2vw, 1.75rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.g4s-form-step-head span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-step-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}

.g4s-step-decision-grid.is-count-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.g4s-sport-step-panel,
.g4s-audience-step-panel,
.g4s-brand-step-panel {
  display: grid;
  gap: 1.05rem;
}

.g4s-sport-step-panel .g4s-form-step-head,
.g4s-audience-step-panel .g4s-form-step-head,
.g4s-brand-step-panel .g4s-form-step-head {
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: .2rem;
  border-bottom: 0;
  text-align: center;
}

.g4s-sport-step-panel .g4s-form-step-head .g4s-kicker,
.g4s-audience-step-panel .g4s-form-step-head .g4s-kicker,
.g4s-brand-step-panel .g4s-form-step-head .g4s-kicker {
  width: 100%;
}

.g4s-sport-step-panel .g4s-form-step-head h2,
.g4s-audience-step-panel .g4s-form-step-head h2,
.g4s-brand-step-panel .g4s-form-step-head h2 {
  width: 100%;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.g4s-sport-step-panel .g4s-form-step-head span,
.g4s-audience-step-panel .g4s-form-step-head span,
.g4s-brand-step-panel .g4s-form-step-head span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: .22rem .58rem;
  border-radius: 999px;
  background: #eef7f7;
  color: var(--accent-dark);
}

.g4s-decision-instruction {
  display: inline-flex;
  flex-wrap: wrap;
  gap: .28rem;
  width: fit-content;
  margin: .15rem 0 .9rem;
  padding: .48rem .62rem;
  border: 1px solid rgba(0, 135, 138, .18);
  border-radius: 999px;
  background: #f0fbfa;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.25;
}

.g4s-decision-instruction strong {
  color: var(--accent-dark);
  font-weight: 900;
}

.g4s-step-decision-card {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: .78rem;
  align-items: start;
  min-height: 210px;
  padding: 1rem;
  border: 1px solid rgba(16, 18, 18, .12);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.g4s-step-decision-card:hover {
  border-color: rgba(0, 135, 138, .5);
  transform: translateY(-1px);
}

.g4s-step-decision-card.is-active {
  border-color: var(--accent);
  background: #eefdfb;
  box-shadow: 0 14px 30px rgba(0, 61, 64, .1), inset 0 0 0 1px rgba(0, 135, 138, .2);
}

.g4s-step-check {
  position: absolute;
  top: .7rem;
  right: .7rem;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  opacity: 0;
  transform: scale(.86);
  transition: opacity .18s ease, transform .18s ease;
}

.g4s-step-decision-card.is-active .g4s-step-check {
  opacity: 1;
  transform: scale(1);
}

.g4s-step-decision-card .g4s-choice-icon {
  width: 86px;
  height: 86px;
  margin: 0 auto;
  border-radius: 18px;
}

.g4s-step-decision-grid.is-brand .g4s-choice-icon.has-logo,
.g4s-step-decision-grid.is-brand .g4s-brand-wordmark {
  width: min(128px, 62%);
  height: 78px;
  padding: .55rem .75rem;
  border-radius: 18px;
}

.g4s-step-decision-grid.is-brand .g4s-choice-logo {
  max-width: 104px;
  max-height: 46px;
}

.g4s-step-decision-grid.is-brand .g4s-brand-wordmark span {
  font-size: clamp(.78rem, 1.6vw, 1.05rem);
  line-height: 1.02;
}

.g4s-step-card-visual {
  position: relative;
  display: grid;
  width: 100%;
  height: clamp(132px, 15vw, 178px);
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 18, .08);
  border-radius: calc(var(--radius) - 2px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .5)),
    radial-gradient(circle at 50% 88%, rgba(0, 135, 138, .1), transparent 44%),
    #f6faf9;
}

.g4s-step-card-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: .62rem .5rem .42rem;
  filter: drop-shadow(0 12px 18px rgba(16, 18, 18, .12));
  transition: transform .2s ease;
}

.g4s-step-card-visual.is-sport-visual > img {
  object-fit: cover;
  padding: 0;
  filter: none;
}

.g4s-step-card-visual.is-sport-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 18, 18, 0) 54%, rgba(16, 18, 18, .18) 100%);
  pointer-events: none;
}

.g4s-step-decision-card:hover .g4s-step-card-visual > img {
  transform: translateY(-2px) scale(1.02);
}

.g4s-step-card-visual > span {
  position: absolute;
  z-index: 1;
  left: .58rem;
  top: .58rem;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(0, 135, 138, .16);
  border-radius: 12px;
  background: rgba(255, 255, 255, .88);
  color: var(--accent);
  box-shadow: 0 8px 16px rgba(16, 18, 18, .08);
}

.g4s-step-card-visual .g4s-choice-svg {
  width: 23px;
  height: 23px;
}

.g4s-step-card-visual > .g4s-sport-brand-badge {
  left: .7rem;
  top: .7rem;
  width: 66px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.g4s-step-card-visual > .g4s-sport-brand-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.g4s-step-card-visual > .g4s-sport-brand-badge strong {
  color: #008b8f;
  font-size: .7rem;
  font-weight: 900;
}

.g4s-step-card-visual > .g4s-audience-ai-badge {
  left: .55rem;
  top: .55rem;
  width: 58px;
  height: 58px;
  padding: 3px;
  overflow: hidden;
  border-color: rgba(0, 137, 139, .28);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
}

.g4s-step-card-visual > .g4s-audience-ai-badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.g4s-step-decision-card .g4s-choice-svg {
  width: 46px;
  height: 46px;
}

.g4s-step-decision-card > span:last-child {
  display: grid;
  gap: .36rem;
  min-width: 0;
  justify-items: center;
  text-align: center;
}

.g4s-step-decision-card strong {
  color: var(--ink);
  font-family: "G4S Rubik", "Arial Black", sans-serif;
  font-size: clamp(1.18rem, 1.7vw, 1.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.g4s-step-decision-card small {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.25;
}

.g4s-step-card-action {
  display: inline-flex;
  width: fit-content;
  margin-top: .2rem;
  padding: .35rem .58rem;
  border-radius: 999px;
  background: #f4f7f7;
  color: var(--accent-dark);
  font-size: .68rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.g4s-step-decision-card.is-active .g4s-step-card-action {
  background: var(--accent);
  color: #fff;
}

.g4s-product-step-layout,
.g4s-design-step-layout,
.g4s-team-step-layout,
.g4s-summary-step-layout {
  display: grid;
  gap: .95rem;
  min-width: 0;
}

.g4s-product-step-layout {
  grid-template-columns: minmax(300px, .42fr) minmax(0, 1fr);
  align-items: start;
}

.g4s-product-step-layout .g4s-profile-panel-wide {
  grid-template-columns: 1fr;
}

.g4s-product-step-layout .g4s-kit-logic {
  margin-top: .8rem;
}

.g4s-kit-step-overview {
  display: grid;
  gap: .45rem;
  margin: .1rem 0 .62rem;
  padding: .65rem .72rem;
  border: 1px solid rgba(0, 135, 138, .18);
  border-radius: calc(var(--radius) - 2px);
  background: linear-gradient(135deg, #effafa, #fff);
}

.g4s-kit-step-overview > div {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem .65rem;
  align-items: baseline;
  justify-content: space-between;
}

.g4s-kit-step-overview span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-kit-step-overview strong {
  color: var(--accent-dark);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-kit-step-overview p {
  margin: 0;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 800;
  line-height: 1.35;
}

.g4s-kit-part-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
  margin-bottom: .75rem;
}

.g4s-kit-part-check {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: .46rem .52rem;
  align-items: start;
  min-width: 0;
  min-height: 176px;
  padding: .58rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: calc(var(--radius) - 2px);
  background: #fff;
}

.g4s-kit-part-check.is-active {
  border-color: var(--accent);
  background: linear-gradient(135deg, #f0fbfb, #fff);
  box-shadow: inset 0 0 0 1px rgba(0, 135, 138, .2);
}

.g4s-kit-part-check.is-optional-pending:not(.is-included) {
  border-color: rgba(0, 135, 138, .22);
  border-style: dashed;
  background: #fbfefe;
}

.g4s-kit-part-thumb {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 18, .08);
  border-radius: calc(var(--radius) - 2px);
  background: linear-gradient(135deg, #f6f8f8, #eef4f4);
  cursor: pointer;
}

.g4s-kit-part-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: .38rem;
}

.g4s-kit-part-main {
  display: grid;
  gap: .12rem;
  min-width: 0;
}

.g4s-kit-part-main span {
  color: var(--accent-dark);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-kit-part-main strong {
  overflow: hidden;
  color: var(--ink);
  font-size: .86rem;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-kit-part-main small {
  overflow: hidden;
  color: var(--muted);
  font-size: .66rem;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-kit-part-meta {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: .08rem .42rem;
  align-items: center;
  min-width: 0;
  padding-top: .08rem;
}

.g4s-kit-part-swatch {
  grid-row: span 2;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(16, 18, 18, .18);
  border-radius: 999px;
  background: var(--swatch, #dfe6e8);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.78);
}

.g4s-kit-part-meta strong,
.g4s-kit-part-meta small {
  overflow: hidden;
  font-size: .68rem;
  font-weight: 900;
  line-height: 1.12;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-kit-part-meta small {
  color: var(--muted);
  font-size: .62rem;
}

.g4s-kit-part-check > .g4s-btn {
  grid-column: 1 / -1;
  justify-self: stretch;
  width: 100%;
  min-height: 36px;
  padding: .4rem .58rem;
  font-size: .68rem;
  white-space: nowrap;
}

.g4s-kit-finetune {
  margin-top: .72rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: calc(var(--radius) - 2px);
  background: #f8fbfb;
}

.g4s-kit-finetune > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  grid-template-areas:
    "eyebrow icon"
    "title icon";
  gap: .25rem .7rem;
  align-items: center;
  min-height: 56px;
  padding: .72rem .82rem;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.g4s-kit-finetune > summary::-webkit-details-marker {
  display: none;
}

.g4s-kit-finetune > summary::after {
  grid-area: icon;
  content: "+";
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 900;
}

.g4s-kit-finetune[open] > summary::after {
  content: "-";
}

.g4s-kit-finetune > summary span {
  grid-area: eyebrow;
  min-width: 0;
  color: var(--accent-dark);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-kit-finetune > summary strong {
  grid-area: title;
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-kit-finetune > .g4s-brand-filter,
.g4s-kit-finetune > .g4s-kit-product-list {
  margin: 0 .72rem .72rem;
}

.g4s-kit-product-focus {
  display: grid;
  gap: .75rem;
}

.g4s-kit-outfit-workspace {
  display: grid;
  gap: .85rem;
  align-self: start;
  min-width: 0;
}

.g4s-kit-sequence-panel {
  display: grid;
  gap: .18rem;
  padding: .72rem .78rem;
  border: 1px solid rgba(0, 135, 138, .2);
  border-radius: calc(var(--radius) - 2px);
  background: #effafa;
}

.g4s-kit-sequence-panel span,
.g4s-kit-sequence-panel small {
  color: var(--accent-dark);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-kit-sequence-panel strong {
  color: var(--ink);
  font-size: .98rem;
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.g4s-product-focus-step .g4s-kit-product-list {
  grid-template-columns: 1fr;
}

.g4s-kit-integrated-step .g4s-kit-product-list.is-sequential {
  grid-template-columns: 1fr;
}

.g4s-kit-integrated-step .g4s-unified-carousel-panel {
  align-self: start;
}

.g4s-brand-filter {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .45rem .65rem;
  align-items: center;
  margin: 0 0 .7rem;
  padding: .58rem .65rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: calc(var(--radius) - 2px);
  background: #f7faf9;
}

.g4s-brand-filter > span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-brand-filter > div {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.g4s-brand-filter button {
  display: inline-grid;
  grid-auto-flow: column;
  gap: .38rem;
  align-items: center;
  min-height: 38px;
  padding: .42rem .62rem;
  border: 1px solid rgba(16, 18, 18, .14);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.g4s-brand-filter button:hover {
  border-color: rgba(0, 135, 138, .45);
}

.g4s-brand-filter button.is-active {
  border-color: var(--accent);
  background: #eefdfb;
  box-shadow: inset 0 0 0 1px rgba(0, 135, 138, .16);
}

.g4s-brand-filter img {
  display: block;
  max-width: 42px;
  max-height: 18px;
  object-fit: contain;
}

.g4s-brand-filter strong {
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-kit-product-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
  margin-top: 0;
}

.g4s-kit-product-row {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: .46rem .58rem;
  align-items: start;
  min-width: 0;
  padding: .62rem;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 2px);
  background: #fff;
}

.g4s-product-step-layout .g4s-kit-product-row {
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: start;
}

.g4s-kit-product-row.is-active {
  border-color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(0, 135, 138, .22);
}

.g4s-kit-product-row.is-optional-pending {
  border-color: rgba(0, 135, 138, .24);
  border-style: dashed;
  background: linear-gradient(135deg, #fff 0%, #f5fbfb 100%);
}

.g4s-kit-product-media {
  display: grid;
  grid-row: 1 / span 2;
  width: 58px;
  height: 58px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 18, .08);
  border-radius: calc(var(--radius) - 2px);
  background: linear-gradient(135deg, #f5f7f7, #eef3f3);
  cursor: pointer;
}

.g4s-product-step-layout .g4s-kit-product-media {
  width: 58px;
  height: 58px;
}

.g4s-kit-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: .35rem;
}

.g4s-kit-product-copy {
  display: grid;
  gap: .12rem;
  min-width: 0;
}

.g4s-kit-product-copy span,
.g4s-kit-color-select span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-kit-product-copy strong {
  overflow: hidden;
  color: var(--ink);
  font-size: .86rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-kit-product-copy em {
  color: var(--muted);
  font-size: .68rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.g4s-kit-product-status {
  display: flex;
  grid-column: 1 / -1;
  gap: .32rem;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  padding-top: .08rem;
}

.g4s-kit-product-status span {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: .64rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-kit-product-status strong {
  flex: 0 0 auto;
  padding: .2rem .38rem;
  border-radius: 999px;
  background: #eaf8f7;
  color: var(--accent-dark);
  font-size: .58rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.g4s-kit-color-select {
  display: grid;
  grid-column: 1 / -1;
  gap: .32rem;
  min-width: 0;
}

.g4s-kit-color-select span strong {
  color: var(--ink);
}

.g4s-kit-color-select select {
  min-width: 0;
  width: 100%;
}

.g4s-kit-color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}

.g4s-kit-color-swatch {
  position: relative;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(16, 18, 18, .18);
  border-radius: 999px;
  background: var(--swatch, #dfe6e8);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.78);
  color: #fff;
  cursor: pointer;
}

.g4s-kit-color-swatch.is-active {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 135, 138, .16), inset 0 0 0 2px rgba(255,255,255,.82);
}

.g4s-kit-color-swatch span {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 999px;
  background: rgba(0, 135, 138, .92);
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
  color: #fff;
  font-size: .62rem;
  font-weight: 900;
}

.g4s-kit-color-swatch:not(.is-active) span {
  opacity: 0;
}

.g4s-kit-color-swatch:disabled {
  cursor: not-allowed;
  opacity: .38;
}

.g4s-design-controls .g4s-kit-color-select {
  grid-column: auto;
  padding-top: .15rem;
}

.g4s-design-controls .g4s-kit-color-swatches {
  gap: .42rem;
}

.g4s-kit-product-row > .g4s-btn {
  grid-column: 1 / -1;
  justify-content: center;
  width: 100%;
  min-height: 36px;
  padding: .4rem .55rem;
  font-size: .72rem;
  white-space: nowrap;
}

.g4s-product-step-layout .g4s-unified-carousel-panel .g4s-carousel {
  min-height: clamp(430px, 50vw, 620px);
}

.g4s-product-step-layout .g4s-unified-carousel-panel {
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #fbfdfd 46%, #f4f8f8 100%);
}

.g4s-product-step-layout .g4s-unified-carousel-panel .g4s-carousel {
  min-height: clamp(430px, 43vw, 540px);
  border: 1px solid rgba(0, 135, 138, .08);
  border-radius: calc(var(--radius) - 2px);
  background:
    radial-gradient(ellipse at 50% 72%, rgba(0, 135, 138, .08) 0%, rgba(0, 135, 138, .035) 34%, transparent 68%),
    linear-gradient(180deg, rgba(255,255,255,.4), rgba(245,249,249,.68));
}

.g4s-product-step-layout .g4s-unified-carousel-panel .g4s-carousel::before {
  left: 18%;
  right: 18%;
  top: 54%;
  height: 24%;
  border-color: rgba(0, 135, 138, .18);
  box-shadow: 0 18px 46px rgba(0, 135, 138, .08), inset 0 0 0 1px rgba(255,255,255,.72);
}

.g4s-product-step-layout .g4s-carousel .g4s-orbit,
.g4s-product-step-layout .g4s-carousel.is-buttoning .g4s-orbit,
.g4s-product-step-layout .g4s-carousel.is-picking .g4s-orbit,
.g4s-product-step-layout .g4s-carousel.is-settling .g4s-orbit,
.g4s-product-step-layout .g4s-carousel.is-intro .g4s-orbit,
.g4s-product-step-layout .g4s-carousel.is-dragging .g4s-orbit {
  width: 36%;
  max-width: 410px;
  min-width: 260px;
  transform:
    translate3d(-50%, -50%, 0)
    translate3d(calc(var(--offset) * 200px), calc(2px - var(--abs-clamped) * 56px), calc(var(--abs-clamped) * -34px))
    scale(calc(1.08 - var(--abs-clamped) * .13))
    rotate(calc(var(--offset) * -2deg)) !important;
}

.g4s-product-step-layout .g4s-orbit.is-active .g4s-shirt-plate::after {
  left: 16%;
  right: 16%;
  bottom: 0;
  height: 8%;
  background: rgba(0,0,0,.12);
  filter: blur(20px);
}

.g4s-product-step-layout .g4s-orbit-label {
  display: none;
}

.g4s-kit-outfit-panel {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: .8rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 28%, rgba(0, 135, 138, .1), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f8fbfb 100%);
}

.g4s-kit-outfit-panel.g4s-kit-outfit-mobile {
  display: none;
}

.g4s-kit-outfit-head,
.g4s-kit-alternatives-head {
  display: flex;
  gap: .75rem;
  align-items: baseline;
  justify-content: space-between;
  min-width: 0;
}

.g4s-kit-outfit-head > div,
.g4s-kit-alternatives-head > div {
  display: grid;
  gap: .08rem;
  min-width: 0;
}

.g4s-kit-outfit-head span,
.g4s-kit-alternatives-head span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-kit-outfit-head strong,
.g4s-kit-alternatives-head strong {
  overflow: hidden;
  color: var(--ink);
  font-size: .98rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-kit-outfit-head em,
.g4s-kit-alternatives-head em {
  flex: 0 0 auto;
  padding: .26rem .48rem;
  border-radius: 999px;
  background: #e9f8f7;
  color: var(--accent-dark);
  font-size: .66rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-kit-outfit-stage {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .62rem;
  align-items: stretch;
  min-height: 380px;
  padding: .76rem;
  border: 1px solid rgba(0, 135, 138, .12);
  border-radius: calc(var(--radius) - 2px);
  background:
    radial-gradient(ellipse at 50% 92%, rgba(0, 135, 138, .1), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(244,248,248,.92));
}

.g4s-kit-outfit-item {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: .45rem;
  min-width: 0;
  padding: .62rem;
  border: 1px solid rgba(16, 18, 18, .09);
  border-radius: calc(var(--radius) - 2px);
  background: rgba(255,255,255,.86);
  color: var(--ink);
  cursor: pointer;
  text-align: center;
}

.g4s-kit-outfit-item:hover,
.g4s-kit-outfit-item.is-active {
  border-color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(0, 135, 138, .16), 0 14px 30px rgba(0, 135, 138, .08);
}

.g4s-kit-outfit-item.is-optional-pending {
  border-style: dashed;
  opacity: .86;
}

.g4s-kit-outfit-media {
  position: relative;
  display: grid;
  min-height: 250px;
  place-items: center;
}

.g4s-kit-outfit-item.is-shorts .g4s-kit-outfit-media,
.g4s-kit-outfit-item.is-socks .g4s-kit-outfit-media {
  min-height: 210px;
}

.g4s-kit-outfit-media > img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 292px;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(16, 18, 18, .12));
}

.g4s-kit-outfit-item.is-shorts .g4s-kit-outfit-media > img,
.g4s-kit-outfit-item.is-socks .g4s-kit-outfit-media > img {
  max-height: 210px;
}

.g4s-kit-outfit-copy {
  display: grid;
  gap: .12rem;
  min-width: 0;
}

.g4s-kit-outfit-copy strong {
  overflow: hidden;
  font-size: .82rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-kit-outfit-copy small {
  overflow: hidden;
  color: var(--muted);
  font-size: .66rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-kit-alternatives {
  display: grid;
  gap: .55rem;
  padding-top: .15rem;
}

.g4s-kit-alternatives-head {
  position: relative;
  padding: .72rem 3rem .72rem .82rem;
  border: 1px solid rgba(0, 135, 138, .16);
  border-radius: 12px;
  background: #f5fbfa;
  cursor: pointer;
  list-style: none;
}

.g4s-kit-alternatives-head::-webkit-details-marker {
  display: none;
}

.g4s-kit-alternatives-head::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: .82rem;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.g4s-kit-alternatives[open] .g4s-kit-alternatives-head::after {
  content: "-";
}

.g4s-kit-alternatives:not([open]) > :not(summary) {
  display: none;
}

.g4s-kit-alternative-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .45rem;
  max-height: 278px;
  overflow: auto;
  padding-right: .1rem;
}

.g4s-kit-alternative {
  display: grid;
  gap: .28rem;
  min-width: 0;
  padding: .48rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.g4s-kit-alternative.is-active {
  border-color: var(--accent);
  background: #f0fbfa;
  box-shadow: inset 0 0 0 1px rgba(0, 135, 138, .18);
}

.g4s-kit-alternative span {
  display: grid;
  height: 84px;
  place-items: center;
  border-radius: 10px;
  background: #f4f7f7;
}

.g4s-kit-alternative img {
  display: block;
  max-width: 100%;
  max-height: 78px;
  object-fit: contain;
}

.g4s-kit-alternative strong {
  overflow: hidden;
  font-size: .7rem;
  font-weight: 900;
  line-height: 1.16;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-kit-alternative small {
  overflow: hidden;
  color: var(--muted);
  font-size: .62rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-design-step-layout {
  grid-template-columns: minmax(280px, .48fr) minmax(0, 1fr);
  align-items: start;
}

.g4s-design-preview-panel {
  overflow: hidden;
}

.g4s-design-control-stack {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: .82rem;
  align-content: start;
  min-width: 0;
}

.g4s-design-logo-panel,
.g4s-design-active-panel {
  display: grid;
  gap: .82rem;
  align-content: start;
  min-width: 0;
}

.g4s-design-control-stack .g4s-design-logo-panel,
.g4s-design-control-stack .g4s-design-active-panel {
  position: static;
  top: auto;
}

.g4s-design-logo-panel .g4s-design-guide {
  grid-template-columns: 1fr;
}

.g4s-design-logo-panel .g4s-plus-grid {
  grid-template-columns: 1fr;
}

.g4s-logo-upload-preview {
  min-width: 0;
}

.g4s-design-active-panel .g4s-plus-grid {
  grid-template-columns: 1fr;
}

.g4s-design-active-panel .g4s-view-tabs button {
  min-width: 0;
  padding-inline: .42rem;
  font-size: .68rem;
}

.g4s-design-kit-panel {
  min-width: 0;
  position: sticky;
  top: 1rem;
}

.g4s-design-kit-board {
  display: grid;
  gap: .85rem;
  margin-bottom: .82rem;
  padding: clamp(.82rem, 1.5vw, 1.15rem);
  border: 1px solid rgba(0, 135, 138, .16);
  border-radius: calc(var(--radius) - 2px);
  background:
    radial-gradient(circle at 8% 92%, rgba(0, 135, 138, .09) 0, transparent 30%),
    linear-gradient(135deg, #fbfdfd 0%, #eef6f5 100%);
}

.g4s-design-kit-board-head {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .75rem;
  align-items: center;
  justify-content: space-between;
}

.g4s-design-kit-board-head > div {
  display: grid;
  gap: .16rem;
}

.g4s-design-kit-board-head strong {
  color: var(--ink);
  font-size: clamp(.9rem, 1.15vw, 1.06rem);
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-design-kit-board-head span,
.g4s-design-kit-board-head em {
  color: var(--muted);
  font-size: .72rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-design-kit-board-head em {
  padding: .38rem .58rem;
  border-radius: 999px;
  background: rgba(0, 135, 138, .09);
  color: var(--accent);
}

.g4s-design-kit-applied {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.g4s-design-kit-applied span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: .28rem .56rem;
  border: 1px solid rgba(16, 18, 18, .09);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--ink);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-design-outfit-assembly {
  display: grid;
  gap: .7rem;
  min-width: 0;
}

.g4s-design-outfit-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(112px, .42fr);
  gap: .72rem;
  align-items: stretch;
  min-height: 450px;
  padding: .72rem;
  border: 1px solid rgba(0, 135, 138, .12);
  border-radius: calc(var(--radius) - 2px);
  background:
    radial-gradient(ellipse at 43% 88%, rgba(0, 135, 138, .16) 0, rgba(0, 135, 138, .07) 32%, transparent 64%),
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(244,248,248,.95));
}

.g4s-design-outfit-stack {
  display: grid;
  grid-template-rows: minmax(180px, 1.3fr) minmax(96px, .72fr) minmax(116px, .82fr);
  gap: .48rem;
  min-width: 0;
}

.g4s-design-outfit-keeper {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: .42rem;
  min-width: 0;
}

.g4s-design-outfit-keeper > span {
  color: var(--accent-dark);
  font-size: .62rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.g4s-design-outfit-piece {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: .36rem;
  min-width: 0;
  overflow: hidden;
  padding: .46rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .88);
  color: var(--ink);
  cursor: pointer;
  text-align: center;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.g4s-design-outfit-piece:hover,
.g4s-design-outfit-piece.is-active {
  border-color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(0, 135, 138, .2), 0 16px 30px rgba(0, 61, 64, .1);
  transform: translateY(-1px);
}

.g4s-design-outfit-piece.is-optional-pending:not(.is-active) {
  border-style: dashed;
  background: rgba(255, 255, 255, .72);
}

.g4s-design-outfit-piece.is-optional-pending:not(.is-active)::after {
  content: "zubuchbar";
  position: absolute;
  top: .42rem;
  right: .42rem;
  padding: .2rem .36rem;
  border-radius: 999px;
  background: #e6f6f5;
  color: var(--accent);
  font-size: .54rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.g4s-design-outfit-media {
  position: relative;
  display: grid;
  min-height: 0;
  place-items: center;
}

.g4s-design-outfit-media > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgba(16, 18, 18, .14));
}

.g4s-design-outfit-piece.is-shirt .g4s-design-outfit-media > img {
  max-height: 178px;
}

.g4s-design-outfit-piece.is-shorts .g4s-design-outfit-media > img {
  max-height: 94px;
}

.g4s-design-outfit-piece.is-socks .g4s-design-outfit-media > img {
  max-height: 112px;
}

.g4s-design-outfit-piece.is-keeper .g4s-design-outfit-media > img {
  max-height: 280px;
}

.g4s-design-kit-number {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 2.15rem;
  height: 2.15rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 999px;
  background: rgba(12, 15, 17, .82);
  color: #fff;
  font-size: .86rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .55);
}

.g4s-design-outfit-piece.is-shorts .g4s-design-kit-number {
  top: 44%;
  left: 38%;
  transform: translate(-50%, -50%);
}

.g4s-design-outfit-label {
  display: grid;
  gap: .08rem;
  min-width: 0;
}

.g4s-design-outfit-label strong,
.g4s-design-kit-rail-item strong {
  overflow: hidden;
  color: var(--ink);
  font-size: .74rem;
  font-weight: 900;
  line-height: 1.08;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-design-outfit-label small,
.g4s-design-kit-rail-item small,
.g4s-design-kit-rail-item span {
  overflow: hidden;
  color: var(--muted);
  font-size: .58rem;
  font-weight: 800;
  line-height: 1.12;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-design-kit-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .45rem;
}

.g4s-design-kit-rail-item {
  display: grid;
  gap: .1rem;
  min-width: 0;
  padding: .48rem .56rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.g4s-design-kit-rail-item.is-active {
  border-color: var(--accent);
  background: #effafa;
  box-shadow: inset 0 0 0 1px rgba(0, 135, 138, .18);
}

.g4s-design-kit-rail-item.is-optional-pending:not(.is-active) {
  border-color: rgba(0, 135, 138, .24);
  border-style: dashed;
}

.g4s-design-kit-grid {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .62rem;
  min-width: 0;
}

.g4s-design-kit-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(178px, 1fr) auto;
  gap: .5rem;
  min-width: 0;
  min-height: 258px;
  padding: .62rem;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 18, .12);
  border-radius: calc(var(--radius) - 2px);
  background: rgba(255,255,255,.94);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.g4s-design-kit-card:hover {
  border-color: rgba(0, 135, 138, .45);
  transform: translateY(-1px);
}

.g4s-design-kit-card.is-active {
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 18px 32px rgba(0, 61, 64, .14), inset 0 0 0 1px rgba(0, 135, 138, .24);
}

.g4s-design-kit-card.is-optional-pending:not(.is-active) {
  border-color: rgba(0, 135, 138, .24);
  border-style: dashed;
  background: linear-gradient(135deg, rgba(255,255,255,.98), #f5fbfb);
  opacity: 1;
}

.g4s-design-kit-card.is-optional-pending:not(.is-active)::after,
.g4s-kit-product-row.is-optional-pending::after {
  content: "zubuchbar";
  position: absolute;
  top: .55rem;
  right: .55rem;
  padding: .22rem .42rem;
  border-radius: 999px;
  background: #e6f6f5;
  color: var(--accent);
  font-size: .58rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.g4s-design-kit-card.is-missing {
  border-color: #df9c9c;
  background: #fff7f7;
}

.g4s-design-kit-media {
  position: relative;
  display: grid;
  min-height: 178px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, #f8fbfb, #eef3f3);
}

.g4s-design-kit-media > img {
  display: block;
  width: 100%;
  height: 178px;
  object-fit: contain;
}

.g4s-design-kit-card.is-active .g4s-design-kit-media {
  min-height: 188px;
}

.g4s-design-kit-card.is-active .g4s-design-kit-media > img {
  height: 188px;
}

.g4s-design-kit-missing {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px dashed rgba(16, 18, 18, .22);
  border-radius: 999px;
  color: var(--muted);
  font-weight: 900;
}

.g4s-design-kit-sponsor {
  position: absolute;
  top: calc(var(--y, 54) * 1%);
  left: calc(var(--x, 50) * 1%);
  display: grid;
  width: clamp(32px, calc(var(--slot-w, 28) * 1%), 86px);
  height: clamp(10px, calc(var(--slot-h, 10) * 1%), 30px);
  place-items: center;
  transform: translate(-50%, -50%) rotate(calc(var(--r, 0) * 1deg));
  pointer-events: none;
}

.g4s-design-kit-card.is-keeper .g4s-design-kit-sponsor {
  top: calc(var(--y, 54) * 1%);
}

.g4s-design-kit-club-logo {
  position: absolute;
  top: calc(var(--y, 40.5) * 1%);
  left: calc(var(--x, 50) * 1%);
  display: grid;
  width: clamp(24px, calc(var(--slot-w, 15) * 1%), 58px);
  height: clamp(24px, calc(var(--slot-h, 15) * 1%), 58px);
  place-items: center;
  padding: .18rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 6px 14px rgba(16, 18, 18, .14);
  transform: translate(-50%, -50%) rotate(calc(var(--r, 0) * 1deg));
  pointer-events: none;
}

.g4s-design-kit-club-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.g4s-design-kit-sponsor img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.g4s-design-kit-sponsor span {
  color: var(--ink);
  font-size: .58rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-design-kit-sponsor-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 22px;
  padding: .18rem .42rem;
  border: 1px solid rgba(0, 135, 138, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 18px rgba(16, 18, 18, .18);
  color: var(--ink);
  line-height: 1;
  overflow-wrap: anywhere;
  text-align: center;
  white-space: nowrap;
}

.g4s-design-kit-copy {
  display: grid;
  gap: .1rem;
  min-width: 0;
}

.g4s-design-kit-copy small {
  color: var(--muted);
  font-size: .58rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-design-kit-copy strong {
  overflow: hidden;
  color: var(--ink);
  font-size: .82rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-design-kit-copy em {
  overflow: hidden;
  color: var(--muted);
  font-size: .64rem;
  font-style: normal;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-design-active-editor-head {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .75rem;
  align-items: baseline;
  justify-content: space-between;
  margin: .4rem 0 .52rem;
  color: var(--ink);
}

.g4s-design-active-editor-head span {
  color: var(--accent);
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-design-active-editor-head strong {
  color: var(--ink);
  font-size: .82rem;
  font-weight: 900;
  text-align: right;
}

.g4s-design-active-panel .g4s-canvas-wrap {
  min-height: 390px;
  border-radius: calc(var(--radius) - 2px);
  padding: 3.8rem .72rem 2.2rem;
}

.g4s-design-active-panel .g4s-shirt-editor {
  width: min(86%, 300px);
}

.g4s-design-active-panel .g4s-view-tabs {
  top: .72rem;
}

.g4s-design-preview-panel .g4s-kit-summary {
  margin: 1rem 0 0;
}

.g4s-team-step-layout {
  grid-template-columns: 1fr;
  align-items: start;
}

.g4s-team-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: .95rem;
  align-items: start;
  min-width: 0;
}

.g4s-team-support-panel {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: .8rem;
  align-content: start;
}

.g4s-team-overview-panel .g4s-kit-summary,
.g4s-summary-overview-panel .g4s-kit-summary {
  margin: 0;
}

.g4s-summary-step-layout {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  align-items: start;
}

.g4s-summary-step-layout .g4s-flow-actions {
  grid-column: 1 / -1;
  margin-top: 0;
}

.g4s-summary-step-layout .g4s-price {
  align-self: start;
}

.g4s-summary-step-layout .g4s-price-head h2 {
  text-transform: none;
}

.g4s-summary-step-layout .g4s-total {
  border: 1px solid rgba(0, 135, 138, .2);
  background: linear-gradient(135deg, #f4fbfa, #fff);
  color: var(--ink);
}

.g4s-summary-step-layout .g4s-total strong {
  color: var(--ink);
}

.g4s-summary-step-layout .g4s-checkout-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .58fr);
  gap: .85rem;
  align-items: stretch;
  padding: 1rem;
  border: 1px solid rgba(16, 18, 18, .12);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 18, 18, .07);
}

.g4s-checkout-state {
  position: relative;
  display: grid;
  gap: .28rem;
  align-content: center;
  min-width: 0;
  padding: .86rem 1rem .86rem 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: calc(var(--radius) - 2px);
  background: #f7faf9;
}

.g4s-checkout-state::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--accent);
}

.g4s-checkout-state.is-blocked::before {
  background: #d98700;
}

.g4s-checkout-state span {
  color: var(--muted);
  font-size: .66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-checkout-state strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: .98rem;
  font-weight: 900;
}

.g4s-checkout-state small {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.35;
}

.g4s-flow-action-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
  min-width: 0;
}

.g4s-flow-action-buttons .g4s-btn {
  min-height: 44px;
  padding-inline: .65rem;
}

.g4s-flow-action-buttons .g4s-checkout-primary {
  grid-column: 1 / -1;
  min-height: 58px;
  font-size: .95rem;
  box-shadow: 0 16px 30px rgba(0, 135, 138, .22);
}

.g4s-multistep-form .g4s-step-nav {
  position: static;
  z-index: auto;
  margin-top: .95rem;
  box-shadow: 0 16px 34px rgba(16, 18, 18, .12);
}

@media (max-width: 1100px) {
  .g4s-multistep-form {
    grid-template-columns: 1fr;
    grid-template-areas:
      "stepper"
      "stack";
  }

  .g4s-multistep-form .g4s-stepper-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem .8rem;
  }

  .g4s-product-step-layout,
  .g4s-design-step-layout,
  .g4s-team-step-layout,
  .g4s-summary-step-layout,
  .g4s-workspace-header,
  .g4s-shell.is-unified .g4s-unified-header {
    grid-template-columns: 1fr;
  }

  .g4s-multistep-form .g4s-config-stepper {
    position: static;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .g4s-sponsor-context {
    grid-template-columns: 1fr;
  }

  .g4s-design-logo-panel,
  .g4s-design-control-stack,
  .g4s-design-kit-panel,
  .g4s-design-active-panel {
    position: static;
  }

  .g4s-team-workbench {
    grid-template-columns: 1fr;
  }

  .g4s-team-support-panel {
    position: static;
  }

  .g4s-team-entry-workspace {
    grid-template-columns: 1fr;
  }

  .g4s-team-player-panel {
    position: static;
  }

  .g4s-team-entry-labels {
    display: none;
  }

  .g4s-team-workbench .g4s-assignment-table {
    display: grid;
    gap: .75rem;
    border: 0;
    background: transparent;
  }

  .g4s-team-workbench .g4s-assignment-card {
    grid-template-columns: 1fr;
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }

  .g4s-team-focus-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .g4s-team-focus-metrics {
    justify-content: flex-start;
  }

  .g4s-design-kit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .g4s-design-outfit-field {
    min-height: 0;
  }

  .g4s-workspace-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .g4s-step-decision-grid,
  .g4s-step-decision-grid.is-count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .g4s-shell.is-unified .g4s-unified-header {
    padding-top: .35rem;
  }

  .g4s-shell.is-unified .g4s-unified-header h1 {
    font-size: clamp(2.1rem, 14vw, 3.2rem);
  }

  .g4s-workspace-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .55rem;
    padding: .58rem;
  }

  .g4s-workspace-title {
    padding: .1rem;
  }

  .g4s-workspace-title span {
    font-size: .6rem;
  }

  .g4s-workspace-title strong {
    font-size: 1.02rem;
  }

  .g4s-workspace-title small,
  .g4s-workspace-strip small {
    display: none;
  }

  .g4s-workspace-strip strong {
    font-size: .72rem;
    white-space: nowrap;
  }

  .g4s-workspace-strip {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .35rem;
  }

  .g4s-workspace-strip > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: .1rem;
    padding: .42rem .46rem;
  }

  .g4s-workspace-strip span {
    font-size: .56rem;
  }

  .g4s-workspace-header .g4s-back-start {
    width: auto;
    min-height: 40px;
    padding-inline: .65rem;
  }

  .g4s-design-kit-board {
    padding: .68rem;
  }

  .g4s-team-focus-kit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .g4s-team-focus-chip {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 46px;
  }

  .g4s-team-focus-chip > span {
    width: 34px;
    height: 34px;
  }

  .g4s-design-outfit-field {
    grid-template-columns: 1fr;
    gap: .58rem;
    padding: .58rem;
  }

  .g4s-design-outfit-stack {
    grid-template-rows: minmax(170px, auto) minmax(96px, auto) minmax(110px, auto);
  }

  .g4s-design-outfit-piece.is-keeper .g4s-design-outfit-media {
    min-height: 180px;
  }

  .g4s-design-kit-rail {
    grid-template-columns: 1fr;
  }

  .g4s-design-preview-panel {
    order: 1;
  }

  .g4s-design-control-stack {
    order: 2;
  }

  .g4s-design-logo-panel {
    order: 2;
  }

  .g4s-design-active-panel {
    order: 3;
  }

  .g4s-design-kit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
  }

  .g4s-design-kit-card {
    min-height: 212px;
    padding: .5rem;
  }

  .g4s-design-kit-media,
  .g4s-design-kit-card.is-active .g4s-design-kit-media {
    min-height: 138px;
  }

  .g4s-design-kit-media > img,
  .g4s-design-kit-card.is-active .g4s-design-kit-media > img {
    height: 138px;
  }

  .g4s-design-active-panel .g4s-canvas-wrap {
    min-height: 360px;
  }

  .g4s-team-kit-strip > div {
    grid-template-columns: 1fr;
  }

  .g4s-team-kit-strip article {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .g4s-team-kit-strip em {
    grid-column: 2;
    width: fit-content;
  }

  .g4s-assignment-head {
    display: grid;
    gap: .65rem;
    align-items: start;
  }

  .g4s-assignment-head > div:not(:first-child) {
    display: grid;
    grid-template-columns: 1fr;
    gap: .45rem;
  }

  .g4s-assignment-head .g4s-btn {
    justify-content: center;
    min-height: 44px;
  }

  .g4s-team-entry-workspace {
    gap: .7rem;
  }

  .g4s-team-entry-workspace .g4s-team-table-wrap {
    display: none;
  }

  .g4s-team-player-panel {
    order: 1;
  }

  .g4s-team-mobile-roster {
    order: 2;
    display: grid;
    gap: .55rem;
    min-width: 0;
    padding: .72rem;
    border: 1px solid rgba(16, 18, 18, .1);
    border-radius: calc(var(--radius) - 2px);
    background: #fff;
  }

  .g4s-team-player-head strong {
    white-space: normal;
  }

  .g4s-team-player-sizes {
    gap: .45rem;
  }

  .g4s-multistep-form .g4s-config-stepper {
    grid-template-columns: 1fr;
  }

  .g4s-multistep-form .g4s-config-step-tab {
    min-height: 52px;
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .g4s-multistep-form .g4s-config-layer,
  .g4s-multistep-form .g4s-product-step-layout,
  .g4s-multistep-form .g4s-design-step-layout,
  .g4s-multistep-form .g4s-team-step-layout,
  .g4s-multistep-form .g4s-summary-step-layout {
    width: 100%;
    max-width: calc(100vw - 32px);
    min-width: 0;
  }

  .g4s-multistep-form .g4s-config-layer > *,
  .g4s-summary-step-layout > *,
  .g4s-summary-step-layout > .g4s-asset-note {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .g4s-final-price-panel {
    position: static;
  }

  .g4s-final-status-panel {
    grid-template-columns: 1fr;
    gap: .72rem;
    padding: .82rem;
  }

  .g4s-final-status-copy h2 {
    font-size: 1.22rem;
  }

  .g4s-final-missing-list {
    gap: .36rem;
  }

  .g4s-final-missing-list span {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .g4s-final-next-card {
    padding: .75rem;
  }

  .g4s-order-final-card,
  .g4s-order-selection-card {
    padding: .72rem;
  }

  .g4s-order-kit-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .g4s-order-player-compact {
    grid-template-columns: 1fr;
  }

  .g4s-order-kit-chip {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 54px;
  }

  .g4s-order-kit-chip > span {
    width: 38px;
    height: 38px;
  }

  .g4s-order-review-head {
    display: grid;
    align-items: start;
  }

  .g4s-order-review-head strong,
  .g4s-order-kit-copy strong,
  .g4s-order-kit-copy small,
  .g4s-order-kit-meta strong,
  .g4s-order-kit-price strong,
  .g4s-order-kit-meta small,
  .g4s-order-kit-price small {
    white-space: normal;
  }

  .g4s-order-kit-line {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: .62rem;
    padding: .72rem;
  }

  .g4s-order-kit-image {
    width: 68px;
    height: 68px;
  }

  .g4s-order-kit-meta,
  .g4s-order-kit-price {
    grid-column: 2;
    grid-template-columns: minmax(0, .58fr) minmax(0, 1fr);
    align-items: baseline;
    text-align: left;
  }

  .g4s-order-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .g4s-order-role-map {
    grid-template-columns: 1fr;
  }

  .g4s-order-role-map strong {
    white-space: normal;
  }

  .g4s-benefit-formula {
    grid-template-columns: 1fr auto 1fr;
  }

  .g4s-benefit-formula em:nth-of-type(2) {
    display: none;
  }

  .g4s-benefit-formula strong:last-child {
    grid-column: 1 / -1;
    padding-top: .1rem;
  }

  .g4s-benefit-labels {
    display: none;
  }

  .g4s-order-checklist-head,
  .g4s-order-check-row {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .g4s-order-check-row em,
  .g4s-order-check-row button,
  .g4s-order-check-row small {
    grid-column: 2;
    justify-self: start;
  }

  .g4s-stepper-head {
    display: grid;
    justify-content: stretch;
  }

  .g4s-stepper-head strong,
  .g4s-multistep-form .g4s-stepper-head strong {
    overflow: visible;
    line-height: 1.15;
    text-overflow: clip;
    white-space: normal;
  }

  .g4s-sponsor-context small,
  .g4s-sponsor-context strong {
    white-space: normal;
  }

  .g4s-step-decision-grid,
  .g4s-step-decision-grid.is-count-4 {
    grid-template-columns: 1fr;
  }

  .g4s-step-decision-card {
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto;
    gap: .72rem;
    align-items: center;
    min-height: 112px;
    padding: .82rem;
  }

  .g4s-step-decision-card.is-sport-decision {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .g4s-step-card-visual {
    width: 58px;
    height: 58px;
    border-radius: 13px;
  }

  .g4s-step-decision-card.is-sport-decision .g4s-step-card-visual {
    width: 96px;
    height: 72px;
  }

  .g4s-step-card-visual > img {
    padding: .26rem;
    filter: none;
  }

  .g4s-step-card-visual.is-sport-visual > img {
    padding: 0;
  }

  .g4s-step-card-visual > span {
    left: .25rem;
    top: .25rem;
    width: 22px;
    height: 22px;
    border-radius: 8px;
  }

  .g4s-step-card-visual > .g4s-sport-brand-badge {
    left: .3rem;
    top: .3rem;
    width: 48px;
    height: 30px;
    padding: 0;
  }

  .g4s-step-card-visual > .g4s-audience-ai-badge {
    left: .22rem;
    top: .22rem;
    width: 28px;
    height: 28px;
    padding: 2px;
    border-radius: 9px;
  }

  .g4s-step-card-visual > .g4s-audience-ai-badge img {
    border-radius: 7px;
  }

  .g4s-step-card-visual .g4s-choice-svg {
    width: 14px;
    height: 14px;
  }

  .g4s-step-decision-card .g4s-choice-icon {
    width: 58px;
    height: 58px;
    margin: 0;
    border-radius: 13px;
  }

  .g4s-step-decision-card .g4s-choice-svg {
    width: 30px;
    height: 30px;
  }

  .g4s-step-decision-card > span:last-child {
    justify-items: start;
    text-align: left;
  }

  .g4s-step-check {
    top: .55rem;
    right: .55rem;
  }

  .g4s-product-step-layout .g4s-unified-carousel-panel .g4s-carousel {
    min-height: 360px;
    overflow: hidden;
  }

  .g4s-product-step-layout .g4s-carousel .g4s-orbit,
  .g4s-product-step-layout .g4s-carousel.is-buttoning .g4s-orbit,
  .g4s-product-step-layout .g4s-carousel.is-picking .g4s-orbit,
  .g4s-product-step-layout .g4s-carousel.is-settling .g4s-orbit,
  .g4s-product-step-layout .g4s-carousel.is-intro .g4s-orbit,
  .g4s-product-step-layout .g4s-carousel.is-dragging .g4s-orbit {
    width: 58%;
    max-width: 250px;
    min-width: 178px;
    transform:
      translate3d(-50%, -50%, 0)
      translate3d(calc(var(--offset) * 78px), calc(14px - var(--abs-clamped) * 36px), calc(var(--abs-clamped) * -22px))
      scale(calc(1.06 - var(--abs-clamped) * .15))
      rotate(calc(var(--offset) * -1.4deg)) !important;
  }

  .g4s-product-step-layout .g4s-unified-carousel-panel {
    overflow: hidden;
  }

  .g4s-product-step-layout .g4s-kit-product-list {
    grid-template-columns: 1fr;
  }

  .g4s-kit-part-check {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: .42rem;
    min-height: 166px;
    padding: .5rem;
  }

  .g4s-kit-part-thumb {
    width: 48px;
    height: 48px;
  }

  .g4s-kit-part-meta {
    grid-column: 2;
    min-width: 0;
  }

  .g4s-kit-part-check > .g4s-btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .g4s-kit-finetune > summary {
    grid-template-columns: minmax(0, 1fr) 30px;
  }

  .g4s-kit-finetune > summary strong {
    white-space: normal;
  }

  .g4s-product-step-layout .g4s-kit-product-row,
  .g4s-kit-product-row {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .g4s-kit-product-row .g4s-kit-color-select,
  .g4s-kit-product-row > .g4s-btn {
    grid-column: 1 / -1;
  }

  .g4s-kit-product-media {
    grid-row: 1 / span 3;
    width: 62px;
    height: 62px;
  }

  .g4s-design-kit-grid {
    grid-auto-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .g4s-design-kit-card {
    grid-template-rows: minmax(118px, 1fr) auto;
    min-height: 188px;
    padding: .52rem;
  }

  .g4s-design-kit-card.is-active {
    min-height: 188px;
  }

  .g4s-design-kit-media {
    min-height: 118px;
  }

  .g4s-design-kit-media > img {
    height: 118px;
  }

  .g4s-design-kit-card.is-active .g4s-design-kit-media {
    min-height: 118px;
  }

  .g4s-design-kit-card.is-active .g4s-design-kit-media > img {
    height: 118px;
  }

  .g4s-team-stats {
    grid-template-columns: 1fr;
  }

  .g4s-team-guide {
    grid-template-columns: 1fr;
  }

  .g4s-team-guide strong,
  .g4s-team-guide small,
  .g4s-team-kit-strip strong,
  .g4s-team-kit-strip small {
    white-space: normal;
  }

  .g4s-assignment-card-head {
    align-items: flex-start;
  }

  .g4s-assignment-player-title {
    display: grid;
    gap: .18rem;
  }

  .g4s-assignment-card-actions {
    gap: .38rem;
  }

  .g4s-assignment-index {
    width: 30px;
    height: 30px;
  }

  .g4s-role-badge {
    min-height: 30px;
  }

  .g4s-assignment-main-fields {
    grid-template-columns: 1fr;
  }

  .g4s-team-table-labels,
  .g4s-team-table-row,
  .g4s-team-table-wrap.has-keeper .g4s-team-table-labels,
  .g4s-team-table-wrap.has-keeper .g4s-team-table-row {
    grid-template-columns: 38px minmax(0, 1fr) 68px !important;
    min-width: 0;
  }

  .g4s-team-table-wrap {
    overflow: visible;
  }

  .g4s-team-table-labels > :nth-child(n+4),
  .g4s-team-table-row > :nth-child(n+4) {
    display: none;
  }

  .g4s-team-player-fields {
    grid-template-columns: 1fr;
  }

  .g4s-order-final-card {
    grid-template-columns: 1fr;
    padding: .78rem;
  }

  .g4s-order-review-head {
    align-items: flex-start;
  }

  .g4s-order-review-head strong,
  .g4s-order-kit-item strong,
  .g4s-order-player-item strong,
  .g4s-order-kit-item span,
  .g4s-order-player-item span,
  .g4s-order-kit-item small,
  .g4s-order-player-item em {
    white-space: normal;
  }

  .g4s-order-player-list {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .g4s-order-player-labels {
    display: none;
  }

  .g4s-order-player-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem .65rem;
    padding: .75rem;
  }

  .g4s-order-player-row > * {
    white-space: normal;
  }

  .g4s-order-player-row > [data-label]::before {
    display: block;
    margin-bottom: .12rem;
    color: var(--muted);
    font-size: .62rem;
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
  }

  .g4s-order-size-chips::before {
    flex-basis: 100%;
  }

  .g4s-order-player-total {
    justify-items: start;
  }

  .g4s-order-player-row > span:first-child,
  .g4s-order-player-row > strong:nth-child(2) {
    grid-column: 1 / -1;
  }

  .g4s-order-player-row > span:nth-last-child(2),
  .g4s-order-player-row > strong:last-child {
    text-align: left;
  }

  .g4s-summary-step-layout .g4s-checkout-panel {
    grid-template-columns: 1fr;
    padding: .82rem;
  }

  .g4s-flow-action-buttons {
    grid-template-columns: 1fr;
  }

  .g4s-flow-action-buttons .g4s-checkout-primary {
    grid-column: auto;
  }

  .g4s-multistep-form .g4s-step-nav {
    position: static;
    z-index: auto;
  }

  .g4s-step-nav.is-decision-step {
    grid-template-columns: 1fr;
  }

  .g4s-step-nav.is-decision-step .g4s-step-nav-spacer {
    display: none;
  }

  .g4s-step-nav strong {
    text-align: center;
  }

  .g4s-design-preview-panel .g4s-canvas-wrap {
    min-height: 500px;
    padding-inline: .65rem;
  }
}

/* Tenant landing page before the configurator workspace. */
.g4s-shell.is-tenant-start {
  gap: 1.15rem;
}

.g4s-tenant-hero {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(430px, .72fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  min-height: min(58svh, 620px);
  align-items: center;
  padding: 3rem 4rem;
  isolation: isolate;
  background: #2a2d2d;
}

.g4s-tenant-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("img/tenant-tabletennis-hero.webp");
  background-position: center right;
  background-size: cover;
  opacity: .96;
  filter: saturate(1.22) contrast(.95) brightness(1.55);
  transform: scale(1.02);
}

.g4s-tenant-hero::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 9, 9, .42) 0%, rgba(7, 9, 9, .24) 38%, rgba(7, 9, 9, .08) 68%, rgba(7, 9, 9, 0) 100%),
    linear-gradient(0deg, rgba(7, 9, 9, .16), rgba(7, 9, 9, 0) 46%, rgba(7, 9, 9, .04));
}

.g4s-tenant-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: .82rem;
  width: min(820px, 100%);
}

.g4s-tenant-copy h1 {
  max-width: 900px;
  margin: 0;
  font-family: "G4S Smash Spark", "G4S Kenyan Coffee", "Arial Black", sans-serif;
  font-size: 5.45rem;
  line-height: .88;
  text-transform: uppercase;
  text-shadow: 0 6px 36px rgba(0,0,0,.82);
}

.g4s-tenant-copy p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 1.06rem;
  line-height: 1.55;
  text-shadow: 0 4px 24px rgba(0,0,0,.82);
}

.g4s-tenant-copy .g4s-sponsor-deal {
  max-width: 560px;
}

.g4s-tenant-hero .g4s-btn.success {
  width: fit-content;
  min-width: min(100%, 250px);
  min-height: 54px;
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 135, 138, .28);
}

.g4s-tenant-copy .g4s-kicker {
  color: rgba(255,255,255,.74);
  text-shadow: 0 4px 24px rgba(0,0,0,.82);
}

.g4s-tenant-visual {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 500px;
  pointer-events: none;
}

.g4s-tenant-shirt {
  position: relative;
  display: grid;
  width: min(100%, 560px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,1), rgba(247,248,248,.96));
  box-shadow: 0 34px 70px rgba(0,0,0,.34);
}

.g4s-tenant-shirt > img {
  position: absolute;
  inset: 1.1rem;
  width: calc(100% - 2.2rem);
  height: calc(100% - 2.2rem);
  object-fit: contain;
  transform: translateX(-1.5%);
  filter: drop-shadow(0 24px 28px rgba(0,0,0,.18));
}

.g4s-tenant-shirt.is-hero-set > img {
  inset: .9rem .9rem 4.75rem;
  width: calc(100% - 1.8rem);
  height: calc(100% - 5.65rem);
}

.g4s-tenant-shirt-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .78fr);
  grid-template-rows: 1fr 1fr;
  gap: .78rem;
  width: min(100%, 620px);
  min-height: 520px;
  padding: .78rem;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 18px;
  background: rgba(246, 248, 248, .94);
  box-shadow: 0 34px 70px rgba(0,0,0,.34);
}

.g4s-tenant-view-card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(16,18,18,.1);
  border-radius: 14px;
  background:
    radial-gradient(ellipse at 50% 86%, rgba(16,18,18,.12), transparent 34%),
    #fff;
}

.g4s-tenant-view-card.is-front {
  grid-row: 1 / 3;
}

.g4s-tenant-view-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: .42rem;
  filter: drop-shadow(0 22px 26px rgba(0,0,0,.16));
}

.g4s-tenant-view-card.is-front img {
  padding: .22rem;
}

.g4s-tenant-view-card figcaption {
  position: absolute;
  left: .55rem;
  top: .55rem;
  z-index: 2;
  padding: .22rem .42rem .18rem;
  border: 1px solid rgba(0,135,138,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: var(--accent-dark);
  font-size: .55rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.g4s-tenant-shirt-showcase .g4s-tenant-product-tag {
  left: .9rem;
  right: .9rem;
  bottom: .9rem;
  width: auto;
}

.g4s-tenant-sponsor {
  position: absolute;
  left: 51%;
  top: 43.8%;
  z-index: 2;
  display: grid;
  width: clamp(92px, 23%, 128px);
  min-height: 28px;
  place-items: center;
  transform: translate(-50%, -50%) perspective(620px) rotateX(2deg) rotateZ(-1.5deg);
  transform-origin: center;
  opacity: .98;
  mix-blend-mode: normal;
}

.g4s-tenant-sponsor img {
  display: block;
  max-width: 100%;
  max-height: 38px;
  object-fit: contain;
  filter:
    drop-shadow(0 1px 0 rgba(255,255,255,.58))
    drop-shadow(0 3px 5px rgba(0,0,0,.18));
}

.g4s-tenant-sponsor.is-campaign-logo {
  left: 43%;
  top: 35.5%;
  width: clamp(86px, 16%, 116px);
  transform: translate(-50%, -50%);
}

.g4s-tenant-sponsor.is-campaign-logo img {
  max-height: 72px;
}

.is-sponsor-spezi .g4s-tenant-sponsor.is-campaign-logo {
  left: 41%;
  top: 34.5%;
  width: clamp(76px, 13%, 104px);
}

.is-sponsor-spezi .g4s-tenant-sponsor.is-campaign-logo img {
  max-height: 82px;
}

.g4s-tenant-sponsor strong {
  padding: .12rem .32rem;
  border-radius: 4px;
  background: rgba(255,255,255,.86);
  color: #101212;
  font-family: "G4S Kenyan Coffee", "Arial Black", Arial, sans-serif;
  font-size: .95rem;
  line-height: 1;
  box-shadow: 0 3px 8px rgba(0,0,0,.16);
}

.g4s-tenant-product-tag {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
  display: grid;
  gap: .08rem;
  padding: .75rem .85rem;
  border: 1px solid rgba(16,18,18,.1);
  border-radius: 12px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  box-shadow: 0 10px 22px rgba(0,0,0,.1);
}

.g4s-tenant-product-tag small {
  color: var(--accent-dark);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-tenant-product-tag strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 1rem;
  line-height: 1.1;
  text-overflow: clip;
  white-space: normal;
}

.g4s-start-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, auto);
  gap: 1rem;
  align-items: end;
  padding: 1.35rem 0 1.15rem;
  border-bottom: 1px solid var(--line);
}

.g4s-start-info h2 {
  max-width: 780px;
  margin: .25rem 0 .35rem;
  font-family: "G4S Rubik", "Arial Black", sans-serif;
  font-size: 2.5rem;
  line-height: 1.02;
  text-transform: uppercase;
}

.g4s-start-info p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.g4s-start-info .g4s-hero-brand-strip {
  justify-content: flex-end;
  margin: 0;
}

.g4s-start-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  align-items: stretch;
  padding: .95rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 18, 18, .07);
}

.g4s-start-proof > div {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: .1rem .65rem;
  align-content: center;
  min-width: 0;
  padding: .78rem;
  border: 1px solid rgba(0, 135, 138, .12);
  border-radius: calc(var(--radius) - 2px);
  background: #f6fbfb;
}

.g4s-start-proof span {
  grid-row: span 2;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 900;
}

.g4s-start-proof strong {
  color: var(--ink);
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.14;
  text-transform: uppercase;
}

.g4s-start-proof small {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.24;
}

.g4s-start-proof .g4s-btn {
  align-self: stretch;
  min-width: 220px;
  justify-content: center;
}

.g4s-start-guide {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.1rem;
  border: 1px solid rgba(16, 18, 18, .08);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 155, 162, .07), rgba(255, 255, 255, .9) 34%),
    #f7fafa;
  box-shadow: 0 18px 42px rgba(16, 18, 18, .06);
}

.g4s-start-guide .g4s-start-info {
  padding: .35rem 0 1rem;
}

.g4s-start-guide-badge {
  display: grid;
  gap: .2rem;
  justify-self: end;
  min-width: min(100%, 280px);
  padding: 1rem;
  border: 1px solid rgba(0, 155, 162, .22);
  border-radius: var(--radius);
  background: #071111;
  color: #fff;
  box-shadow: 0 16px 30px rgba(7, 17, 17, .14);
}

.g4s-start-guide-badge span,
.g4s-start-guide-badge small {
  color: rgba(255, 255, 255, .68);
  font-size: .74rem;
  font-weight: 900;
  line-height: 1.24;
  text-transform: uppercase;
}

.g4s-start-guide-badge strong {
  color: var(--accent);
  font-family: "G4S Rubik", "Arial Black", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
}

.g4s-start-guide .g4s-start-flow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.g4s-start-guide .g4s-start-world,
.g4s-start-guide .g4s-start-flow > div {
  box-shadow: 0 12px 24px rgba(16, 18, 18, .05);
}

.g4s-start-guide .g4s-start-flow > div:first-child {
  border-color: rgba(0, 155, 162, .32);
  background: #071111;
  color: #fff;
}

.g4s-start-guide .g4s-start-flow > div:first-child small {
  color: rgba(255, 255, 255, .72);
}

.g4s-start-worlds,
.g4s-start-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
}

.g4s-start-world,
.g4s-start-flow > div {
  display: grid;
  gap: .45rem;
  align-content: start;
  min-height: 142px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.g4s-start-world > span,
.g4s-start-flow span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 900;
}

.g4s-start-world svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.g4s-start-world strong,
.g4s-start-flow strong {
  font-size: 1rem;
  text-transform: uppercase;
}

.g4s-start-world small,
.g4s-start-flow small {
  color: var(--muted);
  line-height: 1.4;
}

.g4s-back-start {
  width: fit-content;
  margin-top: .9rem;
}

@media (max-width: 1180px) {
  .g4s-sponsor-topbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .g4s-workspace-header,
  .g4s-product-step-layout {
    grid-template-columns: 1fr;
  }

  .g4s-kit-outfit-panel {
    position: static;
  }

  .g4s-design-logo-panel,
  .g4s-design-control-stack,
  .g4s-design-kit-panel,
  .g4s-design-active-panel {
    position: static;
  }

  .g4s-kit-outfit-stage {
    min-height: 320px;
  }

  .g4s-kit-alternative-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .g4s-design-kit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .g4s-tenant-hero,
  .g4s-start-info {
    grid-template-columns: 1fr;
  }

  .g4s-start-guide-badge {
    justify-self: stretch;
  }

  .g4s-tenant-visual {
    min-height: 460px;
  }

  .g4s-tenant-shirt-showcase {
    width: min(100%, 560px);
    min-height: 460px;
  }

  .g4s-start-info .g4s-hero-brand-strip {
    justify-content: flex-start;
  }

  .g4s-start-worlds,
  .g4s-start-flow,
  .g4s-start-guide .g4s-start-flow,
  .g4s-start-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 760px) {
  .g4s-sponsor-topbar {
    grid-template-columns: 1fr;
  }

  .g4s-sponsor-topbar > div {
    padding: .72rem .82rem;
  }

  .g4s-sponsor-topbar strong,
  .g4s-sponsor-topbar small {
    white-space: normal;
  }

  .g4s-sponsor-equation {
    grid-template-columns: 1fr auto 1fr;
  }

  .g4s-sponsor-equation b:last-child {
    grid-column: 1 / -1;
    justify-items: center;
    padding-top: .25rem;
  }

  .g4s-tenant-shirt-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(250px, 1.2fr) minmax(180px, .8fr) auto;
    min-height: 530px;
    padding: .5rem;
    gap: .5rem;
  }

  .g4s-tenant-view-card.is-front {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .g4s-tenant-view-card img {
    padding: .18rem;
  }

  .g4s-tenant-shirt-showcase .g4s-tenant-product-tag {
    position: static;
    grid-column: 1 / -1;
    width: auto;
  }

  .g4s-sponsor-equation em:nth-of-type(2) {
    display: none;
  }

  .g4s-kit-outfit-panel.g4s-kit-outfit-desktop {
    display: none;
  }

  .g4s-kit-outfit-panel.g4s-kit-outfit-mobile {
    display: grid;
    gap: .62rem;
    margin: .7rem 0 .85rem;
    padding: .72rem;
  }

  .g4s-kit-outfit-mobile .g4s-kit-outfit-head {
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: .38rem;
  }

  .g4s-kit-outfit-mobile .g4s-kit-outfit-head > div {
    width: 100%;
  }

  .g4s-kit-outfit-mobile .g4s-kit-outfit-head strong {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .g4s-kit-outfit-mobile .g4s-kit-outfit-head em {
    width: fit-content;
  }

  .g4s-kit-outfit-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    padding: .55rem;
  }

  .g4s-kit-outfit-media,
  .g4s-kit-outfit-item.is-shorts .g4s-kit-outfit-media,
  .g4s-kit-outfit-item.is-socks .g4s-kit-outfit-media {
    min-height: 150px;
  }

  .g4s-kit-outfit-media > img,
  .g4s-kit-outfit-item.is-shorts .g4s-kit-outfit-media > img,
  .g4s-kit-outfit-item.is-socks .g4s-kit-outfit-media > img {
    max-height: 160px;
  }

  .g4s-kit-alternative-list {
    grid-template-columns: 1fr 1fr;
    max-height: none;
  }

  .g4s-design-kit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .g4s-design-kit-card {
    grid-template-rows: minmax(136px, 1fr) auto;
    min-height: 216px;
  }

  .g4s-design-kit-media,
  .g4s-design-kit-card.is-active .g4s-design-kit-media {
    min-height: 136px;
  }

  .g4s-design-kit-media > img,
  .g4s-design-kit-card.is-active .g4s-design-kit-media > img {
    height: 136px;
  }

  .g4s-design-active-panel .g4s-canvas-wrap {
    min-height: 430px;
  }

  .g4s-tenant-hero {
    min-height: auto;
    padding: 4rem 1rem 2rem;
  }

  .g4s-tenant-hero::before {
    background-position: 26% center;
    opacity: 1;
  }

  .g4s-tenant-hero::after {
    background:
      linear-gradient(90deg, rgba(7, 9, 9, .36), rgba(7, 9, 9, .1)),
      linear-gradient(0deg, rgba(7, 9, 9, .16), rgba(7, 9, 9, .02) 52%, rgba(7, 9, 9, .04));
  }

  .g4s-tenant-copy h1 {
    font-size: 4.15rem;
  }

  .g4s-tenant-visual {
    order: -1;
    min-height: 300px;
  }

  .g4s-tenant-shirt {
    width: min(96%, 360px);
  }

  .g4s-tenant-sponsor {
    left: 51.2%;
    top: 43.8%;
    width: clamp(76px, 23%, 100px);
  }

  .g4s-start-worlds,
  .g4s-start-flow,
  .g4s-start-guide .g4s-start-flow,
  .g4s-start-proof {
    grid-template-columns: 1fr;
  }

  .g4s-start-guide {
    margin-top: .75rem;
    padding: .75rem;
  }

  .g4s-start-guide .g4s-start-info {
    padding-bottom: .8rem;
  }

  .g4s-start-guide-badge {
    min-width: 0;
  }

  .g4s-start-proof {
    padding: .7rem;
  }

  .g4s-start-proof strong,
  .g4s-start-proof small {
    white-space: normal;
  }

}

/* App-wide flow direction: full-width desktop workspace and mobile app navigation. */
.g4s-configurator {
  width: 100%;
  max-width: none;
  padding-inline: clamp(1rem, 2.4vw, 3rem);
}

.g4s-shell.is-unified {
  width: 100%;
  max-width: none;
}

@media (min-width: 1181px) {
  .g4s-multistep-form {
    grid-template-columns: minmax(0, 1fr) clamp(300px, 17vw, 380px);
    gap: clamp(1rem, 1.4vw, 1.6rem);
  }

  .g4s-product-step-layout {
    grid-template-columns: minmax(300px, .42fr) minmax(0, 1fr);
    gap: clamp(1rem, 1.3vw, 1.45rem);
  }

  .g4s-kit-outfit-stage {
    min-height: clamp(420px, 34vw, 620px);
    gap: clamp(.72rem, .9vw, 1.05rem);
  }

  .g4s-kit-outfit-media {
    min-height: clamp(270px, 19vw, 390px);
  }

  .g4s-kit-outfit-item.is-shorts .g4s-kit-outfit-media,
  .g4s-kit-outfit-item.is-socks .g4s-kit-outfit-media {
    min-height: clamp(220px, 15vw, 320px);
  }

  .g4s-kit-outfit-media > img {
    max-height: clamp(310px, 22vw, 450px);
  }

  .g4s-kit-outfit-item.is-shorts .g4s-kit-outfit-media > img,
  .g4s-kit-outfit-item.is-socks .g4s-kit-outfit-media > img {
    max-height: clamp(220px, 16vw, 320px);
  }
}

.g4s-design-active-panel .g4s-shirt-editor {
  width: min(90%, 340px);
}

.g4s-design-layer.g4s-logo-layer {
  max-width: 34%;
  max-height: 18%;
  border-color: rgba(0, 135, 138, .62);
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 10px 22px rgba(0, 135, 138, .1);
}

.g4s-logo-layer img {
  max-width: min(112px, 15vw);
  max-height: min(86px, 11vw);
}

.g4s-logo-layer.is-front-logo img,
.g4s-logo-layer.is-back-logo img {
  max-width: min(76px, 10.5vw);
  max-height: min(58px, 7.5vw);
}

.g4s-mobile-app-topbar {
  display: none;
}

@media (max-width: 760px) {
  .g4s-configurator {
    padding-inline: .75rem;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
  }

  .g4s-mobile-app-topbar {
    position: sticky;
    top: 0;
    z-index: 58;
    display: grid;
    gap: .5rem;
    margin: -.1rem 0 .75rem;
    padding: .72rem .8rem .74rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 0 0 20px 20px;
    background: linear-gradient(180deg, rgba(7, 9, 9, .98), rgba(18, 21, 21, .96));
    color: #fff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .22);
  }

  .g4s-mobile-app-meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .16rem .6rem;
    align-items: end;
    min-width: 0;
  }

  .g4s-mobile-app-meta span {
    grid-column: 1;
    color: rgba(255, 255, 255, .58);
    font-size: .56rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
  }

  .g4s-mobile-app-meta strong {
    grid-column: 1;
    overflow: hidden;
    color: #fff;
    font-size: .76rem;
    font-weight: 900;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .g4s-mobile-app-meta em {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    padding: .26rem .5rem;
    border: 1px solid rgba(0, 155, 162, .32);
    border-radius: 999px;
    background: rgba(0, 155, 162, .16);
    color: #5fe2df;
    font-size: .62rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
  }

  .g4s-mobile-app-current {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: .55rem;
    align-items: center;
    min-width: 0;
  }

  .g4s-mobile-app-current > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 13px;
    background: var(--accent);
    color: #fff;
    font-size: .9rem;
    font-weight: 900;
    line-height: 1;
  }

  .g4s-mobile-app-current div {
    display: grid;
    gap: .08rem;
    min-width: 0;
  }

  .g4s-mobile-app-current strong {
    color: #fff;
    font-size: .95rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
  }

  .g4s-mobile-app-current small {
    overflow: hidden;
    color: rgba(255, 255, 255, .7);
    font-size: .68rem;
    font-weight: 800;
    line-height: 1.22;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .g4s-mobile-app-progress {
    height: 4px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
  }

  .g4s-mobile-app-progress span {
    display: block;
    width: var(--step-progress);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #37e1df, #009ba2);
  }

  .g4s-multistep-form {
    display: block;
  }

  .g4s-multistep-form .g4s-config-stepper {
    display: none;
  }

  .g4s-multistep-form .g4s-stepper-head {
    display: none;
  }

  .g4s-multistep-form .g4s-config-step-tab {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 26px auto;
    gap: .18rem;
    min-height: 56px;
    padding: .34rem .12rem .3rem;
    border: 0;
    border-radius: 16px;
    background: transparent;
    color: rgba(255, 255, 255, .76);
    text-align: center;
  }

  .g4s-multistep-form .g4s-config-step-tab > span {
    width: 26px;
    height: 26px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, .18);
    background: #1b1d1d;
    color: #fff;
    font-size: .72rem;
  }

  .g4s-multistep-form .g4s-config-step-tab strong {
    display: block;
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
    color: inherit;
    font-size: 0;
    line-height: 1;
    text-align: center;
    text-overflow: clip;
    white-space: nowrap;
  }

  .g4s-multistep-form .g4s-config-step-tab strong::after {
    content: attr(data-mobile-label);
    font-size: clamp(.52rem, 2.15vw, .62rem);
    font-weight: 900;
    line-height: 1;
  }

  .g4s-multistep-form .g4s-config-step-tab small {
    display: none;
  }

  .g4s-multistep-form .g4s-config-step-tab.is-active {
    background: linear-gradient(180deg, #0fb3b6, #00878a);
    color: #fff;
    box-shadow: 0 10px 22px rgba(0, 135, 138, .36);
    transform: translateY(-.3rem);
  }

  .g4s-multistep-form .g4s-config-step-tab.is-active > span {
    border-color: rgba(255, 255, 255, .4);
    background: #fff;
    color: var(--accent-dark);
  }

  .g4s-multistep-form .g4s-config-stack {
    padding-bottom: 0;
  }

  .g4s-multistep-form .g4s-step-nav {
    margin-bottom: .5rem;
  }

  body:has(#gen4smshrs-configurator .g4s-shell.is-unified) footer,
  body:has(#gen4smshrs-configurator .g4s-shell.is-unified) .site-footer,
  body:has(#gen4smshrs-configurator .g4s-shell.is-unified) #colophon {
    display: none;
  }
}

.g4s-config-step-tab {
  appearance: none;
  font: inherit;
  cursor: pointer;
}

.g4s-config-step-tab:focus-visible {
  outline: 3px solid rgba(0, 155, 162, .28);
  outline-offset: 2px;
}

@media (max-width: 700px) {
  .g4s-minimal-stage-head strong,
  .g4s-minimal-editor-head strong {
    white-space: normal;
  }

  .g4s-minimal-kit-label small {
    overflow-wrap: anywhere;
    white-space: normal;
  }
}

/* Reference-like set step layout */
.g4s-shell.is-unified {
  gap: .85rem;
}

.g4s-multistep-form {
  grid-template-columns: clamp(150px, 13vw, 188px) minmax(0, 1fr);
  grid-template-areas: "stepper stack";
  gap: .85rem;
}

.g4s-multistep-form .g4s-config-stepper {
  grid-area: stepper;
  position: sticky;
  top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-self: start;
  max-height: calc(100vh - 2rem);
  overflow: auto;
  padding: 0;
  border: 1px solid rgba(16, 18, 18, .08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(16, 18, 18, .06);
}

.g4s-multistep-form .g4s-stepper-head {
  display: none;
}

.g4s-multistep-form .g4s-config-step-tab {
  grid-template-columns: 34px minmax(0, 1fr);
  min-height: 92px;
  padding: .72rem .68rem;
  border: 0;
  border-bottom: 1px solid rgba(16, 18, 18, .07);
  border-radius: 0;
  background: #fff;
  color: #5f6668;
  box-shadow: none;
}

.g4s-multistep-form .g4s-config-step-tab:last-child {
  border-bottom: 0;
}

.g4s-multistep-form .g4s-config-step-tab span {
  width: 28px;
  height: 28px;
  border-color: rgba(16, 18, 18, .1);
  background: #fff;
  color: #202324;
  font-size: .72rem;
}

.g4s-multistep-form .g4s-config-step-tab strong {
  color: inherit;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.08;
}

.g4s-multistep-form .g4s-config-step-tab small {
  display: none;
}

.g4s-multistep-form .g4s-config-step-tab:hover {
  background: #f8fbfb;
}

.g4s-multistep-form .g4s-config-step-tab.is-active {
  border-color: rgba(0, 135, 138, .24);
  background: #ecfbfa;
  color: var(--accent-dark);
  box-shadow: inset 0 0 0 1px rgba(0, 135, 138, .34);
}

.g4s-multistep-form .g4s-config-step-tab.is-active span {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.g4s-reference-kit-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(270px, 23vw, 340px);
  gap: .85rem;
  align-items: stretch;
  min-width: 0;
}

.g4s-reference-kit-stage,
.g4s-reference-kit-editor {
  min-width: 0;
  border: 1px solid rgba(16, 18, 18, .08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(16, 18, 18, .055);
}

.g4s-reference-kit-stage {
  display: grid;
  grid-template-rows: auto auto auto minmax(520px, 1fr);
  gap: .8rem;
  padding: clamp(1.15rem, 2vw, 2rem);
}

.g4s-reference-stage-head {
  display: flex;
  gap: 1rem;
  align-items: start;
  justify-content: space-between;
  min-width: 0;
}

.g4s-reference-stage-head h2 {
  margin: 0;
  color: #121516;
  font-size: clamp(1.28rem, 1.8vw, 1.85rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.g4s-reference-stage-head span,
.g4s-reference-stage-head em,
.g4s-reference-stage-head small {
  color: var(--accent-dark);
  font-size: .72rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.g4s-reference-stage-head span {
  display: block;
  margin-top: .28rem;
  color: #444b4d;
}

.g4s-reference-stage-head small {
  display: block;
  margin-top: .4rem;
  color: var(--accent);
}

.g4s-excel-set-selector {
  display: flex;
  gap: .55rem;
  min-width: 0;
  overflow-x: auto;
  padding-bottom: .15rem;
  scroll-snap-type: x proximity;
}

.g4s-excel-set-card {
  display: grid;
  gap: .22rem;
  flex: 0 0 min(310px, 82vw);
  min-height: 92px;
  padding: .72rem .8rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 8px;
  background: #fff;
  color: #151819;
  cursor: pointer;
  scroll-snap-align: start;
  text-align: left;
  box-shadow: 0 10px 22px rgba(16, 18, 18, .045);
}

.g4s-excel-set-card span,
.g4s-excel-set-card small,
.g4s-excel-set-empty span {
  min-width: 0;
  overflow: hidden;
  color: #687073;
  font-size: .64rem;
  font-weight: 850;
  line-height: 1.12;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.g4s-excel-set-card strong,
.g4s-excel-set-empty strong {
  min-width: 0;
  color: #171b1c;
  font-size: .8rem;
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.g4s-excel-set-card.is-active {
  border-color: rgba(0, 135, 138, .55);
  background: #edfafa;
  box-shadow: 0 16px 32px rgba(0, 135, 138, .12), inset 0 0 0 1px rgba(0, 135, 138, .1);
}

.g4s-excel-set-card.is-active span {
  color: var(--accent-dark);
}

.g4s-excel-set-empty {
  display: grid;
  gap: .18rem;
  padding: .75rem .85rem;
  border: 1px dashed rgba(16, 18, 18, .18);
  border-radius: 8px;
  background: #fbfdfd;
}

.g4s-kit-substeps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: .55rem;
  min-width: 0;
}

.g4s-kit-substep {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "number label"
    "number product"
    "number status";
  gap: .12rem .5rem;
  min-width: 0;
  min-height: 76px;
  padding: .62rem .68rem;
  border: 1px solid rgba(16, 18, 18, .09);
  border-radius: 8px;
  background: #fff;
  color: #171b1c;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 10px 22px rgba(16, 18, 18, .045);
}

.g4s-kit-substep span {
  grid-area: number;
  display: grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  align-self: center;
  border-radius: 999px;
  background: #eef5f5;
  color: #4c5658;
  font-size: .72rem;
  font-weight: 950;
}

.g4s-kit-substep strong {
  grid-area: label;
  min-width: 0;
  color: #161a1b;
  font-size: .78rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.g4s-kit-substep small {
  grid-area: product;
  min-width: 0;
  overflow: hidden;
  color: #687073;
  font-size: .64rem;
  font-weight: 850;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-kit-substep em {
  grid-area: status;
  color: var(--accent-dark);
  font-size: .62rem;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.g4s-kit-substep.is-active {
  border-color: rgba(0, 135, 138, .55);
  background: #edfafa;
  box-shadow: 0 16px 32px rgba(0, 135, 138, .12), inset 0 0 0 1px rgba(0, 135, 138, .1);
}

.g4s-kit-substep.is-active span {
  background: var(--accent);
  color: #fff;
}

.g4s-kit-substep.is-missing {
  border-style: dashed;
}

.g4s-reference-set-canvas {
  display: grid;
  grid-template-columns: minmax(180px, 1.18fr) minmax(160px, 1fr) minmax(124px, .78fr) minmax(58px, .34fr);
  grid-template-rows: minmax(285px, 1fr) minmax(220px, .78fr);
  gap: .3rem .45rem;
  align-items: end;
  min-width: 0;
  min-height: 560px;
}

.g4s-reference-set-canvas.is-count-3 {
  grid-template-columns: minmax(180px, 1.12fr) minmax(160px, 1fr) minmax(124px, .78fr);
}

.g4s-reference-set-canvas.is-count-2 {
  grid-template-columns: minmax(180px, 1fr) minmax(140px, .72fr);
  grid-template-rows: minmax(380px, 1fr);
}

.g4s-reference-set-piece {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: .7rem;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #161a1b;
  cursor: pointer;
  text-align: center;
}

.g4s-reference-set-piece.is-active .g4s-reference-set-media {
  outline: 2px solid rgba(0, 135, 138, .25);
  outline-offset: 6px;
}

.g4s-reference-set-piece.is-shirt {
  grid-column: 1;
  grid-row: 1 / 3;
}

.g4s-reference-set-piece.is-keeper {
  grid-column: 2;
  grid-row: 1;
}

.g4s-reference-set-piece.is-shorts {
  grid-column: 3;
  grid-row: 2;
}

.g4s-reference-set-piece.is-socks {
  grid-column: 4;
  grid-row: 1 / 3;
}

.g4s-reference-set-canvas.is-count-2 .g4s-reference-set-piece.is-shorts {
  grid-column: 2;
  grid-row: 1;
}

.g4s-reference-set-media {
  display: grid;
  min-height: 0;
  place-items: end center;
}

.g4s-reference-set-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(16, 18, 18, .13));
}

.g4s-reference-set-piece.is-shirt .g4s-reference-set-media img {
  height: clamp(390px, 38vw, 520px);
}

.g4s-reference-set-piece.is-keeper .g4s-reference-set-media img {
  height: clamp(240px, 23vw, 330px);
}

.g4s-reference-set-piece.is-shorts .g4s-reference-set-media img {
  height: clamp(160px, 17vw, 235px);
}

.g4s-reference-set-piece.is-socks .g4s-reference-set-media img {
  height: clamp(300px, 31vw, 430px);
}

.g4s-reference-set-label {
  display: grid;
  gap: .12rem;
  min-width: 0;
}

.g4s-reference-set-step {
  justify-self: center;
  padding: .18rem .42rem;
  border-radius: 999px;
  background: #edfafa;
  color: var(--accent-dark);
  font-size: .58rem;
  font-weight: 950;
  line-height: 1;
}

.g4s-reference-set-label strong {
  color: #171b1c;
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.g4s-reference-set-label small,
.g4s-reference-set-label em {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #687073;
  font-size: .66rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.12;
}

.g4s-reference-set-label em {
  color: var(--accent-dark);
  text-transform: uppercase;
}

.g4s-reference-kit-editor {
  display: grid;
  align-content: start;
  gap: 1.25rem;
  padding: clamp(1rem, 1.5vw, 1.35rem);
}

.g4s-reference-editor-title h3 {
  margin: 0;
  color: #151819;
  font-size: 1.28rem;
  font-weight: 950;
  text-transform: none;
}

.g4s-reference-editor-title span {
  display: inline-flex;
  margin-bottom: .35rem;
  padding: .2rem .5rem;
  border-radius: 999px;
  background: #edfafa;
  color: var(--accent-dark);
  font-size: .66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.g4s-reference-control {
  display: grid;
  gap: .72rem;
  min-width: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(16, 18, 18, .08);
}

.g4s-reference-control:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.g4s-reference-control > strong,
.g4s-reference-control-head strong {
  color: #202324;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.g4s-reference-control-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}

.g4s-reference-control-head span {
  color: var(--accent-dark);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.g4s-reference-brand-filter {
  display: flex;
  flex-wrap: wrap;
  gap: .48rem;
}

.g4s-reference-brand-filter button {
  display: inline-grid;
  grid-auto-flow: column;
  gap: .32rem;
  align-items: center;
  min-height: 34px;
  padding: .36rem .62rem;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 999px;
  background: #fff;
  color: #202324;
  cursor: pointer;
}

.g4s-reference-brand-filter button.is-active {
  border-color: var(--accent);
  background: #edfafa;
  color: var(--accent-dark);
  box-shadow: inset 0 0 0 1px rgba(0, 135, 138, .14);
}

.g4s-reference-brand-filter img {
  display: block;
  max-width: 38px;
  max-height: 17px;
  object-fit: contain;
}

.g4s-reference-brand-filter span {
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.g4s-reference-color-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.g4s-reference-color {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(16, 18, 18, .18);
  border-radius: 999px;
  background: var(--swatch, #dfe6e8);
  box-shadow: inset 0 0 0 3px #fff;
  color: #fff;
  cursor: pointer;
}

.g4s-reference-color.is-active {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 135, 138, .18), inset 0 0 0 3px #fff;
}

.g4s-reference-color span {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 999px;
  background: rgba(0, 135, 138, .92);
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
  font-size: .62rem;
  font-weight: 900;
}

.g4s-reference-color:not(.is-active) span {
  opacity: 0;
}

.g4s-reference-product-list {
  display: grid;
  gap: .25rem;
}

.g4s-reference-product {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 24px;
  gap: .62rem;
  align-items: center;
  min-width: 0;
  min-height: 74px;
  padding: .5rem .2rem;
  border: 0;
  border-bottom: 1px solid rgba(16, 18, 18, .07);
  background: transparent;
  color: #161a1b;
  cursor: pointer;
  text-align: left;
}

.g4s-reference-product:last-child {
  border-bottom: 0;
}

.g4s-reference-product-thumb {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f7f7;
}

.g4s-reference-product-thumb img {
  display: block;
  width: 100%;
  height: 50px;
  object-fit: contain;
}

.g4s-reference-product-copy {
  display: grid;
  gap: .1rem;
  min-width: 0;
}

.g4s-reference-product-copy strong {
  min-width: 0;
  overflow: hidden;
  color: #171b1c;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-reference-product-copy small,
.g4s-reference-product-copy em {
  min-width: 0;
  overflow: hidden;
  color: #687073;
  font-size: .67rem;
  font-style: normal;
  font-weight: 760;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g4s-reference-product-state {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  color: #7c8588;
  font-size: .9rem;
  font-weight: 950;
}

.g4s-reference-product.is-active .g4s-reference-product-state {
  background: var(--accent);
  color: #fff;
  font-size: .72rem;
}

.g4s-reference-product-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding-top: .75rem;
}

.g4s-reference-product-nav span {
  color: var(--accent-dark);
  font-size: .72rem;
  font-weight: 900;
}

.g4s-reference-mobile-editor {
  display: none;
}

.g4s-reference-set-canvas.is-focus-carousel {
  position: relative;
  display: block;
  min-height: clamp(460px, 42vw, 585px);
  overflow: hidden;
  padding: clamp(.6rem, 1.1vw, 1rem);
  border: 1px solid rgba(0, 135, 138, .1);
  border-radius: 10px;
  background:
    radial-gradient(ellipse at 50% 74%, rgba(0, 135, 138, .08), transparent 58%),
    linear-gradient(180deg, #fff 0%, #fbfdfd 58%, #f5f8f8 100%);
}

.g4s-reference-set-canvas.is-focus-carousel::before {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 10%;
  left: 8%;
  height: 24%;
  border: 1px solid rgba(0, 135, 138, .12);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(0, 135, 138, .035));
  box-shadow: 0 22px 42px rgba(16, 18, 18, .06), inset 0 0 0 1px rgba(255,255,255,.78);
  pointer-events: none;
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: var(--focus-z, 1);
  width: clamp(176px, 27vw, 390px);
  padding: .55rem;
  border: 1px solid transparent;
  border-radius: 10px;
  opacity: var(--focus-opacity, 1);
  transform:
    translate3d(-50%, -50%, 0)
    translate3d(var(--focus-x, 0%), var(--focus-y, 0), 0)
    scale(var(--focus-scale, 1));
  transition:
    transform .36s cubic-bezier(.2, .78, .2, 1),
    opacity .24s ease,
    filter .24s ease,
    border-color .24s ease,
    box-shadow .24s ease;
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece:not(.is-active) {
  filter: saturate(.9) contrast(.96);
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-active {
  width: clamp(230px, 35vw, 500px);
  border-color: rgba(0, 135, 138, .22);
  background: rgba(255,255,255,.74);
  box-shadow: 0 26px 56px rgba(16, 18, 18, .12), inset 0 0 0 1px rgba(255,255,255,.82);
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-active .g4s-reference-set-media {
  outline: 0;
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-distant {
  pointer-events: none;
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-media {
  min-height: clamp(190px, 27vw, 390px);
  place-items: center;
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-media img {
  height: clamp(190px, 25vw, 355px);
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 22px rgba(16, 18, 18, .14));
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-shirt.is-active .g4s-reference-set-media img,
.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-keeper.is-active .g4s-reference-set-media img {
  height: clamp(330px, 36vw, 510px);
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-shorts.is-active .g4s-reference-set-media img {
  height: clamp(235px, 27vw, 345px);
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-socks.is-active .g4s-reference-set-media img {
  height: clamp(310px, 33vw, 470px);
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-shorts:not(.is-active) .g4s-reference-set-media img,
.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-socks:not(.is-active) .g4s-reference-set-media img {
  height: clamp(130px, 15vw, 215px);
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-label {
  justify-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: .38rem .48rem;
  border: 1px solid rgba(16, 18, 18, .07);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 12px 24px rgba(16, 18, 18, .06);
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece:not(.is-active) .g4s-reference-set-label {
  max-width: 82%;
  opacity: .82;
}

.g4s-reference-set-canvas.is-focus-carousel,
.g4s-reference-set-canvas.is-focus-carousel.is-count-3,
.g4s-reference-set-canvas.is-focus-carousel.is-count-2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(132px, .34fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: .72rem;
  align-items: stretch;
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece {
  position: relative;
  top: auto;
  left: auto;
  grid-column: 2 !important;
  grid-row: auto !important;
  align-self: stretch;
  width: 100%;
  padding: .46rem;
  border-color: rgba(16, 18, 18, .07);
  background: rgba(255,255,255,.78);
  opacity: .78;
  transform: none;
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-active {
  grid-column: 1 !important;
  grid-row: 1 / 4 !important;
  align-self: center;
  width: 100%;
  padding: .75rem;
  opacity: 1;
  transform: scale(1.025);
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-distant {
  pointer-events: auto;
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece:not(.is-active) .g4s-reference-set-media {
  min-height: 104px;
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece:not(.is-active) .g4s-reference-set-media img,
.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-shorts:not(.is-active) .g4s-reference-set-media img,
.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-socks:not(.is-active) .g4s-reference-set-media img {
  height: clamp(82px, 8.5vw, 145px);
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-active .g4s-reference-set-media {
  min-height: clamp(260px, 33vw, 440px);
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece:not(.is-active) .g4s-reference-set-label {
  max-width: 100%;
  padding: .28rem .34rem;
}

.g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece:not(.is-active) .g4s-reference-set-label small {
  display: none;
}

.g4s-reference-product-carousel {
  position: relative;
  min-height: 244px;
  overflow: hidden;
  border: 1px solid rgba(0, 135, 138, .12);
  border-radius: 10px;
  background:
    radial-gradient(ellipse at 50% 86%, rgba(0, 135, 138, .08), transparent 60%),
    linear-gradient(180deg, #fff 0%, #f7fbfb 100%);
}

.g4s-reference-product-track {
  position: relative;
  min-height: 244px;
}

.g4s-reference-product-card,
.g4s-reference-product-card:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: var(--card-z, 1);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(112px, 1fr) auto auto;
  gap: .42rem;
  width: min(76%, 226px);
  min-height: 214px;
  padding: .7rem;
  border: 1px solid rgba(16, 18, 18, .09);
  border-radius: 10px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 30px rgba(16, 18, 18, .08);
  opacity: var(--card-opacity, 1);
  text-align: center;
  transform:
    translate3d(-50%, -50%, 0)
    translate3d(var(--card-x, 0), var(--card-y, 0), 0)
    scale(var(--card-scale, 1));
  transition:
    transform .32s cubic-bezier(.2, .78, .2, 1),
    opacity .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.g4s-reference-product-card.is-active {
  border-color: rgba(0, 135, 138, .46);
  box-shadow: 0 20px 42px rgba(16, 18, 18, .13), inset 0 0 0 1px rgba(0, 135, 138, .08);
  pointer-events: none;
}

.g4s-reference-product-card:not(.is-active) .g4s-reference-product-copy,
.g4s-reference-product-card:not(.is-active) .g4s-reference-product-state {
  opacity: 0;
  visibility: hidden;
}

.g4s-reference-product-card.is-outside {
  opacity: 0;
  pointer-events: none;
}

.g4s-reference-product-card .g4s-reference-product-thumb {
  width: 100%;
  height: 118px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fafa, #eff4f4);
}

.g4s-reference-product-card.is-active .g4s-reference-product-thumb {
  height: 128px;
}

.g4s-reference-product-card .g4s-reference-product-thumb img {
  width: 100%;
  height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 10px 12px rgba(16, 18, 18, .11));
}

.g4s-reference-product-card.is-active .g4s-reference-product-thumb img {
  height: 122px;
}

.g4s-reference-product-card .g4s-reference-product-copy {
  justify-items: center;
}

.g4s-reference-product-card .g4s-reference-product-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: #151819;
  font-size: .78rem;
  line-height: 1.12;
  text-overflow: clip;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g4s-reference-product-card .g4s-reference-product-copy small,
.g4s-reference-product-card .g4s-reference-product-copy em {
  max-width: 100%;
}

.g4s-reference-product-card .g4s-reference-product-state {
  width: auto;
  min-width: 58px;
  height: auto;
  justify-self: center;
  padding: .24rem .48rem;
  border: 1px solid rgba(16, 18, 18, .08);
  border-radius: 999px;
  background: #f3f6f6;
  color: #687073;
  font-size: .58rem;
  line-height: 1;
  text-transform: uppercase;
}

.g4s-reference-product-card.is-active .g4s-reference-product-state {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
  font-size: .58rem;
}

@media (max-width: 1180px) {
  .g4s-multistep-form {
    grid-template-columns: 1fr;
    grid-template-areas:
      "stepper"
      "stack";
  }

  .g4s-multistep-form .g4s-config-stepper {
    position: static;
    grid-template-columns: repeat(7, minmax(86px, 1fr));
    overflow-x: auto;
  }

  .g4s-multistep-form .g4s-config-step-tab {
    min-height: 68px;
    border-right: 1px solid rgba(16, 18, 18, .07);
    border-bottom: 0;
  }

  .g4s-reference-kit-workspace {
    grid-template-columns: 1fr;
  }

  .g4s-reference-kit-stage {
    grid-template-rows: auto minmax(440px, 1fr);
  }
}

@media (max-width: 760px) {
  .g4s-reference-kit-stage,
  .g4s-reference-kit-editor {
    padding: .85rem;
  }

  .g4s-reference-stage-head {
    display: grid;
  }

  .g4s-kit-substeps {
    display: flex;
    gap: .5rem;
    overflow-x: auto;
    padding-bottom: .18rem;
    scroll-snap-type: x proximity;
  }

  .g4s-kit-substeps::-webkit-scrollbar {
    height: 4px;
  }

  .g4s-kit-substep {
    flex: 0 0 min(76vw, 260px);
    scroll-snap-align: start;
  }

  .g4s-reference-set-canvas,
  .g4s-reference-set-canvas.is-count-3,
  .g4s-reference-set-canvas.is-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: .75rem .5rem;
    min-height: 0;
  }

  .g4s-reference-set-piece.is-shirt,
  .g4s-reference-set-piece.is-keeper,
  .g4s-reference-set-piece.is-shorts,
  .g4s-reference-set-piece.is-socks,
  .g4s-reference-set-canvas.is-count-2 .g4s-reference-set-piece.is-shorts {
    grid-column: auto;
    grid-row: auto;
  }

  .g4s-reference-set-piece.is-shirt .g4s-reference-set-media img,
  .g4s-reference-set-piece.is-keeper .g4s-reference-set-media img {
    height: 185px;
  }

  .g4s-reference-set-piece.is-shorts .g4s-reference-set-media img,
  .g4s-reference-set-piece.is-socks .g4s-reference-set-media img {
    height: 140px;
  }

  .g4s-reference-product-copy strong,
  .g4s-reference-product-copy small,
  .g4s-reference-product-copy em {
    white-space: normal;
  }

  .g4s-reference-set-canvas.is-focus-carousel,
  .g4s-reference-set-canvas.is-focus-carousel.is-count-3,
  .g4s-reference-set-canvas.is-focus-carousel.is-count-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: .75rem .5rem;
    min-height: 0;
    overflow: visible;
    padding: .55rem;
    background: #fff;
  }

  .g4s-reference-set-canvas.is-focus-carousel::before {
    display: none;
  }

  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece {
    position: relative;
    top: auto;
    left: auto;
    order: 0;
    width: auto;
    opacity: 1;
    transform: none !important;
  }

  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-active {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    order: -1;
    width: auto;
  }

  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-media {
    min-height: 150px;
  }

  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-active .g4s-reference-set-media {
    min-height: 220px;
  }

  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-media img,
  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-shorts:not(.is-active) .g4s-reference-set-media img,
  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-socks:not(.is-active) .g4s-reference-set-media img {
    height: 145px;
  }

  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-active .g4s-reference-set-media img,
  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-shirt.is-active .g4s-reference-set-media img,
  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-keeper.is-active .g4s-reference-set-media img,
  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-shorts.is-active .g4s-reference-set-media img,
  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-socks.is-active .g4s-reference-set-media img {
    height: 220px;
  }

  .g4s-reference-product-carousel,
  .g4s-reference-product-track {
    min-height: 236px;
  }

  .g4s-reference-product-card,
  .g4s-reference-product-card:last-child {
    width: min(74%, 218px);
  }

  .g4s-reference-kit-workspace {
    display: block;
  }

  .g4s-reference-kit-stage {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: .72rem;
    padding: .72rem;
    border-color: rgba(16, 18, 18, .08);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(16, 18, 18, .08);
  }

  .g4s-reference-kit-editor {
    display: none;
  }

  .g4s-reference-stage-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .45rem;
    padding: .02rem .02rem .1rem;
  }

  .g4s-reference-stage-head h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .g4s-reference-stage-head > div {
    min-width: 0;
  }

  .g4s-reference-stage-head span,
  .g4s-reference-stage-head em {
    width: fit-content;
    font-size: .68rem;
    white-space: nowrap;
  }

  .g4s-reference-stage-head em {
    flex: 0 0 auto;
    padding: .28rem .45rem;
    border-radius: 999px;
    background: #e9f8f7;
  }

  .g4s-reference-set-canvas.is-focus-carousel,
  .g4s-reference-set-canvas.is-focus-carousel.is-count-3,
  .g4s-reference-set-canvas.is-focus-carousel.is-count-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .48rem;
    padding: .5rem;
    border-radius: 10px;
    background:
      radial-gradient(ellipse at 50% 38%, rgba(255,255,255,.9), rgba(245,249,249,.4) 58%, transparent 76%),
      linear-gradient(180deg, #f8fbfb 0%, #eef5f5 100%);
  }

  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 116px;
    padding: .42rem;
    border-color: rgba(16, 18, 18, .08);
    border-radius: 10px;
    background: rgba(255,255,255,.86);
    box-shadow: 0 8px 18px rgba(16, 18, 18, .055);
  }

  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-active {
    min-height: 338px;
    padding: .58rem .58rem .68rem;
    background:
      radial-gradient(ellipse at 50% 82%, rgba(0, 135, 138, .08), transparent 58%),
      #fff;
    box-shadow: 0 18px 38px rgba(16, 18, 18, .1), inset 0 0 0 1px rgba(0, 135, 138, .08);
    transform: none !important;
  }

  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece:not(.is-active) .g4s-reference-set-media {
    min-height: 72px;
  }

  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-media img,
  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-shorts:not(.is-active) .g4s-reference-set-media img,
  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-socks:not(.is-active) .g4s-reference-set-media img {
    height: 78px;
    filter: drop-shadow(0 8px 10px rgba(16, 18, 18, .1));
  }

  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-active .g4s-reference-set-media {
    min-height: 252px;
  }

  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-active .g4s-reference-set-media img,
  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-shirt.is-active .g4s-reference-set-media img,
  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-keeper.is-active .g4s-reference-set-media img,
  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-shorts.is-active .g4s-reference-set-media img,
  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece.is-socks.is-active .g4s-reference-set-media img {
    height: 250px;
  }

  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-piece:not(.is-active) .g4s-reference-set-label {
    padding: .26rem .3rem;
    border-radius: 8px;
    box-shadow: none;
  }

  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-label strong {
    font-size: .66rem;
    line-height: 1;
  }

  .g4s-reference-set-canvas.is-focus-carousel .g4s-reference-set-label em {
    font-size: .58rem;
  }

  .g4s-reference-mobile-editor {
    display: grid;
    gap: .78rem;
    padding: .72rem;
    border: 1px solid rgba(16, 18, 18, .08);
    border-radius: 10px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,250,250,.96));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 12px 24px rgba(16, 18, 18, .055);
  }

  .g4s-reference-mobile-editor-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .7rem;
    min-width: 0;
  }

  .g4s-reference-mobile-editor-head strong {
    min-width: 0;
    overflow: hidden;
    color: #151819;
    font-size: 1rem;
    font-weight: 950;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
  }

  .g4s-reference-mobile-editor-head span,
  .g4s-reference-mobile-control > span {
    color: var(--accent-dark);
    font-size: .64rem;
    font-weight: 950;
    text-transform: uppercase;
  }

  .g4s-reference-mobile-control {
    display: grid;
    gap: .48rem;
    min-width: 0;
  }

  .g4s-reference-mobile-control .g4s-reference-brand-filter,
  .g4s-reference-mobile-control .g4s-reference-color-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: .04rem .02rem .08rem;
    scrollbar-width: none;
  }

  .g4s-reference-mobile-control .g4s-reference-brand-filter::-webkit-scrollbar,
  .g4s-reference-mobile-control .g4s-reference-color-row::-webkit-scrollbar {
    display: none;
  }

  .g4s-reference-mobile-control .g4s-reference-brand-filter button {
    flex: 0 0 auto;
    min-height: 38px;
    padding: .4rem .68rem;
  }

  .g4s-reference-mobile-control .g4s-reference-color {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
  }

  .g4s-reference-mobile-control.is-products {
    gap: .54rem;
  }

  .g4s-reference-mobile-control .g4s-reference-product-carousel,
  .g4s-reference-mobile-control .g4s-reference-product-track {
    min-height: 226px;
  }

  .g4s-reference-mobile-control .g4s-reference-product-card,
  .g4s-reference-mobile-control .g4s-reference-product-card:last-child {
    width: min(76%, 220px);
    min-height: 206px;
  }

  .g4s-reference-mobile-control .g4s-reference-product-nav {
    padding-top: .5rem;
  }
}

/* Workflow audit hardening: keep the minimalist workspace within its lanes. */
.g4s-shell,
.g4s-configurator,
.g4s-start-hero,
.g4s-tenant-hero,
.g4s-tenant-copy,
.g4s-tenant-visual,
.g4s-reference-kit-workspace,
.g4s-reference-kit-stage,
.g4s-reference-kit-editor,
.g4s-order-kit-selection {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.g4s-shell.is-tenant-start,
.g4s-start-hero,
.g4s-tenant-hero {
  overflow-x: clip;
}

.g4s-tenant-hero {
  width: 100%;
  grid-template-columns: minmax(0, .82fr) minmax(340px, .68fr);
  padding-inline: clamp(1.15rem, 4vw, 3.25rem);
  contain: paint;
  overflow: hidden;
}

.g4s-tenant-hero::before {
  transform: none;
}

.g4s-logo-drag-frame {
  overflow: visible;
}

.g4s-logo-drag-frame span {
  max-width: min(12ch, calc(100% - .35rem));
  padding: .18rem .36rem .16rem;
  overflow: hidden;
  font-size: clamp(.42rem, .7vw, .56rem);
  line-height: 1.03;
  text-align: center;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
}

.g4s-design-outfit-media {
  overflow: hidden;
}

.g4s-design-outfit-piece.is-shorts .g4s-design-kit-number {
  top: 44%;
  left: 38%;
  min-width: 1.65rem;
  height: 1.65rem;
  font-size: .64rem;
}

.g4s-design-outfit-piece.is-shorts .g4s-design-outfit-media > img {
  max-height: min(74px, 100%);
}

.g4s-design-outfit-piece.is-socks .g4s-design-outfit-media > img {
  max-height: min(88px, 100%);
}

.g4s-design-outfit-label small,
.g4s-design-kit-rail-item small,
.g4s-design-kit-rail-item span {
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
}

.g4s-order-kit-line {
  grid-template-columns: 78px minmax(0, 1.05fr) minmax(0, .62fr) minmax(0, .62fr) minmax(86px, .58fr);
  max-width: 100%;
  overflow: hidden;
  gap: .66rem;
  padding: .66rem;
}

.g4s-order-kit-image {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.g4s-order-kit-copy strong,
.g4s-order-kit-copy small,
.g4s-order-kit-meta strong,
.g4s-order-kit-meta small,
.g4s-order-kit-price strong,
.g4s-order-kit-price small {
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
}

.g4s-order-kit-line strong,
.g4s-order-kit-line small {
  max-width: 100%;
  overflow: hidden;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
  word-break: break-all;
}

.g4s-order-player-labels,
.g4s-order-player-row {
  grid-template-columns: 28px minmax(64px, .9fr) minmax(58px, .54fr) minmax(42px, .36fr) minmax(106px, 1.12fr) minmax(38px, .32fr) minmax(66px, .48fr);
  gap: .28rem;
  padding: .5rem .5rem;
}

.g4s-order-player-labels span,
.g4s-order-player-row > * {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.g4s-order-checklist-head,
.g4s-order-check-row {
  grid-template-columns: 22px minmax(0, 1fr) minmax(58px, auto);
  gap: .28rem .38rem;
  padding: .5rem .52rem;
}

.g4s-order-checklist-head {
  grid-template-columns: minmax(0, 1fr) auto;
}

.g4s-order-check-row > span {
  width: 20px;
  height: 20px;
}

.g4s-order-check-row strong,
.g4s-order-check-row em,
.g4s-order-check-row small {
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
}

.g4s-order-check-row em,
.g4s-order-check-row small {
  grid-column: 2;
}

.g4s-order-check-row button {
  grid-column: 3;
  grid-row: 1 / span 2;
  min-width: 0;
  align-self: center;
  padding-inline: .34rem;
  font-size: .64rem;
}

@media (max-width: 1180px) {
  .g4s-tenant-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .g4s-shell.is-tenant-start {
    overflow-x: clip;
  }

  .g4s-tenant-hero {
    padding-inline: 1rem;
  }

  .g4s-logo-drag-frame span {
    max-width: min(10ch, calc(100% - .25rem));
    font-size: .42rem;
  }

  .g4s-order-kit-line {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .g4s-order-kit-image {
    width: 60px;
    height: 60px;
  }

  .g4s-design-layer.g4s-logo-layer {
    max-width: 100%;
    overflow: hidden;
  }

  .g4s-order-review,
  .g4s-order-quick-review,
  .g4s-order-selection-card,
  .g4s-order-review-tile,
  .g4s-order-player-table,
  .g4s-order-player-row {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .g4s-order-selection-card {
    padding: .72rem;
  }

  .g4s-order-player-row {
    grid-template-columns: 1fr !important;
    gap: .45rem;
    padding: .68rem;
  }

  .g4s-order-player-row > span:first-child {
    width: 24px;
    height: 24px;
  }

  .g4s-order-player-row > *,
  .g4s-order-selection-card strong,
  .g4s-order-selection-card small,
  .g4s-order-selection-card em,
  .g4s-order-review strong,
  .g4s-order-review small,
  .g4s-order-review em {
    max-width: 100%;
    overflow: hidden;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
    word-break: break-word;
  }

  .g4s-order-player-row > [data-label]::before {
    display: block;
  }
}

/* The fixed sponsor uses the original wide SMSHRS. mark; keep it chest-sized. */
.g4s-design-kit-sponsor {
  width: clamp(32px, calc(var(--slot-w, 28) * 1%), 86px);
  height: clamp(10px, calc(var(--slot-h, 10) * 1%), 26px);
}

.g4s-design-kit-sponsor img {
  max-width: 100%;
  max-height: 100%;
}

.g4s-brand-layer {
  min-width: 86px;
  min-height: 28px;
}

.g4s-brand-layer img {
  max-width: 118px;
  max-height: 42px;
}

@media (max-width: 760px) {
  .g4s-design-kit-sponsor {
    width: clamp(26px, calc(var(--slot-w, 28) * 1%), 74px);
    height: clamp(8px, calc(var(--slot-h, 10) * 1%), 22px);
  }
}

/* Minimalization pass: keep sponsor context, remove repeated explanation chrome. */
#gen4smshrs-configurator .g4s-sponsor-topbar {
  grid-template-columns: minmax(132px, .8fr) minmax(0, .9fr) minmax(0, .85fr);
  border-radius: 10px;
  box-shadow: none;
}

#gen4smshrs-configurator .g4s-sponsor-topbar > div {
  gap: .04rem;
  padding: .56rem .72rem;
}

#gen4smshrs-configurator .g4s-sponsor-topbar > div:nth-child(4) {
  display: none;
}

#gen4smshrs-configurator .g4s-sponsor-topbar-brand strong {
  font-size: 1.34rem;
}

#gen4smshrs-configurator .g4s-sponsor-topbar strong {
  font-size: .78rem;
}

#gen4smshrs-configurator .g4s-sponsor-topbar small {
  display: none;
}

#gen4smshrs-configurator .g4s-workspace-header,
#gen4smshrs-configurator .g4s-shell.is-unified .g4s-unified-header {
  padding-top: .52rem;
  padding-bottom: .62rem;
}

#gen4smshrs-configurator .g4s-multistep-form .g4s-config-step-tab {
  min-height: 70px;
  padding: .56rem .58rem;
}

@media (max-width: 760px) {
  #gen4smshrs-configurator .g4s-sponsor-topbar {
    display: none;
  }

  #gen4smshrs-configurator .g4s-workspace-header,
  #gen4smshrs-configurator .g4s-shell.is-unified .g4s-unified-header {
    padding-top: .35rem;
  }

  #gen4smshrs-configurator .g4s-multistep-form .g4s-config-step-tab {
    grid-template-rows: 1fr;
    min-height: 44px;
    padding: .34rem .16rem;
  }

  #gen4smshrs-configurator .g4s-multistep-form .g4s-config-step-tab strong,
  #gen4smshrs-configurator .g4s-multistep-form .g4s-config-step-tab strong::after {
    display: none;
    content: "";
  }

  #gen4smshrs-configurator .g4s-multistep-form .g4s-config-step-tab > span {
    width: 28px;
    height: 28px;
  }

  #gen4smshrs-configurator .g4s-tenant-hero {
    gap: .95rem;
    padding: 1.1rem 1rem 1rem;
  }

  #gen4smshrs-configurator .g4s-tenant-copy {
    gap: .56rem;
  }

  #gen4smshrs-configurator .g4s-tenant-copy h1 {
    font-size: clamp(3.05rem, 14vw, 3.65rem);
    line-height: .9;
  }

  #gen4smshrs-configurator .g4s-tenant-copy p:not(.g4s-kicker) {
    font-size: .94rem;
    line-height: 1.38;
  }

  #gen4smshrs-configurator .g4s-tenant-hero .g4s-btn.success {
    width: 100%;
    min-height: 48px;
  }

  #gen4smshrs-configurator .g4s-tenant-visual {
    order: 1;
    min-height: 176px;
  }

  #gen4smshrs-configurator .g4s-tenant-shirt {
    width: min(78vw, 260px);
  }
}

/* Step 5 polish: one dominant placement surface with a compact set audit. */
#gen4smshrs-configurator .g4s-logo-placement-step {
  grid-template-columns: clamp(300px, 25vw, 390px) minmax(0, 1fr);
  gap: clamp(.9rem, 1.25vw, 1.25rem);
  align-items: start;
}

#gen4smshrs-configurator .g4s-logo-placement-step .g4s-design-control-stack {
  gap: .78rem;
}

#gen4smshrs-configurator .g4s-logo-placement-step .g4s-design-logo-panel,
#gen4smshrs-configurator .g4s-logo-placement-step .g4s-placement-inspector-panel,
#gen4smshrs-configurator .g4s-placement-preview-panel {
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(16, 18, 18, .06);
}

#gen4smshrs-configurator .g4s-placement-inspector-panel .g4s-design-active-editor-head {
  margin: 0;
  padding-bottom: .7rem;
  border-bottom: 1px solid rgba(16, 18, 18, .08);
}

#gen4smshrs-configurator .g4s-placement-inspector-panel .g4s-design-active-editor-head strong {
  max-width: 100%;
  overflow-wrap: anywhere;
  text-align: left;
}

#gen4smshrs-configurator .g4s-placement-preview-panel {
  min-width: 0;
  padding: clamp(.95rem, 1.35vw, 1.35rem);
  overflow: visible;
  border-color: rgba(0, 135, 138, .16);
  background: #fff;
}

#gen4smshrs-configurator .g4s-placement-preview-panel .g4s-form-step-head {
  margin-bottom: .85rem;
  padding-bottom: .75rem;
}

#gen4smshrs-configurator .g4s-placement-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(245px, 23vw, 340px);
  gap: clamp(.75rem, 1vw, 1rem);
  align-items: stretch;
  min-width: 0;
}

#gen4smshrs-configurator .g4s-placement-stage,
#gen4smshrs-configurator .g4s-placement-kit-panel {
  min-width: 0;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 12px;
  background: #fbfcfc;
}

#gen4smshrs-configurator .g4s-placement-stage {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: .72rem;
  min-height: clamp(520px, calc(100svh - 230px), 720px);
  padding: .72rem;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(16, 18, 18, .035) 1px, transparent 1px) 0 0 / 36px 36px,
    linear-gradient(180deg, rgba(16, 18, 18, .035) 1px, transparent 1px) 0 0 / 36px 36px,
    radial-gradient(circle at 50% 84%, rgba(0, 135, 138, .16), transparent 38%),
    #f8faf9;
}

#gen4smshrs-configurator .g4s-placement-stage-head,
#gen4smshrs-configurator .g4s-placement-kit-panel-head {
  display: flex;
  gap: .7rem;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

#gen4smshrs-configurator .g4s-placement-stage-head > div,
#gen4smshrs-configurator .g4s-placement-kit-panel-head > div {
  display: grid;
  gap: .08rem;
  min-width: 0;
}

#gen4smshrs-configurator .g4s-placement-stage-head span,
#gen4smshrs-configurator .g4s-placement-kit-panel-head span {
  color: var(--accent-dark);
  font-size: .62rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

#gen4smshrs-configurator .g4s-placement-stage-head strong,
#gen4smshrs-configurator .g4s-placement-kit-panel-head strong {
  min-width: 0;
  overflow: hidden;
  color: #141819;
  font-size: clamp(.84rem, 1vw, .98rem);
  font-weight: 950;
  line-height: 1.08;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

#gen4smshrs-configurator .g4s-placement-stage-head em,
#gen4smshrs-configurator .g4s-placement-kit-panel-head em {
  flex: 0 0 auto;
  max-width: 48%;
  padding: .32rem .52rem;
  border: 1px solid rgba(0, 135, 138, .2);
  border-radius: 999px;
  background: rgba(0, 135, 138, .08);
  color: var(--accent-dark);
  font-size: .58rem;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
  overflow-wrap: anywhere;
  text-align: right;
  text-transform: uppercase;
}

#gen4smshrs-configurator .g4s-placement-stage .g4s-canvas-wrap {
  min-height: 0;
  height: 100%;
  padding: 4.15rem .85rem 2rem;
  border: 1px solid rgba(0, 135, 138, .14);
  border-radius: 10px;
  background:
    radial-gradient(ellipse at 50% 84%, rgba(16, 18, 18, .12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f1f5f4 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7);
}

#gen4smshrs-configurator .g4s-placement-stage .g4s-shirt-editor {
  width: min(94%, 560px);
  height: auto;
  aspect-ratio: 1 / 1;
  max-width: min(94%, 560px);
  max-height: calc(100% - .5rem);
}

#gen4smshrs-configurator .g4s-placement-stage .g4s-shirt-editor > img {
  filter: drop-shadow(0 30px 34px rgba(16, 18, 18, .18));
}

#gen4smshrs-configurator .g4s-placement-stage .g4s-view-tabs {
  top: .72rem;
  width: min(92%, 380px);
  box-shadow: 0 12px 26px rgba(16, 18, 18, .08);
}

#gen4smshrs-configurator .g4s-placement-stage .g4s-logo-drag-frame span {
  top: -.18rem;
  max-width: none;
  min-width: max-content;
  padding: .18rem .38rem .16rem;
  overflow: visible;
  font-size: .52rem;
  white-space: nowrap;
  word-break: normal;
}

#gen4smshrs-configurator .g4s-logo-upload-preview .g4s-logo-drag-frame span {
  max-width: none;
  min-width: max-content;
  padding: .18rem .38rem .16rem;
  overflow: visible;
  font-size: .52rem;
  white-space: nowrap;
  word-break: normal;
}

#gen4smshrs-configurator .g4s-logo-upload-preview .g4s-canvas-wrap {
  min-height: clamp(520px, calc(100svh - 230px), 720px);
  height: clamp(520px, calc(100svh - 230px), 720px);
  padding: 4.15rem .85rem 2rem;
  border: 1px solid rgba(0, 135, 138, .14);
  border-radius: 10px;
  background:
    radial-gradient(ellipse at 50% 84%, rgba(16, 18, 18, .12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f1f5f4 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7);
}

#gen4smshrs-configurator .g4s-logo-upload-preview .g4s-shirt-editor {
  width: min(94%, 560px);
  height: auto;
  aspect-ratio: 1 / 1;
  max-width: min(94%, 560px);
  max-height: calc(100% - .5rem);
}

#gen4smshrs-configurator .g4s-logo-upload-preview .g4s-view-tabs {
  top: .72rem;
  width: min(92%, 380px);
  box-shadow: 0 12px 26px rgba(16, 18, 18, .08);
}

#gen4smshrs-configurator .g4s-placement-kit-panel {
  display: grid;
  gap: .68rem;
  align-content: start;
  padding: .72rem;
  background: linear-gradient(180deg, #ffffff, #f5f8f7);
}

#gen4smshrs-configurator .g4s-placement-kit-panel-head {
  display: grid;
  gap: .36rem;
  align-items: start;
  justify-content: stretch;
}

#gen4smshrs-configurator .g4s-placement-kit-panel-head strong {
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
}

#gen4smshrs-configurator .g4s-placement-kit-panel-head em {
  justify-self: start;
  max-width: 100%;
  text-align: left;
}

#gen4smshrs-configurator .g4s-placement-kit-panel .g4s-design-kit-applied {
  display: grid;
  grid-template-columns: 1fr;
  gap: .38rem;
}

#gen4smshrs-configurator .g4s-placement-kit-panel .g4s-design-kit-applied span {
  min-height: 28px;
  justify-content: flex-start;
  border-radius: 8px;
  background: #fff;
  font-size: .6rem;
}

#gen4smshrs-configurator .g4s-placement-kit-rail {
  display: grid;
  gap: .48rem;
  min-width: 0;
}

#gen4smshrs-configurator .g4s-placement-kit-item {
  position: relative;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: .56rem;
  align-items: center;
  min-width: 0;
  min-height: 82px;
  padding: .48rem;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 18, .1);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background .16s ease;
}

#gen4smshrs-configurator .g4s-placement-kit-item:hover,
#gen4smshrs-configurator .g4s-placement-kit-item.is-active {
  border-color: var(--accent);
  background: #f0fbfa;
  box-shadow: inset 0 0 0 1px rgba(0, 135, 138, .18), 0 10px 20px rgba(0, 61, 64, .08);
}

#gen4smshrs-configurator .g4s-placement-kit-item:hover {
  transform: translateY(-1px);
}

#gen4smshrs-configurator .g4s-placement-kit-item.is-optional-pending:not(.is-active) {
  border-style: dashed;
}

#gen4smshrs-configurator .g4s-placement-kit-item.is-optional-pending:not(.is-active)::after {
  content: "optional";
  position: absolute;
  top: .34rem;
  right: .38rem;
  padding: .18rem .34rem;
  border-radius: 999px;
  background: rgba(0, 135, 138, .1);
  color: var(--accent-dark);
  font-size: .52rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

#gen4smshrs-configurator .g4s-placement-kit-thumb {
  position: relative;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  overflow: hidden;
  border-radius: 9px;
  background:
    radial-gradient(circle at 50% 82%, rgba(16, 18, 18, .11), transparent 42%),
    #f1f4f4;
}

#gen4smshrs-configurator .g4s-placement-kit-thumb > img {
  display: block;
  max-width: 92%;
  max-height: 92%;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgba(16, 18, 18, .15));
}

#gen4smshrs-configurator .g4s-placement-kit-item.is-shirt .g4s-placement-kit-thumb > img,
#gen4smshrs-configurator .g4s-placement-kit-item.is-keeper .g4s-placement-kit-thumb > img {
  max-height: 100%;
}

#gen4smshrs-configurator .g4s-placement-kit-copy {
  display: grid;
  gap: .08rem;
  min-width: 0;
  padding-right: .2rem;
}

#gen4smshrs-configurator .g4s-placement-kit-copy small,
#gen4smshrs-configurator .g4s-placement-kit-copy em {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: .58rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.12;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

#gen4smshrs-configurator .g4s-placement-kit-copy strong {
  min-width: 0;
  overflow: hidden;
  color: #15191a;
  font-size: .76rem;
  font-weight: 950;
  line-height: 1.08;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

#gen4smshrs-configurator .g4s-placement-kit-thumb .g4s-design-kit-sponsor {
  top: calc(var(--y, 54) * 1%);
  left: calc(var(--x, 50) * 1%);
  width: clamp(16px, calc(var(--slot-w, 28) * 1%), 28px);
  height: clamp(6px, calc(var(--slot-h, 10) * 1%), 12px);
}

#gen4smshrs-configurator .g4s-placement-kit-thumb .g4s-design-kit-club-logo {
  top: calc(var(--y, 40.5) * 1%);
  left: calc(var(--x, 50) * 1%);
  width: clamp(10px, calc(var(--slot-w, 15) * 1%), 18px);
  height: clamp(10px, calc(var(--slot-h, 15) * 1%), 18px);
  padding: .08rem;
}

#gen4smshrs-configurator .g4s-placement-kit-thumb .g4s-design-kit-number {
  min-width: 1.25rem;
  height: 1.25rem;
  font-size: .52rem;
}

#gen4smshrs-configurator .g4s-placement-kit-item.is-shorts .g4s-placement-kit-thumb .g4s-design-kit-number {
  top: 45%;
  left: 38%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1180px) {
  #gen4smshrs-configurator .g4s-logo-placement-step,
  #gen4smshrs-configurator .g4s-placement-workbench {
    grid-template-columns: 1fr;
  }

  #gen4smshrs-configurator .g4s-placement-stage {
    min-height: 560px;
  }

  #gen4smshrs-configurator .g4s-placement-kit-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  #gen4smshrs-configurator .g4s-placement-preview-panel {
    padding: .78rem;
  }

  #gen4smshrs-configurator .g4s-placement-preview-panel .g4s-form-step-head {
    display: grid;
    gap: .28rem;
  }

  #gen4smshrs-configurator .g4s-placement-stage {
    min-height: 510px;
    padding: .56rem;
  }

  #gen4smshrs-configurator .g4s-placement-stage-head,
  #gen4smshrs-configurator .g4s-placement-kit-panel-head {
    display: grid;
    gap: .4rem;
  }

  #gen4smshrs-configurator .g4s-placement-stage-head strong,
  #gen4smshrs-configurator .g4s-placement-kit-panel-head strong,
  #gen4smshrs-configurator .g4s-placement-kit-copy small,
  #gen4smshrs-configurator .g4s-placement-kit-copy strong,
  #gen4smshrs-configurator .g4s-placement-kit-copy em {
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
  }

  #gen4smshrs-configurator .g4s-placement-stage-head em,
  #gen4smshrs-configurator .g4s-placement-kit-panel-head em {
    max-width: 100%;
    justify-self: start;
    text-align: left;
  }

  #gen4smshrs-configurator .g4s-placement-stage .g4s-canvas-wrap {
    padding: 3.85rem .5rem 1.5rem;
  }

  #gen4smshrs-configurator .g4s-placement-stage .g4s-shirt-editor {
    width: min(92%, 410px);
    height: auto;
    max-width: min(92%, 410px);
  }

  #gen4smshrs-configurator .g4s-placement-stage .g4s-view-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: calc(100% - 1rem);
  }

  #gen4smshrs-configurator .g4s-placement-stage .g4s-view-tabs button {
    min-width: 0;
    padding-inline: .32rem;
    font-size: .62rem;
  }

  #gen4smshrs-configurator .g4s-placement-kit-rail {
    grid-template-columns: 1fr;
  }

  #gen4smshrs-configurator .g4s-multistep-form .g4s-config-stepper {
    display: none !important;
  }

  #gen4smshrs-configurator .g4s-config-layer {
    scroll-margin-top: 112px;
  }
}

#gen4smshrs-configurator .g4s-config-layer:focus {
  outline: none;
}

#gen4smshrs-configurator .g4s-design-layer[data-layer],
#gen4smshrs-configurator .g4s-fixed-layer[data-layer] {
  left: calc(var(--x, 50) * 1%) !important;
  top: calc(var(--y, 50) * 1%) !important;
  width: calc(var(--slot-w, var(--slot, 16)) * 1%) !important;
  height: calc(var(--slot-h, var(--slot, 16)) * 1%) !important;
  min-width: 38px;
  min-height: 22px;
  transform: translate(-50%, -50%) rotate(calc(var(--r, 0) * 1deg)) !important;
  transform-origin: center;
  pointer-events: none;
}

#gen4smshrs-configurator .g4s-design-layer.g4s-logo-layer {
  max-width: none !important;
  max-height: none !important;
  cursor: default;
}

#gen4smshrs-configurator .g4s-design-layer.g4s-logo-layer.is-empty-logo {
  width: clamp(28px, calc(var(--slot-w, 15) * .65%), 44px) !important;
  height: clamp(28px, calc(var(--slot-h, 15) * .65%), 44px) !important;
  min-width: 28px;
  min-height: 28px;
  border: 1px dashed rgba(0, 135, 138, .54);
  border-radius: 999px;
  background: rgba(255, 255, 255, .42);
  box-shadow: 0 8px 18px rgba(16, 18, 18, .08), inset 0 0 0 1px rgba(255, 255, 255, .72);
}

#gen4smshrs-configurator .g4s-logo-layer.is-empty-logo .g4s-logo-placeholder {
  width: 100% !important;
  height: 100% !important;
  font-size: .95rem;
}

#gen4smshrs-configurator .g4s-logo-layer img,
#gen4smshrs-configurator .g4s-brand-layer img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
}

#gen4smshrs-configurator .g4s-fixed-layer.g4s-brand-layer {
  min-width: 38px;
  min-height: 38px;
  transform: translate(-50%, -50%) rotate(calc(var(--r, 0) * 1deg)) !important;
}

#gen4smshrs-configurator .g4s-sponsor-layer,
#gen4smshrs-configurator .g4s-club-layer,
#gen4smshrs-configurator .g4s-name-layer,
#gen4smshrs-configurator .g4s-number-layer {
  width: calc(var(--slot-w, var(--slot, 20)) * 1%) !important;
  height: calc(var(--slot-h, var(--slot, 8)) * 1%) !important;
  max-width: calc(var(--slot-w, var(--slot, 20)) * 1%) !important;
  overflow: hidden;
}

#gen4smshrs-configurator .g4s-feedback-logger {
  position: fixed;
  top: 96px;
  right: 0;
  z-index: 99999;
  display: flex;
  align-items: flex-start;
  transform: translateX(calc(100% - 44px));
  transition: transform .2s ease;
  font-family: inherit;
}

#gen4smshrs-configurator .g4s-feedback-logger.is-open {
  transform: translateX(0);
}

#gen4smshrs-configurator .g4s-feedback-tab {
  width: 44px;
  min-height: 124px;
  border: 1px solid rgba(0, 137, 139, .35);
  border-right: 0;
  border-radius: 12px 0 0 12px;
  background: #008f91;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 35px rgba(18, 25, 30, .16);
}

#gen4smshrs-configurator .g4s-feedback-tab span {
  display: inline-block;
  transform: rotate(-90deg);
  white-space: nowrap;
  letter-spacing: 0;
}

#gen4smshrs-configurator .g4s-feedback-panel {
  width: min(360px, calc(100vw - 54px));
  max-height: calc(100vh - 118px);
  overflow: auto;
  padding: 18px;
  border: 1px solid rgba(0, 137, 139, .25);
  border-right: 0;
  border-radius: 12px 0 0 12px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(18, 25, 30, .18);
}

#gen4smshrs-configurator .g4s-feedback-head {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
}

#gen4smshrs-configurator .g4s-feedback-head span,
#gen4smshrs-configurator .g4s-feedback-note span {
  color: #008184;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

#gen4smshrs-configurator .g4s-feedback-head strong {
  color: #202326;
  font-size: 1.05rem;
  line-height: 1.15;
  text-transform: uppercase;
}

#gen4smshrs-configurator .g4s-feedback-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}

#gen4smshrs-configurator .g4s-feedback-shot {
  display: grid;
  gap: 8px;
  margin: 0 0 12px;
}

#gen4smshrs-configurator .g4s-feedback-shot img {
  width: 100%;
  max-height: 230px;
  object-fit: contain;
  border: 1px solid #d8e5e6;
  border-radius: 8px;
  background: #f6fafb;
}

#gen4smshrs-configurator .g4s-feedback-shot button {
  justify-self: start;
  border: 0;
  background: transparent;
  color: #00797c;
  font-weight: 800;
  cursor: pointer;
}

#gen4smshrs-configurator .g4s-feedback-empty {
  display: grid;
  min-height: 88px;
  place-items: center;
  margin-bottom: 12px;
  border: 1px dashed #b7dfe0;
  border-radius: 8px;
  background: #f5fbfb;
  color: #526066;
  font-weight: 800;
}

#gen4smshrs-configurator .g4s-feedback-note {
  display: grid;
  gap: 7px;
}

#gen4smshrs-configurator .g4s-feedback-note textarea {
  width: 100%;
  min-height: 118px;
  resize: vertical;
  border: 1px solid #cfe2e4;
  border-radius: 8px;
  padding: 10px;
  color: #202326;
  font: inherit;
  line-height: 1.35;
}

#gen4smshrs-configurator .g4s-feedback-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

#gen4smshrs-configurator .g4s-feedback-meta span {
  padding: 5px 8px;
  border-radius: 999px;
  background: #eff8f8;
  color: #4c5a60;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

#gen4smshrs-configurator .g4s-feedback-status {
  margin: 12px 0 0;
  padding: 10px;
  border-radius: 8px;
  background: #eefaf2;
  color: #176035;
  font-weight: 800;
  line-height: 1.35;
}

#gen4smshrs-configurator .g4s-feedback-status.is-error {
  background: #fff1f1;
  color: #8a2424;
}

#gen4smshrs-configurator .g4s-feedback-link {
  display: inline-block;
  margin-top: 10px;
  color: #00797c;
  font-weight: 900;
}

@media (max-width: 760px) {
  #gen4smshrs-configurator .g4s-feedback-logger {
    top: auto;
    bottom: 16px;
    transform: translateX(calc(100% - 42px));
  }

  #gen4smshrs-configurator .g4s-feedback-tab {
    min-height: 112px;
  }

  #gen4smshrs-configurator .g4s-feedback-panel {
    max-height: calc(100vh - 36px);
  }
}
