/* iPhone 18 Pro Model Landing V2 + Apple top — lineup, large 3/4 configurator, design scene */
.ks18-ml {
  --ml-text: #1d1d1f;
  --ml-muted: #424245;
  --ml-line: #e5e5ea;
  --ml-soft: #f5f5f7;
  --ml-card: #fff;
  --ml-accent: #0071e3;
  --ml-radius: 28px;
  color: var(--ml-text);
  display: block !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.ks-upcoming.ks18-ml {
  display: block !important;
  width: 100%;
  max-width: 100%;
}

/* Hide Aspro page H1 — semantic H1 lives in hero */
body:has(.ks18-ml-h1) h1#pagetitle,
.wrapper:has(.ks18-ml-h1) h1#pagetitle,
.main-wrapper:has(.ks18-ml-h1) h1#pagetitle {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

/* —— Family nav: full series, horizontal scroll, never permanently truncate —— */
.ks18-ml-family {
  margin: 0 0 12px;
  border-bottom: 1px solid var(--ml-line);
  padding-bottom: 10px;
}
.ks18-ml-family-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  padding: 2px 0 4px;
  scrollbar-width: thin;
}
.ks18-ml-family a {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 980px;
  border: 1px solid #d2d2d7;
  background: #fff;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 100ms cubic-bezier(0.23, 1, 0.32, 1), background 100ms ease, border-color 100ms ease, color 100ms ease;
}
.ks18-ml-family a:active {
  transform: scale(0.97);
}
.ks18-ml-family a.is-active {
  background: #1d1d1f;
  border-color: #1d1d1f;
  color: #fff;
}

/* —— Compact sell header, no 4-color banner —— */
.ks18-ml-hero {
  margin: 0 0 16px;
  padding: 0;
  background: transparent;
  text-align: left;
}
.ks18-ml-status {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
  color: var(--ml-muted);
}
.ks18-ml-h1 {
  margin: 0 0 6px;
  font-size: clamp(32px, 4.2vw, 48px);
  line-height: 1.05;
  letter-spacing: -.03em;
  font-weight: 600;
  color: var(--ml-text);
}
.ks18-ml-switch {
  display: inline-flex;
  margin: 10px 0 12px;
  padding: 3px;
  border-radius: 980px;
  background: #e8e8ed;
  gap: 0;
}
.ks18-ml-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  min-width: 104px;
  padding: 0 16px;
  border-radius: 980px;
  text-decoration: none;
  color: var(--ml-text);
  font-size: 14px;
  font-weight: 500;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.ks18-ml-switch a.is-on {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12);
}
.ks18-ml-lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: var(--ml-muted);
}

.ks18-ml-terms {
  font-size: 14px;
  color: var(--ml-muted);
  margin-top: 14px;
}
.ks18-ml-terms summary {
  cursor: pointer;
  list-style: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #1552d5;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ks18-ml-terms summary::-webkit-details-marker { display: none; }
.ks18-ml-terms > div {
  margin-top: 10px;
  max-width: 36em;
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--ml-soft);
  color: var(--ml-muted);
  font-size: 13px;
  line-height: 1.5;
}
.ks18-ml-terms p { margin: 0 0 8px; color: inherit; }
.ks18-ml-terms p:last-child { margin-bottom: 0; }
.ks18-ml-terms a { color: #1552d5; }

/* —— Configurator: 2 columns, large image —— */
.ks18-ml-config {
  margin: 0 0 40px;
  padding: 0;
  background: transparent;
}
.ks18-ml-config h2,
.ks18-ml-vs h2,
.ks18-ml-compare h2,
.ks18-ml-specs h2,
.ks18-ml-faq h2,
.ks18-ml-acc h2,
.ks18-ml-guides h2,
.ks18-ml-trust h2 {
  margin: 0 0 8px;
  font-size: clamp(26px, 3.2vw, 34px);
  letter-spacing: -.02em;
  color: var(--ml-text);
}
.ks18-ml-config-lead,
.ks18-ml-vs-lead,
.ks18-ml-sec-lead {
  margin: 0 0 22px;
  color: var(--ml-muted);
  font-size: 15px;
  line-height: 1.45;
  max-width: 42em;
}
.ks18-ml-config-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .88fr);
  gap: 16px 28px;
  align-items: center;
}
.ks18-ml-config-media {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  height: min(58vh, calc(100svh - 260px));
  min-height: 340px;
  max-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.ks18-ml-config-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.ks18-ml--max .ks18-ml-config-media {
  height: min(68vh, calc(100svh - 220px));
  min-height: 400px;
  max-height: 740px;
}
.ks18-ml--max .ks18-ml-config-media img {
  transform: scale(1.1);
  transform-origin: center bottom;
}
.ks18-ml-axis { margin: 0 0 8px; }
.ks18-ml-axis-label {
  display: block;
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ml-muted);
}
.ks18-ml-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ks18-ml-chips button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 980px;
  border: 1px solid #d2d2d7;
  background: #fff;
  color: inherit;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 100ms cubic-bezier(0.23, 1, 0.32, 1), border-color 150ms ease, background 150ms ease, color 150ms ease;
}
.ks18-ml-chips button:active { transform: scale(0.97); }
.ks18-ml-chip-main { font-weight: 600; font-size: 15px; line-height: 1.2; }
.ks18-ml-chip-from {
  font-size: 12px;
  color: var(--ml-muted);
  font-weight: 400;
}
.ks18-ml-chips button.is-on,
.ks18-ml-chips button[aria-pressed="true"] {
  background: #1d1d1f;
  border-color: #1d1d1f;
  color: #fff;
}
.ks18-ml-chips button.is-on .ks18-ml-chip-from,
.ks18-ml-chips button[aria-pressed="true"] .ks18-ml-chip-from {
  color: rgba(255, 255, 255, .78);
}
.ks18-ml-chips button.is-unavailable,
.ks18-ml-swatch.is-unavailable {
  opacity: .38;
  cursor: not-allowed;
}
.ks18-ml-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ks18-ml-swatch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px 0 8px;
  border-radius: 980px;
  border: 1px solid #d2d2d7;
  background: #fff;
  cursor: pointer;
  font: inherit;
  color: inherit;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 100ms cubic-bezier(0.23, 1, 0.32, 1), border-color 150ms ease, box-shadow 150ms ease;
}
.ks18-ml-swatch:active { transform: scale(0.97); }
.ks18-ml-swatch i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--sw, #888);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
}
.ks18-ml-swatch.is-on,
.ks18-ml-swatch[aria-pressed="true"] {
  border-color: #1d1d1f;
  box-shadow: 0 0 0 1px #1d1d1f;
}

