/* ===============================================================
   Out of the Rough — skin.css (cleaned)

   Stripped from the original port:
     - 70 rules scoped to the old portal's page IDs (.Id2552 etc.)
       and its other locations (.millburn / .montclair / .morristown)
     - 154 rules for old-site page components (pricing, instruction,
       fitness, insta feed, 3D viewer, phone mockups, video overlays)
     - 50 rules for components now defined in oor-home-complete.css

   Also changed:
     - Trackman orange (#F58216 / rgba(245,130,22)) -> brass tokens
     - body font-family 'Outfit' -> 'Jost'
     - background art from /Portals/176/ removed, marked with TODO

   Anything removed is in archive.css, grouped by tier.
   Load order: this file, then oor-home-complete.css.
   =============================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --brass: #C2A17B;
    --darkbrass: #A37E53;
    --charcoal: #211B15;
    --grey: #0F0D0B;
    --lightgrey: #8A8079;
    --paper: #EFE6DA;
    --black: #0F0D0B;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    touch-action: manipulation;
}

body {
    font-family: 'Jost', system-ui, Arial, sans-serif;
    font-weight: 300;
    background-color: #000;
}

u {
    text-decoration-color: var(--brass);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel', Georgia, serif;
    font-weight: 500;
    color: var(--paper);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: var(--brass);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

a:visited {
    color: var(--brass);
}

a:visited:hover {
    text-decoration: none;
    color: #fff;
}

.Normal {
    line-height: 1.7em;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

p {
    font-weight: 200;
}

.bi {
    font-size: 1.5rem;
    margin: 10px;
    color: #fff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*------------------------------------------------*/

/* NAVBAR */

/*------------------------------------------------*/

#navbarmain.navbar-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: transparent !important;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

#navbarmain.navbar-dark.nav-minimize {
    background-color: var(--black) !important;
}

#navbarInner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

#dnn_dnnLOGO_imgLogo {
    max-height: 70px;
}

.navbar-links {
    flex: 1;
}

#navbarmain .nav-link {
    color: var(--paper) !important;
    font-family: 'Oswald';
    font-weight: 400;
}

#navbarmain .nav-link:hover {
    color: var(--brass) !important;
}

#navbarmain .nav-item.active .nav-link {
    color: var(--brass) !important;
    position: relative;
}

/* underline effect */

#navbarmain .nav-item.active .nav-link::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 20px;
    transform: translateX(-50%);
    width: 25px;
    height: 1px;
    background-color: var(--brass);
}

/*------------------------------------------------*/

/* HEADERS */

/*------------------------------------------------*/

h1 span, h2 span, h3 span,
h4 span, h5 span, h6 span {
    display: inline-block;
    background-image: linear-gradient(90deg, var(--darkbrass) 0%, var(--paper) 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

h1 span.toblack, h2 span.toblack, h3 span.toblack,
h4 span.toblack, h5 span.toblack, h6 span.toblack {
    background-image: linear-gradient(90deg, var(--darkbrass) 0%, var(--black) 100%);
}

/*------------------------------------------------*/

/* HERO */

/*------------------------------------------------*/


/* video hero */

.video-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#videoBG {
    object-fit: cover;
    position: absolute;
    aspect-ratio: 16/9;
    width: 100%;
    top: 0;
    left: 0;
}

.PageType_Normal #videoBG {
    display: none;
}

.video-overlay {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    aspect-ratio: 16/9;
    z-index: 1000;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.video-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5));
    z-index: 200;
    pointer-events: none;
}

.video-overlay-text {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 500;
    padding-left: 1rem;
    padding-right: 1rem;
}

.video-overlay-text p,
.video-overlay-text h1,
.video-overlay-text h2,
.video-overlay-text h3,
.video-overlay-text h4,
.video-overlay-text h5,
.video-overlay-text h6 {
    margin: 0;
    color: #fff !important;
}

.video-overlay h1 {
    font-size: 4.5rem;
}

/* photo hero */

.hero-bg {
    position: relative;
    isolation: isolate; /* keeps the grain's blend mode inside */
    overflow: hidden; /* clips the oversized blur layer */
    background: var(--black);
    min-height: clamp(420px, 72vh, 760px);
    display: flex;
    align-items: center;
    color: var(--paper);
}

