:root {
  --wine: #884f58;
  --sage: #78897c;
  --sky: #849caf;
  --butter: #dfc987;
  --lilac: #a397ad;
  --charcoal: #303634;
  --cream: #f7f3ec;
}
body {
  overflow-x: hidden;
}
body * {
  letter-spacing: 0 !important;
}
.header {
  background: rgba(247, 243, 236, 0.94);
  border-color: #cdc8be;
}
.mark {
  width: 44px;
  background: var(--wine);
  font-family: Georgia, serif;
}
.editorial-hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: 40px;
  align-items: stretch;
  padding-block: 64px;
}
.hero-number {
  padding-top: 6px;
  writing-mode: vertical-rl;
  font: 700 11px Georgia;
  color: var(--wine);
}
.hero-main {
  align-self: center;
}
.hero-main h1 {
  font: 700 112px/0.86 Georgia, "Songti SC", serif;
  margin: 24px 0 32px;
  color: var(--charcoal);
}
.hero-degree {
  display: inline-block;
  background: var(--butter);
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 800;
}
.hero-statement {
  font:
    500 20px/1.75 Georgia,
    "Noto Serif SC",
    serif;
  max-width: 700px;
  margin-top: 28px;
}
.hero-profile {
  align-self: center;
  border-top: 6px solid var(--wine);
  border-bottom: 1px solid #b8b3aa;
  background: #e7ebe6;
}
.profile-heading {
  min-height: 82px;
  padding: 20px 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #b8b3aa;
}
.profile-heading span,
.profile-focus small {
  font: 700 10px/1.2 Georgia, serif;
  color: var(--wine);
}
.profile-heading b {
  font: 700 20px/1.2 Georgia, "Songti SC", serif;
}
.profile-intro {
  margin: 0;
  padding: 28px 24px 30px;
  font: 600 17px/1.85 Georgia, "Noto Serif SC", serif;
}
.profile-focus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #b8b3aa;
  border-bottom: 1px solid #b8b3aa;
}
.profile-focus div {
  min-height: 112px;
  padding: 20px 24px;
}
.profile-focus div + div {
  border-left: 1px solid #b8b3aa;
}
.profile-focus strong {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.6;
}
.profile-note {
  margin: 0;
  padding: 20px 24px;
  background: var(--sky);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}
