*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--parchment:#f5f2ed;--white:#ffffff;--stone:#a79b8f;--stone-dark:#6b5f55;--stone-light:#d9d2ca;--ink:#2a2520;--ink-light:#4e4540;--muted:#8a8078;--accent:#7d6354;--accent-lt:#b8afa8;--accent-bg:#efeae4;--tag-bg:#e8e3dc;--nav-bg:#f0ece6;--nav-border:#d5cfc8;--serif:'EB Garamond', Georgia, serif;--sans:'Raleway', Helvetica, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--sans);color:var(--ink);background:var(--parchment);font-size:16px;line-height:1.75}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--ink)}img{max-width:100%;height:auto;display:block}.hero{position:relative;background:var(--ink);min-height:400px;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"img txt";overflow:hidden}.hero-image{grid-area:img;position:relative;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 20%;filter:sepia(.15)contrast(1.05);display:block}.hero-text{grid-area:txt;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:3.5rem 3.5rem 3.5rem 3rem;background:var(--ink)}.hero-text::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% 60%,rgba(167,155,143,.1) 0%,transparent 70%);pointer-events:none}.hero-eyebrow{font-family:var(--sans);font-size:.83rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--stone);margin-bottom:1.1rem}.hero h1{font-family:var(--serif);font-size:clamp(2rem,3.2vw,3.2rem);font-weight:400;color:var(--parchment);line-height:1.12;margin-bottom:1.1rem}.hero h1 em{font-style:italic;color:var(--accent-lt)}.hero-rule{width:2.5rem;height:1px;background:var(--stone);margin-bottom:1.1rem}.hero-tagline{font-family:var(--serif);font-size:clamp(1rem,1.4vw,1.15rem);font-style:italic;color:var(--accent-lt);line-height:1.65}.hero-sub{margin-top:.85rem;font-size:.8rem;color:rgba(245,242,237,.42);letter-spacing:.04em;line-height:1.6}@media(max-width:720px){.hero{grid-template-columns:1fr;grid-template-areas:"txt";min-height:340px}.hero-image{grid-area:unset;position:absolute;inset:0;z-index:0}.hero-image img{opacity:.58;filter:sepia(.3)contrast(1.1)grayscale(.4)}.hero::after{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient( 135deg,rgba(42,37,32,.82) 0%,rgba(42,37,32,.7) 100% )}.hero-text{grid-area:txt;position:relative;z-index:2;background:0 0;padding:2.5rem 1.6rem 2.8rem}.hero h1{font-size:clamp(1.9rem,7vw,2.8rem)}.hero-tagline{font-size:1rem}}@media(max-width:400px){.hero{min-height:300px}.hero-text{padding:2rem 1.2rem 2.4rem}.hero h1{font-size:clamp(1.7rem,8vw,2.2rem)}}.site-nav{background:var(--nav-bg);position:sticky;top:0;z-index:200;border-bottom:1px solid var(--nav-border);box-shadow:0 1px 4px rgba(42,37,32,6%)}.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.nav-brand{font-family:var(--serif);font-size:1rem;font-style:italic;color:var(--ink);padding:.8rem 0;letter-spacing:.01em}.nav-links{display:flex;list-style:none}.nav-links a{display:block;font-family:var(--sans);font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-light);padding:.85rem 1rem;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.nav-links a:hover{color:var(--ink)}.nav-links a.active{color:var(--accent);border-bottom-color:var(--accent)}@media(max-width:720px){.nav-brand{display:none}.nav-links a{padding:.85rem .65rem;font-size:.63rem}}@media(max-width:400px){.nav-links a{padding:.85rem .45rem;font-size:.6rem;letter-spacing:.08em}}.site-body{max-width:1200px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:1fr 290px;gap:4rem}.site-body.full{grid-template-columns:1fr;max-width:860px}@media(max-width:720px){.site-body{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:480px){.site-body{padding:2rem 1.2rem}}.post-card{padding-bottom:2.5rem;margin-bottom:2.5rem;border-bottom:1px solid var(--stone-light);animation:fadeUp .4s ease both}.post-card:last-child{border-bottom:none}@keyframes fadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.post-card-thumb{width:100%;height:210px;object-fit:cover;margin-bottom:1rem;border:1px solid var(--stone-light)}.post-meta{font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.post-card h2{font-family:var(--serif);font-size:1.45rem;font-weight:400;line-height:1.3;margin-bottom:.5rem}.post-card h2 a{color:var(--ink)}.post-card h2 a:hover{color:var(--accent)}.post-card .summary{color:var(--ink-light);font-size:.92rem;margin-bottom:.85rem}.post-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.9rem}.tag{font-size:.62rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:var(--tag-bg);color:var(--muted);padding:.18rem .55rem;border-radius:2px}.btn-read{display:inline-block;font-family:var(--sans);font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent);padding:.3rem .85rem;transition:background .2s,color .2s}.btn-read:hover{background:var(--accent);color:var(--white)}.post-header{margin-bottom:2rem;padding-bottom:1.4rem;border-bottom:1px solid var(--stone-light)}.post-header h1{font-family:var(--serif);font-size:clamp(1.5rem,3vw,2.1rem);font-weight:400;line-height:1.25}.post-hero-img{width:100%;max-height:460px;object-fit:cover;margin-bottom:2rem;border:1px solid var(--stone-light)}.post-body{font-size:.95rem;line-height:1.85;color:var(--ink-light)}.post-body h2{font-family:var(--serif);font-size:1.2rem;font-weight:400;color:var(--ink);margin:2rem 0 .5rem}.post-body h3{font-family:var(--sans);font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:1.5rem 0 .4rem}.post-body p{margin-bottom:.9rem}.post-body ul{margin:.4rem 0 1rem 1.35rem}.post-body ul li{margin-bottom:.4rem}.post-body strong{color:var(--ink);font-weight:600}.post-body hr{border:none;border-top:1px solid var(--stone-light);margin:2rem 0}.facts-box{background:var(--accent-bg);border-left:3px solid var(--stone);padding:1rem 1.4rem;margin:1.4rem 0;font-size:.9rem}.facts-box p{margin-bottom:.3rem}.facts-box p:last-child{margin-bottom:0}.img-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0}.img-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.8rem;margin:1.5rem 0}@media(max-width:600px){.img-grid-2,.img-grid-3{grid-template-columns:1fr}}.img-grid-2 img{height:250px;width:100%;object-fit:cover;border:1px solid var(--stone-light)}.img-grid-3 img{height:180px;width:100%;object-fit:cover;border:1px solid var(--stone-light)}.img-full{width:100%;margin:1.5rem 0;border:1px solid var(--stone-light);max-height:480px;object-fit:cover}.img-caption{font-size:.74rem;color:var(--muted);margin-top:.35rem;font-style:italic;text-align:center}.compare-label{font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.35rem}.back-link{display:inline-block;font-size:.78rem;color:var(--muted);margin-bottom:1.8rem;transition:color .2s}.back-link:hover{color:var(--accent)}.sidebar-widget{background:var(--white);border:1px solid var(--stone-light);padding:1.4rem;margin-bottom:1.4rem}.sidebar-widget h3{font-family:var(--sans);font-size:.67rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.9rem;padding-bottom:.4rem;border-bottom:1px solid var(--stone-light)}.sidebar-widget p{font-size:.86rem;color:var(--ink-light);line-height:1.65}.sidebar-widget p+p{margin-top:.5rem}.sidebar-widget ul{list-style:none}.sidebar-widget ul li{border-bottom:1px solid var(--stone-light);padding:.38rem 0;font-size:.86rem}.sidebar-widget ul li:last-child{border-bottom:none}.sidebar-widget ul li a{color:var(--ink-light)}.sidebar-widget ul li a:hover{color:var(--accent)}.widget-thumb{width:100%;height:115px;object-fit:cover;margin-bottom:.8rem;border:1px solid var(--stone-light)}.contact-list{list-style:none!important}.contact-list li{display:flex;gap:.5rem;align-items:baseline;border:none!important;padding:.25rem 0!important}.contact-list .k{font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);min-width:52px}.section-intro{font-family:var(--serif);font-size:1.1rem;font-weight:400;font-style:italic;color:var(--ink-light);margin-bottom:2.5rem;max-width:620px;line-height:1.8}.leistungen-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}@media(max-width:600px){.leistungen-grid{grid-template-columns:1fr}}.l-card{background:var(--white);border:1px solid var(--stone-light);padding:1.4rem}.l-card .l-icon{font-size:1.3rem;margin-bottom:.45rem}.l-card h3{font-family:var(--serif);font-size:1rem;font-weight:400;color:var(--ink);margin-bottom:.4rem}.l-card p{font-size:.86rem;color:var(--ink-light);line-height:1.65}.leistungen-note{margin-top:2rem;font-size:.86rem;color:var(--muted)}.vita-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}@media(max-width:650px){.vita-grid{grid-template-columns:1fr;gap:2rem}}.vita-col h2{font-family:var(--serif);font-size:1.3rem;font-weight:400;margin-bottom:1.2rem;padding-bottom:.5rem;border-bottom:1px solid var(--stone-light)}.vita-entry{padding:.55rem 0;border-bottom:1px solid var(--stone-light);font-size:.9rem;color:var(--ink-light);line-height:1.6}.vita-entry:last-child{border-bottom:none}.vita-entry strong{color:var(--ink)}.k-card{background:var(--white);border:1px solid var(--stone-light);padding:1.7rem;margin-bottom:1.4rem;max-width:540px}.k-card h2{font-family:var(--sans);font-size:.67rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.k-row{display:flex;gap:.8rem;margin-bottom:.45rem;font-size:.92rem}.k-row .kl{color:var(--muted);min-width:72px;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.legal-wrap{max-width:700px}.legal-wrap .k-card{max-width:100%}.page-title{font-family:var(--serif);font-size:1.9rem;font-weight:400;margin-bottom:1.7rem}.site-footer{background:var(--ink);color:#f5f2ed;text-align:center;padding:1.8rem 2rem;font-family:var(--sans);font-size:.75rem;letter-spacing:.04em;margin-top:4rem}.site-footer a{color:#f57f1e}.site-footer a:hover{color:#3dfa04}.site-footer p+p{margin-top:.35rem}.footer-legal{margin-top:.8rem;padding-top:.8rem;border-top:1px solid rgba(245,242,237,.1)}.footer-legal a{color:#f57f1e;margin:0 .6rem;font-size:.72rem;letter-spacing:.05em}.footer-legal a:hover{color:#3dfa04}