/* ============================================================
   Innovator Profile — Modern Editorial Sub-brand
   ============================================================
   独立メディア "Innovator Profile" の専用スタイル。
   body.brand-innovator が付いたページに適用。
   ============================================================ */

body.brand-innovator {
  /* Innovator brand palette */
  --i-bg: #faf7f2;            /* cream */
  --i-bg-soft: #f4ede0;       /* warm cream */
  --i-bg-muted: #ede4d3;
  --i-text: #1a1a1a;          /* charcoal */
  --i-text-muted: #5a5a5a;
  --i-text-subtle: #8a8a8a;
  --i-burgundy: #7c1d1d;
  --i-burgundy-dark: #5c1010;
  --i-border: #e7e0d2;
  --i-quote-bg: #fdf6e8;

  /* Typography stacks */
  --i-serif: 'Playfair Display', 'Noto Serif JP', Georgia, serif;
  --i-serif-jp: 'Noto Serif JP', 'Yu Mincho', 'YuMincho', serif;
  --i-sans: 'Inter', 'Noto Sans JP', -apple-system, sans-serif;
  --i-sans-jp: 'Noto Sans JP', -apple-system, sans-serif;

  background: var(--i-bg);
  color: var(--i-text);
  font-family: var(--i-sans-jp);
  line-height: 1.85;
  letter-spacing: 0.01em;
}

/* === Navigation override (white bar with charcoal text) === */
body.brand-innovator nav#nav {
  background: var(--i-bg);
  box-shadow: 0 1px 0 var(--i-border);
  padding: 18px 0;
}
body.brand-innovator nav#nav.scrolled { padding: 12px 0; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
body.brand-innovator nav#nav .logo,
body.brand-innovator nav#nav .nav-links > a,
body.brand-innovator nav#nav .nav-drop > a {
  color: var(--i-text);
  text-shadow: none;
}
body.brand-innovator nav#nav .logo { font-family: var(--i-serif); font-style: italic; font-weight: 700; }
body.brand-innovator nav#nav .logo .accent { color: var(--i-burgundy); }
body.brand-innovator nav#nav .nav-cta {
  background: var(--i-burgundy);
  color: #fff !important;
  border-radius: 0;            /* sharper editorial */
  padding: 8px 22px;
  font-family: var(--i-sans);
  font-weight: 500 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  box-shadow: none;
}
body.brand-innovator nav#nav .nav-cta:hover { background: var(--i-burgundy-dark); transform: none; box-shadow: none; }

/* === Wordmark === */
.innovator-wordmark {
  font-family: var(--i-serif);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--i-text);
  display: block;
}
.innovator-wordmark .by {
  display: block;
  font-family: var(--i-sans);
  font-style: normal;
  font-weight: 500;
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--i-text-subtle);
  margin-top: 0.6em;
}

/* === Hero override (cream bg, wordmark only) === */
body.brand-innovator section.hero,
body.brand-innovator section.hero-compact {
  background: var(--i-bg);
  background-image: none;
  color: var(--i-text);
  text-align: left;
  padding: 160px 0 80px;
}
body.brand-innovator section.hero::before,
body.brand-innovator section.hero-compact::before { display: none; }
body.brand-innovator section.hero h1,
body.brand-innovator section.hero-compact h1 {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.5;
  text-shadow: none;
  color: var(--i-text);
}
body.brand-innovator section.hero .accent,
body.brand-innovator section.hero-compact .accent {
  background: transparent;
  color: var(--i-burgundy);
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  font-style: italic;
}
body.brand-innovator section.hero .subtitle,
body.brand-innovator section.hero-compact .subtitle {
  color: var(--i-text-muted);
  text-shadow: none;
  font-size: 1.05rem;
  max-width: 640px;
  margin: 1.5rem 0 2rem;
}
body.brand-innovator section.hero .badge {
  background: transparent;
  color: var(--i-burgundy);
  border: none;
  padding: 0;
  border-radius: 0;
  font-family: var(--i-sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  box-shadow: none;
  margin-bottom: 1rem;
}
body.brand-innovator .hero-buttons { justify-content: flex-start; }

/* === Body sections === */
body.brand-innovator section { padding: 80px 0; }
body.brand-innovator .section-alt { background: var(--i-bg-soft); }
body.brand-innovator .section-soft { background: var(--i-bg-muted); }
body.brand-innovator .section-label {
  font-family: var(--i-sans);
  color: var(--i-burgundy);
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 500;
}
body.brand-innovator .section-title h2 {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: clamp(1.6rem, 3vw, 2rem);
  line-height: 1.45;
  letter-spacing: 0;
  color: var(--i-text);
}
body.brand-innovator .section-title p { color: var(--i-text-muted); }

/* === Buttons override === */
body.brand-innovator .btn {
  border-radius: 0;
  font-family: var(--i-sans);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  padding: 14px 28px;
}
body.brand-innovator .btn-primary {
  background: var(--i-burgundy);
  color: #fff;
  box-shadow: none;
}
body.brand-innovator .btn-primary:hover {
  background: var(--i-burgundy-dark);
  transform: none;
  box-shadow: none;
  filter: none;
}
body.brand-innovator .btn-secondary {
  background: transparent;
  color: var(--i-text);
  border: 1px solid var(--i-text);
  margin-left: 12px;
  box-shadow: none;
}
body.brand-innovator .btn-secondary:hover {
  background: var(--i-text);
  color: var(--i-bg);
  transform: none;
  box-shadow: none;
}
body.brand-innovator .btn-outline {
  border: 1px solid var(--i-burgundy);
  color: var(--i-burgundy);
}
body.brand-innovator .btn-outline:hover { background: var(--i-burgundy); color: #fff; border-color: var(--i-burgundy); }
body.brand-innovator .btn-outline.btn-outline-soft { border-color: rgba(0,0,0,0.18); color: var(--i-text-muted); }
body.brand-innovator .btn-outline.btn-outline-soft:hover { background: transparent; color: var(--i-burgundy); border-color: var(--i-burgundy); }

/* About section — manifesto + progress stamp + dual actions */
#about .about-headline {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.about-manifesto {
  border-top: 1px solid var(--i-border);
  border-bottom: 1px solid var(--i-border);
  padding: 2.2rem 0 2.4rem;
  margin: 0 0 1.8rem;
  font-family: var(--i-serif-jp);
}
.about-manifesto p {
  font-size: 1.15rem;
  line-height: 1.95;
  color: var(--i-text);
  margin: 0 0 0.35rem;
}
.about-manifesto p:last-child { margin-bottom: 0; }
.about-manifesto-claim {
  margin-top: 0.6rem !important;
  font-size: 1.3rem !important;
  line-height: 1.6 !important;
}
.about-manifesto-claim strong { font-weight: 700; }
.big-num {
  display: inline-block;
  font-family: 'Playfair Display', var(--i-serif-jp), serif;
  font-style: italic;
  font-weight: 700;
  color: var(--i-burgundy);
  font-size: 1.5em;
  line-height: 1;
  font-feature-settings: "tnum";
  margin: 0 0.1em;
}
.about-because {
  color: var(--i-text-muted);
  font-size: 0.96rem;
  line-height: 2;
  margin: 0 0 2rem;
}
.about-progress-stamp {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  padding: 10px 18px;
  border: 1px solid var(--i-border);
  border-radius: 999px;
  background: var(--i-bg);
  font-family: var(--i-sans);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: var(--i-text-muted);
  margin: 0 0 2.2rem;
}
.about-progress-stamp .stamp-current strong {
  color: var(--i-burgundy);
  font-family: 'Playfair Display', var(--i-serif-jp), serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.2em;
  font-feature-settings: "tnum";
  margin: 0 0.1em;
}
.about-progress-stamp .stamp-sep {
  color: rgba(0,0,0,0.25);
}
.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 600px) {
  .about-manifesto p { font-size: 1.05rem; line-height: 1.9; }
  .about-manifesto-claim { font-size: 1.18rem !important; }
  .big-num { font-size: 1.35em; }
  .about-progress-stamp { width: 100%; justify-content: center; }
  .about-actions { flex-direction: column; align-items: stretch; }
  .about-actions .btn { text-align: center; }
}

