/*
Theme Name: FMR Shots
Theme URI: https://fmr.com.pl/
Author: Full Metal Raider
Description: Experimental storefront theme for Full Metal Raider with a supplement-first homepage direction.
Version: 0.1.0
Text Domain: fmr-shots
*/

:root {
  --fmr-black: #050507;
  --fmr-ink: #0d0f12;
  --fmr-steel: #181c20;
  --fmr-panel: #101317;
  --fmr-panel-2: #151a1f;
  --fmr-line: #2b3138;
  --fmr-text: #f4f1ea;
  --fmr-muted: #b8b0a1;
  --fmr-gold: #d4a72c;
  --fmr-gold-2: #f1d06a;
  --fmr-olive: #687457;
  --fmr-red: #9f2f24;
  --fmr-radius: 8px;
  --fmr-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --fmr-anchor-offset: 96px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: var(--fmr-anchor-offset);
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: var(--fmr-anchor-offset);
}

body {
  margin: 0;
  color: var(--fmr-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--fmr-black);
  line-height: 1.55;
}

body.fmr-coming-soon-active {
  overflow: hidden;
}

body.fmr-coming-soon-active .site-header,
body.fmr-coming-soon-active main,
body.fmr-coming-soon-active .site-footer {
  filter: blur(18px) saturate(0.72) brightness(0.62);
  transform: scale(1.025);
  pointer-events: none;
  user-select: none;
}

.fmr-coming-soon {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(22px, 4vw, 56px);
  background:
    linear-gradient(135deg, rgba(244, 241, 234, 0.22), rgba(244, 241, 234, 0.05) 42%, rgba(5, 5, 7, 0.4)),
    radial-gradient(circle at 50% 20%, rgba(241, 208, 106, 0.16), transparent 34%),
    rgba(5, 5, 7, 0.32);
  backdrop-filter: blur(14px) saturate(0.82);
  -webkit-backdrop-filter: blur(14px) saturate(0.82);
}

.fmr-coming-soon::before,
.fmr-coming-soon::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.fmr-coming-soon::before {
  background:
    linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.12) 50%, transparent 100%) 0 0 / 160px 100%,
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03));
  opacity: 0.26;
}

.fmr-coming-soon::after {
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 90px rgba(255, 255, 255, 0.08), inset 0 0 180px rgba(5, 5, 7, 0.4);
}

.fmr-coming-soon__grain {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 50% 46%, black, transparent 72%);
  pointer-events: none;
}

.fmr-coming-soon__form {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  margin: 0;
}

.fmr-coming-soon__glass {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  padding: clamp(26px, 5vw, 58px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.07) 44%, rgba(5, 5, 7, 0.26)),
    rgba(5, 5, 7, 0.14);
  box-shadow: 0 28px 88px rgba(0, 0, 0, 0.42);
  text-align: center;
  text-decoration: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.fmr-coming-soon__logo {
  width: min(250px, 64vw);
  height: auto;
  margin: 0 auto clamp(24px, 4vw, 40px);
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.35));
}

.fmr-coming-soon__eyebrow {
  margin: 0 0 14px;
  color: var(--fmr-gold-2);
  font-size: clamp(0.78rem, 1.4vw, 0.92rem);
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fmr-coming-soon h1 {
  max-width: 660px;
  margin: 0 auto;
  color: #fffaf0;
  font-size: clamp(2rem, 5.2vw, 4.15rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.fmr-coming-soon__lead {
  max-width: 560px;
  margin: clamp(16px, 2.6vw, 24px) auto 0;
  color: rgba(255, 250, 240, 0.86);
  font-size: clamp(0.98rem, 1.55vw, 1.12rem);
  line-height: 1.55;
}

.fmr-coming-soon__line {
  width: min(320px, 72%);
  height: 1px;
  margin: clamp(24px, 4vw, 42px) auto 0;
  background: linear-gradient(90deg, transparent, rgba(241, 208, 106, 0.9), transparent);
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(212, 167, 44, 0.22);
  background: #020206;
  transform: translateY(0);
  transition: transform 180ms ease;
  will-change: transform;
}

.site-header.is-hidden {
  transform: translateY(calc(-100% - 1px));
}

.header-inner {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  text-decoration: none;
}

.brand-logo {
  width: min(240px, 48vw);
  height: auto;
}

.brand-name,
.brand-subtitle,
.brand-mark {
  display: none;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--fmr-muted);
  font-size: 0.92rem;
  font-weight: 750;
  text-transform: uppercase;
}

.main-nav a {
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a:focus {
  color: var(--fmr-gold-2);
}

.social-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.social-link {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 241, 234, 0.2);
  border-radius: 6px;
  color: var(--fmr-text);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease;
}

.social-link svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.social-link:hover,
.social-link:focus {
  border-color: rgba(241, 208, 106, 0.72);
  color: var(--fmr-gold-2);
  background: rgba(212, 167, 44, 0.1);
  transform: translateY(-1px);
}

.partner-header-faq-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 241, 234, 0.2);
  border-radius: 6px;
  padding: 0 14px;
  color: var(--fmr-gold-2);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease;
}

.partner-header-faq-link:hover,
.partner-header-faq-link:focus {
  border-color: rgba(241, 208, 106, 0.72);
  color: #fff2b0;
  background: rgba(212, 167, 44, 0.1);
  transform: translateY(-1px);
}

.mobile-header-link {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 12px 18px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.button-primary {
  color: #161006;
  background: linear-gradient(135deg, var(--fmr-gold-2), var(--fmr-gold));
  box-shadow: 0 14px 34px rgba(212, 167, 44, 0.22);
}

.button-primary:hover,
.button-primary:focus {
  filter: brightness(1.08);
}

.button-ghost {
  border-color: rgba(244, 241, 234, 0.28);
  color: var(--fmr-text);
  background: rgba(255, 255, 255, 0.04);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 78px);
  background:
    linear-gradient(90deg, rgba(5, 5, 7, 0.96) 0%, rgba(5, 5, 7, 0.78) 46%, rgba(5, 5, 7, 0.45) 100%),
    url("assets/hero-moto.jpg") center / cover no-repeat;
}

.shot-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 74px);
  background:
    radial-gradient(circle at 74% 50%, rgba(159, 47, 36, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(5, 5, 7, 0.98) 0%, rgba(5, 5, 7, 0.92) 46%, rgba(5, 5, 7, 0.82) 100%),
    url("assets/hero-moto.jpg") center / cover no-repeat;
}

.shot-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, var(--fmr-black), transparent);
  content: "";
  pointer-events: none;
}

.shot-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100vh - 74px);
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: 42px;
  padding: 58px 0 72px;
}

.shot-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.5rem, 5.6vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.shot-hero-visual {
  position: relative;
}

.shot-hero-visual::before {
  position: absolute;
  inset: 10% 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 167, 44, 0.28), transparent 68%);
  filter: blur(12px);
  content: "";
}

.shot-hero-visual img {
  position: relative;
  width: 100%;
  border: 1px solid rgba(212, 167, 44, 0.3);
  border-radius: var(--fmr-radius);
  box-shadow: var(--fmr-shadow);
}

.formula-section {
  padding-top: 78px;
}

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

.benefit-card {
  border: 1px solid var(--fmr-line);
  border-radius: var(--fmr-radius);
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(212, 167, 44, 0.08), transparent 42%),
    var(--fmr-panel);
}

.benefit-card span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--fmr-gold-2);
  font-weight: 900;
}

.benefit-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.benefit-card p {
  margin: 0;
  color: var(--fmr-muted);
}

.use-case-section {
  padding-top: 0;
}

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

.use-case-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--fmr-line);
  border-radius: var(--fmr-radius);
  padding: 26px;
  background-size: cover;
  background-position: center;
}

.use-case-card h2 {
  max-width: 420px;
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
  text-transform: uppercase;
}

.use-case-card p:last-child {
  max-width: 480px;
  margin: 0;
  color: var(--fmr-muted);
}

.use-case-rider {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.88)),
    url("assets/category-moto.jpg") center / cover no-repeat;
}

.use-case-tactical {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.88)),
    url("assets/category-tactical.jpg") center / cover no-repeat;
}

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

.product-story-media img {
  border: 1px solid rgba(212, 167, 44, 0.3);
  border-radius: var(--fmr-radius);
  box-shadow: var(--fmr-shadow);
}

.product-story-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  text-transform: uppercase;
}

.brand-intro {
  position: relative;
  min-height: calc(100vh - 74px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--fmr-black);
}

