.page-retail-landing {
  --solution-accent: var(--retail);
  overflow-x: hidden;
}

.retail-landing {
  overflow: hidden;
  background: #fff;
}

.retail-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(640px, 74vh, 820px);
  padding: clamp(78px, 7vw, 122px) 24px clamp(66px, 6vw, 98px);
  display: flex;
  align-items: center;
  color: var(--black);
  background:
    linear-gradient(180deg, #fff 0%, #fbfaf7 48%, var(--soft) 100%),
    linear-gradient(90deg, rgba(0, 203, 199, .08), rgba(255, 255, 255, 0) 54%);
}

.retail-hero::before {
  content: none;
}

.retail-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 203, 199, .045));
  pointer-events: none;
}

.retail-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--hero-max, 1920px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(520px, .72fr) minmax(580px, 1fr);
  align-items: center;
  gap: clamp(56px, 5.4vw, 104px);
}

.retail-hero__copy {
  max-width: 680px;
}

.retail-hero h1 {
  width: 100%;
  max-width: 100%;
  margin-top: 18px;
  color: var(--black);
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  text-wrap: balance;
}

.retail-hero__brand {
  margin: 18px 0 0;
  color: var(--black);
  font-family: "Poppins", "Manrope", Arial, sans-serif;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.03;
}

.retail-hero__brand span {
  color: var(--retail);
}

.retail-hero__copy > p:not(.eyebrow):not(.retail-hero__brand) {
  max-width: 100%;
  margin-top: 20px;
  color: var(--copy);
  font-family: "DM Sans", "Manrope", Arial, sans-serif;
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 500;
  line-height: 1.62;
}

.retail-hero .button--glass {
  background: #fff;
  border-color: rgba(56, 63, 72, .16);
  color: var(--black);
  box-shadow: 0 16px 34px rgba(35, 35, 35, .06);
  backdrop-filter: none;
}

.retail-hero__visual {
  position: relative;
  min-width: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.retail-hero__visual::before {
  content: none;
  display: none;
}

.retail-hero__figure {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: clamp(460px, 34vw, 680px);
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1672 / 941;
  border: 1px solid rgba(56, 63, 72, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(35, 35, 35, .105);
}

.retail-hero__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transform: scale(1.06);
  transform-origin: right center;
}

.retail-card-kicker {
  margin: 0;
  color: var(--retail);
  font-family: "DM Sans", "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 1.2;
  text-transform: uppercase;
}

.retail-hero-map {
  display: grid;
  gap: 14px;
}

.retail-route {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, .24);
  border-left: 4px solid var(--route-accent, var(--retail));
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .22);
  backdrop-filter: blur(16px);
}

.retail-route--shelf {
  --route-accent: var(--plus);
}

.retail-route--backshop {
  --route-accent: var(--pro);
}

.retail-route h2 {
  margin-top: 8px;
  color: var(--black);
  font-size: clamp(24px, 2.2vw, 32px);
}

