:root{--black:#090909;--white:#fff;--soft:#f5f5f2;--line:#e5e5e1;--muted:#737373;--dark:#0a0a0a;--display:"Lucidity Condensed","Arial Narrow","Helvetica Neue",sans-serif;--body:"Avenir Next","Helvetica Neue",Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--black);font-family:var(--body)}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}button{cursor:pointer}img{max-width:100%}.site{min-height:100vh;background:#fff}.container{width:min(1180px,calc(100% - 40px));margin:auto}.cosmic-bg{position:fixed;inset:0;pointer-events:none;z-index:0;opacity:.35}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:rgba(255,255,255,.78);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,.06)}.topbar-inner{height:74px;width:min(1280px,calc(100% - 28px));margin:auto;display:flex;align-items:center;justify-content:space-between}.brand-mark{width:138px;height:46px;align-items:center}.brand-mark img{width:180px;height:180px;object-fit:contain;margin-left:-22px}.desktop-nav{display:flex;gap:34px;font-size:11px;text-transform:uppercase;letter-spacing:.13em}.desktop-nav a{opacity:.7}.desktop-nav a:hover{opacity:1}.top-actions{display:flex;gap:14px;align-items:center}.top-actions a{display:grid;place-items:center}.icon-button{border:0;background:transparent;position:relative;padding:7px;display:grid;place-items:center}.count{position:absolute;top:-1px;right:-1px;background:#0a0a0a;color:#fff;border-radius:99px;min-width:15px;height:15px;font-size:9px;display:grid;place-items:center}.mobile-only{display:none}.hero{min-height:820px;display:grid;place-items:center;position:relative;overflow:hidden}.hero-inner{display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;grid-gap:30px;gap:30px;position:relative;z-index:1}.hero-copy{padding-top:50px}.eyebrow{display:inline-flex;font-size:9px;text-transform:uppercase;letter-spacing:.22em;color:#757575}.final-cta h2,.hero-copy h1,.product-page h1,.shop-hero h1,.waitlist-card h2{font-family:var(--display);font-weight:500;letter-spacing:-.065em;line-height:.87;margin:18px 0}.hero-copy h1{font-size:clamp(68px,8vw,126px);max-width:680px}.final-cta h2 em,.hero-copy h1 em,.product-page h1 em,.section h2 em,.shop-hero h1 em,.story-grid h2 em{font-style:normal;font-family:Georgia,serif;font-weight:400}.hero-copy p{font-size:15px;line-height:1.75;color:#666;max-width:480px;margin:30px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.ghost,.primary{min-height:48px;padding:0 20px;display:inline-flex;gap:9px;align-items:center;justify-content:center;border-radius:999px;font-size:11px;letter-spacing:.02em;border:1px solid #111;transition:.35s}.primary{background:#0a0a0a;color:#fff}.primary:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(0,0,0,.14)}.ghost{background:#fff}.ghost:hover{transform:translateY(-3px);box-shadow:0 12px 24px rgba(0,0,0,.08)}.hero-meta{display:flex;flex-wrap:wrap;gap:15px;margin-top:28px;color:#666;font-size:10px}.hero-meta span{display:flex;align-items:center;gap:6px}.hero-orbit-stage{height:650px;position:relative;display:grid;place-items:center}.hero-orbit-ring{position:absolute;border:1px solid #deded8;border-radius:50%;transform-origin:center}.ring-a{width:520px;height:520px}.ring-b{width:365px;height:365px}.hero-halo{position:absolute;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(0,0,0,.07),transparent 70%);filter:blur(8px)}.hero-star{font-size:30px;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%);z-index:3}.hero-products{position:absolute;inset:0}.hero-floating{position:absolute;width:175px;height:175px;border-radius:28px;overflow:hidden;background:#f8f8f6;box-shadow:0 35px 75px rgba(0,0,0,.13);border:1px solid rgba(0,0,0,.07)}.hero-floating img{object-fit:cover}.hero-floating span{position:absolute;left:14px;bottom:12px;background:rgba(255,255,255,.9);padding:7px 9px;border-radius:30px;font-size:9px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-floating-0{left:7%;top:17%}.hero-floating-1{right:7%;top:28%}.hero-floating-2{left:27%;bottom:8%}.scroll-note{position:absolute;bottom:25px;display:flex;align-items:center;gap:7px;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:#777}.hero-bg-text{position:absolute;inset:0;display:grid;place-items:center;font-family:var(--display);font-size:30vw;letter-spacing:-.1em;color:#fafaf8;pointer-events:none}.ticker{overflow:hidden;white-space:nowrap;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:10px;text-transform:uppercase;letter-spacing:.16em}.ticker div{display:inline-flex;gap:24px;padding:14px 0;animation:marquee 26s linear infinite}@keyframes marquee{to{transform:translateX(-50%)}}.section{padding:120px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:36px}.section h2,.story-grid h2{font-family:var(--display);font-weight:500;letter-spacing:-.055em;font-size:clamp(46px,6vw,88px);line-height:.9;margin:14px 0 0}.text-link{display:flex;align-items:center;gap:8px;font-size:10px;text-transform:uppercase;letter-spacing:.14em}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.product-card{background:#f7f7f5;border-radius:22px;overflow:hidden;border:1px solid #ededeb}.product-image-wrap{display:block;position:relative;overflow:hidden;background:#f1f1ef}.product-image{object-fit:cover;transition:transform .8s cubic-bezier(.22,1,.36,1)}.product-card:hover .product-image{transform:scale(1.045)}.image-orbit{width:75%;height:75%;border:1px solid rgba(0,0,0,.12);left:12.5%;top:12.5%;transform:rotate(-16deg);pointer-events:none}.image-orbit,.quick{position:absolute;border-radius:50%}.quick{top:12px;right:12px;width:34px;height:34px;display:grid;place-items:center;background:rgba(255,255,255,.83);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-info{padding:16px;display:flex;flex-direction:column;gap:18px}.product-info h3{font-size:14px;margin:0 0 6px}.product-info p{margin:0;color:#777;font-size:10px;line-height:1.5}.price-row{display:flex;align-items:center;justify-content:space-between}.price-row span{font-size:13px}.price-row button{border:1px solid #111;background:#fff;border-radius:999px;padding:8px 12px;font-size:10px}.story-band{background:#f5f5f2;padding:110px 0}.story-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:end;grid-gap:50px;gap:50px}.story-grid p{font-size:16px;line-height:1.8;color:#666;max-width:480px;margin:0 0 28px}.story-stats{display:flex;gap:25px}.story-stats div{min-width:95px}.story-stats strong{font-family:var(--display);font-size:40px;display:block}.story-stats span{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:#777}.dark-section{background:#080808;color:#fff}.dark-head .eyebrow{color:#777}.dark-head h2,.light{color:#fff}.light{background:#111;border-color:#555}.service-grid{border-top:1px solid #252525}.service-row{width:100%;text-align:left;background:transparent;color:inherit;font:inherit;display:grid;grid-template-columns:70px 1fr 24px;align-items:center;grid-gap:20px;gap:20px;padding:30px 0;border-bottom:1px solid #252525;transition:.35s}.service-row:hover{padding-left:10px}.service-row>span{font-size:10px;color:#666}.service-row h3{font-size:22px;margin:0 0 8px;font-weight:500}.service-row p{margin:0;color:#888;font-size:12px;line-height:1.6;max-width:560px}.stone-index{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.stone-chip{display:flex;gap:16px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:12px;background:#fff}.stone-chip img{width:88px;height:88px;object-fit:cover;border-radius:14px}.stone-chip div{display:flex;flex-direction:column;gap:6px}.stone-chip span{font-size:9px;color:#aaa}.stone-chip strong{font-size:14px}.stone-chip small{font-size:9px;color:#777;text-transform:uppercase;letter-spacing:.1em}.waitlist-section{padding:0 0 110px}.waitlist-card{background:#f5f5f2;border-radius:28px;padding:60px;display:grid;grid-template-columns:1.25fr .75fr;grid-gap:35px;gap:35px;align-items:end}.waitlist-card h2{font-size:clamp(52px,6vw,92px)}.waitlist-card p{color:#707070;max-width:530px;font-size:14px;line-height:1.75}.waitlist-form{display:flex;align-items:center;border-bottom:1px solid #111}.waitlist-form input{border:0;background:transparent;outline:0;padding:17px 0;width:100%;font-size:12px}.circle-button{width:40px;height:40px;border-radius:50%;border:0;background:#111;color:#fff;display:grid;place-items:center;flex:none}.success-chip{display:flex;gap:8px;align-items:center;font-size:12px;padding:15px 0}.waitlist-footer{grid-column:1/-1;display:flex;justify-content:space-between;padding-top:12px;border-top:1px solid #deded9;font-size:10px;color:#777}.waitlist-footer a{display:flex;gap:7px;align-items:center}.final-cta{text-align:center;padding:130px 0}.final-cta h2{font-size:clamp(62px,9vw,128px);margin-bottom:40px}.footer{background:#0a0a0a;color:#fff;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:1.6fr .8fr .8fr 1.1fr;grid-gap:45px;gap:45px}.footer-logo{width:170px;filter:invert(1);border-radius:0;display:block}.footer p{color:#8e8e8e;line-height:1.7;font-size:11px;max-width:270px}.footer-grid>div{display:flex;flex-direction:column;gap:8px}.footer-grid .eyebrow{color:#666;margin-bottom:8px}.footer-grid a{font-size:11px;color:#cfcfcf}.footer-bottom{border-top:1px solid #222;margin-top:50px;padding-top:18px;display:flex;justify-content:space-between;font-size:9px;color:#666}.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:60;display:flex;justify-content:flex-end}.drawer{width:min(480px,100%);height:100%;background:#fff;padding:24px;display:flex;flex-direction:column;box-shadow:-25px 0 60px rgba(0,0,0,.15)}.drawer-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:18px}.drawer-head h2{font-family:var(--display);font-size:34px;letter-spacing:-.04em;margin:8px 0 0}.cart-list{padding:18px 0;overflow:auto;display:flex;flex-direction:column;gap:12px}.cart-item{display:grid;grid-template-columns:78px 1fr;grid-gap:12px;gap:12px;padding:10px;border:1px solid var(--line);border-radius:14px}.cart-item img{width:78px;height:78px;object-fit:cover;border-radius:10px}.cart-item-main{display:flex;flex-direction:column;gap:5px;font-size:11px}.cart-item-main span{color:#777}.qty{display:flex;align-items:center;gap:8px;margin-top:auto}.qty button{width:28px;height:28px;border:1px solid var(--line);background:#fff;border-radius:50%;display:grid;place-items:center}.qty .trash{margin-left:auto}.checkout-form{margin-top:auto;border-top:1px solid var(--line);padding-top:15px;display:flex;flex-direction:column;gap:9px}.checkout-form input,.checkout-form textarea{border:1px solid var(--line);padding:12px;border-radius:12px;outline:0;resize:none}.checkout-form textarea{height:75px}.checkout-form small{color:#888;line-height:1.5}.total-line{display:flex;justify-content:space-between;font-size:13px;padding:5px 0 8px}.wide{width:100%}.empty-state{flex:1 1;display:grid;place-items:center;text-align:center;padding:50px}.empty-orbit{width:100px;height:100px;border-radius:50%;border:1px solid #ddd;display:grid;place-items:center;font-size:30px}.mobile-menu{position:fixed;inset:0;background:#fff;z-index:80;padding:22px}.mobile-menu-head{display:flex;justify-content:space-between;align-items:center}.mobile-menu-head img{width:140px;height:60px;margin-left:-22px}.mobile-links{display:flex;flex-direction:column;gap:20px;margin-top:50px;font-family:var(--display);font-size:42px;letter-spacing:-.05em}.loading-page{min-height:100vh;display:grid;place-items:center;font-family:var(--display);font-size:32px}.shop-page{padding:80px 0 110px}.shop-hero{max-width:780px}.shop-hero h1{font-size:clamp(72px,9vw,132px)}.shop-hero p{font-size:16px;color:#6b6b6b;line-height:1.8;max-width:560px}.shop-note{justify-content:space-between;margin:55px 0 30px;padding:13px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:#777}.shop-note,.shop-note a{display:flex;align-items:center}.shop-note a{gap:7px;color:#111}.product-grid-shop{grid-template-columns:repeat(3,1fr)}.product-page{padding:40px 0 110px}.back-link{display:inline-flex;gap:8px;align-items:center;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#777}.product-detail{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:70px;gap:70px;align-items:center;padding-top:55px}.detail-image{aspect-ratio:1/1;position:relative;background:#f4f4f1;border-radius:28px;overflow:hidden}.detail-orbit{position:absolute;width:72%;height:72%;border:1px solid #ddd;border-radius:50%;left:14%;top:14%;z-index:1}.detail-product-image{object-fit:cover}.detail-copy h1{font-size:clamp(60px,6.5vw,104px);max-width:670px}.detail-lead{font-size:17px;line-height:1.7;color:#666;max-width:530px}.detail-price{font-size:18px;margin:25px 0}.detail-desc{font-size:13px;color:#777;line-height:1.8;max-width:540px}.detail-points{display:flex;flex-direction:column;gap:8px;font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:#777;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:15px 0;margin:25px 0}.quantity{display:flex;gap:12px;align-items:center;margin:20px 0}.quantity button{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:#fff;display:grid;place-items:center}.detail-actions{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:980px){.desktop-nav{display:none}.mobile-only{display:grid}.hero{min-height:auto}.hero-inner{grid-template-columns:1fr}.hero-copy{padding-top:70px}.hero-orbit-stage{height:520px}.product-grid{grid-template-columns:repeat(2,1fr)}.story-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.product-detail{grid-template-columns:1fr}.detail-copy{padding-bottom:20px}.product-grid-shop{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.container{width:calc(100% - 28px)}.topbar-inner{height:66px}.brand-mark{width:120px}.brand-mark img{width:160px;height:160px}.hero-copy h1{font-size:56px}.hero-copy p{font-size:14px}.hero-orbit-stage{height:390px}.hero-orbit-ring.ring-a{width:300px;height:300px}.hero-orbit-ring.ring-b{width:215px;height:215px}.hero-floating{width:115px;height:115px;border-radius:18px}.hero-floating-0{left:1%;top:16%}.hero-floating-1{right:1%;top:24%}.hero-floating-2{left:28%;bottom:6%}.hero-floating span{font-size:7px;padding:5px 7px}.section{padding:82px 0}.section-head{align-items:flex-start;flex-direction:column;gap:14px}.section h2,.story-grid h2{font-size:49px}.product-grid{grid-template-columns:1fr 1fr;gap:9px}.product-info{padding:11px}.product-info h3{font-size:12px}.product-info p{display:none}.price-row span{font-size:11px}.price-row button{padding:7px 10px;font-size:9px}.story-band{padding:82px 0}.story-grid p{font-size:14px}.story-stats{gap:14px}.service-row{grid-template-columns:35px 1fr 20px;padding:24px 0}.service-row h3{font-size:18px}.service-row p{font-size:11px}.stone-index{grid-template-columns:1fr}.stone-chip img{width:74px;height:74px}.waitlist-card{padding:28px;grid-template-columns:1fr}.waitlist-footer{grid-column:auto}.final-cta{padding:95px 0}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.shop-page{padding:58px 0 80px}.shop-hero h1{font-size:65px}.shop-note{gap:16px;align-items:flex-start;flex-direction:column}.product-grid-shop{grid-template-columns:1fr 1fr}.product-detail{gap:35px}.detail-copy h1{font-size:56px}.detail-lead{font-size:15px}}.onboarding-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:18px;background:rgba(0,0,0,.42);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.onboarding{position:relative;width:min(100%,420px);padding:34px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.22)}.onboarding h2{font-size:44px;margin:14px 0 8px;letter-spacing:-.06em}.onboarding p{color:#6d6d6d;font-size:13px;line-height:1.6}.onboarding form{display:grid;grid-gap:10px;gap:10px;margin-top:24px}.checkout-form input,.checkout-form textarea,.onboarding input{width:100%;border:1px solid #dedede;background:#fafafa;padding:13px 14px;font:inherit;font-size:12px;outline:none}.checkout-form input:focus,.checkout-form textarea:focus,.onboarding input:focus{border-color:#111;box-shadow:0 0 0 2px rgba(0,0,0,.08)}.onboarding-close{position:absolute;right:14px;top:14px}.onboarding-skip{display:block;margin:18px auto 0;border:0;background:none;color:#777;font-size:11px;text-decoration:underline}.form-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.checkout-form small{color:#a13d3d;font-size:10px;line-height:1.4}.checkout-form small:last-child{color:#777}.checkout-form textarea{min-height:72px;resize:vertical}.shop-filters{display:flex;gap:10px;margin:28px 0}.shop-filters input{flex:1 1}.shop-filters input,.shop-filters select{border:1px solid #ddd;background:#fafafa;padding:13px;font:inherit;font-size:12px}.service-grid-page{margin-top:50px}.service-grid-page h2{font-size:24px;font-weight:500}.service-detail-copy{max-width:680px;margin:70px auto}.service-form{margin-top:32px;display:grid;grid-gap:10px;gap:10px}@media(max-width:620px){.shop-filters{align-items:stretch;flex-direction:column}.onboarding{padding:28px 22px}.onboarding h2{font-size:38px}}.detail-image,.hero-floating,.product-image-wrap{isolation:isolate}.detail-product-image,.hero-floating img,.product-image{object-fit:contain!important;object-position:center}.product-image-wrap{aspect-ratio:1/1;background:#f7f7f5}.product-card{min-width:0}.product-info h3{line-height:1.15;overflow-wrap:anywhere}.drawer{max-height:100dvh;overflow-y:auto}.drawer-backdrop{padding-bottom:env(safe-area-inset-bottom)}.ghost,.price-row button,.primary,.qty button{min-height:42px}.checkout-form input,.checkout-form textarea,.onboarding input{min-height:46px}.checkout-form .primary{position:-webkit-sticky;position:sticky;bottom:0;z-index:2}.hero-floating{box-shadow:0 18px 48px rgba(0,0,0,.12)}@media(max-width:620px){body{overflow-x:hidden}.hero-copy h1,.product-page h1,.shop-hero h1{font-size:clamp(48px,14vw,62px);line-height:.92;overflow-wrap:anywhere}.detail-desc,.hero-copy p,.service-detail-copy p{max-width:34rem;line-height:1.65}.product-grid,.product-grid-shop{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.product-image-wrap{min-height:0}.product-info h3{font-size:11px}.price-row{align-items:flex-start;flex-direction:column;gap:8px}.price-row button{width:100%}.drawer{width:min(100%,480px);padding:20px 16px}.drawer-head h2{font-size:34px}.cart-item img{width:76px;height:76px;object-fit:contain;background:#f7f7f5}.form-split{grid-template-columns:1fr}.service-detail-copy{margin:42px auto}.service-grid-page h2{font-size:20px}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.instagram-order{display:inline-flex!important;align-items:center;gap:7px;border:1px solid #dcdcd8;padding:9px 12px;font-size:9px;letter-spacing:.08em;text-transform:uppercase;transition:background .25s ease,color .25s ease,border-color .25s ease}.instagram-order:hover{background:#090909;color:#fff;border-color:#090909}.instagram-order span{white-space:nowrap}@media(max-width:620px){.instagram-order{padding:8px}.instagram-order span{display:none}}.brand-mark{width:146px;height:48px;overflow:hidden;display:flex;align-items:flex-start}.brand-mark img{width:100%!important;height:auto!important;max-width:none;margin:0!important;transform:translateY(-25%);filter:contrast(1.1)}.mobile-menu-head img{width:146px;height:auto;max-height:48px;object-fit:contain;object-position:center}.category-section{background:#f5f5f2;padding-top:92px;padding-bottom:96px}.category-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:12px;gap:12px;margin-top:34px}.category-card{min-height:210px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(0,0,0,.12);background:#fff;transition:transform .35s ease,background .35s ease,color .35s ease;overflow:hidden}.category-card:hover{transform:translateY(-6px);background:#090909;color:#fff}.category-card:nth-child(3),.category-card:nth-child(4){min-height:170px}.category-card span{font-size:10px;color:#777;letter-spacing:.16em}.category-card h3{font-family:var(--display);font-size:clamp(28px,4vw,58px);font-weight:500;line-height:.9;letter-spacing:-.045em;margin:0 0 10px;max-width:9ch}.category-card p{font-size:12px;line-height:1.5;color:#777;margin:0;max-width:28ch}.category-card:hover p,.category-card:hover span{color:#aaa}.category-card svg{align-self:flex-end}.category-card-1{grid-row:span 2;min-height:392px;background:#e6e6e1}.category-card-2{background:#deded9}@media(max-width:620px){.category-section{padding-top:72px;padding-bottom:76px}.category-grid{grid-template-columns:1fr 1fr;gap:8px}.category-card,.category-card:nth-child(3),.category-card:nth-child(4){min-height:185px;padding:16px}.category-card-1{grid-row:span 1;min-height:230px;grid-column:span 2}.category-card h3{font-size:30px}.category-card p{font-size:10px;line-height:1.4}}