/*
Theme Name: Vasi Huszarok
Theme URI: https://vasihuszarok.hu/
Author: Te
Description: Egyedi tema
Version: 1.0
*/
:root{--bg:#140d09;--bg2:#231711;--gold:#c9aa72;--text:#f3e7cf;--muted:#d8c7a4;--line:rgba(201,170,114,.24)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Georgia,serif;background:linear-gradient(180deg,#22160f 0%,#140d09 45%,#0b0807 100%);color:var(--text)}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.container{width:min(1180px,calc(100% - 32px));margin:0 auto}
.hero{border-bottom:1px solid var(--line);background:radial-gradient(circle at top,rgba(201,170,114,.18),transparent 35%)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;padding:72px 0}
.eyebrow{font-size:13px;letter-spacing:.35em;text-transform:uppercase;color:var(--gold)}
h1{font-size:70px;line-height:1.05;margin:16px 0 0;color:#f8edd7}
.motto{font-size:32px;color:#d9bf8a;font-style:italic;margin:12px 0 0}
.lead{font-size:20px;line-height:1.8;color:rgba(243,231,207,.82);margin-top:24px}
.btns{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.btn{display:inline-block;padding:14px 22px;border-radius:16px;border:1px solid var(--line);font-weight:700}
.btn.primary{background:var(--gold);color:#1b120d;border-color:var(--gold)}
.panel{border:1px solid var(--line);background:rgba(20,14,10,.72);padding:18px;border-radius:30px;box-shadow:0 20px 80px rgba(0,0,0,.45)}
.panel img{width:100%;display:block;border-radius:22px}
.section{padding:78px 0}
.section-title{text-align:center;margin-bottom:40px}
.section-title p{margin:0;color:var(--gold);font-size:13px;letter-spacing:.35em;text-transform:uppercase}
.section-title h2{margin:16px 0 0;font-size:48px;color:#f8edd7}
.divider{height:1px;width:112px;background:rgba(201,170,114,.5);margin:16px auto 0}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card,.info-box,.gallery-card,.contact-box{background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:28px}
.card{padding:28px}
.card h3,.gallery-card h3{margin:0 0 12px;color:#f7ebd4;font-size:25px}
.card p,.text,.gallery-card p{font-size:18px;line-height:1.8;color:rgba(234,223,198,.8)}
.mission{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
.info-box{padding:28px;background:linear-gradient(180deg,rgba(33,23,16,.9),rgba(17,11,8,.95))}
.info-row{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid rgba(201,170,114,.15);font-size:17px;color:rgba(234,223,198,.82)}
.info-row:last-child{border-bottom:none}
.info-row strong{color:#f8edd7}
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}
.gallery-grid img{width:100%;height:300px;object-fit:cover;border-radius:16px;border:1px solid rgba(201,170,114,.18);cursor:pointer;background:#1a120e}
.caption{font-size:14px;color:rgba(234,223,198,.65);margin-top:8px}
.facebook{background:linear-gradient(180deg,#0d0907 0%,#090605 100%);border-top:1px solid rgba(201,170,114,.15);border-bottom:1px solid rgba(201,170,114,.15)}
.facebook-wrap,.contact{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.fb-link{display:inline-block;margin-top:24px;padding:14px 22px;border-radius:16px;background:#1877f2;color:#fff;font-weight:700;font-family:Arial,sans-serif}
.contact-box{padding:30px}
.contact-item{margin-bottom:18px}
.contact-item:last-child{margin-bottom:0}
.contact-item small{display:block;color:rgba(201,170,114,.75);font-size:14px}
.contact-item div{margin-top:4px;font-size:18px;color:#f8edd7;font-weight:700}
#imgModal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.92);justify-content:center;align-items:center;z-index:9999;padding:20px}
#imgModal img{max-width:92%;max-height:92%;border-radius:14px;box-shadow:0 20px 80px rgba(0,0,0,.6)}
footer.site-footer{padding:26px 0;text-align:center;color:rgba(234,223,198,.6);font-size:14px}
@media (max-width:980px){.hero-grid,.mission,.facebook-wrap,.contact,.cards{grid-template-columns:1fr}h1{font-size:50px}.motto{font-size:28px}.section-title h2{font-size:38px}}
@media (max-width:640px){.hero-grid{padding:52px 0}h1{font-size:40px}.lead,.card p,.text,.gallery-card p{font-size:17px}.section{padding:56px 0}.section-title h2{font-size:32px}.gallery-grid img{height:240px}}
