:is(html:has(.splash),body:has(.splash)){overscroll-behavior:none;touch-action:none;overflow:hidden!important}.splash{z-index:1000;background:var(--bg);overscroll-behavior:contain;touch-action:none;justify-content:center;align-items:center;width:100vw;height:100dvh;animation:.8s cubic-bezier(.2,0,0,1) both splash-in;display:flex;position:fixed;inset:0;overflow:hidden}.splash.splash-leave{animation:.7s cubic-bezier(.4,0,1,1) forwards splash-out}@keyframes splash-in{0%{opacity:0}to{opacity:1}}@keyframes splash-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.03)}}.splash-content{justify-content:center;align-items:center;max-width:100vw;max-height:100dvh;animation:1s cubic-bezier(.2,0,0,1) .2s both emerge;display:flex;position:relative;overflow:hidden}.splash-emblem{opacity:.88;max-width:100vw;max-height:100dvh}.splash-overlay{pointer-events:none;-webkit-backdrop-filter:blur(20px);background:#f5f0e870;border-radius:3px;flex-direction:column;align-items:center;gap:14px;max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px);padding:3rem clamp(2rem,5vw,4.5rem) 3.5rem;display:flex;position:absolute;overflow:hidden}.splash-overlay button{pointer-events:auto}.splash-logo{align-items:baseline;gap:2px;display:flex}.splash-wordmark{color:var(--text-strong);letter-spacing:.02em;text-transform:none;font-family:Josefin Sans,sans-serif;font-size:clamp(3rem,10vw,7rem);font-weight:100;line-height:1}.splash-suffix{color:var(--text-muted);letter-spacing:.01em;text-transform:none;font-family:Josefin Sans,sans-serif;font-size:clamp(1.2rem,3vw,2.8rem);font-weight:100}.splash-tagline{font-family:var(--body);color:var(--text-muted);letter-spacing:.04em;text-align:center;max-width:36rem;font-size:clamp(.82rem,1.3vw,.95rem);font-weight:400;line-height:1.7}.splash-lead{font-family:var(--body);color:var(--text-muted);letter-spacing:.08em;text-align:center;white-space:nowrap;margin:0;font-size:clamp(.72rem,1.1vw,.84rem);font-weight:400}.splash-tags{grid-template-columns:repeat(4,max-content);justify-content:center;gap:5px 36px;margin:20px 0;padding:0;list-style:none;display:grid}.splash-tags li{font-family:var(--body);color:var(--text-muted);letter-spacing:.14em;text-transform:uppercase;opacity:.7;white-space:nowrap;font-size:clamp(.62rem,.9vw,.72rem);font-weight:500}.splash-tags li:before{content:"·  ";color:var(--accent);opacity:.7}.splash-close{font-family:var(--body);color:var(--text-muted);letter-spacing:.08em;text-align:center;white-space:nowrap;opacity:.85;margin:0;font-size:clamp(.72rem,1.1vw,.84rem);font-weight:400}.splash-enter{cursor:pointer;font-family:var(--body);color:var(--text-muted);letter-spacing:.18em;text-transform:uppercase;background:0 0;border:none;align-items:center;gap:12px;margin-top:16px;padding:0;font-size:.85rem;font-weight:500;transition:color .2s;display:inline-flex}.splash-enter:hover{color:var(--text-strong)}.splash-enter-line{background:currentColor;width:32px;height:1px;transition:width .3s cubic-bezier(.2,0,0,1);display:block}.splash-enter:hover .splash-enter-line{width:52px}.site-shell{max-width:1120px;margin:0 auto;padding:130px 32px 100px}.site-enter{opacity:0;transition:opacity .6s cubic-bezier(.2,0,0,1),transform .6s cubic-bezier(.2,0,0,1);transform:translateY(10px)}.site-enter.site-visible{opacity:1;transform:translateY(0)}.nav-mobile{display:none}.nav-desktop{display:flex}.topbar-wrapper{z-index:100;pointer-events:none;justify-content:center;padding:20px 60px;display:flex;position:fixed;top:0;left:0;right:0}.topbar-wrapper>.topbar{width:100%;max-width:1120px}.topbar-wrapper:before{content:"";-webkit-backdrop-filter:blur(24px)saturate(1.2);pointer-events:none;position:absolute;inset:-20px -40px -30px;-webkit-mask-image:linear-gradient(#000 40%,#0000 100%);mask-image:linear-gradient(#000 40%,#0000 100%)}.topbar{-webkit-backdrop-filter:blur(32px)saturate(1.4);border:1px solid var(--border);pointer-events:auto;background:#fdfaf4b8;border-radius:999px;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:20px 40px;transition:padding .4s cubic-bezier(.2,0,0,1),box-shadow .3s;display:grid;position:relative;box-shadow:0 2px 16px #1a16120f}.topbar.scrolled{padding:16px 32px}.topbar:hover{box-shadow:0 4px 24px #1a161217}.brand-wordmark{transition:font-size .4s cubic-bezier(.2,0,0,1)}.topbar:not(.scrolled) .brand-wordmark{font-size:2rem}.topbar.scrolled .brand-wordmark{font-size:1.7rem}.brand{color:var(--text-strong);justify-content:flex-start;align-items:center;text-decoration:none;display:flex}.brand-emblem-link{justify-content:center;align-items:center;text-decoration:none;display:flex}.brand-emblem{opacity:.9;flex-shrink:0}.topbar .nav-desktop{justify-content:flex-end}.brand-wordmark{letter-spacing:.02em;text-transform:none;font-family:Josefin Sans,sans-serif;font-size:1.7rem;font-weight:100;line-height:1;transition:font-size .4s cubic-bezier(.2,0,0,1)}.brand-name{color:var(--text-strong)}.brand-suffix{color:var(--text-muted);letter-spacing:.18em;vertical-align:middle;margin-left:2px;font-family:Josefin Sans,sans-serif;font-size:.55em;font-weight:100}.nav{flex-wrap:nowrap;gap:24px;display:flex}.nav a{color:var(--text-muted);white-space:nowrap;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav a:hover{color:var(--text-strong)}.hero{grid-template-columns:1fr;gap:0;margin-bottom:80px;padding:0;animation:.7s cubic-bezier(.2,0,0,1) 50ms both emerge;display:grid}.hero-copy{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-float);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:28px;padding:56px;position:relative;overflow:hidden}.hero-spread{grid-template-columns:minmax(0,7fr) minmax(0,3fr);align-items:start;gap:56px;display:grid;position:relative}.hero-spread:before{content:"";background:linear-gradient(to bottom, transparent 0, var(--border) 12%, var(--border) 88%, transparent 100%);pointer-events:none;width:1px;position:absolute;top:-8px;bottom:-8px;left:calc(70% - 28px)}.hero-spread-text{min-width:0}.hero-spread-specimen{flex-direction:column;align-self:start;gap:18px;animation:.7s cubic-bezier(.2,0,0,1) .18s both emerge;display:flex;position:sticky;top:24px}.hero-specimen-header{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:baseline;padding-bottom:14px;display:flex}.hero-specimen-tag{color:var(--accent);letter-spacing:.18em}.hero-specimen-stage{background:radial-gradient(ellipse at 50% 0%, #c49a3c14 0%, transparent 55%), var(--surface-variant);border:1px solid var(--border);border-radius:18px;justify-content:center;align-items:center;padding:18px 12px;display:flex;position:relative;box-shadow:inset 0 1px #fdfaf499,inset 0 -1px #1e18120a}.hero-specimen-stage:before,.hero-specimen-stage:after{content:"";border:0 solid var(--accent);opacity:.6;width:8px;height:8px;position:absolute}.hero-specimen-stage:before{border-top-width:1px;border-left-width:1px;top:8px;left:8px}.hero-specimen-stage:after{border-bottom-width:1px;border-right-width:1px;bottom:8px;right:8px}.hero-specimen-stage .phone-frame{width:100%;max-width:280px}.hero-specimen-caption{align-items:flex-start;gap:12px;padding-top:10px;display:flex}.hero-specimen-caption .mono-label{color:var(--accent);flex-shrink:0}.hero-specimen-caption-text{font-family:var(--heading);color:var(--text-muted);letter-spacing:.005em;font-size:.92rem;font-style:italic;line-height:1.45}.hero-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-float);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:28px;padding:44px 44px 48px;animation:.7s cubic-bezier(.2,0,0,1) .18s both emerge;position:relative}.hero-corner{border-color:var(--accent);opacity:.55;border-style:solid;border-width:0;width:14px;height:14px;position:absolute}.hero-corner-tl{border-top-width:1px;border-left-width:1px;top:18px;left:18px}.hero-corner-tr{border-top-width:1px;border-right-width:1px;top:18px;right:18px}.hero-corner-bl{border-bottom-width:1px;border-left-width:1px;bottom:18px;left:18px}.hero-corner-br{border-bottom-width:1px;border-right-width:1px;bottom:18px;right:18px}.hero-meta{border-bottom:1px dashed var(--border);justify-content:space-between;margin-bottom:32px;padding-bottom:18px;display:flex}.hero-lead{font-family:var(--heading);color:var(--text-strong);letter-spacing:-.02em;flex-direction:column;gap:4px;margin:0 0 32px;font-weight:300;animation:.6s cubic-bezier(.2,0,0,1) both emerge;display:flex}.hero-lead-word{letter-spacing:-.03em;white-space:nowrap;font-size:clamp(2.4rem,7vw,5.6rem);line-height:.95;display:inline-block;position:relative}.hero-lead-stroke{color:var(--accent);font-style:italic;font-weight:400;display:inline-block;transform:translateY(-2px)}.hero-lead-rest{color:var(--text);max-width:34ch;font-size:clamp(1.15rem,2.8vw,2.35rem);font-weight:300;line-height:1.2}.hero-lead-rest em{color:var(--text-strong);font-style:italic;font-weight:400}.hero-rule{background:var(--accent);opacity:.7;width:56px;height:1px;margin:0 0 26px}.hero-tags{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 12px;margin:0 0 32px;padding:0;list-style:none;display:grid}.hero-tag{font-family:var(--mono);color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;opacity:0;font-size:clamp(.66rem,.9vw,.72rem);font-weight:500;animation:.5s cubic-bezier(.2,0,0,1) both emerge}.hero-tag:before{content:"→ ";color:var(--accent);opacity:.75}.hero-close{font-family:var(--heading);color:var(--text);letter-spacing:-.005em;opacity:0;margin:0;font-size:clamp(1.1rem,1.8vw,1.35rem);font-style:italic;font-weight:400;animation:.6s cubic-bezier(.2,0,0,1) both emerge}.hero-stamp{border-top:1px dashed var(--border);opacity:0;align-items:center;gap:20px;margin-top:28px;padding-top:22px;animation:.6s cubic-bezier(.2,0,0,1) both emerge;display:flex}.hero-stamp-awards{font-family:var(--heading);color:var(--text-strong);letter-spacing:.01em;text-align:center;flex:1;font-size:.98rem;font-style:italic;font-weight:400}.hero-marquee{border-top:1px solid var(--border);border-bottom:1px solid var(--border);opacity:0;margin:28px -20px;padding:18px 0;animation:.8s cubic-bezier(.2,0,0,1) .4s both emerge;position:relative;overflow:hidden}.hero-marquee:before,.hero-marquee:after{content:"";z-index:2;pointer-events:none;width:60px;position:absolute;top:0;bottom:0}.hero-marquee:before{background:linear-gradient(to right, var(--bg), transparent);left:0}.hero-marquee:after{background:linear-gradient(to left, var(--bg), transparent);right:0}.hero-marquee-track{gap:42px;width:max-content;animation:48s linear infinite marquee-slide;display:flex}.hero-marquee-item{font-family:var(--heading);color:var(--text-strong);white-space:nowrap;letter-spacing:-.01em;align-items:center;gap:42px;font-size:clamp(1.7rem,2.8vw,2.4rem);font-style:italic;font-weight:300;display:inline-flex}.hero-marquee-dot{color:var(--accent);opacity:.8;font-size:.7em;font-style:normal}@keyframes marquee-slide{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.eyebrow,.card-kicker{text-transform:uppercase;letter-spacing:.2em;color:var(--accent);margin-bottom:4px;font-size:.72rem;font-weight:500;display:block}.lede{color:var(--text);max-width:38rem;font-size:1.08rem;line-height:1.65}.hero-actions{opacity:0;flex-wrap:wrap;align-items:center;gap:20px;margin-top:36px;animation:.6s cubic-bezier(.2,0,0,1) both emerge;display:flex}.hero-card-meta{border-bottom:1px dashed var(--border);justify-content:space-between;margin-bottom:24px;padding-bottom:16px;display:flex}.hero-card .card-kicker{margin-bottom:18px}.hero-card h2{letter-spacing:-.012em;margin:0;font-size:clamp(1.6rem,2.6vw,2.15rem);font-weight:300;line-height:1.1}.hero-card ul{gap:20px;margin:28px 0 0;padding:0;list-style:none;display:grid}.hero-card li{color:var(--text);align-items:flex-start;gap:14px;padding-left:40px;font-size:.95rem;line-height:1.62;display:flex;position:relative}.hero-card li span:last-child{flex:1;padding-top:2px}.hero-card-li-num{font-family:var(--mono);color:var(--accent);letter-spacing:.08em;font-size:.7rem;font-weight:500;position:absolute;top:3px;left:0}.section-meta{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:baseline;margin-bottom:20px;padding-bottom:16px;display:flex}.section-heading h2 em{color:var(--accent);font-style:italic;font-weight:400}.button-primary{color:#f5e9c8;font-family:var(--body);letter-spacing:.01em;background:linear-gradient(150deg,#1a140c 0%,#2e2014 100%);border-radius:999px;justify-content:center;align-items:center;gap:12px;padding:15px 22px 15px 26px;font-size:.92rem;font-weight:500;text-decoration:none;transition:transform .3s cubic-bezier(.2,0,0,1),box-shadow .3s;display:inline-flex;position:relative;overflow:hidden}.button-primary:before{content:"";border-radius:inherit;background:linear-gradient(150deg,#0000 40%,#f5e9c81f 60%,#0000 70%);transition:transform .7s cubic-bezier(.2,0,0,1);position:absolute;inset:0;transform:translate(-100%)}.button-primary:hover:before,.button-primary:focus-visible:before{transform:translate(100%)}.button-primary svg{width:14px;height:14px;transition:transform .3s cubic-bezier(.2,0,0,1)}.button-primary:hover,.button-primary:focus-visible{transform:translateY(-2px);box-shadow:0 12px 32px #140e0840}.button-primary:hover svg,.button-primary:focus-visible svg{transform:translate(3px)}.text-link{color:var(--text-muted);align-items:center;gap:6px;font-size:.93rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.text-link:hover{color:var(--text-strong)}.metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:24px 0 96px;animation:.6s cubic-bezier(.2,0,0,1) .3s both emerge;display:grid}.metric-card{background:var(--surface-variant);border-radius:20px;padding:40px 32px}.metric-card strong{font-family:var(--heading);color:var(--text-strong);margin-bottom:12px;font-size:3.4rem;font-weight:300;line-height:1;display:block}.metric-card span{color:var(--text-muted);font-size:.88rem;line-height:1.5}.proof-section{background:var(--surface-variant);border-radius:32px;margin:0 0 96px;padding:76px 64px 80px;position:relative;overflow:hidden}.proof-section--dark{background:radial-gradient(circle at 18% 110%, #c49a3c1f, transparent 55%), radial-gradient(circle at 90% -10%, #c49a3c14, transparent 45%), linear-gradient(160deg, var(--ink) 0%, var(--ink-soft) 100%);color:var(--ink-text);border:1px solid var(--ink-border);box-shadow:var(--shadow-deep)}.proof-section--dark:before{content:"";opacity:.6;pointer-events:none;background-image:radial-gradient(circle,#ede1ca14 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.proof-corner{border-color:var(--accent-bright);opacity:.8;border-style:solid;border-width:0;width:18px;height:18px;position:absolute}.proof-corner-tl{border-top-width:1px;border-left-width:1px;top:22px;left:22px}.proof-corner-tr{border-top-width:1px;border-right-width:1px;top:22px;right:22px}.proof-corner-bl{border-bottom-width:1px;border-left-width:1px;bottom:22px;left:22px}.proof-corner-br{border-bottom-width:1px;border-right-width:1px;bottom:22px;right:22px}.proof-inner{z-index:1;grid-template-columns:auto 1fr;align-items:center;gap:72px;display:grid;position:relative}.proof-meta{border-bottom:1px dashed var(--ink-border)}.proof-section--dark .mono-label{color:var(--ink-text-muted)}.proof-section--dark h2{color:var(--ink-text);letter-spacing:-.018em;font-weight:300}.proof-section--dark h2 em{color:var(--accent-bright);font-style:italic;font-weight:400}.proof-mockup-col{justify-content:center;display:flex}.phone-frame{border:1.5px solid var(--border-strong);background:var(--surface-solid);border-radius:15px;flex-shrink:0;width:238px;height:490px;overflow:hidden;box-shadow:0 24px 64px #1a161224,0 4px 12px #1a16120f}.phone-screen{background:var(--surface-solid);flex-direction:column;height:100%;display:flex;position:relative}.mock-status{justify-content:space-between;align-items:center;padding:10px 18px 4px;display:flex}.mock-time{font-family:var(--body);color:var(--text-strong);letter-spacing:.02em;font-size:9px;font-weight:600}.mock-status-icons{align-items:flex-end;gap:4px;display:flex}.mock-bar{background:var(--text-strong);opacity:.7;border-radius:1px}.mock-topbar{border-bottom:1px solid #1e181212;justify-content:space-between;align-items:center;padding:6px 18px 10px;display:flex}.mock-brand-text{font-family:var(--heading);letter-spacing:.32em;color:var(--text-strong);font-size:13px;font-weight:400}.mock-icon-btn{border:1px solid #1e181233;border-radius:3px;width:18px;height:18px}.mock-banner{background:#f5f0e8;border-bottom:1px solid #1e18120f;padding:18px 18px 16px}.mock-tag{background:#8b691447;border-radius:4px;width:38px;height:7px;margin-bottom:8px}.mock-headline-line{background:#1a161229;border-radius:3px;height:12px;margin-bottom:6px}.mock-headline-line.wide{width:82%}.mock-headline-line.medium{width:60%}.mock-cta-line{background:#8b691438;border-radius:4px;width:52px;height:8px;margin-top:10px}.mock-section-title{padding:12px 18px 6px}.mock-section-line{background:#1a16121a;border-radius:3px;width:60px;height:7px}.mock-scroll-area{overscroll-behavior:contain;scrollbar-width:none;flex:1;overflow-y:scroll}.mock-scroll-area::-webkit-scrollbar{display:none}.mock-grid{grid-template-columns:1fr 1fr;gap:10px;padding:0 14px;display:grid}.mock-product{flex-direction:column;gap:5px;display:flex}.mock-img{aspect-ratio:1;background:var(--surface-variant);border-radius:8px;width:100%}.mock-name{background:#1a161226;border-radius:3px;width:72%;height:8px}.mock-price{background:#1a161217;border-radius:3px;width:42%;height:7px}.mock-scroll-hint{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;pointer-events:none;z-index:2;will-change:opacity, transform;background:#f5f0e8e0;border-radius:6px;flex-direction:column;align-items:center;gap:4px;padding:4px 7px 6px;transition:opacity .3s,transform .3s;display:flex;position:absolute;bottom:60px;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 12px 26px #1a16121c}.mock-scroll-hint.visible{animation:.45s cubic-bezier(.2,0,0,1) 1.1s both mock-scroll-hint-reveal}@keyframes mock-scroll-hint-reveal{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.mock-scroll-hint-label{font-family:var(--body);letter-spacing:.12em;text-transform:uppercase;color:#1a161294;font-size:8px;font-weight:600;line-height:1}.mock-scroll-hint-chevrons{flex-direction:column;align-items:center;margin-top:1px;display:flex}.mock-scroll-hint-chevrons span{border-bottom:1.5px solid #1a16128c;border-right:1.5px solid #1a16128c;width:8px;height:8px;animation:1.45s ease-in-out infinite mock-scroll-hint-bounce;transform:rotate(45deg)}.mock-scroll-hint-chevrons span+span{opacity:.68;margin-top:-4px;animation-delay:.16s}@keyframes mock-scroll-hint-bounce{0%,to{opacity:.45;transform:rotate(45deg)translateY(0)}45%{opacity:1;transform:rotate(45deg)translateY(3px)}70%{opacity:.82;transform:rotate(45deg)translateY(1px)}}.mock-bottom-nav{border-top:1px solid #1e181217;flex-shrink:0;justify-content:space-around;align-items:center;padding:8px 10px 10px;display:flex}.mock-tab{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;align-items:center;gap:3px;padding:4px 10px;transition:background .15s;display:flex}.mock-tab:hover{background:#8b691414}.mock-tab.active{background:var(--accent-container)}.mock-tab-icon{background:#1a161224;border-radius:3px;width:16px;height:16px;transition:background .15s}.mock-tab.active .mock-tab-icon{background:var(--accent);opacity:.6}.mock-tab-label{font-family:var(--body);color:var(--text-muted);letter-spacing:.04em;font-size:7px;font-weight:500}.mock-tab.active .mock-tab-label{color:var(--accent)}.mock-loyalty-card{background:var(--surface-variant);border-radius:12px;margin:14px 14px 0;padding:16px}.mock-loyalty-label{background:#1a16121f;border-radius:3px;width:52px;height:6px;margin-bottom:10px}.mock-loyalty-points{background:#8b69144d;border-radius:4px;width:80px;height:18px;margin-bottom:12px}.mock-progress-track{background:#1a16121a;border-radius:2px;height:4px;margin-bottom:8px;overflow:hidden}.mock-progress-fill{background:#8b691480;border-radius:2px;width:62%;height:100%}.mock-loyalty-tier{background:#1a161217;border-radius:3px;width:68px;height:6px}.mock-activity-row{border-bottom:1px solid #1a16120d;align-items:center;gap:10px;padding:8px 14px;display:flex}.mock-activity-dot{background:var(--surface-variant);border-radius:50%;flex-shrink:0;width:24px;height:24px}.mock-points-badge{background:#8b69142e;border-radius:6px;flex-shrink:0;width:28px;height:14px}.mock-scan-screen{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;padding:16px;display:flex}.mock-scan-label-top{background:#1a16121f;border-radius:3px;width:90px;height:7px}.mock-qr-box{justify-content:center;align-items:center;width:110px;height:110px;display:flex;position:relative}.mock-qr-corner{border-color:var(--text-strong);opacity:.55;border-style:solid;width:18px;height:18px;position:absolute}.mock-qr-tl{border-width:2px 0 0 2px;top:0;left:0}.mock-qr-tr{border-width:2px 2px 0 0;top:0;right:0}.mock-qr-bl{border-width:0 0 2px 2px;bottom:0;left:0}.mock-qr-br{border-width:0 2px 2px 0;bottom:0;right:0}.mock-qr-grid{grid-template-columns:repeat(5,1fr);gap:3px;width:80px;height:80px;padding:10px;display:grid}.mock-qr-cell{background:var(--text-strong);opacity:.65;border-radius:1px}.mock-scan-label{background:#1a161221;border-radius:3px;width:80px;height:7px}.mock-scan-sub{background:#1a161212;border-radius:3px;width:110px;height:6px}.mock-profile-header{flex-direction:column;align-items:center;gap:8px;padding:20px 14px 14px;display:flex}.mock-avatar{background:var(--surface-variant);border:1px solid var(--border);border-radius:50%;width:44px;height:44px}.mock-profile-name{background:#1a161229;border-radius:3px;width:70px;height:9px}.mock-profile-sub{background:#1a161214;border-radius:3px;width:50px;height:7px}.mock-settings-row{border-bottom:1px solid #1a16120d;align-items:center;gap:10px;padding:9px 14px;display:flex}.mock-settings-icon{background:var(--surface-variant);border-radius:5px;flex-shrink:0;width:20px;height:20px}.mock-settings-chevron{border-top:1px solid #1a161240;border-right:1px solid #1a161240;flex-shrink:0;width:5px;height:5px;transform:rotate(45deg)}.proof-content-col h2{margin:14px 0 24px;font-size:clamp(2rem,3.4vw,3rem);line-height:1.05}.proof-body{color:var(--ink-text-muted);max-width:36rem;margin-bottom:40px;font-size:1.02rem;line-height:1.7}.proof-callouts{gap:28px;display:grid}.proof-callout{border-left:1px solid var(--ink-border);grid-template-columns:auto 1fr;align-items:start;gap:18px;padding-left:18px;display:grid}.proof-callout-icon{color:var(--accent-bright);opacity:.9;flex-shrink:0;margin-top:2px}.proof-callout h3{font-family:var(--heading);color:var(--ink-text);letter-spacing:-.005em;align-items:baseline;gap:10px;margin:0 0 6px;font-size:1.2rem;font-weight:400;display:flex}.proof-callout-num{color:var(--accent-bright);letter-spacing:.12em;font-size:.65rem}.proof-callout p{color:var(--ink-text-muted);font-size:.9rem;line-height:1.65}.clients-wrapper{margin-top:88px;margin-bottom:96px}.clients-header{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:baseline;margin-bottom:20px;padding-bottom:16px;display:flex}.clients-eyebrow{margin-bottom:20px}.clients-section{background:var(--surface-variant);border-radius:24px;overflow:hidden}.clients-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:1fr;width:100%;display:grid}.client-logo-slot{border-right:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:48px 40px;display:flex}.client-logo-slot:last-child{border-right:none}.client-logo{object-fit:contain;opacity:.22;width:auto;max-width:140px;height:36px;transition:opacity .35s}.client-name{opacity:.22;transition:opacity .35s}.client-logo-slot--active .client-logo,.client-logo-slot--active .client-name,.client-logo-slot:hover .client-logo,.client-logo-slot:hover .client-name{opacity:1}.client-logo--invert{filter:invert()brightness(.55)}.client-name{font-family:var(--body);color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:500}.client-text-logo{font-family:var(--heading);color:var(--text-muted);letter-spacing:.12em;opacity:.65;font-size:1.9rem;font-weight:300;transition:opacity .4s}.client-logo-slot:hover .client-text-logo{opacity:1}.why-section{margin-bottom:96px}.why-header{max-width:640px;margin-bottom:56px}.why-header h2{letter-spacing:-.02em;margin:12px 0 22px;font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.03}.why-intro{color:var(--text);font-size:1.04rem;line-height:1.7}.why-grid{border-top:1px solid var(--border-strong);border-left:1px solid var(--border-strong);grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid}.why-card{border-right:1px solid var(--border-strong);border-bottom:1px solid var(--border-strong);background:0 0;padding:48px 40px;transition:background .3s;position:relative}.why-card:hover{background:var(--surface-variant)}.why-card:before{content:"";background:var(--accent);width:0;height:1px;transition:width .5s cubic-bezier(.2,0,0,1);position:absolute;top:0;left:0}.why-card:hover:before{width:100%}.why-card-top{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:baseline;margin-bottom:26px;padding-bottom:16px;display:flex}.why-num{font-family:var(--heading);color:var(--accent);opacity:.85;font-size:2.6rem;font-style:italic;font-weight:300;line-height:1}.why-card h3{font-family:var(--heading);color:var(--text-strong);letter-spacing:-.005em;margin:0 0 14px;font-size:1.55rem;font-weight:400;line-height:1.15}.why-card p{color:var(--text);font-size:.93rem;line-height:1.68}.why-card-label{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.65rem;font-weight:500}.tracks{grid-template-columns:1fr;gap:18px;display:grid}.track-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-float);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:28px;grid-template-columns:320px 1fr;transition:transform .25s cubic-bezier(.2,0,0,1);display:grid;overflow:hidden}.track-card:hover{transform:translateY(-2px)}.track-image{background:radial-gradient(circle at 30% 20%, #8b691424, transparent 55%), var(--surface-variant);flex-shrink:0;min-height:280px;position:relative;overflow:hidden}.track-image:before{content:"";border:1px dashed var(--border-strong);opacity:.6;border-radius:12px;position:absolute;inset:18px}.track-image-num{z-index:1;color:var(--accent);position:absolute;top:28px;left:28px}.track-content{padding:48px}.track-header{align-items:center;gap:12px;margin-bottom:24px;display:flex}.track-icon{color:var(--accent)}.track-tag{text-transform:uppercase;letter-spacing:.2em;color:var(--accent);font-size:.72rem;font-weight:500}.track-headline{font-family:var(--heading);color:var(--text-strong);margin:0 0 24px;font-size:clamp(1.4rem,2.2vw,1.9rem);font-weight:400;line-height:1.15}.track-tldr{color:var(--text-muted);align-items:baseline;gap:8px;margin:-12px 0 20px;font-size:.85rem;line-height:1.55;display:flex}.track-tldr .mono-label{color:var(--accent);flex-shrink:0}.track-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.track-list li{color:var(--text);padding-left:20px;font-size:.91rem;line-height:1.6;position:relative}.track-list li:before{content:"—";color:var(--accent);font-size:.78rem;position:absolute;left:0}.section-block{margin-bottom:96px}.section-heading{max-width:none;margin-bottom:40px}.section-heading h2{max-width:44rem;font-size:clamp(2rem,3.2vw,2.8rem)}.who-section{margin-bottom:96px}.who-heading{max-width:none;margin-bottom:40px}.who-heading h2{letter-spacing:-.018em;font-size:clamp(2rem,3.4vw,3rem);line-height:1.06}.who-copy{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-float);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:28px;padding:44px 48px 48px;position:relative}.who-copy-meta{border-bottom:1px dashed var(--border);justify-content:space-between;margin-bottom:28px;padding-bottom:18px;display:flex}.who-copy p{color:var(--text);max-width:62ch;font-size:1rem;line-height:1.72}.who-copy p+p{margin-top:20px}.who-copy p:first-letter{font-family:var(--heading);color:var(--accent);float:left;padding:3px 10px 0 0;font-size:2.4rem;font-style:italic;font-weight:400;line-height:1}.who-copy p+p:first-letter{font-family:var(--body);color:inherit;float:none;font-size:1rem;font-style:normal;font-weight:400;line-height:inherit;padding:0}.workflow{flex-direction:column;gap:0;display:flex}.workflow-step{flex-direction:column;display:flex}.workflow-card{border-top:1px solid var(--border);grid-template-columns:64px 1fr;gap:28px;padding:40px 0;transition:padding-left .3s cubic-bezier(.2,0,0,1);display:grid;position:relative}.workflow-card:before{content:"";background:var(--accent);width:0;height:1px;transition:width .6s cubic-bezier(.2,0,0,1);position:absolute;top:0;left:0}.workflow-card:hover:before{width:72px}.workflow-card:last-child{border-bottom:1px solid var(--border)}.step-left{flex-direction:column;align-items:flex-start;gap:14px;padding-top:6px;display:flex}.step-num{font-family:var(--mono);color:var(--accent);letter-spacing:.08em;font-size:.72rem;font-weight:500}.step-connector{background:linear-gradient(to bottom, var(--border-strong), transparent);flex:1;width:1px;min-height:24px}.workflow-card:last-child .step-connector{display:none}.step-right{padding-bottom:8px}.step-title{font-family:var(--heading);color:var(--text-strong);letter-spacing:-.01em;margin-bottom:12px;font-size:1.55rem;font-weight:400;line-height:1.15}.step-right p{color:var(--text);max-width:52rem;font-size:.92rem;line-height:1.65}.work-section{margin-bottom:96px;padding-top:32px}.work-section h2{letter-spacing:-.02em;font-size:clamp(2.6rem,5vw,4.5rem);line-height:.98}.work-list{border-top:1px solid var(--border-strong)}.work-item{border-bottom:1px solid var(--border);cursor:default;grid-template-columns:3.5rem minmax(180px,.42fr) minmax(0,1fr);align-items:stretch;gap:0 32px;margin:0 -20px;padding:34px 20px;transition:border-color .2s;display:grid;position:relative}.work-item:before{content:"";background:var(--surface-variant);opacity:0;pointer-events:none;border-radius:16px;transition:opacity .25s;position:absolute;inset:0}.work-item--active:before{opacity:1}.work-num,.work-meta,.work-year,.work-thumb{z-index:1;position:relative}.work-num{font-family:var(--mono);color:var(--accent);letter-spacing:.08em;padding-top:14px;font-size:.72rem;font-weight:500}.work-client{font-family:var(--heading);color:var(--text-strong);letter-spacing:-.02em;margin:0 0 10px;font-size:clamp(1.9rem,3.7vw,3.25rem);font-weight:300;line-height:.98;transition:transform .5s cubic-bezier(.2,0,0,1),color .3s}.work-item--active .work-client{color:var(--accent);font-style:italic;transform:translate(10px)}.work-tags{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.work-track{font-family:var(--mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.7rem;font-weight:500;transition:color .2s}.work-item--active .work-track{color:var(--accent)}.work-dot{color:var(--accent);opacity:.6;font-size:.9rem}.work-loc{font-size:.68rem}.work-desc{color:var(--text);max-width:58ch;margin:14px 0 0;font-size:.92rem;line-height:1.65}.work-year{font-family:var(--mono);color:var(--text-muted);letter-spacing:.04em;text-align:right;padding-top:14px;font-size:.85rem;font-weight:500}.work-thumb{opacity:.96;border:1px solid #f5e9c81f;border-radius:8px;min-height:190px;transition:opacity .38s cubic-bezier(.2,0,0,1),transform .38s cubic-bezier(.2,0,0,1);position:relative;overflow:hidden;transform:translateY(0);box-shadow:inset 0 1px #fdfaf414}.work-item--active .work-thumb{opacity:1;transform:translateY(-2px)}.work-thumb-screen{background:#05080d7a;border:1px solid #f5e9c829;border-radius:7px;position:absolute;inset:16px;overflow:hidden}.work-thumb-kicker{color:#f5e9c8a3;letter-spacing:.13em;font-size:.55rem;position:absolute;top:14px;left:14px}.work-thumb-line{background:#f5e9c847;width:42%;height:1px;position:absolute;bottom:18px;left:14px}.work-thumb-line--wide{width:68%;bottom:28px}.work-thumb--artly-ai{background:linear-gradient(90deg,#f5e9c812 1px,#0000 1px) 0 0/18px 18px,linear-gradient(0deg,#f5e9c812 1px,#0000 1px) 0 0/18px 18px,linear-gradient(145deg,#12151a 0%,#21190d 100%)}.work-thumb--artly-ai:before{content:"";background:#b8945214;border:1px solid #b8945285;border-radius:50%;width:58px;height:58px;position:absolute;top:50%;left:46%;transform:translate(-50%,-50%);box-shadow:0 0 0 18px #b8945214,0 0 0 40px #b8945209}.work-thumb--artly-ai:after{content:"";background:linear-gradient(#b8945280,#b8945280) 0 18px/70% 1px no-repeat,linear-gradient(#b894525c,#b894525c) 0 40px/88% 1px no-repeat,linear-gradient(#b894523d,#b894523d) 0 62px/52% 1px no-repeat;border-top:1px solid #f5e9c82e;border-left:1px solid #f5e9c838;width:64px;height:104px;position:absolute;bottom:18px;right:18px}.work-thumb--realhand{background:#0d1118 radial-gradient(circle,#8b691452 1.5px,#0000 1.5px) 0 0/10px 10px}.work-thumb--realhand:before{content:"";background:radial-gradient(circle at 50% 18%,#f5e9c8b8 0 3px,#0000 4px),radial-gradient(circle at 32% 42%,#f5e9c88c 0 2px,#0000 3px),radial-gradient(circle at 68% 42%,#f5e9c88c 0 2px,#0000 3px),radial-gradient(circle at 38% 68%,#f5e9c86b 0 2px,#0000 3px),radial-gradient(circle at 62% 68%,#f5e9c86b 0 2px,#0000 3px);border:1px solid #8b69146b;border-radius:44% 44% 40% 40%;width:68px;height:82px;position:absolute;top:44px;left:50%;transform:translate(-50%)}.work-thumb--realhand:after{content:"";background:linear-gradient(90deg,#0000,#8b6914b3,#0000);height:1px;position:absolute;bottom:28px;left:22px;right:22px;box-shadow:0 -32px #8b691429,0 -64px #8b69141a}.work-thumb--really-ar{background:radial-gradient(at 35% 20%,#6e9bdc29,#0000 58%),#0f1520}.work-thumb--really-ar:before{content:"";background:linear-gradient(#6e9bdc57,#6e9bdc57) 13px 28px/32px 1px no-repeat,linear-gradient(#6e9bdc33,#6e9bdc33) 13px 50px/26px 1px no-repeat,#f5e9c80a;border:1px solid #f5e9c847;border-radius:13px;width:58px;height:112px;position:absolute;top:34px;left:34px}.work-thumb--really-ar:after{content:"";background:#6e9bdc0d;border:1px solid #6e9bdc52;border-radius:5px;width:104px;height:62px;position:absolute;top:62px;right:28px;transform:perspective(120px)rotateX(8deg)rotateY(-9deg)}.recognition-band{border:1px solid var(--border-strong);background:radial-gradient(circle at 50% 0%, #c49a3c1a, transparent 60%), var(--surface);box-shadow:var(--shadow-float);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:28px;margin-bottom:96px;padding:48px 56px 52px;position:relative;overflow:hidden}.recognition-band:before{content:"";border:1px solid var(--border);pointer-events:none;border-radius:20px;position:absolute;inset:14px}.recognition-corner{border-color:var(--accent);opacity:.6;z-index:2;border-style:solid;border-width:0;width:16px;height:16px;position:absolute}.recognition-corner-tl{border-top-width:1px;border-left-width:1px;top:24px;left:24px}.recognition-corner-tr{border-top-width:1px;border-right-width:1px;top:24px;right:24px}.recognition-corner-bl{border-bottom-width:1px;border-left-width:1px;bottom:24px;left:24px}.recognition-corner-br{border-bottom-width:1px;border-right-width:1px;bottom:24px;right:24px}.recognition-header{z-index:1;justify-content:space-between;align-items:center;margin-bottom:36px;padding:0 32px;display:flex;position:relative}.recognition-seal{color:var(--accent);opacity:.7;letter-spacing:.2em;font-size:1.4rem}.recognition-grid{z-index:1;grid-template-columns:repeat(3,1fr);padding:0 24px;display:grid;position:relative}.recognition-item{border-left:1px solid var(--border);flex-direction:column;gap:8px;padding:0 28px;display:flex;position:relative}.recognition-item:first-child{border-left:none;padding-left:8px}.recognition-num{margin-bottom:2px}.recognition-name{font-family:var(--heading);color:var(--text-strong);letter-spacing:-.005em;font-size:clamp(1.25rem,2vw,1.6rem);font-style:italic;font-weight:400;line-height:1.1}.recognition-detail{font-family:var(--mono);color:var(--accent);letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:500}.tech-band{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:96px;padding:48px 0}.tech-list{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.tech-pill{background:var(--surface-variant);color:var(--text-strong);border-radius:999px;padding:7px 16px;font-size:.85rem;font-weight:500}.tech-note{color:var(--text-muted);margin-top:4px;font-size:.88rem}.cta{border:1px solid var(--border);background:radial-gradient(circle at 12% 92%, #c49a3c14, transparent 55%), var(--surface);box-shadow:var(--shadow-float);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:32px;grid-template-columns:1fr 1fr;align-items:start;gap:56px;padding:72px 64px 80px;display:grid;position:relative;overflow:hidden}.cta-corner{border-color:var(--accent);opacity:.55;border-style:solid;border-width:0;width:16px;height:16px;position:absolute}.cta-corner-tl{border-top-width:1px;border-left-width:1px;top:20px;left:20px}.cta-corner-tr{border-top-width:1px;border-right-width:1px;top:20px;right:20px}.cta-corner-bl{border-bottom-width:1px;border-left-width:1px;bottom:20px;left:20px}.cta-corner-br{border-bottom-width:1px;border-right-width:1px;bottom:20px;right:20px}.cta-copy h2{letter-spacing:-.018em;margin:12px 0 10px;font-size:clamp(2.4rem,4vw,3.6rem);line-height:1.02}.cta-copy h2 em{color:var(--accent);font-style:italic;font-weight:400}.cta-sub{color:var(--text-muted);max-width:36rem;font-size:.92rem;line-height:1.6}.contact-form{flex-direction:column;gap:14px;display:flex}.contact-input{border:1px solid var(--border-strong);background:var(--surface-solid);width:100%;font-family:var(--body);color:var(--text-strong);border-radius:14px;outline:none;padding:14px 18px;font-size:.93rem;transition:border-color .2s,box-shadow .2s}.contact-input::placeholder{color:var(--text-muted)}.contact-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-container)}.contact-textarea{resize:vertical;min-height:120px}.contact-form .button-primary{cursor:pointer;border:none;align-self:flex-start;margin-top:4px}.contact-sent{flex-direction:column;justify-content:center;gap:8px;display:flex}.contact-sent-title{color:var(--text-strong);font-size:1.2rem;font-weight:600}.contact-sent-sub{color:var(--text-muted);font-size:.92rem}.contact-error{color:#b94a48;font-size:.88rem}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);flex-direction:column;gap:40px;margin-top:80px;padding-top:48px;display:flex}.footer-wordmark{letter-spacing:-.02em;color:var(--text-strong);opacity:.88;-webkit-user-select:none;user-select:none;align-items:baseline;gap:4px;font-family:Josefin Sans,sans-serif;font-size:clamp(4.5rem,16vw,14rem);font-weight:100;line-height:.85;display:flex}.footer-wordmark-suffix{color:var(--text-muted);letter-spacing:.16em;font-size:.32em;font-weight:100}.footer-meta{border-top:1px dashed var(--border);flex-wrap:wrap;justify-content:space-between;gap:16px 24px;padding-top:22px;display:flex}.footer-download-bar{border-top:1px dashed var(--border);border-bottom:1px dashed var(--border);justify-content:center;align-items:center;gap:24px;padding-block:26px;display:flex}.footer-download-info{flex-direction:column;gap:6px;display:flex}.footer-download-label{color:var(--text-muted)}.footer-download-title{font-family:var(--heading);letter-spacing:-.01em;color:var(--text-strong);margin:0;font-size:clamp(1.1rem,2.2vw,1.55rem);font-weight:300;line-height:1.15}.footer-download-title em{color:var(--accent);font-style:italic}.footer-download-link{border:1px solid var(--border-strong);font-family:var(--mono);letter-spacing:.13em;text-transform:uppercase;color:var(--accent);border-radius:4px;flex-shrink:0;align-items:center;padding:11px 22px;font-size:.72rem;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.footer-download-link:hover{border-color:var(--accent);background:var(--accent-container)}.footer-print-link{color:var(--accent);text-decoration:none;transition:opacity .2s}.footer-print-link:hover{opacity:.7}@keyframes emerge{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.hero-spread{grid-template-columns:1fr;gap:32px}.hero-spread:before{display:none}.hero-spread-specimen{border-top:1px dashed var(--border);align-self:stretch;padding-top:28px;position:static}.hero-specimen-stage .phone-frame{max-width:280px}.hero-tags{grid-template-columns:repeat(2,minmax(0,1fr))}.recognition-grid{grid-template-columns:1fr;gap:24px}.recognition-item{border-left:none;border-top:1px solid var(--border);padding-top:24px;padding-left:0}.recognition-item:first-child{border-top:none;padding-top:0}.work-item{grid-template-columns:3rem minmax(160px,.44fr) minmax(0,1fr);gap:0 22px}.work-thumb{min-height:170px}.proof-inner,.metrics,.why-grid{grid-template-columns:1fr}.why-grid{border-left:none;border-right:1px solid var(--border-strong)}.track-card{grid-template-columns:1fr}.track-image{min-height:160px}.proof-inner{gap:48px}.proof-mockup-col{order:2}.proof-content-col{order:1}.cta{grid-template-columns:1fr;padding:56px 40px}.topbar{gap:16px;padding:14px 24px}.topbar-wrapper{margin:0 auto;padding:20px 28px}.clients-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.client-logo-slot{padding:32px 20px}.client-logo-slot:nth-child(2){border-right:none}.client-logo-slot:first-child,.client-logo-slot:nth-child(2){border-bottom:1px solid var(--border)}}@media (width<=640px){.site-shell{max-width:100%;padding:80px 16px 96px}.nav-desktop{display:none}.nav-mobile{bottom:calc(16px + env(safe-area-inset-bottom,0px));z-index:200;-webkit-backdrop-filter:blur(32px)saturate(1.4);border:1px solid var(--border);background:#fdfaf4c7;border-radius:999px;justify-content:space-around;align-items:center;gap:4px;padding:10px 14px;display:flex;position:fixed;left:16px;right:16px;box-shadow:0 2px 16px #1a16120f,0 12px 40px #1a161217}.nav-mobile a{text-align:center;color:var(--text-muted);letter-spacing:.02em;white-space:nowrap;border-radius:999px;flex:1;padding:8px 6px;font-size:.78rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.nav-mobile a:hover,.nav-mobile a:focus{color:var(--text-strong);background:var(--surface-variant)}.topbar-wrapper{margin:0 auto;padding:16px}.topbar-wrapper:before{inset:-16px -16px -30px}.topbar{grid-template-columns:1fr auto;gap:12px;padding:12px 18px}.topbar:not(.scrolled) .brand-wordmark,.topbar.scrolled .brand-wordmark{font-size:1.35rem}.brand-emblem-link{display:none}.hero-copy{border-radius:22px;padding:28px 22px 32px}.hero-corner{width:10px;height:10px}.hero-corner-tl,.hero-corner-tr{top:12px}.hero-corner-bl,.hero-corner-br{bottom:12px}.hero-corner-tl,.hero-corner-bl{left:12px}.hero-corner-tr,.hero-corner-br{right:12px}.hero-meta{flex-direction:column;gap:4px;margin-bottom:24px;padding-bottom:14px}.hero-meta .mono-label{font-size:.62rem}.hero-lead{margin:0 0 24px}.hero-lead-word{letter-spacing:-.035em;font-size:clamp(2.2rem,14vw,3.6rem);line-height:.95}.hero-lead-rest{font-size:1.05rem;line-height:1.25}.hero-lead-rest br,.section-heading h2 br,.why-header h2 br,.who-heading h2 br,.proof-content-col h2 br,.cta-copy h2 br{display:none}.hero-rule{margin-bottom:20px}.hero-tags{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 16px;margin-bottom:24px}.hero-tag{font-size:.62rem}.hero-close{font-size:1rem}.hero-actions{gap:14px;margin-top:24px}.hero-stamp{text-align:center;flex-direction:column;gap:6px;margin-top:22px;padding-top:18px}.hero-stamp-awards{font-size:.9rem}.hero-marquee{margin:20px -16px;padding:14px 0}.hero-marquee-item{gap:28px;font-size:1.25rem}.hero-marquee-track{gap:28px}.hero-card{border-radius:22px;padding:28px 22px 32px}.hero-card-meta{flex-direction:column;gap:4px;margin-bottom:20px;padding-bottom:14px}.hero-card h2{font-size:1.4rem;line-height:1.12}.hero-card li{gap:10px;padding-left:32px;font-size:.9rem}.section-meta{flex-wrap:wrap;gap:4px 14px;margin-bottom:16px;padding-bottom:12px}.mono-label{font-size:.62rem}.clients-wrapper{margin-top:56px;margin-bottom:72px}.clients-header{flex-wrap:wrap;gap:4px 14px;padding-bottom:12px}.clients-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.client-logo-slot{min-height:96px;padding:24px 16px}.client-logo{height:28px}.work-section h2{font-size:clamp(2rem,8vw,3.2rem);line-height:1}.work-item{grid-template-columns:2rem minmax(0,1fr);align-items:start;gap:14px 12px;margin:0 -10px;padding:24px 10px}.work-thumb{grid-column:2;min-height:148px}.work-meta{grid-column:2}.work-num{grid-row:1/span 2;padding-top:10px;font-size:.62rem}.work-client{letter-spacing:-.02em;font-size:1.7rem;line-height:1}.work-item--active .work-client{transform:translate(4px)}.work-tags{gap:6px;font-size:.62rem}.work-track{font-size:.6rem}.work-loc{font-size:.58rem}.work-desc{margin-top:10px;font-size:.8rem;line-height:1.55}.work-cta{flex-direction:column;align-items:flex-start;padding:20px}.proof-section{border-radius:24px;margin-bottom:72px;padding:40px 22px 48px}.proof-corner{width:12px;height:12px}.proof-corner-tl,.proof-corner-tr{top:14px}.proof-corner-bl,.proof-corner-br{bottom:14px}.proof-corner-tl,.proof-corner-bl{left:14px}.proof-corner-tr,.proof-corner-br{right:14px}.proof-content-col h2{font-size:1.75rem;line-height:1.1}.proof-body{margin-bottom:28px;font-size:.92rem}.proof-callouts{gap:20px}.proof-callout{padding-left:14px}.proof-callout h3{gap:8px;font-size:1.05rem}.why-header h2{font-size:clamp(1.85rem,8vw,2.6rem)}.why-card{padding:32px 26px}.why-num{font-size:2rem}.why-card h3{font-size:1.3rem}.who-heading h2{font-size:clamp(1.75rem,6.5vw,2.4rem);line-height:1.1}.who-copy{border-radius:22px;padding:30px 24px 34px}.who-copy-meta{flex-wrap:wrap;gap:4px 14px;margin-bottom:20px;padding-bottom:14px}.who-copy p:first-letter{padding-right:8px;font-size:1.9rem}.recognition-band{border-radius:22px;margin-bottom:72px;padding:30px 24px 34px}.recognition-band:before{border-radius:16px;inset:10px}.recognition-corner{width:12px;height:12px}.recognition-corner-tl,.recognition-corner-tr{top:16px}.recognition-corner-bl,.recognition-corner-br{bottom:16px}.recognition-corner-tl,.recognition-corner-bl{left:16px}.recognition-corner-tr,.recognition-corner-br{right:16px}.recognition-header{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:26px;padding:0 14px}.recognition-grid{gap:18px;padding:0 14px}.recognition-item{padding:0}.recognition-item:first-child{padding-left:0}.recognition-name{font-size:1.25rem}.track-card{border-radius:22px}.track-content{padding:28px 24px 32px}.track-image{min-height:120px}.track-image-num{top:18px;left:20px}.track-headline{font-size:1.35rem}.blog-track-card[href$=realhand-vision-pipeline] .track-image{aspect-ratio:1;min-height:0}.blog-track-card[href$=realhand-vision-pipeline] .track-content{padding:22px 24px 26px}.blog-track-card[href$=marvels-flerken-ar-campaign]{grid-template-columns:3fr 7fr}.blog-track-card[href$=marvels-flerken-ar-campaign] .track-image{min-height:100%}.blog-track-card[href$=marvels-flerken-ar-campaign] .track-content{padding:22px 20px 24px}.workflow-card{grid-template-columns:40px 1fr;gap:16px;padding:28px 0}.step-title{font-size:1.2rem}.cta{border-radius:24px;gap:32px;padding:44px 22px 52px}.cta-corner{width:12px;height:12px}.cta-corner-tl,.cta-corner-tr{top:14px}.cta-corner-bl,.cta-corner-br{bottom:14px}.cta-corner-tl,.cta-corner-bl{left:14px}.cta-corner-tr,.cta-corner-br{right:14px}.cta-copy h2{font-size:clamp(1.8rem,7.5vw,2.6rem);line-height:1.06}.contact-input{padding:12px 14px;font-size:.92rem}.site-footer{gap:24px;margin-top:56px;padding-top:32px;padding-bottom:120px}.footer-wordmark{font-size:clamp(3rem,22vw,5.5rem)}.footer-wordmark-suffix{font-size:.3em}.footer-download-bar{flex-direction:column;align-items:flex-start;gap:18px;padding-block:22px}.footer-meta{flex-direction:column;gap:8px;padding-top:16px}.footer-meta .mono-label{font-size:.6rem}.splash-overlay{max-width:calc(100vw - 24px);padding:2rem 1.5rem 2.5rem}.splash-wordmark{font-size:clamp(2.4rem,14vw,4rem)}.splash-suffix{font-size:clamp(1rem,4vw,1.4rem)}.splash-tags{grid-template-columns:repeat(2,max-content);gap:4px 20px}.splash-tags li{font-size:.56rem}.splash-tagline,.splash-lead,.splash-close{white-space:normal;font-size:.72rem}}.blog-track-card{color:inherit;text-decoration:none}.blog-track-card .track-image{position:relative}.blog-track-card .track-image:after{content:"";pointer-events:none;background:linear-gradient(#1a1a1a00 40%,#1a1a1a2e);position:absolute;inset:0}.blog-teaser-footer{justify-content:flex-end;margin-top:32px;display:flex}.blog-teaser-footer a{color:var(--text-strong);text-decoration:none}.blog-teaser-footer a:hover{color:var(--accent)}.blog-index-section{padding-top:calc(var(--topbar-h,80px) + 48px)}@media (width<=640px){.blog-index-section{padding-top:16px}}.blog-index-empty{color:var(--text-muted);margin:0;font-size:1rem}.blog-post{max-width:1120px;padding:calc(var(--topbar-h,80px) + 48px) 32px 96px;margin:0 auto}.blog-post-head,.post-body{max-width:920px}.blog-post-back{color:var(--text-muted);text-decoration:none;display:inline-block}.blog-post-back:hover{color:var(--text-strong)}.blog-post-missing .blog-post-back{margin-bottom:32px}.blog-post-head{flex-direction:column;gap:16px;margin-bottom:32px;display:flex}.blog-post-meta-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.blog-post-title{font-family:var(--heading);letter-spacing:-.02em;color:var(--text-strong);margin:0;font-size:clamp(2rem,5vw,3.25rem);font-weight:400;line-height:1.1}.blog-post-excerpt{color:var(--text-muted);margin:0;font-size:1.15rem;line-height:1.5}.blog-post-hero{border:1px solid var(--border);aspect-ratio:16/9;background:var(--surface-variant);border-radius:12px;margin:32px 0;overflow:hidden}.blog-post-hero img{object-fit:cover;width:100%;height:100%;display:block}.post-body{color:var(--text);counter-reset:post-section post-figure;font-size:1.05rem;line-height:1.7}.post-body h2{font-family:var(--heading);letter-spacing:-.015em;border-top:1px dashed var(--border);color:var(--text-strong);counter-increment:post-section;margin:72px 0 20px;padding-top:28px;font-size:clamp(1.85rem,2.6vw,2.1rem);font-weight:400;line-height:1.18;position:relative}.post-body h2:before{content:counter(post-section, decimal-leading-zero);font-family:var(--mono);letter-spacing:.22em;color:var(--accent);text-transform:uppercase;margin-bottom:14px;font-size:.66rem;font-weight:600;display:block}.post-body>h2:first-of-type,.post-body>:first-child+h2{border-top:none;margin-top:56px;padding-top:0}.post-body h3{font-family:var(--heading);color:var(--text-strong);margin:32px 0 12px;font-size:1.35rem;font-weight:400}.post-body p{margin:0 0 20px}.post-body ul,.post-body ol{margin:0 0 20px;padding-left:24px}.post-body li{margin-bottom:8px}.post-body a{color:var(--text-strong);text-underline-offset:3px;text-decoration:underline}.post-body code{background:var(--surface-variant);border-radius:3px;padding:2px 6px;font-family:SF Mono,Menlo,Consolas,monospace;font-size:.9em}.post-body pre{background:var(--surface-variant);border:1px solid var(--border);border-radius:8px;margin:0 0 24px;padding:20px;font-size:.9rem;line-height:1.5;overflow-x:auto}.post-body pre code{background:0 0;border-radius:0;padding:0}.post-body blockquote{border-left:2px solid var(--border-strong);color:var(--text-muted);margin:0 0 20px;padding-left:20px;font-style:italic}.blog-post-missing{text-align:center;padding:64px 0}@media (width<=768px){.blog-post{padding:calc(var(--topbar-h,80px) + 24px) 20px 96px}}.studio-section{background:var(--surface);border:1px solid var(--border);border-radius:4px;max-width:1120px;margin:64px auto;padding:56px 64px 64px;position:relative}.studio-corner{border:1px solid var(--accent);pointer-events:none;width:14px;height:14px;position:absolute}.studio-corner-tl{border-bottom:none;border-right:none;top:14px;left:14px}.studio-corner-tr{border-bottom:none;border-left:none;top:14px;right:14px}.studio-corner-bl{border-top:none;border-right:none;bottom:14px;left:14px}.studio-corner-br{border-top:none;border-left:none;bottom:14px;right:14px}.studio-header{max-width:960px}.studio-headline{font-family:var(--heading);letter-spacing:-.01em;max-width:22ch;margin:16px 0 14px;font-size:clamp(2rem,3.2vw,2.8rem);font-weight:400;line-height:1.1}.studio-headline em{color:var(--accent);font-style:italic}.studio-headline--compact{letter-spacing:.01em;margin:12px auto 8px;font-size:clamp(1.6rem,2.4vw,2rem)}.studio-standfirst{font-family:var(--heading);color:var(--text-muted);max-width:56ch;margin:0;font-size:clamp(1rem,1.3vw,1.15rem);font-style:italic;line-height:1.5}.studio-rule{background:linear-gradient(to right, transparent, var(--border) 12%, var(--border) 88%, transparent);height:1px;margin:28px 0 24px}.studio-spread{grid-template-columns:minmax(0,4fr) minmax(0,6fr);align-items:start;gap:64px;display:grid;position:relative}.studio-spread:before{content:"";background:linear-gradient(to bottom, transparent, var(--border) 8%, var(--border) 92%, transparent);width:1px;position:absolute;top:0;bottom:0;left:calc(40% + 8px)}.studio-notes{padding-right:8px}.studio-notes-running{border-bottom:1px dashed var(--border);letter-spacing:.18em;margin-bottom:20px;padding-bottom:8px}.studio-notes-list{counter-reset:notes;margin:0;padding:0;list-style:none}.studio-note{border-top:1px solid #0000;grid-template-columns:28px 1fr;gap:14px;padding:14px 0;display:grid}.studio-note+.studio-note{border-top:1px solid var(--border)}.studio-note-numeral{color:var(--accent);letter-spacing:.16em;padding-top:4px;font-size:.7rem}.studio-note p{font-family:var(--body);color:var(--text);margin:0;font-size:.98rem;line-height:1.65}.studio-note-lede p:first-letter{font-family:var(--heading);float:left;color:var(--accent);padding:4px 10px 0 0;font-size:3.4em;font-weight:400;line-height:.92}.studio-signature{flex-direction:column;align-items:center;gap:10px;margin-top:28px;display:flex}.studio-signature-rule{background:var(--accent);width:64px;height:1px;display:block;position:relative}.studio-signature-rule:before,.studio-signature-rule:after{content:"";background:var(--accent);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;transform:translateY(-50%)}.studio-signature-rule:before{left:-8px}.studio-signature-rule:after{right:-8px}.studio-signature-line{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem}.studio-ledger-col{min-width:0}.studio-ledger-running{border-bottom:1px dashed var(--border);letter-spacing:.18em;justify-content:space-between;margin-bottom:4px;padding-bottom:8px;display:flex}.studio-ledger{margin:0;padding:0;list-style:none}.studio-ledger-row{border-bottom:1px solid var(--border);grid-template-columns:88px 1fr;align-items:baseline;gap:24px;padding:26px 0;display:grid}.studio-ledger-row:last-child{border-bottom:none}.studio-ledger-num{font-family:var(--heading);color:var(--accent);text-align:right;font-size:clamp(2.4rem,3.6vw,3rem);font-style:italic;font-weight:400;line-height:1}.studio-ledger-body h3{font-family:var(--heading);letter-spacing:-.005em;margin:0 0 8px;font-size:clamp(1.35rem,1.9vw,1.6rem);font-weight:400;line-height:1.15}.studio-ledger-body p{font-family:var(--body);color:var(--text-muted);margin:0;font-size:.98rem;line-height:1.6}.studio-prose{flex-direction:column;gap:18px;max-width:64ch;margin:0 auto;display:flex}.studio-prose p{font-family:var(--body);color:var(--text);margin:0;font-size:1rem;line-height:1.7}.studio-closer{text-align:center;max-width:32ch;font-family:var(--heading);letter-spacing:-.005em;color:var(--text);margin:36px auto 0;font-size:clamp(1.4rem,2.2vw,1.85rem);font-weight:400;line-height:1.25}.studio-closer em{color:var(--accent);font-style:italic}.studio-plate{letter-spacing:.22em;opacity:.7;position:absolute;bottom:24px;right:28px}.studio-anchor{width:1px;height:1px;position:absolute;top:-120px;left:0}@media (width<=900px){.studio-section{margin:56px 16px;padding:56px 24px 72px}.studio-spread{grid-template-columns:1fr;gap:40px}.studio-spread:before{display:none}.studio-notes{border-bottom:1px dashed var(--border);padding-bottom:32px;padding-right:0}.studio-ledger-row{grid-template-columns:64px 1fr;gap:16px;padding:22px 0}.studio-plate{text-align:right;margin-top:24px;position:static}}.hero-lead-headline{font-family:var(--heading);letter-spacing:-.025em;color:var(--text-strong);font-size:clamp(2.4rem,6vw,5rem);font-weight:300;line-height:1.02;display:block}.hero-lead-headline em{color:var(--text-strong);font-style:italic;font-weight:400}.hero-sub{font-family:var(--body);color:var(--text-muted);max-width:56ch;margin:0 0 32px;font-size:1.05rem;line-height:1.55;animation:.6s cubic-bezier(.2,0,0,1) both emerge}.hero-capability-wrap{margin:0 0 36px;position:relative}.hero-capability-matrix{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid;position:relative}.hero-capability-group{cursor:pointer;background:0 0;outline:none;flex-direction:column;gap:10px;padding:16px 20px 18px;transition:background .25s;animation:.6s cubic-bezier(.2,0,0,1) both emerge;display:flex}.hero-capability-group:nth-child(2n){border-left:1px solid var(--border)}.hero-capability-group:nth-child(n+3){border-top:1px solid var(--border)}.hero-capability-group:hover,.hero-capability-group--active,.hero-capability-group:focus-visible{background:#b894520f}.hero-capability-group:hover .hero-capability-label,.hero-capability-group--active .hero-capability-label,.hero-capability-group:focus-visible .hero-capability-label{color:var(--text-strong)}.hero-capability-label{color:var(--accent);letter-spacing:.2em;border-bottom:1px dashed var(--border);padding-bottom:8px;font-size:.66rem;display:block}.hero-capability-items{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.hero-capability-items li{font-family:var(--body);color:var(--text);letter-spacing:0;padding-left:14px;font-size:.88rem;line-height:1.35;position:relative}.hero-capability-items li:before{content:"";background:var(--accent);width:6px;height:1px;position:absolute;top:.55em;left:0}.hero-capability-scrollbar{padding:14px 2px 0;display:none}@media (width<=768px){.hero-capability-matrix{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;grid-template-columns:none;display:flex;overflow-x:auto}.hero-capability-matrix::-webkit-scrollbar{display:none}.hero-capability-group{scroll-snap-align:start;border-right:1px solid var(--border);flex:0 0 100%}.hero-capability-group:last-child{border-right:none}.hero-capability-group:nth-child(2n){border-left:none}.hero-capability-group:nth-child(n+3){border-top:none}.hero-capability-scrollbar{display:block}}.hero-capability-track{cursor:pointer;align-items:center;width:100%;height:14px;display:flex;position:relative}.hero-capability-track:before{content:"";background:var(--border);height:1px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.hero-capability-track-segment{appearance:none;cursor:pointer;background:0 0;border:none;padding:0;position:absolute;top:0;bottom:0}.hero-capability-track-segment:hover~.hero-capability-thumb,.hero-capability-track:hover .hero-capability-thumb{background:var(--text-strong)}.hero-capability-thumb{background:var(--accent);transform-origin:0;pointer-events:none;border-radius:1px;height:6px;margin-top:-3px;transition:transform .35s cubic-bezier(.2,0,0,1),background .2s;position:absolute;top:50%;left:0}.track-image-placeholder{color:var(--text-muted);letter-spacing:.18em;font-size:.65rem;position:absolute;bottom:16px;left:16px}.track-image--commerce{background:linear-gradient(135deg, #b8945214, #f5f0e800) , repeating-linear-gradient(45deg, #1e18120a 0 1px, transparent 1px 12px), var(--surface-variant)}.track-image--robotics{background:radial-gradient(ellipse at 30% 40%, #b894521a, transparent 60%), repeating-linear-gradient(0deg, #1e18120d 0 1px, transparent 1px 16px), repeating-linear-gradient(90deg, #1e18120d 0 1px, transparent 1px 16px), var(--surface-variant)}.work-tag-chips{flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none;display:flex}.work-tag-chip{letter-spacing:.14em;border:1px solid var(--border);color:var(--text-muted);background:#fdfaf480;border-radius:999px;padding:4px 10px;font-size:.66rem}.work-cta{border:1px solid var(--border);color:var(--text);background:#fdfaf47a;border-radius:4px;justify-content:space-between;align-items:center;gap:20px;margin-top:28px;padding:22px 24px;text-decoration:none;transition:border-color .2s,background .2s;display:flex}.work-cta:hover,.work-cta:focus{border-color:var(--border-strong);background:var(--surface)}.work-cta span{font-family:var(--heading);color:var(--text-strong);font-size:clamp(1.1rem,2vw,1.45rem);font-weight:300}.work-cta strong{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);flex-shrink:0;font-size:.72rem;font-weight:500}.journey-section{position:relative}.journey-track{grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;gap:10px;margin:0;padding:0;list-style:none;display:grid}.journey-step{background:var(--surface);border:1px solid var(--border);border-radius:4px;flex-direction:column;gap:14px;min-height:255px;padding:12px 12px 18px;display:flex;position:relative}.journey-phone{border:1px solid var(--border);background:linear-gradient(90deg, #1e18120a 1px, transparent 1px), linear-gradient(0deg, #1e18120a 1px, transparent 1px), var(--surface-variant);background-size:14px 14px,14px 14px,auto;border-radius:16px 16px 6px 6px;height:118px;position:relative;overflow:hidden}.journey-phone-bar{justify-content:space-between;padding:10px 12px 0;display:flex}.journey-phone-bar span:first-child{background:#1e181238;border-radius:999px;width:26px;height:3px}.journey-phone-bar span:last-child{background:#b8945280;border-radius:50%;width:8px;height:8px}.journey-phone-body{position:absolute;inset:28px 12px 12px}.journey-phone-line,.journey-phone-block{background:#1e18122e;border-radius:999px;display:block}.journey-phone-line{width:58%;height:4px;margin-top:9px}.journey-phone-line--strong{background:#1e181257;width:74%;height:5px;margin-top:0}.journey-phone-line--short{width:38%}.journey-phone-block{background:radial-gradient(circle at 18%,#b8945280 0 5px,#0000 6px),linear-gradient(90deg,#1e181229,#1e18120f);border-radius:5px;width:100%;height:34px;margin-top:11px}.journey-step-marker{align-items:center;gap:8px;display:flex}.journey-step-marker .mono-label{color:var(--accent);letter-spacing:.16em;font-size:.72rem}.journey-step-marker:after{content:"";background:var(--border);flex:1;height:1px}.journey-step-label{font-family:var(--heading);letter-spacing:-.005em;color:var(--text-strong);margin:0;font-size:1.12rem;font-weight:400}.journey-step-desc{font-family:var(--body);color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.45}.journey-arrow{font-family:var(--mono);color:var(--accent);background:var(--bg);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.85rem;display:flex;position:absolute;top:50%;right:-12px;transform:translateY(-50%)}@media (width<=1040px){.journey-track{grid-template-columns:repeat(3,minmax(0,1fr))}.journey-step:nth-child(3n) .journey-arrow{display:none}}@media (width<=640px){.journey-track{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-arrow{display:none}.journey-step{min-height:230px}.work-cta{flex-direction:column;align-items:flex-start;padding:20px}}.capability-section{position:relative}.capability-matrix{border:1px solid var(--border);background:var(--surface);border-radius:4px;grid-template-columns:1fr 1fr;gap:0;display:grid;overflow:hidden}.capability-col{padding:32px 36px 36px}.capability-col+.capability-col{border-left:1px solid var(--border)}.capability-col-head{border-bottom:1px dashed var(--border);letter-spacing:.18em;margin-bottom:18px;padding-bottom:10px}.capability-col-head .mono-label{color:var(--accent)}.capability-list{margin:0;padding:0;list-style:none}.capability-row{border-bottom:1px solid var(--border);font-family:var(--body);color:var(--text);align-items:center;gap:14px;padding:12px 0;font-size:.98rem;display:flex}.capability-row:last-child{border-bottom:none}.capability-dot{border:1px solid var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}@media (width<=900px){.capability-matrix{grid-template-columns:1fr}.capability-col+.capability-col{border-left:none;border-top:1px solid var(--border)}}.studio-header--centered{text-align:center;max-width:880px;margin:0 auto}.studio-header--centered .section-meta{justify-content:space-between}.studio-header--centered .studio-standfirst{margin:0 auto}.studio-proof-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 0;max-width:880px;margin:0 auto;padding:0;list-style:none;display:flex}.studio-proof-item{white-space:nowrap;background:0 0;border:none;border-radius:0;align-items:center;gap:8px;padding:0 18px;display:inline-flex;position:relative}.studio-proof-item+.studio-proof-item:before{content:"·";color:var(--text-muted);font-family:var(--mono);position:absolute;left:-3px}.studio-proof-tick{background:var(--accent);border:none;border-radius:50%;flex-shrink:0;width:4px;height:4px}.studio-proof-text{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--text);font-size:.7rem}@media (width<=760px){.studio-proof-grid{gap:4px 0}.studio-proof-item{padding:0 12px}}.mock-screen-anim{animation:.35s cubic-bezier(.2,0,0,1) both mockSwap;display:contents}@keyframes mockSwap{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes mockPulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}@keyframes mockBarRise{0%{opacity:.4;transform:scaleY(.2)}to{opacity:1;transform:scaleY(1)}}@keyframes mockSlideDown{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}@keyframes mockMeshFade{0%,to{opacity:.3}50%{opacity:.8}}.mock-shop{padding-bottom:56px}.mock-checkout-bar{color:#f5f0e8;font-family:var(--mono);letter-spacing:.08em;background:#1e1812;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:.6rem;animation:.5s cubic-bezier(.2,0,0,1) .15s both mockSlideDown;display:flex;position:absolute;bottom:56px;left:10px;right:10px;box-shadow:0 4px 14px #0000002e}.mock-checkout-pay{letter-spacing:.06em;font-weight:600}.mock-checkout-divider{background:#f5f0e84d;width:1px;height:12px}.mock-checkout-total{opacity:.85;flex:1}.mock-checkout-loyalty{background:var(--accent);color:#1e1812;border-radius:999px;padding:3px 8px;font-weight:600}.mock-engage{padding-top:8px}.mock-push-banner{background:#b894521f;border:1px solid #b8945266;border-radius:10px;align-items:center;gap:8px;margin:6px 8px 12px;padding:8px 10px;animation:.6s cubic-bezier(.2,0,0,1) both mockSlideDown;display:flex}.mock-push-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.4s infinite mockPulse}.mock-push-text{flex-direction:column;flex:1;gap:4px;display:flex}.mock-push-title{background:#1e18128c;border-radius:3px;width:70%;height:6px}.mock-push-sub{background:#1e181240;border-radius:3px;width:50%;height:5px}.mock-push-pts{font-family:var(--mono);color:var(--accent);background:#b894522e;border-radius:999px;padding:3px 7px;font-size:.62rem;font-weight:600}.mock-engage-hero{background:linear-gradient(135deg,#b894521a,#f5f0e800);border:1px solid #1e181214;border-radius:12px;align-items:center;gap:12px;margin:0 8px 12px;padding:12px;display:flex}.mock-engage-greeting{flex-direction:column;flex:1;gap:6px;display:flex}.mock-engage-name{background:#1e18128c;border-radius:3px;width:80%;height:8px}.mock-engage-tier{background:#b894528c;border-radius:3px;width:50%;height:6px}.mock-streak{flex-shrink:0;width:56px;height:56px;position:relative}.mock-streak-ring{width:100%;height:100%;transform:rotate(-90deg)}.mock-streak-track{fill:none;stroke:#1e18121a;stroke-width:6px}.mock-streak-fill{fill:none;stroke:var(--accent);stroke-width:6px;stroke-linecap:round;stroke-dasharray:201;stroke-dashoffset:201px;animation:1.2s cubic-bezier(.2,0,0,1) forwards mockStreakFill}@keyframes mockStreakFill{to{stroke-dashoffset:57px}}.mock-streak-label{font-family:var(--heading);justify-content:center;align-items:center;gap:1px;display:flex;position:absolute;inset:0}.mock-streak-num{color:var(--text-strong);font-size:1.1rem;font-weight:500}.mock-streak-of{color:var(--text-muted);padding-bottom:2px;font-size:.65rem}.mock-badges{grid-template-columns:repeat(4,1fr);gap:8px;margin:0 8px 12px;display:grid}.mock-badge{aspect-ratio:1;background:#1e18120d;border:1px solid #1e18121a;border-radius:50%;justify-content:center;align-items:center;display:flex}.mock-badge-0,.mock-badge-1{background:#b8945226;border-color:#b8945273}.mock-badge-core{background:#b8945299;border-radius:50%;width:50%;height:50%}.mock-badge:nth-child(n+3) .mock-badge-core{background:#1e18122e}.mock-personal-card{background:#fdfaf499;border:1px solid #1e181214;border-radius:10px;flex-direction:column;gap:6px;margin:0 8px;padding:10px;display:flex}.mock-personal-pill{background:#b8945240;border-radius:999px;width:60px;height:12px;margin-bottom:4px}.mock-ar-screen{background:radial-gradient(at 50% 40%,#14100c00,#14100cd9),linear-gradient(#1a1612,#0f0c09);flex-direction:column;flex:1;gap:10px;min-height:0;padding:12px;display:flex}.mock-ar-status{font-family:var(--mono);letter-spacing:.12em;color:#f5f0e8d9;align-items:center;gap:6px;font-size:.6rem;display:flex}.mock-ar-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:1.4s infinite mockPulse}.mock-ar-status-label{text-transform:uppercase}.mock-ar-viewfinder{border:1px dashed #f5f0e82e;border-radius:8px;flex:1;position:relative;overflow:hidden}.mock-ar-corner{border:2px solid var(--accent);width:16px;height:16px;position:absolute}.mock-ar-tl{border-bottom:none;border-right:none;top:8px;left:8px}.mock-ar-tr{border-bottom:none;border-left:none;top:8px;right:8px}.mock-ar-bl{border-top:none;border-right:none;bottom:8px;left:8px}.mock-ar-br{border-top:none;border-left:none;bottom:8px;right:8px}.mock-ar-mesh{pointer-events:none;grid-template-rows:repeat(6,1fr);grid-template-columns:repeat(6,1fr);gap:4px;display:grid;position:absolute;inset:24px}.mock-ar-mesh-dot{background:var(--accent);border-radius:50%;place-self:center;width:3px;height:3px;animation:2s infinite mockMeshFade}.mock-ar-silhouette{filter:blur(.5px);background:radial-gradient(at 50% 30%,#f5f0e82e,#0000 60%),linear-gradient(#f5f0e814,#f5f0e805);border-radius:50% 50% 40% 40%/60% 60% 40% 40%;width:70px;height:90px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mock-ar-reticle{border:1px solid var(--accent);border-radius:50%;width:28px;height:28px;animation:1.8s infinite mockPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mock-ar-chips{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.mock-ar-chip{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:#f5f0e8c7;background:#f5f0e80a;border:1px solid #f5f0e833;border-radius:999px;padding:5px 10px;font-size:.58rem}.mock-ar-chip-active{background:var(--accent);border-color:var(--accent);color:#1e1812;font-weight:600}.mock-sync{padding-top:4px}.mock-sync-status{font-family:var(--mono);letter-spacing:.1em;color:#2f5a3a;background:#4c8a561f;border:1px solid #4c8a5659;border-radius:999px;align-items:center;gap:6px;width:fit-content;margin:8px 8px 12px;padding:6px 10px;font-size:.58rem;display:flex}.mock-sync-dot{background:#4c8a56;border-radius:50%;width:6px;height:6px;animation:1.2s infinite mockPulse}.mock-sync-chart{background:#1e18120a;border:1px solid #1e18120f;border-radius:10px;align-items:flex-end;gap:3px;height:64px;margin:0 8px 14px;padding:8px;display:flex}.mock-sync-bar{background:linear-gradient(180deg, var(--accent), #b8945280);transform-origin:bottom;border-radius:2px 2px 0 0;flex:1;animation:.6s cubic-bezier(.2,0,0,1) both mockBarRise}.mock-sync-kpis{grid-template-columns:repeat(3,1fr);gap:6px;margin:0 8px 14px;display:grid}.mock-sync-kpi{background:#fdfaf499;border:1px solid #1e18120f;border-radius:8px;flex-direction:column;align-items:center;gap:2px;padding:8px 6px;display:flex}.mock-sync-kpi-num{font-family:var(--heading);color:var(--text-strong);letter-spacing:-.01em;font-size:.95rem;font-weight:500}.mock-sync-kpi-label{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);font-size:.5rem}.mock-sync-row{border-bottom:1px solid #1e18120d;align-items:center;gap:8px;margin:0 8px 4px;padding:8px 10px;display:flex}.mock-sync-row-tick{background:#4c8a56;border-radius:50%;flex-shrink:0;width:6px;height:6px}.mock-sync-row-time{font-family:var(--mono);letter-spacing:.08em;color:var(--text-muted);font-size:.55rem}.mock-product-meta{flex-direction:column;align-items:flex-start;gap:3px;display:flex}.mock-stars{align-items:center;gap:2px;display:flex}.mock-star{clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);background:#1e18122e;width:6px;height:6px}.mock-star--filled{background:var(--accent)}.mock-review-count{font-family:var(--mono);color:var(--text-muted);letter-spacing:.04em;margin-left:4px;font-size:.5rem}.mock-rewards-list{background:#fdfaf499;border:1px solid #1e18120f;border-radius:10px;margin:0 8px 12px;overflow:hidden}.mock-reward-row{font-family:var(--body);color:var(--text);border-bottom:1px solid #1e18120d;align-items:center;gap:8px;padding:8px 10px;font-size:.7rem;display:flex}.mock-reward-row:last-child{border-bottom:none}.mock-reward-tick{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.mock-reward-label{flex:1}.mock-reward-pts{font-family:var(--mono);letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;font-size:.55rem}.mock-drops{padding-top:4px;padding-bottom:60px}.mock-drop-card{background:var(--surface);border:1px solid #1e181214;border-radius:12px;margin:0 8px 12px;overflow:hidden}.mock-drop-art{background:radial-gradient(at 30% 40%,#b8945266,#0000 60%),linear-gradient(135deg,#2a221a,#5a4a32);height:70px;position:relative}.mock-drop-art:after{content:"";background:repeating-linear-gradient(45deg,#0000 0 4px,#f5f0e80a 4px 5px);position:absolute;inset:0}.mock-drop-meta{flex-direction:column;gap:6px;padding:10px 12px 12px;display:flex}.mock-drop-label{color:var(--accent);letter-spacing:.18em;font-size:.55rem}.mock-drop-title{background:#1e18128c;border-radius:3px;width:75%;height:8px}.mock-drop-countdown{gap:6px;margin-top:4px;display:flex}.mock-drop-counter{font-family:var(--mono);background:#1e18120d;border-radius:6px;flex:1;justify-content:center;align-items:baseline;gap:2px;padding:4px 0;display:flex}.mock-drop-counter span{font-family:var(--heading);color:var(--text-strong);font-size:.85rem;font-weight:500}.mock-drop-counter em{letter-spacing:.12em;color:var(--text-muted);font-size:.5rem;font-style:normal}.mock-feed-pill{letter-spacing:.16em;color:var(--accent);margin-left:auto;font-size:.5rem}.mock-feed{flex-direction:column;gap:6px;margin:0 8px;display:flex}.mock-feed-row{background:#fdfaf480;border:1px solid #1e18120d;border-radius:8px;align-items:center;gap:8px;padding:6px;display:flex}.mock-feed-thumb{background:linear-gradient(135deg,#b894522e,#1e181214);border-radius:6px;flex-shrink:0;width:32px;height:32px}.mock-feed-body{flex-direction:column;flex:1;gap:4px;display:flex}.mock-feed-tag{letter-spacing:.14em;color:var(--accent);background:#b894521a;border-radius:4px;padding:3px 6px;font-size:.5rem}.mock-engage{padding-bottom:60px}.spatial-section{position:relative}.spatial-grid{grid-template-columns:minmax(0,5fr) minmax(0,6fr);align-items:stretch;gap:56px;display:grid}.spatial-copy{flex-direction:column;gap:18px;padding-top:8px;display:flex}.spatial-body{font-family:var(--body);color:var(--text);max-width:48ch;margin:0;font-size:1.05rem;line-height:1.6}.spatial-bullets{flex-direction:column;gap:10px;margin:8px 0 0;padding:0;list-style:none;display:flex}.spatial-bullets li{font-family:var(--body);color:var(--text);align-items:center;gap:12px;font-size:.96rem;display:flex}.spatial-bullet-dot{border:1px solid var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px}.spatial-foot{color:var(--text-muted);letter-spacing:.16em;border-top:1px dashed var(--border);margin-top:auto;padding-top:16px;font-size:.62rem}.spatial-stage{flex-direction:column;gap:18px;display:flex}.spatial-viewer-frame{aspect-ratio:4/5;background:radial-gradient(ellipse at 50% 70%, #b894521a, transparent 65%), repeating-linear-gradient(0deg, #1e18120a 0 1px, transparent 1px 18px), var(--surface-variant);border:1px solid var(--border);border-radius:4px;position:relative;overflow:hidden}.spatial-corner{border:1px solid var(--accent);pointer-events:none;z-index:2;width:14px;height:14px;position:absolute}.spatial-corner-tl{border-bottom:none;border-right:none;top:10px;left:10px}.spatial-corner-tr{border-bottom:none;border-left:none;top:10px;right:10px}.spatial-corner-bl{border-top:none;border-right:none;bottom:10px;left:10px}.spatial-corner-br{border-top:none;border-left:none;bottom:10px;right:10px}.spatial-viewer-placeholder{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.spatial-viewer-placeholder img{opacity:.6;object-fit:contain;max-width:70%;max-height:70%}.spatial-ar-btn{color:#f5f0e8;font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;cursor:pointer;z-index:3;background:#1e1812;border:none;border-radius:999px;padding:12px 22px;font-size:.72rem;position:absolute;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 4px 14px #1a16122e}.spatial-ar-btn:hover{background:var(--accent);color:#1e1812}.spatial-handoff{border:1px solid var(--border);background:#fdfaf499;border-radius:4px;align-items:center;gap:18px;padding:16px 18px;display:flex}.spatial-handoff--mobile{justify-content:center}.spatial-handoff-text{flex-direction:column;gap:4px;display:flex}.spatial-handoff-text p{font-family:var(--body);color:var(--text-muted);max-width:36ch;margin:0;font-size:.88rem;line-height:1.4}.spatial-handoff-text strong{color:var(--text-strong);font-weight:500}.spatial-qr{border:1px solid var(--border);background:#f5f0e8cc;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:88px;height:88px;padding:6px;display:flex}.spatial-qr img{width:100%;height:100%;display:block}.spatial-plate{letter-spacing:.22em;opacity:.6;position:absolute;bottom:24px;right:28px}@media (width<=900px){.spatial-grid{grid-template-columns:1fr;gap:32px}.spatial-foot{border-top:none;padding-top:0}.spatial-plate{text-align:right;margin-top:16px;position:static}}@media (width<=520px){.spatial-handoff{flex-direction:column;align-items:flex-start}}.spatial-credit{border-top:1px dashed var(--border);grid-template-columns:minmax(0,5fr) minmax(0,6fr);align-items:center;gap:48px;margin-top:56px;padding-top:40px;display:grid}.spatial-credit-media{aspect-ratio:9/16;border:1px solid var(--border);background:#0f0c09;border-radius:6px;justify-self:start;width:100%;max-width:280px;max-height:480px;position:relative;overflow:hidden}.spatial-credit-media video{object-fit:cover;width:100%;height:100%;display:block}.spatial-credit-badge{letter-spacing:.18em;color:var(--bg);z-index:2;background:#b89452e6;border-radius:999px;padding:4px 10px;font-size:.6rem;position:absolute;top:12px;left:12px}.spatial-credit-copy{flex-direction:column;gap:14px;display:flex}.spatial-credit-kicker{color:var(--accent);letter-spacing:.18em;font-size:.66rem}.spatial-credit-headline{font-family:var(--heading);letter-spacing:-.01em;color:var(--text-strong);margin:0;font-size:clamp(1.6rem,2.6vw,2.2rem);font-weight:400;line-height:1.1}.spatial-credit-headline em{color:var(--accent);font-style:italic}.spatial-credit-copy p{font-family:var(--body);color:var(--text);max-width:56ch;margin:0;font-size:.98rem;line-height:1.6}.spatial-credit-copy p em{color:var(--text-strong);font-style:italic}.spatial-credit-tags{flex-wrap:wrap;gap:6px;margin:4px 0 0;padding:0;list-style:none;display:flex}.spatial-credit-tags li{letter-spacing:.14em;border:1px solid var(--border);color:var(--text-muted);background:#fdfaf480;border-radius:999px;padding:4px 10px;font-size:.62rem}.spatial-credit-link{color:var(--accent);letter-spacing:.16em;align-self:flex-start;margin-top:6px;font-size:.7rem;text-decoration:none}.spatial-credit-link:hover{color:var(--text-strong)}@media (width<=900px){.spatial-credit{grid-template-columns:1fr;gap:28px}.spatial-credit-media{aspect-ratio:16/10;max-width:100%;max-height:360px}}.post-body .post-video{aspect-ratio:16/9;border:1px solid var(--border);background:var(--surface-variant);border-radius:8px;margin:32px 0;position:relative;overflow:hidden}.post-body .post-video iframe,.post-body .post-video video{object-fit:contain;background:#0f0c09;border:0;width:100%;height:100%;display:block;position:absolute;inset:0}.post-body .post-video--portrait{aspect-ratio:9/16;max-width:360px;margin-left:auto;margin-right:auto}@media (width<=540px){.post-body .post-video--portrait{max-width:280px}}.post-body .post-hero-split{grid-template-columns:4fr 6fr;align-items:start;gap:48px;margin:32px 0 48px;display:grid}.post-body .post-hero-split .post-hero-text{flex-direction:column;gap:1em;min-width:0;display:flex}.post-body .post-hero-split .post-hero-text p{margin:0}.post-body .post-hero-split .post-hero-text h2{border-top:none;margin:28px 0 16px;padding-top:0}.post-body .post-hero-split .post-video{margin:0}.post-body .post-hero-split .post-video--portrait{max-width:100%;margin:0}@media (width<=720px){.post-body .post-hero-split{grid-template-columns:1fr;gap:24px}.post-body .post-hero-split .post-video--portrait{max-width:280px;margin:0 auto}}.post-body .post-figure-placeholder{border:1px dashed var(--border);text-align:center;counter-increment:post-figure;background:#b894520a;border-radius:8px;flex-direction:column;align-items:center;gap:10px;margin:36px 0;padding:40px 28px 32px;display:flex;position:relative}.post-body .post-figure-placeholder:before{content:"Fig. " counter(post-figure, decimal-leading-zero) " · Placeholder";font-family:var(--mono);letter-spacing:.22em;color:var(--accent);text-transform:uppercase;font-size:.62rem;font-weight:600;display:block}.post-body .post-figure-placeholder .mono-label{display:none}.post-body .post-figure-placeholder p{color:var(--text-muted);max-width:60ch;margin:0;font-size:.92rem;font-style:italic;line-height:1.55}.post-body .post-cta{border:1px solid var(--border-strong,var(--border));background:#fdfaf4b8;border-radius:10px;margin:56px 0;padding:48px 44px 44px;position:relative;box-shadow:0 1px #1f160c0a,0 18px 48px -28px #1f160c2e}.post-body .post-cta:before,.post-body .post-cta:after{content:"";width:22px;height:22px;position:absolute}.post-body .post-cta:before{border-top:1.5px solid var(--accent);border-left:1.5px solid var(--accent);top:12px;left:12px}.post-body .post-cta:after{border-bottom:1.5px solid var(--accent);border-right:1.5px solid var(--accent);bottom:12px;right:12px}.post-body .post-cta-eyebrow{color:var(--accent);letter-spacing:.18em;text-transform:uppercase;margin-bottom:12px;font-size:.66rem;display:block}.post-body .post-cta-headline{font-family:var(--heading);letter-spacing:-.015em;color:var(--text-strong);margin:0 0 14px;font-size:clamp(1.55rem,2.8vw,2rem);font-weight:400;line-height:1.12}.post-body .post-cta-body{color:var(--text);max-width:60ch;margin:0 0 22px;font-size:.94rem;line-height:1.65}.post-body .post-cta-button{background:var(--accent);color:#1a1612;font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;border:1px solid var(--accent);border-radius:4px;align-items:center;gap:8px;padding:14px 22px;font-size:.7rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,transform .2s,border-color .2s;display:inline-flex}.post-body .post-cta-button:hover,.post-body .post-cta-button:focus-visible{color:var(--accent);border-color:var(--accent);background:0 0;transform:translate(2px)}.post-body .post-cta--split{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:center;gap:36px;display:grid}.post-body .post-cta--split .post-cta-copy{flex-direction:column;display:flex}.post-body .post-cta--split .post-cta-media{border:1px solid var(--border);aspect-ratio:4/3;background:#1a1612;border-radius:6px;position:relative;overflow:hidden}.post-body .post-cta--split .post-cta-media img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.post-body .post-cta--split .post-cta-button{align-self:flex-start}@media (width<=720px){.post-body .post-cta--split{grid-template-columns:1fr;gap:24px}.post-body .post-cta--split .post-cta-media{aspect-ratio:16/11;order:-1}}.post-body .post-result-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:40px;margin:2em 0;display:grid}.post-body .post-result-split .post-result-text{flex-direction:column;gap:1em;display:flex}.post-body .post-result-split .post-figure{margin:0}@media (width<=720px){.post-body .post-result-split{grid-template-columns:1fr;gap:24px}}.post-body .post-figure--portrait img{aspect-ratio:9/16;object-fit:cover;max-width:280px}.post-body .post-result-split:has(.post-figure--portrait){grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:center}@media (width<=720px){.post-body .post-result-split:has(.post-figure--portrait){grid-template-columns:1fr}.post-body .post-figure--portrait img{max-width:240px}}.work-links{border-top:1px dashed var(--border);flex-wrap:wrap;gap:16px;margin-top:14px;padding-top:12px;display:flex}.work-link{color:var(--text-strong);letter-spacing:.16em;border-bottom:1px solid #0000;align-items:center;gap:6px;padding-bottom:2px;font-size:.66rem;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.work-link:hover{color:var(--accent);border-bottom-color:var(--accent)}.work-link--tryout{color:var(--accent);z-index:2;position:relative}.work-link--tryout:hover{color:var(--text-strong);border-bottom-color:var(--text-strong)}a.work-item,a.work-item:hover,a.work-item:focus-visible{color:inherit;text-decoration:none}.work-item--linked{cursor:pointer;transition:background .2s}.work-item--linked:hover{background:#b894520a}.work-item--linked .work-link:not(.work-link--tryout){color:var(--text-strong)}.work-item--linked:hover .work-link:not(.work-link--tryout){color:var(--accent)}.work-thumb--media{border:1px solid var(--border);background:#0f0c09;position:relative;overflow:hidden}.work-thumb--media:before,.work-thumb--media:after{content:none!important;background:0 0!important}.work-thumb-media{object-fit:cover;width:100%;height:100%;display:block}.work-thumb--realhand .work-thumb-media{object-fit:contain;object-position:center}.blog-track-card .track-image{background:#1a1612}.blog-track-card .track-image .track-image-img{object-fit:contain;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.post-body .post-figure{text-align:center;flex-direction:column;gap:10px;margin:32px 0;display:flex}.post-body .post-figure img{border:1px solid var(--border);background:#1a1612;border-radius:8px;width:100%;max-width:540px;height:auto;margin:0 auto;display:block}.post-body .post-figure figcaption{color:var(--text-muted);max-width:60ch;margin:0 auto;font-size:.86rem;font-style:italic;line-height:1.55}.embed-modal-backdrop{z-index:500;-webkit-backdrop-filter:blur(6px);background:#14100c8c;justify-content:center;align-items:center;padding:24px;animation:.18s ease-out embedFade;display:flex;position:fixed;inset:0}@keyframes embedFade{0%{opacity:0}to{opacity:1}}.embed-modal{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;width:100%;max-width:1120px;height:calc(100vh - 64px);max-height:820px;display:flex;overflow:hidden;box-shadow:0 24px 60px -20px #14100c73}.embed-modal-header{border-bottom:1px solid var(--border);background:#fdfaf499;flex-shrink:0;align-items:center;gap:12px;padding:12px 16px;display:flex}.embed-modal-url{font-family:var(--mono);color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.72rem;overflow:hidden}.embed-modal-open{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);border:1px solid var(--border);white-space:nowrap;border-radius:4px;padding:6px 10px;font-size:.66rem;font-weight:500;text-decoration:none;transition:background .15s,border-color .15s}.embed-modal-open:hover{background:var(--accent);color:#1a1612;border-color:var(--accent)}.embed-modal-close{border:1px solid var(--border);cursor:pointer;width:32px;height:32px;color:var(--text-muted);background:0 0;border-radius:999px;justify-content:center;align-items:center;font-size:.95rem;transition:background .15s,color .15s,border-color .15s;display:flex}.embed-modal-close:hover{background:var(--text-strong);color:var(--surface);border-color:var(--text-strong)}.embed-modal-frame{background:#fafafa;flex:1;min-height:0;position:relative}.embed-modal-frame iframe{background:#fafafa;border:0;width:100%;height:100%;position:absolute;inset:0}.embed-modal-fallback{text-align:center;color:var(--text-muted);pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:32px;font-size:.92rem;line-height:1.55;display:flex;position:absolute;inset:0}.embed-modal-fallback strong{font-family:var(--heading);color:var(--text-strong);font-size:1.2rem;font-weight:400}.embed-modal-fallback a{pointer-events:auto;font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent);border-radius:4px;padding:10px 18px;font-size:.72rem;text-decoration:none}.embed-modal-fallback a:hover{background:var(--accent);color:#1a1612}@media (width<=600px){.embed-modal-backdrop{padding:0}.embed-modal{border-radius:0;height:100vh;max-height:none}}.share-row{border-top:1px dashed var(--border);flex-wrap:wrap;align-items:center;gap:18px;margin:56px 0 8px;padding:22px 0 6px;display:flex}.share-row-label{color:var(--text-muted);letter-spacing:.18em;text-transform:uppercase;font-size:.62rem}.share-row-buttons{align-items:center;gap:8px;display:flex}.share-row-btn{border:1px solid var(--border);background:var(--surface);width:36px;height:36px;color:var(--text-muted);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:color .18s,background .18s,border-color .18s,transform .18s;display:inline-flex}.share-row-btn:hover,.share-row-btn:focus-visible{color:var(--accent);border-color:var(--accent);outline:none;transform:translateY(-1px)}.share-row-btn.is-copied{color:var(--accent);border-color:var(--accent);background:#b894521f}@media (width<=540px){.share-row{gap:12px}.share-row-buttons{gap:6px}.share-row-btn{width:34px;height:34px}}.post-body .reading-grid{flex-direction:column;gap:14px;margin:36px 0 16px;display:flex}.post-body .reading-card{background:var(--surface);border:1px solid var(--border);color:inherit;border-radius:12px;grid-template-columns:3fr 7fr;align-items:stretch;min-height:160px;transition:transform .25s cubic-bezier(.2,0,0,1),box-shadow .25s,border-color .2s;display:grid;overflow:hidden;box-shadow:0 1px #1f160c0a;text-decoration:none!important}@media (width<=540px){.post-body .reading-card{grid-template-columns:1fr;grid-auto-rows:auto}}.post-body .reading-card:hover,.post-body .reading-card:focus-visible{border-color:var(--border-strong,var(--border));transform:translateY(-2px);box-shadow:0 14px 30px -16px #1f160c38}.post-body .reading-card-img{background:#1a1612;height:100%;min-height:160px;display:block;position:relative;overflow:hidden}@media (width<=540px){.post-body .reading-card-img{aspect-ratio:16/10;height:auto}}.post-body .reading-card-img img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s cubic-bezier(.2,0,0,1);display:block;position:absolute;inset:0}@media (width<=540px){.post-body .reading-card-img img{position:static}}.post-body .reading-card:hover .reading-card-img img{transform:scale(1.04)}.post-body .reading-card--portrait .reading-card-img{background:#0f0c09}.post-body .reading-card--portrait .reading-card-img img{object-fit:contain;object-position:center}.post-body .reading-card-tag{-webkit-backdrop-filter:blur(8px);color:#f5e9c8;letter-spacing:.18em;text-transform:uppercase;pointer-events:none;background:#14100cc7;border-radius:999px;padding:4px 8px;font-size:.55rem;font-weight:600;position:absolute;top:10px;left:10px}.post-body .reading-card-body{flex-direction:column;justify-content:space-between;gap:14px;padding:18px 22px;display:flex}.post-body .reading-card-title{font-family:var(--heading);letter-spacing:-.005em;color:var(--text-strong);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:1.05rem;font-weight:400;line-height:1.3;display:-webkit-box;overflow:hidden}.post-body .reading-card-meta{justify-content:space-between;align-items:center;gap:8px;display:flex}.post-body .reading-card-source{font-family:var(--mono);letter-spacing:.1em;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.62rem;font-weight:500;overflow:hidden}.post-body .reading-card:hover .reading-card-source{color:var(--text-strong)}.post-body .reading-card-arrow{color:var(--accent);flex-shrink:0;font-size:.95rem;transition:transform .25s cubic-bezier(.2,0,0,1)}.post-body .reading-card:hover .reading-card-arrow{transform:translate(3px)}pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}
