/* ============================================
   LICENSE ページ（/license/）
   ============================================ */

/* --- 折り返し制御（popup.css と同方針） --- */
.u-phrase { display: inline-block; }

/* --- ヒーロー（ダーク・写真背景） --- */
.license-hero { position: relative; overflow: hidden; }
.license-hero__bg {
	position: absolute; inset: 0;
	background-size: cover;
	background-position: center 35%;
}
.license-hero .page-hero__overlay {
	position: absolute; inset: 0;
	background: rgba(10, 14, 18, 0.62);
}
.license-hero .page-hero__inner { position: relative; z-index: 1; }
.license-hero .section-eyebrow,
.license-hero .section-heading__sub { color: rgba(255, 255, 255, 0.85); }
.license-hero__title {
	color: #fff;
	font-size: clamp(1.7rem, 4.5vw, 3.2rem);
	line-height: 1.25;
	text-wrap: balance;
}
.license-hero__tagline {
	color: rgba(255, 255, 255, 0.92);
	margin-top: 1.2rem;
	font-size: clamp(0.95rem, 1.4vw, 1.1rem);
	letter-spacing: 0.04em;
	text-wrap: pretty;
}

/* --- イントロ --- */
.license-intro__en {
	text-align: center;
	line-height: 2;
	text-wrap: pretty;
	color: var(--c-ink-soft);
	font-size: clamp(1rem, 1.5vw, 1.15rem);
	margin: 0;
}

/* --- 01/02/03 ポイント --- */
.license-points__list {
	list-style: none;
	margin: 0; padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(1.2rem, 2.5vw, 2.4rem);
}
.license-point {
	margin: 0;
	padding: clamp(1.4rem, 2.5vw, 2.2rem);
	background: var(--c-bg-soft);
	border-top: 2px solid var(--c-ink);
}
.license-point__num {
	display: block;
	font-size: 2rem;
	color: var(--c-mute-2);
	margin-bottom: 0.6rem;
}
.license-point__title { font-size: 1.15rem; letter-spacing: 0.06em; margin: 0 0 0.2rem; }
.license-point__ja { color: var(--c-mute); font-size: 0.88rem; margin: 0 0 1rem; }
.license-point__body { line-height: 1.9; color: var(--c-ink-soft); margin: 0; text-wrap: pretty; }
@media (max-width: 767px) {
	.license-points__list { grid-template-columns: 1fr; }
}

/* --- 実績（POP-UPへの導線） --- */
.license-track__inner {
	display: grid;
	grid-template-columns: 5fr 6fr;
	gap: clamp(1.4rem, 3vw, 2.6rem);
	align-items: center;
}
.license-track__media { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; }
.license-track__media img { width: 100%; height: 100%; object-fit: cover; }
.license-track__title { font-size: 1.25rem; margin: 0 0 0.8rem; }
.license-track__body p { line-height: 2; color: var(--c-ink-soft); margin: 0 0 1.4rem; text-wrap: pretty; }
@media (max-width: 767px) {
	.license-track__inner { grid-template-columns: 1fr; }
}

/* --- コンタクト --- */
.license-contact__box {
	text-align: center;
	background: var(--c-ink);
	color: var(--c-on-dark);
	padding: clamp(2.2rem, 4.5vw, 3.6rem);
}
.license-contact__title { font-size: clamp(1.2rem, 2vw, 1.6rem); margin: 0 0 1.2rem; color: #fff; }
.license-contact__note { line-height: 2; color: rgba(255, 255, 255, 0.85); margin: 0 0 1.6rem; text-wrap: pretty; }
.license-contact__mail { margin: 0; }
.license-contact__mail-label {
	display: block;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0.3rem;
}
.license-contact__mail-link {
	color: #fff;
	font-size: clamp(1.05rem, 2vw, 1.4rem);
	font-family: var(--ff-display);
	letter-spacing: 0.04em;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.license-contact__mail-link:hover { color: var(--c-brand); }
.license-contact__hint {
	margin: 0.9rem 0 0;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.55);
}

/* 導入セクション見出し（ポスター原文の GLOBAL LICENSING PARTNERS WANTED） */
.license-intro__title {
	font-size: clamp(1.05rem, 2vw, 1.45rem);
	letter-spacing: 0.06em;
	line-height: 1.5;
	text-align: center;
	text-wrap: balance;
	margin: 0 0 1.2rem;
}