.brand-intro::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 7, 0.98) 0%, rgba(5, 5, 7, 0.92) 34%, rgba(5, 5, 7, 0.72) 62%, rgba(5, 5, 7, 0.92) 100%),
    radial-gradient(circle at 24% 50%, rgba(212, 167, 44, 0.14), transparent 24%),
    radial-gradient(circle at 78% 46%, rgba(104, 116, 87, 0.18), transparent 22%);
  content: "";
}

.brand-intro::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, var(--fmr-black), transparent);
  content: "";
  pointer-events: none;
}

.brand-intro-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.brand-intro-panel {
  background-size: cover;
  background-repeat: no-repeat;
}

.brand-intro-panel-moto {
  background-image: url("assets/intro-moto.jpg");
  background-position: center;
  filter: saturate(0.9);
}

.brand-intro-panel-tactical {
  background-image: url("assets/intro-tactical.jpg");
  background-position: center;
  filter: saturate(0.82);
}

.brand-intro-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  padding: 72px 0 92px;
}

.brand-intro h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.7rem, 6vw, 5.5rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.brand-intro .lead {
  max-width: 660px;
}

.brand-intro-copy {
  max-width: 660px;
  margin: 16px 0 0;
  color: var(--fmr-text);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.brand-intro-scroll {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 34px;
  color: var(--fmr-gold-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-intro-scroll::after {
  width: 1px;
  height: 42px;
  margin-left: 18px;
  background: linear-gradient(180deg, rgba(241, 208, 106, 0.9), transparent);
  content: "";
}

.fuel-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 74px);
  background:
    radial-gradient(circle at 72% 48%, rgba(159, 47, 36, 0.42), transparent 24%),
    radial-gradient(circle at 18% 18%, rgba(212, 167, 44, 0.14), transparent 22%),
    linear-gradient(90deg, rgba(5, 5, 7, 0.98) 0%, rgba(5, 5, 7, 0.88) 46%, rgba(5, 5, 7, 0.7) 100%),
    url("assets/hero-moto.jpg") center / cover no-repeat;
}

.fuel-hero-moto {
  border-bottom: 1px solid rgba(159, 47, 36, 0.18);
}

.fuel-hero-moto .fuel-hero-badge {
  border-color: rgba(241, 208, 106, 0.7);
}

.fuel-hero + .fuel-hero {
  border-top: 1px solid rgba(241, 208, 106, 0.18);
}

.fuel-hero-tactical {
  background:
    radial-gradient(circle at 24% 50%, rgba(104, 116, 87, 0.28), transparent 24%),
    radial-gradient(circle at 80% 18%, rgba(212, 167, 44, 0.1), transparent 20%),
    linear-gradient(270deg, rgba(5, 5, 7, 0.98) 0%, rgba(5, 5, 7, 0.92) 42%, rgba(5, 5, 7, 0.82) 100%),
    url("assets/hero-tactical.jpg") center / cover no-repeat;
}

.fuel-hero-tactical .fuel-grid-overlay {
  background-image:
    linear-gradient(rgba(178, 194, 145, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(178, 194, 145, 0.22) 1px, transparent 1px);
}

.fuel-grid-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(241, 208, 106, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(241, 208, 106, 0.2) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, black, transparent 75%);
}

.fuel-hero::before {
  position: absolute;
  right: -10vw;
  bottom: -16vh;
  width: 56vw;
  height: 56vw;
  border: 1px solid rgba(241, 208, 106, 0.18);
  border-radius: 50%;
  content: "";
}

.fuel-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(0deg, var(--fmr-black), transparent);
  content: "";
}

.fuel-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100vh - 74px);
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 24px;
  padding: 42px 0 56px;
}

.fuel-hero-inner-reversed .fuel-hero-copy {
  order: 2;
}

.fuel-hero-inner-reversed .fuel-hero-stage {
  order: 1;
}

.fuel-hero-copy h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.88;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.fuel-kicker {
  margin: 18px 0 0;
  color: var(--fmr-gold-2);
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nootropic-note {
  margin: 14px 0 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.55;
}

.nootropic-note p {
  margin: 0;
}

.nootropic-note p + p {
  margin-top: 8px;
}

.nootropic-note strong {
  color: #fff;
}

.blend-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

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

.blend-card {
  min-height: 148px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.015);
}

.blend-card strong,
.blend-card span {
  display: block;
}

.blend-card strong {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.05rem;
}

.blend-card span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.fuel-hero-stage {
  position: relative;
  isolation: isolate;
}

.fuel-hero-stage::before {
  position: absolute;
  inset: 8% 4%;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(159, 47, 36, 0.54), transparent 56%),
    radial-gradient(circle, rgba(241, 208, 106, 0.22), transparent 70%);
  filter: blur(12px);
  content: "";
}

.fuel-hero-tactical .fuel-hero-stage::before {
  background:
    radial-gradient(circle, rgba(104, 116, 87, 0.58), transparent 56%),
    radial-gradient(circle, rgba(241, 208, 106, 0.16), transparent 70%);
}

.fuel-hero-stage img {
  position: relative;
  width: 100%;
  border: 1px solid rgba(241, 208, 106, 0.3);
  border-radius: var(--fmr-radius);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.56);
}

.fuel-hero-badge {
  position: absolute;
  top: -18px;
  right: -10px;
  z-index: 2;
  border: 1px solid rgba(241, 208, 106, 0.6);
  border-radius: 999px;
  padding: 10px 16px;
  color: #161006;
  background: linear-gradient(135deg, var(--fmr-gold-2), var(--fmr-gold));
  font-weight: 950;
  text-transform: uppercase;
}

.fuel-hero-tactical .fuel-hero-badge {
  border-color: rgba(178, 194, 145, 0.62);
  color: #eef0e8;
  background: linear-gradient(135deg, #6f7c5c, #404936);
}

.fuel-hero-road {
  background:
    radial-gradient(circle at 78% 50%, rgba(207, 120, 26, 0.34), transparent 24%),
    radial-gradient(circle at 18% 18%, rgba(241, 208, 106, 0.08), transparent 18%),
    linear-gradient(270deg, rgba(5, 5, 7, 0.98) 0%, rgba(5, 5, 7, 0.94) 42%, rgba(5, 5, 7, 0.88) 100%);
}

.fuel-hero-road .fuel-grid-overlay {
  background-image:
    linear-gradient(rgba(255, 167, 60, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 167, 60, 0.18) 1px, transparent 1px);
}

.fuel-hero-road .fuel-hero-stage::before {
  background:
    radial-gradient(circle, rgba(207, 120, 26, 0.54), transparent 56%),
    radial-gradient(circle, rgba(241, 208, 106, 0.14), transparent 70%);
}

.fuel-hero-road .fuel-hero-badge {
  border-color: rgba(255, 167, 60, 0.62);
  color: #fff1df;
  background: linear-gradient(135deg, #cf781a, #7e430d);
}

.spec-section {
  position: relative;
  padding-top: 74px;
}

.spec-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241, 208, 106, 0.34), transparent);
  transform: translateX(-50%);
  content: "";
}

.product-spec-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
}

.product-spec-hero-moto {
  background:
    linear-gradient(90deg, rgba(5, 5, 7, 0.98), rgba(5, 5, 7, 0.82)),
    url("assets/hero-moto.jpg") center / cover no-repeat;
}

.product-spec-hero-tactical {
  background:
    linear-gradient(90deg, rgba(5, 5, 7, 0.98), rgba(5, 5, 7, 0.84)),
    url("assets/hero-tactical.jpg") center / cover no-repeat;
}

.product-spec-hero-road {
  background:
    radial-gradient(circle at 76% 50%, rgba(207, 120, 26, 0.24), transparent 24%),
    linear-gradient(90deg, rgba(5, 5, 7, 0.98), rgba(5, 5, 7, 0.9));
}

.product-spec-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.56fr);
  align-items: center;
  gap: 36px;
}

.product-spec-hero-grid > * {
  min-width: 0;
}

.product-spec-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.product-spec-gallery {
  display: grid;
  gap: 16px;
}

.product-spec-gallery img {
  width: 100%;
  border: 1px solid rgba(241, 208, 106, 0.28);
  border-radius: var(--fmr-radius);
  box-shadow: var(--fmr-shadow);
}

.product-spec-gallery .product-spec-main-visual {
  border-color: rgba(178, 194, 145, 0.32);
}

.product-spec-gallery-moto {
  width: min(100%, 760px);
  justify-self: end;
  grid-template-columns: 1fr;
}

.product-spec-gallery-tactical {
  max-width: 760px;
}

.product-spec-gallery-road {
  max-width: 760px;
}

.product-spec-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  gap: 28px;
  align-items: start;
}

.product-spec-copy h2,
.ingredient-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1;
  text-transform: uppercase;
}

