:root{--bg-primary: #fdfbf7;--text-primary: #2d2d2d;--text-secondary: #5a5a5a;--accent-color: #9D2A02;--accent-hover: #892002;--surface-glass: rgba(255, 255, 255, .6);--border-glass: rgba(255, 255, 255, .4);--font-serif: "Fraunces", Georgia, serif;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--transition-smooth: all .6s cubic-bezier(.16, 1, .3, 1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-serif);font-weight:400;letter-spacing:-.02em}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}section{padding:8rem 0;opacity:0;transform:translateY(30px);transition:var(--transition-smooth)}section.visible{opacity:1;transform:translateY(0)}header{position:fixed;top:0;width:100%;padding:2rem 0;z-index:100;background:var(--bg-primary);border-bottom:1px solid rgba(0,0,0,.03);transition:var(--transition-smooth)}header.scrolled{padding:1.2rem 0;background:var(--surface-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-glass)}.nav-inner{display:flex;justify-content:center;align-items:center}.logo{display:flex;align-items:center}.logo-text{font-family:var(--font-serif);font-size:1.8rem;font-weight:800;color:var(--accent-color);letter-spacing:.2rem;text-transform:uppercase}header.scrolled .logo img{height:32px}.hero{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;position:relative;opacity:1;transform:none}.hero-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;opacity:.2}.hero-content{max-width:800px}.hero h1{font-size:clamp(3rem,8vw,5rem);margin-bottom:1.5rem;line-height:1.1}.hero p{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2.5rem;font-family:var(--font-serif);font-style:italic}.intro-section{padding:10rem 1rem 6rem;text-align:center;background:linear-gradient(to bottom,#fff5f2,var(--bg-primary));margin-bottom:2rem}.intro-section .container{max-width:900px}.intro-section p{font-family:var(--font-serif);font-size:1.4rem;line-height:1.4;color:var(--text-primary);margin-bottom:1.2rem;font-style:italic;opacity:.9}.intro-footer{margin-top:4rem;display:flex;flex-direction:column;gap:.5rem;position:relative}.intro-footer:before{content:"";position:absolute;top:-2rem;left:50%;transform:translate(-50%);width:40px;height:1px;background:var(--accent-color);opacity:.3}.intro-footer p{font-size:1.2rem;font-weight:600;color:var(--accent-color);margin-bottom:0;font-style:normal;opacity:1}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:4rem}.product-card{position:relative;cursor:pointer;background:#fff;padding:1rem;border-radius:4px;box-shadow:0 10px 30px #00000008;transition:var(--transition-smooth)}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000000f}.product-image{width:100%;aspect-ratio:1;overflow:hidden;margin-bottom:1.5rem}.product-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition-smooth)}.product-card:hover .product-image img{transform:scale(1.05)}.product-info h3{font-size:1.5rem;margin-bottom:.5rem}.product-info p{color:var(--text-secondary);font-size:.9rem;margin-bottom:1rem}.selection-overlay{position:absolute;top:1rem;right:1rem;width:30px;height:30px;border:1px solid #ccc;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;transition:var(--transition-smooth)}.product-card.selected .selection-overlay{background:var(--accent-color);border-color:var(--accent-color)}.product-card.selected .selection-overlay:after{content:"✓";color:#fff;font-size:14px}.waitlist-section{background-color:#f7f3ee;border-radius:20px;margin:4rem auto;max-width:900px;padding:4rem;text-align:center}.waitlist-form{margin-top:3rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.input-group{width:100%;max-width:400px;display:flex;flex-direction:column}.input-hint{font-size:.75rem;color:var(--text-secondary);margin-top:.5rem;padding:0 1.25rem;text-align:left;opacity:.8}input[type=email],input[type=tel],input[type=text],textarea{width:100%;padding:1.25rem 1.5rem;border:1px solid #ddd;border-radius:50px;font-family:inherit;font-size:1rem;transition:var(--transition-smooth)}textarea{border-radius:20px;min-height:100px;resize:vertical}input[type=email]:focus,input[type=tel]:focus,input[type=text]:focus,textarea:focus{outline:none;border-color:var(--accent-color);background:#fff}button{background-color:var(--text-primary);color:#fff;padding:1.25rem 3rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition-smooth);letter-spacing:.05em;text-transform:uppercase}button:hover{background-color:var(--accent-color);transform:scale(1.02)}button:disabled{background-color:#ccc;cursor:not-allowed}footer{padding:4rem 0;text-align:center;border-top:1px solid #eee;color:var(--text-secondary);font-size:.85rem}.product-spotlight{display:flex;align-items:stretch;padding:0;overflow:hidden;background-color:var(--bg-primary)}.product-spotlight:nth-child(2n){flex-direction:row-reverse;background-color:#f7f3ee}.spotlight-image{flex:1}.spotlight-image img{width:100%;height:100%;display:block;object-fit:cover}.spotlight-content{flex:1;padding:10%;display:flex;flex-direction:column;justify-content:center}.spotlight-content .tag{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:var(--accent-color);margin-bottom:1rem;font-weight:600}.spotlight-content h2{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:2rem;line-height:1.1}.spotlight-content .story{font-family:var(--font-serif);font-size:1.25rem;line-height:1.8;color:var(--text-secondary);margin-bottom:2.5rem;font-style:italic}.spotlight-details{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;border-top:1px solid rgba(0,0,0,.05);padding-top:2rem}.detail-item span{display:block;font-size:.75rem;text-transform:uppercase;color:#999;margin-bottom:.25rem}.detail-item p{font-size:1.1rem;font-weight:600}.price{font-size:1.5rem;font-family:var(--font-serif);color:var(--text-primary)}.section-divider{width:60px;height:1px;background-color:var(--accent-color);opacity:.3;margin:10rem auto 4rem}.selection-container{padding:3rem 0;text-align:center}.compact-grid{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:3rem}.compact-card{width:180px;cursor:pointer;transition:var(--transition-smooth)}.compact-card .img-wrapper{aspect-ratio:1;border-radius:50%;overflow:hidden;margin-bottom:1rem;border:4px solid transparent;transition:var(--transition-smooth)}.compact-card.selected .img-wrapper{border-color:var(--accent-color);transform:scale(1.05)}.compact-card img{width:100%;height:100%;object-fit:cover}.compact-card h4{font-size:.9rem;font-weight:600;margin-bottom:.75rem}.quantity-controls{display:flex;align-items:center;justify-content:center;gap:1rem;opacity:0;transform:translateY(10px);transition:var(--transition-smooth);pointer-events:none}.compact-card.selected .quantity-controls{opacity:1;transform:translateY(0);pointer-events:auto}.qty-btn{width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;background-color:#fff;color:var(--text-primary);border:1px solid #ddd;border-radius:50%;font-size:1.2rem;line-height:1;cursor:pointer;transition:all .3s ease}.qty-btn:hover{background-color:var(--accent-color);color:#fff;border-color:var(--accent-color);transform:scale(1.1)}.qty-value{font-size:.9rem;font-weight:700;min-width:20px}@media (max-width: 900px){.product-spotlight,.product-spotlight:nth-child(2n){flex-direction:column}.spotlight-image{height:auto;width:100%;position:relative}.spotlight-content{padding:3rem 1.5rem}}
