:root{--cream: #faf8f5;--cream-dark: #f5f2ed;--gold: #b8956e;--gold-light: #d4b896;--gold-dark: #9a7a5a;--charcoal: #2c2c2c;--charcoal-light: #4a4a4a;--text: #333333;--text-light: #666666;--text-muted: #999999;--border: #e8e4de;--white: #ffffff;--success: #4a7c59;--error: #c45c5c;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--max-width: 1200px;--header-height: 80px;--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:300;color:var(--text);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}h1,h2,h3,h4{font-family:var(--font-display);font-weight:500;line-height:1.2;color:var(--charcoal)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}h4{font-size:1.125rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-lg)}.header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:var(--cream);border-bottom:1px solid var(--border);z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-xl)}.logo{font-family:var(--font-display);font-size:1.75rem;font-weight:500;color:var(--charcoal);letter-spacing:.05em;display:flex;align-items:center;gap:var(--space-xs)}.logo-dot{width:8px;height:8px;background:var(--gold);border-radius:50%}.nav{display:flex;align-items:center;gap:var(--space-xl)}.nav-link{font-size:.875rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase;color:var(--text-light);transition:color var(--transition-fast)}.nav-link:hover{color:var(--gold)}.cart-button{position:relative;padding:var(--space-sm)}.cart-button svg{width:24px;height:24px;stroke:var(--charcoal)}.cart-count{position:absolute;top:0;right:0;width:18px;height:18px;background:var(--gold);color:var(--white);font-size:.625rem;font-weight:500;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:calc(var(--header-height) + var(--space-3xl)) var(--space-lg) var(--space-3xl);background:linear-gradient(180deg,var(--cream) 0%,var(--cream-dark) 100%)}.hero-content{max-width:700px}.hero-subtitle{font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:var(--space-md)}.hero h1{margin-bottom:var(--space-lg)}.hero p{font-size:1.125rem;color:var(--text-light);margin-bottom:var(--space-xl)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:var(--space-md) var(--space-xl);font-size:.875rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;border-radius:0;transition:all var(--transition-base)}.btn-primary{background:var(--charcoal);color:var(--white)}.btn-primary:hover{background:var(--gold)}.btn-secondary{background:transparent;color:var(--charcoal);border:1px solid var(--charcoal)}.btn-secondary:hover{background:var(--charcoal);color:var(--white)}.btn-gold{background:var(--gold);color:var(--white)}.btn-gold:hover{background:var(--gold-dark)}.products-section{padding:var(--space-3xl) 0}.section-header{text-align:center;margin-bottom:var(--space-2xl)}.section-subtitle{font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:var(--space-sm)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-xl)}.product-card{background:var(--white);border:1px solid var(--border);transition:all var(--transition-base);position:relative;overflow:hidden}.product-card:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-4px)}.product-image{aspect-ratio:1;background:var(--cream-dark);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:var(--space-lg)}.product-title{font-family:var(--font-display);font-size:1.125rem;font-weight:500;margin-bottom:var(--space-xs);color:var(--charcoal)}.product-latin{font-style:italic;font-size:.875rem;color:var(--text-muted);margin-bottom:var(--space-sm)}.product-price{font-size:1rem;font-weight:500;color:var(--gold-dark)}.product-price-from{font-size:.75rem;font-weight:400;color:var(--text-light)}.product-quick-add{position:absolute;bottom:var(--space-lg);left:var(--space-lg);right:var(--space-lg);background:var(--charcoal);color:var(--white);padding:var(--space-sm) var(--space-md);font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(10px);transition:all var(--transition-base)}.product-card:hover .product-quick-add{opacity:1;transform:translateY(0)}.product-quick-add:hover{background:var(--gold)}.product-page{padding:calc(var(--header-height) + var(--space-2xl)) var(--space-lg) var(--space-3xl)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);max-width:var(--max-width);margin:0 auto}@media (max-width: 768px){.product-layout{grid-template-columns:1fr}}.product-gallery{position:sticky;top:calc(var(--header-height) + var(--space-xl))}.product-main-image{aspect-ratio:1;background:var(--cream-dark);border:1px solid var(--border);overflow:hidden}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-details{display:flex;flex-direction:column;gap:var(--space-lg)}.product-details h1{font-size:2.5rem}.product-origin{font-size:.875rem;color:var(--text-light)}.product-origin strong{color:var(--gold);font-weight:500}.product-description{font-size:1rem;color:var(--text-light);line-height:1.8}.variant-selector{display:flex;flex-direction:column;gap:var(--space-md)}.variant-label{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light)}.variant-options{display:flex;gap:var(--space-sm);flex-wrap:wrap}.variant-option{padding:var(--space-sm) var(--space-lg);border:1px solid var(--border);background:var(--white);font-size:.875rem;transition:all var(--transition-fast)}.variant-option:hover{border-color:var(--charcoal)}.variant-option.selected{background:var(--charcoal);color:var(--white);border-color:var(--charcoal)}.product-price-display{font-size:1.75rem;font-weight:500;color:var(--gold-dark)}.add-to-cart-btn{width:100%;padding:var(--space-lg);font-size:.875rem}.technical-details{border-top:1px solid var(--border);padding-top:var(--space-xl);margin-top:var(--space-lg)}.technical-details h3{font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:var(--space-md)}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-sm) var(--space-xl)}.detail-item{display:flex;justify-content:space-between;font-size:.875rem;padding:var(--space-sm) 0;border-bottom:1px solid var(--border)}.detail-label{color:var(--text-light)}.detail-value{color:var(--charcoal);font-weight:400}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;visibility:hidden;transition:all var(--transition-base);z-index:2000}.cart-overlay.active{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:420px;background:var(--white);transform:translate(100%);transition:transform var(--transition-base);z-index:2001;display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-title{font-family:var(--font-display);font-size:1.25rem;font-weight:500}.cart-close{padding:var(--space-sm)}.cart-close svg{width:20px;height:20px;stroke:var(--charcoal)}.cart-items{flex:1;overflow-y:auto;padding:var(--space-lg)}.cart-item{display:grid;grid-template-columns:80px 1fr;gap:var(--space-md);padding:var(--space-md) 0;border-bottom:1px solid var(--border)}.cart-item-image{aspect-ratio:1;background:var(--cream-dark);overflow:hidden}.cart-item-title{font-family:var(--font-display);font-size:1rem;font-weight:500}.cart-item-variant{font-size:.875rem;color:var(--text-light)}.cart-item-price{font-size:.875rem;font-weight:500;color:var(--gold-dark)}.cart-item-quantity{display:flex;align-items:center;gap:var(--space-sm);margin-top:auto}.qty-btn{width:28px;height:28px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1rem}.qty-value{font-size:.875rem;min-width:24px;text-align:center}.cart-item-remove{font-size:.75rem;color:var(--text-muted);text-decoration:underline;margin-left:auto}.cart-empty{text-align:center;padding:var(--space-3xl) var(--space-lg);color:var(--text-light)}.cart-subtotal{display:flex;justify-content:space-between;font-size:1rem;margin-bottom:var(--space-md)}.cart-subtotal-amount{font-weight:500;color:var(--gold-dark)}.cart-note{font-size:.75rem;color:var(--text-muted);margin-bottom:var(--space-lg)}.checkout-btn{width:100%}.footer{background:var(--charcoal);color:var(--cream);padding:var(--space-3xl) 0 var(--space-xl)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-2xl);margin-bottom:var(--space-2xl)}.footer-logo{font-family:var(--font-display);font-size:1.5rem;font-weight:500;margin-bottom:var(--space-md);display:flex;align-items:center;gap:var(--space-xs)}.footer-logo .logo-dot{background:var(--gold)}.footer-text{font-size:.875rem;color:#fff9;line-height:1.6}.footer-heading{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:var(--space-md)}.footer-links{list-style:none}.footer-links li{margin-bottom:var(--space-sm)}.footer-links a{font-size:.875rem;color:#fff9;transition:color var(--transition-fast)}.footer-links a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:var(--space-xl);text-align:center;font-size:.75rem;color:#fff6}.error-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--space-xl)}.loading{display:flex;align-items:center;justify-content:center;padding:var(--space-3xl)}.loading:after{content:"";width:32px;height:32px;border:2px solid var(--border);border-top-color:var(--gold);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.cart-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:2000;animation:fadeIn var(--transition-fast) ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:420px;background:var(--white);z-index:2001;display:flex;flex-direction:column;animation:slideIn var(--transition-base) ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-lg) var(--space-xl);border-bottom:1px solid var(--border)}.cart-header h2{font-family:var(--font-display);font-size:1.25rem;font-weight:500}.cart-close{padding:var(--space-sm);transition:opacity var(--transition-fast)}.cart-close:hover{opacity:.6}.cart-close svg{width:20px;height:20px}.cart-content{flex:1;overflow-y:auto}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-lg);padding:var(--space-3xl);text-align:center;color:var(--text-light)}.cart-items{list-style:none;padding:var(--space-lg)}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:var(--space-md);padding:var(--space-lg) 0;border-bottom:1px solid var(--border)}.cart-item:first-child{padding-top:0}.cart-item-image{aspect-ratio:1;background:var(--cream-dark);overflow:hidden;border-radius:4px}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{display:flex;flex-direction:column;gap:var(--space-xs)}.cart-item-title{font-family:var(--font-display);font-size:1rem;font-weight:500;color:var(--charcoal)}.cart-item-variant{font-size:.8rem;color:var(--text-light)}.cart-item-price{font-size:.9rem;font-weight:500;color:var(--gold-dark)}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-sm)}.quantity-selector{display:flex;align-items:center;gap:var(--space-xs);border:1px solid var(--border)}.quantity-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--text);transition:all var(--transition-fast)}.quantity-btn:hover:not(:disabled){background:var(--cream)}.quantity-btn:disabled{opacity:.4;cursor:not-allowed}.quantity-value{font-size:.875rem;min-width:32px;text-align:center}.cart-item-remove{font-size:.75rem;color:var(--text-muted);text-decoration:underline;transition:color var(--transition-fast)}.cart-item-remove:hover{color:var(--error)}.cart-footer{padding:var(--space-lg) var(--space-xl);border-top:1px solid var(--border);background:var(--cream)}.cart-totals{margin-bottom:var(--space-lg)}.cart-total-row{display:flex;justify-content:space-between;font-size:.9rem;padding:var(--space-sm) 0}.cart-total-final{font-size:1.1rem;font-weight:500;border-top:1px solid var(--border);padding-top:var(--space-md);margin-top:var(--space-sm)}.cart-total-final span:last-child{color:var(--gold-dark)}.cart-checkout-btn{width:100%;margin-bottom:var(--space-md)}.cart-shipping-note{font-size:.75rem;text-align:center;color:var(--text-muted)}.cart-loading{position:absolute;top:0;right:0;bottom:0;left:0;background:#fffc;display:flex;align-items:center;justify-content:center}.cart-spinner{width:32px;height:32px;border:2px solid var(--border);border-top-color:var(--gold);border-radius:50%;animation:spin .8s linear infinite}
