@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Lato:wght@300;400;700&family=Cinzel:wght@400;500;600&display=swap";:root{--cream:#faf7f2;--cream-dark:#f2ede4;--warm-white:#fff;--gold:#c9a84c;--gold-light:#e8d5a3;--gold-dark:#9a7c30;--gold-shimmer:#f5e6b3;--deep-brown:#2c1810;--mid-brown:#5c3d2e;--sage:#7a8c5e;--sage-light:#b5c09a;--rose:#c4817a;--rose-light:#f0d5d0;--text-primary:#2c1810;--text-secondary:#6b5744;--text-muted:#9b8b7e;--border:#c9a84c40;--shadow-sm:0 2px 12px #2c18100f;--shadow-md:0 8px 32px #2c18101a;--shadow-lg:0 20px 60px #2c181024;--transition:all .4s cubic-bezier(.25, .46, .45, .94);--transition-fast:all .2s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--cream);color:var(--text-primary);font-family:Lato,sans-serif;line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.font-serif{font-family:Cormorant Garamond,serif}.font-display{font-family:Cinzel,serif}h1,h2,h3,h4{color:var(--deep-brown);font-family:Cormorant Garamond,serif;font-weight:600;line-height:1.2}.container{max-width:1260px;margin:0 auto;padding:0 2rem}.section-pad{padding:6rem 0}.section-pad-sm{padding:4rem 0}.gold-divider{align-items:center;gap:1rem;width:fit-content;margin:1.5rem auto;display:flex}.gold-divider span{background:linear-gradient(90deg, transparent, var(--gold), transparent);width:60px;height:1px;display:block}.gold-divider i{color:var(--gold);font-size:.5rem}.section-header{text-align:center;margin-bottom:4rem}.section-label{letter-spacing:.3em;color:var(--gold);text-transform:uppercase;margin-bottom:1rem;font-family:Cinzel,serif;font-size:.7rem;display:block}.section-title{color:var(--deep-brown);margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);font-weight:600}.section-subtitle{color:var(--text-secondary);max-width:560px;margin:0 auto;font-size:1rem;font-weight:300}.btn{letter-spacing:.18em;text-transform:uppercase;transition:var(--transition);border-radius:2px;align-items:center;gap:.6rem;padding:.85rem 2.2rem;font-family:Cinzel,serif;font-size:.72rem;display:inline-flex;position:relative;overflow:hidden}.btn-gold{background:linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 50%, var(--gold-light) 100%);color:#fff;box-shadow:0 4px 20px #c9a84c59}.btn-gold:before{content:"";background:linear-gradient(135deg, var(--gold-light), var(--gold));opacity:0;transition:opacity .3s;position:absolute;inset:0}.btn-gold:hover:before{opacity:1}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 30px #c9a84c73}.btn-gold span,.btn-gold svg{z-index:1;position:relative}.btn-outline{border:1px solid var(--gold);color:var(--gold);background:0 0}.btn-outline:hover{background:var(--gold);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #c9a84c4d}.btn-dark{background:var(--deep-brown);color:var(--gold-light)}.btn-dark:hover{background:var(--mid-brown);transform:translateY(-2px)}.badge{letter-spacing:.15em;text-transform:uppercase;border-radius:2px;padding:.2rem .7rem;font-family:Cinzel,serif;font-size:.6rem;display:inline-block}.badge-gold{background:var(--gold);color:#fff}.badge-rose{background:var(--rose);color:#fff}.badge-sage{background:var(--sage);color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--gold-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gold)}.loading-spinner{justify-content:center;align-items:center;min-height:300px;display:flex}.spinner{border:2px solid var(--gold-light);border-top-color:var(--gold);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.page-enter{opacity:0;transform:translateY(20px)}.page-enter-active{opacity:1;transition:var(--transition);transform:translateY(0)}.page-exit{opacity:1}.page-exit-active{opacity:0;transition:opacity .2s}::selection{background:var(--gold-light);color:var(--deep-brown)}.navbar{z-index:1000;transition:var(--transition);padding:1.2rem 0;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);background:#fffffff5;padding:.8rem 0;box-shadow:0 2px 30px #2c181014}.navbar__inner{justify-content:space-between;align-items:center;display:flex}.navbar__logo{align-items:center;display:flex}.navbar__logo img{width:auto;height:64px;transition:var(--transition)}.navbar.scrolled .navbar__logo img{height:52px}.navbar__links{align-items:center;gap:2.5rem;display:flex}.navbar__link{letter-spacing:.2em;text-transform:uppercase;color:var(--text-primary);transition:var(--transition-fast);font-family:Cinzel,serif;font-size:.68rem;position:relative}.navbar.transparent .navbar__link{color:#fff}.navbar__link:after{content:"";background:var(--gold);width:0;height:1px;transition:width .3s;position:absolute;bottom:-3px;left:0}.navbar__link:hover{color:var(--gold)}.navbar__link:hover:after{width:100%}.navbar__link.active{color:var(--gold)}.navbar__link.active:after{width:100%}.navbar__actions{align-items:center;gap:1.2rem;display:flex}.navbar__icon-btn{width:40px;height:40px;color:var(--text-primary);transition:var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex;position:relative}.navbar.transparent .navbar__icon-btn{color:#fff}.navbar__icon-btn:hover{background:var(--cream-dark);color:var(--gold)}.navbar__cart-count{background:var(--gold);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-family:Lato,sans-serif;font-size:.55rem;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.navbar__hamburger{cursor:pointer;flex-direction:column;gap:5px;width:28px;display:none}.navbar__hamburger span{background:var(--text-primary);height:1.5px;transition:var(--transition-fast);border-radius:2px;display:block}.navbar.transparent .navbar__hamburger span{background:#fff}.mobile-nav{background:var(--warm-white);z-index:2000;width:min(320px,85vw);height:100vh;padding:2rem;transition:right .4s cubic-bezier(.25,.46,.45,.94);position:fixed;top:0;right:-100%;box-shadow:-10px 0 40px #2c181026}.mobile-nav.open{right:0}.mobile-nav__close{justify-content:flex-end;margin-bottom:2rem;display:flex}.mobile-nav__logo{margin-bottom:2.5rem}.mobile-nav__logo img{height:70px}.mobile-nav__links{flex-direction:column;gap:1.5rem;display:flex}.mobile-nav__link{color:var(--text-primary);border-bottom:1px solid var(--border);padding-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500;transition:color .2s}.mobile-nav__link:hover{color:var(--gold)}.mobile-overlay{z-index:1999;opacity:0;pointer-events:none;background:#2c181066;transition:opacity .3s;position:fixed;inset:0}.mobile-overlay.open{opacity:1;pointer-events:all}@media (width<=900px){.navbar__links{display:none}.navbar__hamburger{display:flex}}.hero{align-items:center;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.hero__bg{will-change:transform;background-image:url(/images/hero_bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero__overlay{background:linear-gradient(135deg,#2c18108c 0%,#2c181033 50%,#faf7f21a 100%);position:absolute;inset:0}.hero__content{z-index:2;max-width:680px;position:relative}.hero__eyebrow{letter-spacing:.4em;text-transform:uppercase;color:var(--gold-light);align-items:center;gap:1rem;margin-bottom:1.5rem;font-family:Cinzel,serif;font-size:.68rem;display:flex}.hero__eyebrow:before{content:"";background:var(--gold-light);width:40px;height:1px;display:block}.hero__title{color:#fff;text-shadow:0 2px 20px #2c18104d;margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,7vw,5.5rem);font-weight:600;line-height:1.05}.hero__title em{color:var(--gold-light);font-style:italic}.hero__subtitle{color:#ffffffd9;max-width:480px;margin-bottom:2.5rem;font-family:Lato,sans-serif;font-size:1.05rem;font-weight:300;line-height:1.8}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__scroll{cursor:pointer;z-index:2;flex-direction:column;align-items:center;gap:.5rem;animation:2s infinite bounceDown;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero__scroll span{letter-spacing:.3em;text-transform:uppercase;color:#ffffffb3;font-family:Cinzel,serif;font-size:.55rem}.hero__scroll-line{background:linear-gradient(#ffffffb3,#0000);width:1px;height:50px}@keyframes bounceDown{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}.marquee-strip{background:var(--deep-brown);padding:.85rem 0;overflow:hidden}.marquee-inner{gap:4rem;width:max-content;animation:25s linear infinite marqueeScroll;display:flex}.marquee-item{white-space:nowrap;letter-spacing:.25em;text-transform:uppercase;color:var(--gold-light);align-items:center;gap:1rem;font-family:Cinzel,serif;font-size:.65rem;display:flex}.marquee-dot{background:var(--gold);border-radius:50%;width:4px;height:4px}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand-story{background:var(--warm-white)}.brand-story__grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.brand-story__images{height:560px;position:relative}.brand-story__img-main{object-fit:cover;width:75%;height:90%;box-shadow:var(--shadow-lg);border-radius:2px;position:absolute;top:0;left:0}.brand-story__img-accent{object-fit:cover;width:55%;height:60%;box-shadow:var(--shadow-lg);border:6px solid var(--warm-white);border-radius:2px;position:absolute;bottom:0;right:0}.brand-story__gold-frame{border-top:2px solid var(--gold);border-left:2px solid var(--gold);pointer-events:none;border-radius:2px;width:200px;height:200px;position:absolute;top:-1rem;left:-1rem}.brand-story__content{padding:2rem 0}.brand-story__quote{color:var(--gold-dark);border-left:3px solid var(--gold);margin:2rem 0;padding-left:1.5rem;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-style:italic;line-height:1.6}.brand-story__text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.9}.brand-story__stats{border-top:1px solid var(--border);gap:2.5rem;margin-top:2.5rem;padding-top:2rem;display:flex}.stat{text-align:center}.stat__num{color:var(--gold);font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:600;line-height:1;display:block}.stat__label{letter-spacing:.1em;color:var(--text-muted);margin-top:.3rem;font-size:.72rem}@media (width<=900px){.brand-story__grid{grid-template-columns:1fr}.brand-story__images{height:380px}}.product-card{background:var(--warm-white);box-shadow:var(--shadow-sm);transition:var(--transition);cursor:pointer;border-radius:4px;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.product-card__img-wrap{aspect-ratio:4/3;position:relative;overflow:hidden}.product-card__img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-card__img{transform:scale(1.08)}.product-card__badge{z-index:2;position:absolute;top:1rem;left:1rem}.product-card__overlay{opacity:0;background:#2c181080;justify-content:center;align-items:center;gap:.8rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.product-card:hover .product-card__overlay{opacity:1}.product-card__action-btn{width:44px;height:44px;color:var(--deep-brown);transition:var(--transition-fast);background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.product-card__action-btn:hover{background:var(--gold);color:#fff;transform:scale(1.1)}.product-card__body{padding:1.4rem 1.5rem 1.6rem}.product-card__cat{letter-spacing:.25em;text-transform:uppercase;color:var(--sage);margin-bottom:.5rem;font-family:Cinzel,serif;font-size:.58rem}.product-card__name{color:var(--deep-brown);margin-bottom:.4rem;font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:600}.product-card__rating{align-items:center;gap:.5rem;margin-bottom:.8rem;display:flex}.stars{gap:2px;display:flex}.star{color:var(--gold);font-size:.75rem}.star.empty{color:var(--gold-light)}.rating-count{color:var(--text-muted);font-size:.75rem}.product-card__footer{justify-content:space-between;align-items:center;display:flex}.product-card__price{color:var(--deep-brown);font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:600}.product-card__price sup{font-size:.8em}.product-card__add{border:1.5px solid var(--gold);width:36px;height:36px;color:var(--gold);transition:var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.product-card__add:hover{background:var(--gold);color:#fff}.products-section{background:var(--cream)}.filter-tabs{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:3rem;display:flex}.filter-tab{letter-spacing:.2em;text-transform:uppercase;border:1px solid var(--border);color:var(--text-secondary);transition:var(--transition-fast);background:0 0;border-radius:2px;padding:.5rem 1.4rem;font-family:Cinzel,serif;font-size:.65rem}.filter-tab:hover{border-color:var(--gold);color:var(--gold)}.filter-tab.active{background:var(--deep-brown);border-color:var(--deep-brown);color:var(--gold-light)}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.ingredients-section{background:var(--deep-brown);position:relative;overflow:hidden}.ingredients-section:before{content:"";opacity:.15;background-image:url(/images/hero_bg.png);background-position:50%;background-size:cover;position:absolute;inset:0}.ingredients-section .container{z-index:1;position:relative}.ingredients-section .section-title{color:var(--gold-light)}.ingredients-section .section-label{color:var(--gold)}.ingredients-section .section-subtitle{color:#ffffffa6}.ingredients-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.ingredient-card{text-align:center;transition:var(--transition);cursor:default;background:#ffffff08;border:1px solid #c9a84c33;border-radius:4px;padding:2rem 1rem}.ingredient-card:hover{border-color:var(--gold);background:#c9a84c14;transform:translateY(-4px)}.ingredient-card__icon{margin-bottom:1rem;font-size:2.2rem;display:block}.ingredient-card__name{color:var(--gold-light);margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:1.15rem}.ingredient-card__desc{color:#ffffff80;font-size:.78rem;line-height:1.6}.testimonials-section{background:var(--cream-dark)}.testimonials-slider{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testimonial-card{background:var(--warm-white);box-shadow:var(--shadow-sm);border-top:3px solid var(--gold);transition:var(--transition);border-radius:4px;padding:2rem}.testimonial-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.testimonial-card__stars{gap:3px;margin-bottom:1rem;display:flex}.testimonial-card__text{color:var(--text-secondary);margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-style:italic;line-height:1.8}.testimonial-card__quote-mark{color:var(--gold-light);margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:4rem;line-height:.5;display:block}.testimonial-card__author{align-items:center;gap:.8rem;display:flex}.author-avatar{background:linear-gradient(135deg, var(--gold-light), var(--gold));width:44px;height:44px;color:var(--deep-brown);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:600;display:flex}.author-name{color:var(--deep-brown);font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:600}.author-location{color:var(--text-muted);font-size:.75rem}@media (width<=900px){.testimonials-slider{grid-template-columns:1fr}}.newsletter-section{background:linear-gradient(135deg, var(--deep-brown) 0%, var(--mid-brown) 100%);text-align:center;padding:5rem 0;position:relative;overflow:hidden}.newsletter-section:before{content:"";pointer-events:none;border:1px solid #c9a84c1a;border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.newsletter-section:after{content:"";pointer-events:none;border:1px solid #c9a84c12;border-radius:50%;width:400px;height:400px;position:absolute;top:-30%;left:50%;transform:translate(-50%)}.newsletter-title{color:var(--warm-white);margin-bottom:.8rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,4vw,2.8rem)}.newsletter-subtitle{color:#fff9;margin-bottom:2.5rem;font-size:.95rem;font-weight:300}.newsletter-form{border-radius:3px;gap:0;max-width:480px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 8px 30px #0003}.newsletter-input{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:none;outline:none;flex:1;padding:1rem 1.5rem;font-family:Lato,sans-serif;font-size:.9rem}.newsletter-input::placeholder{color:#ffffff80}.newsletter-submit{background:var(--gold);color:#fff;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;border:none;padding:1rem 1.8rem;font-family:Cinzel,serif;font-size:.65rem;transition:background .2s}.newsletter-submit:hover{background:var(--gold-dark)}.newsletter-note{color:#fff6;margin-top:1rem;font-size:.72rem}.footer{color:#ffffffb3;background:#1a0f08;padding:5rem 0 2rem}.footer__grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3.5rem;display:grid}.footer__brand img{height:80px;margin-bottom:1.5rem}.footer__brand p{color:#ffffff80;max-width:300px;margin-bottom:1.5rem;font-size:.9rem;line-height:1.9}.footer__socials{gap:.8rem;display:flex}.social-btn{width:38px;height:38px;color:var(--gold-light);transition:var(--transition-fast);border:1px solid #c9a84c4d;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:flex}.social-btn:hover{border-color:var(--gold);background:var(--gold);color:#fff}.footer__col-title{letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-family:Cinzel,serif;font-size:.65rem}.footer__links{flex-direction:column;gap:.8rem;display:flex}.footer__link{color:#ffffff80;font-size:.88rem;transition:color .2s}.footer__link:hover{color:var(--gold-light)}.footer__contact-item{color:#ffffff80;align-items:flex-start;gap:.8rem;margin-bottom:1rem;font-size:.88rem;display:flex}.footer__contact-item svg{color:var(--gold);flex-shrink:0;margin-top:3px}.footer__bottom{border-top:1px solid #c9a84c1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer__copy{color:#ffffff4d;font-size:.78rem}.footer__bottom-links{gap:1.5rem;display:flex}.footer__bottom-links a{color:#ffffff4d;font-size:.75rem;transition:color .2s}.footer__bottom-links a:hover{color:var(--gold-light)}@media (width<=900px){.footer__grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.footer__grid{grid-template-columns:1fr}}.about-hero{background:linear-gradient(180deg, var(--cream-dark) 0%, var(--warm-white) 100%);text-align:center;padding:12rem 0 6rem}.about-hero__title{color:var(--deep-brown);font-size:clamp(2.5rem,6vw,4.5rem)}.values-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.value-card{text-align:center;background:var(--warm-white);box-shadow:var(--shadow-sm);transition:var(--transition);border-radius:4px;padding:3rem 2rem}.value-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.value-card__icon{margin-bottom:1.2rem;font-size:2.5rem;display:block}.value-card__title{color:var(--deep-brown);margin-bottom:.8rem;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:600}.value-card__text{color:var(--text-secondary);font-size:.9rem;line-height:1.8}@media (width<=768px){.values-grid{grid-template-columns:1fr}}.contact-page{padding:10rem 0 6rem}.contact-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:5rem;display:grid}.contact-info__title{margin-bottom:1.5rem;font-size:clamp(2rem,4vw,2.8rem)}.contact-info__text{color:var(--text-secondary);margin-bottom:2rem;line-height:1.9}.contact-detail{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.contact-detail__icon{background:var(--cream-dark);border:1px solid var(--gold-light);width:44px;height:44px;color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.contact-detail__label{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.2rem;font-family:Cinzel,serif;font-size:.6rem}.contact-detail__value{color:var(--text-secondary);font-size:.95rem}.contact-form{background:var(--warm-white);box-shadow:var(--shadow-md);border-radius:4px;padding:3rem}.form-group{margin-bottom:1.5rem}.form-label{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.6rem;font-family:Cinzel,serif;font-size:.62rem;display:block}.form-input,.form-textarea{border:1px solid var(--border);background:var(--cream);width:100%;color:var(--text-primary);border-radius:2px;outline:none;padding:.9rem 1.2rem;font-family:Lato,sans-serif;font-size:.95rem;transition:border-color .2s}.form-input:focus,.form-textarea:focus{border-color:var(--gold);background:var(--warm-white)}.form-textarea{resize:vertical;height:140px}.form-success{text-align:center;color:var(--sage);padding:2rem;font-family:Cormorant Garamond,serif;font-size:1.2rem}@media (width<=900px){.contact-grid{grid-template-columns:1fr}}.products-page{padding:10rem 0 6rem}.products-page__hero{text-align:center;margin-bottom:4rem}.modal-overlay{z-index:3000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2c181099;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.modal{background:var(--warm-white);width:100%;max-width:800px;max-height:90vh;box-shadow:var(--shadow-lg);border-radius:4px;overflow-y:auto}.modal__inner{grid-template-columns:1fr 1fr;display:grid}.modal__img{aspect-ratio:1;object-fit:cover;width:100%}.modal__body{padding:2.5rem}.modal__close{background:var(--cream);cursor:pointer;width:36px;height:36px;color:var(--text-primary);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex;position:absolute;top:1rem;right:1rem}.modal-wrapper{position:relative}.modal__cat{letter-spacing:.25em;text-transform:uppercase;color:var(--sage);margin-bottom:.5rem;font-family:Cinzel,serif;font-size:.6rem}.modal__name{margin-bottom:.8rem;font-size:2rem}.modal__price{color:var(--gold-dark);margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600}.modal__desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.92rem;line-height:1.9}.modal__benefits{margin-bottom:1.5rem}.modal__benefit-title{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.8rem;font-family:Cinzel,serif;font-size:.6rem}.modal__benefit-list{flex-direction:column;gap:.4rem;display:flex}.modal__benefit-item{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.88rem;display:flex}.modal__benefit-item:before{content:"✦";color:var(--gold);font-size:.5rem}.modal__actions{gap:.8rem;display:flex}@media (width<=700px){.modal__inner{grid-template-columns:1fr}}.reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:opacity .8s,transform .8s;transform:translate(-40px)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transition:opacity .8s,transform .8s;transform:translate(40px)}.reveal-right.visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transition:opacity .8s,transform .8s;transform:scale(.9)}.reveal-scale.visible{opacity:1;transform:scale(1)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}.delay-6{transition-delay:.6s}
