:root{--background:#11151b;--background-secondary:#1a2026;--accent:#f5ecd9;--main:#ffffff;--text-muted:rgba(255,255,255,0.56);--text-secondary:rgba(255,255,255,0.4);--line:rgba(255,255,255,0.08);--glass:rgba(255,255,255,0.04);--glass-strong:rgba(255,255,255,0.08)}*{box-sizing:border-box}body,html{margin:0;height:100%;overflow:hidden}body{font-family:var(--font-body),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#000000;color:var(--main);height:100%}.splash{position:fixed;inset:0;align-items:center;justify-content:center;background:radial-gradient(ellipse 1200px 800px at 50% -200px,rgba(255,255,255,.04),transparent 60%),radial-gradient(ellipse 900px 600px at 0 100%,rgba(255,255,255,.03),transparent 70%),linear-gradient(180deg,#000000,#05070a 45%,#000000)}.splash,.splash-content{display:flex;flex-direction:column}.splash-content{position:relative;z-index:3;align-items:flex-start;gap:2.2rem;text-align:left;padding:0;width:min(480px,100%)}.blackhole-accent-svg{width:100%;height:100%;overflow:visible;transform:translate(-10%,-8%) scale(.97);opacity:.58;filter:blur(.35px)}.splash-brand{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem}.splash-layout{position:relative;z-index:1;width:min(1400px,100%);height:100%;display:flex;align-items:center;justify-content:space-between;padding:clamp(2rem,4vw,4rem) clamp(1.5rem,4vw,4rem)}.splash-headline{margin:0;font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(2.8rem,10vw,6rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;color:var(--main);display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.28em}.splash-sub{margin:0;font-size:clamp(1rem,2.5vw,1.25rem);color:rgba(255,255,255,.45);letter-spacing:.04em}.splash-desc{margin:.9rem 0 0;font-size:clamp(.82rem,1.6vw,.96rem);color:rgba(255,255,255,.58);line-height:1.65;max-width:34ch;letter-spacing:.01em}.splash-scroll-wrap{position:absolute;bottom:4.5rem;left:50%;transform:translateX(-50%);z-index:5}.splash-scroll-btn{background:none;border:none;outline:none;cursor:pointer;padding:8px;display:flex;flex-direction:column;align-items:center;gap:10px}.splash-scroll-btn:hover .splash-scroll-label{color:rgba(255,255,255,.85)}.splash-scroll-btn:focus,.splash-scroll-btn:focus-visible{outline:none}.splash-scroll-label{font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.8);transition:color .25s;animation:label-pulse 2s ease-in-out infinite;display:inline-block}@keyframes label-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.splash-scroll-pulse{position:relative;width:48px;height:48px;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:border-color .25s,background .25s}.splash-scroll-btn:hover .splash-scroll-pulse{border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.06)}.splash-scroll-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.5);animation:ink-pulse 2s ease-out infinite}.splash-scroll-ring-2{animation-delay:.8s}.splash-scroll-center-dot{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.7);flex-shrink:0}@keyframes ink-pulse{0%{width:6px;height:6px;opacity:.8}to{width:40px;height:40px;opacity:0}}.splash-vanta{color:rgba(255,255,255,.85);font-weight:600}.splash-footer{position:absolute;bottom:1.8rem;left:0;right:0;text-align:center;margin:0;font-size:.78rem;color:rgba(255,255,255,.3);z-index:1;display:flex;align-items:center;justify-content:center;gap:1.25rem}.foreground-accent{position:absolute;left:-5.1rem;top:-5.3rem;width:250px;height:250px;pointer-events:none;z-index:-1;opacity:.72}.foreground-arc{position:absolute;inset:18px;border-radius:999px;border-color:rgba(255,255,255,.18) rgba(245,236,217,.72) rgba(245,236,217,.1) rgba(255,255,255,.18);border-style:solid;border-width:1px;filter:blur(.2px)}.foreground-pulse{position:absolute;width:110px;height:110px;right:24px;bottom:20px;border-radius:50%;background:radial-gradient(circle,rgba(245,236,217,.34),rgba(245,236,217,.04) 62%,transparent 72%);filter:blur(10px)}.orb-field{inset:0;pointer-events:none;overflow:hidden;z-index:-1}.orb,.orb-field{position:absolute}.orb{border-radius:50%;filter:blur(90px)}.orb-1{width:520px;height:520px;background:radial-gradient(circle,rgba(63,134,226,.55),transparent 70%);top:-15%;left:-12%;opacity:.45}.orb-2{width:440px;height:440px;background:radial-gradient(circle,rgba(200,220,255,.35),transparent 70%);bottom:-8%;right:-10%;opacity:.35}.orb-3{width:360px;height:360px;background:radial-gradient(circle,rgba(100,160,240,.4),transparent 70%);top:35%;right:8%;opacity:.28}.ambient{position:fixed;pointer-events:none;z-index:-1;filter:blur(80px)}.ambient-top{width:800px;height:800px;left:-300px;top:-400px;background:radial-gradient(circle,rgba(255,255,255,.08),transparent 65%)}.ambient-bottom{width:900px;height:900px;right:-300px;bottom:-300px;background:radial-gradient(circle,rgba(255,255,255,.05),transparent 70%)}.right-feed{--feed-gap:14px;position:absolute;top:0;right:0;width:min(58vw,860px);height:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--feed-gap);gap:var(--feed-gap);padding:1.5rem 0 1.5rem 1.5rem;pointer-events:none;z-index:0;overflow:hidden;opacity:.92}.right-feed-column,.right-feed-column-shell{position:relative;overflow:hidden}.right-feed-column{height:100%}.right-feed-column-back{--follow-factor:0.35;--drift-duration:15s;opacity:.52}.right-feed-column-front{--follow-factor:0.95;--drift-duration:9s;opacity:.88}.right-feed-column-mid{--follow-factor:0.62;--drift-duration:12s;opacity:.72}.right-feed-track{display:flex;flex-direction:column;gap:var(--feed-gap);will-change:transform}.right-feed-track.is-looping{animation:vertical-feed var(--feed-duration,36s) linear infinite}.right-feed-stack{display:flex;flex-direction:column;gap:var(--feed-gap)}.right-feed-card-shell{width:100%;transform:translate3d(calc(var(--touch-x, 0px) * var(--follow-factor, .5)),calc(var(--touch-y, 0px) * var(--follow-factor, .5)),0);will-change:transform}.right-feed-card-shell.drift-left .right-feed-card{animation:card-drift-left var(--drift-duration,12s) ease-in-out infinite}.right-feed-card-shell.drift-right .right-feed-card{animation:card-drift-right calc(var(--drift-duration, 12s) + 2s) ease-in-out infinite}.right-feed-card{width:100%;overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.08);box-shadow:0 22px 52px rgba(0,0,0,.48);background:rgba(255,255,255,.03);pointer-events:auto;transition:border-color .35s ease,box-shadow .35s ease;position:relative}.right-feed-card:hover{border-color:rgba(255,255,255,.22);box-shadow:0 28px 72px rgba(0,0,0,.65),0 0 28px rgba(245,236,217,.18)}.right-feed-card-inner{width:100%;height:100%;overflow:hidden;border-radius:inherit;transition:transform .45s cubic-bezier(.34,1.28,.64,1),filter .35s ease}.right-feed-card:hover .right-feed-card-inner{transform:scale(1.07);filter:brightness(1.08) saturate(1.1)}.right-feed-card-tall{aspect-ratio:.72}.right-feed-card-medium{aspect-ratio:.82}.right-feed-card-compact{aspect-ratio:.95}.right-feed-card img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.96) contrast(1.03) brightness(.88)}.right-feed-fade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.52) 22%,rgba(0,0,0,.06) 42%,rgba(0,0,0,.18)),linear-gradient(180deg,rgba(0,0,0,.92),rgba(0,0,0,.08) 18%,rgba(0,0,0,.08) 82%,rgba(0,0,0,.92))}.home-nav-fixed{position:fixed;top:0;left:0;right:0;z-index:100;pointer-events:none}.home-nav-fixed .site-header{pointer-events:auto}.site-header{width:min(1120px,92vw);margin:1.5rem auto 0;display:flex;justify-content:space-between;align-items:center}.brand{font-size:.82rem;letter-spacing:.24em;font-weight:700;text-decoration:none;color:var(--main);transition:opacity .2s ease}.brand:hover{opacity:.6}nav{display:flex;gap:2rem}.nav-link{color:var(--text-muted);text-decoration:none;font-size:.875rem;transition:color .2s ease}.nav-link.nav-active,.nav-link:hover{color:var(--main)}nav a{color:var(--text-muted);text-decoration:none;font-size:.875rem;transition:color .2s ease}nav a.nav-active,nav a:hover{color:var(--main)}.booking-page{background:var(--background)}.artists-page,.booking-page{position:fixed;inset:0;overflow-y:auto}.artists-page{background:linear-gradient(180deg,#000000,#05070a 50%,#000000);padding-top:4rem}.artists-page-nav{position:fixed;top:0;left:0;right:0;z-index:100;will-change:transform;padding-top:1.25rem}.artists-page-nav .site-header{margin-top:0}main{width:min(1120px,92vw);margin:0 auto;padding-bottom:4rem;position:relative;z-index:1}.hero{padding:4.5rem 0 3.5rem}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.74rem;margin-bottom:1rem;color:var(--text-secondary)}h1,h2,h3{margin:0;line-height:1.04}h1,h2{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}h1{font-size:clamp(2.1rem,6.5vw,4.85rem);max-width:12ch;letter-spacing:-.03em}h1 span{display:block;color:var(--main)}.hero-copy{margin-top:1.4rem;max-width:58ch;line-height:1.7;font-size:1.01rem;color:var(--text-muted)}.hero-cta{display:flex;gap:.75rem;margin-top:1.7rem}.app-store-badge{display:inline-flex;align-items:center;gap:.85rem;min-width:210px;padding:.78rem 1rem;border-radius:16px;text-decoration:none;color:var(--main);border:1px solid rgba(255,255,255,.1);background:rgba(26,32,38,.92);box-shadow:0 12px 30px rgba(0,0,0,.24);transition:transform .17s ease,box-shadow .17s ease,border-color .17s ease}.app-store-badge:hover{transform:translateY(-1px);box-shadow:0 16px 36px rgba(0,0,0,.28);border-color:rgba(255,255,255,.16)}.app-store-icon{width:2.6rem;height:2.6rem;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);flex-shrink:0}.app-store-icon svg{width:1.2rem;height:1.2rem}.app-store-copy{display:flex;flex-direction:column;line-height:1.05}.app-store-overline{font-size:.68rem;letter-spacing:.04em;color:rgba(255,255,255,.6)}.app-store-title{margin-top:.14rem;font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.15rem;font-weight:600}.btn{display:inline-block;padding:.82rem 1.15rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:.94rem;border:1px solid transparent;transition:transform .17s ease,box-shadow .17s ease,background-color .17s ease}.btn-primary{background:var(--background-secondary);color:var(--main);border-color:rgba(255,255,255,.08);box-shadow:0 10px 32px rgba(0,0,0,.25);font-weight:700}.btn-ghost{color:var(--main);border:1px solid var(--line);background:rgba(254,255,255,.04)}.btn:hover{transform:translateY(-1px)}.hero-panel{margin-top:2.4rem;border:1px solid var(--line);background:rgba(10,14,20,.5);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:1.1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.9rem;gap:.9rem;box-shadow:0 8px 32px rgba(0,0,0,.3)}.stat{padding:.95rem;border-radius:14px}.stat strong{display:block;font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.12rem}.stat span{display:block;margin-top:.45rem;font-size:.84rem;color:var(--text-muted);line-height:1.55}section{margin-top:3.6rem}.section-head h2{font-size:clamp(1.6rem,4vw,2.7rem);max-width:16ch}.section-copy{max-width:62ch;margin:1rem 0 0;color:var(--text-muted);line-height:1.7}.grid{margin-top:1.4rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.card{border-radius:16px;padding:1.25rem}.card h3{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.25rem}.card p{margin-top:.75rem;line-height:1.58;color:var(--text-muted)}.steps{list-style:none;margin:1.4rem 0 0;padding:0;display:grid;grid-gap:.9rem;gap:.9rem}.steps li{display:flex;gap:1rem;align-items:flex-start;border-radius:16px;padding:1rem}.steps span{width:2rem;height:2rem;flex-shrink:0;border-radius:50%;display:grid;place-items:center;background:rgba(245,236,217,.12);border:1px solid rgba(245,236,217,.4);color:var(--main);font-weight:700}.steps p{margin:.4rem 0 0;line-height:1.55;color:var(--text-muted)}.download{text-align:center;border-radius:24px;padding:2.3rem 1.2rem}.download h2{font-size:clamp(1.7rem,4vw,2.9rem)}.download p{max-width:56ch;margin:.9rem auto 0;line-height:1.6;color:var(--text-muted)}.signup{margin-top:1.4rem;display:flex;justify-content:center;gap:.6rem;flex-wrap:wrap}button,input{font:inherit}input{min-width:260px;padding:.78rem .95rem;border-radius:12px;border:1px solid var(--line);background:rgba(10,14,20,.8);color:var(--main)}input::placeholder{color:rgba(254,255,255,.36)}button{border:1px solid transparent;border-radius:12px;padding:.78rem 1.1rem;background:var(--background-secondary);color:var(--main);font-weight:600;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.2)}footer{width:min(1120px,92vw);margin:0 auto;padding:.4rem 0 2.2rem;display:flex;justify-content:space-between;font-size:.88rem;color:rgba(254,255,255,.4);position:relative;z-index:1}.tattoo-rail{margin-top:1.8rem;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,280px);grid-gap:1rem;gap:1rem;overflow-x:auto;padding-bottom:.4rem;scroll-snap-type:x proximity;scrollbar-width:none}.tattoo-rail::-webkit-scrollbar{display:none}.tattoo-card{scroll-snap-align:start;border-radius:20px;overflow:hidden;min-height:420px}.tattoo-card-image{aspect-ratio:3/4;overflow:hidden;border-bottom:1px solid var(--line)}.tattoo-card-image img{width:100%;height:100%;object-fit:cover;display:block}.tattoo-card-copy{padding:1rem 1rem 1.1rem}.tattoo-card-copy strong{display:block;font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem}.tattoo-card-copy span{display:block;margin-top:.4rem;color:var(--text-muted);line-height:1.5;font-size:.9rem}.hero-stats{margin-top:2.6rem;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.8rem;gap:.8rem}.inspiration-gallery{margin-top:4.2rem}.features-showcase{margin-top:5rem}.feature-row{margin-top:3.2rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;align-items:center}.feature-row.reverse{direction:rtl}.feature-row.reverse>*{direction:ltr}.feature-content h3{font-size:2rem;margin-bottom:.8rem}.feature-content p{color:var(--text-muted);line-height:1.7;margin-bottom:1.4rem}.feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.feature-list li{color:var(--text-muted);font-size:.95rem;padding-left:1.4rem;position:relative}.feature-list li:before{content:"✓";position:absolute;left:0;color:rgba(255,255,255,.7);font-weight:700}.feature-image{border-radius:20px;overflow:hidden;border:1px solid var(--line);background:rgba(10,14,20,.8);box-shadow:0 4px 16px rgba(0,0,0,.4)}.feature-image img{width:100%;height:100%;object-fit:cover;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.surface{border:1px solid var(--line);background:linear-gradient(180deg,rgba(26,32,38,.94),rgba(17,21,27,.9));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px rgba(0,0,0,.4)}.artists-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;min-height:calc(100svh - 72px);max-width:1120px;margin:0 auto;padding:clamp(2rem,5vw,4rem) clamp(1.5rem,4vw,4rem)}.artists-hero-content{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.artists-hero-headline{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(2.4rem,6vw,4.4rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;margin:0}.artists-hero-desc{font-size:clamp(.9rem,1.8vw,1.04rem);color:var(--text-muted);line-height:1.72;max-width:44ch;margin:0}.artists-hero-visual{display:flex;justify-content:center;align-items:center;position:relative}.artists-hero-visual:before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(245,236,217,.055),transparent 70%);filter:blur(60px);pointer-events:none}.artists-hero-sticky{display:contents}.phone-mock{position:relative;width:min(280px,80%);aspect-ratio:9/19.5;border-radius:clamp(36px,12%,52px);border:1.5px solid rgba(255,255,255,.1);background:rgba(10,14,20,.95);overflow:hidden;box-shadow:0 60px 120px rgba(0,0,0,.58),inset 0 1px 0 rgba(255,255,255,.05)}.phone-mock-hero{width:min(300px,90%)}.phone-mock-island{position:absolute;top:14px;left:50%;transform:translateX(-50%);width:96px;height:28px;background:#000;border-radius:20px;z-index:2}.phone-mock-screen{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;padding:2rem 1.5rem}.phone-mock-icon{color:rgba(255,255,255,.12)}.phone-mock-label{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.18);text-align:center}.hero-phone-cluster{position:relative;flex-shrink:0}.hero-phone-main{display:block;height:min(680px,80vh);width:auto;position:relative;z-index:2;will-change:transform}.hero-phone-back{position:absolute;right:-52px;top:30px;z-index:1;opacity:.28;transform:perspective(800px) rotateY(14deg) rotateX(2deg) scale(.82);pointer-events:none;filter:blur(.8px)}.hero-phone-back img{display:block;height:min(680px,80vh);width:auto}.phone-scene-img{display:block;height:min(620px,75vh);width:auto;position:relative;z-index:2;will-change:transform}.phone-scene{position:relative;display:flex;align-items:center;justify-content:center;padding:2rem;min-height:660px}.phone-float{position:absolute;pointer-events:none;z-index:10}.phone-tag{display:inline-block;padding:.38rem .85rem;background:rgba(22,28,36,.92);border:1px solid rgba(255,255,255,.13);border-radius:100px;font-size:.74rem;color:rgba(255,255,255,.78);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);white-space:nowrap;box-shadow:0 4px 14px rgba(0,0,0,.5);letter-spacing:.01em}.phone-stat-card{padding:.75rem 1.1rem;background:rgba(18,23,30,.94);border:1px solid rgba(255,255,255,.1);border-radius:14px;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 8px 28px rgba(0,0,0,.55);display:flex;flex-direction:column;gap:.22rem;min-width:130px}.phone-stat-num{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.45rem;font-weight:700;letter-spacing:-.02em;color:var(--main);line-height:1}.phone-stat-up{color:#7ecba1}.phone-stat-label{font-size:.7rem;color:var(--text-muted);letter-spacing:.02em}.phone-bubble{padding:.7rem 1rem;border-radius:16px;font-size:.76rem;line-height:1.55;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 6px 22px rgba(0,0,0,.45)}.phone-bubble-in{background:rgba(28,34,42,.94);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.82);border-bottom-left-radius:4px}.phone-bubble-out{background:rgba(245,236,217,.1);border:1px solid rgba(245,236,217,.2);color:rgba(255,255,255,.82);border-bottom-right-radius:4px}.phone-booking-card{padding:.85rem 1.1rem;background:rgba(18,23,30,.94);border:1px solid rgba(255,255,255,.1);border-radius:14px;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 8px 28px rgba(0,0,0,.55);display:flex;flex-direction:column;gap:.28rem;min-width:190px}.phone-booking-badge{font-size:.67rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin-bottom:.2rem}.phone-booking-row{font-size:.76rem;color:rgba(255,255,255,.88);line-height:1.4}.phone-booking-muted{color:var(--text-muted)}.phone-booking-deposit{color:var(--accent);font-size:.72rem;margin-top:.15rem}.phone-ig-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.42rem .9rem;background:rgba(22,28,36,.92);border:1px solid rgba(255,255,255,.13);border-radius:100px;font-size:.74rem;color:rgba(255,255,255,.78);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);white-space:nowrap;box-shadow:0 4px 14px rgba(0,0,0,.5);letter-spacing:.01em}.mobile-features{display:none}.artists-stats-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;padding:2rem clamp(1.5rem,4vw,4rem);gap:0}.artists-stat{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:0 clamp(1.25rem,3.5vw,3rem)}.artists-stat-icon{display:flex;align-items:center;justify-content:center;color:var(--text-muted);margin-bottom:.15rem}.artists-stat-value{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(1.3rem,2.8vw,1.9rem);font-weight:700;letter-spacing:-.02em;color:var(--main)}.artists-stat-label{font-size:.78rem;color:var(--text-muted);letter-spacing:.04em}.artists-stat-divider{width:1px;height:32px;background:var(--line);flex-shrink:0}.artists-features-section{max-width:1120px;margin:0 auto;padding:0 clamp(1.5rem,4vw,4rem)}.artists-feature-block{padding:clamp(3.5rem,6vw,5.5rem) 0;border-top:1px solid var(--line)}.artists-feature-block:first-child{border-top:none;padding-top:clamp(3rem,5vw,4.5rem)}.artists-feature-number{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(4.5rem,10vw,8rem);font-weight:700;letter-spacing:-.05em;line-height:1;color:rgba(255,255,255,.04);margin-bottom:-2.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.feature-image-phone{display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem;min-height:500px}.feature-list li:before{color:var(--accent)}@media (max-width:860px){.artists-page{padding-top:0;touch-action:pan-y}.artists-hero{display:block;position:relative;height:180svh;padding:0;text-align:left;max-width:100%}.artists-hero-sticky{display:block;position:-webkit-sticky;position:sticky;top:0;height:100svh;overflow:hidden}.artists-hero-visual{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;z-index:1;order:unset;height:auto;flex-shrink:unset}.artists-hero-visual:before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;top:5%;left:50%;transform:translateX(-50%);background:radial-gradient(circle,rgba(245,236,217,.09),transparent 70%);filter:blur(70px);pointer-events:none;z-index:0}.artists-hero-visual:after{content:"";position:absolute;bottom:0;left:0;right:0;height:65%;background:linear-gradient(0deg,#000 42%,rgba(0,0,0,.84) 60%,rgba(0,0,0,.28) 80%,transparent);z-index:3;pointer-events:none}.hero-phone-back{display:none}.hero-phone-cluster{display:contents}.hero-phone-main{width:90vw;height:calc(100svh - 60px);max-height:none;max-width:none;object-fit:contain;object-position:bottom center;position:relative;z-index:2}.artists-hero-content{position:absolute;bottom:0;left:0;right:0;z-index:10;padding:0 1.75rem 3.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:.9rem;text-align:left;order:unset;flex:unset;justify-content:unset}.artists-hero-headline{font-size:clamp(2.4rem,10vw,3.2rem);line-height:1.04}.artists-hero-desc{font-size:.88rem;max-width:34ch;margin:0;text-align:left}.artists-stats-strip{flex-direction:row;padding:1.25rem .75rem;gap:0}.artists-stat{flex:1 1;min-width:0;padding:0 .5rem;gap:.25rem}.artists-stat-icon{margin-bottom:0}.artists-stat-icon svg{width:16px;height:16px}.artists-stat-value{font-size:clamp(.85rem,3.6vw,1.1rem)}.artists-stat-label{font-size:.6rem;line-height:1.3;text-align:center}.artists-stat-divider{width:1px;height:28px;align-self:center}.artists-features-section{display:none}.mobile-features{display:block}.mobile-feature-scroll-section{position:relative;height:180svh}.mobile-feature-sticky{position:-webkit-sticky;position:sticky;top:0;height:100svh;overflow:hidden;border-top:1px solid var(--line)}.mobile-feature-scroll-section:first-child .mobile-feature-sticky{border-top:none}.mobile-feature-visual{position:absolute;inset:0;z-index:1}.mobile-feature-visual:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;top:5%;left:50%;transform:translateX(-50%);background:radial-gradient(circle,rgba(245,236,217,.08),transparent 70%);filter:blur(55px);pointer-events:none;z-index:0}.mobile-feature-visual:after{content:"";position:absolute;bottom:0;left:0;right:0;height:65%;background:linear-gradient(0deg,#000 15%,rgba(0,0,0,.85) 35%,rgba(0,0,0,.35) 60%,transparent);z-index:3;pointer-events:none}.mobile-feature-img{position:absolute;top:0;left:calc(50% - 67.6vw);width:154vw;height:auto;max-width:none;max-height:none;display:block;z-index:2}.mobile-chips-layer{position:absolute;inset:0;z-index:8;pointer-events:none}.mobile-chip{position:absolute}.mobile-feature-body{position:absolute;bottom:0;left:0;right:0;z-index:10;padding:0 1.75rem 2rem;flex-shrink:unset}.mobile-feature-eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 .65rem}.mobile-feature-title{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(2rem,8.5vw,2.6rem);font-weight:700;letter-spacing:-.025em;line-height:1.07;margin:0 0 .85rem;color:var(--main)}.mobile-feature-desc{font-size:.88rem;color:var(--text-muted);line-height:1.65;margin:0;max-width:38ch}.artists-finale{padding:3.5rem 1.5rem;gap:2.5rem}.artists-finale-headline{font-size:clamp(2rem,8vw,2.8rem)}.artists-finale-steps{display:flex;flex-direction:row;grid-template-columns:unset;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;touch-action:pan-x;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.75rem;width:100%;margin-left:0;padding:0 0 .5rem;border:none;border-radius:0;align-items:stretch}.artists-finale-steps::-webkit-scrollbar{display:none}.artists-finale-step{min-width:min(72vw,256px);flex-shrink:0;scroll-snap-align:start;border:1px solid var(--line);border-radius:16px;padding:1.4rem;text-align:left}}.artists-inner{max-width:1120px;margin:0 auto;padding:clamp(3.5rem,8vw,6rem) clamp(1.5rem,4vw,4rem)}.artists-eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.74rem;color:var(--accent);margin:0 0 1.2rem}.artists-headline{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(2rem,5.5vw,3.8rem);font-weight:700;letter-spacing:-.03em;line-height:1.06;margin:0 0 1.2rem;max-width:14ch}.artists-desc{font-size:clamp(.88rem,1.7vw,1rem);color:var(--text-muted);line-height:1.7;max-width:56ch;margin:0 0 3rem}.artists-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin-bottom:4rem}.artist-card{border-radius:20px;padding:1.6rem}.artist-card-icon{width:2.6rem;height:2.6rem;border-radius:12px;display:grid;place-items:center;background:rgba(245,236,217,.08);border:1px solid rgba(245,236,217,.25);color:rgba(255,255,255,.85);margin-bottom:1.2rem}.artist-card h3{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.1rem;font-weight:600;margin:0 0 .65rem;letter-spacing:-.01em}.artist-card p{font-size:.9rem;color:var(--text-muted);line-height:1.65;margin:0}.artists-how{border-top:1px solid var(--line);padding-top:3rem;margin-bottom:3rem}.artists-how h3{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(1.3rem,3vw,1.8rem);font-weight:700;letter-spacing:-.02em;margin:0 0 1.4rem}.artists-steps{max-width:640px}.artists-steps li strong{display:block;font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.96rem;font-weight:600;color:var(--main);margin-bottom:.2rem}.artists-cta{display:flex;border-top:1px solid var(--line);padding-top:3rem;padding-bottom:3rem}.artists-finale{border-top:1px solid var(--line);padding:clamp(4.5rem,9vw,7rem) clamp(1.5rem,4vw,4rem);max-width:1120px;margin:0 auto;gap:3.5rem;text-align:center}.artists-finale,.artists-finale-header{display:flex;flex-direction:column;align-items:center}.artists-finale-header{gap:1rem}.artists-finale-headline{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(2.4rem,6vw,4.2rem);font-weight:700;letter-spacing:-.03em;line-height:1.06;margin:0}.artists-finale-steps{width:100%;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:20px;overflow:hidden}.artists-finale-step{padding:1.6rem 1.5rem;display:flex;flex-direction:column;gap:.55rem;text-align:left;border-left:1px solid var(--line)}.artists-finale-step:first-child{border-left:none}.artists-finale-step-num{font-size:.7rem;font-weight:700;letter-spacing:.12em;color:var(--accent);margin-bottom:.2rem}.artists-finale-step-num,.artists-finale-step-title{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.artists-finale-step-title{font-size:.95rem;font-weight:600;color:var(--main);line-height:1.3}.artists-finale-step-desc{font-size:.82rem;color:var(--text-muted);line-height:1.65;margin:0}@media (max-width:480px){.artists-hero-headline{font-size:clamp(2rem,9vw,2.6rem)}.artists-hero-desc{font-size:.875rem}.hero-phone-main{width:95vw;height:calc(100svh - 60px)}.mobile-feature-title{font-size:clamp(1.8rem,7.5vw,2.2rem)}.artists-finale-headline{font-size:clamp(1.9rem,8vw,2.4rem)}.artists-finale-step{min-width:min(80vw,260px)}.artists-finale-steps{overflow-x:auto;overflow-y:hidden}}@media (max-width:900px){.artists-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.artists-grid{grid-template-columns:1fr}}.tab-bar{display:flex;gap:.25rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:.25rem}.tab-btn{padding:.42rem 1rem;border-radius:9px;font-size:.84rem;font-weight:600;letter-spacing:.01em;cursor:pointer;border:none;background:transparent;color:rgba(255,255,255,.46);transition:background .18s ease,color .18s ease,box-shadow .18s ease;box-shadow:none}.tab-btn.active{background:rgba(255,255,255,.1);color:var(--main);box-shadow:0 1px 4px rgba(0,0,0,.3)}.artist-tab-content{display:flex;flex-direction:column;gap:1.4rem}.artist-tab-sub{margin:0;font-size:clamp(1rem,2.5vw,1.25rem);color:rgba(255,255,255,.45);letter-spacing:.04em}.artist-tab-desc{margin:0;font-size:clamp(.82rem,1.6vw,.96rem);color:rgba(255,255,255,.35);line-height:1.65;max-width:34ch;letter-spacing:.01em}.artist-feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.artist-feature-list li{display:flex;align-items:flex-start;gap:.7rem;font-size:clamp(.82rem,1.6vw,.9rem);color:rgba(255,255,255,.5);line-height:1.5}.artist-feature-list li svg{flex-shrink:0;margin-top:.18rem;color:rgba(255,255,255,.38)}@keyframes vertical-feed{0%{transform:translateY(0)}to{transform:translateY(calc(-50% - (var(--feed-gap) / 2)))}}@keyframes card-drift-left{0%{transform:translateZ(0) rotate(0deg)}50%{transform:translate3d(-8px,0,0) rotate(-.8deg)}to{transform:translateZ(0) rotate(0deg)}}@keyframes card-drift-right{0%{transform:translateZ(0) rotate(0deg)}50%{transform:translate3d(8px,0,0) rotate(.8deg)}to{transform:translateZ(0) rotate(0deg)}}@media (max-width:900px){.splash-layout{align-items:flex-end;justify-content:flex-start;padding:1.25rem}.splash-content{width:min(420px,100%);padding-bottom:7rem}.foreground-accent{left:-1.25rem;top:-2.5rem;width:150px;height:150px}.right-feed{width:58vw;padding:1rem 0 1rem 1rem;opacity:.8}.right-feed-card{border-radius:22px}.right-feed-column-back{--follow-factor:0.24}.right-feed-column-front{--follow-factor:0.65}.app-store-badge{width:100%;justify-content:center;max-width:260px}}@media (max-width:640px){.splash-layout{align-items:center;justify-content:center;padding:1rem}.splash-content{width:min(420px,100%);padding:0;text-align:center;z-index:3}.splash-brand,.splash-content{align-items:center}.splash-headline{justify-content:center}.splash-desc,.splash-sub{text-align:center}.splash-desc{max-width:100%}.app-store-badge{width:auto;min-width:0;max-width:none;padding:.68rem .85rem;gap:.7rem}.right-feed{width:100%;height:100%;top:0;right:0;padding:.75rem;opacity:.66}.right-feed-fade{background:linear-gradient(180deg,rgba(0,0,0,.92),rgba(0,0,0,.16) 26%,rgba(0,0,0,.5)),linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,0) 22%,rgba(0,0,0,0) 78%,rgba(0,0,0,.42))}.foreground-accent{left:50%;top:50%;width:200px;height:200px;transform:translate(-50%,-62%);opacity:.5}}.legal-page{position:fixed;inset:0;overflow-y:auto;background:linear-gradient(180deg,#000000,#05070a 45%,#000000)}.legal-container{max-width:720px;margin:0 auto;padding:2.5rem 1.5rem 5rem}.legal-header{margin-bottom:2.8rem}.legal-back{color:rgba(255,255,255,.42);text-decoration:none;font-size:.88rem;letter-spacing:.04em;transition:color .16s ease}.legal-back:hover,.legal-title{color:var(--main)}.legal-title{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(2rem,5vw,2.8rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;margin:0 0 .55rem}.legal-date{color:var(--accent);font-size:.88rem;margin:0 0 3rem;letter-spacing:.02em}.legal-section{margin-top:2.2rem;padding-top:2.2rem;border-top:1px solid var(--line)}.legal-section-title{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.95rem;font-weight:600;color:var(--accent);margin:0 0 .85rem;letter-spacing:.01em}.legal-para{margin:0 0 .6rem;line-height:1.76;color:rgba(255,255,255,.76);font-size:.94rem}.legal-para:last-child{margin-bottom:0}.legal-list{margin:0 0 .6rem;padding-left:1.35rem;color:rgba(255,255,255,.76);font-size:.94rem}.legal-list li{line-height:1.76;margin-bottom:.22rem}.legal-list li:last-child{margin-bottom:0}.legal-footer{margin-top:3.5rem;padding-top:1.5rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;font-size:.82rem;color:rgba(255,255,255,.3);flex-wrap:wrap;gap:.75rem}.legal-footer-links{display:flex;gap:1.25rem}.legal-footer-links a{color:rgba(255,255,255,.32);text-decoration:none;transition:color .16s ease}.legal-footer-links a:hover{color:rgba(255,255,255,.68)}.splash-footer-links{display:flex;gap:1rem}.splash-footer-links a{color:rgba(255,255,255,.3);text-decoration:none;font-size:.78rem;transition:color .16s ease}.splash-footer-links a:hover{color:rgba(255,255,255,.62)}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}.right-feed{display:none}}.home-page{position:fixed;inset:0;overflow-y:auto;overflow-x:hidden;background:#000;-webkit-overflow-scrolling:touch}.home-feed-bg{position:fixed;inset:0;z-index:0;pointer-events:none}.home-feed-bg .right-feed{height:100svh;width:min(68vw,1020px)}.home-page .splash{position:relative;inset:auto;height:100svh;z-index:1;background:radial-gradient(ellipse 1200px 800px at 50% -200px,rgba(255,255,255,.04),transparent 60%),radial-gradient(ellipse 900px 600px at 0 100%,rgba(255,255,255,.03),transparent 70%),linear-gradient(90deg,#000000 0,#000000 26%,rgba(0,0,0,.6) 42%,transparent 56%)}.home-page .splash-layout{min-height:100svh;padding-right:min(68vw,1020px);justify-content:center}.home-below-splash{position:relative;z-index:1;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.55) 6rem,rgba(0,0,0,.62))}.home-problem-label{display:block;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:1.4rem}.home-problem-headline{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(2rem,3.8vw,3.2rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--main);margin:0 0 1.5rem;max-width:22ch}.home-problem-body{font-size:clamp(.88rem,1.3vw,1rem);color:var(--text-muted);line-height:1.75;margin:0 0 1rem;max-width:44ch}.home-problem-body:last-of-type{margin-bottom:1.75rem}.home-problem-bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.home-problem-bullets li{font-size:.85rem;color:var(--text-muted);line-height:1.5;padding-left:1.2rem;position:relative}.home-problem-bullets li:before{content:"–";position:absolute;left:0;color:var(--accent)}.home-problem-img{height:clamp(400px,65vh,600px);width:auto;display:block;filter:drop-shadow(0 32px 80px rgba(0,0,0,.7))}.home-platform-noise{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.6rem}.home-platform-badge{font-size:.68rem;font-weight:600;letter-spacing:.06em;padding:.2rem .55rem;border:1px solid rgba(255,255,255,.14);border-radius:4px;color:rgba(255,255,255,.28);text-decoration:line-through;-webkit-text-decoration-color:rgba(255,255,255,.18);text-decoration-color:rgba(255,255,255,.18)}.home-platform-badge--faint{opacity:.55}.home-problem{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(3rem,6vw,6rem);gap:clamp(3rem,6vw,6rem);align-items:center;max-width:1100px;margin:0 auto;padding:clamp(4rem,8vw,7rem) clamp(2rem,5vw,5rem);border-top:1px solid var(--line)}.home-problem-screens{display:flex;justify-content:center;align-items:center}.home-screen-stack{position:relative;width:clamp(200px,24vw,290px)}.home-screen{border-radius:36px;overflow:hidden}.home-screen--back{position:absolute;top:28px;right:-44px;width:84%;opacity:.45;transform:rotate(5.5deg);z-index:0;filter:drop-shadow(0 20px 52px rgba(0,0,0,.65))}.home-screen--front{position:relative;z-index:1;filter:drop-shadow(0 32px 80px rgba(0,0,0,.75))}.home-screen img{width:100%;height:auto;display:block}.home-discovery-mobile,.home-process-mobile{display:none}.home-process{height:360svh;border-top:1px solid var(--line);position:relative;z-index:2;margin-top:-100svh}.home-process-inner.is-exiting{opacity:0;transition:opacity .5s ease-in;pointer-events:none}.home-finale.is-visible{opacity:1;transition:opacity .7s ease-out .2s}.home-process-inner{position:-webkit-sticky;position:sticky;top:0;height:100svh;overflow:hidden;max-width:1100px;width:100%;transition:opacity .4s ease-out;margin:0 auto;padding:clamp(2rem,4vw,3.5rem) clamp(2rem,5vw,5rem);display:flex;flex-direction:column}.home-process-intro{flex-shrink:0;margin-bottom:clamp(1.2rem,2.5vw,2rem)}.home-process-intro .home-problem-body{margin-bottom:0}.home-process-body{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(2rem,5vw,5rem);gap:clamp(2rem,5vw,5rem);align-items:center;flex:1 1;min-height:0}.home-process-phone-wrap{display:flex;justify-content:center;align-items:center;height:100%;position:relative}.home-process-phone-img{max-height:min(55vh,500px);height:auto;width:auto;max-width:100%;filter:drop-shadow(0 32px 80px rgba(0,0,0,.72))}.home-process-steps{display:flex;flex-direction:column;justify-content:center}.home-process-step{display:flex;flex-direction:column;gap:.6rem;padding:1.4rem 0;border-top:1px solid var(--line);opacity:.28;transition:opacity .3s ease}.home-process-step:first-child{border-top:none;padding-top:0}.home-process-step.is-active{opacity:1}.home-process-step-num{font-size:.68rem;font-weight:700;letter-spacing:.14em;color:var(--accent);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.home-process-step-title{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(1.1rem,1.8vw,1.4rem);font-weight:700;letter-spacing:-.02em;color:var(--main);margin:0}.home-process-step-desc{font-size:.85rem;color:var(--text-muted);line-height:1.65;margin:0}.home-process-dots{display:flex;gap:.45rem;margin-top:1.5rem}.home-process-dot{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.2);transition:background .35s ease,transform .35s ease}.home-process-dot.is-active{background:var(--accent);transform:scale(1.3)}.home-finale{max-width:100%;width:100%;height:100svh;margin:0;padding:clamp(4rem,8vw,7rem) clamp(2rem,5vw,5rem);border-top:1px solid var(--line);opacity:0;transition:opacity .4s ease-in;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:1rem;position:-webkit-sticky;position:sticky;top:0;z-index:1}.home-finale-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0}.home-finale-headline{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:700;letter-spacing:-.035em;line-height:1;margin:0 0 .25rem;color:var(--main)}.home-finale-desc{font-size:clamp(.9rem,1.5vw,1rem);color:var(--text-muted);line-height:1.65;margin:0 0 .75rem;max-width:44ch}@media (max-width:860px){.home-page{scroll-snap-type:y mandatory}.home-finale,.home-page .splash,.home-snap-step{scroll-snap-align:start;scroll-snap-stop:always}.home-snap-step{height:100svh;pointer-events:none}.home-feed-bg .right-feed{width:100%}.home-page .splash-layout{padding-right:0}.home-page .splash-content{align-items:center;text-align:center}.home-page .splash-brand{align-items:center}.home-page .splash-headline{justify-content:center}.home-page .splash-desc,.home-page .splash-sub{text-align:center}.home-page .splash-desc{padding:0 2rem}.home-page .splash{background:radial-gradient(ellipse 1200px 800px at 50% -200px,rgba(255,255,255,.04),transparent 60%),radial-gradient(ellipse 900px 600px at 50% 100%,rgba(255,255,255,.03),transparent 70%),radial-gradient(ellipse 100% 55% at 50% 55%,rgba(0,0,0,.42) 0,transparent 100%)}.home-feed-bg .right-feed-fade{background:linear-gradient(180deg,rgba(0,0,0,.92),rgba(0,0,0,.16) 26%,rgba(0,0,0,.5)),linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0) 22%,rgba(0,0,0,0) 78%,rgba(0,0,0,.5))}.home-below-splash{background:none}.home-finale,.home-process{background:var(--background)}.home-tagline{padding:3rem 1.75rem 2.5rem}.home-trio{grid-template-columns:1fr}.home-trio-item{border-right:none;border-bottom:1px solid var(--line);padding:2rem 1.75rem}.home-trio-item:first-child{padding-left:1.75rem}.home-trio-item:last-child{border-bottom:none;padding-right:1.75rem}.home-showcase{grid-template-columns:1fr;padding:3rem 1.75rem;gap:2rem}.home-showcase-visual{order:-1;justify-content:flex-start}.home-showcase-img{height:clamp(300px,55vh,420px)}.home-showcase-duo{padding:3rem 1.75rem}.home-duo-phone--high{transform:none}.home-below-splash{display:flex;flex-direction:column}.home-discovery-mobile,.home-problem{order:1}.home-process-mobile{order:2}.home-finale{order:3;opacity:1;position:static;height:auto;padding:3.5rem 1.75rem 5rem}.home-problem{display:none}.home-discovery-mobile{display:block;position:relative;height:200svh}.home-discovery-mobile-sticky{position:-webkit-sticky;position:sticky;top:0;height:100svh;margin-top:-200svh;overflow:hidden;border-top:1px solid var(--line)}.home-discovery-mobile-visual{position:absolute;inset:0;z-index:1}.home-discovery-mobile-visual:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;top:8%;left:50%;transform:translateX(-50%);background:radial-gradient(circle,rgba(245,236,217,.1),transparent 70%);filter:blur(48px);pointer-events:none;z-index:0}.home-discovery-mobile-visual:after{content:"";position:absolute;bottom:0;left:0;right:0;height:55%;background:linear-gradient(0deg,#000 20%,rgba(0,0,0,.8) 42%,transparent);z-index:3;pointer-events:none}.home-discovery-mobile-img{position:absolute;top:5%;left:17.5vw;width:65vw;height:auto;border-radius:24px;display:block;z-index:2;box-shadow:0 24px 64px rgba(0,0,0,.75)}.home-discovery-mobile-body{position:absolute;bottom:0;left:0;right:0;z-index:10;padding:0 1.75rem 2rem}.home-discovery-mobile-body .home-problem-label{margin-bottom:.65rem}.home-discovery-mobile-body .home-problem-headline{font-size:clamp(2rem,8.5vw,2.6rem);margin-bottom:.85rem;max-width:none}.home-discovery-mobile-platforms{font-size:.72rem;color:rgba(255,255,255,.55);letter-spacing:.04em;text-decoration:line-through;-webkit-text-decoration-color:rgba(255,255,255,.45);text-decoration-color:rgba(255,255,255,.45);margin:0 0 .5rem}.home-discovery-mobile-desc{font-size:.88rem;color:var(--text-muted);line-height:1.65;margin:0}.home-process{display:none}.home-process-mobile{display:block;position:relative;height:300svh}.home-process-mobile-sticky{position:-webkit-sticky;position:sticky;top:0;height:100svh;margin-top:-300svh;overflow:hidden;border-top:1px solid var(--line)}.home-process-mobile-visual{position:absolute;inset:0;z-index:1}.home-process-mobile-visual:after{content:"";position:absolute;bottom:0;left:0;right:0;height:55%;background:linear-gradient(to top,var(--background) 20%,rgba(0,0,0,.8) 42%,transparent);z-index:3;pointer-events:none}.home-process-mobile-img{position:absolute;top:10%;left:17.5vw;width:65vw;height:62svh;object-fit:cover;object-position:top center;border-radius:24px;display:block;z-index:2;box-shadow:0 24px 64px rgba(0,0,0,.75)}.home-process-mobile-body{position:absolute;bottom:0;left:0;right:0;z-index:10;padding:0 1.75rem 2rem}.home-process-mobile-label-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.65rem}.home-process-mobile-label-row .home-problem-label{margin-bottom:0}.home-process-mobile-title{font-size:clamp(1.35rem,5.5vw,1.7rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:0 0 .6rem;color:var(--main)}.home-process-mobile-step-num{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.home-process-mobile-desc{font-size:.88rem;color:var(--text-muted);line-height:1.65;margin:0}.home-process-mobile-text-stack{position:relative;min-height:130px}.home-process-mobile-text-item{position:absolute;top:0;left:0;right:0}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes booking-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.typewriter-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;display:grid;place-items:center;z-index:100}.typewriter-container{display:flex;align-items:center;justify-content:center}.typewriter-text{font-family:var(--font-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(2.4rem,10vw,6rem);font-weight:700;letter-spacing:-.03em;color:#ffffff;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.typewriter-cursor{display:inline-block;margin-left:.06em;color:rgba(255,255,255,.4);animation:tw-blink .9s step-start infinite}@keyframes tw-blink{0%,to{opacity:1}50%{opacity:0}}.loading-dots{display:flex;gap:10px;align-items:center}.loading-dots span{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.55);animation:loading-pulse 1.2s ease-in-out infinite}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes loading-pulse{0%,80%,to{transform:scale(.6);opacity:.25}40%{transform:scale(1);opacity:1}}@media (max-width:600px){.typewriter-text{font-size:clamp(2rem,14vw,3.6rem)}}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.__className_4f4604{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_4f4604{--font-heading:"Space Grotesk","Space Grotesk Fallback"}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_5dce4b{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_5dce4b{--font-body:"Space Grotesk","Space Grotesk Fallback"}