@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--black:#000;--white:#fff;--dark:#111;--gold-dark:#9e7725;--theme-bg:#0f0f10;--theme-surface:#18181b;--theme-surface-soft:#202024;--theme-header-bg:rgba(15,15,16,0.9);--theme-text:#f5f5f5;--theme-muted:rgba(245,245,245,0.68);--theme-border:rgba(255,255,255,0.14);--theme-overlay:rgba(255,255,255,0.08);--theme-shadow:0 24px 70px rgba(0,0,0,0.34);--header-height:80px;--sticky-header-offset:var(--header-height);--shadow:0 24px 70px rgba(0,0,0,0.12)}:root[data-theme=light]{--theme-bg:#ffffff;--theme-surface:#ffffff;--theme-surface-soft:#f7f7f8;--theme-header-bg:rgba(255,255,255,0.9);--theme-text:#111111;--theme-muted:rgba(17,17,17,0.68);--theme-border:rgba(0,0,0,0.14);--theme-overlay:rgba(0,0,0,0.06);--theme-shadow:0 24px 70px rgba(0,0,0,0.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--theme-text);background:var(--theme-bg);font-family:Inter,system-ui,sans-serif}img{max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site-header{position:fixed;z-index:30;inset:0 0 auto;border-bottom:1px solid var(--theme-border);background:var(--theme-header-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.footer,.nav-wrap,.section-pad{width:min(1180px,calc(100% - 40px));margin-inline:auto}.nav-wrap{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-family:Inter,system-ui,sans-serif;font-size:28px;font-weight:800}.brand-link{display:inline-flex;align-items:center;min-height:54px}.header-brand{width:270px}.footer-brand{width:212px}.brand-logo{display:block;width:100%;height:auto}.brand-logo-dark,:root[data-theme=dark] .brand-logo-light{display:none}:root[data-theme=dark] .brand-logo-dark{display:block}.feature-list,.footer-links,.header-actions,.hero-actions,.product-tools,.socials{display:flex;align-items:center}.header-actions{gap:14px}.header-action-link{position:relative;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--theme-border);border-radius:8px;background:var(--theme-surface);color:var(--theme-text);transition:border-color .2s ease,color .2s ease,transform .2s ease}.header-action-link:focus-visible,.header-action-link:hover{border-color:var(--gold-dark);color:var(--gold-dark);transform:translateY(-1px)}.header-action-label{position:absolute;left:50%;top:calc(100% + 8px);transform:translateX(-50%);border-radius:999px;padding:6px 10px;background:rgba(17,17,17,.92);color:var(--white);font-size:11px;font-weight:700;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.header-action-link:focus-visible .header-action-label,.header-action-link:hover .header-action-label{opacity:1;transform:translateX(-50%) translateY(2px)}.collection-action-button,.icon-button,.product-tools button,.product-tools-link,.service-card button,.socials a{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--theme-border);border-radius:8px;background:var(--theme-surface);color:var(--theme-text);text-decoration:none;padding:0}.section-pad{padding:104px 0}.hero-carousel{position:relative;width:100%;height:calc((100vh - var(--header-height)) * .5);min-height:260px;margin-top:var(--header-height);overflow:hidden;background:var(--black)}.hero-carousel-track{display:flex;width:100%;height:100%;transition:transform .65s ease;will-change:transform}.hero-banner-slide{flex:0 0 100%;position:relative;width:100%;height:100%;overflow:hidden}.hero-banner-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.hero-banner-content{position:absolute;left:max(20px,calc((100vw - 1180px) / 2));bottom:120px;max-width:560px;color:var(--white);opacity:0;pointer-events:none}.hero-side-control{position:absolute;top:0;bottom:0;z-index:3;width:50%;border:0;border-radius:0;background:transparent;cursor:pointer}.hero-side-control-left{left:0}.hero-side-control-right{right:0}.hero-dots{position:absolute;left:0;right:0;bottom:30px;z-index:4;display:flex;align-items:center;justify-content:center;gap:12px}.hero-dot{width:10px;height:10px;border:1px solid rgba(255,255,255,.82);border-radius:999px;padding:0;background:transparent;cursor:pointer;transition:.2s ease}.hero-dot[aria-current=true]{width:28px;background:var(--gold-dark);border-color:var(--gold-dark)}.hero{min-height:100vh;display:grid;grid-template-columns:1fr .92fr;align-items:center;gap:64px;padding-top:136px}.hero-slide{width:100%;padding-inline:max(20px,calc((100vw - 1180px) / 2))}.eyebrow{margin:0 0 16px;display:inline-flex;align-items:center;gap:8px;color:var(--gold-dark);font-size:13px;font-weight:700;letter-spacing:0;text-transform:uppercase}h1,h2,h3{margin:0;font-family:Inter,system-ui,sans-serif;line-height:1.04}h1{max-width:760px;font-size:clamp(48px,7vw,92px)}h2{font-size:clamp(36px,4vw,58px)}h3{font-size:24px}.about-copy p,.contact-heading p,.footer p,.hero-text{color:rgba(0,0,0,.68);line-height:1.8}.hero-text{max-width:590px;margin:26px 0 34px;font-size:18px}.hero-actions{gap:14px;flex-wrap:wrap}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:8px;padding:13px 24px;font-weight:700}.button.primary{background:var(--gold-dark);color:var(--white);box-shadow:0 14px 30px rgba(158,119,37,.22)}.button.secondary{border-color:rgba(0,0,0,.14);background:var(--white)}.about-media,.hero-media,.product-image{position:relative;overflow:hidden;border-radius:8px;background:var(--white)}.hero-media{box-shadow:var(--shadow)}.about-media img,.hero-media img,.product-image img{width:100%;height:100%;object-fit:cover}.hero-badge{position:absolute;right:22px;bottom:22px;min-width:134px;border-radius:8px;padding:16px;background:rgba(255,255,255,.92);box-shadow:0 18px 40px rgba(0,0,0,.16)}.hero-badge strong,.stats-row strong{display:block;font-family:Inter,system-ui,sans-serif;font-size:30px;font-weight:800}.hero-badge span,.stats-row span{color:rgba(0,0,0,.68);font-size:13px}.collection{width:100%;max-width:none}.home-discovery{padding-bottom:24px}.home-discovery-shell{display:grid;gap:28px}.home-discovery-block{display:grid;gap:20px}.category-shortcut-row{display:flex;align-items:center;gap:18px}.category-shortcut-control{flex:0 0 auto;width:54px;height:54px;border-radius:12px}.category-shortcut-control[disabled]{opacity:.45;cursor:default}.category-shortcut-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--category-visible-items, 6) - 1) * 18px) / var(--category-visible-items, 6));flex:1 1 auto;gap:18px;overflow-x:auto;padding:6px 2px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}.category-shortcut-carousel::-webkit-scrollbar{display:none}.category-shortcut-card{min-width:0;display:grid;justify-items:center;gap:12px;border:0;padding:0;background:transparent;color:var(--black);text-align:center;cursor:pointer;scroll-snap-align:start}.category-shortcut-card span{font-size:14px;font-weight:700}.category-shortcut-card:focus-visible .category-shortcut-media,.category-shortcut-card:hover .category-shortcut-media,.category-shortcut-card[aria-pressed=true] .category-shortcut-media{border-color:rgba(158,119,37,.72);box-shadow:0 16px 36px rgba(158,119,37,.16);transform:translateY(-2px)}.category-shortcut-card[aria-pressed=true] span{color:var(--gold-dark)}.category-shortcut-subcategories{display:flex;align-items:center;justify-content:center;gap:12px;overflow-x:auto;padding:2px 0 4px;scrollbar-width:none}.category-shortcut-subcategories::-webkit-scrollbar{display:none}.category-shortcut-subcategory{flex:0 0 auto;min-height:40px;border:1px solid rgba(0,0,0,.12);border-radius:999px;padding:0 18px;background:var(--white);color:rgba(0,0,0,.72);font-size:14px;font-weight:700;white-space:nowrap;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.category-shortcut-subcategory:focus-visible,.category-shortcut-subcategory:hover,.category-shortcut-subcategory[aria-pressed=true]{border-color:rgba(158,119,37,.42);background:rgba(158,119,37,.08);color:var(--gold-dark)}.category-shortcut-media{position:relative;width:min(100%,116px);min-width:0;aspect-ratio:1;border-radius:999px;overflow:hidden;background:#f5f1e8;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.category-shortcut-image{object-fit:cover}.collection-inner{width:100%;max-width:none;padding:104px 32px}.section-heading{max-width:740px;margin-bottom:44px}.collection-heading{margin-bottom:34px}.section-heading.compact{max-width:620px}.collection-toolbar{position:sticky;top:var(--sticky-header-offset);z-index:20;width:100%;min-height:64px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin-bottom:32px;padding:16px;border-bottom:1px solid rgba(0,0,0,.08);background:rgba(255,255,255,.96);box-shadow:0 10px 30px rgba(17,17,17,.06);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.collection-toolbar-main-row{display:contents}.collection-toolbar-details{display:block;justify-self:stretch;width:100%}.collection-toolbar-details-inner{position:relative;display:flex;align-items:center;gap:16px;justify-content:flex-end;min-height:42px}.collection-toolbar-filter-actions{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap}.attendance-button,.collection-toolbar-toggle,.filter-clear-trigger,.filter-trigger,.sort-control select{border:1px solid rgba(0,0,0,.14)}.filter-trigger{width:fit-content;min-height:42px;display:inline-flex;align-items:center;gap:10px;border-radius:8px;padding:0 16px;background:var(--white);color:var(--black);font-weight:700;cursor:pointer;transition:border-color .2s ease,color .2s ease}.filter-trigger:hover{border-color:var(--gold-dark);color:var(--gold-dark)}.filter-clear-trigger{width:fit-content;min-height:42px;display:inline-flex;align-items:center;gap:8px;border-radius:8px;padding:0 16px;background:rgba(158,119,37,.06);color:var(--black);font-weight:700;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.filter-clear-trigger:hover{border-color:rgba(158,119,37,.42);background:rgba(158,119,37,.12);color:var(--gold-dark)}.collection-toolbar-toggle{display:none;width:42px;height:42px;align-items:center;justify-content:center;border-radius:8px;padding:0;background:var(--white);color:var(--black);cursor:pointer;transition:border-color .2s ease,color .2s ease,transform .2s ease}.collection-toolbar-toggle:hover{border-color:var(--gold-dark);color:var(--gold-dark)}.column-selector{position:absolute;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;gap:8px;justify-content:center}.view-option{width:34px;height:34px;display:inline-grid;place-items:center;border:0;border-radius:0;padding:0;background:transparent;cursor:pointer;opacity:.52;transition:opacity .2s ease,transform .2s ease}.view-option:hover,.view-option[aria-pressed=true]{opacity:1;transform:translateY(-1px)}.view-dots{display:grid;grid-template-columns:repeat(var(--dot-columns),4px);gap:3px}.view-dots[data-dots="1"]{--dot-columns:1}.view-dots[data-dots="2"]{--dot-columns:2}.view-dots[data-dots="3"]{--dot-columns:3}.view-dots[data-dots="4"]{--dot-columns:4}.view-dots[data-dots="5"]{--dot-columns:5}.view-dots[data-dots="6"]{--dot-columns:6}.view-dots span{width:4px;height:4px;border-radius:999px;background:rgba(0,0,0,.38)}.view-option[aria-pressed=true] .view-dots span{background:var(--black)}.sort-control{justify-self:end;display:inline-flex;align-items:center;gap:10px;color:rgba(0,0,0,.62);font-size:14px;font-weight:700}.collection-toolbar-actions{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap}.sort-control select{border-radius:8px;padding:0 36px 0 14px;font-weight:700}.collection-search-input,.sort-control select{min-height:42px;background:var(--white);color:var(--black)}.collection-search-input{min-width:180px;border:1px solid rgba(0,0,0,.14);border-radius:8px;padding:0 14px;font-weight:600}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.collection-status{min-height:170px;display:grid;place-items:center;border:1px solid rgba(0,0,0,.14);border-radius:8px;padding:28px;color:rgba(0,0,0,.68);font-weight:700;text-align:center}.loading-indicator{display:inline-grid;justify-items:center;gap:18px;color:inherit}.loading-indicator-label{color:inherit;font-size:14px;font-weight:700}.loading-spinner{--loading-spinner-size:112px;--loading-segment-width:28px;--loading-segment-height:14px;position:relative;width:var(--loading-spinner-size);height:var(--loading-spinner-size);display:inline-block;animation:loading-spinner-rotate 1.1s linear infinite}.loading-spinner-segment{position:absolute;top:50%;left:50%;width:var(--loading-segment-width);height:var(--loading-segment-height);margin-top:calc(var(--loading-segment-height) / -2);margin-left:calc(var(--loading-segment-width) / -2);border-radius:999px;background:rgba(17,17,17,.18);transform:rotate(calc(var(--loading-segment-index) * 36deg)) translateY(calc(var(--loading-spinner-size) / -2 + 14px));transform-origin:center;animation:loading-spinner-fade 1.1s linear infinite;animation-delay:calc(var(--loading-segment-index) * .11s)}.loading-indicator-compact{display:inline-flex;align-items:center;gap:10px}.loading-indicator-compact .loading-spinner{--loading-spinner-size:20px;--loading-segment-width:8px;--loading-segment-height:4px}.loading-indicator-compact .loading-indicator-label{font-size:13px}.collection-load-more .button .loading-indicator{width:100%}@keyframes loading-spinner-rotate{to{transform:rotate(1turn)}}@keyframes loading-spinner-fade{0%,to{background:rgba(17,17,17,.16)}45%{background:rgba(17,17,17,.92)}}.collection-status-error{border-color:rgba(158,119,37,.42);color:var(--black)}.premium-product-grid{width:100%;max-width:none;grid-template-columns:repeat(var(--selected-columns,4),minmax(0,1fr))}.premium-product-grid[data-columns=list]{--selected-columns:1}.premium-product-grid[data-columns="2"]{--selected-columns:2}.premium-product-grid[data-columns="3"]{--selected-columns:3}.premium-product-grid[data-columns="4"]{--selected-columns:4}.premium-product-grid[data-columns="5"]{--selected-columns:5}.premium-product-grid[data-columns="6"]{--selected-columns:6}.product-card{height:100%;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.14);border-radius:8px;background:var(--white);overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.product-card:hover{transform:translateY(-3px);border-color:rgba(158,119,37,.42);box-shadow:0 18px 42px rgba(0,0,0,.09)}.product-image{position:relative;flex:0 0 auto;aspect-ratio:4/5;border-radius:0;overflow:hidden}.product-image a{display:block;width:100%;height:100%}.product-image img{width:100%;height:100%;object-fit:cover}.product-card[data-available=false] .product-image img{filter:grayscale(1)}.product-unavailable-badge{position:absolute;inset:0;display:grid;place-items:center;background:rgba(0,0,0,.22);color:var(--white);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase;pointer-events:none}.product-tools{position:absolute;left:14px;right:14px;bottom:14px;justify-content:center;gap:8px;opacity:0;transform:translateY(10px);transition:.2s ease}.product-card:focus-within .product-tools,.product-card:hover .product-tools{opacity:1;transform:translateY(0)}.product-card[data-share-open=true] .product-tools{opacity:1;transform:translateY(0)}.product-card[data-share-open=true]{overflow:visible;transform:none}.share-action{position:relative}.share-overlay{position:fixed;inset:0;z-index:99;display:block;background:rgba(17,17,17,.36);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .24s ease}.share-overlay[data-open=true]{opacity:1;pointer-events:auto}.share-drawer{position:fixed;inset:auto 0 0 0;z-index:100;display:block;padding:14px 18px max(22px,env(safe-area-inset-bottom));background:var(--white);border-radius:24px 24px 0 0;box-shadow:0 -14px 36px rgba(0,0,0,.18);transform:translateY(105%);transition:transform .28s ease}.share-drawer[data-open=true]{transform:translateY(0)}.share-drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(0,0,0,.14);padding-bottom:20px}.share-drawer-header h3{margin-top:4px}.share-drawer-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:start;padding-top:18px}.share-drawer-handle{display:block;width:42px;height:5px;margin:0 auto 14px;border-radius:999px;background:rgba(0,0,0,.14)}.share-option{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;padding:8px 4px;background:transparent;color:var(--black);font-size:13px;font-weight:700;line-height:1.15;text-align:center;cursor:pointer;text-decoration:none}.share-option-label{display:block;max-width:76px;color:inherit;overflow-wrap:break-word;word-break:normal}.share-copy-option{align-items:center;justify-content:center;min-width:0;padding:8px 4px;cursor:pointer}.share-copy-option:focus-visible{outline:2px solid rgba(158,119,37,.45);outline-offset:3px}.copy-share-icon{width:44px;height:44px;display:grid;place-items:center;overflow:hidden;border-radius:999px;background:linear-gradient(180deg,#f4f4f4,#e7e7e7);border:1px solid rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.7);color:#2a2a2a;flex-shrink:0;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.share-copy-option:focus-visible .copy-share-icon,.share-copy-option:hover .copy-share-icon{transform:translateY(-1px)}.share-option:hover{background:rgba(158,119,37,.08);color:var(--black)}.product-info{gap:14px;padding:18px}.product-info,.product-info-content{flex:1 1 auto;display:flex;flex-direction:column}.product-info h3 a{display:inline-block}.product-info p,.product-info span{color:rgba(0,0,0,.68);font-size:14px}.product-info h3{margin:8px 0;font-size:clamp(18px,1.45vw,24px)}.product-description{display:-webkit-box;margin:0;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-info-footer{margin-top:auto}.product-info strong{display:block;margin-top:0;color:var(--gold-dark)}.collection-load-more{margin-top:32px;display:flex;justify-content:center}.collection-load-more .button[disabled]{cursor:wait;opacity:.72}.product-detail-page{min-height:100vh;background:var(--white);padding-top:var(--header-height)}.product-detail-header{width:min(1180px,calc(100% - 40px));margin-inline:auto;padding:26px 0}.product-breadcrumb{width:min(1500px,calc(100% - 48px));margin:4px auto 28px;display:flex;align-items:center;gap:14px;color:rgba(0,0,0,.62);font-size:14px}.product-breadcrumb a{color:var(--black);font-weight:700}.product-detail{width:min(1500px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:110px minmax(420px,1fr) minmax(330px,.55fr);gap:28px;align-items:start;padding:42px 0 96px}.product-detail-gallery-layout{padding-top:0}.product-thumbnails{display:grid;gap:12px}.product-thumbnails>span{color:rgba(0,0,0,.62);font-size:13px;font-weight:800;text-transform:uppercase}.product-thumbnails button{width:100%;aspect-ratio:4/5;overflow:hidden;border:1px solid transparent;border-radius:8px;padding:0;background:rgba(0,0,0,.04);cursor:pointer}.product-thumbnails button[aria-pressed=true]{border-color:var(--black)}.product-thumbnail-video{position:relative;display:block;width:100%;height:100%}.product-thumbnail-video-icon,.product-video-preview-icon{position:absolute;inset:50% auto auto 50%;display:grid;place-items:center;border-radius:999px;background:rgba(17,17,17,.82);color:var(--white);transform:translate(-50%,-50%)}.product-thumbnail-video-icon{width:40px;height:40px}.product-thumbnails img{width:100%;height:100%;object-fit:cover}.product-main-photo{position:relative;min-height:680px;height:calc(100vh - 190px);max-height:860px;overflow:hidden;border-radius:8px;background:rgba(0,0,0,.04)}.product-main-photo[data-available=false] img{filter:grayscale(1)}.product-photo-open{width:100%;height:100%;border:0;padding:0;background:transparent;cursor:zoom-in}.product-main-photo img,.product-photo-open img{width:100%;height:100%;object-fit:cover}.product-video-preview{position:relative;width:100%;height:100%}.product-video-preview-icon{width:86px;height:86px}.product-photo-nav{position:absolute;top:50%;z-index:2;width:46px;height:46px;display:grid;place-items:center;border:0;border-radius:999px;background:rgba(255,255,255,.86);color:var(--black);cursor:pointer;transform:translateY(-50%)}.product-photo-nav-prev{left:18px}.product-photo-nav-next{right:18px}.product-detail-info{position:sticky;top:112px;padding-top:4px}.product-detail-info>span{color:rgba(0,0,0,.62);font-weight:700}.product-detail-info h1{margin-top:12px;font-size:clamp(38px,5vw,72px)}.product-detail-info>p{color:var(--black);font-size:17px;line-height:1.8}.product-detail-description,.product-detail-info>p{max-width:620px;margin:22px 0}.product-detail-description,.product-detail-description *{max-width:none}.product-detail-description>:first-child{margin-top:0}.product-detail-description>:last-child{margin-bottom:0}.product-detail-description a{color:var(--gold-dark);text-decoration:underline}.product-detail-meta{margin:14px 0 0;color:var(--black);font-size:14px}.product-detail-meta strong{display:inline;margin:0 0 0 8px;color:var(--black);font-size:inherit}.product-detail-info>strong{display:block;margin-bottom:28px;color:var(--gold-dark);font-size:22px}.product-detail-info .product-detail-meta strong{display:inline;margin:0 0 0 8px;color:var(--black);font-size:inherit}.product-detail-share{display:grid;grid-template-columns:repeat(3,minmax(0,74px));gap:12px;margin-top:28px}.product-detail-ai-button{display:inline-flex;align-items:center;gap:10px;margin-bottom:28px}.product-detail-share-item{min-width:0;display:grid;justify-items:center;gap:8px;border:0;padding:0;background:transparent;color:var(--black);font-size:12px;font-weight:700;text-align:center}.product-photo-modal{position:fixed;inset:0;z-index:140;display:grid;place-items:center;background:rgba(0,0,0,.78);padding:24px}.product-photo-modal-image{width:min(92vw,1400px);height:min(88vh,980px);display:grid;place-items:center;overflow:auto}.product-photo-modal-image-stage{width:100%;height:100%;display:grid;place-items:center;padding:12px}.product-photo-modal-picture{width:auto;max-width:100%;height:auto;max-height:calc(88vh - 24px);object-fit:contain;background:var(--white);transform-origin:center center;transition:transform .2s ease}.product-photo-modal-zoom-controls{position:absolute;top:18px;right:88px;z-index:2;display:inline-flex;align-items:center;gap:10px;border-radius:999px;padding:8px 10px;background:rgba(17,17,17,.72);color:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-photo-modal-zoom-button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:0;background:rgba(255,255,255,.08);color:var(--white);cursor:pointer}.product-photo-modal-zoom-button[disabled]{opacity:.4;cursor:default}.product-photo-modal-zoom-label{min-width:52px;font-size:13px;font-weight:700;text-align:center}.product-video-frame{width:min(900px,88vw);height:min(80vh,1600px);border:0;background:var(--black)}.product-photo-counter{position:absolute;top:18px;left:24px;color:var(--white);font-weight:700}.product-photo-modal-close,.product-photo-modal-nav{position:absolute;z-index:2;border:0;padding:0;background:transparent;color:var(--white);cursor:pointer}.product-photo-modal-close{top:18px;right:22px}.product-photo-modal-prev{left:22px}.product-photo-modal-next{right:22px}.product-detail-unavailable{width:min(720px,calc(100% - 40px));margin:70px auto 0}.product-detail-unavailable p{margin:18px 0 26px;color:rgba(0,0,0,.68);line-height:1.7}.filter-overlay{position:fixed;inset:0;z-index:80;background:rgba(0,0,0,.46);opacity:0;pointer-events:none;transition:opacity .24s ease}.filter-overlay[data-open=true]{opacity:1;pointer-events:auto}.filter-drawer{position:fixed;inset:0 auto 0 0;z-index:90;width:min(420px,calc(100vw - 34px));overflow-y:auto;padding:26px;background:var(--white);box-shadow:22px 0 70px rgba(0,0,0,.18);transform:translateX(-105%);transition:transform .28s ease}.filter-drawer[data-open=true]{transform:translateX(0)}.filter-drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(0,0,0,.14);padding-bottom:24px}.filter-drawer-header h3{margin-top:4px}.filter-groups{display:grid;gap:28px;padding-top:28px}.filter-group{display:grid;gap:14px}.filter-group h4{margin:0;font-size:15px;text-transform:uppercase}.filter-group label{display:flex;align-items:center;gap:10px;color:rgba(0,0,0,.68)}.filter-category-option{display:grid;gap:10px}.filter-subcategory-list{display:grid;gap:10px;padding-left:26px}.filter-subcategory-list label{font-size:.95rem}.filter-group input{width:16px;height:16px;accent-color:var(--gold-dark)}.price-range-filter{display:grid;gap:14px}.price-range-values{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.95rem;color:rgba(0,0,0,.8)}.price-range-slider{position:relative;height:28px}.price-range-track{position:absolute;top:50%;left:0;width:100%;height:4px;border-radius:999px;background:rgba(0,0,0,.12);transform:translateY(-50%)}.price-range-track-active{background:#87e0da}.price-range-input{position:absolute;inset:0;width:100%!important;height:100%!important;margin:0;appearance:none;-webkit-appearance:none;pointer-events:none;background:transparent}.price-range-input::-webkit-slider-runnable-track{height:4px;background:transparent}.price-range-input::-moz-range-track{height:4px;background:transparent}.price-range-input::-webkit-slider-thumb{width:18px;height:18px;border:0;border-radius:999px;background:#87e0da;box-shadow:0 0 0 3px #fff;pointer-events:auto;-webkit-appearance:none}.price-range-input::-moz-range-thumb{width:18px;height:18px;border:0;border-radius:999px;background:#87e0da;box-shadow:0 0 0 3px #fff;pointer-events:auto}.about{display:grid;grid-template-columns:.82fr 1fr;align-items:center;gap:70px}.about-media{aspect-ratio:4/5}.about-copy p{margin:22px 0}.feature-list{align-items:stretch;gap:12px;flex-wrap:wrap;margin:26px 0}.feature-list div{display:flex;align-items:center;gap:10px;border:1px solid rgba(0,0,0,.14);border-radius:8px;padding:12px 14px;background:var(--white)}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}.service-card,.stats-row div{border:1px solid rgba(0,0,0,.14);border-radius:8px;background:var(--white)}.stats-row div{padding:22px}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.service-card{min-height:210px;padding:26px;display:flex;flex-direction:column;justify-content:space-between}.service-card>svg{color:var(--gold-dark)}.service-card button{border-color:rgba(158,119,37,.28)}.contact-section{width:100%;max-width:none;padding:104px 32px}.contact-heading{max-width:780px}.contact-heading p:not(.eyebrow){margin:18px 0 0;font-size:17px}.contact-showcase{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:28px;align-items:stretch}.attendance-panel,.store-map-card{border:1px solid rgba(0,0,0,.14);border-radius:8px;background:var(--white);box-shadow:0 18px 50px rgba(0,0,0,.08)}.store-map-card{overflow:hidden}.store-map-header{display:flex;align-items:center;gap:12px;padding:20px 22px;border-bottom:1px solid rgba(0,0,0,.12)}.store-map-header svg{color:var(--gold-dark)}.store-map-header span,.store-map-header strong{display:block}.store-map-header span{margin-top:4px;color:rgba(0,0,0,.62);font-size:14px}.store-map{display:block;width:100%;height:400px;border:0}.attendance-panel{padding:28px}.attendance-panel h3{margin-bottom:22px}.attendance-grid{display:grid;gap:14px}.attendance-card{display:grid;grid-template-columns:auto 1fr;gap:14px 16px;align-items:center;border:1px solid rgba(0,0,0,.12);border-radius:8px;padding:18px;background:var(--white);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.attendance-card:hover{transform:translateY(-2px);border-color:rgba(158,119,37,.5);box-shadow:0 16px 38px rgba(0,0,0,.1)}.attendance-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:8px;background:var(--dark);color:var(--white)}.whatsapp-icon{width:26px;height:26px}.attendance-card h3{margin:0 0 4px;font-size:22px}.attendance-card p{margin:0;color:rgba(0,0,0,.62);font-size:14px}.attendance-button{grid-column:1/-1;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:var(--gold-dark);color:var(--white);font-weight:700;transition:background .2s ease,transform .2s ease}.attendance-button:hover{background:var(--dark);transform:translateY(-1px)}.footer{max-width:none;width:100%;display:grid;grid-template-columns:1fr auto auto;gap:36px;align-items:center;padding:52px max(20px,calc((100vw - 1180px) / 2));background:var(--dark);color:rgba(255,255,255,.75)}.footer p{max-width:470px;margin:14px 0 0;color:rgba(255,255,255,.68)}.footer-links,.socials{gap:16px}.socials a{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:var(--white)}.socials svg{width:18px;height:18px;display:block;fill:currentColor}.header-socials a{border-color:rgba(0,0,0,.14);background:var(--white);color:var(--black)}.header-socials a:hover,.socials a:hover{border-color:var(--gold-dark);color:var(--gold-dark)}@media (max-width:980px){.about,.contact-showcase,.hero{grid-template-columns:1fr}.product-detail{grid-template-columns:84px minmax(0,1fr)}.product-detail-info{grid-column:1/-1;position:static}.hero{min-height:auto}.product-grid,.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-inner,.contact-section{padding-inline:24px}.premium-product-grid[data-columns="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.premium-product-grid[data-columns="3"],.premium-product-grid[data-columns="4"],.premium-product-grid[data-columns="5"],.premium-product-grid[data-columns="6"]{grid-template-columns:repeat(3,minmax(0,1fr))}.share-option{font-size:12px;gap:6px;padding:6px 4px}.share-option-label{max-width:none;font-size:11px;line-height:1.2;overflow-wrap:normal;word-break:keep-all;-webkit-hyphens:manual;hyphens:manual}.copy-share-icon{width:42px;height:42px}.footer{grid-template-columns:1fr}}@media (max-width:1180px) and (min-width:981px){.premium-product-grid[data-columns="5"],.premium-product-grid[data-columns="6"]{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:720px){.nav-wrap{min-height:auto;gap:14px;padding:12px 0}.header-brand{width:220px}.header-actions{margin-left:auto;gap:8px}.header-action-link,.header-socials a{width:36px;height:36px}.section-pad{width:min(100% - 28px,1180px);padding:76px 0}.collection-inner{padding:76px 16px}.home-discovery{padding-bottom:8px}.category-shortcut-control{display:none}.category-shortcut-row{display:block}.category-shortcut-carousel{gap:14px}.category-shortcut-subcategories{gap:10px;padding-bottom:2px}.category-shortcut-subcategory{min-height:36px;padding-inline:15px;font-size:13px}.category-shortcut-card span{font-size:13px}.contact-section{width:100%;padding:76px 16px}.hero{padding-top:118px;gap:34px}.hero-dots{bottom:22px}h1{font-size:46px}.collection-toolbar,.product-grid,.service-grid,.stats-row{grid-template-columns:1fr}.collection-toolbar{align-items:stretch;gap:0;padding-inline:16px}.collection-toolbar-main-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.collection-toolbar-filter-actions{min-width:0}.collection-toolbar-toggle{display:inline-flex}.collection-toolbar-details{display:grid;grid-template-rows:0fr;opacity:0;overflow:hidden;transition:grid-template-rows .24s ease,opacity .24s ease}.collection-toolbar[data-expanded=true] .collection-toolbar-details{grid-template-rows:1fr;opacity:1}.collection-toolbar-details-inner{display:grid;gap:12px;padding-top:12px}.collection-toolbar[data-expanded=false] .collection-toolbar-details-inner{padding-top:0}.collection-toolbar-details-inner>*,.collection-toolbar-details>*{min-height:0}.collection-toolbar-actions,.column-selector{overflow:hidden}.column-selector{width:100%;justify-self:center;justify-content:center;padding-top:2px}.column-selector .view-option:nth-child(n+3){display:none}.sort-control{width:100%;max-width:100%;box-sizing:border-box;justify-self:stretch;justify-content:space-between}.collection-toolbar-actions{justify-self:stretch;flex-direction:column;align-items:stretch;gap:12px;padding-top:0}.sort-control select{flex:1 1;min-width:0;padding-right:40px}.collection-search-input,.sort-control select{width:100%;max-width:100%;box-sizing:border-box}.premium-product-grid[data-columns]{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.premium-product-grid[data-columns=list]{grid-template-columns:1fr}.product-info{padding:14px}.product-breadcrumb,.product-detail{width:min(100% - 28px,1500px)}.product-detail{grid-template-columns:1fr;gap:16px;padding-bottom:72px}.product-thumbnails{display:flex;overflow-x:auto;gap:10px;padding-bottom:4px}.product-thumbnails>span{align-self:center;flex:0 0 auto}.product-thumbnails button{flex:0 0 74px}.product-main-photo{min-height:auto;height:auto;aspect-ratio:4/5}.product-detail-info h1{font-size:36px}.product-detail-share{grid-template-columns:repeat(5,minmax(0,1fr))}.product-photo-modal-image{width:100%;height:auto;max-height:86vh}.product-photo-modal-picture{width:auto;max-width:100%;height:auto;max-height:calc(86vh - 24px)}.product-photo-modal-zoom-controls{top:auto;right:16px;bottom:18px}.product-video-frame{width:100vw;height:min(56.25vw,70vh)}}html[data-theme=dark]{color-scheme:dark}html[data-theme=light]{color-scheme:light}:root[data-theme=dark] .about-media,:root[data-theme=dark] .attendance-card,:root[data-theme=dark] .attendance-panel,:root[data-theme=dark] .collection-search-input,:root[data-theme=dark] .collection-status,:root[data-theme=dark] .collection-toolbar,:root[data-theme=dark] .collection-toolbar-toggle,:root[data-theme=dark] .copy-share-icon,:root[data-theme=dark] .filter-clear-trigger,:root[data-theme=dark] .filter-drawer,:root[data-theme=dark] .filter-trigger,:root[data-theme=dark] .hero-badge,:root[data-theme=dark] .hero-media,:root[data-theme=dark] .product-card,:root[data-theme=dark] .product-image,:root[data-theme=dark] .product-main-photo,:root[data-theme=dark] .product-photo-modal-image img,:root[data-theme=dark] .product-photo-nav,:root[data-theme=dark] .product-thumbnails button,:root[data-theme=dark] .service-card,:root[data-theme=dark] .site-header,:root[data-theme=dark] .sort-control select,:root[data-theme=dark] .stats-row div,:root[data-theme=dark] .store-map-card{background:var(--theme-surface);color:var(--theme-text);border-color:var(--theme-border);box-shadow:var(--theme-shadow)}:root[data-theme=dark] .share-option,:root[data-theme=dark] .share-option-label{color:var(--white)}:root[data-theme=dark] .share-drawer{background:var(--theme-surface);color:var(--theme-text);border-top:1px solid var(--theme-border);box-shadow:0 -14px 36px rgba(0,0,0,.42)}:root[data-theme=dark] .share-drawer-header{border-bottom-color:var(--theme-border)}:root[data-theme=dark] .share-drawer-header h3{color:var(--theme-text)}:root[data-theme=dark] .share-drawer-handle{background:rgba(255,255,255,.18)}:root[data-theme=dark] .share-overlay{background:rgba(0,0,0,.58)}:root[data-theme=dark] .share-option:hover{color:var(--white)}:root[data-theme=dark] .copy-share-icon{background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.08));border-color:rgba(255,255,255,.18);color:var(--white);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}:root[data-theme=dark] .share-copy-option:focus-visible{outline-color:rgba(212,181,115,.6)}:root[data-theme=dark] .collection-toolbar,:root[data-theme=dark] .filter-drawer,:root[data-theme=dark] .filter-drawer-header,:root[data-theme=dark] .site-header,:root[data-theme=dark] .store-map-header{border-color:var(--theme-border)}:root[data-theme=dark] .about-copy p,:root[data-theme=dark] .attendance-card p,:root[data-theme=dark] .collection-status,:root[data-theme=dark] .contact-heading p,:root[data-theme=dark] .filter-group label,:root[data-theme=dark] .footer,:root[data-theme=dark] .footer p,:root[data-theme=dark] .hero-text,:root[data-theme=dark] .product-breadcrumb,:root[data-theme=dark] .product-detail-info>span,:root[data-theme=dark] .product-detail-meta,:root[data-theme=dark] .product-info p,:root[data-theme=dark] .product-info span,:root[data-theme=dark] .product-thumbnails>span,:root[data-theme=dark] .sort-control,:root[data-theme=dark] .store-map-header span{color:var(--theme-muted)}:root[data-theme=dark] .price-range-values{color:var(--theme-text)}:root[data-theme=dark] .loading-spinner-segment,:root[data-theme=dark] .price-range-track{background:rgba(255,255,255,.18)}:root[data-theme=dark] .price-range-input::-moz-range-thumb,:root[data-theme=dark] .price-range-input::-webkit-slider-thumb{box-shadow:0 0 0 3px var(--theme-surface)}:root[data-theme=dark] .collection-toolbar,:root[data-theme=dark] .filter-drawer,:root[data-theme=dark] .site-header{background:var(--theme-header-bg)}:root[data-theme=dark] .footer{background:#0a0a0b;color:var(--theme-text)}:root[data-theme=dark] .collection-action-button,:root[data-theme=dark] .header-action-link,:root[data-theme=dark] .icon-button,:root[data-theme=dark] .product-tools button,:root[data-theme=dark] .product-tools-link,:root[data-theme=dark] .service-card button,:root[data-theme=dark] .socials a{background:var(--theme-surface-soft);color:var(--theme-text);border-color:var(--theme-border)}:root[data-theme=dark] .header-action-link:focus-visible,:root[data-theme=dark] .header-action-link:hover,:root[data-theme=dark] .header-socials a:hover,:root[data-theme=dark] .socials a:hover{color:var(--gold-dark)}:root[data-theme=dark] .about,:root[data-theme=dark] .collection,:root[data-theme=dark] .contact-section,:root[data-theme=dark] .home-discovery,:root[data-theme=dark] .product-detail-info,:root[data-theme=dark] .product-detail-page,:root[data-theme=dark] body{background:var(--theme-bg);color:var(--theme-text)}:root[data-theme=dark] .product-detail-description,:root[data-theme=dark] .product-detail-description *,:root[data-theme=dark] .product-detail-info .product-detail-meta strong,:root[data-theme=dark] .product-detail-meta strong,:root[data-theme=dark] .product-detail-share-item{color:var(--theme-text)}:root[data-theme=dark] .view-dots span{background:rgba(255,255,255,.34)}:root[data-theme=dark] .view-option[aria-pressed=true] .view-dots span{background:var(--theme-text)}:root[data-theme=dark] .collection-load-more .button.secondary,:root[data-theme=dark] .product-detail-ai-button.button.secondary{background:var(--theme-surface-soft);color:var(--theme-text);border-color:var(--theme-border)}:root[data-theme=dark] .collection-load-more .button.secondary:focus-visible,:root[data-theme=dark] .collection-load-more .button.secondary:hover{background:#0f0f10;border-color:rgba(158,119,37,.42);color:var(--theme-text)}:root[data-theme=dark] .product-detail-ai-button.button.secondary:focus-visible,:root[data-theme=dark] .product-detail-ai-button.button.secondary:hover{background:#0f0f10;border-color:rgba(158,119,37,.42);color:var(--theme-text)}:root[data-theme=dark] .category-shortcut-card{color:var(--theme-text)}:root[data-theme=dark] .category-shortcut-subcategory{border-color:rgba(158,119,37,.34);background:rgba(255,255,255,.04);color:var(--theme-text)}:root[data-theme=dark] .category-shortcut-subcategory[aria-pressed=true]{border-color:rgba(158,119,37,.56);background:rgba(158,119,37,.12);color:var(--gold-dark)}