*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #f5f1eb;--bg-soft: #efe8da;--surface: #ffffff;--surface-muted: #fbf7f0;--text: #2b2b2b;--text-soft: #4a4744;--secondary: #78716c;--accent: #a16207;--accent-soft: #c98a2c;--accent-ink: #6b4308;--border: #e7decd;--border-strong: #cdbfa5;--success: #4d7c0f;--error: #b91c1c;--radius-sm: 2px;--radius: 4px;--radius-lg: 10px;--serif: "Cormorant Garamond", Georgia, "Iowan Old Style", Cambria, serif;--sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;--shadow-sm: 0 1px 2px rgba(43, 43, 43, .04), 0 1px 1px rgba(43, 43, 43, .03);--shadow: 0 6px 24px -10px rgba(43, 43, 43, .18), 0 2px 6px rgba(43, 43, 43, .04);--shadow-lg: 0 24px 60px -20px rgba(43, 43, 43, .24);font-family:var(--sans);font-size:16px;line-height:1.6;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.pending-banner{background:var(--accent-ink);color:var(--bg);padding:.7rem 1.5rem;font-family:var(--sans)}.pending-banner-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.pending-banner-text{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;font-size:.88rem}.pending-banner-text .eyebrow{color:#f5f1eba6;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}.pending-banner-text strong{font-family:var(--serif);font-weight:500;font-size:1.02rem;color:var(--bg)}.pending-banner-text span:last-child{color:#f5f1ebc7}.pending-banner-actions{display:flex;align-items:center;gap:.6rem}.pending-banner-cta{background:var(--bg);color:var(--accent-ink);border:none;padding:.42rem 1rem;font-size:.82rem;font-weight:500;border-radius:var(--radius);cursor:pointer;font-family:var(--sans);transition:opacity .15s ease}.pending-banner-cta:hover{opacity:.9}.pending-banner-dismiss{background:transparent;border:none;color:#f5f1ebb3;font-size:.78rem;cursor:pointer;text-decoration:underline;text-underline-offset:3px;font-family:var(--sans);padding:.3rem .4rem}.pending-banner-dismiss:hover{color:var(--bg)}@media (max-width: 600px){.pending-banner{padding:.6rem 1rem}.pending-banner-text{font-size:.82rem}}body{min-height:100vh}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;color:inherit;border:none;background:none}input,textarea,select{font:inherit;color:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--serif);font-weight:500;line-height:1.15;letter-spacing:-.01em;color:var(--text)}.app{min-height:100vh;display:flex;flex-direction:column}.main{flex:1}.app-error{max-width:480px;margin:6rem auto;padding:2rem;text-align:center}.app-error h2{font-size:1.5rem;margin-bottom:.5rem}.app-error p{color:var(--secondary);font-size:.9rem}.eyebrow{font-family:var(--sans);font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--accent)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}::-webkit-scrollbar-track{background:transparent}.btn-primary,.btn-secondary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.5rem;font-family:var(--sans);font-size:.9rem;font-weight:500;letter-spacing:.04em;border-radius:var(--radius);transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;border:1px solid transparent;text-align:center}.btn-primary{background:var(--text);color:var(--bg)}.btn-primary:hover:not(:disabled){background:var(--accent-ink);color:#fff}.btn-primary:disabled{background:var(--border-strong);color:var(--surface);cursor:not-allowed}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border-strong)}.btn-secondary:hover:not(:disabled){background:var(--bg-soft)}.btn-secondary:disabled{color:var(--secondary);cursor:not-allowed}.btn-ghost{background:transparent;color:var(--text);border-color:transparent;padding:.95rem 1.1rem}.btn-ghost:hover{color:var(--accent-ink)}.link-action{font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);background:none;border:none;cursor:pointer;padding:.25rem .5rem;border-bottom:1px solid transparent;transition:border-color .15s ease,color .15s ease}.link-action:hover{border-bottom-color:var(--accent);color:var(--accent-ink)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hint{font-size:.85rem;color:var(--secondary);margin-top:.6rem}.hint-error{color:var(--error)}.header{position:sticky;top:0;z-index:30;background:var(--bg);border-bottom:1px solid var(--border);-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px)}.header-strip{font-size:.74rem;letter-spacing:.06em;color:var(--secondary);background:var(--bg-soft);padding:.5rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.header-strip-divider{color:var(--border-strong)}.header-bar{max-width:1280px;margin:0 auto;padding:1.1rem 1.5rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem}.header-brand{display:inline-flex;align-items:baseline;gap:.55rem;font-family:var(--serif);font-size:1.5rem;letter-spacing:-.01em;color:var(--text);cursor:pointer;padding:0}.header-brand-mark{color:var(--accent);font-size:1.2rem;transform:translateY(2px)}.header-brand-name{font-weight:500}.header-nav{display:flex;gap:1.6rem;justify-content:center}.header-nav-link{font-size:.85rem;color:var(--text-soft);letter-spacing:.02em;padding:.25rem 0;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}.header-nav-link:hover{color:var(--accent-ink);border-bottom-color:var(--accent)}.header-actions{justify-self:end}.header-cart-btn{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .95rem .55rem .85rem;font-size:.86rem;letter-spacing:.04em;color:var(--text);border:1px solid var(--border-strong);border-radius:999px;background:var(--surface);transition:background-color .18s ease,border-color .18s ease}.header-cart-btn:hover{background:var(--bg-soft);border-color:var(--accent-soft)}.header-cart-icon{color:var(--text-soft);line-height:0}.header-cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 .4rem;font-size:.72rem;font-weight:600;background:var(--accent);color:#fff;border-radius:999px}@media (max-width: 900px){.header-bar{grid-template-columns:auto auto}.header-nav,.header-cart-label{display:none}}.footer{background:var(--text);color:#e9e3d6;padding:5rem 1.5rem 2rem;margin-top:0}.footer-inner{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:3.5rem}.footer-cta{max-width:38rem;display:flex;flex-direction:column;gap:.6rem}.footer-cta .eyebrow{color:var(--accent-soft)}.footer-cta-title{font-family:var(--serif);font-size:clamp(1.7rem,3vw,2.4rem);font-weight:500;letter-spacing:-.015em;line-height:1.15;color:#f5f1eb;margin-top:.5rem}.footer-cta-sub{font-size:.95rem;line-height:1.6;color:#c8c1b1;margin-bottom:1rem}.footer-cta-btn{align-self:flex-start;background:#f5f1eb;color:var(--text);padding:1rem 1.75rem}.footer-cta-btn:hover{background:var(--accent-soft);color:var(--text)}.footer-cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem;padding-top:3rem;border-top:1px solid rgba(231,222,205,.18)}.footer-col{display:flex;flex-direction:column;gap:.5rem}.footer-brand-mark{color:var(--accent-soft);font-size:1.4rem;line-height:1}.footer-brand{font-family:var(--serif);font-size:1.5rem;font-weight:500;letter-spacing:-.01em;color:#f5f1eb}.footer-col p{font-size:.86rem;line-height:1.6;color:#b6afa0;max-width:22rem;margin-top:.3rem}.footer-col-title{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-soft);margin-bottom:.4rem}.footer-col ul{display:flex;flex-direction:column;gap:.4rem}.footer-col ul li,.footer-col ul li a{font-size:.86rem;color:#c8c1b1;transition:color .15s ease}.footer-col ul li a:hover{color:#f5f1eb}.footer-col address{font-style:normal;font-size:.86rem;line-height:1.55;color:#c8c1b1}.footer-link{display:inline-block;margin-top:.5rem;font-size:.86rem;color:var(--accent-soft);border-bottom:1px solid transparent;transition:border-color .15s ease}.footer-link:hover{border-bottom-color:var(--accent-soft)}.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;padding-top:1.5rem;border-top:1px solid rgba(231,222,205,.12);font-size:.78rem;color:#998f7d;letter-spacing:.02em}@media (max-width: 900px){.footer-cols{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 560px){.footer{padding:3.5rem 1.25rem 1.5rem}.footer-cols{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2b2b2b59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .28s ease;z-index:49}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:460px;background:var(--bg);border-left:1px solid var(--border);transform:translate(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);z-index:50;display:flex;flex-direction:column;box-shadow:-16px 0 40px -20px #00000040}.cart-drawer.open{transform:translate(0)}.cart-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem 1.5rem 1.25rem;border-bottom:1px solid var(--border);background:var(--surface)}.cart-drawer-title{font-family:var(--serif);font-size:1.45rem;font-weight:500;letter-spacing:-.01em;line-height:1.15;margin-top:.35rem}.cart-drawer-close{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--text-soft);transition:background-color .15s ease,color .15s ease}.cart-drawer-close:hover{background:var(--bg-soft);color:var(--text)}.cart-drawer-body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-empty{padding:3rem 1rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.65rem}.cart-empty-mark{font-size:2rem;color:var(--accent);line-height:1}.cart-empty h3{font-family:var(--serif);font-size:1.3rem;margin-top:.2rem}.cart-empty p{font-size:.9rem;color:var(--secondary);max-width:22rem;margin-bottom:1rem}.cart-list{display:flex;flex-direction:column;gap:1.25rem}.cart-item{display:grid;grid-template-columns:96px 1fr;gap:.95rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.cart-item:last-child{border-bottom:none;padding-bottom:0}.cart-item-image{width:96px;height:112px;border-radius:var(--radius);overflow:hidden;background:var(--bg-soft);flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-image-empty{width:100%;height:100%;background:var(--bg-soft)}.cart-item-body{display:flex;flex-direction:column;gap:.3rem}.cart-item-cat{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--secondary)}.cart-item-name{font-family:var(--serif);font-size:1rem;font-weight:500;letter-spacing:-.005em;color:var(--text);line-height:1.3}.cart-item-flash{display:inline-block;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);background:#a1620714;padding:.15rem .45rem;border-radius:2px;margin-top:.25rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.cart-item-price-row{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;font-size:.85rem;color:var(--text-soft);margin-top:.15rem}.cart-item-price-row strong{color:var(--text);font-size:.9rem;letter-spacing:-.005em}.cart-item-unit{color:var(--secondary)}.cart-item-actions{display:flex;align-items:center;justify-content:space-between;margin-top:.4rem}.cart-item-qty{display:inline-flex;align-items:center;border:1px solid var(--border-strong);border-radius:var(--radius);overflow:hidden}.cart-item-qty button{width:30px;height:32px;font-size:.95rem;color:var(--text);transition:background-color .15s ease}.cart-item-qty button:hover{background:var(--bg-soft)}.cart-item-qty span{min-width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem}.cart-item-remove{font-size:.8rem;color:var(--secondary);letter-spacing:.04em;padding:.25rem 0;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}.cart-item-remove:hover{color:var(--error);border-bottom-color:var(--error)}.cart-drawer-foot{padding:1.25rem 1.5rem 1.5rem;border-top:1px solid var(--border);background:var(--surface);display:flex;flex-direction:column;gap:.6rem}.cart-drawer-row{display:flex;justify-content:space-between;align-items:baseline;font-size:.95rem}.cart-drawer-row strong{font-family:var(--serif);font-size:1.35rem;font-weight:500;color:var(--text)}.cart-drawer-note{font-size:.8rem;color:var(--secondary);line-height:1.5}.cart-drawer-cta{margin-top:.4rem;width:100%}.cart-drawer-secondary{font-size:.85rem;color:var(--text-soft);letter-spacing:.04em;padding:.5rem 0;border-bottom:1px solid transparent;transition:border-color .15s ease;text-align:center}.cart-drawer-secondary:hover{border-bottom-color:var(--text-soft)}@media (max-width: 500px){.cart-drawer{max-width:100%}}.hero{position:relative;overflow:hidden;background:var(--bg);padding:4rem 1.5rem 0}.hero-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;gap:4rem;align-items:center;padding-bottom:5rem}.hero-copy{display:flex;flex-direction:column;align-items:flex-start}.hero-title{font-family:var(--serif);font-size:clamp(2.6rem,5.4vw,4.5rem);font-weight:500;line-height:1.04;letter-spacing:-.02em;margin-top:1.1rem}.hero-title em{font-style:italic;color:var(--accent);font-weight:500}.hero-lede{margin-top:1.5rem;max-width:32rem;font-size:1.05rem;line-height:1.65;color:var(--text-soft)}.hero-cta-row{display:flex;align-items:center;gap:.75rem;margin-top:2rem;flex-wrap:wrap}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border);width:100%;max-width:36rem}.hero-stats div{display:flex;flex-direction:column;gap:.25rem}.hero-stats dt{font-family:var(--serif);font-size:1.5rem;font-weight:500;letter-spacing:-.01em;color:var(--text)}.hero-stats dd{font-size:.78rem;letter-spacing:.05em;color:var(--secondary);line-height:1.4}.hero-figure{margin:0}.hero-image-wrap{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-soft);box-shadow:var(--shadow-lg)}.hero-image{width:100%;height:clamp(380px,60vh,620px);object-fit:cover;object-position:center;display:block}.hero-image-tag{position:absolute;left:1.25rem;bottom:1.25rem;padding:.85rem 1.1rem;background:#fffffff0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:var(--radius);display:flex;flex-direction:column;gap:.25rem;max-width:16rem;box-shadow:var(--shadow-sm)}.hero-image-tag strong{font-family:var(--serif);font-size:1.1rem;font-weight:500;letter-spacing:-.005em;color:var(--text)}.hero-caption{margin-top:.85rem;font-size:.78rem;color:var(--secondary);letter-spacing:.02em;text-align:right}.hero-marquee{width:100%;overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-soft);padding:.9rem 0;margin-top:0}.hero-marquee-track{display:inline-flex;white-space:nowrap;animation:marquee 38s linear infinite}.hero-marquee-row{display:inline-flex;align-items:center;gap:1.5rem;font-family:var(--serif);font-style:italic;font-size:1.15rem;color:var(--text-soft);padding:0 1.25rem}.hero-marquee-row>span{letter-spacing:.01em}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 900px){.hero{padding:2rem 1.25rem 0}.hero-grid{grid-template-columns:1fr;gap:2.5rem;padding-bottom:3rem}.hero-stats{grid-template-columns:repeat(3,1fr);gap:1rem}.hero-stats dt{font-size:1.2rem}.hero-caption{text-align:left}}.product-card{background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;cursor:pointer;display:flex;flex-direction:column}.product-card:hover,.product-card:focus-visible{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--border-strong)}.product-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.product-card-image{position:relative;aspect-ratio:4 / 5;background:var(--bg-soft);overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.78rem;color:var(--secondary);letter-spacing:.06em;text-transform:uppercase}.product-card-tags{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.4rem;align-items:flex-start}.product-card-tag{padding:.3rem .6rem;font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-sm);line-height:1}.tag-flash{background:var(--text);color:var(--bg);max-width:11rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.tag-featured{background:var(--surface);color:var(--accent-ink);border:1px solid var(--border-strong)}.tag-low{background:var(--accent);color:#fff}.tag-out{background:var(--bg-soft);color:var(--text-soft);border:1px solid var(--border-strong)}.product-card-quick{position:absolute;left:50%;bottom:.85rem;transform:translate(-50%) translateY(8px);padding:.55rem 1.05rem;font-size:.78rem;letter-spacing:.06em;background:var(--surface);color:var(--text);border:1px solid var(--border-strong);border-radius:999px;opacity:0;transition:opacity .2s ease,transform .2s ease,background-color .2s ease;white-space:nowrap}.product-card-quick:hover{background:var(--text);color:var(--bg);border-color:var(--text)}.product-card:hover .product-card-quick,.product-card:focus-visible .product-card-quick{opacity:1;transform:translate(-50%) translateY(0)}.product-card-body{padding:1rem 1.1rem 1.2rem;display:flex;flex-direction:column;gap:.35rem}.product-card-cat{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--secondary)}.product-card-name{font-family:var(--serif);font-size:1.1rem;font-weight:500;letter-spacing:-.005em;color:var(--text);line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.product-card-prices{display:flex;align-items:baseline;gap:.55rem;margin-top:.3rem}.product-card-price{font-size:1rem;font-weight:600;color:var(--text);letter-spacing:-.005em}.product-card-strike{font-size:.82rem;color:var(--secondary);text-decoration:line-through}@media (hover: none){.product-card-quick{opacity:1;transform:translate(-50%) translateY(0)}}.flash-section{padding:5rem 1.5rem;background:var(--bg)}.flash-inner{max-width:1280px;margin:0 auto}.flash-head{max-width:38rem;margin:0 0 2.5rem}.flash-title{font-family:var(--serif);font-size:clamp(1.85rem,3.4vw,2.6rem);font-weight:500;line-height:1.1;letter-spacing:-.015em;margin-top:.75rem}.flash-sub{margin-top:.95rem;font-size:.95rem;color:var(--text-soft);line-height:1.6}.flash-sub strong{color:var(--accent-ink)}.flash-rail{display:flex;gap:1.5rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent;-webkit-overflow-scrolling:touch}.flash-rail::-webkit-scrollbar{height:6px}.flash-rail::-webkit-scrollbar-track{background:transparent}.flash-rail::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}.flash-rail::-webkit-scrollbar-thumb:hover{background:var(--secondary)}.flash-card{flex:0 0 300px;scroll-snap-align:start;background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;border:1px solid var(--border)}.flash-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.flash-card-image{position:relative;aspect-ratio:4 / 3;background:var(--bg-soft);overflow:hidden}.flash-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.flash-card:hover .flash-card-image img{transform:scale(1.04)}.flash-card-badge{position:absolute;top:.85rem;left:.85rem;padding:.35rem .65rem;background:var(--text);color:var(--bg);font-size:.72rem;font-weight:600;letter-spacing:.08em;border-radius:var(--radius-sm)}.flash-card-body{padding:1.1rem 1.25rem 1.35rem;display:flex;flex-direction:column;gap:.5rem}.flash-card-cat{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--secondary)}.flash-card-name{font-family:var(--serif);font-size:1.2rem;font-weight:500;letter-spacing:-.01em;color:var(--text);margin-top:.1rem}.flash-card-prices{display:flex;align-items:baseline;gap:.6rem;margin-top:.2rem}.flash-card-price{font-size:1.05rem;font-weight:600;color:var(--text);letter-spacing:-.005em}.flash-card-strike{font-size:.85rem;color:var(--secondary);text-decoration:line-through}.flash-card-meter{height:4px;border-radius:4px;background:var(--border);overflow:hidden;margin-top:.55rem}.flash-card-meter-fill{display:block;height:100%;background:linear-gradient(90deg,var(--accent),var(--accent-soft));border-radius:inherit}.flash-card-meta{display:flex;justify-content:space-between;font-size:.78rem;color:var(--secondary)}.catalog{padding:5rem 1.5rem 6rem;background:var(--surface-muted);border-top:1px solid var(--border)}.catalog-inner{max-width:1280px;margin:0 auto}.catalog-head{max-width:36rem;margin-bottom:2.5rem}.catalog-title{font-family:var(--serif);font-size:clamp(1.85rem,3.4vw,2.6rem);font-weight:500;line-height:1.1;letter-spacing:-.015em;margin-top:.75rem}.catalog-sub{margin-top:.9rem;font-size:.95rem;color:var(--text-soft);line-height:1.6}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-bottom:1.5rem;margin-bottom:2rem;border-bottom:1px solid var(--border)}.catalog-categories{display:flex;flex-wrap:wrap;gap:.5rem}.catalog-cat{padding:.5rem 1rem;border:1px solid var(--border-strong);background:transparent;color:var(--text-soft);font-size:.82rem;letter-spacing:.04em;border-radius:999px;transition:all .18s ease;cursor:pointer}.catalog-cat:hover{color:var(--text);border-color:var(--accent-soft)}.catalog-cat.active{background:var(--text);color:var(--bg);border-color:var(--text)}.catalog-categories-mobile{display:none}.catalog-categories-mobile select{padding:.55rem 2.4rem .55rem .9rem;background:var(--surface) url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2378716c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right .9rem center;border:1px solid var(--border-strong);border-radius:999px;font-size:.88rem;color:var(--text);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color .18s ease}.catalog-categories-mobile select:focus{outline:none;border-color:var(--accent)}.catalog-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.catalog-search{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .9rem;background:var(--surface);border:1px solid var(--border-strong);border-radius:999px;color:var(--secondary);transition:border-color .18s ease}.catalog-search:focus-within{border-color:var(--accent);color:var(--text)}.catalog-search input{border:none;background:transparent;outline:none;width:200px;font-size:.88rem;color:var(--text)}.catalog-search input::placeholder{color:var(--secondary)}.catalog-sort select{padding:.55rem 2.4rem .55rem .9rem;background:var(--surface) url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2378716c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right .9rem center;border:1px solid var(--border-strong);border-radius:999px;font-size:.88rem;color:var(--text);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color .18s ease}.catalog-sort select:focus{outline:none;border-color:var(--accent)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.75rem 1.5rem}.catalog-empty{padding:4rem 1rem;text-align:center;background:var(--surface);border-radius:var(--radius-lg);border:1px dashed var(--border-strong);display:flex;flex-direction:column;align-items:center;gap:.5rem}.catalog-empty h3{font-family:var(--serif);font-size:1.5rem;margin-top:.4rem}.catalog-empty p{color:var(--secondary);font-size:.9rem;margin-bottom:1rem}.catalog-sentinel{padding:2rem 0 1rem;min-height:3rem}.catalog-loading-more{display:flex;align-items:center;justify-content:center;gap:.75rem;color:var(--secondary);font-size:.88rem}.catalog-loading-spinner{width:18px;height:18px;border:2px solid var(--border-strong);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.catalog-end{text-align:center;padding:2rem 0 1rem;color:var(--secondary);font-size:.82rem}.skeleton-card{background:var(--surface);border-radius:var(--radius-lg);padding:0;overflow:hidden;border:1px solid var(--border);display:flex;flex-direction:column}.skeleton-image{aspect-ratio:4 / 5;background:linear-gradient(90deg,var(--bg-soft) 0%,var(--border) 40%,var(--bg-soft) 80%);background-size:200% 100%;animation:shimmer 1.4s ease infinite}.skeleton-line{height:12px;margin:16px;background:linear-gradient(90deg,var(--bg-soft) 0%,var(--border) 40%,var(--bg-soft) 80%);background-size:200% 100%;animation:shimmer 1.4s ease infinite;border-radius:4px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (max-width: 700px){.flash-section,.catalog{padding:3rem 1.25rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}.flash-card{flex:0 0 240px}.flash-rail{gap:1rem}.catalog-search input{width:100%}.catalog-categories{display:none}.catalog-categories-mobile{display:block}.catalog-categories-mobile select{width:100%}.catalog-search{flex:1}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}#nprogress .bar{background:var(--accent)!important;height:3px}#nprogress .peg{box-shadow:0 0 10px var(--accent),0 0 5px var(--accent)!important}.pd{padding:3rem 1.5rem 5rem;background:var(--bg)}.pd-inner{max-width:1280px;margin:0 auto}.pd-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-soft);letter-spacing:.04em;padding:.5rem 0;margin-bottom:1.75rem;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}.pd-back:hover{color:var(--accent-ink);border-bottom-color:var(--accent-soft)}.pd-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:4rem;align-items:start}.pd-gallery{display:flex;flex-direction:column;gap:1rem;position:sticky;top:6rem}.pd-gallery-main{position:relative;aspect-ratio:4 / 5;background:var(--bg-soft);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border)}.pd-gallery-main img{width:100%;height:100%;object-fit:cover}.pd-gallery-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--secondary);letter-spacing:.05em;text-transform:uppercase}.pd-gallery-badge{position:absolute;top:1rem;left:1rem;padding:.35rem .65rem;background:var(--text);color:var(--bg);font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-sm);max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pd-gallery-thumbs{display:flex;gap:.6rem;overflow-x:auto;padding-bottom:.2rem}.pd-gallery-thumb{flex:0 0 80px;aspect-ratio:1;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);background:var(--bg-soft);cursor:pointer;transition:border-color .18s ease;padding:0}.pd-gallery-thumb img{width:100%;height:100%;object-fit:cover}.pd-gallery-thumb.active{border-color:var(--accent)}.pd-info{display:flex;flex-direction:column;gap:1.3rem}.pd-info .eyebrow{display:inline-block}.pd-name{font-family:var(--serif);font-size:clamp(1.85rem,3vw,2.6rem);font-weight:500;letter-spacing:-.015em;line-height:1.1;margin-top:-.4rem}.pd-price-row{display:flex;align-items:baseline;gap:.85rem;flex-wrap:wrap}.pd-price{font-family:var(--sans);font-size:1.6rem;font-weight:600;color:var(--text);letter-spacing:-.01em}.pd-price-strike{font-size:1.05rem;color:var(--secondary);text-decoration:line-through}.pd-price-saved{font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;padding:.25rem .55rem;border-radius:var(--radius-sm);background:#a162071f;color:var(--accent-ink);font-weight:600}.pd-meta{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.25rem}.pd-meta-pill{font-size:.78rem;padding:.4rem .75rem;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--text-soft);letter-spacing:.02em}.pd-meta-stock{color:var(--success);border-color:#4d7c0f40;background:#4d7c0f0f}.pd-meta-out{color:var(--error);border-color:#b91c1c40;background:#b91c1c0f}.pd-desc{display:flex;flex-direction:column;gap:.8rem;font-size:.96rem;line-height:1.7;color:var(--text-soft);padding:1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pd-actions{display:flex;align-items:stretch;flex-wrap:wrap;gap:.75rem}.pd-qty{display:inline-flex;align-items:center;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);overflow:hidden}.pd-qty-btn{width:44px;height:52px;font-size:1.1rem;color:var(--text);transition:background-color .15s ease}.pd-qty-btn:hover{background:var(--bg-soft)}.pd-qty-value{min-width:44px;height:52px;display:inline-flex;align-items:center;justify-content:center;font-weight:500}.pd-add{flex:1;min-width:220px;padding:0 1.5rem;background:var(--text);color:var(--bg);font-size:.92rem;font-weight:500;letter-spacing:.04em;border-radius:var(--radius);transition:background-color .18s ease}.pd-add:hover:not(:disabled){background:var(--accent-ink);color:#fff}.pd-add:disabled{background:var(--border-strong);color:var(--surface);cursor:not-allowed}.pd-view-cart{flex:1;min-width:200px;border:1px solid var(--border-strong);border-radius:var(--radius);color:var(--text);font-size:.9rem;letter-spacing:.04em;transition:background-color .18s ease}.pd-view-cart:hover{background:var(--bg-soft)}.pd-perks{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.pd-perks li{display:flex;flex-direction:column;gap:.25rem}.pd-perks strong{font-family:var(--serif);font-size:1rem;letter-spacing:-.005em;color:var(--text)}.pd-perks span{font-size:.82rem;color:var(--secondary);line-height:1.45}@media (max-width: 900px){.pd-grid{grid-template-columns:1fr;gap:2.5rem}.pd-gallery{position:static}}.checkout{padding:2.5rem 1.5rem 5rem;background:var(--surface-muted);min-height:70vh}.checkout-inner{max-width:1180px;margin:0 auto}.checkout-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-soft);letter-spacing:.04em;padding:.5rem 0;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}.checkout-back:hover{color:var(--accent-ink);border-bottom-color:var(--accent-soft)}.checkout-empty{margin:4rem auto;max-width:30rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.6rem}.checkout-empty h2{font-family:var(--serif);font-size:1.6rem;margin:.5rem 0 1rem}.checkout-head{margin-top:1.5rem;margin-bottom:2.5rem;max-width:38rem}.checkout-head h1{font-family:var(--serif);font-size:clamp(1.8rem,3.4vw,2.6rem);font-weight:500;letter-spacing:-.015em;line-height:1.1;margin-top:.75rem}.checkout-head p{margin-top:.9rem;font-size:.95rem;color:var(--text-soft);line-height:1.6}.checkout-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:2.5rem;align-items:start}.checkout-main{display:flex;flex-direction:column;gap:1.5rem}.checkout-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem}.checkout-section-head{display:flex;align-items:center;gap:.85rem;margin-bottom:1.4rem}.checkout-section-num{font-family:var(--serif);font-style:italic;font-size:1.05rem;color:var(--accent);letter-spacing:0}.checkout-section-head h2{font-family:var(--serif);font-size:1.35rem;font-weight:500;letter-spacing:-.01em}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.25rem}.field{display:flex;flex-direction:column;gap:.4rem}.field-full{grid-column:1 / -1}.field-label{font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--secondary)}.field-input,.field-textarea{width:100%;padding:.78rem .95rem;font-size:.93rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:var(--sans);transition:border-color .18s ease,background-color .18s ease}.field-input:focus,.field-textarea:focus{outline:none;background:var(--surface);border-color:var(--accent)}.field-input::placeholder,.field-textarea::placeholder{color:var(--secondary)}.field-textarea{resize:vertical;min-height:60px;line-height:1.5}.dest-search{position:relative}.dest-results{margin-top:.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;max-height:280px;overflow-y:auto}.dest-results li button{width:100%;text-align:left;padding:.7rem .95rem;font-size:.88rem;color:var(--text);border-bottom:1px solid var(--border);transition:background-color .15s ease}.dest-results li:last-child button{border-bottom:none}.dest-results li button:hover{background:var(--bg-soft);color:var(--accent-ink)}.dest-selected{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1.1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg)}.dest-selected div{display:flex;flex-direction:column;gap:.2rem}.dest-selected strong{font-size:.96rem;font-weight:500;color:var(--text)}.rates{display:flex;flex-direction:column;gap:.6rem}.rate{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);cursor:pointer;transition:border-color .18s ease,background-color .18s ease}.rate:hover{border-color:var(--accent-soft)}.rate.selected{border-color:var(--accent);background:#a162070f}.rate-meta{display:flex;flex-direction:column;gap:.15rem}.rate-meta strong{font-size:.95rem;font-weight:500;color:var(--text)}.rate-meta span{font-size:.8rem;color:var(--secondary)}.rate-etd{font-size:.78rem!important;color:var(--accent-ink)!important}.rate-cost{font-size:1rem;font-weight:600;color:var(--text);letter-spacing:-.005em}.voucher-form{display:flex;align-items:stretch;gap:.6rem}.voucher-form .field-input{flex:1;text-transform:uppercase;letter-spacing:.05em}.voucher-applied{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border:1px solid rgba(161,98,7,.3);background:#a162070f;border-radius:var(--radius)}.voucher-applied>div{display:flex;flex-direction:column;gap:.2rem}.voucher-applied strong{font-family:var(--serif);font-size:1.1rem;font-weight:500;color:var(--text);letter-spacing:.04em}.voucher-applied-disc{font-size:.8rem;color:var(--accent-ink)}.payments{display:flex;flex-direction:column;gap:.6rem}.payment{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);transition:border-color .18s ease,background-color .18s ease}.payment:hover{border-color:var(--accent-soft)}.payment.selected{border-color:var(--accent);background:#a162070f}.payment label{display:flex;align-items:center;gap:.85rem;padding:1rem 1.1rem;cursor:pointer;width:100%}.payment input[type=radio]{width:18px;height:18px;accent-color:var(--accent);flex-shrink:0}.payment label>div{display:flex;flex-direction:column;gap:.2rem}.payment label strong{font-size:.95rem;font-weight:500;color:var(--text)}.payment label span{font-size:.8rem;color:var(--secondary)}.checkout-summary{position:sticky;top:6rem}.summary-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;display:flex;flex-direction:column;gap:1.1rem}.summary-title{font-family:var(--serif);font-size:1.4rem;font-weight:500;letter-spacing:-.01em}.summary-items{display:flex;flex-direction:column;gap:.85rem;padding-bottom:1.1rem;border-bottom:1px solid var(--border)}.summary-items li{display:grid;grid-template-columns:56px 1fr;gap:.85rem;align-items:center}.summary-item-image{position:relative;width:56px;height:56px;background:var(--bg-soft);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.summary-item-image img{width:100%;height:100%;object-fit:cover}.summary-item-qty{position:absolute;top:-6px;right:-6px;min-width:22px;height:22px;padding:0 .35rem;background:var(--text);color:var(--bg);font-size:.7rem;font-weight:600;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.summary-item-body{display:flex;flex-direction:column;gap:.2rem}.summary-item-flash{color:var(--accent);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.summary-item-body span{font-size:.88rem;color:var(--text);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.summary-item-body strong{font-size:.92rem;font-weight:600;color:var(--text);letter-spacing:-.005em}.summary-rows{display:flex;flex-direction:column;gap:.55rem}.summary-row{display:flex;justify-content:space-between;align-items:baseline;font-size:.9rem;color:var(--text-soft)}.summary-row-disc{color:var(--accent-ink)}.summary-row-total{padding-top:.85rem;margin-top:.5rem;border-top:1px solid var(--border);font-size:1rem;color:var(--text);font-weight:500}.summary-row-total strong{font-family:var(--serif);font-size:1.5rem;font-weight:500;letter-spacing:-.01em}.summary-cta{width:100%}.summary-note{font-size:.78rem;color:var(--secondary);line-height:1.5;margin-top:.4rem}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2b2b2b8c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:60;animation:confirmFade .18s ease}@keyframes confirmFade{0%{opacity:0}to{opacity:1}}.confirm-modal{background:var(--bg);border-radius:var(--radius-lg);padding:2rem 1.85rem 1.85rem;max-width:480px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg);animation:confirmRise .22s ease}@keyframes confirmRise{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}.confirm-modal h3{font-family:var(--serif);font-size:1.6rem;font-weight:500;letter-spacing:-.015em;line-height:1.2;margin-top:.5rem}.confirm-list{display:flex;flex-direction:column;gap:.85rem;margin:1.5rem 0 1.25rem;padding:1.1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.confirm-list>div{display:grid;grid-template-columns:100px 1fr;gap:1rem;align-items:baseline;font-size:.88rem}.confirm-list dt{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--secondary)}.confirm-list dd{color:var(--text);line-height:1.5}.confirm-list dd span{font-size:.82rem;color:var(--secondary)}.confirm-totals{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.confirm-totals>div{display:flex;justify-content:space-between;font-size:.9rem;color:var(--text-soft)}.confirm-totals-final{border-top:1px solid var(--border);padding-top:.75rem;margin-top:.25rem;font-size:1rem!important;color:var(--text)!important}.confirm-totals-final strong{font-family:var(--serif);font-size:1.45rem;font-weight:500;letter-spacing:-.01em}.confirm-actions{display:flex;gap:.6rem;justify-content:flex-end;flex-wrap:wrap;align-items:center}.confirm-error{flex:1 1 100%;margin:0;padding:.7rem .9rem;background:#b43c3c14;border-radius:6px;font-size:.85rem;color:#8a2a2a;line-height:1.4}@media (max-width: 900px){.checkout-grid{grid-template-columns:1fr}.checkout-summary{position:static}}@media (max-width: 600px){.checkout{padding:1.5rem 1rem 4rem}.checkout-section{padding:1.4rem 1.2rem}.checkout-fields{grid-template-columns:1fr}.voucher-form{flex-direction:column}.confirm-list>div{grid-template-columns:1fr;gap:.2rem}.confirm-actions{flex-direction:column-reverse}.confirm-actions>button{width:100%}}.os{padding:3.5rem 1.5rem 5rem;background:var(--surface-muted);min-height:70vh}.os-inner{max-width:1080px;margin:0 auto}.os-head{text-align:center;max-width:36rem;margin:0 auto 2.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.os-mark{width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface);color:var(--accent);border-radius:999px;border:1px solid var(--border-strong);margin-bottom:.4rem}.os-head h1{font-family:var(--serif);font-size:clamp(1.8rem,3.4vw,2.6rem);font-weight:500;letter-spacing:-.015em;line-height:1.1;margin-top:.4rem}.os-head p{margin-top:.6rem;font-size:.95rem;color:var(--text-soft);line-height:1.6}.os-head strong{color:var(--text)}.os-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:1.5rem;align-items:start}.os-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem}.os-card-action{display:flex;flex-direction:column;gap:.85rem}.os-card-title{font-family:var(--serif);font-size:1.35rem;font-weight:500;letter-spacing:-.01em;margin-bottom:.4rem}.os-items{display:flex;flex-direction:column;gap:.85rem;padding-bottom:1.1rem;border-bottom:1px solid var(--border);margin-bottom:1.1rem}.os-items li{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:.92rem}.os-items li>div{display:flex;flex-direction:column;gap:.15rem}.os-items li strong{font-family:var(--serif);font-size:1.02rem;font-weight:500;color:var(--text)}.os-items li span{font-size:.8rem;color:var(--secondary)}.os-items-strike{color:var(--secondary);font-size:.78rem;margin-left:.4rem}.os-totals{display:flex;flex-direction:column;gap:.55rem}.os-totals>div{display:flex;justify-content:space-between;font-size:.9rem;color:var(--text-soft)}.os-totals dt{color:var(--text-soft)}.os-totals dd{color:var(--text)}.os-totals-final{padding-top:.85rem;margin-top:.35rem;border-top:1px solid var(--border);font-size:1rem!important}.os-totals-final dt{font-family:var(--serif);font-size:1.05rem;color:var(--text)!important;font-weight:500}.os-totals-final dd{font-family:var(--serif);font-size:1.5rem;font-weight:500;letter-spacing:-.01em;color:var(--text)}.os-instruction{font-size:.95rem;color:var(--text-soft);line-height:1.6}.os-instruction strong{color:var(--text)}.os-instruction-soft{font-size:.85rem;color:var(--secondary);line-height:1.55;padding:.85rem 1rem;background:var(--bg-soft);border-radius:var(--radius)}.os-accounts{display:flex;flex-direction:column;gap:.6rem}.os-accounts li{padding:.95rem 1.1rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;gap:.2rem}.os-accounts strong{font-family:var(--sans);font-size:1.15rem;font-weight:600;color:var(--text);letter-spacing:.03em;font-variant-numeric:tabular-nums}.os-accounts li>span:last-child{font-size:.83rem;color:var(--secondary)}.os-card-action .btn-primary,.os-card-action .btn-ghost{width:100%}.os-dismiss{width:100%;margin-top:.25rem;background:transparent;border:none;padding:.45rem .5rem;font-family:var(--sans);font-size:.8rem;color:var(--secondary);text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:color .15s ease}.os-dismiss:hover{color:var(--text)}@media (max-width: 900px){.os-grid{grid-template-columns:1fr}}@media (max-width: 600px){.os{padding:2rem 1rem 4rem}.os-card{padding:1.4rem 1.2rem}}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.splash-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#faf8f5;z-index:9999;transition:opacity .4s ease}.splash-screen.fade-out{opacity:0;pointer-events:none}.splash-loader{width:80px;height:50px;position:relative}.splash-load{background-color:#8b7355;border-radius:50px;display:block;height:16px;width:16px;bottom:0;position:absolute;transform:translate(64px);animation:splash-loading 3.5s ease both infinite}.splash-load:before{position:absolute;content:"";width:100%;height:100%;background-color:#c4a882;border-radius:inherit;animation:splash-loading2 3.5s ease both infinite}@keyframes splash-loading{0%{width:16px;transform:translate(0)}40%{width:100%;transform:translate(0)}80%{width:16px;transform:translate(64px)}90%{width:100%;transform:translate(0)}to{width:16px;transform:translate(0)}}@keyframes splash-loading2{0%{transform:translate(0);width:16px}40%{transform:translate(0);width:80%}80%{width:100%;transform:translate(0)}90%{width:80%;transform:translate(15px)}to{transform:translate(0);width:16px}}
