.page-shell {
  overflow: hidden;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  padding-top: 40px;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: flex;
  width: 202px;
  height: 44px;
}

.brand img {
  width: 188px;
  height: 40px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}

.site-nav a {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  color: var(--white);
}

.site-nav a.is-current {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 8px;
}

.site-header--dark .site-nav a {
  color: var(--text);
}

.site-header--dark .brand img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(29%) saturate(2672%) hue-rotate(205deg) brightness(87%) contrast(103%);
}

.closing-banner {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.closing-banner-media,
.closing-banner-overlay {
  position: absolute;
  inset: 0;
}

.closing-banner-media {
  background: url("../media/home/closing-banner.png") 89.5% 0% / cover no-repeat;
}

.closing-banner-overlay {
  background:
    linear-gradient(180deg, rgba(0, 16, 58, 0) 0%, rgba(0, 19, 23, 0.52) 78%, rgb(0, 19, 23) 100%),
    linear-gradient(90deg, rgba(0, 16, 58, 0.72) 0%, rgba(0, 16, 58, 0.18) 48%, rgba(0, 16, 58, 0) 100%);
}

.closing-banner-inner {
  position: relative;
  z-index: 1;
  width: min(1185px, calc(100% - 240px));
  padding-top: 120px;
}

.closing-banner-copy {
  max-width: 820px;
}

.closing-banner-kicker {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.closing-banner-copy h2 {
  margin: 0;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--white);
}

.closing-banner-copy p {
  margin: 22px 0 0;
  max-width: 700px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
}

.closing-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.closing-banner .btn {
  justify-content: space-between;
}

.closing-banner .btn-primary {
  width: 320px;
}

.closing-banner .btn-ghost {
  width: 220px;
}

.btn-small {
  min-height: 60px;
  padding: 0 32px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: rgb(0, 19, 23);
  color: var(--white);
  padding: 120px 0 0;
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.site-footer::before {
  left: -1720px;
  bottom: -980px;
  width: 2280px;
  height: 1520px;
  background: radial-gradient(circle, rgba(0, 184, 225, 0.28) 0%, rgba(0, 184, 225, 0) 70%);
}

.site-footer::after {
  left: -943px;
  bottom: -983px;
  width: 1326px;
  height: 1326px;
  background: radial-gradient(circle, rgba(0, 184, 225, 0.2) 0%, rgba(0, 184, 225, 0) 72%);
}

.footer-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  width: min(1185px, calc(100% - 240px));
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.footer-brand img {
  width: 220px;
  height: 55px;
  object-fit: contain;
}

.footer-address {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-address p,
.footer-contact a {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.02em;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-contact-icon {
  width: 24px;
  height: 24px;
  flex: none;
}

.footer-links {
  display: flex;
  flex: 1 0 0;
  align-items: flex-start;
  gap: 40px;
}

.footer-links-group {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
}

.footer-links a {
  display: block;
  color: rgba(255, 255, 255, 0.48);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, calc(100% - 240px));
  margin: 60px auto 0;
  padding: 20px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  margin: 0;
  flex: 1 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.4);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social-icon {
  width: 32px;
  height: 32px;
}

.footer-social-icon svg {
  width: 100%;
  height: 100%;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .site-header {
    padding-top: 24px;
  }

  .nav-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    gap: 14px 18px;
  }

  .closing-banner-inner,
  .footer-top,
  .footer-bottom {
    width: calc(100% - 80px);
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 780px) {
  .closing-banner,
  .closing-banner-inner {
    min-height: auto;
  }

  .closing-banner-inner,
  .footer-top,
  .footer-bottom {
    width: calc(100% - 28px);
  }

  .closing-banner-inner {
    padding-top: 72px;
  }

  .closing-banner-copy h2 {
    font-size: 36px;
  }

  .closing-banner-copy p {
    font-size: 18px;
  }

  .closing-banner .btn-primary,
  .closing-banner .btn-ghost {
    width: 100%;
  }

  .footer-top,
  .footer-bottom,
  .footer-links {
    flex-direction: column;
  }
}
