@font-face {
  font-family: "DM Sans";
  src: url("./vendor/fonts/dm-sans/dm-sans-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("./vendor/fonts/dm-sans/dm-sans-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("./vendor/fonts/dm-sans/dm-sans-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("./vendor/fonts/dm-sans/dm-sans-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("./vendor/fonts/dm-sans/dm-sans-latin-800-normal.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("./vendor/fonts/manrope/manrope-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("./vendor/fonts/manrope/manrope-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("./vendor/fonts/manrope/manrope-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("./vendor/fonts/manrope/manrope-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("./vendor/fonts/manrope/manrope-latin-800-normal.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./vendor/fonts/poppins/poppins-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./vendor/fonts/poppins/poppins-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./vendor/fonts/poppins/poppins-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./vendor/fonts/poppins/poppins-latin-800-normal.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #d7b868;
  --black: #232323;
  --ink: #383f48;
  --copy: #4d4d4d;
  --soft: #f8f7f2;
  --line: rgba(56, 63, 72, .1);
  --plus: #22a0da;
  --pro: #57b33b;
  --prime: #d7b868;
  --project: #ec482c;
  --partner: #ec7424;
  --retail: #00cbc7;
  --shadow: 0 22px 54px rgba(35, 35, 35, .08);
  --content-max: 1280px;
  --hero-max: 1920px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--black);
  font-family: "DM Sans", "Manrope", Arial, sans-serif;
}
img {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  user-select: none;
}
a { color: inherit; text-decoration: none; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: "Poppins", "Manrope", Arial, sans-serif; letter-spacing: 0; }
h1 { font-size: clamp(42px, 5.3vw, 78px); font-weight: 600; line-height: 1.09; }
h2 { font-size: clamp(30px, 4vw, 52px); font-weight: 600; line-height: 1.19; }
h3 { font-size: 20px; line-height: 1.25; }
p { color: var(--copy); line-height: 1.68; }
section[id] { scroll-margin-top: 126px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(56, 63, 72, .1);
  box-shadow: 0 16px 46px rgba(35, 35, 35, .06);
  backdrop-filter: blur(18px);
}
.site-header__inner {
  max-width: 1440px;
  min-height: 82px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 48px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: clamp(16px, 2.2vw, 32px);
}
.site-header__brand {
  display: inline-flex;
  align-items: center;
  width: clamp(152px, 16vw, 212px);
  min-width: 152px;
}
.site-header__brand img {
  width: 100%;
  height: auto;
}
.site-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.4vw, 34px);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1;
  text-transform: uppercase;
}
.site-header__nav > a,
.site-header__trigger {
  position: relative;
  padding: 34px 0 31px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  white-space: nowrap;
  cursor: pointer;
  transition: color .2s ease;
}
.site-header__nav > a::after,
.site-header__trigger span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}
.site-header__trigger span::after {
  bottom: -13px;
}
.site-header__nav > a:hover,
.site-header__nav > a.is-active,
.site-header__group:hover .site-header__trigger,
.site-header__group.is-active .site-header__trigger,
.site-header__group:focus-within .site-header__trigger {
  color: var(--black);
}
.site-header__nav > a:hover::after,
.site-header__nav > a.is-active::after,
.site-header__group:hover .site-header__trigger span::after,
.site-header__group.is-active .site-header__trigger span::after,
.site-header__group:focus-within .site-header__trigger span::after {
  transform: scaleX(1);
}
.site-header__group {
  position: relative;
}
.site-header__group::before {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  top: 100%;
  height: 16px;
  display: none;
}
.site-header__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  appearance: none;
  list-style: none;
}
.site-header__trigger::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: .58;
  transform: rotate(45deg);
  transition: transform .2s ease, opacity .2s ease;
}
.site-header__trigger span {
  position: relative;
}
.site-header__group:hover .site-header__trigger::after,
.site-header__group:focus-within .site-header__trigger::after {
  opacity: .95;
  transform: translateY(3px) rotate(225deg);
}
.site-header__menu {
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  z-index: 120;
  min-width: 214px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 22px 54px rgba(35,35,35,.12);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease;
  backdrop-filter: blur(14px);
}
.site-header__group:hover .site-header__menu,
.site-header__group:focus-within .site-header__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.site-header__menu a {
  display: block;
  padding: 12px 14px;
  border-radius: 6px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .045em;
  line-height: 1.1;
  white-space: nowrap;
  transition: background .18s ease, color .18s ease;
}
.site-header__menu a::after {
  display: none;
}
.site-header__menu a:hover,
.site-header__menu a.is-active {
  background: #f7f4ea;
  color: var(--black);
}
.site-header__cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid rgba(215, 184, 104, .55);
  border-radius: 8px;
  background: var(--gold);
  color: var(--black);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease;
}
.site-header__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(215, 184, 104, .25);
}
.site-header__cta.is-active {
  background: var(--black);
  border-color: var(--black);
  color: #fff;
}
.site-header__toggle {
  width: 44px;
  height: 42px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  border: 1px solid rgba(56, 63, 72, .16);
  border-radius: 8px;
  background: #fff;
  color: var(--black);
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.site-header__toggle:hover,
.site-header__toggle:focus-visible {
  border-color: rgba(215, 184, 104, .7);
  box-shadow: 0 10px 22px rgba(35, 35, 35, .08);
}
.site-header__toggle span {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.site-header.is-menu-open .site-header__toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header.is-menu-open .site-header__toggle span:nth-child(2) {
  opacity: 0;
}
.site-header.is-menu-open .site-header__toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.language-switcher {
  position: relative;
  font-family: "Manrope", Arial, sans-serif;
}
.language-switcher--mobile { display: none; }
.language-switcher__trigger {
  min-width: 68px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 11px;
  border: 1px solid rgba(56, 63, 72, .16);
  border-radius: 8px;
  background: #fff;
  color: var(--black);
  font: 800 12px/1 "Manrope", Arial, sans-serif;
  letter-spacing: .06em;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.language-switcher__trigger:hover,
.language-switcher__trigger:focus-visible,
.language-switcher.is-open .language-switcher__trigger {
  border-color: rgba(215, 184, 104, .72);
  background: #fffdf8;
  box-shadow: 0 10px 24px rgba(35, 35, 35, .09);
}
.language-switcher__trigger img,
.language-switcher__menu img,
.language-switcher__mobile-options img {
  width: 24px;
  height: 16px;
  flex: 0 0 auto;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(35, 35, 35, .14);
  object-fit: cover;
}
.language-switcher__trigger svg {
  width: 10px;
  height: 7px;
  margin-left: 1px;
  stroke-width: 1.8;
  transition: transform .18s ease;
}
.language-switcher.is-open .language-switcher__trigger svg { transform: rotate(180deg); }
.language-switcher__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 140;
  width: min(220px, calc(100vw - 24px));
  max-height: min(70vh, 360px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 22px 54px rgba(35, 35, 35, .14);
  backdrop-filter: blur(14px);
}
.language-switcher__menu[hidden] { display: none; }
.language-switcher__menu a,
.language-switcher__mobile-options a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 11px 10px;
  border-radius: 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  transition: background .18s ease, color .18s ease;
}
.language-switcher__menu a:hover,
.language-switcher__menu a:focus-visible,
.language-switcher__menu a.is-active,
.language-switcher__mobile-options a:hover,
.language-switcher__mobile-options a:focus-visible,
.language-switcher__mobile-options a.is-active {
  background: #f7f4ea;
  color: var(--black);
}
.language-switcher__menu a.is-active,
.language-switcher__mobile-options a.is-active { box-shadow: inset 3px 0 0 var(--gold); }
.language-switcher__menu small {
  color: rgba(56, 63, 72, .58);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
}

.portal {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(20,22,23,.86), rgba(35,35,35,.54)),
    url("./assets/images/main-header-back--scaled.jpg") center / cover no-repeat;
}
.portal__inner {
  max-width: 920px;
  color: #fff;
  text-align: center;
}
.portal h1 { margin-top: 14px; color: #fff; }
.portal p:not(.eyebrow) { max-width: 680px; margin: 18px auto 0; color: rgba(255,255,255,.86); }
.portal__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 34px; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--gold { background: var(--gold); border-color: var(--gold); color: var(--black); }
.button--blue { background: var(--plus); border-color: var(--plus); color: #fff; }
.button--glass { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.24); color: #fff; backdrop-filter: blur(14px); }
.button--outline { background: #fff; border-color: var(--line); color: var(--black); }
.button--white { background: #fff; border-color: rgba(215,184,104,.36); color: var(--black); }
.button,
.site-header__cta,
.product-card a,
.solution-card a {
  transform-origin: center;
  backface-visibility: hidden;
}
.button--gold {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.button--gold::after {
  content: "";
  position: absolute;
  inset: -2px auto -2px -45%;
  z-index: 0;
  width: 42%;
  transform: translateX(-120%) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  pointer-events: none;
}
.button--gold.is-button-sweeping::after {
  transform: translateX(420%) skewX(-18deg);
  transition: transform .58s cubic-bezier(.22, 1, .36, 1);
}
.solution-card a span[aria-hidden="true"] {
  display: inline-block;
  transform: translateX(0);
}

.eyebrow {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow--line,
.eyebrow--center {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow--line::before,
.eyebrow--center::before,
.eyebrow--center::after {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(215,184,104,0));
}
.eyebrow--center::before { background: linear-gradient(90deg, rgba(215,184,104,0), var(--gold)); }
.section-head:not(.section-head--center) .eyebrow:not(.eyebrow--center),
.plus-hero .eyebrow:not(.eyebrow--center),
.plus-benefit .eyebrow:not(.eyebrow--center),
.solution-split .eyebrow:not(.eyebrow--center) {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.section-head:not(.section-head--center) .eyebrow:not(.eyebrow--center)::before,
.plus-hero .eyebrow:not(.eyebrow--center)::before,
.plus-benefit .eyebrow:not(.eyebrow--center)::before,
.solution-split .eyebrow:not(.eyebrow--center)::before {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(215,184,104,0));
}

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(660px, 76vh, 840px);
  padding: clamp(104px, 8vw, 142px) 24px clamp(92px, 7vw, 124px);
  color: var(--black);
  background:
    linear-gradient(90deg, rgba(255,255,255,.80) 0%, rgba(255,255,255,.58) 32%, rgba(255,255,255,.14) 58%, 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-start-hero-baker.jpg") center right / cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 18%;
  background: linear-gradient(180deg, rgba(248,247,242,0) 0%, rgba(248,247,242,.62) 100%);
  pointer-events: none;
}
.hero__inner {
  max-width: var(--hero-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .74fr) minmax(540px, 1fr);
  gap: clamp(72px, 8vw, 118px);
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero__copy { max-width: 610px; position: relative; z-index: 5; }
.hero--family .hero__inner {
  grid-template-columns: minmax(540px, .86fr) minmax(560px, 1fr);
  gap: clamp(56px, 5.2vw, 82px);
}
.hero--family .hero__copy { max-width: 560px; }
.hero h1 {
  max-width: 100%;
  color: var(--black);
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  text-wrap: balance;
}
.hero__subline {
  max-width: 620px;
  margin-top: 20px;
  color: var(--copy);
  font-family: "DM Sans", "Manrope", Arial, sans-serif;
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.62;
  text-transform: none;
  overflow-wrap: break-word;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.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;
}
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.chips span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 10px 14px;
  border: 1px solid rgba(56,63,72,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
  box-shadow: 0 12px 26px rgba(35,35,35,.045);
  backdrop-filter: blur(10px);
}
.chips span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(215,184,104,.18);
}
.hero-stage {
  position: relative;
  width: 100%;
  min-height: 620px;
  max-width: clamp(760px, 52vw, 900px);
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hero-stage::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 58%;
  height: 56px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(35,35,35,.10), rgba(35,35,35,.035) 38%, rgba(35,35,35,0) 74%);
  filter: blur(18px);
  transform: translateX(-50%);
}
.hero-stage__label {
  position: absolute;
  top: 34px;
  left: 50%;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.84);
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  transform: translateX(-50%);
}
.hero-stage__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}
.hero-product {
  position: absolute;
  top: 124px;
  width: 38%;
  min-height: 424px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.70);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(248,247,242,.90));
  box-shadow: 0 28px 74px rgba(0,0,0,.22);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, opacity .28s ease;
}
.hero-product::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--accent), rgba(255,255,255,.18));
}
.hero-product--plus { --accent: var(--plus); left: 0; top: 176px; z-index: 2; transform: translateX(30px) scale(.86) rotate(-3deg); }
.hero-product--pro { --accent: var(--pro); left: 50%; top: 78px; width: 46%; min-height: 518px; z-index: 5; transform: translateX(-50%) scale(.90); border-color: color-mix(in srgb, var(--pro) 58%, #fff); box-shadow: 0 34px 92px rgba(0,0,0,.27); }
.hero-product--prime { --accent: var(--prime); right: 0; top: 166px; z-index: 3; transform: translateX(-24px) scale(.88) rotate(2.4deg); }
@media (hover: hover) and (min-width: 1081px) {
  .hero-product--plus:hover {
    z-index: 7;
    transform: translateX(36px) scale(1) rotate(-1deg);
    border-color: color-mix(in srgb, var(--plus) 48%, #fff);
    box-shadow: 0 42px 112px rgba(0,0,0,.32);
  }
  .hero-product--prime:hover {
    z-index: 7;
    transform: translateX(-32px) scale(1) rotate(.8deg);
    border-color: color-mix(in srgb, var(--prime) 58%, #fff);
    box-shadow: 0 42px 112px rgba(0,0,0,.32);
  }
  .hero-stage:has(.hero-product--plus:hover) .hero-product--pro,
  .hero-stage:has(.hero-product--prime:hover) .hero-product--pro {
    z-index: 4;
    transform: translateX(-50%) scale(.84);
    box-shadow: 0 24px 70px rgba(0,0,0,.22);
  }
}
.hero-product__image {
  position: relative;
  height: 182px;
  margin: 22px 20px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(56,63,72,.07);
  border-radius: 18px;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.96), rgba(248,247,242,.48) 62%, rgba(255,255,255,0) 76%);
}
.hero-product--pro .hero-product__image { height: 226px; margin: 26px 22px 16px; }
.hero-product__image img { width: auto; max-width: 92%; max-height: 138px; object-fit: contain; filter: drop-shadow(0 20px 20px rgba(35,35,35,.18)); }
.hero-product--pro img { max-height: 176px; }
.hero-product__body { display: flex; flex: 1; flex-direction: column; padding: 0 24px 24px; }
.hero-product__badge {
  align-self: flex-start;
  min-height: 28px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(35,35,35,.90);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.hero-product--pro .hero-product__badge { background: var(--gold); color: var(--black); }
.hero-product__brand { margin-top: 22px; color: var(--ink); font-size: 12px; font-weight: 850; letter-spacing: 2px; text-transform: uppercase; }
.brand-reg {
  position: relative;
  top: -.55em;
  font-family: Arial, sans-serif;
  font-size: .52em;
  font-weight: 400;
  line-height: 0;
  vertical-align: baseline;
}
.brand sup:not(.brand-reg),
.product-card h3 sup:not(.brand-reg),
.solution-card h3 sup:not(.brand-reg),
.solution-hero__brand-name sup:not(.brand-reg),
.silicone-brand sup:not(.brand-reg),
.site-footer__brand sup:not(.brand-reg) {
  font-family: Arial, sans-serif;
  font-size: .52em;
  font-weight: 400;
  line-height: 0;
  vertical-align: super;
}
.hero-product h2 { margin-top: 9px; color: var(--black); font-size: clamp(34px, 3.1vw, 50px); font-weight: 500; line-height: 1; }
.hero-product--pro h2 { font-size: clamp(42px, 4vw, 62px); }
.hero-product p { margin-top: 14px; font-size: 14px; font-weight: 650; line-height: 1.5; }
.quality-bars { display: flex; gap: 7px; margin-top: auto; padding-top: 20px; }
.quality-bars i { width: 28px; height: 5px; border-radius: 999px; background: rgba(56,63,72,.14); }
.quality-bars .is-active { background: var(--accent); }

.trust-strip {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 clamp(20px,4vw,58px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.trust-strip article {
  min-height: 178px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 12px;
  padding: 30px 24px;
  text-align: center;
  border-left: 1px solid var(--line);
}
.trust-strip article:first-child { border-left: 0; }
.trust-strip svg {
  width: 42px;
  height: 42px;
  color: var(--gold);
  stroke-width: 1.25;
}
.trust-strip svg * { vector-effect: non-scaling-stroke; }
.trust-strip h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}
.trust-strip p { max-width: 230px; font-size: 13px; }

@media (min-width: 1921px) {
  .hero--family {
    min-height: clamp(820px, 46vw, 940px);
    padding: clamp(108px, 5.8vw, 136px) 32px clamp(96px, 5.4vw, 126px);
    background-position: center right;
  }

  .hero--family .hero__inner {
    max-width: 2100px;
    grid-template-columns: minmax(560px, 620px) minmax(1040px, 1fr);
    gap: 0;
  }

  .hero--family .hero__copy {
    max-width: 590px;
  }

  .hero--family .hero-stage {
    justify-self: start;
    max-width: 880px;
    min-height: 640px;
    margin: 0;
    transform: translateY(26px);
  }

  .hero--family .hero-stage::after {
    bottom: 0;
    width: 64%;
  }

  .hero--family .hero-product {
    width: 31%;
    height: 424px;
    min-height: 424px;
  }

  .hero--family .hero-product--plus {
    left: 13%;
    top: 244px;
    transform: translateX(18px) scale(.90) rotate(-3.8deg);
  }

  .hero--family .hero-product--pro {
    left: 50%;
    top: 126px;
    width: 34%;
    height: 518px;
    min-height: 518px;
    z-index: 7;
    transform: translateX(-50%) scale(.98);
    border-color: color-mix(in srgb, var(--pro) 70%, #fff);
    box-shadow: 0 42px 118px rgba(0,0,0,.30);
  }

  .hero--family .hero-product--prime {
    right: 13%;
    top: 238px;
    transform: translateX(-18px) scale(.92) rotate(2.8deg);
  }

  @media (hover: hover) {
    .hero--family .hero-product--plus:hover {
      z-index: 9;
      transform: translateX(24px) scale(1) rotate(-1deg);
      border-color: color-mix(in srgb, var(--plus) 54%, #fff);
      box-shadow: 0 46px 118px rgba(0,0,0,.32);
    }

    .hero--family .hero-product--prime:hover {
      z-index: 9;
      transform: translateX(-24px) scale(1) rotate(.8deg);
      border-color: color-mix(in srgb, var(--prime) 64%, #fff);
      box-shadow: 0 46px 118px rgba(0,0,0,.32);
    }

    .hero--family .hero-product--pro:hover {
      z-index: 10;
      transform: translateX(-50%) scale(1);
      border-color: color-mix(in srgb, var(--pro) 76%, #fff);
      box-shadow: 0 48px 124px rgba(0,0,0,.32);
    }

    .hero--family .hero-stage:has(.hero-product--plus:hover) .hero-product--pro,
    .hero--family .hero-stage:has(.hero-product--prime:hover) .hero-product--pro {
      z-index: 6;
      transform: translateX(-50%) scale(.92);
      box-shadow: 0 30px 82px rgba(0,0,0,.24);
    }
  }
}

.split-section,
.plus-benefit {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(58px, 5.2vw, 84px) 24px clamp(66px, 5.6vw, 92px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(30px, 4vw, 52px);
  align-items: stretch;
}
.split-section figure,
.plus-benefit figure,
.feature-layout figure {
  min-height: clamp(500px, 39vw, 590px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(56,63,72,.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(35,35,35,.07);
}
.split-section figure img,
.plus-benefit figure img,
.feature-layout figure img { width: 100%; height: 100%; object-fit: cover; }
.object-center-right { object-position: center right; }
.split-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 3.8vw, 52px);
  border: 1px solid rgba(56,63,72,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 36px rgba(35,35,35,.04);
}
.split-section__content h2 { margin-top: 16px; }
.split-section__content > p:not(.eyebrow) { margin-top: 20px; }
.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 28px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}
.check-grid li {
  position: relative;
  padding-left: 34px;
  color: var(--copy);
  line-height: 1.55;
}
.check-grid li::before,
.tick-list li::before,
.product-card li::before,
.solution-card li::before,
.info-card li::before,
.feature-list li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: .22em;
  width: 7px;
  height: 13px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: rotate(45deg);
}
.check-grid strong { display: block; color: var(--black); }
.check-grid span { display: block; }
.icon-list-fine li::before {
  display: none;
}
.icon-list-fine .list-icon {
  position: absolute;
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: var(--gold);
}
.icon-list-fine .list-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.25;
}
.icon-list-fine .list-icon svg * {
  vector-effect: non-scaling-stroke;
}
.check-grid.icon-list-fine .list-icon {
  left: 0;
  top: .08em;
}
.feature-list.icon-list-fine li {
  padding-left: 54px;
}
.feature-list.icon-list-fine .list-icon {
  left: 18px;
  top: 18px;
}
.product-benefit-list .list-icon {
  left: 0;
  top: -.14em;
  width: 30px;
  height: 30px;
  color: var(--gold);
}
.product-benefit-list .list-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.silicone-brand {
  font: inherit;
  letter-spacing: 0;
  white-space: nowrap;
}
.silicone-brand b {
  margin-left: 0;
  font-weight: 600;
}
.silicone-brand .brand-reg { font-size: .52em; }
.silicone-head .eyebrow .eyebrow-brand {
  letter-spacing: 0;
  white-space: nowrap;
}
.silicone-head .eyebrow .eyebrow-brand .brand-reg {
  margin: 0;
  letter-spacing: 0;
}

.product-overview,
.feature-section,
.solutions-section,
.packaging-section,
.detail-section,
.downloads-section {
  padding: clamp(76px, 7vw, 112px) 24px;
  background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
}
.product-overview > *,
.feature-section > *,
.solutions-section > *,
.packaging-section > *,
.detail-section > *,
.downloads-section > * { max-width: var(--content-max); margin-left: auto; margin-right: auto; }
.section-head { display: grid; gap: 14px; margin-bottom: clamp(30px,4vw,50px); }
.section-head h2 { max-width: 840px; }
.section-head p:not(.eyebrow) { max-width: 720px; }
.product-overview .section-head--aside h2 + p { margin-top: 14px; }
.section-head--aside {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(260px, .36fr);
  gap: clamp(28px,4vw,58px);
  align-items: end;
}
.section-head--aside aside {
  padding: 22px;
  border: 1px solid rgba(215,184,104,.34);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 44px rgba(35,35,35,.07);
}
.section-head--aside aside strong { display: block; font-size: 24px; }
.section-head--aside aside span { display: block; margin-top: 10px; color: var(--copy); font-size: 14px; line-height: 1.58; }
.section-head--center { justify-items: center; text-align: center; }
.section-head--center h2, .section-head--center p { margin-left: auto; margin-right: auto; }

.card-grid { display: grid; gap: 28px; }
.card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-card,
.solution-card,
.info-card,
.panel,
.doc-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(56,63,72,.11);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow);
}
.product-card {
  --accent: var(--gold);
  min-height: 660px;
  display: flex;
  flex-direction: column;
}
.product-card--reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2,.8,.2,1);
  transition-delay: calc(var(--reveal-index, 0) * 140ms);
  will-change: opacity, transform;
}
.product-card--reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.product-card::before,
.solution-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), rgba(215,184,104,.22));
  pointer-events: none;
}
.accent-plus { --accent: var(--plus); }
.accent-pro { --accent: var(--pro); }
.accent-prime { --accent: var(--prime); }
.product-card__image {
  min-height: 0;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid rgba(56,63,72,.10);
  background: #fff;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  filter: none;
}
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.card-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid color-mix(in srgb, var(--accent) 38%, rgba(56,63,72,.12));
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 9%, #fff);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
}
.card-meta span::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent) 14%, transparent);
}
.card-meta b { color: rgba(56,63,72,.34); font-size: 28px; }
.product-card h3 {
  display: flex;
  flex-wrap: wrap;
  color: var(--accent);
  font-size: clamp(31px, 2.5vw, 38px);
  font-weight: 500;
  letter-spacing: 0;
}
.product-card h3 span {
  color: var(--black);
  font-weight: 500;
}
.product-card h3 .brand-reg { font-size: .52em; }
.product-card p { margin-top: 13px; font-size: 15px; }
.product-card ul,
.solution-card ul,
.info-card ul,
.tick-list {
  display: grid;
  gap: 11px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}
