/* Foxtrot Mike — Generic shop chrome, footer, static pages, early responsive rules. */

/* ========== Shop / generic WC pages ========== */
.woocommerce-products-header,
.woocommerce .woocommerce-breadcrumb {
  color: var(--fm-muted);
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

.woocommerce div.product {
  color: var(--fm-text);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #fff;
  font-weight: 700;
}

/* ========== Footer ========== */
.fm-footer {
  margin-top: auto;
  background: #111;
  color: #b5b5b5;
  font-size: 0.92rem;
  border-top: 1px solid #2a2a2a;
}

.fm-footer__kicker,
.fm-footer strong,
.fm-footer__col summary {
  font-family: var(--fm-font);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 0.85rem;
}

.fm-footer__col summary {
  display: block;
  list-style: none;
  cursor: pointer;
}

.fm-footer__col summary::-webkit-details-marker {
  display: none;
}

.fm-footer__col summary::marker {
  content: "";
}

.fm-footer__top,
.fm-footer__cols,
.fm-footer__bar {
  width: min(100% - 3rem, 1180px);
  margin-inline: auto;
}

.fm-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.25rem 0 1.75rem;
  border-bottom: 1px solid #2c2c2c;
}

.fm-footer__signup {
  flex: 1 1 28rem;
  max-width: 34rem;
}

.fm-footer__signup .fm-subscribe {
  margin: 0;
}

.fm-footer__signup .fm-subscribe__copy,
.fm-footer__signup .fm-subscribe__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.fm-footer__signup .fm-subscribe__fields {
  display: flex;
  align-items: stretch;
  gap: 0;
  position: relative;
  background: #fff;
}

.fm-footer__signup .fm-subscribe__email {
  flex: 1 1 auto;
  width: 100%;
  height: 3rem;
  margin: 0;
  padding: 0 3.25rem 0 1rem;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-family: var(--fm-font);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fm-footer__signup .fm-subscribe__email::placeholder {
  color: #222;
  opacity: 1;
}

.fm-footer__signup button.fm-subscribe__submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-size: 0;
}

.fm-footer__signup .fm-subscribe__submit::after {
  content: "→";
  font-family: var(--fm-font);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1;
}

.fm-footer__signup .fm-subscribe__submit:hover {
  color: var(--fm-accent);
  background: transparent;
}

.fm-footer__signup .fm-subscribe__msg {
  margin: 0.45rem 0 0;
  color: #cfcfcf;
  font-size: 0.82rem;
}

.fm-footer__signup .fm-subscribe__hp {
  position: absolute;
  left: -9999px;
}

.fm-footer__follow {
  flex: 0 0 auto;
}

.fm-footer__social {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.fm-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  background: transparent;
  color: inherit;
}

.fm-footer__social-link:hover {
  background: transparent;
  opacity: 0.75;
}

.fm-footer__social-icon {
  display: block;
  width: 1.45rem;
  height: 1.45rem;
}

.fm-footer__cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem 1.5rem;
  padding: 2.25rem 0 2.5rem;
}

.fm-footer__col {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.fm-footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.fm-footer__note {
  display: block;
  line-height: 1.45;
  max-width: 16rem;
}

.fm-footer a {
  color: #b5b5b5;
}

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

.fm-footer__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  padding: 1.15rem 0 1.4rem;
  border-top: 1px solid #2c2c2c;
  font-size: 0.82rem;
}

