/*
Theme Name: Prizmer Sports
Theme URI: https://prizmersports.com/
Author: Prizmer Sports
Description: Custom one-page WordPress theme for Prizmer Sports.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: prizmer-sports
*/

:root {
  --ink: #070809;
  --panel: #111214;
  --yellow: #ffd400;
  --white: #f8f8f4;
  --muted: #a3a5a8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.signal-bar {
  height: 38px; display: flex; align-items: center; justify-content: center; gap: 14px;
  border-bottom: 1px solid #25272a; background: #090a0b; color: #e8e8e4;
  text-transform: uppercase; letter-spacing: .11em; font-size: 12px; font-weight: 700;
}
.signal-bar i { width: 5px; height: 5px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 12px #ffd40080; }
.hiring-banner { background: var(--yellow); color: #050505; border-bottom-color: #5b4c00; transition: background .2s ease; }
.hiring-banner:hover, .hiring-banner:focus-visible { background: #ffe15a; }
.hiring-banner b { font-weight: 900; }

.site-header {
  height: 94px; padding: 0 clamp(22px, 4vw, 68px); display: flex; align-items: center; gap: 44px;
  border-bottom: 1px solid #4a3d00; background: rgba(8,9,10,.94); position: relative; z-index: 10;
}
.brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand-crop { width: 68px; height: 68px; overflow: hidden; border-radius: 50%; position: relative; background: #000; flex: 0 0 68px; }
.brand-crop img { height: 90px; width: 403px; max-width: none; position: absolute; left: -20px; top: -10px; }
.brand strong { font-family: "Arial Black", Arial, Helvetica, sans-serif; font-size: clamp(22px, 1.8vw, 31px); font-weight: 900; letter-spacing: -.025em; }
.site-header nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.7vw, 48px); flex: 1; }
.site-header nav a { font-size: 14px; font-weight: 700; position: relative; white-space: nowrap; }
.site-header nav a.nav-hiring { color: var(--yellow); }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--yellow); transition: right .25s ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { right: 0; }
.header-live { display: flex; align-items: center; gap: 8px; padding: 13px 17px; border: 1px solid #343434; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.header-live span { width: 8px; height: 8px; border-radius: 50%; background: #ff4238; box-shadow: 0 0 0 5px #ff423820; animation: pulse 1.7s infinite; }

.hero { min-height: calc(100vh - 132px); display: grid; grid-template-columns: minmax(460px, 47%) 1fr; overflow: hidden; background: radial-gradient(circle at 75% 35%, #292200 0, transparent 32%), #08090a; }
.hero-copy { padding: clamp(54px, 7vh, 92px) clamp(28px, 5vw, 82px) 38px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 3; background: linear-gradient(90deg, #08090a 0%, #08090a 83%, transparent 100%); }
.eyebrow { margin: 0 0 20px; color: var(--yellow); text-transform: uppercase; letter-spacing: .12em; font-size: 13px; font-weight: 800; }
.eyebrow b { margin: 0 8px; }
h1 { margin: 0; max-width: 760px; text-transform: uppercase; font-family: "Arial Black", Arial, Helvetica, sans-serif; font-size: clamp(58px, 5.45vw, 100px); line-height: .96; letter-spacing: -.035em; font-weight: 900; text-wrap: balance; }
h1 em { color: var(--yellow); font-style: normal; display: block; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { min-height: 55px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid var(--yellow); text-transform: uppercase; font-size: 13px; font-weight: 900; letter-spacing: .035em; transition: .22s ease; }
.button.primary { background: var(--yellow); color: #050505; box-shadow: 0 10px 35px #ffd40018; }
.button.primary:hover { transform: translateY(-2px); box-shadow: 0 14px 40px #ffd40032; }
.button.secondary:hover { background: var(--yellow); color: #050505; }
.play { font-size: 12px; }
.hero-proof { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 38px; max-width: 690px; border-top: 1px solid #292a2c; padding-top: 22px; }
.hero-proof div { padding: 0 17px; border-right: 1px solid #292a2c; text-transform: uppercase; }
.hero-proof div:first-child { padding-left: 0; }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong { display: block; color: var(--white); font-size: 20px; }
.hero-proof span { display: block; margin-top: 4px; color: #8c8f92; font-size: 10px; letter-spacing: .06em; }

.hero-stage { position: relative; isolation: isolate; background: linear-gradient(145deg, #161719, #08090a 66%); overflow: hidden; min-height: 650px; }
.hero-stage::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #08090a 0, transparent 20%), linear-gradient(0deg, #070809 0, transparent 22%); z-index: 2; pointer-events: none; }
.hero-team-stage { display: flex; align-items: flex-end; justify-content: center; }
.hero-team-image { position: absolute; z-index: 1; width: 112%; max-width: none; height: auto; left: -6%; bottom: -1px; object-fit: contain; filter: drop-shadow(0 28px 25px #000b); animation: rise .9s both; }
.stage-grid { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(#ffd40012 1px, transparent 1px), linear-gradient(90deg, #ffd40012 1px, transparent 1px); background-size: 54px 54px; transform: perspective(700px) rotateX(62deg) scale(1.5); transform-origin: bottom; }
.stage-glow { position: absolute; width: 76%; aspect-ratio: 1; border-radius: 50%; left: 18%; bottom: -42%; border: 3px solid var(--yellow); box-shadow: 0 0 45px #ffd40080, inset 0 0 55px #ffd40040; transform: rotateX(69deg); }
.box { position: absolute; width: clamp(185px, 18vw, 330px); aspect-ratio: 1; z-index: 1; filter: drop-shadow(0 28px 22px #000c); transition: transform .35s ease, filter .35s ease; animation: rise .9s both; }
.box img { width: 100%; height: 100%; object-fit: contain; }
.box:hover { z-index: 4; filter: drop-shadow(0 34px 30px #000) drop-shadow(0 0 18px #ffd40035); }
.box-a { left: 5%; bottom: 17%; transform: rotate(-8deg); animation-delay: .14s; }
.box-b { left: 28%; bottom: 25%; transform: rotate(-2deg) scale(1.1); animation-delay: .22s; }
.box-c { right: 12%; bottom: 23%; transform: rotate(5deg) scale(1.06); animation-delay: .3s; }
.box-d { right: -4%; bottom: 8%; transform: rotate(10deg); animation-delay: .38s; }
.stage-label { position: absolute; top: 9%; right: 8%; z-index: 4; text-align: right; border-right: 3px solid var(--yellow); padding-right: 16px; }
.stage-label span { display: block; color: #a5a6a8; text-transform: uppercase; letter-spacing: .22em; font-size: 10px; }
.stage-label strong { display: block; margin-top: 5px; font-family: Impact, "Arial Narrow", sans-serif; font-size: 30px; letter-spacing: .04em; }

.ticker { overflow: hidden; border-top: 1px solid #3d3300; border-bottom: 1px solid #3d3300; background: var(--yellow); color: #060606; }
.ticker div { width: max-content; padding: 15px 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: 20px; letter-spacing: .12em; word-spacing: .3em; animation: marquee 23s linear infinite; }
.ticker b { margin: 0 16px; }
.section { padding: 110px clamp(22px, 5vw, 82px); }
.section-kicker { color: var(--yellow) !important; text-transform: uppercase; letter-spacing: .17em; font-size: 11px !important; font-weight: 900; }
.section h2, .retail-section h2, .final-cta h2 { margin: 12px 0 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(55px, 6vw, 98px); line-height: .92; text-transform: uppercase; letter-spacing: .015em; }
.section h2 em, .retail-section h2 em, .final-cta h2 em { color: var(--yellow); font-style: normal; }

.live-section { background: #0b0c0d; }
.live-card { max-width: 1500px; margin: auto; min-height: 550px; display: grid; grid-template-columns: .92fr 1.08fr; border: 1px solid #282a2d; background: #101113; box-shadow: 0 36px 100px #0009; }
.live-copy { padding: clamp(42px, 6vw, 90px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.live-copy h2 { font-size: clamp(62px, 6.5vw, 110px); }
.live-copy .button { margin-top: 30px; }
.live-dot { width: 8px; height: 8px; display: inline-block; margin-right: 8px; border-radius: 50%; background: #ff3b30; box-shadow: 0 0 0 6px #ff3b3017; }
.live-visual { padding: 38px; background: radial-gradient(circle at center, #ffd4002b, transparent 55%), repeating-linear-gradient(135deg, #121315 0 2px, #0c0d0e 2px 10px); }
.broadcast-frame { height: 100%; min-height: 430px; border: 1px solid #a88c10; position: relative; padding: 48px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: #050505; }
.broadcast-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; z-index: 0; }
.broadcast-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, #070809f7 0%, #07080920 68%); pointer-events: none; }
.broadcast-frame::before, .broadcast-frame::after { content: ""; position: absolute; width: 75px; height: 75px; border-color: var(--yellow); }
.broadcast-frame::before { left: 16px; top: 16px; z-index: 3; border-left: 3px solid; border-top: 3px solid; }
.broadcast-frame::after { right: 16px; bottom: 16px; z-index: 3; border-right: 3px solid; border-bottom: 3px solid; }
.broadcast-tag { position: absolute; top: 30px; right: 30px; z-index: 3; padding: 9px 13px; background: #ff3b30; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.broadcast-frame strong { position: relative; z-index: 2; font-family: Impact, "Arial Narrow", sans-serif; color: var(--yellow); font-size: clamp(54px, 5.5vw, 95px); line-height: .85; letter-spacing: .03em; }
.broadcast-frame p { position: relative; z-index: 2; margin: 14px 0 0; color: #b8b9bb; }

.reviews-section { padding: 92px clamp(22px, 5vw, 82px); display: grid; grid-template-columns: .7fr 2fr; gap: 65px; background: #0d0e0f; border-top: 1px solid #242628; border-bottom: 1px solid #242628; }
.review-score { border-right: 1px solid #2b2d30; display: flex; flex-direction: column; justify-content: center; }
.review-score span { color: #9d9fa2; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; }
.review-score strong { font-family: Impact, "Arial Narrow", sans-serif; font-size: 100px; line-height: .9; margin-top: 12px; }
.review-score div { color: var(--yellow); font-size: 20px; letter-spacing: .13em; margin-top: 10px; }
.review-score p { color: #85878a; font-size: 12px; text-transform: uppercase; }
.review-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
blockquote { margin: 0; padding: 30px; border: 1px solid #282a2d; background: #111214; }
blockquote div { color: var(--yellow); font-size: 12px; letter-spacing: .11em; }
blockquote p { color: #dededb; font-size: 15px; line-height: 1.65; }
blockquote cite { color: #84868a; font-size: 11px; font-style: normal; text-transform: uppercase; letter-spacing: .1em; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding-top: 0; padding-bottom: 0; background: #0b0c0d; }
.split-panel { padding: clamp(60px, 7vw, 120px); }
.buyback-panel { background: #131416; }
.buyback-panel .button { margin-top: 18px; }
.buyback-panel small { display: block; color: #6f7275; margin-top: 20px; }
.steps-panel { padding: clamp(60px, 7vw, 120px); background: linear-gradient(145deg, #17181a, #0b0c0d); }
.steps-panel > div { display: grid; grid-template-columns: 62px 1fr; column-gap: 24px; padding: 30px 0; border-bottom: 1px solid #2b2d30; }
.steps-panel span { grid-row: 1 / 3; color: var(--yellow); font-family: Impact, "Arial Narrow", sans-serif; font-size: 30px; }
.steps-panel h3 { margin: 0; text-transform: uppercase; font-size: 17px; }
.steps-panel p { margin: 7px 0 0; color: #8f9194; font-size: 13px; }

.retail-section { min-height: 690px; display: grid; grid-template-columns: 1.15fr .85fr; background: #eeeae0; color: #0b0b0a; }
.retail-map { min-height: 600px; position: relative; overflow: hidden; background: #050505; }
.retail-map img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.retail-copy { padding: clamp(62px, 7vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.retail-copy > p:not(.section-kicker) { color: #5f5d58; font-size: 17px; line-height: 1.7; max-width: 550px; }
.retail-copy address { border-left: 4px solid var(--yellow); padding-left: 20px; margin: 20px 0 0; font-style: normal; color: #4b4945; line-height: 1.6; }
.retail-copy address strong { color: #080808; font-size: 22px; }
.retail-actions { display: flex; align-items: center; gap: 25px; margin-top: 30px; }
.phone-link { font-weight: 800; border-bottom: 1px solid #999; }

.about-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; max-width: 1500px; margin: auto; }
.about-mark { aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; color: var(--yellow); border: clamp(12px, 1.5vw, 24px) solid #f5f5f0; box-shadow: inset 0 0 0 8px var(--yellow), 0 30px 100px #000; font-family: Impact, "Arial Narrow", sans-serif; font-style: italic; font-size: clamp(85px, 11vw, 180px); transform: rotate(-6deg); background: #050505; }
.about-copy > p:not(.section-kicker) { max-width: 680px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.text-link { display: inline-block; color: var(--yellow); font-size: 13px; text-transform: uppercase; font-weight: 900; letter-spacing: .08em; margin-top: 20px; border-bottom: 1px solid var(--yellow); padding-bottom: 6px; }

.final-cta { min-height: 610px; padding: 110px 24px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at center, #ffd40019, transparent 45%), repeating-linear-gradient(135deg, #101113 0 2px, #0b0c0d 2px 11px); border-top: 1px solid #302a09; }
.final-cta > p { color: #a5a6a8; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; }
.final-cta h2 { font-size: clamp(66px, 8vw, 130px); margin-bottom: 35px; }
footer { padding: 50px clamp(22px, 5vw, 82px); border-top: 1px solid #26282b; background: #070809; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.footer-links { display: flex; gap: 28px; justify-content: flex-end; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
footer > p, footer > small { color: #6f7174; font-size: 11px; }
footer > small { text-align: right; }

@keyframes pulse { 50% { opacity: .45; box-shadow: 0 0 0 8px #ff42380b; } }
@keyframes rise { from { opacity: 0; translate: 0 35px; } to { opacity: 1; translate: 0 0; } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 1100px) {
  .site-header nav { display: none; }
  .site-header { justify-content: space-between; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { background: linear-gradient(90deg, #08090a 0%, #08090ae8 62%, #08090a7a 100%); min-height: 720px; }
  .hero-stage { position: absolute; inset: 132px 0 auto 35%; height: 720px; opacity: .66; }
  .hero-team-image { width: 108%; left: -4%; }
  .hero-copy > * { max-width: 650px; }
  .live-card, .split-section, .retail-section { grid-template-columns: 1fr; }
  .reviews-section { grid-template-columns: 1fr; }
  .review-score { border-right: 0; border-bottom: 1px solid #2b2d30; padding-bottom: 35px; }
  .about-section { grid-template-columns: .65fr 1.35fr; gap: 45px; }
}

@media (max-width: 700px) {
  .signal-bar { font-size: 9px; gap: 8px; height: 32px; }
  .site-header { height: 78px; padding: 0 18px; }
  .brand-crop { width: 50px; height: 50px; }
  .brand-crop { flex-basis: 50px; }
  .brand-crop img { height: 66px; width: 295px; left: -15px; top: -7px; }
  .brand strong { font-size: 22px; }
  .header-live { padding: 10px; font-size: 0; }
  .hero-stage { inset: 110px -45% auto 0; height: 760px; opacity: .42; }
  .hero-team-image { width: 128%; left: -14%; bottom: 4%; }
  .hero-copy { padding: 60px 20px 30px; min-height: 760px; justify-content: flex-start; background: linear-gradient(180deg, #08090ae8, #08090a9c 66%, #08090a); }
  h1 { font-size: clamp(58px, 18vw, 84px); max-width: 520px; }
  .eyebrow { font-size: 10px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-proof { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
  .hero-proof div:nth-child(2) { border-right: 0; }
  .hero-proof div:nth-child(3) { padding-left: 0; }
  .section { padding: 72px 20px; }
  .live-section { padding: 20px; }
  .live-copy, .live-visual { padding: 30px 22px; }
  .broadcast-frame { min-height: 390px; padding: 28px; background-size: 100% auto; }
  .reviews-section { padding: 70px 20px; gap: 35px; }
  .review-list { grid-template-columns: 1fr; }
  .split-section { padding: 0; }
  .split-panel, .steps-panel { padding: 65px 22px; }
  .retail-map { min-height: 0; }
  .retail-map img { height: auto; object-fit: contain; }
  .retail-copy { padding: 65px 22px; }
  .retail-actions { align-items: flex-start; flex-direction: column; }
  .about-section { grid-template-columns: 1fr; gap: 45px; }
  .about-mark { width: 70%; margin: auto; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  footer > small { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
