.cs-hero {
  background-color: #061525;
  background-image: url('/assets/coming-soon/kean-shop-dusk-hero.png?v=2'), url('/assets/coming-soon/kean-shop-dusk-fallback.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Mockup-matched launch page proportions */
.coming-soon-page .cs-hero {
  width: 100%;
  height: clamp(768px, 52vw, 880px);
  min-height: 768px;
  overflow: visible;
  background-position: 35% center;
}

.coming-soon-page .cs-overlay {
  background:
    linear-gradient(90deg, rgba(2, 13, 25, .97) 0%, rgba(3, 18, 34, .91) 35%, rgba(4, 20, 36, .45) 61%, rgba(4, 20, 36, .08) 100%),
    linear-gradient(0deg, rgba(2, 15, 27, .84) 0%, rgba(2, 15, 27, 0) 48%);
}

.coming-soon-page .cs-top {
  width: 100%;
  height: 224px;
  padding: 28px 2.8% 0 13.5%;
  align-items: flex-start;
}

.coming-soon-page .cs-top > a {
  width: 198px;
  height: 190px;
  padding: 0;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .98);
  clip-path: polygon(50% 0, 100% 27%, 90% 27%, 90% 72%, 50% 100%, 10% 72%, 10% 27%, 0 27%);
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .28));
}

.coming-soon-page .cs-top > a img {
  width: 172px;
  height: 172px;
  object-fit: contain;
  filter: none;
}

.coming-soon-page .cs-top nav {
  margin-top: 14px;
  align-self: flex-start;
  gap: 10px;
}

.coming-soon-page .cs-top nav > span {
  margin-right: 7px;
  font-size: 11px;
  letter-spacing: .03em;
}

.coming-soon-page .cs-top nav > a,
.coming-soon-page .cs-top nav > .social-placeholder {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f7f8fa;
  color: #5b6774;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  text-decoration: none;
}

.coming-soon-page .cs-hero-grid {
  width: min(1440px, calc(100% - 120px));
  height: calc(100% - 224px);
  margin: 0 auto 0 max(52px, calc((100% - 1440px) / 2));
  grid-template-columns: minmax(0, 1fr) 396px;
  gap: clamp(64px, 7.5vw, 110px);
  align-items: end;
}

.coming-soon-page .cs-copy {
  padding: 18px 0 59px;
}

.coming-soon-page .cs-copy > p {
  font-size: 13px;
  letter-spacing: .16em;
}

.coming-soon-page .cs-copy > h1 {
  max-width: 540px;
  margin: 11px 0 9px;
  font-size: clamp(74px, 5.75vw, 96px);
  line-height: .84;
  letter-spacing: .018em;
  text-wrap: nowrap;
}

.coming-soon-page .cs-copy > h1 span {
  display: block;
}

.coming-soon-page .cs-copy > h2 {
  max-width: 440px;
  margin: 18px 0 13px;
  padding-top: 16px;
  border-top-width: 2px;
  font-size: 18px;
  letter-spacing: .075em;
}

.coming-soon-page .cs-copy > span {
  max-width: 405px;
  font-size: 14px;
  line-height: 1.55;
}

.coming-soon-page .cs-countdown {
  margin-top: 34px;
}

.coming-soon-page .cs-countdown > small {
  margin-bottom: 10px;
  font-size: 12px;
}

.coming-soon-page .cs-countdown > div {
  grid-template-columns: repeat(4, 92px);
  gap: 18px;
}

.coming-soon-page .cs-countdown time {
  min-height: 94px;
  padding: 9px 6px;
  border-color: rgba(180, 194, 207, .65);
  background: rgba(3, 17, 31, .72);
}

.coming-soon-page .cs-countdown b {
  font-size: 41px;
}

.coming-soon-page .cs-countdown i {
  margin-top: 6px;
  font-size: 10px;
}