.ks18-ml-sku {
  margin-top: 4px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.ks18-ml-sku[hidden],
.ks18-ml-sku.is-miss { display: none; }
.ks18-ml-sku h3 {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.25;
  color: var(--ml-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ks18-ml-sku-meta { margin: 0 0 6px; color: var(--ml-muted); font-size: 13px; }
.ks18-ml-sku-price {
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.02em;
  color: var(--ml-text);
}
.ks18-ml-sku-status { margin: 0 0 10px; font-size: 13px; color: var(--ml-muted); }
.ks18-ml-sku-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ks18-ml-sku-miss {
  margin: 12px 0 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff4e5;
  color: #6b3b00;
  font-size: 14px;
}
.ks18-ml-sku-miss[hidden] { display: none; }
.ks18-ml-sku-miss ul {
  margin: 8px 0 0;
  padding-left: 1.1em;
  line-height: 1.5;
}
.ks18-ml-sku-miss a { color: #1552d5; }

.ks18-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 980px;
  background: var(--ml-accent);
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  touch-action: manipulation;
}
.ks18-cta--ghost {
  background: #fff;
  color: #1d1d1f !important;
  border: 1px solid #d2d2d7;
}
.ks18-cta.is-off {
  background: #86868b;
  color: #fff !important;
  pointer-events: none;
  cursor: default;
}

/* —— Why cards: air between, less empty inside —— */
.ks18-ml-adv { margin: 0 0 48px; }
.ks18-ml-adv-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.ks18-ml-adv-grid article {
  padding: 18px 16px;
  border-radius: 18px;
  background: var(--ml-soft);
}
.ks18-ml-adv-grid h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: var(--ml-text);
}
.ks18-ml-adv-grid p {
  margin: 0;
  color: var(--ml-muted);
  font-size: 14px;
  line-height: 1.45;
}

.ks18-ml-vs { margin: 48px 0; }
.ks18-ml-compare { margin: 0 0 48px; position: relative; }
.ks18-ml-compare-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin: 0 0 18px;
  position: relative;
}
.ks18-ml-chip-label { font-size: 14px; color: var(--ml-muted); }
.ks18-ml-gen-chip {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #d2d2d7;
  border-radius: 980px;
  background: #fff;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.ks18-ml-gen-chip::after { content: " ▾"; opacity: .7; }
.ks18-ml-gen-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 8;
  margin: 0;
  padding: 8px;
  list-style: none;
  min-width: 220px;
  max-height: min(70vh, 420px);
  overflow: auto;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--ml-line);
  box-shadow: 0 12px 40px rgba(0,0,0,.12);
}
.ks18-ml-gen-menu li {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 10px;
  cursor: pointer;
}
.ks18-ml-gen-menu li[aria-selected="true"],
.ks18-ml-gen-menu li:hover { background: var(--ml-soft); }

