:root{--color-green:#00a86b;--color-green-dark:#006747;--color-lavender:#e6d5ff;--color-cream:#f5f1e8;--color-orange:#ff7131;--color-red:#881b1b;--color-deep-red:#581f1f;--color-blue:#5267ff;--color-pink:#ee5da8;--color-ink:#111;--color-background:var(--color-green);--color-surface:var(--color-cream);--color-text:var(--color-ink);--color-muted:#42423b;--color-border:#11111152;--color-accent:var(--color-deep-red);--font-display:"Fraunces", Georgia, serif;--font-sans:"Poppins", Arial, sans-serif;--page-gutter:clamp(1.25rem, 4vw, 4.5rem);--section-space:clamp(6rem, 12vw, 11rem);--content-width:100rem;--text-width:46rem}*,:before,:after{box-sizing:border-box}html{color:var(--color-text);background:var(--color-background);font-family:var(--font-sans);scroll-behavior:smooth;scroll-padding-top:6.5rem}body{background:var(--color-background);margin:0;font-size:1rem;line-height:1.5}img{max-width:100%;height:auto;display:block}a{color:inherit;text-underline-offset:.18em;text-decoration-thickness:.08em}a:hover{color:var(--color-accent)}a:focus-visible{outline:2px solid var(--color-accent);outline-offset:.3rem}h1,h2,h3,p,dl,dd,blockquote{margin-top:0}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.04em;font-weight:500;line-height:1}h1{max-width:15ch;margin-bottom:clamp(2rem,5vw,4.5rem);font-size:clamp(3.25rem,8.6vw,9.5rem)}h2{max-width:19ch;margin-bottom:0;font-size:clamp(2.25rem,5vw,5.5rem)}h3{margin-bottom:2rem;font-size:clamp(2rem,4vw,4.5rem)}.page-shell{width:min(100%, var(--content-width));padding-inline:var(--page-gutter);margin-inline:auto}.site-header,.site-footer{border-color:var(--color-border);justify-content:space-between;align-items:center;gap:2rem;display:flex}.site-header{z-index:100;border-bottom:1px solid var(--color-border);min-height:5.5rem;transition:color .18s,background-color .18s,border-color .18s;position:sticky;top:0}.site-header[data-theme=green]{color:var(--color-ink);background:var(--color-green)}.site-header[data-theme=lavender]{color:var(--color-ink);background:var(--color-lavender)}.site-header[data-theme=cream]{color:var(--color-ink);background:var(--color-cream)}.site-header[data-theme=black]{color:var(--color-cream);background:var(--color-ink);border-color:#f5f1e852}.site-name,.site-nav a,.site-footer a{text-decoration:none}.site-name{letter-spacing:-.03em;min-width:7.5rem;font-size:1.1rem;font-weight:700;display:grid;overflow:hidden}.site-name>span{grid-area:1/1}.site-name-full{white-space:nowrap;font-size:0}.site-name-letter{transition:opacity .18s,transform .26s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--letter-index) * 16ms);font-size:1.1rem;display:inline-block}.site-name-mark{opacity:0;letter-spacing:.04em;transition:opacity .18s,transform .26s cubic-bezier(.22,1,.36,1);transform:translateY(.45em)}.site-name:hover,.site-name:focus-visible{color:inherit}.site-name:hover .site-name-letter,.site-name:focus-visible .site-name-letter{opacity:0}.site-name:hover .site-name-letter:nth-child(odd),.site-name:focus-visible .site-name-letter:nth-child(odd){transform:translateY(-.5em)rotate(-4deg)}.site-name:hover .site-name-letter:nth-child(2n),.site-name:focus-visible .site-name-letter:nth-child(2n){transform:translateY(.5em)rotate(4deg)}.site-name:hover .site-name-mark,.site-name:focus-visible .site-name-mark{opacity:1;transform:translateY(0)}.site-nav{gap:clamp(1rem,3vw,2.5rem);margin:0;padding:0;list-style:none;display:flex}.site-nav a:hover{color:inherit;text-underline-offset:.25em;text-decoration:underline .1em}.section{padding-block:var(--section-space);border-bottom:1px solid var(--color-border)}.site-header,.section,.site-footer{margin-inline:calc(var(--page-gutter) * -1);padding-inline:var(--page-gutter)}.site-header,.intro{background:var(--color-green)}.intro{flex-direction:column;justify-content:center;min-height:calc(100svh - 5.5rem);display:flex}.intro h1{color:var(--color-lavender)}.intro .eyebrow,.intro-note{color:var(--color-ink)}#work{background:var(--color-lavender)}.eyebrow,.project-number,dt,.site-footer{color:var(--color-muted);letter-spacing:.12em;text-transform:uppercase;font-size:.75rem}.intro-note{max-width:40rem;margin-bottom:0;margin-left:auto;font-size:clamp(1.1rem,2vw,1.5rem)}.section-heading,.split-section{grid-template-columns:minmax(9rem,1fr) 3fr;gap:clamp(2rem,6vw,8rem);display:grid}.project-list{margin-top:clamp(4rem,8vw,8rem)}.project{--project-accent:var(--color-orange);border-top:1px solid var(--color-border);grid-template-columns:minmax(0,3fr) minmax(18rem,2fr);gap:clamp(2rem,5vw,6rem);padding-block:clamp(3rem,8vw,8rem);display:grid}.project:nth-child(2n) .project-visual{order:2}.project-visual{aspect-ratio:175/104;background:var(--color-surface);align-self:start;width:100%;overflow:hidden}.project:nth-child(2){--project-accent:var(--color-red)}.project:nth-child(3){--project-accent:var(--color-blue)}.project:nth-child(4){--project-accent:var(--color-pink)}.project:nth-child(5){--project-accent:var(--color-green-dark)}.project:nth-child(6){--project-accent:var(--color-orange)}.project:nth-child(7){--project-accent:var(--color-deep-red)}.project-visual img{object-fit:cover;width:100%;height:100%}.project-placeholder{width:100%;height:100%;color:var(--project-accent);background:var(--color-cream);box-shadow:inset 0 .65rem 0 var(--project-accent);place-items:center;font-size:clamp(3rem,8vw,8rem);display:grid}.project-copy{align-self:end}.project-copy>p:not(.project-number){max-width:34rem}.project-number{color:var(--project-accent);margin-bottom:1rem}.project-details{border-top:1px solid var(--color-border);margin-bottom:2rem}.project-details div{border-bottom:1px solid var(--color-border);grid-template-columns:7rem 1fr;gap:1rem;padding-block:.65rem;display:grid}.text-link{text-decoration-color:var(--project-accent);margin-top:1rem;display:inline-block}.split-section>div>p{max-width:var(--text-width);margin-top:2.5rem;margin-bottom:0;font-size:clamp(1.15rem,2vw,1.5rem)}#about{background:var(--color-cream)}.testimonials{background:var(--color-lavender)}.testimonial-list{border-top:1px solid var(--color-border);grid-template-columns:repeat(2,1fr);margin-top:clamp(4rem,8vw,8rem);display:grid}blockquote{border-bottom:1px solid var(--color-border);margin-bottom:0;padding:clamp(2rem,4vw,4rem) 0}blockquote:nth-child(odd){border-right:1px solid var(--color-border);padding-right:clamp(1.5rem,4vw,4rem)}blockquote:nth-child(2n){padding-left:clamp(1.5rem,4vw,4rem)}blockquote p{max-width:30rem;font-size:clamp(1.25rem,2.4vw,2rem);line-height:1.25}blockquote footer{color:var(--color-muted)}blockquote cite{color:var(--color-ink);margin-bottom:.2rem;font-style:normal;font-weight:600;display:block}blockquote footer span{display:block}.contact h2{margin-bottom:clamp(3rem,7vw,7rem);display:grid}.contact-title-question,.contact-title-reply{grid-area:1/1}.contact-title-question{flex-wrap:wrap;gap:0 .22em;display:flex}.contact-title-word{transition:opacity .18s,transform .28s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--word-index) * 24ms);display:inline-block}.contact-title-reply{opacity:0;transition:opacity .18s,transform .28s cubic-bezier(.22,1,.36,1);transform:translateY(.35em)}.contact h2:hover .contact-title-word,.contact:focus-within .contact-title-word{opacity:0}.contact h2:hover .contact-title-word:nth-child(odd),.contact:focus-within .contact-title-word:nth-child(odd){transform:translateY(-.35em)rotate(-2deg)}.contact h2:hover .contact-title-word:nth-child(2n),.contact:focus-within .contact-title-word:nth-child(2n){transform:translateY(.35em)rotate(2deg)}.contact h2:hover .contact-title-reply,.contact:focus-within .contact-title-reply{opacity:1;transform:translateY(0)}.contact{background:var(--color-green)}.contact h2,.contact-links{color:var(--color-lavender)}.contact-links a:hover{color:var(--color-ink)}.contact-links{font-family:var(--font-display);letter-spacing:-.04em;flex-wrap:wrap;gap:1rem clamp(2rem,6vw,6rem);font-size:clamp(1.5rem,4vw,4rem);display:flex}.site-footer{min-height:7rem;color:var(--color-cream);background:var(--color-ink);--color-muted:var(--color-cream);padding-block:2rem}.site-footer p{margin-bottom:0}.site-footer a:hover{color:#fff;text-underline-offset:.25em;text-decoration:underline .1em}@media (width<=48rem){html{scroll-padding-top:9.5rem}.site-header{align-items:flex-start;padding-block:1.25rem}.site-nav{flex-direction:column;gap:.35rem}.section-heading,.split-section,.project{grid-template-columns:1fr}.section-heading,.split-section{gap:1.5rem}.project:nth-child(2n) .project-visual{order:initial}.testimonial-list{grid-template-columns:1fr}blockquote:nth-child(odd),blockquote:nth-child(2n){border-right:0;padding-inline:0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.site-name-letter,.site-name-mark,.contact-title-word,.contact-title-reply,.site-header{transition:none}}
