/** Shopify CDN: Minification failed

Line 2741:0 Expected "}" to go with "{"

**/
/* KWASANS section styles */

.kw-trust {
  --kw-trust-line: var(--kw-hairline);
  --kw-trust-muted: var(--kw-gray);
  padding-top: min(var(--kw-section-pad-top, 56px), 56px);
  padding-bottom: min(var(--kw-section-pad-bottom, 56px), 56px);
  background: var(--kw-section-bg, var(--kw-white));
}

.kw-trust__inner {
  width: min(100% - 32px, 1120px);
}

.kw-trust__intro {
  max-width: 34rem;
  margin: 0 0 18px;
}

.kw-trust__eyebrow {
  margin: 0 0 10px;
  color: var(--kw-trust-accent, var(--kw-gray));
  font-family: var(--kw-font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.kw-trust__headline {
  max-width: 14ch;
  margin: 0;
  color: var(--kw-section-fg, var(--kw-ink));
  font-family: var(--kw-font-display);
  font-style: italic;
  font-size: clamp(1.75rem, 7vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1;
}

.kw-trust__sub {
  max-width: 28rem;
  margin: 10px 0 0;
  color: var(--kw-trust-muted);
  font-family: var(--kw-font-body);
  font-size: 0.875rem;
  line-height: 1.45;
}

.kw-trust__selector {
  display: grid;
  gap: 10px;
}

.kw-trust__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.kw-trust__tile {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  align-items: start;
  min-width: 0;
  min-height: 88px;
  padding: 10px 12px;
  border: 1px solid var(--kw-trust-line);
  border-radius: 14px;
  background: var(--kw-cream, var(--kw-white));
  color: var(--kw-section-fg, var(--kw-ink));
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  transition:
    transform var(--kw-dur-base, 400ms) var(--kw-ease, ease),
    border-color var(--kw-dur-base, 400ms) var(--kw-ease, ease),
    background var(--kw-dur-base, 400ms) var(--kw-ease, ease),
    box-shadow var(--kw-dur-base, 400ms) var(--kw-ease, ease);
}

.kw-trust__tile.is-active {
  border-color: var(--kw-accent, var(--kw-ink));
  background: var(--kw-cream, var(--kw-white));
  box-shadow: 0 0 0 8px rgba(27, 42, 78, 0.20);
}

.kw-trust__tile:focus-visible {
  outline: 2px solid var(--kw-accent, var(--kw-ink));
  outline-offset: 2px;
}

.kw-trust__number { display: none; }

.kw-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  color: var(--kw-gray);
}

.kw-trust__tile.is-active .kw-trust__icon {
  color: var(--kw-accent, var(--kw-ink));
}

.kw-trust__icon-svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kw-trust__tile-label {
  grid-column: 1 / -1;
  align-self: end;
  color: var(--kw-section-fg, var(--kw-ink));
  font-family: var(--kw-font-body);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
}

.kw-trust__detail {
  padding: 14px;
  border: 1px solid var(--kw-trust-line);
  border-radius: 14px;
  background: var(--kw-white);
}

.kw-trust__detail-kicker {
  margin: 0 0 8px;
  color: var(--kw-gray-light, var(--kw-gray));
  font-family: var(--kw-font-mono);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.kw-trust__detail-title {
  margin: 0;
  color: var(--kw-section-fg, var(--kw-ink));
  font-family: var(--kw-font-body);
  font-style: normal;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.2;
}

.kw-trust__detail-text {
  margin: 6px 0 0;
  color: var(--kw-trust-muted);
  font-family: var(--kw-font-body);
  font-size: 0.875rem;
  line-height: 1.5;
}

@media (hover: hover) and (pointer: fine) {
  .kw-trust__tile:hover {
    border-color: color-mix(in srgb, var(--kw-ink) 35%, transparent);
  }
}

@media (min-width: 750px) {
  .kw-trust {
    padding-top: var(--kw-section-pad-top, 80px);
    padding-bottom: var(--kw-section-pad-bottom, 80px);
  }

  .kw-trust__inner {
    width: min(100% - 48px, 1120px);
  }

  .kw-trust__intro {
    margin-bottom: 28px;
  }

  .kw-trust__headline {
    max-width: 16ch;
    font-size: clamp(2.4rem, 4.6vw, 3.4rem);
    line-height: 1;
  }

  .kw-trust__sub {
    font-size: 0.9375rem;
  }

  .kw-trust__selector {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr);
    align-items: stretch;
    gap: 14px;
  }

  .kw-trust__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .kw-trust__tile {
    min-height: 100px;
    padding: 12px 14px;
    border-radius: 16px;
  }

  .kw-trust__icon-svg {
    width: 13px;
    height: 13px;
  }

  .kw-trust__tile-label {
    font-size: 0.9375rem;
  }

  .kw-trust__detail {
    padding: 18px;
    border-radius: 16px;
  }

  .kw-trust__detail-title {
    font-size: 1.25rem;
  }

  .kw-trust__detail-text {
    font-size: 0.9375rem;
  }
}

@media (min-width: 990px) {
  .kw-trust__inner {
    width: min(100% - 64px, 1180px);
  }

  .kw-trust__intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.58fr);
    column-gap: 56px;
    align-items: end;
    max-width: none;
  }

  .kw-trust__eyebrow {
    grid-column: 1 / -1;
  }

  .kw-trust__sub {
    margin-bottom: 4px;
  }
}