/* Editorial Programs — vertical editorial list with hairlines.
   Differentiates visually from editorial-break-paths (which is 3-card horizontal). */
.editorial-programs-headline {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.6vw, 1.85rem);
  line-height: 1.55;
  color: var(--i-text);
  margin: 0;
}
.editorial-program-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--i-border);
}
.program-item {
  border-bottom: 1px solid var(--i-border);
}
.program-link {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  padding: 28px 0;
  text-decoration: none;
  color: inherit;
  transition: background 0.18s ease;
}
.program-link:hover {
  background: rgba(124, 29, 29, 0.025);
}
.program-link.program-link-static {
  cursor: default;
}
.program-link.program-link-static:hover { background: transparent; }
.program-marker {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 4px;
}
.program-roman {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--i-burgundy);
  line-height: 1;
}
.program-verb {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--i-text);
  letter-spacing: 0.04em;
}
.program-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.program-title {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--i-text);
  margin: 0;
}
.program-desc {
  color: var(--i-text-muted);
  font-size: 0.95rem;
  line-height: 1.95;
  margin: 0;
}
.program-cta {
  font-family: var(--i-sans);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--i-burgundy);
  letter-spacing: 0.04em;
  margin-top: 4px;
  transition: transform 0.18s ease;
  display: inline-block;
  align-self: flex-start;
}
.program-link:hover .program-cta { transform: translateX(3px); }
.program-self-note {
  font-family: var(--i-sans);
  font-size: 0.82rem;
  color: var(--i-text-muted);
  letter-spacing: 0.02em;
  margin-top: 8px;
}
.program-self-num {
  font-family: 'Playfair Display', var(--i-serif-jp), serif;
  font-style: italic;
  font-weight: 700;
  color: var(--i-burgundy);
  font-size: 1.15em;
  font-feature-settings: "tnum";
  margin: 0 0.1em;
}
.program-item-self .program-title {
  color: var(--i-text-muted);
}
@media (max-width: 720px) {
  .program-link {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 0;
  }
  .program-marker {
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
    padding-left: 0;
  }
  .program-roman { font-size: 1.4rem; }
}

/* 2-column card grid override (about.html team). Base style.css ships only
   card-grid-3; this matches its visual treatment but with 2 cols. */
.card-grid.card-grid-2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); max-width: 720px; }

/* Editorial Stance section (about.html) — 3-column manifesto cards */
.stance-section .container { max-width: 1200px; }
.stance-grid { grid-template-columns: repeat(3, 1fr) !important; gap: 24px; }
.stance-card { padding: 32px 28px 30px; }
.stance-kicker {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
}
.stance-kicker-num {
  font-family: 'Playfair Display', var(--i-serif-jp), serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.85rem;
  color: var(--i-burgundy);
  line-height: 1;
  font-feature-settings: "tnum";
}
.stance-kicker-label {
  font-family: var(--i-sans);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--i-burgundy);
  font-weight: 700;
}
.stance-title {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.55;
  color: var(--i-text);
  margin: 0 0 12px;
}
.stance-desc {
  color: var(--i-text-muted);
  font-size: 0.92rem;
  line-height: 1.95;
  margin: 0;
}
@media (max-width: 900px) {
  .stance-grid { grid-template-columns: 1fr !important; }
  .stance-card { padding: 26px 22px 24px; }
}
@media (max-width: 768px) {
  .stance-title br { display: none; }
}

/* Team section (about.html) — editor / publisher / innovator with portraits */
.team-section .container { max-width: 1200px; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.team-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--i-border);
  padding: 0 0 26px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.18s ease;
}
.team-card-link:hover {
  transform: translateY(-3px);
  border-color: var(--i-burgundy);
}
.team-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--i-bg-muted) center/cover no-repeat;
  margin-bottom: 22px;
  transition: filter 0.4s ease;
}
.team-card-link:hover .team-photo {
  filter: brightness(1.04) saturate(1.05);
}
.team-role {
  display: block;
  padding: 0 26px;
  font-family: var(--i-sans);
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--i-burgundy);
  font-weight: 600;
  margin-bottom: 8px;
}
.team-role-issue {
  font-family: 'Playfair Display', var(--i-serif-jp), serif;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.95em;
  color: var(--i-burgundy);
  margin-left: 4px;
}
.team-name {
  padding: 0 26px;
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.45;
  color: var(--i-text);
  margin: 0 0 12px;
}
.team-name-sub {
  font-size: 0.82em;
  color: var(--i-text-muted);
  font-weight: 500;
  margin-left: 2px;
}
.team-desc {
  padding: 0 26px;
  color: var(--i-text-muted);
  font-size: 0.92rem;
  line-height: 1.95;
  margin: 0;
}
.team-cta {
  display: block;
  padding: 16px 26px 0;
  margin-top: auto;
  font-family: var(--i-sans);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--i-burgundy);
  letter-spacing: 0.02em;
  transition: transform 0.18s ease;
}
.team-card-link:hover .team-cta { transform: translateX(3px); }
@media (max-width: 900px) {
  .team-grid { grid-template-columns: 1fr; }
}

