@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@400;500;600&display=swap');

:root{--ink:#171513;--muted:#756f68;--paper:#f6f2ec;--line:#ded8cf;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,Arial,sans-serif}
a{text-decoration:none;color:inherit}.nav{height:76px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(246,242,236,.92);position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}
.logo{font:600 25px "Cormorant Garamond",serif;letter-spacing:.18em}.nav nav{display:flex;gap:28px;align-items:center;font-size:13px}.cart-link{border:0;background:none;font:inherit;cursor:pointer}
#cartCount{display:inline-grid;place-items:center;width:20px;height:20px;border:1px solid var(--ink);border-radius:50%;font-size:10px;margin-left:4px}
.hero{min-height:78vh;display:flex;align-items:flex-end;padding:8vw 8vw 9vw;background:linear-gradient(90deg,rgba(20,17,14,.43),rgba(20,17,14,.04)),url("https://images.unsplash.com/photo-1496747611176-843222e1e57c?auto=format&fit=crop&w=1800&q=85") center/cover}
.hero>div{color:white;max-width:620px}.eyebrow{font-size:10px;letter-spacing:.24em;font-weight:600}.hero h1{font:500 clamp(52px,8vw,100px)/.88 "Cormorant Garamond",serif;margin:18px 0}.hero h1 em{font-weight:400}.hero-copy{font-size:15px;margin-bottom:30px}.button{display:inline-flex;justify-content:center;align-items:center;background:var(--ink);color:white;border:1px solid var(--ink);padding:15px 23px;font-size:12px;letter-spacing:.08em;cursor:pointer}.hero .button{background:white;color:var(--ink);border-color:white}
.shop{padding:90px 5vw}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section-head h2,.about h2{font:500 54px/1 "Cormorant Garamond",serif;margin:8px 0 0}.section-head span{font-size:12px;color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-image{aspect-ratio:3/4;background:#e8e1d7;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover img{transform:scale(1.03)}.product-info{padding:14px 2px 30px}.product-info h3{font:500 23px "Cormorant Garamond",serif;margin:0 0 5px}.product-info p{font-size:12px;color:var(--muted);margin:0 0 12px}.product-info button{background:none;border:0;padding:0;text-decoration:underline;text-underline-offset:4px;cursor:pointer;font-size:11px}
.about{padding:110px 10vw;text-align:center;background:#ebe5dc}.about h2{font-size:72px}.about p:last-child{max-width:600px;margin:20px auto;line-height:1.8;color:var(--muted)}
.drawer{position:fixed;right:0;top:0;width:min(430px,100%);height:100%;background:var(--white);z-index:30;transform:translateX(100%);transition:.35s;display:flex;flex-direction:column}.drawer.open{transform:translateX(0)}.drawer-head{display:flex;justify-content:space-between;padding:25px;border-bottom:1px solid var(--line)}.drawer-head h2{font:500 32px "Cormorant Garamond",serif;margin:0}.drawer-head button,.modal-close{border:0;background:none;font-size:30px;cursor:pointer}.overlay{position:fixed;inset:0;background:#0008;z-index:20;display:none}.overlay.show{display:block}.cart-row{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:18px 25px;border-bottom:1px solid var(--line)}.cart-row img{width:72px;height:88px;object-fit:cover}.cart-row h4{font:500 20px "Cormorant Garamond",serif;margin:0 0 5px}.cart-row p{font-size:11px;color:var(--muted)}.remove{border:0;background:none;text-decoration:underline;font-size:10px;cursor:pointer}.cart-footer{margin-top:auto;padding:25px;border-top:1px solid var(--line)}.total{display:flex;justify-content:space-between;margin-bottom:18px;font-size:13px}.full{width:100%}
.checkout-modal{position:fixed;inset:0;background:#0009;z-index:50;display:grid;place-items:center;padding:20px}.checkout-card{background:var(--paper);width:min(560px,100%);max-height:92vh;overflow:auto;padding:40px;position:relative}.checkout-card h2{font:500 48px "Cormorant Garamond",serif;margin:5px 0 25px}.checkout-card form{display:grid;gap:12px}.checkout-card input,.checkout-card select,.checkout-card textarea{font:inherit;padding:14px;border:1px solid var(--line);background:white;outline:none}.checkout-card textarea{min-height:85px;resize:vertical}.small{font-size:11px;color:var(--muted);line-height:1.6}.success{margin-top:15px;padding:15px;background:#e4ecdf;font-size:13px}
@media(max-width:850px){.product-grid{grid-template-columns:repeat(2,1fr)}.hero{min-height:72vh}.nav{padding:0 20px}.nav nav{gap:14px}.shop{padding:65px 20px}.section-head h2{font-size:45px}.about{padding:80px 25px}.about h2{font-size:58px}}
@media(max-width:520px){.nav nav a:not(:last-child){display:none}.hero{padding:25px 25px 55px}.hero h1{font-size:65px}.product-grid{gap:10px}.product-info h3{font-size:20px}.checkout-card{padding:28px 20px}}
