/* =========================================================================
   TIQI — Coming Soon splash page. Only enqueued while Coming Soon mode is
   active (see inc/coming-soon.php).
   ========================================================================= */

body.tiqi-coming-soon {
  margin: 0;
}

.tiqi-coming-soon-hero {
  background: linear-gradient(135deg, var(--tiqi-primary) 0%, var(--tiqi-accent) 100%);
  min-height: 70vh;
}

.tiqi-coming-soon-hero .custom-logo {
  max-height: 90px;
  width: auto;
}

.tiqi-coming-soon-social {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
.tiqi-coming-soon-social a {
  color: inherit;
  font-size: 1.5rem;
  opacity: 0.85;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.tiqi-coming-soon-social a:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.tiqi-coming-soon-footer {
  background-color: #f8f8f8;
}
.tiqi-coming-soon-footer .tiqi-coming-soon-social a {
  color: var(--tiqi-primary);
}
