/*
Theme Name: Spacivo Cutlist Theme
Theme URI: https://spacivo.com/
Author: Spacivo
Author URI: https://spacivo.com/
Description: Minimal WordPress theme built around the Spacivo Cutlist Optimizer tool. Activate the companion "Spacivo Cutlist Optimizer" plugin to power the homepage tool via the [spacivo_cutlist_optimizer] shortcode.
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 7.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spacivo-cutlist-theme
*/

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #f4f5f7;
  color: #22262b;
}
a { color: #2f6f4f; }
img { max-width: 100%; height: auto; }

/* ---- Site chrome (theme-level, separate namespace from the plugin's
   own .spacivo-cutlist-app scoped styles so the two never collide) ---- */

.site-header {
  background: #1f4d36;
  color: #fff;
  padding: 18px 28px;
}
.site-header-inner { max-width: 1400px; margin: 0 auto; }
.site-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .2px;
}
.site-title:hover { color: #cfe3d7; }
.site-tagline { margin: 4px 0 0; color: #cfe3d7; font-size: 13.5px; }

.primary-menu {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 10px 0 0;
  padding: 0;
  flex-wrap: wrap;
}
.primary-menu a {
  color: #cfe3d7;
  text-decoration: none;
  font-size: 13.5px;
}
.primary-menu a:hover { color: #fff; }

#site-content { min-height: 60vh; }
.sct-container { max-width: 1400px; margin: 0 auto; padding: 0; }

.sct-notice {
  max-width: 640px;
  margin: 60px auto;
  padding: 24px 28px;
  background: #fff8e6;
  border: 1px solid #f0d9a0;
  border-radius: 10px;
  text-align: center;
}
.sct-notice code {
  background: #f0e8d0;
  padding: 2px 6px;
  border-radius: 4px;
}

.page-title { padding: 24px 28px 0; font-size: 24px; margin: 0; }
.entry-content { padding: 16px 28px 28px; line-height: 1.6; }

.site-footer {
  padding: 18px 28px;
  text-align: center;
  color: #6b7280;
  font-size: 12.5px;
  border-top: 1px solid #dfe3e8;
  margin-top: 40px;
}