.PageType_Home #HeroBG {
    display: none;
}

.hero-bg::before {
    content: "";
    position: absolute;
    inset: -18%;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 13.2% 16.2% at 41.2% 50.0%, rgba(194,161,123,0.30), rgba(194,161,123,0) 100%), radial-gradient(ellipse 11.8% 10.3% at 52.9% 33.8%, rgba(194,161,123,0.17), rgba(194,161,123,0) 100%), radial-gradient(ellipse 9.6% 13.2% at 43.4% 67.6%, rgba(163,126,83,0.19), rgba(163,126,83,0) 100%), radial-gradient(ellipse 22.0% 29.4% at 42.6% 50.0%, rgba(163,126,83,0.09), rgba(163,126,83,0) 100%);
    filter: blur(120px);
}

.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.03;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}


.hero-bg .hero-text {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 3rem 1.5rem;
}

.hero-bg h1,
.hero-bg h1 span {
    font-size: clamp(2.2rem, 5.2vw, 3.4rem);
    letter-spacing: 0.04em;
    line-height: 1.1;
    margin: 0 0 0.9rem;
    background: none;
    background-image: none;
    -webkit-text-fill-color: var(--paper);
    color: var(--paper);
}

.hero-kicker {
    font-family: 'Jost', system-ui, sans-serif;
    font-weight: 300;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    letter-spacing: 0.04em;
    text-transform: none;
    color: var(--brass);
    margin: 1rem 0 2rem !important;
}

/* --- DNN edit mode --------------------------------------------- */
.hero-bg .dnnEmptyPane,
.hero-bg .DNNEmptyPane {
    min-height: 60px;
    outline: 1px dashed var(--lightgrey);
}

/* --- motion ----------------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
    .hero-bg::before {
        animation: heroDrift 30s ease-in-out infinite alternate;
    }
}

@keyframes heroDrift {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        transform: translate3d(1.5%, -1%, 0) scale(1.04);
    }
}

/* --- small screens ---------------------------------------------
   120px of blur on a 375px-wide phone washes the whole panel out.
---------------------------------------------------------------- */
@media (max-width: 767px) {
    .hero-bg::before {
        filter: blur(70px);
    }

    .hero-bg .hero-text {
        padding: 2.5rem 1.25rem;
    }
}

/*------------------------------------------------*/
/* ALERT BANNER */
/*------------------------------------------------*/

.alert-banner {
    width: 100%;
    margin: 0;
    padding: 0;
}

#dnn_AlertMessage .DnnModule {
    background-color: var(--darkbrass);
    padding: 10px 0;
}

.alert-message h1,
.alert-message h2,
.alert-message h3,
.alert-message h4,
.alert-message h5,
.alert-message h6,
.alert-message p {
    color: #fff;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 10px 2%;
}

.alert-banner a {
    color: #FFC894;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.alert-banner a:hover {
    text-decoration: none;
    color: #fff;
}

.alert-banner a:visited {
    color: #FFC894;
}

.alert-banner a:visited:hover {
    text-decoration: none;
    color: #fff;
}

/* contact  */



/* contact  */

.hero-text p,
.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4 {
    margin: 0;
}



/*------------------------------------------------*/

/* MAIN CONTENT */

/*------------------------------------------------*/

#MainContent {
    padding-left: 0;
    padding-right: 0;
    padding-left: 0;
    padding-right: 0;
    background-image: radial-gradient(ellipse 1600px 800px at 0% 100%, rgba(194, 161, 123, 0.22) 0%, rgba(163, 126, 83, 0.09) 40%, rgba(194, 161, 123, 0) 72%);
    background-repeat: no-repeat;
    background-position: left bottom;
    border-bottom: 3px solid var(--black);
}

/*#MainContent li,
#BottomContent li {
    list-style-type: disc;
}*/

/* === BASE SCROLL WRAPPER === */

/* === MOBILE ITEMS === */