.ks18-ml-unibody {
  --d-text: #f5f5f7;
  --d-body: #d2d2d7;
  --d-muted: #86868b;
  --d-chip: #2c2c2e;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  margin: 48px 0 64px;
  padding: 40px 24px 32px;
  border-radius: 32px;
  background: #1d1d1f;
  color: var(--d-text);
}
.ks18-ml-unibody-kicker {
  margin: 0 0 6px;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--d-muted) !important;
}
.ks18-ml-unibody-title {
  margin: 0 0 28px;
  max-width: 11.2em;
  font-size: clamp(36px, 5.6vw, 72px);
  line-height: 1.05;
  letter-spacing: -.035em;
  font-weight: 600;
  color: var(--d-text) !important;
}
.ks18-ml-design {
  position: relative;
  display: block;
  min-height: min(82vh, 860px);
  margin: 0;
  padding: 0;
  border-radius: 28px;
  background: #000;
  color: var(--d-text);
  overflow: hidden;
}
.ks18-ml-design-nav {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 44px minmax(0, 420px);
  gap: 12px;
  align-items: center;
  min-width: 0;
  max-width: 520px;
  padding: 28px 18px 28px 16px;
}
.ks18-ml-design-step {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: center;
}
.ks18-ml-design-step button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 120ms var(--ease-out), background 150ms ease;
}
.ks18-ml-design-step button:active { transform: scale(0.97); }
.ks18-ml-design-chips {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}
.ks18-ml-design-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
}
.ks18-ml-design-item > button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 20px 0 14px;
  border-radius: 980px;
  border: 0;
  background: var(--d-chip);
  color: var(--d-text);
  font: inherit;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 120ms var(--ease-out), background 150ms ease;
}
.ks18-ml-design-item > button:active {
  transform: scale(0.97);
}
.ks18-ml-design-plus {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  font-size: 0;
  line-height: 0;
  color: transparent;
  flex: 0 0 auto;
}
.ks18-ml-design-plus::before,
.ks18-ml-design-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #f5f5f7;
  transform: translate(-50%, -50%);
}
.ks18-ml-design-plus::before {
  width: 10px;
  height: 1.5px;
}
.ks18-ml-design-plus::after {
  width: 1.5px;
  height: 10px;
}
.ks18-ml-design-chip-copy {
  display: none;
  font-size: 18px;
  line-height: 1.42;
  font-weight: 400;
  color: var(--d-body);
}
.ks18-ml-design-chip-copy strong {
  display: inline;
  font-weight: 600;
  color: var(--d-text);
}
.ks18-ml-design-item.is-on {
  width: 100%;
  max-width: 440px;
  padding: 26px 28px 22px;
  border-radius: 28px;
  background: rgba(44, 44, 46, .92);
}
.ks18-ml-design-item.is-on > button {
  display: block;
  width: 100%;
  min-height: 0;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  white-space: normal;
  transform: none;
}
.ks18-ml-design-item.is-on > button:active {
  transform: none;
}
.ks18-ml-design-item.is-on .ks18-ml-design-plus,
.ks18-ml-design-item.is-on .ks18-ml-design-chip-label {
  display: none;
}
.ks18-ml-design-item.is-on .ks18-ml-design-chip-copy {
  display: block;
}
.ks18-ml-design-item:not(.is-on) .ks18-ml-design-chip-copy,
.ks18-ml-design-item:not(.is-on) .ks18-ml-design-swatches {
  display: none !important;
}
.ks18-ml-design-swatches {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 20px 0 2px;
}
.ks18-ml-design-swatches[hidden] { display: none !important; }
.ks18-ml-design .ks18-ml-swatch {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  padding: 0;
  gap: 0;
  border: 2px solid transparent;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}
.ks18-ml-design .ks18-ml-swatch i {
  width: 20px;
  height: 20px;
  margin: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.4);
}
.ks18-ml-design .ks18-ml-swatch[data-ks18-design-color="Black"] i {
  background: #4a4a4c;
}
.ks18-ml-design .ks18-ml-swatch.is-on,
.ks18-ml-design .ks18-ml-swatch[aria-pressed="true"] {
  border-color: #f5f5f7;
  box-shadow: none;
  background: transparent;
}
.ks18-ml-design-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-width: 0;
  min-height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background: #000;
  overflow: hidden;
  border-radius: 0;
}
.ks18-ml-design-stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 82% 48%;
  transition: opacity 180ms var(--ease-out), filter 180ms var(--ease-out);
}
.ks18-ml-design.is-closeup .ks18-ml-design-stage img {
  object-position: 76% 48%;
  transform: none;
}
.ks18-ml-design:not(.is-closeup) .ks18-ml-design-stage {
  align-items: center;
  justify-content: center;
  padding: 28px 5% 28px 30%;
}
.ks18-ml-design:not(.is-closeup) .ks18-ml-design-stage img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  transform: none;
  transform-origin: center center;
}
.ks18-ml-design.is-sizes .ks18-ml-design-stage {
  justify-content: center;
  padding: 40px 0;
}
.ks18-ml-design.is-sizes .ks18-ml-design-stage img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  transform: translateX(18%);
}
.ks18-ml-design[data-feat="camera"] .ks18-ml-design-stage img {
  transform: translateX(8%) scale(1.42);
}
.ks18-ml-design[data-feat="island"] .ks18-ml-design-stage img {
  transform: translateX(4%) scale(1.68);
}
.ks18-ml-design[data-feat="durability"] .ks18-ml-design-stage img {
  transform: translateX(10%) scale(1.5);
}
.ks18-ml-design[data-feat="control"] .ks18-ml-design-stage img {
  transform: translateX(6%) scale(1.28);
}
.ks18-ml-design[data-feat="action"] .ks18-ml-design-stage img {
  transform: translateX(12%) scale(1.55);
}
.ks18-ml-design-stage img.is-swap {
  opacity: 0;
  filter: blur(2px);
}
.ks18-ml-upgrade-kicker {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ml-text);
}
.ks18-ml-upgrade {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ks18-ml-upgrade li {
  margin: 0;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: var(--ml-soft);
}
.ks18-ml-upgrade strong {
  display: block;
  margin: 0 0 6px;
  font-size: 22px;
  letter-spacing: -.02em;
  color: var(--ml-text);
}
.ks18-ml-upgrade span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: var(--ml-muted);
}
.ks18-ml-vs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.ks18-ml--duo .ks18-ml-vs-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ks18-ml--duo .ks18-ml-showcase-wrap {
  margin: 28px 0 56px;
  max-width: 1100px;
}
.ks18-ml--duo .ks18-ml-showcase-wrap .ks-duo-rich {
  margin-top: 0;
}
.ks18-ml-vs-grid article {
  padding: 20px 18px;
  border-radius: 18px;
  background: var(--ml-soft);
}
.ks18-ml-vs-grid article.is-here {
  box-shadow: inset 0 0 0 2px #1d1d1f;
}
.ks18-ml-vs-grid h3 { margin: 0 0 10px; font-size: 20px; color: var(--ml-text); }
.ks18-ml-vs-grid ul { margin: 0; padding-left: 1.1em; color: var(--ml-muted); line-height: 1.5; }
.ks18-ml-vs-grid a { color: #1552d5; }

.ks18-ml-specs { margin: 48px 0; max-width: 720px; }
.ks18-ml-spec-acc {
  border-top: 1px solid var(--ml-line);
}
.ks18-ml-spec-acc:last-of-type { border-bottom: 1px solid var(--ml-line); }
.ks18-ml-spec-acc summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: var(--ml-text);
}
.ks18-ml-spec-acc ul {
  margin: 0 0 14px;
  padding-left: 1.1em;
  color: var(--ml-muted);
  font-size: 14px;
  line-height: 1.55;
}

