@font-face {
  font-family: "Bree Serif";
  src: url("assets/fonts/bree-serif-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rock Salt";
  src: url("assets/fonts/rock-salt-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #123331;
  --mint: #5ec7c0;
  --mint-deep: #2d7f7d;
  --yellow: #f2ea00;
  --red: #df2832;
  --paper: #fffdf7;
  --font-display: "Bree Serif", Georgia, serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  background: var(--ink);
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 20;
  padding: 0.7rem 1rem;
  background: var(--paper);
  color: var(--ink);
  font-weight: 700;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.coming-page {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.landscape,
.landscape img,
.atmosphere {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.landscape {
  z-index: -3;
  margin: 0;
  overflow: hidden;
  background: #285d64;
}

.landscape img {
  object-fit: cover;
  object-position: 51% center;
  transform: scale(1.035);
  animation: landscape-drift 22s ease-in-out infinite alternate;
}

.landscape figcaption {
  position: fixed;
  right: clamp(1rem, 3vw, 2.5rem);
  bottom: clamp(1rem, 2vw, 1.6rem);
  z-index: 4;
  padding: 0.38rem 0.62rem;
  border-radius: 999px;
  background: rgba(10, 37, 36, 0.72);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
}

.atmosphere {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 39, 38, 0.9) 0%, rgba(8, 39, 38, 0.7) 37%, rgba(8, 39, 38, 0.12) 73%),
    linear-gradient(0deg, rgba(6, 32, 31, 0.72) 0%, transparent 36%, rgba(10, 39, 38, 0.22) 100%);
}

.atmosphere::before {
  content: "";
  position: absolute;
  top: -18vw;
  right: -12vw;
  width: min(52vw, 760px);
  aspect-ratio: 1;
  border: clamp(18px, 2.5vw, 42px) solid rgba(242, 234, 0, 0.26);
  border-radius: 50%;
}

.atmosphere::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(38vw, 560px);
  height: 0.7rem;
  background: var(--mint);
}

.coming-header {
  z-index: 2;
  padding: clamp(1.1rem, 3.2vw, 2.4rem) clamp(1rem, 5vw, 4.5rem);
}

.brand-card {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.4rem);
  min-width: min(100%, 29rem);
  padding: 0.55rem clamp(1rem, 2.4vw, 1.8rem) 0.55rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 2rem;
  background: rgba(255, 253, 247, 0.91);
  box-shadow: 0 22px 60px rgba(3, 30, 29, 0.25);
  color: var(--ink);
  backdrop-filter: blur(10px);
}

.brand-card img {
  width: clamp(5.4rem, 9vw, 8rem);
  height: auto;
  margin-block: -1rem;
  filter: drop-shadow(0 8px 12px rgba(23, 48, 47, 0.18));
}

.brand-card div {
  display: grid;
  gap: 0.08rem;
}

.brand-card strong {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.65rem);
  line-height: 1;
}

.brand-card span {
  color: var(--mint-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.coming-content {
  align-self: center;
  width: min(100%, 52rem);
  padding: clamp(1.8rem, 4vw, 3.5rem) clamp(1.25rem, 7vw, 6.5rem) clamp(2.5rem, 7vw, 5.2rem);
}

.eyebrow {
  margin: 0 0 0.65rem;
  color: var(--yellow);
  font-size: clamp(0.72rem, 1.2vw, 0.92rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(4rem, 8.4vw, 8.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.76;
  text-wrap: balance;
  text-shadow: 0 8px 34px rgba(3, 30, 29, 0.38);
}

.launch-note {
  position: relative;
  width: min(100%, 34rem);
  margin-top: clamp(1.8rem, 4vw, 3.1rem);
  padding: 1.35rem clamp(1.15rem, 3vw, 2rem) 1.15rem;
  border-left: 0.55rem solid var(--yellow);
  border-radius: 0 1.4rem 1.4rem 0;
  background: rgba(255, 253, 247, 0.92);
  box-shadow: 0 24px 70px rgba(4, 30, 29, 0.32);
  color: var(--ink);
  backdrop-filter: blur(12px);
}

.launch-note p {
  margin: 0;
}

.launch-note__script {
  color: var(--red);
  font-family: "Rock Salt", cursive;
  font-size: clamp(1.3rem, 3vw, 2.15rem);
  line-height: 1.35;
  transform: rotate(-1.5deg);
}

.launch-note p:last-child {
  margin-top: 0.65rem;
  color: #365553;
  font-size: clamp(0.9rem, 1.4vw, 1.04rem);
  line-height: 1.45;
}

.election-date {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem 0.8rem;
  margin: 1.1rem 0 0;
  font-size: 0.9rem;
}

.election-date span {
  color: var(--yellow);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.election-date strong {
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 400;
}

.coming-footer {
  z-index: 3;
  padding: 1rem clamp(1rem, 5vw, 4.5rem) clamp(1rem, 2vw, 1.6rem);
}

.coming-footer nav {
  display: flex;
  gap: 1.2rem;
}

.coming-footer a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
  text-underline-offset: 0.24em;
}

.coming-footer a:hover,
.coming-footer a:focus-visible {
  color: var(--yellow);
}

@keyframes landscape-drift {
  from {
    transform: scale(1.035) translate3d(-0.4%, -0.2%, 0);
  }
  to {
    transform: scale(1.085) translate3d(0.8%, 0.35%, 0);
  }
}

@media (max-width: 700px) {
  .coming-page {
    min-height: 100svh;
  }

  .landscape img {
    object-position: 58% center;
  }

  .atmosphere {
    background:
      linear-gradient(180deg, rgba(8, 39, 38, 0.4) 0%, rgba(8, 39, 38, 0.7) 42%, rgba(8, 39, 38, 0.92) 100%),
      linear-gradient(90deg, rgba(8, 39, 38, 0.32), transparent);
  }

  .atmosphere::before {
    top: -4rem;
    right: -8rem;
    width: 20rem;
  }

  .coming-header {
    padding-top: 1.35rem;
  }

  .brand-card {
    width: 100%;
    min-width: 0;
    border-radius: 1.45rem;
  }

  .brand-card img {
    width: 5.2rem;
    margin-block: -0.65rem;
  }

  .brand-card strong {
    font-size: 1.08rem;
  }

  .brand-card span {
    font-size: 0.65rem;
  }

  .coming-content {
    align-self: end;
    padding-top: 2rem;
    padding-bottom: 1.1rem;
  }

  h1 {
    font-size: clamp(3.6rem, 17vw, 5.2rem);
    line-height: 0.78;
  }

  .launch-note {
    margin-top: 1.5rem;
    padding-block: 1.05rem 0.95rem;
  }

  .launch-note__script {
    font-size: clamp(1.12rem, 5.5vw, 1.55rem);
  }

  .landscape figcaption {
    right: 1rem;
    bottom: 3.2rem;
  }

  .coming-footer {
    padding-top: 0.65rem;
  }
}

@media (max-height: 690px) and (min-width: 701px) {
  .coming-content {
    padding-block: 1.3rem 2rem;
  }

  h1 {
    font-size: clamp(4rem, 7vw, 6.5rem);
  }

  .launch-note {
    margin-top: 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landscape img {
    animation: none;
    transform: none;
  }
}
