/*
Theme Name: RH
Theme URI: https://rintarohirashima.com/
Description: Twenty Twenty-Five の子テーマ。1カラム、サムネイルなしの記事リスト、Book cloth をアクセントにした静かな配色。
Author: Rintaro Hirashima
Template: twentytwentyfive
Version: 1.0.0
Text Domain: rh
*/

/* --- 記事リスト：画像を使わず、文字だけで組む --- */

.rh-list .wp-block-post {
  border-bottom: 0.5px solid var(--wp--preset--color--border);
  padding: 1.75rem 0;
}

.rh-list .wp-block-post:first-child {
  padding-top: 0;
}

.rh-list .wp-block-post:last-child {
  border-bottom: 0;
}

.rh-list .wp-block-post-title {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0.4rem;
}

.rh-list .wp-block-post-title a {
  text-decoration: none;
}

.rh-list .wp-block-post-title a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.rh-list .wp-block-post-excerpt__excerpt {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--muted);
  line-height: 1.8;
  margin: 0 0 0.6rem;
}

.rh-list .wp-block-post-excerpt__more-text {
  display: none;
}

.rh-list .wp-block-post-date,
.rh-list .wp-block-post-terms {
  font-size: var(--wp--preset--font-size--x-small);
  color: var(--wp--preset--color--muted);
}

.rh-list .wp-block-post-terms a {
  color: var(--wp--preset--color--accent);
  text-decoration: none;
  letter-spacing: 0.04em;
}

/* --- 本文中のリンクだけ下線を残す --- */

.wp-block-post-content a:not(.wp-element-button) {
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--wp--preset--color--accent);
}

/* --- 見出し --- */

.wp-block-post-content h2 {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 0.5px solid var(--wp--preset--color--border);
}

/* --- ロゴ（rh. / フルネーム）--- */

.wp-block-site-logo img {
  height: auto;
}

/* --- フォーム：HubSpot 埋め込みを配色に合わせる --- */

.hs-form input[type="text"],
.hs-form input[type="email"],
.hs-form textarea {
  background: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 8px;
  padding: 0.7rem 0.9rem;
  font-size: 1rem;
  width: 100%;
}

.hs-form input[type="submit"] {
  background: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--base);
  border: 0;
  border-radius: 8px;
  padding: 0.7rem 1.5rem;
  cursor: pointer;
}

.hs-form input[type="submit"]:hover {
  background: var(--wp--preset--color--accent-dark);
}

/* --- アクセシビリティ --- */

:where(a, button, input, textarea):focus-visible {
  outline: 2px solid var(--wp--preset--color--accent);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
