/*
Theme Name: ZeroY Starter
Author: ZeroY Studio
Description: Clean starter theme. No content model, templates or styles yet — the site is rebuilt from here.
Version: 0.1.0
*/

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #1f2933;
  background: #fff;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.site-header {
  border-bottom: 1px solid #e5e7eb;
}

.site-header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
}

.site-brand {
  font-weight: 700;
  text-decoration: none;
}

.site-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-main {
  padding: 48px 24px;
}

.site-main article + article {
  margin-top: 32px;
}

.site-footer {
  border-top: 1px solid #e5e7eb;
  padding: 24px 0;
  font-size: 15px;
  color: #6b7280;
}
