/* ============================================================
   fujishirokensuke.healingconnections.jp
   Design language inherited from the original STUDIO site:
   Zen Old Mincho / Lato, calligraphy, whitespace, hairline rules.
   ============================================================ */

:root {
  --ink: #1a1a1a;
  --sub: #555;
  --muted: #8a8a8a;
  --hairline: #dcdcdc;
  --paper: #ffffff;
  --wash: #f7f6f4;
  --serif-jp: 'Zen Old Mincho', 'Hiragino Mincho ProN', serif;
  --sans-jp: 'Zen Kaku Gothic Antique', 'Hiragino Kaku Gothic ProN', sans-serif;
  --serif-en: 'Playfair Display', Georgia, serif;
  --sans-en: 'Lato', 'Helvetica Neue', sans-serif;
  --max: 1080px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans-jp);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.9;
  font-size: 15px;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { opacity: 0.6; transition: opacity .3s; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ---------- header ---------- */
header.site {
  display: flex; justify-content: space-between; align-items: center;
  max-width: var(--max); margin: 0 auto; padding: 28px 24px;
}
.brand { font-family: var(--serif-jp); font-size: 17px; letter-spacing: 0.08em; }
.brand .en { font-family: var(--serif-en); font-size: 14px; letter-spacing: 0.2em; margin-left: 6px; }
nav.global { display: flex; gap: 28px; align-items: center; }
nav.global a {
  font-family: var(--sans-en); font-size: 12px; letter-spacing: 0.18em;
  text-transform: uppercase;
}
nav.global a.lang { color: var(--muted); border: 1px solid var(--hairline); padding: 3px 10px; border-radius: 2px; }
nav.global a[aria-current="page"] { border-bottom: 1px solid var(--ink); padding-bottom: 2px; }

/* mobile nav */
.nav-toggle { display: none; }
@media (max-width: 840px) {
  header.site { flex-wrap: wrap; gap: 12px; padding: 20px 20px 14px; }
  nav.global { gap: 18px; flex-wrap: wrap; }
  nav.global a { font-size: 11px; letter-spacing: 0.14em; }
}

/* ---------- hero ---------- */
.hero {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
  padding: 72px 0 96px;
}
.hero h1 {
  font-family: var(--serif-jp); font-weight: 500;
  font-size: clamp(26px, 3.4vw, 38px); line-height: 2.1; letter-spacing: 0.12em;
}
.hero .lead-en { margin-top: 28px; font-family: var(--sans-en); color: var(--sub); font-size: 14px; line-height: 2; letter-spacing: 0.02em; }
.hero .art img { width: 100%; }
@media (max-width: 840px) {
  .hero { grid-template-columns: 1fr; padding: 40px 0 56px; gap: 32px; }
}

/* ---------- section scaffolding ---------- */
section.band { border-top: 1px solid var(--hairline); padding: 88px 0; }
.kicker {
  font-family: var(--sans-en); font-size: 12px; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 18px;
}
h2.sec {
  font-family: var(--serif-en); font-weight: 500; font-size: clamp(24px, 3vw, 32px);
  letter-spacing: 0.12em; margin-bottom: 28px;
}
h2.sec .jp { font-family: var(--serif-jp); font-size: 0.72em; color: var(--sub); margin-left: 16px; letter-spacing: 0.2em; }
.prose { max-width: 720px; }
.prose p { margin-bottom: 1.6em; }
.prose p.en { font-family: var(--sans-en); color: var(--sub); font-size: 13.5px; line-height: 1.9; }
.more {
  display: inline-block; margin-top: 8px;
  font-family: var(--sans-en); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
  border-bottom: 1px solid var(--ink); padding-bottom: 3px;
}

/* ---------- home: three pillars ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 48px; }
.pillar h3 { font-family: var(--serif-en); font-size: 17px; letter-spacing: 0.16em; font-weight: 500; margin-bottom: 6px; }
.pillar .jp { font-family: var(--serif-jp); color: var(--sub); font-size: 13px; letter-spacing: 0.16em; display: block; margin-bottom: 14px; }
.pillar p { font-size: 13.5px; color: var(--sub); }
@media (max-width: 840px) { .pillars { grid-template-columns: 1fr; gap: 32px; } }

/* ---------- home: now ---------- */
.now { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 40px; }
.now .card { border: 1px solid var(--hairline); padding: 32px; }
.now .card .role { font-family: var(--sans-en); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.now .card h3 { font-family: var(--serif-jp); font-weight: 500; font-size: 18px; letter-spacing: 0.1em; margin-bottom: 12px; }
.now .card p { font-size: 13.5px; color: var(--sub); }
@media (max-width: 840px) { .now { grid-template-columns: 1fr; } }

/* ---------- chapters (projects) ---------- */
.part { margin: 72px 0 0; }
.part-title {
  font-family: var(--serif-jp); font-size: 21px; font-weight: 500; letter-spacing: 0.24em;
  border-bottom: 1px solid var(--hairline); padding-bottom: 14px; margin-bottom: 8px;
}
.part-title .en { font-family: var(--serif-en); font-size: 13px; color: var(--muted); letter-spacing: 0.24em; margin-left: 14px; }
.chapter { padding: 48px 0; border-bottom: 1px solid var(--hairline); }
.chapter:last-child { border-bottom: none; }
.ch-meta { font-family: var(--sans-en); font-size: 12px; letter-spacing: 0.2em; color: var(--muted); text-transform: uppercase; margin-bottom: 10px; }
.chapter h3 { font-family: var(--serif-jp); font-weight: 500; font-size: 22px; letter-spacing: 0.14em; margin-bottom: 4px; }
.chapter .subtitle { font-family: var(--serif-jp); color: var(--sub); font-size: 14px; letter-spacing: 0.1em; margin-bottom: 22px; }
.chapter .body { max-width: 680px; }
.chapter .body p { margin-bottom: 1.4em; }
.chapter figure { margin: 28px 0; max-width: 680px; }
.chapter figcaption { font-size: 11.5px; color: var(--muted); margin-top: 10px; letter-spacing: 0.08em; }
.learning {
  max-width: 680px; margin-top: 24px; padding: 20px 24px;
  background: var(--wash); border-left: 2px solid var(--ink);
}
.learning .label { font-family: var(--sans-en); font-size: 10.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 6px; }
.learning p { font-family: var(--serif-jp); font-size: 14.5px; line-height: 2; }
.thread {
  max-width: 680px; margin-top: 26px;
  font-size: 13px; color: var(--muted); letter-spacing: 0.06em;
}
.thread::before { content: "↓ "; }

/* awards inline list */
.badges { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 10px; }
.badges span { font-size: 11.5px; color: var(--sub); border: 1px solid var(--hairline); padding: 3px 10px; letter-spacing: 0.06em; }

/* ---------- philosophy ---------- */
.tenets { margin-top: 24px; }
.tenet { padding: 44px 0; border-bottom: 1px solid var(--hairline); }
.tenet:last-child { border-bottom: none; }
.tenet h3 { font-family: var(--serif-jp); font-weight: 500; font-size: 20px; letter-spacing: 0.16em; margin-bottom: 16px; }
.tenet h3 .num { font-family: var(--serif-en); color: var(--muted); font-size: 15px; margin-right: 14px; letter-spacing: 0.1em; }
.tenet .body { max-width: 680px; }
.tenet .body p { margin-bottom: 1.4em; }
blockquote.voice {
  max-width: 640px; margin: 24px 0; padding-left: 24px; border-left: 2px solid var(--hairline);
  font-family: var(--serif-jp); font-size: 15px; line-height: 2.2; color: var(--ink);
}
.essay-list { max-width: 680px; }
.essay-list a { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--hairline); font-size: 14px; }
.essay-list a .date { color: var(--muted); font-family: var(--sans-en); font-size: 12px; white-space: nowrap; }

/* ---------- biography ---------- */
.bio-open { display: grid; grid-template-columns: 5fr 4fr; gap: 48px; align-items: start; }
.bio-open .prose p { margin-bottom: 1.4em; }
@media (max-width: 840px) { .bio-open { grid-template-columns: 1fr; } }
.timeline { max-width: 760px; margin-top: 8px; }
.tl-row { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--hairline); }
.tl-row .year { font-family: var(--serif-en); font-size: 15px; letter-spacing: 0.1em; color: var(--sub); }
.tl-row h4 { font-family: var(--serif-jp); font-weight: 500; font-size: 15.5px; letter-spacing: 0.08em; margin-bottom: 4px; }
.tl-row p { font-size: 13px; color: var(--sub); }
@media (max-width: 600px) { .tl-row { grid-template-columns: 74px 1fr; gap: 14px; } }
.list-plain { max-width: 720px; }
.list-plain li { list-style: none; padding: 10px 0; border-bottom: 1px solid var(--hairline); font-size: 13.5px; color: var(--sub); }

