@font-face{font-family:Figtree;src:url('/assets/figtree.woff2') format('woff2');font-weight:400 900;font-display:swap}
@font-face{font-family:'Instrument Serif';src:url('/assets/instrument-serif-normal.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:'Instrument Serif';src:url('/assets/instrument-serif-italic.ttf') format('truetype');font-style:italic;font-weight:400;font-display:swap}

:root{--paper:#f5f3ef;--white:#fffefa;--ink:#242128;--muted:#67616b;--line:#ddd8d3;--dark:#19171d;--dark-muted:#bcb5c5;--accent:#c9aff3;--accent-deep:#7350a4;--sans:Figtree,Arial,sans-serif;--serif:'Instrument Serif',Georgia,serif;--gutter:clamp(1.25rem,4.8vw,5rem);--radius:24px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;background:var(--paper);color:var(--ink);font:1rem/1.6 var(--sans);-webkit-font-smoothing:antialiased}
::selection{background:var(--accent);color:var(--dark)}
h1,h2,h3,h4,p,figure,blockquote{margin:0}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,input{font:inherit}
a,button{-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible{outline:3px solid var(--accent-deep);outline-offset:5px}
svg{width:1.15em;height:1.15em;flex-shrink:0}
.wrap{width:100%;max-width:1440px;padding-inline:var(--gutter);margin-inline:auto}
.skip{position:fixed;top:-100px;left:20px;background:var(--accent);color:var(--dark);padding:12px 20px;z-index:100}
.skip:focus{top:15px}

/* The navigation and opening form one continuous canvas. */
.site-header{position:sticky;top:0;z-index:30;background:rgba(25,23,29,.96);backdrop-filter:blur(18px);color:var(--white)}
.nav-inner{min-height:94px;display:flex;justify-content:space-between;align-items:center;gap:30px;border-bottom:1px solid #ffffff12}
.wordmark{font-size:1.22rem;font-weight:550;letter-spacing:-.045em;white-space:nowrap}
.wordmark em{font:italic 1.55rem var(--serif);margin-left:2px;color:var(--accent)}
.nav-links{display:flex;gap:36px;align-items:center}
.nav-links a{font-size:.925rem;color:#d4cedb;transition:color .2s}
.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--white)}
.nav-links a[aria-current=page]{text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:7px}
.nav-links a:last-child{padding:10px 23px;background:var(--white);border-radius:50px;color:var(--dark)}
.nav-links a:last-child:hover{background:var(--accent)}
.site-header a:focus-visible,.hero a:focus-visible,.experience-section a:focus-visible,.contact a:focus-visible{outline-color:var(--accent)}

.hero{background:var(--dark);color:var(--white);overflow:hidden;border-radius:0 0 40px 40px}
.hero-layout{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2rem;min-height:690px;padding-top:40px;padding-bottom:70px}
.hero-copy{position:relative;z-index:2;padding-bottom:8px}
.hero h1{font-weight:500;line-height:.94;letter-spacing:-.065em}
.greeting{display:block;font:400 clamp(1.2rem,1.6vw,1.6rem)/1.5 var(--sans);letter-spacing:-.015em;margin-bottom:22px;color:#d7d1df}
.hero-name{display:block;font-size:clamp(5.2rem,8.25vw,8.1rem);letter-spacing:-.065em}
.hero-name em{display:inline-block;font-family:var(--serif);font-weight:400;font-size:1.2em;letter-spacing:-.035em;line-height:.97;color:var(--accent);margin-left:2px}
.hero-description{max-width:500px;color:#c7c0cf;font-size:clamp(1rem,1.38vw,1.2rem);line-height:1.72;margin-top:31px;letter-spacing:-.01em}
.hero-actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap;margin-top:29px}
.pill{display:inline-flex;justify-content:center;align-items:center;gap:11px;padding:15px 23px;border-radius:100px;background:var(--dark);color:var(--white);font-size:.95rem;font-weight:500;line-height:1.4;transition:transform .2s,background .2s}
.pill:hover{transform:translateY(-3px);background:#39313f}
.hero .pill{background:var(--accent);color:var(--dark)}
.hero .pill:hover{background:#ddc7ff}
.text-link{display:inline-flex;align-items:center;gap:10px;font-size:.95rem;font-weight:500;line-height:1.5;padding-bottom:4px;border-bottom:1px solid currentColor;transition:gap .2s,color .2s}
.text-link:hover{gap:16px;color:var(--accent-deep)}
.hero .text-link{color:#e5dfec;border-color:#655c70;font-size:.9rem}
.hero .text-link:hover{color:var(--accent)}
.hero-art{position:relative;height:555px;isolation:isolate}
.hero-project{position:absolute;display:flex;align-items:center;justify-content:center;border-radius:22px;box-shadow:0 28px 70px #00000045;overflow:hidden;border:1px solid #ffffff30;transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s;animation:arrive .8s both}
.hero-project img{width:100%;height:100%;object-fit:contain;padding:6%;pointer-events:none}
.hero-project-0{width:72%;height:245px;left:24%;top:9px;background:#cab5e5;transform:rotate(9deg);z-index:1;animation-delay:.1s}
.hero-project-1{width:91%;height:332px;left:-1%;top:121px;background:#d8e3c0;transform:rotate(-8deg);z-index:2;animation-delay:.22s}
.hero-project-2{width:56%;height:205px;left:49%;top:345px;background:#ecc4a0;transform:rotate(9deg);z-index:3;animation-delay:.34s}
.hero-project-0:hover{transform:translateY(-14px) rotate(4deg);z-index:5}
.hero-project-1:hover{transform:translateY(-12px) rotate(-4deg);z-index:5}
.hero-project-2:hover{transform:translateY(-14px) rotate(4deg);z-index:5}
@keyframes arrive{from{opacity:0;translate:0 24px}to{opacity:1;translate:0 0}}

/* Project artwork has a generous surface; the full copy stays in the reading flow. */
.work-section{padding-block:84px 96px}
.section-line{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:42px}
.section-line h2{font-size:clamp(2.9rem,5.5vw,5.1rem);font-weight:500;letter-spacing:-.055em;line-height:1.1}
.section-line h2 span{font:400 1rem var(--sans);letter-spacing:0;vertical-align:top;display:inline-block;margin:8px 0 0 13px;color:var(--muted)}
.section-line>span{font-size:.875rem;color:var(--muted);font-variant-numeric:tabular-nums}
.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 28px}
.project{background:var(--white);border:1px solid #e6e1da;border-radius:var(--radius);overflow:hidden;min-width:0;display:flex;flex-direction:column}
.project.featured{grid-column:1/-1}
.project-visual{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1.38;overflow:hidden;isolation:isolate;background:#e4dfda;margin:10px 10px 0;border-radius:16px}
.project-visual img{width:100%;height:100%;object-fit:contain;padding:7%;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.project-visual:hover img{transform:scale(1.045)}
.featured .project-visual{aspect-ratio:2.5}
.featured .project-visual img{padding:2.5% 17%}
.project-0 .project-visual{background:#dee7c9}
.project-0 .project-visual img{transform:rotate(-3deg);filter:drop-shadow(0 20px 24px #49652e18)}
.project-0 .project-visual:hover img{transform:rotate(-1deg) scale(1.04)}
.project-1 .project-visual{background:#ebc9ad}
.project-1 .project-visual img{transform:rotate(3deg)}
.project-1 .project-visual:hover img{transform:rotate(0deg) scale(1.045)}
.project-2 .project-visual{background:#d5c7ed}
.project-2 .project-visual img{padding:4%;transform:rotate(-3deg)}
.project-2 .project-visual:hover img{transform:rotate(0deg) scale(1.045)}
.project-3{background:#172e37;border-color:#172e37;color:#f5fbfd}
.project-3 .project-visual{background:#0c3444;aspect-ratio:2.65}
.project-3 .project-visual img{padding:0;width:100%;height:100%;object-fit:cover;object-position:50% 49%}
.project-4 .project-visual{background:#e4e0da}
.project-4 .project-visual img{padding:8%;transform:rotate(-3deg)}
.project-4 .project-visual:hover img{transform:rotate(0deg) scale(1.045)}
.project-5 .project-visual{background:#d6ded8}
.project-5 .project-visual img{padding:7%;transform:rotate(3deg)}
.project-5 .project-visual:hover img{transform:rotate(0deg) scale(1.045)}
.project-number{position:absolute;top:20px;left:21px;font-size:.875rem;letter-spacing:.01em;color:#39363e;opacity:.7;font-variant-numeric:tabular-nums}
.project-3 .project-number{color:white;opacity:1}
.view-arrow{position:absolute;right:19px;bottom:19px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fffef8;box-shadow:0 3px 12px #00000009;color:var(--ink);transition:background .2s,transform .2s}
.project-visual:hover .view-arrow{background:var(--dark);color:white;transform:rotate(45deg)}
.project-copy{padding:30px 30px 34px;display:flex;flex-direction:column;flex:1}
.featured .project-copy{padding:36px 42px 42px;display:grid;grid-template-columns:1fr 1.15fr;gap:65px;align-items:start}
.project-meta{font-size:.875rem;color:var(--muted);margin-bottom:13px;line-height:1.5}
.project h3{font-size:clamp(1.65rem,2.5vw,2.35rem);font-weight:500;line-height:1.17;letter-spacing:-.04em;margin-bottom:24px}
.project.featured h3{font-size:clamp(2.3rem,3.4vw,3.3rem);margin-bottom:0}
.project h3 a:hover{color:var(--accent-deep)}
.project-details{display:flex;flex-direction:column;align-items:flex-start;flex:1}
.project-description{font-size:1rem;line-height:1.75;color:var(--muted);margin-bottom:24px}
.project-details .text-link{margin-top:auto}
.project-3 .project-description,.project-3 .project-meta{color:#c0d0d5}
.project-3 h3 a:hover,.project-3 .text-link:hover{color:#c6f0dd}
.project .text-link{font-size:.925rem}

/* Experience is structured for scanning: role, company and date align consistently. */
.experience-section{padding-block:85px;background:var(--dark);color:var(--white);border-radius:40px}
.experience-layout{display:grid;grid-template-columns:.8fr 1.4fr;gap:90px}
.display-heading{font-family:var(--serif);font-size:clamp(3.2rem,5vw,5rem);font-weight:400;letter-spacing:-.025em;line-height:1.08}
.experience-top .display-heading{color:var(--accent);margin-bottom:24px}
.experience-top>p{font-size:1.1rem;line-height:1.8;max-width:350px;color:#bdb6c6}
.experience-list{list-style:none;margin:0;padding:0}
.experience-row{display:grid;grid-template-columns:48px 1fr auto;gap:3px 19px;align-items:center;padding:25px 0;border-top:1px solid #ffffff20}
.experience-row:last-child{border-bottom:1px solid #ffffff20}
.experience-row img{width:44px;height:44px;padding:5px;object-fit:contain;background:#fff;border-radius:10px;grid-row:span 2}
.experience-role{font-size:1.2rem;line-height:1.4;font-weight:500;letter-spacing:-.025em}
.experience-company{grid-column:2;grid-row:2;font-size:.95rem;color:#a79eaf}
.experience-date{grid-column:3;grid-row:1/span 2;color:#b7aec2;font-size:.875rem;white-space:nowrap;font-variant-numeric:tabular-nums}
.brand-strip{margin-top:55px;background:var(--paper);border-radius:15px;padding:26px 34px}
.brand-strip img{width:100%;height:auto;max-height:58px;object-fit:contain}

.writing{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:75px;padding:45px 52px;border-radius:var(--radius);background:#d6c1f0}
.writing h2{font:400 clamp(2.7rem,4vw,4rem)/1.1 var(--serif);letter-spacing:-.025em}
.writing .pill{white-space:nowrap}
.recommendations{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding-block:28px 82px}
.quote{display:flex;flex-direction:column;padding:34px 35px 32px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);gap:24px}
.quote:before{content:'“';font:400 5.5rem/.6 var(--serif);color:var(--accent-deep);margin-top:18px}
.quote-text{font:400 clamp(1.6rem,2.2vw,2rem)/1.42 var(--serif);letter-spacing:-.01em}
.quote-text:hover{color:var(--accent-deep)}
.quote-author{display:flex;align-items:center;gap:12px;margin-top:auto}
.quote-author img{width:46px;height:46px;border-radius:50%;object-fit:cover;flex-shrink:0}
.quote-author strong{display:block;font-size:.925rem;font-weight:600}
.quote-author p{font-size:.875rem;color:var(--muted);line-height:1.4;margin-top:3px;max-width:290px}
.quote-author .company-avatar{width:30px;height:30px;margin-left:auto;object-fit:contain;border-radius:6px}

.contact{background:var(--dark);color:var(--white);padding-block:76px 28px;border-radius:40px 40px 0 0}
.contact-heading{display:flex;justify-content:space-between;align-items:center;gap:40px}
.contact h2{font-size:clamp(3.8rem,7.5vw,7.2rem);line-height:1.02;font-weight:500;letter-spacing:-.055em}
.contact h2 em{font-family:var(--serif);font-weight:400;color:var(--accent);font-size:1.22em;letter-spacing:-.025em}
.contact-sparkle{display:grid;place-items:center;width:130px;height:130px;border-radius:50%;background:#302739;font-size:4rem;flex-shrink:0;transition:transform .3s,background .3s}
.contact-sparkle:hover{transform:rotate(-12deg);background:#493650}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr 1fr;gap:30px;padding-top:32px;border-top:1px solid #ffffff25;margin-top:58px}
.contact-grid>div:first-child{font-size:.925rem;color:#c3bacd}
.contact-label{font-size:.875rem;color:#a99eb5;margin-bottom:10px}
.contact-value{font-size:clamp(1.15rem,1.7vw,1.65rem);letter-spacing:-.025em;overflow-wrap:anywhere}
.contact-value:hover{color:var(--accent)}
.contact-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:48px;font-size:.875rem;color:#a99eb5}
.copyright-image{width:76px;mix-blend-mode:screen;opacity:.65}

/* The case-study canvas matches the existing dark research artwork. */
.page-case{background:#161419;color:#f5f0f9}
.case-intro{padding-block:58px 52px;max-width:1120px}
.case-intro>.text-link{color:#b6a6c8;border:0;font-size:.9rem;margin-bottom:31px}
.case-intro h1{font-size:clamp(2.9rem,5.7vw,5.7rem);font-weight:500;letter-spacing:-.055em;line-height:1.09;max-width:1100px}
.case-role{color:#baafc5;font-size:1rem;margin-top:27px;padding-left:18px;border-left:2px solid var(--accent)}
.case-body{max-width:1440px;margin-inline:auto;padding:0 var(--gutter) 65px}
.case-figure{margin:24px 0 32px;border-radius:16px;overflow:hidden;border:1px solid #ffffff10;background:#101012}
.case-figure img{width:100%;height:auto}
.case-text{max-width:810px;margin:18px auto;color:#c6bdce;font-size:1.125rem;line-height:1.8}
.case-text p+p{margin-top:18px}
.case-text a{color:var(--accent);text-decoration:underline;text-underline-offset:5px;overflow-wrap:anywhere}
.case-text strong,.case-text b{color:var(--white);font-weight:600}
.case-text ul,.case-text ol{padding-left:24px}
.case-text li{padding-left:5px;margin-bottom:8px}
.case-heading,.case-text h1,.case-text h2,.case-text h3,.case-text h4{max-width:810px;font-size:clamp(1.9rem,3.3vw,3.1rem);font-weight:500;line-height:1.2;letter-spacing:-.04em;color:var(--white);margin:58px auto 22px}
.case-heading:before{content:'';display:block;width:38px;height:2px;background:var(--accent);margin-bottom:22px}
.case-action{max-width:810px;margin:22px auto 35px;color:var(--accent)}
.case-action .text-link:hover{color:white}
.embed-shell{margin:30px 0 42px;border:1px solid #ffffff20;background:#211c27;border-radius:16px;overflow:hidden}
.embed-shell iframe{display:block;width:100%;height:650px;border:0}
.embed-shell.video iframe{height:auto;aspect-ratio:16/9}
.audio-walkthrough{display:grid;grid-template-columns:1.2fr 1fr;gap:35px;align-items:center;padding:29px 34px;margin:35px 0 50px;background:#28222f;border:1px solid #564161;border-radius:18px}
.audio-walkthrough h2{font-size:1.4rem;letter-spacing:-.035em;line-height:1.3;font-weight:500;color:#f4eaff}
.audio-walkthrough p{margin-top:8px;font-size:.925rem;color:#b5a5c2;line-height:1.6}
.audio-walkthrough audio{width:100%;min-width:0;color-scheme:dark}
.case-footer{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:35px var(--gutter);border-top:1px solid var(--line)}
.page-case .case-footer{border-color:#ffffff1c;color:var(--accent)}
.page-case a:focus-visible{outline-color:var(--accent)}

.about-hero{background:var(--dark);color:var(--white);padding:50px 0 75px;border-radius:0 0 40px 40px}
.about-layout{display:grid;grid-template-columns:.9fr 1.2fr;gap:60px;align-items:start}
.about-intro{position:sticky;top:130px}
.about-intro h1{font:400 clamp(5.5rem,8.5vw,8.7rem)/1 var(--serif);letter-spacing:-.045em;color:var(--accent);margin-bottom:35px}
.about-portrait{background:#f0ebe6;border-radius:22px;padding:18px 8px;overflow:hidden}
.about-portrait img{width:100%;height:auto}
.voice-panel{background:#201d27;border:1px solid #4b3a58;border-radius:22px;overflow:hidden}
.voice-panel iframe{display:block;width:100%;height:650px;border:0}
.play-section{padding-block:75px 85px}
.play-section h2{margin-bottom:35px}
.play-art{border-radius:22px;overflow:hidden;background:#18131a}
.play-art img{width:100%}

@media(min-width:1600px){.hero-layout{min-height:740px;gap:70px}.hero-art{height:590px}.hero-project-0{height:270px}.hero-project-1{top:137px;height:352px}.hero-project-2{top:373px;height:225px}}
@media(max-width:1100px){
  .hero-layout{min-height:630px;gap:10px}.hero-name{font-size:6.25rem}.hero-art{height:480px}.hero-project-0{height:195px;top:25px}.hero-project-1{height:270px;top:132px}.hero-project-2{height:165px;top:334px;left:43%;width:61%}.hero-description{font-size:1.05rem}.hero-actions{gap:20px}.hero .pill{padding:13px 18px}.hero .text-link{font-size:.875rem}.featured .project-copy{gap:35px;padding:30px}.project-copy{padding:25px}.experience-layout{gap:45px;grid-template-columns:.8fr 1.3fr}.experience-date{font-size:.825rem}.experience-role{font-size:1.1rem}.experience-row{gap:3px 14px}.contact-sparkle{width:100px;height:100px;font-size:3rem}.about-layout{gap:35px;grid-template-columns:.8fr 1.2fr}.quote{padding:29px}.quote-author .company-avatar{display:none}
}
@media(max-width:800px){
  .nav-inner{min-height:80px}.nav-links{gap:24px}.hero-layout{grid-template-columns:1fr;gap:15px;padding-top:40px;padding-bottom:40px}.hero-copy{max-width:620px}.hero h1{display:flex;align-items:flex-start;gap:25px}.greeting{min-width:110px;margin-top:14px;font-size:1.3rem}.hero-name{font-size:6.4rem}.hero-description{max-width:540px;font-size:1.1rem;margin-top:24px}.hero-actions{margin-top:24px}.hero-art{height:460px;width:100%;max-width:580px;justify-self:center;margin-top:25px}.hero-project-0{height:210px;top:0;left:27%;width:65%}.hero-project-1{height:290px;left:3%;top:88px;width:80%}.hero-project-2{height:180px;left:48%;top:275px;width:51%}.work-section{padding-block:60px}.section-line{margin-bottom:30px}.project-grid{gap:25px 20px}.featured .project-visual{aspect-ratio:1.9}.featured .project-visual img{padding:5% 9%}.featured .project-copy{gap:25px;grid-template-columns:1fr 1.1fr;padding:28px}.project-visual{aspect-ratio:1.16}.project-visual img{padding:6%}.project-copy{padding:23px}.project h3{font-size:1.65rem}.project.featured h3{font-size:2.15rem}.project-meta{font-size:.875rem}.project-description{font-size:1rem;line-height:1.7}.project-3 .project-visual{aspect-ratio:2.1}.project-3 .project-visual img{padding:0}.experience-section{padding-block:60px}.experience-layout{grid-template-columns:1fr;gap:35px}.experience-top{display:grid;grid-template-columns:1fr 1fr;gap:30px}.experience-top .display-heading{font-size:3.3rem}.experience-top>p{font-size:1rem}.experience-role{font-size:1.2rem}.experience-date{font-size:.9rem}.brand-strip{margin-top:35px;padding:22px}.writing{margin-top:55px;padding:35px}.writing h2{font-size:3rem}.recommendations{padding-bottom:60px;gap:20px}.quote{padding:25px}.quote-text{font-size:1.75rem}.quote-author{gap:10px}.quote-author img{width:38px;height:38px}.contact{padding-top:55px}.contact h2{font-size:4.5rem}.contact-grid{grid-template-columns:.6fr 1.2fr 1fr;gap:20px}.contact-value{font-size:1.1rem}.contact-sparkle{width:82px;height:82px;font-size:2.5rem}.about-layout{grid-template-columns:1fr;gap:35px}.about-intro{display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;gap:35px;position:static}.about-intro h1{font-size:6.5rem;margin:0}.about-portrait{max-width:600px}.voice-wrap{max-width:720px;width:100%;margin:auto}.audio-walkthrough{grid-template-columns:1fr;gap:22px}.case-intro h1{font-size:3.6rem}.case-text{font-size:1.075rem}.embed-shell iframe{height:550px}
}
@media(max-width:600px){
  :root{--gutter:20px;--radius:20px}
  .nav-inner{min-height:74px;gap:15px}.wordmark{font-size:1.025rem}.wordmark em{font-size:1.25rem}.nav-links{gap:17px}.nav-links a{font-size:.875rem}.nav-links a:last-child{padding:8px 15px}.hero{border-radius:0 0 26px 26px}.hero-layout{padding-top:29px;padding-bottom:25px}.hero h1{display:block}.greeting{margin:0 0 18px;font-size:1.2rem}.hero-name{font-size:5.8rem;line-height:.93}.hero-name br{display:none}.hero-name em{display:block;margin-left:0;line-height:1.02}.hero-description{font-size:1.05rem;line-height:1.7;margin-top:24px;max-width:390px}.hero-actions{gap:22px}.hero .pill{padding:14px 20px}.hero-art{height:355px;max-width:430px;margin-top:34px}.hero-project{border-radius:15px}.hero-project-0{height:158px;top:3px;left:25%;width:68%}.hero-project-1{height:223px;top:77px;width:85%;left:0}.hero-project-2{height:142px;top:221px;left:44%;width:57%}.hero-project img{padding:5%}.work-section{padding-top:45px;padding-bottom:45px}.section-line{margin-bottom:24px}.section-line h2{font-size:3.4rem}.section-line h2 span{font-size:.9rem}.section-line>span{font-size:.825rem}.project-grid{grid-template-columns:1fr;gap:25px}.project.featured{grid-column:auto}.project-visual,.featured .project-visual{aspect-ratio:1.38;margin:8px 8px 0;border-radius:13px}.project-visual img,.featured .project-visual img{padding:5%}.project-copy,.featured .project-copy{display:flex;padding:25px 23px 28px;gap:0}.project h3,.project.featured h3{font-size:2rem;line-height:1.18;margin-bottom:20px}.project-meta{font-size:.875rem;margin-bottom:12px}.project-description{font-size:1rem;margin-bottom:22px}.project-number{top:15px;left:15px;font-size:.825rem}.view-arrow{width:42px;height:42px;bottom:13px;right:13px}.project-3 .project-visual{aspect-ratio:1.45}.project-3 .project-visual img{padding:0}.experience-section{padding-block:45px;border-radius:26px}.experience-layout{gap:27px}.experience-top{display:block}.experience-top .display-heading{font-size:3.5rem;margin-bottom:20px}.experience-top>p{font-size:1.05rem;max-width:400px}.experience-row{grid-template-columns:40px 1fr;gap:4px 13px;padding:21px 0}.experience-row img{width:37px;height:37px;grid-row:1/span 3;align-self:start}.experience-role{font-size:1.15rem}.experience-company{font-size:.925rem}.experience-date{grid-column:2;grid-row:3;font-size:.875rem;margin-top:4px}.brand-strip{padding:19px 14px;border-radius:11px;margin-top:28px}.writing{margin-top:40px;padding:30px 27px;display:block}.writing h2{font-size:3.25rem;max-width:240px;margin-bottom:25px}.writing .pill{padding:13px 19px;font-size:.9rem}.recommendations{grid-template-columns:1fr;gap:20px;padding-block:20px 45px}.quote{padding:27px}.quote-text{font-size:1.85rem}.quote-author .company-avatar{display:block}.quote-author img{width:43px;height:43px}.contact{border-radius:26px 26px 0 0;padding-block:45px 22px}.contact-heading{gap:16px;align-items:flex-start}.contact h2{font-size:3.55rem;line-height:1.08;letter-spacing:-.055em}.contact h2 em{font-size:1.13em}.contact-sparkle{width:52px;height:52px;font-size:1.7rem;margin-top:10px}.contact-grid{grid-template-columns:1fr;margin-top:32px;padding-top:25px;gap:23px}.contact-grid>div:first-child{font-size:.9rem}.contact-label{font-size:.875rem;margin-bottom:5px}.contact-value{font-size:1.3rem}.contact-bottom{font-size:.875rem;margin-top:32px}.copyright-image{width:66px}.case-intro{padding-block:30px}.case-intro>.text-link{margin-bottom:22px}.case-intro h1{font-size:2.75rem;line-height:1.12}.case-role{font-size:.925rem;margin-top:22px}.case-body{padding-inline:14px;padding-bottom:30px}.case-figure{margin:15px 0 22px;border-radius:10px}.case-text{font-size:1rem;padding-inline:6px;line-height:1.8}.case-heading,.case-text h1,.case-text h2,.case-text h3,.case-text h4{font-size:1.9rem;line-height:1.2;margin-top:38px;padding-inline:6px}.case-action{padding-inline:6px}.audio-walkthrough{margin:25px 0 32px;padding:23px;border-radius:15px;gap:20px}.audio-walkthrough h2{font-size:1.3rem}.audio-walkthrough p{font-size:.9rem}.embed-shell{border-radius:10px}.embed-shell iframe{height:470px}.case-footer{padding-block:28px;font-size:.9rem}.about-hero{padding-block:30px 42px;border-radius:0 0 26px 26px}.about-layout{gap:25px}.about-intro{display:block}.about-intro h1{font-size:5.5rem;margin-bottom:25px}.about-portrait{padding:10px;border-radius:17px}.voice-panel{border-radius:17px}.play-section{padding-block:42px 50px}.play-section h2{font-size:3.3rem;max-width:300px;margin-bottom:27px}.play-art{border-radius:14px}
}
@media(max-width:430px){.nav-inner{flex-wrap:wrap;gap:9px;padding-block:14px}.wordmark{width:100%;font-size:1rem}.nav-links{width:100%;justify-content:space-between;gap:15px}.nav-links a:last-child{padding:6px 15px}.hero-name{font-size:5.3rem}.hero-art{height:320px}.hero-project-0{height:140px}.hero-project-1{height:200px;top:70px}.hero-project-2{height:126px;top:203px}.hero-description{font-size:1rem}.hero-actions{gap:19px}.hero .text-link{font-size:.875rem}.contact h2{font-size:3.1rem}.contact-sparkle{width:42px;height:42px;font-size:1.4rem}.quote-author .company-avatar{width:25px;height:25px}.project h3,.project.featured h3{font-size:1.85rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.hero-project{translate:none!important}}

.hero-project:focus-visible{z-index:6}

/* Case studies: native, responsive research content extracted from original artwork. */
.page-case{background:var(--paper);color:var(--ink)}
.page-case main{--case-accent:#7350a4;--case-tint:#e9def7;--case-bright:#cfb4f0}
.page-case .case-new-down-syndrome{--case-accent:#41623b;--case-tint:#e3ebd7;--case-bright:#c5dba6}
.page-case .case-m-indicator{--case-accent:#b44035;--case-tint:#f4ded7;--case-bright:#f5b8a6}
.page-case .case-vr{--case-accent:#236276;--case-tint:#dcebef;--case-bright:#a8d9e5}
.page-case .case-meet-up{--case-accent:#856020;--case-tint:#eee3c8;--case-bright:#e5ce95}
.case-hero{background:var(--dark);color:var(--white)}
.case-intro{max-width:none;padding-block:42px 48px}
.case-intro>.text-link{margin-bottom:34px;color:#c5becd}
.case-hero-grid{display:grid;grid-template-columns:1.16fr 1fr;gap:65px;align-items:center}
.case-intro h1{font-size:clamp(3rem,4.6vw,4.6rem);line-height:1.05;letter-spacing:-.048em;font-weight:500;max-width:820px}
.case-subtitle{font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.65;color:#cec7d5;max-width:660px;margin-top:27px}
.case-role{margin-top:24px;font-size:.875rem;color:#beb4c7;border-color:var(--case-bright);max-width:600px}
.case-hero-art{background:var(--case-tint);border-radius:22px;min-width:0;aspect-ratio:1.15;display:flex;align-items:center;justify-content:center;overflow:hidden;transform:rotate(2deg)}
.case-hero-art>img{width:100%;height:100%;object-fit:contain;padding:6%}
.case-hero-art .art-crop{width:100%;border-radius:0}
.case-vr .case-hero-art>img{padding:0;object-fit:cover}
.case-meet-up .case-hero-art{aspect-ratio:auto;padding:22px;transform:rotate(-2deg);background:#313035}
.case-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px;margin:48px 0 0;padding-top:30px;border-top:1px solid #ffffff23}
.case-meta dt{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:var(--case-bright);margin-bottom:10px}
.case-meta dd{margin:0;font-size:.95rem;line-height:1.6;max-width:310px;color:#ece6f0}
.case-toc{position:sticky;top:94px;z-index:20;background:#f5f3eff5;backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.case-toc>div{max-width:1440px;padding:0 var(--gutter);margin:auto;display:flex;gap:34px;overflow:auto;scrollbar-width:thin}
.case-toc a{white-space:nowrap;padding:19px 0;font-size:.875rem;color:var(--muted);border-bottom:2px solid transparent;transition:color .2s,border-color .2s}
.case-toc a:hover,.case-toc a.is-active{color:var(--case-accent);border-bottom-color:var(--case-accent)}
.case-body{counter-reset:case-section;padding-top:30px;padding-bottom:65px}
.case-body [id]{scroll-margin-top:180px}
.native-section{display:grid;grid-template-columns:210px minmax(0,1fr);gap:50px;padding:66px 0;border-bottom:1px solid var(--line);counter-increment:case-section}
.native-section-title:before{content:counter(case-section,decimal-leading-zero);display:block;margin-bottom:17px;color:var(--case-accent);font-size:.8rem;letter-spacing:.08em}
.native-section-title h2{font-size:1.5rem;line-height:1.27;letter-spacing:-.025em;font-weight:500;max-width:260px;text-wrap:balance}
.native-section-body{min-width:0;font-size:1.125rem;line-height:1.75;color:#58535c}
.native-section-body p{max-width:850px}
.native-section-body p+p{margin-top:20px}
.native-section-body>h3{font-size:1.6rem;letter-spacing:-.035em;font-weight:500;color:var(--ink);margin:36px 0 22px;line-height:1.3}
.native-section-body>h3:first-child{margin-top:0}
.native-section-body a{color:var(--case-accent);text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}
.native-section-body strong,.native-section-body b{color:var(--ink)}
.native-section:has(.native-section-body:empty){display:block;padding:50px 0 24px;border:0}
.native-section:has(.native-section-body:empty) .native-section-title h2{font-size:clamp(2rem,4vw,3.4rem);max-width:900px}
.native-section-title:has(h2:empty){display:none}
.native-section:has(h2:empty){display:block;max-width:850px;margin-left:auto;padding-block:24px}
.native-section:has(h2:empty) .native-section-body{width:100%}
.native-statement .native-section-body>p{font-size:clamp(1.75rem,2.75vw,2.7rem);line-height:1.3;letter-spacing:-.035em;color:var(--ink)}
.native-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:28px 0}
.native-cards:first-child{margin-top:0}
.native-cards:last-child{margin-bottom:0}
.native-cards:has(>.native-card:nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}
.native-card{padding:26px;background:#fffefa;border:1px solid #e4dfd8;border-radius:16px;min-width:0;font-size:1rem;line-height:1.7}
.card-index{font-size:.75rem;letter-spacing:.07em;color:var(--case-accent);display:block;margin-bottom:20px}
.native-card h3{font-size:1.2rem;font-weight:550;line-height:1.35;letter-spacing:-.02em;color:var(--ink);margin-bottom:14px}
.native-card h3:not(:first-of-type){font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;margin-top:26px;color:var(--case-accent)}
.native-card p+p{margin-top:16px}
.native-tags{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}
.native-tags span{display:inline-flex;padding:5px 10px;border:1px solid #dcd7d0;border-radius:6px;color:var(--case-accent);font-size:.75rem;font-weight:500;line-height:1.45;background:var(--case-tint)}
.case-hero .native-tags{margin:0 0 20px}
.case-hero .native-tags:empty{display:none}
.case-hero .native-tags span{color:var(--case-bright);border-color:#ffffff23;background:#ffffff07}
.native-quote{padding:28px 30px;background:var(--case-tint);border-radius:14px;margin:30px 0;color:var(--ink);border-left:3px solid var(--case-accent)}
.native-quote>span{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--case-accent);margin-bottom:13px}
.native-quote p{font:400 clamp(1.7rem,2.4vw,2.4rem)/1.28 var(--serif);letter-spacing:-.01em}
.native-card .native-quote{padding:0 0 0 17px;background:transparent;border-radius:0;margin:22px 0}
.native-card .native-quote p{font-size:1.55rem;line-height:1.35}
.native-split .native-quote{padding:23px}
.native-split .native-quote p{font:400 1rem/1.7 var(--sans);letter-spacing:0}
.native-list{padding:0;margin:22px 0;list-style:none}
.native-list li{position:relative;padding-left:22px;margin:13px 0}
.native-list li:before{content:'';position:absolute;left:0;top:.7em;width:6px;height:6px;border-radius:50%;background:var(--case-accent)}
.native-card .native-list{font-size:.925rem;margin-bottom:0}
.native-card .native-list li{margin:10px 0}
.native-split{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;min-width:0}
.native-split>div{min-width:0}
.native-split h3{font-size:1.45rem;letter-spacing:-.025em;line-height:1.3;font-weight:500;color:var(--ink);margin-bottom:20px}
.native-split .native-cards{grid-template-columns:1fr;margin:0}
.native-split .native-card{padding:18px 20px;background:transparent;border:0;border-bottom:1px solid var(--line);border-radius:0}
.native-split .native-card .card-index{margin-bottom:6px}
.native-split .native-card h3{font-size:1.1rem;margin-bottom:9px}
.native-split .native-card:last-child{border-bottom:0}
.art-crop{position:relative;overflow:hidden;border-radius:14px;isolation:isolate;background:#19191c}
.art-crop img{position:absolute;display:block}
.native-section-body>.art-crop{margin-top:30px}
.portrait-art{max-width:270px;margin-inline:auto;width:100%}
.native-card .art-crop{margin-top:25px;border-radius:10px}
.native-feature .native-section-body>p{max-width:700px}
.scenario-list{margin-top:32px}
.scenario-list .native-split{margin:38px 0;gap:30px}
.scenario-list .native-split h3{font-size:1.6rem}
.scenario-list .native-split:nth-child(even)>div:first-child{order:2}
.native-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:24px;margin:32px 0;padding:30px 0;border-block:1px solid var(--line)}
.native-stats>div{display:flex;flex-direction:column-reverse;justify-content:flex-end;gap:12px}
.native-stats dt{font-size:.875rem;line-height:1.5;color:var(--muted);max-width:250px}
.native-stats dd{font-size:clamp(2.9rem,4.2vw,4.3rem);font-weight:500;line-height:1;letter-spacing:-.045em;color:var(--case-accent);margin:0;font-variant-numeric:tabular-nums}
.native-stats:has(>div:only-child){border:0;background:var(--case-tint);border-radius:16px;padding:32px}
.native-stats:has(>div:only-child) dt{max-width:650px;font-size:1.05rem;color:var(--ink)}
.status-legend{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:20px}
.status-legend p{position:relative;padding:18px 18px 18px 37px;border:1px solid var(--line);border-radius:12px;font-size:.85rem;margin:0!important}
.status-legend strong{display:block;font-size:1rem;margin-bottom:5px}
.status-legend i{position:absolute;left:17px;top:26px;width:9px;height:9px;border-radius:100%}
.status-legend .safe{background:#368255}.status-legend .attention{background:#bd7c14}.status-legend .risk{background:#bd413d}
.native-table{width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:12px;background:var(--white)}
.native-table table{border-collapse:collapse;min-width:650px;width:100%;font-size:.925rem;line-height:1.55;text-align:left}
.native-table th,.native-table td{padding:17px 20px;border-bottom:1px solid var(--line);vertical-align:top}
.native-table thead{background:var(--case-tint);font-size:.75rem;letter-spacing:.035em;text-transform:uppercase;color:var(--case-accent)}
.native-table tbody th{font-weight:550;min-width:140px;color:var(--ink)}
.native-table tr:last-child>*{border:0}
.native-table tbody tr:last-child{background:#ece7db}
.native-steps{list-style:none;counter-reset:steps;padding:0;margin:0}
.native-steps li{position:relative;counter-increment:steps;padding:0 0 26px 45px;border-left:1px solid var(--line);margin-left:15px}
.native-steps li:last-child{padding-bottom:0;border:0}
.native-steps li:before{content:counter(steps);position:absolute;left:-15px;top:0;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--case-tint);color:var(--case-accent);font-size:.85rem}
.native-steps li h3{font-size:1.1rem;margin:0 0 9px}
.native-steps li p{font-size:1rem}
.token-example{padding:35px;background:#24202c;color:#eee6f8;border-radius:18px;text-align:center;font-size:.9rem}
.token-example>span{display:block}.token-example>small{color:#b7dca1}.token-example>strong{font-size:2.75rem;color:#fff;display:block;letter-spacing:-.05em;margin-top:23px;font-weight:500}
.token-example>div{display:flex;gap:10px;margin:40px 0 20px}.token-example>div>div{flex:1;padding:14px 6px;background:#ffffff0a;border:1px solid #ffffff18;border-radius:8px}.token-example b{display:block;color:#fff;font-size:.9rem}.token-example>p{color:#bcb1c8;font-size:.8rem}
.native-donut{width:220px;aspect-ratio:1;border-radius:50%;background:conic-gradient(var(--case-accent) 0 85%,#d6d1ca 85% 100%);display:grid;place-items:center;margin:25px auto}
.native-donut>span{width:76%;aspect-ratio:1;background:var(--paper);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.8rem}
.native-donut strong{font-size:3rem;letter-spacing:-.04em;font-weight:500;color:var(--case-accent)}
.case-action{max-width:none;margin:25px 0 35px 260px;color:var(--case-accent)}
.case-action .text-link:hover{color:var(--ink)}
.audio-walkthrough{background:var(--white);border:1px solid var(--line);margin:20px 0 10px;padding:24px 30px;border-radius:14px}
.audio-walkthrough h2{color:var(--ink);font-size:1.15rem}.audio-walkthrough p{color:var(--muted);font-size:.875rem}.audio-walkthrough audio{color-scheme:light}
.case-body .embed-shell{margin:25px 0 40px 260px;background:#eee9e1;border-color:var(--line)}
.case-body .embed-shell iframe{height:560px}
.case-body .embed-shell.video iframe{height:auto}
.case-figure.artifact-figure{margin:30px 0 40px 260px;background:#19191c;border:0;border-radius:16px}
.artifact-figure figcaption{display:flex;justify-content:space-between;padding:14px 20px;background:#eae6df;color:var(--muted);font-size:.85rem}
.case-vr .artifact-figure{max-height:none}.case-vr .artifact-figure img{max-height:590px;object-fit:cover}
.original-artwork{margin-top:65px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.original-artwork summary{display:flex;justify-content:space-between;gap:20px;align-items:center;cursor:pointer;padding:24px 0;font-size:.925rem;color:var(--muted);list-style:none}
.original-artwork summary::-webkit-details-marker{display:none}.original-artwork summary span{font-size:1.5rem}.original-artwork[open] summary span{transform:rotate(45deg)}
.original-art-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding:10px 0 35px}.original-art-grid a{border-radius:10px;background:#202028;overflow:hidden;border:1px solid var(--line)}.original-art-grid img{width:100%}
.page-case .case-footer{color:var(--ink);border-color:var(--line);background:var(--paper)}
.page-case a:focus-visible{outline-color:var(--case-accent)}.page-case .site-header a:focus-visible,.case-hero a:focus-visible{outline-color:var(--accent)}
.about-avatar{position:relative;overflow:hidden;width:260px;height:215px;background:transparent;margin:0 0 25px}
.about-avatar img{position:absolute;max-width:none;width:680px;height:auto;left:-233px;top:-4px}
.about-name{font:500 clamp(2.2rem,3.7vw,3.5rem)/1.15 var(--sans);letter-spacing:-.04em;margin-bottom:23px}.about-name em{display:block;font:italic 1.25em/1.1 var(--serif);color:var(--accent)}
.about-description{font-size:1.1rem;color:#c7bece;line-height:1.75;margin-top:15px;max-width:490px}
@media(max-width:1200px){.case-hero-grid{gap:35px}.native-section{grid-template-columns:175px minmax(0,1fr);gap:35px}.case-action,.case-body .embed-shell,.case-figure.artifact-figure{margin-left:210px}.native-cards:has(>.native-card:nth-child(3):last-child){grid-template-columns:1fr}.native-cards:has(>.native-card:nth-child(3):last-child) .native-card{padding:23px}.native-card{padding:23px}.native-section-title h2{font-size:1.35rem}.native-split{gap:24px}.native-section-body{font-size:1.05rem}.status-legend{grid-template-columns:1fr}.case-meta{gap:24px}.native-stats{gap:20px;grid-template-columns:repeat(auto-fit,minmax(125px,1fr))}.native-stats dd{font-size:3.25rem}.case-toc>div{gap:27px}}
@media(max-width:900px){.case-hero-grid{grid-template-columns:1fr 1fr;gap:30px}.case-intro h1{font-size:3rem}.case-subtitle{font-size:1.05rem}.native-section{display:block;padding-block:48px}.native-section-title{display:flex;align-items:baseline;gap:18px;margin-bottom:28px}.native-section-title h2{font-size:1.8rem;max-width:700px;text-wrap:initial}.native-section-title:before{margin:0;flex-shrink:0}.native-section:has(h2:empty){margin:0}.case-action,.case-body .embed-shell,.case-figure.artifact-figure{margin-left:0}.native-cards:has(>.native-card:nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}.native-card{padding:22px}.native-section-body{font-size:1.1rem}.case-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.native-stats dd{font-size:3.5rem}.case-body [id]{scroll-margin-top:175px}.about-intro{display:block}.about-intro h1{margin-bottom:26px}}
@media(max-width:800px){.case-toc{top:80px}.case-toc>div{gap:25px}.case-toc a{padding:16px 0}.native-cards:has(>.native-card:nth-child(3):last-child){grid-template-columns:1fr}.native-cards:has(>.native-card:nth-child(3):last-child) .card-index{margin-bottom:10px}.case-hero-grid{grid-template-columns:1fr}.case-intro h1{font-size:clamp(2.7rem,7.5vw,4.2rem)}.case-hero-art{aspect-ratio:1.9;transform:none;max-width:650px}.case-hero-art>img{padding:4% 12%}.case-vr .case-hero-art>img{padding:0}.case-meet-up .case-hero-art{transform:none;max-width:650px}.case-subtitle{max-width:650px}.case-intro{padding-bottom:36px}.case-meta{margin-top:30px}.case-body{padding-top:16px}.case-intro>.text-link{margin-bottom:25px}.native-section-title h2{font-size:1.8rem}.audio-walkthrough{grid-template-columns:1fr;gap:18px}.native-split{gap:26px}.original-art-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.case-toc{top:74px}.case-toc>div{padding-inline:20px;gap:24px}.case-toc a{font-size:.8rem;padding:14px 0}.case-body{padding-inline:20px}.case-intro{padding-top:28px}.case-intro h1{font-size:2.85rem}.case-subtitle{font-size:1.05rem;line-height:1.7;margin-top:23px}.case-role{font-size:.8rem;line-height:1.65}.case-hero-grid{gap:32px}.case-hero-art{aspect-ratio:1.4;border-radius:16px}.case-hero-art>img{padding:5%}.case-meta{gap:23px 20px;padding-top:25px}.case-meta dt{font-size:.7rem}.case-meta dd{font-size:.875rem}.native-section{padding-block:38px}.native-section-title{gap:15px;margin-bottom:24px;align-items:flex-start}.native-section-title:before{padding-top:7px}.native-section-title h2{font-size:1.75rem;line-height:1.2}.native-section-body{font-size:1rem;line-height:1.8}.native-cards,.native-cards:has(>.native-card:nth-child(3):last-child){grid-template-columns:1fr;gap:15px;margin-block:24px}.native-card{padding:24px}.native-card h3{font-size:1.2rem}.native-split{grid-template-columns:1fr;gap:26px}.native-split>div{width:100%}.native-split .art-crop{max-width:100%;margin:0}.native-split .portrait-art{max-width:240px;margin-inline:auto}.native-quote{padding:24px 23px;margin-block:25px}.native-quote p{font-size:1.9rem}.native-split .native-quote p{font-size:1rem}.native-statement .native-section-body>p{font-size:1.9rem;line-height:1.3}.native-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px;padding-block:25px}.native-stats dd{font-size:3rem}.native-stats dt{font-size:.825rem}.native-stats:has(>div:only-child){grid-template-columns:1fr;padding:26px}.native-stats:has(>div:nth-child(3):last-child){grid-template-columns:1fr}.native-stats:has(>div:nth-child(3):last-child)>div{display:grid;grid-template-columns:120px 1fr;gap:20px;align-items:center}.native-stats:has(>div:nth-child(3):last-child) dt{grid-column:2;grid-row:1}.native-stats:has(>div:nth-child(3):last-child) dd{grid-column:1;grid-row:1}.scenario-list .native-split:nth-child(even)>div:first-child{order:0}.scenario-list .native-split{gap:23px;margin-block:30px}.scenario-list .native-split h3{font-size:1.6rem}.native-table table{font-size:.875rem}.native-table th,.native-table td{padding:15px}.native-section-body>h3{font-size:1.45rem;margin-top:28px}.native-list{margin-block:20px}.case-body .embed-shell iframe{height:430px}.audio-walkthrough{padding:22px;margin-top:12px}.audio-walkthrough h2{font-size:1.1rem}.case-body [id]{scroll-margin-top:158px}.case-action{margin-block:22px}.artifact-figure figcaption{padding:13px 16px}.original-art-grid{grid-template-columns:1fr}.original-artwork{margin-top:40px}.about-avatar{width:240px;height:200px}.about-avatar img{width:630px;left:-216px}.about-name{font-size:2.6rem}.about-description{font-size:1.05rem}.case-meet-up .case-hero-art{padding:12px}}
@media(max-width:430px){.case-toc{top:116px}.case-body [id]{scroll-margin-top:198px}.case-intro h1{font-size:2.65rem}.case-meta{grid-template-columns:1fr}.case-meta dd{max-width:none}.case-meta>div{display:grid;grid-template-columns:65px 1fr;gap:15px}.case-meta dt{margin-top:4px}.native-section-title h2{font-size:1.6rem}}
.case-toc{top:var(--header-height,94px)}
.case-body [id]{scroll-margin-top:calc(var(--header-height,94px) + 82px)}

/* Product exhibits: complete screens, shared device framing, and native UI detail. */
.source-viewport{display:block;width:100%;height:auto;flex-shrink:1;overflow:hidden}
.source-viewport image{image-rendering:auto}
.screen-showcase{--screen-surface:#ece8f1;display:flex;align-items:center;justify-content:center;gap:28px;padding:46px;background:var(--screen-surface);border:1px solid #24212808;border-radius:24px;isolation:isolate;min-width:0;position:relative;width:100%}
.case-new-down-syndrome .screen-showcase,.preview-new-down-syndrome .screen-showcase{--screen-surface:#e0e8d8}
.case-crypto .screen-showcase,.preview-crypto .screen-showcase{--screen-surface:#e5def2}
.case-m-indicator .screen-showcase,.preview-m-indicator .screen-showcase{--screen-surface:#f1dfdb}
.case-meet-up .screen-showcase,.preview-meet-up .screen-showcase{--screen-surface:#d9dbdf}
.product-device{min-width:0;position:relative;flex-shrink:0;background:#212025;border:1px solid #514d58;box-shadow:0 20px 32px -18px #21132d60,0 4px 9px #21132d10;container-type:inline-size}
.device-display{overflow:hidden;background:#fafbfc;min-width:0}
.device-phone{width:min(280px,100%);padding:5px;border-radius:27px}
.device-phone .device-display{border-radius:21px}
.device-tablet,.device-desktop{width:100%;padding:7px;border-radius:17px;max-width:970px}
.device-tablet .device-display,.device-desktop .device-display{border-radius:10px}
.device-desktop{padding:8px;background:#28272c;border-radius:14px}
.device-desktop .device-display{background:#191919;border-radius:7px}
.showcase-phone.screens-2 .device-phone{width:calc((100% - 28px)/2);max-width:260px}
.showcase-phone.screens-3 .device-phone{width:calc((100% - 44px)/3);max-width:270px}
.showcase-phone.screens-3{gap:22px}
.showcase-tablet.screens-2,.showcase-tablet.screens-4{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;padding:36px}
.showcase-tablet.screens-4{gap:34px;padding:42px}
.showcase-tablet.screens-4 .device-tablet{padding:5px;border-radius:13px}
.showcase-tablet.screens-4 .device-display{border-radius:7px}
.native-section-body>.screen-showcase{margin-top:30px}
.native-feature{grid-template-columns:1fr;gap:28px}
.native-feature .native-section-title{display:flex;align-items:baseline;gap:20px}
.native-feature .native-section-title:before{margin:0}
.native-feature .native-section-title h2{max-width:950px;font-size:clamp(2rem,3.7vw,3.3rem);line-height:1.13;font-weight:500;letter-spacing:-.035em;text-wrap:initial}
.native-feature .native-split{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:56px;align-items:center}
.native-feature .native-section-body>p{max-width:820px;font-size:1.125rem}
.native-feature .screen-showcase{min-height:0}
.native-feature:has(.screens-3) .native-split{grid-template-columns:1fr}
.native-feature:has(.screens-3) .native-split>div:first-child{max-width:800px}
.native-feature:has(.screens-3) .screen-showcase{padding:50px 70px}
.native-split>.screen-showcase,.native-split>div>.screen-showcase{margin:0}
.story-photo{border-radius:18px;overflow:hidden;background:transparent;line-height:0;box-shadow:none}
.story-photo .source-viewport{width:100%;height:auto;border-radius:0}
.native-split .story-photo{max-width:600px;margin:auto}
.scenario-list .story-photo{box-shadow:0 8px 26px #103b4510;border-radius:16px}
.native-section-body>.story-photo{margin-top:28px}
.case-hero-art{border:0;border-radius:22px;transform:none;box-shadow:none;position:relative;aspect-ratio:1.15;overflow:visible;background:transparent}
.case-hero-art>.screen-showcase{position:absolute;inset:0;width:100%;height:100%}
.case-meet-up .case-hero-art{aspect-ratio:1.35;padding:0;background:transparent;transform:none}
.case-vr .case-hero-art{aspect-ratio:auto;overflow:hidden;background:transparent}
.case-vr .case-hero-art>img{height:auto;object-fit:contain;padding:0;border-radius:20px}
.case-vr .artifact-figure img{max-height:none;object-fit:contain}
.case-figure.artifact-figure{margin-left:0;background:#25232a;padding:26px;border:1px solid #ded9d2}
.case-figure.artifact-figure>a{display:block;background:#202028;border-radius:10px;overflow:hidden}
.artifact-figure figcaption{background:transparent;color:#c6bdce;padding:18px 0 0;font-size:.875rem}
.case-figure.artifact-figure img{width:100%;height:auto;max-height:none;object-fit:contain}

/* Compact project previews share the same screen assets as the case studies. */
.showcase-compact{container-type:size;border:0;border-radius:inherit;padding:28px;gap:20px;height:100%;overflow:visible}
.showcase-compact .device-phone{height:82cqh;width:auto;aspect-ratio:.455;max-width:none!important;padding:3px;border-radius:17px}
.showcase-compact .device-phone .device-display{height:100%;border-radius:13px}
.showcase-compact .device-phone .source-viewport{height:100%;width:100%}
.showcase-compact .device-tablet{width:min(92cqw,125cqh);padding:5px;border-radius:13px;max-width:100%}
.showcase-compact .device-tablet .device-display{border-radius:8px}
.showcase-compact .device-desktop{width:min(92cqw,160cqh);padding:5px;max-width:100%;border-radius:12px}
.project-visual{aspect-ratio:1.38;margin:0;border-radius:0;position:relative}
.project-visual>.screen-showcase{position:absolute;inset:0;width:100%;height:100%;border-radius:0}
.featured .project-visual{aspect-ratio:2.15}
.project-visual>img,.featured .project-visual>img{transform:none!important;filter:none;width:100%;height:100%;object-fit:contain;padding:7%;transition:none}
.project-visual .source-viewport{transform:none!important;filter:none;padding:0}
.project-3 .project-visual{aspect-ratio:auto;background:#0e3c4b}
.project-3 .project-visual>img{position:static;height:auto;object-fit:contain;width:100%;padding:0}
.preview-nandos{background:#e8c5a4}
.preview-nandos>img{padding:8%;object-fit:contain}
.project-number{top:23px;left:25px;z-index:3;color:#48414d}
.view-arrow{z-index:3;right:23px;bottom:23px}
.hero-project{border-radius:18px;box-shadow:0 20px 40px #0003}
.hero-project>.screen-showcase{position:absolute;inset:0;width:100%;height:100%;border-radius:inherit;background:inherit;padding:0}
.hero-project-0{transform:rotate(5deg)}.hero-project-1{transform:rotate(-4deg)}.hero-project-2{transform:rotate(4deg)}
.hero-project-0:hover{transform:translateY(-8px) rotate(3deg)}.hero-project-1:hover{transform:translateY(-8px) rotate(-2deg)}.hero-project-2:hover{transform:translateY(-8px) rotate(2deg)}
.hero-project>img{padding:8%;object-fit:contain;transform:none}
.hero-project .showcase-compact .device-phone{height:83cqh}
.hero-project .showcase-compact .device-tablet{width:min(91cqw,122cqh)}

/* Native recreations preserve the screen copy and remove baked-in red annotations. */
.mock-app{font-family:Figtree,Arial,sans-serif;font-size:4cqw;line-height:1.45;color:#242337;background:#f8f9fc;text-align:left;letter-spacing:0}
.mock-app *{box-sizing:border-box}
.mock-app strong,.mock-app b{color:#242337;font-weight:600;letter-spacing:0}
.mock-app small{display:block;font-size:3.15cqw;line-height:1.5;color:#8b8d9b}
.mock-app p{margin:0;max-width:none}
.mock-app .ui-glyph{width:5cqw;height:5cqw;flex-shrink:0}
.mock-status{display:flex;justify-content:space-between;padding:4cqw 6cqw 2cqw;background:white;font-size:3.3cqw;color:#242337}
.mock-appbar{display:flex;align-items:center;gap:3cqw;padding:5cqw 5cqw;background:white;border-bottom:1px solid #eeedf3}
.mock-appbar strong{font-size:5cqw}
.mock-app-content{padding:5cqw}
.wallet-balance{background:#5945e7;color:#f3f0ff;border-radius:5cqw;padding:6cqw 5cqw;box-shadow:0 7px 18px -12px #4330a9}
.wallet-balance>span{font-size:3.5cqw;color:#d9d4ff}
.wallet-balance>strong{font-size:9cqw;line-height:1.25;color:#fff;display:block;margin:2cqw 0 1cqw;letter-spacing:-.045em;font-weight:550}
.wallet-balance>p{font-size:3.5cqw;color:#d9d4ff}
.wallet-balance>div{display:grid;grid-template-columns:1fr 1fr;gap:3cqw;margin-top:7cqw}
.wallet-balance>div>div{background:#ffffff16;border:1px solid #ffffff17;border-radius:3cqw;padding:3cqw}
.wallet-balance>div span{display:block;font-size:3.1cqw;color:#ddd8ff}
.wallet-balance>div b{display:block;font-size:4.1cqw;color:white;font-weight:500;margin-top:1cqw}
.mock-actions{display:flex;gap:3cqw;margin:5cqw 0 7cqw}
.mock-actions>span{display:flex;justify-content:center;align-items:center;gap:2cqw;background:#eeeafa;color:#5744c7;flex:1;padding:3.5cqw 2cqw;border-radius:3cqw;font-size:3.8cqw;font-weight:600}
.mock-actions>span:first-child{background:#e4f4ed;color:#258765}
.mock-actions .ui-glyph{width:4cqw;height:4cqw}
.mock-section-label{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4cqw;font-size:4cqw}
.mock-section-label>span{font-size:3.3cqw;color:#7664d4}
.mock-transaction{background:white;border:1px solid #ecebf2;border-radius:4cqw;margin:3cqw 0;overflow:hidden}
.transaction-main{padding:4cqw 3cqw;display:flex;gap:3cqw;align-items:center}
.transaction-main>div:nth-child(2){flex:1;min-width:0}.transaction-main>div:last-child{text-align:right}
.transaction-main strong,.transaction-main b{font-size:3.65cqw;display:block}
.transaction-icon{display:grid;place-items:center;flex:none;width:10cqw;height:10cqw;border-radius:50%;background:#eaf7ef}
.transaction-icon.debit{background:#ffebe7}
.mock-app .credit,.portfolio-preview .credit{color:#228a65}.mock-app .debit,.portfolio-preview .debit{color:#c16855}
.transaction-receipt{display:flex;justify-content:space-between;gap:5px;padding:2.5cqw 4cqw;border-top:1px solid #f0eff5;font-size:3cqw;color:#a3a1ae}
.transaction-receipt b{color:#7664d4;font-weight:500}
.mock-intro{color:#8d899d;font-size:3.55cqw;margin-bottom:5cqw!important}
.order-stock{padding:4cqw;border:1px solid #ecebf2;border-radius:4cqw;background:white;margin-bottom:6cqw}
.order-stock>div:first-child{display:flex;align-items:start;gap:4px;justify-content:space-between}
.order-stock>div:first-child strong{font-size:4cqw;max-width:70%;line-height:1.4}
.buy-label{padding:1cqw 2cqw;border-radius:2cqw;color:#228a65;background:#e4f4ed;font-size:3cqw}
.order-grid{display:grid;grid-template-columns:1fr 1fr;gap:4cqw;margin-top:5cqw}
.order-grid span{display:block;font-size:3cqw;color:#92909e}
.order-grid b{font-size:3.8cqw;display:block;margin-top:1cqw}
.fee-list{font-size:3.5cqw;padding-bottom:3cqw}
.fee-list>div{display:flex;justify-content:space-between;margin:3cqw 0;gap:15px}
.fee-list b{font-weight:500}
.fee-list .fee-total{border-top:1px solid #e8e7ee;padding-top:3cqw;margin-top:4cqw;font-weight:600}
.net-payable{padding:4cqw 0;display:flex;justify-content:space-between;align-items:center;font-size:3.7cqw;border-top:1px solid #e8e7ee;margin-bottom:4cqw;gap:5px}
.net-payable strong{color:#6550d8;font-size:4.3cqw}
.hash-verification{display:flex;align-items:center;gap:2.5cqw;padding:4cqw 3cqw;background:#eeebfb;border:1px solid #ded6f6;border-radius:3cqw;font-size:3.25cqw;color:#6253a3}
.hash-verification>span{flex:1}.hash-verification .ui-glyph{width:4cqw;height:4cqw}
.mock-primary{margin-top:5cqw;padding:4cqw;border-radius:3cqw;background:#5c46dc;text-align:center;color:#fff;font-size:4cqw;font-weight:550}
.mock-cancel{text-align:center;font-size:3.5cqw;margin-top:4cqw!important;color:#777080}
.portfolio-preview{background:white;border:1px solid #e9e5ef;padding:28px;border-radius:18px;width:100%;max-width:430px;box-shadow:0 15px 35px -22px #35244850;color:#2c2737;font-size:14px;line-height:1.5}
.portfolio-preview .mock-section-label{font-size:16px;margin-bottom:28px}
.portfolio-preview .mock-section-label span{font-size:12px}
.portfolio-row{display:flex;align-items:center;gap:12px;padding:17px 0;border-bottom:1px solid #f0ecf3}
.portfolio-row>div:nth-child(2){flex:1}.portfolio-row>div:last-child{text-align:right}
.portfolio-row i{font:600 10px/1 Figtree,sans-serif;width:33px;height:33px;background:#ebe7ff;border-radius:10px;display:grid;place-items:center;color:#6d56c3;font-style:normal}
.portfolio-row strong,.portfolio-row b{display:block;font-size:13px;font-weight:550}.portfolio-row small{display:block;font-size:11px;color:#8f879b;margin-top:3px}
.portfolio-total{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:12px;margin-top:23px}
.portfolio-total+div{margin-top:10px}.portfolio-total strong{font-size:22px;letter-spacing:-.035em}

/* The studio controls are drawn as interface elements, so they stay sharp. */
.studio-ui-detail{margin-top:27px;min-height:145px;padding:25px;background:#1e2025;border:1px solid #30343c;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#d4d9e1;font:500 12px/1.5 Figtree,sans-serif;container-type:inline-size}
.canvas-equation{display:flex;align-items:center;gap:15px;flex-wrap:wrap;justify-content:center;font-size:11px;letter-spacing:.07em}.canvas-equation>span{padding:24px 18px;border:1px solid #395047;border-radius:12px;color:#76d6a6;background:#26342e}.canvas-equation b{font-size:22px;color:#69c79a!important}.canvas-equation strong{color:#75d2a3!important;font-size:10px;font-weight:500}
.studio-layouts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;width:100%}.layout-tile{border:1px solid #3b3e46;padding:5px;height:42px;border-radius:6px;display:grid;grid-template-columns:1fr 1fr;gap:3px;background:#252830}.layout-tile i{border-radius:2px;background:#5e6370}.layout-tile.selected{border-color:#79caa7;background:#273931}.layout-tile.selected i{background:#75c7a4}.layout-2{grid-template-columns:1fr}.layout-3{grid-template-columns:2fr 1fr}.layout-4,.layout-6{grid-template-columns:repeat(3,1fr)}.layout-5{grid-template-columns:1fr 1fr}.layout-5 i:first-child{grid-column:1/-1}.layout-7{grid-template-columns:1fr}
.destination-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;align-items:center;font-size:11px}.destination-chips>span{padding:8px 12px;border-radius:7px;border:1px solid #454a53;color:#7f8797}.destination-chips>i{font-style:normal;color:#8b95a4}.destination-chips>.facebook{color:#87b9f7;background:#263348;border-color:#394e6b}.destination-chips>.khulke{color:#7ad5a5;background:#263b31;border-color:#345642}
.format-comparison{display:flex;gap:40px;align-items:end}.format-comparison>div{text-align:center;color:#9fa8b8;font-size:11px}.format-comparison i{border:1px solid #414b57;background:#282e37;display:grid;place-items:center;font-style:normal;font-size:11px;border-radius:7px;margin-bottom:10px}.format-desktop{width:100px;height:57px}.format-mobile{width:42px;height:75px;color:#88bffa;border-color:#6886ac!important}.format-comparison>div:last-child>span{color:#88bffa}
.broadcast-states{display:flex;align-items:center;gap:17px;text-align:center;font-size:11px}.broadcast-states>div>span{display:block;padding:12px 18px;border-radius:8px;border:1px solid #ed655f;color:#fff;background:#d65450;letter-spacing:.035em;font-weight:600}.broadcast-states>div:last-child>span{background:transparent;color:#f88b84;border-color:#de716c}.broadcast-states small{display:block;margin-top:10px;color:#929bab;font-size:10px}.broadcast-states>i{font-style:normal;font-size:18px;color:#8e98a9;margin-top:-23px}
.studio-zones{display:flex;gap:14px;width:100%}.studio-zones>div{flex:1;border:1px solid #3a4850;background:#262d31;border-radius:8px;padding:12px;min-width:0}.studio-zones strong{color:#82cba4!important;font-size:10px;font-weight:500;letter-spacing:.08em}.studio-zones>div:last-child strong{color:#a4acbc!important}.studio-zones>div>div{display:flex;gap:6px;margin-top:15px}.studio-zones i{height:40px;background:#3a4a48;border-radius:4px;flex:1}.studio-zones>div:last-child>div{display:grid;gap:7px}.studio-zones>div:last-child i{height:14px;background:#414953}

@media(max-width:1200px){.native-feature .native-split{gap:35px}.screen-showcase{padding:33px;gap:20px}.showcase-phone.screens-2 .device-phone{width:calc((100% - 20px)/2)}.native-feature:has(.screens-2) .native-split{grid-template-columns:1fr}.native-feature:has(.screens-2) .native-split>div:first-child{max-width:790px}.showcase-phone.screens-2 .device-phone{max-width:260px}.showcase-tablet.screens-2,.showcase-tablet.screens-4{padding:30px;gap:24px}.native-feature:has(.screens-3) .screen-showcase{padding:40px}.case-figure.artifact-figure{margin-left:0}}
@media(max-width:900px){.native-feature .native-split{grid-template-columns:1fr}.native-feature .screen-showcase{max-width:none}.screen-showcase{padding:40px}.showcase-phone.screens-1 .device-phone{max-width:280px}.native-feature .native-section-title h2{font-size:2.6rem}.case-hero-art{aspect-ratio:1.3}.case-hero-art>.showcase-compact{padding:20px}.native-split .story-photo{width:100%}.story-photo{border-radius:14px}}
@media(max-width:800px){.case-hero-art{aspect-ratio:1.7;max-width:none}.case-meet-up .case-hero-art{aspect-ratio:1.75}.showcase-tablet.screens-4{padding:26px;gap:23px}.case-hero-art .showcase-compact .device-phone{height:85cqh}.case-figure.artifact-figure{padding:18px}.native-feature:has(.screens-3) .screen-showcase{padding:32px}.studio-ui-detail{min-height:150px}}
@media(max-width:600px){.screen-showcase{padding:30px 25px;border-radius:18px}.native-feature{gap:22px}.native-feature .native-section-title{gap:15px;align-items:start}.native-feature .native-section-title h2{font-size:2rem;line-height:1.16}.native-feature .native-section-title:before{padding-top:7px}.native-feature .native-section-body>p{font-size:1rem}.native-feature .native-split{gap:25px}.showcase-phone.screens-2{gap:18px;padding:25px 20px}.showcase-phone.screens-2 .device-phone{width:calc((100% - 18px)/2);padding:3px;border-radius:18px}.showcase-phone.screens-2 .device-display{border-radius:14px}.showcase-phone.screens-3{flex-wrap:wrap;gap:28px}.native-feature:has(.screens-3) .screen-showcase{padding:30px}.showcase-phone.screens-3 .device-phone{width:210px;max-width:100%}.showcase-tablet.screens-2,.showcase-tablet.screens-4{grid-template-columns:1fr;padding:24px 18px;gap:25px}.device-tablet,.device-desktop{padding:4px;border-radius:10px}.device-tablet .device-display,.device-desktop .device-display{border-radius:6px}.device-phone{padding:4px}.native-section-body>.screen-showcase{margin-top:24px}.case-hero-art,.case-meet-up .case-hero-art{aspect-ratio:1.35;padding:0}.case-hero-art>.showcase-compact{padding:15px;border-radius:16px}.project-visual,.featured .project-visual{aspect-ratio:1.35;margin:0;border-radius:0}.project-3 .project-visual{aspect-ratio:auto}.project-visual>img,.featured .project-visual>img{padding:7%}.project-3 .project-visual>img{padding:0}.project-number{top:17px;left:19px}.view-arrow{right:17px;bottom:17px}.showcase-compact .device-phone{height:80cqh}.showcase-compact .device-tablet{width:min(91cqw,126cqh)}.case-figure.artifact-figure{padding:13px;margin-top:24px;border-radius:14px}.artifact-figure figcaption{font-size:.8rem;padding-top:12px}.studio-ui-detail{padding:25px 20px}.portfolio-preview{padding:22px}.portfolio-preview .mock-section-label{font-size:14px}.portfolio-row{gap:9px}.portfolio-row strong,.portfolio-row b{font-size:12px}.portfolio-row i{width:27px;height:29px;font-size:8px}}
.about-avatar{width:min(340px,100%);height:auto;position:static;overflow:visible;margin-bottom:27px;background:transparent}
.about-avatar .source-viewport{display:block;width:100%;height:auto}
.native-progress-chart{padding:18px 8px;background:#fffefa;border:1px solid var(--line);border-radius:16px;margin:24px 0}
.native-progress-chart>svg{width:100%;height:auto;display:block}
.native-progress-chart .chart-grid{fill:#8b8390;font:14px Figtree,sans-serif}
.native-progress-chart .chart-grid line{stroke:#eae5dd;stroke-width:1}
.native-progress-chart .chart-area{fill:var(--case-accent);opacity:.08}
.native-progress-chart .chart-line{fill:none;stroke:var(--case-accent);stroke-width:3;stroke-linejoin:round}
.native-progress-chart .chart-markers{fill:var(--case-accent);stroke:#fffefa;stroke-width:2}
.native-progress-chart .chart-result{fill:var(--case-accent);font:500 22px Figtree,sans-serif}
