:root {
  --wf-black: #050505;
  --wf-charcoal: #171719;
  --wf-copy: #4f4f4f;
  --wf-soft: #f4f4f2;
  --wf-line: #d9d9d6;
  --wf-green: #6d9137;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 67px;
}

body.domestic-home-active {
  margin: 0;
  background: #fff;
  color: var(--wf-copy);
}

body.domestic-home-active .announcement,
body.domestic-home-active .partner-attribution,
body.domestic-home-active > #app > .site-header,
body.domestic-home-active > #app > .cn-footer {
  display: none !important;
}

.wf-home {
  overflow: clip;
  background: #fff;
  color: var(--wf-copy);
  font-family: Lato, "Helvetica Neue", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

.wf-home *,
.wf-home *::before,
.wf-home *::after {
  box-sizing: border-box;
}

.wf-home a {
  color: inherit;
  text-decoration: none;
}

.wf-home img,
.wf-home video {
  display: block;
  max-width: 100%;
}

.wf-home button,
.wf-home input,
.wf-home select {
  font: inherit;
}

.wf-home .sr-only {
  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;
}

.wf-home button,
.wf-home select {
  cursor: pointer;
}

.wf-home button:focus-visible,
.wf-home a:focus-visible,
.wf-home input:focus-visible,
.wf-home select:focus-visible {
  outline: 2px solid var(--wf-green);
  outline-offset: 3px;
}

.wf-container {
  width: min(1236px, calc(100% - 48px));
  margin-inline: auto;
}

.wf-home [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.wf-home [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.wf-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 120;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  height: 67px;
  padding: 0 24px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  transition: color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.wf-header.is-scrolled {
  color: #222;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.wf-header-brand {
  grid-column: 1;
  justify-self: start;
  display: grid;
  place-items: center;
  width: 238px;
  height: 67px;
}

.wf-header-brand img {
  width: 126px;
  max-height: 56px;
  object-fit: contain;
  filter: grayscale(1) invert(1) brightness(2);
  transition: filter 220ms ease;
}

.wf-header.is-scrolled .wf-header-brand img {
  filter: none;
}

.wf-header-actions {
  grid-column: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  height: 100%;
}

.wf-header-actions a,
.wf-header-actions button {
  display: grid;
  place-items: center;
  min-width: 64px;
  height: 100%;
  padding: 0 13px;
  border: 0;
  color: currentColor;
  background: transparent;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.wf-header-actions svg {
  width: 25px;
  height: 25px;
}

.wf-header-actions a:hover,
.wf-header-actions button:hover {
  background: rgba(255, 255, 255, 0.12);
}

.wf-header.is-scrolled .wf-header-actions a:hover,
.wf-header.is-scrolled .wf-header-actions button:hover {
  background: #f2f2f0;
}

.wf-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 150;
  display: flex;
  flex-direction: column;
  width: min(460px, 92vw);
  height: 100svh;
  padding: 34px 42px 36px;
  color: #fff;
  background: rgba(7, 7, 8, 0.98);
  transform: translateX(100%);
  transition: transform 330ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.wf-menu.is-open {
  transform: translateX(0);
}

.wf-menu-close {
  align-self: flex-end;
  padding: 10px 0;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 12px;
  letter-spacing: 0.16em;
}

.wf-menu-close svg {
  width: 24px;
  height: 24px;
}

.wf-menu nav {
  display: grid;
  margin-top: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.wf-menu nav a {
  display: flex;
  align-items: baseline;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-family: "Arial Narrow", "Microsoft YaHei", sans-serif;
  font-size: 23px;
  letter-spacing: 0.08em;
}

.wf-menu nav span {
  color: rgba(255, 255, 255, 0.4);
  font-family: Lato, Arial, sans-serif;
  font-size: 10px;
}

.wf-menu footer {
  display: grid;
  gap: 7px;
  margin-top: auto;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.wf-menu footer a {
  color: #fff;
  font-size: 18px;
}

.wf-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 140;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.48);
  opacity: 0;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.wf-home.has-open-menu .wf-menu-backdrop {
  visibility: visible;
  opacity: 1;
}

.wf-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100svh;
  overflow: hidden;
  color: #fff;
  background: #050505;
}

.wf-bbs-video-stage,
.wf-bbs-video-stage::after {
  position: absolute;
  inset: 0;
}

.wf-bbs-video-stage {
  z-index: 0;
  overflow: hidden;
  background: #050505 url('/assets/domestic/videos/cerui-global-hero-hd-montage-poster.webp') center / cover no-repeat;
}

.wf-bbs-hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 220ms linear;
}

.wf-bbs-hero-video.is-ready {
  opacity: 1;
}

.wf-bbs-video-stage::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 12%, rgba(0, 0, 0, 0.24) 55%, rgba(0, 0, 0, 0.62) 100%);
}

.wf-hero-secondary-brand {
  position: absolute;
  top: 49%;
  left: 50%;
  z-index: 3;
  width: clamp(180px, 18vw, 245px);
  translate: -50% -50%;
  pointer-events: none;
}

.wf-hero-secondary-brand img {
  width: 100%;
  max-height: 92px;
  object-fit: contain;
  opacity: 0.96;
  filter: grayscale(1) invert(1) brightness(2) drop-shadow(0 3px 14px rgba(0, 0, 0, 0.45));
}

.wf-hero-copy {
  position: absolute;
  top: 66%;
  left: 50%;
  z-index: 3;
  width: min(760px, calc(100% - 40px));
  translate: -50% 0;
  text-align: center;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.72);
}

