@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";:root{--nb-teal: rgb(27, 71, 72);--nb-dark: rgb(18, 50, 51);--nb-gold: rgb(255, 174, 0);--nb-white: #fff;--nb-ink: #111;--nb-gray: #555;--nb-light: #f5f5f5;--nb-border: #e5e5e5}.navbar-wrapper{position:fixed;top:0;left:0;right:0;z-index:200;background:var(--nb-white);border-bottom:1px solid var(--nb-border)}.nb-ticker{background:var(--nb-teal);border-bottom:1px solid var(--nb-border);height:36px;display:flex;align-items:center;justify-content:center;gap:16px;padding:0 16px}.nb-ticker-arrow{background:none;border:none;cursor:pointer;color:#fff;display:flex;align-items:center;padding:4px 6px;border-radius:3px;transition:color .2s,background .2s}.nb-ticker-arrow:hover{color:var(--nb-ink);background:var(--nb-border)}.nb-ticker-text{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:500;letter-spacing:.04em;color:#fff;transition:opacity .2s;text-align:center;min-width:280px}.nb-ticker-text.visible{opacity:1}.nb-ticker-text.hidden{opacity:0}.nb-header{max-width:1280px;margin:0 auto;padding:0 24px;height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}.nb-header-left,.nb-header-right{display:flex;align-items:center;gap:10px}.nb-header-left{justify-self:start}.nb-header-right{justify-self:end}.nb-hamburger{display:none;width:38px;height:38px;border:0;background:transparent;cursor:pointer;color:var(--nb-ink);align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.nb-hamburger:hover{background:var(--nb-light)}.nb-logo{text-decoration:none;display:flex;flex-direction:column;line-height:1;justify-self:start}.nb-logo-text{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,2.5vw,2.2rem);font-style:italic;font-weight:550;color:var(--nb-teal);letter-spacing:-.01em;line-height:1}.nb-logo-text span{font-weight:700;font-family:Georgia,Times New Roman,serif}.nb-logo-text strong{font-family:Georgia,Times New Roman,serif;color:var(--nb-gold);font:inherit}.nb-logo-sub{font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--nb-gray);margin-top:3px}.nb-search{display:flex;align-items:stretch;height:40px;border-bottom:1px solid #999;border-radius:3px;overflow:hidden;width:100%;max-width:600px;justify-self:center;transition:border-color .2s}.nb-search:focus-within{border-color:var(--nb-ink)}.nb-search-input{flex:1;min-width:0;height:100%;border:0;outline:0;background:var(--nb-white);color:var(--nb-ink);padding:0 14px;font-family:Arial,Helvetica,sans-serif;font-size:.88rem}.nb-search-input::placeholder{color:#999;font-style:italic}.nb-search-btn{width:42px;height:100%;flex:0 0 auto;border:0;border-radius:0;background:var(--nb-white);color:var(--nb-gray);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .18s,color .18s}.nb-search-btn:hover{background:var(--nb-teal);color:var(--nb-white);border-color:var(--nb-teal)}.nb-search-close{width:42px;height:100%;flex:0 0 auto;border:0;border-radius:0;background:var(--nb-white);color:var(--nb-gray);cursor:pointer;display:flex;align-items:center;justify-content:center;border-left:1px solid var(--nb-border);transition:background .18s,color .18s}.nb-search-close:hover{background:#ff6b6b;color:var(--nb-white);border-color:#ff6b6b}.nb-mobile-search-btn{display:none;width:38px;height:38px;border:0;background:transparent;cursor:pointer;color:var(--nb-ink);align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.nb-mobile-search-btn:hover{background:var(--nb-light)}.nb-icons{display:flex;align-items:center;justify-content:flex-end;gap:4px}.nb-icon-btn{position:relative;display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 10px;color:var(--nb-ink);text-decoration:none;border-radius:4px;transition:color .2s,background .2s;background:transparent;border:0;cursor:pointer}.nb-icon-btn:hover{color:var(--nb-teal);background:#1b47480d}.nb-icon-label{font-family:Arial,Helvetica,sans-serif;font-size:10px;letter-spacing:.04em;color:inherit}.nb-badge-wrap{position:relative}.nb-badge{position:absolute;top:2px;right:4px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--nb-teal);color:var(--nb-white);font-family:Arial,Helvetica,sans-serif;font-size:.62rem;font-weight:800;line-height:1;display:flex;align-items:center;justify-content:center;pointer-events:none}.nb-nav{border-top:1px solid var(--nb-border);background:var(--nb-white)}.nb-nav-inner{max-width:1280px;margin:0 auto;padding:0 24px;height:42px;display:flex;align-items:center}.nb-nav-left{display:flex;align-items:center}.nb-nav-right{display:flex;align-items:center;gap:2px;margin-left:auto}.nb-nav-divider{width:1px;height:20px;background:var(--nb-border);margin:0 8px;flex-shrink:0}.nb-nav-item{position:relative;height:42px;display:flex;align-items:center}.nb-nav-link{padding:0 14px;height:42px;display:flex;align-items:center;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--nb-ink);text-decoration:none;border-right:1px solid var(--nb-border);white-space:nowrap;transition:color .2s,background .2s}.nb-nav-item:last-child .nb-nav-link{border-right:none}.nb-nav-left .nb-nav-link:hover{color:var(--nb-teal);background:#1b47480a}.nb-nav-special{border-right:none!important;padding:0 12px;font-size:11px;height:30px;border-radius:3px}.nb-nav-special:hover{background:#1b47480f;color:var(--nb-teal)}.nb-sale{color:#c0392b!important}.nb-sale:hover{background:#fff5f5!important}.nb-dropdown{position:absolute;top:100%;left:0;min-width:200px;background:var(--nb-white);border:1px solid var(--nb-border);box-shadow:0 8px 24px #0000001a;z-index:300;border-top:2px solid var(--nb-teal)}.nb-dropdown-link{display:block;padding:10px 16px;font-family:Arial,Helvetica,sans-serif;font-size:13px;color:var(--nb-ink);text-decoration:none;white-space:nowrap;transition:background .15s,color .15s}.nb-dropdown-link:hover{background:var(--nb-light);color:var(--nb-teal)}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#00000073;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.sidebar-backdrop.open{opacity:1;visibility:visible;pointer-events:auto}.sidebar{position:fixed;top:0;left:0;bottom:0;width:310px;max-width:88vw;z-index:310;background:var(--nb-white);display:flex;flex-direction:column;transform:translate(-100%);transition:transform .32s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 24px #00000024}.sidebar.open{transform:translate(0)}.sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--nb-border);flex-shrink:0}.sidebar-brand{font-family:Georgia,Times New Roman,serif;font-size:1.7rem;font-style:italic;font-weight:700;color:var(--nb-teal);line-height:1}.sidebar-brand strong{color:var(--nb-gold);font:inherit}.sidebar-close{width:36px;height:36px;border:0;background:transparent;cursor:pointer;color:var(--nb-ink);display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.sidebar-close:hover{background:var(--nb-light)}.sidebar-search-wrap{padding:12px 14px;border-bottom:1px solid var(--nb-border);flex-shrink:0}.sidebar-search-form{width:100%}.sidebar-nav{flex:1;overflow-y:auto;padding:6px 0}.sidebar-link{display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:0 16px;border-bottom:1px solid #f0f0f0;color:var(--nb-ink);font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:600;text-decoration:none;text-transform:uppercase;background:transparent;border-left:0;border-right:0;border-top:0;cursor:pointer;width:100%;text-align:left;transition:background .15s,color .15s;letter-spacing:.04em}.sidebar-link:hover{background:#f5f5f5;color:var(--nb-teal)}.sidebar-parent.expanded{color:var(--nb-teal);background:#1b47480d}.sidebar-chevron{flex-shrink:0;transition:transform .25s}.sidebar-chevron.rotated{transform:rotate(90deg)}.sidebar-subs{background:#fafafa;border-bottom:1px solid #f0f0f0}.sidebar-sub-link{display:flex;align-items:center;min-height:40px;padding:0 16px 0 28px;color:#555;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:500;text-decoration:none;border-bottom:1px solid #f5f5f5;transition:color .15s}.sidebar-sub-link:hover{color:var(--nb-teal)}.sidebar-actions{padding:12px 14px 20px;border-top:1px solid var(--nb-border);display:flex;flex-direction:column;gap:8px;flex-shrink:0}.sidebar-action-btn{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;background:var(--nb-light);color:var(--nb-ink);border-radius:4px;text-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:background .2s,color .2s}.sidebar-action-btn:hover,.sidebar-cart-btn{background:var(--nb-teal);color:var(--nb-white)}.sidebar-cart-btn:hover{background:var(--nb-dark)}.sidebar-action-badge{background:var(--nb-gold);color:var(--nb-ink);border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.nb-nav-right,.nb-nav-divider{display:none}}@media (max-width: 768px){.nb-ticker{height:32px;gap:8px;padding:0 10px}.nb-ticker-text{font-size:11px;min-width:auto}.nb-ticker-arrow{padding:3px 4px}.nb-header{display:flex;align-items:center;justify-content:space-between;height:58px;padding:0 14px;gap:8px}.nb-header-left,.nb-header-right{display:flex;align-items:center;gap:8px}.nb-hamburger{display:flex!important;width:36px;height:36px}.nb-logo{margin:0}.nb-logo-text{font-size:1.8rem}.nb-logo-sub{display:none}.nb-logo-text span{font-weight:700;font-family:Georgia,Times New Roman,serif}.nb-search{display:none;position:absolute;top:80px;left:0;right:0;width:100%;max-width:100%;height:44px;margin:0;border-radius:0;border:1px solid var(--nb-border);justify-self:auto;z-index:220;background:var(--nb-white);padding:0 14px}.nb-search.mobile-open{display:flex}.nb-mobile-search-btn{display:inline-flex}.nb-icons{gap:6px}.nb-icon-label{display:none}.nb-icon-btn{padding:6px 7px}.nb-account-btn,.nb-nav{display:none}.nb-header.search-open .nb-logo{opacity:.4;transform:scale(.95)}.nb-header.search-open .nb-icons,.nb-header.search-open .nb-hamburger{opacity:.4;pointer-events:none}}@media (max-width: 420px){.nb-header{padding:0 10px;grid-template-columns:36px 1fr auto;gap:6px}.nb-logo-text{font-size:1.6rem}.nb-icon-btn{padding:4px 5px}.nb-mobile-search-btn{padding:6px}.sidebar{width:280px}.nb-logo-text span{font-weight:700;font-family:Georgia,Times New Roman,serif}}:root{--footer-bg: rgb(27, 71, 72);--footer-bg-deep: rgb(18, 52, 53);--footer-gold: rgb(255, 174, 0);--footer-text: rgba(255, 255, 255, .78);--footer-text-soft: rgba(255, 255, 255, .55);--footer-border: rgba(255, 255, 255, .1)}.footer-logo .nb-logo-text{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:600;font-size:clamp(1.6rem,2.6vw,2rem);color:var(--footer-gold);line-height:1}.footer-logo .nb-logo-text span{font-weight:700}.footer-logo .nb-logo-text strong{color:var(--footer-gold);font-weight:800}.footer-logo .nb-logo-sub{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--footer-text-soft);margin-top:4px}.footer{background:var(--footer-bg);color:var(--footer-text);padding:4.5rem 0 0;font-family:Arial,Helvetica,sans-serif}.footer-top{max-width:1320px;margin:0 auto;padding:0 2rem 3rem;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:2.5rem;border-bottom:1px solid var(--footer-border)}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:inline-block;max-width:170px}.footer-logo img{width:100%;height:auto;display:block;filter:brightness(0) invert(1)}.footer-tagline{margin:0;font-size:.85rem;line-height:1.65;color:var(--footer-text);max-width:320px}.footer-social{display:flex;align-items:center;gap:.55rem;margin-top:.4rem}.footer-social-icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff14;color:#fff;text-decoration:none;transition:background .25s,color .25s,transform .2s}.footer-social-icon:hover{background:var(--footer-gold);color:#1a1a1a;transform:translateY(-2px)}.footer-links-group h4{margin:0 0 1rem;color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;position:relative;padding-bottom:.55rem}.footer-links-group h4:after{content:"";position:absolute;left:0;bottom:0;width:28px;height:2px;background:var(--footer-gold)}.footer-links-group ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.footer-links-group ul li a{display:inline-block;font-size:.85rem;color:var(--footer-text);text-decoration:none;transition:color .2s,transform .2s}.footer-links-group ul li a:hover{color:var(--footer-gold);transform:translate(3px)}.footer-contact-list{gap:.85rem!important}.footer-contact-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.85rem;color:var(--footer-text);line-height:1.5}.footer-contact-list li svg{flex-shrink:0;margin-top:3px;color:var(--footer-gold)}.footer-contact-list li a{color:var(--footer-text);text-decoration:none;transition:color .2s}.footer-contact-list li a:hover{color:var(--footer-gold)}.footer-bottom{background:var(--footer-bg-deep);max-width:100%;margin:0;padding:1.1rem 2rem;display:flex;align-items:center;justify-content:space-between;font-size:.78rem;color:var(--footer-text-soft);letter-spacing:.04em}.footer-bottom p{margin:0}.footer-bottom-meta{font-style:italic;color:var(--footer-text-soft)}@media (max-width: 1100px){.footer-top{grid-template-columns:1.4fr 1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}}@media (max-width: 768px){.footer{padding-top:3rem}.footer-top{grid-template-columns:1fr 1fr;gap:2rem 1.5rem;padding:0 1.25rem 2.25rem}.footer-brand{grid-column:1 / -1}.footer-tagline{max-width:100%}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center;padding:1.1rem 1.25rem}}@media (max-width: 480px){.footer-top{grid-template-columns:1fr;gap:1.75rem}.footer-links-group h4{font-size:.72rem}.footer-links-group ul li a{font-size:.82rem}}:root{--tone-primary: rgb(27, 71, 72);--tone-dark: rgb(18, 50, 51);--tone-gold: rgb(255, 174, 0);--tone-soft: rgb(241, 241, 241);--tone-ink: #000;--tone-paper: #fff}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes heroIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.fade-section{opacity:0;transform:translateY(32px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.fade-section.is-visible{opacity:1;transform:translateY(0)}.home{display:flex;flex-direction:column;background:var(--tone-paper)}.hero-split{display:flex;flex-direction:column;height:calc(100vh - 150px);min-height:460px;max-height:780px;margin-top:0;overflow:hidden}.hero-split-row{display:flex;flex:1}.hero-split-img{flex:0 0 65%;position:relative;overflow:hidden;background:#111}.hero-split-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.05);transition:opacity 1s cubic-bezier(.4,0,.2,1),transform 6s cubic-bezier(.4,0,.2,1)}.hero-split-bg.active{opacity:1;transform:scale(1)}.hero-split-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:44px;height:44px;border-radius:50%;border:0;background:#ffffffd9;color:var(--tone-primary);font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #0003;transition:background .2s,color .2s}.hero-split-arrow:hover{background:var(--tone-primary);color:#fff}.hero-split-arrow-left{left:1rem}.hero-split-arrow-right{right:1rem}.hero-split-dots{position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%);z-index:4;display:flex;gap:7px}.hero-split-dot{width:8px;height:8px;border-radius:50%;border:2px solid rgba(255,255,255,.7);background:transparent;cursor:pointer;padding:0;transition:background .3s,border-color .3s}.hero-split-dot.active{background:#fff;border-color:#fff}.hero-split-content{flex:0 0 35%;background:#111;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:52px 52px 52px 56px;color:#fff;position:relative}.hero-split-eyebrow{font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:700;letter-spacing:.32em;text-transform:uppercase;color:var(--tone-gold);margin-bottom:18px;animation:heroIn .7s ease both;animation-delay:.05s}.hero-split-headline{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,3.5vw,3.6rem);font-weight:700;font-style:italic;line-height:1.1;letter-spacing:.02em;color:#fff;margin-bottom:22px;animation:heroIn .7s ease both;animation-delay:.15s}.hero-split-sub{font-family:Arial,Helvetica,sans-serif;font-size:14px;color:#fff9;line-height:1.7;max-width:280px;margin-bottom:32px;animation:heroIn .7s ease both;animation-delay:.25s}.hero-split-cta{display:inline-block;color:#fff;text-decoration:underline;text-underline-offset:6px;letter-spacing:.2em;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;transition:color .2s;cursor:pointer;animation:heroIn .7s ease both;animation-delay:.35s}.hero-split-cta:hover{color:var(--tone-gold)}@media (max-width: 768px){.hero-split{flex-direction:column;height:auto;min-height:unset;max-height:unset;margin-top:0}.hero-split-img{flex:none;width:100%;height:65vw;min-height:240px}.hero-split-content{flex:none;width:100%;padding:28px 20px;background:#111;align-items:flex-start}.hero-split-headline{font-size:clamp(1.6rem,7vw,2.4rem)}}.urgency-bar{background:var(--tone-soft);border-bottom:1px solid #e0e0e0;padding:14px 24px}.urgency-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.urgency-text-col{flex:1;min-width:0}.urgency-headline{font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--tone-ink);margin-bottom:3px}.urgency-label{font-family:Arial,Helvetica,sans-serif;font-size:11px;letter-spacing:.05em;color:#666}.urgency-blocks{display:flex;gap:8px;flex-shrink:0}.urgency-block{text-align:center}.urgency-num{background:var(--tone-ink);color:#fff;width:52px;height:48px;display:flex;align-items:center;justify-content:center;font-family:Arial,Helvetica,sans-serif;font-size:22px;font-weight:800;border-radius:4px}.urgency-unit{font-family:Arial,Helvetica,sans-serif;font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#888;margin-top:4px}.tesoro-category-section{background:#fff;padding:1.55rem 0 2.1rem;border-bottom:1px solid #ededed}.tesoro-section-title{max-width:1320px;margin:0 auto 1.4rem;padding:0 2rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.8rem}.tesoro-section-title span{height:1px;background:#e5e5e5}.tesoro-section-title h2{margin:0;color:var(--tone-ink);font-family:Arial,Helvetica,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.05em;line-height:1;text-transform:uppercase;white-space:nowrap}.tesoro-category-shell{position:relative;max-width:1190px;margin:0 auto;padding:0 2.1rem}.tesoro-category-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(130px,1fr);gap:.65rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.tesoro-category-carousel::-webkit-scrollbar{display:none}.tesoro-category-tile{min-height:56px;padding:0 .9rem;background:var(--tone-primary);color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;font-family:Arial,Helvetica,sans-serif;font-size:.92rem;font-weight:600;text-decoration:none;scroll-snap-align:start;transition:background .2s,transform .2s}.tesoro-category-tile:hover{background:var(--tone-gold);color:var(--tone-ink);transform:translateY(-1px)}.tesoro-carousel-btn{position:absolute;top:50%;width:30px;height:40px;border:0;background:#fff;color:var(--tone-ink);box-shadow:0 2px 10px #0000001f;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);cursor:pointer;z-index:2}.tesoro-carousel-btn.prev{left:.4rem}.tesoro-carousel-btn.next{right:.4rem}.editorial-carousel-section{position:relative;width:100%;height:100vh;margin:0;padding:0;background-color:#c0392b}.editorial-carousel-window{position:relative;width:100%;height:100vh;overflow:hidden}.editorial-image-card{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background:#eee;opacity:0;visibility:hidden;transition:opacity .7s,visibility 0s linear .7s;z-index:0}.editorial-image-card.active{opacity:1;visibility:visible;z-index:1;transition:opacity .7s,visibility 0s linear 0s}.editorial-image-card picture,.editorial-image-card img{width:100%;height:100%;object-fit:cover;display:block}.editorial-image-card img{transition:transform 6s ease}.editorial-image-card.active img{transform:scale(1.04)}@media (max-width: 768px){.editorial-carousel-section,.editorial-carousel-window{height:65vh;min-height:320px}}.editorial-dots{position:absolute;left:50%;bottom:14px;transform:translate(-50%);display:flex;gap:6px;z-index:3}.editorial-dot{width:8px;height:8px;border-radius:50%;border:0;background:#ffffff8c;cursor:pointer;padding:0;transition:background .25s,transform .25s}.editorial-dot.active{background:var(--tone-gold);transform:scale(1.2)}.marquee-strip{background:var(--tone-ink);color:#fff;overflow:hidden;padding:.7rem 0;white-space:nowrap}.marquee-track{display:inline-flex;animation:marquee 28s linear infinite}.marquee-item{font-family:Arial,Helvetica,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding-right:4rem}.category-tiles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.cat-img-tile{display:block;text-decoration:none;position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:6px;background:var(--tone-soft)}.cat-img-tile img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);display:block}.cat-img-tile:hover img{transform:scale(1.06)}.cat-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(27,71,72,.72) 0%,transparent 55%);display:flex;align-items:flex-end;padding:14px 16px}.cat-img-name{font-family:Playfair Display,Georgia,serif;color:#fff;font-size:15px;font-style:italic;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.influencer-section{background:var(--tone-soft);overflow:hidden}.influencer-inner{display:flex;min-height:480px}.influencer-carousel{flex:0 0 58%;position:relative;overflow:hidden;background:#111}.influencer-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .7s,visibility 0s linear .7s;z-index:0}.influencer-slide.active{opacity:1;visibility:visible;z-index:1;transition:opacity .7s,visibility 0s linear 0s}.influencer-slide img{width:100%;height:100%;object-fit:cover;display:block}.influencer-dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:4}.influencer-content{flex:0 0 42%;display:flex;flex-direction:column;justify-content:center;padding:48px 52px;background:#fff}.influencer-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:600;color:var(--tone-primary);margin:10px 0 16px;line-height:1.2}.influencer-sub{font-family:Arial,Helvetica,sans-serif;font-size:.92rem;color:#555;line-height:1.7;margin-bottom:24px;max-width:340px}.influencer-product{background:var(--tone-soft);border-left:3px solid var(--tone-gold);padding:14px 18px;margin-bottom:24px;border-radius:0 4px 4px 0}.inf-product-name{font-family:Playfair Display,Georgia,serif;font-size:1.05rem;font-weight:600;color:var(--tone-primary);margin-bottom:8px}.influencer-cta{display:inline-flex;align-items:center;gap:8px;background:var(--tone-primary);color:#fff;padding:14px 28px;border-radius:4px;font-family:Arial,Helvetica,sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;align-self:flex-start;transition:background .2s,transform .2s}.influencer-cta:hover{background:var(--tone-dark);transform:translateY(-2px)}.section{padding:5rem 0}.section-muted{background:var(--tone-soft)}.section-inner{max-width:1320px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:2.6rem}.section-eyebrow{display:block;font-family:Arial,Helvetica,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--tone-gold);margin-bottom:.6rem}.section-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.9rem,3vw,2.6rem);font-weight:600;color:var(--tone-primary);line-height:1.2;margin-bottom:.8rem}.section-divider{width:56px;height:2px;background:var(--tone-gold);margin:0 auto;opacity:.85}.section-cta{text-align:center;margin-top:2.4rem}.btn-outline{display:inline-block;border:1px solid var(--tone-primary);background:transparent;color:var(--tone-primary);padding:.85rem 2.3rem;font-family:Arial,Helvetica,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border-radius:4px;cursor:pointer;transition:background .25s,color .25s,transform .2s}.btn-outline:hover{background:var(--tone-primary);color:#fff;transform:translateY(-2px)}.btn-sale{border-color:#c0392b;color:#c0392b}.btn-sale:hover{background:#c0392b;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.home-product-tabs{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.6rem;margin:-.5rem 0 1.4rem;padding:.2rem 0 .75rem;scrollbar-width:none}.home-product-tabs::-webkit-scrollbar{display:none}.home-product-tab{position:relative;border:0;background:transparent;color:var(--tone-ink);padding:.4rem 0;font-family:Arial,Helvetica,sans-serif;font-size:1rem;font-weight:600;white-space:nowrap;cursor:pointer}.home-product-tab:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--tone-primary);transform:scaleX(0);transform-origin:center;transition:transform .2s}.home-product-tab.active{color:var(--tone-primary)}.home-product-tab.active:after,.home-product-tab:hover:after{transform:scaleX(1)}.home-products-grid{gap:1rem}.products-loading{text-align:center;padding:3rem 0;color:#777;font-family:Arial,Helvetica,sans-serif}.product-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;position:relative;background:#fff;border:1px solid #ececec;border-radius:8px;overflow:hidden;transition:box-shadow .25s,transform .25s,border-color .25s}.product-card:hover{border-color:#d8d8d8;box-shadow:0 8px 22px #00000014;transform:translateY(-2px)}.tesoro-product-card{background:#fff}.product-card-img-wrap{position:relative;width:100%;aspect-ratio:3/4;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card-img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;padding:14px;transition:transform .5s}.product-card:hover .product-card-img{transform:scale(1.04)}.product-card-img-placeholder{background:var(--tone-soft)}.product-card-info,.tesoro-product-info{padding:12px 8px 16px;background:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-top:1px solid #f1f1f1}.product-card-name{font-family:Playfair Display,Georgia,serif;font-size:.9rem;font-weight:500;color:var(--tone-primary);margin:0 0 4px;text-align:center}.product-card-price-row{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.product-card-price{font-family:Arial,Helvetica,sans-serif;font-size:.95rem;font-weight:600;color:#222}.tesoro-product-card:hover .product-card-price{color:var(--tone-primary)}.product-card-original{font-size:.78rem;color:#a0aec0;text-decoration:line-through;font-weight:500}.product-badge{position:absolute;top:10px;left:10px;z-index:2;background:var(--tone-primary);color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:5px 10px;border-radius:999px}.sale-badge{background:var(--tone-gold);color:var(--tone-ink)}.tesoro-promo-strip{max-width:1320px;margin:0 auto;padding:1.2rem 2rem 2.25rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;background:#fff}.tesoro-promo-tile{position:relative;min-height:230px;overflow:hidden;background:#111;color:#fff;text-decoration:none}.tesoro-promo-tile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s}.tesoro-promo-tile:hover img{transform:scale(1.04)}.tesoro-promo-tile span{position:absolute;left:1rem;bottom:1rem;padding:.5rem .75rem;background:#000000b8;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:.8rem;font-weight:700;text-transform:uppercase}.promo-banner{background:var(--tone-primary);padding:4.5rem 0;position:relative;overflow:hidden}.promo-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.08;background-image:repeating-linear-gradient(45deg,var(--tone-gold) 0px,var(--tone-gold) 1px,transparent 1px,transparent 40px)}.promo-inner{max-width:1320px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:3rem;position:relative;z-index:1}.promo-text{max-width:560px}.promo-eyebrow{font-family:Arial,Helvetica,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--tone-gold);margin-bottom:.75rem}.promo-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,2.8vw,2.25rem);font-weight:600;color:#fff;line-height:1.25;margin-bottom:.75rem}.promo-desc{font-family:Arial,Helvetica,sans-serif;font-size:.9rem;color:#ffffffb3;line-height:1.7}.promo-cta{display:inline-flex;align-items:center;gap:.6rem;background:var(--tone-gold);color:var(--tone-ink);padding:.95rem 2.1rem;font-family:Arial,Helvetica,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border-radius:4px;white-space:nowrap;flex-shrink:0;transition:background .25s,transform .2s}.promo-cta:hover{background:#fff;color:var(--tone-primary);transform:translateY(-2px)}.reviews-wrapper{display:flex;align-items:center;gap:16px}.review-arrow{flex:0 0 auto;width:40px;height:40px;border-radius:50%;border:1.5px solid #e0e0e0;background:#fff;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--tone-ink);transition:all .2s}.review-arrow:hover{background:var(--tone-primary);color:#fff;border-color:var(--tone-primary)}.reviews-grid{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{background:var(--tone-soft);border-radius:8px;padding:28px 24px;text-align:center;border:1px solid #e5e5e5;transition:box-shadow .2s}.review-card:hover{box-shadow:0 8px 20px #1b47481a}.review-stars{font-size:18px;color:var(--tone-gold);letter-spacing:2px;margin-bottom:8px}.review-title{font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--tone-ink);margin-bottom:12px;font-family:Arial,Helvetica,sans-serif}.review-text{font-size:13px;color:#555;line-height:1.7;margin-bottom:16px;font-family:Arial,Helvetica,sans-serif}.review-name{font-size:12px;font-weight:700;color:var(--tone-primary);font-family:Arial,Helvetica,sans-serif}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}.feature-card{background:#fff;border:1px solid #ececec;border-radius:8px;padding:2.2rem 1.6rem;text-align:center;transition:box-shadow .3s,transform .3s}.feature-card:hover{box-shadow:0 10px 24px #1b474826;transform:translateY(-4px)}.feature-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--tone-soft);border-radius:50%;margin:0 auto 1.1rem;color:var(--tone-primary)}.feature-card h3{font-family:Playfair Display,Georgia,serif;font-size:1.1rem;font-weight:600;color:var(--tone-primary);margin-bottom:.55rem}.feature-card p{font-family:Arial,Helvetica,sans-serif;font-size:.84rem;color:#555;line-height:1.65;margin:0}.signature-section{background:#fff;padding:4.5rem 1.5rem 4rem}.signature-header{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.hero-split .signature-header{text-align:left;margin-bottom:1.5rem}.signature-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,3.4vw,2.6rem);font-weight:600;color:var(--tone-primary);margin:0 0 .35rem}.signature-sub{font-family:Arial,Helvetica,sans-serif;font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;color:#555;margin:0 0 .7rem}.signature-divider,.collection-divider{display:flex;align-items:center;justify-content:center;gap:.6rem;color:var(--tone-gold)}.signature-divider span,.collection-divider span{width:80px;height:1px;background:currentColor;opacity:.55}.signature-divider i,.collection-divider i{font-style:normal;font-size:.95rem}.signature-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:2rem}.signature-text-wrap{display:flex;justify-content:center}.signature-text-card{background:var(--tone-soft);padding:2.6rem 2.3rem;border-radius:60% 40% 55% 45%/60% 55% 45% 40%;text-align:center;max-width:420px}.signature-text-card h3{font-family:Playfair Display,Georgia,serif;font-size:1.9rem;color:var(--tone-primary);margin:0 0 .85rem;font-weight:600}.signature-text-card p{font-family:Arial,Helvetica,sans-serif;font-size:.9rem;line-height:1.6;color:#444;margin:0 0 1.4rem}.signature-cta{display:inline-block;background:var(--tone-primary);color:#fff;padding:.65rem 1.6rem;font-family:Arial,Helvetica,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-decoration:none;border-radius:999px;transition:background .2s,transform .2s}.signature-cta:hover{background:var(--tone-gold);color:var(--tone-ink);transform:translateY(-2px)}.signature-image-wrap{width:100%;height:380px;overflow:hidden;border-radius:6px}.signature-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.collection-section{background:var(--tone-primary);padding:3.5rem 1.5rem 4rem}.collection-header{text-align:center;margin-bottom:2.2rem;color:#fff}.collection-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,3.4vw,2.4rem);margin:0 0 .4rem;font-weight:600}.collection-sub{font-family:Arial,Helvetica,sans-serif;font-size:.95rem;margin:0 0 .7rem;color:#ffffffe6}.collection-sub em{color:var(--tone-gold);font-style:italic;font-weight:600}.collection-divider{color:var(--tone-gold)}.collection-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.collection-card{position:relative;display:block;height:280px;border-radius:6px;overflow:hidden;text-decoration:none;background:#111;box-shadow:0 6px 22px #0000002e}.collection-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s;filter:brightness(.78)}.collection-card:hover img{transform:scale(1.06)}.collection-name{position:absolute;top:18px;left:0;right:0;text-align:center;font-family:Playfair Display,Georgia,serif;font-size:1.35rem;font-style:italic;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.55)}.collection-quick{position:absolute;left:50%;bottom:18px;transform:translate(-50%);background:#ffffffd9;color:var(--tone-primary);padding:6px 18px;font-family:Arial,Helvetica,sans-serif;font-size:.78rem;font-weight:700;border-radius:999px;letter-spacing:.05em;transition:background .2s}.collection-card:hover .collection-quick{background:var(--tone-gold)}.newsletter-section{background:var(--tone-ink);padding:5.5rem 0}.newsletter-inner{max-width:540px;margin:0 auto;padding:0 2rem;text-align:center}.newsletter-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.9rem,3vw,2.4rem);font-weight:600;color:#fff;margin:.5rem 0 .75rem}.newsletter-desc{font-family:Arial,Helvetica,sans-serif;font-size:.88rem;color:#fff9;line-height:1.7;margin-bottom:2.2rem}.newsletter-form{display:flex;border:1px solid rgba(255,255,255,.18);border-radius:4px;overflow:hidden;transition:border-color .25s}.newsletter-form:focus-within{border-color:var(--tone-gold)}.newsletter-input{flex:1;background:#ffffff0d;border:none;padding:.95rem 1.25rem;color:#fff;font-size:.88rem;font-family:Arial,Helvetica,sans-serif;outline:none;min-width:0}.newsletter-input::placeholder{color:#ffffff59}.newsletter-btn{background:var(--tone-gold);color:var(--tone-ink);border:none;padding:.95rem 1.75rem;font-family:Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:background .2s;flex-shrink:0}.newsletter-btn:hover{background:var(--tone-primary);color:#fff}.newsletter-success{font-family:Arial,Helvetica,sans-serif;font-size:.95rem;color:var(--tone-gold)}@media (max-width: 1100px){.products-grid,.home-products-grid{grid-template-columns:repeat(3,1fr)}.features-grid{grid-template-columns:repeat(2,1fr)}.category-tiles-grid{grid-template-columns:repeat(3,1fr)}.signature-inner{gap:1.2rem}.collection-card{height:240px}}@media (max-width: 900px){.influencer-inner{flex-direction:column}.influencer-carousel{flex:none;width:100%;height:55vw;min-height:280px}.influencer-carousel .legal-section .legal-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:1100px;margin:0 auto;padding:0 2rem 2.5rem;align-items:stretch}.influencer-carousel .legal-section .legal-card{background:linear-gradient(180deg,#fff,#fbfbfb);border:1px solid rgba(0,0,0,.06);padding:1.25rem 1.3rem;border-radius:12px;box-shadow:0 8px 20px #0f172a0a;display:flex;flex-direction:column;justify-content:flex-start;min-height:220px;position:relative;overflow:hidden}.influencer-carousel .legal-section .legal-card h3{margin:0 0 .6rem;font-size:1rem;color:var(--tone-primary)}.influencer-carousel .legal-section .legal-card p{margin:0;color:#555;line-height:1.6}.influencer-carousel .legal-section .legal-points{margin:.9rem 0 0;padding-left:1.15rem;color:#444}.influencer-carousel .legal-section .legal-points li{margin:.5rem 0;line-height:1.5}.influencer-carousel .legal-section{padding-top:2.2rem;padding-bottom:1.6rem}.influencer-carousel .legal-section .legal-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,var(--tone-primary),var(--tone-gold))}.influencer-carousel .legal-section .legal-card h3{padding-left:.6rem}.influencer-carousel .legal-section .legal-columns{grid-template-columns:1fr;padding:0 1rem 1.5rem}.influencer-carousel .legal-section .legal-card:before{left:12px;width:5px}.influencer-carousel .legal-section .legal-card{padding-left:1rem}@media (max-width: 700px){.influencer-carousel .legal-section .legal-columns{grid-template-columns:1fr;padding:0 1rem 1.5rem}}.influencer-content{flex:none;width:100%;padding:32px 24px}.signature-inner{grid-template-columns:1fr;gap:2rem}.signature-image-wrap{height:320px}.collection-grid{gap:.8rem}}@media (max-width: 768px){.urgency-inner{flex-direction:column;gap:12px;align-items:flex-start}.urgency-num{width:44px;height:42px;font-size:18px}.tesoro-category-section{padding:1rem 0 1.2rem}.tesoro-section-title{padding:0 1rem;margin-bottom:.85rem}.tesoro-section-title h2{font-size:.72rem}.tesoro-category-shell{padding:0 1rem}.tesoro-category-carousel{grid-auto-columns:minmax(92px,30vw);gap:.45rem}.tesoro-category-tile{min-height:36px;font-size:.68rem;padding:0 .55rem}.tesoro-carousel-btn{display:none}.editorial-carousel-section,.editorial-carousel-window{height:100vh}.tesoro-promo-strip{grid-template-columns:1fr;padding-left:1rem;padding-right:1rem}.tesoro-promo-tile{min-height:200px}.section{padding:3.5rem 0}.section-inner{padding:0 1rem}.products-grid,.home-products-grid{grid-template-columns:repeat(2,1fr)!important;gap:.7rem}.home-product-tabs{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;gap:1.2rem;padding:0 .25rem .6rem}.home-product-tab{font-size:.85rem}.features-grid{grid-template-columns:1fr 1fr;gap:.9rem}.feature-card{padding:1.6rem 1.1rem}.promo-inner{flex-direction:column;text-align:center;gap:1.6rem}.promo-text{max-width:100%}.signature-section{padding:3rem 1rem}.signature-text-card{padding:2rem 1.5rem;border-radius:24px}.signature-image-wrap{height:260px}.collection-section{padding:3rem 1rem 3.5rem}.collection-grid{grid-template-columns:repeat(2,1fr);gap:.7rem}.collection-card{height:210px}.reviews-grid{grid-template-columns:1fr}.reviews-wrapper{flex-direction:column}.review-arrow{display:none}.category-tiles-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.tesoro-category-tile{min-height:32px;font-size:.62rem;padding:0 .45rem}.products-grid,.home-products-grid{grid-template-columns:repeat(2,1fr)!important;gap:.55rem}.features-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.newsletter-btn{border-radius:4px;padding:.95rem;width:100%}.section-title{font-size:1.6rem}.promo-title{font-size:1.4rem}.collection-grid{grid-template-columns:repeat(2,1fr);gap:.55rem}.collection-card{height:180px}.influencer-content{padding:24px 16px}}.lazy-image{position:relative;display:block;overflow:hidden}.lazy-image img{display:block;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .36s ease}.lazy-image.loaded img{opacity:1}.lazy-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f2f2f2,#e8e8e8,#f2f2f2);filter:blur(8px);transform:scale(1.02)}.lazy-image.errored img{opacity:1}.lazy-image.errored .lazy-placeholder{display:none}:root{--tone-primary: rgb(27, 71, 72);--tone-gold: rgb(255, 174, 0);--tone-soft: rgb(241, 241, 241)}.pc-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;position:relative;background:#fff;border:1px solid #ececec;border-radius:8px;overflow:hidden;transition:box-shadow .25s,transform .25s,border-color .25s}.pc-card:hover{border-color:#d8d8d8;box-shadow:0 8px 22px #00000014;transform:translateY(-2px)}.pc-img-wrap{position:relative;width:100%;aspect-ratio:3/4;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;text-decoration:none}.pc-img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;padding:14px;transition:transform .5s}.pc-card:hover .pc-img{transform:scale(1.04)}.pc-img-placeholder{background:var(--tone-soft);width:100%;height:100%;display:flex;align-items:center;justify-content:center}.pc-sale-badge{position:absolute;top:10px;left:10px;z-index:2;background:var(--tone-primary);color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:.65rem;font-weight:800;letter-spacing:.08em;padding:6px 12px;border-radius:3px;text-transform:uppercase}.pc-info{padding:12px 8px 16px;background:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-top:1px solid #f1f1f1;flex:1}.pc-name{font-family:Playfair Display,Georgia,serif;font-size:.9rem;font-weight:500;color:var(--tone-primary);text-decoration:none;line-height:1.4;text-align:center;margin:0;transition:color .2s ease}.pc-name:hover{color:var(--tone-gold)}.pc-price-row{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;margin-top:4px}.pc-price{font-family:Arial,Helvetica,sans-serif;font-size:.95rem;font-weight:600;color:#222;transition:color .2s ease}.pc-card:hover .pc-price{color:var(--tone-primary)}.pc-original{font-size:.78rem;color:#a0aec0;text-decoration:line-through;font-weight:500}@media (max-width: 768px){.pc-name{font-size:.85rem}.pc-price{font-size:.9rem}.pc-original{font-size:.75rem}}.products-page{min-height:100vh}.products-page-header{background:hsl(var(--muted));border-bottom:1px solid hsl(var(--border));padding:2.5rem 0 0}.products-header-inner{max-width:1280px;margin-top:100px;padding:0 1.5rem}.products-page-title{font-family:var(--app-font-serif);font-size:2rem;color:hsl(var(--foreground));margin-bottom:1.25rem}.products-subcats-wrapper{position:relative;overflow:hidden}.products-subcats{display:flex;gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.products-subcats::-webkit-scrollbar{display:none}.products-subcat-tab{padding:.6rem 1.25rem;font-size:.85rem;font-weight:500;color:hsl(var(--muted-foreground));text-decoration:none;border-bottom:2px solid transparent;transition:all .2s;white-space:nowrap;flex-shrink:0}.products-subcat-tab:hover{color:hsl(var(--primary))}.products-subcat-tab.active{color:hsl(var(--primary));border-bottom-color:hsl(var(--primary))}.products-page-inner{max-width:1280px;margin:0 auto;padding:2rem 1.5rem 4rem;display:grid;grid-template-columns:220px 1fr;gap:2rem;align-items:start}.products-sidebar{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md);padding:1.25rem;position:sticky;top:90px}.sidebar-section h3{font-size:.85rem;font-weight:700;color:hsl(var(--foreground));text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.sidebar-radio{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:hsl(var(--foreground));padding:.3rem 0;cursor:pointer}.sidebar-radio input{accent-color:hsl(var(--primary))}.products-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;gap:.75rem}.products-count{font-size:.85rem;color:hsl(var(--muted-foreground))}.products-toolbar-right{display:flex;align-items:center;gap:.75rem}.products-filter-btn{display:none;align-items:center;gap:.375rem;padding:.5rem .875rem;background:hsl(var(--card));border:1.5px solid hsl(var(--border));border-radius:var(--radius);font-size:.82rem;font-weight:500;cursor:pointer;color:hsl(var(--foreground))}.products-sort-select{padding:.5rem .75rem;border:1.5px solid hsl(var(--border));border-radius:var(--radius);font-size:.82rem;background:hsl(var(--card));color:hsl(var(--foreground));outline:none;cursor:pointer;font-family:var(--app-font-sans)}.products-grid-main{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.products-empty{text-align:center;padding:4rem 1rem;color:hsl(var(--muted-foreground));font-size:.9rem}.subcats-scroll-hint{display:none}@media (max-width: 1000px){.products-page-inner{grid-template-columns:1fr}.products-sidebar{display:none;position:static}.products-sidebar.open{display:block}.products-filter-btn{display:flex}.products-grid-main{grid-template-columns:repeat(2,1fr)}.products-subcats-wrapper{-webkit-mask-image:linear-gradient(to right,black 75%,transparent 100%);mask-image:linear-gradient(to right,black 75%,transparent 100%)}.subcats-scroll-hint{display:flex;align-items:center;justify-content:center;position:absolute;right:0;top:0;bottom:0;width:2rem;font-size:1.1rem;pointer-events:none;animation:subcats-nudge 1.4s ease-in-out infinite;z-index:2}@keyframes subcats-nudge{0%,to{transform:translate(0);opacity:1}50%{transform:translate(5px);opacity:.6}}}@media (max-width: 500px){.products-grid-main{grid-template-columns:1fr 1fr}}.products-section-badge{display:inline-block;padding:4px 10px;border-radius:20px;font-size:.7rem;font-weight:600;margin-left:8px}.section-under3999{background:#10b981;color:#fff}.section-gift{background:#f59e0b;color:#fff}.section-bestseller{background:#ef4444;color:#fff}.category-hero{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:2rem;margin-bottom:2rem;color:#fff;text-align:center}.category-hero h2{font-size:1.8rem;margin-bottom:.5rem}.category-hero p{opacity:.9;font-size:.95rem}.gift-section .products-grid-main{position:relative}.gift-section:before{content:"🎁";position:absolute;font-size:100px;opacity:.05;pointer-events:none;right:20px;bottom:20px}.product-detail{max-width:100%;margin:0;padding:150px 0 4rem;background:#fff}.product-detail-loading{text-align:center;padding:6rem 1rem;color:hsl(var(--muted-foreground));font-size:1.1rem}.product-detail-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.75rem;align-items:start}.product-detail-gallery{display:flex;gap:1rem;position:sticky;top:135px;min-width:0}.gallery-thumbnails{display:none;flex-direction:column;gap:.5rem;width:72px;max-height:640px;overflow-y:auto;overflow-x:hidden;flex-shrink:0;padding-right:4px}.gallery-thumbnails::-webkit-scrollbar{width:4px}.gallery-thumbnails::-webkit-scrollbar-thumb{background:hsl(var(--primary));border-radius:20px}.gallery-thumb{width:72px;height:88px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:hsl(var(--muted));transition:border-color .2s;flex:0 0 auto}.gallery-thumb.active{border-color:hsl(var(--primary))}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-main{flex:1;border:1px solid #ededed;border-radius:28px;overflow:hidden;background:#fff;position:relative;aspect-ratio:1 / 1;min-width:0}.gallery-main-img{width:100%;height:100%;object-fit:contain;padding:2.25rem;background:#fff}.gallery-no-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));font-size:.85rem}.detail-badge-sale{position:absolute;top:12px;left:12px;background:hsl(var(--primary));color:#fff;font-size:.7rem;font-weight:700;padding:4px 10px;border-radius:var(--radius-sm);letter-spacing:.08em}.product-detail-info{display:flex;flex-direction:column;gap:.95rem;padding:.8rem 0 0}.detail-category{font-size:.75rem;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.1em;font-weight:500}.detail-title{font-family:Arial,Helvetica,sans-serif;font-size:1.8rem;font-weight:800;color:#111;line-height:1.35;text-transform:uppercase}.detail-subtitle{margin-top:-.45rem;color:#555;font-family:Arial,Helvetica,sans-serif;font-size:.78rem;font-weight:500;line-height:1.45}.detail-style{margin-top:-.35rem;color:#777;font-family:Arial,Helvetica,sans-serif;font-size:.72rem;font-weight:700}.detail-watching{margin-top:-.15rem;color:#b24a1d;font-family:Arial,Helvetica,sans-serif;font-size:.76rem;font-weight:700}.detail-pricing{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.detail-price{font-family:Arial,Helvetica,sans-serif;font-size:.95rem;font-weight:800;color:#1b4748}.detail-remaining{font-size:.85rem;color:#d9534f;font-weight:600;margin:.5rem 0}.detail-section-label{display:block;margin-bottom:.7rem;color:#111;font-family:Arial,Helvetica,sans-serif;font-size:.86rem;font-weight:800;text-transform:uppercase}.detail-option-thumbs{display:flex;flex-wrap:wrap;gap:.65rem}.detail-option-thumb{width:86px;border:1px solid #ddd;background:#fff;padding:.35rem;cursor:pointer;display:flex;flex-direction:column;gap:.3rem;align-items:stretch}.detail-option-thumb.active{border-color:#111}.detail-option-thumb img{width:100%;height:58px;object-fit:contain;background:#fff}.detail-option-thumb-label{font-size:.62rem;color:#555;font-weight:700;text-align:center;text-transform:capitalize;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-original{font-size:1rem;color:hsl(var(--muted-foreground));text-decoration:line-through}.detail-discount-badge{background:hsl(var(--primary));color:#fff;font-size:.72rem;font-weight:700;padding:2px 8px;border-radius:var(--radius-sm)}.detail-variant-group{display:flex;flex-direction:column;gap:.5rem}.detail-variant-label{font-size:.85rem;color:hsl(var(--muted-foreground));font-weight:500}.detail-variant-label strong{color:hsl(var(--foreground))}.detail-colors{display:flex;gap:.5rem;flex-wrap:wrap}.detail-color-btn{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .15s,border-color .15s;outline:2px solid hsl(var(--border));outline-offset:2px}.detail-color-btn.active,.detail-color-btn:hover{transform:scale(1.15);outline-color:hsl(var(--primary))}.detail-sizes{display:flex;gap:.5rem;flex-wrap:wrap}.detail-size-btn{min-width:44px;height:36px;border:1.5px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground));border-radius:var(--radius-sm);font-size:.82rem;font-weight:500;cursor:pointer;padding:0 .75rem;transition:all .15s}.detail-size-btn.active,.detail-size-btn:hover{border-color:hsl(var(--primary));background:hsl(var(--primary));color:#fff}.detail-size-chart-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.detail-size-chart-btn{border:1.5px solid hsl(var(--primary));background:transparent;color:hsl(var(--primary));border-radius:var(--radius);padding:.65rem 1rem;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .2s}.detail-size-chart-btn:hover{background:hsl(var(--primary));color:#fff}.detail-size-chart-btn-dark{border-color:hsl(var(--foreground));color:hsl(var(--foreground))}.detail-size-chart-btn-dark:hover{background:hsl(var(--foreground));color:#fff}.detail-quantity{display:flex;align-items:center;gap:0;width:fit-content;border:1.5px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}.detail-quantity button{width:36px;height:36px;background:hsl(var(--muted));border:none;font-size:1.1rem;cursor:pointer;color:hsl(var(--foreground));transition:background .15s}.detail-quantity button:hover{background:hsl(var(--primary));color:#fff}.detail-quantity span{width:44px;text-align:center;font-weight:600;font-size:.9rem}.detail-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.btn-primary,.btn-whatsapp{display:flex;align-items:center;gap:.5rem}.btn-primary{background:#1b4748;color:#fff;border:none;border-radius:5px;padding:.95rem 2.6rem;font-weight:800;font-size:.78rem;text-transform:uppercase;cursor:pointer;transition:opacity .2s}.btn-primary:hover{opacity:.9}.btn-whatsapp{background:#25d366;color:#fff;border:none;border-radius:var(--radius);padding:.75rem 1.25rem;font-weight:600;font-size:14px;cursor:pointer;transition:opacity .2s}.btn-whatsapp:hover{opacity:.9}.btn-shop-now{background:hsl(var(--secondary));color:#fff;border:none;border-radius:var(--radius);padding:.75rem 1.25rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:opacity .2s}.btn-shop-now:hover{opacity:.9}.btn-wishlist{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1.5px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--muted-foreground));border-radius:50%;cursor:pointer;transition:all .2s}.btn-wishlist:hover,.btn-wishlist.active{border-color:hsl(var(--primary));color:hsl(var(--primary));background:#fcf3f6}.detail-shipping-note{font-size:.78rem;color:hsl(var(--muted-foreground));padding:0;background:transparent;border-radius:0;line-height:1.65}.product-detail-table-section{max-width:860px;margin:5.5rem auto 0;text-align:center}.product-detail-table-section h2{margin:0 0 1.4rem;color:#111;font-family:Arial,Helvetica,sans-serif;font-size:.92rem;font-weight:800}.product-detail-table{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4}.product-detail-table-cell{min-height:62px;display:flex;flex-direction:column;justify-content:center;gap:.65rem;border-right:1px solid #e5e5e5;font-family:Arial,Helvetica,sans-serif}.product-detail-table-cell:last-child{border-right:0}.product-detail-table-cell strong{color:#333;font-size:.8rem}.product-detail-table-cell span{color:#555;font-size:.82rem}.detail-service-row{max-width:960px;margin:4rem auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.detail-service-row h3{margin:0 0 .45rem;color:#111;font-family:Arial,Helvetica,sans-serif;font-size:1rem;font-weight:800;text-transform:uppercase}.detail-service-row p{margin:0;color:#555;font-family:Arial,Helvetica,sans-serif;font-size:.88rem;line-height:1.55}.detail-accordion{border-top:1px solid hsl(var(--border))}.accordion-item{border-bottom:1px solid hsl(var(--border))}.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;background:none;border:none;cursor:pointer;font-size:.9rem;font-weight:600;color:hsl(var(--foreground));font-family:var(--app-font-sans)}.accordion-content{padding-bottom:1rem;font-size:.85rem;color:hsl(var(--muted-foreground));line-height:1.6}.size-chart-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000b8;display:flex;align-items:center;justify-content:center;padding:1.5rem}.size-chart-modal-content{position:relative;max-width:900px;width:100%;max-height:90vh;background:#fff;border-radius:12px;padding:1rem;overflow:auto}.size-chart-modal-content img{width:100%;height:auto;display:block;border-radius:8px}.size-chart-close{position:absolute;top:10px;right:10px;z-index:2;width:38px;height:38px;border:none;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.product-detail-popups{position:fixed;right:1rem;bottom:1rem;z-index:70;display:flex;flex-direction:column;gap:.75rem;width:min(360px,calc(100vw - 2rem));pointer-events:none}.product-detail-popup{pointer-events:auto;display:grid;grid-template-columns:auto 1fr auto;gap:.85rem;align-items:start;padding:.95rem 1rem;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:#0f172af0;color:#fff;box-shadow:0 18px 40px #0f172a47;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:productDetailPopupIn .35s ease-out}.product-detail-popup-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#ffffff24;color:#fff;flex:0 0 auto}.product-detail-popup-icon-alt{background:#f472b638}.product-detail-popup-body{min-width:0}.product-detail-popup-title{margin:0;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ffffffc7}.product-detail-popup-text{margin:.25rem 0 0;font-size:.88rem;line-height:1.45;color:#fffffff5}.product-detail-popup-close{width:28px;height:28px;margin-left:auto;border:none;border-radius:999px;background:#ffffff1f;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.product-detail-popup-close:hover{background:#ffffff38}@keyframes productDetailPopupIn{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 900px){.product-detail{padding:110px 1rem 3rem}.product-detail-inner{grid-template-columns:1fr;gap:2rem}.product-detail-gallery{position:static}.gallery-thumbnails{max-height:520px}.detail-title{font-size:1.2rem}.product-detail-popups{right:.75rem;left:.75rem;bottom:.75rem;width:auto}.product-detail-table,.detail-service-row{grid-template-columns:1fr}.product-detail-table-cell{border-right:0;border-bottom:1px solid #e5e5e5}.product-detail-table-cell:last-child{border-bottom:0}}@media (max-width: 600px){.product-detail-gallery{flex-direction:column}.gallery-thumbnails{width:100%;max-height:none;flex-direction:row;overflow-x:auto;overflow-y:hidden;padding-right:0;padding-bottom:6px}.gallery-thumb{width:64px;height:78px}.gallery-main{width:100%;aspect-ratio:1 / 1;border-radius:18px}.gallery-main-img{padding:1.25rem}.detail-actions{align-items:stretch}.btn-primary,.btn-whatsapp,.btn-shop-now{flex:1 1 calc(50% - .5rem);justify-content:center;font-size:10px}.btn-wishlist{flex:0 0 42px}.detail-size-chart-buttons{flex-direction:column}.detail-size-chart-btn{width:100%}.size-chart-modal{padding:.75rem}.size-chart-modal-content{max-height:85vh;padding:.75rem}.product-detail-popup{padding:.85rem .9rem;gap:.7rem}.product-detail-popup-text{font-size:.84rem}}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem;gap:.75rem;margin-top:100px}.cart-empty-icon{color:hsl(var(--muted-foreground));opacity:.4}.cart-empty h2{font-family:var(--app-font-serif);font-size:1.5rem;color:hsl(var(--foreground))}.cart-empty p{color:hsl(var(--muted-foreground));font-size:.9rem}.cart-shop-btn{margin-top:.5rem;display:inline-block;background:hsl(var(--primary));color:#fff;padding:.75rem 2rem;border-radius:var(--radius);font-weight:600;text-decoration:none;transition:opacity .2s}.cart-shop-btn:hover{opacity:.9}.cart-page{min-height:70vh;padding:2rem 0 4rem;margin-top:100px}.cart-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem}.cart-title{font-family:var(--app-font-serif);font-size:2rem;color:hsl(var(--foreground));margin-bottom:2rem}.cart-layout{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md)}.cart-item-img{width:80px;height:100px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;background:hsl(var(--muted))}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-img-ph{width:100%;height:100%;background:hsl(var(--muted))}.cart-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.cart-item-title{font-size:.875rem;font-weight:600;color:hsl(var(--foreground));text-decoration:none;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-title:hover{color:hsl(var(--primary))}.cart-item-variants{display:flex;flex-wrap:wrap;gap:.25rem}.cart-variant-tag{font-size:.7rem;background:hsl(var(--muted));color:hsl(var(--muted-foreground));padding:2px 6px;border-radius:var(--radius-sm)}.cart-item-price{font-size:.85rem;color:hsl(var(--primary));font-weight:600}.cart-item-qty{display:flex;align-items:center;border:1.5px solid hsl(var(--border));border-radius:var(--radius-sm);overflow:hidden}.cart-item-qty button{width:30px;height:30px;background:hsl(var(--muted));border:none;font-size:1rem;cursor:pointer;color:hsl(var(--foreground));transition:background .15s}.cart-item-qty button:hover{background:hsl(var(--primary));color:#fff}.cart-item-qty span{width:36px;text-align:center;font-size:.85rem;font-weight:600}.cart-item-subtotal{font-size:.9rem;font-weight:700;color:hsl(var(--foreground));min-width:90px;text-align:right}.cart-item-remove{background:none;border:none;cursor:pointer;color:hsl(var(--muted-foreground));padding:4px;transition:color .2s}.cart-item-remove:hover{color:hsl(var(--destructive))}.cart-summary{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md);padding:1.5rem;display:flex;flex-direction:column;gap:.875rem;position:sticky;top:110px}.cart-summary h2{font-family:var(--app-font-serif);font-size:1.2rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.25rem}.cart-summary-row{display:flex;justify-content:space-between;font-size:.875rem;color:hsl(var(--muted-foreground))}.cart-free-shipping{font-size:.75rem;color:#16a34a;font-weight:500}.cart-free-shipping-note{font-size:.75rem;color:hsl(var(--muted-foreground))}.cart-summary-total{display:flex;justify-content:space-between;font-size:1rem;font-weight:700;color:hsl(var(--foreground));border-top:1px solid hsl(var(--border));padding-top:.875rem}.cart-checkout-btn{display:block;background:hsl(var(--primary));color:#fff;text-align:center;padding:.875rem;border-radius:var(--radius);font-weight:600;font-size:.9rem;text-decoration:none;transition:opacity .2s}.cart-checkout-btn:hover{opacity:.9}.cart-continue-btn{display:block;border:1.5px solid hsl(var(--border));color:hsl(var(--foreground));text-align:center;padding:.75rem;border-radius:var(--radius);font-size:.85rem;text-decoration:none;transition:background .2s}.cart-continue-btn:hover{background:hsl(var(--muted))}@media (max-width: 800px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width: 560px){.cart-page{padding:1.25rem 0 3rem;margin-top:80px}.cart-inner{padding:0 1rem}.cart-title{font-size:1.5rem;margin-bottom:1.25rem}.cart-item{flex-wrap:wrap;align-items:flex-start;gap:.75rem;padding:.875rem}.cart-item-img{width:70px;height:88px;flex-shrink:0}.cart-item-info{flex:1;min-width:0;order:2}.cart-item-title{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:unset}.cart-item:after{content:"";width:100%;order:4}.cart-item-qty{order:5}.cart-item-subtotal{order:6;flex:1;text-align:right;font-size:.875rem;min-width:unset}.cart-item-remove{order:7;align-self:center}}:root{--co-primary: rgb(27, 71, 72);--co-gold: rgb(255, 174, 0);--co-soft: rgb(241, 241, 241);--co-text: #222;--co-muted: #6b7280;--co-border: #e5e5e5;--co-card: #ffffff;--co-radius: 6px;--co-radius-sm: 4px;--co-radius-md: 10px}.checkout-page{min-height:70vh;padding:2rem 0 4rem;margin-top:100px;background:#fafafa}.checkout-inner{max-width:1180px;margin:0 auto;padding:0 1.25rem}.checkout-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:600;color:var(--co-primary);margin:0 0 1.5rem}.checkout-layout{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}.checkout-form{background:var(--co-card);border:1px solid var(--co-border);border-radius:var(--co-radius-md);padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.checkout-form h2{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;color:var(--co-primary);margin:0 0 .25rem}.checkout-error{color:#b91c1c;font-size:.85rem;background:#fef2f2;padding:.75rem .9rem;border-radius:var(--co-radius-sm);border:1px solid #fecaca;margin:0}.checkout-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkout-field{display:flex;flex-direction:column;gap:.4rem}.checkout-field label{font-size:.82rem;font-weight:600;color:var(--co-text);font-family:Arial,Helvetica,sans-serif}.checkout-field input,.checkout-field textarea{width:100%;border:1.5px solid var(--co-border);border-radius:var(--co-radius);padding:.75rem .9rem;font-size:.9rem;color:var(--co-text);background:#fff;outline:none;font-family:Arial,Helvetica,sans-serif;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.checkout-field input:focus,.checkout-field textarea:focus{border-color:var(--co-primary);box-shadow:0 0 0 3px #1b47481f}.checkout-field textarea{resize:vertical;min-height:70px}.checkout-submit-btn{background:var(--co-primary);color:#fff;border:none;border-radius:var(--co-radius);padding:.95rem 1rem;font-weight:700;font-size:.95rem;letter-spacing:.04em;cursor:pointer;transition:background .25s,transform .2s,box-shadow .2s;margin-top:.5rem;font-family:Arial,Helvetica,sans-serif}.checkout-submit-btn:hover:not(:disabled){background:#0f3132;transform:translateY(-1px);box-shadow:0 6px 16px #1b474840}.checkout-submit-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-order-summary{background:var(--co-card);border:1px solid var(--co-border);border-radius:var(--co-radius-md);padding:1.5rem;display:flex;flex-direction:column;gap:1rem;position:sticky;top:90px}.checkout-order-summary h2{font-family:Playfair Display,Georgia,serif;font-size:1.15rem;color:var(--co-primary);margin:0}.checkout-items{display:flex;flex-direction:column;gap:.85rem;max-height:360px;overflow-y:auto;padding-right:4px}.checkout-items::-webkit-scrollbar{width:4px}.checkout-items::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px}.checkout-item{display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:.75rem;padding-bottom:.85rem;border-bottom:1px dashed var(--co-border)}.checkout-item:last-child{border-bottom:none;padding-bottom:0}.checkout-item-img{width:60px;height:72px;border-radius:var(--co-radius-sm);overflow:hidden;background:var(--co-soft);position:relative}.checkout-item-img img{width:100%;height:100%;object-fit:cover;display:block}.checkout-item-img-ph{width:100%;height:100%;background:var(--co-soft)}.checkout-item-qty-badge{position:absolute;top:-6px;right:-6px;background:var(--co-primary);color:#fff;border-radius:50%;width:20px;height:20px;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0003}.checkout-item-info{min-width:0;display:flex;flex-direction:column;gap:2px}.checkout-item-title{font-size:.85rem;font-weight:600;color:var(--co-text);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.checkout-variant{font-size:.72rem;color:var(--co-muted);text-transform:capitalize}.checkout-item-price{font-size:.88rem;font-weight:700;color:var(--co-primary);white-space:nowrap}.checkout-totals{border-top:1px solid var(--co-border);padding-top:1rem;display:flex;flex-direction:column;gap:.55rem}.checkout-total-row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--co-muted);font-family:Arial,Helvetica,sans-serif}.checkout-grand-total{font-weight:800;font-size:1.05rem;color:var(--co-primary);margin-top:.4rem;padding-top:.7rem;border-top:1px solid var(--co-border)}.checkout-cod-badge{background:#fff7e6;border:1px solid #ffe1a3;color:#8a5a00;text-align:center;padding:.7rem;border-radius:var(--co-radius-sm);font-size:.82rem;font-weight:700;letter-spacing:.04em}.checkout-payment-box{border:1px solid #d9e7e7;background:linear-gradient(180deg,#f8fcfc,#fff);border-radius:var(--co-radius-md);padding:1rem;display:flex;flex-direction:column;gap:.75rem}.checkout-payment-box h3{margin:0;font-family:Playfair Display,Georgia,serif;font-size:1rem;color:var(--co-primary)}.checkout-payment-note{margin:0;font-size:.85rem;line-height:1.55;color:var(--co-muted);font-family:Arial,Helvetica,sans-serif}.checkout-payment-card{display:flex;flex-direction:column;gap:.6rem;background:#fff;border:1px solid #e5efef;border-radius:var(--co-radius);padding:.9rem}.checkout-payment-row{display:flex;flex-direction:column;gap:.2rem}.checkout-payment-row span{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--co-muted);font-family:Arial,Helvetica,sans-serif}.checkout-payment-row strong{font-size:.9rem;color:var(--co-text);font-weight:700;word-break:break-word}.checkout-success{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;margin-top:100px}.checkout-success-card{background:#fff;border:1px solid var(--co-border);border-radius:var(--co-radius-md);padding:2.5rem 2rem;text-align:center;max-width:460px;width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:0 10px 36px #00000014}.checkout-success-icon{width:64px;height:64px;border-radius:50%;background:var(--co-primary);color:#fff;font-size:1.85rem;display:flex;align-items:center;justify-content:center}.checkout-success-card h2{font-family:Playfair Display,Georgia,serif;font-size:1.55rem;color:var(--co-primary);margin:0}.checkout-success-card p{font-size:.9rem;color:var(--co-muted);line-height:1.6;margin:0;font-family:Arial,Helvetica,sans-serif}.checkout-success-btn{background:var(--co-primary);color:#fff;border:none;border-radius:var(--co-radius);padding:.8rem 2rem;font-weight:700;cursor:pointer;transition:background .2s,transform .2s;margin-top:.5rem;font-family:Arial,Helvetica,sans-serif;letter-spacing:.04em}.checkout-success-btn:hover{background:var(--co-gold);color:#1a1a1a;transform:translateY(-1px)}@media (max-width: 1024px){.checkout-layout{grid-template-columns:1fr 340px;gap:1.4rem}}@media (max-width: 860px){.checkout-page{margin-top:86px;padding:1.25rem 0 3rem}.checkout-inner{padding:0 1rem}.checkout-layout{grid-template-columns:1fr;gap:1.25rem}.checkout-order-summary{position:static;order:-1}.checkout-items{max-height:260px}}@media (max-width: 600px){.checkout-form,.checkout-order-summary{padding:1.25rem;border-radius:8px}.checkout-row{grid-template-columns:1fr;gap:.85rem}.checkout-field input,.checkout-field textarea{font-size:.92rem;padding:.7rem .85rem}.checkout-item{grid-template-columns:54px 1fr auto;gap:.6rem}.checkout-item-img{width:54px;height:64px}.checkout-item-title{font-size:.82rem}.checkout-item-price{font-size:.84rem}.checkout-submit-btn{font-size:.9rem;padding:.9rem}}@media (max-width: 380px){.checkout-form,.checkout-order-summary{padding:1rem}.checkout-title{font-size:1.4rem}.checkout-item-img{width:48px;height:56px}}.wishlist-empty{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;text-align:center;padding:2rem}.wishlist-empty-icon{color:hsl(var(--primary));opacity:.4}.wishlist-empty h2{font-family:var(--app-font-serif);font-size:1.5rem;color:hsl(var(--foreground))}.wishlist-empty p{color:hsl(var(--muted-foreground));font-size:.9rem}.wishlist-shop-btn{margin-top:.5rem;display:inline-block;background:hsl(var(--primary));color:#fff;padding:.75rem 2rem;border-radius:var(--radius);font-weight:600;text-decoration:none;transition:opacity .2s}.wishlist-shop-btn:hover{opacity:.9}.wishlist-page{padding:2rem 0 4rem}.wishlist-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem}.wishlist-title{font-family:var(--app-font-serif);font-size:2rem;color:hsl(var(--foreground));margin-bottom:2rem}.wishlist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media (max-width: 1000px){.wishlist-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 700px){.wishlist-grid{grid-template-columns:repeat(2,1fr)}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:hsl(var(--muted))}.login-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md);padding:2.5rem;width:100%;max-width:420px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;align-items:center;gap:.75rem}.login-logo{display:flex;flex-direction:column;align-items:center;margin-bottom:.5rem}.login-logo-text{font-family:var(--app-font-serif);font-size:2rem;font-weight:700;color:hsl(var(--primary));letter-spacing:.12em;line-height:1}.login-logo-sub{font-size:.5rem;letter-spacing:.3em;color:hsl(var(--secondary));font-weight:600;text-transform:uppercase}.login-title{font-family:var(--app-font-serif);font-size:1.6rem;color:hsl(var(--foreground));text-align:center}.login-sub{font-size:.82rem;color:hsl(var(--muted-foreground));text-align:center}.login-tabs{display:flex;width:100%;border:1.5px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden;margin:.5rem 0}.login-tabs button{flex:1;padding:.6rem;font-size:.85rem;font-weight:600;background:transparent;border:none;cursor:pointer;color:hsl(var(--muted-foreground));transition:all .2s;font-family:var(--app-font-sans)}.login-tabs button.active{background:hsl(var(--primary));color:#fff}.login-error{width:100%;background:#fef1f1;border:1px solid hsl(0 84% 85%);color:hsl(var(--destructive));padding:.75rem;border-radius:var(--radius-sm);font-size:.82rem}.login-form{display:flex;flex-direction:column;gap:1rem;width:100%}.login-field{display:flex;flex-direction:column;gap:.375rem}.login-field label{font-size:.8rem;font-weight:600;color:hsl(var(--foreground))}.login-field input{border:1.5px solid hsl(var(--border));border-radius:var(--radius);padding:.75rem 1rem;font-size:.875rem;color:hsl(var(--foreground));background:hsl(var(--background));outline:none;font-family:var(--app-font-sans);transition:border-color .2s;width:100%}.login-field input:focus{border-color:hsl(var(--primary))}.login-btn{background:hsl(var(--primary));color:#fff;border:none;border-radius:var(--radius);padding:.875rem;font-weight:700;font-size:.9rem;cursor:pointer;transition:opacity .2s;font-family:var(--app-font-sans);margin-top:.25rem}.login-btn:hover:not(:disabled){opacity:.9}.login-btn:disabled{opacity:.6;cursor:not-allowed}.admin-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;color:hsl(var(--muted-foreground))}.admin-layout{display:flex;min-height:100vh;background:hsl(var(--muted));padding-top:100px}.admin-sidebar{width:220px;background:#161412;display:flex;flex-direction:column;gap:.25rem;padding:0 0 1rem;flex-shrink:0;position:fixed;top:100px;bottom:0;left:0;overflow-y:auto;z-index:50}.admin-logo{font-size:.65rem;letter-spacing:.2em;color:#e69419;font-weight:700;padding:1.5rem 1.25rem 1rem;border-bottom:1px solid hsl(0 0% 15%);margin-bottom:.5rem;white-space:nowrap;overflow:hidden}.admin-nav-btn{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:none;border:none;color:#999;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:left;font-family:var(--app-font-sans);border-radius:0;width:100%;white-space:nowrap;overflow:hidden}.admin-nav-btn:hover{background:#1f1f1f;color:#e6e6e6}.admin-nav-btn.active{background:#7a1f3d;color:#fff}.admin-store-btn{margin-top:auto;border-top:1px solid hsl(0 0% 15%);color:#e69419}.admin-main{flex:1;margin-left:220px;padding:2rem;min-height:100vh;min-width:0}.admin-page-title{font-family:var(--app-font-serif);font-size:1.75rem;color:hsl(var(--foreground));margin-bottom:1.5rem}.admin-tab-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}.admin-tab-header .admin-page-title{margin-bottom:0}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem}.admin-stat-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md);padding:1.5rem;border-left:4px solid}.admin-stat-primary{border-left-color:hsl(var(--primary))}.admin-stat-secondary{border-left-color:hsl(var(--secondary))}.admin-stat-accent{border-left-color:hsl(var(--accent))}.admin-stat-success{border-left-color:#16a34a}.admin-stat-label{font-size:.75rem;color:hsl(var(--muted-foreground));font-weight:500;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}.admin-stat-value{font-family:var(--app-font-serif);font-size:1.75rem;font-weight:700;color:hsl(var(--foreground))}.admin-add-btn{display:flex;align-items:center;gap:.5rem;background:hsl(var(--primary));color:#fff;border:none;border-radius:var(--radius);padding:.6rem 1.25rem;font-weight:600;font-size:.85rem;cursor:pointer;transition:opacity .2s;white-space:nowrap}.admin-add-btn:hover{opacity:.9}.admin-table-wrap{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md);overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-table{width:100%;min-width:560px;border-collapse:collapse;font-size:.85rem}.admin-table th{text-align:left;padding:.875rem 1rem;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--muted-foreground));border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted));white-space:nowrap}.admin-table td{padding:.875rem 1rem;border-bottom:1px solid hsl(var(--border));color:hsl(var(--foreground));vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:hsl(var(--muted))}.admin-product-thumb{width:48px;height:60px;object-fit:cover;border-radius:var(--radius-sm)}.admin-thumb-ph{width:48px;height:60px;background:hsl(var(--muted));border-radius:var(--radius-sm)}.admin-product-title{font-weight:600;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-badge{font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:var(--radius-sm);background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.admin-badge.sale{background:hsl(var(--primary));color:#fff}.admin-badge.new{background:hsl(var(--success));color:#fff}.admin-badge.best{background:hsl(var(--accent));color:#fff}.admin-actions-cell{display:flex;gap:.25rem}.admin-icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);border:1.5px solid hsl(var(--border));background:hsl(var(--card));cursor:pointer;color:hsl(var(--muted-foreground));transition:all .15s;flex-shrink:0}.admin-icon-btn:hover{background:hsl(var(--primary));color:#fff;border-color:hsl(var(--primary))}.admin-icon-btn.danger:hover{background:hsl(var(--destructive));border-color:hsl(var(--destructive))}.admin-empty-row{text-align:center;color:hsl(var(--muted-foreground));padding:3rem 1rem!important;font-size:.9rem}.admin-order-id{font-family:monospace;font-size:.75rem;color:hsl(var(--muted-foreground))}.admin-status-select{padding:.35rem .6rem;border:1.5px solid hsl(var(--border));border-radius:var(--radius-sm);font-size:.8rem;background:hsl(var(--card));color:hsl(var(--foreground));font-family:var(--app-font-sans);cursor:pointer;outline:none}.admin-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;display:flex;align-items:flex-start;justify-content:center;padding:1rem;overflow-y:auto}.admin-modal{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md);width:100%;max-width:700px;box-shadow:var(--shadow-2xl);margin:auto}.admin-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border))}.admin-modal-header h2{font-family:var(--app-font-serif);font-size:1.2rem;color:hsl(var(--foreground))}.admin-modal-close{background:none;border:none;cursor:pointer;color:hsl(var(--muted-foreground));transition:color .2s;padding:4px}.admin-modal-close:hover{color:hsl(var(--foreground))}.admin-product-form{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;max-height:75vh;overflow-y:auto}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.admin-form-field{display:flex;flex-direction:column;gap:.375rem}.admin-form-field label{font-size:.8rem;font-weight:600;color:hsl(var(--foreground))}.admin-checkbox-label{flex-direction:row!important;align-items:center;gap:.5rem!important;margin-top:1.5rem;cursor:pointer}.admin-form-field input,.admin-form-field select,.admin-form-field textarea{border:1.5px solid hsl(var(--border));border-radius:var(--radius);padding:.625rem .875rem;font-size:.85rem;color:hsl(var(--foreground));background:hsl(var(--background));outline:none;font-family:var(--app-font-sans);transition:border-color .2s}.admin-form-field input:focus,.admin-form-field select:focus,.admin-form-field textarea:focus{border-color:hsl(var(--primary))}.admin-form-field textarea{resize:vertical}.admin-form-field-checkboxes{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.25rem}.admin-tags{display:flex;flex-wrap:wrap;gap:.5rem}.admin-tag{padding:.35rem .75rem;border:1.5px solid hsl(var(--border));border-radius:var(--radius-sm);font-size:.8rem;font-weight:500;background:hsl(var(--card));color:hsl(var(--foreground));cursor:pointer;transition:all .15s;font-family:var(--app-font-sans)}.admin-tag.active{background:hsl(var(--primary));border-color:hsl(var(--primary));color:#fff}.admin-color-preview{display:flex;gap:6px;margin-top:6px;flex-wrap:wrap}.admin-color-dot{width:24px;height:24px;border-radius:50%;border:2px solid hsl(var(--border));display:inline-block}.admin-upload-btn{display:flex;align-items:center;gap:.5rem;background:hsl(var(--muted));border:2px dashed hsl(var(--border));border-radius:var(--radius);padding:.75rem 1.25rem;font-size:.85rem;font-weight:600;cursor:pointer;color:hsl(var(--foreground));transition:all .2s;font-family:var(--app-font-sans)}.admin-upload-btn:hover{border-color:hsl(var(--primary));color:hsl(var(--primary))}.admin-upload-btn:disabled{opacity:.6;cursor:not-allowed}.admin-image-previews{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.admin-image-preview{position:relative;width:80px;height:100px;border-radius:var(--radius-sm);overflow:hidden;border:1.5px solid hsl(var(--border))}.admin-image-preview-label{position:absolute;left:4px;bottom:4px;z-index:1;background:#000000b8;color:#fff;font-size:.62rem;font-weight:700;padding:2px 5px;border-radius:999px;pointer-events:none;max-width:calc(100% - 8px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-image-preview img{width:100%;height:100%;object-fit:cover}.admin-image-remove{position:absolute;top:2px;right:2px;width:18px;height:18px;background:hsl(var(--destructive));border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.admin-modal-footer{display:flex;gap:.75rem;justify-content:flex-end;padding-top:.5rem;border-top:1px solid hsl(var(--border));margin-top:.5rem;flex-wrap:wrap}.admin-cancel-btn{padding:.65rem 1.25rem;border:1.5px solid hsl(var(--border));background:none;border-radius:var(--radius);font-size:.875rem;font-weight:600;cursor:pointer;color:hsl(var(--foreground));font-family:var(--app-font-sans)}.admin-save-btn{padding:.65rem 1.5rem;background:hsl(var(--primary));color:#fff;border:none;border-radius:var(--radius);font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .2s;font-family:var(--app-font-sans)}.admin-save-btn:hover:not(:disabled){opacity:.9}.admin-save-btn:disabled{opacity:.6;cursor:not-allowed}.admin-orders-list{display:flex;flex-direction:column;gap:.85rem}.admin-order-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md);overflow:hidden;transition:box-shadow .2s,border-color .2s}.admin-order-card:hover{border-color:hsl(var(--primary) / .4)}.admin-order-card.open{box-shadow:0 8px 24px #00000014;border-color:hsl(var(--primary))}.admin-order-header{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;cursor:pointer;-webkit-user-select:none;user-select:none;flex-wrap:wrap;font-family:var(--app-font-sans)}.admin-order-header-main{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.admin-order-card .admin-order-id{font-family:monospace;font-weight:700;color:hsl(var(--foreground));background:hsl(var(--muted));padding:4px 10px;border-radius:var(--radius-sm);font-size:.78rem;letter-spacing:.5px}.admin-order-status{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:4px 10px;border-radius:999px;border:1px solid;font-family:var(--app-font-sans)}.admin-order-status-pending{background:#fff7e6;color:#8a5a00;border-color:#ffe1a3}.admin-order-status-confirmed{background:#e6f4ff;color:#0050b3;border-color:#91caff}.admin-order-status-shipped{background:#f0e6ff;color:#531dab;border-color:#b37feb}.admin-order-status-delivered{background:#e6fff0;color:#006d32;border-color:#87e8a3}.admin-order-status-cancelled{background:#ffece6;color:#a8071a;border-color:#ffa39e}.admin-order-header-meta{display:flex;align-items:center;gap:.5rem;flex:1;font-size:.85rem;color:hsl(var(--muted-foreground));flex-wrap:wrap}.admin-order-meta-sep{color:hsl(var(--border))}.admin-order-total{color:hsl(var(--primary));font-weight:800}.admin-order-expand-btn{background:hsl(var(--muted));border:1px solid hsl(var(--border));width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:hsl(var(--foreground));transition:background .2s,color .2s;flex-shrink:0}.admin-order-expand-btn:hover{background:hsl(var(--primary));color:#fff;border-color:hsl(var(--primary))}.admin-order-body{border-top:1px solid hsl(var(--border));padding:1.25rem;background:hsl(var(--muted));display:flex;flex-direction:column;gap:1.25rem}.admin-order-section{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem 1.1rem}.admin-order-section-title{font-family:var(--app-font-serif);font-size:1rem;color:hsl(var(--foreground));margin:0 0 .85rem;padding-bottom:.55rem;border-bottom:1px solid hsl(var(--border));font-weight:600}.admin-order-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.85rem 1rem}.admin-order-info-item{display:flex;align-items:flex-start;gap:.55rem;color:hsl(var(--primary))}.admin-order-info-item>div{display:flex;flex-direction:column;gap:2px;min-width:0}.admin-order-info-full{grid-column:1 / -1}.admin-order-info-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--muted-foreground));font-family:var(--app-font-sans)}.admin-order-info-value{font-size:.88rem;color:hsl(var(--foreground));font-weight:500;word-break:break-word;font-family:var(--app-font-sans)}.admin-order-link{color:hsl(var(--primary));text-decoration:none}.admin-order-link:hover{text-decoration:underline}.admin-order-items{display:flex;flex-direction:column;gap:.75rem}.admin-order-item{display:grid;grid-template-columns:70px 1fr auto;gap:.9rem;align-items:center;padding:.65rem;border:1px solid hsl(var(--border));border-radius:var(--radius-sm);background:hsl(var(--card));transition:border-color .2s,background .2s}.admin-order-item:hover{border-color:hsl(var(--primary));background:hsl(var(--muted))}.admin-order-item-img{width:70px;height:84px;border-radius:var(--radius-sm);overflow:hidden;background:hsl(var(--muted));flex-shrink:0}.admin-order-item-img img{width:100%;height:100%;object-fit:cover;display:block}.admin-order-item-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.65rem;color:hsl(var(--muted-foreground));text-align:center}.admin-order-item-info{display:flex;flex-direction:column;gap:4px;min-width:0}.admin-order-item-title{font-size:.9rem;font-weight:600;color:hsl(var(--foreground));line-height:1.35;font-family:var(--app-font-sans)}.admin-order-item-subtitle{font-size:.8rem;color:hsl(var(--muted-foreground));line-height:1.35}.admin-order-item-sku{font-family:monospace;font-size:.72rem;color:hsl(var(--foreground));font-weight:700}.admin-order-item-size{font-size:.78rem;color:hsl(var(--foreground));font-weight:600}.admin-order-item-color{font-size:.78rem;color:hsl(var(--foreground));font-weight:700}.admin-order-item-variants{display:flex;gap:.6rem;flex-wrap:wrap;font-size:.75rem;color:hsl(var(--muted-foreground));text-transform:capitalize}.admin-order-variant strong{color:hsl(var(--foreground))}.admin-order-item-pid{font-family:monospace;font-size:.68rem;color:hsl(var(--muted-foreground))}.admin-order-item-pricing{display:flex;flex-direction:column;align-items:flex-end;gap:4px;text-align:right;flex-shrink:0;font-family:var(--app-font-sans)}.admin-order-item-unit{font-size:.75rem;color:hsl(var(--muted-foreground))}.admin-order-item-total{font-size:.95rem;font-weight:800;color:hsl(var(--primary));white-space:nowrap}.admin-order-footer{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:end;padding-top:.25rem}.admin-order-totals{display:flex;flex-direction:column;gap:.4rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem 1.1rem;min-width:280px;max-width:360px;font-family:var(--app-font-sans)}.admin-order-total-row{display:flex;justify-content:space-between;font-size:.85rem;color:hsl(var(--muted-foreground))}.admin-order-total-grand{font-size:1.05rem;font-weight:800;color:hsl(var(--primary));margin-top:.4rem;padding-top:.6rem;border-top:1px solid hsl(var(--border))}.admin-order-payment-method{font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:.5rem;padding-top:.5rem;border-top:1px dashed hsl(var(--border))}.admin-order-payment-method strong{color:hsl(var(--foreground))}.admin-order-status-update{display:flex;flex-direction:column;gap:.4rem}.admin-order-status-update label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--muted-foreground));font-family:var(--app-font-sans)}.admin-order-status-update .admin-status-select{min-width:160px}@media (max-width: 1100px){.admin-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.admin-sidebar{width:56px}.admin-logo{padding:1.25rem 0;text-align:center;border-bottom:1px solid hsl(0 0% 15%);margin-bottom:.5rem;font-size:0}.admin-logo:after{content:"●";font-size:.6rem;color:#e69419}.admin-nav-btn{justify-content:center;padding:.85rem 0;gap:0}.admin-nav-btn svg{flex-shrink:0;width:20px;height:20px}.admin-nav-label{display:none}.admin-main{margin-left:56px;padding:1.5rem 1rem}.admin-stats{gap:.75rem}.admin-stat-card{padding:1rem}.admin-stat-value{font-size:1.4rem}}@media (max-width: 640px){.admin-layout{flex-direction:column;padding-top:100px;padding-bottom:64px}.admin-sidebar{width:100%;height:64px;top:auto;bottom:0;left:0;right:0;flex-direction:row;align-items:center;justify-content:space-around;padding:0;gap:0;overflow:visible;border-top:1px solid hsl(0 0% 18%)}.admin-logo{display:none}.admin-nav-btn{flex-direction:column;justify-content:center;align-items:center;flex:1;padding:.5rem .25rem;height:64px;gap:.2rem;white-space:nowrap;overflow:visible;border-radius:0;width:auto;font-size:.58rem}.admin-nav-btn svg{width:20px;height:20px}.admin-nav-label{display:inline}.admin-store-btn{margin-top:0;border-top:none;border-left:1px solid hsl(0 0% 18%)}.admin-main{margin-left:0;padding:1.25rem .875rem;width:100%}.admin-page-title{font-size:1.35rem;margin-bottom:1rem}.admin-stats{grid-template-columns:repeat(2,1fr);gap:.625rem;margin-bottom:1.25rem}.admin-stat-card{padding:.875rem .75rem}.admin-stat-label{font-size:.65rem}.admin-stat-value{font-size:1.25rem}.admin-tab-header{flex-direction:row;align-items:center;margin-bottom:1rem}.admin-add-btn{padding:.5rem .9rem;font-size:.8rem}.admin-table-wrap{border-radius:var(--radius)}.admin-table{min-width:480px}.admin-modal-overlay{padding:0;align-items:flex-end}.admin-modal{border-radius:var(--radius-md) var(--radius-md) 0 0;max-width:100%;max-height:92vh;display:flex;flex-direction:column}.admin-product-form{max-height:none;flex:1;overflow-y:auto;padding:1rem;-webkit-overflow-scrolling:touch}.admin-form-grid{grid-template-columns:1fr}.admin-modal-header{padding:1rem}.admin-modal-footer{padding:.75rem 1rem;justify-content:stretch}.admin-cancel-btn,.admin-save-btn{flex:1;text-align:center;justify-content:center}.admin-order-header{padding:.85rem 1rem;gap:.6rem}.admin-order-header-meta{width:100%;font-size:.8rem;gap:.4rem}.admin-order-body{padding:1rem;gap:1rem}.admin-order-section{padding:.85rem}.admin-order-item{grid-template-columns:60px 1fr;gap:.7rem}.admin-order-item-img{width:60px;height:72px}.admin-order-item-pricing{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center;padding-top:.4rem;border-top:1px dashed hsl(var(--border))}.admin-order-footer{grid-template-columns:1fr;gap:1rem}.admin-order-totals{min-width:0;max-width:none}}@media (max-width: 380px){.admin-stats{grid-template-columns:1fr}.admin-order-header{padding:.75rem .85rem}.admin-order-card .admin-order-id{font-size:.7rem;padding:3px 8px}.admin-order-status{font-size:.6rem;padding:3px 8px}.admin-order-header-meta{font-size:.76rem}.admin-order-section-title{font-size:.92rem}.admin-order-info-value{font-size:.82rem}.admin-order-item-title{font-size:.84rem}.admin-order-item-total{font-size:.9rem}}.admin-color-picker-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.admin-color-picker-input{min-width:220px;height:44px;border:2px solid hsl(var(--border));border-radius:var(--radius-sm);padding:0 .85rem;cursor:text;background:hsl(var(--background));flex:1 1 220px}.admin-color-picker-preview{width:44px;height:44px;border:2px solid hsl(var(--border));border-radius:var(--radius-sm);flex-shrink:0}.admin-color-picker-hex{font-size:.8rem;font-family:monospace;color:hsl(var(--muted-foreground));min-width:70px}.admin-color-add-btn{background:hsl(var(--primary));color:#fff;border:none;border-radius:var(--radius-sm);padding:.45rem .9rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:opacity .15s;white-space:nowrap}.admin-color-add-btn:hover{opacity:.85}.admin-color-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.6rem}.admin-color-chip{display:flex;align-items:center;gap:.35rem;background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:999px;padding:3px 8px 3px 4px;cursor:pointer;transition:border-color .15s,background .15s,transform .15s}.admin-color-chip.active{border-color:hsl(var(--primary));background:hsl(var(--primary) / .08)}.admin-color-chip:hover{transform:translateY(-1px)}.admin-color-chip-dot{width:18px;height:18px;border-radius:50%;flex-shrink:0;border:1px solid hsl(var(--border))}.admin-color-chip-hex{font-size:.72rem;font-family:monospace;color:hsl(var(--foreground))}.admin-color-chip-remove{background:none;border:none;cursor:pointer;color:hsl(var(--muted-foreground));padding:1px;display:flex;align-items:center;border-radius:50%;transition:color .15s,background .15s}.admin-color-chip-remove:hover{color:hsl(var(--destructive));background:hsl(var(--destructive) / .1)}.admin-color-hint{font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:.4rem}.admin-discount-badge{display:inline-block;margin-left:.5rem;background:#16a34a;color:#fff;font-size:.65rem;font-weight:700;padding:2px 7px;border-radius:999px;vertical-align:middle;letter-spacing:.03em}:root{--about-gold: #C9A84C;--about-gold-light: #e8c97a;--about-gold-pale: #fdf6e3;--about-pink: #d4547a;--about-pink-light: #f7e0e8;--about-black: #111111;--about-dark: #1e1e1e;--about-white: #ffffff;--about-gray: #6b6b6b;--about-gray-light: #f5f5f5;--about-border: #e8e0d0}.about-page{width:100%;overflow-x:hidden;background:var(--about-white)}.about-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.about-section-tag{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--about-gold);margin-bottom:.75rem}.about-section-title{font-size:2rem;font-weight:700;color:var(--about-black);line-height:1.25;margin:0 0 2rem}.about-section-title--center{text-align:center}.about-hero{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--about-black) 0%,#2a1a0e 50%,#1a0a14 100%);padding:120px 1.5rem 80px;text-align:center;overflow:hidden}.about-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(201,168,76,.18) 0%,transparent 70%);pointer-events:none}.about-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A84C' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.about-hero-content{position:relative;z-index:1;max-width:700px}.about-hero-tag{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--about-gold);font-weight:600;margin-bottom:1rem}.about-hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:var(--about-white);line-height:1.15;margin:0 0 1.25rem;letter-spacing:-.01em}.about-hero-subtitle{font-size:1.05rem;color:#ffffffb3;line-height:1.7;max-width:520px;margin:0 auto}.about-story{padding:6rem 0;background:var(--about-white)}.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-story-img-wrap{position:relative}.about-story-img-frame{background:linear-gradient(135deg,var(--about-gold-pale),var(--about-pink-light));border-radius:16px;border:2px solid var(--about-gold-light);aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-story-img-inner{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--about-gold);font-size:1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.about-story-icon{color:var(--about-gold);opacity:.6}.about-story-badge{position:absolute;bottom:-18px;right:-18px;background:var(--about-gold);color:var(--about-white);font-size:.85rem;font-weight:700;padding:.75rem 1.25rem;border-radius:12px;letter-spacing:.05em;box-shadow:0 4px 16px #c9a84c66}.about-story-text{display:flex;flex-direction:column;gap:0}.about-story-para{font-size:.95rem;color:var(--about-gray);line-height:1.8;margin:0 0 1rem}.about-story-highlight{margin-top:1rem;padding:1.25rem 1.5rem;border-left:4px solid var(--about-gold);background:var(--about-gold-pale);border-radius:0 8px 8px 0;font-style:italic;font-size:1rem;color:var(--about-dark);font-weight:500}.about-stats{background:linear-gradient(135deg,var(--about-black),var(--about-dark));padding:4rem 0}.about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.about-stat-card{display:flex;flex-direction:column;gap:.4rem;padding:2rem 1rem;border-right:1px solid rgba(201,168,76,.2)}.about-stat-card:last-child{border-right:none}.about-stat-number{font-size:2.5rem;font-weight:800;color:var(--about-gold);line-height:1}.about-stat-label{font-size:.82rem;color:#fff9;letter-spacing:.06em;text-transform:uppercase;font-weight:500}.about-values{padding:6rem 0;background:var(--about-gray-light);text-align:center}.about-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:1rem}.about-value-card{background:var(--about-white);border-radius:16px;padding:2.5rem 1.5rem;border:1px solid var(--about-border);transition:transform .2s,box-shadow .2s}.about-value-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.about-value-icon{width:60px;height:60px;border-radius:14px;background:linear-gradient(135deg,var(--about-gold-pale),var(--about-pink-light));display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:var(--about-gold)}.about-value-title{font-size:1rem;font-weight:700;color:var(--about-black);margin:0 0 .6rem}.about-value-desc{font-size:.85rem;color:var(--about-gray);line-height:1.7;margin:0}.about-reviews{padding:6rem 0;background:var(--about-white);text-align:center}.about-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem;text-align:left}.about-review-card{background:var(--about-white);border:1px solid var(--about-border);border-radius:16px;padding:1.75rem;display:flex;flex-direction:column;gap:1rem;transition:transform .2s,box-shadow .2s}.about-review-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #d4547a1a;border-color:var(--about-pink)}.about-stars{display:flex;gap:2px}.star-filled{color:var(--about-gold)}.star-empty{color:#ddd}.about-review-text{font-size:.88rem;color:var(--about-gray);line-height:1.75;margin:0;flex:1}.about-review-author{display:flex;align-items:center;gap:.75rem;padding-top:.75rem;border-top:1px solid var(--about-border)}.about-review-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--about-gold),var(--about-pink));color:var(--about-white);font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-review-name{font-size:.88rem;font-weight:700;color:var(--about-black);margin:0}.about-review-location{font-size:.75rem;color:var(--about-gray);margin:0}.about-cta{position:relative;background:linear-gradient(135deg,var(--about-pink) 0%,var(--about-black) 100%);padding:6rem 1.5rem;text-align:center;overflow:hidden}.about-cta-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at top right,rgba(201,168,76,.25) 0%,transparent 60%);pointer-events:none}.about-cta-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.about-cta-title{font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800;color:var(--about-white);margin:0 0 1rem;line-height:1.2}.about-cta-sub{font-size:1rem;color:#ffffffbf;line-height:1.7;margin:0 0 2rem}.about-cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.about-cta-btn-primary{background:var(--about-gold);color:var(--about-black);padding:.85rem 2rem;border-radius:8px;font-weight:700;font-size:.9rem;text-decoration:none;transition:opacity .2s,transform .2s;letter-spacing:.03em}.about-cta-btn-primary:hover{opacity:.9;transform:translateY(-2px)}.about-cta-btn-secondary{background:transparent;color:var(--about-white);padding:.85rem 2rem;border-radius:8px;font-weight:600;font-size:.9rem;text-decoration:none;border:2px solid rgba(255,255,255,.5);transition:border-color .2s,transform .2s}.about-cta-btn-secondary:hover{border-color:var(--about-white);transform:translateY(-2px)}@media (max-width: 1024px){.about-values-grid,.about-reviews-grid,.about-stats-grid{grid-template-columns:repeat(2,1fr)}.about-stat-card{border-right:none;border-bottom:1px solid rgba(201,168,76,.2)}.about-stat-card:nth-child(3),.about-stat-card:last-child{border-bottom:none}}@media (max-width: 768px){.about-hero{padding:110px 1.5rem 60px;min-height:380px}.about-story-grid{grid-template-columns:1fr;gap:3rem}.about-story-img-frame{aspect-ratio:16/9;max-height:260px}.about-story-badge{bottom:-12px;right:12px}.about-story,.about-values,.about-reviews{padding:4rem 0}.about-reviews-grid{grid-template-columns:1fr}.about-section-title{font-size:1.6rem}}@media (max-width: 480px){.about-values-grid{grid-template-columns:1fr}.about-stats-grid{grid-template-columns:repeat(2,1fr)}.about-stat-card:nth-child(odd){border-right:1px solid rgba(201,168,76,.2)}.about-stat-card:nth-child(3),.about-stat-card:nth-child(4){border-bottom:none}.about-cta-btns{flex-direction:column;align-items:center}.about-cta-btn-primary,.about-cta-btn-secondary{width:100%;text-align:center}}.main-content{margin-top:30px}@media (max-width: 768px){.main-content{margin-top:0}}@tailwind base;@tailwind components;@tailwind utilities;*{padding:0%;margin:0%;box-sizing:border-box;font-family:Poppins,sans-serif}@custom-variant dark (&:is(.dark *));@theme inline{ --color-background: hsl(var(--background)); --color-foreground: hsl(var(--foreground)); --color-border: hsl(var(--border)); --color-input: hsl(var(--input)); --color-ring: hsl(var(--ring)); --color-card: hsl(var(--card)); --color-card-foreground: hsl(var(--card-foreground)); --color-card-border: hsl(var(--card-border)); --color-popover: hsl(var(--popover)); --color-popover-foreground: hsl(var(--popover-foreground)); --color-popover-border: hsl(var(--popover-border)); --color-primary: hsl(var(--primary)); --color-primary-foreground: hsl(var(--primary-foreground)); --color-primary-border: var(--primary-border); --color-secondary: hsl(var(--secondary)); --color-secondary-foreground: hsl(var(--secondary-foreground)); --color-secondary-border: var(--secondary-border); --color-muted: hsl(var(--muted)); --color-muted-foreground: hsl(var(--muted-foreground)); --color-muted-border: var(--muted-border); --color-accent: hsl(var(--accent)); --color-accent-foreground: hsl(var(--accent-foreground)); --color-accent-border: var(--accent-border); --color-destructive: hsl(var(--destructive)); --color-destructive-foreground: hsl(var(--destructive-foreground)); --color-destructive-border: var(--destructive-border); --color-chart-1: hsl(var(--chart-1)); --color-chart-2: hsl(var(--chart-2)); --color-chart-3: hsl(var(--chart-3)); --color-chart-4: hsl(var(--chart-4)); --color-chart-5: hsl(var(--chart-5)); --color-sidebar: hsl(var(--sidebar)); --color-sidebar-foreground: hsl(var(--sidebar-foreground)); --color-sidebar-border: hsl(var(--sidebar-border)); --color-sidebar-primary: hsl(var(--sidebar-primary)); --color-sidebar-primary-foreground: hsl(var(--sidebar-primary-foreground)); --color-sidebar-primary-border: var(--sidebar-primary-border); --color-sidebar-accent: hsl(var(--sidebar-accent)); --color-sidebar-accent-foreground: hsl(var(--sidebar-accent-foreground)); --color-sidebar-accent-border: var(--sidebar-accent-border); --color-sidebar-ring: hsl(var(--sidebar-ring)); --font-sans: var(--app-font-sans); --font-serif: var(--app-font-serif); --font-mono: var(--app-font-mono); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); }:root{--button-outline: rgba(0,0,0, .1);--badge-outline: rgba(0,0,0, .05);--opaque-button-border-intensity: -8;--elevate-1: rgba(0,0,0, .03);--elevate-2: rgba(0,0,0, .08);--background: 0 0% 98%;--foreground: 0 0% 0%;--border: 0 0% 88%;--input: 0 0% 85%;--ring: 181 45% 19%;--card: 0 0% 100%;--card-foreground: 0 0% 0%;--card-border: 0 0% 90%;--popover: 0 0% 100%;--popover-foreground: 0 0% 0%;--popover-border: 0 0% 88%;--primary: 181 45% 19%;--primary-foreground: 0 0% 100%;--secondary: 39 100% 50%;--secondary-foreground: 0 0% 0%;--muted: 0 0% 94%;--muted-foreground: 0 0% 45%;--accent: 39 100% 50%;--accent-foreground: 0 0% 0%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--sidebar: 181 45% 8%;--sidebar-foreground: 0 0% 92%;--sidebar-border: 181 45% 18%;--sidebar-primary: 181 45% 25%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 39 100% 50%;--sidebar-accent-foreground: 0 0% 0%;--sidebar-ring: 181 45% 19%;--chart-1: 181 45% 19%;--chart-2: 39 100% 50%;--chart-3: 0 0% 60%;--chart-4: 0 0% 40%;--chart-5: 0 0% 80%;--app-font-sans: "Inter", sans-serif;--app-font-serif: "Playfair Display", Georgia, serif;--app-font-mono: Menlo, monospace;--radius: .5rem;--shadow-2xs: 0px 1px 2px 0px rgba(0,0,0,.05);--shadow-xs: 0px 2px 4px 0px rgba(0,0,0,.06);--shadow-sm: 0px 2px 8px 0px rgba(0,0,0,.08);--shadow: 0px 4px 12px 0px rgba(0,0,0,.1);--shadow-md: 0px 6px 16px 0px rgba(0,0,0,.12);--shadow-lg: 0px 10px 24px 0px rgba(0,0,0,.14);--shadow-xl: 0px 20px 40px 0px rgba(0,0,0,.16);--shadow-2xl: 0px 40px 64px 0px rgba(0,0,0,.18);--tracking-normal: 0em;--spacing: .25rem;--primary-border: hsl(181 45% 15%);--secondary-border: hsl(39 100% 40%);--muted-border: hsl(0 0% 86%);--accent-border: hsl(39 100% 40%);--destructive-border: hsl(0 84% 52%);--sidebar-primary-border: hsl(181 45% 20%);--sidebar-accent-border: hsl(39 100% 40%)}.dark{--button-outline: rgba(255,255,255, .1);--badge-outline: rgba(255,255,255, .05);--opaque-button-border-intensity: 9;--elevate-1: rgba(255,255,255, .04);--elevate-2: rgba(255,255,255, .09);--background: 20 10% 8%;--foreground: 30 20% 94%;--border: 20 10% 18%;--input: 20 10% 20%;--ring: 340 60% 55%;--card: 20 10% 12%;--card-foreground: 30 20% 94%;--card-border: 20 10% 20%;--popover: 20 10% 12%;--popover-foreground: 30 20% 94%;--popover-border: 20 10% 20%;--primary: 340 60% 55%;--primary-foreground: 0 0% 100%;--secondary: 36 80% 55%;--secondary-foreground: 0 0% 100%;--muted: 20 10% 18%;--muted-foreground: 30 15% 55%;--accent: 36 80% 55%;--accent-foreground: 0 0% 100%;--destructive: 0 70% 55%;--destructive-foreground: 0 0% 100%;--sidebar: 20 10% 6%;--sidebar-foreground: 0 0% 92%;--sidebar-border: 20 10% 14%;--sidebar-primary: 340 60% 55%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 36 80% 55%;--sidebar-accent-foreground: 0 0% 100%;--sidebar-ring: 340 60% 55%;--chart-1: 340 60% 60%;--chart-2: 36 80% 60%;--chart-3: 200 60% 60%;--chart-4: 120 50% 55%;--chart-5: 280 60% 60%;--shadow-2xs: 0px 1px 2px 0px rgba(0,0,0,.3);--shadow-xs: 0px 2px 4px 0px rgba(0,0,0,.35);--shadow-sm: 0px 2px 8px 0px rgba(0,0,0,.4);--shadow: 0px 4px 12px 0px rgba(0,0,0,.45);--shadow-md: 0px 6px 16px 0px rgba(0,0,0,.5);--shadow-lg: 0px 10px 24px 0px rgba(0,0,0,.55);--shadow-xl: 0px 20px 40px 0px rgba(0,0,0,.6);--shadow-2xl: 0px 40px 64px 0px rgba(0,0,0,.65);--primary-border: rgb(250,122,178);--secondary-border: hsl(36 80% 62%);--muted-border: hsl(20 10% 24%);--accent-border: hsl(36 80% 62%);--destructive-border: hsl(0 70% 62%);--sidebar-primary-border: rgb(250,122,178);--sidebar-accent-border: hsl(36 80% 62%)}@layer base{*{@apply border-border;}body{@apply font-sans antialiased bg-background text-foreground;}h1,h2,h3{font-family:var(--app-font-serif)}}@layer utilities{input[type=search]::-webkit-search-cancel-button{@apply hidden;}.font-serif{font-family:var(--app-font-serif)}.toggle-elevate:before,.toggle-elevate-2:before{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;z-index:-1}.toggle-elevate.toggle-elevated:before{background-color:var(--elevate-2)}.border.toggle-elevate:before{top:-1px;right:-1px;bottom:-1px;left:-1px}.hover-elevate:not(.no-default-hover-elevate),.active-elevate:not(.no-default-active-elevate),.hover-elevate-2:not(.no-default-hover-elevate),.active-elevate-2:not(.no-default-active-elevate){position:relative;z-index:0}.hover-elevate:not(.no-default-hover-elevate):after,.active-elevate:not(.no-default-active-elevate):after,.hover-elevate-2:not(.no-default-hover-elevate):after,.active-elevate-2:not(.no-default-active-elevate):after{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;z-index:999}.hover-elevate:hover:not(.no-default-hover-elevate):after,.active-elevate:active:not(.no-default-active-elevate):after{background-color:var(--elevate-1)}.hover-elevate-2:hover:not(.no-default-hover-elevate):after,.active-elevate-2:active:not(.no-default-active-elevate):after{background-color:var(--elevate-2)}.border.hover-elevate:not(.no-hover-interaction-elevate):after,.border.active-elevate:not(.no-active-interaction-elevate):after,.border.hover-elevate-2:not(.no-hover-interaction-elevate):after,.border.active-elevate-2:not(.no-active-interaction-elevate):after{top:-1px;right:-1px;bottom:-1px;left:-1px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fadeInUp{animation:fadeInUp .5s ease forwards}.skeleton{background:linear-gradient(90deg,hsl(var(--muted)) 25%,hsl(var(--card)),hsl(var(--muted)) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}