.retail-route strong {
  display: block;
  margin-top: 10px;
  color: var(--black);
  font-family: "Poppins", "Manrope", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.retail-route strong span {
  color: var(--route-accent);
}

.retail-route ol {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
  counter-reset: route-step;
}

.retail-route li {
  position: relative;
  min-height: 42px;
  padding: 12px 14px 12px 48px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  counter-increment: route-step;
}

.retail-route li::before {
  content: counter(route-step, decimal-leading-zero);
  position: absolute;
  left: 14px;
  color: var(--route-accent);
  font-family: "Poppins", "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.retail-trust-band {
  width: min(100%, var(--content-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.retail-trust-band span {
  min-height: 86px;
  padding: 20px 14px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  border-left: 1px solid var(--line);
  color: var(--black);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.32;
  text-align: center;
}

.retail-trust-band svg {
  width: 26px;
  height: 26px;
  color: var(--retail);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.retail-trust-band svg * {
  vector-effect: non-scaling-stroke;
}

.retail-trust-band span:first-child {
  border-left: 0;
}

.retail-section {
  padding: clamp(76px, 7vw, 112px) 24px;
}

.retail-section > .section-head {
  width: min(100%, var(--content-max));
  margin-left: auto;
  margin-right: auto;
}

.retail-section--soft {
  background: var(--soft);
}

.retail-section--dark {
  background:
    linear-gradient(135deg, rgba(0, 203, 199, .12), rgba(215, 184, 104, .08) 46%, rgba(255, 255, 255, 0) 78%),
    #25282c;
  color: #fff;
}

.retail-section--dark h2,
.retail-section--dark h3 {
  color: #fff;
}

.retail-section--dark p {
  color: rgba(255, 255, 255, .76);
}

.retail-assortment,
.retail-matrix-wrap,
.retail-backshop,
.retail-application-grid,
.retail-tender-table,
.retail-accordion,
.retail-proof-strip,
.retail-timeline,
.retail-doc-grid,
.retail-logistics,
.retail-request {
  width: min(100%, var(--content-max));
  margin-left: auto;
  margin-right: auto;
}

.retail-doc-grid article,
.retail-proof-strip,
.retail-form fieldset {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(35, 35, 35, .055);
}

.retail-check-list,
.retail-rollout-list {
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

.retail-check-list li,
.retail-rollout-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.48;
}

.retail-check-list li::before,
.retail-rollout-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 13px;
  height: 7px;
  border-left: 2px solid var(--retail);
  border-bottom: 2px solid var(--retail);
  transform: rotate(-45deg);
}

.retail-section--shelf {
  background:
    radial-gradient(circle at 50% 0%, rgba(215, 184, 104, .11), rgba(255, 255, 255, 0) 32%),
    var(--soft);
}

.retail-assortment {
  width: min(100%, 1536px);
  display: grid;
  gap: clamp(34px, 4vw, 54px);
}

.retail-assortment__head {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  text-align: center;
}

.retail-assortment__head .eyebrow {
  margin: 0;
}

.retail-assortment__head .eyebrow--center::before,
.retail-assortment__head .eyebrow--center::after {
  width: clamp(42px, 5vw, 62px);
  background: linear-gradient(90deg, rgba(215, 184, 104, 0), var(--gold), rgba(215, 184, 104, 0));
}

.retail-assortment__head h2 {
  max-width: 1360px;
  margin: 14px 0 0;
  font-size: clamp(36px, 3.45vw, 52px);
  line-height: 1.1;
  text-wrap: balance;
}

.retail-assortment__rule {
  width: 78px;
  height: 3px;
  margin-top: 18px;
  background: var(--gold);
}

.retail-assortment__head p:not(.eyebrow) {
  max-width: 780px;
  margin: 18px auto 0;
  color: var(--copy);
  font-size: 17px;
  line-height: 1.58;
  text-wrap: balance;
}

.retail-assortment__main {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 1fr);
  gap: clamp(26px, 3vw, 34px);
  align-items: stretch;
}

.retail-backshop__copy p:not(.eyebrow),
.retail-logistics__copy p:not(.eyebrow),
.retail-request__intro p:not(.eyebrow) {
  margin-top: 18px;
  font-size: 17px;
}

.retail-argument-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.1vw, 26px) clamp(16px, 2vw, 20px);
}

.retail-argument-card {
  min-height: clamp(112px, 8.2vw, 132px);
  padding: clamp(16px, 1.8vw, 20px) clamp(18px, 2vw, 24px);
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  border: 1px solid color-mix(in srgb, var(--gold) 58%, var(--line));
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  color: var(--black);
}

.retail-argument-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: transparent;
  color: var(--gold);
}

.retail-argument-card svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.retail-argument-card svg * {
  vector-effect: non-scaling-stroke;
}

.retail-argument-card strong {
  color: var(--black);
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 800;
  line-height: 1.35;
  text-wrap: balance;
}

