/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #cbd5e1; background: #151c2c; }
h1,h2,h3,h4 { font-family: 'Teko', sans-serif; text-transform: uppercase; letter-spacing: 1px; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; height: auto; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.red { color: #CC0000; }

/* ── Flash ── */
.flash-bar { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; }
.flash { padding: 12px 20px; font-size: 15px; font-weight: 600; text-align: center; }
.flash-success { background: #052e16; color: #4ade80; border-bottom: 2px solid #166534; }
.flash-error   { background: #450a0a; color: #f87171; border-bottom: 2px solid #991b1b; }

/* ── Buttons ── */
.btn { display: inline-block; padding: 14px 32px; font-family: 'Teko', sans-serif; font-size: 20px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; border: none; transition: all .2s; }
.btn-nav { background: #CC0000; color: #fff; border-bottom: 4px solid #000; }
.btn-nav:hover { background: #aa0000; }
.btn-hero { background: #CC0000; color: #fff; border-bottom: 6px solid #000; font-size: 22px; padding: 16px 40px; }
.btn-hero:hover { background: #fff; color: #CC0000; border-bottom-color: #CC0000; }
.btn-hero-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.55); font-size: 22px; padding: 14px 38px; }
.btn-hero-outline:hover { border-color: #fff; background: rgba(255,255,255,.12); }
.btn-primary { background: #CC0000; color: #fff; border-bottom: 4px solid #000; }
.btn-primary:hover { background: #aa0000; }
.btn-full { width: 100%; text-align: center; font-size: 22px; padding: 16px; }

/* ── Top Bar ── */
.topbar { background: #0c1220; border-bottom: 2px solid #CC0000; padding: 12px 0; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.topbar-links { display: flex; gap: 32px; color: #fff; font-size: 17px; font-weight: 700; flex-wrap: wrap; }
.topbar-links a { color: #fff; transition: color .2s; }
.topbar-links a:hover { color: #CC0000; }

/* ── Navbar ── */
.navbar { position: sticky; top: 0; z-index: 100; background: #1a2235; border-bottom: 2px solid #252f45; padding: 8px 0; transition: box-shadow .3s; }
.navbar.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,.5); border-bottom-color: #CC0000; }
.navbar-inner { display: flex; justify-content: space-between; align-items: center; }
.navbar-logo { display: flex; align-items: center; background: #fff; padding: 8px 18px; border-radius: 6px; box-shadow: 0 2px 16px rgba(0,0,0,.5); }
.nav-logo-img { height: 64px; width: auto; object-fit: contain; display: block; }
.nav-logo-large { height: 100px; }
nav { display: flex; align-items: center; gap: 20px; }
nav a { font-family: 'Teko', sans-serif; font-size: 19px; color: #cbd5e1; text-transform: uppercase; transition: color .2s; letter-spacing: 1px; }
nav a:hover { color: #CC0000; }
.hamburger { display: none; background: none; border: 2px solid rgba(255,255,255,.2); color: #fff; font-size: 22px; padding: 6px 14px; cursor: pointer; border-radius: 4px; }
.mobile-nav { display: none; flex-direction: column; background: #1a2235; border-top: 2px solid #CC0000; }
.mobile-nav.open { display: flex; }
.mobile-nav a { padding: 16px 24px; font-family: 'Teko', sans-serif; font-size: 24px; text-transform: uppercase; color: #cbd5e1; border-bottom: 1px solid rgba(255,255,255,.07); transition: background .2s; }
.mobile-nav a:hover, .mobile-nav a:active { background: rgba(204,0,0,.12); color: #CC0000; }

/* ── Section Labels ── */
.section-label { display: inline-block; background: #1e3a5f; color: #fff; font-family: 'Teko', sans-serif; font-size: 16px; letter-spacing: 3px; padding: 4px 16px; margin-bottom: 16px; clip-path: polygon(6px 0,100% 0,calc(100% - 6px) 100%,0 100%); }
.red-label { background: #CC0000 !important; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-header h2 { font-size: clamp(34px, 5.5vw, 66px); line-height: 1; margin-bottom: 14px; color: #fff; }
.section-header.light h2 { color: #fff; }
.section-header p { font-size: 17px; color: #94a3b8; max-width: 600px; margin: 0 auto; }

/* ── Hero ── */
.hero { position: relative; min-height: 100vh; display: flex; align-items: flex-start; justify-content: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, #000 0%, rgba(0,0,0,.72) 50%, rgba(0,0,0,.38) 100%); }
.hero-content { position: relative; z-index: 2; text-align: center; color: #fff; width: 100%; padding-top: clamp(28px, 4vh, 60px); padding-bottom: 32px; }
.hero-brand-name { font-family: 'Teko', sans-serif; font-size: clamp(34px, 5.5vw, 72px); font-weight: 700; letter-spacing: 4px; color: #fff; text-transform: uppercase; line-height: 1; margin-bottom: 8px; text-shadow: 0 4px 30px rgba(0,0,0,.6); }
.hero-badge { display: inline-block; background: #CC0000; color: #fff; font-family: 'Teko', sans-serif; font-size: 15px; letter-spacing: 4px; padding: 4px 20px; margin-bottom: 10px; clip-path: polygon(8px 0,100% 0,calc(100% - 8px) 100%,0 100%); }
.hero-content h1 { font-size: clamp(36px, 6vw, 80px); line-height: .88; margin-bottom: 12px; text-shadow: 0 4px 30px rgba(0,0,0,.5); }
.hero-content p { font-size: clamp(13px,1.4vw,16px); color: #e2e8f0; max-width: 580px; margin: 0 auto 16px; font-weight: 500; line-height: 1.5; padding: 0 16px; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.hero-stats { display: inline-flex; align-items: center; background: rgba(0,0,0,.55); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(8px); }
.hero-stat { padding: 16px 28px; text-align: center; }
.hero-stat span { display: block; font-family: 'Teko', sans-serif; font-size: 36px; color: #CC0000; line-height: 1; }
.hero-stat { font-size: 11px; color: #94a3b8; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.hero-stat-div { width: 1px; background: rgba(255,255,255,.16); align-self: stretch; }

/* ── About ── */
.about { background: #1a2235; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-bottom: 72px; }
.about-text h2 { font-size: clamp(32px,5vw,64px); color: #fff; line-height: .9; margin-bottom: 20px; }
.about-text p { font-size: 16px; color: #94a3b8; line-height: 1.75; margin-bottom: 20px; }
.founder-quote { border-left: 4px solid #CC0000; padding: 16px 20px; background: rgba(204,0,0,.08); color: #cbd5e1; font-style: italic; font-size: 15px; line-height: 1.75; border-radius: 0 6px 6px 0; }
.about-img-stack { display: flex; flex-direction: column; gap: 16px; }
.about-img { position: relative; }
.about-img::before { content:''; position: absolute; inset: 0; background: #CC0000; transform: translate(12px,12px); z-index: 0; border-radius: 12px; }
.about-img img { position: relative; z-index: 1; border-radius: 12px; border: 4px solid #1e3a5f; width: 100%; height: 300px; object-fit: cover; object-position: center top; }
.about-img-secondary { position: relative; border-radius: 10px; overflow: hidden; border: 3px solid #CC0000; }
.about-img-secondary img { width: 100%; height: 220px; object-fit: cover; object-position: center 30%; display: block; }
.about-img-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,.85) 0%, transparent 100%); color: #fff; font-family: 'Teko', sans-serif; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; padding: 16px 14px 10px; }

/* ── Values ── */
.values-header { text-align: center; margin-bottom: 36px; }
.values-header h2 { font-size: clamp(32px,5vw,56px); color: #fff; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-bottom: 56px; }
.value-card { background: #1e2d44; border: 1px solid #263550; padding: 28px 22px; border-radius: 8px; transition: transform .2s, box-shadow .2s; }
.value-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.35); }
.value-accent { width: 40px; height: 4px; background: #CC0000; margin-bottom: 18px; border-radius: 2px; }
.value-card h3 { font-size: 24px; color: #fff; margin-bottom: 10px; }
.value-card p { font-size: 14px; color: #94a3b8; line-height: 1.65; }
.stats-wrap { margin-top: 0; }
.stats-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.stat-card { text-align: center; background: #1e2d44; border: 3px solid #1e3a5f; padding: 36px 16px; box-shadow: 8px 8px 0 #CC0000; transform: skewX(-4deg); }
.stat-card > * { transform: skewX(4deg); display: block; }
.stat-num { font-family: 'Teko', sans-serif; font-size: 64px; color: #CC0000; line-height: 1; }
.stat-label { font-family: 'Teko', sans-serif; font-size: 20px; color: #cbd5e1; letter-spacing: 2px; text-transform: uppercase; }

/* ── Products ── */
.products { background: #151c2c; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.product-card { position: relative; height: 400px; overflow: hidden; border-radius: 8px; }
.product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover img { transform: scale(1.07); }
.product-card::after { content:''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.25) 50%, transparent 100%); border-radius: 8px; }
.product-info { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 24px; }
.product-info h3 { font-size: 28px; color: #fff; line-height: 1; margin-bottom: 6px; }
.product-info p { font-size: 14px; color: #cbd5e1; }

/* ── Services ── */
.services { background: #1a2235; position: relative; overflow: hidden; }
.services::before { content: ''; position: absolute; inset: 0; background: url('/static/images/fantasticlogo.png') center/540px no-repeat; opacity: 0.13; pointer-events: none; z-index: 0; }
.services .container { position: relative; z-index: 1; }
.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.service-card { border: 1px solid #263550; border-radius: 8px; position: relative; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.service-card-bg { position: absolute; inset: 0; background-image: var(--sc-bg); background-size: cover; background-position: center; opacity: 0.18; transition: opacity .3s; z-index: 0; }
.service-card:hover .service-card-bg { opacity: 0.28; }
.service-card-content { position: relative; z-index: 1; padding: 32px 28px; background: linear-gradient(135deg, rgba(30,45,68,0.82) 0%, rgba(30,45,68,0.65) 100%); height: 100%; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.5); }
.highlight-card { border-color: #CC0000; }
.service-bar { width: 40px; height: 4px; background: #1e3a5f; margin-bottom: 20px; border-radius: 2px; }
.red-bar { background: #CC0000 !important; }
.service-card h3 { font-size: 26px; color: #fff; margin-bottom: 10px; }
.service-card p { font-size: 15px; color: #cbd5e1; line-height: 1.7; }
.new-badge { position: absolute; top: 16px; right: 16px; background: #CC0000; color: #fff; font-family: 'Teko', sans-serif; font-size: 14px; letter-spacing: 2px; padding: 2px 10px; clip-path: polygon(4px 0,100% 0,calc(100% - 4px) 100%,0 100%); z-index: 2; }

/* ── Gallery / In Action ── */
.gallery-section { background: #151c2c; }
.gallery-hero { position: relative; width: 100%; max-height: 500px; overflow: hidden; }
.gallery-hero img { width: 100%; height: 500px; object-fit: cover; object-position: center 30%; display: block; }
.gallery-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.35) 55%, rgba(0,0,0,.1) 100%); display: flex; align-items: flex-end; }
.gallery-hero-text { padding: 48px; max-width: 800px; }
.ghero-eyebrow { font-family: 'Teko', sans-serif; font-size: 14px; letter-spacing: 4px; color: #CC0000; margin-bottom: 10px; }
.gallery-hero-text h2 { font-size: clamp(30px,5vw,62px); color: #fff; line-height: 1; }

.gallery-stat-strip { background: #CC0000; padding: 24px; display: flex; align-items: center; justify-content: center; gap: 0; }
.gstat { text-align: center; padding: 0 48px; }
.gstat-num { display: block; font-family: 'Teko', sans-serif; font-size: 42px; color: #fff; line-height: 1; }
.gstat-label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 2px; color: rgba(255,255,255,.8); text-transform: uppercase; margin-top: 2px; }
.gstat-div { width: 1px; height: 50px; background: rgba(255,255,255,.3); flex-shrink: 0; }

.proof-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 16px; margin-top: 48px; }
.proof-card { position: relative; overflow: hidden; border-radius: 8px; }
.proof-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; display: block; }
.proof-card:hover img { transform: scale(1.04); }
.proof-card-large { height: 480px; }
.proof-side-stack { display: flex; flex-direction: column; gap: 16px; }
.proof-card-half { height: 232px; }
.proof-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.2) 55%, transparent 100%); }
.proof-label { position: absolute; bottom: 20px; left: 20px; right: 20px; z-index: 2; }
.proof-badge { display: inline-block; background: #CC0000; color: #fff; font-family: 'Teko', sans-serif; font-size: 12px; letter-spacing: 2px; padding: 2px 10px; margin-bottom: 6px; clip-path: polygon(4px 0,100% 0,calc(100% - 4px) 100%,0 100%); }
.proof-caption { font-family: 'Teko', sans-serif; font-size: 20px; letter-spacing: 1px; color: #fff; text-transform: uppercase; }

.gallery-cta-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 40px; background: #1a2235; border: 1px solid #263550; border-left: 6px solid #CC0000; padding: 28px 36px; border-radius: 8px; flex-wrap: wrap; }
.gallery-cta-bar p { font-size: 18px; color: #cbd5e1; font-weight: 500; }

/* ── Product Coming Soon Card ── */
.product-coming { background: linear-gradient(135deg,#1a2235 0%,#1e2d44 100%); border: 2px dashed rgba(204,0,0,.45); border-radius: 8px; height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 30px 24px; gap: 0; }
.coming-badge { background: #CC0000; color: #fff; font-family: 'Teko', sans-serif; font-size: 13px; letter-spacing: 3px; padding: 4px 16px; margin-bottom: 20px; clip-path: polygon(6px 0,100% 0,calc(100% - 6px) 100%,0 100%); }
.coming-sport-icons { display: flex; gap: 16px; margin-bottom: 18px; }
.sport-ball { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Teko', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 1px; }
.sport-ball.football { background: rgba(139,90,43,.25); border: 2px solid rgba(139,90,43,.5); color: #c8a46e; }
.sport-ball.basketball { background: rgba(204,88,0,.25); border: 2px solid rgba(204,88,0,.5); color: #f09050; }
.coming-title { font-family: 'Teko', sans-serif; font-size: 32px; color: #fff; line-height: 1; margin-bottom: 12px; }
.coming-text { font-size: 14px; color: #64748b; line-height: 1.65; max-width: 200px; }

/* ── Sport Tags Row ── */
.products-package-note { text-align: center; margin-top: 32px; margin-bottom: 8px; font-size: 16px; color: #94a3b8; background: rgba(204,0,0,.1); border: 1px solid rgba(204,0,0,.3); border-radius: 6px; padding: 12px 24px; display: inline-block; width: 100%; box-sizing: border-box; }
.products-package-note strong { color: #CC0000; }
.sport-tags-row { display: flex; gap: 12px; justify-content: center; margin-top: 16px; flex-wrap: wrap; }
.sport-tag-pill { display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.14); padding: 8px 20px; border-radius: 4px; font-family: 'Teko', sans-serif; font-size: 17px; letter-spacing: 2px; color: #94a3b8; text-transform: uppercase; }
.sport-tag-dot { width: 10px; height: 10px; border-radius: 50%; background: #CC0000; flex-shrink: 0; }

/* ── US Map ── */
.map-section { background: #151c2c; }
.map-wrapper { max-width: 940px; margin: 0 auto; background: #0f1929; border: 2px solid #263550; border-radius: 12px; padding: 4px; overflow: hidden; }
.us-map { width: 100%; height: auto; display: block; border-radius: 10px; }
.mlbl { fill: rgba(180,210,255,.7); font-size: 11px; font-family: 'Inter',Arial,sans-serif; font-weight: 700; text-anchor: middle; pointer-events: none; }

/* ── Sponsors ── */
.sponsors { background: #0c1220; overflow: hidden; }
.marquee-wrap { overflow: hidden; margin-top: 8px; }
.marquee-track { display: flex; gap: 20px; width: max-content; animation: marquee 40s linear infinite; padding: 12px 0; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.sponsor-card { flex-shrink: 0; min-width: 200px; padding: 0 32px; height: 80px; background: transparent; border: 2px solid rgba(255,255,255,.22); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: 'Teko', sans-serif; font-size: 22px; font-weight: 700; color: rgba(255,255,255,.85); text-transform: uppercase; letter-spacing: 1px; white-space: nowrap; }
.sponsor-card:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); }

/* ── Contact ── */
.contact { background: #1a2235; }

/* Sponsor Photo Banner */
.sponsor-photo-banner { position: relative; width: 100%; max-height: 540px; overflow: hidden; margin-bottom: 0; }
.sponsor-photo-banner img { width: 100%; height: 540px; object-fit: cover; object-position: center 25%; display: block; }
.spb-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.6) 55%, rgba(0,0,0,.2) 100%); }
.spb-content { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 0; flex-wrap: wrap; }
.spb-left { max-width: 580px; }
.spb-eyebrow { font-family: 'Teko', sans-serif; font-size: 14px; letter-spacing: 4px; color: #CC0000; margin-bottom: 14px; }
.spb-left h2 { font-size: clamp(28px,4.5vw,58px); color: #fff; line-height: .95; margin-bottom: 18px; }
.spb-left p { font-size: clamp(14px,1.5vw,16px); color: #cbd5e1; line-height: 1.65; max-width: 520px; }
.spb-right { display: flex; flex-direction: column; align-items: center; gap: 14px; flex-shrink: 0; }
.spb-btn { white-space: nowrap; font-size: clamp(18px,2vw,24px); padding: 18px 40px; }
.spb-orline { font-size: 13px; color: rgba(255,255,255,.4); font-weight: 600; letter-spacing: 2px; }
.spb-email-link { font-size: 14px; color: rgba(255,255,255,.65); transition: color .2s; word-break: break-all; text-align: center; }
.spb-email-link:hover { color: #CC0000; }

/* Contact lower grid */
.contact-lower-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; margin-top: 48px; }
.contact-info-panel { display: flex; flex-direction: column; gap: 20px; }
.contact-info-panel h3 { font-size: clamp(24px,3vw,40px); color: #fff; line-height: 1; }
.direct-contact-box { background: #1e2d44; border: 1px solid #CC0000; border-radius: 8px; padding: 18px 22px; display: flex; flex-direction: column; gap: 8px; }
.dc-label { font-family: 'Teko', sans-serif; font-size: 14px; letter-spacing: 3px; color: #CC0000; }
.dc-email { font-size: 14px; color: #fff; font-weight: 600; word-break: break-all; transition: color .2s; }
.dc-email:hover { color: #CC0000; }
.dc-phone { font-size: 48px; font-family: 'Teko', sans-serif; color: #fff; letter-spacing: 1px; line-height: 1; transition: color .2s; }
.dc-phone:hover { color: #CC0000; }
.looking-for { background: #1e2d44; border: 1px solid #263550; border-radius: 8px; padding: 18px 20px; }
.lf-label { font-family: 'Teko', sans-serif; font-size: 14px; letter-spacing: 3px; color: #CC0000; margin-bottom: 12px; }
.lf-item { font-size: 15px; color: #cbd5e1; padding: 6px 0; border-bottom: 1px solid #263550; }
.lf-item:last-child { border-bottom: none; }

/* Proof photos grid */
.contact-proof-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cpp-card { position: relative; overflow: hidden; border-radius: 8px; height: 200px; }
.cpp-card.cpp-tall { grid-column: 1 / -1; height: 260px; }
.cpp-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; display: block; }
.cpp-card:hover img { transform: scale(1.05); }
.cpp-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.2) 60%, transparent 100%); }
.cpp-badge { position: absolute; top: 12px; left: 12px; z-index: 2; background: #CC0000; color: #fff; font-family: 'Teko', sans-serif; font-size: 12px; letter-spacing: 2px; padding: 2px 10px; clip-path: polygon(4px 0,100% 0,calc(100% - 4px) 100%,0 100%); }
.cpp-label { position: absolute; bottom: 14px; left: 14px; right: 14px; z-index: 2; font-family: 'Teko', sans-serif; font-size: 18px; letter-spacing: 1px; color: #fff; text-transform: uppercase; }

/* ── Footer ── */
.footer { background: #0c1220; color: #cbd5e1; padding: 64px 0 0; border-top: 6px solid #CC0000; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-logo { height: 64px; width: auto; object-fit: contain; margin-bottom: 14px; background: #fff; padding: 6px 12px; border-radius: 6px; }
.footer-brand p { font-size: 14px; color: #64748b; max-width: 280px; line-height: 1.65; margin-top: 12px; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 12px; }
.footer-links strong, .footer-contact strong { font-family: 'Teko', sans-serif; font-size: 22px; text-transform: uppercase; letter-spacing: 1px; color: #fff; }
.footer-links a, .footer-contact a, .footer-contact span { font-size: 14px; color: #64748b; transition: color .2s; }
.footer-links a:hover, .footer-contact a:hover { color: #CC0000; }
.footer-email-highlight { display: inline-block; background: rgba(204,0,0,0.15); border: 1px solid rgba(204,0,0,0.5); color: #f87171 !important; font-weight: 600; padding: 6px 12px; border-radius: 4px; font-size: 13px !important; letter-spacing: 0.3px; transition: background .2s, color .2s !important; }
.footer-email-highlight:hover { background: rgba(204,0,0,0.3) !important; color: #fff !important; }
.footer-socials { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; padding-top: 16px; border-top: 1px solid #252f45; }
.footer-socials strong { font-family: 'Teko', sans-serif; font-size: 18px; text-transform: uppercase; letter-spacing: 1px; color: #fff; }
.social-link { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #64748b; transition: color .2s; }
.social-link:hover { color: #CC0000; }
.footer-payments { border-top: 1px solid rgba(255,255,255,.07); padding: 20px 0; }
.footer-payments-inner { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.payment-label { font-family: 'Teko', sans-serif; font-size: 18px; color: #64748b; letter-spacing: 2px; text-transform: uppercase; flex-shrink: 0; }
.payment-icons { display: flex; gap: 10px; flex-wrap: wrap; }
.pay-badge { font-family: 'Teko', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1px; padding: 5px 12px; border-radius: 4px; border: 1.5px solid; }
.pay-badge.visa  { color: #1a1f71; background: #fff; border-color: #1a1f71; }
.pay-badge.mc    { color: #eb001b; background: #fff; border-color: #f79e1b; }
.pay-badge.amex  { color: #006fcf; background: #fff; border-color: #006fcf; }
.pay-badge.disc  { color: #f76520; background: #fff; border-color: #f76520; }
.pay-badge.check { color: #94a3b8; background: transparent; border-color: rgba(255,255,255,.2); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 20px 0; }
.footer-bottom .container { display: flex; justify-content: space-between; font-size: 13px; color: #64748b; flex-wrap: wrap; gap: 8px; }

/* ── Floating CTA ── */
.floating-cta { position: fixed; bottom: 24px; right: 24px; z-index: 200; background: #CC0000; color: #fff; font-family: 'Teko', sans-serif; font-size: 18px; letter-spacing: 2px; text-transform: uppercase; padding: 14px 24px; border: 2px solid rgba(255,255,255,.3); box-shadow: 0 8px 30px rgba(0,0,0,.5); opacity: 0; pointer-events: none; transform: translateY(20px); transition: all .3s; border-radius: 4px; }
.floating-cta.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.floating-cta:hover { background: #aa0000; }

/* ═══════════════════════════════
   RESPONSIVE — TABLET (≤1100px)
═══════════════════════════════ */
@media (max-width: 1100px) {
  .product-grid { grid-template-columns: 1fr 1fr; }
  .values-grid  { grid-template-columns: 1fr 1fr; }
  .proof-grid   { grid-template-columns: 1fr; }
  .proof-card-large { height: 380px; }
  .proof-side-stack { flex-direction: row; }
  .proof-card-half { height: 220px; flex: 1; }
}

/* ═══════════════════════════════
   RESPONSIVE — MOBILE (≤900px)
═══════════════════════════════ */
@media (max-width: 900px) {
  .section { padding: 60px 0; }
  .container { padding: 0 18px; }

  /* Navbar */
  nav#desktopNav { display: none; }
  .hamburger { display: block; }
  .nav-logo-img { height: 52px; }
  .nav-logo-large { height: 52px; }

  /* Hero */
  .hero { height: auto; min-height: 520px; padding: 80px 0 48px; }
  .hero-stats { flex-direction: row; flex-wrap: wrap; justify-content: center; }

  /* About */
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-img img { height: 320px; }

  /* Values */
  .values-grid { grid-template-columns: 1fr 1fr; }

  /* Stats */
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-num { font-size: 52px; }

  /* Products */
  .product-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .product-card { height: 320px; }
  .product-coming { height: 320px; }

  /* Services */
  .services-grid { grid-template-columns: 1fr; }

  /* Gallery */
  .gallery-hero img { height: 360px; }
  .gallery-hero-text { padding: 28px 24px; }
  .gallery-stat-strip { flex-wrap: wrap; gap: 20px; padding: 20px 16px; }
  .gstat { padding: 0 20px; }
  .gstat-div { display: none; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card-large { height: 300px; }
  .proof-side-stack { flex-direction: row; gap: 12px; }
  .proof-card-half { height: 180px; flex: 1; }
  .gallery-cta-bar { flex-direction: column; align-items: flex-start; gap: 16px; padding: 24px 20px; }

  /* Map */
  .map-wrapper { padding: 2px; }

  /* Contact Banner */
  .sponsor-photo-banner img { height: 400px; }
  .spb-content { flex-direction: column; align-items: flex-start; justify-content: flex-end; padding-bottom: 32px; gap: 20px; }
  .spb-right { align-items: flex-start; }

  /* Contact lower */
  .contact-lower-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-proof-photos { grid-template-columns: 1fr 1fr; }
  .cpp-card { height: 160px; }
  .cpp-card.cpp-tall { height: 220px; }

  /* Footer */
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }

  /* Floating CTA */
  .floating-cta { bottom: 16px; right: 16px; font-size: 16px; padding: 12px 18px; }
}

/* ═══════════════════════════════
   RESPONSIVE — SMALL PHONE (≤600px)
═══════════════════════════════ */
@media (max-width: 600px) {
  .section { padding: 48px 0; }
  .container { padding: 0 16px; }

  /* Topbar — stack on tiny phones */
  .topbar-links { gap: 12px; font-size: 12px; }

  /* Hero */
  .hero-content h1 { font-size: 42px; }
  .hero-badge { font-size: 13px; letter-spacing: 2px; }
  .hero-actions { flex-direction: column; align-items: center; gap: 12px; }
  .btn-hero, .btn-hero-outline { width: 100%; max-width: 320px; text-align: center; font-size: 19px; padding: 14px 24px; }
  .hero-stats { flex-direction: column; align-items: center; width: 100%; }
  .hero-stat-div { width: 60%; height: 1px; }
  .hero-stat { padding: 12px 20px; }

  /* About */
  .about-img img { height: 260px; }
  .about-img::before { transform: translate(8px,8px); }

  /* Values */
  .values-grid { grid-template-columns: 1fr; }

  /* Stats */
  .stats-grid { grid-template-columns: 1fr; }
  .stat-card { transform: none; box-shadow: 6px 6px 0 #CC0000; }
  .stat-card > * { transform: none; }

  /* Products */
  .product-grid { grid-template-columns: 1fr; }
  .product-card { height: 280px; }
  .product-coming { height: 280px; }

  /* Gallery */
  .gallery-hero img { height: 280px; }
  .gallery-hero-text h2 { font-size: 28px; }
  .proof-side-stack { flex-direction: column; }
  .proof-card-half { height: 200px; }

  /* Map */
  .mlbl { font-size: 9px; }

  /* Contact banner */
  .sponsor-photo-banner img { height: 460px; object-position: center 20%; }
  .spb-content { padding: 20px 16px; padding-bottom: 24px; }
  .spb-left h2 { font-size: 30px; }
  .spb-left p { font-size: 14px; }
  .spb-btn { font-size: 18px; padding: 14px 28px; }
  .spb-right { width: 100%; align-items: center; }

  /* Contact lower */
  .contact-proof-photos { grid-template-columns: 1fr; }
  .cpp-card { height: 200px; }
  .cpp-card.cpp-tall { height: 240px; grid-column: 1; }

  /* Sponsor tags */
  .sport-tags-row { gap: 8px; }
  .sport-tag-pill { padding: 6px 14px; font-size: 15px; }

  /* Footer */
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer { padding-top: 40px; }

  /* Section headers */
  .section-header { margin-bottom: 36px; }
  .section-header p { font-size: 15px; }
}

/* ═══════════════════════════════
   RESPONSIVE — TINY (≤380px)
═══════════════════════════════ */
@media (max-width: 380px) {
  .hero-content h1 { font-size: 36px; }
  .nav-logo-img { height: 44px; }
  .hamburger { font-size: 18px; padding: 5px 10px; }
  .floating-cta { right: 8px; bottom: 8px; font-size: 14px; padding: 10px 14px; letter-spacing: 1px; }
}
