:root {
  --fighter-red: #ed1c2b;
  --fighter-blue: #1439a3;
  --fighter-black: #0a0a0c;
  --fighter-carbon: #151519;
  --fighter-white: #f4f2ed;
  --fighter-muted: #9d9da3;
  --fighter-line: rgba(255, 255, 255, 0.14);
  --fighter-attack: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", Arial, sans-serif;
  --fighter-wide: 1480px;
  --fighter-pad: clamp(1.25rem, 4.2vw, 4.5rem);
}

html {
  scroll-behavior: smooth;
}

.fighter-premium-site {
  background: var(--wp--preset--color--fighter-black, #0a0a0c);
}

.fighter-premium-site .wp-site-blocks {
  overflow: hidden;
}

.fighter-premium-site :where(a, button, input, textarea) {
  border-radius: 0;
}

.fighter-site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  padding: 0 var(--fighter-pad) !important;
  border-bottom: 1px solid var(--fighter-line);
  background: rgba(8, 8, 10, 0.9);
  box-shadow: 0 0.75rem 3rem rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.admin-bar .fighter-site-header {
  top: 32px;
}

.fighter-site-header__inner {
  width: min(100%, var(--fighter-wide));
  min-height: 6.25rem;
  margin: 0 auto !important;
}

.fighter-brand-lockup {
  gap: 0.9rem !important;
  width: max-content;
}

.fighter-brand-logo {
  flex: 0 0 auto;
  width: clamp(9.8rem, 12vw, 12.15rem) !important;
  margin: 0 !important;
  overflow: hidden;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  background: var(--fighter-red);
}

.fighter-brand-logo a,
.fighter-brand-logo img {
  display: block;
  width: 100% !important;
}

.fighter-brand-logo img {
  height: auto !important;
}

.fighter-brand-slogan {
  margin: 0 !important;
  color: #b7b7bc !important;
  font-family: monospace;
  font-size: 0.58rem !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45 !important;
  text-transform: uppercase;
}

.fighter-site-header .wp-block-site-title a {
  color: #fff;
  font-family: var(--fighter-attack);
  font-style: oblique 10deg;
  text-shadow: 3px 3px 0 var(--fighter-red);
}

.fighter-site-header .wp-block-navigation a:hover {
  color: var(--fighter-red);
}

.fighter-site-header .wp-block-button__link {
  background: #fff;
  color: #111116;
}

.fighter-site-header .wp-block-button__link:hover,
.fighter-button .wp-block-button__link:hover {
  background: var(--fighter-red);
  color: #fff;
  transform: translateY(-2px);
}

.fighter-site-header .wp-block-button__link,
.fighter-button .wp-block-button__link {
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.fighter-home {
  --home-bg: #0a0a0c;
  --home-surface: #151519;
  --home-text: #f4f2ed;
  --home-muted: #9d9da3;
  --home-line: rgba(255, 255, 255, 0.14);
  background: var(--home-bg);
  color: var(--home-text);
}

.fighter-home--precision {
  --home-bg: #f3f2ef;
  --home-surface: #fff;
  --home-text: #111217;
  --home-muted: #66676d;
  --home-line: rgba(12, 13, 16, 0.16);
}

.fighter-home--heritage {
  --home-bg: #071526;
  --home-surface: #0d223d;
  --home-text: #f2efe7;
  --home-muted: #a8b3c1;
  --home-line: rgba(222, 229, 238, 0.17);
}

.fighter-home :where(h1, h2, h3, h4, p, a) {
  color: inherit;
}

.fighter-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--home-muted) !important;
  font-family: monospace;
  font-size: 0.68rem !important;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fighter-label::before {
  content: "";
  display: inline-block;
  width: 2.25rem;
  height: 2px;
  background: var(--fighter-red);
}

.fighter-display {
  max-width: 48rem;
  margin: 1.6rem 0 0;
  padding: 0;
  font-size: clamp(3.8rem, 6.15vw, 7rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.86;
  text-transform: uppercase;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.fighter-display br {
  display: initial;
}

/*
 * Recovery for legacy headings saved by Gutenberg with destructive inline
 * typography values. The exact selector keeps normal editor controls free.
 */
.fighter-display[style*="letter-spacing:11111"] {
  letter-spacing: -0.065em !important;
}

.fighter-display > span {
  display: block;
}

.fighter-display > em {
  display: block;
  margin-top: clamp(0.9rem, 1.5vw, 1.4rem);
  color: var(--fighter-red);
  font-family: var(--fighter-attack);
  font-style: oblique 14deg;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 0.88;
  text-transform: uppercase;
  transform: skewX(-7deg);
  transform-origin: left center;
  word-spacing: 0.02em;
}

.fighter-display-accent {
  max-width: 48rem;
  margin: clamp(0.9rem, 1.5vw, 1.4rem) 0 1.8rem;
  font-size: clamp(3.25rem, 5.35vw, 6rem);
  font-style: oblique 14deg;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 0.88;
  text-transform: uppercase;
  transform: skewX(-7deg);
  transform-origin: left center;
  white-space: nowrap;
  word-spacing: 0.02em;
}

.fighter-editorial {
  color: var(--fighter-red);
  font-family: var(--fighter-attack);
  display: inline-block;
  font-style: oblique 14deg;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transform: skewX(-7deg);
  transform-origin: left center;
  word-spacing: 0.02em;
}

.fighter-display em {
  display: block;
  margin-top: 0.3em;
  line-height: 0.8;
}

.fighter-lead {
  max-width: 35rem;
  color: var(--home-muted) !important;
  font-size: clamp(1rem, 1.3vw, 1.18rem) !important;
  line-height: 1.75 !important;
}

.fighter-hero {
  position: relative;
  min-height: 48rem;
  padding: clamp(4.5rem, 6.8vw, 7rem) var(--fighter-pad) !important;
  overflow: hidden;
  background: var(--home-bg);
  border-bottom: 1px solid var(--home-line);
}

.fighter-hero::before {
  content: "";
  position: absolute;
  top: -15rem;
  right: -12rem;
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  background: var(--fighter-red);
  filter: blur(9rem);
  opacity: 0.16;
}

.fighter-home--precision .fighter-hero::before {
  background: var(--fighter-red);
  opacity: 0.12;
}

.fighter-home--heritage .fighter-hero::before {
  background: var(--fighter-red);
  opacity: 0.2;
}

.fighter-hero > .wp-block-columns {
  position: relative;
  z-index: 2;
  width: min(100%, var(--fighter-wide));
  margin: 0 auto;
  gap: clamp(2rem, 4vw, 5rem) !important;
}

.fighter-hero-copy {
  position: relative;
  z-index: 4;
  max-width: 49rem;
}

.fighter-hero-actions {
  gap: 1.5rem !important;
  margin-top: 2.2rem !important;
}

.fighter-hero-actions .is-style-outline .wp-block-button__link {
  border: 0;
  border-bottom: 1px solid var(--home-line);
  background: transparent;
  color: var(--home-text);
}

.fighter-product-stage {
  position: relative;
  min-height: 36rem;
  isolation: isolate;
}

.fighter-product-stage::before,
.fighter-product-stage::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid var(--home-line);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.fighter-product-stage::before {
  width: min(35rem, 46vw);
  height: min(35rem, 46vw);
}

.fighter-product-stage::after {
  width: min(25rem, 34vw);
  height: min(25rem, 34vw);
  border-style: dashed;
}

.fighter-product-stage .wp-block-image {
  position: relative;
  z-index: 3;
  height: 36rem;
  margin: 0;
}

.fighter-product-stage .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2.2rem 1.8rem rgba(0, 0, 0, 0.3));
}

.fighter-product-stage .fighter-spec-badge {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 16%;
  min-width: 8.8rem;
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--fighter-red);
  background: color-mix(in srgb, var(--home-surface) 88%, transparent);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.22);
}

