/* ==========================================================================
   CIXIZOC — Contact Us (pure white editorial layout)
   ========================================================================== */

body.cz-contact-page,
body.cz-contact-page .cz-shop-page {
	background: #fff;
}

body.cz-contact-page .cz-shop-header {
	background: #fff;
	border-bottom-color: #eceae6;
}

.cz-contact {
	max-width: var(--cz-shop-max);
	margin: 0 auto;
	padding: clamp(1.75rem, 4vw, 2.75rem) var(--cz-shop-pad) clamp(3rem, 7vw, 5rem);
}

.cz-contact__hero {
	margin-bottom: clamp(2rem, 4.5vw, 2.75rem);
	text-align: center;
}

.cz-contact__title {
	margin: 0 0 0.5rem;
	font-family: var(--cz-shop-serif);
	font-size: clamp(2rem, 5vw, 2.75rem);
	font-weight: 400;
	letter-spacing: 0.03em;
	color: var(--cz-shop-ink);
}

.cz-contact__lead {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 300;
	color: var(--cz-shop-muted);
}

.cz-contact__notice {
	max-width: 100%;
	margin: 0 0 1.5rem;
	padding: 0.85rem 1rem;
	border: 1px solid var(--cz-shop-line);
	background: #fff;
	font-size: 0.85rem;
	color: var(--cz-shop-ink);
}

.cz-contact__notice--error {
	border-color: #9a2c2c;
}

.cz-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: clamp(2.5rem, 6vw, 4rem);
	align-items: start;
}

.cz-contact__form-panel,
.cz-contact__info-panel {
	min-width: 0;
}

.cz-contact__panel-title {
	margin: 0 0 0.65rem;
	font-family: var(--cz-shop-serif);
	font-size: clamp(1.35rem, 2.8vw, 1.65rem);
	font-weight: 400;
	line-height: 1.2;
	color: var(--cz-shop-ink);
}

.cz-contact__panel-lead {
	margin: 0 0 1.5rem;
	font-size: 0.88rem;
	font-weight: 300;
	line-height: 1.65;
	color: var(--cz-shop-muted);
}

.cz-contact__form {
	display: grid;
	gap: 0.85rem;
}

.cz-contact__row {
	display: grid;
	gap: 0.85rem;
}

.cz-contact__row--2 {
	grid-template-columns: 1fr 1fr;
}

.cz-contact__field input,
.cz-contact__field textarea {
	width: 100%;
	padding: 0.85rem 1rem;
	border: 1px solid var(--cz-shop-line);
	border-radius: 0;
	background: #fff;
	font-family: var(--cz-shop-sans);
	font-size: 0.88rem;
	color: var(--cz-shop-ink);
	box-shadow: none;
	transition: border-color 0.2s ease;
}

.cz-contact__field input::placeholder,
.cz-contact__field textarea::placeholder {
	color: rgba(26, 26, 26, 0.38);
}

.cz-contact__field input:focus,
.cz-contact__field textarea:focus {
	outline: none;
	border-color: var(--cz-shop-ink);
}

.cz-contact__field textarea {
	min-height: 9rem;
	resize: vertical;
}

.cz-contact__submit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 0.35rem;
	padding: 0.95rem 1.25rem;
	border: 1px solid var(--cz-shop-ink);
	background: #fff;
	color: var(--cz-shop-ink);
	font-family: var(--cz-shop-sans);
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.cz-contact__submit:hover {
	background: var(--cz-shop-ink);
	color: #fff;
}

.cz-contact__submit-icon {
	display: inline-flex;
	width: 1.25rem;
	height: 1.25rem;
}

.cz-contact__submit-icon svg {
	width: 100%;
	height: 100%;
}

.cz-contact__info-list {
	margin: 0 0 1.5rem;
	padding: calc(0.88rem * 1.65 + 1.5rem) 0 0;
	list-style: none;
}

.cz-contact__info-item {
	display: grid;
	grid-template-columns: 2.5rem 1fr;
	gap: 0.85rem;
	align-items: start;
	margin-bottom: 1.35rem;
}

.cz-contact__info-item:last-child {
	margin-bottom: 0;
}

.cz-contact__info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid var(--cz-shop-line);
	border-radius: 50%;
	background: #fff;
	color: var(--cz-shop-ink);
}

.cz-contact__info-icon svg {
	width: 1.15rem;
	height: 1.15rem;
}

.cz-contact__info-copy {
	min-width: 0;
}

.cz-contact__info-title {
	margin: 0 0 0.25rem;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--cz-shop-ink);
}

.cz-contact__info-value {
	display: inline-block;
	margin-bottom: 0.2rem;
	font-size: 0.88rem;
	color: var(--cz-shop-ink);
	text-decoration: none;
	word-break: break-word;
}

.cz-contact__info-value:hover {
	opacity: 0.7;
}

.cz-contact__info-note {
	margin: 0;
	font-size: 0.78rem;
	line-height: 1.5;
	color: var(--cz-shop-muted);
}

.cz-contact__wholesale {
	padding: 1.15rem 1.1rem;
	background: #fff;
	border: 1px solid var(--cz-shop-line);
}

.cz-contact__wholesale-icon {
	display: inline-flex;
	width: 1.35rem;
	height: 1.35rem;
	margin-bottom: 0.55rem;
	color: var(--cz-shop-ink);
	opacity: 0.75;
}

.cz-contact__wholesale-icon svg {
	width: 100%;
	height: 100%;
}

.cz-contact__wholesale-title {
	margin: 0 0 0.35rem;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--cz-shop-ink);
}

.cz-contact__wholesale-body {
	margin: 0 0 0.35rem;
	font-size: 0.82rem;
	line-height: 1.55;
	color: var(--cz-shop-muted);
}

.cz-contact__wholesale-email {
	font-size: 0.88rem;
	font-weight: 500;
	color: var(--cz-shop-ink);
	text-decoration: none;
	word-break: break-word;
}

.cz-contact__wholesale-email:hover {
	opacity: 0.7;
}

@media (max-width: 900px) {
	.cz-contact__grid {
		grid-template-columns: 1fr;
		gap: 2.25rem;
	}

	.cz-contact__info-panel {
		padding-top: 2rem;
		border-top: 1px solid var(--cz-shop-line);
	}

	.cz-contact__info-list {
		padding-top: 0;
	}
}

@media (max-width: 480px) {
	.cz-contact {
		padding-top: 1rem;
		padding-bottom: calc(2.5rem + env(safe-area-inset-bottom));
	}

	.cz-contact__hero {
		margin-bottom: 1.75rem;
	}

	.cz-contact__row--2 {
		grid-template-columns: 1fr;
	}

	.cz-contact__submit {
		min-height: 48px;
	}

	.cz-contact__field input,
	.cz-contact__field textarea {
		min-height: 48px;
		font-size: 16px;
	}

	.cz-contact__info-item {
		grid-template-columns: 2.25rem 1fr;
		gap: 0.75rem;
	}

	.cz-contact__info-icon {
		width: 2.25rem;
		height: 2.25rem;
	}
}