/* Numbering definition list (about.html) — i. / ii. editorial terms */
.numbering-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--i-border);
}
.numbering-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  padding: 22px 0;
  border-bottom: 1px solid var(--i-border);
}
.numbering-term {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
}
.numbering-roman {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--i-burgundy);
  line-height: 1;
}
.numbering-label {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--i-text);
}
.numbering-desc {
  margin: 0;
  color: var(--i-text-muted);
  font-size: 0.96rem;
  line-height: 1.95;
}
.numbering-desc .inline-no {
  font-family: 'IBM Plex Mono', 'Source Code Pro', monospace;
  font-size: 0.88em;
  background: rgba(124,29,29,0.06);
  padding: 2px 8px;
  border-radius: 3px;
  color: var(--i-burgundy);
}
@media (max-width: 720px) {
  .numbering-item { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
}

/* Mission section refinements (about.html) */
.mission-headline {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.mission-bridge {
  font-family: var(--i-serif-jp);
  font-style: italic;
  font-size: 1rem;
  color: var(--i-burgundy);
  margin: 1.6rem 0 1rem;
  letter-spacing: 0.04em;
}
.mission-because {
  border-left: 2px solid var(--i-burgundy);
  padding: 0.4rem 0 0.4rem 1.4rem;
  margin: 0;
  font-family: var(--i-serif-jp);
  font-style: italic;
  font-size: 0.98rem;
  line-height: 2;
  color: var(--i-text-muted);
}

/* About hero — magazine-cover-style hero with imprint + ribbon + dual CTA */
.about-hero .badge {
  letter-spacing: 0.32em;
  font-size: 0.75rem;
}
.about-hero-headline {
  font-size: clamp(2rem, 4.2vw, 2.9rem) !important;
  line-height: 1.45;
}
.about-hero-headline em {
  color: var(--i-burgundy);
  font-style: normal;
}
.about-hero .hero-tagline {
  font-family: var(--i-serif-jp);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: var(--i-text);
  margin: 1.4rem 0 1.8rem;
  line-height: 1.85;
}
.about-hero .hero-imprint {
  font-family: var(--i-serif-jp);
  font-style: italic;
  color: var(--i-text-muted);
  font-size: 0.92rem;
  line-height: 1.95;
  margin: 0 0 1.6rem;
}
.about-hero .hero-imprint-line {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-right: 18px;
}
.about-hero .hero-imprint-label {
  font-family: var(--i-sans);
  font-style: normal;
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--i-burgundy);
  font-weight: 700;
}
.about-hero .hero-progress-ribbon {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  border-top: 1px solid var(--i-border);
  border-bottom: 1px solid var(--i-border);
  font-family: var(--i-sans);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--i-text-muted);
  font-weight: 600;
  margin: 0 0 2rem;
}
.about-hero .ribbon-issue strong {
  font-family: 'Playfair Display', var(--i-serif-jp), serif;
  font-style: italic;
  font-size: 1.05em;
  color: var(--i-burgundy);
  font-feature-settings: "tnum";
  margin: 0 0.05em;
}
.about-hero .ribbon-sep {
  color: var(--i-burgundy);
  font-style: italic;
  letter-spacing: 0;
}
.about-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 0;
}
@media (max-width: 600px) {
  .about-hero .hero-imprint-line { display: block; margin-right: 0; margin-bottom: 4px; }
  .about-hero .hero-progress-ribbon {
    width: 100%;
    justify-content: center;
    gap: 10px;
    font-size: 0.66rem;
  }
  .about-hero-buttons .btn { flex: 1; text-align: center; min-width: 0; }
}

/* Hero CTA stack — primary button + small "30 分・無料" microcopy beneath */
.hero-program-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
}
.hero-cta-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.hero-cta-note {
  font-family: var(--i-sans);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--i-text-muted);
  font-weight: 600;
  padding-left: 2px;
}
.hero-secondary-link {
  font-family: var(--i-sans);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--i-text-muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
  transition: color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  align-self: center;
}
.hero-secondary-link:hover {
  color: var(--i-burgundy);
  border-bottom-color: var(--i-burgundy);
  transform: translateX(-3px);
}
@media (max-width: 600px) {
  .hero-program-buttons { gap: 14px; }
  .hero-cta-stack { width: 100%; }
  .hero-cta-stack .btn { width: 100%; text-align: center; }
  .hero-secondary-link { font-size: 0.88rem; }
}

/* Persona / Who-for cards (education / coaching) — replaced emoji with
   numbered Playfair markers for editorial consistency. */
.persona-grid { gap: 24px; }
.persona-card { padding: 32px 28px 28px; }
.persona-marker {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
}
.persona-roman {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.7rem;
  color: var(--i-burgundy);
  line-height: 1;
  font-feature-settings: "tnum";
}
.persona-label {
  font-family: var(--i-sans);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--i-burgundy);
  font-weight: 700;
}
.persona-card h3 {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: 1.18rem;
  line-height: 1.55;
  color: var(--i-text);
  margin: 0 0 12px;
}
.persona-card p {
  color: var(--i-text-muted);
  font-size: 0.92rem;
  line-height: 1.95;
  margin: 0;
}
.persona-card .icon { display: none; }

