:root{--gutter:56px;--ink:#0b0b0b;--ink-soft:#5a5a5a;--muted:#8a8a8a;--muted-light:#a6a6a6;--hairline:#0b0b0b1f;--hairline-strong:#0b0b0b2e;--bg:#fafafa;--bg-rgb:250, 250, 250;--panel:#efefef;--rust:#c2703c;--rust-hover:#d07c46;--sand:#e9e4da;--brown:#34302a;--cream:#f7f2e7;--cream-band:#ef9700;--outcome-bg:#f3eada;--outcome-label:#8c7f68;--outcome-heading:#34302a;--outcome-note:#5c5445;--font-display:"Caprasimo", Georgia, serif;--font-body:"Manrope", Helvetica, sans-serif}*{box-sizing:border-box}html,body{max-width:100%;margin:0;padding:0;overflow-x:hidden}body{background:var(--bg);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;transition:background-color .2s,color .2s}a{color:var(--ink);text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}body.motion-off *,body.motion-off :before,body.motion-off :after{transition:none!important;animation:none!important}@media (width<=900px){:root{--gutter:32px}}@media (width<=560px){:root{--gutter:20px}}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--ink:#f5f1ea;--ink-soft:#c9c2b6;--muted:#9b9488;--muted-light:#756f64;--hairline:#f5f1ea1f;--hairline-strong:#f5f1ea38;--bg:#15130f;--bg-rgb:21, 19, 15;--panel:#221e17;--sand:#3c362b;--outcome-bg:#241f16;--outcome-label:#b7ab8f;--outcome-heading:#f5f1ea;--outcome-note:#c9c2b6}}:root[data-theme=dark]{--ink:#f5f1ea;--ink-soft:#c9c2b6;--muted:#9b9488;--muted-light:#756f64;--hairline:#f5f1ea1f;--hairline-strong:#f5f1ea38;--bg:#15130f;--bg-rgb:21, 19, 15;--panel:#221e17;--sand:#3c362b;--outcome-bg:#241f16;--outcome-label:#b7ab8f;--outcome-heading:#f5f1ea;--outcome-note:#c9c2b6}.motion-toggle{border:1px solid var(--hairline-strong);width:50px;height:50px;color:var(--ink);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:border-color .15s;display:flex}.motion-toggle:hover{border-color:var(--ink)}.theme-toggle{border:1px solid var(--hairline-strong);width:50px;height:50px;color:var(--ink);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:border-color .15s;display:flex}.theme-toggle:hover{border-color:var(--ink)}.header{z-index:60;padding:18px var(--gutter);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex;position:sticky;top:0}.header:before{content:"";z-index:-1;background:rgba(var(--bg-rgb), .85);-webkit-backdrop-filter:blur(12px);position:absolute;inset:0}.header__logo{z-index:2;font-family:var(--font-display);letter-spacing:-.01em;order:1;font-size:20px}.header__dropdown-nav{order:2;align-items:center;gap:32px;display:flex}.header__dropdown-nav-link{color:var(--ink-soft);font-size:15px;font-weight:600;transition:color .15s}.header__dropdown-nav-link:hover{color:var(--ink)}@media (width<=860px){.header__dropdown-nav{z-index:1;order:initial;padding:var(--gutter);background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:8px;position:fixed;inset:0}.header__dropdown-nav-link{font-family:var(--font-display);padding:16px 0;font-size:clamp(28px,8vw,40px);font-weight:400}}.header__logo-suffix{color:var(--muted);font-weight:500}.header__actions{z-index:2;order:3;align-items:center;gap:12px;display:flex}.header__toggle-group{align-items:center;gap:12px;display:flex}.header__nav-toggles{display:none}@media (width<=860px){.header__toggle-group{display:none}.header__nav-toggles{align-items:center;gap:12px;margin-top:24px;display:flex}}.header__menu{border:1px solid var(--hairline-strong);cursor:pointer;background:0 0;border-radius:50%;flex-direction:column;justify-content:center;gap:5px;width:50px;height:50px;padding:0 13px;transition:border-color .15s;display:flex}.header__menu:hover{border-color:var(--ink)}.header__menu-line{background:var(--ink);border-radius:2px;height:1.5px;transition:transform .15s;display:block}.header__menu--open .header__menu-line:first-child{transform:translateY(3.25px)rotate(45deg)}.header__menu--open .header__menu-line:last-child{transform:translateY(-3.25px)rotate(-45deg)}.contact-modal{z-index:100;background:#0b0b0b80;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.contact-modal__panel{border:1px solid var(--hairline-strong);background:var(--panel);width:100%;max-width:420px;color:var(--ink);border-radius:24px;padding:40px 32px 32px;position:relative;box-shadow:0 24px 64px #00000059}.contact-modal__close{border:1px solid var(--hairline-strong);width:36px;height:36px;color:var(--ink);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:14px;transition:border-color .15s;display:flex;position:absolute;top:16px;right:16px}.contact-modal__close:hover{border-color:var(--ink)}.contact-modal__eyebrow{letter-spacing:.14em;color:var(--muted);margin:0 0 12px;font-size:12px;font-weight:800}.contact-modal__title{font-family:var(--font-display);letter-spacing:-.01em;max-width:18ch;margin:0 0 24px;font-size:clamp(24px,5vw,30px);font-weight:400;line-height:1.15}.contact-modal__options{flex-direction:column;gap:10px;display:flex}.contact-modal__option{border:1px solid var(--hairline-strong);color:var(--ink);text-align:left;cursor:pointer;background:0 0;border-radius:14px;padding:14px 18px;font-size:15px;font-weight:600;transition:border-color .15s,background .15s}.contact-modal__option:hover{border-color:var(--ink);background:var(--bg)}.contact-modal__hint{color:var(--muted);margin:20px 0 0;font-size:12px;line-height:1.5}.contact-modal__fallback{border-top:1px solid var(--hairline);color:var(--muted);margin:16px 0 0;padding-top:16px;font-size:13px}.contact-modal__fallback a{color:var(--ink);text-underline-offset:2px;font-weight:600;text-decoration:underline}@media (width<=560px){.contact-modal{align-items:stretch;padding:0}.contact-modal__panel{border-radius:0;flex-direction:column;justify-content:center;max-width:none;height:100%;padding:32px 24px 24px;display:flex}}.hero{max-width:1280px;padding:0 var(--gutter) 96px;flex-direction:column;justify-content:center;gap:56px;min-height:calc(100vh - 90px);margin:0 auto;display:flex;position:relative}.hero__headline{font-family:var(--font-display);letter-spacing:-.025em;max-width:14ch;margin:0;font-size:clamp(50px,7.6vw,112px);font-weight:400;line-height:1.02}.hero__headline-muted{color:var(--muted-light)}.hero__cta-row{align-items:center;gap:24px;display:flex}.hero__cta{background:var(--ink);color:var(--bg);font:inherit;opacity:1;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:14px;padding:22px 34px;font-size:19px;font-weight:600;transition:background .15s,opacity .15s;display:inline-flex}.hero__cta:hover{opacity:.82}.hero__cta-arrow{font-size:17px}.hero__collage{right:var(--gutter);width:400px;height:350px;max-width:calc(100% - (var(--gutter) * 2));transform-style:preserve-3d;will-change:transform;transition:transform .2s ease-out;position:absolute;top:100px}.hero__sticker{font-family:var(--font-display);position:absolute}.hero__sticker--available{background:var(--rust);color:#fff6ec;text-align:center;border-radius:50%;justify-content:center;align-items:center;width:215px;height:215px;font-size:29px;line-height:1.05;animation:7s ease-in-out infinite hero-float-a;display:flex;top:0;right:-110px}.hero__sticker--years{background:var(--brown);color:var(--cream);border-radius:18px;padding:20px 30px;font-size:35px;animation:8s ease-in-out -1.5s infinite hero-float-b;top:52px;left:0}.hero__sticker--tags{border:1.5px solid var(--ink);font-family:var(--font-body);letter-spacing:.1em;border-radius:999px;padding:16px 28px;font-size:17px;font-weight:800;animation:6.5s ease-in-out -3s infinite hero-float-c;top:190px;left:-64px}.hero__sticker--projects{background:var(--sand);border-radius:18px;padding:20px 30px;font-size:32px;animation:7.5s ease-in-out -4.5s infinite hero-float-d;bottom:0;right:34px}@keyframes hero-float-a{0%,to{transform:rotate(-9deg)translate(0)}50%{transform:rotate(-5deg)translate(14px,-14px)}}@keyframes hero-float-b{0%,to{transform:rotate(6deg)translate(0)}50%{transform:rotate(2deg)translate(16px,10px)}}@keyframes hero-float-c{0%,to{transform:rotate(-4deg)translate(0)}50%{transform:rotate(-8deg)translate(12px,-10px)}}@keyframes hero-float-d{0%,to{transform:rotate(4deg)translate(0)}50%{transform:rotate(8deg)translate(14px,12px)}}@media (prefers-reduced-motion:reduce){.hero__sticker{animation:none}}.hero__badge{font-family:var(--font-display);color:var(--cream);background:var(--brown);border-radius:18px;max-width:26ch;padding:20px 26px;font-size:clamp(22px,5.5vw,30px);line-height:1.25;display:none}@media (width<=1400px){.hero{min-height:auto;padding-top:48px}.hero__collage{flex-wrap:wrap;order:-1;align-items:center;gap:14px;width:100%;max-width:none;height:auto;display:flex;position:static}.hero__sticker{position:static}.hero__sticker--available{width:130px;height:130px;font-size:18px}.hero__sticker--years{padding:14px 20px;font-size:24px}.hero__sticker--tags{padding:12px 20px;font-size:14px}.hero__sticker--projects{padding:14px 20px;font-size:22px}}.image-placeholder{width:100%;height:100%;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex}.image-placeholder__icon{opacity:.7}.image-placeholder__label{max-width:32ch;font-size:13px}.work-card{flex-direction:column;gap:18px;display:flex}.work-card__image{background:var(--panel);border-radius:14px;height:440px;overflow:hidden}@media (width<=600px){.work-card__image{height:280px}}.work-card__image img,.work-card__image video{object-fit:cover;width:100%;height:100%}.work-card__meta{justify-content:space-between;align-items:center;gap:20px;display:flex}.work-card__text{flex-direction:column;gap:4px;display:flex}.work-card__name{letter-spacing:-.01em;margin:0;font-size:16px;font-weight:800}.work-card__category{color:var(--muted);font-size:13px}.work-card__link{border:1px solid var(--hairline-strong);width:38px;height:38px;color:var(--ink);border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:flex}.work-card__link:hover{background:var(--ink);color:var(--bg);border-color:var(--ink)}.work-section{max-width:1040px;padding:0 var(--gutter);flex-direction:column;gap:44px;margin:0 auto;display:flex}.work-section__note{color:var(--muted);text-align:center;margin:0;padding-top:12px;font-size:14px;line-height:1.5}.about{max-width:1040px;padding:104px var(--gutter) 88px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:64px;margin:0 auto;display:grid}.about__image{background:var(--panel);border-radius:20px;justify-content:center;align-items:center;height:420px;display:flex;overflow:hidden}.about__image img{object-fit:cover;object-position:center;width:100%;height:100%}.about__content{flex-direction:column;gap:22px;display:flex}.about__eyebrow{letter-spacing:.14em;color:var(--muted);font-size:13px;font-weight:800}.about__title{font-family:var(--font-display);letter-spacing:-.02em;margin:0;font-size:clamp(32px,4.2vw,48px);font-weight:400;line-height:1.1}.about__text{color:var(--ink-soft);text-wrap:pretty;margin:0;font-size:17px;line-height:1.65}@media (width<=720px){.about{grid-template-columns:1fr;gap:32px;padding-top:72px;padding-bottom:64px}.about__image{order:-1;height:320px}}@media (width<=480px){.about__image{height:240px}}.skills{max-width:1040px;padding:0 var(--gutter) 96px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:48px;margin:0 auto;display:grid}.skills__group{flex-direction:column;gap:18px;display:flex}.skills__label{letter-spacing:.14em;color:var(--muted);font-size:12px;font-weight:800}.skills__tags{flex-wrap:wrap;gap:10px;display:flex}.skills__tag{border:1px solid var(--hairline-strong);color:var(--ink);border-radius:999px;padding:10px 18px;font-size:14px;font-weight:600}.timeline{max-width:1040px;padding:0 var(--gutter) 104px;margin:0 auto}.timeline--top{padding-top:104px;padding-bottom:88px}.timeline__title{font-family:var(--font-display);letter-spacing:-.02em;max-width:10ch;margin:0 0 40px;font-size:clamp(32px,4.2vw,48px);font-weight:400;line-height:1.1}.timeline__rows{flex-direction:column;display:flex}.timeline__item--last{border-bottom:1px solid var(--hairline)}.timeline__row{border:none;border-top:1px solid var(--hairline);width:100%;font:inherit;text-align:left;color:inherit;cursor:default;opacity:1;appearance:none;background:0 0;grid-template-columns:130px 1fr auto auto;align-items:center;gap:24px;padding:22px 0;font-size:15px;display:grid}.timeline__row--interactive{cursor:pointer}.timeline__row--interactive:hover .timeline__role{color:var(--ink-soft)}.timeline__date{color:var(--muted-light);font-weight:600}.timeline__role{font-weight:700;transition:color .15s}.timeline__place{color:var(--muted);font-size:13px}.timeline__chevron{color:var(--muted-light);font-size:14px;transition:transform .2s}.timeline__chevron--open{transform:rotate(180deg)}.timeline__description{max-width:56ch;color:var(--ink-soft);white-space:pre-line;margin:-4px 0 22px;padding-left:154px;font-size:15px;line-height:1.6}@media (width<=560px){.timeline__row{grid-template-columns:1fr auto;grid-template-areas:"date chevron""role role""place place";gap:6px;padding:18px 0}.timeline__date{grid-area:date}.timeline__role{grid-area:role}.timeline__place{grid-area:place}.timeline__chevron{grid-area:chevron}.timeline__description{padding-left:0}}.footer__panel{background:var(--brown);color:var(--cream);padding:118px var(--gutter) 64px;border-radius:44px 44px 0 0}@media (width<=900px){.footer__panel{border-radius:32px 32px 0 0;padding-top:80px}}@media (width<=560px){.footer__panel{padding-top:56px;padding-bottom:40px}}.footer__inner{max-width:1160px;margin:0 auto}.footer__eyebrow{letter-spacing:.16em;color:#b3ab9c;margin:0;font-size:14px;font-weight:600}.footer__headline{font-family:var(--font-display);letter-spacing:-.02em;color:var(--cream);margin-top:34px;font-size:clamp(48px,8.6vw,116px);line-height:1;transition:color .15s;display:block}.footer__headline:hover{color:#fff}.footer__headline-muted{white-space:nowrap;color:#7c7466;transition:color .15s;display:inline-block}.footer__headline:hover .footer__headline-muted{color:#fff}.footer__actions{font-family:var(--font-display);flex-wrap:wrap;align-items:center;gap:18px;margin-top:52px;font-size:17px;display:flex}.footer__button{font:inherit;cursor:pointer;border:none;border-radius:999px;padding:15px 30px;transition:background .15s,color .15s,border-color .15s}.footer__button--primary{background:var(--rust);color:var(--cream)}.footer__button--primary:hover{background:var(--rust-hover);color:#fff}.footer__button--plain{color:var(--cream);padding:15px 12px}.footer__button--plain:hover{color:var(--rust)}.footer__bottom{color:#9c9587;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;margin-top:96px;font-size:14px;display:flex}@media (width<=560px){.footer__headline{margin-top:24px;font-size:clamp(22px,8vw,48px)}.footer__actions{margin-top:36px}.footer__bottom{margin-top:56px}}.github-modal{z-index:100;background:#0b0b0b80;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.github-modal__panel{border:1px solid var(--hairline-strong);background:var(--panel);width:100%;max-width:420px;color:var(--ink);border-radius:24px;padding:40px 32px 32px;position:relative;box-shadow:0 24px 64px #00000059}.github-modal__close{border:1px solid var(--hairline-strong);width:36px;height:36px;color:var(--ink);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:14px;transition:border-color .15s;display:flex;position:absolute;top:16px;right:16px}.github-modal__close:hover{border-color:var(--ink)}.github-modal__eyebrow{letter-spacing:.14em;color:var(--muted);margin:0 0 12px;font-size:12px;font-weight:800}.github-modal__title{font-family:var(--font-display);letter-spacing:-.01em;max-width:18ch;margin:0 0 24px;font-size:clamp(24px,5vw,30px);font-weight:400;line-height:1.15}.github-modal__options{flex-direction:column;gap:10px;display:flex}.github-modal__option{border:1px solid var(--hairline-strong);color:var(--ink);text-align:left;cursor:pointer;background:0 0;border-radius:14px;padding:14px 18px;font-size:15px;font-weight:600;transition:border-color .15s,background .15s}.github-modal__option:hover{border-color:var(--ink);background:var(--bg)}@media (width<=560px){.github-modal{align-items:stretch;padding:0}.github-modal__panel{border-radius:0;flex-direction:column;justify-content:center;max-width:none;height:100%;padding:32px 24px 24px;display:flex}}.project-header{z-index:60;padding:18px var(--gutter);justify-content:space-between;align-items:center;gap:16px;display:flex;position:sticky;top:0}.project-header:before{content:"";z-index:-1;background:rgba(var(--bg-rgb), .85);-webkit-backdrop-filter:blur(12px);position:absolute;inset:0}.project-header__logo{z-index:2;font-family:var(--font-display);letter-spacing:-.01em;font-size:20px}.project-header__logo-suffix{color:var(--muted);font-weight:500}.project-header__actions{z-index:2;align-items:center;gap:12px;display:flex}.project-header__toggle-group{align-items:center;gap:12px;display:flex}.project-header__pill{border:1px solid var(--hairline-strong);border-radius:999px;align-items:center;gap:12px;padding:12px 22px;font-size:15px;font-weight:600;transition:border-color .15s;display:flex}.project-header__pill:hover{border-color:var(--ink);color:var(--ink)}.project-header__back{border:1px solid var(--hairline-strong);width:50px;height:50px;color:var(--ink);border-radius:50%;justify-content:center;align-items:center;transition:border-color .15s;display:none}.project-header__back:hover{border-color:var(--ink)}.project-header__menu{border:1px solid var(--hairline-strong);cursor:pointer;background:0 0;border-radius:50%;flex-direction:column;justify-content:center;gap:5px;width:50px;height:50px;padding:0 13px;transition:border-color .15s;display:none}.project-header__menu:hover{border-color:var(--ink)}.project-header__menu-line{background:var(--ink);border-radius:2px;height:1.5px;transition:transform .15s;display:block}.project-header__menu--open .project-header__menu-line:first-child{transform:translateY(3.25px)rotate(45deg)}.project-header__menu--open .project-header__menu-line:last-child{transform:translateY(-3.25px)rotate(-45deg)}.project-header__dropdown-nav{display:none}.project-header__dropdown-nav-link{color:var(--ink-soft);font-size:15px;font-weight:600;transition:color .15s}.project-header__dropdown-nav-link:hover{color:var(--ink)}.project-header__nav-toggles{align-items:center;gap:12px;margin-top:24px;display:flex}@media (width<=860px){.project-header__toggle-group,.project-header__pill{display:none}.project-header__back,.project-header__menu{display:flex}.project-header__dropdown-nav{z-index:1;padding:var(--gutter);background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:fixed;inset:0}.project-header__dropdown-nav-link{font-family:var(--font-display);padding:16px 0;font-size:clamp(28px,8vw,40px);font-weight:400}}.project-hero{max-width:1040px;padding:64px var(--gutter) 48px;flex-direction:column;gap:36px;margin:0 auto;display:flex}.project-hero__kicker{letter-spacing:.14em;color:var(--muted);font-size:13px;font-weight:800}.project-hero__title{font-family:var(--font-display);letter-spacing:-.025em;max-width:16ch;margin:0;font-size:clamp(44px,6.6vw,92px);font-weight:400;line-height:1.03}.project-hero__intro{max-width:56ch;color:var(--ink-soft);text-wrap:pretty;margin:0;font-size:20px;line-height:1.55}.project-facts{border-top:1px solid var(--hairline);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:28px;padding-top:12px;display:grid}.project-fact{flex-direction:column;gap:8px;display:flex}.project-fact__label{letter-spacing:.12em;color:var(--muted-light);font-size:12px;font-weight:800}.project-fact__value{font-size:16px;font-weight:700}.project-media{max-width:1280px;padding:0 var(--gutter) 96px;margin:0 auto}.project-media__hero{background:var(--panel);border-radius:20px;height:min(64vh,620px);position:relative;overflow:hidden}.project-media__hero--gradient{border:1px solid var(--hairline);background:linear-gradient(120deg, var(--bg) 0%, var(--bg) 38%, #ffffffa6 50%, var(--bg) 62%, var(--bg) 100%);background-size:260% 260%;animation:4.6s linear infinite project-media-satin}@keyframes project-media-satin{0%{background-position:0%}to{background-position:100%}}.project-media__blob{filter:blur(70px);border-radius:50%;position:absolute}.project-media__blob--a{background:var(--rust);opacity:.6;width:65%;height:65%;animation:3.2s ease-in-out infinite project-media-blob-a;top:-18%;left:-12%}.project-media__blob--b{background:var(--sand);width:55%;height:55%;animation:3.8s ease-in-out infinite project-media-blob-b;top:-8%;right:-10%}.project-media__blob--c{background:var(--brown);opacity:.35;width:45%;height:45%;animation:4.4s ease-in-out infinite project-media-blob-c;bottom:-16%;left:25%}.project-media__image{z-index:1;object-fit:contain;width:100%;height:100%;position:relative}.project-media__hero--gradient .project-media__image{transform:scale(1.15)}@keyframes project-media-blob-a{0%{transform:translate(0)scale(1)}25%{transform:translate(14%,-8%)scale(1.3)}50%{transform:translate(8%,12%)scale(.85)}75%{transform:translate(-10%,5%)scale(1.15)}to{transform:translate(0)scale(1)}}@keyframes project-media-blob-b{0%{transform:translate(0)scale(1)}30%{transform:translate(-12%,10%)scale(1.25)}60%{transform:translate(-5%,-12%)scale(.8)}85%{transform:translate(10%,-4%)scale(1.1)}to{transform:translate(0)scale(1)}}@keyframes project-media-blob-c{0%{transform:translate(0)scale(1)rotate(0)}33%{transform:translate(10%,-10%)scale(1.35)rotate(25deg)}66%{transform:translate(-10%,8%)scale(.9)rotate(-20deg)}to{transform:translate(0)scale(1)rotate(0)}}.project-media__video{aspect-ratio:16/9;background:var(--panel);border-radius:20px;width:100%;position:relative;overflow:hidden}.project-media__video iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.project-body{max-width:1040px;padding:0 var(--gutter) 96px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:64px;margin:0 auto;display:grid}.project-body__col{flex-direction:column;gap:18px;display:flex}.project-body__heading{font-family:var(--font-display);letter-spacing:-.02em;margin:0;font-size:34px;font-weight:400}.project-body__text{color:var(--ink-soft);text-wrap:pretty;margin:0;font-size:17px;line-height:1.65}.project-gallery{max-width:1280px;padding:0 var(--gutter) 96px;grid-template-columns:repeat(3,1fr);gap:24px;margin:0 auto;display:grid}@media (width<=900px){.project-gallery{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.project-gallery{grid-template-columns:1fr}}.project-gallery__item{flex-direction:column;gap:12px;display:flex}.project-gallery__caption{color:var(--muted);font-size:13px;font-weight:600}.project-gallery__shot{background:var(--panel);border-radius:14px;height:460px;overflow:hidden}@media (width<=560px){.project-gallery__shot{height:360px}}.project-gallery__image{object-fit:contain;width:100%;height:100%;padding:24px}.project-outcome{max-width:1280px;padding:0 var(--gutter) 104px;margin:0 auto}.project-outcome__panel{background:var(--outcome-bg);border-radius:28px;flex-direction:column;gap:28px;padding:56px 48px;display:flex}@media (width<=560px){.project-outcome__panel{border-radius:20px;padding:36px 24px}}.project-outcome__label{letter-spacing:.14em;color:var(--outcome-label);font-size:13px;font-weight:800}.project-outcome__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:36px;display:grid}.project-outcome__stat{flex-direction:column;gap:10px;display:flex}.project-outcome__stat-value{font-family:var(--font-display);letter-spacing:-.02em;color:var(--outcome-heading);font-size:clamp(36px,8vw,52px);line-height:1}.project-outcome__stat-note{color:var(--outcome-note);font-size:15px;line-height:1.5}.project-thesis{max-width:1040px;padding:0 var(--gutter) 96px;justify-content:center;margin:0 auto;display:flex}.project-gallery-note{max-width:1280px;padding:0 var(--gutter) 48px;align-items:flex-start;gap:14px;margin:0 auto;display:flex}.project-gallery-note__icon{border:1.5px solid var(--muted-light);width:22px;height:22px;color:var(--muted);font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;display:flex}.project-gallery-note__text{color:var(--muted);margin:0;padding-top:1px;font-size:14px;line-height:1.5}.project-thesis__link{border:1px solid var(--hairline-strong);color:var(--ink);font:inherit;cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:12px;padding:12px 10px 12px 22px;font-size:15px;font-weight:600;transition:border-color .15s;display:inline-flex}.project-thesis__link:hover{border-color:var(--ink);color:var(--ink)}.project-thesis__link span{background:var(--ink);width:28px;height:28px;color:var(--bg);border-radius:50%;justify-content:center;align-items:center;font-size:13px;display:flex}.project-next{max-width:1040px;padding:0 var(--gutter) 96px;margin:0 auto}.project-next__link{border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:28px;padding:40px 0;display:flex}.project-next__link:hover{color:var(--ink)}.project-next__meta{flex-direction:column;gap:10px;display:flex}.project-next__label{letter-spacing:.14em;color:var(--muted-light);font-size:12px;font-weight:800}.project-next__title{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(32px,5vw,58px);line-height:1}.project-next__arrow{background:var(--ink);width:64px;height:64px;color:var(--bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:flex}.page{min-height:100vh;overflow-x:hidden}
