
							.StreamingMedia_downloadContainer{
								text-align: center;
								margin: .5em 0;
							}
							.StreamingMedia_QualitySelector,
							.StreamingMedia_playerContainer,
							.StreamingMedia_zoom{
								text-align: center;
								padding: .5em;
							}
							.StreamingMedia_player{
								margin: 0 auto;
							}
							.StreamingMedia_playerContainer object{
								background: #000;
							}
							.SubPageList_summaryPageTitle{
								text-align: center;
								padding: .25em 0;
							}
							.SubPageList_summaryPageTitle a{
								font-size: 125%;
								font-weight: bold;
							}
						

				   			#StreamingMedia35 video{
					   			margin: 0 auto;
					   			
					   			height: auto;					   			
					   			width: 100%;							
								object-fit: initial; /* fits poster image */
								cursor: pointer;
								display: block;
							}
													

				   			#StreamingMedia6 video{
					   			margin: 0 auto;
					   			
					   			height: auto;					   			
					   			width: 100%;							
								object-fit: initial; /* fits poster image */
								cursor: pointer;
								display: block;
							}
													

						/* ========================================
   FULL METAL MARKETING - PAGE CSS
   Desktop video / mobile metal background
   ======================================== */

:root {
  --fmm-orange: #ff6600;
  --fmm-orange-2: #ff7f2a;
  --fmm-blue: #2aa7ff;
  --fmm-black: #050505;
  --fmm-black-2: #101113;
  --fmm-panel: #17191d;
  --fmm-panel-2: #1d2025;
  --fmm-white: #ffffff;
  --fmm-text: #17181a;
  --fmm-text-soft: #5e6670;
  --fmm-light: #f4f5f7;
  --fmm-light-2: #eef1f4;
  --fmm-border: rgba(255,255,255,0.10);
  --fmm-border-dark: rgba(20,20,20,0.08);
  --fmm-shadow-lg: 0 22px 60px rgba(0,0,0,0.22);
  --fmm-shadow-md: 0 14px 30px rgba(0,0,0,0.12);
  --fmm-radius-xl: 28px;
  --fmm-radius-lg: 22px;
  --fmm-radius-md: 16px;
}

/* =========================
   BASE
   ========================= */

body {
  margin: 0;
  color: var(--fmm-text);
}

.fmm-container {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.fmm-section-heading {
  max-width: 760px;
  margin: 0 0 2.75rem;
}

.fmm-section-heading h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--fmm-text);
}

.fmm-section-heading p {
  margin: 0;
  color: var(--fmm-text-soft);
  line-height: 1.75;
  font-size: 1.05rem;
}

.fmm-eyebrow,
.hero__eyebrow {
  display: inline-block;
  margin: 0 0 1rem;
  color: var(--fmm-orange);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fmm-btn,
.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.95rem 1.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--fmm-orange) 0%, var(--fmm-orange-2) 100%);
  color: var(--fmm-white) !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(255,102,0,0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.fmm-btn:hover,
.hero__cta:hover,
.fmm-btn:focus-visible,
.hero__cta:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 20px 40px rgba(255,102,0,0.34);
  color: var(--fmm-white) !important;
}

.fmm-text-link {
  color: var(--fmm-orange);
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* =========================
   HERO
   ========================= */

/* =========================
   HERO FIX
   Video/image as full background
   ========================= */

.cms_AudioVideo.fmm-hero,
.cms_AudioVideo.fmm-hero .StreamingMedia_container {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #050505;
  padding: 0 !important;
}

/* Make the media fill the entire hero */
.cms_AudioVideo.fmm-hero .StreamingMedia_playerContainer {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  z-index: 1 !important;
  overflow: hidden !important;
  display: block !important;
}

/* Make sure any inner wrappers also stretch */
.cms_AudioVideo.fmm-hero .StreamingMedia_playerContainer > div,
.cms_AudioVideo.fmm-hero .StreamingMedia_playerContainer video,
.cms_AudioVideo.fmm-hero .StreamingMedia_playerContainer iframe,
.cms_AudioVideo.fmm-hero .StreamingMedia_playerContainer img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  display: block !important;
}

/* Dark overlay above video, below text */
.cms_AudioVideo.fmm-hero .hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 18% 30%, rgba(255,102,0,0.16), transparent 28%),
    linear-gradient(90deg, rgba(5,5,5,0.78) 0%, rgba(5,5,5,0.46) 42%, rgba(5,5,5,0.60) 100%),
    linear-gradient(180deg, rgba(8,11,16,0.16) 0%, rgba(8,11,16,0.34) 100%);
}

/* Text layer */
.cms_AudioVideo.fmm-hero .StreamingMedia_Description1 {
  position: relative !important;
  z-index: 3 !important;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 150px 52px 72px !important; /* clears nav */
  background: transparent !important;
}

