:root {
  --page-width: 1246px;
  --rail: 1208px;
  --ink: #000;
  --muted: #c2bebf;
  --rule: #988e8e;
  --teal: #0d9e99;
  --gray: #f5f5f5;
  --button: #d9d9d9;
  --sans: "Montserrat", Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
}

body {
  margin: 0;
  min-width: 920px;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
figure {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

.page {
  width: min(100%, var(--page-width));
  margin: 0 auto;
  background: #fff;
}

.rail {
  width: min(calc(100% - 64px), var(--rail));
  margin-inline: auto;
}

.site-header {
  height: 88px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--rule);
  background: #fff;
}

.nav {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 84px 1fr;
  align-items: center;
  height: 87px;
}

.nav-links,
.nav-actions,
.footer-links {
  display: flex;
  align-items: center;
  gap: 38px;
}

.nav-actions {
  justify-content: end;
  gap: 36px;
}

.nav a,
.footer a {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
}

.nav .login-link {
  color: #c2bebf;
}

.footer p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.logo-link {
  justify-self: center;
}

.outline-button {
  min-width: 136px;
  padding: 8px 12px 7px;
  border: 1px solid var(--teal);
  text-align: center;
}

.hero {
  display: grid;
  grid-template-columns: 593px 1fr;
  gap: 82px;
  min-height: 755px;
  padding-top: 72px;
}

.hero-copy {
  padding-top: 0;
}

.eyebrow {
  display: inline-flex;
  min-width: 341px;
  height: 26px;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
  background: rgb(13 158 153 / 45%);
  color: #3e3737;
  font-size: 13px;
  font-weight: 500;
  line-height: 112%;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: var(--serif);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  width: 544.21px;
  font-size: 48px;
  line-height: 112%;
}

h1 span {
  position: relative;
  display: inline-block;
  font-style: italic;
  text-decoration: none;
}

h1 span::after {
  content: "";
  position: absolute;
  left: 2px;
  right: -4px;
  bottom: -1px;
  border-top: 2px solid var(--teal);
}

.lead {
  max-width: 572px;
  margin-top: 48px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.hero-copy p:not(.eyebrow):not(.lead),
.two-column-text p,
.layer-copy p,
.domain-copy p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.hero-copy p:not(.eyebrow):not(.lead) {
  max-width: 565px;
  margin-bottom: 20px;
}

.hero-copy p:last-of-type {
  max-width: 593px;
  margin-bottom: 0;
}

.button-row {
  display: flex;
  gap: 58px;
  margin-top: 37px;
}

.flat-button {
  display: inline-flex;
  width: 217px;
  height: 43px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: var(--button);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
}

.flat-button.is-disabled {
  color: #8f8f8f;
  cursor: default;
  opacity: 0.58;
  pointer-events: none;
}

.hero-art {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-top: 76px;
  margin-right: -33px;
}

.hero-art img {
  width: 410px;
  height: 472px;
  object-fit: cover;
  object-position: center;
}

.hero-art p {
  width: 520px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: right;
  text-transform: uppercase;
}

.band {
  border-top: 0;
}

.band-gray {
  background: var(--gray);
}

.band-white {
  background: #fff;
}

.section-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  min-height: 207px;
  align-items: center;
  border-bottom: 1px solid var(--rule);
}

.section-intro > *:first-child {
  align-self: center;
}

.section-intro h2,
.layer-copy h2,
.cta h2 {
  font-size: 40px;
  line-height: 48px;
}

.block-title h2 {
  font-size: 40px;
  line-height: 42px;
  text-transform: capitalize;
}

.section-intro p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.section-intro p {
  max-width: 444px;
}

.section-kicker {
  margin-bottom: 17px;
  color: var(--teal);
  font-size: 16px;
  font-variant: all-small-caps;
  font-weight: 500;
  line-height: 20px;
  text-transform: none;
}

.section-intro-observations {
  position: relative;
  gap: 144px;
  min-height: 208px;
}

.section-intro-observations::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 208px;
  background: var(--rule);
}

