:root {
    --rm-navy: #000a1f;
    --rm-navy-2: #071735;
    --rm-blue: #2a2e97;
    --rm-lilac: #6d78b6;
    --rm-gold: #deb56e;
    --rm-paper: #f2f2f2;
    --rm-white: #ffffff;
    --rm-ink: #101a31;
    --rm-muted: #667085;
    --rm-border: rgba(16, 26, 49, .12);
    --rm-shadow: 0 22px 60px rgba(0, 10, 31, .12);
    --rm-radius: 22px;
    --rm-container: 1180px;
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--rm-ink); background: var(--rm-white); font-family: Inter, Arial, sans-serif; }
body, button, input, textarea, select { font-family: Inter, Arial, sans-serif; }
*, *::before, *::after { box-sizing: border-box; }
.rm-main, .rm-event-page { overflow: hidden; }
.rm-main img, .rm-event-page img, .rm-header img, .rm-footer img { max-width: 100%; height: auto; }
.rm-container { width: min(calc(100% - 40px), var(--rm-container)); margin-inline: auto; }
.rm-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--rm-blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.rm-eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--rm-gold); }
.rm-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 10px; padding: 13px 24px; font-size: 14px; font-weight: 800; line-height: 1.2; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.rm-button:hover { transform: translateY(-2px); }
.rm-button--gold { color: var(--rm-navy) !important; border-color: var(--rm-gold) !important; background: var(--rm-gold) !important; box-shadow: 0 12px 28px rgba(222, 181, 110, .24); }
.rm-button--gold:hover { background: #e8c483 !important; }
.rm-button--blue { color: var(--rm-white) !important; border-color: var(--rm-blue) !important; background: var(--rm-blue) !important; box-shadow: 0 12px 28px rgba(42, 46, 151, .2); }
.rm-button--blue:hover { background: #1e227b !important; }
.rm-button--ghost { color: var(--rm-white) !important; border: 1px solid rgba(255,255,255,.32) !important; background: transparent !important; }
.rm-button--full { width: 100%; }
.rm-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.rm-header { position: sticky; top: 0; z-index: 999; height: 86px; display: flex; align-items: center; background: var(--rm-lilac) !important; border-bottom: 1px solid rgba(255,255,255,.18); box-shadow: 0 8px 24px rgba(0,10,31,.12); }
.rm-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.rm-brand { display: inline-flex; width: 168px; }
.rm-brand img { display: block; }
.rm-nav { display: flex; align-items: center; gap: 7px; }
.rm-nav a { color: var(--rm-white) !important; padding: 11px 12px; font-size: 13px; font-weight: 700; text-decoration: none !important; border-radius: 8px; }
.rm-nav a:hover { color: var(--rm-navy) !important; background: var(--rm-gold); }
.rm-nav .rm-nav__event { color: var(--rm-navy) !important; background: var(--rm-gold); padding-inline: 17px; }
.rm-nav .rm-nav__event:hover { color: var(--rm-navy); background: #e8c483; }
.rm-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 8px; background: var(--rm-navy); }
.rm-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--rm-white); }

