*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
    font-family:'Source Serif Pro','Iowan Old Style','Georgia',serif;
    background:#fbf9f4;
    color:#1a1a1a;
    line-height:1.7;
    font-size:17px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
a{color:#2d5f4e;text-decoration:none;border-bottom:1px solid rgba(45,95,78,0.25);transition:border-color 0.15s}
a:hover{border-bottom-color:#2d5f4e}

.container{max-width:760px;margin:0 auto;padding:0 22px}

/* ===== HEADER ===== */
header.site-header{
    background:#fff;
    border-bottom:1px solid #e6e0d3;
    padding:18px 0;
    position:sticky;top:0;z-index:10;
    backdrop-filter:saturate(180%) blur(6px);
    background:rgba(255,255,255,0.96);
}
.brand-row{display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap}
.brand{font-family:'Playfair Display','Cormorant Garamond',Georgia,serif;font-size:24px;font-weight:700;color:#0d0d0d;border:none;letter-spacing:-0.5px}
.brand em{font-style:normal;color:#2d5f4e}
nav.site-nav{display:flex;gap:20px;font-family:-apple-system,system-ui,sans-serif;font-size:14px}
nav.site-nav a{color:#4a4a4a;border:none;font-weight:500}
nav.site-nav a:hover{color:#2d5f4e}

/* ===== HERO ===== */
.hero{padding:60px 0 42px;border-bottom:1px solid #e6e0d3}
.hero .eyebrow{font-family:-apple-system,system-ui,sans-serif;font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#8a7d63;font-weight:600;margin-bottom:14px}
.hero h1{font-family:'Playfair Display',Georgia,serif;font-size:42px;line-height:1.1;font-weight:700;color:#0d0d0d;margin-bottom:18px;letter-spacing:-0.8px}
.hero .lead{font-size:19px;color:#3a3a3a;max-width:620px;line-height:1.55}

/* ===== CONTENT ===== */
main{padding:30px 0 60px}
article h2,.content h2{font-family:'Playfair Display',Georgia,serif;font-size:26px;font-weight:700;color:#0d0d0d;margin:36px 0 14px;letter-spacing:-0.3px;line-height:1.25}
article h3,.content h3{font-family:'Playfair Display',Georgia,serif;font-size:20px;font-weight:700;color:#1a1a1a;margin:28px 0 10px}
article p,.content p{margin-bottom:16px}
article ul,article ol,.content ul,.content ol{margin:12px 0 18px 26px}
article li,.content li{margin-bottom:6px}
article strong{font-weight:600;color:#0d0d0d}
hr{border:none;border-top:1px solid #e6e0d3;margin:36px 0}

/* ===== ARTICLE CARDS ===== */
.cards{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:30px 0}
@media (max-width:640px){.cards{grid-template-columns:1fr}}
.card{border-bottom:1px solid #e6e0d3;padding-bottom:24px}
.card .cat{font-family:-apple-system,system-ui,sans-serif;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#8a7d63;font-weight:600;margin-bottom:8px}
.card h3{font-family:'Playfair Display',Georgia,serif;font-size:22px;line-height:1.25;font-weight:700;color:#0d0d0d;margin-bottom:10px;letter-spacing:-0.3px}
.card p{font-size:15px;color:#4a4a4a;line-height:1.55}

/* ===== CONTACT BOX ===== */
.contact-box{background:#fff;border:1px solid #e6e0d3;border-radius:3px;padding:28px 30px;margin:24px 0}
.contact-box .row{display:flex;gap:14px;margin-bottom:12px;align-items:baseline;font-size:15.5px}
.contact-box .row:last-child{margin-bottom:0}
.contact-box .lbl{font-family:-apple-system,system-ui,sans-serif;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#8a7d63;font-weight:600;min-width:110px;flex-shrink:0}
.contact-box .val{color:#1a1a1a}

/* ===== FOOTER ===== */
footer.site-footer{background:#0d0d0d;color:#a8a8a8;padding:40px 0 28px;font-family:-apple-system,system-ui,sans-serif;font-size:13px;line-height:1.65;margin-top:60px}
footer .brand{color:#fff;font-size:18px;margin-bottom:8px}
footer .brand em{color:#5db38f}
footer .tagline{color:#8a8a8a;margin-bottom:22px;font-size:13px}
footer .flinks{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:20px}
footer .flinks a{color:#c8c8c8;border:none;font-size:13px}
footer .flinks a:hover{color:#5db38f}
footer .meta{color:#6a6a6a;font-size:12px;padding-top:20px;border-top:1px solid #1f1f1f}

/* ===== EDITORIAL PAGES ===== */
.legal-body{font-size:16px;line-height:1.7;color:#2a2a2a}
.legal-body h2{font-size:22px;margin-top:32px;margin-bottom:12px}
.legal-body h3{font-size:17px;margin-top:22px;margin-bottom:8px;color:#0d0d0d}
.legal-body p{margin-bottom:14px}
.legal-body ul{margin:10px 0 14px 22px}
.legal-body .updated{color:#8a7d63;font-size:13px;font-family:-apple-system,system-ui,sans-serif;margin-bottom:24px}

.note{background:#fff;border-left:3px solid #2d5f4e;padding:14px 18px;margin:22px 0;font-size:15px;color:#3a3a3a}

@media (max-width:640px){
    .hero{padding:44px 0 32px}
    .hero h1{font-size:32px}
    .hero .lead{font-size:17px}
    article h2,.content h2{font-size:22px}
    .contact-box .row{flex-direction:column;gap:2px}
    .contact-box .lbl{min-width:auto}
}