/* ---------- contact ---------- */
form.contact { max-width: 620px; margin-top: 8px; }
.field { margin-bottom: 28px; }
.field > .label { font-size: 13.5px; margin-bottom: 10px; display: block; }
.field .req { color: #b0483f; margin-left: 4px; }
.field input[type="text"], .field input[type="email"], .field textarea {
  width: 100%; padding: 13px 14px; border: 1px solid var(--hairline); border-radius: 2px;
  font-family: var(--sans-jp); font-size: 14px; color: var(--ink); background: var(--paper);
}
.field textarea { min-height: 160px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--ink); }
.radio-row { display: flex; flex-direction: column; gap: 10px; }
.radio-row label { display: flex; gap: 10px; align-items: baseline; font-size: 14px; }
button.submit {
  font-family: var(--sans-jp); font-size: 14px; letter-spacing: 0.2em;
  background: var(--ink); color: #fff; border: none; border-radius: 2px;
  padding: 14px 44px; cursor: pointer;
}
button.submit:hover { opacity: 0.75; }
button.submit:disabled { opacity: 0.4; cursor: default; }
.form-note { font-size: 12px; color: var(--muted); margin-top: 16px; }
.form-status { margin-top: 20px; font-size: 14px; }
.form-status.ok { color: #2d6a4f; }
.form-status.err { color: #b0483f; }

/* ---------- footer ---------- */
footer.site { border-top: 1px solid var(--hairline); margin-top: 96px; padding: 56px 0 40px; }
.foot-grid { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.foot-links { display: flex; flex-direction: column; gap: 8px; }
.foot-links a { font-size: 13px; color: var(--sub); }
.copyright { font-family: var(--sans-en); font-size: 11.5px; color: var(--muted); letter-spacing: 0.08em; }
@media (max-width: 600px) { .foot-grid { flex-direction: column; align-items: flex-start; } }

/* page header block */
.page-head { padding: 56px 0 40px; }
.page-head h1 { font-family: var(--serif-en); font-weight: 500; font-size: clamp(30px, 4vw, 42px); letter-spacing: 0.14em; }
.page-head h1 .jp { font-family: var(--serif-jp); display: block; font-size: 15px; color: var(--sub); letter-spacing: 0.28em; margin-top: 12px; }
.page-head .intro { max-width: 700px; margin-top: 24px; }
.page-head .intro p { margin-bottom: 1.2em; }
.page-head .intro p.en { font-family: var(--sans-en); color: var(--sub); font-size: 13px; }