.retail-assortment__image {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: color-mix(in srgb, var(--retail) 4%, #fff);
  aspect-ratio: 1.53 / 1;
}

.retail-assortment__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.retail-decision-panel {
  position: relative;
  margin-top: 4px;
  padding: 40px 22px 30px;
  border: 1px solid color-mix(in srgb, var(--gold) 74%, var(--line));
  border-radius: 8px;
  background: rgba(255, 255, 255, .36);
}

.retail-decision-panel__label {
  position: absolute;
  left: 50%;
  top: -29px;
  min-width: min(360px, calc(100% - 42px));
  padding: 0 18px;
  display: grid;
  justify-items: center;
  gap: 2px;
  transform: translateX(-50%);
  background: var(--soft);
  color: var(--gold);
  font-family: "Poppins", "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2.2px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.retail-decision-panel__label svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.retail-decision-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.retail-decision-grid article {
  min-height: clamp(188px, 13vw, 210px);
  padding: 0 clamp(12px, 1.4vw, 20px);
  display: grid;
  align-content: start;
  justify-items: center;
  text-align: center;
  border-left: 1px solid color-mix(in srgb, var(--gold) 30%, transparent);
}

.retail-decision-grid article:first-child {
  border-left: 0;
}

.retail-decision-grid svg {
  width: 58px;
  height: 58px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.retail-decision-grid svg * {
  vector-effect: non-scaling-stroke;
}

.retail-decision-grid h3 {
  margin: 18px 0 0;
  color: var(--black);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.retail-decision-grid h3::after {
  content: "";
  width: 36px;
  height: 2px;
  margin: 13px auto 0;
  display: block;
  background: var(--gold);
}

.retail-decision-grid p {
  max-width: 150px;
  margin: 14px 0 0;
  color: var(--copy);
  font-size: 14px;
  line-height: 1.42;
}

@media (max-width: 1080px) {
  .retail-assortment__main {
    grid-template-columns: 1fr;
  }

  .retail-argument-grid {
    max-width: 760px;
    margin: 0 auto;
  }

  .retail-decision-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }

  .retail-decision-grid article {
    min-height: 156px;
  }

  .retail-decision-grid article:nth-child(3n+1) {
    border-left: 0;
  }

  .retail-decision-grid article:nth-child(n+4) {
    padding-top: 28px;
    border-top: 1px solid color-mix(in srgb, var(--gold) 30%, transparent);
  }
}

@media (max-width: 767px) {
  .retail-assortment {
    gap: 30px;
  }

  .retail-assortment__head h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .retail-assortment__head p:not(.eyebrow) {
    font-size: 16px;
  }

  .retail-assortment__main {
    gap: 22px;
  }

  .retail-assortment__image {
    aspect-ratio: 4 / 3;
  }

  .retail-argument-card {
    min-height: auto;
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 16px 18px;
  }

  .retail-argument-card__icon {
    width: 52px;
    height: 52px;
  }

  .retail-argument-card svg {
    width: 42px;
    height: 42px;
  }

  .retail-decision-panel {
    padding: 42px 18px 24px;
  }

  .retail-decision-panel__label {
    min-width: min(280px, calc(100% - 28px));
    font-size: 13px;
    letter-spacing: 1.7px;
  }

  .retail-decision-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .retail-decision-grid article,
  .retail-decision-grid article:nth-child(3n+1) {
    min-height: auto;
    padding: 22px 0;
    border-left: 0;
    border-top: 1px solid color-mix(in srgb, var(--gold) 30%, transparent);
  }

  .retail-decision-grid article:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .retail-decision-grid p {
    max-width: 240px;
  }
}

.retail-backshop {
  display: grid;
  grid-template-columns: minmax(0, .76fr) minmax(520px, .88fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.retail-backshop__visual {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .18);
}

.retail-tray-visual {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .05)),
    linear-gradient(90deg, rgba(255, 255, 255, .14) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
}

.retail-tray-visual span {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 18%;
  height: 50%;
  border: 2px solid rgba(255, 255, 255, .68);
  border-radius: 8px;
  transform: skewX(-8deg);
}

.retail-tray-visual i {
  position: absolute;
  width: 92px;
  height: 52px;
  border-radius: 8px;
  border: 8px solid #b97937;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .12), 0 16px 34px rgba(0, 0, 0, .25);
}

.retail-tray-visual i:nth-of-type(1) {
  left: 24%;
  top: 28%;
  transform: rotate(-10deg);
}

.retail-tray-visual i:nth-of-type(2) {
  left: 50%;
  top: 42%;
  transform: rotate(9deg);
}

.retail-tray-visual i:nth-of-type(3) {
  left: 36%;
  top: 58%;
  transform: rotate(18deg);
}

.retail-process-flow,
.retail-supply-flow {
  display: grid;
  align-items: center;
  gap: 12px;
}

.retail-process-flow {
  margin-top: 22px;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
}

.retail-process-flow span,
.retail-supply-flow span {
  min-height: 66px;
  padding: 14px 12px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .09);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.28;
  text-align: center;
}

.retail-process-flow i,
.retail-supply-flow i {
  position: relative;
  height: 1px;
  background: var(--retail);
}

.retail-process-flow i::after,
.retail-supply-flow i::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--retail);
  border-right: 1px solid var(--retail);
  transform: translateY(-50%) rotate(45deg);
}

.retail-application-grid {
  margin-top: clamp(34px, 4vw, 54px);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.retail-application-grid article {
  min-height: 94px;
  padding: 18px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-weight: 800;
  line-height: 1.32;
}

#retail-ausschreibung {
  background:
    radial-gradient(circle at 50% 12%, rgba(215, 184, 104, .08), rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, #fff 0%, var(--soft) 100%);
}

#retail-ausschreibung .section-head--aside {
  display: grid;
  grid-template-columns: minmax(0, .66fr) minmax(320px, .34fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: start;
  margin-bottom: 0;
}

#retail-ausschreibung .section-head h2 {
  max-width: 790px;
  margin-top: 16px;
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 1.08;
}

#retail-ausschreibung .section-head > p:not(.eyebrow) {
  max-width: 460px;
  margin-top: 16px;
  color: var(--ink);
  font-size: clamp(17px, 1.32vw, 20px);
  line-height: 1.7;
}

.retail-tender-table {
  margin-top: clamp(38px, 4.4vw, 62px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
  counter-reset: tender-step;
}

.retail-tender-card,
.retail-question-card,
.retail-proof-strip li {
  border: 1px solid color-mix(in srgb, var(--gold) 28%, var(--line));
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 44px rgba(35, 35, 35, .045);
}

.retail-tender-card {
  min-height: 156px;
  padding: clamp(22px, 2vw, 28px);
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: clamp(18px, 2vw, 26px);
  align-items: center;
  counter-increment: tender-step;
}

.retail-tender-card__icon,
.retail-question-card__icon,
.retail-proof-strip__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid color-mix(in srgb, var(--gold) 86%, var(--line));
  border-radius: 50%;
  color: var(--gold);
}

.retail-tender-card__icon {
  width: 68px;
  height: 68px;
}

.retail-question-card__icon {
  width: 42px;
  height: 42px;
}

.retail-proof-strip__icon {
  width: 56px;
  height: 56px;
}

.retail-tender-card__icon svg,
.retail-question-card__icon svg,
.retail-proof-strip__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.retail-question-card__icon svg {
  width: 25px;
  height: 25px;
}

.retail-proof-strip__icon svg {
  width: 31px;
  height: 31px;
}

.retail-tender-card__icon svg *,
.retail-question-card__icon svg *,
.retail-proof-strip__icon svg * {
  vector-effect: non-scaling-stroke;
}