.fm-footer__bar .fm-origin-mark {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  color: #fff;
  font-family: var(--fm-font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fm-footer__bar .fm-origin-mark__flag {
  display: inline-flex;
  line-height: 0;
}

.fm-footer__meta {
  color: #9a9a9a;
}

.fm-footer--checkout {
  padding: 1.5rem 0 2rem;
  background: #000;
}

.fm-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.fm-footer--checkout .fm-footer__legal {
  justify-content: center;
}

@media (min-width: 768px) {
  .fm-footer__col summary {
    pointer-events: none;
  }

  .fm-footer__col > .fm-footer__links {
    display: flex;
  }
}

@media (max-width: 900px) {
  .fm-footer__top,
  .fm-footer__bar {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .fm-footer__signup {
    flex: none;
    width: 100%;
    max-width: none;
  }

  .fm-footer__cols {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .fm-footer__top {
    gap: 1.6rem;
    padding: 1.6rem 0 1.35rem;
  }

  .fm-footer__follow {
    width: 100%;
    text-align: center;
  }

  .fm-footer__social {
    justify-content: center;
  }

  .fm-footer__cols {
    display: block;
    padding: 0 0 0.25rem;
    border-top: 1px solid #2c2c2c;
  }

  .fm-footer__col {
    display: block;
    border-bottom: 1px solid #2c2c2c;
  }

  .fm-footer__col summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 1.05rem 0;
  }

  .fm-footer__col summary::after {
    content: "";
    flex: 0 0 auto;
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.2rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
  }

  .fm-footer__col[open] summary::after {
    transform: rotate(225deg) translateY(-1px);
  }

  .fm-footer__col:not([open]) > .fm-footer__links {
    display: none;
  }

  .fm-footer__links {
    padding: 0 0 1.05rem;
  }
}

/* ========== Page chrome for non-home ========== */
.fm-page {
  width: min(100% - 3rem, var(--fm-max));
  margin: 2rem auto 3rem;
}

.fm-page h1 {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}

.fm-content-header {
  margin-bottom: 1.75rem;
  max-width: 44rem;
}

.fm-content-header h1 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 0.65rem;
}

.fm-lead {
  color: var(--fm-muted);
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0;
}

/* Prose for legal / policy pages */
.fm-prose {
  max-width: 46rem;
  color: var(--fm-muted);
  line-height: 1.65;
}

.fm-prose h2 {
  color: var(--fm-text);
  font-size: 1.2rem;
  margin: 2rem 0 0.75rem;
}

.fm-prose h3 {
  color: var(--fm-text);
  font-size: 1.05rem;
  margin: 1.5rem 0 0.5rem;
}

.fm-prose p {
  margin: 0 0 1rem;
}

.fm-prose ul,
.fm-prose ol {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
}

.fm-prose li {
  margin-bottom: 0.4rem;
}

.fm-prose a {
  color: var(--fm-text);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fm-prose a:hover {
  color: var(--fm-accent);
}

.fm-prose strong {
  color: var(--fm-text);
}

.fm-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.5rem;
  font-size: 0.92rem;
}

.fm-prose th,
.fm-prose td {
  text-align: left;
  padding: 0.55rem 0.65rem;
  border-bottom: 1px solid var(--fm-border);
  vertical-align: top;
}

.fm-prose th {
  color: var(--fm-text);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ========== About page ========== */
.fm-about {
  min-height: 50vh;
}

.fm-about-intro {
  width: min(100% - 3rem, var(--fm-max));
  margin: 2.5rem auto 0;
}

.fm-about-intro h1 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin: 0 0 0.65rem;
}

.fm-about-intro .fm-lead {
  max-width: 38rem;
  margin: 0 0 1.25rem;
}

.fm-about-body {
  padding: 2.25rem 0 2.5rem;
}

.fm-about .fm-range {
  padding: 3rem 0 4rem;
  border-top: 1px solid var(--fm-border);
}

.fm-about-body__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem 3rem;
  align-items: start;
  width: min(100% - 3rem, var(--fm-max));
  margin-inline: auto;
}

.fm-about-story h2 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.fm-about-story > p {
  color: var(--fm-muted);
  margin-bottom: 1rem;
  max-width: 40rem;
  line-height: 1.6;
}

.fm-about-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem 2rem;
  width: min(100% - 3rem, var(--fm-max));
  margin: 2.25rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid var(--fm-border);
}

.fm-about-pillar h3 {
  font-size: 0.95rem;
  margin: 0 0 0.4rem;
}

.fm-about-pillar p {
  color: var(--fm-muted);
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.5;
}

.fm-about-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
  width: min(100% - 3rem, var(--fm-max));
  margin: 1.75rem auto 0;
  font-size: 0.9rem;
}