.product-spec-copy p {
  color: var(--fmr-muted);
}

.product-spec-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.product-spec-highlights article,
.ingredient-panel {
  border: 1px solid rgba(244, 241, 234, 0.14);
  border-radius: var(--fmr-radius);
  background: rgba(255, 255, 255, 0.035);
}

.product-spec-highlights article {
  padding: 18px;
}

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

.product-spec-highlights strong {
  color: var(--fmr-gold-2);
  text-transform: uppercase;
}

.product-spec-highlights span {
  margin-top: 6px;
  color: var(--fmr-muted);
}

.ingredient-panel {
  padding: 24px;
}

.formula-core-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.fmr-shake-badge {
  display: block;
  width: min(100%, 300px);
  height: auto;
  border: 1px solid rgba(241, 208, 106, 0.28);
  border-radius: 8px;
  background: #050507;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.product-spec-shake-badge {
  margin: 16px 0 0;
}

.formula-core-grid article {
  border: 1px solid rgba(178, 194, 145, 0.2);
  border-radius: calc(var(--fmr-radius) - 2px);
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(178, 194, 145, 0.1), transparent 58%),
    rgba(0, 0, 0, 0.16);
}

.formula-core-grid strong,
.formula-core-grid span {
  display: block;
}

.formula-core-grid strong {
  color: var(--fmr-gold-2);
  font-size: 0.88rem;
  text-transform: uppercase;
}

.formula-core-grid span {
  margin-top: 6px;
  color: var(--fmr-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.ingredient-table {
  margin-top: 18px;
}

.ingredient-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(244, 241, 234, 0.12);
  padding: 12px 0;
}

.ingredient-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.ingredient-row strong {
  color: var(--fmr-gold-2);
  white-space: nowrap;
}

.product-spec-note {
  padding-top: 0;
}

.product-spec-note p {
  border-left: 3px solid var(--fmr-gold);
  margin: 0;
  padding: 18px 20px;
  color: var(--fmr-muted);
  background: rgba(255, 255, 255, 0.03);
}

.partner-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 74px);
  background:
    radial-gradient(circle at 74% 22%, rgba(241, 208, 106, 0.18), transparent 28%),
    radial-gradient(circle at 16% 22%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(135deg, #16191d 0%, #0c0d10 46%, #15120b 100%);
}

.partner-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(0deg, var(--fmr-black), transparent);
  content: "";
}

.partner-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100vh - 74px);
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  padding: 58px 0 72px;
}

.partner-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.partner-hero-copy .lead {
  max-width: 600px;
}

.partner-hero-media {
  position: relative;
}

.partner-product-visual {
  position: relative;
  min-height: clamp(480px, 52vw, 660px);
  overflow: hidden;
  border: 1px solid rgba(241, 208, 106, 0.26);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03) 36%, rgba(5, 5, 7, 0.22)),
    radial-gradient(circle at 52% 22%, rgba(241, 208, 106, 0.18), transparent 26%),
    linear-gradient(160deg, #24282d 0%, #121417 52%, #272017 100%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.partner-product-visual::before,
.partner-product-visual::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.partner-product-visual::before {
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 36%, rgba(255, 255, 255, 0.18) 39%, transparent 44%),
    radial-gradient(ellipse at 28% 82%, rgba(255, 255, 255, 0.14), transparent 34%);
  opacity: 0.52;
}

.partner-product-visual::after {
  right: -18%;
  bottom: -24%;
  width: 68%;
  aspect-ratio: 1;
  border: 1px solid rgba(241, 208, 106, 0.24);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 208, 106, 0.12), transparent 62%);
}

.fmr-truck-cars-page .partner-product-visual {
  padding: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 7, 0.16), rgba(5, 5, 7, 0)),
    url("assets/hero-truck-cars-drivers-v2.png") center / cover no-repeat;
}

.fmr-truck-cars-page .partner-product-visual::before,
.fmr-truck-cars-page .partner-product-visual::after,
.fmr-truck-cars-page .partner-product-visual > * {
  display: none;
}

.partner-visual-lines {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 56% 48%, black, transparent 72%);
  pointer-events: none;
}

.partner-label-card {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: min(46%, 310px);
  min-width: 245px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: #050507;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.46),
    0 0 0 10px rgba(255, 255, 255, 0.035);
  transform: translate(-50%, -50%) rotate(-2deg);
}

.partner-label-card::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 26% 76%, rgba(0, 0, 0, 0.28)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 24%);
  content: "";
  pointer-events: none;
}

.partner-label-card img,
.partner-pack-shot img {
  width: 100%;
  display: block;
}

.partner-pack-shot img {
  border: 1px solid rgba(241, 208, 106, 0.28);
  border-radius: var(--fmr-radius);
  background: #050507;
  box-shadow: var(--fmr-shadow);
}

.partner-visual-note {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  width: min(210px, 34%);
  border: 1px solid rgba(241, 208, 106, 0.28);
  border-radius: 8px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.04)),
    rgba(17, 18, 20, 0.82);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.partner-visual-note strong,
.partner-visual-note span {
  display: block;
}

.partner-visual-note strong {
  color: var(--fmr-gold-2);
  font-size: clamp(1.25rem, 2.1vw, 1.8rem);
  line-height: 1;
  text-transform: uppercase;
}

.partner-visual-note span {
  color: rgba(244, 241, 234, 0.74);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.partner-visual-note-top {
  top: clamp(24px, 5vw, 56px);
  right: clamp(18px, 4vw, 42px);
}

.partner-visual-note-bottom {
  left: clamp(18px, 4vw, 42px);
  bottom: clamp(24px, 5vw, 56px);
}

.partner-text-link {
  color: var(--fmr-gold-2);
  font-weight: 850;
  text-decoration: none;
  border-bottom: 1px solid rgba(241, 208, 106, 0.46);
}

.partner-text-link:hover,
.partner-text-link:focus {
  color: #fff2b0;
  border-bottom-color: currentColor;
}

.partner-faq-section {
  position: relative;
  overflow: hidden;
  padding-top: 72px;
  background:
    radial-gradient(circle at 78% 8%, rgba(207, 120, 26, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(21, 18, 11, 0.82), rgba(5, 5, 7, 0.98) 58%, var(--fmr-black));
}

.partner-faq-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(241, 208, 106, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(241, 208, 106, 0.14) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, black 52%, transparent);
  pointer-events: none;
}

.partner-faq-section .faq-wrap {
  position: relative;
  z-index: 1;
}

.partner-faq-section .faq-head h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.partner-faq-section .faq-head .lead {
  max-width: 680px;
}

.partner-faq-section-top {
  display: none;
}

.partner-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 28px;
}

.partner-hero-facts article {
  border: 1px solid rgba(244, 241, 234, 0.14);
  border-radius: var(--fmr-radius);
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(207, 120, 26, 0.16), transparent 70%),
    rgba(255, 255, 255, 0.035);
}

.partner-hero-facts strong,
.partner-hero-facts span {
  display: block;
}

.partner-hero-facts strong {
  color: var(--fmr-gold-2);
  font-size: clamp(1.4rem, 2.2vw, 2.05rem);
  line-height: 1;
  text-transform: uppercase;
}

.partner-hero-facts span {
  margin-top: 8px;
  color: var(--fmr-muted);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.partner-position-grid,
.partner-pack-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.62fr);
  gap: clamp(26px, 5vw, 56px);
  align-items: start;
}

.partner-position-grid h2,
.partner-pack-grid h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.partner-position-grid p,
.partner-pack-grid p {
  color: var(--fmr-muted);
}

.partner-shelf-panel {
  border: 1px solid rgba(241, 208, 106, 0.22);
  border-radius: var(--fmr-radius);
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(207, 120, 26, 0.12), transparent 68%),
    rgba(255, 255, 255, 0.035);
}

.partner-shelf-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
  color: var(--fmr-muted);
}

.partner-spec-section {
  padding-top: 0;
}

.partner-pack-grid {
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 0.7fr);
  align-items: center;
}

.partner-pack-grid .button {
  margin-top: 12px;
}

.fmr-partner-page .site-header {
  background: rgba(2, 2, 6, 0.96);
}

.fmr-partner-page .main-nav,
.fmr-partner-page .mobile-header-link {
  display: none;
}

.spec-head h2 {
  max-width: 700px;
}

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