.retail-tender-card h3,
.retail-question-card h3 {
  margin: 0;
  color: var(--black);
  font-family: "Poppins", "Manrope", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.22;
}

.retail-tender-card h3 {
  font-size: clamp(17px, 1.16vw, 20px);
}

.retail-tender-card h3::before {
  content: counter(tender-step) ". ";
}

.retail-tender-card p,
.retail-question-card p {
  margin: 10px 0 0;
  color: var(--copy);
  font-size: clamp(14px, .96vw, 15px);
  line-height: 1.55;
}

.retail-accordion {
  margin-top: clamp(20px, 2.4vw, 28px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
}

.retail-question-card {
  min-height: 170px;
  padding: clamp(22px, 2vw, 28px);
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.retail-question-card h3 {
  font-size: clamp(17px, 1.1vw, 20px);
}

.retail-proof-strip {
  margin-top: clamp(24px, 3vw, 34px);
  padding: clamp(28px, 3.2vw, 42px);
  display: grid;
  grid-template-columns: minmax(280px, .35fr) minmax(0, 1fr);
  gap: clamp(30px, 4vw, 58px);
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--gold) 30%, var(--line));
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 18px 44px rgba(35, 35, 35, .05);
}

.retail-proof-strip h3 {
  max-width: 430px;
  margin-top: 14px;
  color: var(--black);
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.2;
}

#retail-ausschreibung .retail-card-kicker {
  color: var(--gold);
}

.retail-proof-strip h3::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 22px;
  background: var(--gold);
}

.retail-proof-strip ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 20px);
}

.retail-proof-strip li {
  min-height: 82px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.42;
}

.retail-proof-strip li p {
  margin: 0;
}

.retail-proof-strip li strong,
.retail-proof-strip li span:not(.retail-proof-strip__icon) {
  display: block;
}

.retail-proof-strip li strong {
  color: var(--black);
  font-family: "Poppins", "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.retail-proof-strip li span:not(.retail-proof-strip__icon) {
  margin-top: 3px;
  color: var(--copy);
  font-size: 13.5px;
}

.retail-timeline {
  margin-top: clamp(34px, 4vw, 54px);
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 44px rgba(35, 35, 35, .055);
}

.retail-timeline li {
  position: relative;
  min-height: 270px;
  padding: 64px 22px 26px;
  border-left: 1px solid var(--line);
}

.retail-timeline li:first-child {
  border-left: 0;
}

.retail-timeline span {
  position: absolute;
  left: 22px;
  top: 24px;
  color: var(--retail);
  font-family: "Poppins", "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
}

.retail-timeline h3 {
  color: var(--black);
  font-size: 20px;
}

.retail-timeline p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.56;
}

.retail-doc-grid {
  margin-top: clamp(34px, 4vw, 54px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.retail-doc-grid article {
  min-height: 100%;
  padding: clamp(24px, 3vw, 30px);
  border-top: 4px solid var(--retail);
}

.retail-doc-grid article:nth-child(2) {
  border-top-color: var(--gold);
}

.retail-doc-grid article:nth-child(3) {
  border-top-color: var(--partner);
}

.retail-doc-grid h3 {
  color: var(--black);
  font-size: 22px;
}

.retail-logistics {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(500px, .78fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.retail-supply-flow {
  margin-top: 28px;
  grid-template-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr);
}

.retail-supply-flow span {
  min-height: 68px;
  border-color: color-mix(in srgb, var(--retail) 28%, var(--line));
  background: #fff;
  color: var(--black);
}

.retail-logistics figure {
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.retail-logistics img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.retail-section--request {
  background:
    linear-gradient(135deg, rgba(0, 203, 199, .08), rgba(215, 184, 104, .08) 46%, rgba(255, 255, 255, 0) 78%),
    #fff;
}

.retail-request {
  display: grid;
  grid-template-columns: minmax(0, .56fr) minmax(620px, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}

.retail-request__actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.retail-request__actions button {
  cursor: pointer;
}

.retail-form {
  display: grid;
  gap: 16px;
}

.retail-form .contact-status {
  margin: 0;
}

.retail-form .contact-form__required {
  color: var(--retail);
}

.retail-form fieldset {
  margin: 0;
  padding: clamp(22px, 3vw, 30px);
  min-width: 0;
}

.retail-form legend {
  padding: 0 8px;
  color: var(--black);
  font-family: "Poppins", "Manrope", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.retail-form legend span {
  display: block;
  margin-bottom: 6px;
  color: var(--retail);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.retail-form__grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.retail-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.retail-form input,
.retail-form select,
.retail-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(56, 63, 72, .16);
  border-radius: 8px;
  background: #fff;
  color: var(--black);
  font: 500 14px/1.35 "DM Sans", "Manrope", Arial, sans-serif;
}

.retail-form input[type="file"] {
  padding: 11px 13px;
}

.retail-form textarea {
  min-height: 112px;
  resize: vertical;
}

.retail-form input:focus,
.retail-form select:focus,
.retail-form textarea:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--retail) 58%, var(--line));
  box-shadow: 0 0 0 4px rgba(0, 203, 199, .12);
}

.retail-form__wide {
  grid-column: 1 / -1;
}

.retail-form > .button {
  width: max-content;
}

.retail-doc-grid article:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 203, 199, .26);
  box-shadow: 0 22px 50px rgba(35, 35, 35, .075);
}

@media (max-width: 1080px) {
  .retail-hero__inner,
  .retail-assortment,
  .retail-backshop,
  .retail-logistics,
  .retail-request {
    grid-template-columns: 1fr;
  }

  .retail-hero-map,
  .retail-hero__visual,
  .retail-backshop__visual,
  .retail-form {
    max-width: 760px;
  }

  .retail-trust-band,
  .retail-application-grid,
  .retail-doc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .retail-trust-band span:nth-child(3n+1) {
    border-left: 0;
  }

  .retail-trust-band span:nth-child(n+4) {
    border-top: 1px solid var(--line);
  }

  .retail-tender-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .retail-proof-strip,
  .retail-proof-strip ul {
    grid-template-columns: 1fr;
  }

  .retail-accordion {
    grid-template-columns: 1fr;
  }

  .retail-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .retail-timeline li:nth-child(odd) {
    border-left: 0;
  }

  .retail-timeline li:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .retail-timeline li:last-child {
    grid-column: 1 / -1;
  }

  .retail-supply-flow {
    grid-template-columns: 1fr;
  }

  .retail-supply-flow i {
    width: 1px;
    height: 28px;
    margin: 0 auto;
  }

  .retail-supply-flow i::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -1px;
    transform: translateX(-50%) rotate(135deg);
  }
}

