/* Source: premium.css */
:root{--black:#090909;--ink:#151513;--ivory:#f4f1e9;--paper:#fbfaf6;--line:rgba(20,20,18,.14);--muted:#74736e;--silver:#b9bec6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site-header{height:96px;position:absolute;z-index:20;top:0;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,80px);color:white;border-bottom:1px solid rgba(255,255,255,.15)}.wordmark{font:600 19px/1 "Manrope",sans-serif;letter-spacing:.26em}.wordmark span{color:var(--silver)}.desktop-nav{display:flex;gap:38px;font-size:13px;color:rgba(255,255,255,.68)}.desktop-nav a,.site-footer a{transition:color .25s}.desktop-nav a:hover,.site-footer a:hover{color:var(--silver)}.nav-cta{font-size:13px;border-bottom:1px solid rgba(255,255,255,.65);padding:9px 0}.nav-cta span,.button span{margin-left:15px}.hero{position:relative;min-height:940px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(370px,.85fr);align-items:center;gap:40px;overflow:hidden;padding:155px clamp(24px,7vw,110px) 90px;background:radial-gradient(circle at 68% 38%,#262723 0,#111210 34%,#070807 70%);color:white}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.035),transparent 32%);pointer-events:none}.hero-glow{position:absolute;width:500px;height:500px;right:11%;top:25%;border-radius:50%;background:rgba(217,202,168,.08);filter:blur(80px)}.hero-copy{position:relative;z-index:2;max-width:760px}.eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 26px;text-transform:uppercase;letter-spacing:.22em;font:500 10px/1 "Manrope",sans-serif;color:rgba(255,255,255,.58)}.eyebrow span{width:28px;height:1px;background:var(--silver)}.eyebrow.dark{color:#696862}.hero h1,.section-heading h2,.standard h2,.membership h2{margin:0;font:500 clamp(54px,6vw,90px)/.98 "Playfair Display",serif;letter-spacing:-.035em}.hero h1 em,.section-heading h2 em,.standard h2 em,.membership h2 em{font-weight:500;color:#c6cbd2}.hero-intro{max-width:620px;margin:35px 0 0;color:rgba(255,255,255,.65);font-size:17px;line-height:1.8}.hero-actions{display:flex;align-items:center;gap:34px;margin-top:40px}.button{display:inline-flex;align-items:center;justify-content:space-between;min-width:230px;padding:18px 22px;text-transform:uppercase;letter-spacing:.12em;font:600 10px/1 "Manrope",sans-serif;transition:transform .3s,background .3s,color .3s}.button:hover{transform:translateY(-3px)}.button-light{background:var(--ivory);color:#111}.button-light:hover{background:white}.button-dark{background:#111;color:white}.text-link{font-size:12px;color:rgba(255,255,255,.67)}.text-link span{margin-left:12px}.hero-notes{display:flex;gap:25px;margin-top:70px;color:rgba(255,255,255,.42);font-size:10px;text-transform:uppercase;letter-spacing:.12em}.hero-notes span+span:before{content:"•";margin-right:25px;color:var(--silver)}.hero-product{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.product-orbit{position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%;animation:orbit 18s linear infinite}.orbit-one{width:520px;height:520px;top:0}.orbit-two{width:410px;height:410px;top:54px;animation-direction:reverse;animation-duration:25s}.orbit-one:before,.orbit-two:before{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:var(--silver);top:15%;left:16%;box-shadow:0 0 12px var(--silver)}@keyframes orbit{to{transform:rotate(360deg)}}.phone-frame{position:relative;z-index:2;width:285px;filter:drop-shadow(0 35px 42px rgba(0,0,0,.55));transition:transform .4s}.phone-frame:hover{transform:translateY(-7px)}.phone-mockup{position:relative;z-index:2;display:block;width:100%}.phone-frame:before{content:"";position:absolute;z-index:0;inset:3.8% 5.5%;border-radius:12.5%/6.5%;background:#000}.phone-screen{position:absolute;inset:2% 5%;z-index:1;overflow:hidden;border-radius:22px;background:#000}.phone-track,.phone-slide{width:100%;height:100%}.phone-track{position:relative}.phone-slide{position:absolute;inset:0;object-fit:cover;object-position:top;opacity:0;transform:scale(1.01);transition:opacity .7s,transform .85s}.phone-slide.is-active{z-index:1;opacity:1;transform:scale(1)}.phone-controls{position:relative;z-index:3;display:flex;align-items:center;gap:20px;margin-top:22px}.slider-btn{width:38px;height:38px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.06);color:white;cursor:pointer}.phone-dots{display:flex;gap:7px}.phone-dot{width:5px;height:5px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.25)}.phone-dot.is-active{background:var(--silver)}.section-pad{padding:clamp(90px,11vw,170px) clamp(24px,8vw,130px)}.statement{display:grid;grid-template-columns:.5fr 1.6fr .8fr;gap:6vw;align-items:start;border-bottom:1px solid var(--line)}.statement blockquote{margin:0;font:500 clamp(35px,4vw,60px)/1.18 "Playfair Display",serif;letter-spacing:-.025em}.statement blockquote em{color:#8d949d}.statement>p:last-child{margin:58px 0 0;color:var(--muted);font-size:15px;line-height:1.8}.capabilities{background:var(--paper)}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:80px}.section-heading .eyebrow{align-self:start;margin-top:12px}.section-heading h2,.membership h2{font-size:clamp(50px,6vw,82px)}.section-heading h2 em,.membership h2 em{color:#858d97}.capability{display:grid;grid-template-columns:60px minmax(260px,1fr) minmax(320px,.8fr);gap:45px;align-items:center;padding:40px 0;border-top:1px solid var(--line)}.cap-number{align-self:start;color:#a0998e;font:500 10px "Manrope"}.capability h3{margin:0 0 17px;font:500 clamp(25px,2.3vw,35px)/1.1 "Playfair Display",serif}.capability p{max-width:500px;margin:0;color:var(--muted);line-height:1.7;font-size:14px}.cap-visual{height:190px;overflow:hidden;background:#ddd}.cap-visual img{width:100%;height:100%;object-fit:cover;filter:saturate(.55);transition:transform .8s,filter .5s}.capability:hover img{transform:scale(1.04);filter:saturate(.8)}.standard{min-height:800px;display:grid;grid-template-columns:1.08fr .92fr;background:#10110f;color:white}.standard-image{min-height:650px;background:linear-gradient(90deg,transparent 70%,#10110f),url('../assets/Grow.webp') center/cover no-repeat;filter:saturate(.6) contrast(1.05)}.standard-panel{align-self:center;padding:80px clamp(35px,7vw,110px) 80px 50px}.standard h2{font-size:clamp(44px,4.7vw,70px)}.standard-panel>p:not(.eyebrow){color:rgba(255,255,255,.57);line-height:1.8;margin:30px 0}.standard ul{list-style:none;padding:0;margin:35px 0 42px;border-top:1px solid rgba(255,255,255,.13)}.standard li{padding:17px 0;border-bottom:1px solid rgba(255,255,255,.13);color:rgba(255,255,255,.72);font-size:13px}.standard li span{margin-right:22px;color:var(--silver);font-size:9px}.membership{text-align:center}.membership .eyebrow{justify-content:center}.membership>p:not(.eyebrow){max-width:530px;margin:30px auto;color:var(--muted);line-height:1.8}.membership .button{margin-top:8px}.availability{display:block;margin-top:24px;text-transform:uppercase;letter-spacing:.14em;color:#96938c;font-size:9px}.site-footer{display:grid;grid-template-columns:1fr 1fr auto;gap:40px;align-items:end;padding:70px clamp(24px,7vw,110px) 35px;background:#090a09;color:white}.site-footer>div p{color:rgba(255,255,255,.42);font-size:12px;line-height:1.7;margin:24px 0 0}.site-footer nav{display:flex;flex-wrap:wrap;gap:24px;color:rgba(255,255,255,.55);font-size:11px}.copyright{margin:0;color:rgba(255,255,255,.3);font-size:9px}.reveal{opacity:0;transform:translateY(24px);animation:reveal .9s cubic-bezier(.2,.7,.2,1) forwards}.reveal-delay{animation-delay:.18s}@keyframes reveal{to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}@media(max-width:900px){.desktop-nav{display:none}.hero{grid-template-columns:1fr;padding-top:150px;text-align:center}.hero-copy{margin:auto}.eyebrow,.hero-actions,.hero-notes{justify-content:center}.hero-product{margin-top:35px}.statement{grid-template-columns:1fr}.statement>p:last-child{margin:0}.section-heading{display:block}.section-heading h2{margin-top:30px}.capability{grid-template-columns:35px 1fr}.cap-visual{grid-column:2}.standard{grid-template-columns:1fr}.standard-image{min-height:500px}.standard-panel{padding:70px 30px}.site-footer{grid-template-columns:1fr 1fr}.copyright{grid-column:1/-1}}@media(max-width:560px){.site-header{height:78px}.nav-cta{font-size:10px}.hero{min-height:auto;padding:125px 22px 75px}.hero h1{font-size:48px}.hero-intro{font-size:15px}.hero-actions{flex-direction:column}.hero-notes{display:none}.phone-frame{width:245px}.product-orbit{display:none}.statement blockquote{font-size:37px}.capability{gap:20px}.cap-visual{height:170px}.standard-image{min-height:370px}.site-footer{grid-template-columns:1fr}.site-footer nav{margin-top:25px}}


/* Source: light-theme.css */
/* Light editorial system. The .standard section is deliberately untouched. */
body{background:#f8f7f2}
.site-header{color:var(--ink);border-bottom-color:#1818131f}.site-header .desktop-nav{color:#1515128f}.site-header .desktop-nav a:hover{color:#151512}.site-header .nav-cta{border-bottom-color:#1515128f}.site-header .wordmark span{color:#89919b}
.hero{background:#f8f7f2;color:var(--ink);min-height:920px}.hero:before{background:linear-gradient(120deg,#fff9,transparent 38%)}.hero-glow{background:#b7bec726}.hero .eyebrow{color:#5e5c55}.hero h1 em{color:#878f99}.hero-intro{color:#55544e}.hero .text-link{color:#4f4e48}.hero-notes{color:#6d6b63}.hero-notes span+span:before{color:#a3aab2}.hero .product-orbit{border-color:#19191417}.hero .orbit-one:before,.hero .orbit-two:before{background:#9ba2aa;box-shadow:0 0 12px #9ba2aa}.hero .phone-frame{filter:drop-shadow(0 35px 42px #25231d33)}.hero .slider-btn{border-color:#19191424;background:#fff9;color:#151512}.hero .phone-dot{background:#1a1a1729}.hero .phone-dot.is-active{background:#878f99}
.statement{background:#fff}.capabilities{background:#f8f7f2}.capability{transition:background .35s,padding .35s}.capability:hover{background:#fff;padding-left:20px;padding-right:20px}.cap-visual{background:#e7e3d9}.membership{background:#fff}.membership .button-dark{background:#171714}.site-footer{background:#efede5;color:var(--ink);border-top:1px solid #1818131a}.site-footer .wordmark span{color:#89919b}.site-footer>div p{color:#15151273}.site-footer nav{color:#15151291}.site-footer a:hover{color:#89919b}.copyright{color:#15151270}
.scroll-progress{position:fixed;z-index:100;top:0;left:0;width:100%;height:2px;pointer-events:none}.scroll-progress span{display:block;width:100%;height:100%;background:#89919b;transform:scaleX(0);transform-origin:left}.editorial-experience{position:relative;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.75fr);gap:clamp(50px,8vw,130px);padding:clamp(100px,12vw,180px) clamp(24px,8vw,130px);overflow:hidden;background:#eeece4}.editorial-frame{min-width:0}.editorial-photo{height:clamp(430px,55vw,720px);overflow:hidden;background:#ddd8cc;will-change:transform}.editorial-photo img{width:100%;height:116%;margin-top:-8%;object-fit:cover;display:block;filter:saturate(.72) contrast(1.02);transition:filter .7s,scale 1.2s cubic-bezier(.2,.7,.2,1)}.editorial-frame:hover img{filter:saturate(.9);scale:1.025}.editorial-caption{display:flex;justify-content:space-between;gap:30px;padding-top:19px;border-top:1px solid #19191424}.editorial-caption span{flex:none;text-transform:uppercase;letter-spacing:.15em;color:#77736a;font-size:9px}.editorial-caption p{max-width:330px;margin:0;color:#57564f;font:500 16px/1.45 "Playfair Display",serif}.editorial-copy{align-self:center}.editorial-copy h2{margin:0;font:500 clamp(44px,5vw,74px)/1.03 "Playfair Display",serif;letter-spacing:-.035em}.editorial-copy h2 em{color:#878f99;font-weight:500}.editorial-copy>p:not(.eyebrow){max-width:520px;margin:30px 0;color:#64625b;line-height:1.85}.editorial-link{display:inline-flex;gap:28px;padding-bottom:8px;border-bottom:1px solid #292923;text-transform:uppercase;letter-spacing:.13em;font:600 9px "Manrope",sans-serif}.editorial-frame-small{grid-column:2;width:78%;margin-top:-10vw}.editorial-frame-small .editorial-photo{height:clamp(300px,33vw,460px)}.scroll-reveal{opacity:0;transform:translateY(55px);transition:opacity 1s cubic-bezier(.2,.7,.2,1),transform 1s cubic-bezier(.2,.7,.2,1)}.scroll-reveal.is-visible{opacity:1;transform:none}.editorial-frame-small.scroll-reveal{transition-delay:.12s}[data-depth-card]{transition:opacity 1s,transform .25s ease-out}
.founding-page .founding-header{color:var(--ink)}.founding-page .founding-header>p{color:#15151273}.founding-hero-new{background:linear-gradient(120deg,#fff 0,#f5f2e9 54%,#e9e4d8 100%);color:var(--ink)}.founding-intro .eyebrow{color:#5e5c55}.founding-intro h1 em{color:#878f99}.founding-intro>p:not(.eyebrow){color:#55544e}.founding-intro .text-link{color:#4f4e48}.founding-price{border-color:#18181322;background:#ffffffa8;box-shadow:0 30px 80px #514a3721}.founding-price>p{color:#1515128c}.founding-price>div{border-top-color:#1818131f;color:#1515128f}.founding-price b{color:var(--ink)}.founding-demo{background:#ece9df;color:var(--ink)}.demo-device{background:radial-gradient(circle,#fff,#ded9cd 65%)}.demo-device img{filter:drop-shadow(0 35px 30px #3c392d38)}.demo-copy .eyebrow{color:#5e5c55}.demo-copy>p:not(.eyebrow){color:#55544e}.demo-copy small{color:#15151270}.demo-copy .button-light{background:#171714;color:#fff}.join-section{background:#fff}
@media(max-width:900px){.hero{padding-top:145px}.founding-hero-new{padding-top:145px}.editorial-experience{grid-template-columns:1fr}.editorial-copy{padding:30px 0}.editorial-frame-small{grid-column:auto;width:80%;margin:0 0 0 auto}}@media(max-width:560px){.hero{padding-top:115px}.founding-hero-new{padding-top:115px}.editorial-photo{height:410px}.editorial-frame-small{width:100%}.editorial-caption{display:block}.editorial-caption p{margin-top:12px}}
@media(prefers-reduced-motion:reduce){.scroll-reveal{opacity:1;transform:none}.scroll-progress{display:none}.editorial-photo{transform:none!important}}


/* Source: motion.css */
/* Cinematic motion layer; deliberately excludes the protected .standard section. */
.site-footer:before{animation:none!important}
body{--mx:50vw;--my:30vh}.ambient-cursor{position:fixed;z-index:0;left:var(--mx);top:var(--my);width:420px;height:420px;border-radius:50%;pointer-events:none;background:radial-gradient(circle,#bfc5cd20,transparent 68%);transform:translate(-50%,-50%);mix-blend-mode:multiply;transition:opacity .4s}.site-header{animation:navDrop .9s cubic-bezier(.2,.7,.2,1) both}.hero .eyebrow{animation:fadeSlide .8s .15s both}.hero h1{animation:fadeSlide 1s .28s both}.hero-intro{animation:fadeSlide .9s .43s both}.hero-actions{animation:fadeSlide .9s .56s both}.hero-notes{animation:fadeSlide .9s .7s both}.hero-product{animation:phoneEnter 1.25s .3s cubic-bezier(.16,.8,.2,1) both}.hero-product:after{content:"";position:absolute;inset:12% 5%;z-index:-1;border-radius:50%;background:#c8cdd42e;filter:blur(42px);animation:breathe 4.5s ease-in-out infinite}.phone-frame{animation:phoneFloat 5.5s ease-in-out infinite}.phone-slide{transition:opacity .7s,transform 1.2s cubic-bezier(.2,.8,.2,1),filter .8s;filter:blur(5px) saturate(.65);transform:scale(1.08) translateY(12px)}.phone-slide.is-active{filter:none;transform:scale(1) translateY(0)}.phone-dot{transition:width .35s,background .35s,border-radius .35s}.phone-dot.is-active{width:22px;border-radius:10px}.capability.motion-item{opacity:0;transform:translateX(-45px);transition:opacity .85s,transform .95s cubic-bezier(.2,.7,.2,1)}.capability.motion-item:nth-child(even){transform:translateX(45px)}.capability.motion-item.in-view{opacity:1;transform:none}.capability .cap-number{transition:transform .5s,color .5s}.capability:hover .cap-number{transform:translateY(10px) scale(1.25);color:#59616b}.cap-visual{position:relative}.cap-visual:after{content:"";position:absolute;inset:0;background:#e9e8e2;transform-origin:right;transition:transform 1.1s cubic-bezier(.7,0,.2,1)}.capability.in-view .cap-visual:after{transform:scaleX(0)}.statement.motion-item blockquote,.membership.motion-item h2{background:linear-gradient(90deg,#151513 50%,#a2a6ac 50%) 100%/200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;transition:background-position 1.4s cubic-bezier(.2,.7,.2,1)}.statement.in-view blockquote,.membership.in-view h2{background-position:0}.editorial-photo:before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(110deg,transparent 35%,#ffffff6b 48%,transparent 61%);transform:translateX(-140%);transition:transform 1.2s}.editorial-frame:hover .editorial-photo:before{transform:translateX(140%)}.editorial-photo{position:relative}.hero .button,.membership .button,.founding-page .button,.nav-cta,.editorial-link{will-change:transform}.site-footer{position:relative;overflow:hidden}.site-footer:before{content:"VAULTLY";position:absolute;right:-1vw;bottom:-.22em;color:#ffffff45;font:500 clamp(80px,14vw,210px)/1 "Playfair Display",serif;letter-spacing:-.06em;pointer-events:none;animation:footerDrift 12s ease-in-out infinite alternate}.founding-page .site-footer:before{color:#1010100a}.founding-page .demo-device img{width:min(330px,72%);max-height:620px;object-fit:cover;object-position:top;border:10px solid #161616;border-radius:50px;box-shadow:0 45px 80px #2a29243b;animation:phoneFloat 5.5s ease-in-out infinite}.founding-price{animation:glassFloat 6s ease-in-out infinite}.private-form{transition:transform .45s,box-shadow .45s}.private-form:focus-within{transform:translateY(-8px);box-shadow:0 36px 90px #1e1c1624}.private-form input,.private-form textarea{transition:border-color .3s,padding .3s}.private-form input:focus,.private-form textarea:focus{padding-left:8px}@keyframes navDrop{from{opacity:0;transform:translateY(-100%)}}@keyframes fadeSlide{from{opacity:0;transform:translateY(24px);filter:blur(5px)}to{opacity:1;transform:none;filter:none}}@keyframes phoneEnter{from{opacity:0;transform:translateY(70px) scale(.9);filter:blur(8px)}to{opacity:1;transform:none;filter:none}}@keyframes phoneFloat{50%{transform:translateY(-12px) rotate(.35deg)}}@keyframes breathe{50%{transform:scale(1.12);opacity:.55}}@keyframes footerDrift{to{transform:translateX(-3vw)}}@keyframes glassFloat{50%{transform:translateY(-8px);box-shadow:0 38px 90px #514a372e}}@media(max-width:800px){.ambient-cursor{display:none}.site-footer:before{font-size:100px}.capability.motion-item,.capability.motion-item:nth-child(even){transform:translateY(35px)}.capability.motion-item.in-view{transform:none}}@media(prefers-reduced-motion:reduce){.ambient-cursor{display:none}.site-header,.hero .eyebrow,.hero h1,.hero-intro,.hero-actions,.hero-notes,.hero-product,.phone-frame,.hero-product:after,.founding-price,.founding-page .demo-device img,.site-footer:before{animation:none!important}.capability.motion-item{opacity:1;transform:none}.cap-visual:after{display:none}}


/* Source: interactive.css */
body{overflow-x:clip}.site-header{z-index:60}.hero,.statement,.living-product,.editorial-experience,.capabilities,.standard,.membership,.site-footer{position:relative;z-index:2}.hero-copy,.hero-product,.living-heading,.story-console,.creation-lab,.editorial-copy,.site-footer>*{position:relative;z-index:3}.ambient-cursor{z-index:1}.site-footer:before{z-index:0}.product-orbit{z-index:-1}.phone-controls{z-index:6}.story-video{z-index:0}.story-video.is-active{z-index:2}.video-status,.scan-line{z-index:4}
.living-product{overflow:hidden;padding:clamp(100px,12vw,180px) clamp(24px,7vw,110px);background:#f4f4f1}.living-product:before{content:"";position:absolute;inset:0;background-image:linear-gradient(#1b1d2110 1px,transparent 1px),linear-gradient(90deg,#1b1d2110 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent);pointer-events:none}.living-heading{display:grid;grid-template-columns:.55fr 1fr .65fr;gap:5vw;align-items:end;margin-bottom:75px}.living-heading h2{margin:0;font:500 clamp(48px,6vw,84px)/.98 "Playfair Display",serif;letter-spacing:-.04em}.living-heading h2 em,.creation-copy h3 em{color:#878f99;font-weight:500}.living-heading>p:last-child{color:#65676b;line-height:1.8;margin:0}.story-console{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr);min-height:650px;border:1px solid #20232922;background:#fff;box-shadow:0 40px 100px #272b3214}.story-stage{position:relative;min-height:650px;overflow:hidden;background:#17191c}.story-video{position:absolute;inset:0;opacity:0;transform:scale(1.06);filter:blur(8px);transition:opacity .7s,transform 1.1s,filter .8s;pointer-events:none}.story-video.is-active{opacity:1;transform:scale(1);filter:none;pointer-events:auto}.story-video video{width:100%;height:100%;object-fit:cover;display:block}.story-video:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#0c0e11a6,transparent 45%)}.video-status{position:absolute;left:24px;bottom:22px;display:flex;align-items:center;gap:9px;padding:9px 13px;border:1px solid #ffffff2e;border-radius:999px;background:#11131899;backdrop-filter:blur(14px);color:#fff;text-transform:uppercase;letter-spacing:.13em;font-size:8px}.video-status i{width:6px;height:6px;border-radius:50%;background:#d5d9df;box-shadow:0 0 0 0 #d5d9df80;animation:statusPulse 1.8s infinite}.scan-line{position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,#e9edf3,transparent);box-shadow:0 0 18px #fff;animation:videoScan 4s ease-in-out infinite}.story-tabs{display:flex;flex-direction:column}.story-tab{position:relative;flex:1;display:grid;grid-template-columns:35px 1fr;grid-template-rows:auto auto;gap:7px 16px;padding:30px;text-align:left;border:0;border-bottom:1px solid #2023291c;background:#fafafa;color:#17191c;cursor:pointer;overflow:hidden;transition:background .35s,padding .35s}.story-tab:last-child{border-bottom:0}.story-tab:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#858d97;transform:scaleY(0);transition:transform .4s;transform-origin:bottom}.story-tab.is-active{background:#fff;padding-left:38px}.story-tab.is-active:before{transform:scaleY(1)}.story-tab span{grid-row:1/3;color:#8a8e94;font-size:9px}.story-tab b{font:500 28px "Playfair Display",serif}.story-tab small{color:#77797d;line-height:1.55}.creation-lab{display:grid;grid-template-columns:.7fr 1.3fr;gap:7vw;align-items:center;margin-top:clamp(100px,13vw,190px);padding-top:90px;border-top:1px solid #20232922}.creation-copy h3{margin:0;font:500 clamp(38px,4vw,60px)/1.04 "Playfair Display",serif}.creation-copy>p:not(.eyebrow){color:#65676b;line-height:1.8}.build-again{margin-top:20px;padding:13px 0;border:0;border-bottom:1px solid #202329;background:transparent;text-transform:uppercase;letter-spacing:.13em;font:600 9px "Manrope";cursor:pointer}.build-again span{display:inline-block;margin-left:20px;transition:transform .6s}.build-again:hover span{transform:rotate(180deg)}.assembly-scene{position:relative;min-height:560px;perspective:1200px}.data-creature{position:absolute;z-index:4;display:grid;place-items:center;width:74px;height:74px;border:1px solid #25282d29;border-radius:50%;background:#fff;box-shadow:0 15px 35px #30343a14;animation:creatureDrop 8.5s cubic-bezier(.3,.8,.3,1) infinite;opacity:0}.data-creature:before,.data-creature:after{content:"";position:absolute;top:24px;width:5px;height:5px;border-radius:50%;background:#292c31}.data-creature:before{left:27px}.data-creature:after{right:27px}.data-creature i{position:absolute;top:37px;width:15px;height:7px;border-bottom:1px solid #292c31;border-radius:50%}.data-creature b{position:absolute;top:82px;text-transform:uppercase;letter-spacing:.12em;font-size:8px}.creature-one{left:8%;top:0}.creature-two{left:32%;top:-30px;animation-delay:.8s}.creature-three{right:28%;top:10px;animation-delay:1.6s}.creature-four{right:5%;top:-22px;animation-delay:2.4s}.assembly-beam{position:absolute;z-index:1;left:50%;top:145px;width:2px;height:210px;background:linear-gradient(#c9cdd3,transparent);transform:translateX(-50%);filter:drop-shadow(0 0 8px #bbc1ca)}.assembled-card{position:absolute;z-index:3;left:50%;top:260px;width:min(490px,90%);display:grid;grid-template-columns:100px 1fr auto;gap:22px;align-items:center;padding:18px;border:1px solid #20232924;border-radius:18px;background:#ffffffd9;backdrop-filter:blur(18px);box-shadow:0 35px 70px #25282d24;transform:translateX(-50%);animation:cardAssemble 8.5s cubic-bezier(.2,.8,.2,1) infinite}.assembled-image{height:105px;border-radius:11px;background:url('../assets/archival-watch-v1.png') center/cover}.assembled-card span{color:#85898f;text-transform:uppercase;letter-spacing:.12em;font-size:8px}.assembled-card h4{margin:8px 0 4px;font:500 24px "Playfair Display",serif}.assembled-card p{margin:0;color:#777b80;font-size:11px}.assembled-card strong{padding:8px 11px;border-radius:999px;background:#e9ebee;text-transform:uppercase;letter-spacing:.1em;font-size:8px}.assembly-shadow{position:absolute;left:50%;top:440px;width:400px;height:35px;border-radius:50%;background:#282c321f;filter:blur(18px);transform:translateX(-50%);animation:shadowBreathe 8.5s infinite}.creation-lab.is-rebuilding .data-creature,.creation-lab.is-rebuilding .assembled-card,.creation-lab.is-rebuilding .assembly-shadow{animation:none}.creation-lab.is-rebuilding .data-creature{opacity:0;transform:translateY(-90px)}
@keyframes videoScan{0%,100%{top:4%;opacity:0}15%,85%{opacity:.8}50%{top:96%}}@keyframes statusPulse{70%{box-shadow:0 0 0 8px #d5d9df00}}@keyframes creatureDrop{0%,8%{opacity:0;transform:translateY(-90px) rotate(-8deg)}18%,45%{opacity:1;transform:translateY(75px) rotate(4deg)}58%,100%{opacity:0;transform:translate(calc(250px - 50vw),245px) scale(.25)}}@keyframes cardAssemble{0%,35%{opacity:0;transform:translateX(-50%) translateY(45px) rotateX(18deg) scale(.84);filter:blur(8px)}58%,90%{opacity:1;transform:translateX(-50%);filter:none}100%{opacity:0;transform:translateX(-50%) translateY(-8px)}}@keyframes shadowBreathe{0%,35%,100%{opacity:0;transform:translateX(-50%) scale(.6)}60%,90%{opacity:1;transform:translateX(-50%) scale(1)}}
@media(max-width:900px){.living-heading{grid-template-columns:1fr}.story-console{grid-template-columns:1fr}.story-stage{min-height:560px}.story-tabs{display:grid;grid-template-columns:repeat(3,1fr)}.story-tab{padding:20px 14px}.story-tab.is-active{padding-left:18px}.story-tab small{display:none}.creation-lab{grid-template-columns:1fr}.assembly-scene{margin-top:20px}}@media(max-width:560px){.story-stage{min-height:470px}.story-tab{display:block}.story-tab span{display:block;margin-bottom:7px}.story-tab b{font-size:18px}.assembly-scene{min-height:470px}.data-creature{width:58px;height:58px}.data-creature:before,.data-creature:after{top:19px}.data-creature:before{left:20px}.data-creature:after{right:20px}.data-creature i{top:29px}.data-creature b{top:65px}.assembled-card{grid-template-columns:75px 1fr;padding:12px}.assembled-card strong{display:none}.assembled-image{height:82px}}@media(prefers-reduced-motion:reduce){.scan-line,.video-status i,.data-creature,.assembled-card,.assembly-shadow{animation:none}.data-creature{opacity:1}.assembled-card{opacity:1;transform:translateX(-50%)}.assembly-shadow{opacity:1}}
.story-tab:focus-visible,.build-again:focus-visible{outline:2px solid #59616b;outline-offset:-4px}.story-video[aria-hidden="true"]{visibility:hidden}.story-video[aria-hidden="false"]{visibility:visible}


/* Source: grace-layer.css */
.certainty-shift{height:170vh;background:#e8e9e8;position:relative;z-index:2}.certainty-sticky{position:sticky;top:0;height:100vh;min-height:680px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:8vh clamp(24px,7vw,110px)}.certainty-sticky:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--certainty-x,70%) 50%,#fff 0,#f4f4f1 28%,transparent 58%);opacity:var(--certainty-light,.2);pointer-events:none}.certainty-line{position:relative;z-index:2;display:flex;flex-direction:column;font:500 clamp(64px,10vw,150px)/.83 "Playfair Display",serif;letter-spacing:-.065em}.certainty-muted{color:#b5b7b8;transform:translateX(var(--muted-shift,0));transition:color .2s}.certainty-clear{align-self:flex-end;color:#17191b;transform:translateX(var(--clear-shift,10vw));font-style:italic}.certainty-note{position:relative;z-index:3;max-width:430px;margin:50px 0 0 auto;color:#62666a;font-size:15px;line-height:1.75}.certainty-orbit{position:absolute;z-index:2;left:12%;bottom:8%;width:260px;height:260px;border:1px solid #26292e24;border-radius:50%;transform:scale(var(--certainty-scale,.72)) rotate(var(--certainty-rotate,0deg));opacity:var(--certainty-opacity,.25)}.certainty-orbit:before{content:"";position:absolute;inset:34px;border:1px dashed #26292e2b;border-radius:50%;animation:certaintySpin 18s linear infinite}.certainty-core{position:absolute;inset:72px;display:grid;place-items:center;text-align:center;border-radius:50%;background:#181a1d;color:#fff;box-shadow:0 20px 55px #282b3035;transform:rotate(var(--certainty-counterrotate,0deg))}.certainty-core i{position:absolute;top:25px;width:7px;height:7px;border-radius:50%;background:#c6cbd2;box-shadow:0 0 0 6px #c6cbd218}.certainty-core b{text-transform:uppercase;letter-spacing:.12em;font:500 8px/1.5 "Manrope"}.certainty-chip{position:absolute;padding:8px 12px;border:1px solid #282b302e;border-radius:999px;background:#f8f8f5;color:#555a60;text-transform:uppercase;letter-spacing:.13em;font:600 7px "Manrope";box-shadow:0 8px 22px #20232912}.chip-image{top:-14px;left:88px}.chip-receipt{right:-35px;top:112px}.chip-value{bottom:-12px;left:98px}.chip-appraisal{left:-48px;top:112px}@keyframes certaintySpin{to{transform:rotate(360deg)}}@media(max-width:800px){.certainty-shift{height:140vh}.certainty-sticky{min-height:620px}.certainty-line{font-size:clamp(52px,15vw,90px);gap:12px}.certainty-clear{align-self:flex-start}.certainty-orbit{left:50%;bottom:5%;width:190px;height:190px;transform:translateX(-50%) scale(var(--certainty-scale,.72))}.certainty-core{inset:51px}.certainty-note{margin:30px 0 210px}.chip-image{left:55px}.chip-receipt{right:-42px;top:80px}.chip-value{left:60px}.chip-appraisal{left:-53px;top:80px}}@media(prefers-reduced-motion:reduce){.certainty-shift{height:auto}.certainty-sticky{position:relative}.certainty-muted,.certainty-clear,.certainty-orbit,.certainty-core{transform:none}.certainty-orbit{opacity:1}.certainty-orbit:before{animation:none}}


/* Source: seo-content.css */
.collection-worlds{background:#f7f7f4}.collection-intro{display:grid;grid-template-columns:.5fr 1fr .65fr;gap:5vw;align-items:end;margin-bottom:80px}.collection-intro h2,.seo-faq h2{margin:0;font:500 clamp(46px,5.7vw,80px)/1 "Playfair Display",serif;letter-spacing:-.04em}.collection-intro h2 em,.seo-faq h2 em{color:#878f99;font-weight:500}.collection-intro>p:last-child{color:#67696d;line-height:1.8}.collection-categories{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #20232924}.collection-category{position:relative;min-height:330px;padding:38px;border-right:1px solid #20232924;border-bottom:1px solid #20232924;transition:background .4s,transform .4s}.collection-category:nth-child(3n){border-right:0}.collection-category:hover{z-index:2;background:#fff;transform:translateY(-7px);box-shadow:0 30px 70px #25282d10}.collection-category>span{color:#858d97;font:600 9px "Manrope"}.collection-category h3{margin:75px 0 18px;font:500 29px "Playfair Display",serif}.collection-category p{color:#696b6f;font-size:13px;line-height:1.75}.collection-category small{position:absolute;left:38px;bottom:32px;color:#8b8e93;text-transform:uppercase;letter-spacing:.1em;font-size:7px}.seo-faq{display:grid;grid-template-columns:.75fr 1.25fr;gap:9vw;background:#ecece8}.faq-list{border-top:1px solid #2023292b}.faq-list details{border-bottom:1px solid #2023292b}.faq-list summary{position:relative;padding:25px 45px 25px 0;cursor:pointer;list-style:none;font:500 20px "Playfair Display",serif}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:8px;top:21px;color:#73777d;font:300 25px "DM Sans";transition:transform .35s}.faq-list details[open] summary:after{transform:rotate(45deg)}.faq-list p{margin:0;padding:0 50px 25px 0;color:#686b70;font-size:13px;line-height:1.8}@media(max-width:900px){.collection-intro,.seo-faq{grid-template-columns:1fr}.collection-intro h2{margin:20px 0}.collection-categories{grid-template-columns:repeat(2,1fr)}.collection-category:nth-child(3n){border-right:1px solid #20232924}.collection-category:nth-child(2n){border-right:0}}@media(max-width:560px){.collection-categories{grid-template-columns:1fr}.collection-category,.collection-category:nth-child(3n){border-right:0;min-height:290px;padding:30px}.collection-category h3{margin-top:50px}.collection-category small{left:30px}.seo-faq h2{font-size:43px}}


/* Source: section-polish.css */
@property --detect-x{syntax:"<percentage>";inherits:false;initial-value:50%}@property --detect-y{syntax:"<percentage>";inherits:false;initial-value:45%}.living-heading{grid-template-columns:.4fr 1.3fr .6fr}.story-stage{background:#d9d8d3}.story-video{background:#17191c}.story-video:after{display:none}.detection-demo{background:radial-gradient(circle at 50% 42%,#57534d,#171819 72%)}.demo-jewelry{position:absolute;inset:8% 10% 12%;background:url('../assets/vaultly-jewelry-detection-ui-v1.png') center 23%/115% auto no-repeat;filter:grayscale(1) contrast(1.06);opacity:.86}.detection-demo:before{content:"";position:absolute;z-index:1;inset:0;background:radial-gradient(circle at 50% 45%,transparent 25%,#111315c7 75%)}.detection-grid{position:absolute;z-index:2;inset:10%;background-image:radial-gradient(circle,#e9edf3 0 2px,transparent 2.5px);background-size:32px 32px;-webkit-mask-image:radial-gradient(circle at var(--detect-x,50%) var(--detect-y,45%),#000 0 18%,transparent 42%);mask-image:radial-gradient(circle at var(--detect-x,50%) var(--detect-y,45%),#000 0 18%,transparent 42%);animation:detectTravel 5s ease-in-out infinite}.detection-reticle{position:absolute;z-index:3;left:50%;top:46%;width:52%;height:48%;transform:translate(-50%,-50%);animation:reticleBreathe 2.4s ease-in-out infinite}.detection-reticle i{position:absolute;width:45px;height:45px;border-color:#eef1f5;border-style:solid}.detection-reticle i:nth-child(1){left:0;top:0;border-width:2px 0 0 2px}.detection-reticle i:nth-child(2){right:0;top:0;border-width:2px 2px 0 0}.detection-reticle i:nth-child(3){right:0;bottom:0;border-width:0 2px 2px 0}.detection-reticle i:nth-child(4){left:0;bottom:0;border-width:0 0 2px 2px}.detection-result{position:absolute;z-index:5;right:28px;top:28px;display:grid;min-width:210px;padding:17px 19px;border:1px solid #ffffff2e;border-radius:14px;background:#111317ad;color:#fff;backdrop-filter:blur(16px);animation:resultAppear 5s ease-in-out infinite}.detection-result span{text-transform:uppercase;letter-spacing:.12em;color:#c4c9d0;font-size:7px}.detection-result strong{margin:6px 0 3px;font:500 22px "Playfair Display",serif}.detection-result small{color:#ffffff8f}.evidence-demo{background:linear-gradient(145deg,#edece7,#c9c9c5)}.evidence-hub{position:absolute;z-index:4;left:50%;top:50%;display:grid;width:240px;padding:28px;border:1px solid #25282d25;border-radius:50%;aspect-ratio:1;place-content:center;text-align:center;background:#181a1d;color:#fff;transform:translate(-50%,-50%);box-shadow:0 35px 70px #22262c33}.evidence-hub span,.evidence-hub small{text-transform:uppercase;letter-spacing:.11em;color:#aeb3ba;font-size:7px}.evidence-hub strong{margin:8px 0;font:500 24px "Playfair Display",serif}.evidence-card{position:absolute;z-index:4;width:190px;padding:17px;border:1px solid #25282d24;border-radius:14px;background:#ffffffdc;box-shadow:0 22px 45px #282c321b;animation:evidenceFloat 4s ease-in-out infinite}.evidence-card i{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:#e5e7e9;font-style:normal;font-size:8px}.evidence-card b,.evidence-card span{display:block}.evidence-card b{margin:12px 0 4px;font:500 17px "Playfair Display",serif}.evidence-card span{color:#777b80;font-size:9px}.evidence-receipt{left:7%;top:10%}.evidence-appraisal{right:7%;top:8%;animation-delay:.4s}.evidence-hallmark{left:50%;bottom:7%;transform:translateX(-50%);animation-delay:.8s}.evidence-lines{position:absolute;z-index:2;inset:0;width:100%;height:100%}.evidence-lines path{fill:none;stroke:#727981;stroke-width:1;stroke-dasharray:8 10;animation:lineFlow 1.4s linear infinite}.record-demo{background:radial-gradient(circle at 50% 45%,#f5f4ef,#c8c9c7)}.record-shell{position:absolute;z-index:3;left:50%;top:46%;display:grid;grid-template-columns:155px 1fr 90px;gap:22px;align-items:center;width:min(650px,88%);padding:18px;border:1px solid #25282d24;border-radius:22px;background:#ffffffdc;box-shadow:0 40px 80px #25282d2b;transform:translate(-50%,-50%);animation:recordBuild 5.5s ease-in-out infinite}.record-photo{height:155px;border-radius:14px;background:url('../assets/vaultly-jewelry-detection-ui-v1.png') center 30%/190% auto no-repeat}.record-body>span,.record-score span{color:#7c8085;text-transform:uppercase;letter-spacing:.11em;font-size:7px}.record-body h3{margin:8px 0 5px;font:500 28px "Playfair Display",serif}.record-body p{color:#686c71;font-size:10px}.record-progress{height:3px;margin:24px 0 7px;background:#d9dbde}.record-progress i{display:block;width:92%;height:100%;background:#454b52;animation:progressGrow 5.5s ease-in-out infinite}.record-score{text-align:center}.record-score strong{display:block;font:500 28px "Playfair Display",serif}.record-detail{position:absolute;z-index:4;display:flex;justify-content:space-between;width:180px;padding:12px 15px;border-radius:10px;background:#1b1d20;color:#fff;box-shadow:0 15px 35px #25282d2e;animation:detailDock 5.5s ease-in-out infinite}.record-detail span{color:#aeb3b9;font-size:8px}.record-detail b{text-transform:uppercase;letter-spacing:.1em;font-size:7px}.detail-one{left:9%;top:12%}.detail-two{right:8%;top:16%;animation-delay:.25s}.detail-three{left:45%;bottom:10%;animation-delay:.5s}@keyframes detectTravel{0%,100%{--detect-x:28%;--detect-y:30%}45%{--detect-x:72%;--detect-y:55%}70%{--detect-x:44%;--detect-y:76%}}@keyframes reticleBreathe{50%{transform:translate(-50%,-50%) scale(1.035);filter:drop-shadow(0 0 8px #fff)}}@keyframes resultAppear{0%,12%,100%{opacity:0;transform:translateY(-12px)}25%,85%{opacity:1;transform:none}}@keyframes evidenceFloat{50%{translate:0 -8px}}@keyframes lineFlow{to{stroke-dashoffset:-36}}@keyframes recordBuild{0%,12%,100%{opacity:.25;transform:translate(-50%,-44%) scale(.92);filter:blur(5px)}28%,88%{opacity:1;transform:translate(-50%,-50%);filter:none}}@keyframes progressGrow{0%,20%{width:0}65%,100%{width:92%}}@keyframes detailDock{0%,15%,100%{opacity:0;transform:translateY(-25px) scale(.9)}35%,85%{opacity:1;transform:none}}@media(max-width:650px){.detection-result{right:14px;top:14px;min-width:170px}.evidence-card{width:145px;padding:12px}.evidence-hub{width:180px}.evidence-receipt{left:3%}.evidence-appraisal{right:3%}.record-shell{grid-template-columns:95px 1fr;padding:12px}.record-photo{height:110px}.record-score{display:none}.record-detail{width:135px}.detail-one{left:3%}.detail-two{right:3%}.detail-three{left:32%}}@media(prefers-reduced-motion:reduce){.detection-grid,.detection-reticle,.detection-result,.evidence-card,.evidence-lines path,.record-shell,.record-progress i,.record-detail{animation:none}.detection-result,.record-detail{opacity:1}}


/* Source: certainty-polish.css */
.certainty-shift {
  height: auto;
}
.site-footer{isolation:isolate}
.site-footer:before{z-index:0}
.site-footer>*{position:relative;z-index:1}

.certainty-sticky {
  position: relative;
  top: auto;
  min-height: 900px;
  height: auto;
  padding-top: clamp(110px, 13vw, 180px);
  padding-bottom: clamp(250px, 25vw, 330px);
}

.certainty-sticky::before {
  opacity: .72;
  background: radial-gradient(circle at 72% 48%, #fff 0, #f4f4f1 30%, transparent 62%);
}

.certainty-line {
  font-size: clamp(58px, 8.4vw, 126px);
  line-height: .88;
}

.certainty-muted,
.certainty-clear,
.certainty-note,
.certainty-orbit {
  opacity: 0;
  transform: translate3d(12vw, 0, 0);
  transition: opacity .9s ease, transform 1.15s cubic-bezier(.16, .8, .2, 1);
}

.certainty-muted {
  width: max-content;
  max-width: 13ch;
  margin-left: clamp(12px, 2.5vw, 42px);
  padding-left: .04em;
  color: #969da7;
  background: none;
  filter: none;
}

.certainty-clear {
  max-width: 12ch;
  text-align: right;
  transition-delay: .12s;
}

.certainty-note {
  transition-delay: .24s;
}

.certainty-orbit {
  border: 0;
  transition-delay: .34s;
}

.certainty-shift.is-revealed .certainty-muted,
.certainty-shift.is-revealed .certainty-clear,
.certainty-shift.is-revealed .certainty-note {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.certainty-shift.is-revealed .certainty-orbit {
  opacity: 1;
  transform: scale(1);
}

.certainty-rotor {
  position: absolute;
  inset: 0;
  border: 1px solid #26292e24;
  border-radius: 50%;
  animation: certaintyWheelSpin 18s linear infinite;
  animation-play-state: paused;
}

.certainty-rotor::before {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px dashed #26292e2b;
  border-radius: 50%;
}

.certainty-orbit::before {
  display: none;
}

.certainty-core {
  transform: none;
}

.certainty-chip {
  translate: -50% -50%;
  animation: certaintyChipCounter 18s linear infinite;
  animation-play-state: paused;
}

.chip-image {
  top: 0;
  left: 50%;
}

.chip-receipt {
  top: 50%;
  right: auto;
  left: 100%;
}

.chip-value {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.chip-appraisal {
  top: 50%;
  left: 0;
}

.certainty-orbit.is-spinning .certainty-rotor,
.certainty-orbit.is-spinning .certainty-chip {
  animation-play-state: running;
}

@keyframes certaintyWheelSpin {
  to { transform: rotate(360deg); }
}

@keyframes certaintyChipCounter {
  to { transform: rotate(-360deg); }
}

@media (max-width: 800px) {
  .certainty-sticky {
    min-height: 820px;
    padding-bottom: 260px;
  }

  .certainty-line {
    font-size: clamp(48px, 13vw, 78px);
  }

  .certainty-clear {
    align-self: flex-start;
    text-align: left;
  }

  .certainty-note {
    margin-bottom: 0;
  }

  .certainty-orbit,
  .certainty-shift.is-revealed .certainty-orbit {
    left: 50%;
    transform: translateX(-50%);
  }

  .certainty-rotor::before {
    inset: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .certainty-muted,
  .certainty-clear,
  .certainty-note,
  .certainty-orbit {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .certainty-rotor,
  .certainty-chip {
    animation: none;
  }
}

@media (max-width: 800px) and (prefers-reduced-motion: reduce) {
  .certainty-orbit {
    transform: translateX(-50%);
  }
}


/* Source: editorial-polish.css */
.editorial-reframed{position:relative;display:grid;grid-template-columns:minmax(440px,1.12fr) minmax(340px,.72fr);grid-template-areas:"image intro" "image statement";column-gap:clamp(60px,9vw,145px);row-gap:clamp(55px,7vw,95px);align-items:start;padding:clamp(110px,13vw,195px) clamp(24px,7vw,110px);overflow:hidden;background:#f2f0e9;color:#171714}
.editorial-intro{grid-area:intro;align-self:end;max-width:500px;padding-top:clamp(25px,4vw,58px)}
.editorial-intro:before{content:"";display:block;width:54px;height:1px;margin-bottom:clamp(34px,5vw,66px);background:#939aa2}
.editorial-intro h2{margin:0 0 30px;font:500 clamp(46px,5vw,72px)/1 "Playfair Display",serif;letter-spacing:-.048em}
.editorial-intro p{max-width:450px;margin:0;color:#62645f;font-size:14px;line-height:1.9}
.editorial-statement{grid-area:statement;align-self:start;max-width:520px;margin:0;padding-top:clamp(30px,4vw,52px);border-top:1px solid rgba(50,52,50,.2);font:500 clamp(29px,2.8vw,41px)/1.18 "Playfair Display",serif;letter-spacing:-.03em}
.editorial-image{grid-area:image;position:relative;width:100%;height:clamp(610px,70vw,920px);margin:0;overflow:hidden;background:#d7d4cb}
.editorial-image:after{content:"";position:absolute;z-index:3;inset:0;border:1px solid rgba(34,35,33,.09);pointer-events:none}
.editorial-image img{position:absolute;inset:-4% 0 auto;display:block;width:100%;height:108%;object-fit:cover;opacity:0;filter:saturate(.64) contrast(1.025);transform:scale(1.055);transition:opacity 1.35s ease,transform 7.5s cubic-bezier(.18,.65,.25,1),filter .9s ease;will-change:opacity,transform}
.editorial-image img.is-active{z-index:1;opacity:1;transform:scale(1)}
.editorial-image:hover img.is-active{filter:saturate(.73)}
.editorial-image figcaption{position:absolute;z-index:4;right:clamp(18px,2vw,30px);bottom:clamp(18px,2vw,30px);display:flex;align-items:center;gap:10px;padding:9px 12px;background:rgba(242,240,233,.82);backdrop-filter:blur(10px);color:#50534f;font:600 8px/1 "Manrope",sans-serif;letter-spacing:.12em}
.editorial-image figcaption i{display:block;width:28px;height:1px;background:rgba(50,52,50,.38);overflow:hidden}.editorial-image figcaption i:after{content:"";display:block;width:100%;height:100%;background:#50534f;transform:scaleX(0);transform-origin:left}.editorial-image.is-playing figcaption i:after{animation:editorial-gallery-progress 5.25s linear infinite}
.editorial-intro.is-visible h2,.editorial-intro.is-visible p,.editorial-statement.is-visible{animation:editorial-quiet-rise .85s both cubic-bezier(.2,.72,.2,1)}
.editorial-intro.is-visible p{animation-delay:.1s}.editorial-statement.is-visible{animation-delay:.08s}
@keyframes editorial-quiet-rise{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@keyframes editorial-gallery-progress{to{transform:scaleX(1)}}
@media(max-width:900px){.editorial-reframed{grid-template-columns:1fr;grid-template-areas:"intro" "image" "statement";row-gap:55px}.editorial-intro{max-width:700px;padding-top:0}.editorial-intro:before{margin-bottom:38px}.editorial-intro p{max-width:540px}.editorial-image{height:620px}.editorial-statement{max-width:580px;margin-left:auto;padding-right:5vw}}
@media(max-width:560px){.editorial-reframed{padding-inline:20px;row-gap:44px}.editorial-intro h2{font-size:48px}.editorial-image{width:calc(100% + 20px);height:500px;margin-right:-20px}.editorial-statement{font-size:29px;margin-left:7vw;padding-right:0}}
@media(prefers-reduced-motion:reduce){.editorial-reframed *{animation:none!important;transition:none!important}.editorial-image img{transform:none!important}.editorial-image figcaption{display:none}}


/* Source: navigation-polish.css */
.site-header{position:fixed;z-index:90;top:16px;left:clamp(14px,2vw,28px);width:calc(100% - clamp(28px,4vw,56px));height:68px;padding:0 clamp(20px,2.8vw,42px);border:1px solid rgba(34,35,32,.12);border-radius:2px;background:rgba(248,247,242,.86);color:#171714;box-shadow:0 10px 35px rgba(31,30,26,.07);backdrop-filter:blur(18px) saturate(1.15);-webkit-backdrop-filter:blur(18px) saturate(1.15);transition:background .35s ease,box-shadow .35s ease}
.site-header:hover{background:rgba(251,250,246,.95);box-shadow:0 14px 42px rgba(31,30,26,.1)}
.site-header .wordmark{display:inline-flex;align-items:center;height:100%;color:#171714}
.site-header .desktop-nav{align-items:center;color:rgba(23,23,20,.58)}
.site-header .desktop-nav a{position:relative;padding:25px 0}
.site-header .desktop-nav a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:1px;background:#858d97;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}
.site-header .desktop-nav a:hover:after,.site-header .desktop-nav a:focus-visible:after{transform:scaleX(1);transform-origin:left}
.site-header .nav-cta{padding:10px 0;border-bottom-color:rgba(23,23,20,.55);color:#171714}
.site-header a:focus-visible{outline:1px solid #717984;outline-offset:5px}
@media(max-width:900px){.site-header{top:10px;left:10px;width:calc(100% - 20px);height:64px;padding:0 20px}.site-header .nav-cta{font-size:10px}.site-header .nav-cta span{margin-left:9px}}
@media(max-width:430px){.site-header .wordmark{font-size:16px;letter-spacing:.2em}.site-header .nav-cta{max-width:110px;text-align:right;line-height:1.35;border-bottom:0}.site-header .nav-cta span{display:none}}
@media(prefers-reduced-motion:reduce){.site-header,.site-header *{transition:none!important}}


/* Source: standard-motion.css */
.standard[data-standard-alive]{--standard-x:0px;--standard-y:0px;isolation:isolate;overflow:hidden}
.standard[data-standard-alive] .standard-image{position:relative;overflow:hidden;background-position:center,calc(50% + var(--standard-x)) calc(50% + var(--standard-y));transition:clip-path 1.25s cubic-bezier(.2,.72,.2,1),background-position .8s ease-out;will-change:clip-path,background-position}
.standard[data-standard-alive] .standard-image:before{content:"";position:absolute;z-index:1;inset:-15%;background:linear-gradient(108deg,transparent 39%,rgba(221,225,230,.15) 48%,transparent 57%);transform:translateX(-120%);pointer-events:none}
.standard[data-standard-alive].is-alive .standard-image:before{animation:standardSilverPass 8s 1.4s ease-in-out infinite}
.standard.standard-motion-ready .standard-image{clip-path:inset(0 100% 0 0)}
.standard.standard-motion-ready.is-alive .standard-image{clip-path:inset(0)}
.standard.standard-motion-ready .standard-panel>*{opacity:0;transform:translateY(22px);transition:opacity .75s cubic-bezier(.2,.72,.2,1),transform .85s cubic-bezier(.2,.72,.2,1)}
.standard.standard-motion-ready.is-alive .standard-panel>*{opacity:1;transform:none}
.standard.standard-motion-ready.is-alive .standard-panel>.eyebrow{transition-delay:.12s}.standard.standard-motion-ready.is-alive .standard-panel>h2{transition-delay:.22s}.standard.standard-motion-ready.is-alive .standard-panel>p:not(.eyebrow){transition-delay:.32s}.standard.standard-motion-ready.is-alive .standard-panel>ul{transition-delay:.42s}.standard.standard-motion-ready.is-alive .standard-panel>.button{transition-delay:.52s}
.standard[data-standard-alive] li{position:relative;transition:padding-left .35s ease,color .35s ease,background .35s ease}
.standard[data-standard-alive] li:after{content:"";position:absolute;left:0;bottom:-1px;width:0;height:1px;background:#aeb4bd;transition:width .55s cubic-bezier(.2,.72,.2,1)}
.standard[data-standard-alive] li:hover{padding-left:12px;color:#fff;background:linear-gradient(90deg,rgba(255,255,255,.035),transparent)}
.standard[data-standard-alive] li:hover:after{width:100%}
.standard[data-standard-alive] li span{display:inline-block;transition:transform .35s,color .35s}.standard[data-standard-alive] li:hover span{color:#d5d9df;transform:translateX(3px)}
.standard[data-standard-alive] .button span{display:inline-block;transition:transform .35s ease}.standard[data-standard-alive] .button:hover span{transform:translate(4px,-4px)}
@keyframes standardSilverPass{0%,66%,100%{transform:translateX(-120%);opacity:0}72%{opacity:1}88%{transform:translateX(120%);opacity:0}}
@media(max-width:900px){.standard[data-standard-alive] .standard-image{background-position:center}}
@media(prefers-reduced-motion:reduce){.standard.standard-motion-ready .standard-image{clip-path:none}.standard.standard-motion-ready .standard-panel>*{opacity:1;transform:none;transition:none}.standard[data-standard-alive] .standard-image:before{display:none}}


/* Source: arrow-icons.css */
/* Mobile systems may render Unicode arrows as colorful emoji. Desktop keeps
   the original characters; narrow screens receive matching CSS line icons. */
@media (max-width: 900px) {
  .line-arrow {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    margin-left: 12px;
    overflow: hidden;
    font-size: 0;
    text-indent: -9999px;
    transform: rotate(-45deg);
  }

  .line-arrow::before {
    position: absolute;
    content: "";
    left: 1px;
    top: 5px;
    width: 10px;
    height: 1px;
    background: currentColor;
    transform-origin: center;
  }

  .line-arrow::after {
    position: absolute;
    content: "";
    right: 0;
    top: 2px;
    width: 6px;
    height: 6px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
  }

  .line-arrow-down { transform: rotate(90deg); }
  .line-arrow-down-right { transform: rotate(45deg); }

  .slider-btn {
    position: relative;
    font-size: 0;
    text-indent: -9999px;
  }

  .slider-btn::before,
  .slider-btn::after {
    position: absolute;
    content: "";
  }

  .slider-btn::before {
    left: 12px;
    top: 18px;
    width: 13px;
    height: 1px;
    background: currentColor;
  }

  .slider-btn::after {
    top: 14px;
    width: 7px;
    height: 7px;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
  }

  .slider-btn[data-phone-prev]::after {
    left: 12px;
    transform: rotate(-45deg);
  }

  .slider-btn[data-phone-next]::after {
    right: 12px;
    transform: rotate(135deg);
  }
}


/* Source: home-live-fixes.css */
.demo-jewelry {
  background-image: url("../assets/known-at-a-glance-necklace-v2.png");
  background-position: center;
  background-size: cover;
  opacity: 0.94;
}
.creation-lab.record-loading .data-creature,
.creation-lab.record-loading .assembled-card,
.creation-lab.record-loading .assembly-shadow {
  animation-play-state: paused;
}

/* Keep screenshot UI on the browser's native pixel grid. Applying a filter to
   the continuously transformed frame makes Chromium rasterize the whole phone
   as one softened texture, which is especially visible in small interface text. */
.hero .phone-frame {
  animation: none;
  filter: none;
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  .hero .phone-frame:hover {
    transform: translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero .phone-frame:hover {
    transform: none;
  }
}

/* Narrow-screen hardening: preserve the desktop composition while preventing
   long copy, controls, and animated scenes from escaping the viewport. */
img,video,svg{max-width:100%}
@media(max-width:600px){
  body{overflow-x:clip}
  .site-header{padding-inline:16px}
  .site-header .wordmark{font-size:15px;letter-spacing:.2em}
  .site-header .nav-cta{max-width:145px;font-size:9px;line-height:1.25;text-align:right}
  .section-pad,.living-product,.editorial-experience{padding-left:20px;padding-right:20px}
  .hero h1,.living-heading h2,.editorial-intro h2,.collection-intro h2,.seo-faq h2,.membership h2{overflow-wrap:anywhere;font-size:clamp(40px,13vw,52px)}
  .button{width:100%;min-width:0;max-width:330px}
  .story-console,.story-stage,.creation-lab,.assembly-scene{min-width:0}
  .story-tabs{grid-template-columns:1fr}
  .story-tab{min-height:64px;text-align:left}
  .story-stage{min-height:430px}
  .certainty-line{font-size:clamp(43px,13vw,64px)}
  .certainty-note{font-size:14px}
  .collection-category{min-height:300px;padding:30px 24px}
  .collection-category small{left:24px;right:24px}
  .seo-faq summary{padding-right:38px}
  input,textarea,select{font-size:16px}
}

.hero .phone-frame::after {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 5% 7% 3%;
  border-radius: 42px;
  box-shadow: 0 35px 42px rgba(37, 35, 29, 0.2);
  pointer-events: none;
}

.hero .phone-slide {
  image-rendering: auto;
  filter: none;
  transform: none;
  transition: opacity 0.7s ease;
}

/* Premium conversion actions */
a[href="founding-member"].button,
a[href="founding-member"].nav-cta,
a[href="founding-member"].build-again {
  border: 1px solid #b8a990;
  border-radius: 7px;
  background: #cbbda6;
  color: #171611;
  box-shadow: 0 12px 30px rgba(71, 62, 48, 0.2);
}

a[href="founding-member"].button:hover,
a[href="founding-member"].nav-cta:hover,
a[href="founding-member"].build-again:hover {
  border-color: #c9bba3;
  background: #ddd1bf;
  color: #11100d;
  box-shadow: 0 15px 34px rgba(71, 62, 48, 0.25);
}

/* A clearer garnet variation holds its contrast against the dark panel. */
.standard a[href="founding-member"].button {
  border-color: transparent;
  background: #c8b99f;
  color: #15130f;
  box-shadow: 0 13px 32px rgba(0, 0, 0, 0.3);
}

.standard a[href="founding-member"].button:hover {
  border-color: transparent;
  background: #d9cdb9;
  color: #0d0c09;
}

a[href="founding-member"].nav-cta {
  padding: 11px 15px;
}

.site-header a[href="founding-member"].nav-cta,
.hero a[href="founding-member"].button,
.creation-lab a[href="founding-member"].build-again {
  border-color: #c3b49b;
  background: #d4c6af;
  color: #15140f;
}

.site-header a[href="founding-member"].nav-cta:hover,
.hero a[href="founding-member"].button:hover,
.creation-lab a[href="founding-member"].build-again:hover {
  border-color: #d2c5b0;
  background: #e4d9c8;
  color: #0f0e0b;
}

.build-again {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 13px 16px;
}

.data-creature::before,
.data-creature::after,
.data-creature > i {
  display: none;
}

.data-creature svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: #34383d;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button,
.nav-cta,
.build-again,
.story-tab,
.slider-btn,
.cap-visual,
.cap-visual img,
.editorial-photo,
.editorial-photo img,
.editorial-image,
.editorial-image img {
  border-radius: 8px;
}

/* Mobile refinement: simpler stacking, controlled type, and consistent edges. */
@media (max-width: 560px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    gap: 8px;
    border-radius: 8px;
    overflow: hidden;
  }

  .site-header .nav-cta {
    flex: 0 0 auto;
    max-width: 116px;
    padding: 8px 9px;
    text-align: center;
    white-space: nowrap;
  }

  .site-header .wordmark {
    flex: 0 1 auto;
    min-width: 0;
    font-size: 14px;
    letter-spacing: 0.16em;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 46px;
    padding-inline: 20px;
  }

  .hero-copy,
  .hero-product {
    width: 100%;
    min-width: 0;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(40px, 11.4vw, 47px);
    overflow-wrap: normal;
  }

  .hero-intro {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .button {
    justify-content: center;
  }

  .living-product,
  .section-pad,
  .capabilities,
  .membership {
    padding-inline: 20px;
  }

  .living-heading {
    min-width: 0;
    margin-bottom: 42px;
  }

  .living-heading h2,
  .section-heading h2,
  .membership h2 {
    overflow-wrap: anywhere;
    font-size: clamp(40px, 12vw, 54px);
  }

  .story-console,
  .story-stage,
  .cap-visual,
  .editorial-photo,
  .editorial-image,
  .assembled-card,
  .assembled-image,
  img {
    border-radius: 8px;
  }

  .story-console,
  .creation-lab,
  .capability,
  .standard,
  .membership,
  .seo-faq,
  .site-footer {
    min-width: 0;
    max-width: 100%;
  }

  .story-stage {
    min-height: 420px;
  }

  .story-tabs {
    grid-template-columns: 1fr;
  }

  .story-tab,
  .story-tab.is-active {
    display: grid;
    grid-template-columns: 28px 1fr;
    padding: 18px;
  }

  .story-tab b {
    font-size: 20px;
  }

  .creation-lab {
    margin-top: 90px;
    padding-top: 60px;
  }

  .creation-copy {
    text-align: center;
  }

  .creation-copy .eyebrow {
    justify-content: center;
  }

  .build-again {
    justify-content: center;
    width: 100%;
  }

  .assembly-scene {
    min-height: 430px;
    overflow: hidden;
  }

  .data-creature {
    border-radius: 12px;
  }

  .data-creature svg {
    width: 22px;
    height: 22px;
  }

  .creature-one { left: 2%; }
  .creature-two { left: 27%; }
  .creature-three { right: 27%; }
  .creature-four { right: 2%; }

  .capability {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .cap-visual {
    grid-column: 1 / -1;
    width: 100%;
  }

  .standard-panel,
  .site-footer {
    padding-inline: 20px;
  }

  button,
  .button,
  .slider-btn,
  .nav-cta {
    border-radius: 7px;
  }
}