.rm-hero { position: relative; min-height: 680px; display: flex; align-items: center; color: var(--rm-white); background: radial-gradient(circle at 75% 15%, rgba(109,120,182,.5), transparent 25%), radial-gradient(circle at 80% 85%, rgba(42,46,151,.45), transparent 28%), linear-gradient(128deg, var(--rm-navy), var(--rm-navy-2)); }
.rm-hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, transparent, #000); }
.rm-hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; padding-block: 90px; }
.rm-hero .rm-eyebrow { color: var(--rm-gold); }
.rm-hero__copy h1 { max-width: 720px; margin: 18px 0 22px; color: var(--rm-white); font-family: "Playfair Display", Georgia, serif; font-size: clamp(48px, 5.5vw, 76px); font-weight: 700; letter-spacing: -.04em; line-height: 1.04; }
.rm-hero__copy h1 em { color: var(--rm-gold); font-style: normal; }
.rm-hero__copy p { max-width: 620px; margin: 0; color: rgba(255,255,255,.74); font-size: 17px; line-height: 1.75; }
.rm-hero__panel { position: relative; min-height: 450px; display: flex; flex-direction: column; justify-content: flex-end; padding: 36px; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035)); box-shadow: 0 36px 90px rgba(0,0,0,.28); backdrop-filter: blur(10px); }
.rm-hero__panel::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(to top, rgba(0,10,31,.96) 0%, rgba(0,10,31,.48) 55%, rgba(0,10,31,.12) 100%); }
.rm-hero__panel::after { content: ""; position: absolute; z-index: 2; width: 260px; height: 260px; right: -70px; top: -70px; border: 52px solid rgba(222,181,110,.2); border-radius: 50%; }
.rm-hero__photo { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100% !important; object-fit: cover; object-position: center; }
.rm-hero__mark { position: absolute; z-index: 2; top: 38px; left: 36px; color: rgba(255,255,255,.16); font-family: "Playfair Display", Georgia, serif; font-size: 156px; font-weight: 700; line-height: 1; }
.rm-hero__panel-copy { position: relative; z-index: 3; }
.rm-hero__panel-copy span { color: var(--rm-gold); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rm-hero__panel-copy strong { max-width: 390px; display: block; margin-top: 10px; color: var(--rm-white); font-size: 27px; line-height: 1.25; }
.rm-hero__stats { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.rm-hero__stats strong, .rm-hero__stats span { display: block; }
.rm-hero__stats strong { color: var(--rm-gold); font-size: 20px; }
.rm-hero__stats span { margin-top: 4px; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.3; text-transform: uppercase; }

.rm-strip { background: var(--rm-gold); }
.rm-strip .rm-container { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.rm-strip span { position: relative; color: var(--rm-navy); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.rm-strip span:not(:last-child)::after { content: "•"; position: absolute; right: -21px; color: rgba(0,10,31,.35); }

.rm-section { padding: 110px 0; }
.rm-section--soft { background: var(--rm-paper); }
.rm-section-heading { max-width: 710px; margin: 0 auto 52px; text-align: center; }
.rm-section-heading .rm-eyebrow { justify-content: center; }
.rm-section-heading h2, .rm-about-grid h2, .rm-event-highlight h2, .rm-values-intro h2, .rm-team-copy > h2, .rm-contact-info h2, .rm-empty-state h2 { margin: 14px 0 16px; color: var(--rm-navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(36px, 4vw, 52px); letter-spacing: -.03em; line-height: 1.12; }
.rm-section-heading p, .rm-about-grid p, .rm-event-highlight p, .rm-values-intro p, .rm-team-copy > p, .rm-empty-state p { color: var(--rm-muted); font-size: 16px; line-height: 1.75; }
.rm-card-grid { display: grid; gap: 22px; }
.rm-card-grid--4 { grid-template-columns: repeat(4, 1fr); }
.rm-card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.rm-service-card { position: relative; min-height: 320px; padding: 32px 28px; border: 1px solid var(--rm-border); border-radius: var(--rm-radius); background: var(--rm-white); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border .25s ease; }
.rm-service-card::before { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: var(--rm-gold); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.rm-service-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--rm-shadow); }
.rm-service-card:hover::before { transform: scaleX(1); }
.rm-service-card__number { color: var(--rm-lilac); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.rm-service-card h3 { margin: 64px 0 14px; color: var(--rm-navy); font-size: 21px; line-height: 1.25; }
.rm-service-card p { margin: 0 0 24px; color: var(--rm-muted); font-size: 14px; line-height: 1.65; }
.rm-service-card a, .rm-text-link { color: var(--rm-blue) !important; font-size: 13px; font-weight: 800; text-decoration: none !important; }
.rm-service-card a span, .rm-text-link span { color: var(--rm-gold); }

.rm-about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.rm-about-visual { position: relative; min-height: 460px; display: flex; flex-direction: column; justify-content: flex-end; padding: 46px; color: var(--rm-white); border-radius: 28px; overflow: hidden; background: radial-gradient(circle at 85% 12%, rgba(222,181,110,.34), transparent 22%), linear-gradient(145deg, var(--rm-blue), var(--rm-navy)); box-shadow: var(--rm-shadow); }
.rm-about-visual::before { content: "RM"; position: absolute; z-index: 2; right: -4px; top: 28px; color: rgba(255,255,255,.13); font-family: "Playfair Display", Georgia, serif; font-size: 200px; line-height: 1; }
.rm-about-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(to top, rgba(0,10,31,.94), rgba(0,10,31,.12) 75%); }
.rm-about-visual__photo { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100% !important; object-fit: cover; object-position: center; }
.rm-about-visual__line { position: relative; z-index: 2; width: 54px; height: 4px; margin-bottom: 24px; background: var(--rm-gold); }
.rm-about-visual strong { position: relative; z-index: 2; font-family: "Playfair Display", Georgia, serif; font-size: 34px; line-height: 1.2; }
.rm-about-visual em { position: relative; z-index: 2; margin-top: 8px; color: var(--rm-gold); font-size: 16px; font-style: normal; }
.rm-about-grid p { margin: 0 0 15px; }
.rm-text-link { display: inline-flex; gap: 9px; margin-top: 14px; }

.rm-event-highlight { background: var(--rm-white); }
.rm-event-highlight__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 62px; align-items: center; }
.rm-event-highlight__image { display: block; border-radius: 24px; overflow: hidden; box-shadow: var(--rm-shadow); }
.rm-event-highlight__image img { width: 100%; display: block; transition: transform .4s ease; }
.rm-event-highlight__image:hover img { transform: scale(1.02); }
.rm-check-list { margin: 24px 0 30px; padding: 0; list-style: none; }
.rm-check-list li { position: relative; margin: 11px 0; padding-left: 28px; color: var(--rm-ink); font-size: 14px; font-weight: 700; }
.rm-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--rm-gold); }

.rm-cta { padding: 70px 0; color: var(--rm-white); background: var(--rm-blue); }
.rm-cta .rm-container { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.rm-cta .rm-eyebrow { color: var(--rm-gold); }
.rm-cta h2 { max-width: 760px; margin: 13px 0 0; color: var(--rm-white); font-family: "Playfair Display", Georgia, serif; font-size: clamp(32px, 3.5vw, 46px); line-height: 1.15; }

.rm-inner-hero { position: relative; min-height: 390px; display: flex; align-items: center; color: var(--rm-white); background: radial-gradient(circle at 80% 20%, rgba(109,120,182,.48), transparent 24%), linear-gradient(135deg, var(--rm-navy), var(--rm-navy-2)); }
.rm-inner-hero::after { content: "RM"; position: absolute; right: 4vw; bottom: -25px; color: rgba(255,255,255,.04); font-family: "Playfair Display", Georgia, serif; font-size: 250px; line-height: 1; }
.rm-inner-hero .rm-container { position: relative; z-index: 1; padding-block: 80px; }
.rm-inner-hero .rm-eyebrow { color: var(--rm-gold); }
.rm-inner-hero h1 { margin: 18px 0 12px; color: var(--rm-white); font-family: "Playfair Display", Georgia, serif; font-size: clamp(52px, 7vw, 82px); letter-spacing: -.04em; line-height: 1; }
.rm-inner-hero p { max-width: 700px; margin: 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.6; }

.rm-service-list { display: grid; gap: 20px; }
.rm-page-photo { position: relative; height: 420px; margin-bottom: 46px; border-radius: 26px; overflow: hidden; box-shadow: var(--rm-shadow); }
.rm-page-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,10,31,.88), rgba(0,10,31,.08) 70%); }
.rm-page-photo img { width: 100%; height: 100% !important; object-fit: cover; object-position: center; }
.rm-page-photo > div { position: absolute; z-index: 1; left: 42px; bottom: 38px; max-width: 520px; }
.rm-page-photo .rm-eyebrow { color: var(--rm-gold); }
.rm-page-photo strong { display: block; margin-top: 12px; color: var(--rm-white); font-family: "Playfair Display", Georgia, serif; font-size: 31px; line-height: 1.2; }
.rm-service-list article { display: grid; grid-template-columns: 72px 1fr 1.15fr; gap: 34px; align-items: start; padding: 42px; border: 1px solid var(--rm-border); border-radius: var(--rm-radius); background: var(--rm-white); }
.rm-service-list article > span { color: var(--rm-gold); font-family: "Playfair Display", Georgia, serif; font-size: 35px; }
.rm-service-list h2 { margin: 0 0 10px; color: var(--rm-navy); font-size: 25px; }
.rm-service-list p { margin: 0; color: var(--rm-muted); font-size: 14px; line-height: 1.65; }
.rm-service-list ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; margin: 0; padding: 0; list-style: none; }
.rm-service-list li { position: relative; padding-left: 20px; color: var(--rm-ink); font-size: 13px; line-height: 1.5; }
.rm-service-list li::before { content: "•"; position: absolute; left: 0; color: var(--rm-gold); font-size: 20px; line-height: .8; }