.spec-card {
  border: 1px solid rgba(241, 208, 106, 0.18);
  border-radius: var(--fmr-radius);
  padding: 24px 18px;
  background:
    linear-gradient(180deg, rgba(159, 47, 36, 0.16), transparent),
    var(--fmr-panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.spec-card strong {
  display: block;
  color: var(--fmr-gold-2);
  font-size: clamp(1.9rem, 2.55vw, 3rem);
  line-height: 1;
  letter-spacing: -0.02em;
}

.spec-card span {
  display: block;
  margin-top: 10px;
  color: var(--fmr-muted);
  font-weight: 800;
  text-transform: uppercase;
}

.line-compare-section {
  padding-top: 18px;
}

.line-compare-head h2 {
  max-width: 620px;
}

.line-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.line-card {
  position: relative;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--fmr-line);
  border-radius: var(--fmr-radius);
  padding: 26px;
  overflow: hidden;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.2);
}

.line-card::before {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  content: "";
}

.line-card::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.line-card > * {
  position: relative;
  z-index: 1;
}

.line-card h3 {
  max-width: 420px;
  margin: 0 0 18px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.line-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding-left: 18px;
  color: var(--fmr-muted);
}

.line-card .button {
  margin-top: auto;
}

.line-card-moto {
  background:
    linear-gradient(180deg, rgba(159, 47, 36, 0.2), rgba(0, 0, 0, 0.9)),
    url("assets/category-moto.jpg") center / cover no-repeat;
}

.line-card-moto::before {
  background: linear-gradient(135deg, rgba(241, 208, 106, 0.18), transparent 58%);
}

.line-card-tactical {
  background:
    linear-gradient(180deg, rgba(104, 116, 87, 0.28), rgba(0, 0, 0, 0.9)),
    url("assets/category-tactical.jpg") center / cover no-repeat;
}

.line-card-tactical::before {
  background: linear-gradient(135deg, rgba(178, 194, 145, 0.2), transparent 58%);
}

.line-card-tactical .eyebrow {
  color: #c7d0b1;
}

.line-card-tactical .button-ghost {
  border-color: rgba(178, 194, 145, 0.42);
}

.line-card-road {
  background:
    linear-gradient(180deg, rgba(207, 120, 26, 0.28), rgba(0, 0, 0, 0.9)),
    linear-gradient(135deg, rgba(255, 167, 60, 0.2), rgba(0, 0, 0, 0.88));
}

.line-card-road::before {
  background: linear-gradient(135deg, rgba(255, 167, 60, 0.22), transparent 58%);
}

.line-card-road .eyebrow {
  color: #ffbd72;
}

.line-card-road .button-ghost {
  border-color: rgba(255, 167, 60, 0.42);
}

.shot-story {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 34px;
  align-items: center;
}

.shot-story-section {
  position: relative;
}

.shot-story-section::before {
  position: absolute;
  top: 10%;
  right: 0;
  width: min(42vw, 620px);
  height: 72%;
  border-left: 1px solid rgba(241, 208, 106, 0.14);
  background:
    radial-gradient(circle at 28% 35%, rgba(241, 208, 106, 0.1), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent);
  content: "";
  pointer-events: none;
}

.shot-story-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
  text-transform: uppercase;
}

.shot-story-gallery {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(241, 208, 106, 0.18);
  border-radius: calc(var(--fmr-radius) + 4px);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.shot-story-gallery::before {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(241, 208, 106, 0.2), transparent 34%, rgba(104, 116, 87, 0.14));
  content: "";
  pointer-events: none;
}

.shot-story-gallery img {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(241, 208, 106, 0.24);
  border-radius: var(--fmr-radius);
  box-shadow: var(--fmr-shadow);
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, var(--fmr-black), transparent);
  content: "";
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100vh - 78px);
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: center;
  gap: 52px;
  padding: 74px 0 88px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--fmr-gold-2);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.7rem, 6.5vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--fmr-muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.drop-panel {
  border: 1px solid rgba(212, 167, 44, 0.36);
  border-radius: var(--fmr-radius);
  background: rgba(16, 19, 23, 0.86);
  box-shadow: var(--fmr-shadow);
  overflow: hidden;
}

.logo-reel {
  width: 100%;
  height: 178px;
  object-fit: cover;
  border-bottom: 1px solid var(--fmr-line);
  background: #000;
}

.drop-panel-header {
  border-bottom: 1px solid var(--fmr-line);
  padding: 22px;
}

.drop-panel-header strong {
  display: block;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.drop-panel-header span {
  color: var(--fmr-muted);
  font-size: 0.92rem;
}

.drop-list {
  display: grid;
}

.drop-item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--fmr-line);
  padding: 18px 22px;
  color: inherit;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.drop-item:last-child {
  border-bottom: 0;
}

.drop-item span {
  color: var(--fmr-muted);
}

.drop-item strong {
  color: var(--fmr-gold-2);
}

.drop-item:hover,
.drop-item:focus {
  background: rgba(212, 167, 44, 0.08);
}

.section {
  padding: 88px 0;
}

.section + .section {
  position: relative;
}

.section + .section::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 241, 234, 0.08), transparent);
  transform: translateX(-50%);
  content: "";
}

.section-muted {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent),
    var(--fmr-ink);
}

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

.section-head h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-head p {
  max-width: 460px;
  margin: 0;
  color: var(--fmr-muted);
}

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

.category {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--fmr-line);
  border-radius: var(--fmr-radius);
  padding: 22px;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.62)),
    var(--fmr-panel);
  color: var(--fmr-text);
  text-decoration: none;
}

.category:nth-child(1) {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.78)),
    url("assets/category-moto.jpg") center / cover no-repeat;
}

.category:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.78)),
    url("assets/category-tactical.jpg") center / cover no-repeat;
}

.category:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.78)),
    url("assets/category-accessories.jpg") center / cover no-repeat;
}

.category h3 {
  margin: 0 0 8px;
  font-size: 1.35rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.category p {
  margin: 0;
  color: var(--fmr-muted);
}

.category-link {
  cursor: pointer;
  transition: border-color 160ms ease, filter 160ms ease, transform 160ms ease;
}

.category-link:hover,
.category-link:focus {
  border-color: rgba(241, 208, 106, 0.75);
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.category-products {
  display: block;
  margin-top: 22px;
  border: 1px solid rgba(212, 167, 44, 0.28);
  border-radius: var(--fmr-radius);
  padding: 22px;
  background: rgba(16, 19, 23, 0.72);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
}

.category-products-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.category-products-head h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  line-height: 1;
  text-transform: uppercase;
}

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

.product-card {
  border: 1px solid var(--fmr-line);
  border-radius: var(--fmr-radius);
  overflow: hidden;
  background: var(--fmr-panel);
}

.product-media {
  display: block;
  aspect-ratio: 4 / 3;
  background: #fff;
  overflow: hidden;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-body {
  padding: 22px;
}

.product-body h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
  text-transform: uppercase;
}

.product-tag {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--fmr-gold-2);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-body p {
  margin: 0 0 18px;
  color: var(--fmr-muted);
}

.product-body .product-legal-note {
  border-left: 3px solid rgba(212, 167, 44, 0.72);
  padding: 10px 12px;
  color: rgba(244, 241, 234, 0.82);
  font-size: 0.86rem;
  line-height: 1.45;
  background: rgba(255, 255, 255, 0.035);
}

.price {
  display: block;
  margin-bottom: 16px;
  color: var(--fmr-gold-2);
  font-weight: 900;
}

.product-button {
  width: 100%;
}

.product-launch-note {
  margin: 12px 0 0;
  color: rgba(244, 241, 234, 0.76);
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.45;
}

.fmr-woocommerce {
  background: var(--fmr-black);
}

.woocommerce,
.woocommerce-page {
  color: var(--fmr-text);
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  color: var(--fmr-muted);
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce a {
  color: var(--fmr-gold-2);
}

.post-type-archive-product .fmr-woocommerce {
  padding-top: 56px;
}

.woocommerce-shop .page-title,
.post-type-archive-product .woocommerce-products-header__title {
  display: none;
}

.shop-intro {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.shop-intro h1 {
  margin: 12px 0 16px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.shop-intro p:last-child {
  margin-bottom: 0;
  color: var(--fmr-muted);
  font-size: 1.08rem;
}

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

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
  border: 1px solid var(--fmr-line);
  border-radius: var(--fmr-radius);
  padding: 0 0 18px;
  background: var(--fmr-panel);
  overflow: hidden;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin: 0 0 18px;
  background: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
  padding: 0 18px;
}

.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: 0;
  border-radius: 6px;
  color: #161006;
  background: linear-gradient(135deg, var(--fmr-gold-2), var(--fmr-gold));
  font-weight: 850;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .button {
  margin: 0 18px;
}

.post-type-archive-product .woocommerce ul.products {
  max-width: 720px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr);
}

.post-type-archive-product .woocommerce ul.products li.product,
.post-type-archive-product .woocommerce-page ul.products li.product {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(260px, 0.8fr);
  align-items: center;
  padding: 0;
  border-color: rgba(241, 208, 106, 0.26);
  background:
    linear-gradient(180deg, rgba(212, 167, 44, 0.08), transparent 55%),
    var(--fmr-panel);
}

.post-type-archive-product .woocommerce ul.products li.product a:first-child {
  display: contents;
}

.post-type-archive-product .woocommerce ul.products li.product a img {
  grid-row: span 3;
  height: 100%;
  min-height: 320px;
  margin: 0;
}

.post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__title {
  align-self: end;
  margin: 0;
  padding: 28px 28px 10px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1;
  text-transform: uppercase;
}

.post-type-archive-product .woocommerce ul.products li.product .button {
  justify-self: start;
  align-self: start;
  margin: 10px 28px 28px;
}

.woocommerce div.product .product_title,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--fmr-text);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: var(--fmr-gold-2);
}

