:root{--paper:#f4f0e7;--ink:#17252b;--muted:#637076;--line:#c9c4b8;--green:#176b5b;--coral:#d95c45;--yellow:#e3af3f;--blue:#506a86}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-header{width:min(1180px,calc(100% - 40px));margin:0 auto;min-height:88px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.wordmark{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:-.02em}.wordmark-mark{display:grid;place-items:center;width:42px;height:42px;border:2px solid var(--ink);border-radius:50%;font-size:11px;letter-spacing:.05em}.site-header nav{display:flex;gap:30px;color:var(--muted);font-size:14px;font-weight:700}.site-header nav a:hover{color:var(--green)}.hero{width:min(1180px,calc(100% - 40px));margin:0 auto;min-height:650px;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.65fr);align-items:center;gap:80px;padding:72px 0 84px}.eyebrow{margin:0 0 22px;color:var(--coral);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:500;letter-spacing:-.04em}h1{margin:0;font-size:clamp(64px,8vw,116px);line-height:.83}h1 em{color:var(--green);font-weight:400}.lede{max-width:690px;margin:34px 0 0;color:var(--muted);font-size:20px;line-height:1.55}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:36px;flex-wrap:wrap}.button{display:inline-flex;padding:15px 20px;border-radius:4px;font-size:14px;font-weight:700}.button-primary{background:var(--ink);color:#fff}.button-primary:hover{background:var(--green)}.text-link{font-size:14px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:3px}.text-link span{margin-left:5px}.archive-card{position:relative;background:var(--ink);color:#fff;padding:38px;box-shadow:16px 16px 0 var(--yellow);transform:rotate(1.4deg)}.archive-card:before{content:'';position:absolute;width:58px;height:18px;background:#e6d8b8cc;top:-9px;left:calc(50% - 29px);transform:rotate(-3deg)}.archive-label{margin:0;color:#a8beb9;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.archive-count{margin:16px 0 0;font-family:Georgia,serif;font-size:104px;line-height:.9}.archive-caption{margin:12px 0 28px;color:#d4dedb;line-height:1.4}.archive-rule{height:1px;background:#ffffff33}.archive-card dl{margin:24px 0 0}.archive-card dl div{display:flex;justify-content:space-between;padding:8px 0;font-size:13px}.archive-card dt{color:#a8beb9}.archive-card dd{margin:0;font-weight:700}.featured{background:#fffdf8;padding:100px max(20px,calc((100vw - 1180px)/2))}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:42px}.section-heading .eyebrow{margin-bottom:10px}h2{margin:0;font-size:clamp(42px,5vw,66px);line-height:1}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.project-card{border-top:1px solid var(--line);padding-top:18px}.project-art{height:210px;display:flex;align-items:end;padding:22px;overflow:hidden;position:relative}.project-art:after{content:'';position:absolute;width:150px;height:150px;border:1px solid #ffffff88;border-radius:50%;right:-28px;top:-30px}.project-art span{font-family:Georgia,serif;font-size:74px;color:#ffffff99;line-height:1}.art-green{background:var(--green)}.art-coral{background:var(--coral)}.art-blue{background:var(--blue)}.project-meta{display:flex;gap:8px;margin-top:18px;color:var(--coral);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.project-meta span+span:before{content:'·';margin-right:8px}.project-card h3{margin:9px 0;font-size:29px;line-height:1.05}.project-card p{color:var(--muted);line-height:1.55;min-height:74px}.project-card>a{font-size:13px;font-weight:700}.archive-intro{padding:110px max(20px,calc((100vw - 1180px)/2));background:var(--green);color:#fff}.archive-intro .eyebrow{color:#f2c469}.archive-intro h2{max-width:900px}.archive-intro>p:last-child{max-width:690px;margin:30px 0 0 auto;color:#d8e6e2;font-size:19px;line-height:1.6}.site-footer{display:flex;justify-content:space-between;gap:20px;padding:34px max(20px,calc((100vw - 1180px)/2));color:var(--muted);font-size:12px}.message-page{width:min(900px,calc(100% - 40px));min-height:70vh;margin:0 auto;padding:110px 0}.message-page h1{font-size:clamp(54px,8vw,92px);line-height:.95}.message-page>p:not(.eyebrow){color:var(--muted);font-size:19px;margin:30px 0}@media(max-width:800px){.site-header{min-height:72px;padding:14px 0;flex-wrap:wrap;gap:12px}.site-header nav{display:flex;width:100%;gap:20px;padding-top:12px;border-top:1px solid var(--line);overflow-x:auto;white-space:nowrap}.hero{grid-template-columns:1fr;gap:58px;padding-top:56px}h1{font-size:clamp(58px,17vw,86px)}.archive-card{max-width:440px}.section-heading{align-items:start;flex-direction:column}.project-grid{grid-template-columns:1fr;gap:44px}.project-art{height:240px}.project-card p{min-height:auto}.site-footer{flex-direction:column}}
.site-footer>div p{margin:0 0 6px}.site-footer .external-links{justify-content:flex-end;margin-top:0}.site-footer .external-links a{color:var(--muted);text-decoration:none}.site-footer .external-links a:hover{color:var(--green)}@media(max-width:800px){.site-footer .external-links{justify-content:flex-start}}
.skip-link{position:fixed;z-index:1000;top:10px;left:10px;padding:10px 14px;background:#fff;color:#111;border:3px solid var(--coral);font-weight:700;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}main:focus{outline:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