.wf-hero-copy p {
  margin: 0 0 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.26em;
}

.wf-hero-copy h1 {
  margin: 0;
  font-family: "Arial Narrow", "Microsoft YaHei", sans-serif;
  font-size: clamp(29px, 3vw, 43px);
  font-stretch: condensed;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.13em;
}

.wf-hero-copy span {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.wf-scroll {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 3;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  font-size: 10px;
  letter-spacing: 0.15em;
}

.wf-eyebrow {
  margin: 0 0 12px;
  color: var(--wf-green);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.wf-eyebrow-light {
  color: #a6c573;
}

.wf-vehicle {
  padding: 70px 0 62px;
  text-align: center;
  background: #fff;
}

.wf-vehicle h2,
.wf-section-head h2,
.wf-social h2,
.wf-copy h2,
.wf-fitment-intro h2 {
  margin: 0;
  font-family: "Arial Narrow", "Microsoft YaHei", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.wf-vehicle-form {
  display: grid;
  grid-template-columns: minmax(112px, 0.68fr) repeat(3, minmax(0, 1fr)) 190px;
  gap: 12px;
  margin-top: 34px;
  text-align: left;
}

.wf-vehicle-form label {
  display: grid;
  gap: 8px;
}

.wf-vehicle-form label span {
  color: #8b8b88;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.wf-vehicle-form select,
.wf-vehicle-form button {
  height: 48px;
  border-radius: 0;
}

.wf-vehicle-form select {
  width: 100%;
  padding: 0 15px;
  border: 1px solid var(--wf-line);
  color: #555;
  background: #fff;
  font-size: 12px;
}

.wf-vehicle-form select:disabled {
  color: #b7b7b5;
  background: #f5f5f3;
}

.wf-vehicle-form button {
  align-self: end;
  border: 1px solid var(--wf-green);
  color: #fff;
  background: var(--wf-green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.wf-vehicle-note {
  margin: 20px 0 0;
  color: #92928e;
  font-size: 11px;
}

.wf-fitment-intro {
  padding: 86px 0;
  color: #fff;
  background: #050505;
}

.wf-fitment-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 78px;
}

.wf-fitment-intro h2 {
  margin-bottom: 22px;
  font-size: 36px;
}

.wf-fitment-intro p:not(.wf-eyebrow) {
  max-width: 520px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.85;
}

.wf-fitment-intro figure,
.wf-manufacture-film,
.wf-network figure,
.wf-story figure,
.wf-product figure {
  margin: 0;
}

.wf-fitment-intro figure {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.wf-fitment-intro figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.66) contrast(1.1);
}

.wf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  border: 1px solid #222;
  color: #222 !important;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.wf-button-light {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff !important;
}

.wf-button:hover {
  color: #fff !important;
  background: #222;
}

.wf-button-light:hover {
  color: #111 !important;
  background: #fff;
}

.wf-manufacture {
  padding: 92px 0 100px;
  background: #fff;
}

.wf-manufacture-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 82px;
}

.wf-manufacture-film video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  object-fit: cover;
}

.wf-manufacture-film small {
  display: block;
  padding: 13px 0 0;
  color: #8d8d89;
  font-size: 9px;
  letter-spacing: 0.15em;
}

.wf-copy h2 {
  margin-bottom: 24px;
  font-size: 40px;
}

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

.wf-columns p,
.wf-copy > p:not(.wf-eyebrow) {
  margin: 0;
  color: #6d6d69;
  font-size: 12px;
  line-height: 1.82;
}

.wf-text-link,
.wf-section-head > a {
  display: inline-flex;
  margin-top: 26px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: #333;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.wf-products {
  padding: 76px 0 96px;
  border-top: 1px solid #ececea;
  background: #fff;
}

.wf-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 42px;
}