/* Keep text area readable */
.cms_AudioVideo.fmm-hero .fmm-hero__content {
  width: min(760px, 100%);
}

.cms_AudioVideo.fmm-hero .hero__eyebrow {
  margin: 0 0 14px;
  color: #ff6600;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cms_AudioVideo.fmm-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.8rem, 5.2vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.cms_AudioVideo.fmm-hero .hero__description {
  margin: 1.45rem 0 0;
  max-width: 650px;
  color: rgba(255,255,255,0.86);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.8;
}

.cms_AudioVideo.fmm-hero .hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  min-height: 54px;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6600 0%, #ff7f2a 100%);
  color: #ffffff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 34px rgba(255,102,0,0.28);
}

/* Keep stats on hero */
.cms_AudioVideo.fmm-hero .fmm-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin-top: 28px;
}

.cms_AudioVideo.fmm-hero .fmm-hero__proof-item {
  padding: 16px 16px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
}

.cms_AudioVideo.fmm-hero .fmm-hero__proof-item strong {
  display: block;
  margin-bottom: 6px;
  color: #ff6600;
  font-size: 1.05rem;
}

.cms_AudioVideo.fmm-hero .fmm-hero__proof-item span {
  color: rgba(255,255,255,0.82);
  line-height: 1.45;
  font-size: 0.9rem;
}

/* Remove extra player UI if present */
.cms_AudioVideo.fmm-hero .StreamingMedia_QualitySelector {
  display: none !important;
}

/* MOBILE: no video */
@media (max-width: 767px) {
  .cms_AudioVideo.fmm-hero .StreamingMedia_playerContainer {
    display: none !important;
  }

  .cms_AudioVideo.fmm-hero,
  .cms_AudioVideo.fmm-hero .StreamingMedia_container {
    min-height: 100svh;
    background:
      radial-gradient(circle at 20% 30%, rgba(255,102,0,0.16), transparent 40%),
      radial-gradient(circle at 80% 70%, rgba(42,167,255,0.10), transparent 42%),
      linear-gradient(135deg, #1a1a1a 0%, #2b2b2b 25%, #111111 50%, #262626 75%, #0d0d0d 100%);
  }

  .cms_AudioVideo.fmm-hero .StreamingMedia_container::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/images/metal-texture.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.14;
    mix-blend-mode: overlay;
    pointer-events: none;
  }

  .cms_AudioVideo.fmm-hero .hero__overlay {
    background: linear-gradient(180deg, rgba(8,8,10,0.38) 0%, rgba(8,8,10,0.56) 100%);
  }

  .cms_AudioVideo.fmm-hero .StreamingMedia_Description1 {
    min-height: 100svh;
    padding: 118px 20px 40px !important;
    align-items: center;
  }

  .cms_AudioVideo.fmm-hero h1 {
    font-size: clamp(2.2rem, 9vw, 3.1rem);
    line-height: 1.02;
  }

  .cms_AudioVideo.fmm-hero .fmm-hero__proof {
    grid-template-columns: 1fr;
  }

  .cms_AudioVideo.fmm-hero .hero__cta {
    width: 100%;
    max-width: 280px;
  }
}
/* =========================
   LEAKS
   ========================= */

.fmm-leaks {
  padding: 5.5rem 0;
  background: linear-gradient(180deg, #101113 0%, #17191d 100%);
}

.fmm-leaks .fmm-section-heading h2,
.fmm-leaks .fmm-section-heading p {
  color: #ffffff;
}

.fmm-leaks .fmm-section-heading p {
  color: rgba(255,255,255,0.8);
}

.fmm-leaks__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.fmm-leak-card {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border-radius: var(--fmm-radius-lg);
  background: linear-gradient(160deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--fmm-shadow-lg);
}

.fmm-leak-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 4px;
  background: var(--fmm-orange);
}

.fmm-leak-card__tag {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--fmm-orange);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fmm-leak-card h3 {
  margin: 0 0 0.75rem;
  color: #ffffff;
  font-size: 1.28rem;
  text-transform: uppercase;
}

.fmm-leak-card p {
  margin: 0;
  color: rgba(255,255,255,0.8);
  line-height: 1.75;
}

.fmm-fix {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.92);
  line-height: 1.7;
}

/* =========================
   ENGINES
   ========================= */

