/* =========================================================
   ROYALMONT CAMPAIGN PAGES
   Experience Royalmont — Production Candidate
   ========================================================= */

:root {
    --rm-navy: #123b70;
    --rm-deep: #082d55;
    --rm-blue: #175a94;
    --rm-gold: #d7ad36;
    --rm-cream: #faf8f2;
    --rm-pale-blue: #edf5fa;
    --rm-soft: #f7f9fa;
    --rm-text: #374b5c;
    --rm-muted: #667785;
    --rm-border: #dbe3e9;
}

/* Test Page 2217 desktop header balance. */
body.page-id-2217 .rmc-header-visit { display: none; }
@media (min-width:961px) {
 body.page-id-2217 .rmc-header .rmc-brand { display: flex; width: 100%; align-items: center; justify-content: space-between; }
 body.page-id-2217 .rmc-header-visit { display: inline-flex; align-items: center; gap: 14px; min-height: 46px; padding: 11px 18px; border: 1px solid #b82d36; color: #a62330; font: 800 .8rem Montserrat,Arial,sans-serif; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
 body.page-id-2217 .rmc-header-visit:hover, body.page-id-2217 .rmc-header-visit:focus-visible { background: #b82d36; color: #fff; text-decoration: none; }
 body.page-id-2217 .rmc-header-visit span { font-size: 1.3rem; line-height: 1; }
 body.page-id-2217 #royalmont-experience .rx-hero-bg::after { background: linear-gradient(90deg,rgba(4,30,57,.97) 0%,rgba(5,35,65,.88) 40%,rgba(6,38,70,.5) 75%,rgba(6,38,70,.34) 100%); }
 body.page-id-2217 #royalmont-experience .rx-hero-actions { margin-top: 36px; }
 body.page-id-2217 #royalmont-experience .rx-hero-micro { display: none; }
 body.page-id-2217 #royalmont-experience .rx-hero-cta { min-height: 62px; padding: 17px 29px; font-size: .94rem; }
}


/* =========================================================
   1. CAMPAIGN SHELL
   ========================================================= */

.royalmont-campaign-page {
    margin: 0;
    background: #fff;
    color: var(--rm-text);
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

.royalmont-campaign-page *,
.royalmont-campaign-page *::before,
.royalmont-campaign-page *::after {
    box-sizing: border-box;
}

.royalmont-campaign-page .rmc-wrap {
    width: min(calc(100% - 48px), 1180px);
    margin-left: auto;
    margin-right: auto;
}

.royalmont-campaign-page .rmc-main,
.royalmont-campaign-page .rmc-article {
    margin: 0;
    padding: 0;
}

.royalmont-campaign-page .rmc-main {
    min-height: 50vh;
}

.royalmont-campaign-page .rmc-skip {
    position: absolute;
    top: -100px;
    left: 1rem;
    z-index: 9999;
    padding: 10px 14px;
    background: #fff;
    color: var(--rm-navy);
}

.royalmont-campaign-page .rmc-skip:focus {
    top: 1rem;
}


/* =========================================================
   2. LOGO-ONLY HEADER
   ========================================================= */

.royalmont-campaign-page .rmc-header {
    background: #fff;
    border: 0;
}

.royalmont-campaign-page .rmc-header-inner {
    display: flex;
    align-items: center;
    min-height: 82px;
}

.royalmont-campaign-page .rmc-brand {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.royalmont-campaign-page .rmc-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 270px;
    max-height: 56px;
}


/* =========================================================
   3. EXPERIENCE PAGE BASE
   ========================================================= */

#royalmont-experience {
    width: 100%;
    overflow: hidden;
}

#royalmont-experience h1,
#royalmont-experience h2,
#royalmont-experience h3 {
    margin-top: 0;
    color: var(--rm-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

#royalmont-experience h1 {
    font-size: clamp(3rem, 5vw, 4.6rem);
    line-height: 1.03;
    letter-spacing: -.035em;
}

#royalmont-experience h2 {
    font-size: clamp(2.15rem, 3.5vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -.025em;
}

#royalmont-experience h3 {
    font-size: 1.4rem;
    line-height: 1.22;
}

#royalmont-experience p {
    margin-top: 0;
    line-height: 1.6;
}

#royalmont-experience .rx-eyebrow {
    display: block;
    margin: 0 0 13px;
    color: var(--rm-blue);
    font-size: .72rem;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

#royalmont-experience .rx-eyebrow-light {
    color: #fff;
}

#royalmont-experience .rx-eyebrow-gold {
    color: var(--rm-gold);
}

#royalmont-experience .rx-gold-rule {
    width: 72px;
    height: 4px;
    margin-top: 25px;
    background: var(--rm-gold);
}


/* =========================================================
   4. HERO
   ========================================================= */

#royalmont-experience .rx-hero {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    background: var(--rm-deep);
}

#royalmont-experience .rx-hero-bg {
    position: absolute;
    inset: 0;
}

#royalmont-experience .rx-hero-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
}

#royalmont-experience .rx-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(5, 37, 70, .96) 0%,
            rgba(5, 37, 70, .87) 37%,
            rgba(5, 37, 70, .52) 60%,
            rgba(5, 37, 70, .18) 100%
        );
}

#royalmont-experience .rx-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(350px, .62fr);
    gap: clamp(52px, 7vw, 94px);
    align-items: center;
    min-height: 590px;
    padding-top: 42px;
    padding-bottom: 42px;
}

#royalmont-experience .rx-hero-copy {
    max-width: 690px;
}

#royalmont-experience .rx-hero-copy h1 {
    max-width: 680px;
    margin-bottom: 22px;
    color: #fff;
}

#royalmont-experience .rx-hero-copy > p {
    max-width: 610px;
    margin-bottom: 0;
    color: rgba(255,255,255,.93);
    font-size: 1.08rem;
    line-height: 1.62;
}


/* =========================================================
   5. FORM CARDS
   ========================================================= */