.woocommerce .quantity .qty,
.woocommerce select,
.woocommerce input.input-text,
.woocommerce textarea {
  border: 1px solid var(--fmr-line);
  border-radius: 6px;
  color: var(--fmr-text);
  background: var(--fmr-panel-2);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--fmr-gold);
  color: var(--fmr-text);
  background: var(--fmr-panel);
}

/* Checkout */
.woocommerce-checkout .fmr-woocommerce {
  background:
    radial-gradient(circle at 8% 9%, rgba(212, 167, 44, 0.08), transparent 22%),
    var(--fmr-black);
}

.woocommerce-checkout .entry-title {
  margin-bottom: 34px;
  text-transform: uppercase;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin-bottom: 28px;
}

.woocommerce-checkout .woocommerce-info {
  border: 1px solid rgba(241, 208, 106, 0.24);
  border-top: 3px solid var(--fmr-gold);
  border-radius: var(--fmr-radius);
  padding: 18px 20px 18px 58px;
  background:
    linear-gradient(90deg, rgba(212, 167, 44, 0.1), transparent 48%),
    var(--fmr-panel);
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  grid-template-rows: auto auto;
  gap: 28px;
  align-items: start;
  align-content: start;
}

.woocommerce-checkout form.checkout > .col2-set,
.woocommerce-checkout form.checkout > #order_review_heading,
.woocommerce-checkout form.checkout > #order_review {
  float: none;
  width: 100%;
}

.woocommerce-checkout form.checkout .col2-set .col-1,
.woocommerce-checkout form.checkout .col2-set .col-2 {
  float: none;
  width: 100%;
}

.woocommerce-checkout form.checkout > .col2-set {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  gap: 22px;
}

.woocommerce-checkout form.checkout > #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}

.woocommerce-checkout form.checkout > #order_review {
  grid-column: 2;
  grid-row: 1;
  margin-top: 72px;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #order_review {
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: calc(var(--fmr-radius) + 4px);
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(212, 167, 44, 0.07), transparent 32%),
    var(--fmr-panel);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.22);
}

.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 22px;
}

.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-shipping-fields > h3,
.woocommerce-checkout #order_review_heading {
  position: relative;
  padding-bottom: 15px;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.woocommerce-checkout .woocommerce-billing-fields > h3::after,
.woocommerce-checkout .woocommerce-shipping-fields > h3::after,
.woocommerce-checkout #order_review_heading::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--fmr-gold), rgba(212, 167, 44, 0));
  content: "";
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.woocommerce-checkout .form-row {
  float: none !important;
  width: 100% !important;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout .form-row-wide,
.woocommerce-checkout #billing_company_field,
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #billing_email_field,
.woocommerce-checkout #shipping_company_field,
.woocommerce-checkout #shipping_country_field,
.woocommerce-checkout #shipping_address_1_field,
.woocommerce-checkout #shipping_address_2_field {
  grid-column: 1 / -1;
}

.woocommerce-checkout .form-row label {
  display: flex;
  gap: 5px;
  align-items: baseline;
  margin: 0 0 8px;
  color: var(--fmr-text);
  font-size: 0.79rem;
  font-weight: 850;
  letter-spacing: 0.075em;
  line-height: 1.3;
  text-transform: uppercase;
}

.woocommerce-checkout .form-row label .optional {
  color: #807a70;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.03em;
  text-transform: none;
}

.woocommerce-checkout .form-row .required {
  color: var(--fmr-gold-2);
  text-decoration: none;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-container--default .select2-selection--single {
  box-sizing: border-box;
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(244, 241, 234, 0.17);
  border-radius: 7px;
  padding: 0 15px;
  color: var(--fmr-text);
  background: #0a0d10 !important;
  -webkit-text-fill-color: var(--fmr-text);
  font-family: inherit;
  font-size: 0.98rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.woocommerce-checkout .form-row textarea {
  min-height: 124px;
  padding-top: 14px;
  resize: vertical;
}

.woocommerce-checkout .form-row input.input-text::placeholder,
.woocommerce-checkout .form-row textarea::placeholder {
  color: #777b7e;
  opacity: 1;
}

.woocommerce-checkout .form-row input.input-text:hover,
.woocommerce-checkout .form-row textarea:hover,
.woocommerce-checkout .form-row select:hover,
.woocommerce-checkout .select2-container--default .select2-selection--single:hover {
  border-color: rgba(241, 208, 106, 0.42);
  background: #0d1115 !important;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .select2-container--focus .select2-selection--single,
.woocommerce-checkout .select2-container--open .select2-selection--single {
  outline: 0;
  border-color: var(--fmr-gold-2);
  background: #0d1115 !important;
  box-shadow: 0 0 0 3px rgba(212, 167, 44, 0.15), inset 3px 0 0 var(--fmr-gold);
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 34px 0 0;
  color: var(--fmr-text);
  line-height: 50px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.select2-container--open .select2-dropdown {
  border-color: rgba(241, 208, 106, 0.42);
  color: var(--fmr-text);
  background: var(--fmr-panel-2);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  color: #161006;
  background: var(--fmr-gold-2);
}

.woocommerce-checkout .woocommerce-input-wrapper {
  display: block;
}

.woocommerce-checkout .woocommerce-shipping-fields h3 label,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label,
.woocommerce-checkout .fmr-age-checkout-field label {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin: 0;
  font-size: 0.92rem;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
  cursor: pointer;
}

.woocommerce-checkout input[type="checkbox"],
.woocommerce-checkout input[type="radio"] {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin: 2px 0 0;
  accent-color: var(--fmr-gold);
}

.woocommerce-checkout .fmr-parcel-locker-field {
  margin-top: 22px;
  border-color: rgba(241, 208, 106, 0.34);
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(212, 167, 44, 0.11), transparent),
    #0a0d10;
}

.woocommerce-checkout .fmr-parcel-locker-field label {
  color: var(--fmr-gold-2);
}

.woocommerce-checkout #order_review table.shop_table {
  overflow: hidden;
  margin: 0 0 22px;
  border-color: rgba(244, 241, 234, 0.12);
  border-radius: var(--fmr-radius);
  background: rgba(0, 0, 0, 0.16);
}

.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
  border-color: rgba(244, 241, 234, 0.1);
  padding: 16px;
}

.woocommerce-checkout #order_review table.shop_table .order-total th,
.woocommerce-checkout #order_review table.shop_table .order-total td {
  color: var(--fmr-gold-2);
  font-size: 1.08rem;
}

.woocommerce-checkout #payment {
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: var(--fmr-radius);
  background: #0b0e11;
}

.woocommerce-checkout #payment ul.payment_methods {
  overflow: hidden;
  margin: 0;
  border: 0;
  border-radius: var(--fmr-radius) var(--fmr-radius) 0 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.12);
  list-style: none;
}

