﻿/* ============================================================
   SHANKHESHWAR E-AUTOMOBILES - COMPLETE STYLES
   Premium Design | Fully Responsive | 3D Wheel Carousel
   ============================================================ */

:root {
    --primary-color: #cd192d;
    --primary-hover: #8F111F;
    --dark-bg: #121212;
    --darker-bg: #0a0a0a;
    --light-bg: #f8f9fa;
    --text-dark: #333333;
    --text-light: #ffffff;
    --text-muted: #888888;
    --accent-gold: #ffd700;
    --transition-speed: 0.3s;
}

/* ========== FONTS ========== */
@font-face {
    font-display: swap;
    font-family: "DIN2014-Regular";
    src: url("../fonts/din2014/354cb7_5_0.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "DIN2014-Demi";
    src: url("../fonts/din2014/354cb7_7_0.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "triumph";
    src: url("../fonts/shankeshwar.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: "hemi-head";
    src: url("../fonts/hemi-head.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* ========== ICON FONT ========== */
.icon {
    font-family: "triumph";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon--chevron-right:before { content: "\e905"; }
.icon--chevron-left:before { content: "\e904"; }
.icon--facebook:before { content: "\e913"; }
.icon--twitter:before { content: "\e927"; }
.icon--instagram:before { content: "\e912"; }
.icon--youtube:before { content: "\ea92"; }
.icon--location:before { content: "\e90b"; }
.icon--email:before { content: "\e911"; }

/* ========== RESET ========== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 100%; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { color: var(--text-dark); font-family: "DIN2014-Regular", "Poppins", sans-serif; line-height: 1.6; background: var(--light-bg); }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color var(--transition-speed) ease; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ============================================================
   AUTO IMAGE ENHANCE
   ============================================================ */
img { filter: brightness(1.03) contrast(1.08) saturate(1.1); }
.logo img, .icon, .social-links a img, .footer img[src*="logo"] { filter: drop-shadow(0 0 3px rgba(255,255,255,0.5)) !important; }

/* ============================================================
   HEADER & NAVIGATION
   ============================================================ */
.header { position: sticky; top: 0; z-index: 999; width: 100%; background: rgba(10,10,10,0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.05); overflow: visible; }
.header__main { padding: 0 2rem; min-height: 70px; display: flex; justify-content: space-between; align-items: center; overflow: visible; }
.main-nav { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 8px 0; flex-wrap: wrap; position: relative; }
.logo { display: flex; align-items: center; flex-shrink: 0; margin-top: 0; margin-bottom: -20px; }
.logo a { display: flex; align-items: center; justify-content: center; }
.logo img { width: 90px; height: 90px; object-fit: contain; display: block; transition: transform 0.3s ease; filter: drop-shadow(0 0 3px rgba(255,255,255,0.5)) !important; }
.logo:hover img { transform: scale(1.05); filter: drop-shadow(0 0 8px rgba(255,255,255,0.8)) !important; }

/* ========== BRAND NAME ========== */
.brand-name { display: flex; flex-direction: column; margin-left: 12px; }
.brand-name .brand-title { font-family: "hemi-head","DIN2014-Demi",sans-serif; font-size: 1.3rem; font-weight: 900; text-transform: uppercase; line-height: 1.2; letter-spacing: 1px; background: linear-gradient(270deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 35%, rgba(252,176,69,1) 70%, rgba(131,58,180,1) 100%); background-size: 300% 300%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: brandShine 6s ease-in-out infinite; }
.brand-name .brand-subtitle { font-family: "DIN2014-Regular",sans-serif; font-size: 0.65rem; color: rgba(255,255,255,0.6); letter-spacing: 1px; text-transform: uppercase; }
@keyframes brandShine { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
.brand-gradient { font-family: "hemi-head","DIN2014-Demi",sans-serif; font-weight: 900; background: linear-gradient(270deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 35%, rgba(252,176,69,1) 70%, rgba(131,58,180,1) 100%); background-size: 300% 300%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: brandShine 6s ease-in-out infinite; -webkit-box-reflect: below -5px linear-gradient(transparent 0%, transparent 35%, rgba(0,0,0,0.25) 100%); }
.no-underline::after { display: none !important; }

.nav-menu { display: flex; gap: 12px; list-style: none; align-items: center; flex-wrap: wrap; }
.nav-menu a { color: rgba(255,255,255,0.8); font-weight: 500; font-size: 0.9rem; padding: 8px 20px; border-radius: 30px; transition: all var(--transition-speed) ease; letter-spacing: 0.5px; }
.nav-menu a:hover, .nav-menu a.active { color: var(--text-light); background: var(--primary-color); box-shadow: 0 4px 15px rgba(205,25,45,0.4); }

/* ========== HAMBURGER MENU ========== */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; z-index: 1000; padding: 10px; }
.hamburger span { display: block; width: 25px; height: 3px; background: var(--text-light); border-radius: 3px; transition: all 0.3s ease; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px,6px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-6px); }

/* ============================================================
   3D WHEEL CAROUSEL
   ============================================================ */
.wheel-carousel { position: relative; width: 100%; padding: 80px 0 120px; background: #f8f9fa; perspective: 1500px; overflow: hidden; display: flex; justify-content: center; align-items: center; }
.wheel-track { position: relative; width: 100%; height: 350px; transform-style: preserve-3d; display: flex; justify-content: center; align-items: center; }
.wheel-item { position: absolute; width: 220px; height: 280px; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.15); backface-visibility: hidden; transform-style: preserve-3d; will-change: transform, opacity; border: 3px solid rgba(255,255,255,0.9); transition: box-shadow 0.3s ease; pointer-events: auto; }
.wheel-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wheel-item:hover { box-shadow: 0 20px 60px rgba(0,0,0,0.3); z-index: 999 !important; }

/* ============================================================
   HERO SLIDER
   ============================================================ */
.hero-slider { position: relative; width: 100%; aspect-ratio: 16/9; max-height: 85vh; background: var(--darker-bg); overflow: hidden; }
.slide { position: absolute; top: 0; width: 85%; height: 100%; opacity: 0; transition: left 0.8s cubic-bezier(0.25,1,0.5,1), transform 0.8s cubic-bezier(0.25,1,0.5,1), opacity 0.8s ease; transform: scale(0.85); z-index: 1; left: 100%; }
.slide video { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
.slide.active { opacity: 1; transform: scale(1); z-index: 3; left: 7.5%; width: 85%; }
.slide.next-peek { left: 90%; opacity: 0.8; transform: scale(0.92); z-index: 2; }
.slide.prev-peek { left: -65%; opacity: 0.8; transform: scale(0.92); z-index: 2; }
.slide.hidden-left { left: -100%; opacity: 0; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%); }
.slide-content { position: absolute; bottom: 30%; left: 8%; max-width: 600px; z-index: 4; }
.slide-content h1 { font-size: 3.5rem; font-family: "DIN2014-Demi",sans-serif; text-transform: uppercase; color: var(--text-light); margin-bottom: 15px; line-height: 1.1; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }
.slide-content p { font-size: 1.2rem; color: rgba(255,255,255,0.9); margin-bottom: 30px; letter-spacing: 1px; }

/* ========== PROGRESS BAR ========== */
.hero-progress-bar { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 85%; height: 6px; background: rgba(255,255,255,0.1); z-index: 10; }
.hero-progress-bar-fill { position: absolute; left: 50%; top: 0; width: 0%; height: 100%; background: var(--primary-color); transition: width 0.1s linear; transform: translateX(-50%); }

/* ========== SLIDER ARROWS ========== */
.slider-btn { position: absolute; top: 50%; transform: translateY(-50%); background: transparent; color: white; border: none; padding: 20px; cursor: pointer; font-size: 24px; height: 150px; display: flex; align-items: center; transition: background 0.4s ease; z-index: 10; }
.prev { left: 0; padding-left: 30px; padding-right: 50px; }
.next { right: 0; padding-right: 30px; padding-left: 50px; }
.prev:hover { background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, transparent 100%); }
.next:hover { background: linear-gradient(-90deg, rgba(0,0,0,0.7) 0%, transparent 100%); }

/* ============================================================
   SECTION BLOCKS
   ============================================================ */
.section-block { position: relative; width: 100%; padding: 80px 0; }
.section-block--style-a { background: var(--dark-bg); color: var(--text-light); }
.section-block--style-b { background: var(--darker-bg); color: var(--text-light); }
.section-block--style-c { background: #ffffff; color: var(--text-dark); }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.section-heading { text-align: center; margin-bottom: 50px; }
.title--style-a { font-size: 2.8rem; font-family: "DIN2014-Demi",sans-serif; text-transform: uppercase; position: relative; display: inline-block; }
.title--style-a::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: var(--primary-color); border-radius: 2px; }
.title--style-b { font-size: 2.2rem; font-family: "DIN2014-Demi",sans-serif; margin-bottom: 25px; }
.title--style-c { font-size: 1.3rem; font-family: "DIN2014-Demi",sans-serif; margin-bottom: 15px; color: var(--primary-color); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn { font-family: "DIN2014-Demi",sans-serif; background-color: var(--primary-color); color: var(--text-light); display: inline-block; height: 54px; line-height: 54px; padding: 0 40px; text-transform: uppercase; border-radius: 8px; letter-spacing: 1.5px; transition: all var(--transition-speed) ease; box-shadow: 0 10px 20px rgba(205,25,45,0.2); border: none; cursor: pointer; }
.btn:hover { background: var(--primary-hover); transform: translateY(-3px); box-shadow: 0 15px 25px rgba(205,25,45,0.4); }

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
.fade-up-element { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; }
.fade-up-element.in-view { opacity: 1; transform: translateY(0); }

/* ============================================================
   COUNTERS
   ============================================================ */
.counter-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; text-align: center; }
.counter-item { padding: 40px 20px; background: rgba(255,255,255,0.03); border-radius: 16px; border: 1px solid rgba(255,255,255,0.05); backdrop-filter: blur(10px); transition: all var(--transition-speed) ease; }
.counter-item:hover { transform: translateY(-10px); background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); }
.counter-number { font-size: 3.5rem; font-weight: 700; color: var(--accent-gold); display: block; margin-bottom: 10px; text-shadow: 0 0 20px rgba(255,215,0,0.2); }

/* ============================================================
   CARDS & PROMOS
   ============================================================ */
.promo .block { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; }
.promo__text { background: #ffffff; padding: 40px 30px; border-radius: 16px; box-shadow: 0 10px 40px rgba(0,0,0,0.04); text-align: center; transition: transform var(--transition-speed) ease; }
.promo__text:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(209,14,14,0.1); }
.promo__description img { height: 70px; margin: 0 auto 20px; }

/* ============================================================
   PRODUCT GRID & CARDS
   ============================================================ */
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.product-card { background: #ffffff; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.06); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(205,25,45,0.15); }
.product-image { position: relative; height: 320px; overflow: hidden; background: #f8f9fa; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.product-image img { width: 100%; height: 100%; object-fit: contain; padding: 30px; transition: transform 0.3s ease; }
.product-card:hover .product-image img { transform: scale(1.05); }
.product-tag { position: absolute; top: 12px; right: 12px; padding: 5px 14px; border-radius: 20px; font-size: 0.7rem; font-family: "DIN2014-Demi",sans-serif; text-transform: uppercase; letter-spacing: 1px; color: #fff; z-index: 1; }
.product-tag.new { background: #2E7D32; }
.product-tag.popular { background: #cd192d; }
.product-tag.eco { background: #1A4A6B; }
.product-tag.limited { background: #FF8C00; }
.product-tag.best-seller { background: #ffd700; color: #1a1a1a; }
.product-tag.compact { background: #6c757d; }
.product-tag.utility { background: #343a40; }
.product-info { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.product-name { font-family: "DIN2014-Demi",sans-serif; font-size: 1.3rem; margin-bottom: 8px; color: var(--text-dark); }
.product-desc { font-size: 0.9rem; color: #888; margin-bottom: 15px; line-height: 1.5; }
.product-specs { display: flex; gap: 15px; flex-wrap: wrap; margin-bottom: 15px; }
.product-specs span { font-size: 0.8rem; color: #555; background: #f5f5f5; padding: 5px 12px; border-radius: 20px; display: flex; align-items: center; gap: 5px; }
.product-colors { display: flex; gap: 8px; margin-bottom: 18px; align-items: center; }
.color-dot { width: 18px; height: 18px; border-radius: 50%; display: inline-block; border: 2px solid rgba(0,0,0,0.1); transition: transform 0.2s ease; }
.color-dot:hover { transform: scale(1.3); }
.btn--small { height: 42px; line-height: 42px; padding: 0 24px; font-size: 0.85rem; width: 100%; text-align: center; margin-top: auto; }

/* ============================================================
   BIKE DETAIL PAGE
   ============================================================ */
.bike-detail-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.bike-detail-image { position: relative; background: #f8f9fa; border-radius: 16px; padding: 40px; text-align: center; }
.bike-detail-image img { width: 100%; max-height: 400px; object-fit: contain; }
.bike-detail-info { padding: 20px 0; }
.bike-price { font-family: "DIN2014-Demi",sans-serif; font-size: 2rem; color: var(--primary-color); margin-top: 15px; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.feature-card { background: rgba(255,255,255,0.05); padding: 30px; border-radius: 12px; text-align: center; border: 1px solid rgba(255,255,255,0.08); transition: transform 0.3s ease, background 0.3s ease; }
.feature-card:hover { transform: translateY(-5px); background: rgba(255,255,255,0.1); }
.feature-card p { font-size: 1.1rem; font-weight: 500; color: #fff; }
.specs-table { overflow-x: auto; }
.specs-table table { width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.specs-table th { background: var(--primary-color); color: #fff; padding: 14px 20px; text-align: left; font-family: "DIN2014-Demi",sans-serif; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.5px; width: 35%; }
.specs-table td { padding: 14px 20px; border-bottom: 1px solid #eee; font-size: 0.95rem; color: #555; }
.specs-table tr:last-child td { border-bottom: none; }
.specs-table tr:nth-child(even) td { background: #f9f9f9; }
.specs-table tr:hover td { background: #fdf2f2; }

/* ============================================================
   MAP
   ============================================================ */
.map-container { margin-top: 60px; border-radius: 16px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.map-container iframe { display: block; width: 100%; height: 450px; border: 0; }

/* ============================================================
   CIRCUIT TRACK MAP
   ============================================================ */
.track-frame-glow { filter: brightness(1.1) contrast(1.15) saturate(1.2) drop-shadow(0 0 15px rgba(205,25,45,0.5)) drop-shadow(0 0 30px rgba(255,215,0,0.2)) !important; }
.map-clipped iframe { filter: brightness(0.95) contrast(1.1) saturate(1.1); }
.map-track-wrapper { transition: transform 0.3s ease; }
.map-track-wrapper:hover { transform: scale(1.01); }
@keyframes trackPulse { 0%,100% { filter: drop-shadow(0 0 10px rgba(205,25,45,0.3)); } 50% { filter: drop-shadow(0 0 20px rgba(205,25,45,0.6)); } }
.track-pulse { animation: trackPulse 3s ease-in-out infinite; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--darker-bg); color: var(--text-light); padding: 80px 0 30px; }
.footer__article { width: 33.33%; float: left; padding-right: 40px; }
.footer__article-title { font-family: "DIN2014-Demi",sans-serif; font-size: 1.2rem; color: var(--accent-gold); margin-bottom: 25px; text-transform: uppercase; }
.footer__article-body ul { list-style: none; }
.footer__article-body ul li { color: rgba(255,255,255,0.7); margin-bottom: 15px; }
.footer__article-body ul li a { color: rgba(255,255,255,0.7); }
.footer__article-body ul li a:hover { color: var(--primary-color); }
.social-links { display: flex; gap: 15px; margin-top: 20px; }
.social-links a { width: 45px; height: 45px; background: rgba(255,255,255,0.05); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all var(--transition-speed) ease; }
.social-links a:hover { background: var(--primary-color); transform: translateY(-5px); color: #fff; }
.footer__copyright { clear: both; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; margin-top: 60px; display: flex; justify-content: space-between; align-items: center; }
.footer__copyright ul { list-style: none; display: flex; gap: 20px; }
.footer__copyright p, .footer__copyright a { color: rgba(255,255,255,0.5); font-size: 0.9rem; }
.footer__copyright a:hover { color: var(--primary-color) !important; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
    .wheel-item { width: 200px; height: 260px; }
}
@media (max-width: 992px) {
    .slide-content h1 { font-size: 2.8rem; }
    .slide.next-peek { left: 85%; }
    .slide.prev-peek { left: -65%; }
    .bike-detail-hero { grid-template-columns: 1fr; gap: 30px; }
    .footer__article { width: 100%; float: none; margin-bottom: 40px; padding-right: 0; }
    .footer__copyright { flex-direction: column; text-align: center; gap: 15px; }
    .footer__copyright ul { justify-content: center; }
    .wheel-item { width: 180px; height: 230px; }
    .wheel-carousel { padding: 60px 0 100px; }
    .wheel-track { height: 300px; }
}
@media (max-width: 768px) {
    .header__main { padding: 15px 1rem; min-height: auto; }
    .main-nav { flex-direction: row; justify-content: space-between; align-items: center; }
    .hamburger { display: flex; }
    .nav-menu { display: none; flex-direction: column; position: absolute; top: 70px; left: 0; width: 100%; background: rgba(10,10,10,0.98); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 20px; gap: 8px; border-radius: 0 0 16px 16px; border-bottom: 1px solid rgba(255,255,255,0.1); z-index: 999; }
    .nav-menu.active { display: flex; }
    .nav-menu a { width: 100%; text-align: center; padding: 12px 20px; font-size: 0.9rem; }
    .logo { margin-bottom: -15px; }
    .logo img { width: 65px; height: 65px; filter: drop-shadow(0 0 3px rgba(255,255,255,0.5)) !important; }
    .brand-name .brand-title { font-size: 0.95rem; }
    .brand-name .brand-subtitle { font-size: 0.6rem; }
    .slide-content { left: 5%; bottom: 20%; right: 5%; text-align: center; max-width: 90%; }
    .slide-content h1 { font-size: 2rem; }
    .slide-content p { font-size: 1rem; }
    .slide.active { left: 3%; width: 85%; }
    .slide.next-peek { left: 85%; transform: scale(0.9); }
    .slide.prev-peek { left: -65%; transform: scale(0.9); }
    .hero-progress-bar { width: 85%; }
    .title--style-a { font-size: 2rem; }
    .title--style-b { font-size: 1.6rem; }
    .section-block { padding: 50px 0; }
    .section-heading { margin-bottom: 30px; }
    .counter-grid { grid-template-columns: repeat(2,1fr); gap: 20px; }
    .counter-item { padding: 25px 15px; }
    .counter-number { font-size: 2.5rem; }
    .promo .block { grid-template-columns: 1fr; gap: 24px; }
    .promo__text { padding: 30px 20px; }
    .product-grid { grid-template-columns: repeat(2,1fr); gap: 20px; }
    .product-image { height: 250px; }
    .bike-detail-image { padding: 20px; }
    .wheel-item { width: 150px; height: 190px; }
    .wheel-carousel { padding: 40px 0 80px; }
    .wheel-track { height: 250px; }
    .map-container iframe { height: 300px; }
}
@media (max-width: 480px) {
    .header__main { padding: 10px 0.5rem; }
    .nav-menu a { font-size: 0.8rem; padding: 10px 16px; }
    .logo { margin-bottom: -12px; }
    .logo img { width: 55px; height: 55px; filter: drop-shadow(0 0 3px rgba(255,255,255,0.5)) !important; }
    .brand-name .brand-title { font-size: 0.85rem; }
    .brand-name .brand-subtitle { font-size: 0.55rem; }
    .slide.active { left: 3%; width: 85%; }
    .slide.next-peek { left: 85%; transform: scale(0.88); }
    .slide.prev-peek { left: -65%; transform: scale(0.88); }
    .slide-content h1 { font-size: 1.6rem; }
    .slide-content p { font-size: 0.9rem; }
    .hero-progress-bar { width: 85%; }
    .btn { height: 46px; line-height: 46px; padding: 0 24px; font-size: 0.85rem; width: 100%; }
    .title--style-a { font-size: 1.6rem; }
    .title--style-a::after { width: 40px; height: 3px; }
    .title--style-b { font-size: 1.3rem; }
    .title--style-c { font-size: 1rem; }
    .counter-grid { grid-template-columns: 1fr; gap: 16px; }
    .counter-number { font-size: 2.2rem; }
    .product-grid { grid-template-columns: 1fr; }
    .product-image { height: 220px;  }
    .product-image img { padding: 15px; }
    .wheel-item { width: 120px; height: 150px; border-radius: 12px; }
    .wheel-carousel { padding: 30px 0 60px; }
    .wheel-track { height: 200px; }
    .promo__description img { height: 55px; }
    .section-block { padding: 35px 0; }
    .container { padding: 0 16px; }
    .footer__copyright ul { flex-wrap: wrap; justify-content: center; gap: 12px; }
    .footer__copyright p, .footer__copyright a { font-size: 0.8rem; }
    .map-container iframe { height: 200px; }
}
@media (max-width: 360px) {
    .nav-menu a { font-size: 0.75rem; padding: 8px 14px; }
    .logo img { width: 48px; height: 48px; filter: drop-shadow(0 0 3px rgba(255,255,255,0.5)) !important; }
    .brand-name .brand-title { font-size: 0.75rem; }
    .brand-name .brand-subtitle { font-size: 0.5rem; }
    .slide.active { left: 3%; width: 85%; }
    .slide.next-peek { left: 84%; transform: scale(0.8); }
    .slide.prev-peek { left: -65%; transform: scale(0.8); }
    .hero-progress-bar { width: 85%; }
    .slide-content h1 { font-size: 1.3rem; }
    .wheel-item { width: 110px; height: 140px; }
    .wheel-carousel { padding: 25px 0 40px; }
    .wheel-track { height: 180px; }
}