.fighter-spec-badge p {
  margin: 0;
  color: var(--home-muted) !important;
  font-family: monospace;
  font-size: 0.56rem !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fighter-spec-badge strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.5rem;
}

.fighter-stats {
  width: min(100%, 42rem);
  margin-top: 3.25rem !important;
  border-top: 1px solid var(--home-line);
}

.fighter-stats .wp-block-column {
  padding: 1.25rem 1rem 0 0;
  border-right: 1px solid var(--home-line);
}

.fighter-stats .wp-block-column:last-child {
  border-right: 0;
}

.fighter-stats h3 {
  margin: 0 0 0.25rem;
  font-size: 1.65rem !important;
}

.fighter-stats p {
  margin: 0;
  color: var(--home-muted) !important;
  font-family: monospace;
  font-size: 0.58rem !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fighter-section {
  padding: clamp(5rem, 8vw, 8rem) var(--fighter-pad) !important;
  background: var(--home-bg);
  color: var(--home-text);
}

.fighter-section-inner {
  width: min(100%, var(--fighter-wide));
  margin: 0 auto !important;
}

.fighter-section-heading {
  display: grid !important;
  grid-template-columns: 1.45fr 0.55fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 3.2rem !important;
}

.fighter-section-heading h2 {
  margin: 0;
  padding: 0;
  font-size: clamp(3rem, 5.8vw, 6rem);
  letter-spacing: -0.07em;
  line-height: 0.93;
  text-transform: uppercase;
}

.fighter-section-heading h2[style*="font-size:7px"] {
  font-size: clamp(3rem, 5.8vw, 6rem) !important;
  letter-spacing: -0.07em !important;
  line-height: 0.93 !important;
}

.fighter-section-heading .fighter-heading-main {
  margin-top: 1.3rem;
}

.fighter-section-heading .fighter-heading-accent {
  margin-top: clamp(0.85rem, 1.3vw, 1.25rem);
  font-size: clamp(2.7rem, 4.8vw, 5rem);
  font-style: oblique 14deg;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 0.88;
  text-transform: uppercase;
  transform: skewX(-7deg);
  transform-origin: left center;
  white-space: nowrap;
  word-spacing: 0.02em;
}

#catalog .fighter-heading-main {
  max-width: 13ch;
}

