:root{--bg: #0f0e0c;--bg-soft: #171613;--fg: #ece9e2;--muted: #97938a;--line: rgba(236, 233, 226, .14);--accent: #ff5c38;--font-sans: "Inter Tight", "Helvetica Neue", Arial, sans-serif;--font-serif: "Instrument Serif", Georgia, serif;--font-mono: "Space Mono", ui-monospace, "SF Mono", monospace;--ease: cubic-bezier(.22, 1, .36, 1);--nav-h: 76px;--gutter: 4vw;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}html{scrollbar-width:none}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}::-webkit-scrollbar{display:none}::selection{background:var(--accent);color:var(--bg)}:focus-visible{outline:2px solid var(--fg);outline-offset:3px;border-radius:2px}body{background-color:var(--bg);color:var(--fg);font-family:var(--font-sans);overflow-x:clip;min-height:100vh}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px 180px;opacity:.05;pointer-events:none;z-index:2000}#root{min-height:100vh;display:flex;flex-direction:column;position:relative}img{display:block;max-width:100%}a{color:inherit}.mono{font-family:var(--font-mono);font-size:.75rem;font-weight:400;text-transform:uppercase;letter-spacing:.12em}em,.serif{font-family:var(--font-serif);font-style:italic;font-weight:400;text-transform:none;letter-spacing:0}.section-head{display:flex;justify-content:space-between;align-items:baseline;gap:1.5rem;color:var(--muted);border-top:1px solid var(--line);padding-top:1.1rem;margin-bottom:clamp(3rem,6vw,5.5rem)}.section-head .num{color:var(--accent)}@keyframes riseUp{0%{transform:translateY(110%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mask{display:block;overflow:hidden}.mask-inner{display:block;transform:translateY(110%);animation:riseUp 1.1s var(--ease) forwards;animation-delay:var(--mask-delay, 0s)}.fade-in{opacity:0;animation:fadeIn 1s ease forwards;animation-delay:var(--mask-delay, 0s)}@keyframes pulse{0%{box-shadow:0 0 #5ae29b80}70%{box-shadow:0 0 0 6px #5ae29b00}to{box-shadow:0 0 #5ae29b00}}@keyframes revealUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}[data-reveal]{opacity:0}[data-reveal].revealed{opacity:1;animation:revealUp .9s var(--ease) backwards;animation-delay:var(--reveal-delay, 0s)}html.no-reveal [data-reveal]{opacity:1;animation:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.nav{position:fixed;top:0;left:0;width:100%;height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;padding:0 var(--gutter);z-index:100;background:linear-gradient(to bottom,#0f0e0ce6,#0f0e0c00)}.nav-logo{font-family:var(--font-serif);font-style:italic;font-size:1.7rem;color:var(--fg);text-decoration:none;line-height:1}.nav-logo sup{font-size:.6em;margin-left:.15em}.nav-links{display:flex;gap:2.2rem;align-items:center;position:absolute;left:50%;transform:translate(-50%)}.nav-links a{color:var(--muted);text-decoration:none;transition:color .25s ease}.nav-links a:hover{color:var(--fg)}.nav-links .nav-cta{color:var(--accent);text-decoration:underline;text-underline-offset:4px;transition:opacity .2s ease}.nav-links .nav-cta:hover{opacity:.7;color:var(--accent)}.nav-status{display:inline-flex;align-items:center;gap:.6rem;color:var(--muted)}.nav-dot{width:7px;height:7px;border-radius:50%;background:#5ae29b;animation:pulse 2.2s infinite}.hero{min-height:100svh;display:flex;flex-direction:column;justify-content:flex-end;padding:calc(var(--nav-h) + 2rem) var(--gutter) 2.5rem;position:relative}.hero-meta{display:flex;justify-content:space-between;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:1rem;margin-bottom:auto}.hero-name{font-size:clamp(4.5rem,23.5vw,27rem);font-weight:700;line-height:1;letter-spacing:0;text-transform:uppercase;display:flex;justify-content:space-between;margin:2.2rem 0 1rem;-webkit-user-select:none;user-select:none}.hero-name .mask{display:inline-block}.hero-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;border-top:1px solid var(--line);padding-top:1.6rem;flex-wrap:wrap}.hero-tag{font-size:clamp(1.4rem,2.6vw,2.2rem);line-height:1.25;font-weight:400;letter-spacing:-.01em;max-width:34ch;color:var(--fg)}.hero-tag em{color:var(--accent);font-size:1.08em}.hero-scroll{color:var(--muted);text-decoration:none;transition:color .25s ease;white-space:nowrap}.hero-scroll:hover{color:var(--fg)}.marquee{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.6rem 0;-webkit-user-select:none;user-select:none}.marquee-track{display:flex;gap:3rem;width:max-content}.marquee-content{display:flex;gap:3rem;animation:marqueeXText 36s linear infinite}@keyframes marqueeXText{to{transform:translate(calc(-100% - 3rem))}}.marquee-item{font-size:clamp(2.2rem,5.5vw,4.6rem);font-weight:600;text-transform:uppercase;letter-spacing:-.02em;line-height:1;white-space:nowrap;color:transparent;-webkit-text-stroke:1px rgba(236,233,226,.4)}.marquee-item em{color:var(--fg);-webkit-text-stroke:0}.works{padding:clamp(6rem,12vw,11rem) var(--gutter) clamp(5rem,9vw,8rem)}.works-list{position:relative}.works-row{display:grid;grid-template-columns:3.5rem 1fr auto 2.5rem;align-items:center;gap:2rem;padding:clamp(1.8rem,3.5vw,3rem) 0;border-top:1px solid var(--line);cursor:pointer;position:relative;transition:opacity .35s ease,padding-left .45s var(--ease)}.works-row:last-of-type{border-bottom:1px solid var(--line)}.works-list:hover .works-row:not(:hover){opacity:.3}.works-row:hover{padding-left:1.4rem}.works-index{color:var(--muted)}.works-title{font-size:clamp(2.2rem,6.5vw,5.8rem);font-weight:600;text-transform:uppercase;letter-spacing:-.03em;line-height:1}.works-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;color:var(--muted);text-align:right}.works-arrow{font-size:1.6rem;color:var(--muted);transition:transform .35s var(--ease),color .35s ease}.works-row:hover .works-arrow{transform:translate(4px,-4px);color:var(--fg)}.works-thumb{display:none}.works-preview{position:fixed;top:0;left:0;width:min(30vw,420px);border-radius:8px;overflow:hidden;pointer-events:none;z-index:60;opacity:0;scale:.75;transition:opacity .35s ease,scale .45s var(--ease);will-change:transform}.works-preview.active{opacity:1;scale:1}.works-preview img{display:none;width:100%;height:auto;border-radius:8px}.works-preview img.show{display:block}@media(max-width:900px),(hover:none),(pointer:coarse){.works-preview{display:none}.works-list:hover .works-row:not(:hover){opacity:1}.works-thumb{display:block;grid-column:1 / -1;border-radius:8px;overflow:hidden}.works-thumb img{width:100%;height:auto}.works-row{grid-template-columns:3rem 1fr auto 2rem;row-gap:1.4rem}}.about{padding:clamp(5rem,10vw,9rem) var(--gutter)}.about-statement{font-size:clamp(1.7rem,3.6vw,3.2rem);line-height:1.3;font-weight:500;letter-spacing:-.02em;max-width:26ch;margin-bottom:clamp(4rem,8vw,7rem)}.about-statement em{color:var(--accent);font-size:1.06em}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,6rem);margin-bottom:clamp(3.5rem,7vw,6rem)}.about-col-title{color:var(--muted);margin-bottom:2rem}.about-item{display:grid;grid-template-columns:3rem 1fr;gap:1.4rem;padding:1.4rem 0;border-top:1px solid var(--line)}.about-item-num{color:var(--accent);padding-top:.3rem}.about-item h4{font-size:1.25rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.4rem}.about-item p{font-size:.98rem;line-height:1.6;color:var(--muted)}.exp-item{display:flex;flex-direction:column;gap:1rem;padding:1.4rem 0;border-top:1px solid var(--line)}.exp-header{display:flex;justify-content:space-between;align-items:baseline;gap:1.5rem}.exp-item h4{font-size:1.25rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.3rem}.exp-item .exp-company{font-size:.98rem;color:var(--muted)}.exp-date{color:var(--muted);white-space:nowrap}.exp-bullets{padding-left:1.2rem;color:var(--muted);font-size:.95rem;line-height:1.6}.exp-bullets li{margin-bottom:.4rem}.about-note{max-width:62ch;font-size:1.08rem;line-height:1.8;color:var(--muted)}.gallery{overflow:hidden;padding:clamp(2rem,4vw,4rem) 0 clamp(5rem,10vw,9rem)}.gallery-track{display:flex;gap:clamp(.8rem,1.5vw,1.4rem);width:max-content}.gallery-content{display:flex;gap:clamp(.8rem,1.5vw,1.4rem);animation:marqueeXGallery 55s linear infinite}@keyframes marqueeXGallery{to{transform:translate(calc(-100% - clamp(.8rem,1.5vw,1.4rem)))}}.gallery-track img{height:clamp(240px,30vw,420px);width:auto;border-radius:8px;filter:saturate(.92)}.footer{padding:clamp(5rem,10vw,9rem) var(--gutter) 2rem;border-top:1px solid var(--line);margin-top:auto}.footer-title{font-size:clamp(3rem,10.5vw,10rem);font-weight:700;text-transform:uppercase;letter-spacing:-.035em;line-height:.95;margin-bottom:clamp(3rem,6vw,5rem)}.footer-title em{color:var(--accent);font-weight:400}.footer-cta-row{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;margin-bottom:clamp(4rem,8vw,7rem)}.footer-email{display:inline-flex;align-items:center;gap:1rem;font-family:var(--font-sans);font-size:clamp(1.05rem,1.6vw,1.3rem);font-weight:500;color:var(--fg);background:transparent;border:1px solid var(--line);border-radius:100px;padding:1.3rem 2.6rem;cursor:pointer;text-decoration:none;transition:background-color .35s ease,color .35s ease,border-color .35s ease}.footer-email:hover{background:var(--fg);color:var(--bg);border-color:var(--fg)}.footer-hint{color:var(--muted)}.footer-socials{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.footer-social{display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--muted);text-decoration:none;border-right:1px solid var(--line);padding:1.6rem 1.2rem;transition:color .25s ease,background-color .25s ease}.footer-social:first-child{padding-left:0}.footer-social:last-child{border-right:none}.footer-social:hover{color:var(--fg)}.footer-social .arrow{transition:transform .3s var(--ease)}.footer-social:hover .arrow{transform:translate(3px,-3px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;color:var(--muted);border-top:1px solid var(--line);margin-top:0;padding:1.4rem 0 .5rem;flex-wrap:wrap}.footer-top-link{color:var(--muted);text-decoration:none;transition:color .25s ease}.footer-top-link:hover{color:var(--fg)}.case{padding:calc(var(--nav-h) + clamp(3rem,7vw,6rem)) var(--gutter) clamp(4rem,8vw,7rem);max-width:1500px;margin:0 auto;width:100%}.case-back{display:inline-block;color:var(--muted);text-decoration:none;margin-bottom:clamp(2.5rem,5vw,4rem);transition:color .25s ease}.case-back:hover{color:var(--fg)}.case-title{font-size:clamp(3.2rem,13vw,12rem);font-weight:700;text-transform:uppercase;letter-spacing:-.04em;line-height:.9;margin-bottom:2rem}.case-title .mask{padding:.15em 0;margin:-.15em 0}.case-tagline{font-size:clamp(1.3rem,2.4vw,2rem);line-height:1.4;color:var(--muted);max-width:44ch;margin-bottom:clamp(3rem,6vw,5rem)}.case-tagline em{color:var(--fg)}.case-meta{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);margin-bottom:clamp(4rem,8vw,7rem)}.case-meta>div{padding:1.4rem 1.5rem 1.4rem 0;border-right:1px solid var(--line)}.case-meta>div:not(:first-child){padding-left:1.5rem}.case-meta>div:last-child{border-right:none}.case-meta .mono{color:var(--muted);display:block;margin-bottom:.5rem}.case-meta p{font-size:1.1rem;font-weight:500}.case-soon{max-width:62ch;font-size:1.15rem;line-height:1.8;color:var(--muted)}.case-soon p{margin-bottom:1.4rem}.case-soon a{color:var(--fg);text-decoration:underline;text-underline-offset:4px;text-decoration-color:#ece9e259;transition:text-decoration-color .2s ease}.case-soon a:hover{text-decoration-color:var(--fg)}.highlights{display:grid;grid-template-columns:1fr 1fr;gap:clamp(.9rem,1.5vw,1.4rem)}.highlight-card{background:var(--bg-soft);border:1px solid var(--line);border-radius:14px;padding:clamp(1.6rem,3vw,2.4rem);display:flex;flex-direction:column;gap:.7rem;overflow:hidden}.highlight-card h3{font-size:clamp(1.3rem,2vw,1.7rem);font-weight:600;letter-spacing:-.015em}.highlight-card p{font-size:.98rem;line-height:1.6;color:var(--muted);max-width:52ch}.highlight-card img{margin:1.6rem auto 0;max-height:240px;object-fit:contain}.simmerly-case-study{margin-top:clamp(5rem,9vw,8rem)}.cs-section{margin-bottom:clamp(5rem,9vw,8rem);scroll-margin-top:calc(var(--nav-h) + 2rem)}.cs-section-title{font-size:clamp(1.9rem,4.2vw,3.4rem);font-weight:600;text-transform:uppercase;letter-spacing:-.02em;line-height:1;border-top:1px solid var(--line);padding-top:1.4rem;margin-bottom:2.2rem}.cs-text-content{max-width:68ch;font-size:1.1rem;line-height:1.8;color:var(--muted);margin-bottom:3rem}.cs-text-content p{margin-bottom:1.4rem}.cs-text-content a{color:var(--fg);text-decoration:underline;text-underline-offset:4px;text-decoration-color:#ece9e259;transition:text-decoration-color .2s ease}.cs-text-content a:hover{text-decoration-color:var(--fg)}.cs-personas-grid,.cs-affinity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(.9rem,1.5vw,1.4rem)}.cs-swot-grid,.cs-wireframe-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:clamp(.9rem,1.5vw,1.4rem)}.cs-persona-card img,.cs-affinity-img,.cs-swot-img,.cs-wireframe-img,.cs-final-ui-img{width:100%;height:auto;border-radius:10px;border:1px solid var(--line)}.cs-final-ui-wrapper{margin-top:2.5rem}.fish-case-study{margin-top:clamp(4rem,8vw,7rem)}.fish-result-hero{margin-bottom:clamp(4rem,8vw,7rem)}.fish-result-hero img{width:100%;height:auto}.fish-intro{border-top:1px solid var(--line);padding-top:clamp(2rem,4vw,3.5rem);margin-bottom:clamp(6rem,11vw,10rem)}.fish-kicker{color:var(--accent);margin-bottom:2rem}.fish-intro>h2{font-family:var(--font-serif);font-size:clamp(3rem,7.5vw,7rem);font-style:italic;font-weight:400;line-height:.95;letter-spacing:-.035em;max-width:14ch;margin-bottom:2rem}.fish-intro>p:not(.fish-kicker){max-width:62ch;color:var(--muted);font-size:clamp(1.08rem,1.8vw,1.35rem);line-height:1.7}.fish-snapshot{display:grid;grid-template-columns:repeat(4,1fr);margin-top:clamp(3rem,6vw,5rem);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.fish-snapshot>div{min-height:150px;padding:1.4rem;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;gap:2rem}.fish-snapshot>div:first-child{padding-left:0}.fish-snapshot>div:last-child{border-right:0}.fish-snapshot .mono{color:var(--muted)}.fish-snapshot strong{font-size:1.05rem;line-height:1.4}.fish-two-col{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(3rem,8vw,8rem);align-items:start}.fish-lead p{font-size:clamp(2rem,4.2vw,4rem);line-height:1.08;letter-spacing:-.035em;max-width:16ch}.fish-copy{margin-bottom:0}.fish-question{font-family:var(--font-serif);font-style:italic;font-size:clamp(2.1rem,5vw,4.7rem);line-height:1.05;max-width:20ch;margin:clamp(4rem,9vw,8rem) 0 0 auto;color:var(--fg)}.fish-research-gallery{display:grid;gap:1.2rem}.fish-research-gallery figure{padding:clamp(.8rem,1.5vw,1.3rem);border:1px solid var(--line);border-radius:14px;background:var(--bg-soft)}.fish-research-gallery img{width:100%;border-radius:7px}.fish-research-gallery figcaption{color:var(--muted);font-size:.9rem;line-height:1.5;padding:1rem .2rem .1rem}.fish-personas{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}.fish-persona{background:var(--bg-soft);border:1px solid var(--line);border-radius:14px;padding:clamp(1.7rem,3.5vw,3rem)}.fish-persona .mono{color:var(--accent)}.fish-persona h3{font-size:clamp(2.5rem,6vw,5.5rem);line-height:1;margin:2rem 0 .5rem}.fish-persona-role{color:var(--fg)!important;font-weight:600}.fish-persona p{color:var(--muted);font-size:1rem;line-height:1.7;margin-bottom:1.4rem}.fish-persona blockquote{border-top:1px solid var(--line);padding-top:1.4rem;font-family:var(--font-serif);font-style:italic;font-size:1.3rem;line-height:1.4}.fish-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:12px;margin-top:3rem}.fish-table{width:100%;min-width:820px;border-collapse:collapse;text-align:left}.fish-table th,.fish-table td{padding:1rem 1.15rem;border-bottom:1px solid var(--line)}.fish-table th{color:var(--muted);font-family:var(--font-mono);font-size:.7rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em}.fish-table td{font-size:.92rem}.fish-table tr:last-child td{border-bottom:0}.fish-table tbody tr:hover{background:#ece9e209}.fish-note{color:var(--muted);font-size:.85rem;margin-top:.8rem}.fish-flow{max-width:1000px;margin:3rem auto 0}.fish-flow-start,.fish-flow-result,.fish-flow-branches article{border:1px solid var(--line);border-radius:12px;background:var(--bg-soft);padding:1.6rem}.fish-flow-start,.fish-flow-result{display:flex;justify-content:space-between;align-items:baseline;gap:2rem}.fish-flow .mono{color:var(--accent)}.fish-flow-branches{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;padding:3rem 5%;position:relative}.fish-flow-branches:before,.fish-flow-branches:after{content:"";position:absolute;background:var(--line)}.fish-flow-branches:before{width:1px;height:3rem;top:0;left:50%}.fish-flow-branches:after{height:1px;left:25%;right:25%;top:1.5rem}.fish-flow-branches article{position:relative}.fish-flow-branches article:before{content:"";position:absolute;width:1px;height:1.5rem;background:var(--line);left:50%;top:-1.5rem}.fish-flow-branches strong{display:block;margin:1.5rem 0 .3rem}.fish-flow-branches p{color:var(--muted);line-height:1.5}.fish-principles,.fish-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.fish-principles article,.fish-features article{background:var(--bg);padding:clamp(1.7rem,3.5vw,3rem);min-height:230px}.fish-principles .mono,.fish-features .mono{color:var(--accent)}.fish-principles h3,.fish-features h3{font-size:clamp(1.5rem,2.6vw,2.2rem);margin:2.2rem 0 .7rem;letter-spacing:-.02em}.fish-principles p,.fish-features p{color:var(--muted);line-height:1.65;max-width:42ch}.fish-phone-story{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.5rem,4vw,4rem);margin-top:clamp(4rem,8vw,7rem);align-items:start}.iphone-mockup-wrapper{width:300px;max-width:none;margin:0 auto;text-align:center}.iphone-mockup{position:relative;width:100%;aspect-ratio:300 / 628;overflow:hidden;border:9px solid #171717;border-radius:42px;background:#fbfbef;box-shadow:0 0 0 1px #484848,0 24px 60px #00000047}.iphone-notch{position:absolute;z-index:3;top:10px;left:50%;width:86px;height:24px;border-radius:20px;background:#050505;transform:translate(-50%);pointer-events:none}.iphone-screen{width:100%;height:100%;overflow:hidden;scrollbar-width:none}.iphone-screen::-webkit-scrollbar{display:none}.iphone-screen img{display:block;width:100%;height:auto}.iphone-screen iframe{display:block;width:405px;height:844px;border:0;background:#fbfbef;transform:scale(.72308);transform-origin:top left}.iphone-mockup--interactive .iphone-screen{box-sizing:border-box;padding-top:38px}.iphone-mockup--interactive .iphone-screen iframe{height:792px}.iphone-caption{margin-top:1.4rem;color:var(--muted);font-size:.86rem;line-height:1.55}.iphone-caption strong{color:var(--fg);font-weight:600}.iphone-live-link{display:block;color:inherit;text-decoration:none}.iphone-live-link:focus-visible .iphone-mockup,.iphone-live-link:hover .iphone-mockup{box-shadow:0 0 0 2px var(--accent),0 28px 70px #0000005c;transform:translateY(-4px)}.fish-prototype-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:clamp(3rem,10vw,10rem);align-items:center}.fish-prototype-copy>.mono{color:var(--accent)}.fish-prototype-copy h2{max-width:14ch;margin:1.5rem 0;font-size:clamp(2.5rem,5vw,5rem);font-weight:500;letter-spacing:-.04em;line-height:1}.fish-prototype-copy p{max-width:48ch;color:var(--muted);font-size:1.05rem;line-height:1.7}.fish-prototype-button{display:inline-flex;margin-top:2rem;padding:.9rem 1.2rem;border:1px solid var(--fg);border-radius:999px;color:var(--fg);text-decoration:none;transition:background .2s ease,color .2s ease}.fish-prototype-button:hover,.fish-prototype-button:focus-visible{background:var(--fg);color:var(--bg)}.fish-prototype-copy small{display:block;margin-top:.9rem;color:var(--muted)}.fish-status-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:clamp(3rem,6vw,5rem)}.fish-status-grid>div{padding:1.5rem;border-right:1px solid var(--line)}.fish-status-grid>div:first-child{padding-left:0}.fish-status-grid>div:last-child{border-right:0}.fish-status-grid .mono{color:var(--accent);display:block;margin-bottom:2rem}.fish-status-grid strong{line-height:1.45}.fish-reflection{border-top:1px solid var(--line);padding-top:1.5rem;margin:clamp(7rem,12vw,12rem) 0 2rem}.fish-reflection .mono{color:var(--accent)}.fish-reflection p{font-family:var(--font-serif);font-style:italic;font-size:clamp(2.5rem,6vw,5.8rem);line-height:1.02;letter-spacing:-.03em;max-width:18ch;margin:3rem 0 0 auto}.preloader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--bg);z-index:9999;display:flex;justify-content:center;align-items:center;transition:transform .5s var(--ease);will-change:transform}.preloader-overlay.slide-up{transform:translateY(-100%)}.preloader-word{display:flex;align-items:baseline}.preloader-char{font-family:var(--font-serif);font-style:italic;font-size:clamp(3rem,8vw,6rem);color:var(--fg);opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease;display:inline-block}.preloader-char.visible{opacity:1;transform:translateY(0)}.preloader-dots{display:inline-flex;align-items:baseline}.preloader-dot{color:var(--accent)}.copy-popup{position:fixed;bottom:40px;left:50%;transform:translate(-50%);background-color:var(--fg);color:var(--bg);padding:12px 26px;border-radius:100px;font-weight:500;font-size:.95rem;z-index:1000;animation:slideUpFade .3s ease-out}@keyframes slideUpFade{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@media(max-width:900px){.about-grid{grid-template-columns:1fr}.footer-socials{grid-template-columns:1fr 1fr}.footer-social:nth-child(2n){border-right:none}.footer-social:nth-child(-n+2){border-bottom:1px solid var(--line)}.footer-social:nth-child(odd){padding-left:0}.highlights,.cs-swot-grid,.cs-wireframe-grid{grid-template-columns:1fr}.fish-snapshot,.fish-status-grid{grid-template-columns:repeat(2,1fr)}.fish-snapshot>div:nth-child(2),.fish-status-grid>div:nth-child(2){border-right:0}.fish-snapshot>div:nth-child(-n+2),.fish-status-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:640px){:root{--gutter: 5.5vw}.nav-links{display:none}.hero-meta{flex-direction:column;gap:.4rem}.hero-name{margin:3rem 0 2.2rem}.hero-bottom{flex-direction:column;align-items:flex-start;gap:1.6rem}.works-row{grid-template-columns:2.4rem 1fr 1.6rem}.works-meta{grid-column:2 / 3;grid-row:2;flex-direction:row;align-items:baseline;gap:1rem;text-align:left}.works-thumb{grid-row:3}.case-meta{grid-template-columns:1fr}.case-meta>div{border-right:none;border-bottom:1px solid var(--line);padding-left:0!important}.case-meta>div:last-child{border-bottom:none}.fish-two-col,.fish-personas,.fish-principles,.fish-features,.fish-flow-branches,.fish-snapshot,.fish-status-grid{grid-template-columns:1fr}.fish-snapshot>div,.fish-status-grid>div{border-right:0;border-bottom:1px solid var(--line);padding-left:0}.fish-snapshot>div:last-child,.fish-status-grid>div:last-child{border-bottom:0}.fish-flow-start,.fish-flow-result{flex-direction:column;gap:.7rem}.fish-flow-branches{padding-left:0;padding-right:0}.fish-flow-branches:after{display:none}.fish-flow-branches article:before{display:none}.fish-question{margin-left:0}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.6rem}}.simmerly-v2{--simmerly: #a98cff;--simmerly-soft: rgba(169, 140, 255, .12);margin-top:clamp(5rem,9vw,9rem)}.simmerly-intro,.simmerly-section,.simmerly-reflection{border-top:1px solid var(--line);padding:clamp(4rem,8vw,8rem) 0}.simmerly-kicker,.simmerly-label{color:var(--simmerly);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}.simmerly-intro h2{max-width:16ch;margin:1.5rem 0;font-size:clamp(3rem,7vw,7.5rem);font-weight:500;letter-spacing:-.055em;line-height:.95}.simmerly-deck,.simmerly-lead{max-width:24ch;font-size:clamp(1.65rem,3.2vw,3.6rem);letter-spacing:-.035em;line-height:1.08}.simmerly-deck{max-width:34ch;color:var(--muted);font-size:clamp(1.2rem,2vw,2rem);line-height:1.35}.simmerly-hero{display:block;width:100%;height:auto;margin-top:clamp(3rem,7vw,7rem);border-radius:2px}.simmerly-snapshot,.simmerly-status{display:grid;grid-template-columns:repeat(4,1fr);margin-top:1px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.simmerly-snapshot>div,.simmerly-status>div{min-height:9rem;padding:1.5rem;border-right:1px solid var(--line)}.simmerly-snapshot>div:first-child,.simmerly-status>div:first-child{padding-left:0}.simmerly-snapshot>div:last-child,.simmerly-status>div:last-child{border-right:0}.simmerly-snapshot span,.simmerly-status span{color:var(--muted);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase}.simmerly-snapshot p,.simmerly-status p{max-width:25ch;margin-top:1rem;line-height:1.45}.simmerly-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr);gap:clamp(3rem,8vw,9rem)}.simmerly-split .simmerly-question,.simmerly-split .simmerly-competitive,.simmerly-split .simmerly-status{grid-column:1 / -1}.simmerly-lead{margin-top:1.4rem;font-weight:450}.simmerly-copy{color:var(--muted);font-size:clamp(1rem,1.3vw,1.2rem);line-height:1.7}.simmerly-copy p+p{margin-top:1.3rem}.simmerly-narrow{max-width:65ch;margin-top:2rem}.simmerly-question{max-width:32ch;margin:clamp(2rem,5vw,5rem) 0 0 auto;padding-left:clamp(1.5rem,3vw,3rem);border-left:2px solid var(--simmerly);font-size:clamp(1.5rem,3vw,3.2rem);letter-spacing:-.035em;line-height:1.15}.simmerly-findings,.simmerly-personas,.simmerly-competitive,.simmerly-wireframes{display:grid;gap:1rem;margin-top:clamp(2.5rem,5vw,5rem)}.simmerly-findings,.simmerly-personas{grid-template-columns:repeat(3,minmax(0,1fr))}.simmerly-findings figure,.simmerly-personas img,.simmerly-competitive img,.simmerly-wireframes img{min-width:0;width:100%;border:1px solid var(--line);background:#fff}.simmerly-findings img{display:block;width:100%}.simmerly-findings figcaption{padding-top:.8rem;color:var(--muted);font-family:monospace;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.simmerly-opportunity-map{margin-top:clamp(2.5rem,5vw,5rem);border-top:1px solid var(--line)}.simmerly-opportunity{display:grid;grid-template-columns:minmax(12rem,.8fr) minmax(15rem,1fr) minmax(16rem,1.3fr);gap:2rem;padding:1.7rem 0;border-bottom:1px solid var(--line);align-items:baseline}.simmerly-opportunity h3,.simmerly-decisions h3{font-size:clamp(1.25rem,2vw,2rem);font-weight:500;letter-spacing:-.025em}.simmerly-opportunity>p:last-child,.simmerly-decisions p{color:var(--muted);line-height:1.55}.simmerly-user-question{color:var(--simmerly)}.simmerly-loop{display:grid;grid-template-columns:repeat(4,1fr);margin-top:clamp(3rem,6vw,6rem);background:var(--simmerly);color:#100c19}.simmerly-loop span{display:flex;min-height:8rem;padding:1.5rem;border-right:1px solid rgba(16,12,25,.3);flex-direction:column;justify-content:space-between;font-size:clamp(1.15rem,2vw,2rem)}.simmerly-loop span:last-child{border-right:0}.simmerly-loop b{font-family:monospace;font-size:.72rem;font-weight:400}.simmerly-competitive,.simmerly-wireframes{grid-template-columns:repeat(2,minmax(0,1fr))}.simmerly-decisions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:clamp(2.5rem,5vw,5rem);border-top:1px solid var(--line);border-left:1px solid var(--line)}.simmerly-decisions article{min-height:16rem;padding:clamp(1.5rem,3vw,3rem);border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.simmerly-decisions span{color:var(--simmerly);font-size:.72rem}.simmerly-decisions h3{margin:3rem 0 1rem}.simmerly-final>img{display:block;width:100%;margin-top:clamp(3rem,6vw,6rem)}.simmerly-status{grid-template-columns:repeat(3,1fr);margin-top:0}.simmerly-reflection blockquote{max-width:27ch;margin-top:2rem;font-size:clamp(2rem,4.8vw,5.5rem);letter-spacing:-.05em;line-height:1.02}@media(max-width:900px){.simmerly-split{grid-template-columns:1fr;gap:2rem}.simmerly-opportunity{grid-template-columns:1fr 1fr}.simmerly-opportunity>p:last-child{grid-column:2}.simmerly-snapshot,.simmerly-status{grid-template-columns:repeat(2,1fr)}.simmerly-snapshot>div:nth-child(2),.simmerly-status>div:nth-child(2){border-right:0}.simmerly-snapshot>div:nth-child(-n+2),.simmerly-status>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:640px){.simmerly-findings,.simmerly-personas,.simmerly-competitive,.simmerly-wireframes,.simmerly-decisions,.simmerly-loop,.simmerly-snapshot,.simmerly-status{grid-template-columns:1fr}.simmerly-opportunity{grid-template-columns:1fr;gap:.7rem}.simmerly-opportunity>p:last-child{grid-column:auto}.simmerly-loop span,.simmerly-snapshot>div,.simmerly-status>div{border-right:0;border-bottom:1px solid var(--line)}.simmerly-loop span:last-child,.simmerly-snapshot>div:last-child,.simmerly-status>div:last-child{border-bottom:0}.simmerly-snapshot>div,.simmerly-status>div,.simmerly-snapshot>div:first-child,.simmerly-status>div:first-child{padding-left:0}.simmerly-question{margin-left:0}}@media(max-width:900px){.fish-prototype-section{grid-template-columns:1fr}.fish-phone-story{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.fish-phone-story{grid-template-columns:1fr;gap:4rem}.iphone-mockup-wrapper{width:300px}}.motion-case-study{margin-top:clamp(4rem,8vw,7rem)}.motion-intro{padding-top:clamp(2rem,4vw,3.5rem);margin-bottom:clamp(7rem,12vw,11rem);border-top:1px solid var(--line)}.motion-kicker,.motion-number,.motion-format-label{color:var(--accent)}.motion-intro>h2{max-width:15ch;margin:2rem 0;font-family:var(--font-serif);font-size:clamp(3.2rem,7.5vw,7.2rem);font-style:italic;font-weight:400;letter-spacing:-.04em;line-height:.96}.motion-deck{max-width:60ch;color:var(--muted);font-size:clamp(1.1rem,1.8vw,1.4rem);line-height:1.7}.motion-snapshot{display:grid;grid-template-columns:repeat(3,1fr);margin-top:clamp(3.5rem,7vw,6rem);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.motion-snapshot>div{min-height:9rem;padding:1.5rem;border-right:1px solid var(--line)}.motion-snapshot>div:first-child{padding-left:0}.motion-snapshot>div:last-child{border-right:0}.motion-snapshot span{display:block;margin-bottom:2rem;color:var(--muted)}.motion-snapshot strong{line-height:1.45}.motion-section{margin-bottom:clamp(7rem,12vw,12rem);scroll-margin-top:calc(var(--nav-h) + 2rem)}.motion-section-head{display:grid;grid-template-columns:minmax(11rem,.55fr) minmax(0,1.45fr);gap:clamp(2rem,6vw,7rem);align-items:start;margin-bottom:clamp(3rem,6vw,6rem);padding-top:1.5rem;border-top:1px solid var(--line)}.motion-section-head h2,.motion-side-copy h2{font-size:clamp(2.4rem,5vw,5.4rem);font-weight:500;letter-spacing:-.05em;line-height:.98}.motion-section-head p{max-width:45ch;margin-top:1.2rem;color:var(--muted);font-size:1.1rem;line-height:1.6}.motion-video{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#050505}.motion-video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.motion-video--vertical{max-width:390px;aspect-ratio:9 / 16;margin-inline:auto}.motion-project-copy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2rem,7vw,8rem);margin-top:clamp(3rem,6vw,5rem)}.motion-project-copy h3,.motion-facts h3,.motion-format-card h3{font-size:clamp(1.4rem,2.4vw,2.4rem);font-weight:500;letter-spacing:-.03em}.motion-project-copy p,.motion-facts p,.motion-side-copy>p,.motion-format-card>p{margin-top:1rem;color:var(--muted);line-height:1.7}.motion-facts{display:grid;grid-template-columns:repeat(3,1fr);margin-top:clamp(3rem,6vw,5rem);border-top:1px solid var(--line);border-left:1px solid var(--line)}.motion-facts article{min-height:14rem;padding:clamp(1.4rem,2.5vw,2.5rem);border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.motion-facts span{display:block;margin-bottom:3rem;color:var(--accent)}.motion-watch{display:inline-flex;margin-top:2rem;text-decoration:none;text-underline-offset:5px}.motion-watch:hover{text-decoration:underline}.motion-split{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(17rem,.55fr);gap:clamp(2.5rem,6vw,7rem);align-items:start;padding-top:1.5rem;border-top:1px solid var(--line)}.motion-side-copy h2{margin:1.5rem 0 2rem}.motion-side-copy .motion-side-lead{color:var(--fg);font-size:clamp(1.25rem,2vw,1.7rem);line-height:1.4}.motion-contribution{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:2rem}.motion-contribution span{padding:.55rem .75rem;border:1px solid var(--line);border-radius:100px;color:var(--muted);font-size:.78rem}.motion-format-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(18rem,.55fr);gap:clamp(2.5rem,5vw,5rem);align-items:start}.motion-format-card{min-width:0}.motion-invite-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2.5rem,7vw,8rem)}.motion-invite-card{padding-top:1.5rem;border-top:1px solid var(--line)}.motion-invite-card .motion-video--vertical{max-width:420px}.motion-format-label{display:block;margin:2rem 0 1rem}.motion-reflection{padding-top:1.5rem;margin:clamp(7rem,12vw,12rem) 0 2rem;border-top:1px solid var(--line)}.motion-reflection span{color:var(--accent)}.motion-reflection p{max-width:19ch;margin:3rem 0 0 auto;font-family:var(--font-serif);font-size:clamp(2.5rem,6vw,5.8rem);font-style:italic;letter-spacing:-.04em;line-height:1.02}@media(max-width:900px){.motion-section-head,.motion-split,.motion-format-grid{grid-template-columns:1fr}.motion-split{gap:3rem}.motion-format-card--vertical{max-width:500px;margin-inline:auto}}@media(max-width:640px){.motion-snapshot,.motion-project-copy,.motion-facts,.motion-invite-grid{grid-template-columns:1fr}.motion-snapshot>div,.motion-snapshot>div:first-child{padding-left:0;border-right:0;border-bottom:1px solid var(--line)}.motion-snapshot>div:last-child{border-bottom:0}}
