:root {
  --gold: #eab308;
  --gold-bright: #f7d66b;
  --gold-dark: #8f6100;
  --teal: #006d77;
  --navy: #102a43;
  --cream: #f4eae0;
  --paper: #fff4df;
  --ink: #081827;
  --display: "Cinzel Decorative", Georgia, serif;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", ui-sans-serif, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
}

body {
  min-height: 100svh;
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  background:
    radial-gradient(circle at 50% 9%, rgba(234, 179, 8, 0.26), transparent 18rem),
    radial-gradient(circle at 12% 78%, rgba(0, 109, 119, 0.12), transparent 13rem),
    linear-gradient(145deg, #fff9ea 0%, var(--cream) 74%, #eddcc7 100%);
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(16, 42, 67, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 42, 67, 0.03) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

body::after {
  opacity: 0.44;
  background:
    radial-gradient(circle at 50% 0%, transparent 0 9rem, rgba(156, 107, 0, 0.13) 9.05rem 9.2rem, transparent 9.28rem),
    repeating-conic-gradient(from -3deg at 50% 6rem, rgba(234, 179, 8, 0.11) 0deg 2deg, transparent 2deg 11deg);
  mask-image: linear-gradient(to bottom, black 0 26rem, transparent 34rem);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.coming-shell {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: max(1rem, env(safe-area-inset-top)) 1rem max(1.25rem, env(safe-area-inset-bottom));
}

.coming-card {
  width: min(100%, 450px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.medallion-wrap {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto 0.8rem;
  width: min(54vw, 214px);
  aspect-ratio: 1;
}

.sun-lines {
  position: absolute;
  inset: -17%;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 48%, rgba(234, 179, 8, 0.16) 48.4% 49.2%, transparent 49.8%),
    repeating-conic-gradient(from -5deg, rgba(234, 179, 8, 0.24) 0deg 1.7deg, transparent 1.7deg 10deg);
  filter: drop-shadow(0 24px 38px rgba(143, 97, 0, 0.18));
}

.medallion {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 249, 222, 0.98), rgba(247, 214, 107, 0.86) 28%, rgba(187, 124, 0, 0.92) 72%, rgba(112, 70, 0, 0.98)),
    var(--gold);
  border: 1px solid rgba(143, 97, 0, 0.52);
  box-shadow:
    inset 0 0 0 7px rgba(255, 245, 194, 0.44),
    inset 0 0 0 16px rgba(143, 97, 0, 0.23),
    0 22px 52px rgba(143, 97, 0, 0.26);
}

.medallion::before,
.medallion::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.medallion::before {
  inset: 9%;
  border: 1px solid rgba(8, 24, 39, 0.12);
}

.medallion::after {
  inset: 0;
  background-image:
    linear-gradient(35deg, rgba(255, 255, 255, 0.24), transparent 30%),
    repeating-linear-gradient(105deg, rgba(8, 24, 39, 0.06) 0 1px, transparent 1px 6px);
  mix-blend-mode: overlay;
}

.medallion img {
  position: relative;
  z-index: 1;
  width: 80%;
  height: 80%;
  object-fit: contain;
  filter: drop-shadow(0 3px 4px rgba(8, 24, 39, 0.2));
}

.intro {
  text-align: center;
}

h1,
p {
  margin: 0;
}

h1 {
  font-family: var(--display);
  font-size: clamp(2.8rem, 12vw, 4.2rem);
  line-height: 0.91;
  font-weight: 900;
  letter-spacing: 0;
  color: var(--navy);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

.wing-rule {
  width: min(62vw, 250px);
  height: 18px;
  margin: 0.72rem auto 0.7rem;
  background:
    linear-gradient(90deg, transparent, var(--gold-dark) 24%, transparent 24% 28%, var(--teal) 28% 38%, var(--gold) 38% 50%, var(--teal) 62% 72%, transparent 72% 76%, var(--gold-dark) 76%, transparent),
    linear-gradient(var(--gold-dark), var(--gold-dark));
  background-size: 100% 100%, 100% 1px;
  background-position: center, center;
  background-repeat: no-repeat;
  opacity: 0.86;
}

.soon {
  font-family: var(--serif);
  color: var(--gold-dark);
  font-size: clamp(1.4rem, 6.8vw, 2rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.mission {
  margin-top: 0.6rem;
  color: var(--teal);
  font-size: clamp(1.08rem, 4.4vw, 1.34rem);
  font-weight: 800;
  line-height: 1.16;
}

.action-stack {
  display: grid;
  gap: 0.72rem;
  margin-top: 1.35rem;
}

.bio-button {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1rem 1.1rem;
  border-radius: 7px;
  font-family: var(--sans);
  font-size: clamp(1rem, 4vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(234, 179, 8, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.bio-button::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

.bio-button span {
  position: relative;
  z-index: 1;
}

.bio-button:hover {
  transform: translateY(-1px);
}

.bio-button:active {
  transform: translateY(1px);
}

.bio-button:focus-visible {
  outline: 3px solid rgba(0, 109, 119, 0.35);
  outline-offset: 3px;
}

.bio-button-primary {
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 245, 191, 0.92), transparent 28%),
    linear-gradient(180deg, var(--gold-bright), var(--gold) 45%, #c88700);
  border: 1px solid rgba(143, 97, 0, 0.72);
  box-shadow:
    0 16px 30px rgba(143, 97, 0, 0.26),
    inset 0 -2px 0 rgba(112, 70, 0, 0.22);
}

.bio-button-secondary {
  color: var(--navy);
  background: rgba(255, 250, 236, 0.72);
  border: 1px solid rgba(16, 42, 67, 0.26);
  box-shadow: 0 10px 24px rgba(16, 42, 67, 0.08);
}

@media (max-width: 374px) {
  .coming-shell {
    padding-inline: 0.85rem;
  }

  .medallion-wrap {
    width: 52vw;
  }

  .action-stack {
    margin-top: 1.1rem;
    gap: 0.58rem;
  }

  .bio-button {
    min-height: 54px;
  }
}

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