.manifesto {
  border-block: 1px solid #b8b3aa;
  background: #e5ddd7;
}
.manifesto .wrap {
  min-height: 74px;
  display: grid;
  grid-template-columns: repeat(6, auto);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.manifesto span {
  font-weight: 800;
  font-size: 12px;
  color: var(--wine);
}
.manifesto i {
  font: italic 13px Georgia;
  color: #5d625f;
}
.mag-head {
  display: grid;
  grid-template-columns: 150px 1.1fr 0.8fr;
  gap: 30px;
  align-items: end;
  margin-bottom: 54px;
}
.folio {
  font: 700 11px Georgia;
  letter-spacing: 0.12em;
  color: var(--wine);
}
.mag-head h2,
.review-title h2 {
  font: 700 64px/1.02 Georgia, "Songti SC", serif;
  margin: 0;
}
.mag-head h2 em,
.review-title h2 em {
  color: var(--wine);
  font-style: italic;
}
.mag-head p {
  color: #616865;
  line-height: 1.75;
}
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.story {
  border: 1px solid #cfcac1;
  background: var(--cream);
  overflow: hidden;
  display: grid;
  grid-template-rows: 300px 1fr;
  min-height: 520px;
}
.story figure {
  margin: 0;
  overflow: hidden;
}
.story figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s;
}
.story:hover figure img {
  transform: scale(1.025);
}
.story-fusion figure img {
  object-fit: contain;
  background: #fff;
}
.story > div {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.story small {
  font: 700 10px Georgia;
  color: var(--wine);
  letter-spacing: 0.11em;
}
.story h3 {
  font:
    700 34px/1.05 Georgia,
    "Songti SC",
    serif;
  margin: 10px 0;
}
.story p {
  font-size: 13px;
  line-height: 1.7;
  color: #69706c;
  margin-bottom: 22px;
}
.story b {
  font-size: 11px;
  color: var(--wine);
  margin-top: auto;
}
.story-spend {
  background: #dfe5e8;
}
.story-travel {
  background: #dce3dc;
}
.story-discipline {
  background: #e7ddd3;
}
.number-visual {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 26px;
  background: var(--lilac);
  color: #fff;
}
.number-visual span {
  font: 700 150px/0.78 Georgia, serif;
}
.number-visual small {
  padding-bottom: 4px;
  font: 700 12px/1 Georgia, serif;
}
.method-band {
  background: var(--charcoal);
  color: #f7f3ec;
}
.mag-head.inverse p {
  color: #c8cdca;
}
.mag-head.inverse em {
  color: var(--butter);
}
.method-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #737b77;
}
.method-steps article {
  padding: 30px 24px;
  border-right: 1px solid #737b77;
}
.method-steps span {
  font: 700 24px Georgia;
  color: var(--butter);
}
.method-steps h3 {
  font:
    700 21px Georgia,
    "Songti SC",
    serif;
  margin: 24px 0 12px;
}
.method-steps p {
  font-size: 13px;
  line-height: 1.7;
  color: #c2c8c5;
}
.review-title {
  display: grid;
  grid-template-columns: 180px 1fr;
  margin-bottom: 50px;
}
.review-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 55px;
}
.review-lead {
  background: var(--wine);
  color: #fff;
  padding: 38px;
  border-top: 6px solid var(--butter);
}
.review-lead span {
  font: 700 12px Georgia;
  color: #ead9cb;
}
.review-lead h3 {
  font:
    700 38px/1.16 Georgia,
    "Songti SC",
    serif;
}
.review-lead p {
  font-size: 14px;
  line-height: 1.8;
  color: #f3e7e4;
}
.review-list article {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 21px 0;
  border-top: 1px solid #cfcac1;
}
.review-list b {
  font-size: 13px;
  color: var(--wine);
}
.review-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #606764;
}
.identity-strip {
  background: var(--sky);
  color: #fff;
  overflow: hidden;
}
.identity-strip .wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-block: 24px;
}
.identity-strip p {
  font: 700 12px Georgia;
  white-space: nowrap;
}
.contact {
  background: #6f8176;
}
.contact .kicker {
  color: #e8ddbf;
}
.contact-links {
  display: grid;
  gap: 14px;
  text-align: right;
}
.contact-links span {
  font-size: 12px;
  color: #dae0dc;
}
.fusion-model-hero {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 70px;
  padding: 18px;
  background: #ebe8e3;
  border: 1px solid #cbc6bc;
}
.fusion-model-hero img {
  width: 100%;
  max-height: 690px;
  object-fit: contain;
  background: #fff;
}
.fusion-model-hero figcaption,
.travel-wide figcaption {
  padding-top: 12px;
  font: 700 10px Georgia;
  letter-spacing: 0.12em;
  color: #747b78;
}
.travel-wide {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 70px;
}
.travel-wide img {
  width: 100%;
  height: min(62vw, 650px);
  object-fit: cover;
}
.contact .kicker {
  color: #e8ddbf !important;
}
@media (max-width: 820px) {
  .editorial-hero {
    grid-template-columns: 1fr;
    padding-top: 44px;
    min-height: auto;
    gap: 32px;
  }
  .hero-number {
    display: none;
  }
  .hero-main h1 {
    font-size: 68px;
  }
  .hero-degree {
    line-height: 1.6;
  }
  .hero-statement {
    font-size: 17px;
  }
  .hero-profile {
    align-self: stretch;
  }
  .mag-head,
  .review-title,
  .review-layout {
    display: block;
  }
  .mag-head h2,
  .review-title h2 {
    margin: 18px 0;
    font-size: 44px;
  }
  .editorial-grid {
    display: block;
  }
  .story {
    display: grid !important;
    grid-template-rows: 240px 1fr;
    min-height: 470px;
    margin-bottom: 18px;
  }
  .story figure {
    height: auto !important;
  }
  .method-steps {
    grid-template-columns: 1fr 1fr;
  }
  .method-steps article:nth-child(2) {
    border-right: 0;
  }
  .method-steps article:nth-child(-n + 2) {
    border-bottom: 1px solid #737b77;
  }
  .review-title .folio {
    display: block;
    margin-bottom: 16px;
  }
  .review-lead {
    margin-bottom: 30px;
  }
  .review-list article {
    grid-template-columns: 100px 1fr;
  }
  .manifesto .wrap {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding-block: 12px;
  }
  .manifesto span,
  .manifesto i {
    padding: 8px 0;
  }
  .identity-strip .wrap {
    overflow-x: auto;
  }
  .contact-links {
    text-align: left;
    margin-top: 35px;
  }
}
@media (max-width: 480px) {
  .hero-main h1 {
    font-size: 54px;
  }
  .hero-degree {
    display: block;
  }
  .profile-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .profile-focus div {
    padding: 18px;
  }
  .number-visual span {
    font-size: 118px;
  }
}
