@font-face {
  font-family: "Sary";
  src: url("/fonts/SaryGX.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --ivory: #f7f2e8;
  --paper: #fffdf8;
  --sand: #efe7d7;
  --emerald: #0b5355;
  --emerald-dark: #073f3d;
  --emerald-soft: #527774;
  --gold: #d0a34a;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--ivory);
  color: var(--emerald-dark);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}

.coming-soon {
  isolation: isolate;
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(7, 63, 61, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      rgba(7, 63, 61, 0.025) 1px,
      transparent 1px
    ),
    radial-gradient(circle at 12% 15%, var(--paper) 0, transparent 38%),
    linear-gradient(120deg, var(--paper) 0%, var(--ivory) 56%, var(--sand) 100%);
  background-size: 8rem 8rem, 8rem 8rem, auto, auto;
}

.coming-soon::after {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(
    90deg,
    transparent 6%,
    rgba(208, 163, 74, 0.7) 48%,
    transparent 92%
  );
}

.hero {
  z-index: 2;
  align-self: center;
  width: min(54rem, calc(100% - 3rem));
  margin: 1.5rem 0 1.5rem clamp(1.5rem, 8vw, 9rem);
  padding: clamp(3rem, 6vw, 6rem) 0;
}

.brand-logo {
  display: block;
  width: min(39rem, 82vw);
  height: auto;
  filter: drop-shadow(0 1.25rem 2rem rgba(7, 63, 61, 0.05));
}

.coming-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: clamp(2.75rem, 5vw, 4.75rem);
  color: #805f22;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.coming-label span {
  width: 4rem;
  height: 1px;
  background: var(--gold);
}

h1 {
  max-width: 48rem;
  margin: 1.45rem 0 0;
  font-family: "Sary", "Avenir Next", Avenir, sans-serif;
  font-size: clamp(3.35rem, 6vw, 6.6rem);
  font-variation-settings: "wght" 640;
  font-weight: 640;
  letter-spacing: -0.035em;
  line-height: 0.94;
  text-wrap: balance;
}

.hero p {
  margin: clamp(1.5rem, 3vw, 2.35rem) 0 0;
  color: var(--emerald-soft);
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.architecture {
  position: absolute;
  z-index: 1;
  top: 10%;
  right: -2%;
  bottom: -12%;
  width: min(50vw, 48rem);
  min-width: 34rem;
  pointer-events: none;
}

.drafting-grid {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  border-left: 1px solid rgba(7, 63, 61, 0.13);
  background:
    linear-gradient(
      90deg,
      rgba(7, 63, 61, 0.11) 1px,
      transparent 1px
    ),
    linear-gradient(
      rgba(7, 63, 61, 0.11) 1px,
      transparent 1px
    );
  background-size: 6.5rem 6.5rem;
  mask-image: linear-gradient(to left, #000 25%, rgba(0, 0, 0, 0.72), transparent);
}

.tower {
  position: absolute;
  bottom: 0;
  border: 1px solid rgba(7, 63, 61, 0.2);
  background: linear-gradient(
    145deg,
    rgba(255, 253, 248, 0.62),
    rgba(247, 242, 232, 0.14)
  );
  box-shadow:
    inset 1px 0 rgba(255, 255, 255, 0.9),
    0 2rem 6rem rgba(7, 63, 61, 0.035);
  backdrop-filter: blur(2px);
}

.tower-back {
  right: 44%;
  width: 52%;
  height: 57%;
}

.tower-front {
  right: 0;
  width: 58%;
  height: 88%;
}

.arch {
  position: absolute;
  right: 16%;
  bottom: -2px;
  left: 16%;
  border: 2px solid rgba(7, 63, 61, 0.43);
  border-bottom: 0;
  border-radius: 50% 50% 0 0 / 28% 28% 0 0;
}

.arch::after {
  position: absolute;
  inset: 12% 14% 0;
  content: "";
  border: 1px solid rgba(208, 163, 74, 0.65);
  border-bottom: 0;
  border-radius: inherit;
}

.arch-back {
  height: 58%;
}

.arch-front {
  height: 72%;
}

.gold-seam {
  position: absolute;
  right: 20%;
  bottom: 0;
  width: 1px;
  height: 95%;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(208, 163, 74, 0.35) 18%,
    var(--gold) 72%,
    transparent
  );
  box-shadow: 0 0 2.5rem 0.6rem rgba(208, 163, 74, 0.14);
  animation: seam-glow 8s ease-in-out infinite;
}

.ambient {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(1px);
}

.ambient-one {
  top: -14rem;
  left: 36%;
  width: 42rem;
  height: 42rem;
  background: radial-gradient(
    circle,
    rgba(234, 216, 173, 0.42),
    transparent 68%
  );
}

.ambient-two {
  right: -11rem;
  bottom: -13rem;
  width: 35rem;
  height: 35rem;
  background: radial-gradient(
    circle,
    rgba(7, 63, 61, 0.09),
    transparent 68%
  );
}

@keyframes seam-glow {
  0%,
  100% {
    opacity: 0.52;
    transform: translateY(-1%);
  }
  50% {
    opacity: 1;
    transform: translateY(1%);
  }
}

@media (max-width: 900px) {
  .coming-soon {
    align-items: start;
    background-size: 5rem 5rem, 5rem 5rem, auto, auto;
  }

  .hero {
    align-self: start;
    width: calc(100% - 3rem);
    margin: 0 auto;
    padding-top: clamp(3rem, 12vw, 6rem);
    padding-bottom: 23rem;
  }

  .brand-logo {
    width: min(34rem, 92vw);
  }

  .architecture {
    top: auto;
    right: -18%;
    bottom: -18%;
    width: 92vw;
    min-width: 31rem;
    height: 32rem;
  }

  .tower-back {
    left: 0;
  }

  .tower-front {
    right: 5%;
  }
}

@media (max-width: 560px) {
  .hero {
    width: calc(100% - 2.25rem);
    padding-bottom: 18rem;
  }

  .brand-logo {
    width: 100%;
  }

  .coming-label {
    margin-top: 2.75rem;
  }

  .coming-label span {
    width: 2.5rem;
  }

  h1 {
    font-size: clamp(2.85rem, 13vw, 4.25rem);
  }

  .hero p {
    max-width: 18rem;
  }

  .architecture {
    right: -48%;
    bottom: -15%;
    height: 26rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-seam {
    animation: none;
  }
}