.product-card li,
.solution-card li,
.info-card li,
.tick-list li { position: relative; padding-left: 30px; color: var(--ink); font-size: 14px; font-weight: 600; line-height: 1.45; }
.plus-benefit .product-benefit-list li {
  min-height: 30px;
  padding-left: 46px;
}
.product-card a,
.solution-card a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 13px 18px;
  border-radius: 8px;
  background: var(--black);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.product-card a:hover,
.solution-card a:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px);
}
.accent-prime a:hover {
  color: var(--black);
}
.recommend {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 999px;
  background: color-mix(in srgb, var(--pro) 60%, #172414);
  box-shadow: 0 12px 28px rgba(35,35,35,.32);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .55px;
  text-transform: uppercase;
}

.compare-section {
  padding: clamp(72px,7vw,108px) 24px;
  overflow-x: hidden;
  background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
}
.compare-section > * {
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
}
.compare-card {
  overflow: hidden;
  border: 1px solid rgba(56,63,72,.085);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(35,35,35,.07);
}
.table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  table-layout: fixed;
}
.compare-table th,
.compare-table td {
  padding: 17px 18px;
  border-bottom: 1px solid rgba(13,27,50,.09);
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
.compare-table th:first-child,
.compare-table tbody th { text-align: left; color: var(--black); font-weight: 700; }
.compare-table tbody td { color: var(--copy); font-weight: 500; }
.compare-table tr:last-child th,
.compare-table tr:last-child td { border-bottom: 0; }
.brand { font-family: "Poppins", "Manrope", Arial, sans-serif; font-weight: 600; }
.compare-table thead .brand {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.12;
  white-space: nowrap;
}
.brand b { margin-left: 4px; }
.product-heading-brand b { margin-left: 0; font-weight: inherit; }
.compare-table thead .brand b { font-weight: 500; }
.brand.plus b, .stars.plus .filled { color: var(--plus); }
.brand.pro b, .stars.pro .filled { color: var(--pro); }
.brand.prime b, .stars.prime .filled { color: var(--prime); }
.stars { display: inline-flex; gap: 3px; font-size: 17px; line-height: 1; }
.stars span { color: rgba(56,63,72,.18); }
.check { display: inline-flex; width: 22px; height: 22px; align-items: center; justify-content: center; color: var(--gold); }
.check svg { display: none; }
.check::before {
  content: "";
  width: 7px;
  height: 13px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(45deg);
}
.dash { font-size: 18px; }
.active-plus-col { background: rgba(34,160,218,.04); }
.active-pro-col { background: rgba(87,179,59,.046); }
.active-prime-col { background: rgba(215,184,104,.068); }

.compare-section--product {
  background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
  padding: clamp(72px,7vw,108px) 24px;
  color: var(--black);
}
.compare-section--product .section-head {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 0 0 34px;
  margin-bottom: 0;
  text-align: center;
}
.compare-section--product .section-head h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(30px,4vw,52px);
  font-weight: 600;
  line-height: 1.19;
  text-transform: none;
}
.compare-section--product .compare-card {
  overflow: hidden;
  border: 1px solid rgba(56,63,72,.085);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(35,35,35,.07);
}
.compare-section--product .compare-table {
  min-width: 940px;
  background: #fff;
}
.compare-section--product .compare-table th,
.compare-section--product .compare-table td {
  padding: 17px 18px;
  border-bottom: 1px solid rgba(13,27,50,.09);
  font-family: "DM Sans", "Manrope", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}
