.soon-page {
  min-height: 100vh;
  background: var(--paper);
}

.soon {
  min-height: calc(100vh - 34px - 104px - 130px);
  display: grid;
  grid-template-columns: minmax(480px, .9fr) minmax(560px, 1.1fr);
  border-bottom: 6px solid var(--yellow);
  background: var(--white);
}

.soon-content {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: clamp(55px, 6vw, 105px) var(--gutter) 75px;
  overflow: hidden;
  background: var(--white);
}

.soon-content::after {
  position: absolute;
  right: -25px;
  bottom: -30px;
  content: "00";
  color: rgba(18,57,91,.04);
  font-family: var(--wide);
  font-size: clamp(190px, 20vw, 330px);
  font-weight: 900;
  line-height: .75;
}

.soon-seal {
  width: clamp(84px, 7vw, 125px);
  display: block;
}

.soon-kicker {
  margin: 32px 0 16px;
  color: var(--red);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.soon h1 {
  margin: 0;
  color: var(--navy-deep);
  font-family: var(--wide);
  font-size: clamp(80px, 8vw, 145px);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .78;
  text-transform: uppercase;
}

.soon h1 em {
  color: var(--red);
  font-style: normal;
}

.soon-lead {
  max-width: 590px;
  margin: 35px 0 32px;
  padding-left: 19px;
  border-left: 3px solid var(--yellow);
  color: var(--gray);
  font-size: 13px;
  line-height: 1.75;
}

.soon-content .primary-action {
  position: relative;
  z-index: 2;
}

.soon-visual {
  position: relative;
  min-height: 620px;
  padding: 42px;
  overflow: hidden;
  background: var(--sky);
}

.soon-photo {
  position: absolute;
  inset: 42px 42px 42px 0;
  background-image:
    linear-gradient(0deg, rgba(9,37,60,.55), transparent 56%),
    url("assets/images/sahp-hero.jpg");
  background-position: 60% center;
  background-size: cover;
  box-shadow: 22px 22px 0 var(--yellow);
}

.soon-route {
  position: absolute;
  top: 74px;
  right: 73px;
  z-index: 2;
  width: 130px;
  min-height: 160px;
  padding: 20px 10px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 4px solid #fff;
  border-radius: 46% 46% 10px 10px;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 16px 34px rgba(9,37,60,.28);
  text-transform: uppercase;
}

.soon-route small { font-size: 7px; letter-spacing: .13em; }
.soon-route strong { color: var(--yellow); font-family: var(--wide); font-size: 70px; line-height: .98; }
.soon-route b { padding-top: 8px; border-top: 1px solid rgba(255,255,255,.4); font-size: 7px; letter-spacing: .12em; }

.construction-line {
  position: absolute;
  right: -40px;
  bottom: 55px;
  left: -30px;
  z-index: 3;
  height: 46px;
  overflow: hidden;
  color: var(--navy-deep);
  background: var(--yellow);
  transform: rotate(-4deg);
}

.construction-line span {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .28em;
  white-space: nowrap;
}

.soon-footer {
  min-height: 130px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.soon-footer > p {
  margin: 0;
  color: #91afc0;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .soon { grid-template-columns: 1fr; }
  .soon-content { padding-top: 75px; padding-bottom: 85px; }
  .soon-visual { min-height: 480px; }
  .soon-footer > p { display: none; }
}

@media (max-width: 620px) {
  .soon-content { padding: 60px var(--gutter) 70px; }
  .soon-content .section-tag { margin-bottom: 30px; }
  .soon-seal { width: 82px; }
  .soon h1 { font-size: clamp(58px, 18vw, 82px); }
  .soon-lead { margin-top: 29px; font-size: 12px; }
  .soon-content .primary-action { width: 100%; justify-content: space-between; }
  .soon-visual { min-height: 390px; padding: 20px; }
  .soon-photo { inset: 20px 20px 20px 0; box-shadow: 10px 10px 0 var(--yellow); }
  .soon-route { top: 38px; right: 36px; transform: scale(.72); transform-origin: top right; }
  .construction-line { bottom: 38px; }
}
