/* ==========================================================================
   Readability pass — bigger, whiter, bolder text; orange only for accents
   (icons, small labels, prices, buttons). Loaded after every other sheet.
   ========================================================================== */

:root { --read: rgba(255, 255, 255, 0.94); --read-dim: rgba(255, 255, 255, 0.8); --accent-text: #ff7a45; }

/* Headings */
.st-h2 { font-size: clamp(28px, 2.9vw, 42px); line-height: 1.02; }

/* Leads: larger, tighter tracking, full white */
.st-lead {
  font-size: clamp(17px, 1.25vw, 19px);
  line-height: 1.65;
  letter-spacing: 0.1px;
  color: var(--read);
}

/* Feature titles: white + bold (orange was hard to read on photos) */
.st-feature h3,
.st-row__text h3,
.perf__block h3,
.st-features--2 .st-feature h3 {
  margin: 14px 0 10px;
  font-family: var(--font-body);
  font-size: clamp(19px, 1.45vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

/* Body copy on dark sections */
.st-feature p,
.st-features--2 .st-feature p,
.perf__block p,
.st-row__text p,
.video-block__content > p,
.kit-info > p,
.kit-info dd,
.faq__intro > p:not(.st-eyebrow),
.st-step__text p,
.sf-news p,
.sf-brand > p {
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  color: var(--read);
}

.st-features--2 .st-feature p { font-size: 16px; }

/* Icons stay orange and get a touch bigger */
.st-feature .ico,
.perf__block .ico { width: 36px; height: 36px; }

/* Small labels: brighter orange, bigger, still accents */
.st-eyebrow,
.st-cta-card__kicker,
.promo__kicker,
.tp-chapter { color: var(--accent-text); font-size: 14px; letter-spacing: 2.4px; }

.faq__list .faq-cat { color: rgba(255, 255, 255, 0.6); font-size: 14px; }
.faq__list summary { font-size: clamp(18px, 1.5vw, 21px); color: #fff; }
.faq__list details > p { font-size: 17px; font-weight: 400; color: var(--read); }

.kit-info dt { color: rgba(255, 255, 255, 0.6); }
.st-check { color: var(--read); }

/* Stats next to round icons */
.st-stat,
.st-badge { font-size: 17px; font-weight: 700; color: #fff; }

/* Text sitting directly on photos gets a soft shadow */
.st-intro .st-lead,
.st-intro .st-feature p,
.st-intro .st-feature h3,
.st-band .st-lead,
.st-band .st-h2,
.masonry-head .st-lead { text-shadow: 0 1px 14px rgba(0, 0, 0, 0.55); }

/* Specs + footer */
.spec-list dt,
.spec-list dd { font-size: 16px; }
.sf-col a { color: rgba(255, 255, 255, 0.78); font-size: 16px; }
.sf-trust__list span { color: rgba(255, 255, 255, 0.72); }

/* Blog / policy prose */
.tp-prose { color: var(--read); }

/* ==========================================================================
   Buttons — Gymshark style: solid white, black text, square corners,
   no glow / gradient / arrow. Secondary = 1px white outline.
   On light pages (configurator) the primary flips to black.
   ========================================================================== */
.btn-main,
.st-btn,
.btn,
.shop-btn,
.vs__btn,
.st-split__btn,
.site-header__cta,
.cfg-pill--solid,
#cfgAdd,
#placeOrder,
#cfgAddBuild,
#cfgSumCheckout {
  --b-h: 52px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: var(--b-h);
  padding: 0 28px;
  overflow: visible;
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #0d1012;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: none;
  text-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  filter: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn-main:hover,
.st-btn:hover,
.btn:hover,
.shop-btn:hover,
.vs__btn:hover,
.st-split__btn:hover,
.site-header__cta:hover {
  background: #e8e8e8;
  border-color: #e8e8e8;
  color: #0d1012;
  box-shadow: none;
  filter: none;
  transform: none;
}

.btn-main:active,
.st-btn:active,
.btn:active,
.shop-btn:active { transform: none; background: #d9d9d9; }

.btn-main:focus-visible,
.st-btn:focus-visible,
.btn:focus-visible,
.shop-btn:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

/* No decorative arrows / fill layers */
.btn-main::after,
.st-btn::after,
.btn::after,
.shop-btn::after,
.st-split__btn::after,
.btn--light::after { content: none; display: none; }

.btn-main { --b-h: 56px; min-width: min(320px, 100%); padding: 0 40px; font-size: 16px; }

/* Compact variants */
.st-btn--sm { --b-h: 42px; padding: 0 18px; font-size: 14px; }
.site-header__cta { --b-h: 40px; padding: 0 18px; font-size: 14px; }
.buy-bar .shop-btn { --b-h: 44px; padding: 0 18px; font-size: 14px; }
.shop-btn svg,
.st-btn svg { width: 18px; height: 18px; stroke: currentColor; }

/* Secondary: thin white outline */
.st-btn--ghost,
.st-btn--ghost-light,
.ytbg__sound,
.cookie__btn:not(.cookie__btn--solid) {
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.st-btn--ghost:hover,
.st-btn--ghost-light:hover,
.ytbg__sound:hover,
.cookie__btn:not(.cookie__btn--solid):hover { background: transparent; border-color: #cfcfcf; color: #fff; }

.ytbg__sound { min-height: 52px; font-size: 15px; }

/* Cookie, newsletter, promo */
.cookie__btn { border-radius: 0; font-family: var(--font-body); font-size: 14px; font-weight: 600; letter-spacing: 0.01em; text-transform: none; }
.cookie__btn--solid { border-color: #fff; background: #fff; color: #0d1012; }
.cookie__btn--solid:hover { background: #e8e8e8; border-color: #e8e8e8; }
.sf-news__form,
.promo__form { border-radius: 0; }
.sf-news__form button { background: #fff; color: #0d1012; }
.sf-news__form button:hover { background: #e8e8e8; }

/* Light pages (configurator): primary flips to black */
.page-configurator .cfg-pill--solid,
.page-configurator #cfgAdd,
.page-configurator #placeOrder,
.page-configurator #cfgAddBuild,
.page-configurator #cfgSumCheckout,
.cfg-confirm .cfg-pill--solid {
  --b-h: 44px;
  border-color: #0d1012;
  background: #0d1012;
  color: #fff;
  font-size: 14px;
}

.page-configurator .cfg-pill--solid:hover,
.page-configurator #cfgAdd:hover,
.page-configurator #placeOrder:hover,
.page-configurator #cfgAddBuild:hover,
.page-configurator #cfgSumCheckout:hover { border-color: #3a3d40; background: #3a3d40; color: #fff; }

.page-configurator .cfg-pill--block { --b-h: 52px; width: 100%; }
.page-configurator .site-header__cta { background: #fff; }

/* Video "watch" button: white instead of orange */
.ytbg__watch-ring { background: #fff; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45); }
.ytbg__watch-ring::after { border-color: rgba(255, 255, 255, 0.55); }
.ytbg__watch-ring svg { fill: #0d1012; }
.ytbg__watch:hover .ytbg__watch-ring { box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55); }

/* Cart badge + toggles stay the brand orange (small accents only) */

/* ==========================================================================
   YouTube background video band
   ========================================================================== */
.ytbg {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: clamp(520px, 56.25vw, 900px);
  overflow: hidden;
  background: #0d0b0a;
  color: #fff;
}

.ytbg__media { position: absolute; inset: 0; container-type: size; }
.ytbg__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity 0.8s ease; }

.ytbg__media iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100cqw, 177.78cqh);
  height: max(100cqh, 56.25cqw);
  border: 0;
  transform: translate(-50%, -50%) scale(1.18);
  pointer-events: none;
}

.ytbg__media img { z-index: 1; }
.ytbg__media .ytbg__poster { z-index: 2; }
.ytbg.is-ready .ytbg__media img { opacity: 0; }

.ytbg__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 8, 7, 0.78) 0%, rgba(10, 8, 7, 0.35) 45%, transparent 75%),
    linear-gradient(0deg, rgba(10, 8, 7, 0.7) 0%, transparent 45%);
  pointer-events: none;
}

.ytbg__content { position: relative; z-index: 2; padding: clamp(60px, 8vw, 120px) 0; }

.ytbg__title {
  max-width: 720px;
  margin: 0 0 16px;
  font-family: var(--font-head);
  font-size: clamp(30px, 3.6vw, 56px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
}

.ytbg__text { max-width: 540px; margin: 0 0 28px; font-size: clamp(17px, 1.3vw, 20px); line-height: 1.6; color: var(--read); text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6); }
.ytbg__btns { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }

.ytbg__sound {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 22px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #fff;
  font: 700 14px/1 var(--font-body);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.ytbg__sound:hover { background: #fff; color: #151210; }
.ytbg__sound svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; }
.ytbg__sound .mute { display: inline; }
.ytbg__sound .wave { display: none; }
.ytbg__sound[aria-pressed="true"] .mute { display: none; }
.ytbg__sound[aria-pressed="true"] .wave { display: inline; }

@media (max-width: 767px) {
  .ytbg { min-height: 560px; }
  .ytbg__shade { background: linear-gradient(0deg, rgba(10, 8, 7, 0.88) 0%, rgba(10, 8, 7, 0.45) 55%, rgba(10, 8, 7, 0.2) 100%); }
  .ytbg__btns .st-btn,
  .ytbg__sound { flex: 1 1 100%; }
}
.st-eyebrow--left { text-align: left; }

/* ---------- Video: big center "Watch with sound" + lightbox ---------- */
.ytbg__watch {
  position: absolute;
  top: 50%;
  right: clamp(24px, 12vw, 220px);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
}

.ytbg__watch-ring {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(84px, 8vw, 116px);
  height: clamp(84px, 8vw, 116px);
  border-radius: 50%;
  background: linear-gradient(180deg, #ff7a2f 0%, #e8521d 100%);
  box-shadow: 0 0 0 10px rgba(255, 98, 38, 0.18), 0 20px 50px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ytbg__watch-ring::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 2px solid rgba(255, 122, 47, 0.6);
  border-radius: 50%;
  animation: yt-pulse 2.2s ease-out infinite;
}

.ytbg__watch-ring svg { width: 38%; height: 38%; margin-left: 6%; fill: #fff; }
.ytbg__watch:hover .ytbg__watch-ring { transform: scale(1.07); box-shadow: 0 0 0 14px rgba(255, 98, 38, 0.22), 0 24px 60px rgba(0, 0, 0, 0.55); }

.ytbg__watch-label {
  font: 700 14px/1 var(--font-body);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

@keyframes yt-pulse { 0% { transform: scale(0.9); opacity: 1; } 100% { transform: scale(1.35); opacity: 0; } }

.ytbox { position: fixed; inset: 0; z-index: 600; display: grid; place-items: center; padding: 20px; visibility: hidden; opacity: 0; transition: opacity 0.3s, visibility 0s linear 0.3s; }
.ytbox.is-open { visibility: visible; opacity: 1; transition-delay: 0s; }
.ytbox__scrim { position: absolute; inset: 0; background: rgba(5, 4, 3, 0.9); }
.ytbox__frame { position: relative; width: min(1280px, 100%, calc((100dvh - 40px) * 16 / 9)); aspect-ratio: 16 / 9; }
.ytbox__player,
.ytbox__player iframe { width: 100%; height: 100%; border: 0; border-radius: 10px; background: #000; }

.ytbox__close {
  position: absolute;
  top: -52px;
  right: 0;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
}

.ytbox__close svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }

@media (max-width: 767px) {
  .ytbg__watch { top: 28%; right: 50%; transform: translate(50%, -50%); }
  .ytbox__close { top: -50px; }
}

@media (prefers-reduced-motion: reduce) { .ytbg__watch-ring::after { animation: none; } }

/* Gymshark-style overrides for the video controls (must come last) */
.ytbg__watch-ring { background: #fff; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45); }
.ytbg__watch-ring::after { border-color: rgba(255, 255, 255, 0.55); }
.ytbg__watch-ring svg { fill: #0d1012; }
.ytbg__watch:hover .ytbg__watch-ring { box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55); }
.ytbg__watch-label { font-weight: 600; letter-spacing: 0.01em; text-transform: none; font-size: 15px; }
.ytbg__sound {
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  font: 400 15px/1 var(--font-body);
  letter-spacing: 0.01em;
  text-transform: none;
}
.ytbg__sound:hover { background: transparent; border-color: #cfcfcf; color: #fff; }

/* Video without a poster: a dark cover hides YouTube's start-up UI */
.ytbg__cover { position: absolute; inset: 0; z-index: 1; background: radial-gradient(120% 90% at 30% 60%, #1f1915 0%, #0b0908 70%); transition: opacity 0.9s ease; }
.ytbg.is-ready .ytbg__cover { opacity: 0; }

/* ==========================================================================
   Video band = exactly one screen tall (below the fixed header), video covers
   full width + height, text/buttons always inside the frame
   ========================================================================== */
.ytbg {
  min-height: 0;
  height: calc(100svh - var(--header-h));
  min-height: 560px;
  max-height: none;
  align-items: flex-end;
}

.ytbg__content { padding: 0 0 clamp(48px, 9vh, 110px); }
.ytbg__title { font-size: clamp(30px, min(4vw, 7vh), 64px); }
.ytbg__watch { top: 50%; }
.ytbg .st-eyebrow { color: var(--st-orange) !important; }
.ytbg__shade {
  background:
    linear-gradient(90deg, rgba(18, 13, 10, .82) 0%, rgba(18, 13, 10, .38) 48%, rgba(18, 13, 10, .08) 82%),
    linear-gradient(0deg, rgba(18, 13, 10, .76) 0%, transparent 58%);
}

/* ==========================================================================
   Orange diet — orange only where it earns it: the VS headline + Titan card,
   the Curv bar in the test chart, and the tiny "Most Popular" tag.
   Everything else goes white / neutral.
   ========================================================================== */
:root { --accent-text: rgba(255, 255, 255, 0.72); }

.st-eyebrow,
.st-cta-card__kicker,
.promo__kicker,
.tp-chapter,
.cart-upsell__kicker,
.cfg-kicker { color: rgba(255, 255, 255, 0.72) !important; }

.ico,
.st-feature .ico,
.perf__block .ico,
.kit-trust .ico,
.sf-trust__list .ico,
.vr-card__stats--kv .ico { color: #fff; }

.st-stat__icon { background: rgba(255, 255, 255, 0.1) !important; border: 1px solid rgba(255, 255, 255, 0.25); }

.kit-price strong,
.cart-row strong { color: #fff; }

.kit-swatch[aria-selected="true"] { color: #fff !important; }
.kit-swatch[aria-selected="true"] .kit-swatch__dot { background: #fff !important; border-color: #fff !important; color: #0d1012 !important; }

.sf-contact svg,
.drawer__ship svg { stroke: #fff; }
.drawer__ship { background: rgba(255, 255, 255, 0.06); }
.sf-tag { background: rgba(255, 255, 255, 0.12); color: #fff; }
.trust-mini li::before,
.cfg-trust li::before,
.promo__list li::before,
.st-check::before { color: #fff; }

.faq__list details[open] summary { border-color: rgba(255, 255, 255, 0.6); }
.faq__help a:not(.st-btn),
.faq__list a,
.cookie__text a,
.tp-prose a,
.kit-buy__custom:hover { color: #fff; text-decoration: underline; }

.masonry-head .st-eyebrow,
.vs__hint { color: rgba(255, 255, 255, 0.72); }

/* Cart badge: white dot with dark number */
.cart-link__count,
.drawer__title span { background: #fff !important; color: #0d1012 !important; }

/* Specs + footer headings */
.faq__list .faq-cat,
.kit-info dt { color: rgba(255, 255, 255, 0.6); }

/* Accordion chevrons: white instead of the orange SVG */
.faq__list summary::before,
.st-accordion summary::before {
  background: #fff;
  -webkit-mask: url("../images/storyteller/bg/icon-arrow-bottom.svg") center / contain no-repeat;
          mask: url("../images/storyteller/bg/icon-arrow-bottom.svg") center / contain no-repeat;
}

/* ==========================================================================
   Section seams — torn edges must sit ABOVE the section they overlap,
   and image backgrounds are framed so their baked-in dark bands don't
   create straight lines.
   ========================================================================== */
.st-section.edge-top,
.st-section.edge-top-specs,
.vr.edge-top { z-index: 2; }

.vr.edge-top { padding-top: var(--edge-top); }

/* Dust-brown texture has black bands baked into its top/bottom — crop them */
.st-products { background-size: auto 128% !important; background-position: center center !important; background-color: #5a2d17; }

/* Mud flaps: the next (starry) section overlaps the band with a negative
   margin — grow the band by that overlap so the video and buttons stay whole */
.ytbg:has(+ .mf-night) { --ov: 8vw; height: calc(100svh - var(--header-h) + var(--ov)); }
.ytbg:has(+ .mf-night) .ytbg__content { padding-bottom: calc(clamp(48px, 9vh, 110px) + var(--ov)); }
.ytbg:has(+ .mf-night) .ytbg__watch { top: calc(50% - var(--ov) / 2); }

/* Small round sound toggle, bottom-right of the video */
.ytbg__watch { display: none !important; }
.ytbg__mute {
  position: absolute;
  right: clamp(16px, 3vw, 44px);
  bottom: clamp(16px, 3vw, 44px);
  z-index: 3;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.ytbg__mute:hover { background: #fff; color: #0d1012; }
.ytbg__mute svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; }
.ytbg__mute .on,
.ytbg__mute[aria-pressed="true"] .off { display: none; }
.ytbg__mute[aria-pressed="true"] .on { display: block; }
.ytbg:has(+ .mf-night) .ytbg__mute { bottom: calc(clamp(16px, 3vw, 44px) + 8vw); }

/* Performance: rocky mountain photo, darkened so text stays white-readable,
   torn top edge covers the band's baked-in cream strip */
.perf { background-size: cover; background-position: center 70%; }
.perf::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 10, 9, 0.55) 0%, rgba(12, 10, 9, 0.78) 35%, rgba(12, 10, 9, 0.88) 100%);
  pointer-events: none;
}
.perf__content { position: relative; z-index: 1; }
.perf.edge-top { padding-top: var(--edge-top); }

/* Sound toggle top-right (back-to-top lives bottom-right) */
.ytbg__mute { top: clamp(16px, 3vw, 44px); bottom: auto; }
.ytbg:has(+ .mf-night) .ytbg__mute { bottom: auto; }

/* Performance seam: tear overlaps deeper so the band's cream strip is hidden;
   darker at the top so the torn edge reads as dark rock, not grey sky */
.perf.edge-top { margin-top: calc(-1 * var(--edge-top) - 2.4vw); padding-top: calc(var(--edge-top) + 2.4vw); }
.perf { background-position: center 85%; }
.perf::before { background: linear-gradient(180deg, rgba(12, 10, 9, 0.82) 0%, rgba(12, 10, 9, 0.7) 30%, rgba(12, 10, 9, 0.88) 100%); }
.perf::before { background: linear-gradient(180deg, rgba(12, 10, 9, 0.94) 0%, rgba(12, 10, 9, 0.9) 18%, rgba(12, 10, 9, 0.66) 45%, rgba(12, 10, 9, 0.86) 100%); }
.perf { background-position: center bottom; }

/* Mud flaps intro band: the shading follows the photo's torn edges
   (masked with the photo's own alpha) instead of a hard-edged rectangle */
.mf-intro::before {
  inset: 0;
  -webkit-mask: url("../images/storyteller/bg/hilt.avif") 0 0 / 100% 100% no-repeat;
          mask: url("../images/storyteller/bg/hilt.avif") 0 0 / 100% 100% no-repeat;
}
.mf-intro__sign { color: rgba(255, 255, 255, 0.8) !important; }
@media (max-width: 991px) {
  .mf-intro::before { -webkit-mask-size: cover; mask-size: cover; -webkit-mask-position: center; mask-position: center; }
}
/* Intro's torn edge is black → fade the video in from black so there's no seam */
.mf-intro + .ytbg { background: #000; }
.mf-intro + .ytbg .ytbg__shade {
  background:
    linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.6) 9%, transparent 22%),
    linear-gradient(90deg, rgba(10, 8, 7, 0.78) 0%, rgba(10, 8, 7, 0.35) 45%, transparent 75%),
    linear-gradient(0deg, rgba(10, 8, 7, 0.7) 0%, transparent 45%);
}
.mf-intro + .ytbg .ytbg__cover,
.mf-intro + .ytbg .ytbg__mute { z-index: 3; }
@media (max-width: 767px) {
  .mf-intro + .ytbg .ytbg__shade { background: linear-gradient(180deg, #000 0%, transparent 18%), linear-gradient(0deg, rgba(10, 8, 7, 0.88) 0%, rgba(10, 8, 7, 0.45) 55%, rgba(10, 8, 7, 0.2) 100%); }
}

/* ==========================================================================
   Contact split — both halves charcoal grey, one dark field style for
   inputs, textareas AND selects, square corners like the buttons
   ========================================================================== */
.st-split__left { background: linear-gradient(226deg, #2b2b2b 0%, #161616 100%) !important; color: #fff; }
.st-split__left .st-split__title { color: #fff; }
.st-split__left .st-split__text { color: rgba(255, 255, 255, 0.82); }
.st-form--split .st-field span { color: rgba(255, 255, 255, 0.85); }
.st-form--split .st-field i { color: rgba(255, 255, 255, 0.85); }

.st-split .st-field input,
.st-split .st-field textarea,
.st-split .st-field select {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 16px;
}

.st-split .st-field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
}

.st-split .st-field select option { background: #1b1b1b; color: #fff; }

.st-split .st-field input:focus,
.st-split .st-field textarea:focus,
.st-split .st-field select:focus {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.st-split .st-field.is-invalid input,
.st-split .st-field.is-invalid textarea,
.st-split .st-field.is-invalid select { border-color: #ff8a7a; }
.st-form--split { margin-left: 0; }

/* Contact split: ONE continuous charcoal background behind both halves,
   so the form side matches the dealer/map side exactly */
.st-split { background: linear-gradient(226deg, #303030 0%, #121212 100%); }
.st-split__left,
.st-split__right { background: transparent !important; }

/* Torn edges on every remaining straight seam */
.st-split.edge-top { position: relative; z-index: 2; }
.mf-night.edge-top { margin-top: calc(-1 * var(--edge-top)); }
.ytbg:has(+ .mf-night) { --ov: var(--edge-top); }
