/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Jost:wght@300;400;500;600&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Jost',sans-serif;background:#FBF6F3;color:#3D2B1F;line-height:1.8;min-height:100vh}
h1,h2,h3,h4,h5{font-family:'Cormorant Garamond',serif;line-height:1.25}
a{color:#8B6F47;text-decoration:none;transition:color .3s}
img{max-width:100%;display:block}
.container{max-width:1100px;margin:0 auto;padding:0 24px}
/* HEADER */
header{background:rgba(244,232,226,0.96);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);position:sticky;top:0;z-index:200;border-bottom:1px solid rgba(139,111,71,0.12)}
nav{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;max-width:1100px;margin:0 auto;gap:20px}
.nav-logo{font-family:'Cormorant Garamond',serif;font-size:1.75rem;color:#8B6F47;font-weight:700;letter-spacing:.02em;white-space:nowrap}
.nav-links{display:flex;gap:6px;list-style:none;flex-wrap:wrap}
.nav-links a{font-size:.82rem;color:#6B5235;letter-spacing:.06em;padding:6px 14px;border-radius:50px;transition:all .3s;font-weight:500;text-transform:uppercase}
.nav-links a:hover{background:#E8D1C9;color:#3D2B1F}
/* HERO */
.hero{position:relative;min-height:580px;display:flex;align-items:center;overflow:hidden}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(120deg,rgba(251,246,243,0.93) 0%,rgba(244,232,226,0.82) 45%,rgba(232,209,201,0.55) 100%);z-index:1}
.hero-content{position:relative;z-index:2;padding:70px 24px;max-width:1100px;margin:0 auto;width:100%}
.hero-eyebrow{display:inline-block;background:#E8D1C9;color:#8B6F47;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:5px 14px;border-radius:50px;margin-bottom:20px}
.hero-content h1{font-size:clamp(2.4rem,5.5vw,3.8rem);color:#3D2B1F;margin-bottom:18px;max-width:620px}
.hero-content p{font-size:1.1rem;color:#6B5235;max-width:520px;margin-bottom:34px;line-height:1.85;font-weight:300}
/* BUTTONS */
.btn{display:inline-block;padding:15px 36px;background:#8B6F47;color:#FBF6F3;border-radius:50px;font-weight:600;letter-spacing:.06em;transition:all .3s;border:none;cursor:pointer;font-size:.9rem;font-family:'Jost',sans-serif}
.btn:hover{background:#6B5235;transform:translateY(-3px);box-shadow:0 10px 28px rgba(139,111,71,0.35)}
.btn-outline{background:transparent;border:2px solid #8B6F47;color:#8B6F47}
.btn-outline:hover{background:#8B6F47;color:#FBF6F3}
.btn-white{background:#fff;color:#8B6F47;box-shadow:0 4px 20px rgba(139,111,71,0.15)}
.btn-white:hover{background:#F4E8E2;color:#6B5235}
/* SECTIONS */
.section{padding:70px 0}
.section-title{font-size:clamp(1.7rem,3.5vw,2.4rem);color:#3D2B1F;margin-bottom:6px}
.section-sub{color:#A08878;margin-bottom:40px;font-size:.95rem;font-weight:300}
/* CARDS */
.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:28px}
.card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 24px rgba(139,111,71,0.1);transition:transform .35s,box-shadow .35s}
.card:hover{transform:translateY(-7px);box-shadow:0 16px 48px rgba(139,111,71,0.18)}
.card-body{padding:30px}
.card-tag{display:inline-block;background:#F4E8E2;color:#8B6F47;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:4px 13px;border-radius:50px;margin-bottom:14px}
.card h3{font-size:1.3rem;margin-bottom:10px;color:#3D2B1F;line-height:1.3}
.card p{color:#6B5235;font-size:.92rem;line-height:1.75;font-weight:300}
.card-link{display:inline-flex;align-items:center;gap:7px;margin-top:18px;font-weight:600;font-size:.85rem;color:#8B6F47;letter-spacing:.04em}
.card-link::after{content:'→';transition:transform .3s}
.card-link:hover::after{transform:translateX(5px)}
/* ARTICLE LAYOUT */
.article-layout{display:grid;grid-template-columns:1fr 340px;gap:48px;align-items:start}
.main-article{background:#fff;border-radius:20px;padding:44px;box-shadow:0 4px 24px rgba(139,111,71,0.09)}
.main-article h2{font-size:1.9rem;margin-bottom:22px;color:#3D2B1F}
.main-article p{color:#5A3E2E;line-height:1.9;margin-bottom:16px;font-weight:300}
.aside-box{background:linear-gradient(145deg,#F4E8E2,#E8D1C9);border-radius:20px;padding:30px;box-shadow:0 4px 20px rgba(139,111,71,0.1)}
.aside-box h4{font-family:'Cormorant Garamond',serif;font-size:1.2rem;color:#3D2B1F;margin-bottom:18px;font-style:italic}
.aside-list{list-style:none;display:flex;flex-direction:column;gap:14px}
.aside-list li a{display:block;padding:14px 18px;background:rgba(255,255,255,0.75);backdrop-filter:saturate(180%) blur(8px);border-radius:14px;font-size:.88rem;color:#6B5235;transition:all .3s;line-height:1.5;font-weight:400}
.aside-list li a:hover{background:rgba(255,255,255,0.95);box-shadow:0 4px 14px rgba(139,111,71,0.14);color:#3D2B1F}
/* ABOUT */
.about-section{background:linear-gradient(145deg,#F4E8E2 0%,#E8D1C9 100%);border-radius:20px;padding:60px 50px;text-align:center}
.about-section h2{font-size:2.2rem;margin-bottom:18px;color:#3D2B1F}
.about-section p{max-width:640px;margin:0 auto;color:#6B5235;font-size:1.05rem;font-weight:300;line-height:1.85}
/* SUBSCRIBE */
.subscribe-section{background:#fff;border-radius:20px;padding:54px 44px;box-shadow:0 4px 24px rgba(139,111,71,0.09)}
.subscribe-section h2{font-size:1.9rem;margin-bottom:8px;color:#3D2B1F}
.subscribe-section > p{color:#A08878;margin-bottom:30px;font-weight:300}
.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}
.form-group{display:flex;flex-direction:column;gap:7px}
.form-group label{font-size:.78rem;font-weight:600;color:#8B6F47;letter-spacing:.07em;text-transform:uppercase}
.form-group input{padding:14px 18px;border:2px solid #E8D1C9;border-radius:14px;font-size:.95rem;font-family:'Jost',sans-serif;background:#FBF6F3;color:#3D2B1F;transition:border-color .3s,background .3s;outline:none;font-weight:300}
.form-group input:focus{border-color:#8B6F47;background:#fff}
.form-group input::placeholder{color:#C4A99A}
.form-submit{grid-column:1/-1;padding-top:6px}
/* DISCLAIMER */
.disclaimer{background:linear-gradient(135deg,rgba(244,232,226,0.7),rgba(251,246,243,0.9));border-left:4px solid #8B6F47;border-radius:0 16px 16px 0;padding:22px 26px;margin-top:38px}
.disclaimer p{font-size:.85rem;color:#8B6F47;font-style:italic;line-height:1.75}
/* ARTICLE PAGE */
.article-page{max-width:800px;margin:0 auto;padding:50px 24px}
.article-header{margin-bottom:36px}
.article-header h1{font-size:clamp(1.9rem,4.5vw,2.8rem);color:#3D2B1F;margin-bottom:14px;line-height:1.2}
.article-meta{font-size:.82rem;color:#A08878;margin-bottom:0;font-weight:300;letter-spacing:.04em}
.article-img{width:100%;border-radius:20px;height:340px;object-fit:cover;margin:32px 0;box-shadow:0 8px 32px rgba(139,111,71,0.14)}
.article-section{margin-bottom:42px}
.article-section h2{font-size:1.55rem;color:#3D2B1F;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid #F4E8E2;font-style:italic}
.article-section p{color:#5A3E2E;line-height:1.9;margin-bottom:16px;font-weight:300}
.fact-box{background:linear-gradient(145deg,#F4E8E2,#FBF6F3);border-radius:18px;padding:26px 28px;margin:24px 0;border:1px solid rgba(139,111,71,0.12)}
.fact-box h4{font-family:'Cormorant Garamond',serif;font-size:1.1rem;color:#6B5235;margin-bottom:10px}
.fact-box p{font-size:.9rem;color:#5A3E2E;line-height:1.75;margin:0;font-weight:300}
/* POLICY PAGES */
.policy-page{max-width:840px;margin:0 auto;padding:60px 24px}
.policy-page h1{font-size:2.2rem;margin-bottom:6px;color:#3D2B1F}
.policy-page .updated{color:#A08878;font-size:.82rem;margin-bottom:40px;display:block;font-weight:300}
.policy-page h2{font-size:1.25rem;color:#8B6F47;margin:32px 0 12px;font-style:italic}
.policy-page p{color:#5A3E2E;line-height:1.85;margin-bottom:14px;font-weight:300}
.policy-page a{color:#8B6F47;text-decoration:underline}
/* SUCCESS */
.success-page{min-height:65vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 24px}
.success-icon{font-size:4rem;margin-bottom:20px}
.success-page h1{font-size:2.6rem;margin-bottom:16px;color:#3D2B1F}
.success-page p{color:#6B5235;font-size:1.1rem;margin-bottom:34px;max-width:480px;font-weight:300;line-height:1.85}
/* 404 */
.page-404{min-height:65vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 24px}
.page-404 .num{font-family:'Cormorant Garamond',serif;font-size:9rem;color:#E8D1C9;line-height:1;margin-bottom:10px;font-style:italic}
.page-404 h1{font-size:1.9rem;margin-bottom:14px;color:#3D2B1F}
.page-404 p{color:#A08878;margin-bottom:36px;font-weight:300;max-width:400px}
/* FOOTER */
footer{background:#3D2B1F;color:#E8D1C9;padding:56px 24px 28px}
.footer-inner{max-width:1100px;margin:0 auto}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px;margin-bottom:44px}
.footer-brand .logo{font-family:'Cormorant Garamond',serif;font-size:1.6rem;color:#F4E8E2;margin-bottom:12px;font-style:italic}
.footer-brand p{font-size:.85rem;color:#A08878;line-height:1.75;font-weight:300}
.footer-links h5{color:#F4E8E2;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px;font-family:'Jost',sans-serif;font-weight:600}
.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-links a{color:#A08878;font-size:.85rem;transition:color .3s;font-weight:300}
.footer-links a:hover{color:#F4E8E2}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:22px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:.78rem;color:#7A6050;font-weight:300}
/* COOKIE MODAL (CSS-ONLY) */
.cookie-check{display:none !important}
.cookie-modal{position:fixed;bottom:24px;right:24px;width:330px;background:#fff;border-radius:22px;padding:26px 28px;box-shadow:0 12px 48px rgba(139,111,71,0.22);z-index:9999;border:1px solid rgba(232,209,201,0.6);animation:slideUp .4s ease}
@keyframes slideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.cookie-check:checked ~ .cookie-modal{display:none}
.cookie-modal h5{font-family:'Cormorant Garamond',serif;font-size:1.1rem;color:#3D2B1F;margin-bottom:10px}
.cookie-modal p{font-size:.82rem;color:#5A3E2E;line-height:1.65;margin-bottom:18px;font-weight:300}
.cookie-modal p a{color:#8B6F47;text-decoration:underline}
.cookie-btns{display:flex;gap:10px}
.cookie-btn-accept,.cookie-btn-decline{display:block;flex:1;padding:10px 0;border-radius:12px;text-align:center;cursor:pointer;font-size:.82rem;font-weight:600;font-family:'Jost',sans-serif;letter-spacing:.04em;transition:all .3s}
.cookie-btn-accept{background:#8B6F47;color:#fff}
.cookie-btn-accept:hover{background:#6B5235}
.cookie-btn-decline{background:#F4E8E2;color:#8B6F47}
.cookie-btn-decline:hover{background:#E8D1C9}
/* RESPONSIVE */
@media(max-width:900px){.article-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}}
@media(max-width:600px){.nav-links{display:none}.hero{min-height:420px}.footer-grid{grid-template-columns:1fr}.about-section{padding:40px 28px}.subscribe-section{padding:36px 24px}.main-article{padding:28px}.cookie-modal{width:calc(100% - 40px);right:20px;bottom:20px}}