.fm-about-links a {
  color: var(--fm-text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fm-about-links a:hover {
  color: var(--fm-accent);
}

.fm-about-gallery {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.fm-about-gallery__item {
  margin: 0;
  border-radius: var(--fm-radius);
  overflow: hidden;
  border: 1px solid var(--fm-border);
  background: #050505;
}

.fm-about-gallery__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 900px) {
  .fm-about-intro {
    margin-top: 1.75rem;
  }

  .fm-about-body__inner {
    grid-template-columns: 1fr;
  }

  .fm-about-pillars {
    grid-template-columns: 1fr;
  }
}

/* ========== Newsletter landing ========== */
.fm-nl-hero {
  width: min(100% - 2rem, 32rem);
  margin: 0 auto;
  padding: 2.25rem 0 1.25rem;
  background: transparent;
}

.fm-nl-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
}

.fm-nl-hero__logo {
  width: 7.5rem;
  height: auto;
  margin: 0 0 1.15rem;
}

.fm-nl-hero h1 {
  margin: 0 0 0.75rem;
  max-width: 12ch;
  font-size: clamp(2.6rem, 5vw, 4.25rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.98;
  color: #fff;
}

.fm-nl-hero__lead {
  margin: 0 0 1.5rem;
  max-width: 28rem;
  color: #d0d0d0;
  font-size: 1.08rem;
  line-height: 1.45;
}

.fm-nl-hero h1,
.fm-nl-hero .fm-subscribe,
.fm-nl-hero__fine {
  width: 100%;
}

.fm-nl .fm-subscribe {
  gap: 0.75rem;
  max-width: 28rem;
}

.fm-nl .fm-subscribe__fields {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  order: 1;
}

.fm-nl .fm-subscribe__copy {
  order: 2;
}

.fm-nl .fm-subscribe__msg {
  order: 3;
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.fm-nl .fm-subscribe__email,
.fm-nl .fm-subscribe__submit {
  width: 100%;
  min-height: 3.35rem;
  border-radius: 999px;
  font-size: 1rem;
}

.fm-nl .fm-subscribe__email {
  padding: 0 1.25rem;
  color: #fff;
  background: var(--fm-surface);
  border: 1px solid var(--fm-border);
}

.fm-nl .fm-subscribe__email::placeholder {
  color: var(--fm-muted);
}

.fm-nl .fm-subscribe__submit {
  padding-inline: 1.6rem;
  background: var(--fm-accent) !important;
  color: #fff !important;
  border: 0;
}

.fm-nl .fm-subscribe__submit:hover {
  background: var(--fm-accent-hover) !important;
  color: #fff !important;
}

.fm-nl .fm-subscribe__hint {
  margin: 0;
  color: #bdbdbd;
}

.fm-nl-hero__fine {
  margin: 0.35rem 0 0;
  max-width: 28rem;
  color: #9a9a9a;
  font-size: 0.82rem;
  line-height: 1.45;
}

.fm-nl-hero__fine a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fm-nl-frame {
  margin: 0;
  width: 15.5rem;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid var(--fm-border);
  border-radius: 12px;
  background: #111;
  flex: 0 0 auto;
}

.fm-nl-frame__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fm-nl-band {
  display: grid;
  grid-template-columns: 15.5rem minmax(0, 28rem);
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  width: min(100% - 3rem, 68rem);
  margin: 0 auto;
  padding: 1.75rem 0;
  background: #0a0a0a;
  border-top: 1px solid #1c1c1c;
}

.fm-nl-band--flip .fm-nl-frame {
  order: 2;
}

.fm-nl-band__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.fm-nl-band__copy h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #fff;
}

.fm-nl-band__copy p {
  margin: 0;
  max-width: 28rem;
  color: #c8c8c8;
  font-size: 1.05rem;
  line-height: 1.5;
}

.fm-nl-close {
  padding: 4.5rem 1.5rem 5rem;
  text-align: center;
  background: #050505;
  border-top: 1px solid #1c1c1c;
}

.fm-nl-close h2 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  letter-spacing: -0.03em;
  color: #fff;
}

.fm-nl-close p {
  margin: 0 auto 1.35rem;
  max-width: 28rem;
  color: #c8c8c8;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .fm-nl-hero,
  .fm-nl-band {
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(100% - 2rem, 68rem);
    gap: 1.35rem;
  }

  .fm-nl-hero {
    padding: 1.5rem 0 2.25rem;
  }

  .fm-nl-band {
    padding: 2rem 0;
  }

  .fm-nl-band--flip .fm-nl-frame {
    order: -1;
  }

  .fm-nl-frame {
    width: min(100%, 13.5rem);
  }

  .fm-nl-hero__copy,
  .fm-nl-band__copy {
    padding: 0;
  }

  .fm-nl-band__copy {
    text-align: center;
  }

  .fm-nl-band__copy p {
    margin-inline: auto;
  }
}

/* ========== Support page ========== */
.fm-support-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
  margin: 0 0 1.5rem;
}