.coming-soon-page .cs-signup {
  width: 396px;
  margin: 0 0 -57px;
  padding: 54px 23px 19px;
  border-radius: 17px;
  background: linear-gradient(145deg, #082b4d, #03172b 74%);
  box-shadow: 0 15px 34px rgba(0, 0, 0, .46);
}

.coming-soon-page .mail-mark {
  width: 66px;
  height: 66px;
  top: -33px;
  border-width: 3px;
  font-size: 28px;
}

.coming-soon-page .cs-signup > p {
  font-family: inherit;
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: .025em;
}

.coming-soon-page .cs-signup > h2 {
  margin: 8px 0 3px;
  font-size: 13px;
}

.coming-soon-page .cs-signup > span {
  font-size: 12.5px;
  line-height: 1.45;
}

.coming-soon-page .cs-signup form {
  margin-top: 18px;
}

.coming-soon-page .cs-signup label:not(.cs-honeypot) {
  height: 42px;
  margin-bottom: 9px;
  grid-template-columns: 34px 1fr;
}

.coming-soon-page .cs-signup label span {
  font-size: 15px;
}

.coming-soon-page .cs-signup input {
  font-size: 13px;
}

.coming-soon-page .cs-signup button {
  height: 43px;
  margin-top: 2px;
  font-size: 14px;
}

.coming-soon-page .cs-signup > small {
  margin-top: 12px;
  font-size: 10px;
}

.coming-soon-page .design-shop {
  width: calc(100% - 96px);
  height: 382px;
  min-height: 0;
  margin: 28px auto 16px;
  padding: 34px 28px 20px;
  grid-template-columns: 43% 57%;
  gap: 34px;
  border: 1px solid #d7dde3;
  border-radius: 10px;
  background: linear-gradient(110deg, #fff 0%, #fff 62%, #f6f8fa 100%);
  overflow: hidden;
}

.coming-soon-page .device-stage {
  height: 315px;
}

.coming-soon-page .device-showcase {
  position: absolute;
  z-index: 10;
  inset: -12px -14px -6px -12px;
  width: calc(100% + 26px);
  height: calc(100% + 18px);
  display: block;
  object-fit: contain;
  object-position: center bottom;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 18px 18px rgba(7, 18, 31, .18));
}

.coming-soon-page .device-stage.has-showcase .desktop-device,
.coming-soon-page .device-stage.has-showcase .phone-device,
.coming-soon-page .device-stage.has-showcase .tablet-device {
  opacity: 0;
}

.coming-soon-page .desktop-device {
  width: 72%;
  height: 276px;
  left: 0;
  top: 0;
  border-width: 7px;
  border-bottom-width: 24px;
}

.coming-soon-page .device-ui > main {
  background-color: #cbd6dc;
  background-image: url('/assets/coming-soon/kean-design-shop-render.png'), url('/assets/coming-soon/kean-shop-dusk-fallback.svg');
  background-position: center;
  background-size: cover;
}

.coming-soon-page .device-ui > main > .device-building,
.coming-soon-page .tablet-device > .device-building {
  display: none;
}

.coming-soon-page .phone-device {
  width: 72px;
  height: 139px;
  left: 31%;
  bottom: 0;
  border-width: 6px;
  border-radius: 13px;
}

.coming-soon-page .tablet-device {
  width: 154px;
  height: 185px;
  right: 1%;
  bottom: 6px;
  border-width: 7px;
  background-color: #d8e0e5;
  background-image: url('/assets/coming-soon/kean-design-shop-render.png'), url('/assets/coming-soon/kean-shop-dusk-fallback.svg');
  background-position: center;
  background-size: cover;
}

.coming-soon-page .design-shop article {
  max-width: 520px;
  align-self: center;
}

.coming-soon-page .design-shop article > p {
  font-size: 11px;
  letter-spacing: .14em;
}

.coming-soon-page .design-shop h2 {
  margin-top: 4px;
  font-family: inherit;
  font-size: 31px;
  line-height: 1;
  letter-spacing: .01em;
}

.coming-soon-page .design-shop h3 {
  margin: 7px 0 9px;
  font-size: 13px;
  text-transform: none;
}

.coming-soon-page .design-shop article > span {
  max-width: 360px;
  font-size: 12.5px;
  line-height: 1.55;
}

.coming-soon-page .design-shop ul {
  margin: 12px 0 14px;
}

.coming-soon-page .design-shop li {
  margin: 4px 0;
  font-size: 12px;
}

.coming-soon-page .design-shop li::before {
  margin-right: 8px;
}

.coming-soon-page .design-shop article > a {
  min-height: 32px;
  padding: 0 12px;
  gap: 17px;
  font-size: 10px;
}

.coming-soon-page .cs-benefits {
  height: 192px;
  min-height: 192px;
  padding: 23px 48px 25px;
  align-items: center;
}

.coming-soon-page .cs-benefits article {
  min-height: 142px;
  padding: 4px 27px 0;
}

.coming-soon-page .cs-benefits article > svg {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 7px;
  fill: none;
  stroke: var(--orange);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.coming-soon-page .cs-benefits h3 {
  margin: 4px 0 6px;
  font-size: 13px;
}

.coming-soon-page .cs-benefits p {
  font-size: 12.5px;
  line-height: 1.45;
}

.coming-soon-page .cs-finale {
  min-height: 150px;
  height: 150px;
  padding: 15px 18px;
  background-color: #111b26;
  background-image:
    linear-gradient(rgba(7, 18, 31, .77), rgba(7, 18, 31, .88)),
    url('/assets/coming-soon/kean-shop-dusk-hero.png?v=2'),
    url('/assets/coming-soon/kean-shop-dusk-fallback.svg');
  background-position: center 67%;
  background-size: cover;
}

.coming-soon-page .cs-finale span {
  font-size: 18px;
  letter-spacing: 3px;
}

.coming-soon-page .cs-finale h2 {
  margin: 5px 0 6px;
  font-family: inherit;
  font-size: clamp(35px, 4vw, 44px);
  line-height: 1;
}

.coming-soon-page .cs-finale p {
  font-size: 13px;
}

.coming-soon-page .cs-footer {
  display: none;
}

@media (max-width: 900px) {
  .coming-soon-page .cs-hero {
    height: auto;
    min-height: 0;
    overflow: hidden;
    background-position: 63% center;
  }

  .coming-soon-page .cs-top {
    height: 150px;
    padding: 18px 20px 0 32px;
  }

  .coming-soon-page .cs-top > a {
    width: 132px;
    height: 128px;
  }

  .coming-soon-page .cs-top > a img {
    width: 116px;
    height: 116px;
  }

  .coming-soon-page .cs-top nav {
    margin-top: 8px;
  }

  .coming-soon-page .cs-top nav > span {
    display: none;
  }

  .coming-soon-page .cs-hero-grid {
    width: calc(100% - 40px);
    height: auto;
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .coming-soon-page .cs-copy {
    padding: 28px 0 0;
  }

  .coming-soon-page .cs-copy > h1 {
    max-width: 100%;
    font-size: clamp(58px, 13vw, 82px);
  }

  .coming-soon-page .cs-signup {
    width: min(396px, 100%);
    margin: 0 auto -55px;
  }

  .coming-soon-page .design-shop {
    width: calc(100% - 32px);
    height: auto;
    margin-top: 82px;
    padding: 28px 22px 32px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .coming-soon-page .device-stage {
    width: min(510px, 100%);
    margin: auto;
  }

  .coming-soon-page .design-shop article {
    max-width: 520px;
    margin: auto;
  }

  .coming-soon-page .cs-benefits {
    height: auto;
    min-height: 0;
    grid-template-columns: repeat(2, 1fr);
    padding: 24px 20px;
  }

  .coming-soon-page .cs-benefits article {
    min-height: 155px;
    border-bottom: 1px solid #5d7081;
  }

  .coming-soon-page .cs-benefits article:nth-child(2n) {
    border-right: 0;
  }

  .coming-soon-page .cs-benefits article:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .coming-soon-page .cs-finale {
    height: auto;
    min-height: 170px;
  }
}

@media (max-width: 520px) {
  .coming-soon-page .cs-top {
    height: 123px;
    padding: 12px 14px 0 18px;
  }

  .coming-soon-page .cs-top > a {
    width: 106px;
    height: 103px;
  }

  .coming-soon-page .cs-top > a img {
    width: 92px;
    height: 92px;
  }

  .coming-soon-page .cs-top nav > a,
  .coming-soon-page .cs-top nav > .social-placeholder {
    width: 25px;
    height: 25px;
    font-size: 13px;
  }

  .coming-soon-page .cs-hero-grid {
    width: calc(100% - 28px);
  }

  .coming-soon-page .cs-copy {
    padding-top: 26px;
  }

  .coming-soon-page .cs-copy > h1 {
    font-size: clamp(49px, 15.3vw, 66px);
  }

  .coming-soon-page .cs-copy > h2 {
    font-size: 15px;
  }

  .coming-soon-page .cs-countdown > div {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }

  .coming-soon-page .cs-countdown time {
    min-height: 77px;
  }

  .coming-soon-page .cs-countdown b {
    font-size: 29px;
  }

  .coming-soon-page .device-stage {
    height: 255px;
  }

  .coming-soon-page .desktop-device {
    height: 220px;
  }

  .coming-soon-page .tablet-device {
    width: 128px;
    height: 157px;
  }

  .coming-soon-page .phone-device {
    width: 63px;
    height: 121px;
  }

  .coming-soon-page .cs-benefits {
    grid-template-columns: 1fr;
  }

  .coming-soon-page .cs-benefits article,
  .coming-soon-page .cs-benefits article:nth-child(3) {
    min-height: 145px;
    border-right: 0;
  }

  .coming-soon-page .cs-benefits article:last-child {
    grid-column: auto;
  }

  .coming-soon-page .cs-finale h2 {
    font-size: 33px;
  }

  .coming-soon-page .cs-finale p {
    line-height: 1.8;
  }
}
