@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;700&display=swap');

/* A personal site, not a CV: open typography, asymmetric professional sections,
   and a distinct place for Dennis's own writing. No animation or runtime JS. */
:root{color-scheme:light;--ink:#182d30;--paper:#f7f5f0;--muted:#596567;
  --petrol:#183f43;--cream:#f7f5f0;--soft:#c9d7d5;--copper:#ad7356;
  --rule:#d4d8d2;--page:1248px;--edge:64px}
*{box-sizing:border-box}
html{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
  scroll-padding-top:32px}
body{margin:0;background:var(--paper);color:var(--ink);
  font:400 17px/1.65 Archivo,-apple-system,"Helvetica Neue",Arial,sans-serif}
h1,h2,p{margin:0}
h1,h2{text-wrap:balance}
p{text-wrap:pretty}
a{color:inherit;text-underline-offset:6px;text-decoration-thickness:1px}
a:hover{text-decoration-thickness:2px}
a:focus-visible{outline:2px solid currentColor;outline-offset:6px}
.shell{width:100%;max-width:var(--page);margin-inline:auto;padding-inline:var(--edge)}
.skip-link{position:absolute;left:20px;top:12px;transform:translateY(-180%);
  padding:12px 18px;background:var(--paper);z-index:2}
.skip-link:focus{transform:none}
.site-header{display:flex;justify-content:space-between;align-items:center;
  gap:24px;padding-top:40px;padding-bottom:24px}
.name{font-size:23px;font-weight:700;letter-spacing:-.035em}
.location{font-size:13px;color:var(--muted)}
nav{display:flex;flex-wrap:wrap;gap:26px;align-items:center}
nav a{display:inline-flex;align-items:center;min-height:44px;min-width:44px;font-size:14px;
  text-decoration:none}
nav a:hover{text-decoration:underline}

.hero{padding:72px 0 76px}
.hero h1{font-size:clamp(42px,6.2vw,80px);font-weight:500;line-height:1.07;
  letter-spacing:-.055em;max-width:100%;text-wrap:initial}
.keep-together{white-space:nowrap}
.lead{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;margin-top:40px}
.lead p:first-child{font-size:23px;line-height:1.5;letter-spacing:-.018em;max-width:36ch}
.lead p + p{font-size:16px;line-height:1.7;color:var(--muted);max-width:45ch}

.expertise{display:grid;grid-template-columns:1.12fr 1fr;gap:40px 100px;
  border-top:1px solid var(--rule);padding:72px 0 88px}
.expertise-section{min-width:0}
.expertise-section:first-child{grid-row:span 2}
.expertise-section:first-child::before{content:"";display:block;width:44px;height:3px;
  background:var(--copper);margin-bottom:26px}
.expertise-section h2{font-size:25px;line-height:1.22;font-weight:500;
  letter-spacing:-.028em;margin-bottom:18px;text-wrap:initial}
.expertise-section:first-child h2{font-size:40px;max-width:15ch;margin-bottom:24px}
.expertise-section p{font-size:16px;max-width:52ch}
.expertise-section:first-child p{font-size:17px}
.expertise-section p + p{margin-top:16px}
ul{padding-left:1.2em;margin:16px 0}
li + li{margin-top:6px}

.journal{background:var(--petrol);color:var(--cream);padding:88px 0 96px}
.journal-grid{display:grid;grid-template-columns:1.12fr 1fr;gap:100px;align-items:center}
.eyebrow{font-size:12px;line-height:1.5;font-weight:500;letter-spacing:.13em;
  text-transform:uppercase;color:var(--soft);margin-bottom:26px}
.journal h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(58px,6.6vw,88px);
  font-weight:400;line-height:1.04;letter-spacing:-.045em;max-width:10ch;
  text-wrap:initial}
.journal-copy{padding-top:28px;min-width:0}
.journal-copy p{font-size:20px;line-height:1.65;max-width:36ch}
.journal-copy p + p{margin-top:16px}
.journal-link{display:inline-flex;gap:26px;align-items:center;min-height:48px;
  margin-top:26px;padding-block:8px;text-decoration:none;border-bottom:1px solid var(--soft);
  font-size:16px}
.journal-link span{font-size:24px;font-weight:400}
.journal-link:hover{border-bottom-color:var(--cream);text-decoration:underline}

.site-footer{display:grid;grid-template-columns:1.12fr 1fr;gap:100px;
  padding-top:64px;padding-bottom:72px;align-items:start}
.kicker{font-size:34px;font-weight:500;line-height:1.25;letter-spacing:-.035em}
.contact{font-size:clamp(20px,2.1vw,27px);font-weight:500;letter-spacing:-.025em}
.contact a{display:inline-block;max-width:100%;min-height:44px;overflow-wrap:anywhere;
  padding-bottom:7px;text-decoration:none;border-bottom:1px solid var(--ink)}
.contact a:hover{text-decoration:underline}
.cv{font-size:13px;color:var(--muted);margin-top:14px}

@media(max-width:1050px){
  :root{--edge:40px}
  .lead{gap:48px}
  .expertise,.journal-grid,.site-footer{column-gap:56px}
  .hero{padding:60px 0}
  .expertise-section:first-child h2{font-size:35px}
}
@media(max-width:760px){
  :root{--edge:24px}
  .site-header{padding-top:26px;gap:16px;align-items:flex-start;flex-direction:column}
  nav{gap:24px}
  .hero{padding:38px 0 48px}
  .hero h1{font-size:clamp(39px,7.5vw,58px);letter-spacing:-.05em}
  .lead{grid-template-columns:1fr;gap:20px;margin-top:28px}
  .lead p:first-child{font-size:21px;max-width:39ch}
  .lead p + p{max-width:50ch}
  .expertise{grid-template-columns:1fr;gap:36px;padding:44px 0 52px}
  .expertise-section:first-child{grid-row:auto}
  .expertise-section:first-child::before{margin-bottom:18px}
  .expertise-section:first-child h2{font-size:32px;max-width:none;margin-bottom:18px}
  .expertise-section p,.expertise-section:first-child p{font-size:16px;max-width:58ch}
  .journal{padding:52px 0 56px}
  .journal-grid{grid-template-columns:1fr;gap:30px}
  .journal h2{font-size:64px;max-width:10ch}
  .eyebrow{font-size:11px;margin-bottom:20px}
  .journal-copy{padding-top:0}
  .journal-copy p{font-size:19px;max-width:42ch}
  .journal-link{margin-top:22px}
  .site-footer{grid-template-columns:1fr;gap:22px;padding-top:44px;padding-bottom:48px}
  .kicker{font-size:30px}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}
@media print{
  body{background:white;color:black}
  .site-header nav,.skip-link{display:none}
  .hero{padding-top:24px}
  .hero h1{font-size:40px}
  .expertise{padding-block:32px}
  .journal{background:white;color:black;border-block:1px solid #999;padding-block:28px}
  .eyebrow{color:black}
  .journal h2{font-size:40px}
  .journal-link{border-color:black}
  .site-footer{padding-block:24px}
}
