.primary-nav .brand-logo { width: 240px; height: 80px; max-width: 240px; object-fit: contain; }
.site-footer .brand-logo { width: 280px; height: auto; max-width: 100%; }
.brand-logo[src$="mova-se.png"] + span { display: none; }
.primary-nav { min-height: 88px; }
.about-sport-hero { background: #171717; color: #fff; padding: 64px 0; }
.about-sport-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 56px; }
.about-sport-hero .eyebrow { color: #ffad84; }
.about-sport-hero h1 { font: 800 clamp(40px, 5vw, 66px)/1.06 Manrope; letter-spacing: -.04em; margin: 20px 0; }
.about-sport-hero p { color: #dfd5ce; font-size: 18px; margin-bottom: 28px; }
.about-sport-hero .btn { gap: 12px; }
.about-sport-hero figure { margin: 0; position: relative; }
.about-sport-hero img { display: block; width: 100%; height: 440px; object-fit: cover; object-position: 82% center; border-radius: 18px; }
.about-sport-hero figcaption { position: absolute; bottom: 18px; left: 18px; right: 18px; padding: 12px 16px; border-left: 3px solid #ff5000; background: rgba(15,15,15,.84); font-size: 13px; font-weight: 700; }
.about-purpose { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.about-purpose h2, .about-values h2 { font: 800 clamp(28px, 3vw, 38px)/1.2 Manrope; margin: 12px 0 20px; letter-spacing: -.025em; }
.about-purpose p { color: var(--muted); margin: 0 0 18px; font-size: 17px; }
.about-sport-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.about-sport-cards article { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 30px; display: flex; flex-direction: column; align-items: start; }
.about-sport-cards i { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 12px; background: #fff0e7; color: #ad3500; font-size: 23px; }
.about-sport-cards h3 { font: 800 22px Manrope; margin: 22px 0 10px; }
.about-sport-cards p { color: var(--muted); margin: 0 0 24px; }
.about-sport-cards a { margin-top: auto; font-size: 14px; font-weight: 800; color: #ad3500; }
.about-values { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.about-values > div > p { color: var(--muted); margin-bottom: 26px; }
.about-values-list article { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.about-values-list article:first-child { padding-top: 0; }
.about-values-list article > span { font: 800 24px Manrope; color: #ad3500; }
.about-values-list h3 { margin: 0 0 8px; font: 800 19px Manrope; }
.about-values-list p { margin: 0; color: var(--muted); }
@media (max-width: 850px) { .about-sport-grid, .about-purpose, .about-values { grid-template-columns: 1fr; gap: 30px; } .about-sport-cards { grid-template-columns: 1fr; } .about-sport-hero img { height: 360px; } }
@media (max-width: 560px) { .about-sport-hero { padding: 38px 0; } .about-sport-hero img { height: 300px; } .about-sport-cards article { padding: 24px; } }
.product-reviews { background: #faf7f5; border-block: 1px solid #eee5df; scroll-margin-top: 150px; }
.reviews-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 30px; }
.reviews-heading h2 { font: 800 clamp(26px, 3vw, 36px)/1.2 Manrope; margin: 8px 0 10px; }
.reviews-heading p { margin: 0; color: var(--muted); }
.reviews-total { padding: 8px 14px; border: 1px solid var(--line); border-radius: 24px; background: #fff; font-size: 13px; font-weight: 700; white-space: nowrap; }
.reviews-layout { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 26px; align-items: start; }
.reviews-overview { background: #fff; border: 1px solid var(--line); border-top: 4px solid #ff5000; border-radius: 16px; padding: 28px; }
.reviews-score { font: 800 62px/1.1 Manrope; letter-spacing: -.05em; }
.reviews-score small { font: 600 17px Manrope; color: var(--muted); margin-left: 8px; letter-spacing: normal; }
.product-reviews .stars-display { color: #ad3500; font-size: 22px; margin-top: 10px; }
.reviews-overview > p { font-size: 14px; color: var(--muted); }
.reviews-invitation { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.reviews-invitation > i { color: #ad3500; font-size: 26px; }
.reviews-invitation h3 { margin: 12px 0 6px; font: 800 18px Manrope; }
.reviews-invitation p { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.reviews-invitation .btn { gap: 10px; padding-inline: 12px; font-size: 13px; }
.reviews-invitation small { display: block; text-align: center; color: var(--muted); font-size: 11px; margin-top: 12px; }
.reviews-content { min-width: 0; display: grid; gap: 16px; }
.reviews-empty { display: grid; justify-items: center; align-content: center; min-height: 365px; padding: 36px; border: 1px dashed #dcc9be; border-radius: 16px; background: #fff; text-align: center; }
.reviews-empty-icon { width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; background: #fff0e7; color: #ad3500; font-size: 28px; }
.reviews-empty h3 { font: 800 22px/1.35 Manrope; max-width: 350px; margin: 20px 0 10px; }
.reviews-empty p { color: var(--muted); margin: 0; font-size: 14px; }
.reviews-empty-note { margin-top: 24px; font-size: 11px; color: #77675f; }
.product-reviews .review-card, .product-reviews .review-form { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 16px; margin: 0; }
.review-person { display: flex; align-items: center; gap: 12px; }
.review-avatar { width: 42px; height: 42px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; background: #fff0e7; color: #923000; font-weight: 800; }
.review-person .verified-badge { display: block; margin-top: 2px; }
.review-comment { white-space: pre-line; overflow-wrap: anywhere; color: #514943; }
.product-reviews .review-author { overflow-wrap: anywhere; }
.product-reviews .review-form { scroll-margin-top: 160px; }
.product-reviews .review-form h3 { margin: 0 0 20px; font: 800 21px Manrope; }
.review-rating { border: 0; padding: 0; margin: 0 0 18px; }
.review-rating legend, .product-reviews .review-form form > label { font-size: 14px; font-weight: 700; }
.product-reviews .star-input { gap: 4px; }
.product-reviews .star-input label { display: grid; place-items: center; width: 44px; height: 48px; font-size: 36px; color: #b5a69d; border-radius: 6px; }
.product-reviews .star-input input:checked ~ label, .product-reviews .star-input label:hover, .product-reviews .star-input label:hover ~ label { color: #ad3500; }
.product-reviews .star-input input:focus-visible + label { outline: 3px solid #ad3500; outline-offset: 2px; }
.review-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.review-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 16px; }
.review-form-footer small { color: var(--muted); }
@media (max-width: 850px) { .reviews-layout { grid-template-columns: 1fr; } .reviews-overview { padding: 24px; } .reviews-empty { min-height: 290px; } }
@media (max-width: 560px) { .reviews-heading { align-items: start; flex-direction: column; gap: 12px; } .product-reviews .review-card, .product-reviews .review-form, .reviews-empty { padding: 22px; } .review-form-footer { align-items: stretch; flex-direction: column; } .reviews-heading .eyebrow { font-size: 10px; } }
.hero-slider { background: #171717; color: #fff; }
.hero-slide-background { background-position: center top; }
@media (max-width: 850px) { .hero-slide-background { background-position: 72% top; } }
.hero-slider .hero-copy > p { color: #ded6d1; }
.hero-slider .hero-copy h1 em { color: #ff5000; }
.hero-slider .hero-copy .hero-brand-slogan { color: #ffad84; font-size: 15px; font-weight: 800; margin-top: 16px; }
.hero-slide.has-background::after { background: linear-gradient(90deg, rgba(15,15,15,.9), rgba(15,15,15,.65) 43%, rgba(15,15,15,.12) 100%); }
.hero-slide.has-background .pill { background: #ffe4d5; color: #923000; }
.hero-slide.has-background .btn.primary { background: #ff5000; border-color: #ff5000; color: #171717; }
.hero-slide.has-background .btn.primary:hover { background: #d94000; border-color: #d94000; color: #fff; }
.hero-slider .btn.ghost { color: #fff; border-color: #89766c; }
.hero-slider .btn.ghost:hover { background: #30231d; }
.hero-slide.has-background .trust span { background: rgba(15,15,15,.55); color: #fff; }
:root {
    --brand-orange: #ff5000;
    --brand-dark: #171717;
    --ink: #202020;
    --muted: #67615d;
    --green: #ad3500;
    --lime: #ffb38f;
    --paper: #ffffff;
    --soft: #fff4ee;
    --line: #e8ded8;
}
.site-header { background: rgba(255,255,255,.97); }
.secondary-nav { background: #faf7f5; }
.btn.primary, .icon-btn, .back-to-top, .customer-auth-submit { background: var(--brand-orange); border-color: var(--brand-orange); color: #171717; }
.btn.primary:hover, .customer-auth-submit:hover, .back-to-top:hover { background: #d94000; border-color: #d94000; color: #fff; }
.btn.ghost:hover, .utility-link:hover, .nav-dropdown-menu a:hover { background: var(--soft); }
.pill, .category-grid a > span, .customer-auth-mobile-icon { background: #ffe4d5; color: #923000; }
.product-image, .detail-image, .cart-thumb, .category-image { background-color: #f3f0ee; }
.product-image > span, .detail-image > span { color: #a49a94; }
.page-hero, .value-card, .customer-auth-intro { background: var(--brand-dark); }
.page-hero p, .value-card span { color: #e1d8d3; }
.site-footer { background: #141414; color: #e3dcd8; border-top: 4px solid var(--brand-orange); }
.copyright { color: #b9aca5; }
.social-links a { color: #e3dcd8; }
.brand-slogan { color: #ff945f; font-weight: 800; font-size: 19px; margin-bottom: 0; }
.benefit-grid b { color: var(--green); }
input:focus, select:focus, textarea:focus { outline-color: #ffd1ba; }
a:focus-visible, button:focus-visible { outline: 3px solid #ad3500; outline-offset: 4px; }
.sport-hero { padding: 64px 0; background: #171717; color: #fff; overflow: hidden; }
.sport-hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 48px; }
.sport-copy h1 { font-size: clamp(44px, 5.7vw, 76px); letter-spacing: -.045em; }
.sport-copy h1 em { color: var(--brand-orange); }
.sport-copy > p { color: #ded6d1; font-size: 18px; }
.sport-copy .pill { background: #30231d; color: #ffad84; border: 1px solid #71432d; }
.sport-copy .btn { gap: 12px; }
.sport-copy .btn.ghost { border-color: #89766c; color: #fff; }
.sport-copy .btn.ghost:hover { background: #30231d; }
.sport-disciplines { display: flex; flex-wrap: wrap; gap: 12px; color: #d6cbc5; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sport-disciplines span + span::before { content: '/'; margin-right: 12px; color: var(--brand-orange); }
.sport-art { position: relative; min-height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; isolation: isolate; }
.sport-art > i { color: var(--brand-orange); font-size: 180px; transform: rotate(-8deg); }
.sport-art > span { font: italic 800 clamp(36px, 4.8vw, 62px) Manrope; letter-spacing: -.05em; }
.sport-art > small { color: #ffad84; letter-spacing: .3em; font-weight: 700; }
.sport-track { position: absolute; inset: 15px -50px; border: 2px solid #68341e; border-radius: 50%; transform: rotate(-28deg); z-index: -1; box-shadow: 0 0 0 20px #171717, 0 0 0 22px #492b1e, 0 0 0 42px #171717, 0 0 0 44px #35251e; }
@media (max-width: 850px) {
    .sport-hero-grid { grid-template-columns: 1fr; }
    .sport-art { display: none; }
    .sport-hero { padding: 48px 0; }
}
@media (max-width: 560px) {
    .sport-copy h1 { font-size: clamp(38px, 10vw, 54px); }
    .sport-copy .actions { flex-wrap: wrap; }
}
@media (max-width: 850px) {
    .primary-nav .brand-logo { width: 190px; height: 64px; max-width: 190px; }
}
@media (max-width: 560px) {
    .primary-nav .brand { max-width: none; }
    .primary-nav .brand-logo { width: 170px; height: 56px; max-width: 170px; }
    .primary-nav { height: 124px; }
}
@media (max-width: 390px) {
    .primary-nav .brand-logo { width: 145px; height: 48px; max-width: 145px; }
}
