@charset "UTF-8";
/*
	Press ページ共通スタイル.
	このファイルは assets/css/press.css にコンパイルされ、
	`page-press-timeslicer.php` でのみ読み込む.
*/
.product-press .press-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  gap: 16px;
}

/* 見出しサイズ/エフェクトはテーマ既定の .entry-title を使用し、Press 用に上書きしない. */
.product-press .meta {
  font-size: 13px;
  color: #4b5563;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* セクション見出しは小さめで字間を少し広げる. */
.product-press h3 {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 1.25rem 0 0.5rem;
  color: #111827;
}

.product-press .lead p,
.product-press .overview p,
.product-press .boilerplate p,
.product-press .about-rinpa p {
  line-height: 1.75;
  color: #374151;
  margin: 0;
}

/* クイックファクト表. */
.product-press .facts-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.product-press .facts-table th {
  text-align: left;
  color: #6b7280;
  padding: 6px 0;
  width: 38%;
  font-weight: 500;
}

.product-press .facts-table td {
  padding: 6px 0;
}

.product-press .facts-table tr + tr td,
.product-press .facts-table tr + tr th {
  border-top: 1px dashed #e5e7eb;
}

/* ダウンロードアセット一覧はミニマルなカード風にする. */
.product-press .assets ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.product-press .assets .assets-groups {
  display: grid;
  gap: 12px;
}

.product-press .assets .group {
  display: block;
}

.product-press .assets .group-full {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 2px solid rgba(17, 24, 39, 0.1);
}

.product-press .assets .group-title {
  margin: 0.25rem 0 0.5rem;
  font-size: 0.85rem;
  color: #6b7280;
  font-weight: 600;
}

.product-press .assets .group-title.full-title {
  color: #111827;
}

.product-press .assets li {
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
}

.product-press .assets li .head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
}

.product-press .assets li .title {
  display: inline-block;
}

.product-press .assets .full-kit {
  border: 1px solid #d1d5db;
  background: #f9fafb;
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  margin-top: 10px;
}

.product-press .assets .full-kit strong {
  display: inline-block;
  margin-bottom: 2px;
}

.product-press .assets li span {
  color: #6b7280;
  font-size: 13px;
}

.product-press .assets a {
  text-decoration: underline;
}

.product-press .assets a.dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease, transform 0.06s ease;
}

.product-press .assets a.dl-btn:hover {
  border-color: #cbd5e1;
  background: #f9fafb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.product-press .assets a.dl-btn:active {
  transform: translateY(1px);
}

.product-press .assets .dl-icon {
  width: 16px;
  height: 16px;
  color: #6b7280;
}

.product-press .assets .license {
  font-size: 12px;
  color: #6b7280;
  margin: 6px 2px 0 2px;
}

/* 連絡先. */
.product-press .contact ul {
  list-style: none;
  padding: 0;
  margin: 0.25rem 0 0;
  display: grid;
  gap: 6px;
}

.product-press .contact a {
  color: inherit;
}

/* リンクセクションをモダンなカード型にする. */
.product-press .links .link-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}

.product-press .links .link-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.06s ease;
}

.product-press .links .link-card a:hover {
  border-color: #cbd5e1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.product-press .links .link-card a:active {
  transform: translateY(1px);
}

.product-press .links .link-title {
  font-weight: 600;
}

.product-press .links .link-note {
  font-size: 12px;
  color: #6b7280;
}

.product-press .links .icon {
  width: 18px;
  height: 18px;
  color: #6b7280;
  flex: 0 0 auto;
}

/* 再掲ノートは控えめに表示する. */
.product-press .reprint-note .license {
  font-size: 12px;
  color: #6b7280;
  margin: 10px 2px 0 2px;
}

/* 文字のリビール時のにじみを抑制するため、press 範囲で filter を無効化し、モーションは transform/opacity のみに限定する. */
.product-press .reveal-title,
.product-press .reveal-excerpt {
  filter: none !important;
  will-change: opacity, transform !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.product-press .reveal-title *,
.product-press .reveal-excerpt * {
  filter: none !important;
  text-shadow: none !important;
}

/* 念のため見出しにもスムージングを明示して視認性を上げる. */
.product-press .entry-title {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* 最終状態の transform を明示的に外し、整数ピクセル収束を保証する. */
.product-press .entry-content .inview-fade.is-inview {
  transform: none !important;
}

/* 一時対応で停止していたモーションは復帰し、にじみ抑制のみを維持する. */
/* プレスページは文字中心だが、タイトルはProductsと同じ演出を許可する（entry-title は無効化しない）. */
.product-press .entry-content .inview-fade {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
  will-change: auto !important;
}

.product-press .reveal-title,
.product-press .reveal-excerpt {
  animation: none !important;
  filter: none !important;
  will-change: auto !important;
}