@media (max-width: 390px) {
  .kw-trust__grid {
    gap: 8px;
  }

  .kw-trust__tile {
    min-height: 84px;
    padding: 11px;
    border-radius: 12px;
  }

  .kw-trust__tile-label {
    font-size: 0.8125rem;
  }

  .kw-trust__detail {
    padding: 13px;
    border-radius: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kw-trust__tile {
    transition: none;
  }

  .kw-trust__tile:hover {
    transform: none;
  }
}

/* Product system carousel */

.kw-product-system {
  padding-top: min(var(--kw-section-pad-top, 64px), 64px);
  padding-bottom: min(var(--kw-section-pad-bottom, 64px), 64px);
  background: var(--kw-section-bg, var(--kw-white));
}

.kw-product-system__inner {
  width: min(100% - 28px, 1180px);
  display: grid;
  gap: 14px;
}

.kw-product-system__intro {
  display: grid;
  gap: 10px;
  max-width: 34rem;
  margin: 0;
  padding-bottom: 2px;
}

.kw-product-system__intro--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.kw-product-system__eyebrow {
  margin: 0 0 10px;
  color: var(--kw-gray);
  font-family: var(--kw-font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.kw-product-system__headline {
  max-width: 13ch;
  margin: 0;
  color: var(--kw-section-fg, var(--kw-ink));
  font-family: var(--kw-font-display);
  font-style: italic;
  font-size: clamp(2.05rem, 8vw, 2.65rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
}

.kw-product-system__intro--center .kw-product-system__headline {
  margin-right: auto;
  margin-left: auto;
}

.kw-product-system__subtext {
  max-width: 30rem;
  margin: 0;
  color: rgb(10 10 10 / 0.62);
  font-family: var(--kw-font-body);
  font-size: 0.9375rem;
  line-height: 1.45;
}

.kw-product-system__intro--center .kw-product-system__subtext {
  margin-right: auto;
  margin-left: auto;
}

.kw-product-system__tabs {
  display: flex;
  gap: 7px;
  margin: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.kw-product-system__tabs::-webkit-scrollbar,
.kw-product-system__track::-webkit-scrollbar {
  display: none;
}

.kw-product-system__tab {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  flex: 0 0 auto;
  padding: 8px 13px;
  border: 1px solid var(--kw-hairline);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.72);
  color: var(--kw-ink);
  font-family: var(--kw-font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    border-color var(--kw-dur-base, 400ms) var(--kw-ease, ease),
    background var(--kw-dur-base, 400ms) var(--kw-ease, ease);
}

.kw-product-system__tab.is-active,
.kw-product-system__tab:hover {
  border-color: var(--kw-ink);
  background: var(--kw-ink);
  color: var(--kw-white);
}

.kw-product-system__tab.is-active {
  box-shadow: none;
}

.kw-product-system__tab:focus-visible {
  outline: 2px solid var(--kw-accent, var(--kw-ink));
  outline-offset: 3px;
}

.kw-product-system__track {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 2px 0 6px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-padding-left: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.kw-product-system__card {
  display: flex;
  min-width: 0;
  flex: 0 0 clamp(246px, 76vw, 304px);
  scroll-snap-align: start;
}

.kw-product-card {
  flex-direction: column;
  padding: 11px;
  border: 1px solid var(--kw-hairline);
  border-radius: 18px;
  background: var(--kw-white);
  color: var(--kw-section-fg, var(--kw-ink));
  box-shadow: 0 14px 34px rgb(10 10 10 / 0.035);
  opacity: 1;
  transform: none;
  transform-origin: center;
  transition:
    border-color var(--kw-dur-base, 400ms) var(--kw-ease, ease),
    box-shadow var(--kw-dur-base, 400ms) var(--kw-ease, ease);
}

.kw-product-card.is-active-card {
  opacity: 1;
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .kw-product-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.kw-product-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  height: auto;
  margin: 0 0 12px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid var(--kw-hairline);
  border-radius: 15px;
  background: var(--kw-off-white);
  isolation: isolate;
}

.kw-product-card__media::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: var(--kw-product-accent, var(--kw-accent, #8B7E6A));
  opacity: 0.65;
  z-index: 0;
}

.kw-product-card__media .kw-product-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  isolation: isolate;
}

.kw-product-card__media .kw-product-img::before {
  filter: blur(60px);
}

/* Mobile: cap the per-card glow blur for smoother momentum scrolling. */
@media (max-width: 749px) {
  .kw-product-card__media .kw-product-img::before {
    filter: blur(24px);
  }
}

.kw-product-card__image {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transition: transform var(--kw-dur-base, 400ms) var(--kw-ease, ease);
}

.kw-product-card__image-ph {
  position: relative;
  z-index: 1;
  width: 58%;
  height: 78%;
  border: 1px solid var(--kw-hairline);
  border-radius: 16px;
  background: var(--kw-white);
}

.kw-product-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}

.kw-product-card__eyebrow {
  margin: 0 0 4px;
  color: var(--kw-gray);
  font-family: var(--kw-font-mono);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.kw-product-card__title {
  margin: 0 0 8px;
  color: var(--kw-section-fg, var(--kw-ink));
  font-family: var(--kw-font-display);
  font-style: italic;
  font-size: clamp(1.85rem, 6.5vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 0.96;
}

.kw-product-card__bullets {
  display: grid;
  gap: 5px;
  flex: 1;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.kw-product-card__bullets li {
  position: relative;
  margin: 0;
  padding-left: 14px;
  color: var(--kw-gray);
  font-family: var(--kw-font-body);
  font-size: 0.8rem;
  line-height: 1.32;
}

.kw-product-card__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 1px;
  background: var(--kw-product-accent, var(--kw-accent, #8B7E6A));
}

.kw-product-card__button {
  align-self: flex-start;
  min-height: 36px;
  margin-top: auto;
  padding: 9px 15px;
  border-color: var(--kw-hairline);
  font-size: 0.84rem;
}

@media (hover: hover) and (pointer: fine) {
  .kw-product-card:hover {
    transform: translateY(-3px);
    border-color: var(--kw-hairline-hover);
    box-shadow: 0 18px 44px rgba(10, 10, 10, 0.07);
  }

  .kw-product-card:hover .kw-product-card__image {
    transform: translateY(-4px);
  }
}

@media (min-width: 750px) {
  .kw-product-system {
    padding-top: min(var(--kw-section-pad-top, 88px), 88px);
    padding-bottom: min(var(--kw-section-pad-bottom, 88px), 88px);
  }

  .kw-product-system__inner {
    width: min(100% - 48px, 1220px);
    gap: 18px;
  }

  .kw-product-system__intro {
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.62fr);
    align-items: end;
    gap: 12px 48px;
    max-width: none;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--kw-hairline);
  }

  .kw-product-system__eyebrow {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .kw-product-system__headline {
    max-width: 13ch;
    font-size: clamp(2.9rem, 5vw, 4.1rem);
  }

  .kw-product-system__subtext {
    max-width: 34rem;
    font-size: 1rem;
    margin-bottom: 4px;
  }

  .kw-product-system__track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    overflow: visible;
    scroll-snap-type: none;
  }

  .kw-product-system__card {
    flex-basis: auto;
  }

  .kw-product-card {
    padding: 13px;
  }

  .kw-product-card__media { height: auto; }
}

@media (min-width: 1024px) {
  .kw-product-system__inner {
    width: min(100% - 64px, 1280px);
  }

  .kw-product-system__track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .kw-product-card__media { height: auto; }

  .kw-product-card__title {
    font-size: clamp(1.7rem, 2.2vw, 2.1rem);
  }
}

/* ==========================================================================
   Product Discovery, Editorial spreads (mobile only)
   ----------------------------------------------------------------------------
   On mobile, drop the carousel/tab pattern entirely and present each product
   as a tall vertical "spread": big serif numeral, hairline rule, full-width
   image, name, body, bullets, then primary CTA + view-detail link.
   Desktop layout is unchanged (still uses the tab + carousel above).
   ========================================================================== */
@media (max-width: 749px) {
  /* Hide tab nav, spreads use the numerals as the wayfinding instead */
  .kw-product-system__tabs { display: none; }

  /* Convert the carousel track into a vertical stack of spreads */
  .kw-product-system__track {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 72px;
    width: 100%;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  /* Card → spread: drop the card chrome (border/shadow/padding-as-frame) */
  .kw-product-system__card,
  .kw-product-card {
    width: 100%;
    flex: none;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    transform: none !important;
    scroll-snap-align: none;
    display: block;
  }

  .kw-product-card.is-active-card { transform: none; }

  /* Whole-card click overlay disabled on mobile, explicit CTAs only */
  .kw-product-card__link-overlay { display: none; }

  /* Step header: numeral on its own line, role as quiet eyebrow */
  .kw-product-card__step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin: 0 0 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--kw-hairline, rgba(13, 13, 13, 0.10));
  }

  .kw-product-card__step-number {
    font-family: 'Fraunces', var(--kw-font-display), Georgia, serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(64px, 18vw, 92px);
    line-height: 0.9;
    letter-spacing: -0.02em;
    color: var(--kw-ink, #0F0F0F);
  }

  /* Name shows once below, hide the inline step-header repetition */
  .kw-product-card__step-name { display: none; }

  .kw-product-card__step-role {
    font-family: var(--kw-font-mono, 'JetBrains Mono', monospace);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--kw-gray, #6B6B66);
  }

  /* Block-level subtitle (under step) is redundant with step-role, hide */
  .kw-product-card__eyebrow { display: none; }

  /* Media: full-width square with brand product-img glow */
  .kw-product-card__media {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    margin-bottom: 28px;
    border-radius: 0;
  }

  /* Product name: editorial display scale */
  .kw-product-card__title {
    font-family: 'Fraunces', var(--kw-font-display), Georgia, serif;
    font-weight: 500;
    font-size: clamp(40px, 11vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.01em;
    margin: 0 0 20px;
  }

  /* Promise / role line */
  .kw-product-card__description {
    font-family: var(--kw-font-body, Inter, sans-serif);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--kw-ink-soft, #3D3D3A);
    margin: 0 0 28px;
    max-width: 36ch;
  }

  /* Bullets: em-dash leading, generous line-height + room between */
  .kw-product-card__bullets {
    list-style: none;
    margin: 0 0 36px;
    padding: 0;
  }

  .kw-product-card__bullets li {
    position: relative;
    padding: 0 0 0 24px;
    margin: 0 0 14px;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--kw-ink, #0F0F0F);
  }

  .kw-product-card__bullets li::before {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--kw-gray, #6B6B66);
  }

  /* Actions: full-width primary, quiet caps secondary */
  .kw-product-card__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .kw-product-card__button {
    width: 100%;
    min-height: 52px;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    justify-content: center;
  }

  .kw-product-card__details {
    align-self: flex-start;
    font-family: var(--kw-font-mono, 'JetBrains Mono', monospace);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--kw-ink, #0F0F0F);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
  }

  /* The per-card "build your routine" nudge is noise on mobile, section
   * footer covers it once if needed. */
  .kw-product-card__nudge { display: none; }

  /* Tighten section frame for editorial feel */
  .kw-product-system {
    padding-block: clamp(64px, 14vw, 88px);
  }

  .kw-product-system__inner {
    padding-inline: 24px;
    width: 100%;
  }
}

@media (max-width: 390px) {
  .kw-product-system__inner {
    width: min(100% - 30px, 1120px);
  }

  .kw-product-card {
    padding: 10px;
  }

  .kw-product-card__media { height: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .kw-product-system__track {
    scroll-behavior: auto;
  }

  .kw-product-system__tab,
  .kw-product-card,
  .kw-product-card__image {
    transition: none;
  }
}

/* Routine composer */

.kw-routine-composer {
  padding-top: min(var(--kw-section-pad-top, 72px), 80px);
  padding-bottom: min(var(--kw-section-pad-bottom, 72px), 80px);
  background: var(--kw-section-bg, var(--kw-white));
  color: var(--kw-section-fg, var(--kw-ink));
}

.kw-routine-composer__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.kw-routine-composer__inner {
  display: grid;
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--kw-hairline);
  border-radius: 24px;
  background: color-mix(in srgb, var(--kw-white) 92%, var(--kw-off-white));
}

.kw-routine-composer__intro {
  min-width: 0;
}

.kw-routine-composer__eyebrow,
.kw-routine-composer__option,
.kw-routine-composer__node,
.kw-routine-composer__microcopy,
.kw-routine-composer__panel-label,
.kw-routine-composer__chip,
.kw-routine-composer__savings {
  font-family: var(--kw-font-mono);
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.kw-routine-composer__eyebrow {
  margin: 0 0 10px;
  color: var(--kw-gray);
  font-size: 0.6875rem;
}

.kw-routine-composer__headline {
  max-width: 12ch;
  margin: 0;
  color: var(--kw-section-fg, var(--kw-ink));
  font-family: var(--kw-font-display);
  font-style: italic;
  font-size: clamp(2.35rem, 9vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.96;
}

.kw-routine-composer__subtext {
  max-width: 36rem;
  margin: 12px 0 0;
  color: var(--kw-gray);
  font-family: var(--kw-font-body);
  font-size: 0.9375rem;
  line-height: 1.45;
}

.kw-routine-composer__selector {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 18px 0 18px;
}

.kw-routine-composer__option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 9px;
  border: 1px solid var(--kw-hairline);
  border-radius: 999px;
  background: var(--kw-white);
  color: var(--kw-gray);
  font-size: 0.625rem;
  text-align: center;
  cursor: pointer;
  transition:
    border-color var(--kw-dur-base, 400ms) var(--kw-ease, ease),
    background var(--kw-dur-base, 400ms) var(--kw-ease, ease),
    color var(--kw-dur-base, 400ms) var(--kw-ease, ease);
}

.kw-routine-composer__path {
  display: grid;
  grid-template-columns: max-content minmax(12px, 1fr) max-content minmax(12px, 1fr) max-content minmax(12px, 1fr) max-content;
  align-items: center;
  gap: 7px;
  margin: 0;
}

.kw-routine-composer__node {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 9px 10px;
  border: 1px solid var(--kw-hairline);
  border-radius: 999px;
  background: var(--kw-white);
  color: var(--kw-gray-light);
  font-size: 0.625rem;
  transition:
    border-color var(--kw-dur-base, 400ms) var(--kw-ease, ease),
    color var(--kw-dur-base, 400ms) var(--kw-ease, ease),
    background var(--kw-dur-base, 400ms) var(--kw-ease, ease);
}

.kw-routine-composer__node::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 6px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.35;
}

.kw-routine-composer__connector {
  height: 1px;
  min-width: 12px;
  background: var(--kw-hairline);
  transition: background var(--kw-dur-base, 400ms) var(--kw-ease, ease);
}

.kw-routine-composer__microcopy {
  margin: 12px 0 0;
  color: var(--kw-gray);
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  line-height: 1.45;
}

.kw-routine-composer__panel {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--kw-hairline);
  border-radius: 20px;
  background: var(--kw-white);
}

.kw-routine-composer__panel-state {
  display: none;
}

.kw-routine-composer__panel-label {
  margin: 0 0 12px;
  color: var(--kw-gray);
  font-size: 0.625rem;
}

.kw-routine-composer__bundle-name {
  margin: 0;
  color: var(--kw-section-fg, var(--kw-ink));
  font-family: var(--kw-font-display);
  font-style: italic;
  font-size: clamp(2rem, 8vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 0.96;
}

.kw-routine-composer__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 16px 0 0;
}

.kw-routine-composer__chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 7px 10px;
  border: 1px solid var(--kw-hairline);
  border-radius: 999px;
  background: var(--kw-off-white);
  color: var(--kw-ink);
  font-size: 0.625rem;
}

.kw-routine-composer__message {
  margin: 16px 0 0;
  color: var(--kw-gray);
  font-family: var(--kw-font-body);
  font-size: 0.9375rem;
  line-height: 1.42;
}

.kw-routine-composer__pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 18px 0 16px;
}

.kw-routine-composer__price {
  color: var(--kw-section-fg, var(--kw-ink));
  font-family: var(--kw-font-display);
  font-style: italic;
  font-size: clamp(2.45rem, 9vw, 3.1rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.9;
}

.kw-routine-composer__compare {
  color: var(--kw-gray-light);
  font-family: var(--kw-font-body);
  font-size: 0.9375rem;
  text-decoration: line-through;
}

.kw-routine-composer__savings {
  flex-basis: 100%;
  color: var(--kw-ink);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: none;
}

.kw-routine-composer__cta {
  width: 100%;
  min-height: 42px;
  padding: 12px 18px;
  font-size: 0.9375rem;
}

.kw-routine-composer__input--starter:checked ~ .kw-routine-composer__inner .kw-routine-composer__option--starter,
.kw-routine-composer__input--core:checked ~ .kw-routine-composer__inner .kw-routine-composer__option--core,
.kw-routine-composer__input--daily:checked ~ .kw-routine-composer__inner .kw-routine-composer__option--daily,
.kw-routine-composer__input--complete:checked ~ .kw-routine-composer__inner .kw-routine-composer__option--complete {
  border-color: var(--kw-ink);
  background: var(--kw-ink);
  color: var(--kw-white);
}

.kw-routine-composer__input--starter:focus-visible ~ .kw-routine-composer__inner .kw-routine-composer__option--starter,
.kw-routine-composer__input--core:focus-visible ~ .kw-routine-composer__inner .kw-routine-composer__option--core,
.kw-routine-composer__input--daily:focus-visible ~ .kw-routine-composer__inner .kw-routine-composer__option--daily,
.kw-routine-composer__input--complete:focus-visible ~ .kw-routine-composer__inner .kw-routine-composer__option--complete {
  outline: 2px solid var(--kw-ink);
  outline-offset: 3px;
}

.kw-routine-composer__input--starter:checked ~ .kw-routine-composer__inner .kw-routine-composer__node--gluco,
.kw-routine-composer__input--core:checked ~ .kw-routine-composer__inner .kw-routine-composer__node--gluco,
.kw-routine-composer__input--core:checked ~ .kw-routine-composer__inner .kw-routine-composer__node--biome,
.kw-routine-composer__input--daily:checked ~ .kw-routine-composer__inner .kw-routine-composer__node--gluco,
.kw-routine-composer__input--daily:checked ~ .kw-routine-composer__inner .kw-routine-composer__node--biome,
.kw-routine-composer__input--daily:checked ~ .kw-routine-composer__inner .kw-routine-composer__node--field,
.kw-routine-composer__input--complete:checked ~ .kw-routine-composer__inner .kw-routine-composer__node {
  border-color: rgba(10, 10, 10, 0.28);
  background: var(--kw-white);
  color: var(--kw-ink);
}

.kw-routine-composer__input--core:checked ~ .kw-routine-composer__inner .kw-routine-composer__connector:nth-child(2),
.kw-routine-composer__input--daily:checked ~ .kw-routine-composer__inner .kw-routine-composer__connector:nth-child(2),
.kw-routine-composer__input--daily:checked ~ .kw-routine-composer__inner .kw-routine-composer__connector:nth-child(4),
.kw-routine-composer__input--complete:checked ~ .kw-routine-composer__inner .kw-routine-composer__connector {
  background: rgba(10, 10, 10, 0.34);
}

.kw-routine-composer__input--starter:checked ~ .kw-routine-composer__inner .kw-routine-composer__panel-state--starter,
.kw-routine-composer__input--core:checked ~ .kw-routine-composer__inner .kw-routine-composer__panel-state--core,
.kw-routine-composer__input--daily:checked ~ .kw-routine-composer__inner .kw-routine-composer__panel-state--daily,
.kw-routine-composer__input--complete:checked ~ .kw-routine-composer__inner .kw-routine-composer__panel-state--complete {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .kw-routine-composer__option:hover {
    border-color: var(--kw-hairline-hover);
    color: var(--kw-ink);
  }
}

@media (min-width: 860px) {
  .kw-routine-composer {
    padding-top: var(--kw-section-pad-top, 72px);
    padding-bottom: var(--kw-section-pad-bottom, 72px);
  }

  .kw-routine-composer__inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
    align-items: stretch;
    gap: 24px;
    width: min(100% - 64px, 1180px);
    padding: 24px;
  }

  .kw-routine-composer__intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .kw-routine-composer__headline {
    max-width: 11ch;
    font-size: clamp(3rem, 5.6vw, 4.8rem);
  }

  .kw-routine-composer__selector {
    max-width: 520px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .kw-routine-composer__path {
    max-width: 650px;
    gap: 10px;
  }

  .kw-routine-composer__panel {
    display: flex;
    align-items: center;
    padding: 24px;
  }
}

@media (max-width: 520px) {
  .kw-routine-composer {
    padding-top: min(var(--kw-section-pad-top, 48px), 56px);
    padding-bottom: min(var(--kw-section-pad-bottom, 48px), 56px);
  }

  .kw-routine-composer__inner {
    width: min(100% - 28px, 1180px);
    padding: 14px;
    border-radius: 22px;
  }

  .kw-routine-composer__selector {
    gap: 5px;
    margin: 16px 0;
  }

  .kw-routine-composer__option {
    min-height: 32px;
    padding: 8px 7px;
    font-size: 0.5625rem;
    letter-spacing: 0.08em;
  }

  .kw-routine-composer__path {
    grid-template-columns: max-content minmax(7px, 1fr) max-content minmax(7px, 1fr) max-content minmax(7px, 1fr) max-content;
    gap: 5px;
  }

  .kw-routine-composer__node {
    min-height: 30px;
    padding: 8px 7px;
    font-size: 0.5625rem;
    letter-spacing: 0.08em;
  }

  .kw-routine-composer__node::before {
    display: none;
  }

  .kw-routine-composer__panel {
    padding: 16px;
  }

  .kw-routine-composer__bundle-name {
    font-size: clamp(2rem, 9vw, 2.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .kw-routine-composer__option,
  .kw-routine-composer__node,
  .kw-routine-composer__connector {
    transition: none;
  }
}

/* Choose your system commerce module */

.kw-system-offers {
  padding-top: min(var(--kw-section-pad-top, 72px), 80px);
  padding-bottom: min(var(--kw-section-pad-bottom, 72px), 80px);
  background: var(--kw-section-bg, var(--kw-white));
}

.kw-system-offers__inner {
  width: min(100% - 32px, 1240px);
}

.kw-system-offers__header {
  display: grid;
  gap: 18px;
  margin: 0 0 18px;
}

.kw-system-offers__intro {
  max-width: 43rem;
}

.kw-system-offers__intro--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.kw-system-offers__eyebrow,
.kw-system-offers__mode-pill,
.kw-system-offers__badge,
.kw-system-offers__tier,
.kw-system-offers__chip,
.kw-system-offers__savings,
.kw-system-offers__panel-label,
.kw-system-offers__benefit-chip,
.kw-system-offers__guidance-title {
  font-family: var(--kw-font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.kw-system-offers__eyebrow {
  margin: 0 0 10px;
  color: var(--kw-gray);
}

.kw-system-offers__headline {
  max-width: 14ch;
  margin: 0;
  color: var(--kw-section-fg, var(--kw-ink));
  font-family: var(--kw-font-display);
  font-style: italic;
  font-size: clamp(2.1rem, 7.5vw, 2.85rem);
  font-weight: 700;
  line-height: 0.98;
}

.kw-system-offers__intro--center .kw-system-offers__headline {
  margin-right: auto;
  margin-left: auto;
}

.kw-system-offers__subtext {
  max-width: 38rem;
  margin: 12px 0 0;
  color: var(--kw-gray);
  font-family: var(--kw-font-body);
  font-size: 0.9375rem;
  line-height: 1.45;
}

.kw-system-offers__intro--center .kw-system-offers__subtext {
  margin-right: auto;
  margin-left: auto;
}

.kw-system-offers__mode {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 3px;
  border: 1px solid var(--kw-hairline);
  border-radius: var(--kw-radius-pill);
  background: var(--kw-off-white);
}

.kw-system-offers__mode-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 9px 13px;
  border-radius: var(--kw-radius-pill);
  color: var(--kw-gray);
  white-space: nowrap;
}

.kw-system-offers__mode-pill--active {
  background: var(--kw-ink);
  color: var(--kw-white);
}

.kw-system-offers__grid {
  display: grid;
  gap: 8px;
}

.kw-system-offers__tile {
  display: grid;
  min-width: 0;
  gap: 11px;
  padding: 14px;
  border: 1px solid var(--kw-hairline);
  border-radius: var(--kw-radius-sm);
  background: var(--kw-white);
  color: var(--kw-section-fg, var(--kw-ink));
  transition:
    border-color var(--kw-dur-base, 400ms) var(--kw-ease, ease),
    transform var(--kw-dur-base, 400ms) var(--kw-ease, ease);
}

.kw-system-offers__tile--popular,
.kw-system-offers__tile--best-value {
  border-color: rgba(10, 10, 10, 0.22);
}

.kw-system-offers__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.kw-system-offers__badge {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  max-width: 100%;
  padding: 6px 8px;
  border: 1px solid var(--kw-hairline);
  border-radius: var(--kw-radius-pill);
  background: var(--kw-off-white);
  color: var(--kw-ink);
  letter-spacing: 0.1em;
}

.kw-system-offers__tile--popular .kw-system-offers__badge {
  border-color: var(--kw-ink);
  background: var(--kw-ink);
  color: var(--kw-white);
}

.kw-system-offers__tier {
  color: var(--kw-gray-light);
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.kw-system-offers__copy {
  min-width: 0;
}

.kw-system-offers__name {
  margin: 0;
  color: var(--kw-section-fg, var(--kw-ink));
  font-family: var(--kw-font-display);
  font-style: italic;
  font-size: clamp(1.45rem, 5.5vw, 1.9rem);
  font-weight: 700;
  line-height: 1;
}

.kw-system-offers__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 0;
}

.kw-system-offers__chip,
.kw-system-offers__benefit-chip {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 6px 8px;
  border: 1px solid var(--kw-hairline);
  border-radius: var(--kw-radius-pill);
  background: var(--kw-white);
  color: var(--kw-ink);
  letter-spacing: 0.1em;
}

.kw-system-offers__description {
  margin: 9px 0 0;
  color: var(--kw-gray);
  font-family: var(--kw-font-body);
  font-size: 0.9rem;
  line-height: 1.38;
}

.kw-system-offers__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  align-self: end;
}

.kw-system-offers__pricing {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px 10px;
}

.kw-system-offers__price {
  color: var(--kw-section-fg, var(--kw-ink));
  font-family: var(--kw-font-display);
  font-style: italic;
  font-size: clamp(1.95rem, 7vw, 2.35rem);
  font-weight: 700;
  line-height: 0.9;
}

.kw-system-offers__suffix {
  margin-left: -6px;
  color: var(--kw-gray);
  font-family: var(--kw-font-mono, ui-monospace, SFMono-Regular, monospace);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.kw-system-offers__suffix:empty {
  display: none;
}

.kw-system-offers__compare {
  color: var(--kw-gray-light);
  font-family: var(--kw-font-body);
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: line-through;
}

.kw-system-offers__savings {
  width: 100%;
  color: var(--kw-ink);
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: none;
}

.kw-system-offers__compare.kw-is-empty,
.kw-system-offers__savings.kw-is-empty,
.kw-system-offers__compare:empty,
.kw-system-offers__savings:empty {
  display: none;
}

.kw-system-offers__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  width: auto;
  min-width: min(46%, 190px);
  padding: 10px 13px;
  border: 1px solid var(--kw-hairline);
  border-radius: var(--kw-radius-pill);
  color: var(--kw-ink);
  font-family: var(--kw-font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition:
    background var(--kw-dur-base, 400ms) var(--kw-ease, ease),
    border-color var(--kw-dur-base, 400ms) var(--kw-ease, ease),
    color var(--kw-dur-base, 400ms) var(--kw-ease, ease);
}

.kw-system-offers__tile--popular .kw-system-offers__cta,
.kw-system-offers__tile--best-value .kw-system-offers__cta {
  border-color: var(--kw-ink);
  background: var(--kw-ink);
  color: var(--kw-white);
}

.kw-system-offers__cta:focus-visible {
  outline: 2px solid var(--kw-ink);
  outline-offset: 3px;
}

.kw-system-offers__membership {
  display: grid;
  gap: 16px;
  margin: 12px 0 0;
  padding: 18px;
  border: 1px solid var(--kw-hairline);
  border-radius: var(--kw-radius-sm);
  background: var(--kw-off-white);
}

.kw-system-offers__panel-label {
  margin: 0 0 8px;
  color: var(--kw-gray-light);
  letter-spacing: 0.12em;
}

.kw-system-offers__membership-heading {
  margin: 0;
  color: var(--kw-section-fg, var(--kw-ink));
  font-family: var(--kw-font-display);
  font-style: italic;
  font-size: clamp(1.85rem, 7vw, 2.45rem);
  font-weight: 700;
  line-height: 1;
}

.kw-system-offers__membership-text {
  max-width: 34rem;
  margin: 10px 0 0;
  color: var(--kw-gray);
  font-family: var(--kw-font-body);
  font-size: 0.9375rem;
  line-height: 1.42;
}

.kw-system-offers__membership-benefits {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.kw-system-offers__benefit-chip {
  background: var(--kw-white);
}

.kw-system-offers__membership-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: start;
  padding: 8px 0;
  color: var(--kw-ink);
  font-family: var(--kw-font-mono, ui-monospace, SFMono-Regular, monospace);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid var(--kw-hairline);
  transition:
    border-color 240ms var(--kw-ease),
    color 240ms var(--kw-ease);
}

.kw-system-offers__membership-cta span {
  transition: transform 320ms var(--kw-ease);
}

.kw-system-offers__membership-cta:hover,
.kw-system-offers__membership-cta:focus-visible {
  border-color: var(--kw-ink);
  outline: none;
}

.kw-system-offers__membership-cta:hover span,
.kw-system-offers__membership-cta:focus-visible span {
  transform: translateX(3px);
}

@media (hover: hover) and (pointer: fine) {
  .kw-system-offers__tile:hover {
    transform: translateY(-2px);
    border-color: var(--kw-hairline-hover);
  }

  .kw-system-offers__cta:hover {
    border-color: var(--kw-ink);
    background: var(--kw-off-white);
  }

  .kw-system-offers__tile--popular .kw-system-offers__cta:hover,
  .kw-system-offers__tile--best-value .kw-system-offers__cta:hover {
    background: var(--kw-white);
    color: var(--kw-ink);
  }
}

@media (min-width: 750px) {
  .kw-system-offers {
    padding-top: var(--kw-section-pad-top, 72px);
    padding-bottom: var(--kw-section-pad-bottom, 72px);
  }

  .kw-system-offers__inner {
    width: min(100% - 48px, 1240px);
  }

  .kw-system-offers__header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 24px;
    margin-bottom: 20px;
  }

  .kw-system-offers__headline {
    max-width: 18ch;
    font-size: clamp(3rem, 5.6vw, 4.85rem);
  }

  .kw-system-offers__subtext,
  .kw-system-offers__membership-text {
    font-size: 1rem;
  }

  .kw-system-offers__mode {
    justify-self: end;
  }

  .kw-system-offers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .kw-system-offers__tile {
    grid-template-rows: auto 1fr auto;
    padding: 18px;
  }

  .kw-system-offers__footer {
    display: grid;
  }

  .kw-system-offers__cta {
    width: 100%;
    min-width: 0;
  }

  .kw-system-offers__membership {
    grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.8fr);
    gap: 18px 28px;
    padding: 20px;
  }

  .kw-system-offers__guidance {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    border-top: 1px solid var(--kw-hairline);
  }

  .kw-system-offers__guidance-item {
    padding: 14px 0 0;
    border-bottom: 0;
  }
}

@media (min-width: 1120px) {
  .kw-system-offers__inner {
    width: min(100% - 64px, 1280px);
  }

  .kw-system-offers__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .kw-system-offers__name {
    font-size: clamp(1.65rem, 2vw, 2.05rem);
  }

  .kw-system-offers__tile {
    min-height: 286px;
  }

  .kw-system-offers__membership {
    grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.65fr);
    align-items: start;
  }
}

@media (max-width: 390px) {
  .kw-system-offers__inner {
    width: min(100% - 28px, 1240px);
  }

  .kw-system-offers__tile,
  .kw-system-offers__membership {
    padding: 14px;
  }

  .kw-system-offers__badge,
  .kw-system-offers__tier,
  .kw-system-offers__chip,
  .kw-system-offers__benefit-chip {
    font-size: 0.625rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kw-system-offers__tile,
  .kw-system-offers__cta {
    transition: none;
  }
}

/* System architecture */

.kw-system-architecture {
  padding-top: min(var(--kw-section-pad-top, 72px), 80px);
  padding-bottom: min(var(--kw-section-pad-bottom, 72px), 80px);
  background: var(--kw-section-bg, var(--kw-white));
}

.kw-system-architecture__inner {
  width: min(100% - 32px, 1180px);
}

.kw-system-architecture__intro {
  max-width: 44rem;
  margin: 0 0 18px;
}

.kw-system-architecture__eyebrow,
.kw-system-architecture__tab,
.kw-system-architecture__product,
.kw-system-architecture__role,
.kw-system-architecture__chip,
.kw-system-architecture__ingredients-label,
.kw-system-architecture__ingredient,
.kw-system-architecture__microcopy {
  font-family: var(--kw-font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.kw-system-architecture__eyebrow {
  margin: 0 0 10px;
  color: var(--kw-gray);
}

.kw-system-architecture__headline {
  max-width: 13ch;
  margin: 0;
  color: var(--kw-section-fg, var(--kw-ink));
  font-family: var(--kw-font-display);
  font-style: italic;
  font-size: clamp(2.25rem, 8vw, 3.1rem);
  font-weight: 700;
  line-height: 0.98;
}

.kw-system-architecture__subtext {
  max-width: 38rem;
  margin: 12px 0 0;
  color: var(--kw-gray);
  font-family: var(--kw-font-body);
  font-size: 0.9375rem;
  line-height: 1.45;
}

.kw-system-architecture__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0 0;
}

.kw-system-architecture__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 10px 13px;
  border: 1px solid var(--kw-hairline);
  border-radius: var(--kw-radius-pill);
  background: var(--kw-white);
  color: var(--kw-gray);
  cursor: pointer;
  appearance: none;
  transition:
    background var(--kw-dur-base, 400ms) var(--kw-ease, ease),
    border-color var(--kw-dur-base, 400ms) var(--kw-ease, ease),
    color var(--kw-dur-base, 400ms) var(--kw-ease, ease);
}

.kw-system-architecture__panels {
  border: 1px solid var(--kw-hairline);
  border-radius: var(--kw-radius-sm);
  background: var(--kw-white);
}

.kw-system-architecture__panel {
  display: none;
  gap: 16px;
  padding: 14px;
}

.kw-system-architecture__media {
  position: relative;
  width: 100%;
  justify-self: stretch;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--kw-hairline);
  border-radius: var(--kw-radius-sm);
  background: var(--kw-off-white);
  display: block;
  padding: 0;
  aspect-ratio: 4 / 3;
  max-height: none;
}

.kw-system-architecture__image,
.kw-system-architecture__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}

.kw-system-architecture__content {
  min-width: 0;
}

.kw-system-architecture__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
}

.kw-system-architecture__product {
  margin: 0;
  color: var(--kw-ink);
}

.kw-system-architecture__role {
  margin: 0;
  color: var(--kw-gray-light);
  text-align: right;
}

.kw-system-architecture__title {
  margin: 0;
  color: var(--kw-section-fg, var(--kw-ink));
  font-family: var(--kw-font-display);
  font-style: italic;
  font-size: clamp(1.75rem, 7vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
}

.kw-system-architecture__description,
.kw-system-architecture__friction {
  margin: 12px 0 0;
  color: var(--kw-gray);
  font-family: var(--kw-font-body);
  font-size: 0.9375rem;
  line-height: 1.45;
}

.kw-system-architecture__friction {
  padding-left: 12px;
  border-left: 1px solid var(--kw-hairline-hover);
  color: var(--kw-ink);
}

.kw-system-architecture__chips,
.kw-system-architecture__ingredients-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.kw-system-architecture__chips {
  margin: 16px 0 0;
}

.kw-system-architecture__chip,
.kw-system-architecture__ingredient {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 7px 9px;
  border: 1px solid var(--kw-hairline);
  border-radius: var(--kw-radius-pill);
  background: var(--kw-off-white);
  color: var(--kw-ink);
  letter-spacing: 0.09em;
}

.kw-system-architecture__ingredients {
  margin: 16px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--kw-hairline);
}

.kw-system-architecture__ingredients-label {
  margin: 0 0 8px;
  color: var(--kw-gray-light);
}

.kw-system-architecture__ingredient {
  background: var(--kw-white);
}

.kw-system-architecture__footer {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.kw-system-architecture__microcopy {
  margin: 0;
  color: var(--kw-gray);
  line-height: 1.35;
}

.kw-system-architecture__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--kw-ink);
  border-radius: var(--kw-radius-pill);
  background: var(--kw-ink);
  color: var(--kw-white);
  font-family: var(--kw-font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition:
    background var(--kw-dur-base, 400ms) var(--kw-ease, ease),
    color var(--kw-dur-base, 400ms) var(--kw-ease, ease);
}

.kw-system-architecture__tab.is-active,
.kw-system-architecture__tab[aria-selected="true"] {
  border-color: var(--kw-ink);
  background: var(--kw-ink);
  color: var(--kw-white);
}

.kw-system-architecture__tab:focus-visible,
.kw-system-architecture__cta:focus-visible {
  outline: 2px solid var(--kw-ink);
  outline-offset: 3px;
}

.kw-system-architecture__panel.is-active {
  display: grid;
}

@media (hover: hover) and (pointer: fine) {
  .kw-system-architecture__tab:hover {
    border-color: var(--kw-hairline-hover);
    color: var(--kw-ink);
  }

  .kw-system-architecture__cta:hover {
    background: var(--kw-white);
    color: var(--kw-ink);
  }
}

@media (min-width: 750px) {
  .kw-system-architecture {
    padding-top: var(--kw-section-pad-top, 72px);
    padding-bottom: var(--kw-section-pad-bottom, 72px);
  }

  .kw-system-architecture__inner {
    width: min(100% - 48px, 1180px);
  }

  .kw-system-architecture__headline {
    max-width: 17ch;
    font-size: clamp(3rem, 5.4vw, 4.6rem);
  }

  .kw-system-architecture__subtext {
    font-size: 1rem;
  }

  .kw-system-architecture__panel {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
    align-items: center;
    padding: 18px;
  }

  .kw-system-architecture__panel:not(:has(.kw-system-architecture__media)) {
    grid-template-columns: 1fr;
  }

  .kw-system-architecture__media {
    aspect-ratio: 4 / 3;
    min-height: 0;
    max-height: none;
  }

  .kw-system-architecture__image,
  .kw-system-architecture__media img {
    min-height: 0;
  }

  .kw-system-architecture__footer {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .kw-system-architecture__cta {
    width: auto;
    min-width: 174px;
  }
}

@media (min-width: 1080px) {
  .kw-system-architecture__inner {
    display: grid;
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.78fr);
    gap: 28px;
    align-items: start;
  }

  .kw-system-architecture__intro {
    position: sticky;
    top: 92px;
    margin-bottom: 0;
  }

  .kw-system-architect

/* ==========================================================================
   Founder strip (kw-founder)
   ========================================================================== */

.kw-founder {
  padding: var(--kw-space-12) var(--kw-space-6);
  background: var(--kw-off-white);
}

.kw-founder__inner {
  max-width: var(--kw-container);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--kw-space-8);
  align-items: center;
  text-align: center;
}

.kw-founder__visual {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--kw-soft-shadow);
  flex-shrink: 0;
}

.kw-founder__img { width: 100%; height: 100%; object-fit: cover; }

.kw-founder__text { max-width: 560px; }
.kw-founder__text .kw-h2 { margin-top: var(--kw-space-4); }
.kw-founder__body { margin-top: var(--kw-space-6); color: var(--kw-gray); font-size: 17px; line-height: 1.7; white-space: pre-line; }

.kw-founder__link {
  display: inline-flex;
  margin-top: var(--kw-space-6);
  font-family: var(--kw-font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--kw-ink);
  border-bottom: 1px solid var(--kw-ink);
  padding-bottom: 4px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .kw-founder { padding: var(--kw-space-24) var(--kw-space-8); }
  .kw-founder__inner {
    flex-direction: row;
    gap: var(--kw-space-16);
    text-align: left;
    align-items: center;
  }
  .kw-founder__visual { width: 200px; height: 200px; }
}


/* Footer localization (country/language selector) */
.footer-localization {
  display: flex;
  justify-content: center;
  padding-bottom: var(--kw-space-4);
  opacity: 0.7;
}

.footer-localization:has(form:empty),
.footer-localization:empty {
  display: none;
}

/* ==========================================================================
   Design quality pass - editorial rhythm and premium cards
   ========================================================================== */

.kw-section {
  padding-top: clamp(64px, 9vw, 124px);
  padding-bottom: clamp(64px, 9vw, 124px);
}

.kw-trust {
  padding-top: clamp(56px, 7vw, 96px);
  padding-bottom: clamp(56px, 7vw, 96px);
}

.kw-product-system {
  padding-top: clamp(84px, 10vw, 144px);
  padding-bottom: clamp(76px, 9vw, 132px);
  background: linear-gradient(180deg, #ffffff 0%, #f7f5ef 100%);
}

.kw-product-system__inner {
  gap: clamp(22px, 3.4vw, 42px);
}

.kw-product-system__intro {
  gap: 12px;
  padding-bottom: clamp(18px, 3vw, 34px);
}

.kw-product-system__eyebrow,
.kw-product-card__eyebrow {
  color: rgb(10 10 10 / 0.56);
  letter-spacing: 0.16em;
}

.kw-product-card__step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: rgb(10 10 10 / 0.52);
  font-family: var(--kw-font-mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.kw-product-card__step-number {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 5px 8px;
  border: 1px solid rgb(10 10 10 / 0.1);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.68);
  color: rgb(10 10 10 / 0.68);
  letter-spacing: 0.08em;
}

.kw-product-card__step-name {
  color: rgb(10 10 10 / 0.76);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
}

.kw-product-card__step-role {
  color: rgb(10 10 10 / 0.44);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: none;
}

.kw-product-card__step-role::before {
  content: "/";
  margin-right: 7px;
  color: rgb(10 10 10 / 0.26);
}

.kw-product-card--gluco .kw-product-card__step-number {
  border-color: rgb(118 93 62 / 0.2);
  background: rgb(232 217 196 / 0.38);
}

.kw-product-card--biome .kw-product-card__step-number {
  border-color: rgb(136 82 38 / 0.2);
  background: rgb(232 201 168 / 0.34);
}

.kw-product-card--lume .kw-product-card__step-number {
  border-color: rgb(142 77 82 / 0.18);
  background: rgb(232 184 176 / 0.3);
}

.kw-product-card--field .kw-product-card__step-number {
  border-color: rgb(82 105 64 / 0.2);
  background: rgb(168 184 156 / 0.34);
}

.kw-product-system__headline {
  max-width: 10.5em;
  line-height: 1.04;
}

.kw-product-system__subtext,
.kw-product-card__description {
  color: rgb(10 10 10 / 0.64);
  line-height: 1.58;
}

.kw-product-system__tabs {
  gap: 8px;
}

.kw-product-system__tab {
  min-height: 38px;
  padding: 10px 15px;
  background: rgb(255 255 255 / 0.82);
}

.kw-product-card {
  padding: clamp(18px, 2vw, 26px);
  border-color: rgb(10 10 10 / 0.095);
  border-radius: 8px;
  background: rgb(255 255 255 / 0.92);
  box-shadow: none;
  opacity: 1;
  transform: none;
}

.kw-product-card.is-active-card {
  transform: none;
}

.kw-product-card__media {
  margin-bottom: 16px;
  border-color: rgb(10 10 10 / 0.075);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 38%, rgb(255 255 255 / 0.96), transparent 44%),
    #f5f3ed;
}

.kw-product-card__content {
  gap: 12px;
}

.kw-product-card__meta {
  display: grid;
  gap: 6px;
}

.kw-product-card__title {
  margin-bottom: 0;
  font-size: clamp(1.65rem, 2.2vw, 2.25rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.kw-product-card__description {
  margin: 0;
  max-width: 34ch;
  font-size: 0.94rem;
}

.kw-product-card__bullets {
  gap: 8px;
  margin-top: 2px;
  margin-bottom: 20px;
}

.kw-product-card__bullets li {
  font-size: 0.86rem;
  line-height: 1.48;
}

.kw-product-card__actions {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.kw-product-card__button {
  width: 100%;
  min-height: 46px;
  padding: 13px 18px;
  border-color: var(--kw-ink);
  background: var(--kw-ink);
  color: var(--kw-white);
  font-family: var(--kw-font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kw-product-card__button:hover {
  background: rgb(40 40 36);
  border-color: rgb(40 40 36);
  opacity: 1;
}

.kw-product-card__details {
  align-self: start;
  color: rgb(10 10 10 / 0.58);
  font-family: var(--kw-font-mono);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
}

.kw-product-card__nudge {
  margin: 4px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgb(10 10 10 / 0.075);
  color: rgb(10 10 10 / 0.52);
  font-size: 0.76rem;
  line-height: 1.5;
}

.kw-founder {
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(64px, 9vw, 120px);
  background: #fff;
  border-top: 1px solid rgb(10 10 10 / 0.07);
  border-bottom: 1px solid rgb(10 10 10 / 0.07);
}

.kw-founder__body {
  max-width: 58ch;
}

.kw-reviews {
  padding-top: clamp(68px, 9vw, 116px);
  padding-bottom: clamp(68px, 9vw, 116px);
  background: #fff;
}

.kw-reviews::before,
.kw-reviews::after,
.kw-reviews__scene {
  opacity: 0.28;
}

.kw-review {
  min-height: 220px;
  padding: clamp(22px, 2.4vw, 30px);
  border-color: rgb(10 10 10 / 0.09);
  border-radius: 18px;
  background: #fff;
}

.kw-review__body {
  color: rgb(10 10 10 / 0.84);
  line-height: 1.62;
}

@media (hover: hover) and (pointer: fine) {
  .kw-product-card:hover {
    transform: translateY(-2px);
    border-color: rgb(10 10 10 / 0.18);
    box-shadow: none;
  }
}

@media (max-width: 749px) {
  .kw-section {
    padding-top: clamp(42px, 10vw, 58px);
    padding-bottom: clamp(42px, 10vw, 58px);
  }

  .kw-h2,
  .kw-product-system__headline,
  .kw-reviews__heading,
  .kw-newsletter__heading {
    font-size: clamp(28px, 9vw, 38px);
    line-height: 1.08;
    letter-spacing: 0;
  }

  .kw-founder {
    padding: 52px 20px;
    overflow: hidden;
  }

  .kw-founder__inner {
    align-items: flex-start;
    text-align: left;
  }

  .kw-founder__text {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .kw-founder .kw-h2,
  .kw-founder__headline {
    max-width: none;
    font-size: clamp(26px, 7vw, 32px);
    line-height: 1.2;
    letter-spacing: -0.01em;
    overflow-wrap: normal;
    word-break: normal;
  }

  .kw-founder__body,
  .kw-product-system__subtext,
  .kw-newsletter__text,
  .kw-review__body {
    font-size: 0.94rem;
    line-height: 1.6;
  }

  /* Preserve \n\n paragraph breaks in the founder body. Without this, the
   * settings_data body collapses into one wall of text on mobile. */
  .kw-founder__body {
    white-space: pre-line;
  }

  .kw-product-system {
    padding-top: 46px;
    padding-bottom: 52px;
  }

  .kw-product-system__inner,
  .kw-reviews__container {
    width: min(100% - 32px, 1180px);
  }

  .kw-product-system__track {
    gap: 12px;
    margin-inline: -16px;
    padding-inline: 16px;
    scroll-padding-left: 16px;
  }

  .kw-product-system__card {
    flex-basis: min(82vw, 306px);
  }

  .kw-product-card {
    min-height: 100%;
    padding: 16px;
  }

  .kw-product-card__step {
    gap: 6px;
    font-size: 0.58rem;
  }

  .kw-product-card__step-role {
    flex-basis: 100%;
    font-size: 0.58rem;
  }

  .kw-product-card__step-role::before {
    content: none;
  }

  .kw-product-card__title {
    font-size: clamp(24px, 8vw, 30px);
    line-height: 1.06;
  }

  .kw-product-card__description {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .kw-product-card__button {
    min-height: 44px;
    font-size: 0.64rem;
    letter-spacing: 0.1em;
  }

  .kw-product-card__nudge {
    display: none;
  }

  .kw-reviews__viewport {
    margin-inline: -16px;
  }

  .kw-review {
    flex-basis: min(86vw, 330px);
    min-height: 216px;
  }
}

@media (max-width: 749px) {
  .kw-product-system {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .kw-product-system__inner {
    width: min(100% - 28px, 1180px);
    padding-inline: 0;
    gap: 30px;
  }

  .kw-product-system__intro {
    gap: 12px;
    padding-bottom: 0;
  }

  .kw-product-system__headline {
    max-width: 10.5em;
    font-size: clamp(31px, 9vw, 40px);
    line-height: 1.04;
  }

  .kw-product-system__subtext {
    max-width: 34ch;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .kw-product-system__track {
    gap: 42px;
    margin-inline: 0;
    padding-inline: 0;
  }

  .kw-product-card__step {
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 16px;
  }

  .kw-product-card__step-number {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: clamp(48px, 14vw, 68px);
    line-height: 0.95;
  }

  .kw-product-card__media {
    margin-bottom: 20px;
    border-radius: 10px;
  }

  .kw-product-card__title {
    margin-bottom: 12px;
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.04;
  }

  .kw-product-card__description {
    margin-bottom: 20px;
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .kw-product-card__bullets {
    margin-bottom: 26px;
  }

  .kw-product-card__bullets li {
    margin-bottom: 9px;
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .kw-product-card__actions {
    gap: 12px;
  }
}

/* ==========================================================================
   Cart drawer open performance
   --------------------------------------------------------------------------
   The drawer opens via native dialog.showModal() with a CSS slide animation
   (see assets/dialog.js), not a JS-driven animation. Promote the panel to its
   own compositor layer only while open so the slide paints in one frame and
   feels instant. Scoped to [open] to avoid a permanent layer cost.
   ========================================================================== */
.cart-drawer__dialog[open] {
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .cart-drawer__dialog[open] { will-change: auto; }
}

/* ==========================================================================
   Empty-cart upsell card sizing
   --------------------------------------------------------------------------
   The deleted .kw-cart-empty-state used to fill the drawer/cart body with a
   tall, padded layout. The upsell module now owns the empty prompt, so the
   empty state needs that same room or it floats as a small card at the top.
   Applied only to the empty state (kwRenderUpsellCard toggles the class), so
   non-empty states keep their compact card. Two-class selector beats the base
   .kw-cart-upsell rule regardless of stylesheet load order.
   ========================================================================== */
.kw-cart-upsell.kw-cart-upsell--empty {
  border: none;
  background: transparent;
  margin: 0;
  padding: clamp(40px, 12vh, 88px) var(--padding-xl, 20px) var(--padding-xl, 20px);
  min-height: 58vh;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 12px;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .kw-cart-upsell.kw-cart-upsell--empty {
    padding-inline: var(--padding-2xl, 40px);
  }
}