#royalmont-experience .rx-form-card {
    width: 100%;
    padding: 28px 28px 23px;
    background: rgba(255,255,255,.985);
    border-top: 5px solid var(--rm-gold);
    box-shadow: 0 20px 50px rgba(0,0,0,.19);
}

#royalmont-experience .rx-form-card h2 {
    margin-bottom: 9px;
    font-size: 2rem;
}

#royalmont-experience .rx-form-card > p:not(.rx-form-note) {
    margin-bottom: 14px;
    color: #64717c;
    font-size: .86rem;
    line-height: 1.5;
}

#royalmont-experience .rx-form-card form {
    margin: 0;
}

#royalmont-experience .rx-form-card label {
    display: block;
    margin: 0 0 4px;
    color: var(--rm-navy);
    font-size: .75rem;
    line-height: 1.3;
    font-weight: 750;
}

#royalmont-experience .rx-form-card input[type="text"],
#royalmont-experience .rx-form-card input[type="email"],
#royalmont-experience .rx-form-card input[type="tel"],
#royalmont-experience .rx-form-card input[type="number"],
#royalmont-experience .rx-form-card select,
#royalmont-experience .rx-form-card textarea {
    display: block;
    width: 100% !important;
    min-height: 41px;
    margin: 0 0 8px !important;
    padding: 8px 10px !important;
    border: 1px solid #cdd6dc !important;
    border-radius: 2px !important;
    background: #fff !important;
    color: var(--rm-text);
    font: inherit;
    box-shadow: none !important;
}

#royalmont-experience .rx-form-card input[type="submit"],
#royalmont-experience .rx-form-card button[type="submit"] {
    display: block;
    width: 100% !important;
    min-height: 46px;
    margin: 4px 0 0 !important;
    padding: 12px !important;
    border: 0 !important;
    border-radius: 2px !important;
    background: var(--rm-gold) !important;
    background-image: none !important;
    color: #0c315a !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: .82rem !important;
    font-weight: 850 !important;
    letter-spacing: .03em;
    text-transform: uppercase;
    box-shadow: none !important;
    cursor: pointer;
}

#royalmont-experience .rx-form-card small,
#royalmont-experience .rx-form-card .ctct-form-footer,
#royalmont-experience .rx-form-card .ctct-form-footer p,
#royalmont-experience .rx-form-card .ctct-form-footer span {
    font-size: 9px !important;
    line-height: 1.4 !important;
}

#royalmont-experience .rx-form-note {
    margin: 12px 0 0 !important;
    padding-top: 10px;
    border-top: 1px solid #e3e7ea;
    color: #75818a;
    font-size: .72rem !important;
    line-height: 1.4 !important;
}


/* =========================================================
   6. KNOWN / FORMED / CALLED
   ========================================================= */

#royalmont-experience .rx-promises {
    background: var(--rm-cream);
}

#royalmont-experience .rx-promises-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#royalmont-experience .rx-promise {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 132px;
    padding: 24px 32px;
    border-right: 1px solid #ddd8ca;
}

#royalmont-experience .rx-promise:last-child {
    border-right: 0;
}

#royalmont-experience .rx-promise-icon svg {
    display: block;
    width: 55px;
    height: 55px;
    fill: none;
    stroke: var(--rm-gold);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#royalmont-experience .rx-promise h3 {
    margin-bottom: 4px;
    font-size: 1.65rem;
}

#royalmont-experience .rx-promise p {
    max-width: 225px;
    margin: 0;
    color: #60717d;
    font-size: .84rem;
    line-height: 1.45;
}


/* =========================================================
   7. WHAT IF — FIXED
   ========================================================= */

#royalmont-experience .rx-whatif {
    padding: 78px 0 82px;
    background: #fff;
}

#royalmont-experience .rx-whatif-grid {
    display: grid !important;
    grid-template-columns:
        minmax(0, .95fr)
        minmax(420px, 1.05fr) !important;
    gap: clamp(60px, 8vw, 100px);
    align-items: center;
}

#royalmont-experience .rx-whatif-heading {
    min-width: 0;
}

#royalmont-experience .rx-whatif-heading h2 {
    max-width: 560px;
    margin: 0;
}

#royalmont-experience .rx-questions {
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 1fr !important;
    gap: 17px;
}

#royalmont-experience .rx-questions > div {
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 24px minmax(0, 1fr) !important;
    gap: 13px;
    align-items: start;
}

#royalmont-experience .rx-questions span {
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    margin-top: 1px;
    border-radius: 50%;
    background: var(--rm-blue);
    color: #fff;
    font-size: .67rem;
    font-weight: 900;
}

#royalmont-experience .rx-questions p {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #526674;
    font-size: .92rem;
    line-height: 1.5 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}


/* =========================================================
   8. PROOF STRIP
   ========================================================= */

#royalmont-experience .rx-proof {
    background: var(--rm-deep);
    color: #fff;
}

#royalmont-experience .rx-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

#royalmont-experience .rx-proof-item {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 96px;
    padding: 20px 26px;
    border-right: 1px solid rgba(255,255,255,.16);
}

#royalmont-experience .rx-proof-item:last-child {
    border-right: 0;
}

#royalmont-experience .rx-proof-symbol,
#royalmont-experience .rx-proof-cross {
    flex: 0 0 40px;
    color: var(--rm-gold);
    font-family: Georgia, serif;
    font-size: 1.5rem;
    text-align: center;
}

#royalmont-experience .rx-proof-item strong,
#royalmont-experience .rx-proof-item small {
    display: block;
}

#royalmont-experience .rx-proof-item strong {
    margin-bottom: 2px;
    color: #fff;
    font-size: .9rem;
}

#royalmont-experience .rx-proof-item small {
    color: rgba(255,255,255,.72);
    font-size: .7rem;
    line-height: 1.4;
}


/* =========================================================
   9. WHY FAMILIES CHOOSE ROYALMONT
   ========================================================= */

