@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Montserrat:wght@400;500;600;700&display=swap');
:root{--ink:#211b18;--muted:#6f655f;--cream:#f7f1ea;--line:#e4dbd3;--accent:#9b604e}
*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Montserrat,Arial,sans-serif;background:#fffdfb}.container{width:min(1100px,92%);margin:auto}header{border-bottom:1px solid var(--line);padding:18px 0;background:#fff}.head{display:flex;align-items:center;justify-content:space-between}.head img{width:160px;max-height:65px;object-fit:contain}.back{font-size:11px;text-transform:uppercase;letter-spacing:.12em}.policy{padding:70px 0}.policy-inner{max-width:850px;margin:auto}.eyebrow{font-size:10px;letter-spacing:.2em;color:var(--accent);font-weight:700}.policy h1{font:600 58px/.95 "Cormorant Garamond",serif;margin:10px 0 10px}.date{font-size:11px;color:var(--muted);margin-bottom:45px}.policy h2{font:600 30px "Cormorant Garamond",serif;margin:35px 0 10px}.policy p,.policy li{font-size:14px;line-height:1.9;color:var(--muted)}footer{background:#211b18;color:#ddd0c8;padding:28px 0;text-align:center;font-size:10px}@media(max-width:600px){.policy{padding:45px 0}.policy h1{font-size:46px}.head img{width:130px}}
