/*
 * Ornava Theme — assets/css/coming-soon.css
 * Coming soon page styles.
 * Version: 1.4.0
 */

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

body {
  font-family: 'Satoshi', system-ui, -apple-system, sans-serif;
  background: #1E2D40;
  color: #F5F0E8;
  min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 3rem 5%;
}

#cs-logo { margin-bottom: 2.5rem; }

.cs-tagline {
  font-size: 0.72rem; font-weight: 400;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #B08D57; margin-bottom: 2.5rem;
}

.cs-heading {
  font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 700;
  color: #F5F0E8; line-height: 1.2;
  letter-spacing: -0.02em; margin-bottom: 1.2rem;
}

.cs-rule { width: 48px; height: 2px; background: #B08D57; margin: 0 auto 1.6rem; }

.cs-sub {
  font-size: 1rem; color: rgba(245,240,232,0.65);
  max-width: 460px; line-height: 1.7; margin-bottom: 2.5rem;
}

.cs-email {
  font-size: 0.85rem; color: #B08D57;
  text-decoration: none; letter-spacing: 0.04em;
  transition: opacity 0.2s;
}
.cs-email:hover { opacity: 0.75; }

.cs-footer {
  position: fixed; bottom: 1.5rem; left: 0; right: 0;
  text-align: center;
  font-size: 0.7rem; color: rgba(245,240,232,0.2);
  letter-spacing: 0.04em;
}

canvas { display: none; }