.fmm-engines {
  padding: 5.5rem 0;
  background: linear-gradient(180deg, #eef1f4 0%, #f7f8fa 100%);
}

.fmm-engines__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.fmm-engine-card {
  position: relative;
  padding: 2rem 1.5rem;
  border-radius: var(--fmm-radius-lg);
  background: #ffffff;
  border: 1px solid #dde2e8;
  box-shadow: var(--fmm-shadow-md);
}

.fmm-engine-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.fmm-engine-card__number {
  margin-bottom: 0.85rem;
  color: var(--fmm-orange);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.fmm-engine-card h3 {
  margin: 0 0 0.8rem;
  font-size: 1.12rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 900;
}

.fmm-engine-card p {
  margin: 0;
  color: var(--fmm-text-soft);
  line-height: 1.7;
}

.fmm-engine-card--blue {
  border-color: rgba(42,167,255,0.26);
  box-shadow: 0 16px 30px rgba(42,167,255,0.1);
}

.fmm-engine-card--blue .fmm-engine-card__number,
.fmm-engine-card--blue h3 {
  color: var(--fmm-blue);
}

/* =========================
   EXPERIENCE
   ========================= */

.fmm-experience {
  padding: 5.5rem 0;
  background: #ffffff;
}

.fmm-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 3rem;
  align-items: center;
}

.fmm-split__media img,
.fmm-split img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--fmm-radius-xl);
  box-shadow: var(--fmm-shadow-lg);
}

.fmm-split__content h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-weight: 900;
}

.fmm-split__content p {
  margin: 0 0 1rem;
  color: var(--fmm-text-soft);
  line-height: 1.8;
}

/* =========================
   FINAL CTA
   ========================= */

.fmm-final-cta {
  padding: 5.5rem 0 6rem;
  background: linear-gradient(180deg, #0b0b0c 0%, #121316 100%);
}

.fmm-final-cta__box {
  padding: clamp(2rem, 4vw, 4rem);
  border-radius: 30px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,102,0,0.08), transparent 30%),
    linear-gradient(160deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--fmm-shadow-lg);
}

.fmm-final-cta__box h2 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.04;
  text-transform: uppercase;
  font-weight: 900;
}

.fmm-final-cta__box p {
  max-width: 760px;
  margin: 0 auto 1.8rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.8;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1100px) {
  .fmm-engines__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fmm-split {
    gap: 2rem;
  }
}

@media (max-width: 900px) {
  .fmm-stats__grid,
  .fmm-leaks__grid,
  .fmm-engines__grid,
  .fmm-split,
  .cms_AudioVideo.fmm-hero .fmm-hero__proof {
    grid-template-columns: 1fr;
  }

  .cms_AudioVideo.fmm-hero .StreamingMedia_Description1 {
    padding: 120px 28px 50px !important;
  }

  .cms_AudioVideo.fmm-hero h1 {
    font-size: clamp(2.4rem, 7vw, 4.4rem);
  }
}

/* =========================
   MOBILE HERO - NO VIDEO
   ========================= */

@media (max-width: 767px) {
  .cms_AudioVideo.fmm-hero .StreamingMedia_playerContainer {
    display: none !important;
  }

  .cms_AudioVideo.fmm-hero .StreamingMedia_container {
    min-height: 100svh;
    background:
      radial-gradient(circle at 20% 30%, rgba(255,102,0,0.16), transparent 40%),
      radial-gradient(circle at 80% 70%, rgba(42,167,255,0.10), transparent 42%),
      linear-gradient(135deg, #1a1a1a 0%, #2b2b2b 25%, #111111 50%, #262626 75%, #0d0d0d 100%);
  }

  .cms_AudioVideo.fmm-hero .StreamingMedia_container::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/images/metal-texture.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.14;
    mix-blend-mode: overlay;
    pointer-events: none;
  }

  .cms_AudioVideo.fmm-hero .hero__overlay {
    background: linear-gradient(180deg, rgba(8,8,10,0.38) 0%, rgba(8,8,10,0.56) 100%);
  }

  .cms_AudioVideo.fmm-hero .StreamingMedia_Description1 {
    min-height: 100svh;
    padding: 118px 20px 40px !important;
    align-items: center;
  }

  .cms_AudioVideo.fmm-hero h1 {
    font-size: clamp(2.2rem, 9vw, 3.1rem);
    line-height: 1.02;
  }

  .cms_AudioVideo.fmm-hero .hero__description {
    font-size: 1rem;
    line-height: 1.68;
  }

  .cms_AudioVideo.fmm-hero .hero__actions,
  .cms_AudioVideo.fmm-hero .fmm-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__cta,
  .fmm-btn {
    width: 100%;
    max-width: 280px;
  }

  .fmm-stats,
  .fmm-leaks,
  .fmm-engines,
  .fmm-experience,
  .fmm-final-cta {
    padding: 4rem 0;
  }

  .fmm-stat-card,
  .fmm-leak-card,
  .fmm-engine-card {
    padding: 1.5rem;
  }

  .fmm-container {
    width: min(100% - 1.25rem, 1200px);
  }
}
						
