
						
													#Image42{
								box-sizing: border-box;
								background-repeat: no-repeat;
																	background-image: url('/images/cms/FMM-Bare-Metal-logo-Photo1.jpg');
																
																	background-size: cover;
																
																	background-position: Right Bottom;
																
																	min-height: 720px;
															}
							
																		@media only screen and (max-width: 1400px) {
												#Image42{
													background-image: url('/images/cms/FMM-Bare-Metal-logo-Photo1_1600x1067.jpg');
												}
											}
																					@media only screen and (max-width: 1100px) {
												#Image42{
													background-image: url('/images/cms/FMM-Bare-Metal-logo-Photo1_1300x867.jpg');
												}
											}
																					@media only screen and (max-width: 800px) {
												#Image42{
													background-image: url('/images/cms/FMM-Bare-Metal-logo-Photo1_1000x667.jpg');
												}
											}
																					@media only screen and (max-width: 500px) {
												#Image42{
													background-image: url('/images/cms/FMM-Bare-Metal-logo-Photo1_700x467.jpg');
												}
											}
																	
														
													
												
					

							.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;
							}
						

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

						
													#Image41{
								box-sizing: border-box;
								background-repeat: no-repeat;
																	background-image: url('/images/cms/solutions-keep-moving-but1.jpg');
																
																	background-size: cover;
																
																	background-position: Center;
																
																	min-height: 400px;
															}
							
														
														
													
												
					

						/* This targets the container holding your background image */
.hero-overlay-wrapper {
    display: flex;
    align-items: center;      /* Vertically centers the text */
    justify-content: center;   /* Horizontally centers the text */
    min-height: 500px;         /* Match the height of your hero image */
    position: relative;
    text-align: center;
}

.hero-text-content {
    z-index: 5;                /* Ensures text sits on top of any gradient */
    color: #ffffff;            /* Standard white for your branding */
}

.hero-text-content h1 {
    font-size: 3.5rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    /* This shadow helps with legibility against the complex globe image */
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); 
}
/* Container for the three stat cards */
.stat-cards-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 80px 10%; /* Adding 10% side padding keeps text aligned while background stretches */
    background-color: #f4f4f4; /* Your light gray background */
    width: 100%;       /* Forces it to fill the screen */
    box-sizing: border-box;
    margin: 0 auto;
}

/* Individual Card Styling */
.stat-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Module Section (Light Contrast) */
.module-section { background: var(--module-bg); color: #111; padding: 100px 0; }
.section-title.light { color: #888; }
.module-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }

.module-num { color: var(--safety-orange); font-weight: 900; font-size: 1.2rem; display: block; margin-bottom: 5px; }
.module-item h3 { margin: 0 0 10px; text-transform: uppercase; font-size: 1.5rem; border-bottom: 2px solid #ddd; padding-bottom: 10px; }

/* Button Style */
.btn-metal {
    display: inline-block;
    background: var(--safety-orange);
    color: #fff;
    padding: 18px 35px;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.2s ease;
    margin-top: 20px;
}

.btn-metal:hover { transform: scale(1.05); background: #e65a00; }

.cta-footer { text-align: center; padding: 100px 0; border-top: 1px solid #333; }

/* Responsive Calibration */
@media (max-width: 768px) {
    h1 { font-size: 2.5rem; }
    .stats-grid, .module-grid { grid-template-columns: 1fr; }
}

/* Large Percentage/Number Styles */
.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color:#ff6600; /* High-visibility orange for "Performance Engineered" look */
    margin-bottom: 10px;
    line-height: 1;
}

/* Heading/Trust Text */
.stat-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Description Text */
.stat-description {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    border-top: 2px solid #ff6600; /* Mechanical accent line */
    padding-top: 15px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .stat-cards-container {
        flex-direction: column;
        gap: 40px;
    }
}
.fmm-cta-button {
    display: inline-block;
    background-color: #ff6600; /* WE BUILD Orange */
    color: #ffffff !important;
    padding: 18px 45px;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    border: 2px solid #ff6600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.fmm-cta-button:hover {
    background-color: transparent;
    color: #ff6600 !important;
    box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3);
}


/* Modal Overlay - Hidden by default */
.fmm-modal-overlay {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8); /* Dark industrial overlay */
    backdrop-filter: blur(5px);
}

/* form on button Box */
.fmm-modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 40px;
    border-left: 5px solid #ff6600; /* Vertical accent line */
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* Close Button */
.fmm-modal-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #999;
}

