/* ===================================================================
   Contact Us — Phase 12 (standalone scoped lane `.eh-contact`)
   Token block copied from journal/our-story lanes; page-specific
   styles ported from design bundle `Contact Us.html` with `.eh-`
   prefix + `--eh-*` token vars.
   =================================================================== */

.eh-contact {
	--eh-forest-900: #0d2a20;
	--eh-forest-800: #14392c;
	--eh-forest-700: #1b4332;
	--eh-herb-600: #2d6a4f;
	--eh-herb-500: #3b8466;
	--eh-gold-600: #b78712;
	--eh-gold-500: #d4a017;
	--eh-gold-400: #e6bf4f;
	--eh-cream-50: #faf7f1;
	--eh-cream-100: #f8f5f0;
	--eh-cream-200: #efe8d9;
	--eh-ink-900: #14201a;
	--eh-ink-700: #2f3a32;
	--eh-ink-500: #6b7368;
	--eh-line: rgba(20, 32, 26, 0.12);
	--eh-line-dark: rgba(243, 228, 182, 0.18);
	--eh-font-display: "Playfair Display", "Cormorant Garamond", Georgia, serif;
	--eh-font-body: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
	--eh-font-mono: "JetBrains Mono", ui-monospace, monospace;

	font-family: var(--eh-font-body);
	color: var(--eh-ink-700);
	background: var(--eh-cream-50);
}

.eh-contact *,
.eh-contact *::before,
.eh-contact *::after { box-sizing: border-box; }

.eh-contact img { max-width: 100%; height: auto; display: block; }
.eh-contact a { color: inherit; text-decoration: none; }
.eh-contact button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

.eh-contact h1, .eh-contact h2, .eh-contact h3, .eh-contact h4 {
	font-family: var(--eh-font-display);
	color: var(--eh-forest-900);
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.1;
	margin: 0;
}

/* === Shared layout helpers === */
.eh-contact .eh-container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 40px;
}
@media (max-width: 720px) { .eh-contact .eh-container { padding: 0 20px; } }

.eh-contact .eh-hero-grain {
	position: absolute; inset: 0;
	opacity: 0.5;
	mix-blend-mode: overlay;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/></filter><rect width='200' height='200' filter='url(%23n)' opacity='0.18'/></svg>");
	pointer-events: none;
}

.eh-contact .eh-eyebrow {
	font-family: var(--eh-font-body);
	text-transform: uppercase;
	letter-spacing: 0.28em;
	font-size: 11px;
	font-weight: 700;
	color: var(--eh-gold-600);
	display: inline-flex;
	align-items: center;
	gap: 12px;
}
.eh-contact .eh-eyebrow::before {
	content: "";
	width: 28px;
	height: 1px;
	background: var(--eh-gold-500);
}

/* ===================================================================
   01 · HERO (centered dark hero)
   =================================================================== */
.eh-contact .eh-contact-hero {
	background: var(--eh-forest-900);
	color: var(--eh-cream-100);
	position: relative;
	overflow: hidden;
	padding: 108px 0 116px;
	text-align: center;
}
.eh-contact .eh-contact-hero::before {
	content: "";
	position: absolute; inset: 0;
	background:
		radial-gradient(ellipse 80% 90% at 50% -10%, rgba(45,106,79,0.55), transparent 60%),
		radial-gradient(ellipse 55% 60% at 85% 90%, rgba(212,160,23,0.07), transparent 55%),
		linear-gradient(180deg, rgba(13,42,32,0.25), rgba(13,42,32,0.92));
	pointer-events: none;
}
.eh-contact .eh-contact-hero-inner {
	position: relative; z-index: 2;
	max-width: 740px; margin: 0 auto;
}
.eh-contact .eh-contact-hero h1 {
	color: var(--eh-cream-100);
	font-size: clamp(60px, 9vw, 108px);
	margin-top: 24px;
	line-height: 1.0;
}
.eh-contact .eh-contact-hero p.eh-lede {
	font-size: 17px;
	line-height: 1.74;
	color: rgba(248,245,240,0.68);
	margin: 28px auto 0;
	max-width: 520px;
	text-wrap: pretty;
}
.eh-contact .eh-hero-ornament {
	display: flex; align-items: center; justify-content: center; gap: 20px;
	margin-top: 44px; color: var(--eh-gold-500); opacity: 0.75;
}
.eh-contact .eh-hero-ornament .eh-line { flex: 0 0 56px; height: 1px; background: currentColor; }
.eh-contact .eh-hero-ornament svg { width: 16px; height: 16px; flex-shrink: 0; }

/* ===================================================================
   02 · CONTACT DETAIL + FORM
   =================================================================== */
.eh-contact .eh-contact-section { padding: 112px 0 124px; background: var(--eh-cream-50); }
.eh-contact .eh-contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
}
@media (max-width: 960px) {
	.eh-contact .eh-contact-grid { grid-template-columns: 1fr; gap: 56px; }
}
.eh-contact .eh-contact-detail { width: 100%; }

