/* Surron Compare v1.1.0 — isolated, site-matched component styles */
:root {
  --srcmp-yellow: #f9df00;
  --srcmp-black: #0b0b0b;
  --srcmp-panel: #141414;
  --srcmp-ink: #111111;
  --srcmp-muted: #6e6e6a;
  --srcmp-line: #deded8;
  --srcmp-paper: #f6f6f2;
  --srcmp-white: #ffffff;
  --srcmp-sticky-top: 0px;
}

.srcmp-app,
.srcmp-teaser,
.srcmp-app *,
.srcmp-teaser * {
  box-sizing: border-box;
  min-width: 0;
  font-family: inherit !important;
}

.srcmp-app,
.srcmp-teaser {
  width: 100%;
  color: var(--srcmp-ink);
  font-family: inherit !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.srcmp-app :is(h1,h2,h3,p,span,strong,small,a,button,label,select,dt,dd),
.srcmp-teaser :is(h1,h2,h3,p,span,strong,small,a,button,label,select,dt,dd) {
  max-width: 100%;
}

.srcmp-app :is(h1,h2,h3,strong,.srcmp-button,.srcmp-preset,.srcmp-select),
.srcmp-teaser :is(h1,h2,h3,strong,.srcmp-button) {
  overflow-wrap: anywhere;
}

.srcmp-shell {
  width: 100%;
  overflow: clip;
  background:
    radial-gradient(circle at 8% 1%, rgba(249,223,0,.075), transparent 24%),
    repeating-radial-gradient(ellipse at 50% 106%, transparent 0 75px, rgba(10,10,10,.023) 76px 78px, transparent 79px 150px),
    linear-gradient(180deg, #fff 0%, #f6f6f2 100%);
}

/* Surron-style technical hero */
.srcmp-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(249,223,0,.095), transparent 34%),
    repeating-radial-gradient(ellipse at 50% 112%, transparent 0 66px, rgba(255,255,255,.042) 67px 69px, transparent 70px 132px),
    linear-gradient(180deg, #151515 0%, #090909 100%);
  border-top: 1px solid rgba(249,223,0,.45);
  border-bottom: 3px solid var(--srcmp-yellow);
}

.srcmp-hero::before,
.srcmp-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}

.srcmp-hero::before {
  top: 0;
  width: min(780px, 72vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--srcmp-yellow), transparent);
}

.srcmp-hero::after {
  bottom: -1px;
  width: 136px;
  height: 10px;
  background: var(--srcmp-yellow);
  clip-path: polygon(7% 0,93% 0,100% 100%,65% 100%,58% 43%,42% 43%,35% 100%,0 100%);
}

.srcmp-hero-inner,
.srcmp-main,
.srcmp-teaser-shell {
  width: min(1440px, calc(100% - 44px));
  margin-inline: auto;
}

.srcmp-hero-inner {
  padding: clamp(56px, 7vw, 94px) 0 clamp(52px, 6vw, 78px);
  text-align: center;
}

.srcmp-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 17px;
  padding: 0 14px;
  color: #111;
  background: var(--srcmp-yellow);
  border: 1px solid var(--srcmp-yellow);
  font-size: 10px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  letter-spacing: .13em;
  text-transform: uppercase;
  transform: skewX(-8deg);
}

.srcmp-hero h1 {
  max-width: 1000px;
  margin: 0 auto;
  color: #fff !important;
  font-size: clamp(40px, 5.7vw, 78px);
  font-weight: 900;
  font-style: italic;
  line-height: .94;
  letter-spacing: -.055em;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}

.srcmp-hero h1 + p {
  max-width: 710px;
  margin: 22px auto 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(14px, 1.35vw, 18px);
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
  text-wrap: balance;
}

.srcmp-main {
  padding: 28px 0 68px;
}

/* Simple navigation controls */
.srcmp-presets,
.srcmp-controls {
  background: rgba(255,255,255,.94);
  border: 1px solid var(--srcmp-line);
  box-shadow: 0 10px 28px rgba(0,0,0,.045);
}

