/*
Theme Name: Thanzi Vitality Coming Soon
Theme URI: https://example.com/
Author: Thanzi Vitality
Author URI: https://example.com/
Description: A simple Coming Soon landing page for Thanzi Vitality.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thanzi-vitality
*/

body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  background: #ffffff;
  color: #0b2341;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 20px;
  gap: 16px;
}

.logo {
  width: min(560px, 85vw);
  height: auto;
  display: block;
  margin: 0 auto 6px;
}

.coming {
  letter-spacing: 0.16em;
  font-weight: 800;
  font-size: clamp(28px, 5.5vw, 56px);
  margin: 8px 0 0;
}

.tagline {
  font-size: clamp(16px, 3.2vw, 22px);
  font-weight: 600;
  margin: 4px 0 0;
  color: #1a4b7a;
}

.divider { padding: 0 10px; opacity: 0.5; }

.footer {
  text-align: center;
  padding: 18px 10px 26px;
  font-size: 14px;
  color: #1a1a1a;
  border-top: 1px solid #f0f0f0;
}
