/*
Theme Name: Grounded Coming Soon
Theme URI: https://groundedforgoodcoaching.com
Author: Codex
Description: Minimal coming soon theme for Grounded for Good Coaching.
Version: 1.0.0
Text Domain: grounded-coming-soon
*/

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

body {
  background: #ffffff;
  color: #111111;
  font-family: Georgia, "Times New Roman", serif;
}

.coming-soon {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.coming-soon__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  text-align: center;
}

.coming-soon__logo {
  width: min(420px, 80vw);
  height: auto;
  display: block;
}

.coming-soon__title {
  margin: 0;
  font-size: clamp(1.75rem, 2.8vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