.rm-values-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; margin-bottom: 54px; }
.rm-company-photo { position: relative; height: 480px; margin-bottom: 44px; border-radius: 26px; overflow: hidden; box-shadow: var(--rm-shadow); }
.rm-company-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,10,31,.86), transparent 55%); }
.rm-company-photo img { width: 100%; height: 100% !important; object-fit: cover; object-position: center; }
.rm-company-photo span { position: absolute; z-index: 1; left: 40px; right: 40px; bottom: 34px; max-width: 620px; color: var(--rm-white); font-family: "Playfair Display", Georgia, serif; font-size: 28px; line-height: 1.25; }
.rm-values article { min-height: 285px; padding: 34px; border-radius: var(--rm-radius); color: var(--rm-white); background: var(--rm-navy); }
.rm-values article:nth-child(2) { background: var(--rm-blue); }
.rm-values article:nth-child(3) { background: var(--rm-lilac); }
.rm-values article > span { color: var(--rm-gold); font-size: 12px; font-weight: 800; }
.rm-values h3 { margin: 60px 0 14px; color: var(--rm-white); font-size: 24px; }
.rm-values p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.7; }
.rm-team-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 58px; align-items: center; }
.rm-team-photo { height: auto; aspect-ratio: 1222 / 1066; margin: 0; border-radius: 26px; overflow: hidden; box-shadow: var(--rm-shadow); }
.rm-team-photo img { width: 100%; height: 100% !important; object-fit: cover; object-position: center; }
.rm-team-copy { max-width: 980px; }
.rm-team-copy > p { max-width: 740px; }
.rm-team-copy .rm-card-grid { margin-top: 42px; }
.rm-mini-card { padding: 28px; border: 1px solid var(--rm-border); border-radius: 18px; background: var(--rm-paper); }
.rm-mini-card h3 { margin: 0 0 10px; color: var(--rm-navy); font-size: 19px; }
.rm-mini-card p { margin: 0; color: var(--rm-muted); font-size: 14px; line-height: 1.6; }