.srcmp-presets {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  padding: 12px 14px;
  overflow: hidden;
}

.srcmp-presets-label {
  flex: 0 0 auto;
  color: #4f4f4c;
  font-size: 10px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.srcmp-preset-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.srcmp-preset-list::-webkit-scrollbar { display: none; }

.srcmp-preset {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 7px 14px;
  color: #111;
  background: #fff;
  border: 1px solid #d4d4cf;
  border-radius: 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.srcmp-preset span {
  color: #787874;
  font-size: 9px;
  font-weight: 700;
}

.srcmp-preset:hover,
.srcmp-preset:focus-visible {
  background: #fffcec;
  border-color: var(--srcmp-yellow);
  outline: none;
  transform: translateY(-1px);
}

.srcmp-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding: 10px;
}

.srcmp-view-toggle {
  display: inline-flex;
  padding: 3px;
  background: #ededE9;
}

.srcmp-view-toggle button {
  min-height: 38px;
  padding: 0 15px;
  color: #555;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.srcmp-view-toggle button.is-active {
  color: #fff;
  background: var(--srcmp-black);
}

.srcmp-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #292929;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.srcmp-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.srcmp-switch-track {
  position: relative;
  flex: 0 0 auto;
  width: 42px;
  height: 24px;
  background: #c9c9c4;
  border-radius: 999px;
  transition: background .18s ease;
}

.srcmp-switch-track::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,.18);
  transition: transform .18s ease;
}

.srcmp-switch input:checked + .srcmp-switch-track { background: var(--srcmp-yellow); }
.srcmp-switch input:checked + .srcmp-switch-track::after { transform: translateX(18px); }

.srcmp-copy-link {
  min-height: 40px;
  padding: 0 13px;
  color: #111;
  background: #fff;
  border: 1px solid #cfcfca;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.srcmp-copy-link:hover,
.srcmp-copy-link:focus-visible {
  border-color: #111;
  outline: none;
}

/* Comparison grid */
.srcmp-table-scroll {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  background: rgba(255,255,255,.88);
  border: 1px solid #d9d9d4;
  scrollbar-color: #777 #ecece8;
}

.srcmp-table-inner { min-width: 980px; }

.srcmp-product-grid,
.srcmp-sticky-summary,
.srcmp-spec-row {
  display: grid;
  grid-template-columns: minmax(175px,.68fr) repeat(3,minmax(250px,1fr));
}

.srcmp-product-grid {
  align-items: stretch;
  border-bottom: 1px solid var(--srcmp-line);
}

.srcmp-product-spacer {
  background:
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(10,10,10,.027) 18px 19px),
    #f4f4f0;
  border-right: 1px solid var(--srcmp-line);
}

.srcmp-product-card {
  display: flex;
  min-width: 0;
  padding: 18px 19px 24px;
  overflow: hidden;
  flex-direction: column;
  background: rgba(255,255,255,.93);
  border-right: 1px solid var(--srcmp-line);
  text-align: center;
}

.srcmp-product-card:last-child { border-right: 0; }

.srcmp-select-label {
  display: block;
  margin-bottom: 12px;
  text-align: center;
}

.srcmp-select-label > span {
  display: block;
  margin-bottom: 6px;
  color: #777;
  font-size: 9px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: .11em;
  text-align: center;
  text-transform: uppercase;
}

.srcmp-select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 38px 0 12px;
  overflow: hidden;
  color: #111;
  background-color: #fff;
  border: 1px solid #cecec9;
  border-radius: 0;
  font-size: clamp(10px,1vw,12px);
  font-weight: 900;
  line-height: 1;
  text-align-last: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.srcmp-select:focus {
  border-color: #111;
  outline: 2px solid rgba(249,223,0,.55);
  outline-offset: 1px;
}

.srcmp-product-visual {
  position: relative;
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
}

