*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--sand: #EDE5D8;--sand-light: #F6F1EA;--sand-dark: #D6C9B8;--stone: #9E8E7E;--terra: #7A5C45;--terra-light: #9E7A5E;--ocean-deep: #3D2B1F;--ink: #2A1F17;--ivory: #FBF8F4;--warm-white: #F8F4EE;--gold: #B8966A;--gold-light: #D4B896}html{scroll-behavior:smooth}body{background:var(--ivory);color:var(--ink);font-family:DM Sans,sans-serif;font-weight:300;overflow-x:hidden;cursor:none}.cursor{width:8px;height:8px;background:var(--warm-white);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:9999;transition:transform .15s ease,background .2s;transform:translate(-50%,-50%)}.cursor-ring{width:32px;height:32px;border:1px solid var(--warm-white);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:9998;transition:transform .4s cubic-bezier(.25,.46,.45,.94),width .3s,height .3s,opacity .3s,border-color .4s;transform:translate(-50%,-50%);opacity:.6}.cursor-ring.hovered{width:52px;height:52px;opacity:.3}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 3rem;transition:background .4s,padding .4s}nav.scrolled{background:#fbf8f4f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem 3rem;border-bottom:1px solid #D6C9B8}nav.light{background:#fbf8f4fa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #D6C9B8}.nav-logo{font-family:Cormorant Garamond,serif;font-size:1.1rem;letter-spacing:.22em;font-weight:400;color:var(--warm-white);text-decoration:none;transition:color .4s}nav.scrolled .nav-logo{color:var(--ink)}nav.light .nav-logo{color:var(--ink)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;color:var(--warm-white);font-weight:400;position:relative;padding-bottom:2px;transition:color .4s}nav.scrolled .nav-links a{color:var(--ink)}nav.light .nav-links a{color:var(--ink)}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.nav-links a:hover:after{transform:scaleX(1)}.nav-right{display:flex;align-items:center;gap:2rem}.nav-icon{width:18px;height:18px;color:var(--warm-white);cursor:pointer;transition:color .4s}nav.scrolled .nav-icon{color:var(--ink)}nav.light .nav-icon{color:var(--ink)}.cart-count{font-size:.65rem;background:var(--gold);color:#fff;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;position:relative;top:-8px;left:-8px;font-weight:500}.hero{height:100vh;position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:end;overflow:hidden;background:#2a1a10}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#3d2b1f59,#2a1a10b8 55%,#1a100aeb),radial-gradient(ellipse at 65% 35%,rgba(184,150,106,.18) 0%,transparent 55%),radial-gradient(ellipse at 20% 80%,rgba(122,92,69,.12) 0%,transparent 50%);background-color:#2a1a10}.hero-lines{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;opacity:.08}.hero-lines svg{width:100%;height:100%}.grain{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");opacity:.04;pointer-events:none}.hero-glasses{display:flex;align-items:center;justify-content:center;padding:10rem 3rem 6rem 0;opacity:0;animation:fadeIn 1.8s .8s forwards;pointer-events:none;z-index:1;position:relative}.hero-glasses-svg{width:100%;max-width:600px;height:auto}.hero-content{position:relative;z-index:2;padding:10rem 2rem 6rem 4rem;display:flex;flex-direction:column;justify-content:flex-end}.hero-eyebrow{font-family:DM Sans,sans-serif;font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold-light);margin-bottom:2rem;opacity:0;animation:fadeUp 1s .4s forwards}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,5.5vw,5.5rem);font-weight:300;line-height:1;color:var(--warm-white);margin-bottom:2.5rem;opacity:0;animation:fadeUp 1.2s .6s forwards}.hero-title em{font-style:italic;color:var(--gold-light)}.hero-sub{font-size:.9rem;line-height:1.8;color:#f2ede4a6;max-width:500px;margin-bottom:3.5rem;font-weight:300;letter-spacing:.02em;opacity:0;animation:fadeUp 1s .9s forwards}.hero-cta{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;opacity:0;animation:fadeUp 1s 1.1s forwards}.scroll-indicator{position:absolute;right:4rem;bottom:4rem;display:flex;flex-direction:column;align-items:center;gap:1rem;opacity:0;animation:fadeIn 1s 1.5s forwards;z-index:3;pointer-events:none}.scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,var(--gold-light),transparent);animation:scrollDown 2s 2s infinite}.scroll-label{font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:#f2ede466;writing-mode:vertical-rl}.btn-primary{display:inline-block;padding:1rem 2.8rem;background:var(--gold);color:var(--ivory);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;font-weight:400;transition:background .3s,transform .3s;font-family:DM Sans,sans-serif;border:none;cursor:pointer}.btn-primary:hover{background:var(--terra-light);transform:translateY(-2px)}.btn-ghost{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:#f2ede4b3;text-decoration:none;display:flex;align-items:center;gap:.6rem;font-family:DM Sans,sans-serif;transition:color .3s}.btn-ghost:hover{color:var(--gold-light)}.btn-ghost-arrow{width:28px;height:1px;background:currentColor;transition:width .3s}.btn-ghost:hover .btn-ghost-arrow{width:40px}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scrollDown{0%,to{opacity:.4}50%{opacity:1}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}section{position:relative}.section-label{font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--stone);margin-bottom:1.2rem;display:block}.strip{background:#3d2b1f;padding:1.1rem 0;overflow:hidden;white-space:nowrap;border-top:1px solid rgba(184,150,106,.2);border-bottom:1px solid rgba(184,150,106,.2)}.strip-inner{display:inline-flex;animation:marquee 25s linear infinite}.strip-item{font-size:.62rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-light);padding:0 3rem;font-family:DM Sans,sans-serif;opacity:.8}.strip-dot{color:var(--terra-light);opacity:.6}.philosophy{display:grid;grid-template-columns:1fr 1fr;min-height:85vh}.philosophy-visual{background:#ede5d8;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.phil-shape{width:340px;height:340px;border-radius:50%;background:linear-gradient(135deg,#c4a882,#9e7a5e 60%,#7a5c45);opacity:.18;position:absolute;animation:breathe 6s ease-in-out infinite}.phil-shape-2{width:200px;height:200px;border-radius:50%;background:#b8966a;opacity:.12;position:absolute;top:25%;left:55%;animation:breathe 8s ease-in-out 2s infinite}.phil-text-large{font-family:Cormorant Garamond,serif;font-size:clamp(4rem,8vw,8rem);font-weight:300;color:var(--terra);opacity:.15;position:absolute;line-height:1;bottom:2rem;right:1rem;font-style:italic}.philosophy-content{background:var(--ivory);padding:8rem 5rem;display:flex;flex-direction:column;justify-content:center}.philosophy-content .section-label{color:var(--terra)}.philosophy-content h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;line-height:1.15;margin-bottom:2.5rem;color:var(--ink)}.philosophy-content p{font-size:.95rem;line-height:1.95;color:var(--stone);margin-bottom:1.8rem;max-width:480px}.philosophy-divider{width:40px;height:1px;background:var(--gold);margin:2.5rem 0}.quote-block{border-left:2px solid var(--gold);padding-left:1.5rem;font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.3rem;color:var(--ink);line-height:1.6;font-weight:300}.collection{background:#f8f4ee;padding:8rem 4rem}.collection-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:5rem}.collection-header h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:300;line-height:1;color:var(--ink);max-width:400px}.collection-header h2 em{font-style:italic;color:var(--terra)}.collection-filter{display:flex;gap:2rem;list-style:none;padding-bottom:.5rem;border-bottom:1px solid var(--sand-dark)}.filter-btn{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--stone);cursor:pointer;padding-bottom:.5rem;border-bottom:2px solid transparent;transition:color .3s,border-color .3s;background:none;border:none;font-family:DM Sans,sans-serif;font-weight:400;margin-bottom:-1px}.filter-btn.active,.filter-btn:hover{color:var(--terra);border-bottom-color:var(--terra)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px}.product-card{position:relative;background:#f0e9df;aspect-ratio:3/4;overflow:hidden;cursor:pointer}.product-card:nth-child(2){margin-top:4rem}.product-card:nth-child(3){margin-top:-2rem}.product-visual{width:100%;height:70%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-visual{transform:scale(1.04)}.glasses-svg{width:75%;max-width:280px;filter:drop-shadow(0 12px 30px rgba(28,25,22,.15));transition:transform .6s ease,filter .6s ease}.product-card:hover .glasses-svg{transform:rotate(-3deg) translateY(-8px);filter:drop-shadow(0 20px 40px rgba(28,25,22,.25))}.product-info{padding:2rem;background:#f0e9df;transition:background .4s}.product-card:hover .product-info{background:#ede5d8}.product-name{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:400;color:var(--ink);margin-bottom:.3rem}.product-detail{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--stone);margin-bottom:1rem}.product-price{font-size:.9rem;color:var(--terra);font-weight:400;letter-spacing:.05em}.product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:flex-end;padding:2rem;transition:background .4s}.add-btn{width:44px;height:44px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(8px);transition:opacity .3s,transform .3s,background .3s;cursor:pointer;border:none}.product-card:hover .add-btn{opacity:1;transform:translateY(0)}.add-btn:hover{background:var(--terra)}.craft{background:#3d2b1f;padding:10rem 4rem;display:grid;grid-template-columns:1fr 1.2fr;gap:8rem;align-items:center}.craft-content .section-label{color:var(--gold-light)}.craft-content h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,4vw,3.8rem);font-weight:300;color:var(--warm-white);line-height:1.1;margin-bottom:3rem}.craft-content h2 em{font-style:italic;color:var(--gold-light)}.craft-pillars{display:flex;flex-direction:column;gap:2.5rem}.pillar{display:flex;gap:2rem;align-items:flex-start;border-bottom:1px solid rgba(184,150,106,.15);padding-bottom:2.5rem}.pillar:last-child{border-bottom:none}.pillar-num{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:var(--gold);opacity:.3;line-height:1;min-width:50px}.pillar-text h3{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.8rem}.pillar-text p{font-size:.88rem;line-height:1.8;color:#f2ede48c}.craft-visual{position:relative;height:600px;display:flex;align-items:center;justify-content:center}.craft-circle-1{width:450px;height:450px;border-radius:50%;border:1px solid rgba(184,150,106,.15);position:absolute;animation:rotateSlow 30s linear infinite}.craft-circle-2{width:320px;height:320px;border-radius:50%;border:1px solid rgba(184,150,106,.08);position:absolute;animation:rotateSlow 20s linear reverse infinite}.craft-center{width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(184,150,106,.2) 0%,transparent 70%);display:flex;align-items:center;justify-content:center}.lifestyle{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2px;background:var(--ink)}.life-cell{background:var(--sand);position:relative;overflow:hidden;display:flex;align-items:flex-end}.life-cell.tall{aspect-ratio:2/3}.life-cell.wide{grid-column:span 2;aspect-ratio:16/9}.life-cell.square{aspect-ratio:1}.life-bg{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.life-bg img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.life-cell:hover .life-bg img{transform:scale(1.04)}.life-caption{position:relative;z-index:2;padding:2rem;background:linear-gradient(to top,rgba(42,26,16,.65) 0%,transparent 100%);width:100%}.life-caption p{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.1rem;color:#f8f4eee6;font-weight:300}.story-band{background:#9e7a5e;padding:6rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.story-band h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:300;color:var(--ivory);line-height:1.1}.story-band h2 em{font-style:italic;color:var(--sand-light)}.story-stats{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.stat-item{border-top:1px solid rgba(250,247,242,.25);padding-top:1.5rem}.stat-num{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:300;color:var(--ivory);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:#faf7f28c}.testimonials{background:var(--ivory);padding:10rem 4rem;text-align:center}.testimonials .section-label{color:var(--stone)}.testimonials h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,4vw,3.8rem);font-weight:300;color:var(--ink);margin-bottom:6rem}.testimonials h2 em{font-style:italic;color:var(--terra)}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1100px;margin:0 auto}.testi-card{text-align:left;padding:2.5rem;border:1px solid var(--sand-dark);position:relative}.testi-stars{display:flex;gap:3px;margin-bottom:1.5rem}.star{width:10px;height:10px;background:var(--gold);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.testi-text{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.1rem;line-height:1.7;color:var(--ink);margin-bottom:2rem;font-weight:300}.testi-author{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--stone)}.testi-model{font-size:.7rem;color:var(--gold);margin-top:.3rem;font-family:Cormorant Garamond,serif;font-style:italic}.quote-mark{position:absolute;top:1.5rem;right:2rem;font-family:Cormorant Garamond,serif;font-size:5rem;color:var(--sand-dark);line-height:1;font-weight:300}.newsletter{background:#f0e9df;padding:8rem 4rem;text-align:center}.newsletter h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;color:var(--ink);margin-bottom:1rem}.newsletter p{font-size:.9rem;color:var(--stone);margin-bottom:3rem;line-height:1.8;max-width:480px;margin-left:auto;margin-right:auto}.newsletter-form{display:flex;max-width:460px;margin:0 auto;border:1px solid var(--sand-dark);background:#fff}.newsletter-form input{flex:1;padding:1rem 1.5rem;border:none;outline:none;font-size:.85rem;background:transparent;color:var(--ink);font-family:DM Sans,sans-serif}.newsletter-form input::placeholder{color:var(--sand-dark)}.newsletter-form button{padding:1rem 2rem;background:var(--ink);color:var(--ivory);border:none;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;font-family:DM Sans,sans-serif;font-weight:400;transition:background .3s}.newsletter-form button:hover{background:var(--ocean-deep)}.newsletter-privacy{font-size:.7rem;color:var(--sand-dark);margin-top:1rem}footer{background:#2a1f17;color:#f8f4ee99;padding:6rem 4rem 3rem}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:4rem;margin-bottom:5rem;padding-bottom:5rem;border-bottom:1px solid rgba(184,150,106,.15)}.footer-logo{font-family:Cormorant Garamond,serif;font-size:1.1rem;letter-spacing:.22em;color:var(--warm-white);margin-bottom:1.5rem;display:block}.footer-tagline{font-size:.82rem;line-height:1.9;color:#f2ede473;max-width:280px;font-style:italic;font-family:Cormorant Garamond,serif}.footer-col h4{font-size:.62rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-weight:400}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.9rem}.footer-col a{font-size:.82rem;color:#f2ede480;text-decoration:none;transition:color .3s}.footer-col a:hover{color:var(--gold-light)}.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-copy{font-size:.68rem;color:#f2ede44d;letter-spacing:.05em}.footer-socials{display:flex;gap:1.5rem}.social-link{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:#f2ede466;text-decoration:none;transition:color .3s}.social-link:hover{color:var(--gold-light)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#2a1a10d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200;opacity:0;pointer-events:none;transition:opacity .4s;display:flex;align-items:center;justify-content:center}.modal-backdrop.open{opacity:1;pointer-events:all}.modal{background:var(--ivory);max-width:900px;width:90%;max-height:90vh;display:grid;grid-template-columns:1fr 1fr;transform:translateY(30px);transition:transform .4s cubic-bezier(.25,.46,.45,.94);overflow:auto;position:relative}.modal-backdrop.open .modal{transform:translateY(0)}.modal-visual{background:var(--sand-light);display:flex;align-items:center;justify-content:center;padding:4rem;min-height:350px}.modal-content{padding:3.5rem}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:1.5rem;color:var(--stone);cursor:pointer;line-height:1;opacity:.6;transition:opacity .2s;z-index:1}.modal-close:hover{opacity:1}.modal-eyebrow{font-size:.62rem;letter-spacing:.25em;text-transform:uppercase;color:var(--terra);margin-bottom:1rem}.modal-name{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:300;color:var(--ink);margin-bottom:.5rem;line-height:1}.modal-price{font-size:1.1rem;color:var(--stone);margin-bottom:2rem}.modal-desc{font-size:.88rem;line-height:1.9;color:var(--stone);margin-bottom:2.5rem}.modal-specs{border-top:1px solid var(--sand-dark);padding-top:2rem;margin-bottom:2.5rem}.spec-row{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid var(--sand-light)}.spec-key{color:var(--stone);letter-spacing:.1em;text-transform:uppercase;font-size:.65rem}.spec-val{color:var(--ink);font-weight:400;font-size:.78rem}.modal-colors{display:flex;gap:.8rem;margin-bottom:2rem;align-items:center}.color-dot{width:22px;height:22px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.color-dot.active,.color-dot:hover{border-color:var(--ink)}.modal-add{width:100%;padding:1.1rem;background:var(--ink);color:var(--ivory);border:none;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;font-family:DM Sans,sans-serif;font-weight:400;transition:background .3s}.modal-add:hover{background:var(--ocean-deep)}.cart-sidebar{position:fixed;right:-420px;top:0;bottom:0;width:420px;background:var(--ivory);z-index:300;padding:3rem 2.5rem;transition:right .5s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;border-left:1px solid var(--sand-dark);overflow-y:auto}.cart-sidebar.open{right:0}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2a1a1066;z-index:299;opacity:0;pointer-events:none;transition:opacity .5s}.cart-overlay.open{opacity:1;pointer-events:all}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.cart-title{font-size:.68rem;letter-spacing:.25em;text-transform:uppercase;color:var(--ink)}.cart-close{background:none;border:none;color:var(--stone);cursor:pointer;font-size:1.3rem;line-height:1}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.cart-empty-icon{width:60px;height:60px;border:1px solid var(--sand-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--sand-dark)}.cart-empty p{font-size:.85rem;color:var(--stone);line-height:1.7}.cart-items{flex:1}.cart-item{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--sand-light)}.cart-item-visual{width:70px;height:70px;background:var(--sand-light);flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart-item-info{flex:1}.cart-item-name{font-family:Cormorant Garamond,serif;font-size:1.1rem;color:var(--ink);margin-bottom:.3rem}.cart-item-variant{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--stone);margin-bottom:.8rem}.cart-item-price{font-size:.85rem;color:var(--terra)}.cart-remove{background:none;border:none;color:var(--sand-dark);cursor:pointer;font-size:1rem;transition:color .2s;align-self:flex-start}.cart-remove:hover{color:var(--terra)}.cart-footer{margin-top:auto;padding-top:2rem}.cart-total{display:flex;justify-content:space-between;margin-bottom:2rem;padding-top:1.5rem;border-top:1px solid var(--sand-dark)}.cart-total-label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--stone)}.cart-total-price{font-family:Cormorant Garamond,serif;font-size:1.4rem;color:var(--ink)}.cart-checkout{display:block;width:100%;padding:1.1rem;background:var(--ink);color:var(--ivory);border:none;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;font-family:DM Sans,sans-serif;margin-bottom:1rem;transition:background .3s;text-align:center;text-decoration:none}.cart-checkout:hover{background:var(--ocean-deep)}.cart-continue{width:100%;text-align:center;font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--stone);background:none;border:1px solid var(--sand-dark);padding:.9rem;cursor:pointer;font-family:DM Sans,sans-serif;transition:border-color .3s,color .3s}.cart-continue:hover{border-color:var(--ink);color:var(--ink)}.reveal{opacity:0;transform:translateY(40px);transition:opacity .9s cubic-bezier(.25,.46,.45,.94),transform .9s cubic-bezier(.25,.46,.45,.94)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.35s}.reveal-delay-4{transition-delay:.5s}.product-page{padding:8rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start;min-height:80vh}.product-page-visual{background:#f0e9df;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:4rem;position:sticky;top:8rem}.product-page-info{padding-top:2rem}.product-page-info .section-label{color:var(--terra)}.product-page-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:300;color:var(--ink);margin-bottom:.5rem;line-height:1}.product-page-price{font-size:1.2rem;color:var(--stone);margin-bottom:2rem}.product-page-desc{font-size:.92rem;line-height:1.9;color:var(--stone);margin-bottom:3rem;max-width:480px}.product-page-add{width:100%;padding:1.2rem;background:var(--ink);color:var(--ivory);border:none;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;font-family:DM Sans,sans-serif;font-weight:400;transition:background .3s;margin-bottom:1rem}.product-page-add:hover{background:var(--ocean-deep)}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;width:28px;height:28px}.nav-hamburger span{display:block;width:22px;height:1px;background:var(--warm-white);transition:transform .35s cubic-bezier(.25,.46,.45,.94),opacity .25s,background .4s;transform-origin:center}nav.scrolled .nav-hamburger span,nav.light .nav-hamburger span{background:var(--ink)}.nav-hamburger.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;left:0;right:0;background:#2a1a10fa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:99;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:7rem 3rem 4rem;transform:translateY(-100%);transition:transform .5s cubic-bezier(.25,.46,.45,.94);pointer-events:none;min-height:100dvh}.mobile-menu.open{transform:translateY(0);pointer-events:all}.mobile-menu a{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,6vw,3.5rem);font-weight:300;color:var(--warm-white);text-decoration:none;letter-spacing:.04em;padding:1rem 0;width:100%;text-align:center;border-bottom:1px solid rgba(184,150,106,.12);transition:color .3s;opacity:0;transform:translateY(20px);transition:color .3s,opacity .4s,transform .4s}.mobile-menu.open a{opacity:1;transform:translateY(0)}.mobile-menu.open a:nth-child(1){transition-delay:.15s}.mobile-menu.open a:nth-child(2){transition-delay:.22s}.mobile-menu.open a:nth-child(3){transition-delay:.29s}.mobile-menu.open a:nth-child(4){transition-delay:.36s}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover{color:var(--gold-light)}@media(max-width:900px){.nav-hamburger{display:flex}}@media(max-width:1100px){.nav-links{gap:1.2rem}.nav-links a{font-size:.65rem;letter-spacing:.12em}}@media(max-width:900px){nav{padding:1.2rem 1.5rem}nav.scrolled{padding:1rem 1.5rem}.nav-links{display:none}.hero-content{padding:8rem 2rem 4rem}.hero-glasses{display:none}.hero,.philosophy{grid-template-columns:1fr}.philosophy-visual{min-height:50vw}.philosophy-content,.collection{padding:5rem 2rem}.collection-header{flex-direction:column;align-items:flex-start;gap:2rem}.products-grid{grid-template-columns:1fr 1fr}.product-card:nth-child(2),.product-card:nth-child(3){margin-top:0}.craft{grid-template-columns:1fr;padding:5rem 2rem;gap:4rem}.craft-visual{height:300px}.craft-circle-1{width:250px;height:250px}.craft-circle-2{width:180px;height:180px}.lifestyle{grid-template-columns:1fr 1fr}.life-cell.wide{grid-column:span 2}.story-band{grid-template-columns:1fr;padding:5rem 2rem;gap:3rem}.testi-grid{grid-template-columns:1fr}.testimonials,.newsletter{padding:5rem 2rem}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}footer{padding:4rem 2rem 2rem}.cart-sidebar{width:100%;right:-100%}.modal{grid-template-columns:1fr}.modal-visual{min-height:250px}.product-page{grid-template-columns:1fr;padding:4rem 2rem}.product-page-visual{position:static}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/theme.css.map */
