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