.ks18-ml-faq,
.ks18-ml-acc,
.ks18-ml-guides,
.ks18-ml-trust {
  margin: 48px 0;
  max-width: 820px;
}
.ks18-ml-faq details { border-top: 1px solid var(--ml-line); }
.ks18-ml-faq summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  color: var(--ml-text);
}
.ks18-ml-faq p { margin: 0 0 14px; color: var(--ml-muted); line-height: 1.45; }

/* AEO: machine facts stay in HTML but must NOT break sell-first first screen.
   Prefer JSON-LD ProductGroup/Offer; this strip is sr-only backup, never a grey card. */
.ks18-ml-aeo-facts,
.ks18-ml-aeo-facts--sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  list-style: none;
}
.ks18-ml-provenance {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ks18-ml-acc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.ks18-ml-acc-grid a {
  display: block;
  padding: 18px;
  border-radius: 18px;
  background: var(--ml-soft);
  color: inherit;
  text-decoration: none;
}
.ks18-ml-acc-grid strong { display: block; margin-bottom: 6px; color: var(--ml-text); }
.ks18-ml-acc-grid span { color: var(--ml-muted); font-size: 14px; }

.ks18-ml-guide-list {
  margin: 0;
  padding-left: 1.2em;
  line-height: 1.7;
}
.ks18-ml-guide-list a { color: #1552d5; }

/* 17 model landing: SKU showcase (kp-*) embedded after configurator */
.ks18-ml-showcase-wrap {
  margin: 28px 0 64px;
  max-width: 100%;
  padding-top: 8px;
  border-top: 1px solid var(--ml-line);
}
.ks18-ml--17 .ks18-ml-showcase-wrap .ks-ip-compact, .ks18-ml--stock .ks18-ml-showcase-wrap .ks-ip-compact {
  margin-top: 20px;
  margin-bottom: 0;
}
/* Full-bleed kp-hero: keep text readable over cinematic photo */
.ks18-ml-showcase-wrap .kp-hero {
  isolation: isolate;
}
.ks18-ml-showcase-wrap .kp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.45) 38%,
    rgba(0, 0, 0, 0.12) 62%,
    transparent 78%
  );
}
.ks18-ml-showcase-wrap .kp-hero-copy {
  position: relative;
  z-index: 1;
}
.ks18-ml-showcase-wrap #kspro17 .kp-hero .kp-version a,
.ks18-ml-showcase-wrap .kp-hero .kp-version a {
  color: #e8eef8 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ks18-ml-showcase-wrap #kspro17 .kp-hero .kp-version a:hover,
.ks18-ml-showcase-wrap .kp-hero .kp-version a:hover {
  color: #fff !important;
}
.ks18-ml-showcase-wrap .kp-hero-image {
  object-position: 68% center;
}
@media (max-width: 600px) {
  .ks18-ml-showcase-wrap .kp-hero::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.82) 0%,
      rgba(0, 0, 0, 0.55) 42%,
      rgba(0, 0, 0, 0.15) 68%,
      transparent 100%
    );
  }
  .ks18-ml-showcase-wrap .kp-hero-image {
    object-position: 82% center;
  }
}

