/* Indoor Game Project — Coming Soon
   No frameworks, no external fonts, no tracking, no forms. */

:root {
  --bg: #020713;
  --bg-soft: #071329;
  --ink: #f7f9ff;
  --muted: #a8b3c8;
  --blue: #0b78ff;
  --blue-bright: #1ea0ff;
  --line: rgba(90, 155, 255, .22);
  --glass: rgba(6, 16, 34, .52);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 76% 34%, rgba(0, 112, 255, .15), transparent 28rem),
    radial-gradient(circle at 14% 82%, rgba(0, 91, 255, .11), transparent 30rem),
    linear-gradient(135deg, #01040b 0%, #030b1a 48%, #020816 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 48%, rgba(19, 108, 255, .05) 48.15% 48.4%, transparent 48.55%),
    linear-gradient(65deg, transparent 0 66%, rgba(80, 146, 255, .035) 66.15% 66.35%, transparent 66.5%);
}

.grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(72, 124, 212, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 124, 212, .06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
}

.ambient {
  position: fixed;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
  opacity: .14;
  background: #0878ff;
}

.ambient-one {
  top: -15rem;
  right: -10rem;
}

.ambient-two {
  left: -19rem;
  bottom: -18rem;
  opacity: .09;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 30px 0 24px;
  display: flex;
  flex-direction: column;
}

.brandbar {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brandmark {
  width: clamp(150px, 14vw, 205px);
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(0,0,0,.20);
}

.brandmark img {
  display: block;
  width: 100%;
  height: auto;
}

.status {
  padding: 10px 14px;
  border: 1px solid rgba(24, 133, 255, .38);
  border-radius: 999px;
  color: #dceaff;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .19em;
  box-shadow: inset 0 0 24px rgba(19,118,255,.04);
}

.hero {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  align-items: center;
  gap: clamp(34px, 6vw, 90px);
  padding: 58px 0 50px;
}

.hero-copy {
  position: relative;
  max-width: 700px;
}

.eyebrow {
  margin: 0 0 22px;
  color: #70b7ff;
  font-size: clamp(.72rem, 1.1vw, .83rem);
  font-weight: 760;
  letter-spacing: .34em;
}

h1 {
  margin: 0;
  font-size: clamp(4.1rem, 9.8vw, 8.6rem);
  line-height: .77;
  letter-spacing: -.07em;
  font-weight: 860;
}

h1 span {
  display: block;
}

.coming {
  color: #f7f9ff;
  text-shadow: 0 0 34px rgba(255,255,255,.045);
}

.soon {
  margin-top: .18em;
  color: transparent;
  background:
    linear-gradient(180deg, #35aaff 0%, #087aff 54%, #0054e6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 48px rgba(0, 119, 255, .22);
}

.lead {
  max-width: 590px;
  margin: 34px 0 0;
  color: #ced8e9;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.7;
  letter-spacing: .015em;
}

.divider {
  width: min(430px, 78%);
  margin: 36px 0 25px;
  display: grid;
  grid-template-columns: 1fr 8px 1fr;
  gap: 12px;
  align-items: center;
}

.divider span {
  height: 1px;
  background: linear-gradient(90deg, rgba(24,127,255,0), rgba(24,127,255,.8));
}

.divider span:last-child {
  transform: scaleX(-1);
}

.divider i {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #1589ff;
  transform: rotate(45deg);
  box-shadow: 0 0 12px rgba(20,132,255,.7);
}

.note {
  margin: 0;
  color: #75859f;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.visual-panel {
  position: relative;
  min-height: 510px;
  border: 1px solid rgba(76, 143, 255, .15);
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(16, 54, 111, .18), transparent 46%),
    linear-gradient(180deg, rgba(7,16,34,.56), rgba(1,6,17,.74));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    0 32px 80px rgba(0,0,0,.27);
  isolation: isolate;
}

.visual-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, transparent 0 42%, rgba(20,124,255,.06) 42% 43%, transparent 43%),
    linear-gradient(320deg, transparent 0 58%, rgba(20,124,255,.05) 58% 59%, transparent 59%);
}

.visual-panel::after {
  content: "IGP";
  position: absolute;
  right: -10px;
  bottom: -36px;
  z-index: -1;
  color: rgba(15, 109, 255, .045);
  font-size: 13rem;
  font-weight: 900;
  letter-spacing: -.08em;
}

