/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-serif:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.block{display:block}.grid{display:grid}.table{display:table}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root{--ink:#e8e8e2;--muted:#94958f;--line:#333631;--bg:#0b0c0b;--acid:#5877ff;--paper:#c9c9c0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:var(--font-sans),Arial,sans-serif;margin:0}a{color:inherit;text-decoration:none}::selection{background:var(--acid);color:#fff}.site-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:50;background:#0b0c0be0;justify-content:space-between;align-items:center;height:82px;padding:0 3.2vw;display:flex;position:sticky;top:0}.mark{letter-spacing:-.04em;font-size:20px;font-weight:650}.mark span{color:var(--muted);margin-left:8px;font-weight:400}.site-header nav{font:12px var(--font-mono);text-transform:uppercase;letter-spacing:.08em;gap:30px;display:flex}.site-header nav a{transition:all .2s}.site-header nav a:hover{color:var(--acid)}main{overflow:hidden}.hero{flex-direction:column;justify-content:space-between;min-height:calc(100vh - 82px);padding:5vh 3.2vw 4vh;display:flex;position:relative}.hero-top,.hero-bottom{justify-content:space-between;align-items:flex-start;display:flex}.eyebrow,.section-no{font:11px var(--font-mono);letter-spacing:.11em;text-transform:uppercase;color:var(--muted)}.status{font:11px var(--font-mono);text-transform:uppercase}.status i{background:#62d291;border-radius:50%;width:7px;height:7px;margin-right:8px;display:inline-block;box-shadow:0 0 10px #62d291}.hero h1{letter-spacing:-.07em;z-index:2;margin:0;font-size:clamp(70px,11.2vw,174px);font-weight:470;line-height:.77;position:relative}.hero h1 em,.method h2 em,.notes-page h1 em,.about-hero h1 em{font-family:var(--font-serif);color:var(--acid);font-weight:400}.hero-bottom p{max-width:570px;margin:0;font-size:17px;line-height:1.55}.axes{font:11px var(--font-mono);color:var(--muted);flex-direction:column;align-items:flex-end;line-height:1.9;display:flex}.signal{aspect-ratio:1;opacity:.75;border:1px solid #28335e;border-radius:50%;place-items:center;width:min(29vw,440px);display:grid;position:absolute;top:19%;right:4vw}.signal:before,.signal:after{content:"";border:1px solid #293a87;border-radius:50%;position:absolute;inset:16%}.signal:after{border-color:var(--acid);inset:32%}.signal i{transform-origin:0;background:#273d9e;width:70%;height:1px;position:absolute;top:50%;left:50%}.signal i:first-child{transform:rotate(20deg)}.signal i:nth-child(2){transform:rotate(140deg)}.signal i:nth-child(3){transform:rotate(260deg)}.signal b{font:13px var(--font-mono);color:var(--acid)}.intro{border-top:1px solid var(--line);grid-template-columns:1fr 3fr;padding:12vh 3.2vw;display:grid}.intro p{letter-spacing:-.04em;max-width:1100px;margin:0;font-size:clamp(28px,4.1vw,62px);line-height:1.08}.selected,.method,.index-page,.about-page{padding:8vh 3.2vw}.section-head{justify-content:space-between;align-items:flex-end;margin-bottom:6vh;display:flex}.section-head h2,.method h2{letter-spacing:-.06em;margin:20px 0 0;font-size:clamp(48px,7vw,104px);font-weight:480;line-height:.9}.section-head>a{font:12px var(--font-mono);border-bottom:1px solid;padding-bottom:8px}.featured-grid,.all-grid{grid-template-columns:repeat(2,1fr);gap:7vh 1.5vw;display:grid}.project-card.large{grid-column:span 1}.project-image{aspect-ratio:1.45;background:#171918;position:relative;overflow:hidden}.project-image img,.project-cover img{object-fit:cover;filter:saturate(.8);transition:transform .7s,filter .4s}.project-card:hover img{filter:saturate();transform:scale(1.025)}.project-image:after{content:"";background:linear-gradient(#0000 65%,#0000006b);position:absolute;inset:0}.index,.view{z-index:2;font:10px var(--font-mono);background:#090a09bf;padding:7px 9px;position:absolute;top:16px;left:16px}.view{opacity:0;transition:all .25s;left:auto;right:16px;transform:translateY(5px)}.project-card:hover .view{opacity:1;transform:none}.card-meta{border-top:1px solid var(--line);justify-content:space-between;padding-top:14px;display:flex}.card-meta h3{margin:0 0 5px;font-size:20px;font-weight:540}.card-meta p,.card-right{font:10px var(--font-mono);text-transform:uppercase;color:var(--muted)}.card-meta p{margin:0}.card-right{text-align:right;flex-direction:column;gap:5px;display:flex}.generated{background:radial-gradient(circle at 40% 40%,#4b6b50,#101512 55%,#090a09)}.material-orbit{place-items:center;display:grid;position:absolute;inset:0}.material-orbit:before{content:"玉";font:120px var(--font-serif);color:#c5d8b8}.material-orbit i{aspect-ratio:1;border:1px solid #759b78;border-radius:50%;width:48%;position:absolute}.material-orbit i:nth-child(2){width:66%;transform:rotateX(62deg)}.material-orbit i:nth-child(3){width:35%;transform:rotateY(60deg)}.method{border-top:1px solid var(--line);margin-top:8vh}.method-grid{grid-template-columns:1.5fr 1fr;align-items:end;gap:8vw;display:grid}.method-grid>div>p{color:var(--paper);font-size:19px;line-height:1.55}.method ol{margin:45px 0 0;padding:0;list-style:none}.method li{border-top:1px solid var(--line);padding:14px 0;font-size:18px}.method li b{font:10px var(--font-mono);color:var(--acid);margin-right:30px}footer{border-top:1px solid var(--line);justify-content:space-between;align-items:flex-end;padding:9vh 3.2vw 5vh;display:flex}footer h2{letter-spacing:-.05em;margin:22px 0 0;font-size:clamp(44px,6vw,86px);font-weight:450;line-height:.93}.footer-links{font:11px var(--font-mono);text-transform:uppercase;flex-direction:column;align-items:flex-end;gap:12px;display:flex}.footer-links span{color:var(--muted);margin-top:25px}.index-page{padding-top:9vh}.page-title{grid-template-columns:1fr 2fr 1fr;align-items:start;margin-bottom:10vh;display:grid}.page-title h1{letter-spacing:-.07em;margin:0;font-size:clamp(80px,12vw,170px);line-height:.75}.page-title h1 sup{font:14px var(--font-mono);color:var(--acid);vertical-align:top}.page-title>p{color:var(--paper);margin:0;line-height:1.55}.filter-line{border-top:1px solid var(--line);border-bottom:1px solid var(--line);font:10px var(--font-mono);text-transform:uppercase;color:var(--muted);gap:30px;margin-bottom:5vh;padding:14px 0;display:flex}.filter-line span:first-child{color:var(--ink)}.all-grid{grid-template-columns:repeat(3,1fr);gap:6vh 1.4vw}.all-grid .project-image{aspect-ratio:1.25}.all-grid .card-meta h3{font-size:17px}.project-page{padding:8vh 3.2vw}.project-hero{justify-content:space-between;align-items:end;margin-bottom:6vh;display:flex}.project-hero h1{letter-spacing:-.065em;max-width:1100px;margin:22px 0 0;font-size:clamp(58px,9vw,132px);line-height:.85}.project-facts{text-align:right;font:10px var(--font-mono);text-transform:uppercase;color:var(--muted);flex-direction:column;gap:8px;display:flex}.project-cover{background:#171918;width:100%;height:min(72vh,850px);position:relative}.project-cover.generated{height:70vh}.hero-orbit:before{font-size:260px}.project-statement{grid-template-columns:1fr 2.4fr;padding:10vh 0;display:grid}.project-statement h2{letter-spacing:-.04em;margin:0;font-size:clamp(34px,4.8vw,68px);font-weight:470;line-height:1.08}.project-statement>div{color:var(--paper);grid-column:2;grid-template-columns:1fr 1fr;gap:5vw;margin-top:7vh;line-height:1.6;display:grid}.next-project{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding:5vh 0;display:flex}.next-project span{font:10px var(--font-mono);text-transform:uppercase;color:var(--muted)}.next-project strong{font-size:28px;font-weight:470}.notes-page .page-title h1{font-size:clamp(58px,8vw,118px);line-height:.9}.notes-list article{border-top:1px solid var(--line);grid-template-columns:.35fr .6fr 2.4fr 1fr .1fr;align-items:center;padding:25px 0;display:grid}.notes-list article:last-child{border-bottom:1px solid var(--line)}.notes-list span{font:10px var(--font-mono);text-transform:uppercase;color:var(--muted)}.notes-list h2{margin:0;font-size:23px;font-weight:470}.notes-list b{color:var(--acid)}.about-hero{padding:6vh 0 10vh}.about-hero h1{letter-spacing:-.065em;max-width:1250px;margin:5vh 0 0;font-size:clamp(58px,9vw,132px);font-weight:450;line-height:.88}.about-body{border-top:1px solid var(--line);grid-template-columns:1fr 2fr;gap:6vw;padding:8vh 0;display:grid}.portrait{aspect-ratio:.82;font:12px var(--font-mono);color:var(--muted);background:linear-gradient(145deg,#1a1d1a,#111 60%,#1d2959);flex-direction:column;justify-content:space-between;padding:25px;display:flex}.portrait>span{font:clamp(90px,15vw,220px) var(--font-serif);color:#6577d5;text-align:center}.bio{max-width:820px}.bio>p{color:var(--paper);font-size:18px;line-height:1.65}.bio .lead{color:var(--ink);letter-spacing:-.025em;font-size:clamp(27px,3vw,44px);line-height:1.2}.capabilities{margin-top:8vh}.capabilities>div{border-top:1px solid var(--line);grid-template-columns:1fr 3fr;padding:18px 0;display:grid}.capabilities span{font:10px var(--font-mono);text-transform:uppercase;color:var(--acid)}.capabilities p{color:var(--paper);margin:0;line-height:1.5}.education{border-top:1px solid var(--line);grid-template-columns:1fr 1.5fr 1.5fr;padding:5vh 0;display:grid}.education h3{margin:0 0 8px}.education p{color:var(--muted);margin:0}@media (width<=800px){.site-header{height:66px}.site-header nav{gap:15px}.site-header nav a:nth-child(2){display:none}.hero{min-height:720px}.hero-top,.hero-bottom{flex-direction:column;gap:25px}.hero h1{font-size:20vw;line-height:.82}.signal{opacity:.45;width:55vw;top:26%}.axes{align-items:flex-start}.intro,.page-title,.project-statement,.about-body,.method-grid{grid-template-columns:1fr;gap:35px}.intro p{font-size:35px}.featured-grid,.all-grid{grid-template-columns:1fr}.section-head{align-items:flex-start}.section-head>a{display:none}.method-grid>div{padding-top:20px}.page-title h1{font-size:26vw}.filter-line{white-space:nowrap;overflow-x:auto}.project-hero{display:block}.project-facts{text-align:left;margin-top:35px}.project-cover{height:48vh}.project-statement>div{grid-column:1;grid-template-columns:1fr}.notes-list article{grid-template-columns:.4fr 2.5fr .2fr;gap:10px}.notes-list article span:nth-child(2),.notes-list article span:nth-child(4){display:none}.about-body{grid-template-columns:1fr}.portrait{max-height:540px}.education{grid-template-columns:1fr;gap:28px}footer{flex-direction:column;align-items:flex-start;gap:50px}.footer-links{align-items:flex-start}.card-right{max-width:120px}.project-page{padding-top:5vh}}.irp-case{margin:0 -3.2vw}.case-nav{z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--line);border-bottom:1px solid var(--line);font:9px var(--font-mono);letter-spacing:.08em;text-transform:uppercase;background:#0b0c0beb;justify-content:center;gap:28px;padding:13px 3vw;display:flex;position:sticky;top:82px}.case-nav a:hover{color:var(--acid)}.irp-visual{background:#1d2f4d;height:77vh;min-height:560px;position:relative}.irp-visual img{object-fit:cover}.case-opening,.case-band,.insights-section,.scenario-section,.preferable,.output-section,.impact-section,.case-credit{padding:11vh 6.4vw}.case-opening{grid-template-columns:1fr 3fr;gap:5vw;display:grid}.case-kicker{font:11px var(--font-mono);color:var(--acid);text-transform:uppercase;letter-spacing:.08em}.case-opening h2,.case-band-head h2,.preferable h2,.impact-section>h2{letter-spacing:-.055em;margin:25px 0 6vh;font-size:clamp(42px,6vw,88px);font-weight:450;line-height:1.02}.case-opening h2 em,.insights-section h2 em,.preferable h2 em{font-family:var(--font-serif);color:#dc5d66;font-weight:400}.case-columns{grid-template-columns:1fr 1fr;gap:5vw;max-width:1000px;display:grid}.case-columns p,.case-band-head>p{color:var(--paper);font-size:17px;line-height:1.65}.case-band{color:#10120f;background:#e7e7e0}.case-band .section-no{color:#656960}.case-band-head{grid-template-columns:1fr 3fr;gap:5vw;display:grid}.case-band-head h2{grid-column:2;margin-top:0}.case-band-head>p{color:#555b53;grid-column:2;max-width:680px;margin:-3vh 0 6vh}.research-path{border-top:1px solid #a9aca4;grid-template-columns:repeat(3,1fr);display:grid}.research-path>div{border-right:1px solid #a9aca4;padding:28px 25px 35px}.research-path>div:last-child{border:0}.research-path b{font:10px var(--font-mono);color:#385bcb}.research-path h3{font-size:25px;font-weight:520}.research-path p{color:#4f544e;font-size:14px;line-height:1.6}.method-strip{flex-wrap:wrap;gap:8px;margin-top:35px;display:flex}.method-strip span{font:9px var(--font-mono);text-transform:uppercase;border:1px solid #a9aca4;border-radius:30px;padding:9px 14px}.insights-section{background:#142744}.insights-section .case-band-head{display:grid}.insights-section .case-band-head h2{grid-column:2}.insight-grid{background:#516078;border:1px solid #516078;grid-template-columns:repeat(2,1fr);gap:1px;margin-top:5vh;display:grid}.insight-grid article{background:#142744;padding:36px}.insight-grid article>span{font:10px var(--font-mono);color:#dc5d66}.insight-grid h3{max-width:390px;font-size:28px;font-weight:480;line-height:1.1}.insight-grid p{color:#bac3d0;max-width:520px;line-height:1.6}.insights-section blockquote{font:clamp(30px,4vw,58px) var(--font-serif);color:#f2f1eb;text-align:center;max-width:1000px;margin:10vh auto 0;line-height:1.08}.visual-interlude{background:#1b2d49;height:105vh;position:relative}.visual-interlude img{object-fit:cover;object-position:center}.visual-interlude:after{content:"";background:linear-gradient(90deg,#0000 45%,#09122080);position:absolute;inset:0}.visual-interlude>div{z-index:2;text-align:right;position:absolute;bottom:7vh;right:6.4vw}.visual-interlude span{font:clamp(90px,16vw,240px) var(--font-serif);color:#dc5d66;line-height:.7}.visual-interlude p{font:13px var(--font-mono);text-transform:uppercase;line-height:1.6}.scenario-section{background:#0d1118}.scenario-section .case-band-head>p{color:var(--muted)}.scenario-list{margin-top:8vh}.scenario-list article{border-top:1px solid var(--line);grid-template-columns:1.25fr 1fr;align-items:center;gap:7vw;padding:7vh 0;display:grid}.scenario-list article:nth-child(2n) .scenario-image{order:2}.scenario-image{aspect-ratio:1.5;background:#eee;position:relative}.scenario-image img{object-fit:cover}.scenario-list h3{letter-spacing:-.04em;margin:18px 0;font-size:clamp(34px,4vw,58px);font-weight:470}.scenario-list p{color:var(--paper);font-size:17px;line-height:1.65}.preferable{color:#111;background:#d75560}.preferable .section-no{color:#4b181c}.preferable-title{grid-template-columns:1fr 2fr;align-items:end;display:grid}.preferable-title>p{font:12px var(--font-mono);text-transform:uppercase;line-height:1.7}.preferable h2{margin-bottom:6vh}.preferable h2 em{color:#172949}.future-shift{border-top:1px solid #742e34;grid-template-columns:1fr auto 1fr;align-items:center;gap:4vw;padding-top:5vh;display:grid}.future-shift>div{flex-direction:column;gap:10px;display:flex}.future-shift b{font:9px var(--font-mono);margin-bottom:13px}.future-shift span{font-size:21px}.future-shift>i{font-size:60px}.output-section{color:#111;background:#e7e7e0}.output-section .case-band-head>p{color:#555b53}.output-grid{grid-template-columns:1.65fr 1fr;gap:20px;display:grid}.output-grid figure{background:#ccc;min-height:460px;margin:0;position:relative;overflow:hidden}.output-grid .out-large{grid-row:span 2;min-height:940px}.output-grid img{object-fit:cover}.output-grid figure:last-child img{object-fit:cover;object-position:top}.output-grid figcaption{color:#eee;max-width:80%;font:9px var(--font-mono);text-transform:uppercase;background:#0a0b0ad9;padding:9px 12px;line-height:1.4;position:absolute;bottom:14px;left:14px}.impact-section{background:#101725}.impact-timeline{border-top:1px solid #3d4656;grid-template-columns:repeat(3,1fr);margin-top:8vh;display:grid}.impact-timeline>div{border-right:1px solid #3d4656;padding:30px}.impact-timeline span{font:9px var(--font-mono);color:#dc5d66}.impact-timeline b{margin:40px 0 15px;font-size:36px;font-weight:470;display:block}.impact-timeline p{color:#aeb7c4;line-height:1.6}.case-credit{border-top:1px solid var(--line);grid-template-columns:1fr 3fr;display:grid}.case-credit>div{grid-template-columns:1fr 1fr;gap:0 5vw;display:grid}.case-credit p{border-top:1px solid var(--line);color:var(--paper);margin:0;padding:18px 0}.case-credit b{font:9px var(--font-mono);color:var(--acid);text-transform:uppercase;margin-bottom:8px;display:block}.generic-chapters{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin:0 0 8vh;display:grid}.generic-chapters article{border-right:1px solid var(--line);min-height:260px;padding:35px 28px}.generic-chapters article:last-child{border:0}.generic-chapters span{font:10px var(--font-mono);color:var(--acid)}.generic-chapters h3{margin:45px 0 15px;font-size:25px;font-weight:480}.generic-chapters p{color:var(--muted);line-height:1.6}@media (width<=800px){.case-nav{white-space:nowrap;justify-content:flex-start;padding-left:5vw;top:66px;overflow-x:auto}.irp-visual{height:62vh;min-height:430px}.case-opening,.case-band,.insights-section,.scenario-section,.preferable,.output-section,.impact-section,.case-credit{padding:9vh 5vw}.case-opening,.case-band-head,.preferable-title,.case-credit{grid-template-columns:1fr}.case-opening h2,.case-band-head h2,.insights-section .case-band-head h2{grid-column:1}.case-columns,.research-path{grid-template-columns:1fr}.research-path>div{border-bottom:1px solid #a9aca4;border-right:0}.insight-grid{grid-template-columns:1fr}.visual-interlude{height:80vh}.scenario-list article{grid-template-columns:1fr}.scenario-list article:nth-child(2n) .scenario-image{order:0}.future-shift{grid-template-columns:1fr}.future-shift>i{font-size:35px;transform:rotate(90deg)}.output-grid{grid-template-columns:1fr}.output-grid .out-large{min-height:650px}.output-grid figure{min-height:450px}.impact-timeline,.generic-chapters{grid-template-columns:1fr}.impact-timeline>div,.generic-chapters article{border-right:0;border-bottom:1px solid var(--line)}.case-credit>div{grid-template-columns:1fr}.irp-case{margin:0 -3.2vw}}.rich-case{--case:#5877ff;margin:0 -3.2vw}.accent-amber{--case:#d7943a}.accent-gold{--case:#d5aa2f}.accent-cyan{--case:#46b8d7}.accent-blue{--case:#668aff}.accent-rose{--case:#ba685c}.accent-green{--case:#67ae7c}.accent-pink{--case:#ef7098}.rich-hero{background:#151515;height:76vh;min-height:560px;position:relative}.rich-hero img{object-fit:cover}.rich-opening,.rich-process,.rich-insight,.rich-outcome{padding:11vh 6.4vw}.rich-opening>div:first-child{grid-template-columns:1fr 3fr;gap:5vw;display:grid}.rich-opening h2,.rich-heading h2{letter-spacing:-.055em;grid-column:2;margin:0;font-size:clamp(43px,6.2vw,92px);font-weight:450;line-height:1.01}.rich-intro{grid-template-columns:1.5fr 1fr;gap:10vw;margin:10vh 0 0 25%;display:grid}.rich-intro>p{letter-spacing:-.025em;margin:0;font-size:clamp(23px,2.5vw,38px);line-height:1.25}.rich-intro>div{border-top:1px solid var(--line);padding-top:18px}.rich-intro span{font:10px var(--font-mono);text-transform:uppercase;color:var(--case)}.rich-intro>div p{color:var(--muted);font-size:14px;line-height:1.6}.rich-process{color:#111;background:#e6e5de}.rich-heading{grid-template-columns:1fr 3fr;gap:5vw;display:grid}.rich-process .section-no{color:#676a64}.rich-process .method-strip{margin:6vh 0 3vh 25%}.method-strip.dark span{border-color:#aaa}.process-grid{border-top:1px solid #a9aaa3;grid-template-columns:repeat(3,1fr);display:grid}.process-grid article{border-right:1px solid #a9aaa3;padding:30px 24px}.process-grid article:last-child{border:0}.process-grid b{font:10px var(--font-mono);color:var(--case)}.process-grid h3{margin:38px 0 15px;font-size:24px;font-weight:500}.process-grid p{color:#50534e;font-size:14px;line-height:1.6}.rich-insight{background:var(--case);color:#111;grid-template-columns:1fr 3fr;gap:5vw;display:grid}.rich-insight .section-no{color:#0009}.rich-insight blockquote{font:clamp(38px,5.5vw,82px) var(--font-serif);letter-spacing:-.025em;margin:0;line-height:1.05}.rich-gallery{background:#0c0d0c;grid-template-columns:1fr 1fr;gap:1px;padding:0;display:grid}.rich-gallery figure{background:#151615;margin:0}.rich-gallery figure.wide{grid-column:1/-1}.rich-gallery figure>div{aspect-ratio:2;position:relative;overflow:hidden}.rich-gallery figure:not(.wide)>div{aspect-ratio:16/10}.rich-gallery img{object-fit:cover}.rich-gallery figcaption{font:10px var(--font-mono);color:var(--muted);text-transform:uppercase;padding:14px 18px 30px}.rich-gallery figcaption span{color:var(--case);margin-right:20px}.rich-outcome{background:#151817}.rich-outcome>.rich-heading{margin-bottom:6vh}.rich-outcome>p{max-width:900px;margin-left:25%;font-size:clamp(24px,3vw,42px);line-height:1.25}.rich-outcome>aside{border-left:3px solid var(--case);max-width:720px;font:13px var(--font-mono);color:var(--paper);margin:5vh 0 5vh 25%;padding:20px 25px;line-height:1.6}.rich-outcome>figure{margin:9vh 0 0}.rich-outcome>figure>div{aspect-ratio:2;position:relative;overflow:hidden}.rich-outcome>figure img{object-fit:cover}.rich-outcome figcaption{font:10px var(--font-mono);color:var(--muted);text-transform:uppercase;margin-top:12px}.video-link{border-bottom:1px solid var(--case);font:11px var(--font-mono);text-transform:uppercase;color:var(--case);margin-top:35px;padding-bottom:8px;display:inline-block}.rich-case .case-credit b{color:var(--case)}@media (width<=800px){.rich-case{margin:0 -3.2vw}.rich-hero{height:48vh;min-height:360px}.rich-opening,.rich-process,.rich-insight,.rich-outcome{padding:9vh 5vw}.rich-opening>div:first-child,.rich-heading,.rich-insight{grid-template-columns:1fr}.rich-opening h2,.rich-heading h2{grid-column:1;margin-top:30px}.rich-intro{grid-template-columns:1fr;gap:5vh;margin:7vh 0 0}.rich-process .method-strip{margin-left:0}.process-grid{grid-template-columns:1fr}.process-grid article{border-bottom:1px solid #a9aaa3;border-right:0}.rich-gallery{grid-template-columns:1fr}.rich-gallery figure.wide{grid-column:1}.rich-gallery figure>div,.rich-gallery figure:not(.wide)>div{aspect-ratio:16/10}.rich-outcome>p,.rich-outcome>aside{margin-left:0}.rich-outcome>figure>div{aspect-ratio:16/10}}.admin-login{color:#111;background:#dfe0d8;place-items:center;min-height:100vh;padding:30px;display:grid}.admin-login>div{max-width:720px}.admin-login span,.cms-top,.cms-side-title,.cms-status{font:10px var(--font-mono);text-transform:uppercase;letter-spacing:.08em}.admin-login h1{letter-spacing:-.065em;font-size:clamp(60px,9vw,130px);font-weight:470;line-height:.85}.admin-login p{color:#555}.admin-login a{border-bottom:1px solid;margin-top:30px;padding-bottom:7px;display:inline-block}.cms-shell{color:#111;background:#e8e8e2;min-height:100vh;overflow:visible}.cms-top{color:#eee;z-index:30;background:#111;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:sticky;top:0}.cms-top>div{align-items:center;gap:22px;display:flex}.cms-top b{font-size:17px}.cms-top a{color:#bbb}.cms-layout{grid-template-columns:285px 1fr;min-height:calc(100vh - 64px);display:grid}.cms-sidebar{color:#ddd;background:#171817;border-right:1px solid #333;height:calc(100vh - 64px);position:sticky;top:64px;overflow-y:auto}.cms-side-title{color:#888;border-bottom:1px solid #333;justify-content:space-between;padding:24px;display:flex}.cms-sidebar button{appearance:none;color:#bbb;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #2d2f2c;grid-template-columns:30px 1fr;gap:8px;width:100%;padding:16px 20px;display:grid}.cms-sidebar button>span{font:9px var(--font-mono);color:#666}.cms-sidebar button div{font-size:13px}.cms-sidebar button small{font:8px var(--font-mono);text-transform:uppercase;color:#666;margin-top:5px;display:block}.cms-sidebar button.active{color:#fff;background:#2a355f}.cms-sidebar button.active>span,.cms-sidebar button.active small{color:#8ba2ff}.cms-editor{width:100%;max-width:1180px;margin:0 auto;padding:5vh 6vw 12vh}.cms-editor-head{justify-content:space-between;align-items:flex-end;margin-bottom:20px;display:flex}.cms-editor-head span{font:9px var(--font-mono);text-transform:uppercase;color:#777}.cms-editor-head h1{letter-spacing:-.055em;margin:16px 0 0;font-size:clamp(45px,6vw,84px);font-weight:480;line-height:.9}.cms-editor-head button,.cms-save-bottom{color:#fff;font:10px var(--font-mono);text-transform:uppercase;cursor:pointer;background:#5877ff;border:0;padding:13px 19px}.cms-status{color:#565950;background:#d6d7d0;min-height:36px;margin-bottom:30px;padding:12px 15px}.cms-editor fieldset{border:1px solid #bbbcb5;margin:0 0 24px;padding:28px}.cms-editor legend{font:10px var(--font-mono);text-transform:uppercase;color:#526bd1;padding:0 10px}.cms-editor label{font:10px var(--font-mono);text-transform:uppercase;color:#555;margin-bottom:20px;display:block}.cms-editor input:not([type=checkbox]):not([type=file]),.cms-editor textarea{color:#111;width:100%;font:14px var(--font-sans);resize:vertical;background:#f5f5ef;border:1px solid #b8bab2;margin-top:8px;padding:12px 13px;line-height:1.5;display:block}.cms-row{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.upload-zone{text-align:center;cursor:pointer;background:#dedfd8;border:1px dashed #999;padding:35px}.upload-zone input{display:none}.upload-zone b,.upload-zone span{display:block}.upload-zone b{color:#111;font-size:12px}.upload-zone span{margin-top:8px;font-size:9px}.asset-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.asset-grid button{cursor:pointer;background:#fff;border:1px solid #bbb;padding:5px}.asset-grid img{aspect-ratio:1;object-fit:cover;width:100%}.asset-grid span{font:8px var(--font-mono);white-space:nowrap;text-overflow:ellipsis;padding:6px;display:block;overflow:hidden}.cms-switches{align-items:center;gap:35px;display:flex}.cms-switches label{margin:0}.cms-switches input[type=checkbox]{margin-right:8px}.cms-switches input[type=number]{width:90px!important}.cms-save-bottom{width:100%;padding:17px}.cms-editor form{padding-bottom:10vh}@media (width<=800px){.cms-layout{grid-template-columns:1fr}.cms-sidebar{height:auto;display:flex;position:relative;top:0;overflow-x:auto}.cms-side-title{min-width:100px}.cms-sidebar button{min-width:190px}.cms-editor{padding:5vh 4vw}.cms-editor-head{align-items:flex-start;gap:20px}.cms-editor-head h1{font-size:42px}.cms-row{grid-template-columns:1fr}.asset-grid{grid-template-columns:repeat(2,1fr)}.cms-switches{flex-direction:column;align-items:flex-start}.cms-top>div:first-child span{display:none}}.cms-editor details{background:#fff;border:1px solid #d8d8d3;border-radius:12px;margin:0 0 28px;overflow:hidden}.cms-editor details summary{cursor:pointer;padding:18px 22px;font-weight:700;list-style:none}.cms-editor details summary:after{content:"＋";float:right}.cms-editor details[open] summary:after{content:"−"}.cms-editor details fieldset{border:0;border-top:1px solid #e6e6e0;border-radius:0;margin:0}.builder{background:#f5f5f1;border:1px solid #d4d4cf;border-radius:14px;padding:28px}.builder-head{justify-content:space-between;align-items:flex-start;gap:28px;margin-bottom:24px;display:flex}.builder-head>div>span{letter-spacing:.16em;color:#777;font-size:11px}.builder-head h2{margin:5px 0 7px;font-size:30px}.builder-head p{color:#666;margin:0}.custom-toggle{white-space:nowrap;background:#111;border-radius:999px;align-items:center;gap:10px;padding:12px 14px;color:#fff!important;flex-direction:row!important;display:flex!important}.custom-toggle input{width:auto!important}.block-palette{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:18px;display:grid}.block-palette button{text-align:left;color:#111;background:#fff;border:1px solid #d7d7d1;border-radius:9px;padding:14px}.block-palette button:hover{border-color:#111;transform:translateY(-1px)}.block-palette b,.block-palette span{display:block}.block-palette b{font-size:13px}.block-palette span{color:#777;margin-top:5px;font-size:11px}.block-list{flex-direction:column;gap:12px;margin-top:20px;display:flex}.block-card{background:#fff;border:1px solid #d7d7d1;border-radius:10px;padding:18px}.block-card>header{border-bottom:1px solid #ecece8;align-items:center;gap:9px;margin-bottom:16px;padding-bottom:12px;display:flex}.block-card>header>span{color:#888;font-size:11px}.drag-handle{cursor:grab;font-size:22px;line-height:1;color:#555!important;background:0 0!important;padding:0!important}.drag-handle:active{cursor:grabbing}.block-delete{margin-left:auto;font-size:12px;color:#9b3030!important;background:0 0!important;padding:5px!important}.block-card label{margin-top:10px}.cms-editor select{color:#111;background:#f5f5ef;border:1px solid #b8bab2;width:100%;margin-top:8px;padding:12px;display:block}.block-image-fields{grid-template-columns:1fr 1fr;gap:10px;display:grid}.block-asset-picks{grid-column:1/-1;gap:6px;padding-bottom:4px;display:flex;overflow:auto}.block-asset-picks button{border:2px solid #0000;border-radius:5px;flex:0 0 64px;height:48px;padding:0;position:relative;overflow:hidden}.block-asset-picks button:hover{border-color:#111}.block-asset-picks img{object-fit:cover;width:100%;height:100%}.builder-empty{text-align:center;border:1px dashed #bcbcb6;border-radius:10px;padding:45px}.builder-empty b,.builder-empty span{display:block}.builder-empty span{color:#777;max-width:520px;margin:8px auto 0;font-size:13px}.custom-story{color:#111;background:#f5f3ed;padding:9vw 4vw}.custom-story>*{max-width:1180px;margin-left:auto;margin-right:auto}.story-heading{padding:8vw 0 3vw}.story-heading span{letter-spacing:.18em;font-size:12px}.story-heading h2{letter-spacing:-.055em;max-width:900px;margin:14px 0 0;font-size:clamp(42px,7vw,104px);line-height:.92}.story-text{grid-template-columns:1fr 2fr;gap:8vw;padding:5vw 0;display:grid}.story-text h3{margin:0;font-size:clamp(26px,3vw,48px)}.story-text p{white-space:pre-line;margin:0;font-size:clamp(18px,2vw,28px);line-height:1.5}.story-quote{letter-spacing:-.035em;border-top:1px solid #aaa;border-bottom:1px solid #aaa;margin-top:5vw;margin-bottom:5vw;padding:10vw 2vw;font-size:clamp(32px,5vw,76px);line-height:1.08}.story-quote cite{letter-spacing:.12em;margin-top:28px;font-size:13px;font-style:normal;display:block}.story-image,.story-pair,.story-video{margin-top:2vw;margin-bottom:2vw;padding:4vw 0}.story-image>div{aspect-ratio:16/9;background:#ddd;position:relative}.story-pair{grid-template-columns:1fr 1fr;gap:14px;display:grid}.story-pair>div{aspect-ratio:4/5;background:#ddd;position:relative}.story-image img,.story-pair img{object-fit:cover}.story-image figcaption,.story-pair figcaption,.story-video figcaption{color:#666;margin-top:12px;font-size:13px}.story-pair figcaption{grid-column:1/-1}.story-video iframe{aspect-ratio:16/9;border:0;width:100%;display:block}.story-video>a{color:#fff;background:#111;justify-content:center;align-items:center;min-height:300px;font-size:28px;display:flex}.story-spacer.small{height:5vw}.story-spacer.medium{height:10vw}.story-spacer.large{height:18vw}@media (width<=800px){.block-palette{grid-template-columns:1fr 1fr}.builder{padding:18px}.builder-head{display:block}.custom-toggle{width:max-content;margin-top:18px}.block-image-fields{grid-template-columns:1fr}.block-asset-picks{grid-column:1}.story-text{grid-template-columns:1fr;gap:20px}.story-pair{grid-template-columns:1fr}.story-pair figcaption{grid-column:auto}}.case-evidence{color:var(--paper);background:#0c0d0c}.evidence-stage{border-top:1px solid #30322f;padding:9vh 6.4vw}.evidence-stage header{grid-template-columns:1fr 3fr;gap:5vw;margin-bottom:5vh;display:grid}.evidence-stage header span{font:10px var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--case)}.evidence-stage header h3{letter-spacing:-.035em;max-width:920px;margin:0;font-size:clamp(28px,3.5vw,54px);font-weight:450;line-height:1.08}.evidence-stage figure{margin:0 0 0 25%}.evidence-stage figure>div{aspect-ratio:16/9;background:#171817;min-height:420px;position:relative;overflow:hidden}.evidence-stage figure img{object-fit:contain}.service-system{background:#151715;border:1px solid #3c403b;grid-template-columns:repeat(9,max-content);justify-content:space-between;align-items:center;gap:13px;margin:4vh 0 0 25%;padding:24px;display:grid}.service-system span{font:11px var(--font-mono);color:var(--case);letter-spacing:.06em}.service-system small{color:#aaa;letter-spacing:0;max-width:125px;margin-top:8px;line-height:1.4;display:block}.service-system b{color:#666;font-weight:400}.film-access{background:#0c0d0c;align-items:center;gap:30px;border:1px solid #343733!important;max-width:760px!important;margin:7vh 0 0 25%!important;padding:24px!important;display:flex!important}.film-access img{background:#fff;width:164px;height:164px}.film-access span{font:10px var(--font-mono);color:var(--case);letter-spacing:.16em}.film-access h3{margin:8px 0 6px;font-size:24px;font-weight:500}.film-access p{color:#aaa;margin:0;font-size:13px}.film-access .video-link{margin-top:20px}.rich-outcome figcaption span{color:var(--case);margin-right:18px}@media (width<=800px){.evidence-stage{padding:7vh 5vw}.evidence-stage header{grid-template-columns:1fr;gap:14px}.evidence-stage figure,.service-system,.film-access{margin-left:0!important}.evidence-stage figure>div{aspect-ratio:4/3;min-height:260px}.service-system{grid-template-columns:1fr auto 1fr}.service-system span:nth-of-type(3),.service-system span:nth-of-type(4),.service-system b:nth-of-type(2),.service-system b:nth-of-type(3),.service-system b:nth-of-type(4){display:none}.film-access{align-items:flex-start!important}.film-access img{width:112px;height:112px}.film-access h3{font-size:19px}}.evidence-stage.technical{background:#111311;grid-template-columns:1fr 1.2fr;align-items:center;gap:6vw;padding-top:6vh;padding-bottom:6vh;display:grid}.evidence-stage.technical header{margin:0;display:block}.evidence-stage.technical header h3{margin-top:18px;font-size:clamp(22px,2.3vw,34px);line-height:1.18}.evidence-stage.technical figure{margin:0}.evidence-stage.technical figure>div{aspect-ratio:16/8;min-height:260px}.pdf-archive{color:#10110f;background:linear-gradient(135deg,#e7e6df 0%,#caccc5 100%);border:1px solid #454841;grid-template-columns:2fr 1fr;align-items:end;gap:7vw;margin:10vh 0 3vh;padding:8vh 5vw;display:grid}.pdf-archive>div>span{font:10px var(--font-mono);letter-spacing:.16em;color:#555b54}.pdf-archive h2{letter-spacing:-.05em;margin:22px 0;font-size:clamp(38px,5vw,72px);font-weight:470;line-height:1}.pdf-archive p{color:#50544e;max-width:690px;line-height:1.6}.pdf-archive>a{aspect-ratio:1;color:#f0f0e9;background:#111;border-radius:50%;flex-direction:column;justify-content:space-between;justify-self:end;width:min(100%,330px);padding:28px;transition:transform .25s,background .25s;display:flex}.pdf-archive>a:hover{background:#5877ff;transform:rotate(-3deg)scale(1.02)}.pdf-archive>a b{font:clamp(54px,7vw,94px) var(--font-serif);font-weight:400;line-height:1}.pdf-archive>a span{font:11px var(--font-mono);text-transform:uppercase;letter-spacing:.08em}@media (width<=800px){.evidence-stage.technical{grid-template-columns:1fr}.pdf-archive{grid-template-columns:1fr;margin-top:7vh;padding:6vh 7vw}.pdf-archive>a{justify-self:start;width:220px}.pdf-archive h2 br{display:none}}.project-neogenesis .rich-hero img,.project-coexistence-of-beliefs .rich-hero img,.project-youth-play-safety .rich-hero img,.project-neogenesis .rich-outcome>figure img,.project-coexistence-of-beliefs .rich-outcome>figure img,.project-youth-play-safety .rich-outcome>figure img{background:#0b0c0b;object-fit:contain!important}.irp-visual img{background:#1d2f4d;object-fit:contain!important}.project-card-visible-prosthetic-futures .project-image img,.project-card-neogenesis .project-image img,.project-card-coexistence-of-beliefs .project-image img,.project-card-youth-play-safety .project-image img{filter:none;object-fit:contain!important}.project-card-visible-prosthetic-futures .project-image{background:#1d2f4d}.project-card-neogenesis .project-image{background:#17110b}.project-card-coexistence-of-beliefs .project-image{background:#080808}.project-card-youth-play-safety .project-image{background:#f7f7f4}.project-coexistence-of-beliefs .rich-hero{height:92vh;min-height:720px}.project-coexistence-of-beliefs .rich-hero img{padding:3vh 0}@media (width<=800px){.project-neogenesis .rich-hero,.project-coexistence-of-beliefs .rich-hero{height:58vh;min-height:420px}.project-coexistence-of-beliefs .rich-hero img{padding:16px 0}}.youth-case{color:#141414;background:#f4f3ef}.youth-case .case-nav{color:#eee}.youth-cover{aspect-ratio:2;background:#fff;position:relative}.youth-cover img{object-fit:contain!important}.youth-opening,.youth-context,.youth-system,.youth-strategy,.youth-prototypes,.youth-primary,.youth-impact{padding:10vh 6.4vw}.youth-opening{grid-template-columns:1fr 3fr;gap:5vw;display:grid}.youth-opening>div{max-width:1120px}.youth-opening h2,.youth-case header h2,.youth-primary h2{letter-spacing:-.055em;margin:0;font-size:clamp(42px,5.8vw,86px);font-weight:480;line-height:1.02}.youth-opening>div>p,.youth-lead{max-width:920px;margin:7vh 0 0;font-size:clamp(20px,2.2vw,32px);line-height:1.35}.youth-opening aside{color:#555;border-left:4px solid #ef7098;max-width:720px;margin-top:6vh;padding:22px 26px;line-height:1.6}.youth-opening aside b{font:10px var(--font-mono);color:#d94c79;text-transform:uppercase;margin-bottom:12px;display:block}.youth-case header{grid-template-columns:1fr 3fr;gap:5vw;margin-bottom:6vh;display:grid}.youth-case header span,.youth-primary>div>span,.youth-finding span{font:10px var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:#d94c79}.youth-case header h2{grid-column:2}.youth-context{background:#e4e2dc}.youth-pair{grid-template-columns:1fr 1fr;gap:18px;display:grid}.youth-pair figure,.youth-system>figure,.prototype-map,.prototype-grid figure,.youth-primary figure{background:#fff;margin:0;position:relative;overflow:hidden}.youth-pair figure{aspect-ratio:2}.youth-pair img,.youth-system>figure img,.prototype-map img,.prototype-grid img,.youth-primary img{object-fit:contain!important}.youth-context .youth-lead,.youth-strategy .youth-lead{margin-left:25%}.youth-system{background:#fff}.youth-system>figure{aspect-ratio:2;border:1px solid #ddd}.youth-finding{grid-template-columns:1.4fr 1fr;align-items:center;gap:6vw;margin-top:9vh;display:grid}.youth-finding figure{aspect-ratio:16/9;background:#fff;margin:0;position:relative}.youth-finding img{object-fit:contain!important}.youth-finding blockquote{font:clamp(27px,3.4vw,51px) var(--font-serif);margin:25px 0;line-height:1.08}.youth-finding p{color:#555;line-height:1.65}.youth-strategy{color:#eee;background:#151515}.youth-strategy .youth-pair figure{background:#111}.youth-strategy .youth-lead{color:#c8c8c2}.youth-prototypes{background:#f1b5c7}.prototype-map{aspect-ratio:2;margin-bottom:7vh}.prototype-grid{grid-template-columns:1fr 1fr;gap:5vh 20px;display:grid}.prototype-grid article{border-top:1px solid #b9637f;padding-top:18px}.prototype-grid article>span{font:10px var(--font-mono);color:#8b3150}.prototype-grid figure{aspect-ratio:2;margin-top:15px}.prototype-grid h3{margin:22px 0 8px;font-size:28px}.prototype-grid p{color:#593542;max-width:600px;margin:0;line-height:1.55}.youth-primary{color:#eee;background:#111;grid-template-columns:.8fr 1.8fr;align-items:center;gap:7vw;display:grid}.youth-primary h2{margin:22px 0 30px}.youth-primary p{color:#c4c4bf;font-size:18px;line-height:1.65}.youth-primary figure{aspect-ratio:16/11;background:#111}.youth-impact{background:#eee}.youth-impact>blockquote{font:clamp(35px,5vw,74px) var(--font-serif);color:#bf3d67;max-width:1100px;margin:10vh auto 5vh;line-height:1.05}.youth-impact>p{max-width:760px;margin-left:25%;font-size:20px;line-height:1.6}.youth-case .case-credit{color:#eee;background:#111}@media (width<=800px){.youth-opening,.youth-context,.youth-system,.youth-strategy,.youth-prototypes,.youth-primary,.youth-impact{padding:8vh 5vw}.youth-opening,.youth-case header,.youth-finding,.youth-primary{grid-template-columns:1fr}.youth-case header h2{grid-column:1;margin-top:20px}.youth-pair,.prototype-grid{grid-template-columns:1fr}.youth-pair figure,.prototype-map,.prototype-grid figure{aspect-ratio:2}.youth-context .youth-lead,.youth-strategy .youth-lead,.youth-impact>p{margin-left:0}.youth-system>figure{aspect-ratio:2;overflow:auto}.youth-system>figure img{object-position:left center;min-width:900px}.youth-finding{gap:5vh}.youth-primary figure{aspect-ratio:4/3}.youth-cover{aspect-ratio:2}}.project-card-jade-phoenix .project-image{background:#1b2721}.project-card-jade-phoenix .project-image img{filter:none;object-fit:contain!important}.jade-case{color:#eef2ec;background:#0f1311}.jade-case .case-nav{color:#eee}.jade-cover{background:#1a1d1b;height:90vh;min-height:700px;position:relative}.jade-cover img{object-fit:contain!important}.jade-opening,.jade-context,.jade-research,.jade-system,.jade-interface,.jade-journey,.jade-outcome{padding:10vh 6.4vw}.jade-opening{color:#111;background:#e7e8e2;grid-template-columns:1fr 3fr;gap:5vw;display:grid}.jade-opening>div{max-width:1120px}.jade-opening h2,.jade-case header h2{letter-spacing:-.055em;margin:0;font-size:clamp(42px,5.8vw,86px);font-weight:480;line-height:1.02}.jade-opening>div>p,.jade-lead{max-width:920px;margin:7vh 0 0;font-size:clamp(20px,2.2vw,32px);line-height:1.35}.jade-opening aside{color:#555;border-left:4px solid #57e0aa;max-width:760px;margin-top:6vh;padding:22px 26px;line-height:1.6}.jade-opening aside b{font:10px var(--font-mono);color:#187353;text-transform:uppercase;margin-bottom:12px;display:block}.jade-case header{grid-template-columns:1fr 3fr;gap:5vw;margin-bottom:6vh;display:grid}.jade-case header span,.jade-outcome>span,.jade-insight>span{font:10px var(--font-mono);letter-spacing:.11em;text-transform:uppercase;color:#58e0aa}.jade-case header h2{grid-column:2}.jade-context{background:#18201c}.jade-duo{grid-template-columns:1fr 1fr;gap:18px;display:grid}.jade-duo figure,.jade-research-grid figure,.jade-ideation,.jade-interface>figure,.jade-journey>figure{background:#272927;margin:0;position:relative;overflow:hidden}.jade-duo figure{height:72vh;min-height:620px}.jade-duo img,.jade-research-grid img,.jade-ideation img,.jade-interface>figure img,.jade-journey>figure img{object-fit:contain!important}.jade-lead{color:#c9cec9;margin-left:25%}.jade-research{color:#111;background:#eee}.jade-research-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.jade-research-grid figure{aspect-ratio:1;background:#282a29}.jade-insight{grid-template-columns:1fr 3fr;gap:5vw;margin-top:9vh;display:grid}.jade-insight blockquote{font:clamp(30px,4.2vw,62px) var(--font-serif);color:#185f47;margin:0;line-height:1.07}.jade-system{background:#111613}.jade-ideation{aspect-ratio:1.16;max-width:1000px;margin-left:25%}.jade-role-flow{border-top:1px solid #34423b;border-bottom:1px solid #34423b;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:18px;margin-top:8vh;padding:28px 0;display:grid}.jade-role-flow article b{font:10px var(--font-mono);color:#58e0aa}.jade-role-flow h3{margin:28px 0 10px;font-size:25px}.jade-role-flow p{color:#aeb7b0;font-size:14px;line-height:1.55}.jade-role-flow i{color:#58e0aa;font-size:26px;font-style:normal}.jade-interface{color:#161218;background:#d7b1e4}.jade-interface header span{color:#583268}.jade-interface>figure{aspect-ratio:1.44;background:#262726}.jade-functions{background:#9b79a8;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:6vh;display:grid}.jade-functions article{background:#d7b1e4;padding:30px}.jade-functions span{font:10px var(--font-mono);letter-spacing:.1em;color:#583268}.jade-functions p{font-size:17px;line-height:1.55}.jade-journey{color:#111;background:#e9ebe7}.jade-journey>figure{aspect-ratio:1.56;background:#282a29}.jade-journey ol{border-top:1px solid #aaa;grid-template-columns:repeat(6,1fr);margin:5vh 0 0;padding:0;list-style:none;display:grid}.jade-journey li{border-right:1px solid #aaa;padding:22px 18px;font-size:14px;line-height:1.35}.jade-journey li:last-child{border:0}.jade-journey li b{font:10px var(--font-mono);color:#187353;margin-bottom:18px;display:block}.jade-outcome{color:#f2f4ef;background:#1e5e48}.jade-outcome blockquote{font:clamp(38px,5.4vw,80px) var(--font-serif);max-width:1100px;margin:4vh 0;line-height:1.04}.jade-outcome p{max-width:760px;margin-left:25%;font-size:20px;line-height:1.65}.jade-case .case-credit{background:#0a0d0b}@media (width<=800px){.jade-cover{height:62vh;min-height:460px}.jade-opening,.jade-context,.jade-research,.jade-system,.jade-interface,.jade-journey,.jade-outcome{padding:8vh 5vw}.jade-opening,.jade-case header,.jade-insight{grid-template-columns:1fr}.jade-case header h2{grid-column:1;margin-top:20px}.jade-duo,.jade-research-grid,.jade-functions{grid-template-columns:1fr}.jade-duo figure{aspect-ratio:4/5;height:auto;min-height:0}.jade-research-grid figure{aspect-ratio:1}.jade-lead,.jade-ideation,.jade-outcome p{margin-left:0}.jade-role-flow{grid-template-columns:1fr auto 1fr}.jade-role-flow article:nth-of-type(n+3),.jade-role-flow i:nth-of-type(n+3){display:none}.jade-interface>figure,.jade-journey>figure{aspect-ratio:4/3}.jade-journey ol{grid-template-columns:1fr 1fr 1fr}.jade-journey li{border-bottom:1px solid #aaa}}.jade-hmw{background:#34423b;border:1px solid #34423b;grid-template-columns:1fr 1fr;gap:1px;margin:5vh 0 0 25%;display:grid}.jade-hmw article{background:#111613;padding:28px}.jade-hmw article.concept{background:#183b2f;grid-column:1/-1}.jade-hmw span{font:10px var(--font-mono);color:#58e0aa;letter-spacing:.1em}.jade-hmw h3{margin:18px 0 12px;font-size:clamp(20px,2vw,30px);line-height:1.18}.jade-hmw p{color:#aeb7b0;margin:0;line-height:1.55}.project-card-poverty-obesity .project-image{background:#d6d6d6}.project-card-poverty-obesity .project-image img{filter:none;object-fit:contain!important}.poverty-case{color:#171717;background:#f3f1ed}.poverty-case .case-nav{color:#eee}.poverty-cover{background:#d5d5d5;height:88vh;min-height:680px;position:relative}.poverty-cover img{object-fit:contain!important}.poverty-opening,.poverty-system,.poverty-futures,.poverty-prototypes,.poverty-outcome{padding:10vh 6.4vw}.poverty-opening{grid-template-columns:1fr 3fr;gap:5vw;display:grid}.poverty-opening h2,.poverty-case header h2,.nutrinode h2{letter-spacing:-.055em;margin:0;font-size:clamp(42px,5.8vw,86px);font-weight:480;line-height:1.02}.poverty-opening>div>p{max-width:920px;margin:7vh 0 0;font-size:clamp(20px,2.2vw,32px);line-height:1.35}.poverty-opening aside{color:#666;border-left:4px solid #d75045;max-width:760px;margin-top:6vh;padding:22px 26px;line-height:1.6}.poverty-opening aside b{font:10px var(--font-mono);color:#b13d35;text-transform:uppercase;margin-bottom:12px;display:block}.poverty-case header{grid-template-columns:1fr 3fr;gap:5vw;margin-bottom:6vh;display:grid}.poverty-case header span,.nutrinode span,.poverty-opportunities span{font:10px var(--font-mono);letter-spacing:.11em;color:#c94b41}.poverty-case header h2{grid-column:2}.poverty-system{background:#eee}.poverty-map,.poverty-map-grid figure,.poverty-future-grid figure,.poverty-prototype-pair figure,.nutrinode figure,.poverty-outcome-grid figure{background:#fff;margin:0;position:relative;overflow:hidden}.poverty-map{aspect-ratio:16/9}.poverty-map-grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:18px;display:grid}.poverty-map-grid figure{aspect-ratio:16/9}.poverty-case img{object-fit:contain!important}.poverty-system>blockquote{font:clamp(34px,4.8vw,70px) var(--font-serif);color:#a44239;max-width:1100px;margin:9vh auto 0;line-height:1.05}.poverty-futures{color:#eee;background:#171a19}.poverty-future-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.poverty-future-grid figure{aspect-ratio:16/9;background:#fff}.poverty-future-grid .wide{grid-column:1/-1}.poverty-opportunities{border-top:1px solid #444;max-width:850px;margin:7vh 0 0 25%;padding-top:28px}.poverty-opportunities h3{margin:18px 0;font-size:clamp(27px,3vw,45px);line-height:1.12}.poverty-opportunities p{color:#bbb;line-height:1.65}.poverty-prototypes{background:#e8d7d3}.poverty-prototype-pair{grid-template-columns:1fr 1fr;gap:18px;display:grid}.poverty-prototype-pair figure{aspect-ratio:16/9}.nutrinode{border-top:1px solid #bca6a1;grid-template-columns:.8fr 1.7fr;align-items:center;gap:7vw;margin-top:10vh;padding-top:8vh;display:grid}.nutrinode h2{margin:18px 0 25px}.nutrinode p{color:#624d48;font-size:18px;line-height:1.65}.nutrinode figure{aspect-ratio:16/10}.poverty-outcome{background:#fff}.poverty-outcome-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.poverty-outcome-grid figure{aspect-ratio:16/9}.poverty-outcome-grid .wide{grid-column:1/-1}.poverty-outcome>p{max-width:880px;margin:8vh 0 0 25%;font-size:clamp(24px,3vw,42px);line-height:1.3}.poverty-case .case-credit{color:#eee;background:#111}@media (width<=800px){.jade-hmw{grid-template-columns:1fr;margin-left:0}.jade-hmw article.concept{grid-column:1}.poverty-cover{height:58vh;min-height:430px}.poverty-opening,.poverty-system,.poverty-futures,.poverty-prototypes,.poverty-outcome{padding:8vh 5vw}.poverty-opening,.poverty-case header,.nutrinode{grid-template-columns:1fr}.poverty-case header h2{grid-column:1;margin-top:20px}.poverty-map-grid,.poverty-future-grid,.poverty-prototype-pair,.poverty-outcome-grid{grid-template-columns:1fr}.poverty-future-grid .wide,.poverty-outcome-grid .wide{grid-column:1}.poverty-opportunities,.poverty-outcome>p{margin-left:0}.nutrinode{gap:4vh}.poverty-map,.poverty-map-grid figure,.poverty-future-grid figure,.poverty-prototype-pair figure,.poverty-outcome-grid figure{aspect-ratio:16/10}}.project-card-jade-material-expression .project-image{background:#080a09}.project-card-jade-material-expression .project-image img{object-position:center;filter:none;object-fit:contain!important}.jade-material-case{color:#101311;background:#eceeea}.jade-material-case .case-nav{color:#eee}.jade-material-case figure{margin:0;position:relative;overflow:hidden}.jade-material-case img{object-fit:cover!important}.jm-cover{background:#080a09;height:102vh;min-height:760px}.jm-cover img{object-position:center;object-fit:contain!important}.jm-cover:after{content:"";background:linear-gradient(#0000 58%,#07100a80);position:absolute;inset:0}.jm-cover>div{z-index:1;color:#fff;justify-content:space-between;align-items:end;display:flex;position:absolute;bottom:5vh;left:6.4vw;right:6.4vw}.jm-cover span,.jm-material header span,.jm-development header span,.jm-collection header span,.jm-unbuilt header span,.jm-making header span,.jm-outcome span{font:10px var(--font-mono);letter-spacing:.14em}.jm-cover p{font:clamp(46px,8vw,126px)/.86 var(--font-serif);letter-spacing:-.04em;margin:0}.jm-opening,.jm-material,.jm-development,.jm-collection,.jm-unbuilt,.jm-making{padding:11vh 6.4vw}.jm-opening{color:#eef2ed;background:#101311;grid-template-columns:1fr 3fr;gap:5vw;display:grid}.jm-opening h2,.jm-material header h2,.jm-development header h2,.jm-collection header h2,.jm-unbuilt header h2,.jm-making header h2{letter-spacing:-.055em;margin:0;font-size:clamp(42px,5.8vw,86px);font-weight:480;line-height:1.02}.jm-opening>div>p{max-width:920px;margin:7vh 0 0;font-size:clamp(20px,2.1vw,31px);line-height:1.4}.jm-opening aside{color:#aeb6b0;border-top:1px solid #506056;max-width:700px;margin:6vh 0 0 25%;padding-top:20px;font-size:14px;line-height:1.65}.jm-material header,.jm-development header,.jm-collection header,.jm-unbuilt header,.jm-making header{grid-template-columns:1fr 3fr;gap:5vw;margin-bottom:8vh;display:grid}.jm-material header h2,.jm-development header h2,.jm-collection header h2,.jm-unbuilt header h2,.jm-making header h2{grid-column:2}.jm-material{background:#dce6de}.jm-material-grid{grid-template-columns:1.25fr 1fr;align-items:center;gap:8vw;display:grid}.jm-material-grid figure{aspect-ratio:1;background:#f4f5f2}.jm-material-grid img{object-fit:contain!important}.jm-material-grid>div>span{font:10px var(--font-mono);letter-spacing:.13em;color:#32734d}.jm-material-grid p{max-width:560px;font-size:18px;line-height:1.65}.jm-material-grid blockquote{font:clamp(28px,3.6vw,54px)/1.08 var(--font-serif);color:#215439;margin:7vh 0 0}.jm-development{color:#171714;background:#eee9dc}.jm-allocation{aspect-ratio:16/9;background:#b8aa92}.jm-allocation img,.jm-drawing-grid img,.jm-sketch-grid img,.jm-unbuilt-grid img{object-fit:contain!important}.jm-development-note{color:#4f4a40;max-width:850px;margin:5vh 0 8vh 25%;font-size:20px;line-height:1.65}.jm-drawing-grid,.jm-unbuilt-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.jm-drawing-grid figure{aspect-ratio:4/3;background:#c8b99e}.jm-sketch-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px;display:grid}.jm-sketch-grid figure{aspect-ratio:1;background:#aaa189}.jm-collection{color:#f1f3ef;background:#0d0f0e}.jm-collection-hero{height:82vh;min-height:650px}.jm-collection-hero img{object-position:center;object-fit:contain!important}.jm-object-grid{grid-template-rows:1fr 1fr;grid-template-columns:1.25fr 1fr;gap:18px;margin-top:18px;display:grid}.jm-object-grid figure{background:#090a09;min-height:420px}.jm-object-grid .vertical{grid-row:1/3;min-height:860px}.jm-object-grid img{object-fit:contain!important}.jm-caption{color:#c7cec8;max-width:900px;margin:8vh 0 0 25%;font-size:clamp(22px,2.5vw,38px);line-height:1.35}.jm-unbuilt{color:#111;background:#dfe7df}.jm-unbuilt-grid figure{aspect-ratio:4/3;background:#eef1ed}.jm-unbuilt aside{border-top:1px solid #819087;max-width:720px;margin:5vh 0 0 50%;padding:24px 0 0}.jm-unbuilt aside b{font:10px var(--font-mono);letter-spacing:.14em;color:#2c7450}.jm-unbuilt aside p{color:#4f5751;font-size:17px;line-height:1.65}.jm-making{color:#111;background:#d4d0c7}.jm-process-grid{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.jm-process-grid figure{aspect-ratio:3/4;background:#b8b3a8}.jm-process-grid img{object-position:center}.jm-making>p{color:#51504b;max-width:760px;margin:5vh 0 0 25%;font-size:18px;line-height:1.65}.jm-outcome{color:#fff;background:#060807}.jm-outcome figure{height:88vh;min-height:700px}.jm-outcome figure img{object-position:center;object-fit:contain!important}.jm-outcome>div{grid-template-columns:1fr 3fr;gap:5vw;padding:8vh 6.4vw 11vh;display:grid}.jm-outcome blockquote{font:clamp(34px,4.8vw,72px)/1.07 var(--font-serif);max-width:1100px;margin:0}.jade-material-case .case-credit{color:#eee;background:#111}@media (width<=800px){.jm-cover{height:76vh;min-height:560px}.jm-cover>div{display:block}.jm-cover p{margin-top:16px}.jm-opening,.jm-material,.jm-development,.jm-collection,.jm-unbuilt,.jm-making{padding:8vh 5vw}.jm-opening,.jm-material header,.jm-development header,.jm-collection header,.jm-unbuilt header,.jm-making header,.jm-material-grid,.jm-outcome>div{grid-template-columns:1fr}.jm-material header h2,.jm-development header h2,.jm-collection header h2,.jm-unbuilt header h2,.jm-making header h2{grid-column:1;margin-top:20px}.jm-opening aside,.jm-development-note,.jm-caption,.jm-making>p,.jm-unbuilt aside{margin-left:0}.jm-material-grid{gap:5vh}.jm-drawing-grid,.jm-unbuilt-grid{grid-template-columns:1fr}.jm-sketch-grid{grid-template-columns:1fr 1fr}.jm-collection-hero{aspect-ratio:4/3;height:auto;min-height:0}.jm-object-grid{grid-template-rows:auto;grid-template-columns:1fr}.jm-object-grid .vertical{grid-row:auto;min-height:560px}.jm-object-grid figure{min-height:440px}.jm-process-grid{grid-template-columns:1fr 1fr}.jm-process-grid figure:last-child{aspect-ratio:16/10;grid-column:1/-1}.jm-outcome figure{aspect-ratio:4/3;height:auto;min-height:0}.jm-outcome>div{padding:8vh 5vw}.jm-outcome blockquote{margin-top:25px}}.fragment-case{color:#f2dfd3;background:#2d1512}.fragment-case .case-nav{color:#fff}.fragment-case figure,.flowing-case figure{margin:0;position:relative;overflow:hidden}.fragment-case img,.flowing-case img{object-fit:contain!important}.fragment-cover{background:#2a120f;height:100vh;min-height:760px;position:relative}.fragment-cover img{object-fit:cover!important}.fragment-cover:after{content:"";background:linear-gradient(90deg,#1e0907d1,#0000 58%);position:absolute;inset:0}.fragment-cover>div,.flowing-cover>div{z-index:1;position:absolute;bottom:8vh;left:6.4vw}.fragment-cover span,.fragment-opening>span,.fragment-case header span,.fragment-archive-grid span,.fragment-sound span,.fragment-outcome span,.flowing-cover span,.flowing-opening>span,.flowing-case header span,.flowing-sequence b,.flowing-language-grid b{font:10px var(--font-mono);letter-spacing:.14em}.fragment-cover h1,.flowing-cover h1{font:clamp(62px,10vw,160px)/.83 var(--font-serif);letter-spacing:-.055em;margin:24px 0 0}.fragment-opening,.fragment-archives,.fragment-language,.fragment-outcome,.flowing-opening,.flowing-system,.flowing-language,.flowing-outcome{padding:11vh 6.4vw}.fragment-opening,.flowing-opening{grid-template-columns:1fr 3fr;gap:5vw;display:grid}.fragment-opening h2,.fragment-case header h2,.fragment-outcome h2,.flowing-opening h2,.flowing-case header h2{letter-spacing:-.055em;margin:0;font-size:clamp(42px,5.8vw,86px);font-weight:480;line-height:1.02}.fragment-opening>div>p,.flowing-opening>div>p{max-width:900px;margin:7vh 0 0;font-size:clamp(20px,2.1vw,31px);line-height:1.42}.fragment-opening aside,.flowing-opening aside{opacity:.75;border-top:1px solid;max-width:720px;margin:6vh 0 0 25%;padding-top:20px;line-height:1.65}.fragment-opening aside b,.flowing-opening aside b{font:10px var(--font-mono);letter-spacing:.1em;margin-bottom:12px;display:block}.fragment-case header,.flowing-case header{grid-template-columns:1fr 3fr;gap:5vw;margin-bottom:8vh;display:grid}.fragment-case header h2,.flowing-case header h2{grid-column:2}.fragment-archives{color:#291813;background:#e7d5c5}.fragment-archive-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.fragment-archive-grid article{background:#d7bda9;padding-bottom:34px}.fragment-archive-grid figure{aspect-ratio:16/10;background:#2a1612}.fragment-archive-grid article>span,.fragment-archive-grid h3,.fragment-archive-grid p{margin-left:30px;margin-right:30px;display:block}.fragment-archive-grid article>span{color:#7c382d;margin-top:30px}.fragment-archive-grid h3{font:30px/1.12 var(--font-serif);margin-top:15px}.fragment-archive-grid p{color:#5a3b32;line-height:1.6}.fragment-archives blockquote{font:clamp(34px,4.8vw,72px)/1.05 var(--font-serif);color:#7b3028;max-width:1100px;margin:10vh auto 0}.fragment-language{background:#421c18}.fragment-language-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.fragment-language-grid article{background:#2a1512;padding-bottom:26px}.fragment-language-grid figure{aspect-ratio:4/3;background:#1b0b09}.fragment-language-grid b,.fragment-language-grid h3,.fragment-language-grid p{margin-left:22px;margin-right:22px;display:block}.fragment-language-grid b{font:10px var(--font-mono);color:#d88d75;margin-top:22px}.fragment-language-grid h3{font:26px/1.1 var(--font-serif);margin-top:14px}.fragment-language-grid p{color:#caaea4;line-height:1.55}.fragment-sound{border-top:1px solid #815047;grid-template-columns:1fr 3fr;gap:5vw;margin-top:9vh;padding-top:30px;display:grid}.fragment-sound p{margin:0;font-size:clamp(22px,2.5vw,38px);line-height:1.35}.fragment-outcome{background:#1c0b09}.fragment-outcome>div{grid-template-columns:1fr 3fr;gap:5vw;margin-bottom:7vh;display:grid}.fragment-outcome>div h2,.fragment-outcome>div p{grid-column:2}.fragment-outcome>div p{max-width:760px;font-size:19px;line-height:1.65}.fragment-outcome>figure{aspect-ratio:16/8;background:#120605}.fragment-case .film-access,.flowing-case .film-access{margin-top:6vh}.pdf-access{color:inherit;border:1px solid;grid-template-columns:auto 1fr;align-items:center;column-gap:22px;margin-top:4vh;padding:28px;text-decoration:none;display:grid}.pdf-access>span{grid-row:1/3;font-size:34px}.pdf-access b{font-size:22px}.pdf-access small{opacity:.65;margin-top:5px}.fragment-case .case-credit{background:#110605}.flowing-case{color:#e8f4ff;background:#05090e}.flowing-case .case-nav{color:#fff}.flowing-cover{background:#02060b;height:100vh;min-height:760px;position:relative}.flowing-cover img{filter:saturate(.85)contrast(1.08);object-fit:cover!important}.flowing-cover:after{content:"";background:linear-gradient(90deg,#00050ae6,#0000 62%);position:absolute;inset:0}.flowing-cover>div{color:#e8f8ff}.flowing-opening{background:#07131f}.flowing-system{color:#06121a;background:#e9f4f7}.flow-sequence{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:25px;display:grid}.flow-sequence article{background:#dbecef;border-top:2px solid #19b8d3;min-height:230px;padding:32px}.flow-sequence b{color:#0787a0}.flow-sequence h3{font:clamp(34px,4vw,56px) var(--font-serif);margin:25px 0 18px}.flow-sequence p{color:#36535b;line-height:1.55}.flow-sequence i{color:#079bb7;font-size:30px;font-style:normal}.flowing-system blockquote{font:clamp(36px,5vw,74px)/1.04 var(--font-serif);color:#087b92;max-width:1150px;margin:10vh auto}.flowing-system-images{grid-template-columns:1fr 1fr;gap:18px;display:grid}.flowing-system-images figure{aspect-ratio:16/9;background:#07121c}.flowing-language{background:#06121d}.flowing-language-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.flowing-language-grid article{background:#0e2231}.flowing-language-grid article.wide{grid-column:1/-1;grid-template-columns:1.5fr 1fr;display:grid}.flowing-language-grid figure{aspect-ratio:16/10;background:#000}.flowing-language-grid article.wide figure{aspect-ratio:16/8}.flowing-language-grid article>div{padding:28px}.flowing-language-grid b{color:#25d1ed}.flowing-language-grid p{color:#abc4d3;font-size:18px;line-height:1.55}.flowing-outcome{background:#00060a}.flowing-outcome>figure{background:#000;height:82vh;min-height:650px}.flowing-outcome>figure img{object-fit:contain!important}.flowing-outcome>p{max-width:900px;margin:8vh 0 0 25%;font-size:clamp(24px,3vw,42px);line-height:1.35}.flowing-case .pdf-access{border-color:#25566b}.flowing-case .case-credit{background:#020509}@media (width<=800px){.fragment-cover,.flowing-cover{height:72vh;min-height:540px}.fragment-opening,.fragment-archives,.fragment-language,.fragment-outcome,.flowing-opening,.flowing-system,.flowing-language,.flowing-outcome{padding:8vh 5vw}.fragment-opening,.flowing-opening,.fragment-case header,.flowing-case header,.fragment-sound,.fragment-outcome>div{grid-template-columns:1fr}.fragment-case header h2,.flowing-case header h2,.fragment-outcome>div h2,.fragment-outcome>div p{grid-column:1}.fragment-opening aside,.flowing-opening aside,.flowing-outcome>p{margin-left:0}.fragment-archive-grid,.fragment-language-grid,.flowing-system-images,.flowing-language-grid{grid-template-columns:1fr}.fragment-archive-grid figure,.fragment-language-grid figure,.flowing-system-images figure{aspect-ratio:16/10}.flow-sequence{grid-template-columns:1fr}.flow-sequence i{text-align:center;transform:rotate(90deg)}.flowing-language-grid article.wide{grid-column:1;display:block}.flowing-language-grid article.wide figure,.fragment-outcome>figure{aspect-ratio:16/10}.flowing-outcome>figure{aspect-ratio:16/10;height:auto;min-height:0}.pdf-access{grid-template-columns:auto 1fr}}.fragment-photo-triptych{background:#2a1612;grid-template-columns:.78fr 1.18fr 1fr;gap:4px;display:grid}.fragment-photo-triptych figure{height:390px;aspect-ratio:auto!important}.fragment-photo-triptych figure img{object-fit:cover!important}.fragment-storyboard{border-top:1px solid #b99984;grid-template-columns:1.8fr 1fr;align-items:center;gap:4vw;margin-top:10vh;padding-top:8vh;display:grid}.fragment-storyboard figure{aspect-ratio:16/9;background:#2a1612}.fragment-storyboard h3{font:clamp(28px,3.4vw,50px)/1.08 var(--font-serif);margin:20px 0}.fragment-storyboard p{color:#65483e;line-height:1.6}.fragment-contact-sheet{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:8px;display:grid}.fragment-contact-sheet figure{background:#160907;height:340px}.fragment-contact-sheet figure img{object-fit:cover!important}@media (width<=800px){.fragment-storyboard{grid-template-columns:1fr}.fragment-photo-triptych{grid-template-columns:1fr 1fr}.fragment-photo-triptych figure{height:260px}.fragment-photo-triptych figure:last-child{grid-column:1/-1}.fragment-contact-sheet{grid-template-columns:1fr 1fr}.fragment-contact-sheet figure{height:260px}.fragment-contact-sheet figure:last-child{grid-column:1/-1}}.nest-case{color:#edf7ff;background:#061126}.nest-case .case-nav{color:#fff}.nest-cover{background:#020917;height:100vh;min-height:760px;position:relative;overflow:hidden}.nest-cover>img{object-position:center 42%;filter:saturate(1.08)contrast(1.05);object-fit:cover!important}.nest-cover:after{content:"";background:linear-gradient(90deg,#010714e6,#0107142e 60%,#01071473),linear-gradient(#0000 58%,#010714d1);position:absolute;inset:0}.nest-cover>div{z-index:1;max-width:980px;position:absolute;bottom:8vh;left:5vw}.nest-cover span,.nest-opening>span,.nest-case header span,.nest-concept>span{letter-spacing:.22em;color:#5ce7ff;font-size:12px}.nest-cover h1{font:clamp(72px,10vw,168px)/.84 var(--font-serif);letter-spacing:-.055em;margin:20px 0}.nest-cover p{color:#b5d7ea;font-size:clamp(18px,2vw,30px)}.nest-opening,.nest-research,.nest-ideation,.nest-concept,.nest-story,.nest-build,.nest-outcome{padding:12vh 5vw}.nest-opening{color:#071426;background:#e9f6fa;grid-template-columns:1fr 4fr;display:grid}.nest-opening>div{grid-template-columns:1.55fr 1fr;gap:5vw;display:grid}.nest-opening h2{font:clamp(42px,6.2vw,96px)/.98 var(--font-serif);letter-spacing:-.035em;margin:0}.nest-opening p{color:#365263;margin:0;font-size:20px;line-height:1.65}.nest-opening aside{color:#365263;border-top:1px solid #87aebd;grid-column:2;padding-top:28px;line-height:1.6}.nest-opening aside b{color:#071426;margin-bottom:12px;display:block}.nest-case header{grid-template-columns:1fr 3fr;gap:4vw;margin-bottom:8vh;display:grid}.nest-case header h2{font:clamp(44px,6vw,92px)/.98 var(--font-serif);letter-spacing:-.04em;grid-column:2;margin:0}.nest-research{background:#0b2344}.nest-research-grid{grid-template-columns:.85fr 1.6fr;align-items:center;gap:5vw;display:grid}.nest-research-grid h3{font:clamp(34px,4vw,58px)/1.05 var(--font-serif)}.nest-research-grid p{color:#b8d4e5;font-size:18px;line-height:1.65}.nest-research-grid blockquote{font:28px/1.35 var(--font-serif);color:#64eaff;border-left:2px solid #64eaff;padding-left:24px}.nest-research-grid figure{aspect-ratio:10/7;background:#07162c}.nest-research-grid figure img{object-fit:cover!important}.nest-ideation{color:#061426;background:#dff4f5}.nest-ideation figure{background:#0b2344;height:64vh;min-height:620px}.nest-ideation figure img{object-fit:contain!important}.nest-idea-steps{background:#88aeb7;grid-template-columns:repeat(5,1fr);gap:1px;margin-top:1px;display:grid}.nest-idea-steps article{background:#edfafa;min-height:270px;padding:30px 24px}.nest-idea-steps b{color:#009fbd;font-size:12px}.nest-idea-steps h3{font:28px/1.08 var(--font-serif);margin:45px 0 18px}.nest-idea-steps p{color:#3d5a64;line-height:1.5}.nest-ideation>blockquote{font:clamp(38px,5vw,72px)/1.06 var(--font-serif);color:#087e99;max-width:1250px;margin:12vh auto 0}.nest-concept{background:#07182d;grid-template-columns:1fr 3fr;gap:4vw;display:grid}.nest-concept>div{grid-column:2}.nest-concept h2{font:clamp(46px,6vw,90px)/.98 var(--font-serif);margin:0 0 5vh}.nest-concept p{color:#b7d1e0;max-width:1000px;font-size:22px;line-height:1.6}.nest-concept dl{background:#214565;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:7vh;display:grid}.nest-concept dl div{background:#0b203b;padding:28px}.nest-concept dt{letter-spacing:.18em;color:#5ce7ff;font-size:11px}.nest-concept dd{font:25px/1.2 var(--font-serif);margin:15px 0 0}.nest-story{background:#102b51}.nest-story-layout{grid-template-columns:.72fr 1.6fr;align-items:start;gap:5vw;display:grid}.nest-story-layout>figure{background:#091a35;height:1080px}.nest-story-layout>figure img{object-fit:contain!important}.nest-story-layout article{border-top:1px solid #3d6f94;padding:38px 0}.nest-story-layout article:last-child{border-bottom:1px solid #3d6f94}.nest-story-layout b{letter-spacing:.16em;color:#ffeb73;font-size:12px}.nest-story-layout h3{font:clamp(36px,4vw,60px)/1 var(--font-serif);margin:16px 0}.nest-story-layout p{color:#bed6e6;max-width:800px;font-size:18px;line-height:1.6}.nest-build{background:#040b18}.nest-build-grid{grid-template-columns:.65fr 1.6fr;gap:10px;display:grid}.nest-build-grid figure{background:#0c2038}.nest-build-grid .sketch,.nest-build-grid .technical{height:850px}.nest-build-grid figure img{object-fit:contain!important}.nest-mechanics{background:#24445d;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:10px;display:grid}.nest-mechanics article{background:#0a1929;min-height:170px;padding:30px}.nest-mechanics b{color:#5ce7ff;letter-spacing:.15em;font-size:12px}.nest-mechanics p{color:#c1d6e2;line-height:1.55}.nest-outcome{background:#020711}.nest-outcome-main{background:#000;height:78vh;min-height:650px}.nest-outcome-main img{object-position:center;object-fit:cover!important}.nest-outcome-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;display:grid}.nest-outcome-grid figure{aspect-ratio:16/10;background:#041225}.nest-outcome-grid figure img{object-fit:cover!important}.nest-outcome>p{font:clamp(30px,4vw,56px)/1.22 var(--font-serif);max-width:1050px;margin:9vh 0 0 20%}.nest-case .film-access{border-color:#1c5575}.nest-case .pdf-access{border-color:#244c68}.nest-case .case-credit{background:#01040a}@media (width<=800px){.nest-cover{height:72vh;min-height:560px}.nest-cover h1{font-size:58px}.nest-opening,.nest-research,.nest-ideation,.nest-concept,.nest-story,.nest-build,.nest-outcome{padding:8vh 5vw}.nest-opening,.nest-opening>div,.nest-case header,.nest-concept,.nest-research-grid,.nest-story-layout,.nest-build-grid{grid-template-columns:1fr}.nest-opening h2,.nest-case header h2,.nest-concept>div,.nest-opening aside{grid-column:1}.nest-ideation figure{aspect-ratio:16/10;height:auto;min-height:0}.nest-idea-steps{grid-template-columns:1fr}.nest-idea-steps article{min-height:0}.nest-concept dl{grid-template-columns:1fr}.nest-story-layout>figure{aspect-ratio:10/18;height:auto}.nest-build-grid .sketch,.nest-build-grid .technical{aspect-ratio:4/5;height:auto}.nest-mechanics{grid-template-columns:1fr 1fr}.nest-outcome-main{aspect-ratio:16/9;height:auto;min-height:0}.nest-outcome-grid{grid-template-columns:1fr}.nest-outcome>p{margin-left:0}}.nest-case figure{margin:0;position:relative;overflow:hidden}.heat-case{color:#0a2760;background:#e8edf6}.heat-case .case-nav{color:#fff}.heat-case figure,.righttool-case figure{margin:0;position:relative;overflow:hidden}.heat-cover,.rt-cover{background:#dce4f2;height:100vh;min-height:720px;position:relative}.heat-cover img,.rt-cover img{object-position:center;object-fit:contain!important}.heat-opening,.heat-section,.heat-outcome,.rt-opening,.rt-product,.rt-section{padding:11vh 5vw}.heat-opening{color:#fff;background:#0b2a61;grid-template-columns:1fr 4fr;gap:4vw;display:grid}.heat-opening>span,.heat-section header span,.heat-outcome>span,.rt-opening>span,.rt-section header span,.rt-product header span{font:11px var(--font-mono);letter-spacing:.16em}.heat-opening h1,.rt-opening h1{font:clamp(64px,10vw,160px)/.84 var(--font-serif);letter-spacing:-.055em;margin:0 0 6vh}.heat-opening h2,.rt-opening h2{font:clamp(28px,3.8vw,58px)/1.15 var(--font-serif);max-width:1250px}.heat-opening p,.rt-opening p{max-width:900px;font-size:20px;line-height:1.65}.heat-opening aside,.rt-opening aside{border-top:1px solid;margin:5vh 0 0 30%;padding-top:20px;line-height:1.6}.heat-opening aside b,.rt-opening aside b{margin-bottom:10px;display:block}.heat-section header,.rt-section header,.rt-product header{grid-template-columns:1fr 3fr;gap:4vw;margin-bottom:7vh;display:grid}.heat-section header h2,.rt-section header h2,.rt-product header h2{font:clamp(44px,6vw,88px)/1 var(--font-serif);letter-spacing:-.045em;grid-column:2;margin:0}.heat-section.light{background:#f7f9fc}.heat-text-grid{grid-template-columns:1fr 1.4fr;gap:6vw;margin:0 0 7vh 25%;display:grid}.heat-text-grid p{font-size:19px;line-height:1.65}.heat-text-grid blockquote{font:clamp(28px,3.5vw,50px)/1.25 var(--font-serif);color:#22559c;margin:0}.heat-chart-grid,.heat-strategy-grid,.rt-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.heat-chart-grid figure,.heat-strategy-grid figure,.rt-grid figure{aspect-ratio:16/9;background:#fff}.heat-chart-grid figure.wide,.heat-strategy-grid figure.wide,.rt-grid figure.wide{grid-column:1/-1}.heat-section figure img,.righttool-case figure img{object-position:center;object-fit:contain!important}.heat-section.blue{color:#edf5ff;background:#102e66}.heat-system-grid{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}.heat-system-grid article.large{grid-column:span 2}.heat-system-grid figure{aspect-ratio:16/9;background:#fff}.heat-copy{border-top:1px solid #6d86ae;grid-template-columns:1fr 2fr;gap:5vw;margin-top:8vh;padding-top:30px;display:grid}.heat-copy h3{font:clamp(32px,4vw,60px)/1 var(--font-serif);margin:0}.heat-copy p{font-size:19px;line-height:1.65}.heat-section.paper{color:#17233b;background:#e9e5dc}.heat-outcome{color:#fff;background:#071b42}.heat-outcome h2{font:clamp(54px,8vw,120px)/.92 var(--font-serif);letter-spacing:-.05em}.heat-outcome>p{max-width:850px;margin-left:30%;font-size:22px;line-height:1.65}.heat-outcome blockquote{font:clamp(34px,5vw,74px)/1.08 var(--font-serif);color:#96c8ff;max-width:1200px;margin:10vh auto}.heat-case .pdf-access{border-color:#6082b3}.heat-case .case-credit{color:#fff;background:#030d22}.righttool-case{color:#fff;background:#050505}.righttool-case .case-nav{color:#fff}.rt-cover{background:#000}.rt-opening{background:#050505;grid-template-columns:1fr 4fr;gap:4vw;display:grid}.rt-opening h1{font-family:var(--font-sans);font-weight:500}.rt-opening h2{color:#d8d8d8}.rt-opening p{color:#bdbdbd}.rt-product{background:#0b0b0b}.rt-flow{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:18px;display:grid}.rt-flow article{border-top:2px solid #fff;min-height:220px;padding:26px 18px}.rt-flow article b{font:11px var(--font-mono);color:#9b9b9b}.rt-flow h3{margin:38px 0 16px;font-size:30px}.rt-flow p{color:#bdbdbd;line-height:1.55}.rt-flow i{font-size:28px;font-style:normal}.rt-product>figure{aspect-ratio:2;background:#111;margin-top:8vh}.rt-section.white{color:#111;background:#f4f4f1}.rt-validation{border-top:1px solid #999;grid-template-columns:auto 1fr 1fr;align-items:start;gap:2vw;margin-top:8vh;padding-top:28px;display:grid}.rt-validation b{font:11px var(--font-mono);letter-spacing:.16em}.rt-validation strong{font:clamp(25px,3.2vw,48px)/1.15 var(--font-serif)}.rt-section.black{background:#080808}.rt-business-notes{background:#444;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:12px;display:grid}.rt-business-notes article{background:#111;padding:34px}.rt-business-notes h3{font-size:28px}.rt-business-notes p{color:#bbb;line-height:1.6}.rt-section.pitch{background:#111}.rt-pitch-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.rt-pitch-grid figure{aspect-ratio:2;background:#000}.rt-outcome-copy{font:clamp(30px,4vw,56px)/1.25 var(--font-serif);max-width:1050px;margin:10vh 0 8vh 20%}.righttool-case .pdf-access{border-color:#777}.righttool-case .case-credit{color:#fff;background:#000}@media (width<=800px){.heat-cover,.rt-cover{aspect-ratio:16/10;height:auto;min-height:0}.heat-opening,.rt-opening,.heat-section,.heat-outcome,.rt-product,.rt-section{padding:8vh 5vw}.heat-opening,.rt-opening,.heat-section header,.rt-section header,.rt-product header,.heat-text-grid,.heat-copy{grid-template-columns:1fr}.heat-section header h2,.rt-section header h2,.rt-product header h2{grid-column:1}.heat-opening aside,.rt-opening aside,.heat-text-grid,.heat-outcome>p,.rt-outcome-copy{margin-left:0}.heat-chart-grid,.heat-strategy-grid,.rt-grid,.heat-system-grid,.rt-pitch-grid{grid-template-columns:1fr}.heat-chart-grid figure.wide,.heat-strategy-grid figure.wide,.rt-grid figure.wide,.heat-system-grid article.large{grid-column:1}.rt-flow{grid-template-columns:1fr}.rt-flow i{text-align:center;transform:rotate(90deg)}.rt-validation,.rt-business-notes{grid-template-columns:1fr}.heat-section figure,.rt-section figure,.rt-product>figure{aspect-ratio:16/9}}.nest-case{overflow-x:hidden}.nest-ideation figure{aspect-ratio:33/17;background:#0b2344;height:auto;min-height:0}.nest-ideation figure img{object-position:center;object-fit:contain!important}.nest-story-chapters{gap:8vh;display:grid}.nest-story-chapters article{grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);align-items:center;gap:5vw;display:grid}.nest-story-chapters article:nth-child(2n){grid-template-columns:minmax(280px,.75fr) minmax(0,1.55fr)}.nest-story-chapters article:nth-child(2n) figure{grid-area:1/2}.nest-story-chapters article:nth-child(2n)>div{grid-area:1/1}.nest-story-chapters figure{aspect-ratio:25/13;background:#091a35;min-width:0}.nest-story-chapters figure img{object-position:center;object-fit:contain!important}.nest-story-chapters article>div{border-top:1px solid #3d6f94;border-bottom:1px solid #3d6f94;min-width:0;padding:30px 0}.nest-story-chapters b{letter-spacing:.16em;color:#ffeb73;font-size:12px}.nest-story-chapters h3{font:clamp(36px,4vw,60px)/1 var(--font-serif);margin:16px 0}.nest-story-chapters p{color:#bed6e6;max-width:700px;font-size:18px;line-height:1.6}@media (width<=800px){.nest-ideation figure{aspect-ratio:33/17}.nest-story-chapters{gap:6vh}.nest-story-chapters article,.nest-story-chapters article:nth-child(2n){grid-template-columns:1fr}.nest-story-chapters article:nth-child(2n) figure,.nest-story-chapters article:nth-child(2n)>div{grid-area:auto/1}.nest-story-chapters figure{aspect-ratio:25/13}.nest-story-chapters article>div{padding:24px 0}}.bluelink-case{color:#102b68;background:#eaf0fb}.bluelink-case .case-nav{color:#fff}.bluelink-case figure{margin:0;position:relative;overflow:hidden}.bluelink-case figure img{object-position:center;object-fit:contain!important}.blue-cover{aspect-ratio:2;background:#b8ccf4;position:relative}.blue-cover img{object-fit:contain!important}.blue-opening,.blue-section,.blue-outcome{padding:11vh 5vw}.blue-opening{color:#fff;background:#143c92;grid-template-columns:1fr 4fr;gap:4vw;display:grid}.blue-opening>span,.blue-section header span,.blue-outcome header span{font:11px var(--font-mono);letter-spacing:.18em}.blue-opening h1{font:clamp(72px,11vw,170px)/.84 var(--font-sans);letter-spacing:-.07em;margin:0 0 6vh}.blue-opening h2{font:clamp(32px,4.4vw,66px)/1.1 var(--font-serif);max-width:1250px}.blue-opening p{color:#dbe7ff;max-width:900px;font-size:20px;line-height:1.65}.blue-opening aside{border-top:1px solid #83a7ef;margin:5vh 0 0 32%;padding-top:22px;line-height:1.65}.blue-opening aside b{margin-bottom:10px;display:block}.blue-section header,.blue-outcome header{grid-template-columns:1fr 3fr;gap:4vw;margin-bottom:7vh;display:grid}.blue-section header h2,.blue-outcome header h2{font:clamp(46px,6.2vw,94px)/.98 var(--font-serif);letter-spacing:-.045em;grid-column:2;margin:0}.blue-section.white{background:#fff}.blue-copy{grid-template-columns:1fr 1.4fr;gap:6vw;margin:0 0 8vh 25%;display:grid}.blue-copy p{color:#344f7e;font-size:19px;line-height:1.65}.blue-copy blockquote{font:clamp(30px,3.5vw,52px)/1.22 var(--font-serif);color:#2459bd;margin:0}.blue-pages{gap:18px;display:grid}.blue-pages figure,.blue-full-page{aspect-ratio:2;background:#fff}.blue-section.cobalt{color:#fff;background:#123c91}.blue-flow{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:16px;margin-bottom:8vh;display:grid}.blue-flow article{border-top:2px solid #9bc0ff;min-height:210px;padding:25px 15px}.blue-flow b{font:11px var(--font-mono);color:#a8c8ff}.blue-flow h3{margin:38px 0 14px;font-size:30px}.blue-flow p{color:#d7e5ff;line-height:1.55}.blue-flow i{font-size:28px;font-style:normal}.blue-section.mist{background:#e8effc}.blue-channel-notes{background:#a7b8da;grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:8vh;display:grid}.blue-channel-notes article{background:#f7f9ff;padding:34px}.blue-channel-notes h3{font-size:28px}.blue-channel-notes p{color:#44587d;line-height:1.6}.blue-section.dark{color:#fff;background:#071a43}.blue-exploded{grid-template-columns:1fr 1fr;gap:12px;display:grid}.blue-exploded figure{aspect-ratio:4/3;background:#edf2fa}.blue-exploded figure:nth-child(2){background:#020712}.blue-offline-copy{font:clamp(28px,3.7vw,54px)/1.25 var(--font-serif);color:#c9dcff;max-width:1050px;margin:8vh 0 8vh 25%}.blue-section.dark .blue-full-page{margin-top:2vh}.blue-outcome{background:#d6e4ff}.blue-outcome>figure{aspect-ratio:2;background:#fff}.blue-outcome>p{max-width:900px;margin:8vh 0 0 28%;font-size:22px;line-height:1.65}.blue-outcome blockquote{font:clamp(36px,5vw,74px)/1.08 var(--font-serif);color:#164aa8;max-width:1250px;margin:10vh auto}.bluelink-case .pdf-access{border-color:#597db8}.bluelink-case .case-credit{color:#fff;background:#06173b}@media (width<=800px){.blue-opening,.blue-section,.blue-outcome{padding:8vh 5vw}.blue-opening,.blue-section header,.blue-outcome header,.blue-copy{grid-template-columns:1fr}.blue-section header h2,.blue-outcome header h2{grid-column:1}.blue-opening aside,.blue-copy,.blue-offline-copy,.blue-outcome>p{margin-left:0}.blue-flow{grid-template-columns:1fr}.blue-flow i{text-align:center;transform:rotate(90deg)}.blue-channel-notes,.blue-exploded{grid-template-columns:1fr}.blue-cover,.blue-pages figure,.blue-full-page,.blue-outcome>figure{aspect-ratio:2}.blue-exploded figure{aspect-ratio:4/3}}.beyond-page{color:#151613;background:#e9e6dd}.beyond-hero{flex-direction:column;justify-content:space-between;min-height:calc(100vh - 82px);padding:7vh 3.2vw 4vh;display:flex}.beyond-hero .section-no{color:#65655f}.beyond-hero h1{max-width:1500px;font:clamp(62px,9.6vw,152px)/.87 var(--font-serif);letter-spacing:-.055em;margin:4vh 0;font-weight:400}.beyond-hero h1 em{color:#315b46;font-style:italic}.beyond-hero-foot{border-top:1px solid #aaa89f;justify-content:space-between;align-items:end;padding-top:18px;display:flex}.beyond-hero-foot p{max-width:600px;margin:0;font-size:17px;line-height:1.55}.beyond-hero-foot span{font:10px var(--font-mono);text-transform:uppercase;color:#66645f}.beyond-stream{padding:8vh 3.2vw 13vh}.beyond-shot{background:#d7d4cb;margin:0;position:relative;overflow:hidden}.beyond-shot img{object-fit:cover}.beyond-opening{grid-template-rows:auto auto;grid-template-columns:1.15fr .5fr .42fr;align-items:start;gap:2vw;display:grid}.beyond-opening .wide{aspect-ratio:1.5;grid-column:1/3}.beyond-opening .portrait{aspect-ratio:.72;grid-area:1/3;transform:translateY(11vh)rotate(1.5deg)}.beyond-opening .street{aspect-ratio:.9;grid-area:2/2;margin-top:-6vh;transform:rotate(-2deg)}.margin-note{font:clamp(22px,3vw,44px)/1.12 var(--font-serif);grid-area:2/1;max-width:600px;margin:8vh 0}.beyond-interlude{font:clamp(42px,6.3vw,95px)/1.02 var(--font-serif);letter-spacing:-.04em;max-width:1280px;margin:22vh 5vw 20vh 16vw}.beyond-restoration{grid-template-columns:1fr 1fr .55fr;align-items:start;gap:1.7vw;display:grid}.restoration-main{aspect-ratio:1.4;grid-column:1/3}.restoration-detail{aspect-ratio:.62;grid-column:3;margin-top:10vh}.beyond-caption{grid-column:1;max-width:480px;margin:4vh 0 0 12%}.beyond-caption b{font:11px var(--font-mono);text-transform:uppercase;letter-spacing:.12em}.beyond-caption p{font-size:18px;line-height:1.55}.beyond-restoration .notes{aspect-ratio:.72;grid-column:2;margin:3vh 20% 0 0;transform:rotate(2deg)}.beyond-painting{grid-template-columns:repeat(12,1fr);align-items:start;gap:1.4vw;margin:22vh 0;display:grid;position:relative}.beyond-painting .tall{aspect-ratio:.75;grid-column:1/5}.beyond-painting .offset{grid-column:5/9;margin-top:13vh}.beyond-painting .square{aspect-ratio:1;grid-column:9/13;margin-top:4vh}.beyond-painting .paper{aspect-ratio:.72;grid-column:2/5;margin-top:4vh;transform:rotate(-1deg)}.beyond-painting .slim{aspect-ratio:.58;grid-column:6/9;margin-top:11vh}.beyond-painting .lower{grid-column:9/12;margin-top:0}.vertical-note{writing-mode:vertical-rl;font:11px var(--font-mono);letter-spacing:.12em;text-transform:uppercase;position:absolute;top:53%;right:-1.5vw}.beyond-digital{grid-template-columns:1fr 1fr .7fr;align-items:center;gap:2vw;margin:20vh 5vw;display:grid}.digital-one{aspect-ratio:1}.digital-two{aspect-ratio:.82;margin-top:16vh}.beyond-digital>div{align-self:end;margin-bottom:8vh}.beyond-digital span{font:clamp(28px,3.5vw,52px)/1.05 var(--font-serif)}.beyond-digital p{font-size:17px;line-height:1.55}.beyond-brand{color:#efeee8;background:#11120f;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:2vw;margin:20vh -3.2vw;padding:11vh 6vw;display:grid;position:relative}.brand-word small{font:10px var(--font-mono);text-transform:uppercase;color:#8d8f87}.brand-word h2{font:clamp(66px,9vw,140px)/.72 var(--font-sans);letter-spacing:-.075em;margin:7vh 0}.brand-word p{max-width:400px;font-size:17px;line-height:1.55}.brand-image{aspect-ratio:.82;transform:rotate(-2deg)}.jewellery{aspect-ratio:.78;transform:rotate(2deg)}.beyond-drawings{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:1.6vw;margin:20vh 0;display:grid}.beyond-drawings>p{font:clamp(32px,4.2vw,64px)/1.06 var(--font-serif);grid-column:1;margin:0 5vw 0 0}.drawing-large{aspect-ratio:.72;grid-column:2/4}.drawing-sheet{aspect-ratio:.7;margin-top:3vh}.drawing-sheet.second{margin-top:13vh}.drawing-sheet.third{margin-top:6vh}.beyond-ending{grid-template-columns:.65fr 1fr;align-items:end;gap:4vw;margin:24vh 8vw 6vh;display:grid}.phone-memory{aspect-ratio:.46;max-height:70vh}.calligraphy{aspect-ratio:1.33}.beyond-ending p{font:clamp(32px,4.5vw,68px)/1.08 var(--font-serif);grid-column:2;margin:5vh 0 0}@media (width<=800px){.beyond-hero{min-height:760px;padding-top:5vh}.beyond-hero h1{font-size:16.5vw;line-height:.9}.beyond-hero-foot{display:block}.beyond-hero-foot span{margin-top:25px;display:block}.beyond-stream{padding:5vh 5vw 10vh}.beyond-opening{grid-template-columns:1fr 1fr}.beyond-opening .wide{grid-column:1/3}.beyond-opening .portrait{grid-area:2/2;transform:translateY(0)rotate(1deg)}.beyond-opening .street{grid-area:3/1;margin-top:0}.margin-note{grid-area:2/1;margin:4vh 0}.beyond-interlude{margin:13vh 0;font-size:11vw}.beyond-restoration{grid-template-columns:1fr 1fr}.restoration-main{grid-column:1/3}.restoration-detail{grid-column:2;margin-top:0}.beyond-caption{grid-column:1;margin:3vh 0}.beyond-restoration .notes{grid-column:1;margin:0}.beyond-painting{grid-template-columns:1fr 1fr;margin:14vh 0}.beyond-painting .tall,.beyond-painting .offset,.beyond-painting .square,.beyond-painting .paper,.beyond-painting .slim,.beyond-painting .lower{grid-column:auto;margin-top:0}.vertical-note{display:none}.beyond-digital{grid-template-columns:1fr 1fr;margin:13vh 0}.beyond-digital>div{grid-column:1/3;margin:4vh 0}.digital-two{margin-top:8vh}.beyond-brand{grid-template-columns:1fr 1fr;margin:14vh -5vw;padding:9vh 5vw}.brand-word{grid-column:1/3}.brand-word h2{margin:5vh 0;font-size:22vw}.beyond-drawings{grid-template-columns:1fr 1fr;margin:14vh 0}.beyond-drawings>p,.drawing-large{grid-column:1/3}.drawing-sheet.third{grid-column:1/3;justify-self:center;max-width:50%}.beyond-ending{grid-template-columns:.7fr 1fr;margin:14vh 0 3vh}.beyond-ending p{font-size:9vw}}.beyond-painting .beyond-shot img,.beyond-drawings .beyond-shot img,.phone-memory img,.calligraphy img{object-fit:contain;background:#dfdcd2}@media (width<=800px){.site-header{padding-left:4vw;padding-right:4vw}.site-header nav{gap:11px;font-size:9px}.site-header nav a:nth-child(2){display:block}.mark span{display:none}}.project-card-heat-pumps .project-image{background:#dce4f2}.project-card-righttool .project-image{background:#020202}.project-card-blue-link .project-image{background:#b8ccf4}.project-card-heat-pumps .project-image img,.project-card-righttool .project-image img,.project-card-blue-link .project-image img{object-position:center;filter:none;object-fit:contain!important}.guardian-crop{aspect-ratio:.74;grid-column:1/7;margin:0 0 5vh 7vw}.guardian-crop img{background:#e7e3d8;object-fit:contain!important}.brand-side-note{max-width:360px;font:clamp(22px,2.5vw,38px)/1.15 var(--font-serif);color:#bbbdb6;align-self:end;margin:0 0 5vh}.jewellery-study{aspect-ratio:.72;grid-column:1/2;margin:10vh 10% 0}.beyond-ending{grid-template-columns:1fr}.beyond-ending .calligraphy{aspect-ratio:1.45;justify-self:center;width:min(100%,1100px)}.beyond-ending p{grid-column:1;justify-self:end;max-width:1050px}.contact-page{color:#151613;background:#e9e6dd;min-height:100vh;padding:8vh 3.2vw 14vh}.contact-intro{border-bottom:1px solid #aaa89f;padding-bottom:8vh}.contact-intro h1{font:clamp(84px,15vw,230px)/.78 var(--font-serif);letter-spacing:-.07em;margin:9vh 0 6vh}.contact-intro p{max-width:820px;margin-left:25%;font-size:clamp(20px,2.1vw,32px);line-height:1.4}.contact-grid{grid-template-columns:1.55fr .75fr;align-items:end;gap:8vw;padding-top:9vh;display:grid}.contact-list>div{border-top:1px solid #aaa89f;grid-template-columns:150px 1fr;gap:25px;padding:22px 0;display:grid}.contact-list span{font:10px var(--font-mono);letter-spacing:.13em;text-transform:uppercase;color:#676861}.contact-list strong{overflow-wrap:anywhere;font-size:clamp(18px,2vw,29px);font-weight:450;line-height:1.4}.contact-list a{color:inherit;text-decoration:none}.resume-button{color:#f1f3ed;background:#183b2f;flex-direction:column;justify-content:space-between;min-height:270px;padding:30px;text-decoration:none;transition:transform .25s,background .25s;display:flex}.resume-button:hover{background:#24523f;transform:translateY(-6px)}.resume-button span{font:clamp(34px,4vw,58px)/1 var(--font-serif)}.resume-button b{font:11px var(--font-mono);letter-spacing:.14em;font-weight:400}@media (width<=800px){.guardian-crop{grid-column:1/3;margin:0 0 4vh}.brand-side-note{align-self:end}.jewellery-study{grid-column:1/3;justify-self:end;width:55%}.beyond-ending .calligraphy{aspect-ratio:1.2}.contact-page{padding:6vh 5vw 10vh}.contact-intro h1{margin-top:7vh}.contact-intro p{margin-left:0}.contact-grid{grid-template-columns:1fr}.contact-list>div{grid-template-columns:95px 1fr}.resume-button{min-height:220px}}