/* Input Styles */
.fmm-input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-family: inherit;
}

/* sta button-audit request */
.fmm-cta-button {
    display: inline-block;
    background-color: #ff6600;
    color: #ffffff !important;
    padding: 16px 35px;
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #ff6600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.fmm-cta-button:hover {
    background-color: #1a1a1a; /* Turns dark gray/black on hover */
    border-color: #1a1a1a;
    color: #ffffff !important;
}

/* FMM Invisible Buyer Styles */

.fmm-invisible-section {
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), 
                url('https://fullmetalmarketing.net/images/managed/FMM-Website-SocialMedia-invisible-buyer.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #ffffff;
    padding: 100px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    font-family: 'Inter', 'Helvetica', sans-serif;
}
.fmm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.fmm-flex-row {
    display: flex;
    gap: 80px;
    align-items: center;
}

/* Left Column Styling */
.fmm-col-left { flex: 1.2; }
.fmm-hdr-accent { font-size: 2.8rem; font-weight: 900; color: #ff6b00; margin-bottom: 30px; line-height: 1; }
.fmm-white { color: #fff; }

.fmm-quote-block {
    border-left: 4px solid #ff6b00;
    padding: 20px;
    background: #1a1a1a;
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.fmm-text-main { font-size: 1.1rem; opacity: 0.8; line-height: 1.6; }

/* Right Column / Blueprint Box */
.fmm-col-right { flex: 1; }

.fmm-blueprint-frame {
    background: #f4f4f4;
    color: #111;
    padding: 50px;
    border-radius: 2px;
    position: relative;
    box-shadow: 15px 15px 0px #ff6b00; /* Offset shadow for industrial look */
}

.fmm-blueprint-hdr {
    font-size: 1.2rem;
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 30px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.fmm-data-point { margin-bottom: 25px; }
.fmm-point-title { display: block; font-weight: 800; text-transform: uppercase; font-size: 0.9rem; color: #555; margin-bottom: 5px; }
.fmm-orange-text { color: #ff6b00; font-weight: 800; }

/* Responsive Adjustments */
@media (max-width: 992px) {
    .fmm-flex-row { flex-direction: column; gap: 50px; }
    .fmm-blueprint-frame { box-shadow: 10px 10px 0px #ff6b00; }
}

/* Social media blueprint section */
:root {
    --fmm-orange: #ff6b00;
    --fmm-steel: #f4f7f9;
    --fmm-dark: #1a1a1a;
    --fmm-border: #dbe2e8;
}

.fmm-execution-section { background-color: #ffffff; padding: 100px 0; font-family: 'Inter', sans-serif; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* Header */
.fmm-header-block { margin-bottom: 60px; border-left: 8px solid var(--fmm-orange); padding-left: 30px; }
.fmm-title { font-size: 2.5rem; font-weight: 900; color: var(--fmm-dark); margin: 0; }
.fmm-accent { color: var(--fmm-orange); }
.fmm-subtitle { font-size: 1.1rem; color: #666; margin-top: 10px; }

/* Strategy Grid */
.fmm-strategy-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-bottom: 80px; }
.fmm-step-card { 
    background: var(--fmm-steel); padding: 40px; border: 1px solid var(--fmm-border); 
    position: relative; overflow: hidden; transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.fmm-step-card:hover { transform: translateY(-10px); background: #fff; border-color: var(--fmm-orange); box-shadow: 0 20px 40px rgba(0,0,0,0.05); }

.fmm-step-num { font-size: 0.8rem; font-weight: 800; color: var(--fmm-orange); letter-spacing: 2px; margin-bottom: 15px; }
.fmm-step-card h4 { font-weight: 900; margin-bottom: 15px; letter-spacing: -0.5px; }

.fmm-spec-overlay { 
    position: absolute; bottom: -40px; left: 40px; font-size: 0.7rem; font-weight: 800; 
    color: var(--fmm-orange); transition: 0.4s; opacity: 0;
}
.fmm-step-card:hover .fmm-spec-overlay { bottom: 20px; opacity: 1; }

/* Premium Form */
.fmm-form-container { background: var(--fmm-dark); color: white; padding: 60px; position: relative; }
.fmm-form-container::before { content: ""; position: absolute; top: 0; right: 0; width: 100px; height: 100px; background: linear-gradient(45deg, transparent 50%, var(--fmm-orange) 50%); }

.fmm-form-header h3 { font-size: 1.8rem; font-weight: 800; color: var(--fmm-orange); margin-bottom: 10px; }
.fmm-form-header p { opacity: 0.7; margin-bottom: 40px; }

.fmm-form-row { display: flex; gap: 20px; margin-bottom: 20px; }
.fmm-premium-form input, .fmm-premium-form select, .fmm-premium-form textarea {
    flex: 1; background: #2a2a2a; border: 1px solid #444; padding: 15px; color: white; font-family: inherit; font-size: 0.9rem;
}
.fmm-premium-form input:focus { border-color: var(--fmm-orange); outline: none; }

.fmm-submit-btn {
    background: var(--fmm-orange); color: white; border: none; padding: 20px 40px; 
    font-weight: 800; letter-spacing: 1px; cursor: pointer; transition: 0.3s; width: 100%;
}
.fmm-submit-btn:hover { background: #e65a00; letter-spacing: 3px; }

/* Full-Width Background Section */
.fmm-full-width-bg {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 100px 0;
    z-index: 1;
}

.fmm-text-overlay {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Responsive Table/Form Stacking */
@media only screen and (max-width: 768px) {
    .fmm-full-width-bg {
        background-attachment: scroll;
        padding: 60px 20px;
        text-align: center;
    }

    .fmm-form-table, 
    .fmm-form-table tr, 
    .fmm-form-table td {
        display: block !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .fmm-form-table td {
        margin-bottom: 20px;
    }
}
/* FMM Service Scroller */
:root {
    --accent: #ff6a00;
    --accent-strong: #ff8c33;
    --steel: #8d98a1;
    --electric: #21a1ff;
    --text: #10161c;
    --text-muted: #5a6874;
    --line: rgba(16, 22, 28, 0.1);
    --surface: #ffffff;
    --shadow: 0 18px 44px rgba(4, 10, 18, 0.1);
    --max-width: 1200px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #ffffff;
    color: var(--text);
    font-family: "Barlow", sans-serif;
}

.services-scroller {
    overflow: hidden;
    padding: 4rem 0;
    background: var(--surface);
}

.container {
    width: min(var(--max-width), calc(100% - 32px));
    margin: 0 auto;
}

.eyebrow,
h2,
.service-chip {
    font-family: "Barlow Condensed", sans-serif;
}

.section-heading {
    max-width: 46rem;
    margin-bottom: 1.75rem;
}

.eyebrow {
    margin: 0 0 0.8rem;
    color: var(--accent-strong);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

h2 {
    margin: 0 0 0.65rem;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    line-height: 0.94;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.section-heading p:last-child {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.7;
}

.service-marquee {
    overflow: hidden;
    padding: 1.1rem 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.service-marquee__track {
    display: flex;
    width: max-content;
    gap: 0.8rem;
    will-change: transform;
    animation: cirkuit-marquee 32s linear infinite;
}

.service-chip {
    display: inline-flex;
    align-items: center;
    min-height: 2.7rem;
    padding: 0.7rem 1rem;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
    white-space: nowrap;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.service-chip--strategy {
    background: rgba(255, 106, 0, 0.12);
    color: var(--accent);
}

.service-chip--creative {
    background: rgba(141, 152, 161, 0.16);
    color: #56636d;
}

.service-chip--it {
    background: rgba(33, 161, 255, 0.14);
    color: var(--electric);
}

@keyframes cirkuit-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 680px) {
    .container {
        width: min(var(--max-width), calc(100% - 22px));
    }

    .services-scroller {
        padding: 3rem 0;
    }

    .service-marquee__track {
        animation-duration: 38s;
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-marquee__track {
        animation: none;
        flex-wrap: wrap;
        width: auto;
        transform: none !important;
    }
}
/* LOGO ANIMATION SECTION */
/* ===== BARE METAL IT HERO ===== */

.bm-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #000;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.bm-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.02) 16%, rgba(0,0,0,0) 34%),
    radial-gradient(circle at 50% 40%, rgba(0,150,255,0.08) 0%, rgba(0,150,255,0.04) 18%, rgba(0,0,0,0) 42%),
    radial-gradient(circle at 52% 42%, rgba(255,102,0,0.05) 0%, rgba(255,102,0,0.02) 14%, rgba(0,0,0,0) 34%),
    linear-gradient(180deg, #050505 0%, #000000 55%, #040404 100%);
}

.bm-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(1300px, 92vw);
  height: 240px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.07) 0%, rgba(0,150,255,0.03) 22%, rgba(0,0,0,0) 72%);
  z-index: 0;
  pointer-events: none;
}

/* FOLLOW LIGHT */
.bm-light {
  position: absolute;
  top: 34%;
  left: 50%;
  width: clamp(320px, 34vw, 560px);
  height: clamp(320px, 34vw, 560px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  background:
    radial-gradient(circle,
      rgba(255,255,255,0.34) 0%,
      rgba(103,199,255,0.22) 24%,
      rgba(0,150,255,0.14) 38%,
      rgba(255,102,0,0.10) 52%,
      rgba(0,0,0,0) 74%);
  filter: blur(12px);
  animation:
    bm-light-follow 2.5s ease-out forwards,
    bm-light-settle 0.8s ease 2.5s forwards;
}

.bm-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  max-width: 1400px;
  margin: 0 auto;
  padding: 7rem 2rem 4rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.bm-logo-stage {
  position: relative;
  width: 100%;
  min-height: clamp(380px, 48vh, 560px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bm-logo-wrap {
  position: absolute;
  top: 40%;
  left: 50%;
  width: clamp(360px, 42vw, 700px);
  transform: translate(-50%, -50%);
  z-index: 4;
  animation: bm-roll-in 2.4s ease-out forwards;
}

.bm-logo {
  display: block;
  width: 100%;
  height: auto;
  filter:
    brightness(0.9)
    contrast(1.22)
    drop-shadow(0 0 12px rgba(0,150,255,0.14))
    drop-shadow(0 0 8px rgba(255,102,0,0.10));
  animation: bm-impact-glow 0.9s ease 2s forwards;
  transform-origin: center center;
}

/* METAL SHIMMER */
.bm-logo-shimmer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0;
  mix-blend-mode: screen;
  background: linear-gradient(
    115deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0) 35%,
    rgba(255,255,255,0.34) 48%,
    rgba(103,199,255,0.30) 52%,
    rgba(255,172,84,0.26) 56%,
    rgba(255,255,255,0) 68%,
    rgba(255,255,255,0) 100%
  );
  transform: translateX(-140%) skewX(-18deg);
  animation: bm-shimmer-pass 1.1s ease 2.15s forwards;
}

/* FLOOR REFLECTION */
.bm-logo-reflection {
  position: absolute;
  left: 50%;
  top: calc(40% + clamp(180px, 18vw, 280px));
  width: clamp(300px, 36vw, 640px);
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  filter: blur(2px);
  animation: bm-reflection-in 1s ease 1.9s forwards;
}

.bm-logo-reflection-img {
  display: block;
  width: 100%;
  height: auto;
  transform: scaleY(-1);
  opacity: 0.22;
  mask-image: linear-gradient(to bottom, rgba(255,255,255,0.42), rgba(255,255,255,0));
  -webkit-mask-image: linear-gradient(to bottom, rgba(255,255,255,0.42), rgba(255,255,255,0));
}

.bm-copy {
  position: relative;
  z-index: 5;
  max-width: 920px;
  margin-top: clamp(120px, 16vh, 220px);
  opacity: 0;
  transform: translateY(16px);
  animation: bm-copy-in 0.9s ease 2.35s forwards;
}

.bm-kicker {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: clamp(14px, 1vw, 16px);
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.bm-headline {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 5rem);
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.bm-subhead {
  max-width: 760px;
  margin: 1.25rem auto 0;
  color: rgba(255,255,255,0.82);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.6;
}

.bm-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.bm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.bm-btn:hover {
  transform: translateY(-2px);
}

.bm-btn-primary {
  background: #ff6600;
  color: #fff;
  box-shadow: 0 10px 30px rgba(255,102,0,0.24);
}

.bm-btn-primary:hover {
  box-shadow: 0 14px 34px rgba(255,102,0,0.32);
}

.bm-btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
}

.bm-btn-secondary:hover {
  border-color: rgba(103,199,255,0.58);
  box-shadow: 0 10px 28px rgba(0,150,255,0.12);
}

/* ===== ANIMATIONS ===== */

@keyframes bm-roll-in {
  0% {
    transform: translate(120vw, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes bm-light-follow {
  0% {
    opacity: 0.86;
    transform: translate(120vw, -50%);
  }
  100% {
    opacity: 0.98;
    transform: translate(-50%, -50%);
  }
}

@keyframes bm-light-settle {
  0% {
    opacity: 0.98;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bm-impact-glow {
  0% {
    filter:
      brightness(0.9)
      contrast(1.22)
      drop-shadow(0 0 12px rgba(0,150,255,0.14))
      drop-shadow(0 0 8px rgba(255,102,0,0.10));
  }
  100% {
    filter:
      brightness(1.14)
      contrast(1.28)
      drop-shadow(0 0 24px rgba(0,150,255,0.46))
      drop-shadow(0 0 18px rgba(255,102,0,0.34));
  }
}

@keyframes bm-shimmer-pass {
  0% {
    opacity: 0;
    transform: translateX(-140%) skewX(-18deg);
  }
  12% {
    opacity: 0.95;
  }
  100% {
    opacity: 0;
    transform: translateX(145%) skewX(-18deg);
  }
}

@keyframes bm-reflection-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bm-copy-in {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@media (max-width: 991px) {
  .bm-hero-inner {
    padding-top: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bm-logo-stage {
    min-height: 420px;
  }

  .bm-logo-wrap {
    width: clamp(300px, 56vw, 560px);
    top: 38%;
  }

  .bm-logo-reflection {
    top: calc(38% + 160px);
    width: clamp(260px, 48vw, 500px);
  }

  .bm-copy {
    margin-top: clamp(120px, 14vh, 180px);
  }
}

@media (max-width: 767px) {
  .bm-hero {
    min-height: 860px;
  }

  .bm-hero-inner {
    min-height: 860px;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .bm-logo-stage {
    min-height: 320px;
  }

  .bm-logo-wrap {
    width: clamp(260px, 75vw, 460px);
    top: 36%;
  }

  .bm-light {
    top: 32%;
    width: 300px;
    height: 300px;
  }

  .bm-logo-reflection {
    top: calc(36% + 130px);
    width: clamp(220px, 58vw, 360px);
  }

  .bm-copy {
    margin-top: 2.5rem;
  }

  .bm-kicker {
    letter-spacing: 0.22em;
  }

  .bm-headline {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .bm-subhead {
    font-size: 1rem;
    line-height: 1.55;
  }

  .bm-actions {
    gap: 12px;
  }

  .bm-btn {
    min-width: 155px;
    width: auto;
  }
}
						
