/* Contact V1 */
.ctc.v1 {
	_background: linear-gradient(to bottom, var(--background) 40%, hsl( from var(--inner-theme) h s 70% / 0.7) );
	
		
	.ctc-v1-card {
		overflow: hidden;
		background-color: #494949 !important;
		border-radius: 0.5rem;
		backdrop-filter: blur(4px);
	}
	h4, h5 {
		color: #fff !important;
	}
	
		@media screen and (min-width:1280px) {
			& {
				margin-bottom: 2rem;
			}
			picture.ctc-v1-msc,
			picture.ctc-v1-msc img {
				min-width: 37em;
			}
		}
	}

	/* ===== 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 {
		flex: 1;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		width: 100%;
		margin-bottom: -2em;
		
		@media screen and (min-width:1280px) {
			& {
				margin-bottom: -2em;
			}
		}

		img {
			max-width: 26.2rem;
			width: 100%;
			height: auto;
			display: block;
		}
	}
	.btm-deco {
		background: url('/media/contactv1/bottom-border-1-1.png') center bottom / 100% 100% no-repeat;
	}

	.btm-deco svg {
		visibility: hidden;
	}
	/* ===== 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 {
				opacity: 0.5;
			}
		}
	}

	.ctc-v1-legal {
		font-size: 0.875rem;
		line-height: 1.5;
	}

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

}
