:root{--bg:#f5f3ef;--surface:#fff;--surface-soft:#f7f5f1;--text:#111;--muted:#4b4b4b;--line:#1a1a1a;--accent:#f6bc16;--radius-xl:40px;--radius-lg:28px;--radius-pill:999px;--max-width:1420px;--hero-copy-width:560px;--hero-media-width:570px;--hero-gap:1.25rem;--content-width:calc(var(--hero-copy-width) + var(--hero-media-width) + var(--hero-gap))}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-gutter:stable}body{background:var(--surface-soft);min-height:100vh;color:var(--text);margin:0;font-family:Georgia,Times New Roman,serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}p,li{color:var(--muted);margin:0;font-size:1rem;line-height:1.65}h1,h2,h3{color:var(--text);letter-spacing:-.05em;margin:0;font-weight:500;line-height:.98}h1{font-size:clamp(4rem,8vw,6.75rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:1.6rem}ul{margin:0;padding:0;list-style:none}.site-shell{background:var(--surface-soft);width:100%;min-height:100vh}.site-header-wrap{background:#fff;border-bottom:1px solid #111c;width:100%}.site-header{width:min(calc(100% - 7rem), var(--content-width));justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;padding:1.4rem 0;display:flex}.menu-toggle{width:auto;height:auto;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:.28rem;padding:.25rem 0;display:none}.menu-toggle span{background:currentColor;width:1.7rem;height:2px;transition:transform .18s,opacity .18s;display:block}.menu-toggle.is-open span:first-child{transform:translateY(.36rem)rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-.36rem)rotate(-45deg)}.brand{color:#161616;border-radius:1.5rem;flex-shrink:0;align-items:center;height:auto;display:inline-flex;overflow:visible}.brand-logo{width:auto;height:9.14063rem}.site-nav{align-items:center;gap:1.4rem;font-family:Arial,Helvetica,sans-serif;display:flex}.nav-link{color:var(--text);padding:.2rem 0;transition:color .18s,opacity .18s;display:inline-block}.nav-link:hover,.nav-link:focus-visible{color:#556b2f}.nav-link:active{color:#556b2f;opacity:.75}.contact-menu{position:relative}.contact-trigger{cursor:pointer}.contact-options{background:#fffffffa;border:1px solid #1111111f;border-radius:1rem;min-width:15rem;padding:.45rem;display:none;position:absolute;top:calc(100% + .55rem);right:0;box-shadow:0 18px 40px #11111114}.contact-menu.is-open .contact-options{gap:.3rem;display:grid}.contact-options a{color:var(--text);border-radius:.8rem;padding:.8rem .95rem;font-size:.95rem;transition:background .18s;display:block}.contact-options a:hover{background:#f3efe8}.page-stack{gap:1.5rem;padding:2.5rem 4.5rem 4rem;display:grid}.home-hero{width:min(calc(100% - 7rem), var(--content-width));grid-template-columns:minmax(320px, var(--hero-copy-width)) minmax(360px, var(--hero-media-width));justify-content:center;gap:var(--hero-gap);background:0 0;align-items:center;min-height:calc(100vh - 180px);margin:0 auto;padding:2.5rem 0 3.5rem;display:grid}.home-copy{max-width:34rem}.home-kicker{color:#1d1d1d;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem;font-size:.95rem}.home-description{max-width:540px;margin-top:1rem;font-size:clamp(1.35rem,2.1vw,1.8rem);line-height:1.25}.hero-actions{margin-top:1.5rem}.button{border-radius:var(--radius-pill);border:1.5px solid var(--line);justify-content:center;align-items:center;min-height:3.5rem;padding:.95rem 1.7rem;font-family:Arial,Helvetica,sans-serif;font-size:1rem;transition:transform .18s,background .18s,color .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-dark{background:var(--accent);color:#111;border-color:var(--accent);min-height:3.2rem;padding-inline:1.7rem}.button-dark:hover,.button-dark:focus-visible{color:#fff;background:#556b2f;border-color:#556b2f}.button-dark:active{color:#fff;background:#445625;border-color:#445625;transform:translateY(1px)scale(.98)}.button-accent{background:var(--accent);color:#111;border-color:#0000;min-width:250px}.button-accent:hover,.button-accent:focus-visible{color:#fff;background:#556b2f;border-color:#556b2f;transform:translateY(-1px)}.button-accent:active{color:#fff;background:#445625;border-color:#445625;transform:translateY(1px)scale(.98)}.portrait-card{aspect-ratio:.92;background:#fff;border-radius:52px;width:100%;max-width:760px;overflow:hidden}.portrait-image{object-fit:cover;object-position:center bottom;width:100%;height:100%}.section,.project-row,.project-hero,.content-card,.not-found{border-radius:var(--radius-lg)}.section{padding:0}.section-tight{padding-bottom:1rem}.projects-index-header{text-align:center;justify-content:center;padding:1rem 0 .5rem;display:flex}.projects-thumbnail-grid{grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;gap:1.25rem;width:min(100% - 8rem,1240px);margin:0 auto;display:grid}.project-thumbnail-card{width:100%;max-width:380px;transition:transform .22s;display:block}a.project-thumbnail-card{cursor:pointer}div.project-thumbnail-card{cursor:default}.project-thumbnail-frame{aspect-ratio:5/4;border-radius:var(--radius-lg);background:#fbfaf8;border:1px solid #1111111f;grid-template-rows:3fr 1fr;transition:transform .22s,box-shadow .22s,border-color .22s;display:grid;overflow:hidden}.project-thumbnail-media{min-height:0;overflow:hidden}.project-thumbnail-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .26s,filter .22s}.project-thumbnail-title{text-align:center;background:#fbfaf8;border-top:1px solid #1111111f;justify-content:center;align-items:center;padding:1rem;transition:border-color .22s,background .22s;display:flex}.project-thumbnail-title h2{font-size:clamp(1.2rem,1.7vw,1.75rem);line-height:1.05}.project-thumbnail-card:hover,.project-thumbnail-card:focus-visible{transform:translateY(-4px)}.project-thumbnail-card:hover .project-thumbnail-frame,.project-thumbnail-card:focus-visible .project-thumbnail-frame{border-color:#11111138;box-shadow:0 20px 34px #1111111a}.project-thumbnail-card:hover .project-thumbnail-image,.project-thumbnail-card:focus-visible .project-thumbnail-image{filter:saturate(1.03);transform:scale(1.04)}.project-thumbnail-card:hover .project-thumbnail-title,.project-thumbnail-card:focus-visible .project-thumbnail-title{background:#fbfaf8;border-color:#1111112e}.section-heading{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.5rem;display:flex}.text-link{text-underline-offset:.18rem;font-family:Arial,Helvetica,sans-serif;text-decoration:underline}.project-list,.project-body,.project-grid{gap:1rem;display:grid}.project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.project-card,.project-row,.content-card,.project-hero,.not-found{background:#fbfaf8;border:1px solid #1111111f}.project-card,.content-card,.project-hero,.not-found{padding:1.5rem}.project-row{grid-template-columns:minmax(0,2fr) minmax(260px,.9fr);gap:1rem;padding:1.35rem;display:grid}.project-row-side{flex-direction:column;justify-content:space-between;align-items:flex-start;display:flex}.project-meta{letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;gap:.75rem;margin-bottom:.7rem;font-family:Arial,Helvetica,sans-serif;font-size:.8rem;display:flex}.tag-list{flex-wrap:wrap;gap:.55rem;margin:1rem 0 1.2rem;display:flex}.tag-list li{border-radius:var(--radius-pill);background:#f0ece5;padding:.38rem .7rem;font-family:Arial,Helvetica,sans-serif;font-size:.9rem}.eyebrow,.label{letter-spacing:.1em;text-transform:uppercase;margin-bottom:.85rem;font-family:Arial,Helvetica,sans-serif;font-size:.78rem;font-weight:700;display:inline-block}.hero-copy,.section-copy{max-width:45rem;font-size:1.08rem}.project-overview{border-top:1px solid #1111111f;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem;padding-top:1.2rem;display:grid}.impact-list{padding-left:1.4rem;list-style:outside}.impact-list li+li{margin-top:.45rem}.not-found{margin:2.5rem 4.5rem 4rem}@media (max-width:1100px){.projects-thumbnail-grid,.project-grid,.project-row,.project-overview{grid-template-columns:1fr}}@media (max-width:1024px){.site-header{width:min(calc(100% - 2.8rem), var(--content-width));z-index:30;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex;position:relative}.menu-toggle{z-index:31;display:inline-flex;position:relative}.site-nav{z-index:20;background:#fffffffa;border:1px solid #1111111f;border-radius:1.25rem;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.9rem;min-width:15rem;padding:1.15rem;display:none;position:absolute;top:calc(100% + .75rem);right:0;box-shadow:0 18px 40px #11111114}.site-nav.is-open{display:flex}.site-nav a:not(.button){text-align:center;width:100%;padding:.85rem 1rem;font-size:1.1rem}.site-nav .button,.contact-menu{width:100%}.contact-options{min-width:0;box-shadow:none;margin-top:.6rem;position:static}.home-hero{grid-template-columns:minmax(0,1fr) minmax(260px,.82fr);align-items:center;gap:1.5rem;width:min(100% - 4rem,100%);min-height:auto;padding-top:2rem;padding-bottom:2.75rem}.home-copy{max-width:26rem}.home-description{max-width:24rem;font-size:clamp(1.15rem,1.9vw,1.45rem)}.button-accent{min-width:0}.portrait-card{max-width:100%}.projects-thumbnail-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100% - 4rem,940px)}}@media (max-width:760px){.site-header,.page-stack,.home-hero,.not-found{padding-left:1.4rem;padding-right:1.4rem}.site-header{justify-content:center;align-items:center;width:100%;margin:0}.menu-toggle{position:absolute;right:1.4rem}.home-hero{grid-template-columns:1fr;justify-items:center;gap:2rem;width:100%;min-height:auto;margin:0;padding-top:2.25rem;padding-bottom:2.5rem}.home-copy{text-align:center;order:2;width:100%}.portrait-card{order:1;width:min(100%,640px);max-width:640px}.button-accent{width:100%;min-width:0}.projects-thumbnail-grid{grid-template-columns:1fr;width:min(100%,340px)}.home-description{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center;display:flex}}@media (max-width:600px) and (min-height:501px){.home-hero{justify-items:center;gap:1.5rem;width:100%;padding:1.5rem 1rem 2rem}.home-copy,.portrait-card{width:min(100%,26rem);max-width:26rem;margin:0 auto}.home-description{text-align:center;max-width:24rem;margin-left:auto;margin-right:auto}.hero-actions{width:min(100%,26rem);margin-left:auto;margin-right:auto}.button-accent{width:100%}}@media (min-width:761px) and (max-width:950px) and (min-height:900px){.home-hero{grid-template-columns:1fr;justify-items:center;gap:2.25rem;width:min(100% - 3rem,52rem);padding-top:2.25rem;padding-bottom:3rem}.home-copy{text-align:center;order:2;max-width:42rem}.home-description{max-width:36rem;margin-left:auto;margin-right:auto;font-size:clamp(1.3rem,2vw,1.7rem)}.hero-actions{justify-content:center;display:flex}.portrait-card{order:1;justify-self:center;max-width:34rem}.button-accent{min-width:15rem}}@media (max-width:760px) and (max-height:500px){.site-header{padding-top:.8rem;padding-bottom:.8rem}.home-hero{grid-template-columns:minmax(0,1fr) minmax(180px,.9fr);align-items:center;gap:1rem;padding-top:1.25rem;padding-bottom:1.25rem}.home-copy{order:1;max-width:18rem}.portrait-card{order:2;justify-self:end;max-width:280px}.home-description{max-width:18rem;margin-top:.7rem;font-size:1.05rem}.hero-actions{margin-top:1rem}.button-accent{width:auto;min-width:12rem}}