.compare-section--product .compare-table thead th {
  background: #fff;
  color: var(--black);
  font-weight: 700;
}
.compare-section--product .compare-table tbody th {
  background: #fff;
  color: var(--black);
  font-weight: 600;
}
.compare-section--product .compare-table tbody td {
  background: #fff;
  color: var(--copy);
  font-weight: 500;
}
.compare-section--product .compare-table .brand,
.compare-section--product .compare-table .brand * {
  font-family: "Poppins", "Manrope", Arial, sans-serif;
}
.compare-section--product .compare-table .brand {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 24px;
  font-weight: 500;
  box-shadow: none;
}
.compare-section--product .compare-table .brand b {
  margin-left: 4px;
  font-weight: 500;
  text-transform: uppercase;
}
.compare-section--product .compare-table .active-plus-col { background: rgba(34,160,218,.046); }
.compare-section--product .compare-table .active-pro-col { background: rgba(87,179,59,.052); }
.compare-section--product .compare-table .active-prime-col { background: rgba(215,184,104,.08); }
.compare-section--product .compare-table thead .active-plus-col { background: rgba(34,160,218,.069); }
.compare-section--product .compare-table thead .active-pro-col { background: rgba(87,179,59,.08); }
.compare-section--product .compare-table thead .active-prime-col { background: rgba(215,184,104,.125); }
.compare-section--product .compare-table tbody td.active-plus-col,
.compare-section--product .compare-table tbody td.active-pro-col,
.compare-section--product .compare-table tbody td.active-prime-col {
  color: var(--copy);
}

.feature-layout {
  display: grid;
  grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr);
  gap: clamp(30px,4vw,52px);
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: clamp(22px,2.4vw,30px);
  list-style: none;
  border: 1px solid rgba(56,63,72,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 14px 36px rgba(35,35,35,.04);
}
.feature-list li {
  position: relative;
  min-height: 126px;
  padding: 16px 18px 16px 46px;
  border-bottom: 1px solid rgba(56,63,72,.075);
}
.feature-list li::before {
  left: 18px;
  top: 20px;
}
.feature-list h3 { font-size: 17px; }
.feature-list p { margin-top: 7px; font-size: 14px; line-height: 1.55; }

.reuse-section {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: clamp(16px,2.2vw,28px);
  padding: clamp(76px,7vw,108px) 24px;
  background: var(--soft);
}
.reuse-section__head { max-width: 900px; }
.reuse-section h2 { margin-top: 14px; }
.reuse-section__head > p:not(.eyebrow) {
  max-width: 740px;
  margin: 18px auto 0;
  font-size: 17px;
}
.reuse-section__visual {
  position: relative;
  width: min(980px, 92vw);
  margin: -8px 0 -10px;
}
.reuse-section__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(35,35,35,.10));
}
.reuse-section__number {
  position: absolute;
  top: 68.5%;
  transform: translate(-50%, -50%);
  font-family: Arial, sans-serif;
  font-size: clamp(22px, 2.7vw, 42px);
  font-weight: 400;
  line-height: 1;
  color: rgba(35,35,35,.9);
  pointer-events: none;
}
.reuse-section__number::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + .18em);
  width: 1.5em;
  height: 2px;
  transform: translateX(-50%);
  background: rgba(35,35,35,.42);
}
.reuse-section__number--1 { left: 16.4%; }
.reuse-section__number--2 { left: 33.6%; }
.reuse-section__number--3 { left: 50%; }
.reuse-section__number--4 { left: 66.9%; }
.reuse-section__number--5 { left: 84.2%; }
.reuse-proof {
  width: min(var(--content-max), 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 8px;
  border-top: 1px solid rgba(56,63,72,.12);
  border-bottom: 1px solid rgba(56,63,72,.12);
}
.reuse-proof article {
  min-height: 134px;
  padding: 28px clamp(18px,2vw,28px) 24px;
  text-align: left;
  border-left: 1px solid rgba(56,63,72,.12);
}
.reuse-proof article:first-child { border-left: 0; }
.reuse-proof__icon {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  color: var(--gold);
}
.reuse-proof__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.reuse-proof__icon svg * { vector-effect: non-scaling-stroke; }
.reuse-proof h3 {
  position: relative;
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}
.reuse-proof p {
  margin-top: 10px;
  color: var(--copy);
  font-size: 14px;
  line-height: 1.58;
}

.solutions-section {
  padding-top: clamp(42px, 5vw, 70px);
  padding-bottom: clamp(70px, 6vw, 96px);
  background: linear-gradient(180deg, #fff 0%, #fbfaf6 100%);
}
.solution-card-grid {
  gap: clamp(24px, 3vw, 34px);
}
.solution-card {
  --accent: var(--gold);
  min-height: 720px;
  display: flex;
  flex-direction: column;
  border-color: rgba(56,63,72,.10);
  background: #fff;
  box-shadow: 0 18px 54px rgba(35,35,35,.07);
}
.accent-project { --accent: #ec482c; }
.accent-partner { --accent: #ec7424; }
.accent-retail { --accent: #00cbc7; }
.solution-card > img {
  width: 100%;
  height: clamp(190px, 15vw, 230px);
  margin: 0;
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid rgba(56,63,72,.10);
  border-radius: 0;
}
.accent-project > img {
  object-position: center;
}
.solution-card > div { display: flex; flex: 1; flex-direction: column; padding: 40px 28px 28px; }
.solution-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}
.solution-card .solution-card__pill {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid color-mix(in srgb, var(--accent) 42%, rgba(56,63,72,.12));
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 9%, #fff);
  color: var(--ink);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1.15px;
  line-height: 1;
  text-transform: uppercase;
}
.solution-card__pill i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent) 14%, transparent);
}
.solution-card__meta b {
  color: rgba(56,63,72,.24);
  font-size: 30px;
  line-height: 1;
}
.solution-card h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0;
  color: var(--accent);
  font-size: clamp(31px, 2.5vw, 38px);
  font-weight: 500;
  letter-spacing: 0;
}
.solution-card h3 span {
  color: var(--black);
  font: inherit;
  font-weight: 500;
  letter-spacing: 0;
  line-height: inherit;
  text-transform: none;
}
.solution-card h3 .brand-reg { font-size: .52em; }
.solution-card p { margin-top: 13px; font-size: 15px; }
.solution-card ul { gap: 11px; margin: 24px 0 30px; }
.solution-card li {
  padding-left: 30px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}
.solution-card a span {
  color: inherit;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(74px,7vw,108px) 24px clamp(88px,8vw,124px);
  text-align: center;
  background: linear-gradient(180deg, var(--soft) 0%, #fff 58%, var(--soft) 100%);
}
.final-cta h2 { margin-top: 18px; }
.final-cta p:not(.eyebrow) { max-width: 720px; margin: 22px auto 0; font-size: clamp(17px,1.25vw,20px); }
.final-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 36px; }

.product-page {
  --product-accent: var(--plus);
  --product-accent-rgb: 34,160,218;
  --blue: var(--product-accent);
  color: var(--black);
}
.page-product {
  overflow-x: hidden;
}
.page-product--pro .product-page {
  --product-accent: var(--pro);
  --product-accent-rgb: 87,179,59;
  --blue: var(--product-accent);
}
.page-product--prime .product-page {
  --product-accent: var(--prime);
  --product-accent-rgb: 215,184,104;
  --blue: var(--product-accent);
}
.product-page .button--blue {
  background: var(--product-accent);
  border-color: var(--product-accent);
}
.plus-hero {
  padding: clamp(74px,7vw,112px) 0 0;
  background: #fff;
}
.plus-hero__grid {
  max-width: var(--hero-max);
  margin: 0 auto;
  padding: 0 clamp(20px,4vw,58px);
  display: grid;
  grid-template-columns: minmax(440px,.72fr) minmax(520px,1fr);
  gap: clamp(42px,5vw,96px);
  align-items: center;
}
.plus-hero h1 {
  max-width: 640px;
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  text-wrap: balance;
}
.plus-hero__brand {
  max-width: 640px;
  margin-top: 18px;
  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;
  overflow-wrap: break-word;
}
.plus-hero__brand span { color: var(--plus); }
.page-product--pro .plus-hero__brand span { color: var(--pro); }
.page-product--prime .plus-hero__brand span { color: var(--prime); }
.plus-hero__grid > div > p:not(.eyebrow):not(.plus-hero__brand) {
  max-width: 620px;
  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;
}
.plus-hero__image {
  margin: 0;
  min-height: clamp(455px,31vw,560px);
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 64px rgba(7,29,58,.10);
}
.plus-hero__image img { max-height: clamp(390px,25vw,480px); object-fit: contain; }
.plus-hero__image--cutout {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.plus-hero__image--cutout img {
  filter: drop-shadow(0 18px 18px rgba(7,29,58,.12));
}
.page-product--plus .plus-hero,
.page-product--pro .plus-hero,
.page-product--prime .plus-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 0;
  padding: 0 24px clamp(66px, 6vw, 98px);
  display: block;
  background: #fff;
}
.page-product--plus .plus-hero::before,
.page-product--pro .plus-hero::before,
.page-product--prime .plus-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: clamp(660px, 76vh, 840px);
  pointer-events: none;
}
.page-product--plus .plus-hero::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.9) 31%, rgba(255,255,255,.54) 52%, rgba(255,255,255,.08) 78%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(248,247,242,.32) 100%),
    url("./assets/images/baking-plus-hero-fullwidth.jpg") right bottom / cover no-repeat;
}
.page-product--pro .plus-hero::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.9) 31%, rgba(255,255,255,.54) 52%, rgba(255,255,255,.08) 78%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(248,247,242,.32) 100%),
    url("./assets/images/baking-pro-hero-fullwidth-v2.jpg") right center / cover no-repeat;
}
.page-product--prime .plus-hero::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.9) 31%, rgba(255,255,255,.54) 52%, rgba(255,255,255,.08) 78%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(248,247,242,.32) 100%),
    url("./assets/images/baking-prime-hero-fullwidth.jpg") right center / cover no-repeat;
}
.page-product--plus .plus-hero::after,
.page-product--pro .plus-hero::after,
.page-product--prime .plus-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 calc(100% - clamp(660px, 76vh, 840px));
  z-index: 0;
  height: 22%;
  background: linear-gradient(180deg, rgba(248,247,242,0), rgba(248,247,242,.62));
  pointer-events: none;
}
.page-product--plus .plus-hero__grid,
.page-product--pro .plus-hero__grid,
.page-product--prime .plus-hero__grid {
  position: relative;
  z-index: 1;
  width: min(100%, var(--hero-max));
  min-height: clamp(660px, 76vh, 840px);
  margin: 0 auto;
  padding: clamp(104px, 8vw, 142px) 0 clamp(92px, 7vw, 124px);
  grid-template-columns: minmax(0,.74fr) minmax(540px,1fr);
}
.page-product--plus .plus-hero__grid > div,
.page-product--pro .plus-hero__grid > div,
.page-product--prime .plus-hero__grid > div {
  max-width: 640px;
}
.page-product--plus .plus-hero__image,
.page-product--pro .plus-hero__image,
.page-product--prime .plus-hero__image {
  display: none;
}
@media (max-width: 1080px) {
  .page-product--plus .plus-hero__grid,
  .page-product--pro .plus-hero__grid,
  .page-product--prime .plus-hero__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .page-product--plus .plus-hero,
  .page-product--pro .plus-hero,
  .page-product--prime .plus-hero {
    min-height: auto;
    padding: 0 18px 72px;
    background: #fff;
  }

  .page-product--plus .plus-hero::before {
    height: 560px;
    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-plus-hero-fullwidth.jpg") 62% bottom / cover no-repeat;
  }

  .page-product--pro .plus-hero::before {
    height: 560px;
    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-pro-hero-fullwidth-v2.jpg") 68% center / cover no-repeat;
  }

  .page-product--prime .plus-hero::before {
    height: 560px;
    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-prime-hero-fullwidth.jpg") 70% center / cover no-repeat;
  }

  .page-product--plus .plus-hero::after,
  .page-product--pro .plus-hero::after,
  .page-product--prime .plus-hero::after {
    content: none;
  }

  .page-product--plus .plus-hero__grid,
  .page-product--pro .plus-hero__grid,
  .page-product--prime .plus-hero__grid {
    min-height: auto;
    padding: 66px 0 72px;
  }
}
.benefit-band {
  max-width: var(--content-max);
  margin-top: clamp(56px,6vw,82px);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.page-product--plus .benefit-band,
.page-product--pro .benefit-band,
.page-product--prime .benefit-band {
  margin-top: 0;
}
.benefit-band article {
  position: relative;
  min-height: 178px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 12px;
  padding: 30px 24px;
  text-align: center;
  border-left: 1px solid var(--line);
}
.benefit-band article:first-child { border-left: 0; }
.benefit-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--product-accent);
}
.benefit-band svg {
  width: 42px;
  height: 42px;
  color: currentColor;
  stroke-width: 1.25;
}
.benefit-band svg * { vector-effect: non-scaling-stroke; }
.benefit-band h3 {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.benefit-band p {
  max-width: 230px;
  color: var(--copy);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}
.plus-hero .benefit-band h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
}
.plus-hero .benefit-band p {
  max-width: 230px;
  margin: 0;
  color: var(--copy);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}
