/* Homepage-only institution directory. Each card has one destination. */
html[data-institution="build"] body[data-campaign-home] {
  background: #f7f5f0;
  color: #202023;
  -webkit-font-smoothing: antialiased;
}
body[data-campaign-home] > .masthead,
body[data-campaign-home] main {
  width: min(100%, 1424px);
  max-width: 1424px;
  padding-inline: 52px;
  margin-inline: auto;
}
body[data-campaign-home] > .masthead {
  height: 96px;
  border-bottom: 1px solid #dedbd5;
}
body[data-campaign-home] > .masthead .wordmark {
  font-size: 25px;
  font-weight: 650;
  letter-spacing: -1.2px;
}
body[data-campaign-home] .masthead-nav { font-size: 12px; gap: 26px; }
.masthead-nav > a { text-decoration: none; }
.masthead-nav > a:hover { text-decoration: underline; text-underline-offset: 5px; }
.homepage-skip {
  position: absolute;
  z-index: 100;
  left: 20px;
  top: 8px;
  padding: 14px 20px;
  background: #fff;
  color: #201a25;
  transform: translateY(-200%);
}
.homepage-skip:focus { transform: translateY(0); }
.institutions-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  padding: 56px 0 38px;
}
.institutions-eyebrow {
  margin: 0 0 13px;
  color: #746b77;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .14em;
  font-weight: 650;
  text-transform: uppercase;
}
.institutions-intro h1 {
  margin: 0;
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 550;
  letter-spacing: -.055em;
  line-height: 1.1;
  text-wrap: initial;
}
.institutions-summary {
  margin: 0 0 3px;
  color: #68656b;
  font-size: 15px;
  line-height: 1.6;
  flex-shrink: 0;
}
body[data-campaign-home] .property-grid {
  gap: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body[data-campaign-home] .property {
  display: flex;
  flex-direction: column;
  padding: 0;
  color: #242128;
  background: #fffefd;
  border: 1px solid #dedbd6;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 2px 4px #20152802;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
body[data-campaign-home] .property:hover {
  border-color: #b7a8bf;
  box-shadow: 0 10px 28px #2b1e3a0d;
  transform: translateY(-4px);
}
html[data-institution="build"] body[data-campaign-home] .property:focus-visible {
  outline: 3px solid #71406f;
  outline-offset: 5px;
  border-color: #71406f;
}
body[data-campaign-home] .poster-art {
  border-radius: 0;
  aspect-ratio: 8 / 5;
  background: #22212b;
  flex-shrink: 0;
  overflow: hidden;
}
body[data-campaign-home] .poster-art::after { content: none; }
body[data-campaign-home] .poster-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.7,.2,1);
}
body[data-campaign-home] .property:hover .poster-art img { transform: scale(1.025); }
body[data-campaign-home] .behind .poster-art img { object-position: 48% 42%; }
body[data-campaign-home] .news .poster-art img { object-position: 50% 60%; }
body[data-campaign-home] .parody .poster-art img { object-fit: contain; background: #e8d8bf; }
body[data-campaign-home] .decide .poster-art img { object-position: 60% 42%; }
body[data-campaign-home] .prompts .poster-art img { object-position: 50% 65%; }
body[data-campaign-home] .photo-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; position: relative; background: #fff; }
body[data-campaign-home] .photo-pair img { min-width: 0; object-position: 31% 50%; }
.pair-label { position: absolute; bottom: 12px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #242128; font-size: 11px; font-weight: 650; box-shadow: 0 2px 12px #0002; }
.pair-label-a { left: 12px; }
.pair-label-b { left: calc(50% + 12px); }
body[data-campaign-home] .property-copy {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex: 1;
  gap: 0;
  padding: 24px 24px 18px;
}
body[data-campaign-home] .poster-label {
  margin: 0 0 10px;
  color: #706976;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .12em;
  line-height: 1.4;
}
body[data-campaign-home] .property h3 {
  position: static;
  color: inherit;
  font-size: clamp(21px, 1.9vw, 26px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.045em;
  margin: 0 0 10px;
  text-wrap: initial;
  overflow-wrap: normal;
}
body[data-campaign-home] .property-description {
  font-size: 14px;
  line-height: 1.55;
  color: #6b656f;
  margin: 0 0 24px;
  min-height: 44px;
}
.property-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #eeeae7;
  padding-top: 15px;
  margin-top: auto;
  font-size: 12px;
  font-weight: 550;
  color: #302735;
}
body[data-campaign-home] .poster-arrow {
  font-size: 20px;
  line-height: 1;
  color: #766c7c;
  transition: transform .2s ease;
}
body[data-campaign-home] .property:hover .poster-arrow { transform: translate(2px, -2px); }
body[data-campaign-home] .hero-actions { padding-block: 34px; }
body[data-campaign-home] .learn-more { padding: 16px 0 42px; }
body[data-campaign-home] .learn-more h2 { font-size: 22px; font-weight: 550; }
body[data-campaign-home] .resource { background: #fffefd; border-color: #dedbd6; border-radius: 10px; }
body[data-campaign-home] .footer { max-width: 1320px; }
.explainer-summary > p:not(.institutions-eyebrow) { color: #665d6b; font-size: 16px; line-height: 1.65; margin: 0 0 24px; max-width: 430px; }
.feature-link { display: inline-flex; align-items: center; gap: 28px; min-height: 46px; text-decoration: none; color: #302236; font-size: 14px; font-weight: 650; border-bottom: 1px solid #88758f; }
.feature-link:hover { color: #71406f; border-color: currentColor; }
.feature-link:focus-visible { outline: 3px solid #71406f; outline-offset: 6px; }
.feature-link > span { font-size: 22px; font-weight: 400; }
.latest-explainer { padding: 42px 0 68px; border-top: 1px solid #dedbd5; }
.explainer-heading { max-width: 1060px; margin: 0 auto 28px; }
body[data-campaign-home] .explainer-heading h2 { font-size: clamp(28px, 3vw, 40px); letter-spacing: -.045em; font-weight: 550; line-height: 1.15; margin: 0; text-transform: none; }
.explainer-feature { max-width: 1060px; margin-inline: auto; }
.explainer-copy { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-top: 26px; }
.explainer-summary { max-width: 660px; }
.explainer-summary > p:not(.institutions-eyebrow) { max-width: 620px; margin-bottom: 0; }
.explainer-copy .feature-link { flex-shrink: 0; }
body[data-campaign-home] .verafied .poster-art img { object-position: 50% 64%; }
#verafied { scroll-margin-top: 24px; }
.explainer-video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #17101b; border-radius: 12px; }
body[data-campaign-home] .explainer-copy h3 { font-size: clamp(24px, 2.5vw, 34px); letter-spacing: -.04em; line-height: 1.15; font-weight: 550; margin: 12px 0 18px; text-transform: none; }
@media (max-width: 1120px) {
  body[data-campaign-home] > .masthead, body[data-campaign-home] main { padding-inline: 32px; }
  body[data-campaign-home] .property-grid { gap: 20px; }
  body[data-campaign-home] .property-copy { padding: 20px 20px 17px; }
  body[data-campaign-home] .property h3 { font-size: 22px; }
}
@media (max-width: 920px) {
  .explainer-copy { align-items: flex-start; flex-direction: column; gap: 18px; }
  body[data-campaign-home] .property-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .institutions-intro { align-items: flex-start; flex-direction: column; gap: 18px; padding-top: 38px; }
  .institutions-summary br { display: none; }
}
@media (max-width: 600px) {
  .explainer-summary > p:not(.institutions-eyebrow) { font-size: 15px; }
  .latest-explainer { padding-bottom: 42px; }
  body[data-campaign-home] > .masthead, body[data-campaign-home] main { padding-inline: 20px; }
  body[data-campaign-home] > .masthead { height: auto; min-height: 110px; padding-block: 18px; gap: 8px; }
  body[data-campaign-home] > .masthead .wordmark { font-size: 25px; }
  body[data-campaign-home] .masthead-nav { gap: 22px; }
  .institutions-intro { padding-block: 30px; gap: 14px; }
  .institutions-intro h1 { font-size: 36px; max-width: 320px; }
  .institutions-eyebrow { font-size: 10px; }
  .institutions-summary { font-size: 14px; }
  body[data-campaign-home] .property-grid { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  body[data-campaign-home] .property-copy { padding: 23px 22px 18px; }
  body[data-campaign-home] .property h3 { font-size: 25px; }
  body[data-campaign-home] .property-description { min-height: 0; margin-bottom: 24px; }
  body[data-campaign-home] .property { border-radius: 12px; }
  body[data-campaign-home] .property:hover { transform: none; }
  body[data-campaign-home] .hero-actions { padding-block: 28px; }
  body[data-campaign-home] .phone-nav { background: #fffdfaf5; }
}
@media (prefers-reduced-motion: reduce) {
  body[data-campaign-home] .property,
  body[data-campaign-home] .poster-art img,
  body[data-campaign-home] .poster-arrow { transition: none; }
  body[data-campaign-home] .property:hover,
  body[data-campaign-home] .property:hover .poster-art img,
  body[data-campaign-home] .property:hover .poster-arrow { transform: none; }
}