@media (max-width: 767px) {
  .retail-hero {
    min-height: auto;
    padding: 58px 18px 66px;
  }

  .retail-hero__copy {
    max-width: calc(100vw - 36px);
  }

  .retail-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(34px, 8.8vw, 38px);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
  }

  .retail-hero .hero__actions {
    max-width: 100%;
  }

  .retail-hero__copy > p:not(.eyebrow):not(.retail-hero__brand) {
    font-size: 16px;
  }

  .retail-hero__visual::before {
    inset: 18px -8px -10px 20px;
  }

  .retail-route,
  .retail-doc-grid article,
  .retail-proof-strip,
  .retail-backshop__visual,
  .retail-form fieldset {
    padding: 24px 22px;
  }

  .retail-section {
    padding: 56px 18px 66px;
  }

  .retail-trust-band,
  .retail-argument-grid,
  .retail-application-grid,
  .retail-doc-grid,
  .retail-form__grid,
  .retail-timeline {
    grid-template-columns: 1fr;
  }

  .retail-trust-band span,
  .retail-trust-band span:nth-child(3n+1) {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .retail-trust-band span:first-child {
    border-top: 0;
  }

  .retail-form > .button,
  .retail-request__actions,
  .retail-request__actions .button {
    width: 100%;
  }

  .retail-assortment__image,
  .retail-assortment__image img,
  .retail-logistics figure,
  .retail-logistics img {
    min-height: 300px;
  }

  .retail-matrix {
    display: none;
  }

  .retail-matrix-cards {
    display: grid;
    gap: 14px;
  }

  .retail-matrix-cards article {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(35, 35, 35, .05);
  }

  .retail-matrix-cards h3 {
    color: var(--black);
    font-size: 20px;
  }

  .retail-matrix-cards dl {
    margin: 18px 0 0;
    display: grid;
    gap: 12px;
  }

  .retail-matrix-cards div {
    padding-top: 12px;
    border-top: 1px solid var(--line);
  }

  .retail-matrix-cards dt {
    color: var(--black);
    font-size: 13px;
    font-weight: 800;
  }

  .retail-matrix-cards dd {
    margin: 5px 0 0;
    color: var(--copy);
    font-size: 14px;
    line-height: 1.45;
  }

  .retail-tray-visual {
    min-height: 230px;
  }

  .retail-process-flow {
    grid-template-columns: 1fr;
  }

  .retail-process-flow i {
    width: 1px;
    height: 28px;
    margin: 0 auto;
  }

  .retail-process-flow i::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -1px;
    transform: translateX(-50%) rotate(135deg);
  }

  .retail-application-grid article {
    min-height: auto;
    padding: 18px 20px;
  }

  #retail-ausschreibung .section-head--aside,
  .retail-tender-table,
  .retail-accordion,
  .retail-proof-strip,
  .retail-proof-strip ul {
    grid-template-columns: 1fr;
  }

  #retail-ausschreibung .section-head h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  #retail-ausschreibung .section-head > p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.62;
  }

  .retail-tender-card {
    min-height: auto;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 18px;
  }

  .retail-tender-card__icon {
    width: 56px;
    height: 56px;
  }

  .retail-tender-card__icon svg {
    width: 30px;
    height: 30px;
  }

  .retail-tender-card h3,
  .retail-question-card h3 {
    font-size: 17px;
  }

  .retail-question-card {
    min-height: auto;
    padding: 20px 18px;
  }

  .retail-proof-strip {
    padding: 24px 20px;
  }

  .retail-proof-strip li {
    min-height: auto;
    padding: 16px;
  }

  .retail-timeline li,
  .retail-timeline li:nth-child(odd),
  .retail-timeline li:last-child {
    grid-column: auto;
    min-height: auto;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .retail-timeline li:first-child {
    border-top: 0;
  }

  .retail-form legend {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-retail-landing .retail-hero::before,
  .page-retail-landing .retail-doc-grid article {
    transition: none;
    transform: none;
    will-change: auto;
  }
}

/* Retail landing refresh: scoped overrides for the optimized landing page. */
.retail-hero {
  min-height: clamp(640px, 74vh, 820px);
  padding-top: clamp(92px, 8vw, 138px);
  padding-bottom: clamp(76px, 7vw, 112px);
}

.retail-hero::before {
  content: none;
  transform-origin: initial;
}

.retail-hero::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 203, 199, .045));
}