.plus-hero .benefit-icon,
.plus-hero .benefit-band svg {
  margin-inline: auto;
}

.plus-benefit { background: #fff; }
.plus-benefit h2 { margin-top: 12px; }
.plus-benefit p { margin-top: 18px; }
.tick-list { margin-top: 24px; }

.packaging-section,
.downloads-section { background: linear-gradient(180deg, #fff 0%, var(--soft) 100%); }
.compliance-downloads { margin-bottom: 0; }
.compliance-downloads h2 { max-width: 760px; }
.compliance-downloads p:not(.eyebrow) {
  max-width: 800px;
  line-height: 1.72;
}
.compliance-downloads__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}
.info-card figure {
  min-height: clamp(260px,25vw,360px);
  display: grid;
  place-items: center;
  margin: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.info-card figure img { width: min(82%,430px); max-height: 320px; object-fit: contain; }
.info-card figure img.info-card__image--brand-options { width: min(96%,520px); max-height: 340px; }
.info-card div { padding: clamp(24px,2.8vw,34px); }
.info-card p { margin-top: 12px; font-size: 14.5px; }

.detail-section { background: linear-gradient(180deg, #fff 0%, rgba(var(--product-accent-rgb),.045) 100%); }
.detail-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: 24px; }
.panel { padding: clamp(22px,2.5vw,30px); }
.panel h3 { margin-bottom: 18px; }
.spec-table,
.format-table { width: 100%; border-collapse: collapse; }
.spec-table th,
.spec-table td {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  text-align: left;
}
.spec-table th { color: var(--copy); }
.spec-table td { text-align: right; font-weight: 400; }
.cert,
.note {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid rgba(var(--product-accent-rgb),.26);
  border-radius: 8px;
  background: rgba(var(--product-accent-rgb),.07);
  color: var(--product-accent);
  font-size: 14px;
  font-weight: 800;
}
.spec-downloads {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-top: 20px;
  padding: 15px 16px;
  border: 1px solid rgba(215,184,104,.46);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(215,184,104,.12), rgba(215,184,104,.07));
  box-shadow: 0 12px 30px rgba(35,35,35,.045);
  color: var(--copy);
  font-size: 13px;
  line-height: 1.35;
}
.spec-downloads span {
  margin-right: auto;
  color: var(--black);
  font-weight: 800;
}
.spec-downloads a {
  color: var(--gold);
  font-weight: 800;
  text-decoration: none;
}
.spec-downloads a:hover {
  color: var(--black);
}
.format-table { min-width: 560px; border-collapse: separate; border-spacing: 0 10px; }
.format-table th { padding: 0 12px 4px; color: var(--copy); font-size: 12px; text-align: left; text-transform: uppercase; }
.format-table td { padding: 16px 12px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; font-size: 14px; font-weight: 800; }
.format-table i { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: var(--product-accent); box-shadow: 0 0 0 5px rgba(var(--product-accent-rgb),.10); }
.format-panel { padding: clamp(20px,2.2vw,26px); }
.format-panel__head {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}
.format-panel__head h3 {
  margin: 0;
  color: #0d1b32;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.format-panel__head p {
  margin-top: 4px;
  color: var(--copy);
  font-size: 13.5px;
}
.format-panel__icon {
  width: 24px;
  height: 24px;
  color: var(--product-accent);
}
.format-panel__icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.35;
}
.format-table--matrix {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-collapse: collapse;
  border-radius: 8px;
}
.format-table--matrix th,
.format-table--matrix td {
  padding: 10px 8px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: #0d1b32;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.format-table--matrix th {
  background: rgba(248,247,242,.58);
  font-size: 12px;
  font-weight: 800;
  text-transform: none;
}
.format-table--matrix th:first-child,
.format-table--matrix td:first-child {
  text-align: left;
}
.format-table--matrix small {
  font-size: 11px;
  font-weight: 700;
}
.format-table--matrix tr:last-child td {
  border-bottom: 0;
}
.format-table--matrix i {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.format-table--matrix i::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 11px;
  border-right: 2px solid var(--product-accent);
  border-bottom: 2px solid var(--product-accent);
  transform: rotate(45deg);
}
.color-choice {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.color-choice em {
  width: 11px;
  height: 11px;
  border: 1px solid #91a2bb;
  border-radius: 50%;
  background: #fff;
}
.color-choice em + em {
  border-color: #7b4700;
  background: #7b4700;
}
.format-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  color: var(--copy);
  font-size: 14px;
}
.format-note span {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
.format-note span::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 7px;
  height: 12px;
  border-right: 2px solid var(--product-accent);
  border-bottom: 2px solid var(--product-accent);
  transform: rotate(45deg);
}
.format-note strong {
  color: #0d1b32;
  text-transform: uppercase;
}
.format-panel__divider {
  height: 1px;
  margin: 22px 0 18px;
  background: var(--line);
}

.silicone-section {
  position: relative;
  overflow: hidden;
  padding: clamp(76px,7vw,116px) 24px;
  background: radial-gradient(circle at 74% 18%, rgba(215,184,104,.10), transparent 34%), #fffdfa;
}
.silicone-shell {
  position: relative;
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px,.78fr) minmax(0,1.1fr);
  gap: clamp(42px,5vw,72px);
  align-items: center;
}
.silicone-visual {
  height: clamp(520px,54vw,690px);
  min-height: clamp(520px,54vw,690px);
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #f4efe6;
  box-shadow: 0 26px 70px rgba(35,35,35,.10);
}
.silicone-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}
.silicone-content {
  min-width: 0;
}
.silicone-head {
  max-width: 720px;
  margin-bottom: clamp(28px,3.4vw,42px);
}
.silicone-head h2 {
  max-width: 700px;
  margin-top: 18px;
  color: var(--black);
  font-size: clamp(30px,4vw,52px);
  line-height: 1.19;
}
.silicone-head > p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 20px;
  color: var(--copy);
  font-size: 17px;
  line-height: 1.68;
}
.silicone-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px,2vw,28px);
  align-items: stretch;
}
.silicone-panel {
  position: relative;
  min-height: 410px;
  padding: clamp(26px,2.5vw,34px);
  border: 1px solid rgba(56,63,72,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 18px 50px rgba(35,35,35,.045);
  overflow: hidden;
}
.silicone-panel--preferred {
  border-color: rgba(var(--product-accent-rgb),.42);
  background: linear-gradient(180deg, rgba(var(--product-accent-rgb),.075), rgba(255,255,255,.92) 38%);
}
.silicone-panel--preferred::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--product-accent), rgba(215,184,104,.82));
}
.silicone-panel h3 {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
.silicone-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 28px;
  margin: 0 0 16px;
  color: var(--black);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1.25;
  text-transform: uppercase;
}
.silicone-label::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: var(--product-accent);
  box-shadow: 0 0 0 5px rgba(var(--product-accent-rgb),.10);
}
.silicone-label--muted {
  gap: 0;
  min-height: 30px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(56,63,72,.08);
  color: rgba(56,63,72,.72);
}
.silicone-label--muted::before { display: none; }
.silicone-panel h3::after {
  content: "";
  display: block;
  height: 1px;
  margin: 20px 0 0;
  background: rgba(56,63,72,.22);
}
.silicone-panel--preferred h3::after {
  background: linear-gradient(90deg, var(--gold), rgba(215,184,104,.22));
}
.silicone-panel__intro {
  margin: 14px 0 0;
  color: var(--copy);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.58;
}
.silicone-list {
  display: grid;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.silicone-list li {
  position: relative;
  min-height: 70px;
  padding: 20px 0 18px 40px;
  border-bottom: 1px solid rgba(56,63,72,.13);
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}
.silicone-list li:last-child {
  border-bottom: 0;
}
.silicone-list li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 24px;
}
.silicone-list--check li::before {
  width: 7px;
  height: 15px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(45deg);
}
.silicone-list--muted li::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(56,63,72,.42);
}
.page-product .silicone-shell {
  grid-template-columns: 1fr;
  align-items: start;
}
.page-product .silicone-content {
  display: grid;
  max-width: none;
}
.page-product .silicone-head {
  max-width: 780px;
  margin-bottom: clamp(28px,3vw,38px);
}
.page-product .silicone-stage {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(20px,2vw,28px);
  align-items: stretch;
}
.page-product .silicone-stage .silicone-visual {
  height: clamp(560px,42vw,640px);
  min-height: 0;
  align-self: stretch;
}
.page-product .silicone-stage .silicone-compare {
  display: contents;
}
.page-product .silicone-stage .silicone-panel {
  min-height: 0;
  padding: clamp(22px,1.7vw,26px);
}
.page-product .silicone-stage .silicone-label {
  margin-bottom: 12px;
}
.page-product .silicone-stage .silicone-panel h3::after {
  margin-top: 16px;
}
.page-product .silicone-stage .silicone-panel__intro {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.5;
}
.page-product .silicone-stage .silicone-list {
  margin-top: 12px;
}
.page-product .silicone-stage .silicone-list li {
  min-height: 0;
  padding: 11px 0 10px 32px;
  font-size: 13px;
  line-height: 1.42;
}
.page-product .silicone-stage .silicone-list li::before {
  top: 14px;
}
.doc-card { display: grid; gap: 14px; padding: 26px; }
.doc-card p { font-size: 14px; }
.doc-card span {
  width: max-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(var(--product-accent-rgb),.07);
  font-size: 13px;
  font-weight: 850;
  opacity: .78;
}
.blue-cta {
  padding: clamp(62px,6vw,88px) 24px;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, rgba(var(--product-accent-rgb),.82), var(--product-accent));
}
.blue-cta h2 { color: #fff; }
.blue-cta p { max-width: 620px; margin: 14px auto 26px; color: rgba(255,255,255,.9); }

.page-contact { background: #fff; }
.contact-shell {
  position: relative;
  max-width: var(--content-max);
  margin: 0 auto;
}
.contact-hero {
  padding: clamp(72px,7vw,104px) 24px clamp(66px,6vw,94px);
  background:
    linear-gradient(135deg, rgba(215,184,104,.14) 0%, rgba(255,255,255,0) 38%),
    linear-gradient(180deg, #fff 0%, var(--soft) 100%);
}
.contact-heading {
  max-width: 860px;
  margin: 0 auto clamp(34px,4vw,52px);
  text-align: center;
}
.contact-heading--hero { margin-bottom: clamp(38px,4.6vw,58px); }
.contact-heading h1 {
  margin-top: 16px;
  color: var(--black);
  font-size: clamp(42px, 4.6vw, 68px);
  font-weight: 600;
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  text-wrap: balance;
}
.contact-heading h2 {
  max-width: 820px;
  margin: 0 auto;
  color: var(--black);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.19;
}
.contact-heading p {
  max-width: 700px;
  margin: 20px auto 0;
  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;
}
.contact-cards {
  max-width: 1040px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0 auto;
}
.contact-card {
  min-height: 188px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 28px 26px;
  border: 1px solid rgba(56,63,72,.10);
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  text-align: left;
  box-shadow: 0 18px 44px rgba(35,35,35,.06);
}
.contact-card__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
  color: var(--gold);
}
.contact-card__icon svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.65;
}
.contact-card__icon svg * { vector-effect: non-scaling-stroke; }
.contact-card h2 {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
.contact-card a,
.contact-card p {
  color: var(--copy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}
.contact-card a:hover { color: var(--black); }
.contact-forms {
  padding: clamp(70px,7vw,104px) 24px clamp(86px,8vw,120px);
  background: #fff;
}
.contact-tabs {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(35,35,35,.07);
}
.contact-tabs__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}
.contact-tabs__nav button {
  min-height: 74px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 16px 18px;
  border: 1px solid rgba(56,63,72,.10);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(35,35,35,.045);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.contact-tabs__nav button span {
  color: var(--black);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .06em;
  line-height: 1.15;
  text-transform: uppercase;
}
.contact-tabs__nav button small {
  color: var(--copy);
  font: 600 13px/1.35 "DM Sans", "Manrope", Arial, sans-serif;
}
.contact-tabs__nav button:hover,
.contact-tabs__nav button.is-active {
  border-color: rgba(215,184,104,.48);
  background: linear-gradient(135deg, rgba(215,184,104,.18), rgba(255,255,255,.96));
  color: var(--black);
  box-shadow: 0 14px 34px rgba(35,35,35,.07);
}
.contact-tabs__nav button.is-active {
  border-color: rgba(215,184,104,.92);
  background: linear-gradient(135deg, rgba(215,184,104,.26), rgba(255,255,255,.98));
  box-shadow: 0 18px 42px rgba(215,184,104,.22), 0 12px 30px rgba(35,35,35,.06), inset 0 0 0 1px rgba(215,184,104,.45);
}
.contact-tabs__nav button.is-active small {
  color: var(--ink);
}
.contact-panel {
  padding: clamp(28px,3.6vw,42px);
}
.contact-panel[hidden] { display: none; }
.contact-pill {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 13px;
  border-radius: 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.contact-pill--gold { background: rgba(215,184,104,.16); color: var(--black); }
.contact-pill--retail { background: rgba(0,203,199,.12); }
.contact-pill--project { background: rgba(236,72,44,.12); }
.contact-pill--partner { background: rgba(236,116,36,.12); }
.contact-panel h3 {
  color: var(--black);
  font-size: clamp(22px,2vw,28px);
  font-weight: 700;
  line-height: 1.18;
}
.contact-panel > p:not(.contact-pill) {
  max-width: 680px;
  margin-top: 10px;
  color: var(--copy);
  font-size: 15px;
  line-height: 1.65;
}
.contact-status {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(56,63,72,.13);
  border-radius: 8px;
  color: var(--black);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}
.contact-status--success {
  border-color: rgba(87,179,59,.28);
  background: rgba(87,179,59,.10);
}
.contact-status--error {
  border-color: rgba(236,72,44,.26);
  background: rgba(236,72,44,.09);
}
.contact-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}
.contact-form__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--black);
  font-size: 15px;
  font-weight: 700;
}
.contact-form__label-text {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  width: fit-content;
  max-width: 100%;
}
.contact-form__required {
  color: var(--gold);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(56,63,72,.13);
  border-radius: 8px;
  background: #fbfbfb;
  color: var(--black);
  font: 500 16px/1.4 "DM Sans", "Manrope", Arial, sans-serif;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.contact-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ink) 50%),
    linear-gradient(135deg, var(--ink) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 22px,
    calc(100% - 13px) 22px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}
