/* ════════════════════════════════════════════════════
 * 医師データベース (/doctors/) 専用デザイン
 * 設計言語: オフホワイト×濃チャコール高コントラスト / 見出し明朝 /
 *           色は差し色 (ローズ・テラ) / 大余白 (docs/design-language-beauty.md)
 * 写真非掲載 (肖像権許諾待ち) を前提に、明朝モノグラムの「刻印」を
 * アイデンティティとして統一使用する。
 * ════════════════════════════════════════════════════ */

.tdc-dr-page { background: var(--tdc-bg, #fafaf5); }
.tdc-dr-page .post_content { max-width: 1040px; margin: 0 auto; padding: 8px 20px 72px; }

/* SWELL / swell_child のグローバル見出し装飾 (.post_content h1/h2 の箱・線・余白) を遮断し、
 * 本ファイルの意図したスタイルを高詳細度で再宣言する */
/* style2.css は .post_content h2 { background: ... !important } を使うため同強度で打ち消す */
.tdc-dr-page .post_content h1.tdc-dr-head__title,
.tdc-dr-page .post_content h1.tdc-dr-hero__name,
.tdc-dr-page .post_content h2.tdc-dr-card__name,
.tdc-dr-page .post_content h2.tdc-dr-h2 {
  background: none !important; border: 0; border-radius: 0; box-shadow: none;
  padding: 0 !important; color: var(--tdc-ink, #2d2520) !important;
  white-space: normal !important; position: static;
}
.tdc-dr-page .post_content h1.tdc-dr-head__title::before,
.tdc-dr-page .post_content h1.tdc-dr-head__title::after,
.tdc-dr-page .post_content h1.tdc-dr-hero__name::before,
.tdc-dr-page .post_content h1.tdc-dr-hero__name::after,
.tdc-dr-page .post_content h2.tdc-dr-card__name::before,
.tdc-dr-page .post_content h2.tdc-dr-card__name::after,
.tdc-dr-page .post_content h2.tdc-dr-h2::before,
.tdc-dr-page .post_content h2.tdc-dr-h2::after {
  content: none;
}
.tdc-dr-page .post_content h1.tdc-dr-head__title { margin: 0 0 14px; color: var(--tdc-ink, #2d2520); }
.tdc-dr-page .post_content h1.tdc-dr-hero__name { margin: 0; color: var(--tdc-ink, #2d2520); }
.tdc-dr-page .post_content h2.tdc-dr-card__name { margin: 0 0 6px; color: var(--tdc-ink, #2d2520); }
.tdc-dr-page .post_content h2.tdc-dr-h2 {
  margin: 0 0 18px; padding-bottom: 12px !important; color: var(--tdc-ink, #2d2520);
  border-bottom: 1px solid var(--tdc-line, #ece6e0);
}

/* style2.css の section { padding:5% 0; text-align:center } グローバル汚染を遮断 */
.tdc-dr-page section.tdc-dr-sec { padding: 0; text-align: left; position: static; }
.tdc-dr-page section.tdc-dr-grid { padding: 0; position: static; }

/* style2.css の a { width:100%; display:inline-block } グローバル汚染を遮断 */
.tdc-dr-page a { width: auto; }

/* SWELL の .post_content ul (字下げ・リストマーク) を遮断 */
.tdc-dr-page .post_content ul[class*="tdc-dr-"] { list-style: none; padding-left: 0; margin-left: 0; }
.tdc-dr-page .post_content ul.tdc-dr-timeline { padding-left: 6px; }
.tdc-dr-page .post_content ul.tdc-dr-stats { margin-left: auto; margin-right: auto; }

/* ── ページヘッダー ── */
.tdc-dr-head { text-align: center; padding: 26px 0 8px; }
.tdc-dr-head__en {
  display: block; font-family: Georgia, "Times New Roman", serif;
  font-size: 11px; letter-spacing: .34em; text-transform: uppercase;
  color: var(--tdc-pink, #c9a8a4); margin-bottom: 10px;
}
.tdc-dr-head__title {
  font-family: var(--tdc-serif, "Noto Serif JP", serif);
  font-size: 30px; font-weight: 600; letter-spacing: .06em;
  color: var(--tdc-ink, #2d2520); margin: 0 0 14px;
}
.tdc-dr-head__lead {
  font-size: 14px; line-height: 2.05; color: #6a6058; margin: 0 auto; max-width: 620px;
}

/* ── 収載データバンド ── */
.tdc-dr-stats {
  display: flex; justify-content: center; align-items: stretch;
  margin: 30px auto 0; padding: 0; list-style: none; max-width: 640px;
  border-top: 1px solid var(--tdc-line, #ece6e0);
  border-bottom: 1px solid var(--tdc-line, #ece6e0);
}
.tdc-dr-stats li {
  flex: 1 1 0; text-align: center; padding: 18px 8px 16px; margin: 0;
}
.tdc-dr-stats li + li { border-left: 1px solid var(--tdc-line, #ece6e0); }
.tdc-dr-stats__num {
  display: block; font-family: Georgia, "Times New Roman", serif;
  font-size: 30px; line-height: 1.1; color: var(--tdc-ink, #2d2520);
  font-variant-numeric: tabular-nums;
}
.tdc-dr-stats__num small { font-size: 13px; color: var(--tdc-sub, #9a8f86); margin-left: 3px; font-family: var(--tdc-sans, sans-serif); }
.tdc-dr-stats__label {
  display: block; margin-top: 6px; font-size: 11px; letter-spacing: .14em;
  color: var(--tdc-sub, #9a8f86);
}

/* ── 絞り込みバー ── */
.tdc-dr-filter { margin: 34px 0 22px; }
.tdc-dr-filter__search { position: relative; max-width: 440px; margin: 0 auto 18px; }
.tdc-dr-filter__search input {
  width: 100%; box-sizing: border-box;
  background: #fff; border: 1px solid var(--tdc-line, #ece6e0); border-radius: 999px;
  padding: 12px 20px 12px 46px; font-size: 14px; color: var(--tdc-ink, #2d2520);
  outline: none; transition: border-color .2s, box-shadow .2s;
}
.tdc-dr-filter__search input:focus {
  border-color: var(--tdc-pink, #c9a8a4);
  box-shadow: 0 0 0 3px rgba(201, 168, 164, .18);
}
.tdc-dr-filter__search input::placeholder { color: #b8afa8; }
.tdc-dr-filter__search::before {
  content: ""; position: absolute; left: 18px; top: 50%; width: 14px; height: 14px;
  transform: translateY(-62%); pointer-events: none;
  border: 1.6px solid var(--tdc-pink, #c9a8a4); border-radius: 50%;
}
.tdc-dr-filter__search::after {
  content: ""; position: absolute; left: 30px; top: 55%; width: 7px; height: 1.6px;
  background: var(--tdc-pink, #c9a8a4); transform: rotate(45deg); pointer-events: none;
}
.tdc-dr-filter__chips {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px;
}
.tdc-dr-filter__chips li { margin: 0; }
.tdc-dr-chip {
  appearance: none; cursor: pointer;
  background: #fff; border: 1px solid var(--tdc-line, #ece6e0); border-radius: 999px;
  padding: 6px 15px; font-size: 12px; color: #6a6058; line-height: 1.5;
  transition: border-color .2s, background .2s, color .2s;
}
.tdc-dr-chip:hover { border-color: var(--tdc-pink, #c9a8a4); color: var(--tdc-rose, #a8847f); }
.tdc-dr-chip.is-active {
  background: var(--tdc-rose, #a8847f); border-color: var(--tdc-rose, #a8847f); color: #fff;
}
.tdc-dr-filter__count {
  text-align: center; font-size: 12px; color: var(--tdc-sub, #9a8f86);
  margin: 16px 0 0; letter-spacing: .06em;
}
.tdc-dr-filter__count strong {
  font-family: Georgia, serif; font-size: 15px; color: var(--tdc-rose, #a8847f); font-weight: 400; margin: 0 2px;
}

/* ── モノグラム刻印 (共通) ── */
.tdc-dr-seal {
  position: relative; flex: 0 0 auto; display: flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; border-radius: 50%;
  background: radial-gradient(120% 120% at 30% 20%, #fff 0%, #fdf6f4 62%, #f8ece8 100%);
  border: 1px solid #eaddd8;
  box-shadow: inset 0 0 0 3px #fff, 0 4px 12px -6px rgba(168, 132, 127, .35);
}
.tdc-dr-seal span {
  font-family: var(--tdc-serif, "Noto Serif JP", serif);
  font-size: 26px; font-weight: 600; color: var(--tdc-rose, #a8847f); line-height: 1;
}
.tdc-dr-seal img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

/* ── 一覧グリッド ── */
.tdc-dr-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 8px;
}
.tdc-dr-card {
  position: relative; display: flex; gap: 16px; align-items: flex-start; text-align: left;
  background: #fff; border: 1px solid var(--tdc-line, #ece6e0); border-radius: 16px;
  padding: 20px 18px 18px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.tdc-dr-card:hover {
  transform: translateY(-2px); border-color: #e7d3cd;
  box-shadow: 0 14px 30px -16px rgba(168, 132, 127, .38);
}
.tdc-dr-card.is-hidden { display: none; }
.tdc-dr-card__body { min-width: 0; flex: 1 1 auto; }
.tdc-dr-card__role {
  display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: .04em;
  color: var(--tdc-rose, #a8847f); background: #fbf2ee; border-radius: 5px;
  padding: 2px 8px; margin: 0 0 7px;
}
.tdc-dr-card__name { margin: 0 0 6px; line-height: 1.35; }
.tdc-dr-card__name a {
  font-family: var(--tdc-serif, "Noto Serif JP", serif);
  font-size: 17.5px; font-weight: 600; color: var(--tdc-ink, #2d2520);
  text-decoration: none !important;
}
/* カード全面をクリック領域に */
.tdc-dr-card__name a::before { content: ""; position: absolute; inset: 0; border-radius: 16px; }
.tdc-dr-card__name a:hover { color: var(--tdc-rose, #a8847f); }
.tdc-dr-card__kana {
  display: inline-block; margin-left: 7px; font-family: var(--tdc-sans, sans-serif);
  font-size: 10.5px; font-weight: 400; color: var(--tdc-sub, #9a8f86); letter-spacing: .1em;
}
.tdc-dr-card__clinic {
  font-size: 12px; line-height: 1.7; color: #6a6058; margin: 0 0 9px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.tdc-dr-card__tags { list-style: none; display: flex; flex-wrap: wrap; gap: 5px; margin: 0; padding: 0; }
.tdc-dr-card__tags li {
  font-size: 10px; color: #8a7d73; background: #f6efe9; border-radius: 4px;
  padding: 2px 8px; margin: 0;
}
.tdc-dr-empty { text-align: center; color: var(--tdc-sub, #9a8f86); padding: 48px 0; font-size: 13.5px; }

/* ── 個別: ヒーロー ── */
.tdc-dr-hero {
  display: flex; gap: 30px; align-items: center;
  background: #fff; border: 1px solid var(--tdc-line, #ece6e0); border-radius: 22px;
  padding: 38px 40px; margin-top: 18px;
  box-shadow: 0 16px 40px -24px rgba(168, 132, 127, .3);
}
.tdc-dr-hero__side { text-align: center; flex: 0 0 auto; }
.tdc-dr-hero__side .tdc-dr-seal { width: 118px; height: 118px; margin: 0 auto; box-shadow: inset 0 0 0 5px #fff, 0 8px 20px -8px rgba(168, 132, 127, .4); }
.tdc-dr-hero__side .tdc-dr-seal span { font-size: 48px; }
.tdc-dr-hero__en {
  display: block; margin-top: 12px; font-family: Georgia, serif;
  font-size: 9.5px; letter-spacing: .3em; text-transform: uppercase; color: var(--tdc-pink, #c9a8a4);
}
.tdc-dr-hero__head { min-width: 0; }
.tdc-dr-hero__role {
  display: inline-block; font-size: 11.5px; font-weight: 700;
  color: var(--tdc-rose, #a8847f); background: #fbf2ee; border-radius: 6px;
  padding: 3px 11px; margin: 0 0 10px;
}
.tdc-dr-hero__name {
  font-family: var(--tdc-serif, "Noto Serif JP", serif);
  font-size: 32px; font-weight: 600; letter-spacing: .04em;
  color: var(--tdc-ink, #2d2520); margin: 0; line-height: 1.3;
}
.tdc-dr-hero__suffix { font-size: 15px; font-weight: 500; color: var(--tdc-sub, #9a8f86); margin-left: 10px; }
.tdc-dr-hero__kana { display: block; font-size: 12px; letter-spacing: .16em; color: var(--tdc-sub, #9a8f86); margin-top: 5px; }
.tdc-dr-hero__clinic { display: block; font-size: 13.5px; color: #5a5049; margin-top: 12px; line-height: 1.7; }
.tdc-dr-hero__clinic a { display: inline-block; color: var(--tdc-rose, #a8847f); text-decoration: none !important; border-bottom: 1px solid #e0cdc7; }
.tdc-dr-hero__specs { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0 0; padding: 0; }
.tdc-dr-hero__specs li {
  font-size: 11px; color: #8a7d73; background: #f6efe9; border-radius: 5px; padding: 3px 10px; margin: 0;
}

.tdc-dr-hero__sns { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 0; padding: 0; }
.tdc-dr-hero__sns li { margin: 0; }
.tdc-dr-hero__sns a {
  display: inline-flex; align-items: center; gap: 3px;
  font-size: 11px; font-weight: 600; color: var(--tdc-rose, #a8847f);
  background: #fff; border: 1px solid var(--tdc-line, #ece6e0); border-radius: 999px;
  padding: 3px 12px; text-decoration: none !important; transition: border-color .2s;
}
.tdc-dr-hero__sns a:hover { border-color: var(--tdc-pink, #c9a8a4); }
.tdc-dr-hero__sns a span { font-size: 10px; }

/* プロフィール事実欄 (出身大学・卒業年) */
.tdc-dr-facts { display: flex; flex-wrap: wrap; gap: 10px 34px; margin: 14px 0 0; }
.tdc-dr-facts div { display: flex; align-items: baseline; gap: 12px; margin: 0; }
.tdc-dr-facts dt { font-size: 11px; font-weight: 700; color: var(--tdc-sub, #9a8f86); letter-spacing: .08em; }
.tdc-dr-facts dd { font-size: 13.5px; color: var(--tdc-ink, #2d2520); margin: 0; }

/* ── 個別: セクション ── */
.tdc-dr-sec { margin-top: 44px; }
.tdc-dr-h2 {
  display: flex; align-items: baseline; gap: 14px;
  font-family: var(--tdc-serif, "Noto Serif JP", serif);
  font-size: 19px; font-weight: 600; letter-spacing: .05em;
  color: var(--tdc-ink, #2d2520); margin: 0 0 18px; padding-bottom: 12px;
  border-bottom: 1px solid var(--tdc-line, #ece6e0);
}
.tdc-dr-h2__en {
  font-family: Georgia, serif; font-size: 10.5px; letter-spacing: .26em;
  text-transform: uppercase; color: var(--tdc-pink, #c9a8a4); font-weight: 400;
}
.tdc-dr-prose { font-size: 14px; line-height: 2.1; color: #4a423d; margin: 0; }

/* 資格・学会: 2カラムチェックリスト */
.tdc-dr-quals { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 28px; }
.tdc-dr-quals li {
  position: relative; padding-left: 22px; margin: 0;
  font-size: 13.5px; line-height: 1.8; color: #4a423d;
}
.tdc-dr-quals li::before {
  content: "✓"; position: absolute; left: 0; top: 1px;
  color: var(--tdc-terra, #d4a574); font-size: 13px; font-weight: 700;
}

/* 在籍変遷タイムライン */
.tdc-dr-timeline { list-style: none; margin: 0; padding: 4px 0 0 6px; position: relative; }
.tdc-dr-timeline::before {
  content: ""; position: absolute; left: 11px; top: 10px; bottom: 12px;
  width: 1px; background: var(--tdc-line, #ece6e0);
}
.tdc-dr-timeline li { position: relative; padding: 0 0 24px 34px; margin: 0; }
.tdc-dr-timeline li:last-child { padding-bottom: 4px; }
.tdc-dr-timeline li::before {
  content: ""; position: absolute; left: 7px; top: 7px; width: 9px; height: 9px;
  border-radius: 50%; background: #fff; border: 2px solid #d6c6bf; box-sizing: border-box;
}
.tdc-dr-timeline li.is-current::before {
  border-color: var(--tdc-rose, #a8847f); background: var(--tdc-rose, #a8847f);
  box-shadow: 0 0 0 4px rgba(168, 132, 127, .16);
}
.tdc-dr-timeline__period {
  display: block; font-family: Georgia, serif; font-size: 12px; letter-spacing: .06em;
  color: var(--tdc-sub, #9a8f86); margin-bottom: 3px; font-variant-numeric: tabular-nums;
}
.tdc-dr-timeline li.is-current .tdc-dr-timeline__period { color: var(--tdc-rose, #a8847f); }
.tdc-dr-timeline__now {
  display: inline-block; margin-left: 8px; font-family: var(--tdc-sans, sans-serif);
  font-size: 10px; font-weight: 700; color: #fff; background: var(--tdc-rose, #a8847f);
  border-radius: 4px; padding: 1px 7px; letter-spacing: .08em; vertical-align: 1px;
}
.tdc-dr-timeline__clinic { font-size: 14.5px; font-weight: 600; color: var(--tdc-ink, #2d2520); line-height: 1.7; }
.tdc-dr-timeline__clinic a { display: inline-block; color: var(--tdc-ink, #2d2520); text-decoration: none !important; border-bottom: 1px solid #ddccc4; }
.tdc-dr-timeline__clinic a:hover { color: var(--tdc-rose, #a8847f); }
.tdc-dr-timeline__role { font-size: 12px; color: var(--tdc-sub, #9a8f86); margin-left: 8px; font-weight: 400; }

/* 担当施術リンクカード */
.tdc-dr-links { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.tdc-dr-links li { margin: 0; }
.tdc-dr-links a {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  background: #fff; border: 1px solid var(--tdc-line, #ece6e0); border-radius: 12px;
  padding: 14px 18px; font-size: 13.5px; font-weight: 600;
  color: var(--tdc-ink, #2d2520); text-decoration: none !important;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.tdc-dr-links a::after { content: "→"; color: var(--tdc-pink, #c9a8a4); font-size: 15px; transition: transform .2s; }
.tdc-dr-links a:hover { border-color: #e7d3cd; box-shadow: 0 10px 24px -14px rgba(168, 132, 127, .4); transform: translateY(-1px); }
.tdc-dr-links a:hover::after { transform: translateX(3px); }

/* 外部プロフィールリンク */
.tdc-dr-ext { margin: 16px 0 0; font-size: 13px; }
.tdc-dr-ext a { color: var(--tdc-rose, #a8847f); text-decoration: none !important; border-bottom: 1px solid #e0cdc7; }
.tdc-dr-ext span { font-size: 11px; margin-left: 3px; }

/* 注記・戻る */
.tdc-dr-note {
  margin-top: 52px; padding: 18px 22px; background: #fff;
  border: 1px solid var(--tdc-line-soft, #f3eeea); border-radius: 12px;
  font-size: 11.5px; line-height: 1.9; color: var(--tdc-sub, #9a8f86);
}
.tdc-dr-note a { color: var(--tdc-rose, #a8847f); }
.tdc-dr-back { margin-top: 26px; text-align: center; }
.tdc-dr-back a { color: var(--tdc-rose, #a8847f); text-decoration: none !important; font-size: 13.5px; }

/* ── 医師チップ (tdc-drc): クリニック詳細・施術トップの導線コンポーネント ──
 * tdc-doctors.css 単体で完結させる (tdc-brand/tdc-ds 非依存の値をフォールバックに持つ) */
.tdc-drc-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 10px; margin: 0; padding: 0; list-style: none;
}
.tdc-drc-grid > li { margin: 0; }
.tdc-drc {
  position: relative; display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid #ece6e0; border-radius: 13px;
  padding: 12px 14px; text-align: left; text-decoration: none !important;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
a.tdc-drc:hover {
  transform: translateY(-2px); border-color: #e7d3cd;
  box-shadow: 0 12px 26px -14px rgba(168, 132, 127, .38);
}
.tdc-drc .tdc-dr-seal { width: 46px; height: 46px; box-shadow: inset 0 0 0 2px #fff, 0 3px 8px -4px rgba(168, 132, 127, .35); }
.tdc-drc .tdc-dr-seal span { font-size: 19px; }
.tdc-drc__body { min-width: 0; }
.tdc-drc__name {
  display: block; font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 14.5px; font-weight: 600; color: #2d2520; line-height: 1.4;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
a.tdc-drc:hover .tdc-drc__name { color: #a8847f; }
.tdc-drc__sub {
  display: block; font-size: 11px; color: #9a8f86; line-height: 1.5; margin-top: 2px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.tdc-drc__vf {
  display: inline-block; font-size: 9px; font-weight: 700; color: #4d7c62;
  background: #eef5f0; border: 1px solid #d8e8dd; border-radius: 999px;
  padding: 0 7px; margin-left: 6px; vertical-align: 1px;
}
.tdc-drc-more { margin: 16px 0 0; text-align: right; }
.tdc-drc-more a {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 13px; font-weight: 600; color: #a8847f; text-decoration: none !important;
}
.tdc-drc-more a::after { content: "→"; transition: transform .2s; }
.tdc-drc-more a:hover::after { transform: translateX(3px); }
.tdc-drc-lead { font-size: 13px; line-height: 1.9; color: #6a6058; margin: 0 0 16px; }

/* ── 本人確認済みバッジ ── */
.tdc-dr-verified {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 10.5px; font-weight: 700; letter-spacing: .03em;
  color: #4d7c62; background: #eef5f0; border: 1px solid #d8e8dd;
  border-radius: 999px; padding: 2px 10px; vertical-align: 2px;
}
.tdc-dr-verified::before { content: "✓"; font-size: 11px; }
.tdc-dr-hero__head .tdc-dr-verified { margin-left: 10px; vertical-align: 4px; }

/* ── 窓口フォーム (/doctors/for-doctors/) ── */
.tdc-drq-msg { border-radius: 10px; padding: 14px 18px; font-size: 13.5px; margin: 0 0 20px; }
.tdc-drq-msg--ok { background: #eef5f0; border: 1px solid #d8e8dd; color: #3d6650; }
.tdc-drq-msg--ng { background: #fbf0ee; border: 1px solid #eed8d3; color: #9c5a4e; }
.tdc-drq-form {
  background: #fff; border: 1px solid var(--tdc-line, #ece6e0); border-radius: 16px;
  padding: 28px 28px 24px; max-width: 640px;
}
.tdc-drq-field { margin: 0 0 18px; }
.tdc-drq-field label {
  display: block; font-size: 12.5px; font-weight: 700; color: var(--tdc-ink, #2d2520);
  margin-bottom: 6px;
}
.tdc-drq-req {
  font-size: 10px; font-weight: 700; color: #fff; background: var(--tdc-rose, #a8847f);
  border-radius: 4px; padding: 1px 7px; margin-left: 6px; vertical-align: 1px;
}
.tdc-drq-opt { font-size: 10.5px; font-weight: 400; color: var(--tdc-sub, #9a8f86); margin-left: 6px; }
.tdc-drq-field input[type="text"],
.tdc-drq-field input[type="url"],
.tdc-drq-field input[type="email"],
.tdc-drq-field select,
.tdc-drq-field textarea {
  width: 100%; box-sizing: border-box;
  background: #fdfcfa; border: 1px solid var(--tdc-line, #ece6e0); border-radius: 9px;
  padding: 10px 14px; font-size: 14px; color: var(--tdc-ink, #2d2520);
  font-family: var(--tdc-sans, sans-serif); outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.tdc-drq-field input:focus, .tdc-drq-field select:focus, .tdc-drq-field textarea:focus {
  border-color: var(--tdc-pink, #c9a8a4); box-shadow: 0 0 0 3px rgba(201, 168, 164, .16);
  background: #fff;
}
.tdc-drq-field input::placeholder, .tdc-drq-field textarea::placeholder { color: #c0b7b0; font-size: 12.5px; }
.tdc-drq-field input[type="file"] { font-size: 12.5px; color: #6a6058; }
.tdc-drq-consent { margin: 4px 0 22px; }
.tdc-drq-consent label {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 11.5px; line-height: 1.8; color: #6a6058; font-weight: 400;
}
.tdc-drq-consent input { margin-top: 4px; flex: 0 0 auto; }
.tdc-drq-submit { margin: 0; text-align: center; }
.tdc-drq-submit button {
  appearance: none; cursor: pointer; border: 0; border-radius: 999px;
  background: var(--tdc-grad-cta, linear-gradient(135deg, #cfa472, #a8847f));
  color: #fff; font-size: 14.5px; font-weight: 700; letter-spacing: .08em;
  padding: 13px 56px; box-shadow: var(--tdc-shadow-cta, 0 8px 18px -8px rgba(168,132,127,.45));
  transition: transform .2s, box-shadow .2s;
}
.tdc-drq-submit button:hover { transform: translateY(-1px); }

/* ── レスポンシブ ── */
@media (max-width: 960px) {
  .tdc-dr-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .tdc-dr-head__title { font-size: 24px; }
  .tdc-dr-stats__num { font-size: 24px; }
  .tdc-dr-grid { grid-template-columns: 1fr; }
  .tdc-dr-hero { flex-direction: column; text-align: center; padding: 30px 22px; gap: 20px; }
  .tdc-dr-hero__name { font-size: 25px; }
  .tdc-dr-hero__specs { justify-content: center; }
  .tdc-dr-quals { grid-template-columns: 1fr; }
  .tdc-dr-links { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .tdc-dr-card, .tdc-dr-links a, .tdc-dr-chip { transition: none; }
  .tdc-dr-card:hover, .tdc-dr-links a:hover { transform: none; }
}