/* —— 17 readability: air, larger taps, clearer section rhythm —— */
.ks18-ml--17, .ks18-ml--stock {
  --ml-section-gap: clamp(48px, 7vw, 80px);
}
.ks18-ml--17 .ks18-ml-family, .ks18-ml--stock .ks18-ml-family {
  margin: 0 0 12px;
  padding-bottom: 10px;
}
.ks18-ml--17 .ks18-ml-family-track, .ks18-ml--stock .ks18-ml-family-track { gap: 10px; }
.ks18-ml--17 .ks18-ml-family a, .ks18-ml--stock .ks18-ml-family a {
  min-height: 44px;
  padding: 0 16px;
  font-size: 15px;
}
.ks18-ml--17 .ks18-ml-hero, .ks18-ml--stock .ks18-ml-hero {
  margin: 0 0 14px;
}
.ks18-ml--17 .ks18-ml-status, .ks18-ml--stock .ks18-ml-status {
  margin: 0 0 6px;
  font-size: 14px;
}
.ks18-ml--17 .ks18-ml-h1, .ks18-ml--stock .ks18-ml-h1 {
  margin: 0 0 10px;
  font-size: clamp(34px, 4.6vw, 52px);
}
.ks18-ml--17 .ks18-ml-switch, .ks18-ml--stock .ks18-ml-switch {
  margin: 8px 0 10px;
  padding: 4px;
  gap: 2px;
}
.ks18-ml--17 .ks18-ml-switch a, .ks18-ml--stock .ks18-ml-switch a {
  min-height: 44px;
  min-width: 96px;
  padding: 0 14px;
  font-size: 15px;
  white-space: nowrap;
}
.ks18-ml--17 .ks18-ml-lead, .ks18-ml--stock .ks18-ml-lead {
  font-size: 16px;
  line-height: 1.45;
  max-width: 38em;
  overflow-wrap: break-word;
  padding-inline: 8px;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .ks18-ml--17 .ks18-ml-lead, .ks18-ml--stock .ks18-ml-lead {
    margin-left: auto;
    margin-right: auto;
    max-width: 22em;
  }
}
.ks18-ml--17 .ks18-ml-config, .ks18-ml--stock .ks18-ml-config {
  margin: 0 0 var(--ml-section-gap);
}
.ks18-ml--17 .ks18-ml-config h2, .ks18-ml--stock .ks18-ml-config h2,
.ks18-ml--17 .ks18-ml-compare h2, .ks18-ml--stock .ks18-ml-compare h2,
.ks18-ml--17 .ks18-ml-specs h2, .ks18-ml--stock .ks18-ml-specs h2,
.ks18-ml--17 .ks18-ml-faq h2, .ks18-ml--stock .ks18-ml-faq h2,
.ks18-ml--17 .ks18-ml-acc h2, .ks18-ml--stock .ks18-ml-acc h2,
.ks18-ml--17 .ks18-ml-guides h2, .ks18-ml--stock .ks18-ml-guides h2,
.ks18-ml--17 .ks18-ml-trust h2, .ks18-ml--stock .ks18-ml-trust h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 36px);
}
.ks18-ml--17 .ks18-ml-config-lead, .ks18-ml--stock .ks18-ml-config-lead,
.ks18-ml--17 .ks18-ml-sec-lead, .ks18-ml--stock .ks18-ml-sec-lead {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.5;
}
/* Desktop: top-align chips so Купить stays in first screen (tall media was centering it down) */
@media (min-width: 901px) {
  .ks18-ml--17 .ks18-ml-config-grid,
  .ks18-ml--stock .ks18-ml-config-grid {
    align-items: start;
  }
  .ks18-ml--17 .ks18-ml-sku-status,
  .ks18-ml--stock .ks18-ml-sku-status {
    margin-bottom: 6px;
  }
  .ks18-ml--17 .ks18-cta,
  .ks18-ml--stock .ks18-cta {
    min-height: 48px;
  }
}
/* Desktop defaults: keep Купить on first screen (etalon = 18 Pro fold) */
.ks18-ml--17 .ks18-ml-axis, .ks18-ml--stock .ks18-ml-axis { margin: 0 0 10px; }
.ks18-ml--17 .ks18-ml-axis-label, .ks18-ml--stock .ks18-ml-axis-label {
  margin: 0 0 8px;
  font-size: 13px;
}
.ks18-ml--17 .ks18-ml-chips, .ks18-ml--stock .ks18-ml-chips { gap: 10px; }
.ks18-ml--17 .ks18-ml-chips button, .ks18-ml--stock .ks18-ml-chips button {
  min-height: 44px;
  padding: 0 16px;
  font-size: 15px;
}
.ks18-ml--17 .ks18-ml-swatches, .ks18-ml--stock .ks18-ml-swatches { gap: 12px; }
.ks18-ml--17 .ks18-ml-swatch, .ks18-ml--stock .ks18-ml-swatch {
  min-height: 44px;
  padding: 0 12px 0 8px;
}
.ks18-ml--17 .ks18-ml-sku, .ks18-ml--stock .ks18-ml-sku {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--ml-line);
}
.ks18-ml--17 .ks18-ml-sku-price, .ks18-ml--stock .ks18-ml-sku-price { font-size: 26px; margin: 0 0 6px; }
/* Mobile: larger taps after desktop fold-safe defaults */
@media (max-width: 900px) {
  .ks18-ml--17 .ks18-ml-axis, .ks18-ml--stock .ks18-ml-axis { margin: 0 0 16px; }
  .ks18-ml--17 .ks18-ml-axis-label, .ks18-ml--stock .ks18-ml-axis-label {
    margin: 0 0 10px;
    font-size: 14px;
  }
  .ks18-ml--17 .ks18-ml-chips button, .ks18-ml--stock .ks18-ml-chips button {
    min-height: 48px;
    padding: 0 18px;
  }
  .ks18-ml--17 .ks18-ml-swatch, .ks18-ml--stock .ks18-ml-swatch {
    min-height: 48px;
    padding: 0 14px 0 10px;
  }
  .ks18-ml--17 .ks18-ml-sku, .ks18-ml--stock .ks18-ml-sku {
    margin-top: 18px;
    padding-top: 18px;
  }
  .ks18-ml--17 .ks18-ml-sku-price, .ks18-ml--stock .ks18-ml-sku-price {
    font-size: 28px;
    margin: 0 0 8px;
  }
}
.ks18-ml--17 .ks18-ml-sku-actions, .ks18-ml--stock .ks18-ml-sku-actions { gap: 12px; margin-top: 4px; }
.ks18-ml--17 .ks18-cta, .ks18-ml--stock .ks18-cta { min-height: 52px; padding: 0 24px; font-size: 16px; }

