@font-face {
  font-family: "Neue Haas Display";
  src: url("./assets/fonts/NeueHaasDisplay-XXThin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Display";
  src: url("./assets/fonts/NeueHaasDisplay-XXThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Display";
  src: url("./assets/fonts/NeueHaasDisplay-XThin.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Display";
  src: url("./assets/fonts/NeueHaasDisplay-XThinItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Display";
  src: url("./assets/fonts/NeueHaasDisplay-Thin.woff2") format("woff2");
  font-weight: 250;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Display";
  src: url("./assets/fonts/NeueHaasDisplay-ThinItalic.woff2") format("woff2");
  font-weight: 250;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Display";
  src: url("./assets/fonts/NeueHaasDisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Display";
  src: url("./assets/fonts/NeueHaasDisplay-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Display";
  src: url("./assets/fonts/NeueHaasDisplay-Roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Display";
  src: url("./assets/fonts/NeueHaasDisplay-RomanItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Display";
  src: url("./assets/fonts/NeueHaasDisplay-Mediu.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Display";
  src: url("./assets/fonts/NeueHaasDisplay-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Display";
  src: url("./assets/fonts/NeueHaasDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Display";
  src: url("./assets/fonts/NeueHaasDisplay-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Display";
  src: url("./assets/fonts/NeueHaasDisplay-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Display";
  src: url("./assets/fonts/NeueHaasDisplay-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  background: #fff;
  color: #000;
  font-family: "Neue Haas Display", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: #fff;
  color: #000;
}

.page-shell {
  min-height: 100vh;
  padding: 48px 56px;
}

h1 {
  margin: 0;
  color: #000;
  font-family: "Neue Haas Display", Helvetica, Arial, sans-serif;
  font-size: 24pt;
  font-style: normal;
  font-weight: 250;
  letter-spacing: 0;
  line-height: 1;
}

.trademark {
  display: inline-block;
  position: relative;
  top: -0.22em;
  color: #000;
  font-size: 18pt;
  line-height: 1;
}

.discipline-list {
  margin: 56px 0 0;
  color: #000;
  font-family: "Neue Haas Display", Helvetica, Arial, sans-serif;
  font-size: 60pt;
  font-style: normal;
  font-weight: 250;
  letter-spacing: 0;
  line-height: 0.92;
}

.intro-line {
  margin: 40px 0 0;
  max-width: 680px;
  color: #000;
  font-family: "Neue Haas Display", Helvetica, Arial, sans-serif;
  font-size: 16pt;
  font-style: normal;
  font-weight: 250;
  letter-spacing: 0;
  line-height: 1.25;
}

.sector-line {
  margin: 18px 0 0;
  color: #000;
  font-family: "Neue Haas Display", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  font-style: normal;
  font-weight: 250;
  letter-spacing: 0;
  line-height: 1.25;
}

.bottom-rule {
  width: 100%;
  height: 1px;
  margin-top: 14px;
  background: #000;
  opacity: 0.22;
}

.after-rule-content {
  margin-top: 0;
  padding-top: 30px;
  text-align: right;
}

.after-rule-content h2 {
  margin: 0;
  color: #000;
  font-family: "Neue Haas Display", Helvetica, Arial, sans-serif;
  font-size: 16pt;
  font-style: normal;
  font-weight: 250;
  letter-spacing: 0;
  line-height: 1.25;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 32px;
}

.expertise-column {
  min-width: 0;
  text-align: right;
}

.expertise-column h3,
.expertise-column p {
  margin: 0;
  color: #000;
  font-family: "Neue Haas Display", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 250;
  letter-spacing: 0;
  line-height: 1.28;
}

.expertise-column h3 {
  font-size: 16pt;
}

.expertise-column p {
  margin-top: 14px;
  font-size: 12pt;
}

.selected-works-section {
  margin-top: 0;
  padding-top: 30px;
  text-align: left;
}

.selected-works-section h2 {
  margin: 0;
  text-align: left;
}

.selected-work-visual {
  width: 100%;
  margin: 28px 0 0;
}

.selected-work-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.selected-work-heading {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  align-items: center;
  gap: 48px;
  margin-top: 28px;
}

.selected-work-heading img {
  display: block;
  width: min(360px, 100%);
  height: auto;
  object-fit: contain;
}

.selected-work-meta {
  color: #000;
  font-family: "Neue Haas Display", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: 250;
  letter-spacing: 0;
  line-height: 1.32;
  text-align: left;
}

.selected-work-meta p {
  margin: 0;
}

.selected-work-meta p + p {
  margin-top: 6px;
}

.selected-work-description {
  margin: 28px 0 0;
  width: 100%;
  color: #000;
  font-family: "Neue Haas Display", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: 250;
  letter-spacing: 0;
  line-height: 1.32;
  text-align: left;
}

.selected-work-image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  margin-top: 28px;
}

.selected-work-image-pair img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.selected-work-full-image {
  width: 100%;
  margin: 20px 0 0;
}

.selected-work-full-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.profile-rule {
  margin-top: 32px;
}

.profile-section {
  margin-top: 0;
  padding-top: 30px;
  text-align: right;
}

.profile-section h2 {
  margin: 0;
  color: #000;
  font-family: "Neue Haas Display", Helvetica, Arial, sans-serif;
  font-size: 16pt;
  font-style: normal;
  font-weight: 250;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: right;
}

.profile-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 36px;
  margin-top: 24px;
  width: 100%;
  text-align: left;
}

.profile-copy,
.profile-person {
  color: #000;
  font-family: "Neue Haas Display", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: 250;
  letter-spacing: 0;
  line-height: 1.35;
  text-align: left;
}

.profile-copy p,
.profile-person,
.profile-person h3,
.profile-person p {
  margin: 0;
}

.profile-copy p + p {
  margin-top: 18px;
}

.profile-person h3 {
  font-size: 16pt;
  font-weight: 250;
  line-height: 1.35;
}

.selected-experience-rule {
  margin-top: 32px;
}

.selected-experience-heading {
  margin: 0;
  padding-top: 30px;
  color: #000;
  font-family: "Neue Haas Display", Helvetica, Arial, sans-serif;
  font-size: 16pt;
  font-style: normal;
  font-weight: 250;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: left;
}

.experience-text {
  margin: 24px 0 0;
  width: 100%;
  color: #000;
  font-family: "Neue Haas Display", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: 250;
  letter-spacing: 0;
  line-height: 1.32;
  text-align: left;
}

.logo-list {
  display: grid;
  gap: 20px;
  margin-top: 36px;
  text-align: left;
}

.logo-entry {
  display: grid;
  grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
  align-items: center;
  gap: 36px;
  min-height: 82px;
}

.logo-entry img {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.logo-description {
  color: #000;
  font-family: "Neue Haas Display", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: 250;
  letter-spacing: 0;
  line-height: 1.32;
  text-align: left;
}

.logo-description p {
  margin: 0;
}

.logo-description p + p {
  margin-top: 6px;
}

.contact-heading {
  margin: 0;
  padding-top: 30px;
  color: #000;
  font-family: "Neue Haas Display", Helvetica, Arial, sans-serif;
  font-size: 16pt;
  font-style: normal;
  font-weight: 250;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: right;
}

.contact-block {
  margin-top: 0;
  padding-top: 24px;
  color: #000;
  font-family: "Neue Haas Display", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: 250;
  letter-spacing: 0;
  line-height: 1.35;
  text-align: right;
}

.contact-block p {
  margin: 0;
}

.contact-block p + p {
  margin-top: 18px;
}

.contact-block a {
  color: #000;
  text-decoration: none;
}

.contact-block a:hover,
.contact-block a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.contact-block span {
  margin-left: 18px;
}

.monogram-mark {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.monogram-mark img {
  display: block;
  width: 108px;
  max-width: 42vw;
  height: auto;
}

.site-footer {
  margin-top: 40px;
  color: #000;
  font-family: "Neue Haas Display", Helvetica, Arial, sans-serif;
  font-size: min(10pt, 1rem);
  font-style: normal;
  font-weight: 250;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: right;
}

@media (max-width: 800px) {
  .page-shell {
    padding: 32px;
  }

  .discipline-list {
    font-size: 42pt;
  }

  .intro-line {
    margin-top: 32px;
  }

  .selected-work-visual {
    margin-top: 24px;
  }

  .selected-work-heading {
    grid-template-columns: minmax(200px, 300px) minmax(0, 1fr);
    gap: 32px;
  }

  .selected-work-heading img {
    width: min(300px, 100%);
  }

  .experience-text {
    margin-top: 22px;
  }

  .expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .logo-list {
    gap: 18px;
  }

  .logo-entry {
    grid-template-columns: minmax(124px, 180px) minmax(0, 1fr);
    gap: 28px;
  }

}

@media (max-width: 480px) {
  .expertise-grid {
    grid-template-columns: 1fr;
  }

  .logo-entry {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
  }

  .selected-work-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .selected-work-heading img {
    width: min(260px, 100%);
  }

  .selected-work-image-pair {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .profile-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .logo-entry img {
    width: 150px;
  }
}