.section-intro-observations > p {
  font-weight: 450;
}

.observations-grid {
  display: grid;
  grid-template-columns: 579px 1fr;
  gap: 30px;
  padding: 47px 0 128px;
}

.soft-image {
  overflow: hidden;
  background: #fff;
  width: 579px;
  height: 416px;
}

.soft-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.observation-list {
  padding-top: 0;
}

.observation-list article {
  display: grid;
  grid-template-columns: 252px 1fr;
  column-gap: 18px;
  row-gap: 0;
  min-height: 90px;
  padding: 0 0 17px;
}

.observation-list h3,
.pillar-list h3 {
  color: var(--teal);
  font-weight: 500;
}

.observation-list h3 {
  font-size: 20px;
  font-variant: all-small-caps;
  line-height: 24px;
  text-transform: none;
}

.observation-list h4 {
  width: 80%;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.observation-list article:nth-child(3) h4 {
  width: 100%;
}

.observation-list p {
  grid-column: 1 / -1;
  margin-top: 8px;
  padding-top: 3px;
  border-top: 1px solid var(--rule);
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.observation-list p > span {
  display: block;
  width: 60%;
}

.pillars .section-intro {
  position: relative;
  gap: 144px;
  min-height: 206px;
}

.pillars .section-intro > p {
  font-weight: 450;
}

.pillars .section-intro::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 206px;
  background: var(--rule);
}

.pillars-grid {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 31px;
  padding: 41px 0 93px;
}

.pillar-image img {
  width: 270px;
  height: 519px;
  object-fit: cover;
}

.pillar-list article {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 29px;
  min-height: 192px;
  padding: 0 0 32px;
  border-bottom: 1px solid var(--rule);
}

.pillar-list article + article {
  padding-top: 40px;
}

.pillar-list article:last-child {
  border-bottom: 0;
}

.pillar-list h3 {
  max-width: 326px;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}

.pillar-list p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.structure {
  padding-bottom: 83px;
}

.block-title {
  display: flex;
  min-height: 204px;
  align-items: center;
  border-bottom: 1px solid var(--rule);
}

.two-column-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 409px;
  border-bottom: 1px solid var(--rule);
}

.two-column-text > div {
  padding: 51px 61px 45px 0;
}

.two-column-text > div + div {
  border-left: 1px solid var(--rule);
  padding-left: 36px;
  padding-right: 0;
}

.two-column-text p + p {
  margin-top: 20px;
}

.two-column-text > div:first-child p {
  font-weight: 500;
}

.stacked-copy article + article {
  margin-top: 38px;
}

.stacked-copy h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

.layer-grid {
  display: grid;
  grid-template-columns: 551px 1fr;
  gap: 43px;
  padding-top: 37px;
}

.layer-copy h2 {
  margin-bottom: 69px;
}

.layer-copy p {
  font-weight: 500;
}

.layer-copy p + p {
  margin-top: 2px;
}

.wide-image {
  align-self: end;
  transform: translateX(-21px);
}

.wide-image img {
  width: 604px;
  height: 417px;
  object-fit: cover;
}

.domains .section-intro {
  position: relative;
  gap: 144px;
  min-height: 208px;
}

.domains .section-intro::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 208px;
  background: var(--rule);
}

.domains .section-intro > p {
  font-weight: 450;
}

.domain-grid {
  display: grid;
  grid-template-columns: 587px 1fr;
  gap: 35px;
  padding: 50px 0 137px;
}

.domain-art {
  width: 587px;
  height: 420px;
}

.domain-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.domain-copy {
  display: flex;
  height: 420px;
  flex-direction: column;
  padding-top: 0;
}

.tag-grid {
  display: grid;
  grid-template-columns: repeat(2, 208px);
  gap: 28px 24px;
}