.eh-contact .eh-contact-col-head { margin-bottom: 40px; }
.eh-contact .eh-contact-col-head h2 {
	font-size: clamp(30px, 3.2vw, 44px);
	margin: 18px 0 0;
	line-height: 1.08;
}
.eh-contact .eh-contact-col-head h2 em {
	font-style: italic;
	font-weight: 400;
	color: var(--eh-gold-500);
}

/* Contact blocks */
.eh-contact .eh-contact-blocks { display: flex; flex-direction: column; }
.eh-contact .eh-contact-block {
	display: flex;
	gap: 20px;
	padding: 26px 0;
	border-bottom: 1px solid var(--eh-line);
	align-items: flex-start;
}
.eh-contact .eh-contact-block:first-child { border-top: 1px solid var(--eh-line); }

.eh-contact .eh-cb-icon {
	width: 46px; height: 46px; flex-shrink: 0;
	border: 1px solid var(--eh-line);
	background: var(--eh-cream-100);
	display: inline-flex; align-items: center; justify-content: center;
	color: var(--eh-herb-600);
	margin-top: 3px;
	transition: background .25s, color .25s, border-color .25s;
}
.eh-contact .eh-cb-icon svg { width: 19px; height: 19px; }
.eh-contact .eh-contact-block:hover .eh-cb-icon {
	background: var(--eh-forest-900); color: var(--eh-gold-400); border-color: var(--eh-forest-900);
}
.eh-contact .eh-contact-block.eh-wa-block:hover .eh-cb-icon {
	background: #128c50; color: #fff; border-color: #128c50;
}

.eh-contact .eh-wa-link {
	display: inline-flex; align-items: center; gap: 10px;
	margin-top: 12px;
	padding: 11px 20px;
	background: #25D366; color: #052e16;
	font-size: 10px; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase;
	font-family: var(--eh-font-body);
	transition: background .22s, transform .22s;
	border: none; cursor: pointer; text-decoration: none;
}
.eh-contact .eh-wa-link:hover { background: #1ebe5b; transform: translateY(-1px); color: #052e16; }
.eh-contact .eh-wa-link svg { width: 14px; height: 14px; flex-shrink: 0; }
.eh-contact .eh-wa-source-note {
	margin-top: 8px;
	font-size: 11px; color: var(--eh-ink-500); font-family: var(--eh-font-mono); letter-spacing: 0.04em;
	display: flex; align-items: center; gap: 7px;
}
.eh-contact .eh-wa-source-note::before { content: ""; display: inline-block; width: 6px; height: 6px; background: #25D366; border-radius: 50%; flex-shrink: 0; }

.eh-contact .eh-cb-body { flex: 1; min-width: 0; }
.eh-contact .eh-cb-label {
	font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
	font-weight: 700; color: var(--eh-gold-600);
	display: block; margin-bottom: 9px;
}
.eh-contact .eh-cb-value {
	font-size: 15px; line-height: 1.68; color: var(--eh-ink-700);
}
.eh-contact .eh-cb-value a { color: var(--eh-ink-700); transition: color .2s; }
.eh-contact .eh-cb-value a:hover { color: var(--eh-herb-600); }

/* Social row */
.eh-contact .eh-contact-socials { display: flex; gap: 10px; margin-top: 34px; }
.eh-contact .eh-contact-socials a {
	width: 38px; height: 38px;
	border: 1px solid var(--eh-line);
	display: inline-flex; align-items: center; justify-content: center;
	color: var(--eh-ink-700);
	transition: background .22s, border-color .22s, color .22s, transform .22s;
}
.eh-contact .eh-contact-socials a:hover {
	background: var(--eh-gold-500); border-color: var(--eh-gold-500);
	color: var(--eh-forest-900); transform: translateY(-2px);
}
.eh-contact .eh-contact-socials svg { width: 15px; height: 15px; }

/* ===================================================================
   CF7 FORM (Send Us A Message column)
   =================================================================== */
.eh-contact .eh-contact-form .eh-contact-col-head { margin-bottom: 36px; }

.eh-contact .wpcf7-form p {
	margin: 0 0 20px;
	padding: 0;
}
.eh-contact .wpcf7-form p:last-of-type { margin-bottom: 0; }

.eh-contact .wpcf7-form label {
	display: block;
	font-family: var(--eh-font-body);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--eh-ink-700);
	margin-bottom: 8px;
}

.eh-contact .wpcf7-form input[type="text"],
.eh-contact .wpcf7-form input[type="email"],
.eh-contact .wpcf7-form input[type="tel"],
.eh-contact .wpcf7-form textarea,
.eh-contact .wpcf7-form select {
	width: 100%;
	background: #fff;
	border: 1px solid var(--eh-line);
	border-radius: 0;
	padding: 14px 18px;
	font-family: var(--eh-font-body);
	font-size: 14px;
	color: var(--eh-ink-900);
	outline: none;
	transition: border-color .22s, box-shadow .22s;
	-webkit-appearance: none;
}
.eh-contact .wpcf7-form input[type="text"]:focus,
.eh-contact .wpcf7-form input[type="email"]:focus,
.eh-contact .wpcf7-form input[type="tel"]:focus,
.eh-contact .wpcf7-form textarea:focus {
	border-color: var(--eh-herb-600);
	box-shadow: 0 0 0 3px rgba(45,106,79,0.08);
}
.eh-contact .wpcf7-form textarea { min-height: 148px; resize: vertical; }

.eh-contact .wpcf7-form input[type="submit"] {
	display: inline-block;
	min-height: 44px;
	padding: 0 42px;
	background: var(--eh-forest-900);
	color: var(--eh-gold-400);
	font-family: var(--eh-font-body);
	font-size: 10px;
	font-weight: 800;
	line-height: 42px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	border: 1px solid var(--eh-forest-900);
	cursor: pointer;
	transition: background .22s, color .22s, border-color .22s, transform .18s;
	border-radius: 0;
	-webkit-appearance: none;
}
.eh-contact .wpcf7-form input[type="submit"]:hover {
	background: transparent;
	color: var(--eh-forest-900);
	transform: translateY(-1px);
}
.eh-contact .wpcf7-form input[type="submit"]:disabled,
.eh-contact .wpcf7-form input[type="submit"].wpcf7-submit[disabled] {
	opacity: 0.5; cursor: not-allowed; transform: none;
}

.eh-contact .wpcf7 .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 14px 18px;
	font-size: 13px;
	font-family: var(--eh-font-body);
	line-height: 1.5;
	border: 1px solid;
	border-radius: 0;
}
.eh-contact .wpcf7 .wpcf7-mail-sent-ok {
	border-color: var(--eh-herb-500);
	color: var(--eh-herb-600);
	background: rgba(45,106,79,0.05);
}
.eh-contact .wpcf7 .wpcf7-validation-errors,
.eh-contact .wpcf7 .wpcf7-mail-sent-ng,
.eh-contact .wpcf7 .wpcf7-spam-blocked {
	border-color: #b91c1c;
	color: #b91c1c;
	background: rgba(185,28,28,0.04);
}
.eh-contact .wpcf7-not-valid-tip {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	color: #b91c1c;
	font-family: var(--eh-font-body);
}
.eh-contact .wpcf7-form-control-wrap.wpcf7-not-valid input,
.eh-contact .wpcf7-form-control-wrap.wpcf7-not-valid textarea {
	border-color: #b91c1c;
}

