
:root{--ink:#171717;--cream:#f7f2ec;--beige:#e9dccb;--rose:#ead0cd;--gold:#b47a2a;--muted:#6f6a65}
*{box-sizing:border-box}body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}
.page-width{max-width:1240px;margin:auto;padding:0 28px}.announcement{background:var(--ink);color:#fff;text-align:center;font-size:11px;letter-spacing:.12em;padding:9px;text-transform:uppercase}
.site-header{background:#fff;border-bottom:1px solid #eee}.header-row{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand img{width:205px;height:auto}.nav{display:flex;gap:24px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.nav a:hover{opacity:.6}.header-actions{display:flex;gap:15px;font-size:12px}
.hero{background:var(--cream);min-height:570px;display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:570px}.hero-copy{display:flex;align-items:center}.hero-copy-inner{max-width:540px}.eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase}.hero h1{font-family:Georgia,serif;font-weight:400;font-size:62px;line-height:1.02;margin:18px 0}.hero p{font-size:16px;line-height:1.65;color:var(--muted);max-width:470px}.hero-media{min-height:570px;background:linear-gradient(135deg,#ded0c1,#f0e5dc);display:flex;align-items:center;justify-content:center;font-family:Georgia,serif;font-size:14px;color:#756b61}
.btn{display:inline-block;background:var(--ink);color:#fff;padding:15px 27px;font-size:11px;letter-spacing:.13em;text-transform:uppercase;margin-top:14px}.btn:hover{background:#333}
.section{padding:72px 0}.section-head{text-align:center;margin-bottom:32px}.section-head h2{font-family:Georgia,serif;font-size:34px;font-weight:400;margin:0 0 8px}.section-head p{color:var(--muted);font-size:14px}
.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.category-card{min-height:220px;padding:30px;background:var(--cream);display:flex;align-items:end;position:relative;overflow:hidden}.category-card:nth-child(2){background:var(--rose)}.category-card h3{font-family:Georgia,serif;font-size:29px;font-weight:400;margin:0 0 8px}.category-card p{margin:0;color:#625b56;font-size:13px}.category-card .btn{padding:11px 18px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{min-width:0}.product-media{aspect-ratio:1/1.18;background:#f4f0ec;display:flex;align-items:center;justify-content:center;color:#999;font-size:11px}.product-info{padding:13px 2px}.product-title{font-size:13px}.price{font-size:13px;font-weight:600;margin-top:6px}.tag{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#8b7d72;margin-bottom:5px}
.value-strip{background:var(--ink);color:#fff}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:30px 0}.value{text-align:center;border-right:1px solid #444;padding:4px 15px}.value:last-child{border:0}.value b{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.value span{display:block;color:#bbb;font-size:11px;margin-top:5px}
.newsletter{background:var(--cream);text-align:center;padding:70px 20px}.newsletter h2{font-family:Georgia,serif;font-size:35px;font-weight:400;margin:0 0 10px}.newsletter p{color:var(--muted)}
.footer{background:#111;color:#fff;padding:60px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px}.footer .brand img{filter:invert(1);width:190px}.footer h4{font-size:12px;letter-spacing:.1em;text-transform:uppercase}.footer p,.footer a{font-size:12px;line-height:1.9;color:#aaa}
.product-page{padding:60px 0}.product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:60px}.product-image{background:#f4f0ec;aspect-ratio:1/1.1}.product-page h1{font-family:Georgia,serif;font-size:45px;font-weight:400}.product-description{color:var(--muted);line-height:1.7}.select{width:100%;padding:14px;border:1px solid #ddd;background:#fff;margin:20px 0}.add{width:100%;border:0;cursor:pointer}
@media(max-width:900px){.nav{display:none}.hero-grid,.product-layout{grid-template-columns:1fr}.hero-media{min-height:380px}.hero h1{font-size:47px}.product-grid{grid-template-columns:repeat(2,1fr)}.value-grid{grid-template-columns:repeat(2,1fr);gap:20px}.value:nth-child(2){border:0}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.page-width{padding:0 16px}.brand img{width:165px}.header-actions{font-size:10px}.hero{min-height:auto}.hero-grid{min-height:auto}.hero-copy{padding:55px 0}.hero h1{font-size:41px}.hero-media{min-height:300px}.category-grid{grid-template-columns:1fr}.section{padding:52px 0}.section-head h2{font-size:29px}.footer-grid{grid-template-columns:1fr}.product-grid{gap:12px}}
