/* ===== Yonex Sport Shop – Theme: dark navy + electric lime, sporty angular ===== */
:root {
  --navy: #0b1024;
  --navy-2: #141b3a;
  --navy-3: #1e2750;
  --lime: #d4ff00;
  --lime-2: #9fd100;
  --pink: #ff3d71;
  --cyan: #00d1ff;
  --white: #fff;
  --grey: #9aa3c7;
  --light: #f3f5fb;
  --font-head: "Montserrat", "Arial Black", system-ui, sans-serif;
  --font: "Inter", system-ui, sans-serif;
  --skew: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--navy); background: var(--white); overflow-x: hidden; }
h1, h2, h3, h4, h5, h6, .navbar-nav { font-family: var(--font-head); font-weight: 800; letter-spacing: -0.5px; }
h1 { font-weight: 900; }
a { text-decoration: none; }
img { max-width: 100%; }
.container { position: relative; }

/* Buttons */
.btn { font-family: var(--font-head); font-weight: 800; text-transform: uppercase; letter-spacing: 1px; font-size: .85rem; padding: .9rem 1.8rem; border-radius: 4px; border: 2px solid transparent; transition: .25s; clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%); }
.btn-lime { background: var(--lime); color: var(--navy); }
.btn-lime:hover { background: var(--white); color: var(--navy); transform: translateY(-3px); }
.btn-dark-y { background: var(--navy); color: var(--white); }
.btn-dark-y:hover { background: var(--lime); color: var(--navy); transform: translateY(-3px); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.4); }
.btn-ghost:hover { border-color: var(--lime); color: var(--lime); }
.btn-ghost-dark { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-ghost-dark:hover { background: var(--navy); color: var(--lime); }

/* Top strip */
.strip { background: var(--lime); color: var(--navy); font-weight: 800; font-size: .8rem; text-transform: uppercase; letter-spacing: 1.5px; overflow: hidden; white-space: nowrap; padding: .45rem 0; }
.strip .track { display: inline-block; animation: marquee 26s linear infinite; }
.strip span { margin: 0 2rem; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Navbar */
.navbar-y { background: var(--navy); padding: .8rem 0; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(255,255,255,.06); }
.navbar-y .navbar-brand img { height: 52px; }
.navbar-y .nav-link { color: var(--white) !important; font-weight: 700; text-transform: uppercase; font-size: .82rem; letter-spacing: 1.5px; padding: .6rem 1rem !important; position: relative; }
.navbar-y .nav-link::after { content: ""; position: absolute; left: 1rem; right: 1rem; bottom: .2rem; height: 3px; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: .25s; }
.navbar-y .nav-link:hover::after, .navbar-y .nav-link.active::after { transform: scaleX(1); }
.navbar-y .nav-link.active { color: var(--lime) !important; }
.navbar-y .navbar-toggler { border: 2px solid var(--lime); }
.navbar-y .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23d4ff00' stroke-width='3' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.nav-call { display: flex; align-items: center; gap: .7rem; color: var(--white); background: var(--navy-3); padding: .5rem 1rem; border-left: 4px solid var(--lime); }
.nav-call i { color: var(--lime); font-size: 1.3rem; }
.nav-call small { display: block; color: var(--grey); font-size: .68rem; text-transform: uppercase; letter-spacing: 1px; }
.nav-call strong { font-family: var(--font-head); font-size: .95rem; }

/* Hero */
.hero { background: var(--navy); color: var(--white); padding: 90px 0 140px; position: relative; overflow: hidden; clip-path: var(--skew); }
.hero::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 60px, rgba(255,255,255,.025) 60px 61px); }
.hero .big-word { position: absolute; right: -2%; top: 8%; font-family: var(--font-head); font-weight: 900; font-size: clamp(6rem, 18vw, 16rem); color: transparent; -webkit-text-stroke: 2px rgba(212,255,0,.12); line-height: 1; pointer-events: none; user-select: none; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; background: rgba(212,255,0,.12); color: var(--lime); font-weight: 800; text-transform: uppercase; letter-spacing: 2px; font-size: .72rem; padding: .45rem 1rem; border-left: 3px solid var(--lime); }
.hero h1 { font-size: clamp(2.6rem, 5.4vw, 4.6rem); line-height: 1.02; text-transform: uppercase; }
.hero h1 span { color: var(--lime); }
.hero h1 em { font-style: normal; -webkit-text-stroke: 2px var(--white); color: transparent; }
.hero .lead { color: var(--grey); font-size: 1.1rem; max-width: 520px; }
.hero-img { position: relative; }
.hero-img img { width: 100%; max-width: 560px; display: block; margin: auto; filter: drop-shadow(0 30px 60px rgba(212,255,0,.15)); animation: float 6s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.tagchip { position: absolute; background: var(--white); color: var(--navy); font-family: var(--font-head); font-weight: 800; padding: .7rem 1rem; display: flex; gap: .7rem; align-items: center; box-shadow: 0 20px 40px rgba(0,0,0,.35); clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%); }
.tagchip .ic { width: 38px; height: 38px; background: var(--lime); display: grid; place-items: center; font-size: 1.1rem; }
.tagchip small { display: block; font-family: var(--font); font-weight: 600; color: #667; font-size: .7rem; text-transform: uppercase; letter-spacing: 1px; }
.tagchip.t1 { left: 0; top: 14%; }
.tagchip.t2 { right: 0; bottom: 12%; }
.hero-stats { display: flex; gap: 2.2rem; margin-top: 2.4rem; flex-wrap: wrap; }
.hero-stats div strong { display: block; font-family: var(--font-head); font-size: 1.8rem; color: var(--lime); }
.hero-stats div span { color: var(--grey); font-size: .8rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }

/* Brands strip */
.brands { margin-top: -60px; position: relative; z-index: 2; }
.brands .box { background: var(--white); box-shadow: 0 30px 60px rgba(11,16,36,.12); padding: 1.6rem 2rem; display: flex; justify-content: space-around; flex-wrap: wrap; gap: 1rem; border-bottom: 4px solid var(--lime); }
.brands .box span { font-family: var(--font-head); font-weight: 900; font-size: 1.3rem; text-transform: uppercase; letter-spacing: 2px; color: var(--navy); opacity: .5; transition: .25s; }
.brands .box span:hover { opacity: 1; color: var(--pink); }

/* Sections */
.section { padding: 100px 0; }
.bg-light-y { background: var(--light); }
.bg-navy { background: var(--navy); color: var(--white); }
.bg-navy .sec-title, .bg-navy p { color: var(--white); }
.bg-navy p { color: var(--grey); }
.sec-title { font-size: clamp(2rem, 4vw, 3rem); text-transform: uppercase; line-height: 1.05; }
.sec-title span { color: var(--pink); }
.bg-navy .sec-title span { color: var(--lime); }
.sec-sub { color: #5a6280; max-width: 620px; }
.eyebrow.dark { background: var(--navy); color: var(--lime); }

/* Service cards */
.svc { background: var(--navy); color: var(--white); padding: 2.2rem; height: 100%; position: relative; overflow: hidden; transition: .3s; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%); }
.svc::after { content: ""; position: absolute; right: -30px; bottom: -30px; width: 120px; height: 120px; background: var(--lime); opacity: .08; transform: rotate(45deg); transition: .3s; }
.svc:hover { transform: translateY(-8px); background: var(--navy-3); }
.svc:hover::after { opacity: .25; }
.svc .num { font-family: var(--font-head); font-weight: 900; font-size: 3rem; color: transparent; -webkit-text-stroke: 1.5px var(--lime); line-height: 1; }
.svc .ic { width: 60px; height: 60px; background: var(--lime); color: var(--navy); display: grid; place-items: center; font-size: 1.6rem; margin: 1rem 0; clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%); }
.svc h4 { font-size: 1.15rem; text-transform: uppercase; }
.svc p { color: var(--grey); font-size: .93rem; margin: 0; }
.svc a { color: var(--lime); font-weight: 800; text-transform: uppercase; font-size: .78rem; letter-spacing: 1.5px; display: inline-block; margin-top: 1rem; }

