* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
html.modal-open {
  overflow: hidden;
}
html.modal-open body {
  overflow: hidden;
}
dialog {
  overscroll-behavior: contain;
}
body {
  margin: 0;
  background: #fff;
  color: #20201e;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
header,
main,
footer {
  max-width: 1440px;
  margin: auto;
  padding: 0 6%;
}
header {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
nav {
  display: flex;
  gap: 32px;
  font-size: 13px;
}
nav a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.intro {
  padding: 72px 0 60px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: end;
  gap: 55px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0 0 22px;
  color: #676762;
}
h1 {
  font-weight: 400;
  font-size: clamp(45px, 5.8vw, 80px);
  letter-spacing: -4px;
  line-height: 1.04;
  margin: 0;
}
h1 em {
  font-family: Georgia, serif;
  letter-spacing: -3px;
  font-weight: 400;
}
.intro p:last-child {
  max-width: 350px;
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 4px;
  color: #66665f;
}
.project {
  display: block;
  border: 0;
  padding: 0;
  background: none;
  text-align: left;
  width: 100%;
}
.picture {
  overflow: hidden;
  background: #f3f3f1;
}
.picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.project:hover .picture img {
  transform: scale(1.025);
}
.hero-image {
  aspect-ratio: 2.1;
}
.hero-image img {
  object-position: center 53%;
}
.caption {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 19px 0 0;
}
.caption h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 0 0 8px;
}
.caption p {
  font-size: 12px;
  color: #777;
  margin: 0;
  line-height: 1.5;
}
.arrow {
  font-size: 26px;
  font-weight: 400;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  margin-top: 65px;
}
.grid .picture {
  aspect-ratio: auto;
  background: white;
}
.grid .picture img {
  height: auto;
  object-fit: contain;
}
.patty img {
  object-position: 50% 50%;
  object-fit: contain;
}
.systems {
  margin: 110px 0 0;
  border-top: 1px solid #deded8;
  padding: 50px 0 80px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 75px;
  align-items: center;
}
.systems h2,
.about h2 {
  font-size: 43px;
  font-weight: 400;
  letter-spacing: -1.8px;
  line-height: 1.13;
  margin: 0 0 22px;
}
.systems p,
.about p {
  color: #66665f;
  font-size: 16px;
  line-height: 1.7;
}
.systems img {
  width: 100%;
  display: block;
}
.textlink {
  display: inline-block;
  background: none;
  border: 0;
  border-bottom: 1px solid #444;
  padding: 0 0 8px;
  margin-top: 18px;
  font-size: 13px;
}
.about {
  padding: 65px 0 80px;
  border-top: 1px solid #deded8;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 75px;
}
.about p {
  margin: 0 0 22px;
}
.links {
  display: flex;
  gap: 28px;
  font-size: 13px;
}
.links a {
  border-bottom: 1px solid #bbb;
  padding-bottom: 5px;
}
footer {
  padding-top: 24px;
  padding-bottom: 32px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #777;
}
dialog {
  border: 0;
  padding: 0;
  width: min(1060px, 94vw);
  max-height: 92vh;
  overflow: auto;
  background: white;
}
dialog::backdrop {
  background: #0009;
}
.dialog-head {
  position: sticky;
  top: 0;
  background: white;
  display: flex;
  justify-content: space-between;
  padding: 20px 28px;
  align-items: center;
  z-index: 2;
}
.dialog-head h2 {
  font-size: 18px;
  margin: 0;
}
.close {
  border: 1px solid #ccc;
  border-radius: 50%;
  background: white;
  width: 36px;
  height: 36px;
  font-size: 22px;
}
.detail {
  padding: 12px 28px 35px;
}
.detail p {
  max-width: 680px;
  line-height: 1.7;
  color: #555;
}
.pages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.pages img {
  width: 100%;
  height: auto;
  display: block;
}
.detail h3 {
  font-weight: 500;
  font-size: 24px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 30px 0;
}
.steps div {
  border-top: 1px solid #ccc;
  padding-top: 18px;
}
.steps p {
  font-size: 14px;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid #387664;
  outline-offset: 5px;
}
@media (max-width: 650px) {
  header {
    height: 80px;
  }
  nav {
    gap: 18px;
  }
  .intro {
    padding: 45px 0;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  h1 {
    letter-spacing: -2px;
  }
  h1 em {
    letter-spacing: -2px;
  }
  .intro p:last-child {
    font-size: 15px;
  }
  .hero-image {
    aspect-ratio: 1.35;
  }
  .grid {
    gap: 35px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .systems,
  .about {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 55px;
    padding: 35px 0;
  }
  .systems h2,
  .about h2 {
    font-size: 35px;
  }
  .pages,
  .steps {
    grid-template-columns: 1fr;
  }
  footer {
    gap: 20px;
  }
  .caption h2 {
    font-size: 19px;
  }
}
.wordmark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.wordmark img {
  width: 230px;
  height: auto;
  display: block;
}
.wordmark span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
}
header {
  height: 145px;
}
.systems-followup {
  margin-top: 0;
  border-top: 0;
  grid-template-columns: 1.15fr 1fr;
  min-height: 470px;
}
.magazine-placeholder {
  width: 100%;
  aspect-ratio: 1.5;
  background: #f6f6f4;
  border: 1px dashed #d7d7d1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #92928b;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.systems-followup .copy-placeholder {
  height: 75px;
  border-top: 1px solid #e9e9e4;
  margin-top: 28px;
  max-width: 330px;
}
@media (max-width: 650px) {
  header {
    height: 125px;
  }
  .wordmark img {
    width: 170px;
  }
  .wordmark span {
    font-size: 10px;
  }
  .systems-followup {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .systems-followup .magazine-placeholder {
    order: 0;
  }
  nav {
    gap: 12px;
    font-size: 11px;
  }
}
.intro-name {
  font-size: 20px;
  letter-spacing: -0.3px;
  margin: 0 0 14px;
  font-weight: 500;
}
.grid .picture {
  height: 380px;
  aspect-ratio: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.grid .picture img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 650px) {
  .grid .picture {
    height: 360px;
  }
}
.grid .caption {
  flex-wrap: wrap;
}
.case-action {
  display: block;
  width: 100%;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-top: 8px;
}
.systems-followup {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  overflow: visible;
}
.systems-followup > img {
  width: 110%;
  max-width: 800px;
  height: auto;
  object-fit: contain;
  justify-self: center;
}
@media (max-width: 650px) {
  .systems-followup {
    grid-template-columns: 1fr;
  }
}
.systems:not(.systems-process) {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 0;
  margin-bottom: 0;
}
.systems-followup {
  min-height: 0;
}
.systems-process {
  margin-top: 48px;
}

.systems:not(.systems-followup):not(.systems-process) > img {
  width: 132%;
  max-width: 800px;
  height: auto;
  justify-self: center;
}
@media (max-width: 650px) {
  .systems:not(.systems-followup):not(.systems-process) > img {
    width: 100%;
  }
}

.systems:not(.systems-followup):not(.systems-process)
  > div
  > p:not(.eyebrow):not(.editorial-disciplines) {
  font-size: 19px;
  line-height: 1.55;
  color: #353530;
  max-width: 34ch;
}
.systems:not(.systems-followup):not(.systems-process) h2 {
  margin-bottom: 14px;
}
.systems p.editorial-disciplines {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #55554d;
  margin-top: 22px;
}

.systems:not(.systems-process) h2 {
  font-size: 53px;
  font-weight: 800;
  line-height: 1;
}

.systems-process {
  grid-template-columns: minmax(0, 35fr) minmax(0, 65fr);
  gap: 32px;
}
.systems-process > img {
  width: 100%;
  height: auto;
}
@media (max-width: 650px) {
  .systems-process {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .systems-followup > img {
    width: 100%;
  }
}

.pages.spreads {
  grid-template-columns: 1fr;
  gap: 16px;
}

.reader-options {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.reader-frame {
  width: 100%;
  height: 72vh;
  border: 0;
}
.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding: 12px 0;
  font-size: 13px;
  line-height: 1.5;
  color: #55554d;
}
.quick-links a {
  border-bottom: 1px solid #bbb;
  padding: 4px 0;
}
.quick-links .editorial-reader,
.quick-links .campaign-reader {
  display: none;
}
@media (max-width: 650px) {
  .quick-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    font-size: 12px;
  }
  .quick-links a {
    justify-self: start;
  }
  .quick-links .editorial-flipbook,
  .quick-links .campaign-flipbook {
    display: none;
  }
  .quick-links .editorial-reader,
  .quick-links .campaign-reader {
    display: inline;
  }
}
[hidden] {
  display: none !important;
}
