:root {
  --bg:#f7f6f3;
  --text:#171717;
  --line:rgba(23,23,23,.14);
  --page:72px;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--text);
  font-family:Arial,Helvetica,sans-serif;font-weight:400;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
.site-header,.site-footer,.section{
  width:min(calc(100% - (2 * var(--page))),var(--max));margin-inline:auto;
}
.site-header{
  min-height:132px;display:flex;align-items:center;justify-content:space-between;
  gap:36px;border-bottom:1px solid var(--line);
}
.brand{display:flex;flex-direction:column;gap:2px;flex-shrink:0}
.brand span{font-size:18px;line-height:1.08;letter-spacing:.055em;font-weight:500}
.nav{display:flex;gap:34px}
.nav a{font-size:12px;letter-spacing:.11em}
.nav a:hover,.contact-details a:hover{opacity:.58}
.section{border-bottom:1px solid var(--line)}
.hero{padding:104px 0 116px}
.hero-inner{max-width:920px}
h1,h2,p,figure{margin-top:0}
h1{
  max-width:900px;margin-bottom:38px;font-size:clamp(46px,5.1vw,66px);
  line-height:1.04;letter-spacing:-.032em;font-weight:400;
}
.copy{max-width:690px;font-size:18px;line-height:1.58}
.copy p{margin:0 0 11px}
.copy p:last-child{margin-bottom:0}
.hero .copy p{margin-bottom:18px}
.hero .copy p:last-child{margin-bottom:0}
.split{
  display:grid;grid-template-columns:minmax(190px,.8fr) minmax(0,2fr);
  gap:84px;padding:92px 0 108px;
}
.kicker{
  padding-top:7px;font-size:11px;line-height:1.35;letter-spacing:.19em;font-weight:500;
}
.section-content{max-width:760px}
.section-content h2{
  max-width:680px;margin-bottom:34px;font-size:clamp(28px,3vw,38px);
  line-height:1.13;letter-spacing:-.022em;font-weight:400;
}
.experience{
  display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.95fr);
  gap:92px;align-items:center;padding:110px 0;
}
.experience-copy{max-width:700px}
.experience-title{
  max-width:660px;margin-bottom:30px;font-size:clamp(27px,2.6vw,34px);
  line-height:1.13;letter-spacing:.02em;font-weight:400;
}
.experience .copy p{margin-bottom:13px}
.experience .copy p:last-child{margin-bottom:0}
.portrait{margin:0;justify-self:end;width:100%;max-width:430px}
.portrait img{
  display:block;width:100%;aspect-ratio:4/5;object-fit:cover;
  object-position:62% center;filter:grayscale(100%);
}
.contact{padding-top:96px;padding-bottom:110px}
.contact-details{font-size:18px;line-height:1.5}
.contact-details p{margin:0 0 4px}
.contact-details .name{font-weight:500}
.contact-details a{border-bottom:1px solid rgba(23,23,23,.26);padding-bottom:1px}
.site-footer{
  min-height:128px;display:flex;align-items:center;justify-content:space-between;
  gap:24px;font-size:11px;line-height:1.4;letter-spacing:.15em;
}
@media(max-width:900px){
  :root{--page:38px}
  .site-header{min-height:116px}
  .brand span{font-size:17px}
  .nav{gap:22px}.nav a{font-size:11.5px}
  .hero{padding:84px 0 94px}h1{font-size:48px}.copy{font-size:17px}
  .split{grid-template-columns:180px minmax(0,1fr);gap:50px}
  .experience{gap:52px}
}
@media(max-width:700px){
  :root{--page:22px}
  .site-header{min-height:auto;padding:24px 0;align-items:flex-start;flex-direction:column}
  .brand span{font-size:16px}
  .nav{width:100%;justify-content:space-between;gap:10px}.nav a{font-size:11px}
  .hero{padding:66px 0 76px}
  h1{margin-bottom:30px;font-size:38px;line-height:1.09}
  .copy{font-size:16px;line-height:1.55}
  .split,.experience{grid-template-columns:1fr;gap:34px}
  .split{padding:70px 0 78px}.experience{padding:76px 0}
  .kicker{padding-top:0;font-size:10px}
  .section-content h2{margin-bottom:26px;font-size:25px;line-height:1.16}
  .experience-title{margin-bottom:26px;font-size:24px;line-height:1.16}
  .portrait{max-width:100%;justify-self:stretch}
  .portrait img{aspect-ratio:5/6;object-position:60% center}
  .contact-details{font-size:16px}
  .site-footer{
    min-height:118px;padding:28px 0;align-items:flex-start;
    flex-direction:column;justify-content:center;font-size:10px;
  }
}