.contact-panel[data-contact-panel="allgemein"] .contact-form textarea {
  min-height: 82px;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(215,184,104,.72);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(215,184,104,.13);
}
.contact-form__wide {
  grid-column: 1 / -1;
}
.contact-request-builder,
.contact-request-list {
  display: grid;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid rgba(56,63,72,.10);
  border-radius: 8px;
  background: rgba(248,247,242,.62);
}
.contact-builder-head,
.contact-request-list__head {
  display: grid;
  grid-template-columns: minmax(220px, .5fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.contact-builder-head__eyebrow {
  margin: 0 0 5px;
  color: var(--gold);
  font: 850 12px/1.2 "Manrope", Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.contact-builder-head h4,
.contact-request-list__head h4 {
  margin: 0;
  color: var(--black);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.25;
}
.contact-builder-head > p,
.contact-request-list__head > p {
  margin: 0;
  color: var(--copy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}
.contact-product-select {
  margin: 0;
  padding: 12px 16px 14px;
  border: 1px solid rgba(56,63,72,.10);
  border-radius: 8px;
  background: rgba(248,247,242,.62);
}
.contact-product-select legend {
  padding: 0 6px;
  color: var(--black);
  font-size: 15px;
  font-weight: 800;
}
.contact-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}
.contact-form .contact-choice {
  --choice-accent: var(--gold);
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(56,63,72,.12);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.contact-form .contact-choice--plus { --choice-accent: var(--plus); }
.contact-form .contact-choice--pro { --choice-accent: var(--pro); }
.contact-form .contact-choice--prime { --choice-accent: var(--prime); }
.contact-choice input {
  width: 18px;
  min-height: 18px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  accent-color: var(--choice-accent);
  box-shadow: none;
}
.contact-choice > span:not(.contact-choice__brand) {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.contact-choice > .contact-choice__brand,
.contact-choice__brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  color: var(--black);
  font: 850 16px/1.1 "Manrope", Arial, sans-serif;
  letter-spacing: .02em;
  min-width: 0;
  white-space: nowrap;
}
.contact-choice__brand b {
  color: var(--choice-accent);
}
.contact-choice__brand .brand-reg {
  margin-right: 0;
}
.contact-choice strong {
  color: var(--black);
  font: 850 13px/1.2 "Manrope", Arial, sans-serif;
  letter-spacing: .05em;
}
.contact-choice small {
  color: var(--copy);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}
.contact-choice:hover,
.contact-choice:has(input:checked) {
  border-color: color-mix(in srgb, var(--choice-accent) 62%, #fff);
  background: color-mix(in srgb, var(--choice-accent) 9%, #fff);
  box-shadow: 0 12px 26px rgba(35,35,35,.06);
}
.contact-details {
  border: 1px solid rgba(56,63,72,.10);
  border-radius: 8px;
  background: rgba(248,247,242,.62);
}
.contact-details summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 18px;
  color: var(--black);
  font: 800 13px/1.2 "Manrope", Arial, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-details summary::after {
  content: "+";
  color: var(--gold);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.contact-details[open] summary {
  border-bottom: 1px solid rgba(56,63,72,.10);
}
.contact-details[open] summary::after {
  content: "−";
}
.contact-details .contact-form__grid {
  padding: 18px;
}
.contact-dynamic-fields {
  display: grid;
  gap: 16px;
}
.contact-dynamic-fields__empty,
.contact-dynamic-fields__group {
  padding: 18px;
  border: 1px solid rgba(56,63,72,.10);
  border-radius: 8px;
  background: rgba(248,247,242,.62);
}
.contact-dynamic-fields__group[hidden],
.contact-dynamic-fields__empty[hidden] {
  display: none;
}
.contact-dynamic-fields__empty {
  color: var(--copy);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.contact-dynamic-fields__group h4 {
  margin: 0 0 16px;
  color: var(--black);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}
.contact-spec-fields {
  display: grid;
  gap: 12px;
}
.contact-spec-fields__empty,
.contact-spec-fields__group {
  padding: 14px 16px;
  border: 1px solid rgba(56,63,72,.10);
  border-radius: 8px;
  background: #fff;
}
.contact-spec-fields__group[hidden],
.contact-spec-fields__empty[hidden] {
  display: none;
}
.contact-spec-fields__empty {
  color: var(--copy);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.contact-spec-fields__group h4 {
  margin: 0;
  color: var(--black);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.3;
}
.contact-spec-fields__group > p {
  margin: 5px 0 12px;
  color: var(--copy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}
.contact-spec-section + .contact-spec-section {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(56,63,72,.08);
}
.contact-spec-section > p {
  margin: 0 0 8px;
  color: var(--black);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}
.contact-check-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.contact-check-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact-check-grid--wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.contact-check-grid label {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(56,63,72,.12);
  border-radius: 8px;
  background: rgba(248,247,242,.55);
  cursor: pointer;
}
.contact-check-grid input {
  width: 17px;
  min-height: 17px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  accent-color: var(--gold);
  box-shadow: none;
}
.contact-check-grid span {
  min-width: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
}
.contact-check-grid label:hover,
.contact-check-grid label:has(input:checked) {
  border-color: rgba(215,184,104,.46);
  background: rgba(215,184,104,.10);
}
.contact-builder-quantity {
  margin-top: 0;
  gap: 14px;
}
.contact-builder-quantity input {
  min-height: 46px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.contact-builder-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.contact-builder-actions .button {
  min-height: 46px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.contact-builder-error {
  margin: 0;
  color: #a33a2b;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}
.contact-request-list__empty {
  padding: 12px 14px;
  border: 1px dashed rgba(56,63,72,.18);
  border-radius: 8px;
  background: #fff;
  color: var(--copy);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.contact-request-list__empty[hidden] {
  display: none;
}
.contact-request-list__items {
  display: grid;
  gap: 10px;
}
.contact-request-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 14px;
  border: 1px solid rgba(215,184,104,.34);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(35,35,35,.045);
}
.contact-request-card__summary {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  color: var(--black);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}
.contact-request-card__separator {
  color: var(--gold);
  font-weight: 900;
}
.contact-request-brand {
  display: inline-flex;
  align-items: baseline;
  color: var(--black);
  font-weight: 900;
  letter-spacing: .01em;
}
.contact-request-brand b {
  color: var(--gold);
}
.contact-request-brand--plus b { color: var(--plus); }
.contact-request-brand--pro b { color: var(--pro); }
.contact-request-brand--prime b { color: var(--prime); }
.contact-request-brand .brand-reg {
  margin-right: 0;
}
.contact-request-card__remove {
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(236,72,44,.22);
  border-radius: 8px;
  background: rgba(236,72,44,.08);
  color: #96331f;
  font: 850 12px/1.2 "Manrope", Arial, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-request-card__remove:hover {
  border-color: rgba(236,72,44,.42);
  background: rgba(236,72,44,.13);
}
.contact-form__note {
  margin: 0;
  padding: 15px 17px;
  border: 1px solid rgba(215,184,104,.34);
  border-radius: 8px;
  background: rgba(215,184,104,.10);
  color: var(--copy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}
.contact-form .button {
  width: max-content;
  min-width: 180px;
  border-radius: 8px;
}

.page-solution { background: #fff; }
.page-solution .site-header__nav > a.is-active::after,
.page-solution .site-header__group.is-active .site-header__trigger span::after { background: var(--solution-accent, var(--gold)); }
.page-project { --solution-accent: var(--project); }
.page-partner { --solution-accent: var(--partner); }
.page-retail { --solution-accent: var(--retail); }
.solution-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(620px, 72vh, 820px);
  padding: clamp(76px, 7vw, 118px) 24px;
  color: #fff;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.solution-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(20,22,23,.90) 0%, rgba(35,35,35,.80) 44%, rgba(35,35,35,.36) 100%),
    linear-gradient(135deg, color-mix(in srgb, var(--solution-accent, var(--gold)) 32%, transparent), rgba(255,255,255,0) 48%);
}
.solution-hero--project { background-image: url("./assets/images/baking-project-banner.jpg"); }
.solution-hero--partner { background-image: url("./assets/images/baking-partner-hero.jpg"); }
.solution-hero--retail { background-image: url("./assets/images/baking-retail-hero.jpg"); }
.solution-hero__inner {
  max-width: var(--hero-max);
  min-height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .52fr);
  align-items: center;
  gap: clamp(42px, 5vw, 104px);
}
.solution-hero__copy {
  max-width: 900px;
}
.solution-hero h1 {
  max-width: 100%;
  margin-top: 18px;
  color: #fff;
  text-shadow: 0 18px 42px rgba(0,0,0,.30);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  text-wrap: balance;
}
.solution-hero__brand-name {
  display: block;
  color: #fff;
  font-size: clamp(40px, 3.8vw, 62px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: 0;
}
.solution-hero__brand-name .brand-reg { font-size: .52em; }
.solution-hero__brand-name em {
  color: var(--solution-accent, var(--gold));
  font-style: normal;
}
.solution-hero__claim {
  max-width: 100%;
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(32px, 3.4vw, 52px);
  font-weight: 500;
  line-height: 1.08;
}
.solution-hero__copy > p:not(.eyebrow) {
  max-width: 100%;
  margin-top: 26px;
  color: rgba(255,255,255,.88);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.62;
}
.solution-hero__panel {
  width: 100%;
  max-width: 560px;
  justify-self: end;
  min-height: 350px;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 26px 70px rgba(0,0,0,.20);
  backdrop-filter: blur(16px);
}
.solution-hero__panel strong {
  display: block;
  color: var(--black);
  font-family: "Poppins", "Manrope", Arial, sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 600;
  line-height: 1.18;
}
.solution-hero__panel span {
  display: block;
  margin-top: 16px;
  color: var(--copy);
  line-height: 1.6;
}
.solution-hero__panel .tick-list {
  margin-top: 24px;
  gap: 15px;
}
.solution-hero__panel li {
  color: var(--ink);
  line-height: 1.45;
}
.solution-section {
  padding: clamp(76px, 7vw, 112px) 24px;
}
.solution-section > .section-head {
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
}
.solution-section--soft {
  background: #fafafb;
}
.solution-split {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(420px, .86fr);
  align-items: center;
  gap: clamp(38px, 6vw, 90px);
}
.solution-split--reverse {
  grid-template-columns: minmax(420px, .86fr) minmax(0, .94fr);
}
.solution-split p:not(.eyebrow) {
  margin-top: 18px;
  font-size: 17px;
}
.solution-split figure {
  min-height: 430px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--soft);
}
.solution-split figure img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}
.solution-grid {
  max-width: var(--content-max);
  margin: clamp(34px, 4vw, 54px) auto 0;
  display: grid;
  gap: 22px;
}
.solution-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.solution-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.solution-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.solution-grid--compact { margin-top: 24px; gap: 14px; }
.solution-panel {
  min-height: 100%;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(35,35,35,.06);
}
.solution-panel--accent {
  background: color-mix(in srgb, var(--solution-accent, var(--gold)) 10%, #fff);
  border-color: color-mix(in srgb, var(--solution-accent, var(--gold)) 34%, transparent);
}
.solution-panel h3 {
  color: var(--black);
  font-size: clamp(22px, 2vw, 30px);
}
.solution-panel p {
  margin-top: 12px;
}
.solution-panel .tick-list {
  margin-top: 18px;
}
.mini-panel {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.82);
}
.mini-panel h3 { font-size: 18px; }
.mini-panel .tick-list { margin-top: 14px; }
.brand-panel {
  border-top: 4px solid var(--brand-accent, var(--solution-accent, var(--gold)));
}
.brand-panel h3 span { color: var(--brand-accent, var(--solution-accent, var(--gold))); }
.brand-panel--plus { --brand-accent: var(--plus); }
.brand-panel--pro { --brand-accent: var(--pro); }
.brand-panel--prime { --brand-accent: var(--prime); }
.brand-panel--retail { --brand-accent: var(--retail); }
.industry-grid {
  max-width: var(--content-max);
  margin: clamp(34px, 4vw, 54px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.industry-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(35,35,35,.06);
}
.industry-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.industry-card h3,
.industry-card .tick-list { margin: 24px 24px 0; }
.industry-card .tick-list { margin-bottom: 26px; }
.process-steps {
  max-width: var(--content-max);
  margin: clamp(34px, 4vw, 54px) auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.process-steps--six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.process-steps article {
  min-height: 245px;
  padding: 30px 26px;
  border-left: 1px solid var(--line);
}
.process-steps article:first-child { border-left: 0; }
.process-steps span {
  color: var(--solution-accent, var(--gold));
  font-family: "Poppins", "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
}
.process-steps h3 {
  margin-top: 18px;
  font-size: 24px;
}
.process-steps p {
  margin-top: 12px;
  font-size: 15px;
}
.solution-cta {
  padding: clamp(70px, 7vw, 106px) 24px;
  text-align: center;
  color: #fff;
}
.solution-cta--dark {
  background: #313131;
}
.solution-cta--retail {
  background: linear-gradient(135deg, #00aaa7, var(--retail));
}
.solution-cta h2 {
  max-width: 860px;
  margin: 14px auto 0;
  color: #fff;
}
.solution-cta p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px auto 28px;
  color: rgba(255,255,255,.88);
}

.site-footer {
  overflow: hidden;
  padding: clamp(46px, 5vw, 72px) 24px 28px;
  background:
    linear-gradient(135deg, rgba(215,184,104,.12), rgba(255,255,255,0) 36%),
    #17191c;
  color: #fff;
}
.site-footer__inner {
  max-width: var(--content-max);
  margin: 0 auto;
}
.site-footer__brand-block p {
  max-width: 560px;
  margin-top: 16px;
  color: rgba(255,255,255,.68);
}
.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) repeat(3, minmax(0, .72fr));
  gap: clamp(28px, 4vw, 58px);
  padding: 0 0 clamp(34px, 4vw, 50px);
}
.site-footer__brand {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  color: #fff;
  font-family: "Poppins", "Manrope", Arial, sans-serif;
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1;
}
.site-footer__brand b {
  color: var(--gold);
  font: inherit;
}
.site-footer__brand .brand-reg {
  margin-left: 1px;
  font-size: .46em;
}
.site-footer__nav {
  display: grid;
  align-content: start;
  gap: 11px;
}
.site-footer__nav h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.site-footer__nav a,
.site-footer__nav span,
.site-footer__link {
  width: max-content;
  max-width: 100%;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}
.site-footer__nav a,
.site-footer__link {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color .2s ease, transform .2s ease;
}
.site-footer__nav a:hover,
.site-footer__link:hover {
  color: var(--gold);
  transform: translateX(3px);
}
.site-footer__link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}
.site-footer__nav span {
  opacity: .56;
}
.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.50);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.privacy-content {
  max-width: 920px;
  margin: clamp(34px, 4vw, 54px) auto 0;
  display: grid;
  gap: 18px;
}
.privacy-content article {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(35,35,35,.06);
}
.privacy-content h2 {
  margin-bottom: 12px;
  font-size: clamp(22px, 2.4vw, 30px);
}
.legal-translation-note {
  max-width: 920px;
  margin: clamp(28px, 4vw, 44px) auto 0;
  padding: 14px 16px;
  border-left: 3px solid var(--gold);
  background: var(--soft);
  color: var(--copy);
  font-size: 14px;
}
.privacy-policy p + p,
.privacy-policy ul,
.privacy-policy address + p {
  margin-top: 12px;
}
.privacy-policy address {
  color: var(--copy);
  font-style: normal;
  line-height: 1.75;
}
.privacy-policy address strong {
  color: var(--black);
}
.privacy-policy a {
  color: var(--ink);
  font-weight: 700;
  overflow-wrap: anywhere;
}
.privacy-policy a:hover {
  color: var(--gold);
}
.legal-content address {
  color: var(--copy);
  font-style: normal;
  line-height: 1.75;
}
.legal-content address strong {
  color: var(--black);
}
.legal-details {
  display: grid;
  gap: 12px;
  margin: 0;
}
.legal-details > div {
  display: grid;
  grid-template-columns: minmax(150px, .34fr) minmax(0, 1fr);
  gap: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.legal-details > div:first-child {
  padding-top: 0;
  border-top: 0;
}
.legal-details dt {
  color: var(--black);
  font-weight: 800;
}
.legal-details dd {
  min-width: 0;
  margin: 0;
  color: var(--copy);
  overflow-wrap: anywhere;
}
.legal-details a {
  color: var(--ink);
  font-weight: 700;
}
.legal-details a:hover {
  color: var(--gold);
}
.privacy-content code {
  padding: 2px 6px;
  border-radius: 6px;
  background: var(--soft);
  color: var(--black);
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: .95em;
}

#cc-main {
  --cc-font-family: "DM Sans", "Manrope", Arial, sans-serif;
  --cc-modal-border-radius: 8px;
  --cc-btn-border-radius: 8px;
  --cc-primary-color: var(--black);
  --cc-secondary-color: var(--copy);
  --cc-modal-bg: #fff;
  --cc-modal-border-color: rgba(56,63,72,.12);
  --cc-btn-primary-bg: var(--gold);
  --cc-btn-primary-border-color: var(--gold);
  --cc-btn-primary-color: var(--black);
  --cc-btn-primary-hover-bg: #caa858;
  --cc-btn-primary-hover-border-color: #caa858;
  --cc-btn-primary-hover-color: var(--black);
  --cc-btn-secondary-bg: var(--soft);
  --cc-btn-secondary-border-color: rgba(56,63,72,.14);
  --cc-btn-secondary-color: var(--black);
  --cc-btn-secondary-hover-bg: #fff;
  --cc-btn-secondary-hover-border-color: rgba(215,184,104,.55);
  --cc-btn-secondary-hover-color: var(--black);
  --cc-toggle-on-bg: var(--gold);
  --cc-toggle-off-bg: rgba(56,63,72,.24);
  --cc-toggle-on-knob-bg: #fff;
  --cc-toggle-off-knob-bg: #fff;
  --cc-separator-border-color: rgba(56,63,72,.12);
  --cc-footer-bg: var(--soft);
}
#cc-main .cm,
#cc-main .pm {
  border: 1px solid rgba(56,63,72,.12);
  box-shadow: 0 24px 70px rgba(35,35,35,.16);
}
#cc-main .cm {
  max-width: 520px;
}
#cc-main .cm__title,
#cc-main .pm__title,
#cc-main .pm__section-title {
  color: var(--black);
  font-family: "Poppins", "Manrope", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
#cc-main .cm__title {
  font-size: 22px;
}
#cc-main .cm__desc,
#cc-main .pm__section-desc {
  color: var(--copy);
  font-size: 15px;
  line-height: 1.62;
}
#cc-main .cm__btn,
#cc-main .pm__btn {
  min-height: 44px;
  border-width: 1px;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: .01em;
}
#cc-main .cm__btn--secondary,
#cc-main .pm__btn--secondary {
  color: var(--black);
}
#cc-main .pm__section {
  border-color: rgba(56,63,72,.12);
}
#cc-main .pm__section--toggle {
  background: #fff;
}
#cc-main a {
  color: var(--black);
  text-decoration-color: var(--gold);
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

@media (max-width: 1440px) {
  .hero h1,
  .plus-hero h1,
  .plus-hero__brand,
  .contact-heading h1 {
    font-size: clamp(40px, 4vw, 58px);
  }

  .solution-hero__brand-name {
    font-size: clamp(38px, 3.8vw, 56px);
  }

  .solution-hero__claim {
    font-size: clamp(30px, 3.3vw, 48px);
  }
}

@media (max-width: 1200px) {
  .hero h1,
  .plus-hero h1,
  .plus-hero__brand,
  .contact-heading h1 {
    font-size: clamp(38px, 3.8vw, 50px);
  }

  .solution-hero__brand-name {
    font-size: clamp(36px, 3.5vw, 48px);
  }

  .solution-hero__claim {
    font-size: clamp(28px, 3vw, 42px);
  }
}

@media (min-width: 1081px) and (max-width: 1240px) {
  .hero--family .hero__inner {
    grid-template-columns: minmax(460px, .82fr) minmax(520px, 1fr);
    gap: clamp(40px, 4vw, 52px);
  }

  .hero--family .hero__copy {
    max-width: 540px;
  }
}

@media (max-width: 1080px) {
  .site-header__inner {
    position: relative;
    min-height: 70px;
    padding-top: 12px;
    padding-bottom: 12px;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    gap: 10px 12px;
  }
  .site-header__brand { width: 174px; }
  .site-header__cta {
    justify-self: end;
  }
  .site-header__toggle {
    display: inline-flex;
    justify-self: end;
  }
  .language-switcher--desktop { display: none; }
  .site-header__nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 130;
    grid-column: 1 / -1;
    grid-row: 2;
    max-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow: hidden;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: rgba(255, 255, 255, .98);
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: max-height .28s ease, opacity .2s ease, transform .2s ease, padding .2s ease, border-color .2s ease, box-shadow .2s ease;
    backdrop-filter: blur(14px);
  }
  .site-header.is-menu-open .site-header__nav {
    max-height: min(78vh, 680px);
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: rgba(56, 63, 72, .1);
    box-shadow: 0 20px 46px rgba(35, 35, 35, .1);
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-header__group {
    border-bottom: 1px solid rgba(56, 63, 72, .1);
  }
  .site-header__group:last-of-type {
    border-bottom: 0;
  }
  .site-header__nav > a,
  .site-header__trigger {
    width: 100%;
    justify-content: space-between;
    padding: 13px 4px 11px;
    white-space: normal;
  }
  .site-header__nav > a::after,
  .site-header__trigger::after,
  .site-header__trigger span::after {
    display: none;
  }
  .site-header__menu {
    position: static;
    min-width: 0;
    padding: 0 0 10px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
    backdrop-filter: none;
  }
  .site-header__group::before {
    display: none;
  }
  .site-header__group:hover .site-header__menu,
  .site-header__group:focus-within .site-header__menu {
    transform: none;
  }
  .site-header__menu a {
    padding: 10px 12px;
    white-space: normal;
  }
  .language-switcher--mobile {
    display: block;
    padding: 13px 4px 4px;
  }
  .language-switcher__mobile-label {
    display: block;
    padding: 0 0 9px;
    color: rgba(56, 63, 72, .68);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .language-switcher__mobile-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-height: min(42vh, 320px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
  }
  .language-switcher__mobile-options a {
    grid-template-columns: 24px minmax(0, 1fr);
    border: 1px solid rgba(56, 63, 72, .12);
    background: #fff;
  }
  .hero__inner,
  .plus-hero__grid,
  .split-section,
  .plus-benefit,
  .feature-layout,
  .detail-grid { grid-template-columns: 1fr; }
  .hero {
    min-height: clamp(620px, 76vh, 760px);
    background-position: 63% center;
  }
  .hero--family .hero__inner { grid-template-columns: 1fr; }
  .hero::after { height: 38%; }
  .hero-stage { max-width: 720px; }
  .trust-strip,
  .benefit-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reuse-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reuse-proof article:nth-child(odd) { border-left: 0; }
  .reuse-proof article:nth-child(n+3) { border-top: 1px solid rgba(56,63,72,.12); }
  .silicone-shell { grid-template-columns: 1fr; }
  .silicone-visual { height: 440px; min-height: 440px; }
  .silicone-content { max-width: 820px; }
  .silicone-compare { grid-template-columns: 1fr; }
  .page-product .silicone-stage {
    grid-template-columns: 1fr;
  }
  .page-product .silicone-stage .silicone-visual {
    height: 440px;
    min-height: 440px;
  }
  .page-product .silicone-content {
    max-width: 820px;
  }
  .contact-cards,
  .contact-form__grid {
    grid-template-columns: 1fr;
  }
  .contact-builder-head,
  .contact-request-list__head {
    grid-template-columns: 1fr;
  }
  .contact-choice-grid {
    grid-template-columns: 1fr;
  }
  .contact-check-grid,
  .contact-check-grid--wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-cards {
    max-width: 680px;
  }
  .contact-panel {
    padding: 34px 28px;
  }
  .solution-hero__inner,
  .solution-split,
  .solution-split--reverse,
  .solution-grid--two,
  .solution-grid--three,
  .solution-grid--four,
  .industry-grid { grid-template-columns: 1fr; }
  .solution-hero__panel {
    max-width: 680px;
  }
  .solution-split figure,
  .solution-split figure img {
    min-height: 360px;
  }
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer__brand-block {
    grid-column: 1 / -1;
  }
  .process-steps article:nth-child(odd) { border-left: 0; }
  .process-steps article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .silicone-panel { min-height: auto; }
}

@media (max-width: 767px) {
  h1 { font-size: 38px; }
  h2 { font-size: 30px; line-height: 38px; }
  .site-header__inner {
    padding: 13px 16px 12px;
    gap: 10px 8px;
  }
  .site-header__brand {
    width: 142px;
    min-width: 142px;
  }
  .site-header__cta {
    min-height: 38px;
    padding: 11px 14px;
    font-size: 11px;
  }
  .site-header__toggle {
    width: 40px;
    height: 38px;
  }
  .site-header__nav {
    gap: 0;
    font-size: 12px;
    letter-spacing: .04em;
  }
  .site-header__menu {
    min-width: 0;
    padding-left: 10px;
  }
  .site-header__menu a {
    font-size: 11px;
    padding: 11px 12px;
  }
  .language-switcher__mobile-options { grid-template-columns: 1fr; }
  .hero {
    min-height: 680px;
    padding: 64px 18px 74px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.80) 0%, rgba(255,255,255,.70) 42%, rgba(248,247,242,.62) 100%),
      linear-gradient(90deg, rgba(255,255,255,.84) 0%, rgba(255,255,255,.40) 58%, rgba(255,255,255,.06) 100%),
      url("./assets/images/baking-start-hero-baker-mobile.jpg") center top / cover no-repeat;
  }
  .hero__inner { gap: 34px; }
  .hero h1 {
    max-width: 11.4em;
    font-size: 37px;
    line-height: 1.08;
  }
  .hero__subline { font-size: 16px; }
  .plus-hero__brand { font-size: 38px; }
  .plus-hero__grid > div > p:not(.eyebrow):not(.plus-hero__brand) { font-size: 16px; }
  .hero__actions, .button { width: 100%; }
  .reuse-section { padding: 58px 18px 68px; }
  .reuse-section__head > p:not(.eyebrow) { font-size: 15px; }
  .reuse-section__visual {
    width: min(100%, 620px);
    margin: -6px 0 -8px;
  }
  .reuse-section__visual img {
    min-height: 0;
    height: auto;
  }
  .reuse-proof {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .reuse-proof article,
  .reuse-proof article:nth-child(odd) {
    min-height: auto;
    padding: 20px 0 18px;
    border-left: 0;
  }
  .reuse-proof__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
  }
  .reuse-proof article + article {
    border-top: 1px solid rgba(56,63,72,.12);
  }
  .reuse-proof h3 { font-size: 18px; }
  .hero-stage {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-height: auto;
  }
  .hero-stage::after,
  .hero-stage__label { display: none; }
  .hero-product,
  .hero-product--plus,
  .hero-product--pro,
  .hero-product--prime {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: auto;
    transform: none;
  }
  .hero-product--pro { order: 1; }
  .hero-product--plus { order: 2; }
  .hero-product--prime { order: 3; }
  .trust-strip,
  .benefit-band,
  .card-grid--three,
  .card-grid--two,
  .section-head--aside,
  .check-grid,
  .feature-list { grid-template-columns: 1fr; }
  .trust-strip article,
  .benefit-band article { border-left: 0; border-top: 1px solid var(--line); }
  .split-section,
  .plus-benefit,
  .product-overview,
  .feature-section,
  .solutions-section,
  .packaging-section,
  .detail-section,
  .downloads-section,
  .solution-section { padding: 56px 18px 66px; }
  .split-section figure,
  .plus-benefit figure,
  .feature-layout figure { min-height: 320px; }
  .solution-hero {
    min-height: auto;
    padding: 58px 18px 66px;
  }
  .solution-hero__inner {
    gap: 28px;
  }
  .solution-hero__brand-name {
    font-size: 38px;
  }
  .solution-hero__claim {
    font-size: 30px;
  }
  .solution-hero__copy > p:not(.eyebrow) {
    font-size: 16px;
  }
  .solution-hero__panel {
    min-height: auto;
    padding: 24px 22px;
  }
  .solution-split {
    gap: 28px;
  }
  .solution-split figure,
  .solution-split figure img {
    min-height: 300px;
  }
  .solution-grid {
    gap: 16px;
  }
  .solution-panel {
    padding: 24px 22px;
  }
  .process-steps {
    grid-template-columns: 1fr;
  }
  .compare-section--product .compare-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }
  .compare-section--product .compare-table th,
  .compare-section--product .compare-table td {
    padding: 12px 8px;
    font-size: 12px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
  .compare-section--product .compare-table .brand {
    font-size: 13px;
    line-height: 1.12;
    white-space: normal;
  }
  .compare-section--product .compare-table .brand b {
    display: block;
    margin-left: 0;
  }
  .compare-section--product .compare-table .stars {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1px 3px;
    font-size: 12px;
  }
  .process-steps article,
  .process-steps article:nth-child(odd) {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .process-steps article:first-child {
    border-top: 0;
  }
  .solution-cta {
    padding: 58px 18px 68px;
  }
  .site-footer {
    padding: 54px 18px 24px;
  }
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
  .site-footer__nav a,
  .site-footer__nav span,
  .site-footer__link {
    width: 100%;
  }
  .site-footer__bottom {
    display: grid;
  }
  .privacy-content {
    gap: 14px;
  }
  .legal-details > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  #cc-main .cm {
    width: calc(100vw - 28px);
    max-width: none;
    margin: 14px;
  }
  #cc-main .cm__btns,
  #cc-main .pm__btns {
    gap: 8px;
  }
  #cc-main .cm__btn,
  #cc-main .pm__btn {
    width: 100%;
  }
  .product-card,
  .solution-card { min-height: auto; }
  .downloads-section > .compliance-downloads {
    max-width: calc(100vw - 36px);
  }
  .compliance-downloads > * {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .compliance-downloads h2,
  .compliance-downloads__actions .button {
    overflow-wrap: anywhere;
  }
  .compliance-downloads__actions .button {
    width: 100%;
    max-width: 100%;
  }
  .plus-hero { padding-top: 54px; }
  .plus-hero__grid { grid-template-columns: 1fr; padding: 0 20px; }
  .plus-hero__image { min-height: 300px; }
  .benefit-band { margin-top: 42px; }
  .contact-hero { padding: 58px 18px 68px; }
  .contact-forms { padding: 58px 18px 72px; }
  .contact-heading { margin-bottom: 32px; }
  .contact-heading h1 { font-size: 38px; }
  .contact-heading h2 { font-size: 30px; line-height: 38px; }
  .contact-heading p { font-size: 16px; line-height: 1.62; }
  .contact-card {
    min-height: auto;
    padding: 24px 22px;
  }
  .contact-tabs__nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px;
  }
  .contact-tabs__nav button {
    width: 100%;
  }
  .contact-panel {
    padding: 26px 20px;
  }
  .contact-panel h3 { font-size: 24px; }
  .contact-product-select,
  .contact-request-builder,
  .contact-request-list,
  .contact-spec-fields__empty,
  .contact-spec-fields__group {
    padding: 14px;
  }
  .contact-check-grid,
  .contact-check-grid--wide {
    grid-template-columns: 1fr;
  }
  .contact-request-card {
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-request-card__remove {
    align-self: stretch;
  }
  .contact-builder-actions .button {
    width: 100%;
  }
  .contact-form .button {
    width: 100%;
  }
  .silicone-section { padding: 58px 18px 68px; }
  .silicone-shell { gap: 28px; }
  .silicone-visual { height: 320px; min-height: 320px; }
  .page-product .silicone-stage {
    gap: 18px;
  }
  .page-product .silicone-stage .silicone-visual {
    height: 320px;
    min-height: 320px;
  }
  .silicone-head { margin-bottom: 24px; }
  .silicone-head h2 { margin-top: 16px; font-size: 30px; line-height: 38px; }
  .silicone-head > p:not(.eyebrow) { font-size: 15px; line-height: 1.64; }
  .silicone-list li { font-size: 14px; line-height: 1.55; }
  .silicone-panel { padding: 24px 22px; }
  .silicone-panel h3 { font-size: 18px; }
  .silicone-list li {
    min-height: auto;
    padding: 20px 0 19px 36px;
  }
  .silicone-list li::before {
    left: 2px;
    top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-card--reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .compare-section > * {
    transform: none;
    transition: none;
  }
}

.cookie-consent {
  position: fixed;
  inset: auto 22px 22px auto;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  pointer-events: none;
}
.cookie-consent__content {
  width: min(420px, calc(100vw - 44px));
  display: block;
  padding: 18px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(56, 63, 72, .13);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(35, 35, 35, .16);
  pointer-events: auto;
}
.cookie-consent--settings .cookie-consent__content {
  width: min(470px, calc(100vw - 44px));
  display: grid;
  gap: 14px;
}
.cookie-consent__copy h2 {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.25;
}
.cookie-consent__copy p {
  max-width: 46ch;
  font-size: 13px;
  line-height: 1.55;
}
.cookie-consent__privacy-link {
  display: inline-block;
  margin-top: 7px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-consent__privacy-link:hover {
  color: var(--gold);
}
.cookie-consent__options {
  display: grid;
  gap: 10px;
}
.cookie-consent__option {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(56, 63, 72, .12);
  border-radius: 8px;
  background: #f8f7f2;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.4;
}
.cookie-consent__option strong {
  color: var(--black);
  font-size: 14px;
}
.cookie-consent__option--toggle {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  cursor: pointer;
}
.cookie-consent__option--toggle input {
  width: 18px;
  height: 18px;
  margin: 2px 2px 0 0;
  accent-color: var(--gold);
}
.cookie-consent__option--toggle > span {
  display: grid;
  gap: 4px;
}
.cookie-consent__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}
.cookie-consent--settings .cookie-consent__actions {
  margin-top: 0;
}
.cookie-consent__button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(56, 63, 72, .18);
  border-radius: 6px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}
.cookie-consent__button:focus-visible {
  outline: 3px solid rgba(56, 63, 72, .32);
  outline-offset: 2px;
}
.cookie-consent__button--primary {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--black);
}
.cookie-consent__button--outline {
  background: #f8f7f2;
  border-color: rgba(56, 63, 72, .18);
  color: var(--black);
}
.cookie-consent__button--ghost {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
.cookie-consent__button--ghost:hover {
  background: #4d535b;
  border-color: #4d535b;
}

@media (max-width: 767px) {
  .cookie-consent {
    inset: auto 10px 10px 10px;
    justify-content: stretch;
  }
  .cookie-consent__content {
    width: 100%;
    max-height: min(78vh, 520px);
    padding: 16px;
    overflow: auto;
  }
  .cookie-consent__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 14px;
  }
  .cookie-consent__button {
    width: 100%;
  }
}

