:root{--bg:#f8f3ee;--panel:#fff;--ink:#201815;--muted:#6c625d;--brand:#85533f;--brand2:#c89474;--soft:#efe1d6;--line:#eadbd0;--dark:#171316;--green:#355847}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.site-header{z-index:5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#f8f3eee6;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex;position:sticky;top:0}.logo{align-items:center;gap:10px;display:flex}.logo span{background:linear-gradient(135deg,var(--brand),var(--dark));color:#fff;border-radius:15px;place-items:center;width:40px;height:40px;font-weight:900;display:grid}.nav{gap:8px;font-size:14px;display:flex}.nav a{border-radius:999px;padding:9px 11px}.nav a:hover{background:#fff}.hero{color:#fff;background:linear-gradient(90deg,#120d0cd1,#120d0c40),url(https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=1600&q=80) 50%/cover;align-items:end;min-height:74vh;padding:82px 18px 36px;display:flex}.hero-content{max-width:820px}.eyebrow{text-transform:uppercase;letter-spacing:.13em;color:var(--brand);font-size:12px;font-weight:900}.hero .eyebrow,.detail-hero .eyebrow{color:#f3d3bf}h1{margin:10px 0 18px;font-family:Georgia,serif;font-size:clamp(36px,8vw,74px);line-height:.95}h2{margin:0 0 14px;font-family:Georgia,serif;font-size:31px}h3{margin:0 0 8px}p{color:var(--muted);line-height:1.65}.hero p,.detail-hero p{color:#fbefe8}.actions{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.btn{color:var(--ink);cursor:pointer;background:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;padding:12px 18px;font-weight:850;display:inline-flex}.btn.primary{background:var(--brand);color:#fff}.btn.ghost{color:#fff;background:#ffffff29;border:1px solid #ffffff73}.btn.full{width:100%}.trust-grid,.cards,.contact-grid{gap:14px;padding:18px;display:grid}.trust-grid{grid-template-columns:repeat(3,1fr);max-width:1120px;margin:-36px auto 0}.info,.card,.contact-card,.sidebox,.legal,.checklist{background:var(--panel);border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:0 16px 34px #462d2012}.info svg{color:var(--brand)}.section{max-width:1120px;margin:0 auto;padding:42px 18px}.section-head{margin-bottom:18px}.section-head p{max-width:780px}.cards{grid-template-columns:repeat(3,1fr);padding:0}.card{padding:0;overflow:hidden}.card img{object-fit:cover;width:100%;height:190px}.card div{padding:18px}.card-top{color:var(--brand);align-items:center;gap:8px;margin-bottom:8px;padding:0!important;display:flex!important}.card-top svg{width:18px;height:18px}.card small{text-transform:uppercase;letter-spacing:.08em;font-weight:900}.card span{color:var(--brand);align-items:center;font-weight:900;display:inline-flex}.page-title{max-width:930px;margin:0 auto;padding:66px 18px 24px}.page-title h1{color:var(--dark)}.detail-hero{color:#fff;background-position:50%;background-size:cover;align-items:end;min-height:460px;padding:100px 18px 34px;display:flex}.detail-hero>div{max-width:820px}.content-grid{grid-template-columns:minmax(0,1fr) 330px;gap:18px;max-width:1120px;margin:0 auto;padding:32px 18px;display:grid}.article,.sidebox{background:var(--panel);border:1px solid var(--line);border-radius:24px;padding:24px}.article section{border-bottom:1px solid var(--line);padding:10px 0 18px}.article section:last-child{border-bottom:0}.article li{color:var(--muted);margin:10px 0;line-height:1.6}.sidebox{align-self:start;position:sticky;top:86px}.sidebox.warn svg{color:#b45309}.sideitem{align-items:flex-start;gap:8px;margin:10px 0;display:flex}.sideitem svg{color:var(--green);flex:none;margin-top:4px}.legal{align-items:flex-start;gap:12px;max-width:1120px;margin:18px auto 42px;display:flex}.legal svg{color:var(--brand);flex:none}.contact-grid{grid-template-columns:1fr 1fr;max-width:1120px;margin:0 auto 40px}.contact-card p{align-items:flex-start;gap:10px;display:flex}.contact-card svg{color:var(--brand);flex:none;margin-top:4px}.contact-card .btn+.btn{margin-top:10px}.split-section{grid-template-columns:1fr 1.15fr;align-items:center;gap:18px;max-width:1120px;margin:0 auto 22px;padding:36px 18px;display:grid}.checklist p{align-items:flex-start;gap:10px;margin:0 0 12px;display:flex}.checklist svg{color:var(--green);flex:none;margin-top:4px}footer{background:var(--dark);color:#fff;justify-content:space-between;align-items:center;gap:16px;padding:28px 18px;display:flex}footer p{color:#d6ccc6;margin:6px 0 0}footer a{color:#f0cdb7;font-weight:900}@media (width<=920px){.cards{grid-template-columns:repeat(2,1fr)}.trust-grid,.contact-grid,.content-grid,.split-section{grid-template-columns:1fr}.trust-grid{margin:0;padding-top:18px}.sidebox{position:static}}@media (width<=650px){.site-header{flex-wrap:wrap;align-items:flex-start}.nav{justify-content:space-between;gap:2px;width:100%;font-size:13px}.hero{min-height:76vh}.cards{grid-template-columns:1fr}.card{grid-template-columns:112px 1fr;align-items:stretch;display:grid}.card img{height:100%;min-height:148px}.card div{padding:14px}h1{font-size:38px}.content-grid,.section,.page-title,.split-section{padding-left:14px;padding-right:14px}footer{display:block}}@media (width<=430px){.card{grid-template-columns:1fr}.card img{height:165px}}