@media (max-width: 991px) {
    /*    .mobile-scroll-section .mobile-item {
        flex: 0 0 80%;
        min-width: 80%;
    }*/
}

/* === DESKTOP LAYOUT === */

/* etc. */

/* LEFT + RIGHT fades only */

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

/* home desktop only */

@media only screen and (min-width: 992px) {
    .PageType_Home #TopContentTwo.mainContentRow,
    .PageType_Home #TwoColumnThree.mainContentRow,
    .PageType_Home #TopContentFive.mainContentRow {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

/*------------------------------------------------*/

/* FOOTER */

/*------------------------------------------------*/

#FooterContainer {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: var(--black);
    width: 100%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

#FooterContainer a {
    text-decoration: none;
    color: var(--paper);
}

#FooterContainer a:hover {
    color: var(--brass);
}

#FooterContainer a:visited {
    color: var(--paper);
}

#FooterContainer a:visited:hover {
    color: var(--brass);
}

#FooterBottom p {
    font-size: .8rem;
}

.footer-sitemap a {
    font-family: 'Oswald';
    font-size: 1.2rem;
    font-weight: 600;
}

.footer-sitemap .bi {
    color: var(--brass) !important;
}

.oor-closer-points {
    list-style: none;
    margin: 0 auto 2.25rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 2rem;
}

.oor-closer-points li {
    font-family: 'Jost', system-ui, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.04em;
    color: var(--paper);
}

.oor-closer-points .bi {
    color: var(--brass);
    margin-right: 0.5rem;
}

@media (max-width: 575px) {
    .oor-closer-points {
        flex-direction: column;
        align-items: center;
        gap: 0.65rem;
    }
}

/*------------------------------------------------*/

/* MEDIA QUERIES */

/*------------------------------------------------*/

@media screen and (min-width: 992px) {
    #MainContent .mainContentRow {
        padding-left: 5%;
        padding-right: 5%;
        margin-left: 0;
        margin-right: 0;
    }

    .large {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 992px) {
    .navbar {
        padding: .5rem .25rem;
        height: auto;
    }

    #navbarmain.navbar-dark.navbar-open {
        background-color: var(--black) !important;
    }

    .navbar-nav {
        margin-left: 0;
    }

    #dnn_dnnLOGO_imgLogo {
        max-width: 225px;
    }

    .nav-minimize #dnn_dnnLOGO_imgLogo {
        max-width: 180px;
    }

    .navbar-dark .navbar-toggler {
        position: relative;
        width: 56px;
        height: 56px;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(10px) saturate(180%);
        -webkit-backdrop-filter: blur(10px) saturate(180%);
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08), -3px -3px 6px rgba(255, 255, 255, 0.08), 3px 3px 6px rgba(0, 0, 0, 0.25), 2px 3px 4px rgba(53,43,33,1);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

    .navbar-dark .navbar-toggler:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar-dark.navbar-open .navbar-toggler {
        border-radius: 50%;
    }

    .nav-link {
        border: none;
        text-align: center;
    }

    #navbarmain .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: left;
        font-size: 1.1rem;
    }

    #navbarmain .nav-item.active .nav-link::after {
        content: none;
    }

    #navbarmain .nav-item:not(:first-child) .nav-link {
        border-top: 1px solid rgba(255,255,255,.25);
    }

    .px-lg-4 {
        padding: 0 !important;
    }

    #videoBG {
        object-fit: cover;
        width: 100%;
        aspect-ratio: 5/7;
    }

    .Page-Home #videoBG {
        aspect-ratio: 5/7;
    }

    .hero-text h3 {
        font-size: 1.5rem;
    }

    .center-mobile {
        text-align: center;
    }

    .row.mainContentRow {
        margin-left: 0;
        margin-right: 0;
    }

    #FooterContainer {
        padding-top: 3rem;
        background-size: 350%;
    }
}


/* ---------------------------------------------------------------
   HOME PAGE
   --------------------------------------------------------------- */


/* home modules */

.PageType_Home #MainContent {
    padding-top: 0;
    padding-bottom: 0;
}