/* Contact redesign */
.contact-redesign {
  background: #fff;
}
.contact-redesign .contact-hero {
  position: relative;
  min-height: clamp(340px, 25vw, 410px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(58px, 5vw, 78px) 24px clamp(68px, 6vw, 92px);
  background:
    linear-gradient(90deg, rgba(18,20,22,.96) 0%, rgba(18,20,22,.9) 42%, rgba(18,20,22,.42) 68%, rgba(18,20,22,.16) 100%),
    linear-gradient(135deg, rgba(215,184,104,.20), rgba(255,255,255,0) 40%),
    url("./assets/images/baking-project-main.jpg") right center / cover no-repeat;
}
.contact-redesign .contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 24%, rgba(215,184,104,.20), transparent 30%),
    repeating-linear-gradient(155deg, rgba(255,255,255,.045) 0 1px, transparent 1px 14px);
  opacity: .54;
  pointer-events: none;
}
.contact-hero__inner {
  z-index: 1;
  width: min(100%, var(--content-max));
  margin: 0 auto;
}
.contact-hero__copy {
  max-width: 780px;
  color: #fff;
}
.contact-hero__eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font: 850 13px/1.2 "Manrope", Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.contact-hero__copy h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 3.15vw, 52px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}
.contact-hero__rule {
  width: 58px;
  height: 3px;
  display: block;
  margin: 24px 0 22px;
  background: var(--gold);
}
.contact-hero__copy p:last-child {
  max-width: 470px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}
