/*
Theme Name: LFJ Classic Modern
Theme URI: https://lostandfoundjp.com/
Author: OpenAI
Description: Classic theme with Customizer + modern design + per-page SEO
Version: 1.0.1
*/

body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto;
  background:#f6f8fc;
  color:#0f172a;
}

header{
  background:#fff;
  border-bottom:1px solid #e5e7eb;
  padding:20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.logo img{
  max-height:60px;
}

nav a{
  margin-left:20px;
  text-decoration:none;
  font-weight:600;
  color:#0f172a;
}

.hero{
  padding:80px 20px;
  text-align:center;
}

.hero h1{
  font-size:48px;
}

.section{
  max-width:1000px;
  margin:40px auto;
  background:#fff;
  padding:40px;
  border-radius:20px;
}

.footer{
  background:#0f172a;
  color:#fff;
  text-align:center;
  padding:20px;
}
