@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Manrope:wght@400;500;600;700&display=swap');
:root{font-family:Manrope,system-ui,sans-serif;background:#090711;color:#ece5df;--gold:#d9ad5b;--paper:#eee7dd}*{box-sizing:border-box}body{margin:0;background:#090711;color:#ece5df}a{color:inherit}.top{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,7vw,100px);border-bottom:1px solid #ffffff18}.brand{text-decoration:none;font-size:12px;letter-spacing:.2em;font-weight:700}.brand i{font-style:normal;color:var(--gold);font-size:18px;margin-right:8px}.top nav{display:flex;gap:22px}.top nav a{text-decoration:none;color:#bfb4b8;font-size:11px}.hero{padding:100px clamp(22px,9vw,150px);min-height:430px;display:grid;align-content:end;background:linear-gradient(90deg,#090711f2,#0907117d),url('/tarot-spread.png') center/cover}.eyebrow{font-size:10px;letter-spacing:.23em;color:var(--gold);font-weight:700}.hero h1{font-family:'Cormorant Garamond';font-size:clamp(48px,7vw,82px);line-height:.95;max-width:850px;margin:18px 0}.hero p:last-child{color:#c9bec1;line-height:1.8;max-width:700px}.wrap{background:var(--paper);color:#211620;padding:80px clamp(20px,9vw,150px)}.grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(220px,1fr);gap:70px;max-width:1120px;margin:auto}.article h2{font-family:'Cormorant Garamond';font-size:34px;margin:48px 0 14px}.article h2:first-child{margin-top:0}.article h3{font-size:15px;margin-top:30px}.article p,.article li{color:#655961;line-height:1.85;font-size:14px}.article li{margin:8px 0}.note{background:#241322;color:#e5dadb;padding:25px;margin:35px 0;border-left:3px solid var(--gold)}.note p{color:#c9bec1}.cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cards article{border:1px solid #cbbeb9;padding:20px;background:#f8f3ec}.cards b{font-family:'Cormorant Garamond';font-size:24px}.cards small{display:block;color:#966f51;margin-top:8px}.side{border-left:1px solid #cdbfba;padding-left:30px}.side h2{font-family:'Cormorant Garamond';font-size:26px}.side a{display:block;text-decoration:none;padding:13px 0;border-bottom:1px solid #d2c6c0;color:#594a54;font-size:12px}.back{display:inline-block;margin-top:35px;background:#321626;color:#fff;text-decoration:none;padding:14px 18px;font-size:12px}.foot{padding:45px clamp(20px,7vw,100px);color:#766b70;font-size:10px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.foot div{display:flex;gap:15px}.faq details{border-top:1px solid #cdbfba;padding:18px 0}.faq summary{cursor:pointer;font-weight:700}.faq details p{margin-bottom:0}@media(max-width:760px){.top nav{display:none}.hero{min-height:380px;padding:80px 20px 55px}.grid{grid-template-columns:1fr}.side{border-left:0;border-top:1px solid #cdbfba;padding:25px 0}.cards{grid-template-columns:1fr}.wrap{padding:60px 20px}.foot{display:block}.foot div{flex-wrap:wrap;margin-bottom:20px}}