.tag-grid span {
  display: flex;
  width: 208px;
  height: 37px;
  align-items: center;
  padding-left: 9px;
  background: var(--gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.focus-copy {
  margin-top: auto;
}

.focus-copy h2 {
  margin-bottom: 61px;
  font-family: var(--sans);
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
}

.focus-copy p {
  max-width: 453px;
  font-weight: 500;
}

.cta {
  min-height: 522px;
}

.cta-inner {
  display: flex;
  min-height: 522px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cta h2 {
  position: relative;
  margin-bottom: 84px;
}

.cta h2 span {
  position: relative;
}

.cta h2 span::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--teal);
}

.cta p {
  width: 448px;
  margin-bottom: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.cta .flat-button {
  width: 202px;
  height: 39px;
  font-size: 16px;
  line-height: 20px;
}

.access-popover {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 320px;
  padding: 22px 24px 24px;
  border: 1px solid var(--rule);
  background: #fff;
  box-shadow: 0 14px 40px rgb(0 0 0 / 10%);
}

.access-popover__close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 22px;
  line-height: 1;
}

.access-popover__title {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  text-transform: uppercase;
}

.access-popover__text {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.access-popover__text a {
  color: var(--teal);
}

.access-popover__copy {
  display: inline-flex;
  height: 34px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--teal);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  padding: 0 12px;
  text-transform: uppercase;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 253px;
  color: var(--muted);
}

.footer-links {
  gap: 30px;
}

.footer-legal {
  display: flex;
  justify-self: end;
  gap: 30px;
}

.footer img {
  opacity: 0.23;
}

@media (max-width: 1160px) {
  body {
    min-width: 860px;
  }

  .rail {
    width: calc(100% - 48px);
  }

  .nav-links,
  .nav-actions {
    gap: 20px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 32px;
    min-height: 720px;
  }

  h1 {
    width: min(100%, 520px);
    font-size: 44px;
  }

  .lead {
    margin-top: 38px;
  }

  .button-row {
    gap: 24px;
  }

  .hero-art {
    margin-right: 0;
  }

  .hero-art img {
    width: 360px;
    height: 415px;
  }

  .hero-art p {
    width: 360px;
  }

  .section-intro,
  .section-intro-observations,
  .pillars .section-intro,
  .domains .section-intro {
    gap: 96px;
  }

  .section-intro h2,
  .layer-copy h2,
  .cta h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .section-intro p {
    max-width: 100%;
  }

  .observations-grid {
    grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1fr);
    gap: 28px;
  }

  .observations-grid .soft-image {
    width: 100%;
    height: auto;
    aspect-ratio: 579 / 416;
  }

  .observation-list article {
    grid-template-columns: minmax(170px, 0.85fr) minmax(0, 1fr);
  }

  .observation-list h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .observation-list h4 {
    width: 100%;
  }

  .observation-list p > span {
    width: 70%;
  }

  .pillars-grid {
    grid-template-columns: 230px 1fr;
  }

  .pillar-image img {
    width: 230px;
    height: 442px;
  }

  .pillar-list article {
    grid-template-columns: 230px 1fr;
    gap: 24px;
  }

  .pillar-list h3 {
    font-size: 22px;
    line-height: 27px;
  }

  .two-column-text > div {
    padding-right: 36px;
  }

  .two-column-text > div + div {
    padding-left: 28px;
  }

  .layer-grid {
    grid-template-columns: minmax(390px, 1fr) minmax(360px, 1fr);
    gap: 28px;
  }

  .wide-image {
    transform: none;
  }

  .wide-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 604 / 417;
  }

  .domain-grid {
    grid-template-columns: minmax(420px, 1fr) minmax(0, 1fr);
    gap: 28px;
  }

  .domain-art {
    width: 100%;
    height: auto;
    aspect-ratio: 587 / 420;
  }

  .domain-copy {
    height: auto;
    min-height: min(420px, calc((100vw - 104px) * 0.42));
  }

  .tag-grid {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    gap: 20px 18px;
  }

  .tag-grid span {
    width: auto;
  }

  .focus-copy h2 {
    margin-bottom: 36px;
  }

  .footer-links,
  .footer-legal {
    gap: 20px;
  }
}
