:root, .dark {
  --background: #3244a5;
  --foreground: #f9f8f4;
  --primary: #8ee37d;
  --primary-foreground: #182d54;
  --accent: #8ee37d;
  --accent-foreground: #182d54;
  --border: #ffffff38;
  --radius: 2rem;
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--background);
  color: var(--foreground);
}
* { box-sizing: border-box; }
body { margin: 0; }
p { margin: 0; }
.site-shell { max-width: 1920px; margin: auto; padding: 0 28px; }
.site-header { min-height: 122px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: 205px; aspect-ratio: 1500 / 456; overflow: hidden; flex-shrink: 0; }
.brand img { display: block; width: 100%; height: auto; }
.header-note { font-size: 1rem; letter-spacing: .01em; }
.hero { position: relative; overflow: hidden; isolation: isolate; border-radius: 32px; min-height: 690px; min-height: max(690px, calc(100svh - 202px)); display: flex; flex-direction: column; justify-content: space-between; padding: clamp(32px, 5vw, 84px); }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; }
.hero-photo { object-fit: cover; object-position: center 48%; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(11,28,52,.82) 0%, rgba(11,28,52,.51) 48%, rgba(11,28,52,.13) 100%), linear-gradient(0deg, rgba(11,28,52,.52), transparent 48%); }
.hero-content { padding-top: 8px; }
.status { display: flex; align-items: center; gap: 12px; font-size: .875rem; letter-spacing: .12em; line-height: 1.6; }
.status > span { width: 9px; height: 9px; background: var(--accent); border-radius: 50%; flex-shrink: 0; }
h1 { font-size: clamp(3.5rem, 5.8vw, 6.6rem); letter-spacing: -.055em; font-weight: 400; line-height: 1.06; margin: 35px 0 26px; }
h1 span { color: var(--accent); }
.intro { max-width: 760px; font-size: clamp(1.125rem, 1.8vw, 1.6rem); line-height: 1.45; letter-spacing: -.018em; }
.hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-top: 70px; }
.hero-bottom > p { font-size: 1rem; line-height: 1.65; }
.stay-tuned { display: flex; align-items: center; gap: 20px; font-size: 1rem; }
.stay-tuned > span { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: var(--primary-foreground); font-size: 1.6rem; }
.site-footer { min-height: 80px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .875rem; }
.site-footer > p { font-size: 1rem; }
@media (min-width: 1600px) { .hero { min-height: 780px; } }
@media (max-width: 650px) {
  .site-shell { padding: 0 14px; }
  .site-header { min-height: 100px; gap: 12px; padding: 0 5px; }
  .brand { width: 158px; }
  .header-note { font-size: .875rem; max-width: 110px; text-align: right; }
  .hero { border-radius: 24px; padding: 34px 25px 30px; min-height: max(650px, calc(100svh - 180px)); }
  .hero-photo { object-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(11,28,52,.75), rgba(11,28,52,.36)), linear-gradient(0deg, rgba(11,28,52,.66), transparent 55%); }
  .status { font-size: .75rem; letter-spacing: .09em; gap: 9px; }
  h1 { font-size: clamp(2.7rem, 10.8vw, 4.3rem); margin: 32px 0 23px; line-height: 1.1; }
  .intro { font-size: 1.125rem; }
  .hero-bottom { gap: 16px; }
  .hero-bottom > p { font-size: .875rem; }
  .stay-tuned { flex-direction: column-reverse; gap: 10px; font-size: .875rem; white-space: nowrap; }
  .stay-tuned > span { width: 46px; height: 46px; }
  .site-footer { padding: 20px 5px; align-items: flex-start; }
  .site-footer > p { font-size: .875rem; max-width: 130px; }
  .site-footer > span { text-align: right; font-size: .75rem; }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-content { animation: arrive .7s ease-out both; }
  @keyframes arrive { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
}

/* Prominent launch announcement. */
.status { color: var(--accent); font-size: clamp(1.6rem, 2.9vw, 2.7rem); font-weight: 500; letter-spacing: -.025em; line-height: 1.15; gap: 15px; }
.status > span { width: 12px; height: 12px; }
.hero-bottom, .site-footer { justify-content: flex-end; }