.wf-section-head > a {
  margin: 0 0 5px;
}

.wf-section-head > p {
  max-width: 460px;
  margin: 0 0 4px;
  color: #777773;
  font-size: 12px;
  line-height: 1.7;
}

.wf-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.wf-product {
  display: block;
  min-width: 0;
}

.wf-product figure {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f7f7f5;
}

.wf-product figure img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  filter: grayscale(0.55) contrast(1.03);
  transition: transform 450ms ease, filter 220ms ease;
}

.wf-product:hover figure img {
  transform: scale(1.06);
  filter: grayscale(0) contrast(1.03);
}

.wf-product > div {
  padding: 17px 0 0;
}

.wf-product h3 {
  margin: 0 0 5px;
  color: #252525;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.wf-product p {
  margin: 0;
  color: #858581;
  font-size: 10px;
}

.wf-product span {
  display: inline-block;
  margin-top: 12px;
  color: var(--wf-green);
  font-size: 9px;
  font-weight: 700;
}

.wf-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #000;
}

.wf-feature {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  color: #fff !important;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.wf-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) brightness(0.86) contrast(1.03);
  transition: transform 700ms ease, filter 300ms ease;
}

.wf-feature:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) brightness(0.94) contrast(1.03);
}

.wf-feature > div {
  position: absolute;
  inset: auto 0 0;
  padding: 30px 34px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.18) 32%, rgba(0, 0, 0, 0.68) 100%);
}

.wf-feature small {
  font-size: 9px;
  letter-spacing: 0.16em;
}

.wf-feature h3 {
  margin: 7px 0 5px;
  font-family: "Arial Narrow", "Microsoft YaHei", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.wf-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
}

.wf-feature span {
  position: absolute;
  right: 34px;
  bottom: 34px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 9px;
}

.wf-drops {
  padding: 86px 0 104px;
  color: #fff;
  background: #050505;
}

.wf-section-head-dark h2,
.wf-section-head-dark > a {
  color: #fff;
}

.wf-drop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  background: rgba(255, 255, 255, 0.15);
}

.wf-drop-grid article {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  align-items: center;
  min-height: 390px;
  padding: 42px;
  background: #0d0d0e;
}

.wf-drop-grid img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: grayscale(1) invert(1) brightness(1.04) contrast(1.2);
}

.wf-drop-grid small {
  color: #9ebb6b;
  font-size: 9px;
}

.wf-drop-grid h3 {
  margin: 8px 0 14px;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.wf-drop-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.8;
}

.wf-social {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 570px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: #111 url("/assets/cerui/cerui-motorsport-53-v1.webp") center 54% / cover no-repeat;
}

.wf-social::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.wf-social-copy {
  position: relative;
  z-index: 1;
}

.wf-social p {
  margin: 0 0 12px;
  color: #a6c573;
  font-size: 10px;
  font-weight: 700;
}

.wf-social h2 {
  margin-bottom: 13px;
  font-size: 34px;
}

.wf-social span {
  color: rgba(255, 255, 255, 0.67);
  font-size: 11px;
}

.wf-videos {
  padding: 88px 0 104px;
  background: #fff;
}

.wf-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wf-video-grid article {
  min-width: 0;
}

.wf-video-grid video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  object-fit: cover;
}

.wf-video-grid h3 {
  margin: 16px 0 5px;
  color: #2f2f2f;
  font-family: "Arial Narrow", "Microsoft YaHei", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.wf-video-grid p {
  margin: 0;
  color: #8b8b87;
  font-size: 10px;
}

.wf-network {
  padding: 96px 0;
  border-top: 1px solid #ececea;
  background: #fff;
}

.wf-network-grid,
.wf-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 80px;
}

.wf-network figure {
  padding: 20px;
  border: 1px solid #e0e0dc;
  background: #fafaf8;
}

.wf-network figure img {
  width: 100%;
  mix-blend-mode: multiply;
}

.wf-network figcaption {
  margin-top: 12px;
  color: #969692;
  font-size: 9px;
}

.wf-network-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 34px 0 0;
  border-top: 1px solid #dadad7;
}

.wf-network-facts div {
  padding: 22px 18px 0 0;
}