.srcmp-badge {
  position: absolute;
  z-index: 3;
  top: 9px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 18px);
  min-height: 26px;
  padding: 0 9px;
  overflow: hidden;
  font-size: 8px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  letter-spacing: .08em;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(-50%) skewX(-7deg);
}

.srcmp-badge--current { color: #090909; background: var(--srcmp-yellow); }
.srcmp-badge--legacy { color: #fff; background: #5d5d5d; }

.srcmp-image-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(225px,20vw,286px);
  padding: 34px 8px 14px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 80%, rgba(249,223,0,.13), transparent 48%),
    linear-gradient(180deg,#fff 0%,#f7f7f3 100%);
  border-bottom: 3px solid var(--srcmp-yellow);
}

.srcmp-image-stage img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 16px 14px rgba(0,0,0,.19));
}

.srcmp-image-stage--fallback {
  flex-direction: column;
  gap: 5px;
  color: #747474;
}

.srcmp-image-stage--fallback svg {
  width: 78%;
  max-height: 145px;
  fill: none;
  stroke: #8f8f8a;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.srcmp-image-stage--fallback span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.srcmp-product-copy {
  display: flex;
  min-height: 245px;
  padding-top: 17px;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}

.srcmp-family {
  min-height: 14px;
  margin: 0 0 6px;
  color: #777;
  font-size: 9px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: .1em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.srcmp-product-copy h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin: 0;
  padding: 0 3px;
  color: #111 !important;
  font-size: clamp(16px,1.45vw,22px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.04;
  letter-spacing: -.035em;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}

.srcmp-use {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 8px auto 0;
  padding: 0 3px;
  color: #686865;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
  text-align: center;
  text-wrap: balance;
}

.srcmp-price {
  display: flex;
  min-height: 58px;
  margin-top: 12px;
  padding: 12px 4px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #deded9;
  text-align: center;
}

.srcmp-price strong {
  display: block;
  max-width: 100%;
  color: #111;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-wrap: balance;
}

.srcmp-price span {
  margin-top: 3px;
  color: #858581;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.srcmp-card-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 54px;
  margin-top: auto;
  padding-top: 14px;
  flex-wrap: wrap;
  text-align: center;
}

.srcmp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 47px;
  padding: 0 18px;
  overflow: hidden;
  border: 1px solid transparent;
  font-size: 10px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.05;
  letter-spacing: .045em;
  text-align: center;
  text-decoration: none !important;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}

.srcmp-button:hover,
.srcmp-button:focus-visible { outline: none; transform: translateY(-2px); }