.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method {
  position: relative;
  margin: 0;
  border-bottom: 1px solid rgba(244, 241, 234, 0.09);
  padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method:last-child {
  border-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method > input.input-radio {
  position: absolute;
  z-index: 2;
  top: 21px;
  left: 18px;
  margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method > label {
  display: flex;
  min-height: 62px;
  gap: 14px;
  align-items: center;
  margin: 0;
  padding: 14px 18px 14px 54px;
  color: #fffaf0;
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.35;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method > label:hover {
  color: var(--fmr-gold-2);
  background: rgba(241, 208, 106, 0.045);
}

.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method > input.input-radio:checked + label {
  color: var(--fmr-gold-2);
  background: linear-gradient(90deg, rgba(212, 167, 44, 0.13), rgba(212, 167, 44, 0.025));
}

.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method > label img {
  width: auto;
  max-width: 112px;
  max-height: 30px;
  object-fit: contain;
  margin: 0 0 0 auto;
}

.woocommerce-checkout #payment div.payment_box {
  width: auto;
  margin: 0 18px 18px 54px;
  border: 1px solid rgba(241, 208, 106, 0.16);
  border-radius: 7px;
  color: rgba(244, 241, 234, 0.82);
  background: rgba(255, 255, 255, 0.04);
}

.woocommerce-checkout #payment div.form-row {
  padding: 22px;
}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
  color: var(--fmr-muted);
  font-size: 0.9rem;
}

.woocommerce-checkout .fmr-age-checkout-field {
  margin: 17px 0;
  border-color: rgba(241, 208, 106, 0.38);
  padding: 14px;
  background: rgba(212, 167, 44, 0.09);
}

.fmr-checkout-legal-note {
  margin: 18px 0 14px;
  padding: 14px 16px;
  border: 1px solid rgba(241, 208, 106, 0.34);
  border-radius: var(--fmr-radius);
  background: rgba(241, 208, 106, 0.08);
  color: rgba(244, 241, 234, 0.9);
  font-size: 0.92rem;
}

.fmr-checkout-legal-note strong {
  display: block;
  margin-bottom: 6px;
  color: #fffaf0;
}

.fmr-checkout-legal-note p {
  margin: 0;
}

.fmr-checkout-legal-note a {
  color: var(--fmr-gold-2);
  font-weight: 800;
}

.woocommerce-checkout #place_order {
  min-height: 54px;
  margin-top: 4px;
  font-size: 1rem;
  letter-spacing: 0.055em;
  box-shadow: 0 14px 30px rgba(212, 167, 44, 0.18);
}

.fmr-checkout-cancel {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  border-top: 1px solid rgba(244, 241, 234, 0.1);
  padding-top: 24px;
}

.fmr-checkout-cancel__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(190, 74, 61, 0.68);
  border-radius: 7px;
  padding: 0 18px;
  color: #f0bbb5 !important;
  background: rgba(159, 47, 36, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.fmr-checkout-cancel__button:hover,
.fmr-checkout-cancel__button:focus-visible {
  border-color: #d7685c;
  color: #fff !important;
  background: rgba(159, 47, 36, 0.24);
  outline: 0;
}

.fmr-checkout-cancel p {
  margin: 0;
  color: var(--fmr-muted);
  font-size: 0.82rem;
}

@media (max-width: 980px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout form.checkout > .col2-set,
  .woocommerce-checkout form.checkout > #order_review_heading,
  .woocommerce-checkout form.checkout > #order_review {
    grid-column: 1;
    grid-row: auto;
  }

  .woocommerce-checkout form.checkout > #order_review_heading {
    margin-top: 12px;
  }

  .woocommerce-checkout form.checkout > #order_review {
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-fields,
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout #order_review {
    border-radius: var(--fmr-radius);
    padding: 18px;
  }

  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last {
    grid-column: 1;
  }

  .woocommerce-checkout .form-row input.input-text,
  .woocommerce-checkout .form-row textarea,
  .woocommerce-checkout .form-row select,
  .woocommerce-checkout .select2-container--default .select2-selection--single {
    min-height: 50px;
  }

  .woocommerce-checkout #payment div.form-row {
    padding: 17px;
  }

  .fmr-checkout-cancel {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .fmr-checkout-cancel__button {
    width: 100%;
  }
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 54px;
  align-items: center;
}

.brand-shot {
  min-height: 500px;
  border: 1px solid var(--fmr-line);
  border-radius: var(--fmr-radius);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.68)),
    url("assets/brand-action.jpg") center / cover no-repeat;
  box-shadow: var(--fmr-shadow);
}

.feature-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  border-left: 4px solid var(--fmr-gold);
  padding: 12px 0 12px 18px;
  color: var(--fmr-muted);
  background: linear-gradient(90deg, rgba(212, 167, 44, 0.09), transparent);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: start;
}

.contact-box,
.newsletter-box {
  border: 1px solid var(--fmr-line);
  border-radius: var(--fmr-radius);
  padding: 28px;
  background: var(--fmr-panel);
}

.contact-box h3,
.newsletter-box h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  text-transform: uppercase;
}

.contact-box p,
.newsletter-box p {
  margin: 0 0 18px;
  color: var(--fmr-muted);
}

.contact-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list a {
  color: var(--fmr-gold-2);
  font-weight: 850;
  text-decoration: none;
}