.retail-hero__inner {
  grid-template-columns: minmax(0, .78fr) minmax(430px, .82fr);
}

.retail-hero__copy {
  max-width: 650px;
}

.retail-hero h1 {
  margin-top: 0;
  max-width: 100%;
}

.retail-hero__copy > p:not(.eyebrow):not(.retail-hero__brand) {
  max-width: 100%;
}

.retail-trust-band {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.retail-trust-band article {
  min-height: 178px;
  padding: 30px 24px;
  display: grid;
  grid-template-rows: 42px auto auto;
  row-gap: 12px;
  align-content: center;
  justify-items: center;
  border-left: 1px solid var(--line);
  text-align: center;
  transform: none !important;
}

.retail-trust-band article:first-child {
  border-left: 0;
}

.retail-trust-band .retail-trust-band__icon {
  width: 42px;
  min-height: 42px;
  padding: 0;
  gap: 0;
  border-left: 0;
  border-top: 0;
  align-content: center;
  justify-items: center;
  height: 42px;
  display: grid;
  place-items: center;
  justify-self: center;
  margin-inline: auto;
  color: var(--retail);
}

.retail-trust-band__icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-inline: auto;
}

.retail-trust-band h3 {
  max-width: 230px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.retail-trust-band p {
  max-width: 230px;
  margin: 0;
  color: var(--copy);
  font-size: 13px;
  line-height: 1.45;
  text-wrap: balance;
}

.retail-section--backshop {
  background:
    linear-gradient(135deg, rgba(0, 203, 199, .07), rgba(215, 184, 104, .06) 46%, rgba(255, 255, 255, 0) 78%),
    #fff;
}

.retail-section--backshop h2,
.retail-section--backshop h3,
.retail-section--backshop strong {
  color: var(--black);
}

.retail-section--backshop p {
  color: var(--copy);
}

.retail-section--backshop .eyebrow {
  color: var(--gold);
}

.retail-backshop {
  grid-template-columns: minmax(0, .78fr) minmax(520px, .94fr);
}

.retail-backshop-process {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}

.retail-backshop-process article {
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 5px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--retail);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(35, 35, 35, .045);
}

.retail-backshop-process span {
  grid-row: span 2;
  color: var(--retail);
  font-family: "Poppins", "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
}

.retail-backshop-process strong {
  display: block;
  font-family: "Poppins", "Manrope", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.25;
}

.retail-backshop-process p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.retail-backshop__image {
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--soft);
  box-shadow: var(--shadow);
}

.retail-backshop__image img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  display: block;
  object-fit: cover;
}

.retail-section--backshop .retail-application-grid article {
  min-height: 94px;
  padding: 18px;
  display: flex;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--retail) 24%, var(--line));
  border-radius: 8px;
  background: #fff;
  color: var(--black);
  box-shadow: 0 14px 32px rgba(35, 35, 35, .04);
  font-weight: 800;
  line-height: 1.32;
}

.retail-timeline--rollout {
  margin-top: clamp(30px, 4vw, 50px);
}

.retail-logistics .retail-rollout-list {
  margin: 26px 0 0;
  padding: 22px 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 22px;
  border: 1px solid color-mix(in srgb, var(--retail) 22%, var(--line));
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(35, 35, 35, .04);
}

.retail-logistics .retail-rollout-list li {
  font-weight: 700;
}

.retail-logistics figure {
  background: var(--soft);
}

.retail-logistics img {
  width: 104%;
  height: 104%;
  min-height: 448px;
  margin: -2%;
  display: block;
  transform-origin: center;
}

.retail-request {
  grid-template-columns: minmax(0, .78fr) minmax(520px, .74fr);
  gap: clamp(34px, 5vw, 74px);
}

.retail-request__promise {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}

.retail-request__promise article {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--retail);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(35, 35, 35, .045);
}

.retail-request__promise strong {
  display: block;
  color: var(--black);
  font-family: "Poppins", "Manrope", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.25;
}

.retail-request__promise span {
  display: block;
  margin-top: 7px;
  color: var(--copy);
  font-size: 14px;
  line-height: 1.48;
}

.retail-form fieldset {
  padding: clamp(26px, 3vw, 34px);
  border-top: 4px solid var(--retail);
}

.retail-form textarea {
  min-height: 132px;
}

@media (max-width: 1440px) {
  .retail-hero h1 {
    font-size: clamp(40px, 3.7vw, 56px);
  }

  .retail-hero__brand {
    font-size: clamp(40px, 3.7vw, 56px);
  }
}