#catalog .fighter-heading-accent {
  display: block;
  font-size: clamp(2.1rem, 4.4vw, 4.5rem);
  line-height: 0.82;
}

.fighter-section-heading h2 > .fighter-editorial {
  display: block;
  margin-top: 0.3em;
}

.fighter-section-heading > p {
  color: var(--home-muted) !important;
  line-height: 1.75;
}

.fighter-family-grid {
  gap: 0 !important;
}

.fighter-family-card {
  position: relative;
  min-height: 36rem;
  padding: 2.25rem !important;
  overflow: hidden;
  border: 1px solid var(--home-line);
  background: var(--home-surface);
  isolation: isolate;
}

.fighter-family-card + .fighter-family-card {
  border-left: 0;
}

.fighter-family-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -30%;
  bottom: -35%;
  width: 80%;
  height: 55%;
  border-radius: 50%;
  background: var(--family-accent, var(--fighter-red));
  filter: blur(4rem);
  opacity: 0.23;
}

.fighter-family-card--coolant { --family-accent: #ed1c2b; }
.fighter-family-card--scr { --family-accent: #1478ff; }
.fighter-family-card--brake { --family-accent: #ed1c2b; }

.fighter-family-card--brake {
  --home-text: #111217;
  --home-muted: #66676d;
  --home-line: rgba(12, 13, 16, 0.16);
  background: #f3f2ef;
  color: #111217;
}

.fighter-family-card h3 {
  position: relative;
  z-index: 4;
  margin: 2rem 0 0;
  font-size: clamp(2.7rem, 3.7vw, 4rem) !important;
  letter-spacing: -0.055em !important;
  line-height: 0.92 !important;
  text-transform: uppercase;
  hyphens: none;
  overflow-wrap: normal;
  word-break: keep-all;
}

.fighter-family-card h3 span {
  display: block;
  white-space: nowrap;
}

.fighter-family-card--brake h3 {
  font-size: clamp(2.35rem, 2.8vw, 3.05rem) !important;
}

.fighter-family-card > p {
  position: relative;
  z-index: 4;
  max-width: 19rem;
  color: var(--home-muted) !important;
}

.fighter-family-card .wp-block-image {
  position: absolute;
  right: -9%;
  bottom: 1rem;
  width: 78%;
  height: 58%;
  margin: 0;
}

.fighter-family-card .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 1.5rem 1.4rem rgba(0, 0, 0, 0.24));
}

.fighter-family-card--brake .wp-block-image {
  right: 2%;
  width: 62%;
  height: 66%;
}

.fighter-family-card--brake .wp-block-image img {
  mix-blend-mode: normal;
}

.fighter-catalog-wrap {
  border-top: 1px solid var(--home-line);
}

.fighter-catalog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  border-bottom: 1px solid var(--home-line);
}

