/* Contact page only. The global header and footer are intentionally untouched. */
.sd-contact-page,
.sd-contact-page * { box-sizing: border-box; }

.sd-contact-page {
	--contact-ink: #173b30;
	--contact-muted: #53635b;
	--contact-line: rgba(23, 59, 48, .16);
	--contact-paper: #fbfaf7;
	--contact-brass: #b38a3e;
	background: var(--contact-paper);
	color: var(--contact-ink);
	overflow: hidden;
}

.sd-contact-page h1,
.sd-contact-page h2,
.sd-contact-page h3,
.sd-contact-page p { margin-top: 0; }
.sd-contact-page h1,
.sd-contact-page h2,
.sd-contact-page h3 { font-family: var(--font-heading, Georgia, serif); font-weight: 500; letter-spacing: -.035em; }
.sd-contact-page img { display: block; max-width: 100%; }

.sd-contact-hero { display: grid; grid-template-columns: 44% 56%; min-height: 482px; border-bottom: 1px solid var(--contact-line); }
.sd-contact-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 6vw, 88px) clamp(32px, 8.2vw, 118px); background: #fbfaf7; }
.sd-contact-eyebrow { margin-bottom: 24px !important; color: var(--contact-brass); font-family: var(--font-body, system-ui, sans-serif) !important; font-size: 12px; font-weight: 800 !important; letter-spacing: .12em !important; line-height: 1.2; text-transform: uppercase; }
.sd-contact-hero h1 { max-width: 410px; margin-bottom: 26px; font-size: clamp(48px, 5.1vw, 74px); line-height: .98; }
.sd-contact-hero__body { max-width: 350px; margin-bottom: 28px; color: #263d34; font-size: 16px; line-height: 1.55; }
.sd-contact-text-link { display: inline-flex; align-items: center; gap: 10px; width: max-content; border-bottom: 1px solid currentColor; color: var(--contact-ink); font-size: 14px; font-weight: 600; line-height: 1.8; text-decoration: none; }
.sd-contact-text-link span { font-size: 20px; font-weight: 400; line-height: 1; }
.sd-contact-text-link:hover,
.sd-contact-text-link:focus-visible { color: var(--contact-brass); }
.sd-contact-hero__media,
.sd-contact-hero__media picture,
.sd-contact-hero__media img { width: 100%; height: 100%; min-height: 482px; margin: 0; }
.sd-contact-hero__media { overflow: hidden; background: #d5d2c8; }
.sd-contact-hero__media img { object-fit: cover; object-position: var(--sd-contact-hero-position, center center); }

.sd-contact-content { display: grid; grid-template-columns: 60% 40%; max-width: 1440px; margin: 0 auto; border-bottom: 1px solid var(--contact-line); }
.sd-contact-form-column { padding: clamp(48px, 5vw, 74px) clamp(32px, 8.2vw, 118px) clamp(50px, 5vw, 70px); }
.sd-contact-form-column h2 { margin-bottom: 28px; font-size: clamp(28px, 2.7vw, 40px); line-height: 1.05; }
.sd-contact-form { max-width: 690px; }
.sd-contact-field { margin-bottom: 21px; }
.sd-contact-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.sd-contact-field label { display: block; margin-bottom: 8px; color: #142c23; font-size: 13px; font-weight: 700; line-height: 1.25; }
.sd-contact-field input:not([type="file"]),
.sd-contact-field select,
.sd-contact-field textarea { width: 100%; border: 1px solid rgba(23, 59, 48, .2); border-radius: 5px; background: #fff; color: var(--contact-ink); font: inherit; font-size: 14px; line-height: 1.4; outline: 0; }
.sd-contact-field input:not([type="file"]),
.sd-contact-field select { height: 44px; padding: 0 14px; }
.sd-contact-field textarea { min-height: 95px; padding: 13px 14px; resize: vertical; }
.sd-contact-field input::placeholder,
.sd-contact-field textarea::placeholder { color: #859089; opacity: 1; }
.sd-contact-field select { appearance: auto; }
.sd-contact-field input:not([type="file"]):focus,
.sd-contact-field select:focus,
.sd-contact-field textarea:focus { border-color: var(--contact-ink); box-shadow: 0 0 0 3px rgba(23, 59, 48, .12); }
.sd-contact-field.has-error input,
.sd-contact-field.has-error select,
.sd-contact-field.has-error textarea { border-color: #a52d2d; }
.sd-contact-error { display: block; margin-top: 6px; color: #a52d2d; font-size: 12px; line-height: 1.35; }
.sd-contact-help { display: block; margin-top: 7px; color: var(--contact-muted); font-size: 12px; line-height: 1.4; }
.sd-contact-field input[type="file"] { display: block; width: 100%; max-width: 300px; padding: 8px; border: 1px solid rgba(23, 59, 48, .2); border-radius: 5px; background: #fff; color: var(--contact-muted); font-size: 13px; }
.sd-contact-honeypot {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	overflow: hidden;
}
.sd-contact-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 29px; }
.sd-contact-form-footer p { max-width: 360px; margin-bottom: 0; color: var(--contact-muted); font-size: 12px; line-height: 1.45; }
.sd-contact-submit,
.sd-contact-cta__button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 22px; border: 1px solid #0b3d2e; border-radius: 4px; background: #0b3d2e; color: #fff; cursor: pointer; font: inherit; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; text-decoration: none; }
.sd-contact-submit:hover,
.sd-contact-submit:focus-visible,
.sd-contact-cta__button:hover,
.sd-contact-cta__button:focus-visible { background: #145641; }
.sd-contact-submit:disabled { cursor: wait; opacity: .65; }
.sd-contact-notice { margin: 0 0 24px; padding: 14px 16px; border-left: 4px solid var(--contact-ink); background: #edf3ee; color: var(--contact-ink); font-size: 14px; line-height: 1.5; }
.sd-contact-notice--error { border-left-color: #a52d2d; background: #fff2f0; color: #7b2020; }

.sd-contact-methods { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 72px) clamp(32px, 6.2vw, 88px); border-left: 1px solid var(--contact-line); }
.sd-contact-card { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 20px; align-items: start; padding: 28px 0; color: var(--contact-ink); text-decoration: none; }
.sd-contact-card + .sd-contact-card { border-top: 1px solid var(--contact-line); }
.sd-contact-card__icon-wrap { display: grid; place-items: center; width: 42px; height: 42px; }
.sd-contact-card__icon { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.35; }
.sd-contact-card h3 { margin-bottom: 10px; font-family: var(--font-body, system-ui, sans-serif); font-size: 17px; font-weight: 700; letter-spacing: -.02em; }
.sd-contact-card p { max-width: 200px; margin-bottom: 0; color: var(--contact-muted); font-size: 14px; line-height: 1.5; }
.sd-contact-card:hover h3,
.sd-contact-card:focus-visible h3 { color: var(--contact-brass); }

.sd-contact-cta { position: relative; min-height: 244px; max-width: 1440px; margin: 0 auto; overflow: hidden; background: #203d2f; color: #fff; }
.sd-contact-cta__media,
.sd-contact-cta__media picture,
.sd-contact-cta__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.sd-contact-cta__media img { object-fit: cover; object-position: var(--sd-contact-cta-position, center center); }
.sd-contact-cta__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 24, 18, .85), rgba(5, 24, 18, .45) 55%, rgba(5, 24, 18, .15)); content: ""; }
.sd-contact-cta__copy { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 244px; padding: 34px clamp(32px, 8.2vw, 118px); }
.sd-contact-cta__copy .sd-contact-eyebrow { margin-bottom: 13px !important; color: #e7c985; }
.sd-contact-cta h2 { margin-bottom: 8px; color: #fff; font-size: clamp(32px, 3.2vw, 49px); line-height: 1; }
.sd-contact-cta p:not(.sd-contact-eyebrow) { margin-bottom: 18px; color: #fff; font-size: 14px; }
.sd-contact-cta__button { min-width: 136px; border-color: #e8d19d; background: #e8d19d; color: #19382d; font-size: 11px; }
.sd-contact-cta__button:hover,
.sd-contact-cta__button:focus-visible { border-color: #fff; background: #fff; color: #19382d; }

@media (max-width: 900px) {
	.sd-contact-hero { grid-template-columns: 48% 52%; }
	.sd-contact-hero__copy { padding-inline: 48px; }
	.sd-contact-content { grid-template-columns: 58% 42%; }
	.sd-contact-form-column { padding-inline: 48px; }
	.sd-contact-methods { padding-inline: 38px; }
}

@media (max-width: 700px) {
	.sd-contact-hero { display: flex; flex-direction: column; min-height: 0; }
	.sd-contact-hero__copy { min-height: 360px; padding: 52px 24px 42px; }
	.sd-contact-hero h1 { max-width: 300px; margin-bottom: 20px; font-size: clamp(46px, 14vw, 62px); }
	.sd-contact-hero__media,
	.sd-contact-hero__media picture,
	.sd-contact-hero__media img { min-height: 300px; height: 300px; }
	.sd-contact-content { display: block; }
	.sd-contact-form-column { padding: 42px 24px 46px; }
	.sd-contact-form-column h2 { margin-bottom: 25px; font-size: 32px; }
	.sd-contact-field-grid { display: block; }
	.sd-contact-field-grid .sd-contact-field { margin-bottom: 21px; }
	.sd-contact-form-footer { display: block; margin-top: 25px; }
	.sd-contact-form-footer p { margin-bottom: 16px; }
	.sd-contact-submit { width: 100%; }
	.sd-contact-methods { padding: 12px 24px 26px; border-top: 1px solid var(--contact-line); border-left: 0; }
	.sd-contact-card { padding: 24px 0; }
	.sd-contact-cta { min-height: 280px; }
	.sd-contact-cta__copy { min-height: 280px; padding: 34px 24px; }
	.sd-contact-cta h2 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) { .sd-contact-page * { scroll-behavior: auto !important; } }

.sd-contact-feedback {
	position: fixed;
	top: 88px;
	right: 24px;
	z-index: 100000;
	width: min(390px, calc(100vw - 48px));
	padding: 20px 52px 20px 22px;
	border: 1px solid var(--contact-line);
	border-left: 4px solid var(--contact-brass);
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(9, 31, 23, .2);
	color: var(--contact-ink);
}

.sd-contact-feedback--error { border-left-color: #9a493d; }
.sd-contact-feedback strong { display: block; font-size: 15px; }
.sd-contact-feedback p { margin: 6px 0 0; color: var(--contact-muted); font-size: 13px; line-height: 1.45; }
.sd-contact-feedback__close { position: absolute; top: 10px; right: 12px; width: 30px; height: 30px; border: 0; background: transparent; color: var(--contact-ink); cursor: pointer; font-size: 24px; line-height: 1; }
.sd-contact-feedback__close:focus-visible { outline: 2px solid var(--contact-brass); outline-offset: 2px; }

@media (max-width: 700px) {
	.sd-contact-feedback { top: 76px; right: 16px; width: calc(100vw - 32px); }
}