/* About hero — load-time cascade animation (mirrors consulting heroRise pattern) */
@media (prefers-reduced-motion: no-preference) {
  .about-hero .badge,
  .about-hero-headline,
  .about-hero .hero-tagline,
  .about-hero .hero-imprint,
  .about-hero .hero-progress-ribbon,
  .about-hero-buttons {
    opacity: 0;
    animation: heroRise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .about-hero .badge                 { animation-delay: 0.05s; }
  .about-hero-headline               { animation-delay: 0.15s; }
  .about-hero .hero-tagline          { animation-delay: 0.3s;  }
  .about-hero .hero-imprint          { animation-delay: 0.4s;  }
  .about-hero .hero-progress-ribbon  { animation-delay: 0.5s;  }
  .about-hero-buttons                { animation-delay: 0.6s;  }

  /* Ribbon current issue number subtle pulse to suggest "live / updating" */
  .about-hero .ribbon-current {
    animation: ribbonPulse 3.2s ease-in-out infinite;
  }
  @keyframes ribbonPulse {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.55; }
  }

  /* Mission manifesto Playfair "100" subtle entrance with delay after manifesto reveals */
  .about-manifesto.reveal-scale.in .big-num {
    animation: numFloat 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
  }
  @keyframes numFloat {
    from { opacity: 0; transform: translateY(8px) scale(0.96); }
    to   { opacity: 1; transform: translateY(0)   scale(1);    }
  }

  /* Featured stamp "8" — same number flourish */
  .featured-stamp.reveal.in .featured-stamp-num {
    animation: numFloat 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
  }

  /* Program hero (education / coaching) — same heroRise cascade */
  .hero-program .breadcrumb-line,
  .hero-program .badge,
  .hero-program .hero-headline,
  .hero-program .subtitle,
  .hero-program .hero-buttons {
    opacity: 0;
    animation: heroRise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .hero-program .breadcrumb-line { animation-delay: 0.05s; }
  .hero-program .badge           { animation-delay: 0.12s; }
  .hero-program .hero-headline   { animation-delay: 0.20s; }
  .hero-program .subtitle        { animation-delay: 0.35s; }
  .hero-program .hero-buttons    { animation-delay: 0.5s;  }

  /* Subscribe channel tag chips small entrance with stagger (extends reveal-stagger) */
  .featured-stamp.reveal.in .featured-stamp-tag {
    animation: tagPop 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .featured-stamp.reveal.in .featured-stamp-tag:nth-child(1) { animation-delay: 0.45s; }
  .featured-stamp.reveal.in .featured-stamp-tag:nth-child(2) { animation-delay: 0.52s; }
  .featured-stamp.reveal.in .featured-stamp-tag:nth-child(3) { animation-delay: 0.59s; }
  .featured-stamp.reveal.in .featured-stamp-tag:nth-child(4) { animation-delay: 0.66s; }
  .featured-stamp.reveal.in .featured-stamp-tag:nth-child(5) { animation-delay: 0.73s; }
  .featured-stamp.reveal.in .featured-stamp-tag:nth-child(6) { animation-delay: 0.80s; }
  @keyframes tagPop {
    from { opacity: 0; transform: translateY(4px); }
    to   { opacity: 1; transform: translateY(0);    }
  }
}

/* Featured stamp — about.html, statistic block separated from team people. */
.featured-stamp {
  margin-top: 3.2rem;
  padding: 36px 32px 32px;
  border: 1px solid var(--i-border);
  background: var(--i-bg);
}
.featured-stamp-label {
  display: block;
  font-family: var(--i-sans);
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--i-burgundy);
  font-weight: 700;
  margin-bottom: 18px;
}
.featured-stamp-headline {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 18px;
}
.featured-stamp-num {
  font-family: 'Playfair Display', var(--i-serif-jp), serif;
  font-style: italic;
  font-weight: 700;
  color: var(--i-burgundy);
  font-size: 3.2rem;
  line-height: 1;
  font-feature-settings: "tnum";
}
.featured-stamp-unit {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--i-text);
}
.featured-stamp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.featured-stamp-tag {
  font-family: var(--i-sans);
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  color: var(--i-text-muted);
  background: var(--i-bg-muted);
  padding: 5px 12px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.18s, color 0.18s;
}
.featured-stamp-tag:hover {
  background: var(--i-burgundy);
  color: #fff;
}
.featured-stamp-desc {
  margin: 0 0 18px;
  color: var(--i-text-muted);
  font-size: 0.94rem;
  line-height: 1.85;
}
.featured-stamp-cta {
  display: inline-block;
  font-family: var(--i-sans);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--i-burgundy);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--i-burgundy);
  transition: transform 0.18s ease;
}
.featured-stamp-cta:hover { transform: translateX(3px); }
.featured-stamp-cta-num {
  font-family: 'Playfair Display', var(--i-serif-jp), serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.1em;
  font-feature-settings: "tnum";
  margin: 0 0.1em;
}
@media (max-width: 600px) {
  .featured-stamp { padding: 28px 22px 26px; }
  .featured-stamp-num { font-size: 2.6rem; }
  .featured-stamp-unit { font-size: 1.2rem; }
}

/* Subscribe section — media-style follow paths */
.subscribe-section {
  padding: 80px 0 96px;
}
.subscribe-channels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.subscribe-channel {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 22px 24px;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--i-border);
  background: var(--i-bg);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
a.subscribe-channel:hover {
  background: rgba(124, 29, 29, 0.04);
  border-color: var(--i-burgundy);
  transform: translateY(-2px);
}
.subscribe-channel-label {
  font-family: var(--i-sans);
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--i-burgundy);
  font-weight: 700;
  margin-bottom: 6px;
}
.subscribe-channel-title {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--i-text);
}
.subscribe-channel-note {
  color: var(--i-text-muted);
  font-size: 0.88rem;
  line-height: 1.7;
  margin-top: 4px;
}
.subscribe-channel-cta {
  margin-top: auto;
  padding-top: 14px;
  font-family: var(--i-sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--i-burgundy);
  display: inline-block;
  transition: transform 0.18s ease;
}
a.subscribe-channel:hover .subscribe-channel-cta { transform: translateX(4px); }
.subscribe-channel-soon {
  background: transparent;
  border-style: dashed;
  opacity: 0.7;
}
.subscribe-channel-soon .subscribe-channel-label {
  color: var(--i-text-muted);
}
@media (max-width: 820px) {
  .subscribe-channels { grid-template-columns: 1fr; }
  .subscribe-section { padding: 56px 0 72px; }
}

/* === Card grid override (magazine cards) === */
body.brand-innovator .card,
body.brand-innovator .pillar-card {
  background: #fff;
  border-radius: 0;
  border: 1px solid var(--i-border);
  box-shadow: none;
  padding: 28px 24px;
}
body.brand-innovator .pillar-card::before { display: none; }
body.brand-innovator .pillar-card h3,
body.brand-innovator .card h3 {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  color: var(--i-text);
}
body.brand-innovator .pillar-card .pillar-label {
  font-family: var(--i-sans);
  color: var(--i-burgundy);
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  font-weight: 500;
}
body.brand-innovator .card:hover,
body.brand-innovator .pillar-card:hover { transform: none; box-shadow: 0 8px 32px rgba(124,29,29,0.08); border-color: var(--i-burgundy); }

/* Magazine "issue card" — portrait on top, title below */
.issue-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 32px 24px;
  margin-top: 2rem;
}
.issue-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s;
}
.issue-card:hover { opacity: 0.92; transform: translateY(-3px); }
.issue-card .portrait {
  aspect-ratio: 4 / 5;
  background: var(--i-bg-muted) center/cover no-repeat;
  margin-bottom: 18px;
  overflow: hidden;
  transition: filter 0.4s ease;
}
.issue-card:hover .portrait { filter: brightness(1.04) saturate(1.05); }
.issue-card .no {
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: var(--i-burgundy);
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.issue-card .name {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  color: var(--i-text);
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 4px;
}
.issue-card .role {
  font-family: var(--i-sans);
  color: var(--i-text-muted);
  font-size: 0.85rem;
}
.issue-card .org {
  font-family: var(--i-sans);
  color: var(--i-text-subtle);
  font-size: 0.8rem;
  margin-top: 2px;
}
.issue-card .label {
  display: inline-block;
  font-family: var(--i-sans);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  background: var(--i-burgundy);
  color: #fff;
  font-weight: 600;
  margin-top: 12px;
  border-radius: 2px;
}
.issue-card .article-title {
  font-family: var(--i-serif-jp);
  color: var(--i-text);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.65;
  margin-top: 10px;
  letter-spacing: 0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* === Article (Q&A magazine layout) === */
.editorial-article {
  background: var(--i-bg);
  padding: 0 0 80px;
}
.editorial-article .article-head {
  max-width: 760px;
  margin: 0 auto;
  padding: 64px 24px 56px;
  border-bottom: 1px solid var(--i-border);
}
.editorial-article .breadcrumb-line {
  font-family: var(--i-sans);
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--i-burgundy);
  margin-bottom: 1.5rem;
}
.editorial-article .breadcrumb-line a { color: var(--i-text-muted); text-decoration: none; }
.editorial-article .breadcrumb-line a:hover { color: var(--i-burgundy); }
.editorial-article h1.article-title {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  line-height: 1.55;
  letter-spacing: -0.005em;
  color: var(--i-text);
  margin-bottom: 1.6rem;
}
.editorial-article h1.article-title .article-label {
  display: block;
  font-family: var(--i-sans);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--i-burgundy);
  margin-bottom: 0.9rem;
}
.editorial-article h1.article-title .article-byname {
  display: block;
  font-family: var(--i-serif-jp);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--i-text-muted);
  margin-top: 1rem;
}
.editorial-article .meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-family: var(--i-sans);
  font-size: 0.82rem;
  color: var(--i-text-muted);
  margin-bottom: 0.6rem;
}
.editorial-article .meta-row strong { color: var(--i-text); font-weight: 600; }
.editorial-article .tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1rem; }
.editorial-article .tag-chip {
  font-family: var(--i-sans);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--i-burgundy);
  border: 1px solid var(--i-burgundy);
  padding: 4px 12px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.editorial-article a.tag-chip:hover {
  background: var(--i-burgundy);
  color: #fff;
}