.fm-support-toc a {
  color: var(--fm-muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.fm-support-contact {
  margin-bottom: 2rem;
  padding: 1.25rem 1.5rem;
  background: var(--fm-surface);
  border: 1px solid var(--fm-border);
  border-radius: var(--fm-radius);
  max-width: 40rem;
}

.fm-support-contact h2 {
  font-size: 1rem;
  margin: 0 0 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fm-muted);
}

.fm-support-contact__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.fm-support-contact__list li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  align-items: baseline;
}

.fm-support-contact__list strong {
  min-width: 9rem;
  color: var(--fm-text);
  font-size: 0.9rem;
}

.fm-support-contact a {
  color: var(--fm-text);
}

.fm-support-contact a:hover {
  color: var(--fm-accent);
}

.fm-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.fm-support-card {
  display: block;
  padding: 1.25rem 1.35rem;
  background: var(--fm-surface);
  border: 1px solid var(--fm-border);
  border-radius: var(--fm-radius);
  transition: border-color 0.15s ease, background 0.15s ease;
  color: inherit;
  text-decoration: none !important;
}

.fm-support-card:hover {
  border-color: #3a3a3a;
  background: var(--fm-surface-hover);
  color: inherit;
}

.fm-support-card h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 1.05rem;
  margin: 0 0 0.4rem;
  color: var(--fm-text);
}

.fm-support-card h3::after {
  content: "›";
  color: var(--fm-muted);
  font-size: 1.25rem;
  line-height: 1;
}

.fm-support-card p {
  margin: 0;
  color: var(--fm-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.fm-support-notes {
  max-width: 44rem;
}

.fm-support-notes h2 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}

.fm-support-notes ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--fm-muted);
}

.fm-support-notes li {
  margin-bottom: 0.45rem;
}