.wf-network-facts dt {
  color: var(--wf-green);
  font-size: 28px;
  line-height: 1;
}

.wf-network-facts dd {
  margin: 7px 0 0;
  color: #777773;
  font-size: 9px;
}

.wf-story {
  padding: 94px 0;
  background: #f4f4f1;
}

.wf-story-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.wf-story figure {
  padding: 18px;
  background: #fff;
}

.wf-story figure img {
  width: 100%;
}

.wf-story .wf-copy > p:not(.wf-eyebrow) {
  max-width: 520px;
  margin-bottom: 28px;
}

.wf-footer {
  padding: 64px 0 24px;
  color: #fff;
  background: #050505;
}

.wf-footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  gap: 90px;
  padding-bottom: 56px;
}

.wf-footer-main > div img {
  width: 170px;
  filter: grayscale(1) invert(1) brightness(2);
}

.wf-footer-main > div p {
  max-width: 330px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  line-height: 1.8;
}

.wf-footer nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
}

.wf-footer nav section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.wf-footer h3 {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.wf-footer nav a,
.wf-footer nav span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
}

.wf-footer nav a:hover {
  color: #fff;
}

.wf-footer-contact-phone {
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  text-align: left;
  letter-spacing: 0.1em;
}

.wf-footer-contact-phone:hover,
.wf-footer-contact-phone:focus-visible {
  color: #fff;
}

.wf-footer-wechat {
  display: grid;
  gap: 9px;
  width: 110px;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.58);
  text-align: left;
}

.wf-footer-wechat img {
  width: 110px;
  height: 110px;
  border: 4px solid #fff;
  background: #fff;
  object-fit: cover;
  object-position: center;
}

.wf-footer-wechat small {
  font-size: 10px;
  white-space: nowrap;
}

.wf-footer-wechat:hover small,
.wf-footer-wechat:focus-visible small {
  color: #fff;
}

.wf-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.35);
  font-size: 9px;
}

.wf-footer-bottom a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
}

.wf-footer-bottom a:hover,
.wf-footer-bottom a:focus-visible {
  color: #fff;
}

.wf-contact-dialog {
  width: min(680px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 36px;
  overflow-y: auto;
  border: 0;
  background: #fff;
  color: #181818;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  letter-spacing: 0.02em;
}

.wf-contact-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
}

.wf-contact-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #ddd;
  background: #fff;
  color: #181818;
  font-size: 26px;
  line-height: 1;
}

.wf-contact-close:hover {
  background: #181818;
  color: #fff;
}

.wf-contact-eyebrow {
  margin: 0 0 10px;
  color: #a32940;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.wf-contact-dialog h2 {
  margin: 0;
  font-size: clamp(27px, 4vw, 38px);
  font-weight: 500;
}

.wf-contact-intro {
  max-width: 520px;
  margin: 10px 0 24px;
  color: #606060;
  font-size: 13px;
  line-height: 1.8;
}

.wf-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.wf-contact-call,
.wf-contact-qr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}

.wf-contact-call {
  justify-content: flex-end;
  min-height: 260px;
  background: #171719;
  color: #fff !important;
}

.wf-contact-call small,
.wf-contact-qr small {
  font-size: 11px;
  letter-spacing: 0.08em;
}

.wf-contact-call strong {
  margin-top: 12px;
  font-size: clamp(17px, 2.2vw, 23px);
  letter-spacing: 0.01em;
}

.wf-contact-call span,
.wf-contact-qr span {
  margin-top: 10px;
  font-size: 11px;
}

.wf-contact-qr {
  align-items: center;
  border: 1px solid #e6e6e6;
  text-align: center;
}

.wf-contact-qr a {
  display: block;
  width: min(210px, 100%);
  margin-top: 9px;
}

.wf-contact-qr img {
  width: 100%;
  height: auto;
}

@media (max-width: 560px) {
  .wf-contact-dialog {
    padding: 26px 18px;
  }

  .wf-contact-grid {
    grid-template-columns: 1fr;
  }

  .wf-contact-call {
    min-height: 105px;
  }
}