.editorial-article .article-hero {
  max-width: 1200px;
  margin: 50px auto 60px;
  aspect-ratio: 16 / 9;
  background: var(--i-bg-muted) center/cover no-repeat;
  overflow: hidden;
}

.editorial-article .article-body {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  font-size: 1.05rem;
  line-height: 1.95;
}

.editorial-article .article-body h2 {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.5;
  color: var(--i-text);
  margin: 3.4rem 0 1.1rem;
  letter-spacing: 0;
}
.editorial-article .article-body h2.chapter {
  font-style: italic;
  margin-top: 5rem;
}
/* Chapter ornament defined further below (◇ ◇ ◇ + "Chapter I" label) */

.editorial-article .article-body h3 {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.55;
  color: var(--i-text);
  margin: 2.6rem 0 1rem;
}

.editorial-article .article-body p {
  color: var(--i-text);
  margin-bottom: 1.4rem;
}
/* Editorial dropcap — applied only by build.py to the first character of the
   first `.lead` paragraph that is preceded by an `h2.chapter`, and only when
   that character is CJK (skips digits / ASCII so `2025年…` renders cleanly). */
.editorial-article .article-body p.lead .dropcap {
  font-family: var(--i-serif);
  font-size: 4.2rem;
  font-weight: 700;
  float: left;
  line-height: 1;
  margin: 0.1rem 0.6rem 0 0;
  color: var(--i-burgundy);
}
@media (prefers-reduced-motion: no-preference) {
  .editorial-article .article-body p.lead .dropcap {
    animation: dropcapFade 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
  }
  @keyframes dropcapFade {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  /* Chapter ornament ◇ ◇ ◇ fade in with a tiny delay */
  .editorial-article .article-body h2.chapter::before {
    animation: chapterOrnament 1.4s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  @keyframes chapterOrnament {
    from { opacity: 0; letter-spacing: 1em; }
    to   { opacity: 0.85; letter-spacing: 0.4em; }
  }
  /* Editorial program list: gentle hairline draw-in on first view */
  .editorial-program-list.reveal-stagger.in { transition: border-color 0.6s ease; }
  /* Break path CTA arrow nudge on hover (additional to PR-D) */
  .break-path .break-path-cta { transition: color 0.18s, border-color 0.18s, transform 0.2s ease; }
  .break-path:hover .break-path-cta { transform: translateX(4px); }
}
/* Collapse rhythm-style line breaks on narrow screens: `<br class="rhythm">`
   is inserted by build.py for prose paragraphs (no checklist markers), so we
   keep desktop rhythm but let mobile reflow naturally. */
@media (max-width: 768px) {
  .editorial-article .article-body br.rhythm { display: none; }
}
/* Article footer related-issues pool: render all 7 cards but show only the
   first 3 by default. JS (innovator_article.html.j2) shuffles + adjusts on load
   so the 3 shown are random per page view. The CSS prevents the flash of
   all-7 before the script runs. */
.related-issues .related-pool > .issue-card:nth-child(n+4) { display: none; }
/* Inline quote (p.quote) keeps left-bar style; blockquote is restyled below as pull-quote */
.editorial-article .article-body p.quote {
  background: var(--i-quote-bg);
  border-left: 3px solid var(--i-burgundy);
  padding: 1.4rem 1.8rem;
  margin: 2rem 0;
  font-family: var(--i-serif-jp);
  font-style: italic;
  color: var(--i-text);
  font-size: 1.1rem;
  line-height: 1.85;
}

/* === Magazine break sections === */
.editorial-break {
  background: var(--i-text);
  color: var(--i-bg);
  padding: 80px 24px;
  text-align: center;
}
.editorial-break h2 {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin-bottom: 1rem;
  color: var(--i-bg);
}
.editorial-break p { color: rgba(250,247,242,0.85); max-width: 580px; margin: 0 auto 2rem; }
.editorial-break .btn-primary { background: #fff; color: var(--i-text); }
.editorial-break .btn-primary:hover { background: var(--i-bg-soft); color: var(--i-text); }

/* Editorial break paths variant — 3 service cards on dark background */
.editorial-break-paths { padding: 88px 24px 96px; }
.editorial-break-paths .container { max-width: 1080px; }
.editorial-break-paths h2 {
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  margin-bottom: 0.8rem;
}
.editorial-break-paths .break-lead {
  color: rgba(250,247,242,0.78);
  max-width: 640px;
  margin: 0 auto 3rem;
  font-size: 0.95rem;
  line-height: 1.95;
}
.break-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  text-align: left;
}
.break-path {
  display: flex;
  flex-direction: column;
  background: rgba(250,247,242,0.04);
  border: 1px solid rgba(250,247,242,0.18);
  padding: 26px 24px 24px;
  color: var(--i-bg);
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.break-path:hover {
  background: rgba(250,247,242,0.08);
  border-color: rgba(250,247,242,0.32);
  transform: translateY(-2px);
}
.break-path-kicker {
  font-family: var(--i-sans);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: none;
  color: var(--i-burgundy);
  font-weight: 700;
  margin-bottom: 12px;
}
.break-path-title {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--i-bg);
  margin: 0 0 12px;
}
.break-path-desc {
  color: rgba(250,247,242,0.78);
  font-size: 0.9rem;
  line-height: 1.85;
  margin: 0 0 20px;
}
.break-path-cta {
  margin-top: auto;
  font-family: var(--i-sans);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.45);
  padding-bottom: 4px;
  align-self: flex-start;
  transition: color 0.18s ease, border-color 0.18s ease;
}
.break-path:hover .break-path-cta {
  color: var(--i-accent, #d4a017);
  border-color: var(--i-accent, #d4a017);
}
@media (max-width: 980px) {
  .break-paths { grid-template-columns: 1fr; gap: 14px; }
  .editorial-break-paths { padding: 64px 18px 72px; }
  .editorial-break-paths .break-lead { margin-bottom: 2.2rem; }
}

/* ============================================================
   Issues list — Featured + Grid (index page)
   ============================================================ */
.issues-list {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

/* α. Featured (latest issue) */
.issue-card-featured {
  display: grid !important;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: center;
  background: #fff;
  padding: 44px;
  border: 1px solid var(--i-border);
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}
.issue-card-featured:hover {
  opacity: 1 !important;
  box-shadow: 0 18px 56px rgba(124,29,29,0.10);
  transform: translateY(-3px);
}
.issue-card-featured::before {
  content: 'FEATURED ISSUE';
  position: absolute;
  top: -11px;
  left: 36px;
  background: var(--i-text);
  color: var(--i-bg);
  font-family: var(--i-sans);
  font-size: 0.65rem;
  letter-spacing: 0.38em;
  font-weight: 600;
  padding: 8px 16px;
}
.issue-card-featured > .portrait {
  margin-bottom: 0;
  aspect-ratio: 4 / 5;
  height: 100%;
  max-height: 520px;
}
.issue-card-featured .issue-card-body {
  display: flex;
  flex-direction: column;
}
.issue-card-featured .issue-card-meta { margin-bottom: 16px; }
.issue-card-featured .no {
  font-size: 2.4rem;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1;
}
.issue-card-featured .date {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
}
.issue-card-featured .name {
  font-size: clamp(1.6rem, 2.4vw, 1.95rem);
  margin: 4px 0 8px;
  line-height: 1.35;
}
.issue-card-featured .role {
  font-size: 0.95rem;
  margin-bottom: 18px;
}
.issue-card-featured .label {
  font-size: 0.85rem;
  margin-top: 0;
  padding: 5px 12px;
  align-self: flex-start;
}
.issue-card-featured .article-title {
  font-size: 1.1rem;
  margin-top: 16px;
  line-height: 1.7;
}
.issue-card-featured .card-tags { margin-top: 20px; }
.issue-card-featured .featured-cta {
  font-family: var(--i-sans);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--i-burgundy);
  font-weight: 600;
  margin-top: 26px;
  display: inline-block;
  border-bottom: 1px solid var(--i-burgundy);
  padding-bottom: 4px;
  align-self: flex-start;
}

/* γ. Meta row (No. + date) on every issue-card */
.issue-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
}
.issue-card-meta .no { margin-bottom: 0 !important; }
.issue-card .date {
  font-family: var(--i-sans);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: var(--i-text-subtle);
  font-weight: 500;
}

/* γ. Tags display */
.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}
.card-tag {
  font-family: var(--i-sans);
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  color: var(--i-text-muted);
  background: var(--i-bg-muted);
  padding: 3px 9px;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.card-tag:hover {
  background: var(--i-burgundy);
  color: #fff;
}

/* Tag filter bar shown when ?tag=X is set on /innovator_profile/ */
.tag-filter-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 1.8rem;
  font-family: var(--i-sans);
  font-size: 0.85rem;
  color: var(--i-text-muted);
}
.tag-filter-bar[hidden] { display: none; }
.tag-filter-label { letter-spacing: 0.06em; }
.tag-filter-active {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--i-burgundy);
  border: 1px solid var(--i-burgundy);
  background: rgba(124, 29, 29, 0.05);
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 600;
}
.tag-filter-clear {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--i-text-muted);
  text-decoration: underline;
}
.tag-filter-clear:hover { color: var(--i-burgundy); }

