:root{--radius: 0rem;--ann-h: 36px;--header-h: 72px;--page-top: calc(var(--ann-h) + var(--header-h));--background: #161616;--foreground: #FFFFFF;--surface: #2C2C2C;--card: #1d1d1d;--card-foreground: #FFFFFF;--primary: #F3CC91;--primary-fg: #161616;--gold: #F3CC91;--gold-fg: #161616;--muted: #2C2C2C;--muted-fg: #B3B3B3;--border: rgba(255,255,255,.08);--input: rgba(255,255,255,.14);--font-display: "Cormorant Garamond", Georgia, serif;--font-sans: "Poppins", system-ui, sans-serif;--display-scale: 1;--body-scale: 1}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}[hidden]{display:none!important}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}body:before{content:"";pointer-events:none;position:fixed;left:0;right:0;inset-inline:0;top:0;height:5.25rem;background:radial-gradient(ellipse at top,rgba(243,204,145,.3) 18%,transparent 50%);z-index:1}@media(min-width:768px){body:before{height:9.5rem}}ol,ul,menu{list-style:none}img,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;background:none;border:none;font:inherit}input,textarea,select{font:inherit}.font-display{font-family:var(--font-display);font-weight:400;letter-spacing:-.01em}.eyebrow{font-family:var(--font-sans);font-size:11px;letter-spacing:.28em;text-transform:uppercase;font-weight:500}.text-gold{color:var(--gold)}.text-muted{color:var(--muted-fg)}.text-foreground{color:var(--foreground)}.hairline{height:1px;width:100%;background:linear-gradient(to right,transparent,rgba(243,204,145,.6) 30%,rgba(243,204,145,.6) 70%,transparent)}.section-rule{border-top:1px solid rgba(243,204,145,.12)}.container{width:100%;padding-inline:2rem}.fade-up{opacity:0;transform:translateY(20px);transition:opacity .9s ease,transform .9s ease}.fade-up.is-visible{opacity:1;transform:translateY(0)}.announcement-bar{position:fixed;left:0;right:0;inset-inline:0;top:0;z-index:51;height:var(--ann-h);background:var(--background);border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;gap:.5rem;padding-inline:2.5rem}.ann-track-wrap{flex:1;overflow:hidden;text-align:center}.ann-track{position:relative;height:var(--ann-h)}.ann-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-sans);font-size:.6875rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffffbf;opacity:0;transform:translateY(8px);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.ann-slide.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.ann-link{color:inherit;text-decoration:none;transition:color .2s}.ann-link:hover{color:var(--gold)}.ann-arrow{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;color:#fff6;transition:color .2s;padding:0}.ann-arrow:hover{color:var(--gold)}.site-header{position:fixed;left:0;right:0;inset-inline:0;top:var(--ann-h);z-index:52;background-color:#161616cc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:top .4s cubic-bezier(.4,0,.2,1),background-color .5s ease,backdrop-filter .5s ease,-webkit-backdrop-filter .5s ease}.site-header.is-compact{top:0}.site-header.is-compact .header-inner{height:45px}.site-header.is-compact .header-logo{height:1.1rem}.site-header.is-compact.hide-compact-nav .header-subnav{display:none}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;padding-inline:1rem;position:relative;transition:height .4s cubic-bezier(.4,0,.2,1)}@media(min-width:768px){.header-inner{padding-inline:2rem}}.header-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--foreground);overflow:hidden;display:flex;align-items:flex-end;justify-content:center;height:var(--logo-h, 3rem);transition:height .4s cubic-bezier(.4,0,.2,1),color .2s}.header-logo:hover{color:var(--gold)}.header-logo svg,.header-logo-img{height:var(--logo-h, 3rem);width:auto;flex-shrink:0;fill:currentColor}.site-header.is-scrolled .header-logo svg,.site-header.is-scrolled .header-logo-img{height:3rem}.menu-toggle{display:inline-flex;align-items:center;gap:.75rem;color:var(--foreground);transition:color .2s}.menu-toggle:hover{color:var(--gold)}.menu-toggle-label{display:none;font-size:11px;letter-spacing:.28em;text-transform:uppercase}@media(min-width:640px){.menu-toggle-label{display:inline}}.header-icons{display:flex;align-items:center;gap:.25rem}@media(min-width:768px){.header-icons{gap:.5rem}}.icon-btn{display:grid;place-items:center;width:2.25rem;height:2.25rem;color:var(--foreground);transition:color .2s;position:relative}.icon-btn:hover{color:var(--gold)}.cart-badge{position:absolute;top:-2px;right:-2px;width:1rem;height:1rem;border-radius:9999px;background:var(--gold);color:var(--gold-fg);font-size:9px;font-weight:500;display:none;place-items:center}.cart-badge.visible{display:grid}.cart-item-enter{opacity:0;transform:translate(-1.5rem)}.cart-item-enter-active{opacity:1;transform:translate(0);transition:opacity .6s ease,transform .6s cubic-bezier(.22,1,.36,1)}.header-subnav{display:none;border-top:1px solid var(--border);transition:opacity .5s ease}@media(min-width:768px){.header-subnav{display:block}}.header-subnav.hidden-nav{opacity:0;pointer-events:none}.subnav-inner{max-width:1400px;margin-inline:auto;display:flex;align-items:center;justify-content:center;gap:1.75rem;padding:.75rem 2rem}.subnav-link{position:relative;font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:#ffffffbf;transition:color .2s}.subnav-link:hover{color:var(--gold)}.subnav-link:after{content:"";position:absolute;bottom:-4px;left:0;height:1px;width:100%;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.subnav-link:hover:after{transform:scaleX(1)}.header-hairline{position:absolute;left:0;right:0;inset-inline:0;bottom:0;height:1px;background:linear-gradient(to right,transparent,rgba(243,204,145,.4),transparent);opacity:0;transition:opacity .5s ease}.site-header.is-scrolled .header-hairline,.site-header.menu-open .header-hairline{opacity:1}.subnav-link.is-active{color:var(--gold)}.subnav-link.is-active:after{transform:scaleX(1)}.subnav-divider{width:1px;height:1rem;background:var(--border)}@media(min-width:768px){:root{--page-top: calc(var(--ann-h) + 112px)}}@media(min-width:768px){html.header-compact .mega-menu,html.header-compact .mega-overlay{top:85px}html.header-compact.compact-no-nav .mega-menu,html.header-compact.compact-no-nav .mega-overlay{top:45px}}.mega-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:46;background:#00000080;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);opacity:0;pointer-events:none;transition:opacity .35s ease}.mega-overlay.is-open{opacity:1;pointer-events:auto}.mega-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background-color:#161616bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transform:translateY(-100%);transition:transform .6s cubic-bezier(.22,1,.36,1);pointer-events:none;display:flex;flex-direction:column;overflow-y:auto}.mega-menu.is-open{transform:translateY(0);pointer-events:auto}@media(min-width:768px){.mega-menu{top:var(--page-top);bottom:auto;transform:none;opacity:0;pointer-events:none;transition:opacity .25s ease}.mega-menu.is-open{transform:none;opacity:1;pointer-events:auto}.mega-overlay{top:var(--page-top);background:#0006;backdrop-filter:none;-webkit-backdrop-filter:none}}.mega-inner{flex:1;display:grid;grid-template-columns:1fr;gap:3rem;width:100%;max-width:1400px;margin-inline:auto;padding:3rem 1.5rem}@media(min-width:768px){.mega-inner{grid-template-columns:4fr 4fr 4fr;padding:3rem;gap:3rem}}.mega-col-heading{margin-bottom:1.5rem}.mega-col--collections .mega-col-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.mega-collection-link{display:inline-block;font-family:var(--font-display);font-size:clamp(3rem,3.5vw,4rem);line-height:1.05;letter-spacing:-.01em;color:var(--foreground);transition:color .2s;position:relative}.mega-collection-link:hover,.mega-collection-link.is-active{color:var(--gold)}.mega-collection-underline{position:absolute;bottom:-2px;left:0;height:1px;width:100%;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.22,1,.36,1)}.mega-collection-link:hover .mega-collection-underline,.mega-collection-link.is-active .mega-collection-underline{transform:scaleX(1)}.mega-sub-panels{position:relative}.mega-sub-panel{display:none}.mega-sub-panel.is-active{display:block}.mega-sub-panel.is-entering{display:block;animation:megaPanelIn .35s cubic-bezier(.22,1,.36,1) forwards}@keyframes megaPanelIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.mega-sub-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.mega-sub-list a{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:clamp(1.5rem,1.75vw,1.875rem);color:var(--foreground);transition:color .2s}.mega-sub-list a:hover{color:var(--gold)}.mega-sub-list a .arrow-icon{opacity:0;transform:translate(-4px);transition:opacity .2s,transform .2s;width:1rem;height:1rem;flex-shrink:0}.mega-sub-list a:hover .arrow-icon{opacity:1;transform:translate(0)}.mega-sub-view-all{display:inline-flex;align-items:center;gap:.5rem;padding-top:.5rem;font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);transition:opacity .2s}.mega-sub-view-all:hover{opacity:.8}.mega-discover{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border)}.mega-discover-list{list-style:none;display:flex;flex-direction:column;gap:1.125rem;margin-top:1rem}.mega-discover-list a{display:inline-flex;align-items:center;gap:.5rem;font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:#fff9;transition:color .2s}.mega-discover-list a:hover{color:var(--gold)}.mega-discover-list a .arrow-icon{opacity:0;transition:opacity .2s;width:.75rem;height:.75rem;flex-shrink:0}.mega-discover-list a:hover .arrow-icon{opacity:1}.mega-col--image{display:none}@media(min-width:768px){.mega-col--image{display:block;position:relative;overflow:hidden;min-height:20rem}}.mega-image-panels{position:absolute;top:0;right:0;bottom:0;left:0}.mega-image-panel{display:none;position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:var(--surface)}.mega-image-panel.is-active{display:block}.mega-image-panel img{width:100%;height:100%;object-fit:cover;transition:opacity .6s ease,transform .6s cubic-bezier(.22,1,.36,1)}.mega-image-panel.is-entering img{animation:imgIn .6s cubic-bezier(.22,1,.36,1) forwards}@keyframes imgIn{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}.mega-image-placeholder{width:100%;height:100%;background:var(--surface)}.mega-image-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(22,22,22,.8) 0%,transparent 60%,rgba(22,22,22,.2) 100%);pointer-events:none}.mega-image-caption{position:absolute;bottom:2rem;left:2rem;right:2rem;display:flex;flex-direction:column;gap:.5rem}.mega-image-caption-title{margin-top:.5rem;font-family:var(--font-display);font-size:1.875rem;color:var(--foreground)}.mega-image-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);transition:opacity .2s}.mega-image-link:hover{opacity:.8}.mega-footer-bar{flex-shrink:0;border-top:1px solid var(--border)}.mega-footer-inner{max-width:1400px;margin-inline:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted-fg)}@media(min-width:768px){.mega-footer-inner{padding-inline:3rem}}.mega-close-btn{position:fixed;top:1.25rem;left:1.5rem;z-index:55;display:none;align-items:center;gap:.5rem;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#ffffffb3;transition:color .2s}@media(min-width:768px){.mega-close-btn{display:none!important}}.mega-close-btn.is-visible{display:inline-flex}.mega-close-btn:hover{color:var(--gold)}@media(min-width:768px){.mega-close-btn{top:1.5rem;left:3rem}}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:53;background:#00000080;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);opacity:0;pointer-events:none;transition:opacity .35s ease}.cart-overlay.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:54;width:100%;max-width:40rem;background:var(--background);border-left:1px solid rgba(243,204,145,.3);display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.22,1,.36,1)}.cart-drawer.is-open{transform:translate(0)}.cart-header{padding:2rem 2rem 0;border-bottom:1px solid rgba(243,204,145,.15);position:relative}.cart-header-inner{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:1.5rem}.cart-header-brand{font-size:10px;letter-spacing:.32em;text-transform:uppercase;color:#f3cc91cc;margin-bottom:.5rem}.cart-header-title{font-size:1.875rem;font-weight:400;color:var(--foreground);margin-bottom:.25rem}.cart-header .cart-count{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-fg)}.cart-close-btn{margin-top:.25rem}.cart-header-rule{position:absolute;left:2rem;right:2rem;inset-inline:2rem;bottom:0;height:1px;background:linear-gradient(to right,transparent,rgba(243,204,145,.4),transparent)}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:2.5rem;text-align:center}.cart-empty-icon-wrap{display:grid;place-items:center;width:5rem;height:5rem;border-radius:50%;border:1px solid rgba(243,204,145,.25);background:#ffffff08;color:var(--gold)}.cart-empty-title{font-size:1.5rem;font-weight:400;color:var(--foreground)}.cart-empty-sub{font-size:.875rem;line-height:1.6;color:var(--muted-fg);max-width:20rem}.cart-empty-cta{margin-top:.5rem;height:2.75rem;padding-inline:2rem;border:1px solid rgba(243,204,145,.4);font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--foreground);transition:background-color .2s,color .2s}.cart-empty-cta:hover{background-color:#f3cc911a;color:var(--gold)}.cart-items{flex:1;overflow-y:auto;padding:.5rem 2rem}.cart-item{display:flex;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid rgba(243,204,145,.1)}.cart-item:last-child{border-bottom:none}.cart-item-img{position:relative;width:9rem;height:9rem;flex-shrink:0;overflow:hidden;background:var(--surface);box-shadow:0 0 0 1px #f3cc9126}.cart-item-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cart-item:hover .cart-item-img img{transform:scale(1.05)}.cart-item-qty-badge{position:absolute;top:.375rem;left:.375rem;background:#161616b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.1rem .375rem;font-size:9px;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);border-radius:99px}.cart-item-info{display:flex;flex-direction:column;flex:1;min-width:0}.cart-item-info-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.cart-item-names{min-width:0}.cart-item-title{font-size:1.125rem;font-weight:400;line-height:1.2;color:var(--foreground)}.cart-item-variant{font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:var(--muted-fg);margin-top:.125rem}.cart-item-remove{position:absolute;bottom:.375rem;right:.375rem;display:grid;place-items:center;width:1.75rem;height:1.75rem;background:#161616b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:2px;color:#fff9;opacity:0;transition:opacity .2s,color .2s,background-color .2s}.cart-item:hover .cart-item-remove{opacity:1}.cart-item-remove:hover{color:var(--gold);background:#161616eb}.cart-item-options{display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem 1rem;margin-top:.75rem}.cart-item-option dt{font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:#fff6}.cart-item-option dd{font-size:.75rem;color:#ffffffe6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item-controls{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:1rem}.cart-item-price{font-size:1.125rem;font-weight:400;color:var(--gold)}.qty-control{display:inline-flex;align-items:center;border:1px solid rgba(243,204,145,.25)}.qty-btn{display:grid;place-items:center;width:2rem;height:2rem;color:#ffffffb3;transition:background-color .2s,color .2s}.qty-btn:hover{background-color:#f3cc911a;color:var(--gold)}.qty-value{width:2.25rem;text-align:center;font-size:.75rem;font-variant-numeric:tabular-nums}.cart-footer{border-top:1px solid rgba(243,204,145,.15);background:var(--background)}.cart-trust{display:flex;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid rgba(243,204,145,.1)}.cart-trust-item{display:flex;align-items:center;gap:.5rem;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-fg)}.cart-trust-item svg{color:var(--gold);flex-shrink:0}.cart-subtotal{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:1.5rem 2rem 0}.cart-subtotal-label{font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:var(--muted-fg)}.cart-subtotal-note{font-size:10px;color:#fff6;margin-top:.125rem}.cart-subtotal-amount{font-size:1.875rem;font-weight:400;color:var(--foreground);flex-shrink:0}.btn-checkout{display:flex;align-items:center;justify-content:center;gap:.75rem;width:calc(100% - 4rem);margin:1.25rem 2rem 0;height:3rem;background:var(--gold);color:var(--gold-fg);font-size:11px;letter-spacing:.32em;text-transform:uppercase;font-weight:500;transition:background-color .2s}.btn-checkout:hover{background-color:#f3cc91e0}.cart-secure-note{margin:.75rem 2rem 1.5rem;text-align:center;font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:#fff6}.hero{height:100vh;height:100svh;width:100%;overflow:hidden;margin-top:calc(-1 * var(--page-top))}.hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;animation:heroScale 2.4s cubic-bezier(.22,1,.36,1) forwards}@keyframes heroScale{0%{transform:scale(1.1)}to{transform:scale(1)}}.hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(22,22,22,.4) 0%,rgba(22,22,22,.1) 40%,var(--background) 100%)}.hero-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:6rem;text-align:center}.hero-eyebrow{font-size:11px;letter-spacing:.28em;text-transform:uppercase;font-weight:500;color:var(--gold);opacity:0;animation:fadeUp 1s ease .6s forwards}.hero-title{margin-top:1rem;font-family:var(--font-display);font-size:clamp(3rem,7vw,5rem);line-height:.95;letter-spacing:-.02em;color:var(--foreground);opacity:0;animation:fadeUp 1.2s ease .8s forwards}.hero-cta{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;opacity:0;animation:fadeIn 1s ease 1.4s forwards}.hero-link{display:inline-flex;align-items:center;gap:.75rem;border-bottom:1px solid rgba(243,204,145,.6);padding-bottom:.25rem;font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--foreground);transition:color .2s}.hero-link:hover{color:var(--gold)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.philosophy{position:relative;padding-block:7rem}.philosophy-inner{max-width:48rem;margin-inline:auto;padding-inline:1.5rem;text-align:center}.philosophy-text{margin-top:1.75rem;font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,2.25rem);line-height:1.3;color:var(--foreground)}.cart-page{position:relative;min-height:calc(100vh - 72px);background:var(--background);color:var(--foreground)}.cart-page .footer-trust-strip{display:none}.cart-page-inner{position:relative;padding-block:4rem 6rem}@media(min-width:768px){.cart-page-inner{padding-block:6rem 4rem}}.cart-page-header{margin-bottom:3.5rem;padding:3rem 0rem;border-bottom:1px solid rgba(243,204,145,.15);display:flex;flex-direction:column;gap:.5rem}.cart-page-title{font-size:clamp(1.5rem,2vw,2.25rem);font-weight:300;color:#f3cc91e6;letter-spacing:.12em}.cart-page-subtitle{font-size:.875rem;line-height:1.7;color:var(--muted-fg);max-width:42rem}.cart-page-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;padding:5rem 2rem;border:1px solid rgba(243,204,145,.15);background:#ffffff05}.cart-page-empty-icon{display:grid;place-items:center;width:5rem;height:5rem;border-radius:50%;border:1px solid rgba(243,204,145,.25);background:#ffffff08;color:var(--gold)}.cart-page-empty-title{font-size:1.875rem;font-weight:300}.cart-page-empty-sub{font-size:.875rem;line-height:1.7;color:var(--muted-fg);max-width:28rem}.cart-page-empty-cta{display:inline-flex;align-items:center;height:2.75rem;padding-inline:2rem;border:1px solid rgba(243,204,145,.4);font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--foreground);margin-top:.5rem;transition:background-color .2s,color .2s}.cart-page-empty-cta:hover{background-color:#f3cc9114;color:var(--gold)}.cart-page-body{display:grid;gap:3.5rem}@media(min-width:1024px){.cart-page-body{grid-template-columns:1.35fr 1fr;gap:4rem}}.cart-page-items-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem}.cart-page-items-head h2{font-size:1.5rem;font-weight:300}.cart-page-list{border-top:1px solid rgba(243,204,145,.15);border-bottom:1px solid rgba(243,204,145,.15)}.cart-page-item{display:flex;gap:1.5rem;padding-block:2rem;border-bottom:1px solid rgba(243,204,145,.1)}.cart-page-item:last-child{border-bottom:none}.cart-page-item-img{position:relative;width:12rem;height:12rem;flex-shrink:0;overflow:hidden;background:var(--surface);box-shadow:0 0 0 1px #f3cc9126}.cart-page-item-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.cart-page-item:hover .cart-page-item-img img{transform:scale(1.05)}.cart-page-item-qty-badge{position:absolute;top:.375rem;left:.375rem;background:#161616b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.1rem .375rem;border-radius:99px;font-size:9px;letter-spacing:.24em;text-transform:uppercase;color:var(--gold)}.cart-page-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.75rem}.cart-page-item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.cart-page-item-title{font-size:1.375rem;font-weight:300;line-height:1.2;color:var(--foreground);transition:color .2s}.cart-page-item-title:hover{color:var(--gold)}.cart-page-item-variant{font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:var(--muted-fg);margin-top:.25rem}.cart-page-item-price{font-size:1.25rem;font-weight:300;color:var(--gold);flex-shrink:0}.cart-page-item-options{display:grid;grid-template-columns:repeat(2,1fr);gap:.375rem 1.5rem}@media(min-width:640px){.cart-page-item-options{grid-template-columns:repeat(3,1fr)}}.cart-page-item-option dt{font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:#fff6}.cart-page-item-option dd{font-size:.75rem;color:#ffffffe6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-page-item-meta{display:flex;align-items:center;gap:1rem;font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:#ffffff80}.cart-page-item-handfinished{display:inline-flex;align-items:center;gap:.375rem}.cart-page-item-handfinished svg{color:var(--gold)}.cart-page-item-divider{width:1px;height:.75rem;background:#f3cc9133}.cart-page-item-footer{display:flex;align-items:center;gap:1.5rem;margin-top:auto;padding-top:1rem}.cart-page-adjust-note{margin-top:1.5rem;font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:#ffffff59}@media(min-width:1024px){.cart-page-items,.cart-page-summary{position:sticky;top:calc(var(--page-top, 5rem) + 1.5rem);align-self:start}}.cart-page-summary-card{position:relative;border:1px solid rgba(243,204,145,.2);background:#ffffff05;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:2rem}.cart-page-summary-rule{position:absolute;left:2rem;right:2rem;inset-inline:2rem;top:0;height:1px;background:linear-gradient(to right,transparent,rgba(243,204,145,.4),transparent)}.cart-page-summary-label{font-size:10px;letter-spacing:.32em;text-transform:uppercase;color:#f3cc91cc;margin-bottom:.5rem}.cart-page-summary-title{font-size:1.5rem;font-weight:300;margin-bottom:2rem}.cart-page-summary-lines{display:flex;flex-direction:column;gap:1rem}.cart-page-summary-line{display:flex;align-items:baseline;justify-content:space-between;font-size:.875rem}.cart-page-summary-line dt{color:var(--muted-fg)}.cart-page-summary-line dd{color:var(--foreground)}.cart-page-summary-line dd.eyebrow{font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:#ffffff80}.cart-page-summary-divider{height:1px;background:linear-gradient(to right,transparent,rgba(243,204,145,.25),transparent);margin-block:1.5rem}.cart-page-summary-total{display:flex;align-items:baseline;justify-content:space-between}.cart-page-summary-total-amount{font-size:2rem;font-weight:300}.cart-page-checkout-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;height:3.5rem;margin-top:2rem;background:var(--gold);color:var(--gold-fg);font-size:11px;letter-spacing:.32em;text-transform:uppercase;font-weight:500;transition:background-color .2s}.cart-page-checkout-btn:hover{background-color:#f3cc91e0}.cart-page-encrypt-note{margin-top:1rem;text-align:center;font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:#fff6}.cart-page-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;border-top:1px solid rgba(243,204,145,.15);margin-top:2rem;padding-top:1.5rem;text-align:center}.cart-page-trust-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-fg)}.cart-page-trust-item svg{color:var(--gold)}.cart-page-package-note{margin-top:1.5rem;text-align:center;font-size:10px;letter-spacing:.2em;text-transform:uppercase;line-height:1.7;color:#ffffff59}.collections-section{padding-inline:1.5rem;padding-block:7rem}@media(min-width:768px){.collections-section{padding-inline:3rem}}.collections-head{max-width:1400px;margin-inline:auto;display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:2.5rem}.collections-head h2{margin-top:.75rem;font-family:var(--font-display);font-size:clamp(2rem,3vw,3rem)}.collections-view-all{display:none;font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:#ffffffbf;transition:color .2s}.collections-view-all:hover{color:var(--gold)}@media(min-width:768px){.collections-view-all{display:inline}}.collections-grid{max-width:1400px;margin-inline:auto;display:grid;gap:1.5rem}@media(min-width:768px){.collections-grid{grid-template-columns:repeat(3,1fr)}}.collection-card{position:relative;display:block;aspect-ratio:3/4;overflow:hidden;background:var(--surface)}.collection-card-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 1.6s ease-out}.collection-card:hover .collection-card-img{transform:scale(1.05)}.collection-card-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(22,22,22,.8) 0%,transparent 50%)}.collection-card-info{position:absolute;left:0;right:0;inset-inline:0;bottom:0;display:flex;align-items:flex-end;justify-content:space-between;padding:1.5rem}.collection-card-title{font-family:var(--font-display);font-size:1.875rem;color:var(--foreground)}.collection-card-arrow{display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:9999px;border:1px solid rgba(243,204,145,.5);color:var(--gold);transition:background-color .2s,color .2s}.collection-card:hover .collection-card-arrow{background:var(--gold);color:var(--gold-fg)}.craftsmanship{position:relative}.craftsmanship-inner{max-width:1400px;margin-inline:auto;padding:7rem 1.5rem;display:grid;gap:2.5rem}@media(min-width:768px){.craftsmanship-inner{grid-template-columns:7fr 5fr;padding-inline:3rem;align-items:center}}.craftsmanship-img-wrap{aspect-ratio:4/5;overflow:hidden}.craftsmanship-img-wrap img{width:100%;height:100%;object-fit:cover}.craftsmanship-body{display:flex;flex-direction:column;justify-content:center}.craftsmanship-body h2{margin-top:1rem;font-family:var(--font-display);font-size:clamp(2rem,3vw,3rem);line-height:1.1}.craftsmanship-body p{margin-top:1.5rem;max-width:28rem;font-size:.875rem;line-height:1.75;color:var(--muted-fg)}.craftsmanship-stats{margin-top:2.5rem;display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem}.stat-number{font-family:var(--font-display);font-size:1.875rem;color:var(--gold)}.stat-label{font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--muted-fg);margin-top:.25rem}.text-link{display:inline-flex;align-items:center;gap:.5rem;font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--foreground);transition:color .2s;margin-top:3rem}.text-link:hover{color:var(--gold)}.text-link svg{width:.75rem;height:.75rem;transition:transform .2s}.text-link:hover svg{transform:translate(2px,-2px)}.bespoke-cta{position:relative;overflow:hidden}.bespoke-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.3}.bespoke-cta-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#161616b3}.bespoke-cta-inner{position:relative;max-width:48rem;margin-inline:auto;padding:7rem 1.5rem;text-align:center}.bespoke-cta h2{margin-top:1.5rem;font-family:var(--font-display);font-size:clamp(2rem,3vw,3rem);line-height:1.1}.bespoke-cta p{margin:1.5rem auto 0;max-width:32rem;font-size:.875rem;line-height:1.75;color:var(--muted-fg)}.btn-outline-gold{display:inline-flex;align-items:center;gap:.75rem;margin-top:2.5rem;border:1px solid var(--gold);padding:1rem 2rem;font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);transition:background-color .2s,color .2s}.btn-outline-gold:hover{background:var(--gold);color:var(--gold-fg)}.collection-page{padding-top:var(--page-top)}.collection-subcats-wrap{border-bottom:1px solid var(--border);padding-block:2rem 1.5rem;display:none}@media(min-width:768px){.collection-subcats-wrap{display:block}}.collection-subcats{display:flex;gap:1rem;overflow-x:auto;scrollbar-width:none}.collection-subcats::-webkit-scrollbar{display:none}.collection-subcat{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex-shrink:0;transition:opacity .2s}.collection-subcat:hover{opacity:.75}.collection-subcat.is-active .collection-subcat-label{color:var(--gold)}.collection-subcat-img{width:clamp(100px,15vw,220px);aspect-ratio:1 / 1;overflow:hidden;background:var(--surface)}.collection-subcat-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.collection-subcat:hover .collection-subcat-img img{transform:scale(1.04)}.collection-subcat-placeholder{width:100%;height:100%;background:var(--surface)}.collection-subcat-label{font-size:10px;letter-spacing:.22em;color:var(--muted-fg);transition:color .2s}.collection-toolbar{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:.75rem 2rem;border-bottom:1px solid var(--border);gap:1rem;position:sticky;top:var(--page-top);z-index:20;background-color:#161616cc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:top .4s cubic-bezier(.4,0,.2,1),background-color .5s ease}.collection-toolbar.is-stuck{background-color:#161616cc}@media(min-width:768px){.collection-toolbar{grid-template-columns:1fr auto 1fr}}@media(max-width:768px){.collection-toolbar{padding:.3rem 2rem}}.collection-toolbar-title{display:none}@media(min-width:768px){.collection-toolbar-title{display:block}}.collection-toolbar-left{display:flex;align-items:center;gap:1.25rem}.collection-toolbar-count{font-size:10px;color:var(--muted-fg);display:none}@media(min-width:768px){.collection-toolbar-count{display:inline}}.collection-toolbar-title{font-size:clamp(1.75rem,2rem,3rem);line-height:1;text-align:center}.collection-sort-wrap{display:flex;align-items:center;justify-content:flex-end}.collection-sort-dropdown{position:relative}.collection-sort-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;border:1px solid var(--border);color:var(--foreground);transition:border-color .2s,color .2s;white-space:nowrap}.collection-sort-btn:hover{border-color:#ffffff40;color:var(--gold)}.collection-sort-prefix{display:none;color:var(--muted-fg)}@media(min-width:768px){.collection-sort-prefix{display:inline}}.collection-sort-chevron{transition:transform .25s ease;flex-shrink:0;color:var(--muted-fg)}.collection-sort-dropdown.is-open .collection-sort-chevron{transform:rotate(180deg)}.collection-sort-list{display:none;position:absolute;top:calc(100% + 4px);right:0;min-width:100%;background:#1d1d1d;border:1px solid var(--border);z-index:30;list-style:none;padding:.25rem 0}.collection-sort-dropdown.is-open .collection-sort-list{display:block}.collection-sort-option{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.625rem 1rem;font-size:10px;letter-spacing:.2em;color:var(--muted-fg);cursor:pointer;transition:color .15s,background .15s;white-space:nowrap}.collection-sort-option:hover{color:var(--foreground);background:#ffffff0a}.collection-sort-option.is-active{color:var(--gold)}.collection-filter-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;border:1px solid var(--border);color:var(--foreground);transition:border-color .2s,color .2s}.collection-filter-toggle:hover{border-color:#fff3;color:var(--gold)}.collection-chips{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding-block:.75rem}.collection-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border:1px solid var(--border);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#ffffffb3;transition:border-color .2s,color .2s}.collection-chip:hover{border-color:var(--gold);color:var(--gold)}.collection-chip--clear{border-color:transparent;color:var(--muted-fg)}.collection-chip--clear:hover{color:var(--gold);border-color:transparent}.collection-body{padding-top:2rem;padding-bottom:2rem}.products-grid{display:grid;gap:2.5rem 1.5rem;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.products-grid--3col,.products-grid--4col{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.products-grid--2col{grid-template-columns:repeat(2,1fr)}.products-grid--3col{grid-template-columns:repeat(3,1fr)}.products-grid--4col{grid-template-columns:repeat(4,1fr)}}.collection-sidebar{position:fixed;inset-block:0;left:0;width:min(340px,90vw);z-index:55;background:var(--background);padding:1.5rem 1.5rem 0;border-right:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .35s cubic-bezier(.22,1,.36,1)}.collection-sidebar.is-open{transform:translate(0)}.collection-sidebar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);flex-shrink:0}.collection-sidebar-close{color:var(--muted-fg);transition:color .2s}.collection-sidebar-close:hover{color:var(--gold)}.collection-sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:54;background:#00000080;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);opacity:0;pointer-events:none;transition:opacity .35s ease}.collection-sidebar.is-open~.collection-sidebar-overlay{opacity:1;pointer-events:auto}.collection-pagination{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border)}.collection-page-btn{display:inline-flex;align-items:center;gap:.375rem;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--foreground);transition:color .2s}.collection-page-btn:hover{color:var(--gold)}.collection-empty{padding:4rem 0;grid-column:1/-1}.product-card{display:block}.product-card-img{aspect-ratio:3/4;overflow:hidden;background:var(--surface);position:relative}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease-out}.product-card:hover .product-card-img img{transform:scale(1.04)}.product-card-body{padding-top:.875rem}.product-card-title{font-family:var(--font-display);font-size:1.125rem;color:var(--foreground)}.product-card-price{margin-top:.25rem;font-size:.875rem;color:var(--gold)}.product-page{padding-top:var(--page-top);max-width:1400px;margin-inline:auto;padding-inline:1.5rem;padding-bottom:8rem}@media(min-width:768px){.product-page{padding-inline:3rem}}.product-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:var(--muted-fg);padding-top:1.5rem;padding-bottom:1.5rem;flex-wrap:wrap}.product-breadcrumb a{transition:color .2s}.product-breadcrumb a:hover{color:var(--gold)}.product-breadcrumb-sep{color:#f3cc9166}.product-layout{display:grid;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.product-layout{grid-template-columns:1fr 1fr;align-items:start;gap:5rem}}.product-gallery{display:grid;gap:.75rem}.product-gallery-main--square{aspect-ratio:1 / 1;overflow:hidden;background:var(--surface);position:relative}.product-gallery-main--square img{width:100%;height:100%;object-fit:cover}.product-gallery-placeholder{display:grid;place-items:center;height:100%;color:var(--muted-fg)}.product-gallery-inset-ring{position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 0 1px #f3cc911a;pointer-events:none}.product-gallery-thumbs--grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}.thumb{aspect-ratio:1;overflow:hidden;background:var(--surface);cursor:pointer;border:1px solid transparent;transition:border-color .2s,opacity .2s;opacity:.6}.thumb:hover{opacity:1}.thumb.active{border-color:var(--gold);opacity:1}.thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-info--sticky{display:flex;flex-direction:column}@media(min-width:768px){.product-info--sticky{position:sticky;top:var(--page-top)}}.product-block--title .eyebrow{margin-top:1rem}.product-description{font-size:.875rem;line-height:1.75}.option-swatches{display:flex;flex-wrap:wrap;gap:.5rem}.option-swatch{padding:.5rem 1.125rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#ffffffa6;cursor:pointer;transition:border-color .2s,background-color .2s,color .2s}.option-swatch:hover{border-color:#f3cc9166;background:#f3cc910f;color:var(--foreground)}.option-swatch.selected{border-color:var(--gold);background:#f3cc911f;color:var(--gold)}.qty-control--lg{display:inline-flex;align-items:center;border:1px solid var(--border)}.qty-btn--lg{display:grid;place-items:center;width:3rem;height:3rem;color:#ffffffb3;transition:color .2s}.qty-btn--lg:hover{color:var(--gold)}.qty-value--lg{width:2.5rem;text-align:center;font-size:.875rem}.btn-add-to-cart{flex:1;display:flex;align-items:center;justify-content:center;height:3rem;background:var(--gold);color:var(--gold-fg);font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:500;transition:background-color .2s,opacity .2s}.btn-add-to-cart:hover{background:#f3cc91d9}.btn-add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product-assurance-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.75rem;color:#ffffffb3}.product-assurance-item:not(.product-assurance-item+.product-assurance-item){padding-top:2rem;border-top:1px solid var(--border)}.assurance-icon{flex-shrink:0;margin-top:1px;color:var(--gold)}.product-related .product-card-img,.product-recently-viewed .product-card-img{aspect-ratio:1 / 1}.product-related,.product-recently-viewed{margin-bottom:3rem;padding-top:2rem;border-top:1px solid var(--border)}.product-related-head{margin-bottom:2rem}.product-card-inset-ring{position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 0 1px #f3cc911a;pointer-events:none}.product-card-img{position:relative}.product-meta{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem}.product-meta-row{display:flex;gap:1rem;font-size:.8125rem}.product-meta-row span:first-child{color:var(--muted-fg);min-width:7rem}.product-page--dwira-stack{max-width:100%;padding-inline:0;padding-bottom:0}.product-page--dwira-stack .product-breadcrumb{max-width:1400px;margin-inline:auto;padding-inline:1.5rem}@media(min-width:768px){.product-page--dwira-stack .product-breadcrumb{padding-inline:3rem}}.product-layout--dwira{display:grid;gap:0;align-items:start}@media(min-width:768px){.product-layout--dwira{grid-template-columns:58fr 42fr}}.product-gallery--stack{display:flex;flex-direction:column;gap:0}.product-gallery-stack-item{position:relative;width:100%;line-height:0;overflow:hidden}.product-gallery-stack-item img{width:100%;height:auto;display:block;transition:transform 1s ease}.product-gallery-stack-item:hover img{transform:scale(1.02)}.product-layout--dwira .product-info--sticky{padding:0rem 2rem 2rem;border-left:1px solid var(--border)}@media(min-width:768px){.product-layout--dwira .product-info--sticky{position:sticky;top:var(--page-top);overflow-y:visible}}.product-page--dwira-stack .product-related,.product-page--dwira-stack .product-recently-viewed{max-width:1400px;margin-inline:auto;padding-inline:2rem}@media(max-width:767px){.product-layout--dwira{grid-template-columns:1fr}.product-layout--dwira .product-info--sticky{padding:2rem 1.5rem;border-left:none;border-top:1px solid var(--border);position:static;max-height:none;overflow-y:visible}.product-gallery--stack .product-gallery-stack-item:nth-child(n+4){display:none}}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:40;background:var(--background);border-top:1px solid var(--border);transform:translateY(100%);transition:transform .28s cubic-bezier(.4,0,.2,1);will-change:transform}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc-inner{max-width:1400px;margin-inline:auto;padding:.875rem 1.5rem;padding-bottom:calc(.875rem + env(safe-area-inset-bottom,0px));display:flex;align-items:center;gap:1rem}.sticky-atc-product{display:none}.sticky-atc-thumb{width:3.75rem;height:3.75rem;object-fit:cover;border:1px solid var(--border);flex-shrink:0}.sticky-atc-meta{display:flex;flex-direction:column;gap:.125rem;min-width:0}.sticky-atc-title{font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--foreground);line-height:1.3}.sticky-atc-price{font-size:.8rem;color:var(--gold)}.sticky-atc-btn{flex-shrink:0;width:100%;white-space:nowrap}@media(min-width:768px){.sticky-atc-inner{padding:.875rem 3rem;gap:1.5rem}.sticky-atc-product{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.sticky-atc-btn{width:auto;padding:0 2rem}}.satc-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:41;background:#0000008c;opacity:0;pointer-events:none;transition:opacity .28s ease}.satc-overlay.is-open{opacity:1;pointer-events:auto}.satc-popup{position:fixed;bottom:0;left:0;right:0;z-index:42;background:var(--background);border-top:1px solid var(--border);border-radius:1rem 1rem 0 0;padding:.75rem 1.5rem calc(1.75rem + env(safe-area-inset-bottom,0px));transform:translateY(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);will-change:transform;max-height:90vh;max-height:90dvh;overflow-y:auto;overscroll-behavior:contain}.satc-popup.is-open{transform:translateY(0)}.satc-popup-handle{width:2.5rem;height:3px;border-radius:99px;background:#ffffff2e;margin:0 auto 1.25rem}@media(min-width:768px){.satc-popup{padding:.75rem 3rem calc(2rem + env(safe-area-inset-bottom,0px));max-height:80vh;max-height:80dvh}}.satc-popup-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.75rem}.satc-popup-identity{display:flex;align-items:center;gap:1rem;min-width:0}.satc-popup-thumb{width:5rem;height:5rem;object-fit:cover;border:1px solid var(--border);flex-shrink:0}.satc-popup-identity-text{display:flex;flex-direction:column;gap:.25rem;min-width:0}.satc-popup-title{font-size:1rem;color:var(--foreground);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.satc-popup-price{font-size:.85rem;color:var(--gold)}.satc-close-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0;color:var(--muted-fg);transition:color .15s}.satc-close-btn:hover{color:var(--foreground)}.satc-popup-options{margin-bottom:1.75rem}.satc-popup-footer{margin-top:.25rem}.satc-popup-atc-btn{width:100%}@media(min-width:768px){.satc-popup-header,.satc-popup-options,.satc-popup-footer{max-width:60rem;margin-inline:auto}.satc-popup-options.product-options{display:grid;grid-template-columns:minmax(0,20rem) minmax(0,1fr);gap:2.5rem 3rem;align-items:start}.satc-popup-options>.product-option:nth-child(n+3){grid-column:1}}.product-desc-toggle{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-top:1.5rem}.product-desc-toggle-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--foreground);transition:color .2s}.product-desc-toggle-btn:hover{color:var(--gold)}.toggle-chevron{transition:transform .35s cubic-bezier(.22,1,.36,1);flex-shrink:0}.product-desc-toggle-btn[aria-expanded=true] .toggle-chevron{transform:rotate(180deg)}.product-desc-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.22,1,.36,1);overflow:hidden}.product-desc-body.is-open{grid-template-rows:1fr}.product-desc-body-inner{overflow:hidden;padding-bottom:1rem;color:#ffffffbf;min-height:0}.about-page{padding-top:var(--page-top)}.about-hero{max-width:48rem;margin-inline:auto;padding:8rem 1.5rem;text-align:center}.about-hero h1{margin-top:1.5rem;font-family:var(--font-display);font-size:clamp(3rem,7vw,5rem)}.about-hero p{margin-top:2rem;font-size:.875rem;line-height:1.875;color:var(--muted-fg)}.journal-index{padding-top:var(--page-top);max-width:1400px;margin-inline:auto;padding-inline:1.5rem;padding-bottom:8rem}@media(min-width:768px){.journal-index{padding-inline:3rem}}.journal-index__header{padding-block:6rem 0}@media(min-width:768px){.journal-index__header{padding-top:8rem}}.journal-index__header-inner{max-width:48rem}.journal-index__title{margin-top:1rem;font-size:clamp(3rem,7vw,5rem);line-height:1.05}.journal-index__subtitle{margin-top:1.5rem;max-width:28rem;font-size:.875rem;line-height:1.75;color:var(--muted-fg)}.journal-featured{display:grid;gap:2rem;border-top:1px solid rgba(255,255,255,.08);margin-top:4rem;padding-top:3rem}@media(min-width:768px){.journal-featured{grid-template-columns:7fr 5fr;align-items:center;gap:3rem}}.journal-featured__img-wrap{aspect-ratio:16/10;overflow:hidden;background:var(--surface)}.journal-featured__img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s ease-out}.journal-featured:hover .journal-featured__img{transform:scale(1.03)}.journal-featured__img-placeholder{width:100%;height:100%;background:var(--surface)}.journal-featured__body{display:flex;flex-direction:column}.journal-featured__heading{margin-top:1rem;font-size:clamp(1.75rem,3vw,3rem);line-height:1.1;color:var(--foreground);transition:color .2s}.journal-featured:hover .journal-featured__heading{color:var(--gold)}.journal-featured__excerpt{margin-top:1rem;font-size:.875rem;line-height:1.75;color:var(--muted-fg)}.journal-featured__meta{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--muted-fg)}.journal-featured__cta{margin-top:2rem;display:inline-flex;align-items:center;gap:.5rem;font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);transition:opacity .2s}.journal-featured:hover .journal-featured__cta{opacity:.8}.journal-featured__cta svg{transition:transform .2s}.journal-featured:hover .journal-featured__cta svg{transform:translate(2px,-2px)}.journal-all-entries{margin-top:4rem}.journal-all-entries__head{display:flex;align-items:flex-end;justify-content:space-between;border-top:1px solid rgba(255,255,255,.08);padding-top:2.5rem;margin-bottom:2.5rem}.journal-all-entries__heading{font-size:clamp(1.5rem,2vw,2rem)}.journal-all-entries__count{color:var(--muted-fg)}.journal-meta-divider{display:inline-block;width:1.5rem;height:1px;background:#fff3;flex-shrink:0}.journal-meta-divider--sm{width:1rem}.articles-grid{display:grid;gap:2rem 2rem;grid-template-columns:1fr}@media(min-width:640px){.articles-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.articles-grid{grid-template-columns:repeat(3,1fr)}}.article-card{display:flex;flex-direction:column}.article-card-img{aspect-ratio:4/5;overflow:hidden;background:var(--surface)}.article-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s ease-out}.article-card:hover .article-card-img img{transform:scale(1.04)}.article-card-img-placeholder{width:100%;height:100%;background:var(--surface)}.article-card-category{margin-top:1.5rem}.article-card-title{margin-top:.75rem;font-family:var(--font-display);font-size:1.5rem;line-height:1.2;color:var(--foreground);transition:color .2s}.article-card:hover .article-card-title{color:var(--gold)}.article-card-title--lg{font-size:clamp(1.25rem,2vw,1.75rem)}.article-card-excerpt{margin-top:.75rem;font-size:.875rem;line-height:1.75;color:var(--muted-fg);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card-meta{margin-top:1.25rem;display:flex;align-items:center;gap:.75rem;font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--muted-fg)}.journal-entry{padding-top:var(--page-top)}.journal-entry__header{max-width:48rem;margin-inline:auto;padding:5rem 1.5rem 0}@media(min-width:768px){.journal-entry__header{padding-top:7rem;padding-inline:1.5rem}}.journal-entry__back{display:inline-flex;align-items:center;gap:.5rem;font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--muted-fg);transition:color .2s}.journal-entry__back:hover{color:var(--gold)}.journal-entry__category{margin-top:2.5rem}.journal-entry__title{margin-top:1rem;font-size:clamp(2.5rem,6vw,4rem);line-height:1.05;letter-spacing:-.01em}.journal-entry__excerpt{margin-top:1.5rem;font-size:1rem;line-height:1.75;color:var(--muted-fg)}@media(min-width:768px){.journal-entry__excerpt{font-size:1.125rem}}.journal-entry__byline{margin-top:2rem;display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem .5rem;font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--muted-fg)}.journal-entry__cover-wrap{max-width:1200px;margin:4rem auto 0;padding-inline:1.5rem;aspect-ratio:16/9;overflow:hidden}@media(min-width:768px){.journal-entry__cover-wrap{padding-inline:1.5rem}}.journal-entry__cover{width:100%;height:100%;object-fit:cover;display:block}.journal-entry__body{max-width:40rem;margin-inline:auto;padding:5rem 1.5rem}.journal-rte p{font-size:1rem;line-height:1.85;color:#ffffffd9}@media(min-width:768px){.journal-rte p{font-size:1.125rem}}.journal-rte p+p{margin-top:1.5rem}.journal-rte p:first-child:first-letter{float:left;font-family:var(--font-display);font-size:4rem;line-height:.85;margin-right:.75rem;color:var(--gold)}.journal-entry__colophon{margin-top:4rem;border-top:1px solid rgba(255,255,255,.08);padding-top:2rem;text-align:center}.journal-entry__motto{margin-top:.75rem;font-size:1.25rem;font-style:italic;color:#fffc}.journal-continue{max-width:1400px;margin-inline:auto;padding:0 1.5rem 8rem}@media(min-width:768px){.journal-continue{padding-inline:3rem}}.journal-continue__head{display:flex;align-items:flex-end;justify-content:space-between;border-top:1px solid rgba(255,255,255,.08);padding-top:2.5rem;margin-bottom:2.5rem}.journal-continue__heading{font-size:clamp(1.5rem,2vw,2rem)}.journal-continue__all{display:inline-flex;align-items:center;gap:.375rem;transition:opacity .2s}.journal-continue__all:hover{opacity:.75}.journal-continue__grid{display:grid;gap:2rem}@media(min-width:768px){.journal-continue__grid{grid-template-columns:repeat(3,1fr)}}.article-card--related .article-card-img,.article-card-img--portrait{aspect-ratio:4/5}.bespoke-page{padding-top:var(--page-top)}.bespoke-form-section{max-width:40rem;margin-inline:auto;padding:6rem 1.5rem 8rem}.bespoke-form-section h1{margin-top:1.5rem;font-family:var(--font-display);font-size:clamp(1.75rem,5vw,3.25rem);line-height:1.1;text-align:center}.bespoke-form-section .intro-text{margin-top:1rem;text-align:center;font-size:.875rem;color:var(--muted-fg);line-height:1.75}.contact-form{margin-top:3rem;display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted-fg)}.form-input,.form-select,.form-textarea{background:transparent;border:1px solid var(--border);padding:.75rem 1rem;color:var(--foreground);font-size:.875rem;transition:border-color .2s;width:100%;-webkit-appearance:none;appearance:none}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--gold)}.form-input::placeholder,.form-textarea::placeholder{color:var(--muted-fg)}.form-textarea{resize:vertical;min-height:8rem}.form-grid{display:grid;gap:1.5rem}@media(min-width:640px){.form-grid{grid-template-columns:1fr 1fr}}.form-submit{width:100%;height:3.25rem;background:var(--gold);color:var(--gold-fg);font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:500;transition:background-color .2s;margin-top:.5rem}.form-submit:hover{background:#f3cc91d9}.site-footer{background:var(--background)}.page-content{padding-top:var(--page-top);max-width:48rem;margin-inline:auto;padding-inline:1.5rem;padding-bottom:8rem}.page-breadcrumb{margin-top:2.5rem;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted-fg)}.page-breadcrumb a{transition:color .2s}.page-breadcrumb a:hover{color:var(--gold)}.page-breadcrumb-sep{margin-inline:.5rem;opacity:.5}.page-head{margin-top:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(243,204,145,.15)}.page-title{margin-top:.75rem;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.1}.page-updated{margin-top:1rem;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#ffffff73}.page-toc{margin-top:2.5rem;padding:1.5rem 1.75rem;border:1px solid rgba(243,204,145,.18);background:#ffffff05}.page-toc[hidden]{display:none}.page-toc-label{font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:.875rem}.page-toc-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.page-toc-list a{font-size:.875rem;line-height:1.5;color:#ffffffbf;transition:color .2s}.page-toc-list a:hover{color:var(--gold)}.page-toc-list li[data-depth="2"]{padding-left:1rem}.page-content .rte{margin-top:2.5rem;font-size:.9375rem;line-height:1.875;color:var(--muted-fg)}.page-content .rte>*:first-child{margin-top:0}.page-content .rte p{margin-top:1.25rem}.page-content .rte h2,.page-content .rte h3,.page-content .rte h4{font-family:var(--font-display);color:var(--foreground);line-height:1.25;scroll-margin-top:calc(var(--page-top) + 1.5rem)}.page-content .rte h2{font-size:1.75rem;margin-top:3rem;margin-bottom:.75rem}.page-content .rte h3{font-size:1.375rem;margin-top:2.5rem;margin-bottom:.625rem}.page-content .rte h4{font-size:1.125rem;margin-top:2rem;margin-bottom:.5rem;letter-spacing:.01em}.page-content .rte ul,.page-content .rte ol{margin-top:1rem;padding-left:1.5rem}.page-content .rte ul{list-style:disc}.page-content .rte ol{list-style:decimal}.page-content .rte ul ul{list-style:circle}.page-content .rte li{margin-top:.5rem;padding-left:.25rem}.page-content .rte li::marker{color:#f3cc9199}.page-content .rte strong,.page-content .rte b{color:var(--foreground);font-weight:500}.page-content .rte em,.page-content .rte i{font-style:italic}.page-content .rte a{color:var(--gold);text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;transition:opacity .2s}.page-content .rte a:hover{opacity:.75}.page-content .rte table{width:100%;margin-top:1.75rem;border-collapse:collapse;font-size:.875rem}.page-content .rte th,.page-content .rte td{padding:.75rem 1rem;border:1px solid rgba(255,255,255,.1);text-align:left;vertical-align:top}.page-content .rte th{color:var(--foreground);font-weight:500;background:#ffffff08;letter-spacing:.04em}.page-content .rte .table-scroll{overflow-x:auto}.page-content .rte img{max-width:100%;height:auto;margin-top:1.75rem}.page-content .rte figure{margin-top:1.75rem}.page-content .rte figcaption{margin-top:.625rem;font-size:.8125rem;color:#ffffff73}.page-content .rte iframe{max-width:100%;margin-top:1.75rem;border:1px solid var(--border)}.page-content .rte blockquote{margin:1.75rem 0 0;padding-left:1.25rem;border-left:2px solid rgba(243,204,145,.4);font-family:var(--font-display);font-size:1.125rem;color:#ffffffd9}.page-content .rte [style*=color]{color:inherit!important;background-color:transparent!important}.page-content .rte [style*=width]{max-width:100%!important}.page-content .rte *{max-width:100%}.page-content .rte,.page-content .rte a{overflow-wrap:anywhere}.page-content .rte hr{margin-block:2.5rem;border:0;height:1px;background:#ffffff1a}.page-blocks{margin-top:3rem;padding-top:2.5rem;border-top:1px solid rgba(243,204,145,.15)}.page-app-block input:not([type=submit]):not([type=checkbox]):not([type=radio]),.page-app-block textarea,.page-app-block select{background:transparent;border:1px solid var(--border);color:var(--foreground);padding:.75rem 1rem;width:100%;border-radius:0}.page-app-block input:focus,.page-app-block textarea:focus,.page-app-block select:focus{outline:none;border-color:var(--gold)}.page-app-block label{color:var(--muted-fg)}.page-app-block button,.page-app-block input[type=submit]{background:var(--gold);color:var(--gold-fg);border:0;height:3rem;padding-inline:2rem;font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:500;cursor:pointer;transition:background-color .2s}.page-app-block button:hover,.page-app-block input[type=submit]:hover{background:#f3cc91d9}.page-help{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(243,204,145,.15)}.page-help-text{font-size:.9375rem;line-height:1.75;color:var(--muted-fg)}.page-help .text-link{margin-top:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.filter-form{display:flex;flex-direction:column;gap:0;flex:1;min-height:0}.filter-groups-scroll{flex:1;overflow-y:auto;scrollbar-width:none;min-height:0}.filter-groups-scroll::-webkit-scrollbar{display:none}.filter-group{border-bottom:1px solid var(--border)}.filter-group-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 0;color:var(--foreground);transition:color .2s;gap:.5rem}.filter-group-btn:hover{color:var(--gold)}.filter-group-chevron{transition:transform .3s ease;flex-shrink:0;margin-left:auto}.filter-group.is-open .filter-group-chevron{transform:rotate(180deg)}.filter-active-count{display:inline-flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;border-radius:9999px;background:var(--gold);color:var(--gold-fg);font-size:9px;font-weight:600}.filter-group-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.22,1,.36,1);overflow:hidden}.filter-group.is-open .filter-group-body{grid-template-rows:1fr}.filter-group-body-inner{overflow:hidden;padding-bottom:.75rem;min-height:0}.filter-list{list-style:none;display:flex;flex-direction:column;gap:.125rem}.filter-list-item.is-hidden-overflow{display:none}.filter-list-label{display:flex;align-items:center;gap:.625rem;padding:.375rem 0;cursor:pointer;font-size:.8125rem;color:#fffc;transition:color .2s}.filter-list-label:hover{color:var(--foreground)}.filter-checkbox-ui{width:14px;height:14px;border:1px solid var(--border);flex-shrink:0;transition:border-color .2s,background-color .2s;position:relative}.filter-checkbox:checked+.filter-checkbox-ui{border-color:var(--gold);background:var(--gold)}.filter-checkbox:checked+.filter-checkbox-ui:after{content:"";position:absolute;left:2px;top:1px;width:8px;height:5px;border-left:1.5px solid var(--gold-fg);border-bottom:1.5px solid var(--gold-fg);transform:rotate(-45deg)}.filter-checkbox:disabled+.filter-checkbox-ui{opacity:.3}.filter-list-text{flex:1}.filter-list-count{font-size:.75rem;color:var(--muted-fg)}.filter-show-more{margin-top:.5rem;font-size:11px;letter-spacing:.16em;text-transform:uppercase;transition:opacity .2s}.filter-show-more:hover{opacity:.8}.price-range-wrap{padding:.5rem 0 .75rem}.price-range-track{position:relative;height:2px;background:var(--border);margin-bottom:1rem}.price-range-fill{position:absolute;height:100%;background:var(--gold);pointer-events:none}.price-range-input{position:absolute;top:50%;transform:translateY(-50%);width:100%;height:20px;opacity:0;cursor:pointer;pointer-events:all;margin:0}.price-range-values{display:flex;justify-content:space-between;font-size:11px;letter-spacing:.16em}.filter-form-actions{display:flex;gap:1rem;align-items:center;flex-shrink:0;background:var(--background);padding:1rem 0 1.25rem;border-top:1px solid var(--border)}.btn-filter-apply{flex:1;height:2.75rem;background:var(--gold);color:var(--gold-fg);font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:500;transition:background-color .2s}.btn-filter-apply:hover{background:#f3cc91d9}.btn-filter-clear{font-size:11px;letter-spacing:.16em;text-transform:uppercase;transition:color .2s}.btn-filter-clear:hover{color:var(--gold)}.product-card-img-primary{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .8s ease-out,opacity .3s ease}.product-card-img-hover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease}.product-card:hover .product-card-img-primary{transform:scale(1.04)}.product-card:hover .product-card-img-hover{opacity:1}.product-card-badge{position:absolute;top:.75rem;left:.75rem;background:var(--background);color:var(--muted-fg);padding:.25rem .5rem;font-size:9px;letter-spacing:.2em}.product-card-type{font-size:9px;letter-spacing:.2em;color:var(--muted-fg);margin-bottom:.125rem}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:58;background:#00000080;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);opacity:0;pointer-events:none;transition:opacity .35s ease}.search-overlay.is-open{opacity:1;pointer-events:auto}.search-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:var(--background);display:flex;flex-direction:column;transform:translateY(-100%);transition:transform .4s cubic-bezier(.22,1,.36,1);overflow:hidden}.search-drawer.is-open{transform:translateY(0)}.search-drawer-inner{display:flex;flex-direction:column;flex:1;min-height:0;max-width:860px;width:100%;margin-inline:auto;padding:5rem 2rem 0}.search-scroll-area{flex:1;overflow-y:auto;padding-bottom:2rem;scrollbar-width:thin;min-height:0}.search-input-row{display:flex;align-items:center;gap:.75rem;border-bottom:1px solid var(--border);padding-bottom:1rem;margin-bottom:1.5rem}.search-input-icon{flex-shrink:0;color:var(--muted-fg)}.search-input{flex:1;background:transparent;border:none;color:var(--foreground);font-size:clamp(1.5rem,4vw,2.5rem);outline:none}.search-input::placeholder{color:var(--muted-fg)}.search-clear-btn{flex-shrink:0;color:var(--muted-fg);font-size:11px;letter-spacing:.22em;text-transform:uppercase;transition:color .2s}.search-clear-btn:hover{color:var(--gold)}.search-close-btn{position:fixed;top:0;left:1rem;height:72px;z-index:65;display:inline-flex;align-items:center;gap:.5rem;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#ffffffb3;transition:color .2s}.search-close-btn:hover{color:var(--gold)}@media(min-width:640px){.search-close-btn{left:2rem}}.search-submit-btn{flex-shrink:0;color:var(--muted-fg);transition:color .2s}.search-submit-btn:hover{color:var(--gold)}.search-recent{margin-bottom:1.75rem}.search-recent-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.875rem}.search-recent-clear-all{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted-fg);transition:color .2s}.search-recent-clear-all:hover{color:var(--gold)}.search-tag--recent{display:inline-flex;align-items:center;gap:.5rem;padding-right:.5rem}.search-recent-term{color:inherit;font-size:inherit;letter-spacing:inherit;text-transform:inherit}.search-recent-remove{display:flex;align-items:center;color:var(--muted-fg);transition:color .2s;flex-shrink:0}.search-tag--recent:hover .search-recent-remove{color:var(--foreground)}.search-initial-label{margin-bottom:.875rem}.search-tags{display:flex;flex-wrap:wrap;gap:.5rem}.search-tag{padding:.375rem .875rem;border:1px solid var(--border);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#ffffffb3;transition:border-color .2s,color .2s}.search-tag:hover{border-color:#f3cc9180;color:var(--gold)}.search-results-heading{font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--muted-fg);margin-bottom:.875rem;margin-top:1.25rem}.search-results-products{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.search-results-products{grid-template-columns:repeat(4,1fr)}}.search-result-card{display:block}.search-result-img{aspect-ratio:1;overflow:hidden;background:var(--surface)}.search-result-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.search-result-card:hover .search-result-img img{transform:scale(1.04)}.search-result-title{margin-top:.5rem;font-family:var(--font-display);font-size:.9375rem;color:var(--foreground);transition:color .2s}.search-result-card:hover .search-result-title{color:var(--gold)}.search-result-price{margin-top:.125rem;font-size:.75rem;color:var(--gold)}.search-results-other{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.search-results-other a{font-size:.8125rem;color:#ffffffbf;padding:.25rem 0;transition:color .2s}.search-results-other a:hover{color:var(--gold)}.search-results-other a+a:before{content:"\b7";margin-right:.5rem;color:var(--muted-fg)}.search-skeleton-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.search-skeleton-grid{grid-template-columns:repeat(4,1fr)}}.search-skeleton-img{aspect-ratio:1;background:var(--surface);overflow:hidden;position:relative}.search-skeleton-title{height:.875rem;background:var(--surface);margin-top:.5rem;width:75%;position:relative;overflow:hidden}.search-skeleton-price{height:.75rem;background:var(--surface);margin-top:.375rem;width:40%;position:relative;overflow:hidden}.search-skeleton-img:after,.search-skeleton-title:after,.search-skeleton-price:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.04) 50%,transparent 100%);animation:shimmer 1.4s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.search-footer{border-top:1px solid var(--border);padding-top:1rem;margin-top:1.5rem;text-align:center}.search-all-link{display:inline-flex;align-items:center;gap:.5rem;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--foreground);transition:color .2s}.search-all-link:hover{color:var(--gold)}.search-page-empty{padding-block:6rem}.search-page-results{padding-block:2rem;border-bottom:1px solid var(--border)}.search-page-predictive-grid{display:grid;gap:2rem 1.5rem;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.search-page-predictive-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.search-page-predictive-grid{grid-template-columns:repeat(6,1fr)}}.search-page-form{width:100%;max-width:32rem;display:none}@media(min-width:768px){.search-page-form{display:block}}.search-page-form-mobile{padding:.75rem 2rem;border-bottom:1px solid var(--border)}.search-page-form-mobile .search-page-form{display:block;max-width:100%}@media(min-width:768px){.search-page-form-mobile{display:none}}.search-page-input-row{display:flex;align-items:center;border-bottom:1px solid var(--border);transition:border-color .2s}.search-page-input-row:focus-within{border-color:var(--gold)}.search-page-input{flex:1;background:transparent;border:none;outline:none;color:var(--foreground);font-size:clamp(1rem,2vw,1.5rem);padding:.375rem 0;min-width:0}.search-page-input::placeholder{color:var(--muted-fg)}.search-page-submit{flex-shrink:0;display:grid;place-items:center;width:2rem;height:2rem;color:var(--muted-fg);transition:color .2s}.search-page-submit:hover{color:var(--gold)}.product-info-title,.product-info-rule,.product-description--plain,.product-desc-toggle,.product-options,.product-atc-row,.product-assurance-item,.product-bespoke-link,.product-block--custom-text{margin-top:2rem}.product-info-price-row{margin-top:.5rem}.product-info-title{font-size:clamp(2rem,3.5vw,2.5rem);line-height:1.05}.product-info-price-row{display:flex;align-items:baseline;gap:.75rem}.product-info-price{font-size:1.5rem}.product-info-rule{height:1px;background:#f3cc9166}.product-description--plain{color:#ffffffbf}.product-options{display:flex;flex-direction:column;gap:1.5rem}.product-option-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.75rem}.product-option-value{font-size:.75rem;color:#ffffffb3}.product-atc-row{display:flex;align-items:stretch;gap:.75rem}.btn-add-to-cart-icon{margin-right:.5rem;flex-shrink:0}.product-bespoke-link{display:inline-flex;align-items:center;gap:.375rem}.product-section-heading{margin-top:.5rem;font-size:clamp(1.5rem,3vw,2.25rem)}.footer-trust-strip{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.footer-trust-inner{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem 2rem;max-width:1400px;margin-inline:auto;padding:3.5rem 1.5rem}@media(min-width:768px){.footer-trust-inner{grid-template-columns:repeat(4,1fr);gap:2rem;padding:3.5rem 3rem}}.footer-trust-item{display:flex;flex-direction:column;align-items:center;text-align:center}@media(min-width:768px){.footer-trust-item{align-items:flex-start;text-align:left}}.footer-trust-icon{color:var(--gold)}.footer-trust-title{margin-top:1rem;font-size:.875rem;font-weight:500;letter-spacing:.03em;color:var(--foreground)}.footer-trust-copy{margin-top:.25rem;max-width:220px;font-size:.75rem;line-height:1.6;color:#ffffff80}.footer-newsletter-band{border-bottom:1px solid rgba(255,255,255,.08);background:#f3cc910f;background:color-mix(in oklab,var(--gold) 6%,transparent);overflow:hidden}.footer-newsletter-inner{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1400px;margin-inline:auto;padding:3rem 1.5rem;align-items:center;width:100%}@media(min-width:768px){.footer-newsletter-inner{grid-template-columns:1fr 1fr;gap:4rem;padding:5rem 3rem}}.footer-newsletter-copy,.footer-newsletter-form-wrap{min-width:0;overflow:hidden}.footer-newsletter-heading{margin-top:1rem;font-size:clamp(1.5rem,5vw,2.25rem);line-height:1.2;overflow-wrap:break-word}.footer-newsletter-sub{margin-top:.75rem;font-size:.875rem;color:#ffffff8c}.footer-newsletter-form-wrap,.footer-newsletter-form-wrap form{width:100%}.footer-newsletter-form-wrap form.contact-form{margin-top:0;display:block}.footer-newsletter-form-wrap .shopify-challenge__container,.footer-newsletter-form-wrap [data-shopify-captcha],.footer-newsletter-form-wrap iframe[src*="challenges.cloudflare"],.footer-newsletter-form-wrap iframe[src*=shopify]{display:none!important}.footer-newsletter-input-row{display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.18);padding-bottom:.5rem;transition:border-color .2s}.footer-newsletter-input-row:focus-within{border-color:var(--gold)}.footer-newsletter-input{flex:1;background:transparent;border:none;outline:none;padding:.5rem 0;font-size:1rem;color:var(--foreground)}.footer-newsletter-input::placeholder{color:#ffffff59}.footer-newsletter-submit{flex-shrink:0;margin-left:.75rem;white-space:nowrap;font-size:.625rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);background:none;border:none;cursor:pointer;transition:opacity .2s;padding:0}.footer-newsletter-submit:hover{opacity:.75}.footer-newsletter-privacy{margin-top:.75rem;font-size:.75rem;color:#ffffff59}.footer-newsletter-success{font-size:.875rem}.footer-newsletter-error{margin-top:.5rem;font-size:.75rem;color:#e07070}.footer-main{max-width:1400px;margin-inline:auto;padding:5rem 1.5rem 3rem}@media(min-width:768px){.footer-main{padding:5rem 3rem 3rem}}.footer-columns{display:grid;grid-template-columns:1fr 1fr;gap:3rem 2rem}.footer-columns>*{min-width:0;overflow:hidden}@media(min-width:768px){.footer-columns{grid-template-columns:4fr repeat(var(--footer-nav-cols, 4),2fr);gap:2rem;align-items:start}}.footer-brand-logo{display:inline-block;color:var(--foreground)}.footer-brand-tagline{margin-top:1.5rem;max-width:18rem;font-size:.875rem;line-height:1.65;color:#ffffff80}.footer-brand-be-rare{margin-top:1.5rem}.footer-social{margin-top:2rem;display:flex;align-items:center;gap:.75rem}.footer-social-link{display:grid;place-items:center;width:2.25rem;height:2.25rem;border:1px solid rgba(255,255,255,.12);color:#fff9;transition:border-color .2s,color .2s}.footer-social-link:hover{border-color:var(--gold);color:var(--gold)}.footer-nav-col{grid-column:span 1}.footer-nav-heading{margin-bottom:1.25rem;font-size:.6875rem;letter-spacing:.22em;text-transform:uppercase}.footer-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-nav-link{font-size:.875rem;color:#ffffffa6;transition:color .2s}.footer-nav-link:hover{color:var(--gold)}.footer-localization-col{grid-column:span 1}.footer-country-dropdown{width:100%;max-width:22rem;min-width:0}.footer-country-btn{width:100%;max-width:100%;white-space:nowrap;min-width:0}.footer-country-globe{color:var(--gold);flex-shrink:0}.footer-country-btn .collection-sort-chevron{margin-left:auto;flex-shrink:0}.footer-country-current{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}.footer-country-list{top:auto;bottom:calc(100% + 4px);right:auto;left:0;width:100%;max-height:15rem;overflow-y:auto}.footer-country-nojs{margin-top:.5rem}.footer-localization-note{margin-top:.75rem;font-size:.75rem;color:#ffffff59}.footer-badges-row{margin-top:4rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;border-top:1px solid rgba(255,255,255,.08);padding-top:2rem}.footer-trust-badges{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.footer-trust-badge{border:1px solid rgba(255,255,255,.12);padding:.25rem .625rem;font-size:.625rem;letter-spacing:.24em;text-transform:uppercase;color:#ffffff80}.footer-payment-methods{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.625rem;letter-spacing:.24em;text-transform:uppercase;color:#fff6}.footer-bottom-row{margin-top:2.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;font-size:.6875rem;letter-spacing:.22em;text-transform:uppercase;color:#fff6}.footer-bottom-links{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem}.footer-bottom-link{color:#fff6;transition:color .2s}.footer-bottom-link:hover{color:var(--gold)}.product-block--diamond{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.diamond-head{margin-bottom:.875rem}.diamond-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}.diamond-cell{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.875rem .375rem;border:1px solid rgba(243,204,145,.18);background:#f3cc910a;text-align:center}.diamond-cell-value{font-size:1.1875rem;line-height:1.1;color:var(--gold)}.diamond-cell-label{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted-fg)}.diamond-note{margin-top:.875rem;font-size:11px;line-height:1.6;color:#ffffff73}.diamond-specs{margin-top:1.25rem;display:flex;flex-direction:column}.diamond-spec-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.5625rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.diamond-spec-row:last-child{border-bottom:none}.diamond-spec-row dt{font-size:.8125rem;color:var(--muted-fg)}.diamond-spec-row dd{font-size:.8125rem;color:#ffffffe6;text-align:right;font-variant-numeric:tabular-nums}.diamond-cert{display:flex;gap:.75rem;margin-top:1.25rem;padding-top:1.125rem;border-top:1px solid rgba(243,204,145,.25)}.diamond-cert-icon{flex-shrink:0;margin-top:2px;color:var(--gold)}.diamond-cert-lab{font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:var(--gold)}.diamond-cert-copy{margin-top:.3125rem;font-size:.75rem;line-height:1.6;color:#ffffffb3}@media(max-width:480px){.diamond-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.option-swatches--quality{display:block}.quality-group-head{display:flex;align-items:center;gap:.625rem;margin-bottom:.5625rem}.quality-group-head:not(:first-child){margin-top:1.125rem}.quality-group-label{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#ffffff8c;flex-shrink:0}.quality-group-label--lab{color:var(--gold)}.quality-group-rule{flex:1;height:1px;background:#ffffff1a}.quality-group-label--lab+.quality-group-rule{background:#f3cc912e}.quality-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(13rem,1fr));gap:0 1.5rem}.option-swatch.quality-card{display:flex;flex-direction:row;align-items:baseline;justify-content:space-between;gap:1rem;width:100%;padding:.5rem .625rem;border:0;border-left:2px solid transparent;border-radius:0;background:transparent;box-shadow:inset 0 -1px #ffffff0f;color:#ffffffeb;text-transform:none;letter-spacing:normal}.option-swatch.quality-card:hover{background:#ffffff08}.quality-card-grade{font-size:.9375rem;line-height:1.2;color:inherit}.quality-card-price{font-size:.8125rem;font-weight:500;color:inherit;font-variant-numeric:tabular-nums;flex-shrink:0}.quality-group-note{font-size:10px;line-height:1.5;color:#ffffff59;margin:-.125rem 0 .5rem}.quality-help{margin-top:1.25rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.quality-help-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 0;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--foreground);transition:color .2s}.quality-help-btn:hover{color:var(--gold)}.quality-help-btn[aria-expanded=true] .toggle-chevron{transform:rotate(180deg)}.quality-help-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.22,1,.36,1);overflow:hidden}.quality-help-body.is-open{grid-template-rows:1fr}.quality-help-inner{overflow:hidden;min-height:0;display:flex;flex-direction:column;gap:.875rem;padding-bottom:1rem}.quality-help-term{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.3125rem}.quality-help-copy{font-size:.75rem;line-height:1.65;color:#ffffffb3}.option-swatches--hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.metal-picker{display:flex;flex-direction:column;gap:1.125rem}.metal-karats{display:flex;flex-wrap:wrap;gap:.5rem}.metal-karat{display:inline-flex;align-items:baseline;gap:.5rem;padding:.625rem 1.125rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#ffffffa6;transition:border-color .2s,background-color .2s,color .2s}.metal-karat:hover{border-color:#f3cc9166;background:#f3cc910f;color:var(--foreground)}.metal-karat.is-active{border-color:var(--gold);background:#f3cc911f;color:var(--gold)}.metal-karat-label{font-size:11px;letter-spacing:.18em;text-transform:uppercase}.metal-karat-delta{font-size:10px;opacity:.7;font-variant-numeric:tabular-nums}.metal-karat-delta:empty{display:none}.metal-colours{display:flex;flex-wrap:wrap;gap:.5rem}.metal-colour{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem .5rem .5rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#ffffffa6;transition:border-color .2s,background-color .2s,color .2s}.metal-colour:hover:not(:disabled){border-color:#f3cc9166;color:var(--foreground)}.metal-colour.is-active{border-color:var(--gold);background:#f3cc911f;color:var(--gold)}.metal-colour:disabled{opacity:.35;cursor:not-allowed}.metal-colour-dot{width:1.125rem;height:1.125rem;border-radius:50%;background:var(--sw, #8a8a88);box-shadow:inset 0 0 0 1px #00000040;flex-shrink:0}.metal-colour-label{font-size:11px;letter-spacing:.18em;text-transform:uppercase}.ig-feed{padding-block:7rem}.ig-feed-inner{max-width:1400px;margin-inline:auto;padding-inline:1.5rem}@media(min-width:768px){.ig-feed-inner{padding-inline:3rem}}.ig-feed-head{text-align:center;margin-bottom:2.5rem}.ig-feed-heading{margin-top:.75rem;font-size:clamp(2rem,3vw,3rem)}.ig-feed-handle{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--muted-fg);transition:color .2s}.ig-feed-handle:hover{color:var(--gold)}.ig-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media(min-width:640px){.ig-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.ig-grid{grid-template-columns:repeat(var(--ig-cols, 6),1fr)}}.ig-tile{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;background:var(--surface)}.ig-tile-img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.ig-tile:hover .ig-tile-img{transform:scale(1.05)}.ig-tile-placeholder{width:100%;height:100%;background:var(--surface)}.ig-tile-badge{position:absolute;top:.5rem;right:.5rem;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5));display:grid;place-items:center;pointer-events:none}.ig-tile-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#1616168c;color:var(--gold);opacity:0;transition:opacity .3s ease;pointer-events:none}.ig-tile:hover .ig-tile-overlay{opacity:1}.ig-feed-empty{max-width:30rem;margin-inline:auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:3rem 1.5rem;border:1px solid rgba(243,204,145,.15);background:#ffffff05}.ig-feed-empty-icon{color:var(--gold)}.ig-feed-empty-text{font-size:.9375rem;line-height:1.75;color:var(--muted-fg)}.film{padding-block:7rem}.film-inner{max-width:1400px;margin-inline:auto;padding-inline:1.5rem}@media(min-width:768px){.film-inner{padding-inline:3rem}}.film-strip{display:flex;flex-direction:column-reverse;gap:2.5rem}@media(min-width:900px){.film-strip{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,22rem);gap:3.5rem;align-items:center}}.film-strip--no-video{display:block}.film-body{display:flex;flex-direction:column}.film-heading{margin-top:.75rem;font-size:clamp(2rem,3vw,3rem);line-height:1.1}.film-copy{margin-top:1.25rem;max-width:30rem;font-size:.875rem;line-height:1.75;color:var(--muted-fg)}.film-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem}@media(min-width:640px){.film-products{grid-template-columns:repeat(3,minmax(0,1fr))}}.film-strip--no-video .film-products{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr))}.film-cta{margin-top:2rem;align-self:flex-start}.film-triptych{display:flex;align-items:center;justify-content:center;gap:.5rem}.film-flank{flex:0 0 19%;min-width:0;aspect-ratio:9 / 16;object-fit:cover;max-height:72%;opacity:.4;background:var(--surface)}@media(min-width:900px){.film-triptych{display:block}.film-flank{display:none}}.film-frame{position:relative;aspect-ratio:9 / 16;max-width:22rem;width:100%;margin-inline:auto;overflow:hidden;background:var(--surface);flex:0 1 56%;min-width:0;margin-inline:0}@media(min-width:900px){.film-frame{flex:none;margin-inline:auto}}.film-video{width:100%;height:100%;object-fit:cover;display:block}.film-veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(22,22,22,.45) 0%,transparent 45%);pointer-events:none}.film-link{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:.5rem;padding-bottom:.25rem;border-bottom:1px solid rgba(243,204,145,.6);font-size:11px;letter-spacing:.28em;text-transform:uppercase;white-space:nowrap;color:var(--foreground);transition:color .2s}.film-link:hover{color:var(--gold)}@media(max-width:899px){.film-link{font-size:9px;letter-spacing:.16em;gap:.375rem;bottom:.875rem}.film-link svg{width:10px;height:10px}}@media(prefers-reduced-motion:reduce){.film-video{pointer-events:none}}.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:1px;margin-top:3rem;background:var(--border);border:1px solid var(--border);padding:0}.page-content .rte ul.contact-cards,.page-content .rte ul.contact-cards>li{list-style:none}.page-content .rte ul.contact-cards{padding-left:0}.contact-card{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;background:var(--card);margin:0}.page-content .rte ul.contact-cards>li.contact-card{padding:2rem 1.75rem}.contact-card svg{width:1.25rem;height:1.25rem;color:var(--gold);margin-bottom:.5rem}.contact-card h3{font-family:var(--font-sans);font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--foreground);margin:0}.contact-card p{font-size:.875rem;line-height:1.7;color:var(--muted-fg);margin:0}.contact-card .text-link{margin-top:.75rem;font-size:10px;overflow-wrap:anywhere;text-align:left}.contact-card address{font-style:normal;font-size:.875rem;line-height:1.7;color:var(--muted-fg)}.contact-map{margin-top:3rem;border:1px solid var(--border);aspect-ratio:16 / 9}.contact-map iframe{display:block;width:100%;height:100%;border:0;filter:grayscale(1) invert(.92) contrast(.9)}@media(max-width:640px){.contact-map{aspect-ratio:4 / 3}}.page-blocks-empty{margin-top:3rem;padding:2.5rem 1.5rem;border:1px dashed var(--input);text-align:center;color:var(--muted-fg);font-size:.875rem;line-height:1.7}.page-blocks-empty p{margin:0}.page-blocks-empty strong{color:var(--foreground);font-weight:500}.page-contact-form{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border)}.contact-form-heading{font-family:var(--font-display);font-size:1.75rem;line-height:1.2;color:var(--foreground);margin:0 0 2rem}.contact-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:0 1.25rem}.contact-field{display:flex;flex-direction:column;gap:.5rem;margin:0 0 1.5rem}.contact-field label{font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:var(--muted-fg)}.contact-optional{letter-spacing:.12em;text-transform:none;opacity:.7}.contact-field input,.contact-field textarea{width:100%;padding:.875rem 1rem;background:transparent;border:1px solid rgba(255,255,255,.36);color:var(--foreground);font-family:var(--font-sans);font-size:.9375rem;transition:border-color .2s}.contact-field textarea{resize:vertical}.contact-field input:focus,.contact-field textarea:focus{outline:none;border-color:var(--gold)}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#ffffff59}.contact-submit{display:inline-flex;align-items:center;justify-content:center;min-width:14rem;height:3rem;padding-inline:2rem;background:var(--gold);color:var(--gold-fg);border:0;cursor:pointer;font-size:11px;letter-spacing:.32em;text-transform:uppercase;font-weight:500;transition:background-color .2s}.contact-submit:hover{background-color:#f3cc91e0}.form-note{padding:1rem 1.25rem;margin:0 0 2rem;font-size:.875rem;line-height:1.6;border:1px solid}.form-note-success{border-color:#f3cc9166;color:var(--gold)}.form-note-error{border-color:#ff6b6b66;color:#ff6b6b}.form-note-error p{margin:0 0 .5rem}.form-note-error ul{margin:0;padding-left:1.25rem;list-style:disc}@media(max-width:640px){.contact-submit{width:100%}}.page-app-block shopify-forms-embed{--inline-container-max-width: 100%;display:block;width:100%}.page-body-rest{margin-top:3rem}.journal-rte h2,.journal-rte h3,.journal-rte h4,.journal-rte h5{font-family:var(--font-display);font-weight:400;color:var(--foreground);line-height:1.25;margin:2.75rem 0 .875rem}.journal-rte h2{font-size:2rem}.journal-rte h3{font-size:1.625rem}.journal-rte h4{font-size:1.4375rem}.journal-rte h5{font-size:1.1875rem}.journal-rte ul{list-style:disc;padding-inline-start:1.25rem}.journal-rte ol{list-style:decimal;padding-inline-start:1.25rem}.journal-rte li{margin-top:.5rem;font-size:1rem;line-height:1.8;color:var(--muted-fg)}@media(min-width:768px){.journal-rte li{font-size:1.0625rem}}.journal-rte ul,.journal-rte ol{margin-top:1.25rem}.journal-rte a{color:var(--gold);text-decoration:underline;text-underline-offset:.2em}.journal-rte a:hover{opacity:.8}.journal-rte [style*=color]{color:inherit!important;background-color:transparent!important}.journal-rte img{max-width:100%;height:auto}.policy-page .shopify-policy__container{max-width:none;margin:0;padding:0}.policy-page .shopify-policy__title{margin-top:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(243,204,145,.15)}.policy-page .shopify-policy__title h1{margin-top:.75rem;font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.1;color:var(--foreground)}.exchange-page{padding-top:var(--page-top);padding-bottom:6rem}.exchange-hero{max-width:44rem;margin-inline:auto;padding:6rem 1.5rem 0;text-align:center}.exchange-hero h1{margin-top:1rem;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1}.exchange-hero-sub{margin-top:1.5rem;font-size:.9375rem;line-height:1.875;color:var(--muted-fg)}.exchange-value{margin:3.5rem auto 0;max-width:28rem;padding-inline:1.5rem;text-align:center}.exchange-value-inner{border:1px solid rgba(243,204,145,.25);background:var(--card);padding:3rem 2rem}.exchange-value-icon{width:1.75rem;height:1.75rem;color:var(--gold)}.exchange-value-number{display:block;margin-top:1rem;font-size:clamp(3.5rem,7vw,5rem);line-height:1;color:var(--gold)}.exchange-value-label{margin:1rem auto 0;max-width:22rem;font-size:.8125rem;line-height:1.7;color:var(--muted-fg)}.exchange-section-heading{text-align:center;font-size:clamp(1.75rem,3vw,2.25rem);margin-bottom:3rem}.exchange-steps-section,.exchange-eligibility-section,.exchange-terms,.exchange-cta{max-width:72rem;margin-inline:auto;padding:5rem 1.5rem 0}.exchange-steps{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1px;background:var(--border);border:1px solid var(--border)}.exchange-step{display:flex;flex-direction:column;gap:.75rem;background:var(--card);padding:2.5rem 2rem}.exchange-step-number{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid var(--gold);border-radius:50%;font-family:var(--font-display);font-size:.9375rem;color:var(--gold)}.exchange-step h3{margin-top:.5rem;font-family:var(--font-sans);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--foreground)}.exchange-step p{font-size:.875rem;line-height:1.7;color:var(--muted-fg)}.exchange-eligibility{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:1px;background:var(--border);border:1px solid var(--border)}.exchange-eligibility-item{display:flex;flex-direction:column;gap:.5rem;background:var(--card);padding:2rem 1.75rem}.exchange-eligibility-item svg{width:1.5rem;height:1.5rem;color:var(--gold);margin-bottom:.5rem}.exchange-eligibility-item h3{font-family:var(--font-sans);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--foreground)}.exchange-eligibility-item p{font-size:.8125rem;line-height:1.7;color:var(--muted-fg)}.exchange-terms-body{max-width:44rem;margin-inline:auto}.exchange-terms-list{list-style:none;margin-top:1.5rem;padding:0;display:flex;flex-direction:column;gap:1.25rem;counter-reset:exchange-term}.exchange-terms-list li{position:relative;padding-left:2.25rem;font-size:.875rem;line-height:1.8;color:var(--muted-fg);counter-increment:exchange-term}.exchange-terms-list li:before{content:counter(exchange-term,decimal-leading-zero);position:absolute;left:0;top:0;font-family:var(--font-display);font-size:.8125rem;color:var(--gold)}.exchange-cta{text-align:center;padding-top:6rem;padding-bottom:2rem}.exchange-cta h2{font-size:clamp(1.75rem,3vw,2.25rem)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