.fighter-catalog-filters a {
  padding: 1.35rem 1.5rem;
  border-right: 1px solid var(--home-line);
  color: var(--home-muted);
  font-family: monospace;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fighter-catalog-filters a:hover,
.fighter-catalog-filters a.is-active {
  background: var(--fighter-red);
  color: #fff;
}

.fighter-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fighter-product-card {
  position: relative;
  min-height: 37rem;
  overflow: hidden;
  border-right: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  background: var(--home-surface);
}

.fighter-product-card:nth-child(3n + 1) {
  border-left: 1px solid var(--home-line);
}

.fighter-product-card--brake-fluid-dot4 {
  --home-text: #111217;
  --home-muted: #66676d;
  --home-line: rgba(12, 13, 16, 0.16);
  background: #f3f2ef;
  color: #111217;
}

.fighter-product-card--brake-fluid-dot4 .fighter-product-card__image img {
  padding-right: 4rem;
  padding-left: 4rem;
  mix-blend-mode: normal;
}

.fighter-product-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--home-text);
}

.fighter-product-card__meta {
  display: flex;
  justify-content: space-between;
  padding: 1.4rem 1.5rem 0;
  color: var(--home-muted);
  font-family: monospace;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fighter-product-card__meta span:first-child {
  color: var(--product-accent, var(--fighter-red));
}

.fighter-product-card__image {
  position: relative;
  height: 25rem;
  margin: 0;
}

.fighter-product-card__image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16.5rem;
  height: 16.5rem;
  border: 1px solid color-mix(in srgb, var(--product-accent, var(--fighter-red)) 42%, transparent);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease;
}

.fighter-product-card__image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem 2.5rem;
  filter: drop-shadow(0 1.7rem 1.4rem rgba(0, 0, 0, 0.24));
  transition: transform 0.35s ease;
}

.fighter-product-card__image > span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: var(--product-accent, var(--fighter-red));
  font-size: 10rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.fighter-product-card:hover .fighter-product-card__image img {
  transform: translateY(-0.8rem) scale(1.04);
}

.fighter-product-card:hover .fighter-product-card__image::before {
  transform: translate(-50%, -50%) scale(1.1);
}

.fighter-product-card__body {
  margin-top: auto;
  padding: 1.4rem 1.5rem 1.8rem;
  border-top: 1px solid var(--home-line);
}

.fighter-product-card__body h3 {
  margin: 0;
  font-size: clamp(1.6rem, 2vw, 2.15rem) !important;
}