#royalmont-experience .rx-why {
    padding: 78px 0 82px;
    background: #fff;
}

#royalmont-experience .rx-section-heading {
    max-width: 780px;
    margin-bottom: 38px;
}

#royalmont-experience .rx-centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#royalmont-experience .rx-section-heading h2 {
    margin-bottom: 0;
}

#royalmont-experience .rx-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

#royalmont-experience .rx-why-card {
    min-width: 0;
}

#royalmont-experience .rx-why-visual {
    display: grid;
    place-items: center;
    height: 138px;
    margin-bottom: 20px;
    background: var(--rm-pale-blue);
    border-radius: 3px;
}

#royalmont-experience .rx-why-visual img {
    display: block;
    width: 74px;
    height: 74px;
    object-fit: contain;
}

#royalmont-experience .rx-why-card h3 {
    min-height: 48px;
    margin-bottom: 8px;
    color: var(--rm-navy);
    font-family: Montserrat, Arial, sans-serif;
    font-size: .96rem;
    line-height: 1.35;
    font-weight: 750;
}

#royalmont-experience .rx-why-card p {
    margin-bottom: 0;
    color: #63737f;
    font-size: .83rem;
    line-height: 1.52;
}


/* =========================================================
   10. TESTIMONIAL — SHORTER / CLEANER
   ========================================================= */

#royalmont-experience .rx-testimonial {
    background: var(--rm-pale-blue);
}

#royalmont-experience .rx-testimonial-grid {
    display: grid;
    grid-template-columns: .96fr 1.04fr;
    width: min(100%, 1320px) !important;
}

#royalmont-experience .rx-testimonial-photo {
    height: 390px;
    min-height: 0;
    overflow: hidden;
}

#royalmont-experience .rx-testimonial-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 15% 48%;
    transform: none;
}

#royalmont-experience .rx-testimonial-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 42px clamp(42px, 6vw, 75px);
}

#royalmont-experience .rx-quote-mark {
    height: 34px;
    color: var(--rm-gold);
    font-family: Georgia, serif;
    font-size: 4.4rem;
    line-height: .7;
}

#royalmont-experience .rx-testimonial blockquote {
    max-width: 540px;
    margin: 14px 0 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--rm-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 2.2vw, 1.95rem);
    font-weight: 400;
    line-height: 1.37;
}

#royalmont-experience .rx-testimonial blockquote em {
    color: var(--rm-navy);
    font-weight: 400;
}

#royalmont-experience .rx-testimonial-copy .rx-gold-rule {
    margin-top: 0;
    margin-bottom: 15px;
}

#royalmont-experience .rx-testimonial-copy > p {
    margin: 0;
    color: var(--rm-navy);
    font-size: .76rem;
    font-weight: 750;
}

#royalmont-experience .rx-testimonial-copy > p span {
    color: #7b8790;
}


/* =========================================================
   11. ACADEMICS / ACTIVITIES
   ========================================================= */

#royalmont-experience .rx-story {
    padding: 72px 0;
    background: #fff;
}

#royalmont-experience .rx-story-alt {
    background: var(--rm-soft);
}

#royalmont-experience .rx-story-grid {
    display: grid !important;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr) !important;
    gap: clamp(50px, 7vw, 80px);
    align-items: center;
}

#royalmont-experience .rx-story-copy {
    min-width: 0;
}

#royalmont-experience .rx-story-copy h2 {
    max-width: 525px;
    margin-bottom: 17px;
}

#royalmont-experience .rx-story-copy > p {
    max-width: 530px;
    margin-bottom: 0;
    color: #61717d;
    font-size: .93rem;
    line-height: 1.6;
}

#royalmont-experience .rx-story-image {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 3px;
}

#royalmont-experience .rx-story-image img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    object-fit: cover !important;
    object-position: center !important;
}

#royalmont-experience .rx-story-alt .rx-story-image img {
    aspect-ratio: 16 / 9;
    object-fit: cover !important;
    object-position: center 45% !important;
}

#royalmont-experience .rx-check-list {
    display: grid;
    gap: 9px;
    margin: 23px 0 0;
    padding: 0;
    list-style: none;
}

#royalmont-experience .rx-check-list li {
    position: relative;
    margin: 0;
    padding-left: 29px;
    color: #536875;
    font-size: .87rem;
    line-height: 1.45;
}

#royalmont-experience .rx-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--rm-gold);
    color: #fff;
    font-size: .62rem;
    font-weight: 900;
}


/* =========================================================
   12. VIDEO
   ========================================================= */

#royalmont-experience .rx-video-section {
    padding: 68px 0;
    background: var(--rm-pale-blue);
}

#royalmont-experience .rx-video-grid {
    display: grid;
    grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
    gap: clamp(45px, 7vw, 78px);
    align-items: center;
}

#royalmont-experience .rx-video-copy h2 {
    margin-bottom: 13px;
}

#royalmont-experience .rx-video-copy p {
    margin-bottom: 0;
    color: #657580;
}

#royalmont-experience .rx-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    background: #000;
    border-radius: 4px;
    box-shadow: 0 14px 35px rgba(9,45,84,.14);
}

#royalmont-experience .rx-video iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}


/* =========================================================
   13. VISIT BAND
   ========================================================= */

#royalmont-experience .rx-visit {
    position: relative;
    padding: 58px 0 54px;
    overflow: hidden;
    background:
        linear-gradient(
            rgba(5,43,81,.94),
            rgba(5,43,81,.94)
        ),
        url("https://royalmontacademy.org/wp-content/uploads/2026/01/retreat.webp")
        center 48% / cover no-repeat;
    color: #fff;
}

#royalmont-experience .rx-visit .rmc-wrap {
    position: relative;
    z-index: 2;
}

#royalmont-experience .rx-visit h2 {
    max-width: 760px;
    margin-bottom: 14px;
    color: #fff;
}

