.zoik-standard-page {
  --page-content: 820px;
}

.page-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--white);
  background: var(--night);
  isolation: isolate;
}

.page-hero-media,
.page-hero-media::after,
.page-hero .hero-slide {
  position: absolute;
  inset: 0;
}

.page-hero-media {
  z-index: -2;
  overflow: hidden;
}

.page-hero .hero-slide {
  z-index: 1;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 1.6s ease, transform 8s ease;
}

.page-hero .hero-slide.is-active {
  opacity: 1;
  transform: scale(1.005);
}

.page-hero-media::after {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(30, 42, 50, .92), rgba(30, 42, 50, .54) 48%, rgba(30, 42, 50, .12) 76%),
    linear-gradient(0deg, rgba(30, 42, 50, .58), transparent 46%);
  content: "";
}

.page-hero-content {
  display: flex;
  min-height: 720px;
  padding-top: 210px;
  padding-bottom: 100px;
  align-items: center;
}

.page-hero-copy {
  max-width: 820px;
}

.page-hero-copy h1 {
  margin: 0;
  color: var(--white);
  font-family: "ITC Legacy Sans", "Arial Black", sans-serif;
  font-size: clamp(58px, 7.4vw, 104px);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.05em;
}

.page-hero-copy > p {
  max-width: 620px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 19px;
  line-height: 1.6;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.page-hero-actions .button--outline {
  color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
}

.page-heading {
  position: relative;
  min-height: 520px;
  display: flex;
  padding: 205px 0 88px;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--night);
  isolation: isolate;
}

.page-heading::before,
.page-heading::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: "";
}

.page-heading::before {
  top: -390px;
  right: -170px;
  width: 720px;
  height: 720px;
}

.page-heading::after {
  right: 15%;
  bottom: -360px;
  width: 470px;
  height: 470px;
}

.page-heading-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
}

.page-heading--image::before {
  inset: 0;
  z-index: -1;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(30, 42, 50, .94), rgba(30, 42, 50, .62) 52%, rgba(30, 42, 50, .28)),
    linear-gradient(0deg, rgba(30, 42, 50, .52), transparent 58%);
}

.page-heading--image::after {
  display: none;
}

.page-heading-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: 80px;
  align-items: end;
}

.page-heading--title-only .page-heading-grid {
  grid-template-columns: 1fr;
}

.page-heading-title {
  min-width: 0;
}

.page-heading-kicker {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  gap: 12px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.page-heading-kicker::before {
  width: 30px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--blue);
  content: "";
}

.page-heading h1 {
  max-width: 860px;
  margin: 0;
  color: var(--white);
  font-family: "ITC Legacy Sans", "Arial Black", sans-serif;
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 700;
  line-height: .94;
  letter-spacing: -.05em;
}

.page-heading p {
  max-width: 430px;
  margin: 0 0 6px;
  color: rgba(255, 255, 255, .74);
  font-size: 17px;
  line-height: 1.6;
}

.standard-article-wrap {
  padding: 90px 0 115px;
}

.entry-content {
  width: min(100%, var(--page-content));
  margin-inline: auto;
}

.standard-sidebar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 80px;
  align-items: start;
}

.standard-sidebar-layout .entry-content {
  width: 100%;
}

.standard-full-layout .entry-content {
  width: 100%;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: var(--night);
  font-family: "ITC Legacy Sans", "Arial Black", sans-serif;
  font-weight: 700;
}

.entry-content h1 {
  margin: 72px 0 24px;
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -.04em;
}