.PageType_Home #TwoColumnNarrowOneSecond,
.PageType_Home #ContentNarrowTwo,
.PageType_Home #ContentNarrowThree,
.PageType_Home #ContentNarrowTwo {
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.PageType_Home #dnn_ContentPaneTwo,
.PageType_Home #dnn_ContentPaneThree,
.PageType_Home #dnn_ContentPaneFour,
.PageType_Home #dnn_ContentPaneFive {
    padding-right: 0;
    padding-left: 0;
}

.PageType_Home #dnn_columnLeftThree,
.PageType_Home #dnn_columnRightThree {
    padding-right: 0;
    padding-left: 0;
}

/*.PageType_Home #TopContentFive {
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 100%;
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    align-items: end;*/
    /* TODO: background art removed - repointed art needed for this portal */
/*}*/

/* mobile modules */

@media only screen and (max-width : 768px) {
    .PageType_Home #TopContentOne {
        padding-top: 2rem;
    }
    .PageType_Home #MainContent {
        padding-top: 2rem;
    }

    .PageType_Home #ContentNarrowOne {
        padding-top: 7rem;
        background-size: 250%;
    }

    .PageType_Home #TopContentTwo {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .PageType_Home #TopContentThree {
        background-size: 100%;
        background-position: center;
    }

    .PageType_Home #TopContentFive {
        background-size: 200%;
    }
}

/* ---------------------------------------------------------------
   SECTION SHELL
   --------------------------------------------------------------- */
.oor-section {
    position: relative;
    color: var(--paper);
}

.PageType_Home .oor-section {
    padding: clamp(3.5rem, 8vw, 7rem) 0;
}

.oor-section--alt {
    background: var(--charcoal);
}

.oor-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.oor-head {
    margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.oor-head--center {
    text-align: center;
}

.oor-head--center .oor-lede {
    margin-inline: auto;
}

/* ---------------------------------------------------------------
   INTRO / ABOUT
   --------------------------------------------------------------- */
.oor-rule {
    width: 48px;
    height: 1px;
    border: 0;
    margin: 0 0 1.4rem;
    background: var(--darkbrass);
}

.oor-intro .oor-eyebrow {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: .30em;
    text-transform: uppercase;
    color: #C2A17B;
    margin: 0 0 6px;
}

.oor-intro h2 {
    font-size: clamp(2.2rem, 5vw, 2.8rem);
    line-height: 1;
    margin: 0 0 1.1rem;
    color: var(--paper);
}

.oor-intro .oor-lede {
    max-width: none;
    font-size: clamp(1.05rem, 1.9vw, 1.15rem);
    line-height: 1.85;
    color: var(--paper);
    margin: 0;
}

/* ---------------------------------------------------------------
   IMAGE TILES  (was .other-services)
   --------------------------------------------------------------- */
.other-services {
    position: relative;
    background-color: var(--charcoal);
    border: 1px solid rgba(138, 128, 121, 0.22);
    border-radius: 12px;
    padding: .75rem;
    color: var(--paper);
    transition: all .3s ease-in-out;
}

.other-services:hover {
    transform: scale(1.05);
    border-color: rgba(194, 161, 123, 0.45);
}

.other-services img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.other-services .circular-icon {
    position: absolute;
    top: 4%;
    right: 7%;
    z-index: 2;
}

.other-services .image-text {
    position: absolute;
    bottom: 5%;
    left: 7%;
    margin: 0;
    font-family: 'Jost', system-ui, sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--paper);
    text-shadow: 0 2px 12px rgba(0,0,0,0.7);
}

@media screen and (min-width: 992px) {
    .other-services.oor-stagger {
        margin-top: 3rem;
    }
}

/* ---------------------------------------------------------------
   DRAGGABLE GALLERY
   --------------------------------------------------------------- */
