:root{
--surface:#fcf9f1;--surface2:#f6f3eb;--surface3:#f1eee6;--white:#ffffff;
--ink:#1c1c17;--muted:#584141;--primary:#570013;--primary2:#800020;
--gold:#cca730;--gold-d:#735c00;--blue:#506072;--copper:#b87333;
--line:#e0bfbf;--line2:#e5e2db;
--rad:8px;--rad-s:4px;--nav:264px;--maxw:1160px;
--sec:clamp(2.75rem,5vw,4rem);
--f-head:"Playfair Display",Georgia,serif;
--f-body:"Playfair Display",Georgia,serif;
--f-label:"Playfair Display",Georgia,serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--surface);color:var(--ink);
font-family:var(--f-body);font-size:16px;line-height:1.6;
overflow-x:hidden;overflow-wrap:break-word;-webkit-font-smoothing:antialiased}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
h1,h2,h3,h4{font-family:var(--f-head);color:var(--primary);
line-height:1.22;margin:0 0 .5em;font-weight:700}
h1{font-size:clamp(2.1rem,4.6vw,3.6rem);letter-spacing:-.02em}
h2{font-size:clamp(1.6rem,3vw,2.35rem);letter-spacing:-.01em}
h3{font-size:clamp(1.2rem,2vw,1.45rem);font-weight:600}
p{margin:0 0 1rem}
a{color:var(--primary);text-decoration:none}
main a.inline,article a.inline{text-decoration:underline;text-underline-offset:3px}
img{max-width:100%;height:auto;display:block}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem);width:100%}
.eyebrow{font-family:var(--f-label);font-size:.72rem;font-weight:600;
letter-spacing:.16em;text-transform:uppercase;color:var(--gold-d);margin:0 0 .9rem}
.lead{font-size:clamp(1.05rem,1.6vw,1.22rem);color:var(--muted);line-height:1.6}
.section{padding-block:var(--sec)}
.section+.section{border-top:1px solid var(--line2)}
.section-head{max-width:46rem;margin-bottom:2rem}
.section-head.center{margin-inline:auto;text-align:center}

/* ---------- gombok ---------- */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--f-label);
font-weight:600;font-size:.95rem;padding:.8rem 1.6rem;border-radius:var(--rad-s);
border:1.5px solid transparent;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s;
line-height:1.3;text-align:center}
.btn-primary{background:var(--primary);color:#fff;box-shadow:0 6px 18px rgba(87,0,19,.18)}
.btn-primary:hover{background:var(--primary2);box-shadow:0 8px 26px rgba(204,167,48,.28);transform:translateY(-1px)}
.btn-ghost{background:transparent;color:var(--primary);border-color:var(--copper)}
.btn-ghost:hover{border-color:var(--gold);box-shadow:0 6px 20px rgba(204,167,48,.18);transform:translateY(-1px)}

/* ---------- oldalsáv (asztali) ---------- */
.sidebar{position:fixed;inset:0 auto 0 0;width:var(--nav);background:var(--surface2);
border-right:1px solid var(--line2);display:flex;flex-direction:column;
padding:1.6rem 1.1rem;z-index:60}
.brand{display:flex;align-items:center;gap:.6rem;padding:.2rem .4rem 1.4rem;
border-bottom:1px solid var(--line2);margin-bottom:1.1rem}
.brand svg{width:38px;height:38px;flex:none}
.brand b{font-family:var(--f-head);font-size:1.16rem;color:var(--primary);
font-weight:700;line-height:1.25;white-space:normal}
.nav{display:flex;flex-direction:column;gap:.15rem}
.nav a{display:flex;align-items:center;gap:.7rem;padding:.62rem .7rem;border-radius:var(--rad-s);
color:var(--muted);font-family:var(--f-label);font-weight:500;font-size:.95rem;white-space:nowrap;
transition:background .2s,color .2s}
.nav a svg{width:18px;height:18px;flex:none;stroke:currentColor}
.nav a:hover{background:var(--surface3);color:var(--primary)}
.nav a.active{background:rgba(87,0,19,.06);color:var(--primary);font-weight:600}
.side-foot{margin-top:auto;padding-top:1.2rem;border-top:1px solid var(--line2);
font-size:.82rem;color:var(--muted)}
.side-foot a{color:var(--muted)}.side-foot a:hover{color:var(--primary)}
.side-foot .lbl{font-family:var(--f-label);font-size:.66rem;letter-spacing:.14em;
text-transform:uppercase;color:var(--gold-d);display:block;margin-bottom:.35rem}

/* ---------- mobil fejléc ---------- */
.topbar{display:none}
#navtog{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

.content{margin-left:var(--nav)}

/* ---------- hero ---------- */
.hero{padding-block:clamp(2.5rem,5vw,4rem) var(--sec)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:center}
.hero-copy{text-align:left}
.hero h1{margin-bottom:1rem}
.hero .lead{max-width:34rem;margin-bottom:1.8rem}
.hero .cta{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:flex-start}
.proof{display:flex;align-items:center;gap:.7rem;margin-top:1.7rem;color:var(--muted);font-size:.9rem}
.stars{display:inline-flex;gap:2px}
.stars svg{width:17px;height:17px;fill:var(--gold)}
.hero-art{border:1px solid var(--line2);border-top:2px solid var(--gold);border-radius:var(--rad);
overflow:hidden;background:var(--white);box-shadow:0 20px 50px rgba(87,0,19,.07)}

/* ---------- kártyák / rácsok ---------- */
.grid{display:grid;gap:1.25rem}
.g2{grid-template-columns:repeat(2,1fr)}
.g3{grid-template-columns:repeat(3,1fr)}
.card{background:var(--white);border:1px solid var(--line2);border-top:2px solid var(--gold);
border-radius:var(--rad);padding:1.6rem;transition:box-shadow .3s,transform .3s}
.card:hover{box-shadow:0 14px 36px rgba(87,0,19,.08);transform:translateY(-2px)}
.card h3{margin-bottom:.5rem}
.card p{color:var(--muted);margin:0;font-size:.96rem}
.card .ic{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;
display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--primary)}
.card .ic svg{width:22px;height:22px;stroke:currentColor;fill:none}