.entry-content h2 {
  margin: 68px 0 22px;
  font-size: clamp(35px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -.035em;
}

.entry-content h3 {
  margin: 45px 0 15px;
  font-size: 25px;
  line-height: 1.1;
}

.entry-content h4 {
  margin: 36px 0 13px;
  font-size: 21px;
  line-height: 1.2;
}

.entry-content h5 {
  margin: 30px 0 11px;
  font-size: 17px;
  line-height: 1.3;
}

.entry-content h6 {
  margin: 28px 0 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.entry-content p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.entry-content .lead {
  color: var(--night);
  font-size: clamp(21px, 2.3vw, 27px);
  line-height: 1.5;
}

.entry-content a:not(.button, .wp-block-button__link) {
  color: #007dab;
  font-weight: 700;
  text-underline-offset: 4px;
}

.entry-content ul,
.entry-content ol {
  margin: 0 0 34px;
  padding-left: 26px;
  color: var(--muted);
}

.entry-content li {
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 17px;
  line-height: 1.65;
}

.entry-content li::marker {
  color: var(--blue);
  font-weight: 700;
}

.entry-content figure {
  margin-top: 45px;
  margin-bottom: 45px;
}

.entry-content figure img {
  width: 100%;
  border-radius: 19px;
}

.entry-content figcaption {
  margin-top: 11px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.entry-content .alignwide {
  width: min(calc(100vw - 48px), 1120px);
  max-width: none;
  margin-right: 50%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.entry-content .alignfull {
  width: 100vw;
  max-width: none;
  margin-right: 50%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.entry-content .wp-block-columns {
  gap: 42px;
  margin-top: 42px;
  margin-bottom: 42px;
}

.entry-content .wp-block-columns h3 {
  margin-top: 0;
}

.entry-content .wp-block-quote {
  position: relative;
  margin: 55px 0;
  padding: 36px 40px 36px 48px;
  border: 0;
  border-left: 5px solid var(--lime);
  background: var(--sand);
}

.entry-content .wp-block-quote p {
  margin: 0;
  color: var(--night);
  font-family: "ITC Legacy Sans", "Arial Black", sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.2;
}

.entry-content .wp-block-quote cite {
  display: block;
  margin-top: 15px;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.entry-content .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.entry-content .wp-block-gallery > figure {
  width: 100% !important;
  margin: 0 !important;
}

.entry-content .wp-block-gallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.entry-content .wp-block-video video,
.entry-content .wp-block-embed iframe {
  width: 100%;
  border: 0;
  border-radius: 19px;
}

.entry-content .wp-block-video video {
  display: block;
}

.entry-content .wp-block-embed__wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 19px;
  background: var(--night);
}

.entry-content .wp-block-embed__wrapper::before {
  display: none !important;
}

.entry-content .wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  height: 100%;
}

.entry-content .wp-block-buttons {
  gap: 10px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.entry-content .wp-block-button__link {
  min-height: 50px;
  display: inline-flex;
  padding: 0 21px;
  align-items: center;
  color: var(--night);
  border-radius: 999px;
  background: var(--lime);
  font-size: 13px;
  font-weight: 700;
}

.standard-sidebar {
  position: sticky;
  top: 28px;
  display: grid;
  gap: 18px;
}

.standard-sidebar-widget {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.standard-sidebar-widget h2 {
  margin: 0 0 17px;
  font-family: "ITC Legacy Sans", "Arial Black", sans-serif;
  font-size: 21px;
  line-height: 1.1;
}

.standard-sidebar-search {
  position: relative;
}

.standard-sidebar-search input {
  width: 100%;
  min-height: 48px;
  padding: 0 45px 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  outline: 0;
}

.standard-sidebar-search input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 174, 239, .12);
}

.standard-sidebar-search button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 38px;
  height: 38px;
  display: grid;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  cursor: pointer;
}

.standard-category-list,
.standard-latest-news {
  display: grid;
}

.standard-category-list a {
  display: flex;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  gap: 15px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.standard-category-list a:last-child {
  border-bottom: 0;
}

.standard-category-list span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
}

.standard-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.standard-tag-cloud a {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--muted);
  background: var(--sand);
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
}

.standard-tag-cloud a:hover,
.standard-tag-cloud a:focus-visible {
  color: var(--white);
  background: var(--blue);
}

.standard-latest-news a {
  display: grid;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  gap: 3px;
  text-decoration: none;
}

.standard-latest-news a:last-child {
  border-bottom: 0;
}

.standard-latest-news span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.standard-latest-news time {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.standard-category-list a:hover,
.standard-category-list a:focus-visible,
.standard-latest-news a:hover span,
.standard-latest-news a:focus-visible span {
  color: #007dab;
}

@media (max-width: 1080px) {
  .standard-sidebar-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 48px;
  }
}

@media (max-width: 820px) {
  .page-heading-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .standard-article-wrap {
    padding: 72px 0 90px;
  }

  .standard-sidebar-layout {
    grid-template-columns: 1fr;
  }

  .standard-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .entry-content .wp-block-gallery img {
    height: 210px;
  }
}

@media (max-width: 560px) {
  .page-hero,
  .page-hero-content {
    min-height: 680px;
  }

  .page-hero-content {
    padding-top: 180px;
    padding-bottom: 75px;
  }

  .page-hero-copy h1 {
    font-size: 55px;
  }

  .page-hero-actions .button {
    width: 100%;
  }

  .page-heading {
    min-height: 440px;
    padding: 155px 0 62px;
  }

  .page-heading::before {
    top: -210px;
    right: -260px;
    width: 520px;
    height: 520px;
  }

  .page-heading::after {
    right: -90px;
    bottom: -300px;
  }

  .page-heading-kicker {
    margin-bottom: 18px;
  }

  .page-heading h1 {
    font-size: 53px;
  }

  .entry-content .alignwide {
    width: calc(100vw - 24px);
  }

  .entry-content .wp-block-columns,
  .entry-content .wp-block-gallery {
    grid-template-columns: 1fr;
  }

  .entry-content .wp-block-gallery img {
    height: 270px;
  }

  .entry-content .wp-block-quote {
    padding: 28px 24px 28px 30px;
  }

  .standard-sidebar {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-hero .hero-slide {
    transform: scale(1.005);
    transition-duration: .01ms;
  }
}
