@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');

:root { --t-ink:#171815; --t-paper:#f2efe8; --t-cream:#e7e0d4; --t-gold:#a97848; --t-line:rgba(23,24,21,.16); }
* { box-sizing:border-box; }
.premium-template { margin:0; background:var(--t-paper); color:var(--t-ink); font-family:"DM Sans",sans-serif; line-height:1.6; }
.premium-template a { color:inherit; text-decoration:none; }
.premium-template img { display:block; width:100%; }
.t-wrap { width:min(1180px,calc(100% - 48px)); margin:auto; }
.t-nav { height:92px; display:flex; align-items:center; justify-content:space-between; gap:30px; border-bottom:1px solid var(--t-line); }
.t-brand { font-family:"Manrope"; font-size:.86rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.t-nav nav { display:flex; gap:30px; font-size:.85rem; font-weight:600; }
.t-button { display:inline-flex; align-items:center; justify-content:center; min-height:50px; padding:0 22px; border-radius:999px; background:var(--t-ink); color:#fff!important; font-weight:700; font-size:.86rem; transition:.25s ease; }
.t-button:hover { transform:translateY(-2px); box-shadow:0 14px 35px rgba(0,0,0,.16); }
.t-button.light { background:#fff; color:var(--t-ink)!important; }
.template-back { position:fixed; z-index:50; right:18px; bottom:18px; padding:11px 16px; border-radius:999px; background:rgba(255,255,255,.94); color:#171815!important; border:1px solid rgba(0,0,0,.12); box-shadow:0 14px 35px rgba(0,0,0,.16); font-size:.78rem; font-weight:700; backdrop-filter:blur(12px); }
.t-hero { min-height:720px; display:grid; grid-template-columns:1.05fr .95fr; }
.t-hero-copy { display:flex; flex-direction:column; justify-content:center; padding:80px max(24px,calc((100vw - 1180px)/2)); padding-right:70px; }
.t-hero-media { min-height:720px; overflow:hidden; }
.t-hero-media img { height:100%; object-fit:cover; transition:transform 1s ease; }
.t-hero:hover .t-hero-media img { transform:scale(1.025); }
.t-kicker { display:block; color:var(--t-gold); font-size:.72rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase; margin-bottom:26px; }
.t-display { font-family:"Playfair Display"; font-size:clamp(4rem,7vw,7.8rem); font-weight:500; line-height:.84; letter-spacing:-.055em; margin:0 0 30px; }
.t-lead { max-width:520px; color:#646058; font-size:1.08rem; margin:0 0 32px; }
.t-meta { display:flex; gap:28px; margin-top:38px; padding-top:22px; border-top:1px solid var(--t-line); font-size:.76rem; text-transform:uppercase; letter-spacing:.09em; }
.t-section { padding:110px 0; }
.t-section.dark { background:var(--t-ink); color:#fff; }
.t-section.cream { background:var(--t-cream); }
.t-section-head { display:grid; grid-template-columns:.8fr 1.2fr; gap:60px; align-items:start; margin-bottom:58px; }
.t-title { font-family:"Playfair Display"; font-size:clamp(3rem,5vw,5.5rem); font-weight:500; line-height:.95; letter-spacing:-.045em; margin:0; }
.t-copy { max-width:600px; color:#69645c; font-size:1.02rem; }
.dark .t-copy { color:rgba(255,255,255,.66); }
.t-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.t-card { padding:30px; border:1px solid var(--t-line); background:rgba(255,255,255,.45); min-height:280px; display:flex; flex-direction:column; justify-content:space-between; }
.dark .t-card { border-color:rgba(255,255,255,.18); background:rgba(255,255,255,.035); }
.t-card .number { color:var(--t-gold); font-size:.74rem; font-weight:700; letter-spacing:.12em; }
.t-card h3 { font-family:"Manrope"; font-size:1.35rem; letter-spacing:-.03em; margin:0 0 8px; }
.t-card p { margin:0; color:#6d685f; }
.dark .t-card p { color:rgba(255,255,255,.62); }
.t-gallery { display:grid; grid-template-columns:1.2fr .8fr; gap:18px; }
.t-gallery img { height:520px; object-fit:cover; }
.t-list { border-top:1px solid var(--t-line); }
.t-row { display:grid; grid-template-columns:1fr auto; gap:20px; padding:20px 0; border-bottom:1px solid var(--t-line); }
.t-row strong { font-family:"Playfair Display"; font-size:1.35rem; font-weight:500; }
.t-row small { display:block; color:#777269; margin-top:3px; }
.t-row b { color:var(--t-gold); }
.t-cta { padding:95px 0; text-align:center; background:var(--t-gold); color:#fff; }
.t-cta .t-title { max-width:850px; margin:0 auto 30px; }
.t-footer { padding:34px 0; border-top:1px solid var(--t-line); }
.t-footer .t-wrap { display:flex; justify-content:space-between; color:#777269; font-size:.8rem; }

/* Villanyszerelő: ugyanaz a prémium rendszer, technikaibb hangsúllyal. */
.technical { --t-gold:#b59255; --t-paper:#ecece8; --t-cream:#dfe1dc; }
.technical .t-hero-copy { background:#1b2224; color:#fff; }
.technical .t-lead { color:rgba(255,255,255,.68); }
.technical .t-meta { border-color:rgba(255,255,255,.18); }
.technical .t-display { font-family:"Manrope"; font-weight:600; letter-spacing:-.07em; }

/* Magazin: csendes, szerkesztőségi ritmus. */
.editorial .t-nav { border-bottom:1px solid var(--t-line); }
.editorial-head { padding:90px 0 55px; text-align:center; }
.editorial-head .t-display { max-width:1000px; margin-left:auto; margin-right:auto; }
.editorial-head .t-lead { margin-left:auto; margin-right:auto; }
.editorial-image { height:min(72vh,760px); object-fit:cover; }
.editorial-article { display:grid; grid-template-columns:190px minmax(0,720px); justify-content:center; gap:70px; padding:95px 24px 120px; }
.editorial-meta { color:#777269; font-size:.78rem; text-transform:uppercase; letter-spacing:.08em; }
.editorial-body { font-family:Georgia,serif; font-size:1.16rem; line-height:1.85; }
.editorial-body p:first-child::first-letter { float:left; font-family:"Playfair Display"; color:var(--t-gold); font-size:6rem; line-height:.75; padding:10px 12px 0 0; }
.editorial-body h2 { font-family:"Playfair Display"; font-size:2.7rem; font-weight:500; line-height:1.08; margin:55px 0 18px; }
.editorial-quote { font-family:"Playfair Display"; font-size:2rem; line-height:1.3; border-left:3px solid var(--t-gold); padding-left:26px; margin:48px 0; }

@media(max-width:800px){
  .t-wrap{width:min(100% - 28px,1180px)}.t-nav{height:74px}.t-nav nav,.t-nav>.t-button{display:none}.t-hero{grid-template-columns:1fr}.t-hero-copy{padding:70px 22px}.t-hero-media{min-height:480px}.t-display{font-size:clamp(3.5rem,17vw,6rem)}.t-section{padding:75px 0}.t-section-head,.t-grid,.t-gallery{grid-template-columns:1fr}.t-section-head{gap:24px}.t-gallery img{height:420px}.t-card{min-height:230px}.t-footer .t-wrap{flex-direction:column;gap:6px}.editorial-head{padding:65px 0 40px}.editorial-image{height:52vh}.editorial-article{grid-template-columns:1fr;padding:65px 20px 90px}.editorial-meta{display:none}.template-back{right:10px;bottom:10px}
}