.ks18-ml--17 .ks18-ml-compare, .ks18-ml--stock .ks18-ml-compare,
.ks18-ml--17 .ks18-ml-specs, .ks18-ml--stock .ks18-ml-specs,
.ks18-ml--17 .ks18-ml-faq, .ks18-ml--stock .ks18-ml-faq,
.ks18-ml--17 .ks18-ml-acc, .ks18-ml--stock .ks18-ml-acc,
.ks18-ml--17 .ks18-ml-guides, .ks18-ml--stock .ks18-ml-guides,
.ks18-ml--17 .ks18-ml-trust, .ks18-ml--stock .ks18-ml-trust {
  margin: var(--ml-section-gap) 0;
}
.ks18-ml--17 .ks18-ml-upgrade-kicker, .ks18-ml--stock .ks18-ml-upgrade-kicker {
  margin: 0 0 18px;
  font-size: 16px;
}
.ks18-ml--17 .ks18-ml-upgrade, .ks18-ml--stock .ks18-ml-upgrade {
  gap: 16px;
}
.ks18-ml--17 .ks18-ml-upgrade li, .ks18-ml--stock .ks18-ml-upgrade li {
  padding: 24px 22px 22px;
}
.ks18-ml--17 .ks18-ml-upgrade strong, .ks18-ml--stock .ks18-ml-upgrade strong { font-size: 26px; margin-bottom: 8px; }
.ks18-ml--17 .ks18-ml-upgrade span, .ks18-ml--stock .ks18-ml-upgrade span { font-size: 15px; line-height: 1.45; }
.ks18-ml--17 .ks18-ml-gen-chip, .ks18-ml--stock .ks18-ml-gen-chip {
  min-height: 48px;
  padding: 0 18px;
  font-size: 15px;
}
.ks18-ml--17 .ks18-ml-gen-menu li, .ks18-ml--stock .ks18-ml-gen-menu li { min-height: 44px; }
.ks18-ml--17 .ks18-ml-spec-acc summary, .ks18-ml--stock .ks18-ml-spec-acc summary,
.ks18-ml--17 .ks18-ml-faq summary, .ks18-ml--stock .ks18-ml-faq summary,
.ks18-ml--17 .ks18-ml-all summary, .ks18-ml--stock .ks18-ml-all summary {
  min-height: 56px;
  font-size: 17px;
}
.ks18-ml--17 .ks18-ml-faq p, .ks18-ml--stock .ks18-ml-faq p { margin: 0 0 18px; line-height: 1.55; }
.ks18-ml--17 .ks18-ml-acc-grid, .ks18-ml--stock .ks18-ml-acc-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}
.ks18-ml--17 .ks18-ml-acc-grid a, .ks18-ml--stock .ks18-ml-acc-grid a {
  padding: 22px 20px;
  min-height: 88px;
}
.ks18-ml--17 .ks18-ml-trust-grid, .ks18-ml--stock .ks18-ml-trust-grid { gap: 16px; }
.ks18-ml--17 .ks18-ml-trust-grid article, .ks18-ml--stock .ks18-ml-trust-grid article { padding: 22px 20px; }

