/*
Theme Name: Bowling Journal
Theme URI: https://bowlingjournal.com
Author: Bowling Journal Editorial
Description: JPBAを中心とした日本プロボウリング専門メディアテーマ。ダーク・スポーツ・エディトリアルデザイン。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bowling-journal
Tags: dark, sports, news, magazine, custom-colors, custom-menu, featured-images, post-formats, translation-ready
*/

/* === RESET & BASE === */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bj-black:       #0a0a0f;
  --bj-black-mid:   #0f0f18;
  --bj-black-card:  #131320;
  --bj-black-deep:  #060608;
  --bj-gold:        #c8aa64;
  --bj-gold-light:  rgba(200,170,100,0.15);
  --bj-gold-dim:    rgba(200,170,100,0.3);
  --bj-white:       #f0ede8;
  --bj-white-70:    rgba(240,237,232,0.7);
  --bj-white-50:    rgba(240,237,232,0.5);
  --bj-white-40:    rgba(240,237,232,0.4);
  --bj-white-35:    rgba(240,237,232,0.35);
  --bj-white-25:    rgba(240,237,232,0.25);
  --bj-border:      rgba(200,170,100,0.15);
  --bj-border-mid:  rgba(200,170,100,0.2);
  --bj-border-str:  rgba(200,170,100,0.3);
  --font-sans:      'Noto Sans JP', sans-serif;
  --font-serif:     'Noto Serif JP', serif;
  --font-display:   'Oswald', sans-serif;
}

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  background-color: var(--bj-black);
  color: var(--bj-white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

/* === TYPOGRAPHY === */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  line-height: 1.3;
  color: var(--bj-white);
}

.entry-content h2 { font-size: 1.5rem; margin: 2rem 0 1rem; border-left: 3px solid var(--bj-gold); padding-left: 1rem; }
.entry-content h3 { font-size: 1.25rem; margin: 1.75rem 0 0.75rem; }
.entry-content p  { margin-bottom: 1.25rem; color: var(--bj-white-70); font-size: 0.95rem; line-height: 1.85; }
.entry-content ul, .entry-content ol { margin: 1rem 0 1.25rem 1.5rem; color: var(--bj-white-70); }
.entry-content li { margin-bottom: 0.5rem; }
.entry-content blockquote {
  border-left: 3px solid var(--bj-gold);
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  background: var(--bj-black-card);
  font-style: italic;
  color: var(--bj-white-70);
}

/* === SCREEN READER TEXT === */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
