/*
Theme Name: BIA Coming Soon
Theme URI: https://example.com/
Author: ビジネスイノベーション協会
Author URI: https://example.com/
Description: ビジネスイノベーション協会の「Coming Soon」表示用テーマです。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bia-theme
*/

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

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a2a6c, #2a4d8f, #4b6cb7);
  color: #fff;
  text-align: center;
  padding: 24px;
}

.container {
  max-width: 640px;
}

.label {
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 24px;
}

h1 {
  font-size: clamp(40px, 9vw, 80px);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.org {
  font-size: clamp(16px, 4vw, 22px);
  font-weight: 500;
  margin-bottom: 16px;
}

.message {
  font-size: 15px;
  line-height: 1.9;
  opacity: 0.85;
}

.divider {
  width: 60px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  margin: 32px auto;
}