.panel-line {
  position: absolute;
  width: 240px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #087dff, transparent);
  filter: drop-shadow(0 0 9px #087dff);
  opacity: .75;
}

.line-a {
  top: 82px;
  right: -66px;
  transform: rotate(-42deg);
}

.line-b {
  bottom: 96px;
  left: -72px;
  transform: rotate(-42deg);
  opacity: .45;
}

.game-card {
  position: absolute;
  left: 9%;
  right: 9%;
  min-height: 112px;
  padding: 22px 24px 20px 72px;
  border: 1px solid rgba(84, 152, 255, .15);
  border-radius: 18px;
  background: rgba(4, 12, 28, .62);
  backdrop-filter: blur(12px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025),
    0 12px 40px rgba(0,0,0,.16);
}

.game-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: 18px 0 0 18px;
  background: linear-gradient(#1a9eff, #005bec);
  box-shadow: 0 0 18px rgba(19,132,255,.75);
}

.card-one { top: 12%; transform: translateX(-2%); }
.card-two { top: 39%; transform: translateX(5%); }
.card-three { top: 66%; transform: translateX(-1%); }

.card-index {
  position: absolute;
  left: 23px;
  top: 23px;
  color: #168cff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .11em;
}

.game-card strong {
  display: block;
  font-size: 1.18rem;
  letter-spacing: .18em;
}

.game-card small {
  display: block;
  margin-top: 9px;
  color: #8697b1;
  font-size: .78rem;
  letter-spacing: .04em;
}

.orb {
  position: absolute;
  right: -80px;
  top: 30%;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(53, 146, 255, .14);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 35%, rgba(57,158,255,.3), rgba(8,79,190,.09) 35%, transparent 68%);
  box-shadow:
    0 0 90px rgba(0,107,255,.12),
    inset 0 0 70px rgba(10,117,255,.04);
}

footer {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #53637d;
  font-size: .62rem;
  font-weight: 730;
  letter-spacing: .21em;
}

.footer-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #087dff;
  box-shadow: 0 0 8px rgba(8,125,255,.8);
}

/* subtle motion; disabled automatically for users who prefer less motion */
@keyframes floatGlow {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -12px, 0); }
}

@media (prefers-reduced-motion: no-preference) {
  .orb {
    animation: floatGlow 7s ease-in-out infinite;
  }
}

@media (max-width: 900px) {
  .page-shell {
    width: min(100% - 32px, 720px);
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 46px;
  }

  .hero-copy {
    padding-top: 20px;
  }

  .visual-panel {
    min-height: 440px;
  }

  footer {
    padding-top: 10px;
    padding-bottom: 6px;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: min(100% - 24px, 520px);
    padding-top: 18px;
  }

  .brandbar {
    align-items: flex-start;
  }

  .brandmark {
    width: 152px;
  }

  .status {
    margin-top: 5px;
    font-size: .58rem;
    letter-spacing: .12em;
  }

  .hero {
    gap: 36px;
    padding: 30px 0 34px;
  }

  h1 {
    font-size: clamp(3.65rem, 22vw, 6rem);
  }

  .lead {
    margin-top: 26px;
  }

  .visual-panel {
    min-height: 400px;
    border-radius: 22px;
  }

  .game-card {
    left: 5%;
    right: 5%;
    padding-left: 62px;
  }

  footer {
    font-size: .52rem;
    letter-spacing: .13em;
    flex-wrap: wrap;
  }
}


/* ===== Fit everything inside one screen ===== */
html,
body {
  width: 100%;
  height: 100%;
}

body {
  min-height: 100svh;
  overflow: hidden;
}

.page-shell {
  height: 100svh;
  min-height: 0;
  padding-top: clamp(14px, 2vh, 26px);
  padding-bottom: clamp(12px, 1.8vh, 22px);
}

.brandbar {
  min-height: 0;
  height: clamp(58px, 9vh, 78px);
}

.hero {
  min-height: 0;
  overflow: hidden;
  padding-top: clamp(12px, 2.4vh, 30px);
  padding-bottom: clamp(10px, 2vh, 24px);
  gap: clamp(26px, 4vw, 64px);
}

.eyebrow {
  margin-bottom: clamp(12px, 2vh, 20px);
}

h1 {
  font-size: clamp(3.8rem, min(9vw, 12vh), 7.5rem);
}

.lead {
  margin-top: clamp(18px, 2.7vh, 28px);
  font-size: clamp(.96rem, 1.35vw, 1.15rem);
}

.divider {
  margin-top: clamp(20px, 3vh, 30px);
  margin-bottom: clamp(15px, 2.2vh, 22px);
}

.visual-panel {
  min-height: 0;
  height: min(56vh, 500px);
}

.game-card {
  min-height: 0;
  padding-top: clamp(14px, 2vh, 20px);
  padding-bottom: clamp(14px, 2vh, 18px);
}

footer {
  min-height: 0;
  height: clamp(28px, 5vh, 44px);
}

/* On shorter desktop/laptop screens, compact the composition further. */
@media (min-width: 901px) and (max-height: 760px) {
  .page-shell {
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .brandbar {
    height: 58px;
  }

  .brandmark {
    width: 155px;
    padding: 6px 9px;
  }

  .status {
    padding: 8px 12px;
  }

  .hero {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .eyebrow {
    margin-bottom: 12px;
  }

  h1 {
    font-size: min(8.4vw, 10.5vh);
  }

  .lead {
    margin-top: 16px;
    line-height: 1.5;
  }

  .divider {
    margin: 16px 0 14px;
  }

  .visual-panel {
    height: 52vh;
  }

  .game-card {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  footer {
    height: 26px;
  }
}

/* Mobile still needs normal page scrolling because forcing a fixed one-screen layout
   would make the content too small to use comfortably. */
@media (max-width: 900px) {
  body {
    overflow-y: auto;
  }

  .page-shell {
    height: auto;
    min-height: 100svh;
  }

  .hero {
    overflow: visible;
  }

  .visual-panel {
    height: auto;
  }
}
