/* ═══════════════════════════════════════════════════════
   TETON TROUTFITTERS — CONTACT PAGE CSS
   Scoped with .tt-contact prefix. No global overrides.
   Loaded conditionally on the Contact page only.
   ═══════════════════════════════════════════════════════ */


.tt-contact {
	background: var(--tt-cream, #faf7f2);
	padding-bottom: 0;
}


/* ── Hero ─────────────────────────────────────────────── */

.tt-contact__hero {
	background: var(--tt-teal-dark, #1e3a40);
	padding: 4rem 3rem 8rem 3rem;
}

.tt-contact__hero-inner {
	max-width: 50rem;
	margin: 0 auto;
}

.tt-contact__eyebrow {
	font-family: var(--tt-font-sans);
	font-size: 0.5625rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--tt-gold-light, #e8c88a);
	margin: 0 0 1rem;
}

.tt-contact__title {
	font-family: var(--tt-font-display);
	font-size: var(--tt-text-h1, 2.5rem);
	font-weight: var(--tt-weight-normal, 400);
	line-height: var(--tt-lh-h1, 1.1);
	color: var(--tt-cream);
	margin: 0 0 1rem;
}

.tt-contact__subtitle {
	font-family: var(--tt-font-body);
	font-size: var(--tt-text-body, 0.875rem);
	line-height: var(--tt-lh-body, 1.8);
	color: rgba(250, 247, 242, 0.78);
	max-width: 38rem;
	margin: 0;
}

.tt-contact__subtitle a {
	color: var(--tt-gold-light, #e8c88a);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.tt-contact__subtitle a:hover {
	color: var(--tt-gold-hover, #d4a55a);
}


/* ── Contact methods grid ─────────────────────────────── */

.tt-contact__methods {
	max-width: 70rem;
	margin: -2.5rem auto 0;
	padding: 0 3rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	position: relative;
	z-index: 2;
}

.tt-contact__method-card {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	background: #ffffff;
	border: 0.0625rem solid var(--tt-border, rgba(196, 189, 178, 0.4));
	border-radius: 0.5rem;
	padding: 1.5rem;
	text-decoration: none;
	color: var(--tt-text, #1a1a18);
	transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.04);
}

.tt-contact__method-card:hover {
	border-color: var(--tt-gold, #b8843a);
	transform: translateY(-0.125rem);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

.tt-contact__method-icon {
	width: 1.75rem;
	height: 1.75rem;
	color: var(--tt-teal, #2a4a52);
	margin-bottom: 0.25rem;
}

.tt-contact__method-label {
	font-family: var(--tt-font-sans);
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--tt-text-muted, #7a7265);
}

.tt-contact__method-value {
	font-family: var(--tt-font-heading);
	font-size: 1rem;
	font-weight: 600;
	color: var(--tt-text, #1a1a18);
	line-height: 1.35;
}


/* ── Hours ────────────────────────────────────────────── */

.tt-contact__hours {
	max-width: 70rem;
	margin: 3rem auto 0;
	padding: 0 3rem;
}

.tt-contact__hours-rows {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	background: var(--tt-cream-dark, #f0ede8);
	border-radius: 0.5rem;
	padding: 1.75rem 2rem;
}

.tt-contact__hours-row {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.tt-contact__hours-season {
	font-family: var(--tt-font-sans);
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--tt-teal, #2a4a52);
}

.tt-contact__hours-dates {
	font-family: var(--tt-font-heading);
	font-size: 1rem;
	font-weight: 600;
	color: var(--tt-text, #1a1a18);
}

.tt-contact__hours-time {
	font-family: var(--tt-font-body);
	font-size: 0.875rem;
	color: var(--tt-text-muted, #7a7265);
}


/* ── Section labels (eyebrow) ─────────────────────────── */

.tt-contact .tt-sec-label {
	font-family: var(--tt-font-sans);
	font-size: 0.5625rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--tt-teal, #2a4a52);
	display: flex;
	align-items: center;
	gap: 0.625rem;
	margin: 0 0 0.75rem;
}

.tt-contact .tt-sec-label::after {
	content: '';
	flex: 1;
	height: 0.0625rem;
	background: var(--tt-border, rgba(196, 189, 178, 0.4));
}

.tt-contact .tt-sec-label--light {
	color: var(--tt-gold-light, #e8c88a);
}

.tt-contact .tt-sec-label--light::after {
	background: rgba(255, 255, 255, 0.12);
}


/* ── Form ─────────────────────────────────────────────── */

.tt-contact__form-section {
	max-width: 50rem;
	margin: 4rem auto 0;
	padding: 0 3rem;
	scroll-margin-top: 6rem;
}

.tt-contact__form-heading {
	font-family: var(--tt-font-heading);
	font-size: var(--tt-text-h3, 1.75rem);
	font-weight: 600;
	line-height: var(--tt-lh-heading, 1.2);
	color: var(--tt-text, #1a1a18);
	margin: 0 0 0.5rem;
}

.tt-contact__form-lede {
	font-family: var(--tt-font-body);
	font-size: 0.875rem;
	line-height: 1.7;
	color: var(--tt-text-muted, #7a7265);
	margin: 0 0 1.75rem;
}

.tt-contact__form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.tt-contact__field-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.tt-contact__field {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}

.tt-contact__field-label {
	font-family: var(--tt-font-sans);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tt-text-muted, #7a7265);
}

.tt-contact__required {
	color: var(--tt-gold, #b8843a);
	margin-left: 0.125rem;
}

.tt-contact__field input,
.tt-contact__field select,
.tt-contact__field textarea {
	font-family: var(--tt-font-body);
	font-size: 1rem;
	padding: 0.6875rem 0.875rem;
	border: 0.0625rem solid var(--tt-border, rgba(196, 189, 178, 0.4));
	border-radius: 0.25rem;
	background: #ffffff;
	color: var(--tt-text, #1a1a18);
	transition: border-color 0.15s, box-shadow 0.15s;
	width: 100%;
	box-sizing: border-box;
}

.tt-contact__field textarea {
	resize: vertical;
	min-height: 7rem;
	font-family: var(--tt-font-body);
}

.tt-contact__field input:focus,
.tt-contact__field select:focus,
.tt-contact__field textarea:focus {
	outline: none;
	border-color: var(--tt-gold, #b8843a);
	box-shadow: 0 0 0 0.1875rem rgba(184, 132, 58, 0.18);
}

.tt-contact__honeypot {
	position: absolute;
	left: -9999px;
	width: 0.0625rem;
	height: 0.0625rem;
	overflow: hidden;
}

.tt-contact__submit {
	align-self: flex-start;
	margin-top: 0.5rem;
	padding: 0.9375rem 2rem;
	background: var(--tt-gold, #b8843a);
	color: #070F1A;
	font-family: var(--tt-font-sans);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border: none;
	border-radius: 0.25rem;
	cursor: pointer;
	transition: background 0.15s, transform 0.1s;
}

.tt-contact__submit:hover {
	background: var(--tt-gold-hover, #d4a55a);
}

.tt-contact__submit:active {
	transform: translateY(0.0625rem);
}


/* ── Notices (success / error) ────────────────────────── */

.tt-contact__notice {
	padding: 0.875rem 1.125rem;
	border-radius: 0.25rem;
	font-family: var(--tt-font-body);
	font-size: 0.875rem;
	line-height: 1.55;
	margin-bottom: 1.25rem;
}

.tt-contact__notice--success {
	background: #e6f4ea;
	color: #1e5a2a;
	border-left: 0.25rem solid #2e7d32;
}

.tt-contact__notice--error {
	background: #fdecea;
	color: #8a2020;
	border-left: 0.25rem solid #c62828;
}


/* ── FAQ deflection ───────────────────────────────────── */

.tt-contact__faq-deflect {
	max-width: 50rem;
	margin: 3rem auto 0;
	padding: 1.25rem 1.5rem;
	background: var(--tt-cream-dark, #f0ede8);
	border-left: 0.25rem solid var(--tt-teal, #2a4a52);
	border-radius: 0 0.25rem 0.25rem 0;
}

.tt-contact__faq-deflect-text {
	margin: 0;
	font-family: var(--tt-font-body);
	font-size: 0.875rem;
	line-height: 1.65;
	color: var(--tt-text, #1a1a18);
}

.tt-contact__faq-deflect-text a {
	color: var(--tt-teal, #2a4a52);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.tt-contact__faq-deflect-text a:hover {
	color: var(--tt-gold, #b8843a);
}


/* ── Map ──────────────────────────────────────────────── */

.tt-contact__map-section {
	max-width: 70rem;
	margin: 4rem auto 0;
	padding: 0 3rem;
}

.tt-contact__map-heading {
	font-family: var(--tt-font-heading);
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--tt-text, #1a1a18);
	margin: 0 0 1rem;
}

.tt-contact__map {
	aspect-ratio: 16 / 9;
	width: 100%;
	border-radius: 0.5rem;
	overflow: hidden;
	border: 0.0625rem solid var(--tt-border, rgba(196, 189, 178, 0.4));
	background: var(--tt-cream-dark, #f0ede8);
}

.tt-contact__map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}


/* ── Social links ─────────────────────────────────────── */

.tt-contact__social-section {
	max-width: 70rem;
	margin: 3rem auto 0;
	padding: 0 3rem;
}

.tt-contact__social {
	display: flex;
	gap: 0.75rem;
}

.tt-contact__social-link {
	width: 2.5rem;
	height: 2.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border: 0.0625rem solid var(--tt-border, rgba(196, 189, 178, 0.4));
	border-radius: 50%;
	color: var(--tt-teal, #2a4a52);
	transition: border-color 0.15s, color 0.15s, transform 0.15s;
	text-decoration: none;
}

.tt-contact__social-link:hover {
	border-color: var(--tt-gold, #b8843a);
	color: var(--tt-gold, #b8843a);
	transform: translateY(-0.0625rem);
}

.tt-contact__social-link svg {
	width: 1.125rem;
	height: 1.125rem;
}


/* ── CTA strip ────────────────────────────────────────── */

.tt-contact__cta {
	background: #0B1A2C;
	padding: 4rem 3rem;
	margin-top: 5rem;
}

.tt-contact__cta-inner {
	max-width: 70rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.tt-contact__cta-headline {
	font-family: var(--tt-font-heading);
	font-size: 1.875rem;
	font-weight: var(--tt-weight-semibold, 600);
	line-height: var(--tt-lh-h2, 1.15);
	color: var(--tt-cream, #faf7f2);
	margin: 0.25rem 0 0;
	max-width: 32rem;
}

.tt-contact__cta-buttons {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
	flex-shrink: 0;
}

.tt-contact__cta-btn {
	padding: 0.9375rem 1.5rem;
	font-family: var(--tt-font-sans);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border-radius: 0.25rem;
	border: none;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.tt-contact__cta-btn--primary {
	background: var(--tt-gold, #b8843a);
	color: #070F1A;
}

.tt-contact__cta-btn--primary:hover {
	background: var(--tt-gold-hover, #d4a55a);
}

.tt-contact__cta-btn--secondary {
	background: transparent;
	color: var(--tt-cream, #faf7f2);
	border: 0.0625rem solid rgba(242, 237, 226, 0.4);
}

.tt-contact__cta-btn--secondary:hover {
	border-color: var(--tt-gold, #b8843a);
	color: var(--tt-gold, #b8843a);
}


/* ── Responsive ───────────────────────────────────────── */

@media (max-width: 64rem) {
	.tt-contact__methods {
		grid-template-columns: 1fr 1fr;
	}
	.tt-contact__hours-rows {
		grid-template-columns: 1fr;
	}
	.tt-contact__field-row {
		grid-template-columns: 1fr;
	}
	.tt-contact__cta-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 48rem) {
	.tt-contact__hero {
		padding: 3rem 1.25rem 6rem;
	}
	.tt-contact__title {
		font-size: 1.875rem;
	}
	.tt-contact__methods {
		grid-template-columns: 1fr;
		padding: 0 1.25rem;
		margin-top: -2rem;
	}
	.tt-contact__hours,
	.tt-contact__form-section,
	.tt-contact__faq-deflect,
	.tt-contact__map-section,
	.tt-contact__social-section {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.tt-contact__faq-deflect {
		margin-left: 1.25rem;
		margin-right: 1.25rem;
		padding: 1rem 1.25rem;
	}
	.tt-contact__cta {
		padding: 3rem 1.25rem;
	}
	.tt-contact__cta-headline {
		font-size: 1.5rem;
	}
}