.social-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer {
  border-top: 1px solid var(--fmr-line);
  padding: 28px 0;
  color: var(--fmr-muted);
  background: var(--fmr-black);
  font-size: 0.92rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-cookie-link {
  border: 0;
  padding: 0;
  color: var(--fmr-gold-2);
  background: transparent;
  font: inherit;
  font-weight: 750;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.footer-link {
  color: var(--fmr-gold-2);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cookie-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  display: grid;
  width: min(640px, calc(100% - 40px));
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  border: 1px solid rgba(212, 167, 44, 0.44);
  border-radius: var(--fmr-radius);
  padding: 18px;
  color: var(--fmr-text);
  background: rgba(16, 19, 23, 0.96);
  box-shadow: var(--fmr-shadow);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent__title {
  margin: 0 0 6px;
  color: var(--fmr-gold-2);
  font-weight: 900;
  text-transform: uppercase;
}

.cookie-consent__body p {
  margin: 0;
}

.cookie-consent__body p:not(.cookie-consent__title) {
  color: var(--fmr-muted);
}

.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cookie-consent__policy {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  margin-right: auto;
  color: var(--fmr-gold-2);
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-wrap {
  max-width: 900px;
}

.legal-page h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.legal-content {
  display: grid;
  gap: 18px;
  margin-top: 44px;
  color: var(--fmr-muted);
}

.legal-content h2 {
  margin: 18px 0 0;
  color: var(--fmr-text);
  font-size: 1.25rem;
  text-transform: uppercase;
}

.legal-content p {
  margin: 0;
}

.legal-content ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.legal-content li {
  color: var(--fmr-muted);
}

.legal-content a {
  color: var(--fmr-gold-2);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.faq-page {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 7, 0.98) 0%, rgba(5, 5, 7, 0.9) 52%, rgba(5, 5, 7, 0.74) 100%),
    linear-gradient(180deg, rgba(5, 5, 7, 0.58), rgba(5, 5, 7, 0.92)),
    url("assets/faq-bg.jpg") right center / min(52vw, 760px) auto no-repeat,
    radial-gradient(circle at 78% 18%, rgba(159, 47, 36, 0.2), transparent 26%),
    radial-gradient(circle at 14% 12%, rgba(212, 167, 44, 0.12), transparent 24%),
    var(--fmr-black);
}

.faq-page::before {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(241, 208, 106, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(241, 208, 106, 0.16) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, black 56%, transparent);
  pointer-events: none;
}

.faq-wrap {
  position: relative;
  z-index: 1;
  max-width: 940px;
}

.faq-head {
  margin-bottom: 34px;
}

.faq-head h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid rgba(244, 241, 234, 0.13);
  border-radius: var(--fmr-radius);
  background:
    linear-gradient(135deg, rgba(212, 167, 44, 0.08), rgba(255, 255, 255, 0.02)),
    var(--fmr-panel);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.faq-item summary {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 20px 58px 20px 22px;
  color: var(--fmr-text);
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(241, 208, 106, 0.45);
  border-radius: 6px;
  color: var(--fmr-gold-2);
  content: "+";
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-number {
  color: var(--fmr-gold-2);
}

.faq-question {
  min-width: 0;
}

.faq-answer {
  display: grid;
  gap: 12px;
  border-top: 1px solid rgba(244, 241, 234, 0.1);
  padding: 18px 22px 22px 54px;
  color: var(--fmr-muted);
}

.faq-answer p {
  margin: 0;
}

.faq-answer-visual {
  height: auto;
  margin-top: 4px;
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .mobile-header-link {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(244, 241, 234, 0.2);
    border-radius: 6px;
    padding: 0 12px;
    color: var(--fmr-gold-2);
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mobile-header-link-primary {
    border-color: rgba(241, 208, 106, 0.72);
    color: #161006;
    background: linear-gradient(135deg, var(--fmr-gold-2), var(--fmr-gold));
    box-shadow: 0 10px 22px rgba(212, 167, 44, 0.16);
  }

  .hero-inner,
  .shot-hero-inner,
  .brand-intro-inner,
  .partner-hero-grid,
  .partner-position-grid,
  .partner-pack-grid,
  .product-story,
  .fuel-hero-inner,
  .product-spec-hero-grid,
  .product-spec-layout,
  .shot-story,
  .split,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
    padding: 58px 0 76px;
  }

  .drop-panel {
    max-width: 560px;
  }

  .shot-hero-inner {
    min-height: auto;
    padding: 46px 0 64px;
  }

  .shot-hero-visual {
    max-width: 720px;
  }

  .partner-hero-grid {
    min-height: auto;
  }

  .partner-hero-media {
    order: 1;
  }

  .partner-product-visual {
    min-height: 560px;
  }

  .partner-hero-copy {
    order: 2;
  }

  .fuel-hero-inner {
    min-height: auto;
    padding: 42px 0 58px;
  }

  .brand-intro {
    min-height: auto;
  }

  .brand-intro-media {
    grid-template-columns: 1fr;
  }

  .brand-intro-panel-tactical {
    position: absolute;
    inset: 0;
    opacity: 0.55;
    mix-blend-mode: screen;
  }

  .brand-intro-inner {
    min-height: calc(100vh - 66px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px 0 58px;
  }

  .fuel-hero-stage {
    order: 1;
    max-width: 760px;
  }

  .fuel-hero-copy {
    order: 2;
  }

  .product-spec-gallery-moto {
    grid-template-columns: 1fr;
  }

  .product-spec-highlights {
    grid-template-columns: 1fr;
  }

  .partner-hero-facts {
    grid-template-columns: 1fr;
  }

  .formula-core-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .shot-story-section::before {
    top: auto;
    right: 0;
    bottom: 8%;
    width: 100%;
    height: 34%;
    border-left: 0;
  }

  .category-products-head {
    align-items: start;
    flex-direction: column;
  }

  .categories,
  .benefit-grid,
  .use-case-grid,
  .line-compare-grid,
  .product-grid,
  .woocommerce ul.products {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 620px) {
  .header-inner {
    min-height: 66px;
    gap: 12px;
  }

  .wrap {
    width: min(100% - 28px, 1180px);
  }

  .brand-logo {
    width: min(168px, 42vw);
  }

  .header-actions {
    gap: 6px;
  }

  .social-links {
    gap: 6px;
  }

  .social-link {
    width: 34px;
    height: 34px;
  }

  .social-link svg {
    width: 17px;
    height: 17px;
  }

  .mobile-header-link {
    min-height: 34px;
    padding: 0 8px;
    font-size: 0.72rem;
  }

  .hero h1 {
    font-size: 2.55rem;
  }

  .shot-hero-copy h1 {
    font-size: 2.4rem;
  }

  .fuel-hero-copy h1 {
    font-size: 2.55rem;
  }

  .brand-intro h1 {
    font-size: 2.55rem;
  }

  .hero-actions,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .button {
    width: 100%;
  }

  .cookie-consent {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
  }

  .cookie-consent__actions,
  .cookie-consent__actions .button {
    width: 100%;
  }

  .cookie-consent__policy {
    width: 100%;
    min-height: auto;
    margin-right: 0;
  }

  .categories,
  .benefit-grid,
  .use-case-grid,
  .line-compare-grid,
  .product-grid,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .spec-grid {
    grid-template-columns: 1fr;
  }

  .fuel-hero-badge {
    top: -10px;
    right: 0;
  }

  .partner-hero-copy h1 {
    font-size: 2.45rem;
  }

  .partner-product-visual {
    min-height: 500px;
    padding: 28px 18px;
  }

  .partner-label-card {
    width: min(62%, 245px);
    min-width: 200px;
  }

  .partner-visual-note {
    width: min(190px, 44%);
    padding: 12px;
  }

  .partner-visual-note-top {
    top: 18px;
    right: 18px;
  }

  .partner-visual-note-bottom {
    left: 18px;
    bottom: 18px;
  }

  .section {
    padding: 64px 0;
  }

  .spec-section {
    padding-top: 58px;
  }

  .line-compare-section {
    padding-top: 8px;
  }

  .line-card {
    min-height: 0;
  }

  .shot-story-gallery {
    gap: 12px;
    padding: 12px;
  }

  .brand-shot {
    min-height: 390px;
  }

  .faq-item summary {
    min-height: 64px;
    padding: 18px 52px 18px 18px;
    font-size: 0.95rem;
  }

  .faq-answer {
    padding: 16px 18px 20px 18px;
  }

  .faq-page {
    background:
      linear-gradient(180deg, rgba(5, 5, 7, 0.9), rgba(5, 5, 7, 0.97)),
      url("assets/faq-bg.jpg") center top / 120% auto no-repeat,
      var(--fmr-black);
  }

}

/* Single-product direction */
.single-shot-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 74px);
  background:
    radial-gradient(circle at 74% 48%, rgba(159, 47, 36, 0.4), transparent 24%),
    radial-gradient(circle at 18% 18%, rgba(212, 167, 44, 0.14), transparent 22%),
    linear-gradient(90deg, rgba(5, 5, 7, 0.98) 0%, rgba(5, 5, 7, 0.9) 48%, rgba(5, 5, 7, 0.72) 100%),
    url("assets/hero-moto.jpg") center / cover no-repeat;
}

.single-shot-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(0deg, var(--fmr-black), transparent);
  content: "";
}

.single-shot-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100vh - 74px);
  grid-template-columns: minmax(520px, 1fr) minmax(360px, 0.76fr);
  align-items: center;
  gap: 24px;
  padding: 42px 0 56px;
}

.single-shot-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.8rem, 4.9vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.single-shot-title span {
  display: block;
}

.single-shot-title-top {
  font-size: 0.76em;
  white-space: nowrap;
}

.single-shot-title-bottom {
  max-width: 680px;
}

.single-shot-stage {
  position: relative;
  isolation: isolate;
  width: min(100%, 690px);
  justify-self: end;
}

.single-shot-stage::before {
  position: absolute;
  inset: 8% 4%;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(159, 47, 36, 0.54), transparent 56%),
    radial-gradient(circle, rgba(241, 208, 106, 0.22), transparent 70%);
  filter: blur(12px);
  content: "";
}

.single-shot-stage img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(241, 208, 106, 0.3);
  border-radius: var(--fmr-radius);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.56);
}

.shot-rationale {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.7fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.shot-rationale h2,
.formula-preview-copy h2,
.buy-grid h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
  text-transform: uppercase;
}

.ritual-grid,
.formula-preview,
.buy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ritual-card,
.featured-product-card {
  border: 1px solid var(--fmr-line);
  border-radius: var(--fmr-radius);
  background: var(--fmr-panel);
}

.ritual-card {
  padding: 24px;
}

.ritual-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.ritual-card p:last-child {
  margin: 0;
  color: var(--fmr-muted);
}

.formula-preview {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  align-items: start;
  gap: 28px;
}

.formula-preview-copy .button {
  margin-top: 14px;
}

.compact-ingredient-panel {
  align-self: start;
}

.buy-grid {
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: 28px;
}

.featured-product-card {
  overflow: hidden;
  box-shadow: var(--fmr-shadow);
}

.featured-product-card .product-media {
  aspect-ratio: 4 / 3;
}

.woocommerce ul.products {
  grid-template-columns: minmax(280px, 420px);
  justify-content: start;
}

@media (max-width: 980px) {
  .single-shot-hero-inner,
  .blend-layout,
  .shot-rationale,
  .formula-preview,
  .buy-grid {
    grid-template-columns: 1fr;
  }

  .single-shot-hero-inner {
    min-height: auto;
    padding: 42px 0 58px;
  }

  .single-shot-stage {
    order: 1;
    max-width: 760px;
  }

  .single-shot-hero-copy {
    order: 2;
  }

  .single-shot-hero-copy h1 {
    font-size: clamp(2.2rem, 8vw, 3.6rem);
  }

  .single-shot-title-top {
    white-space: normal;
  }

  .ritual-grid {
    grid-template-columns: 1fr;
  }

  .blend-cards {
    grid-template-columns: 1fr;
  }
}

/* Single product page refinement */
.single-product .fmr-woocommerce {
  padding-top: 56px;
}

.single-product div.product {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 0.8fr);
  gap: 34px;
  align-items: stretch;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary,
.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce div.product div.summary {
  float: none;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
}

.single-product div.product .woocommerce-product-gallery {
  grid-column: 1;
  grid-row: 1;
  border: 1px solid rgba(241, 208, 106, 0.22);
  border-radius: calc(var(--fmr-radius) + 4px);
  padding: 16px;
  background:
    radial-gradient(circle at 50% 30%, rgba(241, 208, 106, 0.12), transparent 32%),
    rgba(255, 255, 255, 0.02);
  box-shadow: var(--fmr-shadow);
}

.single-product div.product .woocommerce-product-gallery img {
  border-radius: var(--fmr-radius);
}