.contact-card-band {
  position: relative;
  z-index: 3;
  margin-top: -58px;
  padding: 0 24px clamp(54px, 6vw, 78px);
  background: #fff;
}
.contact-redesign .contact-cards {
  max-width: 1060px;
  gap: 28px;
}
.contact-redesign .contact-card {
  min-height: 134px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  align-content: center;
  gap: 18px;
  padding: 26px 30px;
  border-color: rgba(215,184,104,.20);
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 55px rgba(35,35,35,.13);
}
.contact-redesign .contact-card__icon {
  width: 52px;
  height: 52px;
  margin: 0;
  border: 1px solid rgba(215,184,104,.26);
  border-radius: 999px;
  background: rgba(215,184,104,.08);
}
.contact-redesign .contact-card__icon svg {
  width: 27px;
  height: 27px;
}
.contact-redesign .contact-card h2 {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 850;
}
.contact-redesign .contact-card a,
.contact-redesign .contact-card p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
}
.contact-redesign .contact-card a {
  white-space: nowrap;
}
.contact-redesign .contact-card p + p,
.contact-redesign .contact-card a + p {
  margin-top: 7px;
  color: #8a857b;
  font-size: 13px;
}
.contact-redesign .contact-forms {
  padding: 0 24px clamp(72px, 8vw, 104px);
  background:
    radial-gradient(circle at 16% 20%, rgba(215,184,104,.10), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fbfaf6 100%);
}
.contact-workspace {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3vw, 36px);
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(30px, 4.4vw, 50px);
  border: 1px solid rgba(56,63,72,.11);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 28px 80px rgba(35,35,35,.075);
}
.contact-intro-panel {
  position: static;
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1fr);
  gap: 12px clamp(30px, 4vw, 58px);
  align-items: start;
  min-width: 0;
  padding: 2px 0 10px;
}
.contact-intro-panel h2 {
  max-width: 370px;
  margin: 0;
  color: var(--black);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.14;
}
.contact-intro-panel > p:not(.contact-builder-head__eyebrow) {
  max-width: 430px;
  margin: 24px 0 0;
  color: var(--copy);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}