.rm-contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 76px; align-items: start; }
.rm-contact-photo { height: 230px; margin: 26px 0 8px; border-radius: 18px; overflow: hidden; box-shadow: 0 16px 38px rgba(0,10,31,.14); }
.rm-contact-photo img { width: 100%; height: 100% !important; object-fit: cover; object-position: center; }
.rm-contact-item { display: grid; gap: 6px; padding: 20px 0; border-bottom: 1px solid var(--rm-border); }
.rm-contact-item strong { color: var(--rm-lilac); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.rm-contact-item span, .rm-contact-item a { color: var(--rm-ink) !important; font-size: 14px; line-height: 1.6; text-decoration: none !important; }
.rm-form { padding: 36px; border-radius: var(--rm-radius); background: var(--rm-paper); box-shadow: var(--rm-shadow); }
.rm-form label { display: grid; gap: 8px; margin-bottom: 18px; color: var(--rm-ink); font-size: 13px; font-weight: 700; }
.rm-form input, .rm-form select, .rm-form textarea { width: 100%; min-height: 52px; border: 1px solid transparent; border-radius: 9px; padding: 12px 14px; color: var(--rm-ink); outline: none; background: var(--rm-white); box-shadow: 0 4px 12px rgba(0,10,31,.07); }
.rm-form textarea { resize: vertical; }
.rm-form input:focus, .rm-form select:focus, .rm-form textarea:focus { border-color: var(--rm-lilac); box-shadow: 0 0 0 4px rgba(109,120,182,.14); }
.rm-form__row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.rm-form .rm-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 11px; font-weight: 500; line-height: 1.5; }
.rm-form .rm-consent input { width: 17px; min-height: 17px; height: 17px; flex: 0 0 17px; margin-top: 1px; box-shadow: none; }
.rm-honeypot { position: absolute !important; left: -99999px !important; width: 1px; height: 1px; overflow: hidden; }
.rm-alert { margin-bottom: 20px; padding: 14px 16px; border-radius: 9px; font-size: 13px; line-height: 1.5; }
.rm-alert--success { color: #185c37; background: #dff5e8; }
.rm-alert--error { color: #8a2634; background: #f9dfe3; }
.rm-empty-state { max-width: 720px; text-align: center; }
.rm-empty-state .rm-eyebrow { justify-content: center; }

.rm-footer { color: rgba(255,255,255,.72); background: var(--rm-navy); }
.rm-footer__grid { display: grid; grid-template-columns: 1.2fr .65fr 1fr; gap: 80px; padding-block: 70px; }
.rm-footer img { width: 170px; filter: brightness(0) invert(1); }
.rm-footer h2 { margin: 0 0 18px; color: var(--rm-gold); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.rm-footer p { margin: 16px 0; font-size: 13px; line-height: 1.7; }
.rm-footer a { display: block; margin: 10px 0; color: rgba(255,255,255,.78) !important; font-size: 13px; line-height: 1.5; text-decoration: none !important; }
.rm-footer a:hover { color: var(--rm-gold) !important; }
.rm-footer a[href^="mailto:"],
.rm-footer__brand a[href*="instagram.com"],
.rm-contact-item a[href^="mailto:"],
.rm-contact-item a[href*="instagram.com"] {
    text-transform: lowercase !important;
    letter-spacing: normal !important;
}
.rm-footer__brand p { max-width: 360px; }
.rm-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); }
.rm-footer__bottom .rm-container { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.rm-footer__bottom span, .rm-footer__bottom a { margin: 0; color: rgba(255,255,255,.45) !important; font-size: 11px; }
.rm-footer__bottom-links { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }

body.rm-popup-open { overflow: hidden; }
.rm-event-popup {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(1,13,32,.84);
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease, visibility .22s ease;
}
.rm-event-popup.is-visible { opacity: 1; visibility: visible; }
.rm-event-popup__dialog {
    position: relative;
    overflow: hidden;
    max-width: min(650px, 88vw);
    max-height: calc(100vh - 48px);
    border: 1px solid rgba(245,177,37,.78);
    border-radius: 16px;
    background: var(--rm-navy);
    box-shadow: 0 24px 80px rgba(0,0,0,.55);
}
.rm-event-popup__dialog > a { display: block; margin: 0; line-height: 0; }
.rm-event-popup__dialog img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: calc(100vh - 50px);
    margin: auto;
}
.rm-event-popup__close {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    color: var(--rm-navy);
    background: rgba(255,255,255,.94);
    box-shadow: 0 4px 18px rgba(0,0,0,.28);
    font: 700 30px/38px Arial, sans-serif;
    cursor: pointer;
}
.rm-event-popup__close:hover,
.rm-event-popup__close:focus-visible { color: var(--rm-white); background: var(--rm-gold); }

.rm-event-page { min-height: 100vh; color: var(--rm-white); background: var(--rm-navy); }
.rm-event-header { height: 82px; display: flex; align-items: center; background: var(--rm-lilac); }
.rm-event-header .rm-container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.rm-event-header img { width: 165px; }
.rm-event-header > .rm-container > a:last-child { color: var(--rm-white) !important; border: 1px solid rgba(255,255,255,.45); border-radius: 8px; padding: 10px 16px; font-size: 12px; font-weight: 800; text-decoration: none !important; }
.rm-event-banner { max-width: 1823px; margin: 0 auto; background: var(--rm-navy); }
.rm-event-banner img { width: 100%; display: block; }
.rm-event-details { border-top: 1px solid rgba(222,181,110,.32); border-bottom: 1px solid rgba(222,181,110,.32); background: #041027; }
.rm-event-details .rm-container { min-height: 74px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.rm-event-details span { color: var(--rm-gold); border-right: 1px solid rgba(222,181,110,.25); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.rm-event-details span:last-child { border-right: 0; }
.rm-event-form-section { padding: 92px 0 110px; }
.rm-event-form-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.rm-event-form-grid > div:first-child { position: sticky; top: 120px; padding-top: 26px; }
.rm-event-form-grid h1 { margin: 16px 0; color: var(--rm-white); font-family: "Playfair Display", Georgia, serif; font-size: clamp(42px, 5vw, 64px); line-height: 1.05; }
.rm-event-form-grid > div > p { color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.7; }
.rm-event-note { margin-top: 38px; padding: 24px; border-left: 3px solid var(--rm-gold); background: rgba(255,255,255,.05); }
.rm-event-note strong { color: var(--rm-gold); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.rm-event-note p { margin: 10px 0 0; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.6; }
.rm-form--event { padding: 44px; background: var(--rm-lilac); }
.rm-form--event label { color: var(--rm-white); }
.rm-form--event input { background: var(--rm-paper); }
.rm-form__row--wide { grid-template-columns: 1.4fr .8fr; }
.rm-form__row--location { grid-template-columns: .55fr 1.45fr; }
.rm-event-footer { border-top: 1px solid rgba(255,255,255,.1); background: #030b1c; }
.rm-event-footer .rm-container { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.rm-event-footer img { width: 145px; filter: brightness(0) invert(1); }
.rm-event-footer span { color: rgba(255,255,255,.45); font-size: 11px; }

.elementor-widget-shortcode .elementor-shortcode { display: block; }
.elementor-location-header, .elementor-location-footer { position: relative; z-index: 10; }
.joinchat { display: none !important; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1024px) {
    .rm-hero__grid { gap: 40px; }
    .rm-card-grid--4 { grid-template-columns: repeat(2, 1fr); }
    .rm-about-grid, .rm-event-highlight__grid { gap: 54px; }
    .rm-service-list article { grid-template-columns: 55px 1fr; }
    .rm-service-list article ul { grid-column: 2; }
    .rm-footer__grid { gap: 42px; }
}

@media (max-width: 820px) {
    .rm-container { width: min(calc(100% - 30px), var(--rm-container)); }
    .rm-menu-toggle { display: block; }
    .rm-nav { position: absolute; top: 86px; left: 15px; right: 15px; display: none; align-items: stretch; flex-direction: column; padding: 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: var(--rm-lilac); box-shadow: var(--rm-shadow); }
    .rm-nav.is-open { display: flex; }
    .rm-nav a { padding: 13px 14px; }
    .rm-hero { min-height: auto; }
    .rm-hero__grid { grid-template-columns: 1fr; padding-block: 72px; }
    .rm-hero__panel { min-height: 370px; }
    .rm-strip .rm-container { overflow-x: auto; justify-content: flex-start; }
    .rm-strip span { flex: 0 0 auto; }
    .rm-section { padding: 78px 0; }
    .rm-about-grid, .rm-event-highlight__grid, .rm-values-intro, .rm-contact-grid, .rm-event-form-grid, .rm-team-layout { grid-template-columns: 1fr; gap: 48px; }
    .rm-event-highlight__image { order: 2; }
    .rm-values-intro { margin-bottom: 40px; }
    .rm-page-photo { height: 350px; }
    .rm-company-photo { height: 430px; }
    .rm-team-photo { height: auto; }
    .rm-card-grid--3 { grid-template-columns: 1fr; }
    .rm-contact-info { max-width: 620px; }
    .rm-cta .rm-container { align-items: flex-start; flex-direction: column; gap: 28px; }
    .rm-footer__grid { grid-template-columns: 1fr 1fr; }
    .rm-footer__brand { grid-column: 1 / -1; }
    .rm-event-form-grid > div:first-child { position: static; }
}

@media (max-width: 600px) {
    .rm-header { height: 76px; }
    .rm-brand { width: 140px; }
    .rm-nav { top: 76px; }
    .rm-hero__grid { padding-block: 58px; }
    .rm-hero__copy h1 { font-size: 42px; }
    .rm-actions { flex-direction: column; }
    .rm-actions .rm-button { width: 100%; }
    .rm-hero__panel { min-height: 330px; padding: 28px; }
    .rm-hero__mark { left: 24px; font-size: 120px; }
    .rm-hero__panel-copy strong { font-size: 22px; }
    .rm-hero__stats { gap: 4px; }
    .rm-card-grid--4 { grid-template-columns: 1fr; }
    .rm-about-visual { min-height: 380px; padding: 32px; }
    .rm-about-visual strong { font-size: 29px; }
    .rm-section-heading h2, .rm-about-grid h2, .rm-event-highlight h2, .rm-values-intro h2, .rm-team-copy > h2, .rm-contact-info h2, .rm-empty-state h2 { font-size: 34px; }
    .rm-inner-hero { min-height: 330px; }
    .rm-inner-hero h1 { font-size: 50px; }
    .rm-service-list article { grid-template-columns: 1fr; gap: 18px; padding: 28px; }
    .rm-service-list article ul { grid-column: 1; grid-template-columns: 1fr; }
    .rm-page-photo { height: 310px; }
    .rm-page-photo > div { left: 24px; right: 24px; bottom: 24px; }
    .rm-page-photo strong { font-size: 25px; }
    .rm-company-photo { height: 380px; }
    .rm-company-photo span { left: 24px; right: 24px; bottom: 24px; font-size: 23px; }
    .rm-team-photo { height: auto; }
    .rm-form__row, .rm-form__row--wide, .rm-form__row--location { grid-template-columns: 1fr; gap: 0; }
    .rm-form, .rm-form--event { padding: 25px; }
    .rm-footer__grid { grid-template-columns: 1fr; }
    .rm-footer__brand { grid-column: auto; }
    .rm-footer__bottom .rm-container { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
    .rm-footer__bottom-links { align-items: flex-start; flex-direction: column; gap: 8px; }
    .rm-event-popup { padding: 10px; }
    .rm-event-popup__dialog { max-width: 94vw; max-height: calc(100vh - 20px); border-radius: 12px; }
    .rm-event-popup__dialog img { max-height: calc(100vh - 22px); }
    .rm-event-popup__close { top: 8px; right: 8px; width: 38px; height: 38px; font-size: 27px; line-height: 34px; }
    .rm-event-header { height: 72px; }
    .rm-event-header img { width: 135px; }
    .rm-event-header > .rm-container > a:last-child { padding: 9px 11px; font-size: 10px; }
    .rm-event-details .rm-container { grid-template-columns: repeat(2, 1fr); padding-block: 14px; }
    .rm-event-details span { min-height: 40px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid rgba(222,181,110,.18); }
    .rm-event-details span:nth-child(2) { border-right: 0; }
    .rm-event-form-section { padding: 66px 0 76px; }
    .rm-event-form-grid { gap: 34px; }
    .rm-event-form-grid h1 { font-size: 42px; }
    .rm-event-footer .rm-container { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
