/* Keigen about page styles — deployment fallback for /css/pages/about.css
   Generated from the latest SEO patch so the external stylesheet is non-empty.
   The current about.html still includes the same hero patch inline; keeping this
   file prevents 404s and supports future template refactor.
*/

.hero-about{
  position:relative;
  min-height:75vh;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding:8rem 0 5rem;
}
.hero-about::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(8,8,15,.10) 0%,rgba(8,8,15,.25) 50%,rgba(8,8,15,.40) 100%);
}
[data-theme="dark"] .hero-about::after{
  background:linear-gradient(180deg,rgba(8,8,15,.3) 0%,rgba(8,8,15,.6) 40%,rgba(8,8,15,.92) 100%);
}
.hero-about-bg{position:absolute;inset:0;z-index:0}
.hero-about-bg img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.hero-about .hero-content{
  position:relative;
  z-index:2;
  text-align:center;
  max-width:720px;
  margin:0 auto;
  padding:0 clamp(1.25rem,4vw,3rem);
}
.hero-about .hero-content .eyebrow{color:rgba(255,255,255,.55)}
.hero-about .hero-content .h1{
  color:#fff;
  font-size:clamp(2.2rem,5vw,3.4rem);
  letter-spacing:-.03em;
}
.hero-about .hero-copy{
  color:rgba(255,255,255,.88);
  max-width:640px;
  margin:0 auto 1.25rem;
  text-shadow:0 1px 2px rgba(0,0,0,.18);
}
[data-theme="dark"] .hero-about .hero-copy{color:rgba(255,255,255,.80)}

.founder-inner{
  max-width:760px;
  margin:0 auto;
  padding:clamp(1.5rem,3vw,2.25rem);
  border:1px solid var(--color-border);
  border-radius:var(--radius-lg,16px);
  background:var(--card-bg);
  box-shadow:var(--shadow-soft-1);
}
.founder-lead{
  font-family:'Fraunces','Noto Sans JP',Georgia,serif;
  font-size:clamp(1.2rem,2.1vw,1.55rem);
  line-height:1.55;
  color:var(--color-text);
  margin:0 0 1.25rem;
}
.founder-body p{
  font-size:1rem;
  line-height:1.75;
  color:var(--color-text-secondary);
  margin:0;
}
.founder-sig{
  margin-top:1.5rem;
  padding-top:1rem;
  border-top:1px solid var(--color-border);
}
.sig-name{
  font-weight:700;
  color:var(--color-text);
  margin:0 0 .2rem;
}
.sig-title{
  font-size:.9rem;
  color:var(--color-text-dim);
  margin:0;
}

.direction-close{
  background:linear-gradient(180deg,var(--color-bg) 0%,var(--color-surface-alt) 100%);
}
.direction-inner{
  max-width:820px;
  margin:0 auto;
  text-align:center;
}
.direction-close .direction-paths{justify-content:center}
