/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap');
:root{--primary:#c05621;--accent:#e07b39;--bg:#fffbf5;--bg-sec:#fdf0e0;--text:#1a1a1a;}
html{scroll-behavior:smooth;}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
body{font-family:'DM Sans',sans-serif;background-color:var(--bg);color:var(--text);font-size:18px;line-height:1.75;}
h1,h2,h3,h4,h5,h6{font-family:'DM Serif Display',serif;line-height:1.25;color:var(--text);}
a{display:inline-block;text-align:center;color:var(--primary);text-decoration:none;transition:color .2s;}
a:hover{color:var(--accent);}
img{max-width:100%;height:auto;display:block;}
header{background-color:var(--bg);border-bottom:2px solid var(--primary);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;}
.site-logo{font-family:'DM Serif Display',serif;font-size:1.8rem;color:var(--primary);font-weight:400;letter-spacing:-.02em;}
.site-logo:hover{color:var(--accent);}
header nav{display:flex;gap:2rem;align-items:center;}
header nav a{font-size:.9rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--text);position:relative;}
header nav a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary);transition:width .2s;}
header nav a:hover{color:var(--primary);}
header nav a:hover::after{width:100%;}
.burger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:4px;}
.burger span{display:block;width:24px;height:2px;background-color:var(--primary);}
.breadcrumbs{padding:.75rem 2rem;font-size:.85rem;color:#777;background-color:var(--bg-sec);border-bottom:1px solid rgba(192,86,33,.15);}
.breadcrumbs a{color:var(--primary);font-size:.85rem;}
.breadcrumbs span{color:#555;}
.info-disclaimer{background-color:var(--bg-sec);border-left:4px solid var(--accent);padding:1rem 1.5rem;margin-bottom:2.5rem;font-size:.9rem;color:#555;line-height:1.6;}
.article-container{max-width:800px;margin:0 auto;padding:3rem 2rem;}
.article-meta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:1.5rem;font-size:.875rem;color:#777;}
.article-category{background-color:var(--primary);color:#fff;padding:.2rem .75rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;}
h1.article-title{font-size:clamp(1.8rem,4vw,2.75rem);color:var(--text);margin-bottom:1.25rem;line-height:1.2;}
.article-lead{font-size:1.15rem;color:#555;font-style:italic;line-height:1.7;padding-bottom:2rem;border-bottom:1px solid rgba(192,86,33,.2);margin-bottom:2rem;}
.article-image{width:100%;height:360px;object-fit:cover;margin-bottom:2.5rem;}
.article-body h2{font-size:1.55rem;color:var(--primary);margin:2.5rem 0 1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(192,86,33,.2);}
.article-body p{margin-bottom:1.5rem;}
.pull-quote{border-left:4px solid var(--primary);padding:1.5rem 2rem;background-color:var(--bg-sec);margin:2.5rem 0;font-family:'DM Serif Display',serif;font-size:1.3rem;color:var(--text);font-style:italic;line-height:1.5;}
.article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:2rem 0;}
.tag{border:1px solid var(--primary);color:var(--primary);padding:.2rem .7rem;font-size:.8rem;font-weight:500;cursor:default;transition:background-color .2s,color .2s;}
.tag:hover{background-color:var(--primary);color:#fff;}
.article-disclaimer{background-color:var(--bg-sec);border:1px solid rgba(192,86,33,.25);padding:1.25rem 1.5rem;margin:2rem 0;font-size:.9rem;color:#666;line-height:1.6;}
.sources{background-color:var(--bg-sec);padding:1.5rem;margin:2rem 0;}
.sources h3{font-size:1.2rem;margin-bottom:1rem;}
.sources ol{padding-left:1.5rem;}
.sources ol li{margin-bottom:.6rem;font-size:.9rem;color:#555;line-height:1.5;}
.read-also{background-color:var(--bg-sec);padding:3rem 2rem;}
.read-also-inner{max-width:800px;margin:0 auto;}
.read-also h3{font-size:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--primary);display:inline-block;margin-bottom:2rem;}
.read-also-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;}
.read-also-card{background-color:var(--bg);padding:1.5rem;border-top:3px solid var(--primary);transition:border-color .2s;}
.read-also-card:hover{border-color:var(--accent);}
.card-category{font-size:.75rem;color:var(--primary);text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-bottom:.5rem;display:block;}
.read-also-card h4{font-size:1.05rem;margin-bottom:.5rem;line-height:1.35;}
.read-also-card h4 a{color:var(--text);display:block;text-align:left;}
.read-also-card h4 a:hover{color:var(--primary);}
.read-also-card p{font-size:.875rem;color:#777;line-height:1.5;}
.subscription-section{padding:4rem 2rem;text-align:center;background-color:var(--bg);border-top:2px solid var(--primary);}
.subscription-section h3{font-size:1.75rem;margin-bottom:.75rem;}
.subscription-section>p{color:#666;font-size:1rem;}
.subscription-form{display:flex;max-width:480px;margin:1.5rem auto 0;}
.subscription-form input[type=email]{flex:1;padding:.875rem 1rem;border:2px solid var(--primary);border-right:none;background-color:#fff;font-family:'DM Sans',sans-serif;font-size:1rem;color:var(--text);outline:none;}
.subscription-form input[type=email]:focus{border-color:var(--accent);}
.btn-subscribe{padding:.875rem 1.5rem;background-color:var(--primary);color:#fff;border:2px solid var(--primary);cursor:pointer;font-family:'DM Sans',sans-serif;font-size:1rem;font-weight:600;transition:background-color .2s,border-color .2s;white-space:nowrap;}
.btn-subscribe:hover{background-color:var(--accent);border-color:var(--accent);}
.reader-quote-section{background-color:var(--primary);padding:4rem 2rem;text-align:center;}
.reader-quote-section blockquote{font-family:'DM Serif Display',serif;font-size:clamp(1.2rem,3vw,1.65rem);font-style:italic;color:#fff;max-width:700px;margin:0 auto 1.5rem;line-height:1.45;}
.reader-quote-section cite{display:block;font-size:.9rem;color:rgba(255,255,255,.75);font-style:normal;font-weight:500;}
footer{background-color:#1a1a1a;color:#bbb;padding:3.5rem 2rem 2rem;}
.footer-inner{max-width:1100px;margin:0 auto;}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid #333;margin-bottom:2rem;}
.footer-brand-name{font-family:'DM Serif Display',serif;font-size:1.6rem;color:var(--accent);display:block;text-align:left;margin-bottom:.75rem;}
.footer-brand p{font-size:.9rem;line-height:1.6;color:#888;}
.footer-col h4{font-family:'DM Sans',sans-serif;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:1.25rem;}
.footer-col a{display:block;text-align:left;color:#888;font-size:.9rem;margin-bottom:.6rem;transition:color .2s;}
.footer-col a:hover{color:var(--accent);}
.footer-bottom{display:flex;flex-direction:column;gap:.5rem;}
.footer-copy{font-size:.85rem;color:#666;}
.footer-disclaimer{font-size:.8rem;color:#555;font-style:italic;line-height:1.5;margin-top:.25rem;}
.cookies-close-input{display:none;}
.cookies-modal{position:fixed;bottom:1.5rem;right:1.5rem;width:300px;background-color:var(--bg);border:2px solid var(--primary);padding:1.5rem;z-index:500;}
.cookies-modal p{font-size:.875rem;margin-bottom:.5rem;color:var(--text);line-height:1.5;}
.cookies-actions{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap;align-items:center;}
.btn-accept-cookies{background-color:var(--primary);color:#fff;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;cursor:pointer;display:inline-block;text-align:center;transition:background-color .2s;}
.btn-accept-cookies:hover{background-color:var(--accent);}
.btn-info-cookies{color:var(--primary);font-size:.875rem;border-bottom:1px solid var(--primary);}
.cookies-close-input:checked~.cookies-modal{display:none;}
.policy-main{max-width:800px;margin:0 auto;padding:3rem 2rem;}
.policy-main h1{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:.5rem;}
.policy-date{font-size:.875rem;color:#888;margin-bottom:2.5rem;display:block;}
.policy-main h2{font-size:1.35rem;color:var(--primary);margin:2.5rem 0 .75rem;padding-bottom:.4rem;border-bottom:1px solid rgba(192,86,33,.2);}
.policy-main p{margin-bottom:1.25rem;color:#444;line-height:1.75;}
.policy-main ul{padding-left:1.5rem;margin-bottom:1.25rem;}
.policy-main ul li{margin-bottom:.5rem;color:#444;line-height:1.7;}
.success-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;}
.success-container{max-width:540px;}
.success-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block;}
.success-container h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem;}
.success-container p{color:#666;font-size:1.1rem;line-height:1.7;margin-bottom:2rem;}
.btn-return{background-color:var(--primary);color:#fff;padding:.9rem 2.25rem;font-size:1rem;font-weight:600;transition:background-color .2s;display:inline-block;text-align:center;}
.btn-return:hover{background-color:var(--accent);color:#fff;}
.error-page{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;}
.error-container{max-width:520px;}
.error-number{font-family:'DM Serif Display',serif;font-size:8rem;color:var(--primary);line-height:1;margin-bottom:1rem;opacity:.12;}
.error-title{font-size:2rem;margin-bottom:1rem;}
.error-text{color:#666;margin-bottom:2rem;line-height:1.7;}
.btn-home{background-color:var(--primary);color:#fff;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:background-color .2s;}
.btn-home:hover{background-color:var(--accent);color:#fff;}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;}.footer-brand{grid-column:1/-1;}}
@media(max-width:768px){header{padding:1rem 1.25rem;flex-wrap:wrap;position:relative;}header nav{display:none;flex-direction:column;width:100%;padding:1rem 0;gap:1rem;align-items:flex-start;}header nav.open{display:flex;}.burger{display:flex;}.breadcrumbs{padding:.75rem 1.25rem;}.article-container{padding:2rem 1.25rem;}.policy-main{padding:2rem 1.25rem;}.subscription-form{flex-direction:column;}.subscription-form input[type=email]{border-right:2px solid var(--primary);}.footer-grid{grid-template-columns:1fr;gap:2rem;}.cookies-modal{width:calc(100% - 2rem);right:1rem;left:1rem;}.read-also{padding:2rem 1.25rem;}.subscription-section{padding:3rem 1.25rem;}.reader-quote-section{padding:3rem 1.25rem;}.article-image{height:220px;}}
@media(max-width:480px){body{font-size:16px;}h1.article-title{font-size:1.6rem;}}