/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.hidden{display:none}}:root{--paper:#f4f1ea;--ink:#10100f;--muted:#6b6861;--surface:#e9e4da;--line:#11111124;--dark:#0b0b0a;--cream:#f6f0e5}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--paper)}body{color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}::selection{color:#111;background:#d89435}.skip-link{z-index:1000;background:#fff;padding:12px 16px;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skip-link:focus{transform:none}:focus-visible{outline-offset:4px;outline:2px solid #d89435}.eyebrow{letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:11px;font-weight:700;line-height:1}em{font-family:Georgia,Times New Roman,serif;font-weight:400}.page-grid{max-width:1400px;margin:0 auto;padding-left:clamp(20px,4vw,64px);padding-right:clamp(20px,4vw,64px)}.wordmark{letter-spacing:-.055em;align-items:center;gap:8px;font-size:20px;font-weight:700;display:flex}.brand-mark{color:#f4f1ea;background:#111;border-radius:2px 9px 9px;place-items:center;width:24px;height:24px;font:700 15px Georgia,serif;display:grid}.site-header{z-index:80;background:#f4f1ea00;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;height:70px;padding:0 clamp(20px,4vw,64px);transition:all .25s;display:flex;position:sticky;top:0}.site-header.is-scrolled{border-color:var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f4f1eae0}.site-header nav{align-items:center;gap:30px;font-size:13px;display:flex}.site-header nav a{transition:opacity .2s}.site-header nav a:hover{opacity:.5}.site-header .nav-cta{color:#fff;background:#111;border-radius:99px;margin-left:14px;padding:12px 17px}.menu-trigger{background:0 0;border:0;align-items:center;gap:10px;padding:10px 0 10px 14px;display:none}.menu-trigger i{border-top:1px solid;border-bottom:1px solid;width:24px;height:10px}.mobile-menu{display:none}.announcement{padding:0 clamp(20px,4vw,64px)}.announcement>div{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:180px 1fr auto;align-items:center;max-width:1272px;min-height:43px;margin:0 auto;font-size:11px;display:grid}.announcement p{color:var(--muted)}.announcement a,.status{font-weight:700}.status{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:7px;font-size:10px;line-height:1;display:inline-flex}.status>span{background:#84906d;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #84906d1f}.status-in-development>span{background:#d89435;box-shadow:0 0 0 3px #d8943521}.status-experiment>span,.status-prototype>span{background:#8a8a84}.hero{grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(30px,5vw,86px);min-height:760px;padding-top:64px;padding-bottom:72px;display:grid}.hero-copy{padding-top:24px}.hero h1{letter-spacing:-.075em;margin:24px 0 28px;font-size:clamp(64px,7.6vw,118px);font-weight:700;line-height:.78}.hero h1 em{letter-spacing:-.06em}.hero-summary{letter-spacing:-.03em;max-width:570px;font-size:clamp(18px,1.65vw,25px);line-height:1.35}.hero-secondary{max-width:500px;color:var(--muted);margin:16px 0 0;font-size:14px;line-height:1.55}.button-row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:31px;display:flex}.button{letter-spacing:.01em;border-radius:2px;justify-content:space-between;align-items:center;gap:28px;min-height:50px;padding:0 19px;font-size:12px;font-weight:700;transition:transform .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-dark{color:#fff;background:#111}.button-light{color:#111;background:#f4f1ea}.button-text{border-bottom:1px solid;border-radius:0;min-height:44px;padding:0 3px}.trust-line{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;margin-top:40px;font-size:10px;display:block}.trust-line span{color:#d89435;margin-right:7px}.hero-studio{aspect-ratio:.9;background:#ded8cd;border:1px solid #00000014;border-radius:3px;min-height:570px;position:relative;overflow:hidden}.hero-blueprint{letter-spacing:.12em;color:#8c887f;background-color:#0000;background-image:linear-gradient(90deg,#0000 49.8%,#0000000d 50%,#0000 50.2%),linear-gradient(#0000 49.8%,#0000000d 50%,#0000 50.2%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:70px 70px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:21px;font:9px monospace;position:absolute;inset:0}.hero-blueprint i{border:1px solid #00000014;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-70px;right:-90px}.hero-blueprint i:nth-child(3){width:180px;height:180px;bottom:-20px;right:-40px}.hero-after{filter:drop-shadow(0 25px 25px #00000024);width:54%;position:absolute;top:10%;left:8%;transform:rotate(-4deg)}.hero-after .after-visual{min-height:330px}.hero-after .memory-box{display:none}.hero-seshh{filter:drop-shadow(0 24px 25px #00000026);width:49%;position:absolute;top:29%;right:-4%;transform:rotate(4deg)}.hero-seshh .seshh-visual{min-height:300px}.hero-tap{width:37%;position:absolute;bottom:-3%;left:15%;transform:rotate(2deg);box-shadow:0 24px 35px #00000026}.hero-tap .tap-visual{min-height:180px}.hero-note{border:1px solid var(--line);background:#f4f1ea;gap:7px;width:35%;padding:15px;display:grid;position:absolute;bottom:5%;right:4%;transform:rotate(-2deg);box-shadow:0 15px 30px #0000001a}.hero-note small,.hero-note span{color:var(--muted);letter-spacing:.1em;font:8px monospace}.hero-note b{font-size:12px}.product-visual{position:relative;overflow:hidden}.after-visual{background:#0b0b0b;grid-template-columns:1fr 1fr;min-height:540px;display:grid}.after-camera{color:#f6f0e5;background:radial-gradient(circle,#222 0,#080808 70%);flex-direction:column;justify-content:center;align-items:center;min-height:100%;display:flex;position:relative}.after-camera>span{letter-spacing:.18em;font:9px monospace;position:absolute;top:24px;left:24px}.after-camera b{font:400 86px/1 Georgia,serif}.after-camera small{text-transform:uppercase;letter-spacing:.12em;color:#bcb5aa;font-size:9px}.after-camera i{border:1px solid #f4f1ea;border-radius:50%;width:60px;height:60px;position:absolute;bottom:28px}.after-camera i:after{content:"";background:#f4f1ea;border-radius:50%;position:absolute;inset:5px}.memory-box{color:#191713;background:#eee4d3;flex-direction:column;padding:38px 31px;display:flex}.memory-box>small{letter-spacing:.12em;font:8px monospace}.memory-box strong{margin-top:32px;font:400 clamp(32px,4vw,58px)/.95 Georgia,serif}.memory-box>span{color:#70695f;margin-top:auto;font-size:9px}.photo-stack{flex:1;min-height:180px;margin:20px 0;position:relative}.photo-stack i{background:linear-gradient(150deg,#b9a38b,#e8d0a9);border:7px solid #f7f0e5;width:65%;height:75%;display:block;position:absolute;top:8%;left:18%;transform:rotate(-5deg);box-shadow:0 10px 20px #00000026}.photo-stack i:nth-child(2){background:linear-gradient(160deg,#687270,#d6c5a3);top:12%;left:25%;transform:rotate(6deg)}.photo-stack i:nth-child(3){background:linear-gradient(160deg,#d29e68 0 35%,#6e7169 36%);top:17%;left:20%;transform:rotate(-1deg)}.seshh-visual{color:#f5f4ef;background:#0c0d0c;border:1px solid #292b26;min-height:360px;padding:27px}.seshh-visual,.session-head{flex-direction:column;display:flex}.session-head{border-bottom:1px solid #2b2d28;gap:10px;padding-bottom:28px}.session-head span{color:#c8ff37;font:9px monospace}.session-head b{letter-spacing:-.04em;font-size:28px}.metric-row{grid-template-columns:1fr 1fr;gap:9px;margin:20px 0;display:grid}.metric-row span{background:#181a17;border:1px solid #292c26;padding:15px;font-size:18px}.metric-row small{color:#777b72;margin-top:12px;font-size:7px;display:block}.lift-row{justify-content:space-between;margin-top:auto;font-size:10px;display:flex}.lift-row span{color:#a5a69f}.lime-line{background:#c8ff37;width:76%;height:3px;margin-top:20px}.tap-visual{color:#fff;background:#6658ef;flex-direction:column;justify-content:center;align-items:center;min-height:250px;display:flex}.tap-visual strong{letter-spacing:-.06em;font:700 clamp(45px,6vw,88px)/1 Arial}.tap-visual button{background:#fff;border:0;border-radius:50%;width:82px;height:82px;margin-top:20px;box-shadow:0 8px #c7c1ff}.fire-visual{color:#edb885;background:#090705;flex-direction:column;justify-content:center;align-items:center;gap:30px;min-height:300px;display:flex}.flame{filter:drop-shadow(0 0 25px #ff5a19);width:80px;height:110px;position:relative}.flame i{background:#ff5a19;border-radius:60% 5% 55% 50%;position:absolute;inset:15px 8px 2px;transform:rotate(45deg)}.flame i:nth-child(2){background:#ffd25c;inset:47px 27px 1px}.fire-visual span{font:9px monospace}.orbit-visual{color:#f2f2ef;background:#070807;min-height:360px}.globe-lines{background:repeating-radial-gradient(#0000 0 23px,#333 24px 25px,#0000 26px 45px),linear-gradient(90deg,#0000 49.5%,#444 50%,#0000 50.5%);border:1px solid #777;border-radius:50%;width:320px;height:320px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.globe-lines:after,.globe-lines:before{content:"";border:1px solid #555;border-radius:50%;position:absolute;inset:0 30%}.globe-lines:after{inset:30% 0}.orbit-label{color:#111;background:#c8ff37;padding:5px 7px;font:8px monospace;position:absolute}.orbit-one{top:27%;left:17%}.orbit-two{bottom:26%;right:13%}.orbit-visual>small{letter-spacing:.12em;font:8px monospace;position:absolute;bottom:18px;left:20px}.flip-visual{background:#ded8cb;place-items:center;min-height:240px;display:grid}.flip-visual div{background:linear-gradient(140deg,#eee7d7,#a99978);border:2px dashed #817455;border-radius:50%;place-items:center;width:120px;height:120px;font:700 30px Georgia,serif;display:grid;box-shadow:inset -10px -10px 15px #00000026,0 15px 25px #0000001f}.flip-visual span{font:8px monospace;position:absolute;bottom:18px}.ripple-visual{background:linear-gradient(145deg,#a7cfda,#d8e7e5);place-items:center;min-height:240px;display:grid}.ripple-visual i{border:1px solid #ffffffb3;border-radius:50%;width:40px;height:40px;position:absolute;box-shadow:0 0 20px #43819b4d}.ripple-visual i:nth-child(2){width:100px;height:100px}.ripple-visual i:nth-child(3){width:180px;height:180px}.match-visual{background:#14110e;flex-direction:column;justify-content:center;align-items:center;min-height:240px;display:flex}.match-stick{background:#d8b47d;width:5px;height:110px}.match-flame{filter:drop-shadow(0 0 12px #ff642f);background:#ff9f36;border-radius:70% 10% 65% 50%;width:35px;height:50px;margin-bottom:-2px;transform:rotate(45deg)}.statement-section{border-top:1px solid var(--line);grid-template-columns:1fr 3fr;max-width:1400px;min-height:850px;margin:auto;padding:130px clamp(20px,4vw,64px);display:grid}.section-number{letter-spacing:.12em;color:var(--muted);font:10px monospace}.statement-copy>p:first-child{margin:0 0 28px;font-size:16px}.statement-copy h2{letter-spacing:-.07em;margin:0;font-size:clamp(50px,7.2vw,105px);font-weight:600;line-height:.95}.statement-copy>p:last-child{max-width:500px;color:var(--muted);margin:50px 0 0;line-height:1.6}.featured-section{color:#f4f1ea;background:#0b0b0a;padding:120px max(20px,50vw - 636px)}.section-heading{grid-template-columns:1.4fr 1fr;align-items:end;gap:35px;margin-bottom:65px;display:grid}.section-heading>div{align-items:center;gap:25px;display:flex}.section-heading h2{letter-spacing:-.065em;grid-row:2;margin:15px 0 0;font-size:clamp(47px,6vw,85px);font-weight:600;line-height:.92}.section-heading>p:last-child{color:var(--muted);grid-area:2/2;max-width:440px;font-size:15px;line-height:1.6}.section-heading.light>p:last-child{color:#aaa69d}.featured-after{border:1px solid #2c2c29}.featured-after>.after-visual{min-height:640px}.after-principles{border-top:1px solid #33332f;grid-template-columns:repeat(5,1fr);display:grid}.after-principles span{border-right:1px solid #33332f;flex-direction:column;justify-content:space-between;min-height:75px;padding:16px;font-size:11px;display:flex}.after-principles b{color:#8c877e;font:8px monospace}.featured-actions{gap:20px;margin-top:30px;display:flex}.inside-section,.log-section,.portfolio-section{max-width:1400px;margin:auto;padding:130px clamp(20px,4vw,64px)}.portfolio-grid{grid-template-columns:1.1fr .9fr;gap:18px;margin-bottom:35px;display:grid}.app-card{--accent:#aaa;background:#ded8ce;flex-direction:column;min-height:590px;padding:24px;transition:transform .28s,box-shadow .28s;display:flex;position:relative;overflow:hidden}.app-card:hover{transform:translateY(-5px);box-shadow:0 18px 50px #0000001a}.card-top{letter-spacing:.1em;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:9px;display:flex}.app-card .product-visual{flex:1;min-height:270px;margin:24px 0}.card-copy{grid-template-columns:1fr auto;align-items:end;display:grid}.card-copy h3{letter-spacing:-.06em;margin:0;font-size:42px}.card-copy>p{margin:0;font:italic 21px Georgia,serif}.card-copy small{max-width:370px;color:var(--muted);margin-top:14px;line-height:1.5}.card-copy b{grid-area:2/2/4;align-self:end;font-size:11px}.card-copy b span{transition:transform .2s;display:inline-block}.app-card:hover .card-copy b span{transform:translate(3px,-3px)}.app-after{background:#c8b9a1}.app-after .product-visual{max-height:350px}.app-after .memory-box{display:none}.app-seshh{color:#f4f3ee;background:#181916}.app-seshh .card-copy small{color:#9a9c94}.app-card-tall{min-height:700px}.app-card-tall .seshh-visual{min-height:390px}.app-card-wide{grid-column:1/-1;min-height:570px}.app-card-wide .product-visual{min-height:340px}.app-just-tap{background:#c8c1ff}.app-campfire{color:#f4e7d6;background:#17100b}.app-campfire .card-copy small{color:#a8998a}.app-orbit{background:#c9cbc5}.inside-section{background:#e5e0d6;max-width:none;padding-left:max(20px,50vw - 636px);padding-right:max(20px,50vw - 636px)}.studio-board{border:1px solid var(--line);background:#f0ece4;grid-template-columns:repeat(4,1fr);display:grid}.board-column{border-right:1px solid var(--line);flex-direction:column;min-height:450px;padding:16px;display:flex}.board-column:last-child{border:0}.board-column>div{text-transform:uppercase;letter-spacing:.07em;grid-template-columns:auto 1fr auto;gap:12px;font-size:10px;display:grid}.board-column>div small,.board-column>div span{color:var(--muted);font:9px monospace}.board-column article{border:1px solid var(--line);background:#fffdfa;min-height:175px;margin-top:auto;padding:18px;box-shadow:0 12px 22px #0000000d}.board-column article i{background:#d89435;border-radius:7px;width:32px;height:32px;margin-bottom:25px;display:block}.board-1 article i{background:#0e0f0e}.board-2 article i{background:#d89435;border-radius:2px 11px 11px}.board-3 article i{background:#c8ff37}.board-column h3{letter-spacing:-.04em;margin:0 0 8px;font-size:21px}.board-column article small,.board-column p{color:var(--muted);font-size:10px}.process-section{color:#f4f1ea;background:#151513;padding:130px max(20px,50vw - 636px)}.process-list{border-top:1px solid #3b3b37}.process-list article{border-bottom:1px solid #3b3b37;grid-template-columns:80px 1fr 1.4fr 20px;align-items:center;min-height:135px;transition:padding .2s,background .2s;display:grid}.process-list article:hover{background:#1d1d1a;padding:0 16px}.process-list span{color:#858078;font:9px monospace}.process-list h3{letter-spacing:-.04em;font-size:31px}.process-list p{color:#aaa69d;max-width:520px;font-size:13px;line-height:1.55}.process-list i{border-top:1px solid;border-right:1px solid;width:8px;height:8px;transform:rotate(45deg)}.process-note{color:#c9c4ba;max-width:520px;margin:45px 0 0 auto;font:italic 22px/1.4 Georgia,serif}.log-grid{grid-template-columns:1.25fr .75fr;gap:18px;margin-bottom:30px;display:grid}.log-card{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:23px;padding-top:16px;display:grid}.log-card:nth-child(n+2){grid-template-columns:1fr}.log-card.log-0{grid-row:span 2}.log-card.log-1,.log-card.log-2{grid-column:2}.log-cover{color:#fff;background:#171715;min-height:380px;padding:19px;position:relative;overflow:hidden}.log-cover b,.log-cover span{letter-spacing:.1em;font:9px monospace;position:absolute}.log-cover b{right:19px}.log-cover i{background:#e7d7bd;width:240px;height:290px;position:absolute;top:50%;left:50%;transform:translate(-50%,-45%)rotate(-7deg);box-shadow:20px 20px #d89435}.log-1 .log-cover,.log-2 .log-cover{min-height:180px}.log-1 .log-cover{color:#111;background:#c8ff37}.log-2 .log-cover{background:#6658ef}.log-1 .log-cover i{width:130px;height:110px;box-shadow:none;background:#0d0e0d}.log-2 .log-cover i{background:#fff;border-radius:50%;width:100px;height:100px;box-shadow:0 10px #b8afff}.log-card small{color:var(--muted);text-transform:uppercase;font-size:9px}.log-card h3{letter-spacing:-.05em;margin:15px 0;font-size:clamp(23px,2.6vw,39px);line-height:1.05}.log-card p{color:var(--muted);font-size:12px;line-height:1.5}.log-card>div:last-child>span{font-size:10px;font-weight:700}.experiments-section{color:#f4f1ea;background:#11110f;padding:130px 0 130px max(20px,50vw - 636px);overflow:hidden}.experiment-rail{scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px;padding-right:30px;display:flex;overflow-x:auto}.experiment-tile{aspect-ratio:.8;scroll-snap-align:start;background:#1a1916;border:1px solid #34342f;flex-direction:column;flex:0 0 min(28vw,340px);min-width:280px;padding:20px;display:flex;position:relative;overflow:hidden}.experiment-tile>span{color:#aaa;font:9px monospace}.experiment-tile h3{letter-spacing:-.05em;z-index:2;margin:auto 0 6px;font-size:35px;position:relative}.experiment-tile p{z-index:2;margin:0;font:italic 18px Georgia,serif;position:relative}.experiment-tile i{background:#6658ef;border-radius:50%;width:140px;height:140px;position:absolute;top:20%;left:50%;transform:translate(-50%)}.exp-campfire i{filter:blur(15px);background:#ff5a19;border-radius:60% 10% 60% 55%;width:80px}.exp-orbit i{background:0 0;border:1px solid #aaa}.exp-flip{color:#111;background:#d8d2c7}.exp-flip i{background:#ad9f83;box-shadow:inset -10px -10px 15px #0003}.exp-ripple{color:#111;background:#a9cbd1}.exp-ripple i{background:0 0;border:1px solid #fff;box-shadow:0 0 0 30px #ffffff1f,0 0 0 60px #ffffff1a}.exp-matchstick i{background:#d8b47d;border-radius:0;width:5px;height:160px;box-shadow:0 -50px 40px #ff772e}.surprise-button{color:#fff;cursor:pointer;background:0 0;border:1px solid #4b4b46;gap:60px;margin-top:30px;padding:16px 18px;display:flex}.manifesto-section{padding:150px max(20px,50vw - 636px)}.beliefs{margin-top:70px}.beliefs p{border-bottom:1px solid var(--line);letter-spacing:-.055em;margin:0;padding:28px 0;font-size:clamp(30px,4.6vw,66px);line-height:1.03}.beliefs p:nth-child(2n){padding-left:10vw}.beliefs em{color:#8b867e}.newsletter-section{background:#d8ccba;grid-template-columns:1fr 1fr;align-items:center;gap:80px;min-height:560px;padding:100px max(20px,50vw - 636px);display:grid}.newsletter-section h2{letter-spacing:-.06em;margin:20px 0;font-size:clamp(44px,5.5vw,78px);line-height:.92}.newsletter-section>div>p:last-child{color:#625c55;max-width:470px;line-height:1.6}.newsletter-form label{text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px;font-size:10px;display:block}.newsletter-form>div{border-bottom:1px solid #111;display:flex}.newsletter-form input{background:0 0;border:0;outline:0;flex:1;min-width:0;padding:18px 0;font-size:22px}.newsletter-form button{color:#fff;cursor:pointer;background:#111;border:0;padding:0 20px}.newsletter-form button:disabled{opacity:.55}.newsletter-form p{color:#625c55;min-height:16px;font-size:10px}.about-section{grid-template-columns:.8fr 1.2fr;gap:70px;max-width:1400px;margin:auto;padding:140px clamp(20px,4vw,64px);display:grid}.about-mark{aspect-ratio:1;color:#f4f1ea;letter-spacing:-.12em;background:#111;justify-content:space-between;width:min(40vw,390px);padding:25px;font:700 clamp(80px,12vw,170px)/.75 Arial;display:flex}.about-mark span{letter-spacing:.1em;text-align:right;font:9px/1.5 monospace}.about-section h2{letter-spacing:-.06em;margin:25px 0;font-size:clamp(42px,5vw,74px);line-height:.96}.about-section>div:last-child>p:not(.eyebrow){max-width:620px;color:var(--muted);font-size:15px;line-height:1.7}.footer{color:#f4f1ea;background:#0a0a09;padding:90px max(20px,50vw - 636px) 24px}.footer-lead{border-bottom:1px solid #33332f;grid-template-columns:1fr 2fr;padding-bottom:80px;display:grid}.footer-wordmark{font-size:22px}.footer-wordmark .brand-mark{color:#111;background:#f4f1ea}.footer-lead h2{letter-spacing:-.06em;margin:0;font-size:clamp(38px,5vw,70px);font-weight:500;line-height:.98}.footer-links{grid-template-columns:1fr 1fr 2fr;gap:30px;padding:65px 0;display:grid}.footer-links>div{flex-direction:column;align-items:flex-start;gap:10px;font-size:13px;display:flex}.footer-links small{color:#77746e;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px;font-size:9px}.footer-links span{color:#8d8982}.footer-bottom{color:#8d8982;border-top:1px solid #33332f;justify-content:space-between;padding-top:22px;font-size:10px;display:flex}.route-hero{border-bottom:1px solid var(--line);flex-direction:column;justify-content:flex-end;max-width:1400px;min-height:630px;margin:auto;padding:120px clamp(20px,4vw,64px) 100px;display:flex}.route-hero h1{letter-spacing:-.075em;margin:25px 0;font-size:clamp(65px,9vw,130px);line-height:.82}.route-hero>p:last-child{max-width:640px;color:var(--muted);font-size:18px;line-height:1.5}.apps-directory{max-width:1400px;margin:auto;padding:55px clamp(20px,4vw,64px) 130px}.filter-row{flex-wrap:wrap;gap:9px;margin-bottom:45px;display:flex}.filter-row span{border:1px solid var(--line);text-transform:uppercase;letter-spacing:.08em;padding:10px 14px;font-size:10px}.filter-row span.active{color:#fff;background:#111}.filter-row b{opacity:.6;margin-left:10px;font:9px monospace}.directory-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.directory-grid .app-card-wide{grid-column:auto}.directory-grid .app-card{min-height:600px}.product-page{background:var(--paper)}.product-hero{grid-template-columns:.82fr 1.18fr;align-items:center;gap:70px;max-width:1400px;min-height:780px;margin:auto;padding:90px clamp(20px,4vw,64px);display:grid}.product-hero h1{letter-spacing:-.08em;margin:20px 0;font-size:clamp(75px,9vw,135px);line-height:.8}.product-hero h2{margin:0 0 25px;font:italic clamp(27px,3.5vw,48px)/1 Georgia,serif}.product-hero>div:first-child>p:not(.eyebrow){max-width:510px;color:var(--muted);font-size:16px;line-height:1.6}.product-hero>div:first-child>small{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;margin-top:30px;font-size:9px;display:block}.product-hero>.product-visual{min-height:610px;box-shadow:0 25px 70px #0000001f}.product-story,.status-section{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:80px;max-width:1272px;margin:auto;padding:130px 0;display:grid}.product-story h2,.status-section h2{letter-spacing:-.06em;font-size:clamp(45px,5vw,72px);line-height:.96}.product-story>div:last-child p,.status-section>div:last-child p{color:var(--muted);font-size:18px;line-height:1.65}.feature-band{color:#f4f1ea;background:#121210;padding:110px max(20px,50vw - 636px)}.feature-band>div{border-top:1px solid #3a3a36;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-top:50px;display:grid}.feature-band article{border-right:1px solid #3a3a36;flex-direction:column;justify-content:space-between;min-height:190px;padding:20px;display:flex}.feature-band span{color:#8e8a83;font:9px monospace}.feature-band h3{letter-spacing:-.04em;font-size:22px}.product-notes,.related-section{max-width:1272px;margin:auto;padding:110px 0}.product-notes>a{border-top:1px solid var(--line);grid-template-columns:180px 1fr 2fr auto;align-items:center;gap:25px;padding:25px 0;display:grid}.product-notes b,.product-notes span{text-transform:uppercase;font-size:10px}.product-notes h3{font-size:22px}.product-notes p{color:var(--muted);font-size:12px}.related-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.related-grid .app-card{min-height:560px}.about-story,.about-values,.contact-reasons,.not-agency,.studio-philosophy,.studio-route-board,.tech-section{max-width:1272px;margin:auto;padding:120px 0}.studio-route-board>div:last-child{border-top:1px solid var(--line)}.studio-route-board article{border-bottom:1px solid var(--line);grid-template-columns:70px 1.2fr 1fr auto;align-items:center;min-height:110px;display:grid}.studio-route-board article>span{color:var(--muted);font:9px monospace}.studio-route-board h3{letter-spacing:-.04em;font-size:30px}.studio-route-board article p{color:var(--muted)}.studio-philosophy{color:#f4f1ea;background:#141412;grid-template-columns:1fr 1fr;gap:0 70px;max-width:none;padding-left:max(20px,50vw - 636px);padding-right:max(20px,50vw - 636px);display:grid}.studio-philosophy>.eyebrow{grid-column:1/-1;margin-bottom:60px}.studio-philosophy>div{border-top:1px solid #3a3a35;padding:35px 0}.studio-philosophy h2{font:italic 40px Georgia,serif}.studio-philosophy p{color:#aaa69d;max-width:480px;line-height:1.6}.tech-section h2{letter-spacing:-.06em;font-size:clamp(48px,6vw,82px);line-height:.95}.tech-section>p:not(.eyebrow){color:var(--muted);font-size:18px}.tech-section>div{flex-wrap:wrap;gap:9px;margin-top:50px;display:flex}.tech-section span{border:1px solid var(--line);padding:12px 15px;font-size:11px}.build-log-list{max-width:1272px;margin:auto;padding:60px 0 130px}.build-log-list>a{border-top:1px solid var(--line);grid-template-columns:70px 1fr 180px;gap:25px;padding:33px 0;display:grid}.build-log-list>a>span{color:var(--muted);font:9px monospace}.build-log-list small{text-transform:uppercase;color:var(--muted);font-size:9px}.build-log-list h2{letter-spacing:-.05em;margin:12px 0;font-size:clamp(28px,3.4vw,48px)}.build-log-list p{color:var(--muted);font-size:13px}.build-log-list aside{flex-direction:column;justify-content:space-between;align-items:flex-end;font-size:10px;display:flex}.article-page{max-width:1000px;margin:auto;padding:130px 20px}.article-page header{max-width:850px;margin-bottom:90px}.article-page h1{letter-spacing:-.07em;font-size:clamp(58px,8vw,105px);line-height:.9}.article-page header>p:not(.eyebrow){color:var(--muted);font:italic 25px/1.4 Georgia,serif}.article-page header small{color:var(--muted);font-size:10px}.article-body{max-width:680px;margin:auto}.article-body p{font:18px/1.8 Georgia,serif}.article-body .dropcap:first-letter{float:left;margin:12px 10px 0 0;font-size:70px;line-height:.7}.article-body h2{margin-top:60px;font-size:35px}.article-body blockquote{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:60px 0;padding:35px 0;font:italic 35px/1.25 Georgia,serif}.about-story{grid-template-columns:1fr 1fr;gap:90px;display:grid}.about-story>div:first-child>span{color:var(--muted);font:9px monospace}.about-story h2{letter-spacing:-.06em;font-size:clamp(43px,5vw,70px);line-height:.96}.about-story>div:last-child p{color:var(--muted);font-size:19px;line-height:1.65}.about-values{border-top:1px solid var(--line)}.about-values h2{letter-spacing:-.065em;font-size:clamp(48px,6.5vw,92px);line-height:.97}.contact-email{border-bottom:1px solid var(--ink);justify-content:space-between;align-items:center;width:min(100%,630px);margin-top:25px;padding:20px 0;font-size:clamp(20px,3vw,34px);display:flex}.contact-reasons{grid-template-columns:1fr 1fr;gap:0;display:grid}.contact-reasons>div{border:1px solid var(--line);margin:-1px 0 0 -1px;padding:40px}.contact-reasons span{color:var(--muted);font:9px monospace}.contact-reasons h2{font-size:28px}.contact-reasons p{color:var(--muted);line-height:1.6}.not-agency{border-top:1px solid var(--line);color:var(--muted);padding-top:40px}.legal-page{max-width:860px;margin:auto;padding:140px 20px}.legal-page h1{letter-spacing:-.08em;font-size:clamp(70px,10vw,130px)}.legal-intro{font:italic 28px/1.5 Georgia,serif}.legal-page h2{margin-top:55px;font-size:26px}.legal-page>p:not(.eyebrow):not(.legal-intro){color:var(--muted);font-size:16px;line-height:1.7}.legal-page small{color:var(--muted);margin-top:70px;display:block}@media (max-width:900px){.site-header{height:62px}.site-header nav{display:none}.menu-trigger{display:flex}.mobile-menu{z-index:70;color:#f4f1ea;background:#11110f;padding:100px 22px 30px;transition:transform .35s;display:block;position:fixed;inset:0;transform:translateY(-105%)}.mobile-menu.open{transform:none}.mobile-menu nav{flex-direction:column;display:flex}.mobile-menu nav a{letter-spacing:-.06em;border-bottom:1px solid #34342f;padding:8px 0;font-size:clamp(38px,11vw,58px)}.mobile-menu nav span{color:#777;margin-right:18px;font:8px monospace}.menu-building{border-top:1px solid #34342f;grid-template-columns:1fr auto;padding-top:18px;display:grid;position:absolute;bottom:30px;left:22px;right:22px}.menu-building strong{font-size:24px}.menu-building small{color:#8c8981;grid-column:1/-1;margin-top:8px}.announcement>div{grid-template-columns:1fr auto}.announcement p{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-top:60px}.hero h1{font-size:clamp(64px,17vw,112px)}.hero-studio{width:100%;max-width:620px;min-height:570px;margin:auto}.statement-section{grid-template-columns:1fr;min-height:auto;padding-top:95px;padding-bottom:95px}.section-number{margin-bottom:60px}.section-heading{grid-template-columns:1fr}.section-heading>p:last-child{grid-area:auto/1}.featured-section,.inside-section,.log-section,.manifesto-section,.portfolio-section,.process-section{padding-top:95px;padding-bottom:95px}.portfolio-grid{grid-template-columns:1fr}.app-card-wide{grid-column:auto}.studio-board{grid-template-columns:1fr 1fr}.board-column{border-bottom:1px solid var(--line);min-height:330px}.process-list article{grid-template-columns:55px 1fr 20px;padding:18px 0}.process-list p{grid-column:2;margin-top:0}.log-card,.log-card:nth-child(n+2),.log-grid{grid-template-columns:1fr}.log-card.log-0,.log-card.log-1,.log-card.log-2{grid-area:auto}.newsletter-section{gap:30px}.about-section,.newsletter-section{grid-template-columns:1fr}.about-mark{width:100%;max-width:390px}.footer-lead{grid-template-columns:1fr;gap:50px}.footer-links{grid-template-columns:1fr 1fr}.footer-links>div:last-child{grid-column:1/-1}.directory-grid,.product-hero{grid-template-columns:1fr}.product-hero{padding-top:70px}.product-hero>.product-visual{min-height:540px}.product-story,.status-section{grid-template-columns:1fr;padding:90px 22px}.about-story,.about-values,.build-log-list,.contact-reasons,.not-agency,.product-notes,.related-section,.studio-route-board,.tech-section{padding-left:22px;padding-right:22px}.related-grid,.studio-philosophy{grid-template-columns:1fr}.build-log-list>a{grid-template-columns:45px 1fr}.build-log-list aside{grid-column:2;align-items:flex-start;gap:8px}.about-story{grid-template-columns:1fr}.route-hero{min-height:570px}.contact-reasons{grid-template-columns:1fr}}@media (max-width:600px){.announcement{padding:0 16px}.announcement>div{font-size:9px}.hero{padding:45px 18px 60px}.hero h1{margin:22px 0 20px;line-height:.83}.hero-summary{font-size:18px}.hero-secondary{font-size:12px}.hero-studio{aspect-ratio:.8;min-height:430px}.hero-after{width:63%;left:4%}.hero-after .after-visual{min-height:250px}.hero-seshh{width:55%;top:35%}.hero-seshh .seshh-visual{min-height:230px;padding:16px}.hero-tap{width:43%}.hero-tap .tap-visual{min-height:135px}.hero-tap .tap-visual button{width:55px;height:55px}.hero-note{width:44%;padding:10px}.statement-copy h2{font-size:clamp(46px,14vw,70px)}.featured-section{padding-left:16px;padding-right:16px}.featured-after>.after-visual{grid-template-columns:1fr;min-height:780px}.featured-after .after-camera,.featured-after .memory-box{min-height:390px}.after-principles{grid-template-columns:1fr 1fr}.after-principles span:nth-child(odd){border-bottom:1px solid #33332f}.featured-actions{flex-wrap:wrap}.app-card,.app-card-tall{min-height:560px;padding:17px}.app-card .product-visual{min-height:260px}.card-copy{grid-template-columns:1fr}.card-copy>p{font-size:18px}.card-copy small{grid-column:1}.card-copy b{grid-area:auto/1;margin-top:20px}.studio-board{grid-template-columns:1fr}.board-column{border-right:0;min-height:290px}.process-list h3{font-size:26px}.log-cover{min-height:270px}.experiment-tile{min-width:78vw}.beliefs p:nth-child(2n){padding-left:0}.newsletter-section{padding:80px 20px}.newsletter-form>div{display:grid}.newsletter-form button{min-height:50px}.footer{padding-top:70px}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:10px}.route-hero{min-height:500px;padding-top:80px}.route-hero h1{font-size:clamp(57px,19vw,90px)}.directory-grid .app-card{min-height:550px}.product-hero{padding:60px 18px}.product-hero h1{font-size:74px}.product-hero>.product-visual{min-height:470px}.product-hero>.after-visual{grid-template-columns:1fr}.product-hero>.after-visual .memory-box{display:none}.feature-band article{min-height:140px}.product-notes>a{grid-template-columns:1fr}.product-notes>a>*{grid-column:1}.studio-route-board article{grid-template-columns:35px 1fr}.studio-route-board article .status,.studio-route-board article p{grid-column:2}.build-log-list>a{grid-template-columns:32px 1fr}.article-page{padding-top:90px}.article-page h1{font-size:55px}.about-story h2{font-size:46px}.contact-reasons>div{padding:28px 20px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition:none!important;animation:none!important}}:root{--page-gutter:clamp(20px,4.5vw,72px);--section-space:clamp(88px,9vw,144px);--section-space-compact:clamp(64px,7vw,104px);--content-width:1272px;--wide-width:1400px}.about-section,.announcement,.apps-directory,.log-section,.page-grid,.portfolio-section,.product-hero,.route-hero,.site-header,.statement-section{padding-left:var(--page-gutter);padding-right:var(--page-gutter)}.site-header{min-height:68px}.announcement>div{max-width:var(--content-width);min-height:46px}.hero{min-height:clamp(690px,100svh - 114px,820px);padding-top:clamp(44px,4.5vw,68px);padding-bottom:clamp(58px,5vw,80px)}.about-section,.inside-section,.log-section,.manifesto-section,.portfolio-section,.process-section,.statement-section{padding-top:var(--section-space);padding-bottom:var(--section-space)}.featured-section,.footer,.inside-section,.log-section,.manifesto-section,.process-section{padding-left:max(var(--page-gutter),calc((100vw - var(--content-width)) / 2));padding-right:max(var(--page-gutter),calc((100vw - var(--content-width)) / 2))}.experiments-section,.featured-section{padding-top:var(--section-space);padding-bottom:var(--section-space)}.experiments-section{padding-left:max(var(--page-gutter),calc((100vw - var(--content-width)) / 2))}.experiments-section .section-heading{padding-right:max(var(--page-gutter),calc((100vw - var(--content-width)) / 2))}.section-heading{margin-bottom:clamp(48px,5vw,72px)}.newsletter-section{padding:var(--section-space-compact) max(var(--page-gutter),calc((100vw - var(--content-width)) / 2))}.route-hero{min-height:clamp(520px,63svh,620px);padding-top:clamp(88px,10vw,132px);padding-bottom:clamp(68px,7vw,100px)}.apps-directory,.route-hero{width:min(100%,var(--wide-width))}.apps-directory{padding-top:clamp(44px,5vw,68px);padding-bottom:var(--section-space)}.product-hero{width:min(100%,var(--wide-width));min-height:clamp(680px,78svh,820px);padding-top:clamp(72px,8vw,112px);padding-bottom:clamp(80px,8vw,120px)}.about-story,.about-values,.build-log-list,.contact-reasons,.not-agency,.product-notes,.product-story,.related-section,.status-section,.studio-route-board,.tech-section{box-sizing:border-box;width:min(100%,calc(var(--content-width) + var(--page-gutter) + var(--page-gutter)));max-width:none;padding-left:var(--page-gutter);padding-right:var(--page-gutter)}.about-story,.about-values,.contact-reasons,.product-notes,.product-story,.related-section,.status-section,.studio-route-board,.tech-section{padding-top:var(--section-space-compact);padding-bottom:var(--section-space-compact)}.build-log-list{padding-top:clamp(44px,5vw,68px);padding-bottom:var(--section-space)}.studio-philosophy{padding:var(--section-space-compact) max(var(--page-gutter),calc((100vw - var(--content-width)) / 2))}.not-agency{padding-top:clamp(32px,4vw,52px);padding-bottom:var(--section-space)}.footer{padding-top:clamp(76px,8vw,112px);padding-bottom:max(24px,env(safe-area-inset-bottom))}@media (max-width:900px){:root{--page-gutter:clamp(18px,5vw,28px);--section-space:clamp(78px,13vw,108px);--section-space-compact:clamp(64px,10vw,88px)}.site-header{min-height:62px}.hero{min-height:auto;padding-top:clamp(52px,10vw,76px);padding-bottom:var(--section-space)}.hero-copy{padding-top:0}.about-story,.product-story,.statement-section,.status-section{gap:clamp(42px,8vw,68px)}.route-hero{min-height:clamp(470px,66svh,560px);padding-top:clamp(82px,13vw,112px);padding-bottom:clamp(64px,10vw,88px)}.product-hero{min-height:auto;padding-top:clamp(64px,10vw,92px);padding-bottom:var(--section-space)}.about-story,.about-values,.build-log-list,.contact-reasons,.not-agency,.product-notes,.product-story,.related-section,.status-section,.studio-route-board,.tech-section{padding-left:var(--page-gutter);padding-right:var(--page-gutter)}.footer-links{row-gap:44px}}@media (max-width:600px){:root{--page-gutter:clamp(17px,5.3vw,22px);--section-space:clamp(72px,20vw,94px);--section-space-compact:clamp(58px,16vw,78px)}.about-section,.announcement,.featured-section,.footer,.hero,.inside-section,.log-section,.manifesto-section,.newsletter-section,.portfolio-section,.process-section{padding-left:var(--page-gutter);padding-right:var(--page-gutter)}.announcement>div{min-height:44px}.hero{padding-top:clamp(48px,14vw,64px)}.hero .button-row{align-items:flex-start;gap:14px;margin-top:30px}.hero .button-dark{width:100%}.hero-studio{margin-top:8px}.section-heading{margin-bottom:clamp(40px,12vw,56px)}.directory-grid,.log-grid,.portfolio-grid,.related-grid{gap:14px}.app-card,.app-card-tall{padding:18px}.route-hero{min-height:clamp(450px,70svh,520px);padding-top:clamp(74px,20vw,96px);padding-bottom:clamp(58px,16vw,76px)}.newsletter-section{padding-top:var(--section-space-compact);padding-bottom:var(--section-space-compact)}.footer-lead{padding-bottom:58px}.footer-links{padding-top:52px;padding-bottom:52px}}