:root{--accent:#e10600;--deep:#650000;--soft:#fff1ed;--paper-home:#fff;--line-home:#f0c3ba;--text-home:#101010}
body[data-theme="fuchsia"]{--accent:#e6009a;--deep:#65003f;--soft:#fff0fb;--line-home:#f8bde7}
body[data-theme="subaru"]{--accent:#0057d9;--deep:#002c70;--soft:#edf4ff;--line-home:#b9d3ff}
body[data-theme="racing-green"]{--accent:#007a3d;--deep:#003b20;--soft:#edf9f1;--line-home:#b9e2c7}
body[data-theme="checkered"]{--accent:#f2cf00;--deep:#121212;--soft:#f5f5f3;--line-home:#c5c5c2}
body[data-theme="playground"]{--accent:#5946e8;--deep:#2f1b83;--soft:#f7f5ff;--line-home:#c7c0ff}

body{background:var(--soft);color:var(--text-home)}
.demo-bar{background:var(--deep);color:#fff}
.theme-dock{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:10px max(24px,calc((100% - 1240px)/2));background:var(--accent);color:#fff;font:700 10px var(--mono);letter-spacing:.1em}
.theme-dock div{display:flex;flex-wrap:wrap;gap:6px}
.theme-dock button{background:transparent;border:1px solid #ffffff99;color:#fff;padding:7px 9px;font:700 9px var(--mono);cursor:pointer}
.theme-dock button.is-active,.theme-dock button:hover{background:#fff;color:var(--deep);border-color:#fff}

.site-head{background:#fff;color:#111;position:relative}
.site-head .head-inner{background:#fff}
.site-head .menu-button{border-color:#b9b9b9;cursor:pointer}
.site-head .menu-button i{background:#111}
.site-head .head-tools{color:#111}
.site-head .head-tools a{color:#111}
.story-tag,.kicker,.read b,.electric-notes article>span{color:var(--accent)}
.speed-strip{background:var(--deep)}
.ad-slot{background:var(--soft);color:var(--deep)}
.lead-section,.latest-section,.electric-section,.guide-section{background:var(--paper-home)}
.lead-list,.electric-notes{border-top-color:var(--deep)}
.news-card,.guide-cards>a{border-bottom-color:var(--deep)}
.lab-section,.newsletter{background:var(--deep)}
.lab-heading em{color:var(--accent)}
.review-top b{color:var(--accent)}
.dark-button,.newsletter button{background:var(--accent)}

/* Brand lockup */
.brand-lockup{width:286px;height:60px;position:absolute;left:50%;top:1px;transform:translateX(-50%);overflow:hidden}
.brand-lockup img{display:block;width:100%;height:100%;object-fit:cover;filter:drop-shadow(0 1px 1px #ffffff80)}
@media(max-width:750px){.brand-lockup{width:210px;height:50px;top:3px}}

.head-tools{gap:13px}
.theme-switch{display:flex;align-items:center;gap:5px;padding-right:8px;border-right:1px solid #d6d6d6}
.theme-switch button{width:13px;height:13px;min-width:13px;border:1px solid #fff;border-radius:50%;padding:0;background:#e10600;box-shadow:0 0 0 1px #1114;cursor:pointer}
.theme-switch button[data-theme-choice="fuchsia"]{background:#e6009a}
.theme-switch button[data-theme-choice="subaru"]{background:#0057d9}
.theme-switch button[data-theme-choice="racing-green"]{background:#007a3d}
.theme-switch button[data-theme-choice="checkered"]{background:repeating-conic-gradient(#fff 0 25%,#111 0 50%) 50%/6px 6px}
.theme-switch button[data-theme-choice="playground"]{background:linear-gradient(135deg,#ff4f72 0 25%,#ffad33 25% 50%,#19c6a7 50% 75%,#4d72ff 75%)}
.theme-switch button.is-active{outline:2px solid var(--accent);outline-offset:2px}
@media(max-width:750px){.head-tools{gap:8px}.theme-switch{gap:4px;padding-right:5px}.theme-switch button{width:10px;height:10px;min-width:10px}.head-tools>a:last-child{display:none}}

/* --- GAZ6 Header Layout & Nav --- */
.site-head {
    position: relative !important;
    padding-bottom: 8px !important;
}
.site-head::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 8px !important;
    background: repeating-conic-gradient(#fff 0 25%, var(--deep) 0 50%) 50%/16px 16px !important;
    z-index: 2 !important;
}
.site-head nav {
    height: auto !important;
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 4px 6px !important;
    padding: 6px 16px 8px !important;
    background: var(--deep) !important;
    margin: 0 !important;
}
.site-head nav a {
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 8px 13px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    color: #fff !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    transition: background 0.15s ease, color 0.15s ease !important;
    white-space: nowrap !important;
}
.site-head nav a:hover {
    background: rgba(255, 255, 255, 0.18) !important;
    color: #fff !important;
}
.site-head nav a.selected {
    background: var(--accent) !important;
    color: #fff !important;
}
@media(max-width: 960px) {
    .site-head nav {
        justify-content: flex-start !important;
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        padding: 8px 12px 10px !important;
    }
    .site-head nav::-webkit-scrollbar { display: none; }
}

/* --- Görsel 1: Gerçek Araç Arşivi Vitrini (CPT arac) --- */
.vehicle-archive-showcase {
    background: var(--paper-home);
    padding: 40px max(24px, calc((100% - 1240px) / 2));
    margin-top: 30px;
    border-radius: 12px;
    border: 1px solid var(--line-home, #e2e8f0);
}
.vehicle-home-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    margin-top: 24px !important;
}
@media(max-width: 990px) {
    .vehicle-home-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media(max-width: 560px) {
    .vehicle-home-grid { grid-template-columns: 1fr !important; }
}
.v-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-top: 3px solid var(--accent);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.v-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
.v-card-img {
    position: relative;
    display: block;
    height: 150px;
    background: #0f172a;
    overflow: hidden;
}
.v-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.v-card:hover .v-card-img img {
    transform: scale(1.05);
}
.v-pill {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(15, 23, 42, 0.85);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}
.v-card-body {
    padding: 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.v-card-brand {
    font-size: 11px;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}
.v-card-title {
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin: 0 0 10px !important;
}
.v-card-title a {
    color: #0f172a;
    text-decoration: none;
}
.v-card-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
    font-size: 11px;
    font-weight: 600;
    color: #475569;
}
.v-card-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 800;
    color: var(--accent);
    text-decoration: none;
    letter-spacing: 0.05em;
}

/* --- Görsel 2: Son Gelişmeler Grid (Tam 6 Haber - Asla Boş Alan Kalmaz) --- */
.latest-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}
@media(max-width: 900px) {
    .latest-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media(max-width: 600px) {
    .latest-grid { grid-template-columns: 1fr !important; }
}
.news-card {
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    border-bottom: 3px solid var(--deep) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    padding: 0 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
}
.news-card>a {
    display: block !important;
    height: 180px !important;
    overflow: hidden !important;
    background: #0f172a !important;
}
.news-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
}
.news-card:hover img {
    transform: scale(1.05) !important;
}
.news-card div {
    padding: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}
.news-card h3 {
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    margin: 8px 0 10px !important;
}
.news-card h3 a {
    color: #0f172a !important;
    text-decoration: none !important;
}
.news-card p {
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #64748b !important;
    margin: 0 !important;
}

/* --- Görsel 3: İki Teker & Motosiklet/Bisiklet Section --- */
.moto-bike-section {
    background: var(--deep) !important;
    color: #fff !important;
}
.moto-bike-section .review-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}
@media(max-width: 900px) {
    .moto-bike-section .review-grid { grid-template-columns: 1fr !important; }
}

/* --- Görsel 4: Çizgisi Kalanlar Kaldırıldı & Rengi Footera Verildi --- */
footer.site-footer {
    background: var(--accent) !important;
    color: #fff !important;
    padding: 60px 0 30px !important;
    margin-top: 40px !important;
}
.footer-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important;
}
.footer-top {
    display: grid !important;
    grid-template-columns: 1.2fr 2fr !important;
    gap: 50px !important;
}
@media(max-width: 900px) {
    .footer-top { grid-template-columns: 1fr !important; gap: 30px !important; }
}
.footer-logo {
    font-size: 38px !important;
    font-weight: 900 !important;
    color: #fff !important;
    text-decoration: none !important;
    letter-spacing: -0.03em !important;
}
.footer-logo span {
    color: #fff !important;
    background: rgba(0,0,0,0.25) !important;
    padding: 0 8px !important;
    border-radius: 4px !important;
    margin-left: 2px !important;
}
.footer-tagline {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: rgba(255,255,255,0.85) !important;
    margin: 14px 0 0 !important;
    max-width: 380px !important;
}
.footer-nav {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}
@media(max-width: 650px) {
    .footer-nav { grid-template-columns: 1fr !important; }
}
.f-col h4 {
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: #fff !important;
    margin: 0 0 16px !important;
    padding-bottom: 6px !important;
    border-bottom: 1px solid rgba(255,255,255,0.25) !important;
}
.f-col ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.f-col li {
    margin-bottom: 8px !important;
}
.f-col a {
    color: rgba(255,255,255,0.88) !important;
    text-decoration: none !important;
    font-size: 13px !important;
    transition: color 0.15s ease, padding-left 0.15s ease !important;
}
.f-col a:hover {
    color: #fff !important;
    padding-left: 4px !important;
}
.footer-bottom {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    padding-top: 24px !important;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
    font-size: 12px !important;
    color: rgba(255,255,255,0.75) !important;
}
.footer-legal a {
    color: rgba(255,255,255,0.8) !important;
    text-decoration: none !important;
}
.footer-legal a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

/* --- Görsel 5: Açılabilir Yan Çekmece Menü (Drawer Menu) --- */
.site-drawer-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 99998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}
.site-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: min(400px, 86vw);
    height: 100vh;
    background: #fff;
    color: #0f172a;
    z-index: 99999;
    transform: translateX(-100%);
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 10px 0 40px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
body.drawer-open {
    overflow: hidden !important;
}
body.drawer-open .site-drawer-backdrop {
    opacity: 1;
    pointer-events: auto;
}
body.drawer-open .site-drawer {
    transform: translateX(0);
}
.drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    background: var(--deep);
    border-bottom: 2px solid var(--accent);
}
.drawer-brand img {
    height: 38px;
    width: auto;
    filter: drop-shadow(0 1px 1px #ffffff80);
}
.drawer-close {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    font-size: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease;
}
.drawer-close:hover {
    background: var(--accent);
}
.drawer-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.drawer-group {
    display: flex;
    flex-direction: column;
}
.drawer-kicker {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: var(--accent);
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e2e8f0;
}
.drawer-cats, .drawer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.drawer-cats li a, .drawer-links li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-radius: 6px;
    color: #1e293b;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.15s ease, color 0.15s ease;
}
.drawer-cats li a:hover, .drawer-links li a:hover {
    background: var(--soft);
    color: var(--accent);
}
.cat-ico {
    margin-right: 8px;
    font-size: 14px;
}
.cat-count {
    font-size: 11px;
    font-weight: 700;
    background: #e2e8f0;
    color: #475569;
    padding: 2px 7px;
    border-radius: 10px;
}
.drawer-links li a span {
    font-size: 11px;
    color: #64748b;
    font-weight: normal;
}
.drawer-contact .contact-desc {
    font-size: 12px;
    line-height: 1.5;
    color: #64748b;
    margin: 0 0 12px;
}
.contact-card {
    background: var(--soft);
    border-left: 3px solid var(--accent);
    padding: 12px 14px;
    border-radius: 0 6px 6px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contact-row {
    font-size: 11px;
    line-height: 1.4;
    color: #334155;
}
.contact-row span {
    font-weight: 700;
    display: block;
}
.contact-row a {
    color: var(--accent);
    text-decoration: none;
    font-weight: 600;
}
.contact-row a:hover {
    text-decoration: underline;
}
.drawer-bottom-links {
    margin-top: 14px;
    font-size: 11px;
    color: #94a3b8;
}
.drawer-bottom-links a {
    color: #64748b;
    text-decoration: none;
}
.drawer-bottom-links a:hover {
    color: var(--accent);
}

/* Single Article wide styling */
.article-shell {
    width: min(960px, calc(100% - 40px)) !important;
    max-width: 960px !important;
    margin: 36px auto 60px !important;
    padding: 0 !important;
}
.article-header {
    width: 100% !important;
    margin: 0 0 28px !important;
}
.article-back {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    color: var(--accent) !important;
    text-transform: uppercase !important;
    margin-bottom: 18px !important;
    text-decoration: none !important;
    padding: 5px 12px !important;
    background: rgba(225, 6, 0, 0.08) !important;
    border-radius: 4px !important;
    border: none !important;
    transition: all 0.15s ease !important;
}
.article-back:hover {
    background: var(--accent) !important;
    color: #fff !important;
}
.article-title {
    font-size: clamp(28px, 4vw, 46px) !important;
    line-height: 1.18 !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 12px 0 18px !important;
    letter-spacing: -0.02em !important;
}
.article-dek {
    font-size: clamp(17px, 2vw, 21px) !important;
    line-height: 1.55 !important;
    color: #475569 !important;
    margin: 0 0 20px !important;
    font-weight: 400 !important;
}
.article-meta {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #64748b !important;
    letter-spacing: 0.04em !important;
    padding: 14px 0 !important;
    border-top: 1px solid var(--line-home, #e2e8f0) !important;
    border-bottom: 1px solid var(--line-home, #e2e8f0) !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}
.article-hero {
    margin: 0 0 36px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #0f172a !important;
}
.article-hero-img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: 560px !important;
    object-fit: cover !important;
}
.article-hero-cap {
    padding: 10px 16px !important;
    font-size: 12px !important;
    color: #94a3b8 !important;
    background: #0f172a !important;
    border-top: 1px solid #1e293b !important;
}
.article-body {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    grid-template-columns: none !important;
    gap: 0 !important;
}
.article-content {
    font-size: 18px !important;
    line-height: 1.85 !important;
    color: #1e293b !important;
    letter-spacing: 0.005em !important;
}
.article-content p {
    margin: 0 0 1.6em !important;
}
.article-content h2 {
    font-size: clamp(22px, 2.5vw, 30px) !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 2.2em 0 0.8em !important;
    padding-top: 0.6em !important;
    border-top: 2px solid var(--soft, #f1f5f9) !important;
}
.article-content h3 {
    font-size: clamp(19px, 2vw, 24px) !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin: 1.8em 0 0.6em !important;
}
.article-content ul, .article-content ol {
    margin: 0 0 1.6em 1.5em !important;
    padding: 0 !important;
}
.article-content li {
    margin-bottom: 0.6em !important;
    line-height: 1.7 !important;
}
.article-content blockquote {
    margin: 2em 0 !important;
    padding: 16px 24px !important;
    border-left: 4px solid var(--accent) !important;
    background: var(--soft, #f8fafc) !important;
    font-style: italic !important;
    color: #334155 !important;
    border-radius: 0 8px 8px 0 !important;
}
.article-content img {
    border-radius: 8px !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 28px auto !important;
    display: block !important;
}
