/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Lora', Georgia, serif; background: #fafafa; color: #111; line-height: 1.72; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
:root { --t-black: #111; --t-dark: #222; --t-gray: #555; --t-light: #888; --t-line: #ccc; --t-bg: #fafafa; --t-white: #fff; --t-rule: 1px solid #bbb; --t-rule-thick: 3px solid #111; }
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&family=Lora:ital,wght@0,400;0,600;1,400&family=Source+Sans+3:wght@300;400;600;700&display=swap');
.t-topbar { background: var(--t-black); color: #ccc; font-family: 'Source Sans 3', sans-serif; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; padding: 6px 20px; display: flex; justify-content: center; gap: 24px; }
.t-topbar a { color: #999; transition: color .2s; } .t-topbar a:hover { color: #fff; }
.t-masthead { background: var(--t-white); border-bottom: var(--t-rule-thick); padding: 24px 20px 16px; text-align: center; }
.t-masthead-sub { font-family: 'Source Sans 3', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--t-light); margin-bottom: 6px; }
.t-logo { font-family: 'Playfair Display', serif; font-size: clamp(52px, 12vw, 100px); font-weight: 900; color: var(--t-black); letter-spacing: -3px; line-height: 1; display: block; text-decoration: none; }
.t-masthead-tag { font-family: 'Source Sans 3', sans-serif; font-size: 11px; color: var(--t-light); letter-spacing: 3px; text-transform: uppercase; margin-top: 4px; }
.t-nav { background: var(--t-white); border-bottom: var(--t-rule-thick); border-top: var(--t-rule); position: sticky; top: 0; z-index: 100; }
.t-nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.t-nav-link { font-family: 'Source Sans 3', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: var(--t-black); padding: 12px 18px; border-right: var(--t-rule); transition: background .2s, color .2s; white-space: nowrap; }
.t-nav-link:first-child { border-left: var(--t-rule); }
.t-nav-link:hover, .t-nav-link.active { background: var(--t-black); color: var(--t-white); }
.t-burger { display: none; background: none; border: none; cursor: pointer; padding: 10px; flex-direction: column; gap: 4px; }
.t-burger span { width: 22px; height: 2px; background: var(--t-black); }
.t-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.t-section-label { font-family: 'Source Sans 3', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--t-white); background: var(--t-black); display: inline-block; padding: 3px 10px; margin-bottom: 12px; }
.t-hero { background: var(--t-white); border-bottom: var(--t-rule); padding: 36px 0 0; }
.t-hero-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: 1fr 320px; gap: 36px; align-items: start; }
.t-hero-cat { font-family: 'Source Sans 3', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; border-bottom: 2px solid var(--t-black); display: inline-block; padding-bottom: 2px; margin-bottom: 14px; }
.t-hero-headline { font-family: 'Playfair Display', serif; font-size: clamp(26px, 4vw, 48px); font-weight: 900; line-height: 1.08; margin-bottom: 14px; }
.t-hero-deck { font-family: 'Lora', serif; font-style: italic; font-size: clamp(14px, 1.6vw, 17px); color: var(--t-dark); margin-bottom: 14px; line-height: 1.5; }
.t-byline { display: flex; align-items: center; gap: 12px; border-top: var(--t-rule); border-bottom: var(--t-rule); padding: 8px 0; margin-bottom: 18px; font-family: 'Source Sans 3', sans-serif; font-size: 12px; color: var(--t-light); flex-wrap: wrap; }
.t-byline strong { color: var(--t-black); text-transform: uppercase; letter-spacing: .5px; }
.t-article-cols { column-count: 2; column-gap: 32px; column-rule: var(--t-rule); font-size: 15px; line-height: 1.78; color: var(--t-dark); }
.t-article-cols p { margin-bottom: 1.1em; break-inside: avoid; }
.t-article-single { font-size: 15px; line-height: 1.78; color: var(--t-dark); }
.t-article-single p { margin-bottom: 1.1em; }
.t-subhead { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; font-style: italic; color: var(--t-black); margin: 26px 0 10px; padding-top: 18px; border-top: var(--t-rule); break-inside: avoid; break-after: avoid; }
.t-pullquote { border-top: 3px solid var(--t-black); border-bottom: 3px solid var(--t-black); padding: 18px 0; margin: 24px 0; break-inside: avoid; }
.t-pullquote p { font-family: 'Playfair Display', serif; font-size: 19px; font-style: italic; font-weight: 700; line-height: 1.35; color: var(--t-black); margin: 0 !important; }
.t-pullquote cite { font-family: 'Source Sans 3', sans-serif; font-size: 11px; font-style: normal; color: var(--t-light); letter-spacing: 1px; text-transform: uppercase; display: block; margin-top: 8px; }
.t-img-block { margin: 28px 0; border-top: 2px solid var(--t-black); }
.t-img-block img { width: 100%; height: 320px; object-fit: cover; }
.t-img-cap { font-family: 'Source Sans 3', sans-serif; font-size: 11px; color: var(--t-light); padding: 5px 0; border-bottom: var(--t-rule); }
.t-sidebar { }
.t-sidebar-widget { border-top: 3px solid var(--t-black); padding-top: 14px; margin-bottom: 28px; }
.t-widget-title { font-family: 'Source Sans 3', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; }
.t-sidebar-item { border-bottom: var(--t-rule); padding: 10px 0; }
.t-sidebar-item:last-child { border-bottom: none; }
.t-sidebar-item-cat { font-family: 'Source Sans 3', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--t-light); margin-bottom: 3px; }
.t-sidebar-item-title { font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 700; line-height: 1.3; }
.t-sidebar-item-title:hover { text-decoration: underline; }
.t-highlight-box { background: var(--t-black); color: #ddd; padding: 22px 24px; margin: 24px 0; break-inside: avoid; }
.t-highlight-box h3 { font-family: 'Playfair Display', serif; font-size: 15px; color: #cde; margin-bottom: 8px; }
.t-highlight-box p { font-size: 14px; color: #bbb; margin-bottom: 0; }
.t-tips-box { border: 1px solid var(--t-black); padding: 20px; margin: 24px 0; background: #f3f3f3; break-inside: avoid; }
.t-tips-box h3 { font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-bottom: var(--t-rule); padding-bottom: 8px; margin-bottom: 12px; }
.t-tips-box ul, .t-tips-box ol { padding-left: 18px; font-family: 'Source Sans 3', sans-serif; font-size: 14px; line-height: 1.65; }
.t-tips-box li { margin-bottom: 6px; }
.t-cards-section { background: var(--t-white); border-top: var(--t-rule-thick); padding: 40px 0; }
.t-section-header { display: flex; align-items: baseline; gap: 14px; margin-bottom: 24px; padding-bottom: 8px; border-bottom: var(--t-rule); }
.t-section-title { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 900; white-space: nowrap; }
.t-section-line { flex: 1; height: 1px; background: var(--t-line); }
.t-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.t-card { border-top: 3px solid var(--t-black); padding-top: 14px; }
.t-card-cat { font-family: 'Source Sans 3', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--t-light); margin-bottom: 6px; }
.t-card-title { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; line-height: 1.25; margin-bottom: 8px; }
.t-card-text { font-family: 'Source Sans 3', sans-serif; font-size: 13px; line-height: 1.6; color: var(--t-gray); display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.t-card-link { font-family: 'Source Sans 3', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; border-bottom: 1px solid var(--t-black); padding-bottom: 1px; display: inline-block; margin-top: 10px; transition: opacity .15s; }
.t-card-link:hover { opacity: .5; }
.t-opinion { background: var(--t-black); color: var(--t-white); padding: 36px 0; }
.t-opinion-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: 180px 1fr; gap: 28px; align-items: center; }
.t-opinion-label { font-family: 'Playfair Display', serif; font-size: 32px; font-style: italic; font-weight: 700; line-height: 1.1; border-right: 1px solid #444; padding-right: 28px; }
.t-opinion-text { font-family: 'Lora', serif; font-size: 16px; font-style: italic; line-height: 1.6; color: #ddd; }
.t-opinion-text strong { display: block; margin-top: 10px; font-style: normal; font-family: 'Source Sans 3', sans-serif; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #888; }
.t-photo-feature { background: var(--t-white); padding: 40px 0; border-top: var(--t-rule); }
.t-photo-feature-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.t-photo-feature img { width: 100%; height: 340px; object-fit: cover; }
.t-photo-feature-headline { font-family: 'Playfair Display', serif; font-size: clamp(22px, 3vw, 34px); font-weight: 900; line-height: 1.12; margin-bottom: 14px; }
.t-photo-feature-body { font-size: 15px; line-height: 1.75; color: var(--t-dark); }
.t-photo-feature-body p { margin-bottom: 1em; }
.t-newsletter { background: var(--t-black); color: var(--t-white); padding: 20px; margin: 24px 0; text-align: center; }
.t-newsletter h3 { font-family: 'Playfair Display', serif; font-size: 18px; margin-bottom: 6px; }
.t-newsletter p { font-family: 'Source Sans 3', sans-serif; font-size: 13px; color: #aaa; margin-bottom: 12px; }
.t-nl-form { display: flex; gap: 0; max-width: 400px; margin: 0 auto; }
.t-nl-input { flex: 1; padding: 10px 12px; border: 1px solid #444; background: #222; color: #fff; font-family: 'Source Sans 3', sans-serif; font-size: 13px; }
.t-nl-btn { padding: 10px 18px; background: var(--t-white); color: var(--t-black); font-family: 'Source Sans 3', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; border: none; cursor: pointer; transition: opacity .2s; min-height: 44px; }
.t-nl-btn:hover { opacity: .8; }
.t-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 24px; padding-top: 16px; border-top: var(--t-rule); }
.t-tag { font-family: 'Source Sans 3', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; border: 1px solid var(--t-line); padding: 4px 10px; transition: all .15s; }
.t-tag:hover { background: var(--t-black); color: var(--t-white); border-color: var(--t-black); }
.t-footer { background: var(--t-black); color: var(--t-white); padding: 44px 0 0; }
.t-footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 36px; border-bottom: 1px solid #333; }
.t-footer-logo { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 900; line-height: 1; margin-bottom: 12px; }
.t-footer-desc { font-family: 'Source Sans 3', sans-serif; font-size: 13px; color: #888; line-height: 1.6; max-width: 280px; }
.t-footer-col-title { font-family: 'Source Sans 3', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid #333; }
.t-footer-links { list-style: none; }
.t-footer-links li { margin-bottom: 7px; }
.t-footer-links a { font-family: 'Source Sans 3', sans-serif; font-size: 13px; color: #888; transition: color .15s; }
.t-footer-links a:hover { color: #fff; }
.t-footer-bottom { max-width: 1200px; margin: 0 auto; padding: 14px 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.t-copyright { font-family: 'Source Sans 3', sans-serif; font-size: 11px; color: #555; }
.t-footer-legal { display: flex; gap: 16px; }
.t-footer-legal a { font-family: 'Source Sans 3', sans-serif; font-size: 11px; color: #555; transition: color .15s; }
.t-footer-legal a:hover { color: #ccc; }
.t-disclaimer { max-width: 1200px; margin: 0 auto; padding: 10px 20px 16px; font-family: 'Source Sans 3', sans-serif; font-size: 10px; color: #444; line-height: 1.5; border-top: 1px solid #222; }
.t-legal-page { max-width: 800px; margin: 0 auto; padding: 40px 20px 60px; }
.t-legal-page h1 { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 900; margin-bottom: 24px; border-bottom: var(--t-rule-thick); padding-bottom: 12px; }
.t-legal-page h2 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; margin: 28px 0 10px; padding-top: 16px; border-top: var(--t-rule); }
.t-legal-page p { font-size: 14px; color: var(--t-dark); margin-bottom: 12px; line-height: 1.7; }
.t-success-page { max-width: 600px; margin: 80px auto; padding: 40px 20px; text-align: center; }
.t-success-page h1 { font-family: 'Playfair Display', serif; font-size: 36px; margin-bottom: 16px; }
.t-success-page p { font-size: 16px; color: var(--t-gray); margin-bottom: 24px; }
.t-btn { display: inline-block; background: var(--t-black); color: var(--t-white); font-family: 'Source Sans 3', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 14px 28px; min-height: 44px; transition: opacity .2s; }
.t-btn:hover { opacity: .7; }
.t-error-page { max-width: 600px; margin: 80px auto; padding: 40px 20px; text-align: center; }
.t-error-page h1 { font-family: 'Playfair Display', serif; font-size: 120px; font-weight: 900; line-height: 1; margin-bottom: 12px; }
.t-error-page p { font-size: 16px; color: var(--t-gray); margin-bottom: 24px; }
.t-cookie-banner { position: fixed; bottom: 20px; right: 20px; background: var(--t-black); color: #ccc; padding: 20px; max-width: 340px; font-family: 'Source Sans 3', sans-serif; font-size: 13px; line-height: 1.5; z-index: 9999; box-shadow: 0 4px 20px rgba(0,0,0,.3); display: block; }
#cookie-toggle { display: none; }
#cookie-toggle:checked ~ .t-cookie-banner { display: none; }
.t-cookie-banner p { margin-bottom: 12px; }
.t-cookie-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.t-cookie-accept, .t-cookie-decline { padding: 8px 16px; font-family: 'Source Sans 3', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border: none; cursor: pointer; min-height: 44px; display: flex; align-items: center; }
.t-cookie-accept { background: #fff; color: #111; }
.t-cookie-decline { background: transparent; color: #999; border: 1px solid #555; }
.t-cookie-link { display: block; margin-top: 8px; font-size: 11px; color: #888; text-decoration: underline; }
.t-dropcap::first-letter { float: left; font-family: 'Playfair Display', serif; font-size: 68px; font-weight: 900; line-height: .8; margin: 6px 8px 0 0; color: var(--t-black); }
.t-article-layout { display: grid; grid-template-columns: 1fr 300px; gap: 36px; align-items: start; padding: 36px 0 50px; }
@media (max-width: 900px) { .t-hero-inner { grid-template-columns: 1fr; } .t-sidebar { display: none; } .t-article-layout { grid-template-columns: 1fr; } .t-article-cols { column-count: 1; } .t-cards-grid { grid-template-columns: 1fr 1fr; } .t-footer-inner { grid-template-columns: 1fr 1fr; } .t-opinion-inner { grid-template-columns: 1fr; } .t-opinion-label { border-right: none; border-bottom: 1px solid #444; padding-right: 0; padding-bottom: 12px; font-size: 26px; } .t-photo-feature-inner { grid-template-columns: 1fr; } .t-nav-inner { display: none; } .t-nav .t-burger { display: flex; margin: 0 auto; } .t-nav.open .t-nav-inner { display: flex; flex-direction: column; } }
@media (max-width: 600px) { .t-cards-grid { grid-template-columns: 1fr; } .t-footer-inner { grid-template-columns: 1fr; gap: 24px; } .t-footer-bottom { flex-direction: column; text-align: center; } .t-nl-form { flex-direction: column; } .t-topbar { flex-wrap: wrap; gap: 8px; } }