.draggable-wrapper {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    cursor: grab;
    user-select: none;
    padding-bottom: 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.draggable-wrapper:active {
    cursor: grabbing;
}

.draggable-wrapper::-webkit-scrollbar {
    display: none;
}

.draggable-card {
    flex: 0 0 auto;
    width: 320px;
    background-color: var(--charcoal);
    border: 1px solid rgba(138, 128, 121, 0.22);
    border-radius: 12px;
    padding: .75rem;
    overflow: hidden;
    color: var(--paper);
    transition: transform 0.2s ease;
}

.draggable-card img {
    width: 100%;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.gallery-controls {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.gallery-arrow {
    background: rgba(194, 161, 123, 0.16);
    border: 1px solid rgba(194, 161, 123, 0.35);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: var(--paper);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.25s ease;
    backdrop-filter: blur(6px) saturate(180%);
    -webkit-backdrop-filter: blur(6px) saturate(180%);
}

.gallery-arrow:hover {
    background: var(--brass);
}

.gallery-arrow:hover .bi {
    color: var(--black);
}

.gallery-arrow:active {
    transform: scale(0.96);
}

.gallery-arrow i {
    pointer-events: none;
}


/* ---------------------------------------------------------------
   BENEFIT CARDS
   --------------------------------------------------------------- */
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 1.25rem;
}

.benefit-block {
    background: var(--charcoal);
    border: 1px solid rgba(138, 128, 121, 0.22);
    border-radius: 25px;
    padding: 2rem 1.75rem;
    transition: all .3s ease-in-out;
}

.benefit-block:hover {
    transform: scale(1.04);
    border-color: rgba(194, 161, 123, 0.45);
}

.benefit-block .bi {
    font-size: 1.55rem;
    color: var(--brass);
    display: block;
    margin-bottom: 1rem;
}

.benefit-block h3 {
    font-family: 'Jost', system-ui, sans-serif;
    font-weight: 400;
    font-size: 0.86rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--paper);
    margin: 0 0 0.7rem;
}

.benefit-block p {
    font-family: 'Jost', system-ui, sans-serif;
    font-weight: 300;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--lightgrey);
    margin: 0;
}

@media (min-width: 768px) {
    .benefit-grid--2up {
        grid-template-columns: repeat(2, 1fr);
        max-width: 880px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* ---------------------------------------------------------------
   IMAGE PLACEHOLDERS — delete once real photography lands
   --------------------------------------------------------------- */
.media-slot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    aspect-ratio: 3 / 4;
    border-radius: 10px;
    color: var(--lightgrey);
    font-family: 'Jost', system-ui, sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    background-size: contain;
}

.draggable-card .media-slot {
    aspect-ratio: 4 / 5;
}

.media-slot.corporate {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/202/corporate.webp');
}

.media-slot.private {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/Portals/202/private2.webp")
}


/* ---------------------------------------------------------------
   BUTTONS
   --------------------------------------------------------------- */
.oor-cta {
    margin: 2.75rem 0 0;
}

.oor-cta--center {
    text-align: center;
}

.btn-brass, .btn-outline {
    display: inline-block;
    font-family: 'Jost', system-ui, sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    padding: 1rem 2.4rem;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid var(--brass);
    transition: all 0.25s ease;
}

.btn-brass {
    background: var(--brass);
    color: var(--black) !important;
}

.btn-brass:hover, .btn-brass:focus-visible {
    background: var(--darkbrass);
    border-color: var(--darkbrass);
    color: var(--white) !important;
}

.btn-outline {
    background: transparent;
    color: var(--brass);
}

.btn-outline:hover, .btn-outline:focus-visible {
    background: var(--brass);
    color: var(--black);
}

.btn-brass:focus-visible, .btn-outline:focus-visible {
    outline: 2px solid var(--paper);
    outline-offset: 3px;
}

/* --- CLOSING CTA -------------------------------------------------- */
.oor-closer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    text-align: center;
}

.oor-closer .oor-inner {
    position: relative;
    z-index: 2;
}

.oor-closer h2 {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    margin: 0 0 1.2rem;
}

.oor-closer .oor-lede {
    max-width: 46ch;
    margin: 0 auto 2.25rem;
    color: var(--paper);
}

@media (max-width: 767px) {
    .oor-closer::before {
        filter: blur(70px);
    }
}

/* --- LANDING PAGE ------------------------------------------------ */

.Id4204 #MainContent {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: none;
}

.Id4204 #ContentNarrowOne {
    padding-top: 5rem;
}

.Id4204 .hero-bg {
    min-height: clamp(320px, 46vh, 480px);
}

