/* ==========================================================================
   TYPOGRAPHY — 役割ごとの型
   Display: Archivo（英字の主張）/ Body: Zen Kaku Gothic New（和文の可読性）
   Mono: JetBrains Mono（ラベル・数値＝データの手ざわり）
   ========================================================================== */

.aa-hero__title,
.aa-work__title,
.aa-work__outro,
.aa-intro__title,
.aa-copy__title,
.aa-transition__title,
.aa-connect__title-ja,
.aa-imagine__year,
.aa-imagine__title,
.aa-message__conclusion,
.aa-evolution__title-en,
.aa-cta__title-en,
.aa-section-head__title,
.aa-page__title{
	font-family:var(--font-display);
	font-weight:500;
	line-height:var(--lh-tight);
	letter-spacing:.01em;
}

.aa-hero__title{ font-size:var(--fs-hero) }
.aa-section-head__title,
.aa-copy__title,
.aa-work__title,
.aa-work__outro,
.aa-transition__title{ font-size:var(--fs-display) }

/* ラベル・コード・数値（モノスペース） */
.aa-section-head__label,
.aa-intro__label,
.aa-core__heading-label,
.aa-core__counter,
.aa-core__phase-code,
.aa-node__code,
.aa-card__index,
.aa-card__more,
.aa-scroll-cue__label,
.aa-hero__eyebrow,
.aa-hero__brand-desc,
.aa-connect__title-en,
.aa-orb__role,
.aa-nav__link,
.aa-nav__cta,
.aa-footer__tagline,
.aa-footer__list,
.aa-news-card__meta{
	font-family:var(--font-mono);
	font-weight:400;
	font-size:var(--fs-label);
	letter-spacing:var(--ls-label);
}

.aa-hero__lead,
.aa-section-head__lead,
.aa-intro__lead,
.aa-copy__paragraph,
.aa-cta__lead{ font-size:var(--fs-lead); color:var(--fg-sub) }

.aa-prose{ font-size:var(--fs-body) }
.aa-prose > * + *{ margin-top:1.4em }
.aa-prose h2{ font-family:var(--font-display); font-size:var(--fs-title); margin-top:2em }
.aa-prose h3{ font-size:1.15em; margin-top:1.8em }
.aa-prose a{ text-decoration:underline; text-underline-offset:.25em; text-decoration-color:var(--c-signal) }
