:root{--bg:#071226;--panel:#0d1b35;--line:#263756;--gold:#f5c84c;--text:#fff;--muted:#cbd5e1}
*{box-sizing:border-box}
body{margin:0;background:#050505;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Noto Sans JP',sans-serif}
a{color:inherit;text-decoration:none}

.site-header{height:96px;display:flex;align-items:center;justify-content:space-between;padding:0 9%;background:#071226;position:sticky;top:0;z-index:10}
.brand{color:#fff;display:flex;gap:14px;align-items:center;letter-spacing:.08em}
.mark{border:1px solid var(--gold);border-radius:50%;width:42px;height:42px;display:grid;place-items:center;color:var(--gold)}
nav{display:flex;gap:24px}
nav a{color:#fff;font-weight:700}

.hero{min-height:55vh;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center;padding:50px 9%;background:linear-gradient(135deg,#071226,#111)}
.pill{display:inline-block;border:1px solid rgba(245,200,76,.4);border-radius:40px;padding:12px 20px;color:var(--gold)}
h1{font-size:72px;line-height:.98;margin:34px 0 20px;letter-spacing:.07em}
.hero h1{color:#fff}
.hero p{font-size:18px;color:#ddd}

.btn,.empathy-btn{display:inline-block;background:#f5c84c;color:#111;border:0;border-radius:999px;padding:10px 16px;font-weight:900;cursor:pointer}
.wrap,.stories-wrap{max-width:1180px;margin:0 auto;padding:28px 16px 80px}
.panel,.card{background:#151515;border:1px solid rgba(245,200,76,.18);border-radius:22px;padding:24px;margin:18px 0}
.note{color:var(--muted)}
.footer{text-align:center;color:#cbd5e1;padding:44px}

.story-section{margin:34px 0}
.story-section h2{color:#f5c84c;font-size:22px;margin-bottom:14px}
.story-row{display:flex;gap:16px;overflow-x:auto;padding-bottom:14px;scroll-snap-type:x mandatory}
.story-card{min-width:250px;max-width:250px;background:#151515;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.45);scroll-snap-align:start}
.story-card img{width:100%;height:145px;object-fit:cover;background:#222}
.story-card-body{padding:14px}
.story-cat{font-size:12px;color:#f5c84c;font-weight:bold}
.story-title{font-size:16px;font-weight:bold;line-height:1.45;margin:7px 0}
.story-text{font-size:13px;color:#cfcfcf;line-height:1.55}

input,select,textarea{width:100%;border:0;border-radius:12px;padding:16px;font-size:16px}
textarea{min-height:280px}
label{display:block;font-weight:800;margin:20px 0 8px}

@media(max-width:900px){
 .site-header{height:auto;padding:18px 20px;gap:14px}
 nav{gap:12px;font-size:13px;flex-wrap:wrap}
 .hero{grid-template-columns:1fr;min-height:50vh;padding:42px 20px}
 h1{font-size:42px}
 .story-card{min-width:78vw;max-width:78vw}
}
.stories-wrap{
  max-width:1180px;
  margin:0 auto;
  padding:28px 16px 80px;
}

.story-row{
  display:flex !important;
  gap:16px !important;
  overflow-x:auto !important;
}

.story-card{
  min-width:250px !important;
  max-width:250px !important;
  background:#151515 !important;
  border-radius:18px !important;
  overflow:hidden !important;
  padding:0 !important;
}

.story-card img{
  width:100% !important;
  height:145px !important;
  object-fit:cover !important;
  display:block !important;
}

.story-card-body{
  padding:14px !important;
}