@charset "UTF-8";
/*
Theme Name: Twenty Twenty-One-child
Template: twentytwentyone
*/
/* Variables */
:root {
	/* Font Family */
    --global--font-primary: var(--font-headings, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif);
    --global--font-secondary: var(--font-base, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif);
	/* Font Size */
	--global--font-size-base: 1rem;
	--global--font-size-xs: 0.8rem;
	--global--font-size-sm: 0.875rem;
	--global--font-size-md: 1rem;
	--global--font-size-lg: 1.125rem;
	--global--font-size-xl: 1.2rem;
	--global--font-size-xxl: 1.25rem;
	--global--font-size-xxxl: 1.5rem;
}
@media only screen and (min-width: 652px) {
	:root {
		--global--font-size-xl: 1.25rem;
		--global--font-size-xxl: 1.5rem;
		--global--font-size-xxxl: 2.0rem;
		--heading--font-size-h3: 1.25rem;
		--heading--font-size-h2: 1.5rem;
	}
}
/* =========================================================
   TRC Used Camera：商品詳細ページ
========================================================= */

.trc-product-page {
	padding: 48px 0 84px;
	background: #f6f7f7;
}

.trc-product-container {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.trc-breadcrumbs {
	margin: 0 0 24px;
	font-size: 0.86rem;
	color: #6b7280;
}

.trc-breadcrumbs a {
	color: #4b5563;
	text-decoration: none;
}

.trc-breadcrumbs a:hover {
	text-decoration: underline;
}

.trc-breadcrumbs span {
	margin: 0 8px;
}

.trc-product-header {
	display: grid;
	grid-template-columns: 340px minmax(0, 1fr);
	gap: 48px;
	align-items: center;
	padding: 40px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.trc-product-image-area {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	background: #f8fafc;
	border-radius: 12px;
	overflow: hidden;
}

.trc-product-image {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 320px;
	object-fit: contain;
}

.trc-product-image-placeholder {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	justify-content: center;
	color: #94a3b8;
	font-size: 0.92rem;
}

.trc-product-image-placeholder .dashicons {
	width: auto;
	height: auto;
	font-size: 52px;
}

.trc-product-maker,
.trc-section-label {
	margin: 0 0 8px;
	color: #2563eb;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.trc-product-heading .entry-title {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	line-height: 1.3;
}

.trc-model-number {
	margin: 14px 0 0;
	color: #475569;
	font-size: 0.95rem;
}

.trc-product-description {
	margin: 20px 0 0;
	color: #475569;
	line-height: 1.8;
}

.trc-updated-at {
	margin: 18px 0 0;
	color: #64748b;
	font-size: 0.83rem;
}

.trc-price-summary,
.trc-offer-section,
.trc-spec-section,
.trc-history-section,
.trc-content-section {
	margin-top: 32px;
	padding: 36px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
}

.trc-section-heading {
	margin-bottom: 22px;
}

.trc-section-heading h2 {
	margin: 0;
	font-size: 1.45rem;
}

.trc-section-heading--inline {
	display: flex;
	gap: 16px;
	align-items: end;
	justify-content: space-between;
}

.trc-offer-count,
.trc-history-note {
	color: #64748b;
	font-size: 0.9rem;
	white-space: nowrap;
}

.trc-price-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.trc-price-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 24px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
}

.trc-price-card--min {
	background: #eff6ff;
	border-color: #93c5fd;
}

.trc-price-label {
	color: #475569;
	font-size: 0.9rem;
	font-weight: 700;
}

.trc-price-value {
	color: #111827;
	font-size: clamp(1.5rem, 2.5vw, 2.05rem);
	line-height: 1.2;
}

.trc-price-card--min .trc-price-value {
	color: #1d4ed8;
}

.trc-price-note,
.trc-price-caution {
	color: #64748b;
	font-size: 0.8rem;
	line-height: 1.7;
}

.trc-price-caution {
	margin: 18px 0 0;
}

.trc-table-scroll {
	overflow-x: auto;
}

.trc-offer-table,
.trc-history-table,
.trc-spec-table {
	width: 100%;
	border-collapse: collapse;
}

.trc-offer-table th,
.trc-offer-table td,
.trc-history-table th,
.trc-history-table td {
	padding: 15px 12px;
	border-bottom: 1px solid #e5e7eb;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.trc-offer-table th,
.trc-history-table th {
	background: #f8fafc;
	color: #475569;
	font-size: 0.82rem;
	font-weight: 700;
}

.trc-offer-shop {
	font-weight: 700;
}

.trc-offer-total {
	color: #1d4ed8;
	font-size: 1rem;
	font-weight: 800;
}

.trc-buy-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 108px;
	padding: 9px 14px;
	color: #ffffff;
	background: #2563eb;
	border-radius: 8px;
	font-size: 0.84rem;
	font-weight: 700;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.trc-buy-button:hover {
	color: #ffffff;
	opacity: 0.82;
}

.trc-no-link {
	color: #94a3b8;
	font-size: 0.84rem;
}

.trc-spec-table th,
.trc-spec-table td {
	padding: 15px 18px;
	border-bottom: 1px solid #e5e7eb;
	text-align: left;
}

.trc-spec-table th {
	width: 32%;
	background: #f8fafc;
	color: #475569;
	font-size: 0.88rem;
}

.trc-spec-table td {
	color: #1f2937;
}

.trc-empty-box {
	padding: 24px;
	color: #64748b;
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: 10px;
}

.trc-content-section .entry-content {
	max-width: none;
}

@media screen and (max-width: 781px) {
	.trc-product-page {
		padding: 28px 0 56px;
	}

	.trc-product-container {
		width: min(100% - 28px, 1120px);
	}

	.trc-product-header {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 24px;
		border-radius: 14px;
	}

	.trc-product-image-area {
		min-height: 220px;
	}

	.trc-price-summary,
	.trc-offer-section,
	.trc-spec-section,
	.trc-history-section,
	.trc-content-section {
		margin-top: 20px;
		padding: 24px 18px;
		border-radius: 14px;
	}

	.trc-price-grid {
		grid-template-columns: 1fr;
	}

	.trc-section-heading--inline {
		align-items: flex-start;
		flex-direction: column;
	}

	.trc-offer-table th,
	.trc-offer-table td,
	.trc-history-table th,
	.trc-history-table td {
		padding: 12px 10px;
		font-size: 0.83rem;
	}

	.trc-spec-table th,
	.trc-spec-table td {
		padding: 13px 12px;
	}

	.trc-spec-table th {
		width: 38%;
	}
}
/* =========================================
   商品画像の注記表示
   画像は実物写真ではなくイメージ画像であることを明示
========================================= */

/* 一覧カード・注目商品カードの画像エリア */
.trc-product-card .trc-product-image,
.trc-product-card .trc-product-thumb,
.trc-featured-card .trc-product-image,
.trc-featured-card .trc-product-thumb,
.trc-archive-card .trc-product-image,
.trc-archive-card .trc-product-thumb,
.trc-search-card .trc-product-image,
.trc-search-card .trc-product-thumb,
.trc-card-image,
.trc-product-card__image,
.trc-featured-card__image,
.trc-archive-card__image,
.trc-search-card__image {
    position: relative;
}

/* 一覧カードの画像右下ラベル */
.trc-product-card .trc-product-image::after,
.trc-product-card .trc-product-thumb::after,
.trc-featured-card .trc-product-image::after,
.trc-featured-card .trc-product-thumb::after,
.trc-archive-card .trc-product-image::after,
.trc-archive-card .trc-product-thumb::after,
.trc-search-card .trc-product-image::after,
.trc-search-card .trc-product-thumb::after,
.trc-card-image::after,
.trc-product-card__image::after,
.trc-featured-card__image::after,
.trc-archive-card__image::after,
.trc-search-card__image::after {
    content: "画像はイメージです";
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #64748b;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    pointer-events: none;
}

/* 商品詳細ページの画像エリア */
.single-trc_camera .trc-product-image,
.single-trc_camera .trc-product-thumb,
.single-trc_camera .trc-single-image,
.single-trc_lens .trc-product-image,
.single-trc_lens .trc-product-thumb,
.single-trc_lens .trc-single-image {
    position: relative;
}

/* 商品詳細ページの画像下注意文 */
.single-trc_camera .trc-product-image::after,
.single-trc_camera .trc-product-thumb::after,
.single-trc_camera .trc-single-image::after,
.single-trc_lens .trc-product-image::after,
.single-trc_lens .trc-product-thumb::after,
.single-trc_lens .trc-single-image::after {
    content: "※掲載画像はイメージです。実際の商品状態・付属品・外観は販売店ページでご確認ください。";
    display: block;
    position: static;
    right: auto;
    bottom: auto;
    margin-top: 8px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #64748b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
}

/* スマホではラベルを少し小さく */
@media (max-width: 767px) {
    .trc-product-card .trc-product-image::after,
    .trc-product-card .trc-product-thumb::after,
    .trc-featured-card .trc-product-image::after,
    .trc-featured-card .trc-product-thumb::after,
    .trc-archive-card .trc-product-image::after,
    .trc-archive-card .trc-product-thumb::after,
    .trc-search-card .trc-product-image::after,
    .trc-search-card .trc-product-thumb::after,
    .trc-card-image::after,
    .trc-product-card__image::after,
    .trc-featured-card__image::after,
    .trc-archive-card__image::after,
    .trc-search-card__image::after {
        right: 8px;
        bottom: 8px;
        padding: 3px 7px;
        font-size: 10px;
    }

    .single-trc_camera .trc-product-image::after,
    .single-trc_camera .trc-product-thumb::after,
    .single-trc_camera .trc-single-image::after,
    .single-trc_lens .trc-product-image::after,
    .single-trc_lens .trc-product-thumb::after,
    .single-trc_lens .trc-single-image::after {
        font-size: 11px;
    }
}



/* =========================================================
   TRC ARCHIVE SORT CONTROLS v1
   カメラ・レンズ一覧の並び替えタブ
========================================================= */

.trc-archive-sort {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	margin: 0 0 28px;
	padding: 14px 16px;
	border: 1px solid #dbe3eb;
	border-radius: 12px;
	background: #ffffff;
	box-sizing: border-box;
}

.trc-archive-sort__label {
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	color: #273444;
}

.trc-archive-sort__track {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.trc-archive-sort__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 13px;
	border: 1px solid #cbd5df;
	border-radius: 999px;
	background: #f7f9fb;
	color: #26384a;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	white-space: nowrap;
	transition:
		background-color 0.18s ease,
		border-color 0.18s ease,
		color 0.18s ease,
		transform 0.18s ease;
}

.trc-archive-sort__link:hover,
.trc-archive-sort__link:focus-visible {
	border-color: #54789b;
	background: #edf4fa;
	color: #173b5e;
	transform: translateY(-1px);
}

.trc-archive-sort__link.is-active {
	border-color: #173b5e;
	background: #173b5e;
	color: #ffffff;
}

@media only screen and (max-width: 651px) {
	.trc-archive-sort {
		display: block;
		margin-bottom: 22px;
		padding: 12px;
		overflow: hidden;
	}

	.trc-archive-sort__label {
		display: block;
		margin-bottom: 9px;
	}

	.trc-archive-sort__track {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 0 5px;
		scrollbar-width: thin;
		-webkit-overflow-scrolling: touch;
	}

	.trc-archive-sort__link {
		flex: 0 0 auto;
		min-height: 40px;
		padding-right: 14px;
		padding-left: 14px;
	}
}

/* =========================================================
   TRC CARD WEEK CHANGE UI v1
   一覧・メーカー別・検索結果の1週間前比
========================================================= */

.trc-card-week-change {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 7px;
	width: 100%;
	min-height: 112px;
	margin: 18px 0;
	padding: 20px;
	border-radius: 18px;
	box-sizing: border-box;
}

.trc-card-week-change strong {
	display: block;
	margin: 0;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.trc-card-week-change span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.trc-card-week-change--up {
	background: #fff0ee;
	color: #c42d23;
}

.trc-card-week-change--down {
	background: #edf5ff;
	color: #2162b5;
}

.trc-card-week-change--flat {
	background: #f2f5f7;
	color: #485869;
}

.trc-card-week-change--waiting {
	background: #f5f7fa;
	color: #687789;
}

.trc-card-week-change--waiting strong {
	font-size: 19px;
}

@media only screen and (max-width: 651px) {
	.trc-card-week-change {
		min-height: 100px;
		margin: 16px 0;
		padding: 18px;
		border-radius: 16px;
	}

	.trc-card-week-change strong {
		font-size: 24px;
	}

	.trc-card-week-change span {
		font-size: 13px;
	}
}


/* =========================================================
   TRC MOBILE OFFER CARDS v1
   スマホのみ、横スクロール表を縦型の商品カードとして表示
========================================================= */

@media screen and (max-width: 781px) {

	.single-trc_camera .trc-table-scroll,
	.single-trc_lens .trc-table-scroll {
		overflow: visible;
	}

	.single-trc_camera .trc-offer-table,
	.single-trc_lens .trc-offer-table {
		display: block;
		width: 100%;
		min-width: 0;
		border-collapse: separate;
	}

	.single-trc_camera .trc-offer-table thead,
	.single-trc_lens .trc-offer-table thead {
		display: none;
	}

	.single-trc_camera .trc-offer-table tbody,
	.single-trc_lens .trc-offer-table tbody {
		display: grid;
		gap: 14px;
		width: 100%;
	}

	.single-trc_camera .trc-offer-table tr,
	.single-trc_lens .trc-offer-table tr {
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 17px;
		background: #ffffff;
		border: 1px solid #dbe4f0;
		border-radius: 14px;
		box-shadow: 0 5px 18px rgba(15, 23, 42, 0.06);
	}

	.single-trc_camera .trc-offer-table td,
	.single-trc_lens .trc-offer-table td {
		display: grid;
		grid-template-columns: minmax(82px, 0.75fr) minmax(0, 1.25fr);
		align-items: center;
		gap: 12px;
		box-sizing: border-box;
		width: 100%;
		padding: 8px 0;
		border: 0;
		white-space: normal;
		font-size: 0.9rem;
		line-height: 1.55;
	}

	.single-trc_camera .trc-offer-table td::before,
	.single-trc_lens .trc-offer-table td::before {
		color: #64748b;
		font-size: 0.74rem;
		font-weight: 700;
		letter-spacing: 0.04em;
	}

	.single-trc_camera .trc-offer-table td:nth-child(1)::before,
	.single-trc_lens .trc-offer-table td:nth-child(1)::before {
		content: "ショップ";
	}

	.single-trc_camera .trc-offer-table td:nth-child(2)::before,
	.single-trc_lens .trc-offer-table td:nth-child(2)::before {
		content: "状態";
	}

	.single-trc_camera .trc-offer-table td:nth-child(3)::before,
	.single-trc_lens .trc-offer-table td:nth-child(3)::before {
		content: "商品価格";
	}

	.single-trc_camera .trc-offer-table td:nth-child(4)::before,
	.single-trc_lens .trc-offer-table td:nth-child(4)::before {
		content: "送料";
	}

	.single-trc_camera .trc-offer-table td:nth-child(5)::before,
	.single-trc_lens .trc-offer-table td:nth-child(5)::before {
		content: "支払総額";
	}

	.single-trc_camera .trc-offer-table td:first-child,
	.single-trc_lens .trc-offer-table td:first-child {
		padding-top: 0;
		font-size: 1rem;
	}

	.single-trc_camera .trc-offer-table td:last-child,
	.single-trc_lens .trc-offer-table td:last-child {
		display: block;
		margin-top: 8px;
		padding: 14px 0 0;
		border-top: 1px solid #e5e7eb;
	}

	.single-trc_camera .trc-offer-table td:last-child::before,
	.single-trc_lens .trc-offer-table td:last-child::before {
		display: none;
		content: "";
	}

	.single-trc_camera .trc-offer-total,
	.single-trc_lens .trc-offer-total {
		font-size: 1.08rem;
	}

	.single-trc_camera .trc-buy-button,
	.single-trc_lens .trc-buy-button {
		display: flex;
		width: 100%;
		min-width: 0;
		min-height: 50px;
		padding: 12px 18px;
		border-radius: 10px;
		font-size: 0.95rem;
	}

	.single-trc_camera .trc-no-link,
	.single-trc_lens .trc-no-link {
		display: block;
		width: 100%;
		padding: 12px;
		text-align: center;
		background: #f8fafc;
		border-radius: 10px;
	}
}

/* TRC IMAGE NOTICE OVERLAY v1
 * TOPランキングカードと商品詳細画像へ、
 * 一覧カードと同じ「画像はイメージです」ラベルを表示。
 */
.trc-ranking-card__image,
.single-trc_camera .trc-product-image-area,
.single-trc_lens .trc-product-image-area {
    position: relative;
}

.trc-ranking-card__image::after,
.single-trc_camera .trc-product-image-area::after,
.single-trc_lens .trc-product-image-area::after {
    content: "画像はイメージです";
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 6;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #64748b;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    pointer-events: none;
}

@media (max-width: 767px) {
    .trc-ranking-card__image::after,
    .single-trc_camera .trc-product-image-area::after,
    .single-trc_lens .trc-product-image-area::after {
        right: 8px;
        bottom: 8px;
        padding: 3px 7px;
        font-size: 10px;
    }
}
/* /TRC IMAGE NOTICE OVERLAY v1 */

/* =========================================================
   TRC MAKER HUB IMAGE SCALE
   TOP featured cards と同じ画像倍率に統一
========================================================= */

body.tax-trc_maker .trc-card-image img {
	transform: scale(1.2);
	transform-origin: center center;
}



/* ==========================================================
   TRC SEO VALUE EXPERIMENT 5D
   ========================================================== */

.trc-market-value-experiment {
	margin: 32px 0;
	padding: 24px;
	border: 1px solid rgba(0, 0, 0, 0.09);
	border-radius: 14px;
	background: #fff;
}

.trc-market-value-experiment__heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
}

.trc-market-value-experiment__heading h2 {
	margin: 0;
}

.trc-market-value-experiment__date {
	font-size: 13px;
	white-space: nowrap;
	opacity: 0.65;
}

.trc-market-value-experiment__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.trc-market-value-experiment__card {
	padding: 15px 14px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.035);
}

.trc-market-value-experiment__label {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0.7;
}

.trc-market-value-experiment__label small {
	display: block;
	font-size: 10px;
}

.trc-market-value-experiment__value {
	display: block;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
}

.trc-market-value-experiment__summary {
	margin: 18px 0 0;
	line-height: 1.9;
}

.trc-market-value-experiment__note {
	margin: 7px 0 0;
	font-size: 12px;
	line-height: 1.6;
	opacity: 0.62;
}

@media (max-width: 782px) {

	.trc-market-value-experiment {
		margin: 26px 0;
		padding: 18px 16px;
	}

	.trc-market-value-experiment__heading {
		display: block;
	}

	.trc-market-value-experiment__date {
		display: block;
		margin-top: 5px;
	}

	.trc-market-value-experiment__grid {
		grid-template-columns:
			repeat(2, minmax(0, 1fr));
	}

	.trc-market-value-experiment__value {
		font-size: 16px;
	}
}

/* END TRC SEO VALUE EXPERIMENT 5D */

/* TRC PRODUCT LINKS ROLLOUT START */
.trc-spec-term-link {
  color: #2563eb;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.trc-spec-term-link:hover,
.trc-spec-term-link:focus {
  color: #173f70;
}

.trc-related-products-section {
  margin-top: clamp(3rem, 7vw, 6rem);
}

.trc-related-products-head {
  margin-bottom: 1.75rem;
}

.trc-related-products-head h2 {
  margin-bottom: 0.75rem;
}

.trc-related-products-head > p:last-child {
  color: #64748b;
}

.trc-related-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.trc-related-products-grid .trc-product-card {
  min-width: 0;
}

.trc-related-products-more {
  margin: 1.75rem 0 0;
  text-align: right;
}

.trc-related-products-more a {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
}

.trc-related-products-more a:hover,
.trc-related-products-more a:focus {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .trc-related-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .trc-related-products-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
/* TRC PRODUCT LINKS ROLLOUT END */


/* TRC TOP CARD MOUSE FOCUS FIX
 * Remove Twenty Twenty-One's dotted image outline after mouse click.
 * Keyboard :focus-visible remains available for accessibility.
 */
.trc-ranking-card a:focus:not(:focus-visible) img {
    outline: none !important;
}


/* =========================================================
   TRC TOP VISIBLE H1
   Keep the promoted H1 visually identical to the former H2.
========================================================= */
.trc-home-cta-head .trc-home-main-title {
	margin: 0 0 16px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.2;
}

/* ==========================================================
   TRC MARKET INSIGHT PILOT V6.5
   Compact one-glance 30-day market interpretation.
   ========================================================== */

.trc-market-insight-panel {
	margin-top: 18px;
	padding: 17px 20px;
	border: 1px solid #d8e1ec;
	border-radius: 14px;
	background: #f8fafc;
}

.trc-market-insight-panel__top {
	display: grid;
	grid-template-columns: minmax(130px, auto) 1fr auto;
	align-items: center;
	gap: 14px 24px;
}

.trc-market-insight-panel__label {
	display: block;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 700;
	color: #475569;
}

.trc-market-insight-panel__label small {
	display: block;
	margin-top: 2px;
	font-size: 10px;
	font-weight: 500;
	opacity: 0.72;
}

.trc-market-insight-panel__status {
	font-size: 21px;
	line-height: 1.35;
	font-weight: 800;
	color: #1e293b;
}

.trc-market-insight-panel__signals {
	font-size: 16px;
	line-height: 1.45;
	font-weight: 700;
	white-space: nowrap;
	color: #334155;
}

.trc-market-insight-panel__summary {
	margin: 12px 0 0;
	font-size: 15px;
	line-height: 1.75;
	color: #334155;
}

.trc-market-insight-panel__note {
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 1.6;
	color: #64748b;
}

.trc-market-insight-panel--up {
	border-color: #fdba74;
	background: #fffaf3;
}

.trc-market-insight-panel--up
.trc-market-insight-panel__status {
	color: #b45309;
}

.trc-market-insight-panel--down {
	border-color: #93c5fd;
	background: #eff6ff;
}

.trc-market-insight-panel--down
.trc-market-insight-panel__status {
	color: #1d4ed8;
}

.trc-market-insight-panel--composition {
	border-color: #cbd5e1;
	background: #f8fafc;
}

.trc-market-insight-panel--composition
.trc-market-insight-panel__status {
	color: #334155;
}

.trc-market-insight-panel--waiting {
	border-color: #e2e8f0;
	background: #f8fafc;
}

.trc-market-insight-panel--waiting
.trc-market-insight-panel__status {
	color: #64748b;
}

@media (max-width: 782px) {

	.trc-market-insight-panel {
		padding: 15px 16px;
	}

	.trc-market-insight-panel__top {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.trc-market-insight-panel__status {
		font-size: 19px;
	}

	.trc-market-insight-panel__signals {
		font-size: 14px;
		white-space: normal;
	}

	.trc-market-insight-panel__summary {
		margin-top: 10px;
		font-size: 14px;
	}
}

/* END TRC MARKET INSIGHT PILOT V6.5 */

/* ==========================================================
   TRC MARKET INSIGHT V6.6
   Emphasize average-price one-month change.
   ========================================================== */

.trc-market-insight-panel__signals {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	white-space: normal;
}

.trc-market-insight-panel__avg-change {
	text-align: right;
}

.trc-market-insight-panel__metric-label {
	display: block;
	margin-bottom: 2px;
	font-size: 11px;
	line-height: 1.35;
	font-weight: 600;
	color: #64748b;
}

.trc-market-insight-panel__metric-value {
	display: block;
	font-size: 23px;
	line-height: 1.2;
	font-weight: 800;
	color: #2563eb;
}

.trc-market-insight-panel__min-change {
	padding-left: 18px;
	border-left: 1px solid #cbd5e1;
	font-size: 12px;
	line-height: 1.4;
	color: #64748b;
	text-align: right;
}

.trc-market-insight-panel__min-change span,
.trc-market-insight-panel__min-change strong {
	display: block;
}

.trc-market-insight-panel__min-change strong {
	margin-top: 2px;
	font-size: 15px;
	color: #334155;
}

@media (max-width: 782px) {

	.trc-market-insight-panel__signals {
		align-items: flex-start;
		justify-content: flex-start;
		gap: 14px;
	}

	.trc-market-insight-panel__avg-change {
		text-align: left;
	}

	.trc-market-insight-panel__metric-value {
		font-size: 22px;
	}

	.trc-market-insight-panel__min-change {
		text-align: left;
	}
}

/* END TRC MARKET INSIGHT V6.6 */

/* ==========================================================
   TRC MARKET CHANGE DIRECTION COLORS V6.9

   Japanese market convention:
   positive = red
   negative = blue
   zero     = neutral
   ========================================================== */

.trc-market-insight-panel .trc-market-change--up {
	color: #dc2626;
}

.trc-market-insight-panel .trc-market-change--down {
	color: #2563eb;
}

.trc-market-insight-panel .trc-market-change--flat {
	color: #475569;
}

/* END TRC MARKET CHANGE DIRECTION COLORS V6.9 */
