:root{--color-bg:#faf7f2;--color-bg-alt:#f1e9db;--color-surface:#fff;--color-text:#211d17;--color-text-muted:#6f6459;--color-border:#e5dcca;--color-brass:#a3271f;--color-brass-dark:#841f19;--color-brass-light:color-mix(in srgb,var(--color-brass),#fff 45%);--color-charcoal:#211d17;--color-charcoal-light:#33291e;--color-accent:#a9792c;--color-accent-dark:#8a6323;--color-success:#2e7d32;--color-error:#a3271f;--color-hero-accent:#aa2c32;--color-button-fill:var(--color-brass);--color-button-fill-text:#fff;--color-footer-bg:#211d17;--color-footer-text:#cfc6b8;--font-body:"Nunito Sans",Arial,Helvetica,sans-serif;--font-display:var(--font-body);--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--shadow-sm:0 1px 2px rgba(33,29,23,.06);--shadow-md:0 6px 20px rgba(33,29,23,.08);--shadow-lg:0 16px 40px rgba(33,29,23,.14)}[data-theme=dark]{--color-bg:#14110e;--color-bg-alt:#1a1611;--color-surface:#201b16;--color-text:#f3ece1;--color-text-muted:#a99c8a;--color-border:#322a22;--color-brass:#ff6b2c;--color-brass-dark:#e8541c;--color-brass-light:#ff8f5c;--color-charcoal:#f3ece1;--color-charcoal-light:#d8ccbb;--color-accent:#c41e3a;--color-accent-dark:#a01830;--color-success:#4caf50;--color-error:#c41e3a;--color-hero-accent:var(--color-brass);--color-button-fill:#ff6b2c;--color-button-fill-text:#14110e;--color-footer-bg:#0e0c0a;--color-footer-text:#a99c8a;--shadow-sm:0 1px 2px rgba(0,0,0,.4);--shadow-md:0 6px 20px rgba(0,0,0,.45);--shadow-lg:0 16px 40px rgba(0,0,0,.55)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display);font-weight:700;line-height:1.15;letter-spacing:-.01em;margin:0 0 .5em}h1{font-size:clamp(2rem,4vw,3rem)}h2{font-size:clamp(1.5rem,3vw,2.1rem)}h3{font-size:1.25rem}p{line-height:1.6}a{color:inherit}img{max-width:100%;display:block}.container{max-width:1400px;margin:0 auto;padding:0 20px}.nav-secondary{background:var(--color-footer-bg);color:var(--color-footer-text);font-size:.85rem}.nav-secondary-inner{display:flex;align-items:center;padding:8px 20px;gap:20px}.nav-secondary-inner a{color:var(--color-footer-text);text-decoration:none;white-space:nowrap}.nav-secondary-inner a:hover{color:var(--color-brass-light)}.nav-secondary-spacer{flex:1 1}.theme-toggle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border-radius:999px;background:transparent;border:1px solid var(--color-footer-text);color:var(--color-footer-text)}.theme-toggle:hover:not(:disabled){background:var(--color-footer-text);color:var(--color-footer-bg);border-color:var(--color-footer-text)}.nav{background:var(--color-footer-bg);color:var(--color-footer-text);position:-webkit-sticky;position:sticky;top:0;z-index:20}.nav-inner{padding:12px 20px;gap:20px;flex-wrap:wrap}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{flex-shrink:0}.nav-logo img{height:46px;width:auto;display:block}.nav-links{display:flex;gap:20px;flex-wrap:wrap;align-items:center;font-size:.9rem;flex-shrink:0}.nav-links a{text-decoration:none;color:var(--color-footer-text);transition:color .15s ease}.nav-links a:hover{color:var(--color-brass-light)}.nav-cart-badge{background:var(--color-accent);color:#fff;border-radius:999px;padding:1px 7px;font-size:.72rem;margin-left:5px}.nav-cart-link{display:flex;align-items:center;gap:6px;text-decoration:none;color:var(--color-footer-text)}.nav-cart-link:hover{color:var(--color-brass-light)}.nav-menu-trigger{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;padding:0;font-size:.9rem;font-weight:400;color:var(--color-footer-text);transition:color .15s ease}.nav-menu-trigger.open,.nav-menu-trigger:hover:not(:disabled){background:transparent;border:none;color:var(--color-brass-light)}.nav-hamburger{display:none;background:transparent;border:none;padding:6px;color:var(--color-footer-text);flex-shrink:0}.nav-hamburger:hover:not(:disabled){background:hsla(0,0%,100%,.08);border:none}.mobile-menu-backdrop,.mobile-menu-panel{display:none}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between}@media (max-width:768px){.nav-hamburger{display:flex;align-items:center}.account-menu,.mega-menu,.nav-orders-link,.nav-secondary{display:none}.nav-inner{gap:12px;padding:10px 16px}.nav-search{order:10;flex-basis:100%;min-width:0}.mobile-menu-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:50}.mobile-menu-panel{display:flex;flex-direction:column;gap:16px;position:fixed;top:0;left:0;bottom:0;width:300px;max-width:85vw;background:var(--color-surface);border-right:1px solid var(--color-border);z-index:51;padding:20px;overflow-y:auto}.mobile-menu-panel,.mobile-menu-panel a,.mobile-menu-panel span{color:var(--color-text)}}.mega-menu{position:absolute;top:100%;left:0;right:0;background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-lg);z-index:30}.mega-menu-inner{display:grid;grid-template-columns:3fr 2fr;grid-gap:40px;gap:40px;padding-top:24px;padding-bottom:16px}.mega-menu-group-title{font-family:var(--font-body);font-weight:600;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-brass-dark);margin:0 0 12px}.mega-menu-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:4px;gap:4px}.mega-menu-item{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:var(--radius-md);text-decoration:none;color:var(--color-text);font-size:.9rem;transition:background .15s ease}.mega-menu-item:hover{background:var(--color-bg-alt);color:var(--color-text)}.mega-menu-item img{width:32px;height:32px;object-fit:cover;border-radius:50%;background:var(--color-bg-alt);border:1px solid var(--color-border);flex-shrink:0}.mega-menu-item-initial{width:32px;height:32px;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-brass-light),var(--color-brass));color:#fff;font-family:var(--font-display);font-size:.9rem;font-weight:700}.mega-menu-footer-link{display:inline-block;margin-bottom:24px;font-size:.9rem;font-weight:600;color:var(--color-brass-dark)}.nav-search{position:relative;flex:1 1;min-width:360px;max-width:none}.nav-search-bar{display:flex;flex-direction:row;align-items:stretch;gap:0;height:38px;border-radius:var(--radius-md)}.nav-search-select-wrap{position:relative;flex-shrink:0;display:flex;align-items:stretch}.nav-search-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:none!important;border-top-left-radius:var(--radius-md);border-bottom-left-radius:var(--radius-md);border-top-right-radius:0;border-bottom-right-radius:0;background:var(--color-brass);color:var(--color-button-fill-text);font-size:.8rem;padding:0 18px 0 8px;width:50px;max-width:50px;height:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;cursor:pointer}.nav-search-select:hover{background:var(--color-brass-dark)}.nav-search-select:focus{outline:none;border:none!important}.nav-search-select-chevron{position:absolute;top:50%;right:8px;transform:translateY(-50%);color:var(--color-button-fill-text);pointer-events:none}.nav-category-dropdown{position:absolute;top:calc(100% + 4px);left:0;z-index:60;list-style:none;margin:0;padding:4px;min-width:200px;max-height:320px;overflow-y:auto;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg)}.nav-category-dropdown li button{display:block;width:100%;text-align:left;padding:8px 10px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--color-text);font-size:.85rem;cursor:pointer}.nav-category-dropdown li button.active,.nav-category-dropdown li button:hover{background:var(--color-bg-alt)}.nav-search-input{border:none!important;border-radius:0!important;background:var(--color-surface);color:var(--color-text);padding:0 14px;font-size:.9rem;flex:1 1;width:auto;min-width:0}.nav-search-input:focus{outline:none;border:none!important}.nav-search-button{border:none!important;border-top-right-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md);border-top-left-radius:0;border-bottom-left-radius:0;background:var(--color-brass);color:var(--color-button-fill-text);padding:0 16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-search-button:hover:not(:disabled){background:var(--color-brass-dark)}.nav-suggest-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:60;max-height:400px;overflow-y:auto;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:6px}.nav-suggest-category{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--color-text);font-size:.85rem;text-align:left;cursor:pointer}.nav-suggest-category:hover{background:var(--color-bg-alt)}.nav-suggest-product{display:flex;align-items:center;gap:10px;padding:6px 10px;border-radius:var(--radius-sm);text-decoration:none;color:var(--color-text)}.nav-suggest-product:hover{background:var(--color-bg-alt)}.nav-suggest-product img,.nav-suggest-product-placeholder{width:32px;height:32px;object-fit:cover;border-radius:var(--radius-sm);background:var(--color-bg-alt);flex-shrink:0}.nav-suggest-empty,.nav-suggest-loading{padding:8px 10px;margin:0;font-size:.85rem;color:var(--color-text-muted)}.account-menu{position:relative;flex-shrink:0}.account-menu-trigger{display:flex;flex-direction:column;align-items:flex-start;background:transparent;border:none;padding:4px 8px;border-radius:var(--radius-sm);color:var(--color-footer-text);line-height:1.3}.account-menu-trigger.open,.account-menu-trigger:hover:not(:disabled){background:hsla(0,0%,100%,.08);border:none;color:var(--color-footer-text)}.account-menu-greeting{font-size:.72rem;color:var(--color-text-muted)}.account-menu-label{display:flex;align-items:center;gap:4px;font-size:.88rem;font-weight:600}.account-menu-panel{position:absolute;top:calc(100% + 8px);right:0;width:260px;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:16px;z-index:30;display:flex;flex-direction:column;gap:10px}.account-menu-panel a{text-decoration:none;color:var(--color-text);font-size:.9rem}.account-menu-panel a:hover{color:var(--color-brass-dark)}.account-menu-hint{font-size:.85rem;color:var(--color-text-muted);margin:0}.account-menu-hint a{font-weight:600}.account-menu-divider{border-top:1px solid var(--color-border);margin:2px 0}.account-menu-soon{font-size:.9rem;color:var(--color-text-muted);display:flex;align-items:center;gap:8px}.badge-soon{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;background:var(--color-bg-alt);color:var(--color-text-muted);padding:2px 6px;border-radius:999px}.section{padding-top:40px;padding-bottom:40px}.auth-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}.auth-card{width:100%;max-width:420px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:36px 32px}.auth-card h1{font-size:1.75rem;margin-bottom:20px;text-align:center}.hero{position:relative;padding:36px 20px 24px;background:linear-gradient(135deg,var(--color-bg-alt) 0,var(--color-bg) 70%);display:flex;align-items:stretch;gap:48px;flex-wrap:wrap}.hero-text{flex:1 1;min-width:280px;display:flex;flex-direction:column;justify-content:center;gap:14px;animation:heroTextIn .5s ease}@keyframes heroTextIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;font-family:var(--font-body);font-weight:700;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-hero-accent);background:color-mix(in srgb,var(--color-brass) 12%,transparent);padding:8px 18px;border-radius:999px}.hero-text h1{display:flex;flex-direction:column;gap:6px;margin:0;color:var(--color-charcoal);font-size:clamp(2.25rem,4vw,3.4rem);font-weight:800;line-height:1.1}.hero-text p{margin:0;max-width:48ch;font-size:1.05rem;font-weight:500;line-height:1.5;color:var(--color-text)}.hero-heading-accent{color:var(--color-hero-accent)}.hero-cta-group{display:flex;gap:14px;flex-wrap:wrap}.hero-cta-group a.button{padding:12px 24px;font-size:1rem;font-weight:700}.hero-eyebrow{display:inline-block;font-family:var(--font-body);font-weight:600;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-brass-dark);margin-bottom:12px}.hero-image{flex:1 1;min-width:280px;display:flex}.hero-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}@media (min-width:769px){.hero-video-carousel{aspect-ratio:auto;height:100%}.hero-text{min-height:445px}}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-gap:22px;gap:22px}.tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:16px;gap:16px}.brand-strip{gap:40px;flex-wrap:wrap;padding:24px 0}.brand-strip,.brand-strip-card{display:flex;align-items:center;justify-content:center}.brand-strip-card{width:190px;height:190px;border-radius:50%;background:var(--color-surface);border:1px solid var(--color-border);padding:32px;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.brand-strip-card:hover{box-shadow:0 10px 24px rgba(0,0,0,.1);transform:translateY(-3px);border-color:var(--color-brass-light)}.brand-strip img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.category-tile{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:20px 14px;display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;color:inherit;text-align:center;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.category-tile:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--color-brass-light)}.category-tile img{width:64px;height:64px;object-fit:cover;border-radius:50%;background:var(--color-bg-alt);border:1px solid var(--color-border)}.category-tile-initial{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-brass-light),var(--color-brass));color:#fff;font-family:var(--font-display);font-size:1.6rem;font-weight:700}.faq-list{display:flex;flex-direction:column;gap:12px;max-width:800px}.faq-item{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);overflow:hidden}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;background:transparent;border:none;color:var(--color-text);font-weight:600;font-size:1rem;text-align:left;cursor:pointer}.faq-chevron{flex-shrink:0;transition:transform .2s ease}.faq-item-open .faq-chevron{transform:rotate(180deg)}.faq-answer{margin:0;padding:0 20px 18px;color:var(--color-text-muted);line-height:1.6}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:14px 14px 48px;display:flex;flex-direction:column;gap:8px;transition:box-shadow .2s ease,transform .2s ease}a.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--color-brass-light)}.card img{object-fit:cover;background:var(--color-bg-alt)}.card img,.card-image-placeholder{width:100%;height:180px;border-radius:var(--radius-sm)}.card-image-placeholder{background:linear-gradient(135deg,var(--color-bg-alt),var(--color-border))}.card-image-placeholder,.card-image-placeholder span{display:flex;align-items:center;justify-content:center}.card-image-placeholder span{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--color-brass-light),var(--color-brass));color:#fff;font-family:var(--font-display);font-size:1.4rem;font-weight:700}.price{font-weight:700;color:var(--color-charcoal)}.price-strike{text-decoration:line-through;color:var(--color-text-muted);margin-right:8px;font-weight:400}.badge{display:inline-block;font-size:.72rem;font-weight:600;padding:3px 8px;background:var(--color-brass);color:#fff;border-radius:999px;letter-spacing:.02em}.badge-sale{background:var(--color-accent)}.add-to-list-wrapper{position:relative}.add-to-list-wrapper-icon{position:absolute;bottom:8px;right:8px;z-index:5}.add-to-list-wrapper-button{width:100%;margin-bottom:8px}.add-to-list-button{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:34px;height:34px;padding:0;border-radius:50%;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);box-shadow:var(--shadow-sm);cursor:pointer;transition:color .15s ease,border-color .15s ease,transform .15s ease}.add-to-list-button svg{flex-shrink:0;width:18px;height:18px}.add-to-list-button:hover{color:var(--color-accent);transform:scale(1.05)}.add-to-list-button.is-saved{color:var(--color-accent);border-color:var(--color-accent)}.add-to-list-button-full{width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.add-to-list-button-full.is-saved{color:var(--color-accent);border-color:var(--color-accent)}.list-picker-popover{position:absolute;top:calc(100% + 8px);right:0;width:220px;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:12px;z-index:30;display:flex;flex-direction:column;gap:6px}.add-to-list-wrapper-button .list-picker-popover{left:0;right:auto;width:100%}.list-picker-option{display:flex;align-items:center;justify-content:space-between;gap:8px;background:none;border:none;border-radius:var(--radius-sm);padding:8px;font-size:.85rem;color:var(--color-text);cursor:pointer;text-align:left}.list-picker-option:hover{background:var(--color-bg-alt)}.list-picker-create{display:flex;gap:6px;border-top:1px solid var(--color-border);padding-top:8px;margin-top:2px}.list-picker-create input{flex:1 1;font-size:.85rem;padding:6px 8px}.list-picker-create button{display:flex;align-items:center;justify-content:center;width:30px;padding:0;flex-shrink:0}.list-sidebar-item{display:flex;align-items:center;justify-content:space-between;gap:8px;background:none;border:1px solid transparent;border-radius:var(--radius-sm);padding:10px 12px;font-size:.9rem;color:var(--color-text);cursor:pointer;text-align:left}.list-sidebar-item.active,.list-sidebar-item:hover{background:var(--color-bg-alt)}.list-sidebar-item.active{border-color:var(--color-brass-light);font-weight:600}.list-header{justify-content:space-between;gap:12px;margin-bottom:12px}.list-header,.list-header-title{display:flex;flex-wrap:wrap;align-items:center}.list-header-title{gap:10px}.list-header-actions{display:flex;align-items:center;gap:8px}.avatar-circle{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--color-brass-light),var(--color-brass));color:#fff;font-size:.7rem;font-weight:700}.list-menu{position:relative}.invite-form{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:16px}.invite-form input{flex:1 1;min-width:200px}.list-collaborators{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.collaborator-chip{display:inline-flex;align-items:center;gap:6px;background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:999px;padding:4px 10px;font-size:.8rem}.collaborator-chip button{display:inline-flex;background:none;border:none;padding:0;color:var(--color-text-muted);cursor:pointer}.list-toolbar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.list-toolbar input{flex:1 1;min-width:200px}.list-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-gap:22px;gap:22px}.list-items-list{gap:12px}.list-item-card,.list-items-list{display:flex;flex-direction:column}.list-item-card{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:14px;gap:10px;background:var(--color-surface)}.list-item-card-row{flex-direction:row;align-items:flex-start}.list-item-image{display:block}.list-item-card:not(.list-item-card-row) .list-item-image .card-image-placeholder,.list-item-card:not(.list-item-card-row) .list-item-image img{width:100%;height:160px;object-fit:cover;border-radius:var(--radius-sm)}.list-item-card-row .list-item-image{flex-shrink:0}.list-item-card-row .list-item-image .card-image-placeholder,.list-item-card-row .list-item-image img{width:100px;height:100px;object-fit:cover;border-radius:var(--radius-sm)}.list-item-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.list-item-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.breadcrumbs{font-size:.85rem;margin-bottom:16px}.breadcrumbs,.breadcrumbs a{color:var(--color-text-muted)}.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{color:var(--color-brass-dark)}.breadcrumbs-sep{margin:0 8px}.section-heading{margin-bottom:24px}.section-heading h2{margin:0}.section-heading .hero-eyebrow{margin-bottom:4px}.section-heading-subtitle{color:var(--color-text-muted);margin:8px 0 0;max-width:560px}.trust-strip{background:var(--color-footer-bg);margin-top:40px}.trust-strip-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:24px;gap:24px;padding-top:22px;padding-bottom:22px;text-align:center}.trust-strip-stat strong{display:block;font-family:var(--font-display);font-size:2.1rem;font-weight:800;line-height:1.15;color:var(--color-brass-light)}.trust-strip-stat span{font-size:.85rem;color:var(--color-footer-text)}.banner{background:var(--color-footer-bg);color:var(--color-footer-text);margin:48px 0}.banner-accent{background:var(--color-accent);color:#f5d9d6}.banner-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-top:40px;padding-bottom:40px;flex-wrap:wrap}.banner-eyebrow{font-weight:600;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-brass-light);margin:0 0 8px}.banner-accent .banner-eyebrow{color:#fff}.banner h2{color:#fff;margin:0 0 8px}.banner p{margin:0;max-width:560px}.banner .button{background:var(--color-brass);border-color:var(--color-brass);color:#fff;white-space:nowrap}.banner .button:hover{background:var(--color-brass-dark);border-color:var(--color-brass-dark)}[data-theme=dark] .banner .button{color:var(--color-button-fill-text)}.heritage{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:48px;gap:48px;align-items:center}.heritage img{width:100%;height:360px;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.heritage-points{list-style:none;padding:0;margin:16px 0 0;display:flex;flex-direction:column;gap:8px}.heritage-points li{display:flex;align-items:center;gap:12px;color:var(--color-text)}.heritage-points li svg{color:var(--color-brass);flex-shrink:0}.newsletter{background:var(--color-bg-alt);border-radius:var(--radius-lg);padding:40px 32px;text-align:center}.newsletter h2{margin:0 0 8px}.newsletter p{color:var(--color-text-muted);margin:0 0 20px}.newsletter-form{display:flex;gap:8px;justify-content:center;max-width:420px;margin:0 auto;flex-wrap:wrap}.newsletter-form input{flex:1 1;min-width:200px}form{gap:14px;max-width:480px}.form-row,form{display:flex;flex-direction:column}.form-row{gap:5px}.form-row-inline{display:flex;align-items:center;gap:8px}.form-inline{display:flex;gap:8px;align-items:flex-end}.filter-toggle{display:inline-flex;align-items:center;gap:8px;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.filter-toggle:hover:not(:disabled){background:var(--color-bg-alt);border-color:var(--color-border);color:var(--color-text)}.products-layout{display:flex;align-items:flex-start;gap:32px}.products-main{flex:1 1;min-width:0}.filter-drawer-backdrop{display:none}.filter-drawer{width:260px;flex-shrink:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:20px;display:flex;flex-direction:column;gap:20px}@media (max-width:768px){.filter-drawer-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:40}.filter-drawer{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85vw;border-radius:0;border:none;border-right:1px solid var(--color-border);z-index:41;overflow-y:auto}}.filter-drawer-header{display:flex;align-items:center;justify-content:space-between}.filter-drawer-close{background:transparent;border:none;color:var(--color-text);padding:4px;width:-moz-fit-content;width:fit-content}.filter-drawer-close:hover:not(:disabled){background:var(--color-bg-alt)}.filter-group{gap:8px}.filter-chip-list,.filter-group{display:flex;flex-direction:column}.filter-chip-list{gap:4px;max-height:220px;overflow-y:auto}.filter-chip-list-inline{flex-direction:row;flex-wrap:wrap;max-height:none;overflow:visible}.filter-chip-list button{text-align:left;padding:8px 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text);font-size:.85rem;cursor:pointer}.filter-chip-list-inline button{border-radius:999px}.filter-chip-list button:hover{background:var(--color-bg-alt)}.filter-chip-list button.active{background:var(--color-brass);border-color:var(--color-brass);color:var(--color-button-fill-text);font-weight:600}.price-slider{position:relative;height:20px;margin-top:8px}.price-slider-track{left:0;right:0;background:var(--color-border)}.price-slider-range,.price-slider-track{position:absolute;top:8px;height:4px;border-radius:2px}.price-slider-range{background:var(--color-brass)}.price-slider input[type=range]{position:absolute;top:0;left:0;width:100%;height:20px;margin:0;background:transparent;-moz-appearance:none;appearance:none;-webkit-appearance:none;pointer-events:none}.price-slider input[type=range]::-webkit-slider-runnable-track{background:transparent}.price-slider input[type=range]::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;pointer-events:auto;width:16px;height:16px;border-radius:50%;background:var(--color-brass);border:2px solid var(--color-surface);box-shadow:var(--shadow-sm);cursor:pointer;margin-top:-6px}.price-slider input[type=range]::-moz-range-track{background:transparent}.price-slider input[type=range]::-moz-range-thumb{pointer-events:auto;width:16px;height:16px;border-radius:50%;background:var(--color-brass);border:2px solid var(--color-surface);box-shadow:var(--shadow-sm);cursor:pointer}.price-slider-labels{display:flex;justify-content:space-between;font-size:.8rem;color:var(--color-text-muted);margin-top:6px}.filter-clear{align-self:flex-start;background:transparent;border:none;color:var(--color-brass);text-decoration:underline;padding:0;font-size:.85rem;cursor:pointer}.filter-clear:hover{color:var(--color-brass-dark)}label{font-size:.88rem;font-weight:600;color:var(--color-charcoal)}input,select,textarea{padding:10px 12px;font-size:1rem;font-family:var(--font-body);border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;background:var(--color-surface);color:var(--color-text);transition:border-color .15s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-brass)}button{padding:10px 20px;font-size:.95rem;font-weight:600;font-family:var(--font-body);cursor:pointer;border:1px solid var(--color-button-fill);background:var(--color-button-fill);color:var(--color-button-fill-text);border-radius:var(--radius-sm);width:-moz-fit-content;width:fit-content;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .1s ease}button:hover:not(:disabled){background:var(--color-brass-dark);border-color:var(--color-brass-dark);box-shadow:var(--shadow-md)}button:active:not(:disabled){transform:translateY(1px)}button.secondary{background:transparent;color:var(--color-charcoal);border:1px solid var(--color-charcoal)}button.secondary:hover:not(:disabled){box-shadow:var(--shadow-md)}a.button,button.secondary:hover:not(:disabled){background:var(--color-button-fill);color:var(--color-button-fill-text)}a.button{display:inline-block;text-decoration:none;padding:10px 20px;font-weight:600;border-radius:var(--radius-sm);border:1px solid var(--color-button-fill);transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}a.button:hover{background:var(--color-brass-dark);border-color:var(--color-brass-dark);color:var(--color-button-fill-text);box-shadow:var(--shadow-md)}a.button.secondary{background:transparent;color:var(--color-charcoal)}a.button.secondary:hover{background:var(--color-button-fill);border-color:var(--color-button-fill);color:var(--color-button-fill-text);box-shadow:var(--shadow-md)}button:disabled{opacity:.5;cursor:not-allowed}button.danger{background:var(--color-accent);border-color:var(--color-accent);color:#fff}button.danger:hover:not(:disabled){background:var(--color-accent-dark);border-color:var(--color-accent-dark)}button.link{background:none;border:none;color:var(--color-brass-dark);text-decoration:underline;padding:0;font-weight:500}.error{color:var(--color-error)}.error,.notice{font-size:.9rem}.notice{background:#fdf3e2;border:1px solid var(--color-brass-light);padding:10px 14px;border-radius:var(--radius-sm)}.success{color:var(--color-success)}table{width:100%;border-collapse:collapse}td,th{border:1px solid var(--color-border);padding:10px;text-align:left;font-size:.9rem}th{background:var(--color-bg-alt);font-weight:600}@media (max-width:768px){table{display:block;overflow-x:auto}}.flex,.flex-between{display:flex;gap:8px;align-items:center}.flex-between{justify-content:space-between;flex-wrap:wrap}.muted{color:var(--color-text-muted);font-size:.9rem}.pagination{align-items:center;margin-top:20px}.pagination,.tabs{display:flex;gap:8px}.tabs{margin-bottom:20px;border-bottom:1px solid var(--color-border)}.tabs button{background:transparent;color:var(--color-text-muted);border:none;border-bottom:2px solid transparent;border-radius:0;padding:8px 4px}.tabs button.active,.tabs button:hover:not(:disabled){background:transparent;color:var(--color-charcoal)}.tabs button.active{border-bottom-color:var(--color-brass)}.footer{background:var(--color-footer-bg);margin-top:64px;padding:56px 20px 0;font-size:.9rem}.footer,.footer a{color:var(--color-footer-text)}.footer a:hover{color:var(--color-brass-light)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:40px;gap:40px;padding-bottom:40px}.footer-brand{display:flex;flex-direction:column;gap:12px}.footer-logo{height:44px;width:auto;align-self:flex-start}.footer-col h3{font-family:var(--font-body);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-footer-text);margin:0 0 18px}.footer-col-links,.footer-contact{display:flex;flex-direction:column;gap:12px;font-size:.9rem}.footer-contact a,.footer-contact span{display:flex;align-items:flex-start;gap:8px}.footer-contact svg{flex-shrink:0;margin-top:2px;color:var(--color-brass-light)}.footer-bottom{border-top:1px solid color-mix(in srgb,var(--color-footer-text) 25%,transparent);padding:20px 0;text-align:center}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;gap:32px}}.product-gallery-main{object-fit:cover;background:var(--color-bg-alt)}.product-gallery-main,.product-gallery-main-placeholder{width:100%;height:420px;border-radius:var(--radius-md);border:1px solid var(--color-border)}.product-gallery-main-placeholder{background:linear-gradient(135deg,var(--color-bg-alt),var(--color-border));display:flex;align-items:center;justify-content:center}.product-gallery-main-placeholder span{width:96px;height:96px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-brass-light),var(--color-brass));color:#fff;font-family:var(--font-display);font-size:2.2rem;font-weight:700}.product-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.product-thumb{width:68px;height:68px;object-fit:cover;border-radius:var(--radius-sm);cursor:pointer;border:1px solid var(--color-border);transition:border-color .15s ease}.product-thumb:hover{border-color:var(--color-brass-light)}.product-thumb.active{border:2px solid var(--color-brass)}.product-info h1{margin-bottom:6px}.product-price{font-size:1.6rem;font-weight:700;color:var(--color-charcoal);margin:14px 0}.status-pill{display:inline-block;padding:2px 10px;border-radius:999px;border:1px solid var(--color-border);font-size:.8rem;font-weight:600}.status-pill-success{border-color:var(--color-success);color:var(--color-success)}.status-pill-danger{border-color:var(--color-accent);color:var(--color-accent)}.status-pill-warning{border-color:var(--color-brass-dark);color:var(--color-brass-dark)}.status-pill-neutral{border-color:var(--color-text-muted);color:var(--color-text-muted)}.product-bullets{margin:14px 0;padding-left:20px}.product-bullets li{margin-bottom:6px;line-height:1.5}.delivery-estimate{color:var(--color-success);font-weight:600;margin:10px 0}.trust-box{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:12px 16px;margin:14px 0}.trust-box p{margin:0}.trust-box p+p{margin-top:4px}.pdp-layout{display:grid;grid-template-columns:minmax(280px,412px) minmax(0,1.6fr) minmax(260px,320px);grid-gap:32px;gap:32px;align-items:start}.pdp-gallery{display:flex;gap:10px}.pdp-gallery .product-gallery-main,.pdp-gallery .product-gallery-main-placeholder{height:auto;width:100%;aspect-ratio:1/1;flex:1 1;min-width:0;object-fit:cover;display:block}.pdp-main{min-width:0}.pdp-buybox{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:16px;position:-webkit-sticky;position:sticky;top:16px}.pdp-buybox .product-price{margin-top:0}.product-thumbs-vertical{display:flex;flex-direction:column;gap:8px;flex-shrink:0;height:100%;overflow-y:auto}.item-details-mini{margin:14px 0}.item-details-mini th{text-align:left;padding-right:16px;font-weight:600;white-space:nowrap}.pdp-spec-group{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--color-border)}.pdp-spec-group:last-child{margin-bottom:0;border-bottom:none}.pdp-spec-group-summary{cursor:pointer;font-weight:600;font-size:.95rem;padding:4px 0;list-style:none}.pdp-spec-group-summary::-webkit-details-marker{display:none}.pdp-spec-group-summary:before{content:"▸";display:inline-block;width:14px;margin-right:6px;color:var(--color-brass);transition:transform .15s ease}.pdp-spec-group[open]>.pdp-spec-group-summary:before{transform:rotate(90deg)}.pdp-spec-group table{margin-top:6px}.variant-swatches{display:flex;flex-wrap:wrap;gap:8px}.variant-swatch{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:8px 14px;cursor:pointer;font-size:.9rem;color:var(--color-charcoal)}.variant-swatch:hover{border-color:var(--color-brass-light)}.variant-swatch.active{border:2px solid var(--color-brass);font-weight:600}@media (max-width:900px){.pdp-layout{grid-template-columns:1fr}.pdp-buybox{position:static}.pdp-gallery{height:auto}.pdp-gallery .product-gallery-main,.pdp-gallery .product-gallery-main-placeholder{height:auto;aspect-ratio:1/1}.product-thumbs-vertical{height:auto;flex-direction:row;overflow-x:auto;overflow-y:visible}}.line-item-row{display:flex;gap:14px;align-items:flex-start;border-bottom:1px solid var(--color-border);padding:14px 0}@media (max-width:768px){.line-item-row{flex-wrap:wrap}}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);grid-gap:32px;gap:32px;align-items:start}@media (max-width:900px){.cart-layout{grid-template-columns:1fr}.pdp-buybox{position:static}}.line-item-row img{object-fit:cover}.line-item-row img,.line-item-row-placeholder{width:68px;height:68px;border-radius:var(--radius-sm)}.line-item-row-placeholder{flex-shrink:0;background:linear-gradient(135deg,var(--color-brass-light),var(--color-brass));color:#fff;font-family:var(--font-display);font-weight:700;display:flex;align-items:center;justify-content:center}.qty-stepper{display:flex;align-items:center;gap:4px}.qty-stepper button{padding:4px 10px}.payment-icons{display:flex;gap:14px;align-items:center}.payment-icons img{height:24px;width:auto}.checkout-summary-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:16px;margin-bottom:16px}.change-link{font-size:.85rem}.address-picker-item{display:flex;gap:10px;align-items:flex-start;padding:10px 0;border-bottom:1px solid var(--color-border);cursor:pointer}.address-picker-item:last-of-type{border-bottom:none}.address-picker-item input[type=radio]{margin-top:4px}.order-card{border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:16px;overflow:hidden}.order-card-header{display:flex;flex-wrap:wrap;gap:24px;background:var(--color-bg-alt);padding:12px 16px;font-size:.85rem}.order-card-header .muted{font-size:.72rem;text-transform:uppercase;letter-spacing:.03em}.order-card>div:not(.order-card-header):not(.order-card-actions){padding:12px 16px}.order-card-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 16px;border-top:1px solid var(--color-border)}.testimonials-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px}.testimonials-track::-webkit-scrollbar{display:none}.testimonial-card{scroll-snap-align:start;flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 48px) / 3);min-width:280px;display:flex;flex-direction:column;gap:16px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px}.testimonial-card-top{display:flex;align-items:flex-start;justify-content:space-between}.testimonial-stars{display:flex;gap:2px;color:var(--color-brass)}.testimonial-quote-icon{color:var(--color-bg-alt)}.testimonial-text{color:var(--color-text);line-height:1.6;flex:1 1}.testimonial-author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--color-border)}.testimonial-author img{object-fit:cover}.testimonial-author img,.testimonial-avatar-initial{width:48px;height:48px;border-radius:50%;flex-shrink:0}.testimonial-avatar-initial{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-brass-light),var(--color-brass));color:#fff;font-weight:700;font-size:.9rem}.testimonial-author div{display:flex;flex-direction:column}.testimonials-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.testimonials-dots button{width:10px;height:10px;padding:0;border:none;border-radius:999px;background:var(--color-border);cursor:pointer;transition:width .2s ease,background .2s ease}.testimonials-dots button.active{width:28px;background:var(--color-brass)}@media (max-width:900px){.testimonial-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 24px) / 2)}}@media (max-width:600px){.testimonial-card{flex:0 0 100%}}.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--color-text-muted);font-size:.8rem}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--color-border)}.google-button{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:11px 16px;font-size:.95rem;font-weight:600;cursor:pointer}.google-button:hover{background:var(--color-bg-alt)}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}@media (max-width:480px){.form-grid-2{grid-template-columns:1fr}}.password-requirements{list-style:none;margin:-6px 0 14px;padding:10px 12px;background:var(--color-bg-alt);border-radius:var(--radius-sm);display:flex;flex-direction:column;gap:4px}.password-requirements li{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--color-text-muted)}.password-requirements li svg{flex-shrink:0;color:var(--color-error)}.password-requirements li.met{color:var(--color-text)}.password-requirements li.met svg{color:var(--color-success)}.field-hint{font-size:.8rem;margin-top:2px}.field-hint-error{color:var(--color-error)}.identifier-input-group{display:flex;align-items:stretch;height:42px;border:1px solid var(--color-border);border-radius:var(--radius-md)}.identifier-input-group:focus-within{border-color:var(--color-brass)}.identifier-country-picker{position:relative;flex-shrink:0;display:flex}.identifier-country-trigger{display:flex;align-items:center;gap:4px;height:100%;border:none;border-right:1px solid var(--color-border);border-top-left-radius:var(--radius-md);border-bottom-left-radius:var(--radius-md);background:var(--color-bg-alt);color:var(--color-text);font-size:.85rem;padding:0 10px;cursor:pointer;white-space:nowrap}.identifier-country-trigger:focus{outline:none}.identifier-country-dropdown{position:absolute;top:calc(100% + 4px);left:0;z-index:60;width:280px;max-height:320px;display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);overflow:hidden}.identifier-country-search{flex-shrink:0;border:none!important;border-bottom:1px solid var(--color-border)!important;border-radius:0!important;padding:10px 12px;font-size:.85rem}.identifier-country-search:focus{outline:none;border-bottom:1px solid var(--color-brass)!important}.identifier-country-dropdown ul{list-style:none;margin:0;padding:4px;flex:1 1;min-height:0;overflow-y:auto}.identifier-country-dropdown li button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;text-align:left;padding:8px 10px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--color-text);font-size:.85rem;cursor:pointer}.identifier-country-dropdown li button.active,.identifier-country-dropdown li button:hover{background:var(--color-bg-alt)}.identifier-country-dial{color:var(--color-text-muted);flex-shrink:0}.identifier-country-empty{padding:10px 12px;font-size:.85rem;color:var(--color-text-muted)}.identifier-input-group input{border:none!important;border-radius:0!important;border-top-right-radius:var(--radius-md)!important;border-bottom-right-radius:var(--radius-md)!important;flex:1 1;min-width:0}.identifier-input-group input:focus{outline:none;border:none!important}.hero-video-carousel{position:relative;width:100%;aspect-ratio:848/480;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);background:var(--color-charcoal)}.hero-video-track{display:flex;height:100%;transition:transform .7s cubic-bezier(.65,0,.35,1)}.hero-video-slide{flex:0 0 100%;height:100%}.hero-video-slide video{width:100%;height:100%;object-fit:cover;display:block}.hero-video-arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;padding:0;border-radius:var(--radius-sm);border:none;background:rgba(0,0,0,.35);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;z-index:2}.hero-video-arrow:hover{background:rgba(0,0,0,.55)}.hero-video-arrow.prev{left:10px}.hero-video-arrow.next{right:10px}.hero-video-dots{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:2}.hero-video-dots button{width:8px;height:8px;padding:0;border:none;border-radius:999px;background:hsla(0,0%,100%,.5);cursor:pointer;transition:width .2s ease,background .2s ease}.hero-video-dots button.active{width:22px;background:var(--color-brass-light)}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_Sans_3b03a7;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686.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:__Nunito_Sans_3b03a7;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02.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}.__className_3b03a7{font-family:__Nunito_Sans_3b03a7;font-style:normal}.__variable_3b03a7{--font-body:"__Nunito_Sans_3b03a7"}