/* ==========================================
   Palette Works — English pages (/en/)
   style.css を読み込んだ上で、英語組版のための差分だけを当てる
   ========================================== */

/* ---- 英語ページの基本組版 ---- */
body.en {
  font-family: var(--font-en);
  line-height: 1.75;
}
body.en .logo-name,
body.en .footer-org-name {
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: .01em;
}
/* 日本語版は字間を広げているが、英語では詰まって見えるため戻す */
body.en .hero-mission,
body.en .section-title,
body.en .pillar-title,
body.en .activity-title {
  font-family: var(--font-en);
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: break-word;
}
body.en .hero-mission {
  font-size: clamp(1.7rem, 3.1vw, 2.6rem);
  line-height: 1.28;
  font-weight: 700;
  max-width: 15em;
}
body.en .hero-mission-sub { line-height: 1.8; max-width: 620px; }
body.en .section-title { line-height: 1.25; }
body.en .pillar-desc,
body.en .activity-desc,
body.en .section-desc,
body.en .work-card__desc { line-height: 1.8; }

/* ---- 言語切替（EN側 = 日本語へ戻る） ---- */
body.en .lang-switch { font-family: var(--font-en); }

/* ==========================================
   共通: ページヘッダー（下層ページ）
   ========================================== */
.en-page-hero {
  margin-top: 72px;
  background: var(--light);
  border-bottom: 1px solid var(--border);
  padding: 64px 40px 52px;
  text-align: center;
}
.en-page-hero .section-label { display: block; margin-bottom: 12px; }
.en-page-hero h1 {
  font-family: var(--font-en);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--dark);
  margin-bottom: 10px;
}
.en-page-hero p {
  font-size: .92rem;
  color: var(--mid);
  max-width: 620px;
  margin: 0 auto;
}

.en-section { padding: 72px 40px; }
.en-section--light { background: var(--light); }
.en-inner { max-width: 960px; margin: 0 auto; }
.en-inner--narrow { max-width: 760px; }
.en-h2 {
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 6px;
}
.en-lead { color: var(--mid); font-size: .95rem; margin-bottom: 32px; }

/* ==========================================
   about: 団体概要テーブル
   ========================================== */
.en-facts {
  width: 100%;
  border-collapse: collapse;
  font-size: .92rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.en-facts th, .en-facts td {
  text-align: left;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.en-facts tr:last-child th, .en-facts tr:last-child td { border-bottom: none; }
.en-facts th {
  width: 32%;
  font-weight: 700;
  color: var(--primary);
  background: var(--light);
  white-space: nowrap;
}

/* ==========================================
   about: 沿革タイムライン
   ========================================== */
.en-timeline { border-left: 2px solid var(--border); padding-left: 28px; margin-top: 8px; }
.en-timeline__item { position: relative; padding-bottom: 30px; }
.en-timeline__item:last-child { padding-bottom: 0; }
.en-timeline__item::before {
  content: "";
  position: absolute;
  left: -35px; top: 8px;
  width: 12px; height: 12px;
  background: var(--primary);
  border: 2px solid var(--white);
  border-radius: 50%;
}
.en-timeline__year {
  font-family: var(--font-en);
  font-size: .8rem; font-weight: 700;
  letter-spacing: .1em;
  color: var(--primary);
  display: block;
  margin-bottom: 4px;
}
.en-timeline__title { font-weight: 700; font-size: 1rem; margin-bottom: 4px; }
.en-timeline__desc { font-size: .9rem; color: var(--mid); }

/* ==========================================
   representative: プロフィール
   ========================================== */
.en-profile {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 56px;
  align-items: start;
}
.en-profile__photo img { border-radius: var(--radius); width: 100%; }
.en-profile__credit { font-size: .74rem; color: var(--mid); margin-top: 8px; }
.en-profile__links { margin-top: 18px; display: flex; flex-direction: column; gap: 10px; }
.en-profile__links a {
  display: inline-block;
  text-align: center;
  font-size: .85rem;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 24px;
  border: 1px solid var(--primary);
  color: var(--primary);
  transition: background var(--transition), color var(--transition);
}
.en-profile__links a:hover { background: var(--primary); color: var(--white); }
.en-profile__name {
  font-family: var(--font-en);
  font-size: 2rem; font-weight: 800; line-height: 1.2;
  margin-bottom: 4px;
}
.en-profile__name-ja { font-family: var(--font-ja); font-size: .95rem; color: var(--mid); margin-bottom: 14px; }
.en-profile__role {
  font-size: .9rem; color: var(--primary); font-weight: 700;
  line-height: 1.9; margin-bottom: 24px;
}
.en-profile__bio p { font-size: .95rem; margin-bottom: 16px; }

/* ==========================================
   contact
   ========================================== */
.en-contact-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}
.en-contact-card__label {
  font-family: var(--font-en);
  font-size: .72rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 10px;
}
.en-contact-mail {
  font-family: var(--font-en);
  font-size: clamp(1.1rem, 3vw, 1.6rem);
  font-weight: 800;
  color: var(--dark);
  word-break: break-all;
}
.en-contact-mail:hover { color: var(--primary); }
.en-contact-meta { font-size: .88rem; color: var(--mid); margin-top: 14px; }
.en-note {
  background: var(--light);
  border-left: 3px solid var(--primary);
  padding: 16px 20px;
  border-radius: 4px;
  font-size: .88rem;
  color: var(--mid);
  margin-top: 28px;
}
.en-list { margin: 0 0 8px; }
.en-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: .93rem;
}
.en-list li::before {
  content: "";
  position: absolute; left: 2px; top: .7em;
  width: 6px; height: 6px;
  background: var(--primary);
  border-radius: 50%;
}

