/*
Theme Name: VAIZO Theme
Template: twentytwentyfive
Description: VAIZO corporate design for news/blog pages
Version: 1.0
*/

/* Reset TT5 styles for VAIZO pages */
body { font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif; background: #fff; color: #111; line-height: 1.7; font-size: 16px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

/* Header */
.vaizo-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); border-bottom: 1px solid #eee; }
.vaizo-header-inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; height: 72px; }
.vaizo-logo { font-size: 24px; font-weight: 900; letter-spacing: 0.15em; }
.vaizo-logo a { color: #111; }
.vaizo-nav { display: flex; gap: 32px; align-items: center; }
.vaizo-nav a { font-size: 13px; font-weight: 600; letter-spacing: 0.05em; color: #555; transition: color 0.2s; }
.vaizo-nav a:hover { color: #111; }
.vaizo-nav .btn { display: inline-block; padding: 10px 24px; font-size: 13px; font-weight: 700; background: #111; color: #fff !important; }

/* Page header */
.vaizo-page-header { padding: 140px 0 60px; background: #000; color: #fff; }
.vaizo-page-header .container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.vaizo-page-header .label { font-size: 12px; letter-spacing: 0.2em; color: rgba(255,255,255,0.7); margin-bottom: 8px; }
.vaizo-page-header h1 { font-size: 36px; font-weight: 800; }

/* Content area */
.vaizo-content { max-width: 780px; margin: 0 auto; padding: 64px 24px; }
.vaizo-content h1 { font-size: 32px; font-weight: 800; margin-bottom: 16px; line-height: 1.4; }
.vaizo-content .meta { font-size: 13px; color: #999; margin-bottom: 40px; padding-bottom: 24px; border-bottom: 1px solid #eee; }
.vaizo-content .meta .cat { background: #111; color: #fff; padding: 2px 8px; font-size: 11px; font-weight: 600; margin-right: 12px; }
.vaizo-content .entry-content { font-size: 16px; line-height: 2; color: #333; }
.vaizo-content .entry-content h2 { font-size: 24px; font-weight: 700; margin: 48px 0 16px; padding-bottom: 8px; border-bottom: 2px solid #111; }
.vaizo-content .entry-content h3 { font-size: 20px; font-weight: 700; margin: 32px 0 12px; }
.vaizo-content .entry-content p { margin-bottom: 24px; }
.vaizo-content .entry-content img { margin: 24px 0; }
.vaizo-content .entry-content ul, .vaizo-content .entry-content ol { margin: 16px 0 24px 24px; }
.vaizo-content .entry-content li { margin-bottom: 8px; }
.vaizo-content .entry-content blockquote { border-left: 4px solid #111; padding: 16px 24px; margin: 24px 0; background: #f9f9f9; }

/* Archive/list */
.vaizo-archive { max-width: 1120px; margin: 0 auto; padding: 64px 24px; }
.vaizo-archive-item { border-bottom: 1px solid #eee; padding: 24px 0; display: flex; gap: 24px; align-items: baseline; }
.vaizo-archive-item:hover { background: #f9f9f9; }
.vaizo-archive-date { font-size: 13px; color: #999; white-space: nowrap; min-width: 100px; }
.vaizo-archive-cat { font-size: 11px; padding: 2px 8px; font-weight: 600; background: #111; color: #fff; white-space: nowrap; }
.vaizo-archive-title { font-size: 16px; font-weight: 600; }
.vaizo-archive-title:hover { text-decoration: underline; }

/* Footer */
.vaizo-footer { background: #111; color: #fff; padding: 64px 0 32px; }
.vaizo-footer-inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.vaizo-footer-logo { font-size: 20px; font-weight: 900; letter-spacing: 0.15em; margin-bottom: 16px; }
.vaizo-footer-desc { font-size: 13px; color: #888; line-height: 1.7; }
.vaizo-footer-heading { font-size: 12px; font-weight: 700; letter-spacing: 0.15em; color: #666; margin-bottom: 16px; }
.vaizo-footer-links { list-style: none; padding: 0; margin: 0; }
.vaizo-footer-links li { margin-bottom: 10px; }
.vaizo-footer-links a { font-size: 13px; color: #999; }
.vaizo-footer-links a:hover { color: #fff; }
.vaizo-footer-bottom { max-width: 1120px; margin: 0 auto; padding: 24px 24px 0; border-top: 1px solid #333; display: flex; justify-content: space-between; font-size: 12px; color: #666; }

/* Responsive */
@media (max-width: 768px) {
  .vaizo-nav { display: none; }
  .vaizo-page-header h1 { font-size: 28px; }
  .vaizo-page-header { padding: 100px 0 40px; }
  .vaizo-footer-inner { grid-template-columns: 1fr 1fr; }
  .vaizo-archive-item { flex-direction: column; gap: 8px; }
}
