:root {
  color-scheme: dark;
  --forest: #0b3027;
  --forest-deep: #061f19;
  --forest-soft: #194d3f;
  --cream: #f3eadb;
  --cream-muted: #c9c4b8;
  --orange: #ff7216;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  background: var(--forest-deep);
  color: var(--cream);
  font-family: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.coming-soon {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6, 31, 25, 0.98) 0%, rgba(11, 48, 39, 0.94) 54%, rgba(11, 48, 39, 0.58) 100%),
    radial-gradient(circle at 78% 26%, rgba(94, 141, 112, 0.34), transparent 34%),
    var(--forest);
}

.coming-soon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.content {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(1300px, calc(100% - 112px));
  min-height: 100svh;
  margin-inline: auto;
  padding: 46px 0 38px;
}

.brand {
  width: clamp(244px, 25vw, 350px);
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(-2%);
}

.copy {
  align-self: center;
  max-width: 870px;
  padding: 42px 0 86px;
}

.status {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 27px;
  color: #dedacc;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 114, 22, 0.13);
  animation: pulse 2.8s ease-in-out infinite;
}

h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 7.1vw, 106px);
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

h1 em {
  color: var(--orange);
  font-weight: 400;
}

.lead {
  max-width: 635px;
  margin: 32px 0 0 5px;
  color: var(--cream-muted);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.72;
}

.footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  border-top: 1px solid rgba(243, 234, 219, 0.16);
  padding-top: 23px;
}

.footer p,
.soon span {
  margin: 0;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.footer p {
  color: rgba(243, 234, 219, 0.5);
}

.footer p span {
  margin-inline: 8px;
  color: var(--orange);
}

.soon {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 255px;
}

.soon i {
  position: relative;
  width: 88px;
  height: 1px;
  overflow: visible;
  background: rgba(243, 234, 219, 0.2);
}

.soon i::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
  animation: travel 3.8s ease-in-out infinite;
}

.landscape {
  position: absolute;
  z-index: 0;
  inset: auto -6vw -10vh auto;
  width: min(78vw, 1180px);
  height: min(80vh, 760px);
  opacity: 0.78;
}

.route-line {
  animation: route 18s linear infinite;
}

.ambient {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

.ambient-one {
  top: 12%;
  right: 9%;
  width: clamp(130px, 16vw, 245px);
  aspect-ratio: 1;
  background: var(--orange);
  box-shadow: 0 0 120px rgba(255, 114, 22, 0.22);
}

.ambient-two {
  top: -20%;
  right: 29%;
  width: 42vw;
  aspect-ratio: 1;
  border: 1px solid rgba(243, 234, 219, 0.08);
}

.journey-mark {
  position: absolute;
  z-index: 4;
  top: 49%;
  right: clamp(28px, 4.2vw, 78px);
  display: grid;
  justify-items: center;
  gap: 15px;
  color: rgba(243, 234, 219, 0.7);
  transform: translateY(-50%);
}

.journey-mark span {
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
}

.journey-mark div {
  width: 1px;
  height: 82px;
  background: linear-gradient(var(--orange), rgba(243, 234, 219, 0.08));
}

.journey-mark p {
  margin: 0;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
}

@keyframes pulse {
  50% { box-shadow: 0 0 0 10px rgba(255, 114, 22, 0); }
}

@keyframes travel {
  0%, 10% { transform: translateX(0); }
  80%, 100% { transform: translateX(83px); }
}

@keyframes route {
  to { stroke-dashoffset: -160; }
}

@media (max-width: 800px) {
  .content {
    width: min(100% - 42px, 620px);
    padding: 24px 0 25px;
  }

  .brand {
    width: 235px;
  }

  .copy {
    padding: 32px 0 58px;
  }

  .status {
    margin-bottom: 22px;
    font-size: 10px;
  }

  h1 {
    font-size: clamp(48px, 14.5vw, 72px);
    line-height: 0.98;
  }

  .lead {
    max-width: 510px;
    margin: 24px 0 0;
    font-size: 15px;
    line-height: 1.65;
  }

  .landscape {
    right: -44%;
    bottom: 3%;
    width: 148vw;
    height: 54vh;
    opacity: 0.48;
  }

  .ambient-one {
    top: 16%;
    right: -17%;
    width: 180px;
    opacity: 0.7;
  }

  .journey-mark {
    display: none;
  }

  .footer {
    align-items: start;
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 420px) {
  .content {
    width: calc(100% - 32px);
  }

  .brand {
    width: 205px;
  }

  .copy {
    padding-bottom: 38px;
  }

  .lead {
    max-width: 330px;
  }

  .soon {
    min-width: 0;
  }

  .footer p {
    line-height: 1.6;
  }
}

@media (max-height: 700px) and (min-width: 801px) {
  .content {
    padding-block: 24px;
  }

  .brand {
    width: 235px;
  }

  .copy {
    padding-block: 24px 36px;
  }

  .status {
    margin-bottom: 18px;
  }

  h1 {
    font-size: clamp(52px, 6.5vw, 82px);
  }

  .lead {
    margin-top: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