@media (max-width: 1200px) {
  .retail-hero h1 {
    font-size: clamp(38px, 3.55vw, 48px);
  }

  .retail-hero__brand {
    font-size: clamp(38px, 3.55vw, 48px);
  }
}

@media (max-width: 1080px) {
  .retail-hero__inner {
    grid-template-columns: 1fr;
  }

  .retail-hero__visual {
    max-width: 760px;
  }

  .retail-trust-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .retail-trust-band article:nth-child(odd) {
    border-left: 0;
  }

  .retail-trust-band article:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .retail-backshop,
  .retail-request {
    grid-template-columns: 1fr;
  }

  .retail-backshop__image,
  .retail-form,
  .retail-request__promise {
    max-width: 760px;
  }

  .retail-supply-network {
    grid-template-columns: 1fr;
  }

  .retail-supply-network::before {
    left: 30px;
    right: auto;
    top: 24px;
    bottom: 24px;
    width: 1px;
    height: auto;
  }

  .retail-supply-network article {
    min-height: auto;
    padding: 18px 18px 18px 64px;
  }

  .retail-supply-network span {
    left: 16px;
    top: 18px;
  }
}

@media (max-width: 767px) {
  .retail-hero {
    min-height: auto;
    padding: 66px 18px 72px;
  }

  .retail-hero__copy {
    max-width: calc(100vw - 36px);
  }

  .retail-hero__brand {
    margin-top: 14px;
    font-size: 38px;
  }

  .retail-trust-band {
    grid-template-columns: 1fr;
  }

  .retail-trust-band article,
  .retail-trust-band article:nth-child(odd) {
    min-height: auto;
    padding: 28px 24px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .retail-trust-band article:first-child {
    border-top: 0;
  }

  .retail-hero__visual {
    align-self: center;
    display: block;
  }

  .retail-hero__figure {
    height: auto;
    min-height: 0;
  }

  .retail-hero__figure img {
    transform: none;
  }

  .retail-backshop-process article {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .retail-backshop-process span {
    grid-row: auto;
  }

  .retail-logistics .retail-rollout-list {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .retail-backshop__image,
  .retail-backshop__image img {
    min-height: 300px;
  }

  .retail-logistics img {
    min-height: 312px;
  }

  .retail-section--backshop .retail-application-grid article {
    min-height: auto;
    padding: 18px 20px;
  }

  .retail-supply-network article {
    padding: 18px 18px 18px 58px;
  }

  .retail-request__promise article,
  .retail-form fieldset {
    padding: 22px;
  }
}

/* Backshop process section matched to the selected retail design reference. */
.retail-section--backshop {
  padding: clamp(76px, 7vw, 106px) 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, var(--soft) 100%),
    #fff;
}

.retail-section--backshop .retail-backshop,
.retail-section--backshop .retail-application-grid {
  width: min(calc(100% - 48px), var(--content-max));
}

.retail-section--backshop .retail-backshop {
  margin-top: 0;
  display: block;
}

.retail-section--backshop .retail-backshop__copy {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .82fr);
  column-gap: clamp(34px, 6vw, 88px);
  row-gap: clamp(28px, 3vw, 40px);
  align-items: end;
}

.retail-section--backshop h2 {
  max-width: 660px;
  margin-top: 18px;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.08;
}

.retail-section--backshop .retail-backshop__copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 0;
  color: var(--copy);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.65;
}

.retail-backshop__layout {
  margin-top: clamp(32px, 4vw, 48px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: stretch;
}

.retail-section--backshop .retail-backshop__image {
  width: 100%;
  height: 100%;
  min-height: clamp(420px, 33vw, 540px);
  margin: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--gold) 36%, var(--line));
  border-radius: 8px;
  background: var(--black);
  box-shadow: 0 18px 44px rgba(35, 35, 35, .08);
}

.retail-section--backshop .retail-backshop__image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center 48%;
}

.retail-backshop-table {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(124px, 1fr);
  gap: 12px;
  align-self: stretch;
  align-content: stretch;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.retail-backshop-table__head {
  display: none;
}

.retail-backshop-table__row {
  min-height: 0;
  padding: 0;
  display: contents;
}

.retail-backshop-table__row:first-of-type {
  border-top: 0;
}

.retail-backshop-step,
.retail-backshop-benefit {
  min-width: 0;
  min-height: 0;
  padding: clamp(16px, 1.45vw, 22px) clamp(14px, 1.8vw, 22px);
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: clamp(11px, 1.2vw, 14px);
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--gold) 56%, var(--line));
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 26px rgba(35, 35, 35, .035);
}

.retail-backshop-benefit {
  position: relative;
  border-left: 1px solid color-mix(in srgb, var(--gold) 56%, var(--line));
}

.retail-backshop-benefit::before {
  content: none;
}

.retail-backshop-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: color-mix(in srgb, var(--gold) 12%, #fff);
  color: var(--gold);
}

.retail-backshop-icon::before {
  content: none;
}

.retail-backshop-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.retail-backshop-icon svg * {
  vector-effect: non-scaling-stroke;
}

.retail-backshop-step h3,
.retail-backshop-benefit h3 {
  margin: 0;
  color: var(--black);
  font-family: "Poppins", "Manrope", Arial, sans-serif;
  font-size: clamp(15px, .95vw, 17px);
  font-weight: 700;
  line-height: 1.2;
}