/* ---------- tématerület chipek ---------- */
.topics{display:flex;flex-wrap:wrap;gap:.6rem}
.chip{font-family:var(--f-label);font-size:.85rem;font-weight:500;color:var(--ink);
background:var(--surface3);border:1px solid var(--line2);border-radius:999px;
padding:.5rem .95rem;line-height:1.4}

/* ---------- definíció / idézet ---------- */
.creed{background:var(--primary);color:#fff;border-radius:var(--rad);
padding:clamp(1.8rem,4vw,3rem);position:relative}
.creed .eyebrow{color:var(--gold)}
.creed p{font-family:var(--f-head);font-size:clamp(1.25rem,2.2vw,1.7rem);
line-height:1.4;margin:0;color:#fff;font-weight:500}

/* ---------- két oszlop ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,3rem)}
.split h3{color:var(--primary)}
.list-clean{list-style:none;margin:0;padding:0}
.list-clean li{padding:.7rem 0 .7rem 1.7rem;position:relative;border-bottom:1px solid var(--line2);
color:var(--muted)}
.list-clean li:last-child{border-bottom:0}
.list-clean li::before{content:"";position:absolute;left:0;top:1.05rem;width:9px;height:9px;
border:1.5px solid var(--gold);border-radius:50%}

/* ---------- árak ---------- */
.price{background:var(--white);border:1px solid var(--line2);border-radius:var(--rad);
padding:1.8rem;display:flex;flex-direction:column;border-top:2px solid var(--line)}
.price.feat{border-top:3px solid var(--gold);box-shadow:0 16px 40px rgba(87,0,19,.1)}
.price .tag{font-family:var(--f-label);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;
color:var(--gold-d);margin-bottom:.7rem;font-weight:600}
.price h3{margin-bottom:.3rem}
.price .amt{font-family:var(--f-head);font-size:2rem;color:var(--primary);font-weight:700;margin:.4rem 0 1rem}
.price ul{list-style:none;margin:0 0 1.5rem;padding:0;flex:1}
.price li{padding:.5rem 0 .5rem 1.6rem;position:relative;color:var(--muted);font-size:.94rem;border-bottom:1px solid var(--line2)}
.price li::before{content:"";position:absolute;left:0;top:.85rem;width:8px;height:8px;background:var(--gold);border-radius:50%}

/* ---------- GYIK ---------- */
.faq details{border:1px solid var(--line2);border-radius:var(--rad-s);margin-bottom:.7rem;background:var(--white)}
.faq summary{cursor:pointer;padding:1.1rem 1.3rem;font-family:var(--f-head);font-weight:600;
font-size:1.08rem;color:var(--primary);list-style:none;display:flex;justify-content:space-between;gap:1rem;align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.5rem;color:var(--gold-d);font-family:var(--f-body);line-height:1}
.faq details[open] summary::after{content:"–"}
.faq .ans{padding:0 1.3rem 1.2rem;color:var(--muted)}
.faq .ans p{margin:0}

/* ---------- kapcsolat / űrlap ---------- */
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(1.5rem,4vw,2.75rem);align-items:start}
.form{background:var(--white);border:1px solid var(--line2);border-top:2px solid var(--gold);
border-radius:var(--rad);padding:clamp(1.5rem,3vw,2.2rem)}
.field{margin-bottom:1.15rem}
.field.row{display:grid;grid-template-columns:1fr 1fr;gap:1.15rem;margin-bottom:0}
.field label{display:block;font-family:var(--f-label);font-size:.78rem;font-weight:600;
letter-spacing:.04em;color:var(--ink);margin-bottom:.4rem;text-transform:uppercase}
.field input,.field select,.field textarea{width:100%;font-family:var(--f-body);font-size:1rem;
color:var(--ink);background:var(--surface2);border:1px solid var(--line2);border-radius:var(--rad-s);
padding:.8rem .95rem;transition:border-color .2s,box-shadow .2s}
.field textarea{min-height:130px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--gold);
background:var(--white);box-shadow:0 0 0 3px rgba(204,167,48,.22)}
.field input::placeholder,.field textarea::placeholder{color:#8c7071}
.consent{display:flex;gap:.6rem;align-items:flex-start;font-size:.86rem;color:var(--muted);margin:.2rem 0 1.3rem}
.consent input{width:22px;height:22px;margin-top:.1rem;accent-color:var(--primary);flex:none}
.form .btn-primary{width:100%;justify-content:center}
.info-card{background:var(--surface2);border:1px solid var(--line2);border-radius:var(--rad);padding:1.7rem;margin-bottom:1.25rem}
.info-row{display:flex;gap:.9rem;align-items:flex-start;padding:.85rem 0;border-bottom:1px solid var(--line2)}
.info-row:last-child{border-bottom:0}
.info-row .ic{width:38px;height:38px;border-radius:50%;background:var(--white);border:1px solid var(--line);
display:flex;align-items:center;justify-content:center;color:var(--primary);flex:none}
.info-row .ic svg{width:18px;height:18px;stroke:currentColor;fill:none}
.info-row .lbl{font-family:var(--f-label);font-size:.66rem;letter-spacing:.13em;text-transform:uppercase;color:var(--gold-d);margin-bottom:.15rem}
.info-row a,.info-row span{color:var(--ink);font-weight:500;overflow-wrap:anywhere}
.map{border:1px solid var(--line2);border-radius:var(--rad);overflow:hidden;height:280px}
.map iframe{width:100%;height:100%;border:0;display:block}

/* ---------- blog ---------- */
.postcard{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--line2);
border-radius:var(--rad);overflow:hidden;transition:box-shadow .3s,transform .3s}
.postcard:hover{box-shadow:0 16px 40px rgba(87,0,19,.09);transform:translateY(-3px)}
.postcard .thumb{aspect-ratio:16/9;border-bottom:1px solid var(--line2);background:var(--surface2)}
.postcard .pc-body{padding:1.4rem;display:flex;flex-direction:column;flex:1}
.postcard .meta{font-family:var(--f-label);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-d);margin-bottom:.6rem}
.postcard h3{font-size:1.16rem;margin-bottom:.55rem;line-height:1.25}
.postcard h3 a{color:var(--primary)}
.postcard p{color:var(--muted);font-size:.93rem;margin:0 0 1rem}
.postcard .more{margin-top:auto;font-family:var(--f-label);font-weight:600;font-size:.85rem;color:var(--primary2)}

