*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{--bg:#f5f0eb;--bg-alt:#e8e0d6;--bg-card:#fffcf8;--text:#2c2825;--text-light:#6b6460;--accent:#5a7a6b;--accent-dark:#3d5c4d;--accent-light:#8fb3a0;--border:#d4ccc4;--shadow:0 4px 24px rgba(44,40,37,.08);--radius:12px;--font-heading:'Cormorant Garamond',Georgia,serif;--font-body:'Inter','Source Sans 3',Helvetica,sans-serif;--font-display:'Playfair Display',Georgia,serif}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font-body);color:var(--text);background:var(--bg);line-height:1.7;-webkit-font-smoothing:antialiased}
a{color:var(--accent-dark);text-decoration:none;transition:color .2s}
a:hover{color:var(--accent)}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
.site-header{position:sticky;top:0;z-index:100;background:rgba(245,240,235,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 2rem}
.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:72px}
.logo{display:flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:var(--text)}
.logo-icon img{border-radius:6px}
.main-nav ul{display:flex;gap:2rem;align-items:center}
.main-nav a{font-size:.9rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase;color:var(--text-light);transition:color .2s}
.main-nav a:hover{color:var(--accent-dark)}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.burger span{display:block;width:26px;height:2px;background:var(--text);border-radius:2px;transition:transform .3s,opacity .3s}
.burger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.burger.active span:nth-child(2){opacity:0}
.burger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
@media(max-width:820px){
.main-nav{position:fixed;top:72px;left:0;right:0;background:rgba(245,240,235,.98);backdrop-filter:blur(12px);padding:2rem;transform:translateY(-120%);transition:transform .35s;border-bottom:1px solid var(--border)}
.main-nav.open{transform:translateY(0)}
.main-nav ul{flex-direction:column;gap:1.2rem}
.burger{display:flex}
}
.hero{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#2c3e3a 0%,#1a2a24 100%)}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.35}
.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:4rem 2rem;color:#fff}
.hero-content h1{font-family:var(--font-heading);font-size:3.2rem;font-weight:700;line-height:1.15;margin-bottom:1rem;max-width:700px}
.hero-content p{font-size:1.15rem;line-height:1.7;max-width:560px;opacity:.88;font-weight:300}
.section{max-width:1200px;margin:0 auto;padding:4rem 2rem}
.section-title{font-family:var(--font-heading);font-size:2.2rem;font-weight:600;margin-bottom:.6rem;color:var(--text)}
.section-subtitle{color:var(--text-light);font-size:1.05rem;margin-bottom:2.5rem;max-width:640px}
.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}
.article-card{background:var(--bg-card);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .25s,box-shadow .25s}
.article-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(44,40,37,.12)}
.article-card img{width:100%;height:220px;object-fit:cover}
.article-card-body{padding:1.6rem}
.article-card-body h3{font-family:var(--font-heading);font-size:1.4rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}
.article-card-body p{color:var(--text-light);font-size:.95rem;line-height:1.6;margin-bottom:1rem}
.article-card-body .read-link{font-weight:500;font-size:.88rem;text-transform:uppercase;letter-spacing:.04em;color:var(--accent-dark)}
.article-card-body .meta{font-size:.82rem;color:var(--text-light);margin-bottom:.8rem}
.split-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1200px;margin:0 auto;padding:4rem 2rem}
.split-section.reverse{direction:rtl}
.split-section.reverse>*{direction:ltr}
.split-section img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;height:380px;object-fit:cover}
.split-text h2{font-family:var(--font-heading);font-size:2rem;font-weight:600;margin-bottom:1rem}
.split-text p{color:var(--text-light);line-height:1.8;margin-bottom:1rem}
@media(max-width:768px){
.split-section{grid-template-columns:1fr;gap:1.5rem}
.split-section.reverse{direction:ltr}
.hero-content h1{font-size:2.2rem}
}
.info-strip{background:var(--bg-alt);padding:3rem 2rem}
.info-strip-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.info-card{background:var(--bg-card);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow)}
.info-card h3{font-family:var(--font-heading);font-size:1.3rem;margin-bottom:.7rem;color:var(--accent-dark)}
.info-card p{color:var(--text-light);font-size:.92rem;line-height:1.65}
@media(max-width:768px){
.info-strip-inner{grid-template-columns:1fr}
}
.article-page{max-width:820px;margin:0 auto;padding:3rem 2rem}
.article-page .article-hero{width:100%;height:380px;object-fit:cover;border-radius:var(--radius);margin-bottom:2rem;box-shadow:var(--shadow)}
.article-page h1{font-family:var(--font-heading);font-size:2.6rem;font-weight:700;line-height:1.2;margin-bottom:.8rem}
.article-page .article-meta{font-size:.88rem;color:var(--text-light);margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}
.article-page h2{font-family:var(--font-heading);font-size:1.8rem;font-weight:600;margin:2.5rem 0 1rem;color:var(--text)}
.article-page h3{font-family:var(--font-heading);font-size:1.35rem;font-weight:600;margin:2rem 0 .8rem}
.article-page p{margin-bottom:1.2rem;line-height:1.8;color:var(--text)}
.article-page ul,.article-page ol{margin:1rem 0 1.5rem 1.5rem;line-height:1.8}
.article-page li{margin-bottom:.4rem}
.article-page a{color:var(--accent-dark);border-bottom:1px solid var(--accent-light)}
.article-page a:hover{color:var(--accent);border-color:var(--accent)}
.article-page .related{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}
.article-page .related h3{font-family:var(--font-heading);font-size:1.5rem;margin-bottom:1rem}
.article-page .related ul{list-style:disc;margin-left:1.2rem}
.page-content{max-width:820px;margin:0 auto;padding:3rem 2rem}
.page-content h1{font-family:var(--font-heading);font-size:2.4rem;font-weight:700;margin-bottom:1.5rem}
.page-content h2{font-family:var(--font-heading);font-size:1.6rem;margin:2rem 0 1rem}
.page-content p{margin-bottom:1.2rem;line-height:1.8}
.page-content ul,.page-content ol{margin:1rem 0 1.5rem 1.5rem;line-height:1.8}
.page-content li{margin-bottom:.4rem}
.contact-form{background:var(--bg-card);padding:2.5rem;border-radius:var(--radius);box-shadow:var(--shadow);max-width:560px;margin:2rem 0}
.contact-form .form-group{margin-bottom:1.4rem}
.contact-form label{display:block;font-weight:500;margin-bottom:.4rem;font-size:.9rem}
.contact-form input,.contact-form textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:8px;font-family:var(--font-body);font-size:.95rem;background:var(--bg);transition:border-color .2s}
.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--accent)}
.contact-form textarea{resize:vertical;min-height:120px}
.contact-form .btn-submit{display:inline-block;padding:.8rem 2rem;background:var(--accent-dark);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s}
.contact-form .btn-submit:hover{background:var(--accent)}
.site-footer{background:#2c2825;color:#c4beb8;padding:3.5rem 2rem 0}
.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:2.5rem}
.footer-col h4{font-family:var(--font-heading);font-size:1.15rem;color:#fff;margin-bottom:1rem}
.footer-col p{font-size:.88rem;line-height:1.65}
.footer-col ul li{margin-bottom:.5rem}
.footer-col a{color:#a89e96;font-size:.88rem}
.footer-col a:hover{color:#fff}
.footer-bottom{max-width:1200px;margin:2.5rem auto 0;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;font-size:.82rem}
.footer-bottom a{color:#a89e96}
.footer-bottom a:hover{color:#fff}
@media(max-width:768px){
.footer-grid{grid-template-columns:1fr}
.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}
}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:rgba(44,40,37,.96);color:#e8e0d6;padding:1.2rem 2rem;z-index:999;display:none;backdrop-filter:blur(8px)}
.cookie-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.cookie-inner p{font-size:.88rem;line-height:1.5;flex:1}
.cookie-inner a{color:var(--accent-light)}
.cookie-buttons{display:flex;gap:.8rem}
.btn{padding:.6rem 1.4rem;border:none;border-radius:6px;font-size:.88rem;font-weight:500;cursor:pointer;transition:background .2s}
.btn-accept{background:var(--accent-dark);color:#fff}
.btn-accept:hover{background:var(--accent)}
.btn-reject{background:transparent;color:#c4beb8;border:1px solid rgba(255,255,255,.2)}
.btn-reject:hover{background:rgba(255,255,255,.08)}
.disclaimer-bar{background:var(--bg-alt);padding:.8rem 2rem;text-align:center;font-size:.78rem;color:var(--text-light);border-top:1px solid var(--border)}
.breadcrumb{font-size:.85rem;color:var(--text-light);margin-bottom:1.5rem}
.breadcrumb a{color:var(--accent-dark)}
.update-date{font-size:.82rem;color:var(--text-light);margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border)}