*{box-sizing:border-box}body{margin:0;background:#eee5d7;color:#251d2d;font:18px/1.6 system-ui,sans-serif}a{color:inherit}header,main,footer{max-width:1200px;margin:auto;padding:28px clamp(22px,5vw,70px)}header{display:flex;justify-content:space-between;gap:20px;align-items:center}header img{width:180px;max-width:42vw;filter:brightness(.2)}.hero{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:30px;min-height:70vh}.eyebrow{font-size:12px;letter-spacing:.2em;font-weight:700}h1{font:clamp(44px,6vw,80px)/1.06 Georgia,serif;margin:20px 0}h2{font:38px/1.1 Georgia,serif}.hero img{width:100%;height:580px;max-height:70vh;object-fit:contain}.lead{font-size:24px;line-height:1.4}.button{display:inline-block;background:#35203f;color:#fff;padding:16px 26px;text-decoration:none;border-radius:4px;margin:12px 0}a:focus-visible{outline:3px solid #965d9e;outline-offset:5px}.facts{display:flex;gap:18px;flex-wrap:wrap;font-size:14px}.more{border-top:1px solid #cbbfad;padding:42px 0}footer{font-size:14px;display:flex;flex-wrap:wrap;gap:24px}small{display:block;font-size:13px} @media(max-width:650px){.hero{grid-template-columns:1fr;gap:0}.hero img{height:340px;grid-row:2}.lead{font-size:21px}header{font-size:14px}.facts{gap:10px}h1{font-size:46px}}