.rm-contact { --rm-red: #e23a31; --rm-ink: #f4f1eb; --rm-paper: #0a0a0a; background: var(--rm-paper); color: var(--rm-ink); padding: clamp(118px, 9vw, 156px) max(28px, calc((100vw - 1500px) / 2)) 48px; }
.rm-contact * { box-sizing: border-box; }
.rm-contact__hero { display: grid; grid-template-columns: minmax(560px, 1.15fr) minmax(360px, .7fr); align-items: end; gap: clamp(48px, 7vw, 110px); max-width: none; padding-bottom: clamp(52px, 5vw, 76px); }
.rm-contact__headline { grid-column: 1; }
.rm-contact__eyebrow { margin-bottom: 28px; font-size: 12px; line-height: 1.3; letter-spacing: .18em; text-transform: uppercase; }
.rm-contact__hero h1 { margin: 0; color: var(--rm-ink) !important; font-size: clamp(66px, 6.4vw, 104px); font-weight: 400; line-height: .88; letter-spacing: -.055em; }
.rm-contact__title-line { display: block; white-space: nowrap; }
.rm-contact__title-line--accent { color: var(--rm-red); }
.rm-contact__hero > p { grid-column: 2; max-width: 520px; margin: 0 0 4px; font-size: clamp(19px, 1.55vw, 25px); line-height: 1.32; font-weight: 300; }
.rm-contact__grid { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: clamp(42px, 5vw, 80px); padding-top: 36px; border-top: 1px solid rgba(255,255,255,.24); scroll-margin-top: 30px; }
.rm-contact__details { display: flex; flex-direction: column; align-items: flex-start; }
.rm-contact__label { margin: 0 0 22px; color: rgba(255,255,255,.55); font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.rm-contact__details a { color: var(--rm-ink); font-size: clamp(25px, 2.5vw, 40px); line-height: 1.2; text-decoration: none; border-bottom: 1px solid currentColor; margin-bottom: 18px; }
.rm-contact__details a:hover { color: var(--rm-red); }
.rm-contact__details address { max-width: 210px; margin-top: 0; font-size: 17px; line-height: 1.45; font-style: normal; }
.rm-contact__details .rm-map-link { display: inline-flex; align-items: center; gap: 8px; margin: 24px 0 0; padding: 9px 13px; color: var(--rm-ink); border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: 12px; line-height: 1.2; letter-spacing: .03em; text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.rm-contact__details .rm-map-link:hover { color: #fff; border-color: var(--rm-red); background: var(--rm-red); }
.rm-contact__note { max-width: 340px; margin-top: 38px; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.5; }
.rm-contact__form-card { width: 100%; padding: clamp(28px, 3vw, 48px); background: #141414; border: 1px solid rgba(255,255,255,.1); border-radius: 2px; box-shadow: 0 28px 90px rgba(0,0,0,.42); }
.rm-contact__form-card h2 { margin: 0; font-size: clamp(34px, 3vw, 48px); line-height: 1; letter-spacing: -.035em; }
.rm-contact__form-intro { margin: 14px 0 34px; color: rgba(255,255,255,.55); }
.rm-contact fieldset { border: 0; padding: 0; margin: 0 0 38px; }
.rm-contact legend, .rm-fields label > span { display: block; margin-bottom: 12px; font-size: 13px; letter-spacing: .05em; }
.rm-contact legend span { color: var(--rm-red); }
.rm-goals__list { display: flex; flex-wrap: wrap; gap: 9px; }
.rm-goals__list label { cursor: pointer; }
.rm-goals__list input { position: absolute; opacity: 0; pointer-events: none; }
.rm-goals__list span { display: block; padding: 10px 15px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: 14px; line-height: 1.2; transition: .2s ease; }
.rm-goals__list input:checked + span { color: #fff; border-color: var(--rm-red); background: var(--rm-red); }
.rm-goals__list input:focus-visible + span { outline: 2px solid var(--rm-ink); outline-offset: 2px; }
.rm-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 24px; }
.rm-fields label { display: block; }
.rm-fields__wide { grid-column: 1 / -1; }
.rm-fields input, .rm-fields textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.32); border-radius: 0; padding: 10px 0 13px; background: transparent; color: var(--rm-ink); font: inherit; outline: none; }
.rm-fields textarea { min-height: 130px; resize: vertical; }
.rm-fields input:focus, .rm-fields textarea:focus { border-color: var(--rm-red); }
.rm-contact .has-error input, .rm-contact .has-error textarea, .rm-contact .has-error .rm-goals__list { border-color: var(--rm-red); }
.rm-contact small { display: block; margin-top: 8px; color: #a81f1a; font-size: 12px; line-height: 1.4; }
.rm-consent { display: grid; grid-template-columns: 18px 1fr; gap: 11px; margin: 30px 0 24px; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.4; }
.rm-consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--rm-red); }
.rm-consent a { color: inherit; text-decoration: underline; }
.rm-consent small { grid-column: 2; margin-top: -5px; }
.rm-contact button { width: 100%; display: flex; justify-content: space-between; align-items: center; border: 0; border-radius: 0; padding: 20px 22px; background: var(--rm-ink); color: #111; font: inherit; font-size: 17px; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.rm-contact button:hover { background: var(--rm-red); color: #fff; transform: translateY(-2px); }
.rm-submit-arrow { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.rm-form-error { margin: 0 0 24px; padding: 14px 16px; color: #8d1d18; background: #fff0ef; border-left: 3px solid var(--rm-red); }
.rm-form-success { min-height: 380px; display: flex; flex-direction: column; justify-content: center; }
.rm-form-success strong { font-size: clamp(38px, 5vw, 72px); line-height: .98; letter-spacing: -.04em; color: var(--rm-red); }
.rm-form-success span { max-width: 520px; margin-top: 22px; font-size: 22px; line-height: 1.4; }
.rm-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; }
.rm-contact__legal { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: clamp(70px, 10vw, 150px); padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.42); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }

.page-id-5916 #qodef-page-header-inner,
.page-id-5916 #qodef-page-mobile-header-inner { color: #fff; background: rgba(10,10,10,.94); }
.page-id-5916 #qodef-page-header a,
.page-id-5916 #qodef-page-mobile-header a { color: #fff !important; }
body.page-id-5916 #qodef-page-header #qodef-page-header-inner.qodef-skin--light .qodef-header-navigation > ul > li > a,
body.page-id-5916 #qodef-page-header #qodef-page-header-inner.qodef-skin--light .qodef-header-navigation .qodef-menu-item-text,
body.page-id-5916 #qodef-page-header #qodef-page-header-inner.qodef-skin--light .qodef-widget-holder a { color: #fff !important; }
.page-id-5916 #qodef-page-header .qodef-header-logo-link svg path,
.page-id-5916 #qodef-page-mobile-header .qodef-mobile-header-logo-link svg path { fill: #fff !important; stroke: #fff !important; }

@media (max-width: 900px) {
	.rm-contact__hero { display: block; width: 100%; min-width: 0; }
	.rm-contact__headline, .rm-contact__hero > p { width: 100%; min-width: 0; }
	.rm-contact__hero > p { margin-top: 30px; }
	.rm-contact__grid { display: block; width: 100%; min-width: 0; }
	.rm-contact__details { padding-bottom: 34px; }
	.rm-contact__form-card { width: 100%; min-width: 0; }
}
@media (max-width: 600px) {
	.rm-contact { overflow: hidden; padding-top: 108px; padding-left: 20px; padding-right: 20px; }
	.rm-contact__hero h1 { max-width: 100%; font-size: 43px; line-height: .91; letter-spacing: -.045em; }
	.rm-contact__title-line { max-width: 100%; white-space: nowrap !important; }
	.rm-contact__hero > p { max-width: 100%; font-size: 17px; line-height: 1.42; overflow-wrap: anywhere; }
	.rm-contact__hero > p { margin-left: 0; }
	.rm-contact__form-card { margin: 0; padding: 28px 20px; }
	.rm-fields { grid-template-columns: 1fr; }
	.rm-fields__wide { grid-column: auto; }
	.rm-contact__details a { font-size: 25px; }
	.rm-contact button { padding: 18px; font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
	.rm-contact *, .rm-home-accordion__mark::after { transition: none !important; }
}