.fighter-product-card__body p {
  margin: 0.6rem 0 0;
  color: var(--home-muted) !important;
  font-size: 0.85rem;
  line-height: 1.55;
}

.fighter-product-card__temperature {
  display: inline-block;
  margin-top: 1rem;
  padding-left: 0.75rem;
  border-left: 2px solid var(--product-accent, var(--fighter-red));
  font-size: 1.05rem;
  font-weight: 800;
}

.fighter-empty-catalog {
  padding: 3rem 0;
  color: var(--home-muted);
}

.fighter-engineering {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0 !important;
  padding: 0 !important;
  background: #e9e6df;
  color: #111217;
}

.fighter-engineering__image {
  min-height: 42rem;
}

.fighter-engineering__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.08);
}

.fighter-engineering__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3.5rem, 7vw, 7rem) !important;
}

.fighter-engineering__copy .fighter-label,
.fighter-engineering__copy p {
  color: #68686d !important;
}

.fighter-engineering__copy h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  text-transform: uppercase;
}

.fighter-engineering__copy .fighter-heading-main {
  margin-top: 1.8rem;
  color: #111217;
}

.fighter-engineering__copy .fighter-heading-accent {
  margin-top: clamp(0.7rem, 1.1vw, 1rem);
  margin-bottom: 1.5rem;
  font-style: oblique 14deg;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 0.88;
}

.fighter-engineering__list {
  margin-top: 2.5rem;
  border-top: 1px solid rgba(16, 17, 22, 0.18);
}

.fighter-engineering__list > .wp-block-group {
  display: grid !important;
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
  padding: 1.1rem 0 !important;
  border-bottom: 1px solid rgba(16, 17, 22, 0.18);
}

.fighter-engineering__list .fighter-index {
  color: var(--fighter-red) !important;
  font-family: monospace;
  font-size: 0.65rem !important;
}

.fighter-engineering__list h3 {
  margin: 0 0 0.35rem;
  color: #111217;
  font-size: 1rem !important;
  letter-spacing: -0.02em !important;
}

.fighter-engineering__list p {
  margin: 0;
  font-size: 0.8rem;
}

.fighter-cta {
  position: relative;
  min-height: 34rem;
  padding: clamp(5rem, 7vw, 7rem) var(--fighter-pad) !important;
  overflow: hidden;
  background: var(--fighter-red);
  color: #fff;
}

.fighter-cta::after {
  content: "F";
  position: absolute;
  top: 48%;
  right: 1%;
  color: transparent;
  font-size: min(34vw, 31rem);
  font-weight: 900;
  line-height: 0.7;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.22);
  transform: translateY(-50%);
}

.fighter-cta > .wp-block-group {
  position: relative;
  z-index: 3;
  width: min(100%, var(--fighter-wide));
  margin: 0 auto !important;
}

.fighter-cta h2 {
  max-width: 56rem;
  margin: 0;
  font-size: clamp(4rem, 7vw, 7rem);
  letter-spacing: -0.065em;
  line-height: 0.86;
  text-transform: uppercase;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.fighter-cta .fighter-cta-main {
  margin-top: 2rem;
}

.fighter-cta .fighter-cta-accent {
  margin-top: clamp(0.7rem, 1.2vw, 1.1rem);
  margin-bottom: 2rem;
  font-style: oblique 10deg;
  font-weight: 900;
  letter-spacing: -0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}

.fighter-cta p {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.76) !important;
}

.fighter-cta .wp-block-button__link {
  background: #fff;
  color: #111217;
}

.fighter-site-footer {
  padding: clamp(3.5rem, 6vw, 6rem) var(--fighter-pad) 2rem !important;
  background: #08080a;
  color: #fff;
}

.fighter-site-footer > .wp-block-group {
  width: min(100%, var(--fighter-wide));
  margin: 0 auto !important;
}

.fighter-site-footer .wp-block-site-title a {
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-family: var(--fighter-attack);
  font-style: oblique 10deg;
}