@media (max-width: 980px) {
  .wf-vehicle-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wf-fitment-grid,
  .wf-manufacture-grid,
  .wf-network-grid,
  .wf-story-grid {
    gap: 46px;
  }

  .wf-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 20px;
  }

  .wf-drop-grid article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 65px;
  }

  .wf-container {
    width: min(100% - 32px, 1236px);
  }

  .wf-header,
  .wf-header.is-scrolled {
    grid-template-columns: 1fr auto;
    height: 65px;
    padding: 0 15px;
    color: #222;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  }

  .wf-header-actions a {
    display: grid;
    min-width: 42px;
    padding: 0;
  }

  .wf-header-actions a:first-child {
    display: none;
  }

  .wf-header-brand {
    grid-column: 1;
    justify-self: start;
    width: 142px;
    height: 65px;
  }

  .wf-header-brand img,
  .wf-header.is-scrolled .wf-header-brand img {
    width: 140px;
    filter: none;
  }

  .wf-header-actions {
    grid-column: 2;
  }

  .wf-header-actions button {
    min-width: 56px;
    padding: 0;
    font-size: 11px;
  }

  .wf-menu {
    width: 100%;
    padding: 26px 24px 30px;
  }

  .wf-menu nav {
    margin-top: 38px;
  }

  .wf-menu nav a {
    padding: 17px 0;
    font-size: 20px;
  }

  .wf-hero {
    min-height: 780px;
    padding-top: 65px;
  }

  .wf-bbs-hero-video {
    object-fit: cover;
    object-position: center;
  }

  .wf-hero-secondary-brand {
    top: 42%;
    width: clamp(158px, 48vw, 205px);
  }

  .wf-hero-secondary-brand img {
    max-height: 76px;
  }

  .wf-hero-copy {
    top: 57%;
    margin: 0;
  }

  .wf-hero-copy p {
    margin-bottom: 18px;
    font-size: 9px;
  }

  .wf-hero-copy h1 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }

  .wf-hero-copy span {
    max-width: 300px;
    margin: 12px auto 0;
    font-size: 11px;
    line-height: 1.65;
  }

  .wf-scroll {
    right: 16px;
    bottom: 16px;
    left: auto;
  }

  .wf-vehicle,
  .wf-manufacture,
  .wf-products,
  .wf-videos,
  .wf-network,
  .wf-story {
    padding: 68px 0;
  }

  .wf-vehicle h2,
  .wf-section-head h2,
  .wf-social h2,
  .wf-copy h2,
  .wf-fitment-intro h2 {
    font-size: 27px;
  }

  .wf-vehicle-form {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .wf-fitment-intro {
    padding: 70px 0 0;
  }

  .wf-fitment-grid,
  .wf-manufacture-grid,
  .wf-network-grid,
  .wf-story-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .wf-fitment-intro figure {
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .wf-manufacture-film {
    order: 2;
  }

  .wf-columns {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .wf-section-head {
    display: block;
    margin-bottom: 30px;
  }

  .wf-section-head > a {
    margin-top: 18px;
  }

  .wf-section-head > p {
    margin-top: 17px;
  }

  .wf-product-grid {
    gap: 32px 12px;
  }

  .wf-product h3 {
    font-size: 15px;
  }

  .wf-product p {
    font-size: 9px;
    line-height: 1.6;
  }

  .wf-features {
    grid-template-columns: 1fr;
  }

  .wf-feature {
    min-height: 310px;
    border-right: 0;
  }

  .wf-feature h3 {
    font-size: 26px;
  }

  .wf-feature span {
    display: none;
  }

  .wf-drops {
    padding: 70px 0;
  }

  .wf-drop-grid {
    grid-template-columns: 1fr;
  }

  .wf-drop-grid article {
    grid-template-columns: 1fr 0.78fr;
    min-height: 270px;
    padding: 24px 18px;
  }

  .wf-drop-grid h3 {
    font-size: 24px;
  }

  .wf-social {
    min-height: 480px;
  }

  .wf-social-copy {
    width: calc(100% - 42px);
  }

  .wf-video-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .wf-network .wf-copy {
    order: 1;
  }

  .wf-network figure {
    order: 2;
    padding: 12px;
  }

  .wf-network-facts {
    gap: 10px;
  }

  .wf-network-facts div {
    padding-right: 0;
  }

  .wf-story figure {
    padding: 10px;
  }

  .wf-footer {
    padding-top: 48px;
  }

  .wf-footer-main {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .wf-footer nav {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }

  .wf-footer nav section:last-child {
    grid-column: 1 / -1;
  }

  .wf-footer-bottom {
    display: grid;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .wf-home [data-reveal] { opacity: 1; transform: none; transition: none; }
  .wf-bbs-hero-video { animation: none; }
  .wf-product figure img,
  .wf-feature img,
  .wf-menu,
  .wf-menu-backdrop { transition: none; }
}