/* Categories */
.cat { position: relative; overflow: hidden; height: 100%; min-height: 260px; display: flex; align-items: flex-end; padding: 1.6rem; color: var(--white); background: var(--navy-2); transition: .3s; }
.cat i { position: absolute; right: -10px; top: -10px; font-size: 9rem; opacity: .08; transform: rotate(-15deg); }
.cat:hover { transform: translateY(-6px); background: var(--navy-3); }
.cat h4 { text-transform: uppercase; margin: 0; }
.cat span { display: block; color: var(--lime); font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: 1.5px; margin-top: .3rem; }
.cat::before { content: ""; position: absolute; left: 0; top: 0; width: 6px; height: 100%; background: var(--lime); }
.cat.c2::before { background: var(--pink); } .cat.c2 span { color: var(--pink); }
.cat.c3::before { background: var(--cyan); } .cat.c3 span { color: var(--cyan); }
.cat.c4::before { background: #ff9f1c; } .cat.c4 span { color: #ff9f1c; }

/* About */
.about-art { position: relative; padding: 0 0 30px 30px; }
.about-art .frame { position: absolute; left: 0; top: 30px; width: 70%; height: calc(100% - 30px); border: 4px solid var(--lime); }
.about-art img { position: relative; display: block; width: 100%; box-shadow: 0 30px 60px rgba(11,16,36,.25); }
.about-art .yr { position: absolute; right: -10px; bottom: -10px; background: var(--lime); color: var(--navy); padding: 1.2rem 1.5rem; font-family: var(--font-head); clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%); }
.about-art .yr strong { display: block; font-size: 2.4rem; line-height: 1; font-weight: 900; }
.about-art .yr small { text-transform: uppercase; letter-spacing: 1.5px; font-weight: 800; font-size: .7rem; }
.check-list { list-style: none; padding: 0; margin: 1.5rem 0; }
.check-list li { padding: .5rem 0; font-weight: 600; display: flex; gap: .8rem; align-items: center; }
.check-list li i { color: var(--navy); background: var(--lime); width: 26px; height: 26px; display: grid; place-items: center; font-size: .9rem; clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0 100%); flex: 0 0 26px; }