.fighter-site-footer .fighter-brand-lockup {
  align-items: flex-start;
}

.fighter-site-footer .fighter-brand-logo {
  width: clamp(11rem, 16vw, 14rem) !important;
}

.fighter-site-footer .fighter-brand-slogan {
  color: #a2a2a7 !important;
}

.fighter-site-footer p,
.fighter-site-footer a {
  color: #a2a2a7;
}

.fighter-footer-meta {
  margin-top: 3rem !important;
  padding-top: 1.5rem !important;
  border-top: 1px solid #28282d;
  font-family: monospace;
  font-size: 0.6rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.fighter-product-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 7vw, 7rem) var(--fighter-pad) !important;
  background:
    radial-gradient(circle at 26% 48%, rgba(237, 28, 43, 0.13), transparent 29rem),
    linear-gradient(135deg, var(--home-surface), var(--home-bg));
}

.fighter-product-hero > .wp-block-columns {
  position: relative;
  z-index: 2;
  width: min(100%, var(--fighter-wide));
  margin: 0 auto;
  gap: clamp(2.5rem, 6vw, 7rem) !important;
}

.fighter-product-hero .wp-block-post-featured-image {
  position: relative;
  isolation: isolate;
  height: min(42rem, 70vh);
  margin: 0;
  overflow: visible;
  background: transparent;
}

.fighter-product-hero .wp-block-post-featured-image::before,
.fighter-product-hero .wp-block-post-featured-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.fighter-product-hero .wp-block-post-featured-image::before {
  z-index: -2;
  width: min(34rem, 41vw);
  height: min(34rem, 41vw);
  border: 1px solid color-mix(in srgb, var(--fighter-red) 48%, transparent);
  box-shadow:
    0 0 0 4.5rem color-mix(in srgb, var(--home-line) 38%, transparent),
    0 0 7rem rgba(237, 28, 43, 0.12);
}

.fighter-product-hero .wp-block-post-featured-image::after {
  z-index: -1;
  width: min(23rem, 29vw);
  height: min(23rem, 29vw);
  background: rgba(237, 28, 43, 0.18);
  filter: blur(4.5rem);
}

.fighter-product-hero .wp-block-post-featured-image img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(0.5rem, 2.2vw, 2.25rem);
  filter: drop-shadow(0 2.4rem 2rem rgba(0, 0, 0, 0.38));
}

.fighter-product-hero .wp-block-post-title {
  font-size: clamp(3.5rem, 7vw, 7rem) !important;
}

.fighter-product-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2rem 0;
  border-top: 1px solid var(--home-line);
}

.fighter-product-spec {
  padding: 1rem 1rem 1rem 0;
  border-bottom: 1px solid var(--home-line);
}

.fighter-product-spec:nth-child(odd) {
  border-right: 1px solid var(--home-line);
}

.fighter-product-spec:nth-child(even) {
  padding-left: 1rem;
}

.fighter-product-spec span,
.fighter-product-spec strong {
  display: block;
}