/* Showcase on ML: breathing room + readable metrics (works for #ksiphone and #kspro17) */
.ks18-ml--17 .ks18-ml-showcase-wrap .ks-ip-compact .kp-nav, .ks18-ml--stock .ks18-ml-showcase-wrap .ks-ip-compact .kp-nav {
  gap: 12px 20px;
  padding: 28px 4px 24px;
  margin-bottom: 8px;
}
.ks18-ml--17 .ks18-ml-showcase-wrap .ks-ip-compact .kp-nav a, .ks18-ml--stock .ks18-ml-showcase-wrap .ks-ip-compact .kp-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 4px;
  font-size: 15px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.ks18-ml--17 .ks18-ml-showcase-wrap .ks-ip-compact .kp-metrics, .ks18-ml--stock .ks18-ml-showcase-wrap .ks-ip-compact .kp-metrics {
  gap: 20px 28px;
  padding: 40px 0 36px;
}
.ks18-ml--17 .ks18-ml-showcase-wrap .ks-ip-compact .kp-metric, .ks18-ml--stock .ks18-ml-showcase-wrap .ks-ip-compact .kp-metric {
  padding: 0 20px;
}
.ks18-ml--17 .ks18-ml-showcase-wrap .ks-ip-compact .kp-metric span, .ks18-ml--stock .ks18-ml-showcase-wrap .ks-ip-compact .kp-metric span {
  font-size: 14px;
  line-height: 1.45;
}
.ks18-ml--17 .ks18-ml-showcase-wrap .ks-ip-compact .kp-who, .ks18-ml--stock .ks18-ml-showcase-wrap .ks-ip-compact .kp-who,
.ks18-ml--17 .ks18-ml-showcase-wrap .ks-ip-compact .kp-camera, .ks18-ml--stock .ks18-ml-showcase-wrap .ks-ip-compact .kp-camera,
.ks18-ml--17 .ks18-ml-showcase-wrap .ks-ip-compact .kp-compare, .ks18-ml--stock .ks18-ml-showcase-wrap .ks-ip-compact .kp-compare {
  padding-top: 36px;
  padding-bottom: 40px;
}
.ks18-ml--17 .ks18-ml-showcase-wrap .ks-ip-compact .kp-pair, .ks18-ml--stock .ks18-ml-showcase-wrap .ks-ip-compact .kp-pair {
  margin-top: 28px;
  gap: 20px;
}
.ks18-ml--17 .ks18-ml-showcase-wrap .ks-ip-compact .kp-local, .ks18-ml--stock .ks18-ml-showcase-wrap .ks-ip-compact .kp-local {
  margin-top: 12px;
  padding: 32px 36px;
  gap: 28px;
}
.ks18-ml--17 .ks18-ml-showcase-wrap .ks-ip-compact .kp-local a, .ks18-ml--stock .ks18-ml-showcase-wrap .ks-ip-compact .kp-local a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  font-size: 15px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 900px) {
  .ks18-ml--17 .ks18-ml-hero, .ks18-ml--stock .ks18-ml-hero { margin-bottom: 20px; }
  .ks18-ml--17 .ks18-ml-config, .ks18-ml--stock .ks18-ml-config { margin-bottom: 48px; }
  .ks18-ml--17 .ks18-ml-showcase-wrap, .ks18-ml--stock .ks18-ml-showcase-wrap { margin: 20px 0 48px; }
}
@media (max-width: 600px) {
  .ks18-ml--17 .ks18-ml-family a, .ks18-ml--stock .ks18-ml-family a {
    min-height: 44px;
    padding: 0 14px;
  }
  .ks18-ml--17 .ks18-ml-h1, .ks18-ml--stock .ks18-ml-h1 { font-size: 32px; }
  .ks18-ml--17 .ks18-ml-lead, .ks18-ml--stock .ks18-ml-lead { font-size: 15px; }
  .ks18-ml--17 .ks18-ml-showcase-wrap .ks-ip-compact .kp-metrics, .ks18-ml--stock .ks18-ml-showcase-wrap .ks-ip-compact .kp-metrics {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 0;
  }
  .ks18-ml--17 .ks18-ml-showcase-wrap .ks-ip-compact .kp-metric, .ks18-ml--stock .ks18-ml-showcase-wrap .ks-ip-compact .kp-metric {
    border-left: 0;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--ml-line);
  }
  .ks18-ml--17 .ks18-ml-showcase-wrap .ks-ip-compact .kp-metric:last-child, .ks18-ml--stock .ks18-ml-showcase-wrap .ks-ip-compact .kp-metric:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .ks18-ml--17 .ks18-ml-showcase-wrap .ks-ip-compact .kp-metric strong, .ks18-ml--stock .ks18-ml-showcase-wrap .ks-ip-compact .kp-metric strong {
    font-size: 34px;
    margin-bottom: 6px;
  }
  .ks18-ml--17 .ks18-ml-showcase-wrap .ks-ip-compact .kp-metric span, .ks18-ml--stock .ks18-ml-showcase-wrap .ks-ip-compact .kp-metric span {
    font-size: 14px;
  }
  .ks18-ml--17 .ks18-ml-showcase-wrap .ks-ip-compact .kp-local, .ks18-ml--stock .ks18-ml-showcase-wrap .ks-ip-compact .kp-local {
    padding: 24px 20px;
  }
}