/* β. Portrait vignette on cards (magazine cover-style) */
.issue-card .portrait {
  position: relative;
  overflow: hidden;
}
.issue-card .portrait::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(170deg, transparent 62%, rgba(26,26,26,0.16) 100%);
  pointer-events: none;
}

/* ============================================================
   Hero — page variant (education / coaching / about)
   ============================================================ */
body.brand-innovator section.hero-page {
  padding: 140px 0 70px;
}
.hero-page > .container {
  max-width: 920px;
}
.hero-page .breadcrumb-line {
  font-family: var(--i-sans);
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--i-burgundy);
  margin-bottom: 1.6rem;
}
.hero-page .breadcrumb-line a { color: var(--i-text-muted); text-decoration: none; }
.hero-page .breadcrumb-line a:hover { color: var(--i-burgundy); }
.hero-page .hero-headline {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: clamp(2rem, 4.4vw, 3rem);
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: var(--i-text);
  margin: 0.8rem 0 0;
}
.hero-page .hero-headline em {
  font-style: normal;
  color: var(--i-burgundy);
}
.hero-page .subtitle {
  margin: 1.4rem 0 2rem;
  max-width: 640px;
}

/* === COMING SOON override (brand-innovator) === */
body.brand-innovator .coming-soon {
  background: var(--i-bg);
  border: 1px dashed var(--i-burgundy);
  border-radius: 0;
  padding: 56px 36px;
  text-align: left;
  max-width: 720px;
  margin: 0 auto;
}
body.brand-innovator .coming-soon .cs-label {
  display: inline-block;
  font-family: var(--i-sans);
  font-size: 0.68rem;
  letter-spacing: 0.36em;
  color: var(--i-burgundy);
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
}
body.brand-innovator .coming-soon h3 {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: clamp(1.4rem, 2.6vw, 1.85rem);
  color: var(--i-text);
  margin: 0 0 14px;
  line-height: 1.5;
}
body.brand-innovator .coming-soon p {
  color: var(--i-text-muted);
  max-width: 580px;
  margin: 0 0 1.8rem;
}

/* === Persona cards (education / coaching) — soften icon emoji === */
body.brand-innovator .card .icon {
  font-size: 1.8rem;
  margin-bottom: 14px;
  display: block;
  filter: saturate(0.85);
}

/* ============================================================
   Article body — chapter divider ornament + pull-quote (D)
   ============================================================ */
.editorial-article .article-body h2.chapter {
  border-top: none;
  padding-top: 0;
  margin-top: 5.5rem;
  position: relative;
  text-align: center;
}
.editorial-article .article-body h2.chapter::before {
  content: '◇  ◇  ◇';
  display: block;
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-size: 0.9rem;
  color: var(--i-burgundy);
  letter-spacing: 0.4em;
  margin-bottom: 1.6rem;
  text-transform: none;
  font-weight: 400;
  opacity: 0.85;
}
/* Reinstate per-chapter labels above the ❦ ornament */
.editorial-article .article-body h2.chapter::after {
  content: '';
  display: block;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--i-text-subtle);
  margin-top: 1rem;
}
.editorial-article .article-body h2.chapter:nth-of-type(1)::after { content: 'Chapter I'; }
.editorial-article .article-body h2.chapter:nth-of-type(2)::after { content: 'Chapter II'; }
.editorial-article .article-body h2.chapter:nth-of-type(3)::after { content: 'Chapter III'; }
.editorial-article .article-body h2.chapter:nth-of-type(4)::after { content: 'Chapter IV'; }
.editorial-article .article-body h2.chapter:nth-of-type(5)::after { content: 'Chapter V'; }