.fighter-product-spec span {
  margin-bottom: 0.35rem;
  color: var(--home-muted);
  font-family: monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fighter-product-spec strong {
  font-size: 0.95rem;
}

@media (max-width: 1050px) {
  .fighter-site-header__inner {
    gap: 1rem !important;
  }

  .fighter-site-header .wp-block-navigation {
    font-size: 0.64rem;
  }

  .fighter-site-header .fighter-brand-slogan {
    display: none;
  }

  .fighter-section-heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .fighter-family-grid {
    flex-wrap: wrap !important;
  }

  .fighter-family-grid > .wp-block-column:first-child {
    flex-basis: 100% !important;
  }

  .fighter-family-grid > .wp-block-column:nth-child(2),
  .fighter-family-grid > .wp-block-column:nth-child(3) {
    flex-basis: calc(50% - 1px) !important;
  }

  .fighter-family-grid > .wp-block-column:nth-child(2) {
    border-left: 1px solid var(--home-line);
  }

  .fighter-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fighter-product-card:nth-child(3n + 1) {
    border-left: 0;
  }

  .fighter-product-card:nth-child(2n + 1) {
    border-left: 1px solid var(--home-line);
  }
}

@media (max-width: 782px) {
  .fighter-site-header {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .admin-bar .fighter-site-header {
    top: 46px;
  }

  .fighter-site-header__inner {
    min-height: 5rem;
  }

  .fighter-site-header .fighter-brand-logo {
    width: 9.6rem !important;
  }

  .fighter-site-header .wp-block-buttons {
    display: none;
  }

  .fighter-hero {
    min-height: auto;
    padding-top: 4rem !important;
  }

  .fighter-display,
  .fighter-display-accent {
    max-width: 100%;
    font-size: clamp(3.15rem, 14vw, 5.6rem);
  }

  .fighter-display {
    letter-spacing: -0.06em;
  }

  .fighter-product-stage,
  .fighter-product-stage .wp-block-image {
    min-height: 30rem;
    height: 30rem;
  }

  .fighter-product-stage::before {
    width: 25rem;
    height: 25rem;
  }

  .fighter-product-stage::after {
    width: 18rem;
    height: 18rem;
  }

  .fighter-stats {
    gap: 0 !important;
  }

  .fighter-section-heading h2 {
    font-size: clamp(2.8rem, 12vw, 4.5rem);
  }

  .fighter-family-grid {
    display: block !important;
  }

  .fighter-family-card,
  .fighter-family-grid > .wp-block-column:nth-child(2),
  .fighter-family-grid > .wp-block-column:nth-child(3) {
    min-height: 34rem;
    border: 1px solid var(--home-line) !important;
  }

  .fighter-family-card + .fighter-family-card {
    border-top: 0 !important;
  }

  .fighter-catalog-grid {
    grid-template-columns: 1fr;
  }

  .fighter-product-card,
  .fighter-product-card:nth-child(2n + 1),
  .fighter-product-card:nth-child(3n + 1) {
    border-left: 1px solid var(--home-line);
  }

  .fighter-engineering {
    grid-template-columns: 1fr;
  }

  .fighter-engineering__image {
    min-height: 28rem;
  }

  .fighter-cta h2 {
    font-size: clamp(3.15rem, 14vw, 5.4rem);
  }

  .fighter-product-specs {
    grid-template-columns: 1fr;
  }

  .fighter-product-hero {
    padding-top: 3rem !important;
    padding-bottom: 4.5rem !important;
  }

  .fighter-product-hero > .wp-block-columns {
    gap: 2.5rem !important;
  }

  .fighter-product-hero .wp-block-post-featured-image {
    height: min(32rem, 64vh);
  }

  .fighter-product-hero .wp-block-post-featured-image::before {
    width: min(27rem, 78vw);
    height: min(27rem, 78vw);
    box-shadow:
      0 0 0 2.75rem color-mix(in srgb, var(--home-line) 38%, transparent),
      0 0 5rem rgba(237, 28, 43, 0.12);
  }

  .fighter-product-hero .wp-block-post-featured-image::after {
    width: min(19rem, 56vw);
    height: min(19rem, 56vw);
  }

  .fighter-product-hero .wp-block-post-featured-image img {
    padding: 0.5rem 1rem;
  }

  .fighter-product-spec:nth-child(odd) {
    border-right: 0;
  }

  .fighter-product-spec:nth-child(even) {
    padding-left: 0;
  }
}

@media (max-width: 420px) {
  .fighter-display,
  .fighter-display-accent,
  .fighter-cta h2 {
    font-size: clamp(2.75rem, 13vw, 3.5rem);
  }

  .fighter-stats {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fighter-stats h3 {
    font-size: 1.25rem !important;
  }

  .fighter-stats p {
    font-size: 0.48rem !important;
  }
}