/* ===================================================================
   03 · MAP
   =================================================================== */
.eh-contact .eh-map-section { border-top: 1px solid var(--eh-line); position: relative; }
.eh-contact .eh-map-wrapper { position: relative; height: 490px; overflow: hidden; }
.eh-contact .eh-map-wrapper iframe {
	width: 100%; height: 100%; border: 0; display: block;
	filter: grayscale(0.12) contrast(1.04) brightness(0.98);
}

.eh-contact .eh-map-card {
	position: absolute;
	top: 38px; left: 58px;
	background: var(--eh-forest-900); color: var(--eh-cream-100);
	padding: 30px 34px;
	max-width: 350px;
	z-index: 10;
	box-shadow: 0 24px 56px rgba(13,42,32,0.38);
}
.eh-contact .eh-map-card::before {
	content: "";
	position: absolute; top: 0; left: 0; right: 0; height: 2px;
	background: var(--eh-gold-500);
}
.eh-contact .eh-map-card .eh-map-tag {
	font-size: 9px; letter-spacing: 0.34em; text-transform: uppercase;
	font-weight: 700; color: var(--eh-gold-400); display: block; margin-bottom: 12px;
}
.eh-contact .eh-map-card h4 {
	font-size: 21px; font-weight: 500;
	color: var(--eh-cream-100); line-height: 1.15;
	margin: 0 0 12px;
}
.eh-contact .eh-map-card address {
	font-style: normal; font-size: 13px;
	color: rgba(243,228,182,0.68); line-height: 1.72;
}
.eh-contact .eh-map-card .eh-dir-link {
	display: inline-flex; align-items: center; gap: 10px;
	margin-top: 18px;
	font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
	font-weight: 700; color: var(--eh-gold-400);
	border-bottom: 1px solid rgba(212,160,23,0.5); padding-bottom: 4px;
	transition: color .2s;
}
.eh-contact .eh-map-card .eh-dir-link:hover { color: var(--eh-gold-500); }
.eh-contact .eh-map-card .eh-dir-link svg { width: 11px; height: 11px; }

@media (max-width: 740px) {
	.eh-contact .eh-map-wrapper { height: 380px; }
	.eh-contact .eh-map-card { top: auto; bottom: 20px; left: 16px; right: 16px; max-width: none; }
}