.fmr-product-extra-image {
  display: grid;
  gap: 14px;
  grid-column: 1;
  grid-row: 2;
  border: 1px solid rgba(241, 208, 106, 0.22);
  border-radius: calc(var(--fmr-radius) + 4px);
  padding: 16px;
  background:
    radial-gradient(circle at 50% 30%, rgba(241, 208, 106, 0.1), transparent 32%),
    rgba(255, 255, 255, 0.02);
  box-shadow: var(--fmr-shadow);
}

.fmr-product-extra-image img {
  width: 100%;
  border-radius: var(--fmr-radius);
  background: #000;
}

.single-product div.product .summary {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: stretch;
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: calc(var(--fmr-radius) + 4px);
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(212, 167, 44, 0.08), transparent 40%),
    var(--fmr-panel);
}

.single-product div.product .product_title {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.single-product div.product .woocommerce-product-details__short-description {
  color: var(--fmr-muted);
  font-size: 1.08rem;
}

.fmr-purchase-panel {
  display: grid;
  gap: 18px;
  min-width: 0;
  margin-top: 24px;
  border: 1px solid rgba(241, 208, 106, 0.28);
  border-radius: var(--fmr-radius);
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(212, 167, 44, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(0, 0, 0, 0.16);
}

.fmr-age-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 0;
  border: 1px solid rgba(241, 208, 106, 0.42);
  border-radius: var(--fmr-radius);
  padding: 13px 15px;
  background: rgba(212, 167, 44, 0.1);
}

.fmr-age-notice strong,
.fmr-age-cart-badge {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 4px 9px;
  color: #050507;
  background: var(--fmr-gold-2);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.fmr-age-notice span {
  color: var(--fmr-text);
  font-size: 0.92rem;
  font-weight: 700;
}

.fmr-age-cart-badge {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.fmr-age-checkout-field {
  border: 1px solid rgba(241, 208, 106, 0.34);
  border-radius: var(--fmr-radius);
  padding: 14px;
  background: rgba(212, 167, 44, 0.08);
}

.fmr-parcel-locker-field {
  margin-top: 18px;
  border: 1px solid rgba(241, 208, 106, 0.34);
  border-radius: var(--fmr-radius);
  padding: 16px;
  background: rgba(212, 167, 44, 0.08);
}

.fmr-parcel-locker-field label {
  font-weight: 800;
}

.fmr-parcel-locker-field .description {
  display: block;
  margin-top: 7px;
  color: var(--fmr-muted);
  font-size: 0.82rem;
}

.woocommerce-cart .woocommerce-shipping-destination {
  display: none;
}

.fmr-free-shipping-note {
  margin: 0 0 14px;
  border: 1px solid rgba(241, 208, 106, 0.34);
  border-radius: var(--fmr-radius);
  padding: 13px 16px;
  color: var(--fmr-gold-2);
  background:
    linear-gradient(90deg, rgba(212, 167, 44, 0.12), transparent 70%),
    rgba(255, 255, 255, 0.03);
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.35;
  text-align: center;
}

.woocommerce-cart table.cart td.actions .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: stretch;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  box-sizing: border-box;
  width: clamp(220px, 24vw, 340px);
  min-height: 58px;
  padding: 0 16px;
  font-size: 1rem;
}

.woocommerce-cart table.cart td.actions .coupon .button {
  min-height: 58px;
}

@media (max-width: 620px) {
  .woocommerce-cart table.cart td.actions .coupon {
    width: 100%;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .button {
    width: 100%;
  }
}

.fmr-purchase-facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.fmr-purchase-facts div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: 6px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.04);
}

.fmr-purchase-facts strong,
.fmr-purchase-facts span {
  display: inline-block;
}

.fmr-purchase-facts strong {
  color: var(--fmr-gold-2);
  font-size: 1.08rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fmr-purchase-facts span {
  color: var(--fmr-muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.fmr-purchase-note {
  margin: 0;
  color: var(--fmr-muted);
}

.fmr-purchase-shake-badge {
  width: min(100%, 260px);
}

.fmr-purchase-action {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 16px;
  min-width: 0;
  border-top: 1px solid rgba(244, 241, 234, 0.1);
  padding-top: 18px;
}

.fmr-purchase-price {
  grid-column: 1;
  grid-row: 1;
  color: var(--fmr-text);
  font-size: clamp(2rem, 3.2vw, 2.45rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
  text-transform: uppercase;
}

.woocommerce div.product .fmr-purchase-action form.cart {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  margin: 0;
}

.fmr-purchase-paused {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  display: grid;
  gap: 9px;
  width: min(100%, 300px);
}

.fmr-purchase-paused p {
  margin: 0;
  color: rgba(244, 241, 234, 0.76);
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.4;
  text-align: right;
}

.woocommerce div.product .fmr-purchase-action p.stock {
  grid-column: 1;
  grid-row: 2;
  max-width: 150px;
  margin: 7px 0 0;
  color: rgba(241, 208, 106, 0.72);
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.25;
  text-transform: uppercase;
}

.woocommerce div.product .fmr-purchase-action p.stock span {
  display: block;
  color: var(--fmr-muted);
  font-size: 0.62rem;
  letter-spacing: 0.045em;
}

.woocommerce div.product .fmr-purchase-action p.stock strong {
  display: block;
  color: var(--fmr-gold-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.fmr-purchase-action .quantity .qty {
  width: 54px;
  height: 44px;
  padding: 6px 4px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.woocommerce div.product .fmr-purchase-action form.cart .single_add_to_cart_button {
  max-width: 205px;
  min-height: 52px;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.045em;
  text-align: center;
  white-space: normal;
}

.fmr-disabled-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: rgba(244, 241, 234, 0.2);
  color: rgba(244, 241, 234, 0.72);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
  opacity: 1;
  cursor: not-allowed;
}

.single-product div.product .product_meta {
  margin-top: 24px;
  border-top: 1px solid rgba(244, 241, 234, 0.1);
  padding-top: 18px;
  color: var(--fmr-muted);
}

.single-product div.product .woocommerce-tabs {
  grid-column: 1 / -1;
  margin-top: 24px;
}

.single-product .woocommerce-tabs ul.tabs {
  margin: 0 0 18px;
  padding: 0;
}

.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.single-product .woocommerce-tabs ul.tabs li {
  border: 1px solid rgba(244, 241, 234, 0.14);
  border-radius: 999px;
  margin: 0 10px 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.04);
}

.single-product .woocommerce-tabs ul.tabs li.active {
  border-color: rgba(241, 208, 106, 0.6);
  background: rgba(212, 167, 44, 0.12);
}

.single-product .woocommerce-tabs ul.tabs li a {
  padding: 12px 18px;
  color: var(--fmr-text);
}

.single-product .woocommerce-Tabs-panel {
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: calc(var(--fmr-radius) + 4px);
  padding: 28px;
  background: rgba(255, 255, 255, 0.03);
}

.single-product .woocommerce-Tabs-panel h2:first-child {
  margin-top: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  text-transform: uppercase;
}

.single-product .woocommerce-Tabs-panel h3 {
  margin-top: 24px;
  text-transform: uppercase;
}

.single-product .woocommerce-Tabs-panel ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
}

.single-product .woocommerce-Tabs-panel p,
.single-product .woocommerce-Tabs-panel li {
  color: var(--fmr-muted);
}

.product-faq-section {
  grid-column: 1 / -1;
  margin-top: 28px;
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: calc(var(--fmr-radius) + 4px);
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(212, 167, 44, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.025);
}

.product-faq-head {
  margin-bottom: 22px;
}

.product-faq-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .single-product div.product {
    grid-template-columns: 1fr;
  }

  .single-product div.product .woocommerce-product-gallery,
  .fmr-product-extra-image,
  .single-product div.product .summary {
    grid-column: auto;
    grid-row: auto;
  }

  .fmr-purchase-facts {
    grid-template-columns: 1fr;
  }

  .fmr-purchase-action {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .fmr-purchase-action form.cart {
    align-items: stretch;
    flex-direction: column;
  }

  .woocommerce div.product .fmr-purchase-action form.cart {
    justify-self: stretch;
  }

  .fmr-purchase-paused {
    justify-self: stretch;
    width: 100%;
  }

  .fmr-purchase-paused p {
    text-align: left;
  }

  .woocommerce div.product .fmr-purchase-action form.cart .single_add_to_cart_button {
    max-width: none;
  }

  .post-type-archive-product .woocommerce ul.products li.product,
  .post-type-archive-product .woocommerce-page ul.products li.product {
    grid-template-columns: 1fr;
  }

  .post-type-archive-product .woocommerce ul.products li.product a img {
    grid-row: auto;
    min-height: 0;
  }
}
