/* ===== Reset ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background: #fbfaf7;
  color: #1a1816;
  font-family: 'Hiragino Mincho ProN', 'Yu Mincho', 'YuMincho', serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ===== Header ===== */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 60px;
  border-bottom: 1px solid #ece8e0;
  background: #fbfaf7;
  position: sticky;
  top: 0;
  z-index: 10;
}
.logo {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 18px;
  letter-spacing: 6px;
  color: #1a1816;
  font-weight: 600;
}
.logo .sub {
  display: block;
  font-size: 10px;
  letter-spacing: 3px;
  color: #88817a;
  margin-top: 4px;
  font-weight: 400;
}
nav ul { display: flex; gap: 36px; list-style: none; }
nav a {
  font-size: 13px;
  color: #3a3530;
  letter-spacing: 2px;
  transition: color 0.2s;
}
nav a.current {
  color: #1a1816;
  border-bottom: 1px solid #1a1816;
  padding-bottom: 4px;
}
nav a:hover { color: #1a1816; }

/* ===== Hero ===== */
.hero {
  position: relative;
  height: 75vh;
  min-height: 500px;
  background: linear-gradient(135deg, #e8d9c8 0%, #c9b59e 50%, #8a7560 100%);
  color: #fbfaf7;
  display: flex;
  align-items: center;
  padding: 0 60px;
}
.hero-inner { max-width: 700px; }
.hero-en {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 12px;
  letter-spacing: 6px;
  margin-bottom: 24px;
  opacity: 0.9;
}
.hero h1 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 8px;
  margin-bottom: 20px;
}
.hero-line { width: 60px; height: 1px; background: #fbfaf7; opacity: 0.7; margin: 28px 0; }
.hero-sub { font-size: 16px; letter-spacing: 4px; opacity: 0.95; }

/* ===== Section (common) ===== */
section { padding: 100px 60px; border-bottom: 1px solid #ece8e0; }
.section-en {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 13px;
  letter-spacing: 6px;
  color: #88817a;
  margin-bottom: 12px;
  text-align: center;
}
.section-jp {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 6px;
  color: #1a1816;
  margin-bottom: 24px;
  text-align: center;
}
.section-line { width: 40px; height: 1px; background: #88817a; margin: 24px auto 60px; }
.section-body {
  max-width: 700px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2.2;
  color: #3a3530;
}
.section-body p { margin-bottom: 1.8em; }
.section-body p:last-child { margin-bottom: 0; }

.cta {
  display: inline-block;
  margin-top: 32px;
  padding: 14px 36px;
  border: 1px solid #1a1816;
  color: #1a1816;
  font-size: 13px;
  letter-spacing: 3px;
  transition: all 0.2s;
}
.cta:hover { background: #1a1816; color: #fbfaf7; }

/* ===== Company table ===== */
.company-section { background: #f3eee4; text-align: center; }
.company-section .section-line { margin: 24px auto; }
.company-table {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 14px 32px;
  max-width: 560px;
  margin: 40px auto 0;
  text-align: left;
  font-size: 14px;
  color: #3a3530;
}
.company-table .label {
  color: #88817a;
  letter-spacing: 2px;
  font-size: 13px;
}

/* ===== Portrait ===== */
.portrait {
  width: 220px;
  height: 280px;
  margin: 0 auto 50px;
  object-fit: cover;
  border-radius: 0;
}
.portrait-placeholder {
  width: 220px;
  height: 280px;
  margin: 0 auto 50px;
  background: linear-gradient(135deg, #c9b59e, #8a7560);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fbfaf7;
  font-size: 12px;
  letter-spacing: 2px;
}

.name-block {
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
  letter-spacing: 3px;
  color: #1a1816;
}
.name-block .title-jp {
  color: #88817a;
  font-size: 12px;
  margin-bottom: 6px;
}
.name-block .name-jp {
  font-size: 22px;
  letter-spacing: 6px;
}

/* ===== Policy ===== */
.policy-section { padding: 100px 60px; background: #fbfaf7; border-bottom: 1px solid #ece8e0; }
.policy-body {
  max-width: 680px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2.2;
  color: #3a3530;
}
.policy-body p { margin-bottom: 1.6em; }
.policy-body p:last-child { margin-bottom: 0; }
.policy-quote {
  font-size: 22px;
  color: #1a1816;
  text-align: center;
  margin: 50px 0;
  letter-spacing: 4px;
  border-top: 1px solid #ece8e0;
  border-bottom: 1px solid #ece8e0;
  padding: 40px 0;
  line-height: 1.8;
}

/* ===== Timeline ===== */
.timeline-section { background: #f3eee4; padding: 80px 60px; }
.timeline { max-width: 600px; margin: 0 auto; }
.timeline-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid #e0d8c8;
  font-size: 14px;
}
.timeline-row:last-child { border-bottom: none; }
.timeline-row .year {
  color: #88817a;
  font-family: 'Helvetica Neue', sans-serif;
  letter-spacing: 2px;
}

/* ===== Contact ===== */
.contact-info {
  margin-top: 40px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #3a3530;
  line-height: 2.5;
  text-align: center;
}
.contact-info .tel { font-size: 24px; color: #1a1816; letter-spacing: 4px; }
.contact-info .small { font-size: 12px; color: #88817a; }

/* ===== Footer ===== */
footer {
  background: #1a1816;
  color: #d8d3cc;
  padding: 60px 60px 30px;
  text-align: center;
}
footer .en {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;
  letter-spacing: 6px;
  color: #c9b59e;
  margin-bottom: 12px;
}
footer .jp { font-size: 13px; letter-spacing: 3px; margin-bottom: 20px; }
footer .footer-nav {
  margin: 20px 0;
  font-size: 11px;
  color: #88817a;
  letter-spacing: 2px;
}
footer .footer-nav a { margin: 0 12px; }
footer .footer-nav a:hover { color: #d8d3cc; }
footer .copyright {
  font-size: 11px;
  color: #88817a;
  letter-spacing: 2px;
  border-top: 1px solid #3a3530;
  padding-top: 24px;
  margin-top: 30px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  header { padding: 16px 24px; flex-direction: column; gap: 12px; }
  nav ul { gap: 16px; flex-wrap: wrap; justify-content: center; }
  .hero { padding: 0 24px; height: 60vh; }
  .hero h1 { font-size: 28px; letter-spacing: 4px; }
  section, .policy-section, .timeline-section { padding: 60px 24px; }
  .section-jp { font-size: 22px; letter-spacing: 4px; }
  .policy-quote { font-size: 18px; letter-spacing: 2px; padding: 30px 0; margin: 30px 0; }
  .timeline-row { grid-template-columns: 80px 1fr; }
  .company-table { grid-template-columns: 100px 1fr; gap: 10px 16px; }
  footer { padding: 40px 24px 20px; }
}
