@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Manrope:wght@400;500;700&display=swap";:root{--paper:#f7f2e9;--ink:#2f2a23;--muted:#6f6456;--card:#fffaf3;--line:#decfb9;--accent:#c76a2f;--accent-deep:#8f3f18;--moss:#395145;--sky:#d8eaf0;--focus:#e08e5b}*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--ink);background:radial-gradient(circle at 15% -10%, #fff8ea 12%, transparent 50%), radial-gradient(circle at 100% 0, var(--sky) 0%, transparent 45%), linear-gradient(180deg, #fdfaf4 0%, var(--paper) 100%);margin:0;font-family:Manrope,Segoe UI,sans-serif}a{color:inherit}h1,h2,h3,p{margin:0}.site-shell{width:min(1120px,100%);margin:0 auto;padding:1.25rem clamp(1rem,3vw,2.5rem) 4rem;animation:.7s both rise-in}.site-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.brand{letter-spacing:.02em;font-family:Fraunces,Georgia,serif;font-size:clamp(1.35rem,2.6vw,2rem);text-decoration:none}.nav-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.nav-link{background:#ffffff8c;border:1px solid #3951451f;border-radius:999px;padding:.45rem .8rem;font-size:.92rem;text-decoration:none;transition:transform .18s,box-shadow .18s}.nav-link:hover{transform:translateY(-1px);box-shadow:0 6px 18px #3845391f}.hero{border:1px solid var(--line);background:linear-gradient(120deg, #c96a2b1a, #39514514), var(--card);border-radius:1.5rem;padding:clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden;box-shadow:0 18px 40px #43362514}.hero:after{content:"";filter:blur(2px);background:#3951451f;border-radius:50%;width:240px;height:240px;position:absolute;inset:auto -90px -110px auto}.eyebrow{text-transform:uppercase;letter-spacing:.22em;color:var(--moss);margin-bottom:.8rem;font-size:.75rem}h1{max-width:17ch;margin-bottom:1rem;font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,5vw,3.8rem);line-height:1.05}.hero-copy{color:var(--muted);max-width:58ch;font-size:clamp(1rem,2vw,1.1rem)}.hero-cta{flex-wrap:wrap;align-items:center;gap:.85rem;margin-top:1.6rem;display:flex}.primary-button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:.7rem;padding:.72rem 1.05rem;font-weight:700;transition:transform .18s,background .18s}.primary-button:hover{background:var(--accent-deep);transform:translateY(-1px)}.primary-button:focus-visible,.secondary-link:focus-visible,.nav-link:focus-visible,input:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.secondary-link{color:var(--moss);font-weight:700;text-decoration:none}.section-card{border:1px solid var(--line);background:var(--card);border-radius:1.1rem;margin-top:1.35rem;padding:clamp(1.2rem,3vw,1.75rem)}.about p{color:var(--muted);max-width:72ch;margin-top:.6rem;line-height:1.65}.products{margin-top:2.35rem}.section-heading{margin-bottom:1.05rem}h2{font-family:Fraunces,Georgia,serif;font-size:clamp(1.45rem,2.4vw,2.1rem)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.product-card{background:var(--card);border:1px solid var(--line);border-radius:1rem;flex-direction:column;gap:.72rem;padding:1rem;animation:.7s both rise-in;display:flex}.product-card:nth-child(2){animation-delay:90ms}.product-card:nth-child(3){animation-delay:.18s}.product-art{min-height:118px;color:var(--moss);background:linear-gradient(145deg,#c96a2b29,#39514526),#fcf8f0;border:1px dashed #39514540;border-radius:.75rem;place-items:center;font-size:.77rem;display:grid}.product-art span{background:#ffffff8c;border:1px solid #39514559;border-radius:999px;padding:.4rem .65rem;font-weight:700}.product-description{color:var(--muted);flex-grow:1;line-height:1.55}.product-price{font-size:1.15rem;font-weight:700}.add-button{width:fit-content}.checkout h1{margin:.3rem 0 .75rem}.checkout-note{color:var(--muted)}.checkout-grid{grid-template-columns:2fr 1fr;gap:1rem;margin-top:1.4rem;display:grid}.checkout-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.checkout-form label{color:var(--muted);flex-direction:column;gap:.3rem;font-size:.86rem;display:flex}.checkout-form label:nth-child(3),.checkout-form button{grid-column:1/-1}input{border:1px solid var(--line);font:inherit;color:var(--ink);background:#fffdf8;border-radius:.65rem;padding:.7rem .75rem}.order-summary{border:1px solid var(--line);background:#fffdf8;border-radius:.9rem;flex-direction:column;gap:.55rem;padding:.95rem;display:flex}.order-summary h3{font-family:Fraunces,Georgia,serif;font-size:1.22rem}.total{border-top:1px solid var(--line);padding-top:.55rem;font-weight:700}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.site-header{flex-direction:column;align-items:flex-start}.nav-links{justify-content:flex-start}.product-grid,.checkout-grid{grid-template-columns:1fr}}@media (width<=640px){.checkout-form{grid-template-columns:1fr}}