#royalmont-experience .rx-visit-lead {
    max-width: 740px;
    margin-bottom: 0;
    color: rgba(255,255,255,.86);
    font-size: .96rem;
}

#royalmont-experience .rx-visit-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 34px;
}

#royalmont-experience .rx-visit-grid > div {
    min-width: 0;
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,.18);
}

#royalmont-experience .rx-visit-grid > div:first-child {
    padding-left: 0;
}

#royalmont-experience .rx-visit-grid > div:last-child {
    padding-right: 0;
    border-right: 0;
}

#royalmont-experience .rx-visit-grid span {
    display: block;
    height: 30px;
    margin-bottom: 8px;
    color: var(--rm-gold);
    font-size: 1.5rem;
    line-height: 1;
}

#royalmont-experience .rx-visit-grid strong,
#royalmont-experience .rx-visit-grid small {
    display: block;
}

#royalmont-experience .rx-visit-grid strong {
    margin-bottom: 4px;
    color: #fff;
    font-size: .78rem;
    line-height: 1.35;
}

#royalmont-experience .rx-visit-grid small {
    color: rgba(255,255,255,.7);
    font-size: .67rem;
    line-height: 1.4;
}


/* =========================================================
   14. FAQ + FINAL CONVERSION
   ========================================================= */

#royalmont-experience .rx-final {
    padding: 68px 0 74px;
    background:
        linear-gradient(
            90deg,
            #fff 0%,
            #fff 66%,
            #faf7ef 66%,
            #faf7ef 100%
        );
}

#royalmont-experience .rx-final-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(350px, .68fr);
    gap: clamp(55px, 7vw, 82px);
    align-items: start;
}

#royalmont-experience .rx-faq {
    min-width: 0;
}

#royalmont-experience .rx-faq h2 {
    margin-bottom: 25px;
}

#royalmont-experience .rx-faq details {
    width: 100%;
    margin: 0 0 9px;
    border: 1px solid var(--rm-border);
    background: #fff;
}

#royalmont-experience .rx-faq summary {
    position: relative;
    padding: 16px 50px 16px 18px;
    color: var(--rm-navy);
    font-size: .86rem;
    line-height: 1.4;
    font-weight: 750;
    cursor: pointer;
    list-style: none;
}

#royalmont-experience .rx-faq summary::-webkit-details-marker {
    display: none;
}

#royalmont-experience .rx-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    color: var(--rm-navy);
    font-size: 1.2rem;
    transform: translateY(-50%);
}

#royalmont-experience .rx-faq details[open] summary::after {
    content: "–";
}

#royalmont-experience .rx-faq details p {
    margin: 0;
    padding: 0 18px 17px;
    color: #667681;
    font-size: .83rem;
    line-height: 1.55;
}

#royalmont-experience .rx-final-form {
    position: relative;
}


/* =========================================================
   15. FOOTER
   ========================================================= */

.royalmont-campaign-page .rmc-footer {
    padding: 20px 0;
    border: 0;
    background: var(--rm-deep);
    color: rgba(255,255,255,.7);
    font-size: .76rem;
}

.royalmont-campaign-page .rmc-footer .rmc-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 20px;
}

.royalmont-campaign-page .rmc-footer a {
    color: #fff;
}


/* =========================================================
   16. ACCESSIBILITY
   ========================================================= */

.royalmont-campaign-page :focus-visible {
    outline: 3px solid var(--rm-gold);
    outline-offset: 3px;
}


/* =========================================================
   17. TABLET
   ========================================================= */

@media (max-width: 960px) {

    #royalmont-experience .rx-hero-grid,
    #royalmont-experience .rx-whatif-grid,
    #royalmont-experience .rx-testimonial-grid,
    #royalmont-experience .rx-story-grid,
    #royalmont-experience .rx-video-grid,
    #royalmont-experience .rx-final-grid {
        grid-template-columns: 1fr !important;
    }

    #royalmont-experience .rx-hero-grid {
        gap: 35px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #royalmont-experience .rx-form-card {
        max-width: 650px;
    }

    #royalmont-experience .rx-promises-grid {
        grid-template-columns: 1fr;
    }

    #royalmont-experience .rx-promise {
        border-right: 0;
        border-bottom: 1px solid #ddd8ca;
    }

    #royalmont-experience .rx-promise:last-child {
        border-bottom: 0;
    }

    #royalmont-experience .rx-whatif-grid {
        gap: 38px;
    }

    #royalmont-experience .rx-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #royalmont-experience .rx-proof-item:nth-child(2) {
        border-right: 0;
    }

    #royalmont-experience .rx-proof-item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.16);
    }

    #royalmont-experience .rx-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 38px 25px;
    }

    #royalmont-experience .rx-why-card h3 {
        min-height: 0;
    }

    #royalmont-experience .rx-testimonial-photo {
        height: 360px;
    }

    #royalmont-experience .rx-story-grid {
        gap: 35px;
    }

    #royalmont-experience .rx-story-alt .rx-story-image {
        order: 2;
    }

    #royalmont-experience .rx-story-alt .rx-story-copy {
        order: 1;
    }

    #royalmont-experience .rx-video-grid {
        gap: 35px;
    }

    #royalmont-experience .rx-visit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 0;
    }

    #royalmont-experience .rx-visit-grid > div {
        padding-left: 0;
        border-right: 0;
    }

    #royalmont-experience .rx-final {
        background: #fff;
    }

}