.contact-benefits {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 4;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}
.contact-benefits li {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 10px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(215,184,104,.20);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,247,242,.72));
  box-shadow: 0 12px 30px rgba(35,35,35,.045);
}
.contact-benefits li > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(215,184,104,.14);
  color: var(--gold);
}
.contact-benefits svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-benefits strong {
  display: block;
  color: var(--black);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.22;
}
.contact-benefits small {
  display: block;
  color: var(--copy);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}
.contact-stage {
  min-width: 0;
  width: 100%;
}
.contact-redesign .contact-tabs {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.contact-redesign .contact-tabs__nav {
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}
.contact-redesign .contact-tabs__nav button {
  position: relative;
  min-height: 70px;
  grid-template-columns: 48px minmax(0, 1fr);
  align-content: center;
  align-items: center;
  gap: 5px 14px;
  padding: 16px 20px;
  border: 2px solid rgba(56,63,72,.12);
  background: #fff;
  box-shadow: none;
}
.contact-tab-icon {
  grid-row: auto;
  justify-self: center;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(56,63,72,.14);
  border-radius: 999px;
  background: rgba(248,247,242,.84);
  color: var(--ink);
}
.contact-tab-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-redesign .contact-tabs__nav button span,
.contact-redesign .contact-tabs__nav button small {
  min-width: 0;
}
.contact-redesign .contact-tabs__nav button > span:not(.contact-tab-icon) {
  align-self: center;
}
.contact-redesign .contact-tabs__nav button:hover {
  border-color: rgba(215,184,104,.55);
  background: rgba(255,250,238,.72);
  box-shadow: none;
}
.contact-redesign .contact-tabs__nav button.is-active {
  border-color: rgba(215,184,104,.95);
  background: linear-gradient(180deg, rgba(255,250,238,.96), rgba(255,255,255,.98));
  box-shadow: none;
}
.contact-redesign .contact-tabs__nav button.is-active .contact-tab-icon {
  border-color: rgba(215,184,104,.82);
  background: rgba(215,184,104,.16);
  color: var(--gold);
}
.contact-redesign .contact-panel {
  padding: 22px 0 0;
}
.contact-redesign .contact-panel > .contact-pill,
.contact-redesign .contact-panel > h3,
.contact-redesign .contact-panel > p:not(.contact-pill) {
  display: none;
}
.contact-redesign .contact-form {
  gap: 14px;
  margin-top: 0;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 46px rgba(35,35,35,.06);
}
.contact-redesign .contact-form__grid {
  gap: 14px 18px;
}
.contact-redesign .contact-form label {
  gap: 6px;
  font-size: 13px;
  font-weight: 850;
}
.contact-redesign .contact-form input,
.contact-redesign .contact-form select,
.contact-redesign .contact-form textarea {
  min-height: 44px;
  padding: 10px 13px;
  background: #fff;
  border-color: rgba(56,63,72,.14);
  font-size: 14px;
}
.contact-redesign .contact-form textarea,
.contact-redesign .contact-panel[data-contact-panel="allgemein"] .contact-form textarea {
  min-height: 88px;
}
.contact-redesign .contact-form textarea.contact-form__message {
  min-height: 168px;
  resize: vertical;
}
.contact-redesign .contact-request-builder,
.contact-redesign .contact-request-list {
  gap: 12px;
  padding: 16px;
  background: rgba(248,247,242,.68);
}
.contact-redesign .contact-builder-head,
.contact-redesign .contact-request-list__head {
  grid-template-columns: minmax(170px, .46fr) minmax(0, 1fr);
  gap: 12px;
}
.contact-redesign .contact-builder-head h4,
.contact-redesign .contact-request-list__head h4 {
  font-size: 18px;
}
.contact-redesign .contact-product-select {
  padding: 10px 12px 12px;
  background: rgba(255,255,255,.70);
}
.contact-redesign .contact-form .contact-choice {
  min-height: 48px;
  padding: 9px 11px;
}
.contact-redesign .contact-choice__brand {
  font-size: 14px;
}
.contact-redesign .contact-spec-fields__group {
  padding: 13px 14px;
}
.contact-redesign .contact-check-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.contact-redesign .contact-check-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact-redesign .contact-check-grid label {
  min-height: 38px;
  padding: 8px 10px;
  background: #fff;
}
.contact-redesign .contact-builder-quantity input {
  min-height: 42px;
}
.contact-submit-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
  margin-top: 2px;
}
.contact-submit-row p {
  margin: 0;
  color: #7b766d;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}
.contact-submit-row p a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact-submit-row p a:hover {
  color: var(--gold);
}
.contact-redesign .contact-form .button {
  min-height: 50px;
  padding: 14px 28px;
  border-radius: 7px;
}
.contact-redesign .contact-request-card {
  box-shadow: 0 10px 24px rgba(35,35,35,.045);
}

@media (max-width: 1100px) {
  .contact-workspace {
    grid-template-columns: 1fr;
  }
  .contact-intro-panel {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(280px, 1fr);
    gap: 24px;
    align-items: start;
  }
  .contact-intro-panel > p:not(.contact-builder-head__eyebrow),
  .contact-intro-panel h2 {
    max-width: none;
  }
  .contact-benefits {
    grid-column: 1 / -1;
    grid-row: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .contact-redesign .contact-hero {
    min-height: auto;
    padding: 64px 20px 92px;
    background-position: center;
  }
  .contact-hero__copy h1 {
    font-size: 38px;
  }
  .contact-card-band {
    margin-top: -36px;
    padding: 0 18px 44px;
  }
  .contact-redesign .contact-cards,
  .contact-redesign .contact-tabs__nav,
  .contact-redesign .contact-form__grid,
  .contact-redesign .contact-choice-grid,
  .contact-redesign .contact-check-grid,
  .contact-redesign .contact-check-grid--wide,
  .contact-redesign .contact-check-grid--compact {
    grid-template-columns: 1fr;
  }
  .contact-redesign .contact-card {
    padding: 22px;
  }
  .contact-redesign .contact-forms {
    padding: 0 14px 66px;
  }
  .contact-workspace {
    gap: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .contact-intro-panel {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
  }
  .contact-intro-panel h2 {
    font-size: 28px;
    line-height: 1.12;
  }
  .contact-intro-panel > p:not(.contact-builder-head__eyebrow) {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.6;
  }
  .contact-benefits {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 6px;
  }
  .contact-benefits li {
    display: block;
    min-height: 0;
    padding: 10px 12px;
    border-left: 2px solid rgba(215,184,104,.78);
    border-radius: 6px;
    background: rgba(215,184,104,.08);
  }
  .contact-benefits li > span {
    display: none;
  }
  .contact-benefits strong,
  .contact-benefits small {
    display: inline;
    font-size: 12px;
    line-height: 1.35;
  }
  .contact-benefits strong::after {
    content: " ";
  }
  .contact-stage {
    padding: 14px;
    border: 1px solid rgba(56,63,72,.11);
    border-radius: 8px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 46px rgba(35,35,35,.06);
  }
  .contact-redesign .contact-tabs__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .contact-redesign .contact-tabs__nav button {
    min-height: 56px;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
    padding: 10px;
  }
  .contact-tab-icon {
    width: 30px;
    height: 30px;
  }
  .contact-tab-icon svg {
    width: 18px;
    height: 18px;
  }
  .contact-redesign .contact-tabs__nav button > span:not(.contact-tab-icon) {
    font-size: 11px;
    letter-spacing: .04em;
    line-height: 1.15;
  }
  .contact-redesign .contact-form {
    padding: 14px 0 0;
    background: transparent;
    box-shadow: none;
  }
  .contact-redesign .contact-builder-head,
  .contact-redesign .contact-request-list__head {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .contact-redesign .contact-builder-head h4,
  .contact-redesign .contact-request-list__head h4 {
    font-size: 18px;
  }
  .contact-redesign .contact-builder-head p,
  .contact-redesign .contact-request-list__head p {
    font-size: 13px;
    line-height: 1.45;
  }
  .contact-redesign .contact-request-builder,
  .contact-redesign .contact-request-list {
    padding: 14px 0 0;
    border: 0;
    background: transparent;
  }
  .contact-redesign .contact-product-select {
    padding: 0;
    border: 0;
    background: transparent;
  }
  .contact-redesign .contact-form .contact-choice {
    min-height: 44px;
    padding: 9px 10px;
  }
  .contact-submit-row .button {
    width: 100%;
  }
}
