.civerum-home-page {
  background: var(--civerum-ink);
}

.civerum-home-page main {
  overflow: hidden;
  background: var(--civerum-ink);
  color: var(--civerum-paper);
}

.home-kicker {
  margin: 0;
  color: var(--civerum-brass);
  font-family: var(--civerum-inscription);
  font-size: 9px;
  font-weight: normal;
  letter-spacing: .26em;
  line-height: 1.5;
  text-transform: uppercase;
}

.home-hero {
  position: relative;
  display: flex;
  min-height: calc(100vh - 94px);
  padding: 120px max(7vw, 46px) 88px;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 17, 16, .99) 0%, rgba(8, 17, 16, .92) 39%, rgba(8, 17, 16, .48) 67%, rgba(8, 17, 16, .15) 100%),
    url('../images/bg/post/future-belongs-to-people-who-can-cross-disciplines.png') center / cover no-repeat;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(195, 165, 111, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(195, 165, 111, .075) 1px, transparent 1px);
  background-size: 8.333vw 8.333vw;
  mask-image: linear-gradient(90deg, #000 0%, #000 40%, transparent 86%);
  pointer-events: none;
}

.home-hero::after {
  content: "";
  position: absolute;
  right: -15vw;
  bottom: -33vw;
  width: 65vw;
  height: 65vw;
  border: 1px solid rgba(195, 165, 111, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 5vw rgba(195, 165, 111, .025), 0 0 0 10vw rgba(195, 165, 111, .018);
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  width: min(890px, 69vw);
}

.home-hero h1 {
  max-width: 850px;
  margin: 23px 0 32px;
  color: var(--civerum-paper);
  font-family: var(--civerum-display);
  font-size: clamp(75px, 8.9vw, 138px);
  font-weight: 500;
  letter-spacing: -.057em;
  line-height: .72;
}

.home-hero h1 span {
  display: block;
  margin: 0 0 17px 7px;
  color: var(--civerum-paper-muted);
  font-family: var(--civerum-inscription);
  font-size: .095em;
  font-weight: normal;
  letter-spacing: .38em;
  line-height: 1;
  text-transform: uppercase;
}

.home-hero-intro {
  max-width: 680px;
  margin: 0;
  color: rgba(238, 232, 216, .78);
  font-family: var(--civerum-text);
  font-size: clamp(18px, 1.55vw, 23px);
  letter-spacing: .01em;
  line-height: 1.6;
}

.home-hero-actions {
  display: flex;
  margin-top: 37px;
  flex-wrap: wrap;
  gap: 18px 34px;
}

.home-hero-actions a,
.home-perspective-header > a,
.home-closing > a {
  display: inline-flex;
  padding: 12px 0;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(195, 165, 111, .55);
  color: var(--civerum-brass) !important;
  font-family: var(--civerum-inscription);
  font-size: 9px;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-hero-actions a:hover,
.home-hero-actions a:focus,
.home-perspective-header > a:hover,
.home-perspective-header > a:focus,
.home-closing > a:hover,
.home-closing > a:focus {
  color: var(--civerum-paper) !important;
  border-color: var(--civerum-paper);
}

.home-hero-register {
  position: absolute;
  z-index: 2;
  right: 3.2vw;
  bottom: 49px;
  display: flex;
  gap: 25px;
  color: rgba(238, 232, 216, .56);
  font-family: var(--civerum-inscription);
  font-size: 8px;
  letter-spacing: .18em;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
}

.home-hero-sigil {
  position: absolute;
  z-index: 1;
  right: 13.5vw;
  top: 22%;
  display: grid;
  width: 25vw;
  height: 25vw;
  place-items: center;
  border: 1px solid rgba(195, 165, 111, .31);
  border-radius: 50%;
}

.home-hero-sigil::before,
.home-hero-sigil::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(238, 232, 216, .13);
  border-radius: 50%;
}

.home-hero-sigil::before { inset: 12%; }
.home-hero-sigil::after { inset: 38%; background: rgba(195, 165, 111, .76); }

.home-hero-sigil > span {
  color: rgba(238, 232, 216, .42);
  font-family: var(--civerum-display);
  font-size: clamp(28px, 4vw, 62px);
}

.home-question {
  display: grid;
  padding: 126px max(7vw, 46px) 135px;
  grid-template-columns: minmax(180px, .34fr) minmax(0, 1.66fr);
  gap: 8vw;
  background: var(--civerum-paper);
  color: var(--civerum-ink);
}

.home-question .home-kicker {
  color: var(--civerum-brass-dark);
}

.home-question-label {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.home-section-number {
  color: rgba(8, 17, 16, .13);
  font-family: var(--civerum-display);
  font-size: 150px;
  line-height: .7;
}

.home-question h2 {
  max-width: 1050px;
  margin: 0;
  color: var(--civerum-ink);
  font-family: var(--civerum-display);
  font-size: clamp(52px, 6.2vw, 92px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}

.home-question-columns {
  display: grid;
  max-width: 1050px;
  margin-top: 54px;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
}

.home-question-columns p {
  margin: 0;
  color: rgba(8, 17, 16, .74);
  font-family: var(--civerum-text);
  font-size: 17px;
  letter-spacing: .01em;
  line-height: 1.76;
}

.home-question-columns p:first-child {
  padding-left: 25px;
  border-left: 2px solid var(--civerum-brass-dark);
}

.home-framework {
  position: relative;
  padding: 132px max(7vw, 46px) 145px;
  background:
    radial-gradient(circle at 100% 0%, rgba(111, 151, 137, .11), transparent 32%),
    var(--civerum-ink);
}

.home-framework::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(195, 165, 111, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(195, 165, 111, .035) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

.home-section-heading,
.home-framework-grid {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

.home-section-heading h2 {
  max-width: 920px;
  margin: 18px 0 0;
  color: var(--civerum-paper);
  font-family: var(--civerum-display);
  font-size: clamp(54px, 6vw, 88px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .96;
}

.home-framework-grid {
  display: grid;
  margin-top: 72px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--civerum-line);
  border-bottom: 1px solid var(--civerum-line);
}

.home-framework-card {
  position: relative;
  min-height: 425px;
  padding: 45px 42px 40px;
  border-right: 1px solid var(--civerum-line);
}

.home-framework-card:first-child {
  border-left: 1px solid var(--civerum-line);
}

.home-framework-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 41px;
  width: 60px;
  height: 3px;
  background: var(--civerum-brass);
}

.home-card-index {
  margin: 0;
  color: var(--civerum-brass);
  font-family: var(--civerum-inscription);
  font-size: 8px;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-framework-card h3 {
  margin: 44px 0 23px;
  color: var(--civerum-paper);
  font-family: var(--civerum-display);
  font-size: clamp(38px, 3.4vw, 53px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .95;
}

.home-framework-card > p:not(.home-card-index) {
  margin: 0;
  color: var(--civerum-paper-muted);
  font-family: var(--civerum-text);
  font-size: 15px;
  letter-spacing: .01em;
  line-height: 1.7;
}

.home-framework-card > a,
.home-project-status {
  position: absolute;
  right: 42px;
  bottom: 37px;
  left: 42px;
  display: flex;
  padding-top: 16px;
  justify-content: space-between;
  border-top: 1px solid rgba(195, 165, 111, .2);
  color: var(--civerum-brass) !important;
  font-family: var(--civerum-inscription);
  font-size: 8px;
  letter-spacing: .13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-framework-card > a:hover,
.home-framework-card > a:focus {
  color: var(--civerum-paper) !important;
}

.home-project-status {
  color: var(--civerum-verdigris);
}

.home-domains {
  padding: 130px max(7vw, 46px) 145px;
  background: #0d1b19;
}

.home-domains-header,
.home-domains-grid {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

.home-domains-header {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 10vw;
  align-items: end;
}

.home-domains-header h2 {
  margin: 13px 0 0;
  color: var(--civerum-paper);
  font-family: var(--civerum-display);
  font-size: clamp(62px, 8vw, 118px);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .78;
}

.home-domains-header > p {
  margin: 0;
  padding-left: 26px;
  border-left: 1px solid var(--civerum-line);
  color: var(--civerum-paper-muted);
  font-family: var(--civerum-text);
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 1.7;
}

.home-domains-grid {
  display: grid;
  margin-top: 78px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--civerum-line);
}

.home-domain {
  display: grid;
  min-height: 205px;
  padding: 31px 34px 30px;
  grid-template-columns: 45px 1fr;
  align-content: start;
  border-right: 1px solid var(--civerum-line);
  border-bottom: 1px solid var(--civerum-line);
  color: var(--civerum-paper) !important;
}

.home-domain:nth-child(odd) {
  border-left: 1px solid var(--civerum-line);
}

.home-domain:hover,
.home-domain:focus {
  background: rgba(195, 165, 111, .055);
  color: var(--civerum-paper) !important;
}

.home-domain > span {
  color: var(--civerum-brass);
  font-family: var(--civerum-inscription);
  font-size: 8px;
  letter-spacing: .12em;
}

.home-domain h3 {
  margin: 0;
  color: inherit;
  font-family: var(--civerum-display);
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1;
}

.home-domain p {
  max-width: 510px;
  margin: 19px 0 0;
  grid-column: 2;
  color: var(--civerum-paper-muted);
  font-family: var(--civerum-text);
  font-size: 14px;
  letter-spacing: .01em;
  line-height: 1.6;
}

.home-interlude {
  position: relative;
  min-height: 620px;
  padding: 110px max(7vw, 46px);
  background:
    linear-gradient(90deg, rgba(8, 17, 16, .96), rgba(8, 17, 16, .7) 52%, rgba(8, 17, 16, .18)),
    url('../images/bg/post/hidden-economics-of-good-intentions.png') center / cover no-repeat;
}

.home-interlude::before,
.home-interlude::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(195, 165, 111, .22);
  border-radius: 50%;
}

.home-interlude::before {
  right: 5vw;
  bottom: -16vw;
  width: 42vw;
  height: 42vw;
}

.home-interlude::after {
  right: 11vw;
  bottom: -10vw;
  width: 30vw;
  height: 30vw;
}

.home-interlude-copy {
  position: relative;
  z-index: 1;
  max-width: 950px;
}

.home-interlude-copy > p:last-child {
  margin: 20px 0 0;
  color: var(--civerum-paper);
  font-family: var(--civerum-display);
  font-size: clamp(47px, 6.4vw, 88px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}

.home-perspective {
  padding: 132px max(7vw, 46px) 150px;
  background: var(--civerum-paper);
  color: var(--civerum-ink);
}

.home-perspective-header,
.home-perspective-grid {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

.home-perspective-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
}

.home-perspective .home-kicker {
  color: var(--civerum-brass-dark);
}

.home-perspective-header h2 {
  max-width: 860px;
  margin: 15px 0 0;
  color: var(--civerum-ink);
  font-family: var(--civerum-display);
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 500;
  letter-spacing: -.042em;
  line-height: .96;
}

.home-perspective-header > a {
  flex: 0 0 auto;
  color: var(--civerum-brass-dark) !important;
}

.home-perspective-header > a:hover,
.home-perspective-header > a:focus {
  color: var(--civerum-ink) !important;
  border-color: var(--civerum-ink);
}

.home-perspective-grid {
  display: grid;
  margin-top: 70px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px 34px;
}

.home-feature-wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1.22fr .78fr;
  align-items: stretch;
  border: 1px solid rgba(8, 17, 16, .2);
}

.home-feature-image {
  display: block;
  height: 350px;
  overflow: hidden;
  background: var(--civerum-ink-soft);
}

.home-feature-wide .home-feature-image {
  height: 520px;
}

.home-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.7) contrast(1.02);
  transform: scale(1.01);
  transition: filter .45s ease, transform .7s ease;
}

.home-feature-image:hover img,
.home-feature-image:focus img {
  filter: saturate(.95) contrast(1.03);
  transform: scale(1.04);
}

.home-feature-copy {
  padding: 28px 0 0;
}

.home-feature-wide .home-feature-copy {
  display: flex;
  padding: 55px 47px 48px;
  flex-direction: column;
  justify-content: center;
  background: var(--civerum-ink-soft);
}

.home-feature-copy > p {
  margin: 0;
  color: var(--civerum-brass-dark);
  font-family: var(--civerum-inscription);
  font-size: 8px;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-feature-wide .home-feature-copy > p {
  color: var(--civerum-brass);
}

.home-feature-copy h3 {
  margin: 15px 0 0;
  font-family: var(--civerum-display);
  font-size: clamp(35px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -.032em;
  line-height: .98;
}

.home-feature-copy h3 a {
  color: var(--civerum-ink) !important;
}

.home-feature-wide .home-feature-copy h3 a {
  color: var(--civerum-paper) !important;
}

.home-feature-copy h3 a:hover,
.home-feature-copy h3 a:focus {
  color: var(--civerum-brass-dark) !important;
}

.home-feature-wide .home-feature-copy h3 a:hover,
.home-feature-wide .home-feature-copy h3 a:focus {
  color: var(--civerum-brass) !important;
}

.home-feature-copy > span {
  margin-top: 25px;
  color: var(--civerum-paper-muted);
  font-family: var(--civerum-text);
  font-size: 14px;
  line-height: 1.6;
}

.home-closing {
  position: relative;
  padding: 145px max(7vw, 46px) 155px;
  overflow: hidden;
  border-top: 1px solid var(--civerum-line);
  background:
    linear-gradient(rgba(195, 165, 111, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(195, 165, 111, .04) 1px, transparent 1px),
    var(--civerum-ink);
  background-size: 76px 76px;
  text-align: center;
}

.home-closing::before,
.home-closing::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 27vw;
  height: 27vw;
  border: 1px solid rgba(195, 165, 111, .16);
  border-radius: 50%;
  transform: translateY(-50%);
}

.home-closing::before { left: -17vw; }
.home-closing::after { right: -17vw; }

.home-closing h2 {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 22px auto 0;
  color: var(--civerum-paper);
  font-family: var(--civerum-display);
  font-size: clamp(58px, 7vw, 102px);
  font-weight: 500;
  letter-spacing: -.047em;
  line-height: .88;
}

.home-closing > p:not(.home-kicker) {
  position: relative;
  z-index: 1;
  max-width: 750px;
  margin: 36px auto 0;
  color: var(--civerum-paper-muted);
  font-family: var(--civerum-text);
  font-size: 17px;
  letter-spacing: .01em;
  line-height: 1.72;
}

.home-closing > a {
  position: relative;
  z-index: 1;
  margin-top: 35px;
}

@media (max-width: 1050px) {
  .home-framework-card {
    padding-right: 30px;
    padding-left: 30px;
  }

  .home-framework-card > a,
  .home-project-status {
    right: 30px;
    left: 30px;
  }

  .home-domain {
    min-height: 225px;
  }
}

@media (max-width: 820px) {
  .home-hero-copy {
    width: min(720px, 82vw);
  }

  .home-hero-register,
  .home-hero-sigil {
    display: none;
  }

  .home-question {
    display: block;
  }

  .home-question-label {
    min-height: 0;
  }

  .home-section-number {
    display: none;
  }

  .home-question-copy {
    margin-top: 30px;
  }

  .home-framework-grid {
    display: block;
    border-bottom: 0;
  }

  .home-framework-card {
    min-height: 360px;
    border-bottom: 1px solid var(--civerum-line);
    border-left: 1px solid var(--civerum-line);
  }

  .home-domains-header {
    display: block;
  }

  .home-domains-header > p {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .home-hero {
    min-height: calc(100vh - 75px);
    padding: 100px 25px 70px;
    align-items: flex-end;
    background:
      linear-gradient(0deg, rgba(8, 17, 16, .98) 0%, rgba(8, 17, 16, .72) 70%, rgba(8, 17, 16, .26) 100%),
      url('../images/bg/post/future-belongs-to-people-who-can-cross-disciplines.png') 52% center / cover no-repeat;
  }

  .home-hero-copy {
    width: 100%;
  }

  .home-hero h1 {
    margin-top: 18px;
    font-size: clamp(56px, 15vw, 78px);
    line-height: .78;
  }

  .home-hero h1 span {
    margin-left: 3px;
    font-size: .12em;
  }

  .home-hero-intro {
    font-size: 16px;
    line-height: 1.6;
  }

  .home-hero-actions {
    display: block;
    margin-top: 25px;
  }

  .home-hero-actions a {
    width: fit-content;
  }

  .home-hero-actions a + a {
    margin-top: 8px;
  }

  .home-question,
  .home-framework,
  .home-domains,
  .home-perspective,
  .home-closing {
    padding: 88px 25px 95px;
  }

  .home-question h2 {
    font-size: 48px;
  }

  .home-question-columns {
    display: block;
    margin-top: 38px;
  }

  .home-question-columns p + p {
    margin-top: 27px;
  }

  .home-section-heading h2 {
    font-size: 50px;
  }

  .home-framework-grid {
    margin-top: 50px;
  }

  .home-framework-card {
    min-height: 410px;
    padding: 40px 27px 35px;
  }

  .home-framework-card::before {
    left: 27px;
  }

  .home-framework-card h3 {
    font-size: 43px;
  }

  .home-framework-card > a,
  .home-project-status {
    right: 27px;
    bottom: 31px;
    left: 27px;
  }

  .home-domains-header h2 {
    font-size: 68px;
  }

  .home-domains-grid {
    display: block;
    margin-top: 55px;
  }

  .home-domain,
  .home-domain:nth-child(odd) {
    min-height: 0;
    padding: 29px 23px 31px;
    border-left: 1px solid var(--civerum-line);
  }

  .home-domain h3 {
    font-size: 34px;
  }

  .home-interlude {
    min-height: 580px;
    padding: 90px 25px;
    background:
      linear-gradient(0deg, rgba(8, 17, 16, .96), rgba(8, 17, 16, .48)),
      url('../images/bg/post/hidden-economics-of-good-intentions.png') center / cover no-repeat;
  }

  .home-interlude-copy > p:last-child {
    font-size: 50px;
  }

  .home-perspective-header {
    display: block;
  }

  .home-perspective-header h2 {
    font-size: 49px;
  }

  .home-perspective-header > a {
    margin-top: 30px;
  }

  .home-perspective-grid {
    display: block;
    margin-top: 50px;
  }

  .home-feature-wide {
    display: block;
    border: 0;
  }

  .home-feature,
  .home-feature + .home-feature {
    margin-top: 52px;
  }

  .home-feature:first-child {
    margin-top: 0;
  }

  .home-feature-image,
  .home-feature-wide .home-feature-image {
    height: min(78vw, 400px);
  }

  .home-feature-wide .home-feature-copy {
    padding: 32px 26px 35px;
  }

  .home-feature-copy h3 {
    font-size: 38px;
  }

  .home-closing h2 {
    font-size: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-feature-image img {
    transition: none;
  }
}