@media (max-width: 900px) {
  .fm-support-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .fm-support-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== Platform / dealer lookbook ========== */
.fm-hub-grid {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.fm-hub-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fm-hub-card {
  margin: 0;
  background: var(--fm-surface);
  border: 1px solid var(--fm-border);
  border-radius: var(--fm-radius);
  overflow: hidden;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.fm-hub-card:hover {
  border-color: #3a3a3a;
  transform: translateY(-2px);
}

.fm-hub-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none !important;
}

.fm-hub-card__media {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0a0a0a;
}

.fm-hub-card__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.fm-hub-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem 1.15rem 1.15rem;
}

.fm-hub-card__aka {
  color: var(--fm-muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fm-hub-card__name {
  font-family: var(--fm-font-display);
  font-size: 1.75rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fm-text);
}

.fm-hub .fm-content-header h1 {
  font-family: var(--fm-font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fm-hub-card__line {
  color: var(--fm-muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.fm-hub-card__link:hover .fm-hub-card__name {
  color: var(--fm-accent);
}

/* Platforms page. Media is 3:4 so portrait range shots and square studio shots both keep the gun. */
.fm-lineup {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 0 2.5rem;
}

.fm-lineup__row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  align-items: start;
  gap: 1rem;
}

.fm-lineup__row--lead,
.fm-lineup__row--pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fm-lineup__row--mid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fm-lineup__card {
  margin: 0;
  min-width: 0;
}

.fm-lineup__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none !important;
  background: var(--fm-surface);
  border: 1px solid var(--fm-border);
  border-radius: var(--fm-radius);
  overflow: hidden;
}

.fm-lineup__link:hover {
  border-color: #3a3a3a;
}

.fm-lineup__media {
  display: block;
  aspect-ratio: 1;
  background: #0a0a0a;
  overflow: hidden;
}

.fm-lineup__media.is-cover {
  aspect-ratio: 3 / 4;
}

.fm-lineup__media.is-wide {
  aspect-ratio: 2 / 1;
}

.fm-lineup__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fm-lineup__name {
  display: block;
  padding: 0.9rem 1rem 1rem;
  font-family: var(--fm-font-display);
  font-size: 1.35rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
}

.fm-lineup__row--mid .fm-lineup__name,
.fm-lineup__row--pair .fm-lineup__name {
  padding: 0.75rem 0.85rem 0.85rem;
  font-size: 1.05rem;
}

@media (max-width: 800px) {
  .fm-lineup__row--lead,
  .fm-lineup__row--mid,
  .fm-lineup__row--pair {
    grid-template-columns: 1fr 1fr;
  }

  .fm-lineup__row--mid li:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 0.5rem);
  }
}

/* ========== Dealer inquiry ========== */
.fm-dealers-banner {
  margin: 0 0 1.75rem;
  padding: 0.9rem 1.1rem;
  border-radius: var(--fm-radius);
  border: 1px solid var(--fm-border);
  max-width: 40rem;
}

.fm-dealers-banner--ok {
  border-color: #166534;
  background: #052e16;
  color: var(--fm-success);
}

.fm-dealers-banner--err {
  border-color: #7f1d1d;
  background: #2a0b0b;
  color: #fecaca;
}

.fm-dealers-form-wrap {
  margin-bottom: 2.5rem;
}

.fm-dealers-form-wrap h2 {
  font-size: 1.15rem;
  margin: 0 0 1rem;
}

.fm-dealers-form {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  max-width: 40rem;
}

.fm-dealers-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem 1rem;
}

.fm-dealers-form__grid--city {
  grid-template-columns: 1fr 7rem;
}

.fm-dealers-form__row label {
  display: block;
  margin: 0 0 0.35rem;
  color: var(--fm-muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.fm-dealers-form input,
.fm-dealers-form select,
.fm-dealers-form textarea {
  width: 100%;
  height: 2.7rem;
  padding: 0 0.8rem;
  border: 1px solid var(--fm-border);
  border-radius: var(--fm-radius-sm);
  background: var(--fm-bg);
  color: var(--fm-text);
  font: inherit;
}

.fm-dealers-form textarea {
  height: auto;
  min-height: 7rem;
  padding: 0.7rem 0.8rem;
  resize: vertical;
}

.fm-dealers-form input:focus,
.fm-dealers-form select:focus,
.fm-dealers-form textarea:focus {
  outline: 2px solid var(--fm-accent);
  outline-offset: 1px;
  border-color: var(--fm-accent);
}

.fm-dealers-form .fm-btn {
  align-self: flex-start;
  margin-top: 0.25rem;
}

.fm-dealers-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .fm-hub-grid--3,
  .fm-dealers-form__grid {
    grid-template-columns: 1fr;
  }

  .fm-dealers-form__grid--city {
    grid-template-columns: 1fr 7rem;
  }
}

@media (max-width: 720px) {
  .fm-hub-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .fm-dealers-form__grid--city {
    grid-template-columns: 1fr;
  }
}

.fm-manuals-body {
  max-width: 46rem;
}

.fm-manuals-group {
  margin: 0 0 2.25rem;
}

.fm-manuals-group h2 {
  font-size: 1.15rem;
  margin: 0 0 0.75rem;
  color: var(--fm-text);
}

.fm-manuals-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--fm-border);
}

.fm-manuals-list li {
  border-bottom: 1px solid var(--fm-border);
}

.fm-manuals-list a {
  display: block;
  padding: 0.7rem 0;
  color: var(--fm-text);
  text-decoration: none;
}

.fm-manuals-list a:hover {
  color: var(--fm-accent);
}

.fm-manuals-note,
.fm-warranty-hint {
  max-width: 40rem;
  color: var(--fm-muted);
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0 0 1.25rem;
}

.fm-manuals-note a,
.fm-warranty-hint a {
  color: var(--fm-text);
}

