.page-shell.contact-page { width: 100vw; max-width: none; margin: 0; padding: 0; }
.contact-section { width: 100%; padding: clamp(80px, 9vw, 140px) clamp(18px, 4vw, 76px); background: #fbf7ee; }
.contact-section__inner { display: grid; width: 100%; max-width: none; grid-template-columns: minmax(320px, .8fr) minmax(520px, 1.2fr); gap: clamp(45px, 7vw, 115px); }
.contact-kicker { margin: 0 0 13px; color: #9b762b; font-size: .73rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.contact-details h2, .contact-form-panel h2, .contact-location h2 { margin: 0; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.7rem, 4.6vw, 4.8rem); line-height: 1.02; }
.contact-details__intro { max-width: 600px; margin-top: 25px; color: #60716a; font-size: 1.03rem; line-height: 1.75; }
.contact-detail-list { margin-top: 46px; border-top: 1px solid rgb(13 53 43 / 16%); }
.contact-detail { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid rgb(13 53 43 / 16%); }
.contact-detail > span { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgb(13 53 43 / 25%); border-radius: 50%; color: var(--green-800); font-family: 'Playfair Display', Georgia, serif; font-size: .8rem; }
.contact-detail strong { display: block; color: var(--green-950); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-detail p { margin: 5px 0 0; color: #65756f; line-height: 1.6; }
.contact-detail a { color: inherit; text-decoration: none; }
.contact-detail a:hover { color: var(--green-700); }
.contact-form-panel { padding: clamp(30px, 5vw, 68px); background: #fff; box-shadow: 0 20px 65px rgb(13 53 43 / 10%); }
.contact-form-panel h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.contact-form { margin-top: 37px; }
.contact-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 24px; }
.contact-form label { display: block; min-width: 0; }
.contact-form label > span { display: block; margin-bottom: 8px; color: #2c443c; font-size: .76rem; font-weight: 700; }
.contact-form input, .contact-form textarea { display: block; width: 100%; border: 1px solid #d2dcd8; border-radius: 4px; background: #fbfcfb; color: var(--green-950); font: inherit; transition: .18s ease; }
.contact-form input { min-height: 55px; padding: 12px 15px; }
.contact-form textarea { min-height: 175px; padding: 14px 15px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green-700); outline: 0; background: #fff; box-shadow: 0 0 0 3px rgb(21 123 93 / 12%); }
.contact-form__message { grid-column: 1 / -1; }
.contact-form .button { min-height: 54px; margin-top: 28px; padding-inline: 27px; }
.contact-form__trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-alert { margin-top: 28px; padding: 18px 20px; border-left: 4px solid; line-height: 1.55; }
.contact-alert ul { margin: 0; padding-left: 20px; }
.contact-alert--success { border-color: #1b8a67; background: #eaf7f2; color: #125c47; }
.contact-alert--error { border-color: #b84b42; background: #fff0ee; color: #7d2d27; }
.contact-location { width: 100%; background: var(--green-950); color: #fff; }
.contact-location__content { display: grid; width: 100%; padding: clamp(72px, 8vw, 120px) clamp(20px, 5vw, 90px); grid-template-columns: 1fr .8fr; align-items: center; gap: clamp(35px, 7vw, 110px); }
.contact-location h2 { max-width: 720px; color: #fff; font-size: clamp(2.5rem, 4.5vw, 4.5rem); }
.contact-location__content > p { color: rgb(255 255 255 / 72%); line-height: 1.75; }
.contact-map { position: relative; width: 100%; height: clamp(430px, 52vw, 680px); overflow: hidden; background: #d9e2dc; }
.contact-map iframe { display: block; width: 100%; height: 100%; border: 0; filter: saturate(.75) contrast(1.04); }
.contact-map__pin-label { position: absolute; z-index: 2; left: clamp(18px, 4vw, 68px); bottom: clamp(18px, 4vw, 55px); display: grid; max-width: min(410px, calc(100% - 36px)); padding: 21px 25px 21px 58px; background: rgb(255 255 255 / 94%); color: var(--green-950); box-shadow: 0 16px 42px rgb(4 31 23 / 22%); backdrop-filter: blur(7px); pointer-events: none; }
.contact-map__pin-label > span { position: absolute; top: 23px; left: 24px; width: 20px; height: 20px; border: 6px solid var(--gold); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.contact-map__pin-label strong { font-family: 'Playfair Display', Georgia, serif; font-size: 1.2rem; }
.contact-map__pin-label small { margin-top: 4px; color: #66756f; line-height: 1.45; }
@media (max-width: 980px) {
	.contact-section__inner { grid-template-columns: 1fr; }
	.contact-location__content { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
	.contact-section { padding-inline: 14px; }
	.contact-form-panel { padding-inline: 20px; }
	.contact-form__grid { grid-template-columns: 1fr; }
	.contact-form__message { grid-column: auto; }
}
