:root{--summit-white: #F8F8F8;--obsidian-black: #1A1A1A;--clay-ochre: #B88B5B;--riverbed-grey: #6B7A7C;--forest-canopy: #34625A;--alpine-lake: #4A7C93;--font-heading: "Montserrat", sans-serif;--font-body: "Lora", serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--summit-white);color:var(--obsidian-black);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;margin-bottom:1rem}p{margin-bottom:1rem}a{color:var(--alpine-lake);text-decoration:none;transition:color .3s ease}a:hover{color:var(--clay-ochre)}img{max-width:100%;height:auto}.cta-button{font-family:var(--font-heading);font-weight:700;display:inline-block;background-color:var(--summit-white);color:var(--obsidian-black);padding:.8rem 1.8rem;text-decoration:none;text-transform:uppercase;letter-spacing:1px;border:2px solid var(--summit-white);transition:all .3s ease;cursor:pointer;text-align:center;-webkit-appearance:none}.cta-button:hover{background-color:transparent;color:var(--summit-white)}.cta-button.is-loading{background-color:#eee;color:transparent;border-color:#eee;pointer-events:none;position:relative;overflow:hidden}.cta-button.is-loading:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);animation:loading-shimmer 1.5s infinite}@keyframes loading-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}button.out-of-stock,button.out-of-stock:hover{background-color:var(--riverbed-grey);border-color:var(--riverbed-grey);color:var(--summit-white);opacity:.7;cursor:not-allowed}.cta-button.notify-me-button,.cta-button.notify-me-button:hover{background-color:var(--alpine-lake)!important;border-color:var(--alpine-lake);color:var(--summit-white);opacity:1;cursor:pointer}.cta-button.notify-me-button:hover{background-color:var(--forest-canopy);border-color:var(--forest-canopy)}.site-header{background-color:var(--summit-white);padding:2rem 5%;border-bottom:1px solid #eee}.site-header.sticky{position:sticky;top:0;z-index:1000;background-color:#f8f8f8f2;backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s ease}.site-header .logo-link{color:var(--obsidian-black)}.site-header .logo img{filter:none}.site-header .nav-links a{color:var(--obsidian-black)}.site-header .nav-links a:hover{color:var(--clay-ochre)}.site-header .nav-links button.snipcart-checkout{color:var(--obsidian-black)}.site-header .nav-links button.snipcart-checkout:hover{color:var(--clay-ochre)}.hero{background-size:cover;background-position:center center;background-attachment:fixed;color:var(--summit-white);min-height:80vh;display:flex;flex-direction:column;padding:2rem 5%}nav{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;letter-spacing:1px}.logo-link{display:flex;align-items:center;text-decoration:none;color:var(--summit-white);gap:.75rem}.logo-link span{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;letter-spacing:1px}.logo img{height:40px;width:auto;display:block;filter:brightness(0) invert(1)}.nav-links a,.nav-links button.snipcart-checkout{font-family:var(--font-heading);font-weight:500;color:var(--summit-white);font-size:.9rem;text-transform:uppercase;letter-spacing:1px;background:none;border:none;cursor:pointer;text-decoration:none}.nav-links a:hover,.nav-links button.snipcart-checkout:hover{color:var(--clay-ochre)}.hero-content{flex-grow:1;display:flex;flex-direction:column;justify-content:center}.hero-content h1{font-size:3.5rem;font-weight:700;margin:0;line-height:1.1}.hero-content .subtitle{font-family:var(--font-body);font-size:1.25rem;font-weight:400;max-width:500px;margin-top:1rem;margin-bottom:2rem;opacity:.9}.shop-section{padding:4rem 5%;text-align:center}.filter-bar{background-color:#fdfdfd;border:1px solid #eee;padding:1.5rem;margin-bottom:3rem;border-radius:4px;display:flex;flex-direction:column;gap:1.5rem;text-align:left;width:100%;overflow:hidden}.filter-title{font-size:2rem;margin:0;line-height:1.1;min-width:250px}.filters-vertical-layout{display:flex;flex-direction:column;gap:1.25rem;width:100%;min-width:0}.filter-row{display:flex;flex-direction:column;gap:.5rem;width:100%;min-width:0}.filter-label{font-family:var(--font-heading);font-size:.85rem;font-weight:700;text-transform:uppercase;color:var(--riverbed-grey);letter-spacing:.5px}.filter-pills-container{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--riverbed-grey) transparent}.filter-pills-container::-webkit-scrollbar{height:4px}.filter-pills-container::-webkit-scrollbar-track{background:transparent}.filter-pills-container::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:4px}.filter-pill{flex:0 0 auto;border:1px solid var(--riverbed-grey);border-radius:50px;padding:.6rem 1.2rem;white-space:nowrap;font-family:var(--font-heading);font-size:.85rem;font-weight:500;background:#fff;color:var(--riverbed-grey);cursor:pointer;transition:all .2s ease}.filter-pill:hover{border-color:var(--obsidian-black);color:var(--obsidian-black)}.filter-pill.active{background-color:var(--clay-ochre);border-color:var(--clay-ochre);color:var(--summit-white)}.filter-row-mini{display:flex;justify-content:flex-end;padding-top:.5rem;border-top:1px solid #eee}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;text-align:left}.product-card{background:#fff;border:1px solid #eee;display:flex;flex-direction:column;height:100%;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000000f}.product-card img{width:100%;aspect-ratio:1 / 1;object-fit:cover;background-color:#f4f4f4}.product-card h3{font-size:1.25rem;margin-top:1rem;padding:0 1.5rem}.product-card .price{font-family:var(--font-heading);font-size:1.1rem;font-weight:500;color:var(--riverbed-grey);padding:0 1.5rem;margin-top:auto}.product-card .cta-button{background-color:var(--obsidian-black);color:var(--summit-white);border-color:var(--obsidian-black);width:calc(100% - 3rem);margin:0 1.5rem 1.5rem;text-align:center}.product-card .cta-button:hover{background-color:transparent;color:var(--obsidian-black)}.no-results-message{font-family:var(--font-body);font-size:1.2rem;color:var(--riverbed-grey);text-align:center;margin-top:3rem;padding:2rem;background-color:#fdfdfd;border:1px solid #eee;border-radius:4px}.collection-intro{font-family:var(--font-body);font-size:1.1rem;color:var(--riverbed-grey);max-width:600px;margin-bottom:1.5rem;line-height:1.6;padding-bottom:1rem;border-bottom:1px solid #eee}.footer{background-color:var(--obsidian-black);color:var(--riverbed-grey);padding:5rem 5%;font-size:.9rem;text-align:center}.footer-content{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1000px;margin:0 auto;align-items:center;justify-items:center}.footer-signup .footer-title{font-family:var(--font-heading);font-size:1.75rem;color:var(--summit-white);margin:0 0 .75rem}.footer-signup .footer-subtitle{font-family:var(--font-body);font-size:1.1rem;line-height:1.6;color:var(--riverbed-grey);max-width:500px;margin:0 auto 1.5rem}.newsletter-form{display:flex;flex-direction:column;gap:.5rem;max-width:450px;margin:0 auto}.newsletter-form input[type=email]{font-family:var(--font-body);font-size:1rem;padding:.8rem 1rem;border:2px solid var(--riverbed-grey);background-color:#333;color:var(--summit-white);flex-grow:1;min-width:200px;border-radius:0;-webkit-appearance:none}.newsletter-form input[type=email]::placeholder{color:#999;opacity:1}.newsletter-form .cta-button{flex-shrink:0;width:100%}.form-disclaimer{font-size:.9rem;color:var(--riverbed-grey);margin-top:1rem;max-width:450px;margin-left:auto;margin-right:auto}.form-disclaimer a{color:var(--riverbed-grey);text-decoration:underline;transition:color .3s ease}.form-disclaimer a:hover{color:var(--summit-white)}.form-message{font-family:var(--font-body);font-size:1.1rem;line-height:1.6;color:var(--summit-white);margin:1rem auto 0;max-width:450px}#footer-turnstile-container{width:100%;max-width:450px;margin:0 auto;display:flex;justify-content:center}.footer-links{font-size:.9rem;color:var(--riverbed-grey);margin-top:1rem;text-align:center}.footer-links p{margin:.5rem 0}.footer-links a{color:var(--riverbed-grey);text-decoration:underline;margin:0 .5rem;transition:color .3s ease}.footer-links a:hover{color:var(--summit-white)}.social-legal{display:flex;justify-content:center;align-items:center;gap:.75rem;margin:.5rem 0}.separator{color:var(--riverbed-grey);opacity:.5}.instagram-link{display:flex;align-items:center;gap:.4rem;color:var(--riverbed-grey);text-decoration:none;transition:color .2s ease}.instagram-link:hover{color:var(--summit-white)}.product-page-layout{display:flex;flex-wrap:wrap;max-width:1200px;margin:4rem auto;padding:0 5%;gap:3rem}.product-gallery{flex:2;min-width:300px}.product-details{flex:1;min-width:300px}.product-gallery .hero-image{width:100%;aspect-ratio:1 / 1;object-fit:cover;border:1px solid #eee}.ar-poster-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10}.thumbnail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem;margin-top:1rem;border-top:1px solid #eee;padding-top:1rem}.thumbnail-image{width:100%;aspect-ratio:1 / 1;object-fit:cover;border:2px solid transparent;cursor:pointer;transition:all .2s}.thumbnail-image:hover{opacity:.8}.thumbnail-image.active{border-color:var(--clay-ochre);opacity:1}.product-details h1{font-size:2.5rem;margin-bottom:.5rem}.product-details .price{font-family:var(--font-heading);font-size:1.75rem;font-weight:500;color:var(--riverbed-grey);margin-bottom:1.5rem}.product-details .collection-tag{font-family:var(--font-heading);font-size:1.1rem;color:var(--riverbed-grey);margin-bottom:1.5rem;margin-top:-1rem;text-align:left}.product-details .collection-tag strong{color:var(--obsidian-black);font-weight:700}.product-details .description{font-family:var(--font-body);font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.product-specs{font-family:var(--font-body);margin-bottom:2rem;font-size:1rem;text-align:left}.product-specs h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--obsidian-black);margin-bottom:.75rem;border-bottom:1px solid #eee;padding-bottom:.5rem}.product-specs ul{list-style:none;padding-left:0}.product-specs li{margin-bottom:.5rem;color:var(--riverbed-grey)}.product-details .cta-button{width:100%;padding:1rem;font-size:1.1rem;background-color:var(--obsidian-black);color:var(--summit-white);border-color:var(--obsidian-black)}.product-details .cta-button:hover{background-color:var(--alpine-lake);border-color:var(--alpine-lake);color:var(--summit-white)}.stock-indicator{font-family:var(--font-heading);font-weight:700;font-size:1rem;margin-top:-1rem;margin-bottom:1.5rem;text-transform:uppercase;text-align:left}.stock-indicator.in-stock{color:var(--forest-canopy)}.stock-indicator.low-stock{color:var(--clay-ochre)}.stock-indicator.out-of-stock-text{color:var(--riverbed-grey)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.form-message{font-family:var(--font-body);font-size:1.1rem;line-height:1.6;color:var(--summit-white);margin:1rem 0 0}#form-error-message{color:#ffbaba}dialog{margin:auto;inset:0;border:none;border-radius:8px;padding:2rem;max-width:500px;width:90%;box-shadow:0 20px 40px #0003;font-family:var(--font-body);max-height:90vh;overflow-y:auto}dialog::backdrop{background:#00000080;backdrop-filter:blur(2px)}dialog .close-modal{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--riverbed-grey)}@media(min-width:768px){.footer-links{text-align:center;margin-top:0}}@media(min-width:1024px){.filter-bar{flex-direction:column;align-items:flex-start;gap:1.5rem}.filter-title{width:100%;border-bottom:1px solid #eee;padding-bottom:1rem;margin-bottom:.5rem}.filter-pills-container{flex-wrap:wrap;overflow-x:visible;white-space:normal}.filter-row-mini{position:absolute;top:1.5rem;right:1.5rem;border:none;padding:0}.filter-bar{position:relative}}@media(max-width:768px){.hero{min-height:70vh}.hero-content h1{font-size:2.5rem}nav{flex-direction:column;align-items:flex-start;gap:1rem}.nav-links{margin-top:1rem}.nav-links a,.nav-links button.snipcart-checkout{margin-left:0;margin-right:1.5rem}.footer-content{grid-template-columns:1fr;text-align:center;max-width:600px}.footer-signup{margin:0 auto}.footer-links{text-align:center;margin-top:2rem}.footer-signup .footer-subtitle,.newsletter-form{max-width:none}}
