:root{--red: #832729;--red-dark: #6b1f21;--red-soft: #f8efef;--gold: #c9a227;--gold-soft: #f7f1de;--bg: #ffffff;--bg-muted: #f7f7f7;--bg-warm: #faf7f2;--line: #e8e8e8;--line-strong: #d4d4d4;--text: #2b2b2b;--text-soft: #666;--text-muted: #8a8a8a;--success: #2f7d4a;--danger: #b42318;--shadow: 0 8px 24px rgba(0, 0, 0, .08);--radius: 4px;--font: "Poppins", system-ui, sans-serif;--font-brand: "Playfair Display", Georgia, serif;--nav-top: 36px;--nav-main: 64px;--nav-cat: 44px;--header-h: calc(var(--nav-top) + var(--nav-main) + var(--nav-cat));--ease: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100dvh;font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}#root{min-height:100dvh;display:flex;flex-direction:column}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none}h1,h2,h3,h4,p{margin:0}.app-shell{flex:1;display:flex;flex-direction:column;min-height:100dvh}.main{flex:1;width:100%;padding-top:calc(var(--nav-main) + var(--nav-top) + 58px)}@media(min-width:720px){.main{padding-top:calc(var(--nav-main) + var(--nav-top))}}@media(min-width:900px){.main{padding-top:var(--header-h)}}.container{width:min(1240px,calc(100% - 2rem));margin-inline:auto}.container-wide{width:min(1360px,calc(100% - 1.25rem));margin-inline:auto}.site-header{position:fixed;inset:0 0 auto;z-index:100;background:#fff;box-shadow:0 1px 0 var(--line)}.top-bar{height:var(--nav-top);background:var(--red);color:#fff;font-size:.72rem;letter-spacing:.04em;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 .75rem}.main-bar{height:var(--nav-main);display:flex;align-items:center;border-bottom:1px solid var(--line)}.main-bar-inner{width:min(1240px,calc(100% - 1.25rem));margin-inline:auto;display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center}.brand{font-family:var(--font-brand);font-size:1.55rem;font-weight:600;color:var(--red);letter-spacing:.02em;white-space:nowrap}.brand em{font-style:italic;font-weight:500}.search-wrap{position:relative;display:none}@media(min-width:720px){.search-wrap{display:block;max-width:520px;margin-inline:auto;width:100%}}.search-wrap input{width:100%;height:42px;border:1px solid var(--line-strong);border-radius:999px;padding:0 2.75rem 0 1rem;background:var(--bg-muted);outline:none}.search-wrap input:focus{border-color:var(--red);background:#fff}.search-wrap button{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-size:.85rem}.header-actions{display:flex;align-items:center;gap:.15rem}.icon-btn{position:relative;min-width:44px;min-height:44px;display:grid;place-items:center;color:var(--text);font-size:.7rem;gap:.1rem}.icon-btn span.label{display:none}@media(min-width:900px){.icon-btn{padding:.25rem .45rem}.icon-btn span.label{display:block;font-size:.68rem;color:var(--text-soft)}}.cart-count{position:absolute;top:4px;right:4px;min-width:16px;height:16px;border-radius:999px;background:var(--red);color:#fff;font-size:.62rem;font-weight:600;display:grid;place-items:center;padding:0 4px}.mobile-search{display:block;padding:.65rem .75rem .75rem;border-bottom:1px solid var(--line);background:#fff}@media(min-width:720px){.mobile-search{display:none}}.mobile-search form{position:relative}.mobile-search input{width:100%;height:40px;border:1px solid var(--line-strong);border-radius:999px;padding:0 2.5rem 0 1rem;background:var(--bg-muted);outline:none}.mobile-search button{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:var(--red);color:#fff}.cat-bar{display:none;height:var(--nav-cat);border-bottom:1px solid var(--line);background:#fff}@media(min-width:900px){.cat-bar{display:block}}.cat-bar-inner{width:min(1240px,calc(100% - 1.25rem));margin-inline:auto;height:100%;display:flex;align-items:center;gap:.25rem;overflow-x:auto}.cat-link{padding:.55rem .85rem;font-size:.78rem;font-weight:500;color:var(--text);white-space:nowrap;border-bottom:2px solid transparent}.cat-link:hover,.cat-link.active{color:var(--red);border-bottom-color:var(--red)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:46px;padding:.7rem 1.25rem;font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius);border:1px solid transparent;transition:.2s ease}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--red);color:#fff}.btn-primary:hover:not(:disabled){background:var(--red-dark)}.btn-outline{background:#fff;border-color:var(--red);color:var(--red)}.btn-outline:hover:not(:disabled){background:var(--red-soft)}.btn-dark{background:#1f1f1f;color:#fff}.btn-block{width:100%}.btn-row{display:grid;gap:.65rem}@media(min-width:520px){.btn-row.two{grid-template-columns:1fr 1fr}}.hero{position:relative;overflow:hidden;background:#1a1a1a}.hero-slide{position:relative;min-height:min(58vw,420px);display:grid;align-items:end}@media(min-width:900px){.hero-slide{min-height:460px;align-items:center}}.hero-slide img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.92}.hero-slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.2) 55%,transparent 100%)}.hero-copy{position:relative;z-index:1;padding:2rem 1rem 2.25rem;color:#fff;width:min(1240px,calc(100% - 2rem));margin-inline:auto}.hero-copy .eyebrow{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:#f0d78c;margin-bottom:.5rem}.hero-copy h1{font-family:var(--font-brand);font-size:clamp(1.9rem,5vw,3.2rem);font-weight:600;line-height:1.15;max-width:14ch}.hero-copy p{margin-top:.65rem;max-width:32ch;color:#ffffffe0;font-size:.92rem;font-weight:300}.hero-copy .btn{margin-top:1.1rem}.hero-dots{position:absolute;left:50%;bottom:.85rem;transform:translate(-50%);z-index:2;display:flex;gap:.4rem}.hero-dots button{width:8px;height:8px;border-radius:50%;background:#ffffff73}.hero-dots button.active{background:#fff;width:22px;border-radius:999px}.section{padding:2.25rem 0}.section.alt{background:var(--bg-muted)}.section.warm{background:var(--bg-warm)}.section-head{text-align:center;margin-bottom:1.5rem}.section-head h2{font-family:var(--font-brand);font-size:clamp(1.55rem,3.5vw,2.1rem);font-weight:600;color:var(--text)}.section-head p{margin-top:.35rem;color:var(--text-muted);font-size:.9rem}.section-head .divider{width:56px;height:2px;background:var(--gold);margin:.7rem auto 0}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem .5rem}@media(min-width:720px){.cat-grid{grid-template-columns:repeat(8,1fr);gap:1rem}}.cat-item{display:grid;justify-items:center;gap:.55rem;text-align:center}.cat-item .thumb{width:min(92px,22vw);aspect-ratio:1;border-radius:50%;overflow:hidden;border:1px solid var(--line);background:#fff;box-shadow:0 2px 8px #0000000a;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}.cat-item:hover .thumb{transform:translateY(-3px);box-shadow:var(--shadow)}.cat-item img{width:100%;height:100%;object-fit:cover}.cat-item span{font-size:.72rem;font-weight:500;color:var(--text);line-height:1.25}.product-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(170px,42%);gap:.85rem;overflow-x:auto;padding-bottom:.35rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}@media(min-width:720px){.product-scroll{grid-auto-columns:minmax(220px,24%)}}@media(min-width:1100px){.product-scroll{grid-template-columns:repeat(4,1fr);grid-auto-flow:row;grid-auto-columns:unset;overflow:visible}}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}@media(min-width:720px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.1rem}}@media(min-width:1100px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;scroll-snap-align:start;transition:box-shadow .25s var(--ease);display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow)}.product-card-media{position:relative;aspect-ratio:1;background:var(--bg-muted);overflow:hidden}.product-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s var(--ease)}.product-card:hover .product-card-media img{transform:scale(1.04)}.badge{position:absolute;top:8px;left:8px;background:var(--red);color:#fff;font-size:.62rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.25rem .45rem;border-radius:2px}.badge.new{background:#1f1f1f}.product-card-body{padding:.75rem .7rem .85rem;display:grid;gap:.25rem;flex:1}.product-card-body .meta{font-size:.65rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.product-card-body h3{font-size:.82rem;font-weight:500;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.2em}.product-card-body .price{margin-top:.2rem;font-size:.95rem;font-weight:600;color:var(--text)}.product-card-body .purity{font-size:.7rem;color:var(--text-muted)}.promo-grid{display:grid;gap:.85rem}@media(min-width:720px){.promo-grid{grid-template-columns:1.2fr 1fr}}.promo-card{position:relative;min-height:200px;border-radius:var(--radius);overflow:hidden;color:#fff}.promo-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.promo-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.65))}.promo-card .copy{position:relative;z-index:1;height:100%;min-height:200px;display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem}.promo-card h3{font-family:var(--font-brand);font-size:1.45rem}.promo-card p{font-size:.82rem;opacity:.9;margin:.25rem 0 .75rem}.gender-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.gender-card{position:relative;aspect-ratio:3 / 4;border-radius:var(--radius);overflow:hidden}.gender-card img{width:100%;height:100%;object-fit:cover}.gender-card span{position:absolute;left:0;right:0;bottom:0;padding:.85rem;background:linear-gradient(transparent,#000000b3);color:#fff;font-weight:600;font-size:.9rem;text-align:center}.cta-strip{background:var(--red);color:#fff;text-align:center;padding:1.75rem 1rem}.cta-strip h2{font-family:var(--font-brand);font-size:1.6rem;font-weight:600}.cta-strip p{margin:.4rem 0 1rem;opacity:.9;font-size:.9rem}.cta-strip .btn{background:#fff;color:var(--red)}.shop-page{padding:1.25rem 0 2.5rem;background:var(--bg-muted);min-height:60vh}.shop-head{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.shop-head h1{font-family:var(--font-brand);font-size:1.7rem;font-weight:600}.shop-head p{color:var(--text-muted);font-size:.85rem}.shop-layout{display:grid;gap:1rem}@media(min-width:900px){.shop-layout{grid-template-columns:240px 1fr;align-items:start}}.filters{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1rem}.filters h3{font-size:.85rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--line)}.filter-group{margin-bottom:1rem}.filter-group h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.45rem}.filter-group label{display:flex;align-items:center;gap:.45rem;font-size:.82rem;padding:.28rem 0;cursor:pointer}.filter-group input{accent-color:var(--red)}.sort-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.85rem}.sort-row select{height:38px;border:1px solid var(--line-strong);border-radius:var(--radius);padding:0 .65rem;background:#fff}.mobile-filter-toggle{display:inline-flex;margin-bottom:.75rem}@media(min-width:900px){.mobile-filter-toggle{display:none}.filters.collapsed{display:block!important}}.filters.collapsed{display:none}@media(min-width:900px){.filters{display:block!important}}.pdp{padding:1rem 0 2.5rem;background:#fff}.breadcrumb{font-size:.75rem;color:var(--text-muted);margin-bottom:1rem;display:flex;flex-wrap:wrap;gap:.35rem}.breadcrumb a:hover{color:var(--red)}.pdp-layout{display:grid;gap:1.25rem}@media(min-width:880px){.pdp-layout{grid-template-columns:1.05fr .95fr;gap:2rem;align-items:start}}.pdp-gallery{display:grid;gap:.65rem}.pdp-main-img{aspect-ratio:1;background:var(--bg-muted);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.pdp-main-img img{width:100%;height:100%;object-fit:cover}.pdp-thumbs{display:flex;gap:.5rem}.pdp-thumbs button{width:64px;height:64px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;opacity:.7}.pdp-thumbs button.active{opacity:1;border-color:var(--red)}.pdp-thumbs img{width:100%;height:100%;object-fit:cover}.pdp-info h1{font-size:1.35rem;font-weight:600;line-height:1.35}@media(min-width:880px){.pdp-info h1{font-size:1.6rem}}.pdp-info .sku-line{margin-top:.35rem;font-size:.78rem;color:var(--text-muted)}.pdp-price{margin-top:1rem;padding:.85rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pdp-price .amount{font-size:1.55rem;font-weight:700;color:var(--text)}.pdp-price .tax{font-size:.75rem;color:var(--text-muted);margin-top:.2rem}.config-block{margin-top:1.1rem}.config-block h3{font-size:.78rem;font-weight:600;margin-bottom:.55rem}.config-block .selected{font-weight:400;color:var(--text-soft)}.swatches,.chips{display:flex;flex-wrap:wrap;gap:.5rem}.swatch{width:34px;height:34px;border-radius:50%;border:2px solid #fff;outline:1px solid var(--line-strong);box-shadow:inset 0 0 0 1px #00000014}.swatch.active{outline:2px solid var(--red)}.chip{min-height:36px;padding:.35rem .8rem;border:1px solid var(--line-strong);border-radius:999px;font-size:.8rem;color:var(--text-soft)}.chip.active{border-color:var(--red);color:var(--red);background:var(--red-soft)}.pdp-actions{margin-top:1.25rem}.trust-row{margin-top:1rem;display:grid;gap:.4rem}.trust-row span{font-size:.78rem;color:var(--text-soft)}.trust-row span:before{content:"✓";color:var(--success);margin-right:.4rem;font-weight:700}.pdp-desc{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--line)}.pdp-desc h2{font-size:1rem;margin-bottom:.5rem}.pdp-desc p{font-size:.9rem;color:var(--text-soft);line-height:1.65}.page{padding:1.25rem 0 2.75rem;background:var(--bg-muted);min-height:60vh}.page-title{margin-bottom:1rem}.page-title h1{font-family:var(--font-brand);font-size:1.75rem;font-weight:600}.page-title p{color:var(--text-muted);font-size:.88rem;margin-top:.25rem}.split{display:grid;gap:1rem}@media(min-width:880px){.split{grid-template-columns:1.35fr .85fr;align-items:start}}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1rem}@media(min-width:640px){.card{padding:1.25rem}}.cart-item{display:grid;grid-template-columns:88px 1fr;gap:.85rem;padding:1rem 0;border-bottom:1px solid var(--line)}.cart-item:first-child{padding-top:0}.cart-item:last-child{border-bottom:0;padding-bottom:0}.cart-item img{width:88px;height:88px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--line)}.cart-item h3{font-size:.95rem;font-weight:600}.cart-item .specs{font-size:.78rem;color:var(--text-muted);margin-top:.2rem;line-height:1.4}.cart-item-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem;margin-top:.55rem}.qty{display:inline-flex;border:1px solid var(--line-strong);border-radius:var(--radius)}.qty button{width:34px;height:34px;color:var(--text-soft)}.qty span{min-width:28px;text-align:center;line-height:34px;font-size:.85rem}.link-danger{font-size:.75rem;color:var(--danger)}.summary-row{display:flex;justify-content:space-between;gap:1rem;padding:.45rem 0;font-size:.9rem;color:var(--text-soft)}.summary-row.total{margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--line);color:var(--text);font-weight:600}.summary-row.total strong{color:var(--red);font-size:1.15rem}.empty{text-align:center;padding:3.5rem 1rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.empty h2{font-family:var(--font-brand);font-size:1.6rem}.empty p{color:var(--text-muted);margin:.5rem 0 1.1rem}.field{display:grid;gap:.35rem;margin-bottom:.85rem}.field label{font-size:.75rem;font-weight:500;color:var(--text-soft)}.field input,.field textarea,.field select{width:100%;min-height:44px;border:1px solid var(--line-strong);border-radius:var(--radius);padding:.65rem .8rem;outline:none;background:#fff}.field textarea{min-height:96px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--red)}.phone-row{display:grid;grid-template-columns:64px minmax(0,1fr);gap:.45rem;width:100%}.phone-prefix{display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--bg-muted);font-size:.85rem;color:var(--text-soft)}.phone-row input{min-width:0;width:100%}.form-grid.two{display:grid;gap:0}@media(min-width:640px){.form-grid.two{grid-template-columns:1fr 1fr;gap:.75rem}}.auth-wrap{min-height:60vh;display:grid;place-items:center;padding:1.25rem .75rem 2rem;background:var(--bg-muted);overflow-x:hidden}.auth-card{width:100%;max-width:400px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.35rem 1rem;box-shadow:var(--shadow);overflow:hidden}@media(min-width:420px){.auth-card{padding:1.5rem 1.25rem}}.auth-card h1{font-family:var(--font-brand);font-size:1.7rem;color:var(--red)}.auth-card .sub{color:var(--text-muted);font-size:.88rem;margin:.35rem 0 1.1rem;line-height:1.5;word-break:break-word}.otp-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(.2rem,1.8vw,.4rem);width:100%;max-width:100%;margin-bottom:.85rem}.otp-row input{width:100%;min-width:0;box-sizing:border-box;text-align:center;font-size:clamp(.95rem,3.8vw,1.1rem);min-height:44px;padding:.35rem 0;border:1px solid var(--line-strong);border-radius:var(--radius);outline:none;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.otp-row input:focus{border-color:var(--red)}.otp-single{width:100%;min-height:48px;text-align:center;letter-spacing:.45em;font-size:1.25rem;font-weight:600;border:1px solid var(--line-strong);border-radius:var(--radius);padding:.7rem .85rem;outline:none;margin-bottom:.85rem;box-sizing:border-box}.otp-single:focus{border-color:var(--red)}.error{color:var(--danger);font-size:.82rem;margin-bottom:.65rem}.hint{color:var(--text-muted);font-size:.8rem}.success{color:var(--success);font-size:.85rem}.toast{position:fixed;left:50%;bottom:1.25rem;transform:translate(-50%);z-index:200;background:#1f1f1f;color:#fff;padding:.75rem 1.1rem;border-radius:999px;font-size:.82rem;box-shadow:var(--shadow)}.payment-note{background:var(--gold-soft);border:1px dashed #d4b84a;border-radius:var(--radius);padding:.75rem .85rem;font-size:.8rem;color:#6b5a20;margin:.75rem 0 1rem;line-height:1.45}.order-done{text-align:center;padding:3rem 1rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.order-done h1{font-family:var(--font-brand);font-size:1.9rem;color:var(--red)}.order-done .oid{margin:.65rem 0;letter-spacing:.08em;font-weight:600}.loading{padding:3rem 1rem;text-align:center;color:var(--text-muted)}.site-footer{background:#2a2a2a;color:#d7d7d7;padding:2.25rem 0 1.25rem;margin-top:auto}.footer-grid{display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}@media(min-width:800px){.footer-grid{grid-template-columns:1.4fr repeat(3,1fr)}}.site-footer h4{color:#fff;font-size:.85rem;margin-bottom:.75rem;letter-spacing:.04em;text-transform:uppercase}.site-footer a,.site-footer p{display:block;font-size:.82rem;color:#bdbdbd;margin-bottom:.4rem;line-height:1.45}.site-footer a:hover{color:#fff}.footer-brand{font-family:var(--font-brand);font-size:1.4rem;color:#fff;margin-bottom:.5rem}.footer-bottom{margin-top:1.75rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);font-size:.75rem;color:#999;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem}