.fm-about-story a {
  color: var(--fm-text);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fm-about-story a:hover {
  color: var(--fm-accent);
}

/* ========== Responsive ========== */
@media (max-width: 1100px) {
  .fm-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.fm-nav__search {
  display: none;
}

@media (max-width: 1200px) {
  .fm-header:not(.fm-header--checkout) .fm-nav {
    font-size: 0.78rem;
  }

  .fm-header:not(.fm-header--checkout) .fm-nav > a,
  .fm-header:not(.fm-header--checkout) .fm-nav__shop-link {
    padding: 0.3rem 0.45rem;
  }

  .fm-nav__panel {
    padding-left: calc(1.15rem + 0.45rem);
  }
}

@media (max-width: 900px) {
  .fm-header:not(.fm-header--checkout) .fm-nav > a,
  .fm-header:not(.fm-header--checkout) .fm-nav__shop-link {
    padding: 0.28rem 0.22rem;
  }

  .fm-nav__panel {
    padding-left: calc(1.15rem + 0.22rem);
  }
}

@media (max-width: 820px) {
  .fm-header:not(.fm-header--checkout) .fm-nav > a,
  .fm-header:not(.fm-header--checkout) .fm-nav__shop-link {
    padding-left: 0.16rem;
    padding-right: 0.16rem;
  }

  .fm-nav__panel {
    padding-left: calc(1.15rem + 0.16rem);
  }
}

/* Mobile nav shell: hamburger + overlay below 768px */
@media (max-width: 767px) {
  .fm-header__inner {
    flex-wrap: wrap;
    align-items: center;
  }

  .fm-header:not(.fm-header--checkout) .fm-header__inner {
    position: relative;
    justify-content: flex-end;
    gap: 0.35rem;
    padding: 12px 18px;
    min-height: 76px;
  }

  .fm-header:not(.fm-header--checkout) .fm-logo-link {
    position: absolute;
    top: 12px;
    left: round(nearest, calc(50% - 26px), 1px);
    width: 52px;
    height: 52px;
    margin: 0;
    transform: none;
  }

  .fm-header__tools {
    order: 2;
    margin-left: 0;
  }

  .fm-search,
  .fm-search-toggle {
    display: none;
  }

  .fm-nav__search {
    display: block;
    margin: 0 0 0.85rem;
  }

  .fm-nav__search input {
    width: 100%;
    min-height: 2.75rem;
    padding: 0 0.9rem;
    border: 1px solid var(--fm-border);
    border-radius: 8px;
    background: var(--fm-surface);
    color: #fff;
    font: inherit;
  }

  .fm-nav-toggle {
    display: inline-flex;
    order: 3;
    margin-left: 0.35rem;
    position: relative;
    z-index: 250;
  }

  .fm-header:not(.fm-header--checkout) .fm-logo-link,
  .fm-header__tools,
  .fm-nav-toggle {
    z-index: 250;
  }

  .fm-header__tools,
  .fm-nav-toggle {
    position: relative;
  }

  .fm-nav {
    display: none;
    order: 4;
    margin-left: 0;
    position: fixed;
    inset: 0;
    top: 0;
    z-index: 200;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 5.5rem 1.5rem 2rem;
    background: var(--fm-bg);
    border-bottom: 1px solid var(--fm-border);
    overflow-y: auto;
    font-size: 1.05rem;
  }

  body.fm-nav-open .fm-nav {
    display: flex;
  }

  body.fm-nav-open {
    overflow: hidden;
  }

  .fm-nav > a,
  .fm-nav__shop-link {
    padding: 0.9rem 0.25rem;
    border-bottom: 1px solid var(--fm-border);
    opacity: 1;
  }

  .fm-nav > a::after,
  .fm-nav__shop-link::after {
    display: none;
  }

  .fm-nav__shop {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .fm-nav__shop-link {
    width: 100%;
  }

  .fm-nav__caret {
    margin-left: auto;
  }

  .fm-nav__panel {
    position: static;
    display: none;
    margin: 0;
    padding: 0.15rem 0 0.35rem 0.85rem;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .fm-nav__shop.is-open .fm-nav__panel {
    display: grid;
  }

  .fm-nav__shop.is-open .fm-nav__shop-label {
    box-shadow: none;
  }

  .fm-nav__panel a {
    padding: 0.55rem 0.25rem;
    border-left: 0;
    border-bottom: 1px solid var(--fm-border);
    font-size: 1rem;
  }

  .fm-nav__panel a:hover,
  .fm-nav__panel a:focus-visible {
    border-left-color: transparent;
  }

  .fm-header {
    z-index: 300;
  }

  .fm-trust-long {
    display: none;
  }

  .fm-trust-short {
    display: inline;
  }

  .fm-shipping-bar {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    padding: 0.38rem 0;
  }
}

@media (max-width: 560px) {
  .fm-product-grid {
    grid-template-columns: 1fr;
  }
}