/* ==========================================
   共通CTA（英語版のCTAは "Get in touch" 1本）
   ========================================== */
.en-cta {
  background: var(--primary);
  color: var(--white);
  padding: 64px 40px;
  text-align: center;
}
.en-cta h2 {
  font-family: var(--font-en);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.25;
}
.en-cta p {
  max-width: 620px;
  margin: 0 auto 28px;
  font-size: .95rem;
  color: rgba(255,255,255,.9);
}
.en-cta a {
  display: inline-block;
  background: var(--white);
  color: var(--primary);
  font-weight: 700;
  font-size: .95rem;
  padding: 14px 36px;
  border-radius: 30px;
  transition: transform var(--transition), box-shadow var(--transition);
}
.en-cta a:hover { transform: translateY(-2px); box-shadow: var(--shadow); }

/* ==========================================
   スマホ幅（英語は行が伸びるため必ず確認）
   ========================================== */
@media (max-width: 900px) {
  .en-profile { grid-template-columns: 1fr; gap: 32px; }
  .en-profile__photo { max-width: 300px; }
}
@media (max-width: 768px) {
  .en-page-hero { padding: 48px 20px 40px; }
  .en-section { padding: 56px 20px; }
  .en-cta { padding: 52px 20px; }
  body.en .hero-mission { font-size: clamp(1.5rem, 6.4vw, 2rem); max-width: none; }
  .en-facts th, .en-facts td { display: block; width: 100%; white-space: normal; }
  .en-facts th { border-bottom: none; padding-bottom: 4px; }
  .en-facts td { padding-top: 0; }
  .en-contact-card { padding: 24px 20px; }
}

/* ==========================================
   /en/sakulabo.html — Sakura Theater Lab
   2026-09-02 追加。日本語版(sakulabo.html)の sl-* とは別実装。
   日本語版は独自CSSとスライドショーJSが重いので、
   英語版は「読んで伝わる」ことを優先した簡素な構成にしている
   ========================================== */

/* ---- 進め方の5ステップ ---- */
.en-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 20px;
  margin-top: 8px;
}
/* 5ステップなので、広い画面では5列に揃える（4+1で折り返すと間延びする） */
@media (min-width: 1000px) {
  .en-steps { grid-template-columns: repeat(5, 1fr); gap: 16px; }
  .en-step__body { padding: 16px 16px 20px; }
  .en-step__title { font-size: .96rem; }
  .en-step__desc { font-size: .84rem; }
}
.en-step {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.en-step img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.en-step__body { padding: 18px 20px 22px; }
.en-step__num {
  font-family: var(--font-en);
  font-size: .7rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--primary);
  display: block; margin-bottom: 6px;
}
.en-step__title { font-weight: 700; font-size: 1.02rem; margin-bottom: 6px; }
.en-step__desc { font-size: .88rem; color: var(--mid); line-height: 1.7; }