.Id4204 .hero-bg h1,
.Id4204 .hero-bg h1 span {
    font-size: clamp(1.6rem, 3.4vw, 2.5rem);
    line-height: 1.22;
    max-width: 18ch;
    margin-left: auto;
    margin-right: auto;
}

/* --- MEMBERSHIPS ------------------------------------------------ */

.Id4205 #MainContent {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: none;
}

.pricing-card {
    background: radial-gradient(circle at 10% 90%, rgba(194,161,123,0) 0%, rgba(194,161,123,0) 70%, rgba(194,161,123,0.05) 100%), var(--charcoal);
    border: 1px solid rgba(138, 128, 121, 0.22);
    border-radius: 30px;
    padding: 2rem;
    color: var(--paper);
    transition: transform 0.3s ease;
}

.pricing-card.full {
    background: #2B231A;
    border: 1px solid rgba(194, 161, 123, 0.55);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
    padding: 2.2rem 2rem;
}

.pricing-card p {
    font-family: 'Jost', system-ui, sans-serif;
    font-weight: 300;
}

.pricing-card h3 {
    font-family: 'Cinzel', Georgia, serif;
    font-weight: 500;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
}

.pricing-card .price-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0 0.55rem;
    margin: 0 0 0.25rem;
}

.pricing-card .price {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 2.4rem;
    font-weight: 600;
    font-style: normal;
    color: var(--paper);
}

.pricing-card .per-session {
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    color: var(--brass);
    border-left: 1px solid rgba(138, 128, 121, 0.3);
    padding-left: 0.55rem;
}

.pricing-card.full .per-session {
    color: var(--paper);
}

@media (max-width: 991px) {
    .pricing-card .per-session {
        border-left: 0;
        padding-left: 0;
        flex-basis: 100%;
    }
}

.pricing-card .term {
    font-size: 0.88rem;
    color: var(--lightgrey);
}

.pricing-card .sessions {
    font-size: 0.88rem;
    color: var(--lightgrey);
    margin-bottom: 1.4rem;
}

.pricing-card .bi-check2 {
    color: var(--brass);
    margin-right: 0.5rem;
}

.pricing-card .membership-button {
    display: block;
    background-color: var(--brass);
    border: 1px solid var(--brass);
    border-radius: 10px;
    color: var(--black);
    text-align: center;
    text-decoration: none;
    padding: 15px 10px;
    margin-top: 2rem;
    font-family: 'Jost', system-ui, sans-serif;
    font-size: 0.82rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: all 250ms ease-in-out;
}

.pricing-card .membership-button:hover {
    background-color: var(--paper);
    border-color: var(--paper);
    color: var(--black);
}

.pricing-card.full .membership-button {
    background-color: var(--paper);
    border-color: var(--paper);
    color: var(--black);
}

.pricing-card.full .membership-button:hover {
    background-color: var(--darkbrass);
    border-color: var(--darkbrass);
    color: var(--black);
}

.pricing-card .membership-button.outline {
    background: transparent;
    border: 1px solid var(--brass);
    color: var(--brass);
}

.pricing-card .membership-button.outline:hover {
    background: var(--brass);
    border-color: var(--brass);
    color: var(--black);
}

.pricing-card.full .term,
.pricing-card.full .sessions {
    color: var(--brass);
}

/* --- EVENTS ------------------------------------------------ */

.Id4206 #MainContent {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: none;
}

.oor-checks {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(138, 128, 121, 0.18);
}

.oor-checks li {
    font-family: 'Jost', system-ui, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--paper);
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(138, 128, 121, 0.18);
}

.oor-checks .bi {
    color: var(--brass);
    margin-right: 0.7rem;
}

@media (max-width: 767px) {
    .oor-checks {
        margin-bottom: 2.5rem;
    }
}

/* --- CONTACT ------------------------------------------------ */

.Id4207 #MainContent {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: none;
}

.oor-map {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(138, 128, 121, 0.22);
}

.oor-map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 767px) {
    .oor-map {
        aspect-ratio: 1 / 1;
        margin-top: 2.5rem;
    }
}