@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Newsreader:ital,opsz,wght@0,6..72,400;1,6..72,400&display=swap');

:root { --ink:#17382c; --cream:#f4f0e5; --paper:#fbfaf6; --lime:#c8e54a; --rust:#c85c3b; --line:rgba(23,56,44,.18); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:"DM Sans",Arial,sans-serif; font-size:16px; }
a { color:inherit; text-decoration:none; }
img { display:block; width:100%; height:100%; object-fit:cover; }
.site-header { height:84px; display:flex; align-items:center; justify-content:space-between; padding:0 5vw; border-bottom:1px solid var(--line); background:rgba(251,250,246,.92); backdrop-filter:blur(12px); position:sticky; top:0; z-index:20; }
.brand { display:flex; align-items:center; gap:12px; font-size:14px; letter-spacing:.04em; text-transform:uppercase; }
.brand span { display:grid; place-items:center; width:36px; height:36px; border-radius:50%; background:var(--ink); color:var(--cream); font-family:"Newsreader",serif; font-size:16px; }
nav { display:flex; align-items:center; gap:30px; font-size:13px; font-weight:500; }
nav>a, summary { padding:10px 0; cursor:pointer; }
nav>a:hover, summary:hover { color:var(--rust); }
.nav-contact { border:1px solid var(--ink); padding:11px 18px!important; }
.nav-menu { position:relative; }
.nav-menu summary { list-style:none; }
.nav-menu summary::-webkit-details-marker { display:none; }
.nav-menu summary span { margin-left:4px; }
.dropdown { position:absolute; top:42px; left:-18px; width:235px; padding:10px; background:var(--paper); border:1px solid var(--line); box-shadow:0 18px 40px rgba(23,56,44,.12); }
.dropdown a { display:block; padding:10px; }
.dropdown a:hover { background:var(--cream); }
.hero { min-height:calc(100vh - 84px); display:grid; grid-template-columns:1.12fr .88fr; background:var(--cream); overflow:hidden; }
.hero-copy { padding:9vh 5vw 5vh; position:relative; z-index:1; }
.eyebrow,.kicker { text-transform:uppercase; letter-spacing:.18em; font-size:11px; font-weight:600; }
.eyebrow { display:flex; align-items:center; gap:10px; }
.eyebrow span { width:28px; height:1px; background:var(--rust); }
h1,h2 { font-family:"Newsreader",Georgia,serif; font-weight:400; letter-spacing:-.045em; margin:0; line-height:.92; }
h1 { font-size:clamp(64px,7.8vw,126px); margin:7vh 0 4vh; max-width:950px; }
h1 em,h2 em { color:var(--rust); font-weight:400; }
.intro { font-family:"Newsreader",Georgia,serif; font-size:clamp(20px,2vw,29px); line-height:1.36; max-width:680px; }
.hero-actions { display:flex; align-items:center; gap:34px; margin-top:38px; }
.button { display:inline-flex; align-items:center; gap:45px; padding:17px 20px; font-size:13px; font-weight:600; }
.primary { background:var(--ink); color:white; }
.primary:hover { background:var(--rust); }
.text-link { border-bottom:1px solid var(--ink); padding:10px 0; font-size:13px; font-weight:600; }
.text-link span { margin-left:20px; }
.hero-meta { display:flex; gap:55px; margin-top:8vh; padding-top:22px; border-top:1px solid var(--line); max-width:680px; }
.hero-meta div { display:grid; gap:6px; }
.hero-meta b { font-size:10px; text-transform:uppercase; letter-spacing:.13em; }
.hero-meta span { font-family:"Newsreader",serif; font-size:17px; }
.hero-visual { position:relative; background:var(--ink); min-height:650px; }
.portrait-frame { position:absolute; inset:8% 8% 0 0; }
.portrait-frame img { object-position:center top; filter:saturate(.82); }
.image-note { position:absolute; left:-1px; bottom:8%; margin:0; padding:16px 22px; background:var(--lime); font-family:"Newsreader",serif; font-size:22px; line-height:1.05; }
.coordinate { position:absolute; right:18px; top:22px; color:white; font-size:10px; line-height:1.5; letter-spacing:.12em; }
.section { padding:120px 7vw; scroll-margin-top:83px; }
.about { display:grid; grid-template-columns:1fr 1fr; gap:10vw; }
.kicker { color:var(--rust); margin:0 0 35px; }
h2 { font-size:clamp(56px,6.2vw,94px); }
.about-copy { padding-top:45px; max-width:640px; }
.about-copy .lead { font-family:"Newsreader",serif; font-size:31px; line-height:1.25; margin-top:0; }
.about-copy>p:not(.lead) { line-height:1.8; color:#466257; }
.expertise { display:flex; flex-wrap:wrap; gap:8px; margin-top:34px; }
.expertise span { border:1px solid var(--line); padding:9px 13px; font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.credentials { display:grid; grid-template-columns:1fr 1fr; gap:8vw; padding-top:20px; }
.credentials>div { border-top:1px solid var(--ink); padding-top:28px; }
.credentials article { display:grid; grid-template-columns:120px 1fr; gap:20px; padding:22px 0; border-bottom:1px solid var(--line); }
.credentials article>span { font-size:11px; color:var(--rust); text-transform:uppercase; letter-spacing:.08em; }
.credentials h3 { font-size:23px; margin:0 0 7px; }
.credentials p { color:#506a60; font-size:13px; line-height:1.55; margin:0; }
.credentials>div:last-child article { grid-template-columns:1fr; }
.appointments { padding-top:20px; padding-bottom:30px; }
.appointments>div { border-top:1px solid var(--ink); }
.appointments article { display:grid; grid-template-columns:160px 1fr; gap:24px; padding:24px 0; border-bottom:1px solid var(--line); }
.appointments article>span { color:var(--rust); font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
.appointments h3 { margin:0 0 7px; font-size:23px; }
.appointments p { margin:0; color:#506a60; font-size:13px; line-height:1.55; }
.updates { display:grid; grid-template-columns:.8fr 1.2fr; gap:8vw; background:var(--cream); scroll-margin-top:84px; }
.updates h2 { margin:18px 0 0; }
.updates-list { align-self:end; border-top:1px solid var(--ink); }
.updates article { border-bottom:1px solid var(--line); padding:25px 0; }
.updates article span { color:var(--rust); font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
.updates article p { margin:14px 0 0; color:#506a60; font-size:18px; line-height:1.6; max-width:620px; }
.updates article a { display:inline-block; margin-top:15px; color:var(--rust); font-size:11px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; }
.projects-section { background:var(--cream); }
.section-heading { display:flex; justify-content:space-between; align-items:end; gap:40px; margin-bottom:60px; }
.section-heading>p { max-width:370px; line-height:1.7; color:#506a60; }
.project-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.project-card { border-top:1px solid var(--ink); padding-top:14px; }
.project-image { height:340px; position:relative; overflow:hidden; }
.project-image img { transition:transform .5s ease; }
.project-card:nth-child(3) .project-image img { object-fit:contain; background:#e52408; }
.project-card:hover img { transform:scale(1.035); }
.project-image span { position:absolute; top:0; left:0; background:var(--lime); padding:9px 12px; font-size:11px; }
.project-visual { display:flex; align-items:flex-end; padding:34px; background:var(--ink); color:var(--cream); overflow:hidden; }
.project-visual::after { content:""; position:absolute; width:230px; height:230px; border:1px solid rgba(200,229,74,.45); border-radius:50%; right:-45px; top:-45px; box-shadow:0 0 0 42px rgba(200,229,74,.06),0 0 0 84px rgba(200,229,74,.04); }
.project-visual strong { position:relative; z-index:1; max-width:80%; font-family:"Newsreader",serif; font-size:38px; font-weight:400; line-height:1; }
.tag { margin:20px 0 10px!important; text-transform:uppercase; color:var(--rust)!important; letter-spacing:.12em; font-size:10px!important; font-weight:600; }
.project-meta { display:flex; justify-content:space-between; align-items:center; gap:18px; }
.project-meta>span { margin-top:10px; color:#688076; font-size:10px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; }
h3 { font-family:"Newsreader",serif; font-weight:400; font-size:30px; margin:0 0 12px; }
.project-card>p { font-size:14px; color:#506a60; line-height:1.65; }
.project-card>a { display:flex; justify-content:space-between; margin-top:24px; padding:14px 0; border-bottom:1px solid var(--line); font-size:12px; font-weight:600; }
.publications { background:var(--paper); color:var(--ink); }
.publications h2, .publication-groups summary h3 { color:var(--ink); }
.publication-groups { border-top:1px solid var(--line); }
.publication-groups details { scroll-margin-top:100px; border-bottom:1px solid var(--line); }
.publication-groups summary { display:grid; grid-template-columns:70px 1fr auto 32px; gap:20px; align-items:center; padding:27px 0; list-style:none; }
.publication-groups summary::-webkit-details-marker { display:none; }
.publication-groups summary>span { color:var(--rust); font-size:12px; }
.publication-groups summary h3 { margin:0; font-size:35px; }
.publication-groups summary b { color:#688076; font-size:11px; font-weight:500; text-transform:uppercase; letter-spacing:.1em; }
.publication-groups summary i { color:var(--rust); font-size:25px; font-style:normal; transition:transform .2s; }
.publication-groups details[open] summary i { transform:rotate(45deg); }
.publication-groups ol { margin:0 0 24px 90px; padding:0 0 12px 20px; max-width:1120px; color:#345347; }
.publication-groups li { padding:12px 10px 12px 8px; line-height:1.7; font-size:16px; }
.publication-groups li a { color:inherit; text-decoration-color:#8ca79b; text-decoration-thickness:1px; text-underline-offset:4px; }
.publication-groups li a:hover { color:var(--rust); text-decoration-color:currentColor; }
.year-groups { margin:0 0 28px 90px; max-width:1120px; }
.year-groups section { display:grid; grid-template-columns:90px 1fr; padding:12px 0 20px; border-top:1px solid var(--line); }
.year-groups h4 { margin:11px 0 0; color:var(--rust); font-family:"Newsreader",serif; font-size:27px; font-weight:400; }
.year-groups ol { margin:0; }
.media { display:grid; grid-template-columns:.8fr 1.2fr; gap:9vw; align-items:center; }
.media>div:first-child>p:not(.kicker) { max-width:480px; line-height:1.8; color:#506a60; margin:30px 0; }
.outline { border:1px solid var(--ink); }
.media { display:block; }
.media-heading { display:grid; grid-template-columns:1fr 1fr; gap:8vw; align-items:end; margin-bottom:55px; }
.media-heading>div:last-child>p { color:#506a60; font-size:18px; line-height:1.65; max-width:560px; margin:0 0 28px; }
.media-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:44px 24px; }
.media-card { display:block; }
.media-card-button { width:100%; padding:0; border:0; background:none; color:inherit; font:inherit; text-align:left; cursor:pointer; }
.media-thumb { height:260px; position:relative; overflow:hidden; background:#dfe6dc; }
.media-thumb img { transition:transform .35s ease; }
.media-card:hover .media-thumb img { transform:scale(1.035); }
.media-thumb span { position:absolute; left:0; bottom:0; padding:10px 13px; background:var(--lime); font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.media-card h3 { font-size:23px; line-height:1.25; margin:18px 0 14px; }
.media-card>b { color:var(--rust); font-size:11px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; }
.article-dialog { width:min(94vw,1280px); max-width:none; height:min(94vh,980px); padding:0; border:0; background:var(--paper); color:var(--ink); box-shadow:0 24px 90px rgba(0,0,0,.35); }
.article-dialog::backdrop { background:rgba(13,35,27,.84); backdrop-filter:blur(6px); }
.article-dialog[open] { display:grid; grid-template-rows:auto 1fr auto; }
.article-dialog-header { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:18px 24px; border-bottom:1px solid var(--line); }
.article-dialog-header span { color:var(--rust); font-size:10px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; }
.article-dialog-header h3 { margin:4px 0 0; font-size:25px; }
.article-close { width:42px; height:42px; border:1px solid var(--line); border-radius:50%; background:none; color:var(--ink); font-size:28px; cursor:pointer; }
.article-slides { min-height:0; display:grid; place-items:center; overflow:auto; padding:20px; background:#e8e6df; }
.article-slide { width:100%; height:100%; margin:0; }
.article-slide[hidden] { display:none; }
.article-slide img { width:100%; height:100%; object-fit:contain; }
.article-controls { display:flex; align-items:center; justify-content:center; gap:28px; padding:16px 24px; border-top:1px solid var(--line); }
.article-controls button { min-width:120px; padding:11px 16px; border:1px solid var(--ink); background:none; color:var(--ink); font:inherit; font-size:12px; font-weight:600; cursor:pointer; }
.article-controls button:hover,.article-close:hover { background:var(--ink); color:white; }
.article-controls span { min-width:54px; text-align:center; font-size:12px; font-weight:600; }
.contact { background:var(--lime); }
.contact .kicker { color:var(--ink); }
.contact-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:8vw; align-items:end; }
.contact-grid>div>p:first-child { font-family:"Newsreader",serif; font-size:25px; line-height:1.4; }
.email { display:flex; justify-content:space-between; border-bottom:1px solid var(--ink); padding:18px 0; margin-top:30px; font-weight:600; }
.contact-note { font-size:11px!important; font-family:"DM Sans",sans-serif!important; opacity:.7; }
.privacy-note { font-size:12px!important; font-family:"DM Sans",sans-serif!important; opacity:.72; margin-top:24px; }
.socials { display:flex; gap:20px; margin-top:34px; font-size:12px; font-weight:600; }
.socials a { border-bottom:1px solid var(--ink); }
footer { display:flex; justify-content:space-between; align-items:center; padding:35px 5vw; background:var(--ink); color:var(--paper); font-size:11px; }
footer .brand span { background:var(--lime); color:var(--ink); }

@media (max-width:900px) { nav { gap:14px; } nav>a:not(.nav-contact), .nav-menu { display:none; } .hero { grid-template-columns:1fr; } .hero-visual { min-height:620px; } .portrait-frame { inset:5% 6% 0 10%; } .about,.credentials,.media,.contact-grid { grid-template-columns:1fr; } .project-grid { grid-template-columns:1fr; gap:55px; } .project-image { height:480px; } .section-heading { align-items:start; flex-direction:column; } }
@media (max-width:600px) { .site-header { height:70px; padding:0 20px; } .brand strong { display:none; } .nav-contact { padding:9px 12px!important; } .hero { min-height:auto; } .hero-copy { padding:70px 22px 45px; } h1 { font-size:58px; margin:42px 0 28px; } .intro { font-size:21px; } .hero-actions { align-items:flex-start; flex-direction:column; gap:12px; } .hero-meta { display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-top:50px; } .hero-visual { min-height:500px; } .portrait-frame { inset:8% 0 0 8%; } .section { padding:85px 22px; } h2 { font-size:50px; } .about-copy .lead { font-size:27px; } .credentials article { grid-template-columns:1fr; gap:8px; } .project-image { height:340px; } .publication-groups summary { grid-template-columns:30px 1fr 22px; gap:10px; } .publication-groups summary b { display:none; } .publication-groups summary h3 { font-size:25px; } .publication-groups ol { margin-left:34px; } .publication-groups li { font-size:15px; } .year-groups { margin-left:34px; } .year-groups section { grid-template-columns:1fr; } .year-groups h4 { margin-bottom:8px; } .year-groups ol { margin-left:0; } .media-image { height:450px; } footer { align-items:flex-start; gap:20px; flex-direction:column; } }
@media (max-width:600px) { .appointments article { grid-template-columns:1fr; gap:8px; } }
@media (max-width:900px) { .updates { grid-template-columns:1fr; } }
@media (max-width:900px) { .media-heading { grid-template-columns:1fr; } .media-grid { grid-template-columns:1fr 1fr; } }
@media (max-width:600px) { .media-grid { grid-template-columns:1fr; } .media-thumb { height:240px; } }
@media (max-width:600px) { .article-dialog { width:100vw; height:100vh; max-height:none; margin:0; } .article-dialog-header { padding:14px 16px; } .article-dialog-header h3 { font-size:20px; } .article-slides { padding:8px; } .article-controls { gap:10px; padding:12px; } .article-controls button { min-width:0; flex:1; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } * { transition:none!important; } }