/* ---------- cikk ---------- */
.article-head{max-width:52rem}
.article-head .meta{font-family:var(--f-label);font-size:.74rem;letter-spacing:.09em;text-transform:uppercase;color:var(--gold-d);margin-bottom:1rem}
.art-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:clamp(1.5rem,4vw,3rem);align-items:start}
.prose{max-width:100%;font-size:1.05rem}
.prose h2{margin-top:2.6rem;scroll-margin-top:5rem}
.prose figure{margin:1.8rem 0}
.prose figure img{width:100%;max-height:340px;object-fit:cover;border:1px solid var(--line2);border-top:2px solid var(--gold);border-radius:var(--rad)}
.prose figcaption{font-size:.82rem;color:var(--muted);margin-top:.5rem;font-style:italic}
.tldr{background:var(--surface2);border:1px solid var(--line2);border-left:3px solid var(--gold);
border-radius:var(--rad-s);padding:1.3rem 1.5rem;margin-bottom:2rem}
.tldr .lbl{font-family:var(--f-label);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-d);margin-bottom:.4rem;font-weight:600}
.tldr p{margin:0;color:var(--muted)}
.toc{background:var(--white);border:1px solid var(--line2);border-radius:var(--rad-s);padding:1.1rem 1.3rem;margin-bottom:2rem}
.toc .lbl{font-family:var(--f-label);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-d);margin-bottom:.6rem;font-weight:600}
.toc ol{margin:0;padding-left:1.1rem;color:var(--muted)}
.toc li{margin-bottom:.35rem}
.toc a{color:var(--muted)}.toc a:hover{color:var(--primary)}
.aside{position:sticky;top:1.5rem;display:flex;flex-direction:column;gap:1.1rem}
.aside .box{background:var(--surface2);border:1px solid var(--line2);border-top:2px solid var(--gold);border-radius:var(--rad);padding:1.4rem}
.aside .box h2{font-size:1.15rem;margin-bottom:.6rem;line-height:1.25}
.aside .box p{font-size:.9rem;color:var(--muted);margin-bottom:1rem}
.aside .box .btn{width:100%;justify-content:center}
.box-main{border-top:3px solid var(--gold)}
.box-eyebrow{font-family:var(--f-label);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-d);font-weight:600;display:block;margin-bottom:.5rem}
.box-list{list-style:none;margin:0 0 1.2rem;padding:0}
.box-list li{position:relative;padding:.45rem 0 .45rem 1.4rem;font-size:.9rem;color:var(--ink);border-bottom:1px solid var(--line2)}
.box-list li:last-child{border-bottom:0}
.box-list li::before{content:"";position:absolute;left:0;top:.8rem;width:7px;height:7px;background:var(--gold);border-radius:50%}
.box-tel{display:block;text-align:center;margin-top:.75rem;font-family:var(--f-label);font-weight:600;color:var(--primary)}
.box-facts dl{margin:0;display:grid;gap:.5rem}
.box-facts .fact{display:flex;justify-content:space-between;gap:1rem;font-size:.85rem;border-bottom:1px solid var(--line2);padding-bottom:.5rem}
.box-facts .fact:last-child{border-bottom:0;padding-bottom:0}
.box-facts .fact dt{color:var(--muted);margin:0}
.box-facts .fact dd{margin:0;color:var(--ink);font-weight:600;text-align:right}
/* szerzo byline + social */
.byline{display:flex;align-items:center;gap:.9rem;margin:1.3rem 0 0;padding:1rem 0;border-top:1px solid var(--line2);border-bottom:1px solid var(--line2);flex-wrap:wrap}
.byline-av{width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:var(--white);display:flex;align-items:center;justify-content:center;flex:none}
.byline-av svg{width:30px;height:30px}
.byline-txt{display:flex;flex-direction:column;gap:.1rem;margin-right:auto}
.byline-name{font-family:var(--f-head);font-weight:600;color:var(--primary);font-size:1rem}
.byline-role{font-size:.8rem;color:var(--muted)}
.byline-social{display:flex;gap:.45rem;flex-wrap:wrap}
.soc{width:36px;height:36px;border-radius:50%;border:1px solid var(--line2);display:flex;align-items:center;justify-content:center;color:var(--muted);transition:color .2s,border-color .2s,background .2s}
.soc:hover{color:var(--primary);border-color:var(--gold);background:var(--surface2)}
.soc svg{width:18px;height:18px}
.author-social{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;margin:0 0 1.6rem;padding:1rem 0;border-top:1px solid var(--line2);border-bottom:1px solid var(--line2)}
.author-social-lbl{font-family:var(--f-label);font-size:.7rem;letter-spacing:.13em;text-transform:uppercase;color:var(--gold-d);font-weight:600}
.breadcrumb{font-family:var(--f-label);font-size:.8rem;color:var(--muted);margin-bottom:1.4rem}
.breadcrumb a{color:var(--muted)}.breadcrumb a:hover{color:var(--primary)}
.breadcrumb span{color:var(--line)}

