/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:'Inter','Segoe UI',system-ui,sans-serif;font-size:16px;line-height:1.8;color:#4A3B2A;background:linear-gradient(180deg,#FBF5F1 0%,#F4E8E2 100%);min-height:100vh;overflow-x:hidden}h1,h2,h3,h4{font-family:'Cormorant Garamond','Playfair Display',Georgia,serif;font-weight:500;line-height:1.3;color:#6B4F32;letter-spacing:-.01em}h1{font-size:clamp(2rem,5vw,3.4rem)}h2{font-size:clamp(1.6rem,3.5vw,2.4rem);margin-bottom:1.2rem}h3{font-size:clamp(1.2rem,2.5vw,1.6rem);margin-bottom:.8rem}p{margin-bottom:1rem}a{color:#8B6F47;text-decoration:none;transition:color .3s ease,opacity .3s ease}a:hover{color:#6B4F32;opacity:.85}img{max-width:100%;height:auto;display:block;border-radius:20px}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 1.25rem}.site-header{position:sticky;top:0;z-index:100;background:rgba(251,245,241,.75);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid rgba(232,209,201,.5);padding:1rem 0}.nav-wrap{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.logo{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.7rem;font-weight:600;color:#6B4F32;letter-spacing:.02em}.logo span.dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:#8B6F47;margin-right:8px;vertical-align:middle}.main-nav ul{list-style:none;display:flex;gap:1.6rem;flex-wrap:wrap}.main-nav a{font-size:.95rem;font-weight:500;color:#6B4F32;position:relative}.main-nav a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#8B6F47;transition:width .3s ease;border-radius:2px}.main-nav a:hover::after{width:100%}.hero{padding:4rem 0 3rem;position:relative}.hero-card{position:relative;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#E8D1C9 0%,#F4E8E2 100%);padding:clamp(2rem,5vw,4rem);min-height:420px;display:flex;align-items:center;box-shadow:0 20px 60px rgba(139,111,71,.12),0 8px 20px rgba(139,111,71,.08)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(120deg,rgba(244,232,226,.5) 0%,rgba(232,209,201,.25) 60%,rgba(251,245,241,.1) 100%);pointer-events:none}.hero-content{position:relative;z-index:2;max-width:640px}.hero-content .eyebrow{display:inline-block;padding:.4rem 1rem;background:rgba(251,245,241,.7);backdrop-filter:saturate(180%) blur(6px);border-radius:100px;font-size:.8rem;font-weight:600;color:#8B6F47;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.2rem}.hero-content h1{margin-bottom:1rem}.hero-content p{font-size:clamp(1rem,1.8vw,1.15rem);color:#5A4632;margin-bottom:1.8rem;max-width:540px}.btn{display:inline-block;padding:.95rem 2rem;border-radius:100px;font-weight:600;font-size:.95rem;cursor:pointer;border:none;transition:all .3s ease;text-align:center}.btn-primary{background:#8B6F47;color:#FBF5F1;box-shadow:0 8px 22px rgba(139,111,71,.28)}.btn-primary:hover{background:#6B4F32;color:#FBF5F1;transform:translateY(-2px);box-shadow:0 12px 30px rgba(139,111,71,.36)}.btn-outline{background:transparent;color:#6B4F32;border:1.5px solid #8B6F47}.btn-outline:hover{background:#8B6F47;color:#FBF5F1}.section{padding:3.5rem 0}.section-head{margin-bottom:2.4rem;max-width:680px}.section-head .eyebrow{display:block;font-size:.8rem;font-weight:600;color:#8B6F47;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.6rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.6rem}.card{background:#FBF5F1;border-radius:20px;padding:1.8rem;box-shadow:0 10px 30px rgba(139,111,71,.08),0 4px 10px rgba(139,111,71,.05);transition:transform .35s ease,box-shadow .35s ease;display:flex;flex-direction:column;border:1px solid rgba(232,209,201,.6)}.card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(139,111,71,.14)}.card .meta{font-size:.78rem;color:#8B6F47;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.8rem}.card h3{margin-bottom:.6rem}.card p{font-size:.95rem;color:#5A4632;margin-bottom:1.2rem;flex-grow:1}.card .read-more{align-self:flex-start;font-weight:600;color:#8B6F47;font-size:.9rem;display:inline-flex;align-items:center;gap:.4rem}.card .read-more::after{content:'→';transition:transform .3s ease}.card .read-more:hover::after{transform:translateX(4px)}.layout-two{display:grid;grid-template-columns:1fr;gap:2.4rem}@media(min-width:860px){.layout-two{grid-template-columns:2fr 1fr}}.article-body{background:#FBF5F1;border-radius:20px;padding:clamp(1.6rem,3.5vw,2.6rem);box-shadow:0 12px 36px rgba(139,111,71,.09);border:1px solid rgba(232,209,201,.5)}.article-body h2{margin-top:1.8rem}.article-body h2:first-child{margin-top:0}.article-body p{color:#4A3B2A;font-size:1.02rem}.article-body ul{list-style:none;padding-left:0;margin:1rem 0 1.4rem}.article-body ul li{padding-left:1.8rem;position:relative;margin-bottom:.7rem;color:#4A3B2A}.article-body ul li::before{content:'';position:absolute;left:.3rem;top:.75rem;width:8px;height:8px;border-radius:50%;background:#E8D1C9;box-shadow:0 0 0 3px rgba(232,209,201,.35)}.aside-block{display:flex;flex-direction:column;gap:1.4rem}.aside-item{background:linear-gradient(135deg,#F4E8E2,#FBF5F1);border-radius:20px;padding:1.6rem;box-shadow:0 8px 22px rgba(139,111,71,.07);border:1px solid rgba(232,209,201,.5)}.aside-item .meta{font-size:.75rem;color:#8B6F47;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem}.aside-item h4{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.2rem;color:#6B4F32;margin-bottom:.5rem;line-height:1.3}.aside-item p{font-size:.9rem;color:#5A4632;margin-bottom:.8rem}.aside-item a{font-size:.85rem;font-weight:600;color:#8B6F47}.about-block{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;background:linear-gradient(135deg,#E8D1C9 0%,#F4E8E2 100%);border-radius:20px;padding:clamp(1.8rem,4vw,3rem);box-shadow:0 14px 40px rgba(139,111,71,.1)}@media(min-width:760px){.about-block{grid-template-columns:1fr 1fr}}.about-block img{box-shadow:0 10px 28px rgba(139,111,71,.16)}.highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:1.4rem}.highlight-item{background:rgba(251,245,241,.75);backdrop-filter:saturate(180%) blur(6px);border-radius:16px;padding:1.2rem;text-align:center;border:1px solid rgba(232,209,201,.6)}.highlight-item strong{display:block;font-family:'Cormorant Garamond',Georgia,serif;font-size:1.8rem;color:#8B6F47;margin-bottom:.3rem}.highlight-item span{font-size:.85rem;color:#5A4632}.subscribe{background:linear-gradient(135deg,#8B6F47 0%,#6B4F32 100%);border-radius:20px;padding:clamp(2rem,4vw,3rem);color:#FBF5F1;box-shadow:0 16px 44px rgba(139,111,71,.25);display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:800px){.subscribe{grid-template-columns:1fr 1fr}}.subscribe h2{color:#FBF5F1}.subscribe p{color:rgba(251,245,241,.9)}.subscribe form{display:flex;flex-direction:column;gap:.9rem}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field label{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(251,245,241,.85)}.form-field input{padding:.85rem 1.1rem;border:none;border-radius:14px;background:rgba(251,245,241,.95);color:#4A3B2A;font-size:1rem;font-family:inherit;outline:none;transition:box-shadow .3s ease}.form-field input:focus{box-shadow:0 0 0 3px rgba(232,209,201,.6)}.subscribe button{align-self:flex-start;margin-top:.4rem;background:#FBF5F1;color:#6B4F32}.subscribe button:hover{background:#F4E8E2;color:#6B4F32}.disclaimer{margin-top:2rem;padding:1.4rem 1.6rem;background:rgba(232,209,201,.4);border-left:4px solid #8B6F47;border-radius:14px;font-size:.92rem;color:#5A4632;line-height:1.7}.disclaimer strong{color:#6B4F32}.site-footer{background:#EFE3DA;padding:3rem 0 1.5rem;margin-top:3rem;border-top:1px solid rgba(232,209,201,.6)}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-col h4{font-size:1rem;margin-bottom:.9rem;color:#6B4F32}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.5rem}.footer-col a{color:#5A4632;font-size:.92rem}.footer-col p{font-size:.92rem;color:#5A4632}.footer-bottom{padding-top:1.5rem;border-top:1px solid rgba(139,111,71,.2);text-align:center;font-size:.85rem;color:#5A4632}#cookie-toggle{display:none}.cookie-modal{position:fixed;right:1.25rem;bottom:1.25rem;max-width:340px;background:#FBF5F1;border-radius:20px;padding:1.4rem;box-shadow:0 18px 50px rgba(74,59,42,.25);border:1px solid rgba(232,209,201,.7);z-index:200;transition:transform .45s ease,opacity .45s ease}#cookie-toggle:checked~.cookie-modal{transform:translateY(130%);opacity:0;pointer-events:none}.cookie-modal h4{font-size:1.05rem;margin-bottom:.5rem;color:#6B4F32}.cookie-modal p{font-size:.85rem;color:#5A4632;line-height:1.6;margin-bottom:.9rem}.cookie-actions{display:flex;gap:.6rem;flex-wrap:wrap}.cookie-actions label{cursor:pointer;display:inline-block;padding:.6rem 1.1rem;border-radius:100px;font-size:.82rem;font-weight:600;transition:all .3s ease}.cookie-actions label.accept{background:#8B6F47;color:#FBF5F1}.cookie-actions label.accept:hover{background:#6B4F32}.cookie-actions label.decline{background:transparent;color:#6B4F32;border:1.5px solid #8B6F47}.cookie-actions label.decline:hover{background:#E8D1C9}.legal{background:#FBF5F1;border-radius:20px;padding:clamp(1.8rem,4vw,2.8rem);box-shadow:0 10px 30px rgba(139,111,71,.08);border:1px solid rgba(232,209,201,.5);max-width:880px;margin:0 auto}.legal h2{margin-top:1.8rem}.legal h2:first-of-type{margin-top:0}.legal p,.legal li{color:#4A3B2A;font-size:.98rem}.legal ul{list-style:none;padding-left:0;margin:.8rem 0 1.4rem}.legal ul li{padding-left:1.6rem;position:relative;margin-bottom:.5rem}.legal ul li::before{content:'◆';position:absolute;left:0;top:0;color:#E8D1C9;font-size:.9rem}.success-page{text-align:center;padding:4rem 0;max-width:640px;margin:0 auto}.success-icon{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#E8D1C9,#F4E8E2);display:flex;align-items:center;justify-content:center;margin:0 auto 1.8rem;font-size:2.4rem;color:#8B6F47;box-shadow:0 12px 30px rgba(139,111,71,.18)}.error-page{text-align:center;padding:5rem 0;max-width:640px;margin:0 auto}.error-page h1{font-size:clamp(4rem,12vw,7rem);color:#8B6F47;margin-bottom:.4rem}@media(max-width:640px){.hero{padding:2rem 0}.hero-card{min-height:auto}.section{padding:2.4rem 0}.main-nav ul{gap:1rem}.main-nav a{font-size:.88rem}.cookie-modal{right:1rem;left:1rem;bottom:1rem;max-width:none}}@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content,.card,.about-block,.subscribe{animation:fadeUp .7s ease both}