/* Pull-quote: blockquote becomes a centered editorial pull-quote */
.editorial-article .article-body blockquote {
  background: transparent;
  border-left: none;
  padding: 2.2rem 1rem 2rem;
  margin: 3rem 0;
  text-align: center;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.85;
  color: var(--i-text);
  font-style: italic;
}
.editorial-article .article-body blockquote::before {
  content: '“';
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  color: var(--i-burgundy);
  line-height: 0.5;
  margin-bottom: 1.2rem;
  font-style: normal;
  font-weight: 700;
}
.editorial-article .article-body blockquote p { margin: 0; }
.editorial-article .article-body blockquote::after {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  background: var(--i-burgundy);
  margin: 1.4rem auto 0;
}
/* The .p.quote variant keeps left-bar style for inline quotes */
.editorial-article .article-body p.quote {
  background: var(--i-quote-bg);
  border-left: 3px solid var(--i-burgundy);
  padding: 1.2rem 1.6rem;
  margin: 1.8rem 0;
  font-family: var(--i-serif-jp);
  font-style: italic;
  text-align: left;
}

/* Lists: refine bullets + spacing */
.editorial-article .article-body ul,
.editorial-article .article-body ol {
  margin: 1.4rem 0 1.6rem;
  padding-left: 1.4rem;
}
.editorial-article .article-body li {
  margin-bottom: 0.6rem;
  line-height: 1.85;
}
.editorial-article .article-body ul li::marker {
  color: var(--i-burgundy);
}

/* === Related issues (article tail) === */
.related-issues {
  background: var(--i-bg-soft);
  padding: 72px 0 64px;
  border-top: 1px solid var(--i-border);
}
.related-issues > .container { max-width: 1100px; }
.related-issues .related-label {
  font-family: var(--i-sans);
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--i-burgundy);
  font-weight: 600;
}
.related-issues .related-title {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.6vw, 1.85rem);
  color: var(--i-text);
  margin: 10px 0 36px;
  line-height: 1.4;
}
.related-issues .issue-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
  gap: 28px 24px;
}
.issue-grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 768px) {
  .related-issues { padding: 56px 0 48px; }
  .related-issues .issue-grid,
  .issue-grid-3 { grid-template-columns: 1fr; gap: 24px; }
}

/* === Editor / Publisher footer signature === */
.editorial-byline {
  max-width: 720px;
  margin: 60px auto 0;
  padding: 32px 24px;
  border-top: 1px solid var(--i-border);
  font-family: var(--i-sans);
  color: var(--i-text-muted);
  font-size: 0.88rem;
}
.editorial-byline strong { color: var(--i-text); }

/* === CTA section override (charcoal not blue) === */
body.brand-innovator section.cta-section {
  background: var(--i-text);
  color: var(--i-bg);
}
body.brand-innovator section.cta-section::before { display: none; }
body.brand-innovator section.cta-section h2 { color: var(--i-bg); font-family: var(--i-serif-jp); }
body.brand-innovator section.cta-section p { color: rgba(250,247,242,0.85); }
body.brand-innovator section.cta-section .btn-primary { background: #fff; color: var(--i-text); }
body.brand-innovator section.cta-section .btn-secondary { background: transparent; color: #fff; border: 1px solid #fff; }
body.brand-innovator section.cta-section .btn-secondary:hover { background: #fff; color: var(--i-text); }

/* === Footer (HAPILY family — keep yellow but smaller header) === */
body.brand-innovator footer.site-footer {
  position: relative;
}
body.brand-innovator footer.site-footer::after {
  content: 'Innovator Profile is published by HAPILY Inc.';
  position: absolute;
  top: 18px; left: 0; right: 0;
  text-align: center;
  font-family: var(--i-sans);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  z-index: 2;
}

/* ============================================================
   IP Mark — Masthead-style editorial wordmark (D)
   ============================================================ */

/* Compact mark (used in nav) */
.ip-mark {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  line-height: 1;
  gap: 4px;
}
.ip-mark .ip-name {
  font-family: var(--i-serif);
  font-style: italic;
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.005em;
  color: var(--i-text);
  line-height: 1;
}
.ip-mark .ip-rule {
  display: block;
  height: 1px;
  width: 100%;
  background: var(--i-burgundy);
}
.ip-mark .ip-sub {
  font-family: var(--i-sans);
  font-weight: 600;
  font-size: 0.55rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--i-burgundy);
  line-height: 1;
}

/* Large mark (used in Hero) */
.ip-mark-large {
  gap: 10px;
}
.ip-mark-large .ip-name {
  font-size: clamp(2.6rem, 6.5vw, 4.4rem);
  letter-spacing: -0.01em;
}
.ip-mark-large .ip-rule {
  height: 1.5px;
}
.ip-mark-large .ip-sub {
  font-size: clamp(0.9rem, 1.2vw, 1.15rem);
  letter-spacing: 0.5em;
}

/* ============================================================
   Hero Feature — split text + portrait, with progress meter
   ============================================================ */
body.brand-innovator section.hero-feature { padding: 140px 0 80px; }
.hero-feature .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.hero-feature .hero-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-feature .hero-text .badge { margin-bottom: 0.4rem; }
.hero-feature .hero-text .ip-mark-large {
  align-items: flex-start;
  margin: 0.2rem 0 1.8rem;
}
.hero-feature .hero-headline { margin: 0 !important; }
.hero-feature .hero-headline em {
  font-style: normal;
  color: var(--i-burgundy);
}
.hero-feature .subtitle { margin: 1.4rem 0 1.8rem; max-width: 540px; }
.hero-feature .hero-buttons { margin: 0 0 2rem; }

/* Hero portrait card (latest issue feature) */
.hero-portrait {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: transform 0.35s ease;
}
.hero-portrait:hover { transform: translateY(-4px); }
.hero-portrait-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  background-size: cover;
  background-position: center 18%;
  background-color: var(--i-bg-muted);
  position: relative;
  filter: saturate(0.92) contrast(1.02);
}
.hero-portrait-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(26,26,26,0.32) 100%);
  pointer-events: none;
}
.hero-portrait-caption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 16px;
  margin-top: 14px;
  border-top: 1px solid var(--i-border);
}
.hero-portrait-no {
  font-family: var(--i-sans);
  font-size: 0.68rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--i-burgundy);
  font-weight: 600;
}
.hero-portrait-name {
  font-family: var(--i-serif-jp);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--i-text);
  margin-top: 2px;
}
.hero-portrait-role {
  font-family: var(--i-sans);
  font-size: 0.82rem;
  color: var(--i-text-muted);
}
.hero-portrait-label {
  font-family: var(--i-serif-jp);
  font-size: 0.95rem;
  color: var(--i-burgundy);
  font-style: italic;
  margin-top: 6px;
}

