.module-shell-page .module-shell-main {
  max-width: 1480px;
  margin: 0 auto;
  padding: 58px 28px 90px;
}

.module-shell-page .module-shell-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}

.module-shell-page .module-shell-hero small {
  font: 700 11px Manrope, sans-serif;
  letter-spacing: .14em;
  color: var(--orange);
}

.module-shell-page .module-shell-hero h1 {
  max-width: 920px;
  margin: 14px 0 10px;
  font: 800 clamp(42px, 5vw, 72px)/.96 Manrope, sans-serif;
  letter-spacing: -.055em;
}

.module-shell-page .module-shell-hero p {
  max-width: 720px;
  margin: 0;
  color: #55635d;
  line-height: 1.65;
}

.module-shell-page .module-shell-note {
  flex: 0 0 310px;
  padding: 16px;
  background: var(--wash);
  border: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.55;
  color: var(--muted);
}

.module-shell-frame-wrap {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 20px 65px #17251f12;
}

.module-shell-frame {
  display: block;
  width: 100%;
  min-height: 760px;
  border: 0;
  background: var(--cream);
}

.site-header nav a[aria-current="page"] {
  color: var(--orange);
  font-weight: 800;
}

@media (max-width: 900px) {
  .module-shell-page .module-shell-main {
    padding: 36px 16px 70px;
  }

  .module-shell-page .module-shell-hero {
    display: block;
  }

  .module-shell-page .module-shell-note {
    margin-top: 16px;
  }
}
