* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #f7fbff;
  background:
    radial-gradient(circle at 20% 20%, rgba(63, 196, 255, 0.22), transparent 32%),
    radial-gradient(circle at 80% 25%, rgba(138, 92, 246, 0.18), transparent 30%),
    linear-gradient(135deg, #07111f, #0d2740 55%, #07111f);
}

.page {
  min-height: 100vh;
  padding: 24px 34px;
  position: relative;
  overflow: hidden;
}

/* Header */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  position: relative;
  z-index: 2;
}

.brand {
  color: white;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 1.2px;
  font-size: 34px;
}

.date-time {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
  white-space: nowrap;
}

.nav {
  display: flex;
  gap: 12px;
}

.nav a {
  text-decoration: none;
  color: #06111f;
  padding: 11px 18px;
  border-radius: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #7ce7ff, #a78bfa);
  box-shadow: 0 14px 35px rgba(124,231,255,0.20);
  border: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nav a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(124,231,255,0.28);
}

/* Hero */
.hero {
  min-height: calc(100vh - 110px);
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: 54px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: #77d9ff;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.eyebrow::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 18px;
  background: linear-gradient(90deg, #7ce7ff, #a78bfa);
  border-radius: 999px;
}

.hero__title {
  margin: 0;
  font-size: clamp(54px, 6vw, 96px);
  line-height: 1;
  letter-spacing: -3px;
  white-space: nowrap;
}

.gradient-word {
  background: linear-gradient(135deg, #67dfff, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__description {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255,255,255,0.78);
  font-size: 21px;
  line-height: 1.55;
}

.motto {
  margin: 18px 0 0;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 900;
  line-height: 1.1;
  background: linear-gradient(135deg, #67dfff, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Value cards */
.value-row {
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.14);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.value-card {
  padding-right: 20px;
  border-right: 1px solid rgba(255,255,255,0.12);
}

.value-card strong {
  display: block;
  color: white;
  font-size: 16px;
  margin-bottom: 6px;
}

.value-card span {
  display: block;
  color: rgba(255,255,255,0.62);
  font-size: 14px;
  line-height: 1.5;
}

/* Photo */
.hero__visual {
  display: flex;
  justify-content: center;
}

.photo-card {
  width: min(460px, 82vw);
  aspect-ratio: 0.82;
  border-radius: 38px;
  padding: 14px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 30px 90px rgba(0,0,0,0.45),
    0 0 45px rgba(103,223,255,0.18),
    inset 0 1px 0 rgba(255,255,255,0.35);
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
  filter: saturate(0.95) contrast(1.05);
}

/* Responsive */
@media (max-width: 900px) {
  .site-header {
    flex-wrap: wrap;
  }

  .brand {
    font-size: 26px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 48px 0;
    text-align: center;
  }

  .eyebrow::after {
    margin-inline: auto;
  }

  .hero__title {
    white-space: normal;
    font-size: clamp(42px, 12vw, 64px);
  }

  .hero__description {
    margin-inline: auto;
    font-size: 18px;
  }

  .hero__visual {
    justify-content: center;
  }

  .value-row {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }

  .value-card {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    padding-bottom: 18px;
  }

  .coming-soon-page {
  display: grid;
  place-items: center;
}

.coming-soon {
  max-width: 720px;
  padding: 44px;
  border-radius: 28px;
  text-align: center;

  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 30px 90px rgba(0,0,0,0.35);
}

.coming-soon h1 {
  margin: 0 0 22px;
  font-size: 56px;
}

.coming-soon p {
  color: rgba(255,255,255,0.76);
  font-size: 20px;
  line-height: 1.7;
}

.back-home {
  display: inline-block;
  margin-top: 24px;
  text-decoration: none;
  color: #06111f;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #7ce7ff, #a78bfa);
}

.contact-note {
  margin-top: 26px;
}

.email-link {
  display: inline-block;
  margin-top: 12px;
  color: #9fe7ff;
  font-size: 18px;
  text-decoration: none;
  transition: opacity 180ms ease;
}

.email-link:hover {
  opacity: 0.75;
}

}