:root{
  --canvas:#e2e2df;
  --paper:#f7f6f2;
  --ink:#070607;
  --graphite:#111210;
  --iron:#626762;
  --fog:#c9ccc7;
  --display:'Anton','Arial Narrow',sans-serif;
  --body:'DM Sans',system-ui,-apple-system,sans-serif;
  --page:1660px;
  --gutter:clamp(16px,3.2vw,56px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{
  margin:0;
  overflow-x:hidden;
  background:var(--canvas);
  color:var(--ink);
  font-family:var(--body);
  font-size:17px;
  line-height:1.48;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{color:inherit}
:focus-visible{outline:3px solid var(--ink);outline-offset:4px}
.shell{width:min(var(--page),calc(100% - (var(--gutter) * 2)));margin-inline:auto}
.computer-main{margin-top:-64px;padding:0 0 clamp(88px,9vw,150px)}
.computer-main h1,.computer-main h2,.computer-main h3{
  margin:0;
  font-family:var(--display);
  font-weight:400;
  line-height:.88;
  letter-spacing:.01em;
  text-transform:uppercase;
}
.computer-main p{margin:0}

.action{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:13px 22px;
  border-radius:999px;
  background:var(--graphite);
  color:var(--paper);
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  transition:background-color .18s ease,color .18s ease;
}
.action span,.availability-contact span{display:inline-block;transition:transform .18s ease}
.action:hover{background:#292a27}
.action:hover span,.availability-contact:hover span{transform:translate(3px,-3px)}

.computer-hero{
  position:relative;
  width:100%;
  max-width:none;
  min-height:max(760px,100svh);
  margin-inline:0;
  overflow:clip;
  isolation:isolate;
  border-radius:0;
  background:transparent;
}
.computer-hero-media{
  position:absolute;
  inset:0;
  margin:0;
}
.computer-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 52%}
.computer-hero-brand{
  position:absolute;
  z-index:2;
  top:clamp(94px,9vw,128px);
  right:clamp(30px,5vw,92px);
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:6px;
}
.computer-hero-brand img{width:clamp(168px,15vw,250px);height:auto}
.computer-hero-brand span{font-size:15px;font-weight:700}
.computer-hero-title{
  position:absolute;
  z-index:2;
  top:clamp(118px,14vh,150px);
  left:clamp(30px,5vw,92px);
}
.computer-hero h1{font-size:clamp(82px,8.5vw,140px);line-height:.9}
.computer-hero h1 span{display:block;white-space:nowrap}
.computer-hero-note{
  position:absolute;
  z-index:2;
  top:clamp(304px,37vh,390px);
  right:clamp(30px,5vw,92px);
  bottom:auto;
  width:min(420px,30%);
  padding:0;
  border-radius:0;
  background:transparent;
}
.computer-hero-note::before,.computer-hero-note::after{content:none}
.computer-hero-note p{max-width:33ch;font-size:clamp(18px,1.4vw,22px);line-height:1.42}
.computer-hero-note .action{margin-top:22px}

.computer-intro{
  min-height:78svh;
  display:grid;
  grid-template-columns:minmax(0,1.38fr) minmax(340px,.62fr);
  gap:clamp(52px,6vw,108px);
  align-items:center;
  padding-block:clamp(110px,13vw,210px);
}
.computer-intro h2{font-size:clamp(68px,6.8vw,116px);line-height:.92}
.computer-intro h2 span{display:block;white-space:nowrap}
.computer-intro-copy{align-self:end;padding-bottom:14px}
.computer-intro-copy p{max-width:37ch;font-size:clamp(19px,1.75vw,27px);line-height:1.4}
.computer-intro-copy p+p{margin-top:24px;color:#4f534e}

.commission{padding:0 0 clamp(112px,13vw,210px);scroll-margin-top:100px}
.commission-head,.principles-head{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);
  gap:clamp(42px,8vw,138px);
  align-items:end;
}
.commission-head h2,.principles-head h2{font-size:clamp(70px,8.6vw,140px)}
.commission-head h2 span,.principles-head h2 span{display:block;white-space:nowrap}
.commission-head p,.principles-head p{max-width:38ch;padding-bottom:8px;font-size:clamp(18px,1.45vw,23px)}
.commission-path{
  --channel:18px;
  --bridge:72px;
  --cap:16px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:var(--channel);
  margin:64px 0 0;
  padding:0;
  overflow:visible;
  list-style:none;
}
.commission-path li{
  position:relative;
  z-index:1;
  min-height:330px;
  display:flex;
  flex-direction:column;
  padding:32px;
  border-radius:36px;
  background:var(--paper);
}
.commission-path li:not(:last-child)::before{
  content:"";
  position:absolute;
  right:calc(var(--channel) * -1);
  top:calc(50% - (var(--bridge) / 2));
  z-index:2;
  width:var(--channel);
  height:var(--bridge);
  background:var(--paper);
}
.commission-path li:not(:last-child)::after{
  content:"";
  position:absolute;
  right:calc(var(--channel) * -1);
  top:calc(50% - (var(--bridge) / 2) - (var(--cap) / 2));
  z-index:3;
  width:var(--channel);
  height:var(--cap);
  border-radius:999px;
  background:var(--canvas);
  box-shadow:0 var(--bridge) 0 var(--canvas);
}
.step-number{font-size:14px;font-weight:700;color:var(--iron)}
.commission-path h3{margin-top:auto;font-size:clamp(48px,4.1vw,68px)}
.commission-path p{max-width:23ch;margin-top:14px;color:#535650}

.anatomy{
  padding:clamp(54px,6vw,96px);
  overflow:hidden;
  border-radius:48px;
  background:var(--graphite);
  color:var(--paper);
}
.anatomy-heading{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(290px,.75fr);
  gap:clamp(38px,7vw,118px);
  align-items:end;
}
.anatomy-heading h2{font-size:clamp(72px,8.4vw,136px)}
.anatomy-heading h2 span{display:block;white-space:nowrap}
.anatomy-heading p{max-width:38ch;padding-bottom:10px;color:#d0d2cd;font-size:19px}
.anatomy-frame{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);
  gap:0;
  align-items:stretch;
  margin-top:clamp(50px,6vw,88px);
  overflow:hidden;
  border-radius:36px;
  background:var(--paper);
}
.anatomy-machine{
  min-width:0;
  min-height:600px;
  display:grid;
  place-items:center;
  margin:0;
  overflow:clip;
  contain:paint;
  background:var(--paper);
}
.anatomy-machine img{width:100%;max-width:100%;height:auto;object-fit:contain;transform:scale(1.7)}
.anatomy-index{
  display:grid;
  grid-template-rows:repeat(5,minmax(0,1fr));
  gap:0;
  margin:0;
  padding:28px 34px;
  background:#20211e;
  list-style:none;
}
.anatomy-index li{
  min-height:0;
  display:grid;
  grid-template-columns:44px 1fr;
  gap:14px;
  align-items:center;
  padding:18px 0;
}
.anatomy-index span{color:#969b96;font-size:13px;font-weight:700}
.anatomy-index strong{font-size:17px}

.principles{padding:clamp(116px,13vw,210px) 0}
.principles-track{
  --channel:18px;
  --bridge:86px;
  --cap:16px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--channel);
  margin-top:64px;
  overflow:visible;
}
.principles-track article{
  position:relative;
  z-index:1;
  min-height:390px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:34px;
  border-radius:36px;
  background:var(--paper);
}
.principles-track article:not(:last-child)::before{
  content:"";
  position:absolute;
  right:calc(var(--channel) * -1);
  top:calc(50% - (var(--bridge) / 2));
  z-index:2;
  width:var(--channel);
  height:var(--bridge);
  background:var(--paper);
}
.principles-track article:not(:last-child)::after{
  content:"";
  position:absolute;
  right:calc(var(--channel) * -1);
  top:calc(50% - (var(--bridge) / 2) - (var(--cap) / 2));
  z-index:3;
  width:var(--channel);
  height:var(--cap);
  border-radius:999px;
  background:var(--canvas);
  box-shadow:0 var(--bridge) 0 var(--canvas);
}
.principles-track strong{
  max-width:8ch;
  font-family:var(--display);
  font-size:clamp(48px,4.5vw,72px);
  font-weight:400;
  line-height:.9;
  text-transform:uppercase;
}
.principles-track p{max-width:35ch;margin-top:22px;color:#4f534e}

.resident{
  position:relative;
  width:100%;
  max-width:none;
  min-height:max(720px,88svh);
  margin-inline:0;
  overflow:clip;
  isolation:isolate;
  border-radius:0;
  background:transparent;
}
.resident-media{position:absolute;inset:0;margin:0}
.resident-media img{width:100%;height:100%;object-fit:cover;object-position:center 58%}
.resident-title{
  position:absolute;
  z-index:2;
  top:clamp(94px,8vw,126px);
  left:clamp(30px,5vw,92px);
}
.resident-title h2{font-size:clamp(60px,7.1vw,116px)}
.resident-title span{display:block;white-space:nowrap}
.resident-title span:last-child{margin-left:clamp(46px,8vw,138px)}
.resident-note{
  position:absolute;
  z-index:2;
  right:clamp(30px,5vw,92px);
  bottom:clamp(40px,6vw,86px);
  width:min(440px,32%);
  padding:0;
  border-radius:0;
  background:transparent;
}
.resident-note::before,.resident-note::after{content:none}
.resident-note p{max-width:38ch;font-size:18px;line-height:1.45}
.resident-note .action{margin-top:22px}

.availability{
  display:grid;
  grid-template-columns:.48fr 1.12fr .8fr;
  gap:clamp(34px,6vw,100px);
  align-items:end;
  padding-top:clamp(104px,12vw,190px);
}
.availability-state{align-self:start;color:var(--iron);font-size:15px;font-weight:700}
.availability h2{font-size:clamp(58px,6.7vw,108px)}
.availability h2 span{display:block;white-space:nowrap}
.availability-copy p{max-width:36ch;font-size:18px}
.availability-contact{display:inline-flex;align-items:center;gap:12px;margin-top:28px;font-weight:700;text-decoration:none}

@media (max-width:1100px){
  .computer-hero{min-height:max(760px,100svh)}
  .computer-hero-note{width:min(440px,42%)}
  .computer-intro{grid-template-columns:1fr;min-height:0;gap:42px}
  .computer-intro-copy{padding:0}
  .commission-head,.principles-head,.anatomy-heading{grid-template-columns:1fr;gap:34px}
  .commission-head p,.principles-head p,.anatomy-heading p{padding:0}
  .commission-path li{min-height:290px;padding:26px}
  .anatomy-frame{grid-template-columns:1fr}
  .anatomy-machine{min-height:580px;margin:0}
  .anatomy-machine img{width:100%;transform:scale(1.5)}
  .anatomy-index{grid-template-rows:auto;grid-template-columns:repeat(5,minmax(0,1fr));padding:22px 24px}
  .anatomy-index li{min-height:116px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:18px}
  .principles-track article{min-height:350px;padding:28px}
  .availability{grid-template-columns:.55fr 1.45fr}
  .availability-copy{grid-column:2}
}

@media (max-width:760px){
  body{font-size:16px}
  .shell{width:calc(100% - 24px)}
  .computer-main{padding-top:0}
  /* same as ERIKA: the note sits at the bottom edge, so full height on a
     phone was ~350px of empty canvas under the headline */
  .computer-hero{width:100%;min-height:min(max(560px,86svh),660px);border-radius:0}
  .computer-hero-media{inset:0}
  .computer-hero-media img{
    position:absolute;
    inset:0;
    width:100%;
    max-width:none;
    height:100%;
    object-fit:cover;
    object-position:center 52%;
  }
  .computer-hero-brand{top:80px;right:22px;gap:3px}
  .computer-hero-brand img{width:138px}
  .computer-hero-brand span{font-size:12px}
  .computer-hero-title{top:136px;left:22px}
  .computer-hero h1{font-size:clamp(58px,17vw,76px);line-height:.92}
  .computer-hero-note{top:auto;right:22px;bottom:28px;width:min(360px,calc(100% - 44px));padding:0;border-radius:0;background:transparent}
  .computer-hero-note p{max-width:31ch;font-size:16px}
  .computer-hero-note .action{margin-top:16px}
  .computer-intro{padding-block:90px;gap:30px}
  .computer-intro h2{font-size:clamp(39px,11.6vw,58px);line-height:.91}
  .computer-intro h2 span{white-space:nowrap}
  .computer-intro-copy p{font-size:18px}
  .commission{padding-bottom:92px}
  .commission-head h2,.principles-head h2{font-size:clamp(50px,14vw,60px)}
  .commission-head h2 span,.principles-head h2 span{white-space:normal}
  .commission-head p,.principles-head p{font-size:18px}
  .commission-path{
    --channel:16px;
    --bridge:82px;
    --cap:14px;
    grid-template-columns:1fr;
    gap:var(--channel);
    margin-top:42px;
  }
  .commission-path li{min-height:220px;padding:26px;border-radius:28px}
  .commission-path li:not(:last-child)::before{
    right:auto;
    top:auto;
    bottom:calc(var(--channel) * -1);
    left:calc(50% - (var(--bridge) / 2));
    width:var(--bridge);
    height:var(--channel);
  }
  .commission-path li:not(:last-child)::after{
    right:auto;
    top:auto;
    bottom:calc(var(--channel) * -1);
    left:calc(50% - (var(--bridge) / 2) - (var(--cap) / 2));
    width:var(--cap);
    height:var(--channel);
    box-shadow:var(--bridge) 0 0 var(--canvas);
  }
  .commission-path h3{font-size:52px}
  .anatomy{padding:30px 22px 24px;border-radius:30px}
  .anatomy-heading h2{font-size:clamp(50px,14vw,60px)}
  .anatomy-heading h2 span{white-space:normal}
  .anatomy-heading p{font-size:17px}
  .anatomy-frame{gap:0;margin-top:36px;border-radius:24px}
  .anatomy-machine{min-height:0;aspect-ratio:1 / 1;margin:0}
  .anatomy-machine img{width:100%;max-width:100%;margin:0;transform:scale(1.85)}
  .anatomy-index{grid-template-columns:1fr 1fr;gap:8px;padding:18px}
  .anatomy-index li{min-height:94px;padding:16px}
  .anatomy-index li:last-child{grid-column:1 / -1}
  .principles{padding:92px 0}
  .principles-track{
    --channel:16px;
    --bridge:92px;
    --cap:14px;
    grid-template-columns:1fr;
    gap:var(--channel);
    margin-top:42px;
  }
  .principles-track article{min-height:270px;padding:28px;border-radius:28px}
  .principles-track article:not(:last-child)::before{
    right:auto;
    top:auto;
    bottom:calc(var(--channel) * -1);
    left:calc(50% - (var(--bridge) / 2));
    width:var(--bridge);
    height:var(--channel);
  }
  .principles-track article:not(:last-child)::after{
    right:auto;
    top:auto;
    bottom:calc(var(--channel) * -1);
    left:calc(50% - (var(--bridge) / 2) - (var(--cap) / 2));
    width:var(--cap);
    height:var(--channel);
    box-shadow:var(--bridge) 0 0 var(--canvas);
  }
  .principles-track strong{font-size:52px}
  .resident{width:100%;min-height:620px;border-radius:0}
  .resident-media img{
    position:absolute;
    left:50%;
    top:50%;
    width:220%;
    max-width:none;
    height:auto;
    object-fit:initial;
    transform:translate(-50%,-52%);
  }
  .resident-title{top:92px;left:22px;right:18px}
  .resident-title h2{font-size:clamp(28px,8.4vw,42px);line-height:.91}
  .resident-title span{white-space:nowrap}
  .resident-title span:last-child{margin:4px 0 0}
  .resident-note{right:22px;bottom:28px;width:min(390px,calc(100% - 44px));padding:0;border-radius:0;background:transparent}
  .resident-note p{font-size:16px}
  .resident-note .action{margin-top:16px}
  .availability{display:block;padding-top:90px}
  .availability h2{margin-top:34px;font-size:clamp(48px,13vw,58px)}
  .availability h2 span{white-space:normal}
  .availability-copy{margin-top:28px}
  .availability-copy p{font-size:17px}
}

@media (max-width:560px){
  .computer-hero-media img{
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 52%;
  }
  .computer-hero-title{top:136px}
}

@media (max-width:420px){
  .computer-hero{min-height:720px}
  .computer-hero h1{font-size:58px}
  .resident{min-height:760px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
