:root{--ink: #0f0d0a;--charcoal: #1c1814;--bone: #f0e8d8;--cream: #e4d9c1;--parchment: #d4c4a4;--clay: #8a4a2a;--rust: #6a2a1a;--gold: #b8924a;--gold-soft: #8a6a2a;--moss: #3a4a2a;--jade: #4a5a3a;--dusty: #a08468;--smoke: rgba(15, 13, 10, .4)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--ink);color:var(--bone);font-weight:300;line-height:1.7;overflow-x:hidden;cursor:none}.cursor{position:fixed;width:12px;height:12px;background:var(--gold);border-radius:50%;pointer-events:none;z-index:9999;mix-blend-mode:difference;transition:transform .2s,width .3s,height .3s;transform:translate(-50%,-50%)}.cursor-ring{position:fixed;width:40px;height:40px;border:1px solid var(--gold);border-radius:50%;pointer-events:none;z-index:9998;mix-blend-mode:difference;transition:transform .5s cubic-bezier(.25,1,.5,1),width .4s,height .4s;transform:translate(-50%,-50%)}body.hovering .cursor{width:4px;height:4px}body.hovering .cursor-ring{width:80px;height:80px}@media(max-width:900px){body{cursor:auto}.cursor,.cursor-ring{display:none}}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9000;opacity:.08;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;background:radial-gradient(ellipse at center,transparent 40%,rgba(0,0,0,.4) 100%)}.serif{font-family:Cormorant Garamond,serif}.display{font-family:Italiana,serif;letter-spacing:.02em}.loader{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--ink);z-index:10000;display:flex;align-items:center;justify-content:center;animation:loaderOut 2.2s 1.5s forwards}.loader-logo{font-family:Italiana,serif;font-size:3rem;color:var(--gold);letter-spacing:.2em;opacity:0;animation:loaderIn 1s forwards}.loader-line{position:absolute;bottom:30%;left:50%;transform:translate(-50%);width:0;height:1px;background:var(--gold);animation:loaderLine 1.8s .3s forwards}@keyframes loaderIn{to{opacity:1}}@keyframes loaderLine{to{width:200px}}@keyframes loaderOut{to{opacity:0;visibility:hidden;transform:translateY(-20px)}}nav{position:fixed;top:0;left:0;right:0;padding:1.8rem 3rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;z-index:100;transition:all .5s}nav.scrolled{padding:1rem 3rem;background:#0f0d0ad9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(184,146,74,.1)}.nav-left{display:flex;gap:2.5rem;font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;font-weight:400}.nav-left a{color:var(--bone);text-decoration:none;opacity:.8;transition:opacity .3s;position:relative}.nav-left a:after{content:"";position:absolute;bottom:-6px;left:0;width:0;height:1px;background:var(--gold);transition:width .4s}.nav-left a:hover{opacity:1}.nav-left a:hover:after{width:100%}.nav-logo{font-family:Italiana,serif;font-size:1.8rem;color:var(--bone);letter-spacing:.25em;text-align:center}.nav-logo span{color:var(--gold)}.nav-right{display:flex;justify-content:flex-end;gap:2rem;font-size:.72rem;letter-spacing:.3em;text-transform:uppercase}.nav-right button{background:none;border:none;color:var(--bone);cursor:none;font-family:inherit;font-size:inherit;letter-spacing:inherit;text-transform:inherit;opacity:.8}.section-label{display:flex;align-items:center;gap:1rem;font-size:.7rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem;font-weight:400}.section-label:before{content:"";width:60px;height:1px;background:var(--gold)}.section-label.centered{justify-content:center}.section-label.centered:after{content:"";width:60px;height:1px;background:var(--gold)}.btn{padding:1.2rem 2.8rem;font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;text-decoration:none;cursor:none;transition:all .5s cubic-bezier(.25,1,.5,1);display:inline-flex;align-items:center;gap:.8rem;font-family:inherit;font-weight:400;position:relative;overflow:hidden}.btn-primary{background:var(--gold);color:var(--ink);border:1px solid var(--gold)}.btn-primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bone);transform:translateY(100%);transition:transform .5s cubic-bezier(.25,1,.5,1)}.btn-primary:hover:before{transform:translateY(0)}.btn-primary span{position:relative;z-index:1}.btn-ghost{background:transparent;color:var(--bone);border:1px solid rgba(240,232,216,.3)}.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}.hero{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 40%,rgba(138,74,42,.4) 0%,transparent 50%),radial-gradient(ellipse at 80% 60%,rgba(74,90,58,.35) 0%,transparent 55%),radial-gradient(ellipse at 50% 80%,rgba(184,146,74,.2) 0%,transparent 50%),linear-gradient(180deg,#0a0805,#1c1814)}.orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.5;animation:float 20s infinite ease-in-out}.orb-1{width:400px;height:400px;background:#6a2a1a;top:10%;left:5%}.orb-2{width:500px;height:500px;background:#3a4a2a;bottom:10%;right:5%;animation-delay:-5s}.orb-3{width:300px;height:300px;background:#8a6a2a;top:50%;left:40%;animation-delay:-10s}@keyframes float{0%,to{transform:translate(0)}33%{transform:translate(50px,-30px)}66%{transform:translate(-30px,40px)}}.hero-content{position:relative;z-index:10;text-align:center;padding:0 2rem;max-width:1200px}.hero-eyebrow{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1rem;color:var(--gold);letter-spacing:.3em;margin-bottom:2rem;opacity:0;animation:revealUp 1.5s 2s forwards}.hero-eyebrow:before,.hero-eyebrow:after{content:"\2726";margin:0 1.5rem;font-style:normal}.hero-title{font-family:Italiana,serif;font-size:clamp(3.5rem,11vw,10rem);line-height:.9;letter-spacing:.02em;margin-bottom:2rem;color:var(--bone)}.hero-title .line{display:block;overflow:hidden}.hero-title .line span{display:block;transform:translateY(110%);animation:slideUp 1.4s forwards cubic-bezier(.25,1,.5,1)}.hero-title .line:nth-child(1) span{animation-delay:2.2s}.hero-title .line:nth-child(2) span{animation-delay:2.4s;font-style:italic;color:var(--gold);font-family:Cormorant Garamond,serif;font-weight:400}.hero-title .line:nth-child(3) span{animation-delay:2.6s}.hero-sub{font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,1.6vw,1.4rem);font-weight:300;max-width:580px;margin:0 auto 3rem;color:#f0e8d8bf;line-height:1.6;opacity:0;animation:revealUp 1.5s 3s forwards}.hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;opacity:0;animation:revealUp 1.5s 3.2s forwards}.marquee{padding:3rem 0;overflow:hidden;border-top:1px solid rgba(184,146,74,.15);border-bottom:1px solid rgba(184,146,74,.15);background:var(--charcoal);white-space:nowrap}.marquee-track{display:inline-block;animation:scrollMarquee 60s linear infinite}.marquee span{font-family:Italiana,serif;font-size:clamp(2rem,5vw,4.5rem);margin:0 3rem;color:var(--bone);letter-spacing:.05em}.marquee span.gold{color:var(--gold);font-family:Cormorant Garamond,serif;font-style:italic;font-weight:400}.marquee span:after{content:"\2726";margin-left:3rem;font-size:.6em;color:var(--gold);vertical-align:middle}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.philosophy{padding:10rem 3rem;max-width:1400px;margin:0 auto;position:relative}.philosophy-grid{display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center}.philosophy-text h2{font-family:Italiana,serif;font-size:clamp(2.5rem,5vw,5rem);line-height:1;margin-bottom:3rem;color:var(--bone)}.philosophy-text h2 em{font-family:Cormorant Garamond,serif;font-style:italic;color:var(--gold);font-weight:400}.philosophy-text p{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:300;line-height:1.7;color:#f0e8d8bf;margin-bottom:1.8rem}.philosophy-sign{margin-top:3rem;font-family:Cormorant Garamond,serif;font-style:italic;color:var(--gold);font-size:1.2rem}.philosophy-visual{aspect-ratio:3/4;position:relative;overflow:hidden}.philosophy-img{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 40% 30%,rgba(240,220,180,.4),transparent 55%),radial-gradient(ellipse at 70% 70%,rgba(30,20,15,.6),transparent 55%),linear-gradient(160deg,#4a2a1a,#8a4a2a 40%,#c98868)}.philosophy-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(15,13,10,.5) 100%)}.philosophy-tag{position:absolute;bottom:2rem;left:2rem;right:2rem;z-index:2;font-family:Italiana,serif;font-size:1.2rem;color:var(--bone);letter-spacing:.1em}.philosophy-tag small{display:block;font-family:Inter,sans-serif;font-size:.65rem;letter-spacing:.3em;color:var(--gold);margin-top:.8rem}.worlds{padding:8rem 3rem;position:relative}.worlds-header{text-align:center;max-width:800px;margin:0 auto 6rem}.worlds-header h2{font-family:Italiana,serif;font-size:clamp(3rem,7vw,6.5rem);line-height:1;margin-bottom:2rem}.worlds-header h2 em{font-family:Cormorant Garamond,serif;font-style:italic;color:var(--gold);font-weight:400}.worlds-header p{font-family:Cormorant Garamond,serif;font-size:1.3rem;line-height:1.6;color:#f0e8d8b3;max-width:600px;margin:0 auto}.world-row{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:center;padding:6rem 0;border-top:1px solid rgba(184,146,74,.15);max-width:1400px;margin:0 auto}.world-row:nth-child(2n){direction:rtl}.world-row:nth-child(2n)>*{direction:ltr}.world-row:last-child{border-bottom:1px solid rgba(184,146,74,.15)}.world-visual{aspect-ratio:5/4;position:relative;overflow:hidden}.world-img{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform 1.2s cubic-bezier(.25,1,.5,1)}.world-row:hover .world-img{transform:scale(1.05)}.world-img.crystals{background:radial-gradient(ellipse at 30% 30%,rgba(220,180,220,.5),transparent 55%),radial-gradient(ellipse at 70% 70%,rgba(40,20,40,.7),transparent 55%),linear-gradient(150deg,#4a2a5a,#8a5a8a,#c9a8c9)}.world-img.home{background:radial-gradient(ellipse at 40% 30%,rgba(240,200,160,.5),transparent 55%),radial-gradient(ellipse at 70% 80%,rgba(40,30,20,.6),transparent 55%),linear-gradient(150deg,#5a3a2a,#8a6a4a,#c9a888)}.world-img.art{background:radial-gradient(ellipse at 30% 40%,rgba(180,220,200,.45),transparent 55%),radial-gradient(ellipse at 70% 70%,rgba(20,30,20,.6),transparent 55%),linear-gradient(150deg,#2a4a3a,#5a7a5a,#a8c8a8)}.world-img.fengshui{background:radial-gradient(ellipse at 40% 30%,rgba(240,220,180,.5),transparent 55%),radial-gradient(ellipse at 70% 70%,rgba(60,30,20,.6),transparent 55%),linear-gradient(150deg,#6a4a2a,#a87a4a,#e8c888)}.world-img:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(15,13,10,.4) 100%);z-index:1}.world-number{position:absolute;top:2rem;left:2rem;font-family:Italiana,serif;font-size:1rem;letter-spacing:.3em;color:var(--bone);z-index:2;padding:.5rem 1rem;background:#0f0d0a66;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(240,232,216,.2)}.world-content .tag{font-family:Cormorant Garamond,serif;font-style:italic;color:var(--gold);font-size:1.1rem;margin-bottom:1rem;display:block}.world-content h3{font-family:Italiana,serif;font-size:clamp(2.5rem,4.5vw,4.5rem);line-height:1;margin-bottom:2rem;letter-spacing:.02em}.world-content h3 em{font-family:Cormorant Garamond,serif;font-style:italic;color:var(--gold);font-weight:400}.world-content p{font-family:Cormorant Garamond,serif;font-size:1.2rem;line-height:1.7;color:#f0e8d8b3;margin-bottom:2rem;max-width:540px}.world-meta{display:flex;gap:3rem;margin:2rem 0 2.5rem;padding:1.5rem 0;border-top:1px solid rgba(184,146,74,.2);border-bottom:1px solid rgba(184,146,74,.2)}.world-meta-item small{display:block;font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:#f0e8d880;margin-bottom:.4rem}.world-meta-item strong{font-family:Cormorant Garamond,serif;font-weight:400;font-size:1.1rem;color:var(--bone)}.world-link{display:inline-flex;align-items:center;gap:1rem;font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);text-decoration:none;padding-bottom:.5rem;border-bottom:1px solid var(--gold);transition:gap .4s}.world-link:hover{gap:2rem}.collection{padding:10rem 3rem;background:linear-gradient(180deg,var(--ink) 0%,var(--charcoal) 100%);position:relative}.collection-header{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:end;max-width:1400px;margin:0 auto 5rem}.collection-header h2{font-family:Italiana,serif;font-size:clamp(3rem,6vw,5.5rem);line-height:1}.collection-header h2 em{font-family:Cormorant Garamond,serif;font-style:italic;color:var(--gold);font-weight:400}.collection-header p{font-family:Cormorant Garamond,serif;font-size:1.15rem;line-height:1.6;color:#f0e8d8b3}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1400px;margin:0 auto}.piece{cursor:none;position:relative}.piece-img-wrap{aspect-ratio:4/5;position:relative;overflow:hidden;margin-bottom:1.8rem}.piece-img{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform 1.2s cubic-bezier(.25,1,.5,1)}.piece:hover .piece-img{transform:scale(1.08)}.piece:nth-child(1) .piece-img{background:radial-gradient(ellipse at 40% 30%,rgba(240,220,240,.4),transparent 55%),radial-gradient(ellipse at 70% 70%,rgba(40,20,40,.6),transparent 55%),linear-gradient(145deg,#5a3a6a,#9a6a9a 60%,#d4b4d4)}.piece:nth-child(2) .piece-img{background:radial-gradient(ellipse at 40% 30%,rgba(250,230,180,.5),transparent 55%),radial-gradient(ellipse at 70% 70%,rgba(60,40,20,.6),transparent 55%),linear-gradient(145deg,#8a5a2a,#c9924a 60%,#f0d488)}.piece:nth-child(3) .piece-img{background:radial-gradient(ellipse at 40% 30%,rgba(200,180,220,.45),transparent 55%),radial-gradient(ellipse at 70% 70%,rgba(20,20,40,.7),transparent 55%),linear-gradient(145deg,#2a2a4a,#5a5a8a 60%,#a8a8d4)}.piece-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(15,13,10,.35) 100%)}.piece-tag{position:absolute;top:1.2rem;left:1.2rem;padding:.4rem .9rem;background:#f0e8d8f2;color:var(--ink);font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;z-index:2;font-weight:500}.piece-view{position:absolute;bottom:1.2rem;right:1.2rem;width:44px;height:44px;background:#f0e8d8f2;color:var(--ink);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;transform:scale(0);transition:transform .4s}.piece:hover .piece-view{transform:scale(1)}.piece-view svg{width:16px;height:16px}.piece-category{font-family:Cormorant Garamond,serif;font-style:italic;font-size:.9rem;color:var(--gold);margin-bottom:.5rem}.piece-name{font-family:Italiana,serif;font-size:1.5rem;margin-bottom:.5rem;letter-spacing:.02em}.piece-meta{display:flex;justify-content:space-between;align-items:center;padding-top:.8rem;border-top:1px solid rgba(184,146,74,.2)}.piece-meta span{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#f0e8d880}.piece-price{font-family:Cormorant Garamond,serif;font-size:1.2rem;color:var(--gold)}.process{padding:10rem 3rem;background:var(--charcoal);position:relative;overflow:hidden}.process:before{content:"";position:absolute;top:10%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(184,146,74,.15) 0%,transparent 70%);border-radius:50%}.process-inner{max-width:1400px;margin:0 auto;position:relative;z-index:2}.process-header{text-align:center;max-width:700px;margin:0 auto 6rem}.process-header h2{font-family:Italiana,serif;font-size:clamp(2.8rem,6vw,5.5rem);line-height:1;margin-bottom:1.5rem}.process-header h2 em{font-family:Cormorant Garamond,serif;font-style:italic;color:var(--gold);font-weight:400}.process-header p{font-family:Cormorant Garamond,serif;font-size:1.2rem;color:#f0e8d8b3;line-height:1.6}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;position:relative}.step{position:relative;padding-top:3rem}.step:before{content:"";position:absolute;top:1rem;left:0;width:30px;height:1px;background:var(--gold)}.step-num{font-family:Italiana,serif;font-size:.8rem;letter-spacing:.3em;color:var(--gold);margin-bottom:2rem}.step h4{font-family:Italiana,serif;font-size:1.8rem;margin-bottom:1.2rem;line-height:1.1;letter-spacing:.02em}.step p{font-family:Cormorant Garamond,serif;font-size:1.05rem;line-height:1.6;color:#f0e8d8a6}.press{padding:6rem 3rem;border-top:1px solid rgba(184,146,74,.15);border-bottom:1px solid rgba(184,146,74,.15)}.press-inner{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.press-label{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.1rem;color:#f0e8d880}.press-logos{display:flex;gap:4rem;flex-wrap:wrap}.press-logos span{font-family:Italiana,serif;font-size:1.3rem;letter-spacing:.25em;color:#f0e8d8b3;text-transform:uppercase}.consultation{padding:12rem 3rem;position:relative;overflow:hidden;background:radial-gradient(ellipse at 30% 50%,rgba(138,74,42,.3) 0%,transparent 55%),radial-gradient(ellipse at 70% 50%,rgba(74,90,58,.25) 0%,transparent 55%),var(--ink)}.consultation-inner{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}.consultation h2{font-family:Italiana,serif;font-size:clamp(3rem,7vw,6.5rem);line-height:1;margin-bottom:2.5rem;letter-spacing:.02em}.consultation h2 em{font-family:Cormorant Garamond,serif;font-style:italic;color:var(--gold);font-weight:400;display:block;margin:.3rem 0}.consultation p{font-family:Cormorant Garamond,serif;font-size:1.3rem;color:#f0e8d8bf;line-height:1.6;margin-bottom:3.5rem;max-width:620px;margin-left:auto;margin-right:auto}.consultation-ornament{display:flex;justify-content:center;gap:.8rem;margin-bottom:2rem;color:var(--gold);font-size:1.2rem}footer{background:var(--charcoal);padding:6rem 3rem 2rem;border-top:1px solid rgba(184,146,74,.15)}.footer-top{max-width:1400px;margin:0 auto 5rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.2fr;gap:3rem}.footer-brand .foot-logo{font-family:Italiana,serif;font-size:2.5rem;letter-spacing:.15em;color:var(--bone);margin-bottom:1.5rem}.footer-brand .foot-logo span{color:var(--gold)}.footer-brand p{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-style:italic;color:#f0e8d899;max-width:320px;line-height:1.6}.footer-location{margin-top:2rem;font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;color:#f0e8d880;line-height:1.8}.footer-location strong{color:var(--gold);font-weight:400}.footer-col h5{font-family:Italiana,serif;font-size:.85rem;letter-spacing:.3em;color:var(--gold);margin-bottom:2rem;text-transform:uppercase;font-weight:400}.footer-col ul{list-style:none}.footer-col li{margin-bottom:1rem}.footer-col a{color:#f0e8d8b3;text-decoration:none;font-family:Cormorant Garamond,serif;font-size:1.05rem;transition:color .3s}.footer-col a:hover{color:var(--gold)}.footer-newsletter h5{font-family:Italiana,serif;font-size:.85rem;letter-spacing:.3em;color:var(--gold);margin-bottom:1rem;text-transform:uppercase;font-weight:400}.footer-newsletter p{font-family:Cormorant Garamond,serif;font-size:1rem;font-style:italic;color:#f0e8d899;margin-bottom:1.5rem}.footer-form{display:flex;border-bottom:1px solid rgba(240,232,216,.2);padding-bottom:.5rem}.footer-form input{flex:1;background:none;border:none;color:var(--bone);font-family:Cormorant Garamond,serif;font-size:1rem;outline:none;padding:.5rem 0}.footer-form input::placeholder{color:#f0e8d859;font-style:italic}.footer-form button{background:none;border:none;color:var(--gold);cursor:none;font-family:Italiana,serif;font-size:.7rem;letter-spacing:.3em;text-transform:uppercase}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2.5rem;border-top:1px solid rgba(184,146,74,.15);display:flex;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#f0e8d866}.footer-bottom a{color:inherit;text-decoration:none;margin-left:1.5rem}.footer-bottom a:hover{color:var(--gold)}@keyframes revealUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{to{transform:translateY(0)}}.reveal{opacity:0;transform:translateY(50px);transition:opacity 1.2s cubic-bezier(.25,1,.5,1),transform 1.2s cubic-bezier(.25,1,.5,1)}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.philosophy-grid{grid-template-columns:1fr;gap:4rem}.collection-grid{grid-template-columns:repeat(2,1fr)}.process-steps{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}.footer-top{grid-template-columns:1fr 1fr;gap:3rem 2rem}.world-row{grid-template-columns:1fr;gap:2rem;direction:ltr!important}.world-row>*{direction:ltr!important}}@media(max-width:900px){nav{padding:1.2rem 1.5rem;grid-template-columns:auto 1fr auto}.nav-left,.nav-right span{display:none}.nav-logo{font-size:1.3rem;text-align:left}.hero-footer{padding:0 1.5rem;font-size:.6rem}.hero-footer>div:nth-child(2){display:none}.philosophy,.worlds,.collection,.process,.consultation{padding:5rem 1.5rem}.collection-header{grid-template-columns:1fr;gap:1.5rem}.collection-grid{grid-template-columns:1fr;gap:3rem}.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.press-inner{justify-content:center;text-align:center}.press-logos{justify-content:center;gap:2rem}.world-meta{flex-direction:column;gap:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/41/assets/theme.css.map */
