*{box-sizing:border-box}body{margin:0;background:#101519;color:#eee9df;font:17px/1.65 system-ui,sans-serif}a{color:#e5c78e;text-underline-offset:4px}a:hover{color:#fff}header,main,footer{max-width:1180px;margin:auto;padding:28px}header{border-bottom:1px solid #44505a}.brand{font-weight:800;letter-spacing:.1em;text-decoration:none}nav{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:18px;font-size:15px}h1,h2{font-family:Georgia,serif;line-height:1.15}h1{font-size:clamp(2.2rem,5vw,3.8rem);max-width:900px}h2{font-size:1.65rem}.lede{font-size:1.2rem;max-width:850px}.eyebrow{letter-spacing:.12em;font-size:14px;color:#e5c78e}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr));gap:24px;margin:36px 0}.card{background:#1c242b;border:1px solid #44505a;border-radius:12px;padding:22px}.card img{width:100%;height:230px;object-fit:cover;border-radius:7px}.card a{text-decoration:none}.price{font-size:1.2rem;font-weight:700}.product{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:36px;align-items:start}.product>img{width:100%;border-radius:12px}.cta{display:inline-block;background:#e5c78e;color:#101519;padding:12px 20px;border-radius:5px;font-weight:700;margin:8px 10px 8px 0}.cta:hover{color:#101519;background:#ffe1a8}section{border-top:1px solid #44505a;padding:24px 0;margin-top:28px}footer{border-top:1px solid #44505a;font-size:15px}.skip{position:absolute;top:-100px}.skip:focus{top:0;background:#101519;padding:12px}@media(max-width:700px){.product{grid-template-columns:1fr}header,main,footer{padding:20px}}