/* Stats */
.stats { background: var(--lime); color: var(--navy); padding: 60px 0; clip-path: polygon(0 12%, 100% 0, 100% 88%, 0 100%); margin: 40px 0; }
.stat { text-align: center; }
.stat strong { display: block; font-family: var(--font-head); font-size: 3rem; font-weight: 900; line-height: 1; }
.stat span { text-transform: uppercase; letter-spacing: 2px; font-weight: 800; font-size: .75rem; }

/* Steps */
.step { display: flex; gap: 1.4rem; align-items: flex-start; padding: 1.6rem; background: var(--white); border-left: 5px solid var(--lime); box-shadow: 0 16px 40px rgba(11,16,36,.06); height: 100%; transition: .25s; }
.step:hover { transform: translateX(6px); }
.step .n { font-family: var(--font-head); font-weight: 900; font-size: 2.6rem; color: transparent; -webkit-text-stroke: 2px var(--navy); line-height: 1; flex: 0 0 auto; }
.step h5 { text-transform: uppercase; font-size: 1rem; }
.step p { margin: 0; color: #5a6280; font-size: .93rem; }

/* Testimonials */
.testi { background: var(--navy-2); color: var(--white); padding: 2.2rem; height: 100%; position: relative; }
.testi::before { content: "\201C"; position: absolute; right: 1.5rem; top: .5rem; font-family: Georgia, serif; font-size: 6rem; color: var(--lime); opacity: .25; line-height: 1; }
.testi .stars { color: var(--lime); letter-spacing: 2px; }
.testi p { color: var(--grey); margin: 1rem 0 1.4rem; }
.testi .who { display: flex; align-items: center; gap: .9rem; }
.testi .av { width: 46px; height: 46px; background: var(--lime); color: var(--navy); font-family: var(--font-head); font-weight: 900; display: grid; place-items: center; clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%); }
.testi .who strong { display: block; font-family: var(--font-head); font-size: .95rem; }
.testi .who small { color: var(--grey); }

