
:root{--ink:#17202a;--muted:#5d625f;--cream:#fbf6ec;--paper:#fffdf8;--line:#e3d8c3;--gold:#c9972e;--accent:#0c1b2a;--accent2:#213c57;--red:#8d2020;--green:#254d34;--shadow:0 12px 30px rgba(31,25,16,.08);--wrap:min(1500px,94vw)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font:17px/1.65 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}a{color:var(--red);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.wrap{width:var(--wrap);margin:auto}.utility{background:var(--accent);color:#fff;font-size:.9rem}.utility .wrap{display:flex;justify-content:space-between;gap:1rem;padding:.38rem 0}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,253,248,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(8px)}.header-row{display:flex;align-items:center;gap:1.5rem;min-height:92px}.brand{display:flex;align-items:center;gap:.8rem;color:var(--accent);min-width:320px}.brand:hover{text-decoration:none}.brand-mark{width:72px;height:72px;flex:0 0 auto}.brand-copy{display:block}.brand-copy strong,.brand-copy span,.brand-copy small{display:block}.brand-copy strong{font:700 1.18rem/1.05 Georgia,serif}.brand-copy span{font:700 2rem/1 Georgia,serif;color:var(--gold)}.brand-copy small{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--ink);margin-top:.25rem}.main-nav{margin-left:auto;display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;justify-content:flex-end}.main-nav a{color:var(--ink);font-weight:750;font-size:.86rem;text-transform:uppercase;letter-spacing:.035em}.main-nav a.active{color:var(--red);border-bottom:2px solid var(--red);padding-bottom:.35rem}.menu-toggle{display:none;margin-left:auto;border:1px solid var(--line);background:#fff;border-radius:.5rem;padding:.55rem .7rem;font-size:1.3rem}.lang-link{border:1px solid var(--gold);padding:.35rem .55rem;border-radius:.35rem}.hero{background:linear-gradient(90deg,rgba(8,13,18,.95) 0%,rgba(8,13,18,.82) 42%,rgba(8,13,18,.12) 70%),var(--hero) center/cover;min-height:420px;color:white;display:flex;align-items:center}.hero-copy{max-width:660px;padding:4rem 0}.hero h1{font:700 clamp(2.5rem,5vw,5.2rem)/.98 Georgia,serif;margin:0 0 1rem}.hero h1 em{display:block;color:#e5b74f;font-weight:500}.hero p{font-size:1.16rem;max-width:620px}.buttons{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.6rem}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff!important;border:1px solid var(--red);padding:.8rem 1.05rem;border-radius:.35rem;font-weight:800;text-transform:uppercase;font-size:.85rem;letter-spacing:.03em}.btn.alt{background:transparent;border-color:#e6bc62}.benefits{background:#fff;border-bottom:1px solid var(--line)}.benefit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.benefit{padding:1.3rem;border-right:1px solid var(--line);display:flex;gap:.8rem}.benefit:last-child{border:0}.icon{width:44px;height:44px;border-radius:50%;background:#f6ead0;color:#8c6417;display:grid;place-items:center;font-size:1.2rem;flex:0 0 auto}.benefit strong{display:block;font-family:Georgia,serif}.section{padding:3.5rem 0}.section.alt{background:var(--cream)}.section-head{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.4rem}.section h2,.article h1,.page-hero h1{font-family:Georgia,serif;color:var(--accent)}.section h2{font-size:2rem;margin:0}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--line);border-radius:.55rem;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.card img{width:100%;aspect-ratio:16/9;object-fit:cover}.card-body{padding:1.1rem;display:flex;flex-direction:column;flex:1}.card h3{font:700 1.25rem/1.2 Georgia,serif;margin:.1rem 0 .6rem;color:var(--accent)}.card p{color:var(--muted);margin:.2rem 0 1rem}.card .more{margin-top:auto;font-weight:800}.two-col{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:2.2rem}.sidebar-box,.quick-box,.tool-box,.notice{background:#fff;border:1px solid var(--line);border-radius:.55rem;padding:1.25rem;margin-bottom:1.2rem;box-shadow:var(--shadow)}.sidebar-box h2,.sidebar-box h3,.quick-box h2{margin-top:0;font-family:Georgia,serif;color:var(--accent)}.topic-list{list-style:none;padding:0;margin:0}.topic-list li{border-bottom:1px solid var(--line)}.topic-list a{display:flex;justify-content:space-between;padding:.65rem 0;color:var(--ink)}.page-hero{padding:3.7rem 0;background:linear-gradient(135deg,var(--cream),#fff);border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(2.2rem,4vw,4rem);margin:0 0 .7rem}.breadcrumbs{font-size:.88rem;color:var(--muted);margin-bottom:.8rem}.article-layout{display:grid;grid-template-columns:minmax(0,850px) 320px;gap:2.4rem;align-items:start}.article{padding:3rem 0}.article h1{font-size:clamp(2.3rem,4vw,4rem);line-height:1.05;margin:.2rem 0 1rem}.article h2{margin-top:2.1rem;font:700 1.65rem/1.2 Georgia,serif;color:var(--accent)}.article .lede{font-size:1.2rem;color:#3e4642}.article-meta{color:var(--muted);font-size:.9rem;border-bottom:1px solid var(--line);padding-bottom:1rem;margin-bottom:1.4rem}.related{margin-top:3rem;border-top:1px solid var(--line);padding-top:2rem}.tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.tool-box label{display:block;font-weight:750;margin:.65rem 0 .25rem}.tool-box input,.tool-box select,.tool-box textarea{width:100%;padding:.7rem;border:1px solid #bfb49e;border-radius:.35rem;background:#fff;font:inherit}.tool-result{margin-top:1rem;padding:1rem;background:#f6f1e6;border-left:4px solid var(--gold);white-space:pre-line}.site-footer{background:var(--accent);color:#fff;padding:3rem 0 1rem}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:2rem}.site-footer h3{font-family:Georgia,serif;color:#e5b74f;margin-top:0}.site-footer a{display:block;color:#fff;margin:.25rem 0}.footer-brand{color:#fff;min-width:0}.footer-brand .brand-copy span{color:#e5b74f}.footer-brand .brand-copy small{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid rgba(255,255,255,.2);padding-top:1rem;margin-top:2rem;font-size:.88rem}.legal-links{display:flex;gap:.8rem;flex-wrap:wrap}.search-box input{width:100%;padding:.75rem;border:1px solid var(--line)}.filter-row{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1.2rem}.filter-row button{border:1px solid var(--line);background:#fff;padding:.5rem .75rem;border-radius:999px}.filter-row button.active{background:var(--accent);color:#fff}.tag{display:inline-block;background:#f2ead9;color:#5e4618;border-radius:999px;padding:.2rem .55rem;font-size:.75rem;font-weight:750}.safety-note{background:#fff7e4;border:1px solid #e3c782;border-left:5px solid #b57b13;padding:1rem;border-radius:.4rem}.source-list li{margin:.5rem 0}.hide{display:none!important}
@media(max-width:1100px){.brand{min-width:270px}.main-nav{gap:.75rem}.main-nav a{font-size:.78rem}.benefit-grid{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.header-row{min-height:78px}.brand{min-width:0}.brand-mark{width:58px;height:58px}.brand-copy span{font-size:1.55rem}.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;padding:1rem 3vw;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}.hero{min-height:440px;background-position:62% center}.hero-copy{padding:3rem 0}.two-col,.article-layout{grid-template-columns:1fr}.sidebar{order:2}.footer-grid{grid-template-columns:repeat(2,1fr)}.tool-grid{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){body{font-size:16px}.utility .wrap{justify-content:center}.utility span:last-child{display:none}.brand-copy strong{font-size:.95rem}.brand-copy span{font-size:1.25rem}.brand-copy small{font-size:.55rem}.hero{min-height:500px;background-position:72% center}.hero h1{font-size:2.7rem}.benefit-grid,.grid,.grid.four,.footer-grid{grid-template-columns:1fr}.benefit{border-right:0;border-bottom:1px solid var(--line)}.footer-bottom{flex-direction:column}.section{padding:2.6rem 0}.article{padding:2rem 0}.buttons{flex-direction:column;align-items:stretch}}