.retail-section--backshop .retail-backshop-table .retail-backshop-step p,
.retail-section--backshop .retail-backshop-table .retail-backshop-benefit p {
  margin-top: 7px;
  color: var(--copy);
  font-size: clamp(12.5px, .82vw, 14px);
  line-height: 1.42;
}

.retail-section--backshop .retail-application-grid {
  margin-top: clamp(34px, 4vw, 48px);
  padding: clamp(22px, 2.6vw, 28px) 0 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 32px);
}

.retail-section--backshop .retail-application-grid article {
  min-height: 76px;
  padding: 14px clamp(12px, 1.2vw, 16px);
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1.5px solid color-mix(in srgb, var(--gold) 82%, var(--line));
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  color: var(--black);
  box-shadow: none;
  font-family: "Poppins", "Manrope", Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.2;
}

.retail-section--backshop .retail-application-grid article span {
  display: block;
  min-width: 0;
  overflow-wrap: normal;
  hyphens: manual;
  text-wrap: balance;
}

.retail-section--backshop .retail-application-grid svg {
  width: 28px;
  height: 28px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.retail-section--backshop .retail-application-grid svg * {
  vector-effect: non-scaling-stroke;
}

.retail-section--backshop .retail-application-grid .is-accent svg {
  color: var(--gold);
}

@media (max-width: 1080px) {
  .retail-section--backshop .retail-backshop__copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .retail-section--backshop .retail-backshop__copy > p:not(.eyebrow) {
    max-width: 760px;
  }

  .retail-backshop__layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .retail-section--backshop .retail-backshop__image {
    height: clamp(280px, 46vw, 390px);
    min-height: 0;
  }

  .retail-backshop-table {
    grid-auto-rows: minmax(116px, auto);
  }

  .retail-section--backshop .retail-application-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 767px) {
  .retail-section--backshop {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .retail-section--backshop .retail-backshop,
  .retail-section--backshop .retail-application-grid {
    width: min(calc(100% - 36px), var(--content-max));
  }

  .retail-section--backshop .retail-backshop__image {
    height: 220px;
  }

  .retail-section--backshop h2 {
    max-width: 100%;
    font-size: clamp(30px, 8vw, 38px);
  }

  .retail-section--backshop .retail-backshop__copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .retail-backshop-table {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .retail-backshop-table__row {
    min-height: auto;
  }

  .retail-backshop-step,
  .retail-backshop-benefit {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .retail-backshop-icon {
    width: 42px;
    height: 42px;
  }

  .retail-backshop-icon svg {
    width: 27px;
    height: 27px;
  }

  .retail-backshop-step h3,
  .retail-backshop-benefit h3 {
    font-size: 17px;
  }

  .retail-section--backshop .retail-backshop-table .retail-backshop-step p,
  .retail-section--backshop .retail-backshop-table .retail-backshop-benefit p {
    font-size: 13.5px;
  }

  .retail-section--backshop .retail-application-grid {
    margin-top: 26px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .retail-section--backshop .retail-application-grid article {
    grid-template-columns: 32px minmax(0, 1fr);
    min-height: 68px;
    padding: 14px 16px;
    font-size: 13px;
  }

  .retail-section--backshop .retail-application-grid svg {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1081px) {
  .retail-hero__inner {
    width: min(100%, var(--hero-max, 1920px));
    grid-template-columns: minmax(520px, .72fr) minmax(580px, 1fr);
    gap: clamp(56px, 5.4vw, 104px);
  }

  .retail-hero__copy {
    max-width: 680px;
  }

  .retail-hero__figure {
    min-height: clamp(460px, 34vw, 680px);
  }
}

@media (min-width: 1081px) and (max-width: 1240px) {
  .retail-hero__inner {
    grid-template-columns: minmax(460px, .78fr) minmax(540px, 1fr);
    gap: clamp(40px, 4vw, 56px);
  }

  .retail-hero__copy {
    max-width: 620px;
  }
}

/* Full-bleed Retail hero image, aligned with the start page hero treatment. */
.retail-hero {
  min-height: clamp(660px, 76vh, 840px);
  padding: clamp(104px, 8vw, 142px) 24px clamp(92px, 7vw, 124px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .72) 36%, rgba(255, 255, 255, .2) 62%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(248, 247, 242, .24) 100%),
    url("./assets/images/baking-retail-hero-new.jpg") center right / cover no-repeat;
}

.retail-hero::before {
  content: none;
}

.retail-hero::after {
  height: 22%;
  background: linear-gradient(180deg, rgba(248, 247, 242, 0), rgba(248, 247, 242, .62));
}

.retail-hero__inner {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, .74fr) minmax(540px, 1fr);
}

.retail-hero__copy {
  position: relative;
  max-width: 640px;
}

.retail-hero__visual {
  display: none;
}

@media (max-width: 767px) {
  .retail-hero {
    min-height: auto;
    padding: 66px 18px 72px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .86) 58%, rgba(255, 255, 255, .74) 100%),
      url("./assets/images/baking-retail-hero-new.jpg") 64% center / cover no-repeat;
  }

  .retail-hero__inner {
    grid-template-columns: 1fr;
  }
}
