/* ============================
   About page
============================ */

/* Static header on subpages (always white, dark text) */
.page-subpage{
  padding-top:70px;
}
.site-header.is-static{
  background:#fff;
  box-shadow:0 1px 0 rgba(0,0,0,.06);
  padding:18px 40px;
}
.site-header.is-static .logo,
.site-header.is-static .nav a{color:#222}
.site-header.is-static .burger span{background:#111}

.logo-text{
  font-family:"Noto Sans JP",sans-serif;
  font-weight:400;
  letter-spacing:.12em;
  font-size:15px;
}

.nav a.current{
  border-bottom:1px solid currentColor;
  padding-bottom:4px;
}

.container{
  max-width:1280px;
  margin:0 auto;
  padding:0 40px;
}

/* ====== Hero ====== */
.about-hero{
  padding:80px 0 40px;
}
.about-hero-title{
  font-family:"Noto Sans JP",sans-serif;
  font-weight:300;
  font-size:clamp(40px,6vw,72px);
  letter-spacing:.08em;
  line-height:1;
  margin-bottom:80px;
}
.about-hero-divider{
  height:1px;
  background:#e5e5e5;
  margin-bottom:24px;
}
.about-hero-meta{
  display:flex;
  gap:180px;
  font-size:12px;
}
.about-hero-meta dt{
  color:#aaa;
  letter-spacing:.15em;
  font-size:11px;
  margin-bottom:8px;
}
.about-hero-meta dd{
  color:#333;
  letter-spacing:.08em;
}

/* ====== Body ====== */
.about-body{
  padding:100px 0 120px;
}
.about-body-title{
  font-family:"Noto Sans JP",sans-serif;
  font-weight:300;
  font-size:clamp(26px,3.6vw,42px);
  letter-spacing:.12em;
  line-height:1.6;
  margin-bottom:24px;
}
.about-body-line{
  display:block;
  width:60px;
  height:1px;
  background:#333;
  margin-bottom:60px;
}
.about-body-text p{
  font-size:14px;
  line-height:2.3;
  letter-spacing:.08em;
  color:#333;
  margin-bottom:28px;
}
.about-body-text p:last-child{margin-bottom:0}

/* ====== Our Values ====== */
.about-values{
  padding:100px 0;
}
.about-values .section-label{
  margin-bottom:70px;
}
.values-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:60px;
  text-align:center;
}
.value-num{
  font-family:"Noto Sans JP",sans-serif;
  font-weight:300;
  font-size:40px;
  letter-spacing:.1em;
  line-height:1;
  margin-bottom:22px;
}
.value-label{
  font-size:11px;
  letter-spacing:.28em;
  color:#aaa;
  margin-bottom:22px;
}
.value-text{
  font-size:13px;
  line-height:2;
  letter-spacing:.06em;
  color:#555;
  max-width:260px;
  margin:0 auto;
}

/* ====== Company Info ====== */
.about-company{
  padding:100px 0 140px;
}
.company-label{
  text-align:left !important;
  margin-bottom:36px !important;
  color:#aaa;
}
.company-table{
  border-top:1px solid #eee;
}
.company-table .row{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:40px;
  padding:26px 4px;
  border-bottom:1px solid #eee;
  align-items:start;
}
.company-table dt{
  font-size:12px;
  color:#999;
  letter-spacing:.1em;
  padding-top:2px;
}
.company-table dd{
  font-size:14px;
  color:#222;
  letter-spacing:.06em;
  line-height:2;
}

/* ====== Responsive ====== */
@media (max-width:960px){
  .page-subpage{padding-top:58px}
  .site-header.is-static{padding:14px 20px}
  .container{padding:0 20px}

  .about-hero{padding:50px 0 30px}
  .about-hero-title{margin-bottom:50px}
  .about-hero-meta{gap:80px}

  .about-body{padding:60px 0 80px}
  .about-body-line{margin-bottom:40px}
  .about-body-text p{font-size:13px;line-height:2.1}

  .about-values{padding:60px 0}
  .values-grid{
    grid-template-columns:1fr;
    gap:50px;
  }

  .about-company{padding:60px 0 100px}
  .company-table .row{
    grid-template-columns:1fr;
    gap:6px;
    padding:20px 0;
  }
}