.srcmp-button--dark { color: #fff !important; background: #111; border-color: #111; }
.srcmp-button--dark:hover,
.srcmp-button--dark:focus-visible { color: #111 !important; background: var(--srcmp-yellow); border-color: var(--srcmp-yellow); }

.srcmp-button--yellow { color: #0b0b0b !important; background: var(--srcmp-yellow); border-color: var(--srcmp-yellow); }
.srcmp-button--yellow:hover,
.srcmp-button--yellow:focus-visible { color: #0b0b0b !important; background: #fff; border-color: #fff; }

.srcmp-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  color: #111 !important;
  font-size: 10px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

.srcmp-text-link:hover,
.srcmp-text-link:focus-visible {
  text-decoration: underline !important;
  text-decoration-color: var(--srcmp-yellow) !important;
  text-decoration-thickness: 3px !important;
  text-underline-offset: 4px;
  outline: none;
}

/* Sticky selected-model bar */
.srcmp-sticky-summary {
  position: sticky;
  z-index: 40;
  top: var(--srcmp-sticky-top);
  height: 0;
  overflow: hidden;
  color: #fff;
  background: rgba(11,11,11,.97);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: height .18s ease,opacity .18s ease,transform .18s ease;
  backdrop-filter: blur(10px);
}

.srcmp-sticky-summary.is-visible {
  height: 60px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.srcmp-sticky-label,
.srcmp-sticky-model {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 12px;
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.13);
  text-align: center;
}

.srcmp-sticky-label {
  color: var(--srcmp-yellow);
  font-size: 9px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.srcmp-sticky-model {
  gap: 8px;
  flex-direction: column;
}

.srcmp-sticky-model strong,
.srcmp-sticky-model span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  line-height: 1.05;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.srcmp-sticky-model strong { font-size: 10px; font-weight: 900; font-style: italic; text-transform: uppercase; }
.srcmp-sticky-model span { color: var(--srcmp-yellow); font-size: 9px; font-weight: 900; }

/* Specification rows */
.srcmp-category-heading {
  padding: 31px 20px 12px;
  background:
    linear-gradient(90deg, rgba(249,223,0,.13), transparent 22%),
    #ededE9;
  border-top: 1px solid #d7d7d2;
  border-bottom: 1px solid #d7d7d2;
}

.srcmp-category-heading h3 {
  margin: 0;
  color: #111 !important;
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.srcmp-spec-row {
  min-height: 78px;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid #e1e1dc;
}

.srcmp-spec-row:nth-child(even) { background: rgba(248,248,245,.96); }

.srcmp-spec-label,
.srcmp-spec-value {
  display: flex;
  min-width: 0;
  padding: 16px 14px;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e1e1dc;
  text-align: center;
}

.srcmp-spec-label { background: rgba(244,244,240,.94); }

.srcmp-spec-label strong {
  max-width: 100%;
  color: #2a2a2a;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-wrap: balance;
}

.srcmp-spec-label small {
  max-width: 100%;
  margin-top: 5px;
  color: #858581;
  font-size: 8px;
  line-height: 1.3;
  text-align: center;
  overflow-wrap: anywhere;
}

.srcmp-spec-value {
  color: #111;
  font-size: clamp(11px,1.1vw,14px);
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-align: center;
  word-break: normal;
}

.srcmp-spec-value:last-child { border-right: 0; }
.srcmp-spec-value.is-missing { color: #a0a09c; font-weight: 600; }

.srcmp-footnote {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  padding: 20px 22px;
  color: rgba(255,255,255,.72);
  background:
    linear-gradient(100deg,rgba(249,223,0,.065),transparent 38%),
    #0b0b0b;
  border-bottom: 3px solid var(--srcmp-yellow);
}

.srcmp-footnote p {
  max-width: 980px;
  margin: 0;
  font-size: 10px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.srcmp-footnote strong { color: #fff; }
.srcmp-mobile-hint { display: none; }

/* Homepage teaser */
.srcmp-teaser-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(38px,5vw,68px) clamp(20px,4vw,54px);
  color: #fff;
  background:
    radial-gradient(circle at 74% 38%,rgba(249,223,0,.13),transparent 28%),
    repeating-radial-gradient(ellipse at 50% 110%,transparent 0 66px,rgba(255,255,255,.04) 67px 69px,transparent 70px 132px),
    linear-gradient(180deg,#151515 0%,#090909 100%);
  border-top: 3px solid var(--srcmp-yellow);
  border-bottom: 3px solid var(--srcmp-yellow);
}

.srcmp-teaser-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 25px;
}

.srcmp-teaser-heading h2 {
  max-width: 820px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(32px,4.1vw,60px);
  font-weight: 900;
  font-style: italic;
  line-height: .95;
  letter-spacing: -.045em;
  text-transform: uppercase;
  text-wrap: balance;
}

.srcmp-teaser-heading p:not(.srcmp-eyebrow) {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.67);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  text-wrap: balance;
}

.srcmp-teaser-cards {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 11px;
}

.srcmp-teaser-card {
  display: grid;
  grid-template-columns: 43% minmax(0,1fr);
  align-items: center;
  min-width: 0;
  overflow: hidden;
  color: #fff !important;
  background: linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.14);
  text-decoration: none !important;
  transition: border-color .18s ease,transform .18s ease,background .18s ease;
}

.srcmp-teaser-card:hover,
.srcmp-teaser-card:focus-visible {
  background: linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.035));
  border-color: rgba(249,223,0,.76);
  outline: none;
  transform: translateY(-3px);
}

.srcmp-teaser-card .srcmp-image-stage {
  height: 210px;
  padding: 16px 5px 8px;
  background: #fff;
  border: 0;
  border-right: 3px solid var(--srcmp-yellow);
}

.srcmp-teaser-card > div:last-child {
  min-width: 0;
  padding: 17px;
  overflow: hidden;
  text-align: center;
}

.srcmp-teaser-card > div:last-child > span {
  display: block;
  color: var(--srcmp-yellow);
  font-size: 8px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.srcmp-teaser-card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 6px 0 14px;
  color: #fff !important;
  font-size: clamp(14px,1.25vw,18px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}

.srcmp-teaser-card dl {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 6px;
  margin: 0;
}

.srcmp-teaser-card dl div {
  min-width: 0;
  padding-top: 8px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.15);
  text-align: center;
}

.srcmp-teaser-card dt {
  color: rgba(255,255,255,.52);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
}

.srcmp-teaser-card dd {
  margin: 4px 0 0;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.2;
  overflow-wrap: anywhere;
  text-align: center;
}

@media (max-width: 1060px) {
  .srcmp-teaser-cards {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .srcmp-teaser-card {
    flex: 0 0 min(84vw,460px);
    scroll-snap-align: start;
  }
}

@media (max-width: 900px) {
  .srcmp-hero-inner,
  .srcmp-main,
  .srcmp-teaser-shell {
    width: min(100% - 26px,1440px);
  }

  .srcmp-controls { align-items: stretch; flex-wrap: wrap; }
  .srcmp-copy-link { margin-left: auto; }

  .srcmp-teaser-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .srcmp-hero-inner { padding: 49px 0 45px; }
  .srcmp-hero h1 { font-size: clamp(37px,11vw,49px); }
  .srcmp-hero h1 + p { font-size: 14px; }
  .srcmp-main { padding-top: 16px; }

  .srcmp-presets {
    align-items: flex-start;
    padding: 11px;
    flex-direction: column;
    gap: 8px;
  }

  .srcmp-controls {
    gap: 10px;
    padding: 9px;
  }

  .srcmp-view-toggle { width: 100%; }
  .srcmp-view-toggle button { flex: 1; padding-inline: 6px; font-size: 9px; }

  .srcmp-switch { font-size: 9px; }
  .srcmp-copy-link { min-height: 36px; padding-inline: 9px; font-size: 9px; }

  .srcmp-mobile-hint {
    display: block;
    margin: 0 0 8px;
    color: #646460;
    font-size: 9px;
    font-weight: 900;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
  }

  .srcmp-table-inner { min-width: 890px; }

  .srcmp-product-grid,
  .srcmp-sticky-summary,
  .srcmp-spec-row {
    grid-template-columns: 140px repeat(3,250px);
  }

  .srcmp-product-card { padding: 13px 13px 18px; }
  .srcmp-image-stage { height: 210px; }
  .srcmp-product-copy { min-height: 235px; }
  .srcmp-product-copy h2 { min-height: 52px; font-size: 17px; }
  .srcmp-use { min-height: 42px; font-size: 10px; }

  .srcmp-spec-label,
  .srcmp-spec-value { padding: 13px 10px; }

  .srcmp-category-heading { padding: 25px 14px 10px; }
  .srcmp-category-heading h3 { font-size: 18px; }

  .srcmp-footnote {
    align-items: stretch;
    flex-direction: column;
  }

  .srcmp-footnote .srcmp-button { width: 100%; }

  .srcmp-teaser-shell {
    width: 100%;
    padding: 35px 14px;
  }

  .srcmp-teaser-heading h2 { font-size: 36px; }
  .srcmp-teaser-heading .srcmp-button { width: 100%; }

  .srcmp-teaser-card {
    grid-template-columns: 44% minmax(0,1fr);
  }

  .srcmp-teaser-card .srcmp-image-stage { height: 180px; }
  .srcmp-teaser-card > div:last-child { padding: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .srcmp-app *,
  .srcmp-teaser * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* ==========================================================
   Surron Compare v1.2.0 — readability and homepage mini-compare
   ========================================================== */

/* Full-width homepage treatment, even when placed inside a narrow WYSIWYG row. */
.srcmp-teaser {
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  overflow: clip;
}

.srcmp-teaser-shell {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(54px, 6vw, 92px)
           max(24px, calc((100vw - 1460px) / 2 + 28px)) !important;
}

.srcmp-teaser-inner {
  width: min(1460px, 100%);
  margin: 0 auto;
}

.srcmp-teaser-heading {
  align-items: center;
  margin-bottom: 36px;
}

.srcmp-teaser-heading > div:first-child {
  max-width: 850px;
}

.srcmp-teaser-heading h2 {
  font-size: clamp(48px, 5.8vw, 84px);
  line-height: .9;
}

.srcmp-teaser-heading p:not(.srcmp-eyebrow) {
  max-width: 760px;
  margin-top: 19px;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
}

.srcmp-teaser-heading-action {
  display: flex;
  min-width: min(100%, 330px);
  align-items: stretch;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.srcmp-teaser-heading-action > span {
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.srcmp-teaser-heading-action .srcmp-button {
  width: 100%;
  min-height: 58px;
  padding: 0 24px;
  font-size: 13px;
  white-space: normal;
}

/* Interactive homepage mini comparison. */
.srcmp-mini-compare {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.srcmp-mini-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 20px 45px rgba(0,0,0,.18);
}

.srcmp-mini-select-label {
  display: block;
  padding: 16px 16px 14px;
  background: rgba(0,0,0,.24);
  border-bottom: 1px solid rgba(255,255,255,.14);
  text-align: center;
}

.srcmp-mini-select-label > span {
  display: block;
  margin-bottom: 8px;
  color: var(--srcmp-yellow);
  font-size: 11px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.srcmp-mini-select {
  display: block;
  width: 100%;
  height: 54px;
  padding: 0 42px 0 14px;
  overflow: hidden;
  color: #111;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: clamp(12px, .95vw, 15px);
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  text-align-last: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.srcmp-mini-select:focus {
  border-color: var(--srcmp-yellow);
  outline: 3px solid rgba(249,223,0,.35);
  outline-offset: 1px;
}

.srcmp-mini-bike {
  background:
    radial-gradient(ellipse at 50% 79%, rgba(249,223,0,.14), transparent 51%),
    #fff;
  border-bottom: 3px solid var(--srcmp-yellow);
}

.srcmp-mini-card .srcmp-image-stage {
  height: clamp(245px, 20vw, 330px);
  padding: 20px 12px 10px;
  background: transparent;
  border: 0;
}

.srcmp-mini-card .srcmp-image-stage img {
  filter: drop-shadow(0 18px 16px rgba(0,0,0,.22));
}

.srcmp-mini-copy {
  display: flex;
  padding: 25px 22px 24px;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}

.srcmp-mini-family {
  margin: 0 0 8px;
  color: var(--srcmp-yellow);
  font-size: 11px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.srcmp-mini-copy h3 {
  display: flex;
  min-height: 58px;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: clamp(23px, 2vw, 34px);
  font-weight: 900;
  font-style: italic;
  line-height: .98;
  letter-spacing: -.04em;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}

.srcmp-mini-price {
  min-height: 32px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.srcmp-mini-price span {
  color: rgba(255,255,255,.54);
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.srcmp-mini-price--legacy {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.srcmp-mini-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.srcmp-mini-metric {
  display: flex;
  min-height: 78px;
  padding: 12px 8px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.12);
  text-align: center;
}

.srcmp-mini-metric:last-child {
  grid-column: 1 / -1;
}

.srcmp-mini-metric dt {
  color: rgba(255,255,255,.58);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
}

.srcmp-mini-metric dd {
  max-width: 100%;
  margin: 7px 0 0;
  color: #fff;
  font-size: clamp(16px, 1.35vw, 21px);
  font-weight: 900;
  line-height: 1.05;
  overflow-wrap: anywhere;
  text-align: center;
}

.srcmp-mini-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 24px;
  padding: 22px 24px;
  color: #111;
  background: var(--srcmp-yellow);
}

.srcmp-mini-footer > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.srcmp-mini-footer strong {
  font-size: 19px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.1;
  text-transform: uppercase;
}

.srcmp-mini-footer span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.srcmp-mini-deep-link {
  display: inline-flex;
  min-height: 52px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff !important;
  background: #0b0b0b;
  border: 2px solid #0b0b0b;
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

.srcmp-mini-deep-link:hover,
.srcmp-mini-deep-link:focus-visible {
  color: #111 !important;
  background: #fff;
  outline: none;
}

/* Compare page: raise every functional label to readable display size. */
.srcmp-presets-label {
  font-size: 13px;
}

.srcmp-preset {
  min-height: 48px;
  padding: 9px 17px;
  font-size: 13px;
}

.srcmp-preset span {
  font-size: 11px;
}

.srcmp-view-toggle button {
  min-height: 46px;
  padding: 0 20px;
  font-size: 13px;
}

.srcmp-switch {
  font-size: 13px;
}

.srcmp-copy-link {
  min-height: 46px;
  padding: 0 17px;
  font-size: 12px;
}

.srcmp-select-label > span {
  margin-bottom: 8px;
  font-size: 11px;
}

.srcmp-select {
  height: 56px;
  font-size: clamp(13px, 1.02vw, 16px);
}

.srcmp-badge {
  min-height: 30px;
  padding: 0 12px;
  font-size: 10px;
}

.srcmp-product-copy h2 {
  min-height: 68px;
  font-size: clamp(21px, 1.75vw, 29px);
}

.srcmp-use {
  min-height: 48px;
  font-size: 13px;
  line-height: 1.4;
}

.srcmp-price strong {
  font-size: 19px;
}

.srcmp-card-actions .srcmp-button {
  min-height: 52px;
  padding-inline: 21px;
  font-size: 12px;
}

.srcmp-text-link {
  font-size: 12px;
}

.srcmp-category-heading {
  padding: 34px 22px 15px;
}

.srcmp-category-heading h3 {
  font-size: clamp(24px, 2vw, 30px);
}

.srcmp-spec-row {
  min-height: 94px;
}

.srcmp-spec-label,
.srcmp-spec-value {
  padding: 19px 17px;
}

.srcmp-spec-label strong {
  color: #111;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.22;
  text-transform: uppercase;
}

.srcmp-spec-label small {
  margin-top: 7px;
  color: #777773;
  font-size: clamp(10px, .85vw, 12px);
  font-weight: 650;
  line-height: 1.38;
}

.srcmp-spec-value {
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.35;
}

.srcmp-sticky-label {
  font-size: 11px;
}

.srcmp-sticky-model strong {
  font-size: 12px;
}

.srcmp-sticky-model span {
  font-size: 11px;
}

.srcmp-footnote {
  gap: 30px;
  padding: 28px 30px;
}

.srcmp-footnote p {
  max-width: 1050px;
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.65;
}

.srcmp-footnote .srcmp-button {
  min-width: 185px;
  min-height: 54px;
  font-size: 12px;
}

/* Keep the full-page headline comfortably clear of fixed theme headers. */
.srcmp-app .srcmp-hero-inner {
  padding-top: clamp(78px, 8vw, 118px);
  padding-bottom: clamp(64px, 7vw, 94px);
}

@media (max-width: 1060px) {
  .srcmp-mini-compare {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .srcmp-mini-card {
    flex: 0 0 min(82vw, 470px);
    scroll-snap-align: center;
  }

  .srcmp-teaser-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .srcmp-teaser-heading-action {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .srcmp-teaser-shell {
    padding: 48px 14px !important;
  }

  .srcmp-teaser-heading {
    margin-bottom: 24px;
  }

  .srcmp-teaser-heading h2 {
    font-size: clamp(44px, 13vw, 60px);
  }

  .srcmp-teaser-heading p:not(.srcmp-eyebrow) {
    font-size: 16px;
  }

  .srcmp-mini-card {
    flex-basis: min(88vw, 410px);
  }

  .srcmp-mini-select-label {
    padding: 13px;
  }

  .srcmp-mini-select {
    height: 52px;
    font-size: 13px;
  }

  .srcmp-mini-card .srcmp-image-stage {
    height: 245px;
  }

  .srcmp-mini-copy {
    padding: 22px 16px;
  }

  .srcmp-mini-copy h3 {
    font-size: 27px;
  }

  .srcmp-mini-metric {
    min-height: 72px;
  }

  .srcmp-mini-metric dd {
    font-size: 17px;
  }

  .srcmp-mini-footer {
    align-items: stretch;
    padding: 20px;
    flex-direction: column;
    text-align: center;
  }

  .srcmp-mini-deep-link {
    width: 100%;
  }

  .srcmp-app .srcmp-hero-inner {
    padding-top: 72px;
    padding-bottom: 58px;
  }

  .srcmp-presets-label {
    font-size: 12px;
  }

  .srcmp-preset {
    min-height: 46px;
    font-size: 12px;
  }

  .srcmp-preset span {
    font-size: 10px;
  }

  .srcmp-view-toggle button {
    min-height: 44px;
    font-size: 11px;
  }

  .srcmp-switch {
    font-size: 11px;
  }

  .srcmp-copy-link {
    font-size: 10px;
  }

  .srcmp-product-grid,
  .srcmp-sticky-summary,
  .srcmp-spec-row {
    grid-template-columns: 165px repeat(3, 255px);
  }

  .srcmp-spec-label strong {
    font-size: 13px;
  }

  .srcmp-spec-label small {
    font-size: 10px;
  }

  .srcmp-spec-value {
    font-size: 15px;
  }

  .srcmp-footnote p {
    font-size: 14px;
  }
}

/* ==========================================================
   Surron Compare v1.2.2 — exact homepage section join
   Covers the final theme-generated spacer so the following
   section begins directly beneath the comparison section.
   ========================================================== */

.home .srcmp-teaser {
  position: relative !important;
  z-index: 2 !important;
  margin-bottom: -72px !important;
}

/* Extend the black comparison background across any final
   theme/WYSIWYG spacer while preserving the yellow divider. */
.home .srcmp-teaser::after {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  right: 0 !important;
  bottom: -12px !important;
  left: 0 !important;
  height: 12px !important;
  background: #0b0b0b !important;
  pointer-events: none !important;
}

.home .srcmp-teaser + :is(p, br),
.home :is(p, br):empty:has(+ .srm26-showcase) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 760px) {
  .home .srcmp-teaser {
    margin-bottom: -50px !important;
  }

  .home .srcmp-teaser::after {
    bottom: -10px !important;
    height: 10px !important;
  }
}

/* ==========================================================
   Surron Compare v1.2.3 — exact TOP join on homepage
   Removes the WYSIWYG/component top spacer before the homepage
   comparison. The comparison page and all other sections remain
   unchanged.
   ========================================================== */

.home .srcmp-teaser {
  margin-top: -64px !important;
}

/* Cover any sub-pixel seam left by the theme wrapper. */
.home .srcmp-teaser-shell {
  position: relative !important;
}

.home .srcmp-teaser-shell::before {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  top: -2px !important;
  right: 0 !important;
  left: 0 !important;
  height: 3px !important;
  background: #0b0b0b !important;
  pointer-events: none !important;
}

.home .srcmp-teaser-inner {
  position: relative !important;
  z-index: 1 !important;
}

@media (max-width: 760px) {
  .home .srcmp-teaser {
    margin-top: -42px !important;
  }
}