/* Team */
.team { background: var(--white); text-align: center; padding: 2rem 1.5rem; border-bottom: 5px solid var(--lime); box-shadow: 0 16px 40px rgba(11,16,36,.06); height: 100%; transition: .25s; }
.team:hover { transform: translateY(-6px); border-color: var(--pink); }
.team .av { width: 90px; height: 90px; margin: 0 auto 1rem; background: var(--navy); color: var(--lime); display: grid; place-items: center; font-size: 2.4rem; clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%); }
.team h5 { text-transform: uppercase; font-size: 1rem; margin-bottom: .2rem; }
.team small { color: var(--pink); font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; font-size: .7rem; }

/* Gallery */
.gfilter { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-bottom: 2.5rem; }
.gfilter button { background: transparent; border: 2px solid var(--navy); color: var(--navy); font-family: var(--font-head); font-weight: 800; text-transform: uppercase; font-size: .75rem; letter-spacing: 1.5px; padding: .6rem 1.2rem; transition: .2s; clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%); }
.gfilter button.active, .gfilter button:hover { background: var(--navy); color: var(--lime); }
.gitem { position: relative; overflow: hidden; display: block; background: var(--navy-2); cursor: pointer; }
.gitem img { width: 100%; display: block; transition: .5s; }
.gitem .cap { position: absolute; inset: auto 0 0 0; padding: 1.2rem; background: linear-gradient(transparent, rgba(11,16,36,.95)); color: var(--white); transform: translateY(100%); transition: .35s; }
.gitem .cap strong { display: block; font-family: var(--font-head); text-transform: uppercase; }
.gitem .cap span { color: var(--lime); font-size: .78rem; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 700; }
.gitem:hover img { transform: scale(1.08) rotate(-1deg); }
.gitem:hover .cap { transform: none; }
.gitem.hide { display: none; }
.modal-y .modal-content { background: var(--navy); border: 3px solid var(--lime); border-radius: 0; }
.modal-y .btn-close { filter: invert(1); }
.modal-y img { width: 100%; }

/* Page header */
.phead { background: var(--navy); color: var(--white); padding: 80px 0 110px; position: relative; overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%); }
.phead::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 60px, rgba(255,255,255,.025) 60px 61px); }
.phead .big-word { position: absolute; right: -1%; bottom: -10%; font-family: var(--font-head); font-weight: 900; font-size: clamp(5rem, 14vw, 12rem); color: transparent; -webkit-text-stroke: 2px rgba(212,255,0,.12); line-height: 1; pointer-events: none; }
.phead h1 { font-size: clamp(2.4rem, 5vw, 4rem); text-transform: uppercase; }
.phead h1 span { color: var(--lime); }
.phead .crumb { color: var(--grey); font-weight: 700; text-transform: uppercase; letter-spacing: 2px; font-size: .75rem; }
.phead .crumb a { color: var(--lime); }
.phead p { color: var(--grey); }

/* CTA */
.cta { background: var(--lime); color: var(--navy); padding: 80px 0; position: relative; overflow: hidden; }
.cta::before { content: "YONEX"; position: absolute; left: -2%; top: 50%; transform: translateY(-50%); font-family: var(--font-head); font-weight: 900; font-size: 16rem; color: transparent; -webkit-text-stroke: 2px rgba(11,16,36,.08); line-height: 1; pointer-events: none; }
.cta h2 { font-size: clamp(2rem, 4vw, 3.2rem); text-transform: uppercase; line-height: 1; }
.cta .big-num { font-family: var(--font-head); font-weight: 900; font-size: clamp(1.6rem, 3vw, 2.4rem); color: var(--navy); display: inline-flex; align-items: center; gap: .8rem; }
.cta .big-num i { background: var(--navy); color: var(--lime); width: 56px; height: 56px; display: grid; place-items: center; font-size: 1.4rem; clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%); }

