@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Lora:ital,wght@0,400;0,500;1,400&display=swap');
:root{color-scheme:light;--ink:#243443;--muted:#3A5566;--paper:#F2F3EE;--accent:#D4A83F;--line:#9BA7B366;font-family:'DM Sans',Arial,sans-serif;font-size:16px;font-synthesis:none}
*{box-sizing:border-box}body{margin:0;background:#EDE8E4;color:var(--ink);padding:48px 20px;min-height:100svh;background-image:radial-gradient(ellipse at 0 0,#9BA7B333 0,transparent 50%),radial-gradient(ellipse at 100% 100%,#67879622 0,transparent 50%)}
.profile{max-width:540px;margin:0 auto;background:var(--paper);border:1px solid #9BA7B366;border-radius:28px;overflow:hidden;box-shadow:0 22px 70px #2434430d}.cover{height:224px;position:relative;display:flex;align-items:center;justify-content:center;background:var(--ink);color:#F2F3EE;overflow:hidden}.cover:before,.cover:after{content:"";position:absolute;border:1px solid #67879666;border-radius:50%;width:340px;height:340px;right:-230px;top:-95px}.cover:after{width:390px;height:390px;right:-225px;top:-60px}.eyebrow{position:absolute;top:26px;left:32px;font-size:.75rem;letter-spacing:.18em;color:#F2F3EE}.monogram{font-family:Lora,Georgia,serif;font-style:italic;font-size:100px;letter-spacing:-.085em;line-height:1;padding-bottom:6px;position:relative;z-index:1}.monogram span{color:#D4A83F}.cover-note{position:absolute;bottom:24px;right:30px;font-size:.8rem;letter-spacing:.025em;color:#F2F3EE}.content{padding:34px 36px 24px}.overline{font-size:.75rem;font-weight:700;letter-spacing:.12em;margin:0 0 12px;color:#3A5566}h1{font-family:Lora,Georgia,serif;font-size:2.8rem;line-height:1.13;font-weight:400;margin:0;letter-spacing:-.035em}h1 em{font-weight:400}.profession{font-size:1rem;font-weight:600;margin:14px 0 0}.description{font-size:1rem;line-height:1.65;color:var(--muted);margin:18px 0 27px;max-width:390px}.links{display:grid;gap:12px}.link-card{display:flex;align-items:center;gap:16px;background:var(--ink);color:white;text-decoration:none;border-radius:15px;padding:19px 20px;transition:background .18s,transform .18s;min-height:84px}.link-card:hover{background:#3A5566;transform:translateY(-2px)}.link-card:focus-visible{outline:3px solid #D4A83F;outline-offset:5px}.icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;border:1px solid #678796;border-radius:13px}.icon svg{width:25px;height:25px}.link-copy{display:flex;flex-direction:column;gap:5px;min-width:0}.link-copy strong{font-size:1rem;font-weight:600}.link-copy>span{font-size:.875rem;line-height:1.4;color:#F2F3EE}.arrow{margin-left:auto;font-size:1.6rem;font-weight:400;color:#D4A83F}.services{margin-top:31px;padding-top:23px;border-top:1px solid var(--line)}.services h2{font-size:.875rem;margin:0 0 13px;font-weight:700}.services p{font-size:.875rem;line-height:1.6;margin:7px 0;color:var(--muted);padding-left:15px;position:relative}.services p:before{content:"";position:absolute;left:0;top:9px;height:6px;width:6px;border:1px solid #678796;border-radius:50%}footer{display:flex;align-items:center;gap:12px;margin-top:30px;padding-top:20px;border-top:1px solid var(--line);color:#3A5566}footer>span{font-family:Lora,Georgia,serif;font-style:italic;font-size:1.8rem;letter-spacing:-.07em}footer p{font-size:.75rem;line-height:1.6;margin:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:900px){body{padding:48px 20px}.profile{max-width:860px;display:grid;grid-template-columns:310px 1fr;min-height:650px}.cover{height:100%;align-items:center}.cover .monogram{font-size:150px}.cover:before{width:550px;height:550px;right:-330px;top:-220px}.cover:after{width:600px;height:600px;right:-330px;top:-190px}.cover-note{left:30px;right:auto;bottom:33px}.content{padding:48px 40px 28px;align-self:center}.eyebrow{top:34px;left:30px}}
@media(max-width:420px){body{padding:16px 12px}.profile{border-radius:22px}.cover{height:190px}.content{padding:28px 23px 22px}h1{font-size:2.45rem}.link-card{padding:17px 15px;gap:12px}.link-copy>span{font-size:.875rem}.eyebrow{left:24px}.cover-note{right:24px}}
.secondary{background:#EDE8E4;color:var(--ink);border:1px solid #9BA7B3}.secondary .link-copy>span{color:var(--muted)}.secondary .icon{border-color:#9BA7B3}.secondary .arrow{color:#3A5566}.secondary:hover{background:#9BA7B333}
.portrait{display:block;width:150px;height:150px;object-fit:cover;border-radius:50%;outline:1px solid #D4A83F;outline-offset:7px;position:relative;z-index:1;box-shadow:0 10px 35px #24344340}
@media(max-width:899px){.cover{height:270px}}
@media(prefers-reduced-motion:reduce){.link-card{transition:none}.link-card:hover{transform:none}}
html{scroll-behavior:smooth;scroll-padding-top:24px}button{font:inherit}.portrait-button{background:none;border:0;padding:0;cursor:zoom-in;border-radius:50%;position:relative;z-index:1}.portrait-button .portrait{transition:transform .25s,outline-offset .25s}.portrait-button:hover .portrait{transform:scale(1.04);outline-offset:10px}button:focus-visible,.section-navigation a:focus-visible,.text-link:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.section-navigation{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 24px}.section-navigation a{color:var(--ink);text-decoration:none;font-size:.875rem;line-height:1.5;padding:9px 13px;border:1px solid var(--line);border-radius:30px}.section-navigation a:hover{background:#D4A83F22;border-color:var(--accent)}.portfolio{grid-column:1/-1;padding:40px 36px;background:var(--paper);border-top:1px solid var(--line)}.portfolio-heading{margin-bottom:28px}.portfolio-heading h2{font-family:Lora,Georgia,serif;font-size:2rem;font-weight:400;letter-spacing:-.03em;margin:0 0 14px}.portfolio-heading>p:last-child{color:var(--muted);font-size:.9375rem;line-height:1.6}.project{border-top:1px solid var(--line);scroll-margin-top:24px}.project:last-child{border-bottom:1px solid var(--line)}.project h3{margin:0}.project-trigger{display:flex;align-items:center;gap:20px;padding:26px 0;width:100%;text-align:left;cursor:pointer;background:none;border:0;color:var(--ink)}.project-number{font-size:.875rem;color:var(--muted);align-self:flex-start;padding-top:6px}.project-title{font-family:Lora,Georgia,serif;font-size:1.65rem;line-height:1.25;font-weight:400}.project-title small{display:block;font:400 .9375rem/1.5 'DM Sans',Arial,sans-serif;color:var(--muted);margin-top:7px}.project-toggle{margin-left:auto;font:400 1.7rem/1 Arial;color:var(--muted);transition:transform .2s;background:#EDE8E4;min-width:40px;height:40px;border-radius:50%;display:grid;place-items:center}.project-trigger:hover .project-toggle,.project-trigger[aria-expanded=true] .project-toggle{background:var(--accent);color:var(--ink)}.project-trigger[aria-expanded=true] .project-toggle{transform:rotate(45deg)}.project-panel{padding:0 0 28px 35px}.project-panel[hidden]{display:none}.project-description h4{font-size:1.15rem;font-weight:500;margin:0 0 18px}.text-link{display:inline-block;color:var(--muted);font-size:.9375rem;line-height:1.6;text-underline-offset:4px;margin-bottom:20px}.gallery-empty{padding:28px;border:1px dashed #9BA7B3;border-radius:16px;color:var(--muted);font-size:.9375rem;line-height:1.6;background:#EDE8E466;margin:0}.gallery-stage{display:block;position:relative;padding:0;border:0;width:100%;background:var(--ink);color:var(--paper);cursor:zoom-in;border-radius:16px;overflow:hidden;text-align:left}.gallery-stage>img{display:block;width:100%;height:auto;max-height:430px;object-fit:contain}.gallery-caption{display:block;padding:16px;font-size:.9375rem;line-height:1.6}.gallery-thumbnails{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.gallery-thumbnails button{width:76px;height:62px;padding:3px;border:2px solid transparent;border-radius:9px;background:none;cursor:pointer}.gallery-thumbnails button[aria-pressed=true]{border-color:var(--accent)}.gallery-thumbnails img{width:100%;height:100%;object-fit:cover;border-radius:4px}.photo-dialog{border:0;border-radius:20px;background:var(--paper);padding:48px 24px 24px;max-width:min(90vw,900px);max-height:90svh;color:var(--ink)}.photo-dialog::backdrop{background:#243443dc}.photo-dialog figure{margin:0}.full-photo{display:block;max-width:100%;max-height:70svh;object-fit:contain;margin:auto}.photo-dialog figcaption{font-size:.9375rem;text-align:center;margin-top:16px;line-height:1.6}.photo-close{position:absolute;right:10px;top:5px;width:44px;height:44px;background:none;border:0;font-size:2rem;cursor:pointer;color:var(--ink)}
@media(min-width:900px){.profile{max-width:1000px;grid-template-columns:310px minmax(0,1fr)}.portfolio{padding:46px 40px}.project-panel{display:grid;grid-template-columns:1fr 1.6fr;gap:30px}.project-panel[hidden]{display:none}}
@media(max-width:420px){.portfolio{padding:32px 23px}.project-title{font-size:1.35rem}.project-trigger{gap:12px}.project-panel{padding-left:0}.project-toggle{min-width:34px;height:34px}.project-number{font-size:.75rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.portrait-button .portrait,.project-toggle{transition:none}.portrait-button:hover .portrait{transform:none}}
.gallery-instruction,.gallery-touch-instruction{font-size:.9375rem;line-height:1.7;color:var(--muted)}.gallery-touch-instruction{display:none}.gallery-stage>img{width:100%;height:360px;object-fit:contain}.full-photo{width:auto}.gallery-stage:focus-visible{outline-offset:4px}.project-description{min-width:0}.photo-gallery{min-width:0}@media(hover:none){.gallery-instruction{display:none}.gallery-touch-instruction{display:block}}@media(max-width:420px){.gallery-stage>img{height:330px}}
.biography{grid-column:1/-1;padding:40px 36px;border-top:1px solid var(--line)}.biography h2{font-family:Lora,Georgia,serif;font-size:2rem;font-weight:400;margin:0 0 20px;letter-spacing:-.03em}.biography>p:not(.overline){max-width:760px;color:var(--muted);line-height:1.8;margin:16px 0}.introduction h1{overflow-wrap:break-word}@media(min-width:900px){.biography{padding:46px 40px}}@media(max-width:420px){.biography{padding:32px 23px}}
