/* Contact V1 */
.ctc.v1 {
	background: linear-gradient(to bottom, var(--background), var(--inner-theme) 82.258%);

	.ctc-v1-card {
		overflow: hidden;
		background-color:hsl(from var(--inner-theme) h s l / 0.9);
		backdrop-filter: blur(4px);

		@media screen and (min-width:1280px) {
			& {
				margin-bottom: 2rem;
			}
		}
	}

	/* ===== Left column: heading + mascot ===== */
	.ctc-v1-lft {
		gap: 1.5rem;
	}

	.ctc-v1-ttl {
		font-size: clamp(3rem, 5.2vw, 6.25rem);
		line-height: 0.9;
		text-align: center;
	}

	.ctc-v1-msc {
		
		width: 100%;
		margin-bottom: calc(-0.5 * var(--sp-vp-mmc));

		img {
			height: auto;
			display: block;
		}
	}

	/* ===== Right column: form panel ===== */
	.ctc-v1-frm {
		padding: 2rem;
		gap: 1.25rem;

		.input-text {
			:is(input, select, textarea)::placeholder {
				font-size: 0.875rem;
				font-weight: 500;
				letter-spacing: 0.175rem;
				text-transform: uppercase;
				color: var(--text-color);
				opacity: 1;
			}

			/* Address map pin: muted */
			&.has-icn > svg {
				fill: var(--text-color);
				opacity: 0.5;
			}
		}
	}

	.ctc-v1-legal {
		font-size: 0.875rem;
		line-height: 1.5;
		color: var(--text-color);

		a {
			color: var(--link-color);
		}
	}

	/* ===== Responsive ===== */
	@media screen and (max-width: 1279px) {
		.ctc-v1-lft {
			min-height: 22rem;
		}
	}

}