.ks18-ml-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.ks18-ml-trust-grid article {
  padding: 18px 16px;
  border-radius: 18px;
  background: var(--ml-soft);
}
.ks18-ml-trust-grid h3 { margin: 0 0 6px; font-size: 16px; color: var(--ml-text); }
.ks18-ml-trust-grid p { margin: 0; color: var(--ml-muted); font-size: 14px; line-height: 1.45; }
.ks18-ml-trust-grid a { color: #1552d5; }

.ks18-ml-all {
  margin: 36px 0;
  padding: 4px 0;
  background: transparent;
  border-top: 1px solid var(--ml-line);
}
.ks18-ml-all summary {
  cursor: pointer;
  font-weight: 600;
  min-height: 52px;
  display: flex;
  align-items: center;
  color: var(--ml-text);
}
.ks18-ml-all-grid { margin-top: 16px; }
.ks18-ml-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 28px 0 8px;
}
.ks18-ml-links a { color: #1552d5; }

.ks18-ml .filter-panel-wrapper,
.ks18-ml .bx_filter,
.ks18-ml .right_block1 > .filter-panel-wrapper { display: none !important; }

/* Defeat parent .ks-upcoming gray on light ML sections */
.ks-upcoming.ks18-ml .ks18-ml-status,
.ks-upcoming.ks18-ml .ks18-ml-lead {
  color: var(--ml-muted);
}
.ks-upcoming.ks18-ml .ks18-ml-hero .ks18-ml-h1 { color: var(--ml-text); }
.ks-upcoming.ks18-ml > .ks18-ml-config p,
.ks-upcoming.ks18-ml > .ks18-ml-vs p,
.ks-upcoming.ks18-ml > .ks18-ml-compare p,
.ks-upcoming.ks18-ml > .ks18-ml-specs p,
.ks-upcoming.ks18-ml > .ks18-ml-faq p,
.ks-upcoming.ks18-ml > .ks18-ml-acc p,
.ks-upcoming.ks18-ml > .ks18-ml-trust p {
  color: var(--ml-muted);
}
.ks-upcoming.ks18-ml > .ks18-ml-config h2,
.ks-upcoming.ks18-ml > .ks18-ml-vs h2,
.ks-upcoming.ks18-ml > .ks18-ml-compare h2,
.ks-upcoming.ks18-ml > .ks18-ml-specs h2,
.ks-upcoming.ks18-ml > .ks18-ml-faq h2,
.ks-upcoming.ks18-ml > .ks18-ml-acc h2,
.ks-upcoming.ks18-ml > .ks18-ml-guides h2,
.ks-upcoming.ks18-ml > .ks18-ml-trust h2 {
  color: var(--ml-text);
}
.ks-upcoming.ks18-ml > .ks18-ml-unibody p,
.ks-upcoming.ks18-ml > .ks18-ml-unibody h2 {
  color: inherit;
}

@media (max-width: 900px) {
  .ks18-ml-hero { text-align: center; margin-bottom: 12px; }
  .ks18-ml-switch { display: flex; width: fit-content; margin-left: auto; margin-right: auto; }
  .ks18-ml-config-grid { grid-template-columns: 1fr; }
  .ks18-ml-config-media {
    height: min(52svh, 420px);
    min-height: 280px;
    max-height: 460px;
  }
  .ks18-ml--max .ks18-ml-config-media {
    height: min(58svh, 500px);
    min-height: 320px;
    max-height: 540px;
  }
  .ks18-ml-config-media img {
    object-position: center;
  }
  .ks18-ml-unibody {
    margin: 32px -8px 48px;
    padding: 28px 16px 20px;
    border-radius: 24px;
  }
  .ks18-ml-unibody-title {
    font-size: clamp(32px, 9vw, 44px);
    margin-bottom: 20px;
  }
  .ks18-ml-design {
    display: flex;
    flex-direction: column-reverse;
    min-height: 0;
    padding: 0 0 16px;
  }
  .ks18-ml-design-stage {
    position: relative;
    min-height: min(48svh, 420px);
    height: min(48svh, 420px);
  }
  .ks18-ml-design-stage img {
    height: 100%;
  }
  .ks18-ml-design.is-closeup .ks18-ml-design-stage img {
    object-position: 80% 48%;
    transform: none;
  }
  .ks18-ml-design:not(.is-closeup) .ks18-ml-design-stage {
    justify-content: center;
    padding: 8px 16px;
  }
  .ks18-ml-design:not(.is-closeup) .ks18-ml-design-stage img {
    max-width: 88%;
    max-height: 100%;
  }
  .ks18-ml-design.is-sizes .ks18-ml-design-stage {
    padding: 8px 16px;
  }
  .ks18-ml-design.is-sizes .ks18-ml-design-stage img,
  .ks18-ml-design[data-feat="camera"] .ks18-ml-design-stage img,
  .ks18-ml-design[data-feat="island"] .ks18-ml-design-stage img,
  .ks18-ml-design[data-feat="durability"] .ks18-ml-design-stage img,
  .ks18-ml-design[data-feat="control"] .ks18-ml-design-stage img,
  .ks18-ml-design[data-feat="action"] .ks18-ml-design-stage img {
    transform: none;
  }
  .ks18-ml-design-nav {
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: start;
    max-width: none;
    padding: 14px 10px 8px;
  }
  .ks18-ml-design-item.is-on {
    max-width: 100%;
  }
  .ks18-ml-upgrade {
    grid-template-columns: 1fr;
  }
  .ks18-ml-adv-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 734px) {
  .ks18-ml-family { margin-bottom: 10px; }
  .ks18-ml-hero { margin-bottom: 12px; }
  .ks18-ml-h1 { font-size: 30px; }
  .ks18-ml-sku-actions .ks18-cta { min-width: min(100%, 220px); flex: 1 1 auto; }
  .ks18-ml-vs-grid,
  .ks18-ml--duo .ks18-ml-vs-grid,
  .ks18-ml-acc-grid,
  .ks18-ml-trust-grid { grid-template-columns: 1fr; }
}

@media (hover: hover) and (pointer: fine) {
  .ks18-ml-family a:hover { background: #eeeef0; }
  .ks18-ml-family a.is-active:hover { background: #000; color: #fff; }
  .ks18-ml-design-item:not(.is-on) > button:hover { background: #3a3a3c; }
  .ks18-ml-design-step button:hover { background: rgba(255,255,255,.2); }
  .ks18-ml-gen-chip:hover { border-color: #1d1d1f; }
  .ks18-cta:hover { filter: brightness(1.05); }
  .ks18-ml-chips button:not(.is-unavailable):hover,
  .ks18-ml-swatch:not(.is-unavailable):hover {
    border-color: #1d1d1f;
  }
  .ks18-ml-design .ks18-ml-swatch:not(.is-unavailable):hover {
    border-color: rgba(245,245,247,.5);
  }
  .ks18-ml-design .ks18-ml-swatch.is-on:hover,
  .ks18-ml-design .ks18-ml-swatch[aria-pressed="true"]:hover {
    border-color: #f5f5f7;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ks18-ml * { transition: none !important; }
  .ks18-ml-design-stage img.is-swap { opacity: 1; filter: none; }
}

.ks18-witb{margin:48px 0 24px;padding:32px 16px;background:#fff}
.ks18-witb h2{margin:0 0 24px;text-align:center;font-size:clamp(24px,3vw,32px);letter-spacing:-.02em;color:#1d1d1f}
.ks18-witb-grid{display:flex;justify-content:center;align-items:flex-end;gap:40px;flex-wrap:wrap}
.ks18-witb-item{margin:0;text-align:center;max-width:220px}
.ks18-witb-item img{display:block;margin:0 auto;height:280px;width:auto;max-width:100%;object-fit:contain}
.ks18-witb-item figcaption{margin-top:12px;font-size:14px;color:#1d1d1f}
.ks18-witb>p{max-width:36em;margin:20px auto 0;text-align:center;color:#6e6e73;font-size:14px;line-height:1.45}
