@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&family=Instrument+Serif:ital@0;1&display=swap";@layer components;@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-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--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 utilities{.static{position:static}.contents{display:contents}.grid{display:grid}.inline{display:inline}}:root{font-synthesis:none;color:#1a1a18;--bg:#f6f5f2;--surface:#eceae5;--ink:#1a1a18;--muted:#777570;--line:#d9d7d1;--accent:#e46d45;--soft-ink:#3e3c38;background:#f6f5f2;font-family:DM Sans,Arial,sans-serif}:root[data-theme=dark]{color:#efeee9;--bg:#171716;--surface:#242321;--ink:#efeee9;--muted:#aaa7a0;--line:#3d3b37;--accent:#ed8762;--soft-ink:#d1cfc8;background:#171716}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;color:var(--ink);margin:0;transition:background-color .3s,color .3s}a{color:inherit;text-decoration:none}button{font:inherit}@media (prefers-reduced-motion:no-preference){::view-transition-old(root){animation:.42s cubic-bezier(.2,.8,.2,1) both page-fade-out}::view-transition-new(root){animation:.48s cubic-bezier(.2,.8,.2,1) both page-fade-in}}@keyframes page-fade-out{to{opacity:0;transform:translateY(-.6rem)}}@keyframes page-fade-in{0%{opacity:0;transform:translateY(.6rem)}}.page-shell{width:min(100%,1440px);margin:auto;padding-inline:clamp(1.25rem,4.5vw,3.25rem)}.site-header{border-bottom:1px solid var(--line);grid-template-columns:1fr auto 1fr;align-items:center;height:clamp(5.25rem,10vw,6.75rem);display:grid}.wordmark{letter-spacing:-.09em;width:max-content;font-size:1.35rem;font-weight:600}.wordmark span{color:var(--accent)}nav{gap:1.6rem;font-family:DM Mono,monospace;font-size:.7rem;display:flex}nav a{color:var(--muted);transition:color .2s}nav a:hover,nav a:focus-visible{color:var(--ink)}.theme-toggle{border:1px solid var(--line);width:2.35rem;height:2.35rem;color:var(--ink);cursor:pointer;background:0 0;border-radius:50%;justify-self:end;place-items:center;padding:0;transition:background .2s,border-color .2s;display:grid}.theme-toggle:hover{background:var(--surface)}.theme-toggle:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.theme-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:1rem}main{min-height:calc(100vh - 12rem)}footer{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:.75rem 2rem;padding:1.8rem 0 2.5rem;font-family:DM Mono,monospace;font-size:.65rem;display:flex}footer a:hover{color:var(--ink)}.eyebrow{color:var(--muted);letter-spacing:.025em;text-transform:uppercase;margin:0;font-family:DM Mono,monospace;font-size:.65rem;line-height:1.5}.intro{grid-template-columns:minmax(0,1fr) 15rem;align-content:space-between;gap:3rem;min-height:35rem;padding:clamp(5.5rem,10vw,8.5rem) 0 5rem;display:grid}.intro h1,.about-hero h1{letter-spacing:-.075em;max-width:60rem;margin:1.1rem 0 0;font-size:clamp(3.65rem,7.15vw,7.8rem);font-weight:500;line-height:.88}h1 em{letter-spacing:-.06em;font-family:Instrument Serif,Georgia,serif;font-size:1.1em;font-weight:400}.intro-note{color:var(--soft-ink);align-self:end;gap:.7rem;padding-bottom:.35rem;font-size:.84rem;line-height:1.45;display:flex}.intro-note p{margin:0}.availability-dot{background:#6eac71;border-radius:50%;flex:none;width:.45rem;height:.45rem;margin-top:.35rem;box-shadow:0 0 0 4px #6eac7126}.work-section{padding:1.25rem 0 7.5rem}.section-heading{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.section-heading span{color:var(--muted);font-family:DM Mono,monospace;font-size:.65rem}.projects-showcase{border-top:1px solid var(--line);flex-direction:column;gap:clamp(1.5rem,3vw,2.5rem);padding-top:clamp(1.5rem,3vw,2.5rem);display:flex}.featured-project{min-height:min(44vw,35rem);color:var(--ink);border:1px solid var(--line);border-radius:1rem;grid-template-columns:minmax(0,1.32fr) minmax(18rem,.68fr);transition:border-color .3s;display:grid;overflow:hidden}.featured-project:hover,.featured-project:focus-visible{border-color:var(--accent)}.projects-empty{grid-template-columns:1fr}.project-art{isolation:isolate;color:#f8f6f0;background:#232524;flex-direction:column;justify-content:space-between;min-height:29rem;padding:clamp(1.25rem,2.4vw,2rem);display:flex;position:relative;overflow:hidden}.project-art:after{z-index:-1;content:"";background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0f 1px,#0000 1px);background-size:2rem 2rem;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 88%);mask-image:linear-gradient(#000,#0000 88%)}.project-art-topline,.project-art-footer,.project-copy-topline{letter-spacing:.035em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:1rem;font-family:DM Mono,monospace;font-size:.62rem;display:flex}.project-art-topline{z-index:2;color:#f8f6f09e;position:relative}.project-orbit{z-index:-1;border:1px solid #f8f6f03b;border-radius:50%;transition:transform .8s cubic-bezier(.2,.8,.2,1);position:absolute}.project-orbit-one{width:34rem;height:34rem;top:50%;left:51%;transform:translate(-50%,-50%)}.project-orbit-two{border-style:dashed;width:20rem;height:20rem;top:50%;left:51%;transform:translate(-50%,-50%)}.project-glow{z-index:-2;background:var(--accent);filter:blur(1px);opacity:.93;border-radius:50%;width:17rem;height:17rem;transition:transform .8s cubic-bezier(.2,.8,.2,1),width .8s cubic-bezier(.2,.8,.2,1),height .8s cubic-bezier(.2,.8,.2,1);position:absolute;top:53%;left:48%;transform:translate(-50%,-50%)}.project-wordmark{z-index:1;letter-spacing:-.095em;align-self:center;margin:auto 0;font-family:Instrument Serif,Georgia,serif;font-size:clamp(6rem,14vw,12rem);line-height:.74;position:relative}.project-art-footer{z-index:2;color:#f8f6f0c7;position:relative}.project-art-footer svg{width:1.15rem;height:1.15rem;transition:transform .3s}.project-art[data-art=grid]{background:#1c2422}.project-art[data-art=grid]:after{background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#ffffff14 1px,#0000 1px);background-size:1.25rem 1.25rem;-webkit-mask-image:radial-gradient(circle at 72% 28%,#000,#0000 68%);mask-image:radial-gradient(circle at 72% 28%,#000,#0000 68%)}.project-art[data-art=grid] .project-orbit-one{border-radius:.9rem;width:16rem;height:16rem;top:20%;left:82%}.project-art[data-art=grid] .project-orbit-two{border-radius:.6rem;width:9rem;height:9rem;top:20%;left:82%}.project-art[data-art=grid] .project-glow{filter:hue-rotate(150deg);border-radius:30%;width:11rem;height:11rem;top:82%;left:14%}.project-art[data-art=stripes]{background:#241f1a}.project-art[data-art=stripes]:after{background-image:repeating-linear-gradient(45deg,#ffffff12 0 2px,#0000 2px 22px);-webkit-mask-image:linear-gradient(#000,#0000 90%);mask-image:linear-gradient(#000,#0000 90%)}.project-art[data-art=stripes] .project-orbit-one{width:26rem;height:26rem;top:72%;left:18%}.project-art[data-art=stripes] .project-orbit-two{width:14rem;height:14rem;top:72%;left:18%}.project-art[data-art=stripes] .project-glow{filter:hue-rotate(260deg);width:13rem;height:13rem;top:22%;left:80%}.project-art[data-art=mesh]{background:radial-gradient(circle at 20% 20%,#ed87622e,#0000 45%),radial-gradient(circle at 85% 75%,#ffffff14,#0000 40%),#201f1d}.project-art[data-art=mesh]:after{content:none}.project-art[data-art=mesh] .project-orbit-one{border-style:dashed;width:22rem;height:22rem;top:88%;left:88%}.project-art[data-art=mesh] .project-orbit-two{width:12rem;height:12rem;top:88%;left:88%}.project-art[data-art=mesh] .project-glow{filter:blur(2px)hue-rotate(90deg);width:15rem;height:15rem;top:28%;left:24%}.project-art[data-art=dots]{background:#1d201f}.project-art[data-art=dots]:after{background-image:radial-gradient(#ffffff2e 1px,#0000 1.4px);background-size:1.1rem 1.1rem;-webkit-mask-image:radial-gradient(circle at 28% 72%,#000,#0000 72%);mask-image:radial-gradient(circle at 28% 72%,#000,#0000 72%)}.project-art[data-art=dots] .project-orbit-one{width:18rem;height:18rem;top:25%;left:25%}.project-art[data-art=dots] .project-orbit-two{border-style:dashed;width:9rem;height:9rem;top:25%;left:25%}.project-art[data-art=dots] .project-glow{filter:hue-rotate(200deg);width:11rem;height:11rem;top:78%;left:78%}.project-art[data-art=rays]{background:#221d1a}.project-art[data-art=rays]:after{background-image:repeating-conic-gradient(at 82% 18%,#ffffff14 0deg 3deg,#0000 3deg 14deg);-webkit-mask-image:radial-gradient(circle at 82% 18%,#000,#0000 70%);mask-image:radial-gradient(circle at 82% 18%,#000,#0000 70%)}.project-art[data-art=rays] .project-orbit-one{border-style:dashed;width:20rem;height:20rem;top:18%;left:82%}.project-art[data-art=rays] .project-orbit-two{width:10rem;height:10rem;top:18%;left:82%}.project-art[data-art=rays] .project-glow{filter:hue-rotate(40deg);width:10rem;height:10rem;top:80%;left:20%}.project-art[data-art=aurora]{background:linear-gradient(160deg,#ed87623d,#0000 55%),linear-gradient(-20deg,#78b4ff2e,#0000 50%),#1b1e20}.project-art[data-art=aurora]:after{content:none}.project-art[data-art=aurora] .project-orbit-one{border-color:#f8f6f01f;width:30rem;height:30rem;top:40%;left:60%}.project-art[data-art=aurora] .project-orbit-two{border-color:#f8f6f029;width:16rem;height:16rem;top:60%;left:35%}.project-art[data-art=aurora] .project-glow{filter:blur(3px)hue-rotate(320deg);opacity:.7;width:19rem;height:19rem;top:45%;left:55%}.project-art[data-art=scan]{background:#1a1c1e}.project-art[data-art=scan]:after{background-image:repeating-linear-gradient(#ffffff12 0 1px,#0000 1px 6px);-webkit-mask-image:linear-gradient(#0000,#000 20% 80%,#0000);mask-image:linear-gradient(#0000,#000 20% 80%,#0000)}.project-art[data-art=scan] .project-orbit-one{border-radius:50%;width:30rem;height:12rem;top:78%;left:50%}.project-art[data-art=scan] .project-orbit-two{border-radius:50%;width:16rem;height:7rem;top:78%;left:50%}.project-art[data-art=scan] .project-glow{filter:grayscale()brightness(1.5);width:10rem;height:10rem;top:22%;left:50%}.project-art[data-art=soon]{background:#201f1d}.project-art[data-art=soon]:after{background-image:radial-gradient(#ffffff24 1px,#0000 1.4px);background-size:1.4rem 1.4rem;-webkit-mask-image:radial-gradient(circle at 50% 46%,#000,#0000 72%);mask-image:radial-gradient(circle at 50% 46%,#000,#0000 72%)}.project-art[data-art=soon] .project-orbit-one{border-style:dashed;width:24rem;height:24rem;top:48%;left:50%}.project-art[data-art=soon] .project-orbit-two{width:13rem;height:13rem;top:48%;left:50%}.project-art[data-art=soon] .project-glow{opacity:.55;width:13rem;height:13rem;top:48%;left:50%}.project-art[data-art=soon] .project-wordmark{letter-spacing:-.04em;font-size:clamp(3rem,6.5vw,6rem);line-height:.95}@media (prefers-reduced-motion:no-preference){.project-art[data-art=soon] .project-glow{animation:3.2s ease-in-out infinite soon-pulse}}@keyframes soon-pulse{0%,to{opacity:.4}50%{opacity:.8}}.project-copy{background:var(--surface);flex-direction:column;align-items:flex-start;padding:clamp(1.5rem,4.25vw,4.5rem) clamp(1.5rem,4.5vw,4.75rem);display:flex}@supports (color:color-mix(in lab, red, red)){.project-copy{background:color-mix(in srgb, var(--surface) 52%, transparent)}}.project-copy-topline{width:100%;color:var(--muted)}.project-copy h2{letter-spacing:-.075em;margin:auto 0 1rem;font-family:Instrument Serif,Georgia,serif;font-size:clamp(3.35rem,5.2vw,5.5rem);font-weight:400;line-height:.8}.project-copy>p{max-width:25rem;color:var(--soft-ink);margin:0;font-size:.92rem;line-height:1.55}.project-copy ul{flex-wrap:wrap;gap:.45rem;margin:1.6rem 0 0;padding:0;list-style:none;display:flex}.project-copy li{border:1px solid var(--line);color:var(--muted);letter-spacing:.02em;border-radius:999px;padding:.38rem .6rem;font-family:DM Mono,monospace;font-size:.58rem}.project-visit{border-top:1px solid var(--line);width:100%;color:var(--soft-ink);justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:2rem;font-family:DM Mono,monospace;font-size:.67rem;display:flex}.project-visit-arrow{border:1px solid var(--line);width:2.15rem;height:2.15rem;color:var(--ink);border-radius:50%;place-items:center;transition:color .25s,background-color .25s,border-color .25s,transform .25s;display:grid}.project-visit-arrow svg{stroke-width:1.5px;width:.95rem;height:.95rem}.featured-project:hover .project-orbit-one,.featured-project:focus-visible .project-orbit-one{transform:translate(-50%,-50%)rotate(24deg)scale(1.08)}.featured-project:hover .project-orbit-two,.featured-project:focus-visible .project-orbit-two{transform:translate(-50%,-50%)rotate(-36deg)scale(.88)}.featured-project:hover .project-glow,.featured-project:focus-visible .project-glow{width:20rem;height:20rem;transform:translate(-43%,-57%)}.featured-project:hover .project-art-footer svg,.featured-project:focus-visible .project-art-footer svg{transform:translate(.2rem,-.2rem)}.featured-project:hover .project-visit-arrow,.featured-project:focus-visible .project-visit-arrow{border-color:var(--accent);color:#fff;background:var(--accent);transform:translate(.2rem)}.work-footnote{color:var(--muted);align-items:center;gap:.55rem;margin:1rem 0 0;font-family:DM Mono,monospace;font-size:.62rem;display:flex}.work-footnote span{background:var(--accent);border-radius:50%;width:.42rem;height:.42rem}@media (prefers-reduced-motion:no-preference){.featured-project{opacity:0;transition:opacity .7s cubic-bezier(.2,.8,.2,1),transform .7s cubic-bezier(.2,.8,.2,1);transform:translateY(2rem)}.featured-project.is-visible{opacity:1;transform:translateY(0)}}.capabilities{padding:0 0 8.5rem}.capability-grid{border-right:1px solid var(--line);border-left:1px solid var(--line);border-top:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.capability-card{border-bottom:1px solid var(--line);background:var(--bg);flex-direction:column;min-height:17rem;padding:1.2rem;transition:background-color .25s,color .25s;display:flex;position:relative}.capability-card:not(:nth-child(3n+1)){border-left:1px solid var(--line)}.capability-card:hover{background:var(--surface)}.capability-card__topline{justify-content:space-between;align-items:center;display:flex}.capability-card__index{color:var(--muted);font-family:DM Mono,monospace;font-size:.62rem}.capability-card__icon{width:2.1rem;height:2.1rem;color:var(--accent);place-items:center;display:grid}.capability-card__icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:1.35rem;height:1.35rem}.capability-card h2{letter-spacing:-.04em;margin:auto 0 .45rem;font-size:clamp(1.1rem,1.5vw,1.3rem);font-weight:500}.capability-card p{max-width:19rem;color:var(--muted);margin:0;font-size:.8rem;line-height:1.45}.capability-card ul{flex-wrap:wrap;gap:.4rem;margin:1.15rem 0 0;padding:0;list-style:none;display:flex}.capability-card li{border:1px solid var(--line);color:var(--soft-ink);border-radius:999px;padding:.24rem .4rem;font-family:DM Mono,monospace;font-size:.58rem;line-height:1.2}.closing-line{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:2rem;margin-bottom:7.5rem;padding:4.5rem 0;display:flex}.closing-line p{color:var(--muted);text-transform:uppercase;margin:0;font-family:DM Mono,monospace;font-size:.68rem}.closing-line a{letter-spacing:-.06em;font-family:Instrument Serif,Georgia,serif;font-size:clamp(2.5rem,5vw,4.75rem)}.link-arrow{width:.78em;height:.78em;color:var(--accent);vertical-align:-.08em;margin-left:.15em;transition:transform .2s;display:inline-block}.closing-line a:hover .link-arrow,.text-link:hover .link-arrow,.detail-block a:hover .link-arrow{transform:translate(.15rem,-.15rem)}.about-hero{min-height:31rem;padding:clamp(5.5rem,10vw,8.5rem) 0 5rem}.mantra{color:var(--soft-ink);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.6rem;margin:1.85rem 0 0;font-family:DM Mono,monospace;font-size:clamp(.85rem,1.4vw,1.05rem);font-weight:500;display:flex}.mantra svg{width:.9rem;height:.9rem;color:var(--accent)}.about-grid{border-top:1px solid var(--line);grid-template-columns:minmax(15rem,.72fr) minmax(20rem,1fr);gap:clamp(2.5rem,9vw,12rem);padding:2rem 0 9rem;display:grid}.portrait-wrap{aspect-ratio:.8;background:var(--surface);align-self:start;overflow:hidden}.portrait-wrap img{object-fit:cover;object-position:center 27%;filter:grayscale();width:100%;height:100%;transition:filter .4s,transform .5s;display:block}.portrait-wrap:hover img{filter:grayscale(0%);transform:scale(1.025)}.about-copy{letter-spacing:-.03em;max-width:38rem;padding-top:.45rem;font-size:clamp(1.12rem,1.55vw,1.45rem);line-height:1.42}.about-copy p{margin:0 0 1.35rem}.about-copy .lede{font-size:clamp(1.55rem,2.4vw,2.4rem);line-height:1.13}.text-link{border-bottom:1px solid var(--ink);margin-top:1.6rem;padding-bottom:.2rem;font-size:.95rem;display:inline-block}.details-grid{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:2rem 0 8rem;display:grid}.detail-block{flex-direction:column;align-items:flex-start;gap:.6rem;font-size:.9rem;line-height:1.45;display:flex}.detail-block p{margin:0}.detail-block .eyebrow{margin-bottom:1.2rem}.detail-block a{border-bottom:1px solid var(--line);align-items:center;gap:.4rem;display:inline-flex}.detail-icon{width:.95rem;height:.95rem;color:var(--muted);flex:none}.platform-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.platform-list li{color:var(--soft-ink);align-items:center;gap:.55rem;display:flex}.platform-list .detail-icon{color:var(--muted)}.belief{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:7.5rem;padding:5rem 0}.belief>p:last-child{letter-spacing:-.055em;max-width:54rem;margin:1.2rem 0 0;font-family:Instrument Serif,Georgia,serif;font-size:clamp(2.4rem,5.2vw,5.75rem);line-height:.96}.error-page{flex-direction:column;align-items:flex-start;gap:1.1rem;min-height:calc(100vh - 24rem);padding:clamp(5.5rem,12vw,9rem) 0;display:flex}.error-page h1{letter-spacing:-.05em;margin:0;font-family:Instrument Serif,Georgia,serif;font-size:clamp(3.4rem,8vw,6.5rem);font-weight:400;line-height:.95}.error-page .error-detail{max-width:32rem;color:var(--muted);margin:0;font-size:1rem;line-height:1.5}.error-page .text-link{margin-top:.6rem}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=820px){.capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.capability-card:not(:nth-child(3n+1)){border-left:0}.capability-card:nth-child(2n){border-left:1px solid var(--line)}.about-grid{gap:clamp(2rem,6vw,4.5rem)}}@media (width<=640px){.site-header{grid-template-columns:auto 1fr auto}nav{justify-self:center;gap:clamp(.75rem,4vw,1.25rem);font-size:.65rem}.wordmark{font-size:1.2rem}.theme-toggle{width:2.15rem;height:2.15rem}.intro{grid-template-columns:1fr;align-content:start;gap:4rem;min-height:29rem;padding-bottom:3.5rem}.intro h1,.about-hero h1{font-size:clamp(3.25rem,15vw,5rem)}.intro-note{max-width:17rem}.work-section{padding-bottom:5rem}.featured-project{grid-template-columns:1fr}.project-art{min-height:min(115vw,31rem)}.project-copy{min-height:28rem;padding:1.5rem 1.25rem}.project-copy h2{margin-top:4.5rem}.capabilities{padding-bottom:5rem}.capability-grid{grid-template-columns:1fr}.capability-card,.capability-card:nth-child(2n){border-left:0;min-height:14rem;padding:1rem}.closing-line{flex-direction:column;align-items:flex-start;gap:1.2rem;margin-bottom:5rem;padding:3rem 0}.about-hero{min-height:26rem;padding-bottom:3.5rem}.about-grid{grid-template-columns:1fr;gap:2.5rem;padding:1.25rem 0 5rem}.portrait-wrap{width:min(100%,25rem)}.details-grid{grid-template-columns:1fr;gap:2.5rem;padding-bottom:5rem}.belief{margin-bottom:5rem;padding:3.5rem 0}}@media (width<=360px){.site-header{column-gap:.55rem}nav{gap:.6rem;font-size:.6rem}.theme-toggle{width:2rem;height:2rem}footer{flex-direction:column}}
