/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#FEF7F0;--a1:#FED7AA;--a2:#F97316;--tx:#1c1917;--txl:#78716c;--r:1.25rem;--sh:0 2px 16px rgba(249,115,22,.1)}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--tx);font-family:'Segoe UI',system-ui,sans-serif;line-height:1.7}
a{color:var(--a2);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;display:block}
.site-header{background:#fff;border-bottom:3px solid var(--a1);padding:.875rem 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;position:sticky;top:0;z-index:100}
.site-logo{font-size:1.5rem;font-weight:900;color:var(--a2);letter-spacing:-.03em}
.site-nav{display:flex;gap:1rem;flex-wrap:wrap}
.site-nav a{color:var(--tx);font-weight:600;font-size:.93rem;padding:.25rem .6rem;border-radius:.5rem;transition:background .15s}
.site-nav a:hover{background:var(--a1);color:var(--tx);text-decoration:none}
.container{max-width:1100px;margin:0 auto;padding:1.5rem 1rem}
.bento{display:grid;gap:1rem;margin-bottom:1rem}
.b2{grid-template-columns:2fr 1fr}
.beq{grid-template-columns:1fr 1fr}
.bc{background:#fff;border-radius:var(--r);padding:1.5rem;box-shadow:var(--sh)}
.bpeach{background:var(--a1)}
.borg{background:var(--a2);color:#fff}
.hero{position:relative;border-radius:var(--r);overflow:hidden;min-height:360px;display:flex;align-items:flex-end;background:linear-gradient(135deg,#fb923c 0%,#F97316 60%,#ea580c 100%)}
.hero-ov{position:absolute;inset:0;background:rgba(0,0,0,.28)}
.hero-ct{position:relative;z-index:1;padding:2rem;color:#fff}
.hero-ct h1{font-size:clamp(1.4rem,4vw,2.4rem);font-weight:900;line-height:1.2;margin-bottom:.75rem}
.hero-ct p{font-size:1rem;margin-bottom:1.25rem;opacity:.93}
.btn{display:inline-block;background:#fff;color:var(--a2);font-weight:700;padding:.6rem 1.5rem;border-radius:2rem;border:none;cursor:pointer;font-size:.95rem;transition:transform .15s,box-shadow .15s}
.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15);text-decoration:none}
.btno{background:var(--a2);color:#fff}
.art-card{background:#fff;border-radius:var(--r);overflow:hidden;box-shadow:var(--sh);transition:transform .2s;height:100%}
.art-card:hover{transform:translateY(-3px)}
.art-card__body{padding:1.25rem}
.art-card__tag{font-size:.72rem;font-weight:800;color:var(--a2);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem}
.art-card__title{font-size:1.05rem;font-weight:700;margin-bottom:.4rem;color:var(--tx);line-height:1.3}
.art-card__desc{font-size:.88rem;color:var(--txl);line-height:1.5}
.like{display:inline-flex;align-items:center;gap:.3rem;background:var(--a1);border-radius:2rem;padding:.2rem .75rem;font-size:.82rem;font-weight:700;color:var(--a2);margin-top:.75rem}
.chat{background:var(--a1);border-radius:1rem 1rem 1rem 0;padding:1rem 1.25rem;font-style:italic;color:var(--tx);margin:1rem 0}
.chat-who{font-style:normal;font-weight:700;font-size:.78rem;color:var(--a2);margin-bottom:.35rem}
.about-g{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:center}
.sub-form{display:grid;gap:.75rem;margin-top:1rem}
.sub-form input{border:2px solid rgba(249,115,22,.3);border-radius:.75rem;padding:.75rem 1rem;font-size:1rem;background:#fff;color:var(--tx);outline:none;font-family:inherit}
.sub-form input:focus{border-color:var(--a2)}
.sub-form button{background:var(--a2);color:#fff;border:none;border-radius:2rem;padding:.8rem;font-size:1rem;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .15s}
.sub-form button:hover{opacity:.88}
.art-full{max-width:760px;margin:0 auto;padding:2rem 1rem}
.art-full h1{font-size:clamp(1.4rem,4vw,2.1rem);font-weight:900;margin-bottom:.75rem;line-height:1.2}
.art-full h2{font-size:1.2rem;font-weight:700;margin:2rem 0 .75rem;color:var(--a2)}
.art-full p{margin-bottom:1rem;line-height:1.75}
.art-full a{font-weight:600}
.art-meta{font-size:.83rem;color:var(--txl);margin-bottom:1.5rem;display:flex;gap:1rem;flex-wrap:wrap}
.disclaimer{background:var(--a1);border-left:4px solid var(--a2);border-radius:0 .75rem .75rem 0;padding:1rem 1.25rem;margin:2rem 0;font-size:.9rem;line-height:1.65}
.recent-list{list-style:none}
.recent-list li{padding:.6rem 0;border-bottom:1px solid var(--a1)}
.recent-list li:last-child{border-bottom:none}
.recent-list a{font-weight:600;font-size:.9rem;color:var(--tx)}
.recent-list a:hover{color:var(--a2)}
.site-footer{background:#1c1917;color:#e7e5e4;padding:2.5rem 1rem;margin-top:3rem}
.fi{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem}
.flogo{font-size:1.3rem;font-weight:900;color:var(--a2)}
.site-footer a{color:var(--a1);font-size:.88rem}
.ful{list-style:none;margin-top:.5rem}
.ful li{margin-bottom:.4rem}
.fh{font-size:.85rem;font-weight:700;color:#fff;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.04em}
.fcopy{text-align:center;font-size:.8rem;opacity:.5;max-width:1100px;margin:1.5rem auto 0}
.ck-chk{display:none}
.ck-banner{position:fixed;bottom:1.25rem;right:1.25rem;max-width:320px;background:#fff;border-radius:var(--r);box-shadow:0 6px 32px rgba(0,0,0,.18);padding:1.25rem;z-index:9999;border:2px solid var(--a1)}
.ck-banner p{font-size:.86rem;margin-bottom:.75rem;line-height:1.5}
.ck-lbl{display:inline-block;background:var(--a2);color:#fff;border-radius:2rem;padding:.45rem 1.25rem;font-weight:700;cursor:pointer;font-size:.88rem}
.ck-chk:checked~.ck-banner{display:none}
.pw{max-width:760px;margin:0 auto;padding:2rem 1rem}
.pw h1{font-size:1.8rem;font-weight:900;margin-bottom:1.5rem}
.pw h2{font-size:1.15rem;font-weight:700;margin:1.5rem 0 .5rem;color:var(--a2)}
.pw p{margin-bottom:.9rem;color:var(--txl);line-height:1.7}
.cpg{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:65vh;text-align:center;padding:2rem}
.cpg h1{font-size:clamp(2rem,6vw,3.5rem);font-weight:900;color:var(--a2);margin-bottom:.75rem}
.cpg p{color:var(--txl);margin-bottom:1.75rem;font-size:1.05rem;max-width:440px}
@media(max-width:700px){.b2,.beq,.about-g{grid-template-columns:1fr}.hero{min-height:260px}.site-header{flex-direction:column;align-items:flex-start}}