/* ---------- lábléc ---------- */
.footer{background:var(--surface3);border-top:1px solid var(--line2);margin-left:var(--nav);position:relative}
.footer::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold),transparent 55%)}
.foot-top{display:grid;grid-template-columns:1.7fr 1.2fr .85fr .85fr;gap:2.2rem;padding-block:2.8rem}
.foot-brand{display:flex;align-items:center;gap:.6rem;margin-bottom:.85rem}
.foot-brand svg{width:34px;height:34px}
.foot-brand b{font-family:var(--f-head);font-size:1.2rem;color:var(--primary)}
.foot-tag{color:var(--muted);font-size:.9rem;max-width:26rem;margin:0 0 1.2rem}
.foot-social{display:flex;gap:.45rem}
.foot-h{font-family:var(--f-label);font-size:.7rem;letter-spacing:.13em;text-transform:uppercase;
color:var(--gold-d);font-weight:600;margin:0 0 .95rem}
.foot-col a{display:block;width:fit-content;color:var(--muted);font-size:.9rem;padding:.25rem 0;overflow-wrap:anywhere;transition:color .2s,transform .2s}
.foot-col a:hover{color:var(--primary);transform:translateX(3px)}
.foot-contact .foot-cline{display:flex;align-items:center;gap:.6rem;padding:.32rem 0;width:auto}
.foot-contact .fic{width:28px;height:28px;border-radius:50%;background:var(--white);border:1px solid var(--line2);display:flex;align-items:center;justify-content:center;flex:none;color:var(--primary);transition:border-color .2s}
.foot-contact .fic svg{width:15px;height:15px;stroke:currentColor;fill:none}
.foot-contact .foot-cline:hover{transform:none}
.foot-contact .foot-cline:hover .fic{border-color:var(--gold)}
.foot-bottom{border-top:1px solid var(--line2);padding-block:1.3rem;display:flex;
justify-content:space-between;flex-wrap:wrap;gap:.8rem;font-size:.84rem;color:var(--muted)}
.foot-legal{display:flex;gap:1.3rem;flex-wrap:wrap}
.foot-bottom a{color:var(--muted)}.foot-bottom a:hover{color:var(--primary)}
.testnote{background:#b01919;color:#fff;text-align:center;padding:.95rem 1.25rem;
font-size:.86rem;line-height:1.55;margin-left:var(--nav);font-family:var(--f-label)}