/* =========================================================
   18. MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .royalmont-campaign-page .rmc-wrap {
        width: min(calc(100% - 30px), 1180px);
    }

    .royalmont-campaign-page .rmc-header-inner {
        min-height: 68px;
    }

    .royalmont-campaign-page .rmc-logo {
        max-width: 220px;
        max-height: 46px;
    }

    #royalmont-experience h1 {
        font-size: clamp(2.5rem, 12vw, 3.35rem);
    }

    #royalmont-experience h2 {
        font-size: clamp(1.95rem, 9vw, 2.65rem);
    }

    #royalmont-experience .rx-hero,
    #royalmont-experience .rx-hero-grid {
        min-height: 0;
    }

    #royalmont-experience .rx-hero-bg::after {
        background: rgba(5,37,70,.84);
    }

    #royalmont-experience .rx-hero-grid {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    #royalmont-experience .rx-form-card {
        padding: 24px 19px 20px;
    }

    #royalmont-experience .rx-promise {
        grid-template-columns: 52px minmax(0, 1fr);
        min-height: 0;
        padding: 21px 15px;
    }

    #royalmont-experience .rx-promise-icon svg {
        width: 46px;
        height: 46px;
    }

    #royalmont-experience .rx-whatif,
    #royalmont-experience .rx-why,
    #royalmont-experience .rx-story,
    #royalmont-experience .rx-video-section,
    #royalmont-experience .rx-final {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    #royalmont-experience .rx-questions {
        gap: 15px;
    }

    #royalmont-experience .rx-proof-grid,
    #royalmont-experience .rx-why-grid {
        grid-template-columns: 1fr;
    }

    #royalmont-experience .rx-proof-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.16);
    }

    #royalmont-experience .rx-proof-item:last-child {
        border-bottom: 0;
    }

    #royalmont-experience .rx-why-visual {
        height: 125px;
    }

    #royalmont-experience .rx-testimonial-photo {
        height: 300px;
    }

    #royalmont-experience .rx-testimonial-copy {
        padding: 42px 15px;
    }

    #royalmont-experience .rx-testimonial blockquote {
        font-size: 1.5rem;
    }

    #royalmont-experience .rx-story-image img,
    #royalmont-experience .rx-story-alt .rx-story-image img {
        aspect-ratio: 4 / 3;
    }

    #royalmont-experience .rx-visit {
        padding: 52px 0;
    }

    #royalmont-experience .rx-visit-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    #royalmont-experience .rx-visit-grid > div {
        padding: 16px 0;
        border-bottom: 1px solid rgba(255,255,255,.17);
    }

    #royalmont-experience .rx-visit-grid > div:last-child {
        border-bottom: 0;
    }

    #royalmont-experience .rx-final-grid {
        gap: 45px;
    }

    .royalmont-campaign-page .rmc-footer .rmc-wrap {
        display: grid;
        justify-content: start;
    }

}
/* TEST-END */