/* ---- 公演 ---- */
.en-prod {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 36px;
  padding: 36px 0;
  border-top: 1px solid var(--border);
  align-items: start;
}
.en-prod:first-of-type { border-top: none; }
.en-prod__flyer img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
.en-prod__num {
  font-family: var(--font-en);
  font-size: .72rem; font-weight: 700;
  letter-spacing: .18em;
  color: var(--primary);
  display: block; margin-bottom: 6px;
}
.en-prod__title {
  font-family: var(--font-en);
  font-size: 1.5rem; font-weight: 800;
  line-height: 1.25; margin-bottom: 8px;
}
.en-prod__theme {
  display: inline-block;
  background: var(--primary);
  color: var(--white);
  font-size: .74rem; font-weight: 700;
  letter-spacing: .04em;
  padding: 4px 12px; border-radius: 20px;
  margin-bottom: 14px;
}
.en-prod__meta {
  font-size: .86rem; color: var(--mid);
  line-height: 1.8; margin-bottom: 16px;
}
.en-prod__label {
  font-family: var(--font-en);
  font-size: .68rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--primary);
  display: block; margin-bottom: 4px;
}
.en-prod__synopsis {
  font-size: .93rem; line-height: 1.8;
  margin-bottom: 16px;
}
.en-prod__credit {
  font-size: .8rem; color: var(--mid);
  line-height: 1.8;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.en-prod__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 8px;
  margin-top: 16px;
}
.en-prod__gallery img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  border-radius: 4px;
}

/* ---- 別サイトへ出ることを明示するリンク ---- */
.en-external-note {
  background: var(--light);
  border: 1px dashed var(--border);
  border-radius: var(--radius);
  padding: 18px 22px;
  font-size: .9rem;
  color: var(--mid);
}
.en-external-note a { color: var(--primary); font-weight: 700; }

@media (max-width: 768px) {
  .en-prod { grid-template-columns: 1fr; gap: 22px; padding: 30px 0; }
  .en-prod__flyer { max-width: 260px; }
  .en-prod__title { font-size: 1.3rem; }
}

/* ==========================================
   /en/donate.html — Support us
   2026-09-02 追加
   ========================================== */
.en-grid2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 8px;
}
.en-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 24px;
}
.en-card__title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 6px;
  color: var(--dark);
}
.en-card__desc { font-size: .89rem; color: var(--mid); line-height: 1.75; }
.en-card__badge {
  display: inline-block;
  font-family: var(--font-en);
  font-size: .66rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 3px 9px; border-radius: 12px;
  background: var(--light); color: var(--mid);
  border: 1px solid var(--border);
  margin-bottom: 10px;
}
.en-card__badge--live { background: var(--primary); color: var(--white); border-color: var(--primary); }

/* 海外の寄付者に先に伝える事実（ここを読み飛ばさせない） */
.en-facts-box {
  background: var(--white);
  border: 2px solid var(--primary);
  border-radius: var(--radius);
  padding: 26px 28px;
}
.en-facts-box h3 {
  font-family: var(--font-en);
  font-size: 1.05rem; font-weight: 800;
  margin-bottom: 14px; color: var(--primary);
}
.en-facts-box dl { margin: 0; }
.en-facts-box dt {
  font-weight: 700; font-size: .92rem;
  margin-top: 16px;
}
.en-facts-box dt:first-of-type { margin-top: 0; }
.en-facts-box dd {
  margin: 4px 0 0; font-size: .9rem;
  color: var(--mid); line-height: 1.75;
}

/* FAQ */
.en-faq dt {
  font-weight: 700; font-size: .96rem;
  padding-top: 20px; margin-top: 20px;
  border-top: 1px solid var(--border);
}
.en-faq dt:first-of-type { border-top: none; margin-top: 0; padding-top: 0; }
.en-faq dd {
  margin: 8px 0 0; font-size: .91rem;
  color: var(--mid); line-height: 1.8;
}
.en-faq { margin: 0; }

/* 寄付ボタン（ナビ） */
.site-nav a.btn-nav-donate-en {
  background: var(--accent);
  color: var(--white);
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 20px;
}
.site-nav a.btn-nav-donate-en:hover { background: #d05828; color: var(--white); }

@media (max-width: 768px) {
  .en-facts-box { padding: 22px 20px; }
}