/* Contact */
.info-box { background: var(--navy); color: var(--white); padding: 2rem 1.6rem; height: 100%; text-align: center; border-bottom: 5px solid var(--lime); transition: .25s; }
.info-box:hover { transform: translateY(-6px); }
.info-box .ic { width: 60px; height: 60px; background: var(--lime); color: var(--navy); display: grid; place-items: center; font-size: 1.5rem; margin: 0 auto 1rem; clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%); }
.info-box h5 { text-transform: uppercase; font-size: .95rem; }
.info-box a, .info-box p { color: var(--grey); font-weight: 600; margin: 0; word-break: break-word; }
.info-box a:hover { color: var(--lime); }
.form-card { background: var(--white); padding: 2.5rem; box-shadow: 0 30px 60px rgba(11,16,36,.08); border-top: 6px solid var(--lime); }
.form-label { font-weight: 800; text-transform: uppercase; font-size: .72rem; letter-spacing: 1.5px; }
.form-control, .form-select { border: 2px solid #e2e6f3; border-radius: 0; padding: .85rem 1rem; }
.form-control:focus, .form-select:focus { border-color: var(--navy); box-shadow: 0 0 0 4px rgba(212,255,0,.4); }
.map-wrap { border: 4px solid var(--navy); overflow: hidden; }
.map-wrap iframe { width: 100%; height: 320px; border: 0; display: block; }
.hours li { display: flex; justify-content: space-between; padding: .6rem 0; border-bottom: 1px dashed #dde; font-weight: 600; }
.hours li span:last-child { color: var(--pink); font-weight: 800; }

/* Footer */
footer { background: var(--navy); color: var(--grey); padding: 80px 0 0; position: relative; }
footer::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 6px; background: linear-gradient(90deg, var(--lime) 0 40%, var(--pink) 40% 70%, var(--cyan) 70%); }
footer img { height: 56px; }
footer h6 { color: var(--white); text-transform: uppercase; letter-spacing: 2px; font-size: .8rem; margin-bottom: 1.2rem; padding-left: .8rem; border-left: 3px solid var(--lime); }
footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { margin-bottom: .6rem; font-size: .93rem; }
footer a { color: var(--grey); transition: .2s; }
footer a:hover { color: var(--lime); }
footer .social a { display: inline-grid; place-items: center; width: 40px; height: 40px; background: var(--navy-3); color: var(--white); margin-right: .5rem; clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%); }
footer .social a:hover { background: var(--lime); color: var(--navy); }
footer .copy { border-top: 1px solid rgba(255,255,255,.08); margin-top: 3rem; padding: 1.4rem 0; font-size: .85rem; }
footer .copy a { color: var(--lime); font-weight: 700; }

/* Floating */
.float-btn { position: fixed; right: 22px; width: 58px; height: 58px; display: grid; place-items: center; font-size: 1.6rem; color: var(--white); z-index: 1050; box-shadow: 0 12px 30px rgba(0,0,0,.35); transition: .25s; clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%); }
.float-btn:hover { transform: translateY(-4px) scale(1.05); color: var(--white); }
.float-wa { bottom: 96px; background: #25d366; }
.float-call { bottom: 24px; background: var(--pink); animation: pulse 1.8s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255,61,113,.6); } 70% { box-shadow: 0 0 0 18px rgba(255,61,113,0); } 100% { box-shadow: 0 0 0 0 rgba(255,61,113,0); } }

/* Reveal */
.reveal { opacity: 0; transform: translateY(30px); transition: .7s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: .1s; } .d2 { transition-delay: .2s; } .d3 { transition-delay: .3s; } .d4 { transition-delay: .4s; }

/* Responsive */
@media (max-width: 991.98px) {
  .navbar-y .navbar-collapse { padding: 1rem 0; }
  .nav-call { margin-top: .5rem; display: inline-flex; }
  .hero { padding: 60px 0 110px; }
  .hero-img { margin-top: 3rem; }
  .section { padding: 70px 0; }
  .brands .box { padding: 1.2rem; }
  .brands .box span { font-size: 1rem; }
  .cta::before { display: none; }
}
@media (max-width: 575.98px) {
  .navbar-y .navbar-brand img { height: 42px; }
  .hero .big-word, .phead .big-word { display: none; }
  .hero-img img { max-width: 100%; }
  .tagchip { padding: .5rem .7rem; font-size: .85rem; }
  .tagchip .ic { width: 30px; height: 30px; }
  .hero-stats { gap: 1.4rem; }
  .form-card { padding: 1.5rem; }
  .stats { clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%); }
  .about-art .yr { right: 0; padding: .9rem 1.1rem; }
  .about-art .yr strong { font-size: 1.8rem; }
  .float-btn { width: 50px; height: 50px; font-size: 1.4rem; right: 14px; }
  .float-wa { bottom: 80px; } .float-call { bottom: 18px; }
}