/* Page 2217 visual rebuild. Keep shared campaign and calculator styles intact. */
body.page-id-2217 .rmc-header { background: #fff; }
body.page-id-2217 .rmc-header-inner { min-height: 106px; }
body.page-id-2217 .rmc-logo { width: 270px !important; height: 91px !important; max-width: none !important; max-height: none !important; object-fit: contain; }
body.page-id-2217 #royalmont-experience { color: #32475b; }
body.page-id-2217 #royalmont-experience h1, body.page-id-2217 #royalmont-experience h2, body.page-id-2217 #royalmont-experience h3 { text-wrap: balance; }
body.page-id-2217 #royalmont-experience .rx-hero { min-height: 690px; background: #082744; }
body.page-id-2217 #royalmont-experience .rx-hero-bg::after { background: linear-gradient(90deg, rgba(4,30,57,.97) 0%, rgba(5,35,65,.91) 45%, rgba(6,38,70,.77) 100%); }
body.page-id-2217 #royalmont-experience .rx-hero-grid { min-height: 690px; grid-template-columns: minmax(0,1.18fr) minmax(350px,.72fr); gap: clamp(40px,5vw,76px); align-items: center; padding-top: 36px; padding-bottom: 36px; }
body.page-id-2217 #royalmont-experience .rx-hero-copy { align-self: center; }
body.page-id-2217 #royalmont-experience .rx-hero-copy .rx-eyebrow { color: #e0b850; letter-spacing: .18em; }
body.page-id-2217 #royalmont-experience .rx-hero-copy h1 { max-width: 690px; margin: 0 0 24px; font-family: Montserrat,Arial,sans-serif; font-size: clamp(3.2rem,5.2vw,5rem); line-height: 1.02; letter-spacing: -.045em; font-weight: 850; text-transform: uppercase; }
body.page-id-2217 #royalmont-experience .rx-known { display: block; color: #e2b840; }
body.page-id-2217 #royalmont-experience .rx-hero-copy > p { max-width: 570px; color: #f4f7fa; font-size: 1.08rem; line-height: 1.65; }
body.page-id-2217 #royalmont-experience .rx-hero .rx-form-card { align-self: center; padding: 28px 30px 22px; background: rgba(8,38,70,.97); border: 1px solid rgba(255,255,255,.23); border-top: 5px solid #c73539; border-radius: 10px; box-shadow: 0 22px 55px rgba(0,0,0,.26); }
body.page-id-2217 #royalmont-experience .rx-hero .rx-form-card .rx-eyebrow { color: #e2b840; }
body.page-id-2217 #royalmont-experience .rx-hero .rx-form-card h2 { color: #fff; font-size: 2rem; }
body.page-id-2217 #royalmont-experience .rx-hero .rx-form-card > p { color: #dce6ed; }
body.page-id-2217 #royalmont-experience .rx-hero .rx-form-card label { color: #fff; }
body.page-id-2217 #royalmont-experience .rx-form-card input[type=submit], body.page-id-2217 #royalmont-experience .rx-form-card button[type=submit] { background: #bd2d35 !important; color: #fff !important; border-radius: 4px !important; }
body.page-id-2217 #royalmont-experience .rx-form-card input[type=submit]:hover, body.page-id-2217 #royalmont-experience .rx-form-card button[type=submit]:hover { background: #a8222b !important; }
body.page-id-2217 #royalmont-experience .rx-hero .ctct-form-footer, body.page-id-2217 #royalmont-experience .rx-hero .ctct-form-footer * { color: #c8d3df !important; }
body.page-id-2217 #royalmont-experience .rx-hero .ctct-form-footer a { color: #fff !important; }
body.page-id-2217 #royalmont-experience .rx-hero .rx-form-note { border-color: rgba(255,255,255,.2); }
body.page-id-2217 #royalmont-experience .rx-promise-icon img { display: block; width: 54px; height: 54px; object-fit: contain; }
body.page-id-2217 #royalmont-experience .rx-promises { border-bottom: 1px solid #e7e1d3; }
body.page-id-2217 #royalmont-experience .rx-promise { min-width: 0; }
body.page-id-2217 #royalmont-experience .rx-testimonial-photo img { object-position: center; }
body.page-id-2217 #royalmont-experience .rx-testimonial-grid { width: min(100% - 48px,1180px) !important; gap: 0; }
body.page-id-2217 #royalmont-experience .rx-testimonial-copy { background: #e9f1f6; }
body.page-id-2217 #royalmont-experience .rx-story-image img { min-height: 310px; }
body.page-id-2217 #royalmont-experience .rx-visit-grid span { font-family: Georgia,serif; font-size: 1.7rem; font-weight: bold; }
body.page-id-2217 #royalmont-experience .rx-final-form { border-top-color: #bd2d35; }
@media (max-width:960px) {
 body.page-id-2217 #royalmont-experience .rx-hero-grid { grid-template-columns: 1fr !important; gap: 28px; min-height: 0; padding: 52px 0; }
 body.page-id-2217 #royalmont-experience .rx-hero-copy h1 { max-width: 750px; }
 body.page-id-2217 #royalmont-experience .rx-hero .rx-form-card { max-width: 650px; }
 body.page-id-2217 #royalmont-experience .rx-testimonial-grid { width: min(100% - 48px,1180px) !important; }
}
@media (max-width:700px) {
 body.page-id-2217 .rmc-header-inner { min-height: 76px; }
 body.page-id-2217 .rmc-logo { width: 205px !important; height: 69px !important; }
 body.page-id-2217 #royalmont-experience .rx-hero-grid { padding-top: 34px; padding-bottom: 38px; }
 body.page-id-2217 #royalmont-experience .rx-hero-copy h1 { font-size: clamp(2.65rem,11vw,4.1rem); }
 body.page-id-2217 #royalmont-experience .rx-hero-copy > p { font-size: 1rem; }
 body.page-id-2217 #royalmont-experience .rx-hero .rx-form-card { padding: 22px 20px; }
 body.page-id-2217 #royalmont-experience .rx-testimonial-grid { width: 100% !important; }
 body.page-id-2217 #royalmont-experience .rx-testimonial-copy { padding: 38px 22px; }
 body.page-id-2217 #royalmont-experience .rx-story-image img { min-height: 0; }
}

/* Form fit and disclosure contrast for test page 2217. */
body.page-id-2217 #royalmont-experience .rx-hero .rx-form-card form .ctct-form-field { margin-bottom: 10px !important; }
body.page-id-2217 #royalmont-experience .rx-hero .rx-form-card form .ctct-form-field-submit { margin-bottom: 0 !important; }
body.page-id-2217 #royalmont-experience .rx-hero .rx-form-card input[type=text], body.page-id-2217 #royalmont-experience .rx-hero .rx-form-card input[type=email], body.page-id-2217 #royalmont-experience .rx-hero .rx-form-card input[type=tel] { min-height: 40px !important; }
body.page-id-2217 #royalmont-experience .rx-hero .ctct-disclosure { margin-top: 10px; color: #d5e0e9; }
body.page-id-2217 #royalmont-experience .rx-hero .ctct-disclosure hr { margin: 10px 0 8px; border-color: rgba(255,255,255,.2); }
body.page-id-2217 #royalmont-experience .rx-hero .ctct-disclosure small { display: block; color: #d5e0e9 !important; font-size: 10px !important; line-height: 1.35 !important; }
body.page-id-2217 #royalmont-experience .rx-hero .ctct-disclosure a { color: #fff !important; text-decoration: underline; }
body.page-id-2217 #royalmont-experience .rx-questions p:empty { display: none !important; }
body.page-id-2217 #royalmont-experience .rx-questions > div { align-items: center; }
body.page-id-2217 #royalmont-experience .rx-questions p:empty { display: none !important; }
body.page-id-2217 #royalmont-experience .rx-questions > div { align-items: center; }


body.page-id-2217 #royalmont-experience .rx-proof-icon { flex: 0 0 40px; display: grid; place-items: center; }
body.page-id-2217 #royalmont-experience .rx-proof-icon img { display: block; width: 30px; height: 30px; object-fit: contain; }

/* Page 2217 editorial rhythm and readable section cards. */
body.page-id-2217 #royalmont-experience p:empty { display: none !important; }
body.page-id-2217 #royalmont-experience .rx-proof-item br, body.page-id-2217 #royalmont-experience .rx-visit-grid br { display: none; }
body.page-id-2217 #royalmont-experience .rx-whatif { padding: 58px 0 62px; background: #f2f6f8; }
body.page-id-2217 #royalmont-experience .rx-whatif-grid { align-items: center; }
body.page-id-2217 #royalmont-experience .rx-whatif h2 { font-size: clamp(2.2rem,3.25vw,3rem); line-height: 1.14; }
body.page-id-2217 #royalmont-experience .rx-questions p { color: #30495f; font-size: 1rem; line-height: 1.55 !important; }
body.page-id-2217 #royalmont-experience .rx-proof-item { min-height: 116px; gap: 16px; padding: 20px 24px; }
body.page-id-2217 #royalmont-experience .rx-proof-item strong { font-size: 1.02rem; line-height: 1.35; }
body.page-id-2217 #royalmont-experience .rx-proof-item small { color: #d5e3f0; font-size: .82rem; line-height: 1.45; }
body.page-id-2217 #royalmont-experience .rx-proof-symbol { font-size: 1.9rem; }
body.page-id-2217 #royalmont-experience .rx-proof-icon img { width: 34px; height: 34px; }
body.page-id-2217 #royalmont-experience .rx-why { padding: 62px 0 66px; background: #f8f6f0; }
body.page-id-2217 #royalmont-experience .rx-why-grid { gap: 18px; }
body.page-id-2217 #royalmont-experience .rx-why-card { padding: 16px 18px 22px; background: #fff; border: 1px solid #e1e6ea; box-shadow: 0 8px 20px rgba(12,46,78,.05); }
body.page-id-2217 #royalmont-experience .rx-why-visual { height: 118px; margin-bottom: 18px; background: #e8f0f5; }
body.page-id-2217 #royalmont-experience .rx-why-card h3 { min-height: 0; color: #123b70; font-size: 1.06rem; font-weight: 800; }
body.page-id-2217 #royalmont-experience .rx-why-card p { color: #354d60; font-size: .96rem; line-height: 1.58; }
body.page-id-2217 #royalmont-experience .rx-testimonial-copy { padding: 32px 44px; }
body.page-id-2217 #royalmont-experience .rx-testimonial blockquote { font-size: clamp(1.42rem,2vw,1.8rem); line-height: 1.43; }
body.page-id-2217 #royalmont-experience .rx-story { padding: 56px 0; background: #edf3f7; }
body.page-id-2217 #royalmont-experience .rx-story-alt { background: #f8f5ee; }
body.page-id-2217 #royalmont-experience .rx-story-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important; gap: 46px; }
body.page-id-2217 #royalmont-experience .rx-story-copy { padding: 28px 30px; background: rgba(255,255,255,.88); border-left: 4px solid #d7ad36; box-shadow: 0 9px 26px rgba(18,59,112,.05); }
body.page-id-2217 #royalmont-experience .rx-story-copy h2 { font-size: clamp(2.1rem,3vw,2.8rem); line-height: 1.13; }
body.page-id-2217 #royalmont-experience .rx-story-copy > p { color: #344c5f; font-size: 1.03rem; line-height: 1.64; }
body.page-id-2217 #royalmont-experience .rx-check-list li { color: #344c5f; font-size: .98rem; }
body.page-id-2217 #royalmont-experience .rx-video-section { padding: 58px 0; background: #dfeaf2; }
body.page-id-2217 #royalmont-experience .rx-video-grid { grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: 46px; }
body.page-id-2217 #royalmont-experience .rx-video-copy { padding: 28px 30px; background: #f7fafc; border-left: 4px solid #d7ad36; }
body.page-id-2217 #royalmont-experience .rx-video-copy h2 { font-size: clamp(2.15rem,2.9vw,2.75rem); line-height: 1.12; }
body.page-id-2217 #royalmont-experience .rx-video-copy p { color: #344c5f; font-size: 1.07rem; line-height: 1.62; }
body.page-id-2217 #royalmont-experience .rx-visit { padding: 58px 0 64px; }
body.page-id-2217 #royalmont-experience .rx-visit h2 { max-width: 880px; font-size: clamp(2.4rem,3.5vw,3.35rem); line-height: 1.12; }
body.page-id-2217 #royalmont-experience .rx-visit-lead { max-width: 800px; color: #f2f6fb; font-size: 1.08rem; line-height: 1.62; }
body.page-id-2217 #royalmont-experience .rx-visit-grid { gap: 12px; margin-top: 28px; }
body.page-id-2217 #royalmont-experience .rx-visit-grid > div, body.page-id-2217 #royalmont-experience .rx-visit-grid > div:first-child, body.page-id-2217 #royalmont-experience .rx-visit-grid > div:last-child { min-width: 0; min-height: 158px; padding: 17px 16px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.08); }
body.page-id-2217 #royalmont-experience .rx-visit-grid span { height: auto; margin-bottom: 14px; font-size: 1.65rem; }
body.page-id-2217 #royalmont-experience .rx-visit-grid strong { font-size: .96rem; line-height: 1.35; }
body.page-id-2217 #royalmont-experience .rx-visit-grid small { color: #dce6f1; font-size: .83rem; line-height: 1.5; }
body.page-id-2217 #royalmont-experience .rx-final { padding: 60px 0 66px; background: #f2f6f8; }
@media (max-width:960px) {
 body.page-id-2217 #royalmont-experience .rx-story-grid, body.page-id-2217 #royalmont-experience .rx-video-grid { grid-template-columns: 1fr !important; gap: 28px; }
 body.page-id-2217 #royalmont-experience .rx-visit-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width:700px) {
 body.page-id-2217 #royalmont-experience .rx-whatif, body.page-id-2217 #royalmont-experience .rx-why, body.page-id-2217 #royalmont-experience .rx-story, body.page-id-2217 #royalmont-experience .rx-video-section, body.page-id-2217 #royalmont-experience .rx-final { padding-top: 46px; padding-bottom: 50px; }
 body.page-id-2217 #royalmont-experience .rx-why-grid { gap: 14px; }
 body.page-id-2217 #royalmont-experience .rx-story-copy, body.page-id-2217 #royalmont-experience .rx-video-copy { padding: 22px 20px; }
 body.page-id-2217 #royalmont-experience .rx-visit-grid { grid-template-columns: 1fr; gap: 10px; }
 body.page-id-2217 #royalmont-experience .rx-visit-grid > div, body.page-id-2217 #royalmont-experience .rx-visit-grid > div:first-child, body.page-id-2217 #royalmont-experience .rx-visit-grid > div:last-child { min-height: 0; padding: 16px 18px; border: 1px solid rgba(255,255,255,.22); }
}

/* Page 2217 final conversion and film presentation. */
body.page-id-2217 #royalmont-experience .rx-hero { min-height: 590px; }
body.page-id-2217 #royalmont-experience .rx-hero-grid { min-height: 590px; grid-template-columns: minmax(0,1fr); gap: 0; padding-top: 64px; padding-bottom: 72px; }
body.page-id-2217 #royalmont-experience .rx-hero-copy { max-width: 780px; }
body.page-id-2217 #royalmont-experience .rx-hero-copy h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(3.35rem,5.6vw,5.45rem); }
body.page-id-2217 #royalmont-experience .rx-hero-copy > p { max-width: 630px; font-size: 1.16rem; }
body.page-id-2217 #royalmont-experience .rx-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 34px; }
body.page-id-2217 #royalmont-experience .rx-hero-cta { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 58px; padding: 15px 24px; background: #b82d36; color: #fff; font: 800 .88rem Montserrat,Arial,sans-serif; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; box-shadow: 0 12px 24px rgba(0,0,0,.2); }
body.page-id-2217 #royalmont-experience .rx-hero-cta:hover, body.page-id-2217 #royalmont-experience .rx-hero-cta:focus-visible { background: #9d202a; color: #fff; text-decoration: none; }
body.page-id-2217 #royalmont-experience .rx-hero-cta span { font-size: 1.4rem; line-height: 1; }
body.page-id-2217 #royalmont-experience .rx-hero-micro { max-width: 260px; color: #e5edf4; font-size: .94rem; line-height: 1.48; }
body.page-id-2217 #royalmont-experience .rx-proof-item { min-height: 130px; gap: 18px; padding: 24px 23px; }
body.page-id-2217 #royalmont-experience .rx-proof-item strong { font-size: 1.12rem; line-height: 1.3; }
body.page-id-2217 #royalmont-experience .rx-proof-item small { color: #e2edf6; font-size: .94rem; line-height: 1.48; }
body.page-id-2217 #royalmont-experience .rx-proof-icon img { width: 35px; height: 35px; }
body.page-id-2217 #royalmont-experience .rx-video { position: relative; aspect-ratio: 16/9; min-height: 0; padding-top: 0; overflow: hidden; background: #0b2947; }
body.page-id-2217 #royalmont-experience .rx-video-link { position: relative; display: block; width: 100%; aspect-ratio: 16/9; color: #fff; text-decoration: none; }
body.page-id-2217 #royalmont-experience .rx-video-link img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
body.page-id-2217 #royalmont-experience .rx-video-link::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,30,55,.04) 30%,rgba(5,30,55,.78) 100%); }
body.page-id-2217 #royalmont-experience .rx-video-play { position: absolute; z-index: 1; top: 50%; left: 50%; display: grid; place-items: center; width: 76px; height: 76px; border: 2px solid #fff; border-radius: 50%; background: #b82d36; color: #fff; font-size: 1.6rem; transform: translate(-50%,-50%); box-shadow: 0 8px 24px rgba(0,0,0,.3); }
body.page-id-2217 #royalmont-experience .rx-video-link:hover .rx-video-play, body.page-id-2217 #royalmont-experience .rx-video-link:focus-visible .rx-video-play { background: #9d202a; }
body.page-id-2217 #royalmont-experience .rx-video-caption { position: absolute; z-index: 1; right: 30px; bottom: 24px; left: 30px; color: #fff; font: 800 1.35rem Montserrat,Arial,sans-serif; text-shadow: 0 1px 6px rgba(0,0,0,.5); }
body.page-id-2217 #royalmont-experience .rx-video-caption small { display: block; margin-top: 5px; color: #e5eefa; font: 600 .85rem Arial,sans-serif; }
body.page-id-2217 #royalmont-experience .rx-visit-guide { margin-top: 28px; padding: 30px 32px; border-left: 4px solid #d7ad36; background: #fff; box-shadow: 0 9px 24px rgba(18,51,75,.07); }
body.page-id-2217 #royalmont-experience .rx-visit-guide h3 { margin: 12px 0 10px; color: #143a61; font-size: clamp(1.35rem,2vw,1.75rem); line-height: 1.28; }
body.page-id-2217 #royalmont-experience .rx-visit-guide p { margin: 0; color: #344c5f; font-size: 1rem; line-height: 1.62; }
@media (max-width:960px) {
 body.page-id-2217 #royalmont-experience .rx-hero, body.page-id-2217 #royalmont-experience .rx-hero-grid { min-height: 0; }
 body.page-id-2217 #royalmont-experience .rx-hero-grid { padding-top: 62px; padding-bottom: 68px; }
}
@media (max-width:700px) {
 body.page-id-2217 #royalmont-experience .rx-hero-grid { padding-top: 52px; padding-bottom: 58px; }
 body.page-id-2217 #royalmont-experience .rx-hero-copy h1 { font-size: clamp(2.45rem,11vw,3.7rem); }
 body.page-id-2217 #royalmont-experience .rx-hero-copy > p { font-size: 1rem; }
 body.page-id-2217 #royalmont-experience .rx-hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; margin-top: 28px; }
 body.page-id-2217 #royalmont-experience .rx-hero-micro { max-width: 300px; }
 body.page-id-2217 #royalmont-experience .rx-proof-item { min-height: 0; padding: 20px 22px; }
 body.page-id-2217 #royalmont-experience .rx-proof-item strong { font-size: 1.03rem; }
 body.page-id-2217 #royalmont-experience .rx-proof-item small { font-size: .9rem; }
 body.page-id-2217 #royalmont-experience .rx-video-play { width: 60px; height: 60px; font-size: 1.25rem; }
 body.page-id-2217 #royalmont-experience .rx-video-caption { right: 16px; bottom: 14px; left: 16px; font-size: 1rem; }
 body.page-id-2217 #royalmont-experience .rx-visit-guide { padding: 24px 22px; }
}

@media (min-width:961px) {
 body.page-id-2217 #royalmont-experience .rx-hero-bg::after { background: linear-gradient(90deg,rgba(4,30,57,.97) 0%,rgba(5,35,65,.88) 40%,rgba(6,38,70,.5) 75%,rgba(6,38,70,.34) 100%); }
 body.page-id-2217 #royalmont-experience .rx-hero-cta { min-height: 62px; padding: 17px 29px; font-size: .94rem; }
}
