/*
Theme Name: SpenceZeta Under Construction
Theme URI: https://example.com/
Author: SpenceZeta
Description: A single-page "under construction" placeholder theme. Shows a construction-site illustration (crane, workers, and a giant laptop) with a short message on every request.
Version: 1.0
Requires at least: 5.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spencezeta-under-construction
*/

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; }

body {
  font-family: -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f5;
  padding: 32px 20px;
  color: #2b2b2b;
}

.wrap {
  width: 100%;
  max-width: 620px;
  text-align: center;
}

.art {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 12px;
}

p.subtitle {
  font-size: clamp(15px, 2.2vw, 17px);
  font-weight: 400;
  color: #6b7280;
  max-width: 460px;
  margin: 0 auto;
  line-height: 1.6;
}
