@charset "UTF-8";
@font-face{font-family:Manrope;src:url('fonts/manrope-variable.ttf') format('truetype');font-weight:200 800;font-style:normal;font-display:swap}
:root{--bg:#141514;--paper:#e9e7e1;--text:#f4f3ee;--muted:#b3b5af;--accent:#e98450;--line:#ffffff26;--pad:clamp(24px,6vw,112px);--ease:cubic-bezier(.22,1,.36,1);font-family:Manrope,Arial,sans-serif;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--text);font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button:disabled{opacity:.45;cursor:default}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:5px}p,h1,h2,h3,figure{margin:0}p{line-height:1.8}img{display:block;max-width:100%}::selection{background:var(--accent);color:#141514}[hidden]{display:none!important}.skip-link{position:fixed;z-index:99;left:20px;top:-100px;background:var(--accent);color:#111;padding:16px}.skip-link:focus{top:20px}
.header{height:104px;position:fixed;inset:0 0 auto;z-index:20;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid transparent;transition:height .4s,background .4s,border-color .4s}.header.is-scrolled{height:82px;background:#141514f0;backdrop-filter:blur(15px);border-color:var(--line)}.brand{display:flex;align-items:center;gap:15px;flex-shrink:0}.brand>img{width:35px;height:42px;object-fit:contain}.brand>img.brand-wordmark{width:108px;height:39px}.nav{display:flex;gap:32px;align-items:center;font-size:15px;font-weight:500}.nav>a{padding:16px 0;position:relative}.nav>a:after{content:"";position:absolute;bottom:6px;left:0;width:100%;height:2px;background:var(--text);transform:scaleX(0);transform-origin:left;transition:transform .35s var(--ease)}.nav>a:hover:after,.nav>a.is-active:after{transform:scaleX(1)}.header-tools,.languages{display:flex;align-items:center;gap:12px}.languages{gap:0}.languages>a{padding:11px 7px;font-size:13px;color:#bbbcb7;font-weight:600}.languages>a[aria-current]{color:white;text-decoration:underline;text-underline-offset:7px;text-decoration-color:var(--accent)}.languages>a:hover{color:white}.motion-button{width:34px;height:34px;background:transparent;border:1px solid #ffffff40;border-radius:50%;font-size:15px}
.hero{height:100svh;min-height:800px;max-height:1150px;isolation:isolate;position:relative;overflow:hidden;background:#171815}.hero-picture{position:absolute;inset:-2%;z-index:-2;will-change:transform}.hero-picture>img{height:100%;width:100%;object-fit:cover;object-position:65% center}.hero-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#11130fea 0%,#11130fc9 30%,#11130f2b 67%,transparent),linear-gradient(0deg,#141514 0%,transparent 25%)}.hero-grid{display:none}.hero-content{padding:clamp(230px,29vh,355px) var(--pad) 155px;max-width:1600px}.eyebrow{font:500 14px/1.5 Manrope,Arial,sans-serif;letter-spacing:0;text-transform:none;color:var(--muted)}.hero-content>.eyebrow{display:flex;align-items:center;gap:12px;font-size:15px;color:#d5d7cf}.tiny-cross{font-size:0;width:6px;height:6px;background:var(--accent);border-radius:50%}.hero h1{font-size:clamp(46px,5.7vw,91px);font-weight:650;line-height:1.09;letter-spacing:-.035em;max-width:1020px;margin:29px 0 27px}.hero-line{display:block;overflow:hidden;padding-bottom:.1em;margin-bottom:-.1em}.hero-line>span{display:block}.hero-line+ .hero-line{color:#d9dbd2}.hero-intro{font-size:17px;max-width:440px;line-height:1.8;color:#c8ccc1}.hero-actions{display:flex;align-items:center;gap:33px;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-height:54px;padding:16px 23px;font-size:14px;font-weight:650;transition:background .25s,color .25s}.button-orange{background:var(--accent);color:#171816}.button-orange:hover{background:#f9a074}.button>span{font-size:22px;transition:transform .35s var(--ease)}.button:hover>span{transform:translate(3px,-3px)}.text-link{display:inline-flex;align-items:center;gap:20px;font-size:14px;font-weight:600}.text-link>span{font-size:22px;transition:transform .35s}.text-link:hover>span{transform:translateY(3px)}.hero-bottom{position:absolute;bottom:30px;left:var(--pad);right:var(--pad);display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:13px;color:#b9beb1}.hero-bottom>a{display:flex;align-items:center;gap:14px}.scroll-line{height:26px;width:1px;background:#ffffff35;overflow:hidden;position:relative}.scroll-line:after{content:"";position:absolute;inset:0;background:var(--text);animation:scroll-cue 2.5s ease-in-out infinite}.coordinates{display:none}.status-strip{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:24px var(--pad);border-bottom:1px solid var(--line)}.status-strip>div{display:flex;gap:11px;align-items:center}.status-light{width:5px;height:5px;border-radius:50%;background:var(--accent)}.status-strip strong{font-size:14px;font-weight:600}.status-strip p{font-size:14px;color:var(--muted)}.status-strip>a{font-size:14px;color:var(--text);display:flex;gap:16px;align-items:center;white-space:nowrap}.status-strip>a:hover{text-decoration:underline;text-underline-offset:5px}
.section-pad{padding:110px var(--pad)}.section-label{margin-bottom:48px;color:#acb0a5}h2{font-size:clamp(36px,4vw,64px);line-height:1.16;font-weight:600;letter-spacing:-.03em}h2>span{color:#969e8e}.studio-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:8vw}.studio-copy{max-width:530px}.studio-copy>p{font-size:18px;line-height:1.85}.studio-copy>p+p{font-size:16px;color:var(--muted);margin-top:24px}.principles{margin-top:32px}.principles>a{display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid var(--line);padding:17px 0;font-size:15px;font-weight:500;transition:color .25s}.principles>a:last-child{border-bottom:1px solid var(--line)}.principles>a>span{font-size:20px}.principles>a:hover{color:var(--accent)}
.services{background:#e9e7e1;color:#222522}.services .section-label{color:#5d635b}.services h2>span{color:#71796b}.services-intro{display:grid;grid-template-columns:1.2fr 1fr;gap:8vw;align-items:center}.services-intro>p{font-size:17px;line-height:1.85;color:#555c51;max-width:530px}.service-list{margin-top:72px}.service-item{display:grid;grid-template-columns:1fr 2fr;gap:60px;border-top:1px solid #22252235;padding:47px 0;scroll-margin-top:110px}.service-item:last-child{padding-bottom:0}.service-label{display:flex;gap:24px;align-items:baseline;font-size:15px;color:#5b6354}.service-label>span{font-size:14px;color:#858c7f}.service-label>p{font-weight:650;color:#343c2d}.service-body{max-width:760px}.service-body h3{font-size:clamp(27px,2.7vw,42px);line-height:1.23;letter-spacing:-.025em;font-weight:600}.service-body>p{font-size:16px;line-height:1.85;color:#565e50;margin-top:21px}.service-body ul{margin:24px 0 0;padding-left:20px;color:#434b3c;font-size:15px;line-height:1.9}.service-body li{padding-left:5px;margin:8px 0}.service-body li::marker{color:#77816d}
.concepts{background:#dcd9d1;color:#272a24;padding:72px var(--pad) 65px}.concepts-heading{display:grid;grid-template-columns:1fr 2fr;gap:20px 60px;align-items:start;margin-bottom:35px}.concepts-heading>.eyebrow{color:#59614f;grid-row:1/3;padding-top:10px}.concepts-heading h2{font-size:40px}.concepts-heading>p:last-child{font-size:16px;color:#59614f;max-width:660px}.concept-sheet{margin:0}.concept-sheet img{width:100%;height:auto;max-height:720px;object-fit:contain;mix-blend-mode:multiply}.concept-sheet figcaption{font-size:13px;color:#5c6355;margin-top:20px}
.mini{height:150svh;position:relative;--travel:0}.mini-stage{position:sticky;top:0;height:100svh;min-height:650px;isolation:isolate;overflow:hidden;background:#161b14}.mini-picture,.mini-shade{position:absolute;inset:0;z-index:-1}.mini-picture{transform:scale(calc(1.08 - var(--travel)*.08));will-change:transform;clip-path:inset(calc((1 - var(--travel))*3%) 0)}.mini-picture img{width:100%;height:100%;object-fit:cover;object-position:center 55%}.mini-shade{background:linear-gradient(180deg,#11150ed9,#11150e66 50%,#141514ed)}.mini-top{position:absolute;top:115px;left:var(--pad);right:var(--pad);display:flex;justify-content:space-between;gap:25px}.mini-top .eyebrow{font-size:15px;color:#d5dacc}.mini-title-wrap{position:absolute;top:29%;left:var(--pad);right:var(--pad);transform:translateY(calc(var(--travel)*-22px))}.mini-title-wrap>.eyebrow{font-size:16px;color:#dce0d6;margin-bottom:25px}.mini-title-wrap h2{display:flex;gap:.23em;align-items:baseline;font-size:clamp(72px,12vw,180px);font-weight:600;letter-spacing:-.055em;line-height:1.05}.mini-title-wrap h2>span{color:var(--text);transform:translateY(calc(var(--travel)*34px))}.mini-title-wrap>p:last-child{font-size:18px;color:#d4dacc;margin-top:32px;max-width:430px;transform:translateY(calc(var(--travel)*24px))}.mini-down{position:absolute;bottom:40px;left:var(--pad);right:var(--pad);display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:15px}.round-arrow{width:52px;height:52px;border:1px solid #ffffff70;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:25px;transition:background .25s,color .25s;flex-shrink:0}.mini-down:hover .round-arrow{background:var(--text);color:var(--bg)}.mini-progress{position:absolute;bottom:0;left:0;width:100%;height:1px;background:#ffffff15}.mini-progress>span{display:block;height:100%;background:#d2d8c8;width:calc(var(--travel)*100%)}
.mobile-section{background:#171b15}.mobile-intro{display:grid;grid-template-columns:1.2fr 1fr;gap:8vw}.mobile-copy>p{font-size:17px;line-height:1.85}.mobile-copy>p+p{font-size:16px;color:var(--muted);margin-top:22px}.store-section{margin-top:72px}.store-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid var(--line);padding-bottom:22px}.store-heading h3{font-size:19px;font-weight:600}.store-heading>span{font-size:14px;color:var(--muted)}.store-links{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:26px}.store-link{display:grid;grid-template-columns:1fr auto;gap:6px 20px;padding:28px 31px;background:#ffffff04;border:1px solid #ffffff40;transition:background .3s,border-color .3s}.store-link:hover{background:#ffffff09;border-color:#ffffff80}.store-platform{grid-column:1;font-size:14px;color:var(--muted)}.store-name{grid-column:1;font-size:31px;font-weight:600;letter-spacing:-.025em}.store-state{grid-column:2;grid-row:1/3;align-self:center;font-size:14px;color:#c7cebe}.store-link[aria-disabled]{cursor:default}#store-note{font-size:14px;color:var(--muted);max-width:730px;line-height:1.85;margin-top:25px}
.footer{padding-top:46px;padding-bottom:24px;border-top:1px solid var(--line)}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:30px}.footer-top>p{font-size:14px;color:var(--muted)}.footer-word{width:min(60%,660px);margin:75px auto}.footer-word img{width:100%;height:auto;opacity:.9}.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:25px;border-top:1px solid var(--line);font-size:13px;line-height:1.7;color:#b3baaa}.footer-bottom>span:nth-child(2){display:none}.footer-bottom>a{color:var(--text)}.footer-bottom>a:hover{text-decoration:underline}
.reveal{transition:opacity .85s var(--ease),transform 1s var(--ease)}.reveal.is-pending{opacity:0;transform:translateY(24px)}.motion-ready:not(.reduced-motion) .hero-line>span{animation:line-in 1s var(--ease) both}.motion-ready:not(.reduced-motion) .hero-line:nth-child(2)>span{animation-delay:.1s}.motion-ready:not(.reduced-motion) .hero-intro{animation:fade-in .9s .25s both}.motion-ready:not(.reduced-motion) .hero-actions{animation:fade-in .9s .4s both}
@keyframes line-in{from{transform:translateY(108%)}to{transform:translateY(0)}}@keyframes fade-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes scroll-cue{0%{transform:translateY(-100%)}80%,100%{transform:translateY(100%)}}
@media(min-width:1500px){.hero h1{font-size:88px}}
@media(max-width:1100px){.header{gap:18px}.nav{gap:22px;font-size:14px}.brand>img.brand-wordmark{width:94px}.languages>a{padding:10px 6px}.hero h1{font-size:6vw;max-width:850px}.status-strip{grid-template-columns:1fr auto;gap:12px 20px}.status-strip>p{grid-column:1/3;grid-row:2}.studio-layout,.services-intro,.mobile-intro{gap:5vw}.service-item,.concepts-heading{grid-template-columns:1fr 2.3fr;gap:35px}.mini-title-wrap h2{font-size:12vw}.store-link{padding:24px}.store-name{font-size:27px}.footer-top>p{max-width:290px}}
@media(max-width:760px){html{scroll-padding-top:125px}.header,.header.is-scrolled{height:117px;padding-top:18px;padding-bottom:9px;flex-wrap:wrap;gap:0}.header-tools{margin-left:auto;gap:8px}.brand{gap:10px}.brand>img{width:26px;height:32px}.brand>img.brand-wordmark{width:82px;height:30px}.languages>a{font-size:12px;padding:10px 6px}.motion-button{width:30px;height:30px;font-size:14px}.nav{order:3;width:100%;justify-content:space-between;gap:18px;font-size:14px}.nav>a{padding:12px 0}.hero{height:auto;min-height:860px;max-height:none}.hero-content{padding-top:235px;padding-bottom:170px}.hero h1{font-size:clamp(39px,8.8vw,61px);line-height:1.14;letter-spacing:-.03em;max-width:100%;margin:24px 0}.hero-line{overflow:visible}.hero-content>.eyebrow{font-size:14px}.hero-picture{inset:0}.hero-picture>img{object-position:64% center}.hero-shade{background:linear-gradient(90deg,#11130fc9,#11130f6e),linear-gradient(0deg,#141514 0%,#14151433 65%)}.hero-intro{font-size:16px;max-width:380px;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:25px;margin-top:30px}.button{font-size:14px;padding:16px 20px;gap:26px}.text-link{font-size:14px;gap:16px}.hero-bottom{font-size:13px;bottom:30px}.hero-bottom>span{display:none}.status-strip{display:flex;flex-wrap:wrap;gap:16px;padding-top:25px;padding-bottom:25px}.status-strip strong{font-size:14px}.status-strip>p{font-size:14px;order:2}.status-strip>a{order:3;font-size:14px}.section-pad{padding-top:76px;padding-bottom:78px}.eyebrow,.section-label{font-size:14px}.section-label{margin-bottom:30px}h2{font-size:clamp(34px,8vw,44px);line-height:1.2;letter-spacing:-.025em}.studio-layout,.services-intro,.mobile-intro{grid-template-columns:1fr;gap:30px}.studio-copy>p,.services-intro>p,.mobile-copy>p{font-size:16px;line-height:1.85}.studio-copy>p+p,.mobile-copy>p+p{font-size:16px}.principles>a{font-size:15px}.service-list{margin-top:44px}.service-item{grid-template-columns:1fr;gap:18px;padding:34px 0}.service-label{gap:17px;font-size:14px}.service-label>span{font-size:13px}.service-body h3{font-size:29px;line-height:1.25}.service-body>p{font-size:16px;margin-top:18px}.service-body ul{font-size:15px;margin-top:20px;padding-left:19px}.service-body li{margin:10px 0}.concepts{padding:55px var(--pad)}.concepts-heading{grid-template-columns:1fr;gap:18px;margin-bottom:25px}.concepts-heading>.eyebrow{grid-row:auto;padding:0}.concepts-heading h2{font-size:34px}.concepts-heading>p:last-child{font-size:16px}.concept-sheet{margin:0 calc(-1*var(--pad))}.concept-sheet img{width:100%;height:auto}.concept-sheet figcaption{padding:0 var(--pad);font-size:13px;line-height:1.7}.mini{height:135svh}.mini-stage{min-height:720px}.mini-top{top:145px}.mini-top .eyebrow{font-size:14px}.mini-top>span{display:none}.mini-title-wrap{top:31%}.mini-title-wrap>.eyebrow{font-size:15px;line-height:1.7;max-width:270px;margin-bottom:24px}.mini-title-wrap h2{display:block;font-size:23vw;line-height:1.02;letter-spacing:-.045em}.mini-title-wrap h2>span{display:block;margin-left:8%;transform:translateY(calc(var(--travel)*18px))}.mini-title-wrap>p:last-child{font-size:17px;line-height:1.7;max-width:290px;margin-top:25px;transform:translateY(calc(var(--travel)*12px))}.mini-down{font-size:14px;bottom:30px;gap:20px}.mini-down>span:first-child{max-width:235px}.round-arrow{width:45px;height:45px}.store-section{margin-top:44px}.store-heading{align-items:flex-start;flex-direction:column;gap:12px}.store-heading h3{font-size:20px}.store-heading>span{font-size:14px}.store-links{grid-template-columns:1fr;gap:15px;margin-top:20px}.store-link{padding:24px;gap:7px 17px}.store-platform,.store-state{font-size:14px}.store-name{font-size:28px}#store-note{font-size:14px;line-height:1.85}.footer{padding-top:35px;padding-bottom:24px}.footer-top{flex-wrap:wrap;gap:22px}.footer-top>p{order:3;font-size:14px;max-width:100%;width:100%}.footer-top>.text-link{font-size:13px;gap:12px}.footer-word{width:84%;margin:55px auto}.footer-bottom{font-size:13px;flex-wrap:wrap;gap:18px}.footer-bottom>a{font-size:14px}}
@media(max-width:370px){:root{--pad:20px}.brand>img.brand-wordmark{width:71px}.header-tools{gap:5px}.languages>a{padding:10px 5px}.hero h1{font-size:36px}.hero-content{padding-top:220px}.store-link{padding:21px}.store-name{font-size:25px}.nav{font-size:13px}.service-body h3{font-size:27px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.mini{height:auto}.mini-stage{position:relative;height:100svh}.mini-picture,.mini-title-wrap,.mini-title-wrap h2>span,.mini-title-wrap>p:last-child,.hero-picture{transform:none!important;clip-path:none!important}.reveal.is-pending{opacity:1;transform:none}}
html.reduced-motion{scroll-behavior:auto}.reduced-motion *,.reduced-motion *:before,.reduced-motion *:after{animation:none!important;transition:none!important}.reduced-motion .mini{height:auto}.reduced-motion .mini-stage{position:relative;height:100svh}.reduced-motion .mini-picture,.reduced-motion .mini-title-wrap,.reduced-motion .mini-title-wrap h2>span,.reduced-motion .mini-title-wrap>p:last-child,.reduced-motion .hero-picture{transform:none!important;clip-path:none!important}.reduced-motion .reveal.is-pending{opacity:1;transform:none}