/* ---------- reszponzív ---------- */
@media(max-width:960px){
:root{--sec:clamp(2.5rem,7vw,3.5rem)}
.sidebar{display:none}
.content,.footer,.testnote{margin-left:0}
.topbar{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;
height:60px;padding:0 1.1rem;background:rgba(252,249,241,.9);backdrop-filter:blur(12px);
border-bottom:1px solid var(--line2);z-index:70}
.topbar .brand{border:0;margin:0;padding:0}
.topbar .brand b{font-size:1.05rem}
.burger{display:flex;flex-direction:column;gap:4px;background:none;border:0;cursor:pointer;padding:8px}
.burger span{width:22px;height:2px;background:var(--primary);border-radius:2px;transition:.25s}
.mobile-nav{position:fixed;inset:60px 0 auto 0;background:var(--surface2);border-bottom:1px solid var(--line2);
max-height:0;overflow:hidden;transition:max-height .3s ease;z-index:65}
#navtog:checked~.mobile-nav{max-height:80vh;overflow:auto}
#navtog:checked~.topbar .burger span:nth-child(1){transform:translateY(6px) rotate(45deg)}
#navtog:checked~.topbar .burger span:nth-child(2){opacity:0}
#navtog:checked~.topbar .burger span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.mobile-nav a{display:block;padding:.9rem 1.3rem;color:var(--muted);font-family:var(--f-label);
font-weight:500;border-bottom:1px solid var(--line2)}
.mobile-nav a:last-child{border-bottom:0}
.hero-grid{grid-template-columns:1fr}
.hero-art{order:-1}
.g3,.g2,.split,.contact-grid,.art-grid,.field.row{grid-template-columns:1fr}
.aside{position:static}
.foot-top{grid-template-columns:1fr 1fr;gap:1.8rem}
.foot-brand-col{grid-column:1/-1}
}
@media(max-width:560px){
.foot-top{grid-template-columns:1fr}
.foot-brand{margin-bottom:.6rem}
.btn{width:100%;justify-content:center}
.hero .cta{flex-direction:column}
}
:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:2px}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto}}