*{box-sizing:border-box}body,html{margin:0;min-height:100vh}body{background:radial-gradient(circle at top,rgba(215,21,91,.08),transparent 32%),linear-gradient(180deg,#fdf8f1,#f7efe6);color:#171717;font-family:var(--font-sans),sans-serif}:root{--surface:rgba(255,255,255,0.82);--surface-border:rgba(95,75,45,0.1);--accent:#d7155b;--accent-dark:#b8124d;--secondary:#17826e;--secondary-dark:#126657;--text-muted:#6b675f}.error-page{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;min-height:100vh;padding:40px 24px;text-align:center}.admin-page{display:grid;grid-gap:32px;gap:32px;min-height:100vh;padding:40px 24px 72px;max-width:1440px;margin:0 auto}.admin-layout{display:grid;grid-template-columns:1fr 320px;grid-gap:24px;gap:24px;align-items:start}.admin-main{display:grid;grid-gap:32px;gap:32px;min-width:0}.admin-side-panel{display:flex;flex-direction:column;gap:14px;padding:20px;border:1px solid var(--surface-border);border-radius:12px;background:var(--surface);position:-webkit-sticky;position:sticky;top:24px;max-height:calc(100vh - 48px);overflow:hidden}.admin-side-panel-header{display:flex;align-items:center;gap:8px;flex-shrink:0}.admin-side-panel-header h2{margin:0;font-size:1rem}.admin-live-dot{width:8px;height:8px;border-radius:50%;background:#16a34a;box-shadow:0 0 0 3px rgba(22,163,74,.18)}.admin-activity-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:12px;gap:12px;flex:1 1 auto;min-height:0;overflow-y:auto}.admin-activity-item{display:flex;gap:10px;align-items:flex-start;animation:card-enter .32s cubic-bezier(.22,1,.36,1) both}.admin-activity-icon{flex-shrink:0}.admin-activity-copy p{margin:0;font-size:.88rem;line-height:1.35}.admin-activity-meta{font-size:.75rem;color:var(--text-muted)}@media (max-width:860px){.admin-layout{grid-template-columns:1fr}.admin-side-panel{position:static;max-height:none}.admin-section-pair{grid-template-columns:1fr}}.admin-section-pair{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;align-items:start}.admin-page-header{display:flex;align-items:center;gap:20px}.admin-page-header h1{margin:0;font-family:var(--font-display),serif}.admin-section{display:grid;grid-gap:12px;gap:12px}.admin-section h2{margin:0;font-size:1.1rem}.admin-empty-copy{margin:0;color:var(--text-muted)}.admin-grid-wrap{overflow-x:auto;border:1px solid var(--surface-border);border-radius:12px;background:var(--surface)}.admin-grid{width:100%;border-collapse:collapse;font-size:.85rem;white-space:nowrap}.admin-grid td,.admin-grid th{padding:8px 12px;text-align:left;border-bottom:1px solid var(--surface-border)}.admin-grid th{position:-webkit-sticky;position:sticky;top:0;background:rgba(255,255,255,.95);font-weight:600;color:var(--text-muted)}.admin-grid tbody tr:hover{background:rgba(215,21,91,.05)}.admin-sort-button{all:unset;cursor:pointer;display:inline-flex;align-items:center;gap:4px;font:inherit;color:inherit}.admin-sort-button:hover{color:var(--accent-dark)}.admin-sort-indicator{font-size:.65rem;width:8px;display:inline-block}.admin-total-row td{font-weight:600;border-bottom:none}.funnel-chart{display:grid;grid-gap:16px;gap:16px;padding:20px;border:1px solid var(--surface-border);border-radius:12px;background:var(--surface)}.funnel-row{display:grid;grid-gap:6px;gap:6px}.funnel-row-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:.9rem}.funnel-label{font-weight:600}.funnel-value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.funnel-conversion,.funnel-value{color:var(--text-muted)}.funnel-track{height:28px;border-radius:8px;background:rgba(95,75,45,.08);overflow:hidden}.funnel-bar{height:100%;border-radius:8px;transition:width .32s ease}.funnel-bar--stage-0{background:rgba(215,21,91,.35)}.funnel-bar--stage-1{background:rgba(215,21,91,.75)}.funnel-bar--stage-2{background:rgba(23,130,110,.55)}.funnel-bar--stage-3{background:var(--secondary)}.trend-chart{display:flex;align-items:flex-end;gap:10px;padding:20px 16px 16px;border:1px solid var(--surface-border);border-radius:12px;background:var(--surface);overflow-x:auto}.trend-bar-col{display:grid;grid-template-rows:16px 140px auto auto;align-items:flex-end;justify-items:center;grid-gap:6px;gap:6px;min-width:52px;flex:1 1}.trend-bar-value{font-size:.7rem;color:var(--text-muted);white-space:nowrap}.trend-bar-track{width:100%;height:100%;display:flex;align-items:flex-end;background:rgba(95,75,45,.08);border-radius:6px;overflow:hidden}.trend-bar-fill{width:100%;background:var(--accent);border-radius:6px 6px 0 0;transition:height .32s ease}.trend-bar-label{font-size:.72rem;color:var(--text-muted);white-space:nowrap}.trend-bar-orders{font-size:.7rem;font-weight:600;white-space:nowrap}.admin-grid tr.search-row--zero{background:rgba(215,21,91,.06)}.search-zero-badge{display:inline-block;padding:1px 8px;border-radius:999px;background:rgba(215,21,91,.12);color:var(--accent-dark);font-size:.72rem;font-weight:600;white-space:nowrap}.catalog-page{display:grid;grid-gap:42px;gap:42px;min-height:100vh;padding:56px 24px 72px}.catalog-hero,.product-section,.site-footer-bar,.site-header{width:min(100%,1120px);margin:0 auto}.site-footer-bar{justify-content:space-between;gap:12px;padding:24px 8px;border-top:1px solid var(--surface-border)}.site-footer-bar,.site-footer-right{display:flex;align-items:center;flex-wrap:wrap}.site-footer-right{gap:16px}.site-footer-copy,.site-footer-links{font-size:.8rem;color:var(--text-muted)}.site-footer-links a{color:var(--text-muted);text-decoration:underline;text-underline-offset:3px}.site-footer-links a:hover{color:var(--text)}.site-footer-legal{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.8rem}.footer-legal-link{background:none;border:none;padding:0;font:inherit;font-size:.8rem;color:var(--text-muted);cursor:pointer;text-decoration:underline;text-underline-offset:3px}.footer-legal-link:hover{color:var(--text)}.legal-tabs{display:flex;gap:6px;border-bottom:1px solid var(--surface-border);padding-bottom:12px;margin-bottom:4px}.legal-tab{background:none;border:1px solid transparent;border-radius:999px;padding:5px 14px;font:inherit;font-size:.85rem;color:var(--text-muted);cursor:pointer;transition:all .15s}.legal-tab:hover{color:var(--text)}.legal-tab.active{background:var(--surface);border-color:var(--surface-border);color:var(--text);font-weight:600}.legal-body{display:grid;grid-gap:12px;gap:12px;font-size:.875rem;line-height:1.7;color:var(--text-muted)}.legal-body h4{font-size:.875rem;font-weight:700;margin-top:4px}.legal-body h4,.legal-body strong{color:var(--text)}.legal-body ul{display:grid;grid-gap:6px;gap:6px;padding-left:18px}.legal-body a{color:var(--text);text-underline-offset:3px}.site-header{position:-webkit-sticky;position:sticky;top:18px;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border:1px solid var(--surface-border);border-radius:999px;background:rgba(255,250,244,.86);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 16px 40px rgba(62,39,16,.08)}.site-header .brand-lockup{margin-bottom:0}@keyframes hero-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.catalog-hero{display:grid;grid-gap:18px;gap:18px;padding:40px;border:1px solid var(--surface-border);border-radius:32px;background:var(--surface);box-shadow:0 18px 50px rgba(62,39,16,.08);animation:hero-enter .52s cubic-bezier(.22,1,.36,1) both}@media (prefers-reduced-motion:reduce){.catalog-hero{animation:none}}.brand-lockup{display:inline-flex;align-items:center;gap:10px;margin-bottom:10px;text-decoration:none;color:inherit}.brand-icon{width:42px;height:42px;border-radius:50%;object-fit:cover;box-shadow:0 8px 20px rgba(215,21,91,.18)}.brand-name{font-size:.92rem;font-weight:600;letter-spacing:-.02em;color:#5a554d}.header-actions{display:flex;align-items:center;gap:10px}.header-account-button{align-items:center;background:none;border:none;color:var(--color-text);cursor:pointer;display:flex;font:inherit;font-size:.875rem;font-weight:600;gap:8px;padding:6px 10px}.header-account-button:hover{opacity:.75}.header-account-avatar{align-items:center;background:var(--secondary);border-radius:50%;color:#fff;display:flex;font-size:.7rem;font-weight:700;height:28px;justify-content:center;letter-spacing:.02em;width:28px;flex-shrink:0}.profile-card{align-items:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;display:flex;gap:14px;padding:16px}.profile-avatar-large{align-items:center;background:var(--secondary);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;font-weight:700;height:52px;justify-content:center;letter-spacing:.02em;width:52px}.profile-info{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-name{font-size:1rem;font-weight:700}.profile-email,.profile-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-email{color:var(--color-muted);font-size:.875rem}.profile-usertype{font-size:.78rem;font-weight:600;color:var(--accent-dark);letter-spacing:.04em}.profile-actions{display:flex;flex-direction:column;gap:10px}.profile-warning-card{display:grid;grid-gap:12px;gap:12px;padding:16px;border:1px solid rgba(192,57,43,.2);border-radius:16px;background:rgba(192,57,43,.08)}.profile-warning-title{font-weight:700}.profile-warning-copy{color:var(--text-muted);line-height:1.6}.profile-warning-actions{display:flex;flex-wrap:wrap;gap:10px}.place-order-button--danger{background:#c0392b}.place-order-button--danger:hover{background:#a93226}.danger-text-button{background:none;border:none;padding:0;font:inherit;font-size:.8rem;color:var(--text-muted);cursor:pointer;text-align:center;text-decoration:underline;text-underline-offset:3px;transition:color .15s}.danger-text-button:hover:not(:disabled){color:#c0392b}.danger-text-button:disabled{opacity:.4;cursor:not-allowed}.auth-error{color:#c0392b;font-size:.875rem;margin:0}.login-dialog-footer{margin:0;text-align:center;font-size:.92rem;color:var(--text-muted)}.login-dialog-link{border:0;background:transparent;color:var(--accent-dark);font:inherit;font-size:.92rem;font-weight:700;cursor:pointer;text-decoration:underline;text-underline-offset:3px;padding:0}.login-dialog-link:focus-visible{outline:3px solid rgba(215,21,91,.35);outline-offset:2px}.header-about-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border:0;border-radius:999px;background:transparent;color:#2a211b;font:inherit;font-weight:600;cursor:pointer;transition:background .14s ease}.header-about-button:hover{background:rgba(95,75,45,.07)}.header-about-button:focus-visible{outline:3px solid rgba(215,21,91,.35);outline-offset:2px}.about-countries{display:grid;grid-gap:12px;gap:12px;padding:18px 20px;border-radius:22px;background:rgba(215,21,91,.04);border:1px solid var(--surface-border)}.about-country-row{display:flex;align-items:center;gap:14px}.about-country-flag{font-size:1.8rem;line-height:1;flex-shrink:0}.about-country-row strong{display:block;font-size:.95rem;letter-spacing:-.02em}.about-country-row p{margin:2px 0 0;font-size:.85rem;color:var(--text-muted)}.header-login-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border:1px solid var(--surface-border);border-radius:999px;background:transparent;color:#2a211b;font:inherit;font-weight:700;cursor:pointer;transition:background .14s ease,border-color .14s ease}.header-login-button:hover{background:rgba(255,255,255,.82);border-color:rgba(215,21,91,.2)}.header-login-button:focus-visible{outline:3px solid rgba(215,21,91,.35);outline-offset:2px}.header-cart-button{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:0 10px 0 16px;border:1px solid rgba(215,21,91,.14);border-radius:999px;background:#ffffff;color:#2a211b;font:inherit;font-weight:700;cursor:pointer;text-decoration:none;box-shadow:0 8px 24px rgba(62,39,16,.08)}.header-cart-count,.header-cart-icon{display:inline-flex;align-items:center;justify-content:center}.header-cart-count{min-width:28px;min-height:28px;padding:0 8px;border-radius:999px;background:var(--accent);color:#ffffff;font-size:.82rem}.catalog-eyebrow{font-size:.82rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-dark)}.catalog-hero h1{margin:0;max-width:11ch;font-size:clamp(3rem,7vw,5.25rem);font-weight:700;letter-spacing:-.06em;line-height:.96}.catalog-hero p{margin:0;max-width:58ch;font-size:clamp(1.05rem,2.5vw,1.25rem);line-height:1.55;color:var(--text-muted)}.hero-search{flex-wrap:wrap;margin-top:10px}.hero-search,.hero-search-field{display:flex;gap:12px;align-items:center}.hero-search-field{flex:1 1 420px;min-height:58px;padding:0 18px;border:1px solid var(--surface-border);border-radius:999px;background:rgba(255,255,255,.92);box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}.hero-search-icon{display:inline-flex;align-items:center;justify-content:center;color:#766c63}.hero-search-field input{flex:1 1;border:0;background:transparent;color:#231c16;font:inherit;outline:none}.hero-search-field input::-webkit-search-cancel-button{display:none}.hero-search-field input::placeholder{color:#8a8177}.filter-toggle-button{display:inline-flex;align-items:center;gap:7px;min-height:58px;padding:0 22px;border:1px solid var(--surface-border);border-radius:999px;background:rgba(255,255,255,.92);color:#2a211b;font:inherit;font-size:.92rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease}.filter-toggle-button:hover{border-color:rgba(215,21,91,.3);background:#ffffff}.filter-toggle-button.active{border-color:var(--accent);background:rgba(215,21,91,.08);color:var(--accent-dark);box-shadow:0 0 0 3px rgba(215,21,91,.12)}.filter-toggle-button:focus-visible{outline:3px solid rgba(215,21,91,.35);outline-offset:2px}.filter-toggle-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--accent);color:#fff;font-size:.72rem;font-weight:700;line-height:1}.filter-bar{display:grid;grid-gap:12px;gap:12px}.filter-countries{display:flex;flex-wrap:wrap;gap:8px}.filter-pill{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 16px;border:1px solid var(--surface-border);border-radius:999px;background:rgba(255,255,255,.82);color:#2a211b;font:inherit;font-size:.92rem;font-weight:600;cursor:pointer;animation:card-enter .32s cubic-bezier(.22,1,.36,1) both;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease}.filter-pill:hover{border-color:rgba(215,21,91,.3);background:#ffffff}.filter-pill.active{border-color:var(--accent);background:rgba(215,21,91,.08);color:var(--accent-dark);box-shadow:0 0 0 3px rgba(215,21,91,.12)}.filter-pill:focus-visible{outline:3px solid rgba(215,21,91,.35);outline-offset:2px}.filter-categories{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding-top:12px;border-top:1px solid var(--surface-border)}.filter-clear-button{display:inline-flex;align-items:center;min-height:46px;padding:0 18px;border:1px solid rgba(215,21,91,.3);border-radius:999px;background:transparent;color:var(--accent-dark);font:inherit;font-size:.92rem;font-weight:700;cursor:pointer;transition:background .14s ease}.filter-clear-button:hover{background:rgba(215,21,91,.06)}.filter-clear-button:focus-visible{outline:3px solid rgba(215,21,91,.35);outline-offset:2px}.hero-search-clear{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border:0;border-radius:999px;background:rgba(95,75,45,.1);color:#6b675f;cursor:pointer;transition:background .14s ease,color .14s ease}.hero-search-clear:hover{background:rgba(215,21,91,.1);color:var(--accent-dark)}.hero-search-clear:focus-visible{outline:3px solid rgba(215,21,91,.35);outline-offset:2px}.product-section{display:grid;grid-gap:22px;gap:22px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.section-heading>div{display:grid;grid-gap:8px;gap:8px}.section-heading h2{margin:0;font-size:clamp(1.8rem,4vw,2.6rem);letter-spacing:-.05em}.section-heading p{margin:0;color:var(--text-muted)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px}@keyframes card-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.product-card{display:grid;border-radius:24px;background:var(--surface);box-shadow:0 14px 36px rgba(62,39,16,.06);animation:card-enter .46s cubic-bezier(.22,1,.36,1) both}@media (prefers-reduced-motion:reduce){.admin-activity-item,.cart-item,.filter-pill,.product-card{animation:none}}.product-card-button{display:grid;grid-gap:14px;gap:14px;width:100%;padding:18px;border:1px solid var(--surface-border);border-radius:24px;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.product-card-button:hover{transform:translateY(-2px);border-color:rgba(215,21,91,.22);box-shadow:0 16px 34px rgba(62,39,16,.08)}.product-card-button:focus-visible{outline:3px solid rgba(215,21,91,.26);outline-offset:3px}.product-photo-placeholder{display:grid;place-items:center;min-height:180px;border-radius:18px;overflow:hidden;color:rgba(255,255,255,.92);font-size:.95rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.product-placeholder-flag{font-size:2.4rem;line-height:1;filter:drop-shadow(0 2px 8px rgba(0,0,0,.18))}.product-placeholder-flag--large{font-size:3.8rem}.sunset-red{background:linear-gradient(135deg,rgba(255,255,255,.18),transparent),linear-gradient(135deg,#ef4444,#be123c)}.gold{background:linear-gradient(135deg,rgba(255,255,255,.22),transparent),linear-gradient(135deg,#f59e0b,#d97706)}.forest{background:linear-gradient(135deg,rgba(255,255,255,.2),transparent),linear-gradient(135deg,#16a34a,#166534)}.amber{background:linear-gradient(135deg,rgba(255,255,255,.2),transparent),linear-gradient(135deg,#f97316,#c2410c)}.cocoa{background:linear-gradient(135deg,rgba(255,255,255,.18),transparent),linear-gradient(135deg,#a16207,#5b3716)}.jade{background:linear-gradient(135deg,rgba(255,255,255,.2),transparent),linear-gradient(135deg,#14b8a6,#0f766e)}.stone{background:linear-gradient(135deg,rgba(255,255,255,.22),transparent),linear-gradient(135deg,#78716c,#44403c)}.product-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-category{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:rgba(215,21,91,.08);color:var(--accent-dark);font-size:.8rem;font-weight:700;letter-spacing:.02em}.product-price{font-weight:700;letter-spacing:-.03em}.product-card h3{margin:0;font-size:1.2rem;letter-spacing:-.04em}.product-card p{margin:0;color:var(--text-muted);line-height:1.55}.cart-panel-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.cart-panel-label{margin:0 0 6px;color:var(--accent-dark);font-size:.82rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.cart-panel-header h3{margin:0;font-size:clamp(2rem,5vw,3rem);letter-spacing:-.05em;line-height:.98}.cart-item-list{display:grid;grid-gap:14px;gap:14px}.cart-item{display:grid;grid-template-columns:112px 1fr;grid-gap:14px;gap:14px;padding:14px;border:1px solid var(--surface-border);border-radius:22px;background:rgba(255,255,255,.82);animation:card-enter .36s cubic-bezier(.22,1,.36,1) both}.cart-item-photo{min-height:112px}.cart-item-photo span{font-size:.72rem}.cart-item-copy{display:grid;grid-gap:12px;gap:12px}.cart-item-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.cart-item-topline h4{margin:0;font-size:1rem;letter-spacing:-.03em}.cart-item-topline p{margin:4px 0 0;color:var(--text-muted);font-size:.92rem}.cart-item-topline strong{white-space:nowrap}.cart-item-controls{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.cart-item-controls button,.cart-item-controls span{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border-radius:999px}.cart-item-controls button{min-width:38px;padding:0 14px;border:1px solid var(--surface-border);background:#ffffff;color:#231c16;font:inherit;font-weight:700;cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.cart-item-controls button:hover{transform:translateY(-1px);border-color:rgba(215,21,91,.24)}.cart-item-controls button:focus-visible{outline:3px solid rgba(215,21,91,.35);outline-offset:2px;box-shadow:0 0 0 6px rgba(215,21,91,.15)}.cart-item-controls span{min-width:42px;padding:0 12px;background:rgba(215,21,91,.08);color:#4a3427;font-weight:700}.cart-remove-button{margin-left:auto;padding:0 16px;border:1px solid rgba(215,21,91,.22);background:rgba(215,21,91,.06);color:#8b1d3f;font-weight:700;font-size:.88rem}.cart-remove-button:hover{border-color:rgba(215,21,91,.4);background:rgba(215,21,91,.12)}.cart-remove-button:focus-visible{outline:3px solid rgba(215,21,91,.35);outline-offset:2px;box-shadow:0 0 0 6px rgba(215,21,91,.15)}.cart-empty-state{display:grid;grid-gap:16px;gap:16px}.account-choose-panel{display:grid;grid-gap:20px;gap:20px;padding:4px 0}.account-choose-actions{display:grid;grid-gap:10px;gap:10px}.account-back-link{background:none;border:none;color:var(--color-muted);cursor:pointer;font:inherit;font-size:.875rem;padding:0;text-align:center;text-decoration:underline}.account-back-link:hover{color:var(--color-text)}.cart-empty-copy{margin:0;color:var(--text-muted);line-height:1.6}.cart-dialog-footer{display:grid;grid-gap:12px;gap:12px;padding-top:4px}.cart-footer-summary{display:grid;grid-gap:8px;gap:8px;padding:18px 20px;border-radius:22px;background:rgba(215,21,91,.06)}.cart-footer-summary div{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.cart-footer-summary span{color:var(--text-muted);font-size:.9rem}.cart-footer-summary strong{font-size:1.35rem;letter-spacing:-.04em}.cart-footer-summary.compact strong{font-size:1.05rem}.cart-dialog-footer p{margin:0;color:var(--text-muted);font-size:.95rem}.place-order-button{display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-height:54px;padding:0 24px;border-radius:999px;background:var(--accent);color:#ffffff;font:inherit;font-weight:700;border:0;cursor:pointer;text-decoration:none;box-shadow:0 14px 30px rgba(215,21,91,.24);transition:transform .14s ease,background .14s ease,box-shadow .14s ease}.place-order-button:hover{transform:translateY(-1px);background:var(--accent-dark)}.place-order-button:focus-visible{outline:3px solid rgba(215,21,91,.35);outline-offset:2px;box-shadow:0 0 0 6px rgba(215,21,91,.15)}.launch-dialog-content,.order-details-form{display:grid;grid-gap:16px;gap:16px}.order-field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.order-field{display:grid;grid-gap:8px;gap:8px}.checkbox-field{display:flex;align-items:flex-start;gap:10px;font-size:.85rem;color:var(--text-muted);cursor:pointer}.checkbox-field input[type=checkbox]{margin-top:2px;width:16px;height:16px;flex-shrink:0;accent-color:var(--accent);cursor:pointer}.checkbox-field--disabled{opacity:.5;cursor:not-allowed}.checkbox-field--disabled input[type=checkbox]{cursor:not-allowed}.order-field span{font-size:.92rem;font-weight:700}.order-field>input,.order-field>select,.order-field>textarea{width:100%;padding:14px 16px;border:1px solid var(--surface-border);border-radius:18px;background:rgba(255,255,255,.9);color:#231c16;font:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.order-field select{background-image:url("data:image/svg+xml,%3Csvg fill='none' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 9 6 6 6-6' stroke='%236b675f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:44px;cursor:pointer}.order-field>textarea{resize:vertical}.order-field>input:focus-visible,.order-field>select:focus-visible,.order-field>textarea:focus-visible{outline:3px solid rgba(215,21,91,.35);outline-offset:0;border-color:rgba(215,21,91,.4);box-shadow:0 0 0 6px rgba(215,21,91,.1)}.order-form-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:12px;gap:12px}.order-form-actions .auth-error{grid-column:1/-1}.secondary-action-button{display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-height:54px;padding:0 22px;border:1px solid var(--surface-border);border-radius:999px;background:rgba(255,255,255,.82);color:#2a211b;font:inherit;font-weight:700;cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease,background .14s ease}.secondary-action-button:hover{transform:translateY(-1px);border-color:rgba(215,21,91,.24);background:#ffffff}.secondary-action-button:focus-visible{outline:3px solid rgba(215,21,91,.35);outline-offset:2px;box-shadow:0 0 0 6px rgba(215,21,91,.15)}.launch-dialog-content h3,.launch-dialog-content p:not(.cart-panel-label){margin:0}.launch-dialog-copy{color:var(--text-muted);line-height:1.7}.launch-dialog-content .place-order-button{margin:0}.launch-dialog-summary>div{flex-direction:column;align-items:start;gap:4px}.empty-results{display:grid;grid-gap:16px;gap:16px;padding:48px 32px;border:1px dashed rgba(95,75,45,.22);border-radius:28px;background:rgba(255,255,255,.66);text-align:center;justify-items:center}.empty-results-icon{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:18px;background:rgba(215,21,91,.08);color:var(--accent-dark)}.empty-results-copy{display:grid;grid-gap:8px;gap:8px}.empty-results h3{margin:0;font-size:1.4rem;letter-spacing:-.04em}.empty-results p{margin:0;color:var(--text-muted);line-height:1.6}.empty-results-tip{font-size:.88rem;color:var(--text-muted)}.request-product-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 32px;border:1px solid var(--surface-border);border-radius:28px;background:var(--surface);box-shadow:0 8px 24px rgba(62,39,16,.05)}.request-product-card-copy{display:grid;grid-gap:6px;gap:6px}.request-product-card-copy h3{margin:0;font-size:1.15rem;letter-spacing:-.03em}.request-product-card-copy p{margin:0;color:var(--text-muted);font-size:.95rem}.pagination{display:flex;align-items:center;justify-content:space-between;gap:16px}.pagination-pages{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.pagination-link{display:inline-flex;align-items:center;justify-content:center;min-width:46px;min-height:46px;padding:0 18px;border:1px solid var(--surface-border);border-radius:999px;background:rgba(255,255,255,.82);color:#241f1a;font-weight:700;text-decoration:none;transition:transform .14s ease,background .14s ease,color .14s ease,border-color .14s ease}.pagination-link:hover{transform:translateY(-1px);background:#ffffff;border-color:rgba(215,21,91,.24)}.pagination-link.active{background:var(--accent);color:#ffffff;border-color:transparent}.pagination-link.disabled{opacity:.45;pointer-events:none}.pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:46px;min-height:46px;color:var(--text-muted);font-weight:700;letter-spacing:.05em}.product-modal-backdrop{position:fixed;inset:0;display:grid;align-items:center;justify-items:center;padding:32px 24px 24px;overflow:auto;overflow-anchor:none;background:rgba(22,17,11,.56);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;opacity:0;pointer-events:none;transition:opacity .24s cubic-bezier(.22,1,.36,1)}.product-modal-backdrop--visible{opacity:1;pointer-events:auto}.product-modal-wrapper{position:relative;width:min(100%,760px)}.product-modal{display:grid;grid-gap:24px;gap:24px;width:min(100%,760px);max-height:min(88vh,820px);padding:36px;overflow-x:hidden;overflow-y:auto;overflow-anchor:none;border:1px solid rgba(255,255,255,.28);border-radius:28px;background:#fffaf4;box-shadow:0 28px 80px rgba(18,12,8,.28);opacity:0;transform:translateY(16px) scale(.97);transition:opacity .26s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.product-modal--visible{opacity:1;transform:translateY(0) scale(1)}@media (prefers-reduced-motion:reduce){.product-modal,.product-modal-backdrop{transition:none}}.dialog-card{gap:22px}.dialog-card--cart{width:min(100%,760px)}.dialog-card--launch{width:min(100%,640px)}.product-modal-close{position:absolute;top:-20px;right:-4px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:999px;background:rgba(255,255,255,.88);color:#2b241e;font:inherit;font-size:1.1rem;font-weight:800;cursor:pointer;box-shadow:0 10px 24px rgba(44,29,12,.12);transition:transform .14s ease,background .14s ease,box-shadow .14s ease}.product-modal-close:hover{transform:translateY(-1px);background:#ffffff}.product-modal-close:focus-visible{outline:3px solid rgba(215,21,91,.35);outline-offset:2px;box-shadow:0 0 0 6px rgba(215,21,91,.15)}.cart-step-panel{display:grid;grid-gap:18px;gap:18px;align-content:start;min-width:0}.product-modal-photo{min-height:260px}.product-modal-copy{display:grid;grid-gap:16px;gap:16px}.product-modal-copy h3{margin:0;font-size:clamp(2rem,5vw,3rem);letter-spacing:-.05em;line-height:.98}.product-modal-copy p{margin:0;color:var(--text-muted);font-size:1.04rem;line-height:1.7}.product-modal-actions{display:flex;align-items:center;gap:12px}.add-to-cart-button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border:0;border-radius:999px;background:var(--accent);color:#ffffff;font:inherit;font-weight:700;cursor:pointer;box-shadow:0 14px 30px rgba(215,21,91,.24);transition:transform .14s ease,background .14s ease,box-shadow .14s ease}.add-to-cart-button:hover{transform:translateY(-1px);background:var(--accent-dark)}.add-to-cart-button:focus-visible{outline:3px solid rgba(215,21,91,.35);outline-offset:2px;box-shadow:0 0 0 6px rgba(215,21,91,.15)}.add-to-cart-button.added{background:#166534;box-shadow:0 14px 30px rgba(22,101,52,.22)}.product-modal-meta{display:flex;flex-wrap:wrap;gap:10px}.product-modal-meta span{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;background:rgba(215,21,91,.08);color:#5a4230;font-size:.9rem;font-weight:600}.purchase-snackbar{position:fixed;top:24px;right:24px;z-index:999;display:flex;align-items:center;gap:10px;padding:13px 20px;border:1px solid var(--surface-border);border-radius:999px;background:rgba(255,250,244,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 16px 40px rgba(62,39,16,.12);font-size:.88rem;font-weight:600;color:#2a211b;pointer-events:none;opacity:0;transform:translateY(-10px);transition:opacity .32s ease,transform .32s ease}.purchase-snackbar--visible{opacity:1;transform:translateY(0)}.purchase-snackbar-dot{width:8px;height:8px;border-radius:50%;background:#16a34a;flex-shrink:0;box-shadow:0 0 0 3px rgba(22,163,74,.2)}@media (max-width:640px){.catalog-page{padding:28px 16px 48px}.site-header{top:10px;padding:10px 12px}.purchase-snackbar{top:12px;right:12px;padding:10px 16px;font-size:.8rem}.brand-name{display:none}.header-login-button{min-height:40px;padding:0 14px}.header-account-button>span:last-child{display:none}.header-cart-button{min-height:40px;gap:6px;padding:0 8px 0 10px}.catalog-hero{padding:28px 22px;border-radius:24px}.hero-search{align-items:stretch}.hero-search-field{flex-basis:100%}.filter-toggle-button{width:100%;justify-content:center}.section-heading{align-items:start;flex-direction:column}.pagination{flex-direction:column;align-items:center}.pagination-ellipsis,.pagination-link.page-number{min-width:38px;min-height:38px;padding:0 8px;font-size:.85rem}.cart-panel-header{flex-direction:column;align-items:flex-start}.cart-item{grid-template-columns:72px 1fr}.order-form-actions{grid-template-columns:1fr}.order-form-actions button{width:100%}.request-product-card{flex-direction:column;align-items:start;padding:22px}.request-product-card .secondary-action-button{width:100%}.empty-results{padding:36px 22px}.product-modal-backdrop{padding:36px 12px 12px}.product-modal{width:100%;padding:24px;border-radius:24px}.product-modal-photo{min-height:220px}.order-field-row{grid-template-columns:1fr}.product-modal-actions{flex-direction:column}.product-modal-actions .add-to-cart-button,.product-modal-actions .secondary-action-button{width:100%}.cart-item-photo{min-height:72px}}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_73ee6c{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_73ee6c{--font-sans:"Manrope","Manrope Fallback"}@font-face{font-family:Playfair Display;font-style:italic;font-weight:400 900;font-display:swap;src:url(/_next/static/media/19150647d2c2f572-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:italic;font-weight:400 900;font-display:swap;src:url(/_next/static/media/000030d1699f2fb3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:italic;font-weight:400 900;font-display:swap;src:url(/_next/static/media/1926da171a0ba1a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:italic;font-weight:400 900;font-display:swap;src:url(/_next/static/media/78d0dd042ac6d54d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_eea437{font-family:Playfair Display,Playfair Display Fallback}.__variable_eea437{--font-display:"Playfair Display","Playfair Display Fallback"}