*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;line-height:1.6;color:#1a1a1a;background-color:#fafafa}.container{max-width:1200px;margin:0 auto;padding:0 24px}header{background:#fff;border-bottom:1px solid #e0e0e0;padding:24px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-family:Newsreader,serif;font-size:38px;font-weight:400;letter-spacing:-.02em;font-style:italic;color:#1a1a1a}.logo-emphasis{font-weight:600;font-style:normal}nav{display:flex;gap:32px}nav a{color:#4a4a4a;text-decoration:none;font-size:16px;font-weight:500;transition:color .2s}nav a:hover{color:#1a1a1a}.hero{text-align:center;padding:80px 24px;background:#fff;margin-bottom:48px}.hero h1{font-family:Newsreader,serif;font-size:56px;font-weight:400;line-height:1.1;margin-bottom:24px;letter-spacing:-.02em}.hero p{font-size:20px;color:#4a4a4a;max-width:700px;margin:0 auto;line-height:1.6}.category{margin-bottom:80px}.category h2{font-family:Newsreader,serif;font-size:42px;font-weight:600;margin-bottom:40px;padding-bottom:16px;border-bottom:2px solid #1a1a1a}.product{background:#fff;padding:48px;margin-bottom:48px;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.product h3{font-family:Newsreader,serif;font-size:32px;font-weight:600;margin-bottom:32px;text-align:center}.recommendations{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px}.recommendation{display:flex;flex-direction:column}.rec-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.rec-label{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#2a5934;background:#e8f5e9;padding:6px 12px;border-radius:3px}.rec-label.premium{color:#6b4423;background:#fff3e0}.rec-price{font-size:16px;font-weight:600;color:#4a4a4a}.product-image{width:100%;height:400px;margin-bottom:24px;overflow:hidden;background:#f5f5f5;border-radius:2px}.product-image img{width:100%;height:100%;object-fit:cover}.recommendation h4{font-size:24px;font-weight:600;margin-bottom:16px;color:#1a1a1a}.recommendation p{font-size:18px;line-height:1.6;color:#4a4a4a;margin-bottom:24px;flex-grow:1}.buy-options{gap:12px}.buy-button,.buy-options{display:flex;flex-direction:column}.buy-button{align-items:center;padding:16px 24px;text-decoration:none;border-radius:3px;font-weight:600;transition:all .2s;text-align:center}.buy-button.primary{background:#1a1a1a;color:#fff;border:2px solid #1a1a1a}.buy-button.primary:hover{background:#333;border-color:#333}.buy-button.secondary{background:#fff;color:#1a1a1a;border:2px solid #e0e0e0}.buy-button.secondary:hover{border-color:#1a1a1a}.buy-button span:first-child{font-size:16px}.button-vendor{font-size:13px;font-weight:500;opacity:.7;margin-top:4px}footer{background:#fff;border-top:1px solid #e0e0e0;padding:48px 0;text-align:center}footer p{color:#6a6a6a;font-size:14px}@media (max-width:768px){.logo{font-size:28px}nav{display:none}.hero h1{font-size:36px}.hero p{font-size:18px}.category h2{font-size:32px}.product{padding:24px}.product h3{font-size:24px}.recommendations{grid-template-columns:1fr;gap:32px}.product-image{height:320px}.recommendation h4{font-size:20px}.recommendation p{font-size:16px}}@media (max-width:480px){.logo{font-size:24px}.hero{padding:48px 24px}.hero h1{font-size:28px}.hero p{font-size:16px}.product{padding:16px}}