.classic-theme{--bg:#faf7f2;--bg-warm:#f4eee5;--bg-card:#fff;--bg-dark:#1a1714;--text:#1a1714;--text-soft:#5c5650;--text-muted:#9b9590;--text-on-dark:#faf7f2;--text-on-dark-soft:#faf7f299;--border:#1a171414;--border-strong:#1a171426;--accent:#7b2fa0;--accent-soft:#7b2fa01a;--accent-hover:#6a2490;--green:#4a7c59;--green-soft:#4a7c591a;--rose-soft:#c45b7214;--gold:#c4a24e;--gold-soft:#c4a24e1a;--serif:"Lora", serif;--sans:"DM Sans", sans-serif;--mono:"JetBrains Mono", monospace;--ease:cubic-bezier(.16, 1, .3, 1);--radius:16px;--radius-sm:10px;--shadow-md:0 8px 30px #1a171414;--shadow-hover:0 16px 48px #1a171424;--shadow-lg:0 20px 60px #1a17141f;font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;min-height:100vh}.classic-theme *,.classic-theme :before,.classic-theme :after{box-sizing:border-box}.classic-theme .container{max-width:1280px;margin:0 auto;padding:0 32px}.classic-theme .announcement{background:var(--bg-dark);color:var(--text-on-dark);text-align:center;font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;padding:10px 16px;font-size:11px}.classic-theme .announcement a{color:var(--text-on-dark);font-weight:500;text-decoration:none}.classic-theme .announcement .pulse-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;margin-right:8px;animation:2s infinite pulse-glow;display:inline-block}@keyframes pulse-glow{0%,to{opacity:1;box-shadow:0 0 #22c55e66}50%{opacity:.8;box-shadow:0 0 0 4px #22c55e00}}.classic-theme nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#faf7f2f2;position:sticky;top:0}.classic-theme .nav-inner{justify-content:space-between;align-items:center;max-width:1280px;height:72px;margin:0 auto;padding:0 32px;display:flex}.classic-theme .nav-left{align-items:center;gap:40px;display:flex}.classic-theme .logo{color:var(--text);align-items:center;gap:12px;text-decoration:none;display:flex}.classic-theme .logo-mark{background:var(--accent);color:#fff;width:36px;height:36px;font-family:var(--serif);border-radius:50%;justify-content:center;align-items:center;font-size:18px;font-weight:600;display:flex}.classic-theme .logo-text{font-family:var(--serif);letter-spacing:-.01em;font-size:18px;font-weight:500}.classic-theme .nav-menu{gap:28px;margin:0;padding:0;list-style:none;display:flex}.classic-theme .nav-menu a{color:var(--text-soft);font-size:14px;font-weight:400;text-decoration:none;transition:color .2s}.classic-theme .nav-menu a:hover{color:var(--accent)}.classic-theme .nav-menu>li.has-dropdown{position:relative}.classic-theme .nav-dropdown{background:var(--bg-card,var(--bg));border:1px solid var(--border);border-radius:var(--radius-sm,10px);min-width:200px;box-shadow:var(--shadow-md,0 12px 32px #1a17141f);opacity:0;visibility:hidden;transition:all .25s var(--ease);z-index:200;flex-direction:column;gap:2px;padding:8px;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(-8px)}.classic-theme .has-dropdown:hover .nav-dropdown,.classic-theme .nav-dropdown:hover{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.classic-theme .nav-dropdown a{color:var(--text-soft);white-space:nowrap;transition:all .15s var(--ease);border-radius:6px;padding:9px 14px;font-size:14px;text-decoration:none;display:block}.classic-theme .nav-dropdown a:hover{background:var(--accent-soft);color:var(--accent)}.classic-theme nav{position:relative}.classic-theme .nav-menu>li.has-mega{position:static}.classic-theme .mega-menu{background:var(--bg-card,var(--bg));border-bottom:1px solid var(--border);opacity:0;visibility:hidden;transition:all .3s var(--ease);z-index:200;padding:32px;position:absolute;top:100%;left:0;right:0;transform:translateY(-8px);box-shadow:0 20px 60px #1a17141a}.classic-theme .has-mega:hover .mega-menu,.classic-theme .mega-menu:hover{opacity:1;visibility:visible;transform:translateY(0)}.classic-theme .mega-header{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto 20px;display:flex}.classic-theme .mega-header h3{font-family:var(--serif);font-size:20px;font-weight:400}.classic-theme .mega-header a{color:var(--accent);font-size:12px;font-weight:500;text-decoration:none}.classic-theme .mega-grid{grid-template-columns:repeat(7,1fr);gap:12px;max-width:1280px;margin:0 auto;display:grid}.classic-theme .mega-item{color:var(--text);border-radius:var(--radius-sm,10px);border:1px solid var(--border);transition:all .3s var(--ease);text-decoration:none;display:block;overflow:hidden}.classic-theme .mega-item:hover{box-shadow:var(--shadow-md,0 8px 24px #00000014);border-color:#0000;transform:translateY(-3px)}.classic-theme .mega-item-img{aspect-ratio:1;width:100%;overflow:hidden}.classic-theme .mega-item-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s var(--ease)}.classic-theme .mega-item:hover .mega-item-img img{transform:scale(1.08)}.classic-theme .mega-item-info{padding:12px 14px}.classic-theme .mega-item-name{letter-spacing:-.01em;font-size:13px;font-weight:500}.classic-theme .mega-item-desc{color:var(--text-muted,var(--text-soft));margin-top:2px;font-size:11px;font-weight:300}@media (max-width:900px){.classic-theme .mega-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.classic-theme .mega-menu{display:none}}.classic-theme .nav-right{align-items:center;gap:20px;display:flex}.classic-theme .nav-right a,.classic-theme .nav-right button{color:var(--text-soft);cursor:pointer;background:0 0;border:none;font-size:14px;text-decoration:none;transition:color .2s}.classic-theme .nav-right a:hover,.classic-theme .nav-right button:hover{color:var(--accent)}.classic-theme .cart-btn{align-items:center;gap:6px;display:flex;position:relative}.classic-theme .cart-count{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.classic-theme .mobile-menu-btn{cursor:pointer;color:var(--text);background:0 0;border:none;padding:4px;display:none}.classic-theme .mobile-menu{z-index:150;background:var(--bg);transition:transform .3s var(--ease);flex-direction:column;padding:20px 24px;display:flex;position:fixed;inset:0;transform:translate(100%)}.classic-theme .mobile-menu.open{transform:translate(0)}.classic-theme .mobile-menu-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.classic-theme .mobile-menu-close{cursor:pointer;color:var(--text);background:0 0;border:none;padding:4px;font-size:24px}.classic-theme .mobile-menu-nav{margin:0;padding:0;list-style:none}.classic-theme .mobile-menu-nav li{border-bottom:1px solid var(--border)}.classic-theme .mobile-menu-nav a{font-family:var(--serif);color:var(--text);padding:16px 0;font-size:18px;text-decoration:none;transition:color .2s;display:block}.classic-theme .mobile-menu-nav a:hover{color:var(--accent)}.classic-theme .mobile-menu-cta{margin-top:auto;padding-top:24px}.classic-theme .btn{border-radius:var(--radius-sm);cursor:pointer;transition:all .3s var(--ease);font-size:15px;font-weight:600;font-family:var(--sans);border:none;align-items:center;gap:8px;padding:14px 28px;text-decoration:none;display:inline-flex}.classic-theme .btn-fill{background:var(--accent);color:#fff;box-shadow:0 4px 16px #7b2fa040}.classic-theme .btn-fill:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 8px 24px #7b2fa04d}.classic-theme .btn-outline{color:var(--text);border:1.5px solid var(--border-strong);background:0 0}.classic-theme .btn-outline:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.classic-theme .btn-gold{color:#fff;background:linear-gradient(135deg,#c4a24e,#d4b45e);box-shadow:0 4px 16px #c4a24e40}.classic-theme .btn-white{color:var(--text);background:#fff}.classic-theme .btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ffffff4d}.classic-theme .btn-ghost{color:#fff;background:0 0;border:1.5px solid #fff6}.classic-theme .btn-ghost:hover{background:#ffffff1f;border-color:#ffffffb3}.classic-theme .hero{padding:48px 0 72px}.classic-theme .hero-inner{grid-template-columns:1fr 1.1fr;align-items:center;gap:48px;display:grid}.classic-theme .hero-content{z-index:2;text-align:left;position:relative}.classic-theme .hero-tag{background:var(--green-soft);color:var(--green);font-family:var(--mono);text-transform:uppercase;letter-spacing:.06em;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:11px;display:inline-flex}.classic-theme .hero-tag .tag-dot{background:var(--green);border-radius:50%;width:6px;height:6px}.classic-theme .hero-desc{color:var(--text-soft);max-width:480px;margin:20px 0 0;font-size:17px;font-weight:300;line-height:1.65}.classic-theme .hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.classic-theme .hero-actions .btn-outline svg{opacity:.5;width:14px;height:14px}.classic-theme .hero-grid{grid-template-columns:1fr 1.1fr;align-items:center;gap:60px;max-width:1280px;margin:0 auto;padding:0 32px;display:grid}.classic-theme .hero-content h1{font-family:var(--serif);color:var(--text);margin:0 0 20px;font-size:clamp(40px,5vw,64px);font-weight:400;line-height:1.1}.classic-theme .hero-content h1 em{color:var(--accent);font-style:italic}.classic-theme .hero-content p{color:var(--text-soft);max-width:480px;margin-bottom:32px;font-size:17px;line-height:1.7}.classic-theme .hero-ctas{flex-wrap:wrap;gap:12px;margin-bottom:40px;display:flex}.classic-theme .hero-trust{border-top:1px solid var(--border);align-items:center;gap:16px;margin-top:36px;padding-top:28px;display:flex}.classic-theme .trust-text{color:var(--text-soft);font-size:13px;line-height:1.4}.classic-theme .trust-text strong{color:var(--text);font-weight:500}.classic-theme .hero-visual{border-radius:24px;height:620px;position:relative;overflow:hidden}.classic-theme .hero-visual-grid{grid-template-rows:1fr 1fr;grid-template-columns:1.1fr 1fr;gap:5px;height:100%;display:grid}.classic-theme .hero-img-cell{border-radius:4px;position:relative;overflow:hidden}.classic-theme .hero-img-cell:first-child{border-radius:20px 4px 4px}.classic-theme .hero-img-cell:nth-child(2){border-radius:4px 20px 4px 4px;grid-row:span 2}.classic-theme .hero-img-cell:nth-child(3){border-radius:4px 4px 4px 20px}.classic-theme .hero-img-cell img{object-fit:cover;object-position:center 25%;width:100%;height:100%;transition:transform .8s var(--ease)}.classic-theme .hero-img-cell:hover img{transform:scale(1.05)}.classic-theme .hero-img-overlay{z-index:2;pointer-events:none;background:linear-gradient(#0000 0%,#00000059 45%,#000000b8 100%);flex-direction:column;gap:6px;padding:20px 18px;display:flex;position:absolute;bottom:0;left:0;right:0}.classic-theme .hero-img-label{color:#fff;font-family:var(--serif);text-shadow:0 1px 6px #0006;font-size:20px;font-weight:500}.classic-theme .hero-img-cta{color:#fff;font-family:var(--sans);letter-spacing:.04em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-shadow:0 1px 3px #0000004d;pointer-events:auto;background:#ffffff2e;border-radius:6px;align-items:center;gap:4px;width:fit-content;padding:6px 14px;font-size:13px;font-weight:600;transition:all .3s;display:inline-flex}.classic-theme .hero-img-cell:hover .hero-img-cta{background:#7b2fa0d9}.classic-theme .hero-images{aspect-ratio:1;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:12px;display:grid}.classic-theme .hero-images .img-cell{border-radius:var(--radius);position:relative;overflow:hidden}.classic-theme .hero-images .img-cell img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease)}.classic-theme .hero-images .img-cell:hover img{transform:scale(1.05)}.classic-theme .section-header{text-align:center;margin-bottom:48px}.classic-theme .section-header h2{font-family:var(--serif);color:var(--text);margin:0 0 12px;font-size:clamp(28px,3vw,40px);font-weight:400}.classic-theme .section-header h2 em{color:var(--accent);font-style:italic}.classic-theme .section-header p{color:var(--text-soft);max-width:520px;margin:0 auto;font-size:16px}.classic-theme .occasions{padding:80px 0}.classic-theme .occasions-grid{grid-template-columns:repeat(7,1fr);gap:16px;display:grid}.classic-theme .occasion-card{border:1px solid var(--border);border-radius:var(--radius);text-align:center;color:var(--text);transition:all .4s var(--ease);background:var(--bg-card);text-decoration:none;overflow:hidden}.classic-theme .occasion-card:hover{box-shadow:var(--shadow-hover,var(--shadow-md));border-color:#0000;transform:translateY(-4px)}.classic-theme .occasion-img{aspect-ratio:1;width:100%;overflow:hidden}.classic-theme .occasion-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease)}.classic-theme .occasion-card:hover .occasion-img img{transform:scale(1.08)}.classic-theme .occasion-card h3{margin:0;padding:14px 8px;font-size:13px;font-weight:500}.classic-theme .products-section{padding:80px 0}.classic-theme .products-filter{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:32px;display:flex}.classic-theme .filter-btn{border:1px solid var(--border);background:var(--bg-card);font-family:var(--sans);color:var(--text-soft);cursor:pointer;border-radius:100px;padding:8px 18px;font-size:13px;transition:all .2s}.classic-theme .filter-btn:hover{border-color:var(--accent);color:var(--accent)}.classic-theme .filter-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.classic-theme .filter-count{color:var(--text-muted);margin-left:8px;font-size:13px}.classic-theme .empty-state{text-align:center;color:var(--text-muted);padding:64px 0;font-size:16px}.classic-theme .empty-state .btn{margin-top:16px}.classic-theme .customize-cta{text-align:center;margin:48px 0;padding:48px 32px}.classic-theme .customize-cta h2{font-family:var(--serif);margin:0 0 12px;font-size:28px;font-weight:400}.classic-theme .customize-cta h2 em{color:var(--accent);font-style:italic}.classic-theme .customize-cta p{color:var(--text-soft);margin-bottom:20px}.classic-theme .products-actions{text-align:center;margin-top:40px}.classic-theme .products-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.classic-theme .product-card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);transition:all .3s var(--ease);overflow:hidden}.classic-theme .product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.classic-theme .product-img{aspect-ratio:4/5;position:relative;overflow:hidden}.classic-theme .product-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease)}.classic-theme .product-card:hover .product-img img{transform:scale(1.05)}.classic-theme .product-badge{letter-spacing:.02em;border-radius:100px;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;top:12px;left:12px}.classic-theme .badge-bestseller{background:var(--gold-soft);color:var(--gold)}.classic-theme .badge-new{background:var(--green-soft);color:var(--green)}.classic-theme .badge-sameday{background:var(--accent-soft);color:var(--accent)}.classic-theme .product-quick{opacity:0;transition:all .3s var(--ease);position:absolute;bottom:12px;left:12px;right:12px;transform:translateY(8px)}.classic-theme .product-card:hover .product-quick{opacity:1;transform:translateY(0)}.classic-theme .product-quick button,.classic-theme .product-quick a{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-sm);width:100%;font-family:var(--sans);color:var(--accent);cursor:pointer;text-align:center;background:#fffffff2;border:none;padding:10px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s;display:block}.classic-theme .product-quick button:hover,.classic-theme .product-quick a:hover{background:#fff}.classic-theme .product-info{padding:16px}.classic-theme .product-name{font-family:var(--serif);margin-bottom:6px;font-size:16px;font-weight:500}.classic-theme .product-name a{color:var(--text);text-decoration:none}.classic-theme .product-name a:hover{color:var(--accent)}.classic-theme .product-desc{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.classic-theme .product-bottom{justify-content:space-between;align-items:center;display:flex}.classic-theme .product-price{color:var(--text);font-size:16px;font-weight:600}.classic-theme .product-price .from{color:var(--text-muted);margin-right:2px;font-size:12px;font-weight:400}.classic-theme .product-delivery{color:var(--green);background:var(--green-soft);border-radius:100px;padding:3px 8px;font-size:11px;font-weight:600}.classic-theme .featured-banner{background:var(--bg-dark);color:var(--text-on-dark);padding:80px 0}.classic-theme .banner-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:60px;max-width:1280px;margin:0 auto;padding:0 32px;display:grid}.classic-theme .banner-content h2{font-family:var(--serif);margin:0 0 16px;font-size:clamp(28px,3vw,40px);font-weight:400}.classic-theme .banner-content h2 em{color:var(--gold);font-style:italic}.classic-theme .banner-content p{color:var(--text-on-dark-soft);margin-bottom:28px;font-size:16px;line-height:1.7}.classic-theme .banner-features{flex-direction:column;gap:12px;margin:0 0 28px;padding:0;list-style:none;display:flex}.classic-theme .banner-features li{color:var(--text-on-dark-soft);align-items:center;gap:10px;font-size:14px;display:flex}.classic-theme .banner-features .feature-check{width:20px;height:20px;color:var(--gold);background:#c4a24e26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;display:flex}.classic-theme .banner-image{border-radius:var(--radius);aspect-ratio:16/10;overflow:hidden}.classic-theme .banner-image img{object-fit:cover;width:100%;height:100%}.classic-theme .ai-section{padding:80px 0}.classic-theme .ai-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1280px;margin:0 auto;padding:0 32px;display:grid}.classic-theme .ai-content h2{font-family:var(--serif);margin:0 0 16px;font-size:clamp(28px,3vw,40px);font-weight:400}.classic-theme .ai-content h2 em{color:var(--accent);font-style:italic}.classic-theme .ai-content p{color:var(--text-soft);margin-bottom:24px;font-size:16px;line-height:1.7}.classic-theme .ai-badge{background:var(--accent-soft);color:var(--accent);letter-spacing:.02em;border-radius:100px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.classic-theme .ai-features{flex-direction:column;gap:12px;margin:0 0 28px;padding:0;list-style:none;display:flex}.classic-theme .ai-features li{color:var(--text-soft);align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;display:flex}.classic-theme .ai-features .feature-icon{flex-shrink:0;margin-top:1px;font-size:16px}.classic-theme .ai-demo{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:24px}.classic-theme .ai-demo-header{font-family:var(--mono);text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);align-items:center;gap:10px;margin-bottom:16px;font-size:11px;display:flex}.classic-theme .ai-demo-messages{flex-direction:column;gap:12px;display:flex}.classic-theme .ai-msg{border-radius:var(--radius-sm);max-width:85%;padding:12px 16px;font-size:14px;line-height:1.5}.classic-theme .ai-msg.user{background:var(--accent);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.classic-theme .ai-msg.bot{background:var(--bg-warm);color:var(--text);border-bottom-left-radius:4px;align-self:flex-start}.classic-theme .delivery-section{padding:80px 0}.classic-theme .delivery-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.classic-theme .delivery-card{border-radius:var(--radius);text-align:center;padding:32px 24px}.classic-theme .delivery-card .delivery-icon{margin-bottom:16px;font-size:32px}.classic-theme .delivery-card h3{font-family:var(--serif);margin:0 0 8px;font-size:18px;font-weight:500}.classic-theme .delivery-card p{color:var(--text-soft);font-size:14px;line-height:1.6}.classic-theme .reviews-section{padding:80px 0}.classic-theme .reviews-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.classic-theme .review-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:28px}.classic-theme .review-stars{color:var(--gold);margin-bottom:12px;font-size:14px}.classic-theme .review-text{font-family:var(--serif);color:var(--text-soft);margin-bottom:16px;font-size:15px;font-style:italic;line-height:1.6}.classic-theme .review-author{color:var(--text);font-size:13px;font-weight:600}.classic-theme .newsletter{text-align:center;padding:80px 0}.classic-theme .newsletter h2{font-family:var(--serif);margin:0 0 12px;font-size:clamp(24px,3vw,36px);font-weight:400}.classic-theme .newsletter p{color:var(--text-soft);margin-bottom:28px}.classic-theme .newsletter-form{gap:12px;max-width:440px;margin:0 auto;display:flex}.classic-theme .newsletter-form input{border:1px solid var(--border-strong);border-radius:var(--radius-sm);font-family:var(--sans);background:var(--bg-card);color:var(--text);flex:1;padding:12px 16px;font-size:14px;transition:border-color .2s}.classic-theme .newsletter-form input:focus{border-color:var(--accent);outline:none}.classic-theme footer{background:var(--bg-dark);color:var(--text-on-dark);padding:60px 0 32px}.classic-theme .footer-grid{grid-template-columns:1.5fr repeat(5,1fr);gap:32px;margin-bottom:40px;display:grid}.classic-theme .footer-brand .logo-text{color:var(--text-on-dark)}.classic-theme .footer-brand p{color:var(--text-on-dark-soft);margin:12px 0;font-size:14px;line-height:1.6}.classic-theme .footer-col h4{font-family:var(--mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-on-dark-soft);margin:0 0 16px;font-size:10px}.classic-theme .footer-col ul{margin:0;padding:0;list-style:none}.classic-theme .footer-col li{margin-bottom:8px}.classic-theme .footer-col a{color:var(--text-on-dark);font-size:13px;text-decoration:none;transition:color .2s}.classic-theme .footer-col a:hover{color:#fff}.classic-theme .footer-bottom{font-family:var(--mono);color:var(--text-on-dark-soft);border-top:1px solid #faf7f21a;justify-content:space-between;align-items:center;padding-top:24px;font-size:11px;display:flex}.classic-theme .page-hero{text-align:center;padding:48px 0 32px}.classic-theme .page-hero h1{font-family:var(--serif);color:var(--text);margin:0 0 12px;font-size:clamp(32px,4vw,48px);font-weight:400}.classic-theme .page-desc{color:var(--text-soft);max-width:560px;margin:0 auto;font-size:17px}.classic-theme .breadcrumbs{color:var(--text-muted);padding:16px 0;font-size:13px}.classic-theme .breadcrumbs a{color:var(--text-muted);text-decoration:none}.classic-theme .breadcrumbs a:hover{color:var(--accent)}.classic-theme .pdp-grid{grid-template-columns:1fr 1fr;gap:48px;padding:40px 0 80px;display:grid}.classic-theme .pdp-image{border-radius:var(--radius);aspect-ratio:4/5;overflow:hidden}.classic-theme .pdp-image img{object-fit:cover;width:100%;height:100%}.classic-theme .pdp-category a{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:600;text-decoration:none}.classic-theme .pdp-title{font-family:var(--serif);margin:8px 0 12px;font-size:clamp(28px,3vw,40px);font-weight:400}.classic-theme .pdp-price{margin-bottom:16px;font-size:24px;font-weight:600}.classic-theme .pdp-price .from{color:var(--text-muted);font-size:14px;font-weight:400}.classic-theme .pdp-delivery-badge{background:var(--green-soft);color:var(--green);border-radius:100px;margin-bottom:20px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-block}.classic-theme .pdp-desc{color:var(--text-soft);margin-bottom:28px;font-size:16px;line-height:1.7}.classic-theme .pdp-actions{gap:12px;margin-bottom:24px;display:flex}.classic-theme .add-to-cart-btn{background:var(--accent);color:#fff;border-radius:var(--radius-sm);font-family:var(--sans);cursor:pointer;transition:all .3s var(--ease);border:none;flex:1;padding:16px 32px;font-size:16px;font-weight:600}.classic-theme .add-to-cart-btn:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 8px 24px #7b2fa04d}.classic-theme .pdp-purchase{margin-top:4px}.classic-theme .addon-picker{border:1.5px solid var(--accent);border-radius:var(--radius-sm);background:linear-gradient(150deg, var(--accent-soft) 0%, var(--bg-warm) 100%);margin:4px 0 22px;padding:20px;box-shadow:0 4px 16px #7b2fa014}.classic-theme .addon-picker-title{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0 0 12px;font-size:11px}.classic-theme .addon-list{flex-direction:column;gap:8px;display:flex}.classic-theme .addon-item{text-align:left;background:var(--bg-card);border:1px solid var(--border-strong);border-radius:var(--radius-sm);cursor:pointer;width:100%;transition:all .15s var(--ease);align-items:center;gap:12px;padding:12px 14px;display:flex}.classic-theme .addon-item:hover{border-color:var(--accent)}.classic-theme .addon-item.on{border-color:var(--accent);background:var(--accent-soft)}.classic-theme .addon-check{border:1.5px solid var(--border-strong);background:var(--bg-card);color:#fff;width:22px;height:22px;transition:all .15s var(--ease);border-radius:6px;flex:none;justify-content:center;align-items:center;font-size:13px;display:flex}.classic-theme .addon-check.on{background:var(--accent);border-color:var(--accent)}.classic-theme .addon-info{flex-direction:column;flex:1;gap:2px;display:flex}.classic-theme .addon-name{color:var(--text);font-size:15px}.classic-theme .addon-desc{color:var(--text-soft);font-size:12px;font-weight:300}.classic-theme .addon-price{font-family:var(--mono);color:var(--text-muted);flex:none;font-size:13px}.classic-theme .variant-picker{margin:4px 0 18px}.classic-theme .variant-picker-title{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:0 0 10px;font-size:11px}.classic-theme .variant-list{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.classic-theme .variant-item{border:1.5px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--bg-card);cursor:pointer;transition:all .15s var(--ease);flex-direction:column;align-items:flex-start;gap:4px;padding:12px 14px;display:flex}.classic-theme .variant-item:hover{border-color:var(--accent)}.classic-theme .variant-item.on{border-color:var(--accent);background:var(--accent-soft);box-shadow:var(--shadow-md)}.classic-theme .variant-name{font-family:var(--serif);color:var(--text);font-size:15px}.classic-theme .variant-price{font-family:var(--mono);color:var(--text-soft);font-size:12px}.classic-theme .variant-item.on .variant-price{color:var(--accent)}.classic-theme .cart-modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;animation:cartModalFade .2s var(--ease);background:#1a171480;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}@keyframes cartModalFade{0%{opacity:0}to{opacity:1}}.classic-theme .cart-modal{background:var(--bg-card);border-radius:var(--radius);width:100%;max-width:440px;animation:cartModalPop .25s var(--ease);overflow:hidden;box-shadow:0 24px 64px #1a171447}@keyframes cartModalPop{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.classic-theme .cart-modal-head{border-bottom:1px solid var(--border);font-family:var(--serif);align-items:center;gap:10px;padding:18px 22px;font-size:18px;display:flex}.classic-theme .cart-modal-check{background:var(--green,#4a7c59);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font-size:14px;display:flex}.classic-theme .cart-modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:16px;line-height:1}.classic-theme .cart-modal-items{max-height:320px;padding:8px 12px;overflow-y:auto}.classic-theme .cart-modal-line{border-radius:var(--radius-sm);transition:background .2s var(--ease);align-items:center;gap:12px;padding:10px;display:flex}.classic-theme .cart-modal-line.just-added{background:var(--accent-soft)}.classic-theme .cart-modal-line img{object-fit:cover;border-radius:var(--radius-sm);flex:none;width:54px;height:54px}.classic-theme .cart-modal-line-noimg{border-radius:var(--radius-sm);background:var(--bg-warm);border:1px solid var(--border);width:54px;height:54px;color:var(--text-muted);flex:none;justify-content:center;align-items:center;font-size:18px;display:flex}.classic-theme .cart-modal-line-info{flex:1;min-width:0}.classic-theme .cart-modal-line-name{color:var(--text);font-size:14px;line-height:1.3}.classic-theme .cart-modal-line-controls{align-items:center;gap:8px;margin-top:6px;display:flex}.classic-theme .cart-modal-line-qty{font-family:var(--mono);color:var(--text-muted);margin-top:2px;font-size:11px}.classic-theme .cart-modal-line-price{font-family:var(--mono);color:var(--text-soft);flex:none;font-size:13px}.classic-theme .cart-modal-total{border-top:1px solid var(--border);border-bottom:1px solid var(--border);font-family:var(--serif);justify-content:space-between;padding:14px 22px;font-size:16px;display:flex}.classic-theme .cart-modal-actions{gap:12px;padding:18px 22px;display:flex}.classic-theme .btn-keep-shopping{border:1.5px solid var(--accent);color:var(--accent);border-radius:var(--radius-sm);font-family:var(--sans);cursor:pointer;transition:all .15s var(--ease);background:0 0;flex:1;padding:13px;font-size:14px;font-weight:600}.classic-theme .btn-keep-shopping:hover{background:var(--accent-soft)}.classic-theme .btn-continue-cart{background:var(--accent);color:#fff;border-radius:var(--radius-sm);font-family:var(--sans);text-align:center;cursor:pointer;transition:all .15s var(--ease);border:none;flex:1;padding:13px;font-size:14px;font-weight:600;text-decoration:none}.classic-theme .btn-continue-cart:hover{background:var(--accent-hover)}@media (max-width:768px){.classic-theme .variant-list{grid-template-columns:1fr}}.classic-theme .pdp-care{border-radius:var(--radius-sm);background:var(--bg-warm);border:1px solid var(--border);margin-bottom:24px;padding:24px}.classic-theme .pdp-care h3{margin:0 0 8px;font-size:14px;font-weight:500}.classic-theme .pdp-care p{color:var(--text-soft);margin:0;font-size:13px;font-weight:300;line-height:1.6}.classic-theme .pdp-occasions{margin-bottom:24px}.classic-theme .pdp-occasions h3{margin:0 0 10px;font-size:14px;font-weight:500}.classic-theme .pdp-occasion-tags{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.classic-theme .pdp-occasions .filter-btn{padding:6px 14px;font-size:12px;text-decoration:none}.classic-theme .pdp-delivery-note{color:var(--text-muted);margin:0;font-size:13px}.classic-theme .pdp-delivery-note a{color:var(--accent);border-bottom:1px solid var(--accent-soft);text-decoration:none}.classic-theme .about-text h2{font-family:var(--serif);margin:32px 0 16px;font-size:28px;font-weight:400}.classic-theme .about-text h2:first-child{margin-top:0}.classic-theme .about-text h2 em{color:var(--accent);font-style:italic}.classic-theme .about-text p{color:var(--text-soft);margin-bottom:16px;font-size:16px;line-height:1.7}.classic-theme .about-stat{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);text-align:center;padding:20px}.classic-theme .about-stat .stat-value{font-family:var(--serif);color:var(--accent);margin-bottom:4px;font-size:24px}.classic-theme .about-stat .stat-label{color:var(--text-muted);font-size:12px;font-weight:500}.classic-theme .contact-grid{grid-template-columns:1fr 1fr;gap:48px;display:grid}.classic-theme .form-group{margin-bottom:16px}.classic-theme .form-input,.classic-theme .form-textarea,.classic-theme .form-select{border:1px solid var(--border-strong);border-radius:var(--radius-sm);width:100%;font-family:var(--sans);background:var(--bg-card);color:var(--text);padding:12px 16px;font-size:14px;transition:border-color .2s}.classic-theme .form-input:focus,.classic-theme .form-textarea:focus,.classic-theme .form-select:focus{border-color:var(--accent);outline:none}.classic-theme .form-textarea{resize:vertical;min-height:120px}.classic-theme .form-label{color:var(--text);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.classic-theme .contact-info h2{font-family:var(--serif);margin:0 0 24px;font-size:24px;font-weight:400}.classic-theme .contact-info-item{gap:12px;margin-bottom:20px;font-size:15px;display:flex}.classic-theme .contact-info-item .info-label{min-width:60px;font-weight:600}.classic-theme .contact-info-item a{color:var(--accent);text-decoration:none}.classic-theme .hours-text{line-height:1.8}.classic-theme .form-error{color:#b91c1c;border-radius:var(--radius-sm);background:#dc262614;border:1px solid #dc262633;margin-bottom:16px;padding:12px 16px;font-size:14px}.classic-theme .internal-links{background:var(--bg-warm);padding:60px 0}.classic-theme .internal-links h3{font-family:var(--serif);text-align:center;margin:0 0 24px;font-size:22px;font-weight:400}.classic-theme .links-grid{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.classic-theme .links-grid a{border:1px solid var(--border);background:var(--bg-card);color:var(--text-soft);border-radius:100px;padding:8px 18px;font-size:13px;text-decoration:none;transition:all .2s}.classic-theme .links-grid a:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.classic-theme .faq-list{flex-direction:column;gap:8px;max-width:720px;margin:0 auto;display:flex}.classic-theme .faq-item{border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color .2s;overflow:hidden}.classic-theme .faq-item.open{border-color:var(--accent)}.classic-theme .faq-question{background:var(--bg-card);cursor:pointer;width:100%;font-family:var(--serif);color:var(--text);text-align:left;border:none;justify-content:space-between;align-items:center;padding:18px 20px;font-size:16px;font-weight:500;transition:color .2s;display:flex}.classic-theme .faq-question:hover{color:var(--accent)}.classic-theme .faq-question .faq-icon{color:var(--text-muted);transition:transform .3s var(--ease);flex-shrink:0;margin-left:16px;font-size:18px}.classic-theme .faq-item.open .faq-icon{color:var(--accent);transform:rotate(45deg)}.classic-theme .faq-answer{color:var(--text-soft);padding:0 20px 18px;font-size:15px;line-height:1.7;display:none}.classic-theme .faq-item.open .faq-answer{display:block}.classic-theme .services-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.classic-theme .service-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;transition:all .3s var(--ease);padding:32px 24px}.classic-theme .service-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.classic-theme .service-card .service-icon{margin-bottom:16px;font-size:36px}.classic-theme .service-card h3{font-family:var(--serif);margin:0 0 10px;font-size:20px;font-weight:500}.classic-theme .service-card p{color:var(--text-soft);font-size:14px;line-height:1.6}.classic-theme .wedding-process{background:var(--bg-warm);padding:80px 0}.classic-theme .process-step h3{font-family:var(--serif);margin:0 0 8px;font-size:18px;font-weight:500}.classic-theme .process-step p{color:var(--text-soft);font-size:14px;line-height:1.6}.classic-theme .wedding-quote-form{background:radial-gradient(circle at 15% 0%, var(--green-soft) 0%, transparent 45%), radial-gradient(circle at 85% 100%, var(--accent-soft) 0%, transparent 45%), var(--bg-warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:80px 0}.classic-theme .quote-form-grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.classic-theme .quote-form-info h2{font-family:var(--serif);margin:0 0 16px;font-size:clamp(28px,3vw,40px);font-weight:400}.classic-theme .quote-form-info h2 em{color:var(--accent);font-style:italic}.classic-theme .quote-form-info p{color:var(--text-soft);margin-bottom:24px;font-size:16px;line-height:1.7}.classic-theme .quote-form{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:32px}.classic-theme .quote-form .form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.classic-theme .wedding-venues{background:var(--bg-warm);padding:80px 0}.classic-theme .venues-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.classic-theme .venue-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:all .3s var(--ease);overflow:hidden}.classic-theme .venue-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.classic-theme .venue-card-img{aspect-ratio:16/10;overflow:hidden}.classic-theme .venue-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease)}.classic-theme .venue-card:hover .venue-card-img img{transform:scale(1.05)}.classic-theme .venue-card-info{padding:16px 20px}.classic-theme .venue-card-info h3{font-family:var(--serif);margin:0 0 4px;font-size:16px;font-weight:500}.classic-theme .venue-card-info p{color:var(--text-muted);font-size:13px}.classic-theme .wedding-testimonial{padding:80px 0}.classic-theme .testimonial-block{text-align:center;max-width:640px;margin:0 auto}.classic-theme .testimonial-block .review-stars{margin-bottom:20px;font-size:18px}.classic-theme .testimonial-block blockquote{font-family:var(--serif);color:var(--text-soft);margin:0 0 20px;font-size:clamp(18px,2vw,24px);font-style:italic;line-height:1.6}.classic-theme .testimonial-block cite{color:var(--text);font-size:14px;font-style:normal;font-weight:600}.classic-theme .wedding-cta{background:var(--bg-dark);color:var(--text-on-dark);text-align:center;padding:80px 0}.classic-theme .wedding-cta h2{font-family:var(--serif);margin:0 0 12px;font-size:clamp(28px,3vw,40px);font-weight:400}.classic-theme .wedding-cta p{color:var(--text-on-dark-soft);margin-bottom:28px;font-size:16px}.classic-theme .md-hero{text-align:center;background:linear-gradient(180deg, var(--rose-soft) 0%, var(--bg) 100%);padding:100px 0 60px}.classic-theme .md-hero .hero-inner{max-width:720px;margin:0 auto}.classic-theme .md-hero .hero-tag{background:var(--rose-soft);color:#c45b72}.classic-theme .md-hero h1{font-family:var(--serif);color:var(--text);margin:0 0 16px;font-size:clamp(40px,5vw,64px);font-weight:400;line-height:1.1}.classic-theme .md-hero h1 em{color:#c45b72;font-style:italic}.classic-theme .md-hero p{color:var(--text-soft);max-width:520px;margin:0 auto 32px;font-size:18px;line-height:1.7}.classic-theme .cart-overlay{z-index:200;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;position:fixed;inset:0}.classic-theme .cart-overlay.open{opacity:1;pointer-events:all}.classic-theme .cart-drawer{background:var(--bg);z-index:201;width:400px;max-width:100vw;transition:transform .3s var(--ease);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.classic-theme .cart-drawer.open{transform:translate(0)}.classic-theme .cart-drawer-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.classic-theme .cart-drawer-header h3{font-family:var(--serif);margin:0;font-size:20px;font-weight:500}.classic-theme .cart-drawer-items{flex:1;padding:16px 24px;overflow-y:auto}.classic-theme .cart-item{border-bottom:1px solid var(--border);gap:16px;padding:16px 0;display:flex}.classic-theme .cart-item-img{border-radius:var(--radius-sm);flex-shrink:0;width:72px;height:72px;overflow:hidden}.classic-theme .cart-item-img img{object-fit:cover;width:100%;height:100%}.classic-theme .cart-item-info{flex:1}.classic-theme .cart-item-name{margin-bottom:4px;font-size:14px;font-weight:600}.classic-theme .cart-item-price{color:var(--text-soft);font-size:14px}.classic-theme .cart-item-qty{align-items:center;gap:8px;margin-top:8px;display:flex}.classic-theme .cart-item-qty button{border:1px solid var(--border-strong);background:var(--bg-card);cursor:pointer;width:28px;height:28px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex}.classic-theme .cart-drawer-footer{border-top:1px solid var(--border);padding:20px 24px}.classic-theme .cart-subtotal{justify-content:space-between;margin-bottom:16px;font-size:16px;font-weight:600;display:flex}.classic-theme .reveal{opacity:1;transform:none}.classic-theme .reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.classic-theme .products-grid,.classic-theme .footer-grid{grid-template-columns:repeat(3,1fr)}.classic-theme .services-grid,.classic-theme .process-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.classic-theme .container,.classic-theme .nav-inner{padding:0 20px}.classic-theme .hero{padding:60px 0 40px}.classic-theme .hero-inner{grid-template-columns:1fr;gap:36px}.classic-theme .hero-content{text-align:center}.classic-theme .hero-content h1{font-size:clamp(34px,9vw,48px)}.classic-theme .hero-desc{margin-left:auto;margin-right:auto}.classic-theme .hero-actions,.classic-theme .hero-trust{justify-content:center}.classic-theme .hero-visual{height:380px}.classic-theme .hero-grid{grid-template-columns:1fr;gap:40px}.classic-theme .hero-images{display:none}.classic-theme .occasions-grid{grid-template-columns:repeat(3,1fr)}.classic-theme .products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.classic-theme .banner-grid,.classic-theme .ai-grid{grid-template-columns:1fr}.classic-theme .delivery-grid{grid-template-columns:repeat(2,1fr)}.classic-theme .reviews-grid,.classic-theme .pdp-grid,.classic-theme .about-grid,.classic-theme .contact-grid,.classic-theme .footer-grid{grid-template-columns:1fr}.classic-theme .nav-menu{display:none}.classic-theme .mobile-menu-btn{display:block}.classic-theme .services-grid{grid-template-columns:1fr}.classic-theme .process-steps{grid-template-columns:1fr;gap:24px}.classic-theme .quote-form-grid,.classic-theme .quote-form .form-row,.classic-theme .venues-grid{grid-template-columns:1fr}.classic-theme .wedding-hero,.classic-theme .md-hero{padding:60px 0 40px}}@media (max-width:480px){.classic-theme .occasions-grid{grid-template-columns:repeat(2,1fr)}.classic-theme .products-grid,.classic-theme .delivery-grid{grid-template-columns:1fr}.classic-theme .hero-actions{flex-direction:column;align-items:stretch}}.classic-theme .wedding-hero{text-align:center;justify-content:center;align-items:center;min-height:85vh;display:flex;position:relative;overflow:hidden}.classic-theme .wedding-hero-bg{position:absolute;inset:0}.classic-theme .wedding-hero-bg img{object-fit:cover;width:100%;height:100%}.classic-theme .wedding-hero-bg:after{content:"";background:linear-gradient(#1a171433 0%,#1a17148c 100%);position:absolute;inset:0}.classic-theme .wedding-hero-content{z-index:2;max-width:700px;padding:40px;position:relative}.classic-theme .wedding-hero-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:8px 20px;font-size:11px;display:inline-flex}.classic-theme .wedding-hero h1{font-family:var(--serif);color:#fff;letter-spacing:-.03em;font-size:clamp(40px,6vw,72px);font-weight:400;line-height:1.05}.classic-theme .wedding-hero h1 em{color:var(--gold);font-style:italic}.classic-theme .wedding-hero-sub{color:#ffffffd9;margin-top:20px;font-size:18px;font-weight:300;line-height:1.6}.classic-theme .wedding-hero-actions{justify-content:center;gap:12px;margin-top:36px;display:flex}.classic-theme .wedding-services{padding:80px 0}.classic-theme .wedding-services-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.classic-theme .wedding-service-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);text-align:center;transition:all .4s var(--ease);padding:36px 28px}.classic-theme .wedding-service-card:hover{box-shadow:var(--shadow-hover);border-color:#0000;transform:translateY(-4px)}.classic-theme .wedding-service-icon{background:var(--gold-soft);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;font-size:24px;display:flex}.classic-theme .wedding-service-card h3{font-family:var(--serif);margin-bottom:8px;font-size:18px;font-weight:400}.classic-theme .wedding-service-card p{color:var(--text-muted);font-size:13px;font-weight:300;line-height:1.6}.classic-theme .wedding-packages{background:var(--bg-warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:80px 0}.classic-theme .wedding-pkg-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.classic-theme .wedding-pkg{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);transition:all .4s var(--ease);padding:40px 32px;position:relative}.classic-theme .wedding-pkg:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.classic-theme .wedding-pkg.featured{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold)}.classic-theme .wedding-pkg.featured:before{content:"Most Popular";background:var(--gold);color:#fff;font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;border-radius:0 0 8px 8px;padding:4px 16px;font-size:10px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.classic-theme .wedding-pkg-name{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:8px;font-size:11px}.classic-theme .wedding-pkg-price{font-family:var(--serif);font-size:36px;font-weight:500}.classic-theme .wedding-pkg-price span{color:var(--text-muted);font-size:14px;font-weight:300}.classic-theme .wedding-pkg-desc{color:var(--text-soft);margin:12px 0 20px;font-size:14px;font-weight:300;line-height:1.5}.classic-theme .wedding-pkg ul{padding:0;list-style:none}.classic-theme .wedding-pkg li{color:var(--text-soft);border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:8px 0;font-size:13px;display:flex}.classic-theme .wedding-pkg li:before{content:"✓";color:var(--gold);font-size:12px;font-weight:600}.classic-theme .wedding-process{padding:80px 0}.classic-theme .process-timeline{grid-template-columns:repeat(6,1fr);gap:24px;margin-top:48px;display:grid;position:relative}.classic-theme .process-timeline:before{content:"";background:var(--border);height:2px;position:absolute;top:28px;left:10%;right:10%}.classic-theme .process-step{text-align:center;position:relative}.classic-theme .process-num{background:var(--accent);border:2px solid var(--accent);width:56px;height:56px;font-family:var(--serif);color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:20px;font-weight:500;display:flex;position:relative}.classic-theme .process-step h4{margin-bottom:6px;font-size:13px;font-weight:500}.classic-theme .process-step p{color:var(--text-muted);font-size:12px;font-weight:300;line-height:1.5}.classic-theme .wedding-venues{background:var(--bg-dark);color:var(--text-on-dark);padding:80px 0}.classic-theme .wedding-venues h2{font-family:var(--serif);text-align:center;font-size:clamp(28px,3vw,40px);font-weight:400}.classic-theme .wedding-venues h2 em{color:var(--gold);font-style:italic}.classic-theme .venues-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px;display:grid}.classic-theme .venue-card{border-radius:var(--radius-sm);transition:all .3s var(--ease);background:#ffffff08;border:1px solid #ffffff14;padding:24px}.classic-theme .venue-card:hover{border-color:var(--gold);background:#ffffff0f}.classic-theme .venue-card h4{font-family:var(--serif);color:var(--gold);margin-bottom:6px;font-size:16px;font-weight:400}.classic-theme .venue-card p{color:var(--text-on-dark-soft);font-size:13px;font-weight:300;line-height:1.5}.classic-theme .wedding-testimonial{text-align:center;padding:80px 0}.classic-theme .wedding-quote{font-family:var(--serif);max-width:700px;color:var(--text);margin:0 auto;font-size:clamp(22px,3vw,36px);font-style:italic;font-weight:400;line-height:1.4}.classic-theme .wedding-quote:before{content:"\"";color:var(--gold);margin-bottom:8px;font-size:64px;line-height:.8;display:block}.classic-theme .wedding-cta{background:linear-gradient(135deg, var(--bg-dark), #2a2520);text-align:center;color:var(--text-on-dark);padding:80px 0}.classic-theme .wedding-cta h2{font-family:var(--serif);font-size:clamp(32px,4vw,52px);font-weight:400}.classic-theme .wedding-cta h2 em{color:var(--gold);font-style:italic}.classic-theme .wedding-cta p{color:var(--text-on-dark-soft);max-width:520px;margin-top:16px;margin-left:auto;margin-right:auto;font-size:16px;font-weight:300}@media (max-width:768px){.classic-theme .wedding-services-grid,.classic-theme .wedding-pkg-grid{grid-template-columns:1fr}.classic-theme .process-timeline{grid-template-columns:repeat(2,1fr);row-gap:24px}.classic-theme .process-timeline:before{display:none}.classic-theme .venues-grid{grid-template-columns:1fr}.classic-theme .wedding-hero{min-height:70vh}}.classic-theme .wq-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);margin-top:22px;padding:26px}.classic-theme .wq-card h2{font-family:var(--serif);letter-spacing:-.01em;font-size:26px;font-weight:500}.classic-theme .wq-card .wq-note,.classic-theme .wq-note{color:var(--text-soft);margin-top:4px;font-size:14px;font-weight:300}.classic-theme .wq-lbl{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:7px;font-size:11px;display:block}.classic-theme .wq-field{background:var(--bg);border:1px solid var(--border-strong);border-radius:var(--radius-sm);width:100%;color:var(--text);font-family:var(--sans);padding:11px 14px;font-size:15px;font-weight:300;transition:all .15s}.classic-theme .wq-field::placeholder{color:var(--text-muted)}.classic-theme .wq-field:focus{border-color:var(--accent);background:var(--bg-card);outline:none}.classic-theme .wq-grid2{grid-template-columns:1fr 1fr;gap:15px;display:grid}.classic-theme .wq-err{color:#b3324a;margin-top:4px;font-size:12px;display:block}.classic-theme .wq-rowtop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.classic-theme .wq-toggle{background:var(--border-strong);width:48px;height:28px;transition:.18s var(--ease);cursor:pointer;border:none;border-radius:999px;flex:none;position:relative}.classic-theme .wq-toggle.on{background:var(--accent)}.classic-theme .wq-toggle .k{width:20px;height:20px;transition:.18s var(--ease);background:#fff;border-radius:50%;position:absolute;top:4px;left:4px}.classic-theme .wq-toggle.on .k{left:24px}.classic-theme .wq-sublbl{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:20px 0 12px;font-size:11px}.classic-theme .wq-tiers{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.classic-theme .wq-tier{text-align:left;border:1px solid var(--border-strong);background:var(--bg-card);transition:.15s var(--ease);cursor:pointer;border-radius:24px 24px 10px 10px;padding:13px}.classic-theme .wq-tier.on{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.classic-theme .wq-tier-name{font-family:var(--serif);font-size:17px;line-height:1.1;display:block}.classic-theme .wq-tier-desc{color:var(--text-soft);margin-top:7px;font-size:11px;font-weight:300;line-height:1.4;display:block}.classic-theme .wq-countrow{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-top:20px;display:flex}.classic-theme .wq-counts{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.classic-theme .wq-count{border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--bg-card);width:46px;height:44px;color:var(--text-soft);font-family:var(--sans);cursor:pointer;font-size:15px;transition:all .12s}.classic-theme .wq-count.on{background:var(--accent);color:#fff;border-color:var(--accent)}.classic-theme .wq-pricedisp{text-align:right}.classic-theme .wq-pricedisp .pt{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:11px}.classic-theme .wq-pricedisp .pv{font-family:var(--serif);font-size:30px}.classic-theme .wq-addon{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:11px 0;display:flex}.classic-theme .wq-addon-label{color:var(--text);font-size:15px}.classic-theme .wq-addon-price{font-family:var(--mono);color:var(--text-muted);margin-left:8px;font-size:11px}.classic-theme .wq-stepper{flex:none;align-items:center;gap:10px;display:flex}.classic-theme .wq-stepper button{border:1px solid var(--border-strong);width:32px;height:32px;color:var(--text-soft);cursor:pointer;background:0 0;border-radius:50%;font-size:16px;transition:all .12s}.classic-theme .wq-stepper button:hover{border-color:var(--accent);color:var(--accent)}.classic-theme .wq-stepper span{text-align:center;font-variant-numeric:tabular-nums;width:22px}.classic-theme .wq-estimate{background:var(--bg-card);border:1px solid var(--accent);border-radius:var(--radius);box-shadow:var(--shadow-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:22px;padding:26px;display:flex}.classic-theme .wq-estimate .ev{font-family:var(--serif);font-size:40px;line-height:1}.classic-theme .wq-estimate .ed{color:var(--text-muted);max-width:320px;margin-top:6px;font-size:12px;font-weight:300}.classic-theme .wq-banner{background:var(--green-soft);border:1px solid var(--green);border-radius:var(--radius);align-items:center;gap:12px;padding:18px;display:flex}.classic-theme .wq-banner .chk{background:var(--green);border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.classic-theme .wq-docline{color:var(--text-soft);justify-content:space-between;padding:3px 0;font-size:14px;display:flex}.classic-theme #wq-app{max-width:780px;margin:32px auto 0}@media (max-width:768px){.classic-theme .wq-grid2{grid-template-columns:1fr}.classic-theme .wq-tiers{grid-template-columns:1fr 1fr}}.classic-theme{--build-marker:1780670000}.classic-theme .product-price .from{font-family:var(--sans);color:var(--text-muted);margin-right:2px;font-size:11px;font-weight:300}.classic-theme .page-hero{padding:56px 0 40px}.classic-theme .page-hero h1{font-family:var(--serif);letter-spacing:-.02em;font-size:clamp(32px,4vw,52px);font-weight:400}.classic-theme .page-hero h1 em{color:var(--accent);font-style:italic}.classic-theme .page-desc{color:var(--text-soft);max-width:640px;margin-top:16px;font-size:17px;font-weight:300;line-height:1.65}.classic-theme .content-page{padding:0 0 80px}.classic-theme .content-body h2{font-family:var(--serif);margin-top:40px;margin-bottom:16px;font-size:clamp(22px,2.5vw,32px);font-weight:400}.classic-theme .content-body h3{margin-top:28px;margin-bottom:12px;font-size:18px;font-weight:500}.classic-theme .content-body p{color:var(--text-soft);margin-bottom:16px;font-size:15px;font-weight:300;line-height:1.75}.classic-theme .content-body a{color:var(--accent);border-bottom:1px solid var(--accent-soft);text-decoration:none;transition:border-color .2s}.classic-theme .content-body a:hover{border-color:var(--accent)}.classic-theme .content-body ul,.classic-theme .content-body ol{margin-bottom:16px;padding-left:24px}.classic-theme .content-body li{color:var(--text-soft);margin-bottom:8px;font-size:15px;font-weight:300;line-height:1.75}.classic-theme .content-body li strong{color:var(--text);font-weight:500}.classic-theme .content-block{border-top:1px solid var(--border);margin-top:48px;padding-top:40px}.classic-theme .about-grid{grid-template-columns:1.3fr 1fr;gap:48px;display:grid}.classic-theme .about-img{border-radius:var(--radius);width:100%;margin-bottom:24px}.classic-theme .about-stats{grid-template-columns:1fr 1fr;gap:12px;display:grid}.classic-theme .about-stat{text-align:center;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-card);padding:20px}.classic-theme .stat-num{font-family:var(--serif);color:var(--accent);font-size:28px;font-weight:500;display:block}.classic-theme .stat-label{font-size:11px;font-family:var(--mono);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-top:4px}.classic-theme .faq-list{flex-direction:column;gap:2px;display:flex}.classic-theme .faq-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);padding:24px 28px}.classic-theme .faq-q{font-family:var(--sans);font-size:16px;font-weight:500}.classic-theme .faq-a{margin-top:12px}.classic-theme .faq-a p{margin-bottom:0}.classic-theme .care-steps{flex-direction:column;gap:16px;margin:28px 0;display:flex}.classic-theme .care-step{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-card);align-items:flex-start;gap:16px;padding:20px 24px;display:flex}.classic-theme .step-num{background:var(--accent);color:#fff;width:36px;height:36px;font-family:var(--mono);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:500;display:flex}.classic-theme .care-step h3{margin:0 0 4px;font-size:15px;font-weight:500}.classic-theme .care-step p{color:var(--text-soft);margin:0;font-size:14px;line-height:1.6}.classic-theme .delivery-table{border-collapse:collapse;border-radius:var(--radius-sm);width:100%;margin:16px 0 24px;overflow:hidden}.classic-theme .delivery-table th{background:var(--bg-dark);color:var(--text-on-dark);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;text-align:left;padding:14px 20px;font-size:11px}.classic-theme .delivery-table td{border-bottom:1px solid var(--border);color:var(--text-soft);padding:14px 20px;font-size:14px}.classic-theme .delivery-table tr:last-child td{color:var(--green);font-weight:500}.classic-theme .area-list{columns:2;column-gap:32px}.classic-theme .zip-codes{font-family:var(--mono);color:var(--text-muted);font-size:12px;line-height:2}.classic-theme .pricing-grid-simple{grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 0;display:grid}.classic-theme .plan-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);text-align:center;padding:28px 24px}.classic-theme .plan-card.featured{border-color:var(--accent);background:var(--accent-soft)}.classic-theme .plan-card h3{font-family:var(--serif);margin-bottom:8px;font-size:20px}.classic-theme .plan-price{font-family:var(--serif);color:var(--accent);font-size:36px;font-weight:500}.classic-theme .plan-price span{color:var(--text-muted);font-size:14px;font-weight:300}.classic-theme .internal-links{border-top:1px solid var(--border);padding:48px 0}.classic-theme .internal-links h3{font-family:var(--serif);margin-bottom:20px;font-size:22px;font-weight:400}.classic-theme .links-grid{flex-wrap:wrap;gap:8px;display:flex}.classic-theme .links-grid a{border:1px solid var(--border);color:var(--text-soft);transition:all .3s var(--ease);border-radius:100px;padding:8px 18px;font-size:13px;text-decoration:none}.classic-theme .links-grid a:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.classic-theme .about-grid,.classic-theme .pricing-grid-simple{grid-template-columns:1fr}.classic-theme .area-list{columns:1}@media (max-width:768px){.classic-theme .about-grid{grid-template-columns:1fr;gap:32px}.classic-theme .pricing-grid-simple{grid-template-columns:1fr}.classic-theme .about-stats{grid-template-columns:1fr 1fr}.classic-theme .area-list{columns:1}}.classic-theme .checkout-wrap{max-width:1040px;margin:0 auto;padding:40px 24px 80px}.classic-theme .checkout-title{font-family:var(--serif);letter-spacing:-.02em;margin-bottom:28px;font-size:clamp(30px,4vw,44px);font-weight:400}.classic-theme .checkout-steps{gap:8px;margin-bottom:32px;display:flex}.classic-theme .checkout-step-pip{border-radius:var(--radius-sm);background:var(--bg-warm);border:1px solid var(--border);color:var(--text-muted);flex:1;align-items:center;gap:8px;padding:12px 16px;font-size:13px;display:flex}.classic-theme .checkout-step-pip .pip-num{background:var(--bg-card);border:1.5px solid var(--border-strong);width:24px;height:24px;font-family:var(--mono);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:12px;display:flex}.classic-theme .checkout-step-pip.current{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.classic-theme .checkout-step-pip.current .pip-num{background:var(--accent);border-color:var(--accent);color:#fff}.classic-theme .checkout-step-pip.done .pip-num{background:var(--green,#4a7c59);border-color:var(--green,#4a7c59);color:#fff}.classic-theme .pip-label{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;font-size:11px}.classic-theme .checkout-grid{grid-template-columns:1.5fr 1fr;align-items:start;gap:28px;display:grid}.classic-theme .checkout-main{min-width:0}.classic-theme .checkout-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:28px}.classic-theme .checkout-h2{font-family:var(--serif);margin:0 0 20px;font-size:24px;font-weight:400}.classic-theme .checkout-section-label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin:22px 0 4px;font-size:11px}.classic-theme .checkout-required-note{color:var(--text-muted);margin:0 0 16px;font-size:12px}.classic-theme .fulfill-toggle{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:6px;display:grid}.classic-theme .fulfill-opt{border:2px solid var(--border-strong);border-radius:var(--radius);background:var(--bg-card);cursor:pointer;transition:all .18s var(--ease);font-family:var(--serif);color:var(--text);flex-direction:column;align-items:center;gap:10px;padding:24px;font-size:18px;display:flex}.classic-theme .fulfill-opt:hover{border-color:var(--accent)}.classic-theme .fulfill-opt.on{border-color:var(--accent);background:var(--accent-soft);box-shadow:var(--shadow-md)}.classic-theme .fulfill-icon{font-size:32px;line-height:1}.classic-theme .checkout-next{justify-content:center;width:100%;margin-top:24px}.classic-theme .checkout-nav-row{gap:12px;margin-top:24px;display:flex}.classic-theme .checkout-nav-row .btn{flex:1;justify-content:center}.classic-theme .btn:disabled{opacity:.45;pointer-events:none}.classic-theme .checkout-secure{text-align:center;color:var(--text-muted);margin-top:14px;font-size:12px}.classic-theme .review-block{flex-direction:column;gap:0;display:flex}.classic-theme .review-row{border-bottom:1px solid var(--border);grid-template-columns:140px 1fr;gap:16px;padding:12px 0;display:grid}.classic-theme .review-row:last-child{border-bottom:none}.classic-theme .review-k{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:11px}.classic-theme .review-v{color:var(--text);font-size:14px}.classic-theme .checkout-summary-inner{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:24px;position:sticky;top:100px}.classic-theme .checkout-summary-title{font-family:var(--serif);margin:0 0 16px;font-size:18px;font-weight:500}.classic-theme .checkout-summary-items{flex-direction:column;gap:12px;max-height:340px;display:flex;overflow-y:auto}.classic-theme .checkout-summary-line{align-items:center;gap:12px;display:flex}.classic-theme .checkout-summary-line img{object-fit:cover;border-radius:var(--radius-sm);flex:none;width:48px;height:48px}.classic-theme .checkout-summary-noimg{border-radius:var(--radius-sm);background:var(--bg-warm);border:1px solid var(--border);width:48px;height:48px;color:var(--text-muted);flex:none;justify-content:center;align-items:center;display:flex}.classic-theme .checkout-summary-line-info{flex-direction:column;flex:1;min-width:0;display:flex}.classic-theme .checkout-summary-line-name{color:var(--text);font-size:14px;line-height:1.3}.classic-theme .checkout-summary-line-qty{font-family:var(--mono);color:var(--text-muted);font-size:11px}.classic-theme .checkout-summary-line-price{font-family:var(--mono);color:var(--text-soft);flex:none;font-size:13px}.classic-theme .checkout-summary-total{border-top:1px solid var(--border);font-family:var(--serif);justify-content:space-between;margin-top:16px;padding-top:16px;font-size:18px;display:flex}.classic-theme .checkout-summary-note{color:var(--text-muted);margin-top:12px;font-size:12px;line-height:1.5}@media (max-width:860px){.classic-theme .checkout-grid{grid-template-columns:1fr}.classic-theme .checkout-summary-inner{position:static}.classic-theme .pip-label{display:none}.classic-theme .checkout-step-pip{justify-content:center}}.classic-theme .cal-cutoff-note{color:var(--accent);background:var(--accent-soft);border-radius:var(--radius-sm);margin:0 0 12px;padding:8px 12px;font-size:12px;line-height:1.5}.classic-theme .cal{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);max-width:360px;padding:14px}.classic-theme .cal-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.classic-theme .cal-title{font-family:var(--serif);font-size:16px}.classic-theme .cal-nav{border:1px solid var(--border-strong);background:var(--bg-card);width:30px;height:30px;color:var(--text-soft);cursor:pointer;transition:all .15s var(--ease);border-radius:50%;font-size:16px;line-height:1}.classic-theme .cal-nav:hover{border-color:var(--accent);color:var(--accent)}.classic-theme .cal-grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.classic-theme .cal-dow{margin-bottom:4px}.classic-theme .cal-dow-cell{text-align:center;font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);padding:4px 0;font-size:10px}.classic-theme .cal-cell{aspect-ratio:1;border-radius:var(--radius-sm);background:var(--bg-warm);color:var(--text);font-family:var(--sans);cursor:pointer;transition:all .12s var(--ease);border:1px solid #0000;justify-content:center;align-items:center;font-size:13px;display:flex}.classic-theme .cal-cell:hover:not(.disabled):not(.selected){border-color:var(--accent);color:var(--accent)}.classic-theme .cal-cell.selected{background:var(--accent);color:#fff;border-color:var(--accent)}.classic-theme .cal-cell.disabled{color:var(--border-strong);cursor:not-allowed;opacity:.5;background:0 0;text-decoration:line-through}.classic-theme .cal-cell.empty{cursor:default;background:0 0;border:none}.classic-theme .zip-note{margin:6px 0 0;font-size:12px;line-height:1.5}.classic-theme .zip-note.ok{color:var(--green,#4a7c59)}.classic-theme .zip-note.bad{color:#b4453c}.classic-theme .pickup-loc{background:var(--bg-warm);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:2px;margin-bottom:16px;padding:14px 16px;display:flex}.classic-theme .pickup-loc-label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:10px}.classic-theme .pickup-loc-addr{color:var(--text);font-size:14px}.classic-theme .checkout-summary-qty-row{align-items:center;gap:8px;margin-top:6px;display:flex}.classic-theme .qty-step{border:1px solid var(--border-strong);background:var(--bg-card);width:24px;height:24px;color:var(--text-soft);border-radius:var(--radius-sm);cursor:pointer;transition:all .12s var(--ease);justify-content:center;align-items:center;font-size:15px;line-height:1;display:flex}.classic-theme .qty-step:hover{border-color:var(--accent);color:var(--accent)}.classic-theme .qty-val{text-align:center;min-width:20px;font-size:13px}.classic-theme .line-remove{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-left:6px;padding:0;font-size:12px;text-decoration:underline}.classic-theme .line-remove:hover{color:#b4453c}.classic-theme .checkout-summary-empty{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:24px 12px;display:flex}.classic-theme .checkout-summary-empty p{color:var(--text-muted);margin:0;font-size:14px}.classic-theme .review-totals{border-top:1px solid var(--border);flex-direction:column;gap:8px;margin-top:18px;padding-top:16px;display:flex}.classic-theme .review-total-row{color:var(--text-soft);justify-content:space-between;font-size:14px;display:flex}.classic-theme .review-total-grand{border-top:1px solid var(--border);font-family:var(--serif);color:var(--text);margin-top:6px;padding-top:10px;font-size:18px}.classic-theme .fhd-info{color:var(--text-muted);margin-left:5px;font-size:12px;text-decoration:none;display:inline-block}.classic-theme .fhd-info:hover{color:var(--accent)}.classic-theme .policy-page{max-width:760px}.classic-theme .policy-updated{color:var(--text-muted);font-size:12px;font-family:var(--mono);text-transform:uppercase;letter-spacing:.06em;margin-bottom:24px}.classic-theme .policy-section{margin-bottom:28px}.classic-theme .policy-section h2{font-family:var(--serif);margin:0 0 10px;font-size:20px}.classic-theme .policy-section p{color:var(--text-soft);margin:0 0 12px;line-height:1.7}.classic-theme .policy-section a{color:var(--accent)}.classic-theme .footer-policies{border-top:1px solid #ffffff1f;flex-wrap:wrap;gap:8px 20px;margin-top:8px;padding:18px 0 4px;display:flex}.classic-theme .footer-policies a{color:var(--text-on-dark,#fff);opacity:.75;font-size:13px;text-decoration:none}.classic-theme .footer-policies a:hover{opacity:1}
.atelier-theme{--bg:#f4f0e7;--bg-warm:#ebe5d9;--bg-card:#faf8f2;--bg-dark:#18372c;--text:#24231f;--text-soft:#5f5a50;--text-muted:#7a7468;--text-on-dark:#f4f0e7;--text-on-dark-soft:#f4f0e7ad;--border:#24231f29;--border-strong:#24231f52;--accent:#234c3b;--accent-soft:#234c3b1a;--accent-hover:#17372b;--green:#234c3b;--green-soft:#234c3b1a;--rose-soft:#89595814;--gold:#8c7440;--gold-soft:#8c74401a;--serif:Georgia, "Times New Roman", serif;--sans:Arial, Helvetica, sans-serif;--mono:"Courier New", monospace;--radius:0px;--radius-sm:0px;--shadow-md:0 12px 30px #24231f14;--shadow-hover:0 18px 42px #24231f1f;--shadow-lg:0 24px 60px #24231f24}.atelier-theme .atelier-header{z-index:100;position:sticky;top:0}.atelier-theme .atelier-header nav,.atelier-theme .breadcrumbs{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;position:static}.atelier-theme .atelier-site main{min-height:45vh}.atelier-theme .btn,.atelier-theme button,.atelier-theme input,.atelier-theme select,.atelier-theme textarea,.atelier-theme .cart-drawer,.atelier-theme .checkout-card,.atelier-theme .form-input,.atelier-theme .form-select,.atelier-theme .form-textarea{border-radius:0}.atelier-theme .btn-fill,.atelier-theme .cart-drawer-footer .btn,.atelier-theme .checkout-submit{background:var(--green);border-color:var(--green)}.atelier-theme .btn-fill:hover,.atelier-theme .cart-drawer-footer .btn:hover,.atelier-theme .checkout-submit:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.atelier-theme .cart-drawer{background:var(--bg-card);border-left:1px solid var(--border-strong)}.atelier-theme .cart-drawer-header,.atelier-theme .cart-drawer-footer,.atelier-theme .cart-item{border-color:var(--border)}.atelier-theme .page-hero h1,.atelier-theme .content-page h2,.atelier-theme .contact-grid h2,.atelier-theme .checkout-title,.atelier-theme .policy-page h1,.atelier-theme .policy-page h2{font-family:var(--serif);letter-spacing:-.025em}.atelier-theme .page-hero,.atelier-theme .content-page,.atelier-theme .contact-grid,.atelier-theme .checkout-page,.atelier-theme .policy-page,.atelier-theme .internal-links{background:var(--bg)}.atelier-theme .atelier-rich-text h1,.atelier-theme .atelier-rich-text h2,.atelier-theme .atelier-rich-text h3,.atelier-theme .atelier-rich-text h4{font-family:var(--serif);color:var(--text);letter-spacing:-.02em;margin:1.5em 0 .55em;line-height:1.15}.atelier-theme .atelier-rich-text p,.atelier-theme .atelier-rich-text ul,.atelier-theme .atelier-rich-text ol,.atelier-theme .atelier-rich-text blockquote,.atelier-theme .atelier-rich-text table,.atelier-theme .atelier-rich-text figure{margin:1.1em 0}.atelier-theme .atelier-rich-text ul,.atelier-theme .atelier-rich-text ol{padding-left:1.4em}.atelier-theme .atelier-rich-text a{color:var(--green);text-underline-offset:3px;text-decoration:underline}.atelier-theme .atelier-rich-text img{max-width:100%;height:auto}.atelier-theme .atelier-rich-text table{border-collapse:collapse;width:100%}.atelier-theme .atelier-rich-text th,.atelier-theme .atelier-rich-text td{border:1px solid var(--border-strong);text-align:left;padding:.75rem}@media (max-width:767px){.atelier-theme .container{padding-left:20px;padding-right:20px}}
.modern-theme{--bg:#fff;--bg-warm:#f8f8f8;--bg-card:#fff;--bg-dark:#111;--text:#111;--text-soft:#555;--text-muted:#999;--text-on-dark:#fff;--text-on-dark-soft:#fff9;--border:#0000000f;--border-strong:#0000001f;--accent:#111;--accent-soft:#0000000d;--accent-hover:#333;--green:#2d8a4e;--green-soft:#2d8a4e14;--rose-soft:#dc50640f;--gold:#b8960c;--gold-soft:#b8960c14;--serif:"DM Sans", sans-serif;--sans:"DM Sans", sans-serif;--mono:"JetBrains Mono", monospace;--ease:cubic-bezier(.16, 1, .3, 1);--radius:8px;--radius-sm:6px;--shadow-md:0 4px 20px #0000000f;--shadow-hover:0 12px 40px #0000001a;--shadow-lg:0 16px 48px #00000014;font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;min-height:100vh}.modern-theme .hero-content h1{letter-spacing:-.03em;font-weight:300}.modern-theme .hero-content h1 em{font-style:normal;font-weight:600}.modern-theme .section-header h2{letter-spacing:-.02em;font-weight:300}.modern-theme .section-header h2 em{font-style:normal;font-weight:600}.modern-theme .btn-fill{background:var(--accent);border-radius:var(--radius-sm);box-shadow:none}.modern-theme .btn-fill:hover{background:var(--accent-hover);box-shadow:var(--shadow-md)}.modern-theme .btn-outline{border-radius:var(--radius-sm)}.modern-theme .product-card{border-radius:var(--radius);box-shadow:var(--shadow-md);border:none}.modern-theme .product-card:hover{box-shadow:var(--shadow-hover)}.modern-theme .product-badge{border-radius:var(--radius-sm)}.modern-theme .occasion-card,.modern-theme .review-card{border-radius:var(--radius)}.modern-theme .filter-btn{border-radius:var(--radius-sm)}.modern-theme .filter-btn.active{background:var(--accent)}.modern-theme nav{box-shadow:0 1px 0 var(--border);border-bottom:none}.modern-theme .logo-mark{border-radius:var(--radius-sm);background:var(--accent)}.modern-theme .announcement{background:var(--accent);letter-spacing:.1em}.modern-theme footer{background:var(--bg-dark)}.modern-theme .pdp-delivery-badge{border-radius:var(--radius-sm)}.modern-theme .add-to-cart-btn{border-radius:var(--radius-sm);background:var(--accent)}.modern-theme .add-to-cart-btn:hover{background:var(--accent-hover)}
.boutique-theme{--bg:#0c0a0e;--bg-warm:#141218;--bg-card:#1a171f;--bg-dark:#000;--text:#f5f0ea;--text-soft:#b8b0a8;--text-muted:#7a7270;--text-on-dark:#f5f0ea;--text-on-dark-soft:#f5f0ea80;--border:#f5f0ea14;--border-strong:#f5f0ea26;--accent:#c9a84c;--accent-soft:#c9a84c1f;--accent-hover:#d4b85e;--green:#6ba368;--green-soft:#6ba3681f;--rose-soft:#c864781a;--gold:#c9a84c;--gold-soft:#c9a84c1f;--serif:"Lora", serif;--sans:"DM Sans", sans-serif;--mono:"JetBrains Mono", monospace;--ease:cubic-bezier(.16, 1, .3, 1);--radius:4px;--radius-sm:2px;--shadow-md:0 8px 32px #0000004d;--shadow-hover:0 16px 48px #0006;--shadow-lg:0 24px 64px #00000059;font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;min-height:100vh}.boutique-theme .hero-content h1{color:var(--text)}.boutique-theme .hero-content h1 em,.boutique-theme .section-header h2 em{color:var(--accent)}.boutique-theme .btn-fill{background:var(--accent);color:#0c0a0e;text-transform:uppercase;letter-spacing:.08em;border-radius:0;font-size:13px}.boutique-theme .btn-fill:hover{background:var(--accent-hover);box-shadow:0 0 30px #c9a84c4d}.boutique-theme .btn-outline{border-color:var(--accent);color:var(--accent);text-transform:uppercase;letter-spacing:.08em;border-radius:0;font-size:13px}.boutique-theme .btn-outline:hover{background:var(--accent-soft)}.boutique-theme .product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}.boutique-theme .product-card:hover{border-color:var(--accent)}.boutique-theme .product-name a{color:var(--text)}.boutique-theme .product-name a:hover,.boutique-theme .product-price{color:var(--accent)}.boutique-theme .product-delivery{background:var(--accent-soft);color:var(--accent)}.boutique-theme .product-badge{text-transform:uppercase;letter-spacing:.06em;border-radius:0}.boutique-theme .badge-bestseller{background:var(--gold-soft);color:var(--gold)}.boutique-theme .occasion-card{background:var(--bg-card);border-color:var(--border);border-radius:var(--radius)}.boutique-theme .occasion-card:hover{border-color:var(--accent)}.boutique-theme .review-card{background:var(--bg-card);border-color:var(--border);border-radius:var(--radius)}.boutique-theme .review-stars{color:var(--accent)}.boutique-theme .filter-btn{background:var(--bg-card);color:var(--text-soft);border-color:var(--border);border-radius:0}.boutique-theme .filter-btn:hover{border-color:var(--accent);color:var(--accent)}.boutique-theme .filter-btn.active{background:var(--accent);color:#0c0a0e;border-color:var(--accent)}.boutique-theme nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#0c0a0ef2}.boutique-theme .logo-mark{background:var(--accent);color:#0c0a0e;border-radius:var(--radius)}.boutique-theme .logo-text{color:var(--text)}.boutique-theme .nav-menu a{color:var(--text-soft)}.boutique-theme .nav-menu a:hover{color:var(--accent)}.boutique-theme .announcement{background:var(--accent);color:#0c0a0e}.boutique-theme .announcement a{color:#0c0a0e}.boutique-theme footer{background:#000}.boutique-theme .footer-col h4,.boutique-theme .page-hero h1 em,.boutique-theme .about-text h2 em,.boutique-theme .about-stat .stat-value,.boutique-theme .pdp-category a{color:var(--accent)}.boutique-theme .pdp-delivery-badge{background:var(--accent-soft);color:var(--accent);border-radius:0}.boutique-theme .add-to-cart-btn{background:var(--accent);color:#0c0a0e;text-transform:uppercase;letter-spacing:.08em;border-radius:0}.boutique-theme .add-to-cart-btn:hover{background:var(--accent-hover)}.boutique-theme .newsletter-form input{background:var(--bg-card);border-color:var(--border);color:var(--text)}.boutique-theme .newsletter-form input:focus{border-color:var(--accent)}.boutique-theme .internal-links{background:var(--bg-warm)}.boutique-theme .links-grid a{background:var(--bg-card);border-color:var(--border);color:var(--text-soft)}.boutique-theme .links-grid a:hover{border-color:var(--accent);color:var(--accent)}.boutique-theme .breadcrumbs a{color:var(--text-muted)}.boutique-theme .breadcrumbs a:hover{color:var(--accent)}.boutique-theme .form-input,.boutique-theme .form-textarea,.boutique-theme .form-select{background:var(--bg-card);border-color:var(--border);color:var(--text)}.boutique-theme .form-input:focus,.boutique-theme .form-textarea:focus{border-color:var(--accent)}.boutique-theme .contact-info a{color:var(--accent)}.boutique-theme .cart-overlay.open{background:#0009}.boutique-theme .cart-drawer{background:var(--bg)}.boutique-theme .cart-drawer-header,.boutique-theme .cart-item,.boutique-theme .cart-drawer-footer{border-color:var(--border)}
.editorial-theme{--bg:#f5f2ed;--bg-warm:#ebe6de;--bg-card:#fff;--bg-dark:#1c1917;--text:#1c1917;--text-soft:#57534e;--text-muted:#a8a29e;--text-on-dark:#f5f2ed;--text-on-dark-soft:#f5f2ed99;--border:#1c191714;--border-strong:#1c191729;--accent:#b91c1c;--accent-soft:#b91c1c14;--accent-hover:#991b1b;--green:#3f6b3f;--green-soft:#3f6b3f14;--rose-soft:#b91c1c0f;--gold:#92700c;--gold-soft:#92700c14;--serif:"Lora", serif;--sans:"DM Sans", sans-serif;--mono:"JetBrains Mono", monospace;--ease:cubic-bezier(.16, 1, .3, 1);--radius:0px;--radius-sm:0px;--shadow-md:0 4px 16px #1c19170f;--shadow-hover:0 12px 36px #1c19171a;--shadow-lg:0 20px 48px #1c191714;font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;min-height:100vh}.editorial-theme .hero-content h1{letter-spacing:-.03em;text-transform:uppercase;font-size:clamp(44px,6vw,72px);font-weight:400;line-height:1}.editorial-theme .hero-content h1 em{text-transform:none;color:var(--accent);font-size:.85em;font-style:italic;display:block}.editorial-theme .section-header h2{text-transform:uppercase;letter-spacing:.04em;font-size:clamp(24px,2.5vw,32px)}.editorial-theme .section-header h2 em{text-transform:none;color:var(--accent)}.editorial-theme .btn-fill{background:var(--accent);text-transform:uppercase;letter-spacing:.1em;border-radius:0;font-size:12px;font-weight:700}.editorial-theme .btn-fill:hover{background:var(--accent-hover)}.editorial-theme .btn-outline{text-transform:uppercase;letter-spacing:.1em;border-radius:0;font-size:12px;font-weight:700}.editorial-theme .product-card{border:none;border-radius:0}.editorial-theme .product-card:hover{box-shadow:var(--shadow-hover)}.editorial-theme .product-img{border-radius:0}.editorial-theme .product-name{text-transform:uppercase;letter-spacing:.04em;font-size:14px;font-family:var(--sans);font-weight:600}.editorial-theme .product-desc{font-family:var(--serif);font-style:italic}.editorial-theme .product-badge{text-transform:uppercase;letter-spacing:.08em;border-radius:0;font-size:10px}.editorial-theme .badge-bestseller{background:var(--accent);color:#fff}.editorial-theme .occasion-card{border-radius:0}.editorial-theme .occasion-name{text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-family:var(--sans);font-weight:600}.editorial-theme .review-card{border-left:3px solid var(--accent);border-radius:0}.editorial-theme .review-text{font-family:var(--serif);font-size:17px}.editorial-theme .filter-btn{text-transform:uppercase;letter-spacing:.06em;border-radius:0;font-size:11px}.editorial-theme .filter-btn.active{background:var(--accent)}.editorial-theme nav{background:var(--bg);border-bottom:2px solid var(--text)}.editorial-theme .logo-mark{background:var(--accent);border-radius:0}.editorial-theme .logo-text{text-transform:uppercase;letter-spacing:.08em;font-family:var(--sans);font-size:14px;font-weight:700}.editorial-theme .announcement{background:var(--accent);border-radius:0}.editorial-theme footer{background:var(--bg-dark)}.editorial-theme .footer-col h4{letter-spacing:.15em}.editorial-theme .page-hero h1{text-transform:uppercase;letter-spacing:.04em}.editorial-theme .page-hero h1 em{text-transform:none;color:var(--accent)}.editorial-theme .pdp-title{text-transform:uppercase;letter-spacing:.02em}.editorial-theme .pdp-category a{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-size:11px}.editorial-theme .pdp-delivery-badge{border-radius:0}.editorial-theme .add-to-cart-btn{text-transform:uppercase;letter-spacing:.08em;border-radius:0;font-size:13px}.editorial-theme .newsletter-form input{border-radius:0}.editorial-theme .internal-links{background:var(--bg-warm)}.editorial-theme .links-grid a{text-transform:uppercase;letter-spacing:.04em;border-radius:0;font-size:11px}.editorial-theme .about-text h2{text-transform:uppercase;letter-spacing:.04em;font-size:20px}.editorial-theme .about-text h2 em{text-transform:none;color:var(--accent)}.editorial-theme .about-img,.editorial-theme .about-stat{border-radius:0}.editorial-theme .about-stat .stat-value,.editorial-theme .contact-info a{color:var(--accent)}.editorial-theme .form-input,.editorial-theme .form-textarea,.editorial-theme .form-select{border-radius:0}
.professional-theme{--bg:#f8fafb;--bg-warm:#eef2f5;--bg-card:#fff;--bg-dark:#0f172a;--text:#0f172a;--text-soft:#475569;--text-muted:#94a3b8;--text-on-dark:#f8fafc;--text-on-dark-soft:#f8fafc99;--border:#0f172a0f;--border-strong:#0f172a1f;--accent:#2563eb;--accent-soft:#2563eb14;--accent-hover:#1d4ed8;--green:#059669;--green-soft:#05966914;--rose-soft:#e11d480f;--gold:#d97706;--gold-soft:#d9770614;--serif:"DM Sans", sans-serif;--sans:"DM Sans", sans-serif;--mono:"JetBrains Mono", monospace;--ease:cubic-bezier(.16,1,.3,1);--radius:12px;--radius-sm:8px;--shadow-md:0 4px 16px #0f172a0f;--shadow-hover:0 12px 36px #0f172a1a;--shadow-lg:0 20px 48px #0f172a14;font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;min-height:100vh}.professional-theme .hero-content h1{letter-spacing:-.02em;font-weight:700}.professional-theme .hero-content h1 em,.professional-theme .section-header h2 em{color:var(--accent);font-style:normal}.professional-theme .btn-fill{background:var(--accent);box-shadow:0 2px 8px #2563eb40}.professional-theme .btn-fill:hover{background:var(--accent-hover)}.professional-theme .product-card{border-radius:var(--radius)}.professional-theme .product-badge{border-radius:6px}.professional-theme .badge-bestseller{background:var(--accent-soft);color:var(--accent)}.professional-theme nav{background:#f8fafcf2}.professional-theme .logo-mark{background:var(--accent);border-radius:var(--radius-sm)}.professional-theme .announcement{background:var(--accent)}.professional-theme footer{background:var(--bg-dark)}.professional-theme .page-hero h1 em,.professional-theme .about-stat .stat-value{color:var(--accent)}.professional-theme .add-to-cart-btn{background:var(--accent);border-radius:var(--radius-sm)}.professional-theme .add-to-cart-btn:hover{background:var(--accent-hover)}
.local-theme{--bg:#fffbf5;--bg-warm:#f7f0e5;--bg-card:#fff;--bg-dark:#292118;--text:#292118;--text-soft:#6b5e50;--text-muted:#a39888;--text-on-dark:#fffbf5;--text-on-dark-soft:#fffbf599;--border:#29211814;--border-strong:#29211826;--accent:#b45309;--accent-soft:#b4530914;--accent-hover:#92400e;--green:#4d7c4d;--green-soft:#4d7c4d14;--rose-soft:#b453090f;--gold:#a16207;--gold-soft:#a1620714;--serif:"Lora", serif;--sans:"DM Sans", sans-serif;--mono:"JetBrains Mono", monospace;--ease:cubic-bezier(.16,1,.3,1);--radius:16px;--radius-sm:10px;--shadow-md:0 8px 28px #2921180f;--shadow-hover:0 16px 44px #2921181a;--shadow-lg:0 20px 56px #29211814;font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;min-height:100vh}.local-theme .hero-content h1 em,.local-theme .section-header h2 em{color:var(--accent)}.local-theme .btn-fill{background:var(--accent);box-shadow:0 4px 16px #b4530933}.local-theme .btn-fill:hover{background:var(--accent-hover)}.local-theme .product-price .from{color:var(--text-muted)}.local-theme .badge-bestseller{background:var(--gold-soft);color:var(--gold)}.local-theme nav{background:#fffbf5f2}.local-theme .logo-mark,.local-theme .announcement{background:var(--accent)}.local-theme footer{background:var(--bg-dark)}.local-theme .page-hero h1 em,.local-theme .about-stat .stat-value{color:var(--accent)}.local-theme .add-to-cart-btn{background:var(--accent)}.local-theme .add-to-cart-btn:hover{background:var(--accent-hover)}.local-theme .bloomy-os nav{background:0 0}.local-theme .bloomy-os footer{background:var(--os-surface);color:var(--os-ink);font-family:var(--sans)}
.premium-theme .ph-hero{isolation:isolate;--p:#4c0b7b;position:relative;overflow:hidden}.premium-theme .ph-inner{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,5vw,4rem);padding:clamp(2.5rem,6vw,5rem) 0;display:grid}@media (max-width:880px){.premium-theme .ph-inner{grid-template-columns:1fr}.premium-theme .ph-carousel{order:2;height:22rem}}.premium-theme .ph-aurora{z-index:-1;pointer-events:none;position:absolute;inset:0}.premium-theme .ph-blob{filter:blur(90px);opacity:.5;border-radius:50%;animation:16s ease-in-out infinite alternate ph-drift;position:absolute}.premium-theme .ph-blob-1{background:var(--p);width:55vh;height:55vh;top:-25%;left:-10%}.premium-theme .ph-blob-2{background:#7b2fbe;background:color-mix(in srgb, var(--p) 65%, #fff);opacity:.4;width:45vh;height:45vh;animation-duration:21s;animation-delay:-4s;top:-12%;right:-8%}.premium-theme .ph-blob-3{background:#c4a0f0;background:color-mix(in srgb, var(--p) 35%, #fff);opacity:.34;width:40vh;height:40vh;animation-duration:26s;animation-delay:-8s;top:14%;left:26%}@keyframes ph-drift{0%{transform:translate(0)scale(1)}to{transform:translate(6%,8%)scale(1.16)}}.premium-theme .ph-eyebrow{font:600 .78rem/1 var(--sans);letter-spacing:.16em;text-transform:uppercase;color:var(--p);margin:0 0 1rem}.premium-theme .ph-headline{font-family:var(--serif);letter-spacing:-.02em;color:var(--text);margin:0;font-size:clamp(2.5rem,5.5vw,4.2rem);font-weight:300;line-height:1.04}.premium-theme .ph-grad{background:linear-gradient(120deg, var(--p), #7b2fbe);background:linear-gradient(120deg, var(--p), color-mix(in srgb, var(--p) 55%, #fff));color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:500}.premium-theme .ph-caret{background:var(--p);vertical-align:baseline;width:2px;height:.85em;margin-left:3px;animation:1s step-end infinite ph-blink;display:inline-block}@keyframes ph-blink{50%{opacity:0}}.premium-theme .ph-sub{max-width:44ch;color:var(--text-soft);font:400 1.06rem/1.6 var(--sans);margin:1.4rem 0 0}.premium-theme .ph-actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:2rem;display:flex}.premium-theme .ph-hero .btn-fill{background:var(--p)}.premium-theme .ph-trust{color:var(--text-soft);font:400 .9rem/1.45 var(--sans);margin-top:1.75rem}.premium-theme .ph-trust strong{color:var(--text)}.premium-theme .ph-carousel{grid-template-columns:1fr 1fr;gap:.8rem;height:clamp(25rem,38vw,33rem);display:grid;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#0000,#000 12% 88%,#0000);mask-image:linear-gradient(#0000,#000 12% 88%,#0000)}.premium-theme .ph-col{will-change:transform;flex-direction:column;gap:.8rem;animation-duration:32s;animation-timing-function:linear;animation-iteration-count:infinite;display:flex}.premium-theme .ph-col-offset{margin-top:-3rem}.premium-theme .ph-col img{aspect-ratio:3/4;object-fit:cover;border-radius:var(--radius);width:100%;box-shadow:var(--shadow-md);display:block}@keyframes ph-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes ph-down{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.premium-theme .ph-blob,.premium-theme .ph-col{animation:none!important}.premium-theme .ph-caret{animation:none}}.premium-theme .ph-hero .container{width:100%;max-width:1180px;margin:0 auto;padding:0 clamp(20px,4vw,40px)}.premium-theme .ph-hero .btn{font:600 .78rem/1 var(--sans);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius);cursor:pointer;white-space:nowrap;transition:background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.6rem;text-decoration:none;display:inline-flex}.premium-theme .ph-hero .btn-fill{background:var(--p);color:#fff}.premium-theme .ph-hero .btn-fill:hover{background:color-mix(in srgb, var(--p) 85%, #000)}.premium-theme .ph-hero .btn-outline{color:var(--text);border-color:var(--border-strong);background:0 0}.premium-theme .ph-hero .btn-outline:hover{border-color:var(--p);color:var(--p)}
.bold-theme{--bg:#fff;--bg-warm:#f5f5f5;--bg-card:#fff;--bg-dark:#000;--text:#000;--text-soft:#404040;--text-muted:gray;--text-on-dark:#fff;--text-on-dark-soft:#ffffffb3;--border:#00000014;--border-strong:#0003;--accent:#ff3b00;--accent-soft:#ff3b0014;--accent-hover:#e03500;--green:#00875a;--green-soft:#00875a14;--rose-soft:#ff3b000d;--gold:#d4a600;--gold-soft:#d4a60014;--serif:"DM Sans", sans-serif;--sans:"DM Sans", sans-serif;--mono:"JetBrains Mono", monospace;--ease:cubic-bezier(.16,1,.3,1);--radius:8px;--radius-sm:4px;--shadow-md:0 4px 16px #00000014;--shadow-hover:0 12px 36px #00000024;--shadow-lg:0 20px 48px #0000001a;font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;min-height:100vh}.bold-theme .hero-content h1{letter-spacing:-.03em;text-transform:uppercase;font-size:clamp(40px,6vw,72px);font-weight:900;line-height:.95}.bold-theme .hero-content h1 em{color:var(--accent);font-style:normal;display:block}.bold-theme .section-header h2{text-transform:uppercase;letter-spacing:-.01em;font-weight:800}.bold-theme .section-header h2 em{color:var(--accent);font-style:normal}.bold-theme .btn-fill{background:var(--accent);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.06em;font-weight:800;box-shadow:0 4px 16px #ff3b004d}.bold-theme .btn-fill:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 24px #ff3b0066}.bold-theme .btn-outline{border-width:2px;border-color:var(--text);text-transform:uppercase;letter-spacing:.06em;border-radius:var(--radius-sm);font-weight:800}.bold-theme .btn-outline:hover{background:var(--text);color:#fff}.bold-theme .product-card{border-radius:var(--radius);border:2px solid #0000}.bold-theme .product-card:hover{border-color:var(--accent)}.bold-theme .product-name{text-transform:uppercase;letter-spacing:.02em;font-size:14px;font-weight:700}.bold-theme .product-badge{border-radius:var(--radius-sm);font-weight:800}.bold-theme .badge-bestseller{background:var(--accent);color:#fff}.bold-theme .occasion-card{border:2px solid var(--border);border-radius:var(--radius)}.bold-theme .occasion-card:hover{border-color:var(--accent)}.bold-theme .occasion-name{text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.bold-theme .review-card{border-left:4px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0}.bold-theme .filter-btn{text-transform:uppercase;letter-spacing:.04em;border-radius:var(--radius-sm);font-size:11px;font-weight:700}.bold-theme .filter-btn.active{background:var(--accent)}.bold-theme nav{border-bottom:3px solid var(--text);background:#fff}.bold-theme .logo-mark{background:var(--accent);border-radius:var(--radius-sm)}.bold-theme .logo-text{text-transform:uppercase;letter-spacing:.06em;font-size:15px;font-weight:900}.bold-theme .announcement{background:var(--accent);font-weight:700}.bold-theme footer{background:#000}.bold-theme .footer-col h4{color:var(--accent)}.bold-theme .page-hero h1{text-transform:uppercase;font-weight:900}.bold-theme .page-hero h1 em{color:var(--accent)}.bold-theme .pdp-title{text-transform:uppercase;font-weight:800}.bold-theme .add-to-cart-btn{background:var(--accent);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.06em;font-weight:800}.bold-theme .add-to-cart-btn:hover{background:var(--accent-hover)}