/* Hero progress meter (100人プロジェクト · 8 / 100) */
.hero-progress {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 380px;
}
.hero-progress-title {
  font-family: var(--i-sans);
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--i-burgundy);
  font-weight: 600;
}
.hero-progress-count {
  display: flex;
  align-items: baseline;
  gap: 6px;
  line-height: 1;
}
.hero-progress-current {
  font-family: var(--i-serif);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(2.8rem, 6vw, 3.6rem);
  letter-spacing: -0.02em;
  color: var(--i-burgundy);
  line-height: 0.9;
}
.hero-progress-divider {
  font-family: var(--i-serif);
  font-style: italic;
  font-size: 1.6rem;
  color: var(--i-text-subtle);
  margin: 0 2px;
}
.hero-progress-total {
  font-family: var(--i-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--i-text-muted);
}
.hero-progress-unit {
  font-family: var(--i-sans);
  font-size: 0.9rem;
  color: var(--i-text-muted);
  margin-left: 4px;
  letter-spacing: 0.05em;
}
.hero-progress-bar {
  width: 100%;
  height: 4px;
  background: rgba(124, 29, 29, 0.14);
  position: relative;
  overflow: hidden;
}
.hero-progress-bar .filled {
  position: absolute;
  inset: 0 auto 0 0;
  background: var(--i-burgundy);
  transition: width 0.6s ease;
}

/* nav-specific subtlety: HAPILY → link is intentionally minor */
body.brand-innovator nav#nav .nav-hapily {
  font-family: var(--i-sans);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--i-text-muted);
  border-left: 1px solid var(--i-border);
  padding-left: 16px;
  margin-left: 6px;
}
body.brand-innovator nav#nav .nav-hapily:hover { color: var(--i-burgundy); }

/* ============================================================
   Hero — Japanese-first headline override
   ============================================================ */
body.brand-innovator section.hero .hero-headline,
body.brand-innovator section.hero-compact .hero-headline {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: clamp(2rem, 4.6vw, 3.2rem);
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: var(--i-text);
  margin: 0;
}
body.brand-innovator section.hero .hero-headline em,
body.brand-innovator section.hero-compact .hero-headline em {
  font-style: normal;
  color: var(--i-burgundy);
}

/* ============================================================
   CTA split — individuals / companies two-column
   ============================================================ */
body.brand-innovator section.cta-section.cta-split {
  background: var(--i-text);
  padding: 80px 0 96px;
}
.cta-split > .container { max-width: 1080px; }
.cta-split > .container > h2 {
  text-align: center;
  margin-bottom: 12px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.cta-split > .container > p {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 36px;
}
.cta-split-note {
  align-self: flex-start;
  margin-top: 10px;
  font-family: var(--i-sans);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.55);
}
@media (max-width: 768px) {
  .cta-split-col h3 br { display: none; }
}
.cta-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.cta-split-3 .cta-split-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.cta-split-3 .cta-split-col .cta-split-tag {
  letter-spacing: 0.22em;
  font-size: 0.68rem;
}
.cta-split-3 .cta-split-col .btn {
  padding: 12px 18px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .cta-split-3 .cta-split-grid { grid-template-columns: 1fr; }
  .cta-split-3 .cta-split-col .btn { padding: 14px 24px; font-size: 0.85rem; }
}
.cta-split-col {
  background: rgba(250,247,242,0.04);
  border: 1px solid rgba(250,247,242,0.18);
  padding: 36px 32px 32px;
  display: flex;
  flex-direction: column;
}
.cta-split-tag {
  display: inline-block;
  font-family: var(--i-sans);
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--i-burgundy);
  font-weight: 600;
  margin-bottom: 14px;
}
.cta-split-col h3 {
  font-family: var(--i-serif-jp);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--i-bg);
  margin: 0 0 14px;
}
.cta-split-col p {
  color: rgba(250,247,242,0.78);
  font-size: 0.92rem;
  line-height: 1.85;
  margin: 0 0 24px;
  text-align: left !important;
  max-width: none !important;
}
.cta-split-col .btn {
  align-self: flex-start;
  margin-top: auto;
}
.cta-split-col .btn-primary {
  background: #fff;
  color: var(--i-text);
}
.cta-split-col .btn-primary:hover {
  background: var(--i-bg-soft);
  color: var(--i-text);
}

/* === Responsive === */
@media (max-width: 768px) {
  body.brand-innovator section.hero,
  body.brand-innovator section.hero-compact { padding: 120px 0 50px; }
  .editorial-article .article-body { font-size: 0.98rem; line-height: 1.85; }
  .editorial-article .article-body h2 { font-size: 1.5rem; }
  .editorial-article .article-body p.lead .dropcap { font-size: 3.4rem; }
  .editorial-article .article-body h2 { font-size: 1.45rem; }
  .editorial-article .article-body h3 { font-size: 1.2rem; }
  .editorial-article h1.article-title { font-size: clamp(1.35rem, 5.2vw, 1.75rem); line-height: 1.5; }
  .editorial-article h1.article-title .article-label { font-size: 0.66rem; letter-spacing: 0.22em; }
  .editorial-article h1.article-title .article-byname { font-size: 0.86rem; }
  .editorial-article .article-head { padding: 36px 18px 36px; }
  .editorial-article .article-hero { margin: 30px auto 40px; }
  .ip-mark-large { gap: 8px; }
  .ip-mark-large .ip-name { font-size: clamp(2rem, 9vw, 2.6rem); }
  .ip-mark-large .ip-sub { font-size: 0.78rem; letter-spacing: 0.42em; }
  .cta-split-grid { grid-template-columns: 1fr; gap: 18px; }
  .cta-split-col { padding: 28px 22px 24px; }
  body.brand-innovator nav#nav .nav-hapily { display: none; }
  /* Hero feature stacks: text (with progress) first, portrait below */
  .hero-feature .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-feature .hero-portrait { max-width: 300px; margin: 0 auto; }
  .hero-feature .hero-headline { font-size: clamp(1.7rem, 6vw, 2.4rem) !important; }
  /* Issues featured card stacks */
  .issue-card-featured {
    grid-template-columns: 1fr !important;
    gap: 24px;
    padding: 28px 22px 32px;
  }
  .issue-card-featured > .portrait { max-height: none; }
  .issue-card-featured .name { font-size: 1.45rem; }
  .issue-card-featured .no { font-size: 1.8